@coreui/angular-pro 5.7.22 → 5.7.23
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.23",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@angular/forms": "^22.1.0",
|
|
32
32
|
"@angular/router": "^22.1.0",
|
|
33
33
|
"@coreui/coreui-pro": "^5.27.1",
|
|
34
|
-
"@coreui/icons-angular": "~5.7.
|
|
34
|
+
"@coreui/icons-angular": "~5.7.23",
|
|
35
35
|
"rxjs": "^7.8.2"
|
|
36
36
|
},
|
|
37
37
|
"repository": {
|
|
@@ -80,6 +80,7 @@ declare class HtmlAttributesDirective {
|
|
|
80
80
|
* @returns Record<string, any>
|
|
81
81
|
*/
|
|
82
82
|
readonly cHtmlAttr: _angular_core.InputSignal<Record<string, any> | undefined>;
|
|
83
|
+
constructor();
|
|
83
84
|
private setStyle;
|
|
84
85
|
private addClass;
|
|
85
86
|
private setAttrib;
|
|
@@ -2167,6 +2168,7 @@ declare class DropdownMenuDirective implements OnInit, AfterContentInit {
|
|
|
2167
2168
|
readonly visible: _angular_core.WritableSignal<boolean>;
|
|
2168
2169
|
readonly hostClasses: _angular_core.Signal<Record<string, boolean>>;
|
|
2169
2170
|
readonly hostStyles: _angular_core.Signal<Record<string, any>>;
|
|
2171
|
+
readonly dataPopper: _angular_core.Signal<"static" | null>;
|
|
2170
2172
|
onKeyDown($event: KeyboardEvent): void;
|
|
2171
2173
|
onKeyUp($event: KeyboardEvent): void;
|
|
2172
2174
|
readonly dropdownItemsContent: _angular_core.Signal<readonly DropdownItemDirective[]>;
|
|
@@ -2186,6 +2188,7 @@ declare class DropdownService {
|
|
|
2186
2188
|
#private;
|
|
2187
2189
|
readonly dropdownState$: rxjs.Observable<any>;
|
|
2188
2190
|
readonly alignment: _angular_core.WritableSignal<DropdownAlignment | undefined>;
|
|
2191
|
+
readonly popper: _angular_core.WritableSignal<boolean>;
|
|
2189
2192
|
toggle(state: IDropdownState): void;
|
|
2190
2193
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DropdownService, never>;
|
|
2191
2194
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DropdownService>;
|