@webstudio-is/sdk-components-react 0.191.4 → 0.192.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 +514 -0
- package/lib/__generated__/body.props.js +508 -0
- package/lib/__generated__/bold.props.js +508 -0
- package/lib/__generated__/box.props.js +527 -0
- package/lib/__generated__/button.props.js +570 -0
- package/lib/__generated__/checkbox.props.js +672 -0
- package/lib/__generated__/code-text.props.js +509 -0
- package/lib/__generated__/form.props.js +556 -0
- package/lib/__generated__/heading.props.js +516 -0
- package/lib/__generated__/html-embed.props.js +13 -0
- package/lib/__generated__/image.props.js +592 -0
- package/lib/__generated__/input.props.js +696 -0
- package/lib/__generated__/italic.props.js +508 -0
- package/lib/__generated__/label.props.js +520 -0
- package/lib/__generated__/link.props.js +568 -0
- package/lib/__generated__/list-item.props.js +514 -0
- package/lib/__generated__/list.props.js +534 -0
- package/lib/__generated__/markdown-embed.props.js +7 -0
- package/lib/__generated__/option.props.js +532 -0
- package/lib/__generated__/paragraph.props.js +508 -0
- package/lib/__generated__/radio-button.props.js +672 -0
- package/lib/__generated__/select.props.js +556 -0
- package/lib/__generated__/separator.props.js +508 -0
- package/lib/__generated__/span.props.js +508 -0
- package/lib/__generated__/subscript.props.js +508 -0
- package/lib/__generated__/superscript.props.js +508 -0
- package/lib/__generated__/text.props.js +516 -0
- package/lib/__generated__/textarea.props.js +587 -0
- package/lib/__generated__/time.props.js +312 -0
- package/lib/__generated__/vimeo-play-button.props.js +569 -0
- package/lib/__generated__/vimeo-preview-image.props.js +586 -0
- package/lib/__generated__/vimeo-spinner.props.js +508 -0
- package/lib/__generated__/vimeo.props.js +674 -0
- package/lib/__generated__/xml-node.props.js +7 -0
- package/lib/__generated__/xml-time.props.js +18 -0
- package/lib/blockquote.js +9 -0
- package/lib/blockquote.ws.js +79 -0
- package/lib/body.js +7 -0
- package/lib/body.ws.js +30 -0
- package/lib/bold.js +7 -0
- package/lib/bold.ws.js +20 -0
- package/lib/box.js +9 -0
- package/lib/box.ws.js +31 -0
- package/lib/button.js +9 -0
- package/lib/button.ws.js +43 -0
- package/lib/checkbox.js +15 -0
- package/lib/checkbox.ws.js +58 -0
- package/lib/code-text.js +10 -0
- package/lib/code-text.ws.js +59 -0
- package/lib/components.js +79 -0
- package/lib/content-embed.ws.js +77 -0
- package/lib/form.js +7 -0
- package/lib/form.ws.js +30 -0
- package/lib/fragment.js +7 -0
- package/lib/fragment.ws.js +11 -0
- package/lib/heading.js +9 -0
- package/lib/heading.ws.js +44 -0
- package/lib/home_wsKvRSqvkajPPBeycZ-C8.svg +3 -0
- package/lib/hooks.js +5 -0
- package/lib/html-embed-patchers.js +29 -0
- package/lib/html-embed.js +112 -0
- package/lib/html-embed.ws.js +46 -0
- package/lib/image.js +40 -0
- package/lib/image.ws.js +65 -0
- package/lib/input.js +17 -0
- package/lib/input.ws.js +54 -0
- package/lib/italic.js +7 -0
- package/lib/italic.ws.js +26 -0
- package/lib/label.js +7 -0
- package/lib/label.ws.js +42 -0
- package/lib/link.js +15 -0
- package/lib/link.ws.js +67 -0
- package/lib/list-item.js +9 -0
- package/lib/list-item.ws.js +39 -0
- package/lib/list.js +6 -0
- package/lib/list.ws.js +92 -0
- package/lib/markdown-embed.js +14 -0
- package/lib/markdown-embed.ws.js +111 -0
- package/lib/metas.js +81 -0
- package/lib/option.js +7 -0
- package/lib/option.ws.js +45 -0
- package/lib/paragraph.js +7 -0
- package/lib/paragraph.ws.js +39 -0
- package/lib/props.js +79 -0
- package/lib/radio-button.js +15 -0
- package/lib/radio-button.ws.js +60 -0
- package/lib/rich-text-link.js +8 -0
- package/lib/rich-text-link.ws.js +11 -0
- package/lib/select.js +19 -0
- package/lib/select.ws.js +96 -0
- package/lib/separator.js +9 -0
- package/lib/separator.ws.js +48 -0
- package/lib/slot.js +14 -0
- package/lib/slot.ws.js +15 -0
- package/lib/span.js +7 -0
- package/lib/span.ws.js +20 -0
- package/lib/subscript.js +7 -0
- package/lib/subscript.ws.js +20 -0
- package/lib/superscript.js +7 -0
- package/lib/superscript.ws.js +20 -0
- package/lib/text.js +10 -0
- package/lib/text.ws.js +41 -0
- package/lib/textarea.js +7 -0
- package/lib/textarea.ws.js +55 -0
- package/lib/time.js +319 -0
- package/lib/time.ws.js +22 -0
- package/lib/types/__generated__/blockquote.props.d.ts +2 -0
- package/lib/types/__generated__/body.props.d.ts +2 -0
- package/lib/types/__generated__/bold.props.d.ts +2 -0
- package/lib/types/__generated__/box.props.d.ts +2 -0
- package/lib/types/__generated__/button.props.d.ts +2 -0
- package/lib/types/__generated__/checkbox.props.d.ts +2 -0
- package/lib/types/__generated__/code-text.props.d.ts +2 -0
- package/lib/types/__generated__/form.props.d.ts +2 -0
- package/lib/types/__generated__/fragment.props.d.ts +2 -0
- package/lib/types/__generated__/heading.props.d.ts +2 -0
- package/lib/types/__generated__/html-embed.props.d.ts +2 -0
- package/lib/types/__generated__/image.props.d.ts +2 -0
- package/lib/types/__generated__/input.props.d.ts +2 -0
- package/lib/types/__generated__/italic.props.d.ts +2 -0
- package/lib/types/__generated__/label.props.d.ts +2 -0
- package/lib/types/__generated__/link.props.d.ts +2 -0
- package/lib/types/__generated__/list-item.props.d.ts +2 -0
- package/lib/types/__generated__/list.props.d.ts +2 -0
- package/lib/types/__generated__/local-date.props.d.ts +2 -0
- package/lib/types/__generated__/markdown-embed.props.d.ts +2 -0
- package/lib/types/__generated__/option.props.d.ts +2 -0
- package/lib/types/__generated__/paragraph.props.d.ts +2 -0
- package/lib/types/__generated__/radio-button.props.d.ts +2 -0
- package/lib/types/__generated__/rich-text-link.props.d.ts +2 -0
- package/lib/types/__generated__/select.props.d.ts +2 -0
- package/lib/types/__generated__/separator.props.d.ts +2 -0
- package/lib/types/__generated__/slot.props.d.ts +2 -0
- package/lib/types/__generated__/span.props.d.ts +2 -0
- package/lib/types/__generated__/subscript.props.d.ts +2 -0
- package/lib/types/__generated__/superscript.props.d.ts +2 -0
- package/lib/types/__generated__/text.props.d.ts +2 -0
- package/lib/types/__generated__/textarea.props.d.ts +2 -0
- package/lib/types/__generated__/time.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-play-button.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-preview-image.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo-spinner.props.d.ts +2 -0
- package/lib/types/__generated__/vimeo.props.d.ts +2 -0
- package/lib/types/__generated__/xml-node.props.d.ts +2 -0
- package/lib/types/__generated__/xml-time.props.d.ts +2 -0
- package/lib/types/blockquote.d.ts +2 -0
- package/lib/types/blockquote.ws.d.ts +3 -0
- package/lib/types/body.d.ts +2 -0
- package/lib/types/body.ws.d.ts +3 -0
- package/lib/types/bold.d.ts +2 -0
- package/lib/types/bold.ws.d.ts +3 -0
- package/lib/types/box.d.ts +8 -0
- package/lib/types/box.ws.d.ts +3 -0
- package/lib/types/button.d.ts +2 -0
- package/lib/types/button.ws.d.ts +3 -0
- package/lib/types/checkbox.d.ts +4 -0
- package/lib/types/checkbox.ws.d.ts +3 -0
- package/lib/types/code-text.d.ts +4 -0
- package/lib/types/code-text.ws.d.ts +3 -0
- package/lib/types/components.d.ts +39 -0
- package/lib/types/content-embed.ws.d.ts +2 -0
- package/lib/types/form.d.ts +2 -0
- package/lib/types/form.ws.d.ts +3 -0
- package/lib/types/fragment.d.ts +6 -0
- package/lib/types/fragment.ws.d.ts +3 -0
- package/lib/types/heading.d.ts +8 -0
- package/lib/types/heading.ws.d.ts +3 -0
- package/lib/types/hooks.d.ts +2 -0
- package/lib/types/html-embed-patchers.d.ts +2 -0
- package/lib/types/html-embed.d.ts +12 -0
- package/lib/types/html-embed.test.d.ts +1 -0
- package/lib/types/html-embed.ws.d.ts +3 -0
- package/lib/types/image.d.ts +8 -0
- package/lib/types/image.ws.d.ts +11 -0
- package/lib/types/input.d.ts +4 -0
- package/lib/types/input.ws.d.ts +3 -0
- package/lib/types/italic.d.ts +2 -0
- package/lib/types/italic.ws.d.ts +3 -0
- package/lib/types/label.d.ts +2 -0
- package/lib/types/label.ws.d.ts +3 -0
- package/lib/types/link.d.ts +7 -0
- package/lib/types/link.ws.d.ts +3 -0
- package/lib/types/list-item.d.ts +2 -0
- package/lib/types/list-item.ws.d.ts +3 -0
- package/lib/types/list.d.ts +10 -0
- package/lib/types/list.ws.d.ts +3 -0
- package/lib/types/markdown-embed.d.ts +7 -0
- package/lib/types/markdown-embed.ws.d.ts +3 -0
- package/lib/types/metas.d.ts +40 -0
- package/lib/types/option.d.ts +2 -0
- package/lib/types/option.ws.d.ts +3 -0
- package/lib/types/paragraph.d.ts +2 -0
- package/lib/types/paragraph.ws.d.ts +3 -0
- package/lib/types/props.d.ts +39 -0
- package/lib/types/radio-button.d.ts +4 -0
- package/lib/types/radio-button.ws.d.ts +3 -0
- package/lib/types/rich-text-link.d.ts +2 -0
- package/lib/types/rich-text-link.ws.d.ts +3 -0
- package/lib/types/select.d.ts +4 -0
- package/lib/types/select.ws.d.ts +3 -0
- package/lib/types/separator.d.ts +2 -0
- package/lib/types/separator.ws.d.ts +3 -0
- package/lib/types/slot.d.ts +6 -0
- package/lib/types/slot.ws.d.ts +3 -0
- package/lib/types/span.d.ts +2 -0
- package/lib/types/span.ws.d.ts +3 -0
- package/lib/types/subscript.d.ts +2 -0
- package/lib/types/subscript.ws.d.ts +3 -0
- package/lib/types/superscript.d.ts +2 -0
- package/lib/types/superscript.ws.d.ts +3 -0
- package/lib/types/test-utils/cartesian.d.ts +2 -0
- package/lib/types/text.d.ts +8 -0
- package/lib/types/text.ws.d.ts +3 -0
- package/lib/types/textarea.d.ts +2 -0
- package/lib/types/textarea.ws.d.ts +3 -0
- package/lib/types/time.d.ts +18 -0
- package/lib/types/time.test.d.ts +1 -0
- package/lib/types/time.ws.d.ts +3 -0
- package/lib/types/vimeo-play-button.d.ts +3 -0
- package/lib/types/vimeo-play-button.ws.d.ts +3 -0
- package/lib/types/vimeo-preview-image.d.ts +284 -0
- package/lib/types/vimeo-preview-image.ws.d.ts +3 -0
- package/lib/types/vimeo-spinner.d.ts +1 -0
- package/lib/types/vimeo-spinner.ws.d.ts +3 -0
- package/lib/types/vimeo.d.ts +75 -0
- package/lib/types/vimeo.ws.d.ts +3 -0
- package/lib/types/xml-node.d.ts +13 -0
- package/lib/types/xml-node.ws.d.ts +3 -0
- package/lib/types/xml-time.d.ts +6 -0
- package/lib/types/xml-time.ws.d.ts +3 -0
- package/lib/vimeo-play-button.js +15 -0
- package/lib/vimeo-play-button.ws.js +31 -0
- package/lib/vimeo-preview-image.js +19 -0
- package/lib/vimeo-preview-image.ws.js +19 -0
- package/lib/vimeo-spinner.js +13 -0
- package/lib/vimeo-spinner.ws.js +25 -0
- package/lib/vimeo.js +215 -0
- package/lib/vimeo.ws.js +329 -0
- package/lib/xml-node.js +44 -0
- package/lib/xml-node.ws.js +18 -0
- package/lib/xml-time.js +25 -0
- package/lib/xml-time.ws.js +18 -0
- package/package.json +5 -5
|
@@ -0,0 +1,674 @@
|
|
|
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
|
+
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.",
|
|
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
|
+
defaultValue: !1
|
|
383
|
+
},
|
|
384
|
+
className: { required: !1, control: "text", type: "string" },
|
|
385
|
+
color: {
|
|
386
|
+
required: !1,
|
|
387
|
+
control: "color",
|
|
388
|
+
type: "string",
|
|
389
|
+
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."
|
|
390
|
+
},
|
|
391
|
+
content: {
|
|
392
|
+
required: !1,
|
|
393
|
+
control: "text",
|
|
394
|
+
type: "string",
|
|
395
|
+
description: "A value associated with http-equiv orname depending on the context."
|
|
396
|
+
},
|
|
397
|
+
contextMenu: {
|
|
398
|
+
required: !1,
|
|
399
|
+
control: "text",
|
|
400
|
+
type: "string",
|
|
401
|
+
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
402
|
+
},
|
|
403
|
+
controlsColor: {
|
|
404
|
+
description: "A color value of the playback controls, which is normally #00ADEF. The embed settings of the video might override this value.",
|
|
405
|
+
required: !1,
|
|
406
|
+
control: "color",
|
|
407
|
+
type: "string"
|
|
408
|
+
},
|
|
409
|
+
datatype: { required: !1, control: "text", type: "string" },
|
|
410
|
+
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
411
|
+
defaultValue: { required: !1, control: "text", type: "string" },
|
|
412
|
+
dir: {
|
|
413
|
+
required: !1,
|
|
414
|
+
control: "text",
|
|
415
|
+
type: "string",
|
|
416
|
+
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
417
|
+
},
|
|
418
|
+
doNotTrack: {
|
|
419
|
+
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.",
|
|
420
|
+
required: !1,
|
|
421
|
+
control: "boolean",
|
|
422
|
+
type: "boolean",
|
|
423
|
+
defaultValue: !1
|
|
424
|
+
},
|
|
425
|
+
draggable: {
|
|
426
|
+
required: !1,
|
|
427
|
+
control: "boolean",
|
|
428
|
+
type: "boolean",
|
|
429
|
+
description: "Defines whether the element can be dragged."
|
|
430
|
+
},
|
|
431
|
+
hidden: {
|
|
432
|
+
required: !1,
|
|
433
|
+
control: "boolean",
|
|
434
|
+
type: "boolean",
|
|
435
|
+
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
436
|
+
},
|
|
437
|
+
id: {
|
|
438
|
+
required: !1,
|
|
439
|
+
control: "text",
|
|
440
|
+
type: "string",
|
|
441
|
+
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
442
|
+
},
|
|
443
|
+
inputMode: {
|
|
444
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
445
|
+
required: !1,
|
|
446
|
+
control: "select",
|
|
447
|
+
type: "string",
|
|
448
|
+
options: [
|
|
449
|
+
"search",
|
|
450
|
+
"text",
|
|
451
|
+
"url",
|
|
452
|
+
"none",
|
|
453
|
+
"tel",
|
|
454
|
+
"email",
|
|
455
|
+
"numeric",
|
|
456
|
+
"decimal"
|
|
457
|
+
]
|
|
458
|
+
},
|
|
459
|
+
interactiveParams: {
|
|
460
|
+
description: "Key-value pairs representing dynamic parameters that are utilized on interactive videos with live elements, such as title=my-video,subtitle=interactive.",
|
|
461
|
+
required: !1,
|
|
462
|
+
control: "text",
|
|
463
|
+
type: "string"
|
|
464
|
+
},
|
|
465
|
+
is: {
|
|
466
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
467
|
+
required: !1,
|
|
468
|
+
control: "text",
|
|
469
|
+
type: "string"
|
|
470
|
+
},
|
|
471
|
+
itemID: { required: !1, control: "text", type: "string" },
|
|
472
|
+
itemProp: { required: !1, control: "text", type: "string" },
|
|
473
|
+
itemRef: { required: !1, control: "text", type: "string" },
|
|
474
|
+
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
475
|
+
itemType: { required: !1, control: "text", type: "string" },
|
|
476
|
+
keyboard: {
|
|
477
|
+
description: "Whether to enable keyboard input to trigger player events. This setting doesn't affect tab control.",
|
|
478
|
+
required: !1,
|
|
479
|
+
control: "boolean",
|
|
480
|
+
type: "boolean",
|
|
481
|
+
defaultValue: !0
|
|
482
|
+
},
|
|
483
|
+
lang: {
|
|
484
|
+
required: !1,
|
|
485
|
+
control: "text",
|
|
486
|
+
type: "string",
|
|
487
|
+
description: "Defines the language used in the element."
|
|
488
|
+
},
|
|
489
|
+
loading: {
|
|
490
|
+
description: "Not a Vimeo attribute: Loading attribute for the iframe allows to eager or lazy load the source",
|
|
491
|
+
required: !1,
|
|
492
|
+
control: "radio",
|
|
493
|
+
type: "string",
|
|
494
|
+
defaultValue: "lazy",
|
|
495
|
+
options: ["eager", "lazy"]
|
|
496
|
+
},
|
|
497
|
+
loop: {
|
|
498
|
+
description: "Whether to restart the video automatically after reaching the end.",
|
|
499
|
+
required: !1,
|
|
500
|
+
control: "boolean",
|
|
501
|
+
type: "boolean",
|
|
502
|
+
defaultValue: !1
|
|
503
|
+
},
|
|
504
|
+
muted: {
|
|
505
|
+
description: "Whether the video is muted upon loading. The true value is required for the autoplay behavior in some browsers.",
|
|
506
|
+
required: !1,
|
|
507
|
+
control: "boolean",
|
|
508
|
+
type: "boolean",
|
|
509
|
+
defaultValue: !1
|
|
510
|
+
},
|
|
511
|
+
nonce: { required: !1, control: "text", type: "string" },
|
|
512
|
+
pip: {
|
|
513
|
+
description: "Whether to include the picture-in-picture button among the player controls and enable the picture-in-picture API.",
|
|
514
|
+
required: !1,
|
|
515
|
+
control: "boolean",
|
|
516
|
+
type: "boolean",
|
|
517
|
+
defaultValue: !1
|
|
518
|
+
},
|
|
519
|
+
playsinline: {
|
|
520
|
+
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.",
|
|
521
|
+
required: !1,
|
|
522
|
+
control: "boolean",
|
|
523
|
+
type: "boolean",
|
|
524
|
+
defaultValue: !0
|
|
525
|
+
},
|
|
526
|
+
prefix: { required: !1, control: "text", type: "string" },
|
|
527
|
+
property: { required: !1, control: "text", type: "string" },
|
|
528
|
+
quality: {
|
|
529
|
+
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.",
|
|
530
|
+
required: !1,
|
|
531
|
+
control: "select",
|
|
532
|
+
type: "string",
|
|
533
|
+
defaultValue: "auto",
|
|
534
|
+
options: ["auto", "360p", "540p", "720p", "1080p", "2k", "4k"]
|
|
535
|
+
},
|
|
536
|
+
radioGroup: { required: !1, control: "text", type: "string" },
|
|
537
|
+
rel: {
|
|
538
|
+
required: !1,
|
|
539
|
+
control: "text",
|
|
540
|
+
type: "string",
|
|
541
|
+
description: "Specifies the relationship of the target object to the link object."
|
|
542
|
+
},
|
|
543
|
+
resource: { required: !1, control: "text", type: "string" },
|
|
544
|
+
responsive: {
|
|
545
|
+
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.",
|
|
546
|
+
required: !1,
|
|
547
|
+
control: "boolean",
|
|
548
|
+
type: "boolean",
|
|
549
|
+
defaultValue: !0
|
|
550
|
+
},
|
|
551
|
+
results: { required: !1, control: "number", type: "number" },
|
|
552
|
+
rev: { required: !1, control: "text", type: "string" },
|
|
553
|
+
role: {
|
|
554
|
+
required: !1,
|
|
555
|
+
control: "text",
|
|
556
|
+
type: "string",
|
|
557
|
+
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
558
|
+
},
|
|
559
|
+
security: { required: !1, control: "text", type: "string" },
|
|
560
|
+
showByline: {
|
|
561
|
+
description: "Whether to display the video owner's name.",
|
|
562
|
+
required: !1,
|
|
563
|
+
control: "boolean",
|
|
564
|
+
type: "boolean",
|
|
565
|
+
defaultValue: !1
|
|
566
|
+
},
|
|
567
|
+
showControls: {
|
|
568
|
+
description: "Whether to display the player's interactive elements, including the play bar and sharing buttons. Set this option to false for a chromeless experience. To control playback when the play/pause button is hidden, set autoplay to true, use keyboard controls (which remain active), or implement our player SDK.",
|
|
569
|
+
required: !1,
|
|
570
|
+
control: "boolean",
|
|
571
|
+
type: "boolean",
|
|
572
|
+
defaultValue: !0
|
|
573
|
+
},
|
|
574
|
+
showPortrait: {
|
|
575
|
+
description: "Whether to display the video owner's portrait. Only works if either title or byline are also enabled",
|
|
576
|
+
required: !1,
|
|
577
|
+
control: "boolean",
|
|
578
|
+
type: "boolean",
|
|
579
|
+
defaultValue: !0
|
|
580
|
+
},
|
|
581
|
+
showPreview: {
|
|
582
|
+
description: "Not a Vimeo attribute: Whether the preview image should be loaded from Vimeo API. Ideally don't use it, because it will show up with some delay and will make your project feel slower.",
|
|
583
|
+
required: !1,
|
|
584
|
+
control: "boolean",
|
|
585
|
+
type: "boolean",
|
|
586
|
+
defaultValue: !1
|
|
587
|
+
},
|
|
588
|
+
showTitle: {
|
|
589
|
+
description: "Whether the player displays the title overlay.",
|
|
590
|
+
required: !1,
|
|
591
|
+
control: "boolean",
|
|
592
|
+
type: "boolean",
|
|
593
|
+
defaultValue: !1
|
|
594
|
+
},
|
|
595
|
+
slot: {
|
|
596
|
+
required: !1,
|
|
597
|
+
control: "text",
|
|
598
|
+
type: "string",
|
|
599
|
+
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
600
|
+
},
|
|
601
|
+
speed: {
|
|
602
|
+
description: "Whether the player displays speed controls in the preferences menu and enables the playback rate API.",
|
|
603
|
+
required: !1,
|
|
604
|
+
control: "boolean",
|
|
605
|
+
type: "boolean",
|
|
606
|
+
defaultValue: !1
|
|
607
|
+
},
|
|
608
|
+
spellCheck: {
|
|
609
|
+
required: !1,
|
|
610
|
+
control: "boolean",
|
|
611
|
+
type: "boolean",
|
|
612
|
+
description: "Indicates whether spell checking is allowed for the element."
|
|
613
|
+
},
|
|
614
|
+
suppressContentEditableWarning: {
|
|
615
|
+
required: !1,
|
|
616
|
+
control: "boolean",
|
|
617
|
+
type: "boolean"
|
|
618
|
+
},
|
|
619
|
+
suppressHydrationWarning: {
|
|
620
|
+
required: !1,
|
|
621
|
+
control: "boolean",
|
|
622
|
+
type: "boolean"
|
|
623
|
+
},
|
|
624
|
+
tabIndex: {
|
|
625
|
+
required: !1,
|
|
626
|
+
control: "number",
|
|
627
|
+
type: "number",
|
|
628
|
+
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
629
|
+
},
|
|
630
|
+
texttrack: {
|
|
631
|
+
description: `The text track to display with the video. Specify the text track by its language code (en), the language code and locale (en-US), or the language code and kind (en.captions). For this argument to work, the video must already have a text track of the given type; see our Help Center or Working with Text Track Uploads for more information.
|
|
632
|
+
To enable automatically generated closed captions instead, provide the value en-x-autogen. Please note that, at the present time, automatic captions are always in English.`,
|
|
633
|
+
required: !1,
|
|
634
|
+
control: "text",
|
|
635
|
+
type: "string"
|
|
636
|
+
},
|
|
637
|
+
title: {
|
|
638
|
+
required: !1,
|
|
639
|
+
control: "text",
|
|
640
|
+
type: "string",
|
|
641
|
+
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
642
|
+
},
|
|
643
|
+
translate: {
|
|
644
|
+
required: !1,
|
|
645
|
+
control: "radio",
|
|
646
|
+
type: "string",
|
|
647
|
+
options: ["yes", "no"],
|
|
648
|
+
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."
|
|
649
|
+
},
|
|
650
|
+
transparent: {
|
|
651
|
+
description: "Whether the responsive player and transparent background are enabled.",
|
|
652
|
+
required: !1,
|
|
653
|
+
control: "boolean",
|
|
654
|
+
type: "boolean",
|
|
655
|
+
defaultValue: !0
|
|
656
|
+
},
|
|
657
|
+
typeof: { required: !1, control: "text", type: "string" },
|
|
658
|
+
unselectable: {
|
|
659
|
+
required: !1,
|
|
660
|
+
control: "radio",
|
|
661
|
+
type: "string",
|
|
662
|
+
options: ["on", "off"]
|
|
663
|
+
},
|
|
664
|
+
url: {
|
|
665
|
+
description: "The ID or the URL of the video on Vimeo. You must supply one of these values to identify the video. When the video's privacy setting is Private, you must use the URL, and the URL must include the h parameter. For more information, see Vimeo’s introductory guide.",
|
|
666
|
+
required: !1,
|
|
667
|
+
control: "text",
|
|
668
|
+
type: "string"
|
|
669
|
+
},
|
|
670
|
+
vocab: { required: !1, control: "text", type: "string" }
|
|
671
|
+
};
|
|
672
|
+
export {
|
|
673
|
+
e as props
|
|
674
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const t = {
|
|
2
|
+
dateStyle: {
|
|
3
|
+
required: !1,
|
|
4
|
+
control: "radio",
|
|
5
|
+
type: "string",
|
|
6
|
+
defaultValue: "short",
|
|
7
|
+
options: ["long", "short"]
|
|
8
|
+
},
|
|
9
|
+
datetime: {
|
|
10
|
+
required: !1,
|
|
11
|
+
control: "text",
|
|
12
|
+
type: "string",
|
|
13
|
+
defaultValue: "dateTime attribute is not set"
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
t as props
|
|
18
|
+
};
|