@kengic/core.react 0.0.1-beta.2 → 0.0.1-beta.4
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 +4 -86
- package/README.md +0 -1
- /package/{dist/close-outlined-DMcSQWxQ.js → close-outlined-DMcSQWxQ.js} +0 -0
- /package/{dist/fullscreen-exit-outlined-X1iYkFc4.js → fullscreen-exit-outlined-X1iYkFc4.js} +0 -0
- /package/{dist/fullscreen-outlined-DDBrsRcy.js → fullscreen-outlined-DDBrsRcy.js} +0 -0
- /package/{dist/index.css → index.css} +0 -0
- /package/{dist/kengic-core.react.js → kengic-core.react.js} +0 -0
- /package/{dist/src → src}/component/Kg/Kg.d.ts +0 -0
- /package/{dist/src → src}/component/Kg/KgProvider.d.ts +0 -0
- /package/{dist/src → src}/component/Kg/index.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/KgModal.HeaderButtons.Close.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/KgModal.HeaderButtons.Fullscreen.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/KgModal.HeaderButtons.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/KgModal.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/KgModalPropsProvider.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/hook/useDragToMove.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/index.d.ts +0 -0
- /package/{dist/src → src}/component/KgModal/index.vm.d.ts +0 -0
- /package/{dist/src → src}/component/KgVarConfig/KgVarConfig.d.ts +0 -0
- /package/{dist/src → src}/component/KgVarConfig/KgVarConfigModal.d.ts +0 -0
- /package/{dist/src → src}/component/KgVarConfig/index.d.ts +0 -0
- /package/{dist/src → src}/component/KgVarConfig/index.wc.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/KgWorkStation.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/KgWorkStation.service.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/KgWorkStationModal.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.event.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.hooks.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.store.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.vm.d.ts +0 -0
- /package/{dist/src → src}/component/KgWorkStation/index.wc.d.ts +0 -0
- /package/{dist/src → src}/component/index.d.ts +0 -0
- /package/{dist/src → src}/const/index.d.ts +0 -0
- /package/{dist/src → src}/const/index.vm.d.ts +0 -0
- /package/{dist/src → src}/i18n/en.d.ts +0 -0
- /package/{dist/src → src}/i18n/index.d.ts +0 -0
- /package/{dist/src → src}/i18n/zh_CN.d.ts +0 -0
- /package/{dist/src → src}/iconify.init.d.ts +0 -0
- /package/{dist/src → src}/index.d.ts +0 -0
- /package/{dist/src → src}/util/index.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,90 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/core.react",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"--------------------------------------------------": "",
|
|
9
|
-
"gen:apis:WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
10
|
-
"- ------------------------------------------------": "",
|
|
11
|
-
"use-node": "nvm use 20.17.0 && corepack enable && corepack use pnpm@9.12.1",
|
|
12
|
-
"cnpm:sync": "npm run use-node && npx cnpm --yes sync @kengic/core",
|
|
13
|
-
"-- -----------------------------------------------": "",
|
|
14
|
-
"publish:major": "npm run bump:major && tsx script/publish.ts",
|
|
15
|
-
"publish:minor": "npm run bump:minor && tsx script/publish.ts",
|
|
16
|
-
"publish:patch": "npm run bump:patch && tsx script/publish.ts",
|
|
17
|
-
"publish:beta": "npm run bump:beta && tsx script/publish.ts",
|
|
18
|
-
"----- --------------------------------------------": "",
|
|
19
|
-
"bump:major": "npm run use-node && tsx script/bump.ts major",
|
|
20
|
-
"bump:minor": "npm run use-node && tsx script/bump.ts minor",
|
|
21
|
-
"bump:patch": "npm run use-node && tsx script/bump.ts patch",
|
|
22
|
-
"bump:beta": "npm run use-node && tsx script/bump.ts beta",
|
|
23
|
-
"---- ---------------------------------------------": "",
|
|
24
|
-
"publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
|
25
|
-
"------ -------------------------------------------": "",
|
|
26
|
-
"bump-to:kengic": "npm run use-node && tsx script/bump-to.kengic.ts"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@eslint/js": "9.9.0",
|
|
30
|
-
"@iconify-icons/ant-design": "1.2.7",
|
|
31
|
-
"@iconify/react": "5.0.2",
|
|
32
|
-
"@kengic/core.core": "0.0.1-beta.5",
|
|
33
|
-
"@reduxjs/toolkit": "2.3.0",
|
|
34
|
-
"@types/lodash-es": "4.17.12",
|
|
35
|
-
"@types/node": "20.16.10",
|
|
36
|
-
"@types/react": "18.3.3",
|
|
37
|
-
"@types/react-dom": "18.3.0",
|
|
38
|
-
"@types/semver": "7.5.8",
|
|
39
|
-
"@vitejs/plugin-react": "4.3.1",
|
|
40
|
-
"ahooks": "3.8.1",
|
|
41
|
-
"antd": "5.21.3",
|
|
42
|
-
"chalk": "4.1.2",
|
|
43
|
-
"eslint": "9.9.0",
|
|
44
|
-
"eslint-plugin-react-hooks": "5.1.0-rc.0",
|
|
45
|
-
"eslint-plugin-react-refresh": "0.4.9",
|
|
46
|
-
"globals": "15.9.0",
|
|
47
|
-
"lodash-es": "4.17.21",
|
|
48
|
-
"prettier": "3.3.3",
|
|
49
|
-
"react": "18.3.1",
|
|
50
|
-
"react-dom": "18.3.1",
|
|
51
|
-
"react-intl": "6.8.0",
|
|
52
|
-
"react-redux": "9.1.2",
|
|
53
|
-
"rimraf": "6.0.1",
|
|
54
|
-
"semver": "7.6.3",
|
|
55
|
-
"tsx": "4.19.1",
|
|
56
|
-
"typescript": "5.5.3",
|
|
57
|
-
"typescript-eslint": "8.0.1",
|
|
58
|
-
"use-immer": "0.10.0",
|
|
59
|
-
"vite": "5.4.1"
|
|
60
|
-
},
|
|
61
|
-
"types": "./dist/src/index.d.ts",
|
|
62
|
-
"exports": {
|
|
63
|
-
".": {
|
|
64
|
-
"import": {
|
|
65
|
-
"default": "./dist/core/kengic-core.core.js"
|
|
66
|
-
},
|
|
67
|
-
"types": "./dist/src/index.d.ts"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"prettier": {
|
|
71
|
-
"endOfLine": "auto",
|
|
72
|
-
"overrides": [
|
|
73
|
-
{
|
|
74
|
-
"files": [
|
|
75
|
-
"*.less",
|
|
76
|
-
"*.css"
|
|
77
|
-
],
|
|
78
|
-
"options": {
|
|
79
|
-
"printWidth": 320
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"printWidth": 160,
|
|
84
|
-
"semi": true,
|
|
85
|
-
"singleAttributePerLine": true,
|
|
86
|
-
"singleQuote": true,
|
|
87
|
-
"tabWidth": 4,
|
|
88
|
-
"trailingComma": "all"
|
|
89
|
-
}
|
|
5
|
+
"main": "./kengic-core.react.js",
|
|
6
|
+
"module": "./kengic-core.react.js",
|
|
7
|
+
"types": "./src/index.d.ts"
|
|
90
8
|
}
|
package/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# @kengic/core.react
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|