@expofp/floorplan 3.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Debug-e8WG0DtG.js +31 -0
- package/dist/browser/Demo-boypMSbE.js +38 -0
- package/dist/browser/Free-CDDXe67y.js +42 -0
- package/dist/browser/Gallery-CzUOmw0W.js +279 -0
- package/dist/browser/GpsLoader-fuJmNb6R.js +131 -0
- package/dist/browser/KioskStore-BFmurkVL.js +216 -0
- package/dist/browser/Mapbox-C51a0xP2.js +109 -0
- package/dist/browser/SetKioskMode-COh431a3.js +240 -0
- package/dist/browser/ShowKiosk-K-z2FMYd.js +26 -0
- package/dist/browser/ThreeComponent-C8u-uHkz.js +1586 -0
- package/dist/browser/boolean-editor-0qC2CaXN.js +148 -0
- package/dist/browser/bundle.json +254 -0
- package/dist/browser/client-B3NWpX6M.js +10002 -0
- package/dist/browser/data-B9sYqJWP.js +22116 -0
- package/dist/browser/debug-overlay-w2mPZxWf.js +3666 -0
- package/dist/browser/debug-ui-BtilbmgE.js +58 -0
- package/dist/browser/expofp-overlay.png +0 -0
- package/dist/browser/favicon-DalyEhbd.js +4 -0
- package/dist/browser/fetch-retry.umd-BUYyExMA.js +114 -0
- package/dist/browser/flex-C0ADIXpK.js +391 -0
- package/dist/browser/floorplan.ready-DOAwMGub.js +59427 -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/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-B2H3t32F.js +152 -0
- package/dist/browser/index-C6neMlVE.js +83 -0
- package/dist/browser/index-CKMnb1_8.js +48 -0
- package/dist/browser/index-CvCRaJEu.js +3235 -0
- package/dist/browser/index-cGFPJUkc.js +45 -0
- package/dist/browser/index-saYO21xq.js +12522 -0
- package/dist/browser/index.html +16 -0
- package/dist/browser/index.js +4 -0
- package/dist/browser/jsx-runtime-jIxVPx5o.js +31 -0
- package/dist/browser/locales/ar.json +121 -0
- package/dist/browser/locales/de.json +121 -0
- package/dist/browser/locales/es.json +121 -0
- package/dist/browser/locales/fr.json +121 -0
- package/dist/browser/locales/he.json +121 -0
- package/dist/browser/locales/it.json +121 -0
- package/dist/browser/locales/kk.json +121 -0
- package/dist/browser/locales/ko.json +121 -0
- package/dist/browser/locales/mn.json +121 -0
- package/dist/browser/locales/nl.json +121 -0
- package/dist/browser/locales/pl.json +121 -0
- package/dist/browser/locales/pt.json +121 -0
- package/dist/browser/locales/ru.json +121 -0
- package/dist/browser/locales/sv.json +121 -0
- package/dist/browser/locales/th.json +121 -0
- package/dist/browser/locales/tr.json +121 -0
- package/dist/browser/locales/uk.json +121 -0
- package/dist/browser/locales/vi.json +121 -0
- package/dist/browser/locales/zh.json +121 -0
- package/dist/browser/main-CD9JioNt.js +350 -0
- package/dist/browser/particles.min-qY9PxD2m.js +134 -0
- package/dist/browser/sw.js +2 -0
- package/dist/browser/template.html +113 -0
- package/dist/browser/vendor/mapbox/mapbox-gl.css +1 -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 +24 -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/logBuildInfoImpl.d.ts +2 -0
- package/dist/esm/_misc_to_move/logBuildInfoImpl.js +1 -0
- package/dist/esm/components/Alert.d.ts +18 -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 +14 -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 +2 -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/BoothRow.d.ts +8 -0
- package/dist/esm/components/BoothRow.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/ExhibitorRow.d.ts +9 -0
- package/dist/esm/components/ExhibitorRow.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 +32 -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 +8 -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 +25 -0
- package/dist/esm/components/Map/Map.js +1 -0
- package/dist/esm/components/Map/_NEW_booth-by-xy.d.ts +11 -0
- package/dist/esm/components/Map/_NEW_booth-by-xy.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/Drawer1.d.ts +28 -0
- package/dist/esm/components/Map/drawing/Drawer1.js +1 -0
- package/dist/esm/components/Map/drawing/Matrix.d.ts +33 -0
- package/dist/esm/components/Map/drawing/Matrix.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/NumberObserver.d.ts +10 -0
- package/dist/esm/components/Map/drawing/config/NumberObserver.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/animate.d.ts +2 -0
- package/dist/esm/components/Map/drawing/config/animate.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 +5 -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-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-canvas.d.ts +3 -0
- package/dist/esm/components/Map/drawing/config/config-canvas.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-debug-circles.d.ts +3 -0
- package/dist/esm/components/Map/drawing/config/config-debug-circles.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-dim.d.ts +3 -0
- package/dist/esm/components/Map/drawing/config/config-dim.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-gps.d.ts +2 -0
- package/dist/esm/components/Map/drawing/config/config-gps.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-img.d.ts +4 -0
- package/dist/esm/components/Map/drawing/config/config-img.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 +6 -0
- package/dist/esm/components/Map/drawing/config/config-markers.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-matrix.d.ts +6 -0
- package/dist/esm/components/Map/drawing/config/config-matrix.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-sizes.d.ts +3 -0
- package/dist/esm/components/Map/drawing/config/config-sizes.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-wf.d.ts +11 -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/engine-core/animation.d.ts +3 -0
- package/dist/esm/components/Map/drawing/config/engine-core/animation.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/canvases.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/engine-core/canvases.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/defs.d.ts +15 -0
- package/dist/esm/components/Map/drawing/config/engine-core/defs.js +3 -0
- package/dist/esm/components/Map/drawing/config/engine-core/fonts.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/engine-core/fonts.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/index.d.ts +19 -0
- package/dist/esm/components/Map/drawing/config/engine-core/index.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/renderer.d.ts +4 -0
- package/dist/esm/components/Map/drawing/config/engine-core/renderer.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/settings.d.ts +4 -0
- package/dist/esm/components/Map/drawing/config/engine-core/settings.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/types.d.ts +39 -0
- package/dist/esm/components/Map/drawing/config/engine-core/types.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/update-def.d.ts +11 -0
- package/dist/esm/components/Map/drawing/config/engine-core/update-def.js +1 -0
- package/dist/esm/components/Map/drawing/config/engine-core/utils/rotation.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/engine-core/utils/rotation.js +1 -0
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.d.ts +12 -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/drawing/painters/BgPainter.d.ts +28 -0
- package/dist/esm/components/Map/drawing/painters/BgPainter.js +25 -0
- package/dist/esm/components/Map/drawing/painters/ImagePainter.d.ts +82 -0
- package/dist/esm/components/Map/drawing/painters/ImagePainter.js +74 -0
- package/dist/esm/components/Map/drawing/painters/Painter.d.ts +12 -0
- package/dist/esm/components/Map/drawing/painters/Painter.js +1 -0
- package/dist/esm/components/Map/drawing/painters/RectPainter.d.ts +123 -0
- package/dist/esm/components/Map/drawing/painters/RectPainter.js +86 -0
- package/dist/esm/components/Map/drawing/painters/Sprite.d.ts +14 -0
- package/dist/esm/components/Map/drawing/painters/Sprite.js +1 -0
- package/dist/esm/components/Map/drawing/painters/TrianglePainter.d.ts +53 -0
- package/dist/esm/components/Map/drawing/painters/TrianglePainter.js +29 -0
- package/dist/esm/components/Map/drawing/painters/common-glsl.d.ts +2 -0
- package/dist/esm/components/Map/drawing/painters/common-glsl.js +14 -0
- package/dist/esm/components/Map/marker-by-xy.d.ts +3 -0
- package/dist/esm/components/Map/marker-by-xy.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 +10 -0
- package/dist/esm/components/Map/traffic/useBuildRoute.js +7 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.d.ts +11 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.js +1 -0
- package/dist/esm/components/Map/utils.d.ts +3 -0
- package/dist/esm/components/Map/utils.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/Map/zoom-bound.d.ts +6 -0
- package/dist/esm/components/Map/zoom-bound.js +1 -0
- package/dist/esm/components/Map/zoom-inertia.d.ts +3 -0
- package/dist/esm/components/Map/zoom-inertia.js +1 -0
- package/dist/esm/components/Map1/Map.d.ts +25 -0
- package/dist/esm/components/Map1/Map.js +1 -0
- package/dist/esm/components/Map1/booth-by-xy.d.ts +3 -0
- package/dist/esm/components/Map1/booth-by-xy.js +1 -0
- package/dist/esm/components/Map1/drawing/config/BoothDrawerBase.d.ts +8 -0
- package/dist/esm/components/Map1/drawing/config/BoothDrawerBase.js +1 -0
- package/dist/esm/components/Map1/drawing/config/BoothShape.d.ts +8 -0
- package/dist/esm/components/Map1/drawing/config/BoothShape.js +1 -0
- package/dist/esm/components/Map1/drawing/config/Rect.d.ts +7 -0
- package/dist/esm/components/Map1/drawing/config/Rect.js +1 -0
- package/dist/esm/components/Map1/drawing/config/TextFitter.d.ts +11 -0
- package/dist/esm/components/Map1/drawing/config/TextFitter.js +1 -0
- package/dist/esm/components/Map1/drawing/config/canvases.d.ts +8 -0
- package/dist/esm/components/Map1/drawing/config/canvases.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-all.d.ts +5 -0
- package/dist/esm/components/Map1/drawing/config/config-all.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-bg.d.ts +9 -0
- package/dist/esm/components/Map1/drawing/config/config-bg.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-bg.d.ts +20 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-bg.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-bookmark.d.ts +20 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-bookmark.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-border.d.ts +12 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-border.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-labels-special.d.ts +18 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-labels-special.js +2 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-labels.d.ts +43 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-labels.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-scaled.d.ts +14 -0
- package/dist/esm/components/Map1/drawing/config/config-booth-scaled.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-booths.d.ts +6 -0
- package/dist/esm/components/Map1/drawing/config/config-booths.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-load-layer.d.ts +5 -0
- package/dist/esm/components/Map1/drawing/config/config-load-layer.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-markers.d.ts +6 -0
- package/dist/esm/components/Map1/drawing/config/config-markers.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-wf.d.ts +11 -0
- package/dist/esm/components/Map1/drawing/config/config-wf.js +1 -0
- package/dist/esm/components/Map1/drawing/config/config-yah.d.ts +2 -0
- package/dist/esm/components/Map1/drawing/config/config-yah.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/animation.d.ts +3 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/animation.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/canvases.d.ts +5 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/canvases.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/defs.d.ts +16 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/defs.js +3 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/fonts.d.ts +9 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/fonts.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/index.d.ts +20 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/index.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/renderer.d.ts +5 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/renderer.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/settings.d.ts +4 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/settings.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/types.d.ts +39 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/types.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/update-def.d.ts +12 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/update-def.js +1 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/utils/rotation.d.ts +5 -0
- package/dist/esm/components/Map1/drawing/config/engine-core/utils/rotation.js +1 -0
- package/dist/esm/components/Map1/drawing/config/loadBoothsImages.d.ts +12 -0
- package/dist/esm/components/Map1/drawing/config/loadBoothsImages.js +1 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/index.d.ts +6 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/index.js +1 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/snapPositionToRoute.d.ts +20 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/snapPositionToRoute.js +1 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/snapThreshold.d.ts +23 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/snapThreshold.js +1 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/splitRouteByPoint.d.ts +6 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/splitRouteByPoint.js +1 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/types.d.ts +20 -0
- package/dist/esm/components/Map1/drawing/config/route-snapping/types.js +1 -0
- package/dist/esm/components/Map1/traffic/UpdateQueue.d.ts +13 -0
- package/dist/esm/components/Map1/traffic/UpdateQueue.js +1 -0
- package/dist/esm/components/Map1/traffic/trafficLayers.d.ts +17 -0
- package/dist/esm/components/Map1/traffic/trafficLayers.js +1 -0
- package/dist/esm/components/Map1/traffic/useBuildRoute.d.ts +10 -0
- package/dist/esm/components/Map1/traffic/useBuildRoute.js +7 -0
- package/dist/esm/components/Map1/traffic/useManageTraffic.d.ts +11 -0
- package/dist/esm/components/Map1/traffic/useManageTraffic.js +1 -0
- package/dist/esm/components/Map1/visibleArea.d.ts +15 -0
- package/dist/esm/components/Map1/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/Mapbox/Button.d.ts +10 -0
- package/dist/esm/components/Mapbox/Button.js +1 -0
- package/dist/esm/components/Mapbox/Dot.d.ts +10 -0
- package/dist/esm/components/Mapbox/Dot.js +1 -0
- package/dist/esm/components/Mapbox/MapLoader.d.ts +3 -0
- package/dist/esm/components/Mapbox/MapLoader.js +1 -0
- package/dist/esm/components/Mapbox/Mapbox.d.ts +3 -0
- package/dist/esm/components/Mapbox/Mapbox.js +1 -0
- package/dist/esm/components/Mapbox/utils/data.d.ts +40 -0
- package/dist/esm/components/Mapbox/utils/data.js +1 -0
- package/dist/esm/components/Mapbox/utils/fpGeo.d.ts +13 -0
- package/dist/esm/components/Mapbox/utils/fpGeo.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 +2 -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 +21 -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 +6 -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 +13 -0
- package/dist/esm/components/PermissionNotice/PermissionNotice.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/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/ScheduleRow.d.ts +8 -0
- package/dist/esm/components/ScheduleRow.js +1 -0
- package/dist/esm/components/ScrollableRow.d.ts +21 -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 +17 -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/Threejs/ThreeComponent.d.ts +6 -0
- package/dist/esm/components/Threejs/ThreeComponent.js +1 -0
- package/dist/esm/components/Threejs/UIManager.d.ts +28 -0
- package/dist/esm/components/Threejs/UIManager.js +1 -0
- package/dist/esm/components/Threejs/common/BoothMesh.d.ts +20 -0
- package/dist/esm/components/Threejs/common/BoothMesh.js +1 -0
- package/dist/esm/components/Threejs/common/Scene.d.ts +13 -0
- package/dist/esm/components/Threejs/common/Scene.js +1 -0
- package/dist/esm/components/Threejs/common/SpriteMesh.d.ts +5 -0
- package/dist/esm/components/Threejs/common/SpriteMesh.js +1 -0
- package/dist/esm/components/Threejs/common/dataLoader.d.ts +31 -0
- package/dist/esm/components/Threejs/common/dataLoader.js +1 -0
- package/dist/esm/components/Threejs/common/modelLoader.d.ts +3 -0
- package/dist/esm/components/Threejs/common/modelLoader.js +1 -0
- package/dist/esm/components/Threejs/common/sceneLoader.d.ts +7 -0
- package/dist/esm/components/Threejs/common/sceneLoader.js +1 -0
- package/dist/esm/components/Threejs/index.d.ts +4 -0
- package/dist/esm/components/Threejs/index.js +1 -0
- package/dist/esm/components/Threejs/mapbox/configureWebGLForMapbox.d.ts +2 -0
- package/dist/esm/components/Threejs/mapbox/configureWebGLForMapbox.js +1 -0
- package/dist/esm/components/Threejs/mapbox/index_mapbox.d.ts +4 -0
- package/dist/esm/components/Threejs/mapbox/index_mapbox.js +1 -0
- package/dist/esm/components/Threejs/mapbox/init-mapbox.d.ts +3 -0
- package/dist/esm/components/Threejs/mapbox/init-mapbox.js +1 -0
- package/dist/esm/components/Threejs/utils/canvasFromText.d.ts +2 -0
- package/dist/esm/components/Threejs/utils/canvasFromText.js +1 -0
- package/dist/esm/components/Threejs/utils/textureMerger.d.ts +60 -0
- package/dist/esm/components/Threejs/utils/textureMerger.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 +9 -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/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 +6 -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 +108 -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 +31 -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/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 +148 -0
- package/dist/esm/data/validate-data.d.ts +3 -0
- package/dist/esm/data/validate-data.js +1 -0
- package/dist/esm/expofp-debug.d.ts +5 -0
- package/dist/esm/expofp-debug.js +1 -0
- package/dist/esm/floorplan.loader.d.ts +102 -0
- package/dist/esm/floorplan.loader.js +1 -0
- package/dist/esm/floorplan.ready.d.ts +84 -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 +5 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/lib/floorplan.d.ts +2 -0
- package/dist/esm/lib/floorplan.js +1 -0
- package/dist/esm/load.d.ts +10 -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/offline/sw.d.ts +2 -0
- package/dist/esm/offline/sw.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/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 +11 -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/LanguageStore.d.ts +19 -0
- package/dist/esm/store/LanguageStore.js +1 -0
- package/dist/esm/store/LayerStore.d.ts +52 -0
- package/dist/esm/store/LayerStore.js +1 -0
- package/dist/esm/store/MapboxStore.d.ts +13 -0
- package/dist/esm/store/MapboxStore.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/RouteStore.d.ts +98 -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 +72 -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 +252 -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-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-language.d.ts +3 -0
- package/dist/esm/store/init/init-language.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 +19 -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 +13 -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 +177 -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/debug.d.ts +5 -0
- package/dist/esm/tools/debug.js +1 -0
- package/dist/esm/tools/debugCanvases.d.ts +3 -0
- package/dist/esm/tools/debugCanvases.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/pdf.d.ts +2 -0
- package/dist/esm/tools/pdf.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/track-event.d.ts +2 -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 +300 -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/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/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/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 +7 -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 +3 -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/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/strEqual.d.ts +2 -0
- package/dist/esm/utils/strEqual.js +1 -0
- package/dist/esm/utils/toRadians.d.ts +3 -0
- package/dist/esm/utils/toRadians.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/wayfinding.d.ts +37 -0
- package/dist/esm/utils/wayfinding.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/stats.html +4950 -0
- package/package.json +107 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export default class Rect {
|
|
2
|
+
x1: number;
|
|
3
|
+
x2: number;
|
|
4
|
+
y1: number;
|
|
5
|
+
y2: number;
|
|
6
|
+
get h(): number;
|
|
7
|
+
get w(): number;
|
|
8
|
+
get cx(): number;
|
|
9
|
+
get cy(): number;
|
|
10
|
+
private constructor();
|
|
11
|
+
static fromX1y1x2y2(x1: number, y1: number, x2: number, y2: number): Rect;
|
|
12
|
+
static fromXywh(x: number, y: number, w: number, h: number): Rect;
|
|
13
|
+
static fromCxcywh(cx: number, cy: number, w: number, h: number): Rect;
|
|
14
|
+
static fromXywhRect(rect: {
|
|
15
|
+
x: number;
|
|
16
|
+
y: number;
|
|
17
|
+
w: number;
|
|
18
|
+
h: number;
|
|
19
|
+
}): Rect;
|
|
20
|
+
static fromSvgRectElement(svgRect: SVGRectElement): Rect;
|
|
21
|
+
static fromMultiple(rects: Rect[]): Rect;
|
|
22
|
+
contains(r: Rect): boolean;
|
|
23
|
+
intersects(r: Rect): boolean;
|
|
24
|
+
getIntersection(r: Rect): Rect;
|
|
25
|
+
getRotated90(): Rect;
|
|
26
|
+
normalize(width: number, height: number): Rect;
|
|
27
|
+
withPadding(x: number, y?: number): Rect;
|
|
28
|
+
scale(s: number): Rect;
|
|
29
|
+
getArea(): number;
|
|
30
|
+
clone(): Rect;
|
|
31
|
+
translate(dx: number, dy: number): this;
|
|
32
|
+
equals(r: Rect): boolean;
|
|
33
|
+
toString(): string;
|
|
34
|
+
containsPoint(x: number, y: number): boolean;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=Rect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default class y{x1;x2;y1;y2;get h(){return Math.abs(this.y2-this.y1)}get w(){return Math.abs(this.x2-this.x1)}get cx(){return(this.x1+this.x2)/2}get cy(){return(this.y1+this.y2)/2}constructor(t,i,s,h){if(t>s){const r=t;t=s,s=r}if(i>h){const r=i;i=h,h=r}if(t>s||i>h)throw new Error(`Invalid rect ${t} ${s} ${i} ${h}`);this.x1=t,this.y1=i,this.x2=s,this.y2=h}static fromX1y1x2y2(t,i,s,h){return new y(t,i,s,h)}static fromXywh(t,i,s,h){return this.fromX1y1x2y2(t,i,t+s,i+h)}static fromCxcywh(t,i,s,h){return this.fromX1y1x2y2(t-s/2,i-h/2,t+s/2,i+h/2)}static fromXywhRect(t){return this.fromX1y1x2y2(t.x,t.y,t.x+t.w,t.y+t.h)}static fromSvgRectElement(t){return this.fromXywh(t.x.baseVal.value,t.y.baseVal.value,t.width.baseVal.value,t.height.baseVal.value)}static fromMultiple(t){return y.fromX1y1x2y2(Math.min(...t.map(i=>i.x1)),Math.min(...t.map(i=>i.y1)),Math.max(...t.map(i=>i.x2)),Math.max(...t.map(i=>i.y2)))}contains(t){return t.x1>=this.x1&&t.x2<=this.x2&&t.y1>=this.y1&&t.y2<=this.y2}intersects(t){const i=Math.max(this.x1,t.x1),s=Math.min(this.x2,t.x2),h=Math.max(this.y1,t.y1),r=Math.min(this.y2,t.y2);return s>=i&&r>=h}getIntersection(t){const i=Math.max(this.x1,t.x1),s=Math.min(this.x2,t.x2),h=Math.max(this.y1,t.y1),r=Math.min(this.y2,t.y2);return s>=i&&r>=h?y.fromX1y1x2y2(i,h,s,r):y.fromX1y1x2y2(0,0,0,0)}getRotated90(){return y.fromCxcywh(this.cx,this.cy,this.h,this.w)}normalize(t,i){const s=this.x1/t,h=this.x2/t,r=this.y1/i,x=this.y2/i;return y.fromX1y1x2y2(s,r,h,x)}withPadding(t,i=t){return this.w<t*2||this.h<i*2?this:y.fromCxcywh(this.cx,this.cy,this.w-t*2,this.h-i*2)}scale(t){return y.fromX1y1x2y2(this.x1*t,this.y1*t,this.x2*t,this.y2*t)}getArea(){return this.w*this.h}clone(){return new y(this.x1,this.y1,this.x2,this.y2)}translate(t,i){return this.x1+=t,this.x2+=t,this.y1+=i,this.y2+=i,this}equals(t){return t.x1===this.x1&&t.x2===this.x2&&t.y1===this.y1&&t.y2===this.y2}toString(){return this.x1+","+this.y1+","+this.w+","+this.h}containsPoint(t,i){return t>=this.x1&&t<=this.x2&&i>=this.y1&&i<=this.y2}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default class h{width;height;constructor(t,i){this.width=t,this.height=i}scale(t){return new h(this.width*t,this.height*t)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import t from"./validate-data";const o=window.__data;t(o);export default o;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import Rect from "../core/Rect";
|
|
2
|
+
import { Layer } from "../store/LayerStore";
|
|
3
|
+
declare const svgViewBox: Rect;
|
|
4
|
+
declare let svgArea: Rect;
|
|
5
|
+
declare let floors: {
|
|
6
|
+
name: string | undefined;
|
|
7
|
+
rect: Rect;
|
|
8
|
+
}[];
|
|
9
|
+
export { svgArea, svgViewBox, floors };
|
|
10
|
+
export declare function getTrianglesFromFpPaths(index: number, suffix: string): number[][][];
|
|
11
|
+
export declare let gtePathByIndex: (index: number, suffix?: string) => any;
|
|
12
|
+
export declare let getLayerSvg: (layer?: Layer | string) => SVGElement;
|
|
13
|
+
//# sourceMappingURL=svg.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as a from"d3-selection";import P from".";import w from"../core/Rect";import _ from"../tools/logger";import A from"../tools/settings";import{STRING_META_DELIMITER as u}from"../constants";import{extractMetaFromString as v}from"../utils/extractMetaFromString";const r=new Map;function g(t,n=""){if(r.has(n))return r.get(n);const e=new DOMParser().parseFromString(t,"image/svg+xml").documentElement;e.firstChild.tagName==="parsererror"&&_.error("Parsed svg with error: ",c);const s=new Map;return a.select(e).selectAll("style").each(function(){const o=this.textContent,l=/\.([a-z0-9.]+)\s*{[^}]*fill\s*:\s*([^};]+);[^}]*}/gi;let p;for(;(p=l.exec(o))!==null;){const x=p[1],y=p[2];s.set(x,y)}}),a.select(e).selectAll("*[class]").each(function(){const o=this;o.style.fill=s.get(o.className.baseVal)}),b(e),r.set(n,e),e}let c=g(window.__fp);const m=window.__viewbox,d=a.select(c).select("rect#VIEWBOX").node(),h=c.viewBox.baseVal,i=w.fromXywh(h.x,h.y,h.width,h.height);let f;m?(f=w.fromXywh(m.x,m.y,m.width,m.height),d?.remove()):d?(f=w.fromSvgRectElement(d),d.remove()):f=i.withPadding(-i.w*.05,-i.h*.05),a.select(c).attr("width",i.w),a.select(c).attr("height",i.h),_.log("svgArea",f,"svgViewBox",i),A.wayfinding=!!(!P.hideDirections&&window.__wfData);let M=window.__fpLayersMode?a.select(c).selectAll("[data-floor]").nodes().map(t=>(t.remove(),{name:t.dataset.floor,rect:w.fromSvgRectElement(t)})).sort():[];export{f as svgArea,i as svgViewBox,M as floors};export function getTrianglesFromFpPaths(t,n){const e=gtePathByIndex(t,n);for(const o of e.positions)o[1]=Math.abs(o[1]),o.length=2;const s=[];for(const o of e.cells)s.push([e.positions[o[0]],e.positions[o[1]],e.positions[o[2]]]);return s}export let gtePathByIndex=(t,n="")=>{try{return window[`__fpPaths${n}`][t]}catch{return window.__fpPaths[t]}},getLayerSvg=(t="")=>typeof t=="string"?r.has(t)?r.get(t):window[`__fp${t}`]?g(window[`__fp${t}`],t):r.get(""):t.rootParent?r.has(t.rootParent.name)?r.get(t.rootParent.name):window[`__fp${t.rootParent.name}`]?g(window[`__fp${t.rootParent.name}`],t.rootParent.name):r.get(""):window[`__fp${t.name}`]?g(window[`__fp${t.name}`],t.name):r.get("");function b(t){a.select(t).selectAll("[id], [data-name]").each(function(){const n=this;let e={};const s=n.getAttribute("data-name");if(s&&s.includes(u)){const{meta:l}=v(s);e={...e,...l}}const o=n.getAttribute("id");if(o&&o.includes(u)){const{meta:l}=v(o);e={...e,...l}}n.setAttribute("data-meta",JSON.stringify(e))})}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uitestdemo": [
|
|
3
|
+
{
|
|
4
|
+
"id": "connected-business-tour",
|
|
5
|
+
"layers": [
|
|
6
|
+
{ "floor": "1", "id": "Pathway_1" },
|
|
7
|
+
{ "floor": "2", "id": "Pathway_2" }
|
|
8
|
+
],
|
|
9
|
+
"name": "Connected Business Tour",
|
|
10
|
+
"points": ["2345", "coffee-or-2119", "11-or-1289"]
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"uitest2026": [
|
|
14
|
+
{
|
|
15
|
+
"id": "knowledge-trail",
|
|
16
|
+
"layers": [{ "floor": "1", "id": "Pathway_1" }],
|
|
17
|
+
"name": "Knowledge Trail",
|
|
18
|
+
"description": "Designed for attendees focused on learning sessions and hands-on workshops, this route provides a clear path through the main educational areas of the event. It ensures quick access to conference rooms, interactive workshops, and the Innovation Lab, allowing participants to maximize their time, gain new knowledge, and engage directly with practical demonstrations.",
|
|
19
|
+
"points": ["2345", "coffee-or-2119", "11-or-1289", "255", "729"]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "vip-express",
|
|
23
|
+
"layers": [{ "floor": "1", "id": "Pathway_2" }],
|
|
24
|
+
"name": "VIP Express",
|
|
25
|
+
"description": "A reserved route created specifically for VIP guests, allowing them to move efficiently between exclusive areas without interruptions. It connects the VIP Lounge with private meeting rooms and a dedicated exit, ensuring comfort, privacy, and quick access to high-priority zones throughout the event.",
|
|
26
|
+
"points": ["365", "burger-point", "backyard-or-1813", "2122", "2164", "mp12", "11-or-1289"]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "startup-discovery-walk",
|
|
30
|
+
"layers": [{ "floor": "1", "id": "Pathway_3" }],
|
|
31
|
+
"name": "Startup Discovery Walk",
|
|
32
|
+
"description": "A route designed for attendees interested in exploring the newest and most innovative companies. It guides visitors through the Innovation Hub and Startup Pavilion, finishing at the Pitch Stage where emerging businesses showcase their ideas. This path helps attendees quickly discover fresh solutions and connect with founders shaping the future of logistics and supply chain.",
|
|
33
|
+
"points": ["mc7", "1895", "coffee-or-2183", "2345", "innovation-stage-or-1303", "biergarten-or-620", "spa-or-573"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "global-networking-path",
|
|
37
|
+
"layers": [{ "floor": "1", "id": "Pathway_4" }],
|
|
38
|
+
"name": "Global Networking Path",
|
|
39
|
+
"description": "Created for participants who want to expand their global connections. This route leads from the Main Hall to the International Pavilion, highlighting exhibitors from around the world, and continues to the Networking Lounge. It ensures a smooth flow for meeting international partners, discovering global solutions, and engaging in meaningful business conversations.",
|
|
40
|
+
"points": [
|
|
41
|
+
"puppy-park-or-184",
|
|
42
|
+
"ocado-intelligent-automation",
|
|
43
|
+
"533",
|
|
44
|
+
"mocktails-or-941",
|
|
45
|
+
"infios",
|
|
46
|
+
"slip-robotics",
|
|
47
|
+
"penske-transportation-solutions",
|
|
48
|
+
"headshot-studio-or-1988",
|
|
49
|
+
"coffee-or-2183"
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"uitestimex": [
|
|
54
|
+
{
|
|
55
|
+
"id": "startup-discovery-walk",
|
|
56
|
+
"layers": [{ "floor": "1", "id": "Pathway_1" }],
|
|
57
|
+
"name": "Startup Discovery Walk",
|
|
58
|
+
"description": "Designed for attendees focused on learning sessions and hands-on workshops, this route provides a clear path through the main educational areas of the event. It ensures quick access to conference rooms, interactive workshops, and the Innovation Lab, allowing participants to maximize their time, gain new knowledge, and engage directly with practical demonstrations.",
|
|
59
|
+
"points": ["84624", "E1235", "E1817", "E2105"]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "tech-innovation-trail",
|
|
63
|
+
"layers": [{ "floor": "1", "id": "Pathway_2" }],
|
|
64
|
+
"name": "Tech Innovation Trail",
|
|
65
|
+
"description": "Focuses on technology exhibitors — mapping a route through companies offering event management software, AI tools, and digital signage solutions. Great for testing longer routes with multiple stops.",
|
|
66
|
+
"points": ["84628", "95111", "E1905", "39440", "91811", "40760", "10651"]
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"ifaberlin2025clone": [
|
|
70
|
+
{
|
|
71
|
+
"id": "knowledge-trail",
|
|
72
|
+
"layers": [{ "floor": "1", "id": "Pathway_2" }],
|
|
73
|
+
"name": "Knowledge Trail",
|
|
74
|
+
"description": "Designed for attendees focused on learning sessions and hands-on workshops, this route provides a clear path through the main educational areas of the event. It ensures quick access to conference rooms, interactive workshops, and the Innovation Lab, allowing participants to maximize their time, gain new knowledge, and engage directly with practical demonstrations.",
|
|
75
|
+
"points": [
|
|
76
|
+
"gr-ocg-107",
|
|
77
|
+
"gr-ocg-109",
|
|
78
|
+
"gr-ocg-102",
|
|
79
|
+
"gr-ocg-104",
|
|
80
|
+
"gr-ocg-106",
|
|
81
|
+
"gr-ocg-111",
|
|
82
|
+
"gr-ocg-110",
|
|
83
|
+
"Seating Lounge | Outdoor 1"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"demo": [
|
|
88
|
+
{
|
|
89
|
+
"id": "the-green-journey",
|
|
90
|
+
"layers": [{ "floor": "1", "id": "Pathway_1" }],
|
|
91
|
+
"name": "The Green Journey — From Idea to Implementation",
|
|
92
|
+
"description": "Embark on a curated journey through the exhibition’s most innovative sustainability zones. This tour highlights how modern industries rethink construction, manufacturing, and waste transformation to create a cleaner future. You’ll explore cutting-edge eco-materials, smart production methods, and next-generation recycling technologies — with a few pleasant stops along the way. The route ends in a relaxing lounge area, perfect for unwinding and reflecting on the ideas you’ve discovered.",
|
|
93
|
+
"points": [
|
|
94
|
+
"RXhoaWJpdG9yXzE4OTc5ODY=",
|
|
95
|
+
"RXhoaWJpdG9yXzE4OTc5NTg=",
|
|
96
|
+
"RXhoaWJpdG9yXzE4OTc5Mzk=",
|
|
97
|
+
"RXhoaWJpdG9yXzE4OTc5Mjc=",
|
|
98
|
+
"Coffe Bar | Hall 5.1"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"wcc2026": [
|
|
103
|
+
{
|
|
104
|
+
"id": "learning-on-show-floor",
|
|
105
|
+
"layers": [{ "floor": "L", "id": "Pathway_1" }],
|
|
106
|
+
"name": "Learning on show floor",
|
|
107
|
+
"points": ["Space Domain Theater | 723", "3307", "Unveiled Theater | 2241"]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "networking-on-show-floor",
|
|
111
|
+
"layers": [{ "floor": "L", "id": "Pathway_2" }],
|
|
112
|
+
"name": "Networking on show floor",
|
|
113
|
+
"points": ["Restaurant | 406", "Meeting Hub | 636", "Brew Lounge | 1163"]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "welcome-and-information-journey",
|
|
117
|
+
"layers": [
|
|
118
|
+
{ "floor": "1", "id": "Pathway_5" },
|
|
119
|
+
{ "floor": "3", "id": "Pathway_3" },
|
|
120
|
+
{ "floor": "2", "id": "Pathway_4" },
|
|
121
|
+
{ "floor": "C", "id": "Pathway_6" }
|
|
122
|
+
],
|
|
123
|
+
"name": "Welcome and Information Journey",
|
|
124
|
+
"description": "Follow this route to get oriented, find visitor services, complete registration, and enter the exhibition hall."
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"lamma2026": [
|
|
128
|
+
{
|
|
129
|
+
"id": "innovation-trail",
|
|
130
|
+
"layers": [{ "floor": "1", "id": "Pathway_1" }],
|
|
131
|
+
"name": "Innovation Trail",
|
|
132
|
+
"points": [
|
|
133
|
+
"12120485",
|
|
134
|
+
"12120827",
|
|
135
|
+
"12120497",
|
|
136
|
+
"15552598",
|
|
137
|
+
"15552695",
|
|
138
|
+
"15552538",
|
|
139
|
+
"12120220",
|
|
140
|
+
"15552729",
|
|
141
|
+
"15784756",
|
|
142
|
+
"15552462",
|
|
143
|
+
"12120351",
|
|
144
|
+
"15552470"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import f from"../tools/logger";import n from"../tools/settings";import m from"../utils/is-debug";import{isLocalStorageAvailable as d}from"../utils/localStorage";export default function c(e){const i=n.EXPO;if(e.exhibitors||(e.exhibitors=[]),e.booths||(e.booths=[]),e.categories||(e.categories=[]),e.hide3dMapDefault===void 0&&(e.hide3dMapDefault=!1),e.exhibitors.length>0)for(const t of e.booths)delete t.reserved;if(e.free&&(e.noFeatured=!0,e.expoFpAd=!0),(t=>{if(t){const o=new Date().getTime(),r=new Date(t).getTime();o<r&&(e.isTrial=!0)}})(e.trialExpiresAt),m||d&&localStorage.getItem("validate")==="1")for(const t of Object.keys(e)){if(e[t][Symbol.iterator]!=="function")continue;const o=new Set;for(const r of e[t]){const l=Object.keys(r);for(const a of l){const s=r[a];s===""?o.add(`data.${t}.${a} is sometimes empty string. Don't pass empty strings.`):s===!1?o.add(`data.${t}.${a} is sometimes false. Don't pass false for booleans.`):Array.isArray(s)&&s.length===0&&o.add(`data.${t}.${a} is sometimes empty array. Don't pass empty arrays.`)}}o.forEach(r=>f.warn(r))}if(!e.logo&&i==="expo"&&(e.logo="../logo.svg"),e.logo||(e.logo="../"+i+"-logo.png"),!e.homeUrl&&i==="jtrade19"&&(e.homeUrl="https://www.jtrade.co.uk/"),e.boothTerm||(e.boothTerm="Booth"),e.exhibitorTermPlural||(e.exhibitorTermPlural="Exhibitors"),e.levelTerm||(e.levelTerm=""),i==="expo"){const t=[2567,2704,2681,2592,2740,2709,2482,2609,2734,2696,2840,2566,2736];e.exhibitors.filter(o=>o.logo&&t.indexOf(o.id)!==-1).forEach(o=>o.advertise=!0)}for(const t of e.booths){const o=t;if(!t.special){const r=t;typeof r.onHold>"u"&&(r.onHold=o.isOnHold),typeof r.availColor>"u"&&(r.availColor=o.availableColor),typeof r.type>"u"&&(r.type=o.boothTypeName)}t.exhibitors=t.exhibitors||[]}for(const t of e.exhibitors){const o=t;typeof t.featured>"u"&&(t.featured=o.isFeatured),typeof t.email>"u"&&(t.email=o.publicEmail),t.categories=t.categories||[]}e.noFeatured&&e.exhibitors.forEach(t=>t.featured=!1)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"array-flat-polyfill";import r from"document-ready";import o from"./floorplan.loader";import"./public-path.js";import t from"./tools/report-error";import{getWebInstrumentations as s,initializeFaro as i}from"@grafana/faro-web-sdk";import{TracingInstrumentation as p}from"@grafana/faro-web-tracing";window.addEventListener("error",t),window.__efpStyleElements=[],i({url:process.env.FARO_COLLECTOR_URL,app:{name:process.env.FARO_APP_NAME,version:process.env.FARO_APP_VERSION,environment:process.env.FARO_APP_ENVIRONMENT},instrumentations:[...s(),new p],sessionTracking:{session:{attributes:{publicPath:__webpack_public_path__}}}}),r(async()=>{const e=document.querySelectorAll(".expofp-floorplan");for(const n of Array.from(e))window.___fp=new o({element:n})});export const FloorPlan=o;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import type { CurrentPosition, MarkersData } from "./store/RouteStore";
|
|
2
|
+
import type { Visibility } from "./store/types";
|
|
3
|
+
import type { FloorPlan, FloorPlanCustomButtonEvent, FloorPlanDetailsEvent, FloorPlanGetCoordsEvent, FloorPlanMarkerEvent, FloorPlanOptions } from "./types";
|
|
4
|
+
import { Bounds, POISelectors } from "./types/sdk.types";
|
|
5
|
+
export default class FloorPlanLoader implements FloorPlan {
|
|
6
|
+
protected readonly options: FloorPlanOptions;
|
|
7
|
+
protected readonly renderTarget: HTMLDivElement;
|
|
8
|
+
private readonly _ready;
|
|
9
|
+
readonly element: HTMLDivElement;
|
|
10
|
+
readonly eventId: string;
|
|
11
|
+
readonly dataUrl: string;
|
|
12
|
+
readonly noOverlay: boolean;
|
|
13
|
+
readonly offHistory: boolean;
|
|
14
|
+
readonly ignoreQuery: boolean;
|
|
15
|
+
readonly allowConsent: boolean | undefined;
|
|
16
|
+
readonly onInit: (fp: FloorPlan) => void;
|
|
17
|
+
readonly disableRuntimeAlerts: boolean;
|
|
18
|
+
protected efpStyleLoadHandler: (e: Event) => void;
|
|
19
|
+
protected resolveReady: () => void;
|
|
20
|
+
readonly icons: Map<FloorPlanIcon, HTMLImageElement>;
|
|
21
|
+
enableRotation: boolean;
|
|
22
|
+
alwaysShowSidebar: boolean;
|
|
23
|
+
get ready(): Promise<void>;
|
|
24
|
+
get previewMode(): boolean;
|
|
25
|
+
onBoothClick: (e: FloorPlanBoothClickEvent) => void;
|
|
26
|
+
onBookmarkClick: (e: FloorPlanBookmarkClickEvent) => void;
|
|
27
|
+
onVisitedClick: (e: FloorPlanVisitedClickEvent) => void;
|
|
28
|
+
onCategoryClick: (e: FloorPlanCategoryClickEvent) => void;
|
|
29
|
+
onFpConfigured: () => void;
|
|
30
|
+
onDirection: (e: FloorPlanDirectionEvent) => void;
|
|
31
|
+
onDetails: (e: FloorPlanDetailsEvent) => void;
|
|
32
|
+
onExhibitorCustomButtonClick: (e: FloorPlanCustomButtonEvent) => void;
|
|
33
|
+
onGetCoordsClick: (e: FloorPlanGetCoordsEvent) => void;
|
|
34
|
+
onMarkerClick: (e: FloorPlanMarkerEvent) => void;
|
|
35
|
+
selectBooth(nameOrExternalId: string | string[]): void;
|
|
36
|
+
selectExhibitor(nameOrExternalId: string | string[]): void;
|
|
37
|
+
selectRoute(startOrWaypoints: RouteWaypoint | RouteWaypoint[], to?: RouteWaypoint): void;
|
|
38
|
+
getOptimizedRoutes(waypoints: RouteWaypoint[]): RouteInfo[];
|
|
39
|
+
selectCurrentPosition(point: CurrentPosition, focus: boolean, icon?: number): void;
|
|
40
|
+
setBookmarks(bookmarks: {
|
|
41
|
+
name?: string;
|
|
42
|
+
externalId?: string;
|
|
43
|
+
bookmarked: boolean;
|
|
44
|
+
}[]): void;
|
|
45
|
+
setEntitiesBookmarks(bookmarks: {
|
|
46
|
+
type: "exhibitor" | "event" | "speaker" | "booth";
|
|
47
|
+
name?: string;
|
|
48
|
+
externalId?: string;
|
|
49
|
+
bookmarked: boolean;
|
|
50
|
+
}[]): void;
|
|
51
|
+
setEntitiesVisited(entities: {
|
|
52
|
+
type: "exhibitor" | "event";
|
|
53
|
+
name?: string;
|
|
54
|
+
externalId?: string;
|
|
55
|
+
visited: boolean;
|
|
56
|
+
}[]): void;
|
|
57
|
+
setMarkers(markersData: MarkersData): void;
|
|
58
|
+
/** @deprecated Use activateFloor instead */
|
|
59
|
+
updateLayerVisibility(layer: string, visible: boolean): void;
|
|
60
|
+
getCenterCoordinates(): any;
|
|
61
|
+
applyParameters(parameters: string): void;
|
|
62
|
+
exhibitorsList(): any;
|
|
63
|
+
boothsList(): any;
|
|
64
|
+
categoriesList(): any;
|
|
65
|
+
selectCategory(nameOrSlug?: string): void;
|
|
66
|
+
getVisibility(): any;
|
|
67
|
+
setVisibility(visibility: Visibility): void;
|
|
68
|
+
findLocation(): void;
|
|
69
|
+
zoomIn(): void;
|
|
70
|
+
zoomOut(): void;
|
|
71
|
+
zoomTo(selector: POISelectors, options?: {
|
|
72
|
+
padding?: number;
|
|
73
|
+
}): void;
|
|
74
|
+
switchView(): void;
|
|
75
|
+
fitBounds(): void;
|
|
76
|
+
getBounds(selectors: POISelectors): Bounds | undefined;
|
|
77
|
+
getBoothRect(name: string): any;
|
|
78
|
+
convertToGeo(x: number, y: number): any;
|
|
79
|
+
unstable_destroy(): void;
|
|
80
|
+
highlightExhibitors(externalIds: string[]): void;
|
|
81
|
+
highlightBooths(externalIds: string[]): void;
|
|
82
|
+
onCurrentPositionChanged(point: CurrentPosition): void;
|
|
83
|
+
search(term: string): Promise<{
|
|
84
|
+
item: unknown;
|
|
85
|
+
score: number;
|
|
86
|
+
}[]>;
|
|
87
|
+
getFloors(): Floor[];
|
|
88
|
+
onFloorActivated(floor: Floor): void;
|
|
89
|
+
activateFloor(floorId: {
|
|
90
|
+
name?: string;
|
|
91
|
+
index?: number;
|
|
92
|
+
}): void;
|
|
93
|
+
showPathway(name: string, boothExternalIds: string[]): void;
|
|
94
|
+
showPathwayOnly(pathwayId: string, floorId: string): void;
|
|
95
|
+
hidePathways(): void;
|
|
96
|
+
showSearch(): void;
|
|
97
|
+
changeLanguage(langId: string): void;
|
|
98
|
+
isGpsTrackingEnabled(): boolean;
|
|
99
|
+
setGpsTrackingEnabled(value: boolean): void;
|
|
100
|
+
constructor(options?: FloorPlanOptions);
|
|
101
|
+
}
|
|
102
|
+
//# sourceMappingURL=floorplan.loader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{PREVIEW_MODE_ATTRIBUTE as F}from"./constants";import d from"./tools/base-runtime-url";import{buildRebookingUrl as M,getRebookingToken as V,retainRebookingToken as z}from"./tools/rebookingUrl";import{loadCss as v,loadFont as f,loadJs as k}from"./tools/loaders";import R from"./tools/logger";import{sleep as H}from"./utils";import{initI18n as G}from"./utils/i18n";import I from"./utils/is-webview";import{loadCustomCss as N}from"./utils/loadCustomCss";import{loadIcons as Q}from"./utils/loadIcons";import q from"./utils/mergeExhibitors";import S from"./utils/use-shadow";import $ from"./utils/is-debug";import J from"./utils/is-localhost";import{initSentry as K}from"./tools/sentry";function t(){throw new Error("FloorPlan not ready")}export default class W{options;renderTarget;_ready;element;eventId;dataUrl;noOverlay;offHistory;ignoreQuery;allowConsent;onInit;disableRuntimeAlerts;efpStyleLoadHandler;resolveReady;icons=new Map;enableRotation=!0;alwaysShowSidebar=!1;get ready(){return this._ready}get previewMode(){return this.options.previewMode||this.element.hasAttribute(F)}onBoothClick;onBookmarkClick;onVisitedClick;onCategoryClick;onFpConfigured;onDirection;onDetails;onExhibitorCustomButtonClick;onGetCoordsClick;onMarkerClick;selectBooth(e){t()}selectExhibitor(e){t()}selectRoute(e,i){t()}getOptimizedRoutes(e){t()}selectCurrentPosition(e,i,h){t()}setBookmarks(e){t()}setEntitiesBookmarks(e){t()}setEntitiesVisited(e){t()}setMarkers(e){t()}updateLayerVisibility(e,i){t()}getCenterCoordinates(){t()}applyParameters(e){t()}exhibitorsList(){t()}boothsList(){t()}categoriesList(){t()}selectCategory(e){t()}getVisibility(){t()}setVisibility(e){t()}findLocation(){t()}zoomIn(){t()}zoomOut(){t()}zoomTo(e,i){t()}switchView(){t()}fitBounds(){t()}getBounds(e){t()}getBoothRect(e){t()}convertToGeo(e,i){t()}unstable_destroy(){t()}highlightExhibitors(e){t()}highlightBooths(e){t()}onCurrentPositionChanged(e){t()}search(e){t()}getFloors(){t()}onFloorActivated(e){t()}activateFloor(e){t()}showPathway(e,i){t()}showPathwayOnly(e,i){t()}hidePathways(){t()}showSearch(){t()}changeLanguage(e){t()}isGpsTrackingEnabled(){t()}setGpsTrackingEnabled(e){t()}constructor(e){this.options=e,this.noOverlay=!!e.noOverlay,this.offHistory=!!e.offHistory,this.ignoreQuery=e.ignoreQuery,this.allowConsent=J&&!$?!1:e.allowConsent,this.onBoothClick=e.onBoothClick,this.onBookmarkClick=e.onBookmarkClick,this.onVisitedClick=e.onVisitedClick,this.onCategoryClick=e.onCategoryClick,this.onDetails=e.onDetails,this.onExhibitorCustomButtonClick=e.onExhibitorCustomButtonClick,this.onGetCoordsClick=e.onGetCoordsClick,this.onMarkerClick=e.onMarkerClick,this.onFpConfigured=e.onFpConfigured,this.onDirection=e.onDirection,this.onInit=e.onInit,this.onCurrentPositionChanged=e.onCurrentPositionChanged,this.onFloorActivated=e.onFloorActivated,this.disableRuntimeAlerts=e.disableRuntimeAlerts??!0,this._ready=new Promise((r,a)=>{this.resolveReady=r});const i=e.element;if(this.element=i,i.__expofp)throw new Error("Element already in use");if(i.__expofp=this,i.getAttribute("data-event-id")||i.getAttribute("data-event"))throw new Error("data-xxx attributes are removed, use options instead");const h=e.expo||e.event;if(!h)throw new Error("`expo` option is required");K({eventId:h||"",isWebview:I}),this.eventId=h,window.__efpEvent=h,window.__efpElement=i;const x=[...i.classList];i.classList.remove(...x),i.classList.add("expofp-floorplan-default",...x);const U=document.head||document.getElementsByTagName("head")[0],E=document.createElement("style");U.prepend(E),E.textContent=".expofp-floorplan-default { width: 100%; height: 100%;}";const p=document.createElement("div");p.style.height="100%",p.style.width="100%",i.appendChild(p);let l;if(I&&(this.allowConsent=!0),e.allowConsent===void 0){const r=new URL(window.location.href).searchParams.get("allowConsent");r&&(this.allowConsent=r==="true")}if(S){l=p.attachShadow({mode:"open"});const r=l,a=document;r.createElement=(...n)=>a.createElement(...n),r.createElementNS=(...n)=>a.createElementNS(...n),r.createTextNode=(...n)=>a.createTextNode(...n)}else l=p;const g=document.createElement("div");if(g.style.height="100%",g.style.width="100%",l.appendChild(g),S&&Object.defineProperty(g,"ownerDocument",{value:l}),this.renderTarget=g,i.getAttribute("data-data-url"))throw new Error("data-xxx attributes are removed, use options instead");const y=e.legacyDataUrlBase;window.__dataUrlBase=y,this.dataUrl=y,R.log("Instantiating ExpoFP floorplan",e.element,h);const B=y+"data.js",L=y+"wf.data.js",_=y+"fp.svg.js",T=[k(L),k(B),k(_)];let b=0;this.efpStyleLoadHandler=function(r){const a=window.__efpStyleElements;for(;b<a.length;){const n=a[b];l.appendChild(n),b++}},window.addEventListener("__efpStyleLoad",this.efpStyleLoadHandler);const u=this;(async function(){await Promise.all(T);let r=0;for(;window.__fpPending&&!window.__fp;)await H(2e3),await k(_+`?v=${++r}`);const a=window.__data;await G();const n=new URLSearchParams(window.location.search);let m,C;if(a?.trackerUrl)try{m=new URL(a.trackerUrl),C=m.searchParams.get("expoId")}catch(o){console.error(o)}const P=async o=>{if(!m||!C)return Promise.reject(new Error("trackerUrl or expoId is missing"));const s=new URL(o.dataUrl,m.origin),c=await fetch(s.toString(),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({expoId:C,token:decodeURIComponent(n.get("t"))})});let w=[];c.ok&&(w=(await c.json()).map(o.dataMapper)),window.__heatmapDataYah={yah:w}};if(n.get("heatmap")==="true")try{if(n.get("type")==="yah")n.get("subtype")==="kiosk"?await P({dataUrl:"/api/kiosks/list/viewer",dataMapper:o=>({...o,id:o.key,name:`Kiosk ${o.key}`})}):await P({dataUrl:"/api/v1/you-are-here/qr-code/list/viewer",dataMapper:(o,s)=>({...o,name:`QR Code #${s+1}`})});else{const o=new URL("/api/fp-stats/get",m.origin);o.searchParams.set("expoId",C),o.searchParams.set("type","booview"),o.searchParams.set("t",decodeURIComponent(n.get("t")));const s=new URL("api/fp-stats/get",m.origin);s.searchParams.set("expoId",C),s.searchParams.set("type","exview"),s.searchParams.set("t",decodeURIComponent(n.get("t")));const[c,w]=await Promise.all([fetch(o.toString()),fetch(s.toString())]),[D,j]=await Promise.all([c.json(),w.json()]);window.__heatmapData={booths:D,exhibitors:j}}}catch(o){console.error("Heatmap: Initialization error",o)}try{const o=V();if(o){z(o);const s=M("api/rebooking-data",{rt:o,expoKey:h}),c=await fetch(s);if(c.ok){const w=await c.json();q(a,w)}a.isRebooking=c.ok}else a.isRebooking=!1}catch(o){console.error(o)}const O=[v(d+"vendor/sanitize-css/sanitize.css",l),v(d+"vendor/perfect-scrollbar/css/perfect-scrollbar.css",l),v(d+"vendor/mapbox/mapbox-gl.css",l),f("Oswald",d+"fonts/oswald-v17-cyrillic_latin-300.woff",{weight:300}),f("Oswald",d+"fonts/oswald-v17-cyrillic_latin-500.woff",{weight:500}),f("Inter",d+"fonts/inter-400.woff2",{weight:400}),f("Inter",d+"fonts/inter-500.woff2",{weight:500}),f("Inter",d+"fonts/inter-600.woff2",{weight:600}),f("efp-symbols",d+"fonts/efp-symbols.woff",{weight:400}),N(a),Q(u.icons)];await Promise.all(O),u.enableRotation=a?.enableRotation??!1,u.alwaysShowSidebar=a?.alwaysShowSidebar??!1,R.log("Data loaded");const{default:A}=await import("./floorplan.ready");for(document.querySelectorAll(".expofp-floorplan-loader").forEach(o=>o.remove());i.firstChild&&i.firstChild!==p;)i.removeChild(i.firstChild);Object.setPrototypeOf(u,A.prototype).init()})()}}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { createRoot } from "react-dom/client";
|
|
2
|
+
import FloorPlanLoader from "./floorplan.loader";
|
|
3
|
+
import type { CurrentPosition, MarkersData } from "./store/RouteStore";
|
|
4
|
+
import type { Visibility } from "./store/types";
|
|
5
|
+
import type Rect from "./core/Rect";
|
|
6
|
+
import { Bounds, POISelectors } from "./types/sdk.types";
|
|
7
|
+
export default class FloorPlanReady extends FloorPlanLoader {
|
|
8
|
+
root: ReturnType<typeof createRoot>;
|
|
9
|
+
protected init(): void;
|
|
10
|
+
selectBooth(nameOrExternalId: string | string[]): void;
|
|
11
|
+
selectExhibitor(nameOrExternalId: string | string[]): void;
|
|
12
|
+
highlightExhibitors(externalIds: string[]): void;
|
|
13
|
+
highlightBooths(externalIds: string[]): void;
|
|
14
|
+
highlightEntities(externalIds: string[]): void;
|
|
15
|
+
selectRoute(startOrWaypoints: RouteWaypoint | RouteWaypoint[], to?: RouteWaypoint): void;
|
|
16
|
+
getOptimizedRoutes(waypoints: RouteWaypoint[]): RouteInfo[];
|
|
17
|
+
selectCurrentPosition(point: CurrentPosition, focus: boolean, icon?: number): void;
|
|
18
|
+
setBookmarks(bookmarks: {
|
|
19
|
+
name?: string;
|
|
20
|
+
externalId?: string;
|
|
21
|
+
bookmarked: boolean;
|
|
22
|
+
}[]): void;
|
|
23
|
+
setEntitiesBookmarks(bookmarks: {
|
|
24
|
+
type: "exhibitor" | "event" | "speaker" | "booth";
|
|
25
|
+
name?: string;
|
|
26
|
+
externalId?: string;
|
|
27
|
+
bookmarked: boolean;
|
|
28
|
+
}[]): void;
|
|
29
|
+
setEntitiesVisited(entities: {
|
|
30
|
+
type: "exhibitor" | "event";
|
|
31
|
+
name?: string;
|
|
32
|
+
externalId?: string;
|
|
33
|
+
visited: boolean;
|
|
34
|
+
}[]): void;
|
|
35
|
+
setMarkers(markersData: MarkersData): void;
|
|
36
|
+
selectMarker(id: string, focus?: boolean): Promise<void>;
|
|
37
|
+
drawCircles(circles: {
|
|
38
|
+
x: number;
|
|
39
|
+
y: number;
|
|
40
|
+
radius: number;
|
|
41
|
+
color?: string;
|
|
42
|
+
}[]): void;
|
|
43
|
+
checkRoutes(): void;
|
|
44
|
+
updateLayerVisibility(layer: string, visible: boolean): void;
|
|
45
|
+
getCenterCoordinates(): FloorPlanGetCoordsEvent;
|
|
46
|
+
exhibitorsList(): FloorPlanExhibitor[];
|
|
47
|
+
boothsList(): FloorPlanBooth[];
|
|
48
|
+
categoriesList(): FloorPlanCategory[];
|
|
49
|
+
selectCategory(nameOrSlug?: string): void;
|
|
50
|
+
applyParameters(queryRaw: string): void;
|
|
51
|
+
getVisibility(): Visibility;
|
|
52
|
+
setVisibility(visibility: Visibility): void;
|
|
53
|
+
findLocation(): void;
|
|
54
|
+
zoomIn(): void;
|
|
55
|
+
zoomOut(): void;
|
|
56
|
+
switchView(): void;
|
|
57
|
+
zoomTo(selectors: POISelectors, options?: {
|
|
58
|
+
padding?: number;
|
|
59
|
+
}): void;
|
|
60
|
+
getBounds(selectors: POISelectors): Bounds | undefined;
|
|
61
|
+
fitBounds(bounds?: Bounds, options?: {
|
|
62
|
+
padding?: number;
|
|
63
|
+
}): void;
|
|
64
|
+
getBoothRect(name: string): Rect;
|
|
65
|
+
convertToGeo(x: number, y: number): [number, number] | never;
|
|
66
|
+
unstable_destroy(): void;
|
|
67
|
+
search(term: string): Promise<{
|
|
68
|
+
item: unknown;
|
|
69
|
+
score: number;
|
|
70
|
+
}[]>;
|
|
71
|
+
getFloors(): Floor[];
|
|
72
|
+
activateFloor(floorId: {
|
|
73
|
+
name?: string;
|
|
74
|
+
index?: number;
|
|
75
|
+
}): void;
|
|
76
|
+
showPathway(pathwayId: string, externalIds: string[]): void;
|
|
77
|
+
showPathwayOnly(pathwayId: string, floorId: string): void;
|
|
78
|
+
hidePathways(): void;
|
|
79
|
+
showSearch(): void;
|
|
80
|
+
changeLanguage(langId: string): void;
|
|
81
|
+
isGpsTrackingEnabled(): boolean;
|
|
82
|
+
setGpsTrackingEnabled(value: boolean): void;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=floorplan.ready.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as y,Fragment as k,jsxs as A}from"react/jsx-runtime";import{reaction as L}from"mobx";import{createRoot as T}from"react-dom/client";import{install as C}from"resize-observer";import R from"./components/Layout";import O from"./floorplan.loader";import{applyParameters as $,destroyHistory as M,initRouting as V}from"./services/routing";import r from"./store";import{Route as g,findBooth as b,separateExternalIds as x}from"./store/RouteStore";import{destroyUiHandlers as z}from"./store/init/init-ui";import{GaEventActions as S,destroyGtag as G,sendEventToGa as E,setConsentSettings as j}from"./tools/gtag";import q from"./tools/report-error";import{resetGlobalVariables as N}from"./tools/reset";import _ from"./tools/track-event";import{fpGeo as P}from"./components/Mapbox/utils/fpGeo";import{convertLocalToGps as H,isValidPointCoords as u}from"./utils/gps";import{DistanceOptimizedRoute as w}from"./utils/wayfinding";import{mapEntity as f}from"./utils/mapEntity";import{LANG_KEY as W,PATHWAY_KEY as D}from"./constants";import{getStorage as v}from"./utils/entity-storage";import{ErrorBoundary as K}from"@sentry/react";import{POISelectorsSchema as B,BoundsSchema as U,ZoomToOptionsSchema as I}from"./schemas/sdk.schemas";import X from"debug";const p=X("efp:api");C();export default class Y extends O{root;init(){this.ignoreQuery||V(this.offHistory),_("load"),r.fp=this,j(this.allowConsent),E(S.Load,""),this.root=T(this.renderTarget),this.root.render(y(K,{children:y(R,{offHistory:this.offHistory,allowConsent:this.allowConsent})})),E(S.Rendered,""),L(()=>r.layerStore.layersLoaded,()=>{this.resolveReady(),r.initialized||this.onInit?.(this),r.initialized=!0})}selectBooth(e){if(typeof e!="string"&&!Array.isArray(e)){n("selectBooth","Parameter must be a string or an array of strings.","EFP000000");return}const o=r.boothStore.booths.filter(s=>typeof e=="string"?s.name===e||s.externalId===e:e.includes(s.name)||e.includes(s.externalId));r.selectBooth(o)}selectExhibitor(e){if(typeof e!="string"&&!Array.isArray(e)){n("selectExhibitor","Parameter must be a string or an array of strings.","EFP000100");return}if(!e?.length){r.uiState.menu=!1,r.searchStore.resetSearchBox(),r.uiState.details=null;return}const o=r.exhibitorStore.exhibitors.filter(i=>typeof e=="string"?i.name===e||i.externalId===e:e.includes(i.name)||e.includes(i.externalId));if(!o?.length)return;if(typeof e=="string"){r.selectExhibitor(o[0]),r.moveToList([o[0]]);return}const s=o.flatMap(i=>i.booths.map(t=>t.layer)),{description:a}=s.reduce((i,t)=>(i.freq[t.description]=(i.freq[t.description]||0)+1,i.freq[t.description]>i.maxCount&&(i.maxCount=i.freq[t.description],i.mostFrequent=t),i),{freq:{},mostFrequent:s[0],maxCount:0}).mostFrequent;r.layerStore.updateVisibility(a,!0),r.uiState.menu=!1,r.searchStore.resetSearchBox(),r.uiState.details=null,r.uiState.list={type:"filter",items:o,query:{key:"exhibitors",value:o.map(i=>i.externalId).join(",")}},r.moveToList()}highlightExhibitors(e){Array.isArray(e)||n("highlightExhibitors","Parameter must be an array of strings.","EFP000200"),r.boothStore.highlightedByExternalIds=[],r.exhibitorStore.highlightedByExternalIds=[...e]}highlightBooths(e){Array.isArray(e)||n("highlightBooths","Parameter must be an array of strings.","EFP000300"),r.exhibitorStore.highlightedByExternalIds=[],r.boothStore.highlightedByExternalIds=[...e]}highlightEntities(e){Array.isArray(e)||n("highlightEntities","Parameter must be an array of strings.","EFP000400");const{boothExternalIds:o,exhibitorExternalIds:s}=x(e);r.boothStore.highlightedByExternalIds=[...o],r.exhibitorStore.highlightedByExternalIds=[...s]}selectRoute(e,o){if(Array.isArray(e)){let s=[...e];const a=s.shift(),i=s.pop(),t=8;if(s.length>t&&(s=s.slice(0,t),n("selectRoute",`The maximum number of waypoints is ${t}.`,"EFP000400")),!a||!i){n("selectRoute","Invalid route format: When providing an array, it must include at least two points: a start and a destination.","EFP000401");return}r.routeStore.selectRoute(new g(m(a),m(i),s.map(m)));return}e||n("selectRoute","At a minimum, the starting point must be passed.","EFP000402"),r.routeStore.selectRoute(new g(m(e),m(o)))}getOptimizedRoutes(e){Array.isArray(e)||n("getOptimizedRoutes","Parameter must be an array.","EFP000500");const o=e.map(m).filter(i=>!!i);if(!o.length)return e;const s=o.reduce((i,t)=>{const l=t.layer?.name;return l&&(i.has(l)||i.set(l,new Set),i.get(l).add(t)),i},new Map);let a=e;return s.size?a=Array.from(s.values(),i=>new w(Array.from(i,t=>[t.name,t.rect]))).flatMap(i=>i.waypoints):a=new w(o.map(i=>[i.name,i.rect])).waypoints,[{waypoints:a}]}selectCurrentPosition(e,o,s){const a=u(e.x)&&u(e.y),i=u(e.lng)&&u(e.lat);!a&&!i&&n("selectCurrentPosition","A point must be passed. Either (x,y) or (lat,lng) are required.","EFP000600"),r.routeStore.selectCurrentPosition(e,o,s),this.onCurrentPositionChanged?.(e)}setBookmarks(e){(!Array.isArray(e)||!e.length)&&n("setBookmarks","Parameter must be an array.","EFP000700"),e.forEach(o=>{const s=r.exhibitorStore.exhibitors.find(a=>a.name===o.name||a.externalId===o.externalId);s&&(s.bookmarked=o.bookmarked)})}setEntitiesBookmarks(e){if(!Array.isArray(e)||!e.length){n("setEntitiesBookmarks","Parameter must be an array.","EFP000701");return}const o=["exhibitor","event","speaker","booth"],s=e.find(t=>!t.type||!o.includes(t.type));if(s){n("setEntitiesBookmarks",`Invalid entity type: ${s.type}. Must be one of: ${o.join(", ")}.`,"EFP000702");return}const a=v("bookmarked"),i={exhibitor:{existingIds:new Set(a.exhibitors||[]),finder:t=>r.exhibitorStore.findExhibitor(t),replacer:t=>r.exhibitorStore.replaceBookmarked(t)},event:{existingIds:new Set(a.events||[]),finder:t=>r.eventStore.findByNameOrSlug(t),replacer:t=>r.eventStore.replaceBookmarked(t)},speaker:{existingIds:new Set(a.speakers||[]),finder:t=>r.speakerStore.speakers.find(l=>l.name===t||l.externalId===t||l.slug===t),replacer:t=>r.speakerStore.replaceBookmarked(t)},booth:{existingIds:new Set(a.booths||[]),finder:t=>{const l=r.boothStore.findBooth(t);return l?.exhibitors.length===0?l:void 0},replacer:t=>r.boothStore.replaceBookmarked(t)}};e.forEach(t=>{const l=i[t.type],d=t.name||t.externalId||"",h=l.finder(d);h?t.bookmarked?l.existingIds.add(h.id):l.existingIds.delete(h.id):console.warn(`Entity not found: ${t.type} with query "${d}"`)}),Object.values(i).forEach(t=>{t.replacer(Array.from(t.existingIds))})}setEntitiesVisited(e){if(!Array.isArray(e)||!e.length){n("setEntitiesVisited","Parameter must be an array.","EFP000703");return}const o=["exhibitor","event"],s=e.find(t=>!t.type||!o.includes(t.type));if(s){n("setEntitiesVisited",`Invalid entity type: ${s.type}. Must be one of: ${o.join(", ")}.`,"EFP000704");return}const a=v("visited"),i={exhibitor:{existingIds:new Set(a.exhibitors||[]),finder:t=>r.exhibitorStore.findExhibitor(t),replacer:t=>r.exhibitorStore.replaceVisited(t)},event:{existingIds:new Set(a.events||[]),finder:t=>r.eventStore.findByNameOrSlug(t),replacer:t=>r.eventStore.replaceVisited(t)}};e.forEach(t=>{const l=i[t.type],d=t.name||t.externalId||"",h=l.finder(d);h?t.visited?l.existingIds.add(h.id):l.existingIds.delete(h.id):console.warn(`Entity not found: ${t.type} with query "${d}"`)}),Object.values(i).forEach(t=>{t.replacer(Array.from(t.existingIds))})}setMarkers(e){if(!e||!Array.isArray(e.icons)||!Array.isArray(e.markers)){n("setMarkers","Invalid input.","EFP000800");return}r.routeStore.setMarkers(e)}selectMarker(e,o=!0){return typeof e!="string"&&n("selectMarker","The identifier must be passed.","EFP000900"),r.routeStore.selectMarker(e,o)}drawCircles(e){Array.isArray(e)||n("drawCircles","Invalid input.","EFP000A00"),r.uiState.debugCircles=e}checkRoutes(){r.routeStore.checkRoutes()}updateLayerVisibility(e,o){typeof e!="string"&&n("updateLayerVisibility","The layer name (string) must be passed.","EFP000B00"),o||n("updateLayerVisibility","Passing a false value to visible will have no effect.","EFP000B01"),r.layerStore.updateVisibility(e,o)}getCenterCoordinates(){return r.fp.getCenterCoordinates()}exhibitorsList(){return r.exhibitorStore.exhibitors.map(e=>f(e))}boothsList(){return r.boothStore.booths.map(e=>f(e))}categoriesList(){return r.categoryStore.categories.map(e=>f(e))}selectCategory(e){if(e==null||typeof e!="string"){r.searchStore.selectSearch();return}const o=e?.toLowerCase(),s=r.categoryStore.categories.find(({name:a,slug:i})=>a?.toLowerCase()===o||i?.toLowerCase()===o);if(!s){n("selectCategory",`Category ${e} not found.`,"EFP000C01");return}r.selectCategory(s)}applyParameters(e){typeof e!="string"&&n("applyParameters","A query string must be passed.","EFP000D00"),$(e)}getVisibility(){return r.uiState.visibility}setVisibility(e){(typeof e!="object"||!Object.keys(e).length)&&n("setVisibility","The parameter must be passed.","EFP000E00"),r.uiState.setVisibility(e)}findLocation(){r.routeStore.findLocation()}zoomIn(){r.uiState.zoomIn()}zoomOut(){r.uiState.zoomOut()}switchView(){r.mapboxStore.activateMapbox()}zoomTo(e,o){p("zoomTo called with selectors=%O options=%O",e,o);const s=B.safeParse(e);if(!s.success){n("zoomTo",s.error.message,"EFP001600");return}const a=I.safeParse(o);if(!a.success){n("zoomTo",a.error.message,"EFP001601");return}const i=this.getBounds(e);i&&this.fitBounds(i,o)}getBounds(e){p("getBounds called with selectors=%O",e);const o=B.safeParse(e);if(!o.success){n("getBounds",o.error.message,"EFP001400");return}const s=[];if(e.booths?.forEach(i=>{let t;i.externalId?t=r.boothStore.boothByExternalId.get(i.externalId):i.name&&(t=r.boothStore.boothByName.get(i.name.toLowerCase())),t?.rect&&s.push(t.rect)}),e.exhibitors?.forEach(i=>{let t;i.externalId?t=r.exhibitorStore.exhibitorByExternalId.get(i.externalId):i.name&&(t=r.exhibitorStore.exhibitorByName.get(i.name.toLowerCase())),t?.booths?.forEach(l=>{l.rect&&s.push(l.rect)})}),s.length===0)return;const a=Rect.fromMultiple(s);return{leftTop:{x:a.x1,y:a.y1},rightBottom:{x:a.x2,y:a.y2}}}fitBounds(e,o){if(p("fitBounds called with bounds=%O options=%O",e,o),!e){r.uiState.fitBounds();return}const s=U.safeParse(e);if(!s.success){n("fitBounds",s.error.message,"EFP001500");return}const a=I.safeParse(o);if(!a.success){n("fitBounds",a.error.message,"EFP001501");return}let i;if(o?.padding){const t=o.padding;i=Rect.fromX1y1x2y2(e.leftTop.x-t,e.leftTop.y-t,e.rightBottom.x+t,e.rightBottom.y+t)}else i=Rect.fromX1y1x2y2(e.leftTop.x,e.leftTop.y,e.rightBottom.x,e.rightBottom.y);r.uiState.moveToRect=i}getBoothRect(e){return typeof e!="string"&&n("getBoothRect","A booth name must be passed.","EFP000F00"),b(e)?.rect}convertToGeo(e,o){if(!P?.properties?.config){n("convertToGeo","The coordinates cannot be converted because the GPS configuration is not defined.","EFP001000");return}if(!e||!o){n("convertToGeo","Both coordinates must be passed.","EFP001001");return}return H(e,o,P.properties.config)}unstable_destroy(){let e=window.__efpElement.firstChild;N(),window.removeEventListener("__efpStyleLoad",this.efpStyleLoadHandler),window.removeEventListener("error",q),M(),z(),G(),[...document.getElementsByTagName("script")].filter(o=>o.src.indexOf("/fp.svg")>-1||o.src.indexOf("/wf.data.js")>-1||o.src.indexOf("/data.js")>-1).forEach(o=>o.remove()),this.root.unmount(),e.remove()}search(e){return typeof e!="string"&&n("search","A search string must be passed.","EFP001100"),r.fuzzySearchEngineStore.loadEngine().then(()=>(r.searchStore.selectSearch(e),r.uiState.fuzzySearchItems.map(o=>({item:f(o.item),score:o.score}))))}getFloors(){return r.layerStore.floors.map(e=>({name:e.name,shortName:e.shortName,description:e.description,active:e.active,disabled:e.disabled,index:e.index}))}activateFloor(e){if(!e?.name&&e?.index==null){n("activateFloor","Invalid floorId. It must contain either a name or an index.","EFP001200");return}const o=this.getFloors();if(e.name){const s=o.find(a=>a.name===e.name||a.shortName===e.name);if(!s){n("activateFloor",`Floor with name "${e.name}" not found.`,"EFP001201");return}if(s.active)return;this.updateLayerVisibility(s.name,!0);return}if(e.index!==null){const s=o[e.index]?.name;if(!s){n("activateFloor",`Floor at index ${e.index} does not exist.`,"EFP001203");return}if(o[e.index].active)return;this.updateLayerVisibility(s,!0);return}}showPathway(e,o){const s=new URLSearchParams;if(s.set(D,e),o?.length){const{boothExternalIds:a,exhibitorExternalIds:i}=x(o);a.length>0&&s.set("booths",a.join(",")),i.length>0&&s.set("exhibitors",i.join(","))}this.applyParameters(s.toString())}showPathwayOnly(e,o){this.activateFloor({name:o}),r.layerStore.showPathWay(e),r.uiState.setPathwayOnlyMode(!0);const s=r.layerStore.findLayer(e),a=r.layerStore.findLayer(o),i=s?.rect||s?.viewbox?s:a;if(i?.rect||i?.viewbox){const t=i.viewbox??i.rect;r.uiState.moveToRect=Rect.fromX1y1x2y2(t.x1,t.y1,t.x2,t.y2)}}hidePathways(){this.highlightBooths([]),r.layerStore.hidePathways(),r.uiState.setPathwayOnlyMode(!1)}showSearch(){r.selectSearch("")}changeLanguage(e){const o=e?.toLowerCase?.();if(!r.languageStore.languageIds.has(o)){n("changeLanguage",`Language "${e}" was not found. Available languages: ${[...r.languageStore.languageIds].join(",")}`,"EFP001300");return}const s=new URLSearchParams;s.set(W,o),this.applyParameters(s.toString())}isGpsTrackingEnabled(){return r.routeStore.gpsEnabled}setGpsTrackingEnabled(e){r.routeStore.setGpsTrackingEnabled(e)}}function m(c){return typeof c=="string"?b(c):r.routeStore.getNearestBooth(c)}let F=0;function n(c,e,o){const s=`Error calling "${c}" SDK method.`,a=`${e.endsWith(".")?e:e+"."} More information at`;let i="https://developer.expofp.com/guide/java-script-api-reference";if(o&&(i+=`#error-${o}`),console.error(`${s} ${a} ${i}`),r.fp.disableRuntimeAlerts)return;r.uiState.setGlobalErrorMessage({title:s,body:A(k,{children:[a," ",y("a",{href:i,target:"_blank",rel:"noreferrer",children:i})]})}),clearTimeout(F);const t=8e3;F=window.setTimeout(()=>{const l=async()=>{r.uiState.globalErrorMessages.length>0&&(r.uiState.popGlobalErrorMessage(),await new Promise(d=>setTimeout(d,t/2)),l())};l()},t)}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
interface DragGestureConfig {
|
|
2
|
+
onDragStart: (clientY: number) => void;
|
|
3
|
+
onDragMove: (clientY: number) => void;
|
|
4
|
+
onDragEnd: () => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const useDragGesture: ({ onDragStart, onDragMove, onDragEnd }: DragGestureConfig) => {
|
|
7
|
+
touchHandlers: {
|
|
8
|
+
onTouchStart: (event: TouchEvent) => void;
|
|
9
|
+
onTouchMove: (event: TouchEvent) => void;
|
|
10
|
+
onTouchEnd: () => void;
|
|
11
|
+
};
|
|
12
|
+
mouseHandlers: {
|
|
13
|
+
onMouseDown: (event: MouseEvent) => void;
|
|
14
|
+
onMouseMove: (event: MouseEvent) => void;
|
|
15
|
+
onMouseUp: () => void;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=useDragGesture.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useRef as i,useCallback as o}from"react";export const useDragGesture=({onDragStart:n,onDragMove:c,onDragEnd:t})=>{const e=i(!1),u=o(r=>{e.current=!0,n(r.touches[0].clientY)},[n]),s=o(r=>{e.current&&c(r.touches[0].clientY)},[c]),a=o(()=>{e.current&&(e.current=!1,t())},[t]),l=o(r=>{e.current=!0,n(r.clientY)},[n]),h=o(r=>{e.current&&c(r.clientY)},[c]),M=o(()=>{e.current&&(e.current=!1,t())},[t]);return{touchHandlers:{onTouchStart:u,onTouchMove:s,onTouchEnd:a},mouseHandlers:{onMouseDown:l,onMouseMove:h,onMouseUp:M}}};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { URLFilters } from "../store/types";
|
|
2
|
+
export declare const useURLFilters: () => {
|
|
3
|
+
currentFilters: {
|
|
4
|
+
categories: string[];
|
|
5
|
+
poiType: string | null;
|
|
6
|
+
exhibitors: boolean;
|
|
7
|
+
isActive: boolean;
|
|
8
|
+
};
|
|
9
|
+
setCategories: (categoryNames: string[]) => void;
|
|
10
|
+
setPoiType: (poiTypeName: string | null) => void;
|
|
11
|
+
clearAllFilters: () => void;
|
|
12
|
+
validateFilters: (filters: URLFilters) => boolean;
|
|
13
|
+
isInitialized: boolean;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=useURLFilters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useEffect as c,useCallback as s}from"react";import{useObserver as p}from"mobx-react-lite";import F from"../store";export const useURLFilters=()=>{const{urlFilterManager:e,uiState:t}=F,r=p(()=>({categories:t.selectedCategoryFilters.map(i=>i.name),poiType:t.selectedPoiTypeFilters.length>0?t.selectedPoiTypeFilters[0].name:null,exhibitors:e.currentFilters.exhibitors,isActive:t.hasAppliedFilters||e.currentFilters.exhibitors})),l=s(i=>{e.isInitialized&&e.setCategories(i)},[e]),a=s(i=>{e.isInitialized&&e.setPoiType(i)},[e]),o=s(()=>{e.isInitialized&&e.clearAllFilters()},[e]),n=s(i=>e.validateFilters(i),[e]);return c(()=>{e.isInitialized||e.initialize()},[e]),{currentFilters:r,setCategories:l,setPoiType:a,clearAllFilters:o,validateFilters:n,isInitialized:e.isInitialized}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useState as o,useEffect as d}from"react";export const useWindowSize=()=>{const[n,i]=o(()=>window!==window.top?{width:document.documentElement.clientWidth||window.innerWidth,height:document.documentElement.clientHeight||window.innerHeight}:{width:window.innerWidth,height:window.innerHeight});return d(()=>{const e=()=>{const t=window!==window.top;i(t?{width:document.documentElement.clientWidth||window.innerWidth,height:document.documentElement.clientHeight||window.innerHeight}:{width:window.innerWidth,height:window.innerHeight})};return window.addEventListener("resize",e),window.addEventListener("orientationchange",e),()=>{window.removeEventListener("resize",e),window.removeEventListener("orientationchange",e)}},[]),n};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"array-flat-polyfill";import"./public-path.js";import r from"./tools/report-error";window.addEventListener("error",r),window.__efpStyleElements=[];export{load}from"./load";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function floorplan(){return"floorplan"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Manifest, Ref } from '@expofp/data';
|
|
2
|
+
import type { FloorPlan, FloorPlanOptions } from './types';
|
|
3
|
+
export declare function load(manifestRef: Manifest | Ref<Manifest>, options?: FloorPlanOptions): Promise<FloorPlan>;
|
|
4
|
+
declare global {
|
|
5
|
+
interface Window {
|
|
6
|
+
/** @deprecated */
|
|
7
|
+
___fp?: FloorPlan;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=load.d.ts.map
|