feffery_antd_components 0.1.16 → 0.2.0-rc0

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 (148) 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/feffery_antd_components/AntdAlert.py +1 -1
  7. package/feffery_antd_components/AntdAnchor.py +1 -1
  8. package/feffery_antd_components/AntdAvatar.py +1 -1
  9. package/feffery_antd_components/AntdBackTop.py +1 -1
  10. package/feffery_antd_components/AntdButton.py +10 -6
  11. package/feffery_antd_components/AntdCarousel.py +1 -1
  12. package/feffery_antd_components/AntdCascader.py +9 -5
  13. package/feffery_antd_components/AntdCol.py +1 -1
  14. package/feffery_antd_components/AntdContent.py +1 -1
  15. package/feffery_antd_components/AntdCustomSkeleton.py +1 -1
  16. package/feffery_antd_components/AntdDraggerUpload.py +1 -1
  17. package/feffery_antd_components/AntdDrawer.py +1 -1
  18. package/feffery_antd_components/AntdFooter.py +1 -1
  19. package/feffery_antd_components/AntdHeader.py +1 -1
  20. package/feffery_antd_components/AntdIcon.py +8 -4
  21. package/feffery_antd_components/AntdImage.py +1 -1
  22. package/feffery_antd_components/AntdInput.py +16 -8
  23. package/feffery_antd_components/AntdInputNumber.py +11 -7
  24. package/feffery_antd_components/AntdLayout.py +1 -1
  25. package/feffery_antd_components/AntdModal.py +10 -4
  26. package/feffery_antd_components/AntdParagraph.py +1 -1
  27. package/feffery_antd_components/AntdPasteImage.py +1 -1
  28. package/feffery_antd_components/AntdPopupCard.py +72 -0
  29. package/feffery_antd_components/AntdRibbon.py +3 -3
  30. package/feffery_antd_components/AntdRow.py +1 -1
  31. package/feffery_antd_components/AntdSegmented.py +5 -3
  32. package/feffery_antd_components/AntdSegmentedColoring.py +7 -3
  33. package/feffery_antd_components/AntdSider.py +1 -1
  34. package/feffery_antd_components/AntdSkeleton.py +1 -1
  35. package/feffery_antd_components/AntdSpace.py +1 -1
  36. package/feffery_antd_components/AntdSpin.py +2 -2
  37. package/feffery_antd_components/AntdStatistic.py +1 -1
  38. package/feffery_antd_components/AntdTabPane.py +1 -1
  39. package/feffery_antd_components/AntdTable.py +55 -7
  40. package/feffery_antd_components/AntdTag.py +1 -1
  41. package/feffery_antd_components/AntdText.py +1 -1
  42. package/feffery_antd_components/AntdTitle.py +1 -1
  43. package/feffery_antd_components/AntdTree.py +6 -4
  44. package/feffery_antd_components/AntdTreeSelect.py +8 -6
  45. package/feffery_antd_components/_imports_.py +2 -0
  46. package/feffery_antd_components/feffery_antd_components.min.js +1 -1
  47. package/feffery_antd_components/metadata.json +1042 -93
  48. package/feffery_antd_components/package-info.json +6 -2
  49. package/git-operations.md +0 -1
  50. package/images//345/233/275/351/231/205/345/214/226/347/244/272/344/276/213.png +0 -0
  51. package/package.json +6 -2
  52. package/setup.py +0 -1
  53. package/src/FefferyAntdComponents.jl +4 -3
  54. package/src/jl/'feffery'_antdalert.jl +1 -1
  55. package/src/jl/'feffery'_antdanchor.jl +1 -1
  56. package/src/jl/'feffery'_antdavatar.jl +1 -1
  57. package/src/jl/'feffery'_antdbacktop.jl +1 -1
  58. package/src/jl/'feffery'_antdbutton.jl +4 -2
  59. package/src/jl/'feffery'_antdcarousel.jl +1 -1
  60. package/src/jl/'feffery'_antdcascader.jl +4 -2
  61. package/src/jl/'feffery'_antdcol.jl +1 -1
  62. package/src/jl/'feffery'_antdcontent.jl +1 -1
  63. package/src/jl/'feffery'_antdcustomskeleton.jl +1 -1
  64. package/src/jl/'feffery'_antddraggerupload.jl +1 -1
  65. package/src/jl/'feffery'_antddrawer.jl +1 -1
  66. package/src/jl/'feffery'_antdfooter.jl +1 -1
  67. package/src/jl/'feffery'_antdheader.jl +1 -1
  68. package/src/jl/'feffery'_antdicon.jl +4 -2
  69. package/src/jl/'feffery'_antdimage.jl +1 -1
  70. package/src/jl/'feffery'_antdinput.jl +8 -4
  71. package/src/jl/'feffery'_antdinputnumber.jl +5 -3
  72. package/src/jl/'feffery'_antdlayout.jl +1 -1
  73. package/src/jl/'feffery'_antdmodal.jl +5 -2
  74. package/src/jl/'feffery'_antdparagraph.jl +1 -1
  75. package/src/jl/'feffery'_antdpasteimage.jl +1 -1
  76. package/src/jl/'feffery'_antdpopupcard.jl +43 -0
  77. package/src/jl/'feffery'_antdribbon.jl +1 -1
  78. package/src/jl/'feffery'_antdrow.jl +1 -1
  79. package/src/jl/'feffery'_antdsegmented.jl +5 -4
  80. package/src/jl/'feffery'_antdsegmentedcoloring.jl +3 -1
  81. package/src/jl/'feffery'_antdsider.jl +1 -1
  82. package/src/jl/'feffery'_antdskeleton.jl +1 -1
  83. package/src/jl/'feffery'_antdspace.jl +1 -1
  84. package/src/jl/'feffery'_antdspin.jl +2 -2
  85. package/src/jl/'feffery'_antdstatistic.jl +1 -1
  86. package/src/jl/'feffery'_antdtable.jl +31 -4
  87. package/src/jl/'feffery'_antdtabpane.jl +1 -1
  88. package/src/jl/'feffery'_antdtag.jl +1 -1
  89. package/src/jl/'feffery'_antdtext.jl +1 -1
  90. package/src/jl/'feffery'_antdtitle.jl +1 -1
  91. package/src/jl/'feffery'_antdtree.jl +3 -2
  92. package/src/jl/'feffery'_antdtreeselect.jl +3 -2
  93. package/src/lib/components/AntdAlert.react.js +16 -3
  94. package/src/lib/components/AntdAnchor.react.js +79 -70
  95. package/src/lib/components/AntdAvatar.react.js +21 -4
  96. package/src/lib/components/AntdBackTop.react.js +11 -2
  97. package/src/lib/components/AntdButton.react.js +82 -54
  98. package/src/lib/components/AntdCarousel.react.js +11 -2
  99. package/src/lib/components/AntdCascader.react.js +128 -82
  100. package/src/lib/components/AntdCheckboxGroup.react.js +2 -0
  101. package/src/lib/components/AntdDrawer.react.js +11 -2
  102. package/src/lib/components/AntdIcon.react.js +70 -37
  103. package/src/lib/components/AntdImage.react.js +16 -3
  104. package/src/lib/components/AntdInput.react.js +212 -175
  105. package/src/lib/components/AntdInputNumber.react.js +12 -2
  106. package/src/lib/components/AntdModal.react.js +22 -1
  107. package/src/lib/components/AntdPasteImage.react.js +11 -2
  108. package/src/lib/components/AntdPopupCard.react.js +241 -0
  109. package/src/lib/components/AntdRibbon.react.js +1 -1
  110. package/src/lib/components/AntdSegmented.react.js +19 -4
  111. package/src/lib/components/AntdSegmentedColoring.react.js +107 -82
  112. package/src/lib/components/AntdSelect.react.js +5 -0
  113. package/src/lib/components/AntdSpace.react.js +21 -4
  114. package/src/lib/components/AntdSpin.react.js +21 -6
  115. package/src/lib/components/AntdStatistic.react.js +11 -2
  116. package/src/lib/components/AntdTable.react.js +252 -18
  117. package/src/lib/components/AntdTag.react.js +12 -2
  118. package/src/lib/components/AntdTree.react.js +182 -136
  119. package/src/lib/components/AntdTreeSelect.react.js +144 -101
  120. package/src/lib/components/grid/AntdCol.react.js +11 -2
  121. package/src/lib/components/grid/AntdRow.react.js +12 -3
  122. package/src/lib/components/layout/AntdContent.react.js +11 -2
  123. package/src/lib/components/layout/AntdFooter.react.js +11 -2
  124. package/src/lib/components/layout/AntdHeader.react.js +11 -2
  125. package/src/lib/components/layout/AntdLayout.react.js +11 -2
  126. package/src/lib/components/layout/AntdSider.react.js +11 -2
  127. package/src/lib/components/skeleton/AntdCustomSkeleton.react.js +11 -3
  128. package/src/lib/components/skeleton/AntdSkeleton.react.js +11 -2
  129. package/src/lib/components/styles.css +4 -0
  130. package/src/lib/components/tabs/AntdTabPane.react.js +11 -2
  131. package/src/lib/components/typography/AntdParagraph.react.js +11 -2
  132. package/src/lib/components/typography/AntdText.react.js +11 -2
  133. package/src/lib/components/typography/AntdTitle.react.js +11 -2
  134. package/src/lib/components/upload/AntdDraggerUpload.react.js +11 -2
  135. package/src/lib/components/utils.js +17 -2
  136. package/src/lib/index.js +24 -1
  137. package/tests/DebounceTest/app.py +89 -0
  138. package/tests/SegmentedColoringTest/app.py +106 -0
  139. package/tests/TableCellClickTest/app.py +67 -0
  140. package/tests/TableCellRowMergeTest/app.py +88 -0
  141. package/tests/TableEmptyContentTest/app.py +37 -0
  142. package/tests/TableMiniChartAdvanceTest/app.py +85 -0
  143. package/tests/TreeNodeStyleTest/app.py +73 -0
  144. package/tests/TreeTest/app.py +96 -0
  145. package/tests/VirtualClassNameTest/app.py +49 -0
  146. package/usage.py +125 -62
  147. package/webpack.config.js +45 -11
  148. package/tests/UploadTest/app.py +0 -70
