@visactor/vchart-extension 2.0.1-alpha.0 → 2.0.1-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.
@@ -15,4 +15,5 @@ class ImageCloudChartSpecTransformer extends vchart_1.BaseChartSpecTransformer {
15
15
  }
16
16
  }
17
17
 
18
- exports.ImageCloudChartSpecTransformer = ImageCloudChartSpecTransformer;
18
+ exports.ImageCloudChartSpecTransformer = ImageCloudChartSpecTransformer;
19
+ //# sourceMappingURL=image-cloud-transformer.js.map
@@ -18,4 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./image-cloud"), exports), __exportStar(require("./interface"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=interface.js.map
6
+ //# sourceMappingURL=interface.js.map
@@ -49,5 +49,4 @@ const registerElementHighlightByGraphicName = () => {
49
49
  vchart_1.Factory.registerInteractionTrigger(ElementHighlightByGraphicName.type, ElementHighlightByGraphicName);
50
50
  };
51
51
 
52
- exports.registerElementHighlightByGraphicName = registerElementHighlightByGraphicName;
53
- //# sourceMappingURL=element-highlight-by-graphic-name.js.map
52
+ exports.registerElementHighlightByGraphicName = registerElementHighlightByGraphicName;
@@ -21,4 +21,4 @@ class PictogramChartSpecTransformer extends vchart_1.BaseChartSpecTransformer {
21
21
  }
22
22
 
23
23
  exports.PictogramChartSpecTransformer = PictogramChartSpecTransformer;
24
- //# sourceMappingURL=pictogram-transformer.js.map
24
+ //# sourceMappingURL=pictogram-transformer.js.map
@@ -22,4 +22,4 @@ const registerPictogramChart = () => {
22
22
  };
23
23
 
24
24
  exports.registerPictogramChart = registerPictogramChart;
25
- //# sourceMappingURL=pictogram.js.map
25
+ //# sourceMappingURL=pictogram.js.map
@@ -7,4 +7,5 @@ export class ImageCloudChartSpecTransformer extends BaseChartSpecTransformer {
7
7
  _getDefaultSeriesSpec(spec) {
8
8
  return super._getDefaultSeriesSpec(spec, [ "urlField", "nameField", "valueField", "imageSize", "imageSizeRange", "ratio", "maskShape", "imageMask", "layoutConfig", "image" ]);
9
9
  }
10
- }
10
+ }
11
+ //# sourceMappingURL=image-cloud-transformer.js.map
@@ -1,4 +1,4 @@
1
1
  export * from "./image-cloud";
2
2
 
3
3
  export * from "./interface";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=interface.js.map
2
+ //# sourceMappingURL=interface.js.map
@@ -45,5 +45,4 @@ ElementHighlightByGraphicName.type = type;
45
45
 
46
46
  export const registerElementHighlightByGraphicName = () => {
47
47
  Factory.registerInteractionTrigger(ElementHighlightByGraphicName.type, ElementHighlightByGraphicName);
48
- };
49
- //# sourceMappingURL=element-highlight-by-graphic-name.js.map
48
+ };
@@ -15,4 +15,4 @@ export class PictogramChartSpecTransformer extends BaseChartSpecTransformer {
15
15
  })), super.transformSeriesSpec(spec);
16
16
  }
17
17
  }
18
- //# sourceMappingURL=pictogram-transformer.js.map
18
+ //# sourceMappingURL=pictogram-transformer.js.map
@@ -19,4 +19,4 @@ PictogramChart.transformerConstructor = PictogramChartSpecTransformer;
19
19
  export const registerPictogramChart = () => {
20
20
  registerMarkTooltipProcessor(), registerPictogramSeries(), Factory.registerChart(PictogramChart.type, PictogramChart);
21
21
  };
22
- //# sourceMappingURL=pictogram.js.map
22
+ //# sourceMappingURL=pictogram.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-extension",
3
- "version": "2.0.1-alpha.0",
3
+ "version": "2.0.1-alpha.1",
4
4
  "description": "vchart extension package, including extension plugins and components",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -19,7 +19,7 @@
19
19
  "@visactor/vutils": "~1.0.6",
20
20
  "@visactor/vdataset": "~1.0.6",
21
21
  "@visactor/vlayouts": "~1.0.6",
22
- "@visactor/vchart": "2.0.1-alpha.0"
22
+ "@visactor/vchart": "2.0.1-alpha.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.1.4",
@@ -43,9 +43,9 @@
43
43
  "rollup-plugin-bundle-size": "1.0.3",
44
44
  "rollup-plugin-sizes": "1.0.5",
45
45
  "rollup": "3.20.5",
46
- "@internal/ts-config": "0.0.1",
47
46
  "@internal/bundler": "0.0.1",
48
- "@internal/eslint-config": "0.0.1"
47
+ "@internal/eslint-config": "0.0.1",
48
+ "@internal/ts-config": "0.0.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",