@adaptabletools/adaptable 18.1.12-canary.0 → 18.1.13

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/src/types.d.ts CHANGED
@@ -120,7 +120,7 @@ export type { FlashingCellDisplayedInfo } from './Api/Events/FlashingCellDisplay
120
120
  export type { SystemStatusMessageDisplayedInfo } from './Api/Events/SystemStatusMessageDisplayed';
121
121
  export type { CellChangedInfo } from './Api/Events/CellChanged';
122
122
  export type { TeamSharingEntityChangedInfo } from './Api/Events/TeamSharingEntityChanged';
123
- export type { GridDataChangedInfo } from './Api/Events/GridDataChanged';
123
+ export type { GridDataChangedInfo, GridDataChangeTrigger } from './Api/Events/GridDataChanged';
124
124
  export type { LayoutChangedInfo } from './Api/Events/LayoutChanged';
125
125
  export type { CalculatedColumnChangedInfo } from './Api/Events/CalculatedColumnChanged';
126
126
  export type { CustomToolbarConfiguredInfo } from './Api/Events/CustomToolbarConfigured';