@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,180 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
|
-
accessKey: {
|
|
4
|
-
required: !1,
|
|
5
|
-
control: "text",
|
|
6
|
-
type: "string",
|
|
7
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
8
|
-
},
|
|
9
|
-
autoCapitalize: {
|
|
10
|
-
required: !1,
|
|
11
|
-
control: "text",
|
|
12
|
-
type: "string",
|
|
13
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
14
|
-
},
|
|
15
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
16
|
-
autoFocus: {
|
|
17
|
-
required: !1,
|
|
18
|
-
control: "boolean",
|
|
19
|
-
type: "boolean",
|
|
20
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
21
|
-
},
|
|
22
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
23
|
-
className: { required: !1, control: "text", type: "string" },
|
|
24
|
-
color: {
|
|
25
|
-
required: !1,
|
|
26
|
-
control: "color",
|
|
27
|
-
type: "string",
|
|
28
|
-
description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
|
|
29
|
-
},
|
|
30
|
-
content: {
|
|
31
|
-
required: !1,
|
|
32
|
-
control: "text",
|
|
33
|
-
type: "string",
|
|
34
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
35
|
-
},
|
|
36
|
-
contextMenu: {
|
|
37
|
-
required: !1,
|
|
38
|
-
control: "text",
|
|
39
|
-
type: "string",
|
|
40
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
41
|
-
},
|
|
42
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
43
|
-
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
44
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
45
|
-
dir: {
|
|
46
|
-
required: !1,
|
|
47
|
-
control: "text",
|
|
48
|
-
type: "string",
|
|
49
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
50
|
-
},
|
|
51
|
-
draggable: {
|
|
52
|
-
required: !1,
|
|
53
|
-
control: "boolean",
|
|
54
|
-
type: "boolean",
|
|
55
|
-
description: "Defines whether the element can be dragged."
|
|
56
|
-
},
|
|
57
|
-
hidden: {
|
|
58
|
-
required: !1,
|
|
59
|
-
control: "boolean",
|
|
60
|
-
type: "boolean",
|
|
61
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
62
|
-
},
|
|
63
|
-
id: {
|
|
64
|
-
required: !1,
|
|
65
|
-
control: "text",
|
|
66
|
-
type: "string",
|
|
67
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
68
|
-
},
|
|
69
|
-
inputMode: {
|
|
70
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
71
|
-
required: !1,
|
|
72
|
-
control: "select",
|
|
73
|
-
type: "string",
|
|
74
|
-
options: [
|
|
75
|
-
"search",
|
|
76
|
-
"text",
|
|
77
|
-
"none",
|
|
78
|
-
"tel",
|
|
79
|
-
"url",
|
|
80
|
-
"email",
|
|
81
|
-
"numeric",
|
|
82
|
-
"decimal"
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
is: {
|
|
86
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
87
|
-
required: !1,
|
|
88
|
-
control: "text",
|
|
89
|
-
type: "string"
|
|
90
|
-
},
|
|
91
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
92
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
93
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
94
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
95
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
96
|
-
lang: {
|
|
97
|
-
required: !1,
|
|
98
|
-
control: "text",
|
|
99
|
-
type: "string",
|
|
100
|
-
description: "Defines the language used in the element."
|
|
101
|
-
},
|
|
102
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
103
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
104
|
-
property: { required: !1, control: "text", type: "string" },
|
|
105
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
106
|
-
rel: {
|
|
107
|
-
required: !1,
|
|
108
|
-
control: "text",
|
|
109
|
-
type: "string",
|
|
110
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
111
|
-
},
|
|
112
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
113
|
-
results: { required: !1, control: "number", type: "number" },
|
|
114
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
115
|
-
role: {
|
|
116
|
-
required: !1,
|
|
117
|
-
control: "text",
|
|
118
|
-
type: "string",
|
|
119
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
120
|
-
},
|
|
121
|
-
security: { required: !1, control: "text", type: "string" },
|
|
122
|
-
slot: {
|
|
123
|
-
required: !1,
|
|
124
|
-
control: "text",
|
|
125
|
-
type: "string",
|
|
126
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
127
|
-
},
|
|
128
|
-
spellCheck: {
|
|
129
|
-
required: !1,
|
|
130
|
-
control: "boolean",
|
|
131
|
-
type: "boolean",
|
|
132
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
133
|
-
},
|
|
134
|
-
suppressContentEditableWarning: {
|
|
135
|
-
required: !1,
|
|
136
|
-
control: "boolean",
|
|
137
|
-
type: "boolean"
|
|
138
|
-
},
|
|
139
|
-
suppressHydrationWarning: {
|
|
140
|
-
required: !1,
|
|
141
|
-
control: "boolean",
|
|
142
|
-
type: "boolean"
|
|
143
|
-
},
|
|
144
|
-
tabIndex: {
|
|
145
|
-
required: !1,
|
|
146
|
-
control: "number",
|
|
147
|
-
type: "number",
|
|
148
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
149
|
-
},
|
|
150
|
-
title: {
|
|
151
|
-
required: !1,
|
|
152
|
-
control: "text",
|
|
153
|
-
type: "string",
|
|
154
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
155
|
-
},
|
|
156
|
-
translate: {
|
|
157
|
-
required: !1,
|
|
158
|
-
control: "radio",
|
|
159
|
-
type: "string",
|
|
160
|
-
options: ["yes", "no"],
|
|
161
|
-
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."
|
|
162
|
-
},
|
|
163
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
164
|
-
unselectable: {
|
|
165
|
-
required: !1,
|
|
166
|
-
control: "radio",
|
|
167
|
-
type: "string",
|
|
168
|
-
options: ["on", "off"]
|
|
169
|
-
},
|
|
170
|
-
value: {
|
|
171
|
-
required: !1,
|
|
172
|
-
control: "text",
|
|
173
|
-
type: "string",
|
|
174
|
-
description: "Defines a default value which will be displayed in the element on pageload."
|
|
175
|
-
},
|
|
176
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
177
|
-
};
|
|
1
|
+
const o = {};
|
|
178
2
|
export {
|
|
179
|
-
|
|
3
|
+
o as props
|
|
180
4
|
};
|
|
@@ -1,199 +1,11 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
|
-
accessKey: {
|
|
4
|
-
required: !1,
|
|
5
|
-
control: "text",
|
|
6
|
-
type: "string",
|
|
7
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
8
|
-
},
|
|
9
|
-
autoCapitalize: {
|
|
10
|
-
required: !1,
|
|
11
|
-
control: "text",
|
|
12
|
-
type: "string",
|
|
13
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
14
|
-
},
|
|
15
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
16
|
-
autoFocus: {
|
|
17
|
-
required: !1,
|
|
18
|
-
control: "boolean",
|
|
19
|
-
type: "boolean",
|
|
20
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
21
|
-
},
|
|
22
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
23
|
-
className: { required: !1, control: "text", type: "string" },
|
|
24
|
-
color: {
|
|
25
|
-
required: !1,
|
|
26
|
-
control: "color",
|
|
27
|
-
type: "string",
|
|
28
|
-
description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
|
|
29
|
-
},
|
|
30
|
-
content: {
|
|
31
|
-
required: !1,
|
|
32
|
-
control: "text",
|
|
33
|
-
type: "string",
|
|
34
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
35
|
-
},
|
|
36
|
-
contextMenu: {
|
|
37
|
-
required: !1,
|
|
38
|
-
control: "text",
|
|
39
|
-
type: "string",
|
|
40
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
41
|
-
},
|
|
42
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
43
|
-
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
44
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
45
|
-
dir: {
|
|
46
|
-
required: !1,
|
|
47
|
-
control: "text",
|
|
48
|
-
type: "string",
|
|
49
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
50
|
-
},
|
|
51
|
-
draggable: {
|
|
52
|
-
required: !1,
|
|
53
|
-
control: "boolean",
|
|
54
|
-
type: "boolean",
|
|
55
|
-
description: "Defines whether the element can be dragged."
|
|
56
|
-
},
|
|
57
|
-
hidden: {
|
|
58
|
-
required: !1,
|
|
59
|
-
control: "boolean",
|
|
60
|
-
type: "boolean",
|
|
61
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
62
|
-
},
|
|
63
|
-
id: {
|
|
64
|
-
required: !1,
|
|
65
|
-
control: "text",
|
|
66
|
-
type: "string",
|
|
67
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
68
|
-
},
|
|
69
|
-
inputMode: {
|
|
70
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
71
|
-
required: !1,
|
|
72
|
-
control: "select",
|
|
73
|
-
type: "string",
|
|
74
|
-
options: [
|
|
75
|
-
"search",
|
|
76
|
-
"text",
|
|
77
|
-
"none",
|
|
78
|
-
"tel",
|
|
79
|
-
"url",
|
|
80
|
-
"email",
|
|
81
|
-
"numeric",
|
|
82
|
-
"decimal"
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
is: {
|
|
86
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
87
|
-
required: !1,
|
|
88
|
-
control: "text",
|
|
89
|
-
type: "string"
|
|
90
|
-
},
|
|
91
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
92
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
93
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
94
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
95
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
96
|
-
lang: {
|
|
97
|
-
required: !1,
|
|
98
|
-
control: "text",
|
|
99
|
-
type: "string",
|
|
100
|
-
description: "Defines the language used in the element."
|
|
101
|
-
},
|
|
102
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
103
2
|
ordered: {
|
|
104
3
|
description: "Shows numbers instead of bullets when toggled. See the “List Style Type” property under the “List Item” section in the Style panel for more options.",
|
|
105
4
|
required: !1,
|
|
106
5
|
control: "boolean",
|
|
107
6
|
type: "boolean",
|
|
108
7
|
defaultValue: !1
|
|
109
|
-
}
|
|
110
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
111
|
-
property: { required: !1, control: "text", type: "string" },
|
|
112
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
113
|
-
rel: {
|
|
114
|
-
required: !1,
|
|
115
|
-
control: "text",
|
|
116
|
-
type: "string",
|
|
117
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
118
|
-
},
|
|
119
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
120
|
-
results: { required: !1, control: "number", type: "number" },
|
|
121
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
122
|
-
reversed: {
|
|
123
|
-
required: !1,
|
|
124
|
-
control: "boolean",
|
|
125
|
-
type: "boolean",
|
|
126
|
-
description: "Indicates whether the list should be displayed in a descending order instead of an ascending order."
|
|
127
|
-
},
|
|
128
|
-
role: {
|
|
129
|
-
required: !1,
|
|
130
|
-
control: "text",
|
|
131
|
-
type: "string",
|
|
132
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
133
|
-
},
|
|
134
|
-
security: { required: !1, control: "text", type: "string" },
|
|
135
|
-
slot: {
|
|
136
|
-
required: !1,
|
|
137
|
-
control: "text",
|
|
138
|
-
type: "string",
|
|
139
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
140
|
-
},
|
|
141
|
-
spellCheck: {
|
|
142
|
-
required: !1,
|
|
143
|
-
control: "boolean",
|
|
144
|
-
type: "boolean",
|
|
145
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
146
|
-
},
|
|
147
|
-
start: {
|
|
148
|
-
required: !1,
|
|
149
|
-
control: "number",
|
|
150
|
-
type: "number",
|
|
151
|
-
description: "Defines the first number if other than 1."
|
|
152
|
-
},
|
|
153
|
-
suppressContentEditableWarning: {
|
|
154
|
-
required: !1,
|
|
155
|
-
control: "boolean",
|
|
156
|
-
type: "boolean"
|
|
157
|
-
},
|
|
158
|
-
suppressHydrationWarning: {
|
|
159
|
-
required: !1,
|
|
160
|
-
control: "boolean",
|
|
161
|
-
type: "boolean"
|
|
162
|
-
},
|
|
163
|
-
tabIndex: {
|
|
164
|
-
required: !1,
|
|
165
|
-
control: "number",
|
|
166
|
-
type: "number",
|
|
167
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
168
|
-
},
|
|
169
|
-
title: {
|
|
170
|
-
required: !1,
|
|
171
|
-
control: "text",
|
|
172
|
-
type: "string",
|
|
173
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
174
|
-
},
|
|
175
|
-
translate: {
|
|
176
|
-
required: !1,
|
|
177
|
-
control: "radio",
|
|
178
|
-
type: "string",
|
|
179
|
-
options: ["yes", "no"],
|
|
180
|
-
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."
|
|
181
|
-
},
|
|
182
|
-
type: {
|
|
183
|
-
required: !1,
|
|
184
|
-
control: "select",
|
|
185
|
-
type: "string",
|
|
186
|
-
options: ["a", "i", "1", "A", "I"],
|
|
187
|
-
description: "Defines the type of the element."
|
|
188
|
-
},
|
|
189
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
190
|
-
unselectable: {
|
|
191
|
-
required: !1,
|
|
192
|
-
control: "radio",
|
|
193
|
-
type: "string",
|
|
194
|
-
options: ["on", "off"]
|
|
195
|
-
},
|
|
196
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
8
|
+
}
|
|
197
9
|
};
|
|
198
10
|
export {
|
|
199
11
|
e as props
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
className: {
|
|
2
|
+
className: {
|
|
3
|
+
required: !1,
|
|
4
|
+
control: "text",
|
|
5
|
+
type: "string",
|
|
6
|
+
description: "Classes to which the element belongs"
|
|
7
|
+
},
|
|
3
8
|
code: { required: !0, control: "text", type: "string" }
|
|
4
9
|
};
|
|
5
10
|
export {
|
|
@@ -1,198 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
about: { required: !1, control: "text", type: "string" },
|
|
3
|
-
accessKey: {
|
|
4
|
-
required: !1,
|
|
5
|
-
control: "text",
|
|
6
|
-
type: "string",
|
|
7
|
-
description: "Keyboard shortcut to activate or add focus to the element."
|
|
8
|
-
},
|
|
9
|
-
autoCapitalize: {
|
|
10
|
-
required: !1,
|
|
11
|
-
control: "text",
|
|
12
|
-
type: "string",
|
|
13
|
-
description: "Sets whether input is automatically capitalized when entered by user."
|
|
14
|
-
},
|
|
15
|
-
autoCorrect: { required: !1, control: "text", type: "string" },
|
|
16
|
-
autoFocus: {
|
|
17
|
-
required: !1,
|
|
18
|
-
control: "boolean",
|
|
19
|
-
type: "boolean",
|
|
20
|
-
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
21
|
-
},
|
|
22
|
-
autoSave: { required: !1, control: "text", type: "string" },
|
|
23
|
-
className: { required: !1, control: "text", type: "string" },
|
|
24
|
-
color: {
|
|
25
|
-
required: !1,
|
|
26
|
-
control: "color",
|
|
27
|
-
type: "string",
|
|
28
|
-
description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
|
|
29
|
-
},
|
|
30
|
-
content: {
|
|
31
|
-
required: !1,
|
|
32
|
-
control: "text",
|
|
33
|
-
type: "string",
|
|
34
|
-
description: "A value associated with http-equiv orname depending on the context."
|
|
35
|
-
},
|
|
36
|
-
contextMenu: {
|
|
37
|
-
required: !1,
|
|
38
|
-
control: "text",
|
|
39
|
-
type: "string",
|
|
40
|
-
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
41
|
-
},
|
|
42
|
-
datatype: { required: !1, control: "text", type: "string" },
|
|
43
|
-
defaultChecked: { required: !1, control: "boolean", type: "boolean" },
|
|
44
|
-
defaultValue: { required: !1, control: "text", type: "string" },
|
|
45
|
-
dir: {
|
|
46
|
-
required: !1,
|
|
47
|
-
control: "text",
|
|
48
|
-
type: "string",
|
|
49
|
-
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
50
|
-
},
|
|
51
|
-
disabled: {
|
|
52
|
-
required: !1,
|
|
53
|
-
control: "boolean",
|
|
54
|
-
type: "boolean",
|
|
55
|
-
description: "Indicates whether the user can interact with the element."
|
|
56
|
-
},
|
|
57
|
-
draggable: {
|
|
58
|
-
required: !1,
|
|
59
|
-
control: "boolean",
|
|
60
|
-
type: "boolean",
|
|
61
|
-
description: "Defines whether the element can be dragged."
|
|
62
|
-
},
|
|
63
|
-
hidden: {
|
|
64
|
-
required: !1,
|
|
65
|
-
control: "boolean",
|
|
66
|
-
type: "boolean",
|
|
67
|
-
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
68
|
-
},
|
|
69
|
-
id: {
|
|
70
|
-
required: !1,
|
|
71
|
-
control: "text",
|
|
72
|
-
type: "string",
|
|
73
|
-
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
74
|
-
},
|
|
75
|
-
inputMode: {
|
|
76
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
|
|
77
|
-
required: !1,
|
|
78
|
-
control: "select",
|
|
79
|
-
type: "string",
|
|
80
|
-
options: [
|
|
81
|
-
"search",
|
|
82
|
-
"text",
|
|
83
|
-
"none",
|
|
84
|
-
"tel",
|
|
85
|
-
"url",
|
|
86
|
-
"email",
|
|
87
|
-
"numeric",
|
|
88
|
-
"decimal"
|
|
89
|
-
]
|
|
90
|
-
},
|
|
91
|
-
is: {
|
|
92
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element",
|
|
93
|
-
required: !1,
|
|
94
|
-
control: "text",
|
|
95
|
-
type: "string"
|
|
96
|
-
},
|
|
97
|
-
itemID: { required: !1, control: "text", type: "string" },
|
|
98
|
-
itemProp: { required: !1, control: "text", type: "string" },
|
|
99
|
-
itemRef: { required: !1, control: "text", type: "string" },
|
|
100
|
-
itemScope: { required: !1, control: "boolean", type: "boolean" },
|
|
101
|
-
itemType: { required: !1, control: "text", type: "string" },
|
|
102
|
-
label: {
|
|
103
|
-
required: !1,
|
|
104
|
-
control: "text",
|
|
105
|
-
type: "string",
|
|
106
|
-
description: "Specifies a user-readable title of the element."
|
|
107
|
-
},
|
|
108
|
-
lang: {
|
|
109
|
-
required: !1,
|
|
110
|
-
control: "text",
|
|
111
|
-
type: "string",
|
|
112
|
-
description: "Defines the language used in the element."
|
|
113
|
-
},
|
|
114
|
-
nonce: { required: !1, control: "text", type: "string" },
|
|
115
|
-
prefix: { required: !1, control: "text", type: "string" },
|
|
116
|
-
property: { required: !1, control: "text", type: "string" },
|
|
117
|
-
radioGroup: { required: !1, control: "text", type: "string" },
|
|
118
|
-
rel: {
|
|
119
|
-
required: !1,
|
|
120
|
-
control: "text",
|
|
121
|
-
type: "string",
|
|
122
|
-
description: "Specifies the relationship of the target object to the link object."
|
|
123
|
-
},
|
|
124
|
-
resource: { required: !1, control: "text", type: "string" },
|
|
125
|
-
results: { required: !1, control: "number", type: "number" },
|
|
126
|
-
rev: { required: !1, control: "text", type: "string" },
|
|
127
|
-
role: {
|
|
128
|
-
required: !1,
|
|
129
|
-
control: "text",
|
|
130
|
-
type: "string",
|
|
131
|
-
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
132
|
-
},
|
|
133
|
-
security: { required: !1, control: "text", type: "string" },
|
|
134
|
-
selected: {
|
|
135
|
-
required: !1,
|
|
136
|
-
control: "boolean",
|
|
137
|
-
type: "boolean",
|
|
138
|
-
description: "Defines a value which will be selected on page load."
|
|
139
|
-
},
|
|
140
|
-
slot: {
|
|
141
|
-
required: !1,
|
|
142
|
-
control: "text",
|
|
143
|
-
type: "string",
|
|
144
|
-
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
145
|
-
},
|
|
146
|
-
spellCheck: {
|
|
147
|
-
required: !1,
|
|
148
|
-
control: "boolean",
|
|
149
|
-
type: "boolean",
|
|
150
|
-
description: "Indicates whether spell checking is allowed for the element."
|
|
151
|
-
},
|
|
152
|
-
suppressContentEditableWarning: {
|
|
153
|
-
required: !1,
|
|
154
|
-
control: "boolean",
|
|
155
|
-
type: "boolean"
|
|
156
|
-
},
|
|
157
|
-
suppressHydrationWarning: {
|
|
158
|
-
required: !1,
|
|
159
|
-
control: "boolean",
|
|
160
|
-
type: "boolean"
|
|
161
|
-
},
|
|
162
|
-
tabIndex: {
|
|
163
|
-
required: !1,
|
|
164
|
-
control: "number",
|
|
165
|
-
type: "number",
|
|
166
|
-
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
167
|
-
},
|
|
168
|
-
title: {
|
|
169
|
-
required: !1,
|
|
170
|
-
control: "text",
|
|
171
|
-
type: "string",
|
|
172
|
-
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
173
|
-
},
|
|
174
|
-
translate: {
|
|
175
|
-
required: !1,
|
|
176
|
-
control: "radio",
|
|
177
|
-
type: "string",
|
|
178
|
-
options: ["yes", "no"],
|
|
179
|
-
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."
|
|
180
|
-
},
|
|
181
|
-
typeof: { required: !1, control: "text", type: "string" },
|
|
182
|
-
unselectable: {
|
|
183
|
-
required: !1,
|
|
184
|
-
control: "radio",
|
|
185
|
-
type: "string",
|
|
186
|
-
options: ["on", "off"]
|
|
187
|
-
},
|
|
188
|
-
value: {
|
|
189
|
-
required: !1,
|
|
190
|
-
control: "text",
|
|
191
|
-
type: "string",
|
|
192
|
-
description: "Defines a default value which will be displayed in the element on pageload."
|
|
193
|
-
},
|
|
194
|
-
vocab: { required: !1, control: "text", type: "string" }
|
|
195
|
-
};
|
|
1
|
+
const o = {};
|
|
196
2
|
export {
|
|
197
|
-
|
|
3
|
+
o as props
|
|
198
4
|
};
|