voiptime-components 1.13.29 → 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/assets/parser.worker-CSXBC33F.js +39 -0
- package/dist/index.cjs.js +1 -39
- package/dist/index.d.ts +1 -3
- package/dist/index.es.js +4875 -25835
- package/dist/index.umd.js +1 -39
- package/package.json +1 -1
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 {
|