@koobiq/components 17.8.0 → 17.8.2

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.
@@ -1,6 +1,9 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnDestroy } from '@angular/core';
2
2
  import { KbqScrollbarEvents, KbqScrollbarOptions, KbqScrollbarTarget } from './scrollbar.types';
3
3
  import * as i0 from "@angular/core";
4
+ /**
5
+ * The component-wrapper for `overlayscrollbars` library.
6
+ */
4
7
  export declare class KbqScrollbar implements AfterViewInit, OnDestroy {
5
8
  private ngZone;
6
9
  private targetElement;
@@ -29,5 +32,5 @@ export declare class KbqScrollbar implements AfterViewInit, OnDestroy {
29
32
  mergeEvents(): KbqScrollbarEvents;
30
33
  private dispatchEventIfHasObservers;
31
34
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqScrollbar, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<KbqScrollbar, "kbq-scrollbar, [kbq-scrollbar]", ["kbqScrollbar"], { "initializationTarget": { "alias": "initializationTarget"; "required": false; }; "options": { "alias": "options"; "required": false; }; "events": { "alias": "events"; "required": false; }; "defer": { "alias": "defer"; "required": false; }; }, { "onInitialize": "onInitialize"; "onUpdate": "onUpdate"; "onDestroy": "onDestroy"; "onScroll": "onScroll"; }, never, ["*"], false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<KbqScrollbar, "kbq-scrollbar, [kbq-scrollbar]", ["kbqScrollbar"], { "initializationTarget": { "alias": "initializationTarget"; "required": false; }; "options": { "alias": "options"; "required": false; }; "events": { "alias": "events"; "required": false; }; "defer": { "alias": "defer"; "required": false; }; }, { "onInitialize": "onInitialize"; "onUpdate": "onUpdate"; "onDestroy": "onDestroy"; "onScroll": "onScroll"; }, never, ["*"], true, never>;
33
36
  }
@@ -2,6 +2,9 @@ import { NgZone, OnDestroy } from '@angular/core';
2
2
  import { OverlayScrollbars } from 'overlayscrollbars';
3
3
  import { KbqScrollbarEvents, KbqScrollbarOptions, KbqScrollbarTarget } from './scrollbar.types';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * A directive for adding `overlayscrollbars` to an element.
7
+ */
5
8
  export declare class KbqScrollbarDirective implements OnDestroy {
6
9
  private ngZone;
7
10
  private scrollbarConfig?;
@@ -44,5 +47,5 @@ export declare class KbqScrollbarDirective implements OnDestroy {
44
47
  initialize(target: KbqScrollbarTarget): void;
45
48
  ngOnDestroy(): void;
46
49
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqScrollbarDirective, never>;
47
- static ɵdir: i0.ɵɵDirectiveDeclaration<KbqScrollbarDirective, "[kbqScrollbar]", never, { "options": { "alias": "options"; "required": false; }; "events": { "alias": "events"; "required": false; }; "defer": { "alias": "defer"; "required": false; }; }, {}, never, never, false, never>;
50
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KbqScrollbarDirective, "[kbqScrollbar]", never, { "options": { "alias": "options"; "required": false; }; "events": { "alias": "events"; "required": false; }; "defer": { "alias": "defer"; "required": false; }; }, {}, never, never, true, never>;
48
51
  }
@@ -3,6 +3,6 @@ import * as i1 from "./scrollbar.component";
3
3
  import * as i2 from "./scrollbar.directive";
4
4
  export declare class KbqScrollbarModule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<KbqScrollbarModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<KbqScrollbarModule, [typeof i1.KbqScrollbar, typeof i2.KbqScrollbarDirective], never, [typeof i1.KbqScrollbar, typeof i2.KbqScrollbarDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KbqScrollbarModule, never, [typeof i1.KbqScrollbar, typeof i2.KbqScrollbarDirective], [typeof i1.KbqScrollbar, typeof i2.KbqScrollbarDirective]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<KbqScrollbarModule>;
8
8
  }