js-cloudimage-360-view 4.0.0 → 4.1.1

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.
@@ -1,2111 +1,35 @@
1
- import './js-cloudimage-360-view.min.css';var De = Object.defineProperty;
2
- var Ne = (e, t, i) => t in e ? De(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
3
- var ee = (e, t, i) => Ne(e, typeof t != "symbol" ? t + "" : t, i);
4
- var Et = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5
- function $e(e) {
6
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
- }
8
- var Oe = "Expected a function", ie = NaN, Ve = "[object Symbol]", je = /^\s+|\s+$/g, Fe = /^[-+]0x[0-9a-f]+$/i, Ge = /^0b[01]+$/i, ze = /^0o[0-7]+$/i, Ue = parseInt, Ke = typeof Et == "object" && Et && Et.Object === Object && Et, qe = typeof self == "object" && self && self.Object === Object && self, Je = Ke || qe || Function("return this")(), Qe = Object.prototype, _e = Qe.toString, ti = Math.max, ei = Math.min, kt = function() {
9
- return Je.Date.now();
10
- };
11
- function ii(e, t, i) {
12
- var n, o, s, a, r, c, l = 0, h = !1, u = !1, f = !0;
13
- if (typeof e != "function")
14
- throw new TypeError(Oe);
15
- t = ne(t) || 0, Rt(i) && (h = !!i.leading, u = "maxWait" in i, s = u ? ti(ne(i.maxWait) || 0, t) : s, f = "trailing" in i ? !!i.trailing : f);
16
- function d(m) {
17
- var I = n, E = o;
18
- return n = o = void 0, l = m, a = e.apply(E, I), a;
19
- }
20
- function y(m) {
21
- return l = m, r = setTimeout(x, t), h ? d(m) : a;
22
- }
23
- function g(m) {
24
- var I = m - c, E = m - l, S = t - I;
25
- return u ? ei(S, s - E) : S;
26
- }
27
- function v(m) {
28
- var I = m - c, E = m - l;
29
- return c === void 0 || I >= t || I < 0 || u && E >= s;
30
- }
31
- function x() {
32
- var m = kt();
33
- if (v(m))
34
- return C(m);
35
- r = setTimeout(x, g(m));
36
- }
37
- function C(m) {
38
- return r = void 0, f && n ? d(m) : (n = o = void 0, a);
39
- }
40
- function O() {
41
- r !== void 0 && clearTimeout(r), l = 0, n = c = o = r = void 0;
42
- }
43
- function b() {
44
- return r === void 0 ? a : C(kt());
45
- }
46
- function w() {
47
- var m = kt(), I = v(m);
48
- if (n = arguments, o = this, c = m, I) {
49
- if (r === void 0)
50
- return y(c);
51
- if (u)
52
- return r = setTimeout(x, t), d(c);
53
- }
54
- return r === void 0 && (r = setTimeout(x, t)), a;
55
- }
56
- return w.cancel = O, w.flush = b, w;
57
- }
58
- function ni(e, t, i) {
59
- var n = !0, o = !0;
60
- if (typeof e != "function")
61
- throw new TypeError(Oe);
62
- return Rt(i) && (n = "leading" in i ? !!i.leading : n, o = "trailing" in i ? !!i.trailing : o), ii(e, t, {
63
- leading: n,
64
- maxWait: t,
65
- trailing: o
66
- });
67
- }
68
- function Rt(e) {
69
- var t = typeof e;
70
- return !!e && (t == "object" || t == "function");
71
- }
72
- function oi(e) {
73
- return !!e && typeof e == "object";
74
- }
75
- function si(e) {
76
- return typeof e == "symbol" || oi(e) && _e.call(e) == Ve;
77
- }
78
- function ne(e) {
79
- if (typeof e == "number")
80
- return e;
81
- if (si(e))
82
- return ie;
83
- if (Rt(e)) {
84
- var t = typeof e.valueOf == "function" ? e.valueOf() : e;
85
- e = Rt(t) ? t + "" : t;
86
- }
87
- if (typeof e != "string")
88
- return e === 0 ? e : +e;
89
- e = e.replace(je, "");
90
- var i = Ge.test(e);
91
- return i || ze.test(e) ? Ue(e.slice(2), i ? 2 : 8) : Fe.test(e) ? ie : +e;
92
- }
93
- var ri = ni;
94
- const oe = /* @__PURE__ */ $e(ri), T = {
95
- SPIN_X: "spin-x",
96
- SPIN_Y: "spin-y",
97
- SPIN_XY: "spin-xy",
98
- SPIN_YX: "spin-yx"
99
- }, ai = [!1, 0, null, void 0, "false", "0", "null", "undefined"], A = {
100
- X: "x-axis",
101
- Y: "y-axis",
102
- CENTER: "center"
103
- }, ci = [
104
- "folder",
105
- "folderX",
106
- "folderY",
107
- "filenameX",
108
- "filenameY",
109
- "imageListX",
110
- "imageListY",
111
- "indexZeroBase",
112
- "amountX",
113
- "amountY"
114
- ], li = [37, 39], hi = [38, 40], se = 10, p = {
115
- folder: "/",
116
- apiVersion: "v7",
117
- filenameX: "image-{index}.jpg",
118
- filenameY: null,
119
- imageListX: null,
120
- imageListY: null,
121
- indexZeroBase: 0,
122
- amountX: 0,
123
- amountY: 0,
124
- speed: 80,
125
- dragSpeed: 150,
126
- draggable: !0,
127
- swipeable: !0,
128
- keys: !1,
129
- keysReverse: !1,
130
- autoplay: !1,
131
- autoplayBehavior: T.SPIN_X,
132
- playOnce: !1,
133
- autoplayReverse: !1,
134
- pointerZoom: 0,
135
- fullscreen: !1,
136
- magnifier: null,
137
- bottomCircle: !0,
138
- bottomCircleOffset: 5,
139
- ciToken: null,
140
- ciFilters: null,
141
- ciTransformation: null,
142
- lazyload: !0,
143
- dragReverse: !1,
144
- stopAtEdges: !1,
145
- imageInfo: !1,
146
- initialIconShown: !0,
147
- hotspots: null
148
- }, di = (e) => ({
149
- folder: R(e, "folder", p.folder),
150
- apiVersion: R(e, "api-version", p.apiVersion),
151
- filenameX: R(e, "filename") || R(e, "filename-x") || p.filenameX,
152
- filenameY: R(e, "filename-y", p.filenameY),
153
- imageListX: R(e, "image-list-x", p.imageListX),
154
- imageListY: R(e, "image-list-y", p.imageListY),
155
- indexZeroBase: parseInt(R(e, "index-zero-base", p.indexZeroBase), 10),
156
- amountX: parseInt(R(e, "amount-x", p.amountX), 10),
157
- amountY: parseInt(R(e, "amount-y", p.amountY), 10),
158
- speed: parseInt(R(e, "speed", p.speed), 10),
159
- dragSpeed: parseInt(R(e, "drag-speed", p.dragSpeed), 10),
160
- draggable: B(e, "draggable", p.draggable),
161
- swipeable: B(e, "swipeable", p.swipeable),
162
- keys: B(e, "keys", p.keys),
163
- keysReverse: B(e, "keys-reverse", p.keysReverse),
164
- autoplay: B(e, "autoplay", p.autoplay),
165
- autoplayBehavior: R(e, "autoplay-behavior", p.autoplayBehavior),
166
- playOnce: B(e, "play-once", p.playOnce),
167
- autoplayReverse: B(e, "autoplay-reverse", p.autoplayReverse),
168
- pointerZoom: parseFloat(R(e, "pointer-zoom", p.pointerZoom), 10),
169
- fullscreen: B(e, "fullscreen") || B(e, "full-screen", p.fullscreen),
170
- magnifier: parseFloat(R(e, "magnifier", p.magnifier), 10),
171
- bottomCircleOffset: parseInt(
172
- R(e, "bottom-circle-offset", p.bottomCircleOffset),
173
- 10
174
- ),
175
- ciToken: R(e, "responsive", p.ciToken),
176
- ciFilters: R(e, "filters", p.ciFilters),
177
- ciTransformation: R(e, "transformation", p.ciTransformation),
178
- lazyload: B(e, "lazyload", p.lazyload),
179
- dragReverse: B(e, "drag-reverse", p.dragReverse),
180
- stopAtEdges: B(e, "stop-at-edges", p.stopAtEdges),
181
- imageInfo: B(e, "info", p.imageInfo),
182
- initialIconShown: !re(e, "initial-icon"),
183
- bottomCircle: !re(e, "bottom-circle")
184
- }), ui = (e) => ({
185
- folder: e.folder || p.folder,
186
- apiVersion: e.apiVersion || p.apiVersion,
187
- filenameX: e.filenameX || e.filename || p.filenameX,
188
- filenameY: e.filenameY || p.filenameY,
189
- imageListX: e.imageListX || p.imageListX,
190
- imageListY: e.imageListY || p.imageListY,
191
- indexZeroBase: parseInt(e.indexZeroBase ?? p.indexZeroBase, 10),
192
- amountX: parseInt(e.amountX ?? p.amountX, 10),
193
- amountY: parseInt(e.amountY ?? p.amountY, 10),
194
- speed: parseInt(e.speed ?? p.speed, 10),
195
- draggable: e.draggable ?? p.draggable,
196
- swipeable: e.swipeable ?? p.swipeable,
197
- dragSpeed: parseInt(e.dragSpeed ?? p.dragSpeed, 10),
198
- keys: e.keys ?? p.keys,
199
- keysReverse: e.keysReverse ?? p.keysReverse,
200
- autoplay: e.autoplay ?? p.autoplay,
201
- autoplayBehavior: e.autoplayBehavior || p.autoplayBehavior,
202
- playOnce: e.playOnce ?? p.playOnce,
203
- autoplayReverse: e.autoplayReverse ?? p.autoplayReverse,
204
- pointerZoom: parseFloat(e.pointerZoom ?? p.pointerZoom, 10),
205
- fullscreen: e.fullscreen ?? p.fullscreen,
206
- magnifier: parseFloat(e.magnifier ?? p.magnifier, 10),
207
- bottomCircleOffset: parseInt(e.bottomCircleOffset ?? p.bottomCircleOffset, 10),
208
- ciToken: e.ciToken || p.ciToken,
209
- ciFilters: e.ciFilters || p.ciFilters,
210
- ciTransformation: e.ciTransformation || p.ciTransformation,
211
- lazyload: e.lazyload ?? p.lazyload,
212
- dragReverse: e.dragReverse ?? p.dragReverse,
213
- stopAtEdges: e.stopAtEdges ?? p.stopAtEdges,
214
- imageInfo: e.imageInfo ?? p.imageInfo,
215
- initialIconShown: e.initialIconShown ?? p.initialIconShown,
216
- bottomCircle: e.bottomCircle ?? p.bottomCircle,
217
- hotspots: e.hotspots ?? p.hotspots
218
- }), R = (e, t, i) => e.getAttribute(t) || e.getAttribute(`data-${t}`) || i, B = (e, t, i) => e.hasAttribute(t) || e.hasAttribute(`data-${t}`) || i, re = (e, t) => R(e, t, null) === "false", pi = (e, t, i = ci) => i.some((n) => n in t && t[n] !== e[n]), fi = (e = 1) => {
219
- const t = Math.round(window.devicePixelRatio || 1);
220
- return parseInt(e) * t;
221
- }, mi = (e, t, i) => new URL(e).origin.includes("cloudimg") ? e : `https://${t}.cloudimg.io/${i}${e}`, vi = ({ ciTransformation: e, responsiveWidth: t, ciFilters: i }) => {
222
- const n = `width=${t}`, o = e || n, s = i ? `&f=${i}` : "";
223
- return `${o}${s}`;
224
- }, gt = (e, t) => {
225
- const { folder: i, apiVersion: n, filename: o = "", ciParams: s } = e, { ciToken: a, ciFilters: r, ciTransformation: c } = s || {}, l = `${i}${o}`;
226
- if (!a) return l;
227
- const h = ai.includes(n) ? null : n, u = h ? `${h}/` : "", f = fi(t), d = mi(l, a, u), y = vi({
228
- ciTransformation: c,
229
- responsiveWidth: f,
230
- ciFilters: r
231
- });
232
- return `${d}${y ? "?" : ""}${y}`;
233
- }, gi = (e, t, i) => {
234
- const [n, o] = e.split("?"), s = `${t}=${encodeURIComponent(i)}`;
235
- if (!o)
236
- return `${n}?${s}`;
237
- const a = new URLSearchParams(o);
238
- return a.set(t, i), `${n}?${a.toString()}`;
239
- }, yi = (e, t) => gi(e, "width", t), Ee = (e, t = 0) => (e += "", e.length >= t ? e : new Array(t - e.length + 1).join("0") + e), bi = (e, { amount: t = 0, indexZeroBase: i = 0 } = {}) => Array.from({ length: t }, (n, o) => e.replace("{index}", Ee(o + 1, i))), wi = ({
240
- imagesUrls: e,
241
- onFirstImageLoad: t,
242
- onImageLoad: i,
243
- onAllImagesLoad: n,
244
- autoplayReverse: o
245
- }) => {
246
- let s = 0;
247
- const a = e.length, r = [], c = (u, f) => {
248
- const d = new Image();
249
- d.crossOrigin = "anonymous", d.src = u, d.onload = async () => {
250
- const y = await createImageBitmap(d), g = {
251
- src: u,
252
- bitmapImage: y,
253
- naturalWidth: l.naturalWidth,
254
- naturalHeight: l.naturalHeight
255
- };
256
- s++, r[f] = g, i == null || i(g, f), s === a && (n == null || n(r));
257
- }, d.onerror = () => {
258
- console.error(`Failed to load image: ${u}`), s++, s === a && (n == null || n(r));
259
- };
260
- }, l = new Image(), h = e[o ? e.length - 1 : 0];
261
- l.crossOrigin = "anonymous", l.src = h, l.onload = async () => {
262
- const u = await createImageBitmap(l), f = {
263
- src: h,
264
- bitmapImage: u,
265
- naturalWidth: l.naturalWidth,
266
- naturalHeight: l.naturalHeight
267
- };
268
- r[0] = f, s++, t == null || t(f), i == null || i(f, 0);
269
- for (let d = 1; d < e.length; d++)
270
- c(e[d], d);
271
- }, l.onerror = () => {
272
- console.error(`Failed to load first image: ${e[0]}`), s++;
273
- for (let u = 1; u < e.length; u++)
274
- c(e[u], u);
275
- };
276
- }, ae = ({
277
- cdnPathX: e,
278
- cdnPathY: t,
279
- configX: i,
280
- configY: n,
281
- onFirstImageLoad: o,
282
- onImageLoad: s,
283
- onAllImagesLoad: a
284
- }) => {
285
- let r = { x: !1, y: !1 }, c = [], l = [];
286
- const h = e || i.imageList.length, u = t || n.imageList.length, f = () => {
287
- r.x && r.y && a(c, l);
288
- }, d = ({ cdnPath: y, config: g, orientation: v, loadedImages: x, onFirstImageLoad: C }) => {
289
- const O = v === A.X, b = g.imageList.length ? g.imageList : bi(y, g);
290
- wi({
291
- imagesUrls: b,
292
- onFirstImageLoad: C,
293
- onImageLoad: (w, m) => {
294
- s == null || s(w, m, v), x[m] = w;
295
- },
296
- onAllImagesLoad: (w) => {
297
- x = w, r[O ? "x" : "y"] = !0, f();
298
- },
299
- autoplayReverse: g.autoplayReverse
300
- });
301
- };
302
- h ? d({
303
- cdnPath: e,
304
- config: i,
305
- orientation: A.X,
306
- loadedImages: c,
307
- onFirstImageLoad: o
308
- }) : r.x = !0, u ? d({
309
- cdnPath: t,
310
- config: n,
311
- orientation: A.Y,
312
- loadedImages: l,
313
- onFirstImageLoad: h ? void 0 : o
314
- }) : r.y = !0;
315
- }, xi = (e) => {
316
- const t = new Image();
317
- return t.src = "https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/360.svg", t.style.bottom = `${e}%`, t.className = "cloudimage-360-view-360-circle", t;
318
- }, Ii = () => {
319
- const e = document.createElement("div");
320
- return e.className = "cloudimage-initial-icon", e.innerText = "360°", e;
321
- }, Ci = (e, t) => {
322
- const { width: i, height: n } = t, o = document.createElement("canvas");
323
- return o.width = i, o.height = n, o.style.width = "100%", o.style.height = "auto", e.appendChild(o), o;
324
- }, Oi = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='20px'%20viewBox='0%20-960%20960%20960'%20width='20px'%20fill='%235f6368'%3e%3cpath%20d='m147-96-51-51%20261-261H192v-72h288v288h-72v-165L147-96Zm333-384v-288h72v165l261-261%2051%2051-261%20261h165v72H480Z'/%3e%3c/svg%3e", Ei = () => {
325
- const e = document.createElement("div");
326
- return e.className = "cloudimage-360-button cloudimage-360-close-icon", e.innerHTML = `<img alt="close icon" src=${Oi}>`, e;
327
- }, Si = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='20px'%20viewBox='0%20-960%20960%20960'%20width='20px'%20fill='%235f6368'%3e%3cpath%20d='M144-144v-192h72v120h120v72H144Zm480%200v-72h120v-120h72v192H624ZM144-624v-192h192v72H216v120h-72Zm600%200v-120H624v-72h192v192h-72Z'/%3e%3c/svg%3e", Yi = () => {
328
- const e = document.createElement("div");
329
- return e.className = "cloudimage-360-button cloudimage-360-fullscreen-button", e.innerHTML = `<img alt="fullscreen icon" src=${Si}>`, e;
330
- }, ce = (e) => {
331
- const t = document.createElement("div");
332
- return t.className = "cloudimage-360-icons-container", e.appendChild(t), t;
333
- }, Ri = (e) => {
334
- const t = document.createElement("div");
335
- return t.className = "cloudimage-360-inner-box", e.appendChild(t), t;
336
- }, Xi = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='20px'%20viewBox='0%20-960%20960%20960'%20width='20px'%20fill='%235f6368'%3e%3cpath%20d='M765-144%20526-383q-30%2022-65.79%2034.5-35.79%2012.5-76.18%2012.5Q284-336%20214-406t-70-170q0-100%2070-170t170-70q100%200%20170%2070t70%20170.03q0%2040.39-12.5%2076.18Q599-464%20577-434l239%20239-51%2051ZM384-408q70%200%20119-49t49-119q0-70-49-119t-119-49q-70%200-119%2049t-49%20119q0%2070%2049%20119t119%2049Z'/%3e%3c/svg%3e", Li = () => {
337
- const e = document.createElement("div");
338
- return e.className = "cloudimage-360-button cloudimage-360-magnifier-button", e.innerHTML = `<img alt="magnifier icon" src=${Xi}>`, e;
339
- }, Pi = (e) => {
340
- const t = document.createElement("div");
341
- t.className = "cloudimage-initial-icon";
342
- const i = document.createElement("span");
343
- return i.className = "percentage", i.innerText = "0%", t.appendChild(i), e.appendChild(t), t;
344
- }, Ti = (e) => {
345
- const t = document.createElement("div");
346
- t.className = "cloudimage-360-fullscreen-modal";
347
- const i = e.cloneNode();
348
- return i.style.height = "100vh", i.style.maxHeight = "100%", t.appendChild(i), window.document.body.appendChild(t), i;
349
- }, Wt = (e, t) => {
350
- const i = e.querySelector(t);
351
- i && i.parentNode.removeChild(i);
352
- }, Ai = () => {
353
- const e = document.createElement("div");
354
- return e.className = "cloudimage-loading-spinner", e;
355
- }, ki = () => {
356
- const e = document.createElement("div");
357
- return e.className = "cloudimage-360-transition-overlay", e;
358
- }, Mi = (e) => {
359
- const t = document.createElement("div");
360
- return t.className = "cloudimage-360-hotspot-container", e.appendChild(t), t;
361
- }, Wi = (e, t) => {
362
- const [i, n] = e.split("?");
363
- if (!n) return e;
364
- const o = new RegExp(`^${t}=|&${t}=`), s = n.split("&").filter((a) => !o.test(a)).join("&");
365
- return s ? `${i}?${s}` : i;
366
- }, Hi = (e) => {
367
- const t = Wi(e, "width"), i = t.includes("?") ? "&" : "?";
368
- return `${t}${i}width=${150 * devicePixelRatio}`;
369
- }, Bi = (e) => {
370
- const t = {
371
- root: null,
372
- rootMargin: "0px",
373
- threshold: 0.1
374
- }, i = (o) => {
375
- const s = o.getAttribute("data-src");
376
- s && (o.src = s);
377
- };
378
- new IntersectionObserver((o, s) => {
379
- o.forEach((a) => {
380
- a.isIntersecting && (i(a.target), s.unobserve(a.target));
381
- });
382
- }, t).observe(e);
383
- }, Zi = (e, t) => {
384
- const i = Ee(1, t);
385
- return e.replace("{index}", i);
386
- }, Di = (e, t) => {
387
- const [i] = e, n = /(https?):\/\//i.test(i);
388
- return gt({
389
- ...t,
390
- folder: n ? "" : t.folder,
391
- filename: i
392
- });
393
- }, Ni = (e, t) => {
394
- const { imageList: i, indexZeroBase: n } = t;
395
- if (i.length)
396
- try {
397
- const o = JSON.parse(i);
398
- return Di(o, t);
399
- } catch (o) {
400
- console.error(`Wrong format in image-list attribute: ${o.message}`);
401
- }
402
- return Zi(e, n);
403
- }, le = (e, t, i) => {
404
- const n = new Image();
405
- return n.setAttribute(t ? "data-src" : "src", e), n.className = i, n.style.cssText = `
406
- position: ${t ? "absolute" : "static"};
1
+ var CI360=function(){"use strict";var Kn=Object.defineProperty;var Jn=(q,W,lt)=>W in q?Kn(q,W,{enumerable:!0,configurable:!0,writable:!0,value:lt}):q[W]=lt;var qe=(q,W,lt)=>Jn(q,typeof W!="symbol"?W+"":W,lt);var q=document.createElement("style");q.textContent=`:root{--ci360-button-bg: rgba(255, 255, 255, .9);--ci360-button-bg-hover: rgba(255, 255, 255, 1);--ci360-button-size: 40px;--ci360-button-border-radius: 6px;--ci360-button-shadow: 0 2px 8px rgba(0, 0, 0, .15);--ci360-icon-color: #505050;--ci360-icon-color-hover: #333333;--ci360-icon-size: 20px;--ci360-initial-icon-bg: rgba(255, 255, 255, .9);--ci360-initial-icon-color: #505050;--ci360-initial-icon-size: 80px;--ci360-initial-icon-shadow: 0 4px 20px rgba(0, 0, 0, .15);--ci360-spinner-color: rgba(0, 0, 0, .2);--ci360-spinner-accent: #505050;--ci360-spinner-size: 30px;--ci360-fullscreen-bg: #ffffff;--ci360-magnifier-size: 250px;--ci360-magnifier-border: 2px solid rgba(0, 0, 0, .2);--ci360-magnifier-shadow: 0 8px 16px rgba(0, 0, 0, .3);--ci360-focus-color: #0066cc;--ci360-overlay-bg: rgba(255, 255, 255, 1);--ci360-hotspot-color: #00aaff;--ci360-hotspot-border: 2px solid #fff;--ci360-hotspot-size: 18px;--ci360-popper-bg: rgba(255, 255, 255, .95);--ci360-popper-color: #333;--ci360-popper-shadow: 0px 4px 16px rgba(0, 0, 0, .15);--ci360-popper-border-radius: 8px;--ci360-hints-bg: rgba(255, 255, 255, .9);--ci360-hints-color: #333333;--ci360-hints-font-size: 13px;--ci360-hints-border-radius: 20px;--ci360-hints-shadow: 0 2px 12px rgba(0, 0, 0, .1);--ci360-circle-color: #888888;--ci360-timeline-height: 6px;--ci360-timeline-track-bg: rgba(0, 0, 0, .12);--ci360-timeline-dot-size: 18px;--ci360-timeline-dot-color: var(--ci360-hotspot-color);--ci360-timeline-dot-border: 2px solid #fff;--ci360-timeline-indicator-size: 12px;--ci360-timeline-indicator-color: #333333;--ci360-timeline-tooltip-bg: rgba(255, 255, 255, .95);--ci360-timeline-tooltip-color: #333333}.ci360-theme-dark{--ci360-button-bg: rgba(40, 40, 45, .9);--ci360-button-bg-hover: rgba(55, 55, 60, .95);--ci360-button-shadow: 0 2px 8px rgba(0, 0, 0, .4);--ci360-icon-color: #e0e0e0;--ci360-icon-color-hover: #ffffff;--ci360-initial-icon-bg: rgba(40, 40, 45, .9);--ci360-initial-icon-color: #f5f5f5;--ci360-initial-icon-shadow: 0 4px 20px rgba(0, 0, 0, .4);--ci360-spinner-color: rgba(255, 255, 255, .2);--ci360-spinner-accent: #e0e0e0;--ci360-fullscreen-bg: #1a1a1f;--ci360-overlay-bg: rgba(26, 26, 31, 1);--ci360-magnifier-border: 2px solid rgba(255, 255, 255, .2);--ci360-magnifier-shadow: 0 8px 16px rgba(0, 0, 0, .5);--ci360-popper-bg: rgba(40, 40, 45, .95);--ci360-popper-color: #e0e0e0;--ci360-popper-shadow: 0px 4px 16px rgba(0, 0, 0, .4);--ci360-hints-bg: rgba(40, 40, 45, .9);--ci360-hints-color: #e0e0e0;--ci360-hints-shadow: 0 2px 12px rgba(0, 0, 0, .3);--ci360-circle-color: #b0b0b0;--ci360-timeline-track-bg: rgba(255, 255, 255, .15);--ci360-timeline-dot-border: 2px solid rgba(255, 255, 255, .9);--ci360-timeline-indicator-color: #e0e0e0;--ci360-timeline-tooltip-bg: rgba(40, 40, 45, .95);--ci360-timeline-tooltip-color: #e0e0e0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cloudimage-360{width:100%;position:relative}.cloudimage-360-inner-box{width:100%;height:100%;position:relative}.cloudimage-360-icons-container{position:absolute;display:flex;top:15px;right:10px;height:100%;flex-direction:column;align-items:center;z-index:100;gap:8px}.cloudimage-360-transition-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--ci360-overlay-bg);opacity:0;transition:all 1s ease-out;z-index:10}.cloudimage-360-button{width:var(--ci360-button-size);height:var(--ci360-button-size);cursor:pointer;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;display:flex;align-items:center;justify-content:center;border-radius:var(--ci360-button-border-radius);border:none;background-color:var(--ci360-button-bg);box-shadow:var(--ci360-button-shadow);padding:6px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cloudimage-360-button:hover{transform:scale(1.05);background-color:var(--ci360-button-bg-hover)}.cloudimage-360-button:focus{outline:none}.cloudimage-360-button:focus-visible{outline:2px solid var(--ci360-focus-color);outline-offset:2px}.cloudimage-360-button svg{width:var(--ci360-icon-size);height:var(--ci360-icon-size);stroke:var(--ci360-icon-color);transition:stroke .15s ease-out}.cloudimage-360-button:hover svg{stroke:var(--ci360-icon-color-hover)}.cloudimage-initial-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--ci360-initial-icon-size);height:var(--ci360-initial-icon-size);border-radius:50%;background-color:var(--ci360-initial-icon-bg);box-shadow:var(--ci360-initial-icon-shadow);transition:all .3s ease;color:var(--ci360-initial-icon-color);display:flex;align-items:center;justify-content:center;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cloudimage-initial-icon svg{width:70%;height:70%;color:var(--ci360-initial-icon-color);fill:var(--ci360-initial-icon-color);stroke:var(--ci360-initial-icon-color)}.cloudimage-initial-icon svg path{stroke:var(--ci360-initial-icon-color)}.cloudimage-initial-icon svg text{fill:var(--ci360-initial-icon-color)}.cloudimage-initial-icon:hover{transform:translate(-50%,-50%) scale(1.08)}.cloudimage-loading-spinner{width:var(--ci360-spinner-size);height:var(--ci360-spinner-size);transform:translate(-50%,-50%);border:3px solid var(--ci360-spinner-color);position:absolute;top:15px;left:15px;border-bottom-color:var(--ci360-spinner-accent);border-radius:50%;display:inline-block;box-sizing:border-box;opacity:0;animation:rotation .7s linear infinite}.cloudimage-360-view-360-circle{position:absolute;left:0;bottom:0;width:100%;height:auto;margin:auto;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s all;z-index:2;color:var(--ci360-circle-color)}.cloudimage-360-view-360-circle svg{display:block;width:100%;height:auto}.cloudimage-360-fullscreen-modal{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:999;background-color:var(--ci360-fullscreen-bg)}.cloudimage-360-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cloudimage-360-hints-overlay{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;z-index:50;pointer-events:none;opacity:0;transition:opacity .3s ease}.cloudimage-360-hints-overlay.visible{opacity:1}.cloudimage-360-hints-overlay.hiding{opacity:0}.cloudimage-360-hints-container{display:flex;flex-direction:row;gap:20px;padding:10px 20px;background:var(--ci360-hints-bg);border-radius:var(--ci360-hints-border-radius);box-shadow:var(--ci360-hints-shadow);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cloudimage-360-hint-item{display:flex;align-items:center;gap:8px;color:var(--ci360-hints-color);font-size:var(--ci360-hints-font-size);font-family:system-ui,-apple-system,sans-serif;white-space:nowrap}.cloudimage-360-hint-item svg{width:16px;height:16px;flex-shrink:0;stroke:var(--ci360-hints-color)}.cloudimage-360-hint-item span{opacity:.9}@media (max-width: 480px){.cloudimage-360-hints-container{flex-direction:column;gap:8px;padding:12px 16px;border-radius:12px}.cloudimage-360-hint-item{font-size:12px}.cloudimage-360-hint-item svg{width:14px;height:14px}.cloudimage-360-initial-icon{width:calc(var(--ci360-initial-icon-size) * .8);height:calc(var(--ci360-initial-icon-size) * .8)}}.cloudimage-360-img-magnifier-glass{background-color:#fff;background-image:radial-gradient(circle at center,#fffc,#f0f0f0e6);background-repeat:no-repeat;position:absolute;border:var(--ci360-magnifier-border);border-radius:50%;line-height:200px;text-align:center;z-index:1000;width:var(--ci360-magnifier-size);height:var(--ci360-magnifier-size);top:-75px;right:-85px;box-shadow:var(--ci360-magnifier-shadow);transition:box-shadow .2s ease;overflow:hidden;pointer-events:none}.cloudimage-360-hotspot-timeline{width:100%;max-width:500px;margin:16px auto 8px;padding:12px 20px;opacity:0;transition:opacity .3s ease;pointer-events:none}.cloudimage-360-hotspot-timeline.visible{opacity:1;pointer-events:auto}.cloudimage-360-hotspot-timeline-track{position:relative;width:100%;height:var(--ci360-timeline-height);background:var(--ci360-timeline-track-bg);border-radius:calc(var(--ci360-timeline-height) / 2)}.cloudimage-360-hotspot-timeline-indicator{position:absolute;top:50%;left:0;width:var(--ci360-timeline-indicator-size);height:var(--ci360-timeline-indicator-size);background:var(--ci360-timeline-indicator-color);border-radius:50%;transform:translate(-50%,-50%);transition:left .1s ease-out;pointer-events:none;box-shadow:0 2px 4px #0003}.cloudimage-360-hotspot-timeline-dot{position:absolute;top:50%;width:var(--ci360-timeline-dot-size);height:var(--ci360-timeline-dot-size);background:var(--ci360-timeline-dot-color);border:var(--ci360-timeline-dot-border);border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px #00000040;padding:0;font:inherit;outline:none}.cloudimage-360-hotspot-timeline-dot:hover{transform:translate(-50%,-50%) scale(1.25);box-shadow:0 3px 10px #0000004d}.cloudimage-360-hotspot-timeline-dot:focus-visible{outline:2px solid var(--ci360-focus-color);outline-offset:2px}.cloudimage-360-hotspot-timeline-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:var(--ci360-timeline-tooltip-bg);color:var(--ci360-timeline-tooltip-color);padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;box-shadow:0 2px 8px #00000026;z-index:10}.cloudimage-360-hotspot-timeline-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--ci360-timeline-tooltip-bg)}.cloudimage-360-hotspot-timeline-tooltip.visible{opacity:1;visibility:visible}@media (max-width: 480px){.cloudimage-360-hotspot-timeline{max-width:none;padding:10px 16px;margin:12px auto 6px}}.cloudimage-360-hotspot-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:20}.cloudimage-360-popper{opacity:1;transition:opacity .2s ease-in-out}.cloudimage-360-hotspot{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-50%,-50%);background:var(--ci360-hotspot-color);border:var(--ci360-hotspot-border);border-radius:50%;height:var(--ci360-hotspot-size);width:var(--ci360-hotspot-size);box-shadow:0 0 #0af9,0 2px 6px #0003;opacity:0;animation:pulse 2s infinite;transition:transform .2s ease,box-shadow .2s ease;padding:0;cursor:pointer;font:inherit;outline:none}.cloudimage-360-hotspot:focus-visible{outline:2px solid var(--ci360-focus-color, #0066cc);outline-offset:2px;animation:none}.cloudimage-360-hotspot.visible{opacity:1}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #0af9,0 0 0 10px #0af6,0 0 0 20px #0af3}50%{transform:scale(1.1);box-shadow:0 0 0 10px #0af0,0 0 0 20px #00aaff1a,0 0 0 30px #0af0}to{transform:scale(1);box-shadow:0 0 #0af0,0 0 0 10px #0af0,0 0 0 20px #0af0}}.cloudimage-360-hotspot:hover{transform:scale(1.2);box-shadow:0 0 0 5px #00aaff80,0 4px 12px #0000004d}.cloudimage-360-popper{background-color:var(--ci360-popper-bg);color:var(--ci360-popper-color);padding:10px 15px;border-radius:var(--ci360-popper-border-radius);box-shadow:var(--ci360-popper-shadow);font-size:14px;max-width:220px;z-index:9999;text-align:center;transition:opacity .2s ease,translate .2s ease;opacity:0;translate:0 -10px}.cloudimage-360-popper[data-show]{opacity:1;translate:0}
2
+ /*$vite$:1*/`,document.head.appendChild(q);var W=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function lt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var he="Expected a function",de=NaN,ti="[object Symbol]",ei=/^\s+|\s+$/g,ii=/^[-+]0x[0-9a-f]+$/i,oi=/^0b[01]+$/i,ni=/^0o[0-7]+$/i,si=parseInt,ri=typeof W=="object"&&W&&W.Object===Object&&W,ai=typeof self=="object"&&self&&self.Object===Object&&self,li=ri||ai||Function("return this")(),ci=Object.prototype,hi=ci.toString,di=Math.max,pi=Math.min,jt=function(){return li.Date.now()};function ui(e,t,i){var o,n,s,l,r,a,c=0,h=!1,u=!1,f=!0;if(typeof e!="function")throw new TypeError(he);t=pe(t)||0,Rt(i)&&(h=!!i.leading,u="maxWait"in i,s=u?di(pe(i.maxWait)||0,t):s,f="trailing"in i?!!i.trailing:f);function p(b){var k=o,E=n;return o=n=void 0,c=b,l=e.apply(E,k),l}function x(b){return c=b,r=setTimeout(m,t),h?p(b):l}function g(b){var k=b-a,E=b-c,O=t-k;return u?pi(O,s-E):O}function v(b){var k=b-a,E=b-c;return a===void 0||k>=t||k<0||u&&E>=s}function m(){var b=jt();if(v(b))return y(b);r=setTimeout(m,g(b))}function y(b){return r=void 0,f&&o?p(b):(o=n=void 0,l)}function I(){r!==void 0&&clearTimeout(r),c=0,o=a=n=r=void 0}function w(){return r===void 0?l:y(jt())}function C(){var b=jt(),k=v(b);if(o=arguments,n=this,a=b,k){if(r===void 0)return x(a);if(u)return r=setTimeout(m,t),p(a)}return r===void 0&&(r=setTimeout(m,t)),l}return C.cancel=I,C.flush=w,C}function fi(e,t,i){var o=!0,n=!0;if(typeof e!="function")throw new TypeError(he);return Rt(i)&&(o="leading"in i?!!i.leading:o,n="trailing"in i?!!i.trailing:n),ui(e,t,{leading:o,maxWait:t,trailing:n})}function Rt(e){var t=typeof e;return!!e&&(t=="object"||t=="function")}function mi(e){return!!e&&typeof e=="object"}function vi(e){return typeof e=="symbol"||mi(e)&&hi.call(e)==ti}function pe(e){if(typeof e=="number")return e;if(vi(e))return de;if(Rt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Rt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=e.replace(ei,"");var i=oi.test(e);return i||ni.test(e)?si(e.slice(2),i?2:8):ii.test(e)?de:+e}var gi=fi;const ue=lt(gi),R={SPIN_X:"spin-x",SPIN_Y:"spin-y",SPIN_XY:"spin-xy",SPIN_YX:"spin-yx"},bi=[!1,0,null,void 0,"false","0","null","undefined"],Y={X:"x-axis",Y:"y-axis"},yi=[37,39],wi=[38,40],fe=10,xi=150,me=800,Ii=150,Ci=200,ve=50,ki=50,Oi=5,ge=5,d={folder:"/",apiVersion:"v7",filenameX:"image-{index}.jpg",filenameY:null,imageListX:null,imageListY:null,indexZeroBase:0,amountX:0,amountY:0,speed:80,dragSpeed:150,draggable:!0,swipeable:!0,keys:!1,keysReverse:!1,autoplay:!1,autoplayBehavior:R.SPIN_X,playOnce:!1,autoplayReverse:!1,pointerZoom:0,fullscreen:!1,magnifier:null,bottomCircle:!0,bottomCircleOffset:5,ciToken:null,ciFilters:null,ciTransformation:null,lazyload:!0,dragReverse:!1,stopAtEdges:!1,imageInfo:!1,initialIconShown:!0,hotspots:null,hide360Logo:!1,logoSrc:"https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/360_view.svg",inertia:!1,pinchZoom:!0,hints:!0,theme:null,hotspotTimelineOnClick:!0,onReady:null,onLoad:null,onSpin:null,onAutoplayStart:null,onAutoplayStop:null,onFullscreenOpen:null,onFullscreenClose:null,onZoomIn:null,onZoomOut:null,onDragStart:null,onDragEnd:null},Ei=e=>({folder:A(e,"folder",d.folder),apiVersion:A(e,"api-version",d.apiVersion),filenameX:A(e,"filename")||A(e,"filename-x")||d.filenameX,filenameY:A(e,"filename-y",d.filenameY),imageListX:A(e,"image-list-x",d.imageListX),imageListY:A(e,"image-list-y",d.imageListY),indexZeroBase:parseInt(A(e,"index-zero-base",d.indexZeroBase),10),amountX:parseInt(A(e,"amount-x",d.amountX),10),amountY:parseInt(A(e,"amount-y",d.amountY),10),speed:parseInt(A(e,"speed",d.speed),10),dragSpeed:parseInt(A(e,"drag-speed",d.dragSpeed),10),draggable:X(e,"draggable",d.draggable),swipeable:X(e,"swipeable",d.swipeable),keys:X(e,"keys",d.keys),keysReverse:X(e,"keys-reverse",d.keysReverse),autoplay:X(e,"autoplay",d.autoplay),autoplayBehavior:A(e,"autoplay-behavior",d.autoplayBehavior),playOnce:X(e,"play-once",d.playOnce),autoplayReverse:X(e,"autoplay-reverse",d.autoplayReverse),pointerZoom:parseFloat(A(e,"pointer-zoom",d.pointerZoom)),fullscreen:X(e,"fullscreen")||X(e,"full-screen",d.fullscreen),magnifier:parseFloat(A(e,"magnifier",d.magnifier)),bottomCircleOffset:parseInt(A(e,"bottom-circle-offset",d.bottomCircleOffset),10),ciToken:A(e,"responsive",d.ciToken),ciFilters:A(e,"filters",d.ciFilters),ciTransformation:A(e,"transformation",d.ciTransformation),lazyload:X(e,"lazyload",d.lazyload),dragReverse:X(e,"drag-reverse",d.dragReverse),stopAtEdges:X(e,"stop-at-edges",d.stopAtEdges),imageInfo:X(e,"info",d.imageInfo),initialIconShown:!Mt(e,"initial-icon"),bottomCircle:!Mt(e,"bottom-circle"),hide360Logo:X(e,"hide-360-logo",d.hide360Logo),logoSrc:A(e,"logo-src",d.logoSrc),inertia:X(e,"inertia",d.inertia),pinchZoom:X(e,"pinch-zoom",d.pinchZoom),hints:!Mt(e,"hints"),theme:A(e,"theme",d.theme),hotspotTimelineOnClick:!Mt(e,"hotspot-timeline-on-click")}),Si=e=>{const t=[];e.amountX!==void 0&&e.amountX<0&&t.push("amountX should be a positive number"),e.amountY!==void 0&&e.amountY<0&&t.push("amountY should be a positive number"),e.speed!==void 0&&e.speed<=0&&t.push("speed should be a positive number"),e.dragSpeed!==void 0&&e.dragSpeed<=0&&t.push("dragSpeed should be a positive number"),e.pointerZoom!==void 0&&e.pointerZoom!==0&&(e.pointerZoom<1||e.pointerZoom>5)&&t.push("pointerZoom should be between 1 and 5 (or 0 to disable)"),e.magnifier!==void 0&&e.magnifier!==null&&e.magnifier!==0&&(e.magnifier<1||e.magnifier>5)&&t.push("magnifier should be between 1 and 5 (or 0/null to disable)"),!e.folder&&!e.imageListX&&!e.imageListY&&t.push("Either folder or imageListX/imageListY is required"),e.folder&&!e.amountX&&!e.imageListX&&t.push("amountX is required when using folder (unless imageListX is provided)");const i=["spin-x","spin-y","spin-xy","spin-yx"];return e.autoplayBehavior&&!i.includes(e.autoplayBehavior)&&t.push(`autoplayBehavior should be one of: ${i.join(", ")}`),t.forEach(o=>{console.warn(`CloudImage 360: ${o}`)}),t.length===0},Ai=e=>(Si(e),{folder:e.folder||d.folder,apiVersion:e.apiVersion||d.apiVersion,filenameX:e.filenameX||e.filename||d.filenameX,filenameY:e.filenameY||d.filenameY,imageListX:e.imageListX||d.imageListX,imageListY:e.imageListY||d.imageListY,indexZeroBase:parseInt(e.indexZeroBase??d.indexZeroBase,10),amountX:parseInt(e.amountX??d.amountX,10),amountY:parseInt(e.amountY??d.amountY,10),speed:parseInt(e.speed??d.speed,10),draggable:e.draggable??d.draggable,swipeable:e.swipeable??d.swipeable,dragSpeed:parseInt(e.dragSpeed??d.dragSpeed,10),keys:e.keys??d.keys,keysReverse:e.keysReverse??d.keysReverse,autoplay:e.autoplay??d.autoplay,autoplayBehavior:e.autoplayBehavior||d.autoplayBehavior,playOnce:e.playOnce??d.playOnce,autoplayReverse:e.autoplayReverse??d.autoplayReverse,pointerZoom:parseFloat(e.pointerZoom??d.pointerZoom),fullscreen:e.fullscreen??d.fullscreen,magnifier:parseFloat(e.magnifier??d.magnifier),bottomCircleOffset:parseInt(e.bottomCircleOffset??d.bottomCircleOffset,10),ciToken:e.ciToken||d.ciToken,ciFilters:e.ciFilters||d.ciFilters,ciTransformation:e.ciTransformation||d.ciTransformation,lazyload:e.lazyload??d.lazyload,dragReverse:e.dragReverse??d.dragReverse,stopAtEdges:e.stopAtEdges??d.stopAtEdges,imageInfo:e.imageInfo??d.imageInfo,initialIconShown:e.initialIconShown??d.initialIconShown,bottomCircle:e.bottomCircle??d.bottomCircle,hotspots:e.hotspots??d.hotspots,hide360Logo:e.hide360Logo??d.hide360Logo,logoSrc:e.logoSrc||d.logoSrc,inertia:e.inertia??d.inertia,pinchZoom:e.pinchZoom??d.pinchZoom,hints:e.hints??d.hints,theme:e.theme||d.theme,hotspotTimelineOnClick:e.hotspotTimelineOnClick??d.hotspotTimelineOnClick,onReady:e.onReady??d.onReady,onLoad:e.onLoad??d.onLoad,onSpin:e.onSpin??d.onSpin,onAutoplayStart:e.onAutoplayStart??d.onAutoplayStart,onAutoplayStop:e.onAutoplayStop??d.onAutoplayStop,onFullscreenOpen:e.onFullscreenOpen??d.onFullscreenOpen,onFullscreenClose:e.onFullscreenClose??d.onFullscreenClose,onZoomIn:e.onZoomIn??d.onZoomIn,onZoomOut:e.onZoomOut??d.onZoomOut,onDragStart:e.onDragStart??d.onDragStart,onDragEnd:e.onDragEnd??d.onDragEnd}),A=(e,t,i)=>e.getAttribute(t)||e.getAttribute(`data-${t}`)||i,X=(e,t,i)=>{if(!(e.hasAttribute(t)||e.hasAttribute(`data-${t}`)))return i;const n=A(e,t,null);return n!=="false"&&n!=="0"},Mt=(e,t)=>A(e,t,null)==="false",Li=(e=1)=>{const t=Math.round(window.devicePixelRatio||1);return parseInt(e)*t},Ti=(e,t,i)=>new URL(e).origin.includes("cloudimg")?e:`https://${t}.cloudimg.io/${i}${e}`,Yi=({ciTransformation:e,responsiveWidth:t,ciFilters:i})=>{const o=`width=${t}`,n=e||o,s=i?`&f=${i}`:"";return`${n}${s}`},yt=(e,t)=>{const{folder:i,apiVersion:o,filename:n="",ciParams:s}=e,{ciToken:l,ciFilters:r,ciTransformation:a}=s||{},c=`${i}${n}`;if(!l)return c;const h=bi.includes(o)?null:o,u=h?`${h}/`:"",f=Li(t),p=Ti(c,l,u),x=Yi({ciTransformation:a,responsiveWidth:f,ciFilters:r});return`${p}${x?"?":""}${x}`},Xi=(e,t,i)=>{const[o,n]=e.split("?"),s=`${t}=${encodeURIComponent(i)}`;if(!n)return`${o}?${s}`;const l=new URLSearchParams(n);return l.set(t,i),`${o}?${l.toString()}`},Pi=(e,t)=>Xi(e,"width",t),be=(e,t=0)=>(e+="",e.length>=t?e:new Array(t-e.length+1).join("0")+e),Ri=(e,{amount:t=0,indexZeroBase:i=0}={})=>Array.from({length:t},(o,n)=>e.replace("{index}",be(n+1,i))),Mi=({imagesUrls:e,onFirstImageLoad:t,onImageLoad:i,onAllImagesLoad:o,onError:n,autoplayReverse:s})=>{let l=0,r=0;const a=e.length,c=[],h=[],u=(m,y,I=!1)=>{const w={message:`Failed to load image: ${m}`,url:m,index:y,isFirstImage:I};h.push(w),r++,n==null||n({error:w,errorCount:r,totalImages:a,errors:h})},f=()=>{l===a&&(o==null||o(c,{errorCount:r,errors:h}))},p=(m,y)=>{const I=new Image;I.crossOrigin="anonymous",I.src=m,I.onload=async()=>{try{const w=await createImageBitmap(I),C={src:m,bitmapImage:w,naturalWidth:I.naturalWidth,naturalHeight:I.naturalHeight};l++,c[y]=C,i==null||i(C,y),f()}catch{l++,u(m,y),f()}},I.onerror=()=>{l++,u(m,y),f()}},x=new Image,g=s?e.length-1:0,v=e[g];x.crossOrigin="anonymous",x.src=v,x.onload=async()=>{try{const m=await createImageBitmap(x),y={src:v,bitmapImage:m,naturalWidth:x.naturalWidth,naturalHeight:x.naturalHeight};c[g]=y,l++,t==null||t(y),i==null||i(y,g);for(let I=0;I<e.length;I++)I!==g&&p(e[I],I);f()}catch{l++,u(v,g,!0);for(let y=0;y<e.length;y++)y!==g&&p(e[y],y);f()}},x.onerror=()=>{l++,u(v,g,!0);for(let m=0;m<e.length;m++)m!==g&&p(e[m],m);f()}},ye=({cdnPathX:e,cdnPathY:t,configX:i,configY:o,onFirstImageLoad:n,onImageLoad:s,onAllImagesLoad:l,onError:r})=>{let a={x:!1,y:!1},c=[],h=[],u={errorCount:0,errors:[]},f={errorCount:0,errors:[]};const p=e||i.imageList.length,x=t||o.imageList.length,g=()=>{if(a.x&&a.y){const m={errorCount:u.errorCount+f.errorCount,errors:[...u.errors,...f.errors]};l==null||l(c,h,m)}},v=({cdnPath:m,config:y,orientation:I,loadedImages:w,loadStats:C,onFirstImageLoad:b})=>{const k=I===Y.X,E=y.imageList.length?y.imageList:Ri(m,y);Mi({imagesUrls:E,onFirstImageLoad:b,onImageLoad:(O,S)=>{s==null||s(O,S,I),w[S]=O},onError:O=>{r==null||r({...O,orientation:I})},onAllImagesLoad:(O,S)=>{w.length=0,O.forEach((L,M)=>{L&&(w[M]=L)}),C.errorCount=S.errorCount,C.errors=S.errors.map(L=>({...L,orientation:I})),a[k?"x":"y"]=!0,g()},autoplayReverse:y.autoplayReverse})};p?v({cdnPath:e,config:i,orientation:Y.X,loadedImages:c,loadStats:u,onFirstImageLoad:n}):a.x=!0,x?v({cdnPath:t,config:o,orientation:Y.Y,loadedImages:h,loadStats:f,onFirstImageLoad:p?void 0:n}):a.y=!0,!p&&!x&&g()},Hi=`
3
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1052 156" aria-hidden="true">
4
+ <path fill="currentColor" d="M409.9,145.6c-42.7-1.7-85.5-4.4-128.1-8.4c-21.3-2-42.6-4.3-63.8-7.1c-21.2-2.8-42.4-5.9-63.4-9.7c-21.1-3.8-42-8.2-62.7-13.7c-10.3-2.8-20.6-5.8-30.7-9.4c-10.1-3.5-20.1-7.6-29.5-12.7c-4.7-2.6-9.3-5.4-13.5-8.8c-2.1-1.7-4-3.6-5.8-5.6c-1.8-2-3.3-4.3-4.3-6.8c-1.1-2.5-1.6-5.3-1.4-8c0.2-2.7,1.1-5.4,2.4-7.7c2.7-4.8,6.7-8.5,11-11.7c8.6-6.4,18.4-10.9,28.3-15c9.9-4,20.1-7.3,30.4-10.3c-10.2,3.1-20.4,6.5-30.3,10.5c-9.8,4.1-19.6,8.7-28.1,15.1c-4.2,3.2-8.2,6.9-10.7,11.6c-1.2,2.3-2.1,4.8-2.3,7.5c-0.1,2.6,0.4,5.2,1.4,7.6c2.1,4.8,5.9,8.7,10,12.1c4.1,3.3,8.7,6.1,13.4,8.6c9.4,5,19.4,8.9,29.4,12.4c10.1,3.5,20.4,6.4,30.7,9.1c20.7,5.3,41.6,9.5,62.7,13.2c21,3.6,42.2,6.6,63.4,9.2c21.2,2.6,42.5,4.8,63.7,6.6c42.6,3.7,85.2,6,127.9,7.4L409.9,145.6z"/>
5
+ <path fill="currentColor" d="M977.1,11.6c13.8,4.1,27.4,8.8,40.4,15.2c6.4,3.2,12.7,6.9,18.3,11.5c2.7,2.4,5.3,5,7.3,8c2,3,3.3,6.6,3.3,10.3c0,3.7-1.4,7.2-3.3,10.3c-2,3.1-4.5,5.7-7.3,8.1c-2.7,2.4-5.7,4.4-8.8,6.3c-1.6,0.9-3.1,1.9-4.7,2.7l-2.4,1.3l-2.4,1.2C1004.5,93,990.8,97.8,977,102c-6.9,2.1-13.8,4-20.8,5.8c-7,1.8-14,3.5-21,5c-14.1,3.1-28.2,5.9-42.4,8.3c-28.4,4.9-57,8.8-85.6,12c-57.3,6.4-114.8,10.2-172.4,12.2c-57.6,2-115.2,2.3-172.9,0.8l0.1-4c57.5,1.8,115.1,1.9,172.6,0.2c57.5-1.7,115-5.2,172.3-11.2c28.6-3.1,57.2-6.7,85.6-11.5c14.2-2.4,28.3-5,42.4-8.1c7-1.5,14-3.1,21-4.9c7-1.7,13.9-3.6,20.8-5.7c13.8-4.1,27.4-8.8,40.3-15.2l2.4-1.2l2.4-1.3c1.6-0.8,3.1-1.8,4.7-2.7c3-1.9,6-3.9,8.7-6.2c2.7-2.3,5.2-4.9,7.2-7.9c1.9-3,3.2-6.4,3.3-10c0-3.6-1.2-7-3.1-10c-1.9-3-4.4-5.6-7.1-8c-5.5-4.7-11.7-8.3-18.1-11.6C1004.5,20.6,990.8,15.8,977.1,11.6z"/>
6
+ <g transform="translate(415, 136)">
7
+ <path fill="currentColor" d="M18.1,11.2c-1.8,0-2.8-1.2-2.8-3V8c0.8-0.4,1.7-0.6,2.8-0.6c1.5,0,2.5,0.6,2.5,1.7C20.6,10.2,19.8,11.2,18.1,11.2L18.1,11.2z M18.3,5.7c-1.1,0-2,0.3-2.8,0.7c0.3-1.6,1.5-2.6,3.7-2.6c1.1,0,2.3,0.3,3.1,0.5V2.6c-0.8-0.3-1.9-0.5-3.1-0.5c-4.2,0-6.2,2.1-6.2,5.8c0,3.2,1.8,4.9,5.1,4.9c3.3,0,5-1.7,5-3.6C23,7,21.3,5.7,18.3,5.7L18.3,5.7z"/>
8
+ <path fill="currentColor" d="M39.3,1.8c0.9,0,1.6,0.7,1.6,1.5c0,0.8-0.7,1.6-1.6,1.6c-0.8,0-1.6-0.7-1.6-1.6C37.8,2.5,38.5,1.8,39.3,1.8L39.3,1.8z M39.3,6.3c1.7,0,3.1-1.3,3.1-3c0-1.6-1.4-3-3.1-3c-1.7,0-3.1,1.3-3.1,3C36.2,5,37.6,6.3,39.3,6.3L39.3,6.3z"/>
9
+ <path fill="currentColor" d="M30.3,3.8c2.1,0,2.9,1.4,2.9,3.6c0,2.2-0.8,3.6-2.9,3.6c-2.1,0-2.9-1.5-2.9-3.6C27.4,5.3,28.1,3.8,30.3,3.8L30.3,3.8z M30.2,12.8c3.9,0,5.2-2.6,5.2-5.4c0-2.8-1.3-5.3-5.2-5.3c-3.9,0-5.3,2.6-5.3,5.4C25,10.3,26.3,12.8,30.2,12.8L30.2,12.8z"/>
10
+ <path fill="currentColor" d="M10.9,9.7c0-1.1-0.8-2-2.5-2.5c1.3-0.5,1.9-1.3,1.9-2.3c0-1.7-1.7-2.8-4.6-2.8c-1.5,0-2.7,0.3-3.6,0.8v1.7c0.9-0.4,2.3-0.7,3.4-0.7C7,3.9,8,4.4,8,5.1c0,0.8-0.7,1.3-2.4,1.3H4.3v1.6h1.3c2,0,2.9,0.8,2.9,1.6c0,0.8-1,1.5-2.8,1.5c-1.5,0-2.8-0.3-3.7-0.6v1.7c0.9,0.3,2.1,0.6,3.8,0.6C9.2,12.8,10.9,11.4,10.9,9.7"/>
11
+ </g>
12
+ </svg>
13
+ `,Di=e=>{const t=document.createElement("div");return t.innerHTML=Hi,t.style.bottom=`${e}%`,t.className="cloudimage-360-view-360-circle",t},Zi=`
14
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
15
+ <!-- Circular arrows -->
16
+ <path d="M 75 50 A 25 25 0 1 1 50 25" stroke="currentColor" stroke-width="3"/>
17
+ <path d="M 25 50 A 25 25 0 1 1 50 75" stroke="currentColor" stroke-width="3"/>
18
+ <!-- Arrow heads -->
19
+ <path d="M 50 25 L 56 31 M 50 25 L 56 19" stroke="currentColor" stroke-width="3"/>
20
+ <path d="M 50 75 L 44 69 M 50 75 L 44 81" stroke="currentColor" stroke-width="3"/>
21
+ <!-- 360 text -->
22
+ <text x="50" y="54" text-anchor="middle" font-size="16" font-weight="600" fill="currentColor" stroke="none" font-family="system-ui, -apple-system, sans-serif">360°</text>
23
+ </svg>
24
+ `,Bi=e=>{const t=document.createElement("div");return t.className="cloudimage-initial-icon",t.setAttribute("aria-label","360 degree view - drag to rotate"),e?(t.style.backgroundImage=`url('${e}')`,t.style.backgroundPosition="50% 50%",t.style.backgroundSize="contain",t.style.backgroundRepeat="no-repeat"):t.innerHTML=Zi,t},Wi=(e,t)=>{const{width:i,height:o}=t,n=document.createElement("canvas");return n.width=i,n.height=o,n.style.width="100%",n.style.height="auto",e.appendChild(n),n},Fi=()=>{const e=document.createElement("button");return e.className="cloudimage-360-button cloudimage-360-close-icon",e.setAttribute("aria-label","Close fullscreen"),e.setAttribute("type","button"),e.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>',e},zi=()=>{const e=document.createElement("button");return e.className="cloudimage-360-button cloudimage-360-fullscreen-button",e.setAttribute("aria-label","View fullscreen"),e.setAttribute("type","button"),e.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" x2="14" y1="3" y2="10"/><line x1="3" x2="10" y1="21" y2="14"/></svg>',e},we=e=>{const t=document.createElement("div");return t.className="cloudimage-360-icons-container",e.appendChild(t),t},Ni=e=>{const t=document.createElement("div");return t.className="cloudimage-360-inner-box",t.setAttribute("role","img"),t.setAttribute("aria-label","360 degree product view. Use mouse drag or arrow keys to rotate."),e.appendChild(t),t},Vi=()=>{const e=document.createElement("button");return e.className="cloudimage-360-button cloudimage-360-magnifier-button",e.setAttribute("aria-label","Magnify image"),e.setAttribute("type","button"),e.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/><path d="M11 8v6"/><path d="M8 11h6"/></svg>',e},ji=e=>{const t=document.createElement("div");t.className="cloudimage-initial-icon";const i=document.createElement("span");return i.className="percentage",i.innerText="0%",t.appendChild(i),e.appendChild(t),t},$i=e=>{const t=document.createElement("div");t.className="cloudimage-360-fullscreen-modal";const i=e.cloneNode();return i.style.width="100%",i.style.maxWidth="100%",i.style.height="100vh",i.style.maxHeight="100%",t.appendChild(i),window.document.body.appendChild(t),i},$t=(e,t)=>{const i=e.querySelector(t);i&&i.parentNode.removeChild(i)},Gi=()=>{const e=document.createElement("div");return e.className="cloudimage-loading-spinner",e},Ui=()=>{const e=document.createElement("div");return e.className="cloudimage-360-transition-overlay",e},_i=e=>{const t=document.createElement("div");return t.className="cloudimage-360-hotspot-container",e.appendChild(t),t},Ki=e=>{const t=document.createElement("div");return t.className="cloudimage-360-sr-only",t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-atomic","true"),e.appendChild(t),t},Ji=(e,t)=>{e&&(e.textContent="",setTimeout(()=>{e.textContent=t},50))},xe={drag:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2"/><path d="M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2"/><path d="M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8"/><path d="M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15"/></svg>',swipe:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m18 16 4-4-4-4"/><path d="m6 8-4 4 4 4"/><path d="M8 12h8"/></svg>',click:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m9 9 5 12 1.8-5.2L21 14Z"/><path d="M7.2 2.2 8 5.1"/><path d="m5.1 8-2.9-.8"/><path d="M14 4.1 12 6"/><path d="m6 12-1.9 2"/></svg>',pinch:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M6 6l4 4"/><path d="M18 6l-4 4"/><path d="M6 18l4-4"/><path d="M18 18l-4-4"/><circle cx="12" cy="12" r="2"/></svg>',keys:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m9 10 3 3 3-3"/></svg>',fullscreen:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" x2="14" y1="3" y2="10"/><line x1="3" x2="10" y1="21" y2="14"/></svg>'},Qi={drag:"Drag to rotate",swipe:"Swipe to rotate",click:"Click to zoom",pinch:"Pinch to zoom",keys:"Use arrow keys",fullscreen:"Click for fullscreen"},qi=e=>{const t=document.createElement("div");return t.className="cloudimage-360-hint-item",t.innerHTML=`
25
+ ${xe[e]}
26
+ <span>${Qi[e]}</span>
27
+ `,t},Ie=(e,t=[])=>{if(!t||t.length===0)return null;const i=document.createElement("div");i.className="cloudimage-360-hints-overlay",i.setAttribute("role","tooltip"),i.setAttribute("aria-label","Interaction hints");const o=document.createElement("div");return o.className="cloudimage-360-hints-container",t.forEach(n=>{xe[n]&&o.appendChild(qi(n))}),i.appendChild(o),e.appendChild(i),i},Ce=(e,t)=>t?["swipe"]:["drag","click"],ke=e=>{e&&e.classList.add("visible")},to=e=>{e&&(e.classList.remove("visible"),e.classList.add("hiding"),setTimeout(()=>{e.classList.remove("hiding")},300))},eo=e=>{if(!e||typeof e!="object")return null;const t=Object.keys(e).map(o=>parseInt(o,10)).filter(o=>!isNaN(o)).sort((o,n)=>o-n);if(t.length===0)return null;const i=Math.floor(t.length/2);return t[i]},io=e=>{const t=[];return!e||!Array.isArray(e)||e.forEach((i,o)=>{const n=eo(i.positions);n!==null&&t.push({id:i.id||`hotspot-${o}`,frame:n,label:i.label||null})}),t},oo=400,no=(e,t,i,o)=>{const n=document.createElement("button");n.className="cloudimage-360-hotspot-timeline-dot",n.setAttribute("type","button"),n.setAttribute("aria-label",o||`Go to hotspot at frame ${t+1}`),n.setAttribute("data-frame",t.toString()),n.setAttribute("data-hotspot-id",e);const s=i>1?t/(i-1)*100:0;if(n.style.left=`${s}%`,o){const l=document.createElement("span");l.className="cloudimage-360-hotspot-timeline-tooltip",l.textContent=o,n.appendChild(l);let r=null;n.addEventListener("mouseenter",()=>{r=setTimeout(()=>{l.classList.add("visible")},oo)}),n.addEventListener("mouseleave",()=>{r&&(clearTimeout(r),r=null),l.classList.remove("visible")}),n.addEventListener("click",()=>{r&&(clearTimeout(r),r=null),l.classList.remove("visible")})}return n},so=(e,t,i)=>{const o=io(i);if(o.length===0)return null;const n=document.createElement("div");n.className="cloudimage-360-hotspot-timeline",n.setAttribute("role","navigation"),n.setAttribute("aria-label","Hotspot timeline navigation");const s=document.createElement("div");s.className="cloudimage-360-hotspot-timeline-track";const l=document.createElement("div");return l.className="cloudimage-360-hotspot-timeline-indicator",o.forEach(({id:r,frame:a,label:c})=>{const h=no(r,a,t,c);s.appendChild(h)}),s.appendChild(l),n.appendChild(s),e.appendChild(n),{element:n,indicator:l,hotspotFrames:o}},ro=(e,t,i)=>{if(!e)return;const o=i>1?t/(i-1)*100:0;e.style.left=`${o}%`},ao=e=>{e&&e.classList.add("visible")},lo=e=>{e&&e.classList.remove("visible")},Gt=(e,t=[])=>{if(!e)return t;try{return JSON.parse(e)}catch(i){return console.warn("CloudImage 360: Failed to parse JSON:",i.message),t}},co=(e,t)=>{const[i,o]=e.split("?");if(!o)return e;const n=new RegExp(`^${t}=|&${t}=`),s=o.split("&").filter(l=>!n.test(l)).join("&");return s?`${i}?${s}`:i},ho=e=>{const t=co(e,"width"),i=t.includes("?")?"&":"?";return`${t}${i}width=${150*devicePixelRatio}`},po=e=>{const t={root:null,rootMargin:"0px",threshold:.1},i=n=>{const s=n.getAttribute("data-src");s&&(n.src=s)};new IntersectionObserver((n,s)=>{n.forEach(l=>{l.isIntersecting&&(i(l.target),s.unobserve(l.target))})},t).observe(e)},uo=(e,t)=>{const i=be(1,t);return e.replace("{index}",i)},fo=(e,t)=>{const[i]=e,o=/(https?):\/\//i.test(i);return yt({...t,folder:o?"":t.folder,filename:i})},mo=(e,t)=>{const{imageList:i,indexZeroBase:o}=t;if(i.length){const n=Gt(i,null);if(n)return fo(n,t)}return uo(e,o)},Oe=(e,t,i)=>{const o=new Image;return o.setAttribute(t?"data-src":"src",e),o.className=i,o.style.cssText=`
28
+ position: ${t?"absolute":"static"};
407
29
  width: 100%;
408
30
  inset: 0;
409
31
  height: 100%;
410
32
  object-fit: contain;
411
33
  object-position: center;
412
34
  filter: blur(10px);
413
- `, n;
414
- }, he = (e, t, i) => {
415
- const { innerBox: n, imageList: o, lazyload: s } = t || {}, [a] = o, r = a || Ni(e, t), c = Hi(r), l = le(c, s, "cloudimage-lazy"), h = le(c, !1, "cloudimage-360-placeholder"), u = (f) => {
416
- Wt(n, ".cloudimage-lazy"), i && i({
417
- event: f,
418
- width: l.width,
419
- height: l.height,
420
- naturalWidth: l.naturalWidth,
421
- naturalHeight: l.naturalHeight,
422
- src: c
423
- });
424
- };
425
- l.onload = u, n.appendChild(l), n.appendChild(h), Bi(l);
426
- }, $i = (e, t) => {
427
- const i = new Image();
428
- i.src = e, i.onload = (n) => {
429
- t && t({
430
- event: n,
431
- width: i.width,
432
- height: i.height,
433
- naturalWidth: i.naturalWidth,
434
- naturalHeight: i.naturalHeight,
435
- src: e
436
- });
437
- }, i.onerror = function() {
438
- };
439
- }, Vi = (e, t) => {
440
- const i = t.getBoundingClientRect(), n = e.touches ? e.touches[0].clientX : e.clientX, o = e.touches ? e.touches[0].clientY : e.clientY;
441
- return {
442
- x: n - i.left,
443
- y: o - i.top
444
- };
445
- }, Mt = (e, t, i) => {
446
- const { container: n, w: o, h: s, zoom: a, bw: r, offsetX: c, offsetY: l } = t, h = Vi(e, n);
447
- let u = h.x, f = h.y;
448
- u = Math.max(o / a, Math.min(u, n.offsetWidth - o / a)), f = Math.max(s / a, Math.min(f, n.offsetHeight - s / a)), i.style.left = `${u - o}px`, i.style.top = `${f - s}px`;
449
- const d = (u - c) * a - o + r, y = (f - l) * a - s + r;
450
- i.style.backgroundPosition = `-${d}px -${y}px`;
451
- }, ji = (e, t, i, n, o, s) => {
452
- const { x: a = 0, y: r = 0 } = i || {}, c = (t.offsetWidth - a * 2) * s, l = (t.offsetHeight - r * 2) * s;
453
- if (!o) return;
454
- o.setAttribute("class", "cloudimage-360-img-magnifier-glass"), t.prepend(o), o.style.backgroundImage = `url('${n.src}')`, o.style.backgroundSize = `${c}px ${l}px`;
455
- const h = 3, u = o.offsetWidth / 2, f = o.offsetHeight / 2, d = {
456
- container: t,
457
- w: u,
458
- h: f,
459
- zoom: s,
460
- bw: h,
461
- offsetX: a,
462
- offsetY: r
463
- };
464
- Mt(e, d, o);
465
- const y = (v) => {
466
- Mt(v, d, o);
467
- }, g = (v) => {
468
- v.preventDefault(), Mt(v, d, o);
469
- };
470
- o.addEventListener("mousemove", y), t.addEventListener("mousemove", y), t.addEventListener("touchmove", g);
471
- }, Fi = (e, t, i) => {
472
- const { clientX: n, clientY: o } = e, s = t.getBoundingClientRect(), a = t.width / (s.width * i), r = t.height / (s.height * i), c = (n - s.left) * a, l = (o - s.top) * r;
473
- return { offsetX: c, offsetY: l };
474
- }, de = (e, { bottom: t, top: i }) => {
475
- e ? t() : i();
476
- }, ue = (e, { left: t, right: i }) => {
477
- e ? t() : i();
478
- }, Gi = ({ autoplayBehavior: e, spinY: t, reversed: i, loopTriggers: n }) => {
479
- switch (e) {
480
- case T.SPIN_XY:
481
- case T.SPIN_YX:
482
- t ? de(i, n) : ue(i, n);
483
- break;
484
- case T.SPIN_Y:
485
- de(i, n);
486
- break;
487
- case T.SPIN_X:
488
- default:
489
- ue(i, n);
490
- }
491
- }, zi = ({
492
- autoplayBehavior: e,
493
- activeImageX: t,
494
- activeImageY: i,
495
- amountX: n,
496
- amountY: o,
497
- autoplayReverse: s
498
- }) => {
499
- const a = (r, c) => {
500
- const l = c - 1;
501
- return s ? r === 0 : r === l;
502
- };
503
- switch (e) {
504
- case T.SPIN_XY:
505
- case T.SPIN_Y:
506
- return a(i, o);
507
- case T.SPIN_X:
508
- case T.SPIN_YX:
509
- default:
510
- return a(t, n);
511
- }
512
- }, Ui = ({
513
- autoplayBehavior: e,
514
- activeImageX: t,
515
- activeImageY: i,
516
- amountX: n,
517
- amountY: o,
518
- autoplayReverse: s,
519
- spinDirection: a
520
- }) => {
521
- const r = t === (s ? 0 : n - 1), c = i === (s ? 0 : o - 1);
522
- return e === T.SPIN_XY || e === T.SPIN_YX ? a === "x" && r || a === "y" && c : !1;
523
- }, Ki = (e, t, i) => {
524
- if (!i) return "x";
525
- if (!t) return "y";
526
- switch (e) {
527
- case T.SPIN_XY:
528
- return "x";
529
- case T.SPIN_YX:
530
- return "y";
531
- case T.SPIN_Y:
532
- return "y";
533
- case T.SPIN_X:
534
- default:
535
- return "x";
536
- }
537
- }, qi = (e) => e === "x" ? "y" : "x", pe = (e, t) => {
538
- const i = [...li];
539
- return t ? [...i, ...hi].includes(e) : i.includes(e);
540
- }, Ji = ({ deltaX: e, deltaY: t, reversed: i, allowSpinX: n, allowSpinY: o, threshold: s = 0 }) => {
541
- const a = n && !o || o && !n ? 0 : s, r = Math.abs(e), c = Math.abs(t);
542
- return n && r - a > c ? i ? e > 0 ? "left" : "right" : e > 0 ? "right" : "left" : o && c - a > r ? i ? t > 0 ? "up" : "down" : t > 0 ? "down" : "up" : null;
543
- }, Qi = () => "ontouchstart" in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0, _i = (e, t = 150) => {
544
- let i;
545
- return function(...n) {
546
- clearTimeout(i), i = setTimeout(() => {
547
- e.apply(this, n);
548
- }, t);
549
- };
550
- }, Se = "KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0IHg9KGEsdCxlKT0+e2NvbnN0IHM9YS9lLG49dC9lO3JldHVybnt6b29tZWRXaWR0aDpzLHpvb21lZEhlaWdodDpufX0sTz0oe3BvaW50ZXJYOmEscG9pbnRlclk6dCxpbWFnZURhdGE6ZSx6b29tZWRXaWR0aDpzLHpvb21lZEhlaWdodDpuLGRyYXdXaWR0aDppLGRyYXdIZWlnaHQ6Y30pPT57Y29uc3R7bmF0dXJhbFdpZHRoOnIsbmF0dXJhbEhlaWdodDpsfT1lO2xldCBnPWEvaSpyLXMvMix1PXQvYypsLW4vMjtjb25zdCBwPU1hdGgubWF4KDAsci1zKSxJPU1hdGgubWF4KDAsbC1uKTtyZXR1cm4gZz1NYXRoLm1heCgwLE1hdGgubWluKGcscCkpLHU9TWF0aC5tYXgoMCxNYXRoLm1pbih1LEkpKSx7em9vbU9mZnNldFg6Zyx6b29tT2Zmc2V0WTp1fX07bGV0IG8sbSxmLGgsZCx3O3NlbGYub25tZXNzYWdlPWFzeW5jIGE9Pntjb25zdHthY3Rpb246dCxvZmZzY3JlZW46ZSxkZXZpY2VQaXhlbFJhdGlvOnMsaW1hZ2VEYXRhOm4sem9vbVNjYWxlOmkscG9pbnRlclg6Yyxwb2ludGVyWTpyLGltYWdlQXNwZWN0UmF0aW86bCxjb250YWluZXJXaWR0aDpnLGNvbnRhaW5lckhlaWdodDp1fT1hLmRhdGE7c3dpdGNoKHQpe2Nhc2UiaW5pdENhbnZhcyI6dihlLHMpO2JyZWFrO2Nhc2UiYWRhcHRDYW52YXNTaXplIjp6KGwsZyx1KTticmVhaztjYXNlImRyYXdJbWFnZU9uQ2FudmFzIjpDKG4saSxjLHIpO2JyZWFrfX07Y29uc3Qgdj0oYSx0KT0+e289YSxtPW8uZ2V0Q29udGV4dCgiMmQiKSxmPXR9LHo9KGEsdCxlKT0+e2NvbnN0IHM9dC9lO3c9YT5zLG8ud2lkdGg9dCpmLG8uaGVpZ2h0PWUqZixtLnNjYWxlKGYsZiksdz8oaD10LGQ9dC9hKTooZD1lLGg9ZSphKSxtLmltYWdlU21vb3RoaW5nRW5hYmxlZD0hMCxtLmltYWdlU21vb3RoaW5nUXVhbGl0eT0iaGlnaCJ9LEM9KGE9e30sdD0xLGU9MCxzPTApPT57Y29uc3R7Yml0bWFwSW1hZ2U6bn09YTtpZighb3x8IW4pcmV0dXJuO2xldCBpLGM7aWYodz8oaT0wLGM9KG8uaGVpZ2h0L2YtZCkvMik6KGk9KG8ud2lkdGgvZi1oKS8yLGM9MCksbS5jbGVhclJlY3QoMCwwLG8ud2lkdGgsby5oZWlnaHQpLHQhPT0xKXtjb25zdHt6b29tZWRXaWR0aDpyLHpvb21lZEhlaWdodDpsfT14KGgsZCx0KSx7em9vbU9mZnNldFg6Zyx6b29tT2Zmc2V0WTp1fT1PKHtwb2ludGVyWDplLHBvaW50ZXJZOnMsaW1hZ2VEYXRhOmEsem9vbWVkV2lkdGg6cix6b29tZWRIZWlnaHQ6bCxkcmF3V2lkdGg6aCxkcmF3SGVpZ2h0OmR9KTttLmRyYXdJbWFnZShuLGcsdSxyLGwsaSxjLGgsZCl9ZWxzZSBtLmRyYXdJbWFnZShuLGksYyxoLGQpfX0pKCk7Cg==", tn = (e) => Uint8Array.from(atob(e), (t) => t.charCodeAt(0)), fe = typeof self < "u" && self.Blob && new Blob([tn(Se)], { type: "text/javascript;charset=utf-8" });
551
- function en(e) {
552
- let t;
553
- try {
554
- if (t = fe && (self.URL || self.webkitURL).createObjectURL(fe), !t) throw "";
555
- const i = new Worker(t, {
556
- name: e == null ? void 0 : e.name
557
- });
558
- return i.addEventListener("error", () => {
559
- (self.URL || self.webkitURL).revokeObjectURL(t);
560
- }), i;
561
- } catch {
562
- return new Worker(
563
- "data:text/javascript;base64," + Se,
564
- {
565
- name: e == null ? void 0 : e.name
566
- }
567
- );
568
- } finally {
569
- t && (self.URL || self.webkitURL).revokeObjectURL(t);
570
- }
571
- }
572
- const nn = (e) => e === "x" ? A.X : A.Y, on = (e, t, i) => e.filter(
573
- (n) => nn(n.orientation) === i && t in n.positions
574
- ), sn = (e) => {
575
- const t = document.createElement("span");
576
- return t.id = e, t.className = "cloudimage-360-hotspot", t.dataset.hotspotId = e, t;
577
- }, rn = (e) => {
578
- const t = Object.entries(e).sort(([s], [a]) => Number(s) - Number(a));
579
- let i = null, n = null;
580
- const o = {};
581
- for (const [s, a] of t)
582
- if (!a)
583
- o[s] = { x: i, y: n };
584
- else {
585
- const { x: r, y: c } = a;
586
- r != null && (i = r), c != null && (n = c), o[s] = {
587
- x: r || i,
588
- y: c || n
589
- };
590
- }
591
- return o;
592
- }, an = (e) => [
593
- {
594
- name: "offset",
595
- options: {
596
- offset: [0, 10]
597
- }
598
- },
599
- {
600
- name: "preventOverflow",
601
- options: {
602
- boundary: e
603
- }
604
- }
605
- ], cn = (e, t) => {
606
- const i = document.createElement("div");
607
- return i.className = "cloudimage-360-popper", i.id = `cloudimage-360-popper-${t}`, i.dataset.popperId = t, typeof e == "string" && /<\/?[a-z][\s\S]*>/i.test(e) ? i.innerHTML = e : i.textContent = e, document.body.appendChild(i), i;
608
- }, ln = (e) => {
609
- const t = [...e];
610
- return t.forEach((i, n) => {
611
- const o = { ...rn(i.positions) };
612
- t[n].initialPositions = o, t[n].positions = o;
613
- }), t;
614
- }, hn = ({
615
- newWidth: e,
616
- newHeight: t,
617
- initialContainerSize: i,
618
- imageAspectRatio: n,
619
- hotspotsConfig: o
620
- }) => {
621
- const [s, a] = i;
622
- let r = e, c = t, l = 0, h = 0;
623
- const u = e / t;
624
- n > u ? (c = e / n, h = (t - c) / 2) : (r = t * n, l = (e - r) / 2);
625
- const d = r / s, y = c / a;
626
- return o.map((g) => {
627
- const v = {};
628
- return Object.entries(g.initialPositions).forEach(([x, C]) => {
629
- v[x] = {
630
- x: C.x * d + l,
631
- y: C.y * y + h
632
- };
633
- }), { ...g, positions: v };
634
- });
635
- };
636
- var k = "top", N = "bottom", $ = "right", M = "left", Zt = "auto", It = [k, N, $, M], ct = "start", wt = "end", dn = "clippingParents", Ye = "viewport", vt = "popper", un = "reference", me = /* @__PURE__ */ It.reduce(function(e, t) {
637
- return e.concat([t + "-" + ct, t + "-" + wt]);
638
- }, []), Re = /* @__PURE__ */ [].concat(It, [Zt]).reduce(function(e, t) {
639
- return e.concat([t, t + "-" + ct, t + "-" + wt]);
640
- }, []), pn = "beforeRead", fn = "read", mn = "afterRead", vn = "beforeMain", gn = "main", yn = "afterMain", bn = "beforeWrite", wn = "write", xn = "afterWrite", In = [pn, fn, mn, vn, gn, yn, bn, wn, xn];
641
- function z(e) {
642
- return e ? (e.nodeName || "").toLowerCase() : null;
643
- }
644
- function Z(e) {
645
- if (e == null)
646
- return window;
647
- if (e.toString() !== "[object Window]") {
648
- var t = e.ownerDocument;
649
- return t && t.defaultView || window;
650
- }
651
- return e;
652
- }
653
- function st(e) {
654
- var t = Z(e).Element;
655
- return e instanceof t || e instanceof Element;
656
- }
657
- function D(e) {
658
- var t = Z(e).HTMLElement;
659
- return e instanceof t || e instanceof HTMLElement;
660
- }
661
- function Dt(e) {
662
- if (typeof ShadowRoot > "u")
663
- return !1;
664
- var t = Z(e).ShadowRoot;
665
- return e instanceof t || e instanceof ShadowRoot;
666
- }
667
- function Cn(e) {
668
- var t = e.state;
669
- Object.keys(t.elements).forEach(function(i) {
670
- var n = t.styles[i] || {}, o = t.attributes[i] || {}, s = t.elements[i];
671
- !D(s) || !z(s) || (Object.assign(s.style, n), Object.keys(o).forEach(function(a) {
672
- var r = o[a];
673
- r === !1 ? s.removeAttribute(a) : s.setAttribute(a, r === !0 ? "" : r);
674
- }));
675
- });
676
- }
677
- function On(e) {
678
- var t = e.state, i = {
679
- popper: {
680
- position: t.options.strategy,
681
- left: "0",
682
- top: "0",
683
- margin: "0"
684
- },
685
- arrow: {
686
- position: "absolute"
687
- },
688
- reference: {}
689
- };
690
- return Object.assign(t.elements.popper.style, i.popper), t.styles = i, t.elements.arrow && Object.assign(t.elements.arrow.style, i.arrow), function() {
691
- Object.keys(t.elements).forEach(function(n) {
692
- var o = t.elements[n], s = t.attributes[n] || {}, a = Object.keys(t.styles.hasOwnProperty(n) ? t.styles[n] : i[n]), r = a.reduce(function(c, l) {
693
- return c[l] = "", c;
694
- }, {});
695
- !D(o) || !z(o) || (Object.assign(o.style, r), Object.keys(s).forEach(function(c) {
696
- o.removeAttribute(c);
697
- }));
698
- });
699
- };
700
- }
701
- const En = {
702
- name: "applyStyles",
703
- enabled: !0,
704
- phase: "write",
705
- fn: Cn,
706
- effect: On,
707
- requires: ["computeStyles"]
708
- };
709
- function G(e) {
710
- return e.split("-")[0];
711
- }
712
- var ot = Math.max, Xt = Math.min, lt = Math.round;
713
- function Ht() {
714
- var e = navigator.userAgentData;
715
- return e != null && e.brands && Array.isArray(e.brands) ? e.brands.map(function(t) {
716
- return t.brand + "/" + t.version;
717
- }).join(" ") : navigator.userAgent;
718
- }
719
- function Xe() {
720
- return !/^((?!chrome|android).)*safari/i.test(Ht());
721
- }
722
- function ht(e, t, i) {
723
- t === void 0 && (t = !1), i === void 0 && (i = !1);
724
- var n = e.getBoundingClientRect(), o = 1, s = 1;
725
- t && D(e) && (o = e.offsetWidth > 0 && lt(n.width) / e.offsetWidth || 1, s = e.offsetHeight > 0 && lt(n.height) / e.offsetHeight || 1);
726
- var a = st(e) ? Z(e) : window, r = a.visualViewport, c = !Xe() && i, l = (n.left + (c && r ? r.offsetLeft : 0)) / o, h = (n.top + (c && r ? r.offsetTop : 0)) / s, u = n.width / o, f = n.height / s;
727
- return {
728
- width: u,
729
- height: f,
730
- top: h,
731
- right: l + u,
732
- bottom: h + f,
733
- left: l,
734
- x: l,
735
- y: h
736
- };
737
- }
738
- function Nt(e) {
739
- var t = ht(e), i = e.offsetWidth, n = e.offsetHeight;
740
- return Math.abs(t.width - i) <= 1 && (i = t.width), Math.abs(t.height - n) <= 1 && (n = t.height), {
741
- x: e.offsetLeft,
742
- y: e.offsetTop,
743
- width: i,
744
- height: n
745
- };
746
- }
747
- function Le(e, t) {
748
- var i = t.getRootNode && t.getRootNode();
749
- if (e.contains(t))
750
- return !0;
751
- if (i && Dt(i)) {
752
- var n = t;
753
- do {
754
- if (n && e.isSameNode(n))
755
- return !0;
756
- n = n.parentNode || n.host;
757
- } while (n);
758
- }
759
- return !1;
760
- }
761
- function J(e) {
762
- return Z(e).getComputedStyle(e);
763
- }
764
- function Sn(e) {
765
- return ["table", "td", "th"].indexOf(z(e)) >= 0;
766
- }
767
- function et(e) {
768
- return ((st(e) ? e.ownerDocument : (
769
- // $FlowFixMe[prop-missing]
770
- e.document
771
- )) || window.document).documentElement;
772
- }
773
- function Pt(e) {
774
- return z(e) === "html" ? e : (
775
- // this is a quicker (but less type safe) way to save quite some bytes from the bundle
776
- // $FlowFixMe[incompatible-return]
777
- // $FlowFixMe[prop-missing]
778
- e.assignedSlot || // step into the shadow DOM of the parent of a slotted node
779
- e.parentNode || // DOM Element detected
780
- (Dt(e) ? e.host : null) || // ShadowRoot detected
781
- // $FlowFixMe[incompatible-call]: HTMLElement is a Node
782
- et(e)
783
- );
784
- }
785
- function ve(e) {
786
- return !D(e) || // https://github.com/popperjs/popper-core/issues/837
787
- J(e).position === "fixed" ? null : e.offsetParent;
788
- }
789
- function Yn(e) {
790
- var t = /firefox/i.test(Ht()), i = /Trident/i.test(Ht());
791
- if (i && D(e)) {
792
- var n = J(e);
793
- if (n.position === "fixed")
794
- return null;
795
- }
796
- var o = Pt(e);
797
- for (Dt(o) && (o = o.host); D(o) && ["html", "body"].indexOf(z(o)) < 0; ) {
798
- var s = J(o);
799
- if (s.transform !== "none" || s.perspective !== "none" || s.contain === "paint" || ["transform", "perspective"].indexOf(s.willChange) !== -1 || t && s.willChange === "filter" || t && s.filter && s.filter !== "none")
800
- return o;
801
- o = o.parentNode;
802
- }
803
- return null;
804
- }
805
- function Ct(e) {
806
- for (var t = Z(e), i = ve(e); i && Sn(i) && J(i).position === "static"; )
807
- i = ve(i);
808
- return i && (z(i) === "html" || z(i) === "body" && J(i).position === "static") ? t : i || Yn(e) || t;
809
- }
810
- function $t(e) {
811
- return ["top", "bottom"].indexOf(e) >= 0 ? "x" : "y";
812
- }
813
- function yt(e, t, i) {
814
- return ot(e, Xt(t, i));
815
- }
816
- function Rn(e, t, i) {
817
- var n = yt(e, t, i);
818
- return n > i ? i : n;
819
- }
820
- function Pe() {
821
- return {
822
- top: 0,
823
- right: 0,
824
- bottom: 0,
825
- left: 0
826
- };
827
- }
828
- function Te(e) {
829
- return Object.assign({}, Pe(), e);
830
- }
831
- function Ae(e, t) {
832
- return t.reduce(function(i, n) {
833
- return i[n] = e, i;
834
- }, {});
835
- }
836
- var Xn = function(t, i) {
837
- return t = typeof t == "function" ? t(Object.assign({}, i.rects, {
838
- placement: i.placement
839
- })) : t, Te(typeof t != "number" ? t : Ae(t, It));
840
- };
841
- function Ln(e) {
842
- var t, i = e.state, n = e.name, o = e.options, s = i.elements.arrow, a = i.modifiersData.popperOffsets, r = G(i.placement), c = $t(r), l = [M, $].indexOf(r) >= 0, h = l ? "height" : "width";
843
- if (!(!s || !a)) {
844
- var u = Xn(o.padding, i), f = Nt(s), d = c === "y" ? k : M, y = c === "y" ? N : $, g = i.rects.reference[h] + i.rects.reference[c] - a[c] - i.rects.popper[h], v = a[c] - i.rects.reference[c], x = Ct(s), C = x ? c === "y" ? x.clientHeight || 0 : x.clientWidth || 0 : 0, O = g / 2 - v / 2, b = u[d], w = C - f[h] - u[y], m = C / 2 - f[h] / 2 + O, I = yt(b, m, w), E = c;
845
- i.modifiersData[n] = (t = {}, t[E] = I, t.centerOffset = I - m, t);
846
- }
847
- }
848
- function Pn(e) {
849
- var t = e.state, i = e.options, n = i.element, o = n === void 0 ? "[data-popper-arrow]" : n;
850
- o != null && (typeof o == "string" && (o = t.elements.popper.querySelector(o), !o) || Le(t.elements.popper, o) && (t.elements.arrow = o));
851
- }
852
- const Tn = {
853
- name: "arrow",
854
- enabled: !0,
855
- phase: "main",
856
- fn: Ln,
857
- effect: Pn,
858
- requires: ["popperOffsets"],
859
- requiresIfExists: ["preventOverflow"]
860
- };
861
- function dt(e) {
862
- return e.split("-")[1];
863
- }
864
- var An = {
865
- top: "auto",
866
- right: "auto",
867
- bottom: "auto",
868
- left: "auto"
869
- };
870
- function kn(e, t) {
871
- var i = e.x, n = e.y, o = t.devicePixelRatio || 1;
872
- return {
873
- x: lt(i * o) / o || 0,
874
- y: lt(n * o) / o || 0
875
- };
876
- }
877
- function ge(e) {
878
- var t, i = e.popper, n = e.popperRect, o = e.placement, s = e.variation, a = e.offsets, r = e.position, c = e.gpuAcceleration, l = e.adaptive, h = e.roundOffsets, u = e.isFixed, f = a.x, d = f === void 0 ? 0 : f, y = a.y, g = y === void 0 ? 0 : y, v = typeof h == "function" ? h({
879
- x: d,
880
- y: g
881
- }) : {
882
- x: d,
883
- y: g
884
- };
885
- d = v.x, g = v.y;
886
- var x = a.hasOwnProperty("x"), C = a.hasOwnProperty("y"), O = M, b = k, w = window;
887
- if (l) {
888
- var m = Ct(i), I = "clientHeight", E = "clientWidth";
889
- if (m === Z(i) && (m = et(i), J(m).position !== "static" && r === "absolute" && (I = "scrollHeight", E = "scrollWidth")), m = m, o === k || (o === M || o === $) && s === wt) {
890
- b = N;
891
- var S = u && m === w && w.visualViewport ? w.visualViewport.height : (
892
- // $FlowFixMe[prop-missing]
893
- m[I]
894
- );
895
- g -= S - n.height, g *= c ? 1 : -1;
896
- }
897
- if (o === M || (o === k || o === N) && s === wt) {
898
- O = $;
899
- var Y = u && m === w && w.visualViewport ? w.visualViewport.width : (
900
- // $FlowFixMe[prop-missing]
901
- m[E]
902
- );
903
- d -= Y - n.width, d *= c ? 1 : -1;
904
- }
905
- }
906
- var X = Object.assign({
907
- position: r
908
- }, l && An), W = h === !0 ? kn({
909
- x: d,
910
- y: g
911
- }, Z(i)) : {
912
- x: d,
913
- y: g
914
- };
915
- if (d = W.x, g = W.y, c) {
916
- var L;
917
- return Object.assign({}, X, (L = {}, L[b] = C ? "0" : "", L[O] = x ? "0" : "", L.transform = (w.devicePixelRatio || 1) <= 1 ? "translate(" + d + "px, " + g + "px)" : "translate3d(" + d + "px, " + g + "px, 0)", L));
918
- }
919
- return Object.assign({}, X, (t = {}, t[b] = C ? g + "px" : "", t[O] = x ? d + "px" : "", t.transform = "", t));
920
- }
921
- function Mn(e) {
922
- var t = e.state, i = e.options, n = i.gpuAcceleration, o = n === void 0 ? !0 : n, s = i.adaptive, a = s === void 0 ? !0 : s, r = i.roundOffsets, c = r === void 0 ? !0 : r, l = {
923
- placement: G(t.placement),
924
- variation: dt(t.placement),
925
- popper: t.elements.popper,
926
- popperRect: t.rects.popper,
927
- gpuAcceleration: o,
928
- isFixed: t.options.strategy === "fixed"
929
- };
930
- t.modifiersData.popperOffsets != null && (t.styles.popper = Object.assign({}, t.styles.popper, ge(Object.assign({}, l, {
931
- offsets: t.modifiersData.popperOffsets,
932
- position: t.options.strategy,
933
- adaptive: a,
934
- roundOffsets: c
935
- })))), t.modifiersData.arrow != null && (t.styles.arrow = Object.assign({}, t.styles.arrow, ge(Object.assign({}, l, {
936
- offsets: t.modifiersData.arrow,
937
- position: "absolute",
938
- adaptive: !1,
939
- roundOffsets: c
940
- })))), t.attributes.popper = Object.assign({}, t.attributes.popper, {
941
- "data-popper-placement": t.placement
942
- });
943
- }
944
- const Wn = {
945
- name: "computeStyles",
946
- enabled: !0,
947
- phase: "beforeWrite",
948
- fn: Mn,
949
- data: {}
950
- };
951
- var St = {
952
- passive: !0
953
- };
954
- function Hn(e) {
955
- var t = e.state, i = e.instance, n = e.options, o = n.scroll, s = o === void 0 ? !0 : o, a = n.resize, r = a === void 0 ? !0 : a, c = Z(t.elements.popper), l = [].concat(t.scrollParents.reference, t.scrollParents.popper);
956
- return s && l.forEach(function(h) {
957
- h.addEventListener("scroll", i.update, St);
958
- }), r && c.addEventListener("resize", i.update, St), function() {
959
- s && l.forEach(function(h) {
960
- h.removeEventListener("scroll", i.update, St);
961
- }), r && c.removeEventListener("resize", i.update, St);
962
- };
963
- }
964
- const Bn = {
965
- name: "eventListeners",
966
- enabled: !0,
967
- phase: "write",
968
- fn: function() {
969
- },
970
- effect: Hn,
971
- data: {}
972
- };
973
- var Zn = {
974
- left: "right",
975
- right: "left",
976
- bottom: "top",
977
- top: "bottom"
978
- };
979
- function Yt(e) {
980
- return e.replace(/left|right|bottom|top/g, function(t) {
981
- return Zn[t];
982
- });
983
- }
984
- var Dn = {
985
- start: "end",
986
- end: "start"
987
- };
988
- function ye(e) {
989
- return e.replace(/start|end/g, function(t) {
990
- return Dn[t];
991
- });
992
- }
993
- function Vt(e) {
994
- var t = Z(e), i = t.pageXOffset, n = t.pageYOffset;
995
- return {
996
- scrollLeft: i,
997
- scrollTop: n
998
- };
999
- }
1000
- function jt(e) {
1001
- return ht(et(e)).left + Vt(e).scrollLeft;
1002
- }
1003
- function Nn(e, t) {
1004
- var i = Z(e), n = et(e), o = i.visualViewport, s = n.clientWidth, a = n.clientHeight, r = 0, c = 0;
1005
- if (o) {
1006
- s = o.width, a = o.height;
1007
- var l = Xe();
1008
- (l || !l && t === "fixed") && (r = o.offsetLeft, c = o.offsetTop);
1009
- }
1010
- return {
1011
- width: s,
1012
- height: a,
1013
- x: r + jt(e),
1014
- y: c
1015
- };
1016
- }
1017
- function $n(e) {
1018
- var t, i = et(e), n = Vt(e), o = (t = e.ownerDocument) == null ? void 0 : t.body, s = ot(i.scrollWidth, i.clientWidth, o ? o.scrollWidth : 0, o ? o.clientWidth : 0), a = ot(i.scrollHeight, i.clientHeight, o ? o.scrollHeight : 0, o ? o.clientHeight : 0), r = -n.scrollLeft + jt(e), c = -n.scrollTop;
1019
- return J(o || i).direction === "rtl" && (r += ot(i.clientWidth, o ? o.clientWidth : 0) - s), {
1020
- width: s,
1021
- height: a,
1022
- x: r,
1023
- y: c
1024
- };
1025
- }
1026
- function Ft(e) {
1027
- var t = J(e), i = t.overflow, n = t.overflowX, o = t.overflowY;
1028
- return /auto|scroll|overlay|hidden/.test(i + o + n);
1029
- }
1030
- function ke(e) {
1031
- return ["html", "body", "#document"].indexOf(z(e)) >= 0 ? e.ownerDocument.body : D(e) && Ft(e) ? e : ke(Pt(e));
1032
- }
1033
- function bt(e, t) {
1034
- var i;
1035
- t === void 0 && (t = []);
1036
- var n = ke(e), o = n === ((i = e.ownerDocument) == null ? void 0 : i.body), s = Z(n), a = o ? [s].concat(s.visualViewport || [], Ft(n) ? n : []) : n, r = t.concat(a);
1037
- return o ? r : (
1038
- // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
1039
- r.concat(bt(Pt(a)))
1040
- );
1041
- }
1042
- function Bt(e) {
1043
- return Object.assign({}, e, {
1044
- left: e.x,
1045
- top: e.y,
1046
- right: e.x + e.width,
1047
- bottom: e.y + e.height
1048
- });
1049
- }
1050
- function Vn(e, t) {
1051
- var i = ht(e, !1, t === "fixed");
1052
- return i.top = i.top + e.clientTop, i.left = i.left + e.clientLeft, i.bottom = i.top + e.clientHeight, i.right = i.left + e.clientWidth, i.width = e.clientWidth, i.height = e.clientHeight, i.x = i.left, i.y = i.top, i;
1053
- }
1054
- function be(e, t, i) {
1055
- return t === Ye ? Bt(Nn(e, i)) : st(t) ? Vn(t, i) : Bt($n(et(e)));
1056
- }
1057
- function jn(e) {
1058
- var t = bt(Pt(e)), i = ["absolute", "fixed"].indexOf(J(e).position) >= 0, n = i && D(e) ? Ct(e) : e;
1059
- return st(n) ? t.filter(function(o) {
1060
- return st(o) && Le(o, n) && z(o) !== "body";
1061
- }) : [];
1062
- }
1063
- function Fn(e, t, i, n) {
1064
- var o = t === "clippingParents" ? jn(e) : [].concat(t), s = [].concat(o, [i]), a = s[0], r = s.reduce(function(c, l) {
1065
- var h = be(e, l, n);
1066
- return c.top = ot(h.top, c.top), c.right = Xt(h.right, c.right), c.bottom = Xt(h.bottom, c.bottom), c.left = ot(h.left, c.left), c;
1067
- }, be(e, a, n));
1068
- return r.width = r.right - r.left, r.height = r.bottom - r.top, r.x = r.left, r.y = r.top, r;
1069
- }
1070
- function Me(e) {
1071
- var t = e.reference, i = e.element, n = e.placement, o = n ? G(n) : null, s = n ? dt(n) : null, a = t.x + t.width / 2 - i.width / 2, r = t.y + t.height / 2 - i.height / 2, c;
1072
- switch (o) {
1073
- case k:
1074
- c = {
1075
- x: a,
1076
- y: t.y - i.height
1077
- };
1078
- break;
1079
- case N:
1080
- c = {
1081
- x: a,
1082
- y: t.y + t.height
1083
- };
1084
- break;
1085
- case $:
1086
- c = {
1087
- x: t.x + t.width,
1088
- y: r
1089
- };
1090
- break;
1091
- case M:
1092
- c = {
1093
- x: t.x - i.width,
1094
- y: r
1095
- };
1096
- break;
1097
- default:
1098
- c = {
1099
- x: t.x,
1100
- y: t.y
1101
- };
1102
- }
1103
- var l = o ? $t(o) : null;
1104
- if (l != null) {
1105
- var h = l === "y" ? "height" : "width";
1106
- switch (s) {
1107
- case ct:
1108
- c[l] = c[l] - (t[h] / 2 - i[h] / 2);
1109
- break;
1110
- case wt:
1111
- c[l] = c[l] + (t[h] / 2 - i[h] / 2);
1112
- break;
1113
- }
1114
- }
1115
- return c;
1116
- }
1117
- function xt(e, t) {
1118
- t === void 0 && (t = {});
1119
- var i = t, n = i.placement, o = n === void 0 ? e.placement : n, s = i.strategy, a = s === void 0 ? e.strategy : s, r = i.boundary, c = r === void 0 ? dn : r, l = i.rootBoundary, h = l === void 0 ? Ye : l, u = i.elementContext, f = u === void 0 ? vt : u, d = i.altBoundary, y = d === void 0 ? !1 : d, g = i.padding, v = g === void 0 ? 0 : g, x = Te(typeof v != "number" ? v : Ae(v, It)), C = f === vt ? un : vt, O = e.rects.popper, b = e.elements[y ? C : f], w = Fn(st(b) ? b : b.contextElement || et(e.elements.popper), c, h, a), m = ht(e.elements.reference), I = Me({
1120
- reference: m,
1121
- element: O,
1122
- strategy: "absolute",
1123
- placement: o
1124
- }), E = Bt(Object.assign({}, O, I)), S = f === vt ? E : m, Y = {
1125
- top: w.top - S.top + x.top,
1126
- bottom: S.bottom - w.bottom + x.bottom,
1127
- left: w.left - S.left + x.left,
1128
- right: S.right - w.right + x.right
1129
- }, X = e.modifiersData.offset;
1130
- if (f === vt && X) {
1131
- var W = X[o];
1132
- Object.keys(Y).forEach(function(L) {
1133
- var U = [$, N].indexOf(L) >= 0 ? 1 : -1, K = [k, N].indexOf(L) >= 0 ? "y" : "x";
1134
- Y[L] += W[K] * U;
1135
- });
1136
- }
1137
- return Y;
1138
- }
1139
- function Gn(e, t) {
1140
- t === void 0 && (t = {});
1141
- var i = t, n = i.placement, o = i.boundary, s = i.rootBoundary, a = i.padding, r = i.flipVariations, c = i.allowedAutoPlacements, l = c === void 0 ? Re : c, h = dt(n), u = h ? r ? me : me.filter(function(y) {
1142
- return dt(y) === h;
1143
- }) : It, f = u.filter(function(y) {
1144
- return l.indexOf(y) >= 0;
1145
- });
1146
- f.length === 0 && (f = u);
1147
- var d = f.reduce(function(y, g) {
1148
- return y[g] = xt(e, {
1149
- placement: g,
1150
- boundary: o,
1151
- rootBoundary: s,
1152
- padding: a
1153
- })[G(g)], y;
1154
- }, {});
1155
- return Object.keys(d).sort(function(y, g) {
1156
- return d[y] - d[g];
1157
- });
1158
- }
1159
- function zn(e) {
1160
- if (G(e) === Zt)
1161
- return [];
1162
- var t = Yt(e);
1163
- return [ye(e), t, ye(t)];
1164
- }
1165
- function Un(e) {
1166
- var t = e.state, i = e.options, n = e.name;
1167
- if (!t.modifiersData[n]._skip) {
1168
- for (var o = i.mainAxis, s = o === void 0 ? !0 : o, a = i.altAxis, r = a === void 0 ? !0 : a, c = i.fallbackPlacements, l = i.padding, h = i.boundary, u = i.rootBoundary, f = i.altBoundary, d = i.flipVariations, y = d === void 0 ? !0 : d, g = i.allowedAutoPlacements, v = t.options.placement, x = G(v), C = x === v, O = c || (C || !y ? [Yt(v)] : zn(v)), b = [v].concat(O).reduce(function(j, V) {
1169
- return j.concat(G(V) === Zt ? Gn(t, {
1170
- placement: V,
1171
- boundary: h,
1172
- rootBoundary: u,
1173
- padding: l,
1174
- flipVariations: y,
1175
- allowedAutoPlacements: g
1176
- }) : V);
1177
- }, []), w = t.rects.reference, m = t.rects.popper, I = /* @__PURE__ */ new Map(), E = !0, S = b[0], Y = 0; Y < b.length; Y++) {
1178
- var X = b[Y], W = G(X), L = dt(X) === ct, U = [k, N].indexOf(W) >= 0, K = U ? "width" : "height", P = xt(t, {
1179
- placement: X,
1180
- boundary: h,
1181
- rootBoundary: u,
1182
- altBoundary: f,
1183
- padding: l
1184
- }), H = U ? L ? $ : M : L ? N : k;
1185
- w[K] > m[K] && (H = Yt(H));
1186
- var rt = Yt(H), q = [];
1187
- if (s && q.push(P[W] <= 0), r && q.push(P[H] <= 0, P[rt] <= 0), q.every(function(j) {
1188
- return j;
1189
- })) {
1190
- S = X, E = !1;
1191
- break;
1192
- }
1193
- I.set(X, q);
1194
- }
1195
- if (E)
1196
- for (var at = y ? 3 : 1, ut = function(V) {
1197
- var tt = b.find(function(it) {
1198
- var F = I.get(it);
1199
- if (F)
1200
- return F.slice(0, V).every(function(pt) {
1201
- return pt;
1202
- });
1203
- });
1204
- if (tt)
1205
- return S = tt, "break";
1206
- }, Q = at; Q > 0; Q--) {
1207
- var _ = ut(Q);
1208
- if (_ === "break") break;
1209
- }
1210
- t.placement !== S && (t.modifiersData[n]._skip = !0, t.placement = S, t.reset = !0);
1211
- }
1212
- }
1213
- const Kn = {
1214
- name: "flip",
1215
- enabled: !0,
1216
- phase: "main",
1217
- fn: Un,
1218
- requiresIfExists: ["offset"],
1219
- data: {
1220
- _skip: !1
1221
- }
1222
- };
1223
- function we(e, t, i) {
1224
- return i === void 0 && (i = {
1225
- x: 0,
1226
- y: 0
1227
- }), {
1228
- top: e.top - t.height - i.y,
1229
- right: e.right - t.width + i.x,
1230
- bottom: e.bottom - t.height + i.y,
1231
- left: e.left - t.width - i.x
1232
- };
1233
- }
1234
- function xe(e) {
1235
- return [k, $, N, M].some(function(t) {
1236
- return e[t] >= 0;
1237
- });
1238
- }
1239
- function qn(e) {
1240
- var t = e.state, i = e.name, n = t.rects.reference, o = t.rects.popper, s = t.modifiersData.preventOverflow, a = xt(t, {
1241
- elementContext: "reference"
1242
- }), r = xt(t, {
1243
- altBoundary: !0
1244
- }), c = we(a, n), l = we(r, o, s), h = xe(c), u = xe(l);
1245
- t.modifiersData[i] = {
1246
- referenceClippingOffsets: c,
1247
- popperEscapeOffsets: l,
1248
- isReferenceHidden: h,
1249
- hasPopperEscaped: u
1250
- }, t.attributes.popper = Object.assign({}, t.attributes.popper, {
1251
- "data-popper-reference-hidden": h,
1252
- "data-popper-escaped": u
1253
- });
1254
- }
1255
- const Jn = {
1256
- name: "hide",
1257
- enabled: !0,
1258
- phase: "main",
1259
- requiresIfExists: ["preventOverflow"],
1260
- fn: qn
1261
- };
1262
- function Qn(e, t, i) {
1263
- var n = G(e), o = [M, k].indexOf(n) >= 0 ? -1 : 1, s = typeof i == "function" ? i(Object.assign({}, t, {
1264
- placement: e
1265
- })) : i, a = s[0], r = s[1];
1266
- return a = a || 0, r = (r || 0) * o, [M, $].indexOf(n) >= 0 ? {
1267
- x: r,
1268
- y: a
1269
- } : {
1270
- x: a,
1271
- y: r
1272
- };
1273
- }
1274
- function _n(e) {
1275
- var t = e.state, i = e.options, n = e.name, o = i.offset, s = o === void 0 ? [0, 0] : o, a = Re.reduce(function(h, u) {
1276
- return h[u] = Qn(u, t.rects, s), h;
1277
- }, {}), r = a[t.placement], c = r.x, l = r.y;
1278
- t.modifiersData.popperOffsets != null && (t.modifiersData.popperOffsets.x += c, t.modifiersData.popperOffsets.y += l), t.modifiersData[n] = a;
1279
- }
1280
- const to = {
1281
- name: "offset",
1282
- enabled: !0,
1283
- phase: "main",
1284
- requires: ["popperOffsets"],
1285
- fn: _n
1286
- };
1287
- function eo(e) {
1288
- var t = e.state, i = e.name;
1289
- t.modifiersData[i] = Me({
1290
- reference: t.rects.reference,
1291
- element: t.rects.popper,
1292
- strategy: "absolute",
1293
- placement: t.placement
1294
- });
1295
- }
1296
- const io = {
1297
- name: "popperOffsets",
1298
- enabled: !0,
1299
- phase: "read",
1300
- fn: eo,
1301
- data: {}
1302
- };
1303
- function no(e) {
1304
- return e === "x" ? "y" : "x";
1305
- }
1306
- function oo(e) {
1307
- var t = e.state, i = e.options, n = e.name, o = i.mainAxis, s = o === void 0 ? !0 : o, a = i.altAxis, r = a === void 0 ? !1 : a, c = i.boundary, l = i.rootBoundary, h = i.altBoundary, u = i.padding, f = i.tether, d = f === void 0 ? !0 : f, y = i.tetherOffset, g = y === void 0 ? 0 : y, v = xt(t, {
1308
- boundary: c,
1309
- rootBoundary: l,
1310
- padding: u,
1311
- altBoundary: h
1312
- }), x = G(t.placement), C = dt(t.placement), O = !C, b = $t(x), w = no(b), m = t.modifiersData.popperOffsets, I = t.rects.reference, E = t.rects.popper, S = typeof g == "function" ? g(Object.assign({}, t.rects, {
1313
- placement: t.placement
1314
- })) : g, Y = typeof S == "number" ? {
1315
- mainAxis: S,
1316
- altAxis: S
1317
- } : Object.assign({
1318
- mainAxis: 0,
1319
- altAxis: 0
1320
- }, S), X = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, W = {
1321
- x: 0,
1322
- y: 0
1323
- };
1324
- if (m) {
1325
- if (s) {
1326
- var L, U = b === "y" ? k : M, K = b === "y" ? N : $, P = b === "y" ? "height" : "width", H = m[b], rt = H + v[U], q = H - v[K], at = d ? -E[P] / 2 : 0, ut = C === ct ? I[P] : E[P], Q = C === ct ? -E[P] : -I[P], _ = t.elements.arrow, j = d && _ ? Nt(_) : {
1327
- width: 0,
1328
- height: 0
1329
- }, V = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Pe(), tt = V[U], it = V[K], F = yt(0, I[P], j[P]), pt = O ? I[P] / 2 - at - F - tt - Y.mainAxis : ut - F - tt - Y.mainAxis, ft = O ? -I[P] / 2 + at + F + it + Y.mainAxis : Q + F + it + Y.mainAxis, mt = t.elements.arrow && Ct(t.elements.arrow), Tt = mt ? b === "y" ? mt.clientTop || 0 : mt.clientLeft || 0 : 0, Gt = (L = X == null ? void 0 : X[b]) != null ? L : 0, We = H + pt - Gt - Tt, He = H + ft - Gt, zt = yt(d ? Xt(rt, We) : rt, H, d ? ot(q, He) : q);
1330
- m[b] = zt, W[b] = zt - H;
1331
- }
1332
- if (r) {
1333
- var Ut, Be = b === "x" ? k : M, Ze = b === "x" ? N : $, nt = m[w], Ot = w === "y" ? "height" : "width", Kt = nt + v[Be], qt = nt - v[Ze], At = [k, M].indexOf(x) !== -1, Jt = (Ut = X == null ? void 0 : X[w]) != null ? Ut : 0, Qt = At ? Kt : nt - I[Ot] - E[Ot] - Jt + Y.altAxis, _t = At ? nt + I[Ot] + E[Ot] - Jt - Y.altAxis : qt, te = d && At ? Rn(Qt, nt, _t) : yt(d ? Qt : Kt, nt, d ? _t : qt);
1334
- m[w] = te, W[w] = te - nt;
1335
- }
1336
- t.modifiersData[n] = W;
1337
- }
1338
- }
1339
- const so = {
1340
- name: "preventOverflow",
1341
- enabled: !0,
1342
- phase: "main",
1343
- fn: oo,
1344
- requiresIfExists: ["offset"]
1345
- };
1346
- function ro(e) {
1347
- return {
1348
- scrollLeft: e.scrollLeft,
1349
- scrollTop: e.scrollTop
1350
- };
1351
- }
1352
- function ao(e) {
1353
- return e === Z(e) || !D(e) ? Vt(e) : ro(e);
1354
- }
1355
- function co(e) {
1356
- var t = e.getBoundingClientRect(), i = lt(t.width) / e.offsetWidth || 1, n = lt(t.height) / e.offsetHeight || 1;
1357
- return i !== 1 || n !== 1;
1358
- }
1359
- function lo(e, t, i) {
1360
- i === void 0 && (i = !1);
1361
- var n = D(t), o = D(t) && co(t), s = et(t), a = ht(e, o, i), r = {
1362
- scrollLeft: 0,
1363
- scrollTop: 0
1364
- }, c = {
1365
- x: 0,
1366
- y: 0
1367
- };
1368
- return (n || !n && !i) && ((z(t) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
1369
- Ft(s)) && (r = ao(t)), D(t) ? (c = ht(t, !0), c.x += t.clientLeft, c.y += t.clientTop) : s && (c.x = jt(s))), {
1370
- x: a.left + r.scrollLeft - c.x,
1371
- y: a.top + r.scrollTop - c.y,
1372
- width: a.width,
1373
- height: a.height
1374
- };
1375
- }
1376
- function ho(e) {
1377
- var t = /* @__PURE__ */ new Map(), i = /* @__PURE__ */ new Set(), n = [];
1378
- e.forEach(function(s) {
1379
- t.set(s.name, s);
1380
- });
1381
- function o(s) {
1382
- i.add(s.name);
1383
- var a = [].concat(s.requires || [], s.requiresIfExists || []);
1384
- a.forEach(function(r) {
1385
- if (!i.has(r)) {
1386
- var c = t.get(r);
1387
- c && o(c);
1388
- }
1389
- }), n.push(s);
1390
- }
1391
- return e.forEach(function(s) {
1392
- i.has(s.name) || o(s);
1393
- }), n;
1394
- }
1395
- function uo(e) {
1396
- var t = ho(e);
1397
- return In.reduce(function(i, n) {
1398
- return i.concat(t.filter(function(o) {
1399
- return o.phase === n;
1400
- }));
1401
- }, []);
1402
- }
1403
- function po(e) {
1404
- var t;
1405
- return function() {
1406
- return t || (t = new Promise(function(i) {
1407
- Promise.resolve().then(function() {
1408
- t = void 0, i(e());
1409
- });
1410
- })), t;
1411
- };
1412
- }
1413
- function fo(e) {
1414
- var t = e.reduce(function(i, n) {
1415
- var o = i[n.name];
1416
- return i[n.name] = o ? Object.assign({}, o, n, {
1417
- options: Object.assign({}, o.options, n.options),
1418
- data: Object.assign({}, o.data, n.data)
1419
- }) : n, i;
1420
- }, {});
1421
- return Object.keys(t).map(function(i) {
1422
- return t[i];
1423
- });
1424
- }
1425
- var Ie = {
1426
- placement: "bottom",
1427
- modifiers: [],
1428
- strategy: "absolute"
1429
- };
1430
- function Ce() {
1431
- for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
1432
- t[i] = arguments[i];
1433
- return !t.some(function(n) {
1434
- return !(n && typeof n.getBoundingClientRect == "function");
1435
- });
1436
- }
1437
- function mo(e) {
1438
- e === void 0 && (e = {});
1439
- var t = e, i = t.defaultModifiers, n = i === void 0 ? [] : i, o = t.defaultOptions, s = o === void 0 ? Ie : o;
1440
- return function(r, c, l) {
1441
- l === void 0 && (l = s);
1442
- var h = {
1443
- placement: "bottom",
1444
- orderedModifiers: [],
1445
- options: Object.assign({}, Ie, s),
1446
- modifiersData: {},
1447
- elements: {
1448
- reference: r,
1449
- popper: c
1450
- },
1451
- attributes: {},
1452
- styles: {}
1453
- }, u = [], f = !1, d = {
1454
- state: h,
1455
- setOptions: function(x) {
1456
- var C = typeof x == "function" ? x(h.options) : x;
1457
- g(), h.options = Object.assign({}, s, h.options, C), h.scrollParents = {
1458
- reference: st(r) ? bt(r) : r.contextElement ? bt(r.contextElement) : [],
1459
- popper: bt(c)
1460
- };
1461
- var O = uo(fo([].concat(n, h.options.modifiers)));
1462
- return h.orderedModifiers = O.filter(function(b) {
1463
- return b.enabled;
1464
- }), y(), d.update();
1465
- },
1466
- // Sync update – it will always be executed, even if not necessary. This
1467
- // is useful for low frequency updates where sync behavior simplifies the
1468
- // logic.
1469
- // For high frequency updates (e.g. `resize` and `scroll` events), always
1470
- // prefer the async Popper#update method
1471
- forceUpdate: function() {
1472
- if (!f) {
1473
- var x = h.elements, C = x.reference, O = x.popper;
1474
- if (Ce(C, O)) {
1475
- h.rects = {
1476
- reference: lo(C, Ct(O), h.options.strategy === "fixed"),
1477
- popper: Nt(O)
1478
- }, h.reset = !1, h.placement = h.options.placement, h.orderedModifiers.forEach(function(Y) {
1479
- return h.modifiersData[Y.name] = Object.assign({}, Y.data);
1480
- });
1481
- for (var b = 0; b < h.orderedModifiers.length; b++) {
1482
- if (h.reset === !0) {
1483
- h.reset = !1, b = -1;
1484
- continue;
1485
- }
1486
- var w = h.orderedModifiers[b], m = w.fn, I = w.options, E = I === void 0 ? {} : I, S = w.name;
1487
- typeof m == "function" && (h = m({
1488
- state: h,
1489
- options: E,
1490
- name: S,
1491
- instance: d
1492
- }) || h);
1493
- }
1494
- }
1495
- }
1496
- },
1497
- // Async and optimistically optimized update – it will not be executed if
1498
- // not necessary (debounced to run at most once-per-tick)
1499
- update: po(function() {
1500
- return new Promise(function(v) {
1501
- d.forceUpdate(), v(h);
1502
- });
1503
- }),
1504
- destroy: function() {
1505
- g(), f = !0;
1506
- }
1507
- };
1508
- if (!Ce(r, c))
1509
- return d;
1510
- d.setOptions(l).then(function(v) {
1511
- !f && l.onFirstUpdate && l.onFirstUpdate(v);
1512
- });
1513
- function y() {
1514
- h.orderedModifiers.forEach(function(v) {
1515
- var x = v.name, C = v.options, O = C === void 0 ? {} : C, b = v.effect;
1516
- if (typeof b == "function") {
1517
- var w = b({
1518
- state: h,
1519
- name: x,
1520
- instance: d,
1521
- options: O
1522
- }), m = function() {
1523
- };
1524
- u.push(w || m);
1525
- }
1526
- });
1527
- }
1528
- function g() {
1529
- u.forEach(function(v) {
1530
- return v();
1531
- }), u = [];
1532
- }
1533
- return d;
1534
- };
1535
- }
1536
- var vo = [Bn, io, Wn, En, to, Kn, so, Tn, Jn], go = /* @__PURE__ */ mo({
1537
- defaultModifiers: vo
1538
- });
1539
- class yo {
1540
- constructor(t, i, n) {
1541
- ee(this, "updateHotspotPosition", (t, i) => {
1542
- this.currentActiveIndex = t, this.currentOrientation = i;
1543
- const n = on(this.hotspotsConfig, t, i);
1544
- this.hideHotspots(), n.forEach((o) => this.updateAndShowHotspot(o, t));
1545
- });
1546
- this.container = i, this.popper = null, this.popperInstance = null, this.hotspotsContainer = Mi(this.container), this.hotspotsConfig = ln(t), this.shouldHidePopper = !0, this.hidePopper = this.hidePopper.bind(this), this.imageAspectRatio = n;
1547
- const { containerSize: o } = t[0];
1548
- this.initialContainerSize = o || [i.offsetWidth, i.offsetHeight], this.initHotspots(), this.observeContainerResize();
1549
- }
1550
- observeContainerResize() {
1551
- this.resizeObserver = new ResizeObserver(() => {
1552
- const t = this.container.offsetWidth, i = this.container.offsetHeight;
1553
- this.updateHotspotsForResize(t, i);
1554
- }), this.resizeObserver.observe(this.container);
1555
- }
1556
- updateHotspotsForResize(t, i) {
1557
- this.hotspotsConfig = hn({
1558
- newWidth: t,
1559
- newHeight: i,
1560
- initialContainerSize: this.initialContainerSize,
1561
- imageAspectRatio: this.imageAspectRatio,
1562
- hotspotsConfig: this.hotspotsConfig
1563
- }), this.updateHotspotPosition(this.currentActiveIndex, this.currentOrientation);
1564
- }
1565
- showPopper({ hotspotElement: t, content: i, id: n, keepOpen: o }) {
1566
- this.popperInstance && this.popperInstance.instanceId !== n && this.hidePopper();
1567
- const s = {
1568
- placement: "top",
1569
- modifiers: an(this.container)
1570
- };
1571
- this.popper = cn(i, n), this.popper.setAttribute("data-show", ""), this.popper.addEventListener("mouseenter", () => {
1572
- this.shouldHidePopper = !1;
1573
- }), this.popper.addEventListener("mouseleave", () => {
1574
- this.shouldHidePopper = !0, this.checkAndHidePopper();
1575
- }), t.addEventListener("mouseleave", () => {
1576
- this.shouldHidePopper = !0, this.checkAndHidePopper();
1577
- }), t.addEventListener("mouseenter", () => {
1578
- this.shouldHidePopper = !1, this.hidePopperTimeout && clearTimeout(this.hidePopperTimeout);
1579
- }), this.popperInstance = {
1580
- ...go(t, this.popper, s),
1581
- keepOpen: o,
1582
- instanceId: n
1583
- };
1584
- }
1585
- checkAndHidePopper() {
1586
- var t;
1587
- this.shouldHidePopper && !((t = this.popperInstance) != null && t.keepOpen) && (this.hidePopperTimeout = setTimeout(() => {
1588
- this.shouldHidePopper && this.hidePopper();
1589
- }, 150));
1590
- }
1591
- hidePopper() {
1592
- this.popperInstance && (this.popperInstance.destroy(), this.popperInstance = null), this.popper && (this.popper.removeAttribute("data-show"), setTimeout(() => {
1593
- this.popper && this.popper.remove(), this.popper = null;
1594
- }, 200));
1595
- }
1596
- createHotspot(t) {
1597
- const { id: i, content: n, keepOpen: o, onClick: s } = t, a = sn(i);
1598
- s && (a.style.cursor = "pointer"), a.onclick = (r) => {
1599
- r.stopPropagation(), s == null || s(r, this.popperInstance, i);
1600
- }, n && a.addEventListener(
1601
- "mouseenter",
1602
- () => this.showPopper({ hotspotElement: a, content: n, id: i, keepOpen: o })
1603
- ), this.hotspotsContainer.appendChild(a);
1604
- }
1605
- hideHotspots() {
1606
- this.hotspotsContainer.querySelectorAll(".cloudimage-360-hotspot").forEach((t) => {
1607
- t.style.opacity = 0, t.style.pointerEvents = "none";
1608
- });
1609
- }
1610
- updateAndShowHotspot(t, i) {
1611
- const { positions: n, id: o } = t, { x: s, y: a } = n[i] ?? {}, r = this.hotspotsContainer.querySelector(`[data-hotspot-id="${o}"]`);
1612
- r && (r.style.translate = `${s}px ${a}px`, r.style.opacity = 1, r.style.pointerEvents = "all");
1613
- }
1614
- createAllHotspots() {
1615
- this.hotspotsConfig.forEach((t) => this.createHotspot(t));
1616
- }
1617
- initHotspots() {
1618
- this.createAllHotspots();
1619
- }
1620
- destroy() {
1621
- this.resizeObserver.disconnect(), this.hidePopper(), this.hotspotsContainer.innerHTML = "";
1622
- }
1623
- }
1624
- class Lt {
1625
- constructor(t, i, n) {
1626
- this.container = t, this.isClicked = !1, this.fullscreenView = !!n, this.imagesX = [], this.imagesY = [], this.devicePixelRatio = Math.round(window.devicePixelRatio || 1), this.id = t.id, this.movementStart = { x: 0, y: 0 }, this.draggingDirection = null, this.isReady = !1, this.currentZoomScale = 1, this.touchDevice = Qi(), this.canvasWorker = new en(), this.onMoveHandler = this.onMoveHandler.bind(this), this.destroy = this.destroy.bind(this), this.init(this.container, i);
1627
- }
1628
- mouseDown(t) {
1629
- if (!this.isReady || this.glass) return;
1630
- const { pageX: i, pageY: n } = t;
1631
- (this.autoplay || this.loopTimeoutId) && (this.stopAutoplay(), this.autoplay = !1), this.movementStart = { x: i, y: n }, this.isClicked = !0, this.isDragging = !1;
1632
- }
1633
- mouseUp() {
1634
- this.isReady && (this.isZoomed || this.showAllIcons(), this.movementStart = { x: 0, y: 0 }, this.isClicked = !1, this.innerBox.style.cursor = "grab");
1635
- }
1636
- drag(t, i) {
1637
- if (!this.isReady || !this.isClicked) return;
1638
- const n = t - this.movementStart.x, o = i - this.movementStart.y;
1639
- this.draggingDirection = Ji({
1640
- deltaX: n,
1641
- deltaY: o,
1642
- reversed: this.dragReverse,
1643
- allowSpinX: this.allowSpinX,
1644
- allowSpinY: this.allowSpinY
1645
- }) || this.draggingDirection;
1646
- const s = this.fullscreenView ? document.body : this.container, a = this.dragSpeed / 50, r = a * (this.amountX / s.offsetWidth), c = a * (this.amountY / s.offsetHeight), l = this.allowSpinX ? Math.abs(Math.round(n * r)) : 0, h = this.allowSpinY ? Math.abs(Math.round(o * c)) : 0;
1647
- (this.allowSpinX && l !== 0 || this.allowSpinY && h !== 0) && (this.hideHotspotPopper(), this.onMoveHandler(this.draggingDirection, l, h), this.movementStart = { x: t, y: i }, setTimeout(() => {
1648
- this.isDragging = !0;
1649
- }, 150));
1650
- }
1651
- mouseMove(t) {
1652
- !this.isReady || !this.isClicked && !this.isZoomed || this.glass || (this.hideAllIcons(), this.drag(t.pageX, t.pageY), this.isZoomed && this.applyZoom(t));
1653
- }
1654
- mouseClick(t) {
1655
- if (!(!this.isReady || this.isDragging)) {
1656
- if (this.glass && this.magnified) {
1657
- this.removeGlass();
1658
- return;
1659
- }
1660
- this.pointerZoom && !this.glass && !this.touchDevice && this.toggleZoom(t);
1661
- }
1662
- }
1663
- loadHigherQualityImages(t, i) {
1664
- const n = gt(this.srcXConfig, t), o = this.allowSpinY ? gt(this.srcYConfig, t) : null;
1665
- ae({
1666
- cdnPathX: n,
1667
- cdnPathY: o,
1668
- configX: this.srcXConfig,
1669
- configY: this.srcYConfig,
1670
- onAllImagesLoad: (s, a) => {
1671
- this.imagesX = s, this.imagesY = a, i();
1672
- }
1673
- });
1674
- }
1675
- hideHotspots() {
1676
- this.hotspotsInstance && this.hotspotsInstance.hideHotspots();
1677
- }
1678
- hideHotspotPopper() {
1679
- this.hotspotsInstance && this.hotspotsInstance.hidePopper();
1680
- }
1681
- toggleZoom(t) {
1682
- if (this.isZoomed)
1683
- this.showTransitionOverlay(), setTimeout(() => {
1684
- this.removeZoom();
1685
- }, 800);
1686
- else {
1687
- let i = (this.fullscreenView || this.pointerZoom ? document.body : this.container).offsetWidth;
1688
- this.hideHotspots(), this.showLoadingSpinner(), this.loadHigherQualityImages(i, () => {
1689
- this.showTransitionOverlay(), setTimeout(() => {
1690
- this.applyZoom(t);
1691
- }, 800);
1692
- });
1693
- }
1694
- }
1695
- removeZoom() {
1696
- this.isZoomed = !1, this.updateView(), this.showAllIcons(), this.hideTransitionOverlay();
1697
- }
1698
- applyZoom(t) {
1699
- const { offsetX: i, offsetY: n } = Fi(t, this.canvas, this.devicePixelRatio);
1700
- this.isZoomed = !0, this.hideAllIcons(), this.hideLoadingSpinner(), this.hideTransitionOverlay(), this.updateView(this.pointerZoom, i, n);
1701
- }
1702
- touchOutside(t) {
1703
- if (!this.glass) return;
1704
- !this.canvas.contains(t.target) && this.removeGlass();
1705
- }
1706
- touchStart(t) {
1707
- if (!this.isReady || t.touches.length > 1 || this.glass) return;
1708
- const { pageX: i, pageY: n } = t.touches[0];
1709
- (this.autoplay || this.loopTimeoutId) && (this.stopAutoplay(), this.autoplay = !1), this.hideAllIcons(), this.movementStart = { x: i, y: n }, this.isClicked = !0;
1710
- }
1711
- touchEnd() {
1712
- this.isReady && (this.showAllIcons(), this.movementStart = { x: 0, y: 0 }, this.isClicked = !1);
1713
- }
1714
- touchMove(t) {
1715
- if (!this.isReady || !this.isClicked || this.glass) return;
1716
- const { pageX: i, pageY: n } = t.touches[0];
1717
- t.preventDefault(), this.drag(i, n);
1718
- }
1719
- keyDown(t) {
1720
- if (!this.isReady) return;
1721
- const { keyCode: i } = t, n = this.keysReverse;
1722
- switch (this.autoplay && this.stopAutoplay(), pe(i, this.allowSpinY) && this.hideAllIcons(), i) {
1723
- case 37:
1724
- n ? this.moveLeft() : this.moveRight();
1725
- break;
1726
- case 39:
1727
- n ? this.moveRight() : this.moveLeft();
1728
- break;
1729
- case 38:
1730
- this.allowSpinY && (t.preventDefault(), n ? this.moveTop() : this.moveBottom());
1731
- break;
1732
- case 40:
1733
- this.allowSpinY && (t.preventDefault(), n ? this.moveBottom() : this.moveTop());
1734
- break;
1735
- }
1736
- }
1737
- keyUp(t) {
1738
- const { keyCode: i } = t;
1739
- pe(i, this.allowSpinY) && this.showAllIcons();
1740
- }
1741
- moveActiveXIndexUp(t) {
1742
- this.orientation = A.X, this.activeImageX = (this.activeImageX + t) % this.amountX;
1743
- }
1744
- moveActiveXIndexDown(t) {
1745
- this.orientation = A.X, this.activeImageX = (this.activeImageX - t + this.amountX) % this.amountX;
1746
- }
1747
- moveActiveYIndexUp(t) {
1748
- this.orientation = A.Y, this.activeImageY = (this.activeImageY + t) % this.amountY;
1749
- }
1750
- moveActiveYIndexDown(t) {
1751
- this.orientation = A.Y, this.activeImageY = (this.activeImageY - t + this.amountY) % this.amountY;
1752
- }
1753
- moveRight(t, i = 1) {
1754
- t && this.activeImageX >= this.imagesX.length - 1 || (this.moveActiveXIndexUp(i), this.isZoomed || this.updateView());
1755
- }
1756
- moveLeft(t, i = 1) {
1757
- t && this.activeImageX <= 0 || (this.moveActiveXIndexDown(i), this.isZoomed || this.updateView());
1758
- }
1759
- moveTop(t, i = 1) {
1760
- t && this.activeImageY >= this.imagesY.length - 1 || (this.moveActiveYIndexUp(i), this.isZoomed || this.updateView());
1761
- }
1762
- moveBottom(t, i = 1) {
1763
- t && this.activeImageY <= 0 || (this.moveActiveYIndexDown(i), this.isZoomed || this.updateView());
1764
- }
1765
- onMoveHandler(t, i = 1, n = 1) {
1766
- t === "right" ? this.moveRight(this.stopAtEdges, i) : t === "left" ? this.moveLeft(this.stopAtEdges, i) : t === "up" ? this.moveTop(this.stopAtEdges, n) : t === "down" && this.moveBottom(this.stopAtEdges, n);
1767
- }
1768
- updateView(t, i, n) {
1769
- const o = this.orientation === A.X ? this.activeImageX : this.activeImageY, s = this.orientation === A.X ? this.imagesX[this.activeImageX] : this.imagesY[this.activeImageY];
1770
- this.hotspotsInstance && !this.isZoomed && !this.autoplay && this.hotspotsInstance.updateHotspotPosition(o, this.orientation), this.drawImageOnCanvas(s, t, i, n);
1771
- }
1772
- updatePercentageInLoader(t = 0) {
1773
- this.loader && (this.loader.innerText = t + "%");
1774
- }
1775
- adaptCanvasSize(t) {
1776
- const { naturalWidth: i, naturalHeight: n } = t;
1777
- this.imageAspectRatio = i / n;
1778
- const o = this.fullscreenView ? window.innerWidth : this.canvas.clientWidth, s = this.fullscreenView ? window.innerHeight : this.canvas.clientHeight;
1779
- this.canvasWorker.postMessage({
1780
- action: "adaptCanvasSize",
1781
- devicePixelRatio: this.devicePixelRatio,
1782
- imageAspectRatio: this.imageAspectRatio,
1783
- containerWidth: o,
1784
- containerHeight: s
1785
- });
1786
- }
1787
- drawImageOnCanvas(t, i = 1, n = 0, o = 0) {
1788
- this.canvasWorker.postMessage({
1789
- action: "drawImageOnCanvas",
1790
- imageData: t,
1791
- zoomScale: i,
1792
- pointerX: n,
1793
- pointerY: o
1794
- });
1795
- }
1796
- pushImageToSet(t, i, n) {
1797
- n === A.X ? this.imagesX[i] = t : this.imagesY[i] = t;
1798
- }
1799
- calculatePercentage() {
1800
- const t = this.amountX + this.amountY, i = this.imagesX.length + this.imagesY.length;
1801
- return Math.round(i / t * 100);
1802
- }
1803
- onImageLoad(t, i, n) {
1804
- this.pushImageToSet(t, i, n), this.updatePercentageInLoader(this.calculatePercentage());
1805
- }
1806
- onFirstImageLoaded(t, i) {
1807
- this.createContainers(t), this.adaptCanvasSize(i), this.drawImageOnCanvas(i);
1808
- }
1809
- onAllImagesLoaded() {
1810
- this.addAllIcons(), this.hotspots && (this.hotspotsInstance = new yo(this.hotspots, this.innerBox, this.imageAspectRatio)), this.isReady = !0, this.amountX = this.imagesX.length, this.amountY = this.imagesY.length, this.activeImageX = this.autoplayReverse ? this.amountX - 1 : 0, this.activeImageY = this.autoplayReverse ? this.amountY - 1 : 0, this.autoplay && (this.hideAllIcons(), _i(this.play.bind(this))());
1811
- }
1812
- magnify(t) {
1813
- t.stopPropagation();
1814
- const { src: i } = this.orientation === A.Y ? this.imagesY[this.activeImageY] : this.imagesX[this.activeImageX], o = (this.fullscreenView ? document.body : this.container).offsetWidth * this.magnifier, s = yi(i, o);
1815
- this.showLoadingSpinner(), this.createGlass(), $i(s, (r) => {
1816
- this.hideLoadingSpinner(), this.magnified = !0, ji(t, this.innerBox, this.offset, r, this.glass, this.magnifier);
1817
- });
1818
- }
1819
- openFullscreenModal(t) {
1820
- t.stopPropagation();
1821
- const i = Ti(this.container);
1822
- new Lt(i, this.viewerConfig, !0);
1823
- }
1824
- closeFullscreenModal(t) {
1825
- t.stopPropagation(), document.body.removeChild(this.container.parentNode), window.document.body.style.overflow = "visible";
1826
- }
1827
- play() {
1828
- if (this.isClicked) return;
1829
- this.hide360ViewCircleIcon();
1830
- const t = this.speed * 36 / (this.amountX + this.amountY), i = {
1831
- left: this.moveLeft.bind(this),
1832
- right: this.moveRight.bind(this),
1833
- top: this.moveTop.bind(this),
1834
- bottom: this.moveBottom.bind(this)
1835
- };
1836
- this.loopTimeoutId = window.setInterval(() => {
1837
- if (this.playOnce && zi({
1838
- autoplayBehavior: this.autoplayBehavior,
1839
- activeImageX: this.activeImageX,
1840
- activeImageY: this.activeImageY,
1841
- amountX: this.amountX,
1842
- amountY: this.amountY,
1843
- autoplayReverse: this.autoplayReverse
1844
- })) {
1845
- this.stopAutoplay();
1846
- return;
1847
- }
1848
- Ui({
1849
- autoplayBehavior: this.autoplayBehavior,
1850
- activeImageX: this.activeImageX,
1851
- activeImageY: this.activeImageY,
1852
- amountX: this.amountX,
1853
- amountY: this.amountY,
1854
- autoplayReverse: this.autoplayReverse,
1855
- spinDirection: this.spinDirection
1856
- }) && (this.spinDirection = qi(this.spinDirection));
1857
- const s = this.spinDirection === "y";
1858
- Gi({
1859
- autoplayBehavior: this.autoplayBehavior,
1860
- spinY: s,
1861
- reversed: this.autoplayReverse,
1862
- loopTriggers: i
1863
- });
1864
- }, t);
1865
- }
1866
- stopAutoplay() {
1867
- this.showAllIcons(), this.autoplay = !1, window.clearTimeout(this.loopTimeoutId);
1868
- }
1869
- destroy() {
1870
- this.stopAutoplay(), this.hotspotsInstance && this.hotspotsInstance.destroy();
1871
- const t = this.container, i = t.cloneNode(!0), n = i.querySelector(".cloudimage-360-inner-box");
1872
- i.removeChild(n), t.parentNode.replaceChild(i, t);
1873
- }
1874
- addInitialIcon() {
1875
- this.initialIcon || (this.initialIcon = Ii(), this.innerBox.appendChild(this.initialIcon));
1876
- }
1877
- showInitialIcon() {
1878
- this.initialIcon && (this.initialIcon.style.opacity = 1);
1879
- }
1880
- hideInitialIcon() {
1881
- this.initialIcon && (this.initialIcon.style.opacity = 0);
1882
- }
1883
- createGlass() {
1884
- this.hideAllIcons(), this.glass = document.createElement("div"), this.innerBox.appendChild(this.glass), this.innerBox.style.cursor = "default";
1885
- }
1886
- removeGlass() {
1887
- this.showAllIcons(), this.innerBox.removeChild(this.glass), this.glass = null, this.magnified = !1;
1888
- }
1889
- addMagnifierIcon() {
1890
- this.magnifier && (this.magnifierIcon = Li(), this.magnifierIcon.onclick = this.magnify.bind(this), this.iconsContainer.appendChild(this.magnifierIcon));
1891
- }
1892
- showMagnifierIcon() {
1893
- this.magnifierIcon && (this.magnifierIcon.style.visibility = "visible", this.magnifierIcon.style.opacity = 1);
1894
- }
1895
- hideMagnifierIcon() {
1896
- this.magnifierIcon && (this.magnifierIcon.style.visibility = "hidden", this.magnifierIcon.style.opacity = 0);
1897
- }
1898
- addFullscreenIcon() {
1899
- this.fullscreen && (this.fullscreenIcon = Yi(), this.fullscreenIcon.onclick = this.openFullscreenModal.bind(this), this.iconsContainer.appendChild(this.fullscreenIcon));
1900
- }
1901
- addCloseFullscreenIcon() {
1902
- this.fullscreenCloseIcon = Ei(), this.fullscreenCloseIcon.onclick = this.closeFullscreenModal.bind(this), this.iconsContainer.appendChild(this.fullscreenCloseIcon);
1903
- }
1904
- showFullscreenIcon() {
1905
- this.fullscreenIcon && (this.fullscreenIcon.style.opacity = 1);
1906
- }
1907
- hideFullscreenIcon() {
1908
- this.fullscreenIcon && (this.fullscreenIcon.style.opacity = 0);
1909
- }
1910
- add360ViewCircleIcon() {
1911
- this.view360CircleIcon || (this.view360CircleIcon = xi(this.bottomCircleOffset), this.innerBox.appendChild(this.view360CircleIcon));
1912
- }
1913
- show360ViewCircleIcon() {
1914
- this.view360CircleIcon && (this.view360CircleIcon.style.opacity = 1);
1915
- }
1916
- hide360ViewCircleIcon() {
1917
- this.view360CircleIcon && (this.view360CircleIcon.style.opacity = 0);
1918
- }
1919
- addLoadingSpinner() {
1920
- this.loadingSpinner = Ai(), this.innerBox.appendChild(this.loadingSpinner);
1921
- }
1922
- showLoadingSpinner() {
1923
- this.loadingSpinner && (this.hideAllIcons(), this.loadingSpinner.style.opacity = 1);
1924
- }
1925
- createTransitionOverlay() {
1926
- this.transitionOverlay = ki(), this.innerBox.appendChild(this.transitionOverlay);
1927
- }
1928
- showTransitionOverlay() {
1929
- this.transitionOverlay && (this.hideAllIcons(), this.transitionOverlay.style.opacity = 1);
1930
- }
1931
- hideTransitionOverlay() {
1932
- this.transitionOverlay && (this.transitionOverlay.style.opacity = 0);
1933
- }
1934
- hideLoadingSpinner() {
1935
- this.loadingSpinner && (this.loadingSpinner.style.opacity = 0);
1936
- }
1937
- remove360ViewCircleIcon() {
1938
- this.view360CircleIcon && (this.innerBox.removeChild(this.view360CircleIcon), this.view360CircleIcon = null);
1939
- }
1940
- addAllIcons() {
1941
- this.removeLoader(), this.innerBox.style.cursor = "grab", this.pointerZoom && (this.createTransitionOverlay(), this.addLoadingSpinner()), !this.fullscreenView && !this.touchDevice && this.addMagnifierIcon(), this.fullscreenView || this.addFullscreenIcon(), this.initialIconShown && this.addInitialIcon(), this.bottomCircle || this.add360ViewCircleIcon();
1942
- }
1943
- showAllIcons() {
1944
- this.showInitialIcon(), this.show360ViewCircleIcon(), this.showMagnifierIcon(), this.showFullscreenIcon();
1945
- }
1946
- hideAllIcons() {
1947
- this.hideInitialIcon(), this.hide360ViewCircleIcon(), this.hideMagnifierIcon(), this.hideFullscreenIcon();
1948
- }
1949
- removeLoader() {
1950
- this.loader && (this.innerBox.removeChild(this.loader), this.loader = null);
1951
- }
1952
- attachEvents(t, i, n) {
1953
- t && this.addMouseEvents(), i && this.addTouchEvents(), n && this.addKeyboardEvents();
1954
- }
1955
- removeEvents() {
1956
- this.removeMouseEvents(), this.removeTouchEvents(), this.removeKeyboardEvents();
1957
- }
1958
- addMouseEvents() {
1959
- this.boundMouseClick = this.mouseClick.bind(this), this.boundMouseDown = this.mouseDown.bind(this), this.boundMouseMove = oe(this.mouseMove.bind(this), se), this.boundMouseUp = this.mouseUp.bind(this), this.innerBox.addEventListener("click", this.boundMouseClick), this.innerBox.addEventListener("mousedown", this.boundMouseDown), document.addEventListener("mousemove", this.boundMouseMove), document.addEventListener("mouseup", this.boundMouseUp);
1960
- }
1961
- addTouchEvents() {
1962
- this.boundTouchOutside = this.touchOutside.bind(this), this.boundTouchStart = this.touchStart.bind(this), this.boundTouchEnd = this.touchEnd.bind(this), this.boundTouchMove = oe(this.touchMove.bind(this), se), document.addEventListener("touchstart", this.boundTouchOutside), this.container.addEventListener("touchstart", this.boundTouchStart), this.container.addEventListener("touchend", this.boundTouchEnd), this.container.addEventListener("touchmove", this.boundTouchMove);
1963
- }
1964
- addKeyboardEvents() {
1965
- this.boundKeyDown = this.keyDown.bind(this), this.boundKeyUp = this.keyUp.bind(this), document.addEventListener("keydown", this.boundKeyDown), document.addEventListener("keyup", this.boundKeyUp);
1966
- }
1967
- removeMouseEvents() {
1968
- this.innerBox.removeEventListener("click", this.boundMouseClick), this.innerBox.removeEventListener("mousedown", this.boundMouseDown), document.removeEventListener("mousemove", this.boundMouseMove), document.removeEventListener("mouseup", this.boundMouseUp);
1969
- }
1970
- removeTouchEvents() {
1971
- document.removeEventListener("touchstart", this.boundTouchOutside), this.container.removeEventListener("touchstart", this.boundTouchStart), this.container.removeEventListener("touchend", this.boundTouchEnd), this.container.removeEventListener("touchmove", this.boundTouchMove);
1972
- }
1973
- removeKeyboardEvents() {
1974
- document.removeEventListener("keydown", this.boundKeyDown), document.removeEventListener("keyup", this.boundKeyUp);
1975
- }
1976
- createContainers(t) {
1977
- this.iconsContainer = ce(this.innerBox), this.canvas = Ci(this.innerBox, t), this.loader = Pi(this.innerBox);
1978
- const i = this.canvas.transferControlToOffscreen();
1979
- this.canvasWorker.postMessage(
1980
- {
1981
- action: "initCanvas",
1982
- offscreen: i,
1983
- devicePixelRatio: this.devicePixelRatio
1984
- },
1985
- [i]
1986
- ), this.fullscreenView && this.addCloseFullscreenIcon(), Wt(this.innerBox, ".cloudimage-360-placeholder");
1987
- }
1988
- update(t) {
1989
- this.isReady && (this.stopAutoplay(), Wt(this.innerBox, ".cloudimage-360-icons-container"), this.init(this.container, t, !0), this.iconsContainer = ce(this.innerBox), this.onAllImagesLoaded());
1990
- }
1991
- init(t, i, n) {
1992
- const o = i ? ui(i) : di(t), {
1993
- folder: s,
1994
- apiVersion: a,
1995
- filenameX: r,
1996
- filenameY: c,
1997
- imageListX: l,
1998
- imageListY: h,
1999
- indexZeroBase: u,
2000
- amountX: f,
2001
- amountY: d,
2002
- draggable: y = !0,
2003
- swipeable: g = !0,
2004
- keys: v,
2005
- keysReverse: x,
2006
- bottomCircleOffset: C,
2007
- autoplay: O,
2008
- autoplayBehavior: b,
2009
- playOnce: w,
2010
- speed: m,
2011
- autoplayReverse: I,
2012
- fullscreen: E,
2013
- magnifier: S,
2014
- ciToken: Y,
2015
- ciFilters: X,
2016
- ciTransformation: W,
2017
- lazyload: L,
2018
- dragSpeed: U,
2019
- stopAtEdges: K,
2020
- pointerZoom: P,
2021
- imageInfo: H = "black",
2022
- initialIconShown: rt,
2023
- bottomCircle: q,
2024
- hotspots: at,
2025
- dragReverse: ut
2026
- } = o, Q = { ciToken: Y, ciFilters: X, ciTransformation: W }, _ = l ? JSON.parse(l) : [], j = h ? JSON.parse(h) : [];
2027
- if (this.viewerConfig = o, this.amountX = _.length || f, this.amountY = j.length || d, this.allowSpinX = !!this.amountX, this.allowSpinY = !!this.amountY, this.activeImageX = I ? this.amountX - 1 : 0, this.activeImageY = I ? this.amountY - 1 : 0, this.bottomCircleOffset = C, this.autoplay = O, this.autoplayBehavior = b, this.playOnce = w, this.speed = m, this.autoplayReverse = I, this.fullscreen = E, this.magnifier = S > 1 ? Math.min(S, 5) : 0, this.dragSpeed = Math.max(U, 50), this.stopAtEdges = K, this.ciParams = Q, this.apiVersion = a, this.pointerZoom = P > 1 ? Math.min(P, 5) : null, this.keysReverse = x, this.info = H, this.keys = v, this.innerBox = this.innerBox ?? Ri(this.container), this.initialIconShown = rt, this.bottomCircle = q, this.spinDirection = Ki(this.autoplayBehavior, this.allowSpinX, this.allowSpinY), this.dragReverse = ut, this.hotspots = at, this.srcXConfig = {
2028
- folder: s,
2029
- filename: r,
2030
- imageList: _,
2031
- container: t,
2032
- innerBox: this.innerBox,
2033
- apiVersion: a,
2034
- ciParams: Q,
2035
- lazyload: L,
2036
- amount: this.amountX,
2037
- indexZeroBase: u,
2038
- autoplayReverse: I
2039
- }, this.srcYConfig = {
2040
- ...this.srcXConfig,
2041
- filename: c,
2042
- imageList: j,
2043
- orientation: A.Y,
2044
- amount: this.amountY
2045
- }, n && this.removeEvents(), this.attachEvents(y, g, v), n) return;
2046
- const V = (this.fullscreenView ? document.body : this.container).offsetWidth, tt = this.allowSpinX && !_.length ? gt(this.srcXConfig, V) : null, it = this.allowSpinY && !j.length ? gt(this.srcYConfig, V) : null, F = (pt) => {
2047
- ae({
2048
- cdnPathX: tt,
2049
- cdnPathY: it,
2050
- configX: this.srcXConfig,
2051
- configY: this.srcYConfig,
2052
- onImageLoad: (ft, mt, Tt) => this.onImageLoad(ft, mt, Tt),
2053
- onFirstImageLoad: (ft) => this.onFirstImageLoaded(pt, ft),
2054
- onAllImagesLoad: this.onAllImagesLoaded.bind(this)
2055
- });
2056
- };
2057
- this.allowSpinX ? he(tt, this.srcXConfig, F) : this.allowSpinY && he(it, this.srcYConfig, F);
2058
- }
2059
- }
2060
- class bo {
2061
- constructor() {
2062
- this.views = /* @__PURE__ */ new Map(), this.initAll = this.initAll.bind(this), this.getViews = this.getViews.bind(this);
2063
- }
2064
- generateId() {
2065
- return `ci360-${Math.random().toString(36).slice(2, 11)}`;
2066
- }
2067
- init(t, i, n) {
2068
- if (!t) return;
2069
- const o = t.id || this.generateId();
2070
- t.id || (t.id = o);
2071
- const s = new Lt(t, i, n);
2072
- return this.views.set(o, s), s;
2073
- }
2074
- initAll(t = "cloudimage-360") {
2075
- [...document.querySelectorAll(`.${t}`)].filter(Boolean).forEach((n) => {
2076
- const o = n.id || this.generateId();
2077
- n.id || (n.id = o);
2078
- const s = new Lt(n);
2079
- this.views.set(o, s);
2080
- });
2081
- }
2082
- destroy(t) {
2083
- const i = this.getViewById(t);
2084
- i && (i.destroy(), this.views.delete(t));
2085
- }
2086
- destroyAll() {
2087
- this.views.forEach((t) => {
2088
- t.destroy();
2089
- }), this.views.clear();
2090
- }
2091
- getViewById(t) {
2092
- return this.views.get(t);
2093
- }
2094
- getViews() {
2095
- return Array.from(this.views.values());
2096
- }
2097
- updateView(t, i) {
2098
- const n = this.getViewById(t), o = { ...n.viewerConfig, ...i };
2099
- if (pi(n.viewerConfig, i)) {
2100
- n.destroy();
2101
- const a = document.getElementById(t);
2102
- this.init(a, o);
2103
- } else
2104
- n.update(o);
2105
- return n;
2106
- }
2107
- }
2108
- window.CI360 = bo;
2109
- export {
2110
- bo as default
2111
- };
35
+ `,o},Ee=(e,t,i)=>{const{innerBox:o,imageList:n,lazyload:s}=t||{},[l]=n,r=l||mo(e,t),a=ho(r),c=Oe(a,s,"cloudimage-lazy"),h=Oe(a,!1,"cloudimage-360-placeholder"),u=f=>{$t(o,".cloudimage-lazy"),i&&i({event:f,width:c.width,height:c.height,naturalWidth:c.naturalWidth,naturalHeight:c.naturalHeight,src:a})};c.onload=u,o.appendChild(c),o.appendChild(h),po(c)},vo=(e,t,i)=>{const o=new Image;o.src=e,o.onload=n=>{t&&t({event:n,width:o.width,height:o.height,naturalWidth:o.naturalWidth,naturalHeight:o.naturalHeight,src:e})},o.onerror=n=>{const s=new Error(`Failed to load image: ${e}`);s.url=e,s.event=n,i?i(s):console.error(s.message)}},go=(e,t)=>{const i=t.getBoundingClientRect(),o=e.touches?e.touches[0].clientX:e.clientX,n=e.touches?e.touches[0].clientY:e.clientY;return{x:o-i.left,y:n-i.top}},Ut=(e,t,i)=>{const{container:o,w:n,h:s,zoom:l,bw:r,offsetX:a,offsetY:c}=t,h=go(e,o);let u=h.x,f=h.y;u=Math.max(n/l,Math.min(u,o.offsetWidth-n/l)),f=Math.max(s/l,Math.min(f,o.offsetHeight-s/l)),i.style.left=`${u-n}px`,i.style.top=`${f-s}px`;const p=(u-a)*l-n+r,x=(f-c)*l-s+r;i.style.backgroundPosition=`-${p}px -${x}px`},bo=(e,t,i,o,n,s)=>{const{x:l=0,y:r=0}=i||{},a=(t.offsetWidth-l*2)*s,c=(t.offsetHeight-r*2)*s;if(!n)return;n.setAttribute("class","cloudimage-360-img-magnifier-glass"),t.prepend(n),n.style.backgroundImage=`url('${o.src}')`,n.style.backgroundSize=`${a}px ${c}px`;const h=3,u=n.offsetWidth/2,f=n.offsetHeight/2,p={container:t,w:u,h:f,zoom:s,bw:h,offsetX:l,offsetY:r};Ut(e,p,n);const x=v=>{Ut(v,p,n)},g=v=>{v.preventDefault(),Ut(v,p,n)};n.addEventListener("mousemove",x),t.addEventListener("mousemove",x),t.addEventListener("touchmove",g)},yo=(e,t,i)=>{const{clientX:o,clientY:n}=e,s=t.getBoundingClientRect(),l=t.width/(s.width*i),r=t.height/(s.height*i),a=(o-s.left)*l,c=(n-s.top)*r;return{offsetX:a,offsetY:c}},Se=(e,{bottom:t,top:i})=>{e?t():i()},Ae=(e,{left:t,right:i})=>{e?t():i()},wo=({autoplayBehavior:e,spinY:t,reversed:i,loopTriggers:o})=>{switch(e){case R.SPIN_XY:case R.SPIN_YX:t?Se(i,o):Ae(i,o);break;case R.SPIN_Y:Se(i,o);break;case R.SPIN_X:default:Ae(i,o)}},xo=({autoplayBehavior:e,activeImageX:t,activeImageY:i,amountX:o,amountY:n,autoplayReverse:s})=>{const l=(r,a)=>{const c=a-1;return s?r===0:r===c};switch(e){case R.SPIN_XY:case R.SPIN_Y:return l(i,n);case R.SPIN_X:case R.SPIN_YX:default:return l(t,o)}},Io=({autoplayBehavior:e,activeImageX:t,activeImageY:i,amountX:o,amountY:n,autoplayReverse:s,spinDirection:l})=>{const r=t===(s?0:o-1),a=i===(s?0:n-1);return e===R.SPIN_XY||e===R.SPIN_YX?l==="x"&&r||l==="y"&&a:!1},Co=(e,t,i)=>{if(!i)return"x";if(!t)return"y";switch(e){case R.SPIN_XY:return"x";case R.SPIN_YX:return"y";case R.SPIN_Y:return"y";case R.SPIN_X:default:return"x"}},ko=e=>e==="x"?"y":"x",Le=(e,t)=>{const i=[...yi];return t?[...i,...wi].includes(e):i.includes(e)},Te=({deltaX:e,deltaY:t,reversed:i,allowSpinX:o,allowSpinY:n,threshold:s=0})=>{const l=o&&!n||n&&!o?0:s,r=Math.abs(e),a=Math.abs(t);return o&&r-l>a?i?e>0?"left":"right":e>0?"right":"left":n&&a-l>r?i?t>0?"up":"down":t>0?"down":"up":null},Oo=()=>"ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0,Eo=(e,t=150)=>{let i;return function(...o){clearTimeout(i),i=setTimeout(()=>{e.apply(this,o)},t)}},Ye="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0IHY9KHQsYSxlKT0+e2NvbnN0IHM9dC9lLG49YS9lO3JldHVybnt6b29tZWRXaWR0aDpzLHpvb21lZEhlaWdodDpufX0sej0oe3BvaW50ZXJYOnQscG9pbnRlclk6YSxpbWFnZURhdGE6ZSx6b29tZWRXaWR0aDpzLHpvb21lZEhlaWdodDpuLGRyYXdXaWR0aDppLGRyYXdIZWlnaHQ6Y30pPT57Y29uc3R7bmF0dXJhbFdpZHRoOmcsbmF0dXJhbEhlaWdodDp1fT1lO2xldCBmPXQvaSpnLXMvMixtPWEvYyp1LW4vMjtjb25zdCB4PU1hdGgubWF4KDAsZy1zKSxPPU1hdGgubWF4KDAsdS1uKTtyZXR1cm4gZj1NYXRoLm1heCgwLE1hdGgubWluKGYseCkpLG09TWF0aC5tYXgoMCxNYXRoLm1pbihtLE8pKSx7em9vbU9mZnNldFg6Zix6b29tT2Zmc2V0WTptfX07bGV0IG8saCxyLGQsbCx3O3NlbGYub25tZXNzYWdlPWFzeW5jIHQ9Pntjb25zdHthY3Rpb246YSxvZmZzY3JlZW46ZSxkZXZpY2VQaXhlbFJhdGlvOnMsaW1hZ2VEYXRhOm4sem9vbVNjYWxlOmkscG9pbnRlclg6Yyxwb2ludGVyWTpnLGltYWdlQXNwZWN0UmF0aW86dSxjb250YWluZXJXaWR0aDpmLGNvbnRhaW5lckhlaWdodDptfT10LmRhdGE7c3dpdGNoKGEpe2Nhc2UiaW5pdENhbnZhcyI6QyhlLHMpO2JyZWFrO2Nhc2UiYWRhcHRDYW52YXNTaXplIjpwKHUsZixtKTticmVhaztjYXNlImRyYXdJbWFnZU9uQ2FudmFzIjpJKG4saSxjLGcpO2JyZWFrfX07Y29uc3QgQz0odCxhKT0+e289dCxoPW8uZ2V0Q29udGV4dCgiMmQiKSxyPWF9LHA9KHQsYSxlKT0+e2NvbnN0IHM9YS9lO3c9dD5zLG8ud2lkdGg9YSpyLG8uaGVpZ2h0PWUqcixoLnNjYWxlKHIsciksdz8oZD1hLGw9YS90KToobD1lLGQ9ZSp0KSxoLmltYWdlU21vb3RoaW5nRW5hYmxlZD0hMCxoLmltYWdlU21vb3RoaW5nUXVhbGl0eT0iaGlnaCJ9LEk9KHQ9e30sYT0xLGU9MCxzPTApPT57Y29uc3R7Yml0bWFwSW1hZ2U6bn09dDtpZighb3x8IW4pcmV0dXJuO2xldCBpLGM7aWYodz8oaT0wLGM9KG8uaGVpZ2h0L3ItbCkvMik6KGk9KG8ud2lkdGgvci1kKS8yLGM9MCksaC5jbGVhclJlY3QoMCwwLG8ud2lkdGgsby5oZWlnaHQpLGEhPT0xKXtjb25zdHtuYXR1cmFsV2lkdGg6ZyxuYXR1cmFsSGVpZ2h0OnV9PXQse3pvb21lZFdpZHRoOmYsem9vbWVkSGVpZ2h0Om19PXYoZyx1LGEpLHt6b29tT2Zmc2V0WDp4LHpvb21PZmZzZXRZOk99PXooe3BvaW50ZXJYOmUscG9pbnRlclk6cyxpbWFnZURhdGE6dCx6b29tZWRXaWR0aDpmLHpvb21lZEhlaWdodDptLGRyYXdXaWR0aDpkLGRyYXdIZWlnaHQ6bH0pO2guZHJhd0ltYWdlKG4seCxPLGYsbSxpLGMsZCxsKX1lbHNlIGguZHJhd0ltYWdlKG4saSxjLGQsbCl9fSkoKTsK",So=e=>Uint8Array.from(atob(e),t=>t.charCodeAt(0)),Xe=typeof self<"u"&&self.Blob&&new Blob([So(Ye)],{type:"text/javascript;charset=utf-8"});function Ao(e){let t;try{if(t=Xe&&(self.URL||self.webkitURL).createObjectURL(Xe),!t)throw"";const i=new Worker(t,{name:e==null?void 0:e.name});return i.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),i}catch{return new Worker("data:text/javascript;base64,"+Ye,{name:e==null?void 0:e.name})}finally{t&&(self.URL||self.webkitURL).revokeObjectURL(t)}}const Lo=new Set(["p","span","div","br","hr","strong","em","b","i","u","s","h1","h2","h3","h4","h5","h6","ul","ol","li","a","img","button","table","thead","tbody","tr","th","td","blockquote","pre","code","label","input","select","option","textarea","svg","path","circle","rect","line","polyline","polygon","ellipse","g","text","tspan","defs","use","symbol","clippath","mask","lineargradient","radialgradient","stop"]),Pe={a:["href","title","target","rel"],img:["src","alt","title","width","height"],button:["type","disabled","name","value"],input:["type","name","value","placeholder","disabled","readonly","checked","min","max","step"],select:["name","disabled","multiple"],option:["value","disabled","selected"],textarea:["name","placeholder","disabled","readonly","rows","cols"],label:["for"],svg:["viewbox","width","height","fill","stroke","xmlns","preserveaspectratio"],path:["d","fill","stroke","stroke-width","stroke-linecap","stroke-linejoin","transform"],circle:["cx","cy","r","fill","stroke","stroke-width"],rect:["x","y","width","height","rx","ry","fill","stroke","stroke-width"],line:["x1","y1","x2","y2","stroke","stroke-width"],polyline:["points","fill","stroke","stroke-width"],polygon:["points","fill","stroke","stroke-width"],ellipse:["cx","cy","rx","ry","fill","stroke","stroke-width"],g:["transform","fill","stroke"],text:["x","y","dx","dy","text-anchor","fill","font-size","font-family","font-weight"],tspan:["x","y","dx","dy"],use:["href","xlink:href","x","y","width","height"],lineargradient:["id","x1","y1","x2","y2","gradientunits"],radialgradient:["id","cx","cy","r","fx","fy","gradientunits"],stop:["offset","stop-color","stop-opacity"],clippath:["id"],mask:["id"],"*":["class","id","style"]},To=[/javascript:/gi,/vbscript:/gi,/data:/gi,/on\w+\s*=/gi],Yo=e=>{if(typeof e!="string")return"";const t=document.createElement("template");t.innerHTML=e;const i=o=>{if(Array.from(o.childNodes).forEach(i),o.nodeType===Node.ELEMENT_NODE){const s=o.tagName.toLowerCase();if(!Lo.has(s)){if(s==="script"||s==="style"){o.remove();return}const a=document.createTextNode(o.textContent);o.parentNode.replaceChild(a,o);return}const l=[...Pe[s]||[],...Pe["*"]||[]];if(Array.from(o.attributes).forEach(a=>{const c=a.name.toLowerCase();if(c.startsWith("on")){o.removeAttribute(a.name);return}if(!l.includes(c)){o.removeAttribute(a.name);return}let h=a.value;To.forEach(u=>{u.test(h)&&o.removeAttribute(a.name)})}),s==="a"){const a=o.getAttribute("href");a&&(/^(https?:|mailto:|tel:|#|\/)/i.test(a.trim())||o.removeAttribute("href")),o.getAttribute("target")==="_blank"&&o.setAttribute("rel","noopener noreferrer")}if(s==="img"){const a=o.getAttribute("src");a&&(/^(https?:|\/|data:image\/)/i.test(a.trim())||o.removeAttribute("src"))}}};return i(t.content),t.innerHTML},Xo=e=>e==="x"?Y.X:Y.Y,Po=(e,t,i)=>e.filter(o=>Xo(o.orientation)===i&&t in o.positions),Ro=(e,t)=>{const i=document.createElement("button");return i.id=e,i.className="cloudimage-360-hotspot",i.dataset.hotspotId=e,i.setAttribute("type","button"),i.setAttribute("aria-label",t||`Hotspot ${e}`),i.setAttribute("aria-haspopup","true"),i.setAttribute("aria-expanded","false"),i},Mo=e=>{const t=Object.entries(e).sort(([s],[l])=>Number(s)-Number(l));let i=null,o=null;const n={};for(const[s,l]of t)if(!l)n[s]={x:i,y:o};else{const{x:r,y:a}=l;r!=null&&(i=r),a!=null&&(o=a),n[s]={x:r||i,y:a||o}}return n},Ho=e=>[{name:"offset",options:{offset:[0,10]}},{name:"preventOverflow",options:{boundary:e}}],Do=(e,t)=>{const i=document.createElement("div");return i.className="cloudimage-360-popper",i.id=`cloudimage-360-popper-${t}`,i.dataset.popperId=t,i.setAttribute("role","tooltip"),i.setAttribute("aria-hidden","false"),typeof e=="string"&&/<\/?[a-z][\s\S]*>/i.test(e)?i.innerHTML=Yo(e):i.textContent=e,document.body.appendChild(i),i},Zo=e=>{const t=[...e];return t.forEach((i,o)=>{const n={...Mo(i.positions)};t[o].initialPositions=n,t[o].positions=n}),t},Bo=({newWidth:e,newHeight:t,initialContainerSize:i,imageAspectRatio:o,hotspotsConfig:n})=>{const[s,l]=i;let r=e,a=t,c=0,h=0;const u=e/t;o>u?(a=e/o,h=(t-a)/2):(r=t*o,c=(e-r)/2);const p=r/s,x=a/l;return n.map(g=>{const v={};return Object.entries(g.initialPositions).forEach(([m,y])=>{v[m]={x:y.x*p+c,y:y.y*x+h}}),{...g,positions:v}})};var H="top",F="bottom",z="right",D="left",_t="auto",wt=[H,F,z,D],ct="start",xt="end",Wo="clippingParents",Re="viewport",It="popper",Fo="reference",Me=wt.reduce(function(e,t){return e.concat([t+"-"+ct,t+"-"+xt])},[]),He=[].concat(wt,[_t]).reduce(function(e,t){return e.concat([t,t+"-"+ct,t+"-"+xt])},[]),zo="beforeRead",No="read",Vo="afterRead",jo="beforeMain",$o="main",Go="afterMain",Uo="beforeWrite",_o="write",Ko="afterWrite",Jo=[zo,No,Vo,jo,$o,Go,Uo,_o,Ko];function V(e){return e?(e.nodeName||"").toLowerCase():null}function Z(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function it(e){var t=Z(e).Element;return e instanceof t||e instanceof Element}function N(e){var t=Z(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Kt(e){if(typeof ShadowRoot>"u")return!1;var t=Z(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Qo(e){var t=e.state;Object.keys(t.elements).forEach(function(i){var o=t.styles[i]||{},n=t.attributes[i]||{},s=t.elements[i];!N(s)||!V(s)||(Object.assign(s.style,o),Object.keys(n).forEach(function(l){var r=n[l];r===!1?s.removeAttribute(l):s.setAttribute(l,r===!0?"":r)}))})}function qo(e){var t=e.state,i={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,i.popper),t.styles=i,t.elements.arrow&&Object.assign(t.elements.arrow.style,i.arrow),function(){Object.keys(t.elements).forEach(function(o){var n=t.elements[o],s=t.attributes[o]||{},l=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:i[o]),r=l.reduce(function(a,c){return a[c]="",a},{});!N(n)||!V(n)||(Object.assign(n.style,r),Object.keys(s).forEach(function(a){n.removeAttribute(a)}))})}}const tn={name:"applyStyles",enabled:!0,phase:"write",fn:Qo,effect:qo,requires:["computeStyles"]};function j(e){return e.split("-")[0]}var ot=Math.max,Ht=Math.min,ht=Math.round;function Jt(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function De(){return!/^((?!chrome|android).)*safari/i.test(Jt())}function dt(e,t,i){t===void 0&&(t=!1),i===void 0&&(i=!1);var o=e.getBoundingClientRect(),n=1,s=1;t&&N(e)&&(n=e.offsetWidth>0&&ht(o.width)/e.offsetWidth||1,s=e.offsetHeight>0&&ht(o.height)/e.offsetHeight||1);var l=it(e)?Z(e):window,r=l.visualViewport,a=!De()&&i,c=(o.left+(a&&r?r.offsetLeft:0))/n,h=(o.top+(a&&r?r.offsetTop:0))/s,u=o.width/n,f=o.height/s;return{width:u,height:f,top:h,right:c+u,bottom:h+f,left:c,x:c,y:h}}function Qt(e){var t=dt(e),i=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-i)<=1&&(i=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:i,height:o}}function Ze(e,t){var i=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(i&&Kt(i)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function G(e){return Z(e).getComputedStyle(e)}function en(e){return["table","td","th"].indexOf(V(e))>=0}function tt(e){return((it(e)?e.ownerDocument:e.document)||window.document).documentElement}function Dt(e){return V(e)==="html"?e:e.assignedSlot||e.parentNode||(Kt(e)?e.host:null)||tt(e)}function Be(e){return!N(e)||G(e).position==="fixed"?null:e.offsetParent}function on(e){var t=/firefox/i.test(Jt()),i=/Trident/i.test(Jt());if(i&&N(e)){var o=G(e);if(o.position==="fixed")return null}var n=Dt(e);for(Kt(n)&&(n=n.host);N(n)&&["html","body"].indexOf(V(n))<0;){var s=G(n);if(s.transform!=="none"||s.perspective!=="none"||s.contain==="paint"||["transform","perspective"].indexOf(s.willChange)!==-1||t&&s.willChange==="filter"||t&&s.filter&&s.filter!=="none")return n;n=n.parentNode}return null}function Ct(e){for(var t=Z(e),i=Be(e);i&&en(i)&&G(i).position==="static";)i=Be(i);return i&&(V(i)==="html"||V(i)==="body"&&G(i).position==="static")?t:i||on(e)||t}function qt(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function kt(e,t,i){return ot(e,Ht(t,i))}function nn(e,t,i){var o=kt(e,t,i);return o>i?i:o}function We(){return{top:0,right:0,bottom:0,left:0}}function Fe(e){return Object.assign({},We(),e)}function ze(e,t){return t.reduce(function(i,o){return i[o]=e,i},{})}var sn=function(t,i){return t=typeof t=="function"?t(Object.assign({},i.rects,{placement:i.placement})):t,Fe(typeof t!="number"?t:ze(t,wt))};function rn(e){var t,i=e.state,o=e.name,n=e.options,s=i.elements.arrow,l=i.modifiersData.popperOffsets,r=j(i.placement),a=qt(r),c=[D,z].indexOf(r)>=0,h=c?"height":"width";if(!(!s||!l)){var u=sn(n.padding,i),f=Qt(s),p=a==="y"?H:D,x=a==="y"?F:z,g=i.rects.reference[h]+i.rects.reference[a]-l[a]-i.rects.popper[h],v=l[a]-i.rects.reference[a],m=Ct(s),y=m?a==="y"?m.clientHeight||0:m.clientWidth||0:0,I=g/2-v/2,w=u[p],C=y-f[h]-u[x],b=y/2-f[h]/2+I,k=kt(w,b,C),E=a;i.modifiersData[o]=(t={},t[E]=k,t.centerOffset=k-b,t)}}function an(e){var t=e.state,i=e.options,o=i.element,n=o===void 0?"[data-popper-arrow]":o;n!=null&&(typeof n=="string"&&(n=t.elements.popper.querySelector(n),!n)||Ze(t.elements.popper,n)&&(t.elements.arrow=n))}const ln={name:"arrow",enabled:!0,phase:"main",fn:rn,effect:an,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function pt(e){return e.split("-")[1]}var cn={top:"auto",right:"auto",bottom:"auto",left:"auto"};function hn(e,t){var i=e.x,o=e.y,n=t.devicePixelRatio||1;return{x:ht(i*n)/n||0,y:ht(o*n)/n||0}}function Ne(e){var t,i=e.popper,o=e.popperRect,n=e.placement,s=e.variation,l=e.offsets,r=e.position,a=e.gpuAcceleration,c=e.adaptive,h=e.roundOffsets,u=e.isFixed,f=l.x,p=f===void 0?0:f,x=l.y,g=x===void 0?0:x,v=typeof h=="function"?h({x:p,y:g}):{x:p,y:g};p=v.x,g=v.y;var m=l.hasOwnProperty("x"),y=l.hasOwnProperty("y"),I=D,w=H,C=window;if(c){var b=Ct(i),k="clientHeight",E="clientWidth";if(b===Z(i)&&(b=tt(i),G(b).position!=="static"&&r==="absolute"&&(k="scrollHeight",E="scrollWidth")),b=b,n===H||(n===D||n===z)&&s===xt){w=F;var O=u&&b===C&&C.visualViewport?C.visualViewport.height:b[k];g-=O-o.height,g*=a?1:-1}if(n===D||(n===H||n===F)&&s===xt){I=z;var S=u&&b===C&&C.visualViewport?C.visualViewport.width:b[E];p-=S-o.width,p*=a?1:-1}}var L=Object.assign({position:r},c&&cn),M=h===!0?hn({x:p,y:g},Z(i)):{x:p,y:g};if(p=M.x,g=M.y,a){var T;return Object.assign({},L,(T={},T[w]=y?"0":"",T[I]=m?"0":"",T.transform=(C.devicePixelRatio||1)<=1?"translate("+p+"px, "+g+"px)":"translate3d("+p+"px, "+g+"px, 0)",T))}return Object.assign({},L,(t={},t[w]=y?g+"px":"",t[I]=m?p+"px":"",t.transform="",t))}function dn(e){var t=e.state,i=e.options,o=i.gpuAcceleration,n=o===void 0?!0:o,s=i.adaptive,l=s===void 0?!0:s,r=i.roundOffsets,a=r===void 0?!0:r,c={placement:j(t.placement),variation:pt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:n,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Ne(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Ne(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const pn={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:dn,data:{}};var Zt={passive:!0};function un(e){var t=e.state,i=e.instance,o=e.options,n=o.scroll,s=n===void 0?!0:n,l=o.resize,r=l===void 0?!0:l,a=Z(t.elements.popper),c=[].concat(t.scrollParents.reference,t.scrollParents.popper);return s&&c.forEach(function(h){h.addEventListener("scroll",i.update,Zt)}),r&&a.addEventListener("resize",i.update,Zt),function(){s&&c.forEach(function(h){h.removeEventListener("scroll",i.update,Zt)}),r&&a.removeEventListener("resize",i.update,Zt)}}const fn={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:un,data:{}};var mn={left:"right",right:"left",bottom:"top",top:"bottom"};function Bt(e){return e.replace(/left|right|bottom|top/g,function(t){return mn[t]})}var vn={start:"end",end:"start"};function Ve(e){return e.replace(/start|end/g,function(t){return vn[t]})}function te(e){var t=Z(e),i=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:i,scrollTop:o}}function ee(e){return dt(tt(e)).left+te(e).scrollLeft}function gn(e,t){var i=Z(e),o=tt(e),n=i.visualViewport,s=o.clientWidth,l=o.clientHeight,r=0,a=0;if(n){s=n.width,l=n.height;var c=De();(c||!c&&t==="fixed")&&(r=n.offsetLeft,a=n.offsetTop)}return{width:s,height:l,x:r+ee(e),y:a}}function bn(e){var t,i=tt(e),o=te(e),n=(t=e.ownerDocument)==null?void 0:t.body,s=ot(i.scrollWidth,i.clientWidth,n?n.scrollWidth:0,n?n.clientWidth:0),l=ot(i.scrollHeight,i.clientHeight,n?n.scrollHeight:0,n?n.clientHeight:0),r=-o.scrollLeft+ee(e),a=-o.scrollTop;return G(n||i).direction==="rtl"&&(r+=ot(i.clientWidth,n?n.clientWidth:0)-s),{width:s,height:l,x:r,y:a}}function ie(e){var t=G(e),i=t.overflow,o=t.overflowX,n=t.overflowY;return/auto|scroll|overlay|hidden/.test(i+n+o)}function je(e){return["html","body","#document"].indexOf(V(e))>=0?e.ownerDocument.body:N(e)&&ie(e)?e:je(Dt(e))}function Ot(e,t){var i;t===void 0&&(t=[]);var o=je(e),n=o===((i=e.ownerDocument)==null?void 0:i.body),s=Z(o),l=n?[s].concat(s.visualViewport||[],ie(o)?o:[]):o,r=t.concat(l);return n?r:r.concat(Ot(Dt(l)))}function oe(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function yn(e,t){var i=dt(e,!1,t==="fixed");return i.top=i.top+e.clientTop,i.left=i.left+e.clientLeft,i.bottom=i.top+e.clientHeight,i.right=i.left+e.clientWidth,i.width=e.clientWidth,i.height=e.clientHeight,i.x=i.left,i.y=i.top,i}function $e(e,t,i){return t===Re?oe(gn(e,i)):it(t)?yn(t,i):oe(bn(tt(e)))}function wn(e){var t=Ot(Dt(e)),i=["absolute","fixed"].indexOf(G(e).position)>=0,o=i&&N(e)?Ct(e):e;return it(o)?t.filter(function(n){return it(n)&&Ze(n,o)&&V(n)!=="body"}):[]}function xn(e,t,i,o){var n=t==="clippingParents"?wn(e):[].concat(t),s=[].concat(n,[i]),l=s[0],r=s.reduce(function(a,c){var h=$e(e,c,o);return a.top=ot(h.top,a.top),a.right=Ht(h.right,a.right),a.bottom=Ht(h.bottom,a.bottom),a.left=ot(h.left,a.left),a},$e(e,l,o));return r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}function Ge(e){var t=e.reference,i=e.element,o=e.placement,n=o?j(o):null,s=o?pt(o):null,l=t.x+t.width/2-i.width/2,r=t.y+t.height/2-i.height/2,a;switch(n){case H:a={x:l,y:t.y-i.height};break;case F:a={x:l,y:t.y+t.height};break;case z:a={x:t.x+t.width,y:r};break;case D:a={x:t.x-i.width,y:r};break;default:a={x:t.x,y:t.y}}var c=n?qt(n):null;if(c!=null){var h=c==="y"?"height":"width";switch(s){case ct:a[c]=a[c]-(t[h]/2-i[h]/2);break;case xt:a[c]=a[c]+(t[h]/2-i[h]/2);break}}return a}function Et(e,t){t===void 0&&(t={});var i=t,o=i.placement,n=o===void 0?e.placement:o,s=i.strategy,l=s===void 0?e.strategy:s,r=i.boundary,a=r===void 0?Wo:r,c=i.rootBoundary,h=c===void 0?Re:c,u=i.elementContext,f=u===void 0?It:u,p=i.altBoundary,x=p===void 0?!1:p,g=i.padding,v=g===void 0?0:g,m=Fe(typeof v!="number"?v:ze(v,wt)),y=f===It?Fo:It,I=e.rects.popper,w=e.elements[x?y:f],C=xn(it(w)?w:w.contextElement||tt(e.elements.popper),a,h,l),b=dt(e.elements.reference),k=Ge({reference:b,element:I,placement:n}),E=oe(Object.assign({},I,k)),O=f===It?E:b,S={top:C.top-O.top+m.top,bottom:O.bottom-C.bottom+m.bottom,left:C.left-O.left+m.left,right:O.right-C.right+m.right},L=e.modifiersData.offset;if(f===It&&L){var M=L[n];Object.keys(S).forEach(function(T){var U=[z,F].indexOf(T)>=0?1:-1,_=[H,F].indexOf(T)>=0?"y":"x";S[T]+=M[_]*U})}return S}function In(e,t){t===void 0&&(t={});var i=t,o=i.placement,n=i.boundary,s=i.rootBoundary,l=i.padding,r=i.flipVariations,a=i.allowedAutoPlacements,c=a===void 0?He:a,h=pt(o),u=h?r?Me:Me.filter(function(x){return pt(x)===h}):wt,f=u.filter(function(x){return c.indexOf(x)>=0});f.length===0&&(f=u);var p=f.reduce(function(x,g){return x[g]=Et(e,{placement:g,boundary:n,rootBoundary:s,padding:l})[j(g)],x},{});return Object.keys(p).sort(function(x,g){return p[x]-p[g]})}function Cn(e){if(j(e)===_t)return[];var t=Bt(e);return[Ve(e),t,Ve(t)]}function kn(e){var t=e.state,i=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var n=i.mainAxis,s=n===void 0?!0:n,l=i.altAxis,r=l===void 0?!0:l,a=i.fallbackPlacements,c=i.padding,h=i.boundary,u=i.rootBoundary,f=i.altBoundary,p=i.flipVariations,x=p===void 0?!0:p,g=i.allowedAutoPlacements,v=t.options.placement,m=j(v),y=m===v,I=a||(y||!x?[Bt(v)]:Cn(v)),w=[v].concat(I).reduce(function(et,$){return et.concat(j($)===_t?In(t,{placement:$,boundary:h,rootBoundary:u,padding:c,flipVariations:x,allowedAutoPlacements:g}):$)},[]),C=t.rects.reference,b=t.rects.popper,k=new Map,E=!0,O=w[0],S=0;S<w.length;S++){var L=w[S],M=j(L),T=pt(L)===ct,U=[H,F].indexOf(M)>=0,_=U?"width":"height",P=Et(t,{placement:L,boundary:h,rootBoundary:u,altBoundary:f,padding:c}),B=U?T?z:D:T?F:H;C[_]>b[_]&&(B=Bt(B));var ut=Bt(B),K=[];if(s&&K.push(P[M]<=0),r&&K.push(P[B]<=0,P[ut]<=0),K.every(function(et){return et})){O=L,E=!1;break}k.set(L,K)}if(E)for(var ft=x?3:1,St=function($){var st=w.find(function(rt){var J=k.get(rt);if(J)return J.slice(0,$).every(function(At){return At})});if(st)return O=st,"break"},nt=ft;nt>0;nt--){var mt=St(nt);if(mt==="break")break}t.placement!==O&&(t.modifiersData[o]._skip=!0,t.placement=O,t.reset=!0)}}const On={name:"flip",enabled:!0,phase:"main",fn:kn,requiresIfExists:["offset"],data:{_skip:!1}};function Ue(e,t,i){return i===void 0&&(i={x:0,y:0}),{top:e.top-t.height-i.y,right:e.right-t.width+i.x,bottom:e.bottom-t.height+i.y,left:e.left-t.width-i.x}}function _e(e){return[H,z,F,D].some(function(t){return e[t]>=0})}function En(e){var t=e.state,i=e.name,o=t.rects.reference,n=t.rects.popper,s=t.modifiersData.preventOverflow,l=Et(t,{elementContext:"reference"}),r=Et(t,{altBoundary:!0}),a=Ue(l,o),c=Ue(r,n,s),h=_e(a),u=_e(c);t.modifiersData[i]={referenceClippingOffsets:a,popperEscapeOffsets:c,isReferenceHidden:h,hasPopperEscaped:u},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":h,"data-popper-escaped":u})}const Sn={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:En};function An(e,t,i){var o=j(e),n=[D,H].indexOf(o)>=0?-1:1,s=typeof i=="function"?i(Object.assign({},t,{placement:e})):i,l=s[0],r=s[1];return l=l||0,r=(r||0)*n,[D,z].indexOf(o)>=0?{x:r,y:l}:{x:l,y:r}}function Ln(e){var t=e.state,i=e.options,o=e.name,n=i.offset,s=n===void 0?[0,0]:n,l=He.reduce(function(h,u){return h[u]=An(u,t.rects,s),h},{}),r=l[t.placement],a=r.x,c=r.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=c),t.modifiersData[o]=l}const Tn={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Ln};function Yn(e){var t=e.state,i=e.name;t.modifiersData[i]=Ge({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const Xn={name:"popperOffsets",enabled:!0,phase:"read",fn:Yn,data:{}};function Pn(e){return e==="x"?"y":"x"}function Rn(e){var t=e.state,i=e.options,o=e.name,n=i.mainAxis,s=n===void 0?!0:n,l=i.altAxis,r=l===void 0?!1:l,a=i.boundary,c=i.rootBoundary,h=i.altBoundary,u=i.padding,f=i.tether,p=f===void 0?!0:f,x=i.tetherOffset,g=x===void 0?0:x,v=Et(t,{boundary:a,rootBoundary:c,padding:u,altBoundary:h}),m=j(t.placement),y=pt(t.placement),I=!y,w=qt(m),C=Pn(w),b=t.modifiersData.popperOffsets,k=t.rects.reference,E=t.rects.popper,O=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,S=typeof O=="number"?{mainAxis:O,altAxis:O}:Object.assign({mainAxis:0,altAxis:0},O),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,M={x:0,y:0};if(b){if(s){var T,U=w==="y"?H:D,_=w==="y"?F:z,P=w==="y"?"height":"width",B=b[w],ut=B+v[U],K=B-v[_],ft=p?-E[P]/2:0,St=y===ct?k[P]:E[P],nt=y===ct?-E[P]:-k[P],mt=t.elements.arrow,et=p&&mt?Qt(mt):{width:0,height:0},$=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:We(),st=$[U],rt=$[_],J=kt(0,k[P],et[P]),At=I?k[P]/2-ft-J-st-S.mainAxis:St-J-st-S.mainAxis,ne=I?-k[P]/2+ft+J+rt+S.mainAxis:nt+J+rt+S.mainAxis,Lt=t.elements.arrow&&Ct(t.elements.arrow),se=Lt?w==="y"?Lt.clientTop||0:Lt.clientLeft||0:0,Ft=(T=L==null?void 0:L[w])!=null?T:0,re=B+At-Ft-se,ae=B+ne-Ft,zt=kt(p?Ht(ut,re):ut,B,p?ot(K,ae):K);b[w]=zt,M[w]=zt-B}if(r){var Nt,le=w==="x"?H:D,ce=w==="x"?F:z,Q=b[C],at=C==="y"?"height":"width",vt=Q+v[le],gt=Q-v[ce],bt=[H,D].indexOf(m)!==-1,Tt=(Nt=L==null?void 0:L[C])!=null?Nt:0,Yt=bt?vt:Q-k[at]-E[at]-Tt+S.altAxis,Xt=bt?Q+k[at]+E[at]-Tt-S.altAxis:gt,Vt=p&&bt?nn(Yt,Q,Xt):kt(p?Yt:vt,Q,p?Xt:gt);b[C]=Vt,M[C]=Vt-Q}t.modifiersData[o]=M}}const Mn={name:"preventOverflow",enabled:!0,phase:"main",fn:Rn,requiresIfExists:["offset"]};function Hn(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Dn(e){return e===Z(e)||!N(e)?te(e):Hn(e)}function Zn(e){var t=e.getBoundingClientRect(),i=ht(t.width)/e.offsetWidth||1,o=ht(t.height)/e.offsetHeight||1;return i!==1||o!==1}function Bn(e,t,i){i===void 0&&(i=!1);var o=N(t),n=N(t)&&Zn(t),s=tt(t),l=dt(e,n,i),r={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(o||!o&&!i)&&((V(t)!=="body"||ie(s))&&(r=Dn(t)),N(t)?(a=dt(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):s&&(a.x=ee(s))),{x:l.left+r.scrollLeft-a.x,y:l.top+r.scrollTop-a.y,width:l.width,height:l.height}}function Wn(e){var t=new Map,i=new Set,o=[];e.forEach(function(s){t.set(s.name,s)});function n(s){i.add(s.name);var l=[].concat(s.requires||[],s.requiresIfExists||[]);l.forEach(function(r){if(!i.has(r)){var a=t.get(r);a&&n(a)}}),o.push(s)}return e.forEach(function(s){i.has(s.name)||n(s)}),o}function Fn(e){var t=Wn(e);return Jo.reduce(function(i,o){return i.concat(t.filter(function(n){return n.phase===o}))},[])}function zn(e){var t;return function(){return t||(t=new Promise(function(i){Promise.resolve().then(function(){t=void 0,i(e())})})),t}}function Nn(e){var t=e.reduce(function(i,o){var n=i[o.name];return i[o.name]=n?Object.assign({},n,o,{options:Object.assign({},n.options,o.options),data:Object.assign({},n.data,o.data)}):o,i},{});return Object.keys(t).map(function(i){return t[i]})}var Ke={placement:"bottom",modifiers:[],strategy:"absolute"};function Je(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return!t.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function Vn(e){e===void 0&&(e={});var t=e,i=t.defaultModifiers,o=i===void 0?[]:i,n=t.defaultOptions,s=n===void 0?Ke:n;return function(r,a,c){c===void 0&&(c=s);var h={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ke,s),modifiersData:{},elements:{reference:r,popper:a},attributes:{},styles:{}},u=[],f=!1,p={state:h,setOptions:function(m){var y=typeof m=="function"?m(h.options):m;g(),h.options=Object.assign({},s,h.options,y),h.scrollParents={reference:it(r)?Ot(r):r.contextElement?Ot(r.contextElement):[],popper:Ot(a)};var I=Fn(Nn([].concat(o,h.options.modifiers)));return h.orderedModifiers=I.filter(function(w){return w.enabled}),x(),p.update()},forceUpdate:function(){if(!f){var m=h.elements,y=m.reference,I=m.popper;if(Je(y,I)){h.rects={reference:Bn(y,Ct(I),h.options.strategy==="fixed"),popper:Qt(I)},h.reset=!1,h.placement=h.options.placement,h.orderedModifiers.forEach(function(S){return h.modifiersData[S.name]=Object.assign({},S.data)});for(var w=0;w<h.orderedModifiers.length;w++){if(h.reset===!0){h.reset=!1,w=-1;continue}var C=h.orderedModifiers[w],b=C.fn,k=C.options,E=k===void 0?{}:k,O=C.name;typeof b=="function"&&(h=b({state:h,options:E,name:O,instance:p})||h)}}}},update:zn(function(){return new Promise(function(v){p.forceUpdate(),v(h)})}),destroy:function(){g(),f=!0}};if(!Je(r,a))return p;p.setOptions(c).then(function(v){!f&&c.onFirstUpdate&&c.onFirstUpdate(v)});function x(){h.orderedModifiers.forEach(function(v){var m=v.name,y=v.options,I=y===void 0?{}:y,w=v.effect;if(typeof w=="function"){var C=w({state:h,name:m,instance:p,options:I}),b=function(){};u.push(C||b)}})}function g(){u.forEach(function(v){return v()}),u=[]}return p}}var jn=[fn,Xn,pn,tn,Tn,On,Mn,ln,Sn],$n=Vn({defaultModifiers:jn});class Gn{constructor(t,i,o){qe(this,"updateHotspotPosition",(t,i)=>{this.currentActiveIndex=t,this.currentOrientation=i;const o=Po(this.hotspotsConfig,t,i);this.hideHotspots(),o.forEach(n=>this.updateAndShowHotspot(n,t))});this.container=i,this.popper=null,this.popperInstance=null,this.hotspotsContainer=_i(this.container),this.hotspotsConfig=Zo(t),this.shouldHidePopper=!0,this.hidePopper=this.hidePopper.bind(this),this.imageAspectRatio=o,this.hotspotElements=new Map,this.popperListeners=[];const{containerSize:n}=t[0];this.initialContainerSize=n||[i.offsetWidth,i.offsetHeight],this.initHotspots(),this.observeContainerResize()}observeContainerResize(){this.resizeObserver=new ResizeObserver(()=>{const t=this.container.offsetWidth,i=this.container.offsetHeight;this.updateHotspotsForResize(t,i)}),this.resizeObserver.observe(this.container)}updateHotspotsForResize(t,i){this.hotspotsConfig=Bo({newWidth:t,newHeight:i,initialContainerSize:this.initialContainerSize,imageAspectRatio:this.imageAspectRatio,hotspotsConfig:this.hotspotsConfig}),this.updateHotspotPosition(this.currentActiveIndex,this.currentOrientation)}cleanupPopperListeners(){this.popperListeners.forEach(({element:t,event:i,handler:o})=>{t.removeEventListener(i,o)}),this.popperListeners=[]}showPopper({hotspotElement:t,content:i,id:o,keepOpen:n}){this.popperInstance&&this.popperInstance.instanceId!==o&&this.hidePopper();const s={placement:"top",modifiers:Ho(this.container)};this.popper=Do(i,o),this.popper.setAttribute("data-show",""),this.currentHotspotElement=t,t.setAttribute("aria-expanded","true"),t.setAttribute("aria-describedby",`cloudimage-360-popper-${o}`);const l=()=>{this.shouldHidePopper=!1},r=()=>{this.shouldHidePopper=!0,this.checkAndHidePopper()},a=()=>{this.shouldHidePopper=!0,this.checkAndHidePopper()},c=()=>{this.shouldHidePopper=!1,this.hidePopperTimeout&&clearTimeout(this.hidePopperTimeout)};this.popper.addEventListener("mouseenter",l),this.popper.addEventListener("mouseleave",r),t.addEventListener("mouseleave",a),t.addEventListener("mouseenter",c),this.popperListeners.push({element:this.popper,event:"mouseenter",handler:l},{element:this.popper,event:"mouseleave",handler:r},{element:t,event:"mouseleave",handler:a},{element:t,event:"mouseenter",handler:c}),this.popperInstance={...$n(t,this.popper,s),keepOpen:n,instanceId:o}}checkAndHidePopper(){var t;this.shouldHidePopper&&!((t=this.popperInstance)!=null&&t.keepOpen)&&(this.hidePopperTimeout=setTimeout(()=>{this.shouldHidePopper&&this.hidePopper()},Ii))}hidePopper(){if(this.cleanupPopperListeners(),this.currentHotspotElement&&(this.currentHotspotElement.setAttribute("aria-expanded","false"),this.currentHotspotElement.removeAttribute("aria-describedby"),this.currentHotspotElement=null),this.popperInstance&&(this.popperInstance.destroy(),this.popperInstance=null),this.popper){this.popper.removeAttribute("data-show"),this.popper.setAttribute("aria-hidden","true");const t=this.popper;this.popper=null,setTimeout(()=>{t.remove()},Ci)}}createHotspot(t){const{id:i,content:o,keepOpen:n,onClick:s,label:l}=t,r=Ro(i,l);s&&(r.style.cursor="pointer"),r.onclick=a=>{a.stopPropagation(),s==null||s(a,this.popperInstance,i)},o&&(r.addEventListener("mouseenter",()=>this.showPopper({hotspotElement:r,content:o,id:i,keepOpen:n})),r.addEventListener("focus",()=>this.showPopper({hotspotElement:r,content:o,id:i,keepOpen:n})),r.addEventListener("blur",()=>{this.shouldHidePopper=!0,this.checkAndHidePopper()})),this.hotspotsContainer.appendChild(r)}hideHotspots(){this.hotspotsContainer.querySelectorAll(".cloudimage-360-hotspot").forEach(t=>{t.style.opacity=0,t.style.pointerEvents="none"})}updateAndShowHotspot(t,i){const{positions:o,id:n}=t,{x:s,y:l}=o[i]??{},r=this.hotspotsContainer.querySelector(`[data-hotspot-id="${n}"]`);r&&(r.style.translate=`${s}px ${l}px`,r.style.opacity=1,r.style.pointerEvents="all")}showHotspotById(t){const i=this.hotspotsConfig.find(n=>n.id===t);if(!i||!i.content)return;const o=this.hotspotsContainer.querySelector(`[data-hotspot-id="${t}"]`);o&&o.style.opacity==="1"&&this.showPopper({hotspotElement:o,content:i.content,id:t,keepOpen:i.keepOpen})}createAllHotspots(){this.hotspotsConfig.forEach(t=>this.createHotspot(t))}initHotspots(){this.createAllHotspots()}destroy(){this.hidePopperTimeout&&clearTimeout(this.hidePopperTimeout),this.resizeObserver.disconnect(),this.hidePopper(),this.hotspotElements.clear(),this.hotspotsContainer.innerHTML=""}}class Wt{constructor(t,i,o){this.container=t,this.isClicked=!1,this.fullscreenView=!!o,this.imagesX=[],this.imagesY=[],this.devicePixelRatio=Math.round(window.devicePixelRatio||1),this.id=t.id,this.movementStart={x:0,y:0},this.draggingDirection=null,this.isReady=!1,this.velocityX=0,this.velocityY=0,this.lastDragTime=0,this.lastDragX=0,this.lastDragY=0,this.inertiaAnimationId=null,this.hasInteracted=!1,this.currentZoomScale=1,this.touchDevice=Oo(),this.dragJustEnded=!1,this.isPinching=!1,this.initialPinchDistance=0,this.pinchZoomLevel=1,this.pinchZoomEmitted=!1,this.lastEmittedZoom=1,this.panOffsetX=0,this.panOffsetY=0,this.canvasWorker=new Ao,this.hotspotTimeline=null,this.hotspotTimelineIndicator=null,this.isAnimatingToFrame=!1,this.onMoveHandler=this.onMoveHandler.bind(this),this.destroy=this.destroy.bind(this),this.init(this.container,i)}emit(t,i={}){const o=this[t];typeof o=="function"&&o({...i,viewerId:this.id})}announce(t){Ji(this.ariaLiveRegion,t)}mouseDown(t){if(!this.isReady||this.glass)return;const{pageX:i,pageY:o}=t;this.hideHints(),this.hideHotspotPopper(),this.inertiaAnimationId&&(cancelAnimationFrame(this.inertiaAnimationId),this.inertiaAnimationId=null),this.autoplayJustStopped=!1,(this.autoplay||this.loopTimeoutId)&&(this.stopAutoplay(),this.autoplay=!1,this.autoplayJustStopped=!0),this.movementStart={x:i,y:o},this.isClicked=!0,this.isDragging=!1,this.inertia&&(this.velocityX=0,this.velocityY=0,this.lastDragTime=performance.now(),this.lastDragX=i,this.lastDragY=o)}mouseUp(){this.isReady&&(!this.isZoomed&&!this.autoplayJustStopped&&this.showAllIcons(),this.inertia&&this.isDragging&&(Math.abs(this.velocityX)>.1||Math.abs(this.velocityY)>.1)&&this.startInertia(),this.isDragging&&(this.emit("onDragEnd"),this.dragJustEnded=!0),this.movementStart={x:0,y:0},this.isClicked=!1,this.isDragging=!1,this.innerBox.style.cursor="grab")}startInertia(){const o=this.fullscreenView?document.body:this.container,n=this.dragSpeed/ve,s=n*(this.amountX/o.offsetWidth),l=n*(this.amountY/o.offsetHeight),r=()=>{if(this.velocityX*=.95,this.velocityY*=.95,Math.abs(this.velocityX)<.01&&Math.abs(this.velocityY)<.01){this.inertiaAnimationId=null;return}const a=this.velocityX*16,c=this.velocityY*16,h=Te({deltaX:a,deltaY:c,reversed:this.dragReverse,allowSpinX:this.allowSpinX,allowSpinY:this.allowSpinY});if(h){const u=this.allowSpinX?Math.max(1,Math.abs(Math.round(a*s))):0,f=this.allowSpinY?Math.max(1,Math.abs(Math.round(c*l))):0;(u>0||f>0)&&this.onMoveHandler(h,u,f)}this.inertiaAnimationId=requestAnimationFrame(r)};this.inertiaAnimationId=requestAnimationFrame(r)}drag(t,i){if(!this.isReady||!this.isClicked)return;const o=t-this.movementStart.x,n=i-this.movementStart.y;if(this.inertia){const f=performance.now(),p=f-this.lastDragTime;p>0&&p<100&&(this.velocityX=(t-this.lastDragX)/p,this.velocityY=(i-this.lastDragY)/p),this.lastDragTime=f,this.lastDragX=t,this.lastDragY=i}this.draggingDirection=Te({deltaX:o,deltaY:n,reversed:this.dragReverse,allowSpinX:this.allowSpinX,allowSpinY:this.allowSpinY})||this.draggingDirection;const s=this.fullscreenView?document.body:this.container,l=this.dragSpeed/ve,r=l*(this.amountX/s.offsetWidth),a=l*(this.amountY/s.offsetHeight),c=this.allowSpinX?Math.abs(Math.round(o*r)):0,h=this.allowSpinY?Math.abs(Math.round(n*a)):0;(this.allowSpinX&&c!==0||this.allowSpinY&&h!==0)&&(this.hasInteracted=!0,this.hideHotspotPopper(),this.onMoveHandler(this.draggingDirection,c,h),this.movementStart={x:t,y:i},setTimeout(()=>{this.isDragging||(this.isDragging=!0,this.emit("onDragStart"))},xi))}mouseMove(t){!this.isReady||!this.isClicked&&!this.isZoomed||this.glass||(this.hideAllIcons(),this.drag(t.pageX,t.pageY),this.isZoomed&&this.applyZoom(t))}mouseClick(t){if(!(!this.isReady||this.isDragging)){if(this.dragJustEnded){this.dragJustEnded=!1;return}if(this.autoplayJustStopped){this.autoplayJustStopped=!1;return}if(this.glass&&this.magnified){this.removeGlass();return}this.pointerZoom&&!this.glass&&!this.touchDevice&&this.toggleZoom(t)}}loadHigherQualityImages(t,i){const o=yt(this.srcXConfig,t),n=this.allowSpinY?yt(this.srcYConfig,t):null;ye({cdnPathX:o,cdnPathY:n,configX:this.srcXConfig,configY:this.srcYConfig,onAllImagesLoad:(s,l)=>{this.imagesX=s,this.imagesY=l,i()},onError:s=>this.emit("onError",s)})}hideHotspots(){this.hotspotsInstance&&this.hotspotsInstance.hideHotspots()}hideHotspotPopper(){this.hotspotsInstance&&this.hotspotsInstance.hidePopper()}toggleZoom(t){if(this.isZoomed)this.showTransitionOverlay(),setTimeout(()=>{this.removeZoom()},me);else{let i=(this.fullscreenView||this.pointerZoom?document.body:this.container).offsetWidth;this.hideHotspots(),this.showLoadingSpinner(),this.loadHigherQualityImages(i,()=>{this.showTransitionOverlay(),setTimeout(()=>{this.applyZoom(t)},me)})}}removeZoom(){this.isZoomed=!1,this.updateView(),this.showAllIcons(),this.hideTransitionOverlay(),this.emit("onZoomOut"),this.announce("Zoomed out")}mouseLeave(){this.isZoomed&&this.removeZoom()}applyZoom(t){const{offsetX:i,offsetY:o}=yo(t,this.canvas,this.devicePixelRatio);this.isZoomed=!0,this.hideAllIcons(),this.hideLoadingSpinner(),this.hideTransitionOverlay(),this.updateView(this.pointerZoom,i,o),this.emit("onZoomIn",{zoomLevel:this.pointerZoom}),this.announce("Zoomed in. Move mouse to pan. Click to zoom out.")}touchOutside(t){if(!this.glass)return;!this.canvas.contains(t.target)&&this.removeGlass()}touchStart(t){if(!this.isReady||this.glass||!t.touches||!t.touches.length)return;const i=t.target;if(i&&i.closest&&i.closest(".cloudimage-360-button"))return;if(this.hideHints(),t.touches.length===2&&this.pinchZoom&&!this.isDragging){t.preventDefault(),this.isPinching=!0,this.isClicked=!1,this.inertiaAnimationId&&(cancelAnimationFrame(this.inertiaAnimationId),this.inertiaAnimationId=null);const s=t.touches[0],l=t.touches[1];if(this.initialPinchDistance=this.getPinchDistance(s,l),(this.autoplay||this.loopTimeoutId)&&(this.stopAutoplay(),this.autoplay=!1),!this.isZoomed&&this.pinchZoomLevel===1){const r=(this.fullscreenView?document.body:this.container).offsetWidth;this.hideHotspots(),this.loadHigherQualityImages(r,()=>{})}return}if(t.touches.length>1)return;const{pageX:o,pageY:n}=t.touches[0];this.inertiaAnimationId&&(cancelAnimationFrame(this.inertiaAnimationId),this.inertiaAnimationId=null),(this.autoplay||this.loopTimeoutId)&&(this.stopAutoplay(),this.autoplay=!1),this.hideAllIcons(),this.hideHotspotPopper(),this.movementStart={x:o,y:n},this.isClicked=!0,this.isDragging=!1,this.inertia&&(this.velocityX=0,this.velocityY=0,this.lastDragTime=performance.now(),this.lastDragX=o,this.lastDragY=n)}getPinchDistance(t,i){const o=t.pageX-i.pageX,n=t.pageY-i.pageY;return Math.sqrt(o*o+n*n)}getPinchCenter(t,i){return{x:(t.pageX+i.pageX)/2,y:(t.pageY+i.pageY)/2}}touchEnd(t){if(this.isReady){if(this.isPinching){if(!t.touches||t.touches.length<2){if(this.isPinching=!1,this.initialPinchDistance=0,this.pinchZoomLevel<=1){const i=this.pinchZoomEmitted;this.pinchZoomLevel=1,this.pinchZoomEmitted=!1,this.lastEmittedZoom=1,this.isZoomed=!1,this.panOffsetX=0,this.panOffsetY=0,this.showAllIcons(),this.updateView(),i&&this.emit("onZoomOut")}else if(this.canvas){const i=this.canvas.getBoundingClientRect();this.panOffsetX=i.width/2*this.devicePixelRatio,this.panOffsetY=i.height/2*this.devicePixelRatio}}return}this.showAllIcons(),this.inertia&&this.isDragging&&(Math.abs(this.velocityX)>.1||Math.abs(this.velocityY)>.1)&&this.startInertia(),this.movementStart={x:0,y:0},this.isClicked=!1,this.isDragging=!1}}touchMove(t){if(!this.isReady||this.glass)return;if(this.isPinching&&t.touches.length===2){t.preventDefault();const n=t.touches[0],s=t.touches[1],l=this.getPinchDistance(n,s);if(this.initialPinchDistance===0){this.initialPinchDistance=l;return}const r=l/this.initialPinchDistance,a=Math.max(1,Math.min(this.pinchZoomLevel*r,ge));if(this.initialPinchDistance=l,this.pinchZoomLevel=a,!this.canvas)return;const c=this.canvas.getBoundingClientRect(),h=c.width/2*this.devicePixelRatio,u=c.height/2*this.devicePixelRatio;a>1?(this.isZoomed=!0,this.hideAllIcons(),this.updateView(a,h,u),(!this.pinchZoomEmitted||a>this.lastEmittedZoom)&&(this.emit("onZoomIn",{zoomLevel:a}),this.pinchZoomEmitted=!0,this.lastEmittedZoom=a)):(this.isZoomed=!1,this.panOffsetX=0,this.panOffsetY=0,this.updateView());return}if(!this.isClicked||!t.touches||!t.touches[0])return;const{pageX:i,pageY:o}=t.touches[0];if(t.preventDefault(),this.isZoomed&&this.pinchZoomLevel>1){const n=i-this.movementStart.x,s=o-this.movementStart.y;this.panOffsetX-=n*this.devicePixelRatio,this.panOffsetY-=s*this.devicePixelRatio,this.movementStart={x:i,y:o},this.updateView(this.pinchZoomLevel,this.panOffsetX,this.panOffsetY);return}this.drag(i,o)}keyDown(t){if(!this.isReady)return;const{keyCode:i}=t,o=this.keysReverse;switch(this.autoplay&&this.stopAutoplay(),Le(i,this.allowSpinY)&&(this.hasInteracted=!0,this.hideAllIcons(),this.hideHints()),i){case 37:o?this.moveLeft():this.moveRight();break;case 39:o?this.moveRight():this.moveLeft();break;case 38:this.allowSpinY&&(t.preventDefault(),o?this.moveTop():this.moveBottom());break;case 40:this.allowSpinY&&(t.preventDefault(),o?this.moveBottom():this.moveTop());break}}keyUp(t){const{keyCode:i}=t;Le(i,this.allowSpinY)&&this.showAllIcons()}moveActiveXIndexUp(t){this.orientation=Y.X,this.activeImageX=(this.activeImageX+t)%this.amountX}moveActiveXIndexDown(t){this.orientation=Y.X,this.activeImageX=(this.activeImageX-t+this.amountX)%this.amountX}moveActiveYIndexUp(t){this.orientation=Y.Y,this.activeImageY=(this.activeImageY+t)%this.amountY}moveActiveYIndexDown(t){this.orientation=Y.Y,this.activeImageY=(this.activeImageY-t+this.amountY)%this.amountY}moveRight(t,i=1){t&&this.activeImageX>=this.imagesX.length-1||(this.moveActiveXIndexUp(i),this.isZoomed||this.updateView())}moveLeft(t,i=1){t&&this.activeImageX<=0||(this.moveActiveXIndexDown(i),this.isZoomed||this.updateView())}moveTop(t,i=1){t&&this.activeImageY>=this.imagesY.length-1||(this.moveActiveYIndexUp(i),this.isZoomed||this.updateView())}moveBottom(t,i=1){t&&this.activeImageY<=0||(this.moveActiveYIndexDown(i),this.isZoomed||this.updateView())}onMoveHandler(t,i=1,o=1){t==="right"?this.moveRight(this.stopAtEdges,i):t==="left"?this.moveLeft(this.stopAtEdges,i):t==="up"?this.moveTop(this.stopAtEdges,o):t==="down"&&this.moveBottom(this.stopAtEdges,o),this.emit("onSpin",{direction:t,activeImageX:this.activeImageX,activeImageY:this.activeImageY,amountX:this.amountX,amountY:this.amountY})}updateView(t,i,o){const n=this.orientation===Y.X?this.activeImageX:this.activeImageY,s=this.orientation===Y.X?this.imagesX[this.activeImageX]:this.imagesY[this.activeImageY];this.hotspotsInstance&&!this.isZoomed&&!this.autoplay&&this.hotspotsInstance.updateHotspotPosition(n,this.orientation),this.hotspotTimelineIndicator&&this.orientation===Y.X&&this.updateHotspotTimelinePosition(),this.drawImageOnCanvas(s,t,i,o)}updatePercentageInLoader(t=0){this.loader&&(this.loader.innerText=t+"%")}adaptCanvasSize(t){const{naturalWidth:i,naturalHeight:o}=t;this.imageAspectRatio=i/o;const n=this.fullscreenView?window.innerWidth:this.canvas.clientWidth,s=this.fullscreenView?window.innerHeight:this.canvas.clientHeight;this.canvasWorker.postMessage({action:"adaptCanvasSize",devicePixelRatio:this.devicePixelRatio,imageAspectRatio:this.imageAspectRatio,containerWidth:n,containerHeight:s})}drawImageOnCanvas(t,i=1,o=0,n=0){this.canvasWorker.postMessage({action:"drawImageOnCanvas",imageData:t,zoomScale:i,pointerX:o,pointerY:n})}pushImageToSet(t,i,o){o===Y.X?this.imagesX[i]=t:this.imagesY[i]=t}calculatePercentage(){const t=this.amountX+this.amountY,i=this.imagesX.length+this.imagesY.length;return Math.round(i/t*100)}onImageLoad(t,i,o){this.pushImageToSet(t,i,o),this.updatePercentageInLoader(this.calculatePercentage())}onFirstImageLoaded(t,i){this.createContainers(t),this.adaptCanvasSize(i),this.drawImageOnCanvas(i)}onAllImagesLoaded(){if(this.addAllIcons(),this.isReady=!0,this.amountX=this.imagesX.length,this.amountY=this.imagesY.length,this.activeImageX=this.autoplayReverse?this.amountX-1:0,this.activeImageY=this.autoplayReverse?this.amountY-1:0,this.hotspots&&(this.hotspotsInstance=new Gn(this.hotspots,this.innerBox,this.imageAspectRatio),this.addHotspotTimeline(),this.showHotspotTimeline()),this.emit("onLoad",{imagesX:this.imagesX.length,imagesY:this.imagesY.length}),this.emit("onReady"),this.announce("360 degree view loaded. Use mouse drag or arrow keys to rotate."),this.hints!==!1&&!this.autoplay){const t=this.hints===!0||this.hints===void 0?Ce(this.viewerConfig,this.touchDevice):this.hints;t&&t.length>0&&(this.hintsOverlay=Ie(this.innerBox,t),ke(this.hintsOverlay))}this.autoplay&&(this.hideAllIcons(),Eo(this.play.bind(this))())}magnify(t){t.stopPropagation();const{src:i}=this.orientation===Y.Y?this.imagesY[this.activeImageY]:this.imagesX[this.activeImageX],n=(this.fullscreenView?document.body:this.container).offsetWidth*this.magnifier,s=Pi(i,n);this.showLoadingSpinner(),this.createGlass(),vo(s,a=>{this.hideLoadingSpinner(),this.magnified=!0,bo(t,this.innerBox,this.offset,a,this.glass,this.magnifier)},a=>{this.hideLoadingSpinner(),this.removeGlass(),this.emit("onError",{error:{message:a.message,url:a.url},errorCount:1,totalImages:1,errors:[{message:a.message,url:a.url}]})})}openFullscreenModal(t){t.stopPropagation(),window.document.body.style.overflow="hidden";const i=$i(this.container);new Wt(i,this.viewerConfig,!0),this.emit("onFullscreenOpen"),this.announce("Opened fullscreen mode. Press Escape to exit.")}closeFullscreenModal(t){t.stopPropagation(),document.body.removeChild(this.container.parentNode),window.document.body.style.overflow="visible",this.emit("onFullscreenClose"),this.announce("Exited fullscreen mode")}play(){if(this.isClicked)return;this.hide360ViewCircleIcon(),this.emit("onAutoplayStart");const t=this.speed*36/(this.amountX+this.amountY),i={left:this.moveLeft.bind(this),right:this.moveRight.bind(this),top:this.moveTop.bind(this),bottom:this.moveBottom.bind(this)};this.loopTimeoutId=window.setInterval(()=>{if(this.playOnce&&xo({autoplayBehavior:this.autoplayBehavior,activeImageX:this.activeImageX,activeImageY:this.activeImageY,amountX:this.amountX,amountY:this.amountY,autoplayReverse:this.autoplayReverse})){this.stopAutoplay();return}Io({autoplayBehavior:this.autoplayBehavior,activeImageX:this.activeImageX,activeImageY:this.activeImageY,amountX:this.amountX,amountY:this.amountY,autoplayReverse:this.autoplayReverse,spinDirection:this.spinDirection})&&(this.spinDirection=ko(this.spinDirection));const s=this.spinDirection==="y";wo({autoplayBehavior:this.autoplayBehavior,spinY:s,reversed:this.autoplayReverse,loopTriggers:i})},t)}stopAutoplay(){if(this.showAllIcons(),this.autoplay=!1,window.clearTimeout(this.loopTimeoutId),this.loopTimeoutId=null,this.emit("onAutoplayStop"),this.hints!==!1&&!this.hintsOverlay&&!this.hintsHidden){const t=this.hints===!0?Ce(this.viewerConfig,this.touchDevice):this.hints;t&&t.length>0&&(this.hintsOverlay=Ie(this.innerBox,t),ke(this.hintsOverlay))}}destroy(){this.stopAutoplay(),this.inertiaAnimationId&&(cancelAnimationFrame(this.inertiaAnimationId),this.inertiaAnimationId=null),this.removeEvents(),this.canvasWorker&&(this.canvasWorker.terminate(),this.canvasWorker=null),this.hotspotsInstance&&this.hotspotsInstance.destroy(),this.hintsOverlay&&this.hintsOverlay.parentNode&&(this.hintsOverlay.parentNode.removeChild(this.hintsOverlay),this.hintsOverlay=null),this.hotspotTimeline&&this.hotspotTimeline.parentNode&&(this.hotspotTimeline.parentNode.removeChild(this.hotspotTimeline),this.hotspotTimeline=null,this.hotspotTimelineIndicator=null),this.container&&(this.container.classList.remove("ci360-theme-dark"),this.container.innerHTML="")}addInitialIcon(){this.initialIcon||this.hide360Logo||(this.initialIcon=Bi(this.logoSrc),this.innerBox.appendChild(this.initialIcon))}showInitialIcon(){!this.initialIcon||this.hasInteracted||(this.initialIcon.style.opacity=1)}hideInitialIcon(){this.initialIcon&&(this.initialIcon.style.opacity=0)}createGlass(){this.hideAllIcons(),this.glass=document.createElement("div"),this.innerBox.appendChild(this.glass),this.innerBox.style.cursor="default"}removeGlass(){this.showAllIcons(),this.innerBox.removeChild(this.glass),this.glass=null,this.magnified=!1}addMagnifierIcon(){this.magnifier&&(this.magnifierIcon=Vi(),this.magnifierIcon.onclick=this.magnify.bind(this),this.iconsContainer.appendChild(this.magnifierIcon))}showMagnifierIcon(){this.magnifierIcon&&(this.magnifierIcon.style.visibility="visible",this.magnifierIcon.style.opacity=1)}hideMagnifierIcon(){this.magnifierIcon&&(this.magnifierIcon.style.visibility="hidden",this.magnifierIcon.style.opacity=0)}addFullscreenIcon(){this.fullscreen&&(this.fullscreenIcon=zi(),this.fullscreenIcon.onclick=this.openFullscreenModal.bind(this),this.iconsContainer.appendChild(this.fullscreenIcon))}addCloseFullscreenIcon(){this.fullscreenCloseIcon=Fi(),this.fullscreenCloseIcon.onclick=this.closeFullscreenModal.bind(this),this.iconsContainer.appendChild(this.fullscreenCloseIcon)}showFullscreenIcon(){this.fullscreenIcon&&(this.fullscreenIcon.style.opacity=1)}hideFullscreenIcon(){this.fullscreenIcon&&(this.fullscreenIcon.style.opacity=0)}add360ViewCircleIcon(){this.view360CircleIcon||(this.view360CircleIcon=Di(this.bottomCircleOffset),this.innerBox.appendChild(this.view360CircleIcon))}show360ViewCircleIcon(){this.view360CircleIcon&&(this.view360CircleIcon.style.opacity=1)}hide360ViewCircleIcon(){this.view360CircleIcon&&(this.view360CircleIcon.style.opacity=0)}addLoadingSpinner(){this.loadingSpinner=Gi(),this.innerBox.appendChild(this.loadingSpinner)}showLoadingSpinner(){this.loadingSpinner&&(this.hideAllIcons(),this.loadingSpinner.style.opacity=1)}createTransitionOverlay(){this.transitionOverlay=Ui(),this.innerBox.appendChild(this.transitionOverlay)}showTransitionOverlay(){this.transitionOverlay&&(this.hideAllIcons(),this.transitionOverlay.style.opacity=1)}hideTransitionOverlay(){this.transitionOverlay&&(this.transitionOverlay.style.opacity=0)}hideLoadingSpinner(){this.loadingSpinner&&(this.loadingSpinner.style.opacity=0)}hideHints(){!this.hintsOverlay||this.hintsHidden||(this.hintsHidden=!0,to(this.hintsOverlay))}addHotspotTimeline(){if(!this.hotspots||this.hotspotTimeline)return;const t=so(this.container,this.amountX,this.hotspots);if(!t)return;this.hotspotTimeline=t.element,this.hotspotTimelineIndicator=t.indicator,this.hotspotTimeline.querySelectorAll(".cloudimage-360-hotspot-timeline-dot").forEach(o=>{o.addEventListener("click",n=>{n.stopPropagation();const s=parseInt(o.getAttribute("data-frame"),10),l=o.getAttribute("data-hotspot-id");isNaN(s)||this.animateToFrame(s,l)})}),this.updateHotspotTimelinePosition()}showHotspotTimeline(){ao(this.hotspotTimeline)}hideHotspotTimeline(){lo(this.hotspotTimeline)}updateHotspotTimelinePosition(){ro(this.hotspotTimelineIndicator,this.activeImageX,this.amountX)}animateToFrame(t,i){if(this.isAnimatingToFrame||t===this.activeImageX){t===this.activeImageX&&i&&this.hotspotsInstance&&this.hotspotTimelineOnClick&&this.hotspotsInstance.showHotspotById(i);return}this.isAnimatingToFrame=!0,this.hasInteracted=!0,(this.autoplay||this.loopTimeoutId)&&(this.stopAutoplay(),this.autoplay=!1),this.inertiaAnimationId&&(cancelAnimationFrame(this.inertiaAnimationId),this.inertiaAnimationId=null);const o=this.activeImageX,n=(t-o+this.amountX)%this.amountX,s=(o-t+this.amountX)%this.amountX,l=n<=s,r=l?n:s;if(r===0){this.isAnimatingToFrame=!1;return}const a=30;let c=r;const h=()=>{if(c<=0){this.isAnimatingToFrame=!1,i&&this.hotspotsInstance&&this.hotspotTimelineOnClick&&setTimeout(()=>{this.hotspotsInstance.showHotspotById(i)},50);return}l?this.moveRight():this.moveLeft(),c--,c>0?setTimeout(h,a):(this.isAnimatingToFrame=!1,i&&this.hotspotsInstance&&this.hotspotTimelineOnClick&&setTimeout(()=>{this.hotspotsInstance.showHotspotById(i)},50))};h()}remove360ViewCircleIcon(){this.view360CircleIcon&&(this.innerBox.removeChild(this.view360CircleIcon),this.view360CircleIcon=null)}addAllIcons(){this.removeLoader(),this.innerBox.style.cursor="grab",this.pointerZoom&&(this.createTransitionOverlay(),this.addLoadingSpinner()),!this.fullscreenView&&!this.touchDevice&&this.addMagnifierIcon(),this.fullscreenView||this.addFullscreenIcon(),this.initialIconShown&&this.addInitialIcon(),this.bottomCircle&&this.add360ViewCircleIcon()}showAllIcons(){this.showInitialIcon(),this.show360ViewCircleIcon(),this.showMagnifierIcon(),this.showFullscreenIcon(),this.showHotspotTimeline()}hideAllIcons(){this.hideInitialIcon(),this.hide360ViewCircleIcon(),this.hideMagnifierIcon(),this.hideFullscreenIcon(),this.hideHotspotTimeline()}removeLoader(){this.loader&&(this.innerBox.removeChild(this.loader),this.loader=null)}attachEvents(t,i,o){t&&this.addMouseEvents(),i&&this.addTouchEvents(),o&&this.addKeyboardEvents(),this.addEscKeyHandler()}removeEvents(){this.removeMouseEvents(),this.removeTouchEvents(),this.removeKeyboardEvents(),this.removeEscKeyHandler()}addMouseEvents(){this.boundMouseClick=this.mouseClick.bind(this),this.boundMouseDown=this.mouseDown.bind(this),this.boundMouseMove=ue(this.mouseMove.bind(this),fe),this.boundMouseUp=this.mouseUp.bind(this),this.boundMouseLeave=this.mouseLeave.bind(this),this.innerBox.addEventListener("click",this.boundMouseClick),this.innerBox.addEventListener("mousedown",this.boundMouseDown),this.innerBox.addEventListener("mouseleave",this.boundMouseLeave),document.addEventListener("mousemove",this.boundMouseMove),document.addEventListener("mouseup",this.boundMouseUp)}addTouchEvents(){this.boundTouchOutside=this.touchOutside.bind(this),this.boundTouchStart=this.touchStart.bind(this),this.boundTouchEnd=this.touchEnd.bind(this),this.boundTouchMove=ue(this.touchMove.bind(this),fe),document.addEventListener("touchstart",this.boundTouchOutside),this.container.addEventListener("touchstart",this.boundTouchStart),this.container.addEventListener("touchend",this.boundTouchEnd),this.container.addEventListener("touchmove",this.boundTouchMove)}addKeyboardEvents(){this.boundKeyDown=this.keyDown.bind(this),this.boundKeyUp=this.keyUp.bind(this),document.addEventListener("keydown",this.boundKeyDown),document.addEventListener("keyup",this.boundKeyUp)}addEscKeyHandler(){this.boundEscHandler=t=>{t.keyCode===27&&(this.fullscreenView?this.closeFullscreenModal(t):this.isZoomed?this.removeZoom():this.glass&&this.removeGlass())},document.addEventListener("keydown",this.boundEscHandler)}removeEscKeyHandler(){document.removeEventListener("keydown",this.boundEscHandler)}removeMouseEvents(){this.innerBox.removeEventListener("click",this.boundMouseClick),this.innerBox.removeEventListener("mousedown",this.boundMouseDown),this.innerBox.removeEventListener("mouseleave",this.boundMouseLeave),document.removeEventListener("mousemove",this.boundMouseMove),document.removeEventListener("mouseup",this.boundMouseUp)}removeTouchEvents(){document.removeEventListener("touchstart",this.boundTouchOutside),this.container.removeEventListener("touchstart",this.boundTouchStart),this.container.removeEventListener("touchend",this.boundTouchEnd),this.container.removeEventListener("touchmove",this.boundTouchMove)}removeKeyboardEvents(){document.removeEventListener("keydown",this.boundKeyDown),document.removeEventListener("keyup",this.boundKeyUp)}createContainers(t){this.iconsContainer=we(this.innerBox),this.canvas=Wi(this.innerBox,t),this.loader=ji(this.innerBox),this.ariaLiveRegion=Ki(this.innerBox);const i=this.canvas.transferControlToOffscreen();this.canvasWorker.postMessage({action:"initCanvas",offscreen:i,devicePixelRatio:this.devicePixelRatio},[i]),this.fullscreenView&&this.addCloseFullscreenIcon(),$t(this.innerBox,".cloudimage-360-placeholder")}update(t){this.isReady&&(this.stopAutoplay(),$t(this.innerBox,".cloudimage-360-icons-container"),this.init(this.container,t,!0),this.iconsContainer=we(this.innerBox),this.onAllImagesLoaded())}init(t,i,o){const n=i?Ai(i):Ei(t),{folder:s,apiVersion:l,filenameX:r,filenameY:a,imageListX:c,imageListY:h,indexZeroBase:u,amountX:f,amountY:p,draggable:x=!0,swipeable:g=!0,keys:v,keysReverse:m,bottomCircleOffset:y,autoplay:I,autoplayBehavior:w,playOnce:C,speed:b,autoplayReverse:k,fullscreen:E,magnifier:O,ciToken:S,ciFilters:L,ciTransformation:M,lazyload:T,dragSpeed:U,stopAtEdges:_,pointerZoom:P,imageInfo:B="black",initialIconShown:ut,bottomCircle:K,hotspots:ft,dragReverse:St,hide360Logo:nt,logoSrc:mt,inertia:et,pinchZoom:$,hints:st,theme:rt,hotspotTimelineOnClick:J=!0,onReady:At,onLoad:ne,onSpin:Lt,onAutoplayStart:se,onAutoplayStop:Ft,onFullscreenOpen:re,onFullscreenClose:ae,onZoomIn:zt,onZoomOut:Nt,onDragStart:le,onDragEnd:ce,onError:Q}=n,at={ciToken:S,ciFilters:L,ciTransformation:M},vt=Gt(c,[]),gt=Gt(h,[]);if(this.viewerConfig=n,this.amountX=vt.length||f,this.amountY=gt.length||p,this.allowSpinX=!!this.amountX,this.allowSpinY=!!this.amountY,this.activeImageX=k?this.amountX-1:0,this.activeImageY=k?this.amountY-1:0,this.bottomCircleOffset=y,this.autoplay=I,this.autoplayBehavior=w,this.playOnce=C,this.speed=b,this.autoplayReverse=k,this.fullscreen=E,this.magnifier=O>1?Math.min(O,Oi):0,this.dragSpeed=Math.max(U,ki),this.stopAtEdges=_,this.ciParams=at,this.apiVersion=l,this.pointerZoom=P>1?Math.min(P,ge):null,this.keysReverse=m,this.info=B,this.keys=v,this.innerBox=this.innerBox??Ni(this.container),this.initialIconShown=ut,this.bottomCircle=K,this.spinDirection=Co(this.autoplayBehavior,this.allowSpinX,this.allowSpinY),this.dragReverse=St,this.hotspots=ft,this.hide360Logo=nt,this.logoSrc=mt,this.inertia=et,this.pinchZoom=$,this.hints=st,this.hotspotTimelineOnClick=J,rt==="dark"?this.container.classList.add("ci360-theme-dark"):rt==="light"&&this.container.classList.remove("ci360-theme-dark"),this.onReady=At,this.onLoad=ne,this.onSpin=Lt,this.onAutoplayStart=se,this.onAutoplayStop=Ft,this.onFullscreenOpen=re,this.onFullscreenClose=ae,this.onZoomIn=zt,this.onZoomOut=Nt,this.onDragStart=le,this.onDragEnd=ce,this.onError=Q,this.srcXConfig={folder:s,filename:r,imageList:vt,container:t,innerBox:this.innerBox,apiVersion:l,ciParams:at,lazyload:T,amount:this.amountX,indexZeroBase:u,autoplayReverse:k,orientation:Y.X},this.srcYConfig={...this.srcXConfig,filename:a,imageList:gt,orientation:Y.Y,amount:this.amountY},o&&this.removeEvents(),this.attachEvents(x,g,v),o)return;const bt=(this.fullscreenView?document.body:this.container).offsetWidth,Tt=this.allowSpinX&&!vt.length?yt(this.srcXConfig,bt):null,Yt=this.allowSpinY&&!gt.length?yt(this.srcYConfig,bt):null,Xt=Vt=>{ye({cdnPathX:Tt,cdnPathY:Yt,configX:this.srcXConfig,configY:this.srcYConfig,onImageLoad:(Pt,Un,_n)=>this.onImageLoad(Pt,Un,_n),onFirstImageLoad:Pt=>this.onFirstImageLoaded(Vt,Pt),onAllImagesLoad:this.onAllImagesLoaded.bind(this),onError:Pt=>this.emit("onError",Pt)})};this.allowSpinX?Ee(Tt,this.srcXConfig,Xt):this.allowSpinY&&Ee(Yt,this.srcYConfig,Xt)}}class Qe{constructor(){this.views=new Map,this.initAll=this.initAll.bind(this),this.getViews=this.getViews.bind(this)}generateId(){return`ci360-${Math.random().toString(36).slice(2,11)}`}init(t,i,o){if(!t)return;const n=t.id||this.generateId();t.id||(t.id=n);const s=new Wt(t,i,o);return this.views.set(n,s),s}initAll(t="cloudimage-360"){[...document.querySelectorAll(`.${t}`)].filter(Boolean).forEach(o=>{const n=o.id||this.generateId();o.id||(o.id=n);const s=new Wt(o);this.views.set(n,s)})}destroy(t){const i=this.getViewById(t);i&&(i.destroy(),this.views.delete(t))}destroyAll(){this.views.forEach(t=>{t.destroy()}),this.views.clear()}getViewById(t){return this.views.get(t)}getViews(){return Array.from(this.views.values())}updateView(t,i){const o=this.getViewById(t);if(!o)return null;const n={...o.viewerConfig,...i};o.destroy();const s=document.getElementById(t);return this.init(s,n)}}return window.CI360=Qe,Qe}();