@rubin-epo/epo-widget-lib 0.10.2 → 0.10.3
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 SelectContainer: 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;
|
|
@@ -333,60 +333,60 @@ export declare const SelectLabel: import('styled-components').IStyledComponent<"
|
|
|
333
333
|
unselectable?: "on" | "off" | undefined;
|
|
334
334
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
335
335
|
is?: string | undefined;
|
|
336
|
-
children?: import('react').ReactNode
|
|
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
|
-
|
|
388
|
-
|
|
389
|
-
|
|
336
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
337
|
+
'aria-activedescendant'?: string | undefined;
|
|
338
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
339
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
340
|
+
'aria-braillelabel'?: string | undefined;
|
|
341
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
342
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
343
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
344
|
+
'aria-colcount'?: number | undefined;
|
|
345
|
+
'aria-colindex'?: number | undefined;
|
|
346
|
+
'aria-colindextext'?: string | undefined;
|
|
347
|
+
'aria-colspan'?: number | undefined;
|
|
348
|
+
'aria-controls'?: string | undefined;
|
|
349
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
350
|
+
'aria-describedby'?: string | undefined;
|
|
351
|
+
'aria-description'?: string | undefined;
|
|
352
|
+
'aria-details'?: string | undefined;
|
|
353
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
354
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
355
|
+
'aria-errormessage'?: string | undefined;
|
|
356
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
357
|
+
'aria-flowto'?: string | undefined;
|
|
358
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
359
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
360
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
361
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
362
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
363
|
+
'aria-label'?: string | undefined;
|
|
364
|
+
'aria-labelledby'?: string | undefined;
|
|
365
|
+
'aria-level'?: number | undefined;
|
|
366
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
367
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
368
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
369
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
370
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
371
|
+
'aria-owns'?: string | undefined;
|
|
372
|
+
'aria-placeholder'?: string | undefined;
|
|
373
|
+
'aria-posinset'?: number | undefined;
|
|
374
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
375
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
376
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
377
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
378
|
+
'aria-roledescription'?: string | undefined;
|
|
379
|
+
'aria-rowcount'?: number | undefined;
|
|
380
|
+
'aria-rowindex'?: number | undefined;
|
|
381
|
+
'aria-rowindextext'?: string | undefined;
|
|
382
|
+
'aria-rowspan'?: number | undefined;
|
|
383
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
384
|
+
'aria-setsize'?: number | undefined;
|
|
385
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
386
|
+
'aria-valuemax'?: number | undefined;
|
|
387
|
+
'aria-valuemin'?: number | undefined;
|
|
388
|
+
'aria-valuenow'?: number | undefined;
|
|
389
|
+
'aria-valuetext'?: string | undefined;
|
|
390
390
|
dangerouslySetInnerHTML?: {
|
|
391
391
|
__html: string | TrustedHTML;
|
|
392
392
|
} | undefined;
|
|
@@ -813,59 +813,59 @@ export declare const PrismSVG: import('styled-components').IStyledComponent<"web
|
|
|
813
813
|
yChannelSelector?: string | undefined;
|
|
814
814
|
z?: string | number | undefined;
|
|
815
815
|
zoomAndPan?: string | undefined;
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
816
|
+
'aria-activedescendant'?: string | undefined;
|
|
817
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
818
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
819
|
+
'aria-braillelabel'?: string | undefined;
|
|
820
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
821
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
822
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
823
|
+
'aria-colcount'?: number | undefined;
|
|
824
|
+
'aria-colindex'?: number | undefined;
|
|
825
|
+
'aria-colindextext'?: string | undefined;
|
|
826
|
+
'aria-colspan'?: number | undefined;
|
|
827
|
+
'aria-controls'?: string | undefined;
|
|
828
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
829
|
+
'aria-describedby'?: string | undefined;
|
|
830
|
+
'aria-description'?: string | undefined;
|
|
831
|
+
'aria-details'?: string | undefined;
|
|
832
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
833
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
834
|
+
'aria-errormessage'?: string | undefined;
|
|
835
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
836
|
+
'aria-flowto'?: string | undefined;
|
|
837
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
838
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
839
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
840
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
841
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
842
|
+
'aria-label'?: string | undefined;
|
|
843
|
+
'aria-labelledby'?: string | undefined;
|
|
844
|
+
'aria-level'?: number | undefined;
|
|
845
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
846
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
847
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
848
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
849
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
850
|
+
'aria-owns'?: string | undefined;
|
|
851
|
+
'aria-placeholder'?: string | undefined;
|
|
852
|
+
'aria-posinset'?: number | undefined;
|
|
853
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
854
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
855
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
856
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
857
|
+
'aria-roledescription'?: string | undefined;
|
|
858
|
+
'aria-rowcount'?: number | undefined;
|
|
859
|
+
'aria-rowindex'?: number | undefined;
|
|
860
|
+
'aria-rowindextext'?: string | undefined;
|
|
861
|
+
'aria-rowspan'?: number | undefined;
|
|
862
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
863
|
+
'aria-setsize'?: number | undefined;
|
|
864
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
865
|
+
'aria-valuemax'?: number | undefined;
|
|
866
|
+
'aria-valuemin'?: number | undefined;
|
|
867
|
+
'aria-valuenow'?: number | undefined;
|
|
868
|
+
'aria-valuetext'?: string | undefined;
|
|
869
869
|
children?: import('react').ReactNode;
|
|
870
870
|
dangerouslySetInnerHTML?: {
|
|
871
871
|
__html: string | TrustedHTML;
|
|
@@ -1295,59 +1295,59 @@ export declare const WhiteLine: import('styled-components').IStyledComponent<"we
|
|
|
1295
1295
|
yChannelSelector?: string | undefined;
|
|
1296
1296
|
z?: string | number | undefined;
|
|
1297
1297
|
zoomAndPan?: string | undefined;
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1298
|
+
'aria-activedescendant'?: string | undefined;
|
|
1299
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1300
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1301
|
+
'aria-braillelabel'?: string | undefined;
|
|
1302
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1303
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1304
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1305
|
+
'aria-colcount'?: number | undefined;
|
|
1306
|
+
'aria-colindex'?: number | undefined;
|
|
1307
|
+
'aria-colindextext'?: string | undefined;
|
|
1308
|
+
'aria-colspan'?: number | undefined;
|
|
1309
|
+
'aria-controls'?: string | undefined;
|
|
1310
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1311
|
+
'aria-describedby'?: string | undefined;
|
|
1312
|
+
'aria-description'?: string | undefined;
|
|
1313
|
+
'aria-details'?: string | undefined;
|
|
1314
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1315
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1316
|
+
'aria-errormessage'?: string | undefined;
|
|
1317
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1318
|
+
'aria-flowto'?: string | undefined;
|
|
1319
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1320
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1321
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1322
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1323
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1324
|
+
'aria-label'?: string | undefined;
|
|
1325
|
+
'aria-labelledby'?: string | undefined;
|
|
1326
|
+
'aria-level'?: number | undefined;
|
|
1327
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1328
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1329
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1330
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1331
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1332
|
+
'aria-owns'?: string | undefined;
|
|
1333
|
+
'aria-placeholder'?: string | undefined;
|
|
1334
|
+
'aria-posinset'?: number | undefined;
|
|
1335
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1336
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1337
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1338
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1339
|
+
'aria-roledescription'?: string | undefined;
|
|
1340
|
+
'aria-rowcount'?: number | undefined;
|
|
1341
|
+
'aria-rowindex'?: number | undefined;
|
|
1342
|
+
'aria-rowindextext'?: string | undefined;
|
|
1343
|
+
'aria-rowspan'?: number | undefined;
|
|
1344
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1345
|
+
'aria-setsize'?: number | undefined;
|
|
1346
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1347
|
+
'aria-valuemax'?: number | undefined;
|
|
1348
|
+
'aria-valuemin'?: number | undefined;
|
|
1349
|
+
'aria-valuenow'?: number | undefined;
|
|
1350
|
+
'aria-valuetext'?: string | undefined;
|
|
1351
1351
|
children?: import('react').ReactNode;
|
|
1352
1352
|
dangerouslySetInnerHTML?: {
|
|
1353
1353
|
__html: string | TrustedHTML;
|
|
@@ -1777,59 +1777,59 @@ export declare const Ray: import('styled-components').IStyledComponent<"web", {
|
|
|
1777
1777
|
yChannelSelector?: string | undefined;
|
|
1778
1778
|
z?: string | number | undefined;
|
|
1779
1779
|
zoomAndPan?: string | undefined;
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1780
|
+
'aria-activedescendant'?: string | undefined;
|
|
1781
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1782
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1783
|
+
'aria-braillelabel'?: string | undefined;
|
|
1784
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1785
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1786
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1787
|
+
'aria-colcount'?: number | undefined;
|
|
1788
|
+
'aria-colindex'?: number | undefined;
|
|
1789
|
+
'aria-colindextext'?: string | undefined;
|
|
1790
|
+
'aria-colspan'?: number | undefined;
|
|
1791
|
+
'aria-controls'?: string | undefined;
|
|
1792
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1793
|
+
'aria-describedby'?: string | undefined;
|
|
1794
|
+
'aria-description'?: string | undefined;
|
|
1795
|
+
'aria-details'?: string | undefined;
|
|
1796
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1797
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1798
|
+
'aria-errormessage'?: string | undefined;
|
|
1799
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1800
|
+
'aria-flowto'?: string | undefined;
|
|
1801
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1802
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1803
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1804
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1805
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1806
|
+
'aria-label'?: string | undefined;
|
|
1807
|
+
'aria-labelledby'?: string | undefined;
|
|
1808
|
+
'aria-level'?: number | undefined;
|
|
1809
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1810
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1811
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1812
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1813
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1814
|
+
'aria-owns'?: string | undefined;
|
|
1815
|
+
'aria-placeholder'?: string | undefined;
|
|
1816
|
+
'aria-posinset'?: number | undefined;
|
|
1817
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1818
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1819
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1820
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1821
|
+
'aria-roledescription'?: string | undefined;
|
|
1822
|
+
'aria-rowcount'?: number | undefined;
|
|
1823
|
+
'aria-rowindex'?: number | undefined;
|
|
1824
|
+
'aria-rowindextext'?: string | undefined;
|
|
1825
|
+
'aria-rowspan'?: number | undefined;
|
|
1826
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1827
|
+
'aria-setsize'?: number | undefined;
|
|
1828
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1829
|
+
'aria-valuemax'?: number | undefined;
|
|
1830
|
+
'aria-valuemin'?: number | undefined;
|
|
1831
|
+
'aria-valuenow'?: number | undefined;
|
|
1832
|
+
'aria-valuetext'?: string | undefined;
|
|
1833
1833
|
children?: import('react').ReactNode;
|
|
1834
1834
|
dangerouslySetInnerHTML?: {
|
|
1835
1835
|
__html: string | TrustedHTML;
|
|
@@ -2259,59 +2259,59 @@ export declare const Arrow: import('styled-components').IStyledComponent<"web",
|
|
|
2259
2259
|
yChannelSelector?: string | undefined;
|
|
2260
2260
|
z?: string | number | undefined;
|
|
2261
2261
|
zoomAndPan?: string | undefined;
|
|
2262
|
-
|
|
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
|
-
|
|
2262
|
+
'aria-activedescendant'?: string | undefined;
|
|
2263
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2264
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2265
|
+
'aria-braillelabel'?: string | undefined;
|
|
2266
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2267
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2268
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2269
|
+
'aria-colcount'?: number | undefined;
|
|
2270
|
+
'aria-colindex'?: number | undefined;
|
|
2271
|
+
'aria-colindextext'?: string | undefined;
|
|
2272
|
+
'aria-colspan'?: number | undefined;
|
|
2273
|
+
'aria-controls'?: string | undefined;
|
|
2274
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2275
|
+
'aria-describedby'?: string | undefined;
|
|
2276
|
+
'aria-description'?: string | undefined;
|
|
2277
|
+
'aria-details'?: string | undefined;
|
|
2278
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2279
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2280
|
+
'aria-errormessage'?: string | undefined;
|
|
2281
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2282
|
+
'aria-flowto'?: string | undefined;
|
|
2283
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2284
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2285
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2286
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2287
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2288
|
+
'aria-label'?: string | undefined;
|
|
2289
|
+
'aria-labelledby'?: string | undefined;
|
|
2290
|
+
'aria-level'?: number | undefined;
|
|
2291
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2292
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2293
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2294
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2295
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2296
|
+
'aria-owns'?: string | undefined;
|
|
2297
|
+
'aria-placeholder'?: string | undefined;
|
|
2298
|
+
'aria-posinset'?: number | undefined;
|
|
2299
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2300
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2301
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2302
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2303
|
+
'aria-roledescription'?: string | undefined;
|
|
2304
|
+
'aria-rowcount'?: number | undefined;
|
|
2305
|
+
'aria-rowindex'?: number | undefined;
|
|
2306
|
+
'aria-rowindextext'?: string | undefined;
|
|
2307
|
+
'aria-rowspan'?: number | undefined;
|
|
2308
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2309
|
+
'aria-setsize'?: number | undefined;
|
|
2310
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2311
|
+
'aria-valuemax'?: number | undefined;
|
|
2312
|
+
'aria-valuemin'?: number | undefined;
|
|
2313
|
+
'aria-valuenow'?: number | undefined;
|
|
2314
|
+
'aria-valuetext'?: string | undefined;
|
|
2315
2315
|
children?: import('react').ReactNode;
|
|
2316
2316
|
dangerouslySetInnerHTML?: {
|
|
2317
2317
|
__html: string | TrustedHTML;
|
|
@@ -2741,59 +2741,59 @@ export declare const PrismOutline: import('styled-components').IStyledComponent<
|
|
|
2741
2741
|
yChannelSelector?: string | undefined;
|
|
2742
2742
|
z?: string | number | undefined;
|
|
2743
2743
|
zoomAndPan?: string | undefined;
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2744
|
+
'aria-activedescendant'?: string | undefined;
|
|
2745
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2746
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2747
|
+
'aria-braillelabel'?: string | undefined;
|
|
2748
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2749
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2750
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2751
|
+
'aria-colcount'?: number | undefined;
|
|
2752
|
+
'aria-colindex'?: number | undefined;
|
|
2753
|
+
'aria-colindextext'?: string | undefined;
|
|
2754
|
+
'aria-colspan'?: number | undefined;
|
|
2755
|
+
'aria-controls'?: string | undefined;
|
|
2756
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2757
|
+
'aria-describedby'?: string | undefined;
|
|
2758
|
+
'aria-description'?: string | undefined;
|
|
2759
|
+
'aria-details'?: string | undefined;
|
|
2760
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2761
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2762
|
+
'aria-errormessage'?: string | undefined;
|
|
2763
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2764
|
+
'aria-flowto'?: string | undefined;
|
|
2765
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2766
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2767
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2768
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2769
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2770
|
+
'aria-label'?: string | undefined;
|
|
2771
|
+
'aria-labelledby'?: string | undefined;
|
|
2772
|
+
'aria-level'?: number | undefined;
|
|
2773
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2774
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2775
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2776
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2777
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2778
|
+
'aria-owns'?: string | undefined;
|
|
2779
|
+
'aria-placeholder'?: string | undefined;
|
|
2780
|
+
'aria-posinset'?: number | undefined;
|
|
2781
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2782
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2783
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2784
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2785
|
+
'aria-roledescription'?: string | undefined;
|
|
2786
|
+
'aria-rowcount'?: number | undefined;
|
|
2787
|
+
'aria-rowindex'?: number | undefined;
|
|
2788
|
+
'aria-rowindextext'?: string | undefined;
|
|
2789
|
+
'aria-rowspan'?: number | undefined;
|
|
2790
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2791
|
+
'aria-setsize'?: number | undefined;
|
|
2792
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2793
|
+
'aria-valuemax'?: number | undefined;
|
|
2794
|
+
'aria-valuemin'?: number | undefined;
|
|
2795
|
+
'aria-valuenow'?: number | undefined;
|
|
2796
|
+
'aria-valuetext'?: string | undefined;
|
|
2797
2797
|
children?: import('react').ReactNode;
|
|
2798
2798
|
dangerouslySetInnerHTML?: {
|
|
2799
2799
|
__html: string | TrustedHTML;
|
|
@@ -3223,59 +3223,59 @@ export declare const Filter: import('styled-components').IStyledComponent<"web",
|
|
|
3223
3223
|
yChannelSelector?: string | undefined;
|
|
3224
3224
|
z?: string | number | undefined;
|
|
3225
3225
|
zoomAndPan?: string | undefined;
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3226
|
+
'aria-activedescendant'?: string | undefined;
|
|
3227
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
3228
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
3229
|
+
'aria-braillelabel'?: string | undefined;
|
|
3230
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
3231
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
3232
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3233
|
+
'aria-colcount'?: number | undefined;
|
|
3234
|
+
'aria-colindex'?: number | undefined;
|
|
3235
|
+
'aria-colindextext'?: string | undefined;
|
|
3236
|
+
'aria-colspan'?: number | undefined;
|
|
3237
|
+
'aria-controls'?: string | undefined;
|
|
3238
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
3239
|
+
'aria-describedby'?: string | undefined;
|
|
3240
|
+
'aria-description'?: string | undefined;
|
|
3241
|
+
'aria-details'?: string | undefined;
|
|
3242
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
3243
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3244
|
+
'aria-errormessage'?: string | undefined;
|
|
3245
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
3246
|
+
'aria-flowto'?: string | undefined;
|
|
3247
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
3248
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
3249
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
3250
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3251
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
3252
|
+
'aria-label'?: string | undefined;
|
|
3253
|
+
'aria-labelledby'?: string | undefined;
|
|
3254
|
+
'aria-level'?: number | undefined;
|
|
3255
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3256
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
3257
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
3258
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
3259
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
3260
|
+
'aria-owns'?: string | undefined;
|
|
3261
|
+
'aria-placeholder'?: string | undefined;
|
|
3262
|
+
'aria-posinset'?: number | undefined;
|
|
3263
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3264
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
3265
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3266
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
3267
|
+
'aria-roledescription'?: string | undefined;
|
|
3268
|
+
'aria-rowcount'?: number | undefined;
|
|
3269
|
+
'aria-rowindex'?: number | undefined;
|
|
3270
|
+
'aria-rowindextext'?: string | undefined;
|
|
3271
|
+
'aria-rowspan'?: number | undefined;
|
|
3272
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
3273
|
+
'aria-setsize'?: number | undefined;
|
|
3274
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3275
|
+
'aria-valuemax'?: number | undefined;
|
|
3276
|
+
'aria-valuemin'?: number | undefined;
|
|
3277
|
+
'aria-valuenow'?: number | undefined;
|
|
3278
|
+
'aria-valuetext'?: string | undefined;
|
|
3279
3279
|
children?: import('react').ReactNode;
|
|
3280
3280
|
dangerouslySetInnerHTML?: {
|
|
3281
3281
|
__html: string | TrustedHTML;
|