antd-management-fast-component 2.6.27 → 2.6.32

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 (2) hide show
  1. package/es/index.js +4 -17151
  2. package/package.json +44 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-component",
3
- "version": "2.6.27",
3
+ "version": "2.6.32",
4
4
  "description": "antd-management-fast-component",
5
5
  "keywords": [
6
6
  "antd-management-fast-component"
@@ -22,6 +22,43 @@
22
22
  "files": [
23
23
  "es"
24
24
  ],
25
+ "scripts": {
26
+ "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
27
+ "postbuild:rollup": "npm run z:tsc:build",
28
+ "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
29
+ "postbuild:rollup:skipCompression": "npm run z:tsc:build",
30
+ "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
31
+ "postinstall": "max setup",
32
+ "precommit": "npm run z:lint:staged:quiet",
33
+ "setup": "max setup",
34
+ "z:auto:adjust:file": "echo can exec some file adjust command with here",
35
+ "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
36
+ "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
37
+ "z:documentation:lint": "npx documentation lint src/**",
38
+ "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
39
+ "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
40
+ "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
41
+ "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
42
+ "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
43
+ "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
44
+ "postz:lint:script:all:fix": "npm run z:prettier:format:all",
45
+ "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
46
+ "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
47
+ "postz:lint:script:change:fix": "npm run z:prettier:format:change",
48
+ "z:lint:staged": "npx lint-staged",
49
+ "z:lint:staged:quiet": "npx lint-staged --quiet",
50
+ "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
51
+ "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
52
+ "postz:lint:style:all:fix": "npm run z:prettier:format:all",
53
+ "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
54
+ "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
55
+ "postz:lint:style:change:fix": "npm run z:prettier:format:change",
56
+ "z:prettier:format:all": "npx prettier --write .",
57
+ "z:prettier:format:change": "npx prettier --cache --write .",
58
+ "z:prettier:package.json": "npx prettier --write ./package.json",
59
+ "z:test": "cross-env NODE_ENV=test jest",
60
+ "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
61
+ },
25
62
  "dependencies": {
26
63
  "@ant-design/icons": "^5.2.6",
27
64
  "@ant-design/pro-layout": "^7.16.11",
@@ -29,6 +66,7 @@
29
66
  "@tinymce/tinymce-react": "^4.3.0",
30
67
  "@umijs/max": "^4.0.79",
31
68
  "antd": "^5.8.6",
69
+ "antd-management-fast-common": "^2.6.22",
32
70
  "array-move": "^4.0.0",
33
71
  "axios": "^1.5.0",
34
72
  "bizcharts": "^4.1.22",
@@ -53,12 +91,11 @@
53
91
  "react-json-view": "^1.21.3",
54
92
  "react-player": "^2.12.0",
55
93
  "react-syntax-highlighter": "^15.5.0",
56
- "umi": "^4.0.79",
57
- "antd-management-fast-common": "^2.6.17"
94
+ "umi": "^4.0.79"
58
95
  },
59
96
  "devDependencies": {
60
97
  "@babel/core": "^7.22.11",
61
- "@babel/eslint-parser": "^7.22.11",
98
+ "@babel/eslint-parser": "^7.22.15",
62
99
  "@babel/plugin-external-helpers": "^7.22.5",
63
100
  "@babel/plugin-proposal-decorators": "^7.22.10",
64
101
  "@babel/plugin-syntax-jsx": "^7.22.5",
@@ -68,7 +105,7 @@
68
105
  "@babel/plugin-transform-runtime": "^7.22.10",
69
106
  "@babel/preset-env": "^7.22.14",
70
107
  "@babel/preset-react": "^7.22.5",
71
- "@babel/runtime": "^7.22.11",
108
+ "@babel/runtime": "^7.22.15",
72
109
  "@commitlint/cli": "^17.7.1",
73
110
  "@commitlint/config-conventional": "^17.7.0",
74
111
  "@commitlint/config-lerna-scopes": "^17.7.0",
@@ -100,7 +137,7 @@
100
137
  "cross-env": "^7.0.3",
101
138
  "cssnano": "^6.0.1",
102
139
  "documentation": "^14.0.2",
103
- "easy-soft-develop": "^2.1.35",
140
+ "easy-soft-develop": "^2.1.38",
104
141
  "eslint": "^8.48.0",
105
142
  "eslint-config-airbnb": "^19.0.4",
106
143
  "eslint-config-airbnb-typescript": "^17.1.0",
@@ -141,43 +178,5 @@
141
178
  "stylelint-config-standard": "^34.0.0",
142
179
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
143
180
  "typescript": "^5.2.2"
144
- },
145
- "gitHead": "8f5f3fe1105991d759c5e13cd5ae898385c17c9a",
146
- "scripts": {
147
- "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
148
- "postbuild:rollup": "npm run z:tsc:build",
149
- "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
150
- "postbuild:rollup:skipCompression": "npm run z:tsc:build",
151
- "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
152
- "postinstall": "max setup",
153
- "precommit": "npm run z:lint:staged:quiet",
154
- "setup": "max setup",
155
- "z:auto:adjust:file": "echo can exec some file adjust command with here",
156
- "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
157
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
158
- "z:documentation:lint": "npx documentation lint src/**",
159
- "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
160
- "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
161
- "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
162
- "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
163
- "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
164
- "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
165
- "postz:lint:script:all:fix": "npm run z:prettier:format:all",
166
- "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
167
- "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
168
- "postz:lint:script:change:fix": "npm run z:prettier:format:change",
169
- "z:lint:staged": "npx lint-staged",
170
- "z:lint:staged:quiet": "npx lint-staged --quiet",
171
- "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
172
- "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
173
- "postz:lint:style:all:fix": "npm run z:prettier:format:all",
174
- "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
175
- "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
176
- "postz:lint:style:change:fix": "npm run z:prettier:format:change",
177
- "z:prettier:format:all": "npx prettier --write .",
178
- "z:prettier:format:change": "npx prettier --cache --write .",
179
- "z:prettier:package.json": "npx prettier --write ./package.json",
180
- "z:test": "cross-env NODE_ENV=test jest",
181
- "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
182
181
  }
183
- }
182
+ }