@adaptabletools/adaptable 15.4.3 → 16.0.0-canary.1

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.
Files changed (290) hide show
  1. package/base.css +1 -1
  2. package/base.css.map +1 -1
  3. package/bundle.cjs.js +234 -228
  4. package/index.css +1 -1
  5. package/index.css.map +1 -1
  6. package/package.json +2 -2
  7. package/publishTimestamp.d.ts +1 -1
  8. package/publishTimestamp.js +1 -1
  9. package/src/AdaptableInterfaces/IAdaptable.d.ts +8 -2
  10. package/src/AdaptableOptions/ActionColumnOptions.d.ts +82 -0
  11. package/src/AdaptableOptions/{ActionOptions.d.ts → ActionRowOptions.d.ts} +15 -90
  12. package/src/AdaptableOptions/AdaptableOptions.d.ts +32 -12
  13. package/src/AdaptableOptions/AdaptableQLOptions.d.ts +1 -12
  14. package/src/AdaptableOptions/AlertOptions.d.ts +9 -0
  15. package/src/AdaptableOptions/CalendarOptions.d.ts +11 -0
  16. package/src/AdaptableOptions/CellSummaryOptions.d.ts +10 -0
  17. package/src/AdaptableOptions/ColumnOptions.d.ts +0 -4
  18. package/src/AdaptableOptions/CustomSortOptions.d.ts +24 -0
  19. package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +5 -1
  20. package/src/AdaptableOptions/DataSetOptions.d.ts +41 -0
  21. package/src/AdaptableOptions/DataSetOptions.js +2 -0
  22. package/src/AdaptableOptions/EditOptions.d.ts +4 -4
  23. package/src/AdaptableOptions/EntitlementOptions.d.ts +0 -16
  24. package/src/AdaptableOptions/ExportOptions.d.ts +2 -4
  25. package/src/AdaptableOptions/ExpressionOptions.d.ts +7 -0
  26. package/src/AdaptableOptions/FinancePluginOptions.d.ts +1 -1
  27. package/src/AdaptableOptions/GroupingOptions.d.ts +50 -0
  28. package/src/AdaptableOptions/GroupingOptions.js +2 -0
  29. package/src/AdaptableOptions/MasterDetailPluginOptions.d.ts +9 -0
  30. package/src/AdaptableOptions/PredicateOptions.d.ts +4 -0
  31. package/src/AdaptableOptions/TeamSharingOptions.d.ts +0 -8
  32. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +30 -1
  33. package/src/Api/ActionColumnApi.d.ts +10 -0
  34. package/src/Api/ActionColumnApi.js +2 -0
  35. package/src/Api/{ActionApi.d.ts → ActionRowApi.d.ts} +4 -15
  36. package/src/Api/ActionRowApi.js +2 -0
  37. package/src/Api/AdaptableApi.d.ts +11 -6
  38. package/src/Api/AlertApi.d.ts +2 -111
  39. package/src/Api/BulkUpdateApi.d.ts +0 -7
  40. package/src/Api/CalculatedColumnApi.d.ts +0 -31
  41. package/src/Api/CalendarApi.d.ts +1 -1
  42. package/src/Api/CellSummaryApi.d.ts +0 -7
  43. package/src/Api/ChartingApi.d.ts +0 -7
  44. package/src/Api/ColumnApi.d.ts +1 -131
  45. package/src/Api/ConfigApi.d.ts +1 -7
  46. package/src/Api/CustomSortApi.d.ts +0 -25
  47. package/src/Api/DashboardApi.d.ts +0 -16
  48. package/src/Api/DataChangeHistoryApi.d.ts +0 -7
  49. package/src/Api/DataSetApi.d.ts +1 -16
  50. package/src/Api/EventApi.d.ts +1 -9
  51. package/src/Api/Events/AdaptableStateChanged.d.ts +0 -8
  52. package/src/Api/Events/AdaptableStateReloaded.d.ts +0 -4
  53. package/src/Api/Events/BaseEventInfo.d.ts +9 -1
  54. package/src/Api/Events/LiveDataChanged.d.ts +3 -7
  55. package/src/Api/ExportApi.d.ts +7 -31
  56. package/src/Api/{QueryLanguageApi.d.ts → ExpressionApi.d.ts} +2 -2
  57. package/src/Api/ExpressionApi.js +2 -0
  58. package/src/Api/FilterApi.d.ts +1 -59
  59. package/src/Api/FlashingCellApi.d.ts +0 -15
  60. package/src/Api/FormatColumnApi.d.ts +1 -91
  61. package/src/Api/FreeTextColumnApi.d.ts +0 -39
  62. package/src/Api/GridApi.d.ts +0 -31
  63. package/src/Api/Implementation/ActionColumnApiImpl.d.ts +7 -0
  64. package/src/Api/Implementation/ActionColumnApiImpl.js +14 -0
  65. package/src/Api/Implementation/ActionRowApiImpl.d.ts +12 -0
  66. package/src/Api/Implementation/{ActionApiImpl.js → ActionRowApiImpl.js} +8 -15
  67. package/src/Api/Implementation/AdaptableApiImpl.d.ts +6 -4
  68. package/src/Api/Implementation/AdaptableApiImpl.js +7 -5
  69. package/src/Api/Implementation/AlertApiImpl.d.ts +1 -43
  70. package/src/Api/Implementation/AlertApiImpl.js +4 -94
  71. package/src/Api/Implementation/ApiBase.d.ts +15 -5
  72. package/src/Api/Implementation/ApiBase.js +26 -8
  73. package/src/Api/Implementation/CalculatedColumnApiImpl.d.ts +0 -7
  74. package/src/Api/Implementation/CalculatedColumnApiImpl.js +0 -32
  75. package/src/Api/Implementation/CalendarApiImpl.d.ts +1 -0
  76. package/src/Api/Implementation/CalendarApiImpl.js +20 -17
  77. package/src/Api/Implementation/CellSummaryApiImpl.d.ts +0 -1
  78. package/src/Api/Implementation/CellSummaryApiImpl.js +3 -6
  79. package/src/Api/Implementation/ChartingApiImpl.d.ts +0 -1
  80. package/src/Api/Implementation/ChartingApiImpl.js +0 -5
  81. package/src/Api/Implementation/ColumnApiImpl.d.ts +0 -35
  82. package/src/Api/Implementation/ColumnApiImpl.js +1 -138
  83. package/src/Api/Implementation/ConfigApiImpl.js +2 -1
  84. package/src/Api/Implementation/CustomSortApiImpl.d.ts +1 -5
  85. package/src/Api/Implementation/CustomSortApiImpl.js +0 -16
  86. package/src/Api/Implementation/DashboardApiImpl.d.ts +0 -4
  87. package/src/Api/Implementation/DashboardApiImpl.js +2 -24
  88. package/src/Api/Implementation/DataChangeHistoryApiImpl.d.ts +0 -1
  89. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +0 -5
  90. package/src/Api/Implementation/DataSetApiImpl.d.ts +1 -4
  91. package/src/Api/Implementation/DataSetApiImpl.js +1 -14
  92. package/src/Api/Implementation/ExportApiImpl.d.ts +4 -10
  93. package/src/Api/Implementation/ExportApiImpl.js +15 -34
  94. package/src/Api/Implementation/{QueryLanguageApiImpl.d.ts → ExpressionApiImpl.d.ts} +4 -4
  95. package/src/Api/Implementation/{QueryLanguageApiImpl.js → ExpressionApiImpl.js} +7 -5
  96. package/src/Api/Implementation/FilterApiImpl.d.ts +1 -17
  97. package/src/Api/Implementation/FilterApiImpl.js +0 -53
  98. package/src/Api/Implementation/FlashingCellApiImpl.d.ts +0 -3
  99. package/src/Api/Implementation/FlashingCellApiImpl.js +2 -13
  100. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +2 -34
  101. package/src/Api/Implementation/FormatColumnApiImpl.js +0 -73
  102. package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +0 -8
  103. package/src/Api/Implementation/FreeTextColumnApiImpl.js +0 -29
  104. package/src/Api/Implementation/GridApiImpl.d.ts +0 -7
  105. package/src/Api/Implementation/GridApiImpl.js +3 -32
  106. package/src/Api/Implementation/LayoutApiImpl.d.ts +1 -6
  107. package/src/Api/Implementation/LayoutApiImpl.js +2 -27
  108. package/src/Api/Implementation/OptionsApiImpl.d.ts +10 -5
  109. package/src/Api/Implementation/OptionsApiImpl.js +19 -7
  110. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +0 -1
  111. package/src/Api/Implementation/PlusMinusApiImpl.js +0 -5
  112. package/src/Api/Implementation/PredicateApiImpl.d.ts +1 -8
  113. package/src/Api/Implementation/PredicateApiImpl.js +2 -30
  114. package/src/Api/Implementation/QueryApiImpl.d.ts +0 -5
  115. package/src/Api/Implementation/QueryApiImpl.js +0 -21
  116. package/src/Api/Implementation/QuickSearchApiImpl.d.ts +0 -1
  117. package/src/Api/Implementation/QuickSearchApiImpl.js +0 -5
  118. package/src/Api/Implementation/ScheduleApiImpl.d.ts +1 -18
  119. package/src/Api/Implementation/ScheduleApiImpl.js +0 -69
  120. package/src/Api/Implementation/ScopeApiImpl.js +1 -1
  121. package/src/Api/Implementation/SettingsPanelApiImpl.d.ts +0 -2
  122. package/src/Api/Implementation/SettingsPanelApiImpl.js +0 -9
  123. package/src/Api/Implementation/ShortcutApiImpl.d.ts +1 -6
  124. package/src/Api/Implementation/ShortcutApiImpl.js +0 -21
  125. package/src/Api/Implementation/SmartEditApiImpl.d.ts +0 -1
  126. package/src/Api/Implementation/SmartEditApiImpl.js +0 -5
  127. package/src/Api/Implementation/StyledColumnApiImpl.d.ts +1 -5
  128. package/src/Api/Implementation/StyledColumnApiImpl.js +2 -17
  129. package/src/Api/Implementation/SystemStatusApiImpl.d.ts +0 -2
  130. package/src/Api/Implementation/SystemStatusApiImpl.js +0 -9
  131. package/src/Api/Implementation/TeamSharingApiImpl.d.ts +0 -5
  132. package/src/Api/Implementation/TeamSharingApiImpl.js +0 -21
  133. package/src/Api/Implementation/ThemeApiImpl.d.ts +0 -4
  134. package/src/Api/Implementation/ThemeApiImpl.js +2 -17
  135. package/src/Api/Implementation/ToolPanelApiImpl.js +2 -2
  136. package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +4 -2
  137. package/src/Api/Implementation/UserInterfaceApiImpl.js +17 -10
  138. package/src/Api/Internal/{ActionInternalApi.d.ts → ActionRowInternalApi.d.ts} +2 -2
  139. package/src/Api/Internal/{ActionInternalApi.js → ActionRowInternalApi.js} +12 -5
  140. package/src/Api/Internal/AdaptableInternalApi.d.ts +1 -10
  141. package/src/Api/Internal/AdaptableInternalApi.js +9 -20
  142. package/src/Api/Internal/AlertInternalApi.js +9 -6
  143. package/src/Api/Internal/CalculatedColumnInternalApi.js +2 -2
  144. package/src/Api/Internal/CustomSortInternalApi.d.ts +1 -1
  145. package/src/Api/Internal/CustomSortInternalApi.js +1 -1
  146. package/src/Api/Internal/DashboardInternalApi.js +2 -0
  147. package/src/Api/Internal/DataSetInternalApi.d.ts +1 -1
  148. package/src/Api/Internal/DataSetInternalApi.js +2 -1
  149. package/src/Api/Internal/ExportInternalApi.js +1 -1
  150. package/src/Api/Internal/{QueryLanguageInternalApi.d.ts → ExpressionnternalApi.d.ts} +1 -1
  151. package/src/Api/Internal/{QueryLanguageInternalApi.js → ExpressionnternalApi.js} +9 -5
  152. package/src/Api/Internal/FilterInternalApi.js +4 -1
  153. package/src/Api/Internal/FormatColumnInternalApi.js +1 -1
  154. package/src/Api/Internal/GridInternalApi.js +8 -0
  155. package/src/Api/Internal/LayoutInternalApi.js +6 -1
  156. package/src/Api/Internal/PredicateInternalApi.js +10 -0
  157. package/src/Api/Internal/QueryInternalApi.js +3 -1
  158. package/src/Api/Internal/SystemStatusInternalApi.js +4 -1
  159. package/src/Api/Internal/TeamSharingInternalApi.js +2 -0
  160. package/src/Api/LayoutApi.d.ts +3 -27
  161. package/src/Api/OptionsApi.d.ts +28 -10
  162. package/src/Api/PlusMinusApi.d.ts +0 -7
  163. package/src/Api/PredicateApi.d.ts +1 -32
  164. package/src/Api/QueryApi.d.ts +0 -23
  165. package/src/Api/QuickSearchApi.d.ts +0 -4
  166. package/src/Api/ScheduleApi.d.ts +0 -81
  167. package/src/Api/SettingsPanelApi.d.ts +0 -11
  168. package/src/Api/ShortcutApi.d.ts +0 -25
  169. package/src/Api/SmartEditApi.d.ts +0 -7
  170. package/src/Api/StyledColumnApi.d.ts +0 -21
  171. package/src/Api/SystemStatusApi.d.ts +0 -11
  172. package/src/Api/TeamSharingApi.d.ts +0 -23
  173. package/src/Api/ThemeApi.d.ts +0 -19
  174. package/src/Api/UserInterfaceApi.d.ts +4 -9
  175. package/src/PredefinedConfig/AlertState.d.ts +4 -1
  176. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +3 -3
  177. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +4 -1
  178. package/src/PredefinedConfig/Common/AggregationColumns.d.ts +3 -0
  179. package/src/PredefinedConfig/Common/BaseContext.d.ts +8 -0
  180. package/src/PredefinedConfig/Common/CellSummary.d.ts +1 -0
  181. package/src/PredefinedConfig/Common/DataChangedScope.d.ts +9 -0
  182. package/src/PredefinedConfig/Common/Entitlement.d.ts +1 -1
  183. package/src/PredefinedConfig/Common/Enums.d.ts +2 -1
  184. package/src/PredefinedConfig/Common/Enums.js +1 -0
  185. package/src/PredefinedConfig/LayoutState.d.ts +0 -6
  186. package/src/PredefinedConfig/SystemState.d.ts +1 -1
  187. package/src/PredefinedConfig/TeamSharingState.d.ts +1 -1
  188. package/src/PredefinedConfig/ThemeState.d.ts +3 -0
  189. package/src/Strategy/AdaptableModuleBase.js +3 -3
  190. package/src/Strategy/AlertModule.js +3 -3
  191. package/src/Strategy/CalculatedColumnModule.js +2 -2
  192. package/src/Strategy/CellSummaryModule.js +3 -0
  193. package/src/Strategy/DataSetModule.d.ts +1 -1
  194. package/src/Strategy/DataSetModule.js +1 -1
  195. package/src/Strategy/ExportModule.js +4 -0
  196. package/src/Strategy/FlashingCellModule.js +4 -4
  197. package/src/Strategy/FormatColumnModule.js +3 -3
  198. package/src/Strategy/QueryModule.js +1 -1
  199. package/src/Strategy/SmartEditModule.js +2 -0
  200. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +25 -23
  201. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +4 -0
  202. package/src/Utilities/Helpers/AdaptableHelper.js +12 -6
  203. package/src/Utilities/Helpers/FormatHelper.js +7 -0
  204. package/src/Utilities/ObjectFactory.d.ts +2 -2
  205. package/src/Utilities/ObjectFactory.js +7 -4
  206. package/src/Utilities/Services/AlertService.js +1 -1
  207. package/src/Utilities/Services/CalculatedColumnExpressionService.js +2 -2
  208. package/src/Utilities/Services/ChartingService.js +2 -0
  209. package/src/Utilities/Services/EntitlementService.js +2 -2
  210. package/src/Utilities/Services/MetamodelService.js +4 -0
  211. package/src/Utilities/Services/ModuleService.js +10 -10
  212. package/src/Utilities/Services/QueryLanguageService.js +16 -0
  213. package/src/Utilities/Services/ReportService.js +8 -6
  214. package/src/Utilities/Services/RowEditService.js +4 -2
  215. package/src/Utilities/Services/ValidationService.js +2 -0
  216. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +5 -5
  217. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +1 -1
  218. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +1 -1
  219. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +9 -9
  220. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +3 -3
  221. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +4 -4
  222. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +3 -3
  223. package/src/View/AdaptableWizardView/Wizard.js +2 -2
  224. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +1 -1
  225. package/src/View/CellSummary/CellSummaryStatusPanel.js +1 -1
  226. package/src/View/Components/AdaptableIconSelector/index.d.ts +6 -0
  227. package/src/View/Components/AdaptableIconSelector/index.js +18 -0
  228. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +2 -2
  229. package/src/View/Components/AdaptableViewIcon/index.d.ts +10 -0
  230. package/src/View/Components/AdaptableViewIcon/index.js +18 -0
  231. package/src/View/Components/EntityRulesEditor/Utilities.js +3 -3
  232. package/src/View/Components/ExternalRenderer.js +14 -2
  233. package/src/View/Components/FilterForm/QuickFilterForm.js +4 -0
  234. package/src/View/Components/Popups/AdaptablePopupAlert.js +2 -0
  235. package/src/View/Components/RangesComponent.d.ts +4 -4
  236. package/src/View/Components/RangesComponent.js +13 -22
  237. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +2 -0
  238. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +11 -1
  239. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +1 -1
  240. package/src/View/Dashboard/CustomDashboardButton.js +2 -0
  241. package/src/View/Dashboard/CustomToolbarWrapper.js +13 -1
  242. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +11 -7
  243. package/src/View/DataChangeHistory/buildActionColumnButton.d.ts +2 -2
  244. package/src/View/DataChangeHistory/buildActionColumnButton.js +3 -2
  245. package/src/View/Export/ExportViewPanel.d.ts +1 -1
  246. package/src/View/Export/ExportViewPanel.js +4 -4
  247. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +3 -1
  248. package/src/View/GridInfo/GridInfoPopup.d.ts +0 -1
  249. package/src/View/GridInfo/GridInfoPopup.js +1 -2
  250. package/src/View/GridInfo/GridOptionsComponent.js +1 -1
  251. package/src/View/Layout/LayoutViewPanel.js +1 -1
  252. package/src/View/Layout/PivotDetailsPopoup.js +2 -0
  253. package/src/View/Layout/SaveLayoutButton.js +1 -1
  254. package/src/View/Layout/Wizard/LayoutWizard.js +1 -1
  255. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +1 -1
  256. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +1 -1
  257. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +2 -2
  258. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +8 -1
  259. package/src/agGrid/ActionColumnRenderer.d.ts +1 -1
  260. package/src/agGrid/ActionColumnRenderer.js +5 -1
  261. package/src/agGrid/Adaptable.d.ts +21 -10
  262. package/src/agGrid/Adaptable.js +164 -63
  263. package/src/agGrid/BadgeRenderer.js +10 -2
  264. package/src/agGrid/CheckboxRenderer.d.ts +1 -2
  265. package/src/agGrid/agGridHelper.js +4 -5
  266. package/src/agGrid/agGridMenuHelper.js +4 -0
  267. package/src/agGrid/attachAddaptableColumnTypes.d.ts +11 -11
  268. package/src/agGrid/editors/AdaptableDateEditor/index.js +2 -0
  269. package/src/agGrid/editors/AdaptableNumberEditor/index.js +2 -2
  270. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -3
  271. package/src/components/AdaptableIconComponent/index.js +6 -3
  272. package/src/components/ExpressionEditor/BaseEditorInput.js +2 -0
  273. package/src/components/ExpressionEditor/index.js +1 -1
  274. package/src/components/IconSelector/IconSelector.d.ts +2 -0
  275. package/src/components/IconSelector/IconSelector.js +21 -5
  276. package/src/components/Input/NumberInput.d.ts +10 -0
  277. package/src/components/Input/NumberInput.js +46 -0
  278. package/src/metamodel/adaptable.metamodel.d.ts +230 -145
  279. package/src/metamodel/adaptable.metamodel.js +1 -1
  280. package/src/types.d.ts +14 -8
  281. package/version.d.ts +1 -1
  282. package/version.js +1 -1
  283. package/src/AdaptableOptions/GeneralOptions.d.ts +0 -159
  284. package/src/Api/Events/SearchChanged.d.ts +0 -12
  285. package/src/Api/Implementation/ActionApiImpl.d.ts +0 -14
  286. /package/src/AdaptableOptions/{ActionOptions.js → ActionColumnOptions.js} +0 -0
  287. /package/src/AdaptableOptions/{GeneralOptions.js → ActionRowOptions.js} +0 -0
  288. /package/src/{Api/ActionApi.js → AdaptableOptions/CalendarOptions.js} +0 -0
  289. /package/src/{Api/Events/SearchChanged.js → AdaptableOptions/CellSummaryOptions.js} +0 -0
  290. /package/src/{Api/QueryLanguageApi.js → AdaptableOptions/CustomSortOptions.js} +0 -0
