mn-angular-lib 0.0.77 → 0.0.78
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
|
@@ -3033,6 +3033,16 @@ declare class MnWizardBodyComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
3033
3033
|
complete(): Promise<void>;
|
|
3034
3034
|
/** Collect form data from all form-driven steps, namespaced by step ID */
|
|
3035
3035
|
private getAggregatedData;
|
|
3036
|
+
/**
|
|
3037
|
+
* Maps a footer action's ActionStyle to mnButton data props.
|
|
3038
|
+
* @param action The footer action configuration.
|
|
3039
|
+
*/
|
|
3040
|
+
getFooterActionButtonData(action: ModalFooterAction<any>): any;
|
|
3041
|
+
/**
|
|
3042
|
+
* Handles a custom footer action click.
|
|
3043
|
+
* @param action The footer action configuration.
|
|
3044
|
+
*/
|
|
3045
|
+
handleFooterAction(action: ModalFooterAction<any>): Promise<void>;
|
|
3036
3046
|
private notifyStepChange;
|
|
3037
3047
|
static ɵfac: i0.ɵɵFactoryDeclaration<MnWizardBodyComponent, never>;
|
|
3038
3048
|
static ɵcmp: i0.ɵɵComponentDeclaration<MnWizardBodyComponent, "mn-wizard-body", never, { "config": { "alias": "config"; "required": false; }; "modalRef": { "alias": "modalRef"; "required": false; }; }, {}, never, never, true, never>;
|