@webstudio-is/sdk-components-react-radix 0.217.0 → 0.218.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,340 +6,6 @@ const e = {
6
6
  type: "string",
7
7
  description: "Keyboard shortcut to activate or add focus to the element."
8
8
  },
9
- "aria-activedescendant": {
10
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
11
- required: !1,
12
- control: "text",
13
- type: "string"
14
- },
15
- "aria-atomic": {
16
- 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.",
17
- required: !1,
18
- control: "boolean",
19
- type: "boolean"
20
- },
21
- "aria-autocomplete": {
22
- 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
23
- presented if they are made.`,
24
- required: !1,
25
- control: "select",
26
- type: "string",
27
- options: ["list", "none", "inline", "both"]
28
- },
29
- "aria-braillelabel": {
30
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
31
- required: !1,
32
- control: "text",
33
- type: "string"
34
- },
35
- "aria-brailleroledescription": {
36
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
37
- required: !1,
38
- control: "text",
39
- type: "string"
40
- },
41
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
42
- "aria-checked": {
43
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
44
- required: !1,
45
- control: "text",
46
- type: "string"
47
- },
48
- "aria-colcount": {
49
- description: "Defines the total number of columns in a table, grid, or treegrid.",
50
- required: !1,
51
- control: "number",
52
- type: "number"
53
- },
54
- "aria-colindex": {
55
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
56
- required: !1,
57
- control: "number",
58
- type: "number"
59
- },
60
- "aria-colindextext": {
61
- description: "Defines a human readable text alternative of aria-colindex.",
62
- required: !1,
63
- control: "text",
64
- type: "string"
65
- },
66
- "aria-colspan": {
67
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
68
- required: !1,
69
- control: "number",
70
- type: "number"
71
- },
72
- "aria-controls": {
73
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
74
- required: !1,
75
- control: "text",
76
- type: "string"
77
- },
78
- "aria-current": {
79
- description: "Indicates the element that represents the current item within a container or set of related elements.",
80
- required: !1,
81
- control: "text",
82
- type: "string"
83
- },
84
- "aria-describedby": {
85
- description: "Identifies the element (or elements) that describes the object.",
86
- required: !1,
87
- control: "text",
88
- type: "string"
89
- },
90
- "aria-description": {
91
- description: "Defines a string value that describes or annotates the current element.",
92
- required: !1,
93
- control: "text",
94
- type: "string"
95
- },
96
- "aria-details": {
97
- description: "Identifies the element that provides a detailed, extended description for the object.",
98
- required: !1,
99
- control: "text",
100
- type: "string"
101
- },
102
- "aria-disabled": {
103
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
104
- required: !1,
105
- control: "boolean",
106
- type: "boolean"
107
- },
108
- "aria-dropeffect": {
109
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
110
- required: !1,
111
- control: "select",
112
- type: "string",
113
- options: ["link", "none", "copy", "execute", "move", "popup"]
114
- },
115
- "aria-errormessage": {
116
- description: "Identifies the element that provides an error message for the object.",
117
- required: !1,
118
- control: "text",
119
- type: "string"
120
- },
121
- "aria-expanded": {
122
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
123
- required: !1,
124
- control: "boolean",
125
- type: "boolean"
126
- },
127
- "aria-flowto": {
128
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
129
- allows assistive technology to override the general default of reading in document source order.`,
130
- required: !1,
131
- control: "text",
132
- type: "string"
133
- },
134
- "aria-grabbed": {
135
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
136
- required: !1,
137
- control: "boolean",
138
- type: "boolean"
139
- },
140
- "aria-haspopup": {
141
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
142
- required: !1,
143
- control: "text",
144
- type: "string"
145
- },
146
- "aria-hidden": {
147
- description: "Indicates whether the element is exposed to an accessibility API.",
148
- required: !1,
149
- control: "boolean",
150
- type: "boolean"
151
- },
152
- "aria-invalid": {
153
- description: "Indicates the entered value does not conform to the format expected by the application.",
154
- required: !1,
155
- control: "text",
156
- type: "string"
157
- },
158
- "aria-keyshortcuts": {
159
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
160
- required: !1,
161
- control: "text",
162
- type: "string"
163
- },
164
- "aria-label": {
165
- 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.",
166
- required: !1,
167
- control: "text",
168
- type: "string"
169
- },
170
- "aria-labelledby": {
171
- description: "Identifies the element (or elements) that labels the current element.",
172
- required: !1,
173
- control: "text",
174
- type: "string"
175
- },
176
- "aria-level": {
177
- description: "Defines the hierarchical level of an element within a structure.",
178
- required: !1,
179
- control: "number",
180
- type: "number"
181
- },
182
- "aria-live": {
183
- 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.",
184
- required: !1,
185
- control: "radio",
186
- type: "string",
187
- options: ["off", "assertive", "polite"]
188
- },
189
- "aria-modal": {
190
- description: "Indicates whether an element is modal when displayed.",
191
- required: !1,
192
- control: "boolean",
193
- type: "boolean"
194
- },
195
- "aria-multiline": {
196
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
197
- required: !1,
198
- control: "boolean",
199
- type: "boolean"
200
- },
201
- "aria-multiselectable": {
202
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
203
- required: !1,
204
- control: "boolean",
205
- type: "boolean"
206
- },
207
- "aria-orientation": {
208
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
209
- required: !1,
210
- control: "radio",
211
- type: "string",
212
- options: ["horizontal", "vertical"]
213
- },
214
- "aria-owns": {
215
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
216
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
217
- required: !1,
218
- control: "text",
219
- type: "string"
220
- },
221
- "aria-placeholder": {
222
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
223
- A hint could be a sample value or a brief description of the expected format.`,
224
- required: !1,
225
- control: "text",
226
- type: "string"
227
- },
228
- "aria-posinset": {
229
- 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.",
230
- required: !1,
231
- control: "number",
232
- type: "number"
233
- },
234
- "aria-pressed": {
235
- description: 'Indicates the current "pressed" state of toggle buttons.',
236
- required: !1,
237
- control: "text",
238
- type: "string"
239
- },
240
- "aria-readonly": {
241
- description: "Indicates that the element is not editable, but is otherwise operable.",
242
- required: !1,
243
- control: "boolean",
244
- type: "boolean"
245
- },
246
- "aria-relevant": {
247
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
248
- required: !1,
249
- control: "select",
250
- type: "string",
251
- options: [
252
- "text",
253
- "additions",
254
- "additions removals",
255
- "additions text",
256
- "all",
257
- "removals",
258
- "removals additions",
259
- "removals text",
260
- "text additions",
261
- "text removals"
262
- ]
263
- },
264
- "aria-required": {
265
- description: "Indicates that user input is required on the element before a form may be submitted.",
266
- required: !1,
267
- control: "boolean",
268
- type: "boolean"
269
- },
270
- "aria-roledescription": {
271
- description: "Defines a human-readable, author-localized description for the role of an element.",
272
- required: !1,
273
- control: "text",
274
- type: "string"
275
- },
276
- "aria-rowcount": {
277
- description: "Defines the total number of rows in a table, grid, or treegrid.",
278
- required: !1,
279
- control: "number",
280
- type: "number"
281
- },
282
- "aria-rowindex": {
283
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
284
- required: !1,
285
- control: "number",
286
- type: "number"
287
- },
288
- "aria-rowindextext": {
289
- description: "Defines a human readable text alternative of aria-rowindex.",
290
- required: !1,
291
- control: "text",
292
- type: "string"
293
- },
294
- "aria-rowspan": {
295
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
296
- required: !1,
297
- control: "number",
298
- type: "number"
299
- },
300
- "aria-selected": {
301
- description: 'Indicates the current "selected" state of various widgets.',
302
- required: !1,
303
- control: "boolean",
304
- type: "boolean"
305
- },
306
- "aria-setsize": {
307
- 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.",
308
- required: !1,
309
- control: "number",
310
- type: "number"
311
- },
312
- "aria-sort": {
313
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
314
- required: !1,
315
- control: "select",
316
- type: "string",
317
- options: ["none", "ascending", "descending", "other"]
318
- },
319
- "aria-valuemax": {
320
- description: "Defines the maximum allowed value for a range widget.",
321
- required: !1,
322
- control: "number",
323
- type: "number"
324
- },
325
- "aria-valuemin": {
326
- description: "Defines the minimum allowed value for a range widget.",
327
- required: !1,
328
- control: "number",
329
- type: "number"
330
- },
331
- "aria-valuenow": {
332
- description: "Defines the current value for a range widget.",
333
- required: !1,
334
- control: "number",
335
- type: "number"
336
- },
337
- "aria-valuetext": {
338
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
339
- required: !1,
340
- control: "text",
341
- type: "string"
342
- },
343
9
  autoCapitalize: {
344
10
  required: !1,
345
11
  control: "text",
@@ -473,412 +139,78 @@ A hint could be a sample value or a brief description of the expected format.`,
473
139
  type: "boolean",
474
140
  description: "Indicates whether this form element must be filled before the form can be submitted."
475
141
  },
