@visactor/vrender 0.15.6 → 0.15.7

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 (45) hide show
  1. package/cjs/allocator/canvas-allocate.js +2 -1
  2. package/cjs/animate/default-ticker.js +1 -2
  3. package/cjs/core/application.js +1 -2
  4. package/cjs/core/camera.js +1 -1
  5. package/cjs/core/constants.js +1 -1
  6. package/cjs/core/core-modules.js +1 -1
  7. package/cjs/core/global-module.js +0 -2
  8. package/cjs/core/global.js +1 -1
  9. package/cjs/core/graphic-utils.js +1 -1
  10. package/cjs/core/index.js +1 -1
  11. package/cjs/graphic/arc.js +2 -1
  12. package/cjs/graphic/arc3d.js +1 -1
  13. package/cjs/graphic/area.js +1 -1
  14. package/cjs/graphic/bounds.js +1 -1
  15. package/cjs/graphic/circle.js +1 -1
  16. package/cjs/graphic/config.js +1 -1
  17. package/cjs/graphic/constants.js +1 -1
  18. package/cjs/graphic/glyph.js +1 -1
  19. package/cjs/index.d.ts +1 -1
  20. package/cjs/index.js +1 -1
  21. package/cjs/index.js.map +1 -1
  22. package/dist/index.js +1 -1
  23. package/dist/index.min.js +1 -1
  24. package/es/allocator/canvas-allocate.js +2 -1
  25. package/es/animate/default-ticker.js +1 -2
  26. package/es/core/application.js +1 -2
  27. package/es/core/camera.js +1 -1
  28. package/es/core/constants.js +1 -1
  29. package/es/core/core-modules.js +1 -1
  30. package/es/core/global-module.js +0 -2
  31. package/es/core/global.js +1 -1
  32. package/es/core/graphic-utils.js +1 -1
  33. package/es/core/index.js +1 -1
  34. package/es/graphic/arc.js +2 -1
  35. package/es/graphic/arc3d.js +1 -1
  36. package/es/graphic/area.js +1 -1
  37. package/es/graphic/bounds.js +1 -1
  38. package/es/graphic/circle.js +1 -1
  39. package/es/graphic/config.js +1 -1
  40. package/es/graphic/constants.js +1 -1
  41. package/es/graphic/glyph.js +1 -1
  42. package/es/index.d.ts +1 -1
  43. package/es/index.js +1 -1
  44. package/es/index.js.map +1 -1
  45. package/package.json +3 -3
@@ -38,4 +38,5 @@ export class DefaultCanvasAllocate {
38
38
  }
39
39
  }
40
40
 
41
- export const canvasAllocate = new DefaultCanvasAllocate;
41
+ export const canvasAllocate = new DefaultCanvasAllocate;
42
+ //# sourceMappingURL=canvas-allocate.js.map
@@ -8,5 +8,4 @@ defaultTicker.addTimeline(defaultTimeline);
8
8
 
9
9
  const TICKER_FPS = 60;
10
10
 
11
- defaultTicker.setFPS(60);
12
- //# sourceMappingURL=default-ticker.js.map
11
+ defaultTicker.setFPS(60);
@@ -1,2 +1 @@
1
- export const ApplicationContribution = Symbol("ApplicationContribution");
2
- //# sourceMappingURL=application.js.map
1
+ export const ApplicationContribution = Symbol("ApplicationContribution");
package/es/core/camera.js CHANGED
@@ -116,4 +116,4 @@ export class OrthoCamera {
116
116
  };
117
117
  }
118
118
  }
119
- //# sourceMappingURL=camera.js.map
119
+ //# sourceMappingURL=camera.js.map
@@ -3,4 +3,4 @@ export const TransformUtil = Symbol.for("TransformUtil");
3
3
  export const GraphicUtil = Symbol.for("GraphicUtil");
4
4
 
5
5
  export const LayerService = Symbol.for("LayerService");
6
- //# sourceMappingURL=constants.js.map
6
+ //# sourceMappingURL=constants.js.map
@@ -19,4 +19,4 @@ export default new ContainerModule((bind => {
19
19
  bind(TransformUtil).toService(DefaultTransformUtil), bind(DefaultLayerService).toSelf().inSingletonScope(),
20
20
  bind(LayerService).toService(DefaultLayerService);
21
21
  }));
22
- //# sourceMappingURL=core-modules.js.map
22
+ //# sourceMappingURL=core-modules.js.map
@@ -1,3 +1 @@
1
-
2
-
3
1
  //# sourceMappingURL=global-module.js.map
