@sebgroup/green-angular 4.4.1 → 4.5.0
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/README.md +2 -2
- package/esm2022/lib/in-page-wizard/in-page-wizard-step-card.component.mjs +11 -4
- package/esm2022/src/lib/in-page-wizard/in-page-wizard-step-card.component.mjs +11 -4
- package/fesm2022/sebgroup-green-angular-src-lib-in-page-wizard.mjs +10 -3
- package/fesm2022/sebgroup-green-angular-src-lib-in-page-wizard.mjs.map +1 -1
- package/fesm2022/sebgroup-green-angular.mjs +10 -3
- package/fesm2022/sebgroup-green-angular.mjs.map +1 -1
- package/lib/in-page-wizard/in-page-wizard-step-card.component.d.ts +2 -1
- package/package.json +4 -4
- package/src/lib/in-page-wizard/in-page-wizard-step-card.component.d.ts +2 -1
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class NggInPageWizardStepCardComponent {
|
|
4
4
|
readonly handleNextClick: EventEmitter<MouseEvent>;
|
|
5
5
|
readonly handleEditClick: EventEmitter<MouseEvent>;
|
|
6
|
+
stepIsValid: () => boolean;
|
|
6
7
|
stepText: string;
|
|
7
8
|
title: string;
|
|
8
9
|
editBtnText: string;
|
|
@@ -14,5 +15,5 @@ export declare class NggInPageWizardStepCardComponent {
|
|
|
14
15
|
handleOnEditBtnClick(event: MouseEvent): void;
|
|
15
16
|
handleOnNextBtnClick(event: MouseEvent): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NggInPageWizardStepCardComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NggInPageWizardStepCardComponent, "ngg-in-page-wizard-step-card", never, { "stepText": { "alias": "stepText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editBtnText": { "alias": "editBtnText"; "required": false; }; "nextBtnText": { "alias": "nextBtnText"; "required": false; }; "showNextBtnIcon": { "alias": "showNextBtnIcon"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; "disableNext": { "alias": "disableNext"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, { "handleNextClick": "handleNextClick"; "handleEditClick": "handleEditClick"; }, never, ["*"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NggInPageWizardStepCardComponent, "ngg-in-page-wizard-step-card", never, { "stepIsValid": { "alias": "stepIsValid"; "required": false; }; "stepText": { "alias": "stepText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editBtnText": { "alias": "editBtnText"; "required": false; }; "nextBtnText": { "alias": "nextBtnText"; "required": false; }; "showNextBtnIcon": { "alias": "showNextBtnIcon"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; "disableNext": { "alias": "disableNext"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, { "handleNextClick": "handleNextClick"; "handleEditClick": "handleEditClick"; }, never, ["*"], false, never>;
|
|
18
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-angular",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": ">=16.2.14",
|
|
6
6
|
"@angular/common": ">=16.2.12",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"date-fns": "^2.28.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@sebgroup/green-core": "^1.
|
|
17
|
+
"@sebgroup/green-core": "^1.40.0",
|
|
18
18
|
"@sebgroup/chlorophyll": "^3.5.0",
|
|
19
19
|
"@sebgroup/extract": "^3.0.2",
|
|
20
20
|
"tslib": "^2.3.1"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"description": "Angular components built on top of @sebgroup/chlorophyll.",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/
|
|
25
|
+
"url": "git+https://github.com/seb-oss/green.git"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"contributors": [],
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"bugs": {
|
|
36
|
-
"url": "https://github.com/
|
|
36
|
+
"url": "https://github.com/seb-oss/green/labels/angular"
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://storybook.seb.io/latest/angular/",
|
|
39
39
|
"module": "fesm2022/sebgroup-green-angular.mjs",
|
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class NggInPageWizardStepCardComponent {
|
|
4
4
|
readonly handleNextClick: EventEmitter<MouseEvent>;
|
|
5
5
|
readonly handleEditClick: EventEmitter<MouseEvent>;
|
|
6
|
+
stepIsValid: () => boolean;
|
|
6
7
|
stepText: string;
|
|
7
8
|
title: string;
|
|
8
9
|
editBtnText: string;
|
|
@@ -14,5 +15,5 @@ export declare class NggInPageWizardStepCardComponent {
|
|
|
14
15
|
handleOnEditBtnClick(event: MouseEvent): void;
|
|
15
16
|
handleOnNextBtnClick(event: MouseEvent): void;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<NggInPageWizardStepCardComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NggInPageWizardStepCardComponent, "ngg-in-page-wizard-step-card", never, { "stepText": { "alias": "stepText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editBtnText": { "alias": "editBtnText"; "required": false; }; "nextBtnText": { "alias": "nextBtnText"; "required": false; }; "showNextBtnIcon": { "alias": "showNextBtnIcon"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; "disableNext": { "alias": "disableNext"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, { "handleNextClick": "handleNextClick"; "handleEditClick": "handleEditClick"; }, never, ["*"], false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NggInPageWizardStepCardComponent, "ngg-in-page-wizard-step-card", never, { "stepIsValid": { "alias": "stepIsValid"; "required": false; }; "stepText": { "alias": "stepText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "editBtnText": { "alias": "editBtnText"; "required": false; }; "nextBtnText": { "alias": "nextBtnText"; "required": false; }; "showNextBtnIcon": { "alias": "showNextBtnIcon"; "required": false; }; "isCompleted": { "alias": "isCompleted"; "required": false; }; "disableNext": { "alias": "disableNext"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, { "handleNextClick": "handleNextClick"; "handleEditClick": "handleEditClick"; }, never, ["*"], false, never>;
|
|
18
19
|
}
|