@visactor/vrender 0.20.10-alpha.1 → 0.21.0-alpha.2
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/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/index.es.js +11 -6
- package/dist/index.js +11 -6
- package/dist/index.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +5 -5
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
|
@@ -21,7 +21,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
21
21
|
|
|
22
22
|
const vrender_core_1 = require("@visactor/vrender-core"), vrender_kits_1 = require("@visactor/vrender-kits"), vrender_kits_2 = require("@visactor/vrender-kits");
|
|
23
23
|
|
|
24
|
-
exports.version = "0.
|
|
24
|
+
exports.version = "0.21.0-alpha.2", (0, vrender_core_1.preLoadAllModule)(), (0,
|
|
25
25
|
vrender_core_1.isBrowserEnv)() ? (0, vrender_kits_1.loadBrowserEnv)(vrender_core_1.container) : (0,
|
|
26
26
|
vrender_core_1.isNodeEnv)() && (0, vrender_kits_1.loadNodeEnv)(vrender_core_1.container),
|
|
27
27
|
(0, vrender_kits_2.registerArc)(), (0, vrender_kits_2.registerArc3d)(), (0, vrender_kits_2.registerArea)(),
|
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kCAAgC;AAChC,yDAWgC;AAChC,yDAAqE;AACrE,yDAmBgC;AAEnB,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kCAAgC;AAChC,yDAWgC;AAChC,yDAAqE;AACrE,yDAmBgC;AAEnB,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,IAAA,+BAAgB,GAAE,CAAC;AAEnB,IAAI,IAAA,2BAAY,GAAE,EAAE;IAClB,IAAA,6BAAc,EAAC,wBAAS,CAAC,CAAC;CAC3B;KAAM,IAAI,IAAA,wBAAS,GAAE,EAAE;IACtB,IAAA,0BAAW,EAAC,wBAAS,CAAC,CAAC;CACxB;AACD,IAAA,0BAAW,GAAE,CAAC;AACd,IAAA,4BAAa,GAAE,CAAC;AAChB,IAAA,2BAAY,GAAE,CAAC;AACf,IAAA,6BAAc,GAAE,CAAC;AACjB,IAAA,4BAAa,GAAE,CAAC;AAChB,IAAA,4BAAa,GAAE,CAAC;AAChB,IAAA,4BAAa,GAAE,CAAC;AAChB,IAAA,2BAAY,GAAE,CAAC;AACf,IAAA,2BAAY,GAAE,CAAC;AACf,IAAA,8BAAe,GAAE,CAAC;AAClB,IAAA,gCAAiB,GAAE,CAAC;AACpB,IAAA,2BAAY,GAAE,CAAC;AACf,IAAA,6BAAc,GAAE,CAAC;AACjB,IAAA,+BAAgB,GAAE,CAAC;AACnB,IAAA,iCAAkB,GAAE,CAAC;AACrB,IAAA,6BAAc,GAAE,CAAC;AACjB,IAAA,2BAAY,GAAE,CAAC;AACf,IAAA,+BAAgB,GAAE,CAAC;AAEnB,IAAA,uCAAwB,GAAE,CAAC;AAC3B,IAAA,4CAA6B,GAAE,CAAC;AAChC,IAAA,0CAA2B,GAAE,CAAC;AAC9B,IAAA,2CAA4B,GAAE,CAAC;AAC/B,IAAA,uCAAwB,GAAE,CAAC;AAC3B,IAAA,kCAAmB,GAAE,CAAC;AACtB,yDAAuC;AACvC,yDAAuC","file":"index.js","sourcesContent":["import '@visactor/vrender-core';\nimport {\n container,\n isBrowserEnv,\n isNodeEnv,\n preLoadAllModule,\n registerFlexLayoutPlugin,\n registerViewTransform3dPlugin,\n registerHtmlAttributePlugin,\n registerReactAttributePlugin,\n registerDirectionalLight,\n registerOrthoCamera\n} from '@visactor/vrender-core';\nimport { loadBrowserEnv, loadNodeEnv } from '@visactor/vrender-kits';\nimport {\n registerArc,\n registerArc3d,\n registerArea,\n registerCircle,\n registerGlyph,\n registerGroup,\n registerImage,\n registerLine,\n registerPath,\n registerPolygon,\n registerPyramid3d,\n registerRect,\n registerRect3d,\n registerRichtext,\n registerShadowRoot,\n registerSymbol,\n registerText,\n registerWrapText\n} from '@visactor/vrender-kits';\n// 导出版本号\nexport const version = \"0.21.0-alpha.2\";\n\npreLoadAllModule();\n\nif (isBrowserEnv()) {\n loadBrowserEnv(container);\n} else if (isNodeEnv()) {\n loadNodeEnv(container);\n}\nregisterArc();\nregisterArc3d();\nregisterArea();\nregisterCircle();\nregisterGlyph();\nregisterGroup();\nregisterImage();\nregisterLine();\nregisterPath();\nregisterPolygon();\nregisterPyramid3d();\nregisterRect();\nregisterRect3d();\nregisterRichtext();\nregisterShadowRoot();\nregisterSymbol();\nregisterText();\nregisterWrapText();\n\nregisterFlexLayoutPlugin();\nregisterViewTransform3dPlugin();\nregisterHtmlAttributePlugin();\nregisterReactAttributePlugin();\nregisterDirectionalLight();\nregisterOrthoCamera();\nexport * from '@visactor/vrender-core';\nexport * from '@visactor/vrender-kits';\n"]}
|
package/dist/index.es.js
CHANGED
|
@@ -11262,7 +11262,8 @@ let DefaultGraphicService = class {
|
|
|
11262
11262
|
onAddIncremental: new SyncHook(["graphic", "group", "stage"]),
|
|
11263
11263
|
onClearIncremental: new SyncHook(["graphic", "group", "stage"]),
|
|
11264
11264
|
beforeUpdateAABBBounds: new SyncHook(["graphic", "stage", "willUpdate", "aabbBounds"]),
|
|
11265
|
-
afterUpdateAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds", "globalAABBBounds", "selfChange"])
|
|
11265
|
+
afterUpdateAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds", "globalAABBBounds", "selfChange"]),
|
|
11266
|
+
clearAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds"])
|
|
11266
11267
|
}, this.tempAABBBounds1 = new AABBBounds(), this.tempAABBBounds2 = new AABBBounds();
|
|
11267
11268
|
}
|
|
11268
11269
|
onAttributeUpdate(graphic) {
|
|
@@ -11289,6 +11290,9 @@ let DefaultGraphicService = class {
|
|
|
11289
11290
|
afterUpdateAABBBounds(graphic, stage, bounds, params, selfChange) {
|
|
11290
11291
|
this.hooks.afterUpdateAABBBounds.taps.length && this.hooks.afterUpdateAABBBounds.call(graphic, stage, bounds, params, selfChange);
|
|
11291
11292
|
}
|
|
11293
|
+
clearAABBBounds(graphic, stage, b) {
|
|
11294
|
+
this.hooks.clearAABBBounds.taps.length && this.hooks.clearAABBBounds.call(graphic, stage, b);
|
|
11295
|
+
}
|
|
11292
11296
|
updatePathProxyAABBBounds(aabbBounds, graphic) {
|
|
11293
11297
|
const path = "function" == typeof graphic.pathProxy ? graphic.pathProxy(graphic.attribute) : graphic.pathProxy;
|
|
11294
11298
|
if (!path) return !1;
|
|
@@ -11351,12 +11355,11 @@ let DefaultGraphicService = class {
|
|
|
11351
11355
|
validCheck(attribute, theme, aabbBounds, graphic) {
|
|
11352
11356
|
if (!graphic) return !0;
|
|
11353
11357
|
if (null != attribute.forceBoundsHeight || null != attribute.forceBoundsWidth) return !0;
|
|
11354
|
-
if (graphic.shadowRoot) return !0;
|
|
11355
|
-
if (!graphic.valid) return aabbBounds.clear(), !1;
|
|
11358
|
+
if (graphic.shadowRoot || graphic.isContainer) return !0;
|
|
11356
11359
|
const {
|
|
11357
11360
|
visible = theme.visible
|
|
11358
11361
|
} = attribute;
|
|
11359
|
-
return
|
|
11362
|
+
return !(!graphic.valid || !visible) || (aabbBounds.empty() || (graphic.parent && aabbBounds.transformWithMatrix(graphic.parent.globalTransMatrix), application.graphicService.clearAABBBounds(graphic, graphic.stage, aabbBounds), aabbBounds.clear()), !1);
|
|
11360
11363
|
}
|
|
11361
11364
|
updateTempAABBBounds(aabbBounds) {
|
|
11362
11365
|
const tb1 = this.tempAABBBounds1,
|
|
@@ -18321,13 +18324,15 @@ class DirtyBoundsPlugin {
|
|
|
18321
18324
|
graphic.glyphHost && (graphic = graphic.glyphHost), stage && stage === this.pluginService.stage && stage.renderCount && (graphic.isContainer && !graphic.shouldSelfChangeUpdateAABBBounds() || willUpdate && (globalBounds.setValue(bounds.x1, bounds.y1, bounds.x2, bounds.y2), stage.dirty(globalBounds, graphic.parent && graphic.parent.globalTransMatrix)));
|
|
18322
18325
|
}), application.graphicService.hooks.afterUpdateAABBBounds.tap(this.key, (graphic, stage, bounds, params, selfChange) => {
|
|
18323
18326
|
stage && stage === this.pluginService.stage && stage.renderCount && (graphic.isContainer && !selfChange || stage.dirty(params.globalAABBBounds));
|
|
18327
|
+
}), application.graphicService.hooks.clearAABBBounds.tap(this.key, (graphic, stage, bounds) => {
|
|
18328
|
+
stage && stage === this.pluginService.stage && stage.renderCount && stage && stage.dirty(bounds);
|
|
18324
18329
|
}), application.graphicService.hooks.onRemove.tap(this.key, graphic => {
|
|
18325
18330
|
const stage = graphic.stage;
|
|
18326
18331
|
stage && stage === this.pluginService.stage && stage.renderCount && stage && stage.dirty(graphic.globalAABBBounds);
|
|
18327
18332
|
});
|
|
18328
18333
|
}
|
|
18329
18334
|
deactivate(context) {
|
|
18330
|
-
application.graphicService.hooks.beforeUpdateAABBBounds.taps = application.graphicService.hooks.beforeUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.afterUpdateAABBBounds.taps = application.graphicService.hooks.afterUpdateAABBBounds.taps.filter(item => item.name !== this.key), context.stage.hooks.afterRender.taps = context.stage.hooks.afterRender.taps.filter(item => item.name !== this.key), application.graphicService.hooks.onRemove.taps = application.graphicService.hooks.onRemove.taps.filter(item => item.name !== this.key);
|
|
18335
|
+
application.graphicService.hooks.beforeUpdateAABBBounds.taps = application.graphicService.hooks.beforeUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.afterUpdateAABBBounds.taps = application.graphicService.hooks.afterUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.clearAABBBounds.taps = application.graphicService.hooks.clearAABBBounds.taps.filter(item => item.name !== this.key), context.stage.hooks.afterRender.taps = context.stage.hooks.afterRender.taps.filter(item => item.name !== this.key), application.graphicService.hooks.onRemove.taps = application.graphicService.hooks.onRemove.taps.filter(item => item.name !== this.key);
|
|
18331
18336
|
}
|
|
18332
18337
|
}
|
|
18333
18338
|
|
|
@@ -28472,7 +28477,7 @@ const registerWrapText = _registerWrapText;
|
|
|
28472
28477
|
|
|
28473
28478
|
const roughModule = _roughModule;
|
|
28474
28479
|
|
|
28475
|
-
const version = "0.
|
|
28480
|
+
const version = "0.21.0-alpha.2";
|
|
28476
28481
|
preLoadAllModule();
|
|
28477
28482
|
if (isBrowserEnv()) {
|
|
28478
28483
|
loadBrowserEnv(container);
|
package/dist/index.js
CHANGED
|
@@ -11268,7 +11268,8 @@
|
|
|
11268
11268
|
onAddIncremental: new SyncHook(["graphic", "group", "stage"]),
|
|
11269
11269
|
onClearIncremental: new SyncHook(["graphic", "group", "stage"]),
|
|
11270
11270
|
beforeUpdateAABBBounds: new SyncHook(["graphic", "stage", "willUpdate", "aabbBounds"]),
|
|
11271
|
-
afterUpdateAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds", "globalAABBBounds", "selfChange"])
|
|
11271
|
+
afterUpdateAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds", "globalAABBBounds", "selfChange"]),
|
|
11272
|
+
clearAABBBounds: new SyncHook(["graphic", "stage", "aabbBounds"])
|
|
11272
11273
|
}, this.tempAABBBounds1 = new AABBBounds(), this.tempAABBBounds2 = new AABBBounds();
|
|
11273
11274
|
}
|
|
11274
11275
|
onAttributeUpdate(graphic) {
|
|
@@ -11295,6 +11296,9 @@
|
|
|
11295
11296
|
afterUpdateAABBBounds(graphic, stage, bounds, params, selfChange) {
|
|
11296
11297
|
this.hooks.afterUpdateAABBBounds.taps.length && this.hooks.afterUpdateAABBBounds.call(graphic, stage, bounds, params, selfChange);
|
|
11297
11298
|
}
|
|
11299
|
+
clearAABBBounds(graphic, stage, b) {
|
|
11300
|
+
this.hooks.clearAABBBounds.taps.length && this.hooks.clearAABBBounds.call(graphic, stage, b);
|
|
11301
|
+
}
|
|
11298
11302
|
updatePathProxyAABBBounds(aabbBounds, graphic) {
|
|
11299
11303
|
const path = "function" == typeof graphic.pathProxy ? graphic.pathProxy(graphic.attribute) : graphic.pathProxy;
|
|
11300
11304
|
if (!path) return !1;
|
|
@@ -11357,12 +11361,11 @@
|
|
|
11357
11361
|
validCheck(attribute, theme, aabbBounds, graphic) {
|
|
11358
11362
|
if (!graphic) return !0;
|
|
11359
11363
|
if (null != attribute.forceBoundsHeight || null != attribute.forceBoundsWidth) return !0;
|
|
11360
|
-
if (graphic.shadowRoot) return !0;
|
|
11361
|
-
if (!graphic.valid) return aabbBounds.clear(), !1;
|
|
11364
|
+
if (graphic.shadowRoot || graphic.isContainer) return !0;
|
|
11362
11365
|
const {
|
|
11363
11366
|
visible = theme.visible
|
|
11364
11367
|
} = attribute;
|
|
11365
|
-
return
|
|
11368
|
+
return !(!graphic.valid || !visible) || (aabbBounds.empty() || (graphic.parent && aabbBounds.transformWithMatrix(graphic.parent.globalTransMatrix), application.graphicService.clearAABBBounds(graphic, graphic.stage, aabbBounds), aabbBounds.clear()), !1);
|
|
11366
11369
|
}
|
|
11367
11370
|
updateTempAABBBounds(aabbBounds) {
|
|
11368
11371
|
const tb1 = this.tempAABBBounds1,
|
|
@@ -18327,13 +18330,15 @@
|
|
|
18327
18330
|
graphic.glyphHost && (graphic = graphic.glyphHost), stage && stage === this.pluginService.stage && stage.renderCount && (graphic.isContainer && !graphic.shouldSelfChangeUpdateAABBBounds() || willUpdate && (globalBounds.setValue(bounds.x1, bounds.y1, bounds.x2, bounds.y2), stage.dirty(globalBounds, graphic.parent && graphic.parent.globalTransMatrix)));
|
|
18328
18331
|
}), application.graphicService.hooks.afterUpdateAABBBounds.tap(this.key, (graphic, stage, bounds, params, selfChange) => {
|
|
18329
18332
|
stage && stage === this.pluginService.stage && stage.renderCount && (graphic.isContainer && !selfChange || stage.dirty(params.globalAABBBounds));
|
|
18333
|
+
}), application.graphicService.hooks.clearAABBBounds.tap(this.key, (graphic, stage, bounds) => {
|
|
18334
|
+
stage && stage === this.pluginService.stage && stage.renderCount && stage && stage.dirty(bounds);
|
|
18330
18335
|
}), application.graphicService.hooks.onRemove.tap(this.key, graphic => {
|
|
18331
18336
|
const stage = graphic.stage;
|
|
18332
18337
|
stage && stage === this.pluginService.stage && stage.renderCount && stage && stage.dirty(graphic.globalAABBBounds);
|
|
18333
18338
|
});
|
|
18334
18339
|
}
|
|
18335
18340
|
deactivate(context) {
|
|
18336
|
-
application.graphicService.hooks.beforeUpdateAABBBounds.taps = application.graphicService.hooks.beforeUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.afterUpdateAABBBounds.taps = application.graphicService.hooks.afterUpdateAABBBounds.taps.filter(item => item.name !== this.key), context.stage.hooks.afterRender.taps = context.stage.hooks.afterRender.taps.filter(item => item.name !== this.key), application.graphicService.hooks.onRemove.taps = application.graphicService.hooks.onRemove.taps.filter(item => item.name !== this.key);
|
|
18341
|
+
application.graphicService.hooks.beforeUpdateAABBBounds.taps = application.graphicService.hooks.beforeUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.afterUpdateAABBBounds.taps = application.graphicService.hooks.afterUpdateAABBBounds.taps.filter(item => item.name !== this.key), application.graphicService.hooks.clearAABBBounds.taps = application.graphicService.hooks.clearAABBBounds.taps.filter(item => item.name !== this.key), context.stage.hooks.afterRender.taps = context.stage.hooks.afterRender.taps.filter(item => item.name !== this.key), application.graphicService.hooks.onRemove.taps = application.graphicService.hooks.onRemove.taps.filter(item => item.name !== this.key);
|
|
18337
18342
|
}
|
|
18338
18343
|
}
|
|
18339
18344
|
|
|
@@ -28478,7 +28483,7 @@
|
|
|
28478
28483
|
|
|
28479
28484
|
const roughModule = _roughModule;
|
|
28480
28485
|
|
|
28481
|
-
const version = "0.
|
|
28486
|
+
const version = "0.21.0-alpha.2";
|
|
28482
28487
|
preLoadAllModule();
|
|
28483
28488
|
if (isBrowserEnv()) {
|
|
28484
28489
|
loadBrowserEnv(container);
|