@affino/datagrid-vue-app 0.1.45 → 0.1.47

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.
@@ -359,6 +359,7 @@ export interface DataGridExposed<TRow = unknown> {
359
359
  getHistory: () => DataGridHistoryController;
360
360
  getApi: () => DataGridApi<TRow> | null;
361
361
  getRuntime: () => DataGridExposedRuntime<TRow> | null;
362
+ restoreFocus: () => void;
362
363
  getSelectionAggregatesLabel: () => string;
363
364
  runStructuralRowAction: (action: DataGridStructuralRowActionId, rowId: string | number) => Promise<boolean>;
364
365
  getState: () => DataGridUnifiedState<TRow> | null;