@@ -5,7 +5,6 @@ const tslib_1 = require("tslib");
5
5
  const ApiBase_1 = require("./ApiBase");
6
6
  const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
7
7
  const PlusMinusRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/PlusMinusRedux"));
8
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
9
8
  class PlusMinusApiImpl extends ApiBase_1.ApiBase {
10
9
  getPlusMinusState() {
11
10
  return this.getAdaptableState().PlusMinus;
@@ -31,10 +30,6 @@ class PlusMinusApiImpl extends ApiBase_1.ApiBase {
31
30
  applyPlusMinus(cellUpdateRequests) {
32
31
  this.dispatchAction(PlusMinusRedux.PlusMinusApply(cellUpdateRequests));
33
32
  }
34
- showPlusMinusPopup() {
35
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'PlusMinusApi', 'showPlusMinusPopup', 'openPlusMinusSettingsPanel');
36
- this.openPlusMinusSettingsPanel();
37
- }
38
33
  openPlusMinusSettingsPanel() {
39
34
  this.showModulePopup(ModuleConstants.PlusMinusModuleId);
40
35
  }
@@ -1,7 +1,7 @@
1
1
  import { ApiBase } from './ApiBase';
2
2
  import { PredicateApi } from '../PredicateApi';
3
3
  import { PredicateDefHandlerParams, PredicateModuleScope } from '../../PredefinedConfig/Common/AdaptablePredicate';
4
- import { AdaptablePredicate, AdaptablePredicateDef, AdaptableColumnDataType, AdaptableColumnPredicate, SystemFilterPredicateId, AdaptableScope } from '../../types';
4
+ import { AdaptablePredicate, AdaptablePredicateDef, AdaptableColumnPredicate } from '../../types';
5
5
  import { IAdaptable } from '../../AdaptableInterfaces/IAdaptable';
6
6
  import { PredicateInternalApi } from '../Internal/PredicateInternalApi';
7
7
  export declare class PredicateApiImpl extends ApiBase implements PredicateApi {
@@ -16,16 +16,9 @@ export declare class PredicateApiImpl extends ApiBase implements PredicateApi {
16
16
  getCustomPredicateDefById(predicateId: string): AdaptablePredicateDef;
17
17
  predicateToString(predicate: AdaptableColumnPredicate): string | undefined;
18
18
  isValidPredicate(predicate: AdaptableColumnPredicate | undefined): boolean;
19
- arePredicatesValid(predicates: AdaptablePredicate[]): boolean;
20
19
  isEveryPredicateValid(predicates: AdaptablePredicate[]): boolean;
21
20
  handleColumnPredicate(predicate: AdaptableColumnPredicate | undefined, params: Omit<PredicateDefHandlerParams, 'api' | 'inputs'>, defaultReturn: boolean): boolean;
22
21
  handleColumnPredicates(predicates: AdaptableColumnPredicate[], params: Omit<PredicateDefHandlerParams, 'api' | 'inputs'>, defaultReturn: boolean): boolean;
23
22
  handlePredicate(predicate: AdaptablePredicate | undefined, params: Omit<PredicateDefHandlerParams, 'api' | 'inputs'>, defaultReturn: boolean): boolean;
24
23
  handlePredicates(predicates: AdaptablePredicate[], params: Omit<PredicateDefHandlerParams, 'api' | 'inputs'>, defaultReturn: boolean): boolean;
25
- getEqualityPredicateForDataType(dataType: AdaptableColumnDataType): SystemFilterPredicateId;
26
- hasPredicateValues(predicate: AdaptablePredicate): boolean;
27
- getFilterPredicateDefs(scope: AdaptableScope): AdaptablePredicateDef[];
28
- getAlertPredicateDefs(scope: AdaptableScope): AdaptablePredicateDef[];
29
- getFormatColumnPredicateDefs(scope: AdaptableScope): AdaptablePredicateDef[];
30
- getFlashingCellPredicateDefs(scope: AdaptableScope): AdaptablePredicateDef[];
31
24
  }
@@ -6,7 +6,6 @@ const ApiBase_1 = require("./ApiBase");
6
6
  const AdaptablePredicate_1 = require("../../PredefinedConfig/Common/AdaptablePredicate");
7
7
  const ArrayExtensions_1 = tslib_1.__importDefault(require("../../Utilities/Extensions/ArrayExtensions"));
8
8
  const StringExtensions_1 = tslib_1.__importDefault(require("../../Utilities/Extensions/StringExtensions"));
9
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
10
9
  const PredicateInternalApi_1 = require("../Internal/PredicateInternalApi");
11
10
  class PredicateApiImpl extends ApiBase_1.ApiBase {
12
11
  constructor(adaptable) {
@@ -20,7 +19,8 @@ class PredicateApiImpl extends ApiBase_1.ApiBase {
20
19
  return AdaptablePredicate_1.SystemPredicateDefs;
21
20
  }
22
21
  getCustomPredicateDefs() {
23
- return this.getAdaptableQLOptions().customPredicateDefs;
22
+ var _a;
23
+ return (_a = this.getAdaptableQLOptions().predicateOptions) === null || _a === void 0 ? void 0 : _a.customPredicateDefs;
24
24
  }
25
25
  getPredicateDefsByModuleScope(moduleScope) {
26
26
  return this.getPredicateDefs().filter((p) => p.moduleScope.includes(moduleScope));
@@ -67,10 +67,6 @@ class PredicateApiImpl extends ApiBase_1.ApiBase {
67
67
  return !(['Values', 'ExcludeValues'].includes(predicate.PredicateId) &&
68
68
  ArrayExtensions_1.default.IsNullOrEmpty(predicate.Inputs));
69
69
  }
70
- arePredicatesValid(predicates) {
71
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'PredicateApi', 'arePredicatesValid', 'isEveryPredicateValid');
72
- return this.isEveryPredicateValid(predicates);
73
- }
74
70
  isEveryPredicateValid(predicates) {
75
71
  return predicates.every((predicate) => this.isValidPredicate(predicate));
76
72
  }
@@ -115,29 +111,5 @@ class PredicateApiImpl extends ApiBase_1.ApiBase {
115
111
  }
116
112
  return predicates === null || predicates === void 0 ? void 0 : predicates.every((p) => this.handlePredicate(p, params, defaultReturn));
117
113
  }
118
- getEqualityPredicateForDataType(dataType) {
119
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'getEqualityPredicateForDataType');
120
- return this.internalApi.getEqualityPredicateForDataType(dataType);
121
- }
122
- hasPredicateValues(predicate) {
123
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'hasPredicateValues');
124
- return this.internalApi.hasPredicateValues(predicate);
125
- }
126
- getFilterPredicateDefs(scope) {
127
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'getFilterPredicateDefs');
128
- return this.internalApi.getFilterPredicateDefs(scope);
129
- }
130
- getAlertPredicateDefs(scope) {
131
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'getAlertPredicateDefs');
132
- return this.internalApi.getAlertPredicateDefs(scope);
133
- }
134
- getFormatColumnPredicateDefs(scope) {
135
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'getFormatColumnPredicateDefs');
136
- return this.internalApi.getFormatColumnPredicateDefs(scope);
137
- }
138
- getFlashingCellPredicateDefs(scope) {
139
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'PredicateApi', 'getFlashingCellPredicateDefs');
140
- return this.internalApi.getFlashingCellPredicateDefs(scope);
141
- }
142
114
  }
