@vertexvis/viewer-vue 0.24.3-testing.0 → 0.24.3

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.
@@ -1,4 +1,4 @@
1
- import { __spreadArray, __assign, __awaiter, __generator } from 'tslib';
1
+ import { __assign, __spreadArray, __awaiter, __generator } from 'tslib';
2
2
  import { applyPolyfills, defineCustomElements } from '@vertexvis/viewer/loader';
3
3
 
4
4
  function makeMap(str, expectsLowerCase) {
@@ -2875,6 +2875,7 @@ var VertexViewer = /*@__PURE__*/ defineContainer('vertex-viewer', undefined, [
2875
2875
  'selectionHighlighting',
2876
2876
  'featureHighlighting',
2877
2877
  'sceneComparison',
2878
+ 'crossSectioning',
2878
2879
  'featureMaps',
2879
2880
  'resizeDebounce',
2880
2881
  'frame',
@@ -2885,6 +2886,7 @@ var VertexViewer = /*@__PURE__*/ defineContainer('vertex-viewer', undefined, [
2885
2886
  'modelViews',
2886
2887
  'pmi',
2887
2888
  'sceneItems',
2889
+ 'canvases',
2888
2890
  'experimentalSkipVisibilityCheck',
2889
2891
  'tap',
2890
2892
  'doubletap',
@@ -3154,6 +3156,9 @@ var VertexViewerTransformWidget = /*@__PURE__*/ defineContainer('vertex-viewer-t
3154
3156
  'xTranslationDisabled',
3155
3157
  'yTranslationDisabled',
3156
3158
  'zTranslationDisabled',
3159
+ 'xyTranslationDisabled',
3160
+ 'xzTranslationDisabled',
3161
+ 'yzTranslationDisabled',
3157
3162
  'showInputs',
3158
3163
  'distanceUnit',
3159
3164
  'angleUnit',
@@ -3162,6 +3167,7 @@ var VertexViewerTransformWidget = /*@__PURE__*/ defineContainer('vertex-viewer-t
3162
3167
  'rotationSnapKey',
3163
3168
  'translationHandleScalar',
3164
3169
  'rotationHandleScalar',
3170
+ 'interactionThrottle',
3165
3171
  'EXPERIMENTAL_undoKeybindings',
3166
3172
  'hovered',
3167
3173
  'positionChanged',