@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.
@@ -1,575 +1,867 @@
1
1
  {
2
2
  "slot": {
3
- "defaultValue": null,
4
- "required": false,
5
- "type": "text"
3
+ "type": {
4
+ "name": "string",
5
+ "required": false
6
+ },
7
+ "control": "text"
6
8
  },
7
9
  "style": {
8
- "defaultValue": null,
9
- "required": false,
10
- "type": "text"
10
+ "type": {
11
+ "name": "CSSProperties",
12
+ "required": false
13
+ },
14
+ "control": "text"
11
15
  },
12
16
  "title": {
13
- "defaultValue": null,
14
- "required": false,
15
- "type": "text"
17
+ "type": {
18
+ "name": "string",
19
+ "required": false
20
+ },
21
+ "control": "text"
16
22
  },
17
23
  "alt": {
18
- "defaultValue": null,
19
- "required": false,
20
- "type": "text"
24
+ "type": {
25
+ "name": "string",
26
+ "required": false
27
+ },
28
+ "control": "text"
21
29
  },
22
30
  "crossOrigin": {
23
- "defaultValue": null,
24
- "options": ["\"\"", "anonymous", "use-credentials"],
25
- "required": false,
26
- "type": "radio"
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
- "defaultValue": "async",
30
- "options": ["async", "auto", "sync"],
31
- "required": false,
32
- "type": "radio"
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
- "defaultValue": null,
36
- "required": false,
37
- "type": "text"
52
+ "type": {
53
+ "name": "string | number",
54
+ "required": false
55
+ },
56
+ "control": "text"
38
57
  },
39
58
  "loading": {
40
- "defaultValue": "lazy",
41
- "options": ["eager", "lazy"],
42
- "required": false,
43
- "type": "radio"
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
- "defaultValue": null,
47
- "options": [
48
- "\"\"",
49
- "no-referrer",
50
- "no-referrer-when-downgrade",
51
- "origin",
52
- "origin-when-cross-origin",
53
- "same-origin",
54
- "strict-origin",
55
- "strict-origin-when-cross-origin",
56
- "unsafe-url"
57
- ],
58
- "required": false,
59
- "type": "select"
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
- "defaultValue": null,
63
- "required": false,
64
- "type": "text"
90
+ "type": {
91
+ "name": "string",
92
+ "required": false
93
+ },
94
+ "control": "text"
65
95
  },
66
96
  "src": {
67
- "defaultValue": "",
68
- "required": false,
69
- "type": "text"
97
+ "type": {
98
+ "name": "string",
99
+ "required": false
100
+ },
101
+ "control": "text",
102
+ "defaultValue": ""
70
103
  },
71
104
  "srcSet": {
72
- "defaultValue": null,
73
- "required": false,
74
- "type": "text"
105
+ "type": {
106
+ "name": "string",
107
+ "required": false
108
+ },
109
+ "control": "text"
75
110
  },
76
111
  "useMap": {
77
- "defaultValue": null,
78
- "required": false,
79
- "type": "text"
112
+ "type": {
113
+ "name": "string",
114
+ "required": false
115
+ },
116
+ "control": "text"
80
117
  },
81
118
  "width": {
82
- "defaultValue": null,
83
- "required": false,
84
- "type": "text"
119
+ "type": {
120
+ "name": "string | number",
121
+ "required": false
122
+ },
123
+ "control": "text"
85
124
  },
86
125
  "defaultChecked": {
87
- "defaultValue": null,
88
- "required": false,
89
- "type": "boolean"
126
+ "type": {
127
+ "name": "boolean",
128
+ "required": false
129
+ },
130
+ "control": "boolean"
90
131
  },
91
132
  "defaultValue": {
92
- "defaultValue": null,
93
- "required": false,
94
- "type": "text"
133
+ "type": {
134
+ "name": "string | number | readonly string[]",
135
+ "required": false
136
+ },
137
+ "control": "text"
95
138
  },
96
139
  "suppressContentEditableWarning": {
97
- "defaultValue": null,
98
- "required": false,
99
- "type": "boolean"
140
+ "type": {
141
+ "name": "boolean",
142
+ "required": false
143
+ },
144
+ "control": "boolean"
100
145
  },
101
146
  "suppressHydrationWarning": {
102
- "defaultValue": null,
103
- "required": false,
104
- "type": "boolean"
147
+ "type": {
148
+ "name": "boolean",
149
+ "required": false
150
+ },
151
+ "control": "boolean"
105
152
  },
106
153
  "accessKey": {
107
- "defaultValue": null,
108
- "required": false,
109
- "type": "text"
154
+ "type": {
155
+ "name": "string",
156
+ "required": false
157
+ },
158
+ "control": "text"
110
159
  },
111
160
  "className": {
112
- "defaultValue": null,
113
- "required": false,
114
- "type": "text"
161
+ "type": {
162
+ "name": "string",
163
+ "required": false
164
+ },
165
+ "control": "text"
115
166
  },
116
167
  "contentEditable": {
117
- "defaultValue": null,
118
- "required": false,
119
- "type": "text"
168
+ "type": {
169
+ "name": "Booleanish | \"inherit\"",
170
+ "required": false
171
+ },
172
+ "control": "text"
120
173
  },
121
174
  "contextMenu": {
122
- "defaultValue": null,
123
- "required": false,
124
- "type": "text"
175
+ "type": {
176
+ "name": "string",
177
+ "required": false
178
+ },
179
+ "control": "text"
125
180
  },
126
181
  "dir": {
127
- "defaultValue": null,
128
- "required": false,
129
- "type": "text"
182
+ "type": {
183
+ "name": "string",
184
+ "required": false
185
+ },
186
+ "control": "text"
130
187
  },
131
188
  "draggable": {
132
- "defaultValue": null,
133
- "required": false,
134
- "type": "boolean"
189
+ "type": {
190
+ "name": "boolean",
191
+ "required": false
192
+ },
193
+ "control": "boolean"
135
194
  },
136
195
  "hidden": {
137
- "defaultValue": null,
138
- "required": false,
139
- "type": "boolean"
196
+ "type": {
197
+ "name": "boolean",
198
+ "required": false
199
+ },
200
+ "control": "boolean"
140
201
  },
141
202
  "id": {
142
- "defaultValue": null,
143
- "required": false,
144
- "type": "text"
203
+ "type": {
204
+ "name": "string",
205
+ "required": false
206
+ },
207
+ "control": "text"
145
208
  },
146
209
  "lang": {
147
- "defaultValue": null,
148
- "required": false,
149
- "type": "text"
210
+ "type": {
211
+ "name": "string",
212
+ "required": false
213
+ },
214
+ "control": "text"
150
215
  },
151
216
  "placeholder": {
152
- "defaultValue": null,
153
- "required": false,
154
- "type": "text"
217
+ "type": {
218
+ "name": "string",
219
+ "required": false
220
+ },
221
+ "control": "text"
155
222
  },
156
223
  "spellCheck": {
157
- "defaultValue": null,
158
- "required": false,
159
- "type": "boolean"
224
+ "type": {
225
+ "name": "boolean",
226
+ "required": false
227
+ },
228
+ "control": "boolean"
160
229
  },
161
230
  "tabIndex": {
162
- "defaultValue": null,
163
- "required": false,
164
- "type": "number"
231
+ "type": {
232
+ "name": "number",
233
+ "required": false
234
+ },
235
+ "control": "number"
165
236
  },
166
237
  "translate": {
167
- "defaultValue": null,
168
- "options": ["yes", "no"],
169
- "required": false,
170
- "type": "radio"
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
- "defaultValue": null,
174
- "required": false,
175
- "type": "text"
248
+ "type": {
249
+ "name": "string",
250
+ "required": false
251
+ },
252
+ "control": "text"
176
253
  },
177
254
  "role": {
178
- "defaultValue": null,
179
- "required": false,
180
- "type": "text"
255
+ "type": {
256
+ "name": "AriaRole",
257
+ "required": false
258
+ },
259
+ "control": "text"
181
260
  },
182
261
  "about": {
183
- "defaultValue": null,
184
- "required": false,
185
- "type": "text"
262
+ "type": {
263
+ "name": "string",
264
+ "required": false
265
+ },
266
+ "control": "text"
186
267
  },
187
268
  "datatype": {
188
- "defaultValue": null,
189
- "required": false,
190
- "type": "text"
269
+ "type": {
270
+ "name": "string",
271
+ "required": false
272
+ },
273
+ "control": "text"
191
274
  },
192
275
  "inlist": {
193
- "defaultValue": null,
194
- "required": false,
195
- "type": "text"
276
+ "type": {
277
+ "name": "any",
278
+ "required": false
279
+ },
280
+ "control": "text"
196
281
  },
197
282
  "prefix": {
198
- "defaultValue": null,
199
- "required": false,
200
- "type": "text"
283
+ "type": {
284
+ "name": "string",
285
+ "required": false
286
+ },
287
+ "control": "text"
201
288
  },
202
289
  "property": {
203
- "defaultValue": null,
204
- "required": false,
205
- "type": "text"
290
+ "type": {
291
+ "name": "string",
292
+ "required": false
293
+ },
294
+ "control": "text"
206
295
  },
207
296
  "resource": {
208
- "defaultValue": null,
209
- "required": false,
210
- "type": "text"
297
+ "type": {
298
+ "name": "string",
299
+ "required": false
300
+ },
301
+ "control": "text"
211
302
  },
212
303
  "typeof": {
213
- "defaultValue": null,
214
- "required": false,
215
- "type": "text"
304
+ "type": {
305
+ "name": "string",
306
+ "required": false
307
+ },
308
+ "control": "text"
216
309
  },
217
310
  "vocab": {
218
- "defaultValue": null,
219
- "required": false,
220
- "type": "text"
311
+ "type": {
312
+ "name": "string",
313
+ "required": false
314
+ },
315
+ "control": "text"
221
316
  },
222
317
  "autoCapitalize": {
223
- "defaultValue": null,
224
- "required": false,
225
- "type": "text"
318
+ "type": {
319
+ "name": "string",
320
+ "required": false
321
+ },
322
+ "control": "text"
226
323
  },
227
324
  "autoCorrect": {
228
- "defaultValue": null,
229
- "required": false,
230
- "type": "text"
325
+ "type": {
326
+ "name": "string",
327
+ "required": false
328
+ },
329
+ "control": "text"
231
330
  },
232
331
  "autoSave": {
233
- "defaultValue": null,
234
- "required": false,
235
- "type": "text"
332
+ "type": {
333
+ "name": "string",
334
+ "required": false
335
+ },
336
+ "control": "text"
236
337
  },
237
338
  "color": {
238
- "defaultValue": null,
239
- "required": false,
240
- "type": "color"
339
+ "type": {
340
+ "name": "string",
341
+ "required": false
342
+ },
343
+ "control": "color"
241
344
  },
242
345
  "itemProp": {
243
- "defaultValue": null,
244
- "required": false,
245
- "type": "text"
346
+ "type": {
347
+ "name": "string",
348
+ "required": false
349
+ },
350
+ "control": "text"
246
351
  },
247
352
  "itemScope": {
248
- "defaultValue": null,
249
- "required": false,
250
- "type": "boolean"
353
+ "type": {
354
+ "name": "boolean",
355
+ "required": false
356
+ },
357
+ "control": "boolean"
251
358
  },
252
359
  "itemType": {
253
- "defaultValue": null,
254
- "required": false,
255
- "type": "text"
360
+ "type": {
361
+ "name": "string",
362
+ "required": false
363
+ },
364
+ "control": "text"
256
365
  },
257
366
  "itemID": {
258
- "defaultValue": null,
259
- "required": false,
260
- "type": "text"
367
+ "type": {
368
+ "name": "string",
369
+ "required": false
370
+ },
371
+ "control": "text"
261
372
  },
262
373
  "itemRef": {
263
- "defaultValue": null,
264
- "required": false,
265
- "type": "text"
374
+ "type": {
375
+ "name": "string",
376
+ "required": false
377
+ },
378
+ "control": "text"
266
379
  },
267
380
  "results": {
268
- "defaultValue": null,
269
- "required": false,
270
- "type": "number"
381
+ "type": {
382
+ "name": "number",
383
+ "required": false
384
+ },
385
+ "control": "number"
271
386
  },
272
387
  "security": {
273
- "defaultValue": null,
274
- "required": false,
275
- "type": "text"
388
+ "type": {
389
+ "name": "string",
390
+ "required": false
391
+ },
392
+ "control": "text"
276
393
  },
277
394
  "unselectable": {
278
- "defaultValue": null,
279
- "options": ["on", "off"],
280
- "required": false,
281
- "type": "radio"
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
- "defaultValue": null,
285
- "options": [
286
- "text",
287
- "none",
288
- "search",
289
- "tel",
290
- "url",
291
- "email",
292
- "numeric",
293
- "decimal"
294
- ],
295
- "required": false,
296
- "type": "select"
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
- "defaultValue": null,
300
- "required": false,
301
- "type": "text"
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
- "defaultValue": null,
305
- "required": false,
306
- "type": "text"
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
- "defaultValue": null,
310
- "required": false,
311
- "type": "boolean"
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
- "defaultValue": null,
315
- "options": ["list", "none", "inline", "both"],
316
- "required": false,
317
- "type": "radio"
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
- "defaultValue": null,
321
- "required": false,
322
- "type": "boolean"
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
- "defaultValue": null,
326
- "required": false,
327
- "type": "text"
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
- "defaultValue": null,
331
- "required": false,
332
- "type": "number"
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
- "defaultValue": null,
336
- "required": false,
337
- "type": "number"
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
- "defaultValue": null,
341
- "required": false,
342
- "type": "number"
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
- "defaultValue": null,
346
- "required": false,
347
- "type": "text"
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
- "defaultValue": null,
351
- "required": false,
352
- "type": "text"
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
- "defaultValue": null,
356
- "required": false,
357
- "type": "text"
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
- "defaultValue": null,
361
- "required": false,
362
- "type": "text"
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
- "defaultValue": null,
366
- "required": false,
367
- "type": "boolean"
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
- "defaultValue": null,
371
- "options": ["link", "none", "copy", "execute", "move", "popup"],
372
- "required": false,
373
- "type": "select"
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
- "defaultValue": null,
377
- "required": false,
378
- "type": "text"
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
- "defaultValue": null,
382
- "required": false,
383
- "type": "boolean"
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
- "defaultValue": null,
387
- "required": false,
388
- "type": "text"
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
- "defaultValue": null,
392
- "required": false,
393
- "type": "boolean"
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
- "defaultValue": null,
397
- "required": false,
398
- "type": "text"
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
- "defaultValue": null,
402
- "required": false,
403
- "type": "boolean"
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
- "defaultValue": null,
407
- "required": false,
408
- "type": "text"
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
- "defaultValue": null,
412
- "required": false,
413
- "type": "text"
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
- "defaultValue": null,
417
- "required": false,
418
- "type": "text"
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
- "defaultValue": null,
422
- "required": false,
423
- "type": "text"
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
- "defaultValue": null,
427
- "required": false,
428
- "type": "number"
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
- "defaultValue": null,
432
- "options": ["off", "assertive", "polite"],
433
- "required": false,
434
- "type": "radio"
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
- "defaultValue": null,
438
- "required": false,
439
- "type": "boolean"
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
- "defaultValue": null,
443
- "required": false,
444
- "type": "boolean"
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
- "defaultValue": null,
448
- "required": false,
449
- "type": "boolean"
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
- "defaultValue": null,
453
- "options": ["horizontal", "vertical"],
454
- "required": false,
455
- "type": "radio"
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
- "defaultValue": null,
459
- "required": false,
460
- "type": "text"
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
- "defaultValue": null,
464
- "required": false,
465
- "type": "text"
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
- "defaultValue": null,
469
- "required": false,
470
- "type": "number"
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
- "defaultValue": null,
474
- "required": false,
475
- "type": "text"
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
- "defaultValue": null,
479
- "required": false,
480
- "type": "boolean"
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
- "defaultValue": null,
484
- "options": [
485
- "text",
486
- "additions",
487
- "additions removals",
488
- "additions text",
489
- "all",
490
- "removals",
491
- "removals additions",
492
- "removals text",
493
- "text additions",
494
- "text removals"
495
- ],
496
- "required": false,
497
- "type": "select"
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
- "defaultValue": null,
501
- "required": false,
502
- "type": "boolean"
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
- "defaultValue": null,
506
- "required": false,
507
- "type": "text"
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
- "defaultValue": null,
511
- "required": false,
512
- "type": "number"
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
- "defaultValue": null,
516
- "required": false,
517
- "type": "number"
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
- "defaultValue": null,
521
- "required": false,
522
- "type": "number"
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
- "defaultValue": null,
526
- "required": false,
527
- "type": "boolean"
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
- "defaultValue": null,
531
- "required": false,
532
- "type": "number"
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
- "defaultValue": null,
536
- "options": ["none", "ascending", "descending", "other"],
537
- "required": false,
538
- "type": "radio"
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
- "defaultValue": null,
542
- "required": false,
543
- "type": "number"
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
- "defaultValue": null,
547
- "required": false,
548
- "type": "number"
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
- "defaultValue": null,
552
- "required": false,
553
- "type": "number"
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
- "defaultValue": null,
557
- "required": false,
558
- "type": "text"
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
- "defaultValue": null,
562
- "required": false,
563
- "type": "number"
846
+ "type": {
847
+ "name": "number",
848
+ "required": false
849
+ },
850
+ "control": "number"
564
851
  },
565
852
  "loader": {
566
- "defaultValue": null,
567
- "required": true,
568
- "type": "text"
853
+ "type": {
854
+ "name": "ImageLoader",
855
+ "required": true
856
+ },
857
+ "control": "text"
569
858
  },
570
859
  "optimize": {
571
- "defaultValue": true,
572
- "required": false,
573
- "type": "boolean"
860
+ "type": {
861
+ "name": "boolean",
862
+ "required": false
863
+ },
864
+ "control": "boolean",
865
+ "defaultValue": true
574
866
  }
575
867
  }