antd-management-fast-framework 2.1.16 → 2.1.18

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 (28) hide show
  1. package/es/components/ApplicationWrapper/index.d.ts +1 -1
  2. package/es/components/DataPreviewDrawer/index.d.ts +5 -5
  3. package/es/components/DrawerExtra/index.d.ts +7 -7
  4. package/es/components/ElasticityExtraButton/index.d.ts +1 -1
  5. package/es/components/LoadingOverlay/index.d.ts +2 -2
  6. package/es/components/MobileContainor/MobileHtmlPreviewBox/index.d.ts +1 -1
  7. package/es/components/MobileContainor/MobilePreviewArea/index.d.ts +12 -12
  8. package/es/components/MobileContainor/MobilePreviewDrawer/index.d.ts +1 -1
  9. package/es/components/ReloadAnimalPrompt/index.d.ts +4 -4
  10. package/es/components/TopProgressBar/index.d.ts +1 -1
  11. package/es/configs/themeCollection.d.ts +1 -1
  12. package/es/framework/ButtonExtension/SelectButton/InteractiveBase/index.d.ts +1 -1
  13. package/es/framework/Common/ReloadActionButton/index.d.ts +2 -2
  14. package/es/framework/DataDrawer/Base/index.d.ts +1 -1
  15. package/es/framework/DataListView/EmptyCardCollection/index.d.ts +1 -1
  16. package/es/framework/DataListView/RefreshButton/index.d.ts +2 -2
  17. package/es/framework/DataListView/ResetButton/index.d.ts +2 -2
  18. package/es/framework/DataListView/SearchButton/index.d.ts +2 -2
  19. package/es/framework/DataMultiPageView/MultiPageDrawer/index.d.ts +3 -3
  20. package/es/framework/DataMultiPageView/MultiPageSelectDrawer/index.d.ts +3 -3
  21. package/es/framework/DataOperation/BaseWindow/index.d.ts +1 -1
  22. package/es/framework/DataSinglePageView/SinglePageDrawer/index.d.ts +3 -3
  23. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldBase/index.d.ts +5 -5
  24. package/es/framework/FieldExtension/SelectFieldDrawer/SelectFieldInteractiveBase/index.d.ts +2 -2
  25. package/es/index.js +2 -2
  26. package/es/utils/currentOperatorAssist.d.ts +1 -1
  27. package/es/utils/entranceAssist.d.ts +1 -1
  28. package/package.json +30 -29
@@ -15,5 +15,5 @@ export namespace currentOperatorAssistConfigure {
15
15
  function handleTransferLayoutAvatar({ currentOperator }: {
16
16
  currentOperator: any;
17
17
  }): any;
18
- const transferLayoutAvatarSetComplete: boolean;
18
+ let transferLayoutAvatarSetComplete: boolean;
19
19
  }
@@ -23,5 +23,5 @@ export namespace entranceAssistConfigure {
23
23
  request: any;
24
24
  response: any;
25
25
  }): any;
26
- const signInDataPretreatmentSetComplete: boolean;
26
+ let signInDataPretreatmentSetComplete: boolean;
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",
@@ -50,18 +50,18 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@ant-design/icons": "^5.1.4",
53
- "@ant-design/pro-components": "^2.5.4",
54
- "@ant-design/pro-layout": "^7.14.3",
55
- "@tanem/react-nprogress": "^5.0.40",
53
+ "@ant-design/pro-components": "^2.5.7",
54
+ "@ant-design/pro-layout": "^7.14.5",
55
+ "@tanem/react-nprogress": "^5.0.42",
56
56
  "@umijs/max": "^4.0.70",
57
- "antd": "^5.5.2",
58
- "antd-management-fast-common": "^2.1.15",
59
- "antd-management-fast-component": "^2.1.15",
57
+ "antd": "^5.6.1",
58
+ "antd-management-fast-common": "^2.1.17",
59
+ "antd-management-fast-component": "^2.1.17",
60
60
  "axios": "^1.4.0",
61
61
  "classnames": "^2.3.2",
62
- "dayjs": "^1.11.7",
63
- "easy-soft-dva": "^3.6.166",
64
- "easy-soft-utility": "^2.4.137",
62
+ "dayjs": "^1.11.8",
63
+ "easy-soft-dva": "^3.6.167",
64
+ "easy-soft-utility": "^2.4.138",
65
65
  "html-react-parser": "^4.0.0",
66
66
  "rc-animate": "^3.1.1",
67
67
  "rc-queue-anim": "^2.0.0",
@@ -73,17 +73,18 @@
73
73
  "umi": "^4.0.70"
74
74
  },
