@bimdata/viewer 1.9.0-rc.41 → 1.9.0-rc.45

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
@@ -336,6 +336,17 @@ declare namespace BDV {
336
336
  uuids: Map<string, StateObject>;
337
337
  }
338
338
 
339
+ interface ProjectModel {
340
+ id: number;
341
+ name: string;
342
+ status: ProjectModelStatus;
343
+ preview: string;
344
+ loading: boolean;
345
+ loaded: boolean;
346
+ }
347
+
348
+ type ProjectModelStatus = "C" | "E" | "P" | "I";
349
+
339
350
  interface VueInstance {
340
351
  $t(message: string): string;
341
352
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/viewer",
3
- "version": "1.9.0-rc.41",
3
+ "version": "1.9.0-rc.45",
4
4
  "description": "A customizable BIM viewer.",
5
5
  "keywords": [
6
6
  "bim",
@@ -43,9 +43,9 @@
43
43
  "@babel/preset-env": "^7.15.6",
44
44
  "@bimdata/2d-engine": "1.7.0",
45
45
  "@bimdata/areas": "0.5.0",
46
- "@bimdata/bimdata-api-client": "6.22.2",
46
+ "@bimdata/bimdata-api-client": "6.23.1",
47
47
  "@bimdata/color-picker": "0.0.3",
48
- "@bimdata/design-system": "1.2.0-rc.20",
48
+ "@bimdata/design-system": "1.2.0-rc.22",
49
49
  "@johmun/vue-tags-input": "^2.1.0",
50
50
  "@rollup/plugin-alias": "3.1.5",
51
51
  "@rollup/plugin-babel": "^5.3.0",