@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.
- package/README.md +8 -0
- package/dist/browser/CookieConsent-DZIIxu4v.js +6380 -0
- package/dist/browser/Debug-B2pPaW8y.js +52 -0
- package/dist/browser/Demo-D6ACk7Lt.js +66 -0
- package/dist/browser/Free-B7Am4PYj.js +63 -0
- package/dist/browser/Gallery-DYS3RwB3.js +3258 -0
- package/dist/browser/GpsLoader-DhK72G9P.js +153 -0
- package/dist/browser/KioskStore-CTJSodJs.js +212 -0
- package/dist/browser/MaplibreAdapter-3ujg3BCh.js +35017 -0
- package/dist/browser/SetKioskMode-DHDfCkNQ.js +56 -0
- package/dist/browser/ShowKiosk-B1daYsE7.js +26 -0
- package/dist/browser/TouchHand-fqKeD7y7.js +66 -0
- package/dist/browser/ViewerMenuPanel-D4i_cD73.js +116 -0
- package/dist/browser/add-debug-secret-listener-BvojUazA.js +26 -0
- package/dist/browser/boolean-editor-DKUDhw69.js +150 -0
- package/dist/browser/bootIntercom-BJncDYGP.js +40 -0
- package/dist/browser/box-CTTzrqzn.js +740 -0
- package/dist/browser/browser-2bfSJOPy.js +198 -0
- package/dist/browser/bundle.json +320 -0
- package/dist/browser/classnames-BvasRm8d.js +39 -0
- package/dist/browser/client-BFA2iU9V.js +7601 -0
- package/dist/browser/compat-helper.js +5 -0
- package/dist/browser/debug-overlay-Kuk4KTK1.js +1419 -0
- package/dist/browser/debug-ui-D-tzXame.js +86 -0
- package/dist/browser/dimming-DQIxZLxV.js +1494 -0
- package/dist/browser/dist-B14_hNIG.js +2581 -0
- package/dist/browser/dist-BE8V5GAe.js +205 -0
- package/dist/browser/dist-C3tL5Vk8.js +21 -0
- package/dist/browser/efp-debug-init-nxNDeCAc.js +41 -0
- package/dist/browser/enum-editor-DuvRBoa2.js +1381 -0
- package/dist/browser/expofp-overlay.png +0 -0
- package/dist/browser/exports-D5d2LZL8.js +1537 -0
- package/dist/browser/favicon-DlRUd3Qx.js +12 -0
- package/dist/browser/fetch-retry.umd-B_Vi0pxE.js +78 -0
- package/dist/browser/flex-CsdK7JHd.js +25 -0
- package/dist/browser/flex.props-Ct0C6bp-.js +112 -0
- package/dist/browser/floorplan.loader-BtXqnnYM.js +2921 -0
- package/dist/browser/floorplan.ready-CVu6wT7j.js +1318 -0
- package/dist/browser/fonts/efp-symbols.woff +0 -0
- package/dist/browser/fonts/inter-400.woff2 +0 -0
- package/dist/browser/fonts/inter-500.woff2 +0 -0
- package/dist/browser/fonts/inter-600.woff2 +0 -0
- package/dist/browser/fonts/oswald-v17-cyrillic_latin-300.woff +0 -0
- package/dist/browser/fonts/oswald-v17-cyrillic_latin-500.woff +0 -0
- package/dist/browser/fuse-8wF58EzS.js +1177 -0
- package/dist/browser/icons/accessible.svg +5 -0
- package/dist/browser/icons/arrow-down.svg +3 -0
- package/dist/browser/icons/bus-white.svg +3 -0
- package/dist/browser/icons/check.svg +3 -0
- package/dist/browser/icons/clear.svg +4 -0
- package/dist/browser/icons/departure.svg +5 -0
- package/dist/browser/icons/destination.svg +5 -0
- package/dist/browser/icons/direction.svg +54 -0
- package/dist/browser/icons/dots.svg +4 -0
- package/dist/browser/icons/dragdrop-solid.svg +11 -0
- package/dist/browser/icons/facebook.svg +4 -0
- package/dist/browser/icons/from.svg +4 -0
- package/dist/browser/icons/kiosk.svg +1 -0
- package/dist/browser/icons/linkedin.svg +3 -0
- package/dist/browser/icons/rotate.svg +5 -0
- package/dist/browser/icons/tap.svg +5 -0
- package/dist/browser/icons/to.svg +4 -0
- package/dist/browser/icons/transition.svg +7 -0
- package/dist/browser/icons/transition_down.svg +15 -0
- package/dist/browser/icons/transition_up.svg +15 -0
- package/dist/browser/icons/twitter.svg +3 -0
- package/dist/browser/icons/yah.svg +17 -0
- package/dist/browser/index.html +15 -0
- package/dist/browser/index.js +225 -0
- package/dist/browser/is-debug-DPdTc3ov.js +5721 -0
- package/dist/browser/jsx-runtime-BYH0bwck.js +30 -0
- package/dist/browser/lib-BUACBAyg.js +1859 -0
- package/dist/browser/locales/ar.json +211 -0
- package/dist/browser/locales/de.json +211 -0
- package/dist/browser/locales/es.json +211 -0
- package/dist/browser/locales/fr.json +211 -0
- package/dist/browser/locales/he.json +211 -0
- package/dist/browser/locales/it.json +211 -0
- package/dist/browser/locales/kk.json +211 -0
- package/dist/browser/locales/ko.json +211 -0
- package/dist/browser/locales/mn.json +211 -0
- package/dist/browser/locales/nl.json +211 -0
- package/dist/browser/locales/pl.json +211 -0
- package/dist/browser/locales/pt.json +211 -0
- package/dist/browser/locales/ru.json +211 -0
- package/dist/browser/locales/sv.json +211 -0
- package/dist/browser/locales/th.json +211 -0
- package/dist/browser/locales/tr.json +211 -0
- package/dist/browser/locales/uk.json +211 -0
- package/dist/browser/locales/vi.json +211 -0
- package/dist/browser/locales/zh.json +211 -0
- package/dist/browser/main-DMN_b5iM.js +289 -0
- package/dist/browser/mobx-BiRyH1I7.js +24 -0
- package/dist/browser/particles.min-DIUddENc.js +133 -0
- package/dist/browser/prop-types-gTuqEv98.js +57 -0
- package/dist/browser/react-Bm8UQkxX.js +301 -0
- package/dist/browser/react-dom-uwXLXn13.js +139 -0
- package/dist/browser/reset-all-settings-CHuQ4o3B.js +138 -0
- package/dist/browser/rolldown-runtime-DuTZ4nBm.js +28 -0
- package/dist/browser/settings-DHplBjk5.js +9 -0
- package/dist/browser/settings-item-Z_PlPpqS.js +67 -0
- package/dist/browser/store-BxBB8rRf.js +36182 -0
- package/dist/browser/string-editor-BqyDa6Mf.js +106 -0
- package/dist/browser/theme-v_UhDkxL.js +2803 -0
- package/dist/browser/ui-m6uIJBl8.js +43 -0
- package/dist/browser/vendor/perfect-scrollbar/css/perfect-scrollbar.css +1 -0
- package/dist/browser/vendor/sanitize-css/sanitize.css +1 -0
- package/dist/browser/warning.png +0 -0
- package/dist/esm/RouteCutIn.d.ts +23 -0
- package/dist/esm/RouteCutIn.js +1 -0
- package/dist/esm/_NEW_types.d.ts +6 -0
- package/dist/esm/_NEW_types.js +1 -0
- package/dist/esm/_misc_to_move/initHtmlHead.d.ts +2 -0
- package/dist/esm/_misc_to_move/initHtmlHead.js +1 -0
- package/dist/esm/_misc_to_move/logBuildInfo.d.ts +2 -0
- package/dist/esm/_misc_to_move/logBuildInfo.js +1 -0
- package/dist/esm/_misc_to_move/manifest.d.ts +14 -0
- package/dist/esm/_misc_to_move/manifest.js +1 -0
- package/dist/esm/_misc_to_move/ref.d.ts +6 -0
- package/dist/esm/_misc_to_move/ref.js +1 -0
- package/dist/esm/components/Alert.d.ts +20 -0
- package/dist/esm/components/Alert.js +1 -0
- package/dist/esm/components/Autocomplete.d.ts +16 -0
- package/dist/esm/components/Autocomplete.js +1 -0
- package/dist/esm/components/Badge.d.ts +15 -0
- package/dist/esm/components/Badge.js +1 -0
- package/dist/esm/components/BaseFilterModal.d.ts +11 -0
- package/dist/esm/components/BaseFilterModal.js +1 -0
- package/dist/esm/components/BookmarkSvg.d.ts +3 -0
- package/dist/esm/components/BookmarkSvg.js +1 -0
- package/dist/esm/components/Bookmarks.d.ts +3 -0
- package/dist/esm/components/Bookmarks.js +1 -0
- package/dist/esm/components/Booth/Booth.d.ts +5 -0
- package/dist/esm/components/Booth/Booth.js +1 -0
- package/dist/esm/components/Booth/BoothOnHold.d.ts +13 -0
- package/dist/esm/components/Booth/BoothOnHold.js +1 -0
- package/dist/esm/components/Booth/BoothReserved.d.ts +3 -0
- package/dist/esm/components/Booth/BoothReserved.js +1 -0
- package/dist/esm/components/Booth/BoothSpecial.d.ts +8 -0
- package/dist/esm/components/Booth/BoothSpecial.js +1 -0
- package/dist/esm/components/Booth/BoothWithoutExhibitor.d.ts +13 -0
- package/dist/esm/components/Booth/BoothWithoutExhibitor.js +1 -0
- package/dist/esm/components/Button.d.ts +25 -0
- package/dist/esm/components/Button.js +1 -0
- package/dist/esm/components/Category.d.ts +4 -0
- package/dist/esm/components/Category.js +1 -0
- package/dist/esm/components/CategoryFilterModal.d.ts +3 -0
- package/dist/esm/components/CategoryFilterModal.js +1 -0
- package/dist/esm/components/Checkbox.d.ts +13 -0
- package/dist/esm/components/Checkbox.js +1 -0
- package/dist/esm/components/CheckboxButton.d.ts +11 -0
- package/dist/esm/components/CheckboxButton.js +1 -0
- package/dist/esm/components/Controls.d.ts +2 -0
- package/dist/esm/components/Controls.js +1 -0
- package/dist/esm/components/CookieConsent.d.ts +9 -0
- package/dist/esm/components/CookieConsent.js +1 -0
- package/dist/esm/components/Debug.d.ts +4 -0
- package/dist/esm/components/Debug.js +1 -0
- package/dist/esm/components/Demo.d.ts +3 -0
- package/dist/esm/components/Demo.js +1 -0
- package/dist/esm/components/Draggable.d.ts +10 -0
- package/dist/esm/components/Draggable.js +1 -0
- package/dist/esm/components/EntityItem.d.ts +43 -0
- package/dist/esm/components/EntityItem.js +1 -0
- package/dist/esm/components/EntityList.d.ts +9 -0
- package/dist/esm/components/EntityList.js +1 -0
- package/dist/esm/components/EntityListRow.d.ts +12 -0
- package/dist/esm/components/EntityListRow.js +1 -0
- package/dist/esm/components/ErrorBoundary.d.ts +15 -0
- package/dist/esm/components/ErrorBoundary.js +1 -0
- package/dist/esm/components/Event.d.ts +5 -0
- package/dist/esm/components/Event.js +1 -0
- package/dist/esm/components/EventBadge.d.ts +10 -0
- package/dist/esm/components/EventBadge.js +1 -0
- package/dist/esm/components/Exhibitor.d.ts +4 -0
- package/dist/esm/components/Exhibitor.js +1 -0
- package/dist/esm/components/Filter.d.ts +3 -0
- package/dist/esm/components/Filter.js +1 -0
- package/dist/esm/components/Free.d.ts +3 -0
- package/dist/esm/components/Free.js +1 -0
- package/dist/esm/components/Gallery/Gallery.d.ts +13 -0
- package/dist/esm/components/Gallery/Gallery.js +1 -0
- package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.d.ts +8 -0
- package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.js +1 -0
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.d.ts +9 -0
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.js +1 -0
- package/dist/esm/components/Gallery/GalleryImg/GalleryImg.d.ts +14 -0
- package/dist/esm/components/Gallery/GalleryImg/GalleryImg.js +1 -0
- package/dist/esm/components/Gallery/GalleryItem/GalleryItem.d.ts +13 -0
- package/dist/esm/components/Gallery/GalleryItem/GalleryItem.js +1 -0
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.d.ts +12 -0
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.js +1 -0
- package/dist/esm/components/Gallery/GalleryPreLoader.d.ts +7 -0
- package/dist/esm/components/Gallery/GalleryPreLoader.js +1 -0
- package/dist/esm/components/Gallery/TransformImg/TransformImg.d.ts +10 -0
- package/dist/esm/components/Gallery/TransformImg/TransformImg.js +1 -0
- package/dist/esm/components/GlobalErrorMessage.d.ts +4 -0
- package/dist/esm/components/GlobalErrorMessage.js +1 -0
- package/dist/esm/components/GpsLoader.d.ts +4 -0
- package/dist/esm/components/GpsLoader.js +1 -0
- package/dist/esm/components/HeatmapLegend.d.ts +12 -0
- package/dist/esm/components/HeatmapLegend.js +1 -0
- package/dist/esm/components/HighlightText.d.ts +6 -0
- package/dist/esm/components/HighlightText.js +1 -0
- package/dist/esm/components/Kiosk/KioskStore.d.ts +33 -0
- package/dist/esm/components/Kiosk/KioskStore.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/constants.d.ts +5 -0
- package/dist/esm/components/Kiosk/SetKiosk/constants.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getName.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getName.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getSlug.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getSlug.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/index.d.ts +7 -0
- package/dist/esm/components/Kiosk/SetKiosk/index.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/storage.d.ts +5 -0
- package/dist/esm/components/Kiosk/SetKiosk/storage.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/types.d.ts +106 -0
- package/dist/esm/components/Kiosk/SetKiosk/types.js +1 -0
- package/dist/esm/components/Kiosk/SetKioskMode.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKioskMode.js +1 -0
- package/dist/esm/components/Kiosk/ShowKiosk.d.ts +4 -0
- package/dist/esm/components/Kiosk/ShowKiosk.js +1 -0
- package/dist/esm/components/Kiosk/integrateKiosk.d.ts +4 -0
- package/dist/esm/components/Kiosk/integrateKiosk.js +1 -0
- package/dist/esm/components/Kiosk/kioskUrlParam.d.ts +4 -0
- package/dist/esm/components/Kiosk/kioskUrlParam.js +1 -0
- package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.d.ts +2 -0
- package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.js +1 -0
- package/dist/esm/components/Kiosk/requestKioskKey.d.ts +3 -0
- package/dist/esm/components/Kiosk/requestKioskKey.js +1 -0
- package/dist/esm/components/Language.d.ts +4 -0
- package/dist/esm/components/Language.js +1 -0
- package/dist/esm/components/LanguageRow.d.ts +7 -0
- package/dist/esm/components/LanguageRow.js +1 -0
- package/dist/esm/components/LargeMessage.d.ts +3 -0
- package/dist/esm/components/LargeMessage.js +1 -0
- package/dist/esm/components/LayersLoading.d.ts +9 -0
- package/dist/esm/components/LayersLoading.js +1 -0
- package/dist/esm/components/Layout.d.ts +10 -0
- package/dist/esm/components/Layout.js +1 -0
- package/dist/esm/components/LevelBadge.d.ts +8 -0
- package/dist/esm/components/LevelBadge.js +1 -0
- package/dist/esm/components/LevelSelector.d.ts +3 -0
- package/dist/esm/components/LevelSelector.js +1 -0
- package/dist/esm/components/List.d.ts +9 -0
- package/dist/esm/components/List.js +1 -0
- package/dist/esm/components/LogoOverlay.d.ts +4 -0
- package/dist/esm/components/LogoOverlay.js +1 -0
- package/dist/esm/components/Map/Map.d.ts +2 -0
- package/dist/esm/components/Map/Map.js +1 -0
- package/dist/esm/components/Map/booth-by-xy.d.ts +3 -0
- package/dist/esm/components/Map/booth-by-xy.js +1 -0
- package/dist/esm/components/Map/drawing/config/BoothDrawerBase.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/BoothDrawerBase.js +1 -0
- package/dist/esm/components/Map/drawing/config/BoothShape.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/BoothShape.js +1 -0
- package/dist/esm/components/Map/drawing/config/Rect.d.ts +7 -0
- package/dist/esm/components/Map/drawing/config/Rect.js +1 -0
- package/dist/esm/components/Map/drawing/config/TextFitter.d.ts +11 -0
- package/dist/esm/components/Map/drawing/config/TextFitter.js +1 -0
- package/dist/esm/components/Map/drawing/config/canvases.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/canvases.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-all.d.ts +4 -0
- package/dist/esm/components/Map/drawing/config/config-all.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-bg.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/config-bg.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-badge.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/config-booth-badge.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bg.d.ts +20 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bg.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.d.ts +20 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-border.d.ts +12 -0
- package/dist/esm/components/Map/drawing/config/config-booth-border.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.d.ts +17 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.js +2 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels.d.ts +42 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.d.ts +14 -0
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booths.d.ts +6 -0
- package/dist/esm/components/Map/drawing/config/config-booths.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-load-layer.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/config-load-layer.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-markers.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/config-markers.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-wf.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/config-wf.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-yah.d.ts +2 -0
- package/dist/esm/components/Map/drawing/config/config-yah.js +1 -0
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.d.ts +11 -0
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/index.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/index.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.d.ts +21 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.d.ts +6 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/types.d.ts +18 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/types.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/utils.d.ts +29 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/utils.js +1 -0
- package/dist/esm/components/Map/traffic/UpdateQueue.d.ts +13 -0
- package/dist/esm/components/Map/traffic/UpdateQueue.js +1 -0
- package/dist/esm/components/Map/traffic/trafficLayers.d.ts +17 -0
- package/dist/esm/components/Map/traffic/trafficLayers.js +1 -0
- package/dist/esm/components/Map/traffic/useBuildRoute.d.ts +8 -0
- package/dist/esm/components/Map/traffic/useBuildRoute.js +7 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.d.ts +9 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.js +1 -0
- package/dist/esm/components/Map/visibleArea.d.ts +15 -0
- package/dist/esm/components/Map/visibleArea.js +1 -0
- package/dist/esm/components/MapControls.d.ts +28 -0
- package/dist/esm/components/MapControls.js +1 -0
- package/dist/esm/components/Maplibre/MapLoader.d.ts +3 -0
- package/dist/esm/components/Maplibre/MapLoader.js +1 -0
- package/dist/esm/components/Maplibre/MaplibreAdapter.d.ts +15 -0
- package/dist/esm/components/Maplibre/MaplibreAdapter.js +1 -0
- package/dist/esm/components/Maplibre/MaplibreWrapper.d.ts +57 -0
- package/dist/esm/components/Maplibre/MaplibreWrapper.js +1 -0
- package/dist/esm/components/Maplibre/utils/solver.d.ts +24 -0
- package/dist/esm/components/Maplibre/utils/solver.js +1 -0
- package/dist/esm/components/MarketMaterialList.d.ts +9 -0
- package/dist/esm/components/MarketMaterialList.js +1 -0
- package/dist/esm/components/Menu.d.ts +9 -0
- package/dist/esm/components/Menu.js +1 -0
- package/dist/esm/components/MobileToggleButton.d.ts +4 -0
- package/dist/esm/components/MobileToggleButton.js +1 -0
- package/dist/esm/components/Modal.d.ts +37 -0
- package/dist/esm/components/Modal.js +1 -0
- package/dist/esm/components/MultiSelectGroups.d.ts +33 -0
- package/dist/esm/components/MultiSelectGroups.js +1 -0
- package/dist/esm/components/Overlay.d.ts +22 -0
- package/dist/esm/components/Overlay.js +1 -0
- package/dist/esm/components/OverlayContainer.d.ts +8 -0
- package/dist/esm/components/OverlayContainer.js +1 -0
- package/dist/esm/components/OverlayGrip.d.ts +5 -0
- package/dist/esm/components/OverlayGrip.js +1 -0
- package/dist/esm/components/OverlayParticles.d.ts +5 -0
- package/dist/esm/components/OverlayParticles.js +1 -0
- package/dist/esm/components/PermissionNotice/PermissionNotice.d.ts +14 -0
- package/dist/esm/components/PermissionNotice/PermissionNotice.js +1 -0
- package/dist/esm/components/QrCode.d.ts +46 -0
- package/dist/esm/components/QrCode.js +1 -0
- package/dist/esm/components/Radio.d.ts +12 -0
- package/dist/esm/components/Radio.js +1 -0
- package/dist/esm/components/RebookingNotes.d.ts +12 -0
- package/dist/esm/components/RebookingNotes.js +1 -0
- package/dist/esm/components/RebookingRadioGroup.d.ts +24 -0
- package/dist/esm/components/RebookingRadioGroup.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlanner.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlanner.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.js +1 -0
- package/dist/esm/components/RouteQR.d.ts +8 -0
- package/dist/esm/components/RouteQR.js +1 -0
- package/dist/esm/components/Schedule.d.ts +14 -0
- package/dist/esm/components/Schedule.js +1 -0
- package/dist/esm/components/ScrollableRow.d.ts +20 -0
- package/dist/esm/components/ScrollableRow.js +1 -0
- package/dist/esm/components/Search.d.ts +4 -0
- package/dist/esm/components/Search.js +1 -0
- package/dist/esm/components/SearchBox.d.ts +7 -0
- package/dist/esm/components/SearchBox.js +1 -0
- package/dist/esm/components/SearchButtons/SearchButton.d.ts +20 -0
- package/dist/esm/components/SearchButtons/SearchButton.js +1 -0
- package/dist/esm/components/SearchButtons/SearchButtons.d.ts +5 -0
- package/dist/esm/components/SearchButtons/SearchButtons.js +1 -0
- package/dist/esm/components/SearchButtons/SearchSubButton.d.ts +14 -0
- package/dist/esm/components/SearchButtons/SearchSubButton.js +1 -0
- package/dist/esm/components/SearchButtons/SearchSubButtons.d.ts +5 -0
- package/dist/esm/components/SearchButtons/SearchSubButtons.js +1 -0
- package/dist/esm/components/SearchButtons/index.d.ts +7 -0
- package/dist/esm/components/SearchButtons/index.js +1 -0
- package/dist/esm/components/Sessions.d.ts +8 -0
- package/dist/esm/components/Sessions.js +1 -0
- package/dist/esm/components/SessionsFiltersModal.d.ts +11 -0
- package/dist/esm/components/SessionsFiltersModal.js +1 -0
- package/dist/esm/components/Share.d.ts +9 -0
- package/dist/esm/components/Share.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutButton.d.ts +9 -0
- package/dist/esm/components/Shortcuts/ShortcutButton.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.d.ts +9 -0
- package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutsToolbar.d.ts +10 -0
- package/dist/esm/components/Shortcuts/ShortcutsToolbar.js +1 -0
- package/dist/esm/components/Shortcuts/index.d.ts +4 -0
- package/dist/esm/components/Shortcuts/index.js +1 -0
- package/dist/esm/components/SidebarActions.d.ts +20 -0
- package/dist/esm/components/SidebarActions.js +1 -0
- package/dist/esm/components/SimpleRow.d.ts +17 -0
- package/dist/esm/components/SimpleRow.js +1 -0
- package/dist/esm/components/Speaker.d.ts +5 -0
- package/dist/esm/components/Speaker.js +1 -0
- package/dist/esm/components/Speakers.d.ts +8 -0
- package/dist/esm/components/Speakers.js +1 -0
- package/dist/esm/components/SpeakersFiltersModal.d.ts +11 -0
- package/dist/esm/components/SpeakersFiltersModal.js +1 -0
- package/dist/esm/components/Toast/ToastContainer.d.ts +11 -0
- package/dist/esm/components/Toast/ToastContainer.js +1 -0
- package/dist/esm/components/Toast/ToastContext.d.ts +2 -0
- package/dist/esm/components/Toast/ToastContext.js +1 -0
- package/dist/esm/components/Toast/ToastProvider.d.ts +5 -0
- package/dist/esm/components/Toast/ToastProvider.js +1 -0
- package/dist/esm/components/Toast/index.d.ts +2 -0
- package/dist/esm/components/Toast/index.js +1 -0
- package/dist/esm/components/ToggleButton.d.ts +11 -0
- package/dist/esm/components/ToggleButton.js +1 -0
- package/dist/esm/components/ToggleSwitch.d.ts +12 -0
- package/dist/esm/components/ToggleSwitch.js +1 -0
- package/dist/esm/components/TouchHand.d.ts +4 -0
- package/dist/esm/components/TouchHand.js +1 -0
- package/dist/esm/components/TourPoints.d.ts +3 -0
- package/dist/esm/components/TourPoints.js +1 -0
- package/dist/esm/components/Tours.d.ts +7 -0
- package/dist/esm/components/Tours.js +1 -0
- package/dist/esm/components/ToursList.d.ts +10 -0
- package/dist/esm/components/ToursList.js +1 -0
- package/dist/esm/components/ViewerMenuPanel.d.ts +5 -0
- package/dist/esm/components/ViewerMenuPanel.js +1 -0
- package/dist/esm/components/Visited.d.ts +3 -0
- package/dist/esm/components/Visited.js +1 -0
- package/dist/esm/components/WayInformation.d.ts +14 -0
- package/dist/esm/components/WayInformation.js +1 -0
- package/dist/esm/components/Wayfinding.d.ts +4 -0
- package/dist/esm/components/Wayfinding.js +1 -0
- package/dist/esm/components/WayfindingFloorSelector.d.ts +21 -0
- package/dist/esm/components/WayfindingFloorSelector.js +1 -0
- package/dist/esm/components/WayfindingTemplate.d.ts +40 -0
- package/dist/esm/components/WayfindingTemplate.js +1 -0
- package/dist/esm/components/Ws.d.ts +4 -0
- package/dist/esm/components/Ws.js +1 -0
- package/dist/esm/components/YahRow.d.ts +8 -0
- package/dist/esm/components/YahRow.js +1 -0
- package/dist/esm/components/gps/GpsManager.d.ts +12 -0
- package/dist/esm/components/gps/GpsManager.js +1 -0
- package/dist/esm/components/gps/GpsPermissionRequest.d.ts +8 -0
- package/dist/esm/components/gps/GpsPermissionRequest.js +1 -0
- package/dist/esm/components/gps/index.d.ts +5 -0
- package/dist/esm/components/gps/index.js +1 -0
- package/dist/esm/components/gps/types.d.ts +7 -0
- package/dist/esm/components/gps/types.js +1 -0
- package/dist/esm/components/gps/useUserLocationAndHeading.d.ts +8 -0
- package/dist/esm/components/gps/useUserLocationAndHeading.js +1 -0
- package/dist/esm/components/gps/utils.d.ts +5 -0
- package/dist/esm/components/gps/utils.js +1 -0
- package/dist/esm/components/index.d.ts +106 -0
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/stories/Alert.stories.d.ts +6 -0
- package/dist/esm/components/stories/Alert.stories.js +1 -0
- package/dist/esm/components/stories/Autocomplete.stories.d.ts +6 -0
- package/dist/esm/components/stories/Autocomplete.stories.js +1 -0
- package/dist/esm/components/stories/Badge.stories.d.ts +5 -0
- package/dist/esm/components/stories/Badge.stories.js +1 -0
- package/dist/esm/components/stories/Button.stories.d.ts +5 -0
- package/dist/esm/components/stories/Button.stories.js +1 -0
- package/dist/esm/components/stories/Checkbox.stories.d.ts +5 -0
- package/dist/esm/components/stories/Checkbox.stories.js +1 -0
- package/dist/esm/components/stories/CheckboxButton.stories.d.ts +5 -0
- package/dist/esm/components/stories/CheckboxButton.stories.js +1 -0
- package/dist/esm/components/stories/CookieConsent.stories.d.ts +5 -0
- package/dist/esm/components/stories/CookieConsent.stories.js +1 -0
- package/dist/esm/components/stories/EntityItem.stories.d.ts +8 -0
- package/dist/esm/components/stories/EntityItem.stories.js +1 -0
- package/dist/esm/components/stories/Gallery.stories.d.ts +5 -0
- package/dist/esm/components/stories/Gallery.stories.js +1 -0
- package/dist/esm/components/stories/Loading.stories.d.ts +5 -0
- package/dist/esm/components/stories/Loading.stories.js +1 -0
- package/dist/esm/components/stories/MapControls.stories.d.ts +5 -0
- package/dist/esm/components/stories/MapControls.stories.js +1 -0
- package/dist/esm/components/stories/MarketMaterialList.stories.d.ts +5 -0
- package/dist/esm/components/stories/MarketMaterialList.stories.js +1 -0
- package/dist/esm/components/stories/Modal.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/Modal.storiesss.js +1 -0
- package/dist/esm/components/stories/Overlay.stories.d.ts +8 -0
- package/dist/esm/components/stories/Overlay.stories.js +1 -0
- package/dist/esm/components/stories/Radio.stories.d.ts +10 -0
- package/dist/esm/components/stories/Radio.stories.js +1 -0
- package/dist/esm/components/stories/RebookingNotes.stories.d.ts +5 -0
- package/dist/esm/components/stories/RebookingNotes.stories.js +1 -0
- package/dist/esm/components/stories/RebookingRadioGroup.stories.d.ts +5 -0
- package/dist/esm/components/stories/RebookingRadioGroup.stories.js +1 -0
- package/dist/esm/components/stories/RouteQR.stories.d.ts +7 -0
- package/dist/esm/components/stories/RouteQR.stories.js +1 -0
- package/dist/esm/components/stories/Share.storiesSS.d.ts +5 -0
- package/dist/esm/components/stories/Share.storiesSS.js +1 -0
- package/dist/esm/components/stories/SidebarActions.stories.d.ts +5 -0
- package/dist/esm/components/stories/SidebarActions.stories.js +1 -0
- package/dist/esm/components/stories/Toast.stories.d.ts +5 -0
- package/dist/esm/components/stories/Toast.stories.js +1 -0
- package/dist/esm/components/stories/ToggleButton.stories.d.ts +5 -0
- package/dist/esm/components/stories/ToggleButton.stories.js +1 -0
- package/dist/esm/components/stories/ToggleSwitch.stories.d.ts +5 -0
- package/dist/esm/components/stories/ToggleSwitch.stories.js +1 -0
- package/dist/esm/components/stories/TouchHand.stories.d.ts +5 -0
- package/dist/esm/components/stories/TouchHand.stories.js +1 -0
- package/dist/esm/components/stories/WayInformation.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayInformation.storiesss.js +1 -0
- package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.js +1 -0
- package/dist/esm/components/stories/WayfindingTemplate.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayfindingTemplate.storiesss.js +1 -0
- package/dist/esm/constants.d.ts +39 -0
- package/dist/esm/constants.js +1 -0
- package/dist/esm/core/Line.d.ts +12 -0
- package/dist/esm/core/Line.js +1 -0
- package/dist/esm/core/Polygon.d.ts +16 -0
- package/dist/esm/core/Polygon.js +1 -0
- package/dist/esm/core/Rect.d.ts +36 -0
- package/dist/esm/core/Rect.js +1 -0
- package/dist/esm/core/Size.d.ts +7 -0
- package/dist/esm/core/Size.js +1 -0
- package/dist/esm/data/fpGeo.d.ts +31 -0
- package/dist/esm/data/fpGeo.js +1 -0
- package/dist/esm/data/index.d.ts +4 -0
- package/dist/esm/data/index.js +1 -0
- package/dist/esm/data/svg.d.ts +13 -0
- package/dist/esm/data/svg.js +1 -0
- package/dist/esm/data/tours.json +262 -0
- package/dist/esm/data/validate-data.d.ts +3 -0
- package/dist/esm/data/validate-data.js +1 -0
- package/dist/esm/floorplan.loader.d.ts +109 -0
- package/dist/esm/floorplan.loader.js +1 -0
- package/dist/esm/floorplan.ready.d.ts +88 -0
- package/dist/esm/floorplan.ready.js +1 -0
- package/dist/esm/hooks/useDragGesture.d.ts +19 -0
- package/dist/esm/hooks/useDragGesture.js +1 -0
- package/dist/esm/hooks/useURLFilters.d.ts +15 -0
- package/dist/esm/hooks/useURLFilters.js +1 -0
- package/dist/esm/hooks/useWindowSize.d.ts +5 -0
- package/dist/esm/hooks/useWindowSize.js +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/intercom/bootIntercom.d.ts +3 -0
- package/dist/esm/intercom/bootIntercom.js +19 -0
- package/dist/esm/intercom/index.d.ts +3 -0
- package/dist/esm/intercom/index.js +1 -0
- package/dist/esm/intercom/shouldLoad.d.ts +4 -0
- package/dist/esm/intercom/shouldLoad.js +1 -0
- package/dist/esm/intercom/types.d.ts +6 -0
- package/dist/esm/intercom/types.js +1 -0
- package/dist/esm/load.d.ts +14 -0
- package/dist/esm/load.js +56 -0
- package/dist/esm/locales.d.ts +24 -0
- package/dist/esm/locales.js +1 -0
- package/dist/esm/offline/constants.d.ts +5 -0
- package/dist/esm/offline/constants.js +1 -0
- package/dist/esm/offline/offlineManager.d.ts +2 -0
- package/dist/esm/offline/offlineManager.js +1 -0
- package/dist/esm/renderer/HandlerRegistry.d.ts +18 -0
- package/dist/esm/renderer/HandlerRegistry.js +1 -0
- package/dist/esm/renderer/RendererService.d.ts +31 -0
- package/dist/esm/renderer/RendererService.js +1 -0
- package/dist/esm/renderer/engine-core/animation.d.ts +7 -0
- package/dist/esm/renderer/engine-core/animation.js +1 -0
- package/dist/esm/renderer/engine-core/canvases.d.ts +5 -0
- package/dist/esm/renderer/engine-core/canvases.js +1 -0
- package/dist/esm/renderer/engine-core/defs.d.ts +21 -0
- package/dist/esm/renderer/engine-core/defs.js +3 -0
- package/dist/esm/renderer/engine-core/fonts.d.ts +9 -0
- package/dist/esm/renderer/engine-core/fonts.js +1 -0
- package/dist/esm/renderer/engine-core/settings.d.ts +4 -0
- package/dist/esm/renderer/engine-core/settings.js +1 -0
- package/dist/esm/renderer/engine-core/types.d.ts +39 -0
- package/dist/esm/renderer/engine-core/types.js +1 -0
- package/dist/esm/renderer/engine-core/update-def.d.ts +11 -0
- package/dist/esm/renderer/engine-core/update-def.js +1 -0
- package/dist/esm/renderer/engine-core/utils/rotation.d.ts +5 -0
- package/dist/esm/renderer/engine-core/utils/rotation.js +1 -0
- package/dist/esm/renderer/index.d.ts +19 -0
- package/dist/esm/renderer/index.js +1 -0
- package/dist/esm/schemas/sdk.schemas.d.ts +25 -0
- package/dist/esm/schemas/sdk.schemas.js +1 -0
- package/dist/esm/services/URLFilterManager.d.ts +24 -0
- package/dist/esm/services/URLFilterManager.js +1 -0
- package/dist/esm/services/routing.d.ts +7 -0
- package/dist/esm/services/routing.js +1 -0
- package/dist/esm/store/BaseFilterStore.d.ts +17 -0
- package/dist/esm/store/BaseFilterStore.js +1 -0
- package/dist/esm/store/BookmarksStore.d.ts +12 -0
- package/dist/esm/store/BookmarksStore.js +2 -0
- package/dist/esm/store/BoothStore.d.ts +79 -0
- package/dist/esm/store/BoothStore.js +1 -0
- package/dist/esm/store/CategoryFilterStore.d.ts +13 -0
- package/dist/esm/store/CategoryFilterStore.js +1 -0
- package/dist/esm/store/CategoryStore.d.ts +21 -0
- package/dist/esm/store/CategoryStore.js +1 -0
- package/dist/esm/store/EventStore.d.ts +56 -0
- package/dist/esm/store/EventStore.js +1 -0
- package/dist/esm/store/ExhibitorStore.d.ts +77 -0
- package/dist/esm/store/ExhibitorStore.js +1 -0
- package/dist/esm/store/FuzzySearchEngineStore.d.ts +15 -0
- package/dist/esm/store/FuzzySearchEngineStore.js +1 -0
- package/dist/esm/store/HeatmapStore.d.ts +42 -0
- package/dist/esm/store/HeatmapStore.js +1 -0
- package/dist/esm/store/LayerStore.d.ts +53 -0
- package/dist/esm/store/LayerStore.js +1 -0
- package/dist/esm/store/MaplibreStore.d.ts +21 -0
- package/dist/esm/store/MaplibreStore.js +1 -0
- package/dist/esm/store/PoiTypeStore.d.ts +8 -0
- package/dist/esm/store/PoiTypeStore.js +1 -0
- package/dist/esm/store/RootStore.d.ts +97 -0
- package/dist/esm/store/RootStore.js +1 -0
- package/dist/esm/store/RoutePlannerStore.d.ts +58 -0
- package/dist/esm/store/RoutePlannerStore.js +1 -0
- package/dist/esm/store/RouteStore.d.ts +99 -0
- package/dist/esm/store/RouteStore.js +1 -0
- package/dist/esm/store/SearchButtonsStore.d.ts +2 -0
- package/dist/esm/store/SearchButtonsStore.js +1 -0
- package/dist/esm/store/SearchStore.d.ts +75 -0
- package/dist/esm/store/SearchStore.js +1 -0
- package/dist/esm/store/SessionsFilterStore.d.ts +50 -0
- package/dist/esm/store/SessionsFilterStore.js +1 -0
- package/dist/esm/store/ShortcutProvider.d.ts +26 -0
- package/dist/esm/store/ShortcutProvider.js +1 -0
- package/dist/esm/store/ShortcutRegistry.d.ts +19 -0
- package/dist/esm/store/ShortcutRegistry.js +1 -0
- package/dist/esm/store/SpeakerFilterStore.d.ts +39 -0
- package/dist/esm/store/SpeakerFilterStore.js +1 -0
- package/dist/esm/store/SpeakerStore.d.ts +45 -0
- package/dist/esm/store/SpeakerStore.js +1 -0
- package/dist/esm/store/SubButtonProvider.d.ts +16 -0
- package/dist/esm/store/SubButtonProvider.js +1 -0
- package/dist/esm/store/SubButtonRegistry.d.ts +16 -0
- package/dist/esm/store/SubButtonRegistry.js +1 -0
- package/dist/esm/store/ToursStore.d.ts +30 -0
- package/dist/esm/store/ToursStore.js +1 -0
- package/dist/esm/store/UIState.d.ts +256 -0
- package/dist/esm/store/UIState.js +1 -0
- package/dist/esm/store/index.d.ts +12 -0
- package/dist/esm/store/index.js +1 -0
- package/dist/esm/store/init/index.d.ts +3 -0
- package/dist/esm/store/init/index.js +1 -0
- package/dist/esm/store/init/init-bookmarks.d.ts +7 -0
- package/dist/esm/store/init/init-bookmarks.js +1 -0
- package/dist/esm/store/init/init-booths.d.ts +6 -0
- package/dist/esm/store/init/init-booths.js +1 -0
- package/dist/esm/store/init/init-categories.d.ts +3 -0
- package/dist/esm/store/init/init-categories.js +1 -0
- package/dist/esm/store/init/init-events.d.ts +3 -0
- package/dist/esm/store/init/init-events.js +1 -0
- package/dist/esm/store/init/init-exhibitors.d.ts +3 -0
- package/dist/esm/store/init/init-exhibitors.js +1 -0
- package/dist/esm/store/init/init-heatmap.d.ts +3 -0
- package/dist/esm/store/init/init-heatmap.js +1 -0
- package/dist/esm/store/init/init-layers.d.ts +8 -0
- package/dist/esm/store/init/init-layers.js +1 -0
- package/dist/esm/store/init/init-poiTypes.d.ts +3 -0
- package/dist/esm/store/init/init-poiTypes.js +1 -0
- package/dist/esm/store/init/init-speakers.d.ts +3 -0
- package/dist/esm/store/init/init-speakers.js +1 -0
- package/dist/esm/store/init/init-ui.d.ts +4 -0
- package/dist/esm/store/init/init-ui.js +5 -0
- package/dist/esm/store/providers/SearchShortcutProvider.d.ts +14 -0
- package/dist/esm/store/providers/SearchShortcutProvider.js +1 -0
- package/dist/esm/store/providers/SessionsShortcutProvider.d.ts +18 -0
- package/dist/esm/store/providers/SessionsShortcutProvider.js +1 -0
- package/dist/esm/store/providers/SessionsSubButtonProvider.d.ts +15 -0
- package/dist/esm/store/providers/SessionsSubButtonProvider.js +1 -0
- package/dist/esm/store/providers/SpeakerShortcutProvider.d.ts +12 -0
- package/dist/esm/store/providers/SpeakerShortcutProvider.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsActions.d.ts +33 -0
- package/dist/esm/store/search-buttons/SearchButtonsActions.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsFactory.d.ts +36 -0
- package/dist/esm/store/search-buttons/SearchButtonsFactory.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsFilters.d.ts +20 -0
- package/dist/esm/store/search-buttons/SearchButtonsFilters.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsState.d.ts +24 -0
- package/dist/esm/store/search-buttons/SearchButtonsState.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsStore.d.ts +58 -0
- package/dist/esm/store/search-buttons/SearchButtonsStore.js +1 -0
- package/dist/esm/store/search-buttons/constants.d.ts +24 -0
- package/dist/esm/store/search-buttons/constants.js +1 -0
- package/dist/esm/store/search-buttons/index.d.ts +8 -0
- package/dist/esm/store/search-buttons/index.js +1 -0
- package/dist/esm/store/search-buttons/utils.d.ts +6 -0
- package/dist/esm/store/search-buttons/utils.js +1 -0
- package/dist/esm/store/types.d.ts +185 -0
- package/dist/esm/store/types.js +1 -0
- package/dist/esm/storybook/contexts/ResponsiveClassContext.d.ts +3 -0
- package/dist/esm/storybook/contexts/ResponsiveClassContext.js +1 -0
- package/dist/esm/storybook/decorators/StoryWrapper.d.ts +5 -0
- package/dist/esm/storybook/decorators/StoryWrapper.js +1 -0
- package/dist/esm/storybook/decorators/WithResize.d.ts +3 -0
- package/dist/esm/storybook/decorators/WithResize.js +1 -0
- package/dist/esm/storybook/store/index.stub.d.ts +20 -0
- package/dist/esm/storybook/store/index.stub.js +1 -0
- package/dist/esm/tools/Color.d.ts +2 -0
- package/dist/esm/tools/Color.js +1 -0
- package/dist/esm/tools/base-runtime-url.d.ts +3 -0
- package/dist/esm/tools/base-runtime-url.js +1 -0
- package/dist/esm/tools/debounce.d.ts +2 -0
- package/dist/esm/tools/debounce.js +1 -0
- package/dist/esm/tools/debugCanvases.d.ts +3 -0
- package/dist/esm/tools/debugCanvases.js +1 -0
- package/dist/esm/tools/expofpUrl.d.ts +7 -0
- package/dist/esm/tools/expofpUrl.js +1 -0
- package/dist/esm/tools/freeBanner.d.ts +5 -0
- package/dist/esm/tools/freeBanner.js +1 -0
- package/dist/esm/tools/gtag.d.ts +30 -0
- package/dist/esm/tools/gtag.js +1 -0
- package/dist/esm/tools/handleDebugMode.d.ts +2 -0
- package/dist/esm/tools/handleDebugMode.js +1 -0
- package/dist/esm/tools/id.d.ts +2 -0
- package/dist/esm/tools/id.js +1 -0
- package/dist/esm/tools/loaders.d.ts +7 -0
- package/dist/esm/tools/loaders.js +1 -0
- package/dist/esm/tools/logger.d.ts +38 -0
- package/dist/esm/tools/logger.js +1 -0
- package/dist/esm/tools/rebookingUrl.d.ts +11 -0
- package/dist/esm/tools/rebookingUrl.js +1 -0
- package/dist/esm/tools/report-error.d.ts +2 -0
- package/dist/esm/tools/report-error.js +3 -0
- package/dist/esm/tools/reset.d.ts +2 -0
- package/dist/esm/tools/reset.js +1 -0
- package/dist/esm/tools/sentry.d.ts +7 -0
- package/dist/esm/tools/sentry.js +1 -0
- package/dist/esm/tools/settings.d.ts +31 -0
- package/dist/esm/tools/settings.js +1 -0
- package/dist/esm/tools/slug.d.ts +2 -0
- package/dist/esm/tools/slug.js +1 -0
- package/dist/esm/tools/telemetry.d.ts +35 -0
- package/dist/esm/tools/telemetry.js +1 -0
- package/dist/esm/tools/track-event.d.ts +4 -0
- package/dist/esm/tools/track-event.js +1 -0
- package/dist/esm/tools/webgl-logger.d.ts +2 -0
- package/dist/esm/tools/webgl-logger.js +1 -0
- package/dist/esm/types/sdk.types.d.ts +49 -0
- package/dist/esm/types/sdk.types.js +1 -0
- package/dist/esm/types.d.ts +361 -0
- package/dist/esm/types.js +1 -0
- package/dist/esm/utils/_OLD_gpu-info.d.ts +6 -0
- package/dist/esm/utils/_OLD_gpu-info.js +1 -0
- package/dist/esm/utils/_OLD_should-use-backdrop.d.ts +3 -0
- package/dist/esm/utils/_OLD_should-use-backdrop.js +1 -0
- package/dist/esm/utils/areLayersEnabled.d.ts +2 -0
- package/dist/esm/utils/areLayersEnabled.js +1 -0
- package/dist/esm/utils/browser.d.ts +4 -0
- package/dist/esm/utils/browser.js +1 -0
- package/dist/esm/utils/buildOptimizedRoute.d.ts +11 -0
- package/dist/esm/utils/buildOptimizedRoute.js +1 -0
- package/dist/esm/utils/calcSpeed.d.ts +2 -0
- package/dist/esm/utils/calcSpeed.js +1 -0
- package/dist/esm/utils/calcTravelTime.d.ts +2 -0
- package/dist/esm/utils/calcTravelTime.js +1 -0
- package/dist/esm/utils/customCommands.d.ts +2 -0
- package/dist/esm/utils/customCommands.js +1 -0
- package/dist/esm/utils/detectLimitedModeViaImage.d.ts +2 -0
- package/dist/esm/utils/detectLimitedModeViaImage.js +1 -0
- package/dist/esm/utils/dimming.d.ts +16 -0
- package/dist/esm/utils/dimming.js +1 -0
- package/dist/esm/utils/entity-storage.d.ts +14 -0
- package/dist/esm/utils/entity-storage.js +1 -0
- package/dist/esm/utils/eventFullBadge.d.ts +3 -0
- package/dist/esm/utils/eventFullBadge.js +1 -0
- package/dist/esm/utils/eventTime.d.ts +14 -0
- package/dist/esm/utils/eventTime.js +1 -0
- package/dist/esm/utils/extractMetaFromString.d.ts +5 -0
- package/dist/esm/utils/extractMetaFromString.js +1 -0
- package/dist/esm/utils/geometry.d.ts +2 -0
- package/dist/esm/utils/geometry.js +1 -0
- package/dist/esm/utils/getContrastTextColor.d.ts +2 -0
- package/dist/esm/utils/getContrastTextColor.js +1 -0
- package/dist/esm/utils/getLogoUrl.d.ts +2 -0
- package/dist/esm/utils/getLogoUrl.js +1 -0
- package/dist/esm/utils/getMostFrequent.d.ts +2 -0
- package/dist/esm/utils/getMostFrequent.js +1 -0
- package/dist/esm/utils/getRenderTargetFromRoot.d.ts +2 -0
- package/dist/esm/utils/getRenderTargetFromRoot.js +1 -0
- package/dist/esm/utils/gps.d.ts +33 -0
- package/dist/esm/utils/gps.js +1 -0
- package/dist/esm/utils/i18n.d.ts +9 -0
- package/dist/esm/utils/i18n.js +1 -0
- package/dist/esm/utils/imageloader.d.ts +17 -0
- package/dist/esm/utils/imageloader.js +1 -0
- package/dist/esm/utils/index.d.ts +10 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/is-debug.d.ts +11 -0
- package/dist/esm/utils/is-debug.js +1 -0
- package/dist/esm/utils/is-from-designer.d.ts +3 -0
- package/dist/esm/utils/is-from-designer.js +1 -0
- package/dist/esm/utils/is-iframe.d.ts +3 -0
- package/dist/esm/utils/is-iframe.js +1 -0
- package/dist/esm/utils/is-localhost.d.ts +3 -0
- package/dist/esm/utils/is-localhost.js +1 -0
- package/dist/esm/utils/is-mac.d.ts +3 -0
- package/dist/esm/utils/is-mac.js +1 -0
- package/dist/esm/utils/is-mobile.d.ts +3 -0
- package/dist/esm/utils/is-mobile.js +1 -0
- package/dist/esm/utils/is-scroll-ugly.d.ts +3 -0
- package/dist/esm/utils/is-scroll-ugly.js +3 -0
- package/dist/esm/utils/is-webview.d.ts +3 -0
- package/dist/esm/utils/is-webview.js +1 -0
- package/dist/esm/utils/loadCustomCss.d.ts +3 -0
- package/dist/esm/utils/loadCustomCss.js +1 -0
- package/dist/esm/utils/loadIcons.d.ts +3 -0
- package/dist/esm/utils/loadIcons.js +1 -0
- package/dist/esm/utils/loadImage.d.ts +2 -0
- package/dist/esm/utils/loadImage.js +1 -0
- package/dist/esm/utils/loadImagesInBatches.d.ts +7 -0
- package/dist/esm/utils/loadImagesInBatches.js +1 -0
- package/dist/esm/utils/localStorage.d.ts +2 -0
- package/dist/esm/utils/localStorage.js +1 -0
- package/dist/esm/utils/lz-utils.d.ts +8 -0
- package/dist/esm/utils/lz-utils.js +1 -0
- package/dist/esm/utils/mapEntity.d.ts +2 -0
- package/dist/esm/utils/mapEntity.js +1 -0
- package/dist/esm/utils/math.d.ts +7 -0
- package/dist/esm/utils/math.js +1 -0
- package/dist/esm/utils/mergeExhibitors.d.ts +3 -0
- package/dist/esm/utils/mergeExhibitors.js +1 -0
- package/dist/esm/utils/mobx.d.ts +6 -0
- package/dist/esm/utils/mobx.js +1 -0
- package/dist/esm/utils/preview-exhibitor.d.ts +4 -0
- package/dist/esm/utils/preview-exhibitor.js +1 -0
- package/dist/esm/utils/responsiveClass.d.ts +2 -0
- package/dist/esm/utils/responsiveClass.js +1 -0
- package/dist/esm/utils/rtl.d.ts +2 -0
- package/dist/esm/utils/rtl.js +1 -0
- package/dist/esm/utils/sanitizeHtml.d.ts +3 -0
- package/dist/esm/utils/sanitizeHtml.js +1 -0
- package/dist/esm/utils/sanitizeText.d.ts +9 -0
- package/dist/esm/utils/sanitizeText.js +1 -0
- package/dist/esm/utils/shortenName.d.ts +2 -0
- package/dist/esm/utils/shortenName.js +1 -0
- package/dist/esm/utils/silence-mobx-react-lite-warning.d.ts +1 -0
- package/dist/esm/utils/silence-mobx-react-lite-warning.js +1 -0
- package/dist/esm/utils/strEqual.d.ts +2 -0
- package/dist/esm/utils/strEqual.js +1 -0
- package/dist/esm/utils/urlEncoding.d.ts +7 -0
- package/dist/esm/utils/urlEncoding.js +1 -0
- package/dist/esm/utils/use-shadow.d.ts +3 -0
- package/dist/esm/utils/use-shadow.js +1 -0
- package/dist/esm/utils/useHeatmapData.d.ts +10 -0
- package/dist/esm/utils/useHeatmapData.js +1 -0
- package/dist/esm/utils/useHeatmapOverlay.d.ts +8 -0
- package/dist/esm/utils/useHeatmapOverlay.js +1 -0
- package/dist/esm/utils/useOnClickOutside.d.ts +3 -0
- package/dist/esm/utils/useOnClickOutside.js +1 -0
- package/dist/esm/utils/useRenderTarget.d.ts +2 -0
- package/dist/esm/utils/useRenderTarget.js +1 -0
- package/dist/esm/utils/useTimeout.d.ts +2 -0
- package/dist/esm/utils/useTimeout.js +1 -0
- package/dist/esm/utils/yah.d.ts +8 -0
- package/dist/esm/utils/yah.js +1 -0
- package/dist/esm/utils/yah_icon.d.ts +6 -0
- package/dist/esm/utils/yah_icon.js +1 -0
- package/dist/esm/wayfinding/_PLAN-public-api.d.ts +220 -0
- package/dist/esm/wayfinding/_PLAN-public-api.js +1 -0
- package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.d.ts +27 -0
- package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.js +1 -0
- package/dist/esm/wayfinding/__tests__/helpers.d.ts +21 -0
- package/dist/esm/wayfinding/__tests__/helpers.js +1 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.d.ts +12 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.js +1 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.d.ts +3 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.js +1 -0
- package/dist/esm/wayfinding/graph/buildGraph.d.ts +3 -0
- package/dist/esm/wayfinding/graph/buildGraph.js +1 -0
- package/dist/esm/wayfinding/graph/buildNGraph.d.ts +9 -0
- package/dist/esm/wayfinding/graph/buildNGraph.js +1 -0
- package/dist/esm/wayfinding/graph/constants.d.ts +3 -0
- package/dist/esm/wayfinding/graph/constants.js +1 -0
- package/dist/esm/wayfinding/graph/findShortestPath.d.ts +14 -0
- package/dist/esm/wayfinding/graph/findShortestPath.js +1 -0
- package/dist/esm/wayfinding/graph/graphCache.d.ts +6 -0
- package/dist/esm/wayfinding/graph/graphCache.js +1 -0
- package/dist/esm/wayfinding/graph/graphHelpers.d.ts +8 -0
- package/dist/esm/wayfinding/graph/graphHelpers.js +1 -0
- package/dist/esm/wayfinding/graph/linkCost.d.ts +4 -0
- package/dist/esm/wayfinding/graph/linkCost.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.d.ts +3 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.d.ts +9 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.js +1 -0
- package/dist/esm/wayfinding/index.d.ts +18 -0
- package/dist/esm/wayfinding/index.js +1 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.d.ts +31 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.js +1 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.d.ts +19 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.js +1 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.d.ts +16 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.js +1 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.d.ts +11 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.js +1 -0
- package/dist/esm/wayfinding/routing/buildRoute.d.ts +9 -0
- package/dist/esm/wayfinding/routing/buildRoute.js +1 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.d.ts +21 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.js +1 -0
- package/dist/esm/wayfinding/routing/getGraphLines.d.ts +14 -0
- package/dist/esm/wayfinding/routing/getGraphLines.js +1 -0
- package/dist/esm/wayfinding/routing/getRouteLength.d.ts +3 -0
- package/dist/esm/wayfinding/routing/getRouteLength.js +1 -0
- package/dist/esm/wayfinding/routing/routeResult.d.ts +4 -0
- package/dist/esm/wayfinding/routing/routeResult.js +1 -0
- package/dist/esm/wayfinding/types.d.ts +76 -0
- package/dist/esm/wayfinding/types.js +1 -0
- package/package.json +107 -0
|
@@ -0,0 +1,1537 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/debug-build.js
|
|
2
|
+
(function() {
|
|
3
|
+
try {
|
|
4
|
+
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
5
|
+
e.SENTRY_RELEASE = { id: "0.0.0-experimental.d269d30" };
|
|
6
|
+
var t = new e.Error().stack;
|
|
7
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "e254ecae-d4e9-40e5-81da-f7d84f27585a", e._sentryDebugIdIdentifier = "sentry-dbid-e254ecae-d4e9-40e5-81da-f7d84f27585a");
|
|
8
|
+
} catch {}
|
|
9
|
+
})();
|
|
10
|
+
var e = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, t = globalThis, n = "10.52.0";
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/carrier.js
|
|
13
|
+
function r() {
|
|
14
|
+
return i(t), t;
|
|
15
|
+
}
|
|
16
|
+
function i(e) {
|
|
17
|
+
let t = e.__SENTRY__ = e.__SENTRY__ || {};
|
|
18
|
+
return t.version = t.version || "10.52.0", t[n] = t["10.52.0"] || {};
|
|
19
|
+
}
|
|
20
|
+
function a(e, r, i = t) {
|
|
21
|
+
let a = i.__SENTRY__ = i.__SENTRY__ || {}, o = a[n] = a["10.52.0"] || {};
|
|
22
|
+
return o[e] || (o[e] = r());
|
|
23
|
+
}
|
|
24
|
+
//#endregion
|
|
25
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/debug-logger.js
|
|
26
|
+
var o = [
|
|
27
|
+
"debug",
|
|
28
|
+
"info",
|
|
29
|
+
"warn",
|
|
30
|
+
"error",
|
|
31
|
+
"log",
|
|
32
|
+
"assert",
|
|
33
|
+
"trace"
|
|
34
|
+
], s = "Sentry Logger ", c = {};
|
|
35
|
+
function l(e) {
|
|
36
|
+
if (!("console" in t)) return e();
|
|
37
|
+
let n = t.console, r = {}, i = Object.keys(c);
|
|
38
|
+
i.forEach((e) => {
|
|
39
|
+
let t = c[e];
|
|
40
|
+
r[e] = n[e], n[e] = t;
|
|
41
|
+
});
|
|
42
|
+
try {
|
|
43
|
+
return e();
|
|
44
|
+
} finally {
|
|
45
|
+
i.forEach((e) => {
|
|
46
|
+
n[e] = r[e];
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
function u() {
|
|
51
|
+
_().enabled = !0;
|
|
52
|
+
}
|
|
53
|
+
function d() {
|
|
54
|
+
_().enabled = !1;
|
|
55
|
+
}
|
|
56
|
+
function f() {
|
|
57
|
+
return _().enabled;
|
|
58
|
+
}
|
|
59
|
+
function p(...e) {
|
|
60
|
+
g("log", ...e);
|
|
61
|
+
}
|
|
62
|
+
function m(...e) {
|
|
63
|
+
g("warn", ...e);
|
|
64
|
+
}
|
|
65
|
+
function h(...e) {
|
|
66
|
+
g("error", ...e);
|
|
67
|
+
}
|
|
68
|
+
function g(n, ...r) {
|
|
69
|
+
e && f() && l(() => {
|
|
70
|
+
t.console[n](`${s}[${n}]:`, ...r);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
function _() {
|
|
74
|
+
return e ? a("loggerSettings", () => ({ enabled: !1 })) : { enabled: !1 };
|
|
75
|
+
}
|
|
76
|
+
var v = {
|
|
77
|
+
enable: u,
|
|
78
|
+
disable: d,
|
|
79
|
+
isEnabled: f,
|
|
80
|
+
log: p,
|
|
81
|
+
warn: m,
|
|
82
|
+
error: h
|
|
83
|
+
}, ee = 50, te = /\(error: (.*)\)/, ne = /captureMessage|captureException/;
|
|
84
|
+
function re(...e) {
|
|
85
|
+
let t = e.sort((e, t) => e[0] - t[0]).map((e) => e[1]);
|
|
86
|
+
return (e, n = 0, r = 0) => {
|
|
87
|
+
let i = [], a = e.split("\n");
|
|
88
|
+
for (let e = n; e < a.length; e++) {
|
|
89
|
+
let n = a[e];
|
|
90
|
+
n.length > 1024 && (n = n.slice(0, 1024));
|
|
91
|
+
let o = te.test(n) ? n.replace(te, "$1") : n;
|
|
92
|
+
if (!o.includes("Error: ")) {
|
|
93
|
+
for (let e of t) {
|
|
94
|
+
let t = e(o);
|
|
95
|
+
if (t) {
|
|
96
|
+
i.push(t);
|
|
97
|
+
break;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
if (i.length >= ee + r) break;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return ae(i.slice(r));
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
function ie(e) {
|
|
107
|
+
return Array.isArray(e) ? re(...e) : e;
|
|
108
|
+
}
|
|
109
|
+
function ae(e) {
|
|
110
|
+
if (!e.length) return [];
|
|
111
|
+
let t = Array.from(e);
|
|
112
|
+
return /sentryWrapped/.test(y(t).function || "") && t.pop(), t.reverse(), ne.test(y(t).function || "") && (t.pop(), ne.test(y(t).function || "") && t.pop()), t.slice(0, ee).map((e) => ({
|
|
113
|
+
...e,
|
|
114
|
+
filename: e.filename || y(t).filename,
|
|
115
|
+
function: e.function || "?"
|
|
116
|
+
}));
|
|
117
|
+
}
|
|
118
|
+
function y(e) {
|
|
119
|
+
return e[e.length - 1] || {};
|
|
120
|
+
}
|
|
121
|
+
var b = "<anonymous>";
|
|
122
|
+
function oe(e) {
|
|
123
|
+
try {
|
|
124
|
+
return !e || typeof e != "function" ? b : e.name || b;
|
|
125
|
+
} catch {
|
|
126
|
+
return b;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
function se(e) {
|
|
130
|
+
let t = e.exception;
|
|
131
|
+
if (t) {
|
|
132
|
+
let e = [];
|
|
133
|
+
try {
|
|
134
|
+
return t.values.forEach((t) => {
|
|
135
|
+
t.stacktrace.frames && e.push(...t.stacktrace.frames);
|
|
136
|
+
}), e;
|
|
137
|
+
} catch {
|
|
138
|
+
return;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
function ce(e) {
|
|
143
|
+
return "__v_isVNode" in e && e.__v_isVNode ? "[VueVNode]" : "[VueViewModel]";
|
|
144
|
+
}
|
|
145
|
+
//#endregion
|
|
146
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/is.js
|
|
147
|
+
var le = Object.prototype.toString;
|
|
148
|
+
function ue(e) {
|
|
149
|
+
switch (le.call(e)) {
|
|
150
|
+
case "[object Error]":
|
|
151
|
+
case "[object Exception]":
|
|
152
|
+
case "[object DOMException]":
|
|
153
|
+
case "[object WebAssembly.Exception]": return !0;
|
|
154
|
+
default: return T(e, Error);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
function x(e, t) {
|
|
158
|
+
return le.call(e) === `[object ${t}]`;
|
|
159
|
+
}
|
|
160
|
+
function de(e) {
|
|
161
|
+
return x(e, "ErrorEvent");
|
|
162
|
+
}
|
|
163
|
+
function fe(e) {
|
|
164
|
+
return x(e, "DOMError");
|
|
165
|
+
}
|
|
166
|
+
function pe(e) {
|
|
167
|
+
return x(e, "DOMException");
|
|
168
|
+
}
|
|
169
|
+
function S(e) {
|
|
170
|
+
return x(e, "String");
|
|
171
|
+
}
|
|
172
|
+
function me(e) {
|
|
173
|
+
return typeof e == "object" && !!e && "__sentry_template_string__" in e && "__sentry_template_values__" in e;
|
|
174
|
+
}
|
|
175
|
+
function he(e) {
|
|
176
|
+
return e === null || me(e) || typeof e != "object" && typeof e != "function";
|
|
177
|
+
}
|
|
178
|
+
function C(e) {
|
|
179
|
+
return x(e, "Object");
|
|
180
|
+
}
|
|
181
|
+
function ge(e) {
|
|
182
|
+
return typeof Event < "u" && T(e, Event);
|
|
183
|
+
}
|
|
184
|
+
function _e(e) {
|
|
185
|
+
return typeof Element < "u" && T(e, Element);
|
|
186
|
+
}
|
|
187
|
+
function ve(e) {
|
|
188
|
+
return x(e, "RegExp");
|
|
189
|
+
}
|
|
190
|
+
function w(e) {
|
|
191
|
+
return !!(e != null && e.then && typeof e.then == "function");
|
|
192
|
+
}
|
|
193
|
+
function ye(e) {
|
|
194
|
+
return C(e) && "nativeEvent" in e && "preventDefault" in e && "stopPropagation" in e;
|
|
195
|
+
}
|
|
196
|
+
function T(e, t) {
|
|
197
|
+
try {
|
|
198
|
+
return e instanceof t;
|
|
199
|
+
} catch {
|
|
200
|
+
return !1;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
function be(e) {
|
|
204
|
+
return !!(typeof e == "object" && e && (e.__isVue || e._isVue || e.__v_isVNode));
|
|
205
|
+
}
|
|
206
|
+
function xe(e) {
|
|
207
|
+
return typeof Request < "u" && T(e, Request);
|
|
208
|
+
}
|
|
209
|
+
//#endregion
|
|
210
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/browser.js
|
|
211
|
+
var E = t, Se = 80;
|
|
212
|
+
function Ce(e, t = {}) {
|
|
213
|
+
if (!e) return "<unknown>";
|
|
214
|
+
try {
|
|
215
|
+
let n = e, r = [], i = 0, a = 0, o, s = Array.isArray(t) ? t : t.keyAttrs, c = !Array.isArray(t) && t.maxStringLength || Se;
|
|
216
|
+
for (; n && i++ < 5 && (o = we(n, s), !(o === "html" || i > 1 && a + r.length * 3 + o.length >= c));) r.push(o), a += o.length, n = n.parentNode;
|
|
217
|
+
return r.reverse().join(" > ");
|
|
218
|
+
} catch {
|
|
219
|
+
return "<unknown>";
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
function we(e, t) {
|
|
223
|
+
let n = e, r = [];
|
|
224
|
+
if (!(n != null && n.tagName)) return "";
|
|
225
|
+
if (E.HTMLElement && n instanceof HTMLElement && n.dataset) {
|
|
226
|
+
if (n.dataset.sentryComponent) return n.dataset.sentryComponent;
|
|
227
|
+
if (n.dataset.sentryElement) return n.dataset.sentryElement;
|
|
228
|
+
}
|
|
229
|
+
r.push(n.tagName.toLowerCase());
|
|
230
|
+
let i = t != null && t.length ? t.filter((e) => n.getAttribute(e)).map((e) => [e, n.getAttribute(e)]) : null;
|
|
231
|
+
if (i != null && i.length) i.forEach((e) => {
|
|
232
|
+
r.push(`[${e[0]}="${e[1]}"]`);
|
|
233
|
+
});
|
|
234
|
+
else {
|
|
235
|
+
n.id && r.push(`#${n.id}`);
|
|
236
|
+
let e = n.className;
|
|
237
|
+
if (e && S(e)) {
|
|
238
|
+
let t = e.split(/\s+/);
|
|
239
|
+
for (let e of t) r.push(`.${e}`);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
for (let e of [
|
|
243
|
+
"aria-label",
|
|
244
|
+
"type",
|
|
245
|
+
"name",
|
|
246
|
+
"title",
|
|
247
|
+
"alt"
|
|
248
|
+
]) {
|
|
249
|
+
let t = n.getAttribute(e);
|
|
250
|
+
t && r.push(`[${e}="${t}"]`);
|
|
251
|
+
}
|
|
252
|
+
return r.join("");
|
|
253
|
+
}
|
|
254
|
+
function Te() {
|
|
255
|
+
try {
|
|
256
|
+
return E.document.location.href;
|
|
257
|
+
} catch {
|
|
258
|
+
return "";
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
function Ee(e, t = 5) {
|
|
262
|
+
if (!E.HTMLElement) return null;
|
|
263
|
+
let n = e;
|
|
264
|
+
for (let e = 0; e < t; e++) {
|
|
265
|
+
if (!n) return null;
|
|
266
|
+
if (n instanceof HTMLElement) {
|
|
267
|
+
if (n.dataset.sentryComponent) return n.dataset.sentryComponent;
|
|
268
|
+
if (n.dataset.sentryElement) return n.dataset.sentryElement;
|
|
269
|
+
}
|
|
270
|
+
n = n.parentNode;
|
|
271
|
+
}
|
|
272
|
+
return null;
|
|
273
|
+
}
|
|
274
|
+
//#endregion
|
|
275
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/object.js
|
|
276
|
+
function De(t, n, r) {
|
|
277
|
+
if (!(n in t)) return;
|
|
278
|
+
let i = t[n];
|
|
279
|
+
if (typeof i != "function") return;
|
|
280
|
+
let a = r(i);
|
|
281
|
+
typeof a == "function" && Oe(a, i);
|
|
282
|
+
try {
|
|
283
|
+
t[n] = a;
|
|
284
|
+
} catch {
|
|
285
|
+
e && v.log(`Failed to replace method "${n}" in object`, t);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
function D(t, n, r) {
|
|
289
|
+
try {
|
|
290
|
+
Object.defineProperty(t, n, {
|
|
291
|
+
value: r,
|
|
292
|
+
writable: !0,
|
|
293
|
+
configurable: !0
|
|
294
|
+
});
|
|
295
|
+
} catch {
|
|
296
|
+
e && v.log(`Failed to add non-enumerable property "${String(n)}" to object`, t);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
function Oe(e, t) {
|
|
300
|
+
try {
|
|
301
|
+
e.prototype = t.prototype = t.prototype || {}, D(e, "__sentry_original__", t);
|
|
302
|
+
} catch {}
|
|
303
|
+
}
|
|
304
|
+
function ke(e) {
|
|
305
|
+
return e.__sentry_original__;
|
|
306
|
+
}
|
|
307
|
+
function Ae(e) {
|
|
308
|
+
if (ue(e)) return {
|
|
309
|
+
message: e.message,
|
|
310
|
+
name: e.name,
|
|
311
|
+
stack: e.stack,
|
|
312
|
+
...Me(e)
|
|
313
|
+
};
|
|
314
|
+
if (ge(e)) {
|
|
315
|
+
let t = {
|
|
316
|
+
type: e.type,
|
|
317
|
+
target: je(e.target),
|
|
318
|
+
currentTarget: je(e.currentTarget),
|
|
319
|
+
...Me(e)
|
|
320
|
+
};
|
|
321
|
+
return typeof CustomEvent < "u" && T(e, CustomEvent) && (t.detail = e.detail), t;
|
|
322
|
+
} else return e;
|
|
323
|
+
}
|
|
324
|
+
function je(e) {
|
|
325
|
+
try {
|
|
326
|
+
return _e(e) ? Ce(e) : Object.prototype.toString.call(e);
|
|
327
|
+
} catch {
|
|
328
|
+
return "<unknown>";
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
function Me(e) {
|
|
332
|
+
return typeof e == "object" && e ? Object.fromEntries(Object.entries(e)) : {};
|
|
333
|
+
}
|
|
334
|
+
function Ne(e) {
|
|
335
|
+
let t = Object.keys(Ae(e));
|
|
336
|
+
return t.sort(), t[0] ? t.join(", ") : "[object has no keys]";
|
|
337
|
+
}
|
|
338
|
+
//#endregion
|
|
339
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/randomSafeContext.js
|
|
340
|
+
var O;
|
|
341
|
+
function k(e) {
|
|
342
|
+
if (O !== void 0) return O ? O(e) : e();
|
|
343
|
+
let n = Symbol.for("__SENTRY_SAFE_RANDOM_ID_WRAPPER__"), r = t;
|
|
344
|
+
return n in r && typeof r[n] == "function" ? (O = r[n], O(e)) : (O = null, e());
|
|
345
|
+
}
|
|
346
|
+
function A() {
|
|
347
|
+
return k(() => Math.random());
|
|
348
|
+
}
|
|
349
|
+
function Pe() {
|
|
350
|
+
return k(() => Date.now());
|
|
351
|
+
}
|
|
352
|
+
//#endregion
|
|
353
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/string.js
|
|
354
|
+
function j(e, t = 0) {
|
|
355
|
+
return typeof e != "string" || t === 0 || e.length <= t ? e : `${e.slice(0, t)}...`;
|
|
356
|
+
}
|
|
357
|
+
function Fe(e, t) {
|
|
358
|
+
if (!Array.isArray(e)) return "";
|
|
359
|
+
let n = [];
|
|
360
|
+
for (let t = 0; t < e.length; t++) {
|
|
361
|
+
let r = e[t];
|
|
362
|
+
try {
|
|
363
|
+
be(r) ? n.push(ce(r)) : n.push(String(r));
|
|
364
|
+
} catch {
|
|
365
|
+
n.push("[value cannot be serialized]");
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
return n.join(t);
|
|
369
|
+
}
|
|
370
|
+
function Ie(e, t, n = !1) {
|
|
371
|
+
return S(e) ? ve(t) ? t.test(e) : S(t) ? n ? e === t : e.includes(t) : typeof t == "function" ? t(e) : !1 : !1;
|
|
372
|
+
}
|
|
373
|
+
function Le(e, t = [], n = !1) {
|
|
374
|
+
return t.some((t) => Ie(e, t, n));
|
|
375
|
+
}
|
|
376
|
+
//#endregion
|
|
377
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/misc.js
|
|
378
|
+
function Re() {
|
|
379
|
+
let e = t;
|
|
380
|
+
return e.crypto || e.msCrypto;
|
|
381
|
+
}
|
|
382
|
+
var M;
|
|
383
|
+
function ze() {
|
|
384
|
+
return A() * 16;
|
|
385
|
+
}
|
|
386
|
+
function N(e = Re()) {
|
|
387
|
+
try {
|
|
388
|
+
if (e != null && e.randomUUID) return k(() => e.randomUUID()).replace(/-/g, "");
|
|
389
|
+
} catch {}
|
|
390
|
+
return M || (M = "10000000100040008000100000000000"), M.replace(/[018]/g, (e) => (e ^ (ze() & 15) >> e / 4).toString(16));
|
|
391
|
+
}
|
|
392
|
+
function Be(e) {
|
|
393
|
+
var t;
|
|
394
|
+
return (t = e.exception) == null || (t = t.values) == null ? void 0 : t[0];
|
|
395
|
+
}
|
|
396
|
+
function Ve(e) {
|
|
397
|
+
let { message: t, event_id: n } = e;
|
|
398
|
+
if (t) return t;
|
|
399
|
+
let r = Be(e);
|
|
400
|
+
return r ? r.type && r.value ? `${r.type}: ${r.value}` : r.type || r.value || n || "<unknown>" : n || "<unknown>";
|
|
401
|
+
}
|
|
402
|
+
function He(e, t, n) {
|
|
403
|
+
let r = e.exception = e.exception || {}, i = r.values = r.values || [], a = i[0] = i[0] || {};
|
|
404
|
+
a.value || (a.value = t || ""), a.type || (a.type = n || "Error");
|
|
405
|
+
}
|
|
406
|
+
function Ue(e, t) {
|
|
407
|
+
let n = Be(e);
|
|
408
|
+
if (!n) return;
|
|
409
|
+
let r = {
|
|
410
|
+
type: "generic",
|
|
411
|
+
handled: !0
|
|
412
|
+
}, i = n.mechanism;
|
|
413
|
+
if (n.mechanism = {
|
|
414
|
+
...r,
|
|
415
|
+
...i,
|
|
416
|
+
...t
|
|
417
|
+
}, t && "data" in t) {
|
|
418
|
+
let e = {
|
|
419
|
+
...i == null ? void 0 : i.data,
|
|
420
|
+
...t.data
|
|
421
|
+
};
|
|
422
|
+
n.mechanism.data = e;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
function We(e) {
|
|
426
|
+
if (Ge(e)) return !0;
|
|
427
|
+
try {
|
|
428
|
+
D(e, "__sentry_captured__", !0);
|
|
429
|
+
} catch {}
|
|
430
|
+
return !1;
|
|
431
|
+
}
|
|
432
|
+
function Ge(e) {
|
|
433
|
+
try {
|
|
434
|
+
return e.__sentry_captured__;
|
|
435
|
+
} catch {}
|
|
436
|
+
}
|
|
437
|
+
//#endregion
|
|
438
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/time.js
|
|
439
|
+
var Ke = 1e3;
|
|
440
|
+
function P() {
|
|
441
|
+
return Pe() / Ke;
|
|
442
|
+
}
|
|
443
|
+
function qe() {
|
|
444
|
+
let { performance: e } = t;
|
|
445
|
+
if (!(e != null && e.now) || !e.timeOrigin) return P;
|
|
446
|
+
let n = e.timeOrigin;
|
|
447
|
+
return () => (n + k(() => e.now())) / Ke;
|
|
448
|
+
}
|
|
449
|
+
var Je;
|
|
450
|
+
function F() {
|
|
451
|
+
var e;
|
|
452
|
+
return ((e = Je) == null ? Je = qe() : e)();
|
|
453
|
+
}
|
|
454
|
+
//#endregion
|
|
455
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/session.js
|
|
456
|
+
function Ye(e) {
|
|
457
|
+
let t = F(), n = {
|
|
458
|
+
sid: N(),
|
|
459
|
+
init: !0,
|
|
460
|
+
timestamp: t,
|
|
461
|
+
started: t,
|
|
462
|
+
duration: 0,
|
|
463
|
+
status: "ok",
|
|
464
|
+
errors: 0,
|
|
465
|
+
ignoreDuration: !1,
|
|
466
|
+
toJSON: () => Ze(n)
|
|
467
|
+
};
|
|
468
|
+
return e && I(n, e), n;
|
|
469
|
+
}
|
|
470
|
+
function I(e, t = {}) {
|
|
471
|
+
if (t.user && (!e.ipAddress && t.user.ip_address && (e.ipAddress = t.user.ip_address), !e.did && !t.did && (e.did = t.user.id || t.user.email || t.user.username)), e.timestamp = t.timestamp || F(), t.abnormal_mechanism && (e.abnormal_mechanism = t.abnormal_mechanism), t.ignoreDuration && (e.ignoreDuration = t.ignoreDuration), t.sid && (e.sid = t.sid.length === 32 ? t.sid : N()), t.init !== void 0 && (e.init = t.init), !e.did && t.did && (e.did = `${t.did}`), typeof t.started == "number" && (e.started = t.started), e.ignoreDuration) e.duration = void 0;
|
|
472
|
+
else if (typeof t.duration == "number") e.duration = t.duration;
|
|
473
|
+
else {
|
|
474
|
+
let t = e.timestamp - e.started;
|
|
475
|
+
e.duration = t >= 0 ? t : 0;
|
|
476
|
+
}
|
|
477
|
+
t.release && (e.release = t.release), t.environment && (e.environment = t.environment), !e.ipAddress && t.ipAddress && (e.ipAddress = t.ipAddress), !e.userAgent && t.userAgent && (e.userAgent = t.userAgent), typeof t.errors == "number" && (e.errors = t.errors), t.status && (e.status = t.status);
|
|
478
|
+
}
|
|
479
|
+
function Xe(e, t) {
|
|
480
|
+
let n = {};
|
|
481
|
+
t ? n = { status: t } : e.status === "ok" && (n = { status: "exited" }), I(e, n);
|
|
482
|
+
}
|
|
483
|
+
function Ze(e) {
|
|
484
|
+
return {
|
|
485
|
+
sid: `${e.sid}`,
|
|
486
|
+
init: e.init,
|
|
487
|
+
started: (/* @__PURE__ */ new Date(e.started * 1e3)).toISOString(),
|
|
488
|
+
timestamp: (/* @__PURE__ */ new Date(e.timestamp * 1e3)).toISOString(),
|
|
489
|
+
status: e.status,
|
|
490
|
+
errors: e.errors,
|
|
491
|
+
did: typeof e.did == "number" || typeof e.did == "string" ? `${e.did}` : void 0,
|
|
492
|
+
duration: e.duration,
|
|
493
|
+
abnormal_mechanism: e.abnormal_mechanism,
|
|
494
|
+
attrs: {
|
|
495
|
+
release: e.release,
|
|
496
|
+
environment: e.environment,
|
|
497
|
+
ip_address: e.ipAddress,
|
|
498
|
+
user_agent: e.userAgent
|
|
499
|
+
}
|
|
500
|
+
};
|
|
501
|
+
}
|
|
502
|
+
//#endregion
|
|
503
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/merge.js
|
|
504
|
+
function L(e, t, n = 2) {
|
|
505
|
+
if (!t || typeof t != "object" || n <= 0) return t;
|
|
506
|
+
if (e && Object.keys(t).length === 0) return e;
|
|
507
|
+
let r = { ...e };
|
|
508
|
+
for (let e in t) Object.prototype.hasOwnProperty.call(t, e) && (r[e] = L(r[e], t[e], n - 1));
|
|
509
|
+
return r;
|
|
510
|
+
}
|
|
511
|
+
//#endregion
|
|
512
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/propagationContext.js
|
|
513
|
+
function Qe() {
|
|
514
|
+
return N();
|
|
515
|
+
}
|
|
516
|
+
function $e() {
|
|
517
|
+
return N().substring(16);
|
|
518
|
+
}
|
|
519
|
+
//#endregion
|
|
520
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/spanOnScope.js
|
|
521
|
+
var R = "_sentrySpan";
|
|
522
|
+
function et(e, t) {
|
|
523
|
+
t ? D(e, R, t) : delete e[R];
|
|
524
|
+
}
|
|
525
|
+
function tt(e) {
|
|
526
|
+
return e[R];
|
|
527
|
+
}
|
|
528
|
+
//#endregion
|
|
529
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/scope.js
|
|
530
|
+
var nt = 100, z = class t {
|
|
531
|
+
constructor() {
|
|
532
|
+
this._notifyingListeners = !1, this._scopeListeners = [], this._eventProcessors = [], this._breadcrumbs = [], this._attachments = [], this._user = {}, this._tags = {}, this._attributes = {}, this._extra = {}, this._contexts = {}, this._sdkProcessingMetadata = {}, this._propagationContext = {
|
|
533
|
+
traceId: Qe(),
|
|
534
|
+
sampleRand: A()
|
|
535
|
+
};
|
|
536
|
+
}
|
|
537
|
+
clone() {
|
|
538
|
+
let e = new t();
|
|
539
|
+
return e._breadcrumbs = [...this._breadcrumbs], e._tags = { ...this._tags }, e._attributes = { ...this._attributes }, e._extra = { ...this._extra }, e._contexts = { ...this._contexts }, this._contexts.flags && (e._contexts.flags = { values: [...this._contexts.flags.values] }), e._user = this._user, e._level = this._level, e._session = this._session, e._transactionName = this._transactionName, e._fingerprint = this._fingerprint, e._eventProcessors = [...this._eventProcessors], e._attachments = [...this._attachments], e._sdkProcessingMetadata = { ...this._sdkProcessingMetadata }, e._propagationContext = { ...this._propagationContext }, e._client = this._client, e._lastEventId = this._lastEventId, e._conversationId = this._conversationId, et(e, tt(this)), e;
|
|
540
|
+
}
|
|
541
|
+
setClient(e) {
|
|
542
|
+
this._client = e;
|
|
543
|
+
}
|
|
544
|
+
setLastEventId(e) {
|
|
545
|
+
this._lastEventId = e;
|
|
546
|
+
}
|
|
547
|
+
getClient() {
|
|
548
|
+
return this._client;
|
|
549
|
+
}
|
|
550
|
+
lastEventId() {
|
|
551
|
+
return this._lastEventId;
|
|
552
|
+
}
|
|
553
|
+
addScopeListener(e) {
|
|
554
|
+
this._scopeListeners.push(e);
|
|
555
|
+
}
|
|
556
|
+
addEventProcessor(e) {
|
|
557
|
+
return this._eventProcessors.push(e), this;
|
|
558
|
+
}
|
|
559
|
+
setUser(e) {
|
|
560
|
+
return this._user = e || {
|
|
561
|
+
email: void 0,
|
|
562
|
+
id: void 0,
|
|
563
|
+
ip_address: void 0,
|
|
564
|
+
username: void 0
|
|
565
|
+
}, this._session && I(this._session, { user: e }), this._notifyScopeListeners(), this;
|
|
566
|
+
}
|
|
567
|
+
getUser() {
|
|
568
|
+
return this._user;
|
|
569
|
+
}
|
|
570
|
+
setConversationId(e) {
|
|
571
|
+
return this._conversationId = e || void 0, this._notifyScopeListeners(), this;
|
|
572
|
+
}
|
|
573
|
+
setTags(e) {
|
|
574
|
+
return this._tags = {
|
|
575
|
+
...this._tags,
|
|
576
|
+
...e
|
|
577
|
+
}, this._notifyScopeListeners(), this;
|
|
578
|
+
}
|
|
579
|
+
setTag(e, t) {
|
|
580
|
+
return this.setTags({ [e]: t });
|
|
581
|
+
}
|
|
582
|
+
setAttributes(e) {
|
|
583
|
+
return this._attributes = {
|
|
584
|
+
...this._attributes,
|
|
585
|
+
...e
|
|
586
|
+
}, this._notifyScopeListeners(), this;
|
|
587
|
+
}
|
|
588
|
+
setAttribute(e, t) {
|
|
589
|
+
return this.setAttributes({ [e]: t });
|
|
590
|
+
}
|
|
591
|
+
removeAttribute(e) {
|
|
592
|
+
return e in this._attributes && (delete this._attributes[e], this._notifyScopeListeners()), this;
|
|
593
|
+
}
|
|
594
|
+
setExtras(e) {
|
|
595
|
+
return this._extra = {
|
|
596
|
+
...this._extra,
|
|
597
|
+
...e
|
|
598
|
+
}, this._notifyScopeListeners(), this;
|
|
599
|
+
}
|
|
600
|
+
setExtra(e, t) {
|
|
601
|
+
return this._extra = {
|
|
602
|
+
...this._extra,
|
|
603
|
+
[e]: t
|
|
604
|
+
}, this._notifyScopeListeners(), this;
|
|
605
|
+
}
|
|
606
|
+
setFingerprint(e) {
|
|
607
|
+
return this._fingerprint = e, this._notifyScopeListeners(), this;
|
|
608
|
+
}
|
|
609
|
+
setLevel(e) {
|
|
610
|
+
return this._level = e, this._notifyScopeListeners(), this;
|
|
611
|
+
}
|
|
612
|
+
setTransactionName(e) {
|
|
613
|
+
return this._transactionName = e, this._notifyScopeListeners(), this;
|
|
614
|
+
}
|
|
615
|
+
setContext(e, t) {
|
|
616
|
+
return t === null ? delete this._contexts[e] : this._contexts[e] = t, this._notifyScopeListeners(), this;
|
|
617
|
+
}
|
|
618
|
+
setSession(e) {
|
|
619
|
+
return e ? this._session = e : delete this._session, this._notifyScopeListeners(), this;
|
|
620
|
+
}
|
|
621
|
+
getSession() {
|
|
622
|
+
return this._session;
|
|
623
|
+
}
|
|
624
|
+
update(e) {
|
|
625
|
+
if (!e) return this;
|
|
626
|
+
let n = typeof e == "function" ? e(this) : e, { tags: r, attributes: i, extra: a, user: o, contexts: s, level: c, fingerprint: l = [], propagationContext: u, conversationId: d } = (n instanceof t ? n.getScopeData() : C(n) ? e : void 0) || {};
|
|
627
|
+
return this._tags = {
|
|
628
|
+
...this._tags,
|
|
629
|
+
...r
|
|
630
|
+
}, this._attributes = {
|
|
631
|
+
...this._attributes,
|
|
632
|
+
...i
|
|
633
|
+
}, this._extra = {
|
|
634
|
+
...this._extra,
|
|
635
|
+
...a
|
|
636
|
+
}, this._contexts = {
|
|
637
|
+
...this._contexts,
|
|
638
|
+
...s
|
|
639
|
+
}, o && Object.keys(o).length && (this._user = o), c && (this._level = c), l.length && (this._fingerprint = l), u && (this._propagationContext = u), d && (this._conversationId = d), this;
|
|
640
|
+
}
|
|
641
|
+
clear() {
|
|
642
|
+
return this._breadcrumbs = [], this._tags = {}, this._attributes = {}, this._extra = {}, this._user = {}, this._contexts = {}, this._level = void 0, this._transactionName = void 0, this._fingerprint = void 0, this._session = void 0, this._conversationId = void 0, et(this, void 0), this._attachments = [], this.setPropagationContext({
|
|
643
|
+
traceId: Qe(),
|
|
644
|
+
sampleRand: A()
|
|
645
|
+
}), this._notifyScopeListeners(), this;
|
|
646
|
+
}
|
|
647
|
+
addBreadcrumb(e, t) {
|
|
648
|
+
let n = typeof t == "number" ? t : nt;
|
|
649
|
+
if (n <= 0) return this;
|
|
650
|
+
let r = {
|
|
651
|
+
timestamp: P(),
|
|
652
|
+
...e,
|
|
653
|
+
message: e.message ? j(e.message, 2048) : e.message
|
|
654
|
+
};
|
|
655
|
+
if (this._breadcrumbs.push(r), this._breadcrumbs.length > n) {
|
|
656
|
+
var i;
|
|
657
|
+
this._breadcrumbs = this._breadcrumbs.slice(-n), (i = this._client) == null || i.recordDroppedEvent("buffer_overflow", "log_item");
|
|
658
|
+
}
|
|
659
|
+
return this._notifyScopeListeners(), this;
|
|
660
|
+
}
|
|
661
|
+
getLastBreadcrumb() {
|
|
662
|
+
return this._breadcrumbs[this._breadcrumbs.length - 1];
|
|
663
|
+
}
|
|
664
|
+
clearBreadcrumbs() {
|
|
665
|
+
return this._breadcrumbs = [], this._notifyScopeListeners(), this;
|
|
666
|
+
}
|
|
667
|
+
addAttachment(e) {
|
|
668
|
+
return this._attachments.push(e), this;
|
|
669
|
+
}
|
|
670
|
+
clearAttachments() {
|
|
671
|
+
return this._attachments = [], this;
|
|
672
|
+
}
|
|
673
|
+
getScopeData() {
|
|
674
|
+
return {
|
|
675
|
+
breadcrumbs: this._breadcrumbs,
|
|
676
|
+
attachments: this._attachments,
|
|
677
|
+
contexts: this._contexts,
|
|
678
|
+
tags: this._tags,
|
|
679
|
+
attributes: this._attributes,
|
|
680
|
+
extra: this._extra,
|
|
681
|
+
user: this._user,
|
|
682
|
+
level: this._level,
|
|
683
|
+
fingerprint: this._fingerprint || [],
|
|
684
|
+
eventProcessors: this._eventProcessors,
|
|
685
|
+
propagationContext: this._propagationContext,
|
|
686
|
+
sdkProcessingMetadata: this._sdkProcessingMetadata,
|
|
687
|
+
transactionName: this._transactionName,
|
|
688
|
+
span: tt(this),
|
|
689
|
+
conversationId: this._conversationId
|
|
690
|
+
};
|
|
691
|
+
}
|
|
692
|
+
setSDKProcessingMetadata(e) {
|
|
693
|
+
return this._sdkProcessingMetadata = L(this._sdkProcessingMetadata, e, 2), this;
|
|
694
|
+
}
|
|
695
|
+
setPropagationContext(e) {
|
|
696
|
+
return this._propagationContext = e, this;
|
|
697
|
+
}
|
|
698
|
+
getPropagationContext() {
|
|
699
|
+
return this._propagationContext;
|
|
700
|
+
}
|
|
701
|
+
captureException(t, n) {
|
|
702
|
+
let r = (n == null ? void 0 : n.event_id) || N();
|
|
703
|
+
if (!this._client) return e && v.warn("No client configured on scope - will not capture exception!"), r;
|
|
704
|
+
let i = /* @__PURE__ */ Error("Sentry syntheticException");
|
|
705
|
+
return this._client.captureException(t, {
|
|
706
|
+
originalException: t,
|
|
707
|
+
syntheticException: i,
|
|
708
|
+
...n,
|
|
709
|
+
event_id: r
|
|
710
|
+
}, this), r;
|
|
711
|
+
}
|
|
712
|
+
captureMessage(t, n, r) {
|
|
713
|
+
var i;
|
|
714
|
+
let a = (r == null ? void 0 : r.event_id) || N();
|
|
715
|
+
if (!this._client) return e && v.warn("No client configured on scope - will not capture message!"), a;
|
|
716
|
+
let o = (i = r == null ? void 0 : r.syntheticException) == null ? Error(t) : i;
|
|
717
|
+
return this._client.captureMessage(t, n, {
|
|
718
|
+
originalException: t,
|
|
719
|
+
syntheticException: o,
|
|
720
|
+
...r,
|
|
721
|
+
event_id: a
|
|
722
|
+
}, this), a;
|
|
723
|
+
}
|
|
724
|
+
captureEvent(t, n) {
|
|
725
|
+
let r = t.event_id || (n == null ? void 0 : n.event_id) || N();
|
|
726
|
+
return this._client ? (this._client.captureEvent(t, {
|
|
727
|
+
...n,
|
|
728
|
+
event_id: r
|
|
729
|
+
}, this), r) : (e && v.warn("No client configured on scope - will not capture event!"), r);
|
|
730
|
+
}
|
|
731
|
+
_notifyScopeListeners() {
|
|
732
|
+
this._notifyingListeners || (this._notifyingListeners = !0, this._scopeListeners.forEach((e) => {
|
|
733
|
+
e(this);
|
|
734
|
+
}), this._notifyingListeners = !1);
|
|
735
|
+
}
|
|
736
|
+
};
|
|
737
|
+
//#endregion
|
|
738
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/defaultScopes.js
|
|
739
|
+
function rt() {
|
|
740
|
+
return a("defaultCurrentScope", () => new z());
|
|
741
|
+
}
|
|
742
|
+
function it() {
|
|
743
|
+
return a("defaultIsolationScope", () => new z());
|
|
744
|
+
}
|
|
745
|
+
//#endregion
|
|
746
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/chain-and-copy-promiselike.js
|
|
747
|
+
var at = (e) => e instanceof Promise && !e[ot], ot = Symbol("chained PromiseLike"), st = (e, t, n) => {
|
|
748
|
+
let r = e.then((e) => (t(e), e), (e) => {
|
|
749
|
+
throw n(e), e;
|
|
750
|
+
});
|
|
751
|
+
return at(r) && at(e) ? r : ct(e, r);
|
|
752
|
+
}, ct = (e, t) => {
|
|
753
|
+
if (!t) return e;
|
|
754
|
+
let n = !1;
|
|
755
|
+
for (let r in e) {
|
|
756
|
+
if (r in t) continue;
|
|
757
|
+
n = !0;
|
|
758
|
+
let i = e[r];
|
|
759
|
+
typeof i == "function" ? Object.defineProperty(t, r, {
|
|
760
|
+
value: (...t) => i.apply(e, t),
|
|
761
|
+
enumerable: !0,
|
|
762
|
+
configurable: !0,
|
|
763
|
+
writable: !0
|
|
764
|
+
}) : t[r] = i;
|
|
765
|
+
}
|
|
766
|
+
return n && Object.assign(t, { [ot]: !0 }), t;
|
|
767
|
+
}, lt = class {
|
|
768
|
+
constructor(e, t) {
|
|
769
|
+
let n;
|
|
770
|
+
n = e || new z();
|
|
771
|
+
let r;
|
|
772
|
+
r = t || new z(), this._stack = [{ scope: n }], this._isolationScope = r;
|
|
773
|
+
}
|
|
774
|
+
withScope(e) {
|
|
775
|
+
let t = this._pushScope(), n;
|
|
776
|
+
try {
|
|
777
|
+
n = e(t);
|
|
778
|
+
} catch (e) {
|
|
779
|
+
throw this._popScope(), e;
|
|
780
|
+
}
|
|
781
|
+
return w(n) ? st(n, () => this._popScope(), () => this._popScope()) : (this._popScope(), n);
|
|
782
|
+
}
|
|
783
|
+
getClient() {
|
|
784
|
+
return this.getStackTop().client;
|
|
785
|
+
}
|
|
786
|
+
getScope() {
|
|
787
|
+
return this.getStackTop().scope;
|
|
788
|
+
}
|
|
789
|
+
getIsolationScope() {
|
|
790
|
+
return this._isolationScope;
|
|
791
|
+
}
|
|
792
|
+
getStackTop() {
|
|
793
|
+
return this._stack[this._stack.length - 1];
|
|
794
|
+
}
|
|
795
|
+
_pushScope() {
|
|
796
|
+
let e = this.getScope().clone();
|
|
797
|
+
return this._stack.push({
|
|
798
|
+
client: this.getClient(),
|
|
799
|
+
scope: e
|
|
800
|
+
}), e;
|
|
801
|
+
}
|
|
802
|
+
_popScope() {
|
|
803
|
+
return this._stack.length <= 1 ? !1 : !!this._stack.pop();
|
|
804
|
+
}
|
|
805
|
+
};
|
|
806
|
+
function B() {
|
|
807
|
+
let e = i(r());
|
|
808
|
+
return e.stack = e.stack || new lt(rt(), it());
|
|
809
|
+
}
|
|
810
|
+
function ut(e) {
|
|
811
|
+
return B().withScope(e);
|
|
812
|
+
}
|
|
813
|
+
function dt(e, t) {
|
|
814
|
+
let n = B();
|
|
815
|
+
return n.withScope(() => (n.getStackTop().scope = e, t(e)));
|
|
816
|
+
}
|
|
817
|
+
function ft(e) {
|
|
818
|
+
return B().withScope(() => e(B().getIsolationScope()));
|
|
819
|
+
}
|
|
820
|
+
function pt() {
|
|
821
|
+
return {
|
|
822
|
+
withIsolationScope: ft,
|
|
823
|
+
withScope: ut,
|
|
824
|
+
withSetScope: dt,
|
|
825
|
+
withSetIsolationScope: (e, t) => ft(t),
|
|
826
|
+
getCurrentScope: () => B().getScope(),
|
|
827
|
+
getIsolationScope: () => B().getIsolationScope()
|
|
828
|
+
};
|
|
829
|
+
}
|
|
830
|
+
//#endregion
|
|
831
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/asyncContext/index.js
|
|
832
|
+
function V(e) {
|
|
833
|
+
let t = i(e);
|
|
834
|
+
return t.acs ? t.acs : pt();
|
|
835
|
+
}
|
|
836
|
+
//#endregion
|
|
837
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/currentScopes.js
|
|
838
|
+
var mt;
|
|
839
|
+
function ht() {
|
|
840
|
+
return mt == null ? void 0 : mt();
|
|
841
|
+
}
|
|
842
|
+
function H() {
|
|
843
|
+
return V(r()).getCurrentScope();
|
|
844
|
+
}
|
|
845
|
+
function U() {
|
|
846
|
+
return V(r()).getIsolationScope();
|
|
847
|
+
}
|
|
848
|
+
function gt() {
|
|
849
|
+
return a("globalScope", () => new z());
|
|
850
|
+
}
|
|
851
|
+
function _t(...e) {
|
|
852
|
+
let t = V(r());
|
|
853
|
+
if (e.length === 2) {
|
|
854
|
+
let [n, r] = e;
|
|
855
|
+
return n ? t.withSetScope(n, r) : t.withScope(r);
|
|
856
|
+
}
|
|
857
|
+
return t.withScope(e[0]);
|
|
858
|
+
}
|
|
859
|
+
function W() {
|
|
860
|
+
return H().getClient();
|
|
861
|
+
}
|
|
862
|
+
function vt(e) {
|
|
863
|
+
let t = ht();
|
|
864
|
+
if (t) return {
|
|
865
|
+
trace_id: t.traceId,
|
|
866
|
+
span_id: t.spanId
|
|
867
|
+
};
|
|
868
|
+
let { traceId: n, parentSpanId: r, propagationSpanId: i } = e.getPropagationContext(), a = {
|
|
869
|
+
trace_id: n,
|
|
870
|
+
span_id: i || $e()
|
|
871
|
+
};
|
|
872
|
+
return r && (a.parent_span_id = r), a;
|
|
873
|
+
}
|
|
874
|
+
var yt = "sentry.previous_trace_sample_rate", bt = "sentry.op", xt = "sentry.origin", St = "sentry.profile_id", Ct = "sentry.exclusive_time", wt = "gen_ai.conversation.id";
|
|
875
|
+
//#endregion
|
|
876
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/weakRef.js
|
|
877
|
+
function Tt(e) {
|
|
878
|
+
if (e) {
|
|
879
|
+
if (typeof e == "object" && "deref" in e && typeof e.deref == "function") try {
|
|
880
|
+
return e.deref();
|
|
881
|
+
} catch {
|
|
882
|
+
return;
|
|
883
|
+
}
|
|
884
|
+
return e;
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
//#endregion
|
|
888
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/tracing/utils.js
|
|
889
|
+
var Et = "_sentryScope", Dt = "_sentryIsolationScope";
|
|
890
|
+
function Ot(e) {
|
|
891
|
+
let t = e;
|
|
892
|
+
return {
|
|
893
|
+
scope: t[Et],
|
|
894
|
+
isolationScope: Tt(t[Dt])
|
|
895
|
+
};
|
|
896
|
+
}
|
|
897
|
+
function kt(e) {
|
|
898
|
+
let t = At(e);
|
|
899
|
+
if (!t) return;
|
|
900
|
+
let n = Object.entries(t).reduce((e, [t, n]) => {
|
|
901
|
+
if (t.startsWith("sentry-")) {
|
|
902
|
+
let r = t.slice(7);
|
|
903
|
+
e[r] = n;
|
|
904
|
+
}
|
|
905
|
+
return e;
|
|
906
|
+
}, {});
|
|
907
|
+
if (Object.keys(n).length > 0) return n;
|
|
908
|
+
}
|
|
909
|
+
function At(e) {
|
|
910
|
+
if (!(!e || !S(e) && !Array.isArray(e))) return Array.isArray(e) ? e.reduce((e, t) => {
|
|
911
|
+
let n = jt(t);
|
|
912
|
+
return Object.entries(n).forEach(([t, n]) => {
|
|
913
|
+
e[t] = n;
|
|
914
|
+
}), e;
|
|
915
|
+
}, {}) : jt(e);
|
|
916
|
+
}
|
|
917
|
+
function jt(e) {
|
|
918
|
+
return e.split(",").map((e) => {
|
|
919
|
+
let t = e.indexOf("=");
|
|
920
|
+
return t === -1 ? [] : [e.slice(0, t), e.slice(t + 1)].map((e) => {
|
|
921
|
+
try {
|
|
922
|
+
return decodeURIComponent(e.trim());
|
|
923
|
+
} catch {
|
|
924
|
+
return;
|
|
925
|
+
}
|
|
926
|
+
});
|
|
927
|
+
}).reduce((e, [t, n]) => (t && n && (e[t] = n), e), {});
|
|
928
|
+
}
|
|
929
|
+
//#endregion
|
|
930
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/dsn.js
|
|
931
|
+
var Mt = /^o(\d+)\./, Nt = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)((?:\[[:.%\w]+\]|[\w.-]+))(?::(\d+))?\/(.+)/;
|
|
932
|
+
function Pt(e) {
|
|
933
|
+
return e === "http" || e === "https";
|
|
934
|
+
}
|
|
935
|
+
function Ft(e, t = !1) {
|
|
936
|
+
let { host: n, path: r, pass: i, port: a, projectId: o, protocol: s, publicKey: c } = e;
|
|
937
|
+
return `${s}://${c}${t && i ? `:${i}` : ""}@${n}${a ? `:${a}` : ""}/${r && `${r}/`}${o}`;
|
|
938
|
+
}
|
|
939
|
+
function It(e) {
|
|
940
|
+
let t = Nt.exec(e);
|
|
941
|
+
if (!t) {
|
|
942
|
+
l(() => {
|
|
943
|
+
console.error(`Invalid Sentry Dsn: ${e}`);
|
|
944
|
+
});
|
|
945
|
+
return;
|
|
946
|
+
}
|
|
947
|
+
let [n, r, i = "", a = "", o = "", s = ""] = t.slice(1), c = "", u = s, d = u.split("/");
|
|
948
|
+
if (d.length > 1 && (c = d.slice(0, -1).join("/"), u = d.pop()), u) {
|
|
949
|
+
let e = u.match(/^\d+/);
|
|
950
|
+
e && (u = e[0]);
|
|
951
|
+
}
|
|
952
|
+
return Lt({
|
|
953
|
+
host: a,
|
|
954
|
+
pass: i,
|
|
955
|
+
path: c,
|
|
956
|
+
projectId: u,
|
|
957
|
+
port: o,
|
|
958
|
+
protocol: n,
|
|
959
|
+
publicKey: r
|
|
960
|
+
});
|
|
961
|
+
}
|
|
962
|
+
function Lt(e) {
|
|
963
|
+
return {
|
|
964
|
+
protocol: e.protocol,
|
|
965
|
+
publicKey: e.publicKey || "",
|
|
966
|
+
pass: e.pass || "",
|
|
967
|
+
host: e.host,
|
|
968
|
+
port: e.port || "",
|
|
969
|
+
path: e.path || "",
|
|
970
|
+
projectId: e.projectId
|
|
971
|
+
};
|
|
972
|
+
}
|
|
973
|
+
function Rt(t) {
|
|
974
|
+
if (!e) return !0;
|
|
975
|
+
let { port: n, projectId: r, protocol: i } = t;
|
|
976
|
+
return [
|
|
977
|
+
"protocol",
|
|
978
|
+
"publicKey",
|
|
979
|
+
"host",
|
|
980
|
+
"projectId"
|
|
981
|
+
].find((e) => t[e] ? !1 : (v.error(`Invalid Sentry Dsn: ${e} missing`), !0)) ? !1 : r.match(/^\d+$/) ? Pt(i) ? n && isNaN(parseInt(n, 10)) ? (v.error(`Invalid Sentry Dsn: Invalid port ${n}`), !1) : !0 : (v.error(`Invalid Sentry Dsn: Invalid protocol ${i}`), !1) : (v.error(`Invalid Sentry Dsn: Invalid projectId ${r}`), !1);
|
|
982
|
+
}
|
|
983
|
+
function zt(e) {
|
|
984
|
+
let t = e.match(Mt);
|
|
985
|
+
return t == null ? void 0 : t[1];
|
|
986
|
+
}
|
|
987
|
+
function Bt(e) {
|
|
988
|
+
let t = e.getOptions(), { host: n } = e.getDsn() || {}, r;
|
|
989
|
+
return t.orgId ? r = String(t.orgId) : n && (r = zt(n)), r;
|
|
990
|
+
}
|
|
991
|
+
function Vt(e) {
|
|
992
|
+
let t = typeof e == "string" ? It(e) : Lt(e);
|
|
993
|
+
if (!(!t || !Rt(t))) return t;
|
|
994
|
+
}
|
|
995
|
+
var Ht = !1;
|
|
996
|
+
function Ut(e) {
|
|
997
|
+
let { spanId: t, traceId: n, isRemote: r } = e.spanContext(), i = r ? t : G(e).parent_span_id, a = Ot(e).scope;
|
|
998
|
+
return {
|
|
999
|
+
parent_span_id: i,
|
|
1000
|
+
span_id: r ? (a == null ? void 0 : a.getPropagationContext().propagationSpanId) || $e() : t,
|
|
1001
|
+
trace_id: n
|
|
1002
|
+
};
|
|
1003
|
+
}
|
|
1004
|
+
function Wt(e) {
|
|
1005
|
+
if (e && e.length > 0) return e.map(({ context: { spanId: e, traceId: t, traceFlags: n, ...r }, attributes: i }) => ({
|
|
1006
|
+
span_id: e,
|
|
1007
|
+
trace_id: t,
|
|
1008
|
+
sampled: n === 1,
|
|
1009
|
+
attributes: i,
|
|
1010
|
+
...r
|
|
1011
|
+
}));
|
|
1012
|
+
}
|
|
1013
|
+
function Gt(e) {
|
|
1014
|
+
return typeof e == "number" ? Kt(e) : Array.isArray(e) ? e[0] + e[1] / 1e9 : e instanceof Date ? Kt(e.getTime()) : F();
|
|
1015
|
+
}
|
|
1016
|
+
function Kt(e) {
|
|
1017
|
+
return e > 9999999999 ? e / 1e3 : e;
|
|
1018
|
+
}
|
|
1019
|
+
function G(e) {
|
|
1020
|
+
if (Yt(e)) return e.getSpanJSON();
|
|
1021
|
+
let { spanId: t, traceId: n } = e.spanContext();
|
|
1022
|
+
if (Jt(e)) {
|
|
1023
|
+
let { attributes: r, startTime: i, name: a, endTime: o, status: s, links: c } = e;
|
|
1024
|
+
return {
|
|
1025
|
+
span_id: t,
|
|
1026
|
+
trace_id: n,
|
|
1027
|
+
data: r,
|
|
1028
|
+
description: a,
|
|
1029
|
+
parent_span_id: qt(e),
|
|
1030
|
+
start_timestamp: Gt(i),
|
|
1031
|
+
timestamp: Gt(o) || void 0,
|
|
1032
|
+
status: Zt(s),
|
|
1033
|
+
op: r[bt],
|
|
1034
|
+
origin: r[xt],
|
|
1035
|
+
links: Wt(c)
|
|
1036
|
+
};
|
|
1037
|
+
}
|
|
1038
|
+
return {
|
|
1039
|
+
span_id: t,
|
|
1040
|
+
trace_id: n,
|
|
1041
|
+
start_timestamp: 0,
|
|
1042
|
+
data: {}
|
|
1043
|
+
};
|
|
1044
|
+
}
|
|
1045
|
+
function qt(e) {
|
|
1046
|
+
var t;
|
|
1047
|
+
return "parentSpanId" in e ? e.parentSpanId : "parentSpanContext" in e ? (t = e.parentSpanContext) == null ? void 0 : t.spanId : void 0;
|
|
1048
|
+
}
|
|
1049
|
+
function Jt(e) {
|
|
1050
|
+
let t = e;
|
|
1051
|
+
return !!t.attributes && !!t.startTime && !!t.name && !!t.endTime && !!t.status;
|
|
1052
|
+
}
|
|
1053
|
+
function Yt(e) {
|
|
1054
|
+
return typeof e.getSpanJSON == "function";
|
|
1055
|
+
}
|
|
1056
|
+
function Xt(e) {
|
|
1057
|
+
let { traceFlags: t } = e.spanContext();
|
|
1058
|
+
return t === 1;
|
|
1059
|
+
}
|
|
1060
|
+
function Zt(e) {
|
|
1061
|
+
if (!(!e || e.code === 0)) return e.code === 1 ? "ok" : e.message || "internal_error";
|
|
1062
|
+
}
|
|
1063
|
+
var Qt = "_sentryRootSpan", $t = en;
|
|
1064
|
+
function en(e) {
|
|
1065
|
+
return e[Qt] || e;
|
|
1066
|
+
}
|
|
1067
|
+
function tn() {
|
|
1068
|
+
Ht || (l(() => {
|
|
1069
|
+
console.warn("[Sentry] Returning null from `beforeSendSpan` is disallowed. To drop certain spans, configure the respective integrations directly or use `ignoreSpans`.");
|
|
1070
|
+
}), Ht = !0);
|
|
1071
|
+
}
|
|
1072
|
+
//#endregion
|
|
1073
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/hasSpansEnabled.js
|
|
1074
|
+
function nn(e) {
|
|
1075
|
+
var t;
|
|
1076
|
+
if (typeof __SENTRY_TRACING__ == "boolean" && !__SENTRY_TRACING__) return !1;
|
|
1077
|
+
let n = e || ((t = W()) == null ? void 0 : t.getOptions());
|
|
1078
|
+
return !!n && (n.tracesSampleRate != null || !!n.tracesSampler);
|
|
1079
|
+
}
|
|
1080
|
+
//#endregion
|
|
1081
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/constants.js
|
|
1082
|
+
var rn = "production", an = "_frozenDsc";
|
|
1083
|
+
function on(e, t) {
|
|
1084
|
+
let n = t.getOptions(), { publicKey: r } = t.getDsn() || {}, i = {
|
|
1085
|
+
environment: n.environment || "production",
|
|
1086
|
+
release: n.release,
|
|
1087
|
+
public_key: r,
|
|
1088
|
+
trace_id: e,
|
|
1089
|
+
org_id: Bt(t)
|
|
1090
|
+
};
|
|
1091
|
+
return t.emit("createDsc", i), i;
|
|
1092
|
+
}
|
|
1093
|
+
function sn(e, t) {
|
|
1094
|
+
let n = t.getPropagationContext();
|
|
1095
|
+
return n.dsc || on(n.traceId, e);
|
|
1096
|
+
}
|
|
1097
|
+
function cn(e) {
|
|
1098
|
+
var t, n, r;
|
|
1099
|
+
let i = W();
|
|
1100
|
+
if (!i) return {};
|
|
1101
|
+
let a = $t(e), o = G(a), s = o.data, c = a.spanContext().traceState, l = (t = (n = c == null ? void 0 : c.get("sentry.sample_rate")) == null ? s["sentry.sample_rate"] : n) == null ? s[yt] : t;
|
|
1102
|
+
function u(e) {
|
|
1103
|
+
return (typeof l == "number" || typeof l == "string") && (e.sample_rate = `${l}`), e;
|
|
1104
|
+
}
|
|
1105
|
+
let d = a[an];
|
|
1106
|
+
if (d) return u(d);
|
|
1107
|
+
let f = c == null ? void 0 : c.get("sentry.dsc"), p = f && kt(f);
|
|
1108
|
+
if (p) return u(p);
|
|
1109
|
+
let m = on(e.spanContext().traceId, i), h = (r = s["sentry.source"]) == null ? s["sentry.span.source"] : r, g = o.description;
|
|
1110
|
+
if (h !== "url" && g && (m.transaction = g), nn()) {
|
|
1111
|
+
var _, v;
|
|
1112
|
+
m.sampled = String(Xt(a)), m.sample_rand = (_ = c == null ? void 0 : c.get("sentry.sample_rand")) == null ? (v = Ot(a).scope) == null ? void 0 : v.getPropagationContext().sampleRand.toString() : _;
|
|
1113
|
+
}
|
|
1114
|
+
return u(m), i.emit("createDsc", m, a), m;
|
|
1115
|
+
}
|
|
1116
|
+
//#endregion
|
|
1117
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/normalizationHints.js
|
|
1118
|
+
var ln = Symbol.for("sentry.skipNormalization"), un = Symbol.for("sentry.overrideNormalizationDepth");
|
|
1119
|
+
function dn(e) {
|
|
1120
|
+
return !!e[ln];
|
|
1121
|
+
}
|
|
1122
|
+
function fn(e) {
|
|
1123
|
+
let t = e[un];
|
|
1124
|
+
return typeof t == "number" ? t : void 0;
|
|
1125
|
+
}
|
|
1126
|
+
//#endregion
|
|
1127
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/normalize.js
|
|
1128
|
+
function K(e, t = 100, n = Infinity) {
|
|
1129
|
+
try {
|
|
1130
|
+
return q("", e, t, n);
|
|
1131
|
+
} catch (e) {
|
|
1132
|
+
return { ERROR: `**non-serializable** (${e})` };
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
function pn(e, t = 3, n = 100 * 1024) {
|
|
1136
|
+
let r = K(e, t);
|
|
1137
|
+
return _n(r) > n ? pn(e, t - 1, n) : r;
|
|
1138
|
+
}
|
|
1139
|
+
function q(e, t, n = Infinity, r = Infinity, i = vn()) {
|
|
1140
|
+
let [a, o] = i;
|
|
1141
|
+
if (t == null || ["boolean", "string"].includes(typeof t) || typeof t == "number" && Number.isFinite(t)) return t;
|
|
1142
|
+
let s = mn(e, t);
|
|
1143
|
+
if (!s.startsWith("[object ")) return s;
|
|
1144
|
+
if (dn(t)) return t;
|
|
1145
|
+
let c = fn(t), l = c === void 0 ? n : c;
|
|
1146
|
+
if (l === 0) return s.replace("object ", "");
|
|
1147
|
+
if (a(t)) return "[Circular ~]";
|
|
1148
|
+
let u = t;
|
|
1149
|
+
if (u && typeof u.toJSON == "function") try {
|
|
1150
|
+
return q("", u.toJSON(), l - 1, r, i);
|
|
1151
|
+
} catch {}
|
|
1152
|
+
let d = Array.isArray(t) ? [] : {}, f = 0, p = Ae(t);
|
|
1153
|
+
for (let e in p) {
|
|
1154
|
+
if (!Object.prototype.hasOwnProperty.call(p, e)) continue;
|
|
1155
|
+
if (f >= r) {
|
|
1156
|
+
d[e] = "[MaxProperties ~]";
|
|
1157
|
+
break;
|
|
1158
|
+
}
|
|
1159
|
+
let t = p[e];
|
|
1160
|
+
d[e] = q(e, t, l - 1, r, i), f++;
|
|
1161
|
+
}
|
|
1162
|
+
return o(t), d;
|
|
1163
|
+
}
|
|
1164
|
+
function mn(e, t) {
|
|
1165
|
+
try {
|
|
1166
|
+
if (e === "domain" && t && typeof t == "object" && t._events) return "[Domain]";
|
|
1167
|
+
if (e === "domainEmitter") return "[DomainEmitter]";
|
|
1168
|
+
if (typeof global < "u" && t === global) return "[Global]";
|
|
1169
|
+
if (typeof window < "u" && t === window) return "[Window]";
|
|
1170
|
+
if (typeof document < "u" && t === document) return "[Document]";
|
|
1171
|
+
if (be(t)) return ce(t);
|
|
1172
|
+
if (ye(t)) return "[SyntheticEvent]";
|
|
1173
|
+
if (typeof t == "number" && !Number.isFinite(t)) return `[${t}]`;
|
|
1174
|
+
if (typeof t == "function") return `[Function: ${oe(t)}]`;
|
|
1175
|
+
if (typeof t == "symbol") return `[${String(t)}]`;
|
|
1176
|
+
if (typeof t == "bigint") return `[BigInt: ${String(t)}]`;
|
|
1177
|
+
let n = hn(t);
|
|
1178
|
+
return /^HTML(\w*)Element$/.test(n) ? `[HTMLElement: ${n}]` : `[object ${n}]`;
|
|
1179
|
+
} catch (e) {
|
|
1180
|
+
return `**non-serializable** (${e})`;
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
function hn(e) {
|
|
1184
|
+
let t = Object.getPrototypeOf(e);
|
|
1185
|
+
return t != null && t.constructor ? t.constructor.name : "null prototype";
|
|
1186
|
+
}
|
|
1187
|
+
function gn(e) {
|
|
1188
|
+
return ~-encodeURI(e).split(/%..|./).length;
|
|
1189
|
+
}
|
|
1190
|
+
function _n(e) {
|
|
1191
|
+
return gn(JSON.stringify(e));
|
|
1192
|
+
}
|
|
1193
|
+
function vn() {
|
|
1194
|
+
let e = /* @__PURE__ */ new WeakSet();
|
|
1195
|
+
function t(t) {
|
|
1196
|
+
return e.has(t) ? !0 : (e.add(t), !1);
|
|
1197
|
+
}
|
|
1198
|
+
function n(t) {
|
|
1199
|
+
e.delete(t);
|
|
1200
|
+
}
|
|
1201
|
+
return [t, n];
|
|
1202
|
+
}
|
|
1203
|
+
//#endregion
|
|
1204
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/scopeData.js
|
|
1205
|
+
function yn(e, t) {
|
|
1206
|
+
let { fingerprint: n, span: r, breadcrumbs: i, sdkProcessingMetadata: a } = t;
|
|
1207
|
+
Sn(e, t), r && Tn(e, r), En(e, n), Cn(e, i), wn(e, a);
|
|
1208
|
+
}
|
|
1209
|
+
function bn(e, t) {
|
|
1210
|
+
let { extra: n, tags: r, attributes: i, user: a, contexts: o, level: s, sdkProcessingMetadata: c, breadcrumbs: l, fingerprint: u, eventProcessors: d, attachments: f, propagationContext: p, transactionName: m, span: h } = t;
|
|
1211
|
+
J(e, "extra", n), J(e, "tags", r), J(e, "attributes", i), J(e, "user", a), J(e, "contexts", o), e.sdkProcessingMetadata = L(e.sdkProcessingMetadata, c, 2), s && (e.level = s), m && (e.transactionName = m), h && (e.span = h), l.length && (e.breadcrumbs = [...e.breadcrumbs, ...l]), u.length && (e.fingerprint = [...e.fingerprint, ...u]), d.length && (e.eventProcessors = [...e.eventProcessors, ...d]), f.length && (e.attachments = [...e.attachments, ...f]), e.propagationContext = {
|
|
1212
|
+
...e.propagationContext,
|
|
1213
|
+
...p
|
|
1214
|
+
};
|
|
1215
|
+
}
|
|
1216
|
+
function J(e, t, n) {
|
|
1217
|
+
e[t] = L(e[t], n, 1);
|
|
1218
|
+
}
|
|
1219
|
+
function xn(e, t) {
|
|
1220
|
+
let n = gt().getScopeData();
|
|
1221
|
+
return e && bn(n, e.getScopeData()), t && bn(n, t.getScopeData()), n;
|
|
1222
|
+
}
|
|
1223
|
+
function Sn(e, t) {
|
|
1224
|
+
let { extra: n, tags: r, user: i, contexts: a, level: o, transactionName: s } = t;
|
|
1225
|
+
Object.keys(n).length && (e.extra = {
|
|
1226
|
+
...n,
|
|
1227
|
+
...e.extra
|
|
1228
|
+
}), Object.keys(r).length && (e.tags = {
|
|
1229
|
+
...r,
|
|
1230
|
+
...e.tags
|
|
1231
|
+
}), Object.keys(i).length && (e.user = {
|
|
1232
|
+
...i,
|
|
1233
|
+
...e.user
|
|
1234
|
+
}), Object.keys(a).length && (e.contexts = {
|
|
1235
|
+
...a,
|
|
1236
|
+
...e.contexts
|
|
1237
|
+
}), o && (e.level = o), s && e.type !== "transaction" && (e.transaction = s);
|
|
1238
|
+
}
|
|
1239
|
+
function Cn(e, t) {
|
|
1240
|
+
let n = [...e.breadcrumbs || [], ...t];
|
|
1241
|
+
e.breadcrumbs = n.length ? n : void 0;
|
|
1242
|
+
}
|
|
1243
|
+
function wn(e, t) {
|
|
1244
|
+
e.sdkProcessingMetadata = {
|
|
1245
|
+
...e.sdkProcessingMetadata,
|
|
1246
|
+
...t
|
|
1247
|
+
};
|
|
1248
|
+
}
|
|
1249
|
+
function Tn(e, t) {
|
|
1250
|
+
e.contexts = {
|
|
1251
|
+
trace: Ut(t),
|
|
1252
|
+
...e.contexts
|
|
1253
|
+
}, e.sdkProcessingMetadata = {
|
|
1254
|
+
dynamicSamplingContext: cn(t),
|
|
1255
|
+
...e.sdkProcessingMetadata
|
|
1256
|
+
};
|
|
1257
|
+
let n = G($t(t)).description;
|
|
1258
|
+
n && !e.transaction && e.type === "transaction" && (e.transaction = n);
|
|
1259
|
+
}
|
|
1260
|
+
function En(e, t) {
|
|
1261
|
+
e.fingerprint = e.fingerprint ? Array.isArray(e.fingerprint) ? e.fingerprint : [e.fingerprint] : [], t && (e.fingerprint = e.fingerprint.concat(t)), e.fingerprint.length || delete e.fingerprint;
|
|
1262
|
+
}
|
|
1263
|
+
//#endregion
|
|
1264
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/syncpromise.js
|
|
1265
|
+
var Y = 0, Dn = 1, On = 2;
|
|
1266
|
+
function X(e) {
|
|
1267
|
+
return new An((t) => {
|
|
1268
|
+
t(e);
|
|
1269
|
+
});
|
|
1270
|
+
}
|
|
1271
|
+
function kn(e) {
|
|
1272
|
+
return new An((t, n) => {
|
|
1273
|
+
n(e);
|
|
1274
|
+
});
|
|
1275
|
+
}
|
|
1276
|
+
var An = class e {
|
|
1277
|
+
constructor(e) {
|
|
1278
|
+
this._state = Y, this._handlers = [], this._runExecutor(e);
|
|
1279
|
+
}
|
|
1280
|
+
then(t, n) {
|
|
1281
|
+
return new e((e, r) => {
|
|
1282
|
+
this._handlers.push([
|
|
1283
|
+
!1,
|
|
1284
|
+
(n) => {
|
|
1285
|
+
if (!t) e(n);
|
|
1286
|
+
else try {
|
|
1287
|
+
e(t(n));
|
|
1288
|
+
} catch (e) {
|
|
1289
|
+
r(e);
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
(t) => {
|
|
1293
|
+
if (!n) r(t);
|
|
1294
|
+
else try {
|
|
1295
|
+
e(n(t));
|
|
1296
|
+
} catch (e) {
|
|
1297
|
+
r(e);
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
]), this._executeHandlers();
|
|
1301
|
+
});
|
|
1302
|
+
}
|
|
1303
|
+
catch(e) {
|
|
1304
|
+
return this.then((e) => e, e);
|
|
1305
|
+
}
|
|
1306
|
+
finally(t) {
|
|
1307
|
+
return new e((e, n) => {
|
|
1308
|
+
let r, i;
|
|
1309
|
+
return this.then((e) => {
|
|
1310
|
+
i = !1, r = e, t && t();
|
|
1311
|
+
}, (e) => {
|
|
1312
|
+
i = !0, r = e, t && t();
|
|
1313
|
+
}).then(() => {
|
|
1314
|
+
if (i) {
|
|
1315
|
+
n(r);
|
|
1316
|
+
return;
|
|
1317
|
+
}
|
|
1318
|
+
e(r);
|
|
1319
|
+
});
|
|
1320
|
+
});
|
|
1321
|
+
}
|
|
1322
|
+
_executeHandlers() {
|
|
1323
|
+
if (this._state === Y) return;
|
|
1324
|
+
let e = this._handlers.slice();
|
|
1325
|
+
this._handlers = [], e.forEach((e) => {
|
|
1326
|
+
e[0] || (this._state === Dn && e[1](this._value), this._state === On && e[2](this._value), e[0] = !0);
|
|
1327
|
+
});
|
|
1328
|
+
}
|
|
1329
|
+
_runExecutor(e) {
|
|
1330
|
+
let t = (e, t) => {
|
|
1331
|
+
if (this._state === Y) {
|
|
1332
|
+
if (w(t)) {
|
|
1333
|
+
t.then(n, r);
|
|
1334
|
+
return;
|
|
1335
|
+
}
|
|
1336
|
+
this._state = e, this._value = t, this._executeHandlers();
|
|
1337
|
+
}
|
|
1338
|
+
}, n = (e) => {
|
|
1339
|
+
t(Dn, e);
|
|
1340
|
+
}, r = (e) => {
|
|
1341
|
+
t(On, e);
|
|
1342
|
+
};
|
|
1343
|
+
try {
|
|
1344
|
+
e(n, r);
|
|
1345
|
+
} catch (e) {
|
|
1346
|
+
r(e);
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
};
|
|
1350
|
+
//#endregion
|
|
1351
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/eventProcessors.js
|
|
1352
|
+
function jn(e, t, n, r = 0) {
|
|
1353
|
+
try {
|
|
1354
|
+
let i = Z(t, n, e, r);
|
|
1355
|
+
return w(i) ? i : X(i);
|
|
1356
|
+
} catch (e) {
|
|
1357
|
+
return kn(e);
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
function Z(t, n, r, i) {
|
|
1361
|
+
let a = r[i];
|
|
1362
|
+
if (!t || !a) return t;
|
|
1363
|
+
let o = a({ ...t }, n);
|
|
1364
|
+
return e && o === null && v.log(`Event processor "${a.id || "?"}" dropped event`), w(o) ? o.then((e) => Z(e, n, r, i + 1)) : Z(o, n, r, i + 1);
|
|
1365
|
+
}
|
|
1366
|
+
//#endregion
|
|
1367
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/debug-ids.js
|
|
1368
|
+
var Q, Mn, Nn, $;
|
|
1369
|
+
function Pn(e) {
|
|
1370
|
+
let n = t._sentryDebugIds, r = t._debugIds;
|
|
1371
|
+
if (!n && !r) return {};
|
|
1372
|
+
let i = n ? Object.keys(n) : [], a = r ? Object.keys(r) : [];
|
|
1373
|
+
if ($ && i.length === Mn && a.length === Nn) return $;
|
|
1374
|
+
Mn = i.length, Nn = a.length, $ = {}, Q || (Q = {});
|
|
1375
|
+
let o = (t, n) => {
|
|
1376
|
+
for (let r of t) {
|
|
1377
|
+
let t = n[r], i = Q == null ? void 0 : Q[r];
|
|
1378
|
+
if (i && $ && t) $[i[0]] = t, Q && (Q[r] = [i[0], t]);
|
|
1379
|
+
else if (t) {
|
|
1380
|
+
let n = e(r);
|
|
1381
|
+
for (let e = n.length - 1; e >= 0; e--) {
|
|
1382
|
+
let i = n[e], a = i == null ? void 0 : i.filename;
|
|
1383
|
+
if (a && $ && Q) {
|
|
1384
|
+
$[a] = t, Q[r] = [a, t];
|
|
1385
|
+
break;
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
};
|
|
1391
|
+
return n && o(i, n), r && o(a, r), $;
|
|
1392
|
+
}
|
|
1393
|
+
//#endregion
|
|
1394
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/utils/prepareEvent.js
|
|
1395
|
+
function Fn(e, t, n, r, i, a) {
|
|
1396
|
+
let { normalizeDepth: o = 3, normalizeMaxBreadth: s = 1e3 } = e, c = {
|
|
1397
|
+
...t,
|
|
1398
|
+
event_id: t.event_id || n.event_id || N(),
|
|
1399
|
+
timestamp: t.timestamp || P()
|
|
1400
|
+
}, l = n.integrations || e.integrations.map((e) => e.name);
|
|
1401
|
+
In(c, e), zn(c, l), i && i.emit("applyFrameMetadata", t), t.type === void 0 && Ln(c, e.stackParser);
|
|
1402
|
+
let u = Vn(r, n.captureContext);
|
|
1403
|
+
n.mechanism && Ue(c, n.mechanism);
|
|
1404
|
+
let d = i ? i.getEventProcessors() : [], f = xn(a, u), p = [...n.attachments || [], ...f.attachments];
|
|
1405
|
+
p.length && (n.attachments = p), yn(c, f);
|
|
1406
|
+
let m = [...d, ...f.eventProcessors];
|
|
1407
|
+
return (n.data && n.data.__sentry__ === !0 ? X(c) : jn(m, c, n)).then((e) => (e && Rn(e), typeof o == "number" && o > 0 ? Bn(e, o, s) : e));
|
|
1408
|
+
}
|
|
1409
|
+
function In(e, t) {
|
|
1410
|
+
let { environment: n, release: r, dist: i, maxValueLength: a } = t;
|
|
1411
|
+
e.environment = e.environment || n || "production", !e.release && r && (e.release = r), !e.dist && i && (e.dist = i);
|
|
1412
|
+
let o = e.request;
|
|
1413
|
+
if (o != null && o.url && a && (o.url = j(o.url, a)), a) {
|
|
1414
|
+
var s;
|
|
1415
|
+
(s = e.exception) == null || (s = s.values) == null || s.forEach((e) => {
|
|
1416
|
+
e.value && (e.value = j(e.value, a));
|
|
1417
|
+
});
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
function Ln(e, t) {
|
|
1421
|
+
var n;
|
|
1422
|
+
let r = Pn(t);
|
|
1423
|
+
(n = e.exception) == null || (n = n.values) == null || n.forEach((e) => {
|
|
1424
|
+
var t;
|
|
1425
|
+
(t = e.stacktrace) == null || (t = t.frames) == null || t.forEach((e) => {
|
|
1426
|
+
e.filename && (e.debug_id = r[e.filename]);
|
|
1427
|
+
});
|
|
1428
|
+
});
|
|
1429
|
+
}
|
|
1430
|
+
function Rn(e) {
|
|
1431
|
+
var t;
|
|
1432
|
+
let n = {};
|
|
1433
|
+
if ((t = e.exception) == null || (t = t.values) == null || t.forEach((e) => {
|
|
1434
|
+
var t;
|
|
1435
|
+
(t = e.stacktrace) == null || (t = t.frames) == null || t.forEach((e) => {
|
|
1436
|
+
e.debug_id && (e.abs_path ? n[e.abs_path] = e.debug_id : e.filename && (n[e.filename] = e.debug_id), delete e.debug_id);
|
|
1437
|
+
});
|
|
1438
|
+
}), Object.keys(n).length === 0) return;
|
|
1439
|
+
e.debug_meta = e.debug_meta || {}, e.debug_meta.images = e.debug_meta.images || [];
|
|
1440
|
+
let r = e.debug_meta.images;
|
|
1441
|
+
Object.entries(n).forEach(([e, t]) => {
|
|
1442
|
+
r.push({
|
|
1443
|
+
type: "sourcemap",
|
|
1444
|
+
code_file: e,
|
|
1445
|
+
debug_id: t
|
|
1446
|
+
});
|
|
1447
|
+
});
|
|
1448
|
+
}
|
|
1449
|
+
function zn(e, t) {
|
|
1450
|
+
t.length > 0 && (e.sdk = e.sdk || {}, e.sdk.integrations = [...e.sdk.integrations || [], ...t]);
|
|
1451
|
+
}
|
|
1452
|
+
function Bn(e, t, n) {
|
|
1453
|
+
var r, i;
|
|
1454
|
+
if (!e) return null;
|
|
1455
|
+
let a = {
|
|
1456
|
+
...e,
|
|
1457
|
+
...e.breadcrumbs && { breadcrumbs: e.breadcrumbs.map((e) => ({
|
|
1458
|
+
...e,
|
|
1459
|
+
...e.data && { data: K(e.data, t, n) }
|
|
1460
|
+
})) },
|
|
1461
|
+
...e.user && { user: K(e.user, t, n) },
|
|
1462
|
+
...e.contexts && { contexts: K(e.contexts, t, n) },
|
|
1463
|
+
...e.extra && { extra: K(e.extra, t, n) }
|
|
1464
|
+
};
|
|
1465
|
+
return (r = e.contexts) != null && r.trace && a.contexts && (a.contexts.trace = e.contexts.trace, e.contexts.trace.data && (a.contexts.trace.data = K(e.contexts.trace.data, t, n))), e.spans && (a.spans = e.spans.map((e) => ({
|
|
1466
|
+
...e,
|
|
1467
|
+
...e.data && { data: K(e.data, t, n) }
|
|
1468
|
+
}))), (i = e.contexts) != null && i.flags && a.contexts && (a.contexts.flags = K(e.contexts.flags, 3, n)), a;
|
|
1469
|
+
}
|
|
1470
|
+
function Vn(e, t) {
|
|
1471
|
+
if (!t) return e;
|
|
1472
|
+
let n = e ? e.clone() : new z();
|
|
1473
|
+
return n.update(t), n;
|
|
1474
|
+
}
|
|
1475
|
+
function Hn(e) {
|
|
1476
|
+
if (e) return Un(e) || Gn(e) ? { captureContext: e } : e;
|
|
1477
|
+
}
|
|
1478
|
+
function Un(e) {
|
|
1479
|
+
return e instanceof z || typeof e == "function";
|
|
1480
|
+
}
|
|
1481
|
+
var Wn = [
|
|
1482
|
+
"user",
|
|
1483
|
+
"level",
|
|
1484
|
+
"extra",
|
|
1485
|
+
"contexts",
|
|
1486
|
+
"tags",
|
|
1487
|
+
"fingerprint",
|
|
1488
|
+
"propagationContext"
|
|
1489
|
+
];
|
|
1490
|
+
function Gn(e) {
|
|
1491
|
+
return Object.keys(e).some((e) => Wn.includes(e));
|
|
1492
|
+
}
|
|
1493
|
+
//#endregion
|
|
1494
|
+
//#region ../../node_modules/.pnpm/@sentry+core@10.52.0/node_modules/@sentry/core/build/esm/exports.js
|
|
1495
|
+
function Kn(e, t) {
|
|
1496
|
+
return H().captureException(e, Hn(t));
|
|
1497
|
+
}
|
|
1498
|
+
function qn(e, t) {
|
|
1499
|
+
return H().captureEvent(e, t);
|
|
1500
|
+
}
|
|
1501
|
+
function Jn(e, t) {
|
|
1502
|
+
U().setContext(e, t);
|
|
1503
|
+
}
|
|
1504
|
+
function Yn(e, t) {
|
|
1505
|
+
U().setTag(e, t);
|
|
1506
|
+
}
|
|
1507
|
+
function Xn(e) {
|
|
1508
|
+
U().setUser(e);
|
|
1509
|
+
}
|
|
1510
|
+
function Zn() {
|
|
1511
|
+
return U().lastEventId();
|
|
1512
|
+
}
|
|
1513
|
+
function Qn(e) {
|
|
1514
|
+
let n = U(), { user: r } = xn(n, H()), { userAgent: i } = t.navigator || {}, a = Ye({
|
|
1515
|
+
user: r,
|
|
1516
|
+
...i && { userAgent: i },
|
|
1517
|
+
...e
|
|
1518
|
+
}), o = n.getSession();
|
|
1519
|
+
return (o == null ? void 0 : o.status) === "ok" && I(o, { status: "exited" }), $n(), n.setSession(a), a;
|
|
1520
|
+
}
|
|
1521
|
+
function $n() {
|
|
1522
|
+
let e = U(), t = H().getSession() || e.getSession();
|
|
1523
|
+
t && Xe(t), er(), e.setSession();
|
|
1524
|
+
}
|
|
1525
|
+
function er() {
|
|
1526
|
+
let e = U(), t = W(), n = e.getSession();
|
|
1527
|
+
n && t && t.captureSession(n);
|
|
1528
|
+
}
|
|
1529
|
+
function tr(e = !1) {
|
|
1530
|
+
if (e) {
|
|
1531
|
+
$n();
|
|
1532
|
+
return;
|
|
1533
|
+
}
|
|
1534
|
+
er();
|
|
1535
|
+
}
|
|
1536
|
+
//#endregion
|
|
1537
|
+
export { de as $, P as A, Pe as B, W as C, _t as D, vt as E, Ve as F, ke as G, D as H, N as I, Te as J, Oe as K, Ie as L, Ue as M, He as N, L as O, We as P, ue as Q, Fe as R, St as S, U as T, Ne as U, A as V, De as W, fe as X, Ce as Y, pe as Z, G as _, i as _t, Jn as a, xe as at, wt as b, e as bt, Qn as c, re as ct, X as d, ie as dt, ge as et, K as f, o as ft, tn as g, a as gt, rn as h, c as ht, Zn as i, he as it, F as j, I as k, Fn as l, se as lt, sn as m, v as mt, Kn as n, me as nt, Yn as o, S as ot, pn as p, l as pt, Ee as q, tr as r, C as rt, Xn as s, w as st, qn as t, T as tt, kn as u, oe as ut, Ft as v, n as vt, H as w, Ct as x, Vt as y, t as yt, Le as z };
|