feffery_antd_components 0.1.16 → 0.2.0-rc1

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.
Files changed (250) hide show
  1. package/DESCRIPTION +1 -1
  2. package/NAMESPACE +1 -0
  3. package/Project.toml +1 -1
  4. package/README-en_US.md +51 -0
  5. package/README.md +14 -5
  6. package/build/lib/feffery_antd_components/AntdAccordion.py +66 -0
  7. package/build/lib/feffery_antd_components/AntdAccordionItem.py +60 -0
  8. package/build/lib/feffery_antd_components/AntdAffix.py +58 -0
  9. package/build/lib/feffery_antd_components/AntdAlert.py +64 -0
  10. package/build/lib/feffery_antd_components/AntdAnchor.py +64 -0
  11. package/build/lib/feffery_antd_components/AntdAvatar.py +83 -0
  12. package/build/lib/feffery_antd_components/AntdBackTop.py +56 -0
  13. package/build/lib/feffery_antd_components/AntdBadge.py +74 -0
  14. package/build/lib/feffery_antd_components/AntdBreadcrumb.py +78 -0
  15. package/build/lib/feffery_antd_components/AntdButton.py +76 -0
  16. package/build/lib/feffery_antd_components/AntdCalendar.py +79 -0
  17. package/build/lib/feffery_antd_components/AntdCard.py +90 -0
  18. package/build/lib/feffery_antd_components/AntdCardGrid.py +56 -0
  19. package/build/lib/feffery_antd_components/AntdCarousel.py +60 -0
  20. package/build/lib/feffery_antd_components/AntdCascader.py +103 -0
  21. package/build/lib/feffery_antd_components/AntdCheckCard.py +64 -0
  22. package/build/lib/feffery_antd_components/AntdCheckCardGroup.py +64 -0
  23. package/build/lib/feffery_antd_components/AntdCheckbox.py +75 -0
  24. package/build/lib/feffery_antd_components/AntdCheckboxGroup.py +83 -0
  25. package/build/lib/feffery_antd_components/AntdCol.py +150 -0
  26. package/build/lib/feffery_antd_components/AntdCollapse.py +85 -0
  27. package/build/lib/feffery_antd_components/AntdComment.py +90 -0
  28. package/build/lib/feffery_antd_components/AntdContent.py +54 -0
  29. package/build/lib/feffery_antd_components/AntdCopyText.py +58 -0
  30. package/build/lib/feffery_antd_components/AntdCountdown.py +76 -0
  31. package/build/lib/feffery_antd_components/AntdCustomSkeleton.py +64 -0
  32. package/build/lib/feffery_antd_components/AntdDatePicker.py +107 -0
  33. package/build/lib/feffery_antd_components/AntdDateRangePicker.py +109 -0
  34. package/build/lib/feffery_antd_components/AntdDescriptionItem.py +62 -0
  35. package/build/lib/feffery_antd_components/AntdDescriptions.py +80 -0
  36. package/build/lib/feffery_antd_components/AntdDivider.py +66 -0
  37. package/build/lib/feffery_antd_components/AntdDraggerUpload.py +126 -0
  38. package/build/lib/feffery_antd_components/AntdDrawer.py +78 -0
  39. package/build/lib/feffery_antd_components/AntdDropdown.py +90 -0
  40. package/build/lib/feffery_antd_components/AntdEmpty.py +60 -0
  41. package/build/lib/feffery_antd_components/AntdFooter.py +54 -0
  42. package/build/lib/feffery_antd_components/AntdForm.py +76 -0
  43. package/build/lib/feffery_antd_components/AntdFormItem.py +88 -0
  44. package/build/lib/feffery_antd_components/AntdHeader.py +54 -0
  45. package/build/lib/feffery_antd_components/AntdIcon.py +56 -0
  46. package/build/lib/feffery_antd_components/AntdImage.py +66 -0
  47. package/build/lib/feffery_antd_components/AntdInput.py +121 -0
  48. package/build/lib/feffery_antd_components/AntdInputNumber.py +109 -0
  49. package/build/lib/feffery_antd_components/AntdLayout.py +54 -0
  50. package/build/lib/feffery_antd_components/AntdMentions.py +80 -0
  51. package/build/lib/feffery_antd_components/AntdMenu.py +85 -0
  52. package/build/lib/feffery_antd_components/AntdMessage.py +60 -0
  53. package/build/lib/feffery_antd_components/AntdModal.py +94 -0
  54. package/build/lib/feffery_antd_components/AntdNotification.py +64 -0
  55. package/build/lib/feffery_antd_components/AntdPageHeader.py +66 -0
  56. package/build/lib/feffery_antd_components/AntdPagination.py +99 -0
  57. package/build/lib/feffery_antd_components/AntdParagraph.py +74 -0
  58. package/build/lib/feffery_antd_components/AntdPasteImage.py +56 -0
  59. package/build/lib/feffery_antd_components/AntdPictureUpload.py +148 -0
  60. package/build/lib/feffery_antd_components/AntdPopconfirm.py +86 -0
  61. package/build/lib/feffery_antd_components/AntdPopover.py +78 -0
  62. package/build/lib/feffery_antd_components/AntdPopupCard.py +72 -0
  63. package/build/lib/feffery_antd_components/AntdProgress.py +92 -0
  64. package/{feffery_antd_components → build/lib/feffery_antd_components}/AntdRadio.py +0 -0
  65. package/build/lib/feffery_antd_components/AntdRadioGroup.py +93 -0
  66. package/build/lib/feffery_antd_components/AntdRate.py +64 -0
  67. package/build/lib/feffery_antd_components/AntdResult.py +58 -0
  68. package/build/lib/feffery_antd_components/AntdRibbon.py +58 -0
  69. package/build/lib/feffery_antd_components/AntdRow.py +76 -0
  70. package/build/lib/feffery_antd_components/AntdSegmented.py +91 -0
  71. package/build/lib/feffery_antd_components/AntdSegmentedColoring.py +86 -0
  72. package/build/lib/feffery_antd_components/AntdSelect.py +127 -0
  73. package/build/lib/feffery_antd_components/AntdSider.py +72 -0
  74. package/build/lib/feffery_antd_components/AntdSkeleton.py +90 -0
  75. package/build/lib/feffery_antd_components/AntdSkeletonAvatar.py +50 -0
  76. package/build/lib/feffery_antd_components/AntdSkeletonButton.py +52 -0
  77. package/build/lib/feffery_antd_components/AntdSkeletonImage.py +44 -0
  78. package/build/lib/feffery_antd_components/AntdSkeletonInput.py +48 -0
  79. package/build/lib/feffery_antd_components/AntdSlider.py +74 -0
  80. package/build/lib/feffery_antd_components/AntdSpace.py +64 -0
  81. package/build/lib/feffery_antd_components/AntdSpin.py +72 -0
  82. package/build/lib/feffery_antd_components/AntdStatistic.py +78 -0
  83. package/build/lib/feffery_antd_components/AntdSteps.py +76 -0
  84. package/build/lib/feffery_antd_components/AntdSwitch.py +81 -0
  85. package/build/lib/feffery_antd_components/AntdTabPane.py +68 -0
  86. package/build/lib/feffery_antd_components/AntdTable.py +361 -0
  87. package/build/lib/feffery_antd_components/AntdTabs.py +97 -0
  88. package/build/lib/feffery_antd_components/AntdTag.py +58 -0
  89. package/{feffery_antd_components → build/lib/feffery_antd_components}/AntdTestLink.py +0 -0
  90. package/build/lib/feffery_antd_components/AntdText.py +76 -0
  91. package/build/lib/feffery_antd_components/AntdTimePicker.py +99 -0
  92. package/build/lib/feffery_antd_components/AntdTimeRangePicker.py +99 -0
  93. package/build/lib/feffery_antd_components/AntdTimeline.py +72 -0
  94. package/build/lib/feffery_antd_components/AntdTitle.py +78 -0
  95. package/build/lib/feffery_antd_components/AntdTooltip.py +68 -0
  96. package/build/lib/feffery_antd_components/AntdTransfer.py +103 -0
  97. package/build/lib/feffery_antd_components/AntdTree.py +109 -0
  98. package/build/lib/feffery_antd_components/AntdTreeSelect.py +115 -0
  99. package/{feffery_antd_components → build/lib/feffery_antd_components}/AntdTypography.py +0 -0
  100. package/build/lib/feffery_antd_components/AntdUpload.py +124 -0
  101. package/build/lib/feffery_antd_components/AntdWatermark.py +68 -0
  102. package/{feffery_antd_components → build/lib/feffery_antd_components}/Link.py +0 -0
  103. package/build/lib/feffery_antd_components/__init__.py +53 -0
  104. package/build/lib/feffery_antd_components/_imports_.py +189 -0
  105. package/build/lib/feffery_antd_components/feffery_antd_components.min.js +1 -0
  106. package/build/lib/feffery_antd_components/metadata.json +19958 -0
  107. package/build/lib/feffery_antd_components/package-info.json +89 -0
  108. package/feffery_antd_components/AntdAlert.py +1 -1
  109. package/feffery_antd_components/AntdAnchor.py +1 -1
  110. package/feffery_antd_components/AntdAvatar.py +1 -1
  111. package/feffery_antd_components/AntdBackTop.py +1 -1
  112. package/feffery_antd_components/AntdButton.py +10 -6
  113. package/feffery_antd_components/AntdCarousel.py +1 -1
  114. package/feffery_antd_components/AntdCascader.py +9 -5
  115. package/feffery_antd_components/AntdCol.py +1 -1
  116. package/feffery_antd_components/AntdContent.py +1 -1
  117. package/feffery_antd_components/AntdCustomSkeleton.py +1 -1
  118. package/feffery_antd_components/AntdDraggerUpload.py +1 -1
  119. package/feffery_antd_components/AntdDrawer.py +1 -1
  120. package/feffery_antd_components/AntdFooter.py +1 -1
  121. package/feffery_antd_components/AntdHeader.py +1 -1
  122. package/feffery_antd_components/AntdIcon.py +8 -4
  123. package/feffery_antd_components/AntdImage.py +1 -1
  124. package/feffery_antd_components/AntdInput.py +16 -8
  125. package/feffery_antd_components/AntdInputNumber.py +11 -7
  126. package/feffery_antd_components/AntdLayout.py +1 -1
  127. package/feffery_antd_components/AntdModal.py +10 -4
  128. package/feffery_antd_components/AntdParagraph.py +1 -1
  129. package/feffery_antd_components/AntdPasteImage.py +1 -1
  130. package/feffery_antd_components/AntdPopupCard.py +72 -0
  131. package/feffery_antd_components/AntdRibbon.py +3 -3
  132. package/feffery_antd_components/AntdRow.py +1 -1
  133. package/feffery_antd_components/AntdSegmented.py +5 -3
  134. package/feffery_antd_components/AntdSegmentedColoring.py +7 -3
  135. package/feffery_antd_components/AntdSider.py +1 -1
  136. package/feffery_antd_components/AntdSkeleton.py +1 -1
  137. package/feffery_antd_components/AntdSpace.py +1 -1
  138. package/feffery_antd_components/AntdSpin.py +2 -2
  139. package/feffery_antd_components/AntdStatistic.py +1 -1
  140. package/feffery_antd_components/AntdTabPane.py +1 -1
  141. package/feffery_antd_components/AntdTable.py +55 -7
  142. package/feffery_antd_components/AntdTag.py +1 -1
  143. package/feffery_antd_components/AntdText.py +1 -1
  144. package/feffery_antd_components/AntdTitle.py +1 -1
  145. package/feffery_antd_components/AntdTree.py +6 -4
  146. package/feffery_antd_components/AntdTreeSelect.py +8 -6
  147. package/feffery_antd_components/_imports_.py +2 -0
  148. package/feffery_antd_components/feffery_antd_components.min.js +1 -1
  149. package/feffery_antd_components/metadata.json +1042 -93
  150. package/feffery_antd_components/package-info.json +6 -2
  151. package/git-operations.md +0 -1
  152. package/images//345/233/275/351/231/205/345/214/226/347/244/272/344/276/213.png +0 -0
  153. package/package.json +6 -2
  154. package/setup.py +0 -1
  155. package/src/FefferyAntdComponents.jl +4 -3
  156. package/src/jl/'feffery'_antdalert.jl +1 -1
  157. package/src/jl/'feffery'_antdanchor.jl +1 -1
  158. package/src/jl/'feffery'_antdavatar.jl +1 -1
  159. package/src/jl/'feffery'_antdbacktop.jl +1 -1
  160. package/src/jl/'feffery'_antdbutton.jl +4 -2
  161. package/src/jl/'feffery'_antdcarousel.jl +1 -1
  162. package/src/jl/'feffery'_antdcascader.jl +4 -2
  163. package/src/jl/'feffery'_antdcol.jl +1 -1
  164. package/src/jl/'feffery'_antdcontent.jl +1 -1
  165. package/src/jl/'feffery'_antdcustomskeleton.jl +1 -1
  166. package/src/jl/'feffery'_antddraggerupload.jl +1 -1
  167. package/src/jl/'feffery'_antddrawer.jl +1 -1
  168. package/src/jl/'feffery'_antdfooter.jl +1 -1
  169. package/src/jl/'feffery'_antdheader.jl +1 -1
  170. package/src/jl/'feffery'_antdicon.jl +4 -2
  171. package/src/jl/'feffery'_antdimage.jl +1 -1
  172. package/src/jl/'feffery'_antdinput.jl +8 -4
  173. package/src/jl/'feffery'_antdinputnumber.jl +5 -3
  174. package/src/jl/'feffery'_antdlayout.jl +1 -1
  175. package/src/jl/'feffery'_antdmodal.jl +5 -2
  176. package/src/jl/'feffery'_antdparagraph.jl +1 -1
  177. package/src/jl/'feffery'_antdpasteimage.jl +1 -1
  178. package/src/jl/'feffery'_antdpopupcard.jl +43 -0
  179. package/src/jl/'feffery'_antdribbon.jl +1 -1
  180. package/src/jl/'feffery'_antdrow.jl +1 -1
  181. package/src/jl/'feffery'_antdsegmented.jl +5 -4
  182. package/src/jl/'feffery'_antdsegmentedcoloring.jl +3 -1
  183. package/src/jl/'feffery'_antdsider.jl +1 -1
  184. package/src/jl/'feffery'_antdskeleton.jl +1 -1
  185. package/src/jl/'feffery'_antdspace.jl +1 -1
  186. package/src/jl/'feffery'_antdspin.jl +2 -2
  187. package/src/jl/'feffery'_antdstatistic.jl +1 -1
  188. package/src/jl/'feffery'_antdtable.jl +31 -4
  189. package/src/jl/'feffery'_antdtabpane.jl +1 -1
  190. package/src/jl/'feffery'_antdtag.jl +1 -1
  191. package/src/jl/'feffery'_antdtext.jl +1 -1
  192. package/src/jl/'feffery'_antdtitle.jl +1 -1
  193. package/src/jl/'feffery'_antdtree.jl +3 -2
  194. package/src/jl/'feffery'_antdtreeselect.jl +3 -2
  195. package/src/lib/components/AntdAlert.react.js +64 -50
  196. package/src/lib/components/AntdAnchor.react.js +79 -70
  197. package/src/lib/components/AntdAvatar.react.js +92 -76
  198. package/src/lib/components/AntdBackTop.react.js +37 -28
  199. package/src/lib/components/AntdButton.react.js +82 -54
  200. package/src/lib/components/AntdCarousel.react.js +43 -34
  201. package/src/lib/components/AntdCascader.react.js +128 -82
  202. package/src/lib/components/AntdCheckboxGroup.react.js +2 -0
  203. package/src/lib/components/AntdDrawer.react.js +68 -59
  204. package/src/lib/components/AntdIcon.react.js +70 -37
  205. package/src/lib/components/AntdImage.react.js +16 -3
  206. package/src/lib/components/AntdInput.react.js +212 -175
  207. package/src/lib/components/AntdInputNumber.react.js +12 -2
  208. package/src/lib/components/AntdModal.react.js +22 -1
  209. package/src/lib/components/AntdPasteImage.react.js +11 -2
  210. package/src/lib/components/AntdPopupCard.react.js +241 -0
  211. package/src/lib/components/AntdRibbon.react.js +1 -1
  212. package/src/lib/components/AntdSegmented.react.js +19 -4
  213. package/src/lib/components/AntdSegmentedColoring.react.js +107 -82
  214. package/src/lib/components/AntdSelect.react.js +5 -0
  215. package/src/lib/components/AntdSpace.react.js +63 -46
  216. package/src/lib/components/AntdSpin.react.js +21 -6
  217. package/src/lib/components/AntdStatistic.react.js +68 -59
  218. package/src/lib/components/AntdTable.react.js +252 -18
  219. package/src/lib/components/AntdTag.react.js +38 -28
  220. package/src/lib/components/AntdTree.react.js +182 -136
  221. package/src/lib/components/AntdTreeSelect.react.js +144 -101
  222. package/src/lib/components/grid/AntdCol.react.js +61 -52
  223. package/src/lib/components/grid/AntdRow.react.js +46 -37
  224. package/src/lib/components/layout/AntdContent.react.js +35 -26
  225. package/src/lib/components/layout/AntdFooter.react.js +36 -27
  226. package/src/lib/components/layout/AntdHeader.react.js +35 -26
  227. package/src/lib/components/layout/AntdLayout.react.js +35 -26
  228. package/src/lib/components/layout/AntdSider.react.js +61 -52
  229. package/src/lib/components/skeleton/AntdCustomSkeleton.react.js +11 -3
  230. package/src/lib/components/skeleton/AntdSkeleton.react.js +11 -2
  231. package/src/lib/components/styles.css +4 -0
  232. package/src/lib/components/tabs/AntdTabPane.react.js +46 -37
  233. package/src/lib/components/typography/AntdParagraph.react.js +59 -50
  234. package/src/lib/components/typography/AntdText.react.js +61 -52
  235. package/src/lib/components/typography/AntdTitle.react.js +63 -54
  236. package/src/lib/components/upload/AntdDraggerUpload.react.js +11 -2
  237. package/src/lib/components/utils.js +17 -2
  238. package/src/lib/index.js +24 -1
  239. package/tests/DebounceTest/app.py +89 -0
  240. package/tests/SegmentedColoringTest/app.py +106 -0
  241. package/tests/TableCellClickTest/app.py +67 -0
  242. package/tests/TableCellRowMergeTest/app.py +88 -0
  243. package/tests/TableEmptyContentTest/app.py +37 -0
  244. package/tests/TableMiniChartAdvanceTest/app.py +85 -0
  245. package/tests/TreeNodeStyleTest/app.py +73 -0
  246. package/tests/TreeTest/app.py +96 -0
  247. package/tests/VirtualClassNameTest/app.py +49 -0
  248. package/usage.py +11 -82
  249. package/webpack.config.js +45 -11
  250. package/tests/UploadTest/app.py +0 -70
