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.
- package/dist/interfaces.d.ts +3 -0
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -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[];
|