@expofp/floorplan 0.0.0-experimental.d269d30

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 (916) hide show
  1. package/README.md +8 -0
  2. package/dist/browser/CookieConsent-DZIIxu4v.js +6380 -0
  3. package/dist/browser/Debug-B2pPaW8y.js +52 -0
  4. package/dist/browser/Demo-D6ACk7Lt.js +66 -0
  5. package/dist/browser/Free-B7Am4PYj.js +63 -0
  6. package/dist/browser/Gallery-DYS3RwB3.js +3258 -0
  7. package/dist/browser/GpsLoader-DhK72G9P.js +153 -0
  8. package/dist/browser/KioskStore-CTJSodJs.js +212 -0
  9. package/dist/browser/MaplibreAdapter-3ujg3BCh.js +35017 -0
  10. package/dist/browser/SetKioskMode-DHDfCkNQ.js +56 -0
  11. package/dist/browser/ShowKiosk-B1daYsE7.js +26 -0
  12. package/dist/browser/TouchHand-fqKeD7y7.js +66 -0
  13. package/dist/browser/ViewerMenuPanel-D4i_cD73.js +116 -0
  14. package/dist/browser/add-debug-secret-listener-BvojUazA.js +26 -0
  15. package/dist/browser/boolean-editor-DKUDhw69.js +150 -0
  16. package/dist/browser/bootIntercom-BJncDYGP.js +40 -0
  17. package/dist/browser/box-CTTzrqzn.js +740 -0
  18. package/dist/browser/browser-2bfSJOPy.js +198 -0
  19. package/dist/browser/bundle.json +320 -0
  20. package/dist/browser/classnames-BvasRm8d.js +39 -0
  21. package/dist/browser/client-BFA2iU9V.js +7601 -0
  22. package/dist/browser/compat-helper.js +5 -0
  23. package/dist/browser/debug-overlay-Kuk4KTK1.js +1419 -0
  24. package/dist/browser/debug-ui-D-tzXame.js +86 -0
  25. package/dist/browser/dimming-DQIxZLxV.js +1494 -0
  26. package/dist/browser/dist-B14_hNIG.js +2581 -0
  27. package/dist/browser/dist-BE8V5GAe.js +205 -0
  28. package/dist/browser/dist-C3tL5Vk8.js +21 -0
  29. package/dist/browser/efp-debug-init-nxNDeCAc.js +41 -0
  30. package/dist/browser/enum-editor-DuvRBoa2.js +1381 -0
  31. package/dist/browser/expofp-overlay.png +0 -0
  32. package/dist/browser/exports-D5d2LZL8.js +1537 -0
  33. package/dist/browser/favicon-DlRUd3Qx.js +12 -0
  34. package/dist/browser/fetch-retry.umd-B_Vi0pxE.js +78 -0
  35. package/dist/browser/flex-CsdK7JHd.js +25 -0
  36. package/dist/browser/flex.props-Ct0C6bp-.js +112 -0
  37. package/dist/browser/floorplan.loader-BtXqnnYM.js +2921 -0
  38. package/dist/browser/floorplan.ready-CVu6wT7j.js +1318 -0
  39. package/dist/browser/fonts/efp-symbols.woff +0 -0
  40. package/dist/browser/fonts/inter-400.woff2 +0 -0
  41. package/dist/browser/fonts/inter-500.woff2 +0 -0
  42. package/dist/browser/fonts/inter-600.woff2 +0 -0
  43. package/dist/browser/fonts/oswald-v17-cyrillic_latin-300.woff +0 -0
  44. package/dist/browser/fonts/oswald-v17-cyrillic_latin-500.woff +0 -0
  45. package/dist/browser/fuse-8wF58EzS.js +1177 -0
  46. package/dist/browser/icons/accessible.svg +5 -0
  47. package/dist/browser/icons/arrow-down.svg +3 -0
  48. package/dist/browser/icons/bus-white.svg +3 -0
  49. package/dist/browser/icons/check.svg +3 -0
  50. package/dist/browser/icons/clear.svg +4 -0
  51. package/dist/browser/icons/departure.svg +5 -0
  52. package/dist/browser/icons/destination.svg +5 -0
  53. package/dist/browser/icons/direction.svg +54 -0
  54. package/dist/browser/icons/dots.svg +4 -0
  55. package/dist/browser/icons/dragdrop-solid.svg +11 -0
  56. package/dist/browser/icons/facebook.svg +4 -0
  57. package/dist/browser/icons/from.svg +4 -0
  58. package/dist/browser/icons/kiosk.svg +1 -0
  59. package/dist/browser/icons/linkedin.svg +3 -0
  60. package/dist/browser/icons/rotate.svg +5 -0
  61. package/dist/browser/icons/tap.svg +5 -0
  62. package/dist/browser/icons/to.svg +4 -0
  63. package/dist/browser/icons/transition.svg +7 -0
  64. package/dist/browser/icons/transition_down.svg +15 -0
  65. package/dist/browser/icons/transition_up.svg +15 -0
  66. package/dist/browser/icons/twitter.svg +3 -0
  67. package/dist/browser/icons/yah.svg +17 -0
  68. package/dist/browser/index.html +15 -0
  69. package/dist/browser/index.js +225 -0
  70. package/dist/browser/is-debug-DPdTc3ov.js +5721 -0
  71. package/dist/browser/jsx-runtime-BYH0bwck.js +30 -0
  72. package/dist/browser/lib-BUACBAyg.js +1859 -0
  73. package/dist/browser/locales/ar.json +211 -0
  74. package/dist/browser/locales/de.json +211 -0
  75. package/dist/browser/locales/es.json +211 -0
  76. package/dist/browser/locales/fr.json +211 -0
  77. package/dist/browser/locales/he.json +211 -0
  78. package/dist/browser/locales/it.json +211 -0
  79. package/dist/browser/locales/kk.json +211 -0
  80. package/dist/browser/locales/ko.json +211 -0
  81. package/dist/browser/locales/mn.json +211 -0
  82. package/dist/browser/locales/nl.json +211 -0
  83. package/dist/browser/locales/pl.json +211 -0
  84. package/dist/browser/locales/pt.json +211 -0
  85. package/dist/browser/locales/ru.json +211 -0
  86. package/dist/browser/locales/sv.json +211 -0
  87. package/dist/browser/locales/th.json +211 -0
  88. package/dist/browser/locales/tr.json +211 -0
  89. package/dist/browser/locales/uk.json +211 -0
  90. package/dist/browser/locales/vi.json +211 -0
  91. package/dist/browser/locales/zh.json +211 -0
  92. package/dist/browser/main-DMN_b5iM.js +289 -0
  93. package/dist/browser/mobx-BiRyH1I7.js +24 -0
  94. package/dist/browser/particles.min-DIUddENc.js +133 -0
  95. package/dist/browser/prop-types-gTuqEv98.js +57 -0
  96. package/dist/browser/react-Bm8UQkxX.js +301 -0
  97. package/dist/browser/react-dom-uwXLXn13.js +139 -0
  98. package/dist/browser/reset-all-settings-CHuQ4o3B.js +138 -0
  99. package/dist/browser/rolldown-runtime-DuTZ4nBm.js +28 -0
  100. package/dist/browser/settings-DHplBjk5.js +9 -0
  101. package/dist/browser/settings-item-Z_PlPpqS.js +67 -0
  102. package/dist/browser/store-BxBB8rRf.js +36182 -0
  103. package/dist/browser/string-editor-BqyDa6Mf.js +106 -0
  104. package/dist/browser/theme-v_UhDkxL.js +2803 -0
  105. package/dist/browser/ui-m6uIJBl8.js +43 -0
  106. package/dist/browser/vendor/perfect-scrollbar/css/perfect-scrollbar.css +1 -0
  107. package/dist/browser/vendor/sanitize-css/sanitize.css +1 -0
  108. package/dist/browser/warning.png +0 -0
  109. package/dist/esm/RouteCutIn.d.ts +23 -0
  110. package/dist/esm/RouteCutIn.js +1 -0
  111. package/dist/esm/_NEW_types.d.ts +6 -0
  112. package/dist/esm/_NEW_types.js +1 -0
  113. package/dist/esm/_misc_to_move/initHtmlHead.d.ts +2 -0
  114. package/dist/esm/_misc_to_move/initHtmlHead.js +1 -0
  115. package/dist/esm/_misc_to_move/logBuildInfo.d.ts +2 -0
  116. package/dist/esm/_misc_to_move/logBuildInfo.js +1 -0
  117. package/dist/esm/_misc_to_move/manifest.d.ts +14 -0
  118. package/dist/esm/_misc_to_move/manifest.js +1 -0
  119. package/dist/esm/_misc_to_move/ref.d.ts +6 -0
  120. package/dist/esm/_misc_to_move/ref.js +1 -0
  121. package/dist/esm/components/Alert.d.ts +20 -0
  122. package/dist/esm/components/Alert.js +1 -0
  123. package/dist/esm/components/Autocomplete.d.ts +16 -0
  124. package/dist/esm/components/Autocomplete.js +1 -0
  125. package/dist/esm/components/Badge.d.ts +15 -0
  126. package/dist/esm/components/Badge.js +1 -0
  127. package/dist/esm/components/BaseFilterModal.d.ts +11 -0
  128. package/dist/esm/components/BaseFilterModal.js +1 -0
  129. package/dist/esm/components/BookmarkSvg.d.ts +3 -0
  130. package/dist/esm/components/BookmarkSvg.js +1 -0
  131. package/dist/esm/components/Bookmarks.d.ts +3 -0
  132. package/dist/esm/components/Bookmarks.js +1 -0
  133. package/dist/esm/components/Booth/Booth.d.ts +5 -0
  134. package/dist/esm/components/Booth/Booth.js +1 -0
  135. package/dist/esm/components/Booth/BoothOnHold.d.ts +13 -0
  136. package/dist/esm/components/Booth/BoothOnHold.js +1 -0
  137. package/dist/esm/components/Booth/BoothReserved.d.ts +3 -0
  138. package/dist/esm/components/Booth/BoothReserved.js +1 -0
  139. package/dist/esm/components/Booth/BoothSpecial.d.ts +8 -0
  140. package/dist/esm/components/Booth/BoothSpecial.js +1 -0
  141. package/dist/esm/components/Booth/BoothWithoutExhibitor.d.ts +13 -0
  142. package/dist/esm/components/Booth/BoothWithoutExhibitor.js +1 -0
  143. package/dist/esm/components/Button.d.ts +25 -0
  144. package/dist/esm/components/Button.js +1 -0
  145. package/dist/esm/components/Category.d.ts +4 -0
  146. package/dist/esm/components/Category.js +1 -0
  147. package/dist/esm/components/CategoryFilterModal.d.ts +3 -0
  148. package/dist/esm/components/CategoryFilterModal.js +1 -0
  149. package/dist/esm/components/Checkbox.d.ts +13 -0
  150. package/dist/esm/components/Checkbox.js +1 -0
  151. package/dist/esm/components/CheckboxButton.d.ts +11 -0
  152. package/dist/esm/components/CheckboxButton.js +1 -0
  153. package/dist/esm/components/Controls.d.ts +2 -0
  154. package/dist/esm/components/Controls.js +1 -0
  155. package/dist/esm/components/CookieConsent.d.ts +9 -0
  156. package/dist/esm/components/CookieConsent.js +1 -0
  157. package/dist/esm/components/Debug.d.ts +4 -0
  158. package/dist/esm/components/Debug.js +1 -0
  159. package/dist/esm/components/Demo.d.ts +3 -0
  160. package/dist/esm/components/Demo.js +1 -0
  161. package/dist/esm/components/Draggable.d.ts +10 -0
  162. package/dist/esm/components/Draggable.js +1 -0
  163. package/dist/esm/components/EntityItem.d.ts +43 -0
  164. package/dist/esm/components/EntityItem.js +1 -0
  165. package/dist/esm/components/EntityList.d.ts +9 -0
  166. package/dist/esm/components/EntityList.js +1 -0
  167. package/dist/esm/components/EntityListRow.d.ts +12 -0
  168. package/dist/esm/components/EntityListRow.js +1 -0
  169. package/dist/esm/components/ErrorBoundary.d.ts +15 -0
  170. package/dist/esm/components/ErrorBoundary.js +1 -0
  171. package/dist/esm/components/Event.d.ts +5 -0
  172. package/dist/esm/components/Event.js +1 -0
  173. package/dist/esm/components/EventBadge.d.ts +10 -0
  174. package/dist/esm/components/EventBadge.js +1 -0
  175. package/dist/esm/components/Exhibitor.d.ts +4 -0
  176. package/dist/esm/components/Exhibitor.js +1 -0
  177. package/dist/esm/components/Filter.d.ts +3 -0
  178. package/dist/esm/components/Filter.js +1 -0
  179. package/dist/esm/components/Free.d.ts +3 -0
  180. package/dist/esm/components/Free.js +1 -0
  181. package/dist/esm/components/Gallery/Gallery.d.ts +13 -0
  182. package/dist/esm/components/Gallery/Gallery.js +1 -0
  183. package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.d.ts +8 -0
  184. package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.js +1 -0
  185. package/dist/esm/components/Gallery/GalleryControls/GalleryControls.d.ts +9 -0
  186. package/dist/esm/components/Gallery/GalleryControls/GalleryControls.js +1 -0
  187. package/dist/esm/components/Gallery/GalleryImg/GalleryImg.d.ts +14 -0
  188. package/dist/esm/components/Gallery/GalleryImg/GalleryImg.js +1 -0
  189. package/dist/esm/components/Gallery/GalleryItem/GalleryItem.d.ts +13 -0
  190. package/dist/esm/components/Gallery/GalleryItem/GalleryItem.js +1 -0
  191. package/dist/esm/components/Gallery/GalleryModal/GalleryModal.d.ts +12 -0
  192. package/dist/esm/components/Gallery/GalleryModal/GalleryModal.js +1 -0
  193. package/dist/esm/components/Gallery/GalleryPreLoader.d.ts +7 -0
  194. package/dist/esm/components/Gallery/GalleryPreLoader.js +1 -0
  195. package/dist/esm/components/Gallery/TransformImg/TransformImg.d.ts +10 -0
  196. package/dist/esm/components/Gallery/TransformImg/TransformImg.js +1 -0
  197. package/dist/esm/components/GlobalErrorMessage.d.ts +4 -0
  198. package/dist/esm/components/GlobalErrorMessage.js +1 -0
  199. package/dist/esm/components/GpsLoader.d.ts +4 -0
  200. package/dist/esm/components/GpsLoader.js +1 -0
  201. package/dist/esm/components/HeatmapLegend.d.ts +12 -0
  202. package/dist/esm/components/HeatmapLegend.js +1 -0
  203. package/dist/esm/components/HighlightText.d.ts +6 -0
  204. package/dist/esm/components/HighlightText.js +1 -0
  205. package/dist/esm/components/Kiosk/KioskStore.d.ts +33 -0
  206. package/dist/esm/components/Kiosk/KioskStore.js +1 -0
  207. package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.d.ts +4 -0
  208. package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.js +1 -0
  209. package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.d.ts +4 -0
  210. package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.js +1 -0
  211. package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.d.ts +4 -0
  212. package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.js +1 -0
  213. package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.d.ts +4 -0
  214. package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.js +1 -0
  215. package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.d.ts +4 -0
  216. package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.js +1 -0
  217. package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.d.ts +4 -0
  218. package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.js +1 -0
  219. package/dist/esm/components/Kiosk/SetKiosk/constants.d.ts +5 -0
  220. package/dist/esm/components/Kiosk/SetKiosk/constants.js +1 -0
  221. package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.d.ts +2 -0
  222. package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.js +1 -0
  223. package/dist/esm/components/Kiosk/SetKiosk/getName.d.ts +2 -0
  224. package/dist/esm/components/Kiosk/SetKiosk/getName.js +1 -0
  225. package/dist/esm/components/Kiosk/SetKiosk/getSlug.d.ts +2 -0
  226. package/dist/esm/components/Kiosk/SetKiosk/getSlug.js +1 -0
  227. package/dist/esm/components/Kiosk/SetKiosk/index.d.ts +7 -0
  228. package/dist/esm/components/Kiosk/SetKiosk/index.js +1 -0
  229. package/dist/esm/components/Kiosk/SetKiosk/storage.d.ts +5 -0
  230. package/dist/esm/components/Kiosk/SetKiosk/storage.js +1 -0
  231. package/dist/esm/components/Kiosk/SetKiosk/types.d.ts +106 -0
  232. package/dist/esm/components/Kiosk/SetKiosk/types.js +1 -0
  233. package/dist/esm/components/Kiosk/SetKioskMode.d.ts +4 -0
  234. package/dist/esm/components/Kiosk/SetKioskMode.js +1 -0
  235. package/dist/esm/components/Kiosk/ShowKiosk.d.ts +4 -0
  236. package/dist/esm/components/Kiosk/ShowKiosk.js +1 -0
  237. package/dist/esm/components/Kiosk/integrateKiosk.d.ts +4 -0
  238. package/dist/esm/components/Kiosk/integrateKiosk.js +1 -0
  239. package/dist/esm/components/Kiosk/kioskUrlParam.d.ts +4 -0
  240. package/dist/esm/components/Kiosk/kioskUrlParam.js +1 -0
  241. package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.d.ts +2 -0
  242. package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.js +1 -0
  243. package/dist/esm/components/Kiosk/requestKioskKey.d.ts +3 -0
  244. package/dist/esm/components/Kiosk/requestKioskKey.js +1 -0
  245. package/dist/esm/components/Language.d.ts +4 -0
  246. package/dist/esm/components/Language.js +1 -0
  247. package/dist/esm/components/LanguageRow.d.ts +7 -0
  248. package/dist/esm/components/LanguageRow.js +1 -0
  249. package/dist/esm/components/LargeMessage.d.ts +3 -0
  250. package/dist/esm/components/LargeMessage.js +1 -0
  251. package/dist/esm/components/LayersLoading.d.ts +9 -0
  252. package/dist/esm/components/LayersLoading.js +1 -0
  253. package/dist/esm/components/Layout.d.ts +10 -0
  254. package/dist/esm/components/Layout.js +1 -0
  255. package/dist/esm/components/LevelBadge.d.ts +8 -0
  256. package/dist/esm/components/LevelBadge.js +1 -0
  257. package/dist/esm/components/LevelSelector.d.ts +3 -0
  258. package/dist/esm/components/LevelSelector.js +1 -0
  259. package/dist/esm/components/List.d.ts +9 -0
  260. package/dist/esm/components/List.js +1 -0
  261. package/dist/esm/components/LogoOverlay.d.ts +4 -0
  262. package/dist/esm/components/LogoOverlay.js +1 -0
  263. package/dist/esm/components/Map/Map.d.ts +2 -0
  264. package/dist/esm/components/Map/Map.js +1 -0
  265. package/dist/esm/components/Map/booth-by-xy.d.ts +3 -0
  266. package/dist/esm/components/Map/booth-by-xy.js +1 -0
  267. package/dist/esm/components/Map/drawing/config/BoothDrawerBase.d.ts +8 -0
  268. package/dist/esm/components/Map/drawing/config/BoothDrawerBase.js +1 -0
  269. package/dist/esm/components/Map/drawing/config/BoothShape.d.ts +8 -0
  270. package/dist/esm/components/Map/drawing/config/BoothShape.js +1 -0
  271. package/dist/esm/components/Map/drawing/config/Rect.d.ts +7 -0
  272. package/dist/esm/components/Map/drawing/config/Rect.js +1 -0
  273. package/dist/esm/components/Map/drawing/config/TextFitter.d.ts +11 -0
  274. package/dist/esm/components/Map/drawing/config/TextFitter.js +1 -0
  275. package/dist/esm/components/Map/drawing/config/canvases.d.ts +8 -0
  276. package/dist/esm/components/Map/drawing/config/canvases.js +1 -0
  277. package/dist/esm/components/Map/drawing/config/config-all.d.ts +4 -0
  278. package/dist/esm/components/Map/drawing/config/config-all.js +1 -0
  279. package/dist/esm/components/Map/drawing/config/config-bg.d.ts +9 -0
  280. package/dist/esm/components/Map/drawing/config/config-bg.js +1 -0
  281. package/dist/esm/components/Map/drawing/config/config-booth-badge.d.ts +9 -0
  282. package/dist/esm/components/Map/drawing/config/config-booth-badge.js +1 -0
  283. package/dist/esm/components/Map/drawing/config/config-booth-bg.d.ts +20 -0
  284. package/dist/esm/components/Map/drawing/config/config-booth-bg.js +1 -0
  285. package/dist/esm/components/Map/drawing/config/config-booth-bookmark.d.ts +20 -0
  286. package/dist/esm/components/Map/drawing/config/config-booth-bookmark.js +1 -0
  287. package/dist/esm/components/Map/drawing/config/config-booth-border.d.ts +12 -0
  288. package/dist/esm/components/Map/drawing/config/config-booth-border.js +1 -0
  289. package/dist/esm/components/Map/drawing/config/config-booth-labels-special.d.ts +17 -0
  290. package/dist/esm/components/Map/drawing/config/config-booth-labels-special.js +2 -0
  291. package/dist/esm/components/Map/drawing/config/config-booth-labels.d.ts +42 -0
  292. package/dist/esm/components/Map/drawing/config/config-booth-labels.js +1 -0
  293. package/dist/esm/components/Map/drawing/config/config-booth-scaled.d.ts +14 -0
  294. package/dist/esm/components/Map/drawing/config/config-booth-scaled.js +1 -0
  295. package/dist/esm/components/Map/drawing/config/config-booths.d.ts +6 -0
  296. package/dist/esm/components/Map/drawing/config/config-booths.js +1 -0
  297. package/dist/esm/components/Map/drawing/config/config-load-layer.d.ts +5 -0
  298. package/dist/esm/components/Map/drawing/config/config-load-layer.js +1 -0
  299. package/dist/esm/components/Map/drawing/config/config-markers.d.ts +5 -0
  300. package/dist/esm/components/Map/drawing/config/config-markers.js +1 -0
  301. package/dist/esm/components/Map/drawing/config/config-wf.d.ts +8 -0
  302. package/dist/esm/components/Map/drawing/config/config-wf.js +1 -0
  303. package/dist/esm/components/Map/drawing/config/config-yah.d.ts +2 -0
  304. package/dist/esm/components/Map/drawing/config/config-yah.js +1 -0
  305. package/dist/esm/components/Map/drawing/config/loadBoothsImages.d.ts +11 -0
  306. package/dist/esm/components/Map/drawing/config/loadBoothsImages.js +1 -0
  307. package/dist/esm/components/Map/drawing/config/route-snapping/index.d.ts +5 -0
  308. package/dist/esm/components/Map/drawing/config/route-snapping/index.js +1 -0
  309. package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.d.ts +21 -0
  310. package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.js +1 -0
  311. package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.d.ts +6 -0
  312. package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.js +1 -0
  313. package/dist/esm/components/Map/drawing/config/route-snapping/types.d.ts +18 -0
  314. package/dist/esm/components/Map/drawing/config/route-snapping/types.js +1 -0
  315. package/dist/esm/components/Map/drawing/config/route-snapping/utils.d.ts +29 -0
  316. package/dist/esm/components/Map/drawing/config/route-snapping/utils.js +1 -0
  317. package/dist/esm/components/Map/traffic/UpdateQueue.d.ts +13 -0
  318. package/dist/esm/components/Map/traffic/UpdateQueue.js +1 -0
  319. package/dist/esm/components/Map/traffic/trafficLayers.d.ts +17 -0
  320. package/dist/esm/components/Map/traffic/trafficLayers.js +1 -0
  321. package/dist/esm/components/Map/traffic/useBuildRoute.d.ts +8 -0
  322. package/dist/esm/components/Map/traffic/useBuildRoute.js +7 -0
  323. package/dist/esm/components/Map/traffic/useManageTraffic.d.ts +9 -0
  324. package/dist/esm/components/Map/traffic/useManageTraffic.js +1 -0
  325. package/dist/esm/components/Map/visibleArea.d.ts +15 -0
  326. package/dist/esm/components/Map/visibleArea.js +1 -0
  327. package/dist/esm/components/MapControls.d.ts +28 -0
  328. package/dist/esm/components/MapControls.js +1 -0
  329. package/dist/esm/components/Maplibre/MapLoader.d.ts +3 -0
  330. package/dist/esm/components/Maplibre/MapLoader.js +1 -0
  331. package/dist/esm/components/Maplibre/MaplibreAdapter.d.ts +15 -0
  332. package/dist/esm/components/Maplibre/MaplibreAdapter.js +1 -0
  333. package/dist/esm/components/Maplibre/MaplibreWrapper.d.ts +57 -0
  334. package/dist/esm/components/Maplibre/MaplibreWrapper.js +1 -0
  335. package/dist/esm/components/Maplibre/utils/solver.d.ts +24 -0
  336. package/dist/esm/components/Maplibre/utils/solver.js +1 -0
  337. package/dist/esm/components/MarketMaterialList.d.ts +9 -0
  338. package/dist/esm/components/MarketMaterialList.js +1 -0
  339. package/dist/esm/components/Menu.d.ts +9 -0
  340. package/dist/esm/components/Menu.js +1 -0
  341. package/dist/esm/components/MobileToggleButton.d.ts +4 -0
  342. package/dist/esm/components/MobileToggleButton.js +1 -0
  343. package/dist/esm/components/Modal.d.ts +37 -0
  344. package/dist/esm/components/Modal.js +1 -0
  345. package/dist/esm/components/MultiSelectGroups.d.ts +33 -0
  346. package/dist/esm/components/MultiSelectGroups.js +1 -0
  347. package/dist/esm/components/Overlay.d.ts +22 -0
  348. package/dist/esm/components/Overlay.js +1 -0
  349. package/dist/esm/components/OverlayContainer.d.ts +8 -0
  350. package/dist/esm/components/OverlayContainer.js +1 -0
  351. package/dist/esm/components/OverlayGrip.d.ts +5 -0
  352. package/dist/esm/components/OverlayGrip.js +1 -0
  353. package/dist/esm/components/OverlayParticles.d.ts +5 -0
  354. package/dist/esm/components/OverlayParticles.js +1 -0
  355. package/dist/esm/components/PermissionNotice/PermissionNotice.d.ts +14 -0
  356. package/dist/esm/components/PermissionNotice/PermissionNotice.js +1 -0
  357. package/dist/esm/components/QrCode.d.ts +46 -0
  358. package/dist/esm/components/QrCode.js +1 -0
  359. package/dist/esm/components/Radio.d.ts +12 -0
  360. package/dist/esm/components/Radio.js +1 -0
  361. package/dist/esm/components/RebookingNotes.d.ts +12 -0
  362. package/dist/esm/components/RebookingNotes.js +1 -0
  363. package/dist/esm/components/RebookingRadioGroup.d.ts +24 -0
  364. package/dist/esm/components/RebookingRadioGroup.js +1 -0
  365. package/dist/esm/components/RoutePlanner/RoutePlanner.d.ts +4 -0
  366. package/dist/esm/components/RoutePlanner/RoutePlanner.js +1 -0
  367. package/dist/esm/components/RoutePlanner/RoutePlannerHeader.d.ts +4 -0
  368. package/dist/esm/components/RoutePlanner/RoutePlannerHeader.js +1 -0
  369. package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.d.ts +9 -0
  370. package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.js +1 -0
  371. package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.d.ts +9 -0
  372. package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.js +1 -0
  373. package/dist/esm/components/RouteQR.d.ts +8 -0
  374. package/dist/esm/components/RouteQR.js +1 -0
  375. package/dist/esm/components/Schedule.d.ts +14 -0
  376. package/dist/esm/components/Schedule.js +1 -0
  377. package/dist/esm/components/ScrollableRow.d.ts +20 -0
  378. package/dist/esm/components/ScrollableRow.js +1 -0
  379. package/dist/esm/components/Search.d.ts +4 -0
  380. package/dist/esm/components/Search.js +1 -0
  381. package/dist/esm/components/SearchBox.d.ts +7 -0
  382. package/dist/esm/components/SearchBox.js +1 -0
  383. package/dist/esm/components/SearchButtons/SearchButton.d.ts +20 -0
  384. package/dist/esm/components/SearchButtons/SearchButton.js +1 -0
  385. package/dist/esm/components/SearchButtons/SearchButtons.d.ts +5 -0
  386. package/dist/esm/components/SearchButtons/SearchButtons.js +1 -0
  387. package/dist/esm/components/SearchButtons/SearchSubButton.d.ts +14 -0
  388. package/dist/esm/components/SearchButtons/SearchSubButton.js +1 -0
  389. package/dist/esm/components/SearchButtons/SearchSubButtons.d.ts +5 -0
  390. package/dist/esm/components/SearchButtons/SearchSubButtons.js +1 -0
  391. package/dist/esm/components/SearchButtons/index.d.ts +7 -0
  392. package/dist/esm/components/SearchButtons/index.js +1 -0
  393. package/dist/esm/components/Sessions.d.ts +8 -0
  394. package/dist/esm/components/Sessions.js +1 -0
  395. package/dist/esm/components/SessionsFiltersModal.d.ts +11 -0
  396. package/dist/esm/components/SessionsFiltersModal.js +1 -0
  397. package/dist/esm/components/Share.d.ts +9 -0
  398. package/dist/esm/components/Share.js +1 -0
  399. package/dist/esm/components/Shortcuts/ShortcutButton.d.ts +9 -0
  400. package/dist/esm/components/Shortcuts/ShortcutButton.js +1 -0
  401. package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.d.ts +9 -0
  402. package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.js +1 -0
  403. package/dist/esm/components/Shortcuts/ShortcutsToolbar.d.ts +10 -0
  404. package/dist/esm/components/Shortcuts/ShortcutsToolbar.js +1 -0
  405. package/dist/esm/components/Shortcuts/index.d.ts +4 -0
  406. package/dist/esm/components/Shortcuts/index.js +1 -0
  407. package/dist/esm/components/SidebarActions.d.ts +20 -0
  408. package/dist/esm/components/SidebarActions.js +1 -0
  409. package/dist/esm/components/SimpleRow.d.ts +17 -0
  410. package/dist/esm/components/SimpleRow.js +1 -0
  411. package/dist/esm/components/Speaker.d.ts +5 -0
  412. package/dist/esm/components/Speaker.js +1 -0
  413. package/dist/esm/components/Speakers.d.ts +8 -0
  414. package/dist/esm/components/Speakers.js +1 -0
  415. package/dist/esm/components/SpeakersFiltersModal.d.ts +11 -0
  416. package/dist/esm/components/SpeakersFiltersModal.js +1 -0
  417. package/dist/esm/components/Toast/ToastContainer.d.ts +11 -0
  418. package/dist/esm/components/Toast/ToastContainer.js +1 -0
  419. package/dist/esm/components/Toast/ToastContext.d.ts +2 -0
  420. package/dist/esm/components/Toast/ToastContext.js +1 -0
  421. package/dist/esm/components/Toast/ToastProvider.d.ts +5 -0
  422. package/dist/esm/components/Toast/ToastProvider.js +1 -0
  423. package/dist/esm/components/Toast/index.d.ts +2 -0
  424. package/dist/esm/components/Toast/index.js +1 -0
  425. package/dist/esm/components/ToggleButton.d.ts +11 -0
  426. package/dist/esm/components/ToggleButton.js +1 -0
  427. package/dist/esm/components/ToggleSwitch.d.ts +12 -0
  428. package/dist/esm/components/ToggleSwitch.js +1 -0
  429. package/dist/esm/components/TouchHand.d.ts +4 -0
  430. package/dist/esm/components/TouchHand.js +1 -0
  431. package/dist/esm/components/TourPoints.d.ts +3 -0
  432. package/dist/esm/components/TourPoints.js +1 -0
  433. package/dist/esm/components/Tours.d.ts +7 -0
  434. package/dist/esm/components/Tours.js +1 -0
  435. package/dist/esm/components/ToursList.d.ts +10 -0
  436. package/dist/esm/components/ToursList.js +1 -0
  437. package/dist/esm/components/ViewerMenuPanel.d.ts +5 -0
  438. package/dist/esm/components/ViewerMenuPanel.js +1 -0
  439. package/dist/esm/components/Visited.d.ts +3 -0
  440. package/dist/esm/components/Visited.js +1 -0
  441. package/dist/esm/components/WayInformation.d.ts +14 -0
  442. package/dist/esm/components/WayInformation.js +1 -0
  443. package/dist/esm/components/Wayfinding.d.ts +4 -0
  444. package/dist/esm/components/Wayfinding.js +1 -0
  445. package/dist/esm/components/WayfindingFloorSelector.d.ts +21 -0
  446. package/dist/esm/components/WayfindingFloorSelector.js +1 -0
  447. package/dist/esm/components/WayfindingTemplate.d.ts +40 -0
  448. package/dist/esm/components/WayfindingTemplate.js +1 -0
  449. package/dist/esm/components/Ws.d.ts +4 -0
  450. package/dist/esm/components/Ws.js +1 -0
  451. package/dist/esm/components/YahRow.d.ts +8 -0
  452. package/dist/esm/components/YahRow.js +1 -0
  453. package/dist/esm/components/gps/GpsManager.d.ts +12 -0
  454. package/dist/esm/components/gps/GpsManager.js +1 -0
  455. package/dist/esm/components/gps/GpsPermissionRequest.d.ts +8 -0
  456. package/dist/esm/components/gps/GpsPermissionRequest.js +1 -0
  457. package/dist/esm/components/gps/index.d.ts +5 -0
  458. package/dist/esm/components/gps/index.js +1 -0
  459. package/dist/esm/components/gps/types.d.ts +7 -0
  460. package/dist/esm/components/gps/types.js +1 -0
  461. package/dist/esm/components/gps/useUserLocationAndHeading.d.ts +8 -0
  462. package/dist/esm/components/gps/useUserLocationAndHeading.js +1 -0
  463. package/dist/esm/components/gps/utils.d.ts +5 -0
  464. package/dist/esm/components/gps/utils.js +1 -0
  465. package/dist/esm/components/index.d.ts +106 -0
  466. package/dist/esm/components/index.js +1 -0
  467. package/dist/esm/components/stories/Alert.stories.d.ts +6 -0
  468. package/dist/esm/components/stories/Alert.stories.js +1 -0
  469. package/dist/esm/components/stories/Autocomplete.stories.d.ts +6 -0
  470. package/dist/esm/components/stories/Autocomplete.stories.js +1 -0
  471. package/dist/esm/components/stories/Badge.stories.d.ts +5 -0
  472. package/dist/esm/components/stories/Badge.stories.js +1 -0
  473. package/dist/esm/components/stories/Button.stories.d.ts +5 -0
  474. package/dist/esm/components/stories/Button.stories.js +1 -0
  475. package/dist/esm/components/stories/Checkbox.stories.d.ts +5 -0
  476. package/dist/esm/components/stories/Checkbox.stories.js +1 -0
  477. package/dist/esm/components/stories/CheckboxButton.stories.d.ts +5 -0
  478. package/dist/esm/components/stories/CheckboxButton.stories.js +1 -0
  479. package/dist/esm/components/stories/CookieConsent.stories.d.ts +5 -0
  480. package/dist/esm/components/stories/CookieConsent.stories.js +1 -0
  481. package/dist/esm/components/stories/EntityItem.stories.d.ts +8 -0
  482. package/dist/esm/components/stories/EntityItem.stories.js +1 -0
  483. package/dist/esm/components/stories/Gallery.stories.d.ts +5 -0
  484. package/dist/esm/components/stories/Gallery.stories.js +1 -0
  485. package/dist/esm/components/stories/Loading.stories.d.ts +5 -0
  486. package/dist/esm/components/stories/Loading.stories.js +1 -0
  487. package/dist/esm/components/stories/MapControls.stories.d.ts +5 -0
  488. package/dist/esm/components/stories/MapControls.stories.js +1 -0
  489. package/dist/esm/components/stories/MarketMaterialList.stories.d.ts +5 -0
  490. package/dist/esm/components/stories/MarketMaterialList.stories.js +1 -0
  491. package/dist/esm/components/stories/Modal.storiesss.d.ts +5 -0
  492. package/dist/esm/components/stories/Modal.storiesss.js +1 -0
  493. package/dist/esm/components/stories/Overlay.stories.d.ts +8 -0
  494. package/dist/esm/components/stories/Overlay.stories.js +1 -0
  495. package/dist/esm/components/stories/Radio.stories.d.ts +10 -0
  496. package/dist/esm/components/stories/Radio.stories.js +1 -0
  497. package/dist/esm/components/stories/RebookingNotes.stories.d.ts +5 -0
  498. package/dist/esm/components/stories/RebookingNotes.stories.js +1 -0
  499. package/dist/esm/components/stories/RebookingRadioGroup.stories.d.ts +5 -0
  500. package/dist/esm/components/stories/RebookingRadioGroup.stories.js +1 -0
  501. package/dist/esm/components/stories/RouteQR.stories.d.ts +7 -0
  502. package/dist/esm/components/stories/RouteQR.stories.js +1 -0
  503. package/dist/esm/components/stories/Share.storiesSS.d.ts +5 -0
  504. package/dist/esm/components/stories/Share.storiesSS.js +1 -0
  505. package/dist/esm/components/stories/SidebarActions.stories.d.ts +5 -0
  506. package/dist/esm/components/stories/SidebarActions.stories.js +1 -0
  507. package/dist/esm/components/stories/Toast.stories.d.ts +5 -0
  508. package/dist/esm/components/stories/Toast.stories.js +1 -0
  509. package/dist/esm/components/stories/ToggleButton.stories.d.ts +5 -0
  510. package/dist/esm/components/stories/ToggleButton.stories.js +1 -0
  511. package/dist/esm/components/stories/ToggleSwitch.stories.d.ts +5 -0
  512. package/dist/esm/components/stories/ToggleSwitch.stories.js +1 -0
  513. package/dist/esm/components/stories/TouchHand.stories.d.ts +5 -0
  514. package/dist/esm/components/stories/TouchHand.stories.js +1 -0
  515. package/dist/esm/components/stories/WayInformation.storiesss.d.ts +5 -0
  516. package/dist/esm/components/stories/WayInformation.storiesss.js +1 -0
  517. package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.d.ts +5 -0
  518. package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.js +1 -0
  519. package/dist/esm/components/stories/WayfindingTemplate.storiesss.d.ts +5 -0
  520. package/dist/esm/components/stories/WayfindingTemplate.storiesss.js +1 -0
  521. package/dist/esm/constants.d.ts +39 -0
  522. package/dist/esm/constants.js +1 -0
  523. package/dist/esm/core/Line.d.ts +12 -0
  524. package/dist/esm/core/Line.js +1 -0
  525. package/dist/esm/core/Polygon.d.ts +16 -0
  526. package/dist/esm/core/Polygon.js +1 -0
  527. package/dist/esm/core/Rect.d.ts +36 -0
  528. package/dist/esm/core/Rect.js +1 -0
  529. package/dist/esm/core/Size.d.ts +7 -0
  530. package/dist/esm/core/Size.js +1 -0
  531. package/dist/esm/data/fpGeo.d.ts +31 -0
  532. package/dist/esm/data/fpGeo.js +1 -0
  533. package/dist/esm/data/index.d.ts +4 -0
  534. package/dist/esm/data/index.js +1 -0
  535. package/dist/esm/data/svg.d.ts +13 -0
  536. package/dist/esm/data/svg.js +1 -0
  537. package/dist/esm/data/tours.json +262 -0
  538. package/dist/esm/data/validate-data.d.ts +3 -0
  539. package/dist/esm/data/validate-data.js +1 -0
  540. package/dist/esm/floorplan.loader.d.ts +109 -0
  541. package/dist/esm/floorplan.loader.js +1 -0
  542. package/dist/esm/floorplan.ready.d.ts +88 -0
  543. package/dist/esm/floorplan.ready.js +1 -0
  544. package/dist/esm/hooks/useDragGesture.d.ts +19 -0
  545. package/dist/esm/hooks/useDragGesture.js +1 -0
  546. package/dist/esm/hooks/useURLFilters.d.ts +15 -0
  547. package/dist/esm/hooks/useURLFilters.js +1 -0
  548. package/dist/esm/hooks/useWindowSize.d.ts +5 -0
  549. package/dist/esm/hooks/useWindowSize.js +1 -0
  550. package/dist/esm/index.d.ts +4 -0
  551. package/dist/esm/index.js +1 -0
  552. package/dist/esm/intercom/bootIntercom.d.ts +3 -0
  553. package/dist/esm/intercom/bootIntercom.js +19 -0
  554. package/dist/esm/intercom/index.d.ts +3 -0
  555. package/dist/esm/intercom/index.js +1 -0
  556. package/dist/esm/intercom/shouldLoad.d.ts +4 -0
  557. package/dist/esm/intercom/shouldLoad.js +1 -0
  558. package/dist/esm/intercom/types.d.ts +6 -0
  559. package/dist/esm/intercom/types.js +1 -0
  560. package/dist/esm/load.d.ts +14 -0
  561. package/dist/esm/load.js +56 -0
  562. package/dist/esm/locales.d.ts +24 -0
  563. package/dist/esm/locales.js +1 -0
  564. package/dist/esm/offline/constants.d.ts +5 -0
  565. package/dist/esm/offline/constants.js +1 -0
  566. package/dist/esm/offline/offlineManager.d.ts +2 -0
  567. package/dist/esm/offline/offlineManager.js +1 -0
  568. package/dist/esm/renderer/HandlerRegistry.d.ts +18 -0
  569. package/dist/esm/renderer/HandlerRegistry.js +1 -0
  570. package/dist/esm/renderer/RendererService.d.ts +31 -0
  571. package/dist/esm/renderer/RendererService.js +1 -0
  572. package/dist/esm/renderer/engine-core/animation.d.ts +7 -0
  573. package/dist/esm/renderer/engine-core/animation.js +1 -0
  574. package/dist/esm/renderer/engine-core/canvases.d.ts +5 -0
  575. package/dist/esm/renderer/engine-core/canvases.js +1 -0
  576. package/dist/esm/renderer/engine-core/defs.d.ts +21 -0
  577. package/dist/esm/renderer/engine-core/defs.js +3 -0
  578. package/dist/esm/renderer/engine-core/fonts.d.ts +9 -0
  579. package/dist/esm/renderer/engine-core/fonts.js +1 -0
  580. package/dist/esm/renderer/engine-core/settings.d.ts +4 -0
  581. package/dist/esm/renderer/engine-core/settings.js +1 -0
  582. package/dist/esm/renderer/engine-core/types.d.ts +39 -0
  583. package/dist/esm/renderer/engine-core/types.js +1 -0
  584. package/dist/esm/renderer/engine-core/update-def.d.ts +11 -0
  585. package/dist/esm/renderer/engine-core/update-def.js +1 -0
  586. package/dist/esm/renderer/engine-core/utils/rotation.d.ts +5 -0
  587. package/dist/esm/renderer/engine-core/utils/rotation.js +1 -0
  588. package/dist/esm/renderer/index.d.ts +19 -0
  589. package/dist/esm/renderer/index.js +1 -0
  590. package/dist/esm/schemas/sdk.schemas.d.ts +25 -0
  591. package/dist/esm/schemas/sdk.schemas.js +1 -0
  592. package/dist/esm/services/URLFilterManager.d.ts +24 -0
  593. package/dist/esm/services/URLFilterManager.js +1 -0
  594. package/dist/esm/services/routing.d.ts +7 -0
  595. package/dist/esm/services/routing.js +1 -0
  596. package/dist/esm/store/BaseFilterStore.d.ts +17 -0
  597. package/dist/esm/store/BaseFilterStore.js +1 -0
  598. package/dist/esm/store/BookmarksStore.d.ts +12 -0
  599. package/dist/esm/store/BookmarksStore.js +2 -0
  600. package/dist/esm/store/BoothStore.d.ts +79 -0
  601. package/dist/esm/store/BoothStore.js +1 -0
  602. package/dist/esm/store/CategoryFilterStore.d.ts +13 -0
  603. package/dist/esm/store/CategoryFilterStore.js +1 -0
  604. package/dist/esm/store/CategoryStore.d.ts +21 -0
  605. package/dist/esm/store/CategoryStore.js +1 -0
  606. package/dist/esm/store/EventStore.d.ts +56 -0
  607. package/dist/esm/store/EventStore.js +1 -0
  608. package/dist/esm/store/ExhibitorStore.d.ts +77 -0
  609. package/dist/esm/store/ExhibitorStore.js +1 -0
  610. package/dist/esm/store/FuzzySearchEngineStore.d.ts +15 -0
  611. package/dist/esm/store/FuzzySearchEngineStore.js +1 -0
  612. package/dist/esm/store/HeatmapStore.d.ts +42 -0
  613. package/dist/esm/store/HeatmapStore.js +1 -0
  614. package/dist/esm/store/LayerStore.d.ts +53 -0
  615. package/dist/esm/store/LayerStore.js +1 -0
  616. package/dist/esm/store/MaplibreStore.d.ts +21 -0
  617. package/dist/esm/store/MaplibreStore.js +1 -0
  618. package/dist/esm/store/PoiTypeStore.d.ts +8 -0
  619. package/dist/esm/store/PoiTypeStore.js +1 -0
  620. package/dist/esm/store/RootStore.d.ts +97 -0
  621. package/dist/esm/store/RootStore.js +1 -0
  622. package/dist/esm/store/RoutePlannerStore.d.ts +58 -0
  623. package/dist/esm/store/RoutePlannerStore.js +1 -0
  624. package/dist/esm/store/RouteStore.d.ts +99 -0
  625. package/dist/esm/store/RouteStore.js +1 -0
  626. package/dist/esm/store/SearchButtonsStore.d.ts +2 -0
  627. package/dist/esm/store/SearchButtonsStore.js +1 -0
  628. package/dist/esm/store/SearchStore.d.ts +75 -0
  629. package/dist/esm/store/SearchStore.js +1 -0
  630. package/dist/esm/store/SessionsFilterStore.d.ts +50 -0
  631. package/dist/esm/store/SessionsFilterStore.js +1 -0
  632. package/dist/esm/store/ShortcutProvider.d.ts +26 -0
  633. package/dist/esm/store/ShortcutProvider.js +1 -0
  634. package/dist/esm/store/ShortcutRegistry.d.ts +19 -0
  635. package/dist/esm/store/ShortcutRegistry.js +1 -0
  636. package/dist/esm/store/SpeakerFilterStore.d.ts +39 -0
  637. package/dist/esm/store/SpeakerFilterStore.js +1 -0
  638. package/dist/esm/store/SpeakerStore.d.ts +45 -0
  639. package/dist/esm/store/SpeakerStore.js +1 -0
  640. package/dist/esm/store/SubButtonProvider.d.ts +16 -0
  641. package/dist/esm/store/SubButtonProvider.js +1 -0
  642. package/dist/esm/store/SubButtonRegistry.d.ts +16 -0
  643. package/dist/esm/store/SubButtonRegistry.js +1 -0
  644. package/dist/esm/store/ToursStore.d.ts +30 -0
  645. package/dist/esm/store/ToursStore.js +1 -0
  646. package/dist/esm/store/UIState.d.ts +256 -0
  647. package/dist/esm/store/UIState.js +1 -0
  648. package/dist/esm/store/index.d.ts +12 -0
  649. package/dist/esm/store/index.js +1 -0
  650. package/dist/esm/store/init/index.d.ts +3 -0
  651. package/dist/esm/store/init/index.js +1 -0
  652. package/dist/esm/store/init/init-bookmarks.d.ts +7 -0
  653. package/dist/esm/store/init/init-bookmarks.js +1 -0
  654. package/dist/esm/store/init/init-booths.d.ts +6 -0
  655. package/dist/esm/store/init/init-booths.js +1 -0
  656. package/dist/esm/store/init/init-categories.d.ts +3 -0
  657. package/dist/esm/store/init/init-categories.js +1 -0
  658. package/dist/esm/store/init/init-events.d.ts +3 -0
  659. package/dist/esm/store/init/init-events.js +1 -0
  660. package/dist/esm/store/init/init-exhibitors.d.ts +3 -0
  661. package/dist/esm/store/init/init-exhibitors.js +1 -0
  662. package/dist/esm/store/init/init-heatmap.d.ts +3 -0
  663. package/dist/esm/store/init/init-heatmap.js +1 -0
  664. package/dist/esm/store/init/init-layers.d.ts +8 -0
  665. package/dist/esm/store/init/init-layers.js +1 -0
  666. package/dist/esm/store/init/init-poiTypes.d.ts +3 -0
  667. package/dist/esm/store/init/init-poiTypes.js +1 -0
  668. package/dist/esm/store/init/init-speakers.d.ts +3 -0
  669. package/dist/esm/store/init/init-speakers.js +1 -0
  670. package/dist/esm/store/init/init-ui.d.ts +4 -0
  671. package/dist/esm/store/init/init-ui.js +5 -0
  672. package/dist/esm/store/providers/SearchShortcutProvider.d.ts +14 -0
  673. package/dist/esm/store/providers/SearchShortcutProvider.js +1 -0
  674. package/dist/esm/store/providers/SessionsShortcutProvider.d.ts +18 -0
  675. package/dist/esm/store/providers/SessionsShortcutProvider.js +1 -0
  676. package/dist/esm/store/providers/SessionsSubButtonProvider.d.ts +15 -0
  677. package/dist/esm/store/providers/SessionsSubButtonProvider.js +1 -0
  678. package/dist/esm/store/providers/SpeakerShortcutProvider.d.ts +12 -0
  679. package/dist/esm/store/providers/SpeakerShortcutProvider.js +1 -0
  680. package/dist/esm/store/search-buttons/SearchButtonsActions.d.ts +33 -0
  681. package/dist/esm/store/search-buttons/SearchButtonsActions.js +1 -0
  682. package/dist/esm/store/search-buttons/SearchButtonsFactory.d.ts +36 -0
  683. package/dist/esm/store/search-buttons/SearchButtonsFactory.js +1 -0
  684. package/dist/esm/store/search-buttons/SearchButtonsFilters.d.ts +20 -0
  685. package/dist/esm/store/search-buttons/SearchButtonsFilters.js +1 -0
  686. package/dist/esm/store/search-buttons/SearchButtonsState.d.ts +24 -0
  687. package/dist/esm/store/search-buttons/SearchButtonsState.js +1 -0
  688. package/dist/esm/store/search-buttons/SearchButtonsStore.d.ts +58 -0
  689. package/dist/esm/store/search-buttons/SearchButtonsStore.js +1 -0
  690. package/dist/esm/store/search-buttons/constants.d.ts +24 -0
  691. package/dist/esm/store/search-buttons/constants.js +1 -0
  692. package/dist/esm/store/search-buttons/index.d.ts +8 -0
  693. package/dist/esm/store/search-buttons/index.js +1 -0
  694. package/dist/esm/store/search-buttons/utils.d.ts +6 -0
  695. package/dist/esm/store/search-buttons/utils.js +1 -0
  696. package/dist/esm/store/types.d.ts +185 -0
  697. package/dist/esm/store/types.js +1 -0
  698. package/dist/esm/storybook/contexts/ResponsiveClassContext.d.ts +3 -0
  699. package/dist/esm/storybook/contexts/ResponsiveClassContext.js +1 -0
  700. package/dist/esm/storybook/decorators/StoryWrapper.d.ts +5 -0
  701. package/dist/esm/storybook/decorators/StoryWrapper.js +1 -0
  702. package/dist/esm/storybook/decorators/WithResize.d.ts +3 -0
  703. package/dist/esm/storybook/decorators/WithResize.js +1 -0
  704. package/dist/esm/storybook/store/index.stub.d.ts +20 -0
  705. package/dist/esm/storybook/store/index.stub.js +1 -0
  706. package/dist/esm/tools/Color.d.ts +2 -0
  707. package/dist/esm/tools/Color.js +1 -0
  708. package/dist/esm/tools/base-runtime-url.d.ts +3 -0
  709. package/dist/esm/tools/base-runtime-url.js +1 -0
  710. package/dist/esm/tools/debounce.d.ts +2 -0
  711. package/dist/esm/tools/debounce.js +1 -0
  712. package/dist/esm/tools/debugCanvases.d.ts +3 -0
  713. package/dist/esm/tools/debugCanvases.js +1 -0
  714. package/dist/esm/tools/expofpUrl.d.ts +7 -0
  715. package/dist/esm/tools/expofpUrl.js +1 -0
  716. package/dist/esm/tools/freeBanner.d.ts +5 -0
  717. package/dist/esm/tools/freeBanner.js +1 -0
  718. package/dist/esm/tools/gtag.d.ts +30 -0
  719. package/dist/esm/tools/gtag.js +1 -0
  720. package/dist/esm/tools/handleDebugMode.d.ts +2 -0
  721. package/dist/esm/tools/handleDebugMode.js +1 -0
  722. package/dist/esm/tools/id.d.ts +2 -0
  723. package/dist/esm/tools/id.js +1 -0
  724. package/dist/esm/tools/loaders.d.ts +7 -0
  725. package/dist/esm/tools/loaders.js +1 -0
  726. package/dist/esm/tools/logger.d.ts +38 -0
  727. package/dist/esm/tools/logger.js +1 -0
  728. package/dist/esm/tools/rebookingUrl.d.ts +11 -0
  729. package/dist/esm/tools/rebookingUrl.js +1 -0
  730. package/dist/esm/tools/report-error.d.ts +2 -0
  731. package/dist/esm/tools/report-error.js +3 -0
  732. package/dist/esm/tools/reset.d.ts +2 -0
  733. package/dist/esm/tools/reset.js +1 -0
  734. package/dist/esm/tools/sentry.d.ts +7 -0
  735. package/dist/esm/tools/sentry.js +1 -0
  736. package/dist/esm/tools/settings.d.ts +31 -0
  737. package/dist/esm/tools/settings.js +1 -0
  738. package/dist/esm/tools/slug.d.ts +2 -0
  739. package/dist/esm/tools/slug.js +1 -0
  740. package/dist/esm/tools/telemetry.d.ts +35 -0
  741. package/dist/esm/tools/telemetry.js +1 -0
  742. package/dist/esm/tools/track-event.d.ts +4 -0
  743. package/dist/esm/tools/track-event.js +1 -0
  744. package/dist/esm/tools/webgl-logger.d.ts +2 -0
  745. package/dist/esm/tools/webgl-logger.js +1 -0
  746. package/dist/esm/types/sdk.types.d.ts +49 -0
  747. package/dist/esm/types/sdk.types.js +1 -0
  748. package/dist/esm/types.d.ts +361 -0
  749. package/dist/esm/types.js +1 -0
  750. package/dist/esm/utils/_OLD_gpu-info.d.ts +6 -0
  751. package/dist/esm/utils/_OLD_gpu-info.js +1 -0
  752. package/dist/esm/utils/_OLD_should-use-backdrop.d.ts +3 -0
  753. package/dist/esm/utils/_OLD_should-use-backdrop.js +1 -0
  754. package/dist/esm/utils/areLayersEnabled.d.ts +2 -0
  755. package/dist/esm/utils/areLayersEnabled.js +1 -0
  756. package/dist/esm/utils/browser.d.ts +4 -0
  757. package/dist/esm/utils/browser.js +1 -0
  758. package/dist/esm/utils/buildOptimizedRoute.d.ts +11 -0
  759. package/dist/esm/utils/buildOptimizedRoute.js +1 -0
  760. package/dist/esm/utils/calcSpeed.d.ts +2 -0
  761. package/dist/esm/utils/calcSpeed.js +1 -0
  762. package/dist/esm/utils/calcTravelTime.d.ts +2 -0
  763. package/dist/esm/utils/calcTravelTime.js +1 -0
  764. package/dist/esm/utils/customCommands.d.ts +2 -0
  765. package/dist/esm/utils/customCommands.js +1 -0
  766. package/dist/esm/utils/detectLimitedModeViaImage.d.ts +2 -0
  767. package/dist/esm/utils/detectLimitedModeViaImage.js +1 -0
  768. package/dist/esm/utils/dimming.d.ts +16 -0
  769. package/dist/esm/utils/dimming.js +1 -0
  770. package/dist/esm/utils/entity-storage.d.ts +14 -0
  771. package/dist/esm/utils/entity-storage.js +1 -0
  772. package/dist/esm/utils/eventFullBadge.d.ts +3 -0
  773. package/dist/esm/utils/eventFullBadge.js +1 -0
  774. package/dist/esm/utils/eventTime.d.ts +14 -0
  775. package/dist/esm/utils/eventTime.js +1 -0
  776. package/dist/esm/utils/extractMetaFromString.d.ts +5 -0
  777. package/dist/esm/utils/extractMetaFromString.js +1 -0
  778. package/dist/esm/utils/geometry.d.ts +2 -0
  779. package/dist/esm/utils/geometry.js +1 -0
  780. package/dist/esm/utils/getContrastTextColor.d.ts +2 -0
  781. package/dist/esm/utils/getContrastTextColor.js +1 -0
  782. package/dist/esm/utils/getLogoUrl.d.ts +2 -0
  783. package/dist/esm/utils/getLogoUrl.js +1 -0
  784. package/dist/esm/utils/getMostFrequent.d.ts +2 -0
  785. package/dist/esm/utils/getMostFrequent.js +1 -0
  786. package/dist/esm/utils/getRenderTargetFromRoot.d.ts +2 -0
  787. package/dist/esm/utils/getRenderTargetFromRoot.js +1 -0
  788. package/dist/esm/utils/gps.d.ts +33 -0
  789. package/dist/esm/utils/gps.js +1 -0
  790. package/dist/esm/utils/i18n.d.ts +9 -0
  791. package/dist/esm/utils/i18n.js +1 -0
  792. package/dist/esm/utils/imageloader.d.ts +17 -0
  793. package/dist/esm/utils/imageloader.js +1 -0
  794. package/dist/esm/utils/index.d.ts +10 -0
  795. package/dist/esm/utils/index.js +1 -0
  796. package/dist/esm/utils/is-debug.d.ts +11 -0
  797. package/dist/esm/utils/is-debug.js +1 -0
  798. package/dist/esm/utils/is-from-designer.d.ts +3 -0
  799. package/dist/esm/utils/is-from-designer.js +1 -0
  800. package/dist/esm/utils/is-iframe.d.ts +3 -0
  801. package/dist/esm/utils/is-iframe.js +1 -0
  802. package/dist/esm/utils/is-localhost.d.ts +3 -0
  803. package/dist/esm/utils/is-localhost.js +1 -0
  804. package/dist/esm/utils/is-mac.d.ts +3 -0
  805. package/dist/esm/utils/is-mac.js +1 -0
  806. package/dist/esm/utils/is-mobile.d.ts +3 -0
  807. package/dist/esm/utils/is-mobile.js +1 -0
  808. package/dist/esm/utils/is-scroll-ugly.d.ts +3 -0
  809. package/dist/esm/utils/is-scroll-ugly.js +3 -0
  810. package/dist/esm/utils/is-webview.d.ts +3 -0
  811. package/dist/esm/utils/is-webview.js +1 -0
  812. package/dist/esm/utils/loadCustomCss.d.ts +3 -0
  813. package/dist/esm/utils/loadCustomCss.js +1 -0
  814. package/dist/esm/utils/loadIcons.d.ts +3 -0
  815. package/dist/esm/utils/loadIcons.js +1 -0
  816. package/dist/esm/utils/loadImage.d.ts +2 -0
  817. package/dist/esm/utils/loadImage.js +1 -0
  818. package/dist/esm/utils/loadImagesInBatches.d.ts +7 -0
  819. package/dist/esm/utils/loadImagesInBatches.js +1 -0
  820. package/dist/esm/utils/localStorage.d.ts +2 -0
  821. package/dist/esm/utils/localStorage.js +1 -0
  822. package/dist/esm/utils/lz-utils.d.ts +8 -0
  823. package/dist/esm/utils/lz-utils.js +1 -0
  824. package/dist/esm/utils/mapEntity.d.ts +2 -0
  825. package/dist/esm/utils/mapEntity.js +1 -0
  826. package/dist/esm/utils/math.d.ts +7 -0
  827. package/dist/esm/utils/math.js +1 -0
  828. package/dist/esm/utils/mergeExhibitors.d.ts +3 -0
  829. package/dist/esm/utils/mergeExhibitors.js +1 -0
  830. package/dist/esm/utils/mobx.d.ts +6 -0
  831. package/dist/esm/utils/mobx.js +1 -0
  832. package/dist/esm/utils/preview-exhibitor.d.ts +4 -0
  833. package/dist/esm/utils/preview-exhibitor.js +1 -0
  834. package/dist/esm/utils/responsiveClass.d.ts +2 -0
  835. package/dist/esm/utils/responsiveClass.js +1 -0
  836. package/dist/esm/utils/rtl.d.ts +2 -0
  837. package/dist/esm/utils/rtl.js +1 -0
  838. package/dist/esm/utils/sanitizeHtml.d.ts +3 -0
  839. package/dist/esm/utils/sanitizeHtml.js +1 -0
  840. package/dist/esm/utils/sanitizeText.d.ts +9 -0
  841. package/dist/esm/utils/sanitizeText.js +1 -0
  842. package/dist/esm/utils/shortenName.d.ts +2 -0
  843. package/dist/esm/utils/shortenName.js +1 -0
  844. package/dist/esm/utils/silence-mobx-react-lite-warning.d.ts +1 -0
  845. package/dist/esm/utils/silence-mobx-react-lite-warning.js +1 -0
  846. package/dist/esm/utils/strEqual.d.ts +2 -0
  847. package/dist/esm/utils/strEqual.js +1 -0
  848. package/dist/esm/utils/urlEncoding.d.ts +7 -0
  849. package/dist/esm/utils/urlEncoding.js +1 -0
  850. package/dist/esm/utils/use-shadow.d.ts +3 -0
  851. package/dist/esm/utils/use-shadow.js +1 -0
  852. package/dist/esm/utils/useHeatmapData.d.ts +10 -0
  853. package/dist/esm/utils/useHeatmapData.js +1 -0
  854. package/dist/esm/utils/useHeatmapOverlay.d.ts +8 -0
  855. package/dist/esm/utils/useHeatmapOverlay.js +1 -0
  856. package/dist/esm/utils/useOnClickOutside.d.ts +3 -0
  857. package/dist/esm/utils/useOnClickOutside.js +1 -0
  858. package/dist/esm/utils/useRenderTarget.d.ts +2 -0
  859. package/dist/esm/utils/useRenderTarget.js +1 -0
  860. package/dist/esm/utils/useTimeout.d.ts +2 -0
  861. package/dist/esm/utils/useTimeout.js +1 -0
  862. package/dist/esm/utils/yah.d.ts +8 -0
  863. package/dist/esm/utils/yah.js +1 -0
  864. package/dist/esm/utils/yah_icon.d.ts +6 -0
  865. package/dist/esm/utils/yah_icon.js +1 -0
  866. package/dist/esm/wayfinding/_PLAN-public-api.d.ts +220 -0
  867. package/dist/esm/wayfinding/_PLAN-public-api.js +1 -0
  868. package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.d.ts +27 -0
  869. package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.js +1 -0
  870. package/dist/esm/wayfinding/__tests__/helpers.d.ts +21 -0
  871. package/dist/esm/wayfinding/__tests__/helpers.js +1 -0
  872. package/dist/esm/wayfinding/adapters/boothToWaypoint.d.ts +12 -0
  873. package/dist/esm/wayfinding/adapters/boothToWaypoint.js +1 -0
  874. package/dist/esm/wayfinding/adapters/graphDataSource.d.ts +3 -0
  875. package/dist/esm/wayfinding/adapters/graphDataSource.js +1 -0
  876. package/dist/esm/wayfinding/graph/buildGraph.d.ts +3 -0
  877. package/dist/esm/wayfinding/graph/buildGraph.js +1 -0
  878. package/dist/esm/wayfinding/graph/buildNGraph.d.ts +9 -0
  879. package/dist/esm/wayfinding/graph/buildNGraph.js +1 -0
  880. package/dist/esm/wayfinding/graph/constants.d.ts +3 -0
  881. package/dist/esm/wayfinding/graph/constants.js +1 -0
  882. package/dist/esm/wayfinding/graph/findShortestPath.d.ts +14 -0
  883. package/dist/esm/wayfinding/graph/findShortestPath.js +1 -0
  884. package/dist/esm/wayfinding/graph/graphCache.d.ts +6 -0
  885. package/dist/esm/wayfinding/graph/graphCache.js +1 -0
  886. package/dist/esm/wayfinding/graph/graphHelpers.d.ts +8 -0
  887. package/dist/esm/wayfinding/graph/graphHelpers.js +1 -0
  888. package/dist/esm/wayfinding/graph/linkCost.d.ts +4 -0
  889. package/dist/esm/wayfinding/graph/linkCost.js +1 -0
  890. package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.d.ts +3 -0
  891. package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.js +1 -0
  892. package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.d.ts +9 -0
  893. package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.js +1 -0
  894. package/dist/esm/wayfinding/index.d.ts +18 -0
  895. package/dist/esm/wayfinding/index.js +1 -0
  896. package/dist/esm/wayfinding/rendering/computeTransitionPoints.d.ts +31 -0
  897. package/dist/esm/wayfinding/rendering/computeTransitionPoints.js +1 -0
  898. package/dist/esm/wayfinding/rendering/normalizeRouteDirection.d.ts +19 -0
  899. package/dist/esm/wayfinding/rendering/normalizeRouteDirection.js +1 -0
  900. package/dist/esm/wayfinding/rendering/routeGeometry.d.ts +16 -0
  901. package/dist/esm/wayfinding/rendering/routeGeometry.js +1 -0
  902. package/dist/esm/wayfinding/routing/buildMultiPointRoute.d.ts +11 -0
  903. package/dist/esm/wayfinding/routing/buildMultiPointRoute.js +1 -0
  904. package/dist/esm/wayfinding/routing/buildRoute.d.ts +9 -0
  905. package/dist/esm/wayfinding/routing/buildRoute.js +1 -0
  906. package/dist/esm/wayfinding/routing/findNearestGraphPoint.d.ts +21 -0
  907. package/dist/esm/wayfinding/routing/findNearestGraphPoint.js +1 -0
  908. package/dist/esm/wayfinding/routing/getGraphLines.d.ts +14 -0
  909. package/dist/esm/wayfinding/routing/getGraphLines.js +1 -0
  910. package/dist/esm/wayfinding/routing/getRouteLength.d.ts +3 -0
  911. package/dist/esm/wayfinding/routing/getRouteLength.js +1 -0
  912. package/dist/esm/wayfinding/routing/routeResult.d.ts +4 -0
  913. package/dist/esm/wayfinding/routing/routeResult.js +1 -0
  914. package/dist/esm/wayfinding/types.d.ts +76 -0
  915. package/dist/esm/wayfinding/types.js +1 -0
  916. package/package.json +107 -0
