@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,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const FilterContainer: import('styled-components').IStyledComponent<"web", {
|
|
3
4
|
ref?: import('react').LegacyRef<HTMLFieldSetElement> | undefined;
|
|
4
5
|
key?: import('react').Key | null | undefined;
|
|
@@ -54,60 +55,60 @@ export declare const FilterContainer: import('styled-components').IStyledCompone
|
|
|
54
55
|
unselectable?: "on" | "off" | undefined;
|
|
55
56
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
56
57
|
is?: string | undefined;
|
|
57
|
-
children?: import('react').ReactNode
|
|
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
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
58
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
59
|
+
'aria-activedescendant'?: string | undefined;
|
|
60
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
61
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
62
|
+
'aria-braillelabel'?: string | undefined;
|
|
63
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
64
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
65
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
66
|
+
'aria-colcount'?: number | undefined;
|
|
67
|
+
'aria-colindex'?: number | undefined;
|
|
68
|
+
'aria-colindextext'?: string | undefined;
|
|
69
|
+
'aria-colspan'?: number | undefined;
|
|
70
|
+
'aria-controls'?: string | undefined;
|
|
71
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
72
|
+
'aria-describedby'?: string | undefined;
|
|
73
|
+
'aria-description'?: string | undefined;
|
|
74
|
+
'aria-details'?: string | undefined;
|
|
75
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
77
|
+
'aria-errormessage'?: string | undefined;
|
|
78
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
'aria-flowto'?: string | undefined;
|
|
80
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
81
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
82
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
83
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
84
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
85
|
+
'aria-label'?: string | undefined;
|
|
86
|
+
'aria-labelledby'?: string | undefined;
|
|
87
|
+
'aria-level'?: number | undefined;
|
|
88
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
89
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
91
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
92
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
93
|
+
'aria-owns'?: string | undefined;
|
|
94
|
+
'aria-placeholder'?: string | undefined;
|
|
95
|
+
'aria-posinset'?: number | undefined;
|
|
96
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
97
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
98
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
99
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
100
|
+
'aria-roledescription'?: string | undefined;
|
|
101
|
+
'aria-rowcount'?: number | undefined;
|
|
102
|
+
'aria-rowindex'?: number | undefined;
|
|
103
|
+
'aria-rowindextext'?: string | undefined;
|
|
104
|
+
'aria-rowspan'?: number | undefined;
|
|
105
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
106
|
+
'aria-setsize'?: number | undefined;
|
|
107
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
108
|
+
'aria-valuemax'?: number | undefined;
|
|
109
|
+
'aria-valuemin'?: number | undefined;
|
|
110
|
+
'aria-valuenow'?: number | undefined;
|
|
111
|
+
'aria-valuetext'?: string | undefined;
|
|
111
112
|
dangerouslySetInnerHTML?: {
|
|
112
113
|
__html: string | TrustedHTML;
|
|
113
114
|
} | undefined;
|
|
@@ -358,60 +359,60 @@ export declare const HiddenCheckbox: import('styled-components').IStyledComponen
|
|
|
358
359
|
unselectable?: "on" | "off" | undefined;
|
|
359
360
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
360
361
|
is?: string | undefined;
|
|
361
|
-
children?: import('react').ReactNode
|
|
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
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
362
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
363
|
+
'aria-activedescendant'?: string | undefined;
|
|
364
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
365
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
366
|
+
'aria-braillelabel'?: string | undefined;
|
|
367
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
368
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
369
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
370
|
+
'aria-colcount'?: number | undefined;
|
|
371
|
+
'aria-colindex'?: number | undefined;
|
|
372
|
+
'aria-colindextext'?: string | undefined;
|
|
373
|
+
'aria-colspan'?: number | undefined;
|
|
374
|
+
'aria-controls'?: string | undefined;
|
|
375
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
376
|
+
'aria-describedby'?: string | undefined;
|
|
377
|
+
'aria-description'?: string | undefined;
|
|
378
|
+
'aria-details'?: string | undefined;
|
|
379
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
380
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
381
|
+
'aria-errormessage'?: string | undefined;
|
|
382
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
383
|
+
'aria-flowto'?: string | undefined;
|
|
384
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
385
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
386
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
387
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
388
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
389
|
+
'aria-label'?: string | undefined;
|
|
390
|
+
'aria-labelledby'?: string | undefined;
|
|
391
|
+
'aria-level'?: number | undefined;
|
|
392
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
393
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
394
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
395
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
396
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
397
|
+
'aria-owns'?: string | undefined;
|
|
398
|
+
'aria-placeholder'?: string | undefined;
|
|
399
|
+
'aria-posinset'?: number | undefined;
|
|
400
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
401
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
402
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
403
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
404
|
+
'aria-roledescription'?: string | undefined;
|
|
405
|
+
'aria-rowcount'?: number | undefined;
|
|
406
|
+
'aria-rowindex'?: number | undefined;
|
|
407
|
+
'aria-rowindextext'?: string | undefined;
|
|
408
|
+
'aria-rowspan'?: number | undefined;
|
|
409
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
410
|
+
'aria-setsize'?: number | undefined;
|
|
411
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
412
|
+
'aria-valuemax'?: number | undefined;
|
|
413
|
+
'aria-valuemin'?: number | undefined;
|
|
414
|
+
'aria-valuenow'?: number | undefined;
|
|
415
|
+
'aria-valuetext'?: string | undefined;
|
|
415
416
|
dangerouslySetInnerHTML?: {
|
|
416
417
|
__html: string | TrustedHTML;
|
|
417
418
|
} | undefined;
|
|
@@ -594,6 +595,11 @@ export declare const FilterToggle: import('styled-components').IStyledComponent<
|
|
|
594
595
|
title?: string | undefined;
|
|
595
596
|
as?: string | undefined;
|
|
596
597
|
key?: import('react').Key | null | undefined;
|
|
598
|
+
classID?: string | undefined;
|
|
599
|
+
name?: string | undefined;
|
|
600
|
+
type?: string | undefined;
|
|
601
|
+
useMap?: string | undefined;
|
|
602
|
+
wmode?: string | undefined;
|
|
597
603
|
defaultChecked?: boolean | undefined;
|
|
598
604
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
599
605
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -638,60 +644,60 @@ export declare const FilterToggle: import('styled-components').IStyledComponent<
|
|
|
638
644
|
unselectable?: "on" | "off" | undefined;
|
|
639
645
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
640
646
|
is?: string | undefined;
|
|
641
|
-
children?: string | number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | import('react').ReactPortal | null | undefined;
|
|
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
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
647
|
+
children?: ((string | number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | import('react').ReactPortal | Iterable<import('react').ReactNode>) & (string | number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | import('react').ReactPortal)) | null | undefined;
|
|
648
|
+
'aria-activedescendant'?: string | undefined;
|
|
649
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
650
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
651
|
+
'aria-braillelabel'?: string | undefined;
|
|
652
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
653
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
654
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
655
|
+
'aria-colcount'?: number | undefined;
|
|
656
|
+
'aria-colindex'?: number | undefined;
|
|
657
|
+
'aria-colindextext'?: string | undefined;
|
|
658
|
+
'aria-colspan'?: number | undefined;
|
|
659
|
+
'aria-controls'?: string | undefined;
|
|
660
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
661
|
+
'aria-describedby'?: string | undefined;
|
|
662
|
+
'aria-description'?: string | undefined;
|
|
663
|
+
'aria-details'?: string | undefined;
|
|
664
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
665
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
666
|
+
'aria-errormessage'?: string | undefined;
|
|
667
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
668
|
+
'aria-flowto'?: string | undefined;
|
|
669
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
670
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
671
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
672
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
673
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
674
|
+
'aria-label'?: string | undefined;
|
|
675
|
+
'aria-labelledby'?: string | undefined;
|
|
676
|
+
'aria-level'?: number | undefined;
|
|
677
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
678
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
679
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
680
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
681
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
682
|
+
'aria-owns'?: string | undefined;
|
|
683
|
+
'aria-placeholder'?: string | undefined;
|
|
684
|
+
'aria-posinset'?: number | undefined;
|
|
685
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
686
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
687
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
688
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
689
|
+
'aria-roledescription'?: string | undefined;
|
|
690
|
+
'aria-rowcount'?: number | undefined;
|
|
691
|
+
'aria-rowindex'?: number | undefined;
|
|
692
|
+
'aria-rowindextext'?: string | undefined;
|
|
693
|
+
'aria-rowspan'?: number | undefined;
|
|
694
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
695
|
+
'aria-setsize'?: number | undefined;
|
|
696
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
697
|
+
'aria-valuemax'?: number | undefined;
|
|
698
|
+
'aria-valuemin'?: number | undefined;
|
|
699
|
+
'aria-valuenow'?: number | undefined;
|
|
700
|
+
'aria-valuetext'?: string | undefined;
|
|
695
701
|
dangerouslySetInnerHTML?: {
|
|
696
702
|
__html: string | TrustedHTML;
|
|
697
703
|
} | undefined;
|
|
@@ -857,11 +863,6 @@ export declare const FilterToggle: import('styled-components').IStyledComponent<
|
|
|
857
863
|
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
858
864
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
859
865
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
860
|
-
classID?: string | undefined;
|
|
861
|
-
name?: string | undefined;
|
|
862
|
-
type?: string | undefined;
|
|
863
|
-
useMap?: string | undefined;
|
|
864
|
-
wmode?: string | undefined;
|
|
865
866
|
alt?: string | undefined;
|
|
866
867
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
867
868
|
sizes?: string | undefined;
|
|
@@ -1009,60 +1010,60 @@ export declare const FilterLabel: import('styled-components').IStyledComponent<"
|
|
|
1009
1010
|
unselectable?: "on" | "off" | undefined;
|
|
1010
1011
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1011
1012
|
is?: string | undefined;
|
|
1012
|
-
children?: import('react').ReactNode
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1013
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
1014
|
+
'aria-activedescendant'?: string | undefined;
|
|
1015
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1016
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1017
|
+
'aria-braillelabel'?: string | undefined;
|
|
1018
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1019
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1020
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1021
|
+
'aria-colcount'?: number | undefined;
|
|
1022
|
+
'aria-colindex'?: number | undefined;
|
|
1023
|
+
'aria-colindextext'?: string | undefined;
|
|
1024
|
+
'aria-colspan'?: number | undefined;
|
|
1025
|
+
'aria-controls'?: string | undefined;
|
|
1026
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1027
|
+
'aria-describedby'?: string | undefined;
|
|
1028
|
+
'aria-description'?: string | undefined;
|
|
1029
|
+
'aria-details'?: string | undefined;
|
|
1030
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1031
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1032
|
+
'aria-errormessage'?: string | undefined;
|
|
1033
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1034
|
+
'aria-flowto'?: string | undefined;
|
|
1035
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1036
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1037
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1038
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1039
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1040
|
+
'aria-label'?: string | undefined;
|
|
1041
|
+
'aria-labelledby'?: string | undefined;
|
|
1042
|
+
'aria-level'?: number | undefined;
|
|
1043
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1044
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1045
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1046
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1047
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1048
|
+
'aria-owns'?: string | undefined;
|
|
1049
|
+
'aria-placeholder'?: string | undefined;
|
|
1050
|
+
'aria-posinset'?: number | undefined;
|
|
1051
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1052
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1053
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1054
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1055
|
+
'aria-roledescription'?: string | undefined;
|
|
1056
|
+
'aria-rowcount'?: number | undefined;
|
|
1057
|
+
'aria-rowindex'?: number | undefined;
|
|
1058
|
+
'aria-rowindextext'?: string | undefined;
|
|
1059
|
+
'aria-rowspan'?: number | undefined;
|
|
1060
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1061
|
+
'aria-setsize'?: number | undefined;
|
|
1062
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1063
|
+
'aria-valuemax'?: number | undefined;
|
|
1064
|
+
'aria-valuemin'?: number | undefined;
|
|
1065
|
+
'aria-valuenow'?: number | undefined;
|
|
1066
|
+
'aria-valuetext'?: string | undefined;
|
|
1066
1067
|
dangerouslySetInnerHTML?: {
|
|
1067
1068
|
__html: string | TrustedHTML;
|
|
1068
1069
|
} | undefined;
|