@reportportal/ui-kit 0.0.1-alpha.153 → 0.0.1-alpha.154
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.
|
@@ -20,5 +20,5 @@ export interface PinnedGradientPosition {
|
|
|
20
20
|
height: number;
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
export declare const useRightGradientPosition: (table: HTMLElement | null, header: HTMLElement | null, scrollContainer: HTMLElement | null, isHeaderPinned: boolean, scrollLeft: number, scrollTop: number, tableScrollWidth: number,
|
|
24
|
-
export declare const usePinnedGradientPosition: (table: HTMLElement | null, scrollLeft: number, header: HTMLElement | null, scrollContainer: HTMLElement | null, isHeaderPinned: boolean, scrollTop: number, tableScrollWidth: number,
|
|
23
|
+
export declare const useRightGradientPosition: (table: HTMLElement | null, header: HTMLElement | null, scrollContainer: HTMLElement | null, isHeaderPinned: boolean, scrollLeft: number, scrollTop: number, tableScrollWidth: number, gradientUpdateCounter: number) => RightGradientPosition;
|
|
24
|
+
export declare const usePinnedGradientPosition: (table: HTMLElement | null, scrollLeft: number, header: HTMLElement | null, scrollContainer: HTMLElement | null, isHeaderPinned: boolean, scrollTop: number, tableScrollWidth: number, gradientUpdateCounter: number) => PinnedGradientPosition;
|
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { S as uo } from "./spinLoader-c4a53718.js";
|
|
|
26
26
|
import { SystemAlert as Co } from "./systemAlert.js";
|
|
27
27
|
import { S as go } from "./systemMessage-924fdaa6.js";
|
|
28
28
|
import { DragLayer as Do, SortableItem as bo, SortableList as yo } from "./sortable.js";
|
|
29
|
-
import { T as ho } from "./table-
|
|
29
|
+
import { T as ho } from "./table-1aaae76c.js";
|
|
30
30
|
import { T as Bo } from "./themeProvider-46c2be7b.js";
|
|
31
31
|
import { T as Mo } from "./toggle-304107fa.js";
|
|
32
32
|
import { Tooltip as wo } from "./tooltip.js";
|