@vertexvis/viewer-vue 0.18.2-canary.0 → 0.18.2-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 +82 -2650
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +77 -2645
- package/dist/bundle.esm.js.map +1 -1
- package/dist/generated/components.d.ts +38 -39
- package/package.json +3 -3
|
@@ -1,39 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
19
|
-
export declare const
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
export declare const
|
|
27
|
-
export declare const
|
|
28
|
-
export declare const
|
|
29
|
-
export declare const
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const VertexViewerViewCube: (props: JSX.VertexViewerViewCube & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
1
|
+
export declare const VertexSceneTree: (props: any) => any;
|
|
2
|
+
export declare const VertexSceneTreeSearch: (props: any) => any;
|
|
3
|
+
export declare const VertexSceneTreeTableCell: (props: any) => any;
|
|
4
|
+
export declare const VertexSceneTreeTableColumn: (props: any) => any;
|
|
5
|
+
export declare const VertexSceneTreeTableHeader: (props: any) => any;
|
|
6
|
+
export declare const VertexSceneTreeTableLayout: (props: any) => any;
|
|
7
|
+
export declare const VertexSceneTreeTableResizeDivider: (props: any) => any;
|
|
8
|
+
export declare const VertexSceneTreeToolbar: (props: any) => any;
|
|
9
|
+
export declare const VertexSceneTreeToolbarGroup: (props: any) => any;
|
|
10
|
+
export declare const VertexViewer: (props: any) => any;
|
|
11
|
+
export declare const VertexViewerBoxQueryTool: (props: any) => any;
|
|
12
|
+
export declare const VertexViewerButton: (props: any) => any;
|
|
13
|
+
export declare const VertexViewerDefaultToolbar: (props: any) => any;
|
|
14
|
+
export declare const VertexViewerDomElement: (props: any) => any;
|
|
15
|
+
export declare const VertexViewerDomGroup: (props: any) => any;
|
|
16
|
+
export declare const VertexViewerDomRenderer: (props: any) => any;
|
|
17
|
+
export declare const VertexViewerHitResultIndicator: (props: any) => any;
|
|
18
|
+
export declare const VertexViewerIcon: (props: any) => any;
|
|
19
|
+
export declare const VertexViewerLayer: (props: any) => any;
|
|
20
|
+
export declare const VertexViewerMarkup: (props: any) => any;
|
|
21
|
+
export declare const VertexViewerMarkupArrow: (props: any) => any;
|
|
22
|
+
export declare const VertexViewerMarkupCircle: (props: any) => any;
|
|
23
|
+
export declare const VertexViewerMarkupFreeform: (props: any) => any;
|
|
24
|
+
export declare const VertexViewerMarkupTool: (props: any) => any;
|
|
25
|
+
export declare const VertexViewerMeasurementDetails: (props: any) => any;
|
|
26
|
+
export declare const VertexViewerMeasurementDistance: (props: any) => any;
|
|
27
|
+
export declare const VertexViewerMeasurementLine: (props: any) => any;
|
|
28
|
+
export declare const VertexViewerMeasurementOverlays: (props: any) => any;
|
|
29
|
+
export declare const VertexViewerMeasurementPrecise: (props: any) => any;
|
|
30
|
+
export declare const VertexViewerPinGroup: (props: any) => any;
|
|
31
|
+
export declare const VertexViewerPinLabel: (props: any) => any;
|
|
32
|
+
export declare const VertexViewerPinLabelLine: (props: any) => any;
|
|
33
|
+
export declare const VertexViewerPinTool: (props: any) => any;
|
|
34
|
+
export declare const VertexViewerSpinner: (props: any) => any;
|
|
35
|
+
export declare const VertexViewerToolbar: (props: any) => any;
|
|
36
|
+
export declare const VertexViewerToolbarGroup: (props: any) => any;
|
|
37
|
+
export declare const VertexViewerTransformWidget: (props: any) => any;
|
|
38
|
+
export declare const VertexViewerViewCube: (props: any) => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/viewer-vue",
|
|
3
|
-
"version": "0.18.2-
|
|
3
|
+
"version": "0.18.2-testing.0",
|
|
4
4
|
"description": "Vue bindings for the Vertex Viewer SDK.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test:coverage": "echo 'No unit tests defined'"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@vertexvis/viewer": "0.18.2-
|
|
36
|
+
"@vertexvis/viewer": "0.18.2-testing.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"tslib": ">=2.1.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "d91051fe8a6d2bef08e8a36c7eee2506c6564c5a"
|
|
48
48
|
}
|