mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 18:22:55 +00:00
Fixes `withParam` helper, and `or`, and `and` rules to allow for either ValidationRule or CustomRule since in practice they are interchangeable. Fixes CustomRule `parentVm` param to be of type any. the parentVm for nested elements are often still nested, I,e. not the Vue Component. Added missing rules: `integer`, `decimal`, and `not`. Implements tests for the above. |
||
|---|---|---|
| .. | ||
| lib | ||
| index.d.ts | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
| vue.d.ts | ||
| vuelidate-tests.ts | ||
| vuelidate.d.ts | ||