@k-table/table 0.0.1 → 0.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,9 +1,51 @@
1
- {
2
- "name": "@k-table/table",
3
- "version": "0.0.1",
4
- "description": "KT表格产品包(录入 / 公共栏 / 双面 / 目录)(占位包,正式版即将发布)",
5
- "license": "UNLICENSED",
6
- "publishConfig": {
7
- "access": "public"
8
- }
9
- }
1
+ {
2
+ "name": "@k-table/table",
3
+ "version": "0.1.0",
4
+ "publishConfig": { "access": "public" },
5
+ "license": "UNLICENSED",
6
+ "description": "KT表格产品包:设计 / 录入 / 预览(依赖 @k-table/report)",
7
+ "type": "module",
8
+ "main": "./dist/index.cjs",
9
+ "module": "./dist/index.js",
10
+ "types": "./dist/index.d.ts",
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.js",
15
+ "require": "./dist/index.cjs"
16
+ },
17
+ "./styles.css": "./dist/styles.css"
18
+ },
19
+ "files": ["dist"],
20
+ "sideEffects": ["*.css"],
21
+ "scripts": {
22
+ "build": "tsup && node ../../scripts/copy-report-css.mjs",
23
+ "watch": "tsup --watch",
24
+ "typecheck": "tsc --noEmit",
25
+ "test": "vitest run",
26
+ "clean": "rimraf dist"
27
+ },
28
+ "dependencies": {
29
+ "@k-table/report": "*",
30
+ "@k-table/sheet-core": "*",
31
+ "@k-table/sheet-report": "*"
32
+ },
33
+ "peerDependencies": {
34
+ "@ant-design/icons": ">=5",
35
+ "antd": "^6",
36
+ "react": ">=18",
37
+ "react-dom": ">=18"
38
+ },
39
+ "devDependencies": {
40
+ "@types/react": "^19",
41
+ "@types/react-dom": "^19",
42
+ "@ant-design/icons": "^6.1.1",
43
+ "antd": "^6.3.6",
44
+ "react": "^19.0.0",
45
+ "react-dom": "^19.0.0",
46
+ "rimraf": "^6.0.0",
47
+ "tsup": "^8.0.0",
48
+ "typescript": "^5.7.0",
49
+ "vitest": "^4.1.5"
50
+ }
51
+ }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # @k-table/table
2
-
3
- KT表格产品包(录入 / 公共栏 / 双面 / 目录)。
4
-
5
- **本包为占位版本(0.0.1),正式版即将发布。** 正式版为商业授权软件,使用时需提供授权码。