@koobiq/components 17.0.0-beta.2 → 17.0.0-rc.1

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.
@@ -35,6 +35,7 @@ export declare class KbqScrollbarDirective implements OnDestroy {
35
35
  visibility?: import("overlayscrollbars").ScrollbarsVisibilityBehavior | undefined;
36
36
  autoHide?: import("overlayscrollbars").ScrollbarsAutoHideBehavior | undefined;
37
37
  autoHideDelay?: number | undefined;
38
+ autoHideSuspend?: boolean | undefined;
38
39
  dragScroll?: boolean | undefined;
39
40
  clickScroll?: boolean | undefined;
40
41
  pointers?: string[] | null | undefined;
@@ -23,6 +23,7 @@ export declare const KBQ_SCROLLBAR_CONFIG: InjectionToken<{
23
23
  visibility?: import("overlayscrollbars").ScrollbarsVisibilityBehavior | undefined;
24
24
  autoHide?: import("overlayscrollbars").ScrollbarsAutoHideBehavior | undefined;
25
25
  autoHideDelay?: number | undefined;
26
+ autoHideSuspend?: boolean | undefined;
26
27
  dragScroll?: boolean | undefined;
27
28
  clickScroll?: boolean | undefined;
28
29
  pointers?: string[] | null | undefined;