@coreui/angular-pro 5.7.7 → 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.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.26.0",
34
- "@coreui/icons-angular": "~5.7.6",
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": {
@@ -2085,7 +2085,7 @@ declare class DropdownToggleDirective implements AfterViewInit {
2085
2085
  */
2086
2086
  readonly disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
2087
2087
  /**
2088
- * Enables pseudo element caret on toggler.
2088
+ * Enables pseudo-element caret on toggler.
2089
2089
  * @return boolean
2090
2090
  */
2091
2091
  readonly caret: _angular_core.InputSignal<boolean>;
@@ -3438,7 +3438,7 @@ declare class NavModule {
3438
3438
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<NavModule>;
3439
3439
  }
3440
3440
 
3441
- declare class NavbarComponent implements AfterContentInit, OnDestroy {
3441
+ declare class NavbarComponent {
3442
3442
  #private;
3443
3443
  /**
3444
3444
  * Sets the color context of the component to one of CoreUI’s themed colors.
@@ -3463,8 +3463,6 @@ declare class NavbarComponent implements AfterContentInit, OnDestroy {
3463
3463
  readonly containerClass: _angular_core.Signal<string>;
3464
3464
  readonly computedStyle: _angular_core.WritableSignal<string>;
3465
3465
  readonly breakpoint: _angular_core.Signal<string | false>;
3466
- ngAfterContentInit(): void;
3467
- ngOnDestroy(): void;
3468
3466
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NavbarComponent, never>;
3469
3467
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "container": { "alias": "container"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, ["collapse"], ["*", "*"], true, [{ directive: typeof ThemeDirective; inputs: { "colorScheme": "colorScheme"; }; outputs: {}; }]>;
3470
3468
  }
@@ -3668,7 +3666,7 @@ declare class ModalComponent implements OnInit, OnDestroy, AfterViewInit {
3668
3666
  get show(): boolean;
3669
3667
  set show(value: boolean);
3670
3668
  animateStart(): void;
3671
- onKeyUpHandler(event: KeyboardEvent): void;
3669
+ onKeyDownHandler(event: KeyboardEvent): void;
3672
3670
  private mouseDownTarget;
3673
3671
  onMouseDownHandler($event: MouseEvent): void;
3674
3672
  onClickHandler($event: MouseEvent): void;