@bimdata/viewer 1.9.0-rc.56 → 1.9.0-rc.59
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/bimdata-viewer.esm.min.js +7 -7
- package/dist/bimdata-viewer.min.js +7 -7
- package/index.d.ts +2 -10
- package/package.json +3 -2
package/index.d.ts
CHANGED
|
@@ -322,6 +322,7 @@ declare namespace BDV {
|
|
|
322
322
|
interface StateModel {
|
|
323
323
|
id: number;
|
|
324
324
|
type: ModelType;
|
|
325
|
+
status: ModelStatus;
|
|
325
326
|
structure: Object;
|
|
326
327
|
objects: StateObject[];
|
|
327
328
|
uuids: Map<string, StateObject>;
|
|
@@ -359,16 +360,7 @@ declare namespace BDV {
|
|
|
359
360
|
space: StateObject;
|
|
360
361
|
}
|
|
361
362
|
|
|
362
|
-
|
|
363
|
-
id: number;
|
|
364
|
-
name: string;
|
|
365
|
-
status: ProjectModelStatus;
|
|
366
|
-
preview: string;
|
|
367
|
-
loading: boolean;
|
|
368
|
-
loaded: boolean;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
type ProjectModelStatus = "C" | "E" | "P" | "I";
|
|
363
|
+
type ModelStatus = "C" | "E" | "P" | "I";
|
|
372
364
|
|
|
373
365
|
interface VueInstance {
|
|
374
366
|
$t(message: string): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bimdata/viewer",
|
|
3
|
-
"version": "1.9.0-rc.
|
|
3
|
+
"version": "1.9.0-rc.59",
|
|
4
4
|
"description": "A customizable BIM viewer.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bim",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@bimdata/areas": "0.5.0",
|
|
46
46
|
"@bimdata/bimdata-api-client": "7.4.1",
|
|
47
47
|
"@bimdata/color-picker": "0.0.3",
|
|
48
|
-
"@bimdata/design-system": "1.2.0-rc.
|
|
48
|
+
"@bimdata/design-system": "1.2.0-rc.32",
|
|
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",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"@semantic-release/release-notes-generator": "^10.0.2",
|
|
63
63
|
"@vue/test-utils": "1.2.2",
|
|
64
64
|
"@xeokit/xeokit-sdk": "git+https://git@github.com/Amoki/xeokit-sdk.git#b0e7759c68625da822ff81d8ca859f17998071b4",
|
|
65
|
+
"async": "^3.2.3",
|
|
65
66
|
"autoprefixer": "^10.4.2",
|
|
66
67
|
"babel-core": "^7.0.0-bridge.0",
|
|
67
68
|
"babel-jest": "^27.2.4",
|