@webstudio-is/sdk-components-react 0.88.0 → 0.90.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 +117 -21
- package/lib/__generated__/body.props.js +111 -20
- package/lib/__generated__/bold.props.js +111 -20
- package/lib/__generated__/box.props.js +112 -20
- package/lib/__generated__/button.props.js +161 -29
- package/lib/__generated__/checkbox.props.js +264 -47
- package/lib/__generated__/code-text.props.js +111 -20
- package/lib/__generated__/form.props.js +159 -28
- package/lib/__generated__/heading.props.js +112 -20
- package/lib/__generated__/image.props.js +149 -29
- package/lib/__generated__/input.props.js +266 -48
- package/lib/__generated__/italic.props.js +111 -20
- package/lib/__generated__/label.props.js +123 -22
- package/lib/__generated__/link.props.js +145 -27
- package/lib/__generated__/list-item.props.js +111 -20
- package/lib/__generated__/list.props.js +126 -23
- package/lib/__generated__/paragraph.props.js +111 -20
- package/lib/__generated__/radio-button.props.js +264 -47
- package/lib/__generated__/rich-text-link.props.js +145 -27
- package/lib/__generated__/separator.props.js +111 -20
- package/lib/__generated__/span.props.js +111 -20
- package/lib/__generated__/subscript.props.js +111 -20
- package/lib/__generated__/superscript.props.js +111 -20
- package/lib/__generated__/text.props.js +112 -20
- package/lib/__generated__/textarea.props.js +177 -31
- package/lib/__generated__/vimeo-play-button.props.js +161 -29
- package/lib/__generated__/vimeo-preview-image.props.js +149 -29
- package/lib/__generated__/vimeo-spinner.props.js +111 -20
- package/lib/__generated__/vimeo.props.js +112 -21
- package/lib/blockquote.ws.js +1 -0
- package/lib/box.ws.js +1 -0
- package/lib/button.ws.js +1 -0
- package/lib/checkbox.ws.js +1 -0
- package/lib/cjs/__generated__/blockquote.props.js +117 -21
- package/lib/cjs/__generated__/body.props.js +111 -20
- package/lib/cjs/__generated__/bold.props.js +111 -20
- package/lib/cjs/__generated__/box.props.js +112 -20
- package/lib/cjs/__generated__/button.props.js +161 -29
- package/lib/cjs/__generated__/checkbox.props.js +264 -47
- package/lib/cjs/__generated__/code-text.props.js +111 -20
- package/lib/cjs/__generated__/form.props.js +159 -28
- package/lib/cjs/__generated__/heading.props.js +112 -20
- package/lib/cjs/__generated__/image.props.js +149 -29
- package/lib/cjs/__generated__/input.props.js +266 -48
- package/lib/cjs/__generated__/italic.props.js +111 -20
- package/lib/cjs/__generated__/label.props.js +123 -22
- package/lib/cjs/__generated__/link.props.js +145 -27
- package/lib/cjs/__generated__/list-item.props.js +111 -20
- package/lib/cjs/__generated__/list.props.js +126 -23
- package/lib/cjs/__generated__/paragraph.props.js +111 -20
- package/lib/cjs/__generated__/radio-button.props.js +264 -47
- package/lib/cjs/__generated__/rich-text-link.props.js +145 -27
- package/lib/cjs/__generated__/separator.props.js +111 -20
- package/lib/cjs/__generated__/span.props.js +111 -20
- package/lib/cjs/__generated__/subscript.props.js +111 -20
- package/lib/cjs/__generated__/superscript.props.js +111 -20
- package/lib/cjs/__generated__/text.props.js +112 -20
- package/lib/cjs/__generated__/textarea.props.js +177 -31
- package/lib/cjs/__generated__/vimeo-play-button.props.js +161 -29
- package/lib/cjs/__generated__/vimeo-preview-image.props.js +149 -29
- package/lib/cjs/__generated__/vimeo-spinner.props.js +111 -20
- package/lib/cjs/__generated__/vimeo.props.js +112 -21
- package/lib/cjs/blockquote.ws.js +1 -0
- package/lib/cjs/box.ws.js +1 -0
- package/lib/cjs/button.ws.js +1 -0
- package/lib/cjs/checkbox.ws.js +1 -0
- package/lib/cjs/code-text.ws.js +2 -0
- package/lib/cjs/form.ws.js +1 -0
- package/lib/cjs/heading.ws.js +2 -0
- package/lib/cjs/html-embed.ws.js +1 -0
- package/lib/cjs/image.ws.js +1 -0
- package/lib/cjs/input.ws.js +1 -0
- package/lib/cjs/label.ws.js +1 -1
- package/lib/cjs/link.ws.js +2 -0
- package/lib/cjs/list-item.ws.js +1 -0
- package/lib/cjs/list.ws.js +1 -0
- package/lib/cjs/paragraph.ws.js +2 -0
- package/lib/cjs/radio-button.ws.js +1 -0
- package/lib/cjs/separator.ws.js +1 -0
- package/lib/cjs/text.ws.js +1 -0
- package/lib/cjs/textarea.ws.js +1 -0
- package/lib/cjs/vimeo.ws.js +1 -0
- package/lib/code-text.ws.js +2 -0
- package/lib/form.ws.js +1 -0
- package/lib/heading.ws.js +2 -0
- package/lib/html-embed.ws.js +1 -0
- package/lib/image.ws.js +1 -0
- package/lib/input.ws.js +1 -0
- package/lib/label.ws.js +1 -1
- package/lib/link.ws.js +2 -0
- package/lib/list-item.ws.js +1 -0
- package/lib/list.ws.js +1 -0
- package/lib/paragraph.ws.js +2 -0
- package/lib/radio-button.ws.js +1 -0
- package/lib/separator.ws.js +1 -0
- package/lib/text.ws.js +1 -0
- package/lib/textarea.ws.js +1 -0
- package/lib/types/box.d.ts +1 -0
- package/lib/types/heading.d.ts +1 -0
- package/lib/types/list.d.ts +1 -0
- package/lib/types/text.d.ts +1 -0
- package/lib/types/vimeo.d.ts +1 -1
- package/lib/vimeo.ws.js +1 -0
- package/package.json +6 -6
- package/src/__generated__/blockquote.props.ts +131 -20
- package/src/__generated__/body.props.ts +124 -19
- package/src/__generated__/bold.props.ts +124 -19
- package/src/__generated__/box.props.ts +126 -19
- package/src/__generated__/button.props.ts +180 -27
- package/src/__generated__/checkbox.props.ts +292 -44
- package/src/__generated__/code-text.props.ts +124 -19
- package/src/__generated__/form.props.ts +179 -27
- package/src/__generated__/heading.props.ts +126 -19
- package/src/__generated__/image.props.ts +160 -24
- package/src/__generated__/input.props.ts +294 -44
- package/src/__generated__/italic.props.ts +124 -19
- package/src/__generated__/label.props.ts +137 -21
- package/src/__generated__/link.props.ts +159 -24
- package/src/__generated__/list-item.props.ts +124 -19
- package/src/__generated__/list.props.ts +140 -21
- package/src/__generated__/paragraph.props.ts +124 -19
- package/src/__generated__/radio-button.props.ts +292 -44
- package/src/__generated__/rich-text-link.props.ts +159 -24
- package/src/__generated__/separator.props.ts +124 -19
- package/src/__generated__/span.props.ts +124 -19
- package/src/__generated__/subscript.props.ts +124 -19
- package/src/__generated__/superscript.props.ts +124 -19
- package/src/__generated__/text.props.ts +126 -19
- package/src/__generated__/textarea.props.ts +195 -30
- package/src/__generated__/vimeo-play-button.props.ts +179 -27
- package/src/__generated__/vimeo-preview-image.props.ts +160 -24
- package/src/__generated__/vimeo-spinner.props.ts +124 -19
- package/src/__generated__/vimeo.props.ts +125 -20
- package/src/blockquote.ws.tsx +2 -0
- package/src/box.tsx +1 -0
- package/src/box.ws.ts +2 -0
- package/src/button.ws.tsx +2 -0
- package/src/checkbox.ws.tsx +2 -0
- package/src/code-text.ws.tsx +3 -0
- package/src/form.ws.tsx +1 -0
- package/src/heading.tsx +1 -0
- package/src/heading.ws.tsx +3 -0
- package/src/html-embed.ws.ts +1 -0
- package/src/image.ws.tsx +2 -0
- package/src/input.ws.tsx +2 -0
- package/src/label.ws.tsx +1 -1
- package/src/link.ws.tsx +3 -0
- package/src/list-item.ws.tsx +1 -0
- package/src/list.tsx +1 -0
- package/src/list.ws.tsx +1 -0
- package/src/paragraph.ws.tsx +2 -0
- package/src/radio-button.ws.tsx +2 -0
- package/src/separator.ws.tsx +2 -0
- package/src/text.tsx +1 -0
- package/src/text.ws.tsx +2 -0
- package/src/textarea.ws.tsx +2 -0
- package/src/vimeo.tsx +1 -1
- package/src/vimeo.ws.ts +2 -0
|
@@ -23,7 +23,12 @@ __export(code_text_props_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(code_text_props_exports);
|
|
24
24
|
const props = {
|
|
25
25
|
about: { required: false, control: "text", type: "string" },
|
|
26
|
-
accessKey: {
|
|
26
|
+
accessKey: {
|
|
27
|
+
required: false,
|
|
28
|
+
control: "text",
|
|
29
|
+
type: "string",
|
|
30
|
+
description: "Keyboard shortcut to activate or add focus to the element."
|
|
31
|
+
},
|
|
27
32
|
"aria-activedescendant": {
|
|
28
33
|
description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
29
34
|
required: false,
|
|
@@ -179,7 +184,7 @@ const props = {
|
|
|
179
184
|
type: "string"
|
|
180
185
|
},
|
|
181
186
|
"aria-label": {
|
|
182
|
-
description: "
|
|
187
|
+
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.",
|
|
183
188
|
required: false,
|
|
184
189
|
control: "text",
|
|
185
190
|
type: "string"
|
|
@@ -355,20 +360,65 @@ const props = {
|
|
|
355
360
|
control: "text",
|
|
356
361
|
type: "string"
|
|
357
362
|
},
|
|
358
|
-
autoCapitalize: {
|
|
363
|
+
autoCapitalize: {
|
|
364
|
+
required: false,
|
|
365
|
+
control: "text",
|
|
366
|
+
type: "string",
|
|
367
|
+
description: "Sets whether input is automatically capitalized when entered by user."
|
|
368
|
+
},
|
|
359
369
|
autoCorrect: { required: false, control: "text", type: "string" },
|
|
360
|
-
autoFocus: {
|
|
370
|
+
autoFocus: {
|
|
371
|
+
required: false,
|
|
372
|
+
control: "boolean",
|
|
373
|
+
type: "boolean",
|
|
374
|
+
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
375
|
+
},
|
|
361
376
|
autoSave: { required: false, control: "text", type: "string" },
|
|
362
377
|
className: { required: false, control: "text", type: "string" },
|
|
363
|
-
color: {
|
|
364
|
-
|
|
365
|
-
|
|
378
|
+
color: {
|
|
379
|
+
required: false,
|
|
380
|
+
control: "color",
|
|
381
|
+
type: "string",
|
|
382
|
+
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."
|
|
383
|
+
},
|
|
384
|
+
content: {
|
|
385
|
+
required: false,
|
|
386
|
+
control: "text",
|
|
387
|
+
type: "string",
|
|
388
|
+
description: "A value associated with http-equiv orname depending on the context."
|
|
389
|
+
},
|
|
390
|
+
contextMenu: {
|
|
391
|
+
required: false,
|
|
392
|
+
control: "text",
|
|
393
|
+
type: "string",
|
|
394
|
+
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
395
|
+
},
|
|
366
396
|
datatype: { required: false, control: "text", type: "string" },
|
|
367
397
|
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
368
|
-
dir: {
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
398
|
+
dir: {
|
|
399
|
+
required: false,
|
|
400
|
+
control: "text",
|
|
401
|
+
type: "string",
|
|
402
|
+
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
403
|
+
},
|
|
404
|
+
draggable: {
|
|
405
|
+
required: false,
|
|
406
|
+
control: "boolean",
|
|
407
|
+
type: "boolean",
|
|
408
|
+
description: "Defines whether the element can be dragged."
|
|
409
|
+
},
|
|
410
|
+
hidden: {
|
|
411
|
+
required: false,
|
|
412
|
+
control: "boolean",
|
|
413
|
+
type: "boolean",
|
|
414
|
+
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
415
|
+
},
|
|
416
|
+
id: {
|
|
417
|
+
required: false,
|
|
418
|
+
control: "text",
|
|
419
|
+
type: "string",
|
|
420
|
+
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
421
|
+
},
|
|
372
422
|
inputMode: {
|
|
373
423
|
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",
|
|
374
424
|
required: false,
|
|
@@ -396,20 +446,50 @@ const props = {
|
|
|
396
446
|
itemRef: { required: false, control: "text", type: "string" },
|
|
397
447
|
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
398
448
|
itemType: { required: false, control: "text", type: "string" },
|
|
399
|
-
lang: {
|
|
449
|
+
lang: {
|
|
450
|
+
required: false,
|
|
451
|
+
control: "text",
|
|
452
|
+
type: "string",
|
|
453
|
+
description: "Defines the language used in the element."
|
|
454
|
+
},
|
|
400
455
|
nonce: { required: false, control: "text", type: "string" },
|
|
401
|
-
placeholder: {
|
|
456
|
+
placeholder: {
|
|
457
|
+
required: false,
|
|
458
|
+
control: "text",
|
|
459
|
+
type: "string",
|
|
460
|
+
description: "Provides a hint to the user of what can be entered in the field."
|
|
461
|
+
},
|
|
402
462
|
prefix: { required: false, control: "text", type: "string" },
|
|
403
463
|
property: { required: false, control: "text", type: "string" },
|
|
404
464
|
radioGroup: { required: false, control: "text", type: "string" },
|
|
405
|
-
rel: {
|
|
465
|
+
rel: {
|
|
466
|
+
required: false,
|
|
467
|
+
control: "text",
|
|
468
|
+
type: "string",
|
|
469
|
+
description: "Specifies the relationship of the target object to the link object."
|
|
470
|
+
},
|
|
406
471
|
resource: { required: false, control: "text", type: "string" },
|
|
407
472
|
results: { required: false, control: "number", type: "number" },
|
|
408
473
|
rev: { required: false, control: "text", type: "string" },
|
|
409
|
-
role: {
|
|
474
|
+
role: {
|
|
475
|
+
required: false,
|
|
476
|
+
control: "text",
|
|
477
|
+
type: "string",
|
|
478
|
+
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
479
|
+
},
|
|
410
480
|
security: { required: false, control: "text", type: "string" },
|
|
411
|
-
slot: {
|
|
412
|
-
|
|
481
|
+
slot: {
|
|
482
|
+
required: false,
|
|
483
|
+
control: "text",
|
|
484
|
+
type: "string",
|
|
485
|
+
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
486
|
+
},
|
|
487
|
+
spellCheck: {
|
|
488
|
+
required: false,
|
|
489
|
+
control: "boolean",
|
|
490
|
+
type: "boolean",
|
|
491
|
+
description: "Indicates whether spell checking is allowed for the element."
|
|
492
|
+
},
|
|
413
493
|
suppressContentEditableWarning: {
|
|
414
494
|
required: false,
|
|
415
495
|
control: "boolean",
|
|
@@ -420,13 +500,24 @@ const props = {
|
|
|
420
500
|
control: "boolean",
|
|
421
501
|
type: "boolean"
|
|
422
502
|
},
|
|
423
|
-
tabIndex: {
|
|
424
|
-
|
|
503
|
+
tabIndex: {
|
|
504
|
+
required: false,
|
|
505
|
+
control: "number",
|
|
506
|
+
type: "number",
|
|
507
|
+
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
508
|
+
},
|
|
509
|
+
title: {
|
|
510
|
+
required: false,
|
|
511
|
+
control: "text",
|
|
512
|
+
type: "string",
|
|
513
|
+
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
514
|
+
},
|
|
425
515
|
translate: {
|
|
426
516
|
required: false,
|
|
427
517
|
control: "radio",
|
|
428
518
|
type: "string",
|
|
429
|
-
options: ["yes", "no"]
|
|
519
|
+
options: ["yes", "no"],
|
|
520
|
+
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."
|
|
430
521
|
},
|
|
431
522
|
typeof: { required: false, control: "text", type: "string" },
|
|
432
523
|
unselectable: {
|
|
@@ -23,9 +23,24 @@ __export(form_props_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(form_props_exports);
|
|
24
24
|
const props = {
|
|
25
25
|
about: { required: false, control: "text", type: "string" },
|
|
26
|
-
acceptCharset: {
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
acceptCharset: {
|
|
27
|
+
required: false,
|
|
28
|
+
control: "text",
|
|
29
|
+
type: "string",
|
|
30
|
+
description: "List of supported charsets."
|
|
31
|
+
},
|
|
32
|
+
accessKey: {
|
|
33
|
+
required: false,
|
|
34
|
+
control: "text",
|
|
35
|
+
type: "string",
|
|
36
|
+
description: "Keyboard shortcut to activate or add focus to the element."
|
|
37
|
+
},
|
|
38
|
+
action: {
|
|
39
|
+
required: false,
|
|
40
|
+
control: "text",
|
|
41
|
+
type: "string",
|
|
42
|
+
description: "The URI of a program that processes the information submitted via the form."
|
|
43
|
+
},
|
|
29
44
|
"aria-activedescendant": {
|
|
30
45
|
description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
31
46
|
required: false,
|
|
@@ -181,7 +196,7 @@ const props = {
|
|
|
181
196
|
type: "string"
|
|
182
197
|
},
|
|
183
198
|
"aria-label": {
|
|
184
|
-
description: "
|
|
199
|
+
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.",
|
|
185
200
|
required: false,
|
|
186
201
|
control: "text",
|
|
187
202
|
type: "string"
|
|
@@ -357,22 +372,77 @@ const props = {
|
|
|
357
372
|
control: "text",
|
|
358
373
|
type: "string"
|
|
359
374
|
},
|
|
360
|
-
autoCapitalize: {
|
|
361
|
-
|
|
375
|
+
autoCapitalize: {
|
|
376
|
+
required: false,
|
|
377
|
+
control: "text",
|
|
378
|
+
type: "string",
|
|
379
|
+
description: "Sets whether input is automatically capitalized when entered by user."
|
|
380
|
+
},
|
|
381
|
+
autoComplete: {
|
|
382
|
+
required: false,
|
|
383
|
+
control: "text",
|
|
384
|
+
type: "string",
|
|
385
|
+
description: "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser."
|
|
386
|
+
},
|
|
362
387
|
autoCorrect: { required: false, control: "text", type: "string" },
|
|
363
|
-
autoFocus: {
|
|
388
|
+
autoFocus: {
|
|
389
|
+
required: false,
|
|
390
|
+
control: "boolean",
|
|
391
|
+
type: "boolean",
|
|
392
|
+
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
393
|
+
},
|
|
364
394
|
autoSave: { required: false, control: "text", type: "string" },
|
|
365
395
|
className: { required: false, control: "text", type: "string" },
|
|
366
|
-
color: {
|
|
367
|
-
|
|
368
|
-
|
|
396
|
+
color: {
|
|
397
|
+
required: false,
|
|
398
|
+
control: "color",
|
|
399
|
+
type: "string",
|
|
400
|
+
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."
|
|
401
|
+
},
|
|
402
|
+
content: {
|
|
403
|
+
required: false,
|
|
404
|
+
control: "text",
|
|
405
|
+
type: "string",
|
|
406
|
+
description: "A value associated with http-equiv orname depending on the context."
|
|
407
|
+
},
|
|
408
|
+
contextMenu: {
|
|
409
|
+
required: false,
|
|
410
|
+
control: "text",
|
|
411
|
+
type: "string",
|
|
412
|
+
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
413
|
+
},
|
|
369
414
|
datatype: { required: false, control: "text", type: "string" },
|
|
370
415
|
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
371
|
-
dir: {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
416
|
+
dir: {
|
|
417
|
+
required: false,
|
|
418
|
+
control: "text",
|
|
419
|
+
type: "string",
|
|
420
|
+
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
421
|
+
},
|
|
422
|
+
draggable: {
|
|
423
|
+
required: false,
|
|
424
|
+
control: "boolean",
|
|
425
|
+
type: "boolean",
|
|
426
|
+
description: "Defines whether the element can be dragged."
|
|
427
|
+
},
|
|
428
|
+
encType: {
|
|
429
|
+
required: false,
|
|
430
|
+
control: "text",
|
|
431
|
+
type: "string",
|
|
432
|
+
description: "Defines the content type of the form data when themethod is POST."
|
|
433
|
+
},
|
|
434
|
+
hidden: {
|
|
435
|
+
required: false,
|
|
436
|
+
control: "boolean",
|
|
437
|
+
type: "boolean",
|
|
438
|
+
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
439
|
+
},
|
|
440
|
+
id: {
|
|
441
|
+
required: false,
|
|
442
|
+
control: "text",
|
|
443
|
+
type: "string",
|
|
444
|
+
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
445
|
+
},
|
|
376
446
|
inputMode: {
|
|
377
447
|
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",
|
|
378
448
|
required: false,
|
|
@@ -400,23 +470,68 @@ const props = {
|
|
|
400
470
|
itemRef: { required: false, control: "text", type: "string" },
|
|
401
471
|
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
402
472
|
itemType: { required: false, control: "text", type: "string" },
|
|
403
|
-
lang: {
|
|
404
|
-
|
|
405
|
-
|
|
473
|
+
lang: {
|
|
474
|
+
required: false,
|
|
475
|
+
control: "text",
|
|
476
|
+
type: "string",
|
|
477
|
+
description: "Defines the language used in the element."
|
|
478
|
+
},
|
|
479
|
+
method: {
|
|
480
|
+
required: false,
|
|
481
|
+
control: "text",
|
|
482
|
+
type: "string",
|
|
483
|
+
description: "Defines which HTTP method to use when submitting the form. Can be GET (default) or POST."
|
|
484
|
+
},
|
|
485
|
+
name: {
|
|
486
|
+
required: false,
|
|
487
|
+
control: "text",
|
|
488
|
+
type: "string",
|
|
489
|
+
description: "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes)."
|
|
490
|
+
},
|
|
406
491
|
nonce: { required: false, control: "text", type: "string" },
|
|
407
|
-
noValidate: {
|
|
408
|
-
|
|
492
|
+
noValidate: {
|
|
493
|
+
required: false,
|
|
494
|
+
control: "boolean",
|
|
495
|
+
type: "boolean",
|
|
496
|
+
description: "This attribute indicates that the form shouldn't be validated when submitted."
|
|
497
|
+
},
|
|
498
|
+
placeholder: {
|
|
499
|
+
required: false,
|
|
500
|
+
control: "text",
|
|
501
|
+
type: "string",
|
|
502
|
+
description: "Provides a hint to the user of what can be entered in the field."
|
|
503
|
+
},
|
|
409
504
|
prefix: { required: false, control: "text", type: "string" },
|
|
410
505
|
property: { required: false, control: "text", type: "string" },
|
|
411
506
|
radioGroup: { required: false, control: "text", type: "string" },
|
|
412
|
-
rel: {
|
|
507
|
+
rel: {
|
|
508
|
+
required: false,
|
|
509
|
+
control: "text",
|
|
510
|
+
type: "string",
|
|
511
|
+
description: "Specifies the relationship of the target object to the link object."
|
|
512
|
+
},
|
|
413
513
|
resource: { required: false, control: "text", type: "string" },
|
|
414
514
|
results: { required: false, control: "number", type: "number" },
|
|
415
515
|
rev: { required: false, control: "text", type: "string" },
|
|
416
|
-
role: {
|
|
516
|
+
role: {
|
|
517
|
+
required: false,
|
|
518
|
+
control: "text",
|
|
519
|
+
type: "string",
|
|
520
|
+
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
521
|
+
},
|
|
417
522
|
security: { required: false, control: "text", type: "string" },
|
|
418
|
-
slot: {
|
|
419
|
-
|
|
523
|
+
slot: {
|
|
524
|
+
required: false,
|
|
525
|
+
control: "text",
|
|
526
|
+
type: "string",
|
|
527
|
+
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
528
|
+
},
|
|
529
|
+
spellCheck: {
|
|
530
|
+
required: false,
|
|
531
|
+
control: "boolean",
|
|
532
|
+
type: "boolean",
|
|
533
|
+
description: "Indicates whether spell checking is allowed for the element."
|
|
534
|
+
},
|
|
420
535
|
suppressContentEditableWarning: {
|
|
421
536
|
required: false,
|
|
422
537
|
control: "boolean",
|
|
@@ -427,14 +542,30 @@ const props = {
|
|
|
427
542
|
control: "boolean",
|
|
428
543
|
type: "boolean"
|
|
429
544
|
},
|
|
430
|
-
tabIndex: {
|
|
431
|
-
|
|
432
|
-
|
|
545
|
+
tabIndex: {
|
|
546
|
+
required: false,
|
|
547
|
+
control: "number",
|
|
548
|
+
type: "number",
|
|
549
|
+
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
550
|
+
},
|
|
551
|
+
target: {
|
|
552
|
+
required: false,
|
|
553
|
+
control: "text",
|
|
554
|
+
type: "string",
|
|
555
|
+
description: "Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)"
|
|
556
|
+
},
|
|
557
|
+
title: {
|
|
558
|
+
required: false,
|
|
559
|
+
control: "text",
|
|
560
|
+
type: "string",
|
|
561
|
+
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
562
|
+
},
|
|
433
563
|
translate: {
|
|
434
564
|
required: false,
|
|
435
565
|
control: "radio",
|
|
436
566
|
type: "string",
|
|
437
|
-
options: ["yes", "no"]
|
|
567
|
+
options: ["yes", "no"],
|
|
568
|
+
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."
|
|
438
569
|
},
|
|
439
570
|
typeof: { required: false, control: "text", type: "string" },
|
|
440
571
|
unselectable: {
|
|
@@ -23,7 +23,12 @@ __export(heading_props_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(heading_props_exports);
|
|
24
24
|
const props = {
|
|
25
25
|
about: { required: false, control: "text", type: "string" },
|
|
26
|
-
accessKey: {
|
|
26
|
+
accessKey: {
|
|
27
|
+
required: false,
|
|
28
|
+
control: "text",
|
|
29
|
+
type: "string",
|
|
30
|
+
description: "Keyboard shortcut to activate or add focus to the element."
|
|
31
|
+
},
|
|
27
32
|
"aria-activedescendant": {
|
|
28
33
|
description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
|
|
29
34
|
required: false,
|
|
@@ -179,7 +184,7 @@ const props = {
|
|
|
179
184
|
type: "string"
|
|
180
185
|
},
|
|
181
186
|
"aria-label": {
|
|
182
|
-
description: "
|
|
187
|
+
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.",
|
|
183
188
|
required: false,
|
|
184
189
|
control: "text",
|
|
185
190
|
type: "string"
|
|
@@ -355,20 +360,65 @@ const props = {
|
|
|
355
360
|
control: "text",
|
|
356
361
|
type: "string"
|
|
357
362
|
},
|
|
358
|
-
autoCapitalize: {
|
|
363
|
+
autoCapitalize: {
|
|
364
|
+
required: false,
|
|
365
|
+
control: "text",
|
|
366
|
+
type: "string",
|
|
367
|
+
description: "Sets whether input is automatically capitalized when entered by user."
|
|
368
|
+
},
|
|
359
369
|
autoCorrect: { required: false, control: "text", type: "string" },
|
|
360
|
-
autoFocus: {
|
|
370
|
+
autoFocus: {
|
|
371
|
+
required: false,
|
|
372
|
+
control: "boolean",
|
|
373
|
+
type: "boolean",
|
|
374
|
+
description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
|
|
375
|
+
},
|
|
361
376
|
autoSave: { required: false, control: "text", type: "string" },
|
|
362
377
|
className: { required: false, control: "text", type: "string" },
|
|
363
|
-
color: {
|
|
364
|
-
|
|
365
|
-
|
|
378
|
+
color: {
|
|
379
|
+
required: false,
|
|
380
|
+
control: "color",
|
|
381
|
+
type: "string",
|
|
382
|
+
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."
|
|
383
|
+
},
|
|
384
|
+
content: {
|
|
385
|
+
required: false,
|
|
386
|
+
control: "text",
|
|
387
|
+
type: "string",
|
|
388
|
+
description: "A value associated with http-equiv orname depending on the context."
|
|
389
|
+
},
|
|
390
|
+
contextMenu: {
|
|
391
|
+
required: false,
|
|
392
|
+
control: "text",
|
|
393
|
+
type: "string",
|
|
394
|
+
description: "Defines the ID of a menu element which willserve as the element's context menu."
|
|
395
|
+
},
|
|
366
396
|
datatype: { required: false, control: "text", type: "string" },
|
|
367
397
|
defaultChecked: { required: false, control: "boolean", type: "boolean" },
|
|
368
|
-
dir: {
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
398
|
+
dir: {
|
|
399
|
+
required: false,
|
|
400
|
+
control: "text",
|
|
401
|
+
type: "string",
|
|
402
|
+
description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
|
|
403
|
+
},
|
|
404
|
+
draggable: {
|
|
405
|
+
required: false,
|
|
406
|
+
control: "boolean",
|
|
407
|
+
type: "boolean",
|
|
408
|
+
description: "Defines whether the element can be dragged."
|
|
409
|
+
},
|
|
410
|
+
hidden: {
|
|
411
|
+
required: false,
|
|
412
|
+
control: "boolean",
|
|
413
|
+
type: "boolean",
|
|
414
|
+
description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
|
|
415
|
+
},
|
|
416
|
+
id: {
|
|
417
|
+
required: false,
|
|
418
|
+
control: "text",
|
|
419
|
+
type: "string",
|
|
420
|
+
description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
|
|
421
|
+
},
|
|
372
422
|
inputMode: {
|
|
373
423
|
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",
|
|
374
424
|
required: false,
|
|
@@ -396,20 +446,50 @@ const props = {
|
|
|
396
446
|
itemRef: { required: false, control: "text", type: "string" },
|
|
397
447
|
itemScope: { required: false, control: "boolean", type: "boolean" },
|
|
398
448
|
itemType: { required: false, control: "text", type: "string" },
|
|
399
|
-
lang: {
|
|
449
|
+
lang: {
|
|
450
|
+
required: false,
|
|
451
|
+
control: "text",
|
|
452
|
+
type: "string",
|
|
453
|
+
description: "Defines the language used in the element."
|
|
454
|
+
},
|
|
400
455
|
nonce: { required: false, control: "text", type: "string" },
|
|
401
|
-
placeholder: {
|
|
456
|
+
placeholder: {
|
|
457
|
+
required: false,
|
|
458
|
+
control: "text",
|
|
459
|
+
type: "string",
|
|
460
|
+
description: "Provides a hint to the user of what can be entered in the field."
|
|
461
|
+
},
|
|
402
462
|
prefix: { required: false, control: "text", type: "string" },
|
|
403
463
|
property: { required: false, control: "text", type: "string" },
|
|
404
464
|
radioGroup: { required: false, control: "text", type: "string" },
|
|
405
|
-
rel: {
|
|
465
|
+
rel: {
|
|
466
|
+
required: false,
|
|
467
|
+
control: "text",
|
|
468
|
+
type: "string",
|
|
469
|
+
description: "Specifies the relationship of the target object to the link object."
|
|
470
|
+
},
|
|
406
471
|
resource: { required: false, control: "text", type: "string" },
|
|
407
472
|
results: { required: false, control: "number", type: "number" },
|
|
408
473
|
rev: { required: false, control: "text", type: "string" },
|
|
409
|
-
role: {
|
|
474
|
+
role: {
|
|
475
|
+
required: false,
|
|
476
|
+
control: "text",
|
|
477
|
+
type: "string",
|
|
478
|
+
description: "Defines an explicit role for an element for use by assistive technologies."
|
|
479
|
+
},
|
|
410
480
|
security: { required: false, control: "text", type: "string" },
|
|
411
|
-
slot: {
|
|
412
|
-
|
|
481
|
+
slot: {
|
|
482
|
+
required: false,
|
|
483
|
+
control: "text",
|
|
484
|
+
type: "string",
|
|
485
|
+
description: "Assigns a slot in a shadow DOM shadow tree to an element."
|
|
486
|
+
},
|
|
487
|
+
spellCheck: {
|
|
488
|
+
required: false,
|
|
489
|
+
control: "boolean",
|
|
490
|
+
type: "boolean",
|
|
491
|
+
description: "Indicates whether spell checking is allowed for the element."
|
|
492
|
+
},
|
|
413
493
|
suppressContentEditableWarning: {
|
|
414
494
|
required: false,
|
|
415
495
|
control: "boolean",
|
|
@@ -420,20 +500,32 @@ const props = {
|
|
|
420
500
|
control: "boolean",
|
|
421
501
|
type: "boolean"
|
|
422
502
|
},
|
|
423
|
-
tabIndex: {
|
|
503
|
+
tabIndex: {
|
|
504
|
+
required: false,
|
|
505
|
+
control: "number",
|
|
506
|
+
type: "number",
|
|
507
|
+
description: "Overrides the browser's default tab order and follows the one specified instead."
|
|
508
|
+
},
|
|
424
509
|
tag: {
|
|
510
|
+
description: "Use HTML heading levels (h1-h6) to structure content hierarchically, with h1 as the main title and subsequent levels representing sub-sections. Maintain a logical order and avoid skipping levels to ensure consistent and meaningful organization.",
|
|
425
511
|
required: false,
|
|
426
512
|
control: "select",
|
|
427
513
|
type: "string",
|
|
428
514
|
defaultValue: "h1",
|
|
429
515
|
options: ["h1", "h2", "h3", "h4", "h5", "h6"]
|
|
430
516
|
},
|
|
431
|
-
title: {
|
|
517
|
+
title: {
|
|
518
|
+
required: false,
|
|
519
|
+
control: "text",
|
|
520
|
+
type: "string",
|
|
521
|
+
description: "Text to be displayed in a tooltip when hovering over the element."
|
|
522
|
+
},
|
|
432
523
|
translate: {
|
|
433
524
|
required: false,
|
|
434
525
|
control: "radio",
|
|
435
526
|
type: "string",
|
|
436
|
-
options: ["yes", "no"]
|
|
527
|
+
options: ["yes", "no"],
|
|
528
|
+
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."
|
|
437
529
|
},
|
|
438
530
|
typeof: { required: false, control: "text", type: "string" },
|
|
439
531
|
unselectable: {
|