antd-management-fast-framework 2.11.39 → 2.11.43

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 +3 -14616
  2. package/package.json +44 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.11.39",
3
+ "version": "2.11.43",
4
4
  "description": "antd-management-fast-framework",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",
@@ -12,6 +12,42 @@
12
12
  "files": [
13
13
  "es"
14
14
  ],
15
+ "scripts": {
16
+ "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
17
+ "postbuild:rollup": "npm run z:tsc:build",
18
+ "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
19
+ "postbuild:rollup:skipCompression": "npm run z:tsc:build",
20
+ "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
21
+ "postinstall": "max setup",
22
+ "precommit": "npm run z:lint:staged:quiet",
23
+ "z:auto:adjust:file": "echo can exec some file adjust command with here",
24
+ "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
25
+ "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
26
+ "z:documentation:lint": "npx documentation lint src/**",
27
+ "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
28
+ "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
29
+ "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
30
+ "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
31
+ "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
32
+ "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
33
+ "postz:lint:script:all:fix": "npm run z:prettier:format:all",
34
+ "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
35
+ "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
36
+ "postz:lint:script:change:fix": "npm run z:prettier:format:change",
37
+ "z:lint:staged": "npx lint-staged",
38
+ "z:lint:staged:quiet": "npx lint-staged --quiet",
39
+ "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
40
+ "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
41
+ "postz:lint:style:all:fix": "npm run z:prettier:format:all",
42
+ "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
43
+ "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
44
+ "postz:lint:style:change:fix": "npm run z:prettier:format:change",
45
+ "z:prettier:format:all": "npx prettier --write .",
46
+ "z:prettier:format:change": "npx prettier --cache --write .",
47
+ "z:prettier:package.json": "npx prettier --write ./package.json",
48
+ "z:test": "cross-env NODE_ENV=test jest",
49
+ "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
50
+ },
15
51
  "dependencies": {
16
52
  "@ant-design/icons": "^5.2.6",
17
53
  "@ant-design/pro-components": "^2.6.16",
@@ -19,6 +55,8 @@
19
55
  "@tanem/react-nprogress": "^5.0.49",
20
56
  "@umijs/max": "^4.0.79",
21
57
  "antd": "^5.8.6",
58
+ "antd-management-fast-common": "^2.6.22",
59
+ "antd-management-fast-component": "^2.6.32",
22
60
  "axios": "^1.5.0",
23
61
  "classnames": "^2.3.2",
24
62
  "dayjs": "^1.11.9",
@@ -31,13 +69,11 @@
31
69
  "react-dnd": "^16.0.1",
32
70
  "react-dnd-html5-backend": "^16.0.1",
33
71
  "react-dom": "^18.2.0",
34
- "umi": "^4.0.79",
35
- "antd-management-fast-common": "^2.6.17",
36
- "antd-management-fast-component": "^2.6.27"
72
+ "umi": "^4.0.79"
37
73
  },
38
74
  "devDependencies": {
39
75
  "@babel/core": "^7.22.11",
40
- "@babel/eslint-parser": "^7.22.11",
76
+ "@babel/eslint-parser": "^7.22.15",
41
77
  "@babel/plugin-external-helpers": "^7.22.5",
42
78
  "@babel/plugin-proposal-decorators": "^7.22.10",
43
79
  "@babel/plugin-syntax-jsx": "^7.22.5",
@@ -47,7 +83,7 @@
47
83
  "@babel/plugin-transform-runtime": "^7.22.10",
48
84
  "@babel/preset-env": "^7.22.14",
49
85
  "@babel/preset-react": "^7.22.5",
50
- "@babel/runtime": "^7.22.11",
86
+ "@babel/runtime": "^7.22.15",
51
87
  "@commitlint/cli": "^17.7.1",
52
88
  "@commitlint/config-conventional": "^17.7.0",
53
89
  "@commitlint/config-lerna-scopes": "^17.7.0",
@@ -78,7 +114,7 @@
78
114
  "cross-env": "^7.0.3",
79
115
  "cssnano": "^6.0.1",
80
116
  "documentation": "^14.0.2",
81
- "easy-soft-develop": "^2.1.35",
117
+ "easy-soft-develop": "^2.1.38",
82
118
  "eslint": "^8.48.0",
83
119
  "eslint-config-airbnb": "^19.0.4",
84
120
  "eslint-config-airbnb-typescript": "^17.1.0",
@@ -119,41 +155,5 @@
119
155
  "stylelint-config-standard": "^34.0.0",
120
156
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
121
157
  "typescript": "^5.2.2"
122
- },
123
- "scripts": {
124
- "build:rollup": "rimraf ./es && rollup --config rollup.config.compression.js --bundleConfigAsCjs",
125
- "postbuild:rollup": "npm run z:tsc:build",
126
- "build:rollup:skipCompression": "rimraf ./es && rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs",
127
- "postbuild:rollup:skipCompression": "npm run z:tsc:build",
128
- "dev:rollup": "rollup --config rollup.config.skipCompression.js --bundleConfigAsCjs --watch --watch.onBundleEnd=\"npm run z:tsc:build\"",
129
- "postinstall": "max setup",
130
- "precommit": "npm run z:lint:staged:quiet",
131
- "z:auto:adjust:file": "echo can exec some file adjust command with here",
132
- "prez:documentation:generate": "npx rimraf ./docs && npm run z:documentation:lint",
133
- "z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
134
- "z:documentation:lint": "npx documentation lint src/**",
135
- "z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
136
- "z:lint:file:all:fix": "npm run z:lint:script:all:fix && npm run z:lint:style:all:fix",
137
- "z:lint:file:change": "npm run z:lint:script:change && npm run z:lint:style:all",
138
- "z:lint:file:change:fix": "npm run z:lint:script:change:fix && npm run z:lint:style:all:fix",
139
- "z:lint:script:all": "npx eslint --ext .js,.jsx,.ts,.tsx ./src",
140
- "z:lint:script:all:fix": "npx eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
141
- "postz:lint:script:all:fix": "npm run z:prettier:format:all",
142
- "z:lint:script:change": "npx eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
143
- "z:lint:script:change:fix": "npx eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src",
144
- "postz:lint:script:change:fix": "npm run z:prettier:format:change",
145
- "z:lint:staged": "npx lint-staged",
146
- "z:lint:staged:quiet": "npx lint-staged --quiet",
147
- "z:lint:style:all": "npx stylelint --allow-empty-input \"./src/**/*.{css,scss,less}\"",
148
- "z:lint:style:all:fix": "npx stylelint --allow-empty-input --fix \"./src/**/*.{css,scss,less}\"",
149
- "postz:lint:style:all:fix": "npm run z:prettier:format:all",
150
- "z:lint:style:change": "npx stylelint --allow-empty-input --cache \"./src/**/*.{css,scss,less}\"",
151
- "z:lint:style:change:fix": "npx stylelint --allow-empty-input --cache --fix \"./src/**/*.{css,scss,less}\"",
152
- "postz:lint:style:change:fix": "npm run z:prettier:format:change",
153
- "z:prettier:format:all": "npx prettier --write .",
154
- "z:prettier:format:change": "npx prettier --cache --write .",
155
- "z:prettier:package.json": "npx prettier --write ./package.json",
156
- "z:test": "cross-env NODE_ENV=test jest",
157
- "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
158
158
  }
159
- }
159
+ }