@webilix/ngx-form-m3 0.0.43 → 0.0.45
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 {
|