@rubin-epo/epo-widget-lib 0.6.2 → 0.6.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 +22 -22
- package/dist/atomic/Blinker/Image/styles.d.ts +23 -23
- package/dist/atomic/Blinker/Images/styles.d.ts +44 -44
- package/dist/atomic/ElapsedTime/styles.d.ts +132 -132
- package/dist/atomic/PlaybackControl/styles.d.ts +44 -44
- package/dist/styles/svg.d.ts +22 -22
- package/dist/widgets/CameraFilter/styles.d.ts +312 -312
- package/dist/widgets/ColorTool/Actions/styles.d.ts +22 -22
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +139 -138
- package/dist/widgets/ColorTool/ImageComposite/styles.d.ts +44 -44
- package/dist/widgets/ColorTool/styles.d.ts +154 -154
- package/dist/widgets/FilterTool/styles.d.ts +234 -234
- package/dist/widgets/SourceSelector/Message/styles.d.ts +2 -1
- package/package.json +3 -3
|
@@ -8,17 +8,17 @@ export declare const ElapsedTimeContainer: import("styled-components").IStyledCo
|
|
|
8
8
|
accessKey?: string | undefined;
|
|
9
9
|
autoFocus?: boolean | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: "inherit" | (boolean | "
|
|
11
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
12
12
|
contextMenu?: string | undefined;
|
|
13
13
|
dir?: string | undefined;
|
|
14
|
-
draggable?: (boolean | "
|
|
14
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
15
15
|
hidden?: boolean | undefined;
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
lang?: string | undefined;
|
|
18
18
|
nonce?: string | undefined;
|
|
19
19
|
placeholder?: string | undefined;
|
|
20
20
|
slot?: string | undefined;
|
|
21
|
-
spellCheck?: (boolean | "
|
|
21
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
22
22
|
style?: import("react").CSSProperties | undefined;
|
|
23
23
|
tabIndex?: number | undefined;
|
|
24
24
|
title?: string | undefined;
|
|
@@ -52,52 +52,52 @@ export declare const ElapsedTimeContainer: import("styled-components").IStyledCo
|
|
|
52
52
|
is?: string | undefined;
|
|
53
53
|
children?: import("react").ReactNode;
|
|
54
54
|
"aria-activedescendant"?: string | undefined;
|
|
55
|
-
"aria-atomic"?: (boolean | "
|
|
56
|
-
"aria-autocomplete"?: "none" | "
|
|
55
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
56
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
57
57
|
"aria-braillelabel"?: string | undefined;
|
|
58
58
|
"aria-brailleroledescription"?: string | undefined;
|
|
59
|
-
"aria-busy"?: (boolean | "
|
|
60
|
-
"aria-checked"?: boolean | "
|
|
59
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
60
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
61
61
|
"aria-colcount"?: number | undefined;
|
|
62
62
|
"aria-colindex"?: number | undefined;
|
|
63
63
|
"aria-colindextext"?: string | undefined;
|
|
64
64
|
"aria-colspan"?: number | undefined;
|
|
65
65
|
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "page" | "
|
|
66
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
67
67
|
"aria-describedby"?: string | undefined;
|
|
68
68
|
"aria-description"?: string | undefined;
|
|
69
69
|
"aria-details"?: string | undefined;
|
|
70
|
-
"aria-disabled"?: (boolean | "
|
|
71
|
-
"aria-dropeffect"?: "none" | "
|
|
70
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
71
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
72
72
|
"aria-errormessage"?: string | undefined;
|
|
73
|
-
"aria-expanded"?: (boolean | "
|
|
73
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
74
74
|
"aria-flowto"?: string | undefined;
|
|
75
|
-
"aria-grabbed"?: (boolean | "
|
|
76
|
-
"aria-haspopup"?: boolean | "
|
|
77
|
-
"aria-hidden"?: (boolean | "
|
|
78
|
-
"aria-invalid"?: boolean | "
|
|
75
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
76
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
77
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
78
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
79
79
|
"aria-keyshortcuts"?: string | undefined;
|
|
80
80
|
"aria-label"?: string | undefined;
|
|
81
81
|
"aria-labelledby"?: string | undefined;
|
|
82
82
|
"aria-level"?: number | undefined;
|
|
83
83
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
84
|
-
"aria-modal"?: (boolean | "
|
|
85
|
-
"aria-multiline"?: (boolean | "
|
|
86
|
-
"aria-multiselectable"?: (boolean | "
|
|
84
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
85
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
86
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
87
87
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
88
88
|
"aria-owns"?: string | undefined;
|
|
89
89
|
"aria-placeholder"?: string | undefined;
|
|
90
90
|
"aria-posinset"?: number | undefined;
|
|
91
|
-
"aria-pressed"?: boolean | "
|
|
92
|
-
"aria-readonly"?: (boolean | "
|
|
91
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
92
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
93
93
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
|
-
"aria-required"?: (boolean | "
|
|
94
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
95
95
|
"aria-roledescription"?: string | undefined;
|
|
96
96
|
"aria-rowcount"?: number | undefined;
|
|
97
97
|
"aria-rowindex"?: number | undefined;
|
|
98
98
|
"aria-rowindextext"?: string | undefined;
|
|
99
99
|
"aria-rowspan"?: number | undefined;
|
|
100
|
-
"aria-selected"?: (boolean | "
|
|
100
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
101
101
|
"aria-setsize"?: number | undefined;
|
|
102
102
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
103
|
"aria-valuemax"?: number | undefined;
|
|
@@ -280,17 +280,17 @@ export declare const Header: import("styled-components").IStyledComponent<"web",
|
|
|
280
280
|
accessKey?: string | undefined;
|
|
281
281
|
autoFocus?: boolean | undefined;
|
|
282
282
|
className?: string | undefined;
|
|
283
|
-
contentEditable?: "inherit" | (boolean | "
|
|
283
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
284
284
|
contextMenu?: string | undefined;
|
|
285
285
|
dir?: string | undefined;
|
|
286
|
-
draggable?: (boolean | "
|
|
286
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
287
287
|
hidden?: boolean | undefined;
|
|
288
288
|
id?: string | undefined;
|
|
289
289
|
lang?: string | undefined;
|
|
290
290
|
nonce?: string | undefined;
|
|
291
291
|
placeholder?: string | undefined;
|
|
292
292
|
slot?: string | undefined;
|
|
293
|
-
spellCheck?: (boolean | "
|
|
293
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
294
294
|
style?: import("react").CSSProperties | undefined;
|
|
295
295
|
tabIndex?: number | undefined;
|
|
296
296
|
title?: string | undefined;
|
|
@@ -324,52 +324,52 @@ export declare const Header: import("styled-components").IStyledComponent<"web",
|
|
|
324
324
|
is?: string | undefined;
|
|
325
325
|
children?: import("react").ReactNode;
|
|
326
326
|
"aria-activedescendant"?: string | undefined;
|
|
327
|
-
"aria-atomic"?: (boolean | "
|
|
328
|
-
"aria-autocomplete"?: "none" | "
|
|
327
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
328
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
329
329
|
"aria-braillelabel"?: string | undefined;
|
|
330
330
|
"aria-brailleroledescription"?: string | undefined;
|
|
331
|
-
"aria-busy"?: (boolean | "
|
|
332
|
-
"aria-checked"?: boolean | "
|
|
331
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
332
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
333
333
|
"aria-colcount"?: number | undefined;
|
|
334
334
|
"aria-colindex"?: number | undefined;
|
|
335
335
|
"aria-colindextext"?: string | undefined;
|
|
336
336
|
"aria-colspan"?: number | undefined;
|
|
337
337
|
"aria-controls"?: string | undefined;
|
|
338
|
-
"aria-current"?: boolean | "page" | "
|
|
338
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
339
339
|
"aria-describedby"?: string | undefined;
|
|
340
340
|
"aria-description"?: string | undefined;
|
|
341
341
|
"aria-details"?: string | undefined;
|
|
342
|
-
"aria-disabled"?: (boolean | "
|
|
343
|
-
"aria-dropeffect"?: "none" | "
|
|
342
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
343
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
344
344
|
"aria-errormessage"?: string | undefined;
|
|
345
|
-
"aria-expanded"?: (boolean | "
|
|
345
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
346
346
|
"aria-flowto"?: string | undefined;
|
|
347
|
-
"aria-grabbed"?: (boolean | "
|
|
348
|
-
"aria-haspopup"?: boolean | "
|
|
349
|
-
"aria-hidden"?: (boolean | "
|
|
350
|
-
"aria-invalid"?: boolean | "
|
|
347
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
348
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
349
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
350
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
351
351
|
"aria-keyshortcuts"?: string | undefined;
|
|
352
352
|
"aria-label"?: string | undefined;
|
|
353
353
|
"aria-labelledby"?: string | undefined;
|
|
354
354
|
"aria-level"?: number | undefined;
|
|
355
355
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
356
|
-
"aria-modal"?: (boolean | "
|
|
357
|
-
"aria-multiline"?: (boolean | "
|
|
358
|
-
"aria-multiselectable"?: (boolean | "
|
|
356
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
357
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
358
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
359
359
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
360
360
|
"aria-owns"?: string | undefined;
|
|
361
361
|
"aria-placeholder"?: string | undefined;
|
|
362
362
|
"aria-posinset"?: number | undefined;
|
|
363
|
-
"aria-pressed"?: boolean | "
|
|
364
|
-
"aria-readonly"?: (boolean | "
|
|
363
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
364
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
365
365
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
366
|
-
"aria-required"?: (boolean | "
|
|
366
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
367
367
|
"aria-roledescription"?: string | undefined;
|
|
368
368
|
"aria-rowcount"?: number | undefined;
|
|
369
369
|
"aria-rowindex"?: number | undefined;
|
|
370
370
|
"aria-rowindextext"?: string | undefined;
|
|
371
371
|
"aria-rowspan"?: number | undefined;
|
|
372
|
-
"aria-selected"?: (boolean | "
|
|
372
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
373
373
|
"aria-setsize"?: number | undefined;
|
|
374
374
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
375
375
|
"aria-valuemax"?: number | undefined;
|
|
@@ -553,17 +553,17 @@ export declare const Time: import("styled-components").IStyledComponent<"web", {
|
|
|
553
553
|
accessKey?: string | undefined;
|
|
554
554
|
autoFocus?: boolean | undefined;
|
|
555
555
|
className?: string | undefined;
|
|
556
|
-
contentEditable?: "inherit" | (boolean | "
|
|
556
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
557
557
|
contextMenu?: string | undefined;
|
|
558
558
|
dir?: string | undefined;
|
|
559
|
-
draggable?: (boolean | "
|
|
559
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
560
560
|
hidden?: boolean | undefined;
|
|
561
561
|
id?: string | undefined;
|
|
562
562
|
lang?: string | undefined;
|
|
563
563
|
nonce?: string | undefined;
|
|
564
564
|
placeholder?: string | undefined;
|
|
565
565
|
slot?: string | undefined;
|
|
566
|
-
spellCheck?: (boolean | "
|
|
566
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
567
567
|
style?: import("react").CSSProperties | undefined;
|
|
568
568
|
tabIndex?: number | undefined;
|
|
569
569
|
title?: string | undefined;
|
|
@@ -597,52 +597,52 @@ export declare const Time: import("styled-components").IStyledComponent<"web", {
|
|
|
597
597
|
is?: string | undefined;
|
|
598
598
|
children?: import("react").ReactNode;
|
|
599
599
|
"aria-activedescendant"?: string | undefined;
|
|
600
|
-
"aria-atomic"?: (boolean | "
|
|
601
|
-
"aria-autocomplete"?: "none" | "
|
|
600
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
601
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
602
602
|
"aria-braillelabel"?: string | undefined;
|
|
603
603
|
"aria-brailleroledescription"?: string | undefined;
|
|
604
|
-
"aria-busy"?: (boolean | "
|
|
605
|
-
"aria-checked"?: boolean | "
|
|
604
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
605
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
606
606
|
"aria-colcount"?: number | undefined;
|
|
607
607
|
"aria-colindex"?: number | undefined;
|
|
608
608
|
"aria-colindextext"?: string | undefined;
|
|
609
609
|
"aria-colspan"?: number | undefined;
|
|
610
610
|
"aria-controls"?: string | undefined;
|
|
611
|
-
"aria-current"?: boolean | "page" | "
|
|
611
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
612
612
|
"aria-describedby"?: string | undefined;
|
|
613
613
|
"aria-description"?: string | undefined;
|
|
614
614
|
"aria-details"?: string | undefined;
|
|
615
|
-
"aria-disabled"?: (boolean | "
|
|
616
|
-
"aria-dropeffect"?: "none" | "
|
|
615
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
616
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
617
617
|
"aria-errormessage"?: string | undefined;
|
|
618
|
-
"aria-expanded"?: (boolean | "
|
|
618
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
619
619
|
"aria-flowto"?: string | undefined;
|
|
620
|
-
"aria-grabbed"?: (boolean | "
|
|
621
|
-
"aria-haspopup"?: boolean | "
|
|
622
|
-
"aria-hidden"?: (boolean | "
|
|
623
|
-
"aria-invalid"?: boolean | "
|
|
620
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
621
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
622
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
623
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
624
624
|
"aria-keyshortcuts"?: string | undefined;
|
|
625
625
|
"aria-label"?: string | undefined;
|
|
626
626
|
"aria-labelledby"?: string | undefined;
|
|
627
627
|
"aria-level"?: number | undefined;
|
|
628
628
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
629
|
-
"aria-modal"?: (boolean | "
|
|
630
|
-
"aria-multiline"?: (boolean | "
|
|
631
|
-
"aria-multiselectable"?: (boolean | "
|
|
629
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
630
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
631
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
632
632
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
633
633
|
"aria-owns"?: string | undefined;
|
|
634
634
|
"aria-placeholder"?: string | undefined;
|
|
635
635
|
"aria-posinset"?: number | undefined;
|
|
636
|
-
"aria-pressed"?: boolean | "
|
|
637
|
-
"aria-readonly"?: (boolean | "
|
|
636
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
637
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
638
638
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
639
|
-
"aria-required"?: (boolean | "
|
|
639
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
640
640
|
"aria-roledescription"?: string | undefined;
|
|
641
641
|
"aria-rowcount"?: number | undefined;
|
|
642
642
|
"aria-rowindex"?: number | undefined;
|
|
643
643
|
"aria-rowindextext"?: string | undefined;
|
|
644
644
|
"aria-rowspan"?: number | undefined;
|
|
645
|
-
"aria-selected"?: (boolean | "
|
|
645
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
646
646
|
"aria-setsize"?: number | undefined;
|
|
647
647
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
648
648
|
"aria-valuemax"?: number | undefined;
|
|
@@ -825,17 +825,17 @@ export declare const Interval: import("styled-components").IStyledComponent<"web
|
|
|
825
825
|
accessKey?: string | undefined;
|
|
826
826
|
autoFocus?: boolean | undefined;
|
|
827
827
|
className?: string | undefined;
|
|
828
|
-
contentEditable?: "inherit" | (boolean | "
|
|
828
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
829
829
|
contextMenu?: string | undefined;
|
|
830
830
|
dir?: string | undefined;
|
|
831
|
-
draggable?: (boolean | "
|
|
831
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
832
832
|
hidden?: boolean | undefined;
|
|
833
833
|
id?: string | undefined;
|
|
834
834
|
lang?: string | undefined;
|
|
835
835
|
nonce?: string | undefined;
|
|
836
836
|
placeholder?: string | undefined;
|
|
837
837
|
slot?: string | undefined;
|
|
838
|
-
spellCheck?: (boolean | "
|
|
838
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
839
839
|
style?: import("react").CSSProperties | undefined;
|
|
840
840
|
tabIndex?: number | undefined;
|
|
841
841
|
title?: string | undefined;
|
|
@@ -869,52 +869,52 @@ export declare const Interval: import("styled-components").IStyledComponent<"web
|
|
|
869
869
|
is?: string | undefined;
|
|
870
870
|
children?: import("react").ReactNode;
|
|
871
871
|
"aria-activedescendant"?: string | undefined;
|
|
872
|
-
"aria-atomic"?: (boolean | "
|
|
873
|
-
"aria-autocomplete"?: "none" | "
|
|
872
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
873
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
874
874
|
"aria-braillelabel"?: string | undefined;
|
|
875
875
|
"aria-brailleroledescription"?: string | undefined;
|
|
876
|
-
"aria-busy"?: (boolean | "
|
|
877
|
-
"aria-checked"?: boolean | "
|
|
876
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
877
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
878
878
|
"aria-colcount"?: number | undefined;
|
|
879
879
|
"aria-colindex"?: number | undefined;
|
|
880
880
|
"aria-colindextext"?: string | undefined;
|
|
881
881
|
"aria-colspan"?: number | undefined;
|
|
882
882
|
"aria-controls"?: string | undefined;
|
|
883
|
-
"aria-current"?: boolean | "page" | "
|
|
883
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
884
884
|
"aria-describedby"?: string | undefined;
|
|
885
885
|
"aria-description"?: string | undefined;
|
|
886
886
|
"aria-details"?: string | undefined;
|
|
887
|
-
"aria-disabled"?: (boolean | "
|
|
888
|
-
"aria-dropeffect"?: "none" | "
|
|
887
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
888
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
889
889
|
"aria-errormessage"?: string | undefined;
|
|
890
|
-
"aria-expanded"?: (boolean | "
|
|
890
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
891
891
|
"aria-flowto"?: string | undefined;
|
|
892
|
-
"aria-grabbed"?: (boolean | "
|
|
893
|
-
"aria-haspopup"?: boolean | "
|
|
894
|
-
"aria-hidden"?: (boolean | "
|
|
895
|
-
"aria-invalid"?: boolean | "
|
|
892
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
893
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
894
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
895
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
896
896
|
"aria-keyshortcuts"?: string | undefined;
|
|
897
897
|
"aria-label"?: string | undefined;
|
|
898
898
|
"aria-labelledby"?: string | undefined;
|
|
899
899
|
"aria-level"?: number | undefined;
|
|
900
900
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
901
|
-
"aria-modal"?: (boolean | "
|
|
902
|
-
"aria-multiline"?: (boolean | "
|
|
903
|
-
"aria-multiselectable"?: (boolean | "
|
|
901
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
902
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
903
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
904
904
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
905
905
|
"aria-owns"?: string | undefined;
|
|
906
906
|
"aria-placeholder"?: string | undefined;
|
|
907
907
|
"aria-posinset"?: number | undefined;
|
|
908
|
-
"aria-pressed"?: boolean | "
|
|
909
|
-
"aria-readonly"?: (boolean | "
|
|
908
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
909
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
910
910
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
911
|
-
"aria-required"?: (boolean | "
|
|
911
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
912
912
|
"aria-roledescription"?: string | undefined;
|
|
913
913
|
"aria-rowcount"?: number | undefined;
|
|
914
914
|
"aria-rowindex"?: number | undefined;
|
|
915
915
|
"aria-rowindextext"?: string | undefined;
|
|
916
916
|
"aria-rowspan"?: number | undefined;
|
|
917
|
-
"aria-selected"?: (boolean | "
|
|
917
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
918
918
|
"aria-setsize"?: number | undefined;
|
|
919
919
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
920
920
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1097,17 +1097,17 @@ export declare const Number: import("styled-components").IStyledComponent<"web",
|
|
|
1097
1097
|
accessKey?: string | undefined;
|
|
1098
1098
|
autoFocus?: boolean | undefined;
|
|
1099
1099
|
className?: string | undefined;
|
|
1100
|
-
contentEditable?: "inherit" | (boolean | "
|
|
1100
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
1101
1101
|
contextMenu?: string | undefined;
|
|
1102
1102
|
dir?: string | undefined;
|
|
1103
|
-
draggable?: (boolean | "
|
|
1103
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1104
1104
|
hidden?: boolean | undefined;
|
|
1105
1105
|
id?: string | undefined;
|
|
1106
1106
|
lang?: string | undefined;
|
|
1107
1107
|
nonce?: string | undefined;
|
|
1108
1108
|
placeholder?: string | undefined;
|
|
1109
1109
|
slot?: string | undefined;
|
|
1110
|
-
spellCheck?: (boolean | "
|
|
1110
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1111
1111
|
style?: import("react").CSSProperties | undefined;
|
|
1112
1112
|
tabIndex?: number | undefined;
|
|
1113
1113
|
title?: string | undefined;
|
|
@@ -1141,52 +1141,52 @@ export declare const Number: import("styled-components").IStyledComponent<"web",
|
|
|
1141
1141
|
is?: string | undefined;
|
|
1142
1142
|
children?: import("react").ReactNode;
|
|
1143
1143
|
"aria-activedescendant"?: string | undefined;
|
|
1144
|
-
"aria-atomic"?: (boolean | "
|
|
1145
|
-
"aria-autocomplete"?: "none" | "
|
|
1144
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1145
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
1146
1146
|
"aria-braillelabel"?: string | undefined;
|
|
1147
1147
|
"aria-brailleroledescription"?: string | undefined;
|
|
1148
|
-
"aria-busy"?: (boolean | "
|
|
1149
|
-
"aria-checked"?: boolean | "
|
|
1148
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1149
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1150
1150
|
"aria-colcount"?: number | undefined;
|
|
1151
1151
|
"aria-colindex"?: number | undefined;
|
|
1152
1152
|
"aria-colindextext"?: string | undefined;
|
|
1153
1153
|
"aria-colspan"?: number | undefined;
|
|
1154
1154
|
"aria-controls"?: string | undefined;
|
|
1155
|
-
"aria-current"?: boolean | "page" | "
|
|
1155
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1156
1156
|
"aria-describedby"?: string | undefined;
|
|
1157
1157
|
"aria-description"?: string | undefined;
|
|
1158
1158
|
"aria-details"?: string | undefined;
|
|
1159
|
-
"aria-disabled"?: (boolean | "
|
|
1160
|
-
"aria-dropeffect"?: "none" | "
|
|
1159
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1160
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1161
1161
|
"aria-errormessage"?: string | undefined;
|
|
1162
|
-
"aria-expanded"?: (boolean | "
|
|
1162
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1163
1163
|
"aria-flowto"?: string | undefined;
|
|
1164
|
-
"aria-grabbed"?: (boolean | "
|
|
1165
|
-
"aria-haspopup"?: boolean | "
|
|
1166
|
-
"aria-hidden"?: (boolean | "
|
|
1167
|
-
"aria-invalid"?: boolean | "
|
|
1164
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1165
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1166
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1167
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1168
1168
|
"aria-keyshortcuts"?: string | undefined;
|
|
1169
1169
|
"aria-label"?: string | undefined;
|
|
1170
1170
|
"aria-labelledby"?: string | undefined;
|
|
1171
1171
|
"aria-level"?: number | undefined;
|
|
1172
1172
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1173
|
-
"aria-modal"?: (boolean | "
|
|
1174
|
-
"aria-multiline"?: (boolean | "
|
|
1175
|
-
"aria-multiselectable"?: (boolean | "
|
|
1173
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1174
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1175
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1176
1176
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1177
1177
|
"aria-owns"?: string | undefined;
|
|
1178
1178
|
"aria-placeholder"?: string | undefined;
|
|
1179
1179
|
"aria-posinset"?: number | undefined;
|
|
1180
|
-
"aria-pressed"?: boolean | "
|
|
1181
|
-
"aria-readonly"?: (boolean | "
|
|
1180
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1181
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1182
1182
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1183
|
-
"aria-required"?: (boolean | "
|
|
1183
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1184
1184
|
"aria-roledescription"?: string | undefined;
|
|
1185
1185
|
"aria-rowcount"?: number | undefined;
|
|
1186
1186
|
"aria-rowindex"?: number | undefined;
|
|
1187
1187
|
"aria-rowindextext"?: string | undefined;
|
|
1188
1188
|
"aria-rowspan"?: number | undefined;
|
|
1189
|
-
"aria-selected"?: (boolean | "
|
|
1189
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1190
1190
|
"aria-setsize"?: number | undefined;
|
|
1191
1191
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1192
1192
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1369,17 +1369,17 @@ export declare const Step: import("styled-components").IStyledComponent<"web", {
|
|
|
1369
1369
|
accessKey?: string | undefined;
|
|
1370
1370
|
autoFocus?: boolean | undefined;
|
|
1371
1371
|
className?: string | undefined;
|
|
1372
|
-
contentEditable?: "inherit" | (boolean | "
|
|
1372
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
1373
1373
|
contextMenu?: string | undefined;
|
|
1374
1374
|
dir?: string | undefined;
|
|
1375
|
-
draggable?: (boolean | "
|
|
1375
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1376
1376
|
hidden?: boolean | undefined;
|
|
1377
1377
|
id?: string | undefined;
|
|
1378
1378
|
lang?: string | undefined;
|
|
1379
1379
|
nonce?: string | undefined;
|
|
1380
1380
|
placeholder?: string | undefined;
|
|
1381
1381
|
slot?: string | undefined;
|
|
1382
|
-
spellCheck?: (boolean | "
|
|
1382
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1383
1383
|
style?: import("react").CSSProperties | undefined;
|
|
1384
1384
|
tabIndex?: number | undefined;
|
|
1385
1385
|
title?: string | undefined;
|
|
@@ -1413,52 +1413,52 @@ export declare const Step: import("styled-components").IStyledComponent<"web", {
|
|
|
1413
1413
|
is?: string | undefined;
|
|
1414
1414
|
children?: import("react").ReactNode;
|
|
1415
1415
|
"aria-activedescendant"?: string | undefined;
|
|
1416
|
-
"aria-atomic"?: (boolean | "
|
|
1417
|
-
"aria-autocomplete"?: "none" | "
|
|
1416
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1417
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
1418
1418
|
"aria-braillelabel"?: string | undefined;
|
|
1419
1419
|
"aria-brailleroledescription"?: string | undefined;
|
|
1420
|
-
"aria-busy"?: (boolean | "
|
|
1421
|
-
"aria-checked"?: boolean | "
|
|
1420
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1421
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1422
1422
|
"aria-colcount"?: number | undefined;
|
|
1423
1423
|
"aria-colindex"?: number | undefined;
|
|
1424
1424
|
"aria-colindextext"?: string | undefined;
|
|
1425
1425
|
"aria-colspan"?: number | undefined;
|
|
1426
1426
|
"aria-controls"?: string | undefined;
|
|
1427
|
-
"aria-current"?: boolean | "page" | "
|
|
1427
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1428
1428
|
"aria-describedby"?: string | undefined;
|
|
1429
1429
|
"aria-description"?: string | undefined;
|
|
1430
1430
|
"aria-details"?: string | undefined;
|
|
1431
|
-
"aria-disabled"?: (boolean | "
|
|
1432
|
-
"aria-dropeffect"?: "none" | "
|
|
1431
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1432
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1433
1433
|
"aria-errormessage"?: string | undefined;
|
|
1434
|
-
"aria-expanded"?: (boolean | "
|
|
1434
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1435
1435
|
"aria-flowto"?: string | undefined;
|
|
1436
|
-
"aria-grabbed"?: (boolean | "
|
|
1437
|
-
"aria-haspopup"?: boolean | "
|
|
1438
|
-
"aria-hidden"?: (boolean | "
|
|
1439
|
-
"aria-invalid"?: boolean | "
|
|
1436
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1437
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1438
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1439
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1440
1440
|
"aria-keyshortcuts"?: string | undefined;
|
|
1441
1441
|
"aria-label"?: string | undefined;
|
|
1442
1442
|
"aria-labelledby"?: string | undefined;
|
|
1443
1443
|
"aria-level"?: number | undefined;
|
|
1444
1444
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1445
|
-
"aria-modal"?: (boolean | "
|
|
1446
|
-
"aria-multiline"?: (boolean | "
|
|
1447
|
-
"aria-multiselectable"?: (boolean | "
|
|
1445
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1446
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1447
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1448
1448
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1449
1449
|
"aria-owns"?: string | undefined;
|
|
1450
1450
|
"aria-placeholder"?: string | undefined;
|
|
1451
1451
|
"aria-posinset"?: number | undefined;
|
|
1452
|
-
"aria-pressed"?: boolean | "
|
|
1453
|
-
"aria-readonly"?: (boolean | "
|
|
1452
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1453
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1454
1454
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1455
|
-
"aria-required"?: (boolean | "
|
|
1455
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1456
1456
|
"aria-roledescription"?: string | undefined;
|
|
1457
1457
|
"aria-rowcount"?: number | undefined;
|
|
1458
1458
|
"aria-rowindex"?: number | undefined;
|
|
1459
1459
|
"aria-rowindextext"?: string | undefined;
|
|
1460
1460
|
"aria-rowspan"?: number | undefined;
|
|
1461
|
-
"aria-selected"?: (boolean | "
|
|
1461
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1462
1462
|
"aria-setsize"?: number | undefined;
|
|
1463
1463
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1464
1464
|
"aria-valuemax"?: number | undefined;
|