@realsee/dnalogel 3.0.1 → 3.1.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.
- package/dist/floorplan/Components/MissingFloor.svelte.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -0
- package/dist/floorplan/typings/index.d.ts +15 -0
- package/dist/index.cjs.js +62 -62
- package/dist/index.js +6654 -6294
- package/dist/index.umd.js +48 -48
- package/dist/shared-utils/filter.d.ts +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/Components/CurrentFloor.js +423 -214
- package/libs/floorplan/Components/Main.js +205 -271
- package/libs/floorplan/Components/MissingFloor.js +99 -0
- package/libs/floorplan/Components/MissingFloor.svelte.d.ts +1 -0
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -0
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +74 -66
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +9 -8
- package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -0
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +108 -101
- package/libs/floorplan/ModelFloorplanPlugin/index.js +9 -8
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +88 -68
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +199 -127
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +110 -100
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +15 -14
- package/libs/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +2 -0
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -0
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +118 -110
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +9 -8
- package/libs/floorplan/typings/index.d.ts +15 -0
- package/libs/index.js +122 -121
- package/libs/shared-utils/filter.d.ts +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,427 +1,360 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import { fade as
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function te(a) {
|
|
7
|
-
W(a, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
|
|
1
|
+
import { SvelteComponent as B, init as M, safe_not_equal as S, append_styles as j, empty as y, insert as U, transition_in as g, transition_out as u, check_outros as V, detach as q, element as z, attr as G, group_outros as w, add_render_callback as H, create_in_transition as J, identity as K, destroy_each as O, assign as Q, create_component as W, mount_component as X, get_spread_update as Y, destroy_component as Z } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { fade as x } from "../../vendor/svelte/transition/index.js";
|
|
3
|
+
import { CurrentFloor as p } from "./CurrentFloor.js";
|
|
4
|
+
function $(n) {
|
|
5
|
+
j(n, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
|
|
8
6
|
}
|
|
9
|
-
function
|
|
10
|
-
const t =
|
|
11
|
-
return t[
|
|
7
|
+
function F(n, l, o) {
|
|
8
|
+
const t = n.slice();
|
|
9
|
+
return t[22] = l[o], t;
|
|
12
10
|
}
|
|
13
|
-
function
|
|
14
|
-
let
|
|
11
|
+
function N(n) {
|
|
12
|
+
let l, o, t, i = (
|
|
15
13
|
/*floorplanData*/
|
|
16
|
-
|
|
17
|
-
),
|
|
18
|
-
for (let
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
|
|
14
|
+
n[13].floorDatas
|
|
15
|
+
), e = [];
|
|
16
|
+
for (let r = 0; r < i.length; r += 1)
|
|
17
|
+
e[r] = P(F(n, i, r));
|
|
18
|
+
const b = (r) => u(e[r], 1, 1, () => {
|
|
19
|
+
e[r] = null;
|
|
22
20
|
});
|
|
23
|
-
let u = (
|
|
24
|
-
/*cameraEnable*/
|
|
25
|
-
a[5] && S(a)
|
|
26
|
-
), g = (
|
|
27
|
-
/*compassEnable*/
|
|
28
|
-
a[8] && j(a)
|
|
29
|
-
);
|
|
30
21
|
return {
|
|
31
22
|
c() {
|
|
32
|
-
|
|
33
|
-
for (let
|
|
34
|
-
|
|
35
|
-
|
|
23
|
+
l = z("div");
|
|
24
|
+
for (let r = 0; r < e.length; r += 1)
|
|
25
|
+
e[r].c();
|
|
26
|
+
G(l, "class", "floorplan-main svelte-86bqav");
|
|
36
27
|
},
|
|
37
|
-
m(
|
|
38
|
-
|
|
39
|
-
for (let m = 0; m <
|
|
40
|
-
|
|
41
|
-
|
|
28
|
+
m(r, f) {
|
|
29
|
+
U(r, l, f);
|
|
30
|
+
for (let m = 0; m < e.length; m += 1)
|
|
31
|
+
e[m] && e[m].m(l, null);
|
|
32
|
+
t = !0;
|
|
42
33
|
},
|
|
43
|
-
p(
|
|
44
|
-
if (
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
34
|
+
p(r, f) {
|
|
35
|
+
if (n = r, f & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, floorIndex*/
|
|
36
|
+
4194300) {
|
|
37
|
+
i = /*floorplanData*/
|
|
38
|
+
n[13].floorDatas;
|
|
48
39
|
let m;
|
|
49
|
-
for (m = 0; m <
|
|
50
|
-
const
|
|
51
|
-
|
|
40
|
+
for (m = 0; m < i.length; m += 1) {
|
|
41
|
+
const h = F(n, i, m);
|
|
42
|
+
e[m] ? (e[m].p(h, f), g(e[m], 1)) : (e[m] = P(h), e[m].c(), g(e[m], 1), e[m].m(l, null));
|
|
52
43
|
}
|
|
53
|
-
for (
|
|
54
|
-
|
|
55
|
-
|
|
44
|
+
for (w(), m = i.length; m < e.length; m += 1)
|
|
45
|
+
b(m);
|
|
46
|
+
V();
|
|
56
47
|
}
|
|
57
|
-
/*cameraEnable*/
|
|
58
|
-
a[5] ? u ? (u.p(a, h), h & /*cameraEnable*/
|
|
59
|
-
32 && s(u, 1)) : (u = S(a), u.c(), s(u, 1), u.m(e, t)) : u && (D(), c(u, 1, 1, () => {
|
|
60
|
-
u = null;
|
|
61
|
-
}), d()), /*compassEnable*/
|
|
62
|
-
a[8] ? g ? (g.p(a, h), h & /*compassEnable*/
|
|
63
|
-
256 && s(g, 1)) : (g = j(a), g.c(), s(g, 1), g.m(e, null)) : g && (D(), c(g, 1, 1, () => {
|
|
64
|
-
g = null;
|
|
65
|
-
}), d());
|
|
66
48
|
},
|
|
67
|
-
i(
|
|
68
|
-
if (!
|
|
69
|
-
for (let
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
49
|
+
i(r) {
|
|
50
|
+
if (!t) {
|
|
51
|
+
for (let f = 0; f < i.length; f += 1)
|
|
52
|
+
g(e[f]);
|
|
53
|
+
o || H(() => {
|
|
54
|
+
o = J(l, x, {
|
|
73
55
|
duration: (
|
|
74
56
|
/*duration*/
|
|
75
|
-
|
|
57
|
+
n[0]
|
|
76
58
|
),
|
|
77
|
-
easing:
|
|
78
|
-
}),
|
|
79
|
-
}),
|
|
59
|
+
easing: K
|
|
60
|
+
}), o.start();
|
|
61
|
+
}), t = !0;
|
|
80
62
|
}
|
|
81
63
|
},
|
|
82
|
-
o(
|
|
83
|
-
|
|
84
|
-
for (let
|
|
85
|
-
|
|
86
|
-
|
|
64
|
+
o(r) {
|
|
65
|
+
e = e.filter(Boolean);
|
|
66
|
+
for (let f = 0; f < e.length; f += 1)
|
|
67
|
+
u(e[f]);
|
|
68
|
+
t = !1;
|
|
87
69
|
},
|
|
88
|
-
d(
|
|
89
|
-
|
|
70
|
+
d(r) {
|
|
71
|
+
r && q(l), O(e, r);
|
|
90
72
|
}
|
|
91
73
|
};
|
|
92
74
|
}
|
|
93
|
-
function
|
|
94
|
-
let
|
|
75
|
+
function P(n) {
|
|
76
|
+
let l, o;
|
|
95
77
|
const t = [
|
|
96
78
|
{
|
|
97
79
|
hoverEnable: (
|
|
98
80
|
/*hoverEnable*/
|
|
99
|
-
|
|
81
|
+
n[6]
|
|
100
82
|
),
|
|
101
83
|
highlightEnable: (
|
|
102
84
|
/*highlightEnable*/
|
|
103
|
-
|
|
85
|
+
n[7]
|
|
104
86
|
),
|
|
105
87
|
floorplanData: (
|
|
106
88
|
/*floorplanData*/
|
|
107
|
-
|
|
89
|
+
n[13]
|
|
108
90
|
),
|
|
109
91
|
getRoomAreaText: (
|
|
110
92
|
/*getRoomAreaText*/
|
|
111
|
-
|
|
93
|
+
n[16]
|
|
112
94
|
),
|
|
113
95
|
getLabelElement: (
|
|
114
96
|
/*getLabelElement*/
|
|
115
|
-
|
|
97
|
+
n[17]
|
|
116
98
|
),
|
|
117
99
|
getRuleDistanceText: (
|
|
118
100
|
/*getRuleDistanceText*/
|
|
119
|
-
|
|
101
|
+
n[18]
|
|
120
102
|
),
|
|
121
103
|
roomLabelsEnable: (
|
|
122
104
|
/*roomLabelsEnable*/
|
|
123
|
-
|
|
105
|
+
n[9]
|
|
124
106
|
),
|
|
125
107
|
roomAreaEnable: (
|
|
126
108
|
/*roomAreaEnable*/
|
|
127
|
-
|
|
109
|
+
n[10]
|
|
128
110
|
),
|
|
129
111
|
roomNameEnable: (
|
|
130
112
|
/*roomNameEnable*/
|
|
131
|
-
|
|
113
|
+
n[11]
|
|
132
114
|
),
|
|
133
115
|
ruleLabelsEnable: (
|
|
134
116
|
/*ruleLabelsEnable*/
|
|
135
|
-
|
|
117
|
+
n[12]
|
|
136
118
|
),
|
|
137
119
|
adaptiveRoomLabelVisibleEnable: (
|
|
138
120
|
/*adaptiveRoomLabelVisibleEnable*/
|
|
139
|
-
|
|
121
|
+
n[19]
|
|
140
122
|
),
|
|
141
123
|
highlightData: (
|
|
142
124
|
/*highlightData*/
|
|
143
|
-
|
|
125
|
+
n[20]
|
|
126
|
+
),
|
|
127
|
+
missingFloorConfig: (
|
|
128
|
+
/*missingFloorConfig*/
|
|
129
|
+
n[21]
|
|
130
|
+
),
|
|
131
|
+
panoIndex: (
|
|
132
|
+
/*panoIndex*/
|
|
133
|
+
n[3]
|
|
134
|
+
),
|
|
135
|
+
cameraEnable: (
|
|
136
|
+
/*cameraEnable*/
|
|
137
|
+
n[5]
|
|
138
|
+
),
|
|
139
|
+
cameraImageUrl: (
|
|
140
|
+
/*cameraImageUrl*/
|
|
141
|
+
n[15]
|
|
142
|
+
),
|
|
143
|
+
lastPanoramaLongitude: (
|
|
144
|
+
/*lastPanoramaLongitude*/
|
|
145
|
+
n[14]
|
|
146
|
+
),
|
|
147
|
+
compassEnable: (
|
|
148
|
+
/*compassEnable*/
|
|
149
|
+
n[8]
|
|
150
|
+
),
|
|
151
|
+
northDesc: (
|
|
152
|
+
/*northDesc*/
|
|
153
|
+
n[2]
|
|
144
154
|
)
|
|
145
155
|
},
|
|
146
156
|
{
|
|
147
157
|
floorIndex: (
|
|
148
158
|
/*floorData*/
|
|
149
|
-
|
|
159
|
+
n[22].floorIndex
|
|
150
160
|
)
|
|
151
161
|
},
|
|
152
162
|
{
|
|
153
163
|
isCurrent: (
|
|
154
164
|
/*floorData*/
|
|
155
|
-
|
|
156
|
-
|
|
165
|
+
n[22].floorIndex === /*floorIndex*/
|
|
166
|
+
n[4]
|
|
157
167
|
)
|
|
158
168
|
}
|
|
159
169
|
];
|
|
160
|
-
let
|
|
161
|
-
for (let
|
|
162
|
-
|
|
163
|
-
return
|
|
170
|
+
let i = {};
|
|
171
|
+
for (let e = 0; e < t.length; e += 1)
|
|
172
|
+
i = Q(i, t[e]);
|
|
173
|
+
return l = new p({ props: i }), {
|
|
164
174
|
c() {
|
|
165
|
-
|
|
175
|
+
W(l.$$.fragment);
|
|
166
176
|
},
|
|
167
|
-
m(
|
|
168
|
-
|
|
177
|
+
m(e, b) {
|
|
178
|
+
X(l, e, b), o = !0;
|
|
169
179
|
},
|
|
170
|
-
p(
|
|
171
|
-
const
|
|
172
|
-
|
|
173
|
-
b & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData*/
|
|
174
|
-
|
|
180
|
+
p(e, b) {
|
|
181
|
+
const r = b & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, floorIndex*/
|
|
182
|
+
4194300 ? Y(t, [
|
|
183
|
+
b & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc*/
|
|
184
|
+
4194284 && {
|
|
175
185
|
hoverEnable: (
|
|
176
186
|
/*hoverEnable*/
|
|
177
|
-
|
|
187
|
+
e[6]
|
|
178
188
|
),
|
|
179
189
|
highlightEnable: (
|
|
180
190
|
/*highlightEnable*/
|
|
181
|
-
|
|
191
|
+
e[7]
|
|
182
192
|
),
|
|
183
193
|
floorplanData: (
|
|
184
194
|
/*floorplanData*/
|
|
185
|
-
|
|
195
|
+
e[13]
|
|
186
196
|
),
|
|
187
197
|
getRoomAreaText: (
|
|
188
198
|
/*getRoomAreaText*/
|
|
189
|
-
|
|
199
|
+
e[16]
|
|
190
200
|
),
|
|
191
201
|
getLabelElement: (
|
|
192
202
|
/*getLabelElement*/
|
|
193
|
-
|
|
203
|
+
e[17]
|
|
194
204
|
),
|
|
195
205
|
getRuleDistanceText: (
|
|
196
206
|
/*getRuleDistanceText*/
|
|
197
|
-
|
|
207
|
+
e[18]
|
|
198
208
|
),
|
|
199
209
|
roomLabelsEnable: (
|
|
200
210
|
/*roomLabelsEnable*/
|
|
201
|
-
|
|
211
|
+
e[9]
|
|
202
212
|
),
|
|
203
213
|
roomAreaEnable: (
|
|
204
214
|
/*roomAreaEnable*/
|
|
205
|
-
|
|
215
|
+
e[10]
|
|
206
216
|
),
|
|
207
217
|
roomNameEnable: (
|
|
208
218
|
/*roomNameEnable*/
|
|
209
|
-
|
|
219
|
+
e[11]
|
|
210
220
|
),
|
|
211
221
|
ruleLabelsEnable: (
|
|
212
222
|
/*ruleLabelsEnable*/
|
|
213
|
-
|
|
223
|
+
e[12]
|
|
214
224
|
),
|
|
215
225
|
adaptiveRoomLabelVisibleEnable: (
|
|
216
226
|
/*adaptiveRoomLabelVisibleEnable*/
|
|
217
|
-
|
|
227
|
+
e[19]
|
|
218
228
|
),
|
|
219
229
|
highlightData: (
|
|
220
230
|
/*highlightData*/
|
|
221
|
-
|
|
231
|
+
e[20]
|
|
232
|
+
),
|
|
233
|
+
missingFloorConfig: (
|
|
234
|
+
/*missingFloorConfig*/
|
|
235
|
+
e[21]
|
|
236
|
+
),
|
|
237
|
+
panoIndex: (
|
|
238
|
+
/*panoIndex*/
|
|
239
|
+
e[3]
|
|
240
|
+
),
|
|
241
|
+
cameraEnable: (
|
|
242
|
+
/*cameraEnable*/
|
|
243
|
+
e[5]
|
|
244
|
+
),
|
|
245
|
+
cameraImageUrl: (
|
|
246
|
+
/*cameraImageUrl*/
|
|
247
|
+
e[15]
|
|
248
|
+
),
|
|
249
|
+
lastPanoramaLongitude: (
|
|
250
|
+
/*lastPanoramaLongitude*/
|
|
251
|
+
e[14]
|
|
252
|
+
),
|
|
253
|
+
compassEnable: (
|
|
254
|
+
/*compassEnable*/
|
|
255
|
+
e[8]
|
|
256
|
+
),
|
|
257
|
+
northDesc: (
|
|
258
|
+
/*northDesc*/
|
|
259
|
+
e[2]
|
|
222
260
|
)
|
|
223
261
|
},
|
|
224
262
|
b & /*floorplanData*/
|
|
225
263
|
8192 && {
|
|
226
264
|
floorIndex: (
|
|
227
265
|
/*floorData*/
|
|
228
|
-
|
|
266
|
+
e[22].floorIndex
|
|
229
267
|
)
|
|
230
268
|
},
|
|
231
269
|
b & /*floorplanData, floorIndex*/
|
|
232
270
|
8208 && {
|
|
233
271
|
isCurrent: (
|
|
234
272
|
/*floorData*/
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
)
|
|
238
|
-
}
|
|
239
|
-
]) : {};
|
|
240
|
-
e.$set(i);
|
|
241
|
-
},
|
|
242
|
-
i(l) {
|
|
243
|
-
n || (s(e.$$.fragment, l), n = !0);
|
|
244
|
-
},
|
|
245
|
-
o(l) {
|
|
246
|
-
c(e.$$.fragment, l), n = !1;
|
|
247
|
-
},
|
|
248
|
-
d(l) {
|
|
249
|
-
R(e, l);
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
}
|
|
253
|
-
function S(a) {
|
|
254
|
-
let e, n;
|
|
255
|
-
const t = [
|
|
256
|
-
{
|
|
257
|
-
panoIndex: (
|
|
258
|
-
/*panoIndex*/
|
|
259
|
-
a[3]
|
|
260
|
-
),
|
|
261
|
-
floorplanData: (
|
|
262
|
-
/*floorplanData*/
|
|
263
|
-
a[13]
|
|
264
|
-
),
|
|
265
|
-
lastPanoramaLongitude: (
|
|
266
|
-
/*lastPanoramaLongitude*/
|
|
267
|
-
a[14]
|
|
268
|
-
),
|
|
269
|
-
cameraImageUrl: (
|
|
270
|
-
/*cameraImageUrl*/
|
|
271
|
-
a[15]
|
|
272
|
-
)
|
|
273
|
-
}
|
|
274
|
-
];
|
|
275
|
-
let r = {};
|
|
276
|
-
for (let l = 0; l < t.length; l += 1)
|
|
277
|
-
r = H(r, t[l]);
|
|
278
|
-
return e = new le({ props: r }), {
|
|
279
|
-
c() {
|
|
280
|
-
L(e.$$.fragment);
|
|
281
|
-
},
|
|
282
|
-
m(l, b) {
|
|
283
|
-
I(e, l, b), n = !0;
|
|
284
|
-
},
|
|
285
|
-
p(l, b) {
|
|
286
|
-
const i = b & /*panoIndex, floorplanData, lastPanoramaLongitude, cameraImageUrl*/
|
|
287
|
-
57352 ? J(t, [
|
|
288
|
-
{
|
|
289
|
-
panoIndex: (
|
|
290
|
-
/*panoIndex*/
|
|
291
|
-
l[3]
|
|
292
|
-
),
|
|
293
|
-
floorplanData: (
|
|
294
|
-
/*floorplanData*/
|
|
295
|
-
l[13]
|
|
296
|
-
),
|
|
297
|
-
lastPanoramaLongitude: (
|
|
298
|
-
/*lastPanoramaLongitude*/
|
|
299
|
-
l[14]
|
|
300
|
-
),
|
|
301
|
-
cameraImageUrl: (
|
|
302
|
-
/*cameraImageUrl*/
|
|
303
|
-
l[15]
|
|
273
|
+
e[22].floorIndex === /*floorIndex*/
|
|
274
|
+
e[4]
|
|
304
275
|
)
|
|
305
276
|
}
|
|
306
277
|
]) : {};
|
|
307
|
-
|
|
308
|
-
},
|
|
309
|
-
i(l) {
|
|
310
|
-
n || (s(e.$$.fragment, l), n = !0);
|
|
311
|
-
},
|
|
312
|
-
o(l) {
|
|
313
|
-
c(e.$$.fragment, l), n = !1;
|
|
314
|
-
},
|
|
315
|
-
d(l) {
|
|
316
|
-
R(e, l);
|
|
317
|
-
}
|
|
318
|
-
};
|
|
319
|
-
}
|
|
320
|
-
function j(a) {
|
|
321
|
-
let e, n;
|
|
322
|
-
return e = new ae({
|
|
323
|
-
props: {
|
|
324
|
-
floorplanData: (
|
|
325
|
-
/*floorplanData*/
|
|
326
|
-
a[13]
|
|
327
|
-
),
|
|
328
|
-
northDesc: (
|
|
329
|
-
/*northDesc*/
|
|
330
|
-
a[2]
|
|
331
|
-
)
|
|
332
|
-
}
|
|
333
|
-
}), {
|
|
334
|
-
c() {
|
|
335
|
-
L(e.$$.fragment);
|
|
278
|
+
l.$set(r);
|
|
336
279
|
},
|
|
337
|
-
|
|
338
|
-
|
|
280
|
+
i(e) {
|
|
281
|
+
o || (g(l.$$.fragment, e), o = !0);
|
|
339
282
|
},
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
r & /*floorplanData*/
|
|
343
|
-
8192 && (l.floorplanData = /*floorplanData*/
|
|
344
|
-
t[13]), r & /*northDesc*/
|
|
345
|
-
4 && (l.northDesc = /*northDesc*/
|
|
346
|
-
t[2]), e.$set(l);
|
|
283
|
+
o(e) {
|
|
284
|
+
u(l.$$.fragment, e), o = !1;
|
|
347
285
|
},
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
},
|
|
351
|
-
o(t) {
|
|
352
|
-
c(e.$$.fragment, t), n = !1;
|
|
353
|
-
},
|
|
354
|
-
d(t) {
|
|
355
|
-
R(e, t);
|
|
286
|
+
d(e) {
|
|
287
|
+
Z(l, e);
|
|
356
288
|
}
|
|
357
289
|
};
|
|
358
290
|
}
|
|
359
|
-
function
|
|
360
|
-
let
|
|
291
|
+
function ee(n) {
|
|
292
|
+
let l, o, t = (
|
|
361
293
|
/*visible*/
|
|
362
|
-
|
|
294
|
+
n[1] && N(n)
|
|
363
295
|
);
|
|
364
296
|
return {
|
|
365
297
|
c() {
|
|
366
|
-
t && t.c(),
|
|
298
|
+
t && t.c(), l = y();
|
|
367
299
|
},
|
|
368
|
-
m(
|
|
369
|
-
t && t.m(
|
|
300
|
+
m(i, e) {
|
|
301
|
+
t && t.m(i, e), U(i, l, e), o = !0;
|
|
370
302
|
},
|
|
371
|
-
p(
|
|
303
|
+
p(i, [e]) {
|
|
372
304
|
/*visible*/
|
|
373
|
-
|
|
374
|
-
2 &&
|
|
305
|
+
i[1] ? t ? (t.p(i, e), e & /*visible*/
|
|
306
|
+
2 && g(t, 1)) : (t = N(i), t.c(), g(t, 1), t.m(l.parentNode, l)) : t && (w(), u(t, 1, 1, () => {
|
|
375
307
|
t = null;
|
|
376
|
-
}),
|
|
308
|
+
}), V());
|
|
377
309
|
},
|
|
378
|
-
i(
|
|
379
|
-
|
|
310
|
+
i(i) {
|
|
311
|
+
o || (g(t), o = !0);
|
|
380
312
|
},
|
|
381
|
-
o(
|
|
382
|
-
|
|
313
|
+
o(i) {
|
|
314
|
+
u(t), o = !1;
|
|
383
315
|
},
|
|
384
|
-
d(
|
|
385
|
-
t && t.d(
|
|
316
|
+
d(i) {
|
|
317
|
+
t && t.d(i), i && q(l);
|
|
386
318
|
}
|
|
387
319
|
};
|
|
388
320
|
}
|
|
389
|
-
function
|
|
390
|
-
let { duration: t = 0 } =
|
|
391
|
-
return
|
|
392
|
-
"duration" in
|
|
321
|
+
function le(n, l, o) {
|
|
322
|
+
let { duration: t = 0 } = l, { visible: i } = l, { northDesc: e } = l, { panoIndex: b } = l, { floorIndex: r } = l, { cameraEnable: f } = l, { hoverEnable: m } = l, { highlightEnable: h } = l, { compassEnable: E } = l, { roomLabelsEnable: s } = l, { roomAreaEnable: c } = l, { roomNameEnable: _ } = l, { ruleLabelsEnable: d } = l, { floorplanData: L } = l, { lastPanoramaLongitude: D } = l, { cameraImageUrl: I } = l, { getRoomAreaText: R } = l, { getLabelElement: A } = l, { getRuleDistanceText: T } = l, { adaptiveRoomLabelVisibleEnable: C } = l, { highlightData: v } = l, { missingFloorConfig: k } = l;
|
|
323
|
+
return n.$$set = (a) => {
|
|
324
|
+
"duration" in a && o(0, t = a.duration), "visible" in a && o(1, i = a.visible), "northDesc" in a && o(2, e = a.northDesc), "panoIndex" in a && o(3, b = a.panoIndex), "floorIndex" in a && o(4, r = a.floorIndex), "cameraEnable" in a && o(5, f = a.cameraEnable), "hoverEnable" in a && o(6, m = a.hoverEnable), "highlightEnable" in a && o(7, h = a.highlightEnable), "compassEnable" in a && o(8, E = a.compassEnable), "roomLabelsEnable" in a && o(9, s = a.roomLabelsEnable), "roomAreaEnable" in a && o(10, c = a.roomAreaEnable), "roomNameEnable" in a && o(11, _ = a.roomNameEnable), "ruleLabelsEnable" in a && o(12, d = a.ruleLabelsEnable), "floorplanData" in a && o(13, L = a.floorplanData), "lastPanoramaLongitude" in a && o(14, D = a.lastPanoramaLongitude), "cameraImageUrl" in a && o(15, I = a.cameraImageUrl), "getRoomAreaText" in a && o(16, R = a.getRoomAreaText), "getLabelElement" in a && o(17, A = a.getLabelElement), "getRuleDistanceText" in a && o(18, T = a.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in a && o(19, C = a.adaptiveRoomLabelVisibleEnable), "highlightData" in a && o(20, v = a.highlightData), "missingFloorConfig" in a && o(21, k = a.missingFloorConfig);
|
|
393
325
|
}, [
|
|
394
326
|
t,
|
|
395
|
-
r,
|
|
396
|
-
l,
|
|
397
|
-
b,
|
|
398
327
|
i,
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
328
|
+
e,
|
|
329
|
+
b,
|
|
330
|
+
r,
|
|
402
331
|
f,
|
|
403
|
-
h,
|
|
404
332
|
m,
|
|
333
|
+
h,
|
|
405
334
|
E,
|
|
335
|
+
s,
|
|
336
|
+
c,
|
|
337
|
+
_,
|
|
338
|
+
d,
|
|
339
|
+
L,
|
|
340
|
+
D,
|
|
341
|
+
I,
|
|
342
|
+
R,
|
|
406
343
|
A,
|
|
407
344
|
T,
|
|
408
|
-
k,
|
|
409
|
-
v,
|
|
410
|
-
N,
|
|
411
345
|
C,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
V
|
|
346
|
+
v,
|
|
347
|
+
k
|
|
415
348
|
];
|
|
416
349
|
}
|
|
417
|
-
class
|
|
418
|
-
constructor(
|
|
419
|
-
super(),
|
|
350
|
+
class te extends B {
|
|
351
|
+
constructor(l) {
|
|
352
|
+
super(), M(
|
|
420
353
|
this,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
354
|
+
l,
|
|
355
|
+
le,
|
|
356
|
+
ee,
|
|
357
|
+
S,
|
|
425
358
|
{
|
|
426
359
|
duration: 0,
|
|
427
360
|
visible: 1,
|
|
@@ -443,12 +376,13 @@ class ge extends K {
|
|
|
443
376
|
getLabelElement: 17,
|
|
444
377
|
getRuleDistanceText: 18,
|
|
445
378
|
adaptiveRoomLabelVisibleEnable: 19,
|
|
446
|
-
highlightData: 20
|
|
379
|
+
highlightData: 20,
|
|
380
|
+
missingFloorConfig: 21
|
|
447
381
|
},
|
|
448
|
-
|
|
382
|
+
$
|
|
449
383
|
);
|
|
450
384
|
}
|
|
451
385
|
}
|
|
452
386
|
export {
|
|
453
|
-
|
|
387
|
+
te as Main
|
|
454
388
|
};
|