@webstudio-is/image 0.28.0 → 0.30.0
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/__generated__/image.props.json +653 -361
- package/lib/cjs/__generated__/image.props.json +653 -361
- package/package.json +2 -2
- package/src/__generated__/image.props.json +653 -361
- package/src/image-dev.stories.tsx +6 -4
|
@@ -1,575 +1,867 @@
|
|
|
1
1
|
{
|
|
2
2
|
"slot": {
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
"type": {
|
|
4
|
+
"name": "string",
|
|
5
|
+
"required": false
|
|
6
|
+
},
|
|
7
|
+
"control": "text"
|
|
6
8
|
},
|
|
7
9
|
"style": {
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
"type": {
|
|
11
|
+
"name": "CSSProperties",
|
|
12
|
+
"required": false
|
|
13
|
+
},
|
|
14
|
+
"control": "text"
|
|
11
15
|
},
|
|
12
16
|
"title": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
"type": {
|
|
18
|
+
"name": "string",
|
|
19
|
+
"required": false
|
|
20
|
+
},
|
|
21
|
+
"control": "text"
|
|
16
22
|
},
|
|
17
23
|
"alt": {
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
24
|
+
"type": {
|
|
25
|
+
"name": "string",
|
|
26
|
+
"required": false
|
|
27
|
+
},
|
|
28
|
+
"control": "text"
|
|
21
29
|
},
|
|
22
30
|
"crossOrigin": {
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
31
|
+
"type": {
|
|
32
|
+
"name": "string",
|
|
33
|
+
"required": false
|
|
34
|
+
},
|
|
35
|
+
"control": {
|
|
36
|
+
"type": "radio",
|
|
37
|
+
"options": ["", "anonymous", "use-credentials"]
|
|
38
|
+
}
|
|
27
39
|
},
|
|
28
40
|
"decoding": {
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
41
|
+
"type": {
|
|
42
|
+
"name": "string",
|
|
43
|
+
"required": false
|
|
44
|
+
},
|
|
45
|
+
"control": {
|
|
46
|
+
"type": "radio",
|
|
47
|
+
"options": ["async", "auto", "sync"]
|
|
48
|
+
},
|
|
49
|
+
"defaultValue": "async"
|
|
33
50
|
},
|
|
34
51
|
"height": {
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
52
|
+
"type": {
|
|
53
|
+
"name": "string | number",
|
|
54
|
+
"required": false
|
|
55
|
+
},
|
|
56
|
+
"control": "text"
|
|
38
57
|
},
|
|
39
58
|
"loading": {
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
59
|
+
"type": {
|
|
60
|
+
"name": "string",
|
|
61
|
+
"required": false
|
|
62
|
+
},
|
|
63
|
+
"control": {
|
|
64
|
+
"type": "radio",
|
|
65
|
+
"options": ["eager", "lazy"]
|
|
66
|
+
},
|
|
67
|
+
"defaultValue": "lazy"
|
|
44
68
|
},
|
|
45
69
|
"referrerPolicy": {
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
70
|
+
"type": {
|
|
71
|
+
"name": "string",
|
|
72
|
+
"required": false
|
|
73
|
+
},
|
|
74
|
+
"control": {
|
|
75
|
+
"type": "select",
|
|
76
|
+
"options": [
|
|
77
|
+
"",
|
|
78
|
+
"no-referrer",
|
|
79
|
+
"no-referrer-when-downgrade",
|
|
80
|
+
"origin",
|
|
81
|
+
"origin-when-cross-origin",
|
|
82
|
+
"same-origin",
|
|
83
|
+
"strict-origin",
|
|
84
|
+
"strict-origin-when-cross-origin",
|
|
85
|
+
"unsafe-url"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
60
88
|
},
|
|
61
89
|
"sizes": {
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
90
|
+
"type": {
|
|
91
|
+
"name": "string",
|
|
92
|
+
"required": false
|
|
93
|
+
},
|
|
94
|
+
"control": "text"
|
|
65
95
|
},
|
|
66
96
|
"src": {
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
97
|
+
"type": {
|
|
98
|
+
"name": "string",
|
|
99
|
+
"required": false
|
|
100
|
+
},
|
|
101
|
+
"control": "text",
|
|
102
|
+
"defaultValue": ""
|
|
70
103
|
},
|
|
71
104
|
"srcSet": {
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
105
|
+
"type": {
|
|
106
|
+
"name": "string",
|
|
107
|
+
"required": false
|
|
108
|
+
},
|
|
109
|
+
"control": "text"
|
|
75
110
|
},
|
|
76
111
|
"useMap": {
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
|
|
112
|
+
"type": {
|
|
113
|
+
"name": "string",
|
|
114
|
+
"required": false
|
|
115
|
+
},
|
|
116
|
+
"control": "text"
|
|
80
117
|
},
|
|
81
118
|
"width": {
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
119
|
+
"type": {
|
|
120
|
+
"name": "string | number",
|
|
121
|
+
"required": false
|
|
122
|
+
},
|
|
123
|
+
"control": "text"
|
|
85
124
|
},
|
|
86
125
|
"defaultChecked": {
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
126
|
+
"type": {
|
|
127
|
+
"name": "boolean",
|
|
128
|
+
"required": false
|
|
129
|
+
},
|
|
130
|
+
"control": "boolean"
|
|
90
131
|
},
|
|
91
132
|
"defaultValue": {
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
133
|
+
"type": {
|
|
134
|
+
"name": "string | number | readonly string[]",
|
|
135
|
+
"required": false
|
|
136
|
+
},
|
|
137
|
+
"control": "text"
|
|
95
138
|
},
|
|
96
139
|
"suppressContentEditableWarning": {
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
140
|
+
"type": {
|
|
141
|
+
"name": "boolean",
|
|
142
|
+
"required": false
|
|
143
|
+
},
|
|
144
|
+
"control": "boolean"
|
|
100
145
|
},
|
|
101
146
|
"suppressHydrationWarning": {
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
147
|
+
"type": {
|
|
148
|
+
"name": "boolean",
|
|
149
|
+
"required": false
|
|
150
|
+
},
|
|
151
|
+
"control": "boolean"
|
|
105
152
|
},
|
|
106
153
|
"accessKey": {
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
154
|
+
"type": {
|
|
155
|
+
"name": "string",
|
|
156
|
+
"required": false
|
|
157
|
+
},
|
|
158
|
+
"control": "text"
|
|
110
159
|
},
|
|
111
160
|
"className": {
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
161
|
+
"type": {
|
|
162
|
+
"name": "string",
|
|
163
|
+
"required": false
|
|
164
|
+
},
|
|
165
|
+
"control": "text"
|
|
115
166
|
},
|
|
116
167
|
"contentEditable": {
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
168
|
+
"type": {
|
|
169
|
+
"name": "Booleanish | \"inherit\"",
|
|
170
|
+
"required": false
|
|
171
|
+
},
|
|
172
|
+
"control": "text"
|
|
120
173
|
},
|
|
121
174
|
"contextMenu": {
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
175
|
+
"type": {
|
|
176
|
+
"name": "string",
|
|
177
|
+
"required": false
|
|
178
|
+
},
|
|
179
|
+
"control": "text"
|
|
125
180
|
},
|
|
126
181
|
"dir": {
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
|
|
182
|
+
"type": {
|
|
183
|
+
"name": "string",
|
|
184
|
+
"required": false
|
|
185
|
+
},
|
|
186
|
+
"control": "text"
|
|
130
187
|
},
|
|
131
188
|
"draggable": {
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
189
|
+
"type": {
|
|
190
|
+
"name": "boolean",
|
|
191
|
+
"required": false
|
|
192
|
+
},
|
|
193
|
+
"control": "boolean"
|
|
135
194
|
},
|
|
136
195
|
"hidden": {
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
196
|
+
"type": {
|
|
197
|
+
"name": "boolean",
|
|
198
|
+
"required": false
|
|
199
|
+
},
|
|
200
|
+
"control": "boolean"
|
|
140
201
|
},
|
|
141
202
|
"id": {
|
|
142
|
-
"
|
|
143
|
-
|
|
144
|
-
|
|
203
|
+
"type": {
|
|
204
|
+
"name": "string",
|
|
205
|
+
"required": false
|
|
206
|
+
},
|
|
207
|
+
"control": "text"
|
|
145
208
|
},
|
|
146
209
|
"lang": {
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
210
|
+
"type": {
|
|
211
|
+
"name": "string",
|
|
212
|
+
"required": false
|
|
213
|
+
},
|
|
214
|
+
"control": "text"
|
|
150
215
|
},
|
|
151
216
|
"placeholder": {
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
|
|
217
|
+
"type": {
|
|
218
|
+
"name": "string",
|
|
219
|
+
"required": false
|
|
220
|
+
},
|
|
221
|
+
"control": "text"
|
|
155
222
|
},
|
|
156
223
|
"spellCheck": {
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
224
|
+
"type": {
|
|
225
|
+
"name": "boolean",
|
|
226
|
+
"required": false
|
|
227
|
+
},
|
|
228
|
+
"control": "boolean"
|
|
160
229
|
},
|
|
161
230
|
"tabIndex": {
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
231
|
+
"type": {
|
|
232
|
+
"name": "number",
|
|
233
|
+
"required": false
|
|
234
|
+
},
|
|
235
|
+
"control": "number"
|
|
165
236
|
},
|
|
166
237
|
"translate": {
|
|
167
|
-
"
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
238
|
+
"type": {
|
|
239
|
+
"name": "string",
|
|
240
|
+
"required": false
|
|
241
|
+
},
|
|
242
|
+
"control": {
|
|
243
|
+
"type": "radio",
|
|
244
|
+
"options": ["yes", "no"]
|
|
245
|
+
}
|
|
171
246
|
},
|
|
172
247
|
"radioGroup": {
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
248
|
+
"type": {
|
|
249
|
+
"name": "string",
|
|
250
|
+
"required": false
|
|
251
|
+
},
|
|
252
|
+
"control": "text"
|
|
176
253
|
},
|
|
177
254
|
"role": {
|
|
178
|
-
"
|
|
179
|
-
|
|
180
|
-
|
|
255
|
+
"type": {
|
|
256
|
+
"name": "AriaRole",
|
|
257
|
+
"required": false
|
|
258
|
+
},
|
|
259
|
+
"control": "text"
|
|
181
260
|
},
|
|
182
261
|
"about": {
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
262
|
+
"type": {
|
|
263
|
+
"name": "string",
|
|
264
|
+
"required": false
|
|
265
|
+
},
|
|
266
|
+
"control": "text"
|
|
186
267
|
},
|
|
187
268
|
"datatype": {
|
|
188
|
-
"
|
|
189
|
-
|
|
190
|
-
|
|
269
|
+
"type": {
|
|
270
|
+
"name": "string",
|
|
271
|
+
"required": false
|
|
272
|
+
},
|
|
273
|
+
"control": "text"
|
|
191
274
|
},
|
|
192
275
|
"inlist": {
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
276
|
+
"type": {
|
|
277
|
+
"name": "any",
|
|
278
|
+
"required": false
|
|
279
|
+
},
|
|
280
|
+
"control": "text"
|
|
196
281
|
},
|
|
197
282
|
"prefix": {
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
283
|
+
"type": {
|
|
284
|
+
"name": "string",
|
|
285
|
+
"required": false
|
|
286
|
+
},
|
|
287
|
+
"control": "text"
|
|
201
288
|
},
|
|
202
289
|
"property": {
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
|
|
290
|
+
"type": {
|
|
291
|
+
"name": "string",
|
|
292
|
+
"required": false
|
|
293
|
+
},
|
|
294
|
+
"control": "text"
|
|
206
295
|
},
|
|
207
296
|
"resource": {
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
297
|
+
"type": {
|
|
298
|
+
"name": "string",
|
|
299
|
+
"required": false
|
|
300
|
+
},
|
|
301
|
+
"control": "text"
|
|
211
302
|
},
|
|
212
303
|
"typeof": {
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
304
|
+
"type": {
|
|
305
|
+
"name": "string",
|
|
306
|
+
"required": false
|
|
307
|
+
},
|
|
308
|
+
"control": "text"
|
|
216
309
|
},
|
|
217
310
|
"vocab": {
|
|
218
|
-
"
|
|
219
|
-
|
|
220
|
-
|
|
311
|
+
"type": {
|
|
312
|
+
"name": "string",
|
|
313
|
+
"required": false
|
|
314
|
+
},
|
|
315
|
+
"control": "text"
|
|
221
316
|
},
|
|
222
317
|
"autoCapitalize": {
|
|
223
|
-
"
|
|
224
|
-
|
|
225
|
-
|
|
318
|
+
"type": {
|
|
319
|
+
"name": "string",
|
|
320
|
+
"required": false
|
|
321
|
+
},
|
|
322
|
+
"control": "text"
|
|
226
323
|
},
|
|
227
324
|
"autoCorrect": {
|
|
228
|
-
"
|
|
229
|
-
|
|
230
|
-
|
|
325
|
+
"type": {
|
|
326
|
+
"name": "string",
|
|
327
|
+
"required": false
|
|
328
|
+
},
|
|
329
|
+
"control": "text"
|
|
231
330
|
},
|
|
232
331
|
"autoSave": {
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
332
|
+
"type": {
|
|
333
|
+
"name": "string",
|
|
334
|
+
"required": false
|
|
335
|
+
},
|
|
336
|
+
"control": "text"
|
|
236
337
|
},
|
|
237
338
|
"color": {
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
339
|
+
"type": {
|
|
340
|
+
"name": "string",
|
|
341
|
+
"required": false
|
|
342
|
+
},
|
|
343
|
+
"control": "color"
|
|
241
344
|
},
|
|
242
345
|
"itemProp": {
|
|
243
|
-
"
|
|
244
|
-
|
|
245
|
-
|
|
346
|
+
"type": {
|
|
347
|
+
"name": "string",
|
|
348
|
+
"required": false
|
|
349
|
+
},
|
|
350
|
+
"control": "text"
|
|
246
351
|
},
|
|
247
352
|
"itemScope": {
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
353
|
+
"type": {
|
|
354
|
+
"name": "boolean",
|
|
355
|
+
"required": false
|
|
356
|
+
},
|
|
357
|
+
"control": "boolean"
|
|
251
358
|
},
|
|
252
359
|
"itemType": {
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
360
|
+
"type": {
|
|
361
|
+
"name": "string",
|
|
362
|
+
"required": false
|
|
363
|
+
},
|
|
364
|
+
"control": "text"
|
|
256
365
|
},
|
|
257
366
|
"itemID": {
|
|
258
|
-
"
|
|
259
|
-
|
|
260
|
-
|
|
367
|
+
"type": {
|
|
368
|
+
"name": "string",
|
|
369
|
+
"required": false
|
|
370
|
+
},
|
|
371
|
+
"control": "text"
|
|
261
372
|
},
|
|
262
373
|
"itemRef": {
|
|
263
|
-
"
|
|
264
|
-
|
|
265
|
-
|
|
374
|
+
"type": {
|
|
375
|
+
"name": "string",
|
|
376
|
+
"required": false
|
|
377
|
+
},
|
|
378
|
+
"control": "text"
|
|
266
379
|
},
|
|
267
380
|
"results": {
|
|
268
|
-
"
|
|
269
|
-
|
|
270
|
-
|
|
381
|
+
"type": {
|
|
382
|
+
"name": "number",
|
|
383
|
+
"required": false
|
|
384
|
+
},
|
|
385
|
+
"control": "number"
|
|
271
386
|
},
|
|
272
387
|
"security": {
|
|
273
|
-
"
|
|
274
|
-
|
|
275
|
-
|
|
388
|
+
"type": {
|
|
389
|
+
"name": "string",
|
|
390
|
+
"required": false
|
|
391
|
+
},
|
|
392
|
+
"control": "text"
|
|
276
393
|
},
|
|
277
394
|
"unselectable": {
|
|
278
|
-
"
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
395
|
+
"type": {
|
|
396
|
+
"name": "string",
|
|
397
|
+
"required": false
|
|
398
|
+
},
|
|
399
|
+
"control": {
|
|
400
|
+
"type": "radio",
|
|
401
|
+
"options": ["on", "off"]
|
|
402
|
+
}
|
|
282
403
|
},
|
|
283
404
|
"inputMode": {
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
405
|
+
"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",
|
|
406
|
+
"type": {
|
|
407
|
+
"name": "string",
|
|
408
|
+
"required": false
|
|
409
|
+
},
|
|
410
|
+
"control": {
|
|
411
|
+
"type": "select",
|
|
412
|
+
"options": [
|
|
413
|
+
"text",
|
|
414
|
+
"none",
|
|
415
|
+
"search",
|
|
416
|
+
"tel",
|
|
417
|
+
"url",
|
|
418
|
+
"email",
|
|
419
|
+
"numeric",
|
|
420
|
+
"decimal"
|
|
421
|
+
]
|
|
422
|
+
}
|
|
297
423
|
},
|
|
298
424
|
"is": {
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
|
|
425
|
+
"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",
|
|
426
|
+
"type": {
|
|
427
|
+
"name": "string",
|
|
428
|
+
"required": false
|
|
429
|
+
},
|
|
430
|
+
"control": "text"
|
|
302
431
|
},
|
|
303
432
|
"aria-activedescendant": {
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
|
|
433
|
+
"description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
434
|
+
"type": {
|
|
435
|
+
"name": "string",
|
|
436
|
+
"required": false
|
|
437
|
+
},
|
|
438
|
+
"control": "text"
|
|
307
439
|
},
|
|
308
440
|
"aria-atomic": {
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
|
|
441
|
+
"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.",
|
|
442
|
+
"type": {
|
|
443
|
+
"name": "boolean",
|
|
444
|
+
"required": false
|
|
445
|
+
},
|
|
446
|
+
"control": "boolean"
|
|
312
447
|
},
|
|
313
448
|
"aria-autocomplete": {
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
|
|
317
|
-
|
|
449
|
+
"description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
|
|
450
|
+
"type": {
|
|
451
|
+
"name": "string",
|
|
452
|
+
"required": false
|
|
453
|
+
},
|
|
454
|
+
"control": {
|
|
455
|
+
"type": "radio",
|
|
456
|
+
"options": ["list", "none", "inline", "both"]
|
|
457
|
+
}
|
|
318
458
|
},
|
|
319
459
|
"aria-busy": {
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
|
|
460
|
+
"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.",
|
|
461
|
+
"type": {
|
|
462
|
+
"name": "boolean",
|
|
463
|
+
"required": false
|
|
464
|
+
},
|
|
465
|
+
"control": "boolean"
|
|
323
466
|
},
|
|
324
467
|
"aria-checked": {
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
|
|
468
|
+
"description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.",
|
|
469
|
+
"type": {
|
|
470
|
+
"name": "boolean | \"true\" | \"false\" | \"mixed\"",
|
|
471
|
+
"required": false
|
|
472
|
+
},
|
|
473
|
+
"control": "text"
|
|
328
474
|
},
|
|
329
475
|
"aria-colcount": {
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
476
|
+
"description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
|
|
477
|
+
"type": {
|
|
478
|
+
"name": "number",
|
|
479
|
+
"required": false
|
|
480
|
+
},
|
|
481
|
+
"control": "number"
|
|
333
482
|
},
|
|
334
483
|
"aria-colindex": {
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
|
|
484
|
+
"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.",
|
|
485
|
+
"type": {
|
|
486
|
+
"name": "number",
|
|
487
|
+
"required": false
|
|
488
|
+
},
|
|
489
|
+
"control": "number"
|
|
338
490
|
},
|
|
339
491
|
"aria-colspan": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
|
|
492
|
+
"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.",
|
|
493
|
+
"type": {
|
|
494
|
+
"name": "number",
|
|
495
|
+
"required": false
|
|
496
|
+
},
|
|
497
|
+
"control": "number"
|
|
343
498
|
},
|
|
344
499
|
"aria-controls": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
|
|
500
|
+
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
|
|
501
|
+
"type": {
|
|
502
|
+
"name": "string",
|
|
503
|
+
"required": false
|
|
504
|
+
},
|
|
505
|
+
"control": "text"
|
|
348
506
|
},
|
|
349
507
|
"aria-current": {
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
|
|
508
|
+
"description": "Indicates the element that represents the current item within a container or set of related elements.",
|
|
509
|
+
"type": {
|
|
510
|
+
"name": "boolean | \"time\" | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\"",
|
|
511
|
+
"required": false
|
|
512
|
+
},
|
|
513
|
+
"control": "text"
|
|
353
514
|
},
|
|
354
515
|
"aria-describedby": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
516
|
+
"description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
|
|
517
|
+
"type": {
|
|
518
|
+
"name": "string",
|
|
519
|
+
"required": false
|
|
520
|
+
},
|
|
521
|
+
"control": "text"
|
|
358
522
|
},
|
|
359
523
|
"aria-details": {
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
|
|
524
|
+
"description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
|
|
525
|
+
"type": {
|
|
526
|
+
"name": "string",
|
|
527
|
+
"required": false
|
|
528
|
+
},
|
|
529
|
+
"control": "text"
|
|
363
530
|
},
|
|
364
531
|
"aria-disabled": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
|
|
532
|
+
"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.",
|
|
533
|
+
"type": {
|
|
534
|
+
"name": "boolean",
|
|
535
|
+
"required": false
|
|
536
|
+
},
|
|
537
|
+
"control": "boolean"
|
|
368
538
|
},
|
|
369
539
|
"aria-dropeffect": {
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
|
|
373
|
-
|
|
540
|
+
"description": "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1",
|
|
541
|
+
"type": {
|
|
542
|
+
"name": "string",
|
|
543
|
+
"required": false
|
|
544
|
+
},
|
|
545
|
+
"control": {
|
|
546
|
+
"type": "select",
|
|
547
|
+
"options": ["link", "none", "copy", "execute", "move", "popup"]
|
|
548
|
+
}
|
|
374
549
|
},
|
|
375
550
|
"aria-errormessage": {
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
|
|
551
|
+
"description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
|
|
552
|
+
"type": {
|
|
553
|
+
"name": "string",
|
|
554
|
+
"required": false
|
|
555
|
+
},
|
|
556
|
+
"control": "text"
|
|
379
557
|
},
|
|
380
558
|
"aria-expanded": {
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
|
|
559
|
+
"description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
|
|
560
|
+
"type": {
|
|
561
|
+
"name": "boolean",
|
|
562
|
+
"required": false
|
|
563
|
+
},
|
|
564
|
+
"control": "boolean"
|
|
384
565
|
},
|
|
385
566
|
"aria-flowto": {
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
|
|
567
|
+
"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.",
|
|
568
|
+
"type": {
|
|
569
|
+
"name": "string",
|
|
570
|
+
"required": false
|
|
571
|
+
},
|
|
572
|
+
"control": "text"
|
|
389
573
|
},
|
|
390
574
|
"aria-grabbed": {
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
|
|
575
|
+
"description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1",
|
|
576
|
+
"type": {
|
|
577
|
+
"name": "boolean",
|
|
578
|
+
"required": false
|
|
579
|
+
},
|
|
580
|
+
"control": "boolean"
|
|
394
581
|
},
|
|
395
582
|
"aria-haspopup": {
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
|
|
583
|
+
"description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
|
|
584
|
+
"type": {
|
|
585
|
+
"name": "boolean | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"grid\" | \"listbox\" | \"tree\"",
|
|
586
|
+
"required": false
|
|
587
|
+
},
|
|
588
|
+
"control": "text"
|
|
399
589
|
},
|
|
400
590
|
"aria-hidden": {
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
|
|
591
|
+
"description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
|
|
592
|
+
"type": {
|
|
593
|
+
"name": "boolean",
|
|
594
|
+
"required": false
|
|
595
|
+
},
|
|
596
|
+
"control": "boolean"
|
|
404
597
|
},
|
|
405
598
|
"aria-invalid": {
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
|
|
599
|
+
"description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
|
|
600
|
+
"type": {
|
|
601
|
+
"name": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\"",
|
|
602
|
+
"required": false
|
|
603
|
+
},
|
|
604
|
+
"control": "text"
|
|
409
605
|
},
|
|
410
606
|
"aria-keyshortcuts": {
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
|
|
607
|
+
"description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
|
|
608
|
+
"type": {
|
|
609
|
+
"name": "string",
|
|
610
|
+
"required": false
|
|
611
|
+
},
|
|
612
|
+
"control": "text"
|
|
414
613
|
},
|
|
415
614
|
"aria-label": {
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
|
|
615
|
+
"description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
|
|
616
|
+
"type": {
|
|
617
|
+
"name": "string",
|
|
618
|
+
"required": false
|
|
619
|
+
},
|
|
620
|
+
"control": "text"
|
|
419
621
|
},
|
|
420
622
|
"aria-labelledby": {
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
|
|
623
|
+
"description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
|
|
624
|
+
"type": {
|
|
625
|
+
"name": "string",
|
|
626
|
+
"required": false
|
|
627
|
+
},
|
|
628
|
+
"control": "text"
|
|
424
629
|
},
|
|
425
630
|
"aria-level": {
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
|
|
631
|
+
"description": "Defines the hierarchical level of an element within a structure.",
|
|
632
|
+
"type": {
|
|
633
|
+
"name": "number",
|
|
634
|
+
"required": false
|
|
635
|
+
},
|
|
636
|
+
"control": "number"
|
|
429
637
|
},
|
|
430
638
|
"aria-live": {
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
639
|
+
"description": "Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.",
|
|
640
|
+
"type": {
|
|
641
|
+
"name": "string",
|
|
642
|
+
"required": false
|
|
643
|
+
},
|
|
644
|
+
"control": {
|
|
645
|
+
"type": "radio",
|
|
646
|
+
"options": ["off", "assertive", "polite"]
|
|
647
|
+
}
|
|
435
648
|
},
|
|
436
649
|
"aria-modal": {
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
|
|
650
|
+
"description": "Indicates whether an element is modal when displayed.",
|
|
651
|
+
"type": {
|
|
652
|
+
"name": "boolean",
|
|
653
|
+
"required": false
|
|
654
|
+
},
|
|
655
|
+
"control": "boolean"
|
|
440
656
|
},
|
|
441
657
|
"aria-multiline": {
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
|
|
658
|
+
"description": "Indicates whether a text box accepts multiple lines of input or only a single line.",
|
|
659
|
+
"type": {
|
|
660
|
+
"name": "boolean",
|
|
661
|
+
"required": false
|
|
662
|
+
},
|
|
663
|
+
"control": "boolean"
|
|
445
664
|
},
|
|
446
665
|
"aria-multiselectable": {
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
|
|
666
|
+
"description": "Indicates that the user may select more than one item from the current selectable descendants.",
|
|
667
|
+
"type": {
|
|
668
|
+
"name": "boolean",
|
|
669
|
+
"required": false
|
|
670
|
+
},
|
|
671
|
+
"control": "boolean"
|
|
450
672
|
},
|
|
451
673
|
"aria-orientation": {
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
674
|
+
"description": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
|
|
675
|
+
"type": {
|
|
676
|
+
"name": "string",
|
|
677
|
+
"required": false
|
|
678
|
+
},
|
|
679
|
+
"control": {
|
|
680
|
+
"type": "radio",
|
|
681
|
+
"options": ["horizontal", "vertical"]
|
|
682
|
+
}
|
|
456
683
|
},
|
|
457
684
|
"aria-owns": {
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
|
|
685
|
+
"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.",
|
|
686
|
+
"type": {
|
|
687
|
+
"name": "string",
|
|
688
|
+
"required": false
|
|
689
|
+
},
|
|
690
|
+
"control": "text"
|
|
461
691
|
},
|
|
462
692
|
"aria-placeholder": {
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
693
|
+
"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.",
|
|
694
|
+
"type": {
|
|
695
|
+
"name": "string",
|
|
696
|
+
"required": false
|
|
697
|
+
},
|
|
698
|
+
"control": "text"
|
|
466
699
|
},
|
|
467
700
|
"aria-posinset": {
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
|
|
701
|
+
"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.",
|
|
702
|
+
"type": {
|
|
703
|
+
"name": "number",
|
|
704
|
+
"required": false
|
|
705
|
+
},
|
|
706
|
+
"control": "number"
|
|
471
707
|
},
|
|
472
708
|
"aria-pressed": {
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
|
|
709
|
+
"description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.",
|
|
710
|
+
"type": {
|
|
711
|
+
"name": "boolean | \"true\" | \"false\" | \"mixed\"",
|
|
712
|
+
"required": false
|
|
713
|
+
},
|
|
714
|
+
"control": "text"
|
|
476
715
|
},
|
|
477
716
|
"aria-readonly": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
|
|
717
|
+
"description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
|
|
718
|
+
"type": {
|
|
719
|
+
"name": "boolean",
|
|
720
|
+
"required": false
|
|
721
|
+
},
|
|
722
|
+
"control": "boolean"
|
|
481
723
|
},
|
|
482
724
|
"aria-relevant": {
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
725
|
+
"description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
|
|
726
|
+
"type": {
|
|
727
|
+
"name": "string",
|
|
728
|
+
"required": false
|
|
729
|
+
},
|
|
730
|
+
"control": {
|
|
731
|
+
"type": "select",
|
|
732
|
+
"options": [
|
|
733
|
+
"text",
|
|
734
|
+
"additions",
|
|
735
|
+
"additions removals",
|
|
736
|
+
"additions text",
|
|
737
|
+
"all",
|
|
738
|
+
"removals",
|
|
739
|
+
"removals additions",
|
|
740
|
+
"removals text",
|
|
741
|
+
"text additions",
|
|
742
|
+
"text removals"
|
|
743
|
+
]
|
|
744
|
+
}
|
|
498
745
|
},
|
|
499
746
|
"aria-required": {
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
|
|
747
|
+
"description": "Indicates that user input is required on the element before a form may be submitted.",
|
|
748
|
+
"type": {
|
|
749
|
+
"name": "boolean",
|
|
750
|
+
"required": false
|
|
751
|
+
},
|
|
752
|
+
"control": "boolean"
|
|
503
753
|
},
|
|
504
754
|
"aria-roledescription": {
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
|
|
755
|
+
"description": "Defines a human-readable, author-localized description for the role of an element.",
|
|
756
|
+
"type": {
|
|
757
|
+
"name": "string",
|
|
758
|
+
"required": false
|
|
759
|
+
},
|
|
760
|
+
"control": "text"
|
|
508
761
|
},
|
|
509
762
|
"aria-rowcount": {
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
|
|
763
|
+
"description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
|
|
764
|
+
"type": {
|
|
765
|
+
"name": "number",
|
|
766
|
+
"required": false
|
|
767
|
+
},
|
|
768
|
+
"control": "number"
|
|
513
769
|
},
|
|
514
770
|
"aria-rowindex": {
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
|
|
771
|
+
"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.",
|
|
772
|
+
"type": {
|
|
773
|
+
"name": "number",
|
|
774
|
+
"required": false
|
|
775
|
+
},
|
|
776
|
+
"control": "number"
|
|
518
777
|
},
|
|
519
778
|
"aria-rowspan": {
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
|
|
779
|
+
"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.",
|
|
780
|
+
"type": {
|
|
781
|
+
"name": "number",
|
|
782
|
+
"required": false
|
|
783
|
+
},
|
|
784
|
+
"control": "number"
|
|
523
785
|
},
|
|
524
786
|
"aria-selected": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
|
|
787
|
+
"description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.",
|
|
788
|
+
"type": {
|
|
789
|
+
"name": "boolean",
|
|
790
|
+
"required": false
|
|
791
|
+
},
|
|
792
|
+
"control": "boolean"
|
|
528
793
|
},
|
|
529
794
|
"aria-setsize": {
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
|
|
795
|
+
"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.",
|
|
796
|
+
"type": {
|
|
797
|
+
"name": "number",
|
|
798
|
+
"required": false
|
|
799
|
+
},
|
|
800
|
+
"control": "number"
|
|
533
801
|
},
|
|
534
802
|
"aria-sort": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
|
|
538
|
-
|
|
803
|
+
"description": "Indicates if items in a table or grid are sorted in ascending or descending order.",
|
|
804
|
+
"type": {
|
|
805
|
+
"name": "string",
|
|
806
|
+
"required": false
|
|
807
|
+
},
|
|
808
|
+
"control": {
|
|
809
|
+
"type": "radio",
|
|
810
|
+
"options": ["none", "ascending", "descending", "other"]
|
|
811
|
+
}
|
|
539
812
|
},
|
|
540
813
|
"aria-valuemax": {
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
|
|
814
|
+
"description": "Defines the maximum allowed value for a range widget.",
|
|
815
|
+
"type": {
|
|
816
|
+
"name": "number",
|
|
817
|
+
"required": false
|
|
818
|
+
},
|
|
819
|
+
"control": "number"
|
|
544
820
|
},
|
|
545
821
|
"aria-valuemin": {
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
|
|
822
|
+
"description": "Defines the minimum allowed value for a range widget.",
|
|
823
|
+
"type": {
|
|
824
|
+
"name": "number",
|
|
825
|
+
"required": false
|
|
826
|
+
},
|
|
827
|
+
"control": "number"
|
|
549
828
|
},
|
|
550
829
|
"aria-valuenow": {
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
|
|
830
|
+
"description": "Defines the current value for a range widget.\n@see aria-valuetext.",
|
|
831
|
+
"type": {
|
|
832
|
+
"name": "number",
|
|
833
|
+
"required": false
|
|
834
|
+
},
|
|
835
|
+
"control": "number"
|
|
554
836
|
},
|
|
555
837
|
"aria-valuetext": {
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
|
|
838
|
+
"description": "Defines the human readable text alternative of aria-valuenow for a range widget.",
|
|
839
|
+
"type": {
|
|
840
|
+
"name": "string",
|
|
841
|
+
"required": false
|
|
842
|
+
},
|
|
843
|
+
"control": "text"
|
|
559
844
|
},
|
|
560
845
|
"quality": {
|
|
561
|
-
"
|
|
562
|
-
|
|
563
|
-
|
|
846
|
+
"type": {
|
|
847
|
+
"name": "number",
|
|
848
|
+
"required": false
|
|
849
|
+
},
|
|
850
|
+
"control": "number"
|
|
564
851
|
},
|
|
565
852
|
"loader": {
|
|
566
|
-
"
|
|
567
|
-
|
|
568
|
-
|
|
853
|
+
"type": {
|
|
854
|
+
"name": "ImageLoader",
|
|
855
|
+
"required": true
|
|
856
|
+
},
|
|
857
|
+
"control": "text"
|
|
569
858
|
},
|
|
570
859
|
"optimize": {
|
|
571
|
-
"
|
|
572
|
-
|
|
573
|
-
|
|
860
|
+
"type": {
|
|
861
|
+
"name": "boolean",
|
|
862
|
+
"required": false
|
|
863
|
+
},
|
|
864
|
+
"control": "boolean",
|
|
865
|
+
"defaultValue": true
|
|
574
866
|
}
|
|
575
867
|
}
|