pangea-lib 4.0.555 → 4.0.556
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.
|
@@ -2,8 +2,8 @@ export declare const requiredRule: import('@vuelidate/core').ValidationRuleWithP
|
|
|
2
2
|
export declare const idRequiredRule: import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
3
3
|
export declare const minLengthRule: (length: number) => import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
4
4
|
export declare const maxLengthRule: (length: number) => import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
5
|
-
export declare const integerRule: import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
6
5
|
export declare const emailRule: import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
6
|
+
export declare const integerRule: import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
7
7
|
export declare const greaterEqualRule: (number: number) => import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
8
8
|
export declare const greaterThanRule: (number: number) => import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|
|
9
9
|
export declare const lessEqualRule: (number: number) => import('@vuelidate/core').ValidationRuleWithParams<object, any>;
|