voiptime-components 1.13.30 → 1.13.31

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
@@ -898,11 +898,9 @@ export declare interface FieldValidation {
898
898
  }
899
899
 
900
900
  export declare class FileParser {
901
+ private static worker;
901
902
  static isDataFile(file: File): boolean;
902
903
  static parseFile(file: File, maxRows?: number, returnData?: boolean, onProgress?: (progress: number) => void): Promise<ParseResult>;
903
- private static parseCSV;
904
- private static parseCSVLine;
905
- private static parseExcel;
906
904
  }
907
905
 
908
906
  export declare class FileValidator {