@coreui/angular-pro 5.5.23 → 5.5.25
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/fesm2022/coreui-angular-pro.mjs +971 -972
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/index.d.ts +6 -4
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -648,8 +648,8 @@ declare class BackdropService {
|
|
|
648
648
|
readonly backdropClick$: rxjs.Observable<boolean>;
|
|
649
649
|
activeBackdrop: any;
|
|
650
650
|
scrollbarWidth: string;
|
|
651
|
-
setBackdrop(type?: string):
|
|
652
|
-
clearBackdrop(backdropElement:
|
|
651
|
+
setBackdrop(type?: string): HTMLDivElement;
|
|
652
|
+
clearBackdrop(backdropElement: HTMLElement): any;
|
|
653
653
|
hideScrollbar(): void;
|
|
654
654
|
resetScrollbar(): void;
|
|
655
655
|
onClickHandler(): void;
|
|
@@ -3553,6 +3553,9 @@ declare class ModalTitleDirective {
|
|
|
3553
3553
|
|
|
3554
3554
|
declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
3555
3555
|
#private;
|
|
3556
|
+
static ngAcceptInputType_ariaModalInput: BooleanInput$1;
|
|
3557
|
+
static ngAcceptInputType_scrollable: BooleanInput$1;
|
|
3558
|
+
static ngAcceptInputType_visibleInput: BooleanInput$1;
|
|
3556
3559
|
/**
|
|
3557
3560
|
* Align the modal in the center or top of the screen.
|
|
3558
3561
|
* @return {'top' | 'center'}
|
|
@@ -3614,8 +3617,7 @@ declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
3614
3617
|
* @default false
|
|
3615
3618
|
*/
|
|
3616
3619
|
readonly visibleInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
3617
|
-
|
|
3618
|
-
get visible(): boolean;
|
|
3620
|
+
readonly visible: _angular_core.WritableSignal<boolean>;
|
|
3619
3621
|
/**
|
|
3620
3622
|
* Event triggered on modal dismiss.
|
|
3621
3623
|
* @return boolean
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.25",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@angular/animations": "^20.3.
|
|
26
|
-
"@angular/cdk": "^20.2.
|
|
27
|
-
"@angular/common": "^20.3.
|
|
28
|
-
"@angular/core": "^20.3.
|
|
29
|
-
"@angular/forms": "^20.3.
|
|
30
|
-
"@angular/router": "^20.3.
|
|
31
|
-
"@coreui/coreui-pro": "^5.
|
|
32
|
-
"@coreui/icons-angular": "~5.5.
|
|
25
|
+
"@angular/animations": "^20.3.14",
|
|
26
|
+
"@angular/cdk": "^20.2.14",
|
|
27
|
+
"@angular/common": "^20.3.14",
|
|
28
|
+
"@angular/core": "^20.3.14",
|
|
29
|
+
"@angular/forms": "^20.3.14",
|
|
30
|
+
"@angular/router": "^20.3.14",
|
|
31
|
+
"@coreui/coreui-pro": "^5.22.0",
|
|
32
|
+
"@coreui/icons-angular": "~5.5.25",
|
|
33
33
|
"rxjs": "^7.8.2"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|