@mapsindoors/map-template 1.66.2 → 1.66.3

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-b20f75c1.mjs +30 -0
  2. package/dist/combo-box-item.entry-85094f35.mjs +22 -0
  3. package/dist/icon-b8d01d6f-6d4b7c40.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 +51218 -39989
  7. package/dist/mapsindoors-webcomponent.umd.js +554 -480
  8. package/dist/mi-card_2.entry-817a0422.mjs +33 -0
  9. package/dist/mi-chip.entry-f7dbae24.mjs +26 -0
  10. package/dist/mi-column.entry-30d4c1d7.mjs +28 -0
  11. package/dist/mi-combo-box.entry-998279bc.mjs +270 -0
  12. package/dist/mi-data-table.entry-e0a9dd7a.mjs +231 -0
  13. package/dist/mi-distance_2.entry-e930707c.mjs +346 -0
  14. package/dist/mi-dropdown-item.entry-e624023f.mjs +22 -0
  15. package/dist/mi-dropdown.entry-8d4d8ee3.mjs +331 -0
  16. package/dist/mi-floor-selector.entry-329407f6.mjs +122 -0
  17. package/dist/mi-keyboard.entry-ceed8ed2.mjs +3048 -0
  18. package/dist/mi-list-item-category.entry-a33342c9.mjs +46 -0
  19. package/dist/mi-list-item-location.entry-e9b9527d.mjs +144 -0
  20. package/dist/mi-list.entry-d5bd6cae.mjs +49 -0
  21. package/dist/mi-location-booking.entry-63d82e20.mjs +4873 -0
  22. package/dist/mi-location-info.entry-43f0e6f3.mjs +39 -0
  23. package/dist/mi-map-googlemaps.entry-abe19e39.mjs +406 -0
  24. package/dist/mi-map-mapbox.entry-02d4ace9.mjs +308 -0
  25. package/dist/mi-metric-card.entry-85d97733.mjs +36 -0
  26. package/dist/mi-my-position.entry-223dd3e0.mjs +1406 -0
  27. package/dist/mi-notification.entry-7facb24f.mjs +91 -0
  28. package/dist/mi-route-instructions-heading.entry-e11004f5.mjs +82 -0
  29. package/dist/mi-route-instructions-maneuver-legacy.entry-e0a64029.mjs +83 -0
  30. package/dist/mi-route-instructions-maneuver.entry-98953d3e.mjs +83 -0
  31. package/dist/mi-route-instructions-step-legacy.entry-05ac87cf.mjs +209 -0
  32. package/dist/mi-route-instructions-step.entry-35ae490e.mjs +244 -0
  33. package/dist/mi-route-instructions.entry-fc97f09d.mjs +150 -0
  34. package/dist/mi-scroll-buttons.entry-9e523ef6.mjs +86 -0
  35. package/dist/mi-search.entry-8c1f6929.mjs +258 -0
  36. package/dist/mi-share-sms.entry-0689c0ac.mjs +63 -0
  37. package/dist/mi-step-switcher.entry-aa8f0707.mjs +34 -0
  38. package/dist/mi-tab-panel.entry-1ddc397b.mjs +29 -0
  39. package/dist/mi-tab.entry-a478df47.mjs +21 -0
  40. package/dist/mi-tabs.entry-7c445312.mjs +44 -0
  41. package/dist/mi-time.entry-df58a4f1.mjs +53 -0
  42. package/dist/mi-variables-9a6c8d4d-64044b44.mjs +16 -0
  43. package/dist/reactcomponent-fed5da4c.mjs +57763 -0
  44. package/dist/route-travel-mode.enum-7f4ce9c7-0da65b8e.mjs +16 -0
  45. package/dist/sort-order.enum-64ce8998-fb78d66a.mjs +326 -0
  46. package/dist/unit-system.enum-eaefb53e-5d1cf129.mjs +16 -0
  47. package/dist/utils-ae714467-4f4e3a56.mjs +45 -0
  48. package/package.json +1 -1
@@ -0,0 +1,30 @@
1
+ import "./reactcomponent-fed5da4c.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-b20f75c1.mjs.map
@@ -0,0 +1,22 @@
1
+ import { r as s, g as d } from "./reactcomponent-fed5da4c.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-85094f35.mjs.map
@@ -0,0 +1,33 @@
1
+ import "./reactcomponent-fed5da4c.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-6d4b7c40.mjs.map