@mapsindoors/map-template 1.66.2 → 1.66.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/_commonjsHelpers-ba3f0406-bdb05e00.mjs +30 -0
  2. package/dist/combo-box-item.entry-2e5fdeb1.mjs +22 -0
  3. package/dist/icon-b8d01d6f-28b7ae76.mjs +33 -0
  4. package/dist/mapsindoors-react.es.js +7 -59824
  5. package/dist/mapsindoors-react.umd.js +560 -491
  6. package/dist/mapsindoors-webcomponent.es.js +51228 -39995
  7. package/dist/mapsindoors-webcomponent.umd.js +554 -480
  8. package/dist/mi-card_2.entry-fe4f19ca.mjs +33 -0
  9. package/dist/mi-chip.entry-93127f6e.mjs +26 -0
  10. package/dist/mi-column.entry-8e46117e.mjs +28 -0
  11. package/dist/mi-combo-box.entry-e5f487d4.mjs +270 -0
  12. package/dist/mi-data-table.entry-59aebbc5.mjs +231 -0
  13. package/dist/mi-distance_2.entry-166e4d92.mjs +346 -0
  14. package/dist/mi-dropdown-item.entry-3568cc63.mjs +22 -0
  15. package/dist/mi-dropdown.entry-08428a3f.mjs +331 -0
  16. package/dist/mi-floor-selector.entry-86e4791a.mjs +122 -0
  17. package/dist/mi-keyboard.entry-5b917936.mjs +3048 -0
  18. package/dist/mi-list-item-category.entry-d25d3506.mjs +46 -0
  19. package/dist/mi-list-item-location.entry-703778fc.mjs +144 -0
  20. package/dist/mi-list.entry-380d88ec.mjs +49 -0
  21. package/dist/mi-location-booking.entry-63398af7.mjs +4873 -0
  22. package/dist/mi-location-info.entry-fcb30a92.mjs +39 -0
  23. package/dist/mi-map-googlemaps.entry-244ae71e.mjs +406 -0
  24. package/dist/mi-map-mapbox.entry-827c1d34.mjs +308 -0
  25. package/dist/mi-metric-card.entry-53698136.mjs +36 -0
  26. package/dist/mi-my-position.entry-9431b991.mjs +1406 -0
  27. package/dist/mi-notification.entry-62383bb4.mjs +91 -0
  28. package/dist/mi-route-instructions-heading.entry-81a054aa.mjs +82 -0
  29. package/dist/mi-route-instructions-maneuver-legacy.entry-0ff12c59.mjs +83 -0
  30. package/dist/mi-route-instructions-maneuver.entry-ff1b2fae.mjs +83 -0
  31. package/dist/mi-route-instructions-step-legacy.entry-4f13e528.mjs +209 -0
  32. package/dist/mi-route-instructions-step.entry-d5168a8c.mjs +244 -0
  33. package/dist/mi-route-instructions.entry-d2096b70.mjs +150 -0
  34. package/dist/mi-scroll-buttons.entry-3085daa5.mjs +86 -0
  35. package/dist/mi-search.entry-218f5fb7.mjs +258 -0
  36. package/dist/mi-share-sms.entry-87548862.mjs +63 -0
  37. package/dist/mi-step-switcher.entry-616fefd8.mjs +34 -0
  38. package/dist/mi-tab-panel.entry-35c68dcd.mjs +29 -0
  39. package/dist/mi-tab.entry-7116c6cb.mjs +21 -0
  40. package/dist/mi-tabs.entry-170a9c92.mjs +44 -0
  41. package/dist/mi-time.entry-140c1561.mjs +53 -0
  42. package/dist/mi-variables-9a6c8d4d-d780f3bf.mjs +16 -0
  43. package/dist/reactcomponent-334e0f37.mjs +57767 -0
  44. package/dist/route-travel-mode.enum-7f4ce9c7-b0881e98.mjs +16 -0
  45. package/dist/sort-order.enum-64ce8998-b77ffc8d.mjs +326 -0
  46. package/dist/unit-system.enum-eaefb53e-c1f64d11.mjs +16 -0
  47. package/dist/utils-ae714467-c887edba.mjs +45 -0
  48. package/package.json +1 -1
@@ -0,0 +1,30 @@
1
+ import "./reactcomponent-334e0f37.mjs";
2
+ (function() {
3
+ try {
4
+ var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, o = new e.Error().stack;
5
+ o && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[o] = "3874bbf5-8a87-4a3f-81b6-a4a9caa82ee0", e._sentryDebugIdIdentifier = "sentry-dbid-3874bbf5-8a87-4a3f-81b6-a4a9caa82ee0");
6
+ } catch {
7
+ }
8
+ })();
9
+ var s = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
+ function u(e) {
11
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
12
+ }
13
+ function d(e, o, n) {
14
+ return n = {
15
+ path: o,
16
+ exports: {},
17
+ require: function(r, a) {
18
+ return t();
19
+ }
20
+ }, e(n, n.exports), n.exports;
21
+ }
22
+ function t() {
23
+ throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs");
24
+ }
25
+ export {
26
+ s as a,
27
+ d as c,
28
+ u as g
29
+ };
30
+ //# sourceMappingURL=_commonjsHelpers-ba3f0406-bdb05e00.mjs.map
@@ -0,0 +1,22 @@
1
+ import { r as s, g as d } from "./reactcomponent-334e0f37.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] = "0dcbe080-265b-4832-9a6b-c090a8e835dc", e._sentryDebugIdIdentifier = "sentry-dbid-0dcbe080-265b-4832-9a6b-c090a8e835dc");
8
+ } catch {
9
+ }
10
+ })();
11
+ const a = class {
12
+ constructor(e) {
13
+ s(this, e), this.selected = !1, this.disabled = !1, this.excludefromall = !1, this.value = void 0, this.text = void 0;
14
+ }
15
+ get el() {
16
+ return d(this);
17
+ }
18
+ };
19
+ export {
20
+ a as combo_box_item
21
+ };
22
+ //# sourceMappingURL=combo-box-item.entry-2e5fdeb1.mjs.map
@@ -0,0 +1,33 @@
1
+ import "./reactcomponent-334e0f37.mjs";
2
+ (function() {
3
+ try {
4
+ var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, a = new e.Error().stack;
5
+ a && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[a] = "a673eb8b-031a-4128-9ba6-2c28d4884e23", e._sentryDebugIdIdentifier = "sentry-dbid-a673eb8b-031a-4128-9ba6-2c28d4884e23");
6
+ } catch {
7
+ }
8
+ })();
9
+ const n = {
10
+ size: {
11
+ small: {
12
+ value: "16px"
13
+ },
14
+ medium: {
15
+ value: "24px"
16
+ },
17
+ large: {
18
+ value: "32px"
19
+ },
20
+ xLarge: {
21
+ value: "48px"
22
+ },
23
+ xxLarge: {
24
+ value: "64px"
25
+ }
26
+ }
27
+ }, o = {
28
+ icon: n
29
+ };
30
+ export {
31
+ o as m
32
+ };
33
+ //# sourceMappingURL=icon-b8d01d6f-28b7ae76.mjs.map