@coreui/angular-pro 4.0.0-alpha.14 → 4.0.0-alpha.15

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.
@@ -8,30 +8,30 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck,
8
8
  private animationBuilder;
9
9
  static ngAcceptInputType_horizontal: BooleanInput;
10
10
  static ngAcceptInputType_navbar: BooleanInput;
11
- private _animate;
12
11
  /**
13
12
  * @ignore
14
13
  */
15
14
  set animate(value: boolean);
16
15
  get animate(): boolean;
16
+ private _animate;
17
17
  /**
18
18
  * Set horizontal collapsing to transition the width instead of height.
19
19
  */
20
20
  set horizontal(value: boolean);
21
21
  get horizontal(): boolean;
22
22
  private _horizontal;
23
- private _visible;
24
23
  /**
25
24
  * Toggle the visibility of collapsible element.
26
25
  */
27
26
  set visible(value: boolean);
28
27
  get visible(): boolean;
29
- private _navbar;
28
+ private _visible;
30
29
  /**
31
30
  * Add `navbar` prop for grouping and hiding navbar contents by a parent breakpoint.
32
31
  */
33
32
  set navbar(value: boolean);
34
33
  get navbar(): boolean;
34
+ private _navbar;
35
35
  /**
36
36
  * @ignore
37
37
  */
@@ -47,7 +47,6 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck,
47
47
  collapseChange: EventEmitter<string>;
48
48
  private player;
49
49
  private readonly host;
50
- private scrollHeight;
51
50
  private scrollWidth;
52
51
  private collapsing;
53
52
  constructor(hostElement: ElementRef, renderer: Renderer2, animationBuilder: AnimationBuilder);
@@ -60,7 +59,6 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck,
60
59
  destroyPlayer(): void;
61
60
  createPlayer(visible?: boolean): void;
62
61
  setMaxSize(): void;
63
- setDisplay(display: boolean): void;
64
62
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
65
63
  static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cCollapse]", ["cCollapse"], { "animate": "animate"; "horizontal": "horizontal"; "visible": "visible"; "navbar": "navbar"; "duration": "duration"; "transition": "transition"; }, { "collapseChange": "collapseChange"; }, never>;
66
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.0.0-alpha.14",
3
+ "version": "4.0.0-alpha.15",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "homepage": "https://coreui.io/pro/angular",
6
6
  "author": {