pyfemtet 0.4.9__py3-none-any.whl → 0.4.11__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 pyfemtet might be problematic. Click here for more details.

Files changed (73) hide show
  1. pyfemtet/__init__.py +1 -1
  2. pyfemtet/opt/_femopt.py +9 -3
  3. pyfemtet/opt/femprj_sample/wat_ex14_parametric_parallel.py +66 -0
  4. pyfemtet/opt/femprj_sample_jp/wat_ex14_parametric_parallel_jp.py +64 -0
  5. pyfemtet/opt/interface/_femtet.py +32 -10
  6. pyfemtet/opt/interface/_femtet_parametric.py +5 -25
  7. pyfemtet/opt/opt/_base.py +9 -1
  8. pyfemtet/opt/opt/_optuna.py +4 -0
  9. pyfemtet/opt/visualization/__init__.py +0 -7
  10. pyfemtet/opt/visualization/_create_wrapped_components.py +93 -0
  11. pyfemtet/opt/visualization/base.py +254 -0
  12. pyfemtet/opt/visualization/complex_components/__init__.py +0 -0
  13. pyfemtet/opt/visualization/complex_components/alert_region.py +71 -0
  14. pyfemtet/opt/visualization/complex_components/control_femtet.py +195 -0
  15. pyfemtet/opt/visualization/{_graphs.py → complex_components/main_figure_creator.py} +13 -49
  16. pyfemtet/opt/visualization/complex_components/main_graph.py +263 -0
  17. pyfemtet/opt/visualization/process_monitor/__init__.py +0 -0
  18. pyfemtet/opt/visualization/process_monitor/application.py +201 -0
  19. pyfemtet/opt/visualization/process_monitor/pages.py +276 -0
  20. pyfemtet/opt/visualization/result_viewer/.gitignore +1 -0
  21. pyfemtet/opt/visualization/result_viewer/__init__.py +0 -0
  22. pyfemtet/opt/visualization/result_viewer/application.py +44 -0
  23. pyfemtet/opt/visualization/result_viewer/pages.py +692 -0
  24. pyfemtet/opt/visualization/result_viewer/tutorial/tutorial.csv +18 -0
  25. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14.jpg +0 -0
  26. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14.log +81 -0
  27. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14.pdt +0 -0
  28. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_heatflow.csv +28 -0
  29. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_heatflow_el.csv +22 -0
  30. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial1.jpg +0 -0
  31. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial1.pdt +0 -0
  32. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial10.jpg +0 -0
  33. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial10.pdt +0 -0
  34. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial11.jpg +0 -0
  35. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial11.pdt +0 -0
  36. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial12.jpg +0 -0
  37. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial12.pdt +0 -0
  38. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial13.jpg +0 -0
  39. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial13.pdt +0 -0
  40. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial14.jpg +0 -0
  41. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial14.pdt +0 -0
  42. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial15.jpg +0 -0
  43. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial15.pdt +0 -0
  44. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial2.jpg +0 -0
  45. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial2.pdt +0 -0
  46. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial3.jpg +0 -0
  47. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial3.pdt +0 -0
  48. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial4.jpg +0 -0
  49. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial4.pdt +0 -0
  50. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial5.jpg +0 -0
  51. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial5.pdt +0 -0
  52. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial6.jpg +0 -0
  53. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial6.pdt +0 -0
  54. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial7.jpg +0 -0
  55. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial7.pdt +0 -0
  56. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial8.jpg +0 -0
  57. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial8.pdt +0 -0
  58. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial9.jpg +0 -0
  59. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.Results/Ex14_trial9.pdt +0 -0
  60. pyfemtet/opt/visualization/result_viewer/tutorial/wat_ex14_parametric.femprj +0 -0
  61. pyfemtet/opt/visualization/wrapped_components/__init__.py +0 -0
  62. pyfemtet/opt/visualization/wrapped_components/dbc.py +1518 -0
  63. pyfemtet/opt/visualization/wrapped_components/dcc.py +609 -0
  64. pyfemtet/opt/visualization/wrapped_components/html.py +3570 -0
  65. pyfemtet/opt/visualization/wrapped_components/str_enum.py +43 -0
  66. {pyfemtet-0.4.9.dist-info → pyfemtet-0.4.11.dist-info}/METADATA +1 -1
  67. pyfemtet-0.4.11.dist-info/RECORD +136 -0
  68. {pyfemtet-0.4.9.dist-info → pyfemtet-0.4.11.dist-info}/entry_points.txt +1 -1
  69. pyfemtet/opt/visualization/_monitor.py +0 -1227
  70. pyfemtet/opt/visualization/result_viewer.py +0 -13
  71. pyfemtet-0.4.9.dist-info/RECORD +0 -81
  72. {pyfemtet-0.4.9.dist-info → pyfemtet-0.4.11.dist-info}/LICENSE +0 -0
  73. {pyfemtet-0.4.9.dist-info → pyfemtet-0.4.11.dist-info}/WHEEL +0 -0
