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 Details(BaseHTML):
|
|
|
17
17
|
def create(
|
|
18
18
|
cls,
|
|
19
19
|
*children,
|
|
20
|
-
open: Var[bool] | bool | 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 Details(BaseHTML):
|
|
|
228
49
|
|
|
229
50
|
Args:
|
|
230
51
|
*children: The children of the component.
|
|
231
|
-
open: Indicates whether the details will be visible (expanded) to the user
|
|
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,185 +66,6 @@ class Dialog(BaseHTML):
|
|
|
262
66
|
def create(
|
|
263
67
|
cls,
|
|
264
68
|
*children,
|
|
265
|
-
open: Var[bool] | bool | None = None,
|
|
266
|
-
access_key: Var[str] | str | None = None,
|
|
267
|
-
auto_capitalize: Literal[
|
|
268
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
269
|
-
]
|
|
270
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
271
|
-
| None = None,
|
|
272
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
273
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
274
|
-
| None = None,
|
|
275
|
-
context_menu: Var[str] | str | None = None,
|
|
276
|
-
dir: Var[str] | str | None = None,
|
|
277
|
-
draggable: Var[bool] | bool | None = None,
|
|
278
|
-
enter_key_hint: Literal[
|
|
279
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
280
|
-
]
|
|
281
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
282
|
-
| None = None,
|
|
283
|
-
hidden: Var[bool] | bool | None = None,
|
|
284
|
-
input_mode: Literal[
|
|
285
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
286
|
-
]
|
|
287
|
-
| Var[
|
|
288
|
-
Literal[
|
|
289
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
290
|
-
]
|
|
291
|
-
]
|
|
292
|
-
| None = None,
|
|
293
|
-
item_prop: Var[str] | str | None = None,
|
|
294
|
-
lang: Var[str] | str | None = None,
|
|
295
|
-
role: Literal[
|
|
296
|
-
"alert",
|
|
297
|
-
"alertdialog",
|
|
298
|
-
"application",
|
|
299
|
-
"article",
|
|
300
|
-
"banner",
|
|
301
|
-
"button",
|
|
302
|
-
"cell",
|
|
303
|
-
"checkbox",
|
|
304
|
-
"columnheader",
|
|
305
|
-
"combobox",
|
|
306
|
-
"complementary",
|
|
307
|
-
"contentinfo",
|
|
308
|
-
"definition",
|
|
309
|
-
"dialog",
|
|
310
|
-
"directory",
|
|
311
|
-
"document",
|
|
312
|
-
"feed",
|
|
313
|
-
"figure",
|
|
314
|
-
"form",
|
|
315
|
-
"grid",
|
|
316
|
-
"gridcell",
|
|
317
|
-
"group",
|
|
318
|
-
"heading",
|
|
319
|
-
"img",
|
|
320
|
-
"link",
|
|
321
|
-
"list",
|
|
322
|
-
"listbox",
|
|
323
|
-
"listitem",
|
|
324
|
-
"log",
|
|
325
|
-
"main",
|
|
326
|
-
"marquee",
|
|
327
|
-
"math",
|
|
328
|
-
"menu",
|
|
329
|
-
"menubar",
|
|
330
|
-
"menuitem",
|
|
331
|
-
"menuitemcheckbox",
|
|
332
|
-
"menuitemradio",
|
|
333
|
-
"navigation",
|
|
334
|
-
"none",
|
|
335
|
-
"note",
|
|
336
|
-
"option",
|
|
337
|
-
"presentation",
|
|
338
|
-
"progressbar",
|
|
339
|
-
"radio",
|
|
340
|
-
"radiogroup",
|
|
341
|
-
"region",
|
|
342
|
-
"row",
|
|
343
|
-
"rowgroup",
|
|
344
|
-
"rowheader",
|
|
345
|
-
"scrollbar",
|
|
346
|
-
"search",
|
|
347
|
-
"searchbox",
|
|
348
|
-
"separator",
|
|
349
|
-
"slider",
|
|
350
|
-
"spinbutton",
|
|
351
|
-
"status",
|
|
352
|
-
"switch",
|
|
353
|
-
"tab",
|
|
354
|
-
"table",
|
|
355
|
-
"tablist",
|
|
356
|
-
"tabpanel",
|
|
357
|
-
"term",
|
|
358
|
-
"textbox",
|
|
359
|
-
"timer",
|
|
360
|
-
"toolbar",
|
|
361
|
-
"tooltip",
|
|
362
|
-
"tree",
|
|
363
|
-
"treegrid",
|
|
364
|
-
"treeitem",
|
|
365
|
-
]
|
|
366
|
-
| Var[
|
|
367
|
-
Literal[
|
|
368
|
-
"alert",
|
|
369
|
-
"alertdialog",
|
|
370
|
-
"application",
|
|
371
|
-
"article",
|
|
372
|
-
"banner",
|
|
373
|
-
"button",
|
|
374
|
-
"cell",
|
|
375
|
-
"checkbox",
|
|
376
|
-
"columnheader",
|
|
377
|
-
"combobox",
|
|
378
|
-
"complementary",
|
|
379
|
-
"contentinfo",
|
|
380
|
-
"definition",
|
|
381
|
-
"dialog",
|
|
382
|
-
"directory",
|
|
383
|
-
"document",
|
|
384
|
-
"feed",
|
|
385
|
-
"figure",
|
|
386
|
-
"form",
|
|
387
|
-
"grid",
|
|
388
|
-
"gridcell",
|
|
389
|
-
"group",
|
|
390
|
-
"heading",
|
|
391
|
-
"img",
|
|
392
|
-
"link",
|
|
393
|
-
"list",
|
|
394
|
-
"listbox",
|
|
395
|
-
"listitem",
|
|
396
|
-
"log",
|
|
397
|
-
"main",
|
|
398
|
-
"marquee",
|
|
399
|
-
"math",
|
|
400
|
-
"menu",
|
|
401
|
-
"menubar",
|
|
402
|
-
"menuitem",
|
|
403
|
-
"menuitemcheckbox",
|
|
404
|
-
"menuitemradio",
|
|
405
|
-
"navigation",
|
|
406
|
-
"none",
|
|
407
|
-
"note",
|
|
408
|
-
"option",
|
|
409
|
-
"presentation",
|
|
410
|
-
"progressbar",
|
|
411
|
-
"radio",
|
|
412
|
-
"radiogroup",
|
|
413
|
-
"region",
|
|
414
|
-
"row",
|
|
415
|
-
"rowgroup",
|
|
416
|
-
"rowheader",
|
|
417
|
-
"scrollbar",
|
|
418
|
-
"search",
|
|
419
|
-
"searchbox",
|
|
420
|
-
"separator",
|
|
421
|
-
"slider",
|
|
422
|
-
"spinbutton",
|
|
423
|
-
"status",
|
|
424
|
-
"switch",
|
|
425
|
-
"tab",
|
|
426
|
-
"table",
|
|
427
|
-
"tablist",
|
|
428
|
-
"tabpanel",
|
|
429
|
-
"term",
|
|
430
|
-
"textbox",
|
|
431
|
-
"timer",
|
|
432
|
-
"toolbar",
|
|
433
|
-
"tooltip",
|
|
434
|
-
"tree",
|
|
435
|
-
"treegrid",
|
|
436
|
-
"treeitem",
|
|
437
|
-
]
|
|
438
|
-
]
|
|
439
|
-
| None = None,
|
|
440
|
-
slot: Var[str] | str | None = None,
|
|
441
|
-
spell_check: Var[bool] | bool | None = None,
|
|
442
|
-
tab_index: Var[int] | int | None = None,
|
|
443
|
-
title: Var[str] | str | None = None,
|
|
444
69
|
style: Sequence[Mapping[str, Any]]
|
|
445
70
|
| Mapping[str, Any]
|
|
446
71
|
| Var[Mapping[str, Any]]
|
|
@@ -473,23 +98,6 @@ class Dialog(BaseHTML):
|
|
|
473
98
|
|
|
474
99
|
Args:
|
|
475
100
|
*children: The children of the component.
|
|
476
|
-
open: Indicates whether the dialog is active and can be interacted with
|
|
477
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
478
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
479
|
-
content_editable: Indicates whether the element's content is editable.
|
|
480
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
481
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
482
|
-
draggable: Defines whether the element can be dragged.
|
|
483
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
484
|
-
hidden: Defines whether the element is hidden.
|
|
485
|
-
input_mode: Defines the type of the element.
|
|
486
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
487
|
-
lang: Defines the language used in the element.
|
|
488
|
-
role: Defines the role of the element.
|
|
489
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
490
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
491
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
492
|
-
title: Defines a tooltip for the element.
|
|
493
101
|
style: The style of the component.
|
|
494
102
|
key: A unique key for the component.
|
|
495
103
|
id: The id for the component.
|
|
@@ -507,184 +115,6 @@ class Summary(BaseHTML):
|
|
|
507
115
|
def create(
|
|
508
116
|
cls,
|
|
509
117
|
*children,
|
|
510
|
-
access_key: Var[str] | str | None = None,
|
|
511
|
-
auto_capitalize: Literal[
|
|
512
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
513
|
-
]
|
|
514
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
515
|
-
| None = None,
|
|
516
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
517
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
518
|
-
| None = None,
|
|
519
|
-
context_menu: Var[str] | str | None = None,
|
|
520
|
-
dir: Var[str] | str | None = None,
|
|
521
|
-
draggable: Var[bool] | bool | None = None,
|
|
522
|
-
enter_key_hint: Literal[
|
|
523
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
524
|
-
]
|
|
525
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
526
|
-
| None = None,
|
|
527
|
-
hidden: Var[bool] | bool | None = None,
|
|
528
|
-
input_mode: Literal[
|
|
529
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
530
|
-
]
|
|
531
|
-
| Var[
|
|
532
|
-
Literal[
|
|
533
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
534
|
-
]
|
|
535
|
-
]
|
|
536
|
-
| None = None,
|
|
537
|
-
item_prop: Var[str] | str | None = None,
|
|
538
|
-
lang: Var[str] | str | None = None,
|
|
539
|
-
role: Literal[
|
|
540
|
-
"alert",
|
|
541
|
-
"alertdialog",
|
|
542
|
-
"application",
|
|
543
|
-
"article",
|
|
544
|
-
"banner",
|
|
545
|
-
"button",
|
|
546
|
-
"cell",
|
|
547
|
-
"checkbox",
|
|
548
|
-
"columnheader",
|
|
549
|
-
"combobox",
|
|
550
|
-
"complementary",
|
|
551
|
-
"contentinfo",
|
|
552
|
-
"definition",
|
|
553
|
-
"dialog",
|
|
554
|
-
"directory",
|
|
555
|
-
"document",
|
|
556
|
-
"feed",
|
|
557
|
-
"figure",
|
|
558
|
-
"form",
|
|
559
|
-
"grid",
|
|
560
|
-
"gridcell",
|
|
561
|
-
"group",
|
|
562
|
-
"heading",
|
|
563
|
-
"img",
|
|
564
|
-
"link",
|
|
565
|
-
"list",
|
|
566
|
-
"listbox",
|
|
567
|
-
"listitem",
|
|
568
|
-
"log",
|
|
569
|
-
"main",
|
|
570
|
-
"marquee",
|
|
571
|
-
"math",
|
|
572
|
-
"menu",
|
|
573
|
-
"menubar",
|
|
574
|
-
"menuitem",
|
|
575
|
-
"menuitemcheckbox",
|
|
576
|
-
"menuitemradio",
|
|
577
|
-
"navigation",
|
|
578
|
-
"none",
|
|
579
|
-
"note",
|
|
580
|
-
"option",
|
|
581
|
-
"presentation",
|
|
582
|
-
"progressbar",
|
|
583
|
-
"radio",
|
|
584
|
-
"radiogroup",
|
|
585
|
-
"region",
|
|
586
|
-
"row",
|
|
587
|
-
"rowgroup",
|
|
588
|
-
"rowheader",
|
|
589
|
-
"scrollbar",
|
|
590
|
-
"search",
|
|
591
|
-
"searchbox",
|
|
592
|
-
"separator",
|
|
593
|
-
"slider",
|
|
594
|
-
"spinbutton",
|
|
595
|
-
"status",
|
|
596
|
-
"switch",
|
|
597
|
-
"tab",
|
|
598
|
-
"table",
|
|
599
|
-
"tablist",
|
|
600
|
-
"tabpanel",
|
|
601
|
-
"term",
|
|
602
|
-
"textbox",
|
|
603
|
-
"timer",
|
|
604
|
-
"toolbar",
|
|
605
|
-
"tooltip",
|
|
606
|
-
"tree",
|
|
607
|
-
"treegrid",
|
|
608
|
-
"treeitem",
|
|
609
|
-
]
|
|
610
|
-
| Var[
|
|
611
|
-
Literal[
|
|
612
|
-
"alert",
|
|
613
|
-
"alertdialog",
|
|
614
|
-
"application",
|
|
615
|
-
"article",
|
|
616
|
-
"banner",
|
|
617
|
-
"button",
|
|
618
|
-
"cell",
|
|
619
|
-
"checkbox",
|
|
620
|
-
"columnheader",
|
|
621
|
-
"combobox",
|
|
622
|
-
"complementary",
|
|
623
|
-
"contentinfo",
|
|
624
|
-
"definition",
|
|
625
|
-
"dialog",
|
|
626
|
-
"directory",
|
|
627
|
-
"document",
|
|
628
|
-
"feed",
|
|
629
|
-
"figure",
|
|
630
|
-
"form",
|
|
631
|
-
"grid",
|
|
632
|
-
"gridcell",
|
|
633
|
-
"group",
|
|
634
|
-
"heading",
|
|
635
|
-
"img",
|
|
636
|
-
"link",
|
|
637
|
-
"list",
|
|
638
|
-
"listbox",
|
|
639
|
-
"listitem",
|
|
640
|
-
"log",
|
|
641
|
-
"main",
|
|
642
|
-
"marquee",
|
|
643
|
-
"math",
|
|
644
|
-
"menu",
|
|
645
|
-
"menubar",
|
|
646
|
-
"menuitem",
|
|
647
|
-
"menuitemcheckbox",
|
|
648
|
-
"menuitemradio",
|
|
649
|
-
"navigation",
|
|
650
|
-
"none",
|
|
651
|
-
"note",
|
|
652
|
-
"option",
|
|
653
|
-
"presentation",
|
|
654
|
-
"progressbar",
|
|
655
|
-
"radio",
|
|
656
|
-
"radiogroup",
|
|
657
|
-
"region",
|
|
658
|
-
"row",
|
|
659
|
-
"rowgroup",
|
|
660
|
-
"rowheader",
|
|
661
|
-
"scrollbar",
|
|
662
|
-
"search",
|
|
663
|
-
"searchbox",
|
|
664
|
-
"separator",
|
|
665
|
-
"slider",
|
|
666
|
-
"spinbutton",
|
|
667
|
-
"status",
|
|
668
|
-
"switch",
|
|
669
|
-
"tab",
|
|
670
|
-
"table",
|
|
671
|
-
"tablist",
|
|
672
|
-
"tabpanel",
|
|
673
|
-
"term",
|
|
674
|
-
"textbox",
|
|
675
|
-
"timer",
|
|
676
|
-
"toolbar",
|
|
677
|
-
"tooltip",
|
|
678
|
-
"tree",
|
|
679
|
-
"treegrid",
|
|
680
|
-
"treeitem",
|
|
681
|
-
]
|
|
682
|
-
]
|
|
683
|
-
| None = None,
|
|
684
|
-
slot: Var[str] | str | None = None,
|
|
685
|
-
spell_check: Var[bool] | bool | None = None,
|
|
686
|
-
tab_index: Var[int] | int | None = None,
|
|
687
|
-
title: Var[str] | str | None = None,
|
|
688
118
|
style: Sequence[Mapping[str, Any]]
|
|
689
119
|
| Mapping[str, Any]
|
|
690
120
|
| Var[Mapping[str, Any]]
|
|
@@ -717,22 +147,6 @@ class Summary(BaseHTML):
|
|
|
717
147
|
|
|
718
148
|
Args:
|
|
719
149
|
*children: The children of the component.
|
|
720
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
721
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
722
|
-
content_editable: Indicates whether the element's content is editable.
|
|
723
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
724
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
725
|
-
draggable: Defines whether the element can be dragged.
|
|
726
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
727
|
-
hidden: Defines whether the element is hidden.
|
|
728
|
-
input_mode: Defines the type of the element.
|
|
729
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
730
|
-
lang: Defines the language used in the element.
|
|
731
|
-
role: Defines the role of the element.
|
|
732
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
733
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
734
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
735
|
-
title: Defines a tooltip for the element.
|
|
736
150
|
style: The style of the component.
|
|
737
151
|
key: A unique key for the component.
|
|
738
152
|
id: The id for the component.
|
|
@@ -750,184 +164,6 @@ class Slot(BaseHTML):
|
|
|
750
164
|
def create(
|
|
751
165
|
cls,
|
|
752
166
|
*children,
|
|
753
|
-
access_key: Var[str] | str | None = None,
|
|
754
|
-
auto_capitalize: Literal[
|
|
755
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
756
|
-
]
|
|
757
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
758
|
-
| None = None,
|
|
759
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
760
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
761
|
-
| None = None,
|
|
762
|
-
context_menu: Var[str] | str | None = None,
|
|
763
|
-
dir: Var[str] | str | None = None,
|
|
764
|
-
draggable: Var[bool] | bool | None = None,
|
|
765
|
-
enter_key_hint: Literal[
|
|
766
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
767
|
-
]
|
|
768
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
769
|
-
| None = None,
|
|
770
|
-
hidden: Var[bool] | bool | None = None,
|
|
771
|
-
input_mode: Literal[
|
|
772
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
773
|
-
]
|
|
774
|
-
| Var[
|
|
775
|
-
Literal[
|
|
776
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
777
|
-
]
|
|
778
|
-
]
|
|
779
|
-
| None = None,
|
|
780
|
-
item_prop: Var[str] | str | None = None,
|
|
781
|
-
lang: Var[str] | str | None = None,
|
|
782
|
-
role: Literal[
|
|
783
|
-
"alert",
|
|
784
|
-
"alertdialog",
|
|
785
|
-
"application",
|
|
786
|
-
"article",
|
|
787
|
-
"banner",
|
|
788
|
-
"button",
|
|
789
|
-
"cell",
|
|
790
|
-
"checkbox",
|
|
791
|
-
"columnheader",
|
|
792
|
-
"combobox",
|
|
793
|
-
"complementary",
|
|
794
|
-
"contentinfo",
|
|
795
|
-
"definition",
|
|
796
|
-
"dialog",
|
|
797
|
-
"directory",
|
|
798
|
-
"document",
|
|
799
|
-
"feed",
|
|
800
|
-
"figure",
|
|
801
|
-
"form",
|
|
802
|
-
"grid",
|
|
803
|
-
"gridcell",
|
|
804
|
-
"group",
|
|
805
|
-
"heading",
|
|
806
|
-
"img",
|
|
807
|
-
"link",
|
|
808
|
-
"list",
|
|
809
|
-
"listbox",
|
|
810
|
-
"listitem",
|
|
811
|
-
"log",
|
|
812
|
-
"main",
|
|
813
|
-
"marquee",
|
|
814
|
-
"math",
|
|
815
|
-
"menu",
|
|
816
|
-
"menubar",
|
|
817
|
-
"menuitem",
|
|
818
|
-
"menuitemcheckbox",
|
|
819
|
-
"menuitemradio",
|
|
820
|
-
"navigation",
|
|
821
|
-
"none",
|
|
822
|
-
"note",
|
|
823
|
-
"option",
|
|
824
|
-
"presentation",
|
|
825
|
-
"progressbar",
|
|
826
|
-
"radio",
|
|
827
|
-
"radiogroup",
|
|
828
|
-
"region",
|
|
829
|
-
"row",
|
|
830
|
-
"rowgroup",
|
|
831
|
-
"rowheader",
|
|
832
|
-
"scrollbar",
|
|
833
|
-
"search",
|
|
834
|
-
"searchbox",
|
|
835
|
-
"separator",
|
|
836
|
-
"slider",
|
|
837
|
-
"spinbutton",
|
|
838
|
-
"status",
|
|
839
|
-
"switch",
|
|
840
|
-
"tab",
|
|
841
|
-
"table",
|
|
842
|
-
"tablist",
|
|
843
|
-
"tabpanel",
|
|
844
|
-
"term",
|
|
845
|
-
"textbox",
|
|
846
|
-
"timer",
|
|
847
|
-
"toolbar",
|
|
848
|
-
"tooltip",
|
|
849
|
-
"tree",
|
|
850
|
-
"treegrid",
|
|
851
|
-
"treeitem",
|
|
852
|
-
]
|
|
853
|
-
| Var[
|
|
854
|
-
Literal[
|
|
855
|
-
"alert",
|
|
856
|
-
"alertdialog",
|
|
857
|
-
"application",
|
|
858
|
-
"article",
|
|
859
|
-
"banner",
|
|
860
|
-
"button",
|
|
861
|
-
"cell",
|
|
862
|
-
"checkbox",
|
|
863
|
-
"columnheader",
|
|
864
|
-
"combobox",
|
|
865
|
-
"complementary",
|
|
866
|
-
"contentinfo",
|
|
867
|
-
"definition",
|
|
868
|
-
"dialog",
|
|
869
|
-
"directory",
|
|
870
|
-
"document",
|
|
871
|
-
"feed",
|
|
872
|
-
"figure",
|
|
873
|
-
"form",
|
|
874
|
-
"grid",
|
|
875
|
-
"gridcell",
|
|
876
|
-
"group",
|
|
877
|
-
"heading",
|
|
878
|
-
"img",
|
|
879
|
-
"link",
|
|
880
|
-
"list",
|
|
881
|
-
"listbox",
|
|
882
|
-
"listitem",
|
|
883
|
-
"log",
|
|
884
|
-
"main",
|
|
885
|
-
"marquee",
|
|
886
|
-
"math",
|
|
887
|
-
"menu",
|
|
888
|
-
"menubar",
|
|
889
|
-
"menuitem",
|
|
890
|
-
"menuitemcheckbox",
|
|
891
|
-
"menuitemradio",
|
|
892
|
-
"navigation",
|
|
893
|
-
"none",
|
|
894
|
-
"note",
|
|
895
|
-
"option",
|
|
896
|
-
"presentation",
|
|
897
|
-
"progressbar",
|
|
898
|
-
"radio",
|
|
899
|
-
"radiogroup",
|
|
900
|
-
"region",
|
|
901
|
-
"row",
|
|
902
|
-
"rowgroup",
|
|
903
|
-
"rowheader",
|
|
904
|
-
"scrollbar",
|
|
905
|
-
"search",
|
|
906
|
-
"searchbox",
|
|
907
|
-
"separator",
|
|
908
|
-
"slider",
|
|
909
|
-
"spinbutton",
|
|
910
|
-
"status",
|
|
911
|
-
"switch",
|
|
912
|
-
"tab",
|
|
913
|
-
"table",
|
|
914
|
-
"tablist",
|
|
915
|
-
"tabpanel",
|
|
916
|
-
"term",
|
|
917
|
-
"textbox",
|
|
918
|
-
"timer",
|
|
919
|
-
"toolbar",
|
|
920
|
-
"tooltip",
|
|
921
|
-
"tree",
|
|
922
|
-
"treegrid",
|
|
923
|
-
"treeitem",
|
|
924
|
-
]
|
|
925
|
-
]
|
|
926
|
-
| None = None,
|
|
927
|
-
slot: Var[str] | str | None = None,
|
|
928
|
-
spell_check: Var[bool] | bool | None = None,
|
|
929
|
-
tab_index: Var[int] | int | None = None,
|
|
930
|
-
title: Var[str] | str | None = None,
|
|
931
167
|
style: Sequence[Mapping[str, Any]]
|
|
932
168
|
| Mapping[str, Any]
|
|
933
169
|
| Var[Mapping[str, Any]]
|
|
@@ -960,22 +196,6 @@ class Slot(BaseHTML):
|
|
|
960
196
|
|
|
961
197
|
Args:
|
|
962
198
|
*children: The children of the component.
|
|
963
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
964
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
965
|
-
content_editable: Indicates whether the element's content is editable.
|
|
966
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
967
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
968
|
-
draggable: Defines whether the element can be dragged.
|
|
969
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
970
|
-
hidden: Defines whether the element is hidden.
|
|
971
|
-
input_mode: Defines the type of the element.
|
|
972
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
973
|
-
lang: Defines the language used in the element.
|
|
974
|
-
role: Defines the role of the element.
|
|
975
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
976
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
977
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
978
|
-
title: Defines a tooltip for the element.
|
|
979
199
|
style: The style of the component.
|
|
980
200
|
key: A unique key for the component.
|
|
981
201
|
id: The id for the component.
|
|
@@ -993,184 +213,6 @@ class Template(BaseHTML):
|
|
|
993
213
|
def create(
|
|
994
214
|
cls,
|
|
995
215
|
*children,
|
|
996
|
-
access_key: Var[str] | str | None = None,
|
|
997
|
-
auto_capitalize: Literal[
|
|
998
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
999
|
-
]
|
|
1000
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1001
|
-
| None = None,
|
|
1002
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1003
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1004
|
-
| None = None,
|
|
1005
|
-
context_menu: Var[str] | str | None = None,
|
|
1006
|
-
dir: Var[str] | str | None = None,
|
|
1007
|
-
draggable: Var[bool] | bool | None = None,
|
|
1008
|
-
enter_key_hint: Literal[
|
|
1009
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1010
|
-
]
|
|
1011
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1012
|
-
| None = None,
|
|
1013
|
-
hidden: Var[bool] | bool | None = None,
|
|
1014
|
-
input_mode: Literal[
|
|
1015
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1016
|
-
]
|
|
1017
|
-
| Var[
|
|
1018
|
-
Literal[
|
|
1019
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1020
|
-
]
|
|
1021
|
-
]
|
|
1022
|
-
| None = None,
|
|
1023
|
-
item_prop: Var[str] | str | None = None,
|
|
1024
|
-
lang: Var[str] | str | None = None,
|
|
1025
|
-
role: Literal[
|
|
1026
|
-
"alert",
|
|
1027
|
-
"alertdialog",
|
|
1028
|
-
"application",
|
|
1029
|
-
"article",
|
|
1030
|
-
"banner",
|
|
1031
|
-
"button",
|
|
1032
|
-
"cell",
|
|
1033
|
-
"checkbox",
|
|
1034
|
-
"columnheader",
|
|
1035
|
-
"combobox",
|
|
1036
|
-
"complementary",
|
|
1037
|
-
"contentinfo",
|
|
1038
|
-
"definition",
|
|
1039
|
-
"dialog",
|
|
1040
|
-
"directory",
|
|
1041
|
-
"document",
|
|
1042
|
-
"feed",
|
|
1043
|
-
"figure",
|
|
1044
|
-
"form",
|
|
1045
|
-
"grid",
|
|
1046
|
-
"gridcell",
|
|
1047
|
-
"group",
|
|
1048
|
-
"heading",
|
|
1049
|
-
"img",
|
|
1050
|
-
"link",
|
|
1051
|
-
"list",
|
|
1052
|
-
"listbox",
|
|
1053
|
-
"listitem",
|
|
1054
|
-
"log",
|
|
1055
|
-
"main",
|
|
1056
|
-
"marquee",
|
|
1057
|
-
"math",
|
|
1058
|
-
"menu",
|
|
1059
|
-
"menubar",
|
|
1060
|
-
"menuitem",
|
|
1061
|
-
"menuitemcheckbox",
|
|
1062
|
-
"menuitemradio",
|
|
1063
|
-
"navigation",
|
|
1064
|
-
"none",
|
|
1065
|
-
"note",
|
|
1066
|
-
"option",
|
|
1067
|
-
"presentation",
|
|
1068
|
-
"progressbar",
|
|
1069
|
-
"radio",
|
|
1070
|
-
"radiogroup",
|
|
1071
|
-
"region",
|
|
1072
|
-
"row",
|
|
1073
|
-
"rowgroup",
|
|
1074
|
-
"rowheader",
|
|
1075
|
-
"scrollbar",
|
|
1076
|
-
"search",
|
|
1077
|
-
"searchbox",
|
|
1078
|
-
"separator",
|
|
1079
|
-
"slider",
|
|
1080
|
-
"spinbutton",
|
|
1081
|
-
"status",
|
|
1082
|
-
"switch",
|
|
1083
|
-
"tab",
|
|
1084
|
-
"table",
|
|
1085
|
-
"tablist",
|
|
1086
|
-
"tabpanel",
|
|
1087
|
-
"term",
|
|
1088
|
-
"textbox",
|
|
1089
|
-
"timer",
|
|
1090
|
-
"toolbar",
|
|
1091
|
-
"tooltip",
|
|
1092
|
-
"tree",
|
|
1093
|
-
"treegrid",
|
|
1094
|
-
"treeitem",
|
|
1095
|
-
]
|
|
1096
|
-
| Var[
|
|
1097
|
-
Literal[
|
|
1098
|
-
"alert",
|
|
1099
|
-
"alertdialog",
|
|
1100
|
-
"application",
|
|
1101
|
-
"article",
|
|
1102
|
-
"banner",
|
|
1103
|
-
"button",
|
|
1104
|
-
"cell",
|
|
1105
|
-
"checkbox",
|
|
1106
|
-
"columnheader",
|
|
1107
|
-
"combobox",
|
|
1108
|
-
"complementary",
|
|
1109
|
-
"contentinfo",
|
|
1110
|
-
"definition",
|
|
1111
|
-
"dialog",
|
|
1112
|
-
"directory",
|
|
1113
|
-
"document",
|
|
1114
|
-
"feed",
|
|
1115
|
-
"figure",
|
|
1116
|
-
"form",
|
|
1117
|
-
"grid",
|
|
1118
|
-
"gridcell",
|
|
1119
|
-
"group",
|
|
1120
|
-
"heading",
|
|
1121
|
-
"img",
|
|
1122
|
-
"link",
|
|
1123
|
-
"list",
|
|
1124
|
-
"listbox",
|
|
1125
|
-
"listitem",
|
|
1126
|
-
"log",
|
|
1127
|
-
"main",
|
|
1128
|
-
"marquee",
|
|
1129
|
-
"math",
|
|
1130
|
-
"menu",
|
|
1131
|
-
"menubar",
|
|
1132
|
-
"menuitem",
|
|
1133
|
-
"menuitemcheckbox",
|
|
1134
|
-
"menuitemradio",
|
|
1135
|
-
"navigation",
|
|
1136
|
-
"none",
|
|
1137
|
-
"note",
|
|
1138
|
-
"option",
|
|
1139
|
-
"presentation",
|
|
1140
|
-
"progressbar",
|
|
1141
|
-
"radio",
|
|
1142
|
-
"radiogroup",
|
|
1143
|
-
"region",
|
|
1144
|
-
"row",
|
|
1145
|
-
"rowgroup",
|
|
1146
|
-
"rowheader",
|
|
1147
|
-
"scrollbar",
|
|
1148
|
-
"search",
|
|
1149
|
-
"searchbox",
|
|
1150
|
-
"separator",
|
|
1151
|
-
"slider",
|
|
1152
|
-
"spinbutton",
|
|
1153
|
-
"status",
|
|
1154
|
-
"switch",
|
|
1155
|
-
"tab",
|
|
1156
|
-
"table",
|
|
1157
|
-
"tablist",
|
|
1158
|
-
"tabpanel",
|
|
1159
|
-
"term",
|
|
1160
|
-
"textbox",
|
|
1161
|
-
"timer",
|
|
1162
|
-
"toolbar",
|
|
1163
|
-
"tooltip",
|
|
1164
|
-
"tree",
|
|
1165
|
-
"treegrid",
|
|
1166
|
-
"treeitem",
|
|
1167
|
-
]
|
|
1168
|
-
]
|
|
1169
|
-
| None = None,
|
|
1170
|
-
slot: Var[str] | str | None = None,
|
|
1171
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1172
|
-
tab_index: Var[int] | int | None = None,
|
|
1173
|
-
title: Var[str] | str | None = None,
|
|
1174
216
|
style: Sequence[Mapping[str, Any]]
|
|
1175
217
|
| Mapping[str, Any]
|
|
1176
218
|
| Var[Mapping[str, Any]]
|
|
@@ -1203,22 +245,6 @@ class Template(BaseHTML):
|
|
|
1203
245
|
|
|
1204
246
|
Args:
|
|
1205
247
|
*children: The children of the component.
|
|
1206
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1207
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1208
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1209
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1210
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1211
|
-
draggable: Defines whether the element can be dragged.
|
|
1212
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1213
|
-
hidden: Defines whether the element is hidden.
|
|
1214
|
-
input_mode: Defines the type of the element.
|
|
1215
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1216
|
-
lang: Defines the language used in the element.
|
|
1217
|
-
role: Defines the role of the element.
|
|
1218
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1219
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1220
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1221
|
-
title: Defines a tooltip for the element.
|
|
1222
248
|
style: The style of the component.
|
|
1223
249
|
key: A unique key for the component.
|
|
1224
250
|
id: The id for the component.
|
|
@@ -1236,184 +262,6 @@ class Math(BaseHTML):
|
|
|
1236
262
|
def create(
|
|
1237
263
|
cls,
|
|
1238
264
|
*children,
|
|
1239
|
-
access_key: Var[str] | str | None = None,
|
|
1240
|
-
auto_capitalize: Literal[
|
|
1241
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1242
|
-
]
|
|
1243
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1244
|
-
| None = None,
|
|
1245
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1246
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1247
|
-
| None = None,
|
|
1248
|
-
context_menu: Var[str] | str | None = None,
|
|
1249
|
-
dir: Var[str] | str | None = None,
|
|
1250
|
-
draggable: Var[bool] | bool | None = None,
|
|
1251
|
-
enter_key_hint: Literal[
|
|
1252
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1253
|
-
]
|
|
1254
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1255
|
-
| None = None,
|
|
1256
|
-
hidden: Var[bool] | bool | None = None,
|
|
1257
|
-
input_mode: Literal[
|
|
1258
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1259
|
-
]
|
|
1260
|
-
| Var[
|
|
1261
|
-
Literal[
|
|
1262
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1263
|
-
]
|
|
1264
|
-
]
|
|
1265
|
-
| None = None,
|
|
1266
|
-
item_prop: Var[str] | str | None = None,
|
|
1267
|
-
lang: Var[str] | str | None = None,
|
|
1268
|
-
role: Literal[
|
|
1269
|
-
"alert",
|
|
1270
|
-
"alertdialog",
|
|
1271
|
-
"application",
|
|
1272
|
-
"article",
|
|
1273
|
-
"banner",
|
|
1274
|
-
"button",
|
|
1275
|
-
"cell",
|
|
1276
|
-
"checkbox",
|
|
1277
|
-
"columnheader",
|
|
1278
|
-
"combobox",
|
|
1279
|
-
"complementary",
|
|
1280
|
-
"contentinfo",
|
|
1281
|
-
"definition",
|
|
1282
|
-
"dialog",
|
|
1283
|
-
"directory",
|
|
1284
|
-
"document",
|
|
1285
|
-
"feed",
|
|
1286
|
-
"figure",
|
|
1287
|
-
"form",
|
|
1288
|
-
"grid",
|
|
1289
|
-
"gridcell",
|
|
1290
|
-
"group",
|
|
1291
|
-
"heading",
|
|
1292
|
-
"img",
|
|
1293
|
-
"link",
|
|
1294
|
-
"list",
|
|
1295
|
-
"listbox",
|
|
1296
|
-
"listitem",
|
|
1297
|
-
"log",
|
|
1298
|
-
"main",
|
|
1299
|
-
"marquee",
|
|
1300
|
-
"math",
|
|
1301
|
-
"menu",
|
|
1302
|
-
"menubar",
|
|
1303
|
-
"menuitem",
|
|
1304
|
-
"menuitemcheckbox",
|
|
1305
|
-
"menuitemradio",
|
|
1306
|
-
"navigation",
|
|
1307
|
-
"none",
|
|
1308
|
-
"note",
|
|
1309
|
-
"option",
|
|
1310
|
-
"presentation",
|
|
1311
|
-
"progressbar",
|
|
1312
|
-
"radio",
|
|
1313
|
-
"radiogroup",
|
|
1314
|
-
"region",
|
|
1315
|
-
"row",
|
|
1316
|
-
"rowgroup",
|
|
1317
|
-
"rowheader",
|
|
1318
|
-
"scrollbar",
|
|
1319
|
-
"search",
|
|
1320
|
-
"searchbox",
|
|
1321
|
-
"separator",
|
|
1322
|
-
"slider",
|
|
1323
|
-
"spinbutton",
|
|
1324
|
-
"status",
|
|
1325
|
-
"switch",
|
|
1326
|
-
"tab",
|
|
1327
|
-
"table",
|
|
1328
|
-
"tablist",
|
|
1329
|
-
"tabpanel",
|
|
1330
|
-
"term",
|
|
1331
|
-
"textbox",
|
|
1332
|
-
"timer",
|
|
1333
|
-
"toolbar",
|
|
1334
|
-
"tooltip",
|
|
1335
|
-
"tree",
|
|
1336
|
-
"treegrid",
|
|
1337
|
-
"treeitem",
|
|
1338
|
-
]
|
|
1339
|
-
| Var[
|
|
1340
|
-
Literal[
|
|
1341
|
-
"alert",
|
|
1342
|
-
"alertdialog",
|
|
1343
|
-
"application",
|
|
1344
|
-
"article",
|
|
1345
|
-
"banner",
|
|
1346
|
-
"button",
|
|
1347
|
-
"cell",
|
|
1348
|
-
"checkbox",
|
|
1349
|
-
"columnheader",
|
|
1350
|
-
"combobox",
|
|
1351
|
-
"complementary",
|
|
1352
|
-
"contentinfo",
|
|
1353
|
-
"definition",
|
|
1354
|
-
"dialog",
|
|
1355
|
-
"directory",
|
|
1356
|
-
"document",
|
|
1357
|
-
"feed",
|
|
1358
|
-
"figure",
|
|
1359
|
-
"form",
|
|
1360
|
-
"grid",
|
|
1361
|
-
"gridcell",
|
|
1362
|
-
"group",
|
|
1363
|
-
"heading",
|
|
1364
|
-
"img",
|
|
1365
|
-
"link",
|
|
1366
|
-
"list",
|
|
1367
|
-
"listbox",
|
|
1368
|
-
"listitem",
|
|
1369
|
-
"log",
|
|
1370
|
-
"main",
|
|
1371
|
-
"marquee",
|
|
1372
|
-
"math",
|
|
1373
|
-
"menu",
|
|
1374
|
-
"menubar",
|
|
1375
|
-
"menuitem",
|
|
1376
|
-
"menuitemcheckbox",
|
|
1377
|
-
"menuitemradio",
|
|
1378
|
-
"navigation",
|
|
1379
|
-
"none",
|
|
1380
|
-
"note",
|
|
1381
|
-
"option",
|
|
1382
|
-
"presentation",
|
|
1383
|
-
"progressbar",
|
|
1384
|
-
"radio",
|
|
1385
|
-
"radiogroup",
|
|
1386
|
-
"region",
|
|
1387
|
-
"row",
|
|
1388
|
-
"rowgroup",
|
|
1389
|
-
"rowheader",
|
|
1390
|
-
"scrollbar",
|
|
1391
|
-
"search",
|
|
1392
|
-
"searchbox",
|
|
1393
|
-
"separator",
|
|
1394
|
-
"slider",
|
|
1395
|
-
"spinbutton",
|
|
1396
|
-
"status",
|
|
1397
|
-
"switch",
|
|
1398
|
-
"tab",
|
|
1399
|
-
"table",
|
|
1400
|
-
"tablist",
|
|
1401
|
-
"tabpanel",
|
|
1402
|
-
"term",
|
|
1403
|
-
"textbox",
|
|
1404
|
-
"timer",
|
|
1405
|
-
"toolbar",
|
|
1406
|
-
"tooltip",
|
|
1407
|
-
"tree",
|
|
1408
|
-
"treegrid",
|
|
1409
|
-
"treeitem",
|
|
1410
|
-
]
|
|
1411
|
-
]
|
|
1412
|
-
| None = None,
|
|
1413
|
-
slot: Var[str] | str | None = None,
|
|
1414
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1415
|
-
tab_index: Var[int] | int | None = None,
|
|
1416
|
-
title: Var[str] | str | None = None,
|
|
1417
265
|
style: Sequence[Mapping[str, Any]]
|
|
1418
266
|
| Mapping[str, Any]
|
|
1419
267
|
| Var[Mapping[str, Any]]
|
|
@@ -1446,22 +294,6 @@ class Math(BaseHTML):
|
|
|
1446
294
|
|
|
1447
295
|
Args:
|
|
1448
296
|
*children: The children of the component.
|
|
1449
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1450
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1451
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1452
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1453
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1454
|
-
draggable: Defines whether the element can be dragged.
|
|
1455
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1456
|
-
hidden: Defines whether the element is hidden.
|
|
1457
|
-
input_mode: Defines the type of the element.
|
|
1458
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1459
|
-
lang: Defines the language used in the element.
|
|
1460
|
-
role: Defines the role of the element.
|
|
1461
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1462
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1463
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1464
|
-
title: Defines a tooltip for the element.
|
|
1465
297
|
style: The style of the component.
|
|
1466
298
|
key: A unique key for the component.
|
|
1467
299
|
id: The id for the component.
|
|
@@ -1479,185 +311,6 @@ class Html(BaseHTML):
|
|
|
1479
311
|
def create(
|
|
1480
312
|
cls,
|
|
1481
313
|
*children,
|
|
1482
|
-
manifest: Var[str] | str | None = None,
|
|
1483
|
-
access_key: Var[str] | str | None = None,
|
|
1484
|
-
auto_capitalize: Literal[
|
|
1485
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1486
|
-
]
|
|
1487
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1488
|
-
| None = None,
|
|
1489
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1490
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1491
|
-
| None = None,
|
|
1492
|
-
context_menu: Var[str] | str | None = None,
|
|
1493
|
-
dir: Var[str] | str | None = None,
|
|
1494
|
-
draggable: Var[bool] | bool | None = None,
|
|
1495
|
-
enter_key_hint: Literal[
|
|
1496
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1497
|
-
]
|
|
1498
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1499
|
-
| None = None,
|
|
1500
|
-
hidden: Var[bool] | bool | None = None,
|
|
1501
|
-
input_mode: Literal[
|
|
1502
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1503
|
-
]
|
|
1504
|
-
| Var[
|
|
1505
|
-
Literal[
|
|
1506
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1507
|
-
]
|
|
1508
|
-
]
|
|
1509
|
-
| None = None,
|
|
1510
|
-
item_prop: Var[str] | str | None = None,
|
|
1511
|
-
lang: Var[str] | str | None = None,
|
|
1512
|
-
role: Literal[
|
|
1513
|
-
"alert",
|
|
1514
|
-
"alertdialog",
|
|
1515
|
-
"application",
|
|
1516
|
-
"article",
|
|
1517
|
-
"banner",
|
|
1518
|
-
"button",
|
|
1519
|
-
"cell",
|
|
1520
|
-
"checkbox",
|
|
1521
|
-
"columnheader",
|
|
1522
|
-
"combobox",
|
|
1523
|
-
"complementary",
|
|
1524
|
-
"contentinfo",
|
|
1525
|
-
"definition",
|
|
1526
|
-
"dialog",
|
|
1527
|
-
"directory",
|
|
1528
|
-
"document",
|
|
1529
|
-
"feed",
|
|
1530
|
-
"figure",
|
|
1531
|
-
"form",
|
|
1532
|
-
"grid",
|
|
1533
|
-
"gridcell",
|
|
1534
|
-
"group",
|
|
1535
|
-
"heading",
|
|
1536
|
-
"img",
|
|
1537
|
-
"link",
|
|
1538
|
-
"list",
|
|
1539
|
-
"listbox",
|
|
1540
|
-
"listitem",
|
|
1541
|
-
"log",
|
|
1542
|
-
"main",
|
|
1543
|
-
"marquee",
|
|
1544
|
-
"math",
|
|
1545
|
-
"menu",
|
|
1546
|
-
"menubar",
|
|
1547
|
-
"menuitem",
|
|
1548
|
-
"menuitemcheckbox",
|
|
1549
|
-
"menuitemradio",
|
|
1550
|
-
"navigation",
|
|
1551
|
-
"none",
|
|
1552
|
-
"note",
|
|
1553
|
-
"option",
|
|
1554
|
-
"presentation",
|
|
1555
|
-
"progressbar",
|
|
1556
|
-
"radio",
|
|
1557
|
-
"radiogroup",
|
|
1558
|
-
"region",
|
|
1559
|
-
"row",
|
|
1560
|
-
"rowgroup",
|
|
1561
|
-
"rowheader",
|
|
1562
|
-
"scrollbar",
|
|
1563
|
-
"search",
|
|
1564
|
-
"searchbox",
|
|
1565
|
-
"separator",
|
|
1566
|
-
"slider",
|
|
1567
|
-
"spinbutton",
|
|
1568
|
-
"status",
|
|
1569
|
-
"switch",
|
|
1570
|
-
"tab",
|
|
1571
|
-
"table",
|
|
1572
|
-
"tablist",
|
|
1573
|
-
"tabpanel",
|
|
1574
|
-
"term",
|
|
1575
|
-
"textbox",
|
|
1576
|
-
"timer",
|
|
1577
|
-
"toolbar",
|
|
1578
|
-
"tooltip",
|
|
1579
|
-
"tree",
|
|
1580
|
-
"treegrid",
|
|
1581
|
-
"treeitem",
|
|
1582
|
-
]
|
|
1583
|
-
| Var[
|
|
1584
|
-
Literal[
|
|
1585
|
-
"alert",
|
|
1586
|
-
"alertdialog",
|
|
1587
|
-
"application",
|
|
1588
|
-
"article",
|
|
1589
|
-
"banner",
|
|
1590
|
-
"button",
|
|
1591
|
-
"cell",
|
|
1592
|
-
"checkbox",
|
|
1593
|
-
"columnheader",
|
|
1594
|
-
"combobox",
|
|
1595
|
-
"complementary",
|
|
1596
|
-
"contentinfo",
|
|
1597
|
-
"definition",
|
|
1598
|
-
"dialog",
|
|
1599
|
-
"directory",
|
|
1600
|
-
"document",
|
|
1601
|
-
"feed",
|
|
1602
|
-
"figure",
|
|
1603
|
-
"form",
|
|
1604
|
-
"grid",
|
|
1605
|
-
"gridcell",
|
|
1606
|
-
"group",
|
|
1607
|
-
"heading",
|
|
1608
|
-
"img",
|
|
1609
|
-
"link",
|
|
1610
|
-
"list",
|
|
1611
|
-
"listbox",
|
|
1612
|
-
"listitem",
|
|
1613
|
-
"log",
|
|
1614
|
-
"main",
|
|
1615
|
-
"marquee",
|
|
1616
|
-
"math",
|
|
1617
|
-
"menu",
|
|
1618
|
-
"menubar",
|
|
1619
|
-
"menuitem",
|
|
1620
|
-
"menuitemcheckbox",
|
|
1621
|
-
"menuitemradio",
|
|
1622
|
-
"navigation",
|
|
1623
|
-
"none",
|
|
1624
|
-
"note",
|
|
1625
|
-
"option",
|
|
1626
|
-
"presentation",
|
|
1627
|
-
"progressbar",
|
|
1628
|
-
"radio",
|
|
1629
|
-
"radiogroup",
|
|
1630
|
-
"region",
|
|
1631
|
-
"row",
|
|
1632
|
-
"rowgroup",
|
|
1633
|
-
"rowheader",
|
|
1634
|
-
"scrollbar",
|
|
1635
|
-
"search",
|
|
1636
|
-
"searchbox",
|
|
1637
|
-
"separator",
|
|
1638
|
-
"slider",
|
|
1639
|
-
"spinbutton",
|
|
1640
|
-
"status",
|
|
1641
|
-
"switch",
|
|
1642
|
-
"tab",
|
|
1643
|
-
"table",
|
|
1644
|
-
"tablist",
|
|
1645
|
-
"tabpanel",
|
|
1646
|
-
"term",
|
|
1647
|
-
"textbox",
|
|
1648
|
-
"timer",
|
|
1649
|
-
"toolbar",
|
|
1650
|
-
"tooltip",
|
|
1651
|
-
"tree",
|
|
1652
|
-
"treegrid",
|
|
1653
|
-
"treeitem",
|
|
1654
|
-
]
|
|
1655
|
-
]
|
|
1656
|
-
| None = None,
|
|
1657
|
-
slot: Var[str] | str | None = None,
|
|
1658
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1659
|
-
tab_index: Var[int] | int | None = None,
|
|
1660
|
-
title: Var[str] | str | None = None,
|
|
1661
314
|
style: Sequence[Mapping[str, Any]]
|
|
1662
315
|
| Mapping[str, Any]
|
|
1663
316
|
| Var[Mapping[str, Any]]
|
|
@@ -1690,23 +343,6 @@ class Html(BaseHTML):
|
|
|
1690
343
|
|
|
1691
344
|
Args:
|
|
1692
345
|
*children: The children of the component.
|
|
1693
|
-
manifest: Specifies the URL of the document's cache manifest (obsolete in HTML5)
|
|
1694
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1695
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1696
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1697
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1698
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1699
|
-
draggable: Defines whether the element can be dragged.
|
|
1700
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1701
|
-
hidden: Defines whether the element is hidden.
|
|
1702
|
-
input_mode: Defines the type of the element.
|
|
1703
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1704
|
-
lang: Defines the language used in the element.
|
|
1705
|
-
role: Defines the role of the element.
|
|
1706
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1707
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1708
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1709
|
-
title: Defines a tooltip for the element.
|
|
1710
346
|
style: The style of the component.
|
|
1711
347
|
key: A unique key for the component.
|
|
1712
348
|
id: The id for the component.
|