143
115
  exports.PredicateApiImpl = PredicateApiImpl;
@@ -7,20 +7,15 @@ export declare class QueryApiImpl extends ApiBase implements QueryApi {
7
7
  internalApi: QueryInternalApi;
8
8
  constructor(adaptable: IAdaptable);
9
9
  getQueryState(): QueryState;
10
- getAllNamedQuery(): NamedQuery[];
11
10
  getNamedQueries(): NamedQuery[];
12
11
  getNamedQueryByName(namedQueryName: string): NamedQuery | undefined;
13
12
  isValidNamedQueryName(namedQuery: NamedQuery): {
14
13
  valid: boolean;
15
14
  message: string;
16
15
  };
17
- showQueryPopup(): void;
18
16
  openQuerySettingsPanel(): void;
19
17
  setCurrentQuery(query: string): void;
20
18
  clearCurrentQuery(): void;
21
19
  getCurrentQuery(): string | undefined;
22
- getReferencedNamedQueryNames(expression?: string): string[];
23
- getNamedQueryModuleReferences(namedQueryName: string): string[];
24
20
  expandCurrentQuery(query?: string): void;
25
- fireQueryRunEvent(): void;
26
21
  }
@@ -8,7 +8,6 @@ const StringExtensions_1 = require("../../Utilities/Extensions/StringExtensions"
8
8
  const QueryRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/QueryRedux"));
9
9
  const windowFactory_1 = require("../../View/Components/Popups/WindowPopups/windowFactory");
10
10
  const QueryInternalApi_1 = require("../Internal/QueryInternalApi");
11
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
12
11
  class QueryApiImpl extends ApiBase_1.ApiBase {
13
12
  constructor(adaptable) {
14
13
  super(adaptable);
@@ -17,10 +16,6 @@ class QueryApiImpl extends ApiBase_1.ApiBase {
17
16
  getQueryState() {
18
17
  return this.getAdaptableState().Query;
19
18
  }
20
- getAllNamedQuery() {
21
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'QueryApi', 'getAllNamedQuery', 'getNamedQueries');
22
- return this.getNamedQueries();
23
- }
24
19
  getNamedQueries() {
25
20
  return this.getQueryState().NamedQueries || [];
26
21
  }
@@ -41,10 +36,6 @@ class QueryApiImpl extends ApiBase_1.ApiBase {
41
36
  }
42
37
  return { valid: true, message: '' };
43
38
  }
44
- showQueryPopup() {
45
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'QueryApi', 'showQueryPopup', 'openQuerySettingsPanel');
46
- this.openQuerySettingsPanel();
47
- }
48
39
  openQuerySettingsPanel() {
49
40
  this.showModulePopup(ModuleConstants.QueryModuleId);
50
41
  }
@@ -57,14 +48,6 @@ class QueryApiImpl extends ApiBase_1.ApiBase {
57
48
  getCurrentQuery() {
58
49
  return this.getQueryState().CurrentQuery;
59
50
  }
60
- getReferencedNamedQueryNames(expression = '') {
61
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'QueryApi', 'getReferencedNamedQueryNames');
62
- return this.internalApi.getReferencedNamedQueryNames(expression);
63
- }
64
- getNamedQueryModuleReferences(namedQueryName) {
65
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'QueryApi', 'getNamedQueryModuleReferences');
66
- return this.internalApi.getNamedQueryModuleReferences(namedQueryName);
67
- }
68
51
  expandCurrentQuery(query) {
69
52
  const preparedQuery = query !== null && query !== void 0 ? query : this.getCurrentQuery();
70
53
  this.getAdaptableApi().internalApi.showPopupWindow({
@@ -77,9 +60,5 @@ class QueryApiImpl extends ApiBase_1.ApiBase {
77
60
  },
78
61
  });
79
62
  }
