@coreui/angular-pro 5.6.4 → 5.6.6
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.6",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@angular/forms": "^21.0.0",
|
|
30
30
|
"@angular/router": "^21.0.0",
|
|
31
31
|
"@coreui/coreui-pro": "^5.22.0",
|
|
32
|
-
"@coreui/icons-angular": "~5.6.
|
|
32
|
+
"@coreui/icons-angular": "~5.6.6",
|
|
33
33
|
"rxjs": "^7.8.2"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
@@ -6419,6 +6419,7 @@ declare class TimePickerComponent implements OnChanges, OnInit, ControlValueAcce
|
|
|
6419
6419
|
get timeInputValue(): string;
|
|
6420
6420
|
private _timeInputValue;
|
|
6421
6421
|
readonly timePickerClasses: _angular_core.Signal<Record<string, boolean>>;
|
|
6422
|
+
readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
|
|
6422
6423
|
readonly selectTime: FormGroup<{
|
|
6423
6424
|
selectHours: FormControl<number | null>;
|
|
6424
6425
|
selectMinutes: FormControl<number | null>;
|