@pointcloud/pcloud-components 0.1.21 → 0.1.24
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/README.md +1 -1
- package/dist/esm/AdvancedFilter/FormFilter.js +3 -3
- package/dist/esm/AdvancedFilter/interface.d.ts +3 -3
- package/dist/esm/AdvancedFilter/styles/index.less +146 -146
- package/dist/esm/AspectRatio/index.d.ts +9 -0
- package/dist/esm/AspectRatio/index.js +46 -0
- package/dist/esm/ColorPicker/index.js +1 -1
- package/dist/esm/ColorPicker/index.less +18 -18
- package/dist/esm/ColorPicker/interface.d.ts +3 -3
- package/dist/esm/ConfigProvider/interface.d.ts +1 -1
- package/dist/esm/DCascader/index.js +6 -6
- package/dist/esm/DCascader/index.less +24 -24
- package/dist/esm/DForm/DItem/itemType.d.ts +5 -1
- package/dist/esm/DForm/DItem/itemsRender.d.ts +2 -0
- package/dist/esm/DForm/DItem/itemsRender.js +8 -0
- package/dist/esm/DForm/helper.d.ts +2 -0
- package/dist/esm/DForm/helper.js +33 -10
- package/dist/esm/DForm/index.js +7 -4
- package/dist/esm/DForm/index.less +5 -0
- package/dist/esm/DInput/index.js +14 -14
- package/dist/esm/DModal/interface.d.ts +2 -2
- package/dist/esm/DModal/styles/index.less +27 -27
- package/dist/esm/DSelect/index.js +39 -45
- package/dist/esm/DTable/index.js +6 -6
- package/dist/esm/DTable/index.less +71 -71
- package/dist/esm/DTreeSelect/index.less +11 -11
- package/dist/esm/DUpload/helper.js +47 -47
- package/dist/esm/DUpload/index.less +19 -19
- package/dist/esm/ErrorBoundary/index.less +44 -44
- package/dist/esm/IPAddress/index.d.ts +20 -0
- package/dist/esm/IPAddress/index.js +248 -0
- package/dist/esm/IPAddress/index.less +75 -0
- package/dist/esm/IconFont/index.d.ts +17 -0
- package/dist/esm/IconFont/index.js +27 -0
- package/dist/esm/InfiniteScrollList/index.d.ts +9 -0
- package/dist/esm/InfiniteScrollList/index.js +9 -4
- package/dist/esm/InfiniteScrollList/styles/index.less +2 -0
- package/dist/esm/LabelValue/interface.d.ts +1 -1
- package/dist/esm/LabelValue/styles/index.less +23 -23
- package/dist/esm/Loading/hooks/useLoading.d.ts +6 -0
- package/dist/esm/Loading/hooks/useLoading.js +35 -0
- package/dist/esm/Loading/index.d.ts +5 -4
- package/dist/esm/Loading/index.js +9 -9
- package/dist/esm/Loading/interface.d.ts +6 -3
- package/dist/esm/Loading/loading.d.ts +2 -4
- package/dist/esm/Loading/loading.js +5 -3
- package/dist/esm/Loading/styles/index.less +25 -25
- package/dist/esm/NoData/styles/index.less +24 -24
- package/dist/esm/PictureCard/index.d.ts +1 -1
- package/dist/esm/PictureCard/index.less +28 -28
- package/dist/esm/RCropper/handler.d.ts +16 -0
- package/dist/esm/RCropper/handler.js +146 -0
- package/dist/esm/RCropper/index.d.ts +4 -0
- package/dist/esm/RCropper/index.js +183 -0
- package/dist/esm/RCropper/interface.d.ts +70 -0
- package/dist/esm/RCropper/interface.js +1 -0
- package/dist/esm/RCropper/styles/toolbar.less +25 -0
- package/dist/esm/RCropper/svgIcons.d.ts +28 -0
- package/dist/esm/RCropper/svgIcons.js +158 -0
- package/dist/esm/RCropper/toolbar.d.ts +5 -0
- package/dist/esm/RCropper/toolbar.js +84 -0
- package/dist/esm/WordCloud/index.d.ts +6 -2
- package/dist/esm/WordCloud/index.js +110 -5
- package/dist/esm/commonStyle/index.less +1 -1
- package/dist/esm/index.d.ts +9 -1
- package/dist/esm/index.js +6 -2
- package/dist/umd/pcloud-components.min.css +1 -1
- package/dist/umd/pcloud-components.min.js +1 -1
- package/package.json +107 -106
package/package.json
CHANGED
|
@@ -1,106 +1,107 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pointcloud/pcloud-components",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "pointcloud react 组件库",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"pointcloud",
|
|
8
|
-
"react",
|
|
9
|
-
"components",
|
|
10
|
-
"ui"
|
|
11
|
-
],
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"author": "frankdong",
|
|
14
|
-
"module": "dist/esm/index.js",
|
|
15
|
-
"typings": "dist/esm/index.d.ts",
|
|
16
|
-
"files": [
|
|
17
|
-
"dist"
|
|
18
|
-
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "father build",
|
|
21
|
-
"build:watch": "father dev",
|
|
22
|
-
"clean": "node scripts/clean-tmp.js",
|
|
23
|
-
"dev": "dumi dev",
|
|
24
|
-
"docker:build": "docker build -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
|
|
25
|
-
"docker:build:arm64": "docker buildx build --platform=linux/arm64 -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
|
|
26
|
-
"docker:delete": "docker rmi Harbor地址/仓库名称/镜像名称:latest",
|
|
27
|
-
"docker:push": "npm run docs:build && npm run docker:build && docker push Harbor地址/仓库名称/镜像名称:latest && npm run docker:delete",
|
|
28
|
-
"docs:build": "dumi build",
|
|
29
|
-
"doctor": "father doctor",
|
|
30
|
-
"lint": "npm run lint:es && npm run lint:css",
|
|
31
|
-
"lint:css": "stylelint \"{src,config,docs,scripts,.dumi/theme}/**/*.{css,less}\"",
|
|
32
|
-
"lint:es": "eslint \"{src,config,docs,scripts,.dumi/theme}/**/*.{js,jsx,ts,tsx}\"",
|
|
33
|
-
"prepare": "husky install && dumi setup",
|
|
34
|
-
"prepublishOnly": "father doctor && npm run lint && npm run build",
|
|
35
|
-
"prettier": "prettier -c --write \"{src,config,docs,scripts,.dumi/theme}/**\"",
|
|
36
|
-
"release": "release-it --ci",
|
|
37
|
-
"start": "npm run clean && npm run dev"
|
|
38
|
-
},
|
|
39
|
-
"commitlint": {
|
|
40
|
-
"extends": [
|
|
41
|
-
"@commitlint/config-conventional"
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
"lint-staged": {
|
|
45
|
-
"*.{md,json}": [
|
|
46
|
-
"prettier --write --no-error-on-unmatched-pattern"
|
|
47
|
-
],
|
|
48
|
-
"*.{css,less}": [
|
|
49
|
-
"stylelint --fix",
|
|
50
|
-
"prettier --write"
|
|
51
|
-
],
|
|
52
|
-
"*.{js,jsx}": [
|
|
53
|
-
"eslint --fix",
|
|
54
|
-
"prettier --write"
|
|
55
|
-
],
|
|
56
|
-
"*.{ts,tsx}": [
|
|
57
|
-
"eslint --fix",
|
|
58
|
-
"prettier --parser=typescript --write"
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"@
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"react-
|
|
68
|
-
"react-
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"@commitlint/cli": "^17.1.2",
|
|
75
|
-
"@commitlint/config-conventional": "^17.1.0",
|
|
76
|
-
"@release-it/conventional-changelog": "^7.0.0",
|
|
77
|
-
"@types/react": "^17.0.2",
|
|
78
|
-
"@types/react-dom": "^17.0.2",
|
|
79
|
-
"@
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"prettier
|
|
87
|
-
"prettier-plugin-
|
|
88
|
-
"
|
|
89
|
-
"react
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"react
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@pointcloud/pcloud-components",
|
|
3
|
+
"version": "0.1.24",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "pointcloud react 组件库",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"pointcloud",
|
|
8
|
+
"react",
|
|
9
|
+
"components",
|
|
10
|
+
"ui"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": "frankdong",
|
|
14
|
+
"module": "dist/esm/index.js",
|
|
15
|
+
"typings": "dist/esm/index.d.ts",
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "father build",
|
|
21
|
+
"build:watch": "father dev",
|
|
22
|
+
"clean": "node scripts/clean-tmp.js",
|
|
23
|
+
"dev": "dumi dev",
|
|
24
|
+
"docker:build": "docker build -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
|
|
25
|
+
"docker:build:arm64": "docker buildx build --platform=linux/arm64 -f Dockerfile -t Harbor地址/仓库名称/镜像名称:latest ./",
|
|
26
|
+
"docker:delete": "docker rmi Harbor地址/仓库名称/镜像名称:latest",
|
|
27
|
+
"docker:push": "npm run docs:build && npm run docker:build && docker push Harbor地址/仓库名称/镜像名称:latest && npm run docker:delete",
|
|
28
|
+
"docs:build": "dumi build",
|
|
29
|
+
"doctor": "father doctor",
|
|
30
|
+
"lint": "npm run lint:es && npm run lint:css",
|
|
31
|
+
"lint:css": "stylelint \"{src,config,docs,scripts,.dumi/theme}/**/*.{css,less}\"",
|
|
32
|
+
"lint:es": "eslint \"{src,config,docs,scripts,.dumi/theme}/**/*.{js,jsx,ts,tsx}\"",
|
|
33
|
+
"prepare": "husky install && dumi setup",
|
|
34
|
+
"prepublishOnly": "father doctor && npm run lint && npm run build",
|
|
35
|
+
"prettier": "prettier -c --write \"{src,config,docs,scripts,.dumi/theme}/**\"",
|
|
36
|
+
"release": "release-it --ci",
|
|
37
|
+
"start": "npm run clean && npm run dev"
|
|
38
|
+
},
|
|
39
|
+
"commitlint": {
|
|
40
|
+
"extends": [
|
|
41
|
+
"@commitlint/config-conventional"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"lint-staged": {
|
|
45
|
+
"*.{md,json}": [
|
|
46
|
+
"prettier --write --no-error-on-unmatched-pattern"
|
|
47
|
+
],
|
|
48
|
+
"*.{css,less}": [
|
|
49
|
+
"stylelint --fix",
|
|
50
|
+
"prettier --write"
|
|
51
|
+
],
|
|
52
|
+
"*.{js,jsx}": [
|
|
53
|
+
"eslint --fix",
|
|
54
|
+
"prettier --write"
|
|
55
|
+
],
|
|
56
|
+
"*.{ts,tsx}": [
|
|
57
|
+
"eslint --fix",
|
|
58
|
+
"prettier --parser=typescript --write"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@ant-design/icons": "^4.8.3",
|
|
63
|
+
"@babel/runtime": "7.21.0",
|
|
64
|
+
"antd": "4.24.16",
|
|
65
|
+
"classnames": "^2.3.2",
|
|
66
|
+
"cropperjs": "^2.0.0",
|
|
67
|
+
"react-color": "^2.19.3",
|
|
68
|
+
"react-countup": "^6.5.0",
|
|
69
|
+
"react-infinite-scroll-component": "^6.1.0",
|
|
70
|
+
"react-rnd": "^10.5.2",
|
|
71
|
+
"wordcloud": "^1.2.3"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@commitlint/cli": "^17.1.2",
|
|
75
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
76
|
+
"@release-it/conventional-changelog": "^7.0.0",
|
|
77
|
+
"@types/react": "^17.0.2",
|
|
78
|
+
"@types/react-dom": "^17.0.2",
|
|
79
|
+
"@types/wordcloud": "^1.2.2",
|
|
80
|
+
"@umijs/lint": "^4.0.0",
|
|
81
|
+
"dumi": "^2.4.13",
|
|
82
|
+
"eslint": "^8.23.0",
|
|
83
|
+
"father": "4.1.0",
|
|
84
|
+
"husky": "^8.0.1",
|
|
85
|
+
"lint-staged": "13.0.3",
|
|
86
|
+
"prettier": "2.7.1",
|
|
87
|
+
"prettier-plugin-organize-imports": "3.0.0",
|
|
88
|
+
"prettier-plugin-packagejson": "2.2.18",
|
|
89
|
+
"react": "^17.0.2",
|
|
90
|
+
"react-dom": "^17.0.2",
|
|
91
|
+
"release-it": "^16.1.2",
|
|
92
|
+
"stylelint": "^14.9.1"
|
|
93
|
+
},
|
|
94
|
+
"peerDependencies": {
|
|
95
|
+
"react": ">=17.0.2",
|
|
96
|
+
"react-dom": ">=17.0.2"
|
|
97
|
+
},
|
|
98
|
+
"engines": {
|
|
99
|
+
"node": ">=16.20.0",
|
|
100
|
+
"npm": ">=8.19.4",
|
|
101
|
+
"pnpm": ">=8.15.9"
|
|
102
|
+
},
|
|
103
|
+
"publishConfig": {
|
|
104
|
+
"access": "public",
|
|
105
|
+
"registry": "https://registry.npmjs.org/"
|
|
106
|
+
}
|
|
107
|
+
}
|