80
- fireQueryRunEvent() {
81
- (0, logDeprecation_1.logDeprecationInternal)(this.adaptable.logger, 'QueryApi', 'fireQueryRunEvent');
82
- this.internalApi.fireQueryRunEvent();
83
- }
84
63
  }
85
64
  exports.QueryApiImpl = QueryApiImpl;
@@ -9,6 +9,5 @@ export declare class QuickSearchApiImpl extends ApiBase implements QuickSearchAp
9
9
  getQuickSearchValue(): string;
10
10
  getQuickSearchStyle(): AdaptableStyle;
11
11
  setQuickSearchStyle(style: AdaptableStyle): void;
12
- showQuickSearchPopup(): void;
13
12
  openQuickSearchSettingsPanel(): void;
14
13
  }
@@ -5,7 +5,6 @@ const tslib_1 = require("tslib");
5
5
  const QuickSearchRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/QuickSearchRedux"));
6
6
  const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
7
7
  const ApiBase_1 = require("./ApiBase");
8
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
9
8
  class QuickSearchApiImpl extends ApiBase_1.ApiBase {
10
9
  getQuickSearchState() {
11
10
  return this.getAdaptableState().QuickSearch;
@@ -25,10 +24,6 @@ class QuickSearchApiImpl extends ApiBase_1.ApiBase {
25
24
  setQuickSearchStyle(style) {
26
25
  this.dispatchAction(QuickSearchRedux.QuickSearchSetStyle(style));
27
26
  }
28
- showQuickSearchPopup() {
29
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'QuickSearchApi', 'showQuickSearchPopup', 'openQuickSearchSettingsPanel');
30
- this.openQuickSearchSettingsPanel();
31
- }
32
27
  openQuickSearchSettingsPanel() {
33
28
  this.showModulePopup(ModuleConstants.QuickSearchModuleId);
34
29
  }
@@ -1,4 +1,4 @@
1
- import { ApiBase, LayoutAssociatedObjectLoadConfig } from './ApiBase';
1
+ import { ApiBase } from './ApiBase';
2
2
  import { ScheduleApi } from '../ScheduleApi';
3
3
  import { BaseSchedule } from '../../PredefinedConfig/Common/Schedule';
4
4
  import { ReportSchedule } from '../../PredefinedConfig/ExportState';
@@ -8,68 +8,52 @@ import { OpenFinSchedule } from '../../PredefinedConfig/OpenFinState';
8
8
  import { ReminderSchedule, ScheduleState } from '../../PredefinedConfig/ScheduleState';
9
9
  export declare class ScheduleApiImpl extends ApiBase implements ScheduleApi {
10
10
  getScheduleState(): ScheduleState;
11
- getAllSchedule(): BaseSchedule[];
12
11
  getSchedules(): BaseSchedule[];
13
- getAllReminderSchedule(config?: LayoutAssociatedObjectLoadConfig): ReminderSchedule[];
14
12
  getReminderSchedules(config?: {
15
13
  includeLayoutNotAssociatedObjects?: boolean;
16
14
  }): ReminderSchedule[];
17
15
  getScheduleById(id: BaseSchedule['Uuid']): BaseSchedule;
18
- getAllActiveReminderSchedule(): ReminderSchedule[];
19
16
  getActiveReminderSchedules(): ReminderSchedule[];
20
- getAllSuspendedReminderSchedule(): ReminderSchedule[];
21
17
  getSuspendedReminderSchedules(): ReminderSchedule[];
22
18
  addReminderSchedule(schedule: ReminderSchedule): ReminderSchedule;
23
19
  deleteReminderSchedule(schedule: ReminderSchedule): void;
24
20
  editReminderSchedule(schedule: ReminderSchedule): ReminderSchedule;
25
21
  suspendReminderSchedule(schedule: ReminderSchedule): ReminderSchedule;
26
22
  unSuspendReminderSchedule(schedule: ReminderSchedule): ReminderSchedule;
27
- getAllReportSchedule(config?: LayoutAssociatedObjectLoadConfig): ReportSchedule[];
28
23
  getReportSchedules(config?: {
29
24
  includeLayoutNotAssociatedObjects?: boolean;
30
25
  }): ReportSchedule[];
31
- getAllActiveReportSchedule(): ReportSchedule[];
32
26
  getActiveReportSchedules(): ReportSchedule[];
33
- getAllSuspendedReportSchedule(): ReportSchedule[];
34
27
  getSuspendedReportSchedules(): ReportSchedule[];
35
28
  addReportSchedule(schedule: ReportSchedule): ReportSchedule;
36
29
  editReportSchedule(schedule: ReportSchedule): ReportSchedule;
37
30
  deleteReportSchedule(schedule: ReportSchedule): void;
38
31
  suspendReportSchedule(schedule: ReportSchedule): ReportSchedule;
39
32
  unSuspendReportSchedule(schedule: ReportSchedule): ReportSchedule;
40
- getAllIPushPullSchedule(config?: LayoutAssociatedObjectLoadConfig): IPushPullSchedule[];
41
33
  getIPushPullSchedules(config?: {
42
34
  includeLayoutNotAssociatedObjects?: boolean;
43
35
  }): IPushPullSchedule[];
44
- getAllActiveIPushPullSchedule(): IPushPullSchedule[];
45
36
  getActiveIPushPullSchedules(): IPushPullSchedule[];
46
- getAllSuspendedIPushPullSchedule(): IPushPullSchedule[];
47
37
  getSuspendedIPushPullSchedules(): IPushPullSchedule[];
48
38
  addIPushPullSchedule(schedule: IPushPullSchedule): IPushPullSchedule;
49
39
  editIPushPullSchedule(schedule: IPushPullSchedule): IPushPullSchedule;
50
40
  deleteIPushPullSchedule(schedule: IPushPullSchedule): void;
51
41
  suspendIPushPullSchedule(schedule: IPushPullSchedule): IPushPullSchedule;
52
42
  unSuspendIPushPullSchedule(schedule: IPushPullSchedule): IPushPullSchedule;
53
- getAllGlue42Schedule(config?: LayoutAssociatedObjectLoadConfig): Glue42Schedule[];
54
43
  getGlue42Schedules(config?: {
55
44
  includeLayoutNotAssociatedObjects?: boolean;
56
45
  }): Glue42Schedule[];
57
- getAllActiveGlue42Schedule(): Glue42Schedule[];
58
46
  getActiveGlue42Schedules(): Glue42Schedule[];
59
- getAllSuspendedGlue42Schedule(): Glue42Schedule[];
60
47
  getSuspendedGlue42Schedules(): Glue42Schedule[];
61
48
  addGlue42Schedule(schedule: Glue42Schedule): Glue42Schedule;
62
49
  editGlue42Schedule(schedule: Glue42Schedule): Glue42Schedule;
63
50
  deleteGlue42Schedule(schedule: Glue42Schedule): void;
64
51
  suspendGlue42Schedule(schedule: Glue42Schedule): Glue42Schedule;
65
52
  unSuspendGlue42Schedule(schedule: Glue42Schedule): Glue42Schedule;
66
- getAllOpenFinSchedule(config?: LayoutAssociatedObjectLoadConfig): OpenFinSchedule[];
67
53
  getOpenFinSchedules(config?: {
68
54
  includeLayoutNotAssociatedObjects?: boolean;
69
55
  }): OpenFinSchedule[];
70
- getAllActiveOpenFinSchedule(): OpenFinSchedule[];
71
56
  getActiveOpenFinSchedules(): OpenFinSchedule[];
72
- getAllSuspendedOpenFinSchedule(): OpenFinSchedule[];
73
57
  getSuspendedOpenFinSchedules(): OpenFinSchedule[];
74
58
  addOpenFinSchedule(schedule: OpenFinSchedule): OpenFinSchedule;
75
59
  editOpenFinSchedule(schedule: OpenFinSchedule): OpenFinSchedule;
@@ -77,6 +61,5 @@ export declare class ScheduleApiImpl extends ApiBase implements ScheduleApi {
77
61
  suspendOpenFinSchedule(schedule: OpenFinSchedule): OpenFinSchedule;
78
62
  unSuspendOpenFinSchedule(schedule: OpenFinSchedule): OpenFinSchedule;
79
63
  applySchedule(schedule: BaseSchedule, scheduleType: 'Report' | 'ipushpull' | 'Glue42' | 'Reminder' | 'OpenFin'): void;
80
- showSchedulePopup(): void;
81
64
  openScheduleSettingsPanel(): void;
82
65
  }
@@ -5,15 +5,10 @@ const tslib_1 = require("tslib");
5
5
  const ApiBase_1 = require("./ApiBase");
6
6
  const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
7
7
  const ScheduleRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/ScheduleRedux"));
8
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
9
8
  class ScheduleApiImpl extends ApiBase_1.ApiBase {
10
9
  getScheduleState() {
11
10
  return this.getAdaptableState().Schedule;
12
11
  }
13
- getAllSchedule() {
14
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSchedule', 'getSchedules');
15
- return this.getSchedules();
16
- }
17
12
  getSchedules() {
18
13
  let allSchedules = [];
19
14
  allSchedules.push(...this.getReminderSchedules());
@@ -23,10 +18,6 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
23
18
  allSchedules.push(...this.getOpenFinSchedules());
24
19
  return allSchedules;
25
20
  }
26
- getAllReminderSchedule(config) {
27
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllReminderSchedule', 'getReminderSchedules');
28
- return this.getReminderSchedules(config);
29
- }
30
21
  getReminderSchedules(config) {
31
22
  var _a;
32
23
  return ((_a = this.handleLayoutAssociatedObjects(this.getScheduleState().Reminders, 'Schedule', config)) !== null && _a !== void 0 ? _a : []);
@@ -34,17 +25,9 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
34
25
  getScheduleById(id) {
35
26
  return this.getSchedules().find((schedule) => (schedule === null || schedule === void 0 ? void 0 : schedule.Uuid) === id);
36
27
  }
37
- getAllActiveReminderSchedule() {
38
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllActiveReminderSchedule', 'getActiveReminderSchedules');
39
- return this.getActiveReminderSchedules();
40
- }
41
28
  getActiveReminderSchedules() {
42
29
  return this.getReminderSchedules().filter((schedule) => !schedule.IsSuspended);
43
30
  }
44
- getAllSuspendedReminderSchedule() {
45
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSuspendedReminderSchedule', 'getSuspendedReminderSchedules');
46
- return this.getSuspendedReminderSchedules();
47
- }
48
31
  getSuspendedReminderSchedules() {
49
32
  return this.getReminderSchedules().filter((schedule) => schedule.IsSuspended);
50
33
  }
@@ -67,25 +50,13 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
67
50
  this.dispatchAction(ScheduleRedux.ReminderScheduleUnSuspend(schedule));
68
51
  return this.getScheduleById(schedule.Uuid);
69
52
  }
70
- getAllReportSchedule(config) {
71
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllReportSchedule', 'getReportSchedules');
72
- return this.getReportSchedules();
73
- }
74
53
  getReportSchedules(config) {
75
54
  var _a;
76
55
  return ((_a = this.handleLayoutAssociatedObjects(this.adaptable.api.exportApi.getReportSchedules(), 'Schedule', config)) !== null && _a !== void 0 ? _a : []);
77
56
  }
78
- getAllActiveReportSchedule() {
79
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllActiveReportSchedule', 'getActiveReportSchedules');
80
- return this.getActiveReportSchedules();
81
- }
82
57
  getActiveReportSchedules() {
83
58
  return this.getReportSchedules().filter((schedule) => !schedule.IsSuspended);
84
59
  }
85
- getAllSuspendedReportSchedule() {
86
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSuspendedReportSchedule', 'getSuspendedReportSchedules');
87
- return this.getSuspendedReportSchedules();
88
- }
89
60
  getSuspendedReportSchedules() {
90
61
  return this.getReportSchedules().filter((schedule) => schedule.IsSuspended);
91
62
  }
@@ -108,26 +79,14 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
108
79
  this.dispatchAction(ScheduleRedux.ReportScheduleUnSuspend(schedule));
109
80
  return this.getScheduleById(schedule.Uuid);
110
81
  }
111
- getAllIPushPullSchedule(config) {
112
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllIPushPullSchedule', 'getIPushPullSchedules');
113
- return this.getIPushPullSchedules();
114
- }
115
82
  getIPushPullSchedules(config) {
116
83
  var _a;
117
84
  const ippApi = this.adaptable.api.pluginsApi.getipushpullPluginApi();
118
85
  return ((_a = this.handleLayoutAssociatedObjects(ippApi === null || ippApi === void 0 ? void 0 : ippApi.getIPushPullSchedules(), 'Schedule', config)) !== null && _a !== void 0 ? _a : []);
119
86
  }
120
- getAllActiveIPushPullSchedule() {
121
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllActiveIPushPullSchedule', 'getActiveIPushPullSchedules');
122
- return this.getActiveIPushPullSchedules();
123
- }
124
87
  getActiveIPushPullSchedules() {
125
88
  return this.getIPushPullSchedules().filter((schedule) => !schedule.IsSuspended);
126
89
  }
127
- getAllSuspendedIPushPullSchedule() {
128
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSuspendedIPushPullSchedule', 'getSuspendedIPushPullSchedules');
129
- return this.getSuspendedIPushPullSchedules();
130
- }
131
90
  getSuspendedIPushPullSchedules() {
132
91
  return this.getIPushPullSchedules().filter((schedule) => schedule.IsSuspended);
133
92
  }
@@ -150,26 +109,14 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
150
109
  this.dispatchAction(ScheduleRedux.IPushPullScheduleUnSuspend(schedule));
151
110
  return this.getScheduleById(schedule.Uuid);
152
111
  }
153
- getAllGlue42Schedule(config) {
154
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllGlue42Schedule', 'getGlue42Schedules');
155
- return this.getGlue42Schedules();
156
- }
157
112
  getGlue42Schedules(config) {
158
113
  var _a;
159
114
  const glue42Api = this.adaptable.api.pluginsApi.getGlue42PluginApi();
160
115
  return ((_a = this.handleLayoutAssociatedObjects(glue42Api === null || glue42Api === void 0 ? void 0 : glue42Api.getGlue42Schedules(), 'Schedule', config)) !== null && _a !== void 0 ? _a : []);
161
116
  }
162
- getAllActiveGlue42Schedule() {
163
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllActiveGlue42Schedule', 'getActiveGlue42Schedules');
164
- return this.getActiveGlue42Schedules();
165
- }
166
117
  getActiveGlue42Schedules() {
167
118
  return this.getGlue42Schedules().filter((schedule) => !schedule.IsSuspended);
168
119
  }
169
- getAllSuspendedGlue42Schedule() {
170
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSuspendedGlue42Schedule', 'getSuspendedGlue42Schedules');
171
- return this.getSuspendedGlue42Schedules();
172
- }
173
120
  getSuspendedGlue42Schedules() {
174
121
  return this.getGlue42Schedules().filter((schedule) => schedule.IsSuspended);
175
122
  }
@@ -192,26 +139,14 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
192
139
  this.dispatchAction(ScheduleRedux.Glue42ScheduleUnSuspend(schedule));
193
140
  return this.getScheduleById(schedule.Uuid);
194
141
  }
195
- getAllOpenFinSchedule(config) {
196
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllOpenFinSchedule', 'getOpenFinSchedules');
197
- return this.getOpenFinSchedules();
198
- }
199
142
  getOpenFinSchedules(config) {
200
143
  var _a;
201
144
  const openFinApi = this.adaptable.api.pluginsApi.getOpenFinPluginApi();
202
145
  return ((_a = this.handleLayoutAssociatedObjects(openFinApi === null || openFinApi === void 0 ? void 0 : openFinApi.getOpenFinSchedules(), 'Schedule', config)) !== null && _a !== void 0 ? _a : []);
203
146
  }
204
- getAllActiveOpenFinSchedule() {
205
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllActiveOpenFinSchedule', 'getActiveOpenFinSchedules');
206
- return this.getActiveOpenFinSchedules();
207
- }
208
147
  getActiveOpenFinSchedules() {
209
148
  return this.getOpenFinSchedules().filter((schedule) => !schedule.IsSuspended);
210
149
  }
211
- getAllSuspendedOpenFinSchedule() {
212
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'getAllSuspendedOpenFinSchedule', 'getSuspendedOpenFinSchedules');
213
- return this.getSuspendedOpenFinSchedules();
214
- }
215
150
  getSuspendedOpenFinSchedules() {
216
151
  return this.getOpenFinSchedules().filter((schedule) => schedule.IsSuspended);
217
152
  }
