@worktile/theia 20.2.6 → 20.2.7
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/index.d.ts
CHANGED
|
@@ -2665,7 +2665,7 @@ declare class TheTableSelect implements OnInit {
|
|
|
2665
2665
|
constructor(popoverRef: ThyPopoverRef<TheTableSelect>);
|
|
2666
2666
|
ngOnInit(): void;
|
|
2667
2667
|
onSelectCells(rowIndex: any, colIndex: any): void;
|
|
2668
|
-
executeTable(event: MouseEvent): void;
|
|
2668
|
+
executeTable(event: MouseEvent, rowIndex: number, colIndex: number): void;
|
|
2669
2669
|
static ɵfac: i0.ɵɵFactoryDeclaration<TheTableSelect, never>;
|
|
2670
2670
|
static ɵcmp: i0.ɵɵComponentDeclaration<TheTableSelect, "table-select", never, { "optionsParam": { "alias": "optionsParam"; "required": false; }; "editor": { "alias": "editor"; "required": false; }; "beforeInsert": { "alias": "beforeInsert"; "required": false; }; }, {}, never, never, true, never>;
|
|
2671
2671
|
}
|