@mapvx/web-components 0.0.26 → 0.0.27

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 (24) hide show
  1. package/README.md +16 -3
  2. package/dist/cjs/{base-floor-selector-Bm8sTYdJ.cjs → base-floor-selector-CLFTtgbp.cjs} +2 -2
  3. package/dist/cjs/{class-map-BYn-9uvy.cjs → class-map-BTH_74Qs.cjs} +2 -2
  4. package/dist/cjs/{compact-floor-selector-DhhESOe0.cjs → compact-floor-selector-CUgAJzTC.cjs} +2 -2
  5. package/dist/cjs/{consume-BE7YStBl.cjs → consume-DvEpk7ME.cjs} +2 -2
  6. package/dist/cjs/custom-map-BT2xrMK_.cjs +97 -0
  7. package/dist/cjs/{floor-selector-C27g9abV.cjs → floor-selector-_ZGeTisd.cjs} +2 -2
  8. package/dist/cjs/{lazy-load-CES1Ya_D.cjs → lazy-load-C0UlvHkw.cjs} +2 -2
  9. package/dist/cjs/map-view-with-modal.cjs +6 -6
  10. package/dist/cjs/{qr-modal-BQG75u-x.cjs → qr-modal-dwEr6sDk.cjs} +2 -2
  11. package/dist/cjs/{route-options-C09f-35r.cjs → route-options-5hZvnUEf.cjs} +2 -2
  12. package/dist/cjs/route-view-totems.cjs +3 -3
  13. package/dist/es/assets/{compact-floor-selector-D-822e0L.js → compact-floor-selector-oq3Ovsm1.js} +3 -3
  14. package/dist/es/assets/{components-B6oTyj0x.js → components-BT9NDTry.js} +52 -13
  15. package/dist/es/assets/{map-view-with-modal-DfkRlpPp.js → map-view-with-modal-DiR8q30Q.js} +46 -4
  16. package/dist/es/assets/{route-view-totems-BWtwjegR.js → route-view-totems-CdM6PRGO.js} +57 -9
  17. package/dist/es/assets/{utils-EeRdvb4i.js → utils-DM-AJZn2.js} +136 -28
  18. package/dist/es/index.js +2 -2
  19. package/dist/es/route-view-totems.js +2 -2
  20. package/dist/iife/map-view-with-modal.js +2 -2
  21. package/dist/iife/route-view-totems.js +3 -3
  22. package/dist/sw/mvx-tiles-sw.js +63 -0
  23. package/package.json +4 -3
  24. package/dist/cjs/custom-map-03ak_Vof.cjs +0 -97
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./lazy-load-CES1Ya_D.cjs");var e,t,r,a,i,l,s,n,c,p=Object.defineProperty,d=Object.getOwnPropertyDescriptor,h=o=>{throw TypeError(o)},m=(o,e,t,r)=>{for(var a,i=r>1?void 0:r?d(e,t):e,l=o.length-1;l>=0;l--)(a=o[l])&&(i=(r?a(e,t,i):a(i))||i);return r&&i&&p(e,t,i),i},v=(o,e,t)=>e.has(o)||h("Cannot "+t),f=(o,e,t)=>(v(o,e,"read from private field"),t?t.call(o):e.get(o)),w=(o,e,t)=>e.has(o)?h("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(o):e.set(o,t),x=(o,e,t,r)=>(v(o,e,"write to private field"),e.set(o,t),t);exports.MapViewWithModal=class extends o.i{constructor(){super(...arguments),w(this,e,""),w(this,t,""),w(this,r,"es"),w(this,a,""),w(this,i,!1),w(this,l,"normal"),w(this,s,!0),w(this,n,"top-left"),w(this,c,!1),this.sdkController=new o.SDKController(this),this.analyticsController=o.AnalyticsController.getInstance(),this.currentFloorId=""}get apiKey(){return f(this,e)}set apiKey(o){x(this,e,o)}get parentPlaceId(){return f(this,t)}set parentPlaceId(o){x(this,t,o)}get locale(){return f(this,r)}set locale(o){x(this,r,o)}get placeId(){return f(this,a)}set placeId(o){x(this,a,o)}get compactMode(){return f(this,i)}set compactMode(o){x(this,i,o)}get zoomButtonSize(){return f(this,l)}set zoomButtonSize(o){x(this,l,o)}get showFloorSelector(){return f(this,s)}set showFloorSelector(o){x(this,s,o)}get floorSelectorPosition(){return f(this,n)}set floorSelectorPosition(o){x(this,n,o)}get floorSelectorDisabled(){return f(this,c)}set floorSelectorDisabled(o){x(this,c,o)}async _loadComponents(){await Promise.all([o.loadCustomMap(),o.loadCompactFloorSelector()])}async firstUpdated(){await this._loadComponents(),this.analyticsController.initialize("map-view-with-modal"),o.RollbarController.initialize("map-view-with-modal")}_mapReadyHandler(){this.sdkController.setMapReady(!0),this.analyticsController.trackEvent("map_ready",this.baseParams())}_cameraInitializedHandler(){this.sdkController.setCameraInitialized(!0),this.analyticsController.trackEvent("camera_initialized",this.baseParams())}_updateFloorHandler(o){const e=o.detail;if(this.currentFloorId===e)return;this.currentFloorId=e,this.sdkController.setFloor(e);const t=this.baseParams();t.floor_id=e,this.analyticsController.trackEvent("floor_change",t)}baseParams(){return{apiKey:this.apiKey,locale:this.locale,parentPlaceId:this.parentPlaceId,placeId:this.placeId,host:window.location.host,pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,referrer:document.referrer,userAgent:navigator.userAgent,screenWidth:window.innerWidth}}getFloorSelectorPositionStyles(){const o={"top-left":"top: 20px; left: 20px;","top-center":"top: 20px; left: 50%; transform: translateX(-50%);","top-right":"top: 20px; right: 20px;","center-left":"top: 50%; left: 20px; transform: translateY(-50%);","center-right":"top: 50%; right: 20px; transform: translateY(-50%);","bottom-left":"bottom: 20px; left: 20px;","bottom-center":"bottom: 20px; left: 50%; transform: translateX(-50%);","bottom-right":"bottom: 20px; right: 20px;"};return o[this.floorSelectorPosition]||o["top-left"]}updated(o){this.apiKey&&this.locale&&this.parentPlaceId&&(o.has("apiKey")||o.has("locale")||o.has("parentPlaceId"))&&this.sdkController.initialize(this.apiKey,this.locale,this.parentPlaceId),this.placeId&&o.has("placeId")&&this.sdkController.setOriginAndDestination("",this.placeId)}render(){return o.x`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./lazy-load-C0UlvHkw.cjs");var t,o,r,a,i,l,s,n,c,p=Object.defineProperty,d=Object.getOwnPropertyDescriptor,h=e=>{throw TypeError(e)},m=(e,t,o,r)=>{for(var a,i=r>1?void 0:r?d(t,o):t,l=e.length-1;l>=0;l--)(a=e[l])&&(i=(r?a(t,o,i):a(i))||i);return r&&i&&p(t,o,i),i},v=(e,t,o)=>t.has(e)||h("Cannot "+o),f=(e,t,o)=>(v(e,t,"read from private field"),o?o.call(e):t.get(e)),w=(e,t,o)=>t.has(e)?h("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,o),x=(e,t,o,r)=>(v(e,t,"write to private field"),t.set(e,o),o);exports.MapViewWithModal=class extends e.i{constructor(){super(...arguments),w(this,t,""),w(this,o,""),w(this,r,"es"),w(this,a,""),w(this,i,!1),w(this,l,"normal"),w(this,s,!0),w(this,n,"top-left"),w(this,c,!1),this._swPath="/mvx-tiles-sw.js",this._swScope="/",this.sdkController=new e.SDKController(this),this.analyticsController=e.AnalyticsController.getInstance(),this.currentFloorId=""}get apiKey(){return f(this,t)}set apiKey(e){x(this,t,e)}get parentPlaceId(){return f(this,o)}set parentPlaceId(e){x(this,o,e)}get locale(){return f(this,r)}set locale(e){x(this,r,e)}get placeId(){return f(this,a)}set placeId(e){x(this,a,e)}get compactMode(){return f(this,i)}set compactMode(e){x(this,i,e)}get zoomButtonSize(){return f(this,l)}set zoomButtonSize(e){x(this,l,e)}get showFloorSelector(){return f(this,s)}set showFloorSelector(e){x(this,s,e)}get floorSelectorPosition(){return f(this,n)}set floorSelectorPosition(e){x(this,n,e)}get floorSelectorDisabled(){return f(this,c)}set floorSelectorDisabled(e){x(this,c,e)}async _loadComponents(){await Promise.all([e.loadCustomMap(),e.loadCompactFloorSelector()])}_preloadApiRequests(){const e=this.apiKey||this.getAttribute("apiKey")||"",t=this.parentPlaceId||this.getAttribute("parentPlaceId")||"",o=this.locale||this.getAttribute("locale")||"es";if(!e||!t)return;const r=e=>{const t=`mvx-preload:${e}`;if(document.head.querySelector(`link[data-mvx-preload="${t}"]`))return;const o=document.createElement("link");o.rel="preload",o.as="fetch",o.href=e,o.crossOrigin="anonymous",o.setAttribute("fetchpriority","high"),o.setAttribute("data-mvx-preload",t),document.head.appendChild(o)},a="https://api.mapvx.com/sdk/",i=encodeURIComponent;r(`${a}v3/place?token=${i(e)}&place_id=${i(t)}&lang=${i(o)}`),r(`https://api.mapvx.com/api/configuration?token=${i(e)}&lang=${i(o)}&place_id=${i(t)}`),this.placeId&&r(`${a}v3/place?token=${i(e)}&place_id=${i(this.placeId)}&lang=${i(o)}`)}async _registerTileCacheSW(){if("serviceWorker"in navigator)try{await navigator.serviceWorker.register(this._swPath,{scope:this._swScope})}catch{}}async firstUpdated(){this._registerTileCacheSW();const t=this._loadComponents(),o=e.preloadMaplibreCss();await Promise.all([t,o]),this.analyticsController.initialize("map-view-with-modal"),e.RollbarController.initialize("map-view-with-modal")}_mapReadyHandler(){this.sdkController.setMapReady(!0),this.analyticsController.trackEvent("map_ready",this.baseParams())}_cameraInitializedHandler(){this.sdkController.setCameraInitialized(!0),this.analyticsController.trackEvent("camera_initialized",this.baseParams())}_updateFloorHandler(e){const t=e.detail;if(this.currentFloorId===t)return;this.currentFloorId=t,this.sdkController.setFloor(t);const o=this.baseParams();o.floor_id=t,this.analyticsController.trackEvent("floor_change",o)}baseParams(){return{apiKey:this.apiKey,locale:this.locale,parentPlaceId:this.parentPlaceId,placeId:this.placeId,host:window.location.host,pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,referrer:document.referrer,userAgent:navigator.userAgent,screenWidth:window.innerWidth}}getFloorSelectorPositionStyles(){const e={"top-left":"top: 20px; left: 20px;","top-center":"top: 20px; left: 50%; transform: translateX(-50%);","top-right":"top: 20px; right: 20px;","center-left":"top: 50%; left: 20px; transform: translateY(-50%);","center-right":"top: 50%; right: 20px; transform: translateY(-50%);","bottom-left":"bottom: 20px; left: 20px;","bottom-center":"bottom: 20px; left: 50%; transform: translateX(-50%);","bottom-right":"bottom: 20px; right: 20px;"};return e[this.floorSelectorPosition]||e["top-left"]}updated(e){this.apiKey&&this.locale&&this.parentPlaceId&&(e.has("apiKey")||e.has("locale")||e.has("parentPlaceId"))&&(this._preloadApiRequests(),this.sdkController.prewarm(this.apiKey,this.locale,this.parentPlaceId,{destinationId:this.placeId}),this.sdkController.initialize(this.apiKey,this.locale,this.parentPlaceId)),this.placeId&&e.has("placeId")&&this.sdkController.setOriginAndDestination("",this.placeId)}render(){return e.x`
2
2
  <div class="route-container" style="height: 100%; width: 100%; position: relative;">
3
3
  <custom-map
4
4
  class="map-container"
@@ -19,7 +19,7 @@
19
19
  @floorChange=${this._updateFloorHandler}
20
20
  ></custom-map>
21
21
 
22
- ${this.showFloorSelector?o.x`
22
+ ${this.showFloorSelector?e.x`
23
23
  <!-- Compact floor selector -->
24
24
  <div style="position: absolute; ${this.getFloorSelectorPositionStyles()} z-index: 1000;">
25
25
  <compact-floor-selector
@@ -43,7 +43,7 @@
43
43
  </div>
44
44
  `:""}
45
45
  </div>
46
- `}},e=new WeakMap,t=new WeakMap,r=new WeakMap,a=new WeakMap,i=new WeakMap,l=new WeakMap,s=new WeakMap,n=new WeakMap,c=new WeakMap,exports.MapViewWithModal.styles=[o.i$1`
46
+ `}},t=new WeakMap,o=new WeakMap,r=new WeakMap,a=new WeakMap,i=new WeakMap,l=new WeakMap,s=new WeakMap,n=new WeakMap,c=new WeakMap,exports.MapViewWithModal.styles=[e.i$1`
47
47
  :host {
48
48
  display: block;
49
49
  height: 100%;
@@ -63,15 +63,15 @@
63
63
  /* THEME: Typography */
64
64
  --mvx-font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
65
65
  }
66
- `,o.i$1`
66
+ `,e.i$1`
67
67
  .map-container {
68
68
  height: 100%;
69
69
  width: 100%;
70
70
  }
71
- `,o.i$1`
71
+ `,e.i$1`
72
72
  :host([compact-mode]) .map-container {
73
73
  border-radius: 12px;
74
74
  overflow: hidden;
75
75
  }
76
- `],m([o.n({type:String})],exports.MapViewWithModal.prototype,"apiKey",1),m([o.n({type:String})],exports.MapViewWithModal.prototype,"parentPlaceId",1),m([o.n({type:String})],exports.MapViewWithModal.prototype,"locale",1),m([o.n({type:String})],exports.MapViewWithModal.prototype,"placeId",1),m([o.n({type:Boolean,attribute:"compact-mode",reflect:!0})],exports.MapViewWithModal.prototype,"compactMode",1),m([o.n({type:String,attribute:"zoom-size",reflect:!0})],exports.MapViewWithModal.prototype,"zoomButtonSize",1),m([o.n({type:Boolean})],exports.MapViewWithModal.prototype,"showFloorSelector",1),m([o.n({type:String})],exports.MapViewWithModal.prototype,"floorSelectorPosition",1),m([o.n({type:Boolean})],exports.MapViewWithModal.prototype,"floorSelectorDisabled",1),exports.MapViewWithModal=m([o.t("map-view-with-modal")],exports.MapViewWithModal);
76
+ `],m([e.n({type:String})],exports.MapViewWithModal.prototype,"apiKey",1),m([e.n({type:String})],exports.MapViewWithModal.prototype,"parentPlaceId",1),m([e.n({type:String})],exports.MapViewWithModal.prototype,"locale",1),m([e.n({type:String})],exports.MapViewWithModal.prototype,"placeId",1),m([e.n({type:Boolean,attribute:"compact-mode",reflect:!0})],exports.MapViewWithModal.prototype,"compactMode",1),m([e.n({type:String,attribute:"zoom-size",reflect:!0})],exports.MapViewWithModal.prototype,"zoomButtonSize",1),m([e.n({type:Boolean})],exports.MapViewWithModal.prototype,"showFloorSelector",1),m([e.n({type:String})],exports.MapViewWithModal.prototype,"floorSelectorPosition",1),m([e.n({type:Boolean})],exports.MapViewWithModal.prototype,"floorSelectorDisabled",1),exports.MapViewWithModal=m([e.t("map-view-with-modal")],exports.MapViewWithModal);
77
77
  //# sourceMappingURL=map-view-with-modal.cjs.map
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./consume-BE7YStBl.cjs"),e=require("./lazy-load-CES1Ya_D.cjs"),n=require("./class-map-BYn-9uvy.cjs");var r,o,i={};function s(){return o?r:(o=1,r=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then})}var a,u={},c={};function l(){if(a)return c;let t;a=1;const e=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return c.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},c.getSymbolTotalCodewords=function(t){return e[t]},c.getBCHDigit=function(t){let e=0;for(;0!==t;)e++,t>>>=1;return e},c.setToSJISFunction=function(e){if("function"!=typeof e)throw new Error('"toSJISFunc" is not a valid function.');t=e},c.isKanjiModeEnabled=function(){return void 0!==t},c.toSJIS=function(e){return t(e)},c}var f,d,h,g,p,w={};function m(){return f||(f=1,function(t){t.L={bit:1},t.M={bit:0},t.Q={bit:3},t.H={bit:2},t.isValid=function(t){return t&&void 0!==t.bit&&t.bit>=0&&t.bit<4},t.from=function(e,n){if(t.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"l":case"low":return t.L;case"m":case"medium":return t.M;case"q":case"quartile":return t.Q;case"h":case"high":return t.H;default:throw new Error("Unknown EC Level: "+e)}}(e)}catch(r){return n}}}(w)),w}var y,E={};var v,C={};var A,B={};var M,I={};function b(){if(M)return I;M=1;const t=m(),e=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],n=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return I.getBlocksCount=function(n,r){switch(r){case t.L:return e[4*(n-1)+0];case t.M:return e[4*(n-1)+1];case t.Q:return e[4*(n-1)+2];case t.H:return e[4*(n-1)+3];default:return}},I.getTotalCodewordsCount=function(e,r){switch(r){case t.L:return n[4*(e-1)+0];case t.M:return n[4*(e-1)+1];case t.Q:return n[4*(e-1)+2];case t.H:return n[4*(e-1)+3];default:return}},I}var P,T,N,R,x={},L={};function k(){return T||(T=1,function(t){const e=function(){if(P)return L;P=1;const t=new Uint8Array(512),e=new Uint8Array(256);return function(){let n=1;for(let r=0;r<255;r++)t[r]=n,e[n]=r,n<<=1,256&n&&(n^=285);for(let e=255;e<512;e++)t[e]=t[e-255]}(),L.log=function(t){if(t<1)throw new Error("log("+t+")");return e[t]},L.exp=function(e){return t[e]},L.mul=function(n,r){return 0===n||0===r?0:t[e[n]+e[r]]},L}();t.mul=function(t,n){const r=new Uint8Array(t.length+n.length-1);for(let o=0;o<t.length;o++)for(let i=0;i<n.length;i++)r[o+i]^=e.mul(t[o],n[i]);return r},t.mod=function(t,n){let r=new Uint8Array(t);for(;r.length-n.length>=0;){const t=r[0];for(let i=0;i<n.length;i++)r[i]^=e.mul(n[i],t);let o=0;for(;o<r.length&&0===r[o];)o++;r=r.slice(o)}return r},t.generateECPolynomial=function(n){let r=new Uint8Array([1]);for(let o=0;o<n;o++)r=t.mul(r,new Uint8Array([1,e.exp(o)]));return r}}(x)),x}var U,S={},D={},F={};function z(){return U||(U=1,F.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),F}var H,q,_,j={};function J(){if(H)return j;H=1;const t="[0-9]+";let e="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";e=e.replace(/u/g,"\\u");const n="(?:(?![A-Z0-9 $%*+\\-./:]|"+e+")(?:.|[\r\n]))+";j.KANJI=new RegExp(e,"g"),j.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),j.BYTE=new RegExp(n,"g"),j.NUMERIC=new RegExp(t,"g"),j.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const r=new RegExp("^"+e+"$"),o=new RegExp("^"+t+"$"),i=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return j.testKanji=function(t){return r.test(t)},j.testNumeric=function(t){return o.test(t)},j.testAlphanumeric=function(t){return i.test(t)},j}function K(){return q||(q=1,function(t){const e=z(),n=J();t.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(t,n){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!e.isValid(n))throw new Error("Invalid version: "+n);return n>=1&&n<10?t.ccBits[0]:n<27?t.ccBits[1]:t.ccBits[2]},t.getBestModeForData=function(e){return n.testNumeric(e)?t.NUMERIC:n.testAlphanumeric(e)?t.ALPHANUMERIC:n.testKanji(e)?t.KANJI:t.BYTE},t.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},t.isValid=function(t){return t&&t.bit&&t.ccBits},t.from=function(e,n){if(t.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"numeric":return t.NUMERIC;case"alphanumeric":return t.ALPHANUMERIC;case"kanji":return t.KANJI;case"byte":return t.BYTE;default:throw new Error("Unknown mode: "+e)}}(e)}catch(r){return n}}}(D)),D}function Y(){return _||(_=1,function(t){const e=l(),n=b(),r=m(),o=K(),i=z(),s=e.getBCHDigit(7973);function a(t,e){return o.getCharCountIndicator(t,e)+4}function u(t,e){let n=0;return t.forEach((function(t){const r=a(t.mode,e);n+=r+t.getBitsLength()})),n}t.from=function(t,e){return i.isValid(t)?parseInt(t,10):e},t.getCapacity=function(t,r,s){if(!i.isValid(t))throw new Error("Invalid QR Code version");void 0===s&&(s=o.BYTE);const u=8*(e.getSymbolTotalCodewords(t)-n.getTotalCodewordsCount(t,r));if(s===o.MIXED)return u;const c=u-a(s,t);switch(s){case o.NUMERIC:return Math.floor(c/10*3);case o.ALPHANUMERIC:return Math.floor(c/11*2);case o.KANJI:return Math.floor(c/13);case o.BYTE:default:return Math.floor(c/8)}},t.getBestVersionForData=function(e,n){let i;const s=r.from(n,r.M);if(Array.isArray(e)){if(e.length>1)return function(e,n){for(let r=1;r<=40;r++)if(u(e,r)<=t.getCapacity(r,n,o.MIXED))return r}(e,s);if(0===e.length)return 1;i=e[0]}else i=e;return function(e,n,r){for(let o=1;o<=40;o++)if(n<=t.getCapacity(o,r,e))return o}(i.mode,i.getLength(),s)},t.getEncodedBits=function(t){if(!i.isValid(t)||t<7)throw new Error("Invalid QR Code version");let n=t<<12;for(;e.getBCHDigit(n)-s>=0;)n^=7973<<e.getBCHDigit(n)-s;return t<<12|n}}(S)),S}var Q,V={};var O,$,Z,X,W,G,tt,et,nt={};var rt,ot,it,st={exports:{}};function at(){return rt||(rt=1,function(t){var e={single_source_shortest_paths:function(t,n,r){var o={},i={};i[n]=0;var s,a,u,c,l,f,d,h=e.PriorityQueue.make();for(h.push(n,0);!h.empty();)for(u in a=(s=h.pop()).value,c=s.cost,l=t[a]||{})l.hasOwnProperty(u)&&(f=c+l[u],d=i[u],(void 0===i[u]||d>f)&&(i[u]=f,h.push(u,f),o[u]=a));if(void 0!==r&&void 0===i[r]){var g=["Could not find a path from ",n," to ",r,"."].join("");throw new Error(g)}return o},extract_shortest_path_from_predecessor_list:function(t,e){for(var n=[],r=e;r;)n.push(r),t[r],r=t[r];return n.reverse(),n},find_path:function(t,n,r){var o=e.single_source_shortest_paths(t,n,r);return e.extract_shortest_path_from_predecessor_list(o,r)},PriorityQueue:{make:function(t){var n,r=e.PriorityQueue,o={};for(n in t=t||{},r)r.hasOwnProperty(n)&&(o[n]=r[n]);return o.queue=[],o.sorter=t.sorter||r.default_sorter,o},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var n={value:t,cost:e};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=e}(st)),st.exports}function ut(){return ot||(ot=1,function(t){const e=K(),n=function(){if($)return O;$=1;const t=K();function e(e){this.mode=t.NUMERIC,this.data=e.toString()}return e.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(t){let e,n,r;for(e=0;e+3<=this.data.length;e+=3)n=this.data.substr(e,3),r=parseInt(n,10),t.put(r,10);const o=this.data.length-e;o>0&&(n=this.data.substr(e),r=parseInt(n,10),t.put(r,3*o+1))},O=e}(),r=function(){if(X)return Z;X=1;const t=K(),e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function n(e){this.mode=t.ALPHANUMERIC,this.data=e}return n.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},n.prototype.getLength=function(){return this.data.length},n.prototype.getBitsLength=function(){return n.getBitsLength(this.data.length)},n.prototype.write=function(t){let n;for(n=0;n+2<=this.data.length;n+=2){let r=45*e.indexOf(this.data[n]);r+=e.indexOf(this.data[n+1]),t.put(r,11)}this.data.length%2&&t.put(e.indexOf(this.data[n]),6)},Z=n}(),o=function(){if(G)return W;G=1;const t=K();function e(e){this.mode=t.BYTE,this.data="string"==typeof e?(new TextEncoder).encode(e):new Uint8Array(e)}return e.getBitsLength=function(t){return 8*t},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(t){for(let e=0,n=this.data.length;e<n;e++)t.put(this.data[e],8)},W=e}(),i=function(){if(et)return tt;et=1;const t=K(),e=l();function n(e){this.mode=t.KANJI,this.data=e}return n.getBitsLength=function(t){return 13*t},n.prototype.getLength=function(){return this.data.length},n.prototype.getBitsLength=function(){return n.getBitsLength(this.data.length)},n.prototype.write=function(t){let n;for(n=0;n<this.data.length;n++){let r=e.toSJIS(this.data[n]);if(r>=33088&&r<=40956)r-=33088;else{if(!(r>=57408&&r<=60351))throw new Error("Invalid SJIS character: "+this.data[n]+"\nMake sure your charset is UTF-8");r-=49472}r=192*(r>>>8&255)+(255&r),t.put(r,13)}},tt=n}(),s=J(),a=l(),u=at();function c(t){return unescape(encodeURIComponent(t)).length}function f(t,e,n){const r=[];let o;for(;null!==(o=t.exec(n));)r.push({data:o[0],index:o.index,mode:e,length:o[0].length});return r}function d(t){const n=f(s.NUMERIC,e.NUMERIC,t),r=f(s.ALPHANUMERIC,e.ALPHANUMERIC,t);let o,i;a.isKanjiModeEnabled()?(o=f(s.BYTE,e.BYTE,t),i=f(s.KANJI,e.KANJI,t)):(o=f(s.BYTE_KANJI,e.BYTE,t),i=[]);return n.concat(r,o,i).sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function h(t,s){switch(s){case e.NUMERIC:return n.getBitsLength(t);case e.ALPHANUMERIC:return r.getBitsLength(t);case e.KANJI:return i.getBitsLength(t);case e.BYTE:return o.getBitsLength(t)}}function g(t,s){let u;const c=e.getBestModeForData(t);if(u=e.from(s,c),u!==e.BYTE&&u.bit<c.bit)throw new Error('"'+t+'" cannot be encoded with mode '+e.toString(u)+".\n Suggested mode is: "+e.toString(c));switch(u!==e.KANJI||a.isKanjiModeEnabled()||(u=e.BYTE),u){case e.NUMERIC:return new n(t);case e.ALPHANUMERIC:return new r(t);case e.KANJI:return new i(t);case e.BYTE:return new o(t)}}t.fromArray=function(t){return t.reduce((function(t,e){return"string"==typeof e?t.push(g(e,null)):e.data&&t.push(g(e.data,e.mode)),t}),[])},t.fromString=function(n,r){const o=function(t){const n=[];for(let r=0;r<t.length;r++){const o=t[r];switch(o.mode){case e.NUMERIC:n.push([o,{data:o.data,mode:e.ALPHANUMERIC,length:o.length},{data:o.data,mode:e.BYTE,length:o.length}]);break;case e.ALPHANUMERIC:n.push([o,{data:o.data,mode:e.BYTE,length:o.length}]);break;case e.KANJI:n.push([o,{data:o.data,mode:e.BYTE,length:c(o.data)}]);break;case e.BYTE:n.push([{data:o.data,mode:e.BYTE,length:c(o.data)}])}}return n}(d(n,a.isKanjiModeEnabled())),i=function(t,n){const r={},o={start:{}};let i=["start"];for(let s=0;s<t.length;s++){const a=t[s],u=[];for(let t=0;t<a.length;t++){const c=a[t],l=""+s+t;u.push(l),r[l]={node:c,lastCount:0},o[l]={};for(let t=0;t<i.length;t++){const s=i[t];r[s]&&r[s].node.mode===c.mode?(o[s][l]=h(r[s].lastCount+c.length,c.mode)-h(r[s].lastCount,c.mode),r[s].lastCount+=c.length):(r[s]&&(r[s].lastCount=c.length),o[s][l]=h(c.length,c.mode)+4+e.getCharCountIndicator(c.mode,n))}}i=u}for(let e=0;e<i.length;e++)o[i[e]].end=0;return{map:o,table:r}}(o,r),s=u.find_path(i.map,"start","end"),l=[];for(let t=1;t<s.length-1;t++)l.push(i.table[s[t]].node);return t.fromArray(function(t){return t.reduce((function(t,e){const n=t.length-1>=0?t[t.length-1]:null;return n&&n.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}(l))},t.rawSplit=function(e){return t.fromArray(d(e,a.isKanjiModeEnabled()))}}(nt)),nt}function ct(){if(it)return u;it=1;const t=l(),e=m(),n=function(){if(h)return d;function t(){this.buffer=[],this.length=0}return h=1,t.prototype={get:function(t){const e=Math.floor(t/8);return 1==(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(let n=0;n<e;n++)this.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},d=t}(),r=function(){if(p)return g;function t(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return p=1,t.prototype.set=function(t,e,n,r){const o=t*this.size+e;this.data[o]=n,r&&(this.reservedBit[o]=!0)},t.prototype.get=function(t,e){return this.data[t*this.size+e]},t.prototype.xor=function(t,e,n){this.data[t*this.size+e]^=n},t.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]},g=t}(),o=(y||(y=1,function(t){const e=l().getSymbolSize;t.getRowColCoords=function(t){if(1===t)return[];const n=Math.floor(t/7)+2,r=e(t),o=145===r?26:2*Math.ceil((r-13)/(2*n-2)),i=[r-7];for(let e=1;e<n-1;e++)i[e]=i[e-1]-o;return i.push(6),i.reverse()},t.getPositions=function(e){const n=[],r=t.getRowColCoords(e),o=r.length;for(let t=0;t<o;t++)for(let e=0;e<o;e++)0===t&&0===e||0===t&&e===o-1||t===o-1&&0===e||n.push([r[t],r[e]]);return n}}(E)),E),i=function(){if(v)return C;v=1;const t=l().getSymbolSize;return C.getPositions=function(e){const n=t(e);return[[0,0],[n-7,0],[0,n-7]]},C}(),s=(A||(A=1,function(t){t.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const e=3,n=3,r=40,o=10;function i(e,n,r){switch(e){case t.Patterns.PATTERN000:return(n+r)%2==0;case t.Patterns.PATTERN001:return n%2==0;case t.Patterns.PATTERN010:return r%3==0;case t.Patterns.PATTERN011:return(n+r)%3==0;case t.Patterns.PATTERN100:return(Math.floor(n/2)+Math.floor(r/3))%2==0;case t.Patterns.PATTERN101:return n*r%2+n*r%3==0;case t.Patterns.PATTERN110:return(n*r%2+n*r%3)%2==0;case t.Patterns.PATTERN111:return(n*r%3+(n+r)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}t.isValid=function(t){return null!=t&&""!==t&&!isNaN(t)&&t>=0&&t<=7},t.from=function(e){return t.isValid(e)?parseInt(e,10):void 0},t.getPenaltyN1=function(t){const n=t.size;let r=0,o=0,i=0,s=null,a=null;for(let u=0;u<n;u++){o=i=0,s=a=null;for(let c=0;c<n;c++){let n=t.get(u,c);n===s?o++:(o>=5&&(r+=e+(o-5)),s=n,o=1),n=t.get(c,u),n===a?i++:(i>=5&&(r+=e+(i-5)),a=n,i=1)}o>=5&&(r+=e+(o-5)),i>=5&&(r+=e+(i-5))}return r},t.getPenaltyN2=function(t){const e=t.size;let r=0;for(let n=0;n<e-1;n++)for(let o=0;o<e-1;o++){const e=t.get(n,o)+t.get(n,o+1)+t.get(n+1,o)+t.get(n+1,o+1);4!==e&&0!==e||r++}return r*n},t.getPenaltyN3=function(t){const e=t.size;let n=0,o=0,i=0;for(let r=0;r<e;r++){o=i=0;for(let s=0;s<e;s++)o=o<<1&2047|t.get(r,s),s>=10&&(1488===o||93===o)&&n++,i=i<<1&2047|t.get(s,r),s>=10&&(1488===i||93===i)&&n++}return n*r},t.getPenaltyN4=function(t){let e=0;const n=t.data.length;for(let r=0;r<n;r++)e+=t.data[r];return Math.abs(Math.ceil(100*e/n/5)-10)*o},t.applyMask=function(t,e){const n=e.size;for(let r=0;r<n;r++)for(let o=0;o<n;o++)e.isReserved(o,r)||e.xor(o,r,i(t,o,r))},t.getBestMask=function(e,n){const r=Object.keys(t.Patterns).length;let o=0,i=1/0;for(let s=0;s<r;s++){n(s),t.applyMask(s,e);const r=t.getPenaltyN1(e)+t.getPenaltyN2(e)+t.getPenaltyN3(e)+t.getPenaltyN4(e);t.applyMask(s,e),r<i&&(i=r,o=s)}return o}}(B)),B),a=b(),c=function(){if(R)return N;R=1;const t=k();function e(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}return e.prototype.initialize=function(e){this.degree=e,this.genPoly=t.generateECPolynomial(this.degree)},e.prototype.encode=function(e){if(!this.genPoly)throw new Error("Encoder not initialized");const n=new Uint8Array(e.length+this.degree);n.set(e);const r=t.mod(n,this.genPoly),o=this.degree-r.length;if(o>0){const t=new Uint8Array(this.degree);return t.set(r,o),t}return r},N=e}(),f=Y(),w=function(){if(Q)return V;Q=1;const t=l(),e=t.getBCHDigit(1335);return V.getEncodedBits=function(n,r){const o=n.bit<<3|r;let i=o<<10;for(;t.getBCHDigit(i)-e>=0;)i^=1335<<t.getBCHDigit(i)-e;return 21522^(o<<10|i)},V}(),M=K(),I=ut();function P(t,e,n){const r=t.size,o=w.getEncodedBits(e,n);let i,s;for(i=0;i<15;i++)s=1==(o>>i&1),i<6?t.set(i,8,s,!0):i<8?t.set(i+1,8,s,!0):t.set(r-15+i,8,s,!0),i<8?t.set(8,r-i-1,s,!0):i<9?t.set(8,15-i-1+1,s,!0):t.set(8,15-i-1,s,!0);t.set(r-8,8,1,!0)}function T(e,r,o){const i=new n;o.forEach((function(t){i.put(t.mode.bit,4),i.put(t.getLength(),M.getCharCountIndicator(t.mode,e)),t.write(i)}));const s=8*(t.getSymbolTotalCodewords(e)-a.getTotalCodewordsCount(e,r));for(i.getLengthInBits()+4<=s&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(0);const u=(s-i.getLengthInBits())/8;for(let t=0;t<u;t++)i.put(t%2?17:236,8);return function(e,n,r){const o=t.getSymbolTotalCodewords(n),i=a.getTotalCodewordsCount(n,r),s=o-i,u=a.getBlocksCount(n,r),l=o%u,f=u-l,d=Math.floor(o/u),h=Math.floor(s/u),g=h+1,p=d-h,w=new c(p);let m=0;const y=new Array(u),E=new Array(u);let v=0;const C=new Uint8Array(e.buffer);for(let t=0;t<u;t++){const e=t<f?h:g;y[t]=C.slice(m,m+e),E[t]=w.encode(y[t]),m+=e,v=Math.max(v,e)}const A=new Uint8Array(o);let B,M,I=0;for(B=0;B<v;B++)for(M=0;M<u;M++)B<y[M].length&&(A[I++]=y[M][B]);for(B=0;B<p;B++)for(M=0;M<u;M++)A[I++]=E[M][B];return A}(i,e,r)}function x(e,n,a,u){let c;if(Array.isArray(e))c=I.fromArray(e);else{if("string"!=typeof e)throw new Error("Invalid data");{let t=n;if(!t){const n=I.rawSplit(e);t=f.getBestVersionForData(n,a)}c=I.fromString(e,t||40)}}const l=f.getBestVersionForData(c,a);if(!l)throw new Error("The amount of data is too big to be stored in a QR Code");if(n){if(n<l)throw new Error("\nThe chosen QR Code version cannot contain this amount of data.\nMinimum version required to store current data is: "+l+".\n")}else n=l;const d=T(n,a,c),h=t.getSymbolSize(n),g=new r(h);return function(t,e){const n=t.size,r=i.getPositions(e);for(let o=0;o<r.length;o++){const e=r[o][0],i=r[o][1];for(let r=-1;r<=7;r++)if(!(e+r<=-1||n<=e+r))for(let o=-1;o<=7;o++)i+o<=-1||n<=i+o||(r>=0&&r<=6&&(0===o||6===o)||o>=0&&o<=6&&(0===r||6===r)||r>=2&&r<=4&&o>=2&&o<=4?t.set(e+r,i+o,!0,!0):t.set(e+r,i+o,!1,!0))}}(g,n),function(t){const e=t.size;for(let n=8;n<e-8;n++){const e=n%2==0;t.set(n,6,e,!0),t.set(6,n,e,!0)}}(g),function(t,e){const n=o.getPositions(e);for(let r=0;r<n.length;r++){const e=n[r][0],o=n[r][1];for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)-2===n||2===n||-2===r||2===r||0===n&&0===r?t.set(e+n,o+r,!0,!0):t.set(e+n,o+r,!1,!0)}}(g,n),P(g,a,0),n>=7&&function(t,e){const n=t.size,r=f.getEncodedBits(e);let o,i,s;for(let a=0;a<18;a++)o=Math.floor(a/3),i=a%3+n-8-3,s=1==(r>>a&1),t.set(o,i,s,!0),t.set(i,o,s,!0)}(g,n),function(t,e){const n=t.size;let r=-1,o=n-1,i=7,s=0;for(let a=n-1;a>0;a-=2)for(6===a&&a--;;){for(let n=0;n<2;n++)if(!t.isReserved(o,a-n)){let r=!1;s<e.length&&(r=1==(e[s]>>>i&1)),t.set(o,a-n,r),i--,-1===i&&(s++,i=7)}if(o+=r,o<0||n<=o){o-=r,r=-r;break}}}(g,d),isNaN(u)&&(u=s.getBestMask(g,P.bind(null,g,a))),s.applyMask(u,g),P(g,a,u),{modules:g,version:n,errorCorrectionLevel:a,maskPattern:u,segments:c}}return u.create=function(n,r){if(void 0===n||""===n)throw new Error("No input text");let o,i,a=e.M;return void 0!==r&&(a=e.from(r.errorCorrectionLevel,e.M),o=f.from(r.version),i=s.from(r.maskPattern),r.toSJISFunc&&t.setToSJISFunction(r.toSJISFunc)),x(n,o,a,i)},u}var lt,ft,dt={},ht={};function gt(){return lt||(lt=1,function(t){function e(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push("F","F");const n=parseInt(e.join(""),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:"#"+e.slice(0,6).join("")}}t.getOptions=function(t){t||(t={}),t.color||(t.color={});const n=void 0===t.margin||null===t.margin||t.margin<0?4:t.margin,r=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:r,scale:r?4:o,margin:n,color:{dark:e(t.color.dark||"#000000ff"),light:e(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},t.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},t.getImageWidth=function(e,n){const r=t.getScale(e,n);return Math.floor((e+2*n.margin)*r)},t.qrToImageData=function(e,n,r){const o=n.modules.size,i=n.modules.data,s=t.getScale(o,r),a=Math.floor((o+2*r.margin)*s),u=r.margin*s,c=[r.color.light,r.color.dark];for(let t=0;t<a;t++)for(let n=0;n<a;n++){let l=4*(t*a+n),f=r.color.light;if(t>=u&&n>=u&&t<a-u&&n<a-u){f=c[i[Math.floor((t-u)/s)*o+Math.floor((n-u)/s)]?1:0]}e[l++]=f.r,e[l++]=f.g,e[l++]=f.b,e[l]=f.a}}}(ht)),ht}function pt(){return ft||(ft=1,function(t){const e=gt();t.render=function(t,n,r){let o=r,i=n;void 0!==o||n&&n.getContext||(o=n,n=void 0),n||(i=function(){try{return document.createElement("canvas")}catch(t){throw new Error("You need to specify a canvas element")}}()),o=e.getOptions(o);const s=e.getImageWidth(t.modules.size,o),a=i.getContext("2d"),u=a.createImageData(s,s);return e.qrToImageData(u.data,t,o),function(t,e,n){t.clearRect(0,0,e.width,e.height),e.style||(e.style={}),e.height=n,e.width=n,e.style.height=n+"px",e.style.width=n+"px"}(a,i,s),a.putImageData(u,0,0),i},t.renderToDataURL=function(e,n,r){let o=r;void 0!==o||n&&n.getContext||(o=n,n=void 0),o||(o={});const i=t.render(e,n,o),s=o.type||"image/png",a=o.rendererOpts||{};return i.toDataURL(s,a.quality)}}(dt)),dt}var wt,mt,yt={};function Et(){if(wt)return yt;wt=1;const t=gt();function e(t,e){const n=t.a/255,r=e+'="'+t.hex+'"';return n<1?r+" "+e+'-opacity="'+n.toFixed(2).slice(1)+'"':r}function n(t,e,n){let r=t+e;return void 0!==n&&(r+=" "+n),r}return yt.render=function(r,o,i){const s=t.getOptions(o),a=r.modules.size,u=r.modules.data,c=a+2*s.margin,l=s.color.light.a?"<path "+e(s.color.light,"fill")+' d="M0 0h'+c+"v"+c+'H0z"/>':"",f="<path "+e(s.color.dark,"stroke")+' d="'+function(t,e,r){let o="",i=0,s=!1,a=0;for(let u=0;u<t.length;u++){const c=Math.floor(u%e),l=Math.floor(u/e);c||s||(s=!0),t[u]?(a++,u>0&&c>0&&t[u-1]||(o+=s?n("M",c+r,.5+l+r):n("m",i,0),i=0,s=!1),c+1<e&&t[u+1]||(o+=n("h",a),a=0)):i++}return o}(u,a,s.margin)+'"/>',d='viewBox="0 0 '+c+" "+c+'"',h='<svg xmlns="http://www.w3.org/2000/svg" '+(s.width?'width="'+s.width+'" height="'+s.width+'" ':"")+d+' shape-rendering="crispEdges">'+l+f+"</svg>\n";return"function"==typeof i&&i(null,h),h},yt}var vt=function(){if(mt)return i;mt=1;const t=s(),e=ct(),n=pt(),r=Et();function o(n,r,o,i,s){const a=[].slice.call(arguments,1),u=a.length,c="function"==typeof a[u-1];if(!c&&!t())throw new Error("Callback required as last argument");if(!c){if(u<1)throw new Error("Too few arguments provided");return 1===u?(o=r,r=i=void 0):2!==u||r.getContext||(i=o,o=r,r=void 0),new Promise((function(t,s){try{const s=e.create(o,i);t(n(s,r,i))}catch(a){s(a)}}))}if(u<2)throw new Error("Too few arguments provided");2===u?(s=o,o=r,r=i=void 0):3===u&&(r.getContext&&void 0===s?(s=i,i=void 0):(s=i,i=o,o=r,r=void 0));try{const t=e.create(o,i);s(null,n(t,r,i))}catch(l){s(l)}}return i.create=e.create,i.toCanvas=o.bind(null,n.render),i.toDataURL=o.bind(null,n.renderToDataURL),i.toString=o.bind(null,(function(t,e,n){return r.render(t,n)})),i}();var Ct=Object.defineProperty,At=Object.getOwnPropertyDescriptor,Bt=(t,e,n,r)=>{for(var o,i=r>1?void 0:r?At(e,n):e,s=t.length-1;s>=0;s--)(o=t[s])&&(i=(r?o(e,n,i):o(i))||i);return r&&i&&Ct(e,n,i),i};exports.QRModal=class extends e.i{constructor(){super(...arguments),this.qrLoaded=!1}updated(){const{originId:t,destinationId:e,generalConfig:n}=this.sdkData??{};if(!this.qrLoaded&&t&&e&&n){this.qrLoaded=!0;const{baseUrl:r}=n,o=`${r}/?origin=${t}&destination=${e}&utm_source=qr-totem&utm_content=route&utm_referrer=totem`,i={errorCorrectionLevel:"M",type:"image/webp",margin:1,width:150};vt.toDataURL(o,i).then((t=>{const e=this.shadowRoot?.getElementById("qr");e&&e instanceof HTMLImageElement&&(e.src=t)}))}}render(){const{cameraInitialized:t}=this.sdkData??{};return e.x`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./consume-DvEpk7ME.cjs"),e=require("./lazy-load-C0UlvHkw.cjs"),n=require("./class-map-BTH_74Qs.cjs");var r,o,i={};function s(){return o?r:(o=1,r=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then})}var a,u={},c={};function l(){if(a)return c;let t;a=1;const e=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return c.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return 4*t+17},c.getSymbolTotalCodewords=function(t){return e[t]},c.getBCHDigit=function(t){let e=0;for(;0!==t;)e++,t>>>=1;return e},c.setToSJISFunction=function(e){if("function"!=typeof e)throw new Error('"toSJISFunc" is not a valid function.');t=e},c.isKanjiModeEnabled=function(){return void 0!==t},c.toSJIS=function(e){return t(e)},c}var f,d,h,g,p,w={};function m(){return f||(f=1,function(t){t.L={bit:1},t.M={bit:0},t.Q={bit:3},t.H={bit:2},t.isValid=function(t){return t&&void 0!==t.bit&&t.bit>=0&&t.bit<4},t.from=function(e,n){if(t.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"l":case"low":return t.L;case"m":case"medium":return t.M;case"q":case"quartile":return t.Q;case"h":case"high":return t.H;default:throw new Error("Unknown EC Level: "+e)}}(e)}catch(r){return n}}}(w)),w}var y,E={};var v,C={};var A,B={};var M,I={};function b(){if(M)return I;M=1;const t=m(),e=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],n=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return I.getBlocksCount=function(n,r){switch(r){case t.L:return e[4*(n-1)+0];case t.M:return e[4*(n-1)+1];case t.Q:return e[4*(n-1)+2];case t.H:return e[4*(n-1)+3];default:return}},I.getTotalCodewordsCount=function(e,r){switch(r){case t.L:return n[4*(e-1)+0];case t.M:return n[4*(e-1)+1];case t.Q:return n[4*(e-1)+2];case t.H:return n[4*(e-1)+3];default:return}},I}var P,T,N,R,x={},L={};function k(){return T||(T=1,function(t){const e=function(){if(P)return L;P=1;const t=new Uint8Array(512),e=new Uint8Array(256);return function(){let n=1;for(let r=0;r<255;r++)t[r]=n,e[n]=r,n<<=1,256&n&&(n^=285);for(let e=255;e<512;e++)t[e]=t[e-255]}(),L.log=function(t){if(t<1)throw new Error("log("+t+")");return e[t]},L.exp=function(e){return t[e]},L.mul=function(n,r){return 0===n||0===r?0:t[e[n]+e[r]]},L}();t.mul=function(t,n){const r=new Uint8Array(t.length+n.length-1);for(let o=0;o<t.length;o++)for(let i=0;i<n.length;i++)r[o+i]^=e.mul(t[o],n[i]);return r},t.mod=function(t,n){let r=new Uint8Array(t);for(;r.length-n.length>=0;){const t=r[0];for(let i=0;i<n.length;i++)r[i]^=e.mul(n[i],t);let o=0;for(;o<r.length&&0===r[o];)o++;r=r.slice(o)}return r},t.generateECPolynomial=function(n){let r=new Uint8Array([1]);for(let o=0;o<n;o++)r=t.mul(r,new Uint8Array([1,e.exp(o)]));return r}}(x)),x}var U,S={},D={},F={};function z(){return U||(U=1,F.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),F}var H,q,_,j={};function J(){if(H)return j;H=1;const t="[0-9]+";let e="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";e=e.replace(/u/g,"\\u");const n="(?:(?![A-Z0-9 $%*+\\-./:]|"+e+")(?:.|[\r\n]))+";j.KANJI=new RegExp(e,"g"),j.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),j.BYTE=new RegExp(n,"g"),j.NUMERIC=new RegExp(t,"g"),j.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const r=new RegExp("^"+e+"$"),o=new RegExp("^"+t+"$"),i=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return j.testKanji=function(t){return r.test(t)},j.testNumeric=function(t){return o.test(t)},j.testAlphanumeric=function(t){return i.test(t)},j}function K(){return q||(q=1,function(t){const e=z(),n=J();t.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},t.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},t.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},t.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},t.MIXED={bit:-1},t.getCharCountIndicator=function(t,n){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!e.isValid(n))throw new Error("Invalid version: "+n);return n>=1&&n<10?t.ccBits[0]:n<27?t.ccBits[1]:t.ccBits[2]},t.getBestModeForData=function(e){return n.testNumeric(e)?t.NUMERIC:n.testAlphanumeric(e)?t.ALPHANUMERIC:n.testKanji(e)?t.KANJI:t.BYTE},t.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")},t.isValid=function(t){return t&&t.bit&&t.ccBits},t.from=function(e,n){if(t.isValid(e))return e;try{return function(e){if("string"!=typeof e)throw new Error("Param is not a string");switch(e.toLowerCase()){case"numeric":return t.NUMERIC;case"alphanumeric":return t.ALPHANUMERIC;case"kanji":return t.KANJI;case"byte":return t.BYTE;default:throw new Error("Unknown mode: "+e)}}(e)}catch(r){return n}}}(D)),D}function Y(){return _||(_=1,function(t){const e=l(),n=b(),r=m(),o=K(),i=z(),s=e.getBCHDigit(7973);function a(t,e){return o.getCharCountIndicator(t,e)+4}function u(t,e){let n=0;return t.forEach((function(t){const r=a(t.mode,e);n+=r+t.getBitsLength()})),n}t.from=function(t,e){return i.isValid(t)?parseInt(t,10):e},t.getCapacity=function(t,r,s){if(!i.isValid(t))throw new Error("Invalid QR Code version");void 0===s&&(s=o.BYTE);const u=8*(e.getSymbolTotalCodewords(t)-n.getTotalCodewordsCount(t,r));if(s===o.MIXED)return u;const c=u-a(s,t);switch(s){case o.NUMERIC:return Math.floor(c/10*3);case o.ALPHANUMERIC:return Math.floor(c/11*2);case o.KANJI:return Math.floor(c/13);case o.BYTE:default:return Math.floor(c/8)}},t.getBestVersionForData=function(e,n){let i;const s=r.from(n,r.M);if(Array.isArray(e)){if(e.length>1)return function(e,n){for(let r=1;r<=40;r++)if(u(e,r)<=t.getCapacity(r,n,o.MIXED))return r}(e,s);if(0===e.length)return 1;i=e[0]}else i=e;return function(e,n,r){for(let o=1;o<=40;o++)if(n<=t.getCapacity(o,r,e))return o}(i.mode,i.getLength(),s)},t.getEncodedBits=function(t){if(!i.isValid(t)||t<7)throw new Error("Invalid QR Code version");let n=t<<12;for(;e.getBCHDigit(n)-s>=0;)n^=7973<<e.getBCHDigit(n)-s;return t<<12|n}}(S)),S}var Q,V={};var O,$,Z,X,W,G,tt,et,nt={};var rt,ot,it,st={exports:{}};function at(){return rt||(rt=1,function(t){var e={single_source_shortest_paths:function(t,n,r){var o={},i={};i[n]=0;var s,a,u,c,l,f,d,h=e.PriorityQueue.make();for(h.push(n,0);!h.empty();)for(u in a=(s=h.pop()).value,c=s.cost,l=t[a]||{})l.hasOwnProperty(u)&&(f=c+l[u],d=i[u],(void 0===i[u]||d>f)&&(i[u]=f,h.push(u,f),o[u]=a));if(void 0!==r&&void 0===i[r]){var g=["Could not find a path from ",n," to ",r,"."].join("");throw new Error(g)}return o},extract_shortest_path_from_predecessor_list:function(t,e){for(var n=[],r=e;r;)n.push(r),t[r],r=t[r];return n.reverse(),n},find_path:function(t,n,r){var o=e.single_source_shortest_paths(t,n,r);return e.extract_shortest_path_from_predecessor_list(o,r)},PriorityQueue:{make:function(t){var n,r=e.PriorityQueue,o={};for(n in t=t||{},r)r.hasOwnProperty(n)&&(o[n]=r[n]);return o.queue=[],o.sorter=t.sorter||r.default_sorter,o},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var n={value:t,cost:e};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=e}(st)),st.exports}function ut(){return ot||(ot=1,function(t){const e=K(),n=function(){if($)return O;$=1;const t=K();function e(e){this.mode=t.NUMERIC,this.data=e.toString()}return e.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(t){let e,n,r;for(e=0;e+3<=this.data.length;e+=3)n=this.data.substr(e,3),r=parseInt(n,10),t.put(r,10);const o=this.data.length-e;o>0&&(n=this.data.substr(e),r=parseInt(n,10),t.put(r,3*o+1))},O=e}(),r=function(){if(X)return Z;X=1;const t=K(),e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function n(e){this.mode=t.ALPHANUMERIC,this.data=e}return n.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},n.prototype.getLength=function(){return this.data.length},n.prototype.getBitsLength=function(){return n.getBitsLength(this.data.length)},n.prototype.write=function(t){let n;for(n=0;n+2<=this.data.length;n+=2){let r=45*e.indexOf(this.data[n]);r+=e.indexOf(this.data[n+1]),t.put(r,11)}this.data.length%2&&t.put(e.indexOf(this.data[n]),6)},Z=n}(),o=function(){if(G)return W;G=1;const t=K();function e(e){this.mode=t.BYTE,this.data="string"==typeof e?(new TextEncoder).encode(e):new Uint8Array(e)}return e.getBitsLength=function(t){return 8*t},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(t){for(let e=0,n=this.data.length;e<n;e++)t.put(this.data[e],8)},W=e}(),i=function(){if(et)return tt;et=1;const t=K(),e=l();function n(e){this.mode=t.KANJI,this.data=e}return n.getBitsLength=function(t){return 13*t},n.prototype.getLength=function(){return this.data.length},n.prototype.getBitsLength=function(){return n.getBitsLength(this.data.length)},n.prototype.write=function(t){let n;for(n=0;n<this.data.length;n++){let r=e.toSJIS(this.data[n]);if(r>=33088&&r<=40956)r-=33088;else{if(!(r>=57408&&r<=60351))throw new Error("Invalid SJIS character: "+this.data[n]+"\nMake sure your charset is UTF-8");r-=49472}r=192*(r>>>8&255)+(255&r),t.put(r,13)}},tt=n}(),s=J(),a=l(),u=at();function c(t){return unescape(encodeURIComponent(t)).length}function f(t,e,n){const r=[];let o;for(;null!==(o=t.exec(n));)r.push({data:o[0],index:o.index,mode:e,length:o[0].length});return r}function d(t){const n=f(s.NUMERIC,e.NUMERIC,t),r=f(s.ALPHANUMERIC,e.ALPHANUMERIC,t);let o,i;a.isKanjiModeEnabled()?(o=f(s.BYTE,e.BYTE,t),i=f(s.KANJI,e.KANJI,t)):(o=f(s.BYTE_KANJI,e.BYTE,t),i=[]);return n.concat(r,o,i).sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function h(t,s){switch(s){case e.NUMERIC:return n.getBitsLength(t);case e.ALPHANUMERIC:return r.getBitsLength(t);case e.KANJI:return i.getBitsLength(t);case e.BYTE:return o.getBitsLength(t)}}function g(t,s){let u;const c=e.getBestModeForData(t);if(u=e.from(s,c),u!==e.BYTE&&u.bit<c.bit)throw new Error('"'+t+'" cannot be encoded with mode '+e.toString(u)+".\n Suggested mode is: "+e.toString(c));switch(u!==e.KANJI||a.isKanjiModeEnabled()||(u=e.BYTE),u){case e.NUMERIC:return new n(t);case e.ALPHANUMERIC:return new r(t);case e.KANJI:return new i(t);case e.BYTE:return new o(t)}}t.fromArray=function(t){return t.reduce((function(t,e){return"string"==typeof e?t.push(g(e,null)):e.data&&t.push(g(e.data,e.mode)),t}),[])},t.fromString=function(n,r){const o=function(t){const n=[];for(let r=0;r<t.length;r++){const o=t[r];switch(o.mode){case e.NUMERIC:n.push([o,{data:o.data,mode:e.ALPHANUMERIC,length:o.length},{data:o.data,mode:e.BYTE,length:o.length}]);break;case e.ALPHANUMERIC:n.push([o,{data:o.data,mode:e.BYTE,length:o.length}]);break;case e.KANJI:n.push([o,{data:o.data,mode:e.BYTE,length:c(o.data)}]);break;case e.BYTE:n.push([{data:o.data,mode:e.BYTE,length:c(o.data)}])}}return n}(d(n,a.isKanjiModeEnabled())),i=function(t,n){const r={},o={start:{}};let i=["start"];for(let s=0;s<t.length;s++){const a=t[s],u=[];for(let t=0;t<a.length;t++){const c=a[t],l=""+s+t;u.push(l),r[l]={node:c,lastCount:0},o[l]={};for(let t=0;t<i.length;t++){const s=i[t];r[s]&&r[s].node.mode===c.mode?(o[s][l]=h(r[s].lastCount+c.length,c.mode)-h(r[s].lastCount,c.mode),r[s].lastCount+=c.length):(r[s]&&(r[s].lastCount=c.length),o[s][l]=h(c.length,c.mode)+4+e.getCharCountIndicator(c.mode,n))}}i=u}for(let e=0;e<i.length;e++)o[i[e]].end=0;return{map:o,table:r}}(o,r),s=u.find_path(i.map,"start","end"),l=[];for(let t=1;t<s.length-1;t++)l.push(i.table[s[t]].node);return t.fromArray(function(t){return t.reduce((function(t,e){const n=t.length-1>=0?t[t.length-1]:null;return n&&n.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}(l))},t.rawSplit=function(e){return t.fromArray(d(e,a.isKanjiModeEnabled()))}}(nt)),nt}function ct(){if(it)return u;it=1;const t=l(),e=m(),n=function(){if(h)return d;function t(){this.buffer=[],this.length=0}return h=1,t.prototype={get:function(t){const e=Math.floor(t/8);return 1==(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(let n=0;n<e;n++)this.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},d=t}(),r=function(){if(p)return g;function t(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return p=1,t.prototype.set=function(t,e,n,r){const o=t*this.size+e;this.data[o]=n,r&&(this.reservedBit[o]=!0)},t.prototype.get=function(t,e){return this.data[t*this.size+e]},t.prototype.xor=function(t,e,n){this.data[t*this.size+e]^=n},t.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]},g=t}(),o=(y||(y=1,function(t){const e=l().getSymbolSize;t.getRowColCoords=function(t){if(1===t)return[];const n=Math.floor(t/7)+2,r=e(t),o=145===r?26:2*Math.ceil((r-13)/(2*n-2)),i=[r-7];for(let e=1;e<n-1;e++)i[e]=i[e-1]-o;return i.push(6),i.reverse()},t.getPositions=function(e){const n=[],r=t.getRowColCoords(e),o=r.length;for(let t=0;t<o;t++)for(let e=0;e<o;e++)0===t&&0===e||0===t&&e===o-1||t===o-1&&0===e||n.push([r[t],r[e]]);return n}}(E)),E),i=function(){if(v)return C;v=1;const t=l().getSymbolSize;return C.getPositions=function(e){const n=t(e);return[[0,0],[n-7,0],[0,n-7]]},C}(),s=(A||(A=1,function(t){t.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const e=3,n=3,r=40,o=10;function i(e,n,r){switch(e){case t.Patterns.PATTERN000:return(n+r)%2==0;case t.Patterns.PATTERN001:return n%2==0;case t.Patterns.PATTERN010:return r%3==0;case t.Patterns.PATTERN011:return(n+r)%3==0;case t.Patterns.PATTERN100:return(Math.floor(n/2)+Math.floor(r/3))%2==0;case t.Patterns.PATTERN101:return n*r%2+n*r%3==0;case t.Patterns.PATTERN110:return(n*r%2+n*r%3)%2==0;case t.Patterns.PATTERN111:return(n*r%3+(n+r)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}t.isValid=function(t){return null!=t&&""!==t&&!isNaN(t)&&t>=0&&t<=7},t.from=function(e){return t.isValid(e)?parseInt(e,10):void 0},t.getPenaltyN1=function(t){const n=t.size;let r=0,o=0,i=0,s=null,a=null;for(let u=0;u<n;u++){o=i=0,s=a=null;for(let c=0;c<n;c++){let n=t.get(u,c);n===s?o++:(o>=5&&(r+=e+(o-5)),s=n,o=1),n=t.get(c,u),n===a?i++:(i>=5&&(r+=e+(i-5)),a=n,i=1)}o>=5&&(r+=e+(o-5)),i>=5&&(r+=e+(i-5))}return r},t.getPenaltyN2=function(t){const e=t.size;let r=0;for(let n=0;n<e-1;n++)for(let o=0;o<e-1;o++){const e=t.get(n,o)+t.get(n,o+1)+t.get(n+1,o)+t.get(n+1,o+1);4!==e&&0!==e||r++}return r*n},t.getPenaltyN3=function(t){const e=t.size;let n=0,o=0,i=0;for(let r=0;r<e;r++){o=i=0;for(let s=0;s<e;s++)o=o<<1&2047|t.get(r,s),s>=10&&(1488===o||93===o)&&n++,i=i<<1&2047|t.get(s,r),s>=10&&(1488===i||93===i)&&n++}return n*r},t.getPenaltyN4=function(t){let e=0;const n=t.data.length;for(let r=0;r<n;r++)e+=t.data[r];return Math.abs(Math.ceil(100*e/n/5)-10)*o},t.applyMask=function(t,e){const n=e.size;for(let r=0;r<n;r++)for(let o=0;o<n;o++)e.isReserved(o,r)||e.xor(o,r,i(t,o,r))},t.getBestMask=function(e,n){const r=Object.keys(t.Patterns).length;let o=0,i=1/0;for(let s=0;s<r;s++){n(s),t.applyMask(s,e);const r=t.getPenaltyN1(e)+t.getPenaltyN2(e)+t.getPenaltyN3(e)+t.getPenaltyN4(e);t.applyMask(s,e),r<i&&(i=r,o=s)}return o}}(B)),B),a=b(),c=function(){if(R)return N;R=1;const t=k();function e(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}return e.prototype.initialize=function(e){this.degree=e,this.genPoly=t.generateECPolynomial(this.degree)},e.prototype.encode=function(e){if(!this.genPoly)throw new Error("Encoder not initialized");const n=new Uint8Array(e.length+this.degree);n.set(e);const r=t.mod(n,this.genPoly),o=this.degree-r.length;if(o>0){const t=new Uint8Array(this.degree);return t.set(r,o),t}return r},N=e}(),f=Y(),w=function(){if(Q)return V;Q=1;const t=l(),e=t.getBCHDigit(1335);return V.getEncodedBits=function(n,r){const o=n.bit<<3|r;let i=o<<10;for(;t.getBCHDigit(i)-e>=0;)i^=1335<<t.getBCHDigit(i)-e;return 21522^(o<<10|i)},V}(),M=K(),I=ut();function P(t,e,n){const r=t.size,o=w.getEncodedBits(e,n);let i,s;for(i=0;i<15;i++)s=1==(o>>i&1),i<6?t.set(i,8,s,!0):i<8?t.set(i+1,8,s,!0):t.set(r-15+i,8,s,!0),i<8?t.set(8,r-i-1,s,!0):i<9?t.set(8,15-i-1+1,s,!0):t.set(8,15-i-1,s,!0);t.set(r-8,8,1,!0)}function T(e,r,o){const i=new n;o.forEach((function(t){i.put(t.mode.bit,4),i.put(t.getLength(),M.getCharCountIndicator(t.mode,e)),t.write(i)}));const s=8*(t.getSymbolTotalCodewords(e)-a.getTotalCodewordsCount(e,r));for(i.getLengthInBits()+4<=s&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(0);const u=(s-i.getLengthInBits())/8;for(let t=0;t<u;t++)i.put(t%2?17:236,8);return function(e,n,r){const o=t.getSymbolTotalCodewords(n),i=a.getTotalCodewordsCount(n,r),s=o-i,u=a.getBlocksCount(n,r),l=o%u,f=u-l,d=Math.floor(o/u),h=Math.floor(s/u),g=h+1,p=d-h,w=new c(p);let m=0;const y=new Array(u),E=new Array(u);let v=0;const C=new Uint8Array(e.buffer);for(let t=0;t<u;t++){const e=t<f?h:g;y[t]=C.slice(m,m+e),E[t]=w.encode(y[t]),m+=e,v=Math.max(v,e)}const A=new Uint8Array(o);let B,M,I=0;for(B=0;B<v;B++)for(M=0;M<u;M++)B<y[M].length&&(A[I++]=y[M][B]);for(B=0;B<p;B++)for(M=0;M<u;M++)A[I++]=E[M][B];return A}(i,e,r)}function x(e,n,a,u){let c;if(Array.isArray(e))c=I.fromArray(e);else{if("string"!=typeof e)throw new Error("Invalid data");{let t=n;if(!t){const n=I.rawSplit(e);t=f.getBestVersionForData(n,a)}c=I.fromString(e,t||40)}}const l=f.getBestVersionForData(c,a);if(!l)throw new Error("The amount of data is too big to be stored in a QR Code");if(n){if(n<l)throw new Error("\nThe chosen QR Code version cannot contain this amount of data.\nMinimum version required to store current data is: "+l+".\n")}else n=l;const d=T(n,a,c),h=t.getSymbolSize(n),g=new r(h);return function(t,e){const n=t.size,r=i.getPositions(e);for(let o=0;o<r.length;o++){const e=r[o][0],i=r[o][1];for(let r=-1;r<=7;r++)if(!(e+r<=-1||n<=e+r))for(let o=-1;o<=7;o++)i+o<=-1||n<=i+o||(r>=0&&r<=6&&(0===o||6===o)||o>=0&&o<=6&&(0===r||6===r)||r>=2&&r<=4&&o>=2&&o<=4?t.set(e+r,i+o,!0,!0):t.set(e+r,i+o,!1,!0))}}(g,n),function(t){const e=t.size;for(let n=8;n<e-8;n++){const e=n%2==0;t.set(n,6,e,!0),t.set(6,n,e,!0)}}(g),function(t,e){const n=o.getPositions(e);for(let r=0;r<n.length;r++){const e=n[r][0],o=n[r][1];for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)-2===n||2===n||-2===r||2===r||0===n&&0===r?t.set(e+n,o+r,!0,!0):t.set(e+n,o+r,!1,!0)}}(g,n),P(g,a,0),n>=7&&function(t,e){const n=t.size,r=f.getEncodedBits(e);let o,i,s;for(let a=0;a<18;a++)o=Math.floor(a/3),i=a%3+n-8-3,s=1==(r>>a&1),t.set(o,i,s,!0),t.set(i,o,s,!0)}(g,n),function(t,e){const n=t.size;let r=-1,o=n-1,i=7,s=0;for(let a=n-1;a>0;a-=2)for(6===a&&a--;;){for(let n=0;n<2;n++)if(!t.isReserved(o,a-n)){let r=!1;s<e.length&&(r=1==(e[s]>>>i&1)),t.set(o,a-n,r),i--,-1===i&&(s++,i=7)}if(o+=r,o<0||n<=o){o-=r,r=-r;break}}}(g,d),isNaN(u)&&(u=s.getBestMask(g,P.bind(null,g,a))),s.applyMask(u,g),P(g,a,u),{modules:g,version:n,errorCorrectionLevel:a,maskPattern:u,segments:c}}return u.create=function(n,r){if(void 0===n||""===n)throw new Error("No input text");let o,i,a=e.M;return void 0!==r&&(a=e.from(r.errorCorrectionLevel,e.M),o=f.from(r.version),i=s.from(r.maskPattern),r.toSJISFunc&&t.setToSJISFunction(r.toSJISFunc)),x(n,o,a,i)},u}var lt,ft,dt={},ht={};function gt(){return lt||(lt=1,function(t){function e(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push("F","F");const n=parseInt(e.join(""),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:"#"+e.slice(0,6).join("")}}t.getOptions=function(t){t||(t={}),t.color||(t.color={});const n=void 0===t.margin||null===t.margin||t.margin<0?4:t.margin,r=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:r,scale:r?4:o,margin:n,color:{dark:e(t.color.dark||"#000000ff"),light:e(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},t.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},t.getImageWidth=function(e,n){const r=t.getScale(e,n);return Math.floor((e+2*n.margin)*r)},t.qrToImageData=function(e,n,r){const o=n.modules.size,i=n.modules.data,s=t.getScale(o,r),a=Math.floor((o+2*r.margin)*s),u=r.margin*s,c=[r.color.light,r.color.dark];for(let t=0;t<a;t++)for(let n=0;n<a;n++){let l=4*(t*a+n),f=r.color.light;if(t>=u&&n>=u&&t<a-u&&n<a-u){f=c[i[Math.floor((t-u)/s)*o+Math.floor((n-u)/s)]?1:0]}e[l++]=f.r,e[l++]=f.g,e[l++]=f.b,e[l]=f.a}}}(ht)),ht}function pt(){return ft||(ft=1,function(t){const e=gt();t.render=function(t,n,r){let o=r,i=n;void 0!==o||n&&n.getContext||(o=n,n=void 0),n||(i=function(){try{return document.createElement("canvas")}catch(t){throw new Error("You need to specify a canvas element")}}()),o=e.getOptions(o);const s=e.getImageWidth(t.modules.size,o),a=i.getContext("2d"),u=a.createImageData(s,s);return e.qrToImageData(u.data,t,o),function(t,e,n){t.clearRect(0,0,e.width,e.height),e.style||(e.style={}),e.height=n,e.width=n,e.style.height=n+"px",e.style.width=n+"px"}(a,i,s),a.putImageData(u,0,0),i},t.renderToDataURL=function(e,n,r){let o=r;void 0!==o||n&&n.getContext||(o=n,n=void 0),o||(o={});const i=t.render(e,n,o),s=o.type||"image/png",a=o.rendererOpts||{};return i.toDataURL(s,a.quality)}}(dt)),dt}var wt,mt,yt={};function Et(){if(wt)return yt;wt=1;const t=gt();function e(t,e){const n=t.a/255,r=e+'="'+t.hex+'"';return n<1?r+" "+e+'-opacity="'+n.toFixed(2).slice(1)+'"':r}function n(t,e,n){let r=t+e;return void 0!==n&&(r+=" "+n),r}return yt.render=function(r,o,i){const s=t.getOptions(o),a=r.modules.size,u=r.modules.data,c=a+2*s.margin,l=s.color.light.a?"<path "+e(s.color.light,"fill")+' d="M0 0h'+c+"v"+c+'H0z"/>':"",f="<path "+e(s.color.dark,"stroke")+' d="'+function(t,e,r){let o="",i=0,s=!1,a=0;for(let u=0;u<t.length;u++){const c=Math.floor(u%e),l=Math.floor(u/e);c||s||(s=!0),t[u]?(a++,u>0&&c>0&&t[u-1]||(o+=s?n("M",c+r,.5+l+r):n("m",i,0),i=0,s=!1),c+1<e&&t[u+1]||(o+=n("h",a),a=0)):i++}return o}(u,a,s.margin)+'"/>',d='viewBox="0 0 '+c+" "+c+'"',h='<svg xmlns="http://www.w3.org/2000/svg" '+(s.width?'width="'+s.width+'" height="'+s.width+'" ':"")+d+' shape-rendering="crispEdges">'+l+f+"</svg>\n";return"function"==typeof i&&i(null,h),h},yt}var vt=function(){if(mt)return i;mt=1;const t=s(),e=ct(),n=pt(),r=Et();function o(n,r,o,i,s){const a=[].slice.call(arguments,1),u=a.length,c="function"==typeof a[u-1];if(!c&&!t())throw new Error("Callback required as last argument");if(!c){if(u<1)throw new Error("Too few arguments provided");return 1===u?(o=r,r=i=void 0):2!==u||r.getContext||(i=o,o=r,r=void 0),new Promise((function(t,s){try{const s=e.create(o,i);t(n(s,r,i))}catch(a){s(a)}}))}if(u<2)throw new Error("Too few arguments provided");2===u?(s=o,o=r,r=i=void 0):3===u&&(r.getContext&&void 0===s?(s=i,i=void 0):(s=i,i=o,o=r,r=void 0));try{const t=e.create(o,i);s(null,n(t,r,i))}catch(l){s(l)}}return i.create=e.create,i.toCanvas=o.bind(null,n.render),i.toDataURL=o.bind(null,n.renderToDataURL),i.toString=o.bind(null,(function(t,e,n){return r.render(t,n)})),i}();var Ct=Object.defineProperty,At=Object.getOwnPropertyDescriptor,Bt=(t,e,n,r)=>{for(var o,i=r>1?void 0:r?At(e,n):e,s=t.length-1;s>=0;s--)(o=t[s])&&(i=(r?o(e,n,i):o(i))||i);return r&&i&&Ct(e,n,i),i};exports.QRModal=class extends e.i{constructor(){super(...arguments),this.qrLoaded=!1}updated(){const{originId:t,destinationId:e,generalConfig:n}=this.sdkData??{};if(!this.qrLoaded&&t&&e&&n){this.qrLoaded=!0;const{baseUrl:r}=n,o=`${r}/?origin=${t}&destination=${e}&utm_source=qr-totem&utm_content=route&utm_referrer=totem`,i={errorCorrectionLevel:"M",type:"image/webp",margin:1,width:150};vt.toDataURL(o,i).then((t=>{const e=this.shadowRoot?.getElementById("qr");e&&e instanceof HTMLImageElement&&(e.src=t)}))}}render(){const{cameraInitialized:t}=this.sdkData??{};return e.x`
2
2
  <div class=${n.e({card:!0,hidden:!t})}>
3
3
  <div class="modal-content">
4
4
  <div class="pin-container">
@@ -13,4 +13,4 @@
13
13
  </div>
14
14
  </div>
15
15
  `}},exports.QRModal.styles=[e.r(":host{display:block;height:100%;width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.card{margin-top:15px;background:#11032b;color:#fff;border-radius:24px;z-index:10;width:29.79vw;min-width:415px}.card.hidden{display:none}.modal-content{display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px}.pin-container{display:flex;align-items:center;gap:8px}.qr-text{margin:0;font-size:1rem;font-weight:600;font-family:Poppins}.qr-code{display:flex;justify-content:center;align-items:center}.qr-code img{height:auto}.qr-container{background:#fff;padding:4px}")],Bt([t.c({context:e.sdkContext,subscribe:!0})],exports.QRModal.prototype,"sdkData",2),exports.QRModal=Bt([e.t("qr-modal")],exports.QRModal);
16
- //# sourceMappingURL=qr-modal-BQG75u-x.cjs.map
16
+ //# sourceMappingURL=qr-modal-dwEr6sDk.cjs.map
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./consume-BE7YStBl.cjs"),t=require("./lazy-load-CES1Ya_D.cjs");var i=Object.defineProperty,s=Object.getOwnPropertyDescriptor,n=(e,t,n,o)=>{for(var a,r=o>1?void 0:o?s(t,n):t,c=e.length-1;c>=0;c--)(a=e[c])&&(r=(o?a(t,n,r):a(r))||r);return o&&r&&i(t,n,r),r};exports.RouteOptions=class extends t.i{constructor(){super(),this.assets=null,this._loadAssets()}async _loadAssets(){this.assets=await(async()=>{const[e,t,i,s,n,o]=await Promise.all([Promise.resolve().then((()=>require("./accessibility-DWoi6we_.cjs"))),Promise.resolve().then((()=>require("./back_arrow-DNrh84z6.cjs"))),Promise.resolve().then((()=>require("./icon-destination-point-C8Bl9rvO.cjs"))),Promise.resolve().then((()=>require("./icon-origin-point-B0FLE42C.cjs"))),Promise.resolve().then((()=>require("./repeat_icon-DBYc7GBB.cjs"))),Promise.resolve().then((()=>require("./walking-CDbgxjU4.cjs")))]);return{accessibilityIcon:e.default,backIcon:t.default,destinationPoint:i.default,originPoint:s.default,repeatIcon:n.default,walkingIcon:o.default}})(),this.requestUpdate()}handleBack(){this.dispatchEvent(new CustomEvent("back",{detail:{},bubbles:!0,composed:!0}))}handleAccessibility(){this.dispatchEvent(new CustomEvent("accessibilityChange",{detail:!this.sdkData?.accessibleRoute,bubbles:!0,composed:!0}))}handleRepeatRoute(){this.dispatchEvent(new CustomEvent("repeatRoute",{detail:!0,bubbles:!0,composed:!0}))}handleGenerateRoute(){this.dispatchEvent(new CustomEvent("generateRoute",{detail:{accessible:!!this.sdkData?.accessibleRoute},bubbles:!0,composed:!0}))}render(){if(!this.sdkData)return t.x``;const{destination:e,accessibleRoute:i,parentPlace:s,origin:n,route:o,isRouteAnimating:a}=this.sdkData,r=i?this.assets?.accessibilityIcon:this.assets?.walkingIcon,c=e?.title??"",l=s?.innerFloors??[],p=n?.inFloor(l)?.name??"",d=e?.inFloor(l)?.name??"",u=a??!1;let h="";return o&&(h=`• ${o.legs[0].distance.toFixed(0)} mts`),t.x`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./consume-DvEpk7ME.cjs"),t=require("./lazy-load-C0UlvHkw.cjs");var i=Object.defineProperty,s=Object.getOwnPropertyDescriptor,n=(e,t,n,o)=>{for(var a,r=o>1?void 0:o?s(t,n):t,c=e.length-1;c>=0;c--)(a=e[c])&&(r=(o?a(t,n,r):a(r))||r);return o&&r&&i(t,n,r),r};exports.RouteOptions=class extends t.i{constructor(){super(),this.assets=null,this._loadAssets()}async _loadAssets(){this.assets=await(async()=>{const[e,t,i,s,n,o]=await Promise.all([Promise.resolve().then((()=>require("./accessibility-DWoi6we_.cjs"))),Promise.resolve().then((()=>require("./back_arrow-DNrh84z6.cjs"))),Promise.resolve().then((()=>require("./icon-destination-point-C8Bl9rvO.cjs"))),Promise.resolve().then((()=>require("./icon-origin-point-B0FLE42C.cjs"))),Promise.resolve().then((()=>require("./repeat_icon-DBYc7GBB.cjs"))),Promise.resolve().then((()=>require("./walking-CDbgxjU4.cjs")))]);return{accessibilityIcon:e.default,backIcon:t.default,destinationPoint:i.default,originPoint:s.default,repeatIcon:n.default,walkingIcon:o.default}})(),this.requestUpdate()}handleBack(){this.dispatchEvent(new CustomEvent("back",{detail:{},bubbles:!0,composed:!0}))}handleAccessibility(){this.dispatchEvent(new CustomEvent("accessibilityChange",{detail:!this.sdkData?.accessibleRoute,bubbles:!0,composed:!0}))}handleRepeatRoute(){this.dispatchEvent(new CustomEvent("repeatRoute",{detail:!0,bubbles:!0,composed:!0}))}handleGenerateRoute(){this.dispatchEvent(new CustomEvent("generateRoute",{detail:{accessible:!!this.sdkData?.accessibleRoute},bubbles:!0,composed:!0}))}render(){if(!this.sdkData)return t.x``;const{destination:e,accessibleRoute:i,parentPlace:s,origin:n,route:o,isRouteAnimating:a}=this.sdkData,r=i?this.assets?.accessibilityIcon:this.assets?.walkingIcon,c=e?.title??"",l=s?.innerFloors??[],p=n?.inFloor(l)?.name??"",d=e?.inFloor(l)?.name??"",u=a??!1;let h="";return o&&(h=`• ${o.legs[0].distance.toFixed(0)} mts`),t.x`
2
2
  <div class="route-panel">
3
3
  <div class="flex flex-col h-full">
4
4
  <div class="back-panel" @click=${this.handleBack}>
@@ -67,4 +67,4 @@
67
67
  </div>
68
68
  <qr-modal></qr-modal>
69
69
  `}},exports.RouteOptions.styles=[t.r(":host{position:absolute;top:0;left:0;padding:1rem;z-index:10;font-family:Poppins!important;user-select:none}svg{vertical-align:middle}.back-panel{background-color:#11032b;color:#fff;margin-bottom:5px;padding-left:1.2rem;align-items:center;height:55px;position:relative}.back-content{margin:0;position:relative;top:50%;transform:translateY(-50%);font-size:22px;color:#fff;display:flex;align-items:center;gap:8px;cursor:pointer}.route-panel{width:29.79vw;min-width:415px;max-height:75vh;overflow-y:auto;overflow-x:hidden;border-radius:24px;background:#fff;box-shadow:0 0 24px #00000026}.back-text{font-size:24px;font-weight:600}.back-content img{vertical-align:middle}.route-modal{padding:19px 13px 22px 32px}.icon_switcher_user_type{position:relative;color:#000}.d-flex{display:flex!important}.flex-fill{flex:1 1 auto!important}.place-name{font-weight:700;font-size:32px;line-height:1;letter-spacing:-1.6px;color:#333;margin-left:2px}.repeat-route-btn{display:flex;gap:10px;justify-content:center;align-items:center;text-align:center;background-color:#fff;border:2px solid #000000;border-radius:999px;margin-left:auto;margin-right:0;padding:12px 20px;font-size:20px;font-weight:700;line-height:20px;letter-spacing:-1px;color:#000;transition:background-color .3s ease,color .3s ease;cursor:pointer}.repeat-route-btn[disabled]{color:gray;border-color:gray;cursor:not-allowed;pointer-events:none}.floor-name{font-size:1rem;color:#427553}.floor-specs{font-family:Poppins;font-weight:600;line-height:14px;size:18px}.route-distance{color:#666}.container-controls{margin-top:16px;align-items:end;gap:11px}.c-route-input{color:#000;display:flex;padding:15px;font-size:16px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:-.8px;align-items:center;gap:9px;border-radius:30px;background:#fff;box-shadow:0 0 10px #0000001a;position:relative;margin-top:12px}.c-route-input .c-route-input-icon svg{width:22px;height:22px}.c-route-input-from{margin-top:0}.c-route-input-from:after{content:\"\";position:absolute;bottom:-50%;left:24px;width:3.998px;height:34.5px;z-index:1;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='38' viewBox='0 0 4 38' fill='none'%3E%3Cpath d='M-0.00028944 18.9386C-0.00028944 17.8347 0.894666 16.9397 1.99864 16.9397C3.10259 16.9397 3.99756 17.8347 3.99756 18.9386C3.99756 20.0426 3.10259 20.9375 1.99864 20.9375C0.894666 20.9375 -0.00028944 20.0426 -0.00028944 18.9386ZM-0.00028944 27.2198C-0.00028944 26.1159 0.894666 25.2209 1.99864 25.2209C3.10259 25.2209 3.99756 26.1159 3.99756 27.2198C3.99756 28.3238 3.10259 29.2188 1.99864 29.2188C0.894666 29.2188 -0.00028944 28.3238 -0.00028944 27.2198ZM-0.00028944 35.5011C-0.00028944 34.3971 0.894666 33.5021 1.99864 33.5021C3.10259 33.5021 3.99756 34.3971 3.99756 35.5011C3.99756 36.605 3.10259 37.5 1.99864 37.5C0.894666 37.5 -0.00028944 36.605 -0.00028944 35.5011Z' fill='%23D0D0D0'/%3E%3Cpath d='M1.99864 8.49999C0.894666 8.49999 -0.00028944 9.39496 -0.00028944 10.4989C-0.00028944 11.6029 0.894666 12.4978 1.99864 12.4978C3.10259 12.4978 3.99756 11.6029 3.99756 10.4989C3.99756 9.39496 3.10259 8.49999 1.99864 8.49999Z' fill='%23D0D0D0'/%3E%3Cpath d='M1.99864 0C0.894666 0 -0.00028944 0.894973 -0.00028944 1.99892C-0.00028944 3.10289 0.894666 3.99784 1.99864 3.99784C3.10259 3.99784 3.99756 3.10289 3.99756 1.99892C3.99756 0.894973 3.10259 0 1.99864 0Z' fill='%23D0D0D0'/%3E%3C/svg%3E\")}.c-route-input span{padding:0 6px;border-radius:15px;color:#454545;background:#f2f2f2;font-size:10px;font-style:normal;font-weight:600;line-height:14px;letter-spacing:-.5px}.accessibility-switch{display:flex;align-items:center;justify-content:center;min-width:100px;height:50px;border-radius:48px;background-color:#fff;box-shadow:0 0 15px #0003;position:relative}.accessibility-switch:before,.accessibility-switch:after{content:\"\";border-radius:50%;width:50%;height:100%;background:#000;position:absolute;bottom:0;left:0;background:linear-gradient(45.8deg,#f5a 10.03%,#b850c9 25.23%,#6572d6 48.67%,#4eaeb8 72.74%);z-index:0;transition:transform .5s ease}.accessibility-switch:after{background:#000;clip-path:circle(22px);z-index:1}.accessibility-switch.accessible:before,.accessibility-switch.accessible:after{transform:translate(100%)}.accessibility-switch-icon{width:50px;height:100%;display:grid;place-items:center;cursor:pointer;z-index:2;transition:color .5s ease;color:#000}.accessibility-switch-icon.active{color:#fff}.generate-route-btn{border-style:solid;width:100%;border-radius:30px;height:58px;background-color:#11032b;cursor:pointer}.generate-route-btn span{font-family:Poppins;font-size:1rem;line-height:16px;font-weight:600;text-align:center;color:#fff}.generate-route-container{width:100%}.mt-3{margin-top:1rem!important}.align-items-center{align-items:center!important}.justify-content-center{justify-content:center!important}")],n([e.c({context:t.sdkContext,subscribe:!0})],exports.RouteOptions.prototype,"sdkData",2),exports.RouteOptions=n([t.t("route-options")],exports.RouteOptions);
70
- //# sourceMappingURL=route-options-C09f-35r.cjs.map
70
+ //# sourceMappingURL=route-options-5hZvnUEf.cjs.map
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./lazy-load-CES1Ya_D.cjs");var t,i,n,o,a,s=Object.defineProperty,r=Object.getOwnPropertyDescriptor,d=e=>{throw TypeError(e)},l=(e,t,i,n)=>{for(var o,a=n>1?void 0:n?r(t,i):t,d=e.length-1;d>=0;d--)(o=e[d])&&(a=(n?o(t,i,a):o(a))||a);return n&&a&&s(t,i,a),a},h=(e,t,i)=>t.has(e)||d("Cannot "+i),c=(e,t,i)=>(h(e,t,"read from private field"),i?i.call(e):t.get(e)),p=(e,t,i)=>t.has(e)?d("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),u=(e,t,i,n)=>(h(e,t,"write to private field"),t.set(e,i),i);exports.RouteViewTotems=class extends e.i{constructor(){super(...arguments),this.styles=[e.i$1`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./lazy-load-C0UlvHkw.cjs");var t,i,n,a,o,s=Object.defineProperty,r=Object.getOwnPropertyDescriptor,d=e=>{throw TypeError(e)},l=(e,t,i,n)=>{for(var a,o=n>1?void 0:n?r(t,i):t,d=e.length-1;d>=0;d--)(a=e[d])&&(o=(n?a(t,i,o):a(o))||o);return n&&o&&s(t,i,o),o},h=(e,t,i)=>t.has(e)||d("Cannot "+i),c=(e,t,i)=>(h(e,t,"read from private field"),i?i.call(e):t.get(e)),p=(e,t,i)=>t.has(e)?d("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,i),u=(e,t,i,n)=>(h(e,t,"write to private field"),t.set(e,i),i);exports.RouteViewTotems=class extends e.i{constructor(){super(...arguments),this.styles=[e.i$1`
2
2
  :host {
3
3
  display: block;
4
4
  height: 100%;
@@ -19,7 +19,7 @@
19
19
  background: #fff;
20
20
  box-shadow: 0 0 24px #00000026;
21
21
  }
22
- `],p(this,t,""),p(this,i,""),p(this,n,"es"),p(this,o,""),p(this,a,""),this.sdkController=new e.SDKController(this),this.analyticsController=e.AnalyticsController.getInstance()}get apiKey(){return c(this,t)}set apiKey(e){u(this,t,e)}get parentPlaceId(){return c(this,i)}set parentPlaceId(e){u(this,i,e)}get locale(){return c(this,n)}set locale(e){u(this,n,e)}get originId(){return c(this,o)}set originId(e){u(this,o,e)}get destinationId(){return c(this,a)}set destinationId(e){u(this,a,e)}async _loadComponents(){await Promise.all([e.loadCustomMap(),e.loadFloorSelector(),e.loadQrModal(),e.loadRouteOptions()])}async firstUpdated(){await this._loadComponents(),this.analyticsController.initialize("route-view-totems"),e.RollbarController.initialize("route-view-totems"),this.sendEvent("initial_render")}sendEvent(e,t={}){const i=this.sdkController.getDestination(),n={...t,apiKey:this.apiKey,locale:this.locale,parentPlaceId:this.parentPlaceId,originId:this.originId,host:window.location.host,pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,referrer:document.referrer,userAgent:navigator.userAgent,screenWidth:window.innerWidth,destinationName:i?.title,destinationId:i?.lazarilloId,destinationClientId:i?.clientId??this.destinationId,parentId:this.parentPlaceId??i?.parentId,institutionId:i?.parentInstitutionId};this.analyticsController.trackEvent(e,n)}_mapReadyHandler(){this.sendEvent("map_ready"),this.sdkController.setMapReady(!0)}_cameraInitializedHandler(){this.sdkController.setCameraInitialized(!0),this.sendEvent("view_loaded")}updated(e){this.apiKey&&this.locale&&this.parentPlaceId&&(e.has("apiKey")||e.has("locale")||e.has("parentPlaceId"))&&this.sdkController.initialize(this.apiKey,this.locale,this.parentPlaceId),this.originId&&e.has("destinationId")&&this.sdkController.setOriginAndDestination(this.originId,this.destinationId).finally((()=>{this.sendEvent("set_origin_and_destination",{origin_id:this.originId,destination_id:this.destinationId})}))}render(){return e.x`
22
+ `],p(this,t,""),p(this,i,""),p(this,n,"es"),p(this,a,""),p(this,o,""),this._swPath="/mvx-tiles-sw.js",this._swScope="/",this.sdkController=new e.SDKController(this),this.analyticsController=e.AnalyticsController.getInstance()}get apiKey(){return c(this,t)}set apiKey(e){u(this,t,e)}get parentPlaceId(){return c(this,i)}set parentPlaceId(e){u(this,i,e)}get locale(){return c(this,n)}set locale(e){u(this,n,e)}get originId(){return c(this,a)}set originId(e){u(this,a,e)}get destinationId(){return c(this,o)}set destinationId(e){u(this,o,e)}async _loadComponents(){await Promise.all([e.loadCustomMap(),e.loadFloorSelector(),e.loadQrModal(),e.loadRouteOptions()])}_preloadApiRequests(){const e=this.apiKey||this.getAttribute("apiKey")||"",t=this.parentPlaceId||this.getAttribute("parentPlaceId")||"",i=this.locale||this.getAttribute("locale")||"es";if(!e||!t)return;const n=e=>{const t=`mvx-preload:${e}`;if(document.head.querySelector(`link[data-mvx-preload="${t}"]`))return;const i=document.createElement("link");i.rel="preload",i.as="fetch",i.href=e,i.crossOrigin="anonymous",i.setAttribute("fetchpriority","high"),i.setAttribute("data-mvx-preload",t),document.head.appendChild(i)},a="https://api.mapvx.com/sdk/",o=encodeURIComponent;n(`${a}v3/place?token=${o(e)}&place_id=${o(t)}&lang=${o(i)}`),n(`https://api.mapvx.com/api/configuration?token=${o(e)}&lang=${o(i)}&place_id=${o(t)}`),this.originId&&n(`${a}v3/place?token=${o(e)}&place_id=${o(this.originId)}&lang=${o(i)}`),this.destinationId&&n(`${a}v3/place?token=${o(e)}&place_id=${o(this.destinationId)}&lang=${o(i)}`)}async firstUpdated(){"serviceWorker"in navigator&&navigator.serviceWorker.register(this._swPath,{scope:this._swScope}).catch((()=>{}));const t=this._loadComponents(),i=e.preloadMaplibreCss();await Promise.all([t,i]),this.analyticsController.initialize("route-view-totems"),e.RollbarController.initialize("route-view-totems"),this.sendEvent("initial_render")}sendEvent(e,t={}){const i=this.sdkController.getDestination(),n={...t,apiKey:this.apiKey,locale:this.locale,parentPlaceId:this.parentPlaceId,originId:this.originId,host:window.location.host,pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,referrer:document.referrer,userAgent:navigator.userAgent,screenWidth:window.innerWidth,destinationName:i?.title,destinationId:i?.lazarilloId,destinationClientId:i?.clientId??this.destinationId,parentId:this.parentPlaceId??i?.parentId,institutionId:i?.parentInstitutionId};this.analyticsController.trackEvent(e,n)}_mapReadyHandler(){this.sendEvent("map_ready"),this.sdkController.setMapReady(!0)}_cameraInitializedHandler(){this.sdkController.setCameraInitialized(!0),this.sendEvent("view_loaded")}updated(e){this.apiKey&&this.locale&&this.parentPlaceId&&(e.has("apiKey")||e.has("locale")||e.has("parentPlaceId"))&&(this._preloadApiRequests(),this.sdkController.prewarm(this.apiKey,this.locale,this.parentPlaceId,{originId:this.originId,destinationId:this.destinationId}),this.sdkController.initialize(this.apiKey,this.locale,this.parentPlaceId)),this.originId&&e.has("destinationId")&&this.sdkController.setOriginAndDestination(this.originId,this.destinationId).finally((()=>{this.sendEvent("set_origin_and_destination",{origin_id:this.originId,destination_id:this.destinationId})}))}render(){return e.x`
23
23
  <div class="route-container" style="height: 100%; width: 100%;">
24
24
  <custom-map
25
25
  class="map-container"
@@ -35,5 +35,5 @@
35
35
  <floor-selector @floorChange=${this._updateFloorHandler}></floor-selector>
36
36
  <route-options></route-options>
37
37
  </div>
38
- `}_accessibilityChangeHandler(e){this.sdkController.setAccessibleRoute(e.detail),this.sendEvent("accessibility_change",{accessible:e.detail})}_repeatRouteHandler(){this.sdkController.repeatRoute(),this.sendEvent("route_repeat")}_generateRouteHandler(e){this.sdkController.generateRoute(),this.sendEvent("route_generate",e.detail)}_backHandler(){this.destinationId="",this.sdkController.resetData()}_updateFloorHandler(e){const t=e.detail;this.sdkController.setFloor(t),this.sendEvent("floor_change",{floor_id:t})}_startRouteAnimationHandler(){this.sdkController.startRouteAnimation(),this.sendEvent("route_animation_start")}_routeAnimationFinishedHandler(){this.sdkController.routeAnimationFinished(),this.sendEvent("route_animation_finish")}connectedCallback(){super.connectedCallback(),this.addEventListener("accessibilityChange",this._accessibilityChangeHandler),this.addEventListener("repeatRoute",this._repeatRouteHandler),this.addEventListener("generateRoute",this._generateRouteHandler),this.addEventListener("back",this._backHandler),this.addEventListener("startRouteAnimation",this._startRouteAnimationHandler),this.addEventListener("routeAnimationFinished",this._routeAnimationFinishedHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("accessibilityChange",this._accessibilityChangeHandler),this.removeEventListener("repeatRoute",this._repeatRouteHandler),this.removeEventListener("generateRoute",this._generateRouteHandler),this.removeEventListener("back",this._backHandler),this.removeEventListener("startRouteAnimation",this._startRouteAnimationHandler),this.removeEventListener("routeAnimationFinished",this._routeAnimationFinishedHandler)}},t=new WeakMap,i=new WeakMap,n=new WeakMap,o=new WeakMap,a=new WeakMap,l([e.n({type:String})],exports.RouteViewTotems.prototype,"apiKey",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"parentPlaceId",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"locale",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"originId",1),l([e.n({type:String,reflect:!0})],exports.RouteViewTotems.prototype,"destinationId",1),exports.RouteViewTotems=l([e.t("route-view-totems")],exports.RouteViewTotems);
38
+ `}_accessibilityChangeHandler(e){this.sdkController.setAccessibleRoute(e.detail),this.sendEvent("accessibility_change",{accessible:e.detail})}_repeatRouteHandler(){this.sdkController.repeatRoute(),this.sendEvent("route_repeat")}_generateRouteHandler(e){this.sdkController.generateRoute(),this.sendEvent("route_generate",e.detail)}_backHandler(){this.destinationId="",this.sdkController.resetData()}_updateFloorHandler(e){const t=e.detail;this.sdkController.setFloor(t),this.sendEvent("floor_change",{floor_id:t})}_startRouteAnimationHandler(){this.sdkController.startRouteAnimation(),this.sendEvent("route_animation_start")}_routeAnimationFinishedHandler(){this.sdkController.routeAnimationFinished(),this.sendEvent("route_animation_finish")}connectedCallback(){super.connectedCallback(),this.addEventListener("accessibilityChange",this._accessibilityChangeHandler),this.addEventListener("repeatRoute",this._repeatRouteHandler),this.addEventListener("generateRoute",this._generateRouteHandler),this.addEventListener("back",this._backHandler),this.addEventListener("startRouteAnimation",this._startRouteAnimationHandler),this.addEventListener("routeAnimationFinished",this._routeAnimationFinishedHandler)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("accessibilityChange",this._accessibilityChangeHandler),this.removeEventListener("repeatRoute",this._repeatRouteHandler),this.removeEventListener("generateRoute",this._generateRouteHandler),this.removeEventListener("back",this._backHandler),this.removeEventListener("startRouteAnimation",this._startRouteAnimationHandler),this.removeEventListener("routeAnimationFinished",this._routeAnimationFinishedHandler)}},t=new WeakMap,i=new WeakMap,n=new WeakMap,a=new WeakMap,o=new WeakMap,l([e.n({type:String})],exports.RouteViewTotems.prototype,"apiKey",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"parentPlaceId",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"locale",1),l([e.n({type:String})],exports.RouteViewTotems.prototype,"originId",1),l([e.n({type:String,reflect:!0})],exports.RouteViewTotems.prototype,"destinationId",1),exports.RouteViewTotems=l([e.t("route-view-totems")],exports.RouteViewTotems);
39
39
  //# sourceMappingURL=route-view-totems.cjs.map
@@ -1,5 +1,5 @@
1
- import { x, i, n, t } from './route-view-totems-BWtwjegR.js';
2
- import { B as BaseFloorSelector, e } from './components-B6oTyj0x.js';
1
+ import { x, i, n, t } from './route-view-totems-CdM6PRGO.js';
2
+ import { B as BaseFloorSelector, e } from './components-BT9NDTry.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -266,4 +266,4 @@ CompactFloorSelector = __decorateClass([
266
266
  ], CompactFloorSelector);
267
267
 
268
268
  export { CompactFloorSelector };
269
- //# sourceMappingURL=compact-floor-selector-D-822e0L.js.map
269
+ //# sourceMappingURL=compact-floor-selector-oq3Ovsm1.js.map
@@ -1,5 +1,5 @@
1
- import { a as i$2, x, r, i as i$3, t as t$1, T } from './route-view-totems-BWtwjegR.js';
2
- import { R as RouteAnimationController, M as MarkerController } from './utils-EeRdvb4i.js';
1
+ import { a as i$2, x, r, i as i$3, t as t$1, T } from './route-view-totems-CdM6PRGO.js';
2
+ import { R as RouteAnimationController, M as MarkerController } from './utils-DM-AJZn2.js';
3
3
 
4
4
  /**
5
5
  * @license
@@ -121,11 +121,12 @@ let CustomMap = class extends i$2 {
121
121
  if (!this.lzMap && sdk && parentPlace && locale && this.shadowRoot && generalConfig) {
122
122
  this.routeAnimationController.setParentPlace(parentPlace);
123
123
  this.routeAnimationController.setLocale(locale);
124
+ this.routeAnimationController.setConfig(generalConfig);
124
125
  this.mapContainer = this.shadowRoot.getElementById("map");
125
126
  this.shadowRoot?.appendChild(this.mapContainer);
126
127
  this.config = generalConfig;
127
128
  const mapConfig = {
128
- zoom: generalConfig.initialZoom || 17,
129
+ zoom: generalConfig.initialZoom || 18,
129
130
  parentPlaceId: parentPlace?.lazarilloId,
130
131
  center: generalConfig.initialCenter || { lat: 0, lng: 0 },
131
132
  minZoom: generalConfig.limitZoomOut || 15,
@@ -157,6 +158,7 @@ let CustomMap = class extends i$2 {
157
158
  this.routeAnimationController.setMap(this.lzMap);
158
159
  this.markerController.setMap(this.lzMap);
159
160
  this.markerController.setParentPlace(parentPlace);
161
+ this.markerController.setConfig(generalConfig);
160
162
  }
161
163
  if (currentFloor && currentFloor.key !== this._currentMapFloor && this.mapReady) {
162
164
  this.setCurrentMapFloor(currentFloor.key);
@@ -195,15 +197,52 @@ let CustomMap = class extends i$2 {
195
197
  }
196
198
  _initializeCamera() {
197
199
  if (!this.lzMap || !this.mapReady || !this.sdkData) return;
198
- const { destination, origin } = this.sdkData;
199
- const center = destination ? destination.position : origin?.position;
200
- this.lzMap?.updateCamera({
201
- bearing: this.config?.mapRotations?.[origin?.lazarilloId ?? ""]?.angle ?? 0,
202
- animate: false,
203
- pitch: this.config?.pitch ?? 0,
204
- center,
205
- zoom: this.config?.initialZoom ?? 17
206
- });
200
+ const { destination, origin, route } = this.sdkData;
201
+ if (!route) {
202
+ const center = destination ? destination.position : origin?.position;
203
+ this.lzMap?.updateCamera({
204
+ bearing: this.config?.mapRotations?.[origin?.lazarilloId ?? ""]?.angle ?? 0,
205
+ animate: false,
206
+ pitch: this.config?.pitch ?? 0,
207
+ center,
208
+ zoom: this.config?.initialZoom ?? 18
209
+ });
210
+ } else {
211
+ const originFloor = origin?.inFloors?.[0];
212
+ if (originFloor && route.legs) {
213
+ const routeCoordinates = route.legs.flatMap((leg) => leg.steps).filter((step) => step.startInsideFloor === originFloor || step.endInsideFloor === originFloor).flatMap((step) => step.coordinates);
214
+ if (routeCoordinates.length > 0) {
215
+ setTimeout(() => {
216
+ this.lzMap?.fitCoordinates(routeCoordinates, {
217
+ padding: {
218
+ top: 200,
219
+ bottom: 200,
220
+ left: 200,
221
+ right: 200
222
+ }
223
+ });
224
+ }, 200);
225
+ } else {
226
+ const center = destination ? destination.position : origin?.position;
227
+ this.lzMap?.updateCamera({
228
+ bearing: this.config?.mapRotations?.[origin?.lazarilloId ?? ""]?.angle ?? 0,
229
+ animate: false,
230
+ pitch: this.config?.pitch ?? 0,
231
+ center,
232
+ zoom: this.config?.initialZoom ?? 18
233
+ });
234
+ }
235
+ } else {
236
+ const center = destination ? destination.position : origin?.position;
237
+ this.lzMap?.updateCamera({
238
+ bearing: this.config?.mapRotations?.[origin?.lazarilloId ?? ""]?.angle ?? 0,
239
+ animate: false,
240
+ pitch: this.config?.pitch ?? 0,
241
+ center,
242
+ zoom: this.config?.initialZoom ?? 18
243
+ });
244
+ }
245
+ }
207
246
  const floor = destination?.inFloors?.[0];
208
247
  if (floor) {
209
248
  this.lzMap?.updateFloor(floor);
@@ -3787,4 +3826,4 @@ const routeOptions = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProper
3787
3826
  }, Symbol.toStringTag, { value: 'Module' }));
3788
3827
 
3789
3828
  export { BaseFloorSelector as B, customMap as c, e, floorSelector as f, i$1 as i, qrModal as q, routeOptions as r, sdkContext as s };
3790
- //# sourceMappingURL=components-B6oTyj0x.js.map
3829
+ //# sourceMappingURL=components-BT9NDTry.js.map
@@ -1,5 +1,5 @@
1
- import { i, n, a as i$1, A as AnalyticsController, l as loadCustomMap, b as loadCompactFloorSelector, R as RollbarController, x, t } from './route-view-totems-BWtwjegR.js';
2
- import { S as SDKController } from './utils-EeRdvb4i.js';
1
+ import { i, n, a as i$1, A as AnalyticsController, l as loadCustomMap, b as loadCompactFloorSelector, p as preloadMaplibreCss, R as RollbarController, x, t } from './route-view-totems-CdM6PRGO.js';
2
+ import { S as SDKController } from './utils-DM-AJZn2.js';
3
3
 
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -31,6 +31,8 @@ let MapViewWithModal = class extends i$1 {
31
31
  __privateAdd(this, _showFloorSelector, true);
32
32
  __privateAdd(this, _floorSelectorPosition, "top-left");
33
33
  __privateAdd(this, _floorSelectorDisabled, false);
34
+ this._swPath = "/mvx-tiles-sw.js";
35
+ this._swScope = "/";
34
36
  this.sdkController = new SDKController(this);
35
37
  this.analyticsController = AnalyticsController.getInstance();
36
38
  this.currentFloorId = "";
@@ -92,8 +94,44 @@ let MapViewWithModal = class extends i$1 {
92
94
  async _loadComponents() {
93
95
  await Promise.all([loadCustomMap(), loadCompactFloorSelector()]);
94
96
  }
97
+ _preloadApiRequests() {
98
+ const token = this.apiKey || this.getAttribute("apiKey") || "";
99
+ const parent = this.parentPlaceId || this.getAttribute("parentPlaceId") || "";
100
+ const lang = this.locale || this.getAttribute("locale") || "es";
101
+ if (!token || !parent) return;
102
+ const addPreload = (url) => {
103
+ const key = `mvx-preload:${url}`;
104
+ if (document.head.querySelector(`link[data-mvx-preload="${key}"]`)) return;
105
+ const link = document.createElement("link");
106
+ link.rel = "preload";
107
+ link.as = "fetch";
108
+ link.href = url;
109
+ link.crossOrigin = "anonymous";
110
+ link.setAttribute("fetchpriority", "high");
111
+ link.setAttribute("data-mvx-preload", key);
112
+ document.head.appendChild(link);
113
+ };
114
+ const baseSDK = "https://api.mapvx.com/sdk/";
115
+ const baseAPI = "https://api.mapvx.com/api/";
116
+ const enc = encodeURIComponent;
117
+ addPreload(`${baseSDK}v3/place?token=${enc(token)}&place_id=${enc(parent)}&lang=${enc(lang)}`);
118
+ addPreload(`${baseAPI}configuration?token=${enc(token)}&lang=${enc(lang)}&place_id=${enc(parent)}`);
119
+ if (this.placeId) {
120
+ addPreload(`${baseSDK}v3/place?token=${enc(token)}&place_id=${enc(this.placeId)}&lang=${enc(lang)}`);
121
+ }
122
+ }
123
+ async _registerTileCacheSW() {
124
+ if (!("serviceWorker" in navigator)) return;
125
+ try {
126
+ await navigator.serviceWorker.register(this._swPath, { scope: this._swScope });
127
+ } catch {
128
+ }
129
+ }
95
130
  async firstUpdated() {
96
- await this._loadComponents();
131
+ void this._registerTileCacheSW();
132
+ const componentsPromise = this._loadComponents();
133
+ const cssPromise = preloadMaplibreCss();
134
+ await Promise.all([componentsPromise, cssPromise]);
97
135
  {
98
136
  this.analyticsController.initialize("map-view-with-modal");
99
137
  RollbarController.initialize("map-view-with-modal");
@@ -148,6 +186,10 @@ let MapViewWithModal = class extends i$1 {
148
186
  }
149
187
  updated(changedProperties) {
150
188
  if (this.apiKey && this.locale && this.parentPlaceId && (changedProperties.has("apiKey") || changedProperties.has("locale") || changedProperties.has("parentPlaceId"))) {
189
+ this._preloadApiRequests();
190
+ this.sdkController.prewarm(this.apiKey, this.locale, this.parentPlaceId, {
191
+ destinationId: this.placeId
192
+ });
151
193
  this.sdkController.initialize(this.apiKey, this.locale, this.parentPlaceId);
152
194
  }
153
195
  if (this.placeId && changedProperties.has("placeId")) {
@@ -279,4 +321,4 @@ MapViewWithModal = __decorateClass([
279
321
  ], MapViewWithModal);
280
322
 
281
323
  export { MapViewWithModal as M };
282
- //# sourceMappingURL=map-view-with-modal-DfkRlpPp.js.map
324
+ //# sourceMappingURL=map-view-with-modal-DiR8q30Q.js.map
@@ -1,4 +1,4 @@
1
- import { S as SDKController } from './utils-EeRdvb4i.js';
1
+ import { S as SDKController } from './utils-DM-AJZn2.js';
2
2
 
3
3
  /**
4
4
  * @license
@@ -184,11 +184,17 @@ class AnalyticsController {
184
184
  }
185
185
  }
186
186
 
187
- const loadCustomMap = () => import('./components-B6oTyj0x.js').then(n => n.c);
188
- const loadFloorSelector = () => import('./components-B6oTyj0x.js').then(n => n.f);
189
- const loadCompactFloorSelector = () => import('./compact-floor-selector-D-822e0L.js');
190
- const loadQrModal = () => import('./components-B6oTyj0x.js').then(n => n.q);
191
- const loadRouteOptions = () => import('./components-B6oTyj0x.js').then(n => n.r);
187
+ const loadCustomMap = () => import('./components-BT9NDTry.js').then(n => n.c);
188
+ const loadFloorSelector = () => import('./components-BT9NDTry.js').then(n => n.f);
189
+ const loadCompactFloorSelector = () => import('./compact-floor-selector-oq3Ovsm1.js');
190
+ const loadQrModal = () => import('./components-BT9NDTry.js').then(n => n.q);
191
+ const loadRouteOptions = () => import('./components-BT9NDTry.js').then(n => n.r);
192
+ const preloadMaplibreCss = async () => {
193
+ try {
194
+ await import('./maplibre-gl-BKzNcqp_.js');
195
+ } catch {
196
+ }
197
+ };
192
198
 
193
199
  var __defProp = Object.defineProperty;
194
200
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -241,6 +247,8 @@ let RouteViewTotems = class extends i {
241
247
  __privateAdd(this, _locale, "es");
242
248
  __privateAdd(this, _originId, "");
243
249
  __privateAdd(this, _destinationId, "");
250
+ this._swPath = "/mvx-tiles-sw.js";
251
+ this._swScope = "/";
244
252
  this.sdkController = new SDKController(this);
245
253
  this.analyticsController = AnalyticsController.getInstance();
246
254
  }
@@ -277,8 +285,43 @@ let RouteViewTotems = class extends i {
277
285
  async _loadComponents() {
278
286
  await Promise.all([loadCustomMap(), loadFloorSelector(), loadQrModal(), loadRouteOptions()]);
279
287
  }
288
+ _preloadApiRequests() {
289
+ const token = this.apiKey || this.getAttribute("apiKey") || "";
290
+ const parent = this.parentPlaceId || this.getAttribute("parentPlaceId") || "";
291
+ const lang = this.locale || this.getAttribute("locale") || "es";
292
+ if (!token || !parent) return;
293
+ const addPreload = (url) => {
294
+ const key = `mvx-preload:${url}`;
295
+ if (document.head.querySelector(`link[data-mvx-preload="${key}"]`)) return;
296
+ const link = document.createElement("link");
297
+ link.rel = "preload";
298
+ link.as = "fetch";
299
+ link.href = url;
300
+ link.crossOrigin = "anonymous";
301
+ link.setAttribute("fetchpriority", "high");
302
+ link.setAttribute("data-mvx-preload", key);
303
+ document.head.appendChild(link);
304
+ };
305
+ const baseSDK = "https://api.mapvx.com/sdk/";
306
+ const baseAPI = "https://api.mapvx.com/api/";
307
+ const enc = encodeURIComponent;
308
+ addPreload(`${baseSDK}v3/place?token=${enc(token)}&place_id=${enc(parent)}&lang=${enc(lang)}`);
309
+ addPreload(`${baseAPI}configuration?token=${enc(token)}&lang=${enc(lang)}&place_id=${enc(parent)}`);
310
+ if (this.originId) {
311
+ addPreload(`${baseSDK}v3/place?token=${enc(token)}&place_id=${enc(this.originId)}&lang=${enc(lang)}`);
312
+ }
313
+ if (this.destinationId) {
314
+ addPreload(`${baseSDK}v3/place?token=${enc(token)}&place_id=${enc(this.destinationId)}&lang=${enc(lang)}`);
315
+ }
316
+ }
280
317
  async firstUpdated() {
281
- await this._loadComponents();
318
+ if ("serviceWorker" in navigator) {
319
+ navigator.serviceWorker.register(this._swPath, { scope: this._swScope }).catch(() => {
320
+ });
321
+ }
322
+ const componentsPromise = this._loadComponents();
323
+ const cssPromise = preloadMaplibreCss();
324
+ await Promise.all([componentsPromise, cssPromise]);
282
325
  {
283
326
  this.analyticsController.initialize("route-view-totems");
284
327
  RollbarController.initialize("route-view-totems");
@@ -318,6 +361,11 @@ let RouteViewTotems = class extends i {
318
361
  }
319
362
  updated(changedProperties) {
320
363
  if (this.apiKey && this.locale && this.parentPlaceId && (changedProperties.has("apiKey") || changedProperties.has("locale") || changedProperties.has("parentPlaceId"))) {
364
+ this._preloadApiRequests();
365
+ this.sdkController.prewarm(this.apiKey, this.locale, this.parentPlaceId, {
366
+ originId: this.originId,
367
+ destinationId: this.destinationId
368
+ });
321
369
  this.sdkController.initialize(this.apiKey, this.locale, this.parentPlaceId);
322
370
  }
323
371
  if (this.originId && changedProperties.has("destinationId")) {
@@ -417,5 +465,5 @@ RouteViewTotems = __decorateClass([
417
465
  t("route-view-totems")
418
466
  ], RouteViewTotems);
419
467
 
420
- export { AnalyticsController as A, RollbarController as R, T, i as a, loadCompactFloorSelector as b, RouteViewTotems as c, i$3 as i, loadCustomMap as l, n, r$3 as r, t, x };
421
- //# sourceMappingURL=route-view-totems-BWtwjegR.js.map
468
+ export { AnalyticsController as A, RollbarController as R, T, i as a, loadCompactFloorSelector as b, RouteViewTotems as c, i$3 as i, loadCustomMap as l, n, preloadMaplibreCss as p, r$3 as r, t, x };
469
+ //# sourceMappingURL=route-view-totems-CdM6PRGO.js.map