@coreui/angular-pro 5.4.2 → 5.4.3

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.
@@ -24,7 +24,7 @@ export declare class SmartTableHeadComponent implements OnInit {
24
24
  readonly selectable: import("@angular/core").InputSignalWithTransform<boolean | undefined, unknown>;
25
25
  readonly selectAll: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
26
26
  set selectedAll(value: boolean | 'indeterminate');
27
- get selectedAll(): boolean | 'indeterminate';
27
+ get selectedAll(): boolean | "indeterminate";
28
28
  readonly showGroups: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
29
29
  readonly sorterValue: import("@angular/core").InputSignal<ISorterValue | undefined>;
30
30
  set columnFilterTemplates(value: any);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
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,15 +22,15 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
- "@angular/animations": "^19.1.0",
26
- "@angular/cdk": "^19.1.0",
27
- "@angular/common": "^19.1.0",
28
- "@angular/core": "^19.1.0",
29
- "@angular/forms": "^19.1.0",
30
- "@angular/router": "^19.1.0",
25
+ "@angular/animations": "^19.2.0",
26
+ "@angular/cdk": "^19.2.1",
27
+ "@angular/common": "^19.2.0",
28
+ "@angular/core": "^19.2.0",
29
+ "@angular/forms": "^19.2.0",
30
+ "@angular/router": "^19.2.0",
31
31
  "@coreui/coreui-pro": "~5.10.0",
32
- "@coreui/icons-angular": "~5.4.1",
33
- "rxjs": "^7.8.1"
32
+ "@coreui/icons-angular": "~5.4.3",
33
+ "rxjs": "^7.8.2"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",