feffery_antd_components 0.1.4 → 0.1.5
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/Project.toml +1 -1
- package/build/lib/feffery_antd_components/AntdAffix.py +54 -0
- package/build/lib/feffery_antd_components/AntdAlert.py +58 -0
- package/build/lib/feffery_antd_components/AntdAnchor.py +54 -0
- package/build/lib/feffery_antd_components/AntdAvatar.py +79 -0
- package/build/lib/feffery_antd_components/AntdBackTop.py +52 -0
- package/build/lib/feffery_antd_components/AntdBadge.py +70 -0
- package/build/lib/feffery_antd_components/AntdBreadcrumb.py +74 -0
- package/build/lib/feffery_antd_components/AntdButton.py +66 -0
- package/build/lib/feffery_antd_components/AntdCalendar.py +75 -0
- package/build/lib/feffery_antd_components/AntdCard.py +86 -0
- package/build/lib/feffery_antd_components/AntdCardGrid.py +52 -0
- package/build/lib/feffery_antd_components/AntdCarousel.py +56 -0
- package/build/lib/feffery_antd_components/AntdCascader.py +91 -0
- package/build/lib/feffery_antd_components/AntdCheckbox.py +71 -0
- package/build/lib/feffery_antd_components/AntdCheckboxGroup.py +79 -0
- package/build/lib/feffery_antd_components/AntdCol.py +146 -0
- package/build/lib/feffery_antd_components/AntdCollapse.py +79 -0
- package/build/lib/feffery_antd_components/AntdComment.py +88 -0
- package/build/lib/feffery_antd_components/AntdContent.py +50 -0
- package/build/lib/feffery_antd_components/AntdCountdown.py +72 -0
- package/build/lib/feffery_antd_components/AntdDatePicker.py +93 -0
- package/build/lib/feffery_antd_components/AntdDateRangePicker.py +89 -0
- package/build/lib/feffery_antd_components/AntdDescriptionItem.py +58 -0
- package/build/lib/feffery_antd_components/AntdDescriptions.py +76 -0
- package/build/lib/feffery_antd_components/AntdDivider.py +62 -0
- package/build/lib/feffery_antd_components/AntdDraggerUpload.py +82 -0
- package/build/lib/feffery_antd_components/AntdDrawer.py +72 -0
- package/build/lib/feffery_antd_components/AntdDropdown.py +84 -0
- package/build/lib/feffery_antd_components/AntdEmpty.py +54 -0
- package/build/lib/feffery_antd_components/AntdFooter.py +50 -0
- package/build/lib/feffery_antd_components/AntdForm.py +72 -0
- package/build/lib/feffery_antd_components/AntdFormItem.py +84 -0
- package/build/lib/feffery_antd_components/AntdHeader.py +50 -0
- package/build/lib/feffery_antd_components/AntdIcon.py +48 -0
- package/build/lib/feffery_antd_components/AntdImage.py +62 -0
- package/build/lib/feffery_antd_components/AntdInput.py +99 -0
- package/build/lib/feffery_antd_components/AntdInputNumber.py +99 -0
- package/build/lib/feffery_antd_components/AntdLayout.py +50 -0
- package/build/lib/feffery_antd_components/AntdMentions.py +74 -0
- package/build/lib/feffery_antd_components/AntdMenu.py +81 -0
- package/build/lib/feffery_antd_components/AntdMessage.py +54 -0
- package/build/lib/feffery_antd_components/AntdModal.py +88 -0
- package/build/lib/feffery_antd_components/AntdNotification.py +60 -0
- package/build/lib/feffery_antd_components/AntdPageHeader.py +62 -0
- package/build/lib/feffery_antd_components/AntdPagination.py +95 -0
- package/build/lib/feffery_antd_components/AntdParagraph.py +70 -0
- package/build/lib/feffery_antd_components/AntdPopconfirm.py +80 -0
- package/build/lib/feffery_antd_components/AntdPopover.py +74 -0
- package/build/lib/feffery_antd_components/AntdProgress.py +88 -0
- package/build/lib/feffery_antd_components/AntdRadio.py +54 -0
- package/build/lib/feffery_antd_components/AntdRadioGroup.py +89 -0
- package/build/lib/feffery_antd_components/AntdRate.py +60 -0
- package/build/lib/feffery_antd_components/AntdResult.py +52 -0
- package/build/lib/feffery_antd_components/AntdRibbon.py +54 -0
- package/build/lib/feffery_antd_components/AntdRow.py +72 -0
- package/build/lib/feffery_antd_components/AntdSelect.py +117 -0
- package/build/lib/feffery_antd_components/AntdSider.py +68 -0
- package/build/lib/feffery_antd_components/AntdSkeleton.py +86 -0
- package/build/lib/feffery_antd_components/AntdSlider.py +68 -0
- package/build/lib/feffery_antd_components/AntdSpace.py +60 -0
- package/build/lib/feffery_antd_components/AntdSpin.py +68 -0
- package/build/lib/feffery_antd_components/AntdStatistic.py +74 -0
- package/build/lib/feffery_antd_components/AntdSteps.py +72 -0
- package/build/lib/feffery_antd_components/AntdSwitch.py +75 -0
- package/build/lib/feffery_antd_components/AntdTabPane.py +66 -0
- package/build/lib/feffery_antd_components/AntdTable.py +240 -0
- package/build/lib/feffery_antd_components/AntdTabs.py +81 -0
- package/build/lib/feffery_antd_components/AntdTag.py +54 -0
- package/build/lib/feffery_antd_components/AntdTestLink.py +58 -0
- package/build/lib/feffery_antd_components/AntdText.py +72 -0
- package/build/lib/feffery_antd_components/AntdTimePicker.py +93 -0
- package/build/lib/feffery_antd_components/AntdTimeRangePicker.py +93 -0
- package/build/lib/feffery_antd_components/AntdTimeline.py +68 -0
- package/build/lib/feffery_antd_components/AntdTitle.py +74 -0
- package/build/lib/feffery_antd_components/AntdTooltip.py +64 -0
- package/build/lib/feffery_antd_components/AntdTransfer.py +99 -0
- package/build/lib/feffery_antd_components/AntdTree.py +107 -0
- package/build/lib/feffery_antd_components/AntdTreeSelect.py +103 -0
- package/build/lib/feffery_antd_components/AntdTypography.py +50 -0
- package/build/lib/feffery_antd_components/AntdUpload.py +80 -0
- package/build/lib/feffery_antd_components/Link.py +58 -0
- package/build/lib/feffery_antd_components/__init__.py +53 -0
- package/build/lib/feffery_antd_components/_imports_.py +157 -0
- package/build/lib/feffery_antd_components/feffery_antd_components.min.js +344 -0
- package/build/lib/feffery_antd_components/metadata.json +14959 -0
- package/build/lib/feffery_antd_components/package-info.json +77 -0
- package/feffery_antd_components/AntdTable.py +10 -0
- package/feffery_antd_components/feffery_antd_components.min.js +1 -1
- package/feffery_antd_components/metadata.json +62 -0
- package/feffery_antd_components/package-info.json +1 -1
- package/package.json +1 -1
- package/src/FefferyAntdComponents.jl +3 -3
- package/src/jl/'feffery'_antdtable.jl +7 -1
- package/src/lib/components/AntdTable.react.js +20 -1
- package/usage.py +2 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "feffery_antd_components",
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Best implementation of Antd components in Plotly Dash.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/CNFeffery/feffery-antd-components.git"
|
|
8
|
+
},
|
|
9
|
+
"bugs": {
|
|
10
|
+
"url": "https://github.com/CNFeffery/feffery-antd-components/issues"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "http://fac.feffery.tech/",
|
|
13
|
+
"main": "build/index.js",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"start": "webpack-serve --config ./webpack.serve.config.js --open",
|
|
16
|
+
"build:js": "webpack --mode production",
|
|
17
|
+
"build:backends": "dash-generate-components ./src/lib/components feffery_antd_components -p package-info.json --r-prefix 'feffery' --jl-prefix 'feffery'",
|
|
18
|
+
"build:backends-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
|
|
19
|
+
"build": "npm run build:js && npm run build:backends",
|
|
20
|
+
"build:activated": "npm run build:js && npm run build:backends-activated"
|
|
21
|
+
},
|
|
22
|
+
"author": "CNFeffery <fefferypzy@gmail.com>",
|
|
23
|
+
"email": "fefferypzy@gmail.com",
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@ant-design/charts": "^1.3.5",
|
|
27
|
+
"@ant-design/icons": "^4.6.3",
|
|
28
|
+
"antd": "^4.19.1",
|
|
29
|
+
"dash-extensions-js": "^0.0.8",
|
|
30
|
+
"is-absolute-url": "^4.0.1",
|
|
31
|
+
"md5": "^2.3.0",
|
|
32
|
+
"ramda": "^0.26.1",
|
|
33
|
+
"react-fast-marquee": "^1.3.1",
|
|
34
|
+
"react-highlight-words": "^0.17.0",
|
|
35
|
+
"react-icons": "^4.2.0",
|
|
36
|
+
"react-text-loop": "^2.3.0",
|
|
37
|
+
"uuid": "^8.3.2"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@babel/core": "^7.5.4",
|
|
41
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
|
|
42
|
+
"@babel/preset-env": "^7.5.4",
|
|
43
|
+
"@babel/preset-react": "^7.0.0",
|
|
44
|
+
"babel-eslint": "^10.0.2",
|
|
45
|
+
"babel-loader": "^8.0.6",
|
|
46
|
+
"copyfiles": "^2.1.1",
|
|
47
|
+
"css-loader": "^3.0.0",
|
|
48
|
+
"eslint": "^6.0.1",
|
|
49
|
+
"eslint-config-prettier": "^6.0.0",
|
|
50
|
+
"eslint-plugin-import": "^2.18.0",
|
|
51
|
+
"eslint-plugin-react": "^7.14.2",
|
|
52
|
+
"npm": "^6.1.0",
|
|
53
|
+
"prop-types": "^15.7.2",
|
|
54
|
+
"react": "^16.8.6",
|
|
55
|
+
"react-docgen": "^4.1.1",
|
|
56
|
+
"react-dom": "^16.8.6",
|
|
57
|
+
"style-loader": "^0.23.1",
|
|
58
|
+
"styled-jsx": "^3.2.1",
|
|
59
|
+
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
60
|
+
"webpack": "^4.36.1",
|
|
61
|
+
"webpack-cli": "^3.3.6",
|
|
62
|
+
"webpack-serve": "3.1.0"
|
|
63
|
+
},
|
|
64
|
+
"babel": {
|
|
65
|
+
"presets": [
|
|
66
|
+
"@babel/preset-react",
|
|
67
|
+
"@babel/preset-env"
|
|
68
|
+
],
|
|
69
|
+
"plugins": [
|
|
70
|
+
"@babel/plugin-transform-react-jsx"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"engines": {
|
|
74
|
+
"node": ">=8.11.0",
|
|
75
|
+
"npm": ">=6.1.0"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -97,6 +97,16 @@ Keyword arguments:
|
|
|
97
97
|
|
|
98
98
|
- style (dict; optional)
|
|
99
99
|
|
|
100
|
+
- type (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; optional) | list of dicts with keys:
|
|
101
|
+
|
|
102
|
+
- content (string | number; optional)
|
|
103
|
+
|
|
104
|
+
- danger (boolean; optional)
|
|
105
|
+
|
|
106
|
+
- disabled (boolean; optional)
|
|
107
|
+
|
|
108
|
+
- style (dict; optional)
|
|
109
|
+
|
|
100
110
|
- type (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; optional) | dict with keys:
|
|
101
111
|
|
|
102
112
|
- status (a value equal to: 'success', 'processing', 'default', 'error', 'warning'; optional)
|