@webilix/ngx-form-m3 0.0.43 → 0.0.44

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
@@ -272,6 +272,7 @@ interface IInputTag extends Omit<IInput, 'value' | 'optional' | 'english'> {
272
272
  readonly tags: string[];
273
273
  readonly minCount?: number;
274
274
  readonly maxCount?: number;
275
+ readonly orderList?: boolean;
275
276
  }
276
277
 
277
278
  interface IInputText extends IInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-form-m3",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Persian form library for Angular and Material 3",
6
6
  "repository": {