package/es/core/global.js CHANGED
@@ -159,4 +159,4 @@ let DefaultGlobal = class {
159
159
  DefaultGlobal = __decorate([ injectable(), __param(0, inject(ContributionProvider)), __param(0, named(EnvContribution)), __metadata("design:paramtypes", [ Object ]) ], DefaultGlobal);
160
160
 
161
161
  export { DefaultGlobal };
162
- //# sourceMappingURL=global.js.map
162
+ //# sourceMappingURL=global.js.map
@@ -143,4 +143,4 @@ let DefaultTransformUtil = class {
143
143
  DefaultTransformUtil = __decorate([ injectable(), __metadata("design:paramtypes", []) ], DefaultTransformUtil);
144
144
 
145
145
  export { DefaultTransformUtil };
146
- //# sourceMappingURL=graphic-utils.js.map
146
+ //# sourceMappingURL=graphic-utils.js.map
package/es/core/index.js CHANGED
@@ -15,4 +15,4 @@ export * from "./layer-service";
15
15
  export * from "./constants";
16
16
 
17
17
  export * from "../interface/core";
18
- //# sourceMappingURL=index.js.map
18
+ //# sourceMappingURL=index.js.map
package/es/graphic/arc.js CHANGED
@@ -136,4 +136,5 @@ export class Arc extends Graphic {
136
136
 
137
137
  Arc.NOWORK_ANIMATE_ATTR = Object.assign({
138
138
  cap: 1
139
- }, NOWORK_ANIMATE_ATTR);
139
+ }, NOWORK_ANIMATE_ATTR);
140
+ //# sourceMappingURL=arc.js.map
@@ -29,4 +29,4 @@ export class Arc3d extends Arc {
29
29
  Arc3d.NOWORK_ANIMATE_ATTR = Object.assign({
30
30
  cap: 1
31
31
  }, NOWORK_ANIMATE_ATTR);
32
- //# sourceMappingURL=arc3d.js.map
32
+ //# sourceMappingURL=arc3d.js.map
@@ -86,4 +86,4 @@ Area.NOWORK_ANIMATE_ATTR = Object.assign({
86
86
  segments: 1,
87
87
  curveType: 1
88
88
  }, NOWORK_ANIMATE_ATTR);
89
- //# sourceMappingURL=area.js.map
89
+ //# sourceMappingURL=area.js.map
@@ -13,4 +13,4 @@ const richText = createRichText({});
13
13
  export function getRichTextBounds(params) {
14
14
  return richText.setAttributes(params), richText.AABBBounds;
15
15
  }
16
- //# sourceMappingURL=bounds.js.map
16
+ //# sourceMappingURL=bounds.js.map
@@ -65,4 +65,4 @@ export class Circle extends Graphic {
65
65
  }
66
66
 
67
67
  Circle.NOWORK_ANIMATE_ATTR = NOWORK_ANIMATE_ATTR;
68
- //# sourceMappingURL=circle.js.map
68
+ //# sourceMappingURL=circle.js.map
@@ -267,4 +267,4 @@ export const DefaultRichTextIconAttribute = Object.assign(Object.assign({}, Defa
267
267
  backgroundRadius: 4,
268
268
  opacity: 1
269
269
  });
270
- //# sourceMappingURL=config.js.map
270
+ //# sourceMappingURL=config.js.map
@@ -61,4 +61,4 @@ export const SVG_PARSE_ATTRIBUTE_MAP = {
61
61
  };
62
62
 
63
63
  export const SVG_PARSE_ATTRIBUTE_MAP_KEYS = Object.keys(SVG_PARSE_ATTRIBUTE_MAP);
64
- //# sourceMappingURL=constants.js.map
64
+ //# sourceMappingURL=constants.js.map
@@ -119,4 +119,4 @@ export class Glyph extends Graphic {
119
119
  }
120
120
 
121
121
  Glyph.NOWORK_ANIMATE_ATTR = NOWORK_ANIMATE_ATTR;
122
- //# sourceMappingURL=glyph.js.map
122
+ //# sourceMappingURL=glyph.js.map
package/es/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import 'core-js/proposals/reflect-metadata';
2
2
  import './modules';
3
- export declare const version = "0.15.6";
3
+ export declare const version = "0.15.7";
4
4
  export * from './container';
5
5
  export * from './core/global';
6
6
  export * from './graphic';
package/es/index.js CHANGED
@@ -2,7 +2,7 @@ import "core-js/proposals/reflect-metadata";
2
2
 
3
3
  import "./modules";
4
4
 
5
- export const version = "0.15.6";
5
+ export const version = "0.15.7";
6
6
 
7
7
  export * from "./container";
8
8
 
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oCAAoC,CAAC;AAC5C,OAAO,WAAW,CAAC;AAGnB,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAEhC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,2CAA2C,CAAC;AAC1D,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AAGzC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACxD,cAAc,OAAO,CAAC","file":"index.js","sourcesContent":["import 'core-js/proposals/reflect-metadata';\nimport './modules';\n\n// 导出版本号\nexport const version = \"0.15.6\";\n\nexport * from './container';\nexport * from './core/global';\nexport * from './graphic';\nexport * from './modules';\nexport * from './create';\nexport * from './event';\nexport * from './interface';\nexport * from './render';\nexport * from './render/contributions/render/base-render';\nexport * from './canvas';\nexport * from './core';\nexport * from './picker';\nexport * from './kits';\nexport * from './animate';\nexport * from './resource-loader/loader';\n\n/* export common */\nexport * from './common/text';\nexport * from './common/bezier-utils';\nexport * from './common/bounds-context';\nexport * from './common/seg-context';\nexport * from './common/custom-path2d';\nexport * from './common/segment';\nexport * from './common/canvas-utils';\nexport * from './common/contribution-provider';\nexport * from './common/generator';\nexport * from './common/utils';\nexport * from './common/shape/arc';\nexport * from './common/shape/rect';\n\nexport * from './common/path-svg';\nexport * from './common/render-curve';\nexport * from './common/render-area';\nexport * from './common/render-command-list';\nexport * from './common/sort';\nexport * from './common/morphing-utils';\nexport * from './common/split-path';\nexport * from './common/enums';\nexport * from './common/generator';\nexport * from './plugins/constants';\nexport * from './allocator/matrix-allocate';\n\nexport * from './animate/default-ticker';\nexport { wrapCanvas, wrapContext } from './canvas/util';\nexport * from './jsx';\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oCAAoC,CAAC;AAC5C,OAAO,WAAW,CAAC;AAGnB,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC;AAEhC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,2CAA2C,CAAC;AAC1D,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,0BAA0B,CAAC;AAGzC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACxD,cAAc,OAAO,CAAC","file":"index.js","sourcesContent":["import 'core-js/proposals/reflect-metadata';\nimport './modules';\n\n// 导出版本号\nexport const version = \"0.15.7\";\n\nexport * from './container';\nexport * from './core/global';\nexport * from './graphic';\nexport * from './modules';\nexport * from './create';\nexport * from './event';\nexport * from './interface';\nexport * from './render';\nexport * from './render/contributions/render/base-render';\nexport * from './canvas';\nexport * from './core';\nexport * from './picker';\nexport * from './kits';\nexport * from './animate';\nexport * from './resource-loader/loader';\n\n/* export common */\nexport * from './common/text';\nexport * from './common/bezier-utils';\nexport * from './common/bounds-context';\nexport * from './common/seg-context';\nexport * from './common/custom-path2d';\nexport * from './common/segment';\nexport * from './common/canvas-utils';\nexport * from './common/contribution-provider';\nexport * from './common/generator';\nexport * from './common/utils';\nexport * from './common/shape/arc';\nexport * from './common/shape/rect';\n\nexport * from './common/path-svg';\nexport * from './common/render-curve';\nexport * from './common/render-area';\nexport * from './common/render-command-list';\nexport * from './common/sort';\nexport * from './common/morphing-utils';\nexport * from './common/split-path';\nexport * from './common/enums';\nexport * from './common/generator';\nexport * from './plugins/constants';\nexport * from './allocator/matrix-allocate';\n\nexport * from './animate/default-ticker';\nexport { wrapCanvas, wrapContext } from './canvas/util';\nexport * from './jsx';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender",
3
- "version": "0.15.6",
3
+ "version": "0.15.7",
4
4
  "description": "",
5
5
  "sideEffects": true,
6
6
  "main": "cjs/index.js",
@@ -33,9 +33,9 @@
33
33
  "eslint": "~8.18.0",
34
34
  "vite": "3.2.6",
35
35
  "typescript": "4.9.5",
36
+ "@internal/ts-config": "0.0.1",
36
37
  "@internal/bundler": "0.0.1",
37
- "@internal/eslint-config": "0.0.1",
38
- "@internal/ts-config": "0.0.1"
38
+ "@internal/eslint-config": "0.0.1"
39
39
  },
40
40
  "keywords": [
41
41
  "VisActor",