@mapsindoors/map-template 1.66.0 → 1.66.2

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.
Files changed (48) hide show
  1. package/dist/mapsindoors-react.es.js +59824 -7
  2. package/dist/mapsindoors-react.umd.js +491 -560
  3. package/dist/mapsindoors-webcomponent.es.js +39970 -51199
  4. package/dist/mapsindoors-webcomponent.umd.js +480 -554
  5. package/package.json +6 -4
  6. package/dist/_commonjsHelpers-ba3f0406-b177c122.mjs +0 -30
  7. package/dist/combo-box-item.entry-9b982e8c.mjs +0 -22
  8. package/dist/icon-b8d01d6f-a7517024.mjs +0 -33
  9. package/dist/mi-card_2.entry-e26ef04d.mjs +0 -33
  10. package/dist/mi-chip.entry-cdb7e39c.mjs +0 -26
  11. package/dist/mi-column.entry-292211cb.mjs +0 -28
  12. package/dist/mi-combo-box.entry-c969e712.mjs +0 -270
  13. package/dist/mi-data-table.entry-8b2850dd.mjs +0 -231
  14. package/dist/mi-distance_2.entry-f00f425b.mjs +0 -346
  15. package/dist/mi-dropdown-item.entry-59303d02.mjs +0 -22
  16. package/dist/mi-dropdown.entry-bee1749d.mjs +0 -331
  17. package/dist/mi-floor-selector.entry-4e8b95b2.mjs +0 -122
  18. package/dist/mi-keyboard.entry-48ff850f.mjs +0 -3048
  19. package/dist/mi-list-item-category.entry-cfc47430.mjs +0 -46
  20. package/dist/mi-list-item-location.entry-6b5c4bc1.mjs +0 -144
  21. package/dist/mi-list.entry-0ed8f950.mjs +0 -49
  22. package/dist/mi-location-booking.entry-ad586693.mjs +0 -4873
  23. package/dist/mi-location-info.entry-638658ec.mjs +0 -39
  24. package/dist/mi-map-googlemaps.entry-21520a21.mjs +0 -406
  25. package/dist/mi-map-mapbox.entry-59fb70af.mjs +0 -308
  26. package/dist/mi-metric-card.entry-d71eb47f.mjs +0 -36
  27. package/dist/mi-my-position.entry-3cfdf5c0.mjs +0 -1406
  28. package/dist/mi-notification.entry-43a2513d.mjs +0 -91
  29. package/dist/mi-route-instructions-heading.entry-44d0821c.mjs +0 -82
  30. package/dist/mi-route-instructions-maneuver-legacy.entry-4c173878.mjs +0 -83
  31. package/dist/mi-route-instructions-maneuver.entry-bc47957a.mjs +0 -83
  32. package/dist/mi-route-instructions-step-legacy.entry-aaac79d0.mjs +0 -209
  33. package/dist/mi-route-instructions-step.entry-f86b55bf.mjs +0 -244
  34. package/dist/mi-route-instructions.entry-92ffcedb.mjs +0 -150
  35. package/dist/mi-scroll-buttons.entry-6491dd8f.mjs +0 -86
  36. package/dist/mi-search.entry-67e073b6.mjs +0 -258
  37. package/dist/mi-share-sms.entry-9744b5f5.mjs +0 -63
  38. package/dist/mi-step-switcher.entry-63c969ca.mjs +0 -34
  39. package/dist/mi-tab-panel.entry-d5e78add.mjs +0 -29
  40. package/dist/mi-tab.entry-7f290119.mjs +0 -21
  41. package/dist/mi-tabs.entry-4a660558.mjs +0 -44
  42. package/dist/mi-time.entry-f8deb036.mjs +0 -53
  43. package/dist/mi-variables-9a6c8d4d-6f6e1dd9.mjs +0 -16
  44. package/dist/reactcomponent-ad7142b4.mjs +0 -57763
  45. package/dist/route-travel-mode.enum-7f4ce9c7-f43c56e7.mjs +0 -16
  46. package/dist/sort-order.enum-64ce8998-958536ad.mjs +0 -326
  47. package/dist/unit-system.enum-eaefb53e-2fda1d29.mjs +0 -16
  48. package/dist/utils-ae714467-b97fee1b.mjs +0 -45
