@vertexvis/viewer-vue 0.22.1-canary.8 → 0.22.1-testing.0
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/dist/bundle.cjs.js +2 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +2 -0
- package/dist/bundle.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -2867,6 +2867,7 @@ var VertexViewer = /*@__PURE__*/ defineContainer('vertex-viewer', undefined, [
|
|
|
2867
2867
|
'featureLines',
|
|
2868
2868
|
'selectionHighlighting',
|
|
2869
2869
|
'featureHighlighting',
|
|
2870
|
+
'sceneComparison',
|
|
2870
2871
|
'featureMaps',
|
|
2871
2872
|
'resizeDebounce',
|
|
2872
2873
|
'frame',
|
|
@@ -2886,6 +2887,7 @@ var VertexViewer = /*@__PURE__*/ defineContainer('vertex-viewer', undefined, [
|
|
|
2886
2887
|
'sceneChanged',
|
|
2887
2888
|
'interactionStarted',
|
|
2888
2889
|
'interactionFinished',
|
|
2890
|
+
'cameraChanged',
|
|
2889
2891
|
'cameraTypeChanged',
|
|
2890
2892
|
'annotationStateChanged',
|
|
2891
2893
|
'deviceIdChange',
|