@webstudio-is/sdk-components-react-radix 0.0.0-c1d6247 → 0.0.0-ca00e2a

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.
Files changed (48) hide show
  1. package/lib/__generated__/accordion.props.js +15 -2582
  2. package/lib/__generated__/checkbox.props.js +5 -1071
  3. package/lib/__generated__/collapsible.props.js +7 -1012
  4. package/lib/__generated__/dialog.props.js +10 -2585
  5. package/lib/__generated__/label.props.js +2 -517
  6. package/lib/__generated__/navigation-menu.props.js +13 -3625
  7. package/lib/__generated__/popover.props.js +5 -508
  8. package/lib/__generated__/radio-group.props.js +19 -1568
  9. package/lib/__generated__/select.props.js +42 -3615
  10. package/lib/__generated__/switch.props.js +5 -1071
  11. package/lib/__generated__/tabs.props.js +16 -2072
  12. package/lib/__generated__/tooltip.props.js +6 -503
  13. package/lib/accordion.js +24 -23
  14. package/lib/accordion.template.js +12 -12
  15. package/lib/accordion.ws.js +67 -82
  16. package/lib/checkbox.js +2 -2
  17. package/lib/checkbox.template.js +10 -10
  18. package/lib/checkbox.ws.js +21 -21
  19. package/lib/collapsible.js +3 -3
  20. package/lib/collapsible.ws.js +30 -37
  21. package/lib/dialog.template.js +19 -19
  22. package/lib/dialog.ws.js +85 -114
  23. package/lib/label.template.js +3 -3
  24. package/lib/label.ws.js +8 -9
  25. package/lib/navigation-menu.js +21 -20
  26. package/lib/navigation-menu.template.js +8 -8
  27. package/lib/navigation-menu.ws.js +82 -99
  28. package/lib/popover.ws.js +31 -38
  29. package/lib/radio-group.js +2 -2
  30. package/lib/radio-group.ws.js +37 -43
  31. package/lib/select.js +4 -6
  32. package/lib/select.ws.js +91 -127
  33. package/lib/shared/meta.js +13 -0
  34. package/lib/shared/preset-styles.js +29 -29
  35. package/lib/shared/theme.js +25 -68
  36. package/lib/sheet.template.js +32 -32
  37. package/lib/switch.js +2 -2
  38. package/lib/switch.template.js +9 -9
  39. package/lib/switch.ws.js +25 -25
  40. package/lib/tabs.js +41 -40
  41. package/lib/tabs.template.js +15 -15
  42. package/lib/tabs.ws.js +45 -58
  43. package/lib/tooltip.ws.js +32 -39
  44. package/lib/types/select.d.ts +3 -3
  45. package/lib/types/shared/meta.d.ts +1 -0
  46. package/lib/types/shared/preset-styles.d.ts +2 -2
  47. package/lib/types/shared/proxy.d.ts +1 -0
  48. package/package.json +21 -21
@@ -3,7 +3,7 @@ const e = {
3
3
  required: !1,
4
4
  control: "text",
5
5
  type: "string",
6
- description: "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser."
6
+ description: "Hint for form autofill feature"
7
7
  },
8
8
  defaultValue: { required: !1, control: "text", type: "string" },