@@ -283,10 +218,6 @@ class ScheduleApiImpl extends ApiBase_1.ApiBase {
283
218
  // now also send the action to Store so it can be audited if required
284
219
  this.dispatchAction(ScheduleRedux.ScheduleJobRun(schedule, scheduleType));
285
220
  }
286
- showSchedulePopup() {
287
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ScheduleApi', 'showSchedulePopup', 'openScheduleSettingsPanel');
288
- this.openScheduleSettingsPanel();
289
- }
290
221
  openScheduleSettingsPanel() {
291
222
  this.showModulePopup(ModuleConstants.ScheduleModuleId);
292
223
  }
@@ -118,7 +118,7 @@ class ScopeApiImpl extends ApiBase_1.ApiBase {
118
118
  isPrimaryKeyColumnInScopeColumns(scope) {
119
119
  return ('ColumnIds' in scope &&
120
120
  scope.ColumnIds.length == 1 &&
121
- scope.ColumnIds.find((c) => c == this.adaptable.api.internalApi.getPrimaryKey()) != null);
121
+ scope.ColumnIds.find((c) => c == this.adaptable.api.optionsApi.getPrimaryKey()) != null);
122
122
  }
123
123
  getScopeToString(scope) {
124
124
  if ('All' in scope) {
@@ -2,8 +2,6 @@ import { SettingsPanelApi } from '../SettingsPanelApi';
2
2
  import { ApiBase } from './ApiBase';
3
3
  import { AdaptableModule } from '../../../types';
4
4
  export declare class SettingsPanelApiImpl extends ApiBase implements SettingsPanelApi {
5
- showSettingsPanel(moduleName?: AdaptableModule): void;
6
5
  openSettingsPanel(moduleName?: AdaptableModule): void;
7
- showCustomSettingsPanel(name: string): void;
8
6
  openCustomSettingsPanel(name: string): void;
9
7
  }
@@ -4,12 +4,7 @@ exports.SettingsPanelApiImpl = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const ApiBase_1 = require("./ApiBase");
6
6
  const PopupRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/PopupRedux"));
7
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
8
7
  class SettingsPanelApiImpl extends ApiBase_1.ApiBase {
9
- showSettingsPanel(moduleName) {
10
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'SettingsPanelApi', 'showSettingsPanel', 'openSettingsPanel');
11
- this.openSettingsPanel(moduleName);
12
- }
13
8
  openSettingsPanel(moduleName) {
14
9
  const moduleInfo = this.adaptable.ModuleService.getModuleInfoByModule(moduleName);
15
10
  if (!moduleInfo) {
@@ -18,10 +13,6 @@ class SettingsPanelApiImpl extends ApiBase_1.ApiBase {
18
13
  }
19
14
  this.dispatchAction(PopupRedux.PopupShowScreen(moduleName, moduleInfo.Popup));
20
15
  }
21
- showCustomSettingsPanel(name) {
22
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'SettingsPanelApi', 'showCustomSettingsPanel', 'openCustomSettingsPanel');
23
- this.openCustomSettingsPanel(name);
24
- }
25
16
  openCustomSettingsPanel(name) {
26
17
  this.dispatchAction(PopupRedux.PopupShowScreen(null, name));
27
18
  }
@@ -1,23 +1,18 @@
1
- import { ApiBase, LayoutAssociatedObjectLoadConfig } from './ApiBase';
1
+ import { ApiBase } from './ApiBase';
2
2
  import { ShortcutApi } from '../ShortcutApi';
3
3
  import { Shortcut, ShortcutState } from '../../PredefinedConfig/ShortcutState';
4
4
  export declare class ShortcutApiImpl extends ApiBase implements ShortcutApi {
5
5
  getShortcutState(): ShortcutState;
6
- getAllShortcut(config?: LayoutAssociatedObjectLoadConfig): Shortcut[];
7
6
  getShortcuts(config?: {
8
7
  includeLayoutNotAssociatedObjects?: boolean;
9
8
  }): Shortcut[];
10
9
  getShortcutById(id: Shortcut['Uuid']): Shortcut;
11
- getAllActiveShortcut(): Shortcut[];
12
10
  getActiveShortcuts(): Shortcut[];
13
- getAllSuspendedShortcut(): Shortcut[];
14
11
  getSuspendedShortcuts(): Shortcut[];
15
12
  addShortcut(shortcut: Shortcut): Shortcut;
16
13
  deleteShortcut(shortcut: Shortcut): void;
17
- deleteAllShortcut(): void;
18
14
  deleteAllShortcuts(): void;
19
15
  suspendShortcut(shortcut: Shortcut): Shortcut;
20
16
  unSuspendShortcut(shortcut: Shortcut): Shortcut;
21
- showShortcutPopup(): void;
22
17
  openShortcutSettingsPanel(): void;
23
18
  }
@@ -5,15 +5,10 @@ const tslib_1 = require("tslib");
5
5
  const ShortcutRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/ShortcutRedux"));
6
6
  const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
7
7
  const ApiBase_1 = require("./ApiBase");
8
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
9
8
  class ShortcutApiImpl extends ApiBase_1.ApiBase {
10
9
  getShortcutState() {
11
10
  return this.getAdaptableState().Shortcut;
12
11
  }
13
- getAllShortcut(config) {
14
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ShortcutApi', 'getAllShortcut', 'getShortcuts');
15
- return this.getShortcuts(config);
16
- }
17
12
  getShortcuts(config) {
18
13
  var _a;
19
14
  return ((_a = this.handleLayoutAssociatedObjects(this.getShortcutState().Shortcuts, 'Shortcut', config)) !== null && _a !== void 0 ? _a : []);
@@ -21,17 +16,9 @@ class ShortcutApiImpl extends ApiBase_1.ApiBase {
21
16
  getShortcutById(id) {
22
17
  return this.getShortcuts().find((shortcut) => (shortcut === null || shortcut === void 0 ? void 0 : shortcut.Uuid) === id);
23
18
  }
24
- getAllActiveShortcut() {
25
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ShortcutApi', 'getAllActiveShortcut', 'getActiveShortcuts');
26
- return this.getActiveShortcuts();
27
- }
28
19
  getActiveShortcuts() {
29
20
  return this.getShortcuts().filter((shortcut) => !shortcut.IsSuspended);
30
21
  }
31
- getAllSuspendedShortcut() {
32
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ShortcutApi', 'getAllSuspendedShortcut', 'getSuspendedShortcuts');
33
- return this.getSuspendedShortcuts();
34
- }
35
22
  getSuspendedShortcuts() {
36
23
  return this.getShortcuts().filter((shortcut) => shortcut.IsSuspended);
37
24
  }
@@ -43,10 +30,6 @@ class ShortcutApiImpl extends ApiBase_1.ApiBase {
43
30
  deleteShortcut(shortcut) {
44
31
  this.dispatchAction(ShortcutRedux.ShortcutDelete(shortcut));
45
32
  }
46
- deleteAllShortcut() {
47
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ShortcutApi', 'deleteAllShortcut', 'deleteAllShortcuts');
48
- this.deleteAllShortcuts();
49
- }
50
33
  deleteAllShortcuts() {
51
34
  this.getShortcuts().forEach((s) => {
52
35
  this.deleteShortcut(s);
@@ -60,10 +43,6 @@ class ShortcutApiImpl extends ApiBase_1.ApiBase {
60
43
  this.dispatchAction(ShortcutRedux.ShortcutUnSuspend(shortcut));
61
44
  return this.getShortcutById(shortcut.Uuid);
62
45
  }
63
- showShortcutPopup() {
64
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'ShortcutApi', 'showShortcutPopup', 'openShortcutSettingsPanel');
65
- this.openShortcutSettingsPanel();
66
- }
67
46
  openShortcutSettingsPanel() {
68
47
  this.showModulePopup(ModuleConstants.ShortcutModuleId);
69
48
  }
@@ -8,7 +8,6 @@ export declare class SmartEditApiImpl extends ApiBase implements SmartEditApi {
8
8
  getSmartEditOperation(): SmartEditOperation;
9
9
  setSmartEditValue(smartEditValue: number): void;
10
10
  getSmartEditValue(): number;
11
- showSmartEditPopup(): void;
12
11
  openSmartEditSettingsPanel(): void;
13
12
  applySmartEdit(cellUpdateRequests: CellUpdateRequest[]): void;
14
13
  getSmartEditCustomOperations(): SmartEditCustomOperation[];
@@ -6,7 +6,6 @@ const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/
6
6
  const ApiBase_1 = require("./ApiBase");
7
7
  const SmartEditRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/SmartEditRedux"));
8
8
  const SystemRedux = tslib_1.__importStar(require("../../Redux/ActionsReducers/SystemRedux"));
9
- const logDeprecation_1 = require("../../Utilities/logDeprecation");
10
9
  class SmartEditApiImpl extends ApiBase_1.ApiBase {
11
10
  setSmartEditOperation(mathOperation) {
12
11
  this.dispatchAction(SystemRedux.SmartEditChangeOperation(mathOperation));
@@ -20,10 +19,6 @@ class SmartEditApiImpl extends ApiBase_1.ApiBase {
20
19
  getSmartEditValue() {
21
20
  return this.getAdaptableState().System.SmartEditValue;
22
21
  }
23
- showSmartEditPopup() {
24
- (0, logDeprecation_1.logDeprecation)(this.adaptable.logger, 'SmartEditApi', 'showSmartEditPopup', 'openSmartEditSettingsPanel');
25
- this.openSmartEditSettingsPanel();
26
- }
27
22
  openSmartEditSettingsPanel() {
28
23
  this.showModulePopup(ModuleConstants.SmartEditModuleId);
29
24
  }
@@ -1,4 +1,4 @@
1
- import { ApiBase, LayoutAssociatedObjectLoadConfig } from './ApiBase';
1
+ import { ApiBase } from './ApiBase';
2
2
  import { StyledColumnApi } from '../StyledColumnApi';
3
3
  import { StyledColumn, StyledColumnState } from '../../PredefinedConfig/StyledColumnState';
4
4
  import { AdaptableColumn } from '../../types';
@@ -8,16 +8,12 @@ export declare class StyledColumnApiImpl extends ApiBase implements StyledColumn
8
8
  internalApi: StyledColumnInternalApi;
9
9
  constructor(adaptable: IAdaptable);
10
10
  getStyledColumnState(): StyledColumnState;
11
- getAllStyledColumn(config?: LayoutAssociatedObjectLoadConfig): StyledColumn[];
12
11
  getStyledColumns(config?: {
13
12
  includeLayoutNotAssociatedObjects?: boolean;
14
13
  }): StyledColumn[];
15
14
  getStyledColumnById(id: StyledColumn['Uuid']): StyledColumn;
16
- getStyledColumnByColumnId(id: StyledColumn['Uuid']): StyledColumn;
17
15
  getStyledColumnForColumnId(columnId: StyledColumn['ColumnId']): StyledColumn;
18
- getAllActiveStyledColumn(): StyledColumn[];
19
16
  getActiveStyledColumns(): StyledColumn[];
20
- getAllSuspendedStyledColumn(): StyledColumn[];
21
17
  getSuspendedStyledColumns(): StyledColumn[];
22
18
  deleteStyledColumn(styledColumn: StyledColumn): void;
23
19
  addStyledColumn(styledColumn: StyledColumn): void;