@rubin-epo/epo-widget-lib 0.10.2 → 0.10.3-beta.1
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/Controls/styles.d.ts +56 -54
- package/dist/atomic/Blinker/styles.d.ts +109 -108
- package/dist/atomic/ElapsedTime/styles.d.ts +326 -324
- package/dist/atomic/LiveRegion/styles.d.ts +56 -54
- package/dist/atomic/Loader/styles.d.ts +56 -54
- package/dist/atomic/PlaybackControl/styles.d.ts +110 -108
- package/dist/atomic/PlotWrapper/styles.d.ts +56 -54
- package/dist/charts/Base/styles.d.ts +541 -539
- package/dist/charts/Readout/styles.d.ts +110 -108
- package/dist/charts/Tooltip/styles.d.ts +109 -108
- package/dist/charts/XAxis/index.cjs +1 -1
- package/dist/charts/XAxis/index.js +47 -32
- package/dist/charts/YAxis/index.cjs +1 -1
- package/dist/charts/YAxis/index.js +44 -29
- package/dist/charts/hooks/useAxis.cjs +1 -1
- package/dist/charts/hooks/useAxis.d.ts +4 -3
- package/dist/charts/hooks/useAxis.js +15 -25
- package/dist/charts/styles.d.ts +320 -318
- package/dist/layout/AspectRatio/styles.d.ts +55 -54
- package/dist/layout/Controls/styles.d.ts +379 -378
- package/dist/lib/utils.d.ts +2 -2
- package/dist/styles/svg.d.ts +56 -54
- package/dist/widgets/CameraFilter/styles.d.ts +860 -860
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +222 -221
- package/dist/widgets/FilterTool/styles.d.ts +426 -426
- package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/Plot/index.js +67 -52
- package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +110 -108
- package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +56 -54
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.d.ts +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.js +29 -33
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.js +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +85 -81
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +164 -162
- package/dist/widgets/LightCurvePlot/defaults.cjs +1 -1
- package/dist/widgets/LightCurvePlot/defaults.d.ts +10 -6
- package/dist/widgets/LightCurvePlot/defaults.js +2 -6
- package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
- package/dist/widgets/LightCurvePlot/helpers.js +1 -1
- package/dist/widgets/SourceSelector/Point/styles.d.ts +55 -53
- package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +164 -162
- package/dist/widgets/SourceSelector/styles.d.ts +496 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -1
- package/dist/widgets/SupernovaThreeVector/Histogram/index.js +8 -8
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +55 -53
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +373 -371
- package/package.json +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.cjs +0 -5
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.d.ts +0 -272
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.js +0 -10
|
@@ -59,60 +59,60 @@ export declare const FilterContainer: import('styled-components').IStyledCompone
|
|
|
59
59
|
unselectable?: "on" | "off" | undefined;
|
|
60
60
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
61
61
|
is?: string | undefined;
|
|
62
|
-
children?: import('react').ReactNode
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
62
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
63
|
+
'aria-activedescendant'?: string | undefined;
|
|
64
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
65
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
66
|
+
'aria-braillelabel'?: string | undefined;
|
|
67
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
68
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
69
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
70
|
+
'aria-colcount'?: number | undefined;
|
|
71
|
+
'aria-colindex'?: number | undefined;
|
|
72
|
+
'aria-colindextext'?: string | undefined;
|
|
73
|
+
'aria-colspan'?: number | undefined;
|
|
74
|
+
'aria-controls'?: string | undefined;
|
|
75
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
76
|
+
'aria-describedby'?: string | undefined;
|
|
77
|
+
'aria-description'?: string | undefined;
|
|
78
|
+
'aria-details'?: string | undefined;
|
|
79
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
81
|
+
'aria-errormessage'?: string | undefined;
|
|
82
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
'aria-flowto'?: string | undefined;
|
|
84
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
86
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
88
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
89
|
+
'aria-label'?: string | undefined;
|
|
90
|
+
'aria-labelledby'?: string | undefined;
|
|
91
|
+
'aria-level'?: number | undefined;
|
|
92
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
93
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
94
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
96
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
97
|
+
'aria-owns'?: string | undefined;
|
|
98
|
+
'aria-placeholder'?: string | undefined;
|
|
99
|
+
'aria-posinset'?: number | undefined;
|
|
100
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
101
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
102
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
103
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
104
|
+
'aria-roledescription'?: string | undefined;
|
|
105
|
+
'aria-rowcount'?: number | undefined;
|
|
106
|
+
'aria-rowindex'?: number | undefined;
|
|
107
|
+
'aria-rowindextext'?: string | undefined;
|
|
108
|
+
'aria-rowspan'?: number | undefined;
|
|
109
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
110
|
+
'aria-setsize'?: number | undefined;
|
|
111
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
112
|
+
'aria-valuemax'?: number | undefined;
|
|
113
|
+
'aria-valuemin'?: number | undefined;
|
|
114
|
+
'aria-valuenow'?: number | undefined;
|
|
115
|
+
'aria-valuetext'?: string | undefined;
|
|
116
116
|
dangerouslySetInnerHTML?: {
|
|
117
117
|
__html: string | TrustedHTML;
|
|
118
118
|
} | undefined;
|
|
@@ -331,60 +331,60 @@ export declare const FilterTitle: import('styled-components').IStyledComponent<"
|
|
|
331
331
|
unselectable?: "on" | "off" | undefined;
|
|
332
332
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
333
333
|
is?: string | undefined;
|
|
334
|
-
children?: import('react').ReactNode
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
334
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
335
|
+
'aria-activedescendant'?: string | undefined;
|
|
336
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
337
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
338
|
+
'aria-braillelabel'?: string | undefined;
|
|
339
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
340
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
341
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
342
|
+
'aria-colcount'?: number | undefined;
|
|
343
|
+
'aria-colindex'?: number | undefined;
|
|
344
|
+
'aria-colindextext'?: string | undefined;
|
|
345
|
+
'aria-colspan'?: number | undefined;
|
|
346
|
+
'aria-controls'?: string | undefined;
|
|
347
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
348
|
+
'aria-describedby'?: string | undefined;
|
|
349
|
+
'aria-description'?: string | undefined;
|
|
350
|
+
'aria-details'?: string | undefined;
|
|
351
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
352
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
353
|
+
'aria-errormessage'?: string | undefined;
|
|
354
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
355
|
+
'aria-flowto'?: string | undefined;
|
|
356
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
357
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
358
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
359
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
360
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
361
|
+
'aria-label'?: string | undefined;
|
|
362
|
+
'aria-labelledby'?: string | undefined;
|
|
363
|
+
'aria-level'?: number | undefined;
|
|
364
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
365
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
366
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
367
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
368
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
369
|
+
'aria-owns'?: string | undefined;
|
|
370
|
+
'aria-placeholder'?: string | undefined;
|
|
371
|
+
'aria-posinset'?: number | undefined;
|
|
372
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
373
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
374
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
375
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
376
|
+
'aria-roledescription'?: string | undefined;
|
|
377
|
+
'aria-rowcount'?: number | undefined;
|
|
378
|
+
'aria-rowindex'?: number | undefined;
|
|
379
|
+
'aria-rowindextext'?: string | undefined;
|
|
380
|
+
'aria-rowspan'?: number | undefined;
|
|
381
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
382
|
+
'aria-setsize'?: number | undefined;
|
|
383
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
384
|
+
'aria-valuemax'?: number | undefined;
|
|
385
|
+
'aria-valuemin'?: number | undefined;
|
|
386
|
+
'aria-valuenow'?: number | undefined;
|
|
387
|
+
'aria-valuetext'?: string | undefined;
|
|
388
388
|
dangerouslySetInnerHTML?: {
|
|
389
389
|
__html: string | TrustedHTML;
|
|
390
390
|
} | undefined;
|
|
@@ -612,60 +612,60 @@ export declare const FilterTable: import('styled-components').IStyledComponent<"
|
|
|
612
612
|
unselectable?: "on" | "off" | undefined;
|
|
613
613
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
614
614
|
is?: string | undefined;
|
|
615
|
-
children?: import('react').ReactNode
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
615
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
616
|
+
'aria-activedescendant'?: string | undefined;
|
|
617
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
618
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
619
|
+
'aria-braillelabel'?: string | undefined;
|
|
620
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
621
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
622
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
623
|
+
'aria-colcount'?: number | undefined;
|
|
624
|
+
'aria-colindex'?: number | undefined;
|
|
625
|
+
'aria-colindextext'?: string | undefined;
|
|
626
|
+
'aria-colspan'?: number | undefined;
|
|
627
|
+
'aria-controls'?: string | undefined;
|
|
628
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
629
|
+
'aria-describedby'?: string | undefined;
|
|
630
|
+
'aria-description'?: string | undefined;
|
|
631
|
+
'aria-details'?: string | undefined;
|
|
632
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
633
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
634
|
+
'aria-errormessage'?: string | undefined;
|
|
635
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
636
|
+
'aria-flowto'?: string | undefined;
|
|
637
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
638
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
639
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
640
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
641
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
642
|
+
'aria-label'?: string | undefined;
|
|
643
|
+
'aria-labelledby'?: string | undefined;
|
|
644
|
+
'aria-level'?: number | undefined;
|
|
645
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
646
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
647
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
648
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
649
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
650
|
+
'aria-owns'?: string | undefined;
|
|
651
|
+
'aria-placeholder'?: string | undefined;
|
|
652
|
+
'aria-posinset'?: number | undefined;
|
|
653
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
654
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
655
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
656
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
657
|
+
'aria-roledescription'?: string | undefined;
|
|
658
|
+
'aria-rowcount'?: number | undefined;
|
|
659
|
+
'aria-rowindex'?: number | undefined;
|
|
660
|
+
'aria-rowindextext'?: string | undefined;
|
|
661
|
+
'aria-rowspan'?: number | undefined;
|
|
662
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
663
|
+
'aria-setsize'?: number | undefined;
|
|
664
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
665
|
+
'aria-valuemax'?: number | undefined;
|
|
666
|
+
'aria-valuemin'?: number | undefined;
|
|
667
|
+
'aria-valuenow'?: number | undefined;
|
|
668
|
+
'aria-valuetext'?: string | undefined;
|
|
669
669
|
dangerouslySetInnerHTML?: {
|
|
670
670
|
__html: string | TrustedHTML;
|
|
671
671
|
} | undefined;
|
|
@@ -884,60 +884,60 @@ export declare const FilterRanges: import('styled-components').IStyledComponent<
|
|
|
884
884
|
unselectable?: "on" | "off" | undefined;
|
|
885
885
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
886
886
|
is?: string | undefined;
|
|
887
|
-
children?: import('react').ReactNode
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
887
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
888
|
+
'aria-activedescendant'?: string | undefined;
|
|
889
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
890
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
891
|
+
'aria-braillelabel'?: string | undefined;
|
|
892
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
893
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
894
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
895
|
+
'aria-colcount'?: number | undefined;
|
|
896
|
+
'aria-colindex'?: number | undefined;
|
|
897
|
+
'aria-colindextext'?: string | undefined;
|
|
898
|
+
'aria-colspan'?: number | undefined;
|
|
899
|
+
'aria-controls'?: string | undefined;
|
|
900
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
901
|
+
'aria-describedby'?: string | undefined;
|
|
902
|
+
'aria-description'?: string | undefined;
|
|
903
|
+
'aria-details'?: string | undefined;
|
|
904
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
905
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
906
|
+
'aria-errormessage'?: string | undefined;
|
|
907
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
908
|
+
'aria-flowto'?: string | undefined;
|
|
909
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
910
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
911
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
912
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
913
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
914
|
+
'aria-label'?: string | undefined;
|
|
915
|
+
'aria-labelledby'?: string | undefined;
|
|
916
|
+
'aria-level'?: number | undefined;
|
|
917
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
918
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
919
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
920
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
921
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
922
|
+
'aria-owns'?: string | undefined;
|
|
923
|
+
'aria-placeholder'?: string | undefined;
|
|
924
|
+
'aria-posinset'?: number | undefined;
|
|
925
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
926
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
927
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
928
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
929
|
+
'aria-roledescription'?: string | undefined;
|
|
930
|
+
'aria-rowcount'?: number | undefined;
|
|
931
|
+
'aria-rowindex'?: number | undefined;
|
|
932
|
+
'aria-rowindextext'?: string | undefined;
|
|
933
|
+
'aria-rowspan'?: number | undefined;
|
|
934
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
935
|
+
'aria-setsize'?: number | undefined;
|
|
936
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
937
|
+
'aria-valuemax'?: number | undefined;
|
|
938
|
+
'aria-valuemin'?: number | undefined;
|
|
939
|
+
'aria-valuenow'?: number | undefined;
|
|
940
|
+
'aria-valuetext'?: string | undefined;
|
|
941
941
|
dangerouslySetInnerHTML?: {
|
|
942
942
|
__html: string | TrustedHTML;
|
|
943
943
|
} | undefined;
|
|
@@ -1156,60 +1156,60 @@ export declare const FilterNames: import('styled-components').IStyledComponent<"
|
|
|
1156
1156
|
unselectable?: "on" | "off" | undefined;
|
|
1157
1157
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1158
1158
|
is?: string | undefined;
|
|
1159
|
-
children?: import('react').ReactNode
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1159
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1160
|
+
'aria-activedescendant'?: string | undefined;
|
|
1161
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1162
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1163
|
+
'aria-braillelabel'?: string | undefined;
|
|
1164
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1165
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1166
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1167
|
+
'aria-colcount'?: number | undefined;
|
|
1168
|
+
'aria-colindex'?: number | undefined;
|
|
1169
|
+
'aria-colindextext'?: string | undefined;
|
|
1170
|
+
'aria-colspan'?: number | undefined;
|
|
1171
|
+
'aria-controls'?: string | undefined;
|
|
1172
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1173
|
+
'aria-describedby'?: string | undefined;
|
|
1174
|
+
'aria-description'?: string | undefined;
|
|
1175
|
+
'aria-details'?: string | undefined;
|
|
1176
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1177
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1178
|
+
'aria-errormessage'?: string | undefined;
|
|
1179
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1180
|
+
'aria-flowto'?: string | undefined;
|
|
1181
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1182
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1183
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1184
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1185
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1186
|
+
'aria-label'?: string | undefined;
|
|
1187
|
+
'aria-labelledby'?: string | undefined;
|
|
1188
|
+
'aria-level'?: number | undefined;
|
|
1189
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1190
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1191
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1192
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1193
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1194
|
+
'aria-owns'?: string | undefined;
|
|
1195
|
+
'aria-placeholder'?: string | undefined;
|
|
1196
|
+
'aria-posinset'?: number | undefined;
|
|
1197
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1198
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1199
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1200
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1201
|
+
'aria-roledescription'?: string | undefined;
|
|
1202
|
+
'aria-rowcount'?: number | undefined;
|
|
1203
|
+
'aria-rowindex'?: number | undefined;
|
|
1204
|
+
'aria-rowindextext'?: string | undefined;
|
|
1205
|
+
'aria-rowspan'?: number | undefined;
|
|
1206
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1207
|
+
'aria-setsize'?: number | undefined;
|
|
1208
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1209
|
+
'aria-valuemax'?: number | undefined;
|
|
1210
|
+
'aria-valuemin'?: number | undefined;
|
|
1211
|
+
'aria-valuenow'?: number | undefined;
|
|
1212
|
+
'aria-valuetext'?: string | undefined;
|
|
1213
1213
|
dangerouslySetInnerHTML?: {
|
|
1214
1214
|
__html: string | TrustedHTML;
|
|
1215
1215
|
} | undefined;
|
|
@@ -1437,60 +1437,60 @@ export declare const FilterRange: import('styled-components').IStyledComponent<"
|
|
|
1437
1437
|
unselectable?: "on" | "off" | undefined;
|
|
1438
1438
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1439
1439
|
is?: string | undefined;
|
|
1440
|
-
children?: import('react').ReactNode
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1440
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1441
|
+
'aria-activedescendant'?: string | undefined;
|
|
1442
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1443
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1444
|
+
'aria-braillelabel'?: string | undefined;
|
|
1445
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1446
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1447
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1448
|
+
'aria-colcount'?: number | undefined;
|
|
1449
|
+
'aria-colindex'?: number | undefined;
|
|
1450
|
+
'aria-colindextext'?: string | undefined;
|
|
1451
|
+
'aria-colspan'?: number | undefined;
|
|
1452
|
+
'aria-controls'?: string | undefined;
|
|
1453
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1454
|
+
'aria-describedby'?: string | undefined;
|
|
1455
|
+
'aria-description'?: string | undefined;
|
|
1456
|
+
'aria-details'?: string | undefined;
|
|
1457
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1458
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1459
|
+
'aria-errormessage'?: string | undefined;
|
|
1460
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1461
|
+
'aria-flowto'?: string | undefined;
|
|
1462
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1463
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1464
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1465
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1466
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1467
|
+
'aria-label'?: string | undefined;
|
|
1468
|
+
'aria-labelledby'?: string | undefined;
|
|
1469
|
+
'aria-level'?: number | undefined;
|
|
1470
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1471
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1472
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1473
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1474
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1475
|
+
'aria-owns'?: string | undefined;
|
|
1476
|
+
'aria-placeholder'?: string | undefined;
|
|
1477
|
+
'aria-posinset'?: number | undefined;
|
|
1478
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1479
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1480
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1481
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1482
|
+
'aria-roledescription'?: string | undefined;
|
|
1483
|
+
'aria-rowcount'?: number | undefined;
|
|
1484
|
+
'aria-rowindex'?: number | undefined;
|
|
1485
|
+
'aria-rowindextext'?: string | undefined;
|
|
1486
|
+
'aria-rowspan'?: number | undefined;
|
|
1487
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1488
|
+
'aria-setsize'?: number | undefined;
|
|
1489
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1490
|
+
'aria-valuemax'?: number | undefined;
|
|
1491
|
+
'aria-valuemin'?: number | undefined;
|
|
1492
|
+
'aria-valuenow'?: number | undefined;
|
|
1493
|
+
'aria-valuetext'?: string | undefined;
|
|
1494
1494
|
dangerouslySetInnerHTML?: {
|
|
1495
1495
|
__html: string | TrustedHTML;
|
|
1496
1496
|
} | undefined;
|
|
@@ -1709,60 +1709,60 @@ export declare const Wavelength: import('styled-components').IStyledComponent<"w
|
|
|
1709
1709
|
unselectable?: "on" | "off" | undefined;
|
|
1710
1710
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1711
1711
|
is?: string | undefined;
|
|
1712
|
-
children?: import('react').ReactNode
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1712
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1713
|
+
'aria-activedescendant'?: string | undefined;
|
|
1714
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1715
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1716
|
+
'aria-braillelabel'?: string | undefined;
|
|
1717
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1718
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1719
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1720
|
+
'aria-colcount'?: number | undefined;
|
|
1721
|
+
'aria-colindex'?: number | undefined;
|
|
1722
|
+
'aria-colindextext'?: string | undefined;
|
|
1723
|
+
'aria-colspan'?: number | undefined;
|
|
1724
|
+
'aria-controls'?: string | undefined;
|
|
1725
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1726
|
+
'aria-describedby'?: string | undefined;
|
|
1727
|
+
'aria-description'?: string | undefined;
|
|
1728
|
+
'aria-details'?: string | undefined;
|
|
1729
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1730
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1731
|
+
'aria-errormessage'?: string | undefined;
|
|
1732
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1733
|
+
'aria-flowto'?: string | undefined;
|
|
1734
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1735
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1736
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1737
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1738
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1739
|
+
'aria-label'?: string | undefined;
|
|
1740
|
+
'aria-labelledby'?: string | undefined;
|
|
1741
|
+
'aria-level'?: number | undefined;
|
|
1742
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1743
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1744
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1745
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1746
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1747
|
+
'aria-owns'?: string | undefined;
|
|
1748
|
+
'aria-placeholder'?: string | undefined;
|
|
1749
|
+
'aria-posinset'?: number | undefined;
|
|
1750
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1751
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1752
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1753
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1754
|
+
'aria-roledescription'?: string | undefined;
|
|
1755
|
+
'aria-rowcount'?: number | undefined;
|
|
1756
|
+
'aria-rowindex'?: number | undefined;
|
|
1757
|
+
'aria-rowindextext'?: string | undefined;
|
|
1758
|
+
'aria-rowspan'?: number | undefined;
|
|
1759
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1760
|
+
'aria-setsize'?: number | undefined;
|
|
1761
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1762
|
+
'aria-valuemax'?: number | undefined;
|
|
1763
|
+
'aria-valuemin'?: number | undefined;
|
|
1764
|
+
'aria-valuenow'?: number | undefined;
|
|
1765
|
+
'aria-valuetext'?: string | undefined;
|
|
1766
1766
|
dangerouslySetInnerHTML?: {
|
|
1767
1767
|
__html: string | TrustedHTML;
|
|
1768
1768
|
} | undefined;
|
|
@@ -1987,60 +1987,60 @@ export declare const FilterName: import('styled-components').IStyledComponent<"w
|
|
|
1987
1987
|
unselectable?: "on" | "off" | undefined;
|
|
1988
1988
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1989
1989
|
is?: string | undefined;
|
|
1990
|
-
children?: import('react').ReactNode
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
1990
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1991
|
+
'aria-activedescendant'?: string | undefined;
|
|
1992
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1993
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1994
|
+
'aria-braillelabel'?: string | undefined;
|
|
1995
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1996
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1997
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1998
|
+
'aria-colcount'?: number | undefined;
|
|
1999
|
+
'aria-colindex'?: number | undefined;
|
|
2000
|
+
'aria-colindextext'?: string | undefined;
|
|
2001
|
+
'aria-colspan'?: number | undefined;
|
|
2002
|
+
'aria-controls'?: string | undefined;
|
|
2003
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2004
|
+
'aria-describedby'?: string | undefined;
|
|
2005
|
+
'aria-description'?: string | undefined;
|
|
2006
|
+
'aria-details'?: string | undefined;
|
|
2007
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2008
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2009
|
+
'aria-errormessage'?: string | undefined;
|
|
2010
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2011
|
+
'aria-flowto'?: string | undefined;
|
|
2012
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2013
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2014
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2015
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2016
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2017
|
+
'aria-label'?: string | undefined;
|
|
2018
|
+
'aria-labelledby'?: string | undefined;
|
|
2019
|
+
'aria-level'?: number | undefined;
|
|
2020
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2021
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2022
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2023
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2024
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2025
|
+
'aria-owns'?: string | undefined;
|
|
2026
|
+
'aria-placeholder'?: string | undefined;
|
|
2027
|
+
'aria-posinset'?: number | undefined;
|
|
2028
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2029
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2030
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2031
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2032
|
+
'aria-roledescription'?: string | undefined;
|
|
2033
|
+
'aria-rowcount'?: number | undefined;
|
|
2034
|
+
'aria-rowindex'?: number | undefined;
|
|
2035
|
+
'aria-rowindextext'?: string | undefined;
|
|
2036
|
+
'aria-rowspan'?: number | undefined;
|
|
2037
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2038
|
+
'aria-setsize'?: number | undefined;
|
|
2039
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2040
|
+
'aria-valuemax'?: number | undefined;
|
|
2041
|
+
'aria-valuemin'?: number | undefined;
|
|
2042
|
+
'aria-valuenow'?: number | undefined;
|
|
2043
|
+
'aria-valuetext'?: string | undefined;
|
|
2044
2044
|
dangerouslySetInnerHTML?: {
|
|
2045
2045
|
__html: string | TrustedHTML;
|
|
2046
2046
|
} | undefined;
|
|
@@ -2259,60 +2259,60 @@ export declare const SelectContainer: import('styled-components').IStyledCompone
|
|
|
2259
2259
|
unselectable?: "on" | "off" | undefined;
|
|
2260
2260
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2261
2261
|
is?: string | undefined;
|
|
2262
|
-
children?: import('react').ReactNode
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2262
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
2263
|
+
'aria-activedescendant'?: string | undefined;
|
|
2264
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2265
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2266
|
+
'aria-braillelabel'?: string | undefined;
|
|
2267
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2268
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2269
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2270
|
+
'aria-colcount'?: number | undefined;
|
|
2271
|
+
'aria-colindex'?: number | undefined;
|
|
2272
|
+
'aria-colindextext'?: string | undefined;
|
|
2273
|
+
'aria-colspan'?: number | undefined;
|
|
2274
|
+
'aria-controls'?: string | undefined;
|
|
2275
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2276
|
+
'aria-describedby'?: string | undefined;
|
|
2277
|
+
'aria-description'?: string | undefined;
|
|
2278
|
+
'aria-details'?: string | undefined;
|
|
2279
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2280
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2281
|
+
'aria-errormessage'?: string | undefined;
|
|
2282
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2283
|
+
'aria-flowto'?: string | undefined;
|
|
2284
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2285
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2286
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2287
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2288
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2289
|
+
'aria-label'?: string | undefined;
|
|
2290
|
+
'aria-labelledby'?: string | undefined;
|
|
2291
|
+
'aria-level'?: number | undefined;
|
|
2292
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2293
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2294
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2295
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2296
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2297
|
+
'aria-owns'?: string | undefined;
|
|
2298
|
+
'aria-placeholder'?: string | undefined;
|
|
2299
|
+
'aria-posinset'?: number | undefined;
|
|
2300
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2301
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2302
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2303
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2304
|
+
'aria-roledescription'?: string | undefined;
|
|
2305
|
+
'aria-rowcount'?: number | undefined;
|
|
2306
|
+
'aria-rowindex'?: number | undefined;
|
|
2307
|
+
'aria-rowindextext'?: string | undefined;
|
|
2308
|
+
'aria-rowspan'?: number | undefined;
|
|
2309
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2310
|
+
'aria-setsize'?: number | undefined;
|
|
2311
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2312
|
+
'aria-valuemax'?: number | undefined;
|
|
2313
|
+
'aria-valuemin'?: number | undefined;
|
|
2314
|
+
'aria-valuenow'?: number | undefined;
|
|
2315
|
+
'aria-valuetext'?: string | undefined;
|
|
2316
2316
|
dangerouslySetInnerHTML?: {
|
|
2317
2317
|
__html: string | TrustedHTML;
|
|
2318
2318
|
} | undefined;
|
|
@@ -2533,60 +2533,60 @@ export declare const SelectLabel: import('styled-components').IStyledComponent<"
|
|
|
2533
2533
|
unselectable?: "on" | "off" | undefined;
|
|
2534
2534
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2535
2535
|
is?: string | undefined;
|
|
2536
|
-
children?: import('react').ReactNode
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2536
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
2537
|
+
'aria-activedescendant'?: string | undefined;
|
|
2538
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2539
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2540
|
+
'aria-braillelabel'?: string | undefined;
|
|
2541
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2542
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2543
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2544
|
+
'aria-colcount'?: number | undefined;
|
|
2545
|
+
'aria-colindex'?: number | undefined;
|
|
2546
|
+
'aria-colindextext'?: string | undefined;
|
|
2547
|
+
'aria-colspan'?: number | undefined;
|
|
2548
|
+
'aria-controls'?: string | undefined;
|
|
2549
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2550
|
+
'aria-describedby'?: string | undefined;
|
|
2551
|
+
'aria-description'?: string | undefined;
|
|
2552
|
+
'aria-details'?: string | undefined;
|
|
2553
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2554
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2555
|
+
'aria-errormessage'?: string | undefined;
|
|
2556
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2557
|
+
'aria-flowto'?: string | undefined;
|
|
2558
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2559
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2560
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2561
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2562
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2563
|
+
'aria-label'?: string | undefined;
|
|
2564
|
+
'aria-labelledby'?: string | undefined;
|
|
2565
|
+
'aria-level'?: number | undefined;
|
|
2566
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2567
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2568
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2569
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2570
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2571
|
+
'aria-owns'?: string | undefined;
|
|
2572
|
+
'aria-placeholder'?: string | undefined;
|
|
2573
|
+
'aria-posinset'?: number | undefined;
|
|
2574
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2575
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2576
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2577
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2578
|
+
'aria-roledescription'?: string | undefined;
|
|
2579
|
+
'aria-rowcount'?: number | undefined;
|
|
2580
|
+
'aria-rowindex'?: number | undefined;
|
|
2581
|
+
'aria-rowindextext'?: string | undefined;
|
|
2582
|
+
'aria-rowspan'?: number | undefined;
|
|
2583
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2584
|
+
'aria-setsize'?: number | undefined;
|
|
2585
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2586
|
+
'aria-valuemax'?: number | undefined;
|
|
2587
|
+
'aria-valuemin'?: number | undefined;
|
|
2588
|
+
'aria-valuenow'?: number | undefined;
|
|
2589
|
+
'aria-valuetext'?: string | undefined;
|
|
2590
2590
|
dangerouslySetInnerHTML?: {
|
|
2591
2591
|
__html: string | TrustedHTML;
|
|
2592
2592
|
} | undefined;
|
|
@@ -3013,59 +3013,59 @@ export declare const SpectrumLabel: import('styled-components').IStyledComponent
|
|
|
3013
3013
|
yChannelSelector?: string | undefined;
|
|
3014
3014
|
z?: string | number | undefined;
|
|
3015
3015
|
zoomAndPan?: string | undefined;
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3016
|
+
'aria-activedescendant'?: string | undefined;
|
|
3017
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
3018
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
3019
|
+
'aria-braillelabel'?: string | undefined;
|
|
3020
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
3021
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
3022
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3023
|
+
'aria-colcount'?: number | undefined;
|
|
3024
|
+
'aria-colindex'?: number | undefined;
|
|
3025
|
+
'aria-colindextext'?: string | undefined;
|
|
3026
|
+
'aria-colspan'?: number | undefined;
|
|
3027
|
+
'aria-controls'?: string | undefined;
|
|
3028
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3029
|
+
'aria-describedby'?: string | undefined;
|
|
3030
|
+
'aria-description'?: string | undefined;
|
|
3031
|
+
'aria-details'?: string | undefined;
|
|
3032
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3033
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3034
|
+
'aria-errormessage'?: string | undefined;
|
|
3035
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
3036
|
+
'aria-flowto'?: string | undefined;
|
|
3037
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
3038
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
3039
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
3040
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3041
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
3042
|
+
'aria-label'?: string | undefined;
|
|
3043
|
+
'aria-labelledby'?: string | undefined;
|
|
3044
|
+
'aria-level'?: number | undefined;
|
|
3045
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3046
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
3047
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
3048
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
3049
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
3050
|
+
'aria-owns'?: string | undefined;
|
|
3051
|
+
'aria-placeholder'?: string | undefined;
|
|
3052
|
+
'aria-posinset'?: number | undefined;
|
|
3053
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3054
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
3055
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3056
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
3057
|
+
'aria-roledescription'?: string | undefined;
|
|
3058
|
+
'aria-rowcount'?: number | undefined;
|
|
3059
|
+
'aria-rowindex'?: number | undefined;
|
|
3060
|
+
'aria-rowindextext'?: string | undefined;
|
|
3061
|
+
'aria-rowspan'?: number | undefined;
|
|
3062
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
3063
|
+
'aria-setsize'?: number | undefined;
|
|
3064
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3065
|
+
'aria-valuemax'?: number | undefined;
|
|
3066
|
+
'aria-valuemin'?: number | undefined;
|
|
3067
|
+
'aria-valuenow'?: number | undefined;
|
|
3068
|
+
'aria-valuetext'?: string | undefined;
|
|
3069
3069
|
children?: import('react').ReactNode;
|
|
3070
3070
|
dangerouslySetInnerHTML?: {
|
|
3071
3071
|
__html: string | TrustedHTML;
|
|
@@ -3495,59 +3495,59 @@ export declare const ColorName: import('styled-components').IStyledComponent<"we
|
|
|
3495
3495
|
yChannelSelector?: string | undefined;
|
|
3496
3496
|
z?: string | number | undefined;
|
|
3497
3497
|
zoomAndPan?: string | undefined;
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3498
|
+
'aria-activedescendant'?: string | undefined;
|
|
3499
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
3500
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
3501
|
+
'aria-braillelabel'?: string | undefined;
|
|
3502
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
3503
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
3504
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3505
|
+
'aria-colcount'?: number | undefined;
|
|
3506
|
+
'aria-colindex'?: number | undefined;
|
|
3507
|
+
'aria-colindextext'?: string | undefined;
|
|
3508
|
+
'aria-colspan'?: number | undefined;
|
|
3509
|
+
'aria-controls'?: string | undefined;
|
|
3510
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3511
|
+
'aria-describedby'?: string | undefined;
|
|
3512
|
+
'aria-description'?: string | undefined;
|
|
3513
|
+
'aria-details'?: string | undefined;
|
|
3514
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3515
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3516
|
+
'aria-errormessage'?: string | undefined;
|
|
3517
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
3518
|
+
'aria-flowto'?: string | undefined;
|
|
3519
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
3520
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
3521
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
3522
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3523
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
3524
|
+
'aria-label'?: string | undefined;
|
|
3525
|
+
'aria-labelledby'?: string | undefined;
|
|
3526
|
+
'aria-level'?: number | undefined;
|
|
3527
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3528
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
3529
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
3530
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
3531
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
3532
|
+
'aria-owns'?: string | undefined;
|
|
3533
|
+
'aria-placeholder'?: string | undefined;
|
|
3534
|
+
'aria-posinset'?: number | undefined;
|
|
3535
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3536
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
3537
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3538
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
3539
|
+
'aria-roledescription'?: string | undefined;
|
|
3540
|
+
'aria-rowcount'?: number | undefined;
|
|
3541
|
+
'aria-rowindex'?: number | undefined;
|
|
3542
|
+
'aria-rowindextext'?: string | undefined;
|
|
3543
|
+
'aria-rowspan'?: number | undefined;
|
|
3544
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
3545
|
+
'aria-setsize'?: number | undefined;
|
|
3546
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3547
|
+
'aria-valuemax'?: number | undefined;
|
|
3548
|
+
'aria-valuemin'?: number | undefined;
|
|
3549
|
+
'aria-valuenow'?: number | undefined;
|
|
3550
|
+
'aria-valuetext'?: string | undefined;
|
|
3551
3551
|
children?: import('react').ReactNode;
|
|
3552
3552
|
dangerouslySetInnerHTML?: {
|
|
3553
3553
|
__html: string | TrustedHTML;
|
|
@@ -3977,59 +3977,59 @@ export declare const ColorSpectrum: import('styled-components').IStyledComponent
|
|
|
3977
3977
|
yChannelSelector?: string | undefined;
|
|
3978
3978
|
z?: string | number | undefined;
|
|
3979
3979
|
zoomAndPan?: string | undefined;
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
3980
|
+
'aria-activedescendant'?: string | undefined;
|
|
3981
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
3982
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
3983
|
+
'aria-braillelabel'?: string | undefined;
|
|
3984
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
3985
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
3986
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3987
|
+
'aria-colcount'?: number | undefined;
|
|
3988
|
+
'aria-colindex'?: number | undefined;
|
|
3989
|
+
'aria-colindextext'?: string | undefined;
|
|
3990
|
+
'aria-colspan'?: number | undefined;
|
|
3991
|
+
'aria-controls'?: string | undefined;
|
|
3992
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3993
|
+
'aria-describedby'?: string | undefined;
|
|
3994
|
+
'aria-description'?: string | undefined;
|
|
3995
|
+
'aria-details'?: string | undefined;
|
|
3996
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3997
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3998
|
+
'aria-errormessage'?: string | undefined;
|
|
3999
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
4000
|
+
'aria-flowto'?: string | undefined;
|
|
4001
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
4002
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
4003
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
4004
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
4005
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
4006
|
+
'aria-label'?: string | undefined;
|
|
4007
|
+
'aria-labelledby'?: string | undefined;
|
|
4008
|
+
'aria-level'?: number | undefined;
|
|
4009
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
4010
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
4011
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
4012
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
4013
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
4014
|
+
'aria-owns'?: string | undefined;
|
|
4015
|
+
'aria-placeholder'?: string | undefined;
|
|
4016
|
+
'aria-posinset'?: number | undefined;
|
|
4017
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
4018
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
4019
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4020
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
4021
|
+
'aria-roledescription'?: string | undefined;
|
|
4022
|
+
'aria-rowcount'?: number | undefined;
|
|
4023
|
+
'aria-rowindex'?: number | undefined;
|
|
4024
|
+
'aria-rowindextext'?: string | undefined;
|
|
4025
|
+
'aria-rowspan'?: number | undefined;
|
|
4026
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
4027
|
+
'aria-setsize'?: number | undefined;
|
|
4028
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
4029
|
+
'aria-valuemax'?: number | undefined;
|
|
4030
|
+
'aria-valuemin'?: number | undefined;
|
|
4031
|
+
'aria-valuenow'?: number | undefined;
|
|
4032
|
+
'aria-valuetext'?: string | undefined;
|
|
4033
4033
|
children?: import('react').ReactNode;
|
|
4034
4034
|
dangerouslySetInnerHTML?: {
|
|
4035
4035
|
__html: string | TrustedHTML;
|
|
@@ -4459,59 +4459,59 @@ export declare const ColorSpectrumUnit: import('styled-components').IStyledCompo
|
|
|
4459
4459
|
yChannelSelector?: string | undefined;
|
|
4460
4460
|
z?: string | number | undefined;
|
|
4461
4461
|
zoomAndPan?: string | undefined;
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4462
|
+
'aria-activedescendant'?: string | undefined;
|
|
4463
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
4464
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
4465
|
+
'aria-braillelabel'?: string | undefined;
|
|
4466
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
4467
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
4468
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
4469
|
+
'aria-colcount'?: number | undefined;
|
|
4470
|
+
'aria-colindex'?: number | undefined;
|
|
4471
|
+
'aria-colindextext'?: string | undefined;
|
|
4472
|
+
'aria-colspan'?: number | undefined;
|
|
4473
|
+
'aria-controls'?: string | undefined;
|
|
4474
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
4475
|
+
'aria-describedby'?: string | undefined;
|
|
4476
|
+
'aria-description'?: string | undefined;
|
|
4477
|
+
'aria-details'?: string | undefined;
|
|
4478
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
4479
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
4480
|
+
'aria-errormessage'?: string | undefined;
|
|
4481
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
4482
|
+
'aria-flowto'?: string | undefined;
|
|
4483
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
4484
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
4485
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
4486
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
4487
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
4488
|
+
'aria-label'?: string | undefined;
|
|
4489
|
+
'aria-labelledby'?: string | undefined;
|
|
4490
|
+
'aria-level'?: number | undefined;
|
|
4491
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
4492
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
4493
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
4494
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
4495
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
4496
|
+
'aria-owns'?: string | undefined;
|
|
4497
|
+
'aria-placeholder'?: string | undefined;
|
|
4498
|
+
'aria-posinset'?: number | undefined;
|
|
4499
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
4500
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
4501
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4502
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
4503
|
+
'aria-roledescription'?: string | undefined;
|
|
4504
|
+
'aria-rowcount'?: number | undefined;
|
|
4505
|
+
'aria-rowindex'?: number | undefined;
|
|
4506
|
+
'aria-rowindextext'?: string | undefined;
|
|
4507
|
+
'aria-rowspan'?: number | undefined;
|
|
4508
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
4509
|
+
'aria-setsize'?: number | undefined;
|
|
4510
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
4511
|
+
'aria-valuemax'?: number | undefined;
|
|
4512
|
+
'aria-valuemin'?: number | undefined;
|
|
4513
|
+
'aria-valuenow'?: number | undefined;
|
|
4514
|
+
'aria-valuetext'?: string | undefined;
|
|
4515
4515
|
children?: import('react').ReactNode;
|
|
4516
4516
|
dangerouslySetInnerHTML?: {
|
|
4517
4517
|
__html: string | TrustedHTML;
|
|
@@ -4733,60 +4733,60 @@ export declare const CondensedRangeRow: import('styled-components').IStyledCompo
|
|
|
4733
4733
|
unselectable?: "on" | "off" | undefined;
|
|
4734
4734
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
4735
4735
|
is?: string | undefined;
|
|
4736
|
-
children?: import('react').ReactNode
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4736
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
4737
|
+
'aria-activedescendant'?: string | undefined;
|
|
4738
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
4739
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
4740
|
+
'aria-braillelabel'?: string | undefined;
|
|
4741
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
4742
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
4743
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
4744
|
+
'aria-colcount'?: number | undefined;
|
|
4745
|
+
'aria-colindex'?: number | undefined;
|
|
4746
|
+
'aria-colindextext'?: string | undefined;
|
|
4747
|
+
'aria-colspan'?: number | undefined;
|
|
4748
|
+
'aria-controls'?: string | undefined;
|
|
4749
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
4750
|
+
'aria-describedby'?: string | undefined;
|
|
4751
|
+
'aria-description'?: string | undefined;
|
|
4752
|
+
'aria-details'?: string | undefined;
|
|
4753
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
4754
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
4755
|
+
'aria-errormessage'?: string | undefined;
|
|
4756
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
4757
|
+
'aria-flowto'?: string | undefined;
|
|
4758
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
4759
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
4760
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
4761
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
4762
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
4763
|
+
'aria-label'?: string | undefined;
|
|
4764
|
+
'aria-labelledby'?: string | undefined;
|
|
4765
|
+
'aria-level'?: number | undefined;
|
|
4766
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
4767
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
4768
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
4769
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
4770
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
4771
|
+
'aria-owns'?: string | undefined;
|
|
4772
|
+
'aria-placeholder'?: string | undefined;
|
|
4773
|
+
'aria-posinset'?: number | undefined;
|
|
4774
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
4775
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
4776
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
4777
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
4778
|
+
'aria-roledescription'?: string | undefined;
|
|
4779
|
+
'aria-rowcount'?: number | undefined;
|
|
4780
|
+
'aria-rowindex'?: number | undefined;
|
|
4781
|
+
'aria-rowindextext'?: string | undefined;
|
|
4782
|
+
'aria-rowspan'?: number | undefined;
|
|
4783
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
4784
|
+
'aria-setsize'?: number | undefined;
|
|
4785
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
4786
|
+
'aria-valuemax'?: number | undefined;
|
|
4787
|
+
'aria-valuemin'?: number | undefined;
|
|
4788
|
+
'aria-valuenow'?: number | undefined;
|
|
4789
|
+
'aria-valuetext'?: string | undefined;
|
|
4790
4790
|
dangerouslySetInnerHTML?: {
|
|
4791
4791
|
__html: string | TrustedHTML;
|
|
4792
4792
|
} | undefined;
|
|
@@ -5006,60 +5006,60 @@ export declare const CondensedRange: import('styled-components').IStyledComponen
|
|
|
5006
5006
|
unselectable?: "on" | "off" | undefined;
|
|
5007
5007
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
5008
5008
|
is?: string | undefined;
|
|
5009
|
-
children?: import('react').ReactNode
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5009
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
5010
|
+
'aria-activedescendant'?: string | undefined;
|
|
5011
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
5012
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
5013
|
+
'aria-braillelabel'?: string | undefined;
|
|
5014
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
5015
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
5016
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5017
|
+
'aria-colcount'?: number | undefined;
|
|
5018
|
+
'aria-colindex'?: number | undefined;
|
|
5019
|
+
'aria-colindextext'?: string | undefined;
|
|
5020
|
+
'aria-colspan'?: number | undefined;
|
|
5021
|
+
'aria-controls'?: string | undefined;
|
|
5022
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
5023
|
+
'aria-describedby'?: string | undefined;
|
|
5024
|
+
'aria-description'?: string | undefined;
|
|
5025
|
+
'aria-details'?: string | undefined;
|
|
5026
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
5027
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
5028
|
+
'aria-errormessage'?: string | undefined;
|
|
5029
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
5030
|
+
'aria-flowto'?: string | undefined;
|
|
5031
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
5032
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
5033
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
5034
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
5035
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
5036
|
+
'aria-label'?: string | undefined;
|
|
5037
|
+
'aria-labelledby'?: string | undefined;
|
|
5038
|
+
'aria-level'?: number | undefined;
|
|
5039
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
5040
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
5041
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
5042
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
5043
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
5044
|
+
'aria-owns'?: string | undefined;
|
|
5045
|
+
'aria-placeholder'?: string | undefined;
|
|
5046
|
+
'aria-posinset'?: number | undefined;
|
|
5047
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
5048
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
5049
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
5050
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
5051
|
+
'aria-roledescription'?: string | undefined;
|
|
5052
|
+
'aria-rowcount'?: number | undefined;
|
|
5053
|
+
'aria-rowindex'?: number | undefined;
|
|
5054
|
+
'aria-rowindextext'?: string | undefined;
|
|
5055
|
+
'aria-rowspan'?: number | undefined;
|
|
5056
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
5057
|
+
'aria-setsize'?: number | undefined;
|
|
5058
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
5059
|
+
'aria-valuemax'?: number | undefined;
|
|
5060
|
+
'aria-valuemin'?: number | undefined;
|
|
5061
|
+
'aria-valuenow'?: number | undefined;
|
|
5062
|
+
'aria-valuetext'?: string | undefined;
|
|
5063
5063
|
dangerouslySetInnerHTML?: {
|
|
5064
5064
|
__html: string | TrustedHTML;
|
|
5065
5065
|
} | undefined;
|