476
- resource: { required: !1, control: "text", type: "string" },
477
- results: { required: !1, control: "number", type: "number" },
478
- rev: { required: !1, control: "text", type: "string" },
479
- role: {
480
- required: !1,
481
- control: "text",
482
- type: "string",
483
- description: "Defines an explicit role for an element for use by assistive technologies."
484
- },
485
- security: { required: !1, control: "text", type: "string" },
486
- slot: {
487
- required: !1,
488
- control: "text",
489
- type: "string",
490
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
491
- },
492
- spellCheck: {
493
- required: !1,
494
- control: "boolean",
495
- type: "boolean",
496
- description: "Indicates whether spell checking is allowed for the element."
497
- },
498
- suppressContentEditableWarning: {
499
- required: !1,
500
- control: "boolean",
501
- type: "boolean"
502
- },
503
- suppressHydrationWarning: {
504
- required: !1,
505
- control: "boolean",
506
- type: "boolean"
507
- },
508
- tabIndex: {
509
- required: !1,
510
- control: "number",
511
- type: "number",
512
- description: "Overrides the browser's default tab order and follows the one specified instead."
513
- },
514
- title: {
515
- required: !1,
516
- control: "text",
517
- type: "string",
518
- description: "Text to be displayed in a tooltip when hovering over the element."
519
- },
520
- translate: {
521
- required: !1,
522
- control: "radio",
523
- type: "string",
524
- options: ["yes", "no"],
525
- 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."
526
- },
527
- typeof: { required: !1, control: "text", type: "string" },
528
- unselectable: {
529
- required: !1,
530
- control: "radio",
531
- type: "string",
532
- options: ["on", "off"]
533
- },
534
- value: {
535
- required: !1,
536
- control: "text",
537
- type: "string",
538
- description: "Defines a default value which will be displayed in the element on pageload."
539
- },
540
- vocab: { required: !1, control: "text", type: "string" }
541
- }, t = {
542
- about: { required: !1, control: "text", type: "string" },
543
- accessKey: {
544
- required: !1,
545
- control: "text",
546
- type: "string",
547
- description: "Keyboard shortcut to activate or add focus to the element."
548
- },
549
- "aria-activedescendant": {
550
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
551
- required: !1,
552
- control: "text",
553
- type: "string"
554
- },
555
- "aria-atomic": {
556
- 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.",
557
- required: !1,
558
- control: "boolean",
559
- type: "boolean"
560
- },
561
- "aria-autocomplete": {
562
- 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
563
- presented if they are made.`,
564
- required: !1,
565
- control: "select",
566
- type: "string",
567
- options: ["list", "none", "inline", "both"]
568
- },
569
- "aria-braillelabel": {
570
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
571
- required: !1,
572
- control: "text",
573
- type: "string"
574
- },
575
- "aria-brailleroledescription": {
576
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
577
- required: !1,
578
- control: "text",
579
- type: "string"
580
- },
581
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
582
- "aria-checked": {
583
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
584
- required: !1,
585
- control: "text",
586
- type: "string"
587
- },
588
- "aria-colcount": {
589
- description: "Defines the total number of columns in a table, grid, or treegrid.",
590
- required: !1,
591
- control: "number",
592
- type: "number"
593
- },
594
- "aria-colindex": {
595
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
596
- required: !1,
597
- control: "number",
598
- type: "number"
599
- },
600
- "aria-colindextext": {
601
- description: "Defines a human readable text alternative of aria-colindex.",
602
- required: !1,
603
- control: "text",
604
- type: "string"
605
- },
606
- "aria-colspan": {
607
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
608
- required: !1,
609
- control: "number",
610
- type: "number"
611
- },
612
- "aria-controls": {
613
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
614
- required: !1,
615
- control: "text",
616
- type: "string"
617
- },
618
- "aria-current": {
619
- description: "Indicates the element that represents the current item within a container or set of related elements.",
620
- required: !1,
621
- control: "text",
622
- type: "string"
623
- },
624
- "aria-describedby": {
625
- description: "Identifies the element (or elements) that describes the object.",
626
- required: !1,
627
- control: "text",
628
- type: "string"
629
- },
630
- "aria-description": {
631
- description: "Defines a string value that describes or annotates the current element.",
632
- required: !1,
633
- control: "text",
634
- type: "string"
635
- },
636
- "aria-details": {
637
- description: "Identifies the element that provides a detailed, extended description for the object.",
638
- required: !1,
639
- control: "text",
640
- type: "string"
641
- },
642
- "aria-disabled": {
643
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
644
- required: !1,
645
- control: "boolean",
646
- type: "boolean"
647
- },
648
- "aria-dropeffect": {
649
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
650
- required: !1,
651
- control: "select",
652
- type: "string",
653
- options: ["link", "none", "copy", "execute", "move", "popup"]
654
- },
655
- "aria-errormessage": {
656
- description: "Identifies the element that provides an error message for the object.",
657
- required: !1,
658
- control: "text",
659
- type: "string"
660
- },
661
- "aria-expanded": {
662
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
663
- required: !1,
664
- control: "boolean",
665
- type: "boolean"
666
- },
667
- "aria-flowto": {
668
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
669
- allows assistive technology to override the general default of reading in document source order.`,
670
- required: !1,
671
- control: "text",
672
- type: "string"
673
- },
674
- "aria-grabbed": {
675
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
676
- required: !1,
677
- control: "boolean",
678
- type: "boolean"
679
- },
680
- "aria-haspopup": {
681
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
682
- required: !1,
683
- control: "text",
684
- type: "string"
685
- },
686
- "aria-hidden": {
687
- description: "Indicates whether the element is exposed to an accessibility API.",
688
- required: !1,
689
- control: "boolean",
690
- type: "boolean"
691
- },
692
- "aria-invalid": {
693
- description: "Indicates the entered value does not conform to the format expected by the application.",
694
- required: !1,
695
- control: "text",
696
- type: "string"
697
- },
698
- "aria-keyshortcuts": {
699
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
700
- required: !1,
701
- control: "text",
702
- type: "string"
703
- },
704
- "aria-label": {
705
- 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.",
706
- required: !1,
707
- control: "text",
708
- type: "string"
709
- },
710
- "aria-labelledby": {
711
- description: "Identifies the element (or elements) that labels the current element.",
712
- required: !1,
713
- control: "text",
714
- type: "string"
715
- },
716
- "aria-level": {
717
- description: "Defines the hierarchical level of an element within a structure.",
718
- required: !1,
719
- control: "number",
720
- type: "number"
721
- },
722
- "aria-live": {
723
- 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.",
724
- required: !1,
725
- control: "radio",
726
- type: "string",
727
- options: ["off", "assertive", "polite"]
728
- },
729
- "aria-modal": {
730
- description: "Indicates whether an element is modal when displayed.",
731
- required: !1,
732
- control: "boolean",
733
- type: "boolean"
734
- },
735
- "aria-multiline": {
736
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
737
- required: !1,
738
- control: "boolean",
739
- type: "boolean"
740
- },
741
- "aria-multiselectable": {
742
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
743
- required: !1,
744
- control: "boolean",
745
- type: "boolean"
746
- },
747
- "aria-orientation": {
748
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
749
- required: !1,
750
- control: "radio",
751
- type: "string",
752
- options: ["horizontal", "vertical"]
753
- },
754
- "aria-owns": {
755
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
756
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
757
- required: !1,
758
- control: "text",
759
- type: "string"
760
- },
761
- "aria-placeholder": {
762
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
763
- A hint could be a sample value or a brief description of the expected format.`,
764
- required: !1,
765
- control: "text",
766
- type: "string"
767
- },
768
- "aria-posinset": {
769
- 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.",
770
- required: !1,
771
- control: "number",
772
- type: "number"
773
- },
774
- "aria-pressed": {
775
- description: 'Indicates the current "pressed" state of toggle buttons.',
776
- required: !1,
777
- control: "text",
778
- type: "string"
779
- },
780
- "aria-readonly": {
781
- description: "Indicates that the element is not editable, but is otherwise operable.",
782
- required: !1,
783
- control: "boolean",
784
- type: "boolean"
785
- },
786
- "aria-relevant": {
787
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
788
- required: !1,
789
- control: "select",
790
- type: "string",
791
- options: [
792
- "text",
793
- "additions",
794
- "additions removals",
795
- "additions text",
796
- "all",
797
- "removals",
798
- "removals additions",
799
- "removals text",
800
- "text additions",
801
- "text removals"
802
- ]
803
- },
804
- "aria-required": {
805
- description: "Indicates that user input is required on the element before a form may be submitted.",
806
- required: !1,
807
- control: "boolean",
808
- type: "boolean"
809
- },
810
- "aria-roledescription": {
811
- description: "Defines a human-readable, author-localized description for the role of an element.",
812
- required: !1,
813
- control: "text",
814
- type: "string"
815
- },
816
- "aria-rowcount": {
817
- description: "Defines the total number of rows in a table, grid, or treegrid.",
142
+ resource: { required: !1, control: "text", type: "string" },
143
+ results: { required: !1, control: "number", type: "number" },
144
+ rev: { required: !1, control: "text", type: "string" },
145
+ role: {
818
146
  required: !1,
819
- control: "number",
820
- type: "number"
147
+ control: "text",
148
+ type: "string",
149
+ description: "Defines an explicit role for an element for use by assistive technologies."
821
150
  },
822
- "aria-rowindex": {
823
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
151
+ security: { required: !1, control: "text", type: "string" },
152
+ slot: {
824
153
  required: !1,
825
- control: "number",
826
- type: "number"
154
+ control: "text",
155
+ type: "string",
156
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
827
157
  },
828
- "aria-rowindextext": {
829
- description: "Defines a human readable text alternative of aria-rowindex.",
158
+ spellCheck: {
830
159
  required: !1,
831
- control: "text",
832
- type: "string"
160
+ control: "boolean",
161
+ type: "boolean",
162
+ description: "Indicates whether spell checking is allowed for the element."
833
163
  },
834
- "aria-rowspan": {
835
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
164
+ suppressContentEditableWarning: {
836
165
  required: !1,
837
- control: "number",
838
- type: "number"
166
+ control: "boolean",
167
+ type: "boolean"
839
168
  },
840
- "aria-selected": {
841
- description: 'Indicates the current "selected" state of various widgets.',
169
+ suppressHydrationWarning: {
842
170
  required: !1,
843
171
  control: "boolean",
844
172
  type: "boolean"
845
173
  },
846
- "aria-setsize": {
847
- 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.",
174
+ tabIndex: {
848
175
  required: !1,
849
176
  control: "number",
850
- type: "number"
177
+ type: "number",
178
+ description: "Overrides the browser's default tab order and follows the one specified instead."
851
179
  },
852
- "aria-sort": {
853
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
180
+ title: {
854
181
  required: !1,
855
- control: "select",
182
+ control: "text",
856
183
  type: "string",
857
- options: ["none", "ascending", "descending", "other"]
184
+ description: "Text to be displayed in a tooltip when hovering over the element."
858
185
  },
859
- "aria-valuemax": {
860
- description: "Defines the maximum allowed value for a range widget.",
186
+ translate: {
861
187
  required: !1,
862
- control: "number",
863
- type: "number"
188
+ control: "radio",
189
+ type: "string",
190
+ options: ["yes", "no"],
191
+ 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."
864
192
  },
865
- "aria-valuemin": {
866
- description: "Defines the minimum allowed value for a range widget.",
193
+ typeof: { required: !1, control: "text", type: "string" },
194
+ unselectable: {
867
195
  required: !1,
868
- control: "number",
869
- type: "number"
196
+ control: "radio",
197
+ type: "string",
198
+ options: ["on", "off"]
870
199
  },
871
- "aria-valuenow": {
872
- description: "Defines the current value for a range widget.",
200
+ value: {
873
201
  required: !1,
874
- control: "number",
875
- type: "number"
202
+ control: "text",
203
+ type: "string",
204
+ description: "Defines a default value which will be displayed in the element on pageload."
876
205
  },
877
- "aria-valuetext": {
878
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
206
+ vocab: { required: !1, control: "text", type: "string" }
207
+ }, t = {
208
+ about: { required: !1, control: "text", type: "string" },
209
+ accessKey: {
879
210
  required: !1,
880
211
  control: "text",
881
- type: "string"
212
+ type: "string",
213
+ description: "Keyboard shortcut to activate or add focus to the element."
882
214
  },
883
215
  autoCapitalize: {
884
216
  required: !1,
@@ -1116,340 +448,6 @@ A hint could be a sample value or a brief description of the expected format.`,
1116
448
  type: "string",
1117
449
  description: "Keyboard shortcut to activate or add focus to the element."
1118
450
  },
1119
- "aria-activedescendant": {
1120
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1121
- required: !1,
1122
- control: "text",
1123
- type: "string"
1124
- },
1125
- "aria-atomic": {
1126
- 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.",
1127
- required: !1,
1128
- control: "boolean",
1129
- type: "boolean"
1130
- },
1131
- "aria-autocomplete": {
1132
- 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
1133
- presented if they are made.`,
1134
- required: !1,
1135
- control: "select",
1136
- type: "string",
1137
- options: ["list", "none", "inline", "both"]
1138
- },
1139
- "aria-braillelabel": {
1140
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
1141
- required: !1,
1142
- control: "text",
1143
- type: "string"
1144
- },
1145
- "aria-brailleroledescription": {
1146
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
1147
- required: !1,
1148
- control: "text",
1149
- type: "string"
1150
- },
1151
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
1152
- "aria-checked": {
1153
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
1154
- required: !1,
1155
- control: "text",
1156
- type: "string"
1157
- },
1158
- "aria-colcount": {
1159
- description: "Defines the total number of columns in a table, grid, or treegrid.",
1160
- required: !1,
1161
- control: "number",
1162
- type: "number"
1163
- },
1164
- "aria-colindex": {
1165
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
1166
- required: !1,
1167
- control: "number",
1168
- type: "number"
1169
- },
1170
- "aria-colindextext": {
1171
- description: "Defines a human readable text alternative of aria-colindex.",
1172
- required: !1,
1173
- control: "text",
1174
- type: "string"
1175
- },
1176
- "aria-colspan": {
1177
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
1178
- required: !1,
1179
- control: "number",
1180
- type: "number"
1181
- },
1182
- "aria-controls": {
1183
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
1184
- required: !1,
1185
- control: "text",
1186
- type: "string"
1187
- },
1188
- "aria-current": {
1189
- description: "Indicates the element that represents the current item within a container or set of related elements.",
1190
- required: !1,
1191
- control: "text",
1192
- type: "string"
1193
- },
1194
- "aria-describedby": {
1195
- description: "Identifies the element (or elements) that describes the object.",
1196
- required: !1,
1197
- control: "text",
1198
- type: "string"
1199
- },
1200
- "aria-description": {
1201
- description: "Defines a string value that describes or annotates the current element.",
1202
- required: !1,
1203
- control: "text",
1204
- type: "string"
1205
- },
1206
- "aria-details": {
1207
- description: "Identifies the element that provides a detailed, extended description for the object.",
1208
- required: !1,
1209
- control: "text",
1210
- type: "string"
1211
- },
1212
- "aria-disabled": {
1213
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
1214
- required: !1,
1215
- control: "boolean",
1216
- type: "boolean"
1217
- },
1218
- "aria-dropeffect": {
1219
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
1220
- required: !1,
1221
- control: "select",
1222
- type: "string",
1223
- options: ["link", "none", "copy", "execute", "move", "popup"]
1224
- },
1225
- "aria-errormessage": {
1226
- description: "Identifies the element that provides an error message for the object.",
1227
- required: !1,
1228
- control: "text",
1229
- type: "string"
1230
- },
1231
- "aria-expanded": {
1232
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
1233
- required: !1,
1234
- control: "boolean",
1235
- type: "boolean"
1236
- },
1237
- "aria-flowto": {
1238
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
1239
- allows assistive technology to override the general default of reading in document source order.`,
1240
- required: !1,
1241
- control: "text",
1242
- type: "string"
1243
- },
1244
- "aria-grabbed": {
1245
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
1246
- required: !1,
1247
- control: "boolean",
1248
- type: "boolean"
1249
- },
1250
- "aria-haspopup": {
1251
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
1252
- required: !1,
1253
- control: "text",
1254
- type: "string"
1255
- },
1256
- "aria-hidden": {
1257
- description: "Indicates whether the element is exposed to an accessibility API.",
1258
- required: !1,
1259
- control: "boolean",
1260
- type: "boolean"
1261
- },
1262
- "aria-invalid": {
1263
- description: "Indicates the entered value does not conform to the format expected by the application.",
1264
- required: !1,
1265
- control: "text",
1266
- type: "string"
1267
- },
1268
- "aria-keyshortcuts": {
1269
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
1270
- required: !1,
1271
- control: "text",
1272
- type: "string"
1273
- },
1274
- "aria-label": {
1275
- 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.",
1276
- required: !1,
1277
- control: "text",
1278
- type: "string"
1279
- },
1280
- "aria-labelledby": {
1281
- description: "Identifies the element (or elements) that labels the current element.",
1282
- required: !1,
1283
- control: "text",
1284
- type: "string"
1285
- },
1286
- "aria-level": {
1287
- description: "Defines the hierarchical level of an element within a structure.",
1288
- required: !1,
1289
- control: "number",
1290
- type: "number"
1291
- },
1292
- "aria-live": {
1293
- 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.",
1294
- required: !1,
1295
- control: "radio",
1296
- type: "string",
1297
- options: ["off", "assertive", "polite"]
1298
- },
1299
- "aria-modal": {
1300
- description: "Indicates whether an element is modal when displayed.",
1301
- required: !1,
1302
- control: "boolean",
1303
- type: "boolean"
1304
- },
1305
- "aria-multiline": {
1306
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
1307
- required: !1,
1308
- control: "boolean",
1309
- type: "boolean"
1310
- },
1311
- "aria-multiselectable": {
1312
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
1313
- required: !1,
1314
- control: "boolean",
1315
- type: "boolean"
1316
- },
1317
- "aria-orientation": {
1318
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
1319
- required: !1,
1320
- control: "radio",
1321
- type: "string",
1322
- options: ["horizontal", "vertical"]
1323
- },
1324
- "aria-owns": {
1325
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
1326
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
1327
- required: !1,
1328
- control: "text",
1329
- type: "string"
1330
- },
1331
- "aria-placeholder": {
1332
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
1333
- A hint could be a sample value or a brief description of the expected format.`,
1334
- required: !1,
1335
- control: "text",
1336
- type: "string"
1337
- },
1338
- "aria-posinset": {
1339
- 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.",
1340
- required: !1,
1341
- control: "number",
1342
- type: "number"
1343
- },
1344
- "aria-pressed": {
1345
- description: 'Indicates the current "pressed" state of toggle buttons.',
1346
- required: !1,
1347
- control: "text",
1348
- type: "string"
1349
- },
1350
- "aria-readonly": {
1351
- description: "Indicates that the element is not editable, but is otherwise operable.",
1352
- required: !1,
1353
- control: "boolean",
1354
- type: "boolean"
1355
- },
1356
- "aria-relevant": {
1357
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
1358
- required: !1,
1359
- control: "select",
1360
- type: "string",
1361
- options: [
1362
- "text",
1363
- "additions",
1364
- "additions removals",
1365
- "additions text",
1366
- "all",
1367
- "removals",
1368
- "removals additions",
1369
- "removals text",
1370
- "text additions",
1371
- "text removals"
1372
- ]
1373
- },
1374
- "aria-required": {
1375
- description: "Indicates that user input is required on the element before a form may be submitted.",
1376
- required: !1,
1377
- control: "boolean",
1378
- type: "boolean"
1379
- },
1380
- "aria-roledescription": {
1381
- description: "Defines a human-readable, author-localized description for the role of an element.",
1382
- required: !1,
1383
- control: "text",
1384
- type: "string"
1385
- },
1386
- "aria-rowcount": {
1387
- description: "Defines the total number of rows in a table, grid, or treegrid.",
1388
- required: !1,
1389
- control: "number",
1390
- type: "number"
1391
- },
1392
- "aria-rowindex": {
1393
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
1394
- required: !1,
1395
- control: "number",
1396
- type: "number"
1397
- },
1398
- "aria-rowindextext": {
1399
- description: "Defines a human readable text alternative of aria-rowindex.",
1400
- required: !1,
1401
- control: "text",
1402
- type: "string"
1403
- },
1404
- "aria-rowspan": {
1405
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
1406
- required: !1,
1407
- control: "number",
1408
- type: "number"
1409
- },
1410
- "aria-selected": {
1411
- description: 'Indicates the current "selected" state of various widgets.',
1412
- required: !1,
1413
- control: "boolean",
1414
- type: "boolean"
1415
- },
1416
- "aria-setsize": {
1417
- 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.",
1418
- required: !1,
1419
- control: "number",
1420
- type: "number"
1421
- },
1422
- "aria-sort": {
1423
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
1424
- required: !1,
1425
- control: "select",
1426
- type: "string",
1427
- options: ["none", "ascending", "descending", "other"]
1428
- },
1429
- "aria-valuemax": {
1430
- description: "Defines the maximum allowed value for a range widget.",
1431
- required: !1,
1432
- control: "number",
1433
- type: "number"
1434
- },
1435
- "aria-valuemin": {
1436
- description: "Defines the minimum allowed value for a range widget.",
1437
- required: !1,
1438
- control: "number",
1439
- type: "number"
1440
- },
1441
- "aria-valuenow": {
1442
- description: "Defines the current value for a range widget.",
1443
- required: !1,
1444
- control: "number",
1445
- type: "number"
1446
- },
1447
- "aria-valuetext": {
1448
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
1449
- required: !1,
1450
- control: "text",
1451
- type: "string"
1452
- },
1453
451
  autoCapitalize: {
1454
452
  required: !1,
1455
453
  control: "text",