@coreui/angular-pro 5.6.12 → 5.6.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.15",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@angular/forms": "^21.1.0",
|
|
30
30
|
"@angular/router": "^21.1.0",
|
|
31
31
|
"@coreui/coreui-pro": "^5.22.0",
|
|
32
|
-
"@coreui/icons-angular": "~5.6.
|
|
32
|
+
"@coreui/icons-angular": "~5.6.15",
|
|
33
33
|
"rxjs": "^7.8.2"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
@@ -3615,13 +3615,12 @@ declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
3615
3615
|
*/
|
|
3616
3616
|
readonly visibleChange: _angular_core.OutputEmitterRef<boolean>;
|
|
3617
3617
|
readonly modalContentRef: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
3618
|
+
readonly modalDialogRef: _angular_core.Signal<ElementRef<any>>;
|
|
3618
3619
|
readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
|
|
3619
|
-
|
|
3620
|
-
readonly animateTrigger: _angular_core.Signal<"hidden" | "visible">;
|
|
3620
|
+
readonly ariaHidden: _angular_core.Signal<true | null>;
|
|
3621
3621
|
get show(): boolean;
|
|
3622
3622
|
set show(value: boolean);
|
|
3623
|
-
animateStart(
|
|
3624
|
-
animateDone(event: AnimationEvent): void;
|
|
3623
|
+
animateStart(): void;
|
|
3625
3624
|
onKeyUpHandler(event: KeyboardEvent): void;
|
|
3626
3625
|
private mouseDownTarget;
|
|
3627
3626
|
onMouseDownHandler($event: MouseEvent): void;
|
|
@@ -3721,8 +3720,7 @@ declare class OffcanvasComponent implements OnInit, OnDestroy {
|
|
|
3721
3720
|
get show(): boolean;
|
|
3722
3721
|
set show(value: boolean);
|
|
3723
3722
|
get responsiveBreakpoint(): string | false;
|
|
3724
|
-
animateStart(
|
|
3725
|
-
animateDone(event: AnimationEvent): void;
|
|
3723
|
+
animateStart(visible?: boolean): void;
|
|
3726
3724
|
onKeyDownHandler(event: KeyboardEvent): void;
|
|
3727
3725
|
ngOnInit(): void;
|
|
3728
3726
|
ngOnDestroy(): void;
|