@webstudio-is/sdk-components-react-radix 0.218.0 → 0.220.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__generated__/accordion.props.js +9 -906
- package/lib/__generated__/checkbox.props.js +5 -403
- package/lib/__generated__/collapsible.props.js +7 -344
- package/lib/__generated__/dialog.props.js +10 -915
- package/lib/__generated__/label.props.js +2 -183
- package/lib/__generated__/navigation-menu.props.js +13 -1294
- package/lib/__generated__/popover.props.js +7 -175
- package/lib/__generated__/radio-group.props.js +14 -561
- package/lib/__generated__/select.props.js +38 -1273
- package/lib/__generated__/switch.props.js +5 -403
- package/lib/__generated__/tabs.props.js +12 -732
- package/lib/__generated__/tooltip.props.js +6 -175
- package/lib/accordion.js +4 -4
- package/lib/accordion.template.js +12 -12
- package/lib/accordion.ws.js +29 -43
- package/lib/checkbox.js +19 -4
- package/lib/checkbox.template.js +9 -9
- package/lib/checkbox.ws.js +5 -9
- package/lib/collapsible.js +3 -3
- package/lib/collapsible.ws.js +8 -21
- package/lib/components.js +46 -45
- package/lib/dialog.template.js +19 -19
- package/lib/dialog.ws.js +41 -69
- package/lib/label.template.js +3 -3
- package/lib/label.ws.js +9 -11
- package/lib/metas.js +45 -44
- package/lib/navigation-menu.template.js +8 -8
- package/lib/navigation-menu.ws.js +21 -35
- package/lib/popover.js +17 -16
- package/lib/popover.template.js +50 -20
- package/lib/popover.ws.js +37 -27
- package/lib/radio-group.js +14 -7
- package/lib/radio-group.ws.js +25 -31
- package/lib/select.js +4 -6
- package/lib/select.ws.js +34 -64
- package/lib/shared/theme.js +25 -68
- package/lib/sheet.template.js +20 -20
- package/lib/switch.js +19 -4
- package/lib/switch.template.js +9 -9
- package/lib/switch.ws.js +15 -19
- package/lib/tabs.js +4 -4
- package/lib/tabs.template.js +15 -15
- package/lib/tabs.ws.js +16 -30
- package/lib/tooltip.ws.js +16 -24
- package/lib/types/__generated__/popover.props.d.ts +1 -0
- package/lib/types/accordion.ws.d.ts +1 -6
- package/lib/types/checkbox.ws.d.ts +1 -3
- package/lib/types/collapsible.ws.d.ts +1 -4
- package/lib/types/components.d.ts +1 -1
- package/lib/types/dialog.ws.d.ts +1 -8
- package/lib/types/label.ws.d.ts +1 -2
- package/lib/types/metas.d.ts +1 -1
- package/lib/types/navigation-menu.ws.d.ts +1 -8
- package/lib/types/popover.d.ts +1 -0
- package/lib/types/popover.ws.d.ts +2 -4
- package/lib/types/radio-group.ws.d.ts +1 -4
- package/lib/types/select.d.ts +3 -3
- package/lib/types/select.ws.d.ts +1 -9
- package/lib/types/switch.ws.d.ts +1 -3
- package/lib/types/tabs.ws.d.ts +1 -5
- package/lib/types/tooltip.ws.d.ts +1 -4
- package/package.json +21 -26
- package/lib/props.js +0 -62
- package/lib/types/props.d.ts +0 -12
|
@@ -1,45 +1,4 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
|
-
accessKey: {
|
|
4
|
-
required: !1,
|
|
5
|
-
control: "text",
|
|
6
|
-
type: "string",
|
|
7
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
8
|
-
},
|
|
9
|
-
autoCapitalize: {
|
|
10
|
-
required: !1,
|
|
11
|
-
control: "text",
|
|
12
|
-
type: "string",
|
|
13
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
14
|
-
},
|
|
15
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
16
|
-
autoFocus: {
|
|
17
|
-
required: !1,
|
|
18
|
-
control: "boolean",
|
|
19
|
-
type: "boolean",
|
|
20
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
21
|
-
},
|
|
22
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
23
|
-
className: { required: !1, control: "text", type: "string" },
|
|
24
|
-
color: {
|
|
25
|
-
required: !1,
|
|
26
|
-
control: "color",
|
|
27
|
-
type: "string",
|
|
28
|
-
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."
|
|
29
|
-
},
|
|
30
|
-
content: {
|
|
31
|
-
required: !1,
|
|
32
|
-
control: "text",
|
|
33
|
-
type: "string",
|
|
34
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
35
|
-
},
|
|
36
|
-
contextMenu: {
|
|
37
|
-
required: !1,
|
|
38
|
-
control: "text",
|
|
39
|
-
type: "string",
|
|
40
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
41
|
-
},
|
|
42
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
43
2
|
defaultValue: { required: !1, control: "text", type: "string" },
|
|
44
3
|
delayDuration: {
|
|
45
4
|
description: `The duration from when the pointer enters the trigger until the tooltip gets opened.
|
|
@@ -53,79 +12,8 @@ const e = {
|
|
|
53
12
|
control: "radio",
|
|
54
13
|
type: "string",
|
|
55
14
|
options: ["ltr", "rtl"],
|
|
56
|
-
description: "
|
|
57
|
-
},
|
|
58
|
-
draggable: {
|
|
59
|
-
required: !1,
|
|
60
|
-
control: "boolean",
|
|
61
|
-
type: "boolean",
|
|
62
|
-
description: "Defines whether the element can be dragged."
|
|
63
|
-
},
|
|
64
|
-
hidden: {
|
|
65
|
-
required: !1,
|
|
66
|
-
control: "boolean",
|
|
67
|
-
type: "boolean",
|
|
68
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
69
|
-
},
|
|
70
|
-
id: {
|
|
71
|
-
required: !1,
|
|
72
|
-
control: "text",
|
|
73
|
-
type: "string",
|
|
74
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
75
|
-
},
|
|
76
|
-
inputMode: {
|
|
77
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
78
|
-
required: !1,
|
|
79
|
-
control: "select",
|
|
80
|
-
type: "string",
|
|
81
|
-
options: [
|
|
82
|
-
"search",
|
|
83
|
-
"text",
|
|
84
|
-
"none",
|
|
85
|
-
"tel",
|
|
86
|
-
"url",
|
|
87
|
-
"email",
|
|
88
|
-
"numeric",
|
|
89
|
-
"decimal"
|
|
90
|
-
]
|
|
15
|
+
description: "The text directionality of the element"
|
|
91
16
|
},
|
|
92
|
-
is: {
|
|
93
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
94
|
-
required: !1,
|
|
95
|
-
control: "text",
|
|
96
|
-
type: "string"
|
|
97
|
-
},
|
|
98
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
99
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
100
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
101
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
102
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
103
|
-
lang: {
|
|
104
|
-
required: !1,
|
|
105
|
-
control: "text",
|
|
106
|
-
type: "string",
|
|
107
|
-
description: "Defines the language used in the element."
|
|
108
|
-
},
|
|
109
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
110
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
111
|
-
property: { required: !1, control: "text", type: "string" },
|
|
112
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
113
|
-
rel: {
|
|
114
|
-
required: !1,
|
|
115
|
-
control: "text",
|
|
116
|
-
type: "string",
|
|
117
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
118
|
-
},
|
|
119
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
120
|
-
results: { required: !1, control: "number", type: "number" },
|
|
121
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
122
|
-
role: {
|
|
123
|
-
required: !1,
|
|
124
|
-
control: "text",
|
|
125
|
-
type: "string",
|
|
126
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
127
|
-
},
|
|
128
|
-
security: { required: !1, control: "text", type: "string" },
|
|
129
17
|
skipDelayDuration: {
|
|
130
18
|
description: `How much time a user has to enter another trigger without incurring a delay again.
|
|
131
19
|
@defaultValue 300`,
|
|
@@ -133,1197 +21,28 @@ const e = {
|
|
|
133
21
|
control: "number",
|
|
134
22
|
type: "number"
|
|
135
23
|
},
|
|
136
|
-
slot: {
|
|
137
|
-
required: !1,
|
|
138
|
-
control: "text",
|
|
139
|
-
type: "string",
|
|
140
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
141
|
-
},
|
|
142
|
-
spellCheck: {
|
|
143
|
-
required: !1,
|
|
144
|
-
control: "boolean",
|
|
145
|
-
type: "boolean",
|
|
146
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
147
|
-
},
|
|
148
|
-
suppressContentEditableWarning: {
|
|
149
|
-
required: !1,
|
|
150
|
-
control: "boolean",
|
|
151
|
-
type: "boolean"
|
|
152
|
-
},
|
|
153
|
-
suppressHydrationWarning: {
|
|
154
|
-
required: !1,
|
|
155
|
-
control: "boolean",
|
|
156
|
-
type: "boolean"
|
|
157
|
-
},
|
|
158
|
-
tabIndex: {
|
|
159
|
-
required: !1,
|
|
160
|
-
control: "number",
|
|
161
|
-
type: "number",
|
|
162
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
163
|
-
},
|
|
164
|
-
title: {
|
|
165
|
-
required: !1,
|
|
166
|
-
control: "text",
|
|
167
|
-
type: "string",
|
|
168
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
169
|
-
},
|
|
170
|
-
translate: {
|
|
171
|
-
required: !1,
|
|
172
|
-
control: "radio",
|
|
173
|
-
type: "string",
|
|
174
|
-
options: ["yes", "no"],
|
|
175
|
-
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."
|
|
176
|
-
},
|
|
177
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
178
|
-
unselectable: {
|
|
179
|
-
required: !1,
|
|
180
|
-
control: "radio",
|
|
181
|
-
type: "string",
|
|
182
|
-
options: ["on", "off"]
|
|
183
|
-
},
|
|
184
24
|
value: {
|
|
185
25
|
required: !1,
|
|
186
26
|
control: "text",
|
|
187
27
|
type: "string",
|
|
188
|
-
description: "
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
about: { required: !1, control: "text", type: "string" },
|
|
193
|
-
accessKey: {
|
|
194
|
-
required: !1,
|
|
195
|
-
control: "text",
|
|
196
|
-
type: "string",
|
|
197
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
198
|
-
},
|
|
199
|
-
autoCapitalize: {
|
|
200
|
-
required: !1,
|
|
201
|
-
control: "text",
|
|
202
|
-
type: "string",
|
|
203
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
204
|
-
},
|
|
205
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
206
|
-
autoFocus: {
|
|
207
|
-
required: !1,
|
|
208
|
-
control: "boolean",
|
|
209
|
-
type: "boolean",
|
|
210
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
211
|
-
},
|
|
212
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
213
|
-
className: { required: !1, control: "text", type: "string" },
|
|
214
|
-
color: {
|
|
215
|
-
required: !1,
|
|
216
|
-
control: "color",
|
|
217
|
-
type: "string",
|
|
218
|
-
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."
|
|
219
|
-
},
|
|
220
|
-
content: {
|
|
221
|
-
required: !1,
|
|
222
|
-
control: "text",
|
|
223
|
-
type: "string",
|
|
224
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
225
|
-
},
|
|
226
|
-
contextMenu: {
|
|
227
|
-
required: !1,
|
|
228
|
-
control: "text",
|
|
229
|
-
type: "string",
|
|
230
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
231
|
-
},
|
|
232
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
233
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
234
|
-
dir: {
|
|
235
|
-
required: !1,
|
|
236
|
-
control: "text",
|
|
237
|
-
type: "string",
|
|
238
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
239
|
-
},
|
|
240
|
-
draggable: {
|
|
241
|
-
required: !1,
|
|
242
|
-
control: "boolean",
|
|
243
|
-
type: "boolean",
|
|
244
|
-
description: "Defines whether the element can be dragged."
|
|
245
|
-
},
|
|
246
|
-
hidden: {
|
|
247
|
-
required: !1,
|
|
248
|
-
control: "boolean",
|
|
249
|
-
type: "boolean",
|
|
250
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
251
|
-
},
|
|
252
|
-
id: {
|
|
253
|
-
required: !1,
|
|
254
|
-
control: "text",
|
|
255
|
-
type: "string",
|
|
256
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
257
|
-
},
|
|
258
|
-
inputMode: {
|
|
259
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
260
|
-
required: !1,
|
|
261
|
-
control: "select",
|
|
262
|
-
type: "string",
|
|
263
|
-
options: [
|
|
264
|
-
"search",
|
|
265
|
-
"text",
|
|
266
|
-
"none",
|
|
267
|
-
"tel",
|
|
268
|
-
"url",
|
|
269
|
-
"email",
|
|
270
|
-
"numeric",
|
|
271
|
-
"decimal"
|
|
272
|
-
]
|
|
273
|
-
},
|
|
274
|
-
is: {
|
|
275
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
276
|
-
required: !1,
|
|
277
|
-
control: "text",
|
|
278
|
-
type: "string"
|
|
279
|
-
},
|
|
280
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
281
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
282
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
283
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
284
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
285
|
-
lang: {
|
|
286
|
-
required: !1,
|
|
287
|
-
control: "text",
|
|
288
|
-
type: "string",
|
|
289
|
-
description: "Defines the language used in the element."
|
|
290
|
-
},
|
|
291
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
292
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
293
|
-
property: { required: !1, control: "text", type: "string" },
|
|
294
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
295
|
-
rel: {
|
|
296
|
-
required: !1,
|
|
297
|
-
control: "text",
|
|
298
|
-
type: "string",
|
|
299
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
300
|
-
},
|
|
301
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
302
|
-
results: { required: !1, control: "number", type: "number" },
|
|
303
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
304
|
-
role: {
|
|
305
|
-
required: !1,
|
|
306
|
-
control: "text",
|
|
307
|
-
type: "string",
|
|
308
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
309
|
-
},
|
|
310
|
-
security: { required: !1, control: "text", type: "string" },
|
|
311
|
-
slot: {
|
|
312
|
-
required: !1,
|
|
313
|
-
control: "text",
|
|
314
|
-
type: "string",
|
|
315
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
316
|
-
},
|
|
317
|
-
spellCheck: {
|
|
318
|
-
required: !1,
|
|
319
|
-
control: "boolean",
|
|
320
|
-
type: "boolean",
|
|
321
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
322
|
-
},
|
|
323
|
-
suppressContentEditableWarning: {
|
|
324
|
-
required: !1,
|
|
325
|
-
control: "boolean",
|
|
326
|
-
type: "boolean"
|
|
327
|
-
},
|
|
328
|
-
suppressHydrationWarning: {
|
|
329
|
-
required: !1,
|
|
330
|
-
control: "boolean",
|
|
331
|
-
type: "boolean"
|
|
332
|
-
},
|
|
333
|
-
tabIndex: {
|
|
334
|
-
required: !1,
|
|
335
|
-
control: "number",
|
|
336
|
-
type: "number",
|
|
337
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
338
|
-
},
|
|
339
|
-
title: {
|
|
340
|
-
required: !1,
|
|
341
|
-
control: "text",
|
|
342
|
-
type: "string",
|
|
343
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
344
|
-
},
|
|
345
|
-
translate: {
|
|
346
|
-
required: !1,
|
|
347
|
-
control: "radio",
|
|
348
|
-
type: "string",
|
|
349
|
-
options: ["yes", "no"],
|
|
350
|
-
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."
|
|
351
|
-
},
|
|
352
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
353
|
-
unselectable: {
|
|
354
|
-
required: !1,
|
|
355
|
-
control: "radio",
|
|
356
|
-
type: "string",
|
|
357
|
-
options: ["on", "off"]
|
|
358
|
-
},
|
|
359
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
360
|
-
}, r = {
|
|
361
|
-
about: { required: !1, control: "text", type: "string" },
|
|
362
|
-
accessKey: {
|
|
363
|
-
required: !1,
|
|
364
|
-
control: "text",
|
|
365
|
-
type: "string",
|
|
366
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
367
|
-
},
|
|
368
|
-
autoCapitalize: {
|
|
369
|
-
required: !1,
|
|
370
|
-
control: "text",
|
|
371
|
-
type: "string",
|
|
372
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
373
|
-
},
|
|
374
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
375
|
-
autoFocus: {
|
|
376
|
-
required: !1,
|
|
377
|
-
control: "boolean",
|
|
378
|
-
type: "boolean",
|
|
379
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
380
|
-
},
|
|
381
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
382
|
-
className: { required: !1, control: "text", type: "string" },
|
|
383
|
-
color: {
|
|
384
|
-
required: !1,
|
|
385
|
-
control: "color",
|
|
386
|
-
type: "string",
|
|
387
|
-
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."
|
|
388
|
-
},
|
|
389
|
-
content: {
|
|
390
|
-
required: !1,
|
|
391
|
-
control: "text",
|
|
392
|
-
type: "string",
|
|
393
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
394
|
-
},
|
|
395
|
-
contextMenu: {
|
|
396
|
-
required: !1,
|
|
397
|
-
control: "text",
|
|
398
|
-
type: "string",
|
|
399
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
400
|
-
},
|
|
401
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
402
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
403
|
-
dir: {
|
|
404
|
-
required: !1,
|
|
405
|
-
control: "text",
|
|
406
|
-
type: "string",
|
|
407
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
408
|
-
},
|
|
409
|
-
draggable: {
|
|
410
|
-
required: !1,
|
|
411
|
-
control: "boolean",
|
|
412
|
-
type: "boolean",
|
|
413
|
-
description: "Defines whether the element can be dragged."
|
|
414
|
-
},
|
|
415
|
-
hidden: {
|
|
416
|
-
required: !1,
|
|
417
|
-
control: "boolean",
|
|
418
|
-
type: "boolean",
|
|
419
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
420
|
-
},
|
|
421
|
-
id: {
|
|
422
|
-
required: !1,
|
|
423
|
-
control: "text",
|
|
424
|
-
type: "string",
|
|
425
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
426
|
-
},
|
|
427
|
-
inputMode: {
|
|
428
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
429
|
-
required: !1,
|
|
430
|
-
control: "select",
|
|
431
|
-
type: "string",
|
|
432
|
-
options: [
|
|
433
|
-
"search",
|
|
434
|
-
"text",
|
|
435
|
-
"none",
|
|
436
|
-
"tel",
|
|
437
|
-
"url",
|
|
438
|
-
"email",
|
|
439
|
-
"numeric",
|
|
440
|
-
"decimal"
|
|
441
|
-
]
|
|
442
|
-
},
|
|
443
|
-
is: {
|
|
444
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
445
|
-
required: !1,
|
|
446
|
-
control: "text",
|
|
447
|
-
type: "string"
|
|
448
|
-
},
|
|
449
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
450
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
451
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
452
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
453
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
454
|
-
lang: {
|
|
455
|
-
required: !1,
|
|
456
|
-
control: "text",
|
|
457
|
-
type: "string",
|
|
458
|
-
description: "Defines the language used in the element."
|
|
459
|
-
},
|
|
460
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
461
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
462
|
-
property: { required: !1, control: "text", type: "string" },
|
|
463
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
464
|
-
rel: {
|
|
465
|
-
required: !1,
|
|
466
|
-
control: "text",
|
|
467
|
-
type: "string",
|
|
468
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
469
|
-
},
|
|
470
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
471
|
-
results: { required: !1, control: "number", type: "number" },
|
|
472
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
473
|
-
role: {
|
|
474
|
-
required: !1,
|
|
475
|
-
control: "text",
|
|
476
|
-
type: "string",
|
|
477
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
478
|
-
},
|
|
479
|
-
security: { required: !1, control: "text", type: "string" },
|
|
480
|
-
slot: {
|
|
481
|
-
required: !1,
|
|
482
|
-
control: "text",
|
|
483
|
-
type: "string",
|
|
484
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
485
|
-
},
|
|
486
|
-
spellCheck: {
|
|
487
|
-
required: !1,
|
|
488
|
-
control: "boolean",
|
|
489
|
-
type: "boolean",
|
|
490
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
491
|
-
},
|
|
492
|
-
suppressContentEditableWarning: {
|
|
493
|
-
required: !1,
|
|
494
|
-
control: "boolean",
|
|
495
|
-
type: "boolean"
|
|
496
|
-
},
|
|
497
|
-
suppressHydrationWarning: {
|
|
498
|
-
required: !1,
|
|
499
|
-
control: "boolean",
|
|
500
|
-
type: "boolean"
|
|
501
|
-
},
|
|
502
|
-
tabIndex: {
|
|
503
|
-
required: !1,
|
|
504
|
-
control: "number",
|
|
505
|
-
type: "number",
|
|
506
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
507
|
-
},
|
|
508
|
-
title: {
|
|
509
|
-
required: !1,
|
|
510
|
-
control: "text",
|
|
511
|
-
type: "string",
|
|
512
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
513
|
-
},
|
|
514
|
-
translate: {
|
|
515
|
-
required: !1,
|
|
516
|
-
control: "radio",
|
|
517
|
-
type: "string",
|
|
518
|
-
options: ["yes", "no"],
|
|
519
|
-
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."
|
|
520
|
-
},
|
|
521
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
522
|
-
unselectable: {
|
|
523
|
-
required: !1,
|
|
524
|
-
control: "radio",
|
|
525
|
-
type: "string",
|
|
526
|
-
options: ["on", "off"]
|
|
527
|
-
},
|
|
528
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
529
|
-
}, o = {
|
|
530
|
-
about: { required: !1, control: "text", type: "string" },
|
|
531
|
-
accessKey: {
|
|
532
|
-
required: !1,
|
|
533
|
-
control: "text",
|
|
534
|
-
type: "string",
|
|
535
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
536
|
-
},
|
|
537
|
-
autoCapitalize: {
|
|
538
|
-
required: !1,
|
|
539
|
-
control: "text",
|
|
540
|
-
type: "string",
|
|
541
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
542
|
-
},
|
|
543
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
544
|
-
autoFocus: {
|
|
545
|
-
required: !1,
|
|
546
|
-
control: "boolean",
|
|
547
|
-
type: "boolean",
|
|
548
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
549
|
-
},
|
|
550
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
551
|
-
className: { required: !1, control: "text", type: "string" },
|
|
552
|
-
color: {
|
|
553
|
-
required: !1,
|
|
554
|
-
control: "color",
|
|
555
|
-
type: "string",
|
|
556
|
-
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."
|
|
557
|
-
},
|
|
558
|
-
content: {
|
|
559
|
-
required: !1,
|
|
560
|
-
control: "text",
|
|
561
|
-
type: "string",
|
|
562
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
563
|
-
},
|
|
564
|
-
contextMenu: {
|
|
565
|
-
required: !1,
|
|
566
|
-
control: "text",
|
|
567
|
-
type: "string",
|
|
568
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
569
|
-
},
|
|
570
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
571
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
572
|
-
dir: {
|
|
28
|
+
description: "Current value of the element"
|
|
29
|
+
}
|
|
30
|
+
}, t = {}, r = {}, n = {}, o = {
|
|
31
|
+
value: {
|
|
573
32
|
required: !1,
|
|
574
33
|
control: "text",
|
|
575
34
|
type: "string",
|
|
576
|
-
description: "
|
|
577
|
-
}
|
|
578
|
-
draggable: {
|
|
579
|
-
required: !1,
|
|
580
|
-
control: "boolean",
|
|
581
|
-
type: "boolean",
|
|
582
|
-
description: "Defines whether the element can be dragged."
|
|
583
|
-
},
|
|
584
|
-
hidden: {
|
|
585
|
-
required: !1,
|
|
586
|
-
control: "boolean",
|
|
587
|
-
type: "boolean",
|
|
588
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
589
|
-
},
|
|
590
|
-
id: {
|
|
591
|
-
required: !1,
|
|
592
|
-
control: "text",
|
|
593
|
-
type: "string",
|
|
594
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
595
|
-
},
|
|
596
|
-
inputMode: {
|
|
597
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
598
|
-
required: !1,
|
|
599
|
-
control: "select",
|
|
600
|
-
type: "string",
|
|
601
|
-
options: [
|
|
602
|
-
"search",
|
|
603
|
-
"text",
|
|
604
|
-
"none",
|
|
605
|
-
"tel",
|
|
606
|
-
"url",
|
|
607
|
-
"email",
|
|
608
|
-
"numeric",
|
|
609
|
-
"decimal"
|
|
610
|
-
]
|
|
611
|
-
},
|
|
612
|
-
is: {
|
|
613
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
614
|
-
required: !1,
|
|
615
|
-
control: "text",
|
|
616
|
-
type: "string"
|
|
617
|
-
},
|
|
618
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
619
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
620
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
621
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
622
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
623
|
-
lang: {
|
|
624
|
-
required: !1,
|
|
625
|
-
control: "text",
|
|
626
|
-
type: "string",
|
|
627
|
-
description: "Defines the language used in the element."
|
|
628
|
-
},
|
|
629
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
630
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
631
|
-
property: { required: !1, control: "text", type: "string" },
|
|
632
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
633
|
-
rel: {
|
|
634
|
-
required: !1,
|
|
635
|
-
control: "text",
|
|
636
|
-
type: "string",
|
|
637
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
638
|
-
},
|
|
639
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
640
|
-
results: { required: !1, control: "number", type: "number" },
|
|
641
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
642
|
-
role: {
|
|
643
|
-
required: !1,
|
|
644
|
-
control: "text",
|
|
645
|
-
type: "string",
|
|
646
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
647
|
-
},
|
|
648
|
-
security: { required: !1, control: "text", type: "string" },
|
|
649
|
-
slot: {
|
|
650
|
-
required: !1,
|
|
651
|
-
control: "text",
|
|
652
|
-
type: "string",
|
|
653
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
654
|
-
},
|
|
655
|
-
spellCheck: {
|
|
656
|
-
required: !1,
|
|
657
|
-
control: "boolean",
|
|
658
|
-
type: "boolean",
|
|
659
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
660
|
-
},
|
|
661
|
-
suppressContentEditableWarning: {
|
|
662
|
-
required: !1,
|
|
663
|
-
control: "boolean",
|
|
664
|
-
type: "boolean"
|
|
665
|
-
},
|
|
666
|
-
suppressHydrationWarning: {
|
|
667
|
-
required: !1,
|
|
668
|
-
control: "boolean",
|
|
669
|
-
type: "boolean"
|
|
670
|
-
},
|
|
671
|
-
tabIndex: {
|
|
672
|
-
required: !1,
|
|
673
|
-
control: "number",
|
|
674
|
-
type: "number",
|
|
675
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
676
|
-
},
|
|
677
|
-
title: {
|
|
678
|
-
required: !1,
|
|
679
|
-
control: "text",
|
|
680
|
-
type: "string",
|
|
681
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
682
|
-
},
|
|
683
|
-
translate: {
|
|
684
|
-
required: !1,
|
|
685
|
-
control: "radio",
|
|
686
|
-
type: "string",
|
|
687
|
-
options: ["yes", "no"],
|
|
688
|
-
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."
|
|
689
|
-
},
|
|
690
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
691
|
-
unselectable: {
|
|
692
|
-
required: !1,
|
|
693
|
-
control: "radio",
|
|
694
|
-
type: "string",
|
|
695
|
-
options: ["on", "off"]
|
|
696
|
-
},
|
|
697
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
35
|
+
description: "Current value of the element"
|
|
36
|
+
}
|
|
698
37
|
}, i = {
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
required: !1,
|
|
702
|
-
control: "text",
|
|
703
|
-
type: "string",
|
|
704
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
705
|
-
},
|
|
706
|
-
autoCapitalize: {
|
|
707
|
-
required: !1,
|
|
708
|
-
control: "text",
|
|
709
|
-
type: "string",
|
|
710
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
711
|
-
},
|
|
712
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
713
|
-
autoFocus: {
|
|
714
|
-
required: !1,
|
|
715
|
-
control: "boolean",
|
|
716
|
-
type: "boolean",
|
|
717
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
718
|
-
},
|
|
719
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
720
|
-
className: { required: !1, control: "text", type: "string" },
|
|
721
|
-
color: {
|
|
722
|
-
required: !1,
|
|
723
|
-
control: "color",
|
|
724
|
-
type: "string",
|
|
725
|
-
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."
|
|
726
|
-
},
|
|
727
|
-
content: {
|
|
728
|
-
required: !1,
|
|
729
|
-
control: "text",
|
|
730
|
-
type: "string",
|
|
731
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
732
|
-
},
|
|
733
|
-
contextMenu: {
|
|
734
|
-
required: !1,
|
|
735
|
-
control: "text",
|
|
736
|
-
type: "string",
|
|
737
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
738
|
-
},
|
|
739
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
740
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
741
|
-
dir: {
|
|
742
|
-
required: !1,
|
|
743
|
-
control: "text",
|
|
744
|
-
type: "string",
|
|
745
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
746
|
-
},
|
|
747
|
-
draggable: {
|
|
748
|
-
required: !1,
|
|
749
|
-
control: "boolean",
|
|
750
|
-
type: "boolean",
|
|
751
|
-
description: "Defines whether the element can be dragged."
|
|
752
|
-
},
|
|
753
|
-
hidden: {
|
|
754
|
-
required: !1,
|
|
755
|
-
control: "boolean",
|
|
756
|
-
type: "boolean",
|
|
757
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
758
|
-
},
|
|
759
|
-
id: {
|
|
760
|
-
required: !1,
|
|
761
|
-
control: "text",
|
|
762
|
-
type: "string",
|
|
763
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
764
|
-
},
|
|
765
|
-
inputMode: {
|
|
766
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
767
|
-
required: !1,
|
|
768
|
-
control: "select",
|
|
769
|
-
type: "string",
|
|
770
|
-
options: [
|
|
771
|
-
"search",
|
|
772
|
-
"text",
|
|
773
|
-
"none",
|
|
774
|
-
"tel",
|
|
775
|
-
"url",
|
|
776
|
-
"email",
|
|
777
|
-
"numeric",
|
|
778
|
-
"decimal"
|
|
779
|
-
]
|
|
780
|
-
},
|
|
781
|
-
is: {
|
|
782
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
783
|
-
required: !1,
|
|
784
|
-
control: "text",
|
|
785
|
-
type: "string"
|
|
786
|
-
},
|
|
787
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
788
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
789
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
790
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
791
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
792
|
-
lang: {
|
|
793
|
-
required: !1,
|
|
794
|
-
control: "text",
|
|
795
|
-
type: "string",
|
|
796
|
-
description: "Defines the language used in the element."
|
|
797
|
-
},
|
|
798
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
799
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
800
|
-
property: { required: !1, control: "text", type: "string" },
|
|
801
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
802
|
-
rel: {
|
|
803
|
-
required: !1,
|
|
804
|
-
control: "text",
|
|
805
|
-
type: "string",
|
|
806
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
807
|
-
},
|
|
808
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
809
|
-
results: { required: !1, control: "number", type: "number" },
|
|
810
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
811
|
-
role: {
|
|
812
|
-
required: !1,
|
|
813
|
-
control: "text",
|
|
814
|
-
type: "string",
|
|
815
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
816
|
-
},
|
|
817
|
-
security: { required: !1, control: "text", type: "string" },
|
|
818
|
-
slot: {
|
|
819
|
-
required: !1,
|
|
820
|
-
control: "text",
|
|
821
|
-
type: "string",
|
|
822
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
823
|
-
},
|
|
824
|
-
spellCheck: {
|
|
825
|
-
required: !1,
|
|
826
|
-
control: "boolean",
|
|
827
|
-
type: "boolean",
|
|
828
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
829
|
-
},
|
|
830
|
-
suppressContentEditableWarning: {
|
|
831
|
-
required: !1,
|
|
832
|
-
control: "boolean",
|
|
833
|
-
type: "boolean"
|
|
834
|
-
},
|
|
835
|
-
suppressHydrationWarning: {
|
|
836
|
-
required: !1,
|
|
837
|
-
control: "boolean",
|
|
838
|
-
type: "boolean"
|
|
839
|
-
},
|
|
840
|
-
tabIndex: {
|
|
841
|
-
required: !1,
|
|
842
|
-
control: "number",
|
|
843
|
-
type: "number",
|
|
844
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
845
|
-
},
|
|
846
|
-
title: {
|
|
847
|
-
required: !1,
|
|
848
|
-
control: "text",
|
|
849
|
-
type: "string",
|
|
850
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
851
|
-
},
|
|
852
|
-
translate: {
|
|
853
|
-
required: !1,
|
|
854
|
-
control: "radio",
|
|
855
|
-
type: "string",
|
|
856
|
-
options: ["yes", "no"],
|
|
857
|
-
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."
|
|
858
|
-
},
|
|
859
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
860
|
-
unselectable: {
|
|
861
|
-
required: !1,
|
|
862
|
-
control: "radio",
|
|
863
|
-
type: "string",
|
|
864
|
-
options: ["on", "off"]
|
|
865
|
-
},
|
|
866
|
-
value: {
|
|
867
|
-
required: !1,
|
|
868
|
-
control: "text",
|
|
869
|
-
type: "string",
|
|
870
|
-
description: "Defines a default value which will be displayed in the element on pageload."
|
|
871
|
-
},
|
|
872
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
873
|
-
}, n = {
|
|
874
|
-
about: { required: !1, control: "text", type: "string" },
|
|
875
|
-
accessKey: {
|
|
876
|
-
required: !1,
|
|
877
|
-
control: "text",
|
|
878
|
-
type: "string",
|
|
879
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
880
|
-
},
|
|
881
|
-
active: { required: !1, control: "boolean", type: "boolean" },
|
|
882
|
-
autoCapitalize: {
|
|
883
|
-
required: !1,
|
|
884
|
-
control: "text",
|
|
885
|
-
type: "string",
|
|
886
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
887
|
-
},
|
|
888
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
889
|
-
autoFocus: {
|
|
890
|
-
required: !1,
|
|
891
|
-
control: "boolean",
|
|
892
|
-
type: "boolean",
|
|
893
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
894
|
-
},
|
|
895
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
896
|
-
className: { required: !1, control: "text", type: "string" },
|
|
897
|
-
color: {
|
|
898
|
-
required: !1,
|
|
899
|
-
control: "color",
|
|
900
|
-
type: "string",
|
|
901
|
-
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."
|
|
902
|
-
},
|
|
903
|
-
content: {
|
|
904
|
-
required: !1,
|
|
905
|
-
control: "text",
|
|
906
|
-
type: "string",
|
|
907
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
908
|
-
},
|
|
909
|
-
contextMenu: {
|
|
910
|
-
required: !1,
|
|
911
|
-
control: "text",
|
|
912
|
-
type: "string",
|
|
913
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
914
|
-
},
|
|
915
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
916
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
917
|
-
dir: {
|
|
918
|
-
required: !1,
|
|
919
|
-
control: "text",
|
|
920
|
-
type: "string",
|
|
921
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
922
|
-
},
|
|
923
|
-
draggable: {
|
|
924
|
-
required: !1,
|
|
925
|
-
control: "boolean",
|
|
926
|
-
type: "boolean",
|
|
927
|
-
description: "Defines whether the element can be dragged."
|
|
928
|
-
},
|
|
929
|
-
hidden: {
|
|
930
|
-
required: !1,
|
|
931
|
-
control: "boolean",
|
|
932
|
-
type: "boolean",
|
|
933
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
934
|
-
},
|
|
935
|
-
href: {
|
|
936
|
-
required: !1,
|
|
937
|
-
control: "text",
|
|
938
|
-
type: "string",
|
|
939
|
-
description: "The URL of a linked resource."
|
|
940
|
-
},
|
|
941
|
-
hrefLang: {
|
|
942
|
-
required: !1,
|
|
943
|
-
control: "text",
|
|
944
|
-
type: "string",
|
|
945
|
-
description: "Specifies the language of the linked resource."
|
|
946
|
-
},
|
|
947
|
-
id: {
|
|
948
|
-
required: !1,
|
|
949
|
-
control: "text",
|
|
950
|
-
type: "string",
|
|
951
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
952
|
-
},
|
|
953
|
-
inputMode: {
|
|
954
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
955
|
-
required: !1,
|
|
956
|
-
control: "select",
|
|
957
|
-
type: "string",
|
|
958
|
-
options: [
|
|
959
|
-
"search",
|
|
960
|
-
"text",
|
|
961
|
-
"none",
|
|
962
|
-
"tel",
|
|
963
|
-
"url",
|
|
964
|
-
"email",
|
|
965
|
-
"numeric",
|
|
966
|
-
"decimal"
|
|
967
|
-
]
|
|
968
|
-
},
|
|
969
|
-
is: {
|
|
970
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
971
|
-
required: !1,
|
|
972
|
-
control: "text",
|
|
973
|
-
type: "string"
|
|
974
|
-
},
|
|
975
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
976
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
977
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
978
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
979
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
980
|
-
lang: {
|
|
981
|
-
required: !1,
|
|
982
|
-
control: "text",
|
|
983
|
-
type: "string",
|
|
984
|
-
description: "Defines the language used in the element."
|
|
985
|
-
},
|
|
986
|
-
media: {
|
|
987
|
-
required: !1,
|
|
988
|
-
control: "text",
|
|
989
|
-
type: "string",
|
|
990
|
-
description: "Specifies a hint of the media for which the linked resource was designed."
|
|
991
|
-
},
|
|
992
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
993
|
-
ping: {
|
|
994
|
-
required: !1,
|
|
995
|
-
control: "text",
|
|
996
|
-
type: "string",
|
|
997
|
-
description: "The ping attribute specifies a space-separated list of URLs to be notified if a user follows the hyperlink."
|
|
998
|
-
},
|
|
999
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
1000
|
-
property: { required: !1, control: "text", type: "string" },
|
|
1001
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
1002
|
-
referrerPolicy: {
|
|
1003
|
-
required: !1,
|
|
1004
|
-
control: "select",
|
|
1005
|
-
type: "string",
|
|
1006
|
-
options: [
|
|
1007
|
-
"",
|
|
1008
|
-
"no-referrer",
|
|
1009
|
-
"no-referrer-when-downgrade",
|
|
1010
|
-
"origin",
|
|
1011
|
-
"origin-when-cross-origin",
|
|
1012
|
-
"same-origin",
|
|
1013
|
-
"strict-origin",
|
|
1014
|
-
"strict-origin-when-cross-origin",
|
|
1015
|
-
"unsafe-url"
|
|
1016
|
-
],
|
|
1017
|
-
description: "Specifies which referrer is sent when fetching the resource."
|
|
1018
|
-
},
|
|
1019
|
-
rel: {
|
|
1020
|
-
required: !1,
|
|
1021
|
-
control: "text",
|
|
1022
|
-
type: "string",
|
|
1023
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
1024
|
-
},
|
|
1025
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
1026
|
-
results: { required: !1, control: "number", type: "number" },
|
|
1027
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
1028
|
-
role: {
|
|
1029
|
-
required: !1,
|
|
1030
|
-
control: "text",
|
|
1031
|
-
type: "string",
|
|
1032
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
1033
|
-
},
|
|
1034
|
-
security: { required: !1, control: "text", type: "string" },
|
|
1035
|
-
slot: {
|
|
1036
|
-
required: !1,
|
|
1037
|
-
control: "text",
|
|
1038
|
-
type: "string",
|
|
1039
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
1040
|
-
},
|
|
1041
|
-
spellCheck: {
|
|
1042
|
-
required: !1,
|
|
1043
|
-
control: "boolean",
|
|
1044
|
-
type: "boolean",
|
|
1045
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
1046
|
-
},
|
|
1047
|
-
suppressContentEditableWarning: {
|
|
1048
|
-
required: !1,
|
|
1049
|
-
control: "boolean",
|
|
1050
|
-
type: "boolean"
|
|
1051
|
-
},
|
|
1052
|
-
suppressHydrationWarning: {
|
|
1053
|
-
required: !1,
|
|
1054
|
-
control: "boolean",
|
|
1055
|
-
type: "boolean"
|
|
1056
|
-
},
|
|
1057
|
-
tabIndex: {
|
|
1058
|
-
required: !1,
|
|
1059
|
-
control: "number",
|
|
1060
|
-
type: "number",
|
|
1061
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
1062
|
-
},
|
|
1063
|
-
title: {
|
|
1064
|
-
required: !1,
|
|
1065
|
-
control: "text",
|
|
1066
|
-
type: "string",
|
|
1067
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
1068
|
-
},
|
|
1069
|
-
translate: {
|
|
1070
|
-
required: !1,
|
|
1071
|
-
control: "radio",
|
|
1072
|
-
type: "string",
|
|
1073
|
-
options: ["yes", "no"],
|
|
1074
|
-
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."
|
|
1075
|
-
},
|
|
1076
|
-
type: {
|
|
1077
|
-
required: !1,
|
|
1078
|
-
control: "text",
|
|
1079
|
-
type: "string",
|
|
1080
|
-
description: "Defines the type of the element."
|
|
1081
|
-
},
|
|
1082
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
1083
|
-
unselectable: {
|
|
1084
|
-
required: !1,
|
|
1085
|
-
control: "radio",
|
|
1086
|
-
type: "string",
|
|
1087
|
-
options: ["on", "off"]
|
|
1088
|
-
},
|
|
1089
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
1090
|
-
}, s = {
|
|
1091
|
-
about: { required: !1, control: "text", type: "string" },
|
|
1092
|
-
accessKey: {
|
|
1093
|
-
required: !1,
|
|
1094
|
-
control: "text",
|
|
1095
|
-
type: "string",
|
|
1096
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
1097
|
-
},
|
|
1098
|
-
autoCapitalize: {
|
|
1099
|
-
required: !1,
|
|
1100
|
-
control: "text",
|
|
1101
|
-
type: "string",
|
|
1102
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
1103
|
-
},
|
|
1104
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
1105
|
-
autoFocus: {
|
|
1106
|
-
required: !1,
|
|
1107
|
-
control: "boolean",
|
|
1108
|
-
type: "boolean",
|
|
1109
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
1110
|
-
},
|
|
1111
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
1112
|
-
className: { required: !1, control: "text", type: "string" },
|
|
1113
|
-
color: {
|
|
1114
|
-
required: !1,
|
|
1115
|
-
control: "color",
|
|
1116
|
-
type: "string",
|
|
1117
|
-
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."
|
|
1118
|
-
},
|
|
1119
|
-
content: {
|
|
1120
|
-
required: !1,
|
|
1121
|
-
control: "text",
|
|
1122
|
-
type: "string",
|
|
1123
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
1124
|
-
},
|
|
1125
|
-
contextMenu: {
|
|
1126
|
-
required: !1,
|
|
1127
|
-
control: "text",
|
|
1128
|
-
type: "string",
|
|
1129
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
1130
|
-
},
|
|
1131
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
1132
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
1133
|
-
dir: {
|
|
1134
|
-
required: !1,
|
|
1135
|
-
control: "text",
|
|
1136
|
-
type: "string",
|
|
1137
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
1138
|
-
},
|
|
1139
|
-
disabled: {
|
|
1140
|
-
required: !1,
|
|
1141
|
-
control: "boolean",
|
|
1142
|
-
type: "boolean",
|
|
1143
|
-
description: "Indicates whether the user can interact with the element."
|
|
1144
|
-
},
|
|
1145
|
-
draggable: {
|
|
1146
|
-
required: !1,
|
|
1147
|
-
control: "boolean",
|
|
1148
|
-
type: "boolean",
|
|
1149
|
-
description: "Defines whether the element can be dragged."
|
|
1150
|
-
},
|
|
1151
|
-
form: {
|
|
1152
|
-
required: !1,
|
|
1153
|
-
control: "text",
|
|
1154
|
-
type: "string",
|
|
1155
|
-
description: "Indicates the form that is the owner of the element."
|
|
1156
|
-
},
|
|
1157
|
-
formAction: {
|
|
1158
|
-
required: !1,
|
|
1159
|
-
control: "text",
|
|
1160
|
-
type: "string",
|
|
1161
|
-
description: "Indicates the action of the element, overriding the action defined inthe form."
|
|
1162
|
-
},
|
|
1163
|
-
formEncType: {
|
|
1164
|
-
required: !1,
|
|
1165
|
-
control: "text",
|
|
1166
|
-
type: "string",
|
|
1167
|
-
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.`
|
|
1168
|
-
},
|
|
1169
|
-
formMethod: {
|
|
1170
|
-
required: !1,
|
|
1171
|
-
control: "text",
|
|
1172
|
-
type: "string",
|
|
1173
|
-
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.`
|
|
1174
|
-
},
|
|
1175
|
-
formNoValidate: {
|
|
1176
|
-
required: !1,
|
|
1177
|
-
control: "boolean",
|
|
1178
|
-
type: "boolean",
|
|
1179
|
-
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.`
|
|
1180
|
-
},
|
|
1181
|
-
formTarget: {
|
|
1182
|
-
required: !1,
|
|
1183
|
-
control: "text",
|
|
1184
|
-
type: "string",
|
|
1185
|
-
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.`
|
|
1186
|
-
},
|
|
1187
|
-
hidden: {
|
|
1188
|
-
required: !1,
|
|
1189
|
-
control: "boolean",
|
|
1190
|
-
type: "boolean",
|
|
1191
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
1192
|
-
},
|
|
1193
|
-
id: {
|
|
1194
|
-
required: !1,
|
|
1195
|
-
control: "text",
|
|
1196
|
-
type: "string",
|
|
1197
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
1198
|
-
},
|
|
1199
|
-
inputMode: {
|
|
1200
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
1201
|
-
required: !1,
|
|
1202
|
-
control: "select",
|
|
1203
|
-
type: "string",
|
|
1204
|
-
options: [
|
|
1205
|
-
"search",
|
|
1206
|
-
"text",
|
|
1207
|
-
"none",
|
|
1208
|
-
"tel",
|
|
1209
|
-
"url",
|
|
1210
|
-
"email",
|
|
1211
|
-
"numeric",
|
|
1212
|
-
"decimal"
|
|
1213
|
-
]
|
|
1214
|
-
},
|
|
1215
|
-
is: {
|
|
1216
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
1217
|
-
required: !1,
|
|
1218
|
-
control: "text",
|
|
1219
|
-
type: "string"
|
|
1220
|
-
},
|
|
1221
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
1222
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
1223
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
1224
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
1225
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
1226
|
-
lang: {
|
|
1227
|
-
required: !1,
|
|
1228
|
-
control: "text",
|
|
1229
|
-
type: "string",
|
|
1230
|
-
description: "Defines the language used in the element."
|
|
1231
|
-
},
|
|
1232
|
-
name: {
|
|
1233
|
-
required: !1,
|
|
1234
|
-
control: "text",
|
|
1235
|
-
type: "string",
|
|
1236
|
-
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)."
|
|
1237
|
-
},
|
|
1238
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
1239
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
1240
|
-
property: { required: !1, control: "text", type: "string" },
|
|
1241
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
1242
|
-
rel: {
|
|
1243
|
-
required: !1,
|
|
1244
|
-
control: "text",
|
|
1245
|
-
type: "string",
|
|
1246
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
1247
|
-
},
|
|
1248
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
1249
|
-
results: { required: !1, control: "number", type: "number" },
|
|
1250
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
1251
|
-
role: {
|
|
1252
|
-
required: !1,
|
|
1253
|
-
control: "text",
|
|
1254
|
-
type: "string",
|
|
1255
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
1256
|
-
},
|
|
1257
|
-
security: { required: !1, control: "text", type: "string" },
|
|
1258
|
-
slot: {
|
|
1259
|
-
required: !1,
|
|
1260
|
-
control: "text",
|
|
1261
|
-
type: "string",
|
|
1262
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
1263
|
-
},
|
|
1264
|
-
spellCheck: {
|
|
1265
|
-
required: !1,
|
|
1266
|
-
control: "boolean",
|
|
1267
|
-
type: "boolean",
|
|
1268
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
1269
|
-
},
|
|
1270
|
-
suppressContentEditableWarning: {
|
|
1271
|
-
required: !1,
|
|
1272
|
-
control: "boolean",
|
|
1273
|
-
type: "boolean"
|
|
1274
|
-
},
|
|
1275
|
-
suppressHydrationWarning: {
|
|
1276
|
-
required: !1,
|
|
1277
|
-
control: "boolean",
|
|
1278
|
-
type: "boolean"
|
|
1279
|
-
},
|
|
1280
|
-
tabIndex: {
|
|
1281
|
-
required: !1,
|
|
1282
|
-
control: "number",
|
|
1283
|
-
type: "number",
|
|
1284
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
1285
|
-
},
|
|
1286
|
-
title: {
|
|
1287
|
-
required: !1,
|
|
1288
|
-
control: "text",
|
|
1289
|
-
type: "string",
|
|
1290
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
1291
|
-
},
|
|
1292
|
-
translate: {
|
|
1293
|
-
required: !1,
|
|
1294
|
-
control: "radio",
|
|
1295
|
-
type: "string",
|
|
1296
|
-
options: ["yes", "no"],
|
|
1297
|
-
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."
|
|
1298
|
-
},
|
|
1299
|
-
type: {
|
|
1300
|
-
required: !1,
|
|
1301
|
-
control: "radio",
|
|
1302
|
-
type: "string",
|
|
1303
|
-
options: ["button", "submit", "reset"],
|
|
1304
|
-
description: "Defines the type of the element."
|
|
1305
|
-
},
|
|
1306
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
1307
|
-
unselectable: {
|
|
1308
|
-
required: !1,
|
|
1309
|
-
control: "radio",
|
|
1310
|
-
type: "string",
|
|
1311
|
-
options: ["on", "off"]
|
|
1312
|
-
},
|
|
1313
|
-
value: {
|
|
1314
|
-
required: !1,
|
|
1315
|
-
control: "text",
|
|
1316
|
-
type: "string",
|
|
1317
|
-
description: "Defines a default value which will be displayed in the element on pageload."
|
|
1318
|
-
},
|
|
1319
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
1320
|
-
};
|
|
38
|
+
active: { required: !1, control: "boolean", type: "boolean" }
|
|
39
|
+
}, a = {};
|
|
1321
40
|
export {
|
|
1322
41
|
e as propsNavigationMenu,
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
42
|
+
n as propsNavigationMenuContent,
|
|
43
|
+
o as propsNavigationMenuItem,
|
|
44
|
+
i as propsNavigationMenuLink,
|
|
1326
45
|
t as propsNavigationMenuList,
|
|
1327
|
-
|
|
46
|
+
a as propsNavigationMenuTrigger,
|
|
1328
47
|
r as propsNavigationMenuViewport
|
|
1329
48
|
};
|