voiptime-components 1.13.27 → 1.13.29

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