75
75
  "devDependencies": {
76
- "@babel/core": "^7.22.1",
77
- "@babel/eslint-parser": "^7.21.8",
78
- "@babel/plugin-external-helpers": "^7.18.6",
76
+ "@babel/core": "^7.22.5",
77
+ "@babel/eslint-parser": "^7.22.5",
78
+ "@babel/plugin-external-helpers": "^7.22.5",
79
79
  "@babel/plugin-proposal-class-properties": "^7.18.6",
80
- "@babel/plugin-proposal-decorators": "^7.22.3",
80
+ "@babel/plugin-proposal-decorators": "^7.22.5",
81
81
  "@babel/plugin-proposal-private-methods": "^7.18.6",
82
- "@babel/plugin-syntax-jsx": "^7.21.4",
83
- "@babel/plugin-transform-runtime": "^7.22.4",
84
- "@babel/preset-env": "^7.22.4",
85
- "@babel/preset-react": "^7.22.3",
86
- "@babel/runtime": "^7.22.3",
82
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
83
+ "@babel/plugin-syntax-jsx": "^7.22.5",
84
+ "@babel/plugin-transform-runtime": "^7.22.5",
85
+ "@babel/preset-env": "^7.22.5",
86
+ "@babel/preset-react": "^7.22.5",
87
+ "@babel/runtime": "^7.22.5",
87
88
  "@commitlint/cli": "^17.6.5",
88
89
  "@commitlint/config-conventional": "^17.6.5",
89
90
  "@commitlint/config-lerna-scopes": "^17.6.3",
@@ -92,7 +93,7 @@
92
93
  "@rollup/plugin-alias": "^5.0.0",
93
94
  "@rollup/plugin-babel": "6.0.3",
94
95
  "@rollup/plugin-buble": "^1.0.2",
95
- "@rollup/plugin-commonjs": "^25.0.0",
96
+ "@rollup/plugin-commonjs": "^25.0.1",
96
97
  "@rollup/plugin-json": "^6.0.0",
97
98
  "@rollup/plugin-node-resolve": "^15.1.0",
98
99
  "@rollup/plugin-replace": "^5.0.2",
@@ -102,19 +103,19 @@
102
103
  "@types/jest": "^29.5.2",
103
104
  "@types/lodash": "^4.14.195",
104
105
  "@types/lodash.isequal": "^4.5.6",
105
- "@types/node": "^20.2.5",
106
- "@types/react": "^18.2.7",
106
+ "@types/node": "^20.3.0",
107
+ "@types/react": "^18.2.11",
107
108
  "@types/react-dom": "^18.2.4",
108
109
  "@types/shelljs": "^0.8.12",
109
- "@typescript-eslint/parser": "^5.59.8",
110
+ "@typescript-eslint/parser": "^5.59.9",
110
111
  "autoprefixer": "^10.4.14",
111
112
  "commitizen": "^4.3.0",
112
- "conventional-changelog-conventionalcommits": "^5.0.0",
113
+ "conventional-changelog-conventionalcommits": "^6.0.0",
113
114
  "cross-env": "^7.0.3",
114
115
  "cssnano": "^6.0.1",
115
116
  "documentation": "^14.0.2",
116
- "easy-soft-develop": "^2.1.4",
117
- "eslint": "^8.41.0",
117
+ "easy-soft-develop": "^2.1.21",
118
+ "eslint": "^8.42.0",
118
119
  "eslint-config-airbnb": "^19.0.4",
119
120
  "eslint-config-airbnb-typescript": "^17.0.0",
120
121
  "eslint-config-prettier": "^8.8.0",
@@ -139,7 +140,7 @@
139
140
  "prettier-plugin-packagejson": "^2.4.3",
140
141
  "prop-types": "^15.8.1",
141
142
  "rimraf": "^5.0.1",
142
- "rollup": "^3.23.0",
143
+ "rollup": "^3.25.1",
143
144
  "rollup-plugin-copy": "^3.4.0",
144
145
  "rollup-plugin-dts": "^5.3.0",
145
146
  "rollup-plugin-livereload": "^2.0.5",
@@ -148,11 +149,11 @@
148
149
  "rollup-plugin-serve": "^2.0.2",
149
150
  "rollup-plugin-terser": "^7.0.2",
150
151
  "rollup-plugin-typescript2": "^0.34.1",
151
- "stylelint": "^15.6.2",
152
+ "stylelint": "^15.7.0",
152
153
  "stylelint-config-css-modules": "^4.2.0",
153
154
  "stylelint-config-prettier": "^9.0.5",
154
155
  "stylelint-config-standard": "^33.0.0",
155
156
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
156
- "typescript": "^5.0.4"
157
+ "typescript": "^5.1.3"
157
158
  }
158
159
  }