@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
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
1
3
|
export declare const ChartContainer: import('styled-components').IStyledComponent<"web", {
|
|
2
4
|
ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
|
|
3
5
|
key?: import('react').Key | null | undefined;
|
|
@@ -50,60 +52,60 @@ export declare const ChartContainer: import('styled-components').IStyledComponen
|
|
|
50
52
|
unselectable?: "on" | "off" | undefined;
|
|
51
53
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
54
|
is?: string | undefined;
|
|
53
|
-
children?: import('react').ReactNode
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
-
|
|
55
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
56
|
+
'aria-activedescendant'?: string | undefined;
|
|
57
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
'aria-braillelabel'?: string | undefined;
|
|
60
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
|
+
'aria-colcount'?: number | undefined;
|
|
64
|
+
'aria-colindex'?: number | undefined;
|
|
65
|
+
'aria-colindextext'?: string | undefined;
|
|
66
|
+
'aria-colspan'?: number | undefined;
|
|
67
|
+
'aria-controls'?: string | undefined;
|
|
68
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
69
|
+
'aria-describedby'?: string | undefined;
|
|
70
|
+
'aria-description'?: string | undefined;
|
|
71
|
+
'aria-details'?: string | undefined;
|
|
72
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
74
|
+
'aria-errormessage'?: string | undefined;
|
|
75
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
'aria-flowto'?: string | undefined;
|
|
77
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
79
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
81
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
82
|
+
'aria-label'?: string | undefined;
|
|
83
|
+
'aria-labelledby'?: string | undefined;
|
|
84
|
+
'aria-level'?: number | undefined;
|
|
85
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
86
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
89
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
90
|
+
'aria-owns'?: string | undefined;
|
|
91
|
+
'aria-placeholder'?: string | undefined;
|
|
92
|
+
'aria-posinset'?: number | undefined;
|
|
93
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
94
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
96
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
97
|
+
'aria-roledescription'?: string | undefined;
|
|
98
|
+
'aria-rowcount'?: number | undefined;
|
|
99
|
+
'aria-rowindex'?: number | undefined;
|
|
100
|
+
'aria-rowindextext'?: string | undefined;
|
|
101
|
+
'aria-rowspan'?: number | undefined;
|
|
102
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
103
|
+
'aria-setsize'?: number | undefined;
|
|
104
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
105
|
+
'aria-valuemax'?: number | undefined;
|
|
106
|
+
'aria-valuemin'?: number | undefined;
|
|
107
|
+
'aria-valuenow'?: number | undefined;
|
|
108
|
+
'aria-valuetext'?: string | undefined;
|
|
107
109
|
dangerouslySetInnerHTML?: {
|
|
108
110
|
__html: string | TrustedHTML;
|
|
109
111
|
} | undefined;
|
|
@@ -322,60 +324,60 @@ export declare const HorizontalLabel: import('styled-components').IStyledCompone
|
|
|
322
324
|
unselectable?: "on" | "off" | undefined;
|
|
323
325
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
324
326
|
is?: string | undefined;
|
|
325
|
-
children?: import('react').ReactNode
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
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
|
-
|
|
327
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
328
|
+
'aria-activedescendant'?: string | undefined;
|
|
329
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
330
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
331
|
+
'aria-braillelabel'?: string | undefined;
|
|
332
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
333
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
334
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
335
|
+
'aria-colcount'?: number | undefined;
|
|
336
|
+
'aria-colindex'?: number | undefined;
|
|
337
|
+
'aria-colindextext'?: string | undefined;
|
|
338
|
+
'aria-colspan'?: number | undefined;
|
|
339
|
+
'aria-controls'?: string | undefined;
|
|
340
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
341
|
+
'aria-describedby'?: string | undefined;
|
|
342
|
+
'aria-description'?: string | undefined;
|
|
343
|
+
'aria-details'?: string | undefined;
|
|
344
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
345
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
346
|
+
'aria-errormessage'?: string | undefined;
|
|
347
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
348
|
+
'aria-flowto'?: string | undefined;
|
|
349
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
350
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
351
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
352
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
353
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
354
|
+
'aria-label'?: string | undefined;
|
|
355
|
+
'aria-labelledby'?: string | undefined;
|
|
356
|
+
'aria-level'?: number | undefined;
|
|
357
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
358
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
359
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
360
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
361
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
362
|
+
'aria-owns'?: string | undefined;
|
|
363
|
+
'aria-placeholder'?: string | undefined;
|
|
364
|
+
'aria-posinset'?: number | undefined;
|
|
365
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
366
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
367
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
368
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
369
|
+
'aria-roledescription'?: string | undefined;
|
|
370
|
+
'aria-rowcount'?: number | undefined;
|
|
371
|
+
'aria-rowindex'?: number | undefined;
|
|
372
|
+
'aria-rowindextext'?: string | undefined;
|
|
373
|
+
'aria-rowspan'?: number | undefined;
|
|
374
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
375
|
+
'aria-setsize'?: number | undefined;
|
|
376
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
377
|
+
'aria-valuemax'?: number | undefined;
|
|
378
|
+
'aria-valuemin'?: number | undefined;
|
|
379
|
+
'aria-valuenow'?: number | undefined;
|
|
380
|
+
'aria-valuetext'?: string | undefined;
|
|
379
381
|
dangerouslySetInnerHTML?: {
|
|
380
382
|
__html: string | TrustedHTML;
|
|
381
383
|
} | undefined;
|
|
@@ -594,60 +596,60 @@ export declare const VerticalLabel: import('styled-components').IStyledComponent
|
|
|
594
596
|
unselectable?: "on" | "off" | undefined;
|
|
595
597
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
596
598
|
is?: string | undefined;
|
|
597
|
-
children?: import('react').ReactNode
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
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
|
-
|
|
599
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
600
|
+
'aria-activedescendant'?: string | undefined;
|
|
601
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
602
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
603
|
+
'aria-braillelabel'?: string | undefined;
|
|
604
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
605
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
606
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
607
|
+
'aria-colcount'?: number | undefined;
|
|
608
|
+
'aria-colindex'?: number | undefined;
|
|
609
|
+
'aria-colindextext'?: string | undefined;
|
|
610
|
+
'aria-colspan'?: number | undefined;
|
|
611
|
+
'aria-controls'?: string | undefined;
|
|
612
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
613
|
+
'aria-describedby'?: string | undefined;
|
|
614
|
+
'aria-description'?: string | undefined;
|
|
615
|
+
'aria-details'?: string | undefined;
|
|
616
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
617
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
618
|
+
'aria-errormessage'?: string | undefined;
|
|
619
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
620
|
+
'aria-flowto'?: string | undefined;
|
|
621
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
622
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
623
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
624
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
625
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
626
|
+
'aria-label'?: string | undefined;
|
|
627
|
+
'aria-labelledby'?: string | undefined;
|
|
628
|
+
'aria-level'?: number | undefined;
|
|
629
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
630
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
631
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
632
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
633
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
634
|
+
'aria-owns'?: string | undefined;
|
|
635
|
+
'aria-placeholder'?: string | undefined;
|
|
636
|
+
'aria-posinset'?: number | undefined;
|
|
637
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
638
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
639
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
640
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
641
|
+
'aria-roledescription'?: string | undefined;
|
|
642
|
+
'aria-rowcount'?: number | undefined;
|
|
643
|
+
'aria-rowindex'?: number | undefined;
|
|
644
|
+
'aria-rowindextext'?: string | undefined;
|
|
645
|
+
'aria-rowspan'?: number | undefined;
|
|
646
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
647
|
+
'aria-setsize'?: number | undefined;
|
|
648
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
649
|
+
'aria-valuemax'?: number | undefined;
|
|
650
|
+
'aria-valuemin'?: number | undefined;
|
|
651
|
+
'aria-valuenow'?: number | undefined;
|
|
652
|
+
'aria-valuetext'?: string | undefined;
|
|
651
653
|
dangerouslySetInnerHTML?: {
|
|
652
654
|
__html: string | TrustedHTML;
|
|
653
655
|
} | undefined;
|
|
@@ -866,60 +868,60 @@ export declare const Filler: import('styled-components').IStyledComponent<"web",
|
|
|
866
868
|
unselectable?: "on" | "off" | undefined;
|
|
867
869
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
868
870
|
is?: string | undefined;
|
|
869
|
-
children?: import('react').ReactNode
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
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
|
-
|
|
871
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
872
|
+
'aria-activedescendant'?: string | undefined;
|
|
873
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
874
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
875
|
+
'aria-braillelabel'?: string | undefined;
|
|
876
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
877
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
878
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
879
|
+
'aria-colcount'?: number | undefined;
|
|
880
|
+
'aria-colindex'?: number | undefined;
|
|
881
|
+
'aria-colindextext'?: string | undefined;
|
|
882
|
+
'aria-colspan'?: number | undefined;
|
|
883
|
+
'aria-controls'?: string | undefined;
|
|
884
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
885
|
+
'aria-describedby'?: string | undefined;
|
|
886
|
+
'aria-description'?: string | undefined;
|
|
887
|
+
'aria-details'?: string | undefined;
|
|
888
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
889
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
890
|
+
'aria-errormessage'?: string | undefined;
|
|
891
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
892
|
+
'aria-flowto'?: string | undefined;
|
|
893
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
894
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
895
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
896
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
897
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
898
|
+
'aria-label'?: string | undefined;
|
|
899
|
+
'aria-labelledby'?: string | undefined;
|
|
900
|
+
'aria-level'?: number | undefined;
|
|
901
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
902
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
903
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
904
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
905
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
906
|
+
'aria-owns'?: string | undefined;
|
|
907
|
+
'aria-placeholder'?: string | undefined;
|
|
908
|
+
'aria-posinset'?: number | undefined;
|
|
909
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
910
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
911
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
912
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
913
|
+
'aria-roledescription'?: string | undefined;
|
|
914
|
+
'aria-rowcount'?: number | undefined;
|
|
915
|
+
'aria-rowindex'?: number | undefined;
|
|
916
|
+
'aria-rowindextext'?: string | undefined;
|
|
917
|
+
'aria-rowspan'?: number | undefined;
|
|
918
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
919
|
+
'aria-setsize'?: number | undefined;
|
|
920
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
921
|
+
'aria-valuemax'?: number | undefined;
|
|
922
|
+
'aria-valuemin'?: number | undefined;
|
|
923
|
+
'aria-valuenow'?: number | undefined;
|
|
924
|
+
'aria-valuetext'?: string | undefined;
|
|
923
925
|
dangerouslySetInnerHTML?: {
|
|
924
926
|
__html: string | TrustedHTML;
|
|
925
927
|
} | undefined;
|
|
@@ -1346,59 +1348,59 @@ export declare const SVG: import('styled-components').IStyledComponent<"web", {
|
|
|
1346
1348
|
yChannelSelector?: string | undefined;
|
|
1347
1349
|
z?: string | number | undefined;
|
|
1348
1350
|
zoomAndPan?: string | undefined;
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1351
|
+
'aria-activedescendant'?: string | undefined;
|
|
1352
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1353
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1354
|
+
'aria-braillelabel'?: string | undefined;
|
|
1355
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1356
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1357
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1358
|
+
'aria-colcount'?: number | undefined;
|
|
1359
|
+
'aria-colindex'?: number | undefined;
|
|
1360
|
+
'aria-colindextext'?: string | undefined;
|
|
1361
|
+
'aria-colspan'?: number | undefined;
|
|
1362
|
+
'aria-controls'?: string | undefined;
|
|
1363
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1364
|
+
'aria-describedby'?: string | undefined;
|
|
1365
|
+
'aria-description'?: string | undefined;
|
|
1366
|
+
'aria-details'?: string | undefined;
|
|
1367
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1368
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1369
|
+
'aria-errormessage'?: string | undefined;
|
|
1370
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1371
|
+
'aria-flowto'?: string | undefined;
|
|
1372
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1373
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1374
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1375
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1376
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1377
|
+
'aria-label'?: string | undefined;
|
|
1378
|
+
'aria-labelledby'?: string | undefined;
|
|
1379
|
+
'aria-level'?: number | undefined;
|
|
1380
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1381
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1382
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1383
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1384
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1385
|
+
'aria-owns'?: string | undefined;
|
|
1386
|
+
'aria-placeholder'?: string | undefined;
|
|
1387
|
+
'aria-posinset'?: number | undefined;
|
|
1388
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1389
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1390
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1391
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1392
|
+
'aria-roledescription'?: string | undefined;
|
|
1393
|
+
'aria-rowcount'?: number | undefined;
|
|
1394
|
+
'aria-rowindex'?: number | undefined;
|
|
1395
|
+
'aria-rowindextext'?: string | undefined;
|
|
1396
|
+
'aria-rowspan'?: number | undefined;
|
|
1397
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1398
|
+
'aria-setsize'?: number | undefined;
|
|
1399
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1400
|
+
'aria-valuemax'?: number | undefined;
|
|
1401
|
+
'aria-valuemin'?: number | undefined;
|
|
1402
|
+
'aria-valuenow'?: number | undefined;
|
|
1403
|
+
'aria-valuetext'?: string | undefined;
|
|
1402
1404
|
children?: import('react').ReactNode;
|
|
1403
1405
|
dangerouslySetInnerHTML?: {
|
|
1404
1406
|
__html: string | TrustedHTML;
|
|
@@ -1620,60 +1622,60 @@ export declare const TitleWrapper: import('styled-components').IStyledComponent<
|
|
|
1620
1622
|
unselectable?: "on" | "off" | undefined;
|
|
1621
1623
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1622
1624
|
is?: string | undefined;
|
|
1623
|
-
children?: import('react').ReactNode
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1625
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1626
|
+
'aria-activedescendant'?: string | undefined;
|
|
1627
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1628
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1629
|
+
'aria-braillelabel'?: string | undefined;
|
|
1630
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1631
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1632
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1633
|
+
'aria-colcount'?: number | undefined;
|
|
1634
|
+
'aria-colindex'?: number | undefined;
|
|
1635
|
+
'aria-colindextext'?: string | undefined;
|
|
1636
|
+
'aria-colspan'?: number | undefined;
|
|
1637
|
+
'aria-controls'?: string | undefined;
|
|
1638
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1639
|
+
'aria-describedby'?: string | undefined;
|
|
1640
|
+
'aria-description'?: string | undefined;
|
|
1641
|
+
'aria-details'?: string | undefined;
|
|
1642
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1643
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1644
|
+
'aria-errormessage'?: string | undefined;
|
|
1645
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1646
|
+
'aria-flowto'?: string | undefined;
|
|
1647
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1648
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1649
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1650
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1651
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1652
|
+
'aria-label'?: string | undefined;
|
|
1653
|
+
'aria-labelledby'?: string | undefined;
|
|
1654
|
+
'aria-level'?: number | undefined;
|
|
1655
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1656
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1657
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1658
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1659
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1660
|
+
'aria-owns'?: string | undefined;
|
|
1661
|
+
'aria-placeholder'?: string | undefined;
|
|
1662
|
+
'aria-posinset'?: number | undefined;
|
|
1663
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1664
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1665
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1666
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1667
|
+
'aria-roledescription'?: string | undefined;
|
|
1668
|
+
'aria-rowcount'?: number | undefined;
|
|
1669
|
+
'aria-rowindex'?: number | undefined;
|
|
1670
|
+
'aria-rowindextext'?: string | undefined;
|
|
1671
|
+
'aria-rowspan'?: number | undefined;
|
|
1672
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1673
|
+
'aria-setsize'?: number | undefined;
|
|
1674
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1675
|
+
'aria-valuemax'?: number | undefined;
|
|
1676
|
+
'aria-valuemin'?: number | undefined;
|
|
1677
|
+
'aria-valuenow'?: number | undefined;
|
|
1678
|
+
'aria-valuetext'?: string | undefined;
|
|
1677
1679
|
dangerouslySetInnerHTML?: {
|
|
1678
1680
|
__html: string | TrustedHTML;
|
|
1679
1681
|
} | undefined;
|
|
@@ -1892,60 +1894,60 @@ export declare const Title: import('styled-components').IStyledComponent<"web",
|
|
|
1892
1894
|
unselectable?: "on" | "off" | undefined;
|
|
1893
1895
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1894
1896
|
is?: string | undefined;
|
|
1895
|
-
children?: import('react').ReactNode
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1897
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1898
|
+
'aria-activedescendant'?: string | undefined;
|
|
1899
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1900
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1901
|
+
'aria-braillelabel'?: string | undefined;
|
|
1902
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1903
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1904
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1905
|
+
'aria-colcount'?: number | undefined;
|
|
1906
|
+
'aria-colindex'?: number | undefined;
|
|
1907
|
+
'aria-colindextext'?: string | undefined;
|
|
1908
|
+
'aria-colspan'?: number | undefined;
|
|
1909
|
+
'aria-controls'?: string | undefined;
|
|
1910
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1911
|
+
'aria-describedby'?: string | undefined;
|
|
1912
|
+
'aria-description'?: string | undefined;
|
|
1913
|
+
'aria-details'?: string | undefined;
|
|
1914
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1915
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1916
|
+
'aria-errormessage'?: string | undefined;
|
|
1917
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1918
|
+
'aria-flowto'?: string | undefined;
|
|
1919
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1920
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1921
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1922
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1923
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1924
|
+
'aria-label'?: string | undefined;
|
|
1925
|
+
'aria-labelledby'?: string | undefined;
|
|
1926
|
+
'aria-level'?: number | undefined;
|
|
1927
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1928
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1929
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1930
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1931
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1932
|
+
'aria-owns'?: string | undefined;
|
|
1933
|
+
'aria-placeholder'?: string | undefined;
|
|
1934
|
+
'aria-posinset'?: number | undefined;
|
|
1935
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1936
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1937
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1938
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1939
|
+
'aria-roledescription'?: string | undefined;
|
|
1940
|
+
'aria-rowcount'?: number | undefined;
|
|
1941
|
+
'aria-rowindex'?: number | undefined;
|
|
1942
|
+
'aria-rowindextext'?: string | undefined;
|
|
1943
|
+
'aria-rowspan'?: number | undefined;
|
|
1944
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1945
|
+
'aria-setsize'?: number | undefined;
|
|
1946
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1947
|
+
'aria-valuemax'?: number | undefined;
|
|
1948
|
+
'aria-valuemin'?: number | undefined;
|
|
1949
|
+
'aria-valuenow'?: number | undefined;
|
|
1950
|
+
'aria-valuetext'?: string | undefined;
|
|
1949
1951
|
dangerouslySetInnerHTML?: {
|
|
1950
1952
|
__html: string | TrustedHTML;
|
|
1951
1953
|
} | undefined;
|
|
@@ -2164,60 +2166,60 @@ export declare const VerticalLabelWrapper: import('styled-components').IStyledCo
|
|
|
2164
2166
|
unselectable?: "on" | "off" | undefined;
|
|
2165
2167
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2166
2168
|
is?: string | undefined;
|
|
2167
|
-
children?: import('react').ReactNode
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2169
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
2170
|
+
'aria-activedescendant'?: string | undefined;
|
|
2171
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2172
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2173
|
+
'aria-braillelabel'?: string | undefined;
|
|
2174
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2175
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2176
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2177
|
+
'aria-colcount'?: number | undefined;
|
|
2178
|
+
'aria-colindex'?: number | undefined;
|
|
2179
|
+
'aria-colindextext'?: string | undefined;
|
|
2180
|
+
'aria-colspan'?: number | undefined;
|
|
2181
|
+
'aria-controls'?: string | undefined;
|
|
2182
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2183
|
+
'aria-describedby'?: string | undefined;
|
|
2184
|
+
'aria-description'?: string | undefined;
|
|
2185
|
+
'aria-details'?: string | undefined;
|
|
2186
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2187
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2188
|
+
'aria-errormessage'?: string | undefined;
|
|
2189
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2190
|
+
'aria-flowto'?: string | undefined;
|
|
2191
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2192
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2193
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2194
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2195
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2196
|
+
'aria-label'?: string | undefined;
|
|
2197
|
+
'aria-labelledby'?: string | undefined;
|
|
2198
|
+
'aria-level'?: number | undefined;
|
|
2199
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2200
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2201
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2202
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2203
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2204
|
+
'aria-owns'?: string | undefined;
|
|
2205
|
+
'aria-placeholder'?: string | undefined;
|
|
2206
|
+
'aria-posinset'?: number | undefined;
|
|
2207
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2208
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2209
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2210
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2211
|
+
'aria-roledescription'?: string | undefined;
|
|
2212
|
+
'aria-rowcount'?: number | undefined;
|
|
2213
|
+
'aria-rowindex'?: number | undefined;
|
|
2214
|
+
'aria-rowindextext'?: string | undefined;
|
|
2215
|
+
'aria-rowspan'?: number | undefined;
|
|
2216
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2217
|
+
'aria-setsize'?: number | undefined;
|
|
2218
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2219
|
+
'aria-valuemax'?: number | undefined;
|
|
2220
|
+
'aria-valuemin'?: number | undefined;
|
|
2221
|
+
'aria-valuenow'?: number | undefined;
|
|
2222
|
+
'aria-valuetext'?: string | undefined;
|
|
2221
2223
|
dangerouslySetInnerHTML?: {
|
|
2222
2224
|
__html: string | TrustedHTML;
|
|
2223
2225
|
} | undefined;
|
|
@@ -2436,60 +2438,60 @@ export declare const HorizontalLabelWrapper: import('styled-components').IStyled
|
|
|
2436
2438
|
unselectable?: "on" | "off" | undefined;
|
|
2437
2439
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2438
2440
|
is?: string | undefined;
|
|
2439
|
-
children?: import('react').ReactNode
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2441
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
2442
|
+
'aria-activedescendant'?: string | undefined;
|
|
2443
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2444
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2445
|
+
'aria-braillelabel'?: string | undefined;
|
|
2446
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2447
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2448
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2449
|
+
'aria-colcount'?: number | undefined;
|
|
2450
|
+
'aria-colindex'?: number | undefined;
|
|
2451
|
+
'aria-colindextext'?: string | undefined;
|
|
2452
|
+
'aria-colspan'?: number | undefined;
|
|
2453
|
+
'aria-controls'?: string | undefined;
|
|
2454
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2455
|
+
'aria-describedby'?: string | undefined;
|
|
2456
|
+
'aria-description'?: string | undefined;
|
|
2457
|
+
'aria-details'?: string | undefined;
|
|
2458
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2459
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2460
|
+
'aria-errormessage'?: string | undefined;
|
|
2461
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2462
|
+
'aria-flowto'?: string | undefined;
|
|
2463
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2464
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2465
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2466
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2467
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2468
|
+
'aria-label'?: string | undefined;
|
|
2469
|
+
'aria-labelledby'?: string | undefined;
|
|
2470
|
+
'aria-level'?: number | undefined;
|
|
2471
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2472
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2473
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2474
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2475
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2476
|
+
'aria-owns'?: string | undefined;
|
|
2477
|
+
'aria-placeholder'?: string | undefined;
|
|
2478
|
+
'aria-posinset'?: number | undefined;
|
|
2479
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2480
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2481
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2482
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2483
|
+
'aria-roledescription'?: string | undefined;
|
|
2484
|
+
'aria-rowcount'?: number | undefined;
|
|
2485
|
+
'aria-rowindex'?: number | undefined;
|
|
2486
|
+
'aria-rowindextext'?: string | undefined;
|
|
2487
|
+
'aria-rowspan'?: number | undefined;
|
|
2488
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2489
|
+
'aria-setsize'?: number | undefined;
|
|
2490
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2491
|
+
'aria-valuemax'?: number | undefined;
|
|
2492
|
+
'aria-valuemin'?: number | undefined;
|
|
2493
|
+
'aria-valuenow'?: number | undefined;
|
|
2494
|
+
'aria-valuetext'?: string | undefined;
|
|
2493
2495
|
dangerouslySetInnerHTML?: {
|
|
2494
2496
|
__html: string | TrustedHTML;
|
|
2495
2497
|
} | undefined;
|
|
@@ -2708,60 +2710,60 @@ export declare const Label: import('styled-components').IStyledComponent<"web",
|
|
|
2708
2710
|
unselectable?: "on" | "off" | undefined;
|
|
2709
2711
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2710
2712
|
is?: string | undefined;
|
|
2711
|
-
children?: import('react').ReactNode
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2713
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
2714
|
+
'aria-activedescendant'?: string | undefined;
|
|
2715
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2716
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2717
|
+
'aria-braillelabel'?: string | undefined;
|
|
2718
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2719
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2720
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2721
|
+
'aria-colcount'?: number | undefined;
|
|
2722
|
+
'aria-colindex'?: number | undefined;
|
|
2723
|
+
'aria-colindextext'?: string | undefined;
|
|
2724
|
+
'aria-colspan'?: number | undefined;
|
|
2725
|
+
'aria-controls'?: string | undefined;
|
|
2726
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2727
|
+
'aria-describedby'?: string | undefined;
|
|
2728
|
+
'aria-description'?: string | undefined;
|
|
2729
|
+
'aria-details'?: string | undefined;
|
|
2730
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2731
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2732
|
+
'aria-errormessage'?: string | undefined;
|
|
2733
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2734
|
+
'aria-flowto'?: string | undefined;
|
|
2735
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2736
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2737
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2738
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2739
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2740
|
+
'aria-label'?: string | undefined;
|
|
2741
|
+
'aria-labelledby'?: string | undefined;
|
|
2742
|
+
'aria-level'?: number | undefined;
|
|
2743
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2744
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2745
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2746
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2747
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2748
|
+
'aria-owns'?: string | undefined;
|
|
2749
|
+
'aria-placeholder'?: string | undefined;
|
|
2750
|
+
'aria-posinset'?: number | undefined;
|
|
2751
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2752
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2753
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2754
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2755
|
+
'aria-roledescription'?: string | undefined;
|
|
2756
|
+
'aria-rowcount'?: number | undefined;
|
|
2757
|
+
'aria-rowindex'?: number | undefined;
|
|
2758
|
+
'aria-rowindextext'?: string | undefined;
|
|
2759
|
+
'aria-rowspan'?: number | undefined;
|
|
2760
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2761
|
+
'aria-setsize'?: number | undefined;
|
|
2762
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2763
|
+
'aria-valuemax'?: number | undefined;
|
|
2764
|
+
'aria-valuemin'?: number | undefined;
|
|
2765
|
+
'aria-valuenow'?: number | undefined;
|
|
2766
|
+
'aria-valuetext'?: string | undefined;
|
|
2765
2767
|
dangerouslySetInnerHTML?: {
|
|
2766
2768
|
__html: string | TrustedHTML;
|
|
2767
2769
|
} | undefined;
|