@mappedin/viewer 0.30.3 → 0.30.4
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/CHANGELOG.md +7 -0
- package/dist/index.js +35668 -35000
- package/dist/types/src/stores/root-store/index.d.ts +3 -2
- package/package.json +2 -2
|
@@ -101,9 +101,10 @@ declare class RootStore {
|
|
|
101
101
|
get isAccessible(): boolean;
|
|
102
102
|
get isOutdoorsVisible(): boolean;
|
|
103
103
|
get exteriorDoors(): {
|
|
104
|
-
"__#
|
|
104
|
+
"__#13@#private": any;
|
|
105
105
|
readonly __type: "door";
|
|
106
106
|
readonly name: string;
|
|
107
|
+
readonly externalId: string;
|
|
107
108
|
readonly description: string;
|
|
108
109
|
readonly images: import("@mappedin/mvf").Image[];
|
|
109
110
|
readonly floor: Floor;
|
|
@@ -122,7 +123,7 @@ declare class RootStore {
|
|
|
122
123
|
destroy(): void;
|
|
123
124
|
readonly id: string;
|
|
124
125
|
links: {
|
|
125
|
-
"__#
|
|
126
|
+
"__#20@#private": any;
|
|
126
127
|
readonly url: string;
|
|
127
128
|
readonly name: string | undefined;
|
|
128
129
|
toJSON(): {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mappedin/viewer",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"browser": "./dist/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ladle/react": "^2.17.2",
|
|
21
|
-
"@mappedin/mappedin-js": "6.0.1-canary-
|
|
21
|
+
"@mappedin/mappedin-js": "6.0.1-canary-v6-b12c4c9.276",
|
|
22
22
|
"@mappedin/mvf": "2.0.1-b2558fc.0",
|
|
23
23
|
"@mappedin/self-serve-icons": "1.57.0-beta.1729531824",
|
|
24
24
|
"@testing-library/jest-dom": "^6.6.2",
|