9
9
  dir: {
@@ -11,3677 +11,104 @@ const e = {
11
11
  control: "radio",
12
12
  type: "string",
13
13
  options: ["ltr", "rtl"],
14
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
14
+ description: "The text directionality of the element"
15
15
  },
16
16
  disabled: {
17
17
  required: !1,
18
18
  control: "boolean",
19
19
  type: "boolean",
20
- description: "Indicates whether the user can interact with the element."
20
+ description: "Whether the form control is disabled"
21
21
  },
22
22
  form: {
23
23
  required: !1,
24
24
  control: "text",
25
25
  type: "string",
26
- description: "Indicates the form that is the owner of the element."
26
+ description: "Associates the element with a form element"
27
27
  },
28
28
  name: {
29
29
  required: !1,
30
30
  control: "text",
31
31
  type: "string",
32
- description: "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes)."
32
+ description: "Name of the element to use for form submission and in the form.elements API"
33
33
  },
34
34
  open: {
35
35
  required: !1,
36
36
  control: "boolean",
37
37
  type: "boolean",
38
- description: "Indicates whether the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> element)."
38
+ description: "Whether the dialog box is showing"
39
39
  },
40
40
  required: {
41
41
  required: !1,
42
42
  control: "boolean",
43
43
  type: "boolean",
44
- description: "Indicates whether this form element must be filled before the form can be submitted."
44
+ description: "Whether the control is required for form submission"
45
45
  },
46
46
  value: {
47
47
  required: !1,
48
48
  control: "text",
49
49
  type: "string",
50
- description: "Defines a default value which will be displayed in the element on pageload."
50
+ description: "Current value of the element"
51
51
  }
52
- }, t = {
53
- about: { required: !1, control: "text", type: "string" },
54
- accessKey: {
55
- required: !1,
56
- control: "text",
57
- type: "string",
58
- description: "Keyboard shortcut to activate or add focus to the element."
59
- },
60
- "aria-activedescendant": {
61
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
62
- required: !1,
63
- control: "text",
64
- type: "string"
65
- },
66
- "aria-atomic": {
67
- 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.",
68
- required: !1,
69
- control: "boolean",
70
- type: "boolean"
71
- },
72
- "aria-autocomplete": {
73
- 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
74
- presented if they are made.`,
75
- required: !1,
76
- control: "select",
77
- type: "string",
78
- options: ["list", "none", "inline", "both"]
79
- },
80
- "aria-braillelabel": {
81
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
82
- required: !1,
83
- control: "text",
84
- type: "string"
85
- },
86
- "aria-brailleroledescription": {
87
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
88
- required: !1,
89
- control: "text",
90
- type: "string"
91
- },
92
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
93
- "aria-checked": {
94
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
95
- required: !1,
96
- control: "text",
97
- type: "string"
98
- },
99
- "aria-colcount": {
100
- description: "Defines the total number of columns in a table, grid, or treegrid.",
101
- required: !1,
102
- control: "number",
103
- type: "number"
104
- },
105
- "aria-colindex": {
106
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
107
- required: !1,
108
- control: "number",
109
- type: "number"
110
- },
111
- "aria-colindextext": {
112
- description: "Defines a human readable text alternative of aria-colindex.",
113
- required: !1,
114
- control: "text",
115
- type: "string"
116
- },
117
- "aria-colspan": {
118
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
119
- required: !1,
120
- control: "number",
121
- type: "number"
122
- },
123
- "aria-controls": {
124
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
125
- required: !1,
126
- control: "text",
127
- type: "string"
128
- },
129
- "aria-current": {
130
- description: "Indicates the element that represents the current item within a container or set of related elements.",
131
- required: !1,
132
- control: "text",
133
- type: "string"
134
- },
135
- "aria-describedby": {
136
- description: "Identifies the element (or elements) that describes the object.",
137
- required: !1,
138
- control: "text",
139
- type: "string"
140
- },
141
- "aria-description": {
142
- description: "Defines a string value that describes or annotates the current element.",
143
- required: !1,
144
- control: "text",
145
- type: "string"
146
- },
147
- "aria-details": {
148
- description: "Identifies the element that provides a detailed, extended description for the object.",
149
- required: !1,
150
- control: "text",
151
- type: "string"
152
- },
153
- "aria-disabled": {
154
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
155
- required: !1,
156
- control: "boolean",
157
- type: "boolean"
158
- },
159
- "aria-dropeffect": {
160
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
161
- required: !1,
162
- control: "select",
163
- type: "string",
164
- options: ["link", "none", "copy", "execute", "move", "popup"]
165
- },
166
- "aria-errormessage": {
167
- description: "Identifies the element that provides an error message for the object.",
168
- required: !1,
169
- control: "text",
170
- type: "string"
171
- },
172
- "aria-expanded": {
173
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
174
- required: !1,
175
- control: "boolean",
176
- type: "boolean"
177
- },
178
- "aria-flowto": {
179
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
180
- allows assistive technology to override the general default of reading in document source order.`,
181
- required: !1,
182
- control: "text",
183
- type: "string"
184
- },
185
- "aria-grabbed": {
186
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
187
- required: !1,
188
- control: "boolean",
189
- type: "boolean"
190
- },
191
- "aria-haspopup": {
192
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
193
- required: !1,
194
- control: "text",
195
- type: "string"
196
- },
197
- "aria-hidden": {
198
- description: "Indicates whether the element is exposed to an accessibility API.",
199
- required: !1,
200
- control: "boolean",
201
- type: "boolean"
202
- },
203
- "aria-invalid": {
204
- description: "Indicates the entered value does not conform to the format expected by the application.",
205
- required: !1,
206
- control: "text",
207
- type: "string"
208
- },
209
- "aria-keyshortcuts": {
210
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
211
- required: !1,
212
- control: "text",
213
- type: "string"
214
- },
215
- "aria-label": {
216
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
217
- required: !1,
218
- control: "text",
219
- type: "string"
220
- },
221
- "aria-labelledby": {
222
- description: "Identifies the element (or elements) that labels the current element.",
223
- required: !1,
224
- control: "text",
225
- type: "string"
226
- },
227
- "aria-level": {
228
- description: "Defines the hierarchical level of an element within a structure.",
229
- required: !1,
230
- control: "number",
231
- type: "number"
232
- },
233
- "aria-live": {
234
- 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.",
235
- required: !1,
236
- control: "radio",
237
- type: "string",
238
- options: ["off", "assertive", "polite"]
239
- },
240
- "aria-modal": {
241
- description: "Indicates whether an element is modal when displayed.",
242
- required: !1,
243
- control: "boolean",
244
- type: "boolean"
245
- },
246
- "aria-multiline": {
247
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
248
- required: !1,
249
- control: "boolean",
250
- type: "boolean"
251
- },
252
- "aria-multiselectable": {
253
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
254
- required: !1,
255
- control: "boolean",
256
- type: "boolean"
257
- },
258
- "aria-orientation": {
259
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
260
- required: !1,
261
- control: "radio",
262
- type: "string",
263
- options: ["horizontal", "vertical"]
264
- },
265
- "aria-owns": {
266
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
267
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
268
- required: !1,
269
- control: "text",
270
- type: "string"
271
- },
272
- "aria-placeholder": {
273
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
274
- A hint could be a sample value or a brief description of the expected format.`,
275
- required: !1,
276
- control: "text",
277
- type: "string"
278
- },
279
- "aria-posinset": {
280
- 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.",
281
- required: !1,
282
- control: "number",
283
- type: "number"
284
- },
285
- "aria-pressed": {
286
- description: 'Indicates the current "pressed" state of toggle buttons.',
287
- required: !1,
288
- control: "text",
289
- type: "string"
290
- },
291
- "aria-readonly": {
292
- description: "Indicates that the element is not editable, but is otherwise operable.",
293
- required: !1,
294
- control: "boolean",
295
- type: "boolean"
296
- },
297
- "aria-relevant": {
298
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
299
- required: !1,
300
- control: "select",
301
- type: "string",
302
- options: [
303
- "text",
304
- "additions",
305
- "additions removals",
306
- "additions text",
307
- "all",
308
- "removals",
309
- "removals additions",
310
- "removals text",
311
- "text additions",
312
- "text removals"
313
- ]
314
- },
315
- "aria-required": {
316
- description: "Indicates that user input is required on the element before a form may be submitted.",
317
- required: !1,
318
- control: "boolean",
319
- type: "boolean"
320
- },
321
- "aria-roledescription": {
322
- description: "Defines a human-readable, author-localized description for the role of an element.",
323
- required: !1,
324
- control: "text",
325
- type: "string"
326
- },
327
- "aria-rowcount": {
328
- description: "Defines the total number of rows in a table, grid, or treegrid.",
329
- required: !1,
330
- control: "number",
331
- type: "number"
332
- },
333
- "aria-rowindex": {
334
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
335
- required: !1,
336
- control: "number",
337
- type: "number"
338
- },
339
- "aria-rowindextext": {
340
- description: "Defines a human readable text alternative of aria-rowindex.",
341
- required: !1,
342
- control: "text",
343
- type: "string"
344
- },
345
- "aria-rowspan": {
346
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
347
- required: !1,
348
- control: "number",
349
- type: "number"
350
- },
351
- "aria-selected": {
352
- description: 'Indicates the current "selected" state of various widgets.',
353
- required: !1,
354
- control: "boolean",
355
- type: "boolean"
356
- },
357
- "aria-setsize": {
358
- 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.",
359
- required: !1,
360
- control: "number",
361
- type: "number"
362
- },
363
- "aria-sort": {
364
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
365
- required: !1,
366
- control: "select",
367
- type: "string",
368
- options: ["none", "ascending", "descending", "other"]
369
- },
370
- "aria-valuemax": {
371
- description: "Defines the maximum allowed value for a range widget.",
372
- required: !1,
373
- control: "number",
374
- type: "number"
375
- },
376
- "aria-valuemin": {
377
- description: "Defines the minimum allowed value for a range widget.",
378
- required: !1,
379
- control: "number",
380
- type: "number"
381
- },
382
- "aria-valuenow": {
383
- description: "Defines the current value for a range widget.",
384
- required: !1,
385
- control: "number",
386
- type: "number"
387
- },
388
- "aria-valuetext": {
389
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
390
- required: !1,
391
- control: "text",
392
- type: "string"
393
- },
394
- autoCapitalize: {
395
- required: !1,
396
- control: "text",
397
- type: "string",
398
- description: "Sets whether input is automatically capitalized when entered by user."
399
- },
400
- autoCorrect: { required: !1, control: "text", type: "string" },
401
- autoFocus: {
402
- required: !1,
403
- control: "boolean",
404
- type: "boolean",
405
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
406
- },
407
- autoSave: { required: !1, control: "text", type: "string" },
408
- className: { required: !1, control: "text", type: "string" },
409
- color: {
410
- required: !1,
411
- control: "color",
412
- type: "string",
413
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
414
- },
415
- content: {
416
- required: !1,
417
- control: "text",
418
- type: "string",
419
- description: "A value associated with http-equiv orname depending on the context."
420
- },
421
- contextMenu: {
422
- required: !1,
423
- control: "text",
424
- type: "string",
425
- description: "Defines the ID of a menu element which willserve as the element's context menu."
426
- },
427
- datatype: { required: !1, control: "text", type: "string" },
428
- defaultValue: { required: !1, control: "text", type: "string" },
429
- dir: {
430
- required: !1,
431
- control: "text",
432
- type: "string",
433
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
434
- },
435
- disabled: {
436
- required: !1,
437
- control: "boolean",
438
- type: "boolean",
439
- description: "Indicates whether the user can interact with the element."
440
- },
441
- draggable: {
442
- required: !1,
443
- control: "boolean",
444
- type: "boolean",
445
- description: "Defines whether the element can be dragged."
446
- },
447
- form: {
448
- required: !1,
449
- control: "text",
450
- type: "string",
451
- description: "Indicates the form that is the owner of the element."
452
- },
453
- formAction: {
454
- required: !1,
455
- control: "text",
456
- type: "string",
457
- description: "Indicates the action of the element, overriding the action defined inthe form."
458
- },
459
- formEncType: {
460
- required: !1,
461
- control: "text",
462
- type: "string",
463
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides theenctype attribute of the button's form owner.`
464
- },
465
- formMethod: {
466
- required: !1,
467
- control: "text",
468
- type: "string",
469
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner.`
470
- },
471
- formNoValidate: {
472
- required: !1,
473
- control: "boolean",
474
- type: "boolean",
475
- description: `If the button/input is a submit button (e.g. type="submit"), this boolean attribute specifies that the form is not to be validatedwhen it is submitted. If this attribute is specified, it overrides thenovalidate attribute of the button's form owner.`
476
- },
477
- formTarget: {
478
- required: !1,
479
- control: "text",
480
- type: "string",
481
- description: `If the button/input is a submit button (e.g. type="submit"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received aftersubmitting the form. If this attribute is specified, it overrides thetarget attribute of the button's form owner.`
482
- },
483
- hidden: {
484
- required: !1,
485
- control: "boolean",
486
- type: "boolean",
487
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
488
- },
489
- id: {
490
- required: !1,
491
- control: "text",
492
- type: "string",
493
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
494
- },
495
- inputMode: {
496
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
497
- required: !1,
498
- control: "select",
499
- type: "string",
500
- options: [
501
- "search",
502
- "text",
503
- "none",
504
- "tel",
505
- "url",
506
- "email",
507
- "numeric",
508
- "decimal"
509
- ]
510
- },
511
- is: {
512
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
513
- required: !1,
514
- control: "text",
515
- type: "string"
516
- },
517
- itemID: { required: !1, control: "text", type: "string" },
518
- itemProp: { required: !1, control: "text", type: "string" },
519
- itemRef: { required: !1, control: "text", type: "string" },
520
- itemScope: { required: !1, control: "boolean", type: "boolean" },
521
- itemType: { required: !1, control: "text", type: "string" },
522
- lang: {
523
- required: !1,
524
- control: "text",
525
- type: "string",
526
- description: "Defines the language used in the element."
527
- },
528
- name: {
529
- required: !1,
530
- control: "text",
531
- type: "string",
532
- description: "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes)."
533
- },
534
- nonce: { required: !1, control: "text", type: "string" },
535
- prefix: { required: !1, control: "text", type: "string" },
536
- property: { required: !1, control: "text", type: "string" },
537
- radioGroup: { required: !1, control: "text", type: "string" },
538
- rel: {
539
- required: !1,
540
- control: "text",
541
- type: "string",
542
- description: "Specifies the relationship of the target object to the link object."
543
- },
544
- resource: { required: !1, control: "text", type: "string" },
545
- results: { required: !1, control: "number", type: "number" },
546
- rev: { required: !1, control: "text", type: "string" },
547
- role: {
548
- required: !1,
549
- control: "text",
550
- type: "string",
551
- description: "Defines an explicit role for an element for use by assistive technologies."
552
- },
553
- security: { required: !1, control: "text", type: "string" },
554
- slot: {
555
- required: !1,
556
- control: "text",
557
- type: "string",
558
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
559
- },
560
- spellCheck: {
561
- required: !1,
562
- control: "boolean",
563
- type: "boolean",
564
- description: "Indicates whether spell checking is allowed for the element."
565
- },
566
- suppressContentEditableWarning: {
567
- required: !1,
568
- control: "boolean",
569
- type: "boolean"
570
- },
571
- suppressHydrationWarning: {
572
- required: !1,
573
- control: "boolean",
574
- type: "boolean"
575
- },
576
- tabIndex: {
577
- required: !1,
578
- control: "number",
579
- type: "number",
580
- description: "Overrides the browser's default tab order and follows the one specified instead."
581
- },
582
- title: {
583
- required: !1,
584
- control: "text",
585
- type: "string",
586
- description: "Text to be displayed in a tooltip when hovering over the element."
587
- },
588
- translate: {
589
- required: !1,
590
- control: "radio",
591
- type: "string",
592
- options: ["yes", "no"],
593
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
594
- },
595
- type: {
596
- required: !1,
597
- control: "radio",
598
- type: "string",
599
- options: ["button", "submit", "reset"],
600
- description: "Defines the type of the element."
601
- },
602
- typeof: { required: !1, control: "text", type: "string" },
603
- unselectable: {
604
- required: !1,
605
- control: "radio",
606
- type: "string",
607
- options: ["on", "off"]
608
- },
609
- value: {
610
- required: !1,
611
- control: "text",
612
- type: "string",
613
- description: "Defines a default value which will be displayed in the element on pageload."
614
- },
615
- vocab: { required: !1, control: "text", type: "string" }
616
- }, r = {
617
- about: { required: !1, control: "text", type: "string" },
618
- accessKey: {
619
- required: !1,
620
- control: "text",
621
- type: "string",
622
- description: "Keyboard shortcut to activate or add focus to the element."
623
- },
624
- "aria-activedescendant": {
625
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
626
- required: !1,
627
- control: "text",
628
- type: "string"
629
- },
630
- "aria-atomic": {
631
- 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.",
632
- required: !1,
633
- control: "boolean",
634
- type: "boolean"
635
- },
636
- "aria-autocomplete": {
637
- 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
638
- presented if they are made.`,
639
- required: !1,
640
- control: "select",
641
- type: "string",
642
- options: ["list", "none", "inline", "both"]
643
- },
644
- "aria-braillelabel": {
645
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
646
- required: !1,
647
- control: "text",
648
- type: "string"
649
- },
650
- "aria-brailleroledescription": {
651
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
652
- required: !1,
653
- control: "text",
654
- type: "string"
655
- },
656
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
657
- "aria-checked": {
658
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
659
- required: !1,
660
- control: "text",
661
- type: "string"
662
- },
663
- "aria-colcount": {
664
- description: "Defines the total number of columns in a table, grid, or treegrid.",
665
- required: !1,
666
- control: "number",
667
- type: "number"
668
- },
669
- "aria-colindex": {
670
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
671
- required: !1,
672
- control: "number",
673
- type: "number"
674
- },
675
- "aria-colindextext": {
676
- description: "Defines a human readable text alternative of aria-colindex.",
677
- required: !1,
678
- control: "text",
679
- type: "string"
680
- },
681
- "aria-colspan": {
682
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
683
- required: !1,
684
- control: "number",
685
- type: "number"
686
- },
687
- "aria-controls": {
688
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
689
- required: !1,
690
- control: "text",
691
- type: "string"
692
- },
693
- "aria-current": {
694
- description: "Indicates the element that represents the current item within a container or set of related elements.",
695
- required: !1,
696
- control: "text",
697
- type: "string"
698
- },
699
- "aria-describedby": {
700
- description: "Identifies the element (or elements) that describes the object.",
701
- required: !1,
702
- control: "text",
703
- type: "string"
704
- },
705
- "aria-description": {
706
- description: "Defines a string value that describes or annotates the current element.",
707
- required: !1,
708
- control: "text",
709
- type: "string"
710
- },
711
- "aria-details": {
712
- description: "Identifies the element that provides a detailed, extended description for the object.",
713
- required: !1,
714
- control: "text",
715
- type: "string"
716
- },
717
- "aria-disabled": {
718
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
719
- required: !1,
720
- control: "boolean",
721
- type: "boolean"
722
- },
723
- "aria-dropeffect": {
724
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
725
- required: !1,
726
- control: "select",
727
- type: "string",
728
- options: ["link", "none", "copy", "execute", "move", "popup"]
729
- },
730
- "aria-errormessage": {
731
- description: "Identifies the element that provides an error message for the object.",
732
- required: !1,
733
- control: "text",
734
- type: "string"
735
- },
736
- "aria-expanded": {
737
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
738
- required: !1,
739
- control: "boolean",
740
- type: "boolean"
741
- },
742
- "aria-flowto": {
743
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
744
- allows assistive technology to override the general default of reading in document source order.`,
745
- required: !1,
746
- control: "text",
747
- type: "string"
748
- },
749
- "aria-grabbed": {
750
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
751
- required: !1,
752
- control: "boolean",
753
- type: "boolean"
754
- },
755
- "aria-haspopup": {
756
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
757
- required: !1,
758
- control: "text",
759
- type: "string"
760
- },
761
- "aria-hidden": {
762
- description: "Indicates whether the element is exposed to an accessibility API.",
763
- required: !1,
764
- control: "boolean",
765
- type: "boolean"
766
- },
767
- "aria-invalid": {
768
- description: "Indicates the entered value does not conform to the format expected by the application.",
769
- required: !1,
770
- control: "text",
771
- type: "string"
772
- },
773
- "aria-keyshortcuts": {
774
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
775
- required: !1,
776
- control: "text",
777
- type: "string"
778
- },
779
- "aria-label": {
780
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
781
- required: !1,
782
- control: "text",
783
- type: "string"
784
- },
785
- "aria-labelledby": {
786
- description: "Identifies the element (or elements) that labels the current element.",
787
- required: !1,
788
- control: "text",
789
- type: "string"
790
- },
791
- "aria-level": {
792
- description: "Defines the hierarchical level of an element within a structure.",
793
- required: !1,
794
- control: "number",
795
- type: "number"
796
- },
797
- "aria-live": {
798
- 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.",
799
- required: !1,
800
- control: "radio",
801
- type: "string",
802
- options: ["off", "assertive", "polite"]
803
- },
804
- "aria-modal": {
805
- description: "Indicates whether an element is modal when displayed.",
806
- required: !1,
807
- control: "boolean",
808
- type: "boolean"
809
- },
810
- "aria-multiline": {
811
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
812
- required: !1,
813
- control: "boolean",
814
- type: "boolean"
815
- },
816
- "aria-multiselectable": {
817
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
818
- required: !1,
819
- control: "boolean",
820
- type: "boolean"
821
- },
822
- "aria-orientation": {
823
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
824
- required: !1,
825
- control: "radio",
826
- type: "string",
827
- options: ["horizontal", "vertical"]
828
- },
829
- "aria-owns": {
830
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
831
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
832
- required: !1,
833
- control: "text",
834
- type: "string"
835
- },
836
- "aria-placeholder": {
837
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
838
- A hint could be a sample value or a brief description of the expected format.`,
839
- required: !1,
840
- control: "text",
841
- type: "string"
842
- },
843
- "aria-posinset": {
844
- 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.",
845
- required: !1,
846
- control: "number",
847
- type: "number"
848
- },
849
- "aria-pressed": {
850
- description: 'Indicates the current "pressed" state of toggle buttons.',
851
- required: !1,
852
- control: "text",
853
- type: "string"
854
- },
855
- "aria-readonly": {
856
- description: "Indicates that the element is not editable, but is otherwise operable.",
857
- required: !1,
858
- control: "boolean",
859
- type: "boolean"
860
- },
861
- "aria-relevant": {
862
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
863
- required: !1,
864
- control: "select",
865
- type: "string",
866
- options: [
867
- "text",
868
- "additions",
869
- "additions removals",
870
- "additions text",
871
- "all",
872
- "removals",
873
- "removals additions",
874
- "removals text",
875
- "text additions",
876
- "text removals"
877
- ]
878
- },
879
- "aria-required": {
880
- description: "Indicates that user input is required on the element before a form may be submitted.",
881
- required: !1,
882
- control: "boolean",
883
- type: "boolean"
884
- },
885
- "aria-roledescription": {
886
- description: "Defines a human-readable, author-localized description for the role of an element.",
887
- required: !1,
888
- control: "text",
889
- type: "string"
890
- },
891
- "aria-rowcount": {
892
- description: "Defines the total number of rows in a table, grid, or treegrid.",
893
- required: !1,
894
- control: "number",
895
- type: "number"
896
- },
897
- "aria-rowindex": {
898
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
899
- required: !1,
900
- control: "number",
901
- type: "number"
902
- },
903
- "aria-rowindextext": {
904
- description: "Defines a human readable text alternative of aria-rowindex.",
905
- required: !1,
906
- control: "text",
907
- type: "string"
908
- },
909
- "aria-rowspan": {
910
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
911
- required: !1,
912
- control: "number",
913
- type: "number"
914
- },
915
- "aria-selected": {
916
- description: 'Indicates the current "selected" state of various widgets.',
917
- required: !1,
918
- control: "boolean",
919
- type: "boolean"
920
- },
921
- "aria-setsize": {
922
- 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.",
923
- required: !1,
924
- control: "number",
925
- type: "number"
926
- },
927
- "aria-sort": {
928
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
929
- required: !1,
930
- control: "select",
931
- type: "string",
932
- options: ["none", "ascending", "descending", "other"]
933
- },
934
- "aria-valuemax": {
935
- description: "Defines the maximum allowed value for a range widget.",
936
- required: !1,
937
- control: "number",
938
- type: "number"
939
- },
940
- "aria-valuemin": {
941
- description: "Defines the minimum allowed value for a range widget.",
942
- required: !1,
943
- control: "number",
944
- type: "number"
945
- },
946
- "aria-valuenow": {
947
- description: "Defines the current value for a range widget.",
948
- required: !1,
949
- control: "number",
950
- type: "number"
951
- },
952
- "aria-valuetext": {
953
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
954
- required: !1,
955
- control: "text",
956
- type: "string"
957
- },
958
- autoCapitalize: {
959
- required: !1,
960
- control: "text",
961
- type: "string",
962
- description: "Sets whether input is automatically capitalized when entered by user."
963
- },
964
- autoCorrect: { required: !1, control: "text", type: "string" },
965
- autoFocus: {
966
- required: !1,
967
- control: "boolean",
968
- type: "boolean",
969
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
970
- },
971
- autoSave: { required: !1, control: "text", type: "string" },
972
- className: { required: !1, control: "text", type: "string" },
973
- color: {
974
- required: !1,
975
- control: "color",
976
- type: "string",
977
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
978
- },
979
- content: {
980
- required: !1,
981
- control: "text",
982
- type: "string",
983
- description: "A value associated with http-equiv orname depending on the context."
984
- },
985
- contextMenu: {
986
- required: !1,
987
- control: "text",
988
- type: "string",
989
- description: "Defines the ID of a menu element which willserve as the element's context menu."
990
- },
991
- datatype: { required: !1, control: "text", type: "string" },
992
- defaultValue: { required: !1, control: "text", type: "string" },
993
- dir: {
994
- required: !1,
995
- control: "text",
996
- type: "string",
997
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
998
- },
999
- draggable: {
1000
- required: !1,
1001
- control: "boolean",
1002
- type: "boolean",
1003
- description: "Defines whether the element can be dragged."
1004
- },
1005
- hidden: {
1006
- required: !1,
1007
- control: "boolean",
1008
- type: "boolean",
1009
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
1010
- },
1011
- id: {
1012
- required: !1,
1013
- control: "text",
1014
- type: "string",
1015
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
1016
- },
1017
- inputMode: {
1018
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
1019
- required: !1,
1020
- control: "select",
1021
- type: "string",
1022
- options: [
1023
- "search",
1024
- "text",
1025
- "none",
1026
- "tel",
1027
- "url",
1028
- "email",
1029
- "numeric",
1030
- "decimal"
1031
- ]
1032
- },
1033
- is: {
1034
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
1035
- required: !1,
1036
- control: "text",
1037
- type: "string"
1038
- },
1039
- itemID: { required: !1, control: "text", type: "string" },
1040
- itemProp: { required: !1, control: "text", type: "string" },
1041
- itemRef: { required: !1, control: "text", type: "string" },
1042
- itemScope: { required: !1, control: "boolean", type: "boolean" },
1043
- itemType: { required: !1, control: "text", type: "string" },
1044
- lang: {
1045
- required: !1,
1046
- control: "text",
1047
- type: "string",
1048
- description: "Defines the language used in the element."
1049
- },
1050
- nonce: { required: !1, control: "text", type: "string" },
1051
- placeholder: {
1052
- required: !1,
1053
- control: "text",
1054
- type: "string",
1055
- description: "Provides a hint to the user of what can be entered in the field."
1056
- },
1057
- prefix: { required: !1, control: "text", type: "string" },
1058
- property: { required: !1, control: "text", type: "string" },
1059
- radioGroup: { required: !1, control: "text", type: "string" },
1060
- rel: {
1061
- required: !1,
1062
- control: "text",
1063
- type: "string",
1064
- description: "Specifies the relationship of the target object to the link object."
1065
- },
1066
- resource: { required: !1, control: "text", type: "string" },
1067
- results: { required: !1, control: "number", type: "number" },
1068
- rev: { required: !1, control: "text", type: "string" },
1069
- role: {
1070
- required: !1,
1071
- control: "text",
1072
- type: "string",
1073
- description: "Defines an explicit role for an element for use by assistive technologies."
1074
- },
1075
- security: { required: !1, control: "text", type: "string" },
1076
- slot: {
1077
- required: !1,
1078
- control: "text",
1079
- type: "string",
1080
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
1081
- },
1082
- spellCheck: {
1083
- required: !1,
1084
- control: "boolean",
1085
- type: "boolean",
1086
- description: "Indicates whether spell checking is allowed for the element."
1087
- },
1088
- suppressContentEditableWarning: {
1089
- required: !1,
1090
- control: "boolean",
1091
- type: "boolean"
1092
- },
1093
- suppressHydrationWarning: {
1094
- required: !1,
1095
- control: "boolean",
1096
- type: "boolean"
1097
- },
1098
- tabIndex: {
1099
- required: !1,
1100
- control: "number",
1101
- type: "number",
1102
- description: "Overrides the browser's default tab order and follows the one specified instead."
1103
- },
1104
- title: {
1105
- required: !1,
1106
- control: "text",
1107
- type: "string",
1108
- description: "Text to be displayed in a tooltip when hovering over the element."
1109
- },
1110
- translate: {
1111
- required: !1,
1112
- control: "radio",
1113
- type: "string",
1114
- options: ["yes", "no"],
1115
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
1116
- },
1117
- typeof: { required: !1, control: "text", type: "string" },
1118
- unselectable: {
1119
- required: !1,
1120
- control: "radio",
1121
- type: "string",
1122
- options: ["on", "off"]
1123
- },
1124
- vocab: { required: !1, control: "text", type: "string" }
1125
- }, i = {
1126
- about: { required: !1, control: "text", type: "string" },
1127
- accessKey: {
1128
- required: !1,
1129
- control: "text",
1130
- type: "string",
1131
- description: "Keyboard shortcut to activate or add focus to the element."
1132
- },
1133
- align: {
1134
- required: !1,
1135
- control: "radio",
1136
- type: "string",
1137
- options: ["center", "start", "end"],
1138
- description: "Specifies the horizontal alignment of the element."
1139
- },
1140
- alignOffset: { required: !1, control: "number", type: "number" },
1141
- "aria-activedescendant": {
1142
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1143
- required: !1,
1144
- control: "text",
1145
- type: "string"
1146
- },
1147
- "aria-atomic": {
1148
- 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.",
1149
- required: !1,
1150
- control: "boolean",
1151
- type: "boolean"
1152
- },
1153
- "aria-autocomplete": {
1154
- 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
1155
- presented if they are made.`,
1156
- required: !1,
1157
- control: "select",
1158
- type: "string",
1159
- options: ["list", "none", "inline", "both"]
1160
- },
1161
- "aria-braillelabel": {
1162
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
1163
- required: !1,
1164
- control: "text",
1165
- type: "string"
1166
- },
1167
- "aria-brailleroledescription": {
1168
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
1169
- required: !1,
1170
- control: "text",
1171
- type: "string"
1172
- },
1173
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
1174
- "aria-checked": {
1175
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
1176
- required: !1,
1177
- control: "text",
1178
- type: "string"
1179
- },
1180
- "aria-colcount": {
1181
- description: "Defines the total number of columns in a table, grid, or treegrid.",
1182
- required: !1,
1183
- control: "number",
1184
- type: "number"
1185
- },
1186
- "aria-colindex": {
1187
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
1188
- required: !1,
1189
- control: "number",
1190
- type: "number"
1191
- },
1192
- "aria-colindextext": {
1193
- description: "Defines a human readable text alternative of aria-colindex.",
1194
- required: !1,
1195
- control: "text",
1196
- type: "string"
1197
- },
1198
- "aria-colspan": {
1199
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
1200
- required: !1,
1201
- control: "number",
1202
- type: "number"
1203
- },
1204
- "aria-controls": {
1205
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
1206
- required: !1,
1207
- control: "text",
1208
- type: "string"
1209
- },
1210
- "aria-current": {
1211
- description: "Indicates the element that represents the current item within a container or set of related elements.",
1212
- required: !1,
1213
- control: "text",
1214
- type: "string"
1215
- },
1216
- "aria-describedby": {
1217
- description: "Identifies the element (or elements) that describes the object.",
1218
- required: !1,
1219
- control: "text",
1220
- type: "string"
1221
- },
1222
- "aria-description": {
1223
- description: "Defines a string value that describes or annotates the current element.",
1224
- required: !1,
1225
- control: "text",
1226
- type: "string"
1227
- },
1228
- "aria-details": {
1229
- description: "Identifies the element that provides a detailed, extended description for the object.",
1230
- required: !1,
1231
- control: "text",
1232
- type: "string"
1233
- },
1234
- "aria-disabled": {
1235
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
1236
- required: !1,
1237
- control: "boolean",
1238
- type: "boolean"
1239
- },
1240
- "aria-dropeffect": {
1241
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
1242
- required: !1,
1243
- control: "select",
1244
- type: "string",
1245
- options: ["link", "none", "copy", "execute", "move", "popup"]
1246
- },
1247
- "aria-errormessage": {
1248
- description: "Identifies the element that provides an error message for the object.",
1249
- required: !1,
1250
- control: "text",
1251
- type: "string"
1252
- },
1253
- "aria-expanded": {
1254
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
1255
- required: !1,
1256
- control: "boolean",
1257
- type: "boolean"
1258
- },
1259
- "aria-flowto": {
1260
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
1261
- allows assistive technology to override the general default of reading in document source order.`,
1262
- required: !1,
1263
- control: "text",
1264
- type: "string"
1265
- },
1266
- "aria-grabbed": {
1267
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
1268
- required: !1,
1269
- control: "boolean",
1270
- type: "boolean"
1271
- },
1272
- "aria-haspopup": {
1273
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
1274
- required: !1,
1275
- control: "text",
1276
- type: "string"
1277
- },
1278
- "aria-hidden": {
1279
- description: "Indicates whether the element is exposed to an accessibility API.",
1280
- required: !1,
1281
- control: "boolean",
1282
- type: "boolean"
1283
- },
1284
- "aria-invalid": {
1285
- description: "Indicates the entered value does not conform to the format expected by the application.",
1286
- required: !1,
1287
- control: "text",
1288
- type: "string"
1289
- },
1290
- "aria-keyshortcuts": {
1291
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
1292
- required: !1,
1293
- control: "text",
1294
- type: "string"
1295
- },
1296
- "aria-label": {
1297
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
1298
- required: !1,
1299
- control: "text",
1300
- type: "string"
1301
- },
1302
- "aria-labelledby": {
1303
- description: "Identifies the element (or elements) that labels the current element.",
1304
- required: !1,
1305
- control: "text",
1306
- type: "string"
1307
- },
1308
- "aria-level": {
1309
- description: "Defines the hierarchical level of an element within a structure.",
1310
- required: !1,
1311
- control: "number",
1312
- type: "number"
1313
- },
1314
- "aria-live": {
1315
- 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.",
1316
- required: !1,
1317
- control: "radio",
1318
- type: "string",
1319
- options: ["off", "assertive", "polite"]
1320
- },
1321
- "aria-modal": {
1322
- description: "Indicates whether an element is modal when displayed.",
1323
- required: !1,
1324
- control: "boolean",
1325
- type: "boolean"
1326
- },
1327
- "aria-multiline": {
1328
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
1329
- required: !1,
1330
- control: "boolean",
1331
- type: "boolean"
1332
- },
1333
- "aria-multiselectable": {
1334
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
1335
- required: !1,
1336
- control: "boolean",
1337
- type: "boolean"
1338
- },
1339
- "aria-orientation": {
1340
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
1341
- required: !1,
1342
- control: "radio",
1343
- type: "string",
1344
- options: ["horizontal", "vertical"]
1345
- },
1346
- "aria-owns": {
1347
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
1348
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
1349
- required: !1,
1350
- control: "text",
1351
- type: "string"
1352
- },
1353
- "aria-placeholder": {
1354
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
1355
- A hint could be a sample value or a brief description of the expected format.`,
1356
- required: !1,
1357
- control: "text",
1358
- type: "string"
1359
- },
1360
- "aria-posinset": {
1361
- 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.",
1362
- required: !1,
1363
- control: "number",
1364
- type: "number"
1365
- },
1366
- "aria-pressed": {
1367
- description: 'Indicates the current "pressed" state of toggle buttons.',
1368
- required: !1,
1369
- control: "text",
1370
- type: "string"
1371
- },
1372
- "aria-readonly": {
1373
- description: "Indicates that the element is not editable, but is otherwise operable.",
1374
- required: !1,
1375
- control: "boolean",
1376
- type: "boolean"
1377
- },
1378
- "aria-relevant": {
1379
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
1380
- required: !1,
1381
- control: "select",
1382
- type: "string",
1383
- options: [
1384
- "text",
1385
- "additions",
1386
- "additions removals",
1387
- "additions text",
1388
- "all",
1389
- "removals",
1390
- "removals additions",
1391
- "removals text",
1392
- "text additions",
1393
- "text removals"
1394
- ]
1395
- },
1396
- "aria-required": {
1397
- description: "Indicates that user input is required on the element before a form may be submitted.",
1398
- required: !1,
1399
- control: "boolean",
1400
- type: "boolean"
1401
- },
1402
- "aria-roledescription": {
1403
- description: "Defines a human-readable, author-localized description for the role of an element.",
1404
- required: !1,
1405
- control: "text",
1406
- type: "string"
1407
- },
1408
- "aria-rowcount": {
1409
- description: "Defines the total number of rows in a table, grid, or treegrid.",
1410
- required: !1,
1411
- control: "number",
1412
- type: "number"
1413
- },
1414
- "aria-rowindex": {
1415
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
1416
- required: !1,
1417
- control: "number",
1418
- type: "number"
1419
- },
1420
- "aria-rowindextext": {
1421
- description: "Defines a human readable text alternative of aria-rowindex.",
1422
- required: !1,
1423
- control: "text",
1424
- type: "string"
1425
- },
1426
- "aria-rowspan": {
1427
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
1428
- required: !1,
1429
- control: "number",
1430
- type: "number"
1431
- },
1432
- "aria-selected": {
1433
- description: 'Indicates the current "selected" state of various widgets.',
1434
- required: !1,
1435
- control: "boolean",
1436
- type: "boolean"
1437
- },
1438
- "aria-setsize": {
1439
- 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.",
1440
- required: !1,
1441
- control: "number",
1442
- type: "number"
1443
- },
1444
- "aria-sort": {
1445
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
1446
- required: !1,
1447
- control: "select",
1448
- type: "string",
1449
- options: ["none", "ascending", "descending", "other"]
1450
- },
1451
- "aria-valuemax": {
1452
- description: "Defines the maximum allowed value for a range widget.",
1453
- required: !1,
1454
- control: "number",
1455
- type: "number"
1456
- },
1457
- "aria-valuemin": {
1458
- description: "Defines the minimum allowed value for a range widget.",
1459
- required: !1,
1460
- control: "number",
1461
- type: "number"
1462
- },
1463
- "aria-valuenow": {
1464
- description: "Defines the current value for a range widget.",
1465
- required: !1,
1466
- control: "number",
1467
- type: "number"
1468
- },
1469
- "aria-valuetext": {
1470
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
1471
- required: !1,
1472
- control: "text",
1473
- type: "string"
1474
- },
1475
- arrowPadding: { required: !1, control: "number", type: "number" },
1476
- autoCapitalize: {
1477
- required: !1,
1478
- control: "text",
1479
- type: "string",
1480
- description: "Sets whether input is automatically capitalized when entered by user."
1481
- },
1482
- autoCorrect: { required: !1, control: "text", type: "string" },
1483
- autoFocus: {
1484
- required: !1,
1485
- control: "boolean",
1486
- type: "boolean",
1487
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
1488
- },
1489
- autoSave: { required: !1, control: "text", type: "string" },
1490
- avoidCollisions: { required: !1, control: "boolean", type: "boolean" },
1491
- className: { required: !1, control: "text", type: "string" },
1492
- color: {
1493
- required: !1,
1494
- control: "color",
1495
- type: "string",
1496
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
1497
- },
1498
- content: {
1499
- required: !1,
1500
- control: "text",
1501
- type: "string",
1502
- description: "A value associated with http-equiv orname depending on the context."
1503
- },
1504
- contextMenu: {
1505
- required: !1,
1506
- control: "text",
1507
- type: "string",
1508
- description: "Defines the ID of a menu element which willserve as the element's context menu."
1509
- },
1510
- datatype: { required: !1, control: "text", type: "string" },
1511
- defaultValue: { required: !1, control: "text", type: "string" },
1512
- dir: {
1513
- required: !1,
1514
- control: "text",
1515
- type: "string",
1516
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
1517
- },
1518
- draggable: {
1519
- required: !1,
1520
- control: "boolean",
1521
- type: "boolean",
1522
- description: "Defines whether the element can be dragged."
1523
- },
1524
- hidden: {
1525
- required: !1,
1526
- control: "boolean",
1527
- type: "boolean",
1528
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
1529
- },
1530
- hideWhenDetached: { required: !1, control: "boolean", type: "boolean" },
1531
- id: {
1532
- required: !1,
1533
- control: "text",
1534
- type: "string",
1535
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
1536
- },
1537
- inputMode: {
1538
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
1539
- required: !1,
1540
- control: "select",
1541
- type: "string",
1542
- options: [
1543
- "search",
1544
- "text",
1545
- "none",
1546
- "tel",
1547
- "url",
1548
- "email",
1549
- "numeric",
1550
- "decimal"
1551
- ]
1552
- },
1553
- is: {
1554
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
1555
- required: !1,
1556
- control: "text",
1557
- type: "string"
1558
- },
1559
- itemID: { required: !1, control: "text", type: "string" },
1560
- itemProp: { required: !1, control: "text", type: "string" },
1561
- itemRef: { required: !1, control: "text", type: "string" },
1562
- itemScope: { required: !1, control: "boolean", type: "boolean" },
1563
- itemType: { required: !1, control: "text", type: "string" },
1564
- lang: {
1565
- required: !1,
1566
- control: "text",
1567
- type: "string",
1568
- description: "Defines the language used in the element."
1569
- },
1570
- nonce: { required: !1, control: "text", type: "string" },
1571
- prefix: { required: !1, control: "text", type: "string" },
1572
- property: { required: !1, control: "text", type: "string" },
1573
- radioGroup: { required: !1, control: "text", type: "string" },
1574
- rel: {
1575
- required: !1,
1576
- control: "text",
1577
- type: "string",
1578
- description: "Specifies the relationship of the target object to the link object."
1579
- },
1580
- resource: { required: !1, control: "text", type: "string" },
1581
- results: { required: !1, control: "number", type: "number" },
1582
- rev: { required: !1, control: "text", type: "string" },
1583
- role: {
1584
- required: !1,
1585
- control: "text",
1586
- type: "string",
1587
- description: "Defines an explicit role for an element for use by assistive technologies."
1588
- },
1589
- security: { required: !1, control: "text", type: "string" },
1590
- sideOffset: { required: !1, control: "number", type: "number" },
1591
- slot: {
1592
- required: !1,
1593
- control: "text",
1594
- type: "string",
1595
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
1596
- },
1597
- spellCheck: {
1598
- required: !1,
1599
- control: "boolean",
1600
- type: "boolean",
1601
- description: "Indicates whether spell checking is allowed for the element."
1602
- },
1603
- sticky: {
1604
- required: !1,
1605
- control: "radio",
1606
- type: "string",
1607
- options: ["partial", "always"]
1608
- },
1609
- suppressContentEditableWarning: {
1610
- required: !1,
1611
- control: "boolean",
1612
- type: "boolean"
1613
- },
1614
- suppressHydrationWarning: {
1615
- required: !1,
1616
- control: "boolean",
1617
- type: "boolean"
1618
- },
1619
- tabIndex: {
1620
- required: !1,
1621
- control: "number",
1622
- type: "number",
1623
- description: "Overrides the browser's default tab order and follows the one specified instead."
1624
- },
1625
- title: {
1626
- required: !1,
1627
- control: "text",
1628
- type: "string",
1629
- description: "Text to be displayed in a tooltip when hovering over the element."
1630
- },
1631
- translate: {
1632
- required: !1,
1633
- control: "radio",
1634
- type: "string",
1635
- options: ["yes", "no"],
1636
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
1637
- },
1638
- typeof: { required: !1, control: "text", type: "string" },
1639
- unselectable: {
1640
- required: !1,
1641
- control: "radio",
1642
- type: "string",
1643
- options: ["on", "off"]
1644
- },
1645
- updatePositionStrategy: {
1646
- required: !1,
1647
- control: "radio",
1648
- type: "string",
1649
- options: ["always", "optimized"]
1650
- },
1651
- vocab: { required: !1, control: "text", type: "string" }
1652
- }, n = {
1653
- about: { required: !1, control: "text", type: "string" },
1654
- accessKey: {
1655
- required: !1,
1656
- control: "text",
1657
- type: "string",
1658
- description: "Keyboard shortcut to activate or add focus to the element."
1659
- },
1660
- "aria-activedescendant": {
1661
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1662
- required: !1,
1663
- control: "text",
1664
- type: "string"
1665
- },
1666
- "aria-atomic": {
1667
- 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.",
1668
- required: !1,
1669
- control: "boolean",
1670
- type: "boolean"
1671
- },
1672
- "aria-autocomplete": {
1673
- 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
1674
- presented if they are made.`,
1675
- required: !1,
1676
- control: "select",
1677
- type: "string",
1678
- options: ["list", "none", "inline", "both"]
1679
- },
1680
- "aria-braillelabel": {
1681
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
1682
- required: !1,
1683
- control: "text",
1684
- type: "string"
1685
- },
1686
- "aria-brailleroledescription": {
1687
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
1688
- required: !1,
1689
- control: "text",
1690
- type: "string"
1691
- },
1692
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
1693
- "aria-checked": {
1694
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
1695
- required: !1,
1696
- control: "text",
1697
- type: "string"
1698
- },
1699
- "aria-colcount": {
1700
- description: "Defines the total number of columns in a table, grid, or treegrid.",
1701
- required: !1,
1702
- control: "number",
1703
- type: "number"
1704
- },
1705
- "aria-colindex": {
1706
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
1707
- required: !1,
1708
- control: "number",
1709
- type: "number"
1710
- },
1711
- "aria-colindextext": {
1712
- description: "Defines a human readable text alternative of aria-colindex.",
1713
- required: !1,
1714
- control: "text",
1715
- type: "string"
1716
- },
1717
- "aria-colspan": {
1718
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
1719
- required: !1,
1720
- control: "number",
1721
- type: "number"
1722
- },
1723
- "aria-controls": {
1724
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
1725
- required: !1,
1726
- control: "text",
1727
- type: "string"
1728
- },
1729
- "aria-current": {
1730
- description: "Indicates the element that represents the current item within a container or set of related elements.",
1731
- required: !1,
1732
- control: "text",
1733
- type: "string"
1734
- },
1735
- "aria-describedby": {
1736
- description: "Identifies the element (or elements) that describes the object.",
1737
- required: !1,
1738
- control: "text",
1739
- type: "string"
1740
- },
1741
- "aria-description": {
1742
- description: "Defines a string value that describes or annotates the current element.",
1743
- required: !1,
1744
- control: "text",
1745
- type: "string"
1746
- },
1747
- "aria-details": {
1748
- description: "Identifies the element that provides a detailed, extended description for the object.",
1749
- required: !1,
1750
- control: "text",
1751
- type: "string"
1752
- },
1753
- "aria-disabled": {
1754
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
1755
- required: !1,
1756
- control: "boolean",
1757
- type: "boolean"
1758
- },
1759
- "aria-dropeffect": {
1760
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
1761
- required: !1,
1762
- control: "select",
1763
- type: "string",
1764
- options: ["link", "none", "copy", "execute", "move", "popup"]
1765
- },
1766
- "aria-errormessage": {
1767
- description: "Identifies the element that provides an error message for the object.",
1768
- required: !1,
1769
- control: "text",
1770
- type: "string"
1771
- },
1772
- "aria-expanded": {
1773
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
1774
- required: !1,
1775
- control: "boolean",
1776
- type: "boolean"
1777
- },
1778
- "aria-flowto": {
1779
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
1780
- allows assistive technology to override the general default of reading in document source order.`,
1781
- required: !1,
1782
- control: "text",
1783
- type: "string"
1784
- },
1785
- "aria-grabbed": {
1786
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
1787
- required: !1,
1788
- control: "boolean",
1789
- type: "boolean"
1790
- },
1791
- "aria-haspopup": {
1792
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
1793
- required: !1,
1794
- control: "text",
1795
- type: "string"
1796
- },
1797
- "aria-hidden": {
1798
- description: "Indicates whether the element is exposed to an accessibility API.",
1799
- required: !1,
1800
- control: "boolean",
1801
- type: "boolean"
1802
- },
1803
- "aria-invalid": {
1804
- description: "Indicates the entered value does not conform to the format expected by the application.",
1805
- required: !1,
1806
- control: "text",
1807
- type: "string"
1808
- },
1809
- "aria-keyshortcuts": {
1810
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
1811
- required: !1,
1812
- control: "text",
1813
- type: "string"
1814
- },
1815
- "aria-label": {
1816
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
1817
- required: !1,
1818
- control: "text",
1819
- type: "string"
1820
- },
1821
- "aria-labelledby": {
1822
- description: "Identifies the element (or elements) that labels the current element.",
1823
- required: !1,
1824
- control: "text",
1825
- type: "string"
1826
- },
1827
- "aria-level": {
1828
- description: "Defines the hierarchical level of an element within a structure.",
1829
- required: !1,
1830
- control: "number",
1831
- type: "number"
1832
- },
1833
- "aria-live": {
1834
- 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.",
1835
- required: !1,
1836
- control: "radio",
1837
- type: "string",
1838
- options: ["off", "assertive", "polite"]
1839
- },
1840
- "aria-modal": {
1841
- description: "Indicates whether an element is modal when displayed.",
1842
- required: !1,
1843
- control: "boolean",
1844
- type: "boolean"
1845
- },
1846
- "aria-multiline": {
1847
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
1848
- required: !1,
1849
- control: "boolean",
1850
- type: "boolean"
1851
- },
1852
- "aria-multiselectable": {
1853
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
1854
- required: !1,
1855
- control: "boolean",
1856
- type: "boolean"
1857
- },
1858
- "aria-orientation": {
1859
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
1860
- required: !1,
1861
- control: "radio",
1862
- type: "string",
1863
- options: ["horizontal", "vertical"]
1864
- },
1865
- "aria-owns": {
1866
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
1867
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
1868
- required: !1,
1869
- control: "text",
1870
- type: "string"
1871
- },
1872
- "aria-placeholder": {
1873
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
1874
- A hint could be a sample value or a brief description of the expected format.`,
1875
- required: !1,
1876
- control: "text",
1877
- type: "string"
1878
- },
1879
- "aria-posinset": {
1880
- 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.",
1881
- required: !1,
1882
- control: "number",
1883
- type: "number"
1884
- },
1885
- "aria-pressed": {
1886
- description: 'Indicates the current "pressed" state of toggle buttons.',
1887
- required: !1,
1888
- control: "text",
1889
- type: "string"
1890
- },
1891
- "aria-readonly": {
1892
- description: "Indicates that the element is not editable, but is otherwise operable.",
1893
- required: !1,
1894
- control: "boolean",
1895
- type: "boolean"
1896
- },
1897
- "aria-relevant": {
1898
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
1899
- required: !1,
1900
- control: "select",
1901
- type: "string",
1902
- options: [
1903
- "text",
1904
- "additions",
1905
- "additions removals",
1906
- "additions text",
1907
- "all",
1908
- "removals",
1909
- "removals additions",
1910
- "removals text",
1911
- "text additions",
1912
- "text removals"
1913
- ]
1914
- },
1915
- "aria-required": {
1916
- description: "Indicates that user input is required on the element before a form may be submitted.",
1917
- required: !1,
1918
- control: "boolean",
1919
- type: "boolean"
1920
- },
1921
- "aria-roledescription": {
1922
- description: "Defines a human-readable, author-localized description for the role of an element.",
1923
- required: !1,
1924
- control: "text",
1925
- type: "string"
1926
- },
1927
- "aria-rowcount": {
1928
- description: "Defines the total number of rows in a table, grid, or treegrid.",
1929
- required: !1,
1930
- control: "number",
1931
- type: "number"
1932
- },
1933
- "aria-rowindex": {
1934
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
1935
- required: !1,
1936
- control: "number",
1937
- type: "number"
1938
- },
1939
- "aria-rowindextext": {
1940
- description: "Defines a human readable text alternative of aria-rowindex.",
1941
- required: !1,
1942
- control: "text",
1943
- type: "string"
1944
- },
1945
- "aria-rowspan": {
1946
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
1947
- required: !1,
1948
- control: "number",
1949
- type: "number"
1950
- },
1951
- "aria-selected": {
1952
- description: 'Indicates the current "selected" state of various widgets.',
1953
- required: !1,
1954
- control: "boolean",
1955
- type: "boolean"
1956
- },
1957
- "aria-setsize": {
1958
- 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.",
1959
- required: !1,
1960
- control: "number",
1961
- type: "number"
1962
- },
1963
- "aria-sort": {
1964
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
1965
- required: !1,
1966
- control: "select",
1967
- type: "string",
1968
- options: ["none", "ascending", "descending", "other"]
1969
- },
1970
- "aria-valuemax": {
1971
- description: "Defines the maximum allowed value for a range widget.",
1972
- required: !1,
1973
- control: "number",
1974
- type: "number"
1975
- },
1976
- "aria-valuemin": {
1977
- description: "Defines the minimum allowed value for a range widget.",
1978
- required: !1,
1979
- control: "number",
1980
- type: "number"
1981
- },
1982
- "aria-valuenow": {
1983
- description: "Defines the current value for a range widget.",
1984
- required: !1,
1985
- control: "number",
1986
- type: "number"
1987
- },
1988
- "aria-valuetext": {
1989
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
1990
- required: !1,
1991
- control: "text",
1992
- type: "string"
1993
- },
1994
- autoCapitalize: {
1995
- required: !1,
1996
- control: "text",
1997
- type: "string",
1998
- description: "Sets whether input is automatically capitalized when entered by user."
1999
- },
2000
- autoCorrect: { required: !1, control: "text", type: "string" },
2001
- autoFocus: {
2002
- required: !1,
2003
- control: "boolean",
2004
- type: "boolean",
2005
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
2006
- },
2007
- autoSave: { required: !1, control: "text", type: "string" },
2008
- className: { required: !1, control: "text", type: "string" },
2009
- color: {
2010
- required: !1,
2011
- control: "color",
2012
- type: "string",
2013
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
2014
- },
2015
- content: {
2016
- required: !1,
2017
- control: "text",
2018
- type: "string",
2019
- description: "A value associated with http-equiv orname depending on the context."
2020
- },
2021
- contextMenu: {
2022
- required: !1,
2023
- control: "text",
2024
- type: "string",
2025
- description: "Defines the ID of a menu element which willserve as the element's context menu."
2026
- },
2027
- datatype: { required: !1, control: "text", type: "string" },
2028
- defaultValue: { required: !1, control: "text", type: "string" },
2029
- dir: {
2030
- required: !1,
2031
- control: "text",
2032
- type: "string",
2033
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
2034
- },
2035
- draggable: {
2036
- required: !1,
2037
- control: "boolean",
2038
- type: "boolean",
2039
- description: "Defines whether the element can be dragged."
2040
- },
2041
- hidden: {
2042
- required: !1,
2043
- control: "boolean",
2044
- type: "boolean",
2045
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
2046
- },
2047
- id: {
2048
- required: !1,
2049
- control: "text",
2050
- type: "string",
2051
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
2052
- },
2053
- inputMode: {
2054
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
2055
- required: !1,
2056
- control: "select",
2057
- type: "string",
2058
- options: [
2059
- "search",
2060
- "text",
2061
- "none",
2062
- "tel",
2063
- "url",
2064
- "email",
2065
- "numeric",
2066
- "decimal"
2067
- ]
2068
- },
2069
- is: {
2070
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
2071
- required: !1,
2072
- control: "text",
2073
- type: "string"
2074
- },
2075
- itemID: { required: !1, control: "text", type: "string" },
2076
- itemProp: { required: !1, control: "text", type: "string" },
2077
- itemRef: { required: !1, control: "text", type: "string" },
2078
- itemScope: { required: !1, control: "boolean", type: "boolean" },
2079
- itemType: { required: !1, control: "text", type: "string" },
2080
- lang: {
2081
- required: !1,
2082
- control: "text",
2083
- type: "string",
2084
- description: "Defines the language used in the element."
2085
- },
2086
- nonce: { required: !1, control: "text", type: "string" },
2087
- prefix: { required: !1, control: "text", type: "string" },
2088
- property: { required: !1, control: "text", type: "string" },
2089
- radioGroup: { required: !1, control: "text", type: "string" },
2090
- rel: {
2091
- required: !1,
2092
- control: "text",
2093
- type: "string",
2094
- description: "Specifies the relationship of the target object to the link object."
2095
- },
2096
- resource: { required: !1, control: "text", type: "string" },
2097
- results: { required: !1, control: "number", type: "number" },
2098
- rev: { required: !1, control: "text", type: "string" },
2099
- role: {
2100
- required: !1,
2101
- control: "text",
2102
- type: "string",
2103
- description: "Defines an explicit role for an element for use by assistive technologies."
2104
- },
2105
- security: { required: !1, control: "text", type: "string" },
2106
- slot: {
2107
- required: !1,
2108
- control: "text",
2109
- type: "string",
2110
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
2111
- },
2112
- spellCheck: {
2113
- required: !1,
2114
- control: "boolean",
2115
- type: "boolean",
2116
- description: "Indicates whether spell checking is allowed for the element."
2117
- },
2118
- suppressContentEditableWarning: {
2119
- required: !1,
2120
- control: "boolean",
2121
- type: "boolean"
2122
- },
2123
- suppressHydrationWarning: {
2124
- required: !1,
2125
- control: "boolean",
2126
- type: "boolean"
2127
- },
2128
- tabIndex: {
2129
- required: !1,
2130
- control: "number",
2131
- type: "number",
2132
- description: "Overrides the browser's default tab order and follows the one specified instead."
2133
- },
2134
- title: {
2135
- required: !1,
2136
- control: "text",
2137
- type: "string",
2138
- description: "Text to be displayed in a tooltip when hovering over the element."
2139
- },
2140
- translate: {
2141
- required: !1,
2142
- control: "radio",
2143
- type: "string",
2144
- options: ["yes", "no"],
2145
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
2146
- },
2147
- typeof: { required: !1, control: "text", type: "string" },
2148
- unselectable: {
2149
- required: !1,
2150
- control: "radio",
2151
- type: "string",
2152
- options: ["on", "off"]
2153
- },
2154
- vocab: { required: !1, control: "text", type: "string" }
2155
- }, o = {
2156
- about: { required: !1, control: "text", type: "string" },
2157
- accessKey: {
2158
- required: !1,
2159
- control: "text",
2160
- type: "string",
2161
- description: "Keyboard shortcut to activate or add focus to the element."
2162
- },
2163
- "aria-activedescendant": {
2164
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
2165
- required: !1,
2166
- control: "text",
2167
- type: "string"
2168
- },
2169
- "aria-atomic": {
2170
- 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.",
2171
- required: !1,
2172
- control: "boolean",
2173
- type: "boolean"
2174
- },
2175
- "aria-autocomplete": {
2176
- 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
2177
- presented if they are made.`,
2178
- required: !1,
2179
- control: "select",
2180
- type: "string",
2181
- options: ["list", "none", "inline", "both"]
2182
- },
2183
- "aria-braillelabel": {
2184
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
2185
- required: !1,
2186
- control: "text",
2187
- type: "string"
2188
- },
2189
- "aria-brailleroledescription": {
2190
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
2191
- required: !1,
2192
- control: "text",
2193
- type: "string"
2194
- },
2195
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
2196
- "aria-checked": {
2197
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
2198
- required: !1,
2199
- control: "text",
2200
- type: "string"
2201
- },
2202
- "aria-colcount": {
2203
- description: "Defines the total number of columns in a table, grid, or treegrid.",
2204
- required: !1,
2205
- control: "number",
2206
- type: "number"
2207
- },
2208
- "aria-colindex": {
2209
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
2210
- required: !1,
2211
- control: "number",
2212
- type: "number"
2213
- },
2214
- "aria-colindextext": {
2215
- description: "Defines a human readable text alternative of aria-colindex.",
2216
- required: !1,
2217
- control: "text",
2218
- type: "string"
2219
- },
2220
- "aria-colspan": {
2221
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
2222
- required: !1,
2223
- control: "number",
2224
- type: "number"
2225
- },
2226
- "aria-controls": {
2227
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
2228
- required: !1,
2229
- control: "text",
2230
- type: "string"
2231
- },
2232
- "aria-current": {
2233
- description: "Indicates the element that represents the current item within a container or set of related elements.",
2234
- required: !1,
2235
- control: "text",
2236
- type: "string"
2237
- },
2238
- "aria-describedby": {
2239
- description: "Identifies the element (or elements) that describes the object.",
2240
- required: !1,
2241
- control: "text",
2242
- type: "string"
2243
- },
2244
- "aria-description": {
2245
- description: "Defines a string value that describes or annotates the current element.",
2246
- required: !1,
2247
- control: "text",
2248
- type: "string"
2249
- },
2250
- "aria-details": {
2251
- description: "Identifies the element that provides a detailed, extended description for the object.",
2252
- required: !1,
2253
- control: "text",
2254
- type: "string"
2255
- },
2256
- "aria-disabled": {
2257
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
2258
- required: !1,
2259
- control: "boolean",
2260
- type: "boolean"
2261
- },
2262
- "aria-dropeffect": {
2263
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
2264
- required: !1,
2265
- control: "select",
2266
- type: "string",
2267
- options: ["link", "none", "copy", "execute", "move", "popup"]
2268
- },
2269
- "aria-errormessage": {
2270
- description: "Identifies the element that provides an error message for the object.",
2271
- required: !1,
2272
- control: "text",
2273
- type: "string"
2274
- },
2275
- "aria-expanded": {
2276
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
2277
- required: !1,
2278
- control: "boolean",
2279
- type: "boolean"
2280
- },
2281
- "aria-flowto": {
2282
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
2283
- allows assistive technology to override the general default of reading in document source order.`,
2284
- required: !1,
2285
- control: "text",
2286
- type: "string"
2287
- },
2288
- "aria-grabbed": {
2289
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
2290
- required: !1,
2291
- control: "boolean",
2292
- type: "boolean"
2293
- },
2294
- "aria-haspopup": {
2295
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
2296
- required: !1,
2297
- control: "text",
2298
- type: "string"
2299
- },
2300
- "aria-hidden": {
2301
- description: "Indicates whether the element is exposed to an accessibility API.",
2302
- required: !1,
2303
- control: "boolean",
2304
- type: "boolean"
2305
- },
2306
- "aria-invalid": {
2307
- description: "Indicates the entered value does not conform to the format expected by the application.",
2308
- required: !1,
2309
- control: "text",
2310
- type: "string"
2311
- },
2312
- "aria-keyshortcuts": {
2313
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
2314
- required: !1,
2315
- control: "text",
2316
- type: "string"
2317
- },
2318
- "aria-label": {
2319
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
2320
- required: !1,
2321
- control: "text",
2322
- type: "string"
2323
- },
2324
- "aria-labelledby": {
2325
- description: "Identifies the element (or elements) that labels the current element.",
2326
- required: !1,
2327
- control: "text",
2328
- type: "string"
2329
- },
2330
- "aria-level": {
2331
- description: "Defines the hierarchical level of an element within a structure.",
2332
- required: !1,
2333
- control: "number",
2334
- type: "number"
2335
- },
2336
- "aria-live": {
2337
- 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.",
2338
- required: !1,
2339
- control: "radio",
2340
- type: "string",
2341
- options: ["off", "assertive", "polite"]
2342
- },
2343
- "aria-modal": {
2344
- description: "Indicates whether an element is modal when displayed.",
2345
- required: !1,
2346
- control: "boolean",
2347
- type: "boolean"
2348
- },
2349
- "aria-multiline": {
2350
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
2351
- required: !1,
2352
- control: "boolean",
2353
- type: "boolean"
2354
- },
2355
- "aria-multiselectable": {
2356
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
2357
- required: !1,
2358
- control: "boolean",
2359
- type: "boolean"
2360
- },
2361
- "aria-orientation": {
2362
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
2363
- required: !1,
2364
- control: "radio",
2365
- type: "string",
2366
- options: ["horizontal", "vertical"]
2367
- },
2368
- "aria-owns": {
2369
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
2370
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
2371
- required: !1,
2372
- control: "text",
2373
- type: "string"
2374
- },
2375
- "aria-placeholder": {
2376
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
2377
- A hint could be a sample value or a brief description of the expected format.`,
2378
- required: !1,
2379
- control: "text",
2380
- type: "string"
2381
- },
2382
- "aria-posinset": {
2383
- 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.",
2384
- required: !1,
2385
- control: "number",
2386
- type: "number"
2387
- },
2388
- "aria-pressed": {
2389
- description: 'Indicates the current "pressed" state of toggle buttons.',
2390
- required: !1,
2391
- control: "text",
2392
- type: "string"
2393
- },
2394
- "aria-readonly": {
2395
- description: "Indicates that the element is not editable, but is otherwise operable.",
2396
- required: !1,
2397
- control: "boolean",
2398
- type: "boolean"
2399
- },
2400
- "aria-relevant": {
2401
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
2402
- required: !1,
2403
- control: "select",
2404
- type: "string",
2405
- options: [
2406
- "text",
2407
- "additions",
2408
- "additions removals",
2409
- "additions text",
2410
- "all",
2411
- "removals",
2412
- "removals additions",
2413
- "removals text",
2414
- "text additions",
2415
- "text removals"
2416
- ]
2417
- },
2418
- "aria-required": {
2419
- description: "Indicates that user input is required on the element before a form may be submitted.",
2420
- required: !1,
2421
- control: "boolean",
2422
- type: "boolean"
2423
- },
2424
- "aria-roledescription": {
2425
- description: "Defines a human-readable, author-localized description for the role of an element.",
2426
- required: !1,
2427
- control: "text",
2428
- type: "string"
2429
- },
2430
- "aria-rowcount": {
2431
- description: "Defines the total number of rows in a table, grid, or treegrid.",
2432
- required: !1,
2433
- control: "number",
2434
- type: "number"
2435
- },
2436
- "aria-rowindex": {
2437
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
2438
- required: !1,
2439
- control: "number",
2440
- type: "number"
2441
- },
2442
- "aria-rowindextext": {
2443
- description: "Defines a human readable text alternative of aria-rowindex.",
2444
- required: !1,
2445
- control: "text",
2446
- type: "string"
2447
- },
2448
- "aria-rowspan": {
2449
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
2450
- required: !1,
2451
- control: "number",
2452
- type: "number"
2453
- },
2454
- "aria-selected": {
2455
- description: 'Indicates the current "selected" state of various widgets.',
2456
- required: !1,
2457
- control: "boolean",
2458
- type: "boolean"
2459
- },
2460
- "aria-setsize": {
2461
- 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.",
2462
- required: !1,
2463
- control: "number",
2464
- type: "number"
2465
- },
2466
- "aria-sort": {
2467
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
2468
- required: !1,
2469
- control: "select",
2470
- type: "string",
2471
- options: ["none", "ascending", "descending", "other"]
2472
- },
2473
- "aria-valuemax": {
2474
- description: "Defines the maximum allowed value for a range widget.",
2475
- required: !1,
2476
- control: "number",
2477
- type: "number"
2478
- },
2479
- "aria-valuemin": {
2480
- description: "Defines the minimum allowed value for a range widget.",
2481
- required: !1,
2482
- control: "number",
2483
- type: "number"
2484
- },
2485
- "aria-valuenow": {
2486
- description: "Defines the current value for a range widget.",
2487
- required: !1,
2488
- control: "number",
2489
- type: "number"
2490
- },
2491
- "aria-valuetext": {
2492
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
2493
- required: !1,
2494
- control: "text",
2495
- type: "string"
2496
- },
2497
- autoCapitalize: {
2498
- required: !1,
2499
- control: "text",
2500
- type: "string",
2501
- description: "Sets whether input is automatically capitalized when entered by user."
2502
- },
2503
- autoCorrect: { required: !1, control: "text", type: "string" },
2504
- autoFocus: {
2505
- required: !1,
2506
- control: "boolean",
2507
- type: "boolean",
2508
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
2509
- },
2510
- autoSave: { required: !1, control: "text", type: "string" },
2511
- className: { required: !1, control: "text", type: "string" },
2512
- color: {
2513
- required: !1,
2514
- control: "color",
2515
- type: "string",
2516
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
2517
- },
2518
- content: {
2519
- required: !1,
2520
- control: "text",
2521
- type: "string",
2522
- description: "A value associated with http-equiv orname depending on the context."
2523
- },
2524
- contextMenu: {
2525
- required: !1,
2526
- control: "text",
2527
- type: "string",
2528
- description: "Defines the ID of a menu element which willserve as the element's context menu."
2529
- },
2530
- datatype: { required: !1, control: "text", type: "string" },
2531
- defaultValue: { required: !1, control: "text", type: "string" },
2532
- dir: {
2533
- required: !1,
2534
- control: "text",
2535
- type: "string",
2536
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
2537
- },
2538
- disabled: {
2539
- required: !1,
2540
- control: "boolean",
2541
- type: "boolean",
2542
- description: "Indicates whether the user can interact with the element."
2543
- },
2544
- draggable: {
2545
- required: !1,
2546
- control: "boolean",
2547
- type: "boolean",
2548
- description: "Defines whether the element can be dragged."
2549
- },
2550
- hidden: {
2551
- required: !1,
2552
- control: "boolean",
2553
- type: "boolean",
2554
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
2555
- },
2556
- id: {
2557
- required: !1,
2558
- control: "text",
2559
- type: "string",
2560
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
2561
- },
2562
- inputMode: {
2563
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
2564
- required: !1,
2565
- control: "select",
2566
- type: "string",
2567
- options: [
2568
- "search",
2569
- "text",
2570
- "none",
2571
- "tel",
2572
- "url",
2573
- "email",
2574
- "numeric",
2575
- "decimal"
2576
- ]
2577
- },
2578
- is: {
2579
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
2580
- required: !1,
2581
- control: "text",
2582
- type: "string"
2583
- },
2584
- itemID: { required: !1, control: "text", type: "string" },
2585
- itemProp: { required: !1, control: "text", type: "string" },
2586
- itemRef: { required: !1, control: "text", type: "string" },
2587
- itemScope: { required: !1, control: "boolean", type: "boolean" },
2588
- itemType: { required: !1, control: "text", type: "string" },
2589
- lang: {
2590
- required: !1,
2591
- control: "text",
2592
- type: "string",
2593
- description: "Defines the language used in the element."
2594
- },
2595
- nonce: { required: !1, control: "text", type: "string" },
2596
- prefix: { required: !1, control: "text", type: "string" },
2597
- property: { required: !1, control: "text", type: "string" },
2598
- radioGroup: { required: !1, control: "text", type: "string" },
2599
- rel: {
2600
- required: !1,
2601
- control: "text",
2602
- type: "string",
2603
- description: "Specifies the relationship of the target object to the link object."
2604
- },
2605
- resource: { required: !1, control: "text", type: "string" },
2606
- results: { required: !1, control: "number", type: "number" },
2607
- rev: { required: !1, control: "text", type: "string" },
2608
- role: {
2609
- required: !1,
2610
- control: "text",
2611
- type: "string",
2612
- description: "Defines an explicit role for an element for use by assistive technologies."
2613
- },
2614
- security: { required: !1, control: "text", type: "string" },
2615
- slot: {
2616
- required: !1,
2617
- control: "text",
2618
- type: "string",
2619
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
2620
- },
2621
- spellCheck: {
2622
- required: !1,
2623
- control: "boolean",
2624
- type: "boolean",
2625
- description: "Indicates whether spell checking is allowed for the element."
2626
- },
2627
- suppressContentEditableWarning: {
2628
- required: !1,
2629
- control: "boolean",
2630
- type: "boolean"
2631
- },
2632
- suppressHydrationWarning: {
2633
- required: !1,
2634
- control: "boolean",
2635
- type: "boolean"
2636
- },
2637
- tabIndex: {
2638
- required: !1,
2639
- control: "number",
2640
- type: "number",
2641
- description: "Overrides the browser's default tab order and follows the one specified instead."
2642
- },
2643
- textValue: { required: !1, control: "text", type: "string" },
2644
- title: {
2645
- required: !1,
2646
- control: "text",
2647
- type: "string",
2648
- description: "Text to be displayed in a tooltip when hovering over the element."
2649
- },
2650
- translate: {
2651
- required: !1,
2652
- control: "radio",
2653
- type: "string",
2654
- options: ["yes", "no"],
2655
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
2656
- },
2657
- typeof: { required: !1, control: "text", type: "string" },
2658
- unselectable: {
2659
- required: !1,
2660
- control: "radio",
2661
- type: "string",
2662
- options: ["on", "off"]
2663
- },
2664
- value: {
2665
- required: !0,
2666
- control: "text",
2667
- type: "string",
2668
- description: "Defines a default value which will be displayed in the element on pageload."
2669
- },
2670
- vocab: { required: !1, control: "text", type: "string" }
2671
- }, a = {
2672
- about: { required: !1, control: "text", type: "string" },
2673
- accessKey: {
2674
- required: !1,
2675
- control: "text",
2676
- type: "string",
2677
- description: "Keyboard shortcut to activate or add focus to the element."
2678
- },
2679
- "aria-activedescendant": {
2680
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
2681
- required: !1,
2682
- control: "text",
2683
- type: "string"
2684
- },
2685
- "aria-atomic": {
2686
- 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.",
2687
- required: !1,
2688
- control: "boolean",
2689
- type: "boolean"
2690
- },
2691
- "aria-autocomplete": {
2692
- 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
2693
- presented if they are made.`,
2694
- required: !1,
2695
- control: "select",
2696
- type: "string",
2697
- options: ["list", "none", "inline", "both"]
2698
- },
2699
- "aria-braillelabel": {
2700
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
2701
- required: !1,
2702
- control: "text",
2703
- type: "string"
2704
- },
2705
- "aria-brailleroledescription": {
2706
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
2707
- required: !1,
2708
- control: "text",
2709
- type: "string"
2710
- },
2711
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
2712
- "aria-checked": {
2713
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
2714
- required: !1,
2715
- control: "text",
2716
- type: "string"
2717
- },
2718
- "aria-colcount": {
2719
- description: "Defines the total number of columns in a table, grid, or treegrid.",
2720
- required: !1,
2721
- control: "number",
2722
- type: "number"
2723
- },
2724
- "aria-colindex": {
2725
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
2726
- required: !1,
2727
- control: "number",
2728
- type: "number"
2729
- },
2730
- "aria-colindextext": {
2731
- description: "Defines a human readable text alternative of aria-colindex.",
2732
- required: !1,
2733
- control: "text",
2734
- type: "string"
2735
- },
2736
- "aria-colspan": {
2737
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
2738
- required: !1,
2739
- control: "number",
2740
- type: "number"
2741
- },
2742
- "aria-controls": {
2743
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
2744
- required: !1,
2745
- control: "text",
2746
- type: "string"
2747
- },
2748
- "aria-current": {
2749
- description: "Indicates the element that represents the current item within a container or set of related elements.",
2750
- required: !1,
2751
- control: "text",
2752
- type: "string"
2753
- },
2754
- "aria-describedby": {
2755
- description: "Identifies the element (or elements) that describes the object.",
2756
- required: !1,
2757
- control: "text",
2758
- type: "string"
2759
- },
2760
- "aria-description": {
2761
- description: "Defines a string value that describes or annotates the current element.",
2762
- required: !1,
2763
- control: "text",
2764
- type: "string"
2765
- },
2766
- "aria-details": {
2767
- description: "Identifies the element that provides a detailed, extended description for the object.",
2768
- required: !1,
2769
- control: "text",
2770
- type: "string"
2771
- },
2772
- "aria-disabled": {
2773
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
2774
- required: !1,
2775
- control: "boolean",
2776
- type: "boolean"
2777
- },
2778
- "aria-dropeffect": {
2779
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
2780
- required: !1,
2781
- control: "select",
2782
- type: "string",
2783
- options: ["link", "none", "copy", "execute", "move", "popup"]
2784
- },
2785
- "aria-errormessage": {
2786
- description: "Identifies the element that provides an error message for the object.",
2787
- required: !1,
2788
- control: "text",
2789
- type: "string"
2790
- },
2791
- "aria-expanded": {
2792
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
2793
- required: !1,
2794
- control: "boolean",
2795
- type: "boolean"
2796
- },
2797
- "aria-flowto": {
2798
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
2799
- allows assistive technology to override the general default of reading in document source order.`,
2800
- required: !1,
2801
- control: "text",
2802
- type: "string"
2803
- },
2804
- "aria-grabbed": {
2805
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
2806
- required: !1,
2807
- control: "boolean",
2808
- type: "boolean"
2809
- },
2810
- "aria-haspopup": {
2811
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
2812
- required: !1,
2813
- control: "text",
2814
- type: "string"
2815
- },
2816
- "aria-hidden": {
2817
- description: "Indicates whether the element is exposed to an accessibility API.",
2818
- required: !1,
2819
- control: "boolean",
2820
- type: "boolean"
2821
- },
2822
- "aria-invalid": {
2823
- description: "Indicates the entered value does not conform to the format expected by the application.",
2824
- required: !1,
2825
- control: "text",
2826
- type: "string"
2827
- },
2828
- "aria-keyshortcuts": {
2829
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
2830
- required: !1,
2831
- control: "text",
2832
- type: "string"
2833
- },
2834
- "aria-label": {
2835
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
2836
- required: !1,
2837
- control: "text",
2838
- type: "string"
2839
- },
2840
- "aria-labelledby": {
2841
- description: "Identifies the element (or elements) that labels the current element.",
2842
- required: !1,
2843
- control: "text",
2844
- type: "string"
2845
- },
2846
- "aria-level": {
2847
- description: "Defines the hierarchical level of an element within a structure.",
2848
- required: !1,
2849
- control: "number",
2850
- type: "number"
2851
- },
2852
- "aria-live": {
2853
- 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.",
2854
- required: !1,
2855
- control: "radio",
2856
- type: "string",
2857
- options: ["off", "assertive", "polite"]
2858
- },
2859
- "aria-modal": {
2860
- description: "Indicates whether an element is modal when displayed.",
2861
- required: !1,
2862
- control: "boolean",
2863
- type: "boolean"
2864
- },
2865
- "aria-multiline": {
2866
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
2867
- required: !1,
2868
- control: "boolean",
2869
- type: "boolean"
2870
- },
2871
- "aria-multiselectable": {
2872
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
2873
- required: !1,
2874
- control: "boolean",
2875
- type: "boolean"
2876
- },
2877
- "aria-orientation": {
2878
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
2879
- required: !1,
2880
- control: "radio",
2881
- type: "string",
2882
- options: ["horizontal", "vertical"]
2883
- },
2884
- "aria-owns": {
2885
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
2886
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
2887
- required: !1,
2888
- control: "text",
2889
- type: "string"
2890
- },
2891
- "aria-placeholder": {
2892
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
2893
- A hint could be a sample value or a brief description of the expected format.`,
2894
- required: !1,
2895
- control: "text",
2896
- type: "string"
2897
- },
2898
- "aria-posinset": {
2899
- 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.",
2900
- required: !1,
2901
- control: "number",
2902
- type: "number"
2903
- },
2904
- "aria-pressed": {
2905
- description: 'Indicates the current "pressed" state of toggle buttons.',
2906
- required: !1,
2907
- control: "text",
2908
- type: "string"
2909
- },
2910
- "aria-readonly": {
2911
- description: "Indicates that the element is not editable, but is otherwise operable.",
2912
- required: !1,
2913
- control: "boolean",
2914
- type: "boolean"
2915
- },
2916
- "aria-relevant": {
2917
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
2918
- required: !1,
2919
- control: "select",
2920
- type: "string",
2921
- options: [
2922
- "text",
2923
- "additions",
2924
- "additions removals",
2925
- "additions text",
2926
- "all",
2927
- "removals",
2928
- "removals additions",
2929
- "removals text",
2930
- "text additions",
2931
- "text removals"
2932
- ]
2933
- },
2934
- "aria-required": {
2935
- description: "Indicates that user input is required on the element before a form may be submitted.",
2936
- required: !1,
2937
- control: "boolean",
2938
- type: "boolean"
2939
- },
2940
- "aria-roledescription": {
2941
- description: "Defines a human-readable, author-localized description for the role of an element.",
2942
- required: !1,
2943
- control: "text",
2944
- type: "string"
2945
- },
2946
- "aria-rowcount": {
2947
- description: "Defines the total number of rows in a table, grid, or treegrid.",
2948
- required: !1,
2949
- control: "number",
2950
- type: "number"
2951
- },
2952
- "aria-rowindex": {
2953
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
2954
- required: !1,
2955
- control: "number",
2956
- type: "number"
2957
- },
2958
- "aria-rowindextext": {
2959
- description: "Defines a human readable text alternative of aria-rowindex.",
2960
- required: !1,
2961
- control: "text",
2962
- type: "string"
2963
- },
2964
- "aria-rowspan": {
2965
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
2966
- required: !1,
2967
- control: "number",
2968
- type: "number"
2969
- },
2970
- "aria-selected": {
2971
- description: 'Indicates the current "selected" state of various widgets.',
2972
- required: !1,
2973
- control: "boolean",
2974
- type: "boolean"
2975
- },
2976
- "aria-setsize": {
2977
- 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.",
2978
- required: !1,
2979
- control: "number",
2980
- type: "number"
2981
- },
2982
- "aria-sort": {
2983
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
2984
- required: !1,
2985
- control: "select",
2986
- type: "string",
2987
- options: ["none", "ascending", "descending", "other"]
2988
- },
2989
- "aria-valuemax": {
2990
- description: "Defines the maximum allowed value for a range widget.",
2991
- required: !1,
2992
- control: "number",
2993
- type: "number"
2994
- },
2995
- "aria-valuemin": {
2996
- description: "Defines the minimum allowed value for a range widget.",
2997
- required: !1,
2998
- control: "number",
2999
- type: "number"
3000
- },
3001
- "aria-valuenow": {
3002
- description: "Defines the current value for a range widget.",
3003
- required: !1,
3004
- control: "number",
3005
- type: "number"
3006
- },
3007
- "aria-valuetext": {
3008
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
3009
- required: !1,
3010
- control: "text",
3011
- type: "string"
3012
- },
3013
- autoCapitalize: {
3014
- required: !1,
3015
- control: "text",
3016
- type: "string",
3017
- description: "Sets whether input is automatically capitalized when entered by user."
3018
- },
3019
- autoCorrect: { required: !1, control: "text", type: "string" },
3020
- autoFocus: {
3021
- required: !1,
3022
- control: "boolean",
3023
- type: "boolean",
3024
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
3025
- },
3026
- autoSave: { required: !1, control: "text", type: "string" },
3027
- className: { required: !1, control: "text", type: "string" },
3028
- color: {
3029
- required: !1,
3030
- control: "color",
3031
- type: "string",
3032
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
3033
- },
3034
- content: {
3035
- required: !1,
3036
- control: "text",
3037
- type: "string",
3038
- description: "A value associated with http-equiv orname depending on the context."
3039
- },
3040
- contextMenu: {
3041
- required: !1,
3042
- control: "text",
3043
- type: "string",
3044
- description: "Defines the ID of a menu element which willserve as the element's context menu."
3045
- },
3046
- datatype: { required: !1, control: "text", type: "string" },
3047
- defaultValue: { required: !1, control: "text", type: "string" },
3048
- dir: {
3049
- required: !1,
3050
- control: "text",
3051
- type: "string",
3052
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
3053
- },
3054
- draggable: {
3055
- required: !1,
3056
- control: "boolean",
3057
- type: "boolean",
3058
- description: "Defines whether the element can be dragged."
3059
- },
3060
- hidden: {
3061
- required: !1,
3062
- control: "boolean",
3063
- type: "boolean",
3064
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
3065
- },
3066
- id: {
3067
- required: !1,
3068
- control: "text",
3069
- type: "string",
3070
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
3071
- },
3072
- inputMode: {
3073
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
3074
- required: !1,
3075
- control: "select",
3076
- type: "string",
3077
- options: [
3078
- "search",
3079
- "text",
3080
- "none",
3081
- "tel",
3082
- "url",
3083
- "email",
3084
- "numeric",
3085
- "decimal"
3086
- ]
3087
- },
3088
- is: {
3089
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
3090
- required: !1,
3091
- control: "text",
3092
- type: "string"
3093
- },
3094
- itemID: { required: !1, control: "text", type: "string" },
3095
- itemProp: { required: !1, control: "text", type: "string" },
3096
- itemRef: { required: !1, control: "text", type: "string" },
3097
- itemScope: { required: !1, control: "boolean", type: "boolean" },
3098
- itemType: { required: !1, control: "text", type: "string" },
3099
- lang: {
3100
- required: !1,
3101
- control: "text",
3102
- type: "string",
3103
- description: "Defines the language used in the element."
3104
- },
3105
- nonce: { required: !1, control: "text", type: "string" },
3106
- prefix: { required: !1, control: "text", type: "string" },
3107
- property: { required: !1, control: "text", type: "string" },
3108
- radioGroup: { required: !1, control: "text", type: "string" },
3109
- rel: {
3110
- required: !1,
3111
- control: "text",
3112
- type: "string",
3113
- description: "Specifies the relationship of the target object to the link object."
3114
- },
3115
- resource: { required: !1, control: "text", type: "string" },
3116
- results: { required: !1, control: "number", type: "number" },
3117
- rev: { required: !1, control: "text", type: "string" },
3118
- role: {
3119
- required: !1,
3120
- control: "text",
3121
- type: "string",
3122
- description: "Defines an explicit role for an element for use by assistive technologies."
3123
- },
3124
- security: { required: !1, control: "text", type: "string" },
3125
- slot: {
3126
- required: !1,
3127
- control: "text",
3128
- type: "string",
3129
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
3130
- },
3131
- spellCheck: {
3132
- required: !1,
3133
- control: "boolean",
3134
- type: "boolean",
3135
- description: "Indicates whether spell checking is allowed for the element."
3136
- },
3137
- suppressContentEditableWarning: {
3138
- required: !1,
3139
- control: "boolean",
3140
- type: "boolean"
3141
- },
3142
- suppressHydrationWarning: {
3143
- required: !1,
3144
- control: "boolean",
3145
- type: "boolean"
3146
- },
3147
- tabIndex: {
3148
- required: !1,
3149
- control: "number",
3150
- type: "number",
3151
- description: "Overrides the browser's default tab order and follows the one specified instead."
3152
- },
3153
- title: {
52
+ }, t = {}, o = {
53
+ placeholder: {
3154
54
  required: !1,
3155
55
  control: "text",
3156
56
  type: "string",
3157
- description: "Text to be displayed in a tooltip when hovering over the element."
3158
- },
3159
- translate: {
3160
- required: !1,
3161
- control: "radio",
3162
- type: "string",
3163
- options: ["yes", "no"],
3164
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
3165
- },
3166
- typeof: { required: !1, control: "text", type: "string" },
3167
- unselectable: {
57
+ description: "User-visible label to be placed within the form control"
58
+ }
59
+ }, r = {
60
+ align: {
3168
61
  required: !1,
3169
62
  control: "radio",
3170
63
  type: "string",
3171
- options: ["on", "off"]
3172
- },
3173
- vocab: { required: !1, control: "text", type: "string" }
3174
- }, s = {
3175
- about: { required: !1, control: "text", type: "string" },
3176
- accessKey: {
3177
- required: !1,
3178
- control: "text",
3179
- type: "string",
3180
- description: "Keyboard shortcut to activate or add focus to the element."
3181
- },
3182
- "aria-activedescendant": {
3183
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
3184
- required: !1,
3185
- control: "text",
3186
- type: "string"
3187
- },
3188
- "aria-atomic": {
3189
- 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.",
3190
- required: !1,
3191
- control: "boolean",
3192
- type: "boolean"
3193
- },
3194
- "aria-autocomplete": {
3195
- 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
3196
- presented if they are made.`,
3197
- required: !1,
3198
- control: "select",
3199
- type: "string",
3200
- options: ["list", "none", "inline", "both"]
3201
- },
3202
- "aria-braillelabel": {
3203
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
3204
- required: !1,
3205
- control: "text",
3206
- type: "string"
3207
- },
3208
- "aria-brailleroledescription": {
3209
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
3210
- required: !1,
3211
- control: "text",
3212
- type: "string"
3213
- },
3214
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
3215
- "aria-checked": {
3216
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
3217
- required: !1,
3218
- control: "text",
3219
- type: "string"
3220
- },
3221
- "aria-colcount": {
3222
- description: "Defines the total number of columns in a table, grid, or treegrid.",
3223
- required: !1,
3224
- control: "number",
3225
- type: "number"
3226
- },
3227
- "aria-colindex": {
3228
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
3229
- required: !1,
3230
- control: "number",
3231
- type: "number"
3232
- },
3233
- "aria-colindextext": {
3234
- description: "Defines a human readable text alternative of aria-colindex.",
3235
- required: !1,
3236
- control: "text",
3237
- type: "string"
3238
- },
3239
- "aria-colspan": {
3240
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
3241
- required: !1,
3242
- control: "number",
3243
- type: "number"
3244
- },
3245
- "aria-controls": {
3246
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
3247
- required: !1,
3248
- control: "text",
3249
- type: "string"
3250
- },
3251
- "aria-current": {
3252
- description: "Indicates the element that represents the current item within a container or set of related elements.",
3253
- required: !1,
3254
- control: "text",
3255
- type: "string"
3256
- },
3257
- "aria-describedby": {
3258
- description: "Identifies the element (or elements) that describes the object.",
3259
- required: !1,
3260
- control: "text",
3261
- type: "string"
3262
- },
3263
- "aria-description": {
3264
- description: "Defines a string value that describes or annotates the current element.",
3265
- required: !1,
3266
- control: "text",
3267
- type: "string"
3268
- },
3269
- "aria-details": {
3270
- description: "Identifies the element that provides a detailed, extended description for the object.",
3271
- required: !1,
3272
- control: "text",
3273
- type: "string"
3274
- },
3275
- "aria-disabled": {
3276
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
3277
- required: !1,
3278
- control: "boolean",
3279
- type: "boolean"
3280
- },
3281
- "aria-dropeffect": {
3282
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
3283
- required: !1,
3284
- control: "select",
3285
- type: "string",
3286
- options: ["link", "none", "copy", "execute", "move", "popup"]
3287
- },
3288
- "aria-errormessage": {
3289
- description: "Identifies the element that provides an error message for the object.",
3290
- required: !1,
3291
- control: "text",
3292
- type: "string"
3293
- },
3294
- "aria-expanded": {
3295
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
3296
- required: !1,
3297
- control: "boolean",
3298
- type: "boolean"
3299
- },
3300
- "aria-flowto": {
3301
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
3302
- allows assistive technology to override the general default of reading in document source order.`,
3303
- required: !1,
3304
- control: "text",
3305
- type: "string"
3306
- },
3307
- "aria-grabbed": {
3308
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
3309
- required: !1,
3310
- control: "boolean",
3311
- type: "boolean"
3312
- },
3313
- "aria-haspopup": {
3314
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
3315
- required: !1,
3316
- control: "text",
3317
- type: "string"
3318
- },
3319
- "aria-hidden": {
3320
- description: "Indicates whether the element is exposed to an accessibility API.",
3321
- required: !1,
3322
- control: "boolean",
3323
- type: "boolean"
3324
- },
3325
- "aria-invalid": {
3326
- description: "Indicates the entered value does not conform to the format expected by the application.",
3327
- required: !1,
3328
- control: "text",
3329
- type: "string"
3330
- },
3331
- "aria-keyshortcuts": {
3332
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
3333
- required: !1,
3334
- control: "text",
3335
- type: "string"
64
+ options: ["center", "start", "end"]
3336
65
  },
3337
- "aria-label": {
3338
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
3339
- required: !1,
3340
- control: "text",
3341
- type: "string"
3342
- },
3343
- "aria-labelledby": {
3344
- description: "Identifies the element (or elements) that labels the current element.",
3345
- required: !1,
3346
- control: "text",
3347
- type: "string"
3348
- },
3349
- "aria-level": {
3350
- description: "Defines the hierarchical level of an element within a structure.",
3351
- required: !1,
3352
- control: "number",
3353
- type: "number"
3354
- },
3355
- "aria-live": {
3356
- 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.",
66
+ alignOffset: { required: !1, control: "number", type: "number" },
67
+ arrowPadding: { required: !1, control: "number", type: "number" },
68
+ avoidCollisions: { required: !1, control: "boolean", type: "boolean" },
69
+ hideWhenDetached: { required: !1, control: "boolean", type: "boolean" },
70
+ sideOffset: { required: !1, control: "number", type: "number" },
71
+ sticky: {
3357
72
  required: !1,
3358
73
  control: "radio",
3359
74
  type: "string",
3360
- options: ["off", "assertive", "polite"]
3361
- },
3362
- "aria-modal": {
3363
- description: "Indicates whether an element is modal when displayed.",
3364
- required: !1,
3365
- control: "boolean",
3366
- type: "boolean"
3367
- },
3368
- "aria-multiline": {
3369
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
3370
- required: !1,
3371
- control: "boolean",
3372
- type: "boolean"
3373
- },
3374
- "aria-multiselectable": {
3375
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
3376
- required: !1,
3377
- control: "boolean",
3378
- type: "boolean"
75
+ options: ["partial", "always"]
3379
76
  },
3380
- "aria-orientation": {
3381
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
77
+ updatePositionStrategy: {
3382
78
  required: !1,
3383
79
  control: "radio",
3384
80
  type: "string",
3385
- options: ["horizontal", "vertical"]
3386
- },
3387
- "aria-owns": {
3388
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
3389
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
3390
- required: !1,
3391
- control: "text",
3392
- type: "string"
3393
- },
3394
- "aria-placeholder": {
3395
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
3396
- A hint could be a sample value or a brief description of the expected format.`,
3397
- required: !1,
3398
- control: "text",
3399
- type: "string"
3400
- },
3401
- "aria-posinset": {
3402
- 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.",
3403
- required: !1,
3404
- control: "number",
3405
- type: "number"
3406
- },
3407
- "aria-pressed": {
3408
- description: 'Indicates the current "pressed" state of toggle buttons.',
3409
- required: !1,
3410
- control: "text",
3411
- type: "string"
3412
- },
3413
- "aria-readonly": {
3414
- description: "Indicates that the element is not editable, but is otherwise operable.",
3415
- required: !1,
3416
- control: "boolean",
3417
- type: "boolean"
3418
- },
3419
- "aria-relevant": {
3420
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
3421
- required: !1,
3422
- control: "select",
3423
- type: "string",
3424
- options: [
3425
- "text",
3426
- "additions",
3427
- "additions removals",
3428
- "additions text",
3429
- "all",
3430
- "removals",
3431
- "removals additions",
3432
- "removals text",
3433
- "text additions",
3434
- "text removals"
3435
- ]
3436
- },
3437
- "aria-required": {
3438
- description: "Indicates that user input is required on the element before a form may be submitted.",
3439
- required: !1,
3440
- control: "boolean",
3441
- type: "boolean"
3442
- },
3443
- "aria-roledescription": {
3444
- description: "Defines a human-readable, author-localized description for the role of an element.",
3445
- required: !1,
3446
- control: "text",
3447
- type: "string"
3448
- },
3449
- "aria-rowcount": {
3450
- description: "Defines the total number of rows in a table, grid, or treegrid.",
3451
- required: !1,
3452
- control: "number",
3453
- type: "number"
3454
- },
3455
- "aria-rowindex": {
3456
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
3457
- required: !1,
3458
- control: "number",
3459
- type: "number"
3460
- },
3461
- "aria-rowindextext": {
3462
- description: "Defines a human readable text alternative of aria-rowindex.",
3463
- required: !1,
3464
- control: "text",
3465
- type: "string"
3466
- },
3467
- "aria-rowspan": {
3468
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
3469
- required: !1,
3470
- control: "number",
3471
- type: "number"
3472
- },
3473
- "aria-selected": {
3474
- description: 'Indicates the current "selected" state of various widgets.',
3475
- required: !1,
3476
- control: "boolean",
3477
- type: "boolean"
3478
- },
3479
- "aria-setsize": {
3480
- 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.",
3481
- required: !1,
3482
- control: "number",
3483
- type: "number"
3484
- },
3485
- "aria-sort": {
3486
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
3487
- required: !1,
3488
- control: "select",
3489
- type: "string",
3490
- options: ["none", "ascending", "descending", "other"]
3491
- },
3492
- "aria-valuemax": {
3493
- description: "Defines the maximum allowed value for a range widget.",
3494
- required: !1,
3495
- control: "number",
3496
- type: "number"
3497
- },
3498
- "aria-valuemin": {
3499
- description: "Defines the minimum allowed value for a range widget.",
3500
- required: !1,
3501
- control: "number",
3502
- type: "number"
3503
- },
3504
- "aria-valuenow": {
3505
- description: "Defines the current value for a range widget.",
3506
- required: !1,
3507
- control: "number",
3508
- type: "number"
3509
- },
3510
- "aria-valuetext": {
3511
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
3512
- required: !1,
3513
- control: "text",
3514
- type: "string"
3515
- },
3516
- autoCapitalize: {
3517
- required: !1,
3518
- control: "text",
3519
- type: "string",
3520
- description: "Sets whether input is automatically capitalized when entered by user."
3521
- },
3522
- autoCorrect: { required: !1, control: "text", type: "string" },
3523
- autoFocus: {
3524
- required: !1,
3525
- control: "boolean",
3526
- type: "boolean",
3527
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
3528
- },
3529
- autoSave: { required: !1, control: "text", type: "string" },
3530
- className: { required: !1, control: "text", type: "string" },
3531
- color: {
3532
- required: !1,
3533
- control: "color",
3534
- type: "string",
3535
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
3536
- },
3537
- content: {
3538
- required: !1,
3539
- control: "text",
3540
- type: "string",
3541
- description: "A value associated with http-equiv orname depending on the context."
3542
- },
3543
- contextMenu: {
3544
- required: !1,
3545
- control: "text",
3546
- type: "string",
3547
- description: "Defines the ID of a menu element which willserve as the element's context menu."
3548
- },
3549
- datatype: { required: !1, control: "text", type: "string" },
3550
- defaultValue: { required: !1, control: "text", type: "string" },
3551
- dir: {
3552
- required: !1,
3553
- control: "text",
3554
- type: "string",
3555
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
3556
- },
3557
- draggable: {
3558
- required: !1,
3559
- control: "boolean",
3560
- type: "boolean",
3561
- description: "Defines whether the element can be dragged."
3562
- },
3563
- hidden: {
3564
- required: !1,
3565
- control: "boolean",
3566
- type: "boolean",
3567
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
3568
- },
3569
- id: {
3570
- required: !1,
3571
- control: "text",
3572
- type: "string",
3573
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
3574
- },
3575
- inputMode: {
3576
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
3577
- required: !1,
3578
- control: "select",
3579
- type: "string",
3580
- options: [
3581
- "search",
3582
- "text",
3583
- "none",
3584
- "tel",
3585
- "url",
3586
- "email",
3587
- "numeric",
3588
- "decimal"
3589
- ]
3590
- },
3591
- is: {
3592
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
3593
- required: !1,
3594
- control: "text",
3595
- type: "string"
3596
- },
3597
- itemID: { required: !1, control: "text", type: "string" },
3598
- itemProp: { required: !1, control: "text", type: "string" },
3599
- itemRef: { required: !1, control: "text", type: "string" },
3600
- itemScope: { required: !1, control: "boolean", type: "boolean" },
3601
- itemType: { required: !1, control: "text", type: "string" },
3602
- lang: {
3603
- required: !1,
3604
- control: "text",
3605
- type: "string",
3606
- description: "Defines the language used in the element."
3607
- },
3608
- nonce: { required: !1, control: "text", type: "string" },
3609
- prefix: { required: !1, control: "text", type: "string" },
3610
- property: { required: !1, control: "text", type: "string" },
3611
- radioGroup: { required: !1, control: "text", type: "string" },
3612
- rel: {
3613
- required: !1,
3614
- control: "text",
3615
- type: "string",
3616
- description: "Specifies the relationship of the target object to the link object."
3617
- },
3618
- resource: { required: !1, control: "text", type: "string" },
3619
- results: { required: !1, control: "number", type: "number" },
3620
- rev: { required: !1, control: "text", type: "string" },
3621
- role: {
3622
- required: !1,
3623
- control: "text",
3624
- type: "string",
3625
- description: "Defines an explicit role for an element for use by assistive technologies."
3626
- },
3627
- security: { required: !1, control: "text", type: "string" },
3628
- slot: {
81
+ options: ["always", "optimized"]
82
+ }
83
+ }, n = {
84
+ nonce: {
3629
85
  required: !1,
3630
86
  control: "text",
3631
87
  type: "string",
3632
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
3633
- },
3634
- spellCheck: {
88
+ description: "Cryptographic nonce used in Content Security Policy checks [CSP]"
89
+ }
90
+ }, i = {
91
+ disabled: {
3635
92
  required: !1,
3636
93
  control: "boolean",
3637
94
  type: "boolean",
3638
- description: "Indicates whether spell checking is allowed for the element."
3639
- },
3640
- suppressContentEditableWarning: {
3641
- required: !1,
3642
- control: "boolean",
3643
- type: "boolean"
3644
- },
3645
- suppressHydrationWarning: {
3646
- required: !1,
3647
- control: "boolean",
3648
- type: "boolean"
3649
- },
3650
- tabIndex: {
3651
- required: !1,
3652
- control: "number",
3653
- type: "number",
3654
- description: "Overrides the browser's default tab order and follows the one specified instead."
95
+ description: "Whether the form control is disabled"
3655
96
  },
3656
- title: {
3657
- required: !1,
97
+ textValue: { required: !1, control: "text", type: "string" },
98
+ value: {
99
+ required: !0,
3658
100
  control: "text",
3659
101
  type: "string",
3660
- description: "Text to be displayed in a tooltip when hovering over the element."
3661
- },
3662
- translate: {
3663
- required: !1,
3664
- control: "radio",
3665
- type: "string",
3666
- options: ["yes", "no"],
3667
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
3668
- },
3669
- typeof: { required: !1, control: "text", type: "string" },
3670
- unselectable: {
3671
- required: !1,
3672
- control: "radio",
3673
- type: "string",
3674
- options: ["on", "off"]
3675
- },
3676
- vocab: { required: !1, control: "text", type: "string" }
3677
- };
102
+ description: "Current value of the element"
103
+ }
104
+ }, l = {}, s = {};
3678
105
  export {
3679
106
  e as propsSelect,
3680
- i as propsSelectContent,
3681
- o as propsSelectItem,
3682
- a as propsSelectItemIndicator,
107
+ r as propsSelectContent,
108
+ i as propsSelectItem,
109
+ l as propsSelectItemIndicator,
3683
110
  s as propsSelectItemText,
3684
111
  t as propsSelectTrigger,
3685
- r as propsSelectValue,
112
+ o as propsSelectValue,
3686
113
  n as propsSelectViewport
3687
114
  };