package/DESCRIPTION CHANGED
@@ -1,6 +1,6 @@
1
1
  Package: fefferyAntdComponents
2
2
  Title: Best implementation of Antd components in Plotly Dash.
3
- Version: 0.1.16
3
+ Version: 0.2.0-rc0
4
4
  Description: Best implementation of Antd components in Plotly Dash.
5
5
  Depends: R (>= 3.0.2)
6
6
  Imports:
package/NAMESPACE CHANGED
@@ -39,6 +39,7 @@ export('feffery'AntdPagination)
39
39
  export('feffery'AntdPasteImage)
40
40
  export('feffery'AntdPopconfirm)
41
41
  export('feffery'AntdPopover)
42
+ export('feffery'AntdPopupCard)
42
43
  export('feffery'AntdProgress)
43
44
  export('feffery'AntdRadioGroup)
44
45
  export('feffery'AntdRate)
package/Project.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "FefferyAntdComponents"
3
3
  uuid = "1b08a953-4be3-4667-9a23-baf51bd2b26e"
4
4
  authors = ["CNFeffery <fefferypzy@gmail.com>"]
5
- version = "0.1.16"
5
+ version = "0.2.0-rc0"
6
6
 
7
7
  [deps]
8
8
  Dash = "1b08a953-4be3-4667-9a23-3db579824955"
@@ -0,0 +1,51 @@
1
+ <p align="center">
2
+ <img src="./fac-logo.svg" height=300></img>
3
+ </p>
4
+ <h1 align="center">feffery-antd-components</h1>
5
+ <div align="center">
6
+
7
+ [![GitHub](https://img.shields.io/github/license/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/blob/master/LICENSE)
8
+ [![PyPI](https://img.shields.io/pypi/v/feffery-antd-components.svg?color=dark-green)](https://pypi.org/project/feffery-antd-components/)
9
+ [![Downloads](https://pepy.tech/badge/feffery-antd-components)](https://pepy.tech/project/feffery-antd-components)
10
+ [![Downloads](https://pepy.tech/badge/feffery-antd-components/month)](https://pepy.tech/project/feffery-antd-components)
11
+ [![Downloads](https://pepy.tech/badge/feffery-antd-components/week)](https://pepy.tech/project/feffery-antd-components)
12
+
13
+ </div>
14
+
15
+ [简体中文](./README.md) | English
16
+
17
+ Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`🥳, latest version: `0.1.16`
18
+
19
+ ## 1 Install
20
+
21
+ ```bash
22
+ pip install feffery-antd-components -U
23
+ ```
24
+
25
+ ## 2 Install from GitHub
26
+
27
+ ```bash
28
+
29
+ pip install git+https://github.com/CNFeffery/feffery-antd-components.git
30
+ ```
31
+
32
+ ## 3 Use CDN
33
+
34
+ ```Python
35
+ # just set serve_locally=False in dash.Dash()
36
+ app = dash.Dash(serve_locally=False)
37
+ ```
38
+
39
+ ## 4 Documentation
40
+
41
+ <a href='http://fac.feffery.tech/' target='_blank'>fac.feffery.tech</a>
42
+
43
+ ## 5 Internationalization
44
+
45
+ The default language of `fac` is currently simplified Chinese. If you wish to use English, just set `locale='en-us'`, for example:
46
+
47
+ ```Python
48
+ fac.AntdDatePicker(locale='en-us')
49
+ ```
50
+
51
+ <img src="./images/国际化示例.png" height=350></img>
package/README.md CHANGED
@@ -4,9 +4,6 @@
4
4
  <h1 align="center">feffery-antd-components</h1>
5
5
  <div align="center">
6
6
 
7
-
8
-
9
-
10
7
  [![GitHub](https://img.shields.io/github/license/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/blob/master/LICENSE)
11
8
  [![PyPI](https://img.shields.io/pypi/v/feffery-antd-components.svg?color=dark-green)](https://pypi.org/project/feffery-antd-components/)
12
9
  [![Downloads](https://pepy.tech/badge/feffery-antd-components)](https://pepy.tech/project/feffery-antd-components)
@@ -15,7 +12,9 @@
15
12
 
16
13
  </div>
17
14
 
18
- `feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中🥳,最新版本:`0.1.15`
15
+ 简体中文 | [English](./README-en_US.md)
16
+
17
+ `feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`Antd`,将超多具有丰富功能的通用网页常用交互组件引入`Dash`的生态中 🥳,最新版本:`0.1.16`
19
18
 
20
19
  ## 1 最新版本安装方式
21
20
 
@@ -35,7 +34,7 @@ pip install git+https://github.com/CNFeffery/feffery-antd-components.git
35
34
  pip install git+https://github.91chi.fun/https://github.com/CNFeffery/feffery-antd-components.git
36
35
  ```
37
36
 
38
- ## 3 静态资源CDN加速方法
37
+ ## 3 静态资源 CDN 加速方法
39
38
 
40
39
  ```Python
41
40
  # 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
@@ -46,3 +45,13 @@ app = dash.Dash(serve_locally=False)
46
45
  ## 4 在线文档
47
46
 
48
47
  <a href='http://fac.feffery.tech/' target='_blank'>文档地址</a>
48
+
49
+ ## 5 国际化
50
+
51
+ `fac`中的部分组件具有自带的文案信息,通过参数`locale`可以进行国际化设置,默认为`'zh-cn'`即简体中文,你可以设置为`'en-us'`来使用英文文案,譬如:
52
+
53
+ ```Python
54
+ fac.AntdDatePicker(locale='en-us')
55
+ ```
56
+
57
+ <img src="./images/国际化示例.png" height=350></img>
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - action (a list of or a singular dash component, string or number; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - closable (boolean; default False)
19
19
 
@@ -17,7 +17,7 @@ Keyword arguments:
17
17
 
18
18
  - bounds (number; optional)
19
19
 
20
- - className (string; optional)
20
+ - className (string | dict; optional)
21
21
 
22
22
  - containerId (string; optional)
23
23
 
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - alt (string; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - gap (number; optional)
19
19
 
@@ -11,7 +11,7 @@ Keyword arguments:
11
11
 
12
12
  - id (string; optional)
13
13
 
14
- - className (string; optional)
14
+ - className (string | dict; optional)
15
15
 
16
16
  - containerId (string; optional)
17
17
 
@@ -15,14 +15,18 @@ Keyword arguments:
15
15
 
16
16
  - block (boolean; default False)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - danger (boolean; default False)
21
21
 
22
+ - debounceWait (number; default 0)
23
+
22
24
  - disabled (boolean; default False)
23
25
 
24
26
  - href (string; optional)
25
27
 
28
+ - icon (a list of or a singular dash component, string or number; optional)
29
+
26
30
  - key (string; optional)
27
31
 
28
32
  - loading (boolean; optional)
@@ -51,15 +55,15 @@ Keyword arguments:
51
55
  - target (string; optional)
52
56
 
53
57
  - type (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; default 'default')"""
54
- _children_props = []
55
- _base_nodes = ['children']
58
+ _children_props = ['icon']
59
+ _base_nodes = ['icon', 'children']
56
60
  _namespace = 'feffery_antd_components'
57
61
  _type = 'AntdButton'
58
62
  @_explicitize_args
59
- 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, loading=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
60
- self._prop_names = ['children', 'id', 'block', 'className', 'danger', 'disabled', 'href', 'key', 'loading', 'loading_state', 'nClicks', 'shape', 'size', 'style', 'target', 'type']
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']
61
65
  self._valid_wildcard_attributes = []
62
- self.available_properties = ['children', 'id', 'block', 'className', 'danger', 'disabled', 'href', 'key', 'loading', 'loading_state', 'nClicks', 'shape', 'size', 'style', 'target', 'type']
66
+ self.available_properties = ['children', 'id', 'block', 'className', 'danger', 'debounceWait', 'disabled', 'href', 'icon', 'key', 'loading', 'loading_state', 'nClicks', 'shape', 'size', 'style', 'target', 'type']
63
67
  self.available_wildcard_properties = []
64
68
  _explicit_args = kwargs.pop('_explicit_args')
65
69
  _locals = locals()
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - autoplay (boolean; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - dotPosition (a value equal to: 'top', 'bottom', 'left', 'right'; optional)
21
21
 
@@ -46,7 +46,9 @@ Keyword arguments:
46
46
 
47
47
  - multiple (boolean; optional)
48
48
 
49
- - options (optional)
49
+ - options (list; required)
50
+
51
+ - optionsMode (a value equal to: 'tree', 'flat'; default 'tree')
50
52
 
51
53
  - persisted_props (list of a value equal to: 'value's; default ['value']):
52
54
  Properties whose user interactions will persist after refreshing
@@ -71,6 +73,8 @@ Keyword arguments:
71
73
 
72
74
  - placement (a value equal to: 'bottomLeft', 'bottomRight', 'topLeft', 'topRight'; optional)
73
75
 
76
+ - showCheckedStrategy (a value equal to: 'show-parent', 'show-children'; default 'show-parent')
77
+
74
78
  - size (a value equal to: 'small', 'middle', 'large'; optional)
75
79
 
76
80
  - status (a value equal to: 'error', 'warning'; optional)
@@ -83,16 +87,16 @@ Keyword arguments:
83
87
  _namespace = 'feffery_antd_components'
84
88
  _type = 'AntdCascader'
85
89
  @_explicitize_args
86
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, options=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, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
87
- self._prop_names = ['id', 'allowClear', 'bordered', 'changeOnSelect', 'className', 'defaultValue', 'disabled', 'expandTrigger', 'key', 'loading_state', 'locale', 'maxTagCount', 'multiple', 'options', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'placement', 'size', 'status', 'style', 'value']
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']
88
92
  self._valid_wildcard_attributes = []
89
- self.available_properties = ['id', 'allowClear', 'bordered', 'changeOnSelect', 'className', 'defaultValue', 'disabled', 'expandTrigger', 'key', 'loading_state', 'locale', 'maxTagCount', 'multiple', 'options', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'placement', 'size', 'status', 'style', 'value']
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']
90
94
  self.available_wildcard_properties = []
91
95
  _explicit_args = kwargs.pop('_explicit_args')
92
96
  _locals = locals()
93
97
  _locals.update(kwargs) # For wildcard attrs and excess named props
94
98
  args = {k: _locals[k] for k in _explicit_args if k != 'children'}
95
- for k in []:
99
+ for k in ['options']:
96
100
  if k not in args:
97
101
  raise TypeError(
98
102
  'Required argument `' + k + '` was not specified.')
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - flex (string | number; optional)
21
21
 
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - key (string; optional)
21
21
 
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - id (string; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - debug (boolean; default False)
19
19
 
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - apiUrl (string; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - directory (boolean; optional)
19
19
 
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - id (string; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - closable (boolean; optional)
19
19
 
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - key (string; optional)
21
21
 
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - key (string; optional)
21
21
 
@@ -11,7 +11,9 @@ Keyword arguments:
11
11
 
12
12
  - id (string; optional)
13
13
 
14
- - className (string; optional)
14
+ - className (string | dict; optional)
15
+
16
+ - debounceWait (number; default 0)
15
17
 
16
18
  - icon (string; optional)
17
19
 
@@ -30,16 +32,18 @@ Keyword arguments:
30
32
  - prop_name (string; optional):
31
33
  Holds which property is loading.
32
34
 
35
+ - nClicks (number; default 0)
36
+
33
37
  - style (dict; optional)"""
34
38
  _children_props = []
35
39
  _base_nodes = ['children']
36
40
  _namespace = 'feffery_antd_components'
37
41
  _type = 'AntdIcon'
38
42
  @_explicitize_args
39
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, icon=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
40
- self._prop_names = ['id', 'className', 'icon', 'key', 'loading_state', 'style']
43
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, icon=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, nClicks=Component.UNDEFINED, debounceWait=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
44
+ self._prop_names = ['id', 'className', 'debounceWait', 'icon', 'key', 'loading_state', 'nClicks', 'style']
41
45
  self._valid_wildcard_attributes = []
42
- self.available_properties = ['id', 'className', 'icon', 'key', 'loading_state', 'style']
46
+ self.available_properties = ['id', 'className', 'debounceWait', 'icon', 'key', 'loading_state', 'nClicks', 'style']
43
47
  self.available_wildcard_properties = []
44
48
  _explicit_args = kwargs.pop('_explicit_args')
45
49
  _locals = locals()
@@ -13,7 +13,7 @@ Keyword arguments:
13
13
 
14
14
  - alt (string; optional)
15
15
 
16
- - className (string; optional)
16
+ - className (string | dict; optional)
17
17
 
18
18
  - fallback (string; default `data:image/png;base64,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`)
19
19
 
@@ -11,9 +11,9 @@ Keyword arguments:
11
11
 
12
12
  - id (string; optional)
13
13
 
14
- - addonAfter (string; optional)
14
+ - addonAfter (a list of or a singular dash component, string or number; optional)
15
15
 
16
- - addonBefore (string; optional)
16
+ - addonBefore (a list of or a singular dash component, string or number; optional)
17
17
 
18
18
  - allowClear (boolean; optional)
19
19
 
@@ -31,6 +31,10 @@ Keyword arguments:
31
31
 
32
32
  - className (string; optional)
33
33
 
34
+ - debounceValue (string; optional)
35
+
36
+ - debounceWait (number; default 300)
37
+
34
38
  - defaultValue (string; optional)
35
39
 
36
40
  - disabled (boolean; optional)
@@ -62,7 +66,7 @@ Keyword arguments:
62
66
 
63
67
  - passwordUseMd5 (boolean; default False)
64
68
 
65
- - persisted_props (list of a value equal to: 'value's; default ['value']):
69
+ - persisted_props (list of a value equal to: 'value', 'md5Value's; default ['value']):
66
70
  Properties whose user interactions will persist after refreshing
67
71
  the component or the page. Since only `value` is allowed this
68
72
  prop can normally be ignored.
@@ -83,6 +87,8 @@ Keyword arguments:
83
87
 
84
88
  - placeholder (string; optional)
85
89
 
90
+ - prefix (a list of or a singular dash component, string or number; optional)
91
+
86
92
  - showCount (boolean; optional)
87
93
 
88
94
  - size (a value equal to: 'small', 'middle', 'large'; optional)
@@ -91,16 +97,18 @@ Keyword arguments:
91
97
 
92
98
  - style (dict; optional)
93
99
 
100
+ - suffix (a list of or a singular dash component, string or number; optional)
101
+
94
102
  - value (string; optional)"""
95
- _children_props = []
96
- _base_nodes = ['children']
103
+ _children_props = ['addonBefore', 'addonAfter', 'prefix', 'suffix']
104
+ _base_nodes = ['addonBefore', 'addonAfter', 'prefix', 'suffix', 'children']
97
105
  _namespace = 'feffery_antd_components'
98
106
  _type = 'AntdInput'
99
107
  @_explicitize_args
100
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, loading_state=Component.UNDEFINED, mode=Component.UNDEFINED, autoComplete=Component.UNDEFINED, placeholder=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, allowClear=Component.UNDEFINED, bordered=Component.UNDEFINED, defaultValue=Component.UNDEFINED, disabled=Component.UNDEFINED, maxLength=Component.UNDEFINED, value=Component.UNDEFINED, md5Value=Component.UNDEFINED, showCount=Component.UNDEFINED, passwordUseMd5=Component.UNDEFINED, nSubmit=Component.UNDEFINED, nClicksSearch=Component.UNDEFINED, status=Component.UNDEFINED, autoSize=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
101
- self._prop_names = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'autoSize', 'bordered', 'className', 'defaultValue', 'disabled', 'key', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'showCount', 'size', 'status', 'style', 'value']
108
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, loading_state=Component.UNDEFINED, mode=Component.UNDEFINED, autoComplete=Component.UNDEFINED, placeholder=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, prefix=Component.UNDEFINED, suffix=Component.UNDEFINED, allowClear=Component.UNDEFINED, bordered=Component.UNDEFINED, defaultValue=Component.UNDEFINED, disabled=Component.UNDEFINED, maxLength=Component.UNDEFINED, value=Component.UNDEFINED, md5Value=Component.UNDEFINED, debounceValue=Component.UNDEFINED, debounceWait=Component.UNDEFINED, showCount=Component.UNDEFINED, passwordUseMd5=Component.UNDEFINED, nSubmit=Component.UNDEFINED, nClicksSearch=Component.UNDEFINED, status=Component.UNDEFINED, autoSize=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
109
+ self._prop_names = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'autoSize', 'bordered', 'className', 'debounceValue', 'debounceWait', 'defaultValue', 'disabled', 'key', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'prefix', 'showCount', 'size', 'status', 'style', 'suffix', 'value']
102
110
  self._valid_wildcard_attributes = []
103
- self.available_properties = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'autoSize', 'bordered', 'className', 'defaultValue', 'disabled', 'key', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'showCount', 'size', 'status', 'style', 'value']
111
+ self.available_properties = ['id', 'addonAfter', 'addonBefore', 'allowClear', 'autoComplete', 'autoSize', 'bordered', 'className', 'debounceValue', 'debounceWait', 'defaultValue', 'disabled', 'key', 'loading_state', 'maxLength', 'md5Value', 'mode', 'nClicksSearch', 'nSubmit', 'passwordUseMd5', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'prefix', 'showCount', 'size', 'status', 'style', 'suffix', 'value']
104
112
  self.available_wildcard_properties = []
105
113
  _explicit_args = kwargs.pop('_explicit_args')
106
114
  _locals = locals()
@@ -11,9 +11,9 @@ Keyword arguments:
11
11
 
12
12
  - id (string; optional)
13
13
 
14
- - addonAfter (string; optional)
14
+ - addonAfter (a list of or a singular dash component, string or number; optional)
15
15
 
16
- - addonBefore (string; optional)
16
+ - addonBefore (a list of or a singular dash component, string or number; optional)
17
17
 
18
18
  - bordered (boolean; optional)
19
19
 
@@ -71,6 +71,8 @@ Keyword arguments:
71
71
 
72
72
  - precision (number; optional)
73
73
 
74
+ - prefix (a list of or a singular dash component, string or number; optional)
75
+
74
76
  - readOnly (boolean; optional)
75
77
 
76
78
  - size (a value equal to: 'small', 'middle', 'large'; optional)
@@ -83,16 +85,18 @@ Keyword arguments:
83
85
 
84
86
  - style (dict; optional)
85
87
 
88
+ - suffix (a list of or a singular dash component, string or number; optional)
89
+
86
90
  - value (number | string; optional)"""
87
- _children_props = []
88
- _base_nodes = ['children']
91
+ _children_props = ['addonBefore', 'addonAfter', 'prefix', 'suffix']
92
+ _base_nodes = ['addonBefore', 'addonAfter', 'prefix', 'suffix', 'children']
89
93
  _namespace = 'feffery_antd_components'
90
94
  _type = 'AntdInputNumber'
91
95
  @_explicitize_args
92
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, bordered=Component.UNDEFINED, controls=Component.UNDEFINED, defaultValue=Component.UNDEFINED, value=Component.UNDEFINED, disabled=Component.UNDEFINED, keyboard=Component.UNDEFINED, placeholder=Component.UNDEFINED, min=Component.UNDEFINED, max=Component.UNDEFINED, step=Component.UNDEFINED, precision=Component.UNDEFINED, readOnly=Component.UNDEFINED, stringMode=Component.UNDEFINED, nSubmit=Component.UNDEFINED, status=Component.UNDEFINED, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
93
- self._prop_names = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'key', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'readOnly', 'size', 'status', 'step', 'stringMode', 'style', 'value']
96
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, size=Component.UNDEFINED, addonBefore=Component.UNDEFINED, addonAfter=Component.UNDEFINED, prefix=Component.UNDEFINED, suffix=Component.UNDEFINED, bordered=Component.UNDEFINED, controls=Component.UNDEFINED, defaultValue=Component.UNDEFINED, value=Component.UNDEFINED, disabled=Component.UNDEFINED, keyboard=Component.UNDEFINED, placeholder=Component.UNDEFINED, min=Component.UNDEFINED, max=Component.UNDEFINED, step=Component.UNDEFINED, precision=Component.UNDEFINED, readOnly=Component.UNDEFINED, stringMode=Component.UNDEFINED, nSubmit=Component.UNDEFINED, status=Component.UNDEFINED, loading_state=Component.UNDEFINED, persistence=Component.UNDEFINED, persisted_props=Component.UNDEFINED, persistence_type=Component.UNDEFINED, **kwargs):
97
+ self._prop_names = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'key', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'prefix', 'readOnly', 'size', 'status', 'step', 'stringMode', 'style', 'suffix', 'value']
94
98
  self._valid_wildcard_attributes = []
95
- self.available_properties = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'key', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'readOnly', 'size', 'status', 'step', 'stringMode', 'style', 'value']
99
+ self.available_properties = ['id', 'addonAfter', 'addonBefore', 'bordered', 'className', 'controls', 'defaultValue', 'disabled', 'key', 'keyboard', 'loading_state', 'max', 'min', 'nSubmit', 'persisted_props', 'persistence', 'persistence_type', 'placeholder', 'precision', 'prefix', 'readOnly', 'size', 'status', 'step', 'stringMode', 'style', 'suffix', 'value']
96
100
  self.available_wildcard_properties = []
97
101
  _explicit_args = kwargs.pop('_explicit_args')
98
102
  _locals = locals()
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - key (string; optional)
21
21
 
@@ -13,6 +13,8 @@ Keyword arguments:
13
13
 
14
14
  - id (string; optional)
15
15
 
16
+ - bodyStyle (dict; optional)
17
+
16
18
  - cancelButtonProps (dict; optional)
17
19
 
18
20
  - cancelCounts (number; default 0)
@@ -50,6 +52,8 @@ Keyword arguments:
50
52
 
51
53
  - maskClosable (boolean; optional)
52
54
 
55
+ - maskStyle (dict; optional)
56
+
53
57
  - okButtonProps (dict; optional)
54
58
 
55
59
  - okClickClose (boolean; default True)
@@ -66,16 +70,18 @@ Keyword arguments:
66
70
 
67
71
  - visible (boolean; default False)
68
72
 
69
- - width (number; optional)"""
73
+ - width (number | string; optional)
74
+
75
+ - zIndex (number; optional)"""
70
76
  _children_props = ['title']
71
77
  _base_nodes = ['title', 'children']
72
78
  _namespace = 'feffery_antd_components'
73
79
  _type = 'AntdModal'
74
80
  @_explicitize_args
75
- def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, title=Component.UNDEFINED, visible=Component.UNDEFINED, okText=Component.UNDEFINED, okButtonProps=Component.UNDEFINED, cancelText=Component.UNDEFINED, cancelButtonProps=Component.UNDEFINED, renderFooter=Component.UNDEFINED, width=Component.UNDEFINED, centered=Component.UNDEFINED, keyboard=Component.UNDEFINED, closable=Component.UNDEFINED, mask=Component.UNDEFINED, maskClosable=Component.UNDEFINED, okClickClose=Component.UNDEFINED, okCounts=Component.UNDEFINED, cancelCounts=Component.UNDEFINED, closeCounts=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
76
- self._prop_names = ['children', 'id', 'cancelButtonProps', 'cancelCounts', 'cancelText', 'centered', 'className', 'closable', 'closeCounts', 'key', 'keyboard', 'loading_state', 'locale', 'mask', 'maskClosable', 'okButtonProps', 'okClickClose', 'okCounts', 'okText', 'renderFooter', 'style', 'title', 'visible', 'width']
81
+ def __init__(self, children=None, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, title=Component.UNDEFINED, visible=Component.UNDEFINED, okText=Component.UNDEFINED, okButtonProps=Component.UNDEFINED, cancelText=Component.UNDEFINED, cancelButtonProps=Component.UNDEFINED, renderFooter=Component.UNDEFINED, width=Component.UNDEFINED, centered=Component.UNDEFINED, keyboard=Component.UNDEFINED, closable=Component.UNDEFINED, mask=Component.UNDEFINED, maskClosable=Component.UNDEFINED, okClickClose=Component.UNDEFINED, zIndex=Component.UNDEFINED, maskStyle=Component.UNDEFINED, bodyStyle=Component.UNDEFINED, okCounts=Component.UNDEFINED, cancelCounts=Component.UNDEFINED, closeCounts=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
82
+ self._prop_names = ['children', 'id', 'bodyStyle', 'cancelButtonProps', 'cancelCounts', 'cancelText', 'centered', 'className', 'closable', 'closeCounts', 'key', 'keyboard', 'loading_state', 'locale', 'mask', 'maskClosable', 'maskStyle', 'okButtonProps', 'okClickClose', 'okCounts', 'okText', 'renderFooter', 'style', 'title', 'visible', 'width', 'zIndex']
77
83
  self._valid_wildcard_attributes = []
78
- self.available_properties = ['children', 'id', 'cancelButtonProps', 'cancelCounts', 'cancelText', 'centered', 'className', 'closable', 'closeCounts', 'key', 'keyboard', 'loading_state', 'locale', 'mask', 'maskClosable', 'okButtonProps', 'okClickClose', 'okCounts', 'okText', 'renderFooter', 'style', 'title', 'visible', 'width']
84
+ self.available_properties = ['children', 'id', 'bodyStyle', 'cancelButtonProps', 'cancelCounts', 'cancelText', 'centered', 'className', 'closable', 'closeCounts', 'key', 'keyboard', 'loading_state', 'locale', 'mask', 'maskClosable', 'maskStyle', 'okButtonProps', 'okClickClose', 'okCounts', 'okText', 'renderFooter', 'style', 'title', 'visible', 'width', 'zIndex']
79
85
  self.available_wildcard_properties = []
80
86
  _explicit_args = kwargs.pop('_explicit_args')
81
87
  _locals = locals()
@@ -15,7 +15,7 @@ Keyword arguments:
15
15
 
16
16
  - id (string; optional)
17
17
 
18
- - className (string; optional)
18
+ - className (string | dict; optional)
19
19
 
20
20
  - code (boolean; optional)
21
21
 
@@ -11,7 +11,7 @@ Keyword arguments:
11
11
 
12
12
  - id (string; optional)
13
13
 
14
- - className (string; default 'feffery-paste-image-container')
14
+ - className (string | dict; default 'feffery-paste-image-container')
15
15
 
16
16
  - currentPastedImages (list of boolean | number | string | dict | lists; optional)
17
17