@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.
- package/README.md +19 -19
- package/dist/components.css +27 -27
- package/dist/components.js +1 -1
- package/dist/components.js.LICENSE.txt +2 -0
- package/dist/components.min.css +27 -27
- package/dist/components.min.js +1 -1
- package/dist/components.min.js.LICENSE.txt +2 -0
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +59 -59
|
@@ -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.
|
|
3
|
-
"@ant-design/pro-components": "1.0.
|
|
4
|
-
"@ant-design/pro-descriptions": "1.10.
|
|
5
|
-
"@ant-design/pro-field": "1.34.
|
|
6
|
-
"@ant-design/pro-form": "1.
|
|
7
|
-
"@ant-design/pro-layout": "6.38.
|
|
8
|
-
"@ant-design/pro-list": "1.21.
|
|
9
|
-
"@ant-design/pro-provider": "1.6.
|
|
10
|
-
"@ant-design/pro-skeleton": "1.0.
|
|
11
|
-
"@ant-design/pro-table": "2.74.
|
|
12
|
-
"@ant-design/pro-utils": "1.41.
|
|
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.
|
|
9
|
-
"@ant-design/pro-components": "1.0.
|
|
10
|
-
"@ant-design/pro-descriptions": "1.10.
|
|
11
|
-
"@ant-design/pro-field": "1.34.
|
|
12
|
-
"@ant-design/pro-form": "1.
|
|
13
|
-
"@ant-design/pro-layout": "6.38.
|
|
14
|
-
"@ant-design/pro-list": "1.21.
|
|
15
|
-
"@ant-design/pro-provider": "1.6.
|
|
16
|
-
"@ant-design/pro-skeleton": "1.0.
|
|
17
|
-
"@ant-design/pro-table": "2.74.
|
|
18
|
-
"@ant-design/pro-utils": "1.41.
|
|
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
|
|
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-
|
|
37
|
-
"@ant-design/pro-
|
|
38
|
-
"@ant-design/pro-
|
|
39
|
-
"@ant-design/pro-form": "1.67.1",
|
|
40
|
-
"@ant-design/pro-
|
|
41
|
-
"@ant-design/pro-
|
|
42
|
-
"@ant-design/pro-
|
|
43
|
-
"@ant-design/pro-
|
|
44
|
-
"@ant-design/pro-
|
|
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
|
+
}
|