@bimdata/viewer 2.3.0-beta.2 → 2.3.0-beta.21

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/index.d.ts CHANGED
@@ -74,7 +74,7 @@ declare namespace BDV {
74
74
 
75
75
  offline?: {
76
76
  enabled: boolean;
77
- data: string;
77
+ data: string | Blob;
78
78
  };
79
79
  }
80
80
 
@@ -102,10 +102,13 @@ declare namespace BDV {
102
102
  help?: boolean;
103
103
  modelLoader?: "hidden" | "disabled";
104
104
  };
105
+ firstPersonView?: boolean;
105
106
  fullscreen?: boolean;
106
107
  ged?: boolean;
107
108
  measure2d?: boolean;
108
109
  measure3d?: boolean;
110
+ metaBuildingStructure?: boolean;
111
+ miniMap2d?: boolean;
109
112
  navigationVersionsModel?: boolean;
110
113
  pdf?: boolean;
111
114
  pdfExport?: boolean;
@@ -126,7 +129,6 @@ declare namespace BDV {
126
129
  pivotMarker?: boolean;
127
130
  };
128
131
  pointCloudParameters?: boolean;
129
- projection?: boolean;
130
132
  properties?:
131
133
  | boolean
132
134
  | {
@@ -154,7 +156,6 @@ declare namespace BDV {
154
156
  translateIfcEntities?: boolean;
155
157
  customTranslations?: Object;
156
158
  };
157
- switch?: boolean;
158
159
  synchronization?: boolean;
159
160
  viewer2d?:
160
161
  | boolean
@@ -183,5 +184,8 @@ declare namespace BDV {
183
184
  };
184
185
  "viewer3d-parameters"?: boolean;
185
186
  "window-manager"?: boolean;
187
+ "window-selector"?: boolean;
188
+ "zone-editor"?: boolean;
189
+ "zone-editor-button"?: boolean;
186
190
  }
187
191
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bimdata/viewer",
3
3
  "type": "module",
4
- "version": "2.3.0-beta.2",
4
+ "version": "2.3.0-beta.21",
5
5
  "description": "A customizable BIM viewer.",
6
6
  "keywords": [
7
7
  "bim",
@@ -53,7 +53,7 @@
53
53
  "@bimdata/2d-engine": "2.4.0",
54
54
  "@bimdata/areas-next": "0.1.15",
55
55
  "@bimdata/bcf-components": "6.2.1",
56
- "@bimdata/components": "1.4.8",
56
+ "@bimdata/components": "1.5.0",
57
57
  "@bimdata/design-system": "2.1.0-rc.24",
58
58
  "@bimdata/typescript-fetch-api-client": "10.1.0",
59
59
  "@rollup/plugin-alias": "5.1.0",