voiptime-components 1.11.2 → 1.11.4

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/dist/index.d.ts CHANGED
@@ -750,6 +750,8 @@ export declare interface CollapseProps {
750
750
  accordion?: boolean;
751
751
  }
752
752
 
753
+ export declare const containUpperCaseLetter: ValidatorFn;
754
+
753
755
  export declare interface DatePickerShortcut {
754
756
  text: string;
755
757
  value: () => DatePickerValue;
@@ -1008,6 +1010,8 @@ export declare const MONTH_NAMES: string[];
1008
1010
 
1009
1011
  export declare const MONTH_NAMES_SHORT: string[];
1010
1012
 
1013
+ export declare const noSpaces: ValidatorFn;
1014
+
1011
1015
  export declare const numeric: ValidatorFn;
1012
1016
 
1013
1017
  export declare interface PaginationCalculations {