@webstudio-is/sdk-components-react 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__/blockquote.props.js +2 -178
- package/lib/__generated__/body.props.js +2 -172
- package/lib/__generated__/bold.props.js +2 -172
- package/lib/__generated__/box.props.js +3 -172
- package/lib/__generated__/button.props.js +2 -234
- package/lib/__generated__/checkbox.props.js +1 -328
- package/lib/__generated__/code-text.props.js +1 -170
- package/lib/__generated__/form.props.js +2 -220
- package/lib/__generated__/head-link.props.js +2 -284
- package/lib/__generated__/head-meta.props.js +2 -196
- package/lib/__generated__/head-title.props.js +2 -172
- package/lib/__generated__/heading.props.js +3 -172
- package/lib/__generated__/html-embed.props.js +6 -1
- package/lib/__generated__/image.props.js +1 -247
- package/lib/__generated__/input.props.js +2 -360
- package/lib/__generated__/italic.props.js +2 -172
- package/lib/__generated__/label.props.js +2 -184
- package/lib/__generated__/link.props.js +4 -221
- package/lib/__generated__/list-item.props.js +2 -178
- package/lib/__generated__/list.props.js +1 -189
- package/lib/__generated__/markdown-embed.props.js +6 -1
- package/lib/__generated__/option.props.js +2 -196
- package/lib/__generated__/paragraph.props.js +2 -172
- package/lib/__generated__/radio-button.props.js +1 -328
- package/lib/__generated__/select.props.js +2 -220
- package/lib/__generated__/separator.props.js +2 -172
- package/lib/__generated__/span.props.js +2 -172
- package/lib/__generated__/subscript.props.js +2 -172
- package/lib/__generated__/superscript.props.js +2 -172
- package/lib/__generated__/text.props.js +3 -172
- package/lib/__generated__/textarea.props.js +2 -251
- package/lib/__generated__/time.props.js +1 -8
- package/lib/__generated__/video.props.js +2 -251
- package/lib/__generated__/vimeo-play-button.props.js +2 -233
- package/lib/__generated__/vimeo-preview-image.props.js +1 -246
- package/lib/__generated__/vimeo-spinner.props.js +2 -172
- package/lib/__generated__/vimeo.props.js +118 -365
- package/lib/__generated__/webhook-form.props.js +1 -223
- package/lib/__generated__/xml-node.props.js +8 -3
- package/lib/__generated__/xml-time.props.js +4 -3
- package/lib/__generated__/youtube.props.js +1 -164
- package/lib/blockquote.ws.js +9 -14
- package/lib/body.ws.js +11 -15
- package/lib/bold.ws.js +6 -12
- package/lib/box.ws.js +17 -21
- package/lib/button.ws.js +10 -14
- package/lib/checkbox.ws.js +4 -6
- package/lib/code-text.ws.js +5 -7
- package/lib/form.ws.js +9 -13
- package/lib/fragment.ws.js +2 -7
- package/lib/head-link.ws.js +6 -9
- package/lib/head-meta.ws.js +5 -8
- package/lib/head-slot.js +4 -5
- package/lib/head-slot.ws.js +3 -7
- package/lib/head-title.ws.js +2 -4
- package/lib/heading.ws.js +16 -21
- package/lib/html-embed.ws.js +5 -7
- package/lib/image.ws.js +22 -26
- package/lib/input.ws.js +11 -15
- package/lib/italic.ws.js +9 -13
- package/lib/label.ws.js +8 -12
- package/lib/link.ws.js +13 -18
- package/lib/list-item.ws.js +8 -15
- package/lib/list.ws.js +10 -14
- package/lib/markdown-embed.js +3 -3
- package/lib/markdown-embed.ws.js +6 -8
- package/lib/option.ws.js +6 -10
- package/lib/paragraph.ws.js +9 -16
- package/lib/radio-button.ws.js +6 -8
- package/lib/rich-text-link.ws.js +3 -4
- package/lib/select.ws.js +13 -17
- package/lib/separator.ws.js +10 -14
- package/lib/shared/video.js +13 -0
- package/lib/slot.ws.js +4 -7
- package/lib/span.ws.js +5 -9
- package/lib/subscript.ws.js +7 -13
- package/lib/superscript.ws.js +8 -14
- package/lib/text.ws.js +10 -12
- package/lib/textarea.ws.js +14 -18
- package/lib/time.js +2 -1
- package/lib/time.ws.js +15 -15
- package/lib/types/blockquote.ws.d.ts +1 -2
- package/lib/types/body.ws.d.ts +1 -2
- package/lib/types/bold.ws.d.ts +1 -2
- package/lib/types/box.ws.d.ts +1 -2
- package/lib/types/button.ws.d.ts +1 -2
- package/lib/types/checkbox.ws.d.ts +1 -2
- package/lib/types/code-text.ws.d.ts +1 -2
- package/lib/types/form.ws.d.ts +1 -2
- package/lib/types/fragment.ws.d.ts +1 -2
- package/lib/types/head-link.ws.d.ts +1 -2
- package/lib/types/head-meta.ws.d.ts +1 -2
- package/lib/types/head-slot.ws.d.ts +1 -2
- package/lib/types/head-title.ws.d.ts +1 -2
- package/lib/types/heading.ws.d.ts +1 -2
- package/lib/types/html-embed.ws.d.ts +1 -2
- package/lib/types/image.ws.d.ts +1 -2
- package/lib/types/input.ws.d.ts +1 -2
- package/lib/types/italic.ws.d.ts +1 -2
- package/lib/types/label.ws.d.ts +1 -2
- package/lib/types/link.d.ts +1 -1
- package/lib/types/link.ws.d.ts +1 -2
- package/lib/types/list-item.ws.d.ts +1 -2
- package/lib/types/list.ws.d.ts +1 -2
- package/lib/types/markdown-embed.ws.d.ts +1 -2
- package/lib/types/option.ws.d.ts +1 -2
- package/lib/types/paragraph.ws.d.ts +1 -2
- package/lib/types/radio-button.ws.d.ts +1 -2
- package/lib/types/rich-text-link.ws.d.ts +1 -2
- package/lib/types/select.ws.d.ts +1 -2
- package/lib/types/separator.ws.d.ts +1 -2
- package/lib/types/shared/video.d.ts +7 -0
- package/lib/types/slot.ws.d.ts +1 -2
- package/lib/types/span.ws.d.ts +1 -2
- package/lib/types/subscript.ws.d.ts +1 -2
- package/lib/types/superscript.ws.d.ts +1 -2
- package/lib/types/text.ws.d.ts +1 -2
- package/lib/types/textarea.ws.d.ts +1 -2
- package/lib/types/time.d.ts +2 -4
- package/lib/types/time.ws.d.ts +1 -2
- package/lib/types/video.ws.d.ts +1 -2
- package/lib/types/vimeo-play-button.ws.d.ts +1 -2
- package/lib/types/vimeo-preview-image.ws.d.ts +1 -2
- package/lib/types/vimeo-spinner.ws.d.ts +1 -2
- package/lib/types/vimeo.d.ts +0 -7
- package/lib/types/vimeo.ws.d.ts +1 -2
- package/lib/types/webhook-form.ws.d.ts +1 -2
- package/lib/types/xml-node.ws.d.ts +1 -2
- package/lib/types/xml-time.ws.d.ts +1 -2
- package/lib/types/youtube.ws.d.ts +1 -2
- package/lib/video.js +19 -23
- package/lib/video.ws.js +14 -17
- package/lib/vimeo-play-button.js +4 -4
- package/lib/vimeo-play-button.ws.js +4 -8
- package/lib/vimeo-preview-image.js +5 -5
- package/lib/vimeo-preview-image.ws.js +6 -8
- package/lib/vimeo-spinner.js +1 -1
- package/lib/vimeo-spinner.ws.js +4 -8
- package/lib/vimeo.js +113 -121
- package/lib/vimeo.ws.js +13 -17
- package/lib/webhook-form.template.js +12 -12
- package/lib/webhook-form.ws.js +4 -6
- package/lib/xml-node.js +4 -4
- package/lib/xml-node.ws.js +5 -7
- package/lib/xml-time.ws.js +5 -7
- package/lib/youtube.js +1 -1
- package/lib/youtube.ws.js +13 -17
- package/package.json +9 -14
- package/lib/props.js +0 -92
- package/lib/types/props.d.ts +0 -45
|
@@ -1,336 +1,9 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
|
-
accept: {
|
|
4
|
-
required: !1,
|
|
5
|
-
control: "text",
|
|
6
|
-
type: "string",
|
|
7
|
-
description: "List of types the server accepts, typically a file type."
|
|
8
|
-
},
|
|
9
|
-
accessKey: {
|
|
10
|
-
required: !1,
|
|
11
|
-
control: "text",
|
|
12
|
-
type: "string",
|
|
13
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
14
|
-
},
|
|
15
|
-
alt: {
|
|
16
|
-
required: !1,
|
|
17
|
-
control: "text",
|
|
18
|
-
type: "string",
|
|
19
|
-
description: "Text description of the image, which is very important for accessibility and search engine optimization. Screen readers read this description to users so they know what the image means. Alt text is also displayed on the page if the image can't be loaded for some reason."
|
|
20
|
-
},
|
|
21
|
-
autoCapitalize: {
|
|
22
|
-
required: !1,
|
|
23
|
-
control: "text",
|
|
24
|
-
type: "string",
|
|
25
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
26
|
-
},
|
|
27
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
28
|
-
autoFocus: {
|
|
29
|
-
required: !1,
|
|
30
|
-
control: "boolean",
|
|
31
|
-
type: "boolean",
|
|
32
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
33
|
-
},
|
|
34
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
35
|
-
checked: {
|
|
36
|
-
required: !1,
|
|
37
|
-
control: "boolean",
|
|
38
|
-
type: "boolean",
|
|
39
|
-
description: "Indicates whether the element should be checked on page load."
|
|
40
|
-
},
|
|
41
|
-
className: { required: !1, control: "text", type: "string" },
|
|
42
|
-
color: {
|
|
43
|
-
required: !1,
|
|
44
|
-
control: "color",
|
|
45
|
-
type: "string",
|
|
46
|
-
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."
|
|
47
|
-
},
|
|
48
|
-
content: {
|
|
49
|
-
required: !1,
|
|
50
|
-
control: "text",
|
|
51
|
-
type: "string",
|
|
52
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
53
|
-
},
|
|
54
|
-
contextMenu: {
|
|
55
|
-
required: !1,
|
|
56
|
-
control: "text",
|
|
57
|
-
type: "string",
|
|
58
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
59
|
-
},
|
|
60
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
61
|
-
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
62
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
63
|
-
dir: {
|
|
64
|
-
required: !1,
|
|
65
|
-
control: "text",
|
|
66
|
-
type: "string",
|
|
67
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
68
|
-
},
|
|
69
|
-
disabled: {
|
|
70
|
-
required: !1,
|
|
71
|
-
control: "boolean",
|
|
72
|
-
type: "boolean",
|
|
73
|
-
description: "Indicates whether the user can interact with the element."
|
|
74
|
-
},
|
|
75
|
-
draggable: {
|
|
76
|
-
required: !1,
|
|
77
|
-
control: "boolean",
|
|
78
|
-
type: "boolean",
|
|
79
|
-
description: "Defines whether the element can be dragged."
|
|
80
|
-
},
|
|
81
|
-
enterKeyHint: {
|
|
82
|
-
required: !1,
|
|
83
|
-
control: "select",
|
|
84
|
-
type: "string",
|
|
85
|
-
options: ["search", "enter", "done", "go", "next", "previous", "send"],
|
|
86
|
-
description: "The enterkeyhint specifies what action label (or icon) to present for the enter key onvirtual keyboards. The attribute can be used with form controls (such asthe value of textarea elements), or in elements in anediting host (e.g., using contenteditable attribute)."
|
|
87
|
-
},
|
|
88
|
-
form: {
|
|
89
|
-
required: !1,
|
|
90
|
-
control: "text",
|
|
91
|
-
type: "string",
|
|
92
|
-
description: "Indicates the form that is the owner of the element."
|
|
93
|
-
},
|
|
94
|
-
formAction: {
|
|
95
|
-
required: !1,
|
|
96
|
-
control: "text",
|
|
97
|
-
type: "string",
|
|
98
|
-
description: "Indicates the action of the element, overriding the action defined inthe form."
|
|
99
|
-
},
|
|
100
|
-
formEncType: {
|
|
101
|
-
required: !1,
|
|
102
|
-
control: "text",
|
|
103
|
-
type: "string",
|
|
104
|
-
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.`
|
|
105
|
-
},
|
|
106
|
-
formMethod: {
|
|
107
|
-
required: !1,
|
|
108
|
-
control: "text",
|
|
109
|
-
type: "string",
|
|
110
|
-
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.`
|
|
111
|
-
},
|
|
112
|
-
formNoValidate: {
|
|
113
|
-
required: !1,
|
|
114
|
-
control: "boolean",
|
|
115
|
-
type: "boolean",
|
|
116
|
-
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.`
|
|
117
|
-
},
|
|
118
|
-
formTarget: {
|
|
119
|
-
required: !1,
|
|
120
|
-
control: "text",
|
|
121
|
-
type: "string",
|
|
122
|
-
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.`
|
|
123
|
-
},
|
|
124
|
-
height: {
|
|
125
|
-
required: !1,
|
|
126
|
-
control: "number",
|
|
127
|
-
type: "number",
|
|
128
|
-
description: "Defines the image’s height in pixels."
|
|
129
|
-
},
|
|
130
|
-
hidden: {
|
|
131
|
-
required: !1,
|
|
132
|
-
control: "boolean",
|
|
133
|
-
type: "boolean",
|
|
134
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
135
|
-
},
|
|
136
|
-
id: {
|
|
137
|
-
required: !1,
|
|
138
|
-
control: "text",
|
|
139
|
-
type: "string",
|
|
140
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
141
|
-
},
|
|
142
|
-
inputMode: {
|
|
143
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
144
|
-
required: !1,
|
|
145
|
-
control: "select",
|
|
146
|
-
type: "string",
|
|
147
|
-
options: [
|
|
148
|
-
"search",
|
|
149
|
-
"text",
|
|
150
|
-
"email",
|
|
151
|
-
"tel",
|
|
152
|
-
"none",
|
|
153
|
-
"url",
|
|
154
|
-
"numeric",
|
|
155
|
-
"decimal"
|
|
156
|
-
]
|
|
157
|
-
},
|
|
158
|
-
is: {
|
|
159
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
160
|
-
required: !1,
|
|
161
|
-
control: "text",
|
|
162
|
-
type: "string"
|
|
163
|
-
},
|
|
164
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
165
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
166
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
167
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
168
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
169
|
-
lang: {
|
|
170
|
-
required: !1,
|
|
171
|
-
control: "text",
|
|
172
|
-
type: "string",
|
|
173
|
-
description: "Defines the language used in the element."
|
|
174
|
-
},
|
|
175
|
-
list: {
|
|
176
|
-
required: !1,
|
|
177
|
-
control: "text",
|
|
178
|
-
type: "string",
|
|
179
|
-
description: "Identifies a list of pre-defined options to suggest to the user."
|
|
180
|
-
},
|
|
181
|
-
max: {
|
|
182
|
-
required: !1,
|
|
183
|
-
control: "number",
|
|
184
|
-
type: "number",
|
|
185
|
-
description: "Indicates the maximum value allowed."
|
|
186
|
-
},
|
|
187
|
-
maxLength: {
|
|
188
|
-
required: !1,
|
|
189
|
-
control: "number",
|
|
190
|
-
type: "number",
|
|
191
|
-
description: "Defines the maximum number of characters allowed in the element."
|
|
192
|
-
},
|
|
193
|
-
min: {
|
|
194
|
-
required: !1,
|
|
195
|
-
control: "number",
|
|
196
|
-
type: "number",
|
|
197
|
-
description: "Indicates the minimum value allowed."
|
|
198
|
-
},
|
|
199
|
-
minLength: {
|
|
200
|
-
required: !1,
|
|
201
|
-
control: "number",
|
|
202
|
-
type: "number",
|
|
203
|
-
description: "Defines the minimum number of characters allowed in the element."
|
|
204
|
-
},
|
|
205
|
-
multiple: {
|
|
206
|
-
required: !1,
|
|
207
|
-
control: "boolean",
|
|
208
|
-
type: "boolean",
|
|
209
|
-
description: "Indicates whether multiple values can be entered in an input of the type email or file."
|
|
210
|
-
},
|
|
211
|
-
name: {
|
|
212
|
-
required: !1,
|
|
213
|
-
control: "text",
|
|
214
|
-
type: "string",
|
|
215
|
-
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)."
|
|
216
|
-
},
|
|
217
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
218
|
-
pattern: {
|
|
219
|
-
required: !1,
|
|
220
|
-
control: "text",
|
|
221
|
-
type: "string",
|
|
222
|
-
description: "Defines a regular expression which the element's value will be validated against."
|
|
223
|
-
},
|
|
224
|
-
placeholder: {
|
|
225
|
-
required: !1,
|
|
226
|
-
control: "text",
|
|
227
|
-
type: "string",
|
|
228
|
-
description: "Provides a hint to the user of what can be entered in the field."
|
|
229
|
-
},
|
|
230
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
231
|
-
property: { required: !1, control: "text", type: "string" },
|
|
232
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
233
|
-
readOnly: {
|
|
234
|
-
required: !1,
|
|
235
|
-
control: "boolean",
|
|
236
|
-
type: "boolean",
|
|
237
|
-
description: "Indicates whether the element can be edited."
|
|
238
|
-
},
|
|
239
|
-
rel: {
|
|
240
|
-
required: !1,
|
|
241
|
-
control: "text",
|
|
242
|
-
type: "string",
|
|
243
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
244
|
-
},
|
|
245
|
-
required: {
|
|
246
|
-
required: !1,
|
|
247
|
-
control: "boolean",
|
|
248
|
-
type: "boolean",
|
|
249
|
-
description: "Indicates whether this form element must be filled before the form can be submitted."
|
|
250
|
-
},
|
|
251
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
252
|
-
results: { required: !1, control: "number", type: "number" },
|
|
253
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
254
|
-
role: {
|
|
255
|
-
required: !1,
|
|
256
|
-
control: "text",
|
|
257
|
-
type: "string",
|
|
258
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
259
|
-
},
|
|
260
|
-
security: { required: !1, control: "text", type: "string" },
|
|
261
|
-
size: {
|
|
262
|
-
required: !1,
|
|
263
|
-
control: "number",
|
|
264
|
-
type: "number",
|
|
265
|
-
description: "Defines the width of the element (in pixels). If the element'stype attribute is text or password then it's the number of characters."
|
|
266
|
-
},
|
|
267
|
-
slot: {
|
|
268
|
-
required: !1,
|
|
269
|
-
control: "text",
|
|
270
|
-
type: "string",
|
|
271
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
272
|
-
},
|
|
273
|
-
spellCheck: {
|
|
274
|
-
required: !1,
|
|
275
|
-
control: "boolean",
|
|
276
|
-
type: "boolean",
|
|
277
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
278
|
-
},
|
|
279
|
-
src: {
|
|
280
|
-
required: !1,
|
|
281
|
-
control: "text",
|
|
282
|
-
type: "string",
|
|
283
|
-
description: "The URL of the embeddable content."
|
|
284
|
-
},
|
|
285
|
-
step: { required: !1, control: "number", type: "number" },
|
|
286
|
-
suppressContentEditableWarning: {
|
|
287
|
-
required: !1,
|
|
288
|
-
control: "boolean",
|
|
289
|
-
type: "boolean"
|
|
290
|
-
},
|
|
291
|
-
suppressHydrationWarning: {
|
|
292
|
-
required: !1,
|
|
293
|
-
control: "boolean",
|
|
294
|
-
type: "boolean"
|
|
295
|
-
},
|
|
296
|
-
tabIndex: {
|
|
297
|
-
required: !1,
|
|
298
|
-
control: "number",
|
|
299
|
-
type: "number",
|
|
300
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
301
|
-
},
|
|
302
|
-
title: {
|
|
303
|
-
required: !1,
|
|
304
|
-
control: "text",
|
|
305
|
-
type: "string",
|
|
306
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
307
|
-
},
|
|
308
|
-
translate: {
|
|
309
|
-
required: !1,
|
|
310
|
-
control: "radio",
|
|
311
|
-
type: "string",
|
|
312
|
-
options: ["yes", "no"],
|
|
313
|
-
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."
|
|
314
|
-
},
|
|
315
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
316
|
-
unselectable: {
|
|
317
|
-
required: !1,
|
|
318
|
-
control: "radio",
|
|
319
|
-
type: "string",
|
|
320
|
-
options: ["off", "on"]
|
|
321
|
-
},
|
|
322
2
|
value: {
|
|
323
3
|
required: !1,
|
|
324
4
|
control: "text",
|
|
325
5
|
type: "string",
|
|
326
|
-
description: "
|
|
327
|
-
},
|
|
328
|
-
vocab: { required: !1, control: "text", type: "string" },
|
|
329
|
-
width: {
|
|
330
|
-
required: !1,
|
|
331
|
-
control: "number",
|
|
332
|
-
type: "number",
|
|
333
|
-
description: "Defines the image’s width in pixels."
|
|
6
|
+
description: "Current value of the element"
|
|
334
7
|
}
|
|
335
8
|
};
|
|
336
9
|
export {
|
|
@@ -1,174 +1,5 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
|
|
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
|
-
code: { required: !1, control: "text", type: "string" },
|
|
25
|
-
color: {
|
|
26
|
-
required: !1,
|
|
27
|
-
control: "color",
|
|
28
|
-
type: "string",
|
|
29
|
-
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."
|
|
30
|
-
},
|
|
31
|
-
content: {
|
|
32
|
-
required: !1,
|
|
33
|
-
control: "text",
|
|
34
|
-
type: "string",
|
|
35
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
36
|
-
},
|
|
37
|
-
contextMenu: {
|
|
38
|
-
required: !1,
|
|
39
|
-
control: "text",
|
|
40
|
-
type: "string",
|
|
41
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
42
|
-
},
|
|
43
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
44
|
-
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
45
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
46
|
-
dir: {
|
|
47
|
-
required: !1,
|
|
48
|
-
control: "text",
|
|
49
|
-
type: "string",
|
|
50
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
51
|
-
},
|
|
52
|
-
draggable: {
|
|
53
|
-
required: !1,
|
|
54
|
-
control: "boolean",
|
|
55
|
-
type: "boolean",
|
|
56
|
-
description: "Defines whether the element can be dragged."
|
|
57
|
-
},
|
|
58
|
-
hidden: {
|
|
59
|
-
required: !1,
|
|
60
|
-
control: "boolean",
|
|
61
|
-
type: "boolean",
|
|
62
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
63
|
-
},
|
|
64
|
-
id: {
|
|
65
|
-
required: !1,
|
|
66
|
-
control: "text",
|
|
67
|
-
type: "string",
|
|
68
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
69
|
-
},
|
|
70
|
-
inputMode: {
|
|
71
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
72
|
-
required: !1,
|
|
73
|
-
control: "select",
|
|
74
|
-
type: "string",
|
|
75
|
-
options: [
|
|
76
|
-
"search",
|
|
77
|
-
"text",
|
|
78
|
-
"none",
|
|
79
|
-
"tel",
|
|
80
|
-
"url",
|
|
81
|
-
"email",
|
|
82
|
-
"numeric",
|
|
83
|
-
"decimal"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
is: {
|
|
87
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
88
|
-
required: !1,
|
|
89
|
-
control: "text",
|
|
90
|
-
type: "string"
|
|
91
|
-
},
|
|
92
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
93
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
94
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
95
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
96
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
97
|
-
lang: {
|
|
98
|
-
required: !1,
|
|
99
|
-
control: "text",
|
|
100
|
-
type: "string",
|
|
101
|
-
description: "Defines the language used in the element."
|
|
102
|
-
},
|
|
103
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
104
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
105
|
-
property: { required: !1, control: "text", type: "string" },
|
|
106
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
107
|
-
rel: {
|
|
108
|
-
required: !1,
|
|
109
|
-
control: "text",
|
|
110
|
-
type: "string",
|
|
111
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
112
|
-
},
|
|
113
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
114
|
-
results: { required: !1, control: "number", type: "number" },
|
|
115
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
116
|
-
role: {
|
|
117
|
-
required: !1,
|
|
118
|
-
control: "text",
|
|
119
|
-
type: "string",
|
|
120
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
121
|
-
},
|
|
122
|
-
security: { required: !1, control: "text", type: "string" },
|
|
123
|
-
slot: {
|
|
124
|
-
required: !1,
|
|
125
|
-
control: "text",
|
|
126
|
-
type: "string",
|
|
127
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
128
|
-
},
|
|
129
|
-
spellCheck: {
|
|
130
|
-
required: !1,
|
|
131
|
-
control: "boolean",
|
|
132
|
-
type: "boolean",
|
|
133
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
134
|
-
},
|
|
135
|
-
suppressContentEditableWarning: {
|
|
136
|
-
required: !1,
|
|
137
|
-
control: "boolean",
|
|
138
|
-
type: "boolean"
|
|
139
|
-
},
|
|
140
|
-
suppressHydrationWarning: {
|
|
141
|
-
required: !1,
|
|
142
|
-
control: "boolean",
|
|
143
|
-
type: "boolean"
|
|
144
|
-
},
|
|
145
|
-
tabIndex: {
|
|
146
|
-
required: !1,
|
|
147
|
-
control: "number",
|
|
148
|
-
type: "number",
|
|
149
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
150
|
-
},
|
|
151
|
-
title: {
|
|
152
|
-
required: !1,
|
|
153
|
-
control: "text",
|
|
154
|
-
type: "string",
|
|
155
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
156
|
-
},
|
|
157
|
-
translate: {
|
|
158
|
-
required: !1,
|
|
159
|
-
control: "radio",
|
|
160
|
-
type: "string",
|
|
161
|
-
options: ["yes", "no"],
|
|
162
|
-
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."
|
|
163
|
-
},
|
|
164
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
165
|
-
unselectable: {
|
|
166
|
-
required: !1,
|
|
167
|
-
control: "radio",
|
|
168
|
-
type: "string",
|
|
169
|
-
options: ["on", "off"]
|
|
170
|
-
},
|
|
171
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
2
|
+
code: { required: !1, control: "text", type: "string" }
|
|
172
3
|
};
|
|
173
4
|
export {
|
|
174
5
|
e as props
|