@gemx-dev/heatmap-react 3.5.55 → 3.5.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/components/Layout/HeatmapLayout.d.ts.map +1 -1
- package/dist/esm/components/Layout/Sidebar/PopoverSidebar.d.ts.map +1 -1
- package/dist/esm/components/VizAreaClick/AreaEditHighlightPortal.d.ts +10 -0
- package/dist/esm/components/VizAreaClick/AreaEditHighlightPortal.d.ts.map +1 -0
- package/dist/esm/components/VizAreaClick/AreaLabel.d.ts +2 -3
- package/dist/esm/components/VizAreaClick/AreaLabel.d.ts.map +1 -1
- package/dist/esm/components/VizAreaClick/AreaOverlay.d.ts +2 -6
- package/dist/esm/components/VizAreaClick/AreaOverlay.d.ts.map +1 -1
- package/dist/esm/components/VizAreaClick/AreasPortal.d.ts +8 -0
- package/dist/esm/components/VizAreaClick/AreasPortal.d.ts.map +1 -0
- package/dist/esm/components/VizAreaClick/AutoScrollHandler.d.ts +6 -0
- package/dist/esm/components/VizAreaClick/AutoScrollHandler.d.ts.map +1 -0
- package/dist/esm/components/VizAreaClick/PortalAreaRenderer.d.ts +2 -7
- package/dist/esm/components/VizAreaClick/PortalAreaRenderer.d.ts.map +1 -1
- package/dist/esm/components/VizAreaClick/SelectedAreaOverlay.d.ts +2 -0
- package/dist/esm/components/VizAreaClick/SelectedAreaOverlay.d.ts.map +1 -0
- package/dist/esm/components/VizAreaClick/VizAreaClick.d.ts.map +1 -1
- package/dist/esm/components/VizAreaClick/index.d.ts +0 -2
- package/dist/esm/components/VizAreaClick/index.d.ts.map +1 -1
- package/dist/esm/components/VizDom/VizDomHeatmap.d.ts.map +1 -1
- package/dist/esm/components/VizDom/VizDomRenderer.d.ts.map +1 -1
- package/dist/esm/components/VizDom/WrapperVisual.d.ts.map +1 -1
- package/dist/esm/components/VizElement/DefaultRankBadges.d.ts +1 -1
- package/dist/esm/components/VizElement/DefaultRankBadges.d.ts.map +1 -1
- package/dist/esm/components/VizElement/ElementCallout.d.ts +7 -2
- package/dist/esm/components/VizElement/ElementCallout.d.ts.map +1 -1
- package/dist/esm/components/VizElement/ElementOverlay.d.ts +3 -3
- package/dist/esm/components/VizElement/ElementOverlay.d.ts.map +1 -1
- package/dist/esm/components/VizElement/HeatmapElements.d.ts +2 -0
- package/dist/esm/components/VizElement/HeatmapElements.d.ts.map +1 -1
- package/dist/esm/components/VizElement/HoveredElementCallout.d.ts +4 -0
- package/dist/esm/components/VizElement/HoveredElementCallout.d.ts.map +1 -0
- package/dist/esm/components/VizElement/HoveredElementOverlay.d.ts +6 -0
- package/dist/esm/components/VizElement/HoveredElementOverlay.d.ts.map +1 -0
- package/dist/esm/components/VizElement/RankBadge.d.ts +1 -1
- package/dist/esm/components/VizElement/RankBadge.d.ts.map +1 -1
- package/dist/esm/components/VizElement/VizElements.d.ts.map +1 -1
- package/dist/esm/components/VizLive/VizLiveHeatmap.d.ts.map +1 -1
- package/dist/esm/components/VizLive/VizLiveRenderer.d.ts.map +1 -1
- package/dist/esm/components/VizScrollmap/ScrollMapMinimap.d.ts.map +1 -1
- package/dist/esm/components/VizScrollmap/ScrollMapOverlay.d.ts.map +1 -1
- package/dist/esm/components/VizScrollmap/VizScrollMap.d.ts.map +1 -1
- package/dist/esm/components/index.d.ts +0 -1
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/configs/iframe.d.ts.map +1 -1
- package/dist/esm/configs/portal.d.ts +16 -0
- package/dist/esm/configs/portal.d.ts.map +1 -0
- package/dist/esm/constants/viz-elm-callout.d.ts +2 -0
- package/dist/esm/constants/viz-elm-callout.d.ts.map +1 -1
- package/dist/esm/helpers/iframe-height/IframeHeightProcessor.d.ts +151 -0
- package/dist/esm/helpers/iframe-height/IframeHeightProcessor.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-height/index.d.ts +5 -0
- package/dist/esm/helpers/iframe-height/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-height/types.d.ts +82 -0
- package/dist/esm/helpers/iframe-height/types.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-height/utils.d.ts +75 -0
- package/dist/esm/helpers/iframe-height/utils.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/iframe-fixer.d.ts +46 -0
- package/dist/esm/helpers/iframe-helper/iframe-fixer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/iframe-height-observer.d.ts +35 -0
- package/dist/esm/helpers/iframe-helper/iframe-height-observer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/iframe-navigation-blocker.d.ts +52 -0
- package/dist/esm/helpers/iframe-helper/iframe-navigation-blocker.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/iframe-style-enforcer.d.ts +54 -0
- package/dist/esm/helpers/iframe-helper/iframe-style-enforcer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/iframe-viewport-replacer.d.ts +15 -0
- package/dist/esm/helpers/iframe-helper/iframe-viewport-replacer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/index.d.ts +5 -1
- package/dist/esm/helpers/iframe-helper/index.d.ts.map +1 -1
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/base-style-replacer.d.ts +61 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/base-style-replacer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/flickity-fixer.d.ts +10 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/flickity-fixer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/index.d.ts +9 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/observer-manager.d.ts +14 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/observer-manager.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/sticky-cart-detector.d.ts +12 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/sticky-cart-detector.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/swiper-fixer.d.ts +12 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base/swiper-fixer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/attribute-functions.d.ts +9 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/attribute-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/class-style-functions.d.ts +29 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/class-style-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/constants.d.ts +24 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/constants.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/context-interface.d.ts +29 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/context-interface.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/display-functions.d.ts +17 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/display-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/dom-injection-functions.d.ts +17 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/dom-injection-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/function-binder.d.ts +33 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/function-binder.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/index.d.ts +11 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/types.d.ts +18 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/base-functions/types.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/content/content-functions.d.ts +13 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/content/content-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/images/image-functions.d.ts +21 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/images/image-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/index.d.ts +11 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/layout/layout-functions.d.ts +29 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/layout/layout-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/popups/popup-functions.d.ts +21 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/popups/popup-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/shopify/shopify-functions.d.ts +25 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/shopify/shopify-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/sliders/slider-functions.d.ts +29 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/case-specific-functions/sliders/slider-functions.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/index.d.ts +7 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/init.d.ts +9 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/init.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/mappings/desktop-mappings.d.ts +7 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/mappings/desktop-mappings.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/mappings/mobile-mappings.d.ts +7 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/mappings/mobile-mappings.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/add-dad-fuel5reasons-section-missing-slider-classes.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/add-dad-fuel5reasons-section-missing-slider-classes.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/fix-jocko-fuel-featured-stories-section.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/fix-jocko-fuel-featured-stories-section.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/index.d.ts +19 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-balance-coffee-newsletter-form-container-display.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-balance-coffee-newsletter-form-container-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-boom-beauty-mobile-nav-menu-drawer-height.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-boom-beauty-mobile-nav-menu-drawer-height.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-cookie-diet-footer-newsletter-form-display.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-cookie-diet-footer-newsletter-form-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-dad-fuel-ingredient-highlights-section-image.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-dad-fuel-ingredient-highlights-section-image.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-get-thin-md-weight-loss-form-element-display.d.ts +3 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-get-thin-md-weight-loss-form-element-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-mag-bak-add-on-toggle-display.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-mag-bak-add-on-toggle-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-pup-labs-mobile-search-opacity.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-pup-labs-mobile-search-opacity.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-rinse-bath-and-body-header-left-icons-display.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-rinse-bath-and-body-header-left-icons-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-try-snow-header-menu-icon-display.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-try-snow-header-menu-icon-display.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-bomix-mobile-mega-menu-width.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-bomix-mobile-mega-menu-width.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-jocko-product-page-swiper-sliders.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-jocko-product-page-swiper-sliders.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-vita-coco-slick-slider-inactive-slide-opacity.d.ts +6 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-vita-coco-slick-slider-inactive-slide-opacity.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-main.d.ts +220 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-main.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-refactored.d.ts +58 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-refactored.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/anita-screenshot-fixes.d.ts +589 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/anita-screenshot-fixes.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/forson-screenshot-fixes.d.ts +57 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/forson-screenshot-fixes.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/general-site-fixes.d.ts +88 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/general-site-fixes.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/index.d.ts +15 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/loading-background-fixes.d.ts +24 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/third-party-apps/loading-background-fixes.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/types.d.ts +70 -0
- package/dist/esm/helpers/iframe-helper/screenshot-fixes/types.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/start.d.ts +58 -0
- package/dist/esm/helpers/iframe-helper/start.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/base-replacer.d.ts +54 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/base-replacer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/general-fixer.d.ts +54 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/general-fixer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/index.d.ts +12 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/index.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/main-fixer.d.ts +32 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/main-fixer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/observer-manager.d.ts +14 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/observer-manager.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/site-specific-replacer.d.ts +25 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/site-specific-replacer.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/sticky-detector.d.ts +12 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/sticky-detector.d.ts.map +1 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/types.d.ts +40 -0
- package/dist/esm/helpers/iframe-helper/style-fixer/types.d.ts.map +1 -0
- package/dist/esm/helpers/index.d.ts +2 -1
- package/dist/esm/helpers/index.d.ts.map +1 -1
- package/dist/esm/helpers/throttle.d.ts +18 -0
- package/dist/esm/helpers/throttle.d.ts.map +1 -0
- package/dist/esm/helpers/viz-elm-callout/dimensions.d.ts +8 -2
- package/dist/esm/helpers/viz-elm-callout/dimensions.d.ts.map +1 -1
- package/dist/esm/helpers/viz-elm-callout/position-calculator.d.ts +1 -1
- package/dist/esm/helpers/viz-elm-callout/position-calculator.d.ts.map +1 -1
- package/dist/esm/helpers/viz-elm-callout/position-candidates.d.ts +8 -2
- package/dist/esm/helpers/viz-elm-callout/position-candidates.d.ts.map +1 -1
- package/dist/esm/helpers/viz-elm-callout/viz-elm.d.ts +12 -2
- package/dist/esm/helpers/viz-elm-callout/viz-elm.d.ts.map +1 -1
- package/dist/esm/hooks/index.d.ts +1 -0
- package/dist/esm/hooks/index.d.ts.map +1 -1
- package/dist/esm/hooks/register/useRegisterControl.d.ts.map +1 -1
- package/dist/esm/hooks/register/useRegisterData.d.ts.map +1 -1
- package/dist/esm/hooks/register/useRegisterHeatmap.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/createViewContextHook.d.ts +55 -0
- package/dist/esm/hooks/view-context/createViewContextHook.d.ts.map +1 -0
- package/dist/esm/hooks/view-context/index.d.ts +2 -0
- package/dist/esm/hooks/view-context/index.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapAreaClick.d.ts +59 -4
- package/dist/esm/hooks/view-context/useHeatmapAreaClick.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapClick.d.ts +29 -11
- package/dist/esm/hooks/view-context/useHeatmapClick.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapCopyView.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapData.d.ts +57 -4
- package/dist/esm/hooks/view-context/useHeatmapData.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapHover.d.ts +42 -0
- package/dist/esm/hooks/view-context/useHeatmapHover.d.ts.map +1 -0
- package/dist/esm/hooks/view-context/useHeatmapScroll.d.ts +43 -6
- package/dist/esm/hooks/view-context/useHeatmapScroll.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapViz.d.ts +52 -13
- package/dist/esm/hooks/view-context/useHeatmapViz.d.ts.map +1 -1
- package/dist/esm/hooks/view-context/useHeatmapVizRect.d.ts +60 -0
- package/dist/esm/hooks/view-context/useHeatmapVizRect.d.ts.map +1 -0
- package/dist/esm/hooks/viz-area-click/index.d.ts +1 -2
- package/dist/esm/hooks/viz-area-click/index.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaCreation.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaEditMode.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaFilterVisible.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaHydration.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaInteraction.d.ts +2 -4
- package/dist/esm/hooks/viz-area-click/useAreaInteraction.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaPositionsUpdater.d.ts +7 -0
- package/dist/esm/hooks/viz-area-click/useAreaPositionsUpdater.d.ts.map +1 -0
- package/dist/esm/hooks/viz-area-click/useAreaRectSync.d.ts.map +1 -1
- package/dist/esm/hooks/viz-area-click/useAreaTopAutoDetect.d.ts.map +1 -1
- package/dist/esm/hooks/viz-canvas/useClickmap.d.ts.map +1 -1
- package/dist/esm/hooks/viz-elm/useClickedElement.d.ts +1 -1
- package/dist/esm/hooks/viz-elm/useClickedElement.d.ts.map +1 -1
- package/dist/esm/hooks/viz-elm/useElementCalloutVisible.d.ts +2 -1
- package/dist/esm/hooks/viz-elm/useElementCalloutVisible.d.ts.map +1 -1
- package/dist/esm/hooks/viz-elm/useHeatmapEffects.d.ts.map +1 -1
- package/dist/esm/hooks/viz-elm/useHoveredElement.d.ts +2 -3
- package/dist/esm/hooks/viz-elm/useHoveredElement.d.ts.map +1 -1
- package/dist/esm/hooks/viz-iframe/index.d.ts +2 -0
- package/dist/esm/hooks/viz-iframe/index.d.ts.map +1 -0
- package/dist/esm/hooks/viz-iframe/useIframeHeightProcessor.d.ts +49 -0
- package/dist/esm/hooks/viz-iframe/useIframeHeightProcessor.d.ts.map +1 -0
- package/dist/esm/hooks/viz-live/useVizLiveRender.d.ts.map +1 -1
- package/dist/esm/hooks/viz-render/useHeatmapRender.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useHeatmapScale.d.ts +3 -0
- package/dist/esm/hooks/viz-scale/useHeatmapScale.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useObserveIframeHeight.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useScaleCalculation.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useWrapperRefHeight.d.ts.map +1 -1
- package/dist/esm/index.js +4296 -1788
- package/dist/esm/index.mjs +4296 -1788
- package/dist/esm/stores/data.d.ts +5 -5
- package/dist/esm/stores/data.d.ts.map +1 -1
- package/dist/esm/stores/index.d.ts +1 -0
- package/dist/esm/stores/index.d.ts.map +1 -1
- package/dist/esm/stores/mode-live.d.ts +7 -0
- package/dist/esm/stores/mode-live.d.ts.map +1 -1
- package/dist/esm/stores/mode-single.d.ts +8 -8
- package/dist/esm/stores/mode-single.d.ts.map +1 -1
- package/dist/esm/stores/viz-area-click.d.ts +4 -4
- package/dist/esm/stores/viz-area-click.d.ts.map +1 -1
- package/dist/esm/stores/viz-click.d.ts +11 -7
- package/dist/esm/stores/viz-click.d.ts.map +1 -1
- package/dist/esm/stores/viz-hover.d.ts +18 -0
- package/dist/esm/stores/viz-hover.d.ts.map +1 -0
- package/dist/esm/stores/viz-scrollmap.d.ts +3 -3
- package/dist/esm/stores/viz-scrollmap.d.ts.map +1 -1
- package/dist/esm/stores/viz.d.ts +5 -5
- package/dist/esm/stores/viz.d.ts.map +1 -1
- package/dist/esm/types/viz-elm.d.ts +4 -0
- package/dist/esm/types/viz-elm.d.ts.map +1 -1
- package/dist/style.css +25 -1
- package/dist/umd/components/Layout/HeatmapLayout.d.ts.map +1 -1
- package/dist/umd/components/Layout/Sidebar/PopoverSidebar.d.ts.map +1 -1
- package/dist/umd/components/VizAreaClick/AreaEditHighlightPortal.d.ts +10 -0
- package/dist/umd/components/VizAreaClick/AreaEditHighlightPortal.d.ts.map +1 -0
- package/dist/umd/components/VizAreaClick/AreaLabel.d.ts +2 -3
- package/dist/umd/components/VizAreaClick/AreaLabel.d.ts.map +1 -1
- package/dist/umd/components/VizAreaClick/AreaOverlay.d.ts +2 -6
- package/dist/umd/components/VizAreaClick/AreaOverlay.d.ts.map +1 -1
- package/dist/umd/components/VizAreaClick/AreasPortal.d.ts +8 -0
- package/dist/umd/components/VizAreaClick/AreasPortal.d.ts.map +1 -0
- package/dist/umd/components/VizAreaClick/AutoScrollHandler.d.ts +6 -0
- package/dist/umd/components/VizAreaClick/AutoScrollHandler.d.ts.map +1 -0
- package/dist/umd/components/VizAreaClick/PortalAreaRenderer.d.ts +2 -7
- package/dist/umd/components/VizAreaClick/PortalAreaRenderer.d.ts.map +1 -1
- package/dist/umd/components/VizAreaClick/SelectedAreaOverlay.d.ts +2 -0
- package/dist/umd/components/VizAreaClick/SelectedAreaOverlay.d.ts.map +1 -0
- package/dist/umd/components/VizAreaClick/VizAreaClick.d.ts.map +1 -1
- package/dist/umd/components/VizAreaClick/index.d.ts +0 -2
- package/dist/umd/components/VizAreaClick/index.d.ts.map +1 -1
- package/dist/umd/components/VizDom/VizDomHeatmap.d.ts.map +1 -1
- package/dist/umd/components/VizDom/VizDomRenderer.d.ts.map +1 -1
- package/dist/umd/components/VizDom/WrapperVisual.d.ts.map +1 -1
- package/dist/umd/components/VizElement/DefaultRankBadges.d.ts +1 -1
- package/dist/umd/components/VizElement/DefaultRankBadges.d.ts.map +1 -1
- package/dist/umd/components/VizElement/ElementCallout.d.ts +7 -2
- package/dist/umd/components/VizElement/ElementCallout.d.ts.map +1 -1
- package/dist/umd/components/VizElement/ElementOverlay.d.ts +3 -3
- package/dist/umd/components/VizElement/ElementOverlay.d.ts.map +1 -1
- package/dist/umd/components/VizElement/HeatmapElements.d.ts +2 -0
- package/dist/umd/components/VizElement/HeatmapElements.d.ts.map +1 -1
- package/dist/umd/components/VizElement/HoveredElementCallout.d.ts +4 -0
- package/dist/umd/components/VizElement/HoveredElementCallout.d.ts.map +1 -0
- package/dist/umd/components/VizElement/HoveredElementOverlay.d.ts +6 -0
- package/dist/umd/components/VizElement/HoveredElementOverlay.d.ts.map +1 -0
- package/dist/umd/components/VizElement/RankBadge.d.ts +1 -1
- package/dist/umd/components/VizElement/RankBadge.d.ts.map +1 -1
- package/dist/umd/components/VizElement/VizElements.d.ts.map +1 -1
- package/dist/umd/components/VizLive/VizLiveHeatmap.d.ts.map +1 -1
- package/dist/umd/components/VizLive/VizLiveRenderer.d.ts.map +1 -1
- package/dist/umd/components/VizScrollmap/ScrollMapMinimap.d.ts.map +1 -1
- package/dist/umd/components/VizScrollmap/ScrollMapOverlay.d.ts.map +1 -1
- package/dist/umd/components/VizScrollmap/VizScrollMap.d.ts.map +1 -1
- package/dist/umd/components/index.d.ts +0 -1
- package/dist/umd/components/index.d.ts.map +1 -1
- package/dist/umd/configs/iframe.d.ts.map +1 -1
- package/dist/umd/configs/portal.d.ts +16 -0
- package/dist/umd/configs/portal.d.ts.map +1 -0
- package/dist/umd/constants/viz-elm-callout.d.ts +2 -0
- package/dist/umd/constants/viz-elm-callout.d.ts.map +1 -1
- package/dist/umd/helpers/iframe-height/IframeHeightProcessor.d.ts +151 -0
- package/dist/umd/helpers/iframe-height/IframeHeightProcessor.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-height/index.d.ts +5 -0
- package/dist/umd/helpers/iframe-height/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-height/types.d.ts +82 -0
- package/dist/umd/helpers/iframe-height/types.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-height/utils.d.ts +75 -0
- package/dist/umd/helpers/iframe-height/utils.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/iframe-fixer.d.ts +46 -0
- package/dist/umd/helpers/iframe-helper/iframe-fixer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/iframe-height-observer.d.ts +35 -0
- package/dist/umd/helpers/iframe-helper/iframe-height-observer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/iframe-navigation-blocker.d.ts +52 -0
- package/dist/umd/helpers/iframe-helper/iframe-navigation-blocker.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/iframe-style-enforcer.d.ts +54 -0
- package/dist/umd/helpers/iframe-helper/iframe-style-enforcer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/iframe-viewport-replacer.d.ts +15 -0
- package/dist/umd/helpers/iframe-helper/iframe-viewport-replacer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/index.d.ts +5 -1
- package/dist/umd/helpers/iframe-helper/index.d.ts.map +1 -1
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/base-style-replacer.d.ts +61 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/base-style-replacer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/flickity-fixer.d.ts +10 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/flickity-fixer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/index.d.ts +9 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/observer-manager.d.ts +14 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/observer-manager.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/sticky-cart-detector.d.ts +12 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/sticky-cart-detector.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/swiper-fixer.d.ts +12 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base/swiper-fixer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/attribute-functions.d.ts +9 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/attribute-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/class-style-functions.d.ts +29 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/class-style-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/constants.d.ts +24 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/constants.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/context-interface.d.ts +29 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/context-interface.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/display-functions.d.ts +17 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/display-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/dom-injection-functions.d.ts +17 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/dom-injection-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/function-binder.d.ts +33 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/function-binder.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/index.d.ts +11 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/types.d.ts +18 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/base-functions/types.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/content/content-functions.d.ts +13 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/content/content-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/images/image-functions.d.ts +21 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/images/image-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/index.d.ts +11 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/layout/layout-functions.d.ts +29 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/layout/layout-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/popups/popup-functions.d.ts +21 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/popups/popup-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/shopify/shopify-functions.d.ts +25 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/shopify/shopify-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/sliders/slider-functions.d.ts +29 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/case-specific-functions/sliders/slider-functions.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/index.d.ts +7 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/init.d.ts +9 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/init.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/mappings/desktop-mappings.d.ts +7 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/mappings/desktop-mappings.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/mappings/mobile-mappings.d.ts +7 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/mappings/mobile-mappings.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/add-dad-fuel5reasons-section-missing-slider-classes.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/add-dad-fuel5reasons-section-missing-slider-classes.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/fix-jocko-fuel-featured-stories-section.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/fix-jocko-fuel-featured-stories-section.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/index.d.ts +19 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-balance-coffee-newsletter-form-container-display.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-balance-coffee-newsletter-form-container-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-boom-beauty-mobile-nav-menu-drawer-height.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-boom-beauty-mobile-nav-menu-drawer-height.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-cookie-diet-footer-newsletter-form-display.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-cookie-diet-footer-newsletter-form-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-dad-fuel-ingredient-highlights-section-image.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-dad-fuel-ingredient-highlights-section-image.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-get-thin-md-weight-loss-form-element-display.d.ts +3 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-get-thin-md-weight-loss-form-element-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-mag-bak-add-on-toggle-display.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-mag-bak-add-on-toggle-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-pup-labs-mobile-search-opacity.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-pup-labs-mobile-search-opacity.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-rinse-bath-and-body-header-left-icons-display.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-rinse-bath-and-body-header-left-icons-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-try-snow-header-menu-icon-display.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/remove-try-snow-header-menu-icon-display.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-bomix-mobile-mega-menu-width.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-bomix-mobile-mega-menu-width.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-jocko-product-page-swiper-sliders.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-jocko-product-page-swiper-sliders.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-vita-coco-slick-slider-inactive-slide-opacity.d.ts +6 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/methods/mobile/set-vita-coco-slick-slider-inactive-slide-opacity.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-main.d.ts +220 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-main.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-refactored.d.ts +58 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/screenshot-fixes-refactored.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/anita-screenshot-fixes.d.ts +589 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/anita-screenshot-fixes.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/forson-screenshot-fixes.d.ts +57 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/forson-screenshot-fixes.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/general-site-fixes.d.ts +88 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/general-site-fixes.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/index.d.ts +15 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/loading-background-fixes.d.ts +24 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/third-party-apps/loading-background-fixes.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/types.d.ts +70 -0
- package/dist/umd/helpers/iframe-helper/screenshot-fixes/types.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/start.d.ts +58 -0
- package/dist/umd/helpers/iframe-helper/start.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/base-replacer.d.ts +54 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/base-replacer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/general-fixer.d.ts +54 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/general-fixer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/index.d.ts +12 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/index.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/main-fixer.d.ts +32 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/main-fixer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/observer-manager.d.ts +14 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/observer-manager.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/site-specific-replacer.d.ts +25 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/site-specific-replacer.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/sticky-detector.d.ts +12 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/sticky-detector.d.ts.map +1 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/types.d.ts +40 -0
- package/dist/umd/helpers/iframe-helper/style-fixer/types.d.ts.map +1 -0
- package/dist/umd/helpers/index.d.ts +2 -1
- package/dist/umd/helpers/index.d.ts.map +1 -1
- package/dist/umd/helpers/throttle.d.ts +18 -0
- package/dist/umd/helpers/throttle.d.ts.map +1 -0
- package/dist/umd/helpers/viz-elm-callout/dimensions.d.ts +8 -2
- package/dist/umd/helpers/viz-elm-callout/dimensions.d.ts.map +1 -1
- package/dist/umd/helpers/viz-elm-callout/position-calculator.d.ts +1 -1
- package/dist/umd/helpers/viz-elm-callout/position-calculator.d.ts.map +1 -1
- package/dist/umd/helpers/viz-elm-callout/position-candidates.d.ts +8 -2
- package/dist/umd/helpers/viz-elm-callout/position-candidates.d.ts.map +1 -1
- package/dist/umd/helpers/viz-elm-callout/viz-elm.d.ts +12 -2
- package/dist/umd/helpers/viz-elm-callout/viz-elm.d.ts.map +1 -1
- package/dist/umd/hooks/index.d.ts +1 -0
- package/dist/umd/hooks/index.d.ts.map +1 -1
- package/dist/umd/hooks/register/useRegisterControl.d.ts.map +1 -1
- package/dist/umd/hooks/register/useRegisterData.d.ts.map +1 -1
- package/dist/umd/hooks/register/useRegisterHeatmap.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/createViewContextHook.d.ts +55 -0
- package/dist/umd/hooks/view-context/createViewContextHook.d.ts.map +1 -0
- package/dist/umd/hooks/view-context/index.d.ts +2 -0
- package/dist/umd/hooks/view-context/index.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapAreaClick.d.ts +59 -4
- package/dist/umd/hooks/view-context/useHeatmapAreaClick.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapClick.d.ts +29 -11
- package/dist/umd/hooks/view-context/useHeatmapClick.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapCopyView.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapData.d.ts +57 -4
- package/dist/umd/hooks/view-context/useHeatmapData.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapHover.d.ts +42 -0
- package/dist/umd/hooks/view-context/useHeatmapHover.d.ts.map +1 -0
- package/dist/umd/hooks/view-context/useHeatmapScroll.d.ts +43 -6
- package/dist/umd/hooks/view-context/useHeatmapScroll.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapViz.d.ts +52 -13
- package/dist/umd/hooks/view-context/useHeatmapViz.d.ts.map +1 -1
- package/dist/umd/hooks/view-context/useHeatmapVizRect.d.ts +60 -0
- package/dist/umd/hooks/view-context/useHeatmapVizRect.d.ts.map +1 -0
- package/dist/umd/hooks/viz-area-click/index.d.ts +1 -2
- package/dist/umd/hooks/viz-area-click/index.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaCreation.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaEditMode.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaFilterVisible.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaHydration.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaInteraction.d.ts +2 -4
- package/dist/umd/hooks/viz-area-click/useAreaInteraction.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaPositionsUpdater.d.ts +7 -0
- package/dist/umd/hooks/viz-area-click/useAreaPositionsUpdater.d.ts.map +1 -0
- package/dist/umd/hooks/viz-area-click/useAreaRectSync.d.ts.map +1 -1
- package/dist/umd/hooks/viz-area-click/useAreaTopAutoDetect.d.ts.map +1 -1
- package/dist/umd/hooks/viz-canvas/useClickmap.d.ts.map +1 -1
- package/dist/umd/hooks/viz-elm/useClickedElement.d.ts +1 -1
- package/dist/umd/hooks/viz-elm/useClickedElement.d.ts.map +1 -1
- package/dist/umd/hooks/viz-elm/useElementCalloutVisible.d.ts +2 -1
- package/dist/umd/hooks/viz-elm/useElementCalloutVisible.d.ts.map +1 -1
- package/dist/umd/hooks/viz-elm/useHeatmapEffects.d.ts.map +1 -1
- package/dist/umd/hooks/viz-elm/useHoveredElement.d.ts +2 -3
- package/dist/umd/hooks/viz-elm/useHoveredElement.d.ts.map +1 -1
- package/dist/umd/hooks/viz-iframe/index.d.ts +2 -0
- package/dist/umd/hooks/viz-iframe/index.d.ts.map +1 -0
- package/dist/umd/hooks/viz-iframe/useIframeHeightProcessor.d.ts +49 -0
- package/dist/umd/hooks/viz-iframe/useIframeHeightProcessor.d.ts.map +1 -0
- package/dist/umd/hooks/viz-live/useVizLiveRender.d.ts.map +1 -1
- package/dist/umd/hooks/viz-render/useHeatmapRender.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useHeatmapScale.d.ts +3 -0
- package/dist/umd/hooks/viz-scale/useHeatmapScale.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useObserveIframeHeight.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useScaleCalculation.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useWrapperRefHeight.d.ts.map +1 -1
- package/dist/umd/index.js +2 -2
- package/dist/umd/stores/data.d.ts +5 -5
- package/dist/umd/stores/data.d.ts.map +1 -1
- package/dist/umd/stores/index.d.ts +1 -0
- package/dist/umd/stores/index.d.ts.map +1 -1
- package/dist/umd/stores/mode-live.d.ts +7 -0
- package/dist/umd/stores/mode-live.d.ts.map +1 -1
- package/dist/umd/stores/mode-single.d.ts +8 -8
- package/dist/umd/stores/mode-single.d.ts.map +1 -1
- package/dist/umd/stores/viz-area-click.d.ts +4 -4
- package/dist/umd/stores/viz-area-click.d.ts.map +1 -1
- package/dist/umd/stores/viz-click.d.ts +11 -7
- package/dist/umd/stores/viz-click.d.ts.map +1 -1
- package/dist/umd/stores/viz-hover.d.ts +18 -0
- package/dist/umd/stores/viz-hover.d.ts.map +1 -0
- package/dist/umd/stores/viz-scrollmap.d.ts +3 -3
- package/dist/umd/stores/viz-scrollmap.d.ts.map +1 -1
- package/dist/umd/stores/viz.d.ts +5 -5
- package/dist/umd/stores/viz.d.ts.map +1 -1
- package/dist/umd/types/viz-elm.d.ts +4 -0
- package/dist/umd/types/viz-elm.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/esm/helpers/iframe-helper/fixer.d.ts +0 -18
- package/dist/esm/helpers/iframe-helper/fixer.d.ts.map +0 -1
- package/dist/esm/helpers/iframe-helper/init.d.ts +0 -5
- package/dist/esm/helpers/iframe-helper/init.d.ts.map +0 -1
- package/dist/esm/helpers/iframe-helper/navigation-blocker-v2.d.ts +0 -31
- package/dist/esm/helpers/iframe-helper/navigation-blocker-v2.d.ts.map +0 -1
- package/dist/esm/helpers/iframe-helper/navigation-blocker.d.ts +0 -20
- package/dist/esm/helpers/iframe-helper/navigation-blocker.d.ts.map +0 -1
- package/dist/esm/helpers/iframe-helper/style-replacer.d.ts +0 -25
- package/dist/esm/helpers/iframe-helper/style-replacer.d.ts.map +0 -1
- package/dist/esm/hooks/viz-area-click/useAreaPortals.d.ts +0 -15
- package/dist/esm/hooks/viz-area-click/useAreaPortals.d.ts.map +0 -1
- package/dist/esm/hooks/viz-area-click/useAreaScrollSync.d.ts +0 -7
- package/dist/esm/hooks/viz-area-click/useAreaScrollSync.d.ts.map +0 -1
- package/dist/umd/helpers/iframe-helper/fixer.d.ts +0 -18
- package/dist/umd/helpers/iframe-helper/fixer.d.ts.map +0 -1
- package/dist/umd/helpers/iframe-helper/init.d.ts +0 -5
- package/dist/umd/helpers/iframe-helper/init.d.ts.map +0 -1
- package/dist/umd/helpers/iframe-helper/navigation-blocker-v2.d.ts +0 -31
- package/dist/umd/helpers/iframe-helper/navigation-blocker-v2.d.ts.map +0 -1
- package/dist/umd/helpers/iframe-helper/navigation-blocker.d.ts +0 -20
- package/dist/umd/helpers/iframe-helper/navigation-blocker.d.ts.map +0 -1
- package/dist/umd/helpers/iframe-helper/style-replacer.d.ts +0 -25
- package/dist/umd/helpers/iframe-helper/style-replacer.d.ts.map +0 -1
- package/dist/umd/hooks/viz-area-click/useAreaPortals.d.ts +0 -15
- package/dist/umd/hooks/viz-area-click/useAreaPortals.d.ts.map +0 -1
- package/dist/umd/hooks/viz-area-click/useAreaScrollSync.d.ts +0 -7
- package/dist/umd/hooks/viz-area-click/useAreaScrollSync.d.ts.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ClickMapPoint, DecodedPayload, IHeatmapInfo, IPersistedAreaData, ScrollMapPoint } from '../types';
|
|
2
2
|
export interface IHeatmapDataStore {
|
|
3
|
-
data:
|
|
4
|
-
clickmap:
|
|
5
|
-
clickAreas:
|
|
6
|
-
dataInfo:
|
|
7
|
-
scrollmap:
|
|
3
|
+
data: Map<string, DecodedPayload[] | undefined>;
|
|
4
|
+
clickmap: Map<string, ClickMapPoint[] | undefined>;
|
|
5
|
+
clickAreas: Map<string, IPersistedAreaData[] | undefined>;
|
|
6
|
+
dataInfo: Map<string, IHeatmapInfo | undefined>;
|
|
7
|
+
scrollmap: Map<string, ScrollMapPoint[] | undefined>;
|
|
8
8
|
setDataInfo: (dataInfo: IHeatmapInfo, viewId?: string) => void;
|
|
9
9
|
setData: (data: DecodedPayload[], viewId?: string) => void;
|
|
10
10
|
setClickmap: (clickmap: ClickMapPoint[], viewId?: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/stores/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMhH,MAAM,WAAW,iBAAiB;IAEhC,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../src/stores/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMhH,MAAM,WAAW,iBAAiB;IAEhC,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC,CAAC;IAChD,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,SAAS,CAAC,CAAC;IACnD,UAAU,EAAE,GAAG,CAAC,MAAM,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAC,CAAC;IAC1D,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC,CAAC;IAChD,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,EAAE,GAAG,SAAS,CAAC,CAAC;IAGrD,WAAW,EAAE,CAAC,QAAQ,EAAE,YAAY,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/D,OAAO,EAAE,CAAC,IAAI,EAAE,cAAc,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,WAAW,EAAE,CAAC,QAAQ,EAAE,aAAa,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,aAAa,EAAE,CAAC,UAAU,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,YAAY,EAAE,CAAC,SAAS,EAAE,cAAc,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGrE,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAGzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAGpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,mBAAmB;;;;;;;;EA8G/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stores/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/stores/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AAEvB,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import type { DecodedPayload } from '../types';
|
|
2
|
+
type RenderMode = 'portal' | 'inline';
|
|
2
3
|
interface IHeatmapLiveStoreState {
|
|
3
4
|
payloads: DecodedPayload[];
|
|
4
5
|
htmlContent: string;
|
|
6
|
+
targetUrl: string;
|
|
7
|
+
renderMode: RenderMode;
|
|
8
|
+
storefrontPassword: string;
|
|
5
9
|
}
|
|
6
10
|
interface IHeatmapLiveStoreActions {
|
|
7
11
|
setPayloads: (payloads: DecodedPayload[]) => void;
|
|
8
12
|
addPayload: (payload: DecodedPayload) => void;
|
|
9
13
|
reset: () => void;
|
|
10
14
|
setHtmlContent: (htmlContent: string) => void;
|
|
15
|
+
setTargetUrl: (targetUrl: string) => void;
|
|
16
|
+
setRenderMode: (mode: RenderMode) => void;
|
|
17
|
+
setStorefrontPassword: (password: string) => void;
|
|
11
18
|
}
|
|
12
19
|
interface IHeatmapLiveStore extends IHeatmapLiveStoreState, IHeatmapLiveStoreActions {
|
|
13
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mode-live.d.ts","sourceRoot":"","sources":["../../src/stores/mode-live.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAI/C,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"mode-live.d.ts","sourceRoot":"","sources":["../../src/stores/mode-live.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAI/C,KAAK,UAAU,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEtC,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AACD,UAAU,wBAAwB;IAChC,WAAW,EAAE,CAAC,QAAQ,EAAE,cAAc,EAAE,KAAK,IAAI,CAAC;IAClD,UAAU,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAAC;IAC9C,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,cAAc,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,YAAY,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,aAAa,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IAC1C,qBAAqB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACnD;AAED,UAAU,iBAAkB,SAAQ,sBAAsB,EAAE,wBAAwB;CAAG;AAUvF,eAAO,MAAM,mBAAmB,gFAW9B,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { Visualizer } from '@gemx-dev/clarity-visualize';
|
|
2
|
-
export interface
|
|
3
|
-
vizRef:
|
|
4
|
-
iframeHeight:
|
|
5
|
-
wrapperHeight:
|
|
6
|
-
wrapperWidth:
|
|
2
|
+
export interface IHeatmapVizRectStore {
|
|
3
|
+
vizRef: Map<string, Visualizer | null>;
|
|
4
|
+
iframeHeight: Map<string, number>;
|
|
5
|
+
wrapperHeight: Map<string, number>;
|
|
6
|
+
wrapperWidth: Map<string, number>;
|
|
7
7
|
setVizRef: (vizRef: Visualizer | null, viewId?: string) => void;
|
|
8
8
|
setIframeHeight: (iframeHeight: number, viewId?: string) => void;
|
|
9
9
|
setWrapperHeight: (wrapperHeight: number, viewId?: string) => void;
|
|
@@ -12,10 +12,10 @@ export interface IHeatmapSingleStore {
|
|
|
12
12
|
clearView: (viewId: string) => void;
|
|
13
13
|
resetAll: () => void;
|
|
14
14
|
}
|
|
15
|
-
export declare const
|
|
15
|
+
export declare const useHeatmapVizRectStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<IHeatmapVizRectStore>, "subscribe"> & {
|
|
16
16
|
subscribe: {
|
|
17
|
-
(listener: (selectedState:
|
|
18
|
-
<U>(selector: (state:
|
|
17
|
+
(listener: (selectedState: IHeatmapVizRectStore, previousSelectedState: IHeatmapVizRectStore) => void): () => void;
|
|
18
|
+
<U>(selector: (state: IHeatmapVizRectStore) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
19
19
|
equalityFn?: ((a: U, b: U) => boolean) | undefined;
|
|
20
20
|
fireImmediately?: boolean;
|
|
21
21
|
} | undefined): () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mode-single.d.ts","sourceRoot":"","sources":["../../src/stores/mode-single.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAM9D,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"mode-single.d.ts","sourceRoot":"","sources":["../../src/stores/mode-single.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAM9D,MAAM,WAAW,oBAAoB;IAEnC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC,CAAC;IACvC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACnC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGlC,SAAS,EAAE,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,eAAe,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,gBAAgB,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnE,eAAe,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGjE,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAGzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAGpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,sBAAsB;;;;;;;;EAiFlC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { IAreaNode } from '../types';
|
|
2
2
|
export interface IHeatmapAreaClickStore {
|
|
3
|
-
selectedArea:
|
|
4
|
-
hoveredArea:
|
|
5
|
-
areas:
|
|
6
|
-
isEditingMode:
|
|
3
|
+
selectedArea: Map<string, IAreaNode | null>;
|
|
4
|
+
hoveredArea: Map<string, IAreaNode | null>;
|
|
5
|
+
areas: Map<string, IAreaNode[]>;
|
|
6
|
+
isEditingMode: Map<string, boolean>;
|
|
7
7
|
setSelectedArea: (area: IAreaNode | null, viewId?: string) => void;
|
|
8
8
|
setHoveredArea: (area: IAreaNode | null, viewId?: string) => void;
|
|
9
9
|
setAreas: (areas: IAreaNode[], viewId?: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-area-click.d.ts","sourceRoot":"","sources":["../../src/stores/viz-area-click.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAM1C,MAAM,WAAW,sBAAsB;IAErC,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"viz-area-click.d.ts","sourceRoot":"","sources":["../../src/stores/viz-area-click.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAM1C,MAAM,WAAW,sBAAsB;IAErC,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC,CAAC;IAC5C,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC,CAAC;IAC3C,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;IAChC,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGpC,eAAe,EAAE,CAAC,IAAI,EAAE,SAAS,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnE,cAAc,EAAE,CAAC,IAAI,EAAE,SAAS,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,gBAAgB,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGhE,OAAO,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACtD,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnF,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGtC,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,wBAAwB;;;;;;;;EAmKpC,CAAC"}
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import type { ElementInfo } from '../types';
|
|
2
1
|
export interface IHeatmapState {
|
|
3
2
|
hideSidebar: boolean;
|
|
4
3
|
}
|
|
4
|
+
export interface ISelectedElement {
|
|
5
|
+
hash: string;
|
|
6
|
+
mousePosition?: {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
5
11
|
export interface IHeatmapClickStore {
|
|
6
|
-
state:
|
|
12
|
+
state: Map<string, IHeatmapState>;
|
|
7
13
|
setState: (state: IHeatmapState, viewId?: string) => void;
|
|
8
|
-
selectedElement:
|
|
9
|
-
setSelectedElement: (selectedElement: string | null, viewId?: string) => void;
|
|
10
|
-
|
|
11
|
-
setHoveredElement: (hoveredElement: ElementInfo | null, viewId?: string) => void;
|
|
12
|
-
shouldShowCallout: Record<string, boolean>;
|
|
14
|
+
selectedElement: Map<string, ISelectedElement | null>;
|
|
15
|
+
setSelectedElement: (selectedElement: ISelectedElement | string | null, viewId?: string) => void;
|
|
16
|
+
shouldShowCallout: Map<string, boolean>;
|
|
13
17
|
setShouldShowCallout: (shouldShowCallout: boolean, viewId?: string) => void;
|
|
14
18
|
copyView: (fromViewId: string, toViewId: string) => void;
|
|
15
19
|
clearView: (viewId: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-click.d.ts","sourceRoot":"","sources":["../../src/stores/viz-click.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"viz-click.d.ts","sourceRoot":"","sources":["../../src/stores/viz-click.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC1C;AAED,MAAM,WAAW,kBAAkB;IAEjC,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,eAAe,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAAC,CAAC;IACtD,kBAAkB,EAAE,CAAC,eAAe,EAAE,gBAAgB,GAAG,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACjG,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxC,oBAAoB,EAAE,CAAC,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAG5E,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAMD,eAAO,MAAM,oBAAoB;;;;;;;;EAwEhC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ElementInfo } from '../types';
|
|
2
|
+
export interface IHeatmapHoverStore {
|
|
3
|
+
hoveredElement: Map<string, ElementInfo | null>;
|
|
4
|
+
setHoveredElement: (hoveredElement: ElementInfo | null, viewId?: string) => void;
|
|
5
|
+
copyView: (fromViewId: string, toViewId: string) => void;
|
|
6
|
+
clearView: (viewId: string) => void;
|
|
7
|
+
resetAll: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare const useHeatmapHoverStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<IHeatmapHoverStore>, "subscribe"> & {
|
|
10
|
+
subscribe: {
|
|
11
|
+
(listener: (selectedState: IHeatmapHoverStore, previousSelectedState: IHeatmapHoverStore) => void): () => void;
|
|
12
|
+
<U>(selector: (state: IHeatmapHoverStore) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
13
|
+
equalityFn?: ((a: U, b: U) => boolean) | undefined;
|
|
14
|
+
fireImmediately?: boolean;
|
|
15
|
+
} | undefined): () => void;
|
|
16
|
+
};
|
|
17
|
+
}>;
|
|
18
|
+
//# sourceMappingURL=viz-hover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"viz-hover.d.ts","sourceRoot":"","sources":["../../src/stores/viz-hover.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAM5C,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC,CAAC;IAChD,iBAAiB,EAAE,CAAC,cAAc,EAAE,WAAW,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGjF,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,oBAAoB;;;;;;;;EAgChC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { IScrollZone } from '../types';
|
|
2
2
|
export interface IHeatmapVizScrollmapStore {
|
|
3
|
-
zones:
|
|
3
|
+
zones: Map<string, IScrollZone[]>;
|
|
4
4
|
setZones: (zones: IScrollZone[], viewId?: string) => void;
|
|
5
|
-
hoveredZone:
|
|
5
|
+
hoveredZone: Map<string, IScrollZone | null>;
|
|
6
6
|
setHoveredZone: (hoveredZone: IScrollZone | null, viewId?: string) => void;
|
|
7
|
-
showMinimap:
|
|
7
|
+
showMinimap: Map<string, boolean>;
|
|
8
8
|
setShowMinimap: (showMinimap: boolean, viewId?: string) => void;
|
|
9
9
|
copyView: (fromViewId: string, toViewId: string) => void;
|
|
10
10
|
clearView: (viewId: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-scrollmap.d.ts","sourceRoot":"","sources":["../../src/stores/viz-scrollmap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAM5C,MAAM,WAAW,yBAAyB;IAExC,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"viz-scrollmap.d.ts","sourceRoot":"","sources":["../../src/stores/viz-scrollmap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAM5C,MAAM,WAAW,yBAAyB;IAExC,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,EAAE,CAAC,CAAC;IAClC,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC,CAAC;IAC7C,cAAc,EAAE,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3E,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,cAAc,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGhE,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,2BAA2B;;;;;;;;EAsEvC,CAAC"}
|
package/dist/esm/stores/viz.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export interface IHeatmapVizStore {
|
|
2
|
-
isRenderViz:
|
|
3
|
-
zoomRatio:
|
|
4
|
-
minZoomRatio:
|
|
5
|
-
scale:
|
|
6
|
-
isScaledToFit:
|
|
2
|
+
isRenderViz: Map<string, boolean>;
|
|
3
|
+
zoomRatio: Map<string, number>;
|
|
4
|
+
minZoomRatio: Map<string, number>;
|
|
5
|
+
scale: Map<string, number>;
|
|
6
|
+
isScaledToFit: Map<string, boolean>;
|
|
7
7
|
setIsRenderViz: (isRenderViz: boolean, viewId?: string) => void;
|
|
8
8
|
setZoomRatio: (zoomRatio: number, viewId?: string) => void;
|
|
9
9
|
setMinZoomRatio: (minZoomRatio: number, viewId?: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz.d.ts","sourceRoot":"","sources":["../../src/stores/viz.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,gBAAgB;IAE/B,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"viz.d.ts","sourceRoot":"","sources":["../../src/stores/viz.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,gBAAgB;IAE/B,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,YAAY,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,KAAK,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3B,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAGpC,cAAc,EAAE,CAAC,WAAW,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,YAAY,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,eAAe,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACnD,gBAAgB,EAAE,CAAC,aAAa,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAGpE,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAGzD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAGpC,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,kBAAkB;;;;;;;;EAoG9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-elm.d.ts","sourceRoot":"","sources":["../../src/types/viz-elm.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,WAAY,SAAQ,WAAW;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"viz-elm.d.ts","sourceRoot":"","sources":["../../src/types/viz-elm.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,WAAY,SAAQ,WAAW;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC1C;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd;AACD,MAAM,WAAW,cAAc;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAC;CACnC;AAGD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,WAAW,GAAG,IAAI,CAAC;CAC3C"}
|
package/dist/style.css
CHANGED
|
@@ -62,6 +62,25 @@
|
|
|
62
62
|
position: absolute;
|
|
63
63
|
border: 1px solid white;
|
|
64
64
|
outline: 1px solid #0078d4;
|
|
65
|
+
transition: opacity 0.15s ease-out;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.heatmapElement--hovered {
|
|
69
|
+
animation: heatmap-element-fade-in 0.2s ease-out;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.heatmapElement--clicked {
|
|
73
|
+
animation: heatmap-element-fade-in 0.2s ease-out;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@keyframes heatmap-element-fade-in {
|
|
77
|
+
from {
|
|
78
|
+
opacity: 0;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
to {
|
|
82
|
+
opacity: 1;
|
|
83
|
+
}
|
|
65
84
|
}
|
|
66
85
|
|
|
67
86
|
/* ================= Callout CSS ================= */
|
|
@@ -77,6 +96,11 @@
|
|
|
77
96
|
/* overflow: hidden; */
|
|
78
97
|
}
|
|
79
98
|
|
|
99
|
+
.clarity-callout--mouse-follow {
|
|
100
|
+
position: absolute;
|
|
101
|
+
z-index: 2;
|
|
102
|
+
}
|
|
103
|
+
|
|
80
104
|
@keyframes clarity-callout-fade-in {
|
|
81
105
|
from {
|
|
82
106
|
opacity: 0;
|
|
@@ -140,4 +164,4 @@
|
|
|
140
164
|
}
|
|
141
165
|
}
|
|
142
166
|
|
|
143
|
-
/*# sourceMappingURL=data:application/json;base64,
|
|
167
|
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zdHlsZXMvc3R5bGUuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6InN0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qID09PT09PT09PT09PT09PT09IEdsb2JhbCBDU1MgPT09PT09PT09PT09PT09PT0gKi9cbi5neC1obS1kaXZpZGVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogdmFyKC0tZ3gtaG0tYm9yZGVyLXdpZHRoLCAxcHgpO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1neC1obS1ib3JkZXItY29sb3IsICNjY2MpO1xufVxuXG4uZ3gtaG0tYm9yZGVyLWlubGluZS1lbmQge1xuICBib3JkZXItaW5saW5lLWVuZC13aWR0aDogdmFyKC0tZ3gtaG0tYm9yZGVyLXdpZHRoLCAxcHgpO1xuICBib3JkZXItaW5saW5lLWVuZC1jb2xvcjogdmFyKC0tZ3gtaG0tYm9yZGVyLWNvbG9yLCAjY2NjKTtcbiAgYm9yZGVyLWlubGluZS1lbmQtc3R5bGU6IHNvbGlkO1xufVxuXG4uZ3gtaG0tYm9yZGVyLWJsb2NrLWVuZCB7XG4gIGJvcmRlci1ibG9jay1lbmQtd2lkdGg6IHZhcigtLWd4LWhtLWJvcmRlci13aWR0aCwgMXB4KTtcbiAgYm9yZGVyLWJsb2NrLWVuZC1jb2xvcjogdmFyKC0tZ3gtaG0tYm9yZGVyLWNvbG9yLCAjY2NjKTtcbiAgYm9yZGVyLWJsb2NrLWVuZC1zdHlsZTogc29saWQ7XG59XG5cbi5neC1obS1zaGFkb3cge1xuICBib3gtc2hhZG93OiAwcHggMHB4IDZweCAxcHggIzFhMWExYTMzO1xufVxuXG4vKiA9PT09PT09PT09PT09PT09PSBIZWF0bWFwIFdyYXBwZXIgQ1NTID09PT09PT09PT09PT09PT09ICovXG5cbi5neC1obS13cmFwcGVyIGlmcmFtZSB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICAvKiBib3JkZXI6IDFweCBzb2xpZCAjQ0NDOyAqL1xuICBib3JkZXItcmFkaXVzOiA4cHg7XG4gIGJvcmRlci13aWR0aDogdmFyKC0tZ3gtaG0tYm9yZGVyLXdpZHRoLWlmcmFtZSwgMXB4KTtcbiAgYm9yZGVyLWNvbG9yOiB2YXIoLS1neC1obS1ib3JkZXItY29sb3IsICNjY2MpO1xuICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICAvKiBib3gtc2hhZG93OiAwcHggMXB4IDBweCAwcHggIzFBMUExQTEyO1xuICBib3gtc2hhZG93OiAwcHggMXB4IDBweCAwcHggI0NDQ0NDQzgwIGluc2V0O1xuICBib3gtc2hhZG93OiAwcHggLTFweCAwcHggMHB4ICMwMDAwMDAyQiBpbnNldDtcbiAgYm94LXNoYWRvdzogLTFweCAwcHggMHB4IDBweCAjMDAwMDAwMjEgaW5zZXQ7XG4gIGJveC1zaGFkb3c6IDFweCAwcHggMHB4IDBweCAjMDAwMDAwMjEgaW5zZXQ7ICovXG59XG5cbi5neC1obS13cmFwcGVyIC5neC1obS1lbGVtZW50cyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgei1pbmRleDogMjtcbn1cblxuLmd4LWhtLXJhbmstYmFkZ2Uge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAyOHB4O1xuICBoZWlnaHQ6IDI4cHg7XG4gIGJhY2tncm91bmQ6ICMwMDc4ZDQ7XG4gIGNvbG9yOiB3aGl0ZTtcbiAgYm9yZGVyOiAxcHggc29saWQgI2ZmZmZmZjtcbiAgYm9yZGVyLXJhZGl1czogMzJweDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgZmlsdGVyOiBkcm9wLXNoYWRvdygwcHggMS4ycHggMy42cHggcmdiYSgwLCAwLCAwLCAwLjEpKTtcbiAgY3Vyc29yOiBkZWZhdWx0O1xufVxuXG4uaGVhdG1hcEVsZW1lbnQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvcmRlcjogMXB4IHNvbGlkIHdoaXRlO1xuICBvdXRsaW5lOiAxcHggc29saWQgIzAwNzhkNDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjE1cyBlYXNlLW91dDtcbn1cblxuLmhlYXRtYXBFbGVtZW50LS1ob3ZlcmVkIHtcbiAgYW5pbWF0aW9uOiBoZWF0bWFwLWVsZW1lbnQtZmFkZS1pbiAwLjJzIGVhc2Utb3V0O1xufVxuXG4uaGVhdG1hcEVsZW1lbnQtLWNsaWNrZWQge1xuICBhbmltYXRpb246IGhlYXRtYXAtZWxlbWVudC1mYWRlLWluIDAuMnMgZWFzZS1vdXQ7XG59XG5cbkBrZXlmcmFtZXMgaGVhdG1hcC1lbGVtZW50LWZhZGUtaW4ge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cbn1cblxuLyogPT09PT09PT09PT09PT09PT0gQ2FsbG91dCBDU1MgPT09PT09PT09PT09PT09PT0gKi9cblxuLmNsYXJpdHktY2FsbG91dCB7XG4gIC8qIGJveC1zaGFkb3c6IDAgNHB4IDIwcHggcmdiYSgwLCAwLCAwLCAwLjE1KTsgKi9cbiAgbWluLXdpZHRoOiAyMDBweDtcbiAgbWF4LXdpZHRoOiAyODBweDtcbiAgd2lkdGg6IDIzMHB4O1xuICBoZWlnaHQ6IDI2M3B4O1xuICBhbmltYXRpb246IGNsYXJpdHktY2FsbG91dC1mYWRlLWluIDAuMnMgZWFzZS1vdXQ7XG4gIHBvaW50ZXItZXZlbnRzOiBhdXRvO1xuICAvKiBvdmVyZmxvdzogaGlkZGVuOyAqL1xufVxuXG4uY2xhcml0eS1jYWxsb3V0LS1tb3VzZS1mb2xsb3cge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHotaW5kZXg6IDI7XG59XG5cbkBrZXlmcmFtZXMgY2xhcml0eS1jYWxsb3V0LWZhZGUtaW4ge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC8qIHRyYW5zZm9ybTogc2NhbGUoMC45NSk7ICovXG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAvKiB0cmFuc2Zvcm06IHNjYWxlKDEpOyAqL1xuICB9XG59XG5cbi5jbGFyaXR5LWNhbGxvdXRfX2Fycm93IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMTZweDtcbiAgaGVpZ2h0OiAxNnB4O1xuICBiYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgdHJhbnNmb3JtOiByb3RhdGUoNDVkZWcpO1xufVxuXG4vKiA9PT09PT09PT09PT09PT09PSBMb2FkaW5nIENTUyA9PT09PT09PT09PT09PT09PSAqL1xuLmd4LWhtLWxvYWRpbmcge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgcmlnaHQ6IDA7XG4gIGJvdHRvbTogMDtcbiAgYmFja2dyb3VuZDogcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjk1KTtcbiAgYmFja2Ryb3AtZmlsdGVyOiBibHVyKDJweCk7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB6LWluZGV4OiAxMDtcbiAgYm9yZGVyLXJhZGl1czogOHB4O1xufVxuXG4uZ3gtaG0tbG9hZGluZy0tc3Bpbm5lciB7XG4gIHdpZHRoOiA0OHB4O1xuICBoZWlnaHQ6IDQ4cHg7XG4gIGJvcmRlcjogNHB4IHNvbGlkICNmM2YzZjM7XG4gIGJvcmRlci10b3A6IDRweCBzb2xpZCAjNGY0NmU1O1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGFuaW1hdGlvbjogc3BpbiAxcyBsaW5lYXIgaW5maW5pdGU7XG59XG5cbi5neC1obS1sb2FkaW5nLS10ZXh0IHtcbiAgbWFyZ2luLXRvcDogMTZweDtcbiAgZm9udC1zaXplOiAxNHB4O1xuICBmb250LXdlaWdodDogNTAwO1xuICBjb2xvcjogIzY2Njtcbn1cblxuQGtleWZyYW1lcyBzcGluIHtcbiAgZnJvbSB7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XG4gIH1cblxuICB0byB7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTtcbiAgfVxufVxuIl19 */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeatmapLayout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/HeatmapLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACnH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"HeatmapLayout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/HeatmapLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACnH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAS3D,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAClC,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,EAAE,eAAe,CAAC;CAC3B;AACD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsDtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Sidebar/PopoverSidebar.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"PopoverSidebar.d.ts","sourceRoot":"","sources":["../../../../src/components/Layout/Sidebar/PopoverSidebar.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAkElC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IAreaNode } from '../../types';
|
|
2
|
+
interface AreaEditHighlightPortalProps {
|
|
3
|
+
shadowContainer: HTMLElement;
|
|
4
|
+
iframeRef: React.RefObject<HTMLIFrameElement | null>;
|
|
5
|
+
customShadowRoot?: HTMLElement;
|
|
6
|
+
onAreaCreated?: (area: IAreaNode) => void;
|
|
7
|
+
}
|
|
8
|
+
export declare const AreaEditHighlightPortal: React.FC<AreaEditHighlightPortalProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=AreaEditHighlightPortal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreaEditHighlightPortal.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreaEditHighlightPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C,UAAU,4BAA4B;IACpC,eAAe,EAAE,WAAW,CAAC;IAC7B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrD,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAiB1E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreaLabel.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreaLabel.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"AreaLabel.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreaLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,UAAU,cAAc;IACtB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8B9C,CAAC"}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import type { IAreaNode } from '../../types';
|
|
2
2
|
interface AreaOverlayProps {
|
|
3
3
|
area: IAreaNode;
|
|
4
|
-
|
|
5
|
-
onMouseEnter?: (area: IAreaNode) => void;
|
|
6
|
-
onMouseLeave?: (area: IAreaNode) => void;
|
|
7
|
-
isSelected?: boolean;
|
|
8
|
-
isHovered?: boolean;
|
|
4
|
+
onAreaClick?: (area: IAreaNode) => void;
|
|
9
5
|
}
|
|
10
|
-
export declare const AreaOverlay:
|
|
6
|
+
export declare const AreaOverlay: import("react").NamedExoticComponent<AreaOverlayProps>;
|
|
11
7
|
export {};
|
|
12
8
|
//# sourceMappingURL=AreaOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AreaOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreaOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"AreaOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreaOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C,UAAU,gBAAgB;IACxB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACzC;AA2FD,eAAO,MAAM,WAAW,wDAsBtB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IAreaNode } from '../../types';
|
|
2
|
+
interface AreasPortalProps {
|
|
3
|
+
shadowContainer: HTMLElement;
|
|
4
|
+
onAreaClick?: (area: IAreaNode) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const AreasPortal: React.FC<AreasPortalProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=AreasPortal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreasPortal.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AreasPortal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C,UAAU,gBAAgB;IACxB,eAAe,EAAE,WAAW,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoScrollHandler.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/AutoScrollHandler.tsx"],"names":[],"mappings":"AAGA,UAAU,sBAAsB;IAC9B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CACnD;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAa9D,CAAC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import type { IAreaNode } from '../../types';
|
|
2
|
-
interface
|
|
2
|
+
interface PortalAreaRendererProps {
|
|
3
3
|
iframeRef: React.RefObject<HTMLIFrameElement | null>;
|
|
4
4
|
visualRef: React.RefObject<HTMLDivElement | null>;
|
|
5
5
|
shadowRoot?: HTMLElement;
|
|
6
6
|
onAreaCreated?: (area: IAreaNode) => void;
|
|
7
7
|
onAreaClick?: (area: IAreaNode) => void;
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
areasPortal: React.ReactNode | null;
|
|
11
|
-
editHighlightPortal: React.ReactNode | null;
|
|
12
|
-
isReady: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare function useAreaRenderer(options: IAreaRendererOptions): IAreaRendererResult;
|
|
9
|
+
export declare const PortalAreaRenderer: React.FC<PortalAreaRendererProps>;
|
|
15
10
|
export {};
|
|
16
11
|
//# sourceMappingURL=PortalAreaRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PortalAreaRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/PortalAreaRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"PortalAreaRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/PortalAreaRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C,UAAU,uBAAuB;IAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAClD,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IAC1C,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA6BhE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectedAreaOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/SelectedAreaOverlay.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAgBvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VizAreaClick.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/VizAreaClick.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"VizAreaClick.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/VizAreaClick.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAa7C,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IACrD,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAClD,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiCpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/VizAreaClick/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VizDomHeatmap.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/VizDomHeatmap.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"VizDomHeatmap.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/VizDomHeatmap.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAkCjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VizDomRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/VizDomRenderer.tsx"],"names":[],"mappings":"AASA,UAAU,mBAAmB;IAC3B,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"VizDomRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/VizDomRenderer.tsx"],"names":[],"mappings":"AASA,UAAU,mBAAmB;IAC3B,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA0CxD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WrapperVisual.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/WrapperVisual.tsx"],"names":[],"mappings":"AAIA,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC3C,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACtD;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"WrapperVisual.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/WrapperVisual.tsx"],"names":[],"mappings":"AAIA,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC3C,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACtD;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA+DtD,CAAC"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
getRect: (el?: HeatmapElement) => ElementRect | null;
|
|
4
4
|
hidden?: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare const DefaultRankBadges:
|
|
6
|
+
export declare const DefaultRankBadges: import("react").NamedExoticComponent<Props>;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=DefaultRankBadges.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultRankBadges.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/DefaultRankBadges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"DefaultRankBadges.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/DefaultRankBadges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAO/D,UAAU,KAAK;IACb,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,KAAK,WAAW,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAuBD,eAAO,MAAM,iBAAiB,6CAAmC,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import type { ElementInfo, IHorizontalAlignment } from '../../types';
|
|
2
|
+
export type ICalloutPositionMode = 'absolute' | 'fixed';
|
|
2
3
|
export interface ElementCalloutProps {
|
|
3
4
|
element: ElementInfo;
|
|
4
5
|
target: string;
|
|
5
|
-
visualRef
|
|
6
|
-
hozOffset?: number;
|
|
6
|
+
visualRef: React.RefObject<HTMLDivElement>;
|
|
7
7
|
alignment?: IHorizontalAlignment;
|
|
8
|
+
offset?: {
|
|
9
|
+
x: number;
|
|
10
|
+
y: number;
|
|
11
|
+
};
|
|
12
|
+
positionMode?: ICalloutPositionMode;
|
|
8
13
|
}
|
|
9
14
|
export declare const ElementCallout: React.FC<ElementCalloutProps>;
|
|
10
15
|
//# sourceMappingURL=ElementCallout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementCallout.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementCallout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAoB,oBAAoB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ElementCallout.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementCallout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAoB,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAoBvF,MAAM,MAAM,oBAAoB,GAAG,UAAU,GAAG,OAAO,CAAC;AAExD,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,MAAM,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClC,YAAY,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAoED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAqCxD,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ElementInfo } from '../../types';
|
|
2
|
-
interface
|
|
2
|
+
interface ElementOverlayProps {
|
|
3
3
|
type: 'hovered' | 'clicked';
|
|
4
4
|
element: ElementInfo | null;
|
|
5
|
-
onClick?: () => void;
|
|
5
|
+
onClick?: (event?: React.MouseEvent<HTMLDivElement>) => void;
|
|
6
6
|
elementId: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const ElementOverlay:
|
|
8
|
+
export declare const ElementOverlay: import("react").NamedExoticComponent<ElementOverlayProps>;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=ElementOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAO/C,UAAU,
|
|
1
|
+
{"version":3,"file":"ElementOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementOverlay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAO/C,UAAU,mBAAmB;IAC3B,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAC7D,SAAS,EAAE,MAAM,CAAC;CACnB;AAiCD,eAAO,MAAM,cAAc,2DAAgC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { IHeatmapInfo, WebVisualizer } from '../../types';
|
|
2
|
+
import type { ICalloutPositionMode } from './ElementCallout';
|
|
2
3
|
interface HeatmapElementsProps {
|
|
3
4
|
heatmapInfo?: IHeatmapInfo;
|
|
4
5
|
visualizer?: WebVisualizer;
|
|
@@ -6,6 +7,7 @@ interface HeatmapElementsProps {
|
|
|
6
7
|
iframeDimensions?: React.CSSProperties;
|
|
7
8
|
areDefaultRanksHidden?: boolean;
|
|
8
9
|
isSecondary?: boolean;
|
|
10
|
+
positionMode?: ICalloutPositionMode;
|
|
9
11
|
iframeRef: React.RefObject<HTMLIFrameElement>;
|
|
10
12
|
wrapperRef: React.RefObject<HTMLElement>;
|
|
11
13
|
visualRef: React.RefObject<HTMLDivElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeatmapElements.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/HeatmapElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"HeatmapElements.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/HeatmapElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAuB,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AA4BlF,UAAU,oBAAoB;IAC5B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACvC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,oBAAoB,CAAC;IACpC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC9C,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACzC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CAC5C;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA+D1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HoveredElementCallout.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/HoveredElementCallout.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,qBAAqB;YARuB,MAAM;EAQU,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface HoveredElementOverlayProps {
|
|
2
|
+
onClick?: (event?: React.MouseEvent<HTMLDivElement>, hash?: string) => void;
|
|
3
|
+
}
|
|
4
|
+
export declare const HoveredElementOverlay: import("react").NamedExoticComponent<HoveredElementOverlayProps>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=HoveredElementOverlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HoveredElementOverlay.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/HoveredElementOverlay.tsx"],"names":[],"mappings":"AAMA,UAAU,0BAA0B;IAClC,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7E;AAuBD,eAAO,MAAM,qBAAqB,kEAAuC,CAAC"}
|