dromo-uploader-js 2.0.11 → 2.0.12

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.
@@ -437,6 +437,9 @@ export interface IRowCellBasic {
437
437
  }
438
438
  export interface IRowCellManyToOne {
439
439
  manyToOne: IRowCellBasic[];
440
+ value?: unknown;
441
+ info?: unknown;
442
+ selectOptions?: unknown;
440
443
  }
441
444
  export interface IRowCell extends IRowCellBasic {
442
445
  manyToOne?: IRowCellBasic[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dromo-uploader-js",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Easy to use data (CSV, TSV, Excel) importer",
5
5
  "author": "ankitgoyal100",
6
6
  "license": "MIT",