@webstudio-is/sdk-components-react-remix 0.191.4 → 0.191.5
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__/link.props.js +578 -0
- package/lib/__generated__/webhook-form.props.js +569 -0
- package/lib/body.js +14 -0
- package/lib/components.js +12 -0
- package/lib/hooks.js +1 -0
- package/lib/link.js +6 -0
- package/lib/link.ws.js +17 -0
- package/lib/metas.js +9 -0
- package/lib/props.js +11 -0
- package/lib/remix-form.js +20 -0
- package/lib/rich-text-link.js +6 -0
- package/lib/rich-text-link.ws.js +7 -0
- package/lib/shared/remix-link.js +20 -0
- package/lib/types/__generated__/body.props.d.ts +2 -0
- package/lib/types/__generated__/link.props.d.ts +2 -0
- package/lib/types/__generated__/remix-form.props.d.ts +2 -0
- package/lib/types/__generated__/rich-text-link.props.d.ts +2 -0
- package/lib/types/__generated__/webhook-form.props.d.ts +2 -0
- package/lib/types/body.d.ts +1 -0
- package/lib/types/body.ws.d.ts +2 -0
- package/lib/types/components.d.ts +5 -0
- package/lib/types/hooks.d.ts +0 -0
- package/lib/types/link.d.ts +12 -0
- package/lib/types/link.ws.d.ts +3 -0
- package/lib/types/metas.d.ts +5 -0
- package/lib/types/props.d.ts +5 -0
- package/lib/types/remix-form.d.ts +6 -0
- package/lib/types/remix-form.ws.d.ts +2 -0
- package/lib/types/rich-text-link.d.ts +12 -0
- package/lib/types/rich-text-link.ws.d.ts +3 -0
- package/lib/types/shared/remix-link.d.ts +13 -0
- package/lib/types/webhook-form.d.ts +11 -0
- package/lib/types/webhook-form.ws.d.ts +3 -0
- package/lib/webhook-form.js +63 -0
- package/lib/webhook-form.ws.js +127 -0
- package/package.json +7 -7
|
@@ -0,0 +1,578 @@
|
|
|
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
|
+
"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
|
+
autoCapitalize: {
|
|
344
|
+
required: !1,
|
|
345
|
+
control: "text",
|
|
346
|
+
type: "string",
|
|
347
|
+
description: "Sets whether input is automatically capitalized when entered by user."
|
|
348
|
+
},
|
|
349
|
+
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
350
|
+
autoFocus: {
|
|
351
|
+
required: !1,
|
|
352
|
+
control: "boolean",
|
|
353
|
+
type: "boolean",
|
|
354
|
+
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
355
|
+
},
|
|
356
|
+
autoSave: { required: !1, control: "text", type: "string" },
|
|
357
|
+
className: { required: !1, control: "text", type: "string" },
|
|
358
|
+
color: {
|
|
359
|
+
required: !1,
|
|
360
|
+
control: "color",
|
|
361
|
+
type: "string",
|
|
362
|
+
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."
|
|
363
|
+
},
|
|
364
|
+
content: {
|
|
365
|
+
required: !1,
|
|
366
|
+
control: "text",
|
|
367
|
+
type: "string",
|
|
368
|
+
description: "A value associated with http-equiv orname depending on the context."
|
|
369
|
+
},
|
|
370
|
+
contextMenu: {
|
|
371
|
+
required: !1,
|
|
372
|
+
control: "text",
|
|
373
|
+
type: "string",
|
|
374
|
+
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
375
|
+
},
|
|
376
|
+
datatype: { required: !1, control: "text", type: "string" },
|
|
377
|
+
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
378
|
+
defaultValue: { required: !1, control: "text", type: "string" },
|
|
379
|
+
dir: {
|
|
380
|
+
required: !1,
|
|
381
|
+
control: "text",
|
|
382
|
+
type: "string",
|
|
383
|
+
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
384
|
+
},
|
|
385
|
+
download: {
|
|
386
|
+
required: !1,
|
|
387
|
+
control: "boolean",
|
|
388
|
+
type: "boolean",
|
|
389
|
+
description: "Indicates that the hyperlink is to be used for downloading a resource."
|
|
390
|
+
},
|
|
391
|
+
draggable: {
|
|
392
|
+
required: !1,
|
|
393
|
+
control: "boolean",
|
|
394
|
+
type: "boolean",
|
|
395
|
+
description: "Defines whether the element can be dragged."
|
|
396
|
+
},
|
|
397
|
+
hidden: {
|
|
398
|
+
required: !1,
|
|
399
|
+
control: "boolean",
|
|
400
|
+
type: "boolean",
|
|
401
|
+
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
402
|
+
},
|
|
403
|
+
href: {
|
|
404
|
+
required: !1,
|
|
405
|
+
control: "text",
|
|
406
|
+
type: "string",
|
|
407
|
+
description: "The URL of a linked resource."
|
|
408
|
+
},
|
|
409
|
+
hrefLang: {
|
|
410
|
+
required: !1,
|
|
411
|
+
control: "text",
|
|
412
|
+
type: "string",
|
|
413
|
+
description: "Specifies the language of the linked resource."
|
|
414
|
+
},
|
|
415
|
+
id: {
|
|
416
|
+
required: !1,
|
|
417
|
+
control: "text",
|
|
418
|
+
type: "string",
|
|
419
|
+
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
420
|
+
},
|
|
421
|
+
inputMode: {
|
|
422
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
423
|
+
required: !1,
|
|
424
|
+
control: "select",
|
|
425
|
+
type: "string",
|
|
426
|
+
options: [
|
|
427
|
+
"search",
|
|
428
|
+
"text",
|
|
429
|
+
"none",
|
|
430
|
+
"tel",
|
|
431
|
+
"url",
|
|
432
|
+
"email",
|
|
433
|
+
"numeric",
|
|
434
|
+
"decimal"
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
is: {
|
|
438
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
439
|
+
required: !1,
|
|
440
|
+
control: "text",
|
|
441
|
+
type: "string"
|
|
442
|
+
},
|
|
443
|
+
itemID: { required: !1, control: "text", type: "string" },
|
|
444
|
+
itemProp: { required: !1, control: "text", type: "string" },
|
|
445
|
+
itemRef: { required: !1, control: "text", type: "string" },
|
|
446
|
+
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
447
|
+
itemType: { required: !1, control: "text", type: "string" },
|
|
448
|
+
lang: {
|
|
449
|
+
required: !1,
|
|
450
|
+
control: "text",
|
|
451
|
+
type: "string",
|
|
452
|
+
description: "Defines the language used in the element."
|
|
453
|
+
},
|
|
454
|
+
media: {
|
|
455
|
+
required: !1,
|
|
456
|
+
control: "text",
|
|
457
|
+
type: "string",
|
|
458
|
+
description: "Specifies a hint of the media for which the linked resource was designed."
|
|
459
|
+
},
|
|
460
|
+
nonce: { required: !1, control: "text", type: "string" },
|
|
461
|
+
ping: {
|
|
462
|
+
required: !1,
|
|
463
|
+
control: "text",
|
|
464
|
+
type: "string",
|
|
465
|
+
description: "The ping attribute specifies a space-separated list of URLs to be notified if a user follows the hyperlink."
|
|
466
|
+
},
|
|
467
|
+
prefetch: {
|
|
468
|
+
required: !1,
|
|
469
|
+
control: "select",
|
|
470
|
+
type: "string",
|
|
471
|
+
options: ["none", "intent", "render", "viewport"],
|
|
472
|
+
description: "Controls when and if the link prefetches the resources that the next page needs to make loading faster. “Intent” will prefetch when the link is hovered or focused. “Render” will prefetch when the link is rendered. “Viewport” will prefetch when the link is in the viewport. “None” will not prefetch."
|
|
473
|
+
},
|
|
474
|
+
prefix: { required: !1, control: "text", type: "string" },
|
|
475
|
+
preventScrollReset: { required: !1, control: "boolean", type: "boolean" },
|
|
476
|
+
property: { required: !1, control: "text", type: "string" },
|
|
477
|
+
radioGroup: { required: !1, control: "text", type: "string" },
|
|
478
|
+
referrerPolicy: {
|
|
479
|
+
required: !1,
|
|
480
|
+
control: "select",
|
|
481
|
+
type: "string",
|
|
482
|
+
options: [
|
|
483
|
+
"",
|
|
484
|
+
"no-referrer",
|
|
485
|
+
"no-referrer-when-downgrade",
|
|
486
|
+
"origin",
|
|
487
|
+
"origin-when-cross-origin",
|
|
488
|
+
"same-origin",
|
|
489
|
+
"strict-origin",
|
|
490
|
+
"strict-origin-when-cross-origin",
|
|
491
|
+
"unsafe-url"
|
|
492
|
+
],
|
|
493
|
+
description: "Specifies which referrer is sent when fetching the resource."
|
|
494
|
+
},
|
|
495
|
+
rel: {
|
|
496
|
+
required: !1,
|
|
497
|
+
control: "text",
|
|
498
|
+
type: "string",
|
|
499
|
+
description: "Specifies the relationship of the target object to the link object."
|
|
500
|
+
},
|
|
501
|
+
reloadDocument: { required: !1, control: "boolean", type: "boolean" },
|
|
502
|
+
replace: { required: !1, control: "boolean", type: "boolean" },
|
|
503
|
+
resource: { required: !1, control: "text", type: "string" },
|
|
504
|
+
results: { required: !1, control: "number", type: "number" },
|
|
505
|
+
rev: { required: !1, control: "text", type: "string" },
|
|
506
|
+
role: {
|
|
507
|
+
required: !1,
|
|
508
|
+
control: "text",
|
|
509
|
+
type: "string",
|
|
510
|
+
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
511
|
+
},
|
|
512
|
+
security: { required: !1, control: "text", type: "string" },
|
|
513
|
+
slot: {
|
|
514
|
+
required: !1,
|
|
515
|
+
control: "text",
|
|
516
|
+
type: "string",
|
|
517
|
+
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
518
|
+
},
|
|
519
|
+
spellCheck: {
|
|
520
|
+
required: !1,
|
|
521
|
+
control: "boolean",
|
|
522
|
+
type: "boolean",
|
|
523
|
+
description: "Indicates whether spell checking is allowed for the element."
|
|
524
|
+
},
|
|
525
|
+
suppressContentEditableWarning: {
|
|
526
|
+
required: !1,
|
|
527
|
+
control: "boolean",
|
|
528
|
+
type: "boolean"
|
|
529
|
+
},
|
|
530
|
+
suppressHydrationWarning: {
|
|
531
|
+
required: !1,
|
|
532
|
+
control: "boolean",
|
|
533
|
+
type: "boolean"
|
|
534
|
+
},
|
|
535
|
+
tabIndex: {
|
|
536
|
+
required: !1,
|
|
537
|
+
control: "number",
|
|
538
|
+
type: "number",
|
|
539
|
+
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
540
|
+
},
|
|
541
|
+
target: {
|
|
542
|
+
required: !1,
|
|
543
|
+
control: "select",
|
|
544
|
+
type: "string",
|
|
545
|
+
options: ["_self", "_blank", "_parent", "_top"],
|
|
546
|
+
description: "Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)"
|
|
547
|
+
},
|
|
548
|
+
title: {
|
|
549
|
+
required: !1,
|
|
550
|
+
control: "text",
|
|
551
|
+
type: "string",
|
|
552
|
+
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
553
|
+
},
|
|
554
|
+
translate: {
|
|
555
|
+
required: !1,
|
|
556
|
+
control: "radio",
|
|
557
|
+
type: "string",
|
|
558
|
+
options: ["yes", "no"],
|
|
559
|
+
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."
|
|
560
|
+
},
|
|
561
|
+
type: {
|
|
562
|
+
required: !1,
|
|
563
|
+
control: "text",
|
|
564
|
+
type: "string",
|
|
565
|
+
description: "Defines the type of the element."
|
|
566
|
+
},
|
|
567
|
+
typeof: { required: !1, control: "text", type: "string" },
|
|
568
|
+
unselectable: {
|
|
569
|
+
required: !1,
|
|
570
|
+
control: "radio",
|
|
571
|
+
type: "string",
|
|
572
|
+
options: ["on", "off"]
|
|
573
|
+
},
|
|
574
|
+
vocab: { required: !1, control: "text", type: "string" }
|
|
575
|
+
};
|
|
576
|
+
export {
|
|
577
|
+
e as props
|
|
578
|
+
};
|