@webstudio-is/sdk-components-react-radix 0.145.0 → 0.151.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/metas.js +64 -78
- package/lib/props.js +1234 -1477
- package/package.json +8 -8
package/lib/metas.js
CHANGED
|
@@ -35,50 +35,50 @@ var propsCollapsible = {
|
|
|
35
35
|
options: ["list", "none", "inline", "both"]
|
|
36
36
|
},
|
|
37
37
|
"aria-braillelabel": {
|
|
38
|
-
description: "Defines a string value that labels the current element, which is intended to be converted into Braille
|
|
38
|
+
description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
|
|
39
39
|
required: false,
|
|
40
40
|
control: "text",
|
|
41
41
|
type: "string"
|
|
42
42
|
},
|
|
43
43
|
"aria-brailleroledescription": {
|
|
44
|
-
description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille
|
|
44
|
+
description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
|
|
45
45
|
required: false,
|
|
46
46
|
control: "text",
|
|
47
47
|
type: "string"
|
|
48
48
|
},
|
|
49
49
|
"aria-busy": { required: false, control: "boolean", type: "boolean" },
|
|
50
50
|
"aria-checked": {
|
|
51
|
-
description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets
|
|
51
|
+
description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
|
|
52
52
|
required: false,
|
|
53
53
|
control: "text",
|
|
54
54
|
type: "string"
|
|
55
55
|
},
|
|
56
56
|
"aria-colcount": {
|
|
57
|
-
description: "Defines the total number of columns in a table, grid, or treegrid
|
|
57
|
+
description: "Defines the total number of columns in a table, grid, or treegrid.",
|
|
58
58
|
required: false,
|
|
59
59
|
control: "number",
|
|
60
60
|
type: "number"
|
|
61
61
|
},
|
|
62
62
|
"aria-colindex": {
|
|
63
|
-
description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid
|
|
63
|
+
description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
|
|
64
64
|
required: false,
|
|
65
65
|
control: "number",
|
|
66
66
|
type: "number"
|
|
67
67
|
},
|
|
68
68
|
"aria-colindextext": {
|
|
69
|
-
description: "Defines a human readable text alternative of aria-colindex
|
|
69
|
+
description: "Defines a human readable text alternative of aria-colindex.",
|
|
70
70
|
required: false,
|
|
71
71
|
control: "text",
|
|
72
72
|
type: "string"
|
|
73
73
|
},
|
|
74
74
|
"aria-colspan": {
|
|
75
|
-
description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid
|
|
75
|
+
description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
|
|
76
76
|
required: false,
|
|
77
77
|
control: "number",
|
|
78
78
|
type: "number"
|
|
79
79
|
},
|
|
80
80
|
"aria-controls": {
|
|
81
|
-
description: "Identifies the element (or elements) whose contents or presence are controlled by the current element
|
|
81
|
+
description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
82
82
|
required: false,
|
|
83
83
|
control: "text",
|
|
84
84
|
type: "string"
|
|
@@ -90,38 +90,38 @@ var propsCollapsible = {
|
|
|
90
90
|
type: "string"
|
|
91
91
|
},
|
|
92
92
|
"aria-describedby": {
|
|
93
|
-
description: "Identifies the element (or elements) that describes the object
|
|
93
|
+
description: "Identifies the element (or elements) that describes the object.",
|
|
94
94
|
required: false,
|
|
95
95
|
control: "text",
|
|
96
96
|
type: "string"
|
|
97
97
|
},
|
|
98
98
|
"aria-description": {
|
|
99
|
-
description: "Defines a string value that describes or annotates the current element
|
|
99
|
+
description: "Defines a string value that describes or annotates the current element.",
|
|
100
100
|
required: false,
|
|
101
101
|
control: "text",
|
|
102
102
|
type: "string"
|
|
103
103
|
},
|
|
104
104
|
"aria-details": {
|
|
105
|
-
description: "Identifies the element that provides a detailed, extended description for the object
|
|
105
|
+
description: "Identifies the element that provides a detailed, extended description for the object.",
|
|
106
106
|
required: false,
|
|
107
107
|
control: "text",
|
|
108
108
|
type: "string"
|
|
109
109
|
},
|
|
110
110
|
"aria-disabled": {
|
|
111
|
-
description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable
|
|
111
|
+
description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
|
|
112
112
|
required: false,
|
|
113
113
|
control: "boolean",
|
|
114
114
|
type: "boolean"
|
|
115
115
|
},
|
|
116
116
|
"aria-dropeffect": {
|
|
117
|
-
description: "Indicates what functions can be performed when a dragged object is released on the drop target
|
|
117
|
+
description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
|
|
118
118
|
required: false,
|
|
119
119
|
control: "select",
|
|
120
120
|
type: "string",
|
|
121
121
|
options: ["link", "none", "copy", "execute", "move", "popup"]
|
|
122
122
|
},
|
|
123
123
|
"aria-errormessage": {
|
|
124
|
-
description: "Identifies the element that provides an error message for the object
|
|
124
|
+
description: "Identifies the element that provides an error message for the object.",
|
|
125
125
|
required: false,
|
|
126
126
|
control: "text",
|
|
127
127
|
type: "string"
|
|
@@ -139,8 +139,7 @@ var propsCollapsible = {
|
|
|
139
139
|
type: "string"
|
|
140
140
|
},
|
|
141
141
|
"aria-grabbed": {
|
|
142
|
-
description: `Indicates an element's "grabbed" state in a drag-and-drop operation
|
|
143
|
-
@deprecated in ARIA 1.1`,
|
|
142
|
+
description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
|
|
144
143
|
required: false,
|
|
145
144
|
control: "boolean",
|
|
146
145
|
type: "boolean"
|
|
@@ -152,13 +151,13 @@ var propsCollapsible = {
|
|
|
152
151
|
type: "string"
|
|
153
152
|
},
|
|
154
153
|
"aria-hidden": {
|
|
155
|
-
description: "Indicates whether the element is exposed to an accessibility API
|
|
154
|
+
description: "Indicates whether the element is exposed to an accessibility API.",
|
|
156
155
|
required: false,
|
|
157
156
|
control: "boolean",
|
|
158
157
|
type: "boolean"
|
|
159
158
|
},
|
|
160
159
|
"aria-invalid": {
|
|
161
|
-
description: "Indicates the entered value does not conform to the format expected by the application
|
|
160
|
+
description: "Indicates the entered value does not conform to the format expected by the application.",
|
|
162
161
|
required: false,
|
|
163
162
|
control: "text",
|
|
164
163
|
type: "string"
|
|
@@ -176,7 +175,7 @@ var propsCollapsible = {
|
|
|
176
175
|
type: "string"
|
|
177
176
|
},
|
|
178
177
|
"aria-labelledby": {
|
|
179
|
-
description: "Identifies the element (or elements) that labels the current element
|
|
178
|
+
description: "Identifies the element (or elements) that labels the current element.",
|
|
180
179
|
required: false,
|
|
181
180
|
control: "text",
|
|
182
181
|
type: "string"
|
|
@@ -220,7 +219,7 @@ var propsCollapsible = {
|
|
|
220
219
|
options: ["horizontal", "vertical"]
|
|
221
220
|
},
|
|
222
221
|
"aria-owns": {
|
|
223
|
-
description: "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship
|
|
222
|
+
description: "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.",
|
|
224
223
|
required: false,
|
|
225
224
|
control: "text",
|
|
226
225
|
type: "string"
|
|
@@ -232,25 +231,25 @@ var propsCollapsible = {
|
|
|
232
231
|
type: "string"
|
|
233
232
|
},
|
|
234
233
|
"aria-posinset": {
|
|
235
|
-
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
|
|
234
|
+
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.",
|
|
236
235
|
required: false,
|
|
237
236
|
control: "number",
|
|
238
237
|
type: "number"
|
|
239
238
|
},
|
|
240
239
|
"aria-pressed": {
|
|
241
|
-
description: 'Indicates the current "pressed" state of toggle buttons
|
|
240
|
+
description: 'Indicates the current "pressed" state of toggle buttons.',
|
|
242
241
|
required: false,
|
|
243
242
|
control: "text",
|
|
244
243
|
type: "string"
|
|
245
244
|
},
|
|
246
245
|
"aria-readonly": {
|
|
247
|
-
description: "Indicates that the element is not editable, but is otherwise operable
|
|
246
|
+
description: "Indicates that the element is not editable, but is otherwise operable.",
|
|
248
247
|
required: false,
|
|
249
248
|
control: "boolean",
|
|
250
249
|
type: "boolean"
|
|
251
250
|
},
|
|
252
251
|
"aria-relevant": {
|
|
253
|
-
description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified
|
|
252
|
+
description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
|
|
254
253
|
required: false,
|
|
255
254
|
control: "select",
|
|
256
255
|
type: "string",
|
|
@@ -280,37 +279,37 @@ var propsCollapsible = {
|
|
|
280
279
|
type: "string"
|
|
281
280
|
},
|
|
282
281
|
"aria-rowcount": {
|
|
283
|
-
description: "Defines the total number of rows in a table, grid, or treegrid
|
|
282
|
+
description: "Defines the total number of rows in a table, grid, or treegrid.",
|
|
284
283
|
required: false,
|
|
285
284
|
control: "number",
|
|
286
285
|
type: "number"
|
|
287
286
|
},
|
|
288
287
|
"aria-rowindex": {
|
|
289
|
-
description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid
|
|
288
|
+
description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
|
|
290
289
|
required: false,
|
|
291
290
|
control: "number",
|
|
292
291
|
type: "number"
|
|
293
292
|
},
|
|
294
293
|
"aria-rowindextext": {
|
|
295
|
-
description: "Defines a human readable text alternative of aria-rowindex
|
|
294
|
+
description: "Defines a human readable text alternative of aria-rowindex.",
|
|
296
295
|
required: false,
|
|
297
296
|
control: "text",
|
|
298
297
|
type: "string"
|
|
299
298
|
},
|
|
300
299
|
"aria-rowspan": {
|
|
301
|
-
description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid
|
|
300
|
+
description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
|
|
302
301
|
required: false,
|
|
303
302
|
control: "number",
|
|
304
303
|
type: "number"
|
|
305
304
|
},
|
|
306
305
|
"aria-selected": {
|
|
307
|
-
description: 'Indicates the current "selected" state of various widgets
|
|
306
|
+
description: 'Indicates the current "selected" state of various widgets.',
|
|
308
307
|
required: false,
|
|
309
308
|
control: "boolean",
|
|
310
309
|
type: "boolean"
|
|
311
310
|
},
|
|
312
311
|
"aria-setsize": {
|
|
313
|
-
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
|
|
312
|
+
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.",
|
|
314
313
|
required: false,
|
|
315
314
|
control: "number",
|
|
316
315
|
type: "number"
|
|
@@ -335,7 +334,7 @@ var propsCollapsible = {
|
|
|
335
334
|
type: "number"
|
|
336
335
|
},
|
|
337
336
|
"aria-valuenow": {
|
|
338
|
-
description: "Defines the current value for a range widget
|
|
337
|
+
description: "Defines the current value for a range widget.",
|
|
339
338
|
required: false,
|
|
340
339
|
control: "number",
|
|
341
340
|
type: "number"
|
|
@@ -411,7 +410,7 @@ var propsCollapsible = {
|
|
|
411
410
|
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
412
411
|
},
|
|
413
412
|
inputMode: {
|
|
414
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents
|
|
413
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
415
414
|
required: false,
|
|
416
415
|
control: "select",
|
|
417
416
|
type: "string",
|
|
@@ -427,7 +426,7 @@ var propsCollapsible = {
|
|
|
427
426
|
]
|
|
428
427
|
},
|
|
429
428
|
is: {
|
|
430
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element
|
|
429
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
431
430
|
required: false,
|
|
432
431
|
control: "text",
|
|
433
432
|
type: "string"
|
|
@@ -450,12 +449,6 @@ var propsCollapsible = {
|
|
|
450
449
|
type: "boolean",
|
|
451
450
|
description: "Show or hide the content of this component on the canvas. This will not affect the initial state of the component."
|
|
452
451
|
},
|
|
453
|
-
placeholder: {
|
|
454
|
-
required: false,
|
|
455
|
-
control: "text",
|
|
456
|
-
type: "string",
|
|
457
|
-
description: "Provides a hint to the user of what can be entered in the field."
|
|
458
|
-
},
|
|
459
452
|
prefix: { required: false, control: "text", type: "string" },
|
|
460
453
|
property: { required: false, control: "text", type: "string" },
|
|
461
454
|
radioGroup: { required: false, control: "text", type: "string" },
|
|
@@ -2660,50 +2653,50 @@ var props = {
|
|
|
2660
2653
|
options: ["list", "none", "inline", "both"]
|
|
2661
2654
|
},
|
|
2662
2655
|
"aria-braillelabel": {
|
|
2663
|
-
description: "Defines a string value that labels the current element, which is intended to be converted into Braille
|
|
2656
|
+
description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
|
|
2664
2657
|
required: false,
|
|
2665
2658
|
control: "text",
|
|
2666
2659
|
type: "string"
|
|
2667
2660
|
},
|
|
2668
2661
|
"aria-brailleroledescription": {
|
|
2669
|
-
description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille
|
|
2662
|
+
description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
|
|
2670
2663
|
required: false,
|
|
2671
2664
|
control: "text",
|
|
2672
2665
|
type: "string"
|
|
2673
2666
|
},
|
|
2674
2667
|
"aria-busy": { required: false, control: "boolean", type: "boolean" },
|
|
2675
2668
|
"aria-checked": {
|
|
2676
|
-
description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets
|
|
2669
|
+
description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
|
|
2677
2670
|
required: false,
|
|
2678
2671
|
control: "text",
|
|
2679
2672
|
type: "string"
|
|
2680
2673
|
},
|
|
2681
2674
|
"aria-colcount": {
|
|
2682
|
-
description: "Defines the total number of columns in a table, grid, or treegrid
|
|
2675
|
+
description: "Defines the total number of columns in a table, grid, or treegrid.",
|
|
2683
2676
|
required: false,
|
|
2684
2677
|
control: "number",
|
|
2685
2678
|
type: "number"
|
|
2686
2679
|
},
|
|
2687
2680
|
"aria-colindex": {
|
|
2688
|
-
description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid
|
|
2681
|
+
description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
|
|
2689
2682
|
required: false,
|
|
2690
2683
|
control: "number",
|
|
2691
2684
|
type: "number"
|
|
2692
2685
|
},
|
|
2693
2686
|
"aria-colindextext": {
|
|
2694
|
-
description: "Defines a human readable text alternative of aria-colindex
|
|
2687
|
+
description: "Defines a human readable text alternative of aria-colindex.",
|
|
2695
2688
|
required: false,
|
|
2696
2689
|
control: "text",
|
|
2697
2690
|
type: "string"
|
|
2698
2691
|
},
|
|
2699
2692
|
"aria-colspan": {
|
|
2700
|
-
description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid
|
|
2693
|
+
description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
|
|
2701
2694
|
required: false,
|
|
2702
2695
|
control: "number",
|
|
2703
2696
|
type: "number"
|
|
2704
2697
|
},
|
|
2705
2698
|
"aria-controls": {
|
|
2706
|
-
description: "Identifies the element (or elements) whose contents or presence are controlled by the current element
|
|
2699
|
+
description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
|
|
2707
2700
|
required: false,
|
|
2708
2701
|
control: "text",
|
|
2709
2702
|
type: "string"
|
|
@@ -2715,38 +2708,38 @@ var props = {
|
|
|
2715
2708
|
type: "string"
|
|
2716
2709
|
},
|
|
2717
2710
|
"aria-describedby": {
|
|
2718
|
-
description: "Identifies the element (or elements) that describes the object
|
|
2711
|
+
description: "Identifies the element (or elements) that describes the object.",
|
|
2719
2712
|
required: false,
|
|
2720
2713
|
control: "text",
|
|
2721
2714
|
type: "string"
|
|
2722
2715
|
},
|
|
2723
2716
|
"aria-description": {
|
|
2724
|
-
description: "Defines a string value that describes or annotates the current element
|
|
2717
|
+
description: "Defines a string value that describes or annotates the current element.",
|
|
2725
2718
|
required: false,
|
|
2726
2719
|
control: "text",
|
|
2727
2720
|
type: "string"
|
|
2728
2721
|
},
|
|
2729
2722
|
"aria-details": {
|
|
2730
|
-
description: "Identifies the element that provides a detailed, extended description for the object
|
|
2723
|
+
description: "Identifies the element that provides a detailed, extended description for the object.",
|
|
2731
2724
|
required: false,
|
|
2732
2725
|
control: "text",
|
|
2733
2726
|
type: "string"
|
|
2734
2727
|
},
|
|
2735
2728
|
"aria-disabled": {
|
|
2736
|
-
description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable
|
|
2729
|
+
description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
|
|
2737
2730
|
required: false,
|
|
2738
2731
|
control: "boolean",
|
|
2739
2732
|
type: "boolean"
|
|
2740
2733
|
},
|
|
2741
2734
|
"aria-dropeffect": {
|
|
2742
|
-
description: "Indicates what functions can be performed when a dragged object is released on the drop target
|
|
2735
|
+
description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
|
|
2743
2736
|
required: false,
|
|
2744
2737
|
control: "select",
|
|
2745
2738
|
type: "string",
|
|
2746
2739
|
options: ["link", "none", "copy", "execute", "move", "popup"]
|
|
2747
2740
|
},
|
|
2748
2741
|
"aria-errormessage": {
|
|
2749
|
-
description: "Identifies the element that provides an error message for the object
|
|
2742
|
+
description: "Identifies the element that provides an error message for the object.",
|
|
2750
2743
|
required: false,
|
|
2751
2744
|
control: "text",
|
|
2752
2745
|
type: "string"
|
|
@@ -2764,8 +2757,7 @@ var props = {
|
|
|
2764
2757
|
type: "string"
|
|
2765
2758
|
},
|
|
2766
2759
|
"aria-grabbed": {
|
|
2767
|
-
description: `Indicates an element's "grabbed" state in a drag-and-drop operation
|
|
2768
|
-
@deprecated in ARIA 1.1`,
|
|
2760
|
+
description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
|
|
2769
2761
|
required: false,
|
|
2770
2762
|
control: "boolean",
|
|
2771
2763
|
type: "boolean"
|
|
@@ -2777,13 +2769,13 @@ var props = {
|
|
|
2777
2769
|
type: "string"
|
|
2778
2770
|
},
|
|
2779
2771
|
"aria-hidden": {
|
|
2780
|
-
description: "Indicates whether the element is exposed to an accessibility API
|
|
2772
|
+
description: "Indicates whether the element is exposed to an accessibility API.",
|
|
2781
2773
|
required: false,
|
|
2782
2774
|
control: "boolean",
|
|
2783
2775
|
type: "boolean"
|
|
2784
2776
|
},
|
|
2785
2777
|
"aria-invalid": {
|
|
2786
|
-
description: "Indicates the entered value does not conform to the format expected by the application
|
|
2778
|
+
description: "Indicates the entered value does not conform to the format expected by the application.",
|
|
2787
2779
|
required: false,
|
|
2788
2780
|
control: "text",
|
|
2789
2781
|
type: "string"
|
|
@@ -2801,7 +2793,7 @@ var props = {
|
|
|
2801
2793
|
type: "string"
|
|
2802
2794
|
},
|
|
2803
2795
|
"aria-labelledby": {
|
|
2804
|
-
description: "Identifies the element (or elements) that labels the current element
|
|
2796
|
+
description: "Identifies the element (or elements) that labels the current element.",
|
|
2805
2797
|
required: false,
|
|
2806
2798
|
control: "text",
|
|
2807
2799
|
type: "string"
|
|
@@ -2845,7 +2837,7 @@ var props = {
|
|
|
2845
2837
|
options: ["horizontal", "vertical"]
|
|
2846
2838
|
},
|
|
2847
2839
|
"aria-owns": {
|
|
2848
|
-
description: "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship
|
|
2840
|
+
description: "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.",
|
|
2849
2841
|
required: false,
|
|
2850
2842
|
control: "text",
|
|
2851
2843
|
type: "string"
|
|
@@ -2857,25 +2849,25 @@ var props = {
|
|
|
2857
2849
|
type: "string"
|
|
2858
2850
|
},
|
|
2859
2851
|
"aria-posinset": {
|
|
2860
|
-
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
|
|
2852
|
+
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.",
|
|
2861
2853
|
required: false,
|
|
2862
2854
|
control: "number",
|
|
2863
2855
|
type: "number"
|
|
2864
2856
|
},
|
|
2865
2857
|
"aria-pressed": {
|
|
2866
|
-
description: 'Indicates the current "pressed" state of toggle buttons
|
|
2858
|
+
description: 'Indicates the current "pressed" state of toggle buttons.',
|
|
2867
2859
|
required: false,
|
|
2868
2860
|
control: "text",
|
|
2869
2861
|
type: "string"
|
|
2870
2862
|
},
|
|
2871
2863
|
"aria-readonly": {
|
|
2872
|
-
description: "Indicates that the element is not editable, but is otherwise operable
|
|
2864
|
+
description: "Indicates that the element is not editable, but is otherwise operable.",
|
|
2873
2865
|
required: false,
|
|
2874
2866
|
control: "boolean",
|
|
2875
2867
|
type: "boolean"
|
|
2876
2868
|
},
|
|
2877
2869
|
"aria-relevant": {
|
|
2878
|
-
description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified
|
|
2870
|
+
description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
|
|
2879
2871
|
required: false,
|
|
2880
2872
|
control: "select",
|
|
2881
2873
|
type: "string",
|
|
@@ -2905,37 +2897,37 @@ var props = {
|
|
|
2905
2897
|
type: "string"
|
|
2906
2898
|
},
|
|
2907
2899
|
"aria-rowcount": {
|
|
2908
|
-
description: "Defines the total number of rows in a table, grid, or treegrid
|
|
2900
|
+
description: "Defines the total number of rows in a table, grid, or treegrid.",
|
|
2909
2901
|
required: false,
|
|
2910
2902
|
control: "number",
|
|
2911
2903
|
type: "number"
|
|
2912
2904
|
},
|
|
2913
2905
|
"aria-rowindex": {
|
|
2914
|
-
description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid
|
|
2906
|
+
description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
|
|
2915
2907
|
required: false,
|
|
2916
2908
|
control: "number",
|
|
2917
2909
|
type: "number"
|
|
2918
2910
|
},
|
|
2919
2911
|
"aria-rowindextext": {
|
|
2920
|
-
description: "Defines a human readable text alternative of aria-rowindex
|
|
2912
|
+
description: "Defines a human readable text alternative of aria-rowindex.",
|
|
2921
2913
|
required: false,
|
|
2922
2914
|
control: "text",
|
|
2923
2915
|
type: "string"
|
|
2924
2916
|
},
|
|
2925
2917
|
"aria-rowspan": {
|
|
2926
|
-
description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid
|
|
2918
|
+
description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
|
|
2927
2919
|
required: false,
|
|
2928
2920
|
control: "number",
|
|
2929
2921
|
type: "number"
|
|
2930
2922
|
},
|
|
2931
2923
|
"aria-selected": {
|
|
2932
|
-
description: 'Indicates the current "selected" state of various widgets
|
|
2924
|
+
description: 'Indicates the current "selected" state of various widgets.',
|
|
2933
2925
|
required: false,
|
|
2934
2926
|
control: "boolean",
|
|
2935
2927
|
type: "boolean"
|
|
2936
2928
|
},
|
|
2937
2929
|
"aria-setsize": {
|
|
2938
|
-
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
|
|
2930
|
+
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.",
|
|
2939
2931
|
required: false,
|
|
2940
2932
|
control: "number",
|
|
2941
2933
|
type: "number"
|
|
@@ -2960,7 +2952,7 @@ var props = {
|
|
|
2960
2952
|
type: "number"
|
|
2961
2953
|
},
|
|
2962
2954
|
"aria-valuenow": {
|
|
2963
|
-
description: "Defines the current value for a range widget
|
|
2955
|
+
description: "Defines the current value for a range widget.",
|
|
2964
2956
|
required: false,
|
|
2965
2957
|
control: "number",
|
|
2966
2958
|
type: "number"
|
|
@@ -3042,7 +3034,7 @@ var props = {
|
|
|
3042
3034
|
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
3043
3035
|
},
|
|
3044
3036
|
inputMode: {
|
|
3045
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents
|
|
3037
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
3046
3038
|
required: false,
|
|
3047
3039
|
control: "select",
|
|
3048
3040
|
type: "string",
|
|
@@ -3058,7 +3050,7 @@ var props = {
|
|
|
3058
3050
|
]
|
|
3059
3051
|
},
|
|
3060
3052
|
is: {
|
|
3061
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element
|
|
3053
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
3062
3054
|
required: false,
|
|
3063
3055
|
control: "text",
|
|
3064
3056
|
type: "string"
|
|
@@ -3075,12 +3067,6 @@ var props = {
|
|
|
3075
3067
|
description: "Defines the language used in the element."
|
|
3076
3068
|
},
|
|
3077
3069
|
nonce: { required: false, control: "text", type: "string" },
|
|
3078
|
-
placeholder: {
|
|
3079
|
-
required: false,
|
|
3080
|
-
control: "text",
|
|
3081
|
-
type: "string",
|
|
3082
|
-
description: "Provides a hint to the user of what can be entered in the field."
|
|
3083
|
-
},
|
|
3084
3070
|
prefix: { required: false, control: "text", type: "string" },
|
|
3085
3071
|
property: { required: false, control: "text", type: "string" },
|
|
3086
3072
|
radioGroup: { required: false, control: "text", type: "string" },
|