@visactor/vchart 2.0.12-alpha.3 → 2.0.12-alpha.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.
@@ -476,5 +476,4 @@ Object.defineProperty(exports, "isXAxis", {
476
476
  get: function() {
477
477
  return util_1.isZAxis;
478
478
  }
479
- });
480
- //# sourceMappingURL=index.js.map
479
+ });
@@ -11,4 +11,5 @@ Object.defineProperty(exports, "__esModule", {
11
11
  AttributeLevel[AttributeLevel.User_Chart = 6] = "User_Chart", AttributeLevel[AttributeLevel.User_Series = 7] = "User_Series",
12
12
  AttributeLevel[AttributeLevel.User_Mark = 8] = "User_Mark", AttributeLevel[AttributeLevel.User_SeriesStyle = 9] = "User_SeriesStyle",
13
13
  AttributeLevel[AttributeLevel.Built_In = 99] = "Built_In";
14
- }(AttributeLevel = exports.AttributeLevel || (exports.AttributeLevel = {}));
14
+ }(AttributeLevel = exports.AttributeLevel || (exports.AttributeLevel = {}));
15
+ //# sourceMappingURL=attribute.js.map
@@ -13,5 +13,4 @@ function(BOX_PLOT_TOOLTIP_KEYS) {
13
13
  BOX_PLOT_TOOLTIP_KEYS.OUTLIER = "outlier", BOX_PLOT_TOOLTIP_KEYS.MAX = "max", BOX_PLOT_TOOLTIP_KEYS.MIN = "min",
14
14
  BOX_PLOT_TOOLTIP_KEYS.MEDIAN = "median", BOX_PLOT_TOOLTIP_KEYS.Q1 = "q1", BOX_PLOT_TOOLTIP_KEYS.Q3 = "q3",
15
15
  BOX_PLOT_TOOLTIP_KEYS.SERIES_FIELD = "seriesField";
16
- }(BOX_PLOT_TOOLTIP_KEYS = exports.BOX_PLOT_TOOLTIP_KEYS || (exports.BOX_PLOT_TOOLTIP_KEYS = {}));
17
- //# sourceMappingURL=box-plot.js.map
16
+ }(BOX_PLOT_TOOLTIP_KEYS = exports.BOX_PLOT_TOOLTIP_KEYS || (exports.BOX_PLOT_TOOLTIP_KEYS = {}));
@@ -6,4 +6,5 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  const base_1 = require("./base");
8
8
 
9
- exports.WaterfallDefaultSeriesField = `${base_1.PREFIX}_waterfall_default_seriesField`;
9
+ exports.WaterfallDefaultSeriesField = `${base_1.PREFIX}_waterfall_default_seriesField`;
10
+ //# sourceMappingURL=waterfall.js.map
@@ -58,5 +58,4 @@ export { registerBrush, registerScrollBar, registerTitle, registerMarkTooltipPro
58
58
 
59
59
  export * from "./tooltip/interface";
60
60
 
61
- export { isXAxis, isYAxis, isZAxis } from "./axis/cartesian/util";
62
- //# sourceMappingURL=index.js.map
61
+ export { isXAxis, isYAxis, isZAxis } from "./axis/cartesian/util";
@@ -7,4 +7,5 @@ export var AttributeLevel;
7
7
  AttributeLevel[AttributeLevel.User_Chart = 6] = "User_Chart", AttributeLevel[AttributeLevel.User_Series = 7] = "User_Series",
8
8
  AttributeLevel[AttributeLevel.User_Mark = 8] = "User_Mark", AttributeLevel[AttributeLevel.User_SeriesStyle = 9] = "User_SeriesStyle",
9
9
  AttributeLevel[AttributeLevel.Built_In = 99] = "Built_In";
10
- }(AttributeLevel || (AttributeLevel = {}));
10
+ }(AttributeLevel || (AttributeLevel = {}));
11
+ //# sourceMappingURL=attribute.js.map
@@ -8,5 +8,4 @@ export var BOX_PLOT_TOOLTIP_KEYS;
8
8
  BOX_PLOT_TOOLTIP_KEYS.OUTLIER = "outlier", BOX_PLOT_TOOLTIP_KEYS.MAX = "max", BOX_PLOT_TOOLTIP_KEYS.MIN = "min",
9
9
  BOX_PLOT_TOOLTIP_KEYS.MEDIAN = "median", BOX_PLOT_TOOLTIP_KEYS.Q1 = "q1", BOX_PLOT_TOOLTIP_KEYS.Q3 = "q3",
10
10
  BOX_PLOT_TOOLTIP_KEYS.SERIES_FIELD = "seriesField";
11
- }(BOX_PLOT_TOOLTIP_KEYS || (BOX_PLOT_TOOLTIP_KEYS = {}));
12
- //# sourceMappingURL=box-plot.js.map
11
+ }(BOX_PLOT_TOOLTIP_KEYS || (BOX_PLOT_TOOLTIP_KEYS = {}));
@@ -1,3 +1,4 @@
1
1
  import { PREFIX } from "./base";
2
2
 
3
- export const WaterfallDefaultSeriesField = `${PREFIX}_waterfall_default_seriesField`;
3
+ export const WaterfallDefaultSeriesField = `${PREFIX}_waterfall_default_seriesField`;
4
+ //# sourceMappingURL=waterfall.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart",
3
- "version": "2.0.12-alpha.3",
3
+ "version": "2.0.12-alpha.4",
4
4
  "description": "charts lib based @visactor/VGrammar",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -82,20 +82,20 @@
82
82
  "rimraf": "3.0.2",
83
83
  "cross-env": "^7.0.3",
84
84
  "@internal/bundler": "0.0.1",
85
- "@internal/typescript-json-schema": "0.0.1",
85
+ "@internal/eslint-config": "0.0.1",
86
86
  "@internal/ts-config": "0.0.1",
87
- "@internal/eslint-config": "0.0.1"
87
+ "@internal/typescript-json-schema": "0.0.1"
88
88
  },
89
89
  "dependencies": {
90
90
  "@visactor/vutils": "~1.0.12",
91
91
  "@visactor/vdataset": "~1.0.12",
92
92
  "@visactor/vscale": "~1.0.12",
93
93
  "@visactor/vlayouts": "~1.0.12",
94
- "@visactor/vrender-core": "1.0.33-alpha.0",
95
- "@visactor/vrender-kits": "1.0.33-alpha.0",
96
- "@visactor/vrender-components": "1.0.33-alpha.0",
97
- "@visactor/vrender-animate": "1.0.33-alpha.0",
98
- "@visactor/vutils-extension": "2.0.12-alpha.3"
94
+ "@visactor/vrender-core": "1.0.33-alpha.1",
95
+ "@visactor/vrender-kits": "1.0.33-alpha.1",
96
+ "@visactor/vrender-components": "1.0.33-alpha.1",
97
+ "@visactor/vrender-animate": "1.0.33-alpha.1",
98
+ "@visactor/vutils-extension": "2.0.12-alpha.4"
99
99
  },
100
100
  "publishConfig": {
101
101
  "access": "public",