@@ -0,0 +1,1518 @@
1
+ # auto created module
2
+ from pyfemtet.opt.visualization.wrapped_components.str_enum import StrEnum
3
+ # from enum import StrEnum
4
+ import dash
5
+ import dash_bootstrap_components
6
+
7
+
8
+ class Accordion(dash_bootstrap_components._components.Accordion):
9
+ def _dummy(self):
10
+ # noinspection PyAttributeOutsideInit
11
+ self.id = None
12
+
13
+ class Prop(StrEnum):
14
+ children = "children"
15
+ id = "id"
16
+ style = "style"
17
+ class_name = "class_name"
18
+ className = "className"
19
+ key = "key"
20
+ flush = "flush"
21
+ active_item = "active_item"
22
+ always_open = "always_open"
23
+ start_collapsed = "start_collapsed"
24
+ loading_state = "loading_state"
25
+ persistence = "persistence"
26
+ persisted_props = "persisted_props"
27
+ persistence_type = "persistence_type"
28
+
29
+
30
+ class AccordionItem(dash_bootstrap_components._components.AccordionItem):
31
+ def _dummy(self):
32
+ # noinspection PyAttributeOutsideInit
33
+ self.id = None
34
+
35
+ class Prop(StrEnum):
36
+ children = "children"
37
+ id = "id"
38
+ style = "style"
39
+ class_name = "class_name"
40
+ className = "className"
41
+ title = "title"
42
+ item_id = "item_id"
43
+ loading_state = "loading_state"
44
+
45
+
46
+ class Alert(dash_bootstrap_components._components.Alert):
47
+ def _dummy(self):
48
+ # noinspection PyAttributeOutsideInit
49
+ self.id = None
50
+
51
+ class Prop(StrEnum):
52
+ children = "children"
53
+ id = "id"
54
+ style = "style"
55
+ class_name = "class_name"
56
+ className = "className"
57
+ key = "key"
58
+ color = "color"
59
+ is_open = "is_open"
60
+ fade = "fade"
61
+ dismissable = "dismissable"
62
+ duration = "duration"
63
+ loading_state = "loading_state"
64
+ persistence = "persistence"
65
+ persisted_props = "persisted_props"
66
+ persistence_type = "persistence_type"
67
+
68
+
69
+ class Badge(dash_bootstrap_components._components.Badge):
70
+ def _dummy(self):
71
+ # noinspection PyAttributeOutsideInit
72
+ self.id = None
73
+
74
+ class Prop(StrEnum):
75
+ children = "children"
76
+ id = "id"
77
+ style = "style"
78
+ class_name = "class_name"
79
+ className = "className"
80
+ key = "key"
81
+ color = "color"
82
+ text_color = "text_color"
83
+ pill = "pill"
84
+ href = "href"
85
+ tag = "tag"
86
+ loading_state = "loading_state"
87
+ external_link = "external_link"
88
+ n_clicks = "n_clicks"
89
+ n_clicks_timestamp = "n_clicks_timestamp"
90
+ target = "target"
91
+ title = "title"
92
+
93
+
94
+ class Breadcrumb(dash_bootstrap_components._components.Breadcrumb):
95
+ def _dummy(self):
96
+ # noinspection PyAttributeOutsideInit
97
+ self.id = None
98
+
99
+ class Prop(StrEnum):
100
+ id = "id"
101
+ items = "items"
102
+ style = "style"
103
+ item_style = "item_style"
104
+ class_name = "class_name"
105
+ className = "className"
106
+ item_class_name = "item_class_name"
107
+ itemClassName = "itemClassName"
108
+ key = "key"
109
+ tag = "tag"
110
+ loading_state = "loading_state"
111
+
112
+
113
+ class Button(dash_bootstrap_components._components.Button):
114
+ def _dummy(self):
115
+ # noinspection PyAttributeOutsideInit
116
+ self.id = None
117
+
118
+ class Prop(StrEnum):
119
+ children = "children"
120
+ id = "id"
121
+ class_name = "class_name"
122
+ className = "className"
123
+ style = "style"
124
+ key = "key"
125
+ href = "href"
126
+ external_link = "external_link"
127
+ n_clicks = "n_clicks"
128
+ n_clicks_timestamp = "n_clicks_timestamp"
129
+ active = "active"
130
+ color = "color"
131
+ disabled = "disabled"
132
+ size = "size"
133
+ title = "title"
134
+ outline = "outline"
135
+ loading_state = "loading_state"
136
+ target = "target"
137
+ type = "type"
138
+ download = "download"
139
+ name = "name"
140
+ value = "value"
141
+ rel = "rel"
142
+
143
+
144
+ class ButtonGroup(dash_bootstrap_components._components.ButtonGroup):
145
+ def _dummy(self):
146
+ # noinspection PyAttributeOutsideInit
147
+ self.id = None
148
+
149
+ class Prop(StrEnum):
150
+ children = "children"
151
+ id = "id"
152
+ style = "style"
153
+ class_name = "class_name"
154
+ className = "className"
155
+ key = "key"
156
+ vertical = "vertical"
157
+ size = "size"
158
+ loading_state = "loading_state"
159
+
160
+
161
+ class Card(dash_bootstrap_components._components.Card):
162
+ def _dummy(self):
163
+ # noinspection PyAttributeOutsideInit
164
+ self.id = None
165
+
166
+ class Prop(StrEnum):
167
+ children = "children"
168
+ id = "id"
169
+ style = "style"
170
+ class_name = "class_name"
171
+ className = "className"
172
+ key = "key"
173
+ color = "color"
174
+ body = "body"
175
+ outline = "outline"
176
+ inverse = "inverse"
177
+ loading_state = "loading_state"
178
+
179
+
180
+ class CardBody(dash_bootstrap_components._components.CardBody):
181
+ def _dummy(self):
182
+ # noinspection PyAttributeOutsideInit
183
+ self.id = None
184
+
185
+ class Prop(StrEnum):
186
+ children = "children"
187
+ id = "id"
188
+ style = "style"
189
+ class_name = "class_name"
190
+ className = "className"
191
+ key = "key"
192
+ tag = "tag"
193
+ loading_state = "loading_state"
194
+
195
+
196
+ class CardFooter(dash_bootstrap_components._components.CardFooter):
197
+ def _dummy(self):
198
+ # noinspection PyAttributeOutsideInit
199
+ self.id = None
200
+
201
+ class Prop(StrEnum):
202
+ children = "children"
203
+ id = "id"
204
+ style = "style"
205
+ class_name = "class_name"
206
+ className = "className"
207
+ key = "key"
208
+ tag = "tag"
209
+ loading_state = "loading_state"
210
+
211
+
212
+ class CardGroup(dash_bootstrap_components._components.CardGroup):
213
+ def _dummy(self):
214
+ # noinspection PyAttributeOutsideInit
215
+ self.id = None
216
+
217
+ class Prop(StrEnum):
218
+ children = "children"
219
+ id = "id"
220
+ style = "style"
221
+ class_name = "class_name"
222
+ className = "className"
223
+ key = "key"
224
+ tag = "tag"
225
+ loading_state = "loading_state"
226
+
227
+
228
+ class CardHeader(dash_bootstrap_components._components.CardHeader):
229
+ def _dummy(self):
230
+ # noinspection PyAttributeOutsideInit
231
+ self.id = None
232
+
233
+ class Prop(StrEnum):
234
+ children = "children"
235
+ id = "id"
236
+ style = "style"
237
+ class_name = "class_name"
238
+ className = "className"
239
+ key = "key"
240
+ tag = "tag"
241
+ loading_state = "loading_state"
242
+
243
+
244
+ class CardImg(dash_bootstrap_components._components.CardImg):
245
+ def _dummy(self):
246
+ # noinspection PyAttributeOutsideInit
247
+ self.id = None
248
+
249
+ class Prop(StrEnum):
250
+ children = "children"
251
+ id = "id"
252
+ style = "style"
253
+ class_name = "class_name"
254
+ className = "className"
255
+ key = "key"
256
+ tag = "tag"
257
+ top = "top"
258
+ bottom = "bottom"
259
+ src = "src"
260
+ alt = "alt"
261
+ title = "title"
262
+ loading_state = "loading_state"
263
+
264
+
265
+ class CardImgOverlay(dash_bootstrap_components._components.CardImgOverlay):
266
+ def _dummy(self):
267
+ # noinspection PyAttributeOutsideInit
268
+ self.id = None
269
+
270
+ class Prop(StrEnum):
271
+ children = "children"
272
+ id = "id"
273
+ style = "style"
274
+ class_name = "class_name"
275
+ className = "className"
276
+ key = "key"
277
+ tag = "tag"
278
+ loading_state = "loading_state"
279
+
280
+
281
+ class CardLink(dash_bootstrap_components._components.CardLink):
282
+ def _dummy(self):
283
+ # noinspection PyAttributeOutsideInit
284
+ self.id = None
285
+
286
+ class Prop(StrEnum):
287
+ children = "children"
288
+ id = "id"
289
+ style = "style"
290
+ class_name = "class_name"
291
+ className = "className"
292
+ key = "key"
293
+ href = "href"
294
+ external_link = "external_link"
295
+ n_clicks = "n_clicks"
296
+ n_clicks_timestamp = "n_clicks_timestamp"
297
+ loading_state = "loading_state"
298
+ target = "target"
299
+
300
+
301
+ class Carousel(dash_bootstrap_components._components.Carousel):
302
+ def _dummy(self):
303
+ # noinspection PyAttributeOutsideInit
304
+ self.id = None
305
+
306
+ class Prop(StrEnum):
307
+ id = "id"
308
+ style = "style"
309
+ class_name = "class_name"
310
+ className = "className"
311
+ items = "items"
312
+ active_index = "active_index"
313
+ controls = "controls"
314
+ indicators = "indicators"
315
+ ride = "ride"
316
+ slide = "slide"
317
+ variant = "variant"
318
+ interval = "interval"
319
+ loading_state = "loading_state"
320
+ persistence = "persistence"
321
+ persisted_props = "persisted_props"
322
+ persistence_type = "persistence_type"
323
+
324
+
325
+ class Checkbox(dash_bootstrap_components._components.Checkbox):
326
+ def _dummy(self):
327
+ # noinspection PyAttributeOutsideInit
328
+ self.id = None
329
+
330
+ class Prop(StrEnum):
331
+ id = "id"
332
+ class_name = "class_name"
333
+ className = "className"
334
+ style = "style"
335
+ input_style = "input_style"
336
+ inputStyle = "inputStyle"
337
+ input_class_name = "input_class_name"
338
+ inputClassName = "inputClassName"
339
+ label = "label"
340
+ label_id = "label_id"
341
+ label_style = "label_style"
342
+ labelStyle = "labelStyle"
343
+ label_class_name = "label_class_name"
344
+ labelClassName = "labelClassName"
345
+ name = "name"
346
+ disabled = "disabled"
347
+ value = "value"
348
+ loading_state = "loading_state"
349
+ persistence = "persistence"
350
+ persisted_props = "persisted_props"
351
+ persistence_type = "persistence_type"
352
+
353
+
354
+ class Checklist(dash_bootstrap_components._components.Checklist):
355
+ def _dummy(self):
356
+ # noinspection PyAttributeOutsideInit
357
+ self.id = None
358
+
359
+ class Prop(StrEnum):
360
+ options = "options"
361
+ value = "value"
362
+ id = "id"
363
+ class_name = "class_name"
364
+ className = "className"
365
+ style = "style"
366
+ key = "key"
367
+ input_style = "input_style"
368
+ inputStyle = "inputStyle"
369
+ input_checked_style = "input_checked_style"
370
+ inputCheckedStyle = "inputCheckedStyle"
371
+ input_class_name = "input_class_name"
372
+ inputClassName = "inputClassName"
373
+ input_checked_class_name = "input_checked_class_name"
374
+ inputCheckedClassName = "inputCheckedClassName"
375
+ label_style = "label_style"
376
+ labelStyle = "labelStyle"
377
+ label_checked_style = "label_checked_style"
378
+ labelCheckedStyle = "labelCheckedStyle"
379
+ label_class_name = "label_class_name"
380
+ labelClassName = "labelClassName"
381
+ label_checked_class_name = "label_checked_class_name"
382
+ labelCheckedClassName = "labelCheckedClassName"
383
+ inline = "inline"
384
+ switch = "switch"
385
+ loading_state = "loading_state"
386
+ persistence = "persistence"
387
+ persisted_props = "persisted_props"
388
+ persistence_type = "persistence_type"
389
+ name = "name"
390
+
391
+
392
+ class Col(dash_bootstrap_components._components.Col):
393
+ def _dummy(self):
394
+ # noinspection PyAttributeOutsideInit
395
+ self.id = None
396
+
397
+ class Prop(StrEnum):
398
+ children = "children"
399
+ id = "id"
400
+ style = "style"
401
+ class_name = "class_name"
402
+ className = "className"
403
+ key = "key"
404
+ width = "width"
405
+ xs = "xs"
406
+ sm = "sm"
407
+ md = "md"
408
+ lg = "lg"
409
+ xl = "xl"
410
+ xxl = "xxl"
411
+ align = "align"
412
+ loading_state = "loading_state"
413
+
414
+
415
+ class Collapse(dash_bootstrap_components._components.Collapse):
416
+ def _dummy(self):
417
+ # noinspection PyAttributeOutsideInit
418
+ self.id = None
419
+
420
+ class Prop(StrEnum):
421
+ children = "children"
422
+ id = "id"
423
+ style = "style"
424
+ class_name = "class_name"
425
+ className = "className"
426
+ key = "key"
427
+ is_open = "is_open"
428
+ navbar = "navbar"
429
+ loading_state = "loading_state"
430
+ dimension = "dimension"
431
+
432
+
433
+ class Container(dash_bootstrap_components._components.Container):
434
+ def _dummy(self):
435
+ # noinspection PyAttributeOutsideInit
436
+ self.id = None
437
+
438
+ class Prop(StrEnum):
439
+ children = "children"
440
+ id = "id"
441
+ style = "style"
442
+ class_name = "class_name"
443
+ className = "className"
444
+ key = "key"
445
+ fluid = "fluid"
446
+ tag = "tag"
447
+ loading_state = "loading_state"
448
+
449
+
450
+ class DropdownMenu(dash_bootstrap_components._components.DropdownMenu):
451
+ def _dummy(self):
452
+ # noinspection PyAttributeOutsideInit
453
+ self.id = None
454
+
455
+ class Prop(StrEnum):
456
+ children = "children"
457
+ id = "id"
458
+ style = "style"
459
+ class_name = "class_name"
460
+ className = "className"
461
+ key = "key"
462
+ label = "label"
463
+ direction = "direction"
464
+ align_end = "align_end"
465
+ right = "right"
466
+ in_navbar = "in_navbar"
467
+ addon_type = "addon_type"
468
+ disabled = "disabled"
469
+ nav = "nav"
470
+ caret = "caret"
471
+ color = "color"
472
+ menu_variant = "menu_variant"
473
+ toggle_style = "toggle_style"
474
+ toggle_class_name = "toggle_class_name"
475
+ toggleClassName = "toggleClassName"
476
+ size = "size"
477
+ loading_state = "loading_state"
478
+ group = "group"
479
+
480
+
481
+ class DropdownMenuItem(dash_bootstrap_components._components.DropdownMenuItem):
482
+ def _dummy(self):
483
+ # noinspection PyAttributeOutsideInit
484
+ self.id = None
485
+
486
+ class Prop(StrEnum):
487
+ children = "children"
488
+ id = "id"
489
+ style = "style"
490
+ class_name = "class_name"
491
+ className = "className"
492
+ key = "key"
493
+ active = "active"
494
+ disabled = "disabled"
495
+ divider = "divider"
496
+ header = "header"
497
+ href = "href"
498
+ toggle = "toggle"
499
+ external_link = "external_link"
500
+ n_clicks = "n_clicks"
501
+ n_clicks_timestamp = "n_clicks_timestamp"
502
+ loading_state = "loading_state"
503
+ target = "target"
504
+
505
+
506
+ class Fade(dash_bootstrap_components._components.Fade):
507
+ def _dummy(self):
508
+ # noinspection PyAttributeOutsideInit
509
+ self.id = None
510
+
511
+ class Prop(StrEnum):
512
+ children = "children"
513
+ id = "id"
514
+ style = "style"
515
+ class_name = "class_name"
516
+ className = "className"
517
+ key = "key"
518
+ is_in = "is_in"
519
+ timeout = "timeout"
520
+ appear = "appear"
521
+ enter = "enter"
522
+ exit = "exit"
523
+ tag = "tag"
524
+ loading_state = "loading_state"
525
+
526
+
527
+ class Form(dash_bootstrap_components._components.Form):
528
+ def _dummy(self):
529
+ # noinspection PyAttributeOutsideInit
530
+ self.id = None
531
+
532
+ class Prop(StrEnum):
533
+ children = "children"
534
+ id = "id"
535
+ style = "style"
536
+ class_name = "class_name"
537
+ className = "className"
538
+ key = "key"
539
+ action = "action"
540
+ method = "method"
541
+ n_submit = "n_submit"
542
+ n_submit_timestamp = "n_submit_timestamp"
543
+ prevent_default_on_submit = "prevent_default_on_submit"
544
+ loading_state = "loading_state"
545
+
546
+
547
+ class FormFeedback(dash_bootstrap_components._components.FormFeedback):
548
+ def _dummy(self):
549
+ # noinspection PyAttributeOutsideInit
550
+ self.id = None
551
+
552
+ class Prop(StrEnum):
553
+ children = "children"
554
+ id = "id"
555
+ style = "style"
556
+ class_name = "class_name"
557
+ className = "className"
558
+ key = "key"
559
+ type = "type"
560
+ tooltip = "tooltip"
561
+ loading_state = "loading_state"
562
+
563
+
564
+ class FormFloating(dash_bootstrap_components._components.FormFloating):
565
+ def _dummy(self):
566
+ # noinspection PyAttributeOutsideInit
567
+ self.id = None
568
+
569
+ class Prop(StrEnum):
570
+ children = "children"
571
+ id = "id"
572
+ style = "style"
573
+ class_name = "class_name"
574
+ className = "className"
575
+ key = "key"
576
+ html_for = "html_for"
577
+ loading_state = "loading_state"
578
+
579
+
580
+ class FormText(dash_bootstrap_components._components.FormText):
581
+ def _dummy(self):
582
+ # noinspection PyAttributeOutsideInit
583
+ self.id = None
584
+
585
+ class Prop(StrEnum):
586
+ children = "children"
587
+ id = "id"
588
+ style = "style"
589
+ class_name = "class_name"
590
+ className = "className"
591
+ key = "key"
592
+ color = "color"
593
+ loading_state = "loading_state"
594
+
595
+
596
+ class Input(dash_bootstrap_components._components.Input):
597
+ def _dummy(self):
598
+ # noinspection PyAttributeOutsideInit
599
+ self.id = None
600
+
601
+ class Prop(StrEnum):
602
+ id = "id"
603
+ style = "style"
604
+ class_name = "class_name"
605
+ className = "className"
606
+ key = "key"
607
+ type = "type"
608
+ value = "value"
609
+ disabled = "disabled"
610
+ autocomplete = "autocomplete"
611
+ autoComplete = "autoComplete"
612
+ autofocus = "autofocus"
613
+ autoFocus = "autoFocus"
614
+ inputmode = "inputmode"
615
+ inputMode = "inputMode"
616
+ list = "list"
617
+ max = "max"
618
+ maxlength = "maxlength"
619
+ maxLength = "maxLength"
620
+ min = "min"
621
+ minlength = "minlength"
622
+ minLength = "minLength"
623
+ step = "step"
624
+ html_size = "html_size"
625
+ size = "size"
626
+ valid = "valid"
627
+ invalid = "invalid"
628
+ required = "required"
629
+ plaintext = "plaintext"
630
+ readonly = "readonly"
631
+ placeholder = "placeholder"
632
+ name = "name"
633
+ pattern = "pattern"
634
+ n_submit = "n_submit"
635
+ n_submit_timestamp = "n_submit_timestamp"
636
+ n_blur = "n_blur"
637
+ n_blur_timestamp = "n_blur_timestamp"
638
+ debounce = "debounce"
639
+ loading_state = "loading_state"
640
+ persistence = "persistence"
641
+ persisted_props = "persisted_props"
642
+ persistence_type = "persistence_type"
643
+ tabindex = "tabindex"
644
+ tabIndex = "tabIndex"
645
+
646
+
647
+ class InputGroup(dash_bootstrap_components._components.InputGroup):
648
+ def _dummy(self):
649
+ # noinspection PyAttributeOutsideInit
650
+ self.id = None
651
+
652
+ class Prop(StrEnum):
653
+ children = "children"
654
+ id = "id"
655
+ style = "style"
656
+ class_name = "class_name"
657
+ className = "className"
658
+ key = "key"
659
+ size = "size"
660
+ loading_state = "loading_state"
661
+
662
+
663
+ class InputGroupText(dash_bootstrap_components._components.InputGroupText):
664
+ def _dummy(self):
665
+ # noinspection PyAttributeOutsideInit
666
+ self.id = None
667
+
668
+ class Prop(StrEnum):
669
+ children = "children"
670
+ id = "id"
671
+ style = "style"
672
+ key = "key"
673
+ class_name = "class_name"
674
+ className = "className"
675
+ loading_state = "loading_state"
676
+
677
+
678
+ class Label(dash_bootstrap_components._components.Label):
679
+ def _dummy(self):
680
+ # noinspection PyAttributeOutsideInit
681
+ self.id = None
682
+
683
+ class Prop(StrEnum):
684
+ children = "children"
685
+ id = "id"
686
+ style = "style"
687
+ class_name = "class_name"
688
+ className = "className"
689
+ key = "key"
690
+ hidden = "hidden"
691
+ size = "size"
692
+ html_for = "html_for"
693
+ check = "check"
694
+ width = "width"
695
+ xs = "xs"
696
+ sm = "sm"
697
+ md = "md"
698
+ lg = "lg"
699
+ xl = "xl"
700
+ align = "align"
701
+ color = "color"
702
+ loading_state = "loading_state"
703
+
704
+
705
+ class ListGroup(dash_bootstrap_components._components.ListGroup):
706
+ def _dummy(self):
707
+ # noinspection PyAttributeOutsideInit
708
+ self.id = None
709
+
710
+ class Prop(StrEnum):
711
+ children = "children"
712
+ id = "id"
713
+ style = "style"
714
+ class_name = "class_name"
715
+ className = "className"
716
+ key = "key"
717
+ tag = "tag"
718
+ flush = "flush"
719
+ loading_state = "loading_state"
720
+ horizontal = "horizontal"
721
+ numbered = "numbered"
722
+
723
+
724
+ class ListGroupItem(dash_bootstrap_components._components.ListGroupItem):
725
+ def _dummy(self):
726
+ # noinspection PyAttributeOutsideInit
727
+ self.id = None
728
+
729
+ class Prop(StrEnum):
730
+ children = "children"
731
+ id = "id"
732
+ style = "style"
733
+ class_name = "class_name"
734
+ className = "className"
735
+ key = "key"
736
+ tag = "tag"
737
+ active = "active"
738
+ disabled = "disabled"
739
+ color = "color"
740
+ action = "action"
741
+ href = "href"
742
+ external_link = "external_link"
743
+ n_clicks = "n_clicks"
744
+ n_clicks_timestamp = "n_clicks_timestamp"
745
+ loading_state = "loading_state"
746
+ target = "target"
747
+
748
+
749
+ class Modal(dash_bootstrap_components._components.Modal):
750
+ def _dummy(self):
751
+ # noinspection PyAttributeOutsideInit
752
+ self.id = None
753
+
754
+ class Prop(StrEnum):
755
+ children = "children"
756
+ id = "id"
757
+ style = "style"
758
+ class_name = "class_name"
759
+ className = "className"
760
+ tag = "tag"
761
+ is_open = "is_open"
762
+ centered = "centered"
763
+ scrollable = "scrollable"
764
+ autofocus = "autofocus"
765
+ autoFocus = "autoFocus"
766
+ enforceFocus = "enforceFocus"
767
+ size = "size"
768
+ role = "role"
769
+ labelledby = "labelledby"
770
+ labelledBy = "labelledBy"
771
+ keyboard = "keyboard"
772
+ backdrop = "backdrop"
773
+ modal_class_name = "modal_class_name"
774
+ modalClassName = "modalClassName"
775
+ backdrop_class_name = "backdrop_class_name"
776
+ backdropClassName = "backdropClassName"
777
+ content_class_name = "content_class_name"
778
+ contentClassName = "contentClassName"
779
+ fade = "fade"
780
+ fullscreen = "fullscreen"
781
+ zindex = "zindex"
782
+ zIndex = "zIndex"
783
+
784
+
785
+ class ModalBody(dash_bootstrap_components._components.ModalBody):
786
+ def _dummy(self):
787
+ # noinspection PyAttributeOutsideInit
788
+ self.id = None
789
+
790
+ class Prop(StrEnum):
791
+ children = "children"
792
+ id = "id"
793
+ style = "style"
794
+ class_name = "class_name"
795
+ className = "className"
796
+ tag = "tag"
797
+ loading_state = "loading_state"
798
+
799
+
800
+ class ModalFooter(dash_bootstrap_components._components.ModalFooter):
801
+ def _dummy(self):
802
+ # noinspection PyAttributeOutsideInit
803
+ self.id = None
804
+
805
+ class Prop(StrEnum):
806
+ children = "children"
807
+ id = "id"
808
+ style = "style"
809
+ class_name = "class_name"
810
+ className = "className"
811
+ tag = "tag"
812
+ loading_state = "loading_state"
813
+
814
+
815
+ class ModalHeader(dash_bootstrap_components._components.ModalHeader):
816
+ def _dummy(self):
817
+ # noinspection PyAttributeOutsideInit
818
+ self.id = None
819
+
820
+ class Prop(StrEnum):
821
+ children = "children"
822
+ id = "id"
823
+ style = "style"
824
+ class_name = "class_name"
825
+ className = "className"
826
+ close_button = "close_button"
827
+ tag = "tag"
828
+ loading_state = "loading_state"
829
+
830
+
831
+ class ModalTitle(dash_bootstrap_components._components.ModalTitle):
832
+ def _dummy(self):
833
+ # noinspection PyAttributeOutsideInit
834
+ self.id = None
835
+
836
+ class Prop(StrEnum):
837
+ children = "children"
838
+ id = "id"
839
+ style = "style"
840
+ class_name = "class_name"
841
+ className = "className"
842
+ tag = "tag"
843
+ loading_state = "loading_state"
844
+
845
+
846
+ class Nav(dash_bootstrap_components._components.Nav):
847
+ def _dummy(self):
848
+ # noinspection PyAttributeOutsideInit
849
+ self.id = None
850
+
851
+ class Prop(StrEnum):
852
+ children = "children"
853
+ id = "id"
854
+ style = "style"
855
+ class_name = "class_name"
856
+ className = "className"
857
+ key = "key"
858
+ pills = "pills"
859
+ card = "card"
860
+ fill = "fill"
861
+ justified = "justified"
862
+ vertical = "vertical"
863
+ horizontal = "horizontal"
864
+ navbar = "navbar"
865
+ navbar_scroll = "navbar_scroll"
866
+ loading_state = "loading_state"
867
+
868
+
869
+ class NavItem(dash_bootstrap_components._components.NavItem):
870
+ def _dummy(self):
871
+ # noinspection PyAttributeOutsideInit
872
+ self.id = None
873
+
874
+ class Prop(StrEnum):
875
+ children = "children"
876
+ id = "id"
877
+ style = "style"
878
+ class_name = "class_name"
879
+ className = "className"
880
+ key = "key"
881
+ loading_state = "loading_state"
882
+
883
+
884
+ class NavLink(dash_bootstrap_components._components.NavLink):
885
+ def _dummy(self):
886
+ # noinspection PyAttributeOutsideInit
887
+ self.id = None
888
+
889
+ class Prop(StrEnum):
890
+ children = "children"
891
+ id = "id"
892
+ style = "style"
893
+ class_name = "class_name"
894
+ className = "className"
895
+ key = "key"
896
+ href = "href"
897
+ active = "active"
898
+ disabled = "disabled"
899
+ external_link = "external_link"
900
+ n_clicks = "n_clicks"
901
+ n_clicks_timestamp = "n_clicks_timestamp"
902
+ loading_state = "loading_state"
903
+ target = "target"
904
+
905
+
906
+ class Navbar(dash_bootstrap_components._components.Navbar):
907
+ def _dummy(self):
908
+ # noinspection PyAttributeOutsideInit
909
+ self.id = None
910
+
911
+ class Prop(StrEnum):
912
+ children = "children"
913
+ id = "id"
914
+ style = "style"
915
+ class_name = "class_name"
916
+ className = "className"
917
+ key = "key"
918
+ light = "light"
919
+ dark = "dark"
920
+ fixed = "fixed"
921
+ sticky = "sticky"
922
+ color = "color"
923
+ role = "role"
924
+ tag = "tag"
925
+ expand = "expand"
926
+ loading_state = "loading_state"
927
+
928
+
929
+ class NavbarBrand(dash_bootstrap_components._components.NavbarBrand):
930
+ def _dummy(self):
931
+ # noinspection PyAttributeOutsideInit
932
+ self.id = None
933
+
934
+ class Prop(StrEnum):
935
+ children = "children"
936
+ id = "id"
937
+ style = "style"
938
+ class_name = "class_name"
939
+ className = "className"
940
+ key = "key"
941
+ external_link = "external_link"
942
+ href = "href"
943
+ loading_state = "loading_state"
944
+
945
+
946
+ class NavbarSimple(dash_bootstrap_components._components.NavbarSimple):
947
+ def _dummy(self):
948
+ # noinspection PyAttributeOutsideInit
949
+ self.id = None
950
+
951
+ class Prop(StrEnum):
952
+ children = "children"
953
+ id = "id"
954
+ style = "style"
955
+ class_name = "class_name"
956
+ className = "className"
957
+ key = "key"
958
+ brand = "brand"
959
+ brand_href = "brand_href"
960
+ brand_style = "brand_style"
961
+ brand_external_link = "brand_external_link"
962
+ fluid = "fluid"
963
+ links_left = "links_left"
964
+ light = "light"
965
+ dark = "dark"
966
+ fixed = "fixed"
967
+ sticky = "sticky"
968
+ color = "color"
969
+ expand = "expand"
970
+ loading_state = "loading_state"
971
+
972
+
973
+ class NavbarToggler(dash_bootstrap_components._components.NavbarToggler):
974
+ def _dummy(self):
975
+ # noinspection PyAttributeOutsideInit
976
+ self.id = None
977
+
978
+ class Prop(StrEnum):
979
+ children = "children"
980
+ id = "id"
981
+ style = "style"
982
+ class_name = "class_name"
983
+ className = "className"
984
+ key = "key"
985
+ type = "type"
986
+ n_clicks = "n_clicks"
987
+ n_clicks_timestamp = "n_clicks_timestamp"
988
+ loading_state = "loading_state"
989
+
990
+
991
+ class Offcanvas(dash_bootstrap_components._components.Offcanvas):
992
+ def _dummy(self):
993
+ # noinspection PyAttributeOutsideInit
994
+ self.id = None
995
+
996
+ class Prop(StrEnum):
997
+ children = "children"
998
+ id = "id"
999
+ style = "style"
1000
+ class_name = "class_name"
1001
+ className = "className"
1002
+ labelledby = "labelledby"
1003
+ labelledBy = "labelledBy"
1004
+ backdrop = "backdrop"
1005
+ backdrop_class_name = "backdrop_class_name"
1006
+ backdropClassName = "backdropClassName"
1007
+ keyboard = "keyboard"
1008
+ is_open = "is_open"
1009
+ placement = "placement"
1010
+ scrollable = "scrollable"
1011
+ autofocus = "autofocus"
1012
+ autoFocus = "autoFocus"
1013
+ title = "title"
1014
+ close_button = "close_button"
1015
+ loading_state = "loading_state"
1016
+
1017
+
1018
+ class Pagination(dash_bootstrap_components._components.Pagination):
1019
+ def _dummy(self):
1020
+ # noinspection PyAttributeOutsideInit
1021
+ self.id = None
1022
+
1023
+ class Prop(StrEnum):
1024
+ id = "id"
1025
+ class_name = "class_name"
1026
+ className = "className"
1027
+ style = "style"
1028
+ size = "size"
1029
+ min_value = "min_value"
1030
+ max_value = "max_value"
1031
+ step = "step"
1032
+ active_page = "active_page"
1033
+ fully_expanded = "fully_expanded"
1034
+ previous_next = "previous_next"
1035
+ first_last = "first_last"
1036
+ loading_state = "loading_state"
1037
+
1038
+
1039
+ class Placeholder(dash_bootstrap_components._components.Placeholder):
1040
+ def _dummy(self):
1041
+ # noinspection PyAttributeOutsideInit
1042
+ self.id = None
1043
+
1044
+ class Prop(StrEnum):
1045
+ children = "children"
1046
+ id = "id"
1047
+ style = "style"
1048
+ class_name = "class_name"
1049
+ className = "className"
1050
+ key = "key"
1051
+ loading_state = "loading_state"
1052
+ animation = "animation"
1053
+ color = "color"
1054
+ size = "size"
1055
+ button = "button"
1056
+ delay_hide = "delay_hide"
1057
+ delay_show = "delay_show"
1058
+ show_initially = "show_initially"
1059
+ xs = "xs"
1060
+ sm = "sm"
1061
+ md = "md"
1062
+ lg = "lg"
1063
+ xl = "xl"
1064
+ xxl = "xxl"
1065
+
1066
+
1067
+ class Popover(dash_bootstrap_components._components.Popover):
1068
+ def _dummy(self):
1069
+ # noinspection PyAttributeOutsideInit
1070
+ self.id = None
1071
+
1072
+ class Prop(StrEnum):
1073
+ children = "children"
1074
+ id = "id"
1075
+ style = "style"
1076
+ class_name = "class_name"
1077
+ className = "className"
1078
+ key = "key"
1079
+ placement = "placement"
1080
+ target = "target"
1081
+ trigger = "trigger"
1082
+ is_open = "is_open"
1083
+ hide_arrow = "hide_arrow"
1084
+ inner_class_name = "inner_class_name"
1085
+ innerClassName = "innerClassName"
1086
+ delay = "delay"
1087
+ offset = "offset"
1088
+ flip = "flip"
1089
+ body = "body"
1090
+ autohide = "autohide"
1091
+ loading_state = "loading_state"
1092
+ persistence = "persistence"
1093
+ persisted_props = "persisted_props"
1094
+ persistence_type = "persistence_type"
1095
+
1096
+
1097
+ class PopoverBody(dash_bootstrap_components._components.PopoverBody):
1098
+ def _dummy(self):
1099
+ # noinspection PyAttributeOutsideInit
1100
+ self.id = None
1101
+
1102
+ class Prop(StrEnum):
1103
+ children = "children"
1104
+ id = "id"
1105
+ style = "style"
1106
+ class_name = "class_name"
1107
+ className = "className"
1108
+ key = "key"
1109
+ tag = "tag"
1110
+ loading_state = "loading_state"
1111
+
1112
+
1113
+ class PopoverHeader(dash_bootstrap_components._components.PopoverHeader):
1114
+ def _dummy(self):
1115
+ # noinspection PyAttributeOutsideInit
1116
+ self.id = None
1117
+
1118
+ class Prop(StrEnum):
1119
+ children = "children"
1120
+ id = "id"
1121
+ style = "style"
1122
+ class_name = "class_name"
1123
+ className = "className"
1124
+ key = "key"
1125
+ tag = "tag"
1126
+ loading_state = "loading_state"
1127
+
1128
+
1129
+ class Progress(dash_bootstrap_components._components.Progress):
1130
+ def _dummy(self):
1131
+ # noinspection PyAttributeOutsideInit
1132
+ self.id = None
1133
+
1134
+ class Prop(StrEnum):
1135
+ children = "children"
1136
+ id = "id"
1137
+ style = "style"
1138
+ class_name = "class_name"
1139
+ className = "className"
1140
+ key = "key"
1141
+ bar = "bar"
1142
+ min = "min"
1143
+ max = "max"
1144
+ value = "value"
1145
+ label = "label"
1146
+ hide_label = "hide_label"
1147
+ animated = "animated"
1148
+ striped = "striped"
1149
+ color = "color"
1150
+ loading_state = "loading_state"
1151
+
1152
+
1153
+ class RadioButton(dash_bootstrap_components._components.RadioButton):
1154
+ def _dummy(self):
1155
+ # noinspection PyAttributeOutsideInit
1156
+ self.id = None
1157
+
1158
+ class Prop(StrEnum):
1159
+ id = "id"
1160
+ class_name = "class_name"
1161
+ className = "className"
1162
+ style = "style"
1163
+ input_style = "input_style"
1164
+ inputStyle = "inputStyle"
1165
+ input_class_name = "input_class_name"
1166
+ inputClassName = "inputClassName"
1167
+ label = "label"
1168
+ label_id = "label_id"
1169
+ label_style = "label_style"
1170
+ labelStyle = "labelStyle"
1171
+ label_class_name = "label_class_name"
1172
+ labelClassName = "labelClassName"
1173
+ name = "name"
1174
+ value = "value"
1175
+ disabled = "disabled"
1176
+ loading_state = "loading_state"
1177
+ persistence = "persistence"
1178
+ persisted_props = "persisted_props"
1179
+ persistence_type = "persistence_type"
1180
+
1181
+
1182
+ class RadioItems(dash_bootstrap_components._components.RadioItems):
1183
+ def _dummy(self):
1184
+ # noinspection PyAttributeOutsideInit
1185
+ self.id = None
1186
+
1187
+ class Prop(StrEnum):
1188
+ options = "options"
1189
+ value = "value"
1190
+ id = "id"
1191
+ key = "key"
1192
+ style = "style"
1193
+ class_name = "class_name"
1194
+ className = "className"
1195
+ input_style = "input_style"
1196
+ inputStyle = "inputStyle"
1197
+ input_checked_style = "input_checked_style"
1198
+ inputCheckedStyle = "inputCheckedStyle"
1199
+ input_class_name = "input_class_name"
1200
+ inputClassName = "inputClassName"
1201
+ input_checked_class_name = "input_checked_class_name"
1202
+ inputCheckedClassName = "inputCheckedClassName"
1203
+ label_style = "label_style"
1204
+ labelStyle = "labelStyle"
1205
+ label_checked_style = "label_checked_style"
1206
+ labelCheckedStyle = "labelCheckedStyle"
1207
+ label_class_name = "label_class_name"
1208
+ labelClassName = "labelClassName"
1209
+ label_checked_class_name = "label_checked_class_name"
1210
+ labelCheckedClassName = "labelCheckedClassName"
1211
+ inline = "inline"
1212
+ switch = "switch"
1213
+ loading_state = "loading_state"
1214
+ persistence = "persistence"
1215
+ persisted_props = "persisted_props"
1216
+ persistence_type = "persistence_type"
1217
+ name = "name"
1218
+
1219
+
1220
+ class Row(dash_bootstrap_components._components.Row):
1221
+ def _dummy(self):
1222
+ # noinspection PyAttributeOutsideInit
1223
+ self.id = None
1224
+
1225
+ class Prop(StrEnum):
1226
+ children = "children"
1227
+ id = "id"
1228
+ style = "style"
1229
+ class_name = "class_name"
1230
+ className = "className"
1231
+ key = "key"
1232
+ align = "align"
1233
+ justify = "justify"
1234
+ loading_state = "loading_state"
1235
+
1236
+
1237
+ class Select(dash_bootstrap_components._components.Select):
1238
+ def _dummy(self):
1239
+ # noinspection PyAttributeOutsideInit
1240
+ self.id = None
1241
+
1242
+ class Prop(StrEnum):
1243
+ options = "options"
1244
+ value = "value"
1245
+ id = "id"
1246
+ style = "style"
1247
+ class_name = "class_name"
1248
+ className = "className"
1249
+ key = "key"
1250
+ placeholder = "placeholder"
1251
+ disabled = "disabled"
1252
+ required = "required"
1253
+ valid = "valid"
1254
+ invalid = "invalid"
1255
+ size = "size"
1256
+ html_size = "html_size"
1257
+ persistence = "persistence"
1258
+ persisted_props = "persisted_props"
1259
+ persistence_type = "persistence_type"
1260
+ name = "name"
1261
+
1262
+
1263
+ class Spinner(dash_bootstrap_components._components.Spinner):
1264
+ def _dummy(self):
1265
+ # noinspection PyAttributeOutsideInit
1266
+ self.id = None
1267
+
1268
+ class Prop(StrEnum):
1269
+ children = "children"
1270
+ id = "id"
1271
+ fullscreen_style = "fullscreen_style"
1272
+ spinner_style = "spinner_style"
1273
+ fullscreen_class_name = "fullscreen_class_name"
1274
+ fullscreenClassName = "fullscreenClassName"
1275
+ spinner_class_name = "spinner_class_name"
1276
+ spinnerClassName = "spinnerClassName"
1277
+ color = "color"
1278
+ type = "type"
1279
+ size = "size"
1280
+ fullscreen = "fullscreen"
1281
+ delay_hide = "delay_hide"
1282
+ delay_show = "delay_show"
1283
+ show_initially = "show_initially"
1284
+
1285
+
1286
+ class Stack(dash_bootstrap_components._components.Stack):
1287
+ def _dummy(self):
1288
+ # noinspection PyAttributeOutsideInit
1289
+ self.id = None
1290
+
1291
+ class Prop(StrEnum):
1292
+ children = "children"
1293
+ id = "id"
1294
+ style = "style"
1295
+ class_name = "class_name"
1296
+ className = "className"
1297
+ key = "key"
1298
+ loading_state = "loading_state"
1299
+ direction = "direction"
1300
+ gap = "gap"
1301
+
1302
+
1303
+ class Switch(dash_bootstrap_components._components.Switch):
1304
+ def _dummy(self):
1305
+ # noinspection PyAttributeOutsideInit
1306
+ self.id = None
1307
+
1308
+ class Prop(StrEnum):
1309
+ id = "id"
1310
+ class_name = "class_name"
1311
+ className = "className"
1312
+ style = "style"
1313
+ input_style = "input_style"
1314
+ inputStyle = "inputStyle"
1315
+ input_class_name = "input_class_name"
1316
+ inputClassName = "inputClassName"
1317
+ label = "label"
1318
+ label_id = "label_id"
1319
+ label_style = "label_style"
1320
+ labelStyle = "labelStyle"
1321
+ label_class_name = "label_class_name"
1322
+ labelClassName = "labelClassName"
1323
+ name = "name"
1324
+ value = "value"
1325
+ disabled = "disabled"
1326
+ loading_state = "loading_state"
1327
+ persistence = "persistence"
1328
+ persisted_props = "persisted_props"
1329
+ persistence_type = "persistence_type"
1330
+
1331
+
1332
+ class Tab(dash_bootstrap_components._components.Tab):
1333
+ def _dummy(self):
1334
+ # noinspection PyAttributeOutsideInit
1335
+ self.id = None
1336
+
1337
+ class Prop(StrEnum):
1338
+ children = "children"
1339
+ id = "id"
1340
+ style = "style"
1341
+ tab_style = "tab_style"
1342
+ active_tab_style = "active_tab_style"
1343
+ label_style = "label_style"
1344
+ active_label_style = "active_label_style"
1345
+ class_name = "class_name"
1346
+ className = "className"
1347
+ tab_class_name = "tab_class_name"
1348
+ tabClassName = "tabClassName"
1349
+ active_tab_class_name = "active_tab_class_name"
1350
+ activeTabClassName = "activeTabClassName"
1351
+ label_class_name = "label_class_name"
1352
+ labelClassName = "labelClassName"
1353
+ active_label_class_name = "active_label_class_name"
1354
+ activeLabelClassName = "activeLabelClassName"
1355
+ key = "key"
1356
+ label = "label"
1357
+ tab_id = "tab_id"
1358
+ disabled = "disabled"
1359
+ loading_state = "loading_state"
1360
+
1361
+
1362
+ class Table(dash_bootstrap_components._components.Table):
1363
+ def _dummy(self):
1364
+ # noinspection PyAttributeOutsideInit
1365
+ self.id = None
1366
+
1367
+ class Prop(StrEnum):
1368
+ children = "children"
1369
+ id = "id"
1370
+ style = "style"
1371
+ class_name = "class_name"
1372
+ className = "className"
1373
+ key = "key"
1374
+ size = "size"
1375
+ bordered = "bordered"
1376
+ borderless = "borderless"
1377
+ striped = "striped"
1378
+ color = "color"
1379
+ dark = "dark"
1380
+ hover = "hover"
1381
+ responsive = "responsive"
1382
+ loading_state = "loading_state"
1383
+
1384
+
1385
+ class Tabs(dash_bootstrap_components._components.Tabs):
1386
+ def _dummy(self):
1387
+ # noinspection PyAttributeOutsideInit
1388
+ self.id = None
1389
+
1390
+ class Prop(StrEnum):
1391
+ children = "children"
1392
+ id = "id"
1393
+ style = "style"
1394
+ class_name = "class_name"
1395
+ className = "className"
1396
+ key = "key"
1397
+ active_tab = "active_tab"
1398
+ loading_state = "loading_state"
1399
+ persistence = "persistence"
1400
+ persisted_props = "persisted_props"
1401
+ persistence_type = "persistence_type"
1402
+
1403
+
1404
+ class Textarea(dash_bootstrap_components._components.Textarea):
1405
+ def _dummy(self):
1406
+ # noinspection PyAttributeOutsideInit
1407
+ self.id = None
1408
+
1409
+ class Prop(StrEnum):
1410
+ id = "id"
1411
+ key = "key"
1412
+ value = "value"
1413
+ autofocus = "autofocus"
1414
+ autoFocus = "autoFocus"
1415
+ cols = "cols"
1416
+ disabled = "disabled"
1417
+ form = "form"
1418
+ maxlength = "maxlength"
1419
+ maxLength = "maxLength"
1420
+ minlength = "minlength"
1421
+ minLength = "minLength"
1422
+ name = "name"
1423
+ placeholder = "placeholder"
1424
+ readonly = "readonly"
1425
+ readOnly = "readOnly"
1426
+ required = "required"
1427
+ rows = "rows"
1428
+ wrap = "wrap"
1429
+ accesskey = "accesskey"
1430
+ accessKey = "accessKey"
1431
+ class_name = "class_name"
1432
+ className = "className"
1433
+ contenteditable = "contenteditable"
1434
+ contentEditable = "contentEditable"
1435
+ contextmenu = "contextmenu"
1436
+ contextMenu = "contextMenu"
1437
+ dir = "dir"
1438
+ draggable = "draggable"
1439
+ hidden = "hidden"
1440
+ lang = "lang"
1441
+ spellcheck = "spellcheck"
1442
+ spellCheck = "spellCheck"
1443
+ style = "style"
1444
+ tabindex = "tabindex"
1445
+ tabIndex = "tabIndex"
1446
+ title = "title"
1447
+ size = "size"
1448
+ valid = "valid"
1449
+ invalid = "invalid"
1450
+ n_blur = "n_blur"
1451
+ n_blur_timestamp = "n_blur_timestamp"
1452
+ n_submit = "n_submit"
1453
+ n_submit_timestamp = "n_submit_timestamp"
1454
+ n_clicks = "n_clicks"
1455
+ n_clicks_timestamp = "n_clicks_timestamp"
1456
+ debounce = "debounce"
1457
+ loading_state = "loading_state"
1458
+ persistence = "persistence"
1459
+ persisted_props = "persisted_props"
1460
+ persistence_type = "persistence_type"
1461
+
1462
+
1463
+ class Toast(dash_bootstrap_components._components.Toast):
1464
+ def _dummy(self):
1465
+ # noinspection PyAttributeOutsideInit
1466
+ self.id = None
1467
+
1468
+ class Prop(StrEnum):
1469
+ children = "children"
1470
+ id = "id"
1471
+ style = "style"
1472
+ class_name = "class_name"
1473
+ className = "className"
1474
+ header_style = "header_style"
1475
+ header_class_name = "header_class_name"
1476
+ headerClassName = "headerClassName"
1477
+ body_style = "body_style"
1478
+ body_class_name = "body_class_name"
1479
+ bodyClassName = "bodyClassName"
1480
+ tag = "tag"
1481
+ is_open = "is_open"
1482
+ key = "key"
1483
+ header = "header"
1484
+ dismissable = "dismissable"
1485
+ duration = "duration"
1486
+ n_dismiss = "n_dismiss"
1487
+ n_dismiss_timestamp = "n_dismiss_timestamp"
1488
+ icon = "icon"
1489
+ color = "color"
1490
+ loading_state = "loading_state"
1491
+ persistence = "persistence"
1492
+ persisted_props = "persisted_props"
1493
+ persistence_type = "persistence_type"
1494
+
1495
+
1496
+ class Tooltip(dash_bootstrap_components._components.Tooltip):
1497
+ def _dummy(self):
1498
+ # noinspection PyAttributeOutsideInit
1499
+ self.id = None
1500
+
1501
+ class Prop(StrEnum):
1502
+ children = "children"
1503
+ id = "id"
1504
+ style = "style"
1505
+ class_name = "class_name"
1506
+ className = "className"
1507
+ key = "key"
1508
+ target = "target"
1509
+ placement = "placement"
1510
+ flip = "flip"
1511
+ delay = "delay"
1512
+ autohide = "autohide"
1513
+ fade = "fade"
1514
+ trigger = "trigger"
1515
+ is_open = "is_open"
1516
+ loading_state = "loading_state"
1517
+
1518
+