@gemx-dev/heatmap-react 3.5.33 → 3.5.35
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/ContentMetricBar.d.ts.map +1 -1
- package/dist/esm/components/Layout/ContentToolbar.d.ts.map +1 -1
- package/dist/esm/components/Layout/ContentTopBar.d.ts.map +1 -1
- package/dist/esm/components/Layout/HeatmapLayout.d.ts.map +1 -1
- package/dist/esm/components/VizDom/VizDomRenderer.d.ts.map +1 -1
- package/dist/esm/components/VizElement/DefaultRankBadges.d.ts +0 -3
- package/dist/esm/components/VizElement/DefaultRankBadges.d.ts.map +1 -1
- package/dist/esm/components/VizElement/ElementCallout.d.ts +5 -12
- package/dist/esm/components/VizElement/ElementCallout.d.ts.map +1 -1
- package/dist/esm/components/VizElement/ElementMissing.d.ts +6 -0
- package/dist/esm/components/VizElement/ElementMissing.d.ts.map +1 -0
- package/dist/esm/components/VizElement/ElementOverlay.d.ts +10 -0
- package/dist/esm/components/VizElement/ElementOverlay.d.ts.map +1 -0
- package/dist/esm/components/VizElement/HeatmapElements.d.ts +4 -8
- package/dist/esm/components/VizElement/HeatmapElements.d.ts.map +1 -1
- package/dist/esm/components/VizElement/VizElements.d.ts +1 -2
- package/dist/esm/components/VizElement/VizElements.d.ts.map +1 -1
- package/dist/esm/configs/style.d.ts +2 -0
- package/dist/esm/configs/style.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +4 -4
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/helpers/elm-callout.d.ts +9 -0
- package/dist/esm/helpers/elm-callout.d.ts.map +1 -0
- package/dist/esm/helpers/elm-getter.d.ts +6 -0
- package/dist/esm/helpers/elm-getter.d.ts.map +1 -0
- package/dist/esm/helpers/index.d.ts +3 -0
- package/dist/esm/helpers/index.d.ts.map +1 -1
- package/dist/esm/helpers/viz-elements.d.ts +1 -2
- package/dist/esm/helpers/viz-elements.d.ts.map +1 -1
- package/dist/esm/hooks/register/useRegisterControl.d.ts.map +1 -1
- package/dist/esm/hooks/vix-elements/index.d.ts +1 -0
- package/dist/esm/hooks/vix-elements/index.d.ts.map +1 -1
- package/dist/esm/hooks/vix-elements/useClickedElement.d.ts +4 -4
- package/dist/esm/hooks/vix-elements/useClickedElement.d.ts.map +1 -1
- package/dist/esm/hooks/vix-elements/useElementCalloutVisible.d.ts +7 -0
- package/dist/esm/hooks/vix-elements/useElementCalloutVisible.d.ts.map +1 -0
- package/dist/esm/hooks/vix-elements/useHeatmapElementPosition.d.ts +2 -5
- package/dist/esm/hooks/vix-elements/useHeatmapElementPosition.d.ts.map +1 -1
- package/dist/esm/hooks/vix-elements/useHoveredElement.d.ts +1 -5
- package/dist/esm/hooks/vix-elements/useHoveredElement.d.ts.map +1 -1
- package/dist/esm/hooks/viz-render/useHeatmapRender.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useContentDimensions.d.ts +0 -2
- package/dist/esm/hooks/viz-scale/useContentDimensions.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useHeatmapScale.d.ts +1 -4
- package/dist/esm/hooks/viz-scale/useHeatmapScale.d.ts.map +1 -1
- package/dist/esm/hooks/viz-scale/useScrollSync.d.ts +1 -2
- package/dist/esm/hooks/viz-scale/useScrollSync.d.ts.map +1 -1
- package/dist/esm/index.js +552 -410
- package/dist/esm/index.mjs +552 -410
- package/dist/esm/stores/comp.d.ts.map +1 -1
- package/dist/esm/stores/interaction.d.ts +2 -0
- package/dist/esm/stores/interaction.d.ts.map +1 -1
- package/dist/esm/types/control.d.ts +3 -0
- package/dist/esm/types/control.d.ts.map +1 -1
- package/dist/esm/types/elm-callout.d.ts +9 -0
- package/dist/esm/types/elm-callout.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/viz-element.d.ts +7 -5
- package/dist/esm/types/viz-element.d.ts.map +1 -1
- package/dist/esm/ui/BoxStack/BoxStack.d.ts +11 -1
- package/dist/esm/ui/BoxStack/BoxStack.d.ts.map +1 -1
- package/dist/esm/utils/debounce.d.ts +2 -0
- package/dist/esm/utils/debounce.d.ts.map +1 -0
- package/dist/style.css +42 -8
- package/dist/umd/components/Layout/ContentMetricBar.d.ts.map +1 -1
- package/dist/umd/components/Layout/ContentToolbar.d.ts.map +1 -1
- package/dist/umd/components/Layout/ContentTopBar.d.ts.map +1 -1
- package/dist/umd/components/Layout/HeatmapLayout.d.ts.map +1 -1
- package/dist/umd/components/VizDom/VizDomRenderer.d.ts.map +1 -1
- package/dist/umd/components/VizElement/DefaultRankBadges.d.ts +0 -3
- package/dist/umd/components/VizElement/DefaultRankBadges.d.ts.map +1 -1
- package/dist/umd/components/VizElement/ElementCallout.d.ts +5 -12
- package/dist/umd/components/VizElement/ElementCallout.d.ts.map +1 -1
- package/dist/umd/components/VizElement/ElementMissing.d.ts +6 -0
- package/dist/umd/components/VizElement/ElementMissing.d.ts.map +1 -0
- package/dist/umd/components/VizElement/ElementOverlay.d.ts +10 -0
- package/dist/umd/components/VizElement/ElementOverlay.d.ts.map +1 -0
- package/dist/umd/components/VizElement/HeatmapElements.d.ts +4 -8
- package/dist/umd/components/VizElement/HeatmapElements.d.ts.map +1 -1
- package/dist/umd/components/VizElement/VizElements.d.ts +1 -2
- package/dist/umd/components/VizElement/VizElements.d.ts.map +1 -1
- package/dist/umd/configs/style.d.ts +2 -0
- package/dist/umd/configs/style.d.ts.map +1 -1
- package/dist/umd/constants/index.d.ts +4 -4
- package/dist/umd/constants/index.d.ts.map +1 -1
- package/dist/umd/helpers/elm-callout.d.ts +9 -0
- package/dist/umd/helpers/elm-callout.d.ts.map +1 -0
- package/dist/umd/helpers/elm-getter.d.ts +6 -0
- package/dist/umd/helpers/elm-getter.d.ts.map +1 -0
- package/dist/umd/helpers/index.d.ts +3 -0
- package/dist/umd/helpers/index.d.ts.map +1 -1
- package/dist/umd/helpers/viz-elements.d.ts +1 -2
- package/dist/umd/helpers/viz-elements.d.ts.map +1 -1
- package/dist/umd/hooks/register/useRegisterControl.d.ts.map +1 -1
- package/dist/umd/hooks/vix-elements/index.d.ts +1 -0
- package/dist/umd/hooks/vix-elements/index.d.ts.map +1 -1
- package/dist/umd/hooks/vix-elements/useClickedElement.d.ts +4 -4
- package/dist/umd/hooks/vix-elements/useClickedElement.d.ts.map +1 -1
- package/dist/umd/hooks/vix-elements/useElementCalloutVisible.d.ts +7 -0
- package/dist/umd/hooks/vix-elements/useElementCalloutVisible.d.ts.map +1 -0
- package/dist/umd/hooks/vix-elements/useHeatmapElementPosition.d.ts +2 -5
- package/dist/umd/hooks/vix-elements/useHeatmapElementPosition.d.ts.map +1 -1
- package/dist/umd/hooks/vix-elements/useHoveredElement.d.ts +1 -5
- package/dist/umd/hooks/vix-elements/useHoveredElement.d.ts.map +1 -1
- package/dist/umd/hooks/viz-render/useHeatmapRender.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useContentDimensions.d.ts +0 -2
- package/dist/umd/hooks/viz-scale/useContentDimensions.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useHeatmapScale.d.ts +1 -4
- package/dist/umd/hooks/viz-scale/useHeatmapScale.d.ts.map +1 -1
- package/dist/umd/hooks/viz-scale/useScrollSync.d.ts +1 -2
- package/dist/umd/hooks/viz-scale/useScrollSync.d.ts.map +1 -1
- package/dist/umd/index.js +2 -2
- package/dist/umd/stores/comp.d.ts.map +1 -1
- package/dist/umd/stores/interaction.d.ts +2 -0
- package/dist/umd/stores/interaction.d.ts.map +1 -1
- package/dist/umd/types/control.d.ts +3 -0
- package/dist/umd/types/control.d.ts.map +1 -1
- package/dist/umd/types/elm-callout.d.ts +9 -0
- package/dist/umd/types/elm-callout.d.ts.map +1 -0
- package/dist/umd/types/index.d.ts +1 -0
- package/dist/umd/types/index.d.ts.map +1 -1
- package/dist/umd/types/viz-element.d.ts +7 -5
- package/dist/umd/types/viz-element.d.ts.map +1 -1
- package/dist/umd/ui/BoxStack/BoxStack.d.ts +11 -1
- package/dist/umd/ui/BoxStack/BoxStack.d.ts.map +1 -1
- package/dist/umd/utils/debounce.d.ts +2 -0
- package/dist/umd/utils/debounce.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/esm/components/VizElement/ClickedElementOverlay.d.ts +0 -17
- package/dist/esm/components/VizElement/ClickedElementOverlay.d.ts.map +0 -1
- package/dist/esm/components/VizElement/HoveredElementOverlay.d.ts +0 -12
- package/dist/esm/components/VizElement/HoveredElementOverlay.d.ts.map +0 -1
- package/dist/esm/components/VizElement/MissingElementMessage.d.ts +0 -7
- package/dist/esm/components/VizElement/MissingElementMessage.d.ts.map +0 -1
- package/dist/umd/components/VizElement/ClickedElementOverlay.d.ts +0 -17
- package/dist/umd/components/VizElement/ClickedElementOverlay.d.ts.map +0 -1
- package/dist/umd/components/VizElement/HoveredElementOverlay.d.ts +0 -12
- package/dist/umd/components/VizElement/HoveredElementOverlay.d.ts.map +0 -1
- package/dist/umd/components/VizElement/MissingElementMessage.d.ts +0 -7
- package/dist/umd/components/VizElement/MissingElementMessage.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comp.d.ts","sourceRoot":"","sources":["../../src/stores/comp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,eAAe,CAAC;IAC1B,eAAe,EAAE,CACf,GAAG,EAAE,MAAM,eAAe,EAC1B,OAAO,EAAE,eAAe,CAAC,MAAM,eAAe,CAAC,KAC5C,IAAI,CAAC;CACX;AAED,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"comp.d.ts","sourceRoot":"","sources":["../../src/stores/comp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEnD,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,eAAe,CAAC;IAC1B,eAAe,EAAE,CACf,GAAG,EAAE,MAAM,eAAe,EAC1B,OAAO,EAAE,eAAe,CAAC,MAAM,eAAe,CAAC,KAC5C,IAAI,CAAC;CACX;AAED,eAAO,MAAM,sBAAsB,mFAmBjC,CAAC"}
|
|
@@ -9,6 +9,8 @@ export interface IHeatmapInteractionStore {
|
|
|
9
9
|
setSelectedElement: (selectedElement: string | null) => void;
|
|
10
10
|
hoveredElement: ElementInfo | null;
|
|
11
11
|
setHoveredElement: (hoveredElement: ElementInfo | null) => void;
|
|
12
|
+
shouldShowCallout: boolean;
|
|
13
|
+
setShouldShowCallout: (shouldShowCallout: boolean) => void;
|
|
12
14
|
}
|
|
13
15
|
export declare const useHeatmapInteractionStore: import("zustand").UseBoundStore<import("zustand").StoreApi<IHeatmapInteractionStore>>;
|
|
14
16
|
//# sourceMappingURL=interaction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interaction.d.ts","sourceRoot":"","sources":["../../src/stores/interaction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,aAAa,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,kBAAkB,EAAE,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC7D,cAAc,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,iBAAiB,EAAE,CAAC,cAAc,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"interaction.d.ts","sourceRoot":"","sources":["../../src/stores/interaction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,aAAa,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IACzC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,kBAAkB,EAAE,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC7D,cAAc,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,iBAAiB,EAAE,CAAC,cAAc,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAC;IAEhE,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oBAAoB,EAAE,CAAC,iBAAiB,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5D;AAED,eAAO,MAAM,0BAA0B,uFAarC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../src/types/control.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"control.d.ts","sourceRoot":"","sources":["../../src/types/control.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,cAAc,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;QACxB,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC,CAAC;CACJ"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type ICalloutPlacement = 'top' | 'bottom' | 'left' | 'right';
|
|
2
|
+
export type IHorizontalAlignment = 'left' | 'center' | 'right';
|
|
3
|
+
export interface ICalloutPosition {
|
|
4
|
+
top: number;
|
|
5
|
+
left: number;
|
|
6
|
+
placement: ICalloutPlacement;
|
|
7
|
+
horizontalAlign: IHorizontalAlignment;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=elm-callout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elm-callout.d.ts","sourceRoot":"","sources":["../../src/types/elm-callout.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AACpE,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE/D,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,iBAAiB,CAAC;IAC7B,eAAe,EAAE,oBAAoB,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
|
|
@@ -3,6 +3,7 @@ export interface ElementRect {
|
|
|
3
3
|
left: number;
|
|
4
4
|
width: number;
|
|
5
5
|
height: number;
|
|
6
|
+
outOfBounds?: boolean;
|
|
6
7
|
}
|
|
7
8
|
export interface ElementInfo extends ElementRect {
|
|
8
9
|
hash: string;
|
|
@@ -15,12 +16,13 @@ export interface HeatmapElement {
|
|
|
15
16
|
selector?: string;
|
|
16
17
|
totalclicks?: number;
|
|
17
18
|
}
|
|
19
|
+
export interface ElementMapInfoItem {
|
|
20
|
+
totalclicks: number;
|
|
21
|
+
selector?: string;
|
|
22
|
+
hash: string;
|
|
23
|
+
}
|
|
18
24
|
export interface ElementMapInfo {
|
|
19
|
-
[key: string]:
|
|
20
|
-
totalclicks: number;
|
|
21
|
-
selector?: string;
|
|
22
|
-
hash: string;
|
|
23
|
-
};
|
|
25
|
+
[key: string]: ElementMapInfoItem;
|
|
24
26
|
}
|
|
25
27
|
export interface HeatmapInfo {
|
|
26
28
|
sortedElements?: HeatmapElement[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-element.d.ts","sourceRoot":"","sources":["../../src/types/viz-element.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;
|
|
1
|
+
{"version":3,"file":"viz-element.d.ts","sourceRoot":"","sources":["../../src/types/viz-element.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;CAClB;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;AAED,MAAM,WAAW,WAAW;IAC1B,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAGD,MAAM,WAAW,aAAa;IAC5B,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,WAAW,GAAG,IAAI,CAAC;CAC3C"}
|
|
@@ -50,7 +50,17 @@ export interface BoxStackProps {
|
|
|
50
50
|
* @default 'auto'
|
|
51
51
|
*/
|
|
52
52
|
height?: Height;
|
|
53
|
+
/**
|
|
54
|
+
* The z-index of the flex container.
|
|
55
|
+
* @default 0
|
|
56
|
+
*/
|
|
57
|
+
zIndex?: number;
|
|
58
|
+
/**
|
|
59
|
+
* The background color of the flex container.
|
|
60
|
+
* @default 'transparent'
|
|
61
|
+
*/
|
|
62
|
+
backgroundColor?: string;
|
|
53
63
|
}
|
|
54
|
-
export declare const BoxStack: React.
|
|
64
|
+
export declare const BoxStack: React.ForwardRefExoticComponent<BoxStackProps & React.RefAttributes<HTMLDivElement>>;
|
|
55
65
|
export {};
|
|
56
66
|
//# sourceMappingURL=BoxStack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoxStack.d.ts","sourceRoot":"","sources":["../../../src/ui/BoxStack/BoxStack.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,IAAI,CACf,KAAK,CAAC,aAAa,EACjB,SAAS,GACT,eAAe,GACf,UAAU,GACV,UAAU,GACV,MAAM,GACN,gBAAgB,GAChB,YAAY,GACZ,UAAU,GACV,KAAK,GACL,QAAQ,CACX,CAAC;AAEF,KAAK,aAAa,GAAG,KAAK,GAAG,QAAQ,CAAC;AACtC,KAAK,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AACzD,KAAK,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC7D,KAAK,IAAI,GAAG,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAC/D,KAAK,cAAc,GACf,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,eAAe,GACf,cAAc,GACd,cAAc,CAAC;AACnB,KAAK,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"BoxStack.d.ts","sourceRoot":"","sources":["../../../src/ui/BoxStack/BoxStack.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,IAAI,CACf,KAAK,CAAC,aAAa,EACjB,SAAS,GACT,eAAe,GACf,UAAU,GACV,UAAU,GACV,MAAM,GACN,gBAAgB,GAChB,YAAY,GACZ,UAAU,GACV,KAAK,GACL,QAAQ,CACX,CAAC;AAEF,KAAK,aAAa,GAAG,KAAK,GAAG,QAAQ,CAAC;AACtC,KAAK,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AACzD,KAAK,QAAQ,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;AAC7D,KAAK,IAAI,GAAG,GAAG,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAC/D,KAAK,cAAc,GACf,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,eAAe,GACf,cAAc,GACd,cAAc,CAAC;AACnB,KAAK,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,CAAC;AAChF,KAAK,GAAG,GAAG,MAAM,GAAG,MAAM,CAAC;AAC3B,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAE9B,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;OAGG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;IACV;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC;;;OAGG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,aAAa,EAAE,aAAa,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,yBAAyB,CACpD,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CA+CnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../src/utils/debounce.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,EACzD,IAAI,CAAC,EACL,OAAO,MAAM,KACZ,CAAC,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAMnC,CAAC"}
|
package/dist/style.css
CHANGED
|
@@ -18,12 +18,10 @@
|
|
|
18
18
|
/* ================= Heatmap Wrapper CSS ================= */
|
|
19
19
|
|
|
20
20
|
.gx-hm-wrapper iframe {
|
|
21
|
-
--gx-hm-border-width: 2px;
|
|
22
|
-
/* position: relative; */
|
|
23
21
|
display: block;
|
|
24
22
|
/* border: 1px solid #CCC; */
|
|
25
23
|
border-radius: 8px;
|
|
26
|
-
border-width: var(--gx-hm-border-width, 1px);
|
|
24
|
+
border-width: var(--gx-hm-border-width-iframe, 1px);
|
|
27
25
|
border-color: var(--gx-hm-border-color, #CCC);
|
|
28
26
|
border-style: solid;
|
|
29
27
|
/* box-shadow: 0px 1px 0px 0px #1A1A1A12;
|
|
@@ -38,16 +36,18 @@
|
|
|
38
36
|
z-index: 2;
|
|
39
37
|
}
|
|
40
38
|
|
|
41
|
-
.
|
|
39
|
+
.gx-hm-rank-badge {
|
|
42
40
|
position: absolute;
|
|
43
|
-
width:
|
|
44
|
-
height:
|
|
41
|
+
width: 28px;
|
|
42
|
+
height: 28px;
|
|
45
43
|
background: #0078D4;
|
|
46
44
|
color: white;
|
|
47
45
|
border: 1px solid #FFFFFF;
|
|
48
46
|
border-radius: 32px;
|
|
47
|
+
display: flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: center;
|
|
49
50
|
text-align: center;
|
|
50
|
-
line-height: 32px;
|
|
51
51
|
filter: drop-shadow(0px 1.2px 3.6px rgba(0, 0, 0, 0.1));
|
|
52
52
|
cursor: default;
|
|
53
53
|
}
|
|
@@ -58,4 +58,38 @@
|
|
|
58
58
|
outline: 1px solid #0078D4;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
|
|
62
|
+
/* ================= Callout CSS ================= */
|
|
63
|
+
|
|
64
|
+
.clarity-callout {
|
|
65
|
+
/* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); */
|
|
66
|
+
min-width: 200px;
|
|
67
|
+
max-width: 280px;
|
|
68
|
+
width: 230px;
|
|
69
|
+
height: 263px;
|
|
70
|
+
animation: clarity-callout-fade-in 0.2s ease-out;
|
|
71
|
+
pointer-events: auto;
|
|
72
|
+
/* overflow: hidden; */
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@keyframes clarity-callout-fade-in {
|
|
76
|
+
from {
|
|
77
|
+
opacity: 0;
|
|
78
|
+
/* transform: scale(0.95); */
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
to {
|
|
82
|
+
opacity: 1;
|
|
83
|
+
/* transform: scale(1); */
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.clarity-callout__arrow {
|
|
88
|
+
position: absolute;
|
|
89
|
+
width: 16px;
|
|
90
|
+
height: 16px;
|
|
91
|
+
background: white;
|
|
92
|
+
transform: rotate(45deg);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zdHlsZXMvc3R5bGUuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIiwiZmlsZSI6InN0eWxlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qID09PT09PT09PT09PT09PT09IEdsb2JhbCBDU1MgPT09PT09PT09PT09PT09PT0gKi9cbi5neC1obS1kaXZpZGVyIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogdmFyKC0tZ3gtaG0tYm9yZGVyLXdpZHRoLCAxcHgpO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoLS1neC1obS1ib3JkZXItY29sb3IsICNDQ0MpO1xufVxuXG4uZ3gtaG0tYm9yZGVyLWlubGluZS1lbmQge1xuICBib3JkZXItaW5saW5lLWVuZC13aWR0aDogdmFyKC0tZ3gtaG0tYm9yZGVyLXdpZHRoLCAxcHgpO1xuICBib3JkZXItaW5saW5lLWVuZC1jb2xvcjogdmFyKC0tZ3gtaG0tYm9yZGVyLWNvbG9yLCAjQ0NDKTtcbiAgYm9yZGVyLWlubGluZS1lbmQtc3R5bGU6IHNvbGlkO1xufVxuXG4uZ3gtaG0tc2hhZG93IHtcbiAgYm94LXNoYWRvdzogMHB4IDBweCA2cHggMXB4ICMxQTFBMUEzMztcbn1cblxuLyogPT09PT09PT09PT09PT09PT0gSGVhdG1hcCBXcmFwcGVyIENTUyA9PT09PT09PT09PT09PT09PSAqL1xuXG4uZ3gtaG0td3JhcHBlciBpZnJhbWUge1xuICBkaXNwbGF5OiBibG9jaztcbiAgLyogYm9yZGVyOiAxcHggc29saWQgI0NDQzsgKi9cbiAgYm9yZGVyLXJhZGl1czogOHB4O1xuICBib3JkZXItd2lkdGg6IHZhcigtLWd4LWhtLWJvcmRlci13aWR0aC1pZnJhbWUsIDFweCk7XG4gIGJvcmRlci1jb2xvcjogdmFyKC0tZ3gtaG0tYm9yZGVyLWNvbG9yLCAjQ0NDKTtcbiAgYm9yZGVyLXN0eWxlOiBzb2xpZDtcbiAgLyogYm94LXNoYWRvdzogMHB4IDFweCAwcHggMHB4ICMxQTFBMUExMjtcbiAgYm94LXNoYWRvdzogMHB4IDFweCAwcHggMHB4ICNDQ0NDQ0M4MCBpbnNldDtcbiAgYm94LXNoYWRvdzogMHB4IC0xcHggMHB4IDBweCAjMDAwMDAwMkIgaW5zZXQ7XG4gIGJveC1zaGFkb3c6IC0xcHggMHB4IDBweCAwcHggIzAwMDAwMDIxIGluc2V0O1xuICBib3gtc2hhZG93OiAxcHggMHB4IDBweCAwcHggIzAwMDAwMDIxIGluc2V0OyAqL1xufVxuXG4uZ3gtaG0td3JhcHBlciAuZ3gtaG0tZWxlbWVudHMge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHotaW5kZXg6IDI7XG59XG5cbi5neC1obS1yYW5rLWJhZGdlIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMjhweDtcbiAgaGVpZ2h0OiAyOHB4O1xuICBiYWNrZ3JvdW5kOiAjMDA3OEQ0O1xuICBjb2xvcjogd2hpdGU7XG4gIGJvcmRlcjogMXB4IHNvbGlkICNGRkZGRkY7XG4gIGJvcmRlci1yYWRpdXM6IDMycHg7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZpbHRlcjogZHJvcC1zaGFkb3coMHB4IDEuMnB4IDMuNnB4IHJnYmEoMCwgMCwgMCwgMC4xKSk7XG4gIGN1cnNvcjogZGVmYXVsdDtcbn1cblxuLmhlYXRtYXBFbGVtZW50IHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICBib3JkZXI6IDFweCBzb2xpZCB3aGl0ZTtcbiAgb3V0bGluZTogMXB4IHNvbGlkICMwMDc4RDQ7XG59XG5cblxuLyogPT09PT09PT09PT09PT09PT0gQ2FsbG91dCBDU1MgPT09PT09PT09PT09PT09PT0gKi9cblxuLmNsYXJpdHktY2FsbG91dCB7XG4gIC8qIGJveC1zaGFkb3c6IDAgNHB4IDIwcHggcmdiYSgwLCAwLCAwLCAwLjE1KTsgKi9cbiAgbWluLXdpZHRoOiAyMDBweDtcbiAgbWF4LXdpZHRoOiAyODBweDtcbiAgd2lkdGg6IDIzMHB4O1xuICBoZWlnaHQ6IDI2M3B4O1xuICBhbmltYXRpb246IGNsYXJpdHktY2FsbG91dC1mYWRlLWluIDAuMnMgZWFzZS1vdXQ7XG4gIHBvaW50ZXItZXZlbnRzOiBhdXRvO1xuICAvKiBvdmVyZmxvdzogaGlkZGVuOyAqL1xufVxuXG5Aa2V5ZnJhbWVzIGNsYXJpdHktY2FsbG91dC1mYWRlLWluIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAvKiB0cmFuc2Zvcm06IHNjYWxlKDAuOTUpOyAqL1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLyogdHJhbnNmb3JtOiBzY2FsZSgxKTsgKi9cbiAgfVxufVxuXG4uY2xhcml0eS1jYWxsb3V0X19hcnJvdyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgd2lkdGg6IDE2cHg7XG4gIGhlaWdodDogMTZweDtcbiAgYmFja2dyb3VuZDogd2hpdGU7XG4gIHRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTtcbn1cbiJdfQ== */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentMetricBar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentMetricBar.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"ContentMetricBar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentMetricBar.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAkBpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentToolbar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"ContentToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentToolbar.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAkBlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentTopBar.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"ContentTopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/ContentTopBar.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAkBjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeatmapLayout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/HeatmapLayout.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAItD,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,EAAE,eAAe,CAAC;CAC3B;AACD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,
|
|
1
|
+
{"version":3,"file":"HeatmapLayout.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/HeatmapLayout.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAItD,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,EAAE,eAAe,CAAC;CAC3B;AACD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAuCtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VizDomRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/VizDom/VizDomRenderer.tsx"],"names":[],"mappings":"AAQA,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":"AAQA,UAAU,mBAAmB;IAC3B,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA8FxD,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { ElementRect, HeatmapElement } from '../../types';
|
|
2
|
-
import React from 'react';
|
|
3
2
|
interface Props {
|
|
4
|
-
elements: HeatmapElement[];
|
|
5
3
|
getRect: (el?: HeatmapElement) => ElementRect | null;
|
|
6
|
-
widthScale: number;
|
|
7
4
|
hidden?: boolean;
|
|
8
5
|
}
|
|
9
6
|
export declare const DefaultRankBadges: React.FC<Props>;
|
|
@@ -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;AAM/D,UAAU,KAAK;IACb,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,KAAK,WAAW,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwB7C,CAAC"}
|
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
import { ElementInfo } from '../../types';
|
|
2
|
-
interface ElementCalloutProps {
|
|
1
|
+
import type { ElementInfo, IHorizontalAlignment } from '../../types';
|
|
2
|
+
export interface ElementCalloutProps {
|
|
3
3
|
element: ElementInfo;
|
|
4
4
|
target: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
isCompareMode?: boolean;
|
|
9
|
-
deviceType?: string;
|
|
10
|
-
heatmapType?: string;
|
|
11
|
-
language?: string;
|
|
12
|
-
widthScale?: number;
|
|
13
|
-
parentRef?: React.RefObject<HTMLElement>;
|
|
5
|
+
visualRef?: React.RefObject<HTMLDivElement>;
|
|
6
|
+
hozOffset?: number;
|
|
7
|
+
alignment?: IHorizontalAlignment;
|
|
14
8
|
}
|
|
15
9
|
export declare const ElementCallout: React.FC<ElementCalloutProps>;
|
|
16
|
-
export {};
|
|
17
10
|
//# sourceMappingURL=ElementCallout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementCallout.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementCallout.tsx"],"names":[],"mappings":"
|
|
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;AAcvF,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2DxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElementMissing.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/ElementMissing.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA4B1C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ElementInfo } from '../../types';
|
|
2
|
+
interface Props {
|
|
3
|
+
type: 'hovered' | 'clicked';
|
|
4
|
+
element: ElementInfo | null;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
isSecondary?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const ElementOverlay: React.FC<Props>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ElementOverlay.d.ts.map
|
|
@@ -0,0 +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;AAa/C,UAAU,KAAK;IACb,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAYD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAmC1C,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { HeatmapInfo, WebVisualizer } from '../../types';
|
|
2
|
-
|
|
3
|
-
widthScale: number;
|
|
2
|
+
interface HeatmapElementsProps {
|
|
4
3
|
heatmapInfo?: HeatmapInfo;
|
|
5
4
|
isElementSidebarOpen?: boolean;
|
|
6
5
|
visualizer?: WebVisualizer;
|
|
@@ -8,13 +7,10 @@ export interface HeatmapElementsProps {
|
|
|
8
7
|
iframeDimensions?: React.CSSProperties;
|
|
9
8
|
areDefaultRanksHidden?: boolean;
|
|
10
9
|
isSecondary?: boolean;
|
|
11
|
-
isRecordingView?: boolean;
|
|
12
|
-
isCompareMode?: boolean;
|
|
13
|
-
deviceType?: string;
|
|
14
|
-
heatmapType?: string;
|
|
15
|
-
projectId?: string;
|
|
16
10
|
iframeRef: React.RefObject<HTMLIFrameElement>;
|
|
17
|
-
|
|
11
|
+
wrapperRef: React.RefObject<HTMLElement>;
|
|
12
|
+
visualRef: React.RefObject<HTMLDivElement>;
|
|
18
13
|
}
|
|
19
14
|
export declare const HeatmapElements: React.FC<HeatmapElementsProps>;
|
|
15
|
+
export {};
|
|
20
16
|
//# sourceMappingURL=HeatmapElements.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeatmapElements.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/HeatmapElements.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,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,WAAW,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAqB9D,UAAU,oBAAoB;IAC5B,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,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,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,CA0F1D,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
interface VizElementsProps {
|
|
2
|
-
width: number;
|
|
3
2
|
iframeRef: React.RefObject<HTMLIFrameElement | null>;
|
|
3
|
+
visualRef: React.RefObject<HTMLDivElement | null>;
|
|
4
4
|
wrapperRef: React.RefObject<HTMLDivElement>;
|
|
5
|
-
widthScale: number;
|
|
6
5
|
}
|
|
7
6
|
export declare const VizElements: React.FC<VizElementsProps>;
|
|
8
7
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VizElements.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/VizElements.tsx"],"names":[],"mappings":"AAIA,UAAU,gBAAgB;IACxB,
|
|
1
|
+
{"version":3,"file":"VizElements.d.ts","sourceRoot":"","sources":["../../../src/components/VizElement/VizElements.tsx"],"names":[],"mappings":"AAIA,UAAU,gBAAgB;IACxB,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,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;CAC7C;AACD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0ClD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/configs/style.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/configs/style.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;CAM1B,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;CAQzB,CAAC;AAEF,eAAO,MAAM,qBAAqB,MAAM,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const CLICKED_ELEMENT_ID = "
|
|
2
|
-
export declare const SECONDARY_CLICKED_ELEMENT_ID = "
|
|
3
|
-
export declare const HOVERED_ELEMENT_ID = "
|
|
4
|
-
export declare const SECONDARY_HOVERED_ELEMENT_ID = "
|
|
1
|
+
export declare const CLICKED_ELEMENT_ID = "gx-hm-clicked-element";
|
|
2
|
+
export declare const SECONDARY_CLICKED_ELEMENT_ID = "gx-hm-secondary-clicked-element";
|
|
3
|
+
export declare const HOVERED_ELEMENT_ID = "gx-hm-hovered-element";
|
|
4
|
+
export declare const SECONDARY_HOVERED_ELEMENT_ID = "gx-hm-secondary-hovered-element";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAC1D,eAAO,MAAM,4BAA4B,oCAAoC,CAAC;AAC9E,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAC1D,eAAO,MAAM,4BAA4B,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ICalloutPosition, IHorizontalAlignment } from '../types/elm-callout';
|
|
2
|
+
export declare const calcCalloutPosition: ({ targetElm, calloutElm, setPosition, hozOffset, alignment, }: {
|
|
3
|
+
targetElm: Element;
|
|
4
|
+
calloutElm: HTMLElement;
|
|
5
|
+
setPosition: (position: ICalloutPosition) => void;
|
|
6
|
+
hozOffset?: number;
|
|
7
|
+
alignment?: IHorizontalAlignment;
|
|
8
|
+
}) => () => void;
|
|
9
|
+
//# sourceMappingURL=elm-callout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elm-callout.d.ts","sourceRoot":"","sources":["../../src/helpers/elm-callout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAsSjG,eAAO,MAAM,mBAAmB,GAAI,+DAMjC;IACD,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,WAAW,CAAC;IACxB,WAAW,EAAE,CAAC,QAAQ,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,eAwCA,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { ElementInfo, ElementRect, HeatmapInfo } from '../types';
|
|
2
|
+
export declare function getElementLayout(element: HTMLElement): ElementRect | null;
|
|
3
|
+
export declare const getElementAtPoint: (doc: Document, x: number, y: number) => HTMLElement | null;
|
|
4
|
+
export declare function getElementHash(element: HTMLElement): string | null;
|
|
5
|
+
export declare const buildElementInfo: (hash: string, rect: ElementRect | null, heatmapInfo: HeatmapInfo) => ElementInfo | null;
|
|
6
|
+
//# sourceMappingURL=elm-getter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"elm-getter.d.ts","sourceRoot":"","sources":["../../src/helpers/elm-getter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAkB,WAAW,EAAE,MAAM,UAAU,CAAC;AAEtF,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,GAAG,IAAI,CAWzE;AAED,eAAO,MAAM,iBAAiB,GAAI,KAAK,QAAQ,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,KAAG,WAAW,GAAG,IAcrF,CAAC;AAEF,wBAAgB,cAAc,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM,GAAG,IAAI,CAMlE;AAOD,eAAO,MAAM,gBAAgB,GAC3B,MAAM,MAAM,EACZ,MAAM,WAAW,GAAG,IAAI,EACxB,aAAa,WAAW,KACvB,WAAW,GAAG,IAqBhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ElementRect } from '../types';
|
|
2
|
-
export declare function getElementLayout(element: HTMLElement): ElementRect | null;
|
|
3
2
|
export declare function formatPercentage(value: number, decimals?: number): string;
|
|
4
|
-
export declare function getSimpleSelector(selector: string): string;
|
|
5
3
|
export declare function calculateRankPosition(rect: ElementRect, widthScale: number): {
|
|
6
4
|
transform: string;
|
|
7
5
|
top: number | undefined;
|
|
8
6
|
left: number | undefined;
|
|
9
7
|
};
|
|
8
|
+
export declare function isElementInViewport(elementRect: ElementRect, visualRef: React.RefObject<HTMLDivElement>, scale: number): boolean;
|
|
10
9
|
//# sourceMappingURL=viz-elements.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viz-elements.d.ts","sourceRoot":"","sources":["../../src/helpers/viz-elements.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"viz-elements.d.ts","sourceRoot":"","sources":["../../src/helpers/viz-elements.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,SAAI,GAAG,MAAM,CAEpE;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM;;;;EAS1E;AAED,wBAAgB,mBAAmB,CACjC,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,EAC1C,KAAK,EAAE,MAAM,GACZ,OAAO,CAqBT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRegisterControl.d.ts","sourceRoot":"","sources":["../../../src/hooks/register/useRegisterControl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,GAAI,SAAS,eAAe,
|
|
1
|
+
{"version":3,"file":"useRegisterControl.d.ts","sourceRoot":"","sources":["../../../src/hooks/register/useRegisterControl.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,GAAI,SAAS,eAAe,SAS1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { ElementInfo, ElementRect
|
|
1
|
+
import type { ElementInfo, ElementRect } from '../../types';
|
|
2
2
|
interface Params {
|
|
3
|
-
|
|
3
|
+
visualRef: React.RefObject<HTMLDivElement>;
|
|
4
4
|
getRect: (el?: any) => ElementRect | null;
|
|
5
5
|
}
|
|
6
|
-
export declare const useClickedElement: ({
|
|
6
|
+
export declare const useClickedElement: ({ visualRef, getRect }: Params) => {
|
|
7
7
|
clickedElement: ElementInfo | null;
|
|
8
8
|
showMissingElement: boolean;
|
|
9
9
|
shouldShowCallout: boolean;
|
|
10
|
-
setShouldShowCallout:
|
|
10
|
+
setShouldShowCallout: (shouldShowCallout: boolean) => void;
|
|
11
11
|
};
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=useClickedElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClickedElement.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useClickedElement.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useClickedElement.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useClickedElement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAM5D,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC3C,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,WAAW,GAAG,IAAI,CAAC;CAC3C;AA2BD,eAAO,MAAM,iBAAiB,GAAI,wBAAwB,MAAM;;;;;CAiD/D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useElementCalloutVisible.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useElementCalloutVisible.ts"],"names":[],"mappings":"AAIA,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC3C,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CAC5B;AAED,eAAO,MAAM,wBAAwB,GAAI,wBAAwB,MAAM,OAmCtE,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import type { ElementRect, HeatmapElement, WebVisualizer } from '../../types';
|
|
2
2
|
interface Params {
|
|
3
3
|
iframeRef: React.RefObject<HTMLIFrameElement>;
|
|
4
|
-
|
|
4
|
+
wrapperRef: React.RefObject<HTMLElement>;
|
|
5
5
|
visualizer?: WebVisualizer;
|
|
6
|
-
heatmapWidth?: number;
|
|
7
|
-
widthScale: number;
|
|
8
|
-
projectId?: string;
|
|
9
6
|
}
|
|
10
|
-
export declare const useHeatmapElementPosition: ({ iframeRef,
|
|
7
|
+
export declare const useHeatmapElementPosition: ({ iframeRef, wrapperRef, visualizer }: Params) => (element?: HeatmapElement) => ElementRect | null;
|
|
11
8
|
export {};
|
|
12
9
|
//# sourceMappingURL=useHeatmapElementPosition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHeatmapElementPosition.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useHeatmapElementPosition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM9E,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC9C,
|
|
1
|
+
{"version":3,"file":"useHeatmapElementPosition.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useHeatmapElementPosition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAM9E,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC9C,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACzC,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B;AAED,eAAO,MAAM,yBAAyB,GAAI,uCAAuC,MAAM,gBAMxE,cAAc,KAAG,WAAW,GAAG,IAyC7C,CAAC"}
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import type { HeatmapInfo } from '../../types';
|
|
2
1
|
interface Params {
|
|
3
2
|
iframeRef: React.RefObject<HTMLIFrameElement>;
|
|
4
|
-
heatmapInfo?: HeatmapInfo;
|
|
5
|
-
widthScale: number;
|
|
6
3
|
getRect: (el?: any) => any;
|
|
7
4
|
}
|
|
8
|
-
export declare const useHoveredElement: ({ iframeRef,
|
|
5
|
+
export declare const useHoveredElement: ({ iframeRef, getRect }: Params) => {
|
|
9
6
|
hoveredElement: import("../../types").ElementInfo | null;
|
|
10
7
|
handleMouseMove: (event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
11
8
|
handleMouseLeave: () => void;
|
|
12
9
|
handleClick: () => void;
|
|
13
10
|
};
|
|
14
|
-
export declare const getElementAtPoint: (doc: Document, x: number, y: number) => HTMLElement | null;
|
|
15
11
|
export {};
|
|
16
12
|
//# sourceMappingURL=useHoveredElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHoveredElement.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useHoveredElement.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useHoveredElement.d.ts","sourceRoot":"","sources":["../../../src/hooks/vix-elements/useHoveredElement.ts"],"names":[],"mappings":"AAMA,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC9C,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CAC5B;AACD,eAAO,MAAM,iBAAiB,GAAI,wBAAwB,MAAM;;;;;CAoF/D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHeatmapRender.d.ts","sourceRoot":"","sources":["../../../src/hooks/viz-render/useHeatmapRender.ts"],"names":[],"mappings":"AAKA,UAAU,uBAAuB;IAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;CACtD;AAED,eAAO,MAAM,gBAAgB,QAAO,
|
|
1
|
+
{"version":3,"file":"useHeatmapRender.d.ts","sourceRoot":"","sources":["../../../src/hooks/viz-render/useHeatmapRender.ts"],"names":[],"mappings":"AAKA,UAAU,uBAAuB;IAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;CACtD;AAED,eAAO,MAAM,gBAAgB,QAAO,uBAyCnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useContentDimensions.d.ts","sourceRoot":"","sources":["../../../src/hooks/viz-scale/useContentDimensions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useContentDimensions.d.ts","sourceRoot":"","sources":["../../../src/hooks/viz-scale/useContentDimensions.ts"],"names":[],"mappings":"AAGA,UAAU,0BAA0B;IAClC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;CACtD;AAED,UAAU,2BAA2B;IACnC,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,oBAAoB,GAC/B,OAAO,0BAA0B,KAChC,2BAaF,CAAC"}
|