@coreui/angular-pro 5.3.9 → 5.3.11
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.
|
@@ -54,18 +54,16 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
|
|
|
54
54
|
* @default false
|
|
55
55
|
*/
|
|
56
56
|
readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
57
|
-
readonly visibleInputEffect: import("@angular/core").EffectRef;
|
|
58
57
|
readonly visible: import("@angular/core").WritableSignal<boolean>;
|
|
59
58
|
readonly visibleEffect: import("@angular/core").EffectRef;
|
|
60
59
|
/**
|
|
61
60
|
* Event triggered on visible change.
|
|
62
|
-
* @return
|
|
61
|
+
* @return <boolean>
|
|
63
62
|
*/
|
|
64
63
|
readonly visibleChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
65
64
|
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
66
65
|
readonly ariaHidden: import("@angular/core").Signal<true | null>;
|
|
67
66
|
get tabIndex(): string | null;
|
|
68
|
-
get animateTrigger(): string;
|
|
69
67
|
get show(): boolean;
|
|
70
68
|
set show(value: boolean);
|
|
71
69
|
get responsiveBreakpoint(): string | false;
|
package/package.json
CHANGED