@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
package/dist/charts/styles.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
1
3
|
export declare const BaseLine: import('styled-components').IStyledComponent<"web", {
|
|
2
4
|
className?: string | undefined;
|
|
3
5
|
color?: string | undefined;
|
|
@@ -258,59 +260,59 @@ export declare const BaseLine: import('styled-components').IStyledComponent<"web
|
|
|
258
260
|
yChannelSelector?: string | undefined;
|
|
259
261
|
z?: string | number | undefined;
|
|
260
262
|
zoomAndPan?: string | undefined;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
263
|
+
'aria-activedescendant'?: string | undefined;
|
|
264
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
265
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
266
|
+
'aria-braillelabel'?: string | undefined;
|
|
267
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
268
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
269
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
270
|
+
'aria-colcount'?: number | undefined;
|
|
271
|
+
'aria-colindex'?: number | undefined;
|
|
272
|
+
'aria-colindextext'?: string | undefined;
|
|
273
|
+
'aria-colspan'?: number | undefined;
|
|
274
|
+
'aria-controls'?: string | undefined;
|
|
275
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
276
|
+
'aria-describedby'?: string | undefined;
|
|
277
|
+
'aria-description'?: string | undefined;
|
|
278
|
+
'aria-details'?: string | undefined;
|
|
279
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
280
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
281
|
+
'aria-errormessage'?: string | undefined;
|
|
282
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
283
|
+
'aria-flowto'?: string | undefined;
|
|
284
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
285
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
286
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
287
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
288
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
289
|
+
'aria-label'?: string | undefined;
|
|
290
|
+
'aria-labelledby'?: string | undefined;
|
|
291
|
+
'aria-level'?: number | undefined;
|
|
292
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
293
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
294
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
295
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
296
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
297
|
+
'aria-owns'?: string | undefined;
|
|
298
|
+
'aria-placeholder'?: string | undefined;
|
|
299
|
+
'aria-posinset'?: number | undefined;
|
|
300
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
301
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
302
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
303
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
304
|
+
'aria-roledescription'?: string | undefined;
|
|
305
|
+
'aria-rowcount'?: number | undefined;
|
|
306
|
+
'aria-rowindex'?: number | undefined;
|
|
307
|
+
'aria-rowindextext'?: string | undefined;
|
|
308
|
+
'aria-rowspan'?: number | undefined;
|
|
309
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
310
|
+
'aria-setsize'?: number | undefined;
|
|
311
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
312
|
+
'aria-valuemax'?: number | undefined;
|
|
313
|
+
'aria-valuemin'?: number | undefined;
|
|
314
|
+
'aria-valuenow'?: number | undefined;
|
|
315
|
+
'aria-valuetext'?: string | undefined;
|
|
314
316
|
children?: import('react').ReactNode;
|
|
315
317
|
dangerouslySetInnerHTML?: {
|
|
316
318
|
__html: string | TrustedHTML;
|
|
@@ -740,59 +742,59 @@ export declare const Guide: import('styled-components').IStyledComponent<"web",
|
|
|
740
742
|
yChannelSelector?: string | undefined;
|
|
741
743
|
z?: string | number | undefined;
|
|
742
744
|
zoomAndPan?: string | undefined;
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
745
|
+
'aria-activedescendant'?: string | undefined;
|
|
746
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
747
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
748
|
+
'aria-braillelabel'?: string | undefined;
|
|
749
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
750
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
751
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
752
|
+
'aria-colcount'?: number | undefined;
|
|
753
|
+
'aria-colindex'?: number | undefined;
|
|
754
|
+
'aria-colindextext'?: string | undefined;
|
|
755
|
+
'aria-colspan'?: number | undefined;
|
|
756
|
+
'aria-controls'?: string | undefined;
|
|
757
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
758
|
+
'aria-describedby'?: string | undefined;
|
|
759
|
+
'aria-description'?: string | undefined;
|
|
760
|
+
'aria-details'?: string | undefined;
|
|
761
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
762
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
763
|
+
'aria-errormessage'?: string | undefined;
|
|
764
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
765
|
+
'aria-flowto'?: string | undefined;
|
|
766
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
767
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
768
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
769
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
770
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
771
|
+
'aria-label'?: string | undefined;
|
|
772
|
+
'aria-labelledby'?: string | undefined;
|
|
773
|
+
'aria-level'?: number | undefined;
|
|
774
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
775
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
776
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
777
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
778
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
779
|
+
'aria-owns'?: string | undefined;
|
|
780
|
+
'aria-placeholder'?: string | undefined;
|
|
781
|
+
'aria-posinset'?: number | undefined;
|
|
782
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
783
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
784
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
785
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
786
|
+
'aria-roledescription'?: string | undefined;
|
|
787
|
+
'aria-rowcount'?: number | undefined;
|
|
788
|
+
'aria-rowindex'?: number | undefined;
|
|
789
|
+
'aria-rowindextext'?: string | undefined;
|
|
790
|
+
'aria-rowspan'?: number | undefined;
|
|
791
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
792
|
+
'aria-setsize'?: number | undefined;
|
|
793
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
794
|
+
'aria-valuemax'?: number | undefined;
|
|
795
|
+
'aria-valuemin'?: number | undefined;
|
|
796
|
+
'aria-valuenow'?: number | undefined;
|
|
797
|
+
'aria-valuetext'?: string | undefined;
|
|
796
798
|
children?: import('react').ReactNode;
|
|
797
799
|
dangerouslySetInnerHTML?: {
|
|
798
800
|
__html: string | TrustedHTML;
|
|
@@ -1222,59 +1224,59 @@ export declare const Tick: import('styled-components').IStyledComponent<"web", {
|
|
|
1222
1224
|
yChannelSelector?: string | undefined;
|
|
1223
1225
|
z?: string | number | undefined;
|
|
1224
1226
|
zoomAndPan?: string | undefined;
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1227
|
+
'aria-activedescendant'?: string | undefined;
|
|
1228
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1229
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1230
|
+
'aria-braillelabel'?: string | undefined;
|
|
1231
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1232
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1233
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1234
|
+
'aria-colcount'?: number | undefined;
|
|
1235
|
+
'aria-colindex'?: number | undefined;
|
|
1236
|
+
'aria-colindextext'?: string | undefined;
|
|
1237
|
+
'aria-colspan'?: number | undefined;
|
|
1238
|
+
'aria-controls'?: string | undefined;
|
|
1239
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1240
|
+
'aria-describedby'?: string | undefined;
|
|
1241
|
+
'aria-description'?: string | undefined;
|
|
1242
|
+
'aria-details'?: string | undefined;
|
|
1243
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1244
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1245
|
+
'aria-errormessage'?: string | undefined;
|
|
1246
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1247
|
+
'aria-flowto'?: string | undefined;
|
|
1248
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1249
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1250
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1251
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1252
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1253
|
+
'aria-label'?: string | undefined;
|
|
1254
|
+
'aria-labelledby'?: string | undefined;
|
|
1255
|
+
'aria-level'?: number | undefined;
|
|
1256
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1257
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1258
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1259
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1260
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1261
|
+
'aria-owns'?: string | undefined;
|
|
1262
|
+
'aria-placeholder'?: string | undefined;
|
|
1263
|
+
'aria-posinset'?: number | undefined;
|
|
1264
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1265
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1266
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1267
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1268
|
+
'aria-roledescription'?: string | undefined;
|
|
1269
|
+
'aria-rowcount'?: number | undefined;
|
|
1270
|
+
'aria-rowindex'?: number | undefined;
|
|
1271
|
+
'aria-rowindextext'?: string | undefined;
|
|
1272
|
+
'aria-rowspan'?: number | undefined;
|
|
1273
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1274
|
+
'aria-setsize'?: number | undefined;
|
|
1275
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1276
|
+
'aria-valuemax'?: number | undefined;
|
|
1277
|
+
'aria-valuemin'?: number | undefined;
|
|
1278
|
+
'aria-valuenow'?: number | undefined;
|
|
1279
|
+
'aria-valuetext'?: string | undefined;
|
|
1278
1280
|
children?: import('react').ReactNode;
|
|
1279
1281
|
dangerouslySetInnerHTML?: {
|
|
1280
1282
|
__html: string | TrustedHTML;
|
|
@@ -1704,59 +1706,59 @@ export declare const Bar: import('styled-components').IStyledComponent<"web", {
|
|
|
1704
1706
|
yChannelSelector?: string | undefined;
|
|
1705
1707
|
z?: string | number | undefined;
|
|
1706
1708
|
zoomAndPan?: string | undefined;
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1709
|
+
'aria-activedescendant'?: string | undefined;
|
|
1710
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
1711
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
1712
|
+
'aria-braillelabel'?: string | undefined;
|
|
1713
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
1714
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
1715
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1716
|
+
'aria-colcount'?: number | undefined;
|
|
1717
|
+
'aria-colindex'?: number | undefined;
|
|
1718
|
+
'aria-colindextext'?: string | undefined;
|
|
1719
|
+
'aria-colspan'?: number | undefined;
|
|
1720
|
+
'aria-controls'?: string | undefined;
|
|
1721
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
1722
|
+
'aria-describedby'?: string | undefined;
|
|
1723
|
+
'aria-description'?: string | undefined;
|
|
1724
|
+
'aria-details'?: string | undefined;
|
|
1725
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1726
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1727
|
+
'aria-errormessage'?: string | undefined;
|
|
1728
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1729
|
+
'aria-flowto'?: string | undefined;
|
|
1730
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1731
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1732
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1733
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1734
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
1735
|
+
'aria-label'?: string | undefined;
|
|
1736
|
+
'aria-labelledby'?: string | undefined;
|
|
1737
|
+
'aria-level'?: number | undefined;
|
|
1738
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1739
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1740
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1741
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1742
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1743
|
+
'aria-owns'?: string | undefined;
|
|
1744
|
+
'aria-placeholder'?: string | undefined;
|
|
1745
|
+
'aria-posinset'?: number | undefined;
|
|
1746
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1747
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1748
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1749
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
1750
|
+
'aria-roledescription'?: string | undefined;
|
|
1751
|
+
'aria-rowcount'?: number | undefined;
|
|
1752
|
+
'aria-rowindex'?: number | undefined;
|
|
1753
|
+
'aria-rowindextext'?: string | undefined;
|
|
1754
|
+
'aria-rowspan'?: number | undefined;
|
|
1755
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1756
|
+
'aria-setsize'?: number | undefined;
|
|
1757
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1758
|
+
'aria-valuemax'?: number | undefined;
|
|
1759
|
+
'aria-valuemin'?: number | undefined;
|
|
1760
|
+
'aria-valuenow'?: number | undefined;
|
|
1761
|
+
'aria-valuetext'?: string | undefined;
|
|
1760
1762
|
children?: import('react').ReactNode;
|
|
1761
1763
|
dangerouslySetInnerHTML?: {
|
|
1762
1764
|
__html: string | TrustedHTML;
|
|
@@ -2186,59 +2188,59 @@ export declare const XLabel: import('styled-components').IStyledComponent<"web",
|
|
|
2186
2188
|
yChannelSelector?: string | undefined;
|
|
2187
2189
|
z?: string | number | undefined;
|
|
2188
2190
|
zoomAndPan?: string | undefined;
|
|
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
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2191
|
+
'aria-activedescendant'?: string | undefined;
|
|
2192
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2193
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2194
|
+
'aria-braillelabel'?: string | undefined;
|
|
2195
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2196
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2197
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2198
|
+
'aria-colcount'?: number | undefined;
|
|
2199
|
+
'aria-colindex'?: number | undefined;
|
|
2200
|
+
'aria-colindextext'?: string | undefined;
|
|
2201
|
+
'aria-colspan'?: number | undefined;
|
|
2202
|
+
'aria-controls'?: string | undefined;
|
|
2203
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2204
|
+
'aria-describedby'?: string | undefined;
|
|
2205
|
+
'aria-description'?: string | undefined;
|
|
2206
|
+
'aria-details'?: string | undefined;
|
|
2207
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2208
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2209
|
+
'aria-errormessage'?: string | undefined;
|
|
2210
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2211
|
+
'aria-flowto'?: string | undefined;
|
|
2212
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2213
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2214
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2215
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2216
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2217
|
+
'aria-label'?: string | undefined;
|
|
2218
|
+
'aria-labelledby'?: string | undefined;
|
|
2219
|
+
'aria-level'?: number | undefined;
|
|
2220
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2221
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2222
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2223
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2224
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2225
|
+
'aria-owns'?: string | undefined;
|
|
2226
|
+
'aria-placeholder'?: string | undefined;
|
|
2227
|
+
'aria-posinset'?: number | undefined;
|
|
2228
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2229
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2230
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2231
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2232
|
+
'aria-roledescription'?: string | undefined;
|
|
2233
|
+
'aria-rowcount'?: number | undefined;
|
|
2234
|
+
'aria-rowindex'?: number | undefined;
|
|
2235
|
+
'aria-rowindextext'?: string | undefined;
|
|
2236
|
+
'aria-rowspan'?: number | undefined;
|
|
2237
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2238
|
+
'aria-setsize'?: number | undefined;
|
|
2239
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2240
|
+
'aria-valuemax'?: number | undefined;
|
|
2241
|
+
'aria-valuemin'?: number | undefined;
|
|
2242
|
+
'aria-valuenow'?: number | undefined;
|
|
2243
|
+
'aria-valuetext'?: string | undefined;
|
|
2242
2244
|
children?: import('react').ReactNode;
|
|
2243
2245
|
dangerouslySetInnerHTML?: {
|
|
2244
2246
|
__html: string | TrustedHTML;
|
|
@@ -2668,59 +2670,59 @@ export declare const YLabel: import('styled-components').IStyledComponent<"web",
|
|
|
2668
2670
|
yChannelSelector?: string | undefined;
|
|
2669
2671
|
z?: string | number | undefined;
|
|
2670
2672
|
zoomAndPan?: string | undefined;
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2673
|
+
'aria-activedescendant'?: string | undefined;
|
|
2674
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
2675
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
2676
|
+
'aria-braillelabel'?: string | undefined;
|
|
2677
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
2678
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
2679
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2680
|
+
'aria-colcount'?: number | undefined;
|
|
2681
|
+
'aria-colindex'?: number | undefined;
|
|
2682
|
+
'aria-colindextext'?: string | undefined;
|
|
2683
|
+
'aria-colspan'?: number | undefined;
|
|
2684
|
+
'aria-controls'?: string | undefined;
|
|
2685
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
2686
|
+
'aria-describedby'?: string | undefined;
|
|
2687
|
+
'aria-description'?: string | undefined;
|
|
2688
|
+
'aria-details'?: string | undefined;
|
|
2689
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
2690
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2691
|
+
'aria-errormessage'?: string | undefined;
|
|
2692
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
2693
|
+
'aria-flowto'?: string | undefined;
|
|
2694
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
2695
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
2696
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
2697
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2698
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
2699
|
+
'aria-label'?: string | undefined;
|
|
2700
|
+
'aria-labelledby'?: string | undefined;
|
|
2701
|
+
'aria-level'?: number | undefined;
|
|
2702
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
2703
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
2704
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
2705
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
2706
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2707
|
+
'aria-owns'?: string | undefined;
|
|
2708
|
+
'aria-placeholder'?: string | undefined;
|
|
2709
|
+
'aria-posinset'?: number | undefined;
|
|
2710
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2711
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
2712
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2713
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
2714
|
+
'aria-roledescription'?: string | undefined;
|
|
2715
|
+
'aria-rowcount'?: number | undefined;
|
|
2716
|
+
'aria-rowindex'?: number | undefined;
|
|
2717
|
+
'aria-rowindextext'?: string | undefined;
|
|
2718
|
+
'aria-rowspan'?: number | undefined;
|
|
2719
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
2720
|
+
'aria-setsize'?: number | undefined;
|
|
2721
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2722
|
+
'aria-valuemax'?: number | undefined;
|
|
2723
|
+
'aria-valuemin'?: number | undefined;
|
|
2724
|
+
'aria-valuenow'?: number | undefined;
|
|
2725
|
+
'aria-valuetext'?: string | undefined;
|
|
2724
2726
|
children?: import('react').ReactNode;
|
|
2725
2727
|
dangerouslySetInnerHTML?: {
|
|
2726
2728
|
__html: string | TrustedHTML;
|