mn-angular-lib 1.0.23 → 1.0.25
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
|
@@ -3117,6 +3117,11 @@ declare class WizardModalBuilder<TResult = WizardResult> extends BaseModalBuilde
|
|
|
3117
3117
|
* Note: This will be merged with individual step initial values.
|
|
3118
3118
|
*/
|
|
3119
3119
|
initialValue(value: Partial<TResult>): this;
|
|
3120
|
+
/**
|
|
3121
|
+
* Description is not supported for wizard modals.
|
|
3122
|
+
* Use step-level body text instead.
|
|
3123
|
+
*/
|
|
3124
|
+
description(_description: string): this;
|
|
3120
3125
|
body(body: any): this;
|
|
3121
3126
|
field(field: FormFieldConfig<any>): this;
|
|
3122
3127
|
row(columns?: number): this;
|