@expofp/floorplan 0.0.0-experimental.d269d30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/browser/CookieConsent-DZIIxu4v.js +6380 -0
- package/dist/browser/Debug-B2pPaW8y.js +52 -0
- package/dist/browser/Demo-D6ACk7Lt.js +66 -0
- package/dist/browser/Free-B7Am4PYj.js +63 -0
- package/dist/browser/Gallery-DYS3RwB3.js +3258 -0
- package/dist/browser/GpsLoader-DhK72G9P.js +153 -0
- package/dist/browser/KioskStore-CTJSodJs.js +212 -0
- package/dist/browser/MaplibreAdapter-3ujg3BCh.js +35017 -0
- package/dist/browser/SetKioskMode-DHDfCkNQ.js +56 -0
- package/dist/browser/ShowKiosk-B1daYsE7.js +26 -0
- package/dist/browser/TouchHand-fqKeD7y7.js +66 -0
- package/dist/browser/ViewerMenuPanel-D4i_cD73.js +116 -0
- package/dist/browser/add-debug-secret-listener-BvojUazA.js +26 -0
- package/dist/browser/boolean-editor-DKUDhw69.js +150 -0
- package/dist/browser/bootIntercom-BJncDYGP.js +40 -0
- package/dist/browser/box-CTTzrqzn.js +740 -0
- package/dist/browser/browser-2bfSJOPy.js +198 -0
- package/dist/browser/bundle.json +320 -0
- package/dist/browser/classnames-BvasRm8d.js +39 -0
- package/dist/browser/client-BFA2iU9V.js +7601 -0
- package/dist/browser/compat-helper.js +5 -0
- package/dist/browser/debug-overlay-Kuk4KTK1.js +1419 -0
- package/dist/browser/debug-ui-D-tzXame.js +86 -0
- package/dist/browser/dimming-DQIxZLxV.js +1494 -0
- package/dist/browser/dist-B14_hNIG.js +2581 -0
- package/dist/browser/dist-BE8V5GAe.js +205 -0
- package/dist/browser/dist-C3tL5Vk8.js +21 -0
- package/dist/browser/efp-debug-init-nxNDeCAc.js +41 -0
- package/dist/browser/enum-editor-DuvRBoa2.js +1381 -0
- package/dist/browser/expofp-overlay.png +0 -0
- package/dist/browser/exports-D5d2LZL8.js +1537 -0
- package/dist/browser/favicon-DlRUd3Qx.js +12 -0
- package/dist/browser/fetch-retry.umd-B_Vi0pxE.js +78 -0
- package/dist/browser/flex-CsdK7JHd.js +25 -0
- package/dist/browser/flex.props-Ct0C6bp-.js +112 -0
- package/dist/browser/floorplan.loader-BtXqnnYM.js +2921 -0
- package/dist/browser/floorplan.ready-CVu6wT7j.js +1318 -0
- package/dist/browser/fonts/efp-symbols.woff +0 -0
- package/dist/browser/fonts/inter-400.woff2 +0 -0
- package/dist/browser/fonts/inter-500.woff2 +0 -0
- package/dist/browser/fonts/inter-600.woff2 +0 -0
- package/dist/browser/fonts/oswald-v17-cyrillic_latin-300.woff +0 -0
- package/dist/browser/fonts/oswald-v17-cyrillic_latin-500.woff +0 -0
- package/dist/browser/fuse-8wF58EzS.js +1177 -0
- package/dist/browser/icons/accessible.svg +5 -0
- package/dist/browser/icons/arrow-down.svg +3 -0
- package/dist/browser/icons/bus-white.svg +3 -0
- package/dist/browser/icons/check.svg +3 -0
- package/dist/browser/icons/clear.svg +4 -0
- package/dist/browser/icons/departure.svg +5 -0
- package/dist/browser/icons/destination.svg +5 -0
- package/dist/browser/icons/direction.svg +54 -0
- package/dist/browser/icons/dots.svg +4 -0
- package/dist/browser/icons/dragdrop-solid.svg +11 -0
- package/dist/browser/icons/facebook.svg +4 -0
- package/dist/browser/icons/from.svg +4 -0
- package/dist/browser/icons/kiosk.svg +1 -0
- package/dist/browser/icons/linkedin.svg +3 -0
- package/dist/browser/icons/rotate.svg +5 -0
- package/dist/browser/icons/tap.svg +5 -0
- package/dist/browser/icons/to.svg +4 -0
- package/dist/browser/icons/transition.svg +7 -0
- package/dist/browser/icons/transition_down.svg +15 -0
- package/dist/browser/icons/transition_up.svg +15 -0
- package/dist/browser/icons/twitter.svg +3 -0
- package/dist/browser/icons/yah.svg +17 -0
- package/dist/browser/index.html +15 -0
- package/dist/browser/index.js +225 -0
- package/dist/browser/is-debug-DPdTc3ov.js +5721 -0
- package/dist/browser/jsx-runtime-BYH0bwck.js +30 -0
- package/dist/browser/lib-BUACBAyg.js +1859 -0
- package/dist/browser/locales/ar.json +211 -0
- package/dist/browser/locales/de.json +211 -0
- package/dist/browser/locales/es.json +211 -0
- package/dist/browser/locales/fr.json +211 -0
- package/dist/browser/locales/he.json +211 -0
- package/dist/browser/locales/it.json +211 -0
- package/dist/browser/locales/kk.json +211 -0
- package/dist/browser/locales/ko.json +211 -0
- package/dist/browser/locales/mn.json +211 -0
- package/dist/browser/locales/nl.json +211 -0
- package/dist/browser/locales/pl.json +211 -0
- package/dist/browser/locales/pt.json +211 -0
- package/dist/browser/locales/ru.json +211 -0
- package/dist/browser/locales/sv.json +211 -0
- package/dist/browser/locales/th.json +211 -0
- package/dist/browser/locales/tr.json +211 -0
- package/dist/browser/locales/uk.json +211 -0
- package/dist/browser/locales/vi.json +211 -0
- package/dist/browser/locales/zh.json +211 -0
- package/dist/browser/main-DMN_b5iM.js +289 -0
- package/dist/browser/mobx-BiRyH1I7.js +24 -0
- package/dist/browser/particles.min-DIUddENc.js +133 -0
- package/dist/browser/prop-types-gTuqEv98.js +57 -0
- package/dist/browser/react-Bm8UQkxX.js +301 -0
- package/dist/browser/react-dom-uwXLXn13.js +139 -0
- package/dist/browser/reset-all-settings-CHuQ4o3B.js +138 -0
- package/dist/browser/rolldown-runtime-DuTZ4nBm.js +28 -0
- package/dist/browser/settings-DHplBjk5.js +9 -0
- package/dist/browser/settings-item-Z_PlPpqS.js +67 -0
- package/dist/browser/store-BxBB8rRf.js +36182 -0
- package/dist/browser/string-editor-BqyDa6Mf.js +106 -0
- package/dist/browser/theme-v_UhDkxL.js +2803 -0
- package/dist/browser/ui-m6uIJBl8.js +43 -0
- package/dist/browser/vendor/perfect-scrollbar/css/perfect-scrollbar.css +1 -0
- package/dist/browser/vendor/sanitize-css/sanitize.css +1 -0
- package/dist/browser/warning.png +0 -0
- package/dist/esm/RouteCutIn.d.ts +23 -0
- package/dist/esm/RouteCutIn.js +1 -0
- package/dist/esm/_NEW_types.d.ts +6 -0
- package/dist/esm/_NEW_types.js +1 -0
- package/dist/esm/_misc_to_move/initHtmlHead.d.ts +2 -0
- package/dist/esm/_misc_to_move/initHtmlHead.js +1 -0
- package/dist/esm/_misc_to_move/logBuildInfo.d.ts +2 -0
- package/dist/esm/_misc_to_move/logBuildInfo.js +1 -0
- package/dist/esm/_misc_to_move/manifest.d.ts +14 -0
- package/dist/esm/_misc_to_move/manifest.js +1 -0
- package/dist/esm/_misc_to_move/ref.d.ts +6 -0
- package/dist/esm/_misc_to_move/ref.js +1 -0
- package/dist/esm/components/Alert.d.ts +20 -0
- package/dist/esm/components/Alert.js +1 -0
- package/dist/esm/components/Autocomplete.d.ts +16 -0
- package/dist/esm/components/Autocomplete.js +1 -0
- package/dist/esm/components/Badge.d.ts +15 -0
- package/dist/esm/components/Badge.js +1 -0
- package/dist/esm/components/BaseFilterModal.d.ts +11 -0
- package/dist/esm/components/BaseFilterModal.js +1 -0
- package/dist/esm/components/BookmarkSvg.d.ts +3 -0
- package/dist/esm/components/BookmarkSvg.js +1 -0
- package/dist/esm/components/Bookmarks.d.ts +3 -0
- package/dist/esm/components/Bookmarks.js +1 -0
- package/dist/esm/components/Booth/Booth.d.ts +5 -0
- package/dist/esm/components/Booth/Booth.js +1 -0
- package/dist/esm/components/Booth/BoothOnHold.d.ts +13 -0
- package/dist/esm/components/Booth/BoothOnHold.js +1 -0
- package/dist/esm/components/Booth/BoothReserved.d.ts +3 -0
- package/dist/esm/components/Booth/BoothReserved.js +1 -0
- package/dist/esm/components/Booth/BoothSpecial.d.ts +8 -0
- package/dist/esm/components/Booth/BoothSpecial.js +1 -0
- package/dist/esm/components/Booth/BoothWithoutExhibitor.d.ts +13 -0
- package/dist/esm/components/Booth/BoothWithoutExhibitor.js +1 -0
- package/dist/esm/components/Button.d.ts +25 -0
- package/dist/esm/components/Button.js +1 -0
- package/dist/esm/components/Category.d.ts +4 -0
- package/dist/esm/components/Category.js +1 -0
- package/dist/esm/components/CategoryFilterModal.d.ts +3 -0
- package/dist/esm/components/CategoryFilterModal.js +1 -0
- package/dist/esm/components/Checkbox.d.ts +13 -0
- package/dist/esm/components/Checkbox.js +1 -0
- package/dist/esm/components/CheckboxButton.d.ts +11 -0
- package/dist/esm/components/CheckboxButton.js +1 -0
- package/dist/esm/components/Controls.d.ts +2 -0
- package/dist/esm/components/Controls.js +1 -0
- package/dist/esm/components/CookieConsent.d.ts +9 -0
- package/dist/esm/components/CookieConsent.js +1 -0
- package/dist/esm/components/Debug.d.ts +4 -0
- package/dist/esm/components/Debug.js +1 -0
- package/dist/esm/components/Demo.d.ts +3 -0
- package/dist/esm/components/Demo.js +1 -0
- package/dist/esm/components/Draggable.d.ts +10 -0
- package/dist/esm/components/Draggable.js +1 -0
- package/dist/esm/components/EntityItem.d.ts +43 -0
- package/dist/esm/components/EntityItem.js +1 -0
- package/dist/esm/components/EntityList.d.ts +9 -0
- package/dist/esm/components/EntityList.js +1 -0
- package/dist/esm/components/EntityListRow.d.ts +12 -0
- package/dist/esm/components/EntityListRow.js +1 -0
- package/dist/esm/components/ErrorBoundary.d.ts +15 -0
- package/dist/esm/components/ErrorBoundary.js +1 -0
- package/dist/esm/components/Event.d.ts +5 -0
- package/dist/esm/components/Event.js +1 -0
- package/dist/esm/components/EventBadge.d.ts +10 -0
- package/dist/esm/components/EventBadge.js +1 -0
- package/dist/esm/components/Exhibitor.d.ts +4 -0
- package/dist/esm/components/Exhibitor.js +1 -0
- package/dist/esm/components/Filter.d.ts +3 -0
- package/dist/esm/components/Filter.js +1 -0
- package/dist/esm/components/Free.d.ts +3 -0
- package/dist/esm/components/Free.js +1 -0
- package/dist/esm/components/Gallery/Gallery.d.ts +13 -0
- package/dist/esm/components/Gallery/Gallery.js +1 -0
- package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.d.ts +8 -0
- package/dist/esm/components/Gallery/GalleryBadges/GalleryBadges.js +1 -0
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.d.ts +9 -0
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.js +1 -0
- package/dist/esm/components/Gallery/GalleryImg/GalleryImg.d.ts +14 -0
- package/dist/esm/components/Gallery/GalleryImg/GalleryImg.js +1 -0
- package/dist/esm/components/Gallery/GalleryItem/GalleryItem.d.ts +13 -0
- package/dist/esm/components/Gallery/GalleryItem/GalleryItem.js +1 -0
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.d.ts +12 -0
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.js +1 -0
- package/dist/esm/components/Gallery/GalleryPreLoader.d.ts +7 -0
- package/dist/esm/components/Gallery/GalleryPreLoader.js +1 -0
- package/dist/esm/components/Gallery/TransformImg/TransformImg.d.ts +10 -0
- package/dist/esm/components/Gallery/TransformImg/TransformImg.js +1 -0
- package/dist/esm/components/GlobalErrorMessage.d.ts +4 -0
- package/dist/esm/components/GlobalErrorMessage.js +1 -0
- package/dist/esm/components/GpsLoader.d.ts +4 -0
- package/dist/esm/components/GpsLoader.js +1 -0
- package/dist/esm/components/HeatmapLegend.d.ts +12 -0
- package/dist/esm/components/HeatmapLegend.js +1 -0
- package/dist/esm/components/HighlightText.d.ts +6 -0
- package/dist/esm/components/HighlightText.js +1 -0
- package/dist/esm/components/Kiosk/KioskStore.d.ts +33 -0
- package/dist/esm/components/Kiosk/KioskStore.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/Confirm/ConfirmDialog.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/FormInput/RangeInput.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/Message/InfoMessage.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskComponent.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskForm.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKiosk/SetKioskStatusMessages.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/constants.d.ts +5 -0
- package/dist/esm/components/Kiosk/SetKiosk/constants.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getKioskUrlParamKey.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getName.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getName.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/getSlug.d.ts +2 -0
- package/dist/esm/components/Kiosk/SetKiosk/getSlug.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/index.d.ts +7 -0
- package/dist/esm/components/Kiosk/SetKiosk/index.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/storage.d.ts +5 -0
- package/dist/esm/components/Kiosk/SetKiosk/storage.js +1 -0
- package/dist/esm/components/Kiosk/SetKiosk/types.d.ts +106 -0
- package/dist/esm/components/Kiosk/SetKiosk/types.js +1 -0
- package/dist/esm/components/Kiosk/SetKioskMode.d.ts +4 -0
- package/dist/esm/components/Kiosk/SetKioskMode.js +1 -0
- package/dist/esm/components/Kiosk/ShowKiosk.d.ts +4 -0
- package/dist/esm/components/Kiosk/ShowKiosk.js +1 -0
- package/dist/esm/components/Kiosk/integrateKiosk.d.ts +4 -0
- package/dist/esm/components/Kiosk/integrateKiosk.js +1 -0
- package/dist/esm/components/Kiosk/kioskUrlParam.d.ts +4 -0
- package/dist/esm/components/Kiosk/kioskUrlParam.js +1 -0
- package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.d.ts +2 -0
- package/dist/esm/components/Kiosk/recoverKioskFromUrlPrams.js +1 -0
- package/dist/esm/components/Kiosk/requestKioskKey.d.ts +3 -0
- package/dist/esm/components/Kiosk/requestKioskKey.js +1 -0
- package/dist/esm/components/Language.d.ts +4 -0
- package/dist/esm/components/Language.js +1 -0
- package/dist/esm/components/LanguageRow.d.ts +7 -0
- package/dist/esm/components/LanguageRow.js +1 -0
- package/dist/esm/components/LargeMessage.d.ts +3 -0
- package/dist/esm/components/LargeMessage.js +1 -0
- package/dist/esm/components/LayersLoading.d.ts +9 -0
- package/dist/esm/components/LayersLoading.js +1 -0
- package/dist/esm/components/Layout.d.ts +10 -0
- package/dist/esm/components/Layout.js +1 -0
- package/dist/esm/components/LevelBadge.d.ts +8 -0
- package/dist/esm/components/LevelBadge.js +1 -0
- package/dist/esm/components/LevelSelector.d.ts +3 -0
- package/dist/esm/components/LevelSelector.js +1 -0
- package/dist/esm/components/List.d.ts +9 -0
- package/dist/esm/components/List.js +1 -0
- package/dist/esm/components/LogoOverlay.d.ts +4 -0
- package/dist/esm/components/LogoOverlay.js +1 -0
- package/dist/esm/components/Map/Map.d.ts +2 -0
- package/dist/esm/components/Map/Map.js +1 -0
- package/dist/esm/components/Map/booth-by-xy.d.ts +3 -0
- package/dist/esm/components/Map/booth-by-xy.js +1 -0
- package/dist/esm/components/Map/drawing/config/BoothDrawerBase.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/BoothDrawerBase.js +1 -0
- package/dist/esm/components/Map/drawing/config/BoothShape.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/BoothShape.js +1 -0
- package/dist/esm/components/Map/drawing/config/Rect.d.ts +7 -0
- package/dist/esm/components/Map/drawing/config/Rect.js +1 -0
- package/dist/esm/components/Map/drawing/config/TextFitter.d.ts +11 -0
- package/dist/esm/components/Map/drawing/config/TextFitter.js +1 -0
- package/dist/esm/components/Map/drawing/config/canvases.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/canvases.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-all.d.ts +4 -0
- package/dist/esm/components/Map/drawing/config/config-all.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-bg.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/config-bg.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-badge.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/config-booth-badge.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bg.d.ts +20 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bg.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.d.ts +20 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-border.d.ts +12 -0
- package/dist/esm/components/Map/drawing/config/config-booth-border.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.d.ts +17 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.js +2 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels.d.ts +42 -0
- package/dist/esm/components/Map/drawing/config/config-booth-labels.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.d.ts +14 -0
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booths.d.ts +6 -0
- package/dist/esm/components/Map/drawing/config/config-booths.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-load-layer.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/config-load-layer.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-markers.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/config-markers.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-wf.d.ts +8 -0
- package/dist/esm/components/Map/drawing/config/config-wf.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-yah.d.ts +2 -0
- package/dist/esm/components/Map/drawing/config/config-yah.js +1 -0
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.d.ts +11 -0
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/index.d.ts +5 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/index.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.d.ts +21 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.d.ts +6 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/types.d.ts +18 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/types.js +1 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/utils.d.ts +29 -0
- package/dist/esm/components/Map/drawing/config/route-snapping/utils.js +1 -0
- package/dist/esm/components/Map/traffic/UpdateQueue.d.ts +13 -0
- package/dist/esm/components/Map/traffic/UpdateQueue.js +1 -0
- package/dist/esm/components/Map/traffic/trafficLayers.d.ts +17 -0
- package/dist/esm/components/Map/traffic/trafficLayers.js +1 -0
- package/dist/esm/components/Map/traffic/useBuildRoute.d.ts +8 -0
- package/dist/esm/components/Map/traffic/useBuildRoute.js +7 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.d.ts +9 -0
- package/dist/esm/components/Map/traffic/useManageTraffic.js +1 -0
- package/dist/esm/components/Map/visibleArea.d.ts +15 -0
- package/dist/esm/components/Map/visibleArea.js +1 -0
- package/dist/esm/components/MapControls.d.ts +28 -0
- package/dist/esm/components/MapControls.js +1 -0
- package/dist/esm/components/Maplibre/MapLoader.d.ts +3 -0
- package/dist/esm/components/Maplibre/MapLoader.js +1 -0
- package/dist/esm/components/Maplibre/MaplibreAdapter.d.ts +15 -0
- package/dist/esm/components/Maplibre/MaplibreAdapter.js +1 -0
- package/dist/esm/components/Maplibre/MaplibreWrapper.d.ts +57 -0
- package/dist/esm/components/Maplibre/MaplibreWrapper.js +1 -0
- package/dist/esm/components/Maplibre/utils/solver.d.ts +24 -0
- package/dist/esm/components/Maplibre/utils/solver.js +1 -0
- package/dist/esm/components/MarketMaterialList.d.ts +9 -0
- package/dist/esm/components/MarketMaterialList.js +1 -0
- package/dist/esm/components/Menu.d.ts +9 -0
- package/dist/esm/components/Menu.js +1 -0
- package/dist/esm/components/MobileToggleButton.d.ts +4 -0
- package/dist/esm/components/MobileToggleButton.js +1 -0
- package/dist/esm/components/Modal.d.ts +37 -0
- package/dist/esm/components/Modal.js +1 -0
- package/dist/esm/components/MultiSelectGroups.d.ts +33 -0
- package/dist/esm/components/MultiSelectGroups.js +1 -0
- package/dist/esm/components/Overlay.d.ts +22 -0
- package/dist/esm/components/Overlay.js +1 -0
- package/dist/esm/components/OverlayContainer.d.ts +8 -0
- package/dist/esm/components/OverlayContainer.js +1 -0
- package/dist/esm/components/OverlayGrip.d.ts +5 -0
- package/dist/esm/components/OverlayGrip.js +1 -0
- package/dist/esm/components/OverlayParticles.d.ts +5 -0
- package/dist/esm/components/OverlayParticles.js +1 -0
- package/dist/esm/components/PermissionNotice/PermissionNotice.d.ts +14 -0
- package/dist/esm/components/PermissionNotice/PermissionNotice.js +1 -0
- package/dist/esm/components/QrCode.d.ts +46 -0
- package/dist/esm/components/QrCode.js +1 -0
- package/dist/esm/components/Radio.d.ts +12 -0
- package/dist/esm/components/Radio.js +1 -0
- package/dist/esm/components/RebookingNotes.d.ts +12 -0
- package/dist/esm/components/RebookingNotes.js +1 -0
- package/dist/esm/components/RebookingRadioGroup.d.ts +24 -0
- package/dist/esm/components/RebookingRadioGroup.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlanner.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlanner.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.js +1 -0
- package/dist/esm/components/RouteQR.d.ts +8 -0
- package/dist/esm/components/RouteQR.js +1 -0
- package/dist/esm/components/Schedule.d.ts +14 -0
- package/dist/esm/components/Schedule.js +1 -0
- package/dist/esm/components/ScrollableRow.d.ts +20 -0
- package/dist/esm/components/ScrollableRow.js +1 -0
- package/dist/esm/components/Search.d.ts +4 -0
- package/dist/esm/components/Search.js +1 -0
- package/dist/esm/components/SearchBox.d.ts +7 -0
- package/dist/esm/components/SearchBox.js +1 -0
- package/dist/esm/components/SearchButtons/SearchButton.d.ts +20 -0
- package/dist/esm/components/SearchButtons/SearchButton.js +1 -0
- package/dist/esm/components/SearchButtons/SearchButtons.d.ts +5 -0
- package/dist/esm/components/SearchButtons/SearchButtons.js +1 -0
- package/dist/esm/components/SearchButtons/SearchSubButton.d.ts +14 -0
- package/dist/esm/components/SearchButtons/SearchSubButton.js +1 -0
- package/dist/esm/components/SearchButtons/SearchSubButtons.d.ts +5 -0
- package/dist/esm/components/SearchButtons/SearchSubButtons.js +1 -0
- package/dist/esm/components/SearchButtons/index.d.ts +7 -0
- package/dist/esm/components/SearchButtons/index.js +1 -0
- package/dist/esm/components/Sessions.d.ts +8 -0
- package/dist/esm/components/Sessions.js +1 -0
- package/dist/esm/components/SessionsFiltersModal.d.ts +11 -0
- package/dist/esm/components/SessionsFiltersModal.js +1 -0
- package/dist/esm/components/Share.d.ts +9 -0
- package/dist/esm/components/Share.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutButton.d.ts +9 -0
- package/dist/esm/components/Shortcuts/ShortcutButton.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.d.ts +9 -0
- package/dist/esm/components/Shortcuts/ShortcutsFiltersButton.js +1 -0
- package/dist/esm/components/Shortcuts/ShortcutsToolbar.d.ts +10 -0
- package/dist/esm/components/Shortcuts/ShortcutsToolbar.js +1 -0
- package/dist/esm/components/Shortcuts/index.d.ts +4 -0
- package/dist/esm/components/Shortcuts/index.js +1 -0
- package/dist/esm/components/SidebarActions.d.ts +20 -0
- package/dist/esm/components/SidebarActions.js +1 -0
- package/dist/esm/components/SimpleRow.d.ts +17 -0
- package/dist/esm/components/SimpleRow.js +1 -0
- package/dist/esm/components/Speaker.d.ts +5 -0
- package/dist/esm/components/Speaker.js +1 -0
- package/dist/esm/components/Speakers.d.ts +8 -0
- package/dist/esm/components/Speakers.js +1 -0
- package/dist/esm/components/SpeakersFiltersModal.d.ts +11 -0
- package/dist/esm/components/SpeakersFiltersModal.js +1 -0
- package/dist/esm/components/Toast/ToastContainer.d.ts +11 -0
- package/dist/esm/components/Toast/ToastContainer.js +1 -0
- package/dist/esm/components/Toast/ToastContext.d.ts +2 -0
- package/dist/esm/components/Toast/ToastContext.js +1 -0
- package/dist/esm/components/Toast/ToastProvider.d.ts +5 -0
- package/dist/esm/components/Toast/ToastProvider.js +1 -0
- package/dist/esm/components/Toast/index.d.ts +2 -0
- package/dist/esm/components/Toast/index.js +1 -0
- package/dist/esm/components/ToggleButton.d.ts +11 -0
- package/dist/esm/components/ToggleButton.js +1 -0
- package/dist/esm/components/ToggleSwitch.d.ts +12 -0
- package/dist/esm/components/ToggleSwitch.js +1 -0
- package/dist/esm/components/TouchHand.d.ts +4 -0
- package/dist/esm/components/TouchHand.js +1 -0
- package/dist/esm/components/TourPoints.d.ts +3 -0
- package/dist/esm/components/TourPoints.js +1 -0
- package/dist/esm/components/Tours.d.ts +7 -0
- package/dist/esm/components/Tours.js +1 -0
- package/dist/esm/components/ToursList.d.ts +10 -0
- package/dist/esm/components/ToursList.js +1 -0
- package/dist/esm/components/ViewerMenuPanel.d.ts +5 -0
- package/dist/esm/components/ViewerMenuPanel.js +1 -0
- package/dist/esm/components/Visited.d.ts +3 -0
- package/dist/esm/components/Visited.js +1 -0
- package/dist/esm/components/WayInformation.d.ts +14 -0
- package/dist/esm/components/WayInformation.js +1 -0
- package/dist/esm/components/Wayfinding.d.ts +4 -0
- package/dist/esm/components/Wayfinding.js +1 -0
- package/dist/esm/components/WayfindingFloorSelector.d.ts +21 -0
- package/dist/esm/components/WayfindingFloorSelector.js +1 -0
- package/dist/esm/components/WayfindingTemplate.d.ts +40 -0
- package/dist/esm/components/WayfindingTemplate.js +1 -0
- package/dist/esm/components/Ws.d.ts +4 -0
- package/dist/esm/components/Ws.js +1 -0
- package/dist/esm/components/YahRow.d.ts +8 -0
- package/dist/esm/components/YahRow.js +1 -0
- package/dist/esm/components/gps/GpsManager.d.ts +12 -0
- package/dist/esm/components/gps/GpsManager.js +1 -0
- package/dist/esm/components/gps/GpsPermissionRequest.d.ts +8 -0
- package/dist/esm/components/gps/GpsPermissionRequest.js +1 -0
- package/dist/esm/components/gps/index.d.ts +5 -0
- package/dist/esm/components/gps/index.js +1 -0
- package/dist/esm/components/gps/types.d.ts +7 -0
- package/dist/esm/components/gps/types.js +1 -0
- package/dist/esm/components/gps/useUserLocationAndHeading.d.ts +8 -0
- package/dist/esm/components/gps/useUserLocationAndHeading.js +1 -0
- package/dist/esm/components/gps/utils.d.ts +5 -0
- package/dist/esm/components/gps/utils.js +1 -0
- package/dist/esm/components/index.d.ts +106 -0
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/stories/Alert.stories.d.ts +6 -0
- package/dist/esm/components/stories/Alert.stories.js +1 -0
- package/dist/esm/components/stories/Autocomplete.stories.d.ts +6 -0
- package/dist/esm/components/stories/Autocomplete.stories.js +1 -0
- package/dist/esm/components/stories/Badge.stories.d.ts +5 -0
- package/dist/esm/components/stories/Badge.stories.js +1 -0
- package/dist/esm/components/stories/Button.stories.d.ts +5 -0
- package/dist/esm/components/stories/Button.stories.js +1 -0
- package/dist/esm/components/stories/Checkbox.stories.d.ts +5 -0
- package/dist/esm/components/stories/Checkbox.stories.js +1 -0
- package/dist/esm/components/stories/CheckboxButton.stories.d.ts +5 -0
- package/dist/esm/components/stories/CheckboxButton.stories.js +1 -0
- package/dist/esm/components/stories/CookieConsent.stories.d.ts +5 -0
- package/dist/esm/components/stories/CookieConsent.stories.js +1 -0
- package/dist/esm/components/stories/EntityItem.stories.d.ts +8 -0
- package/dist/esm/components/stories/EntityItem.stories.js +1 -0
- package/dist/esm/components/stories/Gallery.stories.d.ts +5 -0
- package/dist/esm/components/stories/Gallery.stories.js +1 -0
- package/dist/esm/components/stories/Loading.stories.d.ts +5 -0
- package/dist/esm/components/stories/Loading.stories.js +1 -0
- package/dist/esm/components/stories/MapControls.stories.d.ts +5 -0
- package/dist/esm/components/stories/MapControls.stories.js +1 -0
- package/dist/esm/components/stories/MarketMaterialList.stories.d.ts +5 -0
- package/dist/esm/components/stories/MarketMaterialList.stories.js +1 -0
- package/dist/esm/components/stories/Modal.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/Modal.storiesss.js +1 -0
- package/dist/esm/components/stories/Overlay.stories.d.ts +8 -0
- package/dist/esm/components/stories/Overlay.stories.js +1 -0
- package/dist/esm/components/stories/Radio.stories.d.ts +10 -0
- package/dist/esm/components/stories/Radio.stories.js +1 -0
- package/dist/esm/components/stories/RebookingNotes.stories.d.ts +5 -0
- package/dist/esm/components/stories/RebookingNotes.stories.js +1 -0
- package/dist/esm/components/stories/RebookingRadioGroup.stories.d.ts +5 -0
- package/dist/esm/components/stories/RebookingRadioGroup.stories.js +1 -0
- package/dist/esm/components/stories/RouteQR.stories.d.ts +7 -0
- package/dist/esm/components/stories/RouteQR.stories.js +1 -0
- package/dist/esm/components/stories/Share.storiesSS.d.ts +5 -0
- package/dist/esm/components/stories/Share.storiesSS.js +1 -0
- package/dist/esm/components/stories/SidebarActions.stories.d.ts +5 -0
- package/dist/esm/components/stories/SidebarActions.stories.js +1 -0
- package/dist/esm/components/stories/Toast.stories.d.ts +5 -0
- package/dist/esm/components/stories/Toast.stories.js +1 -0
- package/dist/esm/components/stories/ToggleButton.stories.d.ts +5 -0
- package/dist/esm/components/stories/ToggleButton.stories.js +1 -0
- package/dist/esm/components/stories/ToggleSwitch.stories.d.ts +5 -0
- package/dist/esm/components/stories/ToggleSwitch.stories.js +1 -0
- package/dist/esm/components/stories/TouchHand.stories.d.ts +5 -0
- package/dist/esm/components/stories/TouchHand.stories.js +1 -0
- package/dist/esm/components/stories/WayInformation.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayInformation.storiesss.js +1 -0
- package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayfindingFloorSelector.storiesss.js +1 -0
- package/dist/esm/components/stories/WayfindingTemplate.storiesss.d.ts +5 -0
- package/dist/esm/components/stories/WayfindingTemplate.storiesss.js +1 -0
- package/dist/esm/constants.d.ts +39 -0
- package/dist/esm/constants.js +1 -0
- package/dist/esm/core/Line.d.ts +12 -0
- package/dist/esm/core/Line.js +1 -0
- package/dist/esm/core/Polygon.d.ts +16 -0
- package/dist/esm/core/Polygon.js +1 -0
- package/dist/esm/core/Rect.d.ts +36 -0
- package/dist/esm/core/Rect.js +1 -0
- package/dist/esm/core/Size.d.ts +7 -0
- package/dist/esm/core/Size.js +1 -0
- package/dist/esm/data/fpGeo.d.ts +31 -0
- package/dist/esm/data/fpGeo.js +1 -0
- package/dist/esm/data/index.d.ts +4 -0
- package/dist/esm/data/index.js +1 -0
- package/dist/esm/data/svg.d.ts +13 -0
- package/dist/esm/data/svg.js +1 -0
- package/dist/esm/data/tours.json +262 -0
- package/dist/esm/data/validate-data.d.ts +3 -0
- package/dist/esm/data/validate-data.js +1 -0
- package/dist/esm/floorplan.loader.d.ts +109 -0
- package/dist/esm/floorplan.loader.js +1 -0
- package/dist/esm/floorplan.ready.d.ts +88 -0
- package/dist/esm/floorplan.ready.js +1 -0
- package/dist/esm/hooks/useDragGesture.d.ts +19 -0
- package/dist/esm/hooks/useDragGesture.js +1 -0
- package/dist/esm/hooks/useURLFilters.d.ts +15 -0
- package/dist/esm/hooks/useURLFilters.js +1 -0
- package/dist/esm/hooks/useWindowSize.d.ts +5 -0
- package/dist/esm/hooks/useWindowSize.js +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/intercom/bootIntercom.d.ts +3 -0
- package/dist/esm/intercom/bootIntercom.js +19 -0
- package/dist/esm/intercom/index.d.ts +3 -0
- package/dist/esm/intercom/index.js +1 -0
- package/dist/esm/intercom/shouldLoad.d.ts +4 -0
- package/dist/esm/intercom/shouldLoad.js +1 -0
- package/dist/esm/intercom/types.d.ts +6 -0
- package/dist/esm/intercom/types.js +1 -0
- package/dist/esm/load.d.ts +14 -0
- package/dist/esm/load.js +56 -0
- package/dist/esm/locales.d.ts +24 -0
- package/dist/esm/locales.js +1 -0
- package/dist/esm/offline/constants.d.ts +5 -0
- package/dist/esm/offline/constants.js +1 -0
- package/dist/esm/offline/offlineManager.d.ts +2 -0
- package/dist/esm/offline/offlineManager.js +1 -0
- package/dist/esm/renderer/HandlerRegistry.d.ts +18 -0
- package/dist/esm/renderer/HandlerRegistry.js +1 -0
- package/dist/esm/renderer/RendererService.d.ts +31 -0
- package/dist/esm/renderer/RendererService.js +1 -0
- package/dist/esm/renderer/engine-core/animation.d.ts +7 -0
- package/dist/esm/renderer/engine-core/animation.js +1 -0
- package/dist/esm/renderer/engine-core/canvases.d.ts +5 -0
- package/dist/esm/renderer/engine-core/canvases.js +1 -0
- package/dist/esm/renderer/engine-core/defs.d.ts +21 -0
- package/dist/esm/renderer/engine-core/defs.js +3 -0
- package/dist/esm/renderer/engine-core/fonts.d.ts +9 -0
- package/dist/esm/renderer/engine-core/fonts.js +1 -0
- package/dist/esm/renderer/engine-core/settings.d.ts +4 -0
- package/dist/esm/renderer/engine-core/settings.js +1 -0
- package/dist/esm/renderer/engine-core/types.d.ts +39 -0
- package/dist/esm/renderer/engine-core/types.js +1 -0
- package/dist/esm/renderer/engine-core/update-def.d.ts +11 -0
- package/dist/esm/renderer/engine-core/update-def.js +1 -0
- package/dist/esm/renderer/engine-core/utils/rotation.d.ts +5 -0
- package/dist/esm/renderer/engine-core/utils/rotation.js +1 -0
- package/dist/esm/renderer/index.d.ts +19 -0
- package/dist/esm/renderer/index.js +1 -0
- package/dist/esm/schemas/sdk.schemas.d.ts +25 -0
- package/dist/esm/schemas/sdk.schemas.js +1 -0
- package/dist/esm/services/URLFilterManager.d.ts +24 -0
- package/dist/esm/services/URLFilterManager.js +1 -0
- package/dist/esm/services/routing.d.ts +7 -0
- package/dist/esm/services/routing.js +1 -0
- package/dist/esm/store/BaseFilterStore.d.ts +17 -0
- package/dist/esm/store/BaseFilterStore.js +1 -0
- package/dist/esm/store/BookmarksStore.d.ts +12 -0
- package/dist/esm/store/BookmarksStore.js +2 -0
- package/dist/esm/store/BoothStore.d.ts +79 -0
- package/dist/esm/store/BoothStore.js +1 -0
- package/dist/esm/store/CategoryFilterStore.d.ts +13 -0
- package/dist/esm/store/CategoryFilterStore.js +1 -0
- package/dist/esm/store/CategoryStore.d.ts +21 -0
- package/dist/esm/store/CategoryStore.js +1 -0
- package/dist/esm/store/EventStore.d.ts +56 -0
- package/dist/esm/store/EventStore.js +1 -0
- package/dist/esm/store/ExhibitorStore.d.ts +77 -0
- package/dist/esm/store/ExhibitorStore.js +1 -0
- package/dist/esm/store/FuzzySearchEngineStore.d.ts +15 -0
- package/dist/esm/store/FuzzySearchEngineStore.js +1 -0
- package/dist/esm/store/HeatmapStore.d.ts +42 -0
- package/dist/esm/store/HeatmapStore.js +1 -0
- package/dist/esm/store/LayerStore.d.ts +53 -0
- package/dist/esm/store/LayerStore.js +1 -0
- package/dist/esm/store/MaplibreStore.d.ts +21 -0
- package/dist/esm/store/MaplibreStore.js +1 -0
- package/dist/esm/store/PoiTypeStore.d.ts +8 -0
- package/dist/esm/store/PoiTypeStore.js +1 -0
- package/dist/esm/store/RootStore.d.ts +97 -0
- package/dist/esm/store/RootStore.js +1 -0
- package/dist/esm/store/RoutePlannerStore.d.ts +58 -0
- package/dist/esm/store/RoutePlannerStore.js +1 -0
- package/dist/esm/store/RouteStore.d.ts +99 -0
- package/dist/esm/store/RouteStore.js +1 -0
- package/dist/esm/store/SearchButtonsStore.d.ts +2 -0
- package/dist/esm/store/SearchButtonsStore.js +1 -0
- package/dist/esm/store/SearchStore.d.ts +75 -0
- package/dist/esm/store/SearchStore.js +1 -0
- package/dist/esm/store/SessionsFilterStore.d.ts +50 -0
- package/dist/esm/store/SessionsFilterStore.js +1 -0
- package/dist/esm/store/ShortcutProvider.d.ts +26 -0
- package/dist/esm/store/ShortcutProvider.js +1 -0
- package/dist/esm/store/ShortcutRegistry.d.ts +19 -0
- package/dist/esm/store/ShortcutRegistry.js +1 -0
- package/dist/esm/store/SpeakerFilterStore.d.ts +39 -0
- package/dist/esm/store/SpeakerFilterStore.js +1 -0
- package/dist/esm/store/SpeakerStore.d.ts +45 -0
- package/dist/esm/store/SpeakerStore.js +1 -0
- package/dist/esm/store/SubButtonProvider.d.ts +16 -0
- package/dist/esm/store/SubButtonProvider.js +1 -0
- package/dist/esm/store/SubButtonRegistry.d.ts +16 -0
- package/dist/esm/store/SubButtonRegistry.js +1 -0
- package/dist/esm/store/ToursStore.d.ts +30 -0
- package/dist/esm/store/ToursStore.js +1 -0
- package/dist/esm/store/UIState.d.ts +256 -0
- package/dist/esm/store/UIState.js +1 -0
- package/dist/esm/store/index.d.ts +12 -0
- package/dist/esm/store/index.js +1 -0
- package/dist/esm/store/init/index.d.ts +3 -0
- package/dist/esm/store/init/index.js +1 -0
- package/dist/esm/store/init/init-bookmarks.d.ts +7 -0
- package/dist/esm/store/init/init-bookmarks.js +1 -0
- package/dist/esm/store/init/init-booths.d.ts +6 -0
- package/dist/esm/store/init/init-booths.js +1 -0
- package/dist/esm/store/init/init-categories.d.ts +3 -0
- package/dist/esm/store/init/init-categories.js +1 -0
- package/dist/esm/store/init/init-events.d.ts +3 -0
- package/dist/esm/store/init/init-events.js +1 -0
- package/dist/esm/store/init/init-exhibitors.d.ts +3 -0
- package/dist/esm/store/init/init-exhibitors.js +1 -0
- package/dist/esm/store/init/init-heatmap.d.ts +3 -0
- package/dist/esm/store/init/init-heatmap.js +1 -0
- package/dist/esm/store/init/init-layers.d.ts +8 -0
- package/dist/esm/store/init/init-layers.js +1 -0
- package/dist/esm/store/init/init-poiTypes.d.ts +3 -0
- package/dist/esm/store/init/init-poiTypes.js +1 -0
- package/dist/esm/store/init/init-speakers.d.ts +3 -0
- package/dist/esm/store/init/init-speakers.js +1 -0
- package/dist/esm/store/init/init-ui.d.ts +4 -0
- package/dist/esm/store/init/init-ui.js +5 -0
- package/dist/esm/store/providers/SearchShortcutProvider.d.ts +14 -0
- package/dist/esm/store/providers/SearchShortcutProvider.js +1 -0
- package/dist/esm/store/providers/SessionsShortcutProvider.d.ts +18 -0
- package/dist/esm/store/providers/SessionsShortcutProvider.js +1 -0
- package/dist/esm/store/providers/SessionsSubButtonProvider.d.ts +15 -0
- package/dist/esm/store/providers/SessionsSubButtonProvider.js +1 -0
- package/dist/esm/store/providers/SpeakerShortcutProvider.d.ts +12 -0
- package/dist/esm/store/providers/SpeakerShortcutProvider.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsActions.d.ts +33 -0
- package/dist/esm/store/search-buttons/SearchButtonsActions.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsFactory.d.ts +36 -0
- package/dist/esm/store/search-buttons/SearchButtonsFactory.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsFilters.d.ts +20 -0
- package/dist/esm/store/search-buttons/SearchButtonsFilters.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsState.d.ts +24 -0
- package/dist/esm/store/search-buttons/SearchButtonsState.js +1 -0
- package/dist/esm/store/search-buttons/SearchButtonsStore.d.ts +58 -0
- package/dist/esm/store/search-buttons/SearchButtonsStore.js +1 -0
- package/dist/esm/store/search-buttons/constants.d.ts +24 -0
- package/dist/esm/store/search-buttons/constants.js +1 -0
- package/dist/esm/store/search-buttons/index.d.ts +8 -0
- package/dist/esm/store/search-buttons/index.js +1 -0
- package/dist/esm/store/search-buttons/utils.d.ts +6 -0
- package/dist/esm/store/search-buttons/utils.js +1 -0
- package/dist/esm/store/types.d.ts +185 -0
- package/dist/esm/store/types.js +1 -0
- package/dist/esm/storybook/contexts/ResponsiveClassContext.d.ts +3 -0
- package/dist/esm/storybook/contexts/ResponsiveClassContext.js +1 -0
- package/dist/esm/storybook/decorators/StoryWrapper.d.ts +5 -0
- package/dist/esm/storybook/decorators/StoryWrapper.js +1 -0
- package/dist/esm/storybook/decorators/WithResize.d.ts +3 -0
- package/dist/esm/storybook/decorators/WithResize.js +1 -0
- package/dist/esm/storybook/store/index.stub.d.ts +20 -0
- package/dist/esm/storybook/store/index.stub.js +1 -0
- package/dist/esm/tools/Color.d.ts +2 -0
- package/dist/esm/tools/Color.js +1 -0
- package/dist/esm/tools/base-runtime-url.d.ts +3 -0
- package/dist/esm/tools/base-runtime-url.js +1 -0
- package/dist/esm/tools/debounce.d.ts +2 -0
- package/dist/esm/tools/debounce.js +1 -0
- package/dist/esm/tools/debugCanvases.d.ts +3 -0
- package/dist/esm/tools/debugCanvases.js +1 -0
- package/dist/esm/tools/expofpUrl.d.ts +7 -0
- package/dist/esm/tools/expofpUrl.js +1 -0
- package/dist/esm/tools/freeBanner.d.ts +5 -0
- package/dist/esm/tools/freeBanner.js +1 -0
- package/dist/esm/tools/gtag.d.ts +30 -0
- package/dist/esm/tools/gtag.js +1 -0
- package/dist/esm/tools/handleDebugMode.d.ts +2 -0
- package/dist/esm/tools/handleDebugMode.js +1 -0
- package/dist/esm/tools/id.d.ts +2 -0
- package/dist/esm/tools/id.js +1 -0
- package/dist/esm/tools/loaders.d.ts +7 -0
- package/dist/esm/tools/loaders.js +1 -0
- package/dist/esm/tools/logger.d.ts +38 -0
- package/dist/esm/tools/logger.js +1 -0
- package/dist/esm/tools/rebookingUrl.d.ts +11 -0
- package/dist/esm/tools/rebookingUrl.js +1 -0
- package/dist/esm/tools/report-error.d.ts +2 -0
- package/dist/esm/tools/report-error.js +3 -0
- package/dist/esm/tools/reset.d.ts +2 -0
- package/dist/esm/tools/reset.js +1 -0
- package/dist/esm/tools/sentry.d.ts +7 -0
- package/dist/esm/tools/sentry.js +1 -0
- package/dist/esm/tools/settings.d.ts +31 -0
- package/dist/esm/tools/settings.js +1 -0
- package/dist/esm/tools/slug.d.ts +2 -0
- package/dist/esm/tools/slug.js +1 -0
- package/dist/esm/tools/telemetry.d.ts +35 -0
- package/dist/esm/tools/telemetry.js +1 -0
- package/dist/esm/tools/track-event.d.ts +4 -0
- package/dist/esm/tools/track-event.js +1 -0
- package/dist/esm/tools/webgl-logger.d.ts +2 -0
- package/dist/esm/tools/webgl-logger.js +1 -0
- package/dist/esm/types/sdk.types.d.ts +49 -0
- package/dist/esm/types/sdk.types.js +1 -0
- package/dist/esm/types.d.ts +361 -0
- package/dist/esm/types.js +1 -0
- package/dist/esm/utils/_OLD_gpu-info.d.ts +6 -0
- package/dist/esm/utils/_OLD_gpu-info.js +1 -0
- package/dist/esm/utils/_OLD_should-use-backdrop.d.ts +3 -0
- package/dist/esm/utils/_OLD_should-use-backdrop.js +1 -0
- package/dist/esm/utils/areLayersEnabled.d.ts +2 -0
- package/dist/esm/utils/areLayersEnabled.js +1 -0
- package/dist/esm/utils/browser.d.ts +4 -0
- package/dist/esm/utils/browser.js +1 -0
- package/dist/esm/utils/buildOptimizedRoute.d.ts +11 -0
- package/dist/esm/utils/buildOptimizedRoute.js +1 -0
- package/dist/esm/utils/calcSpeed.d.ts +2 -0
- package/dist/esm/utils/calcSpeed.js +1 -0
- package/dist/esm/utils/calcTravelTime.d.ts +2 -0
- package/dist/esm/utils/calcTravelTime.js +1 -0
- package/dist/esm/utils/customCommands.d.ts +2 -0
- package/dist/esm/utils/customCommands.js +1 -0
- package/dist/esm/utils/detectLimitedModeViaImage.d.ts +2 -0
- package/dist/esm/utils/detectLimitedModeViaImage.js +1 -0
- package/dist/esm/utils/dimming.d.ts +16 -0
- package/dist/esm/utils/dimming.js +1 -0
- package/dist/esm/utils/entity-storage.d.ts +14 -0
- package/dist/esm/utils/entity-storage.js +1 -0
- package/dist/esm/utils/eventFullBadge.d.ts +3 -0
- package/dist/esm/utils/eventFullBadge.js +1 -0
- package/dist/esm/utils/eventTime.d.ts +14 -0
- package/dist/esm/utils/eventTime.js +1 -0
- package/dist/esm/utils/extractMetaFromString.d.ts +5 -0
- package/dist/esm/utils/extractMetaFromString.js +1 -0
- package/dist/esm/utils/geometry.d.ts +2 -0
- package/dist/esm/utils/geometry.js +1 -0
- package/dist/esm/utils/getContrastTextColor.d.ts +2 -0
- package/dist/esm/utils/getContrastTextColor.js +1 -0
- package/dist/esm/utils/getLogoUrl.d.ts +2 -0
- package/dist/esm/utils/getLogoUrl.js +1 -0
- package/dist/esm/utils/getMostFrequent.d.ts +2 -0
- package/dist/esm/utils/getMostFrequent.js +1 -0
- package/dist/esm/utils/getRenderTargetFromRoot.d.ts +2 -0
- package/dist/esm/utils/getRenderTargetFromRoot.js +1 -0
- package/dist/esm/utils/gps.d.ts +33 -0
- package/dist/esm/utils/gps.js +1 -0
- package/dist/esm/utils/i18n.d.ts +9 -0
- package/dist/esm/utils/i18n.js +1 -0
- package/dist/esm/utils/imageloader.d.ts +17 -0
- package/dist/esm/utils/imageloader.js +1 -0
- package/dist/esm/utils/index.d.ts +10 -0
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/is-debug.d.ts +11 -0
- package/dist/esm/utils/is-debug.js +1 -0
- package/dist/esm/utils/is-from-designer.d.ts +3 -0
- package/dist/esm/utils/is-from-designer.js +1 -0
- package/dist/esm/utils/is-iframe.d.ts +3 -0
- package/dist/esm/utils/is-iframe.js +1 -0
- package/dist/esm/utils/is-localhost.d.ts +3 -0
- package/dist/esm/utils/is-localhost.js +1 -0
- package/dist/esm/utils/is-mac.d.ts +3 -0
- package/dist/esm/utils/is-mac.js +1 -0
- package/dist/esm/utils/is-mobile.d.ts +3 -0
- package/dist/esm/utils/is-mobile.js +1 -0
- package/dist/esm/utils/is-scroll-ugly.d.ts +3 -0
- package/dist/esm/utils/is-scroll-ugly.js +3 -0
- package/dist/esm/utils/is-webview.d.ts +3 -0
- package/dist/esm/utils/is-webview.js +1 -0
- package/dist/esm/utils/loadCustomCss.d.ts +3 -0
- package/dist/esm/utils/loadCustomCss.js +1 -0
- package/dist/esm/utils/loadIcons.d.ts +3 -0
- package/dist/esm/utils/loadIcons.js +1 -0
- package/dist/esm/utils/loadImage.d.ts +2 -0
- package/dist/esm/utils/loadImage.js +1 -0
- package/dist/esm/utils/loadImagesInBatches.d.ts +7 -0
- package/dist/esm/utils/loadImagesInBatches.js +1 -0
- package/dist/esm/utils/localStorage.d.ts +2 -0
- package/dist/esm/utils/localStorage.js +1 -0
- package/dist/esm/utils/lz-utils.d.ts +8 -0
- package/dist/esm/utils/lz-utils.js +1 -0
- package/dist/esm/utils/mapEntity.d.ts +2 -0
- package/dist/esm/utils/mapEntity.js +1 -0
- package/dist/esm/utils/math.d.ts +7 -0
- package/dist/esm/utils/math.js +1 -0
- package/dist/esm/utils/mergeExhibitors.d.ts +3 -0
- package/dist/esm/utils/mergeExhibitors.js +1 -0
- package/dist/esm/utils/mobx.d.ts +6 -0
- package/dist/esm/utils/mobx.js +1 -0
- package/dist/esm/utils/preview-exhibitor.d.ts +4 -0
- package/dist/esm/utils/preview-exhibitor.js +1 -0
- package/dist/esm/utils/responsiveClass.d.ts +2 -0
- package/dist/esm/utils/responsiveClass.js +1 -0
- package/dist/esm/utils/rtl.d.ts +2 -0
- package/dist/esm/utils/rtl.js +1 -0
- package/dist/esm/utils/sanitizeHtml.d.ts +3 -0
- package/dist/esm/utils/sanitizeHtml.js +1 -0
- package/dist/esm/utils/sanitizeText.d.ts +9 -0
- package/dist/esm/utils/sanitizeText.js +1 -0
- package/dist/esm/utils/shortenName.d.ts +2 -0
- package/dist/esm/utils/shortenName.js +1 -0
- package/dist/esm/utils/silence-mobx-react-lite-warning.d.ts +1 -0
- package/dist/esm/utils/silence-mobx-react-lite-warning.js +1 -0
- package/dist/esm/utils/strEqual.d.ts +2 -0
- package/dist/esm/utils/strEqual.js +1 -0
- package/dist/esm/utils/urlEncoding.d.ts +7 -0
- package/dist/esm/utils/urlEncoding.js +1 -0
- package/dist/esm/utils/use-shadow.d.ts +3 -0
- package/dist/esm/utils/use-shadow.js +1 -0
- package/dist/esm/utils/useHeatmapData.d.ts +10 -0
- package/dist/esm/utils/useHeatmapData.js +1 -0
- package/dist/esm/utils/useHeatmapOverlay.d.ts +8 -0
- package/dist/esm/utils/useHeatmapOverlay.js +1 -0
- package/dist/esm/utils/useOnClickOutside.d.ts +3 -0
- package/dist/esm/utils/useOnClickOutside.js +1 -0
- package/dist/esm/utils/useRenderTarget.d.ts +2 -0
- package/dist/esm/utils/useRenderTarget.js +1 -0
- package/dist/esm/utils/useTimeout.d.ts +2 -0
- package/dist/esm/utils/useTimeout.js +1 -0
- package/dist/esm/utils/yah.d.ts +8 -0
- package/dist/esm/utils/yah.js +1 -0
- package/dist/esm/utils/yah_icon.d.ts +6 -0
- package/dist/esm/utils/yah_icon.js +1 -0
- package/dist/esm/wayfinding/_PLAN-public-api.d.ts +220 -0
- package/dist/esm/wayfinding/_PLAN-public-api.js +1 -0
- package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.d.ts +27 -0
- package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.js +1 -0
- package/dist/esm/wayfinding/__tests__/helpers.d.ts +21 -0
- package/dist/esm/wayfinding/__tests__/helpers.js +1 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.d.ts +12 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.js +1 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.d.ts +3 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.js +1 -0
- package/dist/esm/wayfinding/graph/buildGraph.d.ts +3 -0
- package/dist/esm/wayfinding/graph/buildGraph.js +1 -0
- package/dist/esm/wayfinding/graph/buildNGraph.d.ts +9 -0
- package/dist/esm/wayfinding/graph/buildNGraph.js +1 -0
- package/dist/esm/wayfinding/graph/constants.d.ts +3 -0
- package/dist/esm/wayfinding/graph/constants.js +1 -0
- package/dist/esm/wayfinding/graph/findShortestPath.d.ts +14 -0
- package/dist/esm/wayfinding/graph/findShortestPath.js +1 -0
- package/dist/esm/wayfinding/graph/graphCache.d.ts +6 -0
- package/dist/esm/wayfinding/graph/graphCache.js +1 -0
- package/dist/esm/wayfinding/graph/graphHelpers.d.ts +8 -0
- package/dist/esm/wayfinding/graph/graphHelpers.js +1 -0
- package/dist/esm/wayfinding/graph/linkCost.d.ts +4 -0
- package/dist/esm/wayfinding/graph/linkCost.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.d.ts +3 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.d.ts +9 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.js +1 -0
- package/dist/esm/wayfinding/index.d.ts +18 -0
- package/dist/esm/wayfinding/index.js +1 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.d.ts +31 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.js +1 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.d.ts +19 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.js +1 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.d.ts +16 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.js +1 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.d.ts +11 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.js +1 -0
- package/dist/esm/wayfinding/routing/buildRoute.d.ts +9 -0
- package/dist/esm/wayfinding/routing/buildRoute.js +1 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.d.ts +21 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.js +1 -0
- package/dist/esm/wayfinding/routing/getGraphLines.d.ts +14 -0
- package/dist/esm/wayfinding/routing/getGraphLines.js +1 -0
- package/dist/esm/wayfinding/routing/getRouteLength.d.ts +3 -0
- package/dist/esm/wayfinding/routing/getRouteLength.js +1 -0
- package/dist/esm/wayfinding/routing/routeResult.d.ts +4 -0
- package/dist/esm/wayfinding/routing/routeResult.js +1 -0
- package/dist/esm/wayfinding/types.d.ts +76 -0
- package/dist/esm/wayfinding/types.js +1 -0
- package/package.json +107 -0
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
{
|
|
2
|
+
"A link to edit profile was sent to {{email}}": "编辑配置文件的链接已发送至 {{email}}",
|
|
3
|
+
"Accessible": "可访问的",
|
|
4
|
+
"Bookmarks": "书签",
|
|
5
|
+
"Buy": "购买",
|
|
6
|
+
"Categories": "类别",
|
|
7
|
+
"Category": "类别",
|
|
8
|
+
"Choose destination point": "选择目的地点",
|
|
9
|
+
"Choose starting point": "选择起点",
|
|
10
|
+
"Close": "关闭",
|
|
11
|
+
"Create a free floor plan at": "要创建自己的平面布置图,请访问",
|
|
12
|
+
"Directions": "路线",
|
|
13
|
+
"Dismiss": "取消",
|
|
14
|
+
"Download PDF": "下载PDF",
|
|
15
|
+
"Edit": "编辑",
|
|
16
|
+
"Error sending login instructions": "发送登录说明时出错",
|
|
17
|
+
"Event Home": "活动首页",
|
|
18
|
+
"Exhibitors": "参展商",
|
|
19
|
+
"Find your location": "查找您的位置",
|
|
20
|
+
"Fit to screen": "适应屏幕",
|
|
21
|
+
"Get your free floor plan at": "要获取您的免费平面布置图,请访问",
|
|
22
|
+
"Language": "语言",
|
|
23
|
+
"Layers": "层",
|
|
24
|
+
"Link copied to clipboard": "链接已复制到剪贴板",
|
|
25
|
+
"Made with ExpoFP": "使用ExpoFP制作",
|
|
26
|
+
"Next slide": "下一张幻灯片",
|
|
27
|
+
"On Hold": "保留中",
|
|
28
|
+
"Open it on another device to import bookmarks": "请在另一设备上将其打开以导入书签",
|
|
29
|
+
"Prev slide": "上一张幻灯片",
|
|
30
|
+
"Price": "价格",
|
|
31
|
+
"Register to Attend": "注册以参加",
|
|
32
|
+
"Reserve": "预订",
|
|
33
|
+
"Reserved": "已预订",
|
|
34
|
+
"Search": "搜索",
|
|
35
|
+
"Search {{boothTerm}}": "搜索 {{boothTerm}}",
|
|
36
|
+
"Send login instructions to {{email}} to edit profile?": "发送登录说明至 {{email}} 以编辑配置文件?",
|
|
37
|
+
"Size": "尺寸",
|
|
38
|
+
"Show More": "显示更多",
|
|
39
|
+
"View switch": "视图切换",
|
|
40
|
+
"Zoom In": "放大",
|
|
41
|
+
"Zoom Out": "缩小",
|
|
42
|
+
"{{boothTerm}} Type": "{{boothTerm}} 类型",
|
|
43
|
+
"Cookie Consent": "Cookie 同意",
|
|
44
|
+
"We use cookies for analytics only": "我们仅将 Cookie 用于分析",
|
|
45
|
+
"Read More": "阅读更多",
|
|
46
|
+
"Accept cookies": "接受 Cookie",
|
|
47
|
+
"Reject": "拒绝",
|
|
48
|
+
"Scan to see route on your phone": "扫描以在手机上查看路线",
|
|
49
|
+
"Map controls": "地图控件",
|
|
50
|
+
"Main menu": "主菜单",
|
|
51
|
+
"Go back": "返回",
|
|
52
|
+
"Floor": "楼层",
|
|
53
|
+
"Current Floor": "当前楼层",
|
|
54
|
+
"Share": "分享",
|
|
55
|
+
"Remove from Bookmarks": "从书签中移除",
|
|
56
|
+
"Save to Bookmarks": "保存到书签",
|
|
57
|
+
"Visited": "已访问",
|
|
58
|
+
"Not visited": "未访问",
|
|
59
|
+
"Show Less": "显示较少",
|
|
60
|
+
"or copy link": "或复制链接",
|
|
61
|
+
"Copy link to clipboard": "复制链接到剪贴板",
|
|
62
|
+
"Copied": "已复制",
|
|
63
|
+
"Copy": "复制",
|
|
64
|
+
"Changes saved": "更改已保存",
|
|
65
|
+
"Oops! Something went wrong": "哎呀!出现了问题",
|
|
66
|
+
"Exhibitor Video": "参展商视频",
|
|
67
|
+
"Read how to optimize it": "阅读如何优化它",
|
|
68
|
+
"View Map on Phone": "在手机上查看地图",
|
|
69
|
+
"Review Cookie Consent": "查看 Cookie 同意",
|
|
70
|
+
"Choose Rebooking offer": "选择重新预订的优惠",
|
|
71
|
+
"Note": "备注",
|
|
72
|
+
"Save note": "保存备注",
|
|
73
|
+
"Unasked": "未提问",
|
|
74
|
+
"Accepted": "已接受",
|
|
75
|
+
"Rejected": "已拒绝",
|
|
76
|
+
"Undecided": "未决定",
|
|
77
|
+
"Travel time": "旅行时间",
|
|
78
|
+
"Distance": "距离",
|
|
79
|
+
"Est arrival": "预计到达",
|
|
80
|
+
"Route not found": "未找到路线",
|
|
81
|
+
"Oops, nothing found": "哎呀,什么也没找到",
|
|
82
|
+
"Sessions": "日程",
|
|
83
|
+
"No events found. Try adjusting your filters.": "未找到活动。尝试调整筛选条件。",
|
|
84
|
+
"No events found": "未找到活动",
|
|
85
|
+
"Sessions Filters": "日程筛选器",
|
|
86
|
+
"Apply": "应用",
|
|
87
|
+
"Clear all": "清除全部",
|
|
88
|
+
"Date": "日期",
|
|
89
|
+
"All dates": "所有日期",
|
|
90
|
+
"Today": "今天",
|
|
91
|
+
"Tomorrow": "明天",
|
|
92
|
+
"Sort order": "排序顺序",
|
|
93
|
+
"Earliest first": "最早优先",
|
|
94
|
+
"Latest first": "最新优先",
|
|
95
|
+
"Additional settings": "其他设置",
|
|
96
|
+
"Show time in 24h format": "以24小时格式显示时间",
|
|
97
|
+
"Afternoon": "下午",
|
|
98
|
+
"All times": "所有时间",
|
|
99
|
+
"Midday": "中午",
|
|
100
|
+
"Morning": "早上",
|
|
101
|
+
"Past": "过去",
|
|
102
|
+
"Session time": "会话时间",
|
|
103
|
+
"and {{moreCount}} more": "以及另外 {{moreCount}} 个",
|
|
104
|
+
"Show your position on the map": "在地图上显示你的位置",
|
|
105
|
+
"Allow compass access": "允许访问指南针",
|
|
106
|
+
"Not now": "现在不要",
|
|
107
|
+
"To display your current position and orient the map around you, we’ll ask for permission to access your device orientation": "为了显示你当前的位置并以你为中心调整地图,我们需要请求访问你的设备方向信息的权限。",
|
|
108
|
+
"Bookmarks route": "书签路线",
|
|
109
|
+
"{{count}} stops": "{{count}} 个站点",
|
|
110
|
+
"From {{name}}": "从 {{name}}",
|
|
111
|
+
"Add stops to build a route": "添加站点以构建路线",
|
|
112
|
+
"Select starting point": "选择起点",
|
|
113
|
+
"Now": "现在",
|
|
114
|
+
"Ongoing": "进行中",
|
|
115
|
+
"{{count}} visited bookmarks excluded": "已排除 {{count}} 个已访问的收藏",
|
|
116
|
+
"< 1 min": "< 1 分钟",
|
|
117
|
+
"~ {{n}} min": "~ {{n}} 分钟",
|
|
118
|
+
"Clear search": "清除搜索",
|
|
119
|
+
"Details": "详情",
|
|
120
|
+
"Error loading Guided Tours": "加载导览时出错",
|
|
121
|
+
"Filter": "筛选",
|
|
122
|
+
"Find Categories...": "查找类别...",
|
|
123
|
+
"Find Companies...": "查找公司...",
|
|
124
|
+
"Find values greater than": "查找大于的值",
|
|
125
|
+
"Find Sessions...": "查找会议...",
|
|
126
|
+
"Guided Tours": "导览",
|
|
127
|
+
"List": "列表",
|
|
128
|
+
"Map": "地图",
|
|
129
|
+
"Menu": "菜单",
|
|
130
|
+
"Multi-point route": "多点路线",
|
|
131
|
+
"No bookmarked events found. Try adjusting your filters.": "未找到收藏的活动。请尝试调整筛选条件",
|
|
132
|
+
"No Guided Tours available for": "没有可用的导览:",
|
|
133
|
+
"No Guided Tours found": "未找到导览",
|
|
134
|
+
"No Guided Tours found matching your search": "未找到与您搜索匹配的导览",
|
|
135
|
+
"No speakers found": "未找到演讲者",
|
|
136
|
+
"No speakers found. Try adjusting your filters.": "未找到演讲者。请尝试调整筛选条件",
|
|
137
|
+
"Open filters": "打开筛选",
|
|
138
|
+
"Past Sessions": "过往会议",
|
|
139
|
+
"QR code to open the route on your phone": "扫描二维码在手机上打开路线",
|
|
140
|
+
"Read more about cookie usage in a new tab": "在新标签页中阅读更多关于Cookie使用的信息",
|
|
141
|
+
"Route planner": "路线规划器",
|
|
142
|
+
"Save rebooking note": "保存重新预订备注",
|
|
143
|
+
"Search exhibitors": "搜索参展商",
|
|
144
|
+
"Search Guided Tours": "搜索导览",
|
|
145
|
+
"Search sessions": "搜索会议",
|
|
146
|
+
"Search speakers": "搜索演讲者",
|
|
147
|
+
"Search...": "搜索...",
|
|
148
|
+
"Select all": "全选",
|
|
149
|
+
"Select another event": "选择其他活动",
|
|
150
|
+
"selected": "已选择",
|
|
151
|
+
"Show All Exhibitors": "显示所有参展商",
|
|
152
|
+
"Show bookmarks only": "仅显示收藏",
|
|
153
|
+
"Sidebar Actions": "侧边栏操作",
|
|
154
|
+
"Speaker Filters": "演讲者筛选",
|
|
155
|
+
"Speaker not found": "未找到演讲者",
|
|
156
|
+
"Speakers": "演讲者",
|
|
157
|
+
"LIVE": "直播中",
|
|
158
|
+
"UPCOMING": "即将开始",
|
|
159
|
+
"PAST": "已结束",
|
|
160
|
+
"3D view is hidden": "3D 视图已隐藏",
|
|
161
|
+
"Cancel": "取消",
|
|
162
|
+
"Change language to {{language}}": "将语言更改为 {{language}}",
|
|
163
|
+
"Close alert": "关闭提醒",
|
|
164
|
+
"Decrease": "减少",
|
|
165
|
+
"Delete": "删除",
|
|
166
|
+
"Delete kiosk": "删除自助机",
|
|
167
|
+
"Delete kiosk?": "删除自助机吗?",
|
|
168
|
+
"Direct link to {{title}}": "直接链接到 {{title}}",
|
|
169
|
+
"Download {{fileName}}": "下载 {{fileName}}",
|
|
170
|
+
"Drag and Drop Icon": "拖放图标",
|
|
171
|
+
"EVENT IS FULL": "活动已满员",
|
|
172
|
+
"Featured": "推荐",
|
|
173
|
+
"Floor selection": "楼层选择",
|
|
174
|
+
"Floor {{name}}": "{{name}} 层",
|
|
175
|
+
"Hall": "展厅",
|
|
176
|
+
"Heatmap intensity scale": "热力图强度比例",
|
|
177
|
+
"Icon rotation": "图标旋转",
|
|
178
|
+
"Icon size": "图标大小",
|
|
179
|
+
"Increase": "增加",
|
|
180
|
+
"Keep editing": "继续编辑",
|
|
181
|
+
"Leave": "离开",
|
|
182
|
+
"Leave without saving?": "不保存并离开?",
|
|
183
|
+
"Level": "层级",
|
|
184
|
+
"No content": "无内容",
|
|
185
|
+
"No items to show": "无项目可显示",
|
|
186
|
+
"No options": "无选项",
|
|
187
|
+
"Reset filter": "重置筛选器",
|
|
188
|
+
"Save": "保存",
|
|
189
|
+
"Set Kiosk": "设置自助机",
|
|
190
|
+
"Share {{title}} on Facebook": "在 Facebook 上分享 {{title}}",
|
|
191
|
+
"Share {{title}} on LinkedIn": "在 LinkedIn 上分享 {{title}}",
|
|
192
|
+
"Share {{title}} on X.com": "在 X.com 上分享 {{title}}",
|
|
193
|
+
"Show #{{count}}# Matching Exhibitors": "显示 #{{count}}# 个匹配的参展商",
|
|
194
|
+
"Show detailed route steps": "显示详细路线步骤",
|
|
195
|
+
"This floor plan is too big": "此楼层平面图太大",
|
|
196
|
+
"UI scale": "界面缩放",
|
|
197
|
+
"Zoom and rotate the map before saving.": "保存前缩放和旋转地图。",
|
|
198
|
+
"Tap to set or move kiosk.": "点击以放置或移动自助机。",
|
|
199
|
+
"You have changes that ": "您有更改,它们",
|
|
200
|
+
"haven't been saved.": "尚未保存。",
|
|
201
|
+
"Tap to ": "点击以",
|
|
202
|
+
"set or move": "放置或移动",
|
|
203
|
+
" kiosk.": "自助机。",
|
|
204
|
+
"Zoom and rotate": "缩放和旋转",
|
|
205
|
+
" the map before saving.": "地图,然后保存。",
|
|
206
|
+
"Are you sure you want to ": "您确定要",
|
|
207
|
+
"delete this kiosk?": "删除此自助机吗?",
|
|
208
|
+
"Deleted": "已删除",
|
|
209
|
+
"Kiosk not visible": "自助机不可见",
|
|
210
|
+
"Saved": "已保存"
|
|
211
|
+
}
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/stats-gl@3.8.0_three@0.174.0/node_modules/stats-gl/dist/panel.js
|
|
2
|
+
(function() {
|
|
3
|
+
try {
|
|
4
|
+
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
5
|
+
e.SENTRY_RELEASE = { id: "0.0.0-experimental.d269d30" };
|
|
6
|
+
var t = new e.Error().stack;
|
|
7
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "a5190037-4ae1-4b9d-9ef7-d38ebd0da919", e._sentryDebugIdIdentifier = "sentry-dbid-a5190037-4ae1-4b9d-9ef7-d38ebd0da919");
|
|
8
|
+
} catch {}
|
|
9
|
+
})();
|
|
10
|
+
var e = class {
|
|
11
|
+
constructor(e, t, n) {
|
|
12
|
+
this.id = 0, this.name = e, this.fg = t, this.bg = n, this.gradient = null, this.PR = Math.round(window.devicePixelRatio || 1), this.WIDTH = 90 * this.PR, this.HEIGHT = 48 * this.PR, this.TEXT_X = 3 * this.PR, this.TEXT_Y = 2 * this.PR, this.GRAPH_X = 3 * this.PR, this.GRAPH_Y = 15 * this.PR, this.GRAPH_WIDTH = 84 * this.PR, this.GRAPH_HEIGHT = 30 * this.PR, this.canvas = document.createElement("canvas"), this.canvas.width = this.WIDTH, this.canvas.height = this.HEIGHT, this.canvas.style.width = "90px", this.canvas.style.height = "48px", this.canvas.style.position = "absolute", this.canvas.style.cssText = "width:90px;height:48px;background-color: transparent !important;", this.context = this.canvas.getContext("2d"), this.initializeCanvas();
|
|
13
|
+
}
|
|
14
|
+
createGradient() {
|
|
15
|
+
if (!this.context) throw Error("No context");
|
|
16
|
+
let e = this.context.createLinearGradient(0, this.GRAPH_Y, 0, this.GRAPH_Y + this.GRAPH_HEIGHT), t, n = this.fg;
|
|
17
|
+
switch (this.fg.toLowerCase()) {
|
|
18
|
+
case "#0ff":
|
|
19
|
+
t = "#006666";
|
|
20
|
+
break;
|
|
21
|
+
case "#0f0":
|
|
22
|
+
t = "#006600";
|
|
23
|
+
break;
|
|
24
|
+
case "#ff0":
|
|
25
|
+
t = "#666600";
|
|
26
|
+
break;
|
|
27
|
+
case "#e1e1e1":
|
|
28
|
+
t = "#666666";
|
|
29
|
+
break;
|
|
30
|
+
default:
|
|
31
|
+
t = this.bg;
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
return e.addColorStop(0, t), e.addColorStop(1, n), e;
|
|
35
|
+
}
|
|
36
|
+
initializeCanvas() {
|
|
37
|
+
this.context && (this.context.imageSmoothingEnabled = !1, this.context.font = "bold " + 9 * this.PR + "px Helvetica,Arial,sans-serif", this.context.textBaseline = "top", this.gradient = this.createGradient(), this.context.fillStyle = this.bg, this.context.fillRect(0, 0, this.WIDTH, this.HEIGHT), this.context.fillStyle = this.fg, this.context.fillText(this.name, this.TEXT_X, this.TEXT_Y), this.context.fillStyle = this.bg, this.context.globalAlpha = .9, this.context.fillRect(this.GRAPH_X, this.GRAPH_Y, this.GRAPH_WIDTH, this.GRAPH_HEIGHT));
|
|
38
|
+
}
|
|
39
|
+
update(e, t, n = 0) {
|
|
40
|
+
if (!this.context || !this.gradient) return;
|
|
41
|
+
let r = Math.min(Infinity, e), i = Math.max(t, e);
|
|
42
|
+
this.context.globalAlpha = 1, this.context.fillStyle = this.bg, this.context.fillRect(0, 0, this.WIDTH, this.GRAPH_Y), this.context.fillStyle = this.fg, this.context.fillText(`${e.toFixed(n)} ${this.name} (${r.toFixed(n)}-${parseFloat(i.toFixed(n))})`, this.TEXT_X, this.TEXT_Y);
|
|
43
|
+
}
|
|
44
|
+
updateGraph(e, t) {
|
|
45
|
+
if (!this.context || !this.gradient) return;
|
|
46
|
+
e === 0 && t === 0 && (t = 1), t = Math.max(t, e, .1), e = Math.max(e, 0);
|
|
47
|
+
let n = Math.round(this.GRAPH_X), r = Math.round(this.GRAPH_Y), i = Math.round(this.GRAPH_WIDTH), a = Math.round(this.GRAPH_HEIGHT), o = Math.round(this.PR);
|
|
48
|
+
this.context.drawImage(this.canvas, n + o, r, i - o, a, n, r, i - o, a), this.context.fillStyle = this.bg, this.context.fillRect(n + i - o, r, o, a);
|
|
49
|
+
let s = Math.min(a, Math.round(e / t * a));
|
|
50
|
+
s > 0 && (this.context.globalAlpha = .9, this.context.fillStyle = this.gradient, this.context.fillRect(n + i - o, r + (a - s), o, s)), this.context.globalAlpha = 1;
|
|
51
|
+
}
|
|
52
|
+
}, t = class extends e {
|
|
53
|
+
constructor(e, t, n) {
|
|
54
|
+
super(e, t, n), this.vsyncValue = 0, this.SMALL_HEIGHT = 9 * this.PR, this.HEIGHT = this.SMALL_HEIGHT, this.WIDTH = 35 * this.PR, this.TEXT_Y = 0 * this.PR, this.canvas.height = this.HEIGHT, this.canvas.width = this.WIDTH, this.canvas.style.height = "9px", this.canvas.style.width = "35px", this.canvas.style.cssText = "\n width: 35px;\n height: 9px;\n position: absolute;\n top: 0;\n left: 0;\n background-color: transparent !important;\n pointer-events: none;\n ", this.initializeCanvas();
|
|
55
|
+
}
|
|
56
|
+
initializeCanvas() {
|
|
57
|
+
this.context && (this.context.imageSmoothingEnabled = !1, this.context.font = "bold " + 9 * this.PR + "px Helvetica,Arial,sans-serif", this.context.textBaseline = "top", this.context.globalAlpha = 1);
|
|
58
|
+
}
|
|
59
|
+
update(e, t, n = 0) {
|
|
60
|
+
this.context && (this.vsyncValue = e, this.context.clearRect(0, 0, this.WIDTH, this.HEIGHT), this.context.globalAlpha = 1, this.context.fillStyle = this.bg, this.context.fillText(`${e.toFixed(0)}Hz`, this.TEXT_X, this.TEXT_Y));
|
|
61
|
+
}
|
|
62
|
+
updateGraph(e, t) {}
|
|
63
|
+
setOffset(e, t) {
|
|
64
|
+
this.canvas.style.transform = `translate(${e}px, ${t}px)`;
|
|
65
|
+
}
|
|
66
|
+
}, n = class e {
|
|
67
|
+
constructor({ trackGPU: n = !1, trackCPT: r = !1, trackHz: i = !1, trackFPS: a = !0, logsPerSecond: o = 4, graphsPerSecond: s = 30, samplesLog: c = 40, samplesGraph: l = 10, precision: u = 2, minimal: d = !1, horizontal: f = !0, mode: p = 0 } = {}) {
|
|
68
|
+
this.gl = null, this.ext = null, this.activeQuery = null, this.gpuQueries = [], this.threeRendererPatched = !1, this.frameTimes = [], this.renderCount = 0, this.totalCpuDuration = 0, this.totalGpuDuration = 0, this.totalGpuDurationCompute = 0, this.fpsPanel = null, this.msPanel = null, this.gpuPanel = null, this.gpuPanelCompute = null, this.vsyncPanel = null, this.averageFps = {
|
|
69
|
+
logs: [],
|
|
70
|
+
graph: []
|
|
71
|
+
}, this.averageCpu = {
|
|
72
|
+
logs: [],
|
|
73
|
+
graph: []
|
|
74
|
+
}, this.averageGpu = {
|
|
75
|
+
logs: [],
|
|
76
|
+
graph: []
|
|
77
|
+
}, this.averageGpuCompute = {
|
|
78
|
+
logs: [],
|
|
79
|
+
graph: []
|
|
80
|
+
}, this.updateCounter = 0, this.lastMin = {}, this.lastMax = {}, this.lastValue = {}, this.VSYNC_RATES = [
|
|
81
|
+
{
|
|
82
|
+
refreshRate: 60,
|
|
83
|
+
frameTime: 16.67
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
refreshRate: 75,
|
|
87
|
+
frameTime: 13.33
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
refreshRate: 90,
|
|
91
|
+
frameTime: 11.11
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
refreshRate: 120,
|
|
95
|
+
frameTime: 8.33
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
refreshRate: 144,
|
|
99
|
+
frameTime: 6.94
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
refreshRate: 165,
|
|
103
|
+
frameTime: 6.06
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
refreshRate: 240,
|
|
107
|
+
frameTime: 4.17
|
|
108
|
+
}
|
|
109
|
+
], this.detectedVSync = null, this.frameTimeHistory = [], this.HISTORY_SIZE = 120, this.VSYNC_THRESHOLD = .05, this.lastFrameTime = 0, this.handleClick = (e) => {
|
|
110
|
+
e.preventDefault(), this.showPanel(++this.mode % this.dom.children.length);
|
|
111
|
+
}, this.handleResize = () => {
|
|
112
|
+
this.fpsPanel && this.resizePanel(this.fpsPanel), this.msPanel && this.resizePanel(this.msPanel), this.gpuPanel && this.resizePanel(this.gpuPanel), this.gpuPanelCompute && this.resizePanel(this.gpuPanelCompute);
|
|
113
|
+
}, this.mode = p, this.horizontal = f, this.minimal = d, this.trackGPU = n, this.trackCPT = r, this.trackHz = i, this.trackFPS = a, this.samplesLog = c, this.samplesGraph = l, this.precision = u, this.logsPerSecond = o, this.graphsPerSecond = s;
|
|
114
|
+
let m = performance.now();
|
|
115
|
+
this.prevGraphTime = m, this.dom = document.createElement("div"), this.initializeDOM(), this.beginTime = performance.now(), this.prevTextTime = this.beginTime, this.prevCpuTime = this.beginTime, this._panelId = 0, this.trackFPS && (this.fpsPanel = this.addPanel(new e.Panel("FPS", "#0ff", "#002")), this.msPanel = this.addPanel(new e.Panel("CPU", "#0f0", "#020"))), this.trackHz === !0 && (this.vsyncPanel = new t("", "#f0f", "#202"), this.dom.appendChild(this.vsyncPanel.canvas), this.vsyncPanel.setOffset(56, 35)), this.setupEventListeners();
|
|
116
|
+
}
|
|
117
|
+
initializeDOM() {
|
|
118
|
+
this.dom.style.cssText = `
|
|
119
|
+
position: fixed;
|
|
120
|
+
top: 0;
|
|
121
|
+
left: 0;
|
|
122
|
+
opacity: 0.9;
|
|
123
|
+
z-index: 10000;
|
|
124
|
+
${this.minimal ? "cursor: pointer;" : ""}
|
|
125
|
+
`;
|
|
126
|
+
}
|
|
127
|
+
setupEventListeners() {
|
|
128
|
+
this.minimal ? (this.dom.addEventListener("click", this.handleClick), this.showPanel(this.mode)) : window.addEventListener("resize", this.handleResize);
|
|
129
|
+
}
|
|
130
|
+
async init(e) {
|
|
131
|
+
if (!e) {
|
|
132
|
+
console.error("Stats: The \"canvas\" parameter is undefined.");
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
if (!this.handleThreeRenderer(e) && !await this.handleWebGPURenderer(e)) if (this.initializeWebGL(e)) {
|
|
136
|
+
this.trackGPU && this.initializeGPUTracking();
|
|
137
|
+
return;
|
|
138
|
+
} else console.error("Stats-gl: Failed to initialize WebGL context");
|
|
139
|
+
}
|
|
140
|
+
handleThreeRenderer(e) {
|
|
141
|
+
return e.isWebGLRenderer && !this.threeRendererPatched ? (this.patchThreeRenderer(e), this.gl = e.getContext(), this.trackGPU && this.initializeGPUTracking(), !0) : !1;
|
|
142
|
+
}
|
|
143
|
+
async handleWebGPURenderer(e) {
|
|
144
|
+
return e.isWebGPURenderer ? ((this.trackGPU || this.trackCPT) && (e.backend.trackTimestamp = !0, e._initialized || await e.init(), e.hasFeature("timestamp-query") && this.initializeWebGPUPanels()), this.info = e.info, this.patchThreeWebGPU(e), !0) : !1;
|
|
145
|
+
}
|
|
146
|
+
initializeWebGPUPanels() {
|
|
147
|
+
this.trackGPU && (this.gpuPanel = this.addPanel(new e.Panel("GPU", "#ff0", "#220"))), this.trackCPT && (this.gpuPanelCompute = this.addPanel(new e.Panel("CPT", "#e1e1e1", "#212121")));
|
|
148
|
+
}
|
|
149
|
+
initializeWebGL(e) {
|
|
150
|
+
if (e instanceof WebGL2RenderingContext) this.gl = e;
|
|
151
|
+
else if (e instanceof HTMLCanvasElement || e instanceof OffscreenCanvas) {
|
|
152
|
+
if (this.gl = e.getContext("webgl2"), !this.gl) return console.error("Stats: Unable to obtain WebGL2 context."), !1;
|
|
153
|
+
} else return console.error("Stats: Invalid input type. Expected WebGL2RenderingContext, HTMLCanvasElement, or OffscreenCanvas."), !1;
|
|
154
|
+
return !0;
|
|
155
|
+
}
|
|
156
|
+
initializeGPUTracking() {
|
|
157
|
+
this.gl && (this.ext = this.gl.getExtension("EXT_disjoint_timer_query_webgl2"), this.ext && (this.gpuPanel = this.addPanel(new e.Panel("GPU", "#ff0", "#220"))));
|
|
158
|
+
}
|
|
159
|
+
begin() {
|
|
160
|
+
this.beginProfiling("cpu-started"), !(!this.gl || !this.ext) && (this.activeQuery && this.gl.endQuery(this.ext.TIME_ELAPSED_EXT), this.activeQuery = this.gl.createQuery(), this.activeQuery && this.gl.beginQuery(this.ext.TIME_ELAPSED_EXT, this.activeQuery));
|
|
161
|
+
}
|
|
162
|
+
end() {
|
|
163
|
+
this.renderCount++, this.gl && this.ext && this.activeQuery && (this.gl.endQuery(this.ext.TIME_ELAPSED_EXT), this.gpuQueries.push({ query: this.activeQuery }), this.activeQuery = null), this.endProfiling("cpu-started", "cpu-finished", "cpu-duration");
|
|
164
|
+
}
|
|
165
|
+
update() {
|
|
166
|
+
this.endProfiling("cpu-started", "cpu-finished", "cpu-duration"), this.info ? this.processWebGPUTimestamps() : this.processGpuQueries(), this.updateAverages(), this.resetCounters();
|
|
167
|
+
}
|
|
168
|
+
processWebGPUTimestamps() {
|
|
169
|
+
this.totalGpuDuration = this.info.render.timestamp, this.totalGpuDurationCompute = this.info.compute.timestamp;
|
|
170
|
+
}
|
|
171
|
+
resetCounters() {
|
|
172
|
+
this.renderCount = 0, this.totalCpuDuration = 0, this.beginTime = this.endInternal();
|
|
173
|
+
}
|
|
174
|
+
resizePanel(e) {
|
|
175
|
+
e.canvas.style.position = "absolute", this.minimal ? e.canvas.style.display = "none" : (e.canvas.style.display = "block", this.horizontal ? (e.canvas.style.top = "0px", e.canvas.style.left = e.id * e.WIDTH / e.PR + "px") : (e.canvas.style.left = "0px", e.canvas.style.top = e.id * e.HEIGHT / e.PR + "px"));
|
|
176
|
+
}
|
|
177
|
+
addPanel(e) {
|
|
178
|
+
return e.canvas && (this.dom.appendChild(e.canvas), e.id = this._panelId, this.resizePanel(e), this._panelId++), e;
|
|
179
|
+
}
|
|
180
|
+
showPanel(e) {
|
|
181
|
+
for (let t = 0; t < this.dom.children.length; t++) {
|
|
182
|
+
let n = this.dom.children[t];
|
|
183
|
+
n.style.display = t === e ? "block" : "none";
|
|
184
|
+
}
|
|
185
|
+
this.mode = e;
|
|
186
|
+
}
|
|
187
|
+
processGpuQueries() {
|
|
188
|
+
!this.gl || !this.ext || (this.totalGpuDuration = 0, this.gpuQueries.forEach((e, t) => {
|
|
189
|
+
if (this.gl) {
|
|
190
|
+
let n = this.gl.getQueryParameter(e.query, this.gl.QUERY_RESULT_AVAILABLE), r = this.gl.getParameter(this.ext.GPU_DISJOINT_EXT);
|
|
191
|
+
if (n && !r) {
|
|
192
|
+
let n = this.gl.getQueryParameter(e.query, this.gl.QUERY_RESULT) * 1e-6;
|
|
193
|
+
this.totalGpuDuration += n, this.gl.deleteQuery(e.query), this.gpuQueries.splice(t, 1);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}));
|
|
197
|
+
}
|
|
198
|
+
detectVSync(e) {
|
|
199
|
+
if (this.lastFrameTime === 0) {
|
|
200
|
+
this.lastFrameTime = e;
|
|
201
|
+
return;
|
|
202
|
+
}
|
|
203
|
+
let t = e - this.lastFrameTime;
|
|
204
|
+
if (this.lastFrameTime = e, this.frameTimeHistory.push(t), this.frameTimeHistory.length > this.HISTORY_SIZE && this.frameTimeHistory.shift(), this.frameTimeHistory.length < 60) return;
|
|
205
|
+
let n = this.frameTimeHistory.reduce((e, t) => e + t) / this.frameTimeHistory.length, r = this.frameTimeHistory.reduce((e, t) => e + (t - n) ** 2, 0) / this.frameTimeHistory.length;
|
|
206
|
+
if (Math.sqrt(r) > 2) {
|
|
207
|
+
this.detectedVSync = null;
|
|
208
|
+
return;
|
|
209
|
+
}
|
|
210
|
+
let i = null, a = Infinity;
|
|
211
|
+
for (let e of this.VSYNC_RATES) {
|
|
212
|
+
let t = Math.abs(n - e.frameTime);
|
|
213
|
+
t < a && (a = t, i = e);
|
|
214
|
+
}
|
|
215
|
+
i && a / i.frameTime <= this.VSYNC_THRESHOLD ? this.detectedVSync = i : this.detectedVSync = null;
|
|
216
|
+
}
|
|
217
|
+
endInternal() {
|
|
218
|
+
var e;
|
|
219
|
+
let t = performance.now();
|
|
220
|
+
for (this.frameTimes.push(t); this.frameTimes.length > 0 && this.frameTimes[0] <= t - 1e3;) this.frameTimes.shift();
|
|
221
|
+
let n = Math.round(this.frameTimes.length);
|
|
222
|
+
this.addToAverage(n, this.averageFps);
|
|
223
|
+
let r = t >= this.prevTextTime + 1e3 / this.logsPerSecond, i = t >= this.prevGraphTime + 1e3 / this.graphsPerSecond;
|
|
224
|
+
if (this.updatePanelComponents(this.fpsPanel, this.averageFps, 0, r, i), this.updatePanelComponents(this.msPanel, this.averageCpu, this.precision, r, i), this.gpuPanel && this.updatePanelComponents(this.gpuPanel, this.averageGpu, this.precision, r, i), this.trackCPT && this.gpuPanelCompute && this.updatePanelComponents(this.gpuPanelCompute, this.averageGpuCompute, this.precision, r, i), r && (this.prevTextTime = t), i && (this.prevGraphTime = t), this.vsyncPanel !== null) {
|
|
225
|
+
this.detectVSync(t);
|
|
226
|
+
let n = ((e = this.detectedVSync) == null ? void 0 : e.refreshRate) || 0;
|
|
227
|
+
r && n > 0 && this.vsyncPanel.update(n, n);
|
|
228
|
+
}
|
|
229
|
+
return t;
|
|
230
|
+
}
|
|
231
|
+
updatePanelComponents(e, t, n, r, i) {
|
|
232
|
+
if (!e || t.logs.length === 0) return;
|
|
233
|
+
e.name in this.lastMin || (this.lastMin[e.name] = Infinity, this.lastMax[e.name] = 0, this.lastValue[e.name] = 0);
|
|
234
|
+
let a = t.logs[t.logs.length - 1];
|
|
235
|
+
this.lastMax[e.name] = Math.max(...t.logs), this.lastMin[e.name] = Math.min(this.lastMin[e.name], a), this.lastValue[e.name] = this.lastValue[e.name] * .7 + a * .3;
|
|
236
|
+
let o = Math.max(Math.max(...t.logs), ...t.graph.slice(-this.samplesGraph));
|
|
237
|
+
this.updateCounter++, r && e.update(this.lastValue[e.name], this.lastMax[e.name], n), i && e.updateGraph(a, o);
|
|
238
|
+
}
|
|
239
|
+
beginProfiling(e) {
|
|
240
|
+
if (window.performance) try {
|
|
241
|
+
window.performance.clearMarks(e), window.performance.mark(e);
|
|
242
|
+
} catch (e) {
|
|
243
|
+
console.debug("Stats: Performance marking failed:", e);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
endProfiling(e, t, n) {
|
|
247
|
+
if (!(!window.performance || !t || !e)) try {
|
|
248
|
+
window.performance.getEntriesByName(e, "mark").length === 0 && this.beginProfiling(e), window.performance.clearMarks(t), window.performance.mark(t), window.performance.clearMeasures(n);
|
|
249
|
+
let r = performance.measure(n, e, t);
|
|
250
|
+
this.totalCpuDuration += r.duration, window.performance.clearMarks(e), window.performance.clearMarks(t), window.performance.clearMeasures(n);
|
|
251
|
+
} catch (e) {
|
|
252
|
+
console.debug("Stats: Performance measurement failed:", e);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
updatePanel(e, t, n = 2) {
|
|
256
|
+
if (!e || t.logs.length === 0) return;
|
|
257
|
+
let r = performance.now();
|
|
258
|
+
e.name in this.lastMin || (this.lastMin[e.name] = Infinity, this.lastMax[e.name] = 0, this.lastValue[e.name] = 0);
|
|
259
|
+
let i = t.logs[t.logs.length - 1], a = Math.max(...t.logs.slice(-30));
|
|
260
|
+
this.lastMin[e.name] = Math.min(this.lastMin[e.name], i), this.lastMax[e.name] = Math.max(this.lastMax[e.name], i), this.lastValue[e.name] = this.lastValue[e.name] * .7 + i * .3;
|
|
261
|
+
let o = Math.max(a, ...t.graph.slice(-this.samplesGraph));
|
|
262
|
+
this.updateCounter++, this.updateCounter % (this.logsPerSecond * 2) == 0 && (this.lastMax[e.name] = a, this.lastMin[e.name] = i), e.update && (r >= this.prevCpuTime + 1e3 / this.logsPerSecond && e.update(this.lastValue[e.name], i, this.lastMax[e.name], o, n), r >= this.prevGraphTime + 1e3 / this.graphsPerSecond && (e.updateGraph(i, o), this.prevGraphTime = r));
|
|
263
|
+
}
|
|
264
|
+
updateAverages() {
|
|
265
|
+
this.addToAverage(this.totalCpuDuration, this.averageCpu), this.addToAverage(this.totalGpuDuration, this.averageGpu), this.info && this.totalGpuDurationCompute !== void 0 && this.addToAverage(this.totalGpuDurationCompute, this.averageGpuCompute);
|
|
266
|
+
}
|
|
267
|
+
addToAverage(e, t) {
|
|
268
|
+
t.logs.push(e), t.logs.length > this.samplesLog && (t.logs = t.logs.slice(-this.samplesLog)), t.graph.push(e), t.graph.length > this.samplesGraph && (t.graph = t.graph.slice(-this.samplesGraph));
|
|
269
|
+
}
|
|
270
|
+
get domElement() {
|
|
271
|
+
return this.dom;
|
|
272
|
+
}
|
|
273
|
+
patchThreeWebGPU(e) {
|
|
274
|
+
let t = e.info.reset, n = this;
|
|
275
|
+
e.info.reset = function() {
|
|
276
|
+
n.beginProfiling("cpu-started"), t.call(this);
|
|
277
|
+
};
|
|
278
|
+
}
|
|
279
|
+
patchThreeRenderer(e) {
|
|
280
|
+
let t = e.render, n = this;
|
|
281
|
+
e.render = function(e, r) {
|
|
282
|
+
n.begin(), t.call(this, e, r), n.end();
|
|
283
|
+
}, this.threeRendererPatched = !0;
|
|
284
|
+
}
|
|
285
|
+
};
|
|
286
|
+
n.Panel = e;
|
|
287
|
+
var r = n;
|
|
288
|
+
//#endregion
|
|
289
|
+
export { r as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
(function() {
|
|
2
|
+
try {
|
|
3
|
+
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
4
|
+
e.SENTRY_RELEASE = { id: "0.0.0-experimental.d269d30" };
|
|
5
|
+
var t = new e.Error().stack;
|
|
6
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "1aa12899-65c5-4ace-8ffb-fa9551b4ad42", e._sentryDebugIdIdentifier = "sentry-dbid-1aa12899-65c5-4ace-8ffb-fa9551b4ad42");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { r as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
import { t } from "./react-Bm8UQkxX.js";
|
|
11
|
+
import { m as n, y as r } from "./is-debug-DPdTc3ov.js";
|
|
12
|
+
//#region src/utils/mobx.ts
|
|
13
|
+
var i = /* @__PURE__ */ e(t(), 1);
|
|
14
|
+
function a(e, t) {
|
|
15
|
+
return (0, i.useEffect)(() => n(e, t), []);
|
|
16
|
+
}
|
|
17
|
+
function o(e, t, n) {
|
|
18
|
+
return (0, i.useEffect)(() => r(e, t, n), []);
|
|
19
|
+
}
|
|
20
|
+
function s(e) {
|
|
21
|
+
return (0, i.useEffect)(e, []);
|
|
22
|
+
}
|
|
23
|
+
//#endregion
|
|
24
|
+
export { s as n, o as r, a as t };
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
(function() {
|
|
2
|
+
try {
|
|
3
|
+
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
4
|
+
e.SENTRY_RELEASE = { id: "0.0.0-experimental.d269d30" };
|
|
5
|
+
var t = new e.Error().stack;
|
|
6
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "22529f3a-43f5-40e1-b007-51e8c4daf2a8", e._sentryDebugIdIdentifier = "sentry-dbid-22529f3a-43f5-40e1-b007-51e8c4daf2a8");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { t as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
//#region ../../node_modules/.pnpm/particlesjs@https+++codeload.github.com+evgenyt1+particles.js+tar.gz+bcda28ac7422659d702713184cf1171b1673c248/node_modules/particlesjs/dist/particles.min.js
|
|
11
|
+
var t = /* @__PURE__ */ e(((e, t) => {
|
|
12
|
+
var n = function(e, t) {
|
|
13
|
+
var n, r = {};
|
|
14
|
+
function i(e, t) {
|
|
15
|
+
return e.x < t.x ? -1 : e.x > t.x ? 1 : e.y < t.y ? -1 : +(e.y > t.y);
|
|
16
|
+
}
|
|
17
|
+
return (n = function() {
|
|
18
|
+
var e = this;
|
|
19
|
+
e.defaults = {
|
|
20
|
+
responsive: null,
|
|
21
|
+
selector: null,
|
|
22
|
+
maxParticles: 100,
|
|
23
|
+
sizeVariations: 3,
|
|
24
|
+
showParticles: !0,
|
|
25
|
+
speed: .5,
|
|
26
|
+
color: "#000000",
|
|
27
|
+
minDistance: 120,
|
|
28
|
+
connectParticles: !1
|
|
29
|
+
}, e.element = null, e.context = null, e.ratio = null, e.breakpoints = [], e.activeBreakpoint = null, e.breakpointSettings = [], e.originalSettings = null, e.storage = [], e.usingPolyfill = !1;
|
|
30
|
+
}).prototype.init = function(e) {
|
|
31
|
+
var t = this;
|
|
32
|
+
return t.options = t._extend(t.defaults, e), t.originalSettings = t.options, t._animate = t._animate.bind(t), t._initializeCanvas(), t._initializeEvents(), t._registerBreakpoints(), t._checkResponsive(), t._initializeStorage(), t._animate(), t;
|
|
33
|
+
}, n.prototype.destroy = function() {
|
|
34
|
+
var t = this;
|
|
35
|
+
t.storage = [], t.element.remove(), e.removeEventListener("resize", t.listener, !1), e.clearTimeout(t._animation), cancelAnimationFrame(t._animation);
|
|
36
|
+
}, n.prototype._initializeCanvas = function() {
|
|
37
|
+
var n, r, i = this;
|
|
38
|
+
if (!i.options.selector) return console.warn("particles.js: No selector specified! Check https://github.com/marcbruederlin/particles.js#options"), !1;
|
|
39
|
+
i.element = i.options.selector.tagName ? i.options.selector : t.querySelector(i.options.selector), i.context = i.element.getContext("2d"), n = e.devicePixelRatio || 1, r = i.context.webkitBackingStorePixelRatio || i.context.mozBackingStorePixelRatio || i.context.msBackingStorePixelRatio || i.context.oBackingStorePixelRatio || i.context.backingStorePixelRatio || 1, i.ratio = n / r, i.element.width = i.element.offsetParent ? i.element.offsetParent.clientWidth * i.ratio : i.element.clientWidth * i.ratio, i.element.offsetParent && i.element.offsetParent.nodeName === "BODY" ? i.element.height = e.innerHeight * i.ratio : i.element.height = i.element.offsetParent ? i.element.offsetParent.clientHeight * i.ratio : i.element.clientHeight * i.ratio, i.element.style.width = "100%", i.element.style.height = "100%", i.context.scale(i.ratio, i.ratio);
|
|
40
|
+
}, n.prototype._initializeEvents = function() {
|
|
41
|
+
var t = this;
|
|
42
|
+
t.listener = function() {
|
|
43
|
+
t._resize();
|
|
44
|
+
}.bind(this), e.addEventListener("resize", t.listener, !1);
|
|
45
|
+
}, n.prototype._initializeStorage = function() {
|
|
46
|
+
var e = this;
|
|
47
|
+
e.storage = [];
|
|
48
|
+
for (var t = e.options.maxParticles; t--;) e.storage.push(new r(e.context, e.options));
|
|
49
|
+
}, n.prototype._registerBreakpoints = function() {
|
|
50
|
+
var e, t, n, r = this, i = r.options.responsive || null;
|
|
51
|
+
if (typeof i == "object" && i && i.length) {
|
|
52
|
+
for (e in i) if (n = r.breakpoints.length - 1, t = i[e].breakpoint, i.hasOwnProperty(e)) {
|
|
53
|
+
for (; 0 <= n;) r.breakpoints[n] && r.breakpoints[n] === t && r.breakpoints.splice(n, 1), n--;
|
|
54
|
+
r.breakpoints.push(t), r.breakpointSettings[t] = i[e].options;
|
|
55
|
+
}
|
|
56
|
+
r.breakpoints.sort(function(e, t) {
|
|
57
|
+
return t - e;
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}, n.prototype._checkResponsive = function() {
|
|
61
|
+
var t, n = this, r = !1, i = e.innerWidth;
|
|
62
|
+
if (n.options.responsive && n.options.responsive.length && n.options.responsive !== null) {
|
|
63
|
+
for (t in r = null, n.breakpoints) n.breakpoints.hasOwnProperty(t) && i <= n.breakpoints[t] && (r = n.breakpoints[t]);
|
|
64
|
+
r === null ? n.activeBreakpoint !== null && (r = n.activeBreakpoint = null, n.options = n._extend(n.options, n.originalSettings)) : (n.activeBreakpoint = r, n.options = n._extend(n.options, n.breakpointSettings[r]));
|
|
65
|
+
}
|
|
66
|
+
}, n.prototype._refresh = function() {
|
|
67
|
+
this._initializeStorage(), this._draw();
|
|
68
|
+
}, n.prototype._resize = function() {
|
|
69
|
+
var t = this;
|
|
70
|
+
t.element.width = t.element.offsetParent ? t.element.offsetParent.clientWidth * t.ratio : t.element.clientWidth * t.ratio, t.element.offsetParent && t.element.offsetParent.nodeName === "BODY" ? t.element.height = e.innerHeight * t.ratio : t.element.height = t.element.offsetParent ? t.element.offsetParent.clientHeight * t.ratio : t.element.clientHeight * t.ratio, t.context.scale(t.ratio, t.ratio), clearTimeout(t.windowDelay), t.windowDelay = e.setTimeout(function() {
|
|
71
|
+
t._checkResponsive(), t._refresh();
|
|
72
|
+
}, 50);
|
|
73
|
+
}, n.prototype._animate = function() {
|
|
74
|
+
var t = this;
|
|
75
|
+
t._draw(), t._animation = e.requestAnimFrame(t._animate);
|
|
76
|
+
}, n.prototype.resumeAnimation = function() {
|
|
77
|
+
this._animation || this._animate();
|
|
78
|
+
}, n.prototype.pauseAnimation = function() {
|
|
79
|
+
var t = this;
|
|
80
|
+
t._animation && (t.usingPolyfill ? e.clearTimeout(t._animation) : (e.cancelAnimationFrame || e.webkitCancelAnimationFrame || e.mozCancelAnimationFrame)(t._animation), t._animation = null);
|
|
81
|
+
}, n.prototype._draw = function() {
|
|
82
|
+
var t = this, n = t.element, r = n.offsetParent ? n.offsetParent.clientWidth : n.clientWidth, a = n.offsetParent ? n.offsetParent.clientHeight : n.clientHeight, o = t.options.showParticles, s = t.storage;
|
|
83
|
+
n.offsetParent && n.offsetParent.nodeName === "BODY" && (a = e.innerHeight), t.context.clearRect(0, 0, n.width, n.height), t.context.beginPath();
|
|
84
|
+
for (var c = s.length; c--;) {
|
|
85
|
+
var l = s[c];
|
|
86
|
+
o && l._draw(), l._updateCoordinates(r, a);
|
|
87
|
+
}
|
|
88
|
+
t.options.connectParticles && (s.sort(i), t._updateEdges());
|
|
89
|
+
}, n.prototype._updateEdges = function() {
|
|
90
|
+
for (var e = this, t = e.options.minDistance, n = Math.sqrt, r = Math.abs, i = e.storage, a = i.length, o = 0; o < a; o++) for (var s = i[o], c = o + 1; c < a; c++) {
|
|
91
|
+
var l, u = i[c], d = s.x - u.x, f = s.y - u.y;
|
|
92
|
+
if (l = n(d * d + f * f), r(d) > t) break;
|
|
93
|
+
l <= t && e._drawEdge(s, u, 1.2 - l / t);
|
|
94
|
+
}
|
|
95
|
+
}, n.prototype._drawEdge = function(e, t, n) {
|
|
96
|
+
var r = this, i = r.context.createLinearGradient(e.x, e.y, t.x, t.y), a = this._hex2rgb(e.color), o = this._hex2rgb(t.color);
|
|
97
|
+
i.addColorStop(0, "rgba(" + a.r + "," + a.g + "," + a.b + "," + n + ")"), i.addColorStop(1, "rgba(" + o.r + "," + o.g + "," + o.b + "," + n + ")"), r.context.beginPath(), r.context.strokeStyle = i, r.context.moveTo(e.x, e.y), r.context.lineTo(t.x, t.y), r.context.stroke(), r.context.fill(), r.context.closePath();
|
|
98
|
+
}, n.prototype._extend = function(e, t) {
|
|
99
|
+
return Object.keys(t).forEach(function(n) {
|
|
100
|
+
e[n] = t[n];
|
|
101
|
+
}), e;
|
|
102
|
+
}, n.prototype._hex2rgb = function(e) {
|
|
103
|
+
var t = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);
|
|
104
|
+
return t ? {
|
|
105
|
+
r: parseInt(t[1], 16),
|
|
106
|
+
g: parseInt(t[2], 16),
|
|
107
|
+
b: parseInt(t[3], 16)
|
|
108
|
+
} : null;
|
|
109
|
+
}, (r = function(n, r) {
|
|
110
|
+
var i = this, a = Math.random, o = r.speed, s = r.color instanceof Array ? r.color[Math.floor(Math.random() * r.color.length)] : r.color;
|
|
111
|
+
i.context = n;
|
|
112
|
+
var c = (i.options = r).selector.tagName ? r.selector : t.querySelector(r.selector);
|
|
113
|
+
i.x = c.offsetParent ? a() * c.offsetParent.clientWidth : a() * c.clientWidth, c.offsetParent && c.offsetParent.nodeName === "BODY" ? i.y = a() * e.innerHeight : i.y = c.offsetParent ? a() * c.offsetParent.clientHeight : a() * c.clientHeight, i.vx = a() * o * 2 - o, i.vy = a() * o * 2 - o, i.radius = a() * a() * r.sizeVariations, i.color = s, i._draw();
|
|
114
|
+
}).prototype._draw = function() {
|
|
115
|
+
var e = this;
|
|
116
|
+
e.context.save(), e.context.translate(e.x, e.y), e.context.moveTo(0, 0), e.context.beginPath(), e.context.arc(0, 0, e.radius, 0, 2 * Math.PI, !1), e.context.fillStyle = e.color, e.context.fill(), e.context.restore();
|
|
117
|
+
}, r.prototype._updateCoordinates = function(e, t) {
|
|
118
|
+
var n = this, r = n.x + this.vx, i = n.y + this.vy, a = n.radius;
|
|
119
|
+
e < r + a ? r = a : r - a < 0 && (r = e - a), t < i + a ? i = a : i - a < 0 && (i = t - a), n.x = r, n.y = i;
|
|
120
|
+
}, e.requestAnimFrame = function() {
|
|
121
|
+
return e.requestAnimationFrame || e.webkitRequestAnimationFrame || e.mozRequestAnimationFrame || (this._usingPolyfill = !0, function(t) {
|
|
122
|
+
return e.setTimeout(t, 1e3 / 60);
|
|
123
|
+
});
|
|
124
|
+
}(), new n();
|
|
125
|
+
}(window, document);
|
|
126
|
+
(function() {
|
|
127
|
+
typeof define == "function" && define.amd ? define("Particles", function() {
|
|
128
|
+
return n;
|
|
129
|
+
}) : t !== void 0 && t.exports ? t.exports = n : window.Particles = n;
|
|
130
|
+
})();
|
|
131
|
+
}));
|
|
132
|
+
//#endregion
|
|
133
|
+
export default t();
|