@ant-design/pro-components 1.0.2 → 1.1.0

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.
@@ -32,6 +32,8 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32
32
  PERFORMANCE OF THIS SOFTWARE.
33
33
  ***************************************************************************** */
34
34
 
35
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
36
+
35
37
  /**
36
38
  * @license
37
39
  * Lodash <https://lodash.com/>
package/es/version.js CHANGED
@@ -1,13 +1,13 @@
1
1
  export var version = {
2
- "@ant-design/pro-card": "1.20.2",
3
- "@ant-design/pro-components": "1.0.1",
4
- "@ant-design/pro-descriptions": "1.10.71",
5
- "@ant-design/pro-field": "1.34.8",
6
- "@ant-design/pro-form": "1.67.1",
7
- "@ant-design/pro-layout": "6.38.0",
8
- "@ant-design/pro-list": "1.21.59",
9
- "@ant-design/pro-provider": "1.6.4",
10
- "@ant-design/pro-skeleton": "1.0.5",
11
- "@ant-design/pro-table": "2.74.1",
12
- "@ant-design/pro-utils": "1.41.0"
2
+ "@ant-design/pro-card": "1.20.4",
3
+ "@ant-design/pro-components": "1.0.2",
4
+ "@ant-design/pro-descriptions": "1.10.74",
5
+ "@ant-design/pro-field": "1.34.11",
6
+ "@ant-design/pro-form": "1.68.0",
7
+ "@ant-design/pro-layout": "6.38.2",
8
+ "@ant-design/pro-list": "1.21.62",
9
+ "@ant-design/pro-provider": "1.6.5",
10
+ "@ant-design/pro-skeleton": "1.0.6",
11
+ "@ant-design/pro-table": "2.74.4",
12
+ "@ant-design/pro-utils": "1.41.2"
13
13
  };
package/lib/version.js CHANGED
@@ -5,16 +5,16 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  var version = {
8
- "@ant-design/pro-card": "1.20.2",
9
- "@ant-design/pro-components": "1.0.1",
10
- "@ant-design/pro-descriptions": "1.10.71",
11
- "@ant-design/pro-field": "1.34.8",
12
- "@ant-design/pro-form": "1.67.1",
13
- "@ant-design/pro-layout": "6.38.0",
14
- "@ant-design/pro-list": "1.21.59",
15
- "@ant-design/pro-provider": "1.6.4",
16
- "@ant-design/pro-skeleton": "1.0.5",
17
- "@ant-design/pro-table": "2.74.1",
18
- "@ant-design/pro-utils": "1.41.0"
8
+ "@ant-design/pro-card": "1.20.4",
9
+ "@ant-design/pro-components": "1.0.2",
10
+ "@ant-design/pro-descriptions": "1.10.74",
11
+ "@ant-design/pro-field": "1.34.11",
12
+ "@ant-design/pro-form": "1.68.0",
13
+ "@ant-design/pro-layout": "6.38.2",
14
+ "@ant-design/pro-list": "1.21.62",
15
+ "@ant-design/pro-provider": "1.6.5",
16
+ "@ant-design/pro-skeleton": "1.0.6",
17
+ "@ant-design/pro-table": "2.74.4",
18
+ "@ant-design/pro-utils": "1.41.2"
19
19
  };
20
20
  exports.version = version;
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "name": "@ant-design/pro-components",
3
- "version": "1.0.2",
4
- "description": "@ant-design/pro-components",
5
- "keywords": [
6
- "antd",
7
- "admin",
8
- "ant-design",
9
- "ant-design-pro"
10
- ],
11
- "sideEffects": [
12
- "*.less"
13
- ],
14
- "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/components#readme",
15
- "bugs": "http://github.com/umijs/plugins/issues",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/ant-design/pro-components"
19
- },
20
- "license": "MIT",
21
- "main": "lib/index.js",
22
- "module": "es/index.js",
23
- "types": "lib/index.d.ts",
24
- "files": [
25
- "lib",
26
- "dist",
27
- "es"
28
- ],
29
- "browserslist": [
30
- "last 2 versions",
31
- "Firefox ESR",
32
- "> 1%",
33
- "ie >= 11"
34
- ],
35
- "dependencies": {
36
- "@ant-design/pro-provider": "1.6.4",
37
- "@ant-design/pro-layout": "6.38.0",
38
- "@ant-design/pro-utils": "1.41.0",
39
- "@ant-design/pro-form": "1.67.1",
40
- "@ant-design/pro-table": "2.74.1",
41
- "@ant-design/pro-field": "1.34.8",
42
- "@ant-design/pro-card": "1.20.2",
43
- "@ant-design/pro-descriptions": "1.10.71",
44
- "@ant-design/pro-skeleton": "1.0.5",
45
- "@babel/runtime": "^7.16.3"
46
- },
47
- "peerDependencies": {
48
- "antd": ">=4.18.0",
49
- "react": ">=16.9.0",
50
- "react-dom": ">=16.9.0"
51
- },
52
- "publishConfig": {
53
- "access": "public"
54
- },
55
- "authors": [
56
- "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
57
- "chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)"
58
- ]
59
- }
1
+ {
2
+ "name": "@ant-design/pro-components",
3
+ "version": "1.1.0",
4
+ "description": "@ant-design/pro-components",
5
+ "keywords": [
6
+ "antd",
7
+ "admin",
8
+ "ant-design",
9
+ "ant-design-pro"
10
+ ],
11
+ "sideEffects": [
12
+ "*.less"
13
+ ],
14
+ "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/components#readme",
15
+ "bugs": "http://github.com/umijs/plugins/issues",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/ant-design/pro-components"
19
+ },
20
+ "license": "MIT",
21
+ "main": "lib/index.js",
22
+ "module": "es/index.js",
23
+ "types": "lib/index.d.ts",
24
+ "files": [
25
+ "lib",
26
+ "dist",
27
+ "es"
28
+ ],
29
+ "browserslist": [
30
+ "last 2 versions",
31
+ "Firefox ESR",
32
+ "> 1%",
33
+ "ie >= 11"
34
+ ],
35
+ "dependencies": {
36
+ "@ant-design/pro-card": "1.20.2",
37
+ "@ant-design/pro-descriptions": "1.10.71",
38
+ "@ant-design/pro-field": "1.34.8",
39
+ "@ant-design/pro-form": "1.67.1",
40
+ "@ant-design/pro-layout": "6.38.0",
41
+ "@ant-design/pro-provider": "1.6.4",
42
+ "@ant-design/pro-skeleton": "1.0.5",
43
+ "@ant-design/pro-table": "2.74.1",
44
+ "@ant-design/pro-utils": "1.41.0",
45
+ "@babel/runtime": "^7.16.3"
46
+ },
47
+ "peerDependencies": {
48
+ "antd": ">=4.18.0",
49
+ "react": ">=16.9.0",
50
+ "react-dom": ">=16.9.0"
51
+ },
52
+ "publishConfig": {
53
+ "access": "public"
54
+ },
55
+ "authors": [
56
+ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
57
+ "chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)"
58
+ ]
59
+ }