@@ -1,39 +0,0 @@
1
- import { r as i } from "./reactcomponent-ad7142b4.mjs";
2
- import "react";
3
- import "react-dom";
4
- (function() {
5
- try {
6
- var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, t = new e.Error().stack;
7
- t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "ee5cfbe6-6f9a-46a4-9917-306376e2f754", e._sentryDebugIdIdentifier = "sentry-dbid-ee5cfbe6-6f9a-46a4-9917-306376e2f754");
8
- } catch {
9
- }
10
- })();
11
- const o = ":host{display:block;color:#1f2937;font-weight:400}", s = class {
12
- constructor(e) {
13
- i(this, e), this.location = void 0, this.level = "Level", this.showExternalId = !0;
14
- }
15
- /**
16
- * Get locations info as a string.
17
- *
18
- * @returns {string}
19
- */
20
- getInfoString() {
21
- const e = [];
22
- return this.location.properties.externalId && this.showExternalId && e.push(this.location.properties.externalId), this.location.properties.floorName && e.push(`${this.level} ${this.location.properties.floorName}`), this.location.properties.building && (this.location.properties.venue ? this.location.properties.venue.toLowerCase() !== this.location.properties.building.toLowerCase() && e.push(this.location.properties.building) : e.push(this.location.properties.building)), this.location.properties.venue && e.push(this.location.properties.venue), this.location.properties.subtitle && e.push(this.location.properties.subtitle), e.join(" · ");
23
- }
24
- /**
25
- * Renders location list-info.
26
- *
27
- * @description Render location list-info.
28
- * @returns {JSX.Element}
29
- */
30
- render() {
31
- var e;
32
- return !((e = this.location) === null || e === void 0) && e.properties ? this.getInfoString() : null;
33
- }
34
- };
35
- s.style = o;
36
- export {
37
- s as mi_location_info
38
- };
39
- //# sourceMappingURL=mi-location-info.entry-638658ec.mjs.map
@@ -1,406 +0,0 @@
1
- import { r as u, c as I, h as C } from "./reactcomponent-ad7142b4.mjs";
2
- import { m as b } from "./mi-variables-9a6c8d4d-6f6e1dd9.mjs";
3
- import "react";
4
- import "react-dom";
5
- (function() {
6
- try {
7
- var o = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, e = new o.Error().stack;
8
- e && (o._sentryDebugIds = o._sentryDebugIds || {}, o._sentryDebugIds[e] = "0c3e019f-a7ec-4176-8107-03b9692fbdfc", o._sentryDebugIdIdentifier = "sentry-dbid-0c3e019f-a7ec-4176-8107-03b9692fbdfc");
9
- } catch {
10
- }
11
- })();
12
- var E = function o(e, t) {
13
- if (e === t)
14
- return !0;
15
- if (e && t && typeof e == "object" && typeof t == "object") {
16
- if (e.constructor !== t.constructor)
17
- return !1;
18
- var i, s, r;
19
- if (Array.isArray(e)) {
20
- if (i = e.length, i != t.length)
21
- return !1;
22
- for (s = i; s-- !== 0; )
23
- if (!o(e[s], t[s]))
24
- return !1;
25
- return !0;
26
- }
27
- if (e.constructor === RegExp)
28
- return e.source === t.source && e.flags === t.flags;
29
- if (e.valueOf !== Object.prototype.valueOf)
30
- return e.valueOf() === t.valueOf();
31
- if (e.toString !== Object.prototype.toString)
32
- return e.toString() === t.toString();
33
- if (r = Object.keys(e), i = r.length, i !== Object.keys(t).length)
34
- return !1;
35
- for (s = i; s-- !== 0; )
36
- if (!Object.prototype.hasOwnProperty.call(t, r[s]))
37
- return !1;
38
- for (s = i; s-- !== 0; ) {
39
- var a = r[s];
40
- if (!o(e[a], t[a]))
41
- return !1;
42
- }
43
- return !0;
44
- }
45
- return e !== e && t !== t;
46
- };
47
- const h = "__googleMapsScriptId";
48
- var l;
49
- (function(o) {
50
- o[o.INITIALIZED = 0] = "INITIALIZED", o[o.LOADING = 1] = "LOADING", o[o.SUCCESS = 2] = "SUCCESS", o[o.FAILURE = 3] = "FAILURE";
51
- })(l || (l = {}));
52
- class n {
53
- /**
54
- * Creates an instance of Loader using [[LoaderOptions]]. No defaults are set
55
- * using this library, instead the defaults are set by the Google Maps
56
- * JavaScript API server.
57
- *
58
- * ```
59
- * const loader = Loader({apiKey, version: 'weekly', libraries: ['places']});
60
- * ```
61
- */
62
- constructor({ apiKey: e, authReferrerPolicy: t, channel: i, client: s, id: r = h, language: a, libraries: c = [], mapIds: g, nonce: d, region: A, retries: p = 3, url: f = "https://maps.googleapis.com/maps/api/js", version: m }) {
63
- if (this.CALLBACK = "__googleMapsCallback", this.callbacks = [], this.done = !1, this.loading = !1, this.errors = [], this.apiKey = e, this.authReferrerPolicy = t, this.channel = i, this.client = s, this.id = r || h, this.language = a, this.libraries = c, this.mapIds = g, this.nonce = d, this.region = A, this.retries = p, this.url = f, this.version = m, n.instance) {
64
- if (!E(this.options, n.instance.options))
65
- throw new Error(`Loader must not be called again with different options. ${JSON.stringify(this.options)} !== ${JSON.stringify(n.instance.options)}`);
66
- return n.instance;
67
- }
68
- n.instance = this;
69
- }
70
- get options() {
71
- return {
72
- version: this.version,
73
- apiKey: this.apiKey,
74
- channel: this.channel,
75
- client: this.client,
76
- id: this.id,
77
- libraries: this.libraries,
78
- language: this.language,
79
- region: this.region,
80
- mapIds: this.mapIds,
81
- nonce: this.nonce,
82
- url: this.url,
83
- authReferrerPolicy: this.authReferrerPolicy
84
- };
85
- }
86
- get status() {
87
- return this.errors.length ? l.FAILURE : this.done ? l.SUCCESS : this.loading ? l.LOADING : l.INITIALIZED;
88
- }
89
- get failed() {
90
- return this.done && !this.loading && this.errors.length >= this.retries + 1;
91
- }
92
- /**
93
- * CreateUrl returns the Google Maps JavaScript API script url given the [[LoaderOptions]].
94
- *
95
- * @ignore
96
- */
97
- createUrl() {
98
- let e = this.url;
99
- return e += `?callback=${this.CALLBACK}`, this.apiKey && (e += `&key=${this.apiKey}`), this.channel && (e += `&channel=${this.channel}`), this.client && (e += `&client=${this.client}`), this.libraries.length > 0 && (e += `&libraries=${this.libraries.join(",")}`), this.language && (e += `&language=${this.language}`), this.region && (e += `&region=${this.region}`), this.version && (e += `&v=${this.version}`), this.mapIds && (e += `&map_ids=${this.mapIds.join(",")}`), this.authReferrerPolicy && (e += `&auth_referrer_policy=${this.authReferrerPolicy}`), e;
100
- }
101
- deleteScript() {
102
- const e = document.getElementById(this.id);
103
- e && e.remove();
104
- }
105
- /**
106
- * Load the Google Maps JavaScript API script and return a Promise.
107
- */
108
- load() {
109
- return this.loadPromise();
110
- }
111
- /**
112
- * Load the Google Maps JavaScript API script and return a Promise.
113
- *
114
- * @ignore
115
- */
116
- loadPromise() {
117
- return new Promise((e, t) => {
118
- this.loadCallback((i) => {
119
- i ? t(i.error) : e(window.google);
120
- });
121
- });
122
- }
123
- /**
124
- * Load the Google Maps JavaScript API script with a callback.
125
- */
126
- loadCallback(e) {
127
- this.callbacks.push(e), this.execute();
128
- }
129
- /**
130
- * Set the script on document.
131
- */
132
- setScript() {
133
- if (document.getElementById(this.id)) {
134
- this.callback();
135
- return;
136
- }
137
- const e = this.createUrl(), t = document.createElement("script");
138
- t.id = this.id, t.type = "text/javascript", t.src = e, t.onerror = this.loadErrorCallback.bind(this), t.defer = !0, t.async = !0, this.nonce && (t.nonce = this.nonce), document.head.appendChild(t);
139
- }
140
- /**
141
- * Reset the loader state.
142
- */
143
- reset() {
144
- this.deleteScript(), this.done = !1, this.loading = !1, this.errors = [], this.onerrorEvent = null;
145
- }
146
- resetIfRetryingFailed() {
147
- this.failed && this.reset();
148
- }
149
- loadErrorCallback(e) {
150
- if (this.errors.push(e), this.errors.length <= this.retries) {
151
- const t = this.errors.length * Math.pow(2, this.errors.length);
152
- console.log(`Failed to load Google Maps script, retrying in ${t} ms.`), setTimeout(() => {
153
- this.deleteScript(), this.setScript();
154
- }, t);
155
- } else
156
- this.onerrorEvent = e, this.callback();
157
- }
158
- setCallback() {
159
- window.__googleMapsCallback = this.callback.bind(this);
160
- }
161
- callback() {
162
- this.done = !0, this.loading = !1, this.callbacks.forEach((e) => {
163
- e(this.onerrorEvent);
164
- }), this.callbacks = [];
165
- }
166
- execute() {
167
- if (this.resetIfRetryingFailed(), this.done)
168
- this.callback();
169
- else {
170
- if (window.google && window.google.maps && window.google.maps.version) {
171
- console.warn("Google Maps already loaded outside @googlemaps/js-api-loader.This may result in undesirable behavior as options and script parameters may not match."), this.callback();
172
- return;
173
- }
174
- this.loading || (this.loading = !0, this.setCallback(), this.setScript());
175
- }
176
- }
177
- }
178
- const y = ':host{display:block}:host>div{height:100%}.mapsindoors.floor-selector{margin:10px;position:absolute;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);width:40px;font-family:Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:18px}.mapsindoors.floor-selector a{position:relative;display:block;float:none;margin-top:-1px;text-align:center;cursor:pointer;border-radius:2px;background:#fff;z-index:0;height:40px;line-height:40px}.mapsindoors.floor-selector a:hover{background:#ddd;border-color:#999;z-index:2}.mapsindoors.floor-selector a.active{background:#ddd;border-color:#00b1ff;z-index:2}.mapsindoors.floor-selector a:not(:first-child):not(:last-child){border-radius:0}.mapsindoors.floor-selector a:first-child:not(:last-child){border-top-right-radius:2px;border-bottom-right-radius:0;border-bottom-left-radius:0}.mapsindoors.floor-selector a:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:2px;border-top-left-radius:0}.mapsindoors.position-control{margin:10px;position:absolute}.mapsindoors.position-control__button{border:none;margin:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;width:40px;height:40px;background-color:transparent;background-size:cover;outline:none;box-shadow:0px 4px 4px rgba(0, 0, 0, 0.16), 0px 2px 2px rgba(0, 0, 0, 0.18), 0px 1px 1px rgba(0, 0, 0, 0.2);border-radius:50%}.mapsindoors.position-control__button--unknown{background-image:url(data:image/png;base64,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)}.mapsindoors.position-control__button--requesting{background-image:url(data:image/png;base64,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)}.mapsindoors.position-control__button--known{background-image:url(data:image/png;base64,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)}.mapsindoors.position-control__button--centered{background-image:url(data:image/png;base64,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)}', S = class {
179
- constructor(o) {
180
- u(this, o), this.mapsIndoorsReady = I(this, "mapsIndoorsReady", 7), this.directionsRendererInstance = null, this.gmApiKey = "", this.miApiKey = "", this.gmOptions = {
181
- zoom: 17,
182
- maxZoom: 21,
183
- center: { lat: 0, lng: 0 },
184
- mapTypeControl: !1,
185
- streetViewControl: !1
186
- }, this.disableExternalLinks = !1, this.floorSelectorControlPosition = void 0, this.floorIndex = void 0, this.myPositionControlPosition = void 0, this.polygonHighlightOptions = {
187
- strokeColor: "#EF6CCE",
188
- strokeOpacity: 1,
189
- strokeWeight: 2,
190
- fillColor: "#EF6CCE",
191
- fillOpacity: 0.2
192
- }, this.language = "en", this.polylineOptions = {
193
- color: "#3071d9",
194
- opacity: 1,
195
- weight: 4
196
- };
197
- }
198
- apiKeyChange(o) {
199
- mapsindoors.MapsIndoors.setMapsIndoorsApiKey(o);
200
- }
201
- gmOptionsChange(o) {
202
- this.googleMapsInstance.setOptions(o);
203
- }
204
- setExternalLinkBehavior(o) {
205
- o === !0 ? this.mapElement.addEventListener("click", this.preventExternalLink) : this.mapElement.removeEventListener("click", this.preventExternalLink);
206
- }
207
- floorSelectorControlPositionChange(o, e) {
208
- this.floorSelectorInstance && this.setFloorSelectorControl(o, e);
209
- }
210
- floorIndexChange(o, e) {
211
- o === null && (o = "0"), o !== e && o !== this.mapsIndoorsInstance.getFloor() && this.mapsIndoorsInstance.setFloor(o);
212
- }
213
- myPositionControlPositionChange(o, e) {
214
- this.setMyPositionControl(o, e);
215
- }
216
- polylineOptionsChange(o) {
217
- this.directionsRendererInstance && this.directionsRendererInstance.setOptions({
218
- strokeColor: o.color ? o.color : "#3071d9",
219
- strokeOpacity: o.opacity ? o.opacity : 1,
220
- strokeWeight: o.weight ? o.weight : 4
221
- });
222
- }
223
- /**
224
- * Get the map instance.
225
- * @returns {Promise<any>}
226
- */
227
- async getMapInstance() {
228
- return Promise.resolve(this.googleMapsInstance);
229
- }
230
- /**
231
- * Get the MapsIndoors instance.
232
- * @returns {Promise<any>}
233
- */
234
- async getMapsIndoorsInstance() {
235
- return Promise.resolve(this.mapsIndoorsInstance);
236
- }
237
- /**
238
- * Get the MapsIndoors Directions Service Instance.
239
- * @returns {Promise<any>}
240
- */
241
- async getDirectionsServiceInstance() {
242
- return Promise.resolve(this.directionsServiceInstance);
243
- }
244
- /**
245
- * Get the MapsIndoors Directions Renderer Instance.
246
- * @returns {Promise<any>}
247
- */
248
- async getDirectionsRendererInstance() {
249
- return Promise.resolve(this.directionsRendererInstance);
250
- }
251
- /**
252
- * Highlight a MapsIndoors location. Only a single location can be highlighted at the time.
253
- * @param {Location} location
254
- * @returns {Promise<void>}
255
- */
256
- async highlightLocation(o) {
257
- this.polygonHighlightOptions && (this.highlightedLocationId && this.highlightedLocationId === o.id || (this.highlightedLocationId && this.mapsIndoorsInstance.setDisplayRule(this.highlightedLocationId, null), this.mapsIndoorsInstance.setDisplayRule(o.id, {
258
- polygonVisible: !0,
259
- polygonZoomFrom: "0",
260
- polygonZoomTo: "22",
261
- zIndex: 1e3,
262
- polygonFillColor: this.polygonHighlightOptions.fillColor,
263
- polygonFillOpacity: this.polygonHighlightOptions.fillOpacity,
264
- polygonStrokeColor: this.polygonHighlightOptions.strokeColor,
265
- polygonStrokeOpacity: this.polygonHighlightOptions.strokeOpacity,
266
- polygonStrokeWeight: this.polygonHighlightOptions.strokeWeight
267
- }), this.highlightedLocationId = o.id));
268
- }
269
- /**
270
- * Clear existing MapsIndoors location highlight.
271
- * @returns {Promise<void>}
272
- */
273
- async clearHighlightLocation() {
274
- this.highlightedLocationId && (this.mapsIndoorsInstance.setDisplayRule(this.highlightedLocationId, null), this.highlightedLocationId = null);
275
- }
276
- async componentDidLoad() {
277
- await this.loadGoogleMapsApi(), await this.initializeMapsIndoorsSDK(), await this.setupMap(), this.setExternalLinkBehavior(this.disableExternalLinks), this.addEventListeners(), this.floorSelectorControlPosition && this.showFloorSelector(), this.myPositionControlPosition && this.setMyPositionControl(this.myPositionControlPosition);
278
- }
279
- disconnectedCallback() {
280
- this.mapsIndoorsInstance.deallocate(), this.mapElement.remove(), this.mapElement = null;
281
- }
282
- /**
283
- * Load the Google Maps API.
284
- *
285
- * @returns {Promise<void>}
286
- */
287
- loadGoogleMapsApi() {
288
- if (typeof google > "u")
289
- return new n({
290
- apiKey: this.gmApiKey,
291
- version: "quarterly",
292
- libraries: ["geometry", "places"]
293
- }).load();
294
- }
295
- /**
296
- * Ensure that MapsIndoors Web SDK is available.
297
- *
298
- * @returns {Promise<void>}
299
- */
300
- initializeMapsIndoorsSDK() {
301
- return new Promise((o) => {
302
- if (typeof mapsindoors < "u")
303
- return mapsindoors.MapsIndoors.setMapsIndoorsApiKey(this.miApiKey), mapsindoors.MapsIndoors.setLanguage(this.language), o();
304
- const e = document.createElement("script");
305
- e.setAttribute("type", "text/javascript"), e.setAttribute("src", `${b.miSDKUrlV4}?apikey=${this.miApiKey}`), document.body.appendChild(e), e.onload = () => o();
306
- });
307
- }
308
- /**
309
- * Start Google Maps and MapsIndoors.
310
- */
311
- setupMap() {
312
- return new Promise((o) => {
313
- const e = Object.assign({ element: this.mapElement }, this.gmOptions), t = new mapsindoors.mapView.GoogleMapsView(e);
314
- this.googleMapsInstance = t.getMap(), this.mapsIndoorsInstance = new mapsindoors.MapsIndoors({ mapView: t }), this.mapsIndoorsInstance.on("ready", async () => {
315
- this.floorIndex !== void 0 ? this.mapsIndoorsInstance.setFloor(this.floorIndex) : this.floorIndex = this.mapsIndoorsInstance.getFloor(), this.initializeDirectionsService(), this.initializeDirectionsRenderer(), this.mapsIndoorsReady.emit(), o();
316
- });
317
- });
318
- }
319
- /**
320
- * Initialize MapsIndoors Directions Service.
321
- */
322
- initializeDirectionsService() {
323
- const o = new mapsindoors.directions.GoogleMapsProvider();
324
- this.directionsServiceInstance = new mapsindoors.services.DirectionsService(o);
325
- }
326
- /**
327
- * Initialize MapsIndoors Directions Renderer with render options set.
328
- */
329
- initializeDirectionsRenderer() {
330
- this.directionsRendererInstance = new mapsindoors.directions.DirectionsRenderer({
331
- mapsIndoors: this.mapsIndoorsInstance,
332
- fitBounds: !0,
333
- strokeColor: this.polylineOptions.color,
334
- strokeOpacity: this.polylineOptions.opacity,
335
- strokeWeight: this.polylineOptions.weight,
336
- visible: !0
337
- });
338
- }
339
- /**
340
- * Add event listeners and keep properties in sync.
341
- */
342
- addEventListeners() {
343
- this.mapsIndoorsInstance.on("click", (o) => {
344
- this.highlightLocation(o);
345
- }), this.mapsIndoorsInstance.on("floor_changed", (o) => {
346
- this.floorIndex = o;
347
- });
348
- }
349
- /**
350
- * Prevent external links from opening.
351
- * @param {MouseEvent} event
352
- */
353
- preventExternalLink(o) {
354
- o.target.closest('a[target="_blank"]') && o.preventDefault();
355
- }
356
- /**
357
- * Show the floor selector.
358
- */
359
- showFloorSelector() {
360
- this.setFloorSelectorControl(this.floorSelectorControlPosition);
361
- }
362
- /**
363
- * Remove a Google Map Control from the map based on class name of the control.
364
- * @param {string} controlPosition - the position from where to remove the control
365
- * @param {string} className - the class name of the control to remove
366
- */
367
- removeGoogleMapControl(o, e) {
368
- const i = this.googleMapsInstance.controls[google.maps.ControlPosition[o]].getArray().findIndex((s) => s.classList.contains(e));
369
- this.googleMapsInstance.controls[google.maps.ControlPosition[o]].removeAt(i);
370
- }
371
- /**
372
- * Set, update or unset floor selector on the map.
373
- * @param {string} controlPosition
374
- * @param {string} [oldControlPosition=undefined]
375
- */
376
- setFloorSelectorControl(o, e = void 0) {
377
- o === null ? (this.removeGoogleMapControl(e, "floor-selector"), this.floorSelectorElement = null, this.floorSelectorInstance = null) : this.floorSelectorInstance ? (this.removeGoogleMapControl(e, "floor-selector"), this.googleMapsInstance.controls[google.maps.ControlPosition[o]].push(this.floorSelectorElement)) : (this.floorSelectorElement = document.createElement("div"), this.floorSelectorInstance = new mapsindoors.FloorSelector(this.floorSelectorElement, this.mapsIndoorsInstance), this.googleMapsInstance.controls[google.maps.ControlPosition[o]].push(this.floorSelectorElement));
378
- }
379
- /**
380
- * Set, update or unset position control on the map.
381
- * @param {string} controlPosition
382
- * @param {string} oldControlPosition
383
- */
384
- setMyPositionControl(o, e = void 0) {
385
- o === null ? (this.removeGoogleMapControl(google.maps.ControlPosition[e], "position-control"), this.positionControlElement = null, this.positionControlInstance = null) : this.positionControlInstance ? (this.removeGoogleMapControl(e, "position-control"), this.googleMapsInstance.controls[google.maps.ControlPosition[o]].push(this.positionControlElement)) : (this.positionControlElement = document.createElement("div"), this.positionControlInstance = new mapsindoors.PositionControl(this.positionControlElement, { mapsIndoors: this.mapsIndoorsInstance, positionOptions: { enableHighAccuracy: !1, maximumAge: 3e5, timeout: 1e4 } }), this.googleMapsInstance.controls[google.maps.ControlPosition[o]].push(this.positionControlElement));
386
- }
387
- render() {
388
- return C("div", { ref: (o) => this.mapElement = o });
389
- }
390
- static get watchers() {
391
- return {
392
- miApiKey: ["apiKeyChange"],
393
- gmOptions: ["gmOptionsChange"],
394
- disableExternalLinks: ["setExternalLinkBehavior"],
395
- floorSelectorControlPosition: ["floorSelectorControlPositionChange"],
396
- floorIndex: ["floorIndexChange"],
397
- myPositionControlPosition: ["myPositionControlPositionChange"],
398
- polylineOptions: ["polylineOptionsChange"]
399
- };
400
- }
401
- };
402
- S.style = y;
403
- export {
404
- S as mi_map_googlemaps
405
- };
406
- //# sourceMappingURL=mi-map-googlemaps.entry-21520a21.mjs.map