antd-management-fast-component 2.6.161 → 2.6.167
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/es/bases/AbstractComponent/index.d.ts +5 -0
- package/es/bases/PureExtraComponent/index.d.ts +5 -0
- package/es/components/AudioUpload/index.d.ts +8 -4
- package/es/components/FileUpload/index.d.ts +8 -4
- package/es/components/ImageBox/index.d.ts +8 -26
- package/es/components/StandardTable/index.d.ts +8 -4
- package/es/components/TagSelect/index.d.ts +8 -3
- package/es/components/VideoUpload/index.d.ts +8 -4
- package/es/index.js +2 -2
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-component",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.167",
|
|
4
4
|
"description": "antd-management-fast-component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-component"
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
|
|
31
31
|
"precommit": "npm run z:lint:staged:quiet",
|
|
32
32
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
33
|
-
"
|
|
33
|
+
"z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
34
|
+
"prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
|
|
34
35
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
35
36
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
36
37
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -71,8 +72,8 @@
|
|
|
71
72
|
"classnames": "^2.5.1",
|
|
72
73
|
"copy-to-clipboard": "^3.3.3",
|
|
73
74
|
"dayjs": "^1.11.11",
|
|
74
|
-
"easy-soft-dva": "^3.10.
|
|
75
|
-
"easy-soft-utility": "^2.8.
|
|
75
|
+
"easy-soft-dva": "^3.10.45",
|
|
76
|
+
"easy-soft-utility": "^2.8.48",
|
|
76
77
|
"html-react-parser": "^5.1.10",
|
|
77
78
|
"lodash.debounce": "^4.0.8",
|
|
78
79
|
"numeral": "^2.0.6",
|
|
@@ -135,9 +136,9 @@
|
|
|
135
136
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
136
137
|
"cross-env": "^7.0.3",
|
|
137
138
|
"cssnano": "^7.0.1",
|
|
138
|
-
"cz-git": "^1.9.
|
|
139
|
+
"cz-git": "^1.9.2",
|
|
139
140
|
"documentation": "^14.0.3",
|
|
140
|
-
"easy-soft-develop": "^2.1.
|
|
141
|
+
"easy-soft-develop": "^2.1.174",
|
|
141
142
|
"eslint": "^8.57.0",
|
|
142
143
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
144
|
"eslint-config-airbnb-typescript": "^18.0.0",
|