@coreui/angular-pro 5.7.8 → 5.7.9
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.7.
|
|
3
|
+
"version": "5.7.9",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@angular/core": "^22.0.0",
|
|
31
31
|
"@angular/forms": "^22.0.0",
|
|
32
32
|
"@angular/router": "^22.0.0",
|
|
33
|
-
"@coreui/coreui-pro": "^5.
|
|
34
|
-
"@coreui/icons-angular": "~5.7.
|
|
33
|
+
"@coreui/coreui-pro": "^5.27.0",
|
|
34
|
+
"@coreui/icons-angular": "~5.7.9",
|
|
35
35
|
"rxjs": "^7.8.2"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
@@ -3666,7 +3666,7 @@ declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
3666
3666
|
get show(): boolean;
|
|
3667
3667
|
set show(value: boolean);
|
|
3668
3668
|
animateStart(): void;
|
|
3669
|
-
|
|
3669
|
+
onKeyDownHandler(event: KeyboardEvent): void;
|
|
3670
3670
|
private mouseDownTarget;
|
|
3671
3671
|
onMouseDownHandler($event: MouseEvent): void;
|
|
3672
3672
|
onClickHandler($event: MouseEvent): void;
|