@xxlabs/antd-plus 1.5.0 → 1.5.2
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/dist/index.d.ts +462 -772
- package/dist/index.js +1721 -2119
- package/package.json +48 -56
package/package.json
CHANGED
|
@@ -1,107 +1,99 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xxlabs/antd-plus",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
6
8
|
"type": "module",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
7
11
|
"exports": {
|
|
8
12
|
".": "./dist/index.js",
|
|
9
13
|
"./package.json": "./package.json"
|
|
10
14
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"dist"
|
|
16
|
-
],
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public",
|
|
17
|
+
"registry": "https://registry.npmjs.org/"
|
|
18
|
+
},
|
|
17
19
|
"scripts": {
|
|
18
20
|
"build": "pnpm build:lib && pnpm build:doc",
|
|
19
21
|
"build:doc": "rspress build",
|
|
20
22
|
"build:lib": "tsdown",
|
|
21
23
|
"dev": "rspress dev",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
+
"fmt": "oxfmt",
|
|
25
|
+
"fmt:check": "oxfmt --check",
|
|
26
|
+
"lint": "oxlint",
|
|
27
|
+
"lint:fix": "oxlint --fix --quiet",
|
|
24
28
|
"prepare": "lefthook install",
|
|
25
29
|
"preview": "rspress preview",
|
|
26
30
|
"release": "semantic-release",
|
|
27
31
|
"tsc": "tsc --noEmit"
|
|
28
32
|
},
|
|
29
33
|
"dependencies": {
|
|
30
|
-
"@ant-design/cssinjs": "^2.
|
|
31
|
-
"@ant-design/icons": "^6.1.
|
|
34
|
+
"@ant-design/cssinjs": "^2.1.2",
|
|
35
|
+
"@ant-design/icons": "^6.1.1",
|
|
32
36
|
"@ctrl/tinycolor": "^4.2.0",
|
|
33
37
|
"@dnd-kit/core": "^6.3.1",
|
|
34
38
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
35
39
|
"@dnd-kit/sortable": "^10.0.0",
|
|
36
40
|
"@dnd-kit/utilities": "^3.2.2",
|
|
37
|
-
"@rc-component/form": "^1.
|
|
38
|
-
"@rc-component/resize-observer": "^1.1.
|
|
41
|
+
"@rc-component/form": "^1.8.0",
|
|
42
|
+
"@rc-component/resize-observer": "^1.1.2",
|
|
39
43
|
"@rc-component/steps": "^1.2.2",
|
|
40
44
|
"@rc-component/table": "^1.9.1",
|
|
41
|
-
"@rc-component/util": "^1.
|
|
45
|
+
"@rc-component/util": "^1.10.0",
|
|
42
46
|
"@umijs/route-utils": "^4.0.3",
|
|
43
47
|
"@umijs/use-params": "^1.0.9",
|
|
44
|
-
"antd": "^6.
|
|
48
|
+
"antd": "^6.3.5",
|
|
45
49
|
"clsx": "^2.1.1",
|
|
46
|
-
"dayjs": "^1.11.
|
|
47
|
-
"es-toolkit": "^1.
|
|
48
|
-
"path-to-regexp": "^8.
|
|
49
|
-
"react": "^19.2.
|
|
50
|
-
"react-dom": "^19.2.
|
|
50
|
+
"dayjs": "^1.11.20",
|
|
51
|
+
"es-toolkit": "^1.45.1",
|
|
52
|
+
"path-to-regexp": "^8.4.1",
|
|
53
|
+
"react": "^19.2.4",
|
|
54
|
+
"react-dom": "^19.2.4",
|
|
51
55
|
"safe-stable-stringify": "^2.5.0",
|
|
52
|
-
"swr": "^2.
|
|
56
|
+
"swr": "^2.4.1"
|
|
53
57
|
},
|
|
54
58
|
"devDependencies": {
|
|
55
|
-
"@commitlint/cli": "^20.
|
|
56
|
-
"@commitlint/config-conventional": "^20.
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@rspress/
|
|
60
|
-
"@rspress/plugin-
|
|
61
|
-
"@rspress/plugin-preview": "^2.0.0-rc.5",
|
|
59
|
+
"@commitlint/cli": "^20.5.0",
|
|
60
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
61
|
+
"@rolldown/plugin-babel": "^0.2.2",
|
|
62
|
+
"@rspress/core": "^2.0.7",
|
|
63
|
+
"@rspress/plugin-api-docgen": "^2.0.7",
|
|
64
|
+
"@rspress/plugin-preview": "^2.0.7",
|
|
62
65
|
"@semantic-release/changelog": "^6.0.3",
|
|
63
66
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
64
67
|
"@semantic-release/git": "^10.0.1",
|
|
65
|
-
"@semantic-release/github": "^12.0.
|
|
66
|
-
"@semantic-release/npm": "^13.1.
|
|
68
|
+
"@semantic-release/github": "^12.0.6",
|
|
69
|
+
"@semantic-release/npm": "^13.1.5",
|
|
67
70
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
68
|
-
"@types/node": "^22.19.
|
|
69
|
-
"@types/react": "^19.2.
|
|
71
|
+
"@types/node": "^22.19.15",
|
|
72
|
+
"@types/react": "^19.2.14",
|
|
70
73
|
"@types/react-dom": "^19.2.3",
|
|
74
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
71
75
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
72
|
-
"eslint": "^9.39.2",
|
|
73
|
-
"eslint-plugin-import-x": "^4.16.1",
|
|
74
76
|
"eslint-plugin-react": "^7.37.5",
|
|
75
77
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"semantic-release": "^25.0.2",
|
|
83
|
-
"tsdown": "^0.19.0",
|
|
84
|
-
"typescript": "^5.9.3",
|
|
85
|
-
"typescript-eslint": "^8.53.0"
|
|
78
|
+
"lefthook": "^2.1.4",
|
|
79
|
+
"oxfmt": "^0.42.0",
|
|
80
|
+
"oxlint": "^1.57.0",
|
|
81
|
+
"semantic-release": "^25.0.3",
|
|
82
|
+
"tsdown": "^0.21.7",
|
|
83
|
+
"typescript": "^6.0.2"
|
|
86
84
|
},
|
|
87
85
|
"peerDependencies": {
|
|
88
|
-
"antd": ">=6.
|
|
89
|
-
"react": ">=19.2.
|
|
90
|
-
"react-dom": ">=19.2.
|
|
86
|
+
"antd": ">=6.3.0",
|
|
87
|
+
"react": ">=19.2.4",
|
|
88
|
+
"react-dom": ">=19.2.4"
|
|
91
89
|
},
|
|
92
|
-
"packageManager": "pnpm@10.28.0",
|
|
93
90
|
"engines": {
|
|
94
91
|
"node": ">=22.0.0"
|
|
95
92
|
},
|
|
96
|
-
"
|
|
97
|
-
"access": "public",
|
|
98
|
-
"registry": "https://registry.npmjs.org/"
|
|
99
|
-
},
|
|
93
|
+
"packageManager": "pnpm@10.33.0",
|
|
100
94
|
"pnpm": {
|
|
101
95
|
"onlyBuiltDependencies": [
|
|
102
|
-
"
|
|
103
|
-
"lefthook",
|
|
104
|
-
"unrs-resolver"
|
|
96
|
+
"lefthook"
|
|
105
97
|
]
|
|
106
98
|
}
|
|
107
99
|
}
|