@@ -0,0 +1,2921 @@
1
+ (function() {
2
+ try {
3
+ var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
4
+ e.SENTRY_RELEASE = { id: "0.0.0-experimental.d269d30" };
5
+ var t = new e.Error().stack;
6
+ t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "26551323-16ca-4c21-8919-c70372bcb498", e._sentryDebugIdIdentifier = "sentry-dbid-26551323-16ca-4c21-8919-c70372bcb498");
7
+ } catch {}
8
+ })();
9
+ import { r as e } from "./rolldown-runtime-DuTZ4nBm.js";
10
+ import { t } from "./react-Bm8UQkxX.js";
11
+ import { A as n, B as r, G as i, J as a, R as o, Tt as s, V as c, W as l, d as u, n as d, q as ee, r as te, s as ne, t as f, z as p } from "./is-debug-DPdTc3ov.js";
12
+ import { $ as m, A as h, B as g, C as _, D as v, E as y, F as b, G as x, H as S, I as C, J as w, K as T, L as E, M as D, N as re, O as ie, P as ae, Q as oe, R as se, S as ce, T as le, U as ue, V as de, W as O, X as fe, Y as pe, Z as me, _ as he, _t as ge, a as _e, at as ve, b as ye, bt as k, c as be, ct as xe, d as Se, dt as Ce, et as we, f as Te, ft as Ee, g as De, gt as Oe, h as ke, ht as Ae, it as A, j, k as je, l as Me, lt as Ne, m as Pe, mt as M, n as Fe, nt as Ie, o as Le, ot as N, p as Re, pt as ze, q as Be, r as Ve, rt as He, s as Ue, st as We, t as Ge, tt as Ke, u as qe, ut as P, v as F, vt as Je, w as I, x as Ye, y as Xe, yt as L, z as R } from "./exports-D5d2LZL8.js";
13
+ //#region src/tools/report-error.ts
14
+ var Ze;
15
+ function Qe(e) {
16
+ Ze || e.filename.indexOf("expofp.com") === -1 || [
17
+ /loading chunk \d{1,2}\b/i,
18
+ /zaloJS/i,
19
+ /e.target.name/i,
20
+ /ResizeObserver loop/i,
21
+ /ChunkLoadError/i,
22
+ /FloorPlan not ready/i
23
+ ].some((t) => t.test(e.message)) || (Ze = window.setTimeout(async function() {
24
+ var t;
25
+ let n = navigator.languages && navigator.languages.length ? navigator.languages[0] : navigator.language, r = {
26
+ host: document.location.host,
27
+ message: e.message,
28
+ filename: e.filename,
29
+ lineno: e.lineno,
30
+ colno: e.colno,
31
+ stack: (t = e.error) == null ? void 0 : t.stack,
32
+ log: s.messages.join("\n"),
33
+ userAgent: navigator.userAgent,
34
+ language: n,
35
+ group: "FP",
36
+ url: document.location,
37
+ subject: "FP JS error: " + document.location.host
38
+ };
39
+ s.info("Sending error report", r), await Promise.all([$e(r), et(r)]);
40
+ }, 2e3));
41
+ }
42
+ async function $e(e) {
43
+ let t = await fetch("https://app.expofp.com/api/report-error", {
44
+ method: "POST",
45
+ headers: { "Content-Type": "application/json" },
46
+ body: JSON.stringify(e)
47
+ });
48
+ s.log("Reporter response: ", await t.text());
49
+ }
50
+ async function et(e) {
51
+ let t = tt(e), n = await fetch("https://msg.expofp.com/v1/post-message/" + window.location.hostname, {
52
+ method: "POST",
53
+ headers: { "Content-Type": "application/json" },
54
+ body: JSON.stringify(t)
55
+ });
56
+ s.log("Slack reporter response: ", await n.text());
57
+ }
58
+ function tt(e) {
59
+ let t = JSON.parse(JSON.stringify(e));
60
+ delete t.subject, delete t.message, delete t.stack, delete t.log;
61
+ let n = [];
62
+ return n.push({
63
+ type: "section",
64
+ text: {
65
+ type: "mrkdwn",
66
+ text: `:warning:* ${e.subject}*`
67
+ }
68
+ }), n.push({
69
+ type: "section",
70
+ text: {
71
+ type: "plain_text",
72
+ text: e.message + " → " + (e.stack || "").split("\n")[0]
73
+ }
74
+ }), {
75
+ channel: "#fp-errors",
76
+ username: "error-reporter-bot",
77
+ type: "mrkdwn",
78
+ text: e.subject,
79
+ blocks: n
80
+ };
81
+ }
82
+ //#endregion
83
+ //#region src/utils/loadCustomCss.ts
84
+ var nt = /* @__PURE__ */ e(t());
85
+ async function rt(e, t) {
86
+ if (e != null && e.customCss) {
87
+ let n = document.createElement("style");
88
+ n.textContent = e.customCss, t.append(n), await p(e.customCss);
89
+ }
90
+ }
91
+ //#endregion
92
+ //#region src/utils/loadIcons.ts
93
+ async function it(e) {
94
+ try {
95
+ (await Promise.allSettled(Object.entries({
96
+ departure: "icons/departure.svg",
97
+ destination: "icons/destination.svg",
98
+ direction: "icons/direction.svg",
99
+ transition: "icons/transition.svg",
100
+ transition_up: "icons/transition_up.svg",
101
+ transition_down: "icons/transition_down.svg",
102
+ kiosk: "icons/kiosk.svg",
103
+ yah: "icons/yah.svg"
104
+ }).map(([e, t]) => d(a + t).then((t) => [e, t])))).filter((e) => e.status === "fulfilled").map((e) => e.value).forEach(([t, n]) => e.set(t, n));
105
+ } catch (e) {
106
+ console.warn(e);
107
+ }
108
+ }
109
+ //#endregion
110
+ //#region src/utils/mergeExhibitors.ts
111
+ function at(e, t) {
112
+ t.exhibitors.forEach((t) => {
113
+ let n = e.exhibitors.find((e) => e.id === t.id);
114
+ n && (n.rebookingState = t.rebookingState, n.rebookingNote = t.rebookingNote);
115
+ });
116
+ }
117
+ //#endregion
118
+ //#region src/utils/use-shadow.ts
119
+ var ot, st = typeof document < "u" && !!((ot = document.body) != null && ot.attachShadow) && u && localStorage.getItem("noShadowDom") !== "1" && window.FontFace !== void 0, { hostname: z, protocol: ct } = window.location, lt = z === "localhost" || z === "127.0.0.1" || z === "::1" || z.startsWith("192.168.") || z.startsWith("10.") || /^172\.(1[6-9]|2[0-9]|3[0-1])\./.test(z) || z.endsWith(".local") || ct === "file:" || z === "", B = {}, ut = {};
120
+ function V(e, t) {
121
+ return B[e] = B[e] || [], B[e].push(t), () => {
122
+ let n = B[e];
123
+ if (n) {
124
+ let e = n.indexOf(t);
125
+ e !== -1 && n.splice(e, 1);
126
+ }
127
+ };
128
+ }
129
+ function H(e, t) {
130
+ if (!ut[e]) {
131
+ ut[e] = !0;
132
+ try {
133
+ t();
134
+ } catch (t) {
135
+ k && M.error(`Error while instrumenting ${e}`, t);
136
+ }
137
+ }
138
+ }
139
+ function U(e, t) {
140
+ let n = e && B[e];
141
+ if (n) for (let r of n) try {
142
+ r(t);
143
+ } catch (t) {
144
+ k && M.error(`Error while triggering instrumentation handler.\nType: ${e}\nName: ${P(r)}\nError:`, t);
145
+ }
146
+ }
147
+ //#endregion
148
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/instrument/globalError.js
149
+ var dt = null;
150
+ function ft(e) {
151
+ let t = "error";
152
+ V(t, e), H(t, pt);
153
+ }
154
+ function pt() {
155
+ dt = L.onerror, L.onerror = function(e, t, n, r, i) {
156
+ return U("error", {
157
+ column: r,
158
+ error: i,
159
+ line: n,
160
+ msg: e,
161
+ url: t
162
+ }), dt ? dt.apply(this, arguments) : !1;
163
+ }, L.onerror.__SENTRY_INSTRUMENTED__ = !0;
164
+ }
165
+ //#endregion
166
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/instrument/globalUnhandledRejection.js
167
+ var mt = null;
168
+ function ht(e) {
169
+ let t = "unhandledrejection";
170
+ V(t, e), H(t, gt);
171
+ }
172
+ function gt() {
173
+ mt = L.onunhandledrejection, L.onunhandledrejection = function(e) {
174
+ return U("unhandledrejection", e), mt ? mt.apply(this, arguments) : !0;
175
+ }, L.onunhandledrejection.__SENTRY_INSTRUMENTED__ = !0;
176
+ }
177
+ //#endregion
178
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/parseSampleRate.js
179
+ function _t(e) {
180
+ if (typeof e == "boolean") return Number(e);
181
+ let t = typeof e == "string" ? parseFloat(e) : e;
182
+ if (!(typeof t != "number" || isNaN(t) || t < 0 || t > 1)) return t;
183
+ }
184
+ //#endregion
185
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/should-ignore-span.js
186
+ function vt(e) {
187
+ M.log(`Ignoring span ${e.op} - ${e.description} because it matches \`ignoreSpans\`.`);
188
+ }
189
+ function yt(e, t) {
190
+ if (!(t != null && t.length)) return !1;
191
+ for (let n of t) {
192
+ if (St(n)) {
193
+ if (e.description && E(e.description, n)) return k && vt(e), !0;
194
+ continue;
195
+ }
196
+ let t = !!n.attributes && Object.keys(n.attributes).length > 0;
197
+ if (!n.name && !n.op && !t) continue;
198
+ let r = n.name ? e.description && E(e.description, n.name) : !0, i = n.op ? e.op && E(e.op, n.op) : !0, a = n.attributes ? Object.entries(n.attributes).every(([t, n]) => {
199
+ var r;
200
+ return bt((r = e.attributes) == null ? void 0 : r[t], n);
201
+ }) : !0;
202
+ if (r && i && a) return k && vt(e), !0;
203
+ }
204
+ return !1;
205
+ }
206
+ function bt(e, t) {
207
+ return typeof e == "string" && (typeof t == "string" || t instanceof RegExp) ? E(e, t) : Array.isArray(e) && Array.isArray(t) ? e.length === t.length && e.every((e, n) => e === t[n]) : e === t;
208
+ }
209
+ function xt(e, t) {
210
+ let n = t.parent_span_id, r = t.span_id;
211
+ if (n) for (let t of e) t.parent_span_id === r && (t.parent_span_id = n);
212
+ }
213
+ function St(e) {
214
+ return typeof e == "string" || e instanceof RegExp;
215
+ }
216
+ //#endregion
217
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/tracing/spans/beforeSendSpan.js
218
+ function Ct(e) {
219
+ return !!e && typeof e == "function" && "_streamed" in e && !!e._streamed;
220
+ }
221
+ //#endregion
222
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/envelope.js
223
+ function W(e, t = []) {
224
+ return [e, t];
225
+ }
226
+ function wt(e, t) {
227
+ let [n, r] = e;
228
+ return [n, [...r, t]];
229
+ }
230
+ function Tt(e, t) {
231
+ let n = e[1];
232
+ for (let e of n) {
233
+ let n = e[0].type;
234
+ if (t(e, n)) return !0;
235
+ }
236
+ return !1;
237
+ }
238
+ function Et(e, t) {
239
+ return Tt(e, (e, n) => t.includes(n));
240
+ }
241
+ function Dt(e) {
242
+ let t = ge(L);
243
+ return t.encodePolyfill ? t.encodePolyfill(e) : new TextEncoder().encode(e);
244
+ }
245
+ function Ot(e) {
246
+ let [t, n] = e, r = JSON.stringify(t);
247
+ function i(e) {
248
+ typeof r == "string" ? r = typeof e == "string" ? r + e : [Dt(r), e] : r.push(typeof e == "string" ? Dt(e) : e);
249
+ }
250
+ for (let e of n) {
251
+ let [t, n] = e;
252
+ if (i(`\n${JSON.stringify(t)}\n`), typeof n == "string" || n instanceof Uint8Array) i(n);
253
+ else {
254
+ let e;
255
+ try {
256
+ e = JSON.stringify(n);
257
+ } catch {
258
+ e = JSON.stringify(Te(n));
259
+ }
260
+ i(e);
261
+ }
262
+ }
263
+ return typeof r == "string" ? r : kt(r);
264
+ }
265
+ function kt(e) {
266
+ let t = e.reduce((e, t) => e + t.length, 0), n = new Uint8Array(t), r = 0;
267
+ for (let t of e) n.set(t, r), r += t.length;
268
+ return n;
269
+ }
270
+ function At(e) {
271
+ let t = typeof e.data == "string" ? Dt(e.data) : e.data;
272
+ return [{
273
+ type: "attachment",
274
+ length: t.length,
275
+ filename: e.filename,
276
+ content_type: e.contentType,
277
+ attachment_type: e.attachmentType
278
+ }, t];
279
+ }
280
+ var jt = {
281
+ sessions: "session",
282
+ event: "error",
283
+ client_report: "internal",
284
+ user_report: "default",
285
+ profile_chunk: "profile",
286
+ replay_event: "replay",
287
+ replay_recording: "replay",
288
+ check_in: "monitor",
289
+ raw_security: "security",
290
+ log: "log_item",
291
+ trace_metric: "metric"
292
+ };
293
+ function Mt(e) {
294
+ return e in jt;
295
+ }
296
+ function Nt(e) {
297
+ return Mt(e) ? jt[e] : e;
298
+ }
299
+ function Pt(e) {
300
+ if (!(e != null && e.sdk)) return;
301
+ let { name: t, version: n } = e.sdk;
302
+ return {
303
+ name: t,
304
+ version: n
305
+ };
306
+ }
307
+ function Ft(e, t, n, r) {
308
+ var i;
309
+ let a = (i = e.sdkProcessingMetadata) == null ? void 0 : i.dynamicSamplingContext;
310
+ return {
311
+ event_id: e.event_id,
312
+ sent_at: (/* @__PURE__ */ new Date()).toISOString(),
313
+ ...t && { sdk: t },
314
+ ...!!n && r && { dsn: F(r) },
315
+ ...a && { trace: a }
316
+ };
317
+ }
318
+ //#endregion
319
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/envelope.js
320
+ function It(e, t) {
321
+ var n, r, i, a;
322
+ if (!t) return e;
323
+ let o = e.sdk || {};
324
+ return e.sdk = {
325
+ ...o,
326
+ name: o.name || t.name,
327
+ version: o.version || t.version,
328
+ integrations: [...((n = e.sdk) == null ? void 0 : n.integrations) || [], ...t.integrations || []],
329
+ packages: [...((r = e.sdk) == null ? void 0 : r.packages) || [], ...t.packages || []],
330
+ settings: (i = e.sdk) != null && i.settings || t.settings ? {
331
+ ...(a = e.sdk) == null ? void 0 : a.settings,
332
+ ...t.settings
333
+ } : void 0
334
+ }, e;
335
+ }
336
+ function Lt(e, t, n, r) {
337
+ let i = Pt(n);
338
+ return W({
339
+ sent_at: (/* @__PURE__ */ new Date()).toISOString(),
340
+ ...i && { sdk: i },
341
+ ...!!r && t && { dsn: F(t) }
342
+ }, ["aggregates" in e ? [{ type: "sessions" }, e] : [{ type: "session" }, e.toJSON()]]);
343
+ }
344
+ function Rt(e, t, n, r) {
345
+ let i = Pt(n), a = e.type && e.type !== "replay_event" ? e.type : "event";
346
+ It(e, n == null ? void 0 : n.sdk);
347
+ let o = Ft(e, i, r, t);
348
+ return delete e.sdkProcessingMetadata, W(o, [[{ type: a }, e]]);
349
+ }
350
+ //#endregion
351
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/url.js
352
+ function zt(e) {
353
+ if (!e) return {};
354
+ let t = e.match(/^(([^:/?#]+):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/);
355
+ if (!t) return {};
356
+ let n = t[6] || "", r = t[8] || "";
357
+ return {
358
+ host: t[4],
359
+ path: t[5],
360
+ protocol: t[2],
361
+ search: n,
362
+ hash: r,
363
+ relative: t[5] + n + r
364
+ };
365
+ }
366
+ function Bt(e, t = !0) {
367
+ if (e.startsWith("data:")) {
368
+ let n = e.match(/^data:([^;,]+)/), r = n ? n[1] : "text/plain", i = e.includes(";base64,"), a = e.indexOf(","), o = "";
369
+ if (t && a !== -1) {
370
+ let t = e.slice(a + 1);
371
+ o = t.length > 10 ? `${t.slice(0, 10)}... [truncated]` : t;
372
+ }
373
+ return `data:${r}${i ? ",base64" : ""}${o ? `,${o}` : ""}`;
374
+ }
375
+ return e;
376
+ }
377
+ //#endregion
378
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/tracing/spans/captureSpan.js
379
+ function Vt(e, t) {
380
+ var n;
381
+ let r = (n = e.attributes) == null ? e.attributes = {} : n;
382
+ Object.entries(t).forEach(([e, t]) => {
383
+ t != null && !(e in r) && (r[e] = t);
384
+ });
385
+ }
386
+ function Ht(e) {
387
+ let t = e.protocol ? `${e.protocol}:` : "", n = e.port ? `:${e.port}` : "";
388
+ return `${t}//${e.host}${n}${e.path ? `/${e.path}` : ""}/api/`;
389
+ }
390
+ function Ut(e) {
391
+ return `${Ht(e)}${e.projectId}/envelope/`;
392
+ }
393
+ function Wt(e, t) {
394
+ let n = { sentry_version: "7" };
395
+ return e.publicKey && (n.sentry_key = e.publicKey), t && (n.sentry_client = `${t.name}/${t.version}`), new URLSearchParams(n).toString();
396
+ }
397
+ function Gt(e, t, n) {
398
+ return t || `${Ut(e)}?${Wt(e, n)}`;
399
+ }
400
+ function Kt(e, t) {
401
+ let n = Xe(e);
402
+ if (!n) return "";
403
+ let r = `${Ht(n)}embed/error-page/`, i = `dsn=${F(n)}`;
404
+ for (let e in t) if (e !== "dsn" && e !== "onClose") if (e === "user") {
405
+ let e = t.user;
406
+ if (!e) continue;
407
+ e.name && (i += `&name=${encodeURIComponent(e.name)}`), e.email && (i += `&email=${encodeURIComponent(e.email)}`);
408
+ } else i += `&${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`;
409
+ return `${r}?${i}`;
410
+ }
411
+ //#endregion
412
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/integration.js
413
+ var qt = [];
414
+ function Jt(e) {
415
+ let t = {};
416
+ return e.forEach((e) => {
417
+ let { name: n } = e, r = t[n];
418
+ r && !r.isDefaultInstance && e.isDefaultInstance || (t[n] = e);
419
+ }), Object.values(t);
420
+ }
421
+ function Yt(e) {
422
+ let t = e.defaultIntegrations || [], n = e.integrations;
423
+ t.forEach((e) => {
424
+ e.isDefaultInstance = !0;
425
+ });
426
+ let r;
427
+ if (Array.isArray(n)) r = [...t, ...n];
428
+ else if (typeof n == "function") {
429
+ let e = n(t);
430
+ r = Array.isArray(e) ? e : [e];
431
+ } else r = t;
432
+ return Jt(r);
433
+ }
434
+ function Xt(e, t) {
435
+ let n = {};
436
+ return t.forEach((t) => {
437
+ t != null && t.beforeSetup && t.beforeSetup(e);
438
+ }), t.forEach((t) => {
439
+ t && Qt(e, t, n);
440
+ }), n;
441
+ }
442
+ function Zt(e, t) {
443
+ for (let n of t) n != null && n.afterAllSetup && n.afterAllSetup(e);
444
+ }
445
+ function Qt(e, t, n) {
446
+ if (n[t.name]) {
447
+ k && M.log(`Integration skipped because it was already installed: ${t.name}`);
448
+ return;
449
+ }
450
+ if (n[t.name] = t, !qt.includes(t.name) && typeof t.setupOnce == "function" && (t.setupOnce(), qt.push(t.name)), t.setup && typeof t.setup == "function" && t.setup(e), typeof t.preprocessEvent == "function") {
451
+ let n = t.preprocessEvent.bind(t);
452
+ e.on("preprocessEvent", (t, r) => n(t, r, e));
453
+ }
454
+ if (typeof t.processEvent == "function") {
455
+ let n = t.processEvent.bind(t), r = Object.assign((t, r) => n(t, r, e), { id: t.name });
456
+ e.addEventProcessor(r);
457
+ }
458
+ ["processSpan", "processSegmentSpan"].forEach((n) => {
459
+ let r = t[n];
460
+ typeof r == "function" && e.on(n, (n) => r.call(t, n, e));
461
+ }), k && M.log(`Integration installed: ${t.name}`);
462
+ }
463
+ function G(e) {
464
+ return e;
465
+ }
466
+ //#endregion
467
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/env.js
468
+ function $t() {
469
+ return typeof __SENTRY_BROWSER_BUNDLE__ < "u" && !!__SENTRY_BROWSER_BUNDLE__;
470
+ }
471
+ function en() {
472
+ return "npm";
473
+ }
474
+ //#endregion
475
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/node.js
476
+ function tn() {
477
+ return !$t() && Object.prototype.toString.call(typeof process < "u" ? process : 0) === "[object process]";
478
+ }
479
+ //#endregion
480
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/isBrowser.js
481
+ function nn() {
482
+ return typeof window < "u" && (!tn() || rn());
483
+ }
484
+ function rn() {
485
+ let e = L.process;
486
+ return (e == null ? void 0 : e.type) === "renderer";
487
+ }
488
+ //#endregion
489
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/logs/envelope.js
490
+ function an(e, t) {
491
+ let n = t ? "auto" : "never";
492
+ return [{
493
+ type: "log",
494
+ item_count: e.length,
495
+ content_type: "application/vnd.sentry.items.log+json"
496
+ }, {
497
+ version: 2,
498
+ ...nn() && { ingest_settings: {
499
+ infer_ip: n,
500
+ infer_user_agent: n
501
+ } },
502
+ items: e
503
+ }];
504
+ }
505
+ function on(e, t, n, r, i) {
506
+ let a = {};
507
+ return t != null && t.sdk && (a.sdk = {
508
+ name: t.sdk.name,
509
+ version: t.sdk.version
510
+ }), n && r && (a.dsn = F(r)), W(a, [an(e, i)]);
511
+ }
512
+ //#endregion
513
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/logs/internal.js
514
+ function sn(e, t) {
515
+ var n;
516
+ let r = (n = t == null ? cn(e) : t) == null ? [] : n;
517
+ if (r.length === 0) return;
518
+ let i = e.getOptions(), a = on(r, i._metadata, i.tunnel, e.getDsn(), i.sendDefaultPii);
519
+ ln().set(e, []), e.emit("flushLogs"), e.sendEnvelope(a);
520
+ }
521
+ function cn(e) {
522
+ return ln().get(e);
523
+ }
524
+ function ln() {
525
+ return Oe("clientToLogBufferMap", () => /* @__PURE__ */ new WeakMap());
526
+ }
527
+ //#endregion
528
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/metrics/envelope.js
529
+ function un(e, t) {
530
+ let n = t ? "auto" : "never";
531
+ return [{
532
+ type: "trace_metric",
533
+ item_count: e.length,
534
+ content_type: "application/vnd.sentry.items.trace-metric+json"
535
+ }, {
536
+ version: 2,
537
+ ...nn() && { ingest_settings: {
538
+ infer_ip: n,
539
+ infer_user_agent: n
540
+ } },
541
+ items: e
542
+ }];
543
+ }
544
+ function dn(e, t, n, r, i) {
545
+ let a = {};
546
+ return t != null && t.sdk && (a.sdk = {
547
+ name: t.sdk.name,
548
+ version: t.sdk.version
549
+ }), n && r && (a.dsn = F(r)), W(a, [un(e, i)]);
550
+ }
551
+ //#endregion
552
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/metrics/internal.js
553
+ function fn(e, t) {
554
+ var n;
555
+ let r = (n = t == null ? pn(e) : t) == null ? [] : n;
556
+ if (r.length === 0) return;
557
+ let i = e.getOptions(), a = dn(r, i._metadata, i.tunnel, e.getDsn(), i.sendDefaultPii);
558
+ mn().set(e, []), e.emit("flushMetrics"), e.sendEnvelope(a);
559
+ }
560
+ function pn(e) {
561
+ return mn().get(e);
562
+ }
563
+ function mn() {
564
+ return Oe("clientToMetricBufferMap", () => /* @__PURE__ */ new WeakMap());
565
+ }
566
+ //#endregion
567
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/timer.js
568
+ function hn(e) {
569
+ return typeof e == "object" && typeof e.unref == "function" && e.unref(), e;
570
+ }
571
+ //#endregion
572
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/promisebuffer.js
573
+ var gn = Symbol.for("SentryBufferFullError");
574
+ function _n(e = 100) {
575
+ let t = /* @__PURE__ */ new Set();
576
+ function n() {
577
+ return t.size < e;
578
+ }
579
+ function r(e) {
580
+ t.delete(e);
581
+ }
582
+ function i(e) {
583
+ if (!n()) return qe(gn);
584
+ let i = e();
585
+ return t.add(i), i.then(() => r(i), () => r(i)), i;
586
+ }
587
+ function a(e) {
588
+ if (!t.size) return Se(!0);
589
+ let n = Promise.allSettled(Array.from(t)).then(() => !0);
590
+ if (!e) return n;
591
+ let r = [n, new Promise((t) => hn(setTimeout(() => t(!1), e)))];
592
+ return Promise.race(r);
593
+ }
594
+ return {
595
+ get $() {
596
+ return Array.from(t);
597
+ },
598
+ add: i,
599
+ drain: a
600
+ };
601
+ }
602
+ //#endregion
603
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/ratelimit.js
604
+ var vn = 60 * 1e3;
605
+ function yn(e, t = g()) {
606
+ let n = parseInt(`${e}`, 10);
607
+ if (!isNaN(n)) return n * 1e3;
608
+ let r = Date.parse(`${e}`);
609
+ return isNaN(r) ? vn : r - t;
610
+ }
611
+ function bn(e, t) {
612
+ return e[t] || e.all || 0;
613
+ }
614
+ function xn(e, t, n = g()) {
615
+ return bn(e, t) > n;
616
+ }
617
+ function Sn(e, { statusCode: t, headers: n }, r = g()) {
618
+ let i = { ...e }, a = n == null ? void 0 : n["x-sentry-rate-limits"], o = n == null ? void 0 : n["retry-after"];
619
+ if (a) for (let e of a.trim().split(",")) {
620
+ let [t, n, , , a] = e.split(":", 5), o = parseInt(t, 10), s = (isNaN(o) ? 60 : o) * 1e3;
621
+ if (!n) i.all = r + s;
622
+ else for (let e of n.split(";")) e === "metric_bucket" ? (!a || a.split(";").includes("custom")) && (i[e] = r + s) : i[e] = r + s;
623
+ }
624
+ else o ? i.all = r + yn(o, r) : t === 429 && (i.all = r + 60 * 1e3);
625
+ return i;
626
+ }
627
+ function Cn(e, t, n = _n(e.bufferSize || 64)) {
628
+ let r = {}, i = (e) => n.drain(e);
629
+ function a(i) {
630
+ let a = [];
631
+ if (Tt(i, (t, n) => {
632
+ let i = Nt(n);
633
+ xn(r, i) ? e.recordDroppedEvent("ratelimit_backoff", i) : a.push(t);
634
+ }), a.length === 0) return Promise.resolve({});
635
+ let o = W(i[0], a), s = (t) => {
636
+ if (Et(o, ["client_report"])) {
637
+ k && M.warn(`Dropping client report. Will not send outcomes (reason: ${t}).`);
638
+ return;
639
+ }
640
+ Tt(o, (n, r) => {
641
+ e.recordDroppedEvent(t, Nt(r));
642
+ });
643
+ };
644
+ return n.add(() => t({ body: Ot(o) }).then((e) => e.statusCode === 413 ? (k && M.error("Sentry responded with status code 413. Envelope was discarded due to exceeding size limits."), s("send_error"), e) : (k && e.statusCode !== void 0 && (e.statusCode < 200 || e.statusCode >= 300) && M.warn(`Sentry responded with status code ${e.statusCode} to sent event.`), r = Sn(r, e), e), (e) => {
645
+ throw s("network_error"), k && M.error("Encountered error running transport request:", e), e;
646
+ })).then((e) => e, (e) => {
647
+ if (e === gn) return k && M.error("Skipped sending event because buffer is full."), s("queue_overflow"), Promise.resolve({});
648
+ throw e;
649
+ });
650
+ }
651
+ return {
652
+ send: a,
653
+ flush: i
654
+ };
655
+ }
656
+ //#endregion
657
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/clientreport.js
658
+ function wn(e, t, n) {
659
+ let r = [{ type: "client_report" }, {
660
+ timestamp: n || h(),
661
+ discarded_events: e
662
+ }];
663
+ return W(t ? { dsn: t } : {}, [r]);
664
+ }
665
+ //#endregion
666
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/eventUtils.js
667
+ function Tn(e) {
668
+ let t = [];
669
+ e.message && t.push(e.message);
670
+ try {
671
+ let n = e.exception.values[e.exception.values.length - 1];
672
+ n != null && n.value && (t.push(n.value), n.type && t.push(`${n.type}: ${n.value}`));
673
+ } catch {}
674
+ return t;
675
+ }
676
+ //#endregion
677
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/transactionEvent.js
678
+ function En(e) {
679
+ var t, n, r;
680
+ let { trace_id: i, parent_span_id: a, span_id: o, status: s, origin: c, data: l, op: u } = (t = (n = e.contexts) == null ? void 0 : n.trace) == null ? {} : t;
681
+ return {
682
+ data: l == null ? {} : l,
683
+ description: e.transaction,
684
+ op: u,
685
+ parent_span_id: a,
686
+ span_id: o == null ? "" : o,
687
+ start_timestamp: (r = e.start_timestamp) == null ? 0 : r,
688
+ status: s,
689
+ timestamp: e.timestamp,
690
+ trace_id: i == null ? "" : i,
691
+ origin: c,
692
+ profile_id: l == null ? void 0 : l[ce],
693
+ exclusive_time: l == null ? void 0 : l[Ye],
694
+ measurements: e.measurements,
695
+ is_segment: !0
696
+ };
697
+ }
698
+ function Dn(e) {
699
+ return {
700
+ type: "transaction",
701
+ timestamp: e.timestamp,
702
+ start_timestamp: e.start_timestamp,
703
+ transaction: e.description,
704
+ contexts: { trace: {
705
+ trace_id: e.trace_id,
706
+ span_id: e.span_id,
707
+ parent_span_id: e.parent_span_id,
708
+ op: e.op,
709
+ status: e.status,
710
+ origin: e.origin,
711
+ data: {
712
+ ...e.data,
713
+ ...e.profile_id && { "sentry.profile_id": e.profile_id },
714
+ ...e.exclusive_time && { "sentry.exclusive_time": e.exclusive_time }
715
+ }
716
+ } },
717
+ measurements: e.measurements
718
+ };
719
+ }
720
+ //#endregion
721
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/client.js
722
+ var On = "Not capturing exception because it's already been captured.", kn = "Discarded session because of missing or non-string release", An = Symbol.for("SentryInternalError"), jn = Symbol.for("SentryDoNotSendEventError"), Mn = 5e3;
723
+ function Nn(e) {
724
+ return {
725
+ message: e,
726
+ [An]: !0
727
+ };
728
+ }
729
+ function Pn(e) {
730
+ return {
731
+ message: e,
732
+ [jn]: !0
733
+ };
734
+ }
735
+ function Fn(e) {
736
+ return !!e && typeof e == "object" && An in e;
737
+ }
738
+ function In(e) {
739
+ return !!e && typeof e == "object" && jn in e;
740
+ }
741
+ function Ln(e, t, n, r, i) {
742
+ let a = 0, o, s = !1;
743
+ e.on(n, () => {
744
+ a = 0, clearTimeout(o), s = !1;
745
+ }), e.on(t, (t) => {
746
+ a += r(t), a >= 8e5 ? i(e) : s || (s = !0, o = hn(setTimeout(() => {
747
+ i(e);
748
+ }, Mn)));
749
+ }), e.on("flush", () => {
750
+ i(e);
751
+ });
752
+ }
753
+ var Rn = class {
754
+ constructor(e) {
755
+ var t, n, r, i, a, o, s;
756
+ if (this._options = e, this._integrations = {}, this._numProcessing = 0, this._outcomes = {}, this._hooks = {}, this._eventProcessors = [], this._promiseBuffer = _n((t = (n = e.transportOptions) == null ? void 0 : n.bufferSize) == null ? 64 : t), e.dsn ? this._dsn = Xe(e.dsn) : k && M.warn("No DSN provided, client will not send events."), this._dsn) {
757
+ let t = Gt(this._dsn, e.tunnel, e._metadata ? e._metadata.sdk : void 0);
758
+ this._transport = e.transport({
759
+ tunnel: this._options.tunnel,
760
+ recordDroppedEvent: this.recordDroppedEvent.bind(this),
761
+ ...e.transportOptions,
762
+ url: t
763
+ });
764
+ }
765
+ this._options.enableLogs = (r = this._options.enableLogs) == null ? (i = this._options._experiments) == null ? void 0 : i.enableLogs : r, this._options.enableLogs && Ln(this, "afterCaptureLog", "flushLogs", Gn, sn), ((a = (o = this._options.enableMetrics) == null ? (s = this._options._experiments) == null ? void 0 : s.enableMetrics : o) == null || a) && Ln(this, "afterCaptureMetric", "flushMetrics", Wn, fn);
766
+ }
767
+ captureException(e, t, n) {
768
+ let r = C();
769
+ if (ae(e)) return k && M.log(On), r;
770
+ let i = {
771
+ event_id: r,
772
+ ...t
773
+ };
774
+ return this._process(() => this.eventFromException(e, i).then((e) => this._captureEvent(e, i, n)).then((e) => e), "error"), i.event_id;
775
+ }
776
+ captureMessage(e, t, n, r) {
777
+ let i = {
778
+ event_id: C(),
779
+ ...n
780
+ }, a = Ie(e) ? e : String(e), o = A(e), s = o ? this.eventFromMessage(a, t, i) : this.eventFromException(e, i);
781
+ return this._process(() => s.then((e) => this._captureEvent(e, i, r)), o ? "unknown" : "error"), i.event_id;
782
+ }
783
+ captureEvent(e, t, n) {
784
+ let r = C();
785
+ if (t != null && t.originalException && ae(t.originalException)) return k && M.log(On), r;
786
+ let i = {
787
+ event_id: r,
788
+ ...t
789
+ }, a = e.sdkProcessingMetadata || {}, o = a.capturedSpanScope, s = a.capturedSpanIsolationScope, c = zn(e.type);
790
+ return this._process(() => this._captureEvent(e, i, o || n, s), c), i.event_id;
791
+ }
792
+ captureSession(e) {
793
+ this.sendSession(e), je(e, { init: !1 });
794
+ }
795
+ getDsn() {
796
+ return this._dsn;
797
+ }
798
+ getOptions() {
799
+ return this._options;
800
+ }
801
+ getSdkMetadata() {
802
+ return this._options._metadata;
803
+ }
804
+ getTransport() {
805
+ return this._transport;
806
+ }
807
+ async flush(e) {
808
+ let t = this._transport;
809
+ if (this.emit("flush"), !t) return !0;
810
+ let n = await this._isClientDoneProcessing(e), r = await t.flush(e);
811
+ return n && r;
812
+ }
813
+ async close(e) {
814
+ sn(this);
815
+ let t = await this.flush(e);
816
+ return this.getOptions().enabled = !1, this.emit("close"), t;
817
+ }
818
+ getEventProcessors() {
819
+ return this._eventProcessors;
820
+ }
821
+ addEventProcessor(e) {
822
+ this._eventProcessors.push(e);
823
+ }
824
+ init() {
825
+ (this._isEnabled() || this._options.integrations.some(({ name: e }) => e.startsWith("Spotlight"))) && this._setupIntegrations();
826
+ }
827
+ getIntegrationByName(e) {
828
+ return this._integrations[e];
829
+ }
830
+ addIntegration(e) {
831
+ let t = this._integrations[e.name];
832
+ !t && e.beforeSetup && e.beforeSetup(this), Qt(this, e, this._integrations), t || Zt(this, [e]);
833
+ }
834
+ sendEvent(e, t = {}) {
835
+ this.emit("beforeSendEvent", e, t);
836
+ let n = Rt(e, this._dsn, this._options._metadata, this._options.tunnel);
837
+ for (let e of t.attachments || []) n = wt(n, At(e));
838
+ this.sendEnvelope(n).then((t) => this.emit("afterSendEvent", e, t));
839
+ }
840
+ sendSession(e) {
841
+ let { release: t, environment: n = ke } = this._options;
842
+ if ("aggregates" in e) {
843
+ let r = e.attrs || {};
844
+ if (!r.release && !t) {
845
+ k && M.warn(kn);
846
+ return;
847
+ }
848
+ r.release = r.release || t, r.environment = r.environment || n, e.attrs = r;
849
+ } else {
850
+ if (!e.release && !t) {
851
+ k && M.warn(kn);
852
+ return;
853
+ }
854
+ e.release = e.release || t, e.environment = e.environment || n;
855
+ }
856
+ this.emit("beforeSendSession", e);
857
+ let r = Lt(e, this._dsn, this._options._metadata, this._options.tunnel);
858
+ this.sendEnvelope(r);
859
+ }
860
+ recordDroppedEvent(e, t, n = 1) {
861
+ if (this._options.sendClientReports) {
862
+ let r = `${e}:${t}`;
863
+ k && M.log(`Recording outcome: "${r}"${n > 1 ? ` (${n} times)` : ""}`), this._outcomes[r] = (this._outcomes[r] || 0) + n;
864
+ }
865
+ }
866
+ on(e, t) {
867
+ let n = this._hooks[e] = this._hooks[e] || /* @__PURE__ */ new Set(), r = (...e) => t(...e);
868
+ return n.add(r), () => {
869
+ n.delete(r);
870
+ };
871
+ }
872
+ emit(e, ...t) {
873
+ let n = this._hooks[e];
874
+ n && n.forEach((e) => e(...t));
875
+ }
876
+ async sendEnvelope(e) {
877
+ if (this.emit("beforeEnvelope", e), this._isEnabled() && this._transport) try {
878
+ return await this._transport.send(e);
879
+ } catch (e) {
880
+ return k && M.error("Error while sending envelope:", e), {};
881
+ }
882
+ return k && M.error("Transport disabled"), {};
883
+ }
884
+ registerCleanup(e) {}
885
+ dispose() {}
886
+ _setupIntegrations() {
887
+ let { integrations: e } = this._options;
888
+ this._integrations = Xt(this, e), Zt(this, e);
889
+ }
890
+ _updateSessionFromEvent(e, t) {
891
+ var n;
892
+ let r = t.level === "fatal", i = !1, a = (n = t.exception) == null ? void 0 : n.values;
893
+ if (a) {
894
+ i = !0, r = !1;
895
+ for (let e of a) {
896
+ var o;
897
+ if (((o = e.mechanism) == null ? void 0 : o.handled) === !1) {
898
+ r = !0;
899
+ break;
900
+ }
901
+ }
902
+ }
903
+ let s = e.status === "ok";
904
+ (s && e.errors === 0 || s && r) && (je(e, {
905
+ ...r && { status: "crashed" },
906
+ errors: e.errors || Number(i || r)
907
+ }), this.captureSession(e));
908
+ }
909
+ async _isClientDoneProcessing(e) {
910
+ let t = 0;
911
+ for (; !e || t < e;) {
912
+ if (await new Promise((e) => setTimeout(e, 1)), !this._numProcessing) return !0;
913
+ t++;
914
+ }
915
+ return !1;
916
+ }
917
+ _isEnabled() {
918
+ return this.getOptions().enabled !== !1 && this._transport !== void 0;
919
+ }
920
+ _prepareEvent(e, t, n, r) {
921
+ let i = this.getOptions(), a = Object.keys(this._integrations);
922
+ return !t.integrations && a != null && a.length && (t.integrations = a), this.emit("preprocessEvent", e, t), e.type || r.setLastEventId(e.event_id || t.event_id), Me(i, e, t, n, this, r).then((e) => {
923
+ var r;
924
+ return e === null ? e : (this.emit("postprocessEvent", e, t), e.contexts = {
925
+ trace: {
926
+ ...(r = e.contexts) == null ? void 0 : r.trace,
927
+ ...y(n)
928
+ },
929
+ ...e.contexts
930
+ }, e.sdkProcessingMetadata = {
931
+ dynamicSamplingContext: Pe(this, n),
932
+ ...e.sdkProcessingMetadata
933
+ }, e);
934
+ });
935
+ }
936
+ _captureEvent(e, t = {}, n = I(), r = le()) {
937
+ return k && Hn(e) && M.log(`Captured error event \`${Tn(e)[0] || "<unknown>"}\``), this._processEvent(e, t, n, r).then((e) => e.event_id, (e) => {
938
+ k && (In(e) ? M.log(e.message) : Fn(e) ? M.warn(e.message) : M.warn(e));
939
+ });
940
+ }
941
+ _processEvent(e, t, n, r) {
942
+ let i = this.getOptions(), { sampleRate: a } = i, o = Un(e), s = Hn(e), c = `before send for type \`${e.type || "error"}\``, l = a === void 0 ? void 0 : _t(a);
943
+ if (s && typeof l == "number" && de() > l) return this.recordDroppedEvent("sample_rate", "error"), qe(Pn(`Discarding event because it's not included in the random sample (sampling rate = ${a})`));
944
+ let u = zn(e.type);
945
+ return this._prepareEvent(e, t, n, r).then((e) => {
946
+ var n;
947
+ if (e === null) throw this.recordDroppedEvent("event_processor", u), Pn("An event processor returned `null`, will not send event.");
948
+ return ((n = t.data) == null ? void 0 : n.__sentry__) === !0 ? e : Bn(Vn(this, i, e, t), c);
949
+ }).then((i) => {
950
+ if (i === null) {
951
+ if (this.recordDroppedEvent("before_send", u), o) {
952
+ let t = 1 + (e.spans || []).length;
953
+ this.recordDroppedEvent("before_send", "span", t);
954
+ }
955
+ throw Pn(`${c} returned \`null\`, will not send event.`);
956
+ }
957
+ let a = n.getSession() || r.getSession();
958
+ if (s && a && this._updateSessionFromEvent(a, i), o) {
959
+ var l;
960
+ let e = (((l = i.sdkProcessingMetadata) == null ? void 0 : l.spanCountBeforeProcessing) || 0) - (i.spans ? i.spans.length : 0);
961
+ e > 0 && this.recordDroppedEvent("before_send", "span", e);
962
+ }
963
+ let d = i.transaction_info;
964
+ return o && d && i.transaction !== e.transaction && (i.transaction_info = {
965
+ ...d,
966
+ source: "custom"
967
+ }), this.sendEvent(i, t), i;
968
+ }).then(null, (e) => {
969
+ throw In(e) || Fn(e) ? e : (this.captureException(e, {
970
+ mechanism: {
971
+ handled: !1,
972
+ type: "internal"
973
+ },
974
+ data: { __sentry__: !0 },
975
+ originalException: e
976
+ }), Nn(`Event processing pipeline threw an error, original event will not be sent. Details have been sent as a new event.\nReason: ${e}`));
977
+ });
978
+ }
979
+ _process(e, t) {
980
+ this._numProcessing++, this._promiseBuffer.add(e).then((e) => (this._numProcessing--, e), (e) => (this._numProcessing--, e === gn && this.recordDroppedEvent("queue_overflow", t), e));
981
+ }
982
+ _clearOutcomes() {
983
+ let e = this._outcomes;
984
+ return this._outcomes = {}, Object.entries(e).map(([e, t]) => {
985
+ let [n, r] = e.split(":");
986
+ return {
987
+ reason: n,
988
+ category: r,
989
+ quantity: t
990
+ };
991
+ });
992
+ }
993
+ _flushOutcomes() {
994
+ k && M.log("Flushing outcomes...");
995
+ let e = this._clearOutcomes();
996
+ if (e.length === 0) {
997
+ k && M.log("No outcomes to send");
998
+ return;
999
+ }
1000
+ if (!this._dsn) {
1001
+ k && M.log("No dsn provided, will not send outcomes");
1002
+ return;
1003
+ }
1004
+ k && M.log("Sending outcomes:", e);
1005
+ let t = wn(e, this._options.tunnel && F(this._dsn));
1006
+ this.sendEnvelope(t);
1007
+ }
1008
+ };
1009
+ function zn(e) {
1010
+ return e === "replay_event" ? "replay" : e || "error";
1011
+ }
1012
+ function Bn(e, t) {
1013
+ let n = `${t} must return \`null\` or a valid event.`;
1014
+ if (We(e)) return e.then((e) => {
1015
+ if (!He(e) && e !== null) throw Nn(n);
1016
+ return e;
1017
+ }, (e) => {
1018
+ throw Nn(`${t} rejected with ${e}`);
1019
+ });
1020
+ if (!He(e) && e !== null) throw Nn(n);
1021
+ return e;
1022
+ }
1023
+ function Vn(e, t, n, r) {
1024
+ let { beforeSend: i, beforeSendTransaction: a, ignoreSpans: o } = t, s = !Ct(t.beforeSendSpan) && t.beforeSendSpan, c = n;
1025
+ if (Hn(c) && i) return i(c, r);
1026
+ if (Un(c)) {
1027
+ if (s || o) {
1028
+ let t = En(c);
1029
+ if (o != null && o.length && yt({
1030
+ description: t.description,
1031
+ op: t.op,
1032
+ attributes: t.data
1033
+ }, o)) return null;
1034
+ if (s) {
1035
+ let e = s(t);
1036
+ e ? c = ie(n, Dn(e)) : De();
1037
+ }
1038
+ if (c.spans) {
1039
+ let t = [], n = c.spans;
1040
+ for (let e of n) {
1041
+ if (o != null && o.length && yt({
1042
+ description: e.description,
1043
+ op: e.op,
1044
+ attributes: e.data
1045
+ }, o)) {
1046
+ xt(n, e);
1047
+ continue;
1048
+ }
1049
+ if (s) {
1050
+ let n = s(e);
1051
+ n ? t.push(n) : (De(), t.push(e));
1052
+ } else t.push(e);
1053
+ }
1054
+ let r = c.spans.length - t.length;
1055
+ r && e.recordDroppedEvent("before_send", "span", r), c.spans = t;
1056
+ }
1057
+ }
1058
+ if (a) {
1059
+ if (c.spans) {
1060
+ let e = c.spans.length;
1061
+ c.sdkProcessingMetadata = {
1062
+ ...n.sdkProcessingMetadata,
1063
+ spanCountBeforeProcessing: e
1064
+ };
1065
+ }
1066
+ return a(c, r);
1067
+ }
1068
+ }
1069
+ return c;
1070
+ }
1071
+ function Hn(e) {
1072
+ return e.type === void 0;
1073
+ }
1074
+ function Un(e) {
1075
+ return e.type === "transaction";
1076
+ }
1077
+ function Wn(e) {
1078
+ let t = 0;
1079
+ return e.name && (t += e.name.length * 2), t += 8, t + Kn(e.attributes);
1080
+ }
1081
+ function Gn(e) {
1082
+ let t = 0;
1083
+ return e.message && (t += e.message.length * 2), t + Kn(e.attributes);
1084
+ }
1085
+ function Kn(e) {
1086
+ if (!e) return 0;
1087
+ let t = 0;
1088
+ return Object.values(e).forEach((e) => {
1089
+ Array.isArray(e) ? t += e.length * qn(e[0]) : A(e) ? t += qn(e) : t += 100;
1090
+ }), t;
1091
+ }
1092
+ function qn(e) {
1093
+ return typeof e == "string" ? e.length * 2 : typeof e == "number" ? 8 : typeof e == "boolean" ? 4 : 0;
1094
+ }
1095
+ //#endregion
1096
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/eventbuilder.js
1097
+ function Jn(e) {
1098
+ return oe(e) && "__sentry_fetch_url_host__" in e && typeof e.__sentry_fetch_url_host__ == "string";
1099
+ }
1100
+ function Yn(e) {
1101
+ return Jn(e) ? `${e.message} (${e.__sentry_fetch_url_host__})` : e.message;
1102
+ }
1103
+ //#endregion
1104
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/sdk.js
1105
+ function Xn(e, t) {
1106
+ t.debug === !0 && (k ? M.enable() : ze(() => {
1107
+ console.warn("[Sentry] Cannot initialize SDK with `debug` option using a non-debug bundle.");
1108
+ })), I().update(t.initialScope);
1109
+ let n = new e(t);
1110
+ return Zn(n), n.init(), n;
1111
+ }
1112
+ function Zn(e) {
1113
+ I().setClient(e);
1114
+ }
1115
+ var Qn = 5e3, $n = 36e5;
1116
+ function er(e) {
1117
+ function t(...e) {
1118
+ k && M.log("[Offline]:", ...e);
1119
+ }
1120
+ return (n) => {
1121
+ let r = e(n);
1122
+ if (!n.createStore) throw Error("No `createStore` function was provided");
1123
+ let i = n.createStore(n), a = Qn, o;
1124
+ function s(e, t, r) {
1125
+ return Et(e, ["client_report"]) ? !1 : n.shouldStore ? n.shouldStore(e, t, r) : !0;
1126
+ }
1127
+ function c(e) {
1128
+ o && clearTimeout(o), o = hn(setTimeout(async () => {
1129
+ o = void 0;
1130
+ let e = await i.shift();
1131
+ e && (t("Attempting to send previously queued event"), e[0].sent_at = (/* @__PURE__ */ new Date()).toISOString(), u(e, !0).catch((e) => {
1132
+ t("Failed to retry sending", e);
1133
+ }));
1134
+ }, e));
1135
+ }
1136
+ function l() {
1137
+ o || (c(a), a = Math.min(a * 2, $n));
1138
+ }
1139
+ async function u(e, o = !1) {
1140
+ if (!o && Et(e, ["replay_event", "replay_recording"])) return await i.push(e), c(100), {};
1141
+ try {
1142
+ if (n.shouldSend && await n.shouldSend(e) === !1) throw Error("Envelope not sent because `shouldSend` callback returned false");
1143
+ let t = await r.send(e), i = 100;
1144
+ if (t) {
1145
+ var u, d;
1146
+ if ((u = t.headers) != null && u["retry-after"]) i = yn(t.headers["retry-after"]);
1147
+ else if ((d = t.headers) != null && d["x-sentry-rate-limits"]) i = 6e4;
1148
+ else if ((t.statusCode || 0) >= 400) return t;
1149
+ }
1150
+ return c(i), a = Qn, t;
1151
+ } catch (n) {
1152
+ if (await s(e, n, a)) return o ? await i.unshift(e) : await i.push(e), l(), t("Error sending. Event queued.", n), {};
1153
+ throw n;
1154
+ }
1155
+ }
1156
+ return n.flushAtStartup && l(), {
1157
+ send: u,
1158
+ flush: (e) => (e === void 0 && (a = Qn, c(100)), r.flush(e))
1159
+ };
1160
+ };
1161
+ }
1162
+ //#endregion
1163
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/ipAddress.js
1164
+ function tr(e) {
1165
+ if ("aggregates" in e) {
1166
+ var t;
1167
+ ((t = e.attrs) == null ? void 0 : t.ip_address) === void 0 && (e.attrs = {
1168
+ ...e.attrs,
1169
+ ip_address: "{{auto}}"
1170
+ });
1171
+ } else e.ipAddress === void 0 && (e.ipAddress = "{{auto}}");
1172
+ }
1173
+ //#endregion
1174
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/sdkMetadata.js
1175
+ function nr(e, t, n = [t], r = "npm") {
1176
+ let i = (e._metadata = e._metadata || {}).sdk = e._metadata.sdk || {};
1177
+ i.name || (i.name = `sentry.javascript.${t}`, i.packages = n.map((e) => ({
1178
+ name: `${r}:@sentry/${e}`,
1179
+ version: Je
1180
+ })), i.version = Je);
1181
+ }
1182
+ //#endregion
1183
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/breadcrumbs.js
1184
+ var rr = 100;
1185
+ function K(e, t) {
1186
+ let n = _(), r = le();
1187
+ if (!n) return;
1188
+ let { beforeBreadcrumb: i = null, maxBreadcrumbs: a = rr } = n.getOptions();
1189
+ if (a <= 0) return;
1190
+ let o = {
1191
+ timestamp: h(),
1192
+ ...e
1193
+ }, s = i ? ze(() => i(o, t)) : o;
1194
+ s !== null && (n.emit && n.emit("beforeAddBreadcrumb", s, t), r.addBreadcrumb(s, a));
1195
+ }
1196
+ //#endregion
1197
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/integrations/functiontostring.js
1198
+ var ir, ar = "FunctionToString", or = /* @__PURE__ */ new WeakMap(), sr = G((() => ({
1199
+ name: ar,
1200
+ setupOnce() {
1201
+ ir = Function.prototype.toString;
1202
+ try {
1203
+ Function.prototype.toString = function(...e) {
1204
+ let t = x(this), n = or.has(_()) && t !== void 0 ? t : this;
1205
+ return ir.apply(n, e);
1206
+ };
1207
+ } catch {}
1208
+ },
1209
+ setup(e) {
1210
+ or.set(e, !0);
1211
+ }
1212
+ }))), cr = [
1213
+ /^Script error\.?$/,
1214
+ /^Javascript error: Script error\.? on line 0$/,
1215
+ /^ResizeObserver loop completed with undelivered notifications.$/,
1216
+ /^Cannot redefine property: googletag$/,
1217
+ /^Can't find variable: gmo$/,
1218
+ /^undefined is not an object \(evaluating 'a\.[A-Z]'\)$/,
1219
+ /can't redefine non-configurable property "solana"/,
1220
+ /vv\(\)\.getRestrictions is not a function/,
1221
+ /Can't find variable: _AutofillCallbackHandler/,
1222
+ /Object Not Found Matching Id:\d+, MethodName:simulateEvent/,
1223
+ /^Java exception was raised during method invocation$/
1224
+ ], lr = "EventFilters", ur = G((e = {}) => {
1225
+ let t;
1226
+ return {
1227
+ name: lr,
1228
+ setup(n) {
1229
+ t = fr(e, n.getOptions());
1230
+ },
1231
+ processEvent(n, r, i) {
1232
+ return t || (t = fr(e, i.getOptions())), pr(n, t) ? null : n;
1233
+ }
1234
+ };
1235
+ }), dr = G(((e = {}) => ({
1236
+ ...ur(e),
1237
+ name: "InboundFilters"
1238
+ })));
1239
+ function fr(e = {}, t = {}) {
1240
+ return {
1241
+ allowUrls: [...e.allowUrls || [], ...t.allowUrls || []],
1242
+ denyUrls: [...e.denyUrls || [], ...t.denyUrls || []],
1243
+ ignoreErrors: [
1244
+ ...e.ignoreErrors || [],
1245
+ ...t.ignoreErrors || [],
1246
+ ...e.disableErrorDefaults ? [] : cr
1247
+ ],
1248
+ ignoreTransactions: [...e.ignoreTransactions || [], ...t.ignoreTransactions || []]
1249
+ };
1250
+ }
1251
+ function pr(e, t) {
1252
+ if (!e.type) {
1253
+ if (mr(e, t.ignoreErrors)) return k && M.warn(`Event dropped due to being matched by \`ignoreErrors\` option.\nEvent: ${b(e)}`), !0;
1254
+ if (br(e)) return k && M.warn(`Event dropped due to not having an error message, error type or stacktrace.\nEvent: ${b(e)}`), !0;
1255
+ if (gr(e, t.denyUrls)) return k && M.warn(`Event dropped due to being matched by \`denyUrls\` option.\nEvent: ${b(e)}.\nUrl: ${yr(e)}`), !0;
1256
+ if (!_r(e, t.allowUrls)) return k && M.warn(`Event dropped due to not being matched by \`allowUrls\` option.\nEvent: ${b(e)}.\nUrl: ${yr(e)}`), !0;
1257
+ } else if (e.type === "transaction" && hr(e, t.ignoreTransactions)) return k && M.warn(`Event dropped due to being matched by \`ignoreTransactions\` option.\nEvent: ${b(e)}`), !0;
1258
+ return !1;
1259
+ }
1260
+ function mr(e, t) {
1261
+ return t != null && t.length ? Tn(e).some((e) => R(e, t)) : !1;
1262
+ }
1263
+ function hr(e, t) {
1264
+ if (!(t != null && t.length)) return !1;
1265
+ let n = e.transaction;
1266
+ return n ? R(n, t) : !1;
1267
+ }
1268
+ function gr(e, t) {
1269
+ if (!(t != null && t.length)) return !1;
1270
+ let n = yr(e);
1271
+ return n ? R(n, t) : !1;
1272
+ }
1273
+ function _r(e, t) {
1274
+ if (!(t != null && t.length)) return !0;
1275
+ let n = yr(e);
1276
+ return n ? R(n, t) : !0;
1277
+ }
1278
+ function vr(e = []) {
1279
+ for (let t = e.length - 1; t >= 0; t--) {
1280
+ let n = e[t];
1281
+ if (n && n.filename !== "<anonymous>" && n.filename !== "[native code]") return n.filename || null;
1282
+ }
1283
+ return null;
1284
+ }
1285
+ function yr(e) {
1286
+ try {
1287
+ var t, n, r;
1288
+ let i = [...(t = (n = e.exception) == null ? void 0 : n.values) == null ? [] : t].reverse().find((e) => {
1289
+ var t, n;
1290
+ return ((t = e.mechanism) == null ? void 0 : t.parent_id) === void 0 && ((n = e.stacktrace) == null || (n = n.frames) == null ? void 0 : n.length);
1291
+ }), a = i == null || (r = i.stacktrace) == null ? void 0 : r.frames;
1292
+ return a ? vr(a) : null;
1293
+ } catch {
1294
+ return k && M.error(`Cannot extract url for event ${b(e)}`), null;
1295
+ }
1296
+ }
1297
+ function br(e) {
1298
+ var t;
1299
+ return !((t = e.exception) == null || (t = t.values) == null) && t.length ? !e.message && !e.exception.values.some((e) => e.stacktrace || e.type && e.type !== "Error" || e.value) : !1;
1300
+ }
1301
+ //#endregion
1302
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/aggregate-errors.js
1303
+ function xr(e, t, n, r, i, a) {
1304
+ var o;
1305
+ if (!((o = i.exception) != null && o.values) || !a || !Ke(a.originalException, Error)) return;
1306
+ let s = i.exception.values.length > 0 ? i.exception.values[i.exception.values.length - 1] : void 0;
1307
+ s && (i.exception.values = Sr(e, t, r, a.originalException, n, i.exception.values, s, 0));
1308
+ }
1309
+ function Sr(e, t, n, r, i, a, o, s) {
1310
+ if (a.length >= n + 1) return a;
1311
+ let c = [...a];
1312
+ if (Ke(r[i], Error)) {
1313
+ wr(o, s, r);
1314
+ let a = e(t, r[i]), l = c.length;
1315
+ Tr(a, i, l, s), c = Sr(e, t, n, r[i], i, [a, ...c], a, l);
1316
+ }
1317
+ return Cr(r) && r.errors.forEach((a, l) => {
1318
+ if (Ke(a, Error)) {
1319
+ wr(o, s, r);
1320
+ let u = e(t, a), d = c.length;
1321
+ Tr(u, `errors[${l}]`, d, s), c = Sr(e, t, n, a, i, [u, ...c], u, d);
1322
+ }
1323
+ }), c;
1324
+ }
1325
+ function Cr(e) {
1326
+ return Array.isArray(e.errors);
1327
+ }
1328
+ function wr(e, t, n) {
1329
+ e.mechanism = {
1330
+ handled: !0,
1331
+ type: "auto.core.linked_errors",
1332
+ ...Cr(n) && { is_exception_group: !0 },
1333
+ ...e.mechanism,
1334
+ exception_id: t
1335
+ };
1336
+ }
1337
+ function Tr(e, t, n, r) {
1338
+ e.mechanism = {
1339
+ handled: !0,
1340
+ ...e.mechanism,
1341
+ type: "chained",
1342
+ source: t,
1343
+ exception_id: n,
1344
+ parent_id: r
1345
+ };
1346
+ }
1347
+ //#endregion
1348
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/instrument/console.js
1349
+ function Er(e) {
1350
+ let t = "console", n = V(t, e);
1351
+ return H(t, Dr), n;
1352
+ }
1353
+ function Dr() {
1354
+ "console" in L && Ee.forEach(function(e) {
1355
+ e in L.console && O(L.console, e, function(t) {
1356
+ return Ae[e] = t, function(...t) {
1357
+ U("console", {
1358
+ args: t,
1359
+ level: e
1360
+ });
1361
+ let n = Ae[e];
1362
+ n == null || n.apply(L.console, t);
1363
+ };
1364
+ });
1365
+ });
1366
+ }
1367
+ //#endregion
1368
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/severity.js
1369
+ function Or(e) {
1370
+ return e === "warn" ? "warning" : [
1371
+ "fatal",
1372
+ "error",
1373
+ "warning",
1374
+ "log",
1375
+ "info",
1376
+ "debug"
1377
+ ].includes(e) ? e : "log";
1378
+ }
1379
+ //#endregion
1380
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/integrations/dedupe.js
1381
+ var kr = "Dedupe", Ar = G((() => {
1382
+ let e;
1383
+ return {
1384
+ name: kr,
1385
+ processEvent(t) {
1386
+ if (t.type) return t;
1387
+ try {
1388
+ if (jr(t, e)) return k && M.warn("Event dropped due to being a duplicate of previously captured event."), null;
1389
+ } catch {}
1390
+ return e = t;
1391
+ }
1392
+ };
1393
+ }));
1394
+ function jr(e, t) {
1395
+ return t ? !!(Mr(e, t) || Nr(e, t)) : !1;
1396
+ }
1397
+ function Mr(e, t) {
1398
+ let n = e.message, r = t.message;
1399
+ return !(!n && !r || n && !r || !n && r || n !== r || !Fr(e, t) || !Pr(e, t));
1400
+ }
1401
+ function Nr(e, t) {
1402
+ let n = Ir(t), r = Ir(e);
1403
+ return !(!n || !r || n.type !== r.type || n.value !== r.value || !Fr(e, t) || !Pr(e, t));
1404
+ }
1405
+ function Pr(e, t) {
1406
+ let n = Ne(e), r = Ne(t);
1407
+ if (!n && !r) return !0;
1408
+ if (n && !r || !n && r || (n = n, r = r, r.length !== n.length)) return !1;
1409
+ for (let e = 0; e < r.length; e++) {
1410
+ let t = r[e], i = n[e];
1411
+ if (t.filename !== i.filename || t.lineno !== i.lineno || t.colno !== i.colno || t.function !== i.function) return !1;
1412
+ }
1413
+ return !0;
1414
+ }
1415
+ function Fr(e, t) {
1416
+ let n = e.fingerprint, r = t.fingerprint;
1417
+ if (!n && !r) return !0;
1418
+ if (n && !r || !n && r) return !1;
1419
+ n = n, r = r;
1420
+ try {
1421
+ return n.join("") === r.join("");
1422
+ } catch {
1423
+ return !1;
1424
+ }
1425
+ }
1426
+ function Ir(e) {
1427
+ var t;
1428
+ return (t = e.exception) == null || (t = t.values) == null ? void 0 : t[0];
1429
+ }
1430
+ //#endregion
1431
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/integrations/conversationId.js
1432
+ var Lr = "ConversationId", Rr = G((() => ({
1433
+ name: Lr,
1434
+ setup(e) {
1435
+ e.on("spanStart", (e) => {
1436
+ let t = I().getScopeData(), n = le().getScopeData(), r = t.conversationId || n.conversationId;
1437
+ if (r) {
1438
+ let { op: t, data: n, description: i } = he(e);
1439
+ if (!(t != null && t.startsWith("gen_ai.")) && !n["ai.operationId"] && !(i != null && i.startsWith("ai."))) return;
1440
+ e.setAttribute(ye, r);
1441
+ }
1442
+ });
1443
+ }
1444
+ })));
1445
+ //#endregion
1446
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/breadcrumb-log-level.js
1447
+ function zr(e) {
1448
+ if (e !== void 0) {
1449
+ if (e >= 400 && e < 500) return "warning";
1450
+ if (e >= 500) return "error";
1451
+ }
1452
+ }
1453
+ //#endregion
1454
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/supports.js
1455
+ var q = L;
1456
+ function Br() {
1457
+ return "history" in q && !!q.history;
1458
+ }
1459
+ function Vr() {
1460
+ if (!("fetch" in q)) return !1;
1461
+ try {
1462
+ return new Headers(), new Request("data:,"), new Response(), !0;
1463
+ } catch {
1464
+ return !1;
1465
+ }
1466
+ }
1467
+ function Hr(e) {
1468
+ return e && /^function\s+\w+\(\)\s+\{\s+\[native code\]\s+\}$/.test(e.toString());
1469
+ }
1470
+ function Ur() {
1471
+ if (typeof EdgeRuntime == "string") return !0;
1472
+ if (!Vr()) return !1;
1473
+ if (Hr(q.fetch)) return !0;
1474
+ let e = !1, t = q.document;
1475
+ if (t && typeof t.createElement == "function") try {
1476
+ var n;
1477
+ let r = t.createElement("iframe");
1478
+ r.hidden = !0, t.head.appendChild(r), (n = r.contentWindow) != null && n.fetch && (e = Hr(r.contentWindow.fetch)), t.head.removeChild(r);
1479
+ } catch (e) {
1480
+ k && M.warn("Could not create sandbox iframe for pure fetch check, bailing to window.fetch: ", e);
1481
+ }
1482
+ return e;
1483
+ }
1484
+ //#endregion
1485
+ //#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/instrument/fetch.js
1486
+ function Wr(e, t) {
1487
+ let n = "fetch", r = V(n, e);
1488
+ return H(n, () => Gr(void 0, t)), r;
1489
+ }
1490
+ function Gr(e, t = !1) {
1491
+ t && !Ur() || O(L, "fetch", function(t) {
1492
+ return function(...n) {
1493
+ let r = /* @__PURE__ */ Error(), { method: i, url: a } = Jr(n), o = {
1494
+ args: n,
1495
+ fetchData: {
1496
+ method: i,
1497
+ url: a
1498
+ },
1499
+ startTimestamp: j() * 1e3,
1500
+ virtualError: r,
1501
+ headers: Yr(n)
1502
+ };
1503
+ return e || U("fetch", { ...o }), t.apply(L, n).then(async (t) => (e ? e(t) : U("fetch", {
1504
+ ...o,
1505
+ endTimestamp: j() * 1e3,
1506
+ response: t
1507
+ }), t), (e) => {
1508
+ var t;
1509
+ U("fetch", {
1510
+ ...o,
1511
+ endTimestamp: j() * 1e3,
1512
+ error: e
1513
+ }), oe(e) && e.stack === void 0 && (e.stack = r.stack, S(e, "framesToPop", 1));
1514
+ let n = _(), i = (t = n == null ? void 0 : n.getOptions().enhanceFetchErrorMessages) == null ? "always" : t;
1515
+ if (i !== !1 && e instanceof TypeError && (e.message === "Failed to fetch" || e.message === "Load failed" || e.message === "NetworkError when attempting to fetch resource.")) try {
1516
+ let t = new URL(o.fetchData.url).host;
1517
+ i === "always" ? e.message = `${e.message} (${t})` : S(e, "__sentry_fetch_url_host__", t);
1518
+ } catch {}
1519
+ throw e;
1520
+ });
1521
+ };
1522
+ });
1523
+ }
1524
+ function Kr(e, t) {
1525
+ return !!e && typeof e == "object" && !!e[t];
1526
+ }
1527
+ function qr(e) {
1528
+ return typeof e == "string" ? e : e ? Kr(e, "url") ? e.url : e.toString ? e.toString() : "" : "";
1529
+ }
1530
+ function Jr(e) {
1531
+ if (e.length === 0) return {
1532
+ method: "GET",
1533
+ url: ""
1534
+ };
1535
+ if (e.length === 2) {
1536
+ let [t, n] = e;
1537
+ return {
1538
+ url: qr(t),
1539
+ method: Kr(n, "method") ? String(n.method).toUpperCase() : ve(t) && Kr(t, "method") ? String(t.method).toUpperCase() : "GET"
1540
+ };
1541
+ }
1542
+ let t = e[0];
1543
+ return {
1544
+ url: qr(t),
1545
+ method: Kr(t, "method") ? String(t.method).toUpperCase() : "GET"
1546
+ };
1547
+ }
1548
+ function Yr(e) {
1549
+ let [t, n] = e;
1550
+ try {
1551
+ if (typeof n == "object" && n && "headers" in n && n.headers) return new Headers(n.headers);
1552
+ if (ve(t)) return new Headers(t.headers);
1553
+ } catch {}
1554
+ }
1555
+ //#endregion
1556
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/helpers.js
1557
+ var J = L, Xr = 0;
1558
+ function Zr() {
1559
+ return Xr > 0;
1560
+ }
1561
+ function Qr() {
1562
+ Xr++, setTimeout(() => {
1563
+ Xr--;
1564
+ });
1565
+ }
1566
+ function Y(e, t = {}) {
1567
+ function n(e) {
1568
+ return typeof e == "function";
1569
+ }
1570
+ if (!n(e)) return e;
1571
+ try {
1572
+ let t = e.__sentry_wrapped__;
1573
+ if (t) return typeof t == "function" ? t : e;
1574
+ if (x(e)) return e;
1575
+ } catch {
1576
+ return e;
1577
+ }
1578
+ let r = function(...n) {
1579
+ try {
1580
+ let r = n.map((e) => Y(e, t));
1581
+ return e.apply(this, r);
1582
+ } catch (e) {
1583
+ throw Qr(), v((r) => {
1584
+ r.addEventProcessor((e) => (t.mechanism && (re(e, void 0, void 0), D(e, t.mechanism)), e.extra = {
1585
+ ...e.extra,
1586
+ arguments: n
1587
+ }, e)), Fe(e);
1588
+ }), e;
1589
+ }
1590
+ };
1591
+ try {
1592
+ for (let t in e) Object.prototype.hasOwnProperty.call(e, t) && (r[t] = e[t]);
1593
+ } catch {}
1594
+ T(r, e), S(e, "__sentry_wrapped__", r);
1595
+ try {
1596
+ Object.getOwnPropertyDescriptor(r, "name").configurable && Object.defineProperty(r, "name", { get() {
1597
+ return e.name;
1598
+ } });
1599
+ } catch {}
1600
+ return r;
1601
+ }
1602
+ function $r() {
1603
+ let e = w(), { referrer: t } = J.document || {}, { userAgent: n } = J.navigator || {};
1604
+ return {
1605
+ url: e,
1606
+ headers: {
1607
+ ...t && { Referer: t },
1608
+ ...n && { "User-Agent": n }
1609
+ }
1610
+ };
1611
+ }
1612
+ //#endregion
1613
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/eventbuilder.js
1614
+ function ei(e, t) {
1615
+ let n = ri(e, t), r = {
1616
+ type: ci(t),
1617
+ value: li(t)
1618
+ };
1619
+ return n.length && (r.stacktrace = { frames: n }), r.type === void 0 && r.value === "" && (r.value = "Unrecoverable error caught"), r;
1620
+ }
1621
+ function ti(e, t, n, r) {
1622
+ let i = _(), a = i == null ? void 0 : i.getOptions().normalizeDepth, o = gi(t), s = { __serialized__: Re(t, a) };
1623
+ if (o) return {
1624
+ exception: { values: [ei(e, o)] },
1625
+ extra: s
1626
+ };
1627
+ let c = {
1628
+ exception: { values: [{
1629
+ type: we(t) ? t.constructor.name : r ? "UnhandledRejection" : "Error",
1630
+ value: mi(t, { isUnhandledRejection: r })
1631
+ }] },
1632
+ extra: s
1633
+ };
1634
+ if (n) {
1635
+ let t = ri(e, n);
1636
+ t.length && (c.exception.values[0].stacktrace = { frames: t });
1637
+ }
1638
+ return c;
1639
+ }
1640
+ function ni(e, t) {
1641
+ return { exception: { values: [ei(e, t)] } };
1642
+ }
1643
+ function ri(e, t) {
1644
+ let n = t.stacktrace || t.stack || "", r = ai(t), i = oi(t);
1645
+ try {
1646
+ return e(n, r, i);
1647
+ } catch {}
1648
+ return [];
1649
+ }
1650
+ var ii = /Minified React error #\d+;/i;
1651
+ function ai(e) {
1652
+ return e && ii.test(e.message) ? 1 : 0;
1653
+ }
1654
+ function oi(e) {
1655
+ return typeof e.framesToPop == "number" ? e.framesToPop : 0;
1656
+ }
1657
+ function si(e) {
1658
+ return typeof WebAssembly < "u" && WebAssembly.Exception !== void 0 ? e instanceof WebAssembly.Exception : !1;
1659
+ }
1660
+ function ci(e) {
1661
+ let t = e == null ? void 0 : e.name;
1662
+ return !t && si(e) ? e.message && Array.isArray(e.message) && e.message.length == 2 ? e.message[0] : "WebAssembly.Exception" : t;
1663
+ }
1664
+ function li(e) {
1665
+ let t = e == null ? void 0 : e.message;
1666
+ return si(e) ? Array.isArray(e.message) && e.message.length == 2 ? e.message[1] : "wasm exception" : t ? t.error && typeof t.error.message == "string" ? Yn(t.error) : Yn(e) : "No error message";
1667
+ }
1668
+ function ui(e, t, n, r) {
1669
+ let i = fi(e, t, (n == null ? void 0 : n.syntheticException) || void 0, r);
1670
+ return D(i), i.level = "error", n != null && n.event_id && (i.event_id = n.event_id), Se(i);
1671
+ }
1672
+ function di(e, t, n = "info", r, i) {
1673
+ let a = pi(e, t, (r == null ? void 0 : r.syntheticException) || void 0, i);
1674
+ return a.level = n, r != null && r.event_id && (a.event_id = r.event_id), Se(a);
1675
+ }
1676
+ function fi(e, t, n, r, i) {
1677
+ let a;
1678
+ if (m(t) && t.error) return ni(e, t.error);
1679
+ if (fe(t) || me(t)) {
1680
+ let i = t;
1681
+ if ("stack" in t) a = ni(e, t);
1682
+ else {
1683
+ let t = i.name || (fe(i) ? "DOMError" : "DOMException"), o = i.message ? `${t}: ${i.message}` : t;
1684
+ a = pi(e, o, n, r), re(a, o);
1685
+ }
1686
+ return "code" in i && (a.tags = {
1687
+ ...a.tags,
1688
+ "DOMException.code": `${i.code}`
1689
+ }), a;
1690
+ }
1691
+ return oe(t) ? ni(e, t) : He(t) || we(t) ? (a = ti(e, t, n, i), D(a, { synthetic: !0 }), a) : (a = pi(e, t, n, r), re(a, `${t}`, void 0), D(a, { synthetic: !0 }), a);
1692
+ }
1693
+ function pi(e, t, n, r) {
1694
+ let i = {};
1695
+ if (r && n) {
1696
+ let r = ri(e, n);
1697
+ r.length && (i.exception = { values: [{
1698
+ value: t,
1699
+ stacktrace: { frames: r }
1700
+ }] }), D(i, { synthetic: !0 });
1701
+ }
1702
+ if (Ie(t)) {
1703
+ let { __sentry_template_string__: e, __sentry_template_values__: n } = t;
1704
+ return i.logentry = {
1705
+ message: e,
1706
+ params: n
1707
+ }, i;
1708
+ }
1709
+ return i.message = t, i;
1710
+ }
1711
+ function mi(e, { isUnhandledRejection: t }) {
1712
+ let n = ue(e), r = t ? "promise rejection" : "exception";
1713
+ return m(e) ? `Event \`ErrorEvent\` captured as ${r} with message \`${e.message}\`` : we(e) ? `Event \`${hi(e)}\` (type=${e.type}) captured as ${r}` : `Object captured as ${r} with keys: ${n}`;
1714
+ }
1715
+ function hi(e) {
1716
+ try {
1717
+ let t = Object.getPrototypeOf(e);
1718
+ return t ? t.constructor.name : void 0;
1719
+ } catch {}
1720
+ }
1721
+ function gi(e) {
1722
+ return Object.values(e).find((e) => e instanceof Error);
1723
+ }
1724
+ //#endregion
1725
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/client.js
1726
+ var _i = class extends Rn {
1727
+ constructor(e) {
1728
+ var t, n;
1729
+ let r = vi(e);
1730
+ nr(r, "browser", ["browser"], J.SENTRY_SDK_SOURCE || en()), (t = r._metadata) != null && t.sdk && (r._metadata.sdk.settings = {
1731
+ infer_ip: r.sendDefaultPii ? "auto" : "never",
1732
+ ...r._metadata.sdk.settings
1733
+ }), super(r);
1734
+ let { sendDefaultPii: i, sendClientReports: a, enableLogs: o, _experiments: s, enableMetrics: c } = this._options, l = (n = c == null ? s == null ? void 0 : s.enableMetrics : c) == null ? !0 : n;
1735
+ J.document && (a || o || l) && J.document.addEventListener("visibilitychange", () => {
1736
+ J.document.visibilityState === "hidden" && (a && this._flushOutcomes(), o && sn(this), l && fn(this));
1737
+ }), i && this.on("beforeSendSession", tr);
1738
+ }
1739
+ eventFromException(e, t) {
1740
+ return ui(this._options.stackParser, e, t, this._options.attachStacktrace);
1741
+ }
1742
+ eventFromMessage(e, t = "info", n) {
1743
+ return di(this._options.stackParser, e, t, n, this._options.attachStacktrace);
1744
+ }
1745
+ _prepareEvent(e, t, n, r) {
1746
+ return e.platform = e.platform || "javascript", super._prepareEvent(e, t, n, r);
1747
+ }
1748
+ };
1749
+ function vi(e) {
1750
+ var t;
1751
+ return {
1752
+ release: typeof __SENTRY_RELEASE__ == "string" ? __SENTRY_RELEASE__ : (t = J.SENTRY_RELEASE) == null ? void 0 : t.id,
1753
+ sendClientReports: !0,
1754
+ parentSpanIsAlwaysRootSpan: !0,
1755
+ ...e
1756
+ };
1757
+ }
1758
+ //#endregion
1759
+ //#region ../../node_modules/.pnpm/@sentry-internal+browser-utils@10.52.0/node_modules/@sentry-internal/browser-utils/build/esm/debug-build.js
1760
+ var yi = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, X = L, bi = 1e3, xi, Si, Ci;
1761
+ function wi(e) {
1762
+ V("dom", e), H("dom", Ti);
1763
+ }
1764
+ function Ti() {
1765
+ if (!X.document) return;
1766
+ let e = U.bind(null, "dom"), t = Oi(e, !0);
1767
+ X.document.addEventListener("click", t, !1), X.document.addEventListener("keypress", t, !1), ["EventTarget", "Node"].forEach((t) => {
1768
+ var n, r;
1769
+ let i = (n = X[t]) == null ? void 0 : n.prototype;
1770
+ !(i == null || (r = i.hasOwnProperty) == null) && r.call(i, "addEventListener") && (O(i, "addEventListener", function(t) {
1771
+ return function(n, r, i) {
1772
+ if (n === "click" || n == "keypress") try {
1773
+ let r = this.__sentry_instrumentation_handlers__ = this.__sentry_instrumentation_handlers__ || {}, a = r[n] = r[n] || { refCount: 0 };
1774
+ if (!a.handler) {
1775
+ let r = Oi(e);
1776
+ a.handler = r, t.call(this, n, r, i);
1777
+ }
1778
+ a.refCount++;
1779
+ } catch {}
1780
+ return t.call(this, n, r, i);
1781
+ };
1782
+ }), O(i, "removeEventListener", function(e) {
1783
+ return function(t, n, r) {
1784
+ if (t === "click" || t == "keypress") try {
1785
+ let n = this.__sentry_instrumentation_handlers__ || {}, i = n[t];
1786
+ i && (i.refCount--, i.refCount <= 0 && (e.call(this, t, i.handler, r), i.handler = void 0, delete n[t]), Object.keys(n).length === 0 && delete this.__sentry_instrumentation_handlers__);
1787
+ } catch {}
1788
+ return e.call(this, t, n, r);
1789
+ };
1790
+ }));
1791
+ });
1792
+ }
1793
+ function Ei(e) {
1794
+ if (e.type !== Si) return !1;
1795
+ try {
1796
+ if (!e.target || e.target._sentryId !== Ci) return !1;
1797
+ } catch {}
1798
+ return !0;
1799
+ }
1800
+ function Di(e, t) {
1801
+ return e === "keypress" ? t != null && t.tagName ? !(t.tagName === "INPUT" || t.tagName === "TEXTAREA" || t.isContentEditable) : !0 : !1;
1802
+ }
1803
+ function Oi(e, t = !1) {
1804
+ return (n) => {
1805
+ if (!n || n._sentryCaptured) return;
1806
+ let r = ki(n);
1807
+ if (Di(n.type, r)) return;
1808
+ S(n, "_sentryCaptured", !0), r && !r._sentryId && S(r, "_sentryId", C());
1809
+ let i = n.type === "keypress" ? "input" : n.type;
1810
+ Ei(n) || (e({
1811
+ event: n,
1812
+ name: i,
1813
+ global: t
1814
+ }), Si = n.type, Ci = r ? r._sentryId : void 0), clearTimeout(xi), xi = X.setTimeout(() => {
1815
+ Ci = void 0, Si = void 0;
1816
+ }, bi);
1817
+ };
1818
+ }
1819
+ function ki(e) {
1820
+ try {
1821
+ return e.target;
1822
+ } catch {
1823
+ return null;
1824
+ }
1825
+ }
1826
+ //#endregion
1827
+ //#region ../../node_modules/.pnpm/@sentry-internal+browser-utils@10.52.0/node_modules/@sentry-internal/browser-utils/build/esm/instrument/history.js
1828
+ var Ai;
1829
+ function ji(e) {
1830
+ let t = "history";
1831
+ V(t, e), H(t, Mi);
1832
+ }
1833
+ function Mi() {
1834
+ if (X.addEventListener("popstate", () => {
1835
+ let e = X.location.href, t = Ai;
1836
+ Ai = e, t !== e && U("history", {
1837
+ from: t,
1838
+ to: e
1839
+ });
1840
+ }), !Br()) return;
1841
+ function e(e) {
1842
+ return function(...t) {
1843
+ let n = t.length > 2 ? t[2] : void 0;
1844
+ if (n) {
1845
+ let r = Ai, i = Ni(String(n));
1846
+ if (Ai = i, r === i) return e.apply(this, t);
1847
+ U("history", {
1848
+ from: r,
1849
+ to: i
1850
+ });
1851
+ }
1852
+ return e.apply(this, t);
1853
+ };
1854
+ }
1855
+ O(X.history, "pushState", e), O(X.history, "replaceState", e);
1856
+ }
1857
+ function Ni(e) {
1858
+ try {
1859
+ return new URL(e, X.location.origin).toString();
1860
+ } catch {
1861
+ return e;
1862
+ }
1863
+ }
1864
+ //#endregion
1865
+ //#region ../../node_modules/.pnpm/@sentry-internal+browser-utils@10.52.0/node_modules/@sentry-internal/browser-utils/build/esm/getNativeImplementation.js
1866
+ var Pi = {};
1867
+ function Fi(e) {
1868
+ let t = Pi[e];
1869
+ if (t) return t;
1870
+ let n = X[e];
1871
+ if (Hr(n)) return Pi[e] = n.bind(X);
1872
+ let r = X.document;
1873
+ if (r && typeof r.createElement == "function") try {
1874
+ let t = r.createElement("iframe");
1875
+ t.hidden = !0, r.head.appendChild(t);
1876
+ let i = t.contentWindow;
1877
+ i != null && i[e] && (n = i[e]), r.head.removeChild(t);
1878
+ } catch (t) {
1879
+ yi && M.warn(`Could not create sandbox iframe for ${e} check, bailing to window.${e}: `, t);
1880
+ }
1881
+ return n && (Pi[e] = n.bind(X));
1882
+ }
1883
+ function Ii(e) {
1884
+ Pi[e] = void 0;
1885
+ }
1886
+ //#endregion
1887
+ //#region ../../node_modules/.pnpm/@sentry-internal+browser-utils@10.52.0/node_modules/@sentry-internal/browser-utils/build/esm/instrument/xhr.js
1888
+ var Z = "__sentry_xhr_v3__";
1889
+ function Li(e) {
1890
+ V("xhr", e), H("xhr", Ri);
1891
+ }
1892
+ function Ri() {
1893
+ if (!X.XMLHttpRequest) return;
1894
+ let e = XMLHttpRequest.prototype;
1895
+ e.open = new Proxy(e.open, { apply(e, t, n) {
1896
+ let r = /* @__PURE__ */ Error(), i = j() * 1e3, a = N(n[0]) ? n[0].toUpperCase() : void 0, o = zi(n[1]);
1897
+ if (!a || !o) return e.apply(t, n);
1898
+ t[Z] = {
1899
+ method: a,
1900
+ url: o,
1901
+ request_headers: {}
1902
+ }, a === "POST" && o.match(/sentry_key/) && (t.__sentry_own_request__ = !0);
1903
+ let s = () => {
1904
+ let e = t[Z];
1905
+ if (e && t.readyState === 4) {
1906
+ try {
1907
+ e.status_code = t.status;
1908
+ } catch {}
1909
+ U("xhr", {
1910
+ endTimestamp: j() * 1e3,
1911
+ startTimestamp: i,
1912
+ xhr: t,
1913
+ virtualError: r
1914
+ });
1915
+ }
1916
+ };
1917
+ return "onreadystatechange" in t && typeof t.onreadystatechange == "function" ? t.onreadystatechange = new Proxy(t.onreadystatechange, { apply(e, t, n) {
1918
+ return s(), e.apply(t, n);
1919
+ } }) : t.addEventListener("readystatechange", s), t.setRequestHeader = new Proxy(t.setRequestHeader, { apply(e, t, n) {
1920
+ let [r, i] = n, a = t[Z];
1921
+ return a && N(r) && N(i) && (a.request_headers[r.toLowerCase()] = i), e.apply(t, n);
1922
+ } }), e.apply(t, n);
1923
+ } }), e.send = new Proxy(e.send, { apply(e, t, n) {
1924
+ let r = t[Z];
1925
+ return r ? (n[0] !== void 0 && (r.body = n[0]), U("xhr", {
1926
+ startTimestamp: j() * 1e3,
1927
+ xhr: t
1928
+ }), e.apply(t, n)) : e.apply(t, n);
1929
+ } });
1930
+ }
1931
+ function zi(e) {
1932
+ if (N(e)) return e;
1933
+ try {
1934
+ return e.toString();
1935
+ } catch {}
1936
+ }
1937
+ //#endregion
1938
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/transports/fetch.js
1939
+ var Bi = 40;
1940
+ function Vi(e, t = Fi("fetch")) {
1941
+ let n = 0, r = 0;
1942
+ async function i(i) {
1943
+ let a = i.body.length;
1944
+ n += a, r++;
1945
+ let o = {
1946
+ body: i.body,
1947
+ method: "POST",
1948
+ referrerPolicy: "strict-origin",
1949
+ headers: e.headers,
1950
+ keepalive: n <= 6e4 && r < 15,
1951
+ ...e.fetchOptions
1952
+ };
1953
+ try {
1954
+ let n = await t(e.url, o);
1955
+ return {
1956
+ statusCode: n.status,
1957
+ headers: {
1958
+ "x-sentry-rate-limits": n.headers.get("X-Sentry-Rate-Limits"),
1959
+ "retry-after": n.headers.get("Retry-After")
1960
+ }
1961
+ };
1962
+ } catch (e) {
1963
+ throw Ii("fetch"), e;
1964
+ } finally {
1965
+ n -= a, r--;
1966
+ }
1967
+ }
1968
+ return Cn(e, i, _n(e.bufferSize || Bi));
1969
+ }
1970
+ //#endregion
1971
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/debug-build.js
1972
+ var Q = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, Hi = 30, Ui = 50;
1973
+ function Wi(e, t, n, r) {
1974
+ let i = {
1975
+ filename: e,
1976
+ function: t === "<anonymous>" ? "?" : t,
1977
+ in_app: !0
1978
+ };
1979
+ return n !== void 0 && (i.lineno = n), r !== void 0 && (i.colno = r), i;
1980
+ }
1981
+ var Gi = /^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i, Ki = /^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i, qi = /\((\S*)(?::(\d+))(?::(\d+))\)/, Ji = /at (.+?) ?\(data:(.+?),/, Yi = [Hi, (e) => {
1982
+ let t = e.match(Ji);
1983
+ if (t) return {
1984
+ filename: `<data:${t[2]}>`,
1985
+ function: t[1]
1986
+ };
1987
+ let n = Gi.exec(e);
1988
+ if (n) {
1989
+ let [, e, t, r] = n;
1990
+ return Wi(e, "?", +t, +r);
1991
+ }
1992
+ let r = Ki.exec(e);
1993
+ if (r) {
1994
+ var i;
1995
+ if (((i = r[2]) == null ? void 0 : i.indexOf("eval")) === 0) {
1996
+ let e = qi.exec(r[2]);
1997
+ e && (r[2] = e[1], r[3] = e[2], r[4] = e[3]);
1998
+ }
1999
+ let [e, t] = $i(r[1] || "?", r[2]);
2000
+ return Wi(t, e, r[3] ? +r[3] : void 0, r[4] ? +r[4] : void 0);
2001
+ }
2002
+ }], Xi = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i, Zi = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i, Qi = xe(Yi, [Ui, (e) => {
2003
+ let t = Xi.exec(e);
2004
+ if (t) {
2005
+ if (t[3] && t[3].indexOf(" > eval") > -1) {
2006
+ let e = Zi.exec(t[3]);
2007
+ e && (t[1] = t[1] || "eval", t[3] = e[1], t[4] = e[2], t[5] = "");
2008
+ }
2009
+ let e = t[3], n = t[1] || "?";
2010
+ return [n, e] = $i(n, e), Wi(e, n, t[4] ? +t[4] : void 0, t[5] ? +t[5] : void 0);
2011
+ }
2012
+ }]), $i = (e, t) => {
2013
+ let n = e.indexOf("safari-extension") !== -1, r = e.indexOf("safari-web-extension") !== -1;
2014
+ return n || r ? [e.indexOf("@") === -1 ? "?" : e.split("@")[0], n ? `safari-extension:${t}` : `safari-web-extension:${t}`] : [e, t];
2015
+ }, ea = 1024, ta = "Breadcrumbs", na = G(((e = {}) => {
2016
+ let t = {
2017
+ console: !0,
2018
+ dom: !0,
2019
+ fetch: !0,
2020
+ history: !0,
2021
+ sentry: !0,
2022
+ xhr: !0,
2023
+ ...e
2024
+ };
2025
+ return {
2026
+ name: ta,
2027
+ setup(e) {
2028
+ t.console && Er(aa(e)), t.dom && wi(ia(e, t.dom)), t.xhr && Li(oa(e)), t.fetch && Wr(sa(e)), t.history && ji(ca(e)), t.sentry && e.on("beforeSendEvent", ra(e));
2029
+ }
2030
+ };
2031
+ }));
2032
+ function ra(e) {
2033
+ return function(t) {
2034
+ _() === e && K({
2035
+ category: `sentry.${t.type === "transaction" ? "transaction" : "event"}`,
2036
+ event_id: t.event_id,
2037
+ level: t.level,
2038
+ message: b(t)
2039
+ }, { event: t });
2040
+ };
2041
+ }
2042
+ function ia(e, t) {
2043
+ return function(n) {
2044
+ if (_() !== e) return;
2045
+ let r, i, a = typeof t == "object" ? t.serializeAttribute : void 0, o = typeof t == "object" && typeof t.maxStringLength == "number" ? t.maxStringLength : void 0;
2046
+ o && o > ea && (Q && M.warn(`\`dom.maxStringLength\` cannot exceed ${ea}, but a value of ${o} was configured. Sentry will use ${ea} instead.`), o = ea), typeof a == "string" && (a = [a]);
2047
+ try {
2048
+ let e = n.event, t = la(e) ? e.target : e;
2049
+ r = pe(t, {
2050
+ keyAttrs: a,
2051
+ maxStringLength: o
2052
+ }), i = Be(t);
2053
+ } catch {
2054
+ r = "<unknown>";
2055
+ }
2056
+ if (r.length === 0) return;
2057
+ let s = {
2058
+ category: `ui.${n.name}`,
2059
+ message: r
2060
+ };
2061
+ i && (s.data = { "ui.component_name": i }), K(s, {
2062
+ event: n.event,
2063
+ name: n.name,
2064
+ global: n.global
2065
+ });
2066
+ };
2067
+ }
2068
+ function aa(e) {
2069
+ return function(t) {
2070
+ if (_() !== e) return;
2071
+ let n = {
2072
+ category: "console",
2073
+ data: {
2074
+ arguments: t.args,
2075
+ logger: "console"
2076
+ },
2077
+ level: Or(t.level),
2078
+ message: se(t.args, " ")
2079
+ };
2080
+ if (t.level === "assert") if (t.args[0] === !1) n.message = `Assertion failed: ${se(t.args.slice(1), " ") || "console.assert"}`, n.data.arguments = t.args.slice(1);
2081
+ else return;
2082
+ K(n, {
2083
+ input: t.args,
2084
+ level: t.level
2085
+ });
2086
+ };
2087
+ }
2088
+ function oa(e) {
2089
+ return function(t) {
2090
+ if (_() !== e) return;
2091
+ let { startTimestamp: n, endTimestamp: r } = t, i = t.xhr[Z];
2092
+ if (!n || !r || !i) return;
2093
+ let { method: a, url: o, status_code: s, body: c } = i, l = {
2094
+ method: a,
2095
+ url: o,
2096
+ status_code: s
2097
+ }, u = {
2098
+ xhr: t.xhr,
2099
+ input: c,
2100
+ startTimestamp: n,
2101
+ endTimestamp: r
2102
+ }, d = {
2103
+ category: "xhr",
2104
+ data: l,
2105
+ type: "http",
2106
+ level: zr(s)
2107
+ };
2108
+ e.emit("beforeOutgoingRequestBreadcrumb", d, u), K(d, u);
2109
+ };
2110
+ }
2111
+ function sa(e) {
2112
+ return function(t) {
2113
+ if (_() !== e) return;
2114
+ let { startTimestamp: n, endTimestamp: r } = t;
2115
+ if (r && !(t.fetchData.url.match(/sentry_key/) && t.fetchData.method === "POST")) if (t.error) {
2116
+ let i = {
2117
+ data: t.error,
2118
+ input: t.args,
2119
+ startTimestamp: n,
2120
+ endTimestamp: r
2121
+ }, a = {
2122
+ category: "fetch",
2123
+ data: t.fetchData,
2124
+ level: "error",
2125
+ type: "http"
2126
+ };
2127
+ e.emit("beforeOutgoingRequestBreadcrumb", a, i), K(a, i);
2128
+ } else {
2129
+ let i = t.response, a = {
2130
+ ...t.fetchData,
2131
+ status_code: i == null ? void 0 : i.status
2132
+ }, o = {
2133
+ input: t.args,
2134
+ response: i,
2135
+ startTimestamp: n,
2136
+ endTimestamp: r
2137
+ }, s = {
2138
+ category: "fetch",
2139
+ data: a,
2140
+ type: "http",
2141
+ level: zr(a.status_code)
2142
+ };
2143
+ e.emit("beforeOutgoingRequestBreadcrumb", s, o), K(s, o);
2144
+ }
2145
+ };
2146
+ }
2147
+ function ca(e) {
2148
+ return function(t) {
2149
+ if (_() !== e) return;
2150
+ let n = t.from, r = t.to, i = zt(J.location.href), a = n ? zt(n) : void 0, o = zt(r);
2151
+ a != null && a.path || (a = i), i.protocol === o.protocol && i.host === o.host && (r = o.relative), i.protocol === a.protocol && i.host === a.host && (n = a.relative), K({
2152
+ category: "navigation",
2153
+ data: {
2154
+ from: n,
2155
+ to: r
2156
+ }
2157
+ });
2158
+ };
2159
+ }
2160
+ function la(e) {
2161
+ return !!e && !!e.target;
2162
+ }
2163
+ //#endregion
2164
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/integrations/browserapierrors.js
2165
+ var ua = "EventTarget,Window,Node,ApplicationCache,AudioTrackList,BroadcastChannel,ChannelMergerNode,CryptoOperation,EventSource,FileReader,HTMLUnknownElement,IDBDatabase,IDBRequest,IDBTransaction,KeyOperation,MediaController,MessagePort,ModalWindow,Notification,SVGElementInstance,Screen,SharedWorker,TextTrack,TextTrackCue,TextTrackList,WebSocket,WebSocketWorker,Worker,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload".split(","), da = "BrowserApiErrors", fa = G(((e = {}) => {
2166
+ let t = {
2167
+ XMLHttpRequest: !0,
2168
+ eventTarget: !0,
2169
+ requestAnimationFrame: !0,
2170
+ setInterval: !0,
2171
+ setTimeout: !0,
2172
+ unregisterOriginalCallbacks: !1,
2173
+ ...e
2174
+ };
2175
+ return {
2176
+ name: da,
2177
+ setupOnce() {
2178
+ t.setTimeout && O(J, "setTimeout", pa), t.setInterval && O(J, "setInterval", pa), t.requestAnimationFrame && O(J, "requestAnimationFrame", ma), t.XMLHttpRequest && "XMLHttpRequest" in J && O(XMLHttpRequest.prototype, "send", ha);
2179
+ let e = t.eventTarget;
2180
+ e && (Array.isArray(e) ? e : ua).forEach((e) => ga(e, t));
2181
+ }
2182
+ };
2183
+ }));
2184
+ function pa(e) {
2185
+ return function(...t) {
2186
+ let n = t[0];
2187
+ return t[0] = Y(n, { mechanism: {
2188
+ handled: !1,
2189
+ type: `auto.browser.browserapierrors.${P(e)}`
2190
+ } }), e.apply(this, t);
2191
+ };
2192
+ }
2193
+ function ma(e) {
2194
+ return function(t) {
2195
+ return e.apply(this, [Y(t, { mechanism: {
2196
+ data: { handler: P(e) },
2197
+ handled: !1,
2198
+ type: "auto.browser.browserapierrors.requestAnimationFrame"
2199
+ } })]);
2200
+ };
2201
+ }
2202
+ function ha(e) {
2203
+ return function(...t) {
2204
+ let n = this;
2205
+ return [
2206
+ "onload",
2207
+ "onerror",
2208
+ "onprogress",
2209
+ "onreadystatechange"
2210
+ ].forEach((e) => {
2211
+ e in n && typeof n[e] == "function" && O(n, e, function(t) {
2212
+ let n = { mechanism: {
2213
+ data: { handler: P(t) },
2214
+ handled: !1,
2215
+ type: `auto.browser.browserapierrors.xhr.${e}`
2216
+ } }, r = x(t);
2217
+ return r && (n.mechanism.data.handler = P(r)), Y(t, n);
2218
+ });
2219
+ }), e.apply(this, t);
2220
+ };
2221
+ }
2222
+ function ga(e, t) {
2223
+ var n, r;
2224
+ let i = (n = J[e]) == null ? void 0 : n.prototype;
2225
+ !(i == null || (r = i.hasOwnProperty) == null) && r.call(i, "addEventListener") && (O(i, "addEventListener", function(n) {
2226
+ return function(r, i, a) {
2227
+ try {
2228
+ _a(i) && (i.handleEvent = Y(i.handleEvent, { mechanism: {
2229
+ data: {
2230
+ handler: P(i),
2231
+ target: e
2232
+ },
2233
+ handled: !1,
2234
+ type: "auto.browser.browserapierrors.handleEvent"
2235
+ } }));
2236
+ } catch {}
2237
+ return t.unregisterOriginalCallbacks && va(this, r, i), n.apply(this, [
2238
+ r,
2239
+ Y(i, { mechanism: {
2240
+ data: {
2241
+ handler: P(i),
2242
+ target: e
2243
+ },
2244
+ handled: !1,
2245
+ type: "auto.browser.browserapierrors.addEventListener"
2246
+ } }),
2247
+ a
2248
+ ]);
2249
+ };
2250
+ }), O(i, "removeEventListener", function(e) {
2251
+ return function(t, n, r) {
2252
+ try {
2253
+ let i = n.__sentry_wrapped__;
2254
+ i && e.call(this, t, i, r);
2255
+ } catch {}
2256
+ return e.call(this, t, n, r);
2257
+ };
2258
+ }));
2259
+ }
2260
+ function _a(e) {
2261
+ return typeof e.handleEvent == "function";
2262
+ }
2263
+ function va(e, t, n) {
2264
+ e && typeof e == "object" && "removeEventListener" in e && typeof e.removeEventListener == "function" && e.removeEventListener(t, n);
2265
+ }
2266
+ //#endregion
2267
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/integrations/browsersession.js
2268
+ var ya = G((e = {}) => {
2269
+ var t;
2270
+ let n = (t = e.lifecycle) == null ? "route" : t;
2271
+ return {
2272
+ name: "BrowserSession",
2273
+ setupOnce() {
2274
+ if (J.document === void 0) {
2275
+ Q && M.warn("Using the `browserSessionIntegration` in non-browser environments is not supported.");
2276
+ return;
2277
+ }
2278
+ be({ ignoreDuration: !0 }), Ve();
2279
+ let e = le(), t = e.getUser();
2280
+ e.addScopeListener((e) => {
2281
+ let n = e.getUser();
2282
+ ((t == null ? void 0 : t.id) !== (n == null ? void 0 : n.id) || (t == null ? void 0 : t.ip_address) !== (n == null ? void 0 : n.ip_address)) && (Ve(), t = n);
2283
+ }), n === "route" && ji(({ from: e, to: t }) => {
2284
+ e !== t && (be({ ignoreDuration: !0 }), Ve());
2285
+ });
2286
+ }
2287
+ };
2288
+ }), ba = "CultureContext", xa = G((() => ({
2289
+ name: ba,
2290
+ preprocessEvent(e) {
2291
+ let t = Sa();
2292
+ if (t) {
2293
+ var n;
2294
+ e.contexts = {
2295
+ ...e.contexts,
2296
+ culture: {
2297
+ ...t,
2298
+ ...(n = e.contexts) == null ? void 0 : n.culture
2299
+ }
2300
+ };
2301
+ }
2302
+ },
2303
+ processSegmentSpan(e) {
2304
+ let t = Sa();
2305
+ t && Vt(e, {
2306
+ "culture.locale": t.locale,
2307
+ "culture.timezone": t.timezone,
2308
+ "culture.calendar": t.calendar
2309
+ });
2310
+ }
2311
+ })));
2312
+ function Sa() {
2313
+ try {
2314
+ let e = J.Intl;
2315
+ if (!e) return;
2316
+ let t = e.DateTimeFormat().resolvedOptions();
2317
+ return {
2318
+ locale: t.locale,
2319
+ timezone: t.timeZone,
2320
+ calendar: t.calendar
2321
+ };
2322
+ } catch {
2323
+ return;
2324
+ }
2325
+ }
2326
+ //#endregion
2327
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/integrations/globalhandlers.js
2328
+ var Ca = "GlobalHandlers", wa = G(((e = {}) => {
2329
+ let t = {
2330
+ onerror: !0,
2331
+ onunhandledrejection: !0,
2332
+ ...e
2333
+ };
2334
+ return {
2335
+ name: Ca,
2336
+ setupOnce() {
2337
+ Error.stackTraceLimit = 50;
2338
+ },
2339
+ setup(e) {
2340
+ t.onerror && (Ta(e), Aa("onerror")), t.onunhandledrejection && (Ea(e), Aa("onunhandledrejection"));
2341
+ }
2342
+ };
2343
+ }));
2344
+ function Ta(e) {
2345
+ ft((t) => {
2346
+ let { stackParser: n, attachStacktrace: r } = ja();
2347
+ if (_() !== e || Zr()) return;
2348
+ let { msg: i, url: a, line: o, column: s, error: c } = t, l = ka(fi(n, c || i, void 0, r, !1), a, o, s);
2349
+ l.level = "error", Ge(l, {
2350
+ originalException: c,
2351
+ mechanism: {
2352
+ handled: !1,
2353
+ type: "auto.browser.global_handlers.onerror"
2354
+ }
2355
+ });
2356
+ });
2357
+ }
2358
+ function Ea(e) {
2359
+ ht((t) => {
2360
+ let { stackParser: n, attachStacktrace: r } = ja();
2361
+ if (_() !== e || Zr()) return;
2362
+ let i = Da(t), a = A(i) ? Oa(i) : fi(n, i, void 0, r, !0);
2363
+ a.level = "error", Ge(a, {
2364
+ originalException: i,
2365
+ mechanism: {
2366
+ handled: !1,
2367
+ type: "auto.browser.global_handlers.onunhandledrejection"
2368
+ }
2369
+ });
2370
+ });
2371
+ }
2372
+ function Da(e) {
2373
+ if (A(e)) return e;
2374
+ try {
2375
+ if ("reason" in e) return e.reason;
2376
+ if ("detail" in e && "reason" in e.detail) return e.detail.reason;
2377
+ } catch {}
2378
+ return e;
2379
+ }
2380
+ function Oa(e) {
2381
+ return { exception: { values: [{
2382
+ type: "UnhandledRejection",
2383
+ value: `Non-Error promise rejection captured with value: ${String(e)}`
2384
+ }] } };
2385
+ }
2386
+ function ka(e, t, n, r) {
2387
+ let i = e.exception = e.exception || {}, a = i.values = i.values || [], o = a[0] = a[0] || {}, s = o.stacktrace = o.stacktrace || {}, c = s.frames = s.frames || [];
2388
+ if (c.length === 0) {
2389
+ var l;
2390
+ c.push({
2391
+ colno: r,
2392
+ lineno: n,
2393
+ filename: (l = Ma(t)) == null ? w() : l,
2394
+ function: "?",
2395
+ in_app: !0
2396
+ });
2397
+ }
2398
+ return e;
2399
+ }
2400
+ function Aa(e) {
2401
+ Q && M.log(`Global Handler attached: ${e}`);
2402
+ }
2403
+ function ja() {
2404
+ let e = _();
2405
+ return (e == null ? void 0 : e.getOptions()) || {
2406
+ stackParser: () => [],
2407
+ attachStacktrace: !1
2408
+ };
2409
+ }
2410
+ function Ma(e) {
2411
+ if (!(!N(e) || e.length === 0)) return e.startsWith("data:") ? `<${Bt(e, !1)}>` : e;
2412
+ }
2413
+ //#endregion
2414
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/integrations/httpcontext.js
2415
+ var Na = G(() => ({
2416
+ name: "HttpContext",
2417
+ preprocessEvent(e) {
2418
+ var t;
2419
+ if (!J.navigator && !J.location && !J.document) return;
2420
+ let n = $r(), r = {
2421
+ ...n.headers,
2422
+ ...(t = e.request) == null ? void 0 : t.headers
2423
+ };
2424
+ e.request = {
2425
+ ...n,
2426
+ ...e.request,
2427
+ headers: r
2428
+ };
2429
+ },
2430
+ processSegmentSpan(e) {
2431
+ if (!J.navigator && !J.location && !J.document) return;
2432
+ let t = $r();
2433
+ Vt(e, {
2434
+ "url.full": t.url || void 0,
2435
+ "http.request.header.user_agent": t.headers["User-Agent"],
2436
+ "http.request.header.referer": t.headers.Referer
2437
+ });
2438
+ }
2439
+ })), Pa = "cause", Fa = 5, Ia = "LinkedErrors", La = G(((e = {}) => {
2440
+ let t = e.limit || Fa, n = e.key || Pa;
2441
+ return {
2442
+ name: Ia,
2443
+ preprocessEvent(e, r, i) {
2444
+ xr(ei, i.getOptions().stackParser, n, t, e, r);
2445
+ }
2446
+ };
2447
+ }));
2448
+ //#endregion
2449
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/utils/detectBrowserExtension.js
2450
+ function Ra() {
2451
+ return za() ? (Q && ze(() => {
2452
+ console.error("[Sentry] You cannot use Sentry.init() in a browser extension, see: https://docs.sentry.io/platforms/javascript/best-practices/browser-extensions/");
2453
+ }), !0) : !1;
2454
+ }
2455
+ function za() {
2456
+ var e;
2457
+ if (J.window === void 0) return !1;
2458
+ let t = J;
2459
+ if (t.nw) return !1;
2460
+ let n = t.chrome || t.browser;
2461
+ if (!(!(n == null || (e = n.runtime) == null) && e.id)) return !1;
2462
+ let r = w();
2463
+ return !(J === J.top && /^(?:chrome-extension|moz-extension|ms-browser-extension|safari-web-extension):\/\//.test(r));
2464
+ }
2465
+ //#endregion
2466
+ //#region ../../node_modules/.pnpm/@sentry+browser@10.52.0/node_modules/@sentry/browser/build/npm/esm/prod/sdk.js
2467
+ function Ba(e) {
2468
+ return [
2469
+ dr(),
2470
+ sr(),
2471
+ Rr(),
2472
+ fa(),
2473
+ na(),
2474
+ wa(),
2475
+ La(),
2476
+ Ar(),
2477
+ Na(),
2478
+ xa(),
2479
+ ya()
2480
+ ];
2481
+ }
2482
+ function Va(e = {}) {
2483
+ let t = !e.skipBrowserExtensionCheck && Ra(), n = e.defaultIntegrations == null ? Ba() : e.defaultIntegrations;
2484
+ return Xn(_i, {
2485
+ ...e,
2486
+ enabled: t ? !1 : e.enabled,
2487
+ stackParser: Ce(e.stackParser || Qi),
2488
+ integrations: Yt({
2489
+ integrations: e.integrations,
2490
+ defaultIntegrations: n
2491
+ }),
2492
+ transport: e.transport || Vi
2493
+ });
2494
+ }
2495
+ //#endregion
2496
+ //#region ../../node_modules/.pnpm/@sentry+react@10.52.0_react@19.2.6/node_modules/@sentry/react/build/esm/sdk.js
2497
+ function Ha(e) {
2498
+ let t = { ...e };
2499
+ return nr(t, "react"), _e("react", { version: nt.version }), Va(t);
2500
+ }
2501
+ //#endregion
2502
+ //#region src/tools/sentry.ts
2503
+ var Ua = "production", Wa = "0.0.0-experimental.d269d30";
2504
+ function Ga() {
2505
+ let e = "sentry_offline_queue";
2506
+ return {
2507
+ async push(t) {
2508
+ try {
2509
+ var n, r;
2510
+ let i = JSON.parse(((n = localStorage) == null ? void 0 : n.getItem(e)) || "[]");
2511
+ i.push({
2512
+ envelope: t,
2513
+ timestamp: Date.now()
2514
+ }), i.length > 50 && i.shift(), (r = localStorage) == null || r.setItem(e, JSON.stringify(i));
2515
+ } catch {}
2516
+ },
2517
+ async unshift(t) {
2518
+ try {
2519
+ var n, r;
2520
+ let i = JSON.parse(((n = localStorage) == null ? void 0 : n.getItem(e)) || "[]");
2521
+ i.unshift({
2522
+ envelope: t,
2523
+ timestamp: Date.now()
2524
+ }), i.length > 50 && i.pop(), (r = localStorage) == null || r.setItem(e, JSON.stringify(i));
2525
+ } catch {}
2526
+ },
2527
+ async shift() {
2528
+ try {
2529
+ var t;
2530
+ let a = JSON.parse(((t = localStorage) == null ? void 0 : t.getItem(e)) || "[]");
2531
+ if (a.length === 0) {
2532
+ var n;
2533
+ (n = localStorage) == null || n.removeItem(e);
2534
+ return;
2535
+ }
2536
+ let o = a.shift();
2537
+ if (a.length === 0) {
2538
+ var r;
2539
+ (r = localStorage) == null || r.removeItem(e);
2540
+ } else {
2541
+ var i;
2542
+ (i = localStorage) == null || i.setItem(e, JSON.stringify(a));
2543
+ }
2544
+ return o == null ? void 0 : o.envelope;
2545
+ } catch {
2546
+ return;
2547
+ }
2548
+ }
2549
+ };
2550
+ }
2551
+ function Ka(e) {
2552
+ let t = er(Vi);
2553
+ Ha({
2554
+ dsn: "https://b2eafc5a038fa2c535099e431de219f2@o4510697102114816.ingest.us.sentry.io/4510697103097856",
2555
+ release: Wa,
2556
+ environment: Ua,
2557
+ sendDefaultPii: !0,
2558
+ transport: (e) => t({
2559
+ ...e,
2560
+ createStore: () => Ga(),
2561
+ flushAtStartup: !0,
2562
+ shouldStore: async (e, t) => {
2563
+ var n, r, i;
2564
+ return !!(!navigator.onLine || t && ((n = t.message) != null && n.includes("Failed to fetch") || (r = t.message) != null && r.includes("NetworkError") || (i = t.message) != null && i.includes("Network request failed")));
2565
+ }
2566
+ }),
2567
+ tracesSampleRate: .1,
2568
+ ignoreErrors: [
2569
+ /loading chunk \d{1,2}\b/i,
2570
+ /zaloJS/i,
2571
+ /e\.target\.name/i,
2572
+ /ResizeObserver loop/i,
2573
+ /ChunkLoadError/i,
2574
+ /FloorPlan not ready/i,
2575
+ /NetworkError/i,
2576
+ /network error occurred/i,
2577
+ /network request failed/i,
2578
+ /failed to fetch/i,
2579
+ /abort/i
2580
+ ],
2581
+ beforeSend(e) {
2582
+ return Ua === "production" ? e : null;
2583
+ }
2584
+ }), e.eventId && Le("eventId", e.eventId), Le("isWebview", e.isWebview), Le("source", "vite-main"), Ue({ ip_address: "{{auto}}" }), qa();
2585
+ }
2586
+ function qa() {
2587
+ window.addEventListener("unhandledrejection", (e) => {
2588
+ Fe(e.reason, { contexts: { unhandledRejection: { promise: e.promise } } });
2589
+ });
2590
+ let e = window.onerror;
2591
+ window.onerror = (t, n, r, i, a) => (a && Fe(a, { contexts: { windowError: {
2592
+ message: t,
2593
+ source: n,
2594
+ lineno: r,
2595
+ colno: i
2596
+ } } }), e && e.call(window, t, n, r, i, a), !1), window.addEventListener("online", () => {
2597
+ var e;
2598
+ let t = (e = window.__SENTRY__) == null || (e = e.hub) == null ? void 0 : e.getClient();
2599
+ t && t.flush().catch(() => {});
2600
+ });
2601
+ }
2602
+ //#endregion
2603
+ //#region src/intercom/shouldLoad.ts
2604
+ function Ja() {
2605
+ let e = window.location.hostname.split(".");
2606
+ return e.length >= 3 && e[e.length - 2] === "expofp" && e[e.length - 1] === "com";
2607
+ }
2608
+ function Ya() {
2609
+ return Ja() ? window.location.hostname.split(".")[0] : "main";
2610
+ }
2611
+ function Xa(e) {
2612
+ if ((e == null ? void 0 : e.free) === !0) return "Free";
2613
+ let t = e == null ? void 0 : e.trialExpiresAt;
2614
+ if (t) {
2615
+ let e = new Date(t).getTime();
2616
+ if (!Number.isNaN(e)) return Date.now() < e ? "Trial Active" : "Trial Expired";
2617
+ }
2618
+ return "Active";
2619
+ }
2620
+ function Za() {
2621
+ return !1;
2622
+ }
2623
+ function Qa(e) {
2624
+ return e;
2625
+ }
2626
+ function $a(e) {
2627
+ if (Za() || !Ja() || !window.navigator.onLine) return null;
2628
+ let t = Qa({
2629
+ subDomain: Ya(),
2630
+ subscriptionStatus: Xa(e)
2631
+ });
2632
+ return t.subDomain !== "demo" && t.subscriptionStatus !== "Free" && t.subscriptionStatus !== "Trial Expired" ? null : t;
2633
+ }
2634
+ //#endregion
2635
+ //#region src/floorplan.loader.ts
2636
+ function $() {
2637
+ throw Error("FloorPlan not ready");
2638
+ }
2639
+ var eo = class {
2640
+ get ready() {
2641
+ return this._ready;
2642
+ }
2643
+ get previewMode() {
2644
+ return this.options.previewMode || this.element.hasAttribute("data-preview-mode");
2645
+ }
2646
+ selectBooth(e) {
2647
+ $();
2648
+ }
2649
+ selectExhibitor(e) {
2650
+ $();
2651
+ }
2652
+ selectRoute(e, t) {
2653
+ $();
2654
+ }
2655
+ getOptimizedRoutes(e) {
2656
+ $();
2657
+ }
2658
+ selectCurrentPosition(e, t, n) {
2659
+ $();
2660
+ }
2661
+ setBookmarks(e) {
2662
+ $();
2663
+ }
2664
+ setEntitiesBookmarks(e) {
2665
+ $();
2666
+ }
2667
+ setEntitiesVisited(e) {
2668
+ $();
2669
+ }
2670
+ setMarkers(e) {
2671
+ $();
2672
+ }
2673
+ updateLayerVisibility(e, t) {
2674
+ $();
2675
+ }
2676
+ getCenterCoordinates() {
2677
+ $();
2678
+ }
2679
+ applyParameters(e) {
2680
+ $();
2681
+ }
2682
+ exhibitorsList() {
2683
+ $();
2684
+ }
2685
+ boothsList() {
2686
+ $();
2687
+ }
2688
+ categoriesList() {
2689
+ $();
2690
+ }
2691
+ selectCategory(e) {
2692
+ $();
2693
+ }
2694
+ getVisibility() {
2695
+ $();
2696
+ }
2697
+ setVisibility(e) {
2698
+ $();
2699
+ }
2700
+ findLocation() {
2701
+ $();
2702
+ }
2703
+ zoomIn() {
2704
+ $();
2705
+ }
2706
+ zoomOut() {
2707
+ $();
2708
+ }
2709
+ zoomTo(e, t) {
2710
+ $();
2711
+ }
2712
+ switchView() {
2713
+ $();
2714
+ }
2715
+ fitBounds() {
2716
+ $();
2717
+ }
2718
+ getBounds(e) {
2719
+ $();
2720
+ }
2721
+ getBoothRect(e) {
2722
+ $();
2723
+ }
2724
+ convertToGeo(e, t) {
2725
+ $();
2726
+ }
2727
+ unstable_destroy() {
2728
+ $();
2729
+ }
2730
+ highlightExhibitors(e) {
2731
+ $();
2732
+ }
2733
+ highlightBooths(e) {
2734
+ $();
2735
+ }
2736
+ onCurrentPositionChanged(e) {
2737
+ $();
2738
+ }
2739
+ search(e) {
2740
+ $();
2741
+ }
2742
+ getFloors() {
2743
+ $();
2744
+ }
2745
+ onFloorActivated(e) {
2746
+ $();
2747
+ }
2748
+ activateFloor(e) {
2749
+ $();
2750
+ }
2751
+ showPathway(e, t) {
2752
+ $();
2753
+ }
2754
+ showPathwayOnly(e, t) {
2755
+ $();
2756
+ }
2757
+ hidePathways() {
2758
+ $();
2759
+ }
2760
+ showSearch() {
2761
+ $();
2762
+ }
2763
+ changeLanguage(e) {
2764
+ $();
2765
+ }
2766
+ isGpsTrackingEnabled() {
2767
+ $();
2768
+ }
2769
+ setGpsTrackingEnabled(e) {
2770
+ $();
2771
+ }
2772
+ deselectCurrentPosition() {
2773
+ $();
2774
+ }
2775
+ deselectRoute() {
2776
+ $();
2777
+ }
2778
+ reset() {
2779
+ $();
2780
+ }
2781
+ selectAccessibleRoute(e) {
2782
+ $();
2783
+ }
2784
+ constructor(e) {
2785
+ var t;
2786
+ this.options = void 0, this.renderTarget = void 0, this._ready = void 0, this.element = void 0, this.eventId = void 0, this.dataUrl = void 0, this.noOverlay = void 0, this.offHistory = void 0, this.ignoreQuery = void 0, this.allowConsent = void 0, this.onInit = void 0, this.disableRuntimeAlerts = void 0, this.viewerMode = void 0, this.maplibre = void 0, this.efpStyleLoadHandler = void 0, this.resolveReady = void 0, this.icons = /* @__PURE__ */ new Map(), this.enableRotation = !0, this.alwaysShowSidebar = !1, this.onBoothClick = void 0, this.onBookmarkClick = void 0, this.onVisitedClick = void 0, this.onCategoryClick = void 0, this.onFpConfigured = void 0, this.onDirection = void 0, this.onDetails = void 0, this.onExhibitorCustomButtonClick = void 0, this.onGetCoordsClick = void 0, this.onMarkerClick = void 0, this.onLeaveEvent = void 0, this.options = e, this.noOverlay = !!e.noOverlay, this.offHistory = !!e.offHistory, this.ignoreQuery = e.ignoreQuery, this.allowConsent = lt && !f ? !1 : e.allowConsent, this.onBoothClick = e.onBoothClick, this.onBookmarkClick = e.onBookmarkClick, this.onVisitedClick = e.onVisitedClick, this.onCategoryClick = e.onCategoryClick, this.onDetails = e.onDetails, this.onExhibitorCustomButtonClick = e.onExhibitorCustomButtonClick, this.onGetCoordsClick = e.onGetCoordsClick, this.onMarkerClick = e.onMarkerClick, this.onFpConfigured = e.onFpConfigured, this.onDirection = e.onDirection, this.onInit = e.onInit, this.onCurrentPositionChanged = e.onCurrentPositionChanged, this.onFloorActivated = e.onFloorActivated, this.onLeaveEvent = e.onLeaveEvent, this.viewerMode = !!e.viewerMode, this.disableRuntimeAlerts = (t = e.disableRuntimeAlerts) == null ? !0 : t, this.maplibre = e.maplibre, window.__efpMaplibre = e.maplibre, this._ready = new Promise((e, t) => {
2787
+ this.resolveReady = e;
2788
+ });
2789
+ let u = e.element;
2790
+ if (this.element = u, u.__expofp) throw Error("Element already in use");
2791
+ if (u.__expofp = this, u.getAttribute("data-event-id") || u.getAttribute("data-event")) throw Error("data-xxx attributes are removed, use options instead");
2792
+ let d = e.expo || e.event;
2793
+ if (!d) throw Error("`expo` option is required");
2794
+ Ka({
2795
+ eventId: d || "",
2796
+ isWebview: te
2797
+ }), this.eventId = d, window.__efpEvent = d, window.__efpElement = u;
2798
+ let p = [...u.classList];
2799
+ u.classList.remove(...p), u.classList.add("expofp-floorplan-default", ...p);
2800
+ let m = document.head || document.getElementsByTagName("head")[0], h = document.createElement("style");
2801
+ m.prepend(h), h.textContent = ".expofp-floorplan-default { width: 100%; height: 100%;}";
2802
+ let g = document.createElement("div");
2803
+ g.style.height = "100%", g.style.width = "100%", u.appendChild(g);
2804
+ let _;
2805
+ if (te && (this.allowConsent = !0), e.allowConsent === void 0) {
2806
+ let e = new URL(window.location.href).searchParams.get("allowConsent");
2807
+ e && (this.allowConsent = e === "true");
2808
+ }
2809
+ if (st) {
2810
+ _ = g.attachShadow({ mode: "open" });
2811
+ let e = _, t = document;
2812
+ e.createElement = (...e) => t.createElement(...e), e.createElementNS = (...e) => t.createElementNS(...e), e.createTextNode = (...e) => t.createTextNode(...e);
2813
+ } else _ = g;
2814
+ let v = document.createElement("div");
2815
+ if (v.style.height = "100%", v.style.width = "100%", _.appendChild(v), st && Object.defineProperty(v, "ownerDocument", { value: _ }), window.__efpShadowDOMStyleParent = st ? _ : void 0, this.renderTarget = v, u.getAttribute("data-data-url")) throw Error("data-xxx attributes are removed, use options instead");
2816
+ let y = e.legacyDataUrlBase;
2817
+ window.__dataUrlBase = y, this.dataUrl = y, s.log("Instantiating ExpoFP floorplan", e.element, d);
2818
+ let b = y + "data.js", x = y + "wf.data.js", S = y + "fp.svg.js", C = [
2819
+ c(x),
2820
+ c(b),
2821
+ c(S)
2822
+ ], w = 0;
2823
+ this.efpStyleLoadHandler = function(e) {
2824
+ let t = window.__efpStyleElements;
2825
+ for (; w < t.length;) {
2826
+ let e = t[w];
2827
+ _.appendChild(e), w++;
2828
+ }
2829
+ }, window.addEventListener("__efpStyleLoad", this.efpStyleLoadHandler);
2830
+ let T = this;
2831
+ (async function() {
2832
+ var e, t;
2833
+ await Promise.all(C);
2834
+ let te = 0;
2835
+ for (; window.__fpPending && !window.__fp;) await n(2e3), await c(S + `?v=${++te}`);
2836
+ let f = window.__data, p = $a(f);
2837
+ p && import("./bootIntercom-BJncDYGP.js").then(({ bootIntercom: e }) => e(p)).catch(() => {}), await ne();
2838
+ let m = new URLSearchParams(window.location.search), h, v;
2839
+ if (f != null && f.trackerUrl) try {
2840
+ h = new URL(f.trackerUrl), v = h.searchParams.get("expoId");
2841
+ } catch (e) {
2842
+ console.error(e);
2843
+ }
2844
+ let y = async (e) => {
2845
+ if (!h || !v) return Promise.reject(/* @__PURE__ */ Error("trackerUrl or expoId is missing"));
2846
+ let t = new URL(e.dataUrl, h.origin), n = await fetch(t.toString(), {
2847
+ method: "POST",
2848
+ headers: { "Content-Type": "application/json" },
2849
+ body: JSON.stringify({
2850
+ expoId: v,
2851
+ token: decodeURIComponent(m.get("t"))
2852
+ })
2853
+ }), r = [];
2854
+ n.ok && (r = (await n.json()).map(e.dataMapper)), window.__heatmapDataYah = { yah: r };
2855
+ };
2856
+ if (m.get("heatmap") === "true") try {
2857
+ if (m.get("type") === "yah") m.get("subtype") === "kiosk" ? await y({
2858
+ dataUrl: "/api/kiosks/list/viewer",
2859
+ dataMapper: (e) => ({
2860
+ ...e,
2861
+ id: e.key,
2862
+ name: `Kiosk ${e.key}`
2863
+ })
2864
+ }) : await y({
2865
+ dataUrl: "/api/v1/you-are-here/qr-code/list/viewer",
2866
+ dataMapper: (e, t) => ({
2867
+ ...e,
2868
+ name: `QR Code #${t + 1}`
2869
+ })
2870
+ });
2871
+ else {
2872
+ let e = new URL("/api/fp-stats/get", h.origin);
2873
+ e.searchParams.set("expoId", v), e.searchParams.set("type", "booview"), e.searchParams.set("t", decodeURIComponent(m.get("t")));
2874
+ let t = new URL("api/fp-stats/get", h.origin);
2875
+ t.searchParams.set("expoId", v), t.searchParams.set("type", "exview"), t.searchParams.set("t", decodeURIComponent(m.get("t")));
2876
+ let [n, r] = await Promise.all([fetch(e.toString()), fetch(t.toString())]), [i, a] = await Promise.all([n.json(), r.json()]);
2877
+ window.__heatmapData = {
2878
+ booths: i,
2879
+ exhibitors: a
2880
+ };
2881
+ }
2882
+ } catch (e) {
2883
+ console.error("Heatmap: Initialization error", e);
2884
+ }
2885
+ try {
2886
+ let e = i();
2887
+ if (e) {
2888
+ ee(e);
2889
+ let t = l("api/rebooking-data", {
2890
+ rt: e,
2891
+ expoKey: d
2892
+ }), n = await fetch(t);
2893
+ n.ok && at(f, await n.json()), f.isRebooking = n.ok;
2894
+ } else f.isRebooking = !1;
2895
+ } catch (e) {
2896
+ console.error(e);
2897
+ }
2898
+ let b = [
2899
+ o(a + "vendor/sanitize-css/sanitize.css", _),
2900
+ o(a + "vendor/perfect-scrollbar/css/perfect-scrollbar.css", _),
2901
+ r("Oswald", a + "fonts/oswald-v17-cyrillic_latin-300.woff", { weight: 300 }),
2902
+ r("Oswald", a + "fonts/oswald-v17-cyrillic_latin-500.woff", { weight: 500 }),
2903
+ r("Inter", a + "fonts/inter-400.woff2", { weight: 400 }),
2904
+ r("Inter", a + "fonts/inter-500.woff2", { weight: 500 }),
2905
+ r("Inter", a + "fonts/inter-600.woff2", { weight: 600 }),
2906
+ r("efp-symbols", a + "fonts/efp-symbols.woff", { weight: 400 }),
2907
+ rt(f, _),
2908
+ it(T.icons)
2909
+ ];
2910
+ await Promise.all(b), T.enableRotation = (e = f == null ? void 0 : f.enableRotation) == null ? !1 : e, T.alwaysShowSidebar = (t = f == null ? void 0 : f.alwaysShowSidebar) == null ? !1 : t, s.log("Data loaded");
2911
+ let { default: x } = await import(
2912
+ /* webpackChunkName: "floorplan" */
2913
+ "./floorplan.ready-CVu6wT7j.js"
2914
+ );
2915
+ for (document.querySelectorAll(".expofp-floorplan-loader").forEach((e) => e.remove()); u.firstChild && u.firstChild !== g;) u.removeChild(u.firstChild);
2916
+ Object.setPrototypeOf(T, x.prototype).init();
2917
+ })();
2918
+ }
2919
+ };
2920
+ //#endregion
2921
+ export { Qe as a, Kt as i, Q as n, J as r, eo as t };