reflex 0.8.15a2__py3-none-any.whl → 0.8.16__py3-none-any.whl
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.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/app.py +40 -46
- reflex/app_mixins/lifespan.py +12 -5
- reflex/base.py +1 -0
- reflex/compiler/compiler.py +4 -6
- reflex/compiler/templates.py +25 -31
- reflex/compiler/utils.py +6 -5
- reflex/components/base/body.pyi +1 -195
- reflex/components/base/link.pyi +1 -407
- reflex/components/base/meta.pyi +1 -405
- reflex/components/base/script.pyi +1 -237
- reflex/components/component.py +41 -46
- reflex/components/core/auto_scroll.pyi +1 -195
- reflex/components/core/banner.pyi +1 -391
- reflex/components/core/breakpoints.py +14 -18
- reflex/components/core/html.pyi +1 -197
- reflex/components/core/match.py +2 -2
- reflex/components/core/sticky.py +11 -15
- reflex/components/core/sticky.pyi +0 -788
- reflex/components/core/upload.py +1 -3
- reflex/components/core/window_events.pyi +6 -5
- reflex/components/datadisplay/code.pyi +1 -0
- reflex/components/datadisplay/dataeditor.py +4 -6
- reflex/components/datadisplay/shiki_code_block.py +106 -110
- reflex/components/dynamic.py +4 -6
- reflex/components/el/elements/__init__.py +5 -7
- reflex/components/el/elements/__init__.pyi +5 -7
- reflex/components/el/elements/base.py +1 -1
- reflex/components/el/elements/base.pyi +1 -195
- reflex/components/el/elements/forms.py +7 -9
- reflex/components/el/elements/forms.pyi +12 -3112
- reflex/components/el/elements/inline.pyi +0 -5481
- reflex/components/el/elements/media.pyi +0 -10280
- reflex/components/el/elements/metadata.pyi +1 -835
- reflex/components/el/elements/other.pyi +1 -1365
- reflex/components/el/elements/scripts.pyi +1 -625
- reflex/components/el/elements/sectioning.pyi +1 -2911
- reflex/components/el/elements/tables.pyi +1 -1973
- reflex/components/el/elements/typography.pyi +1 -3125
- reflex/components/lucide/icon.py +4 -4
- reflex/components/lucide/icon.pyi +0 -4
- reflex/components/markdown/markdown.py +15 -19
- reflex/components/markdown/markdown.pyi +1 -0
- reflex/components/moment/moment.pyi +0 -49
- reflex/components/props.py +3 -3
- reflex/components/radix/primitives/accordion.py +4 -6
- reflex/components/radix/primitives/accordion.pyi +0 -14
- reflex/components/radix/primitives/base.pyi +0 -5
- reflex/components/radix/primitives/dialog.py +2 -0
- reflex/components/radix/primitives/dialog.pyi +1 -233
- reflex/components/radix/primitives/drawer.pyi +0 -18
- reflex/components/radix/primitives/form.pyi +30 -632
- reflex/components/radix/primitives/progress.pyi +0 -10
- reflex/components/radix/primitives/slider.pyi +0 -10
- reflex/components/radix/themes/color_mode.pyi +1 -284
- reflex/components/radix/themes/components/alert_dialog.pyi +0 -207
- reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
- reflex/components/radix/themes/components/avatar.pyi +0 -80
- reflex/components/radix/themes/components/badge.pyi +1 -270
- reflex/components/radix/themes/components/button.pyi +1 -274
- reflex/components/radix/themes/components/callout.pyi +0 -1197
- reflex/components/radix/themes/components/card.pyi +1 -209
- reflex/components/radix/themes/components/checkbox.pyi +0 -261
- reflex/components/radix/themes/components/checkbox_cards.pyi +1 -96
- reflex/components/radix/themes/components/checkbox_group.pyi +1 -80
- reflex/components/radix/themes/components/context_menu.pyi +13 -321
- reflex/components/radix/themes/components/data_list.pyi +1 -107
- reflex/components/radix/themes/components/dialog.pyi +1 -210
- reflex/components/radix/themes/components/dropdown_menu.pyi +0 -209
- reflex/components/radix/themes/components/hover_card.pyi +1 -246
- reflex/components/radix/themes/components/icon_button.pyi +1 -195
- reflex/components/radix/themes/components/inset.pyi +0 -252
- reflex/components/radix/themes/components/popover.pyi +1 -234
- reflex/components/radix/themes/components/progress.pyi +1 -84
- reflex/components/radix/themes/components/radio.pyi +1 -72
- reflex/components/radix/themes/components/radio_cards.pyi +1 -123
- reflex/components/radix/themes/components/scroll_area.pyi +1 -11
- reflex/components/radix/themes/components/select.pyi +1 -376
- reflex/components/radix/themes/components/separator.pyi +0 -77
- reflex/components/radix/themes/components/skeleton.pyi +0 -30
- reflex/components/radix/themes/components/slider.py +3 -5
- reflex/components/radix/themes/components/spinner.pyi +0 -5
- reflex/components/radix/themes/components/switch.pyi +0 -89
- reflex/components/radix/themes/components/table.pyi +0 -1453
- reflex/components/radix/themes/components/text_area.pyi +7 -282
- reflex/components/radix/themes/components/text_field.pyi +6 -392
- reflex/components/radix/themes/components/tooltip.pyi +0 -42
- reflex/components/radix/themes/layout/box.pyi +1 -195
- reflex/components/radix/themes/layout/center.pyi +0 -194
- reflex/components/radix/themes/layout/container.pyi +0 -178
- reflex/components/radix/themes/layout/flex.pyi +0 -194
- reflex/components/radix/themes/layout/grid.pyi +0 -194
- reflex/components/radix/themes/layout/list.pyi +0 -978
- reflex/components/radix/themes/layout/section.pyi +0 -194
- reflex/components/radix/themes/layout/spacer.pyi +0 -194
- reflex/components/radix/themes/layout/stack.pyi +0 -582
- reflex/components/radix/themes/typography/blockquote.pyi +0 -196
- reflex/components/radix/themes/typography/code.pyi +0 -194
- reflex/components/radix/themes/typography/heading.pyi +0 -194
- reflex/components/radix/themes/typography/link.pyi +0 -237
- reflex/components/radix/themes/typography/text.pyi +0 -1360
- reflex/components/react_router/dom.pyi +0 -237
- reflex/components/recharts/cartesian.py +12 -18
- reflex/components/recharts/general.py +12 -18
- reflex/constants/installer.py +5 -5
- reflex/custom_components/custom_components.py +6 -5
- reflex/environment.py +30 -7
- reflex/event.py +14 -12
- reflex/experimental/client_state.py +11 -12
- reflex/istate/data.py +8 -10
- reflex/istate/manager/__init__.py +3 -0
- reflex/istate/manager/disk.py +151 -5
- reflex/model.py +1 -1
- reflex/plugins/_screenshot.py +2 -2
- reflex/plugins/shared_tailwind.py +9 -14
- reflex/reflex.py +7 -9
- reflex/state.py +30 -37
- reflex/style.py +6 -6
- reflex/testing.py +54 -30
- reflex/utils/codespaces.py +1 -1
- reflex/utils/compat.py +1 -0
- reflex/utils/decorator.py +3 -3
- reflex/utils/format.py +18 -22
- reflex/utils/prerequisites.py +1 -1
- reflex/utils/pyi_generator.py +51 -57
- reflex/utils/serializers.py +1 -1
- reflex/utils/telemetry.py +1 -1
- reflex/utils/templates.py +4 -4
- reflex/utils/types.py +3 -3
- reflex/vars/base.py +26 -29
- reflex/vars/color.py +6 -8
- reflex/vars/dep_tracking.py +5 -3
- reflex/vars/function.py +3 -3
- reflex/vars/object.py +9 -13
- reflex/vars/sequence.py +18 -24
- {reflex-0.8.15a2.dist-info → reflex-0.8.16.dist-info}/METADATA +1 -1
- {reflex-0.8.15a2.dist-info → reflex-0.8.16.dist-info}/RECORD +139 -139
- {reflex-0.8.15a2.dist-info → reflex-0.8.16.dist-info}/WHEEL +0 -0
- {reflex-0.8.15a2.dist-info → reflex-0.8.16.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.15a2.dist-info → reflex-0.8.16.dist-info}/licenses/LICENSE +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
6
|
from collections.abc import Mapping, Sequence
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any
|
|
8
8
|
|
|
9
9
|
from reflex.components.core.breakpoints import Breakpoints
|
|
10
10
|
from reflex.event import EventType, PointerEventInfo
|
|
@@ -17,185 +17,6 @@ class Blockquote(BaseHTML):
|
|
|
17
17
|
def create(
|
|
18
18
|
cls,
|
|
19
19
|
*children,
|
|
20
|
-
cite: Var[str] | str | None = None,
|
|
21
|
-
access_key: Var[str] | str | None = None,
|
|
22
|
-
auto_capitalize: Literal[
|
|
23
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
24
|
-
]
|
|
25
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
26
|
-
| None = None,
|
|
27
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
28
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
29
|
-
| None = None,
|
|
30
|
-
context_menu: Var[str] | str | None = None,
|
|
31
|
-
dir: Var[str] | str | None = None,
|
|
32
|
-
draggable: Var[bool] | bool | None = None,
|
|
33
|
-
enter_key_hint: Literal[
|
|
34
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
35
|
-
]
|
|
36
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
37
|
-
| None = None,
|
|
38
|
-
hidden: Var[bool] | bool | None = None,
|
|
39
|
-
input_mode: Literal[
|
|
40
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
41
|
-
]
|
|
42
|
-
| Var[
|
|
43
|
-
Literal[
|
|
44
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
45
|
-
]
|
|
46
|
-
]
|
|
47
|
-
| None = None,
|
|
48
|
-
item_prop: Var[str] | str | None = None,
|
|
49
|
-
lang: Var[str] | str | None = None,
|
|
50
|
-
role: Literal[
|
|
51
|
-
"alert",
|
|
52
|
-
"alertdialog",
|
|
53
|
-
"application",
|
|
54
|
-
"article",
|
|
55
|
-
"banner",
|
|
56
|
-
"button",
|
|
57
|
-
"cell",
|
|
58
|
-
"checkbox",
|
|
59
|
-
"columnheader",
|
|
60
|
-
"combobox",
|
|
61
|
-
"complementary",
|
|
62
|
-
"contentinfo",
|
|
63
|
-
"definition",
|
|
64
|
-
"dialog",
|
|
65
|
-
"directory",
|
|
66
|
-
"document",
|
|
67
|
-
"feed",
|
|
68
|
-
"figure",
|
|
69
|
-
"form",
|
|
70
|
-
"grid",
|
|
71
|
-
"gridcell",
|
|
72
|
-
"group",
|
|
73
|
-
"heading",
|
|
74
|
-
"img",
|
|
75
|
-
"link",
|
|
76
|
-
"list",
|
|
77
|
-
"listbox",
|
|
78
|
-
"listitem",
|
|
79
|
-
"log",
|
|
80
|
-
"main",
|
|
81
|
-
"marquee",
|
|
82
|
-
"math",
|
|
83
|
-
"menu",
|
|
84
|
-
"menubar",
|
|
85
|
-
"menuitem",
|
|
86
|
-
"menuitemcheckbox",
|
|
87
|
-
"menuitemradio",
|
|
88
|
-
"navigation",
|
|
89
|
-
"none",
|
|
90
|
-
"note",
|
|
91
|
-
"option",
|
|
92
|
-
"presentation",
|
|
93
|
-
"progressbar",
|
|
94
|
-
"radio",
|
|
95
|
-
"radiogroup",
|
|
96
|
-
"region",
|
|
97
|
-
"row",
|
|
98
|
-
"rowgroup",
|
|
99
|
-
"rowheader",
|
|
100
|
-
"scrollbar",
|
|
101
|
-
"search",
|
|
102
|
-
"searchbox",
|
|
103
|
-
"separator",
|
|
104
|
-
"slider",
|
|
105
|
-
"spinbutton",
|
|
106
|
-
"status",
|
|
107
|
-
"switch",
|
|
108
|
-
"tab",
|
|
109
|
-
"table",
|
|
110
|
-
"tablist",
|
|
111
|
-
"tabpanel",
|
|
112
|
-
"term",
|
|
113
|
-
"textbox",
|
|
114
|
-
"timer",
|
|
115
|
-
"toolbar",
|
|
116
|
-
"tooltip",
|
|
117
|
-
"tree",
|
|
118
|
-
"treegrid",
|
|
119
|
-
"treeitem",
|
|
120
|
-
]
|
|
121
|
-
| Var[
|
|
122
|
-
Literal[
|
|
123
|
-
"alert",
|
|
124
|
-
"alertdialog",
|
|
125
|
-
"application",
|
|
126
|
-
"article",
|
|
127
|
-
"banner",
|
|
128
|
-
"button",
|
|
129
|
-
"cell",
|
|
130
|
-
"checkbox",
|
|
131
|
-
"columnheader",
|
|
132
|
-
"combobox",
|
|
133
|
-
"complementary",
|
|
134
|
-
"contentinfo",
|
|
135
|
-
"definition",
|
|
136
|
-
"dialog",
|
|
137
|
-
"directory",
|
|
138
|
-
"document",
|
|
139
|
-
"feed",
|
|
140
|
-
"figure",
|
|
141
|
-
"form",
|
|
142
|
-
"grid",
|
|
143
|
-
"gridcell",
|
|
144
|
-
"group",
|
|
145
|
-
"heading",
|
|
146
|
-
"img",
|
|
147
|
-
"link",
|
|
148
|
-
"list",
|
|
149
|
-
"listbox",
|
|
150
|
-
"listitem",
|
|
151
|
-
"log",
|
|
152
|
-
"main",
|
|
153
|
-
"marquee",
|
|
154
|
-
"math",
|
|
155
|
-
"menu",
|
|
156
|
-
"menubar",
|
|
157
|
-
"menuitem",
|
|
158
|
-
"menuitemcheckbox",
|
|
159
|
-
"menuitemradio",
|
|
160
|
-
"navigation",
|
|
161
|
-
"none",
|
|
162
|
-
"note",
|
|
163
|
-
"option",
|
|
164
|
-
"presentation",
|
|
165
|
-
"progressbar",
|
|
166
|
-
"radio",
|
|
167
|
-
"radiogroup",
|
|
168
|
-
"region",
|
|
169
|
-
"row",
|
|
170
|
-
"rowgroup",
|
|
171
|
-
"rowheader",
|
|
172
|
-
"scrollbar",
|
|
173
|
-
"search",
|
|
174
|
-
"searchbox",
|
|
175
|
-
"separator",
|
|
176
|
-
"slider",
|
|
177
|
-
"spinbutton",
|
|
178
|
-
"status",
|
|
179
|
-
"switch",
|
|
180
|
-
"tab",
|
|
181
|
-
"table",
|
|
182
|
-
"tablist",
|
|
183
|
-
"tabpanel",
|
|
184
|
-
"term",
|
|
185
|
-
"textbox",
|
|
186
|
-
"timer",
|
|
187
|
-
"toolbar",
|
|
188
|
-
"tooltip",
|
|
189
|
-
"tree",
|
|
190
|
-
"treegrid",
|
|
191
|
-
"treeitem",
|
|
192
|
-
]
|
|
193
|
-
]
|
|
194
|
-
| None = None,
|
|
195
|
-
slot: Var[str] | str | None = None,
|
|
196
|
-
spell_check: Var[bool] | bool | None = None,
|
|
197
|
-
tab_index: Var[int] | int | None = None,
|
|
198
|
-
title: Var[str] | str | None = None,
|
|
199
20
|
style: Sequence[Mapping[str, Any]]
|
|
200
21
|
| Mapping[str, Any]
|
|
201
22
|
| Var[Mapping[str, Any]]
|
|
@@ -228,23 +49,6 @@ class Blockquote(BaseHTML):
|
|
|
228
49
|
|
|
229
50
|
Args:
|
|
230
51
|
*children: The children of the component.
|
|
231
|
-
cite: Define the title of a work.
|
|
232
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
233
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
234
|
-
content_editable: Indicates whether the element's content is editable.
|
|
235
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
236
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
237
|
-
draggable: Defines whether the element can be dragged.
|
|
238
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
239
|
-
hidden: Defines whether the element is hidden.
|
|
240
|
-
input_mode: Defines the type of the element.
|
|
241
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
242
|
-
lang: Defines the language used in the element.
|
|
243
|
-
role: Defines the role of the element.
|
|
244
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
245
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
246
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
247
|
-
title: Defines a tooltip for the element.
|
|
248
52
|
style: The style of the component.
|
|
249
53
|
key: A unique key for the component.
|
|
250
54
|
id: The id for the component.
|
|
@@ -262,184 +66,6 @@ class Dd(BaseHTML):
|
|
|
262
66
|
def create(
|
|
263
67
|
cls,
|
|
264
68
|
*children,
|
|
265
|
-
access_key: Var[str] | str | None = None,
|
|
266
|
-
auto_capitalize: Literal[
|
|
267
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
268
|
-
]
|
|
269
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
270
|
-
| None = None,
|
|
271
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
272
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
273
|
-
| None = None,
|
|
274
|
-
context_menu: Var[str] | str | None = None,
|
|
275
|
-
dir: Var[str] | str | None = None,
|
|
276
|
-
draggable: Var[bool] | bool | None = None,
|
|
277
|
-
enter_key_hint: Literal[
|
|
278
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
279
|
-
]
|
|
280
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
281
|
-
| None = None,
|
|
282
|
-
hidden: Var[bool] | bool | None = None,
|
|
283
|
-
input_mode: Literal[
|
|
284
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
285
|
-
]
|
|
286
|
-
| Var[
|
|
287
|
-
Literal[
|
|
288
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
289
|
-
]
|
|
290
|
-
]
|
|
291
|
-
| None = None,
|
|
292
|
-
item_prop: Var[str] | str | None = None,
|
|
293
|
-
lang: Var[str] | str | None = None,
|
|
294
|
-
role: Literal[
|
|
295
|
-
"alert",
|
|
296
|
-
"alertdialog",
|
|
297
|
-
"application",
|
|
298
|
-
"article",
|
|
299
|
-
"banner",
|
|
300
|
-
"button",
|
|
301
|
-
"cell",
|
|
302
|
-
"checkbox",
|
|
303
|
-
"columnheader",
|
|
304
|
-
"combobox",
|
|
305
|
-
"complementary",
|
|
306
|
-
"contentinfo",
|
|
307
|
-
"definition",
|
|
308
|
-
"dialog",
|
|
309
|
-
"directory",
|
|
310
|
-
"document",
|
|
311
|
-
"feed",
|
|
312
|
-
"figure",
|
|
313
|
-
"form",
|
|
314
|
-
"grid",
|
|
315
|
-
"gridcell",
|
|
316
|
-
"group",
|
|
317
|
-
"heading",
|
|
318
|
-
"img",
|
|
319
|
-
"link",
|
|
320
|
-
"list",
|
|
321
|
-
"listbox",
|
|
322
|
-
"listitem",
|
|
323
|
-
"log",
|
|
324
|
-
"main",
|
|
325
|
-
"marquee",
|
|
326
|
-
"math",
|
|
327
|
-
"menu",
|
|
328
|
-
"menubar",
|
|
329
|
-
"menuitem",
|
|
330
|
-
"menuitemcheckbox",
|
|
331
|
-
"menuitemradio",
|
|
332
|
-
"navigation",
|
|
333
|
-
"none",
|
|
334
|
-
"note",
|
|
335
|
-
"option",
|
|
336
|
-
"presentation",
|
|
337
|
-
"progressbar",
|
|
338
|
-
"radio",
|
|
339
|
-
"radiogroup",
|
|
340
|
-
"region",
|
|
341
|
-
"row",
|
|
342
|
-
"rowgroup",
|
|
343
|
-
"rowheader",
|
|
344
|
-
"scrollbar",
|
|
345
|
-
"search",
|
|
346
|
-
"searchbox",
|
|
347
|
-
"separator",
|
|
348
|
-
"slider",
|
|
349
|
-
"spinbutton",
|
|
350
|
-
"status",
|
|
351
|
-
"switch",
|
|
352
|
-
"tab",
|
|
353
|
-
"table",
|
|
354
|
-
"tablist",
|
|
355
|
-
"tabpanel",
|
|
356
|
-
"term",
|
|
357
|
-
"textbox",
|
|
358
|
-
"timer",
|
|
359
|
-
"toolbar",
|
|
360
|
-
"tooltip",
|
|
361
|
-
"tree",
|
|
362
|
-
"treegrid",
|
|
363
|
-
"treeitem",
|
|
364
|
-
]
|
|
365
|
-
| Var[
|
|
366
|
-
Literal[
|
|
367
|
-
"alert",
|
|
368
|
-
"alertdialog",
|
|
369
|
-
"application",
|
|
370
|
-
"article",
|
|
371
|
-
"banner",
|
|
372
|
-
"button",
|
|
373
|
-
"cell",
|
|
374
|
-
"checkbox",
|
|
375
|
-
"columnheader",
|
|
376
|
-
"combobox",
|
|
377
|
-
"complementary",
|
|
378
|
-
"contentinfo",
|
|
379
|
-
"definition",
|
|
380
|
-
"dialog",
|
|
381
|
-
"directory",
|
|
382
|
-
"document",
|
|
383
|
-
"feed",
|
|
384
|
-
"figure",
|
|
385
|
-
"form",
|
|
386
|
-
"grid",
|
|
387
|
-
"gridcell",
|
|
388
|
-
"group",
|
|
389
|
-
"heading",
|
|
390
|
-
"img",
|
|
391
|
-
"link",
|
|
392
|
-
"list",
|
|
393
|
-
"listbox",
|
|
394
|
-
"listitem",
|
|
395
|
-
"log",
|
|
396
|
-
"main",
|
|
397
|
-
"marquee",
|
|
398
|
-
"math",
|
|
399
|
-
"menu",
|
|
400
|
-
"menubar",
|
|
401
|
-
"menuitem",
|
|
402
|
-
"menuitemcheckbox",
|
|
403
|
-
"menuitemradio",
|
|
404
|
-
"navigation",
|
|
405
|
-
"none",
|
|
406
|
-
"note",
|
|
407
|
-
"option",
|
|
408
|
-
"presentation",
|
|
409
|
-
"progressbar",
|
|
410
|
-
"radio",
|
|
411
|
-
"radiogroup",
|
|
412
|
-
"region",
|
|
413
|
-
"row",
|
|
414
|
-
"rowgroup",
|
|
415
|
-
"rowheader",
|
|
416
|
-
"scrollbar",
|
|
417
|
-
"search",
|
|
418
|
-
"searchbox",
|
|
419
|
-
"separator",
|
|
420
|
-
"slider",
|
|
421
|
-
"spinbutton",
|
|
422
|
-
"status",
|
|
423
|
-
"switch",
|
|
424
|
-
"tab",
|
|
425
|
-
"table",
|
|
426
|
-
"tablist",
|
|
427
|
-
"tabpanel",
|
|
428
|
-
"term",
|
|
429
|
-
"textbox",
|
|
430
|
-
"timer",
|
|
431
|
-
"toolbar",
|
|
432
|
-
"tooltip",
|
|
433
|
-
"tree",
|
|
434
|
-
"treegrid",
|
|
435
|
-
"treeitem",
|
|
436
|
-
]
|
|
437
|
-
]
|
|
438
|
-
| None = None,
|
|
439
|
-
slot: Var[str] | str | None = None,
|
|
440
|
-
spell_check: Var[bool] | bool | None = None,
|
|
441
|
-
tab_index: Var[int] | int | None = None,
|
|
442
|
-
title: Var[str] | str | None = None,
|
|
443
69
|
style: Sequence[Mapping[str, Any]]
|
|
444
70
|
| Mapping[str, Any]
|
|
445
71
|
| Var[Mapping[str, Any]]
|
|
@@ -472,22 +98,6 @@ class Dd(BaseHTML):
|
|
|
472
98
|
|
|
473
99
|
Args:
|
|
474
100
|
*children: The children of the component.
|
|
475
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
476
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
477
|
-
content_editable: Indicates whether the element's content is editable.
|
|
478
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
479
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
480
|
-
draggable: Defines whether the element can be dragged.
|
|
481
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
482
|
-
hidden: Defines whether the element is hidden.
|
|
483
|
-
input_mode: Defines the type of the element.
|
|
484
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
485
|
-
lang: Defines the language used in the element.
|
|
486
|
-
role: Defines the role of the element.
|
|
487
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
488
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
489
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
490
|
-
title: Defines a tooltip for the element.
|
|
491
101
|
style: The style of the component.
|
|
492
102
|
key: A unique key for the component.
|
|
493
103
|
id: The id for the component.
|
|
@@ -505,184 +115,6 @@ class Div(BaseHTML):
|
|
|
505
115
|
def create(
|
|
506
116
|
cls,
|
|
507
117
|
*children,
|
|
508
|
-
access_key: Var[str] | str | None = None,
|
|
509
|
-
auto_capitalize: Literal[
|
|
510
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
511
|
-
]
|
|
512
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
513
|
-
| None = None,
|
|
514
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
515
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
516
|
-
| None = None,
|
|
517
|
-
context_menu: Var[str] | str | None = None,
|
|
518
|
-
dir: Var[str] | str | None = None,
|
|
519
|
-
draggable: Var[bool] | bool | None = None,
|
|
520
|
-
enter_key_hint: Literal[
|
|
521
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
522
|
-
]
|
|
523
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
524
|
-
| None = None,
|
|
525
|
-
hidden: Var[bool] | bool | None = None,
|
|
526
|
-
input_mode: Literal[
|
|
527
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
528
|
-
]
|
|
529
|
-
| Var[
|
|
530
|
-
Literal[
|
|
531
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
532
|
-
]
|
|
533
|
-
]
|
|
534
|
-
| None = None,
|
|
535
|
-
item_prop: Var[str] | str | None = None,
|
|
536
|
-
lang: Var[str] | str | None = None,
|
|
537
|
-
role: Literal[
|
|
538
|
-
"alert",
|
|
539
|
-
"alertdialog",
|
|
540
|
-
"application",
|
|
541
|
-
"article",
|
|
542
|
-
"banner",
|
|
543
|
-
"button",
|
|
544
|
-
"cell",
|
|
545
|
-
"checkbox",
|
|
546
|
-
"columnheader",
|
|
547
|
-
"combobox",
|
|
548
|
-
"complementary",
|
|
549
|
-
"contentinfo",
|
|
550
|
-
"definition",
|
|
551
|
-
"dialog",
|
|
552
|
-
"directory",
|
|
553
|
-
"document",
|
|
554
|
-
"feed",
|
|
555
|
-
"figure",
|
|
556
|
-
"form",
|
|
557
|
-
"grid",
|
|
558
|
-
"gridcell",
|
|
559
|
-
"group",
|
|
560
|
-
"heading",
|
|
561
|
-
"img",
|
|
562
|
-
"link",
|
|
563
|
-
"list",
|
|
564
|
-
"listbox",
|
|
565
|
-
"listitem",
|
|
566
|
-
"log",
|
|
567
|
-
"main",
|
|
568
|
-
"marquee",
|
|
569
|
-
"math",
|
|
570
|
-
"menu",
|
|
571
|
-
"menubar",
|
|
572
|
-
"menuitem",
|
|
573
|
-
"menuitemcheckbox",
|
|
574
|
-
"menuitemradio",
|
|
575
|
-
"navigation",
|
|
576
|
-
"none",
|
|
577
|
-
"note",
|
|
578
|
-
"option",
|
|
579
|
-
"presentation",
|
|
580
|
-
"progressbar",
|
|
581
|
-
"radio",
|
|
582
|
-
"radiogroup",
|
|
583
|
-
"region",
|
|
584
|
-
"row",
|
|
585
|
-
"rowgroup",
|
|
586
|
-
"rowheader",
|
|
587
|
-
"scrollbar",
|
|
588
|
-
"search",
|
|
589
|
-
"searchbox",
|
|
590
|
-
"separator",
|
|
591
|
-
"slider",
|
|
592
|
-
"spinbutton",
|
|
593
|
-
"status",
|
|
594
|
-
"switch",
|
|
595
|
-
"tab",
|
|
596
|
-
"table",
|
|
597
|
-
"tablist",
|
|
598
|
-
"tabpanel",
|
|
599
|
-
"term",
|
|
600
|
-
"textbox",
|
|
601
|
-
"timer",
|
|
602
|
-
"toolbar",
|
|
603
|
-
"tooltip",
|
|
604
|
-
"tree",
|
|
605
|
-
"treegrid",
|
|
606
|
-
"treeitem",
|
|
607
|
-
]
|
|
608
|
-
| Var[
|
|
609
|
-
Literal[
|
|
610
|
-
"alert",
|
|
611
|
-
"alertdialog",
|
|
612
|
-
"application",
|
|
613
|
-
"article",
|
|
614
|
-
"banner",
|
|
615
|
-
"button",
|
|
616
|
-
"cell",
|
|
617
|
-
"checkbox",
|
|
618
|
-
"columnheader",
|
|
619
|
-
"combobox",
|
|
620
|
-
"complementary",
|
|
621
|
-
"contentinfo",
|
|
622
|
-
"definition",
|
|
623
|
-
"dialog",
|
|
624
|
-
"directory",
|
|
625
|
-
"document",
|
|
626
|
-
"feed",
|
|
627
|
-
"figure",
|
|
628
|
-
"form",
|
|
629
|
-
"grid",
|
|
630
|
-
"gridcell",
|
|
631
|
-
"group",
|
|
632
|
-
"heading",
|
|
633
|
-
"img",
|
|
634
|
-
"link",
|
|
635
|
-
"list",
|
|
636
|
-
"listbox",
|
|
637
|
-
"listitem",
|
|
638
|
-
"log",
|
|
639
|
-
"main",
|
|
640
|
-
"marquee",
|
|
641
|
-
"math",
|
|
642
|
-
"menu",
|
|
643
|
-
"menubar",
|
|
644
|
-
"menuitem",
|
|
645
|
-
"menuitemcheckbox",
|
|
646
|
-
"menuitemradio",
|
|
647
|
-
"navigation",
|
|
648
|
-
"none",
|
|
649
|
-
"note",
|
|
650
|
-
"option",
|
|
651
|
-
"presentation",
|
|
652
|
-
"progressbar",
|
|
653
|
-
"radio",
|
|
654
|
-
"radiogroup",
|
|
655
|
-
"region",
|
|
656
|
-
"row",
|
|
657
|
-
"rowgroup",
|
|
658
|
-
"rowheader",
|
|
659
|
-
"scrollbar",
|
|
660
|
-
"search",
|
|
661
|
-
"searchbox",
|
|
662
|
-
"separator",
|
|
663
|
-
"slider",
|
|
664
|
-
"spinbutton",
|
|
665
|
-
"status",
|
|
666
|
-
"switch",
|
|
667
|
-
"tab",
|
|
668
|
-
"table",
|
|
669
|
-
"tablist",
|
|
670
|
-
"tabpanel",
|
|
671
|
-
"term",
|
|
672
|
-
"textbox",
|
|
673
|
-
"timer",
|
|
674
|
-
"toolbar",
|
|
675
|
-
"tooltip",
|
|
676
|
-
"tree",
|
|
677
|
-
"treegrid",
|
|
678
|
-
"treeitem",
|
|
679
|
-
]
|
|
680
|
-
]
|
|
681
|
-
| None = None,
|
|
682
|
-
slot: Var[str] | str | None = None,
|
|
683
|
-
spell_check: Var[bool] | bool | None = None,
|
|
684
|
-
tab_index: Var[int] | int | None = None,
|
|
685
|
-
title: Var[str] | str | None = None,
|
|
686
118
|
style: Sequence[Mapping[str, Any]]
|
|
687
119
|
| Mapping[str, Any]
|
|
688
120
|
| Var[Mapping[str, Any]]
|
|
@@ -715,22 +147,6 @@ class Div(BaseHTML):
|
|
|
715
147
|
|
|
716
148
|
Args:
|
|
717
149
|
*children: The children of the component.
|
|
718
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
719
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
720
|
-
content_editable: Indicates whether the element's content is editable.
|
|
721
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
722
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
723
|
-
draggable: Defines whether the element can be dragged.
|
|
724
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
725
|
-
hidden: Defines whether the element is hidden.
|
|
726
|
-
input_mode: Defines the type of the element.
|
|
727
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
728
|
-
lang: Defines the language used in the element.
|
|
729
|
-
role: Defines the role of the element.
|
|
730
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
731
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
732
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
733
|
-
title: Defines a tooltip for the element.
|
|
734
150
|
style: The style of the component.
|
|
735
151
|
key: A unique key for the component.
|
|
736
152
|
id: The id for the component.
|
|
@@ -748,184 +164,6 @@ class Dl(BaseHTML):
|
|
|
748
164
|
def create(
|
|
749
165
|
cls,
|
|
750
166
|
*children,
|
|
751
|
-
access_key: Var[str] | str | None = None,
|
|
752
|
-
auto_capitalize: Literal[
|
|
753
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
754
|
-
]
|
|
755
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
756
|
-
| None = None,
|
|
757
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
758
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
759
|
-
| None = None,
|
|
760
|
-
context_menu: Var[str] | str | None = None,
|
|
761
|
-
dir: Var[str] | str | None = None,
|
|
762
|
-
draggable: Var[bool] | bool | None = None,
|
|
763
|
-
enter_key_hint: Literal[
|
|
764
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
765
|
-
]
|
|
766
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
767
|
-
| None = None,
|
|
768
|
-
hidden: Var[bool] | bool | None = None,
|
|
769
|
-
input_mode: Literal[
|
|
770
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
771
|
-
]
|
|
772
|
-
| Var[
|
|
773
|
-
Literal[
|
|
774
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
775
|
-
]
|
|
776
|
-
]
|
|
777
|
-
| None = None,
|
|
778
|
-
item_prop: Var[str] | str | None = None,
|
|
779
|
-
lang: Var[str] | str | None = None,
|
|
780
|
-
role: Literal[
|
|
781
|
-
"alert",
|
|
782
|
-
"alertdialog",
|
|
783
|
-
"application",
|
|
784
|
-
"article",
|
|
785
|
-
"banner",
|
|
786
|
-
"button",
|
|
787
|
-
"cell",
|
|
788
|
-
"checkbox",
|
|
789
|
-
"columnheader",
|
|
790
|
-
"combobox",
|
|
791
|
-
"complementary",
|
|
792
|
-
"contentinfo",
|
|
793
|
-
"definition",
|
|
794
|
-
"dialog",
|
|
795
|
-
"directory",
|
|
796
|
-
"document",
|
|
797
|
-
"feed",
|
|
798
|
-
"figure",
|
|
799
|
-
"form",
|
|
800
|
-
"grid",
|
|
801
|
-
"gridcell",
|
|
802
|
-
"group",
|
|
803
|
-
"heading",
|
|
804
|
-
"img",
|
|
805
|
-
"link",
|
|
806
|
-
"list",
|
|
807
|
-
"listbox",
|
|
808
|
-
"listitem",
|
|
809
|
-
"log",
|
|
810
|
-
"main",
|
|
811
|
-
"marquee",
|
|
812
|
-
"math",
|
|
813
|
-
"menu",
|
|
814
|
-
"menubar",
|
|
815
|
-
"menuitem",
|
|
816
|
-
"menuitemcheckbox",
|
|
817
|
-
"menuitemradio",
|
|
818
|
-
"navigation",
|
|
819
|
-
"none",
|
|
820
|
-
"note",
|
|
821
|
-
"option",
|
|
822
|
-
"presentation",
|
|
823
|
-
"progressbar",
|
|
824
|
-
"radio",
|
|
825
|
-
"radiogroup",
|
|
826
|
-
"region",
|
|
827
|
-
"row",
|
|
828
|
-
"rowgroup",
|
|
829
|
-
"rowheader",
|
|
830
|
-
"scrollbar",
|
|
831
|
-
"search",
|
|
832
|
-
"searchbox",
|
|
833
|
-
"separator",
|
|
834
|
-
"slider",
|
|
835
|
-
"spinbutton",
|
|
836
|
-
"status",
|
|
837
|
-
"switch",
|
|
838
|
-
"tab",
|
|
839
|
-
"table",
|
|
840
|
-
"tablist",
|
|
841
|
-
"tabpanel",
|
|
842
|
-
"term",
|
|
843
|
-
"textbox",
|
|
844
|
-
"timer",
|
|
845
|
-
"toolbar",
|
|
846
|
-
"tooltip",
|
|
847
|
-
"tree",
|
|
848
|
-
"treegrid",
|
|
849
|
-
"treeitem",
|
|
850
|
-
]
|
|
851
|
-
| Var[
|
|
852
|
-
Literal[
|
|
853
|
-
"alert",
|
|
854
|
-
"alertdialog",
|
|
855
|
-
"application",
|
|
856
|
-
"article",
|
|
857
|
-
"banner",
|
|
858
|
-
"button",
|
|
859
|
-
"cell",
|
|
860
|
-
"checkbox",
|
|
861
|
-
"columnheader",
|
|
862
|
-
"combobox",
|
|
863
|
-
"complementary",
|
|
864
|
-
"contentinfo",
|
|
865
|
-
"definition",
|
|
866
|
-
"dialog",
|
|
867
|
-
"directory",
|
|
868
|
-
"document",
|
|
869
|
-
"feed",
|
|
870
|
-
"figure",
|
|
871
|
-
"form",
|
|
872
|
-
"grid",
|
|
873
|
-
"gridcell",
|
|
874
|
-
"group",
|
|
875
|
-
"heading",
|
|
876
|
-
"img",
|
|
877
|
-
"link",
|
|
878
|
-
"list",
|
|
879
|
-
"listbox",
|
|
880
|
-
"listitem",
|
|
881
|
-
"log",
|
|
882
|
-
"main",
|
|
883
|
-
"marquee",
|
|
884
|
-
"math",
|
|
885
|
-
"menu",
|
|
886
|
-
"menubar",
|
|
887
|
-
"menuitem",
|
|
888
|
-
"menuitemcheckbox",
|
|
889
|
-
"menuitemradio",
|
|
890
|
-
"navigation",
|
|
891
|
-
"none",
|
|
892
|
-
"note",
|
|
893
|
-
"option",
|
|
894
|
-
"presentation",
|
|
895
|
-
"progressbar",
|
|
896
|
-
"radio",
|
|
897
|
-
"radiogroup",
|
|
898
|
-
"region",
|
|
899
|
-
"row",
|
|
900
|
-
"rowgroup",
|
|
901
|
-
"rowheader",
|
|
902
|
-
"scrollbar",
|
|
903
|
-
"search",
|
|
904
|
-
"searchbox",
|
|
905
|
-
"separator",
|
|
906
|
-
"slider",
|
|
907
|
-
"spinbutton",
|
|
908
|
-
"status",
|
|
909
|
-
"switch",
|
|
910
|
-
"tab",
|
|
911
|
-
"table",
|
|
912
|
-
"tablist",
|
|
913
|
-
"tabpanel",
|
|
914
|
-
"term",
|
|
915
|
-
"textbox",
|
|
916
|
-
"timer",
|
|
917
|
-
"toolbar",
|
|
918
|
-
"tooltip",
|
|
919
|
-
"tree",
|
|
920
|
-
"treegrid",
|
|
921
|
-
"treeitem",
|
|
922
|
-
]
|
|
923
|
-
]
|
|
924
|
-
| None = None,
|
|
925
|
-
slot: Var[str] | str | None = None,
|
|
926
|
-
spell_check: Var[bool] | bool | None = None,
|
|
927
|
-
tab_index: Var[int] | int | None = None,
|
|
928
|
-
title: Var[str] | str | None = None,
|
|
929
167
|
style: Sequence[Mapping[str, Any]]
|
|
930
168
|
| Mapping[str, Any]
|
|
931
169
|
| Var[Mapping[str, Any]]
|
|
@@ -958,22 +196,6 @@ class Dl(BaseHTML):
|
|
|
958
196
|
|
|
959
197
|
Args:
|
|
960
198
|
*children: The children of the component.
|
|
961
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
962
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
963
|
-
content_editable: Indicates whether the element's content is editable.
|
|
964
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
965
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
966
|
-
draggable: Defines whether the element can be dragged.
|
|
967
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
968
|
-
hidden: Defines whether the element is hidden.
|
|
969
|
-
input_mode: Defines the type of the element.
|
|
970
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
971
|
-
lang: Defines the language used in the element.
|
|
972
|
-
role: Defines the role of the element.
|
|
973
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
974
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
975
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
976
|
-
title: Defines a tooltip for the element.
|
|
977
199
|
style: The style of the component.
|
|
978
200
|
key: A unique key for the component.
|
|
979
201
|
id: The id for the component.
|
|
@@ -991,184 +213,6 @@ class Dt(BaseHTML):
|
|
|
991
213
|
def create(
|
|
992
214
|
cls,
|
|
993
215
|
*children,
|
|
994
|
-
access_key: Var[str] | str | None = None,
|
|
995
|
-
auto_capitalize: Literal[
|
|
996
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
997
|
-
]
|
|
998
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
999
|
-
| None = None,
|
|
1000
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1001
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1002
|
-
| None = None,
|
|
1003
|
-
context_menu: Var[str] | str | None = None,
|
|
1004
|
-
dir: Var[str] | str | None = None,
|
|
1005
|
-
draggable: Var[bool] | bool | None = None,
|
|
1006
|
-
enter_key_hint: Literal[
|
|
1007
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1008
|
-
]
|
|
1009
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1010
|
-
| None = None,
|
|
1011
|
-
hidden: Var[bool] | bool | None = None,
|
|
1012
|
-
input_mode: Literal[
|
|
1013
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1014
|
-
]
|
|
1015
|
-
| Var[
|
|
1016
|
-
Literal[
|
|
1017
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1018
|
-
]
|
|
1019
|
-
]
|
|
1020
|
-
| None = None,
|
|
1021
|
-
item_prop: Var[str] | str | None = None,
|
|
1022
|
-
lang: Var[str] | str | None = None,
|
|
1023
|
-
role: Literal[
|
|
1024
|
-
"alert",
|
|
1025
|
-
"alertdialog",
|
|
1026
|
-
"application",
|
|
1027
|
-
"article",
|
|
1028
|
-
"banner",
|
|
1029
|
-
"button",
|
|
1030
|
-
"cell",
|
|
1031
|
-
"checkbox",
|
|
1032
|
-
"columnheader",
|
|
1033
|
-
"combobox",
|
|
1034
|
-
"complementary",
|
|
1035
|
-
"contentinfo",
|
|
1036
|
-
"definition",
|
|
1037
|
-
"dialog",
|
|
1038
|
-
"directory",
|
|
1039
|
-
"document",
|
|
1040
|
-
"feed",
|
|
1041
|
-
"figure",
|
|
1042
|
-
"form",
|
|
1043
|
-
"grid",
|
|
1044
|
-
"gridcell",
|
|
1045
|
-
"group",
|
|
1046
|
-
"heading",
|
|
1047
|
-
"img",
|
|
1048
|
-
"link",
|
|
1049
|
-
"list",
|
|
1050
|
-
"listbox",
|
|
1051
|
-
"listitem",
|
|
1052
|
-
"log",
|
|
1053
|
-
"main",
|
|
1054
|
-
"marquee",
|
|
1055
|
-
"math",
|
|
1056
|
-
"menu",
|
|
1057
|
-
"menubar",
|
|
1058
|
-
"menuitem",
|
|
1059
|
-
"menuitemcheckbox",
|
|
1060
|
-
"menuitemradio",
|
|
1061
|
-
"navigation",
|
|
1062
|
-
"none",
|
|
1063
|
-
"note",
|
|
1064
|
-
"option",
|
|
1065
|
-
"presentation",
|
|
1066
|
-
"progressbar",
|
|
1067
|
-
"radio",
|
|
1068
|
-
"radiogroup",
|
|
1069
|
-
"region",
|
|
1070
|
-
"row",
|
|
1071
|
-
"rowgroup",
|
|
1072
|
-
"rowheader",
|
|
1073
|
-
"scrollbar",
|
|
1074
|
-
"search",
|
|
1075
|
-
"searchbox",
|
|
1076
|
-
"separator",
|
|
1077
|
-
"slider",
|
|
1078
|
-
"spinbutton",
|
|
1079
|
-
"status",
|
|
1080
|
-
"switch",
|
|
1081
|
-
"tab",
|
|
1082
|
-
"table",
|
|
1083
|
-
"tablist",
|
|
1084
|
-
"tabpanel",
|
|
1085
|
-
"term",
|
|
1086
|
-
"textbox",
|
|
1087
|
-
"timer",
|
|
1088
|
-
"toolbar",
|
|
1089
|
-
"tooltip",
|
|
1090
|
-
"tree",
|
|
1091
|
-
"treegrid",
|
|
1092
|
-
"treeitem",
|
|
1093
|
-
]
|
|
1094
|
-
| Var[
|
|
1095
|
-
Literal[
|
|
1096
|
-
"alert",
|
|
1097
|
-
"alertdialog",
|
|
1098
|
-
"application",
|
|
1099
|
-
"article",
|
|
1100
|
-
"banner",
|
|
1101
|
-
"button",
|
|
1102
|
-
"cell",
|
|
1103
|
-
"checkbox",
|
|
1104
|
-
"columnheader",
|
|
1105
|
-
"combobox",
|
|
1106
|
-
"complementary",
|
|
1107
|
-
"contentinfo",
|
|
1108
|
-
"definition",
|
|
1109
|
-
"dialog",
|
|
1110
|
-
"directory",
|
|
1111
|
-
"document",
|
|
1112
|
-
"feed",
|
|
1113
|
-
"figure",
|
|
1114
|
-
"form",
|
|
1115
|
-
"grid",
|
|
1116
|
-
"gridcell",
|
|
1117
|
-
"group",
|
|
1118
|
-
"heading",
|
|
1119
|
-
"img",
|
|
1120
|
-
"link",
|
|
1121
|
-
"list",
|
|
1122
|
-
"listbox",
|
|
1123
|
-
"listitem",
|
|
1124
|
-
"log",
|
|
1125
|
-
"main",
|
|
1126
|
-
"marquee",
|
|
1127
|
-
"math",
|
|
1128
|
-
"menu",
|
|
1129
|
-
"menubar",
|
|
1130
|
-
"menuitem",
|
|
1131
|
-
"menuitemcheckbox",
|
|
1132
|
-
"menuitemradio",
|
|
1133
|
-
"navigation",
|
|
1134
|
-
"none",
|
|
1135
|
-
"note",
|
|
1136
|
-
"option",
|
|
1137
|
-
"presentation",
|
|
1138
|
-
"progressbar",
|
|
1139
|
-
"radio",
|
|
1140
|
-
"radiogroup",
|
|
1141
|
-
"region",
|
|
1142
|
-
"row",
|
|
1143
|
-
"rowgroup",
|
|
1144
|
-
"rowheader",
|
|
1145
|
-
"scrollbar",
|
|
1146
|
-
"search",
|
|
1147
|
-
"searchbox",
|
|
1148
|
-
"separator",
|
|
1149
|
-
"slider",
|
|
1150
|
-
"spinbutton",
|
|
1151
|
-
"status",
|
|
1152
|
-
"switch",
|
|
1153
|
-
"tab",
|
|
1154
|
-
"table",
|
|
1155
|
-
"tablist",
|
|
1156
|
-
"tabpanel",
|
|
1157
|
-
"term",
|
|
1158
|
-
"textbox",
|
|
1159
|
-
"timer",
|
|
1160
|
-
"toolbar",
|
|
1161
|
-
"tooltip",
|
|
1162
|
-
"tree",
|
|
1163
|
-
"treegrid",
|
|
1164
|
-
"treeitem",
|
|
1165
|
-
]
|
|
1166
|
-
]
|
|
1167
|
-
| None = None,
|
|
1168
|
-
slot: Var[str] | str | None = None,
|
|
1169
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1170
|
-
tab_index: Var[int] | int | None = None,
|
|
1171
|
-
title: Var[str] | str | None = None,
|
|
1172
216
|
style: Sequence[Mapping[str, Any]]
|
|
1173
217
|
| Mapping[str, Any]
|
|
1174
218
|
| Var[Mapping[str, Any]]
|
|
@@ -1201,22 +245,6 @@ class Dt(BaseHTML):
|
|
|
1201
245
|
|
|
1202
246
|
Args:
|
|
1203
247
|
*children: The children of the component.
|
|
1204
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1205
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1206
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1207
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1208
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1209
|
-
draggable: Defines whether the element can be dragged.
|
|
1210
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1211
|
-
hidden: Defines whether the element is hidden.
|
|
1212
|
-
input_mode: Defines the type of the element.
|
|
1213
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1214
|
-
lang: Defines the language used in the element.
|
|
1215
|
-
role: Defines the role of the element.
|
|
1216
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1217
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1218
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1219
|
-
title: Defines a tooltip for the element.
|
|
1220
248
|
style: The style of the component.
|
|
1221
249
|
key: A unique key for the component.
|
|
1222
250
|
id: The id for the component.
|
|
@@ -1234,184 +262,6 @@ class Figcaption(BaseHTML):
|
|
|
1234
262
|
def create(
|
|
1235
263
|
cls,
|
|
1236
264
|
*children,
|
|
1237
|
-
access_key: Var[str] | str | None = None,
|
|
1238
|
-
auto_capitalize: Literal[
|
|
1239
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1240
|
-
]
|
|
1241
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1242
|
-
| None = None,
|
|
1243
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1244
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1245
|
-
| None = None,
|
|
1246
|
-
context_menu: Var[str] | str | None = None,
|
|
1247
|
-
dir: Var[str] | str | None = None,
|
|
1248
|
-
draggable: Var[bool] | bool | None = None,
|
|
1249
|
-
enter_key_hint: Literal[
|
|
1250
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1251
|
-
]
|
|
1252
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1253
|
-
| None = None,
|
|
1254
|
-
hidden: Var[bool] | bool | None = None,
|
|
1255
|
-
input_mode: Literal[
|
|
1256
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1257
|
-
]
|
|
1258
|
-
| Var[
|
|
1259
|
-
Literal[
|
|
1260
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1261
|
-
]
|
|
1262
|
-
]
|
|
1263
|
-
| None = None,
|
|
1264
|
-
item_prop: Var[str] | str | None = None,
|
|
1265
|
-
lang: Var[str] | str | None = None,
|
|
1266
|
-
role: Literal[
|
|
1267
|
-
"alert",
|
|
1268
|
-
"alertdialog",
|
|
1269
|
-
"application",
|
|
1270
|
-
"article",
|
|
1271
|
-
"banner",
|
|
1272
|
-
"button",
|
|
1273
|
-
"cell",
|
|
1274
|
-
"checkbox",
|
|
1275
|
-
"columnheader",
|
|
1276
|
-
"combobox",
|
|
1277
|
-
"complementary",
|
|
1278
|
-
"contentinfo",
|
|
1279
|
-
"definition",
|
|
1280
|
-
"dialog",
|
|
1281
|
-
"directory",
|
|
1282
|
-
"document",
|
|
1283
|
-
"feed",
|
|
1284
|
-
"figure",
|
|
1285
|
-
"form",
|
|
1286
|
-
"grid",
|
|
1287
|
-
"gridcell",
|
|
1288
|
-
"group",
|
|
1289
|
-
"heading",
|
|
1290
|
-
"img",
|
|
1291
|
-
"link",
|
|
1292
|
-
"list",
|
|
1293
|
-
"listbox",
|
|
1294
|
-
"listitem",
|
|
1295
|
-
"log",
|
|
1296
|
-
"main",
|
|
1297
|
-
"marquee",
|
|
1298
|
-
"math",
|
|
1299
|
-
"menu",
|
|
1300
|
-
"menubar",
|
|
1301
|
-
"menuitem",
|
|
1302
|
-
"menuitemcheckbox",
|
|
1303
|
-
"menuitemradio",
|
|
1304
|
-
"navigation",
|
|
1305
|
-
"none",
|
|
1306
|
-
"note",
|
|
1307
|
-
"option",
|
|
1308
|
-
"presentation",
|
|
1309
|
-
"progressbar",
|
|
1310
|
-
"radio",
|
|
1311
|
-
"radiogroup",
|
|
1312
|
-
"region",
|
|
1313
|
-
"row",
|
|
1314
|
-
"rowgroup",
|
|
1315
|
-
"rowheader",
|
|
1316
|
-
"scrollbar",
|
|
1317
|
-
"search",
|
|
1318
|
-
"searchbox",
|
|
1319
|
-
"separator",
|
|
1320
|
-
"slider",
|
|
1321
|
-
"spinbutton",
|
|
1322
|
-
"status",
|
|
1323
|
-
"switch",
|
|
1324
|
-
"tab",
|
|
1325
|
-
"table",
|
|
1326
|
-
"tablist",
|
|
1327
|
-
"tabpanel",
|
|
1328
|
-
"term",
|
|
1329
|
-
"textbox",
|
|
1330
|
-
"timer",
|
|
1331
|
-
"toolbar",
|
|
1332
|
-
"tooltip",
|
|
1333
|
-
"tree",
|
|
1334
|
-
"treegrid",
|
|
1335
|
-
"treeitem",
|
|
1336
|
-
]
|
|
1337
|
-
| Var[
|
|
1338
|
-
Literal[
|
|
1339
|
-
"alert",
|
|
1340
|
-
"alertdialog",
|
|
1341
|
-
"application",
|
|
1342
|
-
"article",
|
|
1343
|
-
"banner",
|
|
1344
|
-
"button",
|
|
1345
|
-
"cell",
|
|
1346
|
-
"checkbox",
|
|
1347
|
-
"columnheader",
|
|
1348
|
-
"combobox",
|
|
1349
|
-
"complementary",
|
|
1350
|
-
"contentinfo",
|
|
1351
|
-
"definition",
|
|
1352
|
-
"dialog",
|
|
1353
|
-
"directory",
|
|
1354
|
-
"document",
|
|
1355
|
-
"feed",
|
|
1356
|
-
"figure",
|
|
1357
|
-
"form",
|
|
1358
|
-
"grid",
|
|
1359
|
-
"gridcell",
|
|
1360
|
-
"group",
|
|
1361
|
-
"heading",
|
|
1362
|
-
"img",
|
|
1363
|
-
"link",
|
|
1364
|
-
"list",
|
|
1365
|
-
"listbox",
|
|
1366
|
-
"listitem",
|
|
1367
|
-
"log",
|
|
1368
|
-
"main",
|
|
1369
|
-
"marquee",
|
|
1370
|
-
"math",
|
|
1371
|
-
"menu",
|
|
1372
|
-
"menubar",
|
|
1373
|
-
"menuitem",
|
|
1374
|
-
"menuitemcheckbox",
|
|
1375
|
-
"menuitemradio",
|
|
1376
|
-
"navigation",
|
|
1377
|
-
"none",
|
|
1378
|
-
"note",
|
|
1379
|
-
"option",
|
|
1380
|
-
"presentation",
|
|
1381
|
-
"progressbar",
|
|
1382
|
-
"radio",
|
|
1383
|
-
"radiogroup",
|
|
1384
|
-
"region",
|
|
1385
|
-
"row",
|
|
1386
|
-
"rowgroup",
|
|
1387
|
-
"rowheader",
|
|
1388
|
-
"scrollbar",
|
|
1389
|
-
"search",
|
|
1390
|
-
"searchbox",
|
|
1391
|
-
"separator",
|
|
1392
|
-
"slider",
|
|
1393
|
-
"spinbutton",
|
|
1394
|
-
"status",
|
|
1395
|
-
"switch",
|
|
1396
|
-
"tab",
|
|
1397
|
-
"table",
|
|
1398
|
-
"tablist",
|
|
1399
|
-
"tabpanel",
|
|
1400
|
-
"term",
|
|
1401
|
-
"textbox",
|
|
1402
|
-
"timer",
|
|
1403
|
-
"toolbar",
|
|
1404
|
-
"tooltip",
|
|
1405
|
-
"tree",
|
|
1406
|
-
"treegrid",
|
|
1407
|
-
"treeitem",
|
|
1408
|
-
]
|
|
1409
|
-
]
|
|
1410
|
-
| None = None,
|
|
1411
|
-
slot: Var[str] | str | None = None,
|
|
1412
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1413
|
-
tab_index: Var[int] | int | None = None,
|
|
1414
|
-
title: Var[str] | str | None = None,
|
|
1415
265
|
style: Sequence[Mapping[str, Any]]
|
|
1416
266
|
| Mapping[str, Any]
|
|
1417
267
|
| Var[Mapping[str, Any]]
|
|
@@ -1444,22 +294,6 @@ class Figcaption(BaseHTML):
|
|
|
1444
294
|
|
|
1445
295
|
Args:
|
|
1446
296
|
*children: The children of the component.
|
|
1447
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1448
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1449
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1450
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1451
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1452
|
-
draggable: Defines whether the element can be dragged.
|
|
1453
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1454
|
-
hidden: Defines whether the element is hidden.
|
|
1455
|
-
input_mode: Defines the type of the element.
|
|
1456
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1457
|
-
lang: Defines the language used in the element.
|
|
1458
|
-
role: Defines the role of the element.
|
|
1459
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1460
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1461
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1462
|
-
title: Defines a tooltip for the element.
|
|
1463
297
|
style: The style of the component.
|
|
1464
298
|
key: A unique key for the component.
|
|
1465
299
|
id: The id for the component.
|
|
@@ -1477,184 +311,6 @@ class Figure(BaseHTML):
|
|
|
1477
311
|
def create(
|
|
1478
312
|
cls,
|
|
1479
313
|
*children,
|
|
1480
|
-
access_key: Var[str] | str | None = None,
|
|
1481
|
-
auto_capitalize: Literal[
|
|
1482
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1483
|
-
]
|
|
1484
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1485
|
-
| None = None,
|
|
1486
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1487
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1488
|
-
| None = None,
|
|
1489
|
-
context_menu: Var[str] | str | None = None,
|
|
1490
|
-
dir: Var[str] | str | None = None,
|
|
1491
|
-
draggable: Var[bool] | bool | None = None,
|
|
1492
|
-
enter_key_hint: Literal[
|
|
1493
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1494
|
-
]
|
|
1495
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1496
|
-
| None = None,
|
|
1497
|
-
hidden: Var[bool] | bool | None = None,
|
|
1498
|
-
input_mode: Literal[
|
|
1499
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1500
|
-
]
|
|
1501
|
-
| Var[
|
|
1502
|
-
Literal[
|
|
1503
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1504
|
-
]
|
|
1505
|
-
]
|
|
1506
|
-
| None = None,
|
|
1507
|
-
item_prop: Var[str] | str | None = None,
|
|
1508
|
-
lang: Var[str] | str | None = None,
|
|
1509
|
-
role: Literal[
|
|
1510
|
-
"alert",
|
|
1511
|
-
"alertdialog",
|
|
1512
|
-
"application",
|
|
1513
|
-
"article",
|
|
1514
|
-
"banner",
|
|
1515
|
-
"button",
|
|
1516
|
-
"cell",
|
|
1517
|
-
"checkbox",
|
|
1518
|
-
"columnheader",
|
|
1519
|
-
"combobox",
|
|
1520
|
-
"complementary",
|
|
1521
|
-
"contentinfo",
|
|
1522
|
-
"definition",
|
|
1523
|
-
"dialog",
|
|
1524
|
-
"directory",
|
|
1525
|
-
"document",
|
|
1526
|
-
"feed",
|
|
1527
|
-
"figure",
|
|
1528
|
-
"form",
|
|
1529
|
-
"grid",
|
|
1530
|
-
"gridcell",
|
|
1531
|
-
"group",
|
|
1532
|
-
"heading",
|
|
1533
|
-
"img",
|
|
1534
|
-
"link",
|
|
1535
|
-
"list",
|
|
1536
|
-
"listbox",
|
|
1537
|
-
"listitem",
|
|
1538
|
-
"log",
|
|
1539
|
-
"main",
|
|
1540
|
-
"marquee",
|
|
1541
|
-
"math",
|
|
1542
|
-
"menu",
|
|
1543
|
-
"menubar",
|
|
1544
|
-
"menuitem",
|
|
1545
|
-
"menuitemcheckbox",
|
|
1546
|
-
"menuitemradio",
|
|
1547
|
-
"navigation",
|
|
1548
|
-
"none",
|
|
1549
|
-
"note",
|
|
1550
|
-
"option",
|
|
1551
|
-
"presentation",
|
|
1552
|
-
"progressbar",
|
|
1553
|
-
"radio",
|
|
1554
|
-
"radiogroup",
|
|
1555
|
-
"region",
|
|
1556
|
-
"row",
|
|
1557
|
-
"rowgroup",
|
|
1558
|
-
"rowheader",
|
|
1559
|
-
"scrollbar",
|
|
1560
|
-
"search",
|
|
1561
|
-
"searchbox",
|
|
1562
|
-
"separator",
|
|
1563
|
-
"slider",
|
|
1564
|
-
"spinbutton",
|
|
1565
|
-
"status",
|
|
1566
|
-
"switch",
|
|
1567
|
-
"tab",
|
|
1568
|
-
"table",
|
|
1569
|
-
"tablist",
|
|
1570
|
-
"tabpanel",
|
|
1571
|
-
"term",
|
|
1572
|
-
"textbox",
|
|
1573
|
-
"timer",
|
|
1574
|
-
"toolbar",
|
|
1575
|
-
"tooltip",
|
|
1576
|
-
"tree",
|
|
1577
|
-
"treegrid",
|
|
1578
|
-
"treeitem",
|
|
1579
|
-
]
|
|
1580
|
-
| Var[
|
|
1581
|
-
Literal[
|
|
1582
|
-
"alert",
|
|
1583
|
-
"alertdialog",
|
|
1584
|
-
"application",
|
|
1585
|
-
"article",
|
|
1586
|
-
"banner",
|
|
1587
|
-
"button",
|
|
1588
|
-
"cell",
|
|
1589
|
-
"checkbox",
|
|
1590
|
-
"columnheader",
|
|
1591
|
-
"combobox",
|
|
1592
|
-
"complementary",
|
|
1593
|
-
"contentinfo",
|
|
1594
|
-
"definition",
|
|
1595
|
-
"dialog",
|
|
1596
|
-
"directory",
|
|
1597
|
-
"document",
|
|
1598
|
-
"feed",
|
|
1599
|
-
"figure",
|
|
1600
|
-
"form",
|
|
1601
|
-
"grid",
|
|
1602
|
-
"gridcell",
|
|
1603
|
-
"group",
|
|
1604
|
-
"heading",
|
|
1605
|
-
"img",
|
|
1606
|
-
"link",
|
|
1607
|
-
"list",
|
|
1608
|
-
"listbox",
|
|
1609
|
-
"listitem",
|
|
1610
|
-
"log",
|
|
1611
|
-
"main",
|
|
1612
|
-
"marquee",
|
|
1613
|
-
"math",
|
|
1614
|
-
"menu",
|
|
1615
|
-
"menubar",
|
|
1616
|
-
"menuitem",
|
|
1617
|
-
"menuitemcheckbox",
|
|
1618
|
-
"menuitemradio",
|
|
1619
|
-
"navigation",
|
|
1620
|
-
"none",
|
|
1621
|
-
"note",
|
|
1622
|
-
"option",
|
|
1623
|
-
"presentation",
|
|
1624
|
-
"progressbar",
|
|
1625
|
-
"radio",
|
|
1626
|
-
"radiogroup",
|
|
1627
|
-
"region",
|
|
1628
|
-
"row",
|
|
1629
|
-
"rowgroup",
|
|
1630
|
-
"rowheader",
|
|
1631
|
-
"scrollbar",
|
|
1632
|
-
"search",
|
|
1633
|
-
"searchbox",
|
|
1634
|
-
"separator",
|
|
1635
|
-
"slider",
|
|
1636
|
-
"spinbutton",
|
|
1637
|
-
"status",
|
|
1638
|
-
"switch",
|
|
1639
|
-
"tab",
|
|
1640
|
-
"table",
|
|
1641
|
-
"tablist",
|
|
1642
|
-
"tabpanel",
|
|
1643
|
-
"term",
|
|
1644
|
-
"textbox",
|
|
1645
|
-
"timer",
|
|
1646
|
-
"toolbar",
|
|
1647
|
-
"tooltip",
|
|
1648
|
-
"tree",
|
|
1649
|
-
"treegrid",
|
|
1650
|
-
"treeitem",
|
|
1651
|
-
]
|
|
1652
|
-
]
|
|
1653
|
-
| None = None,
|
|
1654
|
-
slot: Var[str] | str | None = None,
|
|
1655
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1656
|
-
tab_index: Var[int] | int | None = None,
|
|
1657
|
-
title: Var[str] | str | None = None,
|
|
1658
314
|
style: Sequence[Mapping[str, Any]]
|
|
1659
315
|
| Mapping[str, Any]
|
|
1660
316
|
| Var[Mapping[str, Any]]
|
|
@@ -1687,22 +343,6 @@ class Figure(BaseHTML):
|
|
|
1687
343
|
|
|
1688
344
|
Args:
|
|
1689
345
|
*children: The children of the component.
|
|
1690
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1691
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1692
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1693
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1694
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1695
|
-
draggable: Defines whether the element can be dragged.
|
|
1696
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1697
|
-
hidden: Defines whether the element is hidden.
|
|
1698
|
-
input_mode: Defines the type of the element.
|
|
1699
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1700
|
-
lang: Defines the language used in the element.
|
|
1701
|
-
role: Defines the role of the element.
|
|
1702
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1703
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1704
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1705
|
-
title: Defines a tooltip for the element.
|
|
1706
346
|
style: The style of the component.
|
|
1707
347
|
key: A unique key for the component.
|
|
1708
348
|
id: The id for the component.
|
|
@@ -1720,184 +360,6 @@ class Hr(BaseHTML):
|
|
|
1720
360
|
def create(
|
|
1721
361
|
cls,
|
|
1722
362
|
*children,
|
|
1723
|
-
access_key: Var[str] | str | None = None,
|
|
1724
|
-
auto_capitalize: Literal[
|
|
1725
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1726
|
-
]
|
|
1727
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1728
|
-
| None = None,
|
|
1729
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1730
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1731
|
-
| None = None,
|
|
1732
|
-
context_menu: Var[str] | str | None = None,
|
|
1733
|
-
dir: Var[str] | str | None = None,
|
|
1734
|
-
draggable: Var[bool] | bool | None = None,
|
|
1735
|
-
enter_key_hint: Literal[
|
|
1736
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1737
|
-
]
|
|
1738
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1739
|
-
| None = None,
|
|
1740
|
-
hidden: Var[bool] | bool | None = None,
|
|
1741
|
-
input_mode: Literal[
|
|
1742
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1743
|
-
]
|
|
1744
|
-
| Var[
|
|
1745
|
-
Literal[
|
|
1746
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1747
|
-
]
|
|
1748
|
-
]
|
|
1749
|
-
| None = None,
|
|
1750
|
-
item_prop: Var[str] | str | None = None,
|
|
1751
|
-
lang: Var[str] | str | None = None,
|
|
1752
|
-
role: Literal[
|
|
1753
|
-
"alert",
|
|
1754
|
-
"alertdialog",
|
|
1755
|
-
"application",
|
|
1756
|
-
"article",
|
|
1757
|
-
"banner",
|
|
1758
|
-
"button",
|
|
1759
|
-
"cell",
|
|
1760
|
-
"checkbox",
|
|
1761
|
-
"columnheader",
|
|
1762
|
-
"combobox",
|
|
1763
|
-
"complementary",
|
|
1764
|
-
"contentinfo",
|
|
1765
|
-
"definition",
|
|
1766
|
-
"dialog",
|
|
1767
|
-
"directory",
|
|
1768
|
-
"document",
|
|
1769
|
-
"feed",
|
|
1770
|
-
"figure",
|
|
1771
|
-
"form",
|
|
1772
|
-
"grid",
|
|
1773
|
-
"gridcell",
|
|
1774
|
-
"group",
|
|
1775
|
-
"heading",
|
|
1776
|
-
"img",
|
|
1777
|
-
"link",
|
|
1778
|
-
"list",
|
|
1779
|
-
"listbox",
|
|
1780
|
-
"listitem",
|
|
1781
|
-
"log",
|
|
1782
|
-
"main",
|
|
1783
|
-
"marquee",
|
|
1784
|
-
"math",
|
|
1785
|
-
"menu",
|
|
1786
|
-
"menubar",
|
|
1787
|
-
"menuitem",
|
|
1788
|
-
"menuitemcheckbox",
|
|
1789
|
-
"menuitemradio",
|
|
1790
|
-
"navigation",
|
|
1791
|
-
"none",
|
|
1792
|
-
"note",
|
|
1793
|
-
"option",
|
|
1794
|
-
"presentation",
|
|
1795
|
-
"progressbar",
|
|
1796
|
-
"radio",
|
|
1797
|
-
"radiogroup",
|
|
1798
|
-
"region",
|
|
1799
|
-
"row",
|
|
1800
|
-
"rowgroup",
|
|
1801
|
-
"rowheader",
|
|
1802
|
-
"scrollbar",
|
|
1803
|
-
"search",
|
|
1804
|
-
"searchbox",
|
|
1805
|
-
"separator",
|
|
1806
|
-
"slider",
|
|
1807
|
-
"spinbutton",
|
|
1808
|
-
"status",
|
|
1809
|
-
"switch",
|
|
1810
|
-
"tab",
|
|
1811
|
-
"table",
|
|
1812
|
-
"tablist",
|
|
1813
|
-
"tabpanel",
|
|
1814
|
-
"term",
|
|
1815
|
-
"textbox",
|
|
1816
|
-
"timer",
|
|
1817
|
-
"toolbar",
|
|
1818
|
-
"tooltip",
|
|
1819
|
-
"tree",
|
|
1820
|
-
"treegrid",
|
|
1821
|
-
"treeitem",
|
|
1822
|
-
]
|
|
1823
|
-
| Var[
|
|
1824
|
-
Literal[
|
|
1825
|
-
"alert",
|
|
1826
|
-
"alertdialog",
|
|
1827
|
-
"application",
|
|
1828
|
-
"article",
|
|
1829
|
-
"banner",
|
|
1830
|
-
"button",
|
|
1831
|
-
"cell",
|
|
1832
|
-
"checkbox",
|
|
1833
|
-
"columnheader",
|
|
1834
|
-
"combobox",
|
|
1835
|
-
"complementary",
|
|
1836
|
-
"contentinfo",
|
|
1837
|
-
"definition",
|
|
1838
|
-
"dialog",
|
|
1839
|
-
"directory",
|
|
1840
|
-
"document",
|
|
1841
|
-
"feed",
|
|
1842
|
-
"figure",
|
|
1843
|
-
"form",
|
|
1844
|
-
"grid",
|
|
1845
|
-
"gridcell",
|
|
1846
|
-
"group",
|
|
1847
|
-
"heading",
|
|
1848
|
-
"img",
|
|
1849
|
-
"link",
|
|
1850
|
-
"list",
|
|
1851
|
-
"listbox",
|
|
1852
|
-
"listitem",
|
|
1853
|
-
"log",
|
|
1854
|
-
"main",
|
|
1855
|
-
"marquee",
|
|
1856
|
-
"math",
|
|
1857
|
-
"menu",
|
|
1858
|
-
"menubar",
|
|
1859
|
-
"menuitem",
|
|
1860
|
-
"menuitemcheckbox",
|
|
1861
|
-
"menuitemradio",
|
|
1862
|
-
"navigation",
|
|
1863
|
-
"none",
|
|
1864
|
-
"note",
|
|
1865
|
-
"option",
|
|
1866
|
-
"presentation",
|
|
1867
|
-
"progressbar",
|
|
1868
|
-
"radio",
|
|
1869
|
-
"radiogroup",
|
|
1870
|
-
"region",
|
|
1871
|
-
"row",
|
|
1872
|
-
"rowgroup",
|
|
1873
|
-
"rowheader",
|
|
1874
|
-
"scrollbar",
|
|
1875
|
-
"search",
|
|
1876
|
-
"searchbox",
|
|
1877
|
-
"separator",
|
|
1878
|
-
"slider",
|
|
1879
|
-
"spinbutton",
|
|
1880
|
-
"status",
|
|
1881
|
-
"switch",
|
|
1882
|
-
"tab",
|
|
1883
|
-
"table",
|
|
1884
|
-
"tablist",
|
|
1885
|
-
"tabpanel",
|
|
1886
|
-
"term",
|
|
1887
|
-
"textbox",
|
|
1888
|
-
"timer",
|
|
1889
|
-
"toolbar",
|
|
1890
|
-
"tooltip",
|
|
1891
|
-
"tree",
|
|
1892
|
-
"treegrid",
|
|
1893
|
-
"treeitem",
|
|
1894
|
-
]
|
|
1895
|
-
]
|
|
1896
|
-
| None = None,
|
|
1897
|
-
slot: Var[str] | str | None = None,
|
|
1898
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1899
|
-
tab_index: Var[int] | int | None = None,
|
|
1900
|
-
title: Var[str] | str | None = None,
|
|
1901
363
|
style: Sequence[Mapping[str, Any]]
|
|
1902
364
|
| Mapping[str, Any]
|
|
1903
365
|
| Var[Mapping[str, Any]]
|
|
@@ -1930,22 +392,6 @@ class Hr(BaseHTML):
|
|
|
1930
392
|
|
|
1931
393
|
Args:
|
|
1932
394
|
*children: The children of the component.
|
|
1933
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1934
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1935
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1936
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1937
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1938
|
-
draggable: Defines whether the element can be dragged.
|
|
1939
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1940
|
-
hidden: Defines whether the element is hidden.
|
|
1941
|
-
input_mode: Defines the type of the element.
|
|
1942
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1943
|
-
lang: Defines the language used in the element.
|
|
1944
|
-
role: Defines the role of the element.
|
|
1945
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1946
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1947
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1948
|
-
title: Defines a tooltip for the element.
|
|
1949
395
|
style: The style of the component.
|
|
1950
396
|
key: A unique key for the component.
|
|
1951
397
|
id: The id for the component.
|
|
@@ -1963,184 +409,6 @@ class Li(BaseHTML):
|
|
|
1963
409
|
def create(
|
|
1964
410
|
cls,
|
|
1965
411
|
*children,
|
|
1966
|
-
access_key: Var[str] | str | None = None,
|
|
1967
|
-
auto_capitalize: Literal[
|
|
1968
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1969
|
-
]
|
|
1970
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1971
|
-
| None = None,
|
|
1972
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1973
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1974
|
-
| None = None,
|
|
1975
|
-
context_menu: Var[str] | str | None = None,
|
|
1976
|
-
dir: Var[str] | str | None = None,
|
|
1977
|
-
draggable: Var[bool] | bool | None = None,
|
|
1978
|
-
enter_key_hint: Literal[
|
|
1979
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1980
|
-
]
|
|
1981
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1982
|
-
| None = None,
|
|
1983
|
-
hidden: Var[bool] | bool | None = None,
|
|
1984
|
-
input_mode: Literal[
|
|
1985
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1986
|
-
]
|
|
1987
|
-
| Var[
|
|
1988
|
-
Literal[
|
|
1989
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1990
|
-
]
|
|
1991
|
-
]
|
|
1992
|
-
| None = None,
|
|
1993
|
-
item_prop: Var[str] | str | None = None,
|
|
1994
|
-
lang: Var[str] | str | None = None,
|
|
1995
|
-
role: Literal[
|
|
1996
|
-
"alert",
|
|
1997
|
-
"alertdialog",
|
|
1998
|
-
"application",
|
|
1999
|
-
"article",
|
|
2000
|
-
"banner",
|
|
2001
|
-
"button",
|
|
2002
|
-
"cell",
|
|
2003
|
-
"checkbox",
|
|
2004
|
-
"columnheader",
|
|
2005
|
-
"combobox",
|
|
2006
|
-
"complementary",
|
|
2007
|
-
"contentinfo",
|
|
2008
|
-
"definition",
|
|
2009
|
-
"dialog",
|
|
2010
|
-
"directory",
|
|
2011
|
-
"document",
|
|
2012
|
-
"feed",
|
|
2013
|
-
"figure",
|
|
2014
|
-
"form",
|
|
2015
|
-
"grid",
|
|
2016
|
-
"gridcell",
|
|
2017
|
-
"group",
|
|
2018
|
-
"heading",
|
|
2019
|
-
"img",
|
|
2020
|
-
"link",
|
|
2021
|
-
"list",
|
|
2022
|
-
"listbox",
|
|
2023
|
-
"listitem",
|
|
2024
|
-
"log",
|
|
2025
|
-
"main",
|
|
2026
|
-
"marquee",
|
|
2027
|
-
"math",
|
|
2028
|
-
"menu",
|
|
2029
|
-
"menubar",
|
|
2030
|
-
"menuitem",
|
|
2031
|
-
"menuitemcheckbox",
|
|
2032
|
-
"menuitemradio",
|
|
2033
|
-
"navigation",
|
|
2034
|
-
"none",
|
|
2035
|
-
"note",
|
|
2036
|
-
"option",
|
|
2037
|
-
"presentation",
|
|
2038
|
-
"progressbar",
|
|
2039
|
-
"radio",
|
|
2040
|
-
"radiogroup",
|
|
2041
|
-
"region",
|
|
2042
|
-
"row",
|
|
2043
|
-
"rowgroup",
|
|
2044
|
-
"rowheader",
|
|
2045
|
-
"scrollbar",
|
|
2046
|
-
"search",
|
|
2047
|
-
"searchbox",
|
|
2048
|
-
"separator",
|
|
2049
|
-
"slider",
|
|
2050
|
-
"spinbutton",
|
|
2051
|
-
"status",
|
|
2052
|
-
"switch",
|
|
2053
|
-
"tab",
|
|
2054
|
-
"table",
|
|
2055
|
-
"tablist",
|
|
2056
|
-
"tabpanel",
|
|
2057
|
-
"term",
|
|
2058
|
-
"textbox",
|
|
2059
|
-
"timer",
|
|
2060
|
-
"toolbar",
|
|
2061
|
-
"tooltip",
|
|
2062
|
-
"tree",
|
|
2063
|
-
"treegrid",
|
|
2064
|
-
"treeitem",
|
|
2065
|
-
]
|
|
2066
|
-
| Var[
|
|
2067
|
-
Literal[
|
|
2068
|
-
"alert",
|
|
2069
|
-
"alertdialog",
|
|
2070
|
-
"application",
|
|
2071
|
-
"article",
|
|
2072
|
-
"banner",
|
|
2073
|
-
"button",
|
|
2074
|
-
"cell",
|
|
2075
|
-
"checkbox",
|
|
2076
|
-
"columnheader",
|
|
2077
|
-
"combobox",
|
|
2078
|
-
"complementary",
|
|
2079
|
-
"contentinfo",
|
|
2080
|
-
"definition",
|
|
2081
|
-
"dialog",
|
|
2082
|
-
"directory",
|
|
2083
|
-
"document",
|
|
2084
|
-
"feed",
|
|
2085
|
-
"figure",
|
|
2086
|
-
"form",
|
|
2087
|
-
"grid",
|
|
2088
|
-
"gridcell",
|
|
2089
|
-
"group",
|
|
2090
|
-
"heading",
|
|
2091
|
-
"img",
|
|
2092
|
-
"link",
|
|
2093
|
-
"list",
|
|
2094
|
-
"listbox",
|
|
2095
|
-
"listitem",
|
|
2096
|
-
"log",
|
|
2097
|
-
"main",
|
|
2098
|
-
"marquee",
|
|
2099
|
-
"math",
|
|
2100
|
-
"menu",
|
|
2101
|
-
"menubar",
|
|
2102
|
-
"menuitem",
|
|
2103
|
-
"menuitemcheckbox",
|
|
2104
|
-
"menuitemradio",
|
|
2105
|
-
"navigation",
|
|
2106
|
-
"none",
|
|
2107
|
-
"note",
|
|
2108
|
-
"option",
|
|
2109
|
-
"presentation",
|
|
2110
|
-
"progressbar",
|
|
2111
|
-
"radio",
|
|
2112
|
-
"radiogroup",
|
|
2113
|
-
"region",
|
|
2114
|
-
"row",
|
|
2115
|
-
"rowgroup",
|
|
2116
|
-
"rowheader",
|
|
2117
|
-
"scrollbar",
|
|
2118
|
-
"search",
|
|
2119
|
-
"searchbox",
|
|
2120
|
-
"separator",
|
|
2121
|
-
"slider",
|
|
2122
|
-
"spinbutton",
|
|
2123
|
-
"status",
|
|
2124
|
-
"switch",
|
|
2125
|
-
"tab",
|
|
2126
|
-
"table",
|
|
2127
|
-
"tablist",
|
|
2128
|
-
"tabpanel",
|
|
2129
|
-
"term",
|
|
2130
|
-
"textbox",
|
|
2131
|
-
"timer",
|
|
2132
|
-
"toolbar",
|
|
2133
|
-
"tooltip",
|
|
2134
|
-
"tree",
|
|
2135
|
-
"treegrid",
|
|
2136
|
-
"treeitem",
|
|
2137
|
-
]
|
|
2138
|
-
]
|
|
2139
|
-
| None = None,
|
|
2140
|
-
slot: Var[str] | str | None = None,
|
|
2141
|
-
spell_check: Var[bool] | bool | None = None,
|
|
2142
|
-
tab_index: Var[int] | int | None = None,
|
|
2143
|
-
title: Var[str] | str | None = None,
|
|
2144
412
|
style: Sequence[Mapping[str, Any]]
|
|
2145
413
|
| Mapping[str, Any]
|
|
2146
414
|
| Var[Mapping[str, Any]]
|
|
@@ -2173,22 +441,6 @@ class Li(BaseHTML):
|
|
|
2173
441
|
|
|
2174
442
|
Args:
|
|
2175
443
|
*children: The children of the component.
|
|
2176
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
2177
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
2178
|
-
content_editable: Indicates whether the element's content is editable.
|
|
2179
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
2180
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
2181
|
-
draggable: Defines whether the element can be dragged.
|
|
2182
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
2183
|
-
hidden: Defines whether the element is hidden.
|
|
2184
|
-
input_mode: Defines the type of the element.
|
|
2185
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
2186
|
-
lang: Defines the language used in the element.
|
|
2187
|
-
role: Defines the role of the element.
|
|
2188
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
2189
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
2190
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
2191
|
-
title: Defines a tooltip for the element.
|
|
2192
444
|
style: The style of the component.
|
|
2193
445
|
key: A unique key for the component.
|
|
2194
446
|
id: The id for the component.
|
|
@@ -2206,185 +458,6 @@ class Menu(BaseHTML):
|
|
|
2206
458
|
def create(
|
|
2207
459
|
cls,
|
|
2208
460
|
*children,
|
|
2209
|
-
type: Var[str] | str | None = None,
|
|
2210
|
-
access_key: Var[str] | str | None = None,
|
|
2211
|
-
auto_capitalize: Literal[
|
|
2212
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
2213
|
-
]
|
|
2214
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
2215
|
-
| None = None,
|
|
2216
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
2217
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
2218
|
-
| None = None,
|
|
2219
|
-
context_menu: Var[str] | str | None = None,
|
|
2220
|
-
dir: Var[str] | str | None = None,
|
|
2221
|
-
draggable: Var[bool] | bool | None = None,
|
|
2222
|
-
enter_key_hint: Literal[
|
|
2223
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
2224
|
-
]
|
|
2225
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
2226
|
-
| None = None,
|
|
2227
|
-
hidden: Var[bool] | bool | None = None,
|
|
2228
|
-
input_mode: Literal[
|
|
2229
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2230
|
-
]
|
|
2231
|
-
| Var[
|
|
2232
|
-
Literal[
|
|
2233
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2234
|
-
]
|
|
2235
|
-
]
|
|
2236
|
-
| None = None,
|
|
2237
|
-
item_prop: Var[str] | str | None = None,
|
|
2238
|
-
lang: Var[str] | str | None = None,
|
|
2239
|
-
role: Literal[
|
|
2240
|
-
"alert",
|
|
2241
|
-
"alertdialog",
|
|
2242
|
-
"application",
|
|
2243
|
-
"article",
|
|
2244
|
-
"banner",
|
|
2245
|
-
"button",
|
|
2246
|
-
"cell",
|
|
2247
|
-
"checkbox",
|
|
2248
|
-
"columnheader",
|
|
2249
|
-
"combobox",
|
|
2250
|
-
"complementary",
|
|
2251
|
-
"contentinfo",
|
|
2252
|
-
"definition",
|
|
2253
|
-
"dialog",
|
|
2254
|
-
"directory",
|
|
2255
|
-
"document",
|
|
2256
|
-
"feed",
|
|
2257
|
-
"figure",
|
|
2258
|
-
"form",
|
|
2259
|
-
"grid",
|
|
2260
|
-
"gridcell",
|
|
2261
|
-
"group",
|
|
2262
|
-
"heading",
|
|
2263
|
-
"img",
|
|
2264
|
-
"link",
|
|
2265
|
-
"list",
|
|
2266
|
-
"listbox",
|
|
2267
|
-
"listitem",
|
|
2268
|
-
"log",
|
|
2269
|
-
"main",
|
|
2270
|
-
"marquee",
|
|
2271
|
-
"math",
|
|
2272
|
-
"menu",
|
|
2273
|
-
"menubar",
|
|
2274
|
-
"menuitem",
|
|
2275
|
-
"menuitemcheckbox",
|
|
2276
|
-
"menuitemradio",
|
|
2277
|
-
"navigation",
|
|
2278
|
-
"none",
|
|
2279
|
-
"note",
|
|
2280
|
-
"option",
|
|
2281
|
-
"presentation",
|
|
2282
|
-
"progressbar",
|
|
2283
|
-
"radio",
|
|
2284
|
-
"radiogroup",
|
|
2285
|
-
"region",
|
|
2286
|
-
"row",
|
|
2287
|
-
"rowgroup",
|
|
2288
|
-
"rowheader",
|
|
2289
|
-
"scrollbar",
|
|
2290
|
-
"search",
|
|
2291
|
-
"searchbox",
|
|
2292
|
-
"separator",
|
|
2293
|
-
"slider",
|
|
2294
|
-
"spinbutton",
|
|
2295
|
-
"status",
|
|
2296
|
-
"switch",
|
|
2297
|
-
"tab",
|
|
2298
|
-
"table",
|
|
2299
|
-
"tablist",
|
|
2300
|
-
"tabpanel",
|
|
2301
|
-
"term",
|
|
2302
|
-
"textbox",
|
|
2303
|
-
"timer",
|
|
2304
|
-
"toolbar",
|
|
2305
|
-
"tooltip",
|
|
2306
|
-
"tree",
|
|
2307
|
-
"treegrid",
|
|
2308
|
-
"treeitem",
|
|
2309
|
-
]
|
|
2310
|
-
| Var[
|
|
2311
|
-
Literal[
|
|
2312
|
-
"alert",
|
|
2313
|
-
"alertdialog",
|
|
2314
|
-
"application",
|
|
2315
|
-
"article",
|
|
2316
|
-
"banner",
|
|
2317
|
-
"button",
|
|
2318
|
-
"cell",
|
|
2319
|
-
"checkbox",
|
|
2320
|
-
"columnheader",
|
|
2321
|
-
"combobox",
|
|
2322
|
-
"complementary",
|
|
2323
|
-
"contentinfo",
|
|
2324
|
-
"definition",
|
|
2325
|
-
"dialog",
|
|
2326
|
-
"directory",
|
|
2327
|
-
"document",
|
|
2328
|
-
"feed",
|
|
2329
|
-
"figure",
|
|
2330
|
-
"form",
|
|
2331
|
-
"grid",
|
|
2332
|
-
"gridcell",
|
|
2333
|
-
"group",
|
|
2334
|
-
"heading",
|
|
2335
|
-
"img",
|
|
2336
|
-
"link",
|
|
2337
|
-
"list",
|
|
2338
|
-
"listbox",
|
|
2339
|
-
"listitem",
|
|
2340
|
-
"log",
|
|
2341
|
-
"main",
|
|
2342
|
-
"marquee",
|
|
2343
|
-
"math",
|
|
2344
|
-
"menu",
|
|
2345
|
-
"menubar",
|
|
2346
|
-
"menuitem",
|
|
2347
|
-
"menuitemcheckbox",
|
|
2348
|
-
"menuitemradio",
|
|
2349
|
-
"navigation",
|
|
2350
|
-
"none",
|
|
2351
|
-
"note",
|
|
2352
|
-
"option",
|
|
2353
|
-
"presentation",
|
|
2354
|
-
"progressbar",
|
|
2355
|
-
"radio",
|
|
2356
|
-
"radiogroup",
|
|
2357
|
-
"region",
|
|
2358
|
-
"row",
|
|
2359
|
-
"rowgroup",
|
|
2360
|
-
"rowheader",
|
|
2361
|
-
"scrollbar",
|
|
2362
|
-
"search",
|
|
2363
|
-
"searchbox",
|
|
2364
|
-
"separator",
|
|
2365
|
-
"slider",
|
|
2366
|
-
"spinbutton",
|
|
2367
|
-
"status",
|
|
2368
|
-
"switch",
|
|
2369
|
-
"tab",
|
|
2370
|
-
"table",
|
|
2371
|
-
"tablist",
|
|
2372
|
-
"tabpanel",
|
|
2373
|
-
"term",
|
|
2374
|
-
"textbox",
|
|
2375
|
-
"timer",
|
|
2376
|
-
"toolbar",
|
|
2377
|
-
"tooltip",
|
|
2378
|
-
"tree",
|
|
2379
|
-
"treegrid",
|
|
2380
|
-
"treeitem",
|
|
2381
|
-
]
|
|
2382
|
-
]
|
|
2383
|
-
| None = None,
|
|
2384
|
-
slot: Var[str] | str | None = None,
|
|
2385
|
-
spell_check: Var[bool] | bool | None = None,
|
|
2386
|
-
tab_index: Var[int] | int | None = None,
|
|
2387
|
-
title: Var[str] | str | None = None,
|
|
2388
461
|
style: Sequence[Mapping[str, Any]]
|
|
2389
462
|
| Mapping[str, Any]
|
|
2390
463
|
| Var[Mapping[str, Any]]
|
|
@@ -2417,23 +490,6 @@ class Menu(BaseHTML):
|
|
|
2417
490
|
|
|
2418
491
|
Args:
|
|
2419
492
|
*children: The children of the component.
|
|
2420
|
-
type: Specifies that the menu element is a context menu.
|
|
2421
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
2422
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
2423
|
-
content_editable: Indicates whether the element's content is editable.
|
|
2424
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
2425
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
2426
|
-
draggable: Defines whether the element can be dragged.
|
|
2427
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
2428
|
-
hidden: Defines whether the element is hidden.
|
|
2429
|
-
input_mode: Defines the type of the element.
|
|
2430
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
2431
|
-
lang: Defines the language used in the element.
|
|
2432
|
-
role: Defines the role of the element.
|
|
2433
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
2434
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
2435
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
2436
|
-
title: Defines a tooltip for the element.
|
|
2437
493
|
style: The style of the component.
|
|
2438
494
|
key: A unique key for the component.
|
|
2439
495
|
id: The id for the component.
|
|
@@ -2451,189 +507,6 @@ class Ol(BaseHTML):
|
|
|
2451
507
|
def create(
|
|
2452
508
|
cls,
|
|
2453
509
|
*children,
|
|
2454
|
-
reversed: Var[bool] | bool | None = None,
|
|
2455
|
-
start: Var[int] | int | None = None,
|
|
2456
|
-
type: Literal["1", "A", "I", "a", "i"]
|
|
2457
|
-
| Var[Literal["1", "A", "I", "a", "i"]]
|
|
2458
|
-
| None = None,
|
|
2459
|
-
access_key: Var[str] | str | None = None,
|
|
2460
|
-
auto_capitalize: Literal[
|
|
2461
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
2462
|
-
]
|
|
2463
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
2464
|
-
| None = None,
|
|
2465
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
2466
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
2467
|
-
| None = None,
|
|
2468
|
-
context_menu: Var[str] | str | None = None,
|
|
2469
|
-
dir: Var[str] | str | None = None,
|
|
2470
|
-
draggable: Var[bool] | bool | None = None,
|
|
2471
|
-
enter_key_hint: Literal[
|
|
2472
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
2473
|
-
]
|
|
2474
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
2475
|
-
| None = None,
|
|
2476
|
-
hidden: Var[bool] | bool | None = None,
|
|
2477
|
-
input_mode: Literal[
|
|
2478
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2479
|
-
]
|
|
2480
|
-
| Var[
|
|
2481
|
-
Literal[
|
|
2482
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2483
|
-
]
|
|
2484
|
-
]
|
|
2485
|
-
| None = None,
|
|
2486
|
-
item_prop: Var[str] | str | None = None,
|
|
2487
|
-
lang: Var[str] | str | None = None,
|
|
2488
|
-
role: Literal[
|
|
2489
|
-
"alert",
|
|
2490
|
-
"alertdialog",
|
|
2491
|
-
"application",
|
|
2492
|
-
"article",
|
|
2493
|
-
"banner",
|
|
2494
|
-
"button",
|
|
2495
|
-
"cell",
|
|
2496
|
-
"checkbox",
|
|
2497
|
-
"columnheader",
|
|
2498
|
-
"combobox",
|
|
2499
|
-
"complementary",
|
|
2500
|
-
"contentinfo",
|
|
2501
|
-
"definition",
|
|
2502
|
-
"dialog",
|
|
2503
|
-
"directory",
|
|
2504
|
-
"document",
|
|
2505
|
-
"feed",
|
|
2506
|
-
"figure",
|
|
2507
|
-
"form",
|
|
2508
|
-
"grid",
|
|
2509
|
-
"gridcell",
|
|
2510
|
-
"group",
|
|
2511
|
-
"heading",
|
|
2512
|
-
"img",
|
|
2513
|
-
"link",
|
|
2514
|
-
"list",
|
|
2515
|
-
"listbox",
|
|
2516
|
-
"listitem",
|
|
2517
|
-
"log",
|
|
2518
|
-
"main",
|
|
2519
|
-
"marquee",
|
|
2520
|
-
"math",
|
|
2521
|
-
"menu",
|
|
2522
|
-
"menubar",
|
|
2523
|
-
"menuitem",
|
|
2524
|
-
"menuitemcheckbox",
|
|
2525
|
-
"menuitemradio",
|
|
2526
|
-
"navigation",
|
|
2527
|
-
"none",
|
|
2528
|
-
"note",
|
|
2529
|
-
"option",
|
|
2530
|
-
"presentation",
|
|
2531
|
-
"progressbar",
|
|
2532
|
-
"radio",
|
|
2533
|
-
"radiogroup",
|
|
2534
|
-
"region",
|
|
2535
|
-
"row",
|
|
2536
|
-
"rowgroup",
|
|
2537
|
-
"rowheader",
|
|
2538
|
-
"scrollbar",
|
|
2539
|
-
"search",
|
|
2540
|
-
"searchbox",
|
|
2541
|
-
"separator",
|
|
2542
|
-
"slider",
|
|
2543
|
-
"spinbutton",
|
|
2544
|
-
"status",
|
|
2545
|
-
"switch",
|
|
2546
|
-
"tab",
|
|
2547
|
-
"table",
|
|
2548
|
-
"tablist",
|
|
2549
|
-
"tabpanel",
|
|
2550
|
-
"term",
|
|
2551
|
-
"textbox",
|
|
2552
|
-
"timer",
|
|
2553
|
-
"toolbar",
|
|
2554
|
-
"tooltip",
|
|
2555
|
-
"tree",
|
|
2556
|
-
"treegrid",
|
|
2557
|
-
"treeitem",
|
|
2558
|
-
]
|
|
2559
|
-
| Var[
|
|
2560
|
-
Literal[
|
|
2561
|
-
"alert",
|
|
2562
|
-
"alertdialog",
|
|
2563
|
-
"application",
|
|
2564
|
-
"article",
|
|
2565
|
-
"banner",
|
|
2566
|
-
"button",
|
|
2567
|
-
"cell",
|
|
2568
|
-
"checkbox",
|
|
2569
|
-
"columnheader",
|
|
2570
|
-
"combobox",
|
|
2571
|
-
"complementary",
|
|
2572
|
-
"contentinfo",
|
|
2573
|
-
"definition",
|
|
2574
|
-
"dialog",
|
|
2575
|
-
"directory",
|
|
2576
|
-
"document",
|
|
2577
|
-
"feed",
|
|
2578
|
-
"figure",
|
|
2579
|
-
"form",
|
|
2580
|
-
"grid",
|
|
2581
|
-
"gridcell",
|
|
2582
|
-
"group",
|
|
2583
|
-
"heading",
|
|
2584
|
-
"img",
|
|
2585
|
-
"link",
|
|
2586
|
-
"list",
|
|
2587
|
-
"listbox",
|
|
2588
|
-
"listitem",
|
|
2589
|
-
"log",
|
|
2590
|
-
"main",
|
|
2591
|
-
"marquee",
|
|
2592
|
-
"math",
|
|
2593
|
-
"menu",
|
|
2594
|
-
"menubar",
|
|
2595
|
-
"menuitem",
|
|
2596
|
-
"menuitemcheckbox",
|
|
2597
|
-
"menuitemradio",
|
|
2598
|
-
"navigation",
|
|
2599
|
-
"none",
|
|
2600
|
-
"note",
|
|
2601
|
-
"option",
|
|
2602
|
-
"presentation",
|
|
2603
|
-
"progressbar",
|
|
2604
|
-
"radio",
|
|
2605
|
-
"radiogroup",
|
|
2606
|
-
"region",
|
|
2607
|
-
"row",
|
|
2608
|
-
"rowgroup",
|
|
2609
|
-
"rowheader",
|
|
2610
|
-
"scrollbar",
|
|
2611
|
-
"search",
|
|
2612
|
-
"searchbox",
|
|
2613
|
-
"separator",
|
|
2614
|
-
"slider",
|
|
2615
|
-
"spinbutton",
|
|
2616
|
-
"status",
|
|
2617
|
-
"switch",
|
|
2618
|
-
"tab",
|
|
2619
|
-
"table",
|
|
2620
|
-
"tablist",
|
|
2621
|
-
"tabpanel",
|
|
2622
|
-
"term",
|
|
2623
|
-
"textbox",
|
|
2624
|
-
"timer",
|
|
2625
|
-
"toolbar",
|
|
2626
|
-
"tooltip",
|
|
2627
|
-
"tree",
|
|
2628
|
-
"treegrid",
|
|
2629
|
-
"treeitem",
|
|
2630
|
-
]
|
|
2631
|
-
]
|
|
2632
|
-
| None = None,
|
|
2633
|
-
slot: Var[str] | str | None = None,
|
|
2634
|
-
spell_check: Var[bool] | bool | None = None,
|
|
2635
|
-
tab_index: Var[int] | int | None = None,
|
|
2636
|
-
title: Var[str] | str | None = None,
|
|
2637
510
|
style: Sequence[Mapping[str, Any]]
|
|
2638
511
|
| Mapping[str, Any]
|
|
2639
512
|
| Var[Mapping[str, Any]]
|
|
@@ -2666,25 +539,6 @@ class Ol(BaseHTML):
|
|
|
2666
539
|
|
|
2667
540
|
Args:
|
|
2668
541
|
*children: The children of the component.
|
|
2669
|
-
reversed: Reverses the order of the list.
|
|
2670
|
-
start: Specifies the start value of the first list item in an ordered list.
|
|
2671
|
-
type: Specifies the kind of marker to use in the list (letters or numbers).
|
|
2672
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
2673
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
2674
|
-
content_editable: Indicates whether the element's content is editable.
|
|
2675
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
2676
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
2677
|
-
draggable: Defines whether the element can be dragged.
|
|
2678
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
2679
|
-
hidden: Defines whether the element is hidden.
|
|
2680
|
-
input_mode: Defines the type of the element.
|
|
2681
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
2682
|
-
lang: Defines the language used in the element.
|
|
2683
|
-
role: Defines the role of the element.
|
|
2684
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
2685
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
2686
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
2687
|
-
title: Defines a tooltip for the element.
|
|
2688
542
|
style: The style of the component.
|
|
2689
543
|
key: A unique key for the component.
|
|
2690
544
|
id: The id for the component.
|
|
@@ -2702,184 +556,6 @@ class P(BaseHTML):
|
|
|
2702
556
|
def create(
|
|
2703
557
|
cls,
|
|
2704
558
|
*children,
|
|
2705
|
-
access_key: Var[str] | str | None = None,
|
|
2706
|
-
auto_capitalize: Literal[
|
|
2707
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
2708
|
-
]
|
|
2709
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
2710
|
-
| None = None,
|
|
2711
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
2712
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
2713
|
-
| None = None,
|
|
2714
|
-
context_menu: Var[str] | str | None = None,
|
|
2715
|
-
dir: Var[str] | str | None = None,
|
|
2716
|
-
draggable: Var[bool] | bool | None = None,
|
|
2717
|
-
enter_key_hint: Literal[
|
|
2718
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
2719
|
-
]
|
|
2720
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
2721
|
-
| None = None,
|
|
2722
|
-
hidden: Var[bool] | bool | None = None,
|
|
2723
|
-
input_mode: Literal[
|
|
2724
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2725
|
-
]
|
|
2726
|
-
| Var[
|
|
2727
|
-
Literal[
|
|
2728
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2729
|
-
]
|
|
2730
|
-
]
|
|
2731
|
-
| None = None,
|
|
2732
|
-
item_prop: Var[str] | str | None = None,
|
|
2733
|
-
lang: Var[str] | str | None = None,
|
|
2734
|
-
role: Literal[
|
|
2735
|
-
"alert",
|
|
2736
|
-
"alertdialog",
|
|
2737
|
-
"application",
|
|
2738
|
-
"article",
|
|
2739
|
-
"banner",
|
|
2740
|
-
"button",
|
|
2741
|
-
"cell",
|
|
2742
|
-
"checkbox",
|
|
2743
|
-
"columnheader",
|
|
2744
|
-
"combobox",
|
|
2745
|
-
"complementary",
|
|
2746
|
-
"contentinfo",
|
|
2747
|
-
"definition",
|
|
2748
|
-
"dialog",
|
|
2749
|
-
"directory",
|
|
2750
|
-
"document",
|
|
2751
|
-
"feed",
|
|
2752
|
-
"figure",
|
|
2753
|
-
"form",
|
|
2754
|
-
"grid",
|
|
2755
|
-
"gridcell",
|
|
2756
|
-
"group",
|
|
2757
|
-
"heading",
|
|
2758
|
-
"img",
|
|
2759
|
-
"link",
|
|
2760
|
-
"list",
|
|
2761
|
-
"listbox",
|
|
2762
|
-
"listitem",
|
|
2763
|
-
"log",
|
|
2764
|
-
"main",
|
|
2765
|
-
"marquee",
|
|
2766
|
-
"math",
|
|
2767
|
-
"menu",
|
|
2768
|
-
"menubar",
|
|
2769
|
-
"menuitem",
|
|
2770
|
-
"menuitemcheckbox",
|
|
2771
|
-
"menuitemradio",
|
|
2772
|
-
"navigation",
|
|
2773
|
-
"none",
|
|
2774
|
-
"note",
|
|
2775
|
-
"option",
|
|
2776
|
-
"presentation",
|
|
2777
|
-
"progressbar",
|
|
2778
|
-
"radio",
|
|
2779
|
-
"radiogroup",
|
|
2780
|
-
"region",
|
|
2781
|
-
"row",
|
|
2782
|
-
"rowgroup",
|
|
2783
|
-
"rowheader",
|
|
2784
|
-
"scrollbar",
|
|
2785
|
-
"search",
|
|
2786
|
-
"searchbox",
|
|
2787
|
-
"separator",
|
|
2788
|
-
"slider",
|
|
2789
|
-
"spinbutton",
|
|
2790
|
-
"status",
|
|
2791
|
-
"switch",
|
|
2792
|
-
"tab",
|
|
2793
|
-
"table",
|
|
2794
|
-
"tablist",
|
|
2795
|
-
"tabpanel",
|
|
2796
|
-
"term",
|
|
2797
|
-
"textbox",
|
|
2798
|
-
"timer",
|
|
2799
|
-
"toolbar",
|
|
2800
|
-
"tooltip",
|
|
2801
|
-
"tree",
|
|
2802
|
-
"treegrid",
|
|
2803
|
-
"treeitem",
|
|
2804
|
-
]
|
|
2805
|
-
| Var[
|
|
2806
|
-
Literal[
|
|
2807
|
-
"alert",
|
|
2808
|
-
"alertdialog",
|
|
2809
|
-
"application",
|
|
2810
|
-
"article",
|
|
2811
|
-
"banner",
|
|
2812
|
-
"button",
|
|
2813
|
-
"cell",
|
|
2814
|
-
"checkbox",
|
|
2815
|
-
"columnheader",
|
|
2816
|
-
"combobox",
|
|
2817
|
-
"complementary",
|
|
2818
|
-
"contentinfo",
|
|
2819
|
-
"definition",
|
|
2820
|
-
"dialog",
|
|
2821
|
-
"directory",
|
|
2822
|
-
"document",
|
|
2823
|
-
"feed",
|
|
2824
|
-
"figure",
|
|
2825
|
-
"form",
|
|
2826
|
-
"grid",
|
|
2827
|
-
"gridcell",
|
|
2828
|
-
"group",
|
|
2829
|
-
"heading",
|
|
2830
|
-
"img",
|
|
2831
|
-
"link",
|
|
2832
|
-
"list",
|
|
2833
|
-
"listbox",
|
|
2834
|
-
"listitem",
|
|
2835
|
-
"log",
|
|
2836
|
-
"main",
|
|
2837
|
-
"marquee",
|
|
2838
|
-
"math",
|
|
2839
|
-
"menu",
|
|
2840
|
-
"menubar",
|
|
2841
|
-
"menuitem",
|
|
2842
|
-
"menuitemcheckbox",
|
|
2843
|
-
"menuitemradio",
|
|
2844
|
-
"navigation",
|
|
2845
|
-
"none",
|
|
2846
|
-
"note",
|
|
2847
|
-
"option",
|
|
2848
|
-
"presentation",
|
|
2849
|
-
"progressbar",
|
|
2850
|
-
"radio",
|
|
2851
|
-
"radiogroup",
|
|
2852
|
-
"region",
|
|
2853
|
-
"row",
|
|
2854
|
-
"rowgroup",
|
|
2855
|
-
"rowheader",
|
|
2856
|
-
"scrollbar",
|
|
2857
|
-
"search",
|
|
2858
|
-
"searchbox",
|
|
2859
|
-
"separator",
|
|
2860
|
-
"slider",
|
|
2861
|
-
"spinbutton",
|
|
2862
|
-
"status",
|
|
2863
|
-
"switch",
|
|
2864
|
-
"tab",
|
|
2865
|
-
"table",
|
|
2866
|
-
"tablist",
|
|
2867
|
-
"tabpanel",
|
|
2868
|
-
"term",
|
|
2869
|
-
"textbox",
|
|
2870
|
-
"timer",
|
|
2871
|
-
"toolbar",
|
|
2872
|
-
"tooltip",
|
|
2873
|
-
"tree",
|
|
2874
|
-
"treegrid",
|
|
2875
|
-
"treeitem",
|
|
2876
|
-
]
|
|
2877
|
-
]
|
|
2878
|
-
| None = None,
|
|
2879
|
-
slot: Var[str] | str | None = None,
|
|
2880
|
-
spell_check: Var[bool] | bool | None = None,
|
|
2881
|
-
tab_index: Var[int] | int | None = None,
|
|
2882
|
-
title: Var[str] | str | None = None,
|
|
2883
559
|
style: Sequence[Mapping[str, Any]]
|
|
2884
560
|
| Mapping[str, Any]
|
|
2885
561
|
| Var[Mapping[str, Any]]
|
|
@@ -2912,22 +588,6 @@ class P(BaseHTML):
|
|
|
2912
588
|
|
|
2913
589
|
Args:
|
|
2914
590
|
*children: The children of the component.
|
|
2915
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
2916
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
2917
|
-
content_editable: Indicates whether the element's content is editable.
|
|
2918
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
2919
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
2920
|
-
draggable: Defines whether the element can be dragged.
|
|
2921
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
2922
|
-
hidden: Defines whether the element is hidden.
|
|
2923
|
-
input_mode: Defines the type of the element.
|
|
2924
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
2925
|
-
lang: Defines the language used in the element.
|
|
2926
|
-
role: Defines the role of the element.
|
|
2927
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
2928
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
2929
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
2930
|
-
title: Defines a tooltip for the element.
|
|
2931
591
|
style: The style of the component.
|
|
2932
592
|
key: A unique key for the component.
|
|
2933
593
|
id: The id for the component.
|
|
@@ -2945,184 +605,6 @@ class Pre(BaseHTML):
|
|
|
2945
605
|
def create(
|
|
2946
606
|
cls,
|
|
2947
607
|
*children,
|
|
2948
|
-
access_key: Var[str] | str | None = None,
|
|
2949
|
-
auto_capitalize: Literal[
|
|
2950
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
2951
|
-
]
|
|
2952
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
2953
|
-
| None = None,
|
|
2954
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
2955
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
2956
|
-
| None = None,
|
|
2957
|
-
context_menu: Var[str] | str | None = None,
|
|
2958
|
-
dir: Var[str] | str | None = None,
|
|
2959
|
-
draggable: Var[bool] | bool | None = None,
|
|
2960
|
-
enter_key_hint: Literal[
|
|
2961
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
2962
|
-
]
|
|
2963
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
2964
|
-
| None = None,
|
|
2965
|
-
hidden: Var[bool] | bool | None = None,
|
|
2966
|
-
input_mode: Literal[
|
|
2967
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2968
|
-
]
|
|
2969
|
-
| Var[
|
|
2970
|
-
Literal[
|
|
2971
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
2972
|
-
]
|
|
2973
|
-
]
|
|
2974
|
-
| None = None,
|
|
2975
|
-
item_prop: Var[str] | str | None = None,
|
|
2976
|
-
lang: Var[str] | str | None = None,
|
|
2977
|
-
role: Literal[
|
|
2978
|
-
"alert",
|
|
2979
|
-
"alertdialog",
|
|
2980
|
-
"application",
|
|
2981
|
-
"article",
|
|
2982
|
-
"banner",
|
|
2983
|
-
"button",
|
|
2984
|
-
"cell",
|
|
2985
|
-
"checkbox",
|
|
2986
|
-
"columnheader",
|
|
2987
|
-
"combobox",
|
|
2988
|
-
"complementary",
|
|
2989
|
-
"contentinfo",
|
|
2990
|
-
"definition",
|
|
2991
|
-
"dialog",
|
|
2992
|
-
"directory",
|
|
2993
|
-
"document",
|
|
2994
|
-
"feed",
|
|
2995
|
-
"figure",
|
|
2996
|
-
"form",
|
|
2997
|
-
"grid",
|
|
2998
|
-
"gridcell",
|
|
2999
|
-
"group",
|
|
3000
|
-
"heading",
|
|
3001
|
-
"img",
|
|
3002
|
-
"link",
|
|
3003
|
-
"list",
|
|
3004
|
-
"listbox",
|
|
3005
|
-
"listitem",
|
|
3006
|
-
"log",
|
|
3007
|
-
"main",
|
|
3008
|
-
"marquee",
|
|
3009
|
-
"math",
|
|
3010
|
-
"menu",
|
|
3011
|
-
"menubar",
|
|
3012
|
-
"menuitem",
|
|
3013
|
-
"menuitemcheckbox",
|
|
3014
|
-
"menuitemradio",
|
|
3015
|
-
"navigation",
|
|
3016
|
-
"none",
|
|
3017
|
-
"note",
|
|
3018
|
-
"option",
|
|
3019
|
-
"presentation",
|
|
3020
|
-
"progressbar",
|
|
3021
|
-
"radio",
|
|
3022
|
-
"radiogroup",
|
|
3023
|
-
"region",
|
|
3024
|
-
"row",
|
|
3025
|
-
"rowgroup",
|
|
3026
|
-
"rowheader",
|
|
3027
|
-
"scrollbar",
|
|
3028
|
-
"search",
|
|
3029
|
-
"searchbox",
|
|
3030
|
-
"separator",
|
|
3031
|
-
"slider",
|
|
3032
|
-
"spinbutton",
|
|
3033
|
-
"status",
|
|
3034
|
-
"switch",
|
|
3035
|
-
"tab",
|
|
3036
|
-
"table",
|
|
3037
|
-
"tablist",
|
|
3038
|
-
"tabpanel",
|
|
3039
|
-
"term",
|
|
3040
|
-
"textbox",
|
|
3041
|
-
"timer",
|
|
3042
|
-
"toolbar",
|
|
3043
|
-
"tooltip",
|
|
3044
|
-
"tree",
|
|
3045
|
-
"treegrid",
|
|
3046
|
-
"treeitem",
|
|
3047
|
-
]
|
|
3048
|
-
| Var[
|
|
3049
|
-
Literal[
|
|
3050
|
-
"alert",
|
|
3051
|
-
"alertdialog",
|
|
3052
|
-
"application",
|
|
3053
|
-
"article",
|
|
3054
|
-
"banner",
|
|
3055
|
-
"button",
|
|
3056
|
-
"cell",
|
|
3057
|
-
"checkbox",
|
|
3058
|
-
"columnheader",
|
|
3059
|
-
"combobox",
|
|
3060
|
-
"complementary",
|
|
3061
|
-
"contentinfo",
|
|
3062
|
-
"definition",
|
|
3063
|
-
"dialog",
|
|
3064
|
-
"directory",
|
|
3065
|
-
"document",
|
|
3066
|
-
"feed",
|
|
3067
|
-
"figure",
|
|
3068
|
-
"form",
|
|
3069
|
-
"grid",
|
|
3070
|
-
"gridcell",
|
|
3071
|
-
"group",
|
|
3072
|
-
"heading",
|
|
3073
|
-
"img",
|
|
3074
|
-
"link",
|
|
3075
|
-
"list",
|
|
3076
|
-
"listbox",
|
|
3077
|
-
"listitem",
|
|
3078
|
-
"log",
|
|
3079
|
-
"main",
|
|
3080
|
-
"marquee",
|
|
3081
|
-
"math",
|
|
3082
|
-
"menu",
|
|
3083
|
-
"menubar",
|
|
3084
|
-
"menuitem",
|
|
3085
|
-
"menuitemcheckbox",
|
|
3086
|
-
"menuitemradio",
|
|
3087
|
-
"navigation",
|
|
3088
|
-
"none",
|
|
3089
|
-
"note",
|
|
3090
|
-
"option",
|
|
3091
|
-
"presentation",
|
|
3092
|
-
"progressbar",
|
|
3093
|
-
"radio",
|
|
3094
|
-
"radiogroup",
|
|
3095
|
-
"region",
|
|
3096
|
-
"row",
|
|
3097
|
-
"rowgroup",
|
|
3098
|
-
"rowheader",
|
|
3099
|
-
"scrollbar",
|
|
3100
|
-
"search",
|
|
3101
|
-
"searchbox",
|
|
3102
|
-
"separator",
|
|
3103
|
-
"slider",
|
|
3104
|
-
"spinbutton",
|
|
3105
|
-
"status",
|
|
3106
|
-
"switch",
|
|
3107
|
-
"tab",
|
|
3108
|
-
"table",
|
|
3109
|
-
"tablist",
|
|
3110
|
-
"tabpanel",
|
|
3111
|
-
"term",
|
|
3112
|
-
"textbox",
|
|
3113
|
-
"timer",
|
|
3114
|
-
"toolbar",
|
|
3115
|
-
"tooltip",
|
|
3116
|
-
"tree",
|
|
3117
|
-
"treegrid",
|
|
3118
|
-
"treeitem",
|
|
3119
|
-
]
|
|
3120
|
-
]
|
|
3121
|
-
| None = None,
|
|
3122
|
-
slot: Var[str] | str | None = None,
|
|
3123
|
-
spell_check: Var[bool] | bool | None = None,
|
|
3124
|
-
tab_index: Var[int] | int | None = None,
|
|
3125
|
-
title: Var[str] | str | None = None,
|
|
3126
608
|
style: Sequence[Mapping[str, Any]]
|
|
3127
609
|
| Mapping[str, Any]
|
|
3128
610
|
| Var[Mapping[str, Any]]
|
|
@@ -3155,22 +637,6 @@ class Pre(BaseHTML):
|
|
|
3155
637
|
|
|
3156
638
|
Args:
|
|
3157
639
|
*children: The children of the component.
|
|
3158
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
3159
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
3160
|
-
content_editable: Indicates whether the element's content is editable.
|
|
3161
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
3162
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
3163
|
-
draggable: Defines whether the element can be dragged.
|
|
3164
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
3165
|
-
hidden: Defines whether the element is hidden.
|
|
3166
|
-
input_mode: Defines the type of the element.
|
|
3167
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
3168
|
-
lang: Defines the language used in the element.
|
|
3169
|
-
role: Defines the role of the element.
|
|
3170
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
3171
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
3172
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
3173
|
-
title: Defines a tooltip for the element.
|
|
3174
640
|
style: The style of the component.
|
|
3175
641
|
key: A unique key for the component.
|
|
3176
642
|
id: The id for the component.
|
|
@@ -3188,184 +654,6 @@ class Ul(BaseHTML):
|
|
|
3188
654
|
def create(
|
|
3189
655
|
cls,
|
|
3190
656
|
*children,
|
|
3191
|
-
access_key: Var[str] | str | None = None,
|
|
3192
|
-
auto_capitalize: Literal[
|
|
3193
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
3194
|
-
]
|
|
3195
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
3196
|
-
| None = None,
|
|
3197
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
3198
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
3199
|
-
| None = None,
|
|
3200
|
-
context_menu: Var[str] | str | None = None,
|
|
3201
|
-
dir: Var[str] | str | None = None,
|
|
3202
|
-
draggable: Var[bool] | bool | None = None,
|
|
3203
|
-
enter_key_hint: Literal[
|
|
3204
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
3205
|
-
]
|
|
3206
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
3207
|
-
| None = None,
|
|
3208
|
-
hidden: Var[bool] | bool | None = None,
|
|
3209
|
-
input_mode: Literal[
|
|
3210
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3211
|
-
]
|
|
3212
|
-
| Var[
|
|
3213
|
-
Literal[
|
|
3214
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3215
|
-
]
|
|
3216
|
-
]
|
|
3217
|
-
| None = None,
|
|
3218
|
-
item_prop: Var[str] | str | None = None,
|
|
3219
|
-
lang: Var[str] | str | None = None,
|
|
3220
|
-
role: Literal[
|
|
3221
|
-
"alert",
|
|
3222
|
-
"alertdialog",
|
|
3223
|
-
"application",
|
|
3224
|
-
"article",
|
|
3225
|
-
"banner",
|
|
3226
|
-
"button",
|
|
3227
|
-
"cell",
|
|
3228
|
-
"checkbox",
|
|
3229
|
-
"columnheader",
|
|
3230
|
-
"combobox",
|
|
3231
|
-
"complementary",
|
|
3232
|
-
"contentinfo",
|
|
3233
|
-
"definition",
|
|
3234
|
-
"dialog",
|
|
3235
|
-
"directory",
|
|
3236
|
-
"document",
|
|
3237
|
-
"feed",
|
|
3238
|
-
"figure",
|
|
3239
|
-
"form",
|
|
3240
|
-
"grid",
|
|
3241
|
-
"gridcell",
|
|
3242
|
-
"group",
|
|
3243
|
-
"heading",
|
|
3244
|
-
"img",
|
|
3245
|
-
"link",
|
|
3246
|
-
"list",
|
|
3247
|
-
"listbox",
|
|
3248
|
-
"listitem",
|
|
3249
|
-
"log",
|
|
3250
|
-
"main",
|
|
3251
|
-
"marquee",
|
|
3252
|
-
"math",
|
|
3253
|
-
"menu",
|
|
3254
|
-
"menubar",
|
|
3255
|
-
"menuitem",
|
|
3256
|
-
"menuitemcheckbox",
|
|
3257
|
-
"menuitemradio",
|
|
3258
|
-
"navigation",
|
|
3259
|
-
"none",
|
|
3260
|
-
"note",
|
|
3261
|
-
"option",
|
|
3262
|
-
"presentation",
|
|
3263
|
-
"progressbar",
|
|
3264
|
-
"radio",
|
|
3265
|
-
"radiogroup",
|
|
3266
|
-
"region",
|
|
3267
|
-
"row",
|
|
3268
|
-
"rowgroup",
|
|
3269
|
-
"rowheader",
|
|
3270
|
-
"scrollbar",
|
|
3271
|
-
"search",
|
|
3272
|
-
"searchbox",
|
|
3273
|
-
"separator",
|
|
3274
|
-
"slider",
|
|
3275
|
-
"spinbutton",
|
|
3276
|
-
"status",
|
|
3277
|
-
"switch",
|
|
3278
|
-
"tab",
|
|
3279
|
-
"table",
|
|
3280
|
-
"tablist",
|
|
3281
|
-
"tabpanel",
|
|
3282
|
-
"term",
|
|
3283
|
-
"textbox",
|
|
3284
|
-
"timer",
|
|
3285
|
-
"toolbar",
|
|
3286
|
-
"tooltip",
|
|
3287
|
-
"tree",
|
|
3288
|
-
"treegrid",
|
|
3289
|
-
"treeitem",
|
|
3290
|
-
]
|
|
3291
|
-
| Var[
|
|
3292
|
-
Literal[
|
|
3293
|
-
"alert",
|
|
3294
|
-
"alertdialog",
|
|
3295
|
-
"application",
|
|
3296
|
-
"article",
|
|
3297
|
-
"banner",
|
|
3298
|
-
"button",
|
|
3299
|
-
"cell",
|
|
3300
|
-
"checkbox",
|
|
3301
|
-
"columnheader",
|
|
3302
|
-
"combobox",
|
|
3303
|
-
"complementary",
|
|
3304
|
-
"contentinfo",
|
|
3305
|
-
"definition",
|
|
3306
|
-
"dialog",
|
|
3307
|
-
"directory",
|
|
3308
|
-
"document",
|
|
3309
|
-
"feed",
|
|
3310
|
-
"figure",
|
|
3311
|
-
"form",
|
|
3312
|
-
"grid",
|
|
3313
|
-
"gridcell",
|
|
3314
|
-
"group",
|
|
3315
|
-
"heading",
|
|
3316
|
-
"img",
|
|
3317
|
-
"link",
|
|
3318
|
-
"list",
|
|
3319
|
-
"listbox",
|
|
3320
|
-
"listitem",
|
|
3321
|
-
"log",
|
|
3322
|
-
"main",
|
|
3323
|
-
"marquee",
|
|
3324
|
-
"math",
|
|
3325
|
-
"menu",
|
|
3326
|
-
"menubar",
|
|
3327
|
-
"menuitem",
|
|
3328
|
-
"menuitemcheckbox",
|
|
3329
|
-
"menuitemradio",
|
|
3330
|
-
"navigation",
|
|
3331
|
-
"none",
|
|
3332
|
-
"note",
|
|
3333
|
-
"option",
|
|
3334
|
-
"presentation",
|
|
3335
|
-
"progressbar",
|
|
3336
|
-
"radio",
|
|
3337
|
-
"radiogroup",
|
|
3338
|
-
"region",
|
|
3339
|
-
"row",
|
|
3340
|
-
"rowgroup",
|
|
3341
|
-
"rowheader",
|
|
3342
|
-
"scrollbar",
|
|
3343
|
-
"search",
|
|
3344
|
-
"searchbox",
|
|
3345
|
-
"separator",
|
|
3346
|
-
"slider",
|
|
3347
|
-
"spinbutton",
|
|
3348
|
-
"status",
|
|
3349
|
-
"switch",
|
|
3350
|
-
"tab",
|
|
3351
|
-
"table",
|
|
3352
|
-
"tablist",
|
|
3353
|
-
"tabpanel",
|
|
3354
|
-
"term",
|
|
3355
|
-
"textbox",
|
|
3356
|
-
"timer",
|
|
3357
|
-
"toolbar",
|
|
3358
|
-
"tooltip",
|
|
3359
|
-
"tree",
|
|
3360
|
-
"treegrid",
|
|
3361
|
-
"treeitem",
|
|
3362
|
-
]
|
|
3363
|
-
]
|
|
3364
|
-
| None = None,
|
|
3365
|
-
slot: Var[str] | str | None = None,
|
|
3366
|
-
spell_check: Var[bool] | bool | None = None,
|
|
3367
|
-
tab_index: Var[int] | int | None = None,
|
|
3368
|
-
title: Var[str] | str | None = None,
|
|
3369
657
|
style: Sequence[Mapping[str, Any]]
|
|
3370
658
|
| Mapping[str, Any]
|
|
3371
659
|
| Var[Mapping[str, Any]]
|
|
@@ -3398,22 +686,6 @@ class Ul(BaseHTML):
|
|
|
3398
686
|
|
|
3399
687
|
Args:
|
|
3400
688
|
*children: The children of the component.
|
|
3401
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
3402
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
3403
|
-
content_editable: Indicates whether the element's content is editable.
|
|
3404
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
3405
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
3406
|
-
draggable: Defines whether the element can be dragged.
|
|
3407
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
3408
|
-
hidden: Defines whether the element is hidden.
|
|
3409
|
-
input_mode: Defines the type of the element.
|
|
3410
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
3411
|
-
lang: Defines the language used in the element.
|
|
3412
|
-
role: Defines the role of the element.
|
|
3413
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
3414
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
3415
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
3416
|
-
title: Defines a tooltip for the element.
|
|
3417
689
|
style: The style of the component.
|
|
3418
690
|
key: A unique key for the component.
|
|
3419
691
|
id: The id for the component.
|
|
@@ -3431,186 +703,6 @@ class Ins(BaseHTML):
|
|
|
3431
703
|
def create(
|
|
3432
704
|
cls,
|
|
3433
705
|
*children,
|
|
3434
|
-
cite: Var[str] | str | None = None,
|
|
3435
|
-
date_time: Var[str] | str | None = None,
|
|
3436
|
-
access_key: Var[str] | str | None = None,
|
|
3437
|
-
auto_capitalize: Literal[
|
|
3438
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
3439
|
-
]
|
|
3440
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
3441
|
-
| None = None,
|
|
3442
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
3443
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
3444
|
-
| None = None,
|
|
3445
|
-
context_menu: Var[str] | str | None = None,
|
|
3446
|
-
dir: Var[str] | str | None = None,
|
|
3447
|
-
draggable: Var[bool] | bool | None = None,
|
|
3448
|
-
enter_key_hint: Literal[
|
|
3449
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
3450
|
-
]
|
|
3451
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
3452
|
-
| None = None,
|
|
3453
|
-
hidden: Var[bool] | bool | None = None,
|
|
3454
|
-
input_mode: Literal[
|
|
3455
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3456
|
-
]
|
|
3457
|
-
| Var[
|
|
3458
|
-
Literal[
|
|
3459
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3460
|
-
]
|
|
3461
|
-
]
|
|
3462
|
-
| None = None,
|
|
3463
|
-
item_prop: Var[str] | str | None = None,
|
|
3464
|
-
lang: Var[str] | str | None = None,
|
|
3465
|
-
role: Literal[
|
|
3466
|
-
"alert",
|
|
3467
|
-
"alertdialog",
|
|
3468
|
-
"application",
|
|
3469
|
-
"article",
|
|
3470
|
-
"banner",
|
|
3471
|
-
"button",
|
|
3472
|
-
"cell",
|
|
3473
|
-
"checkbox",
|
|
3474
|
-
"columnheader",
|
|
3475
|
-
"combobox",
|
|
3476
|
-
"complementary",
|
|
3477
|
-
"contentinfo",
|
|
3478
|
-
"definition",
|
|
3479
|
-
"dialog",
|
|
3480
|
-
"directory",
|
|
3481
|
-
"document",
|
|
3482
|
-
"feed",
|
|
3483
|
-
"figure",
|
|
3484
|
-
"form",
|
|
3485
|
-
"grid",
|
|
3486
|
-
"gridcell",
|
|
3487
|
-
"group",
|
|
3488
|
-
"heading",
|
|
3489
|
-
"img",
|
|
3490
|
-
"link",
|
|
3491
|
-
"list",
|
|
3492
|
-
"listbox",
|
|
3493
|
-
"listitem",
|
|
3494
|
-
"log",
|
|
3495
|
-
"main",
|
|
3496
|
-
"marquee",
|
|
3497
|
-
"math",
|
|
3498
|
-
"menu",
|
|
3499
|
-
"menubar",
|
|
3500
|
-
"menuitem",
|
|
3501
|
-
"menuitemcheckbox",
|
|
3502
|
-
"menuitemradio",
|
|
3503
|
-
"navigation",
|
|
3504
|
-
"none",
|
|
3505
|
-
"note",
|
|
3506
|
-
"option",
|
|
3507
|
-
"presentation",
|
|
3508
|
-
"progressbar",
|
|
3509
|
-
"radio",
|
|
3510
|
-
"radiogroup",
|
|
3511
|
-
"region",
|
|
3512
|
-
"row",
|
|
3513
|
-
"rowgroup",
|
|
3514
|
-
"rowheader",
|
|
3515
|
-
"scrollbar",
|
|
3516
|
-
"search",
|
|
3517
|
-
"searchbox",
|
|
3518
|
-
"separator",
|
|
3519
|
-
"slider",
|
|
3520
|
-
"spinbutton",
|
|
3521
|
-
"status",
|
|
3522
|
-
"switch",
|
|
3523
|
-
"tab",
|
|
3524
|
-
"table",
|
|
3525
|
-
"tablist",
|
|
3526
|
-
"tabpanel",
|
|
3527
|
-
"term",
|
|
3528
|
-
"textbox",
|
|
3529
|
-
"timer",
|
|
3530
|
-
"toolbar",
|
|
3531
|
-
"tooltip",
|
|
3532
|
-
"tree",
|
|
3533
|
-
"treegrid",
|
|
3534
|
-
"treeitem",
|
|
3535
|
-
]
|
|
3536
|
-
| Var[
|
|
3537
|
-
Literal[
|
|
3538
|
-
"alert",
|
|
3539
|
-
"alertdialog",
|
|
3540
|
-
"application",
|
|
3541
|
-
"article",
|
|
3542
|
-
"banner",
|
|
3543
|
-
"button",
|
|
3544
|
-
"cell",
|
|
3545
|
-
"checkbox",
|
|
3546
|
-
"columnheader",
|
|
3547
|
-
"combobox",
|
|
3548
|
-
"complementary",
|
|
3549
|
-
"contentinfo",
|
|
3550
|
-
"definition",
|
|
3551
|
-
"dialog",
|
|
3552
|
-
"directory",
|
|
3553
|
-
"document",
|
|
3554
|
-
"feed",
|
|
3555
|
-
"figure",
|
|
3556
|
-
"form",
|
|
3557
|
-
"grid",
|
|
3558
|
-
"gridcell",
|
|
3559
|
-
"group",
|
|
3560
|
-
"heading",
|
|
3561
|
-
"img",
|
|
3562
|
-
"link",
|
|
3563
|
-
"list",
|
|
3564
|
-
"listbox",
|
|
3565
|
-
"listitem",
|
|
3566
|
-
"log",
|
|
3567
|
-
"main",
|
|
3568
|
-
"marquee",
|
|
3569
|
-
"math",
|
|
3570
|
-
"menu",
|
|
3571
|
-
"menubar",
|
|
3572
|
-
"menuitem",
|
|
3573
|
-
"menuitemcheckbox",
|
|
3574
|
-
"menuitemradio",
|
|
3575
|
-
"navigation",
|
|
3576
|
-
"none",
|
|
3577
|
-
"note",
|
|
3578
|
-
"option",
|
|
3579
|
-
"presentation",
|
|
3580
|
-
"progressbar",
|
|
3581
|
-
"radio",
|
|
3582
|
-
"radiogroup",
|
|
3583
|
-
"region",
|
|
3584
|
-
"row",
|
|
3585
|
-
"rowgroup",
|
|
3586
|
-
"rowheader",
|
|
3587
|
-
"scrollbar",
|
|
3588
|
-
"search",
|
|
3589
|
-
"searchbox",
|
|
3590
|
-
"separator",
|
|
3591
|
-
"slider",
|
|
3592
|
-
"spinbutton",
|
|
3593
|
-
"status",
|
|
3594
|
-
"switch",
|
|
3595
|
-
"tab",
|
|
3596
|
-
"table",
|
|
3597
|
-
"tablist",
|
|
3598
|
-
"tabpanel",
|
|
3599
|
-
"term",
|
|
3600
|
-
"textbox",
|
|
3601
|
-
"timer",
|
|
3602
|
-
"toolbar",
|
|
3603
|
-
"tooltip",
|
|
3604
|
-
"tree",
|
|
3605
|
-
"treegrid",
|
|
3606
|
-
"treeitem",
|
|
3607
|
-
]
|
|
3608
|
-
]
|
|
3609
|
-
| None = None,
|
|
3610
|
-
slot: Var[str] | str | None = None,
|
|
3611
|
-
spell_check: Var[bool] | bool | None = None,
|
|
3612
|
-
tab_index: Var[int] | int | None = None,
|
|
3613
|
-
title: Var[str] | str | None = None,
|
|
3614
706
|
style: Sequence[Mapping[str, Any]]
|
|
3615
707
|
| Mapping[str, Any]
|
|
3616
708
|
| Var[Mapping[str, Any]]
|
|
@@ -3643,24 +735,6 @@ class Ins(BaseHTML):
|
|
|
3643
735
|
|
|
3644
736
|
Args:
|
|
3645
737
|
*children: The children of the component.
|
|
3646
|
-
cite: Specifies the URL of the document that explains the reason why the text was inserted/changed.
|
|
3647
|
-
date_time: Specifies the date and time of when the text was inserted/changed.
|
|
3648
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
3649
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
3650
|
-
content_editable: Indicates whether the element's content is editable.
|
|
3651
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
3652
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
3653
|
-
draggable: Defines whether the element can be dragged.
|
|
3654
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
3655
|
-
hidden: Defines whether the element is hidden.
|
|
3656
|
-
input_mode: Defines the type of the element.
|
|
3657
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
3658
|
-
lang: Defines the language used in the element.
|
|
3659
|
-
role: Defines the role of the element.
|
|
3660
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
3661
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
3662
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
3663
|
-
title: Defines a tooltip for the element.
|
|
3664
738
|
style: The style of the component.
|
|
3665
739
|
key: A unique key for the component.
|
|
3666
740
|
id: The id for the component.
|
|
@@ -3678,186 +752,6 @@ class Del(BaseHTML):
|
|
|
3678
752
|
def create(
|
|
3679
753
|
cls,
|
|
3680
754
|
*children,
|
|
3681
|
-
cite: Var[str] | str | None = None,
|
|
3682
|
-
date_time: Var[str] | str | None = None,
|
|
3683
|
-
access_key: Var[str] | str | None = None,
|
|
3684
|
-
auto_capitalize: Literal[
|
|
3685
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
3686
|
-
]
|
|
3687
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
3688
|
-
| None = None,
|
|
3689
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
3690
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
3691
|
-
| None = None,
|
|
3692
|
-
context_menu: Var[str] | str | None = None,
|
|
3693
|
-
dir: Var[str] | str | None = None,
|
|
3694
|
-
draggable: Var[bool] | bool | None = None,
|
|
3695
|
-
enter_key_hint: Literal[
|
|
3696
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
3697
|
-
]
|
|
3698
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
3699
|
-
| None = None,
|
|
3700
|
-
hidden: Var[bool] | bool | None = None,
|
|
3701
|
-
input_mode: Literal[
|
|
3702
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3703
|
-
]
|
|
3704
|
-
| Var[
|
|
3705
|
-
Literal[
|
|
3706
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
3707
|
-
]
|
|
3708
|
-
]
|
|
3709
|
-
| None = None,
|
|
3710
|
-
item_prop: Var[str] | str | None = None,
|
|
3711
|
-
lang: Var[str] | str | None = None,
|
|
3712
|
-
role: Literal[
|
|
3713
|
-
"alert",
|
|
3714
|
-
"alertdialog",
|
|
3715
|
-
"application",
|
|
3716
|
-
"article",
|
|
3717
|
-
"banner",
|
|
3718
|
-
"button",
|
|
3719
|
-
"cell",
|
|
3720
|
-
"checkbox",
|
|
3721
|
-
"columnheader",
|
|
3722
|
-
"combobox",
|
|
3723
|
-
"complementary",
|
|
3724
|
-
"contentinfo",
|
|
3725
|
-
"definition",
|
|
3726
|
-
"dialog",
|
|
3727
|
-
"directory",
|
|
3728
|
-
"document",
|
|
3729
|
-
"feed",
|
|
3730
|
-
"figure",
|
|
3731
|
-
"form",
|
|
3732
|
-
"grid",
|
|
3733
|
-
"gridcell",
|
|
3734
|
-
"group",
|
|
3735
|
-
"heading",
|
|
3736
|
-
"img",
|
|
3737
|
-
"link",
|
|
3738
|
-
"list",
|
|
3739
|
-
"listbox",
|
|
3740
|
-
"listitem",
|
|
3741
|
-
"log",
|
|
3742
|
-
"main",
|
|
3743
|
-
"marquee",
|
|
3744
|
-
"math",
|
|
3745
|
-
"menu",
|
|
3746
|
-
"menubar",
|
|
3747
|
-
"menuitem",
|
|
3748
|
-
"menuitemcheckbox",
|
|
3749
|
-
"menuitemradio",
|
|
3750
|
-
"navigation",
|
|
3751
|
-
"none",
|
|
3752
|
-
"note",
|
|
3753
|
-
"option",
|
|
3754
|
-
"presentation",
|
|
3755
|
-
"progressbar",
|
|
3756
|
-
"radio",
|
|
3757
|
-
"radiogroup",
|
|
3758
|
-
"region",
|
|
3759
|
-
"row",
|
|
3760
|
-
"rowgroup",
|
|
3761
|
-
"rowheader",
|
|
3762
|
-
"scrollbar",
|
|
3763
|
-
"search",
|
|
3764
|
-
"searchbox",
|
|
3765
|
-
"separator",
|
|
3766
|
-
"slider",
|
|
3767
|
-
"spinbutton",
|
|
3768
|
-
"status",
|
|
3769
|
-
"switch",
|
|
3770
|
-
"tab",
|
|
3771
|
-
"table",
|
|
3772
|
-
"tablist",
|
|
3773
|
-
"tabpanel",
|
|
3774
|
-
"term",
|
|
3775
|
-
"textbox",
|
|
3776
|
-
"timer",
|
|
3777
|
-
"toolbar",
|
|
3778
|
-
"tooltip",
|
|
3779
|
-
"tree",
|
|
3780
|
-
"treegrid",
|
|
3781
|
-
"treeitem",
|
|
3782
|
-
]
|
|
3783
|
-
| Var[
|
|
3784
|
-
Literal[
|
|
3785
|
-
"alert",
|
|
3786
|
-
"alertdialog",
|
|
3787
|
-
"application",
|
|
3788
|
-
"article",
|
|
3789
|
-
"banner",
|
|
3790
|
-
"button",
|
|
3791
|
-
"cell",
|
|
3792
|
-
"checkbox",
|
|
3793
|
-
"columnheader",
|
|
3794
|
-
"combobox",
|
|
3795
|
-
"complementary",
|
|
3796
|
-
"contentinfo",
|
|
3797
|
-
"definition",
|
|
3798
|
-
"dialog",
|
|
3799
|
-
"directory",
|
|
3800
|
-
"document",
|
|
3801
|
-
"feed",
|
|
3802
|
-
"figure",
|
|
3803
|
-
"form",
|
|
3804
|
-
"grid",
|
|
3805
|
-
"gridcell",
|
|
3806
|
-
"group",
|
|
3807
|
-
"heading",
|
|
3808
|
-
"img",
|
|
3809
|
-
"link",
|
|
3810
|
-
"list",
|
|
3811
|
-
"listbox",
|
|
3812
|
-
"listitem",
|
|
3813
|
-
"log",
|
|
3814
|
-
"main",
|
|
3815
|
-
"marquee",
|
|
3816
|
-
"math",
|
|
3817
|
-
"menu",
|
|
3818
|
-
"menubar",
|
|
3819
|
-
"menuitem",
|
|
3820
|
-
"menuitemcheckbox",
|
|
3821
|
-
"menuitemradio",
|
|
3822
|
-
"navigation",
|
|
3823
|
-
"none",
|
|
3824
|
-
"note",
|
|
3825
|
-
"option",
|
|
3826
|
-
"presentation",
|
|
3827
|
-
"progressbar",
|
|
3828
|
-
"radio",
|
|
3829
|
-
"radiogroup",
|
|
3830
|
-
"region",
|
|
3831
|
-
"row",
|
|
3832
|
-
"rowgroup",
|
|
3833
|
-
"rowheader",
|
|
3834
|
-
"scrollbar",
|
|
3835
|
-
"search",
|
|
3836
|
-
"searchbox",
|
|
3837
|
-
"separator",
|
|
3838
|
-
"slider",
|
|
3839
|
-
"spinbutton",
|
|
3840
|
-
"status",
|
|
3841
|
-
"switch",
|
|
3842
|
-
"tab",
|
|
3843
|
-
"table",
|
|
3844
|
-
"tablist",
|
|
3845
|
-
"tabpanel",
|
|
3846
|
-
"term",
|
|
3847
|
-
"textbox",
|
|
3848
|
-
"timer",
|
|
3849
|
-
"toolbar",
|
|
3850
|
-
"tooltip",
|
|
3851
|
-
"tree",
|
|
3852
|
-
"treegrid",
|
|
3853
|
-
"treeitem",
|
|
3854
|
-
]
|
|
3855
|
-
]
|
|
3856
|
-
| None = None,
|
|
3857
|
-
slot: Var[str] | str | None = None,
|
|
3858
|
-
spell_check: Var[bool] | bool | None = None,
|
|
3859
|
-
tab_index: Var[int] | int | None = None,
|
|
3860
|
-
title: Var[str] | str | None = None,
|
|
3861
755
|
style: Sequence[Mapping[str, Any]]
|
|
3862
756
|
| Mapping[str, Any]
|
|
3863
757
|
| Var[Mapping[str, Any]]
|
|
@@ -3890,24 +784,6 @@ class Del(BaseHTML):
|
|
|
3890
784
|
|
|
3891
785
|
Args:
|
|
3892
786
|
*children: The children of the component.
|
|
3893
|
-
cite: Specifies the URL of the document that explains the reason why the text was deleted.
|
|
3894
|
-
date_time: Specifies the date and time of when the text was deleted.
|
|
3895
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
3896
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
3897
|
-
content_editable: Indicates whether the element's content is editable.
|
|
3898
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
3899
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
3900
|
-
draggable: Defines whether the element can be dragged.
|
|
3901
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
3902
|
-
hidden: Defines whether the element is hidden.
|
|
3903
|
-
input_mode: Defines the type of the element.
|
|
3904
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
3905
|
-
lang: Defines the language used in the element.
|
|
3906
|
-
role: Defines the role of the element.
|
|
3907
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
3908
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
3909
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
3910
|
-
title: Defines a tooltip for the element.
|
|
3911
787
|
style: The style of the component.
|
|
3912
788
|
key: A unique key for the component.
|
|
3913
789
|
id: The id for the component.
|