@fle-ui/plus-table 1.0.7 → 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/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-table",
3
- "version": "1.0.7",
4
- "private": false,
3
+ "version": "1.1.0",
5
4
  "description": "@fle-ui/plus-table",
6
5
  "keywords": [
7
6
  "fle-ui",
@@ -17,7 +16,7 @@
17
16
  },
18
17
  "repository": {
19
18
  "type": "git",
20
- "url": "git+https://github.com/ant-design/pro-components.git"
19
+ "url": "https://github.com/ant-design/pro-components"
21
20
  },
22
21
  "main": "lib/index.js",
23
22
  "module": "es/index.js",
@@ -27,27 +26,25 @@
27
26
  "es",
28
27
  "dist"
29
28
  ],
30
- "dependencies": {
31
- "@ant-design/icons": "^4.8.0"
32
- },
33
- "peerDependencies": {
34
- "antd": ">=4.23.0 || >=5.0.0",
35
- "react": ">=17.0.0"
36
- },
37
29
  "browserslist": [
38
30
  "last 2 versions",
39
31
  "Firefox ESR",
40
32
  "> 1%",
41
33
  "ie >= 11"
42
34
  ],
43
- "authors": [],
35
+ "peerDependencies": {
36
+ "@ant-design/pro-components": "^2.6.51",
37
+ "antd": ">=5.13.0",
38
+ "react": ">=17.0.0"
39
+ },
44
40
  "license": "MIT",
45
41
  "publishConfig": {
46
42
  "access": "public"
47
43
  },
48
- "scripts": {
49
- "test": "echo \"Error: no test specified\" && exit 1"
50
- },
51
44
  "author": "",
52
- "gitHead": "5e46a6849a7404cc72a30145d6560c56e1e550c2"
45
+ "dependencies": {
46
+ "@ant-design/pro-components": "^2.7.0",
47
+ "dayjs": "^1.11.10"
48
+ },
49
+ "gitHead": "c97e6556b6af47c77c9e119fe230ebd5f6c5b744"
53
50
  }
package/es/mock.js DELETED
@@ -1,60 +0,0 @@
1
- export var data = {
2
- admissionNo: {
3
- show: true
4
- },
5
- supplierName: {
6
- show: true
7
- },
8
- supplierShortName: {
9
- show: true
10
- },
11
- approveState: {
12
- show: true
13
- },
14
- supplierCategoryName: {
15
- show: true
16
- },
17
- supplierGradeName: {
18
- show: true
19
- },
20
- tags: {
21
- show: true
22
- },
23
- developmentPlanNo: {
24
- show: true
25
- },
26
- documentLink: {
27
- show: true
28
- },
29
- cooperateModeName: {
30
- show: true
31
- },
32
- settlementMode: {
33
- show: true
34
- },
35
- taxNumber: {
36
- show: true
37
- },
38
- principalName: {
39
- show: true
40
- },
41
- principalMobile: {
42
- show: true
43
- },
44
- purchasePrincipalName: {
45
- show: true
46
- },
47
- address: {
48
- show: true
49
- },
50
- createTime: {
51
- show: true
52
- },
53
- remark: {
54
- show: true
55
- },
56
- createUserName: {
57
- show: true,
58
- fixed: 'right'
59
- }
60
- };
package/lib/mock.js DELETED
@@ -1,66 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.data = void 0;
7
- var data = exports.data = {
8
- admissionNo: {
9
- show: true
10
- },
11
- supplierName: {
12
- show: true
13
- },
14
- supplierShortName: {
15
- show: true
16
- },
17
- approveState: {
18
- show: true
19
- },
20
- supplierCategoryName: {
21
- show: true
22
- },
23
- supplierGradeName: {
24
- show: true
25
- },
26
- tags: {
27
- show: true
28
- },
29
- developmentPlanNo: {
30
- show: true
31
- },
32
- documentLink: {
33
- show: true
34
- },
35
- cooperateModeName: {
36
- show: true
37
- },
38
- settlementMode: {
39
- show: true
40
- },
41
- taxNumber: {
42
- show: true
43
- },
44
- principalName: {
45
- show: true
46
- },
47
- principalMobile: {
48
- show: true
49
- },
50
- purchasePrincipalName: {
51
- show: true
52
- },
53
- address: {
54
- show: true
55
- },
56
- createTime: {
57
- show: true
58
- },
59
- remark: {
60
- show: true
61
- },
62
- createUserName: {
63
- show: true,
64
- fixed: 'right'
65
- }
66
- };