@@ -0,0 +1,78 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdBreadcrumb(Component):
7
+ """An AntdBreadcrumb component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - id (string; optional)
13
+
14
+ - className (string; optional)
15
+
16
+ - items (list of dicts; optional)
17
+
18
+ `items` is a list of dicts with keys:
19
+
20
+ - href (string; optional)
21
+
22
+ - icon (string; optional)
23
+
24
+ - menuItems (list of dicts; optional)
25
+
26
+ `menuItems` is a list of dicts with keys:
27
+
28
+ - disabled (boolean; optional)
29
+
30
+ - href (string; optional)
31
+
32
+ - icon (string; optional)
33
+
34
+ - target (string; optional)
35
+
36
+ - title (string; optional)
37
+
38
+ - target (string; optional)
39
+
40
+ - title (string; optional)
41
+
42
+ - key (string; optional)
43
+
44
+ - loading_state (dict; optional)
45
+
46
+ `loading_state` is a dict with keys:
47
+
48
+ - component_name (string; optional):
49
+ Holds the name of the component that is loading.
50
+
51
+ - is_loading (boolean; optional):
52
+ Determines if the component is loading or not.
53
+
54
+ - prop_name (string; optional):
55
+ Holds which property is loading.
56
+
57
+ - separator (string; optional)
58
+
59
+ - style (dict; optional)"""
60
+ _children_props = []
61
+ _base_nodes = ['children']
62
+ _namespace = 'feffery_antd_components'
63
+ _type = 'AntdBreadcrumb'
64
+ @_explicitize_args
65
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, items=Component.UNDEFINED, separator=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
66
+ self._prop_names = ['id', 'className', 'items', 'key', 'loading_state', 'separator', 'style']
67
+ self._valid_wildcard_attributes = []
68
+ self.available_properties = ['id', 'className', 'items', 'key', 'loading_state', 'separator', 'style']
69
+ self.available_wildcard_properties = []
70
+ _explicit_args = kwargs.pop('_explicit_args')
71
+ _locals = locals()
72
+ _locals.update(kwargs) # For wildcard attrs and excess named props
73
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
74
+ for k in []:
75
+ if k not in args:
76
+ raise TypeError(
77
+ 'Required argument `' + k + '` was not specified.')
78
+ super(AntdBreadcrumb, self).__init__(**args)
@@ -0,0 +1,76 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdButton(Component):
7
+ """An AntdButton component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional)
13
+
14
+ - id (string; optional)
15
+
16
+ - block (boolean; default False)
17
+
18
+ - className (string | dict; optional)
19
+
20
+ - danger (boolean; default False)
21
+
22
+ - debounceWait (number; default 0)
23
+
24
+ - disabled (boolean; default False)
25
+
26
+ - href (string; optional)
27
+
28
+ - icon (a list of or a singular dash component, string or number; optional)
29
+
30
+ - key (string; optional)
31
+
32
+ - loading (boolean; optional)
33
+
34
+ - loading_state (dict; optional)
35
+
36
+ `loading_state` is a dict with keys:
37
+
38
+ - component_name (string; optional):
39
+ Holds the name of the component that is loading.
40
+
41
+ - is_loading (boolean; optional):
42
+ Determines if the component is loading or not.
43
+
44
+ - prop_name (string; optional):
45
+ Holds which property is loading.
46
+
47
+ - nClicks (number; default 0)
48
+
49
+ - shape (a value equal to: 'circle', 'round'; optional)
50
+
51
+ - size (a value equal to: 'small', 'middle', 'large'; optional)
52
+
53
+ - style (dict; optional)
54
+
55
+ - target (string; optional)
56
+
57
+ - type (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; default 'default')"""
58
+ _children_props = ['icon']
59
+ _base_nodes = ['icon', 'children']
60
+ _namespace = 'feffery_antd_components'
61
+ _type = 'AntdButton'
62
+ @_explicitize_args
63
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, type=Component.UNDEFINED, href=Component.UNDEFINED, target=Component.UNDEFINED, block=Component.UNDEFINED, danger=Component.UNDEFINED, disabled=Component.UNDEFINED, shape=Component.UNDEFINED, size=Component.UNDEFINED, nClicks=Component.UNDEFINED, debounceWait=Component.UNDEFINED, icon=Component.UNDEFINED, loading=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
64
+ self._prop_names = ['children', 'id', 'block', 'className', 'danger', 'debounceWait', 'disabled', 'href', 'icon', 'key', 'loading', 'loading_state', 'nClicks', 'shape', 'size', 'style', 'target', 'type']
65
+ self._valid_wildcard_attributes = []
66
+ self.available_properties = ['children', 'id', 'block', 'className', 'danger', 'debounceWait', 'disabled', 'href', 'icon', 'key', 'loading', 'loading_state', 'nClicks', 'shape', 'size', 'style', 'target', 'type']
67
+ self.available_wildcard_properties = []
68
+ _explicit_args = kwargs.pop('_explicit_args')
69
+ _locals = locals()
70
+ _locals.update(kwargs) # For wildcard attrs and excess named props
71
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
72
+ for k in []:
73
+ if k not in args:
74
+ raise TypeError(
75
+ 'Required argument `' + k + '` was not specified.')
76
+ super(AntdButton, self).__init__(children=children, **args)
@@ -0,0 +1,79 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCalendar(Component):
7
+ """An AntdCalendar component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - id (string; optional)
13
+
14
+ - className (string; optional)
15
+
16
+ - defaultValue (string; optional)
17
+
18
+ - format (string; default 'YYYY-MM-DD')
19
+
20
+ - key (string; optional)
21
+
22
+ - loading_state (dict; optional)
23
+
24
+ `loading_state` is a dict with keys:
25
+
26
+ - component_name (string; optional):
27
+ Holds the name of the component that is loading.
28
+
29
+ - is_loading (boolean; optional):
30
+ Determines if the component is loading or not.
31
+
32
+ - prop_name (string; optional):
33
+ Holds which property is loading.
34
+
35
+ - locale (a value equal to: 'zh-cn', 'en-us'; default 'zh-cn')
36
+
37
+ - persisted_props (list of a value equal to: 'value's; default ['value']):
38
+ Properties whose user interactions will persist after refreshing
39
+ the component or the page. Since only `value` is allowed this
40
+ prop can normally be ignored.
41
+
42
+ - persistence (boolean | string | number; optional):
43
+ Used to allow user interactions in this component to be persisted
44
+ when the component - or the page - is refreshed. If `persisted`
45
+ is truthy and hasn't changed from its previous value, a `value`
46
+ that the user has changed while using the app will keep that
47
+ change, as long as the new `value` also matches what was given
48
+ originally. Used in conjunction with `persistence_type`.
49
+
50
+ - persistence_type (a value equal to: 'local', 'session', 'memory'; default 'local'):
51
+ Where persisted user changes will be stored: memory: only kept in
52
+ memory, reset on page refresh. local: window.localStorage, data
53
+ is kept after the browser quit. session: window.sessionStorage,
54
+ data is cleared once the browser quit.
55
+
56
+ - size (a value equal to: 'default', 'large'; default 'default')
57
+
58
+ - style (dict; optional)
59
+
60
+ - value (string; optional)"""
61
+ _children_props = []
62
+ _base_nodes = ['children']
63
+ _namespace = 'feffery_antd_components'
64
+ _type = 'AntdCalendar'
65
+ @_explicitize_args
66
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, defaultValue=Component.UNDEFINED, value=Component.UNDEFINED, format=Component.UNDEFINED, size=Component.UNDEFINED, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
67
+ self._prop_names = ['id', 'className', 'defaultValue', 'format', 'key', 'loading_state', 'locale', 'persisted_props', 'persistence', 'persistence_type', 'size', 'style', 'value']
68
+ self._valid_wildcard_attributes = []
69
+ self.available_properties = ['id', 'className', 'defaultValue', 'format', 'key', 'loading_state', 'locale', 'persisted_props', 'persistence', 'persistence_type', 'size', 'style', 'value']
70
+ self.available_wildcard_properties = []
71
+ _explicit_args = kwargs.pop('_explicit_args')
72
+ _locals = locals()
73
+ _locals.update(kwargs) # For wildcard attrs and excess named props
74
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
75
+ for k in []:
76
+ if k not in args:
77
+ raise TypeError(
78
+ 'Required argument `' + k + '` was not specified.')
79
+ super(AntdCalendar, self).__init__(**args)
@@ -0,0 +1,90 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCard(Component):
7
+ """An AntdCard component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional):
13
+ The content of the tab - will only be displayed if this tab is
14
+ selected.
15
+
16
+ - id (string; optional)
17
+
18
+ - bodyStyle (dict; optional)
19
+
20
+ - bordered (boolean; optional)
21
+
22
+ - className (string; optional)
23
+
24
+ - coverImg (dict; optional)
25
+
26
+ `coverImg` is a dict with keys:
27
+
28
+ - alt (string; optional)
29
+
30
+ - src (string; optional)
31
+
32
+ - style (dict; optional)
33
+
34
+ - extraLink (dict; optional)
35
+
36
+ `extraLink` is a dict with keys:
37
+
38
+ - className (string; optional)
39
+
40
+ - content (string; optional)
41
+
42
+ - href (string; optional)
43
+
44
+ - style (dict; optional)
45
+
46
+ - target (string; optional)
47
+
48
+ - headStyle (dict; optional)
49
+
50
+ - hoverable (boolean; optional)
51
+
52
+ - key (string; optional)
53
+
54
+ - loading_state (dict; optional)
55
+
56
+ `loading_state` is a dict with keys:
57
+
58
+ - component_name (string; optional):
59
+ Holds the name of the component that is loading.
60
+
61
+ - is_loading (boolean; optional):
62
+ Determines if the component is loading or not.
63
+
64
+ - prop_name (string; optional):
65
+ Holds which property is loading.
66
+
67
+ - size (a value equal to: 'default', 'small'; optional)
68
+
69
+ - style (dict; optional)
70
+
71
+ - title (string; optional)"""
72
+ _children_props = []
73
+ _base_nodes = ['children']
74
+ _namespace = 'feffery_antd_components'
75
+ _type = 'AntdCard'
76
+ @_explicitize_args
77
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, extraLink=Component.UNDEFINED, coverImg=Component.UNDEFINED, bodyStyle=Component.UNDEFINED, headStyle=Component.UNDEFINED, bordered=Component.UNDEFINED, hoverable=Component.UNDEFINED, size=Component.UNDEFINED, title=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
78
+ self._prop_names = ['children', 'id', 'bodyStyle', 'bordered', 'className', 'coverImg', 'extraLink', 'headStyle', 'hoverable', 'key', 'loading_state', 'size', 'style', 'title']
79
+ self._valid_wildcard_attributes = []
80
+ self.available_properties = ['children', 'id', 'bodyStyle', 'bordered', 'className', 'coverImg', 'extraLink', 'headStyle', 'hoverable', 'key', 'loading_state', 'size', 'style', 'title']
81
+ self.available_wildcard_properties = []
82
+ _explicit_args = kwargs.pop('_explicit_args')
83
+ _locals = locals()
84
+ _locals.update(kwargs) # For wildcard attrs and excess named props
85
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
86
+ for k in []:
87
+ if k not in args:
88
+ raise TypeError(
89
+ 'Required argument `' + k + '` was not specified.')
90
+ super(AntdCard, self).__init__(children=children, **args)
@@ -0,0 +1,56 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCardGrid(Component):
7
+ """An AntdCardGrid component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional):
13
+ The content of the tab - will only be displayed if this tab is
14
+ selected.
15
+
16
+ - id (string; optional)
17
+
18
+ - className (string; optional)
19
+
20
+ - hoverable (boolean; optional)
21
+
22
+ - key (string; optional)
23
+
24
+ - loading_state (dict; optional)
25
+
26
+ `loading_state` is a dict with keys:
27
+
28
+ - component_name (string; optional):
29
+ Holds the name of the component that is loading.
30
+
31
+ - is_loading (boolean; optional):
32
+ Determines if the component is loading or not.
33
+
34
+ - prop_name (string; optional):
35
+ Holds which property is loading.
36
+
37
+ - style (dict; optional)"""
38
+ _children_props = []
39
+ _base_nodes = ['children']
40
+ _namespace = 'feffery_antd_components'
41
+ _type = 'AntdCardGrid'
42
+ @_explicitize_args
43
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, hoverable=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
44
+ self._prop_names = ['children', 'id', 'className', 'hoverable', 'key', 'loading_state', 'style']
45
+ self._valid_wildcard_attributes = []
46
+ self.available_properties = ['children', 'id', 'className', 'hoverable', 'key', 'loading_state', 'style']
47
+ self.available_wildcard_properties = []
48
+ _explicit_args = kwargs.pop('_explicit_args')
49
+ _locals = locals()
50
+ _locals.update(kwargs) # For wildcard attrs and excess named props
51
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
52
+ for k in []:
53
+ if k not in args:
54
+ raise TypeError(
55
+ 'Required argument `' + k + '` was not specified.')
56
+ super(AntdCardGrid, self).__init__(children=children, **args)
@@ -0,0 +1,60 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCarousel(Component):
7
+ """An AntdCarousel component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional)
13
+
14
+ - id (string; optional)
15
+
16
+ - autoplay (boolean; optional)
17
+
18
+ - className (string | dict; optional)
19
+
20
+ - dotPosition (a value equal to: 'top', 'bottom', 'left', 'right'; optional)
21
+
22
+ - easing (string; optional)
23
+
24
+ - effect (a value equal to: 'scrollx', 'fade'; optional)
25
+
26
+ - key (string; optional)
27
+
28
+ - loading_state (dict; optional)
29
+
30
+ `loading_state` is a dict with keys:
31
+
32
+ - component_name (string; optional):
33
+ Holds the name of the component that is loading.
34
+
35
+ - is_loading (boolean; optional):
36
+ Determines if the component is loading or not.
37
+
38
+ - prop_name (string; optional):
39
+ Holds which property is loading.
40
+
41
+ - style (dict; optional)"""
42
+ _children_props = []
43
+ _base_nodes = ['children']
44
+ _namespace = 'feffery_antd_components'
45
+ _type = 'AntdCarousel'
46
+ @_explicitize_args
47
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, autoplay=Component.UNDEFINED, dotPosition=Component.UNDEFINED, easing=Component.UNDEFINED, effect=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
48
+ self._prop_names = ['children', 'id', 'autoplay', 'className', 'dotPosition', 'easing', 'effect', 'key', 'loading_state', 'style']
49
+ self._valid_wildcard_attributes = []
50
+ self.available_properties = ['children', 'id', 'autoplay', 'className', 'dotPosition', 'easing', 'effect', 'key', 'loading_state', 'style']
51
+ self.available_wildcard_properties = []
52
+ _explicit_args = kwargs.pop('_explicit_args')
53
+ _locals = locals()
54
+ _locals.update(kwargs) # For wildcard attrs and excess named props
55
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
56
+ for k in []:
57
+ if k not in args:
58
+ raise TypeError(
59
+ 'Required argument `' + k + '` was not specified.')
60
+ super(AntdCarousel, self).__init__(children=children, **args)
@@ -0,0 +1,103 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCascader(Component):
7
+ """An AntdCascader component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - id (string; optional)
13
+
14
+ - allowClear (boolean; optional)
15
+
16
+ - bordered (boolean; optional)
17
+
18
+ - changeOnSelect (boolean; default False)
19
+
20
+ - className (string; optional)
21
+
22
+ - defaultValue (list of strings | list of list of stringss; optional)
23
+
24
+ - disabled (boolean; optional)
25
+
26
+ - expandTrigger (a value equal to: 'click', 'hover'; optional)
27
+
28
+ - key (string; optional)
29
+
30
+ - loading_state (dict; optional)
31
+
32
+ `loading_state` is a dict with keys:
33
+
34
+ - component_name (string; optional):
35
+ Holds the name of the component that is loading.
36
+
37
+ - is_loading (boolean; optional):
38
+ Determines if the component is loading or not.
39
+
40
+ - prop_name (string; optional):
41
+ Holds which property is loading.
42
+
43
+ - locale (a value equal to: 'zh-cn', 'en-us'; default 'zh-cn')
44
+
45
+ - maxTagCount (number | a value equal to: 'responsive'; optional)
46
+
47
+ - multiple (boolean; optional)
48
+
49
+ - options (list; required)
50
+
51
+ - optionsMode (a value equal to: 'tree', 'flat'; default 'tree')
52
+
53
+ - persisted_props (list of a value equal to: 'value's; default ['value']):
54
+ Properties whose user interactions will persist after refreshing
55
+ the component or the page. Since only `value` is allowed this
56
+ prop can normally be ignored.
57
+
58
+ - persistence (boolean | string | number; optional):
59
+ Used to allow user interactions in this component to be persisted
60
+ when the component - or the page - is refreshed. If `persisted`
61
+ is truthy and hasn't changed from its previous value, a `value`
62
+ that the user has changed while using the app will keep that
63
+ change, as long as the new `value` also matches what was given
64
+ originally. Used in conjunction with `persistence_type`.
65
+
66
+ - persistence_type (a value equal to: 'local', 'session', 'memory'; default 'local'):
67
+ Where persisted user changes will be stored: memory: only kept in
68
+ memory, reset on page refresh. local: window.localStorage, data
69
+ is kept after the browser quit. session: window.sessionStorage,
70
+ data is cleared once the browser quit.
71
+
72
+ - placeholder (string; optional)
73
+
74
+ - placement (a value equal to: 'bottomLeft', 'bottomRight', 'topLeft', 'topRight'; optional)
75
+
76
+ - showCheckedStrategy (a value equal to: 'show-parent', 'show-children'; default 'show-parent')
77
+
78
+ - size (a value equal to: 'small', 'middle', 'large'; optional)
79
+
80
+ - status (a value equal to: 'error', 'warning'; optional)
81
+
82
+ - style (dict; optional)
83
+
84
+ - value (list of strings | list of list of stringss; optional)"""
85
+ _children_props = []
86
+ _base_nodes = ['children']
87
+ _namespace = 'feffery_antd_components'
88
+ _type = 'AntdCascader'
89
+ @_explicitize_args
90
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, options=Component.REQUIRED, optionsMode=Component.UNDEFINED, disabled=Component.UNDEFINED, changeOnSelect=Component.UNDEFINED, size=Component.UNDEFINED, bordered=Component.UNDEFINED, placeholder=Component.UNDEFINED, placement=Component.UNDEFINED, defaultValue=Component.UNDEFINED, maxTagCount=Component.UNDEFINED, multiple=Component.UNDEFINED, value=Component.UNDEFINED, expandTrigger=Component.UNDEFINED, status=Component.UNDEFINED, allowClear=Component.UNDEFINED, showCheckedStrategy=Component.UNDEFINED, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
91
+ self._prop_names = ['id', 'allowClear', 'bordered', 'changeOnSelect', 'className', 'defaultValue', 'disabled', 'expandTrigger', 'key', 'loading_state', 'locale', 'maxTagCount', 'multiple', 'options', 'optionsMode', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'placement', 'showCheckedStrategy', 'size', 'status', 'style', 'value']
92
+ self._valid_wildcard_attributes = []
93
+ self.available_properties = ['id', 'allowClear', 'bordered', 'changeOnSelect', 'className', 'defaultValue', 'disabled', 'expandTrigger', 'key', 'loading_state', 'locale', 'maxTagCount', 'multiple', 'options', 'optionsMode', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'placement', 'showCheckedStrategy', 'size', 'status', 'style', 'value']
94
+ self.available_wildcard_properties = []
95
+ _explicit_args = kwargs.pop('_explicit_args')
96
+ _locals = locals()
97
+ _locals.update(kwargs) # For wildcard attrs and excess named props
98
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
99
+ for k in ['options']:
100
+ if k not in args:
101
+ raise TypeError(
102
+ 'Required argument `' + k + '` was not specified.')
103
+ super(AntdCascader, self).__init__(**args)
@@ -0,0 +1,64 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCheckCard(Component):
7
+ """An AntdCheckCard component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional)
13
+
14
+ - id (string; optional)
15
+
16
+ - bordered (boolean; optional)
17
+
18
+ - checked (boolean; optional)
19
+
20
+ - className (string; optional)
21
+
22
+ - defaultChecked (boolean; optional)
23
+
24
+ - disabled (boolean; optional)
25
+
26
+ - key (string; optional)
27
+
28
+ - loading_state (dict; optional)
29
+
30
+ `loading_state` is a dict with keys:
31
+
32
+ - component_name (string; optional):
33
+ Holds the name of the component that is loading.
34
+
35
+ - is_loading (boolean; optional):
36
+ Determines if the component is loading or not.
37
+
38
+ - prop_name (string; optional):
39
+ Holds which property is loading.
40
+
41
+ - size (a value equal to: 'small', 'default', 'large'; optional)
42
+
43
+ - style (dict; optional)
44
+
45
+ - value (string; optional)"""
46
+ _children_props = []
47
+ _base_nodes = ['children']
48
+ _namespace = 'feffery_antd_components'
49
+ _type = 'AntdCheckCard'
50
+ @_explicitize_args
51
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, checked=Component.UNDEFINED, bordered=Component.UNDEFINED, value=Component.UNDEFINED, defaultChecked=Component.UNDEFINED, disabled=Component.UNDEFINED, size=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
52
+ self._prop_names = ['children', 'id', 'bordered', 'checked', 'className', 'defaultChecked', 'disabled', 'key', 'loading_state', 'size', 'style', 'value']
53
+ self._valid_wildcard_attributes = []
54
+ self.available_properties = ['children', 'id', 'bordered', 'checked', 'className', 'defaultChecked', 'disabled', 'key', 'loading_state', 'size', 'style', 'value']
55
+ self.available_wildcard_properties = []
56
+ _explicit_args = kwargs.pop('_explicit_args')
57
+ _locals = locals()
58
+ _locals.update(kwargs) # For wildcard attrs and excess named props
59
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
60
+ for k in []:
61
+ if k not in args:
62
+ raise TypeError(
63
+ 'Required argument `' + k + '` was not specified.')
64
+ super(AntdCheckCard, self).__init__(children=children, **args)
@@ -0,0 +1,64 @@
1
+ # AUTO GENERATED FILE - DO NOT EDIT
2
+
3
+ from dash.development.base_component import Component, _explicitize_args
4
+
5
+
6
+ class AntdCheckCardGroup(Component):
7
+ """An AntdCheckCardGroup component.
8
+
9
+
10
+ Keyword arguments:
11
+
12
+ - children (a list of or a singular dash component, string or number; optional)
13
+
14
+ - id (string; optional)
15
+
16
+ - bordered (boolean; optional)
17
+
18
+ - className (string; optional)
19
+
20
+ - defaultValue (string | list of strings; optional)
21
+
22
+ - disabled (boolean; optional)
23
+
24
+ - key (string; optional)
25
+
26
+ - loading_state (dict; optional)
27
+
28
+ `loading_state` is a dict with keys:
29
+
30
+ - component_name (string; optional):
31
+ Holds the name of the component that is loading.
32
+
33
+ - is_loading (boolean; optional):
34
+ Determines if the component is loading or not.
35
+
36
+ - prop_name (string; optional):
37
+ Holds which property is loading.
38
+
39
+ - multiple (boolean; optional)
40
+
41
+ - size (a value equal to: 'small', 'default', 'large'; optional)
42
+
43
+ - style (dict; optional)
44
+
45
+ - value (string | list of strings; optional)"""
46
+ _children_props = []
47
+ _base_nodes = ['children']
48
+ _namespace = 'feffery_antd_components'
49
+ _type = 'AntdCheckCardGroup'
50
+ @_explicitize_args
51
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, multiple=Component.UNDEFINED, bordered=Component.UNDEFINED, value=Component.UNDEFINED, defaultValue=Component.UNDEFINED, disabled=Component.UNDEFINED, size=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
52
+ self._prop_names = ['children', 'id', 'bordered', 'className', 'defaultValue', 'disabled', 'key', 'loading_state', 'multiple', 'size', 'style', 'value']
53
+ self._valid_wildcard_attributes = []
54
+ self.available_properties = ['children', 'id', 'bordered', 'className', 'defaultValue', 'disabled', 'key', 'loading_state', 'multiple', 'size', 'style', 'value']
55
+ self.available_wildcard_properties = []
56
+ _explicit_args = kwargs.pop('_explicit_args')
57
+ _locals = locals()
58
+ _locals.update(kwargs) # For wildcard attrs and excess named props
59
+ args = {k: _locals[k] for k in _explicit_args if k != 'children'}
60
+ for k in []:
61
+ if k not in args:
62
+ raise TypeError(
63
+ 'Required argument `' + k + '` was not specified.')
64
+ super(AntdCheckCardGroup, self).__init__(children=children, **args)