@webstudio-is/react-sdk 0.7.0 → 0.7.2
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/lib/arg-types/utils.d.ts +4 -18
- package/lib/arg-types/utils.d.ts.map +1 -1
- package/lib/arg-types/utils.js +23 -16
- package/lib/component-utils/image.d.ts +107 -0
- package/lib/component-utils/image.d.ts.map +1 -0
- package/lib/component-utils/image.js +198 -0
- package/lib/component-utils/image.test.d.ts +2 -0
- package/lib/component-utils/image.test.d.ts.map +1 -0
- package/lib/component-utils/image.test.js +132 -0
- package/lib/components/body.props.json +104 -1847
- package/lib/components/body.stories.d.ts +2 -2
- package/lib/components/body.stories.d.ts.map +1 -1
- package/lib/components/body.stories.js +0 -5
- package/lib/components/bold.d.ts +2 -2
- package/lib/components/bold.d.ts.map +1 -1
- package/lib/components/bold.props.json +104 -1847
- package/lib/components/bold.stories.d.ts +3 -3
- package/lib/components/bold.stories.d.ts.map +1 -1
- package/lib/components/bold.stories.js +0 -5
- package/lib/components/box.props.json +108 -1899
- package/lib/components/box.stories.d.ts +5 -5
- package/lib/components/box.stories.d.ts.map +1 -1
- package/lib/components/box.stories.js +0 -5
- package/lib/components/button.d.ts +2 -2
- package/lib/components/button.d.ts.map +1 -1
- package/lib/components/button.props.json +117 -2065
- package/lib/components/button.stories.d.ts +3 -3
- package/lib/components/button.stories.d.ts.map +1 -1
- package/lib/components/button.stories.js +0 -5
- package/lib/components/component-type.d.ts +1 -1
- package/lib/components/component-type.d.ts.map +1 -1
- package/lib/components/form.d.ts +2 -2
- package/lib/components/form.d.ts.map +1 -1
- package/lib/components/form.props.json +112 -1991
- package/lib/components/form.stories.d.ts +3 -3
- package/lib/components/form.stories.d.ts.map +1 -1
- package/lib/components/form.stories.js +0 -5
- package/lib/components/heading.props.json +107 -1893
- package/lib/components/heading.stories.d.ts +5 -5
- package/lib/components/heading.stories.d.ts.map +1 -1
- package/lib/components/heading.stories.js +0 -5
- package/lib/components/image-dev.stories.d.ts +36 -0
- package/lib/components/image-dev.stories.d.ts.map +1 -0
- package/lib/components/image-dev.stories.js +102 -0
- package/lib/components/image.d.ts +10 -2
- package/lib/components/image.d.ts.map +1 -1
- package/lib/components/image.js +19 -9
- package/lib/components/image.props.json +140 -2098
- package/lib/components/image.stories.d.ts +11 -3
- package/lib/components/image.stories.d.ts.map +1 -1
- package/lib/components/image.stories.js +0 -5
- package/lib/components/image.ws.d.ts.map +1 -1
- package/lib/components/image.ws.js +15 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +7 -1
- package/lib/components/input.d.ts +2 -2
- package/lib/components/input.d.ts.map +1 -1
- package/lib/components/input.props.json +138 -2474
- package/lib/components/input.stories.d.ts +3 -3
- package/lib/components/input.stories.d.ts.map +1 -1
- package/lib/components/input.stories.js +0 -5
- package/lib/components/italic.d.ts +2 -2
- package/lib/components/italic.d.ts.map +1 -1
- package/lib/components/italic.props.json +104 -1847
- package/lib/components/italic.stories.d.ts +3 -3
- package/lib/components/italic.stories.d.ts.map +1 -1
- package/lib/components/italic.stories.js +0 -5
- package/lib/components/link.d.ts +2 -2
- package/lib/components/link.d.ts.map +1 -1
- package/lib/components/link.props.json +116 -2040
- package/lib/components/link.stories.d.ts +5 -5
- package/lib/components/link.stories.d.ts.map +1 -1
- package/lib/components/link.stories.js +0 -5
- package/lib/components/meta.d.ts +7469 -12
- package/lib/components/meta.d.ts.map +1 -1
- package/lib/components/meta.js +34 -25
- package/lib/components/paragraph.d.ts +2 -2
- package/lib/components/paragraph.d.ts.map +1 -1
- package/lib/components/paragraph.props.json +104 -1847
- package/lib/components/paragraph.stories.d.ts +3 -3
- package/lib/components/paragraph.stories.d.ts.map +1 -1
- package/lib/components/paragraph.stories.js +0 -5
- package/lib/components/span.d.ts +3 -0
- package/lib/components/span.d.ts.map +1 -0
- package/lib/components/span.js +8 -0
- package/lib/components/span.props.json +491 -0
- package/lib/components/span.stories.d.ts +6 -0
- package/lib/components/span.stories.d.ts.map +1 -0
- package/lib/components/span.stories.js +14 -0
- package/lib/components/span.ws.d.ts +5 -0
- package/lib/components/span.ws.d.ts.map +1 -0
- package/lib/components/span.ws.js +14 -0
- package/lib/components/subscript.d.ts +3 -0
- package/lib/components/subscript.d.ts.map +1 -0
- package/lib/components/subscript.js +8 -0
- package/lib/components/subscript.props.json +491 -0
- package/lib/components/subscript.stories.d.ts +6 -0
- package/lib/components/subscript.stories.d.ts.map +1 -0
- package/lib/components/subscript.stories.js +14 -0
- package/lib/components/subscript.ws.d.ts +5 -0
- package/lib/components/subscript.ws.d.ts.map +1 -0
- package/lib/components/subscript.ws.js +14 -0
- package/lib/components/superscript.d.ts +3 -0
- package/lib/components/superscript.d.ts.map +1 -0
- package/lib/components/superscript.js +8 -0
- package/lib/components/superscript.props.json +491 -0
- package/lib/components/superscript.stories.d.ts +6 -0
- package/lib/components/superscript.stories.d.ts.map +1 -0
- package/lib/components/superscript.stories.js +14 -0
- package/lib/components/superscript.ws.d.ts +5 -0
- package/lib/components/superscript.ws.d.ts.map +1 -0
- package/lib/components/superscript.ws.js +14 -0
- package/lib/components/text-block.d.ts +2 -2
- package/lib/components/text-block.d.ts.map +1 -1
- package/lib/components/text-block.props.json +104 -1847
- package/lib/components/text-block.stories.d.ts +3 -3
- package/lib/components/text-block.stories.d.ts.map +1 -1
- package/lib/components/text-block.stories.js +0 -5
- package/lib/css/breakpoints.d.ts +1 -1
- package/lib/css/breakpoints.d.ts.map +1 -1
- package/lib/css/categories.d.ts +2 -2
- package/lib/css/get-browser-style.d.ts +1 -1
- package/lib/css/get-browser-style.d.ts.map +1 -1
- package/lib/css/get-browser-style.js +10 -5
- package/lib/css/index.d.ts +0 -5
- package/lib/css/index.d.ts.map +1 -1
- package/lib/css/index.js +0 -5
- package/lib/db/instance.d.ts +1 -1
- package/lib/db/instance.d.ts.map +1 -1
- package/lib/db/instance.js +2 -2
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -3
- package/lib/pubsub/create.d.ts +1 -0
- package/lib/pubsub/create.d.ts.map +1 -1
- package/lib/pubsub/create.js +8 -0
- package/lib/remix/handle-request.server.d.ts.map +1 -1
- package/lib/remix/handle-request.server.js +1 -2
- package/lib/remix/root.d.ts.map +1 -1
- package/lib/remix/root.js +2 -2
- package/lib/tree/create-elements-tree.d.ts +7 -11
- package/lib/tree/create-elements-tree.d.ts.map +1 -1
- package/lib/tree/create-elements-tree.js +5 -10
- package/lib/tree/root.d.ts +4 -6
- package/lib/tree/root.d.ts.map +1 -1
- package/lib/tree/root.js +1 -23
- package/lib/tree/session-storage-polyfill.d.ts +2 -0
- package/lib/tree/session-storage-polyfill.d.ts.map +1 -0
- package/lib/tree/session-storage-polyfill.js +39 -0
- package/lib/tree/wrapper-component.d.ts +4 -4
- package/lib/tree/wrapper-component.d.ts.map +1 -1
- package/lib/tree/wrapper-component.js +5 -5
- package/package.json +21 -13
- package/lib/css/keyword-values.d.ts +0 -302
- package/lib/css/keyword-values.d.ts.map +0 -1
- package/lib/css/keyword-values.js +0 -6619
- package/lib/css/properties.d.ts +0 -3199
- package/lib/css/properties.d.ts.map +0 -1
- package/lib/css/properties.js +0 -3202
- package/lib/css/schema.d.ts +0 -283
- package/lib/css/schema.d.ts.map +0 -1
- package/lib/css/schema.js +0 -48
- package/lib/css/types.d.ts +0 -6
- package/lib/css/types.d.ts.map +0 -1
- package/lib/css/types.js +0 -2
- package/lib/css/units.d.ts +0 -2
- package/lib/css/units.d.ts.map +0 -1
- package/lib/css/units.js +0 -35
- package/lib/remix/constants.d.ts +0 -2
- package/lib/remix/constants.d.ts.map +0 -1
- package/lib/remix/constants.js +0 -4
- package/lib/remix/insert-critical-css.d.ts +0 -2
- package/lib/remix/insert-critical-css.d.ts.map +0 -1
- package/lib/remix/insert-critical-css.js +0 -9
- package/lib/stitches/index.d.ts +0 -3
- package/lib/stitches/index.d.ts.map +0 -1
- package/lib/stitches/index.js +0 -18
- package/lib/stitches/stitches.d.ts +0 -8
- package/lib/stitches/stitches.d.ts.map +0 -1
- package/lib/stitches/stitches.js +0 -38
- package/lib/stitches/to-css.d.ts +0 -8
- package/lib/stitches/to-css.d.ts.map +0 -1
- package/lib/stitches/to-css.js +0 -52
- package/lib/stitches/to-css.test.d.ts +0 -2
- package/lib/stitches/to-css.test.d.ts.map +0 -1
- package/lib/stitches/to-css.test.js +0 -82
|
@@ -1,1760 +1,384 @@
|
|
|
1
1
|
{
|
|
2
2
|
"form": {
|
|
3
3
|
"defaultValue": null,
|
|
4
|
-
"description": "",
|
|
5
|
-
"name": "form",
|
|
6
|
-
"parent": {
|
|
7
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
8
|
-
"name": "InputHTMLAttributes"
|
|
9
|
-
},
|
|
10
|
-
"declarations": [
|
|
11
|
-
{
|
|
12
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
13
|
-
"name": "InputHTMLAttributes"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
4
|
"required": false,
|
|
17
|
-
"type":
|
|
18
|
-
"name": "string"
|
|
19
|
-
},
|
|
20
|
-
"control": {
|
|
21
|
-
"type": "text"
|
|
22
|
-
}
|
|
5
|
+
"type": "text"
|
|
23
6
|
},
|
|
24
7
|
"slot": {
|
|
25
8
|
"defaultValue": null,
|
|
26
|
-
"description": "",
|
|
27
|
-
"name": "slot",
|
|
28
|
-
"parent": {
|
|
29
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
30
|
-
"name": "HTMLAttributes"
|
|
31
|
-
},
|
|
32
|
-
"declarations": [
|
|
33
|
-
{
|
|
34
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
35
|
-
"name": "HTMLAttributes"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
9
|
"required": false,
|
|
39
|
-
"type":
|
|
40
|
-
"name": "string"
|
|
41
|
-
},
|
|
42
|
-
"control": {
|
|
43
|
-
"type": "text"
|
|
44
|
-
}
|
|
10
|
+
"type": "text"
|
|
45
11
|
},
|
|
46
12
|
"style": {
|
|
47
13
|
"defaultValue": null,
|
|
48
|
-
"description": "",
|
|
49
|
-
"name": "style",
|
|
50
|
-
"parent": {
|
|
51
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
52
|
-
"name": "HTMLAttributes"
|
|
53
|
-
},
|
|
54
|
-
"declarations": [
|
|
55
|
-
{
|
|
56
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
57
|
-
"name": "HTMLAttributes"
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
14
|
"required": false,
|
|
61
|
-
"type":
|
|
62
|
-
"name": "CSSProperties"
|
|
63
|
-
},
|
|
64
|
-
"control": {
|
|
65
|
-
"type": "text"
|
|
66
|
-
}
|
|
15
|
+
"type": "text"
|
|
67
16
|
},
|
|
68
17
|
"title": {
|
|
69
18
|
"defaultValue": null,
|
|
70
|
-
"description": "",
|
|
71
|
-
"name": "title",
|
|
72
|
-
"parent": {
|
|
73
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
74
|
-
"name": "HTMLAttributes"
|
|
75
|
-
},
|
|
76
|
-
"declarations": [
|
|
77
|
-
{
|
|
78
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
79
|
-
"name": "HTMLAttributes"
|
|
80
|
-
}
|
|
81
|
-
],
|
|
82
19
|
"required": false,
|
|
83
|
-
"type":
|
|
84
|
-
"name": "string"
|
|
85
|
-
},
|
|
86
|
-
"control": {
|
|
87
|
-
"type": "text"
|
|
88
|
-
}
|
|
20
|
+
"type": "text"
|
|
89
21
|
},
|
|
90
22
|
"pattern": {
|
|
91
23
|
"defaultValue": null,
|
|
92
|
-
"description": "",
|
|
93
|
-
"name": "pattern",
|
|
94
|
-
"parent": {
|
|
95
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
96
|
-
"name": "InputHTMLAttributes"
|
|
97
|
-
},
|
|
98
|
-
"declarations": [
|
|
99
|
-
{
|
|
100
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
101
|
-
"name": "InputHTMLAttributes"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
24
|
"required": false,
|
|
105
|
-
"type":
|
|
106
|
-
"name": "string"
|
|
107
|
-
},
|
|
108
|
-
"control": {
|
|
109
|
-
"type": "text"
|
|
110
|
-
}
|
|
25
|
+
"type": "text"
|
|
111
26
|
},
|
|
112
27
|
"accept": {
|
|
113
28
|
"defaultValue": null,
|
|
114
|
-
"description": "",
|
|
115
|
-
"name": "accept",
|
|
116
|
-
"parent": {
|
|
117
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
118
|
-
"name": "InputHTMLAttributes"
|
|
119
|
-
},
|
|
120
|
-
"declarations": [
|
|
121
|
-
{
|
|
122
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
123
|
-
"name": "InputHTMLAttributes"
|
|
124
|
-
}
|
|
125
|
-
],
|
|
126
29
|
"required": false,
|
|
127
|
-
"type":
|
|
128
|
-
"name": "string"
|
|
129
|
-
},
|
|
130
|
-
"control": {
|
|
131
|
-
"type": "text"
|
|
132
|
-
}
|
|
30
|
+
"type": "text"
|
|
133
31
|
},
|
|
134
32
|
"alt": {
|
|
135
33
|
"defaultValue": null,
|
|
136
|
-
"description": "",
|
|
137
|
-
"name": "alt",
|
|
138
|
-
"parent": {
|
|
139
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
140
|
-
"name": "InputHTMLAttributes"
|
|
141
|
-
},
|
|
142
|
-
"declarations": [
|
|
143
|
-
{
|
|
144
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
145
|
-
"name": "InputHTMLAttributes"
|
|
146
|
-
}
|
|
147
|
-
],
|
|
148
34
|
"required": false,
|
|
149
|
-
"type":
|
|
150
|
-
"name": "string"
|
|
151
|
-
},
|
|
152
|
-
"control": {
|
|
153
|
-
"type": "text"
|
|
154
|
-
}
|
|
35
|
+
"type": "text"
|
|
155
36
|
},
|
|
156
37
|
"autoComplete": {
|
|
157
38
|
"defaultValue": null,
|
|
158
|
-
"description": "",
|
|
159
|
-
"name": "autoComplete",
|
|
160
|
-
"parent": {
|
|
161
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
162
|
-
"name": "InputHTMLAttributes"
|
|
163
|
-
},
|
|
164
|
-
"declarations": [
|
|
165
|
-
{
|
|
166
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
167
|
-
"name": "InputHTMLAttributes"
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
39
|
"required": false,
|
|
171
|
-
"type":
|
|
172
|
-
"name": "string"
|
|
173
|
-
},
|
|
174
|
-
"control": {
|
|
175
|
-
"type": "text"
|
|
176
|
-
}
|
|
40
|
+
"type": "text"
|
|
177
41
|
},
|
|
178
42
|
"autoFocus": {
|
|
179
43
|
"defaultValue": null,
|
|
180
|
-
"description": "",
|
|
181
|
-
"name": "autoFocus",
|
|
182
|
-
"parent": {
|
|
183
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
184
|
-
"name": "InputHTMLAttributes"
|
|
185
|
-
},
|
|
186
|
-
"declarations": [
|
|
187
|
-
{
|
|
188
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
189
|
-
"name": "InputHTMLAttributes"
|
|
190
|
-
}
|
|
191
|
-
],
|
|
192
44
|
"required": false,
|
|
193
|
-
"type":
|
|
194
|
-
"name": "boolean"
|
|
195
|
-
},
|
|
196
|
-
"control": {
|
|
197
|
-
"type": "boolean"
|
|
198
|
-
}
|
|
45
|
+
"type": "boolean"
|
|
199
46
|
},
|
|
200
47
|
"capture": {
|
|
201
48
|
"defaultValue": null,
|
|
202
|
-
"description": "",
|
|
203
|
-
"name": "capture",
|
|
204
|
-
"parent": {
|
|
205
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
206
|
-
"name": "InputHTMLAttributes"
|
|
207
|
-
},
|
|
208
|
-
"declarations": [
|
|
209
|
-
{
|
|
210
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
211
|
-
"name": "InputHTMLAttributes"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
49
|
"required": false,
|
|
215
|
-
"type":
|
|
216
|
-
"name": "boolean | \"user\" | \"environment\""
|
|
217
|
-
},
|
|
218
|
-
"control": {
|
|
219
|
-
"type": "text"
|
|
220
|
-
}
|
|
50
|
+
"type": "text"
|
|
221
51
|
},
|
|
222
52
|
"checked": {
|
|
223
53
|
"defaultValue": null,
|
|
224
|
-
"description": "",
|
|
225
|
-
"name": "checked",
|
|
226
|
-
"parent": {
|
|
227
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
228
|
-
"name": "InputHTMLAttributes"
|
|
229
|
-
},
|
|
230
|
-
"declarations": [
|
|
231
|
-
{
|
|
232
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
233
|
-
"name": "InputHTMLAttributes"
|
|
234
|
-
}
|
|
235
|
-
],
|
|
236
54
|
"required": false,
|
|
237
|
-
"type":
|
|
238
|
-
"name": "boolean"
|
|
239
|
-
},
|
|
240
|
-
"control": {
|
|
241
|
-
"type": "boolean"
|
|
242
|
-
}
|
|
55
|
+
"type": "boolean"
|
|
243
56
|
},
|
|
244
57
|
"crossOrigin": {
|
|
245
58
|
"defaultValue": null,
|
|
246
|
-
"description": "",
|
|
247
|
-
"name": "crossOrigin",
|
|
248
|
-
"parent": {
|
|
249
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
250
|
-
"name": "InputHTMLAttributes"
|
|
251
|
-
},
|
|
252
|
-
"declarations": [
|
|
253
|
-
{
|
|
254
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
255
|
-
"name": "InputHTMLAttributes"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
59
|
"required": false,
|
|
259
|
-
"type":
|
|
260
|
-
"name": "string"
|
|
261
|
-
},
|
|
262
|
-
"control": {
|
|
263
|
-
"type": "text"
|
|
264
|
-
}
|
|
60
|
+
"type": "text"
|
|
265
61
|
},
|
|
266
62
|
"disabled": {
|
|
267
63
|
"defaultValue": null,
|
|
268
|
-
"description": "",
|
|
269
|
-
"name": "disabled",
|
|
270
|
-
"parent": {
|
|
271
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
272
|
-
"name": "InputHTMLAttributes"
|
|
273
|
-
},
|
|
274
|
-
"declarations": [
|
|
275
|
-
{
|
|
276
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
277
|
-
"name": "InputHTMLAttributes"
|
|
278
|
-
}
|
|
279
|
-
],
|
|
280
64
|
"required": false,
|
|
281
|
-
"type":
|
|
282
|
-
"name": "boolean"
|
|
283
|
-
},
|
|
284
|
-
"control": {
|
|
285
|
-
"type": "boolean"
|
|
286
|
-
}
|
|
65
|
+
"type": "boolean"
|
|
287
66
|
},
|
|
288
67
|
"enterKeyHint": {
|
|
289
68
|
"defaultValue": null,
|
|
290
|
-
"
|
|
291
|
-
"name": "enterKeyHint",
|
|
292
|
-
"parent": {
|
|
293
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
294
|
-
"name": "InputHTMLAttributes"
|
|
295
|
-
},
|
|
296
|
-
"declarations": [
|
|
297
|
-
{
|
|
298
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
299
|
-
"name": "InputHTMLAttributes"
|
|
300
|
-
}
|
|
301
|
-
],
|
|
69
|
+
"options": ["enter", "done", "go", "next", "previous", "search", "send"],
|
|
302
70
|
"required": false,
|
|
303
|
-
"type":
|
|
304
|
-
"name": "enum",
|
|
305
|
-
"raw": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\"",
|
|
306
|
-
"value": [
|
|
307
|
-
{
|
|
308
|
-
"value": "\"enter\""
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"value": "\"done\""
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"value": "\"go\""
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"value": "\"next\""
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"value": "\"previous\""
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"value": "\"search\""
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"value": "\"send\""
|
|
327
|
-
}
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
|
-
"control": {
|
|
331
|
-
"type": "select"
|
|
332
|
-
},
|
|
333
|
-
"options": [
|
|
334
|
-
"enter",
|
|
335
|
-
"done",
|
|
336
|
-
"go",
|
|
337
|
-
"next",
|
|
338
|
-
"previous",
|
|
339
|
-
"search",
|
|
340
|
-
"send"
|
|
341
|
-
]
|
|
71
|
+
"type": "select"
|
|
342
72
|
},
|
|
343
73
|
"formAction": {
|
|
344
74
|
"defaultValue": null,
|
|
345
|
-
"description": "",
|
|
346
|
-
"name": "formAction",
|
|
347
|
-
"parent": {
|
|
348
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
349
|
-
"name": "InputHTMLAttributes"
|
|
350
|
-
},
|
|
351
|
-
"declarations": [
|
|
352
|
-
{
|
|
353
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
354
|
-
"name": "InputHTMLAttributes"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
75
|
"required": false,
|
|
358
|
-
"type":
|
|
359
|
-
"name": "string"
|
|
360
|
-
},
|
|
361
|
-
"control": {
|
|
362
|
-
"type": "text"
|
|
363
|
-
}
|
|
76
|
+
"type": "text"
|
|
364
77
|
},
|
|
365
78
|
"formEncType": {
|
|
366
79
|
"defaultValue": null,
|
|
367
|
-
"description": "",
|
|
368
|
-
"name": "formEncType",
|
|
369
|
-
"parent": {
|
|
370
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
371
|
-
"name": "InputHTMLAttributes"
|
|
372
|
-
},
|
|
373
|
-
"declarations": [
|
|
374
|
-
{
|
|
375
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
376
|
-
"name": "InputHTMLAttributes"
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
80
|
"required": false,
|
|
380
|
-
"type":
|
|
381
|
-
"name": "string"
|
|
382
|
-
},
|
|
383
|
-
"control": {
|
|
384
|
-
"type": "text"
|
|
385
|
-
}
|
|
81
|
+
"type": "text"
|
|
386
82
|
},
|
|
387
83
|
"formMethod": {
|
|
388
84
|
"defaultValue": null,
|
|
389
|
-
"description": "",
|
|
390
|
-
"name": "formMethod",
|
|
391
|
-
"parent": {
|
|
392
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
393
|
-
"name": "InputHTMLAttributes"
|
|
394
|
-
},
|
|
395
|
-
"declarations": [
|
|
396
|
-
{
|
|
397
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
398
|
-
"name": "InputHTMLAttributes"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
85
|
"required": false,
|
|
402
|
-
"type":
|
|
403
|
-
"name": "string"
|
|
404
|
-
},
|
|
405
|
-
"control": {
|
|
406
|
-
"type": "text"
|
|
407
|
-
}
|
|
86
|
+
"type": "text"
|
|
408
87
|
},
|
|
409
88
|
"formNoValidate": {
|
|
410
89
|
"defaultValue": null,
|
|
411
|
-
"description": "",
|
|
412
|
-
"name": "formNoValidate",
|
|
413
|
-
"parent": {
|
|
414
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
415
|
-
"name": "InputHTMLAttributes"
|
|
416
|
-
},
|
|
417
|
-
"declarations": [
|
|
418
|
-
{
|
|
419
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
420
|
-
"name": "InputHTMLAttributes"
|
|
421
|
-
}
|
|
422
|
-
],
|
|
423
90
|
"required": false,
|
|
424
|
-
"type":
|
|
425
|
-
"name": "boolean"
|
|
426
|
-
},
|
|
427
|
-
"control": {
|
|
428
|
-
"type": "boolean"
|
|
429
|
-
}
|
|
91
|
+
"type": "boolean"
|
|
430
92
|
},
|
|
431
93
|
"formTarget": {
|
|
432
94
|
"defaultValue": null,
|
|
433
|
-
"description": "",
|
|
434
|
-
"name": "formTarget",
|
|
435
|
-
"parent": {
|
|
436
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
437
|
-
"name": "InputHTMLAttributes"
|
|
438
|
-
},
|
|
439
|
-
"declarations": [
|
|
440
|
-
{
|
|
441
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
442
|
-
"name": "InputHTMLAttributes"
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
95
|
"required": false,
|
|
446
|
-
"type":
|
|
447
|
-
"name": "string"
|
|
448
|
-
},
|
|
449
|
-
"control": {
|
|
450
|
-
"type": "text"
|
|
451
|
-
}
|
|
96
|
+
"type": "text"
|
|
452
97
|
},
|
|
453
98
|
"height": {
|
|
454
99
|
"defaultValue": null,
|
|
455
|
-
"description": "",
|
|
456
|
-
"name": "height",
|
|
457
|
-
"parent": {
|
|
458
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
459
|
-
"name": "InputHTMLAttributes"
|
|
460
|
-
},
|
|
461
|
-
"declarations": [
|
|
462
|
-
{
|
|
463
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
464
|
-
"name": "InputHTMLAttributes"
|
|
465
|
-
}
|
|
466
|
-
],
|
|
467
100
|
"required": false,
|
|
468
|
-
"type":
|
|
469
|
-
"name": "string | number"
|
|
470
|
-
},
|
|
471
|
-
"control": {
|
|
472
|
-
"type": "text"
|
|
473
|
-
}
|
|
101
|
+
"type": "text"
|
|
474
102
|
},
|
|
475
103
|
"list": {
|
|
476
104
|
"defaultValue": null,
|
|
477
|
-
"description": "",
|
|
478
|
-
"name": "list",
|
|
479
|
-
"parent": {
|
|
480
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
481
|
-
"name": "InputHTMLAttributes"
|
|
482
|
-
},
|
|
483
|
-
"declarations": [
|
|
484
|
-
{
|
|
485
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
486
|
-
"name": "InputHTMLAttributes"
|
|
487
|
-
}
|
|
488
|
-
],
|
|
489
105
|
"required": false,
|
|
490
|
-
"type":
|
|
491
|
-
"name": "string"
|
|
492
|
-
},
|
|
493
|
-
"control": {
|
|
494
|
-
"type": "text"
|
|
495
|
-
}
|
|
106
|
+
"type": "text"
|
|
496
107
|
},
|
|
497
108
|
"max": {
|
|
498
109
|
"defaultValue": null,
|
|
499
|
-
"description": "",
|
|
500
|
-
"name": "max",
|
|
501
|
-
"parent": {
|
|
502
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
503
|
-
"name": "InputHTMLAttributes"
|
|
504
|
-
},
|
|
505
|
-
"declarations": [
|
|
506
|
-
{
|
|
507
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
508
|
-
"name": "InputHTMLAttributes"
|
|
509
|
-
}
|
|
510
|
-
],
|
|
511
110
|
"required": false,
|
|
512
|
-
"type":
|
|
513
|
-
"name": "string | number"
|
|
514
|
-
},
|
|
515
|
-
"control": {
|
|
516
|
-
"type": "text"
|
|
517
|
-
}
|
|
111
|
+
"type": "text"
|
|
518
112
|
},
|
|
519
113
|
"maxLength": {
|
|
520
114
|
"defaultValue": null,
|
|
521
|
-
"description": "",
|
|
522
|
-
"name": "maxLength",
|
|
523
|
-
"parent": {
|
|
524
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
525
|
-
"name": "InputHTMLAttributes"
|
|
526
|
-
},
|
|
527
|
-
"declarations": [
|
|
528
|
-
{
|
|
529
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
530
|
-
"name": "InputHTMLAttributes"
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
115
|
"required": false,
|
|
534
|
-
"type":
|
|
535
|
-
"name": "number"
|
|
536
|
-
},
|
|
537
|
-
"control": {
|
|
538
|
-
"type": "number"
|
|
539
|
-
}
|
|
116
|
+
"type": "number"
|
|
540
117
|
},
|
|
541
118
|
"min": {
|
|
542
119
|
"defaultValue": null,
|
|
543
|
-
"description": "",
|
|
544
|
-
"name": "min",
|
|
545
|
-
"parent": {
|
|
546
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
547
|
-
"name": "InputHTMLAttributes"
|
|
548
|
-
},
|
|
549
|
-
"declarations": [
|
|
550
|
-
{
|
|
551
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
552
|
-
"name": "InputHTMLAttributes"
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
120
|
"required": false,
|
|
556
|
-
"type":
|
|
557
|
-
"name": "string | number"
|
|
558
|
-
},
|
|
559
|
-
"control": {
|
|
560
|
-
"type": "text"
|
|
561
|
-
}
|
|
121
|
+
"type": "text"
|
|
562
122
|
},
|
|
563
123
|
"minLength": {
|
|
564
124
|
"defaultValue": null,
|
|
565
|
-
"description": "",
|
|
566
|
-
"name": "minLength",
|
|
567
|
-
"parent": {
|
|
568
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
569
|
-
"name": "InputHTMLAttributes"
|
|
570
|
-
},
|
|
571
|
-
"declarations": [
|
|
572
|
-
{
|
|
573
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
574
|
-
"name": "InputHTMLAttributes"
|
|
575
|
-
}
|
|
576
|
-
],
|
|
577
125
|
"required": false,
|
|
578
|
-
"type":
|
|
579
|
-
"name": "number"
|
|
580
|
-
},
|
|
581
|
-
"control": {
|
|
582
|
-
"type": "number"
|
|
583
|
-
}
|
|
126
|
+
"type": "number"
|
|
584
127
|
},
|
|
585
128
|
"multiple": {
|
|
586
129
|
"defaultValue": null,
|
|
587
|
-
"description": "",
|
|
588
|
-
"name": "multiple",
|
|
589
|
-
"parent": {
|
|
590
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
591
|
-
"name": "InputHTMLAttributes"
|
|
592
|
-
},
|
|
593
|
-
"declarations": [
|
|
594
|
-
{
|
|
595
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
596
|
-
"name": "InputHTMLAttributes"
|
|
597
|
-
}
|
|
598
|
-
],
|
|
599
130
|
"required": false,
|
|
600
|
-
"type":
|
|
601
|
-
"name": "boolean"
|
|
602
|
-
},
|
|
603
|
-
"control": {
|
|
604
|
-
"type": "boolean"
|
|
605
|
-
}
|
|
131
|
+
"type": "boolean"
|
|
606
132
|
},
|
|
607
133
|
"name": {
|
|
608
134
|
"defaultValue": null,
|
|
609
|
-
"description": "",
|
|
610
|
-
"name": "name",
|
|
611
|
-
"parent": {
|
|
612
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
613
|
-
"name": "InputHTMLAttributes"
|
|
614
|
-
},
|
|
615
|
-
"declarations": [
|
|
616
|
-
{
|
|
617
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
618
|
-
"name": "InputHTMLAttributes"
|
|
619
|
-
}
|
|
620
|
-
],
|
|
621
135
|
"required": false,
|
|
622
|
-
"type":
|
|
623
|
-
"name": "string"
|
|
624
|
-
},
|
|
625
|
-
"control": {
|
|
626
|
-
"type": "text"
|
|
627
|
-
}
|
|
136
|
+
"type": "text"
|
|
628
137
|
},
|
|
629
138
|
"placeholder": {
|
|
630
139
|
"defaultValue": null,
|
|
631
|
-
"description": "",
|
|
632
|
-
"name": "placeholder",
|
|
633
|
-
"parent": {
|
|
634
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
635
|
-
"name": "InputHTMLAttributes"
|
|
636
|
-
},
|
|
637
|
-
"declarations": [
|
|
638
|
-
{
|
|
639
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
640
|
-
"name": "InputHTMLAttributes"
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
140
|
"required": false,
|
|
644
|
-
"type":
|
|
645
|
-
"name": "string"
|
|
646
|
-
},
|
|
647
|
-
"control": {
|
|
648
|
-
"type": "text"
|
|
649
|
-
}
|
|
141
|
+
"type": "text"
|
|
650
142
|
},
|
|
651
143
|
"readOnly": {
|
|
652
144
|
"defaultValue": null,
|
|
653
|
-
"description": "",
|
|
654
|
-
"name": "readOnly",
|
|
655
|
-
"parent": {
|
|
656
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
657
|
-
"name": "InputHTMLAttributes"
|
|
658
|
-
},
|
|
659
|
-
"declarations": [
|
|
660
|
-
{
|
|
661
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
662
|
-
"name": "InputHTMLAttributes"
|
|
663
|
-
}
|
|
664
|
-
],
|
|
665
145
|
"required": false,
|
|
666
|
-
"type":
|
|
667
|
-
"name": "boolean"
|
|
668
|
-
},
|
|
669
|
-
"control": {
|
|
670
|
-
"type": "boolean"
|
|
671
|
-
}
|
|
146
|
+
"type": "boolean"
|
|
672
147
|
},
|
|
673
148
|
"required": {
|
|
674
149
|
"defaultValue": null,
|
|
675
|
-
"description": "",
|
|
676
|
-
"name": "required",
|
|
677
|
-
"parent": {
|
|
678
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
679
|
-
"name": "InputHTMLAttributes"
|
|
680
|
-
},
|
|
681
|
-
"declarations": [
|
|
682
|
-
{
|
|
683
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
684
|
-
"name": "InputHTMLAttributes"
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
150
|
"required": false,
|
|
688
|
-
"type":
|
|
689
|
-
"name": "boolean"
|
|
690
|
-
},
|
|
691
|
-
"control": {
|
|
692
|
-
"type": "boolean"
|
|
693
|
-
}
|
|
151
|
+
"type": "boolean"
|
|
694
152
|
},
|
|
695
153
|
"size": {
|
|
696
154
|
"defaultValue": null,
|
|
697
|
-
"description": "",
|
|
698
|
-
"name": "size",
|
|
699
|
-
"parent": {
|
|
700
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
701
|
-
"name": "InputHTMLAttributes"
|
|
702
|
-
},
|
|
703
|
-
"declarations": [
|
|
704
|
-
{
|
|
705
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
706
|
-
"name": "InputHTMLAttributes"
|
|
707
|
-
}
|
|
708
|
-
],
|
|
709
155
|
"required": false,
|
|
710
|
-
"type":
|
|
711
|
-
"name": "number"
|
|
712
|
-
},
|
|
713
|
-
"control": {
|
|
714
|
-
"type": "number"
|
|
715
|
-
}
|
|
156
|
+
"type": "number"
|
|
716
157
|
},
|
|
717
158
|
"src": {
|
|
718
159
|
"defaultValue": null,
|
|
719
|
-
"description": "",
|
|
720
|
-
"name": "src",
|
|
721
|
-
"parent": {
|
|
722
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
723
|
-
"name": "InputHTMLAttributes"
|
|
724
|
-
},
|
|
725
|
-
"declarations": [
|
|
726
|
-
{
|
|
727
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
728
|
-
"name": "InputHTMLAttributes"
|
|
729
|
-
}
|
|
730
|
-
],
|
|
731
160
|
"required": false,
|
|
732
|
-
"type":
|
|
733
|
-
"name": "string"
|
|
734
|
-
},
|
|
735
|
-
"control": {
|
|
736
|
-
"type": "text"
|
|
737
|
-
}
|
|
161
|
+
"type": "text"
|
|
738
162
|
},
|
|
739
163
|
"step": {
|
|
740
164
|
"defaultValue": null,
|
|
741
|
-
"description": "",
|
|
742
|
-
"name": "step",
|
|
743
|
-
"parent": {
|
|
744
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
745
|
-
"name": "InputHTMLAttributes"
|
|
746
|
-
},
|
|
747
|
-
"declarations": [
|
|
748
|
-
{
|
|
749
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
750
|
-
"name": "InputHTMLAttributes"
|
|
751
|
-
}
|
|
752
|
-
],
|
|
753
165
|
"required": false,
|
|
754
|
-
"type":
|
|
755
|
-
"name": "string | number"
|
|
756
|
-
},
|
|
757
|
-
"control": {
|
|
758
|
-
"type": "text"
|
|
759
|
-
}
|
|
166
|
+
"type": "text"
|
|
760
167
|
},
|
|
761
168
|
"type": {
|
|
762
169
|
"defaultValue": null,
|
|
763
|
-
"description": "",
|
|
764
|
-
"name": "type",
|
|
765
|
-
"parent": {
|
|
766
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
767
|
-
"name": "InputHTMLAttributes"
|
|
768
|
-
},
|
|
769
|
-
"declarations": [
|
|
770
|
-
{
|
|
771
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
772
|
-
"name": "InputHTMLAttributes"
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
170
|
"required": false,
|
|
776
|
-
"type":
|
|
777
|
-
"name": "HTMLInputTypeAttribute"
|
|
778
|
-
},
|
|
779
|
-
"control": {
|
|
780
|
-
"type": "text"
|
|
781
|
-
}
|
|
171
|
+
"type": "text"
|
|
782
172
|
},
|
|
783
173
|
"value": {
|
|
784
174
|
"defaultValue": null,
|
|
785
|
-
"description": "",
|
|
786
|
-
"name": "value",
|
|
787
|
-
"parent": {
|
|
788
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
789
|
-
"name": "InputHTMLAttributes"
|
|
790
|
-
},
|
|
791
|
-
"declarations": [
|
|
792
|
-
{
|
|
793
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
794
|
-
"name": "InputHTMLAttributes"
|
|
795
|
-
}
|
|
796
|
-
],
|
|
797
175
|
"required": false,
|
|
798
|
-
"type":
|
|
799
|
-
"name": "string | number | readonly string[]"
|
|
800
|
-
},
|
|
801
|
-
"control": {
|
|
802
|
-
"type": "text"
|
|
803
|
-
}
|
|
176
|
+
"type": "text"
|
|
804
177
|
},
|
|
805
178
|
"width": {
|
|
806
179
|
"defaultValue": null,
|
|
807
|
-
"description": "",
|
|
808
|
-
"name": "width",
|
|
809
|
-
"parent": {
|
|
810
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
811
|
-
"name": "InputHTMLAttributes"
|
|
812
|
-
},
|
|
813
|
-
"declarations": [
|
|
814
|
-
{
|
|
815
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
816
|
-
"name": "InputHTMLAttributes"
|
|
817
|
-
}
|
|
818
|
-
],
|
|
819
180
|
"required": false,
|
|
820
|
-
"type":
|
|
821
|
-
"name": "string | number"
|
|
822
|
-
},
|
|
823
|
-
"control": {
|
|
824
|
-
"type": "text"
|
|
825
|
-
}
|
|
181
|
+
"type": "text"
|
|
826
182
|
},
|
|
827
183
|
"onChange": {
|
|
828
184
|
"defaultValue": null,
|
|
829
|
-
"description": "",
|
|
830
|
-
"name": "onChange",
|
|
831
|
-
"parent": {
|
|
832
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
833
|
-
"name": "InputHTMLAttributes"
|
|
834
|
-
},
|
|
835
|
-
"declarations": [
|
|
836
|
-
{
|
|
837
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
838
|
-
"name": "InputHTMLAttributes"
|
|
839
|
-
}
|
|
840
|
-
],
|
|
841
185
|
"required": false,
|
|
842
|
-
"type":
|
|
843
|
-
"name": "ChangeEventHandler<HTMLInputElement>"
|
|
844
|
-
},
|
|
845
|
-
"control": {
|
|
846
|
-
"type": "text"
|
|
847
|
-
}
|
|
186
|
+
"type": "text"
|
|
848
187
|
},
|
|
849
188
|
"defaultChecked": {
|
|
850
189
|
"defaultValue": null,
|
|
851
|
-
"description": "",
|
|
852
|
-
"name": "defaultChecked",
|
|
853
|
-
"parent": {
|
|
854
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
855
|
-
"name": "HTMLAttributes"
|
|
856
|
-
},
|
|
857
|
-
"declarations": [
|
|
858
|
-
{
|
|
859
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
860
|
-
"name": "HTMLAttributes"
|
|
861
|
-
}
|
|
862
|
-
],
|
|
863
190
|
"required": false,
|
|
864
|
-
"type":
|
|
865
|
-
"name": "boolean"
|
|
866
|
-
},
|
|
867
|
-
"control": {
|
|
868
|
-
"type": "boolean"
|
|
869
|
-
}
|
|
191
|
+
"type": "boolean"
|
|
870
192
|
},
|
|
871
193
|
"defaultValue": {
|
|
872
194
|
"defaultValue": null,
|
|
873
|
-
"description": "",
|
|
874
|
-
"name": "defaultValue",
|
|
875
|
-
"parent": {
|
|
876
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
877
|
-
"name": "HTMLAttributes"
|
|
878
|
-
},
|
|
879
|
-
"declarations": [
|
|
880
|
-
{
|
|
881
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
882
|
-
"name": "HTMLAttributes"
|
|
883
|
-
}
|
|
884
|
-
],
|
|
885
195
|
"required": false,
|
|
886
|
-
"type":
|
|
887
|
-
"name": "string | number | readonly string[]"
|
|
888
|
-
},
|
|
889
|
-
"control": {
|
|
890
|
-
"type": "text"
|
|
891
|
-
}
|
|
196
|
+
"type": "text"
|
|
892
197
|
},
|
|
893
198
|
"suppressContentEditableWarning": {
|
|
894
199
|
"defaultValue": null,
|
|
895
|
-
"description": "",
|
|
896
|
-
"name": "suppressContentEditableWarning",
|
|
897
|
-
"parent": {
|
|
898
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
899
|
-
"name": "HTMLAttributes"
|
|
900
|
-
},
|
|
901
|
-
"declarations": [
|
|
902
|
-
{
|
|
903
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
904
|
-
"name": "HTMLAttributes"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
200
|
"required": false,
|
|
908
|
-
"type":
|
|
909
|
-
"name": "boolean"
|
|
910
|
-
},
|
|
911
|
-
"control": {
|
|
912
|
-
"type": "boolean"
|
|
913
|
-
}
|
|
201
|
+
"type": "boolean"
|
|
914
202
|
},
|
|
915
203
|
"suppressHydrationWarning": {
|
|
916
204
|
"defaultValue": null,
|
|
917
|
-
"description": "",
|
|
918
|
-
"name": "suppressHydrationWarning",
|
|
919
|
-
"parent": {
|
|
920
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
921
|
-
"name": "HTMLAttributes"
|
|
922
|
-
},
|
|
923
|
-
"declarations": [
|
|
924
|
-
{
|
|
925
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
926
|
-
"name": "HTMLAttributes"
|
|
927
|
-
}
|
|
928
|
-
],
|
|
929
205
|
"required": false,
|
|
930
|
-
"type":
|
|
931
|
-
"name": "boolean"
|
|
932
|
-
},
|
|
933
|
-
"control": {
|
|
934
|
-
"type": "boolean"
|
|
935
|
-
}
|
|
206
|
+
"type": "boolean"
|
|
936
207
|
},
|
|
937
208
|
"accessKey": {
|
|
938
209
|
"defaultValue": null,
|
|
939
|
-
"description": "",
|
|
940
|
-
"name": "accessKey",
|
|
941
|
-
"parent": {
|
|
942
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
943
|
-
"name": "HTMLAttributes"
|
|
944
|
-
},
|
|
945
|
-
"declarations": [
|
|
946
|
-
{
|
|
947
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
948
|
-
"name": "HTMLAttributes"
|
|
949
|
-
}
|
|
950
|
-
],
|
|
951
210
|
"required": false,
|
|
952
|
-
"type":
|
|
953
|
-
"name": "string"
|
|
954
|
-
},
|
|
955
|
-
"control": {
|
|
956
|
-
"type": "text"
|
|
957
|
-
}
|
|
211
|
+
"type": "text"
|
|
958
212
|
},
|
|
959
213
|
"className": {
|
|
960
214
|
"defaultValue": null,
|
|
961
|
-
"description": "",
|
|
962
|
-
"name": "className",
|
|
963
|
-
"parent": {
|
|
964
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
965
|
-
"name": "HTMLAttributes"
|
|
966
|
-
},
|
|
967
|
-
"declarations": [
|
|
968
|
-
{
|
|
969
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
970
|
-
"name": "HTMLAttributes"
|
|
971
|
-
}
|
|
972
|
-
],
|
|
973
215
|
"required": false,
|
|
974
|
-
"type":
|
|
975
|
-
"name": "string"
|
|
976
|
-
},
|
|
977
|
-
"control": {
|
|
978
|
-
"type": "text"
|
|
979
|
-
}
|
|
216
|
+
"type": "text"
|
|
980
217
|
},
|
|
981
218
|
"contentEditable": {
|
|
982
219
|
"defaultValue": null,
|
|
983
|
-
"description": "",
|
|
984
|
-
"name": "contentEditable",
|
|
985
|
-
"parent": {
|
|
986
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
987
|
-
"name": "HTMLAttributes"
|
|
988
|
-
},
|
|
989
|
-
"declarations": [
|
|
990
|
-
{
|
|
991
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
992
|
-
"name": "HTMLAttributes"
|
|
993
|
-
}
|
|
994
|
-
],
|
|
995
220
|
"required": false,
|
|
996
|
-
"type":
|
|
997
|
-
"name": "Booleanish | \"inherit\""
|
|
998
|
-
},
|
|
999
|
-
"control": {
|
|
1000
|
-
"type": "text"
|
|
1001
|
-
}
|
|
221
|
+
"type": "text"
|
|
1002
222
|
},
|
|
1003
223
|
"contextMenu": {
|
|
1004
224
|
"defaultValue": null,
|
|
1005
|
-
"description": "",
|
|
1006
|
-
"name": "contextMenu",
|
|
1007
|
-
"parent": {
|
|
1008
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1009
|
-
"name": "HTMLAttributes"
|
|
1010
|
-
},
|
|
1011
|
-
"declarations": [
|
|
1012
|
-
{
|
|
1013
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1014
|
-
"name": "HTMLAttributes"
|
|
1015
|
-
}
|
|
1016
|
-
],
|
|
1017
225
|
"required": false,
|
|
1018
|
-
"type":
|
|
1019
|
-
"name": "string"
|
|
1020
|
-
},
|
|
1021
|
-
"control": {
|
|
1022
|
-
"type": "text"
|
|
1023
|
-
}
|
|
226
|
+
"type": "text"
|
|
1024
227
|
},
|
|
1025
228
|
"dir": {
|
|
1026
229
|
"defaultValue": null,
|
|
1027
|
-
"description": "",
|
|
1028
|
-
"name": "dir",
|
|
1029
|
-
"parent": {
|
|
1030
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1031
|
-
"name": "HTMLAttributes"
|
|
1032
|
-
},
|
|
1033
|
-
"declarations": [
|
|
1034
|
-
{
|
|
1035
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1036
|
-
"name": "HTMLAttributes"
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
230
|
"required": false,
|
|
1040
|
-
"type":
|
|
1041
|
-
"name": "string"
|
|
1042
|
-
},
|
|
1043
|
-
"control": {
|
|
1044
|
-
"type": "text"
|
|
1045
|
-
}
|
|
231
|
+
"type": "text"
|
|
1046
232
|
},
|
|
1047
233
|
"draggable": {
|
|
1048
234
|
"defaultValue": null,
|
|
1049
|
-
"description": "",
|
|
1050
|
-
"name": "draggable",
|
|
1051
|
-
"parent": {
|
|
1052
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1053
|
-
"name": "HTMLAttributes"
|
|
1054
|
-
},
|
|
1055
|
-
"declarations": [
|
|
1056
|
-
{
|
|
1057
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1058
|
-
"name": "HTMLAttributes"
|
|
1059
|
-
}
|
|
1060
|
-
],
|
|
1061
235
|
"required": false,
|
|
1062
|
-
"type":
|
|
1063
|
-
"name": "Booleanish"
|
|
1064
|
-
},
|
|
1065
|
-
"control": {
|
|
1066
|
-
"type": "boolean"
|
|
1067
|
-
}
|
|
236
|
+
"type": "boolean"
|
|
1068
237
|
},
|
|
1069
238
|
"hidden": {
|
|
1070
239
|
"defaultValue": null,
|
|
1071
|
-
"description": "",
|
|
1072
|
-
"name": "hidden",
|
|
1073
|
-
"parent": {
|
|
1074
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1075
|
-
"name": "HTMLAttributes"
|
|
1076
|
-
},
|
|
1077
|
-
"declarations": [
|
|
1078
|
-
{
|
|
1079
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1080
|
-
"name": "HTMLAttributes"
|
|
1081
|
-
}
|
|
1082
|
-
],
|
|
1083
240
|
"required": false,
|
|
1084
|
-
"type":
|
|
1085
|
-
"name": "boolean"
|
|
1086
|
-
},
|
|
1087
|
-
"control": {
|
|
1088
|
-
"type": "boolean"
|
|
1089
|
-
}
|
|
241
|
+
"type": "boolean"
|
|
1090
242
|
},
|
|
1091
243
|
"id": {
|
|
1092
244
|
"defaultValue": null,
|
|
1093
|
-
"description": "",
|
|
1094
|
-
"name": "id",
|
|
1095
|
-
"parent": {
|
|
1096
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1097
|
-
"name": "HTMLAttributes"
|
|
1098
|
-
},
|
|
1099
|
-
"declarations": [
|
|
1100
|
-
{
|
|
1101
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1102
|
-
"name": "HTMLAttributes"
|
|
1103
|
-
}
|
|
1104
|
-
],
|
|
1105
245
|
"required": false,
|
|
1106
|
-
"type":
|
|
1107
|
-
"name": "string"
|
|
1108
|
-
},
|
|
1109
|
-
"control": {
|
|
1110
|
-
"type": "text"
|
|
1111
|
-
}
|
|
246
|
+
"type": "text"
|
|
1112
247
|
},
|
|
1113
248
|
"lang": {
|
|
1114
249
|
"defaultValue": null,
|
|
1115
|
-
"description": "",
|
|
1116
|
-
"name": "lang",
|
|
1117
|
-
"parent": {
|
|
1118
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1119
|
-
"name": "HTMLAttributes"
|
|
1120
|
-
},
|
|
1121
|
-
"declarations": [
|
|
1122
|
-
{
|
|
1123
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1124
|
-
"name": "HTMLAttributes"
|
|
1125
|
-
}
|
|
1126
|
-
],
|
|
1127
250
|
"required": false,
|
|
1128
|
-
"type":
|
|
1129
|
-
"name": "string"
|
|
1130
|
-
},
|
|
1131
|
-
"control": {
|
|
1132
|
-
"type": "text"
|
|
1133
|
-
}
|
|
251
|
+
"type": "text"
|
|
1134
252
|
},
|
|
1135
253
|
"spellCheck": {
|
|
1136
254
|
"defaultValue": null,
|
|
1137
|
-
"description": "",
|
|
1138
|
-
"name": "spellCheck",
|
|
1139
|
-
"parent": {
|
|
1140
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1141
|
-
"name": "HTMLAttributes"
|
|
1142
|
-
},
|
|
1143
|
-
"declarations": [
|
|
1144
|
-
{
|
|
1145
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1146
|
-
"name": "HTMLAttributes"
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
255
|
"required": false,
|
|
1150
|
-
"type":
|
|
1151
|
-
"name": "Booleanish"
|
|
1152
|
-
},
|
|
1153
|
-
"control": {
|
|
1154
|
-
"type": "boolean"
|
|
1155
|
-
}
|
|
256
|
+
"type": "boolean"
|
|
1156
257
|
},
|
|
1157
258
|
"tabIndex": {
|
|
1158
259
|
"defaultValue": null,
|
|
1159
|
-
"description": "",
|
|
1160
|
-
"name": "tabIndex",
|
|
1161
|
-
"parent": {
|
|
1162
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1163
|
-
"name": "HTMLAttributes"
|
|
1164
|
-
},
|
|
1165
|
-
"declarations": [
|
|
1166
|
-
{
|
|
1167
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1168
|
-
"name": "HTMLAttributes"
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
260
|
"required": false,
|
|
1172
|
-
"type":
|
|
1173
|
-
"name": "number"
|
|
1174
|
-
},
|
|
1175
|
-
"control": {
|
|
1176
|
-
"type": "number"
|
|
1177
|
-
}
|
|
261
|
+
"type": "number"
|
|
1178
262
|
},
|
|
1179
263
|
"translate": {
|
|
1180
264
|
"defaultValue": null,
|
|
1181
|
-
"
|
|
1182
|
-
"name": "translate",
|
|
1183
|
-
"parent": {
|
|
1184
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1185
|
-
"name": "HTMLAttributes"
|
|
1186
|
-
},
|
|
1187
|
-
"declarations": [
|
|
1188
|
-
{
|
|
1189
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1190
|
-
"name": "HTMLAttributes"
|
|
1191
|
-
}
|
|
1192
|
-
],
|
|
265
|
+
"options": ["yes", "no"],
|
|
1193
266
|
"required": false,
|
|
1194
|
-
"type":
|
|
1195
|
-
"name": "enum",
|
|
1196
|
-
"raw": "\"yes\" | \"no\"",
|
|
1197
|
-
"value": [
|
|
1198
|
-
{
|
|
1199
|
-
"value": "\"yes\""
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"value": "\"no\""
|
|
1203
|
-
}
|
|
1204
|
-
]
|
|
1205
|
-
},
|
|
1206
|
-
"control": {
|
|
1207
|
-
"type": "radio"
|
|
1208
|
-
},
|
|
1209
|
-
"options": [
|
|
1210
|
-
"yes",
|
|
1211
|
-
"no"
|
|
1212
|
-
]
|
|
267
|
+
"type": "radio"
|
|
1213
268
|
},
|
|
1214
269
|
"radioGroup": {
|
|
1215
270
|
"defaultValue": null,
|
|
1216
|
-
"description": "",
|
|
1217
|
-
"name": "radioGroup",
|
|
1218
|
-
"parent": {
|
|
1219
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1220
|
-
"name": "HTMLAttributes"
|
|
1221
|
-
},
|
|
1222
|
-
"declarations": [
|
|
1223
|
-
{
|
|
1224
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1225
|
-
"name": "HTMLAttributes"
|
|
1226
|
-
}
|
|
1227
|
-
],
|
|
1228
271
|
"required": false,
|
|
1229
|
-
"type":
|
|
1230
|
-
"name": "string"
|
|
1231
|
-
},
|
|
1232
|
-
"control": {
|
|
1233
|
-
"type": "text"
|
|
1234
|
-
}
|
|
272
|
+
"type": "text"
|
|
1235
273
|
},
|
|
1236
274
|
"role": {
|
|
1237
275
|
"defaultValue": null,
|
|
1238
|
-
"description": "",
|
|
1239
|
-
"name": "role",
|
|
1240
|
-
"parent": {
|
|
1241
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1242
|
-
"name": "HTMLAttributes"
|
|
1243
|
-
},
|
|
1244
|
-
"declarations": [
|
|
1245
|
-
{
|
|
1246
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1247
|
-
"name": "HTMLAttributes"
|
|
1248
|
-
}
|
|
1249
|
-
],
|
|
1250
276
|
"required": false,
|
|
1251
|
-
"type":
|
|
1252
|
-
"name": "AriaRole"
|
|
1253
|
-
},
|
|
1254
|
-
"control": {
|
|
1255
|
-
"type": "text"
|
|
1256
|
-
}
|
|
277
|
+
"type": "text"
|
|
1257
278
|
},
|
|
1258
279
|
"about": {
|
|
1259
280
|
"defaultValue": null,
|
|
1260
|
-
"description": "",
|
|
1261
|
-
"name": "about",
|
|
1262
|
-
"parent": {
|
|
1263
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1264
|
-
"name": "HTMLAttributes"
|
|
1265
|
-
},
|
|
1266
|
-
"declarations": [
|
|
1267
|
-
{
|
|
1268
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1269
|
-
"name": "HTMLAttributes"
|
|
1270
|
-
}
|
|
1271
|
-
],
|
|
1272
281
|
"required": false,
|
|
1273
|
-
"type":
|
|
1274
|
-
"name": "string"
|
|
1275
|
-
},
|
|
1276
|
-
"control": {
|
|
1277
|
-
"type": "text"
|
|
1278
|
-
}
|
|
282
|
+
"type": "text"
|
|
1279
283
|
},
|
|
1280
284
|
"datatype": {
|
|
1281
285
|
"defaultValue": null,
|
|
1282
|
-
"description": "",
|
|
1283
|
-
"name": "datatype",
|
|
1284
|
-
"parent": {
|
|
1285
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1286
|
-
"name": "HTMLAttributes"
|
|
1287
|
-
},
|
|
1288
|
-
"declarations": [
|
|
1289
|
-
{
|
|
1290
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1291
|
-
"name": "HTMLAttributes"
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
286
|
"required": false,
|
|
1295
|
-
"type":
|
|
1296
|
-
"name": "string"
|
|
1297
|
-
},
|
|
1298
|
-
"control": {
|
|
1299
|
-
"type": "text"
|
|
1300
|
-
}
|
|
287
|
+
"type": "text"
|
|
1301
288
|
},
|
|
1302
289
|
"inlist": {
|
|
1303
290
|
"defaultValue": null,
|
|
1304
|
-
"description": "",
|
|
1305
|
-
"name": "inlist",
|
|
1306
|
-
"parent": {
|
|
1307
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1308
|
-
"name": "HTMLAttributes"
|
|
1309
|
-
},
|
|
1310
|
-
"declarations": [
|
|
1311
|
-
{
|
|
1312
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1313
|
-
"name": "HTMLAttributes"
|
|
1314
|
-
}
|
|
1315
|
-
],
|
|
1316
291
|
"required": false,
|
|
1317
|
-
"type":
|
|
1318
|
-
"name": "any"
|
|
1319
|
-
},
|
|
1320
|
-
"control": {
|
|
1321
|
-
"type": "text"
|
|
1322
|
-
}
|
|
292
|
+
"type": "text"
|
|
1323
293
|
},
|
|
1324
294
|
"prefix": {
|
|
1325
295
|
"defaultValue": null,
|
|
1326
|
-
"description": "",
|
|
1327
|
-
"name": "prefix",
|
|
1328
|
-
"parent": {
|
|
1329
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1330
|
-
"name": "HTMLAttributes"
|
|
1331
|
-
},
|
|
1332
|
-
"declarations": [
|
|
1333
|
-
{
|
|
1334
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1335
|
-
"name": "HTMLAttributes"
|
|
1336
|
-
}
|
|
1337
|
-
],
|
|
1338
296
|
"required": false,
|
|
1339
|
-
"type":
|
|
1340
|
-
"name": "string"
|
|
1341
|
-
},
|
|
1342
|
-
"control": {
|
|
1343
|
-
"type": "text"
|
|
1344
|
-
}
|
|
297
|
+
"type": "text"
|
|
1345
298
|
},
|
|
1346
299
|
"property": {
|
|
1347
300
|
"defaultValue": null,
|
|
1348
|
-
"description": "",
|
|
1349
|
-
"name": "property",
|
|
1350
|
-
"parent": {
|
|
1351
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1352
|
-
"name": "HTMLAttributes"
|
|
1353
|
-
},
|
|
1354
|
-
"declarations": [
|
|
1355
|
-
{
|
|
1356
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1357
|
-
"name": "HTMLAttributes"
|
|
1358
|
-
}
|
|
1359
|
-
],
|
|
1360
301
|
"required": false,
|
|
1361
|
-
"type":
|
|
1362
|
-
"name": "string"
|
|
1363
|
-
},
|
|
1364
|
-
"control": {
|
|
1365
|
-
"type": "text"
|
|
1366
|
-
}
|
|
302
|
+
"type": "text"
|
|
1367
303
|
},
|
|
1368
304
|
"resource": {
|
|
1369
305
|
"defaultValue": null,
|
|
1370
|
-
"description": "",
|
|
1371
|
-
"name": "resource",
|
|
1372
|
-
"parent": {
|
|
1373
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1374
|
-
"name": "HTMLAttributes"
|
|
1375
|
-
},
|
|
1376
|
-
"declarations": [
|
|
1377
|
-
{
|
|
1378
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1379
|
-
"name": "HTMLAttributes"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
306
|
"required": false,
|
|
1383
|
-
"type":
|
|
1384
|
-
"name": "string"
|
|
1385
|
-
},
|
|
1386
|
-
"control": {
|
|
1387
|
-
"type": "text"
|
|
1388
|
-
}
|
|
307
|
+
"type": "text"
|
|
1389
308
|
},
|
|
1390
309
|
"typeof": {
|
|
1391
310
|
"defaultValue": null,
|
|
1392
|
-
"description": "",
|
|
1393
|
-
"name": "typeof",
|
|
1394
|
-
"parent": {
|
|
1395
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1396
|
-
"name": "HTMLAttributes"
|
|
1397
|
-
},
|
|
1398
|
-
"declarations": [
|
|
1399
|
-
{
|
|
1400
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1401
|
-
"name": "HTMLAttributes"
|
|
1402
|
-
}
|
|
1403
|
-
],
|
|
1404
311
|
"required": false,
|
|
1405
|
-
"type":
|
|
1406
|
-
"name": "string"
|
|
1407
|
-
},
|
|
1408
|
-
"control": {
|
|
1409
|
-
"type": "text"
|
|
1410
|
-
}
|
|
312
|
+
"type": "text"
|
|
1411
313
|
},
|
|
1412
314
|
"vocab": {
|
|
1413
315
|
"defaultValue": null,
|
|
1414
|
-
"description": "",
|
|
1415
|
-
"name": "vocab",
|
|
1416
|
-
"parent": {
|
|
1417
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1418
|
-
"name": "HTMLAttributes"
|
|
1419
|
-
},
|
|
1420
|
-
"declarations": [
|
|
1421
|
-
{
|
|
1422
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1423
|
-
"name": "HTMLAttributes"
|
|
1424
|
-
}
|
|
1425
|
-
],
|
|
1426
316
|
"required": false,
|
|
1427
|
-
"type":
|
|
1428
|
-
"name": "string"
|
|
1429
|
-
},
|
|
1430
|
-
"control": {
|
|
1431
|
-
"type": "text"
|
|
1432
|
-
}
|
|
317
|
+
"type": "text"
|
|
1433
318
|
},
|
|
1434
319
|
"autoCapitalize": {
|
|
1435
320
|
"defaultValue": null,
|
|
1436
|
-
"description": "",
|
|
1437
|
-
"name": "autoCapitalize",
|
|
1438
|
-
"parent": {
|
|
1439
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1440
|
-
"name": "HTMLAttributes"
|
|
1441
|
-
},
|
|
1442
|
-
"declarations": [
|
|
1443
|
-
{
|
|
1444
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1445
|
-
"name": "HTMLAttributes"
|
|
1446
|
-
}
|
|
1447
|
-
],
|
|
1448
321
|
"required": false,
|
|
1449
|
-
"type":
|
|
1450
|
-
"name": "string"
|
|
1451
|
-
},
|
|
1452
|
-
"control": {
|
|
1453
|
-
"type": "text"
|
|
1454
|
-
}
|
|
322
|
+
"type": "text"
|
|
1455
323
|
},
|
|
1456
324
|
"autoCorrect": {
|
|
1457
325
|
"defaultValue": null,
|
|
1458
|
-
"description": "",
|
|
1459
|
-
"name": "autoCorrect",
|
|
1460
|
-
"parent": {
|
|
1461
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1462
|
-
"name": "HTMLAttributes"
|
|
1463
|
-
},
|
|
1464
|
-
"declarations": [
|
|
1465
|
-
{
|
|
1466
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1467
|
-
"name": "HTMLAttributes"
|
|
1468
|
-
}
|
|
1469
|
-
],
|
|
1470
326
|
"required": false,
|
|
1471
|
-
"type":
|
|
1472
|
-
"name": "string"
|
|
1473
|
-
},
|
|
1474
|
-
"control": {
|
|
1475
|
-
"type": "text"
|
|
1476
|
-
}
|
|
327
|
+
"type": "text"
|
|
1477
328
|
},
|
|
1478
329
|
"autoSave": {
|
|
1479
330
|
"defaultValue": null,
|
|
1480
|
-
"description": "",
|
|
1481
|
-
"name": "autoSave",
|
|
1482
|
-
"parent": {
|
|
1483
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1484
|
-
"name": "HTMLAttributes"
|
|
1485
|
-
},
|
|
1486
|
-
"declarations": [
|
|
1487
|
-
{
|
|
1488
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1489
|
-
"name": "HTMLAttributes"
|
|
1490
|
-
}
|
|
1491
|
-
],
|
|
1492
331
|
"required": false,
|
|
1493
|
-
"type":
|
|
1494
|
-
"name": "string"
|
|
1495
|
-
},
|
|
1496
|
-
"control": {
|
|
1497
|
-
"type": "text"
|
|
1498
|
-
}
|
|
332
|
+
"type": "text"
|
|
1499
333
|
},
|
|
1500
334
|
"color": {
|
|
1501
|
-
"
|
|
1502
|
-
"name": "color",
|
|
1503
|
-
"parent": {
|
|
1504
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1505
|
-
"name": "HTMLAttributes"
|
|
1506
|
-
},
|
|
1507
|
-
"declarations": [
|
|
1508
|
-
{
|
|
1509
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1510
|
-
"name": "HTMLAttributes"
|
|
1511
|
-
}
|
|
1512
|
-
],
|
|
335
|
+
"defaultValue": null,
|
|
1513
336
|
"required": false,
|
|
1514
|
-
"type":
|
|
1515
|
-
"name": "string"
|
|
1516
|
-
},
|
|
1517
|
-
"control": {
|
|
1518
|
-
"type": "color"
|
|
1519
|
-
}
|
|
337
|
+
"type": "color"
|
|
1520
338
|
},
|
|
1521
339
|
"itemProp": {
|
|
1522
340
|
"defaultValue": null,
|
|
1523
|
-
"description": "",
|
|
1524
|
-
"name": "itemProp",
|
|
1525
|
-
"parent": {
|
|
1526
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1527
|
-
"name": "HTMLAttributes"
|
|
1528
|
-
},
|
|
1529
|
-
"declarations": [
|
|
1530
|
-
{
|
|
1531
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1532
|
-
"name": "HTMLAttributes"
|
|
1533
|
-
}
|
|
1534
|
-
],
|
|
1535
341
|
"required": false,
|
|
1536
|
-
"type":
|
|
1537
|
-
"name": "string"
|
|
1538
|
-
},
|
|
1539
|
-
"control": {
|
|
1540
|
-
"type": "text"
|
|
1541
|
-
}
|
|
342
|
+
"type": "text"
|
|
1542
343
|
},
|
|
1543
344
|
"itemScope": {
|
|
1544
345
|
"defaultValue": null,
|
|
1545
|
-
"description": "",
|
|
1546
|
-
"name": "itemScope",
|
|
1547
|
-
"parent": {
|
|
1548
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1549
|
-
"name": "HTMLAttributes"
|
|
1550
|
-
},
|
|
1551
|
-
"declarations": [
|
|
1552
|
-
{
|
|
1553
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1554
|
-
"name": "HTMLAttributes"
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
346
|
"required": false,
|
|
1558
|
-
"type":
|
|
1559
|
-
"name": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
"control": {
|
|
1562
|
-
"type": "boolean"
|
|
1563
|
-
}
|
|
347
|
+
"type": "boolean"
|
|
1564
348
|
},
|
|
1565
349
|
"itemType": {
|
|
1566
350
|
"defaultValue": null,
|
|
1567
|
-
"description": "",
|
|
1568
|
-
"name": "itemType",
|
|
1569
|
-
"parent": {
|
|
1570
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1571
|
-
"name": "HTMLAttributes"
|
|
1572
|
-
},
|
|
1573
|
-
"declarations": [
|
|
1574
|
-
{
|
|
1575
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1576
|
-
"name": "HTMLAttributes"
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
351
|
"required": false,
|
|
1580
|
-
"type":
|
|
1581
|
-
"name": "string"
|
|
1582
|
-
},
|
|
1583
|
-
"control": {
|
|
1584
|
-
"type": "text"
|
|
1585
|
-
}
|
|
352
|
+
"type": "text"
|
|
1586
353
|
},
|
|
1587
354
|
"itemID": {
|
|
1588
355
|
"defaultValue": null,
|
|
1589
|
-
"description": "",
|
|
1590
|
-
"name": "itemID",
|
|
1591
|
-
"parent": {
|
|
1592
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1593
|
-
"name": "HTMLAttributes"
|
|
1594
|
-
},
|
|
1595
|
-
"declarations": [
|
|
1596
|
-
{
|
|
1597
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1598
|
-
"name": "HTMLAttributes"
|
|
1599
|
-
}
|
|
1600
|
-
],
|
|
1601
356
|
"required": false,
|
|
1602
|
-
"type":
|
|
1603
|
-
"name": "string"
|
|
1604
|
-
},
|
|
1605
|
-
"control": {
|
|
1606
|
-
"type": "text"
|
|
1607
|
-
}
|
|
357
|
+
"type": "text"
|
|
1608
358
|
},
|
|
1609
359
|
"itemRef": {
|
|
1610
360
|
"defaultValue": null,
|
|
1611
|
-
"description": "",
|
|
1612
|
-
"name": "itemRef",
|
|
1613
|
-
"parent": {
|
|
1614
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1615
|
-
"name": "HTMLAttributes"
|
|
1616
|
-
},
|
|
1617
|
-
"declarations": [
|
|
1618
|
-
{
|
|
1619
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1620
|
-
"name": "HTMLAttributes"
|
|
1621
|
-
}
|
|
1622
|
-
],
|
|
1623
361
|
"required": false,
|
|
1624
|
-
"type":
|
|
1625
|
-
"name": "string"
|
|
1626
|
-
},
|
|
1627
|
-
"control": {
|
|
1628
|
-
"type": "text"
|
|
1629
|
-
}
|
|
362
|
+
"type": "text"
|
|
1630
363
|
},
|
|
1631
364
|
"results": {
|
|
1632
365
|
"defaultValue": null,
|
|
1633
|
-
"description": "",
|
|
1634
|
-
"name": "results",
|
|
1635
|
-
"parent": {
|
|
1636
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1637
|
-
"name": "HTMLAttributes"
|
|
1638
|
-
},
|
|
1639
|
-
"declarations": [
|
|
1640
|
-
{
|
|
1641
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1642
|
-
"name": "HTMLAttributes"
|
|
1643
|
-
}
|
|
1644
|
-
],
|
|
1645
366
|
"required": false,
|
|
1646
|
-
"type":
|
|
1647
|
-
"name": "number"
|
|
1648
|
-
},
|
|
1649
|
-
"control": {
|
|
1650
|
-
"type": "number"
|
|
1651
|
-
}
|
|
367
|
+
"type": "number"
|
|
1652
368
|
},
|
|
1653
369
|
"security": {
|
|
1654
370
|
"defaultValue": null,
|
|
1655
|
-
"description": "",
|
|
1656
|
-
"name": "security",
|
|
1657
|
-
"parent": {
|
|
1658
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1659
|
-
"name": "HTMLAttributes"
|
|
1660
|
-
},
|
|
1661
|
-
"declarations": [
|
|
1662
|
-
{
|
|
1663
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1664
|
-
"name": "HTMLAttributes"
|
|
1665
|
-
}
|
|
1666
|
-
],
|
|
1667
371
|
"required": false,
|
|
1668
|
-
"type":
|
|
1669
|
-
"name": "string"
|
|
1670
|
-
},
|
|
1671
|
-
"control": {
|
|
1672
|
-
"type": "text"
|
|
1673
|
-
}
|
|
372
|
+
"type": "text"
|
|
1674
373
|
},
|
|
1675
374
|
"unselectable": {
|
|
1676
375
|
"defaultValue": null,
|
|
1677
|
-
"
|
|
1678
|
-
"name": "unselectable",
|
|
1679
|
-
"parent": {
|
|
1680
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1681
|
-
"name": "HTMLAttributes"
|
|
1682
|
-
},
|
|
1683
|
-
"declarations": [
|
|
1684
|
-
{
|
|
1685
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1686
|
-
"name": "HTMLAttributes"
|
|
1687
|
-
}
|
|
1688
|
-
],
|
|
376
|
+
"options": ["on", "off"],
|
|
1689
377
|
"required": false,
|
|
1690
|
-
"type":
|
|
1691
|
-
"name": "enum",
|
|
1692
|
-
"raw": "\"on\" | \"off\"",
|
|
1693
|
-
"value": [
|
|
1694
|
-
{
|
|
1695
|
-
"value": "\"on\""
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"value": "\"off\""
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1701
|
-
},
|
|
1702
|
-
"control": {
|
|
1703
|
-
"type": "radio"
|
|
1704
|
-
},
|
|
1705
|
-
"options": [
|
|
1706
|
-
"on",
|
|
1707
|
-
"off"
|
|
1708
|
-
]
|
|
378
|
+
"type": "radio"
|
|
1709
379
|
},
|
|
1710
380
|
"inputMode": {
|
|
1711
381
|
"defaultValue": null,
|
|
1712
|
-
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
|
|
1713
|
-
"name": "inputMode",
|
|
1714
|
-
"parent": {
|
|
1715
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1716
|
-
"name": "HTMLAttributes"
|
|
1717
|
-
},
|
|
1718
|
-
"declarations": [
|
|
1719
|
-
{
|
|
1720
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1721
|
-
"name": "HTMLAttributes"
|
|
1722
|
-
}
|
|
1723
|
-
],
|
|
1724
|
-
"required": false,
|
|
1725
|
-
"type": {
|
|
1726
|
-
"name": "enum",
|
|
1727
|
-
"raw": "\"text\" | \"search\" | \"email\" | \"tel\" | \"url\" | \"none\" | \"numeric\" | \"decimal\"",
|
|
1728
|
-
"value": [
|
|
1729
|
-
{
|
|
1730
|
-
"value": "\"text\""
|
|
1731
|
-
},
|
|
1732
|
-
{
|
|
1733
|
-
"value": "\"search\""
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"value": "\"email\""
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"value": "\"tel\""
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"value": "\"url\""
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"value": "\"none\""
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"value": "\"numeric\""
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"value": "\"decimal\""
|
|
1752
|
-
}
|
|
1753
|
-
]
|
|
1754
|
-
},
|
|
1755
|
-
"control": {
|
|
1756
|
-
"type": "select"
|
|
1757
|
-
},
|
|
1758
382
|
"options": [
|
|
1759
383
|
"text",
|
|
1760
384
|
"search",
|
|
@@ -1764,934 +388,196 @@
|
|
|
1764
388
|
"none",
|
|
1765
389
|
"numeric",
|
|
1766
390
|
"decimal"
|
|
1767
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"required": false,
|
|
393
|
+
"type": "select"
|
|
1768
394
|
},
|
|
1769
395
|
"is": {
|
|
1770
396
|
"defaultValue": null,
|
|
1771
|
-
"description": "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
1772
|
-
"name": "is",
|
|
1773
|
-
"parent": {
|
|
1774
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1775
|
-
"name": "HTMLAttributes"
|
|
1776
|
-
},
|
|
1777
|
-
"declarations": [
|
|
1778
|
-
{
|
|
1779
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1780
|
-
"name": "HTMLAttributes"
|
|
1781
|
-
}
|
|
1782
|
-
],
|
|
1783
397
|
"required": false,
|
|
1784
|
-
"type":
|
|
1785
|
-
"name": "string"
|
|
1786
|
-
},
|
|
1787
|
-
"control": {
|
|
1788
|
-
"type": "text"
|
|
1789
|
-
}
|
|
398
|
+
"type": "text"
|
|
1790
399
|
},
|
|
1791
400
|
"aria-activedescendant": {
|
|
1792
401
|
"defaultValue": null,
|
|
1793
|
-
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
1794
|
-
"name": "aria-activedescendant",
|
|
1795
|
-
"parent": {
|
|
1796
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1797
|
-
"name": "AriaAttributes"
|
|
1798
|
-
},
|
|
1799
|
-
"declarations": [
|
|
1800
|
-
{
|
|
1801
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1802
|
-
"name": "AriaAttributes"
|
|
1803
|
-
}
|
|
1804
|
-
],
|
|
1805
402
|
"required": false,
|
|
1806
|
-
"type":
|
|
1807
|
-
"name": "string"
|
|
1808
|
-
},
|
|
1809
|
-
"control": {
|
|
1810
|
-
"type": "text"
|
|
1811
|
-
}
|
|
403
|
+
"type": "text"
|
|
1812
404
|
},
|
|
1813
405
|
"aria-atomic": {
|
|
1814
406
|
"defaultValue": null,
|
|
1815
|
-
"description": "Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.",
|
|
1816
|
-
"name": "aria-atomic",
|
|
1817
|
-
"parent": {
|
|
1818
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1819
|
-
"name": "AriaAttributes"
|
|
1820
|
-
},
|
|
1821
|
-
"declarations": [
|
|
1822
|
-
{
|
|
1823
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1824
|
-
"name": "AriaAttributes"
|
|
1825
|
-
}
|
|
1826
|
-
],
|
|
1827
407
|
"required": false,
|
|
1828
|
-
"type":
|
|
1829
|
-
"name": "Booleanish"
|
|
1830
|
-
},
|
|
1831
|
-
"control": {
|
|
1832
|
-
"type": "boolean"
|
|
1833
|
-
}
|
|
408
|
+
"type": "boolean"
|
|
1834
409
|
},
|
|
1835
410
|
"aria-autocomplete": {
|
|
1836
411
|
"defaultValue": null,
|
|
1837
|
-
"
|
|
1838
|
-
"name": "aria-autocomplete",
|
|
1839
|
-
"parent": {
|
|
1840
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1841
|
-
"name": "AriaAttributes"
|
|
1842
|
-
},
|
|
1843
|
-
"declarations": [
|
|
1844
|
-
{
|
|
1845
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1846
|
-
"name": "AriaAttributes"
|
|
1847
|
-
}
|
|
1848
|
-
],
|
|
412
|
+
"options": ["list", "none", "inline", "both"],
|
|
1849
413
|
"required": false,
|
|
1850
|
-
"type":
|
|
1851
|
-
"name": "enum",
|
|
1852
|
-
"raw": "\"list\" | \"none\" | \"inline\" | \"both\"",
|
|
1853
|
-
"value": [
|
|
1854
|
-
{
|
|
1855
|
-
"value": "\"list\""
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"value": "\"none\""
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"value": "\"inline\""
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"value": "\"both\""
|
|
1865
|
-
}
|
|
1866
|
-
]
|
|
1867
|
-
},
|
|
1868
|
-
"control": {
|
|
1869
|
-
"type": "radio"
|
|
1870
|
-
},
|
|
1871
|
-
"options": [
|
|
1872
|
-
"list",
|
|
1873
|
-
"none",
|
|
1874
|
-
"inline",
|
|
1875
|
-
"both"
|
|
1876
|
-
]
|
|
414
|
+
"type": "radio"
|
|
1877
415
|
},
|
|
1878
416
|
"aria-busy": {
|
|
1879
417
|
"defaultValue": null,
|
|
1880
|
-
"description": "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
|
|
1881
|
-
"name": "aria-busy",
|
|
1882
|
-
"parent": {
|
|
1883
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1884
|
-
"name": "AriaAttributes"
|
|
1885
|
-
},
|
|
1886
|
-
"declarations": [
|
|
1887
|
-
{
|
|
1888
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1889
|
-
"name": "AriaAttributes"
|
|
1890
|
-
}
|
|
1891
|
-
],
|
|
1892
418
|
"required": false,
|
|
1893
|
-
"type":
|
|
1894
|
-
"name": "Booleanish"
|
|
1895
|
-
},
|
|
1896
|
-
"control": {
|
|
1897
|
-
"type": "boolean"
|
|
1898
|
-
}
|
|
419
|
+
"type": "boolean"
|
|
1899
420
|
},
|
|
1900
421
|
"aria-checked": {
|
|
1901
422
|
"defaultValue": null,
|
|
1902
|
-
"description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.",
|
|
1903
|
-
"name": "aria-checked",
|
|
1904
|
-
"parent": {
|
|
1905
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1906
|
-
"name": "AriaAttributes"
|
|
1907
|
-
},
|
|
1908
|
-
"declarations": [
|
|
1909
|
-
{
|
|
1910
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1911
|
-
"name": "AriaAttributes"
|
|
1912
|
-
}
|
|
1913
|
-
],
|
|
1914
423
|
"required": false,
|
|
1915
|
-
"type":
|
|
1916
|
-
"name": "boolean | \"true\" | \"false\" | \"mixed\""
|
|
1917
|
-
},
|
|
1918
|
-
"control": {
|
|
1919
|
-
"type": "text"
|
|
1920
|
-
}
|
|
424
|
+
"type": "text"
|
|
1921
425
|
},
|
|
1922
426
|
"aria-colcount": {
|
|
1923
427
|
"defaultValue": null,
|
|
1924
|
-
"description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
|
|
1925
|
-
"name": "aria-colcount",
|
|
1926
|
-
"parent": {
|
|
1927
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1928
|
-
"name": "AriaAttributes"
|
|
1929
|
-
},
|
|
1930
|
-
"declarations": [
|
|
1931
|
-
{
|
|
1932
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1933
|
-
"name": "AriaAttributes"
|
|
1934
|
-
}
|
|
1935
|
-
],
|
|
1936
428
|
"required": false,
|
|
1937
|
-
"type":
|
|
1938
|
-
"name": "number"
|
|
1939
|
-
},
|
|
1940
|
-
"control": {
|
|
1941
|
-
"type": "number"
|
|
1942
|
-
}
|
|
429
|
+
"type": "number"
|
|
1943
430
|
},
|
|
1944
431
|
"aria-colindex": {
|
|
1945
432
|
"defaultValue": null,
|
|
1946
|
-
"description": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.\n@see aria-colcount\n@see aria-colspan.",
|
|
1947
|
-
"name": "aria-colindex",
|
|
1948
|
-
"parent": {
|
|
1949
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1950
|
-
"name": "AriaAttributes"
|
|
1951
|
-
},
|
|
1952
|
-
"declarations": [
|
|
1953
|
-
{
|
|
1954
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1955
|
-
"name": "AriaAttributes"
|
|
1956
|
-
}
|
|
1957
|
-
],
|
|
1958
433
|
"required": false,
|
|
1959
|
-
"type":
|
|
1960
|
-
"name": "number"
|
|
1961
|
-
},
|
|
1962
|
-
"control": {
|
|
1963
|
-
"type": "number"
|
|
1964
|
-
}
|
|
434
|
+
"type": "number"
|
|
1965
435
|
},
|
|
1966
436
|
"aria-colspan": {
|
|
1967
437
|
"defaultValue": null,
|
|
1968
|
-
"description": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
|
|
1969
|
-
"name": "aria-colspan",
|
|
1970
|
-
"parent": {
|
|
1971
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1972
|
-
"name": "AriaAttributes"
|
|
1973
|
-
},
|
|
1974
|
-
"declarations": [
|
|
1975
|
-
{
|
|
1976
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1977
|
-
"name": "AriaAttributes"
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
438
|
"required": false,
|
|
1981
|
-
"type":
|
|
1982
|
-
"name": "number"
|
|
1983
|
-
},
|
|
1984
|
-
"control": {
|
|
1985
|
-
"type": "number"
|
|
1986
|
-
}
|
|
439
|
+
"type": "number"
|
|
1987
440
|
},
|
|
1988
441
|
"aria-controls": {
|
|
1989
442
|
"defaultValue": null,
|
|
1990
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
|
|
1991
|
-
"name": "aria-controls",
|
|
1992
|
-
"parent": {
|
|
1993
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1994
|
-
"name": "AriaAttributes"
|
|
1995
|
-
},
|
|
1996
|
-
"declarations": [
|
|
1997
|
-
{
|
|
1998
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
1999
|
-
"name": "AriaAttributes"
|
|
2000
|
-
}
|
|
2001
|
-
],
|
|
2002
443
|
"required": false,
|
|
2003
|
-
"type":
|
|
2004
|
-
"name": "string"
|
|
2005
|
-
},
|
|
2006
|
-
"control": {
|
|
2007
|
-
"type": "text"
|
|
2008
|
-
}
|
|
444
|
+
"type": "text"
|
|
2009
445
|
},
|
|
2010
446
|
"aria-current": {
|
|
2011
447
|
"defaultValue": null,
|
|
2012
|
-
"description": "Indicates the element that represents the current item within a container or set of related elements.",
|
|
2013
|
-
"name": "aria-current",
|
|
2014
|
-
"parent": {
|
|
2015
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2016
|
-
"name": "AriaAttributes"
|
|
2017
|
-
},
|
|
2018
|
-
"declarations": [
|
|
2019
|
-
{
|
|
2020
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2021
|
-
"name": "AriaAttributes"
|
|
2022
|
-
}
|
|
2023
|
-
],
|
|
2024
448
|
"required": false,
|
|
2025
|
-
"type":
|
|
2026
|
-
"name": "boolean | \"time\" | \"step\" | \"date\" | \"true\" | \"false\" | \"page\" | \"location\""
|
|
2027
|
-
},
|
|
2028
|
-
"control": {
|
|
2029
|
-
"type": "text"
|
|
2030
|
-
}
|
|
449
|
+
"type": "text"
|
|
2031
450
|
},
|
|
2032
451
|
"aria-describedby": {
|
|
2033
452
|
"defaultValue": null,
|
|
2034
|
-
"description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
|
|
2035
|
-
"name": "aria-describedby",
|
|
2036
|
-
"parent": {
|
|
2037
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2038
|
-
"name": "AriaAttributes"
|
|
2039
|
-
},
|
|
2040
|
-
"declarations": [
|
|
2041
|
-
{
|
|
2042
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2043
|
-
"name": "AriaAttributes"
|
|
2044
|
-
}
|
|
2045
|
-
],
|
|
2046
453
|
"required": false,
|
|
2047
|
-
"type":
|
|
2048
|
-
"name": "string"
|
|
2049
|
-
},
|
|
2050
|
-
"control": {
|
|
2051
|
-
"type": "text"
|
|
2052
|
-
}
|
|
454
|
+
"type": "text"
|
|
2053
455
|
},
|
|
2054
456
|
"aria-details": {
|
|
2055
457
|
"defaultValue": null,
|
|
2056
|
-
"description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
|
|
2057
|
-
"name": "aria-details",
|
|
2058
|
-
"parent": {
|
|
2059
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2060
|
-
"name": "AriaAttributes"
|
|
2061
|
-
},
|
|
2062
|
-
"declarations": [
|
|
2063
|
-
{
|
|
2064
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2065
|
-
"name": "AriaAttributes"
|
|
2066
|
-
}
|
|
2067
|
-
],
|
|
2068
458
|
"required": false,
|
|
2069
|
-
"type":
|
|
2070
|
-
"name": "string"
|
|
2071
|
-
},
|
|
2072
|
-
"control": {
|
|
2073
|
-
"type": "text"
|
|
2074
|
-
}
|
|
459
|
+
"type": "text"
|
|
2075
460
|
},
|
|
2076
461
|
"aria-disabled": {
|
|
2077
462
|
"defaultValue": null,
|
|
2078
|
-
"description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n@see aria-hidden\n@see aria-readonly.",
|
|
2079
|
-
"name": "aria-disabled",
|
|
2080
|
-
"parent": {
|
|
2081
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2082
|
-
"name": "AriaAttributes"
|
|
2083
|
-
},
|
|
2084
|
-
"declarations": [
|
|
2085
|
-
{
|
|
2086
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2087
|
-
"name": "AriaAttributes"
|
|
2088
|
-
}
|
|
2089
|
-
],
|
|
2090
463
|
"required": false,
|
|
2091
|
-
"type":
|
|
2092
|
-
"name": "Booleanish"
|
|
2093
|
-
},
|
|
2094
|
-
"control": {
|
|
2095
|
-
"type": "boolean"
|
|
2096
|
-
}
|
|
464
|
+
"type": "boolean"
|
|
2097
465
|
},
|
|
2098
466
|
"aria-dropeffect": {
|
|
2099
467
|
"defaultValue": null,
|
|
2100
|
-
"
|
|
2101
|
-
"name": "aria-dropeffect",
|
|
2102
|
-
"parent": {
|
|
2103
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2104
|
-
"name": "AriaAttributes"
|
|
2105
|
-
},
|
|
2106
|
-
"declarations": [
|
|
2107
|
-
{
|
|
2108
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2109
|
-
"name": "AriaAttributes"
|
|
2110
|
-
}
|
|
2111
|
-
],
|
|
468
|
+
"options": ["link", "none", "copy", "execute", "move", "popup"],
|
|
2112
469
|
"required": false,
|
|
2113
|
-
"type":
|
|
2114
|
-
"name": "enum",
|
|
2115
|
-
"raw": "\"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\"",
|
|
2116
|
-
"value": [
|
|
2117
|
-
{
|
|
2118
|
-
"value": "\"link\""
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"value": "\"none\""
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"value": "\"copy\""
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"value": "\"execute\""
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"value": "\"move\""
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"value": "\"popup\""
|
|
2134
|
-
}
|
|
2135
|
-
]
|
|
2136
|
-
},
|
|
2137
|
-
"control": {
|
|
2138
|
-
"type": "select"
|
|
2139
|
-
},
|
|
2140
|
-
"options": [
|
|
2141
|
-
"link",
|
|
2142
|
-
"none",
|
|
2143
|
-
"copy",
|
|
2144
|
-
"execute",
|
|
2145
|
-
"move",
|
|
2146
|
-
"popup"
|
|
2147
|
-
]
|
|
470
|
+
"type": "select"
|
|
2148
471
|
},
|
|
2149
472
|
"aria-errormessage": {
|
|
2150
473
|
"defaultValue": null,
|
|
2151
|
-
"description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
|
|
2152
|
-
"name": "aria-errormessage",
|
|
2153
|
-
"parent": {
|
|
2154
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2155
|
-
"name": "AriaAttributes"
|
|
2156
|
-
},
|
|
2157
|
-
"declarations": [
|
|
2158
|
-
{
|
|
2159
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2160
|
-
"name": "AriaAttributes"
|
|
2161
|
-
}
|
|
2162
|
-
],
|
|
2163
474
|
"required": false,
|
|
2164
|
-
"type":
|
|
2165
|
-
"name": "string"
|
|
2166
|
-
},
|
|
2167
|
-
"control": {
|
|
2168
|
-
"type": "text"
|
|
2169
|
-
}
|
|
475
|
+
"type": "text"
|
|
2170
476
|
},
|
|
2171
477
|
"aria-expanded": {
|
|
2172
478
|
"defaultValue": null,
|
|
2173
|
-
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
|
|
2174
|
-
"name": "aria-expanded",
|
|
2175
|
-
"parent": {
|
|
2176
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2177
|
-
"name": "AriaAttributes"
|
|
2178
|
-
},
|
|
2179
|
-
"declarations": [
|
|
2180
|
-
{
|
|
2181
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2182
|
-
"name": "AriaAttributes"
|
|
2183
|
-
}
|
|
2184
|
-
],
|
|
2185
479
|
"required": false,
|
|
2186
|
-
"type":
|
|
2187
|
-
"name": "Booleanish"
|
|
2188
|
-
},
|
|
2189
|
-
"control": {
|
|
2190
|
-
"type": "boolean"
|
|
2191
|
-
}
|
|
480
|
+
"type": "boolean"
|
|
2192
481
|
},
|
|
2193
482
|
"aria-flowto": {
|
|
2194
483
|
"defaultValue": null,
|
|
2195
|
-
"description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.",
|
|
2196
|
-
"name": "aria-flowto",
|
|
2197
|
-
"parent": {
|
|
2198
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2199
|
-
"name": "AriaAttributes"
|
|
2200
|
-
},
|
|
2201
|
-
"declarations": [
|
|
2202
|
-
{
|
|
2203
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2204
|
-
"name": "AriaAttributes"
|
|
2205
|
-
}
|
|
2206
|
-
],
|
|
2207
484
|
"required": false,
|
|
2208
|
-
"type":
|
|
2209
|
-
"name": "string"
|
|
2210
|
-
},
|
|
2211
|
-
"control": {
|
|
2212
|
-
"type": "text"
|
|
2213
|
-
}
|
|
485
|
+
"type": "text"
|
|
2214
486
|
},
|
|
2215
487
|
"aria-grabbed": {
|
|
2216
488
|
"defaultValue": null,
|
|
2217
|
-
"description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1",
|
|
2218
|
-
"name": "aria-grabbed",
|
|
2219
|
-
"parent": {
|
|
2220
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2221
|
-
"name": "AriaAttributes"
|
|
2222
|
-
},
|
|
2223
|
-
"declarations": [
|
|
2224
|
-
{
|
|
2225
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2226
|
-
"name": "AriaAttributes"
|
|
2227
|
-
}
|
|
2228
|
-
],
|
|
2229
489
|
"required": false,
|
|
2230
|
-
"type":
|
|
2231
|
-
"name": "Booleanish"
|
|
2232
|
-
},
|
|
2233
|
-
"control": {
|
|
2234
|
-
"type": "boolean"
|
|
2235
|
-
}
|
|
490
|
+
"type": "boolean"
|
|
2236
491
|
},
|
|
2237
492
|
"aria-haspopup": {
|
|
2238
493
|
"defaultValue": null,
|
|
2239
|
-
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
|
|
2240
|
-
"name": "aria-haspopup",
|
|
2241
|
-
"parent": {
|
|
2242
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2243
|
-
"name": "AriaAttributes"
|
|
2244
|
-
},
|
|
2245
|
-
"declarations": [
|
|
2246
|
-
{
|
|
2247
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2248
|
-
"name": "AriaAttributes"
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2251
494
|
"required": false,
|
|
2252
|
-
"type":
|
|
2253
|
-
"name": "boolean | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"grid\" | \"listbox\" | \"tree\""
|
|
2254
|
-
},
|
|
2255
|
-
"control": {
|
|
2256
|
-
"type": "text"
|
|
2257
|
-
}
|
|
495
|
+
"type": "text"
|
|
2258
496
|
},
|
|
2259
497
|
"aria-hidden": {
|
|
2260
498
|
"defaultValue": null,
|
|
2261
|
-
"description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
|
|
2262
|
-
"name": "aria-hidden",
|
|
2263
|
-
"parent": {
|
|
2264
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2265
|
-
"name": "AriaAttributes"
|
|
2266
|
-
},
|
|
2267
|
-
"declarations": [
|
|
2268
|
-
{
|
|
2269
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2270
|
-
"name": "AriaAttributes"
|
|
2271
|
-
}
|
|
2272
|
-
],
|
|
2273
499
|
"required": false,
|
|
2274
|
-
"type":
|
|
2275
|
-
"name": "Booleanish"
|
|
2276
|
-
},
|
|
2277
|
-
"control": {
|
|
2278
|
-
"type": "boolean"
|
|
2279
|
-
}
|
|
500
|
+
"type": "boolean"
|
|
2280
501
|
},
|
|
2281
502
|
"aria-invalid": {
|
|
2282
503
|
"defaultValue": null,
|
|
2283
|
-
"description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
|
|
2284
|
-
"name": "aria-invalid",
|
|
2285
|
-
"parent": {
|
|
2286
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2287
|
-
"name": "AriaAttributes"
|
|
2288
|
-
},
|
|
2289
|
-
"declarations": [
|
|
2290
|
-
{
|
|
2291
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2292
|
-
"name": "AriaAttributes"
|
|
2293
|
-
}
|
|
2294
|
-
],
|
|
2295
504
|
"required": false,
|
|
2296
|
-
"type":
|
|
2297
|
-
"name": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\""
|
|
2298
|
-
},
|
|
2299
|
-
"control": {
|
|
2300
|
-
"type": "text"
|
|
2301
|
-
}
|
|
505
|
+
"type": "text"
|
|
2302
506
|
},
|
|
2303
507
|
"aria-keyshortcuts": {
|
|
2304
508
|
"defaultValue": null,
|
|
2305
|
-
"description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
|
|
2306
|
-
"name": "aria-keyshortcuts",
|
|
2307
|
-
"parent": {
|
|
2308
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2309
|
-
"name": "AriaAttributes"
|
|
2310
|
-
},
|
|
2311
|
-
"declarations": [
|
|
2312
|
-
{
|
|
2313
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2314
|
-
"name": "AriaAttributes"
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
509
|
"required": false,
|
|
2318
|
-
"type":
|
|
2319
|
-
"name": "string"
|
|
2320
|
-
},
|
|
2321
|
-
"control": {
|
|
2322
|
-
"type": "text"
|
|
2323
|
-
}
|
|
510
|
+
"type": "text"
|
|
2324
511
|
},
|
|
2325
512
|
"aria-label": {
|
|
2326
513
|
"defaultValue": null,
|
|
2327
|
-
"description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
|
|
2328
|
-
"name": "aria-label",
|
|
2329
|
-
"parent": {
|
|
2330
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2331
|
-
"name": "AriaAttributes"
|
|
2332
|
-
},
|
|
2333
|
-
"declarations": [
|
|
2334
|
-
{
|
|
2335
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2336
|
-
"name": "AriaAttributes"
|
|
2337
|
-
}
|
|
2338
|
-
],
|
|
2339
514
|
"required": false,
|
|
2340
|
-
"type":
|
|
2341
|
-
"name": "string"
|
|
2342
|
-
},
|
|
2343
|
-
"control": {
|
|
2344
|
-
"type": "text"
|
|
2345
|
-
}
|
|
515
|
+
"type": "text"
|
|
2346
516
|
},
|
|
2347
517
|
"aria-labelledby": {
|
|
2348
518
|
"defaultValue": null,
|
|
2349
|
-
"description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
|
|
2350
|
-
"name": "aria-labelledby",
|
|
2351
|
-
"parent": {
|
|
2352
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2353
|
-
"name": "AriaAttributes"
|
|
2354
|
-
},
|
|
2355
|
-
"declarations": [
|
|
2356
|
-
{
|
|
2357
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2358
|
-
"name": "AriaAttributes"
|
|
2359
|
-
}
|
|
2360
|
-
],
|
|
2361
519
|
"required": false,
|
|
2362
|
-
"type":
|
|
2363
|
-
"name": "string"
|
|
2364
|
-
},
|
|
2365
|
-
"control": {
|
|
2366
|
-
"type": "text"
|
|
2367
|
-
}
|
|
520
|
+
"type": "text"
|
|
2368
521
|
},
|
|
2369
522
|
"aria-level": {
|
|
2370
523
|
"defaultValue": null,
|
|
2371
|
-
"description": "Defines the hierarchical level of an element within a structure.",
|
|
2372
|
-
"name": "aria-level",
|
|
2373
|
-
"parent": {
|
|
2374
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2375
|
-
"name": "AriaAttributes"
|
|
2376
|
-
},
|
|
2377
|
-
"declarations": [
|
|
2378
|
-
{
|
|
2379
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2380
|
-
"name": "AriaAttributes"
|
|
2381
|
-
}
|
|
2382
|
-
],
|
|
2383
524
|
"required": false,
|
|
2384
|
-
"type":
|
|
2385
|
-
"name": "number"
|
|
2386
|
-
},
|
|
2387
|
-
"control": {
|
|
2388
|
-
"type": "number"
|
|
2389
|
-
}
|
|
525
|
+
"type": "number"
|
|
2390
526
|
},
|
|
2391
527
|
"aria-live": {
|
|
2392
528
|
"defaultValue": null,
|
|
2393
|
-
"
|
|
2394
|
-
"name": "aria-live",
|
|
2395
|
-
"parent": {
|
|
2396
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2397
|
-
"name": "AriaAttributes"
|
|
2398
|
-
},
|
|
2399
|
-
"declarations": [
|
|
2400
|
-
{
|
|
2401
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2402
|
-
"name": "AriaAttributes"
|
|
2403
|
-
}
|
|
2404
|
-
],
|
|
529
|
+
"options": ["off", "assertive", "polite"],
|
|
2405
530
|
"required": false,
|
|
2406
|
-
"type":
|
|
2407
|
-
"name": "enum",
|
|
2408
|
-
"raw": "\"off\" | \"assertive\" | \"polite\"",
|
|
2409
|
-
"value": [
|
|
2410
|
-
{
|
|
2411
|
-
"value": "\"off\""
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"value": "\"assertive\""
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"value": "\"polite\""
|
|
2418
|
-
}
|
|
2419
|
-
]
|
|
2420
|
-
},
|
|
2421
|
-
"control": {
|
|
2422
|
-
"type": "radio"
|
|
2423
|
-
},
|
|
2424
|
-
"options": [
|
|
2425
|
-
"off",
|
|
2426
|
-
"assertive",
|
|
2427
|
-
"polite"
|
|
2428
|
-
]
|
|
531
|
+
"type": "radio"
|
|
2429
532
|
},
|
|
2430
533
|
"aria-modal": {
|
|
2431
534
|
"defaultValue": null,
|
|
2432
|
-
"description": "Indicates whether an element is modal when displayed.",
|
|
2433
|
-
"name": "aria-modal",
|
|
2434
|
-
"parent": {
|
|
2435
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2436
|
-
"name": "AriaAttributes"
|
|
2437
|
-
},
|
|
2438
|
-
"declarations": [
|
|
2439
|
-
{
|
|
2440
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2441
|
-
"name": "AriaAttributes"
|
|
2442
|
-
}
|
|
2443
|
-
],
|
|
2444
535
|
"required": false,
|
|
2445
|
-
"type":
|
|
2446
|
-
"name": "Booleanish"
|
|
2447
|
-
},
|
|
2448
|
-
"control": {
|
|
2449
|
-
"type": "boolean"
|
|
2450
|
-
}
|
|
536
|
+
"type": "boolean"
|
|
2451
537
|
},
|
|
2452
538
|
"aria-multiline": {
|
|
2453
539
|
"defaultValue": null,
|
|
2454
|
-
"description": "Indicates whether a text box accepts multiple lines of input or only a single line.",
|
|
2455
|
-
"name": "aria-multiline",
|
|
2456
|
-
"parent": {
|
|
2457
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2458
|
-
"name": "AriaAttributes"
|
|
2459
|
-
},
|
|
2460
|
-
"declarations": [
|
|
2461
|
-
{
|
|
2462
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2463
|
-
"name": "AriaAttributes"
|
|
2464
|
-
}
|
|
2465
|
-
],
|
|
2466
540
|
"required": false,
|
|
2467
|
-
"type":
|
|
2468
|
-
"name": "Booleanish"
|
|
2469
|
-
},
|
|
2470
|
-
"control": {
|
|
2471
|
-
"type": "boolean"
|
|
2472
|
-
}
|
|
541
|
+
"type": "boolean"
|
|
2473
542
|
},
|
|
2474
543
|
"aria-multiselectable": {
|
|
2475
544
|
"defaultValue": null,
|
|
2476
|
-
"description": "Indicates that the user may select more than one item from the current selectable descendants.",
|
|
2477
|
-
"name": "aria-multiselectable",
|
|
2478
|
-
"parent": {
|
|
2479
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2480
|
-
"name": "AriaAttributes"
|
|
2481
|
-
},
|
|
2482
|
-
"declarations": [
|
|
2483
|
-
{
|
|
2484
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2485
|
-
"name": "AriaAttributes"
|
|
2486
|
-
}
|
|
2487
|
-
],
|
|
2488
545
|
"required": false,
|
|
2489
|
-
"type":
|
|
2490
|
-
"name": "Booleanish"
|
|
2491
|
-
},
|
|
2492
|
-
"control": {
|
|
2493
|
-
"type": "boolean"
|
|
2494
|
-
}
|
|
546
|
+
"type": "boolean"
|
|
2495
547
|
},
|
|
2496
548
|
"aria-orientation": {
|
|
2497
549
|
"defaultValue": null,
|
|
2498
|
-
"
|
|
2499
|
-
"name": "aria-orientation",
|
|
2500
|
-
"parent": {
|
|
2501
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2502
|
-
"name": "AriaAttributes"
|
|
2503
|
-
},
|
|
2504
|
-
"declarations": [
|
|
2505
|
-
{
|
|
2506
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2507
|
-
"name": "AriaAttributes"
|
|
2508
|
-
}
|
|
2509
|
-
],
|
|
550
|
+
"options": ["horizontal", "vertical"],
|
|
2510
551
|
"required": false,
|
|
2511
|
-
"type":
|
|
2512
|
-
"name": "enum",
|
|
2513
|
-
"raw": "\"horizontal\" | \"vertical\"",
|
|
2514
|
-
"value": [
|
|
2515
|
-
{
|
|
2516
|
-
"value": "\"horizontal\""
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"value": "\"vertical\""
|
|
2520
|
-
}
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
"control": {
|
|
2524
|
-
"type": "radio"
|
|
2525
|
-
},
|
|
2526
|
-
"options": [
|
|
2527
|
-
"horizontal",
|
|
2528
|
-
"vertical"
|
|
2529
|
-
]
|
|
552
|
+
"type": "radio"
|
|
2530
553
|
},
|
|
2531
554
|
"aria-owns": {
|
|
2532
555
|
"defaultValue": null,
|
|
2533
|
-
"description": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.\n@see aria-controls.",
|
|
2534
|
-
"name": "aria-owns",
|
|
2535
|
-
"parent": {
|
|
2536
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2537
|
-
"name": "AriaAttributes"
|
|
2538
|
-
},
|
|
2539
|
-
"declarations": [
|
|
2540
|
-
{
|
|
2541
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2542
|
-
"name": "AriaAttributes"
|
|
2543
|
-
}
|
|
2544
|
-
],
|
|
2545
556
|
"required": false,
|
|
2546
|
-
"type":
|
|
2547
|
-
"name": "string"
|
|
2548
|
-
},
|
|
2549
|
-
"control": {
|
|
2550
|
-
"type": "text"
|
|
2551
|
-
}
|
|
557
|
+
"type": "text"
|
|
2552
558
|
},
|
|
2553
559
|
"aria-placeholder": {
|
|
2554
560
|
"defaultValue": null,
|
|
2555
|
-
"description": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format.",
|
|
2556
|
-
"name": "aria-placeholder",
|
|
2557
|
-
"parent": {
|
|
2558
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2559
|
-
"name": "AriaAttributes"
|
|
2560
|
-
},
|
|
2561
|
-
"declarations": [
|
|
2562
|
-
{
|
|
2563
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2564
|
-
"name": "AriaAttributes"
|
|
2565
|
-
}
|
|
2566
|
-
],
|
|
2567
561
|
"required": false,
|
|
2568
|
-
"type":
|
|
2569
|
-
"name": "string"
|
|
2570
|
-
},
|
|
2571
|
-
"control": {
|
|
2572
|
-
"type": "text"
|
|
2573
|
-
}
|
|
562
|
+
"type": "text"
|
|
2574
563
|
},
|
|
2575
564
|
"aria-posinset": {
|
|
2576
565
|
"defaultValue": null,
|
|
2577
|
-
"description": "Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.\n@see aria-setsize.",
|
|
2578
|
-
"name": "aria-posinset",
|
|
2579
|
-
"parent": {
|
|
2580
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2581
|
-
"name": "AriaAttributes"
|
|
2582
|
-
},
|
|
2583
|
-
"declarations": [
|
|
2584
|
-
{
|
|
2585
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2586
|
-
"name": "AriaAttributes"
|
|
2587
|
-
}
|
|
2588
|
-
],
|
|
2589
566
|
"required": false,
|
|
2590
|
-
"type":
|
|
2591
|
-
"name": "number"
|
|
2592
|
-
},
|
|
2593
|
-
"control": {
|
|
2594
|
-
"type": "number"
|
|
2595
|
-
}
|
|
567
|
+
"type": "number"
|
|
2596
568
|
},
|
|
2597
569
|
"aria-pressed": {
|
|
2598
570
|
"defaultValue": null,
|
|
2599
|
-
"description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.",
|
|
2600
|
-
"name": "aria-pressed",
|
|
2601
|
-
"parent": {
|
|
2602
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2603
|
-
"name": "AriaAttributes"
|
|
2604
|
-
},
|
|
2605
|
-
"declarations": [
|
|
2606
|
-
{
|
|
2607
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2608
|
-
"name": "AriaAttributes"
|
|
2609
|
-
}
|
|
2610
|
-
],
|
|
2611
571
|
"required": false,
|
|
2612
|
-
"type":
|
|
2613
|
-
"name": "boolean | \"true\" | \"false\" | \"mixed\""
|
|
2614
|
-
},
|
|
2615
|
-
"control": {
|
|
2616
|
-
"type": "text"
|
|
2617
|
-
}
|
|
572
|
+
"type": "text"
|
|
2618
573
|
},
|
|
2619
574
|
"aria-readonly": {
|
|
2620
575
|
"defaultValue": null,
|
|
2621
|
-
"description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
|
|
2622
|
-
"name": "aria-readonly",
|
|
2623
|
-
"parent": {
|
|
2624
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2625
|
-
"name": "AriaAttributes"
|
|
2626
|
-
},
|
|
2627
|
-
"declarations": [
|
|
2628
|
-
{
|
|
2629
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2630
|
-
"name": "AriaAttributes"
|
|
2631
|
-
}
|
|
2632
|
-
],
|
|
2633
576
|
"required": false,
|
|
2634
|
-
"type":
|
|
2635
|
-
"name": "Booleanish"
|
|
2636
|
-
},
|
|
2637
|
-
"control": {
|
|
2638
|
-
"type": "boolean"
|
|
2639
|
-
}
|
|
577
|
+
"type": "boolean"
|
|
2640
578
|
},
|
|
2641
579
|
"aria-relevant": {
|
|
2642
580
|
"defaultValue": null,
|
|
2643
|
-
"description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
|
|
2644
|
-
"name": "aria-relevant",
|
|
2645
|
-
"parent": {
|
|
2646
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2647
|
-
"name": "AriaAttributes"
|
|
2648
|
-
},
|
|
2649
|
-
"declarations": [
|
|
2650
|
-
{
|
|
2651
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2652
|
-
"name": "AriaAttributes"
|
|
2653
|
-
}
|
|
2654
|
-
],
|
|
2655
|
-
"required": false,
|
|
2656
|
-
"type": {
|
|
2657
|
-
"name": "enum",
|
|
2658
|
-
"raw": "\"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\"",
|
|
2659
|
-
"value": [
|
|
2660
|
-
{
|
|
2661
|
-
"value": "\"text\""
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
"value": "\"additions\""
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"value": "\"additions removals\""
|
|
2668
|
-
},
|
|
2669
|
-
{
|
|
2670
|
-
"value": "\"additions text\""
|
|
2671
|
-
},
|
|
2672
|
-
{
|
|
2673
|
-
"value": "\"all\""
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"value": "\"removals\""
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"value": "\"removals additions\""
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"value": "\"removals text\""
|
|
2683
|
-
},
|
|
2684
|
-
{
|
|
2685
|
-
"value": "\"text additions\""
|
|
2686
|
-
},
|
|
2687
|
-
{
|
|
2688
|
-
"value": "\"text removals\""
|
|
2689
|
-
}
|
|
2690
|
-
]
|
|
2691
|
-
},
|
|
2692
|
-
"control": {
|
|
2693
|
-
"type": "select"
|
|
2694
|
-
},
|
|
2695
581
|
"options": [
|
|
2696
582
|
"text",
|
|
2697
583
|
"additions",
|
|
@@ -2703,291 +589,69 @@
|
|
|
2703
589
|
"removals text",
|
|
2704
590
|
"text additions",
|
|
2705
591
|
"text removals"
|
|
2706
|
-
]
|
|
592
|
+
],
|
|
593
|
+
"required": false,
|
|
594
|
+
"type": "select"
|
|
2707
595
|
},
|
|
2708
596
|
"aria-required": {
|
|
2709
597
|
"defaultValue": null,
|
|
2710
|
-
"description": "Indicates that user input is required on the element before a form may be submitted.",
|
|
2711
|
-
"name": "aria-required",
|
|
2712
|
-
"parent": {
|
|
2713
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2714
|
-
"name": "AriaAttributes"
|
|
2715
|
-
},
|
|
2716
|
-
"declarations": [
|
|
2717
|
-
{
|
|
2718
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2719
|
-
"name": "AriaAttributes"
|
|
2720
|
-
}
|
|
2721
|
-
],
|
|
2722
598
|
"required": false,
|
|
2723
|
-
"type":
|
|
2724
|
-
"name": "Booleanish"
|
|
2725
|
-
},
|
|
2726
|
-
"control": {
|
|
2727
|
-
"type": "boolean"
|
|
2728
|
-
}
|
|
599
|
+
"type": "boolean"
|
|
2729
600
|
},
|
|
2730
601
|
"aria-roledescription": {
|
|
2731
602
|
"defaultValue": null,
|
|
2732
|
-
"description": "Defines a human-readable, author-localized description for the role of an element.",
|
|
2733
|
-
"name": "aria-roledescription",
|
|
2734
|
-
"parent": {
|
|
2735
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2736
|
-
"name": "AriaAttributes"
|
|
2737
|
-
},
|
|
2738
|
-
"declarations": [
|
|
2739
|
-
{
|
|
2740
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2741
|
-
"name": "AriaAttributes"
|
|
2742
|
-
}
|
|
2743
|
-
],
|
|
2744
603
|
"required": false,
|
|
2745
|
-
"type":
|
|
2746
|
-
"name": "string"
|
|
2747
|
-
},
|
|
2748
|
-
"control": {
|
|
2749
|
-
"type": "text"
|
|
2750
|
-
}
|
|
604
|
+
"type": "text"
|
|
2751
605
|
},
|
|
2752
606
|
"aria-rowcount": {
|
|
2753
607
|
"defaultValue": null,
|
|
2754
|
-
"description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
|
|
2755
|
-
"name": "aria-rowcount",
|
|
2756
|
-
"parent": {
|
|
2757
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2758
|
-
"name": "AriaAttributes"
|
|
2759
|
-
},
|
|
2760
|
-
"declarations": [
|
|
2761
|
-
{
|
|
2762
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2763
|
-
"name": "AriaAttributes"
|
|
2764
|
-
}
|
|
2765
|
-
],
|
|
2766
608
|
"required": false,
|
|
2767
|
-
"type":
|
|
2768
|
-
"name": "number"
|
|
2769
|
-
},
|
|
2770
|
-
"control": {
|
|
2771
|
-
"type": "number"
|
|
2772
|
-
}
|
|
609
|
+
"type": "number"
|
|
2773
610
|
},
|
|
2774
611
|
"aria-rowindex": {
|
|
2775
612
|
"defaultValue": null,
|
|
2776
|
-
"description": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.\n@see aria-rowcount\n@see aria-rowspan.",
|
|
2777
|
-
"name": "aria-rowindex",
|
|
2778
|
-
"parent": {
|
|
2779
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2780
|
-
"name": "AriaAttributes"
|
|
2781
|
-
},
|
|
2782
|
-
"declarations": [
|
|
2783
|
-
{
|
|
2784
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2785
|
-
"name": "AriaAttributes"
|
|
2786
|
-
}
|
|
2787
|
-
],
|
|
2788
613
|
"required": false,
|
|
2789
|
-
"type":
|
|
2790
|
-
"name": "number"
|
|
2791
|
-
},
|
|
2792
|
-
"control": {
|
|
2793
|
-
"type": "number"
|
|
2794
|
-
}
|
|
614
|
+
"type": "number"
|
|
2795
615
|
},
|
|
2796
616
|
"aria-rowspan": {
|
|
2797
617
|
"defaultValue": null,
|
|
2798
|
-
"description": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
|
|
2799
|
-
"name": "aria-rowspan",
|
|
2800
|
-
"parent": {
|
|
2801
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2802
|
-
"name": "AriaAttributes"
|
|
2803
|
-
},
|
|
2804
|
-
"declarations": [
|
|
2805
|
-
{
|
|
2806
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2807
|
-
"name": "AriaAttributes"
|
|
2808
|
-
}
|
|
2809
|
-
],
|
|
2810
618
|
"required": false,
|
|
2811
|
-
"type":
|
|
2812
|
-
"name": "number"
|
|
2813
|
-
},
|
|
2814
|
-
"control": {
|
|
2815
|
-
"type": "number"
|
|
2816
|
-
}
|
|
619
|
+
"type": "number"
|
|
2817
620
|
},
|
|
2818
621
|
"aria-selected": {
|
|
2819
622
|
"defaultValue": null,
|
|
2820
|
-
"description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.",
|
|
2821
|
-
"name": "aria-selected",
|
|
2822
|
-
"parent": {
|
|
2823
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2824
|
-
"name": "AriaAttributes"
|
|
2825
|
-
},
|
|
2826
|
-
"declarations": [
|
|
2827
|
-
{
|
|
2828
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2829
|
-
"name": "AriaAttributes"
|
|
2830
|
-
}
|
|
2831
|
-
],
|
|
2832
623
|
"required": false,
|
|
2833
|
-
"type":
|
|
2834
|
-
"name": "Booleanish"
|
|
2835
|
-
},
|
|
2836
|
-
"control": {
|
|
2837
|
-
"type": "boolean"
|
|
2838
|
-
}
|
|
624
|
+
"type": "boolean"
|
|
2839
625
|
},
|
|
2840
626
|
"aria-setsize": {
|
|
2841
627
|
"defaultValue": null,
|
|
2842
|
-
"description": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.\n@see aria-posinset.",
|
|
2843
|
-
"name": "aria-setsize",
|
|
2844
|
-
"parent": {
|
|
2845
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2846
|
-
"name": "AriaAttributes"
|
|
2847
|
-
},
|
|
2848
|
-
"declarations": [
|
|
2849
|
-
{
|
|
2850
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2851
|
-
"name": "AriaAttributes"
|
|
2852
|
-
}
|
|
2853
|
-
],
|
|
2854
628
|
"required": false,
|
|
2855
|
-
"type":
|
|
2856
|
-
"name": "number"
|
|
2857
|
-
},
|
|
2858
|
-
"control": {
|
|
2859
|
-
"type": "number"
|
|
2860
|
-
}
|
|
629
|
+
"type": "number"
|
|
2861
630
|
},
|
|
2862
631
|
"aria-sort": {
|
|
2863
632
|
"defaultValue": null,
|
|
2864
|
-
"
|
|
2865
|
-
"name": "aria-sort",
|
|
2866
|
-
"parent": {
|
|
2867
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2868
|
-
"name": "AriaAttributes"
|
|
2869
|
-
},
|
|
2870
|
-
"declarations": [
|
|
2871
|
-
{
|
|
2872
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2873
|
-
"name": "AriaAttributes"
|
|
2874
|
-
}
|
|
2875
|
-
],
|
|
633
|
+
"options": ["none", "ascending", "descending", "other"],
|
|
2876
634
|
"required": false,
|
|
2877
|
-
"type":
|
|
2878
|
-
"name": "enum",
|
|
2879
|
-
"raw": "\"none\" | \"ascending\" | \"descending\" | \"other\"",
|
|
2880
|
-
"value": [
|
|
2881
|
-
{
|
|
2882
|
-
"value": "\"none\""
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"value": "\"ascending\""
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"value": "\"descending\""
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"value": "\"other\""
|
|
2892
|
-
}
|
|
2893
|
-
]
|
|
2894
|
-
},
|
|
2895
|
-
"control": {
|
|
2896
|
-
"type": "radio"
|
|
2897
|
-
},
|
|
2898
|
-
"options": [
|
|
2899
|
-
"none",
|
|
2900
|
-
"ascending",
|
|
2901
|
-
"descending",
|
|
2902
|
-
"other"
|
|
2903
|
-
]
|
|
635
|
+
"type": "radio"
|
|
2904
636
|
},
|
|
2905
637
|
"aria-valuemax": {
|
|
2906
638
|
"defaultValue": null,
|
|
2907
|
-
"description": "Defines the maximum allowed value for a range widget.",
|
|
2908
|
-
"name": "aria-valuemax",
|
|
2909
|
-
"parent": {
|
|
2910
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2911
|
-
"name": "AriaAttributes"
|
|
2912
|
-
},
|
|
2913
|
-
"declarations": [
|
|
2914
|
-
{
|
|
2915
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2916
|
-
"name": "AriaAttributes"
|
|
2917
|
-
}
|
|
2918
|
-
],
|
|
2919
639
|
"required": false,
|
|
2920
|
-
"type":
|
|
2921
|
-
"name": "number"
|
|
2922
|
-
},
|
|
2923
|
-
"control": {
|
|
2924
|
-
"type": "number"
|
|
2925
|
-
}
|
|
640
|
+
"type": "number"
|
|
2926
641
|
},
|
|
2927
642
|
"aria-valuemin": {
|
|
2928
643
|
"defaultValue": null,
|
|
2929
|
-
"description": "Defines the minimum allowed value for a range widget.",
|
|
2930
|
-
"name": "aria-valuemin",
|
|
2931
|
-
"parent": {
|
|
2932
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2933
|
-
"name": "AriaAttributes"
|
|
2934
|
-
},
|
|
2935
|
-
"declarations": [
|
|
2936
|
-
{
|
|
2937
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2938
|
-
"name": "AriaAttributes"
|
|
2939
|
-
}
|
|
2940
|
-
],
|
|
2941
644
|
"required": false,
|
|
2942
|
-
"type":
|
|
2943
|
-
"name": "number"
|
|
2944
|
-
},
|
|
2945
|
-
"control": {
|
|
2946
|
-
"type": "number"
|
|
2947
|
-
}
|
|
645
|
+
"type": "number"
|
|
2948
646
|
},
|
|
2949
647
|
"aria-valuenow": {
|
|
2950
648
|
"defaultValue": null,
|
|
2951
|
-
"description": "Defines the current value for a range widget.\n@see aria-valuetext.",
|
|
2952
|
-
"name": "aria-valuenow",
|
|
2953
|
-
"parent": {
|
|
2954
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2955
|
-
"name": "AriaAttributes"
|
|
2956
|
-
},
|
|
2957
|
-
"declarations": [
|
|
2958
|
-
{
|
|
2959
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2960
|
-
"name": "AriaAttributes"
|
|
2961
|
-
}
|
|
2962
|
-
],
|
|
2963
649
|
"required": false,
|
|
2964
|
-
"type":
|
|
2965
|
-
"name": "number"
|
|
2966
|
-
},
|
|
2967
|
-
"control": {
|
|
2968
|
-
"type": "number"
|
|
2969
|
-
}
|
|
650
|
+
"type": "number"
|
|
2970
651
|
},
|
|
2971
652
|
"aria-valuetext": {
|
|
2972
653
|
"defaultValue": null,
|
|
2973
|
-
"description": "Defines the human readable text alternative of aria-valuenow for a range widget.",
|
|
2974
|
-
"name": "aria-valuetext",
|
|
2975
|
-
"parent": {
|
|
2976
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2977
|
-
"name": "AriaAttributes"
|
|
2978
|
-
},
|
|
2979
|
-
"declarations": [
|
|
2980
|
-
{
|
|
2981
|
-
"fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
|
|
2982
|
-
"name": "AriaAttributes"
|
|
2983
|
-
}
|
|
2984
|
-
],
|
|
2985
654
|
"required": false,
|
|
2986
|
-
"type":
|
|
2987
|
-
"name": "string"
|
|
2988
|
-
},
|
|
2989
|
-
"control": {
|
|
2990
|
-
"type": "text"
|
|
2991
|
-
}
|
|
655
|
+
"type": "text"
|
|
2992
656
|
}
|
|
2993
657
|
}
|