mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-17 17:54:31 +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.