@webilix/ngx-form-m3 0.0.39 → 0.0.40

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/index.d.ts CHANGED
@@ -142,6 +142,7 @@ interface IInputDate extends Omit<IInput, 'english' | 'value' | 'autoFocus'> {
142
142
  readonly value?: Date | null;
143
143
  readonly minDate?: Date | 'NOW';
144
144
  readonly maxDate?: Date | 'NOW';
145
+ readonly format?: string;
145
146
  }
146
147
 
147
148
  interface IInputEmail extends Omit<IInput, 'english'> {
@@ -184,6 +185,7 @@ interface IInputMoment extends Omit<IInput, 'english' | 'value' | 'autoFocus'> {
184
185
  readonly value?: Date | null;
185
186
  readonly minDate?: Date | 'NOW';
186
187
  readonly maxDate?: Date | 'NOW';
188
+ readonly format?: string;
187
189
  }
188
190
 
189
191
  interface IInputMultiSelect extends Omit<IInput, 'value' | 'optional' | 'autoFocus'> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-form-m3",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Persian form library for Angular and Material 3",
6
6
  "repository": {