@webstudio-is/sdk-components-react 0.75.0 → 0.77.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 +84 -88
- package/lib/__generated__/body.props.js +83 -87
- package/lib/__generated__/bold.props.js +83 -87
- package/lib/__generated__/box.props.js +83 -87
- package/lib/__generated__/button.props.js +98 -103
- package/lib/__generated__/checkbox.props.js +120 -127
- package/lib/__generated__/code-text.props.js +84 -88
- package/lib/__generated__/form.props.js +90 -94
- package/lib/__generated__/heading.props.js +83 -87
- package/lib/__generated__/image.props.js +124 -128
- package/lib/__generated__/input.props.js +126 -133
- package/lib/__generated__/italic.props.js +83 -87
- package/lib/__generated__/label.props.js +85 -89
- package/lib/__generated__/link.props.js +110 -115
- package/lib/__generated__/list-item.props.js +83 -88
- package/lib/__generated__/list.props.js +87 -91
- package/lib/__generated__/paragraph.props.js +83 -87
- package/lib/__generated__/radio-button.props.js +120 -127
- package/lib/__generated__/rich-text-link.props.js +110 -115
- package/lib/__generated__/separator.props.js +83 -87
- package/lib/__generated__/span.props.js +83 -87
- package/lib/__generated__/subscript.props.js +83 -87
- package/lib/__generated__/superscript.props.js +83 -87
- package/lib/__generated__/text.props.js +83 -87
- package/lib/__generated__/textarea.props.js +95 -101
- package/lib/__generated__/vimeo-play-button.props.js +97 -102
- package/lib/__generated__/vimeo-preview-image.props.js +124 -128
- package/lib/__generated__/vimeo-spinner.props.js +83 -87
- package/lib/__generated__/vimeo.props.js +127 -131
- package/lib/blockquote.ws.js +2 -46
- package/lib/body.ws.js +1 -21
- package/lib/cjs/__generated__/blockquote.props.js +84 -88
- package/lib/cjs/__generated__/body.props.js +83 -87
- package/lib/cjs/__generated__/bold.props.js +83 -87
- package/lib/cjs/__generated__/box.props.js +83 -87
- package/lib/cjs/__generated__/button.props.js +98 -103
- package/lib/cjs/__generated__/checkbox.props.js +120 -127
- package/lib/cjs/__generated__/code-text.props.js +84 -88
- package/lib/cjs/__generated__/form.props.js +90 -94
- package/lib/cjs/__generated__/heading.props.js +83 -87
- package/lib/cjs/__generated__/image.props.js +124 -128
- package/lib/cjs/__generated__/input.props.js +126 -133
- package/lib/cjs/__generated__/italic.props.js +83 -87
- package/lib/cjs/__generated__/label.props.js +85 -89
- package/lib/cjs/__generated__/link.props.js +110 -115
- package/lib/cjs/__generated__/list-item.props.js +83 -88
- package/lib/cjs/__generated__/list.props.js +87 -91
- package/lib/cjs/__generated__/paragraph.props.js +83 -87
- package/lib/cjs/__generated__/radio-button.props.js +120 -127
- package/lib/cjs/__generated__/rich-text-link.props.js +110 -115
- package/lib/cjs/__generated__/separator.props.js +83 -87
- package/lib/cjs/__generated__/span.props.js +83 -87
- package/lib/cjs/__generated__/subscript.props.js +83 -87
- package/lib/cjs/__generated__/superscript.props.js +83 -87
- package/lib/cjs/__generated__/text.props.js +83 -87
- package/lib/cjs/__generated__/textarea.props.js +95 -101
- package/lib/cjs/__generated__/vimeo-play-button.props.js +97 -102
- package/lib/cjs/__generated__/vimeo-preview-image.props.js +124 -128
- package/lib/cjs/__generated__/vimeo-spinner.props.js +83 -87
- package/lib/cjs/__generated__/vimeo.props.js +127 -131
- package/lib/cjs/blockquote.ws.js +2 -46
- package/lib/cjs/body.ws.js +1 -21
- package/lib/cjs/code-text.js +2 -2
- package/lib/cjs/components.js +0 -4
- package/lib/cjs/form.ws.js +1 -0
- package/lib/cjs/link.js +6 -2
- package/lib/cjs/list.ws.js +1 -1
- package/lib/cjs/metas.js +0 -4
- package/lib/cjs/props.js +0 -4
- package/lib/code-text.js +2 -2
- package/lib/components.js +0 -4
- package/lib/form.ws.js +1 -0
- package/lib/link.js +6 -2
- package/lib/list.ws.js +1 -1
- package/lib/metas.js +14 -18
- package/lib/props.js +14 -18
- package/lib/types/code-text.d.ts +1 -1
- package/lib/types/components.d.ts +0 -2
- package/lib/types/metas.d.ts +0 -2
- package/lib/types/props.d.ts +0 -2
- package/package.json +10 -11
- package/src/__generated__/blockquote.props.ts +85 -89
- package/src/__generated__/body.props.ts +84 -88
- package/src/__generated__/bold.props.ts +84 -88
- package/src/__generated__/box.props.ts +84 -88
- package/src/__generated__/button.props.ts +99 -104
- package/src/__generated__/checkbox.props.ts +121 -128
- package/src/__generated__/code-text.props.ts +85 -89
- package/src/__generated__/form.props.ts +91 -95
- package/src/__generated__/heading.props.ts +84 -88
- package/src/__generated__/image.props.ts +126 -130
- package/src/__generated__/input.props.ts +127 -134
- package/src/__generated__/italic.props.ts +84 -88
- package/src/__generated__/label.props.ts +86 -90
- package/src/__generated__/link.props.ts +111 -116
- package/src/__generated__/list-item.props.ts +84 -89
- package/src/__generated__/list.props.ts +88 -92
- package/src/__generated__/paragraph.props.ts +84 -88
- package/src/__generated__/radio-button.props.ts +121 -128
- package/src/__generated__/rich-text-link.props.ts +111 -116
- package/src/__generated__/separator.props.ts +84 -88
- package/src/__generated__/span.props.ts +84 -88
- package/src/__generated__/subscript.props.ts +84 -88
- package/src/__generated__/superscript.props.ts +84 -88
- package/src/__generated__/text.props.ts +84 -88
- package/src/__generated__/textarea.props.ts +96 -102
- package/src/__generated__/vimeo-play-button.props.ts +98 -103
- package/src/__generated__/vimeo-preview-image.props.ts +126 -130
- package/src/__generated__/vimeo-spinner.props.ts +84 -88
- package/src/__generated__/vimeo.props.ts +131 -135
- package/src/blockquote.ws.tsx +2 -48
- package/src/body.ws.tsx +1 -21
- package/src/code-text.tsx +2 -2
- package/src/components.ts +0 -2
- package/src/form.ws.tsx +1 -0
- package/src/link.tsx +7 -2
- package/src/list.ws.tsx +1 -1
- package/src/metas.ts +0 -2
- package/src/props.ts +0 -2
- package/src/subscript.stories.tsx +9 -9
- package/lib/__generated__/error-message.props.js +0 -398
- package/lib/__generated__/success-message.props.js +0 -398
- package/lib/cjs/__generated__/error-message.props.js +0 -418
- package/lib/cjs/__generated__/success-message.props.js +0 -418
- package/lib/cjs/error-message.js +0 -29
- package/lib/cjs/error-message.ws.js +0 -40
- package/lib/cjs/success-message.js +0 -29
- package/lib/cjs/success-message.ws.js +0 -40
- package/lib/error-message.js +0 -9
- package/lib/error-message.ws.js +0 -20
- package/lib/success-message.js +0 -9
- package/lib/success-message.ws.js +0 -20
- package/lib/types/__generated__/error-message.props.d.ts +0 -2
- package/lib/types/__generated__/success-message.props.d.ts +0 -2
- package/lib/types/blockquote.stories.d.ts +0 -5
- package/lib/types/body.stories.d.ts +0 -6
- package/lib/types/bold.stories.d.ts +0 -5
- package/lib/types/box.stories.d.ts +0 -9
- package/lib/types/button.stories.d.ts +0 -5
- package/lib/types/code-text.stories.d.ts +0 -11
- package/lib/types/error-message.d.ts +0 -3
- package/lib/types/error-message.ws.d.ts +0 -3
- package/lib/types/form.stories.d.ts +0 -5
- package/lib/types/heading.stories.d.ts +0 -9
- package/lib/types/html-embed.stories.d.ts +0 -11
- package/lib/types/image.stories.d.ts +0 -562
- package/lib/types/input.stories.d.ts +0 -9
- package/lib/types/italic.stories.d.ts +0 -5
- package/lib/types/link.stories.d.ts +0 -9
- package/lib/types/list-item.stories.d.ts +0 -5
- package/lib/types/list.stories.d.ts +0 -9
- package/lib/types/paragraph.stories.d.ts +0 -5
- package/lib/types/rich-text-link.stories.d.ts +0 -9
- package/lib/types/separator.stories.d.ts +0 -5
- package/lib/types/slot.stories.d.ts +0 -9
- package/lib/types/span.stories.d.ts +0 -5
- package/lib/types/subscript.stories.d.ts +0 -5
- package/lib/types/success-message.d.ts +0 -3
- package/lib/types/success-message.ws.d.ts +0 -3
- package/lib/types/superscript.stories.d.ts +0 -5
- package/lib/types/text.stories.d.ts +0 -9
- package/lib/types/vimeo-play-button.stories.d.ts +0 -5
- package/lib/types/vimeo-preview-image.stories.d.ts +0 -562
- package/lib/types/vimeo-spinner.stories.d.ts +0 -5
- package/lib/types/vimeo.stories.d.ts +0 -71
- package/src/__generated__/error-message.props.ts +0 -443
- package/src/__generated__/success-message.props.ts +0 -443
- package/src/error-message.tsx +0 -10
- package/src/error-message.ws.tsx +0 -24
- package/src/success-message.tsx +0 -10
- package/src/success-message.ws.tsx +0 -24
|
@@ -1,132 +1,8 @@
|
|
|
1
1
|
const props = {
|
|
2
|
-
|
|
3
|
-
slot: { required: false, control: "text", type: "string" },
|
|
4
|
-
style: { required: false, control: "text", type: "string" },
|
|
5
|
-
title: { required: false, control: "text", type: "string" },
|
|
6
|
-
pattern: { required: false, control: "text", type: "string" },
|
|
2
|
+
about: { required: false, control: "text", type: "string" },
|
|
7
3
|
accept: { required: false, control: "text", type: "string" },
|
|
8
|
-
alt: { required: false, control: "text", type: "string" },
|
|
9
|
-
autoComplete: { required: false, control: "text", type: "string" },
|
|
10
|
-
capture: { required: false, control: "text", type: "string" },
|
|
11
|
-
checked: { required: false, control: "boolean", type: "boolean" },
|
|
12
|
-
crossOrigin: {
|
|
13
|
-
required: false,
|
|
14
|
-
control: "radio",
|
|
15
|
-
type: "string",
|
|
16
|
-
options: ["", "anonymous", "use-credentials"]
|
|
17
|
-
},
|
|
18
|
-
disabled: { required: false, control: "boolean", type: "boolean" },
|
|
19
|
-
enterKeyHint: {
|
|
20
|
-
required: false,
|
|
21
|
-
control: "select",
|
|
22
|
-
type: "string",
|
|
23
|
-
options: ["enter", "done", "go", "next", "previous", "search", "send"]
|
|
24
|
-
},
|
|
25
|
-
formAction: { required: false, control: "text", type: "string" },
|
|
26
|
-
formEncType: { required: false, control: "text", type: "string" },
|
|
27
|
-
formMethod: { required: false, control: "text", type: "string" },
|
|
28
|
-
formNoValidate: { required: false, control: "boolean", type: "boolean" },
|
|
29
|
-
formTarget: { required: false, control: "text", type: "string" },
|
|
30
|
-
height: { required: false, control: "number", type: "number" },
|
|
31
|
-
list: { required: false, control: "text", type: "string" },
|
|
32
|
-
max: { required: false, control: "number", type: "number" },
|
|
33
|
-
maxLength: { required: false, control: "number", type: "number" },
|
|
34
|
-
min: { required: false, control: "number", type: "number" },
|
|
35
|
-
minLength: { required: false, control: "number", type: "number" },
|
|
36
|
-
multiple: { required: false, control: "boolean", type: "boolean" },
|
|
37
|
-
name: { required: false, control: "text", type: "string" },
|
|
38
|
-
placeholder: { required: false, control: "text", type: "string" },
|
|
39
|
-
readOnly: { required: false, control: "boolean", type: "boolean" },
|
|
40
|
-
required: { required: false, control: "boolean", type: "boolean" },
|
|
41
|
-
size: { required: false, control: "number", type: "number" },
|
|
42
|
-
src: { required: false, control: "text", type: "string" },
|
|
43
|
-
step: { required: false, control: "number", type: "number" },
|
|
44
|
-
value: { required: false, control: "text", type: "string" },
|
|
45
|
-
width: { required: false, control: "number", type: "number" },
|
|
46
|
-
onChange: { required: false, control: "text", type: "string" },
|
|
47
|
-
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
48
|
-
defaultValue: { required: false, control: "text", type: "string" },
|
|
49
|
-
suppressContentEditableWarning: {
|
|
50
|
-
required: false,
|
|
51
|
-
control: "boolean",
|
|
52
|
-
type: "boolean"
|
|
53
|
-
},
|
|
54
|
-
suppressHydrationWarning: {
|
|
55
|
-
required: false,
|
|
56
|
-
control: "boolean",
|
|
57
|
-
type: "boolean"
|
|
58
|
-
},
|
|
59
4
|
accessKey: { required: false, control: "text", type: "string" },
|
|
60
|
-
|
|
61
|
-
className: { required: false, control: "text", type: "string" },
|
|
62
|
-
contentEditable: { required: false, control: "text", type: "string" },
|
|
63
|
-
contextMenu: { required: false, control: "text", type: "string" },
|
|
64
|
-
dir: { required: false, control: "text", type: "string" },
|
|
65
|
-
draggable: { required: false, control: "boolean", type: "boolean" },
|
|
66
|
-
hidden: { required: false, control: "boolean", type: "boolean" },
|
|
67
|
-
id: { required: false, control: "text", type: "string" },
|
|
68
|
-
lang: { required: false, control: "text", type: "string" },
|
|
69
|
-
nonce: { required: false, control: "text", type: "string" },
|
|
70
|
-
spellCheck: { required: false, control: "boolean", type: "boolean" },
|
|
71
|
-
tabIndex: { required: false, control: "number", type: "number" },
|
|
72
|
-
translate: {
|
|
73
|
-
required: false,
|
|
74
|
-
control: "radio",
|
|
75
|
-
type: "string",
|
|
76
|
-
options: ["yes", "no"]
|
|
77
|
-
},
|
|
78
|
-
radioGroup: { required: false, control: "text", type: "string" },
|
|
79
|
-
role: { required: false, control: "text", type: "string" },
|
|
80
|
-
about: { required: false, control: "text", type: "string" },
|
|
81
|
-
content: { required: false, control: "text", type: "string" },
|
|
82
|
-
datatype: { required: false, control: "text", type: "string" },
|
|
83
|
-
inlist: { required: false, control: "text", type: "string" },
|
|
84
|
-
prefix: { required: false, control: "text", type: "string" },
|
|
85
|
-
property: { required: false, control: "text", type: "string" },
|
|
86
|
-
rel: { required: false, control: "text", type: "string" },
|
|
87
|
-
resource: { required: false, control: "text", type: "string" },
|
|
88
|
-
rev: { required: false, control: "text", type: "string" },
|
|
89
|
-
typeof: { required: false, control: "text", type: "string" },
|
|
90
|
-
vocab: { required: false, control: "text", type: "string" },
|
|
91
|
-
autoCapitalize: { required: false, control: "text", type: "string" },
|
|
92
|
-
autoCorrect: { required: false, control: "text", type: "string" },
|
|
93
|
-
autoSave: { required: false, control: "text", type: "string" },
|
|
94
|
-
color: { required: false, control: "color", type: "string" },
|
|
95
|
-
itemProp: { required: false, control: "text", type: "string" },
|
|
96
|
-
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
97
|
-
itemType: { required: false, control: "text", type: "string" },
|
|
98
|
-
itemID: { required: false, control: "text", type: "string" },
|
|
99
|
-
itemRef: { required: false, control: "text", type: "string" },
|
|
100
|
-
results: { required: false, control: "number", type: "number" },
|
|
101
|
-
security: { required: false, control: "text", type: "string" },
|
|
102
|
-
unselectable: {
|
|
103
|
-
required: false,
|
|
104
|
-
control: "radio",
|
|
105
|
-
type: "string",
|
|
106
|
-
options: ["on", "off"]
|
|
107
|
-
},
|
|
108
|
-
inputMode: {
|
|
109
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
|
|
110
|
-
required: false,
|
|
111
|
-
control: "select",
|
|
112
|
-
type: "string",
|
|
113
|
-
options: [
|
|
114
|
-
"text",
|
|
115
|
-
"search",
|
|
116
|
-
"none",
|
|
117
|
-
"tel",
|
|
118
|
-
"url",
|
|
119
|
-
"email",
|
|
120
|
-
"numeric",
|
|
121
|
-
"decimal"
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
is: {
|
|
125
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
126
|
-
required: false,
|
|
127
|
-
control: "text",
|
|
128
|
-
type: "string"
|
|
129
|
-
},
|
|
5
|
+
alt: { required: false, control: "text", type: "string" },
|
|
130
6
|
"aria-activedescendant": {
|
|
131
7
|
description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
132
8
|
required: false,
|
|
@@ -432,7 +308,124 @@ const props = {
|
|
|
432
308
|
required: false,
|
|
433
309
|
control: "text",
|
|
434
310
|
type: "string"
|
|
435
|
-
}
|
|
311
|
+
},
|
|
312
|
+
autoCapitalize: { required: false, control: "text", type: "string" },
|
|
313
|
+
autoComplete: { required: false, control: "text", type: "string" },
|
|
314
|
+
autoCorrect: { required: false, control: "text", type: "string" },
|
|
315
|
+
autoFocus: { required: false, control: "boolean", type: "boolean" },
|
|
316
|
+
autoSave: { required: false, control: "text", type: "string" },
|
|
317
|
+
checked: { required: false, control: "boolean", type: "boolean" },
|
|
318
|
+
className: { required: false, control: "text", type: "string" },
|
|
319
|
+
color: { required: false, control: "color", type: "string" },
|
|
320
|
+
content: { required: false, control: "text", type: "string" },
|
|
321
|
+
contextMenu: { required: false, control: "text", type: "string" },
|
|
322
|
+
crossOrigin: {
|
|
323
|
+
required: false,
|
|
324
|
+
control: "radio",
|
|
325
|
+
type: "string",
|
|
326
|
+
options: ["", "anonymous", "use-credentials"]
|
|
327
|
+
},
|
|
328
|
+
datatype: { required: false, control: "text", type: "string" },
|
|
329
|
+
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
330
|
+
dir: { required: false, control: "text", type: "string" },
|
|
331
|
+
disabled: { required: false, control: "boolean", type: "boolean" },
|
|
332
|
+
draggable: { required: false, control: "boolean", type: "boolean" },
|
|
333
|
+
enterKeyHint: {
|
|
334
|
+
required: false,
|
|
335
|
+
control: "select",
|
|
336
|
+
type: "string",
|
|
337
|
+
options: ["enter", "done", "go", "next", "previous", "search", "send"]
|
|
338
|
+
},
|
|
339
|
+
form: { required: false, control: "text", type: "string" },
|
|
340
|
+
formAction: { required: false, control: "text", type: "string" },
|
|
341
|
+
formEncType: { required: false, control: "text", type: "string" },
|
|
342
|
+
formMethod: { required: false, control: "text", type: "string" },
|
|
343
|
+
formNoValidate: { required: false, control: "boolean", type: "boolean" },
|
|
344
|
+
formTarget: { required: false, control: "text", type: "string" },
|
|
345
|
+
height: { required: false, control: "number", type: "number" },
|
|
346
|
+
hidden: { required: false, control: "boolean", type: "boolean" },
|
|
347
|
+
id: { required: false, control: "text", type: "string" },
|
|
348
|
+
inputMode: {
|
|
349
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
|
|
350
|
+
required: false,
|
|
351
|
+
control: "select",
|
|
352
|
+
type: "string",
|
|
353
|
+
options: [
|
|
354
|
+
"text",
|
|
355
|
+
"search",
|
|
356
|
+
"none",
|
|
357
|
+
"tel",
|
|
358
|
+
"url",
|
|
359
|
+
"email",
|
|
360
|
+
"numeric",
|
|
361
|
+
"decimal"
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
is: {
|
|
365
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
366
|
+
required: false,
|
|
367
|
+
control: "text",
|
|
368
|
+
type: "string"
|
|
369
|
+
},
|
|
370
|
+
itemID: { required: false, control: "text", type: "string" },
|
|
371
|
+
itemProp: { required: false, control: "text", type: "string" },
|
|
372
|
+
itemRef: { required: false, control: "text", type: "string" },
|
|
373
|
+
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
374
|
+
itemType: { required: false, control: "text", type: "string" },
|
|
375
|
+
lang: { required: false, control: "text", type: "string" },
|
|
376
|
+
list: { required: false, control: "text", type: "string" },
|
|
377
|
+
max: { required: false, control: "number", type: "number" },
|
|
378
|
+
maxLength: { required: false, control: "number", type: "number" },
|
|
379
|
+
min: { required: false, control: "number", type: "number" },
|
|
380
|
+
minLength: { required: false, control: "number", type: "number" },
|
|
381
|
+
multiple: { required: false, control: "boolean", type: "boolean" },
|
|
382
|
+
name: { required: false, control: "text", type: "string" },
|
|
383
|
+
nonce: { required: false, control: "text", type: "string" },
|
|
384
|
+
pattern: { required: false, control: "text", type: "string" },
|
|
385
|
+
placeholder: { required: false, control: "text", type: "string" },
|
|
386
|
+
prefix: { required: false, control: "text", type: "string" },
|
|
387
|
+
property: { required: false, control: "text", type: "string" },
|
|
388
|
+
radioGroup: { required: false, control: "text", type: "string" },
|
|
389
|
+
readOnly: { required: false, control: "boolean", type: "boolean" },
|
|
390
|
+
rel: { required: false, control: "text", type: "string" },
|
|
391
|
+
required: { required: false, control: "boolean", type: "boolean" },
|
|
392
|
+
resource: { required: false, control: "text", type: "string" },
|
|
393
|
+
results: { required: false, control: "number", type: "number" },
|
|
394
|
+
rev: { required: false, control: "text", type: "string" },
|
|
395
|
+
role: { required: false, control: "text", type: "string" },
|
|
396
|
+
security: { required: false, control: "text", type: "string" },
|
|
397
|
+
size: { required: false, control: "number", type: "number" },
|
|
398
|
+
slot: { required: false, control: "text", type: "string" },
|
|
399
|
+
spellCheck: { required: false, control: "boolean", type: "boolean" },
|
|
400
|
+
src: { required: false, control: "text", type: "string" },
|
|
401
|
+
step: { required: false, control: "number", type: "number" },
|
|
402
|
+
suppressContentEditableWarning: {
|
|
403
|
+
required: false,
|
|
404
|
+
control: "boolean",
|
|
405
|
+
type: "boolean"
|
|
406
|
+
},
|
|
407
|
+
suppressHydrationWarning: {
|
|
408
|
+
required: false,
|
|
409
|
+
control: "boolean",
|
|
410
|
+
type: "boolean"
|
|
411
|
+
},
|
|
412
|
+
tabIndex: { required: false, control: "number", type: "number" },
|
|
413
|
+
title: { required: false, control: "text", type: "string" },
|
|
414
|
+
translate: {
|
|
415
|
+
required: false,
|
|
416
|
+
control: "radio",
|
|
417
|
+
type: "string",
|
|
418
|
+
options: ["yes", "no"]
|
|
419
|
+
},
|
|
420
|
+
typeof: { required: false, control: "text", type: "string" },
|
|
421
|
+
unselectable: {
|
|
422
|
+
required: false,
|
|
423
|
+
control: "radio",
|
|
424
|
+
type: "string",
|
|
425
|
+
options: ["on", "off"]
|
|
426
|
+
},
|
|
427
|
+
vocab: { required: false, control: "text", type: "string" },
|
|
428
|
+
width: { required: false, control: "number", type: "number" }
|
|
436
429
|
};
|
|
437
430
|
export {
|
|
438
431
|
props
|
|
@@ -1,119 +1,6 @@
|
|
|
1
1
|
const props = {
|
|
2
|
-
slot: { required: false, control: "text", type: "string" },
|
|
3
|
-
style: { required: false, control: "text", type: "string" },
|
|
4
|
-
title: { required: false, control: "text", type: "string" },
|
|
5
|
-
target: {
|
|
6
|
-
required: false,
|
|
7
|
-
control: "select",
|
|
8
|
-
type: "string",
|
|
9
|
-
options: ["_self", "_blank", "_parent", "_top"]
|
|
10
|
-
},
|
|
11
|
-
download: { required: false, control: "text", type: "string" },
|
|
12
|
-
href: { required: false, control: "text", type: "string" },
|
|
13
|
-
hrefLang: { required: false, control: "text", type: "string" },
|
|
14
|
-
media: { required: false, control: "text", type: "string" },
|
|
15
|
-
ping: { required: false, control: "text", type: "string" },
|
|
16
|
-
type: { required: false, control: "text", type: "string" },
|
|
17
|
-
referrerPolicy: {
|
|
18
|
-
required: false,
|
|
19
|
-
control: "select",
|
|
20
|
-
type: "string",
|
|
21
|
-
options: [
|
|
22
|
-
"",
|
|
23
|
-
"no-referrer",
|
|
24
|
-
"no-referrer-when-downgrade",
|
|
25
|
-
"origin",
|
|
26
|
-
"origin-when-cross-origin",
|
|
27
|
-
"same-origin",
|
|
28
|
-
"strict-origin",
|
|
29
|
-
"strict-origin-when-cross-origin",
|
|
30
|
-
"unsafe-url"
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
34
|
-
defaultValue: { required: false, control: "text", type: "string" },
|
|
35
|
-
suppressContentEditableWarning: {
|
|
36
|
-
required: false,
|
|
37
|
-
control: "boolean",
|
|
38
|
-
type: "boolean"
|
|
39
|
-
},
|
|
40
|
-
suppressHydrationWarning: {
|
|
41
|
-
required: false,
|
|
42
|
-
control: "boolean",
|
|
43
|
-
type: "boolean"
|
|
44
|
-
},
|
|
45
|
-
accessKey: { required: false, control: "text", type: "string" },
|
|
46
|
-
autoFocus: { required: false, control: "boolean", type: "boolean" },
|
|
47
|
-
className: { required: false, control: "text", type: "string" },
|
|
48
|
-
contentEditable: { required: false, control: "text", type: "string" },
|
|
49
|
-
contextMenu: { required: false, control: "text", type: "string" },
|
|
50
|
-
dir: { required: false, control: "text", type: "string" },
|
|
51
|
-
draggable: { required: false, control: "boolean", type: "boolean" },
|
|
52
|
-
hidden: { required: false, control: "boolean", type: "boolean" },
|
|
53
|
-
id: { required: false, control: "text", type: "string" },
|
|
54
|
-
lang: { required: false, control: "text", type: "string" },
|
|
55
|
-
nonce: { required: false, control: "text", type: "string" },
|
|
56
|
-
placeholder: { required: false, control: "text", type: "string" },
|
|
57
|
-
spellCheck: { required: false, control: "boolean", type: "boolean" },
|
|
58
|
-
tabIndex: { required: false, control: "number", type: "number" },
|
|
59
|
-
translate: {
|
|
60
|
-
required: false,
|
|
61
|
-
control: "radio",
|
|
62
|
-
type: "string",
|
|
63
|
-
options: ["yes", "no"]
|
|
64
|
-
},
|
|
65
|
-
radioGroup: { required: false, control: "text", type: "string" },
|
|
66
|
-
role: { required: false, control: "text", type: "string" },
|
|
67
2
|
about: { required: false, control: "text", type: "string" },
|
|
68
|
-
|
|
69
|
-
datatype: { required: false, control: "text", type: "string" },
|
|
70
|
-
inlist: { required: false, control: "text", type: "string" },
|
|
71
|
-
prefix: { required: false, control: "text", type: "string" },
|
|
72
|
-
property: { required: false, control: "text", type: "string" },
|
|
73
|
-
rel: { required: false, control: "text", type: "string" },
|
|
74
|
-
resource: { required: false, control: "text", type: "string" },
|
|
75
|
-
rev: { required: false, control: "text", type: "string" },
|
|
76
|
-
typeof: { required: false, control: "text", type: "string" },
|
|
77
|
-
vocab: { required: false, control: "text", type: "string" },
|
|
78
|
-
autoCapitalize: { required: false, control: "text", type: "string" },
|
|
79
|
-
autoCorrect: { required: false, control: "text", type: "string" },
|
|
80
|
-
autoSave: { required: false, control: "text", type: "string" },
|
|
81
|
-
color: { required: false, control: "color", type: "string" },
|
|
82
|
-
itemProp: { required: false, control: "text", type: "string" },
|
|
83
|
-
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
84
|
-
itemType: { required: false, control: "text", type: "string" },
|
|
85
|
-
itemID: { required: false, control: "text", type: "string" },
|
|
86
|
-
itemRef: { required: false, control: "text", type: "string" },
|
|
87
|
-
results: { required: false, control: "number", type: "number" },
|
|
88
|
-
security: { required: false, control: "text", type: "string" },
|
|
89
|
-
unselectable: {
|
|
90
|
-
required: false,
|
|
91
|
-
control: "radio",
|
|
92
|
-
type: "string",
|
|
93
|
-
options: ["on", "off"]
|
|
94
|
-
},
|
|
95
|
-
inputMode: {
|
|
96
|
-
description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
|
|
97
|
-
required: false,
|
|
98
|
-
control: "select",
|
|
99
|
-
type: "string",
|
|
100
|
-
options: [
|
|
101
|
-
"text",
|
|
102
|
-
"none",
|
|
103
|
-
"search",
|
|
104
|
-
"tel",
|
|
105
|
-
"url",
|
|
106
|
-
"email",
|
|
107
|
-
"numeric",
|
|
108
|
-
"decimal"
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
|
-
is: {
|
|
112
|
-
description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
113
|
-
required: false,
|
|
114
|
-
control: "text",
|
|
115
|
-
type: "string"
|
|
116
|
-
},
|
|
3
|
+
accessKey: { required: false, control: "text", type: "string" },
|
|
117
4
|
"aria-activedescendant": {
|
|
118
5
|
description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
119
6
|
required: false,
|
|
@@ -419,7 +306,115 @@ const props = {
|
|
|
419
306
|
required: false,
|
|
420
307
|
control: "text",
|
|
421
308
|
type: "string"
|
|
422
|
-
}
|
|
309
|
+
},
|
|
310
|
+
autoCapitalize: { required: false, control: "text", type: "string" },
|
|
311
|
+
autoCorrect: { required: false, control: "text", type: "string" },
|
|
312
|
+
autoFocus: { required: false, control: "boolean", type: "boolean" },
|
|
313
|
+
autoSave: { required: false, control: "text", type: "string" },
|
|
314
|
+
className: { required: false, control: "text", type: "string" },
|
|
315
|
+
color: { required: false, control: "color", type: "string" },
|
|
316
|
+
content: { required: false, control: "text", type: "string" },
|
|
317
|
+
contextMenu: { required: false, control: "text", type: "string" },
|
|
318
|
+
datatype: { required: false, control: "text", type: "string" },
|
|
319
|
+
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
320
|
+
dir: { required: false, control: "text", type: "string" },
|
|
321
|
+
draggable: { required: false, control: "boolean", type: "boolean" },
|
|
322
|
+
hidden: { required: false, control: "boolean", type: "boolean" },
|
|
323
|
+
href: { required: false, control: "text", type: "string" },
|
|
324
|
+
hrefLang: { required: false, control: "text", type: "string" },
|
|
325
|
+
id: { required: false, control: "text", type: "string" },
|
|
326
|
+
inputMode: {
|
|
327
|
+
description: "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
|
|
328
|
+
required: false,
|
|
329
|
+
control: "select",
|
|
330
|
+
type: "string",
|
|
331
|
+
options: [
|
|
332
|
+
"text",
|
|
333
|
+
"none",
|
|
334
|
+
"search",
|
|
335
|
+
"tel",
|
|
336
|
+
"url",
|
|
337
|
+
"email",
|
|
338
|
+
"numeric",
|
|
339
|
+
"decimal"
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
is: {
|
|
343
|
+
description: "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
|
|
344
|
+
required: false,
|
|
345
|
+
control: "text",
|
|
346
|
+
type: "string"
|
|
347
|
+
},
|
|
348
|
+
itemID: { required: false, control: "text", type: "string" },
|
|
349
|
+
itemProp: { required: false, control: "text", type: "string" },
|
|
350
|
+
itemRef: { required: false, control: "text", type: "string" },
|
|
351
|
+
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
352
|
+
itemType: { required: false, control: "text", type: "string" },
|
|
353
|
+
lang: { required: false, control: "text", type: "string" },
|
|
354
|
+
media: { required: false, control: "text", type: "string" },
|
|
355
|
+
nonce: { required: false, control: "text", type: "string" },
|
|
356
|
+
ping: { required: false, control: "text", type: "string" },
|
|
357
|
+
placeholder: { required: false, control: "text", type: "string" },
|
|
358
|
+
prefix: { required: false, control: "text", type: "string" },
|
|
359
|
+
property: { required: false, control: "text", type: "string" },
|
|
360
|
+
radioGroup: { required: false, control: "text", type: "string" },
|
|
361
|
+
referrerPolicy: {
|
|
362
|
+
required: false,
|
|
363
|
+
control: "select",
|
|
364
|
+
type: "string",
|
|
365
|
+
options: [
|
|
366
|
+
"",
|
|
367
|
+
"no-referrer",
|
|
368
|
+
"no-referrer-when-downgrade",
|
|
369
|
+
"origin",
|
|
370
|
+
"origin-when-cross-origin",
|
|
371
|
+
"same-origin",
|
|
372
|
+
"strict-origin",
|
|
373
|
+
"strict-origin-when-cross-origin",
|
|
374
|
+
"unsafe-url"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
rel: { required: false, control: "text", type: "string" },
|
|
378
|
+
resource: { required: false, control: "text", type: "string" },
|
|
379
|
+
results: { required: false, control: "number", type: "number" },
|
|
380
|
+
rev: { required: false, control: "text", type: "string" },
|
|
381
|
+
role: { required: false, control: "text", type: "string" },
|
|
382
|
+
security: { required: false, control: "text", type: "string" },
|
|
383
|
+
slot: { required: false, control: "text", type: "string" },
|
|
384
|
+
spellCheck: { required: false, control: "boolean", type: "boolean" },
|
|
385
|
+
suppressContentEditableWarning: {
|
|
386
|
+
required: false,
|
|
387
|
+
control: "boolean",
|
|
388
|
+
type: "boolean"
|
|
389
|
+
},
|
|
390
|
+
suppressHydrationWarning: {
|
|
391
|
+
required: false,
|
|
392
|
+
control: "boolean",
|
|
393
|
+
type: "boolean"
|
|
394
|
+
},
|
|
395
|
+
tabIndex: { required: false, control: "number", type: "number" },
|
|
396
|
+
target: {
|
|
397
|
+
required: false,
|
|
398
|
+
control: "select",
|
|
399
|
+
type: "string",
|
|
400
|
+
options: ["_self", "_blank", "_parent", "_top"]
|
|
401
|
+
},
|
|
402
|
+
title: { required: false, control: "text", type: "string" },
|
|
403
|
+
translate: {
|
|
404
|
+
required: false,
|
|
405
|
+
control: "radio",
|
|
406
|
+
type: "string",
|
|
407
|
+
options: ["yes", "no"]
|
|
408
|
+
},
|
|
409
|
+
type: { required: false, control: "text", type: "string" },
|
|
410
|
+
typeof: { required: false, control: "text", type: "string" },
|
|
411
|
+
unselectable: {
|
|
412
|
+
required: false,
|
|
413
|
+
control: "radio",
|
|
414
|
+
type: "string",
|
|
415
|
+
options: ["on", "off"]
|
|
416
|
+
},
|
|
417
|
+
vocab: { required: false, control: "text", type: "string" }
|
|
423
418
|
};
|
|
424
419
|
export {
|
|
425
420
|
props
|