@adaptabletools/adaptable 20.2.7 → 20.2.9

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
@@ -121,7 +121,7 @@ export type { SystemStatusMessageDisplayedInfo } from './Api/Events/SystemStatus
121
121
  export type { CellChangedInfo } from './Api/Events/CellChanged';
122
122
  export type { TeamSharingEntityChangedInfo } from './Api/Events/TeamSharingEntityChanged';
123
123
  export type { RowChangedInfo } from './Api/Events/RowChanged';
124
- export type { LayoutChangedInfo } from './Api/Events/LayoutChanged';
124
+ export type { LayoutChangedInfo, LayoutChangedAction } from './Api/Events/LayoutChanged';
125
125
  export type { CalculatedColumnChangedInfo } from './Api/Events/CalculatedColumnChanged';
126
126
  export type { CustomToolbarConfiguredInfo } from './Api/Events/CustomToolbarConfigured';
127
127
  export type { LiveDataChangedInfo, LiveReport } from './Api/Events/LiveDataChanged';