reflex 0.8.15a1__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/.templates/web/utils/state.js +68 -8
- reflex/app.py +45 -51
- 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 +31 -2
- 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 +11 -4
- 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.15a1.dist-info → reflex-0.8.16.dist-info}/METADATA +1 -1
- {reflex-0.8.15a1.dist-info → reflex-0.8.16.dist-info}/RECORD +140 -140
- {reflex-0.8.15a1.dist-info → reflex-0.8.16.dist-info}/WHEEL +0 -0
- {reflex-0.8.15a1.dist-info → reflex-0.8.16.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.15a1.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.components.el.element import Element
|
|
@@ -18,186 +18,6 @@ class Base(BaseHTML):
|
|
|
18
18
|
def create(
|
|
19
19
|
cls,
|
|
20
20
|
*children,
|
|
21
|
-
href: Var[str] | str | None = None,
|
|
22
|
-
target: Var[str] | str | None = None,
|
|
23
|
-
access_key: Var[str] | str | None = None,
|
|
24
|
-
auto_capitalize: Literal[
|
|
25
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
26
|
-
]
|
|
27
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
28
|
-
| None = None,
|
|
29
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
30
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
31
|
-
| None = None,
|
|
32
|
-
context_menu: Var[str] | str | None = None,
|
|
33
|
-
dir: Var[str] | str | None = None,
|
|
34
|
-
draggable: Var[bool] | bool | None = None,
|
|
35
|
-
enter_key_hint: Literal[
|
|
36
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
37
|
-
]
|
|
38
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
39
|
-
| None = None,
|
|
40
|
-
hidden: Var[bool] | bool | None = None,
|
|
41
|
-
input_mode: Literal[
|
|
42
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
43
|
-
]
|
|
44
|
-
| Var[
|
|
45
|
-
Literal[
|
|
46
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
47
|
-
]
|
|
48
|
-
]
|
|
49
|
-
| None = None,
|
|
50
|
-
item_prop: Var[str] | str | None = None,
|
|
51
|
-
lang: Var[str] | str | None = None,
|
|
52
|
-
role: Literal[
|
|
53
|
-
"alert",
|
|
54
|
-
"alertdialog",
|
|
55
|
-
"application",
|
|
56
|
-
"article",
|
|
57
|
-
"banner",
|
|
58
|
-
"button",
|
|
59
|
-
"cell",
|
|
60
|
-
"checkbox",
|
|
61
|
-
"columnheader",
|
|
62
|
-
"combobox",
|
|
63
|
-
"complementary",
|
|
64
|
-
"contentinfo",
|
|
65
|
-
"definition",
|
|
66
|
-
"dialog",
|
|
67
|
-
"directory",
|
|
68
|
-
"document",
|
|
69
|
-
"feed",
|
|
70
|
-
"figure",
|
|
71
|
-
"form",
|
|
72
|
-
"grid",
|
|
73
|
-
"gridcell",
|
|
74
|
-
"group",
|
|
75
|
-
"heading",
|
|
76
|
-
"img",
|
|
77
|
-
"link",
|
|
78
|
-
"list",
|
|
79
|
-
"listbox",
|
|
80
|
-
"listitem",
|
|
81
|
-
"log",
|
|
82
|
-
"main",
|
|
83
|
-
"marquee",
|
|
84
|
-
"math",
|
|
85
|
-
"menu",
|
|
86
|
-
"menubar",
|
|
87
|
-
"menuitem",
|
|
88
|
-
"menuitemcheckbox",
|
|
89
|
-
"menuitemradio",
|
|
90
|
-
"navigation",
|
|
91
|
-
"none",
|
|
92
|
-
"note",
|
|
93
|
-
"option",
|
|
94
|
-
"presentation",
|
|
95
|
-
"progressbar",
|
|
96
|
-
"radio",
|
|
97
|
-
"radiogroup",
|
|
98
|
-
"region",
|
|
99
|
-
"row",
|
|
100
|
-
"rowgroup",
|
|
101
|
-
"rowheader",
|
|
102
|
-
"scrollbar",
|
|
103
|
-
"search",
|
|
104
|
-
"searchbox",
|
|
105
|
-
"separator",
|
|
106
|
-
"slider",
|
|
107
|
-
"spinbutton",
|
|
108
|
-
"status",
|
|
109
|
-
"switch",
|
|
110
|
-
"tab",
|
|
111
|
-
"table",
|
|
112
|
-
"tablist",
|
|
113
|
-
"tabpanel",
|
|
114
|
-
"term",
|
|
115
|
-
"textbox",
|
|
116
|
-
"timer",
|
|
117
|
-
"toolbar",
|
|
118
|
-
"tooltip",
|
|
119
|
-
"tree",
|
|
120
|
-
"treegrid",
|
|
121
|
-
"treeitem",
|
|
122
|
-
]
|
|
123
|
-
| Var[
|
|
124
|
-
Literal[
|
|
125
|
-
"alert",
|
|
126
|
-
"alertdialog",
|
|
127
|
-
"application",
|
|
128
|
-
"article",
|
|
129
|
-
"banner",
|
|
130
|
-
"button",
|
|
131
|
-
"cell",
|
|
132
|
-
"checkbox",
|
|
133
|
-
"columnheader",
|
|
134
|
-
"combobox",
|
|
135
|
-
"complementary",
|
|
136
|
-
"contentinfo",
|
|
137
|
-
"definition",
|
|
138
|
-
"dialog",
|
|
139
|
-
"directory",
|
|
140
|
-
"document",
|
|
141
|
-
"feed",
|
|
142
|
-
"figure",
|
|
143
|
-
"form",
|
|
144
|
-
"grid",
|
|
145
|
-
"gridcell",
|
|
146
|
-
"group",
|
|
147
|
-
"heading",
|
|
148
|
-
"img",
|
|
149
|
-
"link",
|
|
150
|
-
"list",
|
|
151
|
-
"listbox",
|
|
152
|
-
"listitem",
|
|
153
|
-
"log",
|
|
154
|
-
"main",
|
|
155
|
-
"marquee",
|
|
156
|
-
"math",
|
|
157
|
-
"menu",
|
|
158
|
-
"menubar",
|
|
159
|
-
"menuitem",
|
|
160
|
-
"menuitemcheckbox",
|
|
161
|
-
"menuitemradio",
|
|
162
|
-
"navigation",
|
|
163
|
-
"none",
|
|
164
|
-
"note",
|
|
165
|
-
"option",
|
|
166
|
-
"presentation",
|
|
167
|
-
"progressbar",
|
|
168
|
-
"radio",
|
|
169
|
-
"radiogroup",
|
|
170
|
-
"region",
|
|
171
|
-
"row",
|
|
172
|
-
"rowgroup",
|
|
173
|
-
"rowheader",
|
|
174
|
-
"scrollbar",
|
|
175
|
-
"search",
|
|
176
|
-
"searchbox",
|
|
177
|
-
"separator",
|
|
178
|
-
"slider",
|
|
179
|
-
"spinbutton",
|
|
180
|
-
"status",
|
|
181
|
-
"switch",
|
|
182
|
-
"tab",
|
|
183
|
-
"table",
|
|
184
|
-
"tablist",
|
|
185
|
-
"tabpanel",
|
|
186
|
-
"term",
|
|
187
|
-
"textbox",
|
|
188
|
-
"timer",
|
|
189
|
-
"toolbar",
|
|
190
|
-
"tooltip",
|
|
191
|
-
"tree",
|
|
192
|
-
"treegrid",
|
|
193
|
-
"treeitem",
|
|
194
|
-
]
|
|
195
|
-
]
|
|
196
|
-
| None = None,
|
|
197
|
-
slot: Var[str] | str | None = None,
|
|
198
|
-
spell_check: Var[bool] | bool | None = None,
|
|
199
|
-
tab_index: Var[int] | int | None = None,
|
|
200
|
-
title: Var[str] | str | None = None,
|
|
201
21
|
style: Sequence[Mapping[str, Any]]
|
|
202
22
|
| Mapping[str, Any]
|
|
203
23
|
| Var[Mapping[str, Any]]
|
|
@@ -230,22 +50,6 @@ class Base(BaseHTML):
|
|
|
230
50
|
|
|
231
51
|
Args:
|
|
232
52
|
*children: The children of the component.
|
|
233
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
234
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
235
|
-
content_editable: Indicates whether the element's content is editable.
|
|
236
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
237
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
238
|
-
draggable: Defines whether the element can be dragged.
|
|
239
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
240
|
-
hidden: Defines whether the element is hidden.
|
|
241
|
-
input_mode: Defines the type of the element.
|
|
242
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
243
|
-
lang: Defines the language used in the element.
|
|
244
|
-
role: Defines the role of the element.
|
|
245
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
246
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
247
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
248
|
-
title: Defines a tooltip for the element.
|
|
249
53
|
style: The style of the component.
|
|
250
54
|
key: A unique key for the component.
|
|
251
55
|
id: The id for the component.
|
|
@@ -263,184 +67,6 @@ class Head(BaseHTML):
|
|
|
263
67
|
def create(
|
|
264
68
|
cls,
|
|
265
69
|
*children,
|
|
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
70
|
style: Sequence[Mapping[str, Any]]
|
|
445
71
|
| Mapping[str, Any]
|
|
446
72
|
| Var[Mapping[str, Any]]
|
|
@@ -473,22 +99,6 @@ class Head(BaseHTML):
|
|
|
473
99
|
|
|
474
100
|
Args:
|
|
475
101
|
*children: The children of the component.
|
|
476
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
477
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
478
|
-
content_editable: Indicates whether the element's content is editable.
|
|
479
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
480
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
481
|
-
draggable: Defines whether the element can be dragged.
|
|
482
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
483
|
-
hidden: Defines whether the element is hidden.
|
|
484
|
-
input_mode: Defines the type of the element.
|
|
485
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
486
|
-
lang: Defines the language used in the element.
|
|
487
|
-
role: Defines the role of the element.
|
|
488
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
489
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
490
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
491
|
-
title: Defines a tooltip for the element.
|
|
492
102
|
style: The style of the component.
|
|
493
103
|
key: A unique key for the component.
|
|
494
104
|
id: The id for the component.
|
|
@@ -506,219 +116,6 @@ class Link(BaseHTML):
|
|
|
506
116
|
def create(
|
|
507
117
|
cls,
|
|
508
118
|
*children,
|
|
509
|
-
cross_origin: Literal["", "anonymous", "use-credentials"]
|
|
510
|
-
| Var[Literal["", "anonymous", "use-credentials"]]
|
|
511
|
-
| None = None,
|
|
512
|
-
href: Var[str] | str | None = None,
|
|
513
|
-
href_lang: Var[str] | str | None = None,
|
|
514
|
-
integrity: Var[str] | str | None = None,
|
|
515
|
-
media: Var[str] | str | None = None,
|
|
516
|
-
referrer_policy: Literal[
|
|
517
|
-
"",
|
|
518
|
-
"no-referrer",
|
|
519
|
-
"no-referrer-when-downgrade",
|
|
520
|
-
"origin",
|
|
521
|
-
"origin-when-cross-origin",
|
|
522
|
-
"same-origin",
|
|
523
|
-
"strict-origin",
|
|
524
|
-
"strict-origin-when-cross-origin",
|
|
525
|
-
"unsafe-url",
|
|
526
|
-
]
|
|
527
|
-
| Var[
|
|
528
|
-
Literal[
|
|
529
|
-
"",
|
|
530
|
-
"no-referrer",
|
|
531
|
-
"no-referrer-when-downgrade",
|
|
532
|
-
"origin",
|
|
533
|
-
"origin-when-cross-origin",
|
|
534
|
-
"same-origin",
|
|
535
|
-
"strict-origin",
|
|
536
|
-
"strict-origin-when-cross-origin",
|
|
537
|
-
"unsafe-url",
|
|
538
|
-
]
|
|
539
|
-
]
|
|
540
|
-
| None = None,
|
|
541
|
-
rel: Var[str] | str | None = None,
|
|
542
|
-
sizes: Var[str] | str | None = None,
|
|
543
|
-
type: Var[str] | str | None = None,
|
|
544
|
-
access_key: Var[str] | str | None = None,
|
|
545
|
-
auto_capitalize: Literal[
|
|
546
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
547
|
-
]
|
|
548
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
549
|
-
| None = None,
|
|
550
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
551
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
552
|
-
| None = None,
|
|
553
|
-
context_menu: Var[str] | str | None = None,
|
|
554
|
-
dir: Var[str] | str | None = None,
|
|
555
|
-
draggable: Var[bool] | bool | None = None,
|
|
556
|
-
enter_key_hint: Literal[
|
|
557
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
558
|
-
]
|
|
559
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
560
|
-
| None = None,
|
|
561
|
-
hidden: Var[bool] | bool | None = None,
|
|
562
|
-
input_mode: Literal[
|
|
563
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
564
|
-
]
|
|
565
|
-
| Var[
|
|
566
|
-
Literal[
|
|
567
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
568
|
-
]
|
|
569
|
-
]
|
|
570
|
-
| None = None,
|
|
571
|
-
item_prop: Var[str] | str | None = None,
|
|
572
|
-
lang: Var[str] | str | None = None,
|
|
573
|
-
role: Literal[
|
|
574
|
-
"alert",
|
|
575
|
-
"alertdialog",
|
|
576
|
-
"application",
|
|
577
|
-
"article",
|
|
578
|
-
"banner",
|
|
579
|
-
"button",
|
|
580
|
-
"cell",
|
|
581
|
-
"checkbox",
|
|
582
|
-
"columnheader",
|
|
583
|
-
"combobox",
|
|
584
|
-
"complementary",
|
|
585
|
-
"contentinfo",
|
|
586
|
-
"definition",
|
|
587
|
-
"dialog",
|
|
588
|
-
"directory",
|
|
589
|
-
"document",
|
|
590
|
-
"feed",
|
|
591
|
-
"figure",
|
|
592
|
-
"form",
|
|
593
|
-
"grid",
|
|
594
|
-
"gridcell",
|
|
595
|
-
"group",
|
|
596
|
-
"heading",
|
|
597
|
-
"img",
|
|
598
|
-
"link",
|
|
599
|
-
"list",
|
|
600
|
-
"listbox",
|
|
601
|
-
"listitem",
|
|
602
|
-
"log",
|
|
603
|
-
"main",
|
|
604
|
-
"marquee",
|
|
605
|
-
"math",
|
|
606
|
-
"menu",
|
|
607
|
-
"menubar",
|
|
608
|
-
"menuitem",
|
|
609
|
-
"menuitemcheckbox",
|
|
610
|
-
"menuitemradio",
|
|
611
|
-
"navigation",
|
|
612
|
-
"none",
|
|
613
|
-
"note",
|
|
614
|
-
"option",
|
|
615
|
-
"presentation",
|
|
616
|
-
"progressbar",
|
|
617
|
-
"radio",
|
|
618
|
-
"radiogroup",
|
|
619
|
-
"region",
|
|
620
|
-
"row",
|
|
621
|
-
"rowgroup",
|
|
622
|
-
"rowheader",
|
|
623
|
-
"scrollbar",
|
|
624
|
-
"search",
|
|
625
|
-
"searchbox",
|
|
626
|
-
"separator",
|
|
627
|
-
"slider",
|
|
628
|
-
"spinbutton",
|
|
629
|
-
"status",
|
|
630
|
-
"switch",
|
|
631
|
-
"tab",
|
|
632
|
-
"table",
|
|
633
|
-
"tablist",
|
|
634
|
-
"tabpanel",
|
|
635
|
-
"term",
|
|
636
|
-
"textbox",
|
|
637
|
-
"timer",
|
|
638
|
-
"toolbar",
|
|
639
|
-
"tooltip",
|
|
640
|
-
"tree",
|
|
641
|
-
"treegrid",
|
|
642
|
-
"treeitem",
|
|
643
|
-
]
|
|
644
|
-
| Var[
|
|
645
|
-
Literal[
|
|
646
|
-
"alert",
|
|
647
|
-
"alertdialog",
|
|
648
|
-
"application",
|
|
649
|
-
"article",
|
|
650
|
-
"banner",
|
|
651
|
-
"button",
|
|
652
|
-
"cell",
|
|
653
|
-
"checkbox",
|
|
654
|
-
"columnheader",
|
|
655
|
-
"combobox",
|
|
656
|
-
"complementary",
|
|
657
|
-
"contentinfo",
|
|
658
|
-
"definition",
|
|
659
|
-
"dialog",
|
|
660
|
-
"directory",
|
|
661
|
-
"document",
|
|
662
|
-
"feed",
|
|
663
|
-
"figure",
|
|
664
|
-
"form",
|
|
665
|
-
"grid",
|
|
666
|
-
"gridcell",
|
|
667
|
-
"group",
|
|
668
|
-
"heading",
|
|
669
|
-
"img",
|
|
670
|
-
"link",
|
|
671
|
-
"list",
|
|
672
|
-
"listbox",
|
|
673
|
-
"listitem",
|
|
674
|
-
"log",
|
|
675
|
-
"main",
|
|
676
|
-
"marquee",
|
|
677
|
-
"math",
|
|
678
|
-
"menu",
|
|
679
|
-
"menubar",
|
|
680
|
-
"menuitem",
|
|
681
|
-
"menuitemcheckbox",
|
|
682
|
-
"menuitemradio",
|
|
683
|
-
"navigation",
|
|
684
|
-
"none",
|
|
685
|
-
"note",
|
|
686
|
-
"option",
|
|
687
|
-
"presentation",
|
|
688
|
-
"progressbar",
|
|
689
|
-
"radio",
|
|
690
|
-
"radiogroup",
|
|
691
|
-
"region",
|
|
692
|
-
"row",
|
|
693
|
-
"rowgroup",
|
|
694
|
-
"rowheader",
|
|
695
|
-
"scrollbar",
|
|
696
|
-
"search",
|
|
697
|
-
"searchbox",
|
|
698
|
-
"separator",
|
|
699
|
-
"slider",
|
|
700
|
-
"spinbutton",
|
|
701
|
-
"status",
|
|
702
|
-
"switch",
|
|
703
|
-
"tab",
|
|
704
|
-
"table",
|
|
705
|
-
"tablist",
|
|
706
|
-
"tabpanel",
|
|
707
|
-
"term",
|
|
708
|
-
"textbox",
|
|
709
|
-
"timer",
|
|
710
|
-
"toolbar",
|
|
711
|
-
"tooltip",
|
|
712
|
-
"tree",
|
|
713
|
-
"treegrid",
|
|
714
|
-
"treeitem",
|
|
715
|
-
]
|
|
716
|
-
]
|
|
717
|
-
| None = None,
|
|
718
|
-
slot: Var[str] | str | None = None,
|
|
719
|
-
spell_check: Var[bool] | bool | None = None,
|
|
720
|
-
tab_index: Var[int] | int | None = None,
|
|
721
|
-
title: Var[str] | str | None = None,
|
|
722
119
|
style: Sequence[Mapping[str, Any]]
|
|
723
120
|
| Mapping[str, Any]
|
|
724
121
|
| Var[Mapping[str, Any]]
|
|
@@ -751,31 +148,6 @@ class Link(BaseHTML):
|
|
|
751
148
|
|
|
752
149
|
Args:
|
|
753
150
|
*children: The children of the component.
|
|
754
|
-
cross_origin: Specifies the CORS settings for the linked resource
|
|
755
|
-
href: Specifies the URL of the linked document/resource
|
|
756
|
-
href_lang: Specifies the language of the text in the linked document
|
|
757
|
-
integrity: Allows a browser to check the fetched link for integrity
|
|
758
|
-
media: Specifies on what device the linked document will be displayed
|
|
759
|
-
referrer_policy: Specifies the referrer policy of the linked document
|
|
760
|
-
rel: Specifies the relationship between the current document and the linked one
|
|
761
|
-
sizes: Specifies the sizes of icons for visual media
|
|
762
|
-
type: Specifies the MIME type of the linked document
|
|
763
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
764
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
765
|
-
content_editable: Indicates whether the element's content is editable.
|
|
766
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
767
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
768
|
-
draggable: Defines whether the element can be dragged.
|
|
769
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
770
|
-
hidden: Defines whether the element is hidden.
|
|
771
|
-
input_mode: Defines the type of the element.
|
|
772
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
773
|
-
lang: Defines the language used in the element.
|
|
774
|
-
role: Defines the role of the element.
|
|
775
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
776
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
777
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
778
|
-
title: Defines a tooltip for the element.
|
|
779
151
|
style: The style of the component.
|
|
780
152
|
key: A unique key for the component.
|
|
781
153
|
id: The id for the component.
|
|
@@ -793,189 +165,6 @@ class Meta(BaseHTML):
|
|
|
793
165
|
def create(
|
|
794
166
|
cls,
|
|
795
167
|
*children,
|
|
796
|
-
char_set: Var[str] | str | None = None,
|
|
797
|
-
content: Var[str] | str | None = None,
|
|
798
|
-
http_equiv: Var[str] | str | None = None,
|
|
799
|
-
name: Var[str] | str | None = None,
|
|
800
|
-
property: Var[str] | str | None = None,
|
|
801
|
-
access_key: Var[str] | str | None = None,
|
|
802
|
-
auto_capitalize: Literal[
|
|
803
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
804
|
-
]
|
|
805
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
806
|
-
| None = None,
|
|
807
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
808
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
809
|
-
| None = None,
|
|
810
|
-
context_menu: Var[str] | str | None = None,
|
|
811
|
-
dir: Var[str] | str | None = None,
|
|
812
|
-
draggable: Var[bool] | bool | None = None,
|
|
813
|
-
enter_key_hint: Literal[
|
|
814
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
815
|
-
]
|
|
816
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
817
|
-
| None = None,
|
|
818
|
-
hidden: Var[bool] | bool | None = None,
|
|
819
|
-
input_mode: Literal[
|
|
820
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
821
|
-
]
|
|
822
|
-
| Var[
|
|
823
|
-
Literal[
|
|
824
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
825
|
-
]
|
|
826
|
-
]
|
|
827
|
-
| None = None,
|
|
828
|
-
item_prop: Var[str] | str | None = None,
|
|
829
|
-
lang: Var[str] | str | None = None,
|
|
830
|
-
role: Literal[
|
|
831
|
-
"alert",
|
|
832
|
-
"alertdialog",
|
|
833
|
-
"application",
|
|
834
|
-
"article",
|
|
835
|
-
"banner",
|
|
836
|
-
"button",
|
|
837
|
-
"cell",
|
|
838
|
-
"checkbox",
|
|
839
|
-
"columnheader",
|
|
840
|
-
"combobox",
|
|
841
|
-
"complementary",
|
|
842
|
-
"contentinfo",
|
|
843
|
-
"definition",
|
|
844
|
-
"dialog",
|
|
845
|
-
"directory",
|
|
846
|
-
"document",
|
|
847
|
-
"feed",
|
|
848
|
-
"figure",
|
|
849
|
-
"form",
|
|
850
|
-
"grid",
|
|
851
|
-
"gridcell",
|
|
852
|
-
"group",
|
|
853
|
-
"heading",
|
|
854
|
-
"img",
|
|
855
|
-
"link",
|
|
856
|
-
"list",
|
|
857
|
-
"listbox",
|
|
858
|
-
"listitem",
|
|
859
|
-
"log",
|
|
860
|
-
"main",
|
|
861
|
-
"marquee",
|
|
862
|
-
"math",
|
|
863
|
-
"menu",
|
|
864
|
-
"menubar",
|
|
865
|
-
"menuitem",
|
|
866
|
-
"menuitemcheckbox",
|
|
867
|
-
"menuitemradio",
|
|
868
|
-
"navigation",
|
|
869
|
-
"none",
|
|
870
|
-
"note",
|
|
871
|
-
"option",
|
|
872
|
-
"presentation",
|
|
873
|
-
"progressbar",
|
|
874
|
-
"radio",
|
|
875
|
-
"radiogroup",
|
|
876
|
-
"region",
|
|
877
|
-
"row",
|
|
878
|
-
"rowgroup",
|
|
879
|
-
"rowheader",
|
|
880
|
-
"scrollbar",
|
|
881
|
-
"search",
|
|
882
|
-
"searchbox",
|
|
883
|
-
"separator",
|
|
884
|
-
"slider",
|
|
885
|
-
"spinbutton",
|
|
886
|
-
"status",
|
|
887
|
-
"switch",
|
|
888
|
-
"tab",
|
|
889
|
-
"table",
|
|
890
|
-
"tablist",
|
|
891
|
-
"tabpanel",
|
|
892
|
-
"term",
|
|
893
|
-
"textbox",
|
|
894
|
-
"timer",
|
|
895
|
-
"toolbar",
|
|
896
|
-
"tooltip",
|
|
897
|
-
"tree",
|
|
898
|
-
"treegrid",
|
|
899
|
-
"treeitem",
|
|
900
|
-
]
|
|
901
|
-
| Var[
|
|
902
|
-
Literal[
|
|
903
|
-
"alert",
|
|
904
|
-
"alertdialog",
|
|
905
|
-
"application",
|
|
906
|
-
"article",
|
|
907
|
-
"banner",
|
|
908
|
-
"button",
|
|
909
|
-
"cell",
|
|
910
|
-
"checkbox",
|
|
911
|
-
"columnheader",
|
|
912
|
-
"combobox",
|
|
913
|
-
"complementary",
|
|
914
|
-
"contentinfo",
|
|
915
|
-
"definition",
|
|
916
|
-
"dialog",
|
|
917
|
-
"directory",
|
|
918
|
-
"document",
|
|
919
|
-
"feed",
|
|
920
|
-
"figure",
|
|
921
|
-
"form",
|
|
922
|
-
"grid",
|
|
923
|
-
"gridcell",
|
|
924
|
-
"group",
|
|
925
|
-
"heading",
|
|
926
|
-
"img",
|
|
927
|
-
"link",
|
|
928
|
-
"list",
|
|
929
|
-
"listbox",
|
|
930
|
-
"listitem",
|
|
931
|
-
"log",
|
|
932
|
-
"main",
|
|
933
|
-
"marquee",
|
|
934
|
-
"math",
|
|
935
|
-
"menu",
|
|
936
|
-
"menubar",
|
|
937
|
-
"menuitem",
|
|
938
|
-
"menuitemcheckbox",
|
|
939
|
-
"menuitemradio",
|
|
940
|
-
"navigation",
|
|
941
|
-
"none",
|
|
942
|
-
"note",
|
|
943
|
-
"option",
|
|
944
|
-
"presentation",
|
|
945
|
-
"progressbar",
|
|
946
|
-
"radio",
|
|
947
|
-
"radiogroup",
|
|
948
|
-
"region",
|
|
949
|
-
"row",
|
|
950
|
-
"rowgroup",
|
|
951
|
-
"rowheader",
|
|
952
|
-
"scrollbar",
|
|
953
|
-
"search",
|
|
954
|
-
"searchbox",
|
|
955
|
-
"separator",
|
|
956
|
-
"slider",
|
|
957
|
-
"spinbutton",
|
|
958
|
-
"status",
|
|
959
|
-
"switch",
|
|
960
|
-
"tab",
|
|
961
|
-
"table",
|
|
962
|
-
"tablist",
|
|
963
|
-
"tabpanel",
|
|
964
|
-
"term",
|
|
965
|
-
"textbox",
|
|
966
|
-
"timer",
|
|
967
|
-
"toolbar",
|
|
968
|
-
"tooltip",
|
|
969
|
-
"tree",
|
|
970
|
-
"treegrid",
|
|
971
|
-
"treeitem",
|
|
972
|
-
]
|
|
973
|
-
]
|
|
974
|
-
| None = None,
|
|
975
|
-
slot: Var[str] | str | None = None,
|
|
976
|
-
spell_check: Var[bool] | bool | None = None,
|
|
977
|
-
tab_index: Var[int] | int | None = None,
|
|
978
|
-
title: Var[str] | str | None = None,
|
|
979
168
|
style: Sequence[Mapping[str, Any]]
|
|
980
169
|
| Mapping[str, Any]
|
|
981
170
|
| Var[Mapping[str, Any]]
|
|
@@ -1008,27 +197,6 @@ class Meta(BaseHTML):
|
|
|
1008
197
|
|
|
1009
198
|
Args:
|
|
1010
199
|
*children: The children of the component.
|
|
1011
|
-
char_set: Specifies the character encoding for the HTML document
|
|
1012
|
-
content: Defines the content of the metadata
|
|
1013
|
-
http_equiv: Provides an HTTP header for the information/value of the content attribute
|
|
1014
|
-
name: Specifies a name for the metadata
|
|
1015
|
-
property: The type of metadata value.
|
|
1016
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1017
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1018
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1019
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1020
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1021
|
-
draggable: Defines whether the element can be dragged.
|
|
1022
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1023
|
-
hidden: Defines whether the element is hidden.
|
|
1024
|
-
input_mode: Defines the type of the element.
|
|
1025
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1026
|
-
lang: Defines the language used in the element.
|
|
1027
|
-
role: Defines the role of the element.
|
|
1028
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1029
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1030
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1031
|
-
title: Defines a tooltip for the element.
|
|
1032
200
|
style: The style of the component.
|
|
1033
201
|
key: A unique key for the component.
|
|
1034
202
|
id: The id for the component.
|
|
@@ -1095,8 +263,6 @@ class StyleEl(Element):
|
|
|
1095
263
|
def create(
|
|
1096
264
|
cls,
|
|
1097
265
|
*children,
|
|
1098
|
-
media: Var[str] | str | None = None,
|
|
1099
|
-
suppress_hydration_warning: Var[bool] | bool | None = None,
|
|
1100
266
|
style: Sequence[Mapping[str, Any]]
|
|
1101
267
|
| Mapping[str, Any]
|
|
1102
268
|
| Var[Mapping[str, Any]]
|