@k-table/report 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,64 @@
1
- {
2
- "name": "@k-table/report",
3
- "version": "0.0.1",
4
- "description": "KT报表产品包(设计 / 拼接 / 预览 / 版本 / 主题)(占位包,正式版即将发布)",
5
- "license": "UNLICENSED",
6
- "publishConfig": {
7
- "access": "public"
8
- }
9
- }
1
+ {
2
+ "name": "@k-table/report",
3
+ "version": "0.1.0",
4
+ "publishConfig": { "access": "public" },
5
+ "license": "UNLICENSED",
6
+ "description": "KT报表产品包:设计 / 拼接 / 预览 / 版本 / 主题",
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
+ "./store": {
18
+ "types": "./dist/store.d.ts",
19
+ "import": "./dist/store.js",
20
+ "require": "./dist/store.cjs"
21
+ },
22
+ "./styles.css": "./dist/styles.css"
23
+ },
24
+ "files": [
25
+ "dist"
26
+ ],
27
+ "sideEffects": [
28
+ "*.css"
29
+ ],
30
+ "scripts": {
31
+ "build": "rimraf dist && tsup && node ../../scripts/copy-report-css.mjs",
32
+ "watch": "tsup --watch",
33
+ "typecheck": "tsc --noEmit",
34
+ "test": "vitest run",
35
+ "clean": "rimraf dist"
36
+ },
37
+ "dependencies": {
38
+ "@k-table/ktl": "*",
39
+ "@k-table/sheet-canvas": "*",
40
+ "@k-table/sheet-core": "*",
41
+ "@k-table/sheet-host": "*",
42
+ "@k-table/sheet-report": "*"
43
+ },
44
+ "peerDependencies": {
45
+ "@ant-design/icons": ">=5",
46
+ "antd": "^6",
47
+ "react": ">=18",
48
+ "react-dom": ">=18"
49
+ },
50
+ "devDependencies": {
51
+ "@types/react": "^19",
52
+ "@types/react-dom": "^19",
53
+ "@ant-design/icons": "^6.1.1",
54
+ "antd": "^6.3.6",
55
+ "exceljs": "^4.4.0",
56
+ "jspdf": "^2.5.2",
57
+ "react": "^19.0.0",
58
+ "react-dom": "^19.0.0",
59
+ "rimraf": "^6.0.0",
60
+ "tsup": "^8.0.0",
61
+ "typescript": "^5.7.0",
62
+ "vitest": "^4.1.5"
63
+ }
64
+ }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # @k-table/report
2
-
3
- KT报表产品包(设计 / 拼接 / 预览 / 版本 / 主题)。
4
-
5
- **本包为占位版本(0.0.1),正式版即将发布。** 正式版为商业授权软件,使用时需提供授权码。