@coreui/angular-pro 5.3.11 → 5.3.12

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.
@@ -9,6 +9,10 @@ export declare class CarouselInnerComponent implements AfterContentInit, AfterCo
9
9
  left: boolean;
10
10
  }>;
11
11
  readonly transition: import("@angular/core").WritableSignal<string>;
12
+ readonly slideType: import("@angular/core").Signal<{
13
+ left: boolean;
14
+ type: string;
15
+ }>;
12
16
  readonly contentItems: import("@angular/core").Signal<readonly CarouselItemComponent[]>;
13
17
  ngAfterContentInit(): void;
14
18
  ngAfterContentChecked(): void;
@@ -1,4 +1,9 @@
1
- export declare function toLeft(fromState: any, toState: any): boolean;
2
- export declare function toRight(fromState: any, toState: any): boolean;
3
- export declare const slideAnimation: import("@angular/animations").AnimationTriggerMetadata;
4
- export declare const fadeAnimation: import("@angular/animations").AnimationTriggerMetadata;
1
+ export declare function toSlideLeft(fromState: any, toState: any): boolean;
2
+ export declare function toSlideRight(fromState: any, toState: any): boolean;
3
+ export declare function toFadeLeft(fromState: any, toState: any): boolean;
4
+ export declare function toFadeRight(fromState: any, toState: any): boolean;
5
+ export declare const slideAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
6
+ export declare const slideAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
7
+ export declare const fadeAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
8
+ export declare const fadeAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
9
+ export declare const carouselPlay: import("@angular/animations").AnimationTriggerMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.3.11",
3
+ "version": "5.3.12",
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": "^19.1.4",
26
- "@angular/cdk": "^19.1.2",
27
- "@angular/common": "^19.1.4",
28
- "@angular/core": "^19.1.4",
29
- "@angular/forms": "^19.1.4",
30
- "@angular/router": "^19.1.4",
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",
31
31
  "@coreui/coreui-pro": "^5.8.0",
32
- "@coreui/icons-angular": "~5.3.9",
32
+ "@coreui/icons-angular": "~5.3.12",
33
33
  "rxjs": "^7.8.1"
34
34
  },
35
35
  "repository": {