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.
- package/DESCRIPTION +1 -1
- package/NAMESPACE +1 -0
- package/Project.toml +1 -1
- package/README-en_US.md +51 -0
- package/README.md +14 -5
- package/feffery_antd_components/AntdAlert.py +1 -1
- package/feffery_antd_components/AntdAnchor.py +1 -1
- package/feffery_antd_components/AntdAvatar.py +1 -1
- package/feffery_antd_components/AntdBackTop.py +1 -1
- package/feffery_antd_components/AntdButton.py +10 -6
- package/feffery_antd_components/AntdCarousel.py +1 -1
- package/feffery_antd_components/AntdCascader.py +9 -5
- package/feffery_antd_components/AntdCol.py +1 -1
- package/feffery_antd_components/AntdContent.py +1 -1
- package/feffery_antd_components/AntdCustomSkeleton.py +1 -1
- package/feffery_antd_components/AntdDraggerUpload.py +1 -1
- package/feffery_antd_components/AntdDrawer.py +1 -1
- package/feffery_antd_components/AntdFooter.py +1 -1
- package/feffery_antd_components/AntdHeader.py +1 -1
- package/feffery_antd_components/AntdIcon.py +8 -4
- package/feffery_antd_components/AntdImage.py +1 -1
- package/feffery_antd_components/AntdInput.py +16 -8
- package/feffery_antd_components/AntdInputNumber.py +11 -7
- package/feffery_antd_components/AntdLayout.py +1 -1
- package/feffery_antd_components/AntdModal.py +10 -4
- package/feffery_antd_components/AntdParagraph.py +1 -1
- package/feffery_antd_components/AntdPasteImage.py +1 -1
- package/feffery_antd_components/AntdPopupCard.py +72 -0
- package/feffery_antd_components/AntdRibbon.py +3 -3
- package/feffery_antd_components/AntdRow.py +1 -1
- package/feffery_antd_components/AntdSegmented.py +5 -3
- package/feffery_antd_components/AntdSegmentedColoring.py +7 -3
- package/feffery_antd_components/AntdSider.py +1 -1
- package/feffery_antd_components/AntdSkeleton.py +1 -1
- package/feffery_antd_components/AntdSpace.py +1 -1
- package/feffery_antd_components/AntdSpin.py +2 -2
- package/feffery_antd_components/AntdStatistic.py +1 -1
- package/feffery_antd_components/AntdTabPane.py +1 -1
- package/feffery_antd_components/AntdTable.py +55 -7
- package/feffery_antd_components/AntdTag.py +1 -1
- package/feffery_antd_components/AntdText.py +1 -1
- package/feffery_antd_components/AntdTitle.py +1 -1
- package/feffery_antd_components/AntdTree.py +6 -4
- package/feffery_antd_components/AntdTreeSelect.py +8 -6
- package/feffery_antd_components/_imports_.py +2 -0
- package/feffery_antd_components/feffery_antd_components.min.js +1 -1
- package/feffery_antd_components/metadata.json +1042 -93
- package/feffery_antd_components/package-info.json +6 -2
- package/git-operations.md +0 -1
- package/images//345/233/275/351/231/205/345/214/226/347/244/272/344/276/213.png +0 -0
- package/package.json +6 -2
- package/setup.py +0 -1
- package/src/FefferyAntdComponents.jl +4 -3
- package/src/jl/'feffery'_antdalert.jl +1 -1
- package/src/jl/'feffery'_antdanchor.jl +1 -1
- package/src/jl/'feffery'_antdavatar.jl +1 -1
- package/src/jl/'feffery'_antdbacktop.jl +1 -1
- package/src/jl/'feffery'_antdbutton.jl +4 -2
- package/src/jl/'feffery'_antdcarousel.jl +1 -1
- package/src/jl/'feffery'_antdcascader.jl +4 -2
- package/src/jl/'feffery'_antdcol.jl +1 -1
- package/src/jl/'feffery'_antdcontent.jl +1 -1
- package/src/jl/'feffery'_antdcustomskeleton.jl +1 -1
- package/src/jl/'feffery'_antddraggerupload.jl +1 -1
- package/src/jl/'feffery'_antddrawer.jl +1 -1
- package/src/jl/'feffery'_antdfooter.jl +1 -1
- package/src/jl/'feffery'_antdheader.jl +1 -1
- package/src/jl/'feffery'_antdicon.jl +4 -2
- package/src/jl/'feffery'_antdimage.jl +1 -1
- package/src/jl/'feffery'_antdinput.jl +8 -4
- package/src/jl/'feffery'_antdinputnumber.jl +5 -3
- package/src/jl/'feffery'_antdlayout.jl +1 -1
- package/src/jl/'feffery'_antdmodal.jl +5 -2
- package/src/jl/'feffery'_antdparagraph.jl +1 -1
- package/src/jl/'feffery'_antdpasteimage.jl +1 -1
- package/src/jl/'feffery'_antdpopupcard.jl +43 -0
- package/src/jl/'feffery'_antdribbon.jl +1 -1
- package/src/jl/'feffery'_antdrow.jl +1 -1
- package/src/jl/'feffery'_antdsegmented.jl +5 -4
- package/src/jl/'feffery'_antdsegmentedcoloring.jl +3 -1
- package/src/jl/'feffery'_antdsider.jl +1 -1
- package/src/jl/'feffery'_antdskeleton.jl +1 -1
- package/src/jl/'feffery'_antdspace.jl +1 -1
- package/src/jl/'feffery'_antdspin.jl +2 -2
- package/src/jl/'feffery'_antdstatistic.jl +1 -1
- package/src/jl/'feffery'_antdtable.jl +31 -4
- package/src/jl/'feffery'_antdtabpane.jl +1 -1
- package/src/jl/'feffery'_antdtag.jl +1 -1
- package/src/jl/'feffery'_antdtext.jl +1 -1
- package/src/jl/'feffery'_antdtitle.jl +1 -1
- package/src/jl/'feffery'_antdtree.jl +3 -2
- package/src/jl/'feffery'_antdtreeselect.jl +3 -2
- package/src/lib/components/AntdAlert.react.js +16 -3
- package/src/lib/components/AntdAnchor.react.js +79 -70
- package/src/lib/components/AntdAvatar.react.js +21 -4
- package/src/lib/components/AntdBackTop.react.js +11 -2
- package/src/lib/components/AntdButton.react.js +82 -54
- package/src/lib/components/AntdCarousel.react.js +11 -2
- package/src/lib/components/AntdCascader.react.js +128 -82
- package/src/lib/components/AntdCheckboxGroup.react.js +2 -0
- package/src/lib/components/AntdDrawer.react.js +11 -2
- package/src/lib/components/AntdIcon.react.js +70 -37
- package/src/lib/components/AntdImage.react.js +16 -3
- package/src/lib/components/AntdInput.react.js +212 -175
- package/src/lib/components/AntdInputNumber.react.js +12 -2
- package/src/lib/components/AntdModal.react.js +22 -1
- package/src/lib/components/AntdPasteImage.react.js +11 -2
- package/src/lib/components/AntdPopupCard.react.js +241 -0
- package/src/lib/components/AntdRibbon.react.js +1 -1
- package/src/lib/components/AntdSegmented.react.js +19 -4
- package/src/lib/components/AntdSegmentedColoring.react.js +107 -82
- package/src/lib/components/AntdSelect.react.js +5 -0
- package/src/lib/components/AntdSpace.react.js +21 -4
- package/src/lib/components/AntdSpin.react.js +21 -6
- package/src/lib/components/AntdStatistic.react.js +11 -2
- package/src/lib/components/AntdTable.react.js +252 -18
- package/src/lib/components/AntdTag.react.js +12 -2
- package/src/lib/components/AntdTree.react.js +182 -136
- package/src/lib/components/AntdTreeSelect.react.js +144 -101
- package/src/lib/components/grid/AntdCol.react.js +11 -2
- package/src/lib/components/grid/AntdRow.react.js +12 -3
- package/src/lib/components/layout/AntdContent.react.js +11 -2
- package/src/lib/components/layout/AntdFooter.react.js +11 -2
- package/src/lib/components/layout/AntdHeader.react.js +11 -2
- package/src/lib/components/layout/AntdLayout.react.js +11 -2
- package/src/lib/components/layout/AntdSider.react.js +11 -2
- package/src/lib/components/skeleton/AntdCustomSkeleton.react.js +11 -3
- package/src/lib/components/skeleton/AntdSkeleton.react.js +11 -2
- package/src/lib/components/styles.css +4 -0
- package/src/lib/components/tabs/AntdTabPane.react.js +11 -2
- package/src/lib/components/typography/AntdParagraph.react.js +11 -2
- package/src/lib/components/typography/AntdText.react.js +11 -2
- package/src/lib/components/typography/AntdTitle.react.js +11 -2
- package/src/lib/components/upload/AntdDraggerUpload.react.js +11 -2
- package/src/lib/components/utils.js +17 -2
- package/src/lib/index.js +24 -1
- package/tests/DebounceTest/app.py +89 -0
- package/tests/SegmentedColoringTest/app.py +106 -0
- package/tests/TableCellClickTest/app.py +67 -0
- package/tests/TableCellRowMergeTest/app.py +88 -0
- package/tests/TableEmptyContentTest/app.py +37 -0
- package/tests/TableMiniChartAdvanceTest/app.py +85 -0
- package/tests/TreeNodeStyleTest/app.py +73 -0
- package/tests/TreeTest/app.py +96 -0
- package/tests/VirtualClassNameTest/app.py +49 -0
- package/usage.py +125 -62
- package/webpack.config.js +45 -11
- package/tests/UploadTest/app.py +0 -70
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "feffery_antd_components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-rc0",
|
|
4
4
|
"description": "Best implementation of Antd components in Plotly Dash.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,17 +27,21 @@
|
|
|
27
27
|
"@ant-design/icons": "^4.7.0",
|
|
28
28
|
"@ant-design/pro-card": "^1.20.1",
|
|
29
29
|
"@ant-design/pro-layout": "^6.34.7",
|
|
30
|
-
"
|
|
30
|
+
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
|
|
31
|
+
"ahooks": "^3.7.0",
|
|
32
|
+
"antd": "4.22.8",
|
|
31
33
|
"antd-img-crop": "^4.2.3",
|
|
32
34
|
"is-absolute-url": "4.0.1",
|
|
33
35
|
"lodash": "^4.17.21",
|
|
34
36
|
"md5": "2.3.0",
|
|
35
37
|
"moment": "^2.29.3",
|
|
36
38
|
"ramda": "0.26.1",
|
|
39
|
+
"react-draggable": "^4.4.5",
|
|
37
40
|
"react-fast-marquee": "1.3.1",
|
|
38
41
|
"react-highlight-words": "0.17.0",
|
|
39
42
|
"react-icons": "4.2.0",
|
|
40
43
|
"react-text-loop": "2.3.0",
|
|
44
|
+
"react-use": "^17.4.0",
|
|
41
45
|
"uuid": "8.3.2",
|
|
42
46
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
43
47
|
},
|
package/git-operations.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "feffery_antd_components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-rc0",
|
|
4
4
|
"description": "Best implementation of Antd components in Plotly Dash.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,17 +27,21 @@
|
|
|
27
27
|
"@ant-design/icons": "^4.7.0",
|
|
28
28
|
"@ant-design/pro-card": "^1.20.1",
|
|
29
29
|
"@ant-design/pro-layout": "^6.34.7",
|
|
30
|
-
"
|
|
30
|
+
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
|
|
31
|
+
"ahooks": "^3.7.0",
|
|
32
|
+
"antd": "4.22.8",
|
|
31
33
|
"antd-img-crop": "^4.2.3",
|
|
32
34
|
"is-absolute-url": "4.0.1",
|
|
33
35
|
"lodash": "^4.17.21",
|
|
34
36
|
"md5": "2.3.0",
|
|
35
37
|
"moment": "^2.29.3",
|
|
36
38
|
"ramda": "0.26.1",
|
|
39
|
+
"react-draggable": "^4.4.5",
|
|
37
40
|
"react-fast-marquee": "1.3.1",
|
|
38
41
|
"react-highlight-words": "0.17.0",
|
|
39
42
|
"react-icons": "4.2.0",
|
|
40
43
|
"react-text-loop": "2.3.0",
|
|
44
|
+
"react-use": "^17.4.0",
|
|
41
45
|
"uuid": "8.3.2",
|
|
42
46
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
43
47
|
},
|
package/setup.py
CHANGED
|
@@ -3,7 +3,7 @@ module FefferyAntdComponents
|
|
|
3
3
|
using Dash
|
|
4
4
|
|
|
5
5
|
const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
|
|
6
|
-
const version = "0.
|
|
6
|
+
const version = "0.2.0-rc0"
|
|
7
7
|
|
|
8
8
|
include("jl/'feffery'_antdaccordion.jl")
|
|
9
9
|
include("jl/'feffery'_antdaccordionitem.jl")
|
|
@@ -44,6 +44,7 @@ include("jl/'feffery'_antdpagination.jl")
|
|
|
44
44
|
include("jl/'feffery'_antdpasteimage.jl")
|
|
45
45
|
include("jl/'feffery'_antdpopconfirm.jl")
|
|
46
46
|
include("jl/'feffery'_antdpopover.jl")
|
|
47
|
+
include("jl/'feffery'_antdpopupcard.jl")
|
|
47
48
|
include("jl/'feffery'_antdprogress.jl")
|
|
48
49
|
include("jl/'feffery'_antdradiogroup.jl")
|
|
49
50
|
include("jl/'feffery'_antdrate.jl")
|
|
@@ -107,14 +108,14 @@ function __init__()
|
|
|
107
108
|
[
|
|
108
109
|
DashBase.Resource(
|
|
109
110
|
relative_package_path = "feffery_antd_components.min.js",
|
|
110
|
-
external_url = "https://unpkg.com/feffery_antd_components@0.
|
|
111
|
+
external_url = "https://unpkg.com/feffery_antd_components@0.2.0-rc0/feffery_antd_components/feffery_antd_components.min.js",
|
|
111
112
|
dynamic = nothing,
|
|
112
113
|
async = nothing,
|
|
113
114
|
type = :js
|
|
114
115
|
),
|
|
115
116
|
DashBase.Resource(
|
|
116
117
|
relative_package_path = "feffery_antd_components.min.js.map",
|
|
117
|
-
external_url = "https://unpkg.com/feffery_antd_components@0.
|
|
118
|
+
external_url = "https://unpkg.com/feffery_antd_components@0.2.0-rc0/feffery_antd_components/feffery_antd_components.min.js.map",
|
|
118
119
|
dynamic = true,
|
|
119
120
|
async = nothing,
|
|
120
121
|
type = :js
|
|
@@ -10,7 +10,7 @@ An AntdAlert component.
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
12
|
- `action` (a list of or a singular dash component, string or number; optional)
|
|
13
|
-
- `className` (String; optional)
|
|
13
|
+
- `className` (String | Dict; optional)
|
|
14
14
|
- `closable` (Bool; optional)
|
|
15
15
|
- `description` (a list of or a singular dash component, string or number; optional)
|
|
16
16
|
- `key` (String; optional)
|
|
@@ -12,7 +12,7 @@ Keyword arguments:
|
|
|
12
12
|
- `affix` (Bool; optional)
|
|
13
13
|
- `align` (a value equal to: 'left', 'right'; optional)
|
|
14
14
|
- `bounds` (Real; optional)
|
|
15
|
-
- `className` (String; optional)
|
|
15
|
+
- `className` (String | Dict; optional)
|
|
16
16
|
- `containerId` (String; optional)
|
|
17
17
|
- `key` (String; optional)
|
|
18
18
|
- `linkDict` (optional)
|
|
@@ -10,7 +10,7 @@ An AntdAvatar component.
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
12
|
- `alt` (String; optional)
|
|
13
|
-
- `className` (String; optional)
|
|
13
|
+
- `className` (String | Dict; optional)
|
|
14
14
|
- `gap` (Real; optional)
|
|
15
15
|
- `icon` (String; optional)
|
|
16
16
|
- `key` (String; optional)
|
|
@@ -14,10 +14,12 @@ Keyword arguments:
|
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
15
|
- `id` (String; optional)
|
|
16
16
|
- `block` (Bool; optional)
|
|
17
|
-
- `className` (String; optional)
|
|
17
|
+
- `className` (String | Dict; optional)
|
|
18
18
|
- `danger` (Bool; optional)
|
|
19
|
+
- `debounceWait` (Real; optional)
|
|
19
20
|
- `disabled` (Bool; optional)
|
|
20
21
|
- `href` (String; optional)
|
|
22
|
+
- `icon` (a list of or a singular dash component, string or number; optional)
|
|
21
23
|
- `key` (String; optional)
|
|
22
24
|
- `loading` (Bool; optional)
|
|
23
25
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
@@ -33,7 +35,7 @@ Those elements have the following types:
|
|
|
33
35
|
- `type` (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; optional)
|
|
34
36
|
"""
|
|
35
37
|
function 'feffery'_antdbutton(; kwargs...)
|
|
36
|
-
available_props = Symbol[:children, :id, :block, :className, :danger, :disabled, :href, :key, :loading, :loading_state, :nClicks, :shape, :size, :style, :target, :type]
|
|
38
|
+
available_props = Symbol[:children, :id, :block, :className, :danger, :debounceWait, :disabled, :href, :icon, :key, :loading, :loading_state, :nClicks, :shape, :size, :style, :target, :type]
|
|
37
39
|
wild_props = Symbol[]
|
|
38
40
|
return Component("'feffery'_antdbutton", "AntdButton", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
39
41
|
end
|
|
@@ -14,7 +14,7 @@ Keyword arguments:
|
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
15
|
- `id` (String; optional)
|
|
16
16
|
- `autoplay` (Bool; optional)
|
|
17
|
-
- `className` (String; optional)
|
|
17
|
+
- `className` (String | Dict; optional)
|
|
18
18
|
- `dotPosition` (a value equal to: 'top', 'bottom', 'left', 'right'; optional)
|
|
19
19
|
- `easing` (String; optional)
|
|
20
20
|
- `effect` (a value equal to: 'scrollx', 'fade'; optional)
|
|
@@ -25,7 +25,8 @@ Those elements have the following types:
|
|
|
25
25
|
- `locale` (a value equal to: 'zh-cn', 'en-us'; optional)
|
|
26
26
|
- `maxTagCount` (Real | a value equal to: 'responsive'; optional)
|
|
27
27
|
- `multiple` (Bool; optional)
|
|
28
|
-
- `options` (
|
|
28
|
+
- `options` (Array; required)
|
|
29
|
+
- `optionsMode` (a value equal to: 'tree', 'flat'; optional)
|
|
29
30
|
- `persisted_props` (Array of a value equal to: 'value's; optional): Properties whose user interactions will persist after refreshing the
|
|
30
31
|
component or the page. Since only `value` is allowed this prop can
|
|
31
32
|
normally be ignored.
|
|
@@ -41,13 +42,14 @@ local: window.localStorage, data is kept after the browser quit.
|
|
|
41
42
|
session: window.sessionStorage, data is cleared once the browser quit.
|
|
42
43
|
- `placeholder` (String; optional)
|
|
43
44
|
- `placement` (a value equal to: 'bottomLeft', 'bottomRight', 'topLeft', 'topRight'; optional)
|
|
45
|
+
- `showCheckedStrategy` (a value equal to: 'show-parent', 'show-children'; optional)
|
|
44
46
|
- `size` (a value equal to: 'small', 'middle', 'large'; optional)
|
|
45
47
|
- `status` (a value equal to: 'error', 'warning'; optional)
|
|
46
48
|
- `style` (Dict; optional)
|
|
47
49
|
- `value` (Array of Strings | Array of Array of Stringss; optional)
|
|
48
50
|
"""
|
|
49
51
|
function 'feffery'_antdcascader(; kwargs...)
|
|
50
|
-
available_props = Symbol[: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]
|
|
52
|
+
available_props = Symbol[: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]
|
|
51
53
|
wild_props = Symbol[]
|
|
52
54
|
return Component("'feffery'_antdcascader", "AntdCascader", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
53
55
|
end
|
|
@@ -13,7 +13,7 @@ An AntdCol component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `flex` (String | Real; optional)
|
|
18
18
|
- `key` (String; optional)
|
|
19
19
|
- `lg` (optional): . lg has the following type: Real | lists containing elements 'span', 'offset', 'order', 'pull', 'push'.
|
|
@@ -13,7 +13,7 @@ An AntdContent component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `key` (String; optional)
|
|
18
18
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
19
19
|
Those elements have the following types:
|
|
@@ -13,7 +13,7 @@ An AntdCustomSkeleton component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `debug` (Bool; optional)
|
|
18
18
|
- `excludeProps` (Array of Strings; optional)
|
|
19
19
|
- `includeProps` (Array of Strings; optional)
|
|
@@ -10,7 +10,7 @@ An AntdDraggerUpload component.
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
12
|
- `apiUrl` (String; optional)
|
|
13
|
-
- `className` (String; optional)
|
|
13
|
+
- `className` (String | Dict; optional)
|
|
14
14
|
- `directory` (Bool; optional)
|
|
15
15
|
- `failedTooltipInfo` (String; optional)
|
|
16
16
|
- `fileListMaxLength` (Real; optional)
|
|
@@ -13,7 +13,7 @@ An AntdDrawer component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `closable` (Bool; optional)
|
|
18
18
|
- `containerId` (String; optional)
|
|
19
19
|
- `destroyOnClose` (Bool; optional)
|
|
@@ -13,7 +13,7 @@ An AntdFooter component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `key` (String; optional)
|
|
18
18
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
19
19
|
Those elements have the following types:
|
|
@@ -13,7 +13,7 @@ An AntdHeader component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `key` (String; optional)
|
|
18
18
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
19
19
|
Those elements have the following types:
|
|
@@ -9,7 +9,8 @@ An AntdIcon component.
|
|
|
9
9
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
|
-
- `className` (String; optional)
|
|
12
|
+
- `className` (String | Dict; optional)
|
|
13
|
+
- `debounceWait` (Real; optional)
|
|
13
14
|
- `icon` (String; optional)
|
|
14
15
|
- `key` (String; optional)
|
|
15
16
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
@@ -17,10 +18,11 @@ Those elements have the following types:
|
|
|
17
18
|
- `is_loading` (Bool; optional): Determines if the component is loading or not
|
|
18
19
|
- `prop_name` (String; optional): Holds which property is loading
|
|
19
20
|
- `component_name` (String; optional): Holds the name of the component that is loading
|
|
21
|
+
- `nClicks` (Real; optional)
|
|
20
22
|
- `style` (Dict; optional)
|
|
21
23
|
"""
|
|
22
24
|
function 'feffery'_antdicon(; kwargs...)
|
|
23
|
-
available_props = Symbol[:id, :className, :icon, :key, :loading_state, :style]
|
|
25
|
+
available_props = Symbol[:id, :className, :debounceWait, :icon, :key, :loading_state, :nClicks, :style]
|
|
24
26
|
wild_props = Symbol[]
|
|
25
27
|
return Component("'feffery'_antdicon", "AntdIcon", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
26
28
|
end
|
|
@@ -10,7 +10,7 @@ An AntdImage component.
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
12
|
- `alt` (String; optional)
|
|
13
|
-
- `className` (String; optional)
|
|
13
|
+
- `className` (String | Dict; optional)
|
|
14
14
|
- `fallback` (String; optional)
|
|
15
15
|
- `height` (Real | String; optional)
|
|
16
16
|
- `key` (String; optional)
|
|
@@ -9,8 +9,8 @@ An AntdInput component.
|
|
|
9
9
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
|
-
- `addonAfter` (
|
|
13
|
-
- `addonBefore` (
|
|
12
|
+
- `addonAfter` (a list of or a singular dash component, string or number; optional)
|
|
13
|
+
- `addonBefore` (a list of or a singular dash component, string or number; optional)
|
|
14
14
|
- `allowClear` (Bool; optional)
|
|
15
15
|
- `autoComplete` (a value equal to: 'off', 'on'; optional)
|
|
16
16
|
- `autoSize` (optional): . autoSize has the following type: Bool | lists containing elements 'minRows', 'maxRows'.
|
|
@@ -19,6 +19,8 @@ Those elements have the following types:
|
|
|
19
19
|
- `maxRows` (Real; optional)
|
|
20
20
|
- `bordered` (Bool; optional)
|
|
21
21
|
- `className` (String; optional)
|
|
22
|
+
- `debounceValue` (String; optional)
|
|
23
|
+
- `debounceWait` (Real; optional)
|
|
22
24
|
- `defaultValue` (String; optional)
|
|
23
25
|
- `disabled` (Bool; optional)
|
|
24
26
|
- `key` (String; optional)
|
|
@@ -33,7 +35,7 @@ Those elements have the following types:
|
|
|
33
35
|
- `nClicksSearch` (Real; optional)
|
|
34
36
|
- `nSubmit` (Real; optional)
|
|
35
37
|
- `passwordUseMd5` (Bool; optional)
|
|
36
|
-
- `persisted_props` (Array of a value equal to: 'value's; optional): Properties whose user interactions will persist after refreshing the
|
|
38
|
+
- `persisted_props` (Array of a value equal to: 'value', 'md5Value's; optional): Properties whose user interactions will persist after refreshing the
|
|
37
39
|
component or the page. Since only `value` is allowed this prop can
|
|
38
40
|
normally be ignored.
|
|
39
41
|
- `persistence` (Bool | String | Real; optional): Used to allow user interactions in this component to be persisted when
|
|
@@ -47,14 +49,16 @@ memory: only kept in memory, reset on page refresh.
|
|
|
47
49
|
local: window.localStorage, data is kept after the browser quit.
|
|
48
50
|
session: window.sessionStorage, data is cleared once the browser quit.
|
|
49
51
|
- `placeholder` (String; optional)
|
|
52
|
+
- `prefix` (a list of or a singular dash component, string or number; optional)
|
|
50
53
|
- `showCount` (Bool; optional)
|
|
51
54
|
- `size` (a value equal to: 'small', 'middle', 'large'; optional)
|
|
52
55
|
- `status` (a value equal to: 'error', 'warning'; optional)
|
|
53
56
|
- `style` (Dict; optional)
|
|
57
|
+
- `suffix` (a list of or a singular dash component, string or number; optional)
|
|
54
58
|
- `value` (String; optional)
|
|
55
59
|
"""
|
|
56
60
|
function 'feffery'_antdinput(; kwargs...)
|
|
57
|
-
available_props = Symbol[: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]
|
|
61
|
+
available_props = Symbol[: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]
|
|
58
62
|
wild_props = Symbol[]
|
|
59
63
|
return Component("'feffery'_antdinput", "AntdInput", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
60
64
|
end
|
|
@@ -9,8 +9,8 @@ An AntdInputNumber component.
|
|
|
9
9
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
|
-
- `addonAfter` (
|
|
13
|
-
- `addonBefore` (
|
|
12
|
+
- `addonAfter` (a list of or a singular dash component, string or number; optional)
|
|
13
|
+
- `addonBefore` (a list of or a singular dash component, string or number; optional)
|
|
14
14
|
- `bordered` (Bool; optional)
|
|
15
15
|
- `className` (String; optional)
|
|
16
16
|
- `controls` (Bool; optional)
|
|
@@ -41,16 +41,18 @@ local: window.localStorage, data is kept after the browser quit.
|
|
|
41
41
|
session: window.sessionStorage, data is cleared once the browser quit.
|
|
42
42
|
- `placeholder` (String; optional)
|
|
43
43
|
- `precision` (Real; optional)
|
|
44
|
+
- `prefix` (a list of or a singular dash component, string or number; optional)
|
|
44
45
|
- `readOnly` (Bool; optional)
|
|
45
46
|
- `size` (a value equal to: 'small', 'middle', 'large'; optional)
|
|
46
47
|
- `status` (a value equal to: 'error', 'warning'; optional)
|
|
47
48
|
- `step` (Real | String; optional)
|
|
48
49
|
- `stringMode` (Bool; optional)
|
|
49
50
|
- `style` (Dict; optional)
|
|
51
|
+
- `suffix` (a list of or a singular dash component, string or number; optional)
|
|
50
52
|
- `value` (Real | String; optional)
|
|
51
53
|
"""
|
|
52
54
|
function 'feffery'_antdinputnumber(; kwargs...)
|
|
53
|
-
available_props = Symbol[: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]
|
|
55
|
+
available_props = Symbol[: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]
|
|
54
56
|
wild_props = Symbol[]
|
|
55
57
|
return Component("'feffery'_antdinputnumber", "AntdInputNumber", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
56
58
|
end
|
|
@@ -13,7 +13,7 @@ An AntdLayout component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `key` (String; optional)
|
|
18
18
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
19
19
|
Those elements have the following types:
|
|
@@ -13,6 +13,7 @@ An AntdModal component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
+
- `bodyStyle` (Dict; optional)
|
|
16
17
|
- `cancelButtonProps` (Dict; optional)
|
|
17
18
|
- `cancelCounts` (Real; optional)
|
|
18
19
|
- `cancelText` (String; optional)
|
|
@@ -30,6 +31,7 @@ Those elements have the following types:
|
|
|
30
31
|
- `locale` (a value equal to: 'zh-cn', 'en-us'; optional)
|
|
31
32
|
- `mask` (Bool; optional)
|
|
32
33
|
- `maskClosable` (Bool; optional)
|
|
34
|
+
- `maskStyle` (Dict; optional)
|
|
33
35
|
- `okButtonProps` (Dict; optional)
|
|
34
36
|
- `okClickClose` (Bool; optional)
|
|
35
37
|
- `okCounts` (Real; optional)
|
|
@@ -38,10 +40,11 @@ Those elements have the following types:
|
|
|
38
40
|
- `style` (Dict; optional)
|
|
39
41
|
- `title` (a list of or a singular dash component, string or number; optional)
|
|
40
42
|
- `visible` (Bool; optional)
|
|
41
|
-
- `width` (Real; optional)
|
|
43
|
+
- `width` (Real | String; optional)
|
|
44
|
+
- `zIndex` (Real; optional)
|
|
42
45
|
"""
|
|
43
46
|
function 'feffery'_antdmodal(; kwargs...)
|
|
44
|
-
available_props = Symbol[: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]
|
|
47
|
+
available_props = Symbol[: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]
|
|
45
48
|
wild_props = Symbol[]
|
|
46
49
|
return Component("'feffery'_antdmodal", "AntdModal", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
47
50
|
end
|
|
@@ -13,7 +13,7 @@ An AntdParagraph component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `code` (Bool; optional)
|
|
18
18
|
- `copyable` (Bool; optional)
|
|
19
19
|
- `disabled` (Bool; optional)
|
|
@@ -9,7 +9,7 @@ An AntdPasteImage component.
|
|
|
9
9
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
|
-
- `className` (String; optional)
|
|
12
|
+
- `className` (String | Dict; optional)
|
|
13
13
|
- `currentPastedImages` (Array of Bool | Real | String | Dict | Arrays; optional)
|
|
14
14
|
- `deletedIdx` (Array of Reals; optional)
|
|
15
15
|
- `imageHeight` (Real; optional)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
|
+
|
|
3
|
+
export 'feffery'_antdpopupcard
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
'feffery'_antdpopupcard(;kwargs...)
|
|
7
|
+
'feffery'_antdpopupcard(children::Any;kwargs...)
|
|
8
|
+
'feffery'_antdpopupcard(children_maker::Function;kwargs...)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
An AntdPopupCard component.
|
|
12
|
+
|
|
13
|
+
Keyword arguments:
|
|
14
|
+
- `children` (a list of or a singular dash component, string or number; optional)
|
|
15
|
+
- `id` (String; optional)
|
|
16
|
+
- `bodyStyle` (Dict; optional)
|
|
17
|
+
- `className` (String; optional)
|
|
18
|
+
- `closable` (Bool; optional)
|
|
19
|
+
- `closeIconType` (a value equal to: 'default', 'outlined', 'two-tone'; optional)
|
|
20
|
+
- `draggable` (Bool; optional)
|
|
21
|
+
- `key` (String; optional)
|
|
22
|
+
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
23
|
+
Those elements have the following types:
|
|
24
|
+
- `is_loading` (Bool; optional): Determines if the component is loading or not
|
|
25
|
+
- `prop_name` (String; optional): Holds which property is loading
|
|
26
|
+
- `component_name` (String; optional): Holds the name of the component that is loading
|
|
27
|
+
- `locale` (a value equal to: 'zh-cn', 'en-us'; optional)
|
|
28
|
+
- `style` (Dict; optional)
|
|
29
|
+
- `title` (a list of or a singular dash component, string or number; optional)
|
|
30
|
+
- `transitionType` (a value equal to: 'none', 'fade', 'zoom', 'zoom-big', 'zoom-big-fast', 'zoom-up', 'zoom-down', 'zoom-left', 'zoom-right', 'slide-up', 'slide-down', 'slide-left', 'slide-right', 'move-up', 'move-down', 'move-left', 'move-right'; optional)
|
|
31
|
+
- `visible` (Bool; optional)
|
|
32
|
+
- `width` (Real | String; optional)
|
|
33
|
+
- `zIndex` (Real; optional)
|
|
34
|
+
"""
|
|
35
|
+
function 'feffery'_antdpopupcard(; kwargs...)
|
|
36
|
+
available_props = Symbol[:children, :id, :bodyStyle, :className, :closable, :closeIconType, :draggable, :key, :loading_state, :locale, :style, :title, :transitionType, :visible, :width, :zIndex]
|
|
37
|
+
wild_props = Symbol[]
|
|
38
|
+
return Component("'feffery'_antdpopupcard", "AntdPopupCard", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
'feffery'_antdpopupcard(children::Any; kwargs...) = 'feffery'_antdpopupcard(;kwargs..., children = children)
|
|
42
|
+
'feffery'_antdpopupcard(children_maker::Function; kwargs...) = 'feffery'_antdpopupcard(children_maker(); kwargs...)
|
|
43
|
+
|
|
@@ -23,7 +23,7 @@ Those elements have the following types:
|
|
|
23
23
|
- `component_name` (String; optional): Holds the name of the component that is loading
|
|
24
24
|
- `placement` (a value equal to: 'start', 'end'; optional)
|
|
25
25
|
- `style` (Dict; optional)
|
|
26
|
-
- `text` (
|
|
26
|
+
- `text` (a list of or a singular dash component, string or number; optional)
|
|
27
27
|
"""
|
|
28
28
|
function 'feffery'_antdribbon(; kwargs...)
|
|
29
29
|
available_props = Symbol[:children, :id, :className, :color, :key, :loading_state, :placement, :style, :text]
|
|
@@ -14,7 +14,7 @@ Keyword arguments:
|
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
16
|
- `align` (a value equal to: 'top', 'middle', 'bottom'; optional)
|
|
17
|
-
- `className` (String; optional)
|
|
17
|
+
- `className` (String | Dict; optional)
|
|
18
18
|
- `gutter` (optional): . gutter has the following type: Real | Array of Reals | lists containing elements 'xs', 'sm', 'md', 'lg', 'xl', 'xxl'.
|
|
19
19
|
Those elements have the following types:
|
|
20
20
|
- `xs` (Real; optional)
|
|
@@ -19,11 +19,12 @@ Those elements have the following types:
|
|
|
19
19
|
- `is_loading` (Bool; optional): Determines if the component is loading or not
|
|
20
20
|
- `prop_name` (String; optional): Holds which property is loading
|
|
21
21
|
- `component_name` (String; optional): Holds the name of the component that is loading
|
|
22
|
-
- `options` (optional): . options has the following type: Array of lists containing elements 'label', 'value', 'disabled'.
|
|
22
|
+
- `options` (optional): . options has the following type: Array of lists containing elements 'label', 'value', 'disabled', 'icon'.
|
|
23
23
|
Those elements have the following types:
|
|
24
|
-
- `label` (String;
|
|
25
|
-
- `value` (String | Real;
|
|
26
|
-
- `disabled` (Bool; optional)
|
|
24
|
+
- `label` (String | a list of or a singular dash component, string or number; required)
|
|
25
|
+
- `value` (String | Real; required)
|
|
26
|
+
- `disabled` (Bool; optional)
|
|
27
|
+
- `icon` (String; optional)s
|
|
27
28
|
- `persisted_props` (Array of a value equal to: 'value's; optional): Properties whose user interactions will persist after refreshing the
|
|
28
29
|
component or the page. Since only `value` is allowed this prop can
|
|
29
30
|
normally be ignored.
|
|
@@ -29,13 +29,15 @@ Those elements have the following types:
|
|
|
29
29
|
- `min` (Real; optional)
|
|
30
30
|
- `placeholder` (String; optional)
|
|
31
31
|
- `precision` (Real; optional)
|
|
32
|
+
- `pureLegend` (Bool; optional)
|
|
33
|
+
- `pureLegendLabelStyle` (Dict; optional)
|
|
32
34
|
- `readOnly` (Bool; optional)
|
|
33
35
|
- `size` (a value equal to: 'large', 'small', 'default'; optional)
|
|
34
36
|
- `step` (Real; optional)
|
|
35
37
|
- `style` (Dict; optional)
|
|
36
38
|
"""
|
|
37
39
|
function 'feffery'_antdsegmentedcoloring(; kwargs...)
|
|
38
|
-
available_props = Symbol[:id, :bordered, :breakpoints, :className, :colorBlockPosition, :colorBlockStyle, :colors, :controls, :disabled, :inputNumberStyle, :key, :keyboard, :loading_state, :max, :min, :placeholder, :precision, :readOnly, :size, :step, :style]
|
|
40
|
+
available_props = Symbol[:id, :bordered, :breakpoints, :className, :colorBlockPosition, :colorBlockStyle, :colors, :controls, :disabled, :inputNumberStyle, :key, :keyboard, :loading_state, :max, :min, :placeholder, :precision, :pureLegend, :pureLegendLabelStyle, :readOnly, :size, :step, :style]
|
|
39
41
|
wild_props = Symbol[]
|
|
40
42
|
return Component("'feffery'_antdsegmentedcoloring", "AntdSegmentedColoring", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
41
43
|
end
|
|
@@ -14,7 +14,7 @@ Keyword arguments:
|
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
16
|
- `breakpoint` (a value equal to: 'xs', 'sm', 'md', 'lg', 'xl', 'xxl'; optional)
|
|
17
|
-
- `className` (String; optional)
|
|
17
|
+
- `className` (String | Dict; optional)
|
|
18
18
|
- `collapsed` (Bool; optional)
|
|
19
19
|
- `collapsedWidth` (Real; optional)
|
|
20
20
|
- `collapsible` (Bool; optional)
|
|
@@ -19,7 +19,7 @@ Those elements have the following types:
|
|
|
19
19
|
- `active` (Bool; optional)
|
|
20
20
|
- `shape` (a value equal to: 'circle', 'square'; optional)
|
|
21
21
|
- `size` (Real | a value equal to: 'large', 'small', 'default'; optional)
|
|
22
|
-
- `className` (String; optional)
|
|
22
|
+
- `className` (String | Dict; optional)
|
|
23
23
|
- `debug` (Bool; optional)
|
|
24
24
|
- `excludeProps` (Array of Strings; optional)
|
|
25
25
|
- `includeProps` (Array of Strings; optional)
|
|
@@ -15,7 +15,7 @@ Keyword arguments:
|
|
|
15
15
|
- `id` (String; optional)
|
|
16
16
|
- `addSplitLine` (Bool; optional)
|
|
17
17
|
- `align` (a value equal to: 'start', 'end', 'center', 'baseline'; optional)
|
|
18
|
-
- `className` (String; optional)
|
|
18
|
+
- `className` (String | Dict; optional)
|
|
19
19
|
- `direction` (a value equal to: 'vertical', 'horizontal'; optional)
|
|
20
20
|
- `key` (String; optional)
|
|
21
21
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
@@ -13,7 +13,7 @@ An AntdSpin component.
|
|
|
13
13
|
Keyword arguments:
|
|
14
14
|
- `children` (a list of or a singular dash component, string or number; optional): The content of the tab - will only be displayed if this tab is selected
|
|
15
15
|
- `id` (String; optional)
|
|
16
|
-
- `className` (String; optional)
|
|
16
|
+
- `className` (String | Dict; optional)
|
|
17
17
|
- `debug` (Bool; optional)
|
|
18
18
|
- `delay` (Real; optional)
|
|
19
19
|
- `excludeProps` (Array of Strings; optional)
|
|
@@ -29,7 +29,7 @@ Those elements have the following types:
|
|
|
29
29
|
- `spinning` (Bool; optional)
|
|
30
30
|
- `style` (Dict; optional)
|
|
31
31
|
- `text` (String; optional)
|
|
32
|
-
- `wrapperClassName` (String; optional)
|
|
32
|
+
- `wrapperClassName` (String | Dict; optional)
|
|
33
33
|
"""
|
|
34
34
|
function 'feffery'_antdspin(; kwargs...)
|
|
35
35
|
available_props = Symbol[:children, :id, :className, :debug, :delay, :excludeProps, :includeProps, :indicator, :listenPropsMode, :loading_state, :size, :spinning, :style, :text, :wrapperClassName]
|
|
@@ -9,7 +9,7 @@ An AntdStatistic component.
|
|
|
9
9
|
|
|
10
10
|
Keyword arguments:
|
|
11
11
|
- `id` (String; optional)
|
|
12
|
-
- `className` (String; optional)
|
|
12
|
+
- `className` (String | Dict; optional)
|
|
13
13
|
- `key` (String; optional)
|
|
14
14
|
- `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
|
|
15
15
|
Those elements have the following types:
|