voiptime-components 1.13.28 → 1.13.30
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.cjs.js +27 -27
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1642 -1588
- package/dist/index.umd.js +27 -27
- package/package.json +1 -1
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;
|