@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,57 @@
|
|
|
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] = "32bb1414-0da4-45ad-8cd6-01fdca3762fe", e._sentryDebugIdIdentifier = "sentry-dbid-32bb1414-0da4-45ad-8cd6-01fdca3762fe");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { t as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
//#region ../../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js
|
|
11
|
+
var t = /* @__PURE__ */ e(((e, t) => {
|
|
12
|
+
t.exports = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
13
|
+
})), n = /* @__PURE__ */ e(((e, n) => {
|
|
14
|
+
var r = t();
|
|
15
|
+
function i() {}
|
|
16
|
+
function a() {}
|
|
17
|
+
a.resetWarningCache = i, n.exports = function() {
|
|
18
|
+
function e(e, t, n, i, a, o) {
|
|
19
|
+
if (o !== r) {
|
|
20
|
+
var s = /* @__PURE__ */ Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");
|
|
21
|
+
throw s.name = "Invariant Violation", s;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
e.isRequired = e;
|
|
25
|
+
function t() {
|
|
26
|
+
return e;
|
|
27
|
+
}
|
|
28
|
+
var n = {
|
|
29
|
+
array: e,
|
|
30
|
+
bigint: e,
|
|
31
|
+
bool: e,
|
|
32
|
+
func: e,
|
|
33
|
+
number: e,
|
|
34
|
+
object: e,
|
|
35
|
+
string: e,
|
|
36
|
+
symbol: e,
|
|
37
|
+
any: e,
|
|
38
|
+
arrayOf: t,
|
|
39
|
+
element: e,
|
|
40
|
+
elementType: e,
|
|
41
|
+
instanceOf: t,
|
|
42
|
+
node: e,
|
|
43
|
+
objectOf: t,
|
|
44
|
+
oneOf: t,
|
|
45
|
+
oneOfType: t,
|
|
46
|
+
shape: t,
|
|
47
|
+
exact: t,
|
|
48
|
+
checkPropTypes: a,
|
|
49
|
+
resetWarningCache: i
|
|
50
|
+
};
|
|
51
|
+
return n.PropTypes = n, n;
|
|
52
|
+
};
|
|
53
|
+
})), r = /* @__PURE__ */ e(((e, t) => {
|
|
54
|
+
t.exports = n()();
|
|
55
|
+
}));
|
|
56
|
+
//#endregion
|
|
57
|
+
export { r as t };
|
|
@@ -0,0 +1,301 @@
|
|
|
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] = "a5fe8677-f509-484e-9d34-9ef1893a18fb", e._sentryDebugIdIdentifier = "sentry-dbid-a5fe8677-f509-484e-9d34-9ef1893a18fb");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { t as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
|
|
11
|
+
var t = /* @__PURE__ */ e(((e) => {
|
|
12
|
+
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.consumer"), s = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), u = Symbol.for("react.memo"), d = Symbol.for("react.lazy"), f = Symbol.for("react.activity"), p = Symbol.iterator;
|
|
13
|
+
function m(e) {
|
|
14
|
+
return typeof e != "object" || !e ? null : (e = p && e[p] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
15
|
+
}
|
|
16
|
+
var h = {
|
|
17
|
+
isMounted: function() {
|
|
18
|
+
return !1;
|
|
19
|
+
},
|
|
20
|
+
enqueueForceUpdate: function() {},
|
|
21
|
+
enqueueReplaceState: function() {},
|
|
22
|
+
enqueueSetState: function() {}
|
|
23
|
+
}, g = Object.assign, _ = {};
|
|
24
|
+
function v(e, t, n) {
|
|
25
|
+
this.props = e, this.context = t, this.refs = _, this.updater = n || h;
|
|
26
|
+
}
|
|
27
|
+
v.prototype.isReactComponent = {}, v.prototype.setState = function(e, t) {
|
|
28
|
+
if (typeof e != "object" && typeof e != "function" && e != null) throw Error("takes an object of state variables to update or a function which returns an object of state variables.");
|
|
29
|
+
this.updater.enqueueSetState(this, e, t, "setState");
|
|
30
|
+
}, v.prototype.forceUpdate = function(e) {
|
|
31
|
+
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
32
|
+
};
|
|
33
|
+
function y() {}
|
|
34
|
+
y.prototype = v.prototype;
|
|
35
|
+
function b(e, t, n) {
|
|
36
|
+
this.props = e, this.context = t, this.refs = _, this.updater = n || h;
|
|
37
|
+
}
|
|
38
|
+
var x = b.prototype = new y();
|
|
39
|
+
x.constructor = b, g(x, v.prototype), x.isPureReactComponent = !0;
|
|
40
|
+
var S = Array.isArray;
|
|
41
|
+
function C() {}
|
|
42
|
+
var w = {
|
|
43
|
+
H: null,
|
|
44
|
+
A: null,
|
|
45
|
+
T: null,
|
|
46
|
+
S: null
|
|
47
|
+
}, T = Object.prototype.hasOwnProperty;
|
|
48
|
+
function E(e, n, r) {
|
|
49
|
+
var i = r.ref;
|
|
50
|
+
return {
|
|
51
|
+
$$typeof: t,
|
|
52
|
+
type: e,
|
|
53
|
+
key: n,
|
|
54
|
+
ref: i === void 0 ? null : i,
|
|
55
|
+
props: r
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function D(e, t) {
|
|
59
|
+
return E(e.type, t, e.props);
|
|
60
|
+
}
|
|
61
|
+
function O(e) {
|
|
62
|
+
return typeof e == "object" && !!e && e.$$typeof === t;
|
|
63
|
+
}
|
|
64
|
+
function k(e) {
|
|
65
|
+
var t = {
|
|
66
|
+
"=": "=0",
|
|
67
|
+
":": "=2"
|
|
68
|
+
};
|
|
69
|
+
return "$" + e.replace(/[=:]/g, function(e) {
|
|
70
|
+
return t[e];
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
var A = /\/+/g;
|
|
74
|
+
function j(e, t) {
|
|
75
|
+
return typeof e == "object" && e && e.key != null ? k("" + e.key) : t.toString(36);
|
|
76
|
+
}
|
|
77
|
+
function M(e) {
|
|
78
|
+
switch (e.status) {
|
|
79
|
+
case "fulfilled": return e.value;
|
|
80
|
+
case "rejected": throw e.reason;
|
|
81
|
+
default: switch (typeof e.status == "string" ? e.then(C, C) : (e.status = "pending", e.then(function(t) {
|
|
82
|
+
e.status === "pending" && (e.status = "fulfilled", e.value = t);
|
|
83
|
+
}, function(t) {
|
|
84
|
+
e.status === "pending" && (e.status = "rejected", e.reason = t);
|
|
85
|
+
})), e.status) {
|
|
86
|
+
case "fulfilled": return e.value;
|
|
87
|
+
case "rejected": throw e.reason;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
throw e;
|
|
91
|
+
}
|
|
92
|
+
function N(e, r, i, a, o) {
|
|
93
|
+
var s = typeof e;
|
|
94
|
+
(s === "undefined" || s === "boolean") && (e = null);
|
|
95
|
+
var c = !1;
|
|
96
|
+
if (e === null) c = !0;
|
|
97
|
+
else switch (s) {
|
|
98
|
+
case "bigint":
|
|
99
|
+
case "string":
|
|
100
|
+
case "number":
|
|
101
|
+
c = !0;
|
|
102
|
+
break;
|
|
103
|
+
case "object": switch (e.$$typeof) {
|
|
104
|
+
case t:
|
|
105
|
+
case n:
|
|
106
|
+
c = !0;
|
|
107
|
+
break;
|
|
108
|
+
case d: return c = e._init, N(c(e._payload), r, i, a, o);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
if (c) return o = o(e), c = a === "" ? "." + j(e, 0) : a, S(o) ? (i = "", c != null && (i = c.replace(A, "$&/") + "/"), N(o, r, i, "", function(e) {
|
|
112
|
+
return e;
|
|
113
|
+
})) : o != null && (O(o) && (o = D(o, i + (o.key == null || e && e.key === o.key ? "" : ("" + o.key).replace(A, "$&/") + "/") + c)), r.push(o)), 1;
|
|
114
|
+
c = 0;
|
|
115
|
+
var l = a === "" ? "." : a + ":";
|
|
116
|
+
if (S(e)) for (var u = 0; u < e.length; u++) a = e[u], s = l + j(a, u), c += N(a, r, i, s, o);
|
|
117
|
+
else if (u = m(e), typeof u == "function") for (e = u.call(e), u = 0; !(a = e.next()).done;) a = a.value, s = l + j(a, u++), c += N(a, r, i, s, o);
|
|
118
|
+
else if (s === "object") {
|
|
119
|
+
if (typeof e.then == "function") return N(M(e), r, i, a, o);
|
|
120
|
+
throw r = String(e), Error("Objects are not valid as a React child (found: " + (r === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : r) + "). If you meant to render a collection of children, use an array instead.");
|
|
121
|
+
}
|
|
122
|
+
return c;
|
|
123
|
+
}
|
|
124
|
+
function P(e, t, n) {
|
|
125
|
+
if (e == null) return e;
|
|
126
|
+
var r = [], i = 0;
|
|
127
|
+
return N(e, r, "", "", function(e) {
|
|
128
|
+
return t.call(n, e, i++);
|
|
129
|
+
}), r;
|
|
130
|
+
}
|
|
131
|
+
function F(e) {
|
|
132
|
+
if (e._status === -1) {
|
|
133
|
+
var t = e._result;
|
|
134
|
+
t = t(), t.then(function(t) {
|
|
135
|
+
(e._status === 0 || e._status === -1) && (e._status = 1, e._result = t);
|
|
136
|
+
}, function(t) {
|
|
137
|
+
(e._status === 0 || e._status === -1) && (e._status = 2, e._result = t);
|
|
138
|
+
}), e._status === -1 && (e._status = 0, e._result = t);
|
|
139
|
+
}
|
|
140
|
+
if (e._status === 1) return e._result.default;
|
|
141
|
+
throw e._result;
|
|
142
|
+
}
|
|
143
|
+
var I = typeof reportError == "function" ? reportError : function(e) {
|
|
144
|
+
if (typeof window == "object" && typeof window.ErrorEvent == "function") {
|
|
145
|
+
var t = new window.ErrorEvent("error", {
|
|
146
|
+
bubbles: !0,
|
|
147
|
+
cancelable: !0,
|
|
148
|
+
message: typeof e == "object" && e && typeof e.message == "string" ? String(e.message) : String(e),
|
|
149
|
+
error: e
|
|
150
|
+
});
|
|
151
|
+
if (!window.dispatchEvent(t)) return;
|
|
152
|
+
} else if (typeof process == "object" && typeof process.emit == "function") {
|
|
153
|
+
process.emit("uncaughtException", e);
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
console.error(e);
|
|
157
|
+
}, L = {
|
|
158
|
+
map: P,
|
|
159
|
+
forEach: function(e, t, n) {
|
|
160
|
+
P(e, function() {
|
|
161
|
+
t.apply(this, arguments);
|
|
162
|
+
}, n);
|
|
163
|
+
},
|
|
164
|
+
count: function(e) {
|
|
165
|
+
var t = 0;
|
|
166
|
+
return P(e, function() {
|
|
167
|
+
t++;
|
|
168
|
+
}), t;
|
|
169
|
+
},
|
|
170
|
+
toArray: function(e) {
|
|
171
|
+
return P(e, function(e) {
|
|
172
|
+
return e;
|
|
173
|
+
}) || [];
|
|
174
|
+
},
|
|
175
|
+
only: function(e) {
|
|
176
|
+
if (!O(e)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
177
|
+
return e;
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
e.Activity = f, e.Children = L, e.Component = v, e.Fragment = r, e.Profiler = a, e.PureComponent = b, e.StrictMode = i, e.Suspense = l, e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = w, e.__COMPILER_RUNTIME = {
|
|
181
|
+
__proto__: null,
|
|
182
|
+
c: function(e) {
|
|
183
|
+
return w.H.useMemoCache(e);
|
|
184
|
+
}
|
|
185
|
+
}, e.cache = function(e) {
|
|
186
|
+
return function() {
|
|
187
|
+
return e.apply(null, arguments);
|
|
188
|
+
};
|
|
189
|
+
}, e.cacheSignal = function() {
|
|
190
|
+
return null;
|
|
191
|
+
}, e.cloneElement = function(e, t, n) {
|
|
192
|
+
if (e == null) throw Error("The argument must be a React element, but you passed " + e + ".");
|
|
193
|
+
var r = g({}, e.props), i = e.key;
|
|
194
|
+
if (t != null) for (a in t.key !== void 0 && (i = "" + t.key), t) !T.call(t, a) || a === "key" || a === "__self" || a === "__source" || a === "ref" && t.ref === void 0 || (r[a] = t[a]);
|
|
195
|
+
var a = arguments.length - 2;
|
|
196
|
+
if (a === 1) r.children = n;
|
|
197
|
+
else if (1 < a) {
|
|
198
|
+
for (var o = Array(a), s = 0; s < a; s++) o[s] = arguments[s + 2];
|
|
199
|
+
r.children = o;
|
|
200
|
+
}
|
|
201
|
+
return E(e.type, i, r);
|
|
202
|
+
}, e.createContext = function(e) {
|
|
203
|
+
return e = {
|
|
204
|
+
$$typeof: s,
|
|
205
|
+
_currentValue: e,
|
|
206
|
+
_currentValue2: e,
|
|
207
|
+
_threadCount: 0,
|
|
208
|
+
Provider: null,
|
|
209
|
+
Consumer: null
|
|
210
|
+
}, e.Provider = e, e.Consumer = {
|
|
211
|
+
$$typeof: o,
|
|
212
|
+
_context: e
|
|
213
|
+
}, e;
|
|
214
|
+
}, e.createElement = function(e, t, n) {
|
|
215
|
+
var r, i = {}, a = null;
|
|
216
|
+
if (t != null) for (r in t.key !== void 0 && (a = "" + t.key), t) T.call(t, r) && r !== "key" && r !== "__self" && r !== "__source" && (i[r] = t[r]);
|
|
217
|
+
var o = arguments.length - 2;
|
|
218
|
+
if (o === 1) i.children = n;
|
|
219
|
+
else if (1 < o) {
|
|
220
|
+
for (var s = Array(o), c = 0; c < o; c++) s[c] = arguments[c + 2];
|
|
221
|
+
i.children = s;
|
|
222
|
+
}
|
|
223
|
+
if (e && e.defaultProps) for (r in o = e.defaultProps, o) i[r] === void 0 && (i[r] = o[r]);
|
|
224
|
+
return E(e, a, i);
|
|
225
|
+
}, e.createRef = function() {
|
|
226
|
+
return { current: null };
|
|
227
|
+
}, e.forwardRef = function(e) {
|
|
228
|
+
return {
|
|
229
|
+
$$typeof: c,
|
|
230
|
+
render: e
|
|
231
|
+
};
|
|
232
|
+
}, e.isValidElement = O, e.lazy = function(e) {
|
|
233
|
+
return {
|
|
234
|
+
$$typeof: d,
|
|
235
|
+
_payload: {
|
|
236
|
+
_status: -1,
|
|
237
|
+
_result: e
|
|
238
|
+
},
|
|
239
|
+
_init: F
|
|
240
|
+
};
|
|
241
|
+
}, e.memo = function(e, t) {
|
|
242
|
+
return {
|
|
243
|
+
$$typeof: u,
|
|
244
|
+
type: e,
|
|
245
|
+
compare: t === void 0 ? null : t
|
|
246
|
+
};
|
|
247
|
+
}, e.startTransition = function(e) {
|
|
248
|
+
var t = w.T, n = {};
|
|
249
|
+
w.T = n;
|
|
250
|
+
try {
|
|
251
|
+
var r = e(), i = w.S;
|
|
252
|
+
i !== null && i(n, r), typeof r == "object" && r && typeof r.then == "function" && r.then(C, I);
|
|
253
|
+
} catch (e) {
|
|
254
|
+
I(e);
|
|
255
|
+
} finally {
|
|
256
|
+
t !== null && n.types !== null && (t.types = n.types), w.T = t;
|
|
257
|
+
}
|
|
258
|
+
}, e.unstable_useCacheRefresh = function() {
|
|
259
|
+
return w.H.useCacheRefresh();
|
|
260
|
+
}, e.use = function(e) {
|
|
261
|
+
return w.H.use(e);
|
|
262
|
+
}, e.useActionState = function(e, t, n) {
|
|
263
|
+
return w.H.useActionState(e, t, n);
|
|
264
|
+
}, e.useCallback = function(e, t) {
|
|
265
|
+
return w.H.useCallback(e, t);
|
|
266
|
+
}, e.useContext = function(e) {
|
|
267
|
+
return w.H.useContext(e);
|
|
268
|
+
}, e.useDebugValue = function() {}, e.useDeferredValue = function(e, t) {
|
|
269
|
+
return w.H.useDeferredValue(e, t);
|
|
270
|
+
}, e.useEffect = function(e, t) {
|
|
271
|
+
return w.H.useEffect(e, t);
|
|
272
|
+
}, e.useEffectEvent = function(e) {
|
|
273
|
+
return w.H.useEffectEvent(e);
|
|
274
|
+
}, e.useId = function() {
|
|
275
|
+
return w.H.useId();
|
|
276
|
+
}, e.useImperativeHandle = function(e, t, n) {
|
|
277
|
+
return w.H.useImperativeHandle(e, t, n);
|
|
278
|
+
}, e.useInsertionEffect = function(e, t) {
|
|
279
|
+
return w.H.useInsertionEffect(e, t);
|
|
280
|
+
}, e.useLayoutEffect = function(e, t) {
|
|
281
|
+
return w.H.useLayoutEffect(e, t);
|
|
282
|
+
}, e.useMemo = function(e, t) {
|
|
283
|
+
return w.H.useMemo(e, t);
|
|
284
|
+
}, e.useOptimistic = function(e, t) {
|
|
285
|
+
return w.H.useOptimistic(e, t);
|
|
286
|
+
}, e.useReducer = function(e, t, n) {
|
|
287
|
+
return w.H.useReducer(e, t, n);
|
|
288
|
+
}, e.useRef = function(e) {
|
|
289
|
+
return w.H.useRef(e);
|
|
290
|
+
}, e.useState = function(e) {
|
|
291
|
+
return w.H.useState(e);
|
|
292
|
+
}, e.useSyncExternalStore = function(e, t, n) {
|
|
293
|
+
return w.H.useSyncExternalStore(e, t, n);
|
|
294
|
+
}, e.useTransition = function() {
|
|
295
|
+
return w.H.useTransition();
|
|
296
|
+
}, e.version = "19.2.6";
|
|
297
|
+
})), n = /* @__PURE__ */ e(((e, n) => {
|
|
298
|
+
n.exports = t();
|
|
299
|
+
}));
|
|
300
|
+
//#endregion
|
|
301
|
+
export { n as t };
|
|
@@ -0,0 +1,139 @@
|
|
|
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] = "05cb889b-b616-4969-916f-b60bb807f239", e._sentryDebugIdIdentifier = "sentry-dbid-05cb889b-b616-4969-916f-b60bb807f239");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { t as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
import { t } from "./react-Bm8UQkxX.js";
|
|
11
|
+
//#region ../../node_modules/.pnpm/react-dom@19.2.6_react@19.2.6/node_modules/react-dom/cjs/react-dom.production.js
|
|
12
|
+
var n = /* @__PURE__ */ e(((e) => {
|
|
13
|
+
var n = t();
|
|
14
|
+
function r(e) {
|
|
15
|
+
var t = "https://react.dev/errors/" + e;
|
|
16
|
+
if (1 < arguments.length) {
|
|
17
|
+
t += "?args[]=" + encodeURIComponent(arguments[1]);
|
|
18
|
+
for (var n = 2; n < arguments.length; n++) t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
19
|
+
}
|
|
20
|
+
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
21
|
+
}
|
|
22
|
+
function i() {}
|
|
23
|
+
var a = {
|
|
24
|
+
d: {
|
|
25
|
+
f: i,
|
|
26
|
+
r: function() {
|
|
27
|
+
throw Error(r(522));
|
|
28
|
+
},
|
|
29
|
+
D: i,
|
|
30
|
+
C: i,
|
|
31
|
+
L: i,
|
|
32
|
+
m: i,
|
|
33
|
+
X: i,
|
|
34
|
+
S: i,
|
|
35
|
+
M: i
|
|
36
|
+
},
|
|
37
|
+
p: 0,
|
|
38
|
+
findDOMNode: null
|
|
39
|
+
}, o = Symbol.for("react.portal");
|
|
40
|
+
function s(e, t, n) {
|
|
41
|
+
var r = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
42
|
+
return {
|
|
43
|
+
$$typeof: o,
|
|
44
|
+
key: r == null ? null : "" + r,
|
|
45
|
+
children: e,
|
|
46
|
+
containerInfo: t,
|
|
47
|
+
implementation: n
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
var c = n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
51
|
+
function l(e, t) {
|
|
52
|
+
if (e === "font") return "";
|
|
53
|
+
if (typeof t == "string") return t === "use-credentials" ? t : "";
|
|
54
|
+
}
|
|
55
|
+
e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = a, e.createPortal = function(e, t) {
|
|
56
|
+
var n = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
57
|
+
if (!t || t.nodeType !== 1 && t.nodeType !== 9 && t.nodeType !== 11) throw Error(r(299));
|
|
58
|
+
return s(e, t, null, n);
|
|
59
|
+
}, e.flushSync = function(e) {
|
|
60
|
+
var t = c.T, n = a.p;
|
|
61
|
+
try {
|
|
62
|
+
if (c.T = null, a.p = 2, e) return e();
|
|
63
|
+
} finally {
|
|
64
|
+
c.T = t, a.p = n, a.d.f();
|
|
65
|
+
}
|
|
66
|
+
}, e.preconnect = function(e, t) {
|
|
67
|
+
typeof e == "string" && (t ? (t = t.crossOrigin, t = typeof t == "string" ? t === "use-credentials" ? t : "" : void 0) : t = null, a.d.C(e, t));
|
|
68
|
+
}, e.prefetchDNS = function(e) {
|
|
69
|
+
typeof e == "string" && a.d.D(e);
|
|
70
|
+
}, e.preinit = function(e, t) {
|
|
71
|
+
if (typeof e == "string" && t && typeof t.as == "string") {
|
|
72
|
+
var n = t.as, r = l(n, t.crossOrigin), i = typeof t.integrity == "string" ? t.integrity : void 0, o = typeof t.fetchPriority == "string" ? t.fetchPriority : void 0;
|
|
73
|
+
n === "style" ? a.d.S(e, typeof t.precedence == "string" ? t.precedence : void 0, {
|
|
74
|
+
crossOrigin: r,
|
|
75
|
+
integrity: i,
|
|
76
|
+
fetchPriority: o
|
|
77
|
+
}) : n === "script" && a.d.X(e, {
|
|
78
|
+
crossOrigin: r,
|
|
79
|
+
integrity: i,
|
|
80
|
+
fetchPriority: o,
|
|
81
|
+
nonce: typeof t.nonce == "string" ? t.nonce : void 0
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}, e.preinitModule = function(e, t) {
|
|
85
|
+
if (typeof e == "string") if (typeof t == "object" && t) {
|
|
86
|
+
if (t.as == null || t.as === "script") {
|
|
87
|
+
var n = l(t.as, t.crossOrigin);
|
|
88
|
+
a.d.M(e, {
|
|
89
|
+
crossOrigin: n,
|
|
90
|
+
integrity: typeof t.integrity == "string" ? t.integrity : void 0,
|
|
91
|
+
nonce: typeof t.nonce == "string" ? t.nonce : void 0
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
} else t == null && a.d.M(e);
|
|
95
|
+
}, e.preload = function(e, t) {
|
|
96
|
+
if (typeof e == "string" && typeof t == "object" && t && typeof t.as == "string") {
|
|
97
|
+
var n = t.as, r = l(n, t.crossOrigin);
|
|
98
|
+
a.d.L(e, n, {
|
|
99
|
+
crossOrigin: r,
|
|
100
|
+
integrity: typeof t.integrity == "string" ? t.integrity : void 0,
|
|
101
|
+
nonce: typeof t.nonce == "string" ? t.nonce : void 0,
|
|
102
|
+
type: typeof t.type == "string" ? t.type : void 0,
|
|
103
|
+
fetchPriority: typeof t.fetchPriority == "string" ? t.fetchPriority : void 0,
|
|
104
|
+
referrerPolicy: typeof t.referrerPolicy == "string" ? t.referrerPolicy : void 0,
|
|
105
|
+
imageSrcSet: typeof t.imageSrcSet == "string" ? t.imageSrcSet : void 0,
|
|
106
|
+
imageSizes: typeof t.imageSizes == "string" ? t.imageSizes : void 0,
|
|
107
|
+
media: typeof t.media == "string" ? t.media : void 0
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}, e.preloadModule = function(e, t) {
|
|
111
|
+
if (typeof e == "string") if (t) {
|
|
112
|
+
var n = l(t.as, t.crossOrigin);
|
|
113
|
+
a.d.m(e, {
|
|
114
|
+
as: typeof t.as == "string" && t.as !== "script" ? t.as : void 0,
|
|
115
|
+
crossOrigin: n,
|
|
116
|
+
integrity: typeof t.integrity == "string" ? t.integrity : void 0
|
|
117
|
+
});
|
|
118
|
+
} else a.d.m(e);
|
|
119
|
+
}, e.requestFormReset = function(e) {
|
|
120
|
+
a.d.r(e);
|
|
121
|
+
}, e.unstable_batchedUpdates = function(e, t) {
|
|
122
|
+
return e(t);
|
|
123
|
+
}, e.useFormState = function(e, t, n) {
|
|
124
|
+
return c.H.useFormState(e, t, n);
|
|
125
|
+
}, e.useFormStatus = function() {
|
|
126
|
+
return c.H.useHostTransitionStatus();
|
|
127
|
+
}, e.version = "19.2.6";
|
|
128
|
+
})), r = /* @__PURE__ */ e(((e, t) => {
|
|
129
|
+
function r() {
|
|
130
|
+
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) try {
|
|
131
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r);
|
|
132
|
+
} catch (e) {
|
|
133
|
+
console.error(e);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
r(), t.exports = n();
|
|
137
|
+
}));
|
|
138
|
+
//#endregion
|
|
139
|
+
export { r as t };
|
|
@@ -0,0 +1,138 @@
|
|
|
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] = "ea177b19-48fd-4317-8719-a69aebfb5419", e._sentryDebugIdIdentifier = "sentry-dbid-ea177b19-48fd-4317-8719-a69aebfb5419");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import { r as e } from "./rolldown-runtime-DuTZ4nBm.js";
|
|
10
|
+
import { t } from "./react-Bm8UQkxX.js";
|
|
11
|
+
import { t as n } from "./jsx-runtime-BYH0bwck.js";
|
|
12
|
+
//#region ../debug/src/lib/settings/setting-registry.ts
|
|
13
|
+
var r = /* @__PURE__ */ e(t(), 1), i = [], a = [], o = n(), s = "efp-local-storage";
|
|
14
|
+
function c(e) {
|
|
15
|
+
let { key: t, default: n, Editor: c, context: u, onChange: d, serialize: f = JSON.stringify, deserialize: p = (e) => JSON.parse(e) } = e, m = () => {
|
|
16
|
+
let e = localStorage.getItem(t);
|
|
17
|
+
if (e === null) return n;
|
|
18
|
+
try {
|
|
19
|
+
return p(e);
|
|
20
|
+
} catch {
|
|
21
|
+
return n;
|
|
22
|
+
}
|
|
23
|
+
}, h = (e) => {
|
|
24
|
+
localStorage.setItem(t, f(e)), d == null || d(e), l(t);
|
|
25
|
+
}, g = () => {
|
|
26
|
+
localStorage.removeItem(t), d == null || d(n), l(t);
|
|
27
|
+
};
|
|
28
|
+
a.push(g);
|
|
29
|
+
function _() {
|
|
30
|
+
let [e, n] = (0, r.useState)(m());
|
|
31
|
+
return (0, r.useEffect)(() => {
|
|
32
|
+
let e = () => n(m()), r = (n) => {
|
|
33
|
+
n.key === t && e();
|
|
34
|
+
}, i = (n) => {
|
|
35
|
+
let { detail: r } = n;
|
|
36
|
+
(r == null ? void 0 : r.key) === t && e();
|
|
37
|
+
};
|
|
38
|
+
return window.addEventListener("storage", r), window.addEventListener(s, i), () => {
|
|
39
|
+
window.removeEventListener("storage", r), window.removeEventListener(s, i);
|
|
40
|
+
};
|
|
41
|
+
}, []), [e, h];
|
|
42
|
+
}
|
|
43
|
+
let v = () => {
|
|
44
|
+
let [e, n] = _();
|
|
45
|
+
return /* @__PURE__ */ (0, o.jsx)(c, {
|
|
46
|
+
label: t,
|
|
47
|
+
value: e,
|
|
48
|
+
context: u,
|
|
49
|
+
onChange: n
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
return v.displayName = `DebugSetting(${t})`, i.push(v), {
|
|
53
|
+
get: m,
|
|
54
|
+
set: h,
|
|
55
|
+
reset: g,
|
|
56
|
+
useState: _
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function l(e) {
|
|
60
|
+
window.dispatchEvent(new CustomEvent(s, { detail: { key: e } }));
|
|
61
|
+
}
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region ../debug/src/lib/settings/register-boolean-setting.ts
|
|
64
|
+
function u(e) {
|
|
65
|
+
var t;
|
|
66
|
+
let n = r.lazy(() => import("./boolean-editor-DKUDhw69.js").then((e) => ({ default: e.BooleanEditor })));
|
|
67
|
+
return c({
|
|
68
|
+
key: e.key,
|
|
69
|
+
default: (t = e.default) == null ? !1 : t,
|
|
70
|
+
Editor: n,
|
|
71
|
+
onChange: e.onChange
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
//#endregion
|
|
75
|
+
//#region ../debug/src/lib/settings/register-enum-setting.ts
|
|
76
|
+
function d(e) {
|
|
77
|
+
let t = r.lazy(() => import("./enum-editor-DuvRBoa2.js").then((e) => ({ default: e.EnumEditor })));
|
|
78
|
+
return c({
|
|
79
|
+
key: e.key,
|
|
80
|
+
default: e.default,
|
|
81
|
+
Editor: t,
|
|
82
|
+
context: { values: e.values },
|
|
83
|
+
onChange: e.onChange
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
//#endregion
|
|
87
|
+
//#region ../debug/src/lib/settings/register-string-setting.ts
|
|
88
|
+
function f(e) {
|
|
89
|
+
var t;
|
|
90
|
+
let n = r.lazy(() => import("./string-editor-BqyDa6Mf.js").then((e) => ({ default: e.StringEditor })));
|
|
91
|
+
return c({
|
|
92
|
+
key: e.key,
|
|
93
|
+
default: (t = e.default) == null ? "" : t,
|
|
94
|
+
Editor: n,
|
|
95
|
+
context: { placeholder: e.placeholder },
|
|
96
|
+
onChange: e.onChange,
|
|
97
|
+
serialize: (e) => e,
|
|
98
|
+
deserialize: (e) => e
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
//#endregion
|
|
102
|
+
//#region ../debug/src/lib/settings/adopt-global-settings.ts
|
|
103
|
+
var p = /* @__PURE__ */ new Set();
|
|
104
|
+
function m() {
|
|
105
|
+
if (typeof window > "u") return;
|
|
106
|
+
let e = window.efpDebugUi;
|
|
107
|
+
if (e) {
|
|
108
|
+
for (let [t, n] of Object.entries(e)) if (!p.has(t)) switch (p.add(t), n.type) {
|
|
109
|
+
case "boolean":
|
|
110
|
+
u({
|
|
111
|
+
key: t,
|
|
112
|
+
default: n.default
|
|
113
|
+
});
|
|
114
|
+
break;
|
|
115
|
+
case "string":
|
|
116
|
+
f({
|
|
117
|
+
key: t,
|
|
118
|
+
default: n.default,
|
|
119
|
+
placeholder: n.placeholder
|
|
120
|
+
});
|
|
121
|
+
break;
|
|
122
|
+
case "enum":
|
|
123
|
+
d({
|
|
124
|
+
key: t,
|
|
125
|
+
values: n.values,
|
|
126
|
+
default: n.default
|
|
127
|
+
});
|
|
128
|
+
break;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
//#endregion
|
|
133
|
+
//#region ../debug/src/lib/settings/reset-all-settings.ts
|
|
134
|
+
function h() {
|
|
135
|
+
a.forEach((e) => e());
|
|
136
|
+
}
|
|
137
|
+
//#endregion
|
|
138
|
+
export { i as a, u as i, m as n, f as r, h as t };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
//#region \0rolldown/runtime.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] = "4a11513d-0070-4205-b636-a85d593cfa99", e._sentryDebugIdIdentifier = "sentry-dbid-4a11513d-0070-4205-b636-a85d593cfa99");
|
|
8
|
+
} catch {}
|
|
9
|
+
})();
|
|
10
|
+
var e = Object.create, t = Object.defineProperty, n = Object.getOwnPropertyDescriptor, r = Object.getOwnPropertyNames, i = Object.getPrototypeOf, a = Object.prototype.hasOwnProperty, o = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), s = (e, n) => {
|
|
11
|
+
let r = {};
|
|
12
|
+
for (var i in e) t(r, i, {
|
|
13
|
+
get: e[i],
|
|
14
|
+
enumerable: !0
|
|
15
|
+
});
|
|
16
|
+
return n || t(r, Symbol.toStringTag, { value: "Module" }), r;
|
|
17
|
+
}, c = (e, i, o, s) => {
|
|
18
|
+
if (i && typeof i == "object" || typeof i == "function") for (var c = r(i), l = 0, u = c.length, d; l < u; l++) d = c[l], !a.call(e, d) && d !== o && t(e, d, {
|
|
19
|
+
get: ((e) => i[e]).bind(null, d),
|
|
20
|
+
enumerable: !(s = n(i, d)) || s.enumerable
|
|
21
|
+
});
|
|
22
|
+
return e;
|
|
23
|
+
}, l = (n, r, a) => (a = n == null ? {} : e(i(n)), c(r || !n || !n.__esModule ? t(a, "default", {
|
|
24
|
+
value: n,
|
|
25
|
+
enumerable: !0
|
|
26
|
+
}) : a, n));
|
|
27
|
+
//#endregion
|
|
28
|
+
export { s as n, l as r, o as t };
|
|
@@ -0,0 +1,9 @@
|
|
|
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] = "0a3595ef-9aa6-450c-ac03-85d9c3295c13", e._sentryDebugIdIdentifier = "sentry-dbid-0a3595ef-9aa6-450c-ac03-85d9c3295c13");
|
|
7
|
+
} catch {}
|
|
8
|
+
})();
|
|
9
|
+
import "./reset-all-settings-CHuQ4o3B.js";
|