@antv/s2-vue 1.3.0 → 1.4.0-alpha.1

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.
Files changed (2) hide show
  1. package/esm/index.d.ts +1 -0
  2. package/package.json +2 -2
package/esm/index.d.ts CHANGED
@@ -1102,6 +1102,7 @@ declare interface CellCfg {
1102
1102
  valuesCfg?: {
1103
1103
  originalValueField?: string;
1104
1104
  widthPercent?: number[];
1105
+ showOriginalValue?: boolean;
1105
1106
  };
1106
1107
  }
1107
1108
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@antv/s2-vue",
4
- "version": "1.3.0",
4
+ "version": "1.4.0-alpha.1",
5
5
  "main": "lib/index.js",
6
6
  "unpkg": "dist/index.min.js",
7
7
  "module": "esm/index.js",
@@ -66,7 +66,7 @@
66
66
  "lodash": "^4.17.21"
67
67
  },
68
68
  "devDependencies": {
69
- "@antv/s2": "*",
69
+ "@antv/s2": "^1.30.0-alpha.1",
70
70
  "@antv/s2-shared": "*",
71
71
  "@testing-library/vue": "^6.5.1",
72
72
  "@vue/tsconfig": "^0.1.3",