@coreui/angular-pro 5.3.6 → 5.3.7
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.
|
@@ -2,12 +2,12 @@ import { OnDestroy } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CollapseDirective implements OnDestroy {
|
|
4
4
|
#private;
|
|
5
|
+
constructor();
|
|
5
6
|
/**
|
|
6
7
|
* @ignore
|
|
7
8
|
*/
|
|
8
9
|
readonly animateInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
9
10
|
readonly animate: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
readonly animateInputEffect: import("@angular/core").EffectRef;
|
|
11
11
|
/**
|
|
12
12
|
* Set horizontal collapsing to transition the width instead of height.
|
|
13
13
|
* @type boolean
|
|
@@ -21,9 +21,7 @@ export declare class CollapseDirective implements OnDestroy {
|
|
|
21
21
|
*/
|
|
22
22
|
readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
23
23
|
readonly visibleChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
24
|
-
readonly visibleInputEffect: import("@angular/core").EffectRef;
|
|
25
24
|
readonly visible: import("@angular/core").WritableSignal<boolean>;
|
|
26
|
-
readonly visibleEffect: import("@angular/core").EffectRef;
|
|
27
25
|
/**
|
|
28
26
|
* Add `navbar` prop for grouping and hiding navbar contents by a parent breakpoint.
|
|
29
27
|
* @type boolean
|
package/package.json
CHANGED