zaravand-ui 3.1.3 → 3.1.5
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.
|
@@ -27,7 +27,6 @@ export declare const maxRowsBeforeInternalScroll = 20;
|
|
|
27
27
|
export declare const infiniteAppendSkeletonRowsFallback = 3;
|
|
28
28
|
export declare const stickyHeaderCellClassName = "zui:sticky zui:top-0 zui:z-20 zui:bg-[var(--zui-color-primary)]";
|
|
29
29
|
export declare const infiniteScrollViewportPrefetchDistancePx: number;
|
|
30
|
-
export declare const infiniteObserverRootMargin = "208px 0px";
|
|
31
30
|
export declare const infiniteLoadingStatusLabel = "\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0631\u062F\u06CC\u0641\u200C\u0647\u0627\u06CC \u0628\u06CC\u0634\u062A\u0631...";
|
|
32
31
|
export declare const infiniteReadyStatusLabel = "\u0628\u0631\u0627\u06CC \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0628\u06CC\u0634\u062A\u0631 \u0628\u0647 \u067E\u0627\u06CC\u06CC\u0646 \u0627\u0633\u06A9\u0631\u0648\u0644 \u06A9\u0646\u06CC\u062F.";
|
|
33
32
|
export declare const infiniteCompletedStatusLabel = "\u0647\u0645\u0647 \u0631\u062F\u06CC\u0641\u200C\u0647\u0627 \u0646\u0645\u0627\u06CC\u0634 \u062F\u0627\u062F\u0647 \u0634\u062F.";
|
|
@@ -27,7 +27,6 @@ type UseTablePaginationResult = {
|
|
|
27
27
|
shouldUseRemotePaging: boolean;
|
|
28
28
|
shouldUseScrollableRows: boolean;
|
|
29
29
|
tableScrollViewportRef: React.RefObject<HTMLDivElement | null>;
|
|
30
|
-
infiniteScrollSentinelRef: React.RefObject<HTMLDivElement | null>;
|
|
31
30
|
tableScrollViewportStyle: React.CSSProperties | undefined;
|
|
32
31
|
handlePageChange: (nextPage: number) => void;
|
|
33
32
|
handlePagingModeToggle: () => void;
|