@rubin-epo/epo-widget-lib 0.10.2 → 0.10.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atomic/Blinker/Controls/styles.d.ts +56 -54
- package/dist/atomic/Blinker/styles.d.ts +109 -108
- package/dist/atomic/ElapsedTime/styles.d.ts +326 -324
- package/dist/atomic/LiveRegion/styles.d.ts +56 -54
- package/dist/atomic/Loader/styles.d.ts +56 -54
- package/dist/atomic/PlaybackControl/styles.d.ts +110 -108
- package/dist/atomic/PlotWrapper/styles.d.ts +56 -54
- package/dist/charts/Base/styles.d.ts +541 -539
- package/dist/charts/Readout/styles.d.ts +110 -108
- package/dist/charts/Tooltip/styles.d.ts +109 -108
- package/dist/charts/XAxis/index.cjs +1 -1
- package/dist/charts/XAxis/index.js +47 -32
- package/dist/charts/YAxis/index.cjs +1 -1
- package/dist/charts/YAxis/index.js +44 -29
- package/dist/charts/hooks/useAxis.cjs +1 -1
- package/dist/charts/hooks/useAxis.d.ts +4 -3
- package/dist/charts/hooks/useAxis.js +15 -25
- package/dist/charts/styles.d.ts +320 -318
- package/dist/layout/AspectRatio/styles.d.ts +55 -54
- package/dist/layout/Controls/styles.d.ts +379 -378
- package/dist/lib/utils.d.ts +2 -2
- package/dist/styles/svg.d.ts +56 -54
- package/dist/widgets/CameraFilter/styles.d.ts +860 -860
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +222 -221
- package/dist/widgets/FilterTool/styles.d.ts +426 -426
- package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/Plot/index.js +67 -52
- package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +110 -108
- package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +56 -54
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.d.ts +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.js +29 -33
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.js +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +85 -81
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +164 -162
- package/dist/widgets/LightCurvePlot/defaults.cjs +1 -1
- package/dist/widgets/LightCurvePlot/defaults.d.ts +10 -6
- package/dist/widgets/LightCurvePlot/defaults.js +2 -6
- package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
- package/dist/widgets/LightCurvePlot/helpers.js +1 -1
- package/dist/widgets/SourceSelector/Point/styles.d.ts +55 -53
- package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +164 -162
- package/dist/widgets/SourceSelector/styles.d.ts +496 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -1
- package/dist/widgets/SupernovaThreeVector/Histogram/index.js +8 -8
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +55 -53
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +373 -371
- package/package.json +4 -4
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.cjs +0 -5
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.d.ts +0 -272
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.js +0 -10
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
1
3
|
export declare const ControlsContainer: import('styled-components').IStyledComponent<"web", {
|
|
2
4
|
ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
|
|
3
5
|
key?: import('react').Key | null | undefined;
|
|
@@ -50,60 +52,60 @@ export declare const ControlsContainer: import('styled-components').IStyledCompo
|
|
|
50
52
|
unselectable?: "on" | "off" | undefined;
|
|
51
53
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
54
|
is?: string | undefined;
|
|
53
|
-
children?: import('react').ReactNode
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
55
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
56
|
+
'aria-activedescendant'?: string | undefined;
|
|
57
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
'aria-braillelabel'?: string | undefined;
|
|
60
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
|
+
'aria-colcount'?: number | undefined;
|
|
64
|
+
'aria-colindex'?: number | undefined;
|
|
65
|
+
'aria-colindextext'?: string | undefined;
|
|
66
|
+
'aria-colspan'?: number | undefined;
|
|
67
|
+
'aria-controls'?: string | undefined;
|
|
68
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
69
|
+
'aria-describedby'?: string | undefined;
|
|
70
|
+
'aria-description'?: string | undefined;
|
|
71
|
+
'aria-details'?: string | undefined;
|
|
72
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
74
|
+
'aria-errormessage'?: string | undefined;
|
|
75
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
'aria-flowto'?: string | undefined;
|
|
77
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
79
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
81
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
82
|
+
'aria-label'?: string | undefined;
|
|
83
|
+
'aria-labelledby'?: string | undefined;
|
|
84
|
+
'aria-level'?: number | undefined;
|
|
85
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
86
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
89
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
90
|
+
'aria-owns'?: string | undefined;
|
|
91
|
+
'aria-placeholder'?: string | undefined;
|
|
92
|
+
'aria-posinset'?: number | undefined;
|
|
93
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
94
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
96
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
97
|
+
'aria-roledescription'?: string | undefined;
|
|
98
|
+
'aria-rowcount'?: number | undefined;
|
|
99
|
+
'aria-rowindex'?: number | undefined;
|
|
100
|
+
'aria-rowindextext'?: string | undefined;
|
|
101
|
+
'aria-rowspan'?: number | undefined;
|
|
102
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
103
|
+
'aria-setsize'?: number | undefined;
|
|
104
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
105
|
+
'aria-valuemax'?: number | undefined;
|
|
106
|
+
'aria-valuemin'?: number | undefined;
|
|
107
|
+
'aria-valuenow'?: number | undefined;
|
|
108
|
+
'aria-valuetext'?: string | undefined;
|
|
107
109
|
dangerouslySetInnerHTML?: {
|
|
108
110
|
__html: string | TrustedHTML;
|
|
109
111
|
} | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const BlinkerContainer: import('styled-components').IStyledComponent<"web", {
|
|
3
4
|
ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
|
|
4
5
|
key?: import('react').Key | null | undefined;
|
|
@@ -51,60 +52,60 @@ export declare const BlinkerContainer: import('styled-components').IStyledCompon
|
|
|
51
52
|
unselectable?: "on" | "off" | undefined;
|
|
52
53
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
53
54
|
is?: string | undefined;
|
|
54
|
-
children?: import('react').ReactNode
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
55
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
56
|
+
'aria-activedescendant'?: string | undefined;
|
|
57
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
'aria-braillelabel'?: string | undefined;
|
|
60
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
61
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
62
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
|
+
'aria-colcount'?: number | undefined;
|
|
64
|
+
'aria-colindex'?: number | undefined;
|
|
65
|
+
'aria-colindextext'?: string | undefined;
|
|
66
|
+
'aria-colspan'?: number | undefined;
|
|
67
|
+
'aria-controls'?: string | undefined;
|
|
68
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
69
|
+
'aria-describedby'?: string | undefined;
|
|
70
|
+
'aria-description'?: string | undefined;
|
|
71
|
+
'aria-details'?: string | undefined;
|
|
72
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
74
|
+
'aria-errormessage'?: string | undefined;
|
|
75
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
76
|
+
'aria-flowto'?: string | undefined;
|
|
77
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
79
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
81
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
82
|
+
'aria-label'?: string | undefined;
|
|
83
|
+
'aria-labelledby'?: string | undefined;
|
|
84
|
+
'aria-level'?: number | undefined;
|
|
85
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
86
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
89
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
90
|
+
'aria-owns'?: string | undefined;
|
|
91
|
+
'aria-placeholder'?: string | undefined;
|
|
92
|
+
'aria-posinset'?: number | undefined;
|
|
93
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
94
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
96
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
97
|
+
'aria-roledescription'?: string | undefined;
|
|
98
|
+
'aria-rowcount'?: number | undefined;
|
|
99
|
+
'aria-rowindex'?: number | undefined;
|
|
100
|
+
'aria-rowindextext'?: string | undefined;
|
|
101
|
+
'aria-rowspan'?: number | undefined;
|
|
102
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
103
|
+
'aria-setsize'?: number | undefined;
|
|
104
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
105
|
+
'aria-valuemax'?: number | undefined;
|
|
106
|
+
'aria-valuemin'?: number | undefined;
|
|
107
|
+
'aria-valuenow'?: number | undefined;
|
|
108
|
+
'aria-valuetext'?: string | undefined;
|
|
108
109
|
dangerouslySetInnerHTML?: {
|
|
109
110
|
__html: string | TrustedHTML;
|
|
110
111
|
} | undefined;
|
|
@@ -331,60 +332,60 @@ export declare const ControlsContainer: import('styled-components').IStyledCompo
|
|
|
331
332
|
unselectable?: "on" | "off" | undefined;
|
|
332
333
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
333
334
|
is?: string | undefined;
|
|
334
|
-
children?: import('react').ReactNode
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
335
|
+
children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
|
|
336
|
+
'aria-activedescendant'?: string | undefined;
|
|
337
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
338
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
|
|
339
|
+
'aria-braillelabel'?: string | undefined;
|
|
340
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
341
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
342
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
343
|
+
'aria-colcount'?: number | undefined;
|
|
344
|
+
'aria-colindex'?: number | undefined;
|
|
345
|
+
'aria-colindextext'?: string | undefined;
|
|
346
|
+
'aria-colspan'?: number | undefined;
|
|
347
|
+
'aria-controls'?: string | undefined;
|
|
348
|
+
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
349
|
+
'aria-describedby'?: string | undefined;
|
|
350
|
+
'aria-description'?: string | undefined;
|
|
351
|
+
'aria-details'?: string | undefined;
|
|
352
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
353
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
354
|
+
'aria-errormessage'?: string | undefined;
|
|
355
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
356
|
+
'aria-flowto'?: string | undefined;
|
|
357
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
358
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
359
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
360
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
361
|
+
'aria-keyshortcuts'?: string | undefined;
|
|
362
|
+
'aria-label'?: string | undefined;
|
|
363
|
+
'aria-labelledby'?: string | undefined;
|
|
364
|
+
'aria-level'?: number | undefined;
|
|
365
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
366
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
367
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
368
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
369
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
370
|
+
'aria-owns'?: string | undefined;
|
|
371
|
+
'aria-placeholder'?: string | undefined;
|
|
372
|
+
'aria-posinset'?: number | undefined;
|
|
373
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
374
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
375
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
376
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
377
|
+
'aria-roledescription'?: string | undefined;
|
|
378
|
+
'aria-rowcount'?: number | undefined;
|
|
379
|
+
'aria-rowindex'?: number | undefined;
|
|
380
|
+
'aria-rowindextext'?: string | undefined;
|
|
381
|
+
'aria-rowspan'?: number | undefined;
|
|
382
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
383
|
+
'aria-setsize'?: number | undefined;
|
|
384
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
385
|
+
'aria-valuemax'?: number | undefined;
|
|
386
|
+
'aria-valuemin'?: number | undefined;
|
|
387
|
+
'aria-valuenow'?: number | undefined;
|
|
388
|
+
'aria-valuetext'?: string | undefined;
|
|
388
389
|
dangerouslySetInnerHTML?: {
|
|
389
390
|
__html: string | TrustedHTML;
|
|
390
391
|
} | undefined;
|