@webstudio-is/sdk-components-react 0.217.0 → 0.218.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__generated__/blockquote.props.js +0 -334
- package/lib/__generated__/body.props.js +0 -334
- package/lib/__generated__/bold.props.js +0 -334
- package/lib/__generated__/box.props.js +0 -334
- package/lib/__generated__/button.props.js +0 -334
- package/lib/__generated__/checkbox.props.js +0 -334
- package/lib/__generated__/code-text.props.js +0 -334
- package/lib/__generated__/form.props.js +0 -334
- package/lib/__generated__/head-link.props.js +0 -334
- package/lib/__generated__/head-meta.props.js +0 -334
- package/lib/__generated__/head-slot.props.js +4 -0
- package/lib/__generated__/head-title.props.js +0 -334
- package/lib/__generated__/heading.props.js +0 -334
- package/lib/__generated__/image.props.js +0 -334
- package/lib/__generated__/input.props.js +0 -334
- package/lib/__generated__/italic.props.js +0 -334
- package/lib/__generated__/label.props.js +0 -334
- package/lib/__generated__/link.props.js +0 -334
- package/lib/__generated__/list-item.props.js +0 -334
- package/lib/__generated__/list.props.js +0 -334
- package/lib/__generated__/option.props.js +0 -334
- package/lib/__generated__/paragraph.props.js +0 -334
- package/lib/__generated__/radio-button.props.js +0 -334
- package/lib/__generated__/select.props.js +0 -334
- package/lib/__generated__/separator.props.js +0 -334
- package/lib/__generated__/span.props.js +0 -334
- package/lib/__generated__/subscript.props.js +0 -334
- package/lib/__generated__/superscript.props.js +0 -334
- package/lib/__generated__/text.props.js +0 -334
- package/lib/__generated__/textarea.props.js +0 -334
- package/lib/__generated__/video.props.js +0 -334
- package/lib/__generated__/vimeo-play-button.props.js +0 -334
- package/lib/__generated__/vimeo-preview-image.props.js +0 -334
- package/lib/__generated__/vimeo-spinner.props.js +0 -334
- package/lib/__generated__/vimeo.props.js +262 -518
- package/lib/__generated__/webhook-form.props.js +0 -334
- package/lib/__generated__/youtube.props.js +0 -334
- package/lib/head-slot.ws.js +1 -1
- package/package.json +8 -8
- package/lib/__generated__/head.props.js +0 -508
- package/lib/types/__generated__/head.props.d.ts +0 -2
|
@@ -1,672 +1,416 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
2
|
accessKey: {
|
|
4
|
-
|
|
3
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)",
|
|
4
|
+
required: !0,
|
|
5
5
|
control: "text",
|
|
6
|
-
type: "string"
|
|
7
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
6
|
+
type: "string"
|
|
8
7
|
},
|
|
9
|
-
|
|
10
|
-
description: "
|
|
11
|
-
required: !
|
|
8
|
+
accessKeyLabel: {
|
|
9
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)",
|
|
10
|
+
required: !0,
|
|
12
11
|
control: "text",
|
|
13
12
|
type: "string"
|
|
14
13
|
},
|
|
15
|
-
|
|
16
|
-
description: "
|
|
17
|
-
required: !
|
|
14
|
+
align: {
|
|
15
|
+
description: "Sets or retrieves how the object is aligned with adjacent text.",
|
|
16
|
+
required: !0,
|
|
17
|
+
control: "text",
|
|
18
|
+
type: "string"
|
|
19
|
+
},
|
|
20
|
+
allow: {
|
|
21
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allow)",
|
|
22
|
+
required: !0,
|
|
23
|
+
control: "text",
|
|
24
|
+
type: "string"
|
|
25
|
+
},
|
|
26
|
+
allowFullscreen: {
|
|
27
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allowFullscreen)",
|
|
28
|
+
required: !0,
|
|
18
29
|
control: "boolean",
|
|
19
30
|
type: "boolean"
|
|
20
31
|
},
|
|
21
|
-
|
|
22
|
-
description:
|
|
23
|
-
|
|
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
|
+
autocapitalize: {
|
|
33
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)",
|
|
34
|
+
required: !0,
|
|
32
35
|
control: "text",
|
|
33
36
|
type: "string"
|
|
34
37
|
},
|
|
35
|
-
|
|
36
|
-
description: "
|
|
37
|
-
required: !
|
|
38
|
+
autofocus: {
|
|
39
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)",
|
|
40
|
+
required: !0,
|
|
41
|
+
control: "boolean",
|
|
42
|
+
type: "boolean"
|
|
43
|
+
},
|
|
44
|
+
baseURI: {
|
|
45
|
+
description: `Returns node's node document's document base URL.
|
|
46
|
+
|
|
47
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)`,
|
|
48
|
+
required: !0,
|
|
38
49
|
control: "text",
|
|
39
50
|
type: "string"
|
|
40
51
|
},
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
52
|
+
childElementCount: {
|
|
53
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)",
|
|
54
|
+
required: !0,
|
|
55
|
+
control: "number",
|
|
56
|
+
type: "number"
|
|
57
|
+
},
|
|
58
|
+
className: {
|
|
59
|
+
description: `Returns the value of element's class content attribute. Can be set to change it.
|
|
60
|
+
|
|
61
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)`,
|
|
62
|
+
required: !0,
|
|
45
63
|
control: "text",
|
|
46
64
|
type: "string"
|
|
47
65
|
},
|
|
48
|
-
|
|
49
|
-
description: "
|
|
50
|
-
required: !
|
|
66
|
+
clientHeight: {
|
|
67
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)",
|
|
68
|
+
required: !0,
|
|
51
69
|
control: "number",
|
|
52
70
|
type: "number"
|
|
53
71
|
},
|
|
54
|
-
|
|
55
|
-
description: "
|
|
56
|
-
required: !
|
|
72
|
+
clientLeft: {
|
|
73
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)",
|
|
74
|
+
required: !0,
|
|
57
75
|
control: "number",
|
|
58
76
|
type: "number"
|
|
59
77
|
},
|
|
60
|
-
|
|
61
|
-
description: "
|
|
62
|
-
required: !
|
|
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,
|
|
78
|
+
clientTop: {
|
|
79
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)",
|
|
80
|
+
required: !0,
|
|
69
81
|
control: "number",
|
|
70
82
|
type: "number"
|
|
71
83
|
},
|
|
72
|
-
|
|
73
|
-
description: "
|
|
74
|
-
required: !
|
|
75
|
-
control: "
|
|
76
|
-
type: "
|
|
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"
|
|
84
|
+
clientWidth: {
|
|
85
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)",
|
|
86
|
+
required: !0,
|
|
87
|
+
control: "number",
|
|
88
|
+
type: "number"
|
|
83
89
|
},
|
|
84
|
-
|
|
85
|
-
description: "
|
|
86
|
-
required: !
|
|
90
|
+
contentEditable: {
|
|
91
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)",
|
|
92
|
+
required: !0,
|
|
87
93
|
control: "text",
|
|
88
94
|
type: "string"
|
|
89
95
|
},
|
|
90
|
-
|
|
91
|
-
description: "
|
|
92
|
-
required: !
|
|
93
|
-
control: "
|
|
94
|
-
type: "
|
|
96
|
+
currentCSSZoom: {
|
|
97
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)",
|
|
98
|
+
required: !0,
|
|
99
|
+
control: "number",
|
|
100
|
+
type: "number"
|
|
95
101
|
},
|
|
96
|
-
|
|
97
|
-
description: "
|
|
98
|
-
required: !
|
|
102
|
+
dir: {
|
|
103
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)",
|
|
104
|
+
required: !0,
|
|
99
105
|
control: "text",
|
|
100
106
|
type: "string"
|
|
101
107
|
},
|
|
102
|
-
|
|
103
|
-
description: "
|
|
104
|
-
required: !
|
|
108
|
+
draggable: {
|
|
109
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)",
|
|
110
|
+
required: !0,
|
|
105
111
|
control: "boolean",
|
|
106
112
|
type: "boolean"
|
|
107
113
|
},
|
|
108
|
-
|
|
109
|
-
description: "
|
|
110
|
-
required: !
|
|
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,
|
|
114
|
+
enterKeyHint: {
|
|
115
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)",
|
|
116
|
+
required: !0,
|
|
118
117
|
control: "text",
|
|
119
118
|
type: "string"
|
|
120
119
|
},
|
|
121
|
-
|
|
122
|
-
description: "
|
|
123
|
-
required: !
|
|
124
|
-
control: "
|
|
125
|
-
type: "
|
|
120
|
+
frameBorder: {
|
|
121
|
+
description: "Sets or retrieves whether to display a border for the frame.",
|
|
122
|
+
required: !0,
|
|
123
|
+
control: "text",
|
|
124
|
+
type: "string"
|
|
126
125
|
},
|
|
127
|
-
|
|
128
|
-
description: `
|
|
129
|
-
|
|
130
|
-
|
|
126
|
+
height: {
|
|
127
|
+
description: `Sets or retrieves the height of the object.
|
|
128
|
+
|
|
129
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height)`,
|
|
130
|
+
required: !0,
|
|
131
131
|
control: "text",
|
|
132
132
|
type: "string"
|
|
133
133
|
},
|
|
134
|
-
|
|
135
|
-
description:
|
|
136
|
-
required: !
|
|
134
|
+
hidden: {
|
|
135
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)",
|
|
136
|
+
required: !0,
|
|
137
137
|
control: "boolean",
|
|
138
138
|
type: "boolean"
|
|
139
139
|
},
|
|
140
|
-
|
|
141
|
-
description:
|
|
142
|
-
|
|
140
|
+
id: {
|
|
141
|
+
description: `Returns the value of element's id content attribute. Can be set to change it.
|
|
142
|
+
|
|
143
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)`,
|
|
144
|
+
required: !0,
|
|
143
145
|
control: "text",
|
|
144
146
|
type: "string"
|
|
145
147
|
},
|
|
146
|
-
|
|
147
|
-
description: "
|
|
148
|
-
required: !
|
|
148
|
+
inert: {
|
|
149
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)",
|
|
150
|
+
required: !0,
|
|
149
151
|
control: "boolean",
|
|
150
152
|
type: "boolean"
|
|
151
153
|
},
|
|
152
|
-
|
|
153
|
-
description: "
|
|
154
|
-
required: !
|
|
154
|
+
innerHTML: {
|
|
155
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)",
|
|
156
|
+
required: !0,
|
|
155
157
|
control: "text",
|
|
156
158
|
type: "string"
|
|
157
159
|
},
|
|
158
|
-
|
|
159
|
-
description: "
|
|
160
|
-
required: !
|
|
160
|
+
innerText: {
|
|
161
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)",
|
|
162
|
+
required: !0,
|
|
161
163
|
control: "text",
|
|
162
164
|
type: "string"
|
|
163
165
|
},
|
|
164
|
-
|
|
165
|
-
description: "
|
|
166
|
-
required: !
|
|
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,
|
|
166
|
+
inputMode: {
|
|
167
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)",
|
|
168
|
+
required: !0,
|
|
173
169
|
control: "text",
|
|
174
170
|
type: "string"
|
|
175
171
|
},
|
|
176
|
-
|
|
177
|
-
description:
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
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,
|
|
172
|
+
isConnected: {
|
|
173
|
+
description: `Returns true if node is connected and false otherwise.
|
|
174
|
+
|
|
175
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)`,
|
|
176
|
+
required: !0,
|
|
192
177
|
control: "boolean",
|
|
193
178
|
type: "boolean"
|
|
194
179
|
},
|
|
195
|
-
|
|
196
|
-
description: "
|
|
197
|
-
required: !
|
|
180
|
+
isContentEditable: {
|
|
181
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)",
|
|
182
|
+
required: !0,
|
|
198
183
|
control: "boolean",
|
|
199
184
|
type: "boolean"
|
|
200
185
|
},
|
|
201
|
-
|
|
202
|
-
description: "
|
|
203
|
-
required: !
|
|
204
|
-
control: "
|
|
205
|
-
type: "
|
|
186
|
+
lang: {
|
|
187
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)",
|
|
188
|
+
required: !0,
|
|
189
|
+
control: "text",
|
|
190
|
+
type: "string"
|
|
206
191
|
},
|
|
207
|
-
|
|
208
|
-
description: "
|
|
192
|
+
loading: {
|
|
193
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)",
|
|
209
194
|
required: !1,
|
|
210
|
-
control: "
|
|
195
|
+
control: "text",
|
|
211
196
|
type: "string",
|
|
212
|
-
|
|
197
|
+
defaultValue: "lazy"
|
|
213
198
|
},
|
|
214
|
-
|
|
215
|
-
description: `
|
|
216
|
-
|
|
217
|
-
|
|
199
|
+
localName: {
|
|
200
|
+
description: `Returns the local name.
|
|
201
|
+
|
|
202
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)`,
|
|
203
|
+
required: !0,
|
|
218
204
|
control: "text",
|
|
219
205
|
type: "string"
|
|
220
206
|
},
|
|
221
|
-
|
|
222
|
-
description:
|
|
223
|
-
|
|
224
|
-
required: !1,
|
|
207
|
+
longDesc: {
|
|
208
|
+
description: "Sets or retrieves a URI to a long description of the object.",
|
|
209
|
+
required: !0,
|
|
225
210
|
control: "text",
|
|
226
211
|
type: "string"
|
|
227
212
|
},
|
|
228
|
-
|
|
229
|
-
description: "
|
|
230
|
-
required: !
|
|
231
|
-
control: "number",
|
|
232
|
-
type: "number"
|
|
233
|
-
},
|
|
234
|
-
"aria-pressed": {
|
|
235
|
-
description: 'Indicates the current "pressed" state of toggle buttons.',
|
|
236
|
-
required: !1,
|
|
213
|
+
marginHeight: {
|
|
214
|
+
description: "Sets or retrieves the top and bottom margin heights before displaying the text in a frame.",
|
|
215
|
+
required: !0,
|
|
237
216
|
control: "text",
|
|
238
217
|
type: "string"
|
|
239
218
|
},
|
|
240
|
-
|
|
241
|
-
description: "
|
|
242
|
-
required: !
|
|
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,
|
|
219
|
+
marginWidth: {
|
|
220
|
+
description: "Sets or retrieves the left and right margin widths before displaying the text in a frame.",
|
|
221
|
+
required: !0,
|
|
273
222
|
control: "text",
|
|
274
223
|
type: "string"
|
|
275
224
|
},
|
|
276
|
-
|
|
277
|
-
description:
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
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"
|
|
225
|
+
name: {
|
|
226
|
+
description: `Sets or retrieves the frame name.
|
|
227
|
+
|
|
228
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/name)`,
|
|
229
|
+
required: !0,
|
|
230
|
+
control: "text",
|
|
231
|
+
type: "string"
|
|
287
232
|
},
|
|
288
|
-
|
|
289
|
-
description:
|
|
290
|
-
|
|
233
|
+
nodeName: {
|
|
234
|
+
description: `Returns a string appropriate for the type of node.
|
|
235
|
+
|
|
236
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)`,
|
|
237
|
+
required: !0,
|
|
291
238
|
control: "text",
|
|
292
239
|
type: "string"
|
|
293
240
|
},
|
|
294
|
-
|
|
295
|
-
description:
|
|
296
|
-
|
|
241
|
+
nodeType: {
|
|
242
|
+
description: `Returns the type of node.
|
|
243
|
+
|
|
244
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)`,
|
|
245
|
+
required: !0,
|
|
297
246
|
control: "number",
|
|
298
247
|
type: "number"
|
|
299
248
|
},
|
|
300
|
-
|
|
301
|
-
description:
|
|
249
|
+
nonce: {
|
|
250
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)",
|
|
302
251
|
required: !1,
|
|
303
|
-
control: "
|
|
304
|
-
type: "
|
|
252
|
+
control: "text",
|
|
253
|
+
type: "string"
|
|
305
254
|
},
|
|
306
|
-
|
|
307
|
-
description: "
|
|
308
|
-
required: !
|
|
255
|
+
offsetHeight: {
|
|
256
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)",
|
|
257
|
+
required: !0,
|
|
309
258
|
control: "number",
|
|
310
259
|
type: "number"
|
|
311
260
|
},
|
|
312
|
-
|
|
313
|
-
description: "
|
|
314
|
-
required: !
|
|
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,
|
|
261
|
+
offsetLeft: {
|
|
262
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)",
|
|
263
|
+
required: !0,
|
|
322
264
|
control: "number",
|
|
323
265
|
type: "number"
|
|
324
266
|
},
|
|
325
|
-
|
|
326
|
-
description: "
|
|
327
|
-
required: !
|
|
267
|
+
offsetTop: {
|
|
268
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)",
|
|
269
|
+
required: !0,
|
|
328
270
|
control: "number",
|
|
329
271
|
type: "number"
|
|
330
272
|
},
|
|
331
|
-
|
|
332
|
-
description: "
|
|
333
|
-
required: !
|
|
273
|
+
offsetWidth: {
|
|
274
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)",
|
|
275
|
+
required: !0,
|
|
334
276
|
control: "number",
|
|
335
277
|
type: "number"
|
|
336
278
|
},
|
|
337
|
-
|
|
338
|
-
description: "
|
|
339
|
-
required: !
|
|
279
|
+
outerHTML: {
|
|
280
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)",
|
|
281
|
+
required: !0,
|
|
340
282
|
control: "text",
|
|
341
283
|
type: "string"
|
|
342
284
|
},
|
|
343
|
-
|
|
344
|
-
|
|
285
|
+
outerText: {
|
|
286
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)",
|
|
287
|
+
required: !0,
|
|
345
288
|
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
|
-
autopause: {
|
|
357
|
-
description: "Whether to pause the current video when another Vimeo video on the same page starts to play. Set this value to false to permit simultaneous playback of all the videos on the page. This option has no effect if you've disabled cookies in your browser, either through browser settings or with an extension or plugin.",
|
|
358
|
-
required: !1,
|
|
359
|
-
control: "boolean",
|
|
360
|
-
type: "boolean",
|
|
361
|
-
defaultValue: !0
|
|
362
|
-
},
|
|
363
|
-
autopip: {
|
|
364
|
-
description: "Whether to enable the browser to enter picture-in-picture mode automatically when switching tabs or windows, where supported.",
|
|
365
|
-
required: !1,
|
|
366
|
-
control: "boolean",
|
|
367
|
-
type: "boolean"
|
|
368
|
-
},
|
|
369
|
-
autoplay: {
|
|
370
|
-
description: "Whether to start playback of the video automatically. This feature might not work on all devices.\nSome browsers require the `muted` parameter to be set to `true` for autoplay to work.",
|
|
371
|
-
required: !1,
|
|
372
|
-
control: "boolean",
|
|
373
|
-
type: "boolean",
|
|
374
|
-
defaultValue: !1
|
|
375
|
-
},
|
|
376
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
377
|
-
backgroundMode: {
|
|
378
|
-
description: "Whether the player is in background mode, which hides the playback controls, enables autoplay, and loops the video.",
|
|
379
|
-
required: !1,
|
|
380
|
-
control: "boolean",
|
|
381
|
-
type: "boolean"
|
|
382
|
-
},
|
|
383
|
-
className: { required: !1, control: "text", type: "string" },
|
|
384
|
-
color: {
|
|
385
|
-
required: !1,
|
|
386
|
-
control: "color",
|
|
387
|
-
type: "string",
|
|
388
|
-
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."
|
|
389
|
-
},
|
|
390
|
-
content: {
|
|
391
|
-
required: !1,
|
|
392
|
-
control: "text",
|
|
393
|
-
type: "string",
|
|
394
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
395
|
-
},
|
|
396
|
-
contextMenu: {
|
|
397
|
-
required: !1,
|
|
398
|
-
control: "text",
|
|
399
|
-
type: "string",
|
|
400
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
401
|
-
},
|
|
402
|
-
controlsColor: {
|
|
403
|
-
description: "A color value of the playback controls, which is normally #00ADEF. The embed settings of the video might override this value.",
|
|
404
|
-
required: !1,
|
|
405
|
-
control: "color",
|
|
406
289
|
type: "string"
|
|
407
290
|
},
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
dir: {
|
|
412
|
-
required: !1,
|
|
413
|
-
control: "text",
|
|
414
|
-
type: "string",
|
|
415
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
416
|
-
},
|
|
417
|
-
doNotTrack: {
|
|
418
|
-
description: "Whether to prevent the player from tracking session data, including cookies. Keep in mind that setting this argument to true also blocks video stats.",
|
|
419
|
-
required: !1,
|
|
420
|
-
control: "boolean",
|
|
421
|
-
type: "boolean",
|
|
422
|
-
defaultValue: !1
|
|
423
|
-
},
|
|
424
|
-
draggable: {
|
|
425
|
-
required: !1,
|
|
426
|
-
control: "boolean",
|
|
427
|
-
type: "boolean",
|
|
428
|
-
description: "Defines whether the element can be dragged."
|
|
429
|
-
},
|
|
430
|
-
hidden: {
|
|
431
|
-
required: !1,
|
|
432
|
-
control: "boolean",
|
|
433
|
-
type: "boolean",
|
|
434
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
435
|
-
},
|
|
436
|
-
id: {
|
|
437
|
-
required: !1,
|
|
438
|
-
control: "text",
|
|
439
|
-
type: "string",
|
|
440
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
441
|
-
},
|
|
442
|
-
inputMode: {
|
|
443
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
444
|
-
required: !1,
|
|
291
|
+
referrerPolicy: {
|
|
292
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/referrerPolicy)",
|
|
293
|
+
required: !0,
|
|
445
294
|
control: "select",
|
|
446
295
|
type: "string",
|
|
447
296
|
options: [
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
297
|
+
"",
|
|
298
|
+
"no-referrer",
|
|
299
|
+
"no-referrer-when-downgrade",
|
|
300
|
+
"origin",
|
|
301
|
+
"origin-when-cross-origin",
|
|
302
|
+
"same-origin",
|
|
303
|
+
"strict-origin",
|
|
304
|
+
"strict-origin-when-cross-origin",
|
|
305
|
+
"unsafe-url"
|
|
456
306
|
]
|
|
457
307
|
},
|
|
458
|
-
interactiveParams: {
|
|
459
|
-
description: "Key-value pairs representing dynamic parameters that are utilized on interactive videos with live elements, such as title=my-video,subtitle=interactive.",
|
|
460
|
-
required: !1,
|
|
461
|
-
control: "text",
|
|
462
|
-
type: "string"
|
|
463
|
-
},
|
|
464
|
-
is: {
|
|
465
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
466
|
-
required: !1,
|
|
467
|
-
control: "text",
|
|
468
|
-
type: "string"
|
|
469
|
-
},
|
|
470
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
471
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
472
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
473
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
474
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
475
|
-
keyboard: {
|
|
476
|
-
description: "Whether to enable keyboard input to trigger player events. This setting doesn't affect tab control.",
|
|
477
|
-
required: !1,
|
|
478
|
-
control: "boolean",
|
|
479
|
-
type: "boolean",
|
|
480
|
-
defaultValue: !0
|
|
481
|
-
},
|
|
482
|
-
lang: {
|
|
483
|
-
required: !1,
|
|
484
|
-
control: "text",
|
|
485
|
-
type: "string",
|
|
486
|
-
description: "Defines the language used in the element."
|
|
487
|
-
},
|
|
488
|
-
loading: {
|
|
489
|
-
description: "Not a Vimeo attribute: Loading attribute for the iframe allows to eager or lazy load the source",
|
|
490
|
-
required: !1,
|
|
491
|
-
control: "radio",
|
|
492
|
-
type: "string",
|
|
493
|
-
defaultValue: "lazy",
|
|
494
|
-
options: ["eager", "lazy"]
|
|
495
|
-
},
|
|
496
|
-
loop: {
|
|
497
|
-
description: "Whether to restart the video automatically after reaching the end.",
|
|
498
|
-
required: !1,
|
|
499
|
-
control: "boolean",
|
|
500
|
-
type: "boolean",
|
|
501
|
-
defaultValue: !1
|
|
502
|
-
},
|
|
503
|
-
muted: {
|
|
504
|
-
description: "Whether the video is muted upon loading. The true value is required for the autoplay behavior in some browsers.",
|
|
505
|
-
required: !1,
|
|
506
|
-
control: "boolean",
|
|
507
|
-
type: "boolean",
|
|
508
|
-
defaultValue: !1
|
|
509
|
-
},
|
|
510
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
511
|
-
pip: {
|
|
512
|
-
description: "Whether to include the picture-in-picture button among the player controls and enable the picture-in-picture API.",
|
|
513
|
-
required: !1,
|
|
514
|
-
control: "boolean",
|
|
515
|
-
type: "boolean",
|
|
516
|
-
defaultValue: !1
|
|
517
|
-
},
|
|
518
|
-
playsinline: {
|
|
519
|
-
description: "Whether the video plays inline on supported mobile devices. To force the device to play the video in fullscreen mode instead, set this value to false.",
|
|
520
|
-
required: !1,
|
|
521
|
-
control: "boolean",
|
|
522
|
-
type: "boolean",
|
|
523
|
-
defaultValue: !0
|
|
524
|
-
},
|
|
525
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
526
|
-
property: { required: !1, control: "text", type: "string" },
|
|
527
|
-
quality: {
|
|
528
|
-
description: "For videos on a Vimeo Plus account or higher: the playback quality of the video. Use auto for the best possible quality given available bandwidth and other factors. You can also specify 360p, 540p, 720p, 1080p, 2k, and 4k.",
|
|
529
|
-
required: !1,
|
|
530
|
-
control: "select",
|
|
531
|
-
type: "string",
|
|
532
|
-
defaultValue: "auto",
|
|
533
|
-
options: ["auto", "360p", "540p", "720p", "1080p", "2k", "4k"]
|
|
534
|
-
},
|
|
535
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
536
|
-
rel: {
|
|
537
|
-
required: !1,
|
|
538
|
-
control: "text",
|
|
539
|
-
type: "string",
|
|
540
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
541
|
-
},
|
|
542
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
543
|
-
responsive: {
|
|
544
|
-
description: "Whether to return a responsive embed code, or one that provides intelligent adjustments based on viewing conditions. We recommend this option for mobile-optimized sites.",
|
|
545
|
-
required: !1,
|
|
546
|
-
control: "boolean",
|
|
547
|
-
type: "boolean",
|
|
548
|
-
defaultValue: !0
|
|
549
|
-
},
|
|
550
|
-
results: { required: !1, control: "number", type: "number" },
|
|
551
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
552
308
|
role: {
|
|
553
|
-
required: !
|
|
309
|
+
required: !0,
|
|
554
310
|
control: "text",
|
|
555
311
|
type: "string",
|
|
556
312
|
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
557
313
|
},
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
type: "boolean",
|
|
564
|
-
defaultValue: !1
|
|
314
|
+
scrollHeight: {
|
|
315
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)",
|
|
316
|
+
required: !0,
|
|
317
|
+
control: "number",
|
|
318
|
+
type: "number"
|
|
565
319
|
},
|
|
566
|
-
|
|
567
|
-
description: "
|
|
568
|
-
required: !
|
|
569
|
-
control: "
|
|
570
|
-
type: "
|
|
571
|
-
defaultValue: !0
|
|
320
|
+
scrolling: {
|
|
321
|
+
description: "Sets or retrieves whether the frame can be scrolled.",
|
|
322
|
+
required: !0,
|
|
323
|
+
control: "text",
|
|
324
|
+
type: "string"
|
|
572
325
|
},
|
|
573
|
-
|
|
574
|
-
description: "
|
|
575
|
-
required: !
|
|
576
|
-
control: "
|
|
577
|
-
type: "
|
|
578
|
-
defaultValue: !0
|
|
326
|
+
scrollLeft: {
|
|
327
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)",
|
|
328
|
+
required: !0,
|
|
329
|
+
control: "number",
|
|
330
|
+
type: "number"
|
|
579
331
|
},
|
|
580
|
-
|
|
581
|
-
description: "
|
|
582
|
-
required: !
|
|
583
|
-
control: "
|
|
584
|
-
type: "
|
|
585
|
-
defaultValue: !1
|
|
332
|
+
scrollTop: {
|
|
333
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)",
|
|
334
|
+
required: !0,
|
|
335
|
+
control: "number",
|
|
336
|
+
type: "number"
|
|
586
337
|
},
|
|
587
|
-
|
|
588
|
-
description: "
|
|
589
|
-
required: !
|
|
590
|
-
control: "
|
|
591
|
-
type: "
|
|
592
|
-
defaultValue: !1
|
|
338
|
+
scrollWidth: {
|
|
339
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)",
|
|
340
|
+
required: !0,
|
|
341
|
+
control: "number",
|
|
342
|
+
type: "number"
|
|
593
343
|
},
|
|
594
344
|
slot: {
|
|
595
|
-
|
|
345
|
+
description: `Returns the value of element's slot content attribute. Can be set to change it.
|
|
346
|
+
|
|
347
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)`,
|
|
348
|
+
required: !0,
|
|
596
349
|
control: "text",
|
|
597
|
-
type: "string"
|
|
598
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
599
|
-
},
|
|
600
|
-
speed: {
|
|
601
|
-
description: "Whether the player displays speed controls in the preferences menu and enables the playback rate API.",
|
|
602
|
-
required: !1,
|
|
603
|
-
control: "boolean",
|
|
604
|
-
type: "boolean",
|
|
605
|
-
defaultValue: !1
|
|
606
|
-
},
|
|
607
|
-
spellCheck: {
|
|
608
|
-
required: !1,
|
|
609
|
-
control: "boolean",
|
|
610
|
-
type: "boolean",
|
|
611
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
350
|
+
type: "string"
|
|
612
351
|
},
|
|
613
|
-
|
|
614
|
-
|
|
352
|
+
spellcheck: {
|
|
353
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)",
|
|
354
|
+
required: !0,
|
|
615
355
|
control: "boolean",
|
|
616
356
|
type: "boolean"
|
|
617
357
|
},
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
358
|
+
src: {
|
|
359
|
+
description: `Sets or retrieves a URL to be loaded by the object.
|
|
360
|
+
|
|
361
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/src)`,
|
|
362
|
+
required: !0,
|
|
363
|
+
control: "text",
|
|
364
|
+
type: "string"
|
|
365
|
+
},
|
|
366
|
+
srcdoc: {
|
|
367
|
+
description: `Sets or retrives the content of the page that is to contain.
|
|
368
|
+
|
|
369
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)`,
|
|
370
|
+
required: !0,
|
|
371
|
+
control: "text",
|
|
372
|
+
type: "string"
|
|
622
373
|
},
|
|
623
374
|
tabIndex: {
|
|
624
|
-
|
|
375
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)",
|
|
376
|
+
required: !0,
|
|
625
377
|
control: "number",
|
|
626
|
-
type: "number"
|
|
627
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
378
|
+
type: "number"
|
|
628
379
|
},
|
|
629
|
-
|
|
630
|
-
description: `
|
|
631
|
-
|
|
632
|
-
|
|
380
|
+
tagName: {
|
|
381
|
+
description: `Returns the HTML-uppercased qualified name.
|
|
382
|
+
|
|
383
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)`,
|
|
384
|
+
required: !0,
|
|
633
385
|
control: "text",
|
|
634
386
|
type: "string"
|
|
635
387
|
},
|
|
636
388
|
title: {
|
|
637
|
-
description:
|
|
638
|
-
required: !
|
|
389
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)",
|
|
390
|
+
required: !0,
|
|
639
391
|
control: "text",
|
|
640
392
|
type: "string"
|
|
641
393
|
},
|
|
642
394
|
translate: {
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
type: "string",
|
|
646
|
-
options: ["yes", "no"],
|
|
647
|
-
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."
|
|
648
|
-
},
|
|
649
|
-
transparent: {
|
|
650
|
-
description: "Whether the responsive player and transparent background are enabled.",
|
|
651
|
-
required: !1,
|
|
395
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)",
|
|
396
|
+
required: !0,
|
|
652
397
|
control: "boolean",
|
|
653
|
-
type: "boolean"
|
|
654
|
-
defaultValue: !0
|
|
655
|
-
},
|
|
656
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
657
|
-
unselectable: {
|
|
658
|
-
required: !1,
|
|
659
|
-
control: "radio",
|
|
660
|
-
type: "string",
|
|
661
|
-
options: ["on", "off"]
|
|
398
|
+
type: "boolean"
|
|
662
399
|
},
|
|
663
|
-
|
|
664
|
-
description:
|
|
665
|
-
|
|
400
|
+
width: {
|
|
401
|
+
description: `Sets or retrieves the width of the object.
|
|
402
|
+
|
|
403
|
+
[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width)`,
|
|
404
|
+
required: !0,
|
|
666
405
|
control: "text",
|
|
667
406
|
type: "string"
|
|
668
407
|
},
|
|
669
|
-
|
|
408
|
+
writingSuggestions: {
|
|
409
|
+
description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)",
|
|
410
|
+
required: !0,
|
|
411
|
+
control: "text",
|
|
412
|
+
type: "string"
|
|
413
|
+
}
|
|
670
414
|
};
|
|
671
415
|
export {
|
|
672
416
|
e as props
|