@mappedin/viewer 0.45.1-ccfa81d.0 → 0.45.1-ea1d8f9.0
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.
|
@@ -148,10 +148,12 @@ declare class RootStore {
|
|
|
148
148
|
readonly focusTarget: Coordinate;
|
|
149
149
|
readonly anchorTarget: Coordinate;
|
|
150
150
|
toJSON(): {
|
|
151
|
+
__type: string;
|
|
151
152
|
id: string;
|
|
152
153
|
name: string;
|
|
153
154
|
floor: string;
|
|
154
155
|
center: {
|
|
156
|
+
__type: string;
|
|
155
157
|
latitude: number;
|
|
156
158
|
longitude: number;
|
|
157
159
|
floor: string | undefined;
|
|
@@ -165,10 +167,12 @@ declare class RootStore {
|
|
|
165
167
|
readonly description: string;
|
|
166
168
|
readonly images: {
|
|
167
169
|
"__#25@#private": any;
|
|
170
|
+
readonly __type: "image";
|
|
168
171
|
readonly url: string | undefined;
|
|
169
172
|
readonly name: string | undefined;
|
|
170
173
|
readonly altText: string | undefined;
|
|
171
174
|
toJSON(): {
|
|
175
|
+
__type: string;
|
|
172
176
|
id: string;
|
|
173
177
|
url: string | undefined;
|
|
174
178
|
name: string | undefined;
|
|
@@ -178,9 +182,11 @@ declare class RootStore {
|
|
|
178
182
|
}[];
|
|
179
183
|
readonly links: {
|
|
180
184
|
"__#24@#private": any;
|
|
185
|
+
readonly __type: "hyperlink";
|
|
181
186
|
readonly url: string;
|
|
182
187
|
readonly name: string | undefined;
|
|
183
188
|
toJSON(): {
|
|
189
|
+
__type: string;
|
|
184
190
|
id: string;
|
|
185
191
|
url: string;
|
|
186
192
|
name: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mappedin/viewer",
|
|
3
|
-
"version": "0.45.1-
|
|
3
|
+
"version": "0.45.1-ea1d8f9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"browser": "./dist/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ladle/react": "^2.17.2",
|
|
21
|
-
"@mappedin/dynamic-focus": "6.0.1-canary-v6-
|
|
22
|
-
"@mappedin/mappedin-js": "6.0.1-canary-v6-
|
|
21
|
+
"@mappedin/dynamic-focus": "6.0.1-canary-v6-SDKS-2742.9.88f87ec3.691",
|
|
22
|
+
"@mappedin/mappedin-js": "6.0.1-canary-v6-SDKS-2742.9.88f87ec3.691",
|
|
23
23
|
"@mappedin/mvf": "3.0.0-69b7308.0",
|
|
24
24
|
"@mappedin/self-serve-icons": "1.94.0-beta.1749052502",
|
|
25
25
|
"@testing-library/jest-dom": "^6.6.2",
|