@vertexvis/viewer-toolkit-react 0.0.6-canary.4 → 0.0.6-canary.5
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.
|
@@ -4,7 +4,8 @@ export interface VertexSceneTreeCustomColumnProps {
|
|
|
4
4
|
expandToggle?: boolean;
|
|
5
5
|
visibilityToggle?: boolean;
|
|
6
6
|
isolateButton?: boolean;
|
|
7
|
+
modelViewsButton?: boolean;
|
|
7
8
|
initialWidth?: number;
|
|
8
9
|
minWidth?: number;
|
|
9
10
|
}
|
|
10
|
-
export declare const VertexSceneTreeCustomColumn: ({ label, rowDataBinding, expandToggle, visibilityToggle, isolateButton, initialWidth, minWidth, }: VertexSceneTreeCustomColumnProps) => JSX.Element;
|
|
11
|
+
export declare const VertexSceneTreeCustomColumn: ({ label, rowDataBinding, expandToggle, visibilityToggle, isolateButton, modelViewsButton, initialWidth, minWidth, }: VertexSceneTreeCustomColumnProps) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/viewer-toolkit-react",
|
|
3
|
-
"version": "0.0.6-canary.
|
|
3
|
+
"version": "0.0.6-canary.5",
|
|
4
4
|
"description": "Components for common Vertex viewer usage patterns.",
|
|
5
5
|
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
|
|
6
6
|
"repository": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@vertexvis/tailwind-config": "^0.1.3",
|
|
58
58
|
"@vertexvis/ui-react": "^0.1.4",
|
|
59
59
|
"@vertexvis/viewer-react": "0.24.3-canary.13",
|
|
60
|
-
"@vertexwebtoolkit/build": "^0.0.6-canary.
|
|
60
|
+
"@vertexwebtoolkit/build": "^0.0.6-canary.5",
|
|
61
61
|
"autoprefixer": "^10.4.20",
|
|
62
62
|
"chance": "^1.1.13",
|
|
63
63
|
"eslint": "8.49.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"react-dom": ">=16.3.0 <19.0.0",
|
|
89
89
|
"tslib": ">=2.1.0"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "001bc2aa3b3076b7c1dbbe867d021d4eff3f5678"
|
|
92
92
|
}
|