@antv/s2-vue 1.5.0-alpha.1 → 1.6.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.
- package/esm/index.d.ts +5 -0
- package/package.json +2 -2
package/esm/index.d.ts
CHANGED
|
@@ -2131,6 +2131,11 @@ declare interface MappingResult extends ValueRange {
|
|
|
2131
2131
|
* @version 1.34.0
|
|
2132
2132
|
*/
|
|
2133
2133
|
intelligentReverseTextColor?: boolean;
|
|
2134
|
+
/**
|
|
2135
|
+
* @description custom the interval condition's width
|
|
2136
|
+
* @version 1.38.0
|
|
2137
|
+
*/
|
|
2138
|
+
fieldValue?: number;
|
|
2134
2139
|
}
|
|
2135
2140
|
|
|
2136
2141
|
declare type Margin = Padding;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "@antv/s2-vue",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.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": "^1.
|
|
69
|
+
"@antv/s2": "^1.40.0-alpha.1",
|
|
70
70
|
"@antv/s2-shared": "*",
|
|
71
71
|
"@testing-library/vue": "^6.5.1",
|
|
72
72
|
"@vue/tsconfig": "^0.1.3",
|