@vertexvis/viewer-vue 0.21.0-canary.6 → 0.21.0-testing.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.
- package/dist/bundle.cjs.js +3 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +3 -1
- package/dist/bundle.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -2788,7 +2788,6 @@ var VertexSceneTree = /*@__PURE__*/ defineContainer('vertex-scene-tree', undefin
|
|
|
2788
2788
|
'config',
|
|
2789
2789
|
'configEnv',
|
|
2790
2790
|
'controller',
|
|
2791
|
-
'searchOptions',
|
|
2792
2791
|
'metadataSearchExactMatch',
|
|
2793
2792
|
'metadataSearchKeys',
|
|
2794
2793
|
'metadataKeys',
|
|
@@ -3129,6 +3128,9 @@ var VertexViewerTransformWidget = /*@__PURE__*/ defineContainer('vertex-viewer-t
|
|
|
3129
3128
|
'xTranslationDisabled',
|
|
3130
3129
|
'yTranslationDisabled',
|
|
3131
3130
|
'zTranslationDisabled',
|
|
3131
|
+
'distanceUnit',
|
|
3132
|
+
'angleUnit',
|
|
3133
|
+
'decimalPlaces',
|
|
3132
3134
|
'hovered',
|
|
3133
3135
|
'positionChanged',
|
|
3134
3136
|
'rotationChanged',
|