@coreui/angular-pro 5.5.1 → 5.5.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.
- package/fesm2022/coreui-angular-pro.mjs +943 -927
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +9 -9
package/index.d.ts
CHANGED
|
@@ -5464,6 +5464,7 @@ declare class StepperComponent {
|
|
|
5464
5464
|
static ngAcceptInputType_defaultActiveStepIndex: NumberInput$1;
|
|
5465
5465
|
static ngAcceptInputType_linear: BooleanInput$1;
|
|
5466
5466
|
static ngAcceptInputType_validation: BooleanInput$1;
|
|
5467
|
+
constructor();
|
|
5467
5468
|
/**
|
|
5468
5469
|
* Currently active step index
|
|
5469
5470
|
* @returns number
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.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,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@angular/animations": "^20.0.
|
|
26
|
-
"@angular/cdk": "^20.0.
|
|
27
|
-
"@angular/common": "^20.0.
|
|
28
|
-
"@angular/core": "^20.0.
|
|
29
|
-
"@angular/forms": "^20.0.
|
|
30
|
-
"@angular/router": "^20.0.
|
|
31
|
-
"@coreui/coreui-pro": "~5.
|
|
32
|
-
"@coreui/icons-angular": "~5.5.
|
|
25
|
+
"@angular/animations": "^20.0.6",
|
|
26
|
+
"@angular/cdk": "^20.0.5",
|
|
27
|
+
"@angular/common": "^20.0.6",
|
|
28
|
+
"@angular/core": "^20.0.6",
|
|
29
|
+
"@angular/forms": "^20.0.6",
|
|
30
|
+
"@angular/router": "^20.0.6",
|
|
31
|
+
"@coreui/coreui-pro": "~5.15.0",
|
|
32
|
+
"@coreui/icons-angular": "~5.5.3",
|
|
33
33
|
"rxjs": "^7.8.2"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|