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
|
@@ -18,195 +18,6 @@ class TableRoot(elements.Table, RadixThemesComponent):
|
|
|
18
18
|
def create(
|
|
19
19
|
cls,
|
|
20
20
|
*children,
|
|
21
|
-
size: Breakpoints[str, Literal["1", "2", "3"]]
|
|
22
|
-
| Literal["1", "2", "3"]
|
|
23
|
-
| Var[Breakpoints[str, Literal["1", "2", "3"]] | Literal["1", "2", "3"]]
|
|
24
|
-
| None = None,
|
|
25
|
-
variant: Literal["ghost", "surface"]
|
|
26
|
-
| Var[Literal["ghost", "surface"]]
|
|
27
|
-
| None = None,
|
|
28
|
-
align: Literal["center", "left", "right"]
|
|
29
|
-
| Var[Literal["center", "left", "right"]]
|
|
30
|
-
| None = None,
|
|
31
|
-
summary: Var[str] | str | None = None,
|
|
32
|
-
access_key: Var[str] | str | None = None,
|
|
33
|
-
auto_capitalize: Literal[
|
|
34
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
35
|
-
]
|
|
36
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
37
|
-
| None = None,
|
|
38
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
39
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
40
|
-
| None = None,
|
|
41
|
-
context_menu: Var[str] | str | None = None,
|
|
42
|
-
dir: Var[str] | str | None = None,
|
|
43
|
-
draggable: Var[bool] | bool | None = None,
|
|
44
|
-
enter_key_hint: Literal[
|
|
45
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
46
|
-
]
|
|
47
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
48
|
-
| None = None,
|
|
49
|
-
hidden: Var[bool] | bool | None = None,
|
|
50
|
-
input_mode: Literal[
|
|
51
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
52
|
-
]
|
|
53
|
-
| Var[
|
|
54
|
-
Literal[
|
|
55
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
56
|
-
]
|
|
57
|
-
]
|
|
58
|
-
| None = None,
|
|
59
|
-
item_prop: Var[str] | str | None = None,
|
|
60
|
-
lang: Var[str] | str | None = None,
|
|
61
|
-
role: Literal[
|
|
62
|
-
"alert",
|
|
63
|
-
"alertdialog",
|
|
64
|
-
"application",
|
|
65
|
-
"article",
|
|
66
|
-
"banner",
|
|
67
|
-
"button",
|
|
68
|
-
"cell",
|
|
69
|
-
"checkbox",
|
|
70
|
-
"columnheader",
|
|
71
|
-
"combobox",
|
|
72
|
-
"complementary",
|
|
73
|
-
"contentinfo",
|
|
74
|
-
"definition",
|
|
75
|
-
"dialog",
|
|
76
|
-
"directory",
|
|
77
|
-
"document",
|
|
78
|
-
"feed",
|
|
79
|
-
"figure",
|
|
80
|
-
"form",
|
|
81
|
-
"grid",
|
|
82
|
-
"gridcell",
|
|
83
|
-
"group",
|
|
84
|
-
"heading",
|
|
85
|
-
"img",
|
|
86
|
-
"link",
|
|
87
|
-
"list",
|
|
88
|
-
"listbox",
|
|
89
|
-
"listitem",
|
|
90
|
-
"log",
|
|
91
|
-
"main",
|
|
92
|
-
"marquee",
|
|
93
|
-
"math",
|
|
94
|
-
"menu",
|
|
95
|
-
"menubar",
|
|
96
|
-
"menuitem",
|
|
97
|
-
"menuitemcheckbox",
|
|
98
|
-
"menuitemradio",
|
|
99
|
-
"navigation",
|
|
100
|
-
"none",
|
|
101
|
-
"note",
|
|
102
|
-
"option",
|
|
103
|
-
"presentation",
|
|
104
|
-
"progressbar",
|
|
105
|
-
"radio",
|
|
106
|
-
"radiogroup",
|
|
107
|
-
"region",
|
|
108
|
-
"row",
|
|
109
|
-
"rowgroup",
|
|
110
|
-
"rowheader",
|
|
111
|
-
"scrollbar",
|
|
112
|
-
"search",
|
|
113
|
-
"searchbox",
|
|
114
|
-
"separator",
|
|
115
|
-
"slider",
|
|
116
|
-
"spinbutton",
|
|
117
|
-
"status",
|
|
118
|
-
"switch",
|
|
119
|
-
"tab",
|
|
120
|
-
"table",
|
|
121
|
-
"tablist",
|
|
122
|
-
"tabpanel",
|
|
123
|
-
"term",
|
|
124
|
-
"textbox",
|
|
125
|
-
"timer",
|
|
126
|
-
"toolbar",
|
|
127
|
-
"tooltip",
|
|
128
|
-
"tree",
|
|
129
|
-
"treegrid",
|
|
130
|
-
"treeitem",
|
|
131
|
-
]
|
|
132
|
-
| Var[
|
|
133
|
-
Literal[
|
|
134
|
-
"alert",
|
|
135
|
-
"alertdialog",
|
|
136
|
-
"application",
|
|
137
|
-
"article",
|
|
138
|
-
"banner",
|
|
139
|
-
"button",
|
|
140
|
-
"cell",
|
|
141
|
-
"checkbox",
|
|
142
|
-
"columnheader",
|
|
143
|
-
"combobox",
|
|
144
|
-
"complementary",
|
|
145
|
-
"contentinfo",
|
|
146
|
-
"definition",
|
|
147
|
-
"dialog",
|
|
148
|
-
"directory",
|
|
149
|
-
"document",
|
|
150
|
-
"feed",
|
|
151
|
-
"figure",
|
|
152
|
-
"form",
|
|
153
|
-
"grid",
|
|
154
|
-
"gridcell",
|
|
155
|
-
"group",
|
|
156
|
-
"heading",
|
|
157
|
-
"img",
|
|
158
|
-
"link",
|
|
159
|
-
"list",
|
|
160
|
-
"listbox",
|
|
161
|
-
"listitem",
|
|
162
|
-
"log",
|
|
163
|
-
"main",
|
|
164
|
-
"marquee",
|
|
165
|
-
"math",
|
|
166
|
-
"menu",
|
|
167
|
-
"menubar",
|
|
168
|
-
"menuitem",
|
|
169
|
-
"menuitemcheckbox",
|
|
170
|
-
"menuitemradio",
|
|
171
|
-
"navigation",
|
|
172
|
-
"none",
|
|
173
|
-
"note",
|
|
174
|
-
"option",
|
|
175
|
-
"presentation",
|
|
176
|
-
"progressbar",
|
|
177
|
-
"radio",
|
|
178
|
-
"radiogroup",
|
|
179
|
-
"region",
|
|
180
|
-
"row",
|
|
181
|
-
"rowgroup",
|
|
182
|
-
"rowheader",
|
|
183
|
-
"scrollbar",
|
|
184
|
-
"search",
|
|
185
|
-
"searchbox",
|
|
186
|
-
"separator",
|
|
187
|
-
"slider",
|
|
188
|
-
"spinbutton",
|
|
189
|
-
"status",
|
|
190
|
-
"switch",
|
|
191
|
-
"tab",
|
|
192
|
-
"table",
|
|
193
|
-
"tablist",
|
|
194
|
-
"tabpanel",
|
|
195
|
-
"term",
|
|
196
|
-
"textbox",
|
|
197
|
-
"timer",
|
|
198
|
-
"toolbar",
|
|
199
|
-
"tooltip",
|
|
200
|
-
"tree",
|
|
201
|
-
"treegrid",
|
|
202
|
-
"treeitem",
|
|
203
|
-
]
|
|
204
|
-
]
|
|
205
|
-
| None = None,
|
|
206
|
-
slot: Var[str] | str | None = None,
|
|
207
|
-
spell_check: Var[bool] | bool | None = None,
|
|
208
|
-
tab_index: Var[int] | int | None = None,
|
|
209
|
-
title: Var[str] | str | None = None,
|
|
210
21
|
style: Sequence[Mapping[str, Any]]
|
|
211
22
|
| Mapping[str, Any]
|
|
212
23
|
| Var[Mapping[str, Any]]
|
|
@@ -242,26 +53,6 @@ class TableRoot(elements.Table, RadixThemesComponent):
|
|
|
242
53
|
|
|
243
54
|
Args:
|
|
244
55
|
*children: Child components.
|
|
245
|
-
size: The size of the table: "1" | "2" | "3"
|
|
246
|
-
variant: The variant of the table
|
|
247
|
-
align: Alignment of the table
|
|
248
|
-
summary: Provides a summary of the table's purpose and structure
|
|
249
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
250
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
251
|
-
content_editable: Indicates whether the element's content is editable.
|
|
252
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
253
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
254
|
-
draggable: Defines whether the element can be dragged.
|
|
255
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
256
|
-
hidden: Defines whether the element is hidden.
|
|
257
|
-
input_mode: Defines the type of the element.
|
|
258
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
259
|
-
lang: Defines the language used in the element.
|
|
260
|
-
role: Defines the role of the element.
|
|
261
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
262
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
263
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
264
|
-
title: Defines a tooltip for the element.
|
|
265
56
|
style: The style of the component.
|
|
266
57
|
key: A unique key for the component.
|
|
267
58
|
id: The id for the component.
|
|
@@ -279,184 +70,6 @@ class TableHeader(elements.Thead, RadixThemesComponent):
|
|
|
279
70
|
def create(
|
|
280
71
|
cls,
|
|
281
72
|
*children,
|
|
282
|
-
access_key: Var[str] | str | None = None,
|
|
283
|
-
auto_capitalize: Literal[
|
|
284
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
285
|
-
]
|
|
286
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
287
|
-
| None = None,
|
|
288
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
289
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
290
|
-
| None = None,
|
|
291
|
-
context_menu: Var[str] | str | None = None,
|
|
292
|
-
dir: Var[str] | str | None = None,
|
|
293
|
-
draggable: Var[bool] | bool | None = None,
|
|
294
|
-
enter_key_hint: Literal[
|
|
295
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
296
|
-
]
|
|
297
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
298
|
-
| None = None,
|
|
299
|
-
hidden: Var[bool] | bool | None = None,
|
|
300
|
-
input_mode: Literal[
|
|
301
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
302
|
-
]
|
|
303
|
-
| Var[
|
|
304
|
-
Literal[
|
|
305
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
306
|
-
]
|
|
307
|
-
]
|
|
308
|
-
| None = None,
|
|
309
|
-
item_prop: Var[str] | str | None = None,
|
|
310
|
-
lang: Var[str] | str | None = None,
|
|
311
|
-
role: Literal[
|
|
312
|
-
"alert",
|
|
313
|
-
"alertdialog",
|
|
314
|
-
"application",
|
|
315
|
-
"article",
|
|
316
|
-
"banner",
|
|
317
|
-
"button",
|
|
318
|
-
"cell",
|
|
319
|
-
"checkbox",
|
|
320
|
-
"columnheader",
|
|
321
|
-
"combobox",
|
|
322
|
-
"complementary",
|
|
323
|
-
"contentinfo",
|
|
324
|
-
"definition",
|
|
325
|
-
"dialog",
|
|
326
|
-
"directory",
|
|
327
|
-
"document",
|
|
328
|
-
"feed",
|
|
329
|
-
"figure",
|
|
330
|
-
"form",
|
|
331
|
-
"grid",
|
|
332
|
-
"gridcell",
|
|
333
|
-
"group",
|
|
334
|
-
"heading",
|
|
335
|
-
"img",
|
|
336
|
-
"link",
|
|
337
|
-
"list",
|
|
338
|
-
"listbox",
|
|
339
|
-
"listitem",
|
|
340
|
-
"log",
|
|
341
|
-
"main",
|
|
342
|
-
"marquee",
|
|
343
|
-
"math",
|
|
344
|
-
"menu",
|
|
345
|
-
"menubar",
|
|
346
|
-
"menuitem",
|
|
347
|
-
"menuitemcheckbox",
|
|
348
|
-
"menuitemradio",
|
|
349
|
-
"navigation",
|
|
350
|
-
"none",
|
|
351
|
-
"note",
|
|
352
|
-
"option",
|
|
353
|
-
"presentation",
|
|
354
|
-
"progressbar",
|
|
355
|
-
"radio",
|
|
356
|
-
"radiogroup",
|
|
357
|
-
"region",
|
|
358
|
-
"row",
|
|
359
|
-
"rowgroup",
|
|
360
|
-
"rowheader",
|
|
361
|
-
"scrollbar",
|
|
362
|
-
"search",
|
|
363
|
-
"searchbox",
|
|
364
|
-
"separator",
|
|
365
|
-
"slider",
|
|
366
|
-
"spinbutton",
|
|
367
|
-
"status",
|
|
368
|
-
"switch",
|
|
369
|
-
"tab",
|
|
370
|
-
"table",
|
|
371
|
-
"tablist",
|
|
372
|
-
"tabpanel",
|
|
373
|
-
"term",
|
|
374
|
-
"textbox",
|
|
375
|
-
"timer",
|
|
376
|
-
"toolbar",
|
|
377
|
-
"tooltip",
|
|
378
|
-
"tree",
|
|
379
|
-
"treegrid",
|
|
380
|
-
"treeitem",
|
|
381
|
-
]
|
|
382
|
-
| Var[
|
|
383
|
-
Literal[
|
|
384
|
-
"alert",
|
|
385
|
-
"alertdialog",
|
|
386
|
-
"application",
|
|
387
|
-
"article",
|
|
388
|
-
"banner",
|
|
389
|
-
"button",
|
|
390
|
-
"cell",
|
|
391
|
-
"checkbox",
|
|
392
|
-
"columnheader",
|
|
393
|
-
"combobox",
|
|
394
|
-
"complementary",
|
|
395
|
-
"contentinfo",
|
|
396
|
-
"definition",
|
|
397
|
-
"dialog",
|
|
398
|
-
"directory",
|
|
399
|
-
"document",
|
|
400
|
-
"feed",
|
|
401
|
-
"figure",
|
|
402
|
-
"form",
|
|
403
|
-
"grid",
|
|
404
|
-
"gridcell",
|
|
405
|
-
"group",
|
|
406
|
-
"heading",
|
|
407
|
-
"img",
|
|
408
|
-
"link",
|
|
409
|
-
"list",
|
|
410
|
-
"listbox",
|
|
411
|
-
"listitem",
|
|
412
|
-
"log",
|
|
413
|
-
"main",
|
|
414
|
-
"marquee",
|
|
415
|
-
"math",
|
|
416
|
-
"menu",
|
|
417
|
-
"menubar",
|
|
418
|
-
"menuitem",
|
|
419
|
-
"menuitemcheckbox",
|
|
420
|
-
"menuitemradio",
|
|
421
|
-
"navigation",
|
|
422
|
-
"none",
|
|
423
|
-
"note",
|
|
424
|
-
"option",
|
|
425
|
-
"presentation",
|
|
426
|
-
"progressbar",
|
|
427
|
-
"radio",
|
|
428
|
-
"radiogroup",
|
|
429
|
-
"region",
|
|
430
|
-
"row",
|
|
431
|
-
"rowgroup",
|
|
432
|
-
"rowheader",
|
|
433
|
-
"scrollbar",
|
|
434
|
-
"search",
|
|
435
|
-
"searchbox",
|
|
436
|
-
"separator",
|
|
437
|
-
"slider",
|
|
438
|
-
"spinbutton",
|
|
439
|
-
"status",
|
|
440
|
-
"switch",
|
|
441
|
-
"tab",
|
|
442
|
-
"table",
|
|
443
|
-
"tablist",
|
|
444
|
-
"tabpanel",
|
|
445
|
-
"term",
|
|
446
|
-
"textbox",
|
|
447
|
-
"timer",
|
|
448
|
-
"toolbar",
|
|
449
|
-
"tooltip",
|
|
450
|
-
"tree",
|
|
451
|
-
"treegrid",
|
|
452
|
-
"treeitem",
|
|
453
|
-
]
|
|
454
|
-
]
|
|
455
|
-
| None = None,
|
|
456
|
-
slot: Var[str] | str | None = None,
|
|
457
|
-
spell_check: Var[bool] | bool | None = None,
|
|
458
|
-
tab_index: Var[int] | int | None = None,
|
|
459
|
-
title: Var[str] | str | None = None,
|
|
460
73
|
style: Sequence[Mapping[str, Any]]
|
|
461
74
|
| Mapping[str, Any]
|
|
462
75
|
| Var[Mapping[str, Any]]
|
|
@@ -492,22 +105,6 @@ class TableHeader(elements.Thead, RadixThemesComponent):
|
|
|
492
105
|
|
|
493
106
|
Args:
|
|
494
107
|
*children: Child components.
|
|
495
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
496
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
497
|
-
content_editable: Indicates whether the element's content is editable.
|
|
498
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
499
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
500
|
-
draggable: Defines whether the element can be dragged.
|
|
501
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
502
|
-
hidden: Defines whether the element is hidden.
|
|
503
|
-
input_mode: Defines the type of the element.
|
|
504
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
505
|
-
lang: Defines the language used in the element.
|
|
506
|
-
role: Defines the role of the element.
|
|
507
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
508
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
509
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
510
|
-
title: Defines a tooltip for the element.
|
|
511
108
|
style: The style of the component.
|
|
512
109
|
key: A unique key for the component.
|
|
513
110
|
id: The id for the component.
|
|
@@ -525,187 +122,6 @@ class TableRow(elements.Tr, RadixThemesComponent):
|
|
|
525
122
|
def create(
|
|
526
123
|
cls,
|
|
527
124
|
*children,
|
|
528
|
-
align: Literal["baseline", "center", "end", "start"]
|
|
529
|
-
| Var[Literal["baseline", "center", "end", "start"]]
|
|
530
|
-
| None = None,
|
|
531
|
-
access_key: Var[str] | str | None = None,
|
|
532
|
-
auto_capitalize: Literal[
|
|
533
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
534
|
-
]
|
|
535
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
536
|
-
| None = None,
|
|
537
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
538
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
539
|
-
| None = None,
|
|
540
|
-
context_menu: Var[str] | str | None = None,
|
|
541
|
-
dir: Var[str] | str | None = None,
|
|
542
|
-
draggable: Var[bool] | bool | None = None,
|
|
543
|
-
enter_key_hint: Literal[
|
|
544
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
545
|
-
]
|
|
546
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
547
|
-
| None = None,
|
|
548
|
-
hidden: Var[bool] | bool | None = None,
|
|
549
|
-
input_mode: Literal[
|
|
550
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
551
|
-
]
|
|
552
|
-
| Var[
|
|
553
|
-
Literal[
|
|
554
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
555
|
-
]
|
|
556
|
-
]
|
|
557
|
-
| None = None,
|
|
558
|
-
item_prop: Var[str] | str | None = None,
|
|
559
|
-
lang: Var[str] | str | None = None,
|
|
560
|
-
role: Literal[
|
|
561
|
-
"alert",
|
|
562
|
-
"alertdialog",
|
|
563
|
-
"application",
|
|
564
|
-
"article",
|
|
565
|
-
"banner",
|
|
566
|
-
"button",
|
|
567
|
-
"cell",
|
|
568
|
-
"checkbox",
|
|
569
|
-
"columnheader",
|
|
570
|
-
"combobox",
|
|
571
|
-
"complementary",
|
|
572
|
-
"contentinfo",
|
|
573
|
-
"definition",
|
|
574
|
-
"dialog",
|
|
575
|
-
"directory",
|
|
576
|
-
"document",
|
|
577
|
-
"feed",
|
|
578
|
-
"figure",
|
|
579
|
-
"form",
|
|
580
|
-
"grid",
|
|
581
|
-
"gridcell",
|
|
582
|
-
"group",
|
|
583
|
-
"heading",
|
|
584
|
-
"img",
|
|
585
|
-
"link",
|
|
586
|
-
"list",
|
|
587
|
-
"listbox",
|
|
588
|
-
"listitem",
|
|
589
|
-
"log",
|
|
590
|
-
"main",
|
|
591
|
-
"marquee",
|
|
592
|
-
"math",
|
|
593
|
-
"menu",
|
|
594
|
-
"menubar",
|
|
595
|
-
"menuitem",
|
|
596
|
-
"menuitemcheckbox",
|
|
597
|
-
"menuitemradio",
|
|
598
|
-
"navigation",
|
|
599
|
-
"none",
|
|
600
|
-
"note",
|
|
601
|
-
"option",
|
|
602
|
-
"presentation",
|
|
603
|
-
"progressbar",
|
|
604
|
-
"radio",
|
|
605
|
-
"radiogroup",
|
|
606
|
-
"region",
|
|
607
|
-
"row",
|
|
608
|
-
"rowgroup",
|
|
609
|
-
"rowheader",
|
|
610
|
-
"scrollbar",
|
|
611
|
-
"search",
|
|
612
|
-
"searchbox",
|
|
613
|
-
"separator",
|
|
614
|
-
"slider",
|
|
615
|
-
"spinbutton",
|
|
616
|
-
"status",
|
|
617
|
-
"switch",
|
|
618
|
-
"tab",
|
|
619
|
-
"table",
|
|
620
|
-
"tablist",
|
|
621
|
-
"tabpanel",
|
|
622
|
-
"term",
|
|
623
|
-
"textbox",
|
|
624
|
-
"timer",
|
|
625
|
-
"toolbar",
|
|
626
|
-
"tooltip",
|
|
627
|
-
"tree",
|
|
628
|
-
"treegrid",
|
|
629
|
-
"treeitem",
|
|
630
|
-
]
|
|
631
|
-
| Var[
|
|
632
|
-
Literal[
|
|
633
|
-
"alert",
|
|
634
|
-
"alertdialog",
|
|
635
|
-
"application",
|
|
636
|
-
"article",
|
|
637
|
-
"banner",
|
|
638
|
-
"button",
|
|
639
|
-
"cell",
|
|
640
|
-
"checkbox",
|
|
641
|
-
"columnheader",
|
|
642
|
-
"combobox",
|
|
643
|
-
"complementary",
|
|
644
|
-
"contentinfo",
|
|
645
|
-
"definition",
|
|
646
|
-
"dialog",
|
|
647
|
-
"directory",
|
|
648
|
-
"document",
|
|
649
|
-
"feed",
|
|
650
|
-
"figure",
|
|
651
|
-
"form",
|
|
652
|
-
"grid",
|
|
653
|
-
"gridcell",
|
|
654
|
-
"group",
|
|
655
|
-
"heading",
|
|
656
|
-
"img",
|
|
657
|
-
"link",
|
|
658
|
-
"list",
|
|
659
|
-
"listbox",
|
|
660
|
-
"listitem",
|
|
661
|
-
"log",
|
|
662
|
-
"main",
|
|
663
|
-
"marquee",
|
|
664
|
-
"math",
|
|
665
|
-
"menu",
|
|
666
|
-
"menubar",
|
|
667
|
-
"menuitem",
|
|
668
|
-
"menuitemcheckbox",
|
|
669
|
-
"menuitemradio",
|
|
670
|
-
"navigation",
|
|
671
|
-
"none",
|
|
672
|
-
"note",
|
|
673
|
-
"option",
|
|
674
|
-
"presentation",
|
|
675
|
-
"progressbar",
|
|
676
|
-
"radio",
|
|
677
|
-
"radiogroup",
|
|
678
|
-
"region",
|
|
679
|
-
"row",
|
|
680
|
-
"rowgroup",
|
|
681
|
-
"rowheader",
|
|
682
|
-
"scrollbar",
|
|
683
|
-
"search",
|
|
684
|
-
"searchbox",
|
|
685
|
-
"separator",
|
|
686
|
-
"slider",
|
|
687
|
-
"spinbutton",
|
|
688
|
-
"status",
|
|
689
|
-
"switch",
|
|
690
|
-
"tab",
|
|
691
|
-
"table",
|
|
692
|
-
"tablist",
|
|
693
|
-
"tabpanel",
|
|
694
|
-
"term",
|
|
695
|
-
"textbox",
|
|
696
|
-
"timer",
|
|
697
|
-
"toolbar",
|
|
698
|
-
"tooltip",
|
|
699
|
-
"tree",
|
|
700
|
-
"treegrid",
|
|
701
|
-
"treeitem",
|
|
702
|
-
]
|
|
703
|
-
]
|
|
704
|
-
| None = None,
|
|
705
|
-
slot: Var[str] | str | None = None,
|
|
706
|
-
spell_check: Var[bool] | bool | None = None,
|
|
707
|
-
tab_index: Var[int] | int | None = None,
|
|
708
|
-
title: Var[str] | str | None = None,
|
|
709
125
|
style: Sequence[Mapping[str, Any]]
|
|
710
126
|
| Mapping[str, Any]
|
|
711
127
|
| Var[Mapping[str, Any]]
|
|
@@ -741,23 +157,6 @@ class TableRow(elements.Tr, RadixThemesComponent):
|
|
|
741
157
|
|
|
742
158
|
Args:
|
|
743
159
|
*children: Child components.
|
|
744
|
-
align: The alignment of the row
|
|
745
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
746
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
747
|
-
content_editable: Indicates whether the element's content is editable.
|
|
748
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
749
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
750
|
-
draggable: Defines whether the element can be dragged.
|
|
751
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
752
|
-
hidden: Defines whether the element is hidden.
|
|
753
|
-
input_mode: Defines the type of the element.
|
|
754
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
755
|
-
lang: Defines the language used in the element.
|
|
756
|
-
role: Defines the role of the element.
|
|
757
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
758
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
759
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
760
|
-
title: Defines a tooltip for the element.
|
|
761
160
|
style: The style of the component.
|
|
762
161
|
key: A unique key for the component.
|
|
763
162
|
id: The id for the component.
|
|
@@ -775,202 +174,6 @@ class TableColumnHeaderCell(elements.Th, RadixThemesComponent):
|
|
|
775
174
|
def create(
|
|
776
175
|
cls,
|
|
777
176
|
*children,
|
|
778
|
-
justify: Literal["center", "end", "start"]
|
|
779
|
-
| Var[Literal["center", "end", "start"]]
|
|
780
|
-
| None = None,
|
|
781
|
-
min_width: Breakpoints[str, str]
|
|
782
|
-
| Var[Breakpoints[str, str] | str]
|
|
783
|
-
| str
|
|
784
|
-
| None = None,
|
|
785
|
-
max_width: Breakpoints[str, str]
|
|
786
|
-
| Var[Breakpoints[str, str] | str]
|
|
787
|
-
| str
|
|
788
|
-
| None = None,
|
|
789
|
-
align: Literal["center", "char", "justify", "left", "right"]
|
|
790
|
-
| Var[Literal["center", "char", "justify", "left", "right"]]
|
|
791
|
-
| None = None,
|
|
792
|
-
col_span: Var[int] | int | None = None,
|
|
793
|
-
headers: Var[str] | str | None = None,
|
|
794
|
-
row_span: Var[int] | int | None = None,
|
|
795
|
-
scope: Var[str] | str | None = None,
|
|
796
|
-
access_key: Var[str] | str | None = None,
|
|
797
|
-
auto_capitalize: Literal[
|
|
798
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
799
|
-
]
|
|
800
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
801
|
-
| None = None,
|
|
802
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
803
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
804
|
-
| None = None,
|
|
805
|
-
context_menu: Var[str] | str | None = None,
|
|
806
|
-
dir: Var[str] | str | None = None,
|
|
807
|
-
draggable: Var[bool] | bool | None = None,
|
|
808
|
-
enter_key_hint: Literal[
|
|
809
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
810
|
-
]
|
|
811
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
812
|
-
| None = None,
|
|
813
|
-
hidden: Var[bool] | bool | None = None,
|
|
814
|
-
input_mode: Literal[
|
|
815
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
816
|
-
]
|
|
817
|
-
| Var[
|
|
818
|
-
Literal[
|
|
819
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
820
|
-
]
|
|
821
|
-
]
|
|
822
|
-
| None = None,
|
|
823
|
-
item_prop: Var[str] | str | None = None,
|
|
824
|
-
lang: Var[str] | str | None = None,
|
|
825
|
-
role: Literal[
|
|
826
|
-
"alert",
|
|
827
|
-
"alertdialog",
|
|
828
|
-
"application",
|
|
829
|
-
"article",
|
|
830
|
-
"banner",
|
|
831
|
-
"button",
|
|
832
|
-
"cell",
|
|
833
|
-
"checkbox",
|
|
834
|
-
"columnheader",
|
|
835
|
-
"combobox",
|
|
836
|
-
"complementary",
|
|
837
|
-
"contentinfo",
|
|
838
|
-
"definition",
|
|
839
|
-
"dialog",
|
|
840
|
-
"directory",
|
|
841
|
-
"document",
|
|
842
|
-
"feed",
|
|
843
|
-
"figure",
|
|
844
|
-
"form",
|
|
845
|
-
"grid",
|
|
846
|
-
"gridcell",
|
|
847
|
-
"group",
|
|
848
|
-
"heading",
|
|
849
|
-
"img",
|
|
850
|
-
"link",
|
|
851
|
-
"list",
|
|
852
|
-
"listbox",
|
|
853
|
-
"listitem",
|
|
854
|
-
"log",
|
|
855
|
-
"main",
|
|
856
|
-
"marquee",
|
|
857
|
-
"math",
|
|
858
|
-
"menu",
|
|
859
|
-
"menubar",
|
|
860
|
-
"menuitem",
|
|
861
|
-
"menuitemcheckbox",
|
|
862
|
-
"menuitemradio",
|
|
863
|
-
"navigation",
|
|
864
|
-
"none",
|
|
865
|
-
"note",
|
|
866
|
-
"option",
|
|
867
|
-
"presentation",
|
|
868
|
-
"progressbar",
|
|
869
|
-
"radio",
|
|
870
|
-
"radiogroup",
|
|
871
|
-
"region",
|
|
872
|
-
"row",
|
|
873
|
-
"rowgroup",
|
|
874
|
-
"rowheader",
|
|
875
|
-
"scrollbar",
|
|
876
|
-
"search",
|
|
877
|
-
"searchbox",
|
|
878
|
-
"separator",
|
|
879
|
-
"slider",
|
|
880
|
-
"spinbutton",
|
|
881
|
-
"status",
|
|
882
|
-
"switch",
|
|
883
|
-
"tab",
|
|
884
|
-
"table",
|
|
885
|
-
"tablist",
|
|
886
|
-
"tabpanel",
|
|
887
|
-
"term",
|
|
888
|
-
"textbox",
|
|
889
|
-
"timer",
|
|
890
|
-
"toolbar",
|
|
891
|
-
"tooltip",
|
|
892
|
-
"tree",
|
|
893
|
-
"treegrid",
|
|
894
|
-
"treeitem",
|
|
895
|
-
]
|
|
896
|
-
| Var[
|
|
897
|
-
Literal[
|
|
898
|
-
"alert",
|
|
899
|
-
"alertdialog",
|
|
900
|
-
"application",
|
|
901
|
-
"article",
|
|
902
|
-
"banner",
|
|
903
|
-
"button",
|
|
904
|
-
"cell",
|
|
905
|
-
"checkbox",
|
|
906
|
-
"columnheader",
|
|
907
|
-
"combobox",
|
|
908
|
-
"complementary",
|
|
909
|
-
"contentinfo",
|
|
910
|
-
"definition",
|
|
911
|
-
"dialog",
|
|
912
|
-
"directory",
|
|
913
|
-
"document",
|
|
914
|
-
"feed",
|
|
915
|
-
"figure",
|
|
916
|
-
"form",
|
|
917
|
-
"grid",
|
|
918
|
-
"gridcell",
|
|
919
|
-
"group",
|
|
920
|
-
"heading",
|
|
921
|
-
"img",
|
|
922
|
-
"link",
|
|
923
|
-
"list",
|
|
924
|
-
"listbox",
|
|
925
|
-
"listitem",
|
|
926
|
-
"log",
|
|
927
|
-
"main",
|
|
928
|
-
"marquee",
|
|
929
|
-
"math",
|
|
930
|
-
"menu",
|
|
931
|
-
"menubar",
|
|
932
|
-
"menuitem",
|
|
933
|
-
"menuitemcheckbox",
|
|
934
|
-
"menuitemradio",
|
|
935
|
-
"navigation",
|
|
936
|
-
"none",
|
|
937
|
-
"note",
|
|
938
|
-
"option",
|
|
939
|
-
"presentation",
|
|
940
|
-
"progressbar",
|
|
941
|
-
"radio",
|
|
942
|
-
"radiogroup",
|
|
943
|
-
"region",
|
|
944
|
-
"row",
|
|
945
|
-
"rowgroup",
|
|
946
|
-
"rowheader",
|
|
947
|
-
"scrollbar",
|
|
948
|
-
"search",
|
|
949
|
-
"searchbox",
|
|
950
|
-
"separator",
|
|
951
|
-
"slider",
|
|
952
|
-
"spinbutton",
|
|
953
|
-
"status",
|
|
954
|
-
"switch",
|
|
955
|
-
"tab",
|
|
956
|
-
"table",
|
|
957
|
-
"tablist",
|
|
958
|
-
"tabpanel",
|
|
959
|
-
"term",
|
|
960
|
-
"textbox",
|
|
961
|
-
"timer",
|
|
962
|
-
"toolbar",
|
|
963
|
-
"tooltip",
|
|
964
|
-
"tree",
|
|
965
|
-
"treegrid",
|
|
966
|
-
"treeitem",
|
|
967
|
-
]
|
|
968
|
-
]
|
|
969
|
-
| None = None,
|
|
970
|
-
slot: Var[str] | str | None = None,
|
|
971
|
-
spell_check: Var[bool] | bool | None = None,
|
|
972
|
-
tab_index: Var[int] | int | None = None,
|
|
973
|
-
title: Var[str] | str | None = None,
|
|
974
177
|
style: Sequence[Mapping[str, Any]]
|
|
975
178
|
| Mapping[str, Any]
|
|
976
179
|
| Var[Mapping[str, Any]]
|
|
@@ -1006,30 +209,6 @@ class TableColumnHeaderCell(elements.Th, RadixThemesComponent):
|
|
|
1006
209
|
|
|
1007
210
|
Args:
|
|
1008
211
|
*children: Child components.
|
|
1009
|
-
justify: The justification of the column
|
|
1010
|
-
min_width: The minimum width of the cell
|
|
1011
|
-
max_width: The maximum width of the cell
|
|
1012
|
-
align: Alignment of the content within the table header cell
|
|
1013
|
-
col_span: Number of columns a header cell should span
|
|
1014
|
-
headers: IDs of the headers associated with this header cell
|
|
1015
|
-
row_span: Number of rows a header cell should span
|
|
1016
|
-
scope: Scope of the header cell (row, col, rowgroup, colgroup)
|
|
1017
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1018
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1019
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1020
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1021
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1022
|
-
draggable: Defines whether the element can be dragged.
|
|
1023
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1024
|
-
hidden: Defines whether the element is hidden.
|
|
1025
|
-
input_mode: Defines the type of the element.
|
|
1026
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1027
|
-
lang: Defines the language used in the element.
|
|
1028
|
-
role: Defines the role of the element.
|
|
1029
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1030
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1031
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1032
|
-
title: Defines a tooltip for the element.
|
|
1033
212
|
style: The style of the component.
|
|
1034
213
|
key: A unique key for the component.
|
|
1035
214
|
id: The id for the component.
|
|
@@ -1047,184 +226,6 @@ class TableBody(elements.Tbody, RadixThemesComponent):
|
|
|
1047
226
|
def create(
|
|
1048
227
|
cls,
|
|
1049
228
|
*children,
|
|
1050
|
-
access_key: Var[str] | str | None = None,
|
|
1051
|
-
auto_capitalize: Literal[
|
|
1052
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1053
|
-
]
|
|
1054
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1055
|
-
| None = None,
|
|
1056
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1057
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1058
|
-
| None = None,
|
|
1059
|
-
context_menu: Var[str] | str | None = None,
|
|
1060
|
-
dir: Var[str] | str | None = None,
|
|
1061
|
-
draggable: Var[bool] | bool | None = None,
|
|
1062
|
-
enter_key_hint: Literal[
|
|
1063
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1064
|
-
]
|
|
1065
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1066
|
-
| None = None,
|
|
1067
|
-
hidden: Var[bool] | bool | None = None,
|
|
1068
|
-
input_mode: Literal[
|
|
1069
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1070
|
-
]
|
|
1071
|
-
| Var[
|
|
1072
|
-
Literal[
|
|
1073
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1074
|
-
]
|
|
1075
|
-
]
|
|
1076
|
-
| None = None,
|
|
1077
|
-
item_prop: Var[str] | str | None = None,
|
|
1078
|
-
lang: Var[str] | str | None = None,
|
|
1079
|
-
role: Literal[
|
|
1080
|
-
"alert",
|
|
1081
|
-
"alertdialog",
|
|
1082
|
-
"application",
|
|
1083
|
-
"article",
|
|
1084
|
-
"banner",
|
|
1085
|
-
"button",
|
|
1086
|
-
"cell",
|
|
1087
|
-
"checkbox",
|
|
1088
|
-
"columnheader",
|
|
1089
|
-
"combobox",
|
|
1090
|
-
"complementary",
|
|
1091
|
-
"contentinfo",
|
|
1092
|
-
"definition",
|
|
1093
|
-
"dialog",
|
|
1094
|
-
"directory",
|
|
1095
|
-
"document",
|
|
1096
|
-
"feed",
|
|
1097
|
-
"figure",
|
|
1098
|
-
"form",
|
|
1099
|
-
"grid",
|
|
1100
|
-
"gridcell",
|
|
1101
|
-
"group",
|
|
1102
|
-
"heading",
|
|
1103
|
-
"img",
|
|
1104
|
-
"link",
|
|
1105
|
-
"list",
|
|
1106
|
-
"listbox",
|
|
1107
|
-
"listitem",
|
|
1108
|
-
"log",
|
|
1109
|
-
"main",
|
|
1110
|
-
"marquee",
|
|
1111
|
-
"math",
|
|
1112
|
-
"menu",
|
|
1113
|
-
"menubar",
|
|
1114
|
-
"menuitem",
|
|
1115
|
-
"menuitemcheckbox",
|
|
1116
|
-
"menuitemradio",
|
|
1117
|
-
"navigation",
|
|
1118
|
-
"none",
|
|
1119
|
-
"note",
|
|
1120
|
-
"option",
|
|
1121
|
-
"presentation",
|
|
1122
|
-
"progressbar",
|
|
1123
|
-
"radio",
|
|
1124
|
-
"radiogroup",
|
|
1125
|
-
"region",
|
|
1126
|
-
"row",
|
|
1127
|
-
"rowgroup",
|
|
1128
|
-
"rowheader",
|
|
1129
|
-
"scrollbar",
|
|
1130
|
-
"search",
|
|
1131
|
-
"searchbox",
|
|
1132
|
-
"separator",
|
|
1133
|
-
"slider",
|
|
1134
|
-
"spinbutton",
|
|
1135
|
-
"status",
|
|
1136
|
-
"switch",
|
|
1137
|
-
"tab",
|
|
1138
|
-
"table",
|
|
1139
|
-
"tablist",
|
|
1140
|
-
"tabpanel",
|
|
1141
|
-
"term",
|
|
1142
|
-
"textbox",
|
|
1143
|
-
"timer",
|
|
1144
|
-
"toolbar",
|
|
1145
|
-
"tooltip",
|
|
1146
|
-
"tree",
|
|
1147
|
-
"treegrid",
|
|
1148
|
-
"treeitem",
|
|
1149
|
-
]
|
|
1150
|
-
| Var[
|
|
1151
|
-
Literal[
|
|
1152
|
-
"alert",
|
|
1153
|
-
"alertdialog",
|
|
1154
|
-
"application",
|
|
1155
|
-
"article",
|
|
1156
|
-
"banner",
|
|
1157
|
-
"button",
|
|
1158
|
-
"cell",
|
|
1159
|
-
"checkbox",
|
|
1160
|
-
"columnheader",
|
|
1161
|
-
"combobox",
|
|
1162
|
-
"complementary",
|
|
1163
|
-
"contentinfo",
|
|
1164
|
-
"definition",
|
|
1165
|
-
"dialog",
|
|
1166
|
-
"directory",
|
|
1167
|
-
"document",
|
|
1168
|
-
"feed",
|
|
1169
|
-
"figure",
|
|
1170
|
-
"form",
|
|
1171
|
-
"grid",
|
|
1172
|
-
"gridcell",
|
|
1173
|
-
"group",
|
|
1174
|
-
"heading",
|
|
1175
|
-
"img",
|
|
1176
|
-
"link",
|
|
1177
|
-
"list",
|
|
1178
|
-
"listbox",
|
|
1179
|
-
"listitem",
|
|
1180
|
-
"log",
|
|
1181
|
-
"main",
|
|
1182
|
-
"marquee",
|
|
1183
|
-
"math",
|
|
1184
|
-
"menu",
|
|
1185
|
-
"menubar",
|
|
1186
|
-
"menuitem",
|
|
1187
|
-
"menuitemcheckbox",
|
|
1188
|
-
"menuitemradio",
|
|
1189
|
-
"navigation",
|
|
1190
|
-
"none",
|
|
1191
|
-
"note",
|
|
1192
|
-
"option",
|
|
1193
|
-
"presentation",
|
|
1194
|
-
"progressbar",
|
|
1195
|
-
"radio",
|
|
1196
|
-
"radiogroup",
|
|
1197
|
-
"region",
|
|
1198
|
-
"row",
|
|
1199
|
-
"rowgroup",
|
|
1200
|
-
"rowheader",
|
|
1201
|
-
"scrollbar",
|
|
1202
|
-
"search",
|
|
1203
|
-
"searchbox",
|
|
1204
|
-
"separator",
|
|
1205
|
-
"slider",
|
|
1206
|
-
"spinbutton",
|
|
1207
|
-
"status",
|
|
1208
|
-
"switch",
|
|
1209
|
-
"tab",
|
|
1210
|
-
"table",
|
|
1211
|
-
"tablist",
|
|
1212
|
-
"tabpanel",
|
|
1213
|
-
"term",
|
|
1214
|
-
"textbox",
|
|
1215
|
-
"timer",
|
|
1216
|
-
"toolbar",
|
|
1217
|
-
"tooltip",
|
|
1218
|
-
"tree",
|
|
1219
|
-
"treegrid",
|
|
1220
|
-
"treeitem",
|
|
1221
|
-
]
|
|
1222
|
-
]
|
|
1223
|
-
| None = None,
|
|
1224
|
-
slot: Var[str] | str | None = None,
|
|
1225
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1226
|
-
tab_index: Var[int] | int | None = None,
|
|
1227
|
-
title: Var[str] | str | None = None,
|
|
1228
229
|
style: Sequence[Mapping[str, Any]]
|
|
1229
230
|
| Mapping[str, Any]
|
|
1230
231
|
| Var[Mapping[str, Any]]
|
|
@@ -1260,22 +261,6 @@ class TableBody(elements.Tbody, RadixThemesComponent):
|
|
|
1260
261
|
|
|
1261
262
|
Args:
|
|
1262
263
|
*children: Child components.
|
|
1263
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1264
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1265
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1266
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1267
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1268
|
-
draggable: Defines whether the element can be dragged.
|
|
1269
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1270
|
-
hidden: Defines whether the element is hidden.
|
|
1271
|
-
input_mode: Defines the type of the element.
|
|
1272
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1273
|
-
lang: Defines the language used in the element.
|
|
1274
|
-
role: Defines the role of the element.
|
|
1275
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1276
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1277
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1278
|
-
title: Defines a tooltip for the element.
|
|
1279
264
|
style: The style of the component.
|
|
1280
265
|
key: A unique key for the component.
|
|
1281
266
|
id: The id for the component.
|
|
@@ -1293,201 +278,6 @@ class TableCell(elements.Td, CommonPaddingProps, RadixThemesComponent):
|
|
|
1293
278
|
def create(
|
|
1294
279
|
cls,
|
|
1295
280
|
*children,
|
|
1296
|
-
justify: Literal["center", "end", "start"]
|
|
1297
|
-
| Var[Literal["center", "end", "start"]]
|
|
1298
|
-
| None = None,
|
|
1299
|
-
min_width: Breakpoints[str, str]
|
|
1300
|
-
| Var[Breakpoints[str, str] | str]
|
|
1301
|
-
| str
|
|
1302
|
-
| None = None,
|
|
1303
|
-
max_width: Breakpoints[str, str]
|
|
1304
|
-
| Var[Breakpoints[str, str] | str]
|
|
1305
|
-
| str
|
|
1306
|
-
| None = None,
|
|
1307
|
-
align: Literal["center", "char", "justify", "left", "right"]
|
|
1308
|
-
| Var[Literal["center", "char", "justify", "left", "right"]]
|
|
1309
|
-
| None = None,
|
|
1310
|
-
col_span: Var[int] | int | None = None,
|
|
1311
|
-
headers: Var[str] | str | None = None,
|
|
1312
|
-
row_span: Var[int] | int | None = None,
|
|
1313
|
-
access_key: Var[str] | str | None = None,
|
|
1314
|
-
auto_capitalize: Literal[
|
|
1315
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1316
|
-
]
|
|
1317
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1318
|
-
| None = None,
|
|
1319
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1320
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1321
|
-
| None = None,
|
|
1322
|
-
context_menu: Var[str] | str | None = None,
|
|
1323
|
-
dir: Var[str] | str | None = None,
|
|
1324
|
-
draggable: Var[bool] | bool | None = None,
|
|
1325
|
-
enter_key_hint: Literal[
|
|
1326
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1327
|
-
]
|
|
1328
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1329
|
-
| None = None,
|
|
1330
|
-
hidden: Var[bool] | bool | None = None,
|
|
1331
|
-
input_mode: Literal[
|
|
1332
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1333
|
-
]
|
|
1334
|
-
| Var[
|
|
1335
|
-
Literal[
|
|
1336
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1337
|
-
]
|
|
1338
|
-
]
|
|
1339
|
-
| None = None,
|
|
1340
|
-
item_prop: Var[str] | str | None = None,
|
|
1341
|
-
lang: Var[str] | str | None = None,
|
|
1342
|
-
role: Literal[
|
|
1343
|
-
"alert",
|
|
1344
|
-
"alertdialog",
|
|
1345
|
-
"application",
|
|
1346
|
-
"article",
|
|
1347
|
-
"banner",
|
|
1348
|
-
"button",
|
|
1349
|
-
"cell",
|
|
1350
|
-
"checkbox",
|
|
1351
|
-
"columnheader",
|
|
1352
|
-
"combobox",
|
|
1353
|
-
"complementary",
|
|
1354
|
-
"contentinfo",
|
|
1355
|
-
"definition",
|
|
1356
|
-
"dialog",
|
|
1357
|
-
"directory",
|
|
1358
|
-
"document",
|
|
1359
|
-
"feed",
|
|
1360
|
-
"figure",
|
|
1361
|
-
"form",
|
|
1362
|
-
"grid",
|
|
1363
|
-
"gridcell",
|
|
1364
|
-
"group",
|
|
1365
|
-
"heading",
|
|
1366
|
-
"img",
|
|
1367
|
-
"link",
|
|
1368
|
-
"list",
|
|
1369
|
-
"listbox",
|
|
1370
|
-
"listitem",
|
|
1371
|
-
"log",
|
|
1372
|
-
"main",
|
|
1373
|
-
"marquee",
|
|
1374
|
-
"math",
|
|
1375
|
-
"menu",
|
|
1376
|
-
"menubar",
|
|
1377
|
-
"menuitem",
|
|
1378
|
-
"menuitemcheckbox",
|
|
1379
|
-
"menuitemradio",
|
|
1380
|
-
"navigation",
|
|
1381
|
-
"none",
|
|
1382
|
-
"note",
|
|
1383
|
-
"option",
|
|
1384
|
-
"presentation",
|
|
1385
|
-
"progressbar",
|
|
1386
|
-
"radio",
|
|
1387
|
-
"radiogroup",
|
|
1388
|
-
"region",
|
|
1389
|
-
"row",
|
|
1390
|
-
"rowgroup",
|
|
1391
|
-
"rowheader",
|
|
1392
|
-
"scrollbar",
|
|
1393
|
-
"search",
|
|
1394
|
-
"searchbox",
|
|
1395
|
-
"separator",
|
|
1396
|
-
"slider",
|
|
1397
|
-
"spinbutton",
|
|
1398
|
-
"status",
|
|
1399
|
-
"switch",
|
|
1400
|
-
"tab",
|
|
1401
|
-
"table",
|
|
1402
|
-
"tablist",
|
|
1403
|
-
"tabpanel",
|
|
1404
|
-
"term",
|
|
1405
|
-
"textbox",
|
|
1406
|
-
"timer",
|
|
1407
|
-
"toolbar",
|
|
1408
|
-
"tooltip",
|
|
1409
|
-
"tree",
|
|
1410
|
-
"treegrid",
|
|
1411
|
-
"treeitem",
|
|
1412
|
-
]
|
|
1413
|
-
| Var[
|
|
1414
|
-
Literal[
|
|
1415
|
-
"alert",
|
|
1416
|
-
"alertdialog",
|
|
1417
|
-
"application",
|
|
1418
|
-
"article",
|
|
1419
|
-
"banner",
|
|
1420
|
-
"button",
|
|
1421
|
-
"cell",
|
|
1422
|
-
"checkbox",
|
|
1423
|
-
"columnheader",
|
|
1424
|
-
"combobox",
|
|
1425
|
-
"complementary",
|
|
1426
|
-
"contentinfo",
|
|
1427
|
-
"definition",
|
|
1428
|
-
"dialog",
|
|
1429
|
-
"directory",
|
|
1430
|
-
"document",
|
|
1431
|
-
"feed",
|
|
1432
|
-
"figure",
|
|
1433
|
-
"form",
|
|
1434
|
-
"grid",
|
|
1435
|
-
"gridcell",
|
|
1436
|
-
"group",
|
|
1437
|
-
"heading",
|
|
1438
|
-
"img",
|
|
1439
|
-
"link",
|
|
1440
|
-
"list",
|
|
1441
|
-
"listbox",
|
|
1442
|
-
"listitem",
|
|
1443
|
-
"log",
|
|
1444
|
-
"main",
|
|
1445
|
-
"marquee",
|
|
1446
|
-
"math",
|
|
1447
|
-
"menu",
|
|
1448
|
-
"menubar",
|
|
1449
|
-
"menuitem",
|
|
1450
|
-
"menuitemcheckbox",
|
|
1451
|
-
"menuitemradio",
|
|
1452
|
-
"navigation",
|
|
1453
|
-
"none",
|
|
1454
|
-
"note",
|
|
1455
|
-
"option",
|
|
1456
|
-
"presentation",
|
|
1457
|
-
"progressbar",
|
|
1458
|
-
"radio",
|
|
1459
|
-
"radiogroup",
|
|
1460
|
-
"region",
|
|
1461
|
-
"row",
|
|
1462
|
-
"rowgroup",
|
|
1463
|
-
"rowheader",
|
|
1464
|
-
"scrollbar",
|
|
1465
|
-
"search",
|
|
1466
|
-
"searchbox",
|
|
1467
|
-
"separator",
|
|
1468
|
-
"slider",
|
|
1469
|
-
"spinbutton",
|
|
1470
|
-
"status",
|
|
1471
|
-
"switch",
|
|
1472
|
-
"tab",
|
|
1473
|
-
"table",
|
|
1474
|
-
"tablist",
|
|
1475
|
-
"tabpanel",
|
|
1476
|
-
"term",
|
|
1477
|
-
"textbox",
|
|
1478
|
-
"timer",
|
|
1479
|
-
"toolbar",
|
|
1480
|
-
"tooltip",
|
|
1481
|
-
"tree",
|
|
1482
|
-
"treegrid",
|
|
1483
|
-
"treeitem",
|
|
1484
|
-
]
|
|
1485
|
-
]
|
|
1486
|
-
| None = None,
|
|
1487
|
-
slot: Var[str] | str | None = None,
|
|
1488
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1489
|
-
tab_index: Var[int] | int | None = None,
|
|
1490
|
-
title: Var[str] | str | None = None,
|
|
1491
281
|
p: Breakpoints[str, Literal["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]]
|
|
1492
282
|
| Literal["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
|
1493
283
|
| Var[
|
|
@@ -1572,29 +362,6 @@ class TableCell(elements.Td, CommonPaddingProps, RadixThemesComponent):
|
|
|
1572
362
|
|
|
1573
363
|
Args:
|
|
1574
364
|
*children: Child components.
|
|
1575
|
-
justify: The justification of the column
|
|
1576
|
-
min_width: The minimum width of the cell
|
|
1577
|
-
max_width: The maximum width of the cell
|
|
1578
|
-
align: Alignment of the content within the table cell
|
|
1579
|
-
col_span: Number of columns a cell should span
|
|
1580
|
-
headers: IDs of the headers associated with this cell
|
|
1581
|
-
row_span: Number of rows a cell should span
|
|
1582
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1583
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1584
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1585
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1586
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1587
|
-
draggable: Defines whether the element can be dragged.
|
|
1588
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1589
|
-
hidden: Defines whether the element is hidden.
|
|
1590
|
-
input_mode: Defines the type of the element.
|
|
1591
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1592
|
-
lang: Defines the language used in the element.
|
|
1593
|
-
role: Defines the role of the element.
|
|
1594
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1595
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1596
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1597
|
-
title: Defines a tooltip for the element.
|
|
1598
365
|
p: Padding: "0" - "9"
|
|
1599
366
|
px: Padding horizontal: "0" - "9"
|
|
1600
367
|
py: Padding vertical: "0" - "9"
|
|
@@ -1619,202 +386,6 @@ class TableRowHeaderCell(elements.Th, CommonPaddingProps, RadixThemesComponent):
|
|
|
1619
386
|
def create(
|
|
1620
387
|
cls,
|
|
1621
388
|
*children,
|
|
1622
|
-
justify: Literal["center", "end", "start"]
|
|
1623
|
-
| Var[Literal["center", "end", "start"]]
|
|
1624
|
-
| None = None,
|
|
1625
|
-
min_width: Breakpoints[str, str]
|
|
1626
|
-
| Var[Breakpoints[str, str] | str]
|
|
1627
|
-
| str
|
|
1628
|
-
| None = None,
|
|
1629
|
-
max_width: Breakpoints[str, str]
|
|
1630
|
-
| Var[Breakpoints[str, str] | str]
|
|
1631
|
-
| str
|
|
1632
|
-
| None = None,
|
|
1633
|
-
align: Literal["center", "char", "justify", "left", "right"]
|
|
1634
|
-
| Var[Literal["center", "char", "justify", "left", "right"]]
|
|
1635
|
-
| None = None,
|
|
1636
|
-
col_span: Var[int] | int | None = None,
|
|
1637
|
-
headers: Var[str] | str | None = None,
|
|
1638
|
-
row_span: Var[int] | int | None = None,
|
|
1639
|
-
scope: Var[str] | str | None = None,
|
|
1640
|
-
access_key: Var[str] | str | None = None,
|
|
1641
|
-
auto_capitalize: Literal[
|
|
1642
|
-
"characters", "none", "off", "on", "sentences", "words"
|
|
1643
|
-
]
|
|
1644
|
-
| Var[Literal["characters", "none", "off", "on", "sentences", "words"]]
|
|
1645
|
-
| None = None,
|
|
1646
|
-
content_editable: Literal["inherit", "plaintext-only", False, True]
|
|
1647
|
-
| Var[Literal["inherit", "plaintext-only", False, True]]
|
|
1648
|
-
| None = None,
|
|
1649
|
-
context_menu: Var[str] | str | None = None,
|
|
1650
|
-
dir: Var[str] | str | None = None,
|
|
1651
|
-
draggable: Var[bool] | bool | None = None,
|
|
1652
|
-
enter_key_hint: Literal[
|
|
1653
|
-
"done", "enter", "go", "next", "previous", "search", "send"
|
|
1654
|
-
]
|
|
1655
|
-
| Var[Literal["done", "enter", "go", "next", "previous", "search", "send"]]
|
|
1656
|
-
| None = None,
|
|
1657
|
-
hidden: Var[bool] | bool | None = None,
|
|
1658
|
-
input_mode: Literal[
|
|
1659
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1660
|
-
]
|
|
1661
|
-
| Var[
|
|
1662
|
-
Literal[
|
|
1663
|
-
"decimal", "email", "none", "numeric", "search", "tel", "text", "url"
|
|
1664
|
-
]
|
|
1665
|
-
]
|
|
1666
|
-
| None = None,
|
|
1667
|
-
item_prop: Var[str] | str | None = None,
|
|
1668
|
-
lang: Var[str] | str | None = None,
|
|
1669
|
-
role: Literal[
|
|
1670
|
-
"alert",
|
|
1671
|
-
"alertdialog",
|
|
1672
|
-
"application",
|
|
1673
|
-
"article",
|
|
1674
|
-
"banner",
|
|
1675
|
-
"button",
|
|
1676
|
-
"cell",
|
|
1677
|
-
"checkbox",
|
|
1678
|
-
"columnheader",
|
|
1679
|
-
"combobox",
|
|
1680
|
-
"complementary",
|
|
1681
|
-
"contentinfo",
|
|
1682
|
-
"definition",
|
|
1683
|
-
"dialog",
|
|
1684
|
-
"directory",
|
|
1685
|
-
"document",
|
|
1686
|
-
"feed",
|
|
1687
|
-
"figure",
|
|
1688
|
-
"form",
|
|
1689
|
-
"grid",
|
|
1690
|
-
"gridcell",
|
|
1691
|
-
"group",
|
|
1692
|
-
"heading",
|
|
1693
|
-
"img",
|
|
1694
|
-
"link",
|
|
1695
|
-
"list",
|
|
1696
|
-
"listbox",
|
|
1697
|
-
"listitem",
|
|
1698
|
-
"log",
|
|
1699
|
-
"main",
|
|
1700
|
-
"marquee",
|
|
1701
|
-
"math",
|
|
1702
|
-
"menu",
|
|
1703
|
-
"menubar",
|
|
1704
|
-
"menuitem",
|
|
1705
|
-
"menuitemcheckbox",
|
|
1706
|
-
"menuitemradio",
|
|
1707
|
-
"navigation",
|
|
1708
|
-
"none",
|
|
1709
|
-
"note",
|
|
1710
|
-
"option",
|
|
1711
|
-
"presentation",
|
|
1712
|
-
"progressbar",
|
|
1713
|
-
"radio",
|
|
1714
|
-
"radiogroup",
|
|
1715
|
-
"region",
|
|
1716
|
-
"row",
|
|
1717
|
-
"rowgroup",
|
|
1718
|
-
"rowheader",
|
|
1719
|
-
"scrollbar",
|
|
1720
|
-
"search",
|
|
1721
|
-
"searchbox",
|
|
1722
|
-
"separator",
|
|
1723
|
-
"slider",
|
|
1724
|
-
"spinbutton",
|
|
1725
|
-
"status",
|
|
1726
|
-
"switch",
|
|
1727
|
-
"tab",
|
|
1728
|
-
"table",
|
|
1729
|
-
"tablist",
|
|
1730
|
-
"tabpanel",
|
|
1731
|
-
"term",
|
|
1732
|
-
"textbox",
|
|
1733
|
-
"timer",
|
|
1734
|
-
"toolbar",
|
|
1735
|
-
"tooltip",
|
|
1736
|
-
"tree",
|
|
1737
|
-
"treegrid",
|
|
1738
|
-
"treeitem",
|
|
1739
|
-
]
|
|
1740
|
-
| Var[
|
|
1741
|
-
Literal[
|
|
1742
|
-
"alert",
|
|
1743
|
-
"alertdialog",
|
|
1744
|
-
"application",
|
|
1745
|
-
"article",
|
|
1746
|
-
"banner",
|
|
1747
|
-
"button",
|
|
1748
|
-
"cell",
|
|
1749
|
-
"checkbox",
|
|
1750
|
-
"columnheader",
|
|
1751
|
-
"combobox",
|
|
1752
|
-
"complementary",
|
|
1753
|
-
"contentinfo",
|
|
1754
|
-
"definition",
|
|
1755
|
-
"dialog",
|
|
1756
|
-
"directory",
|
|
1757
|
-
"document",
|
|
1758
|
-
"feed",
|
|
1759
|
-
"figure",
|
|
1760
|
-
"form",
|
|
1761
|
-
"grid",
|
|
1762
|
-
"gridcell",
|
|
1763
|
-
"group",
|
|
1764
|
-
"heading",
|
|
1765
|
-
"img",
|
|
1766
|
-
"link",
|
|
1767
|
-
"list",
|
|
1768
|
-
"listbox",
|
|
1769
|
-
"listitem",
|
|
1770
|
-
"log",
|
|
1771
|
-
"main",
|
|
1772
|
-
"marquee",
|
|
1773
|
-
"math",
|
|
1774
|
-
"menu",
|
|
1775
|
-
"menubar",
|
|
1776
|
-
"menuitem",
|
|
1777
|
-
"menuitemcheckbox",
|
|
1778
|
-
"menuitemradio",
|
|
1779
|
-
"navigation",
|
|
1780
|
-
"none",
|
|
1781
|
-
"note",
|
|
1782
|
-
"option",
|
|
1783
|
-
"presentation",
|
|
1784
|
-
"progressbar",
|
|
1785
|
-
"radio",
|
|
1786
|
-
"radiogroup",
|
|
1787
|
-
"region",
|
|
1788
|
-
"row",
|
|
1789
|
-
"rowgroup",
|
|
1790
|
-
"rowheader",
|
|
1791
|
-
"scrollbar",
|
|
1792
|
-
"search",
|
|
1793
|
-
"searchbox",
|
|
1794
|
-
"separator",
|
|
1795
|
-
"slider",
|
|
1796
|
-
"spinbutton",
|
|
1797
|
-
"status",
|
|
1798
|
-
"switch",
|
|
1799
|
-
"tab",
|
|
1800
|
-
"table",
|
|
1801
|
-
"tablist",
|
|
1802
|
-
"tabpanel",
|
|
1803
|
-
"term",
|
|
1804
|
-
"textbox",
|
|
1805
|
-
"timer",
|
|
1806
|
-
"toolbar",
|
|
1807
|
-
"tooltip",
|
|
1808
|
-
"tree",
|
|
1809
|
-
"treegrid",
|
|
1810
|
-
"treeitem",
|
|
1811
|
-
]
|
|
1812
|
-
]
|
|
1813
|
-
| None = None,
|
|
1814
|
-
slot: Var[str] | str | None = None,
|
|
1815
|
-
spell_check: Var[bool] | bool | None = None,
|
|
1816
|
-
tab_index: Var[int] | int | None = None,
|
|
1817
|
-
title: Var[str] | str | None = None,
|
|
1818
389
|
p: Breakpoints[str, Literal["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]]
|
|
1819
390
|
| Literal["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
|
1820
391
|
| Var[
|
|
@@ -1899,30 +470,6 @@ class TableRowHeaderCell(elements.Th, CommonPaddingProps, RadixThemesComponent):
|
|
|
1899
470
|
|
|
1900
471
|
Args:
|
|
1901
472
|
*children: Child components.
|
|
1902
|
-
justify: The justification of the column
|
|
1903
|
-
min_width: The minimum width of the cell
|
|
1904
|
-
max_width: The maximum width of the cell
|
|
1905
|
-
align: Alignment of the content within the table header cell
|
|
1906
|
-
col_span: Number of columns a header cell should span
|
|
1907
|
-
headers: IDs of the headers associated with this header cell
|
|
1908
|
-
row_span: Number of rows a header cell should span
|
|
1909
|
-
scope: Scope of the header cell (row, col, rowgroup, colgroup)
|
|
1910
|
-
access_key: Provides a hint for generating a keyboard shortcut for the current element.
|
|
1911
|
-
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
|
|
1912
|
-
content_editable: Indicates whether the element's content is editable.
|
|
1913
|
-
context_menu: Defines the ID of a <menu> element which will serve as the element's context menu.
|
|
1914
|
-
dir: Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)
|
|
1915
|
-
draggable: Defines whether the element can be dragged.
|
|
1916
|
-
enter_key_hint: Hints what media types the media element is able to play.
|
|
1917
|
-
hidden: Defines whether the element is hidden.
|
|
1918
|
-
input_mode: Defines the type of the element.
|
|
1919
|
-
item_prop: Defines the name of the element for metadata purposes.
|
|
1920
|
-
lang: Defines the language used in the element.
|
|
1921
|
-
role: Defines the role of the element.
|
|
1922
|
-
slot: Assigns a slot in a shadow DOM shadow tree to an element.
|
|
1923
|
-
spell_check: Defines whether the element may be checked for spelling errors.
|
|
1924
|
-
tab_index: Defines the position of the current element in the tabbing order.
|
|
1925
|
-
title: Defines a tooltip for the element.
|
|
1926
473
|
p: Padding: "0" - "9"
|
|
1927
474
|
px: Padding horizontal: "0" - "9"
|
|
1928
475
|
py: Padding vertical: "0" - "9"
|