@adaptabletools/adaptable 19.0.0-canary.0 → 19.0.0
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/package.json +1 -1
- package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +1 -1
- package/src/Api/GridApi.d.ts +0 -20
- package/src/Api/Implementation/GridApiImpl.d.ts +0 -4
- package/src/Api/Implementation/GridApiImpl.js +0 -17
- package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +0 -2
- package/src/Api/Implementation/UserInterfaceApiImpl.js +0 -9
- package/src/Api/UserInterfaceApi.d.ts +0 -10
- package/src/PredefinedConfig/FormatColumnState.d.ts +0 -4
- package/src/Strategy/DashboardModule.js +11 -7
- package/src/View/Dashboard/DashboardViewPanel.js +2 -1
- package/src/agGrid/AgGridMenuAdapter.js +14 -14
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/tsconfig.esm.tsbuildinfo +1 -1
- package/src/PredefinedConfig/QueryState.d.ts +0 -18
- package/src/PredefinedConfig/QueryState.js +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ConfigState } from './ConfigState';
|
|
2
|
-
import { NamedQuery } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* Predefined Configuration for Query Module
|
|
5
|
-
* @deprecated
|
|
6
|
-
*/
|
|
7
|
-
export interface QueryState extends ConfigState {
|
|
8
|
-
/**
|
|
9
|
-
* Named Queries - can be referenced in other Expressions
|
|
10
|
-
* @deprecated use NamedQueryState instead
|
|
11
|
-
*/
|
|
12
|
-
NamedQueries?: NamedQuery[];
|
|
13
|
-
/**
|
|
14
|
-
* Expression used for the Query currently being run
|
|
15
|
-
* @deprecated moved to GridFilter and is part of Layout
|
|
16
|
-
*/
|
|
17
|
-
CurrentQuery?: string;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|