@visactor/vrender-components 0.9.0 → 0.9.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.
@@ -2,5 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
6
- //# sourceMappingURL=type.js.map
5
+ });
@@ -2,4 +2,5 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
- });
5
+ });
6
+ //# sourceMappingURL=type.js.map
@@ -52,5 +52,4 @@ class DataLabel extends base_1.AbstractComponent {
52
52
 
53
53
  exports.DataLabel = DataLabel, DataLabel.defaultAttributes = {
54
54
  pickable: !1
55
- };
56
- //# sourceMappingURL=dataLabel.js.map
55
+ };
@@ -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("./link-path"), exports), __exportStar(require("./type"), exports);
21
- //# sourceMappingURL=index.js.map
21
+ //# sourceMappingURL=index.js.map
@@ -62,4 +62,4 @@ exports.LinkPath = LinkPath, LinkPath.defaultAttributes = {
62
62
  direction: "horizontal",
63
63
  align: "start"
64
64
  };
65
- //# sourceMappingURL=link-path.js.map
65
+ //# sourceMappingURL=link-path.js.map
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=type.js.map
6
+ //# sourceMappingURL=type.js.map
@@ -41,4 +41,5 @@ class MarkLine extends base_1.Marker {
41
41
  }
42
42
  }
43
43
 
44
- exports.MarkLine = MarkLine, MarkLine.defaultAttributes = config_1.DEFAULT_MARK_LINE_THEME;
44
+ exports.MarkLine = MarkLine, MarkLine.defaultAttributes = config_1.DEFAULT_MARK_LINE_THEME;
45
+ //# sourceMappingURL=line.js.map
package/cjs/pager/type.js CHANGED
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=type.js.map
6
+ //# sourceMappingURL=type.js.map
@@ -210,4 +210,4 @@ exports.BasePlayer = BasePlayer, BasePlayer.defaultAttributes = {
210
210
  })
211
211
  }
212
212
  };
213
- //# sourceMappingURL=base-player.js.map
213
+ //# sourceMappingURL=base-player.js.map
@@ -13,4 +13,4 @@ Object.defineProperty(exports, "__esModule", {
13
13
  order: 0,
14
14
  space: 10
15
15
  }, exports.RailDefaultSize = [ 200, 10 ];
16
- //# sourceMappingURL=constant.js.map
16
+ //# sourceMappingURL=constant.js.map
@@ -1,2 +1 @@
1
- export { };
2
- //# sourceMappingURL=type.js.map
1
+ export { };
@@ -1 +1,2 @@
1
- export { };
1
+ export { };
2
+ //# sourceMappingURL=type.js.map
@@ -56,5 +56,4 @@ export class DataLabel extends AbstractComponent {
56
56
 
57
57
  DataLabel.defaultAttributes = {
58
58
  pickable: !1
59
- };
60
- //# sourceMappingURL=dataLabel.js.map
59
+ };
@@ -1,4 +1,4 @@
1
1
  export * from "./link-path";
2
2
 
3
3
  export * from "./type";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.js.map
@@ -56,4 +56,4 @@ LinkPath.defaultAttributes = {
56
56
  direction: "horizontal",
57
57
  align: "start"
58
58
  };
59
- //# sourceMappingURL=link-path.js.map
59
+ //# sourceMappingURL=link-path.js.map
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
package/es/marker/line.js CHANGED
@@ -43,4 +43,5 @@ export class MarkLine extends Marker {
43
43
  }
44
44
  }
45
45
 
46
- MarkLine.defaultAttributes = DEFAULT_MARK_LINE_THEME;
46
+ MarkLine.defaultAttributes = DEFAULT_MARK_LINE_THEME;
47
+ //# sourceMappingURL=line.js.map
package/es/pager/type.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
@@ -211,4 +211,4 @@ BasePlayer.defaultAttributes = {
211
211
  })
212
212
  }
213
213
  };
214
- //# sourceMappingURL=base-player.js.map
214
+ //# sourceMappingURL=base-player.js.map
@@ -11,4 +11,4 @@ export const defaultControllerAttributes = {
11
11
  };
12
12
 
13
13
  export const RailDefaultSize = [ 200, 10 ];
14
- //# sourceMappingURL=constant.js.map
14
+ //# sourceMappingURL=constant.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-components",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "components library for dp visualization",
5
5
  "sideEffects": false,
6
6
  "main": "cjs/index.js",
@@ -12,7 +12,7 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@visactor/vrender": "0.9.0",
15
+ "@visactor/vrender": "0.9.1",
16
16
  "@visactor/vutils": "0.9.0-alpha.2",
17
17
  "@visactor/vscale": "0.9.0-alpha.2",
18
18
  "gl-matrix": "^3.4.3"
@@ -28,8 +28,8 @@
28
28
  "eslint": "~8.18.0",
29
29
  "vite": "3.2.6",
30
30
  "typescript": "4.9.5",
31
- "@internal/ts-config": "0.0.1",
32
31
  "@internal/bundler": "0.0.1",
32
+ "@internal/ts-config": "0.0.1",
33
33
  "@internal/eslint-config": "0.0.1"
34
34
  },
35
35
  "keywords": [