@rubin-epo/epo-widget-lib 0.6.1 → 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.cjs +10 -10
- package/dist/widgets/ColorTool/styles.d.ts +154 -154
- package/dist/widgets/ColorTool/styles.js +16 -17
- 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 ControlsContainer: import("styled-components").IStyledCompo
|
|
|
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 ControlsContainer: import("styled-components").IStyledCompo
|
|
|
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;
|
|
@@ -3,7 +3,7 @@ export declare const BlinkerImage: import("styled-components").IStyledComponent<
|
|
|
3
3
|
key?: import("react").Key | null | undefined;
|
|
4
4
|
alt?: string | undefined;
|
|
5
5
|
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
6
|
-
decoding?: "
|
|
6
|
+
decoding?: "auto" | "async" | "sync" | undefined;
|
|
7
7
|
height?: string | number | undefined;
|
|
8
8
|
loading?: "eager" | "lazy" | undefined;
|
|
9
9
|
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
@@ -19,17 +19,17 @@ export declare const BlinkerImage: import("styled-components").IStyledComponent<
|
|
|
19
19
|
accessKey?: string | undefined;
|
|
20
20
|
autoFocus?: boolean | undefined;
|
|
21
21
|
className?: string | undefined;
|
|
22
|
-
contentEditable?: "inherit" | (boolean | "
|
|
22
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
23
23
|
contextMenu?: string | undefined;
|
|
24
24
|
dir?: string | undefined;
|
|
25
|
-
draggable?: (boolean | "
|
|
25
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
26
26
|
hidden?: boolean | undefined;
|
|
27
27
|
id?: string | undefined;
|
|
28
28
|
lang?: string | undefined;
|
|
29
29
|
nonce?: string | undefined;
|
|
30
30
|
placeholder?: string | undefined;
|
|
31
31
|
slot?: string | undefined;
|
|
32
|
-
spellCheck?: (boolean | "
|
|
32
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
33
33
|
style?: import("react").CSSProperties | undefined;
|
|
34
34
|
tabIndex?: number | undefined;
|
|
35
35
|
title?: string | undefined;
|
|
@@ -63,52 +63,52 @@ export declare const BlinkerImage: import("styled-components").IStyledComponent<
|
|
|
63
63
|
is?: string | undefined;
|
|
64
64
|
children?: import("react").ReactNode;
|
|
65
65
|
"aria-activedescendant"?: string | undefined;
|
|
66
|
-
"aria-atomic"?: (boolean | "
|
|
67
|
-
"aria-autocomplete"?: "none" | "
|
|
66
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
67
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
68
68
|
"aria-braillelabel"?: string | undefined;
|
|
69
69
|
"aria-brailleroledescription"?: string | undefined;
|
|
70
|
-
"aria-busy"?: (boolean | "
|
|
71
|
-
"aria-checked"?: boolean | "
|
|
70
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
71
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
72
72
|
"aria-colcount"?: number | undefined;
|
|
73
73
|
"aria-colindex"?: number | undefined;
|
|
74
74
|
"aria-colindextext"?: string | undefined;
|
|
75
75
|
"aria-colspan"?: number | undefined;
|
|
76
76
|
"aria-controls"?: string | undefined;
|
|
77
|
-
"aria-current"?: boolean | "page" | "
|
|
77
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
78
78
|
"aria-describedby"?: string | undefined;
|
|
79
79
|
"aria-description"?: string | undefined;
|
|
80
80
|
"aria-details"?: string | undefined;
|
|
81
|
-
"aria-disabled"?: (boolean | "
|
|
82
|
-
"aria-dropeffect"?: "none" | "
|
|
81
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
82
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
83
83
|
"aria-errormessage"?: string | undefined;
|
|
84
|
-
"aria-expanded"?: (boolean | "
|
|
84
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
85
85
|
"aria-flowto"?: string | undefined;
|
|
86
|
-
"aria-grabbed"?: (boolean | "
|
|
87
|
-
"aria-haspopup"?: boolean | "
|
|
88
|
-
"aria-hidden"?: (boolean | "
|
|
89
|
-
"aria-invalid"?: boolean | "
|
|
86
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
87
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
88
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
89
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
90
90
|
"aria-keyshortcuts"?: string | undefined;
|
|
91
91
|
"aria-label"?: string | undefined;
|
|
92
92
|
"aria-labelledby"?: string | undefined;
|
|
93
93
|
"aria-level"?: number | undefined;
|
|
94
94
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
95
|
-
"aria-modal"?: (boolean | "
|
|
96
|
-
"aria-multiline"?: (boolean | "
|
|
97
|
-
"aria-multiselectable"?: (boolean | "
|
|
95
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
96
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
97
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
98
98
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
99
99
|
"aria-owns"?: string | undefined;
|
|
100
100
|
"aria-placeholder"?: string | undefined;
|
|
101
101
|
"aria-posinset"?: number | undefined;
|
|
102
|
-
"aria-pressed"?: boolean | "
|
|
103
|
-
"aria-readonly"?: (boolean | "
|
|
102
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
103
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
104
104
|
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
105
|
-
"aria-required"?: (boolean | "
|
|
105
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
106
106
|
"aria-roledescription"?: string | undefined;
|
|
107
107
|
"aria-rowcount"?: number | undefined;
|
|
108
108
|
"aria-rowindex"?: number | undefined;
|
|
109
109
|
"aria-rowindextext"?: string | undefined;
|
|
110
110
|
"aria-rowspan"?: number | undefined;
|
|
111
|
-
"aria-selected"?: (boolean | "
|
|
111
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
112
112
|
"aria-setsize"?: number | undefined;
|
|
113
113
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
114
114
|
"aria-valuemax"?: number | undefined;
|
|
@@ -8,17 +8,17 @@ export declare const BlinkContainer: import("styled-components").IStyledComponen
|
|
|
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 BlinkContainer: import("styled-components").IStyledComponen
|
|
|
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 LoadingContainer: import("styled-components").IStyledCompon
|
|
|
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 LoadingContainer: import("styled-components").IStyledCompon
|
|
|
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;
|