mn-angular-lib 1.0.24 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -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;