@adaptabletools/adaptable 17.0.0-canary.3 → 17.0.0-canary.5

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 (1218) hide show
  1. package/agGrid.js +32 -26
  2. package/base.css +1206 -1192
  3. package/base.css.map +1 -1
  4. package/bundle.cjs.js +716 -0
  5. package/index.css +1980 -5
  6. package/index.css.map +1 -1
  7. package/package.json +4 -5
  8. package/publishTimestamp.d.ts +2 -0
  9. package/publishTimestamp.js +3 -0
  10. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -1
  11. package/src/AdaptableInterfaces/IAdaptable.js +2 -1
  12. package/src/AdaptableOptions/ActionColumnOptions.js +2 -1
  13. package/src/AdaptableOptions/ActionRowOptions.js +2 -1
  14. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -1
  15. package/src/AdaptableOptions/AdaptableOptions.js +2 -1
  16. package/src/AdaptableOptions/AdaptablePlugin.js +5 -1
  17. package/src/AdaptableOptions/AlertOptions.js +2 -1
  18. package/src/AdaptableOptions/CalendarOptions.js +2 -1
  19. package/src/AdaptableOptions/CellSummaryOptions.js +2 -1
  20. package/src/AdaptableOptions/ChartingOptions.js +2 -1
  21. package/src/AdaptableOptions/ColumnFilterOptions.js +2 -1
  22. package/src/AdaptableOptions/ColumnOptions.js +2 -1
  23. package/src/AdaptableOptions/ContainerOptions.js +2 -1
  24. package/src/AdaptableOptions/CustomSortOptions.js +2 -1
  25. package/src/AdaptableOptions/DashboardOptions.js +2 -1
  26. package/src/AdaptableOptions/DataChangeHistoryOptions.js +2 -1
  27. package/src/AdaptableOptions/DataImportOptions.js +2 -1
  28. package/src/AdaptableOptions/DataSetOptions.js +2 -1
  29. package/src/AdaptableOptions/DateInputOptions.js +2 -1
  30. package/src/AdaptableOptions/EditOptions.js +2 -1
  31. package/src/AdaptableOptions/EntitlementOptions.js +2 -1
  32. package/src/AdaptableOptions/ExportOptions.js +2 -1
  33. package/src/AdaptableOptions/ExpressionOptions.js +2 -1
  34. package/src/AdaptableOptions/Fdc3Options.js +5 -2
  35. package/src/AdaptableOptions/FinsemblePluginOptions.js +2 -1
  36. package/src/AdaptableOptions/FlashingCellOptions.js +2 -1
  37. package/src/AdaptableOptions/FormatColumnOptions.js +2 -1
  38. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -1
  39. package/src/AdaptableOptions/Glue42WebPluginOptions.js +2 -1
  40. package/src/AdaptableOptions/GridFilterOptions.js +2 -1
  41. package/src/AdaptableOptions/GroupingOptions.js +2 -1
  42. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -1
  43. package/src/AdaptableOptions/LayoutOptions.js +2 -1
  44. package/src/AdaptableOptions/MasterDetailPluginOptions.js +2 -1
  45. package/src/AdaptableOptions/MenuOptions.js +7 -3
  46. package/src/AdaptableOptions/NotesOptions.js +2 -1
  47. package/src/AdaptableOptions/NotificationsOptions.js +2 -1
  48. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -1
  49. package/src/AdaptableOptions/PredicateOptions.js +2 -1
  50. package/src/AdaptableOptions/QuickSearchOptions.js +2 -1
  51. package/src/AdaptableOptions/SettingsPanelOptions.js +2 -1
  52. package/src/AdaptableOptions/StateOptions.js +2 -1
  53. package/src/AdaptableOptions/TeamSharingOptions.js +2 -1
  54. package/src/AdaptableOptions/ToolPanelOptions.js +2 -1
  55. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -1
  56. package/src/Api/ActionColumnApi.js +2 -1
  57. package/src/Api/ActionRowApi.js +2 -1
  58. package/src/Api/AdaptableApi.js +2 -1
  59. package/src/Api/AlertApi.js +2 -1
  60. package/src/Api/ApplicationApi.js +2 -1
  61. package/src/Api/BulkUpdateApi.js +2 -1
  62. package/src/Api/CalculatedColumnApi.js +2 -1
  63. package/src/Api/CalendarApi.js +2 -1
  64. package/src/Api/CellSummaryApi.js +2 -1
  65. package/src/Api/ChartingApi.js +2 -1
  66. package/src/Api/ColumnApi.js +2 -1
  67. package/src/Api/ColumnFilterApi.js +2 -1
  68. package/src/Api/ConfigApi.js +2 -1
  69. package/src/Api/CustomSortApi.js +2 -1
  70. package/src/Api/DashboardApi.js +2 -1
  71. package/src/Api/DataChangeHistoryApi.js +2 -1
  72. package/src/Api/DataImportApi.js +2 -1
  73. package/src/Api/DataSetApi.js +2 -1
  74. package/src/Api/EntitlementApi.js +2 -1
  75. package/src/Api/EventApi.js +2 -1
  76. package/src/Api/Events/ActionRowSubmitted.js +2 -1
  77. package/src/Api/Events/AdaptableReady.js +2 -1
  78. package/src/Api/Events/AdaptableSearchState.js +2 -1
  79. package/src/Api/Events/AdaptableStateChanged.js +2 -1
  80. package/src/Api/Events/AdaptableStateReloaded.js +2 -1
  81. package/src/Api/Events/AlertFired.js +2 -1
  82. package/src/Api/Events/BaseEventInfo.js +2 -1
  83. package/src/Api/Events/CellChanged.js +2 -1
  84. package/src/Api/Events/ChartChanged.js +2 -1
  85. package/src/Api/Events/ColumnFilterApplied.js +2 -1
  86. package/src/Api/Events/CustomToolbarConfigured.js +2 -1
  87. package/src/Api/Events/DashboardChanged.js +2 -1
  88. package/src/Api/Events/DataImported.js +2 -1
  89. package/src/Api/Events/DataSetSelected.js +2 -1
  90. package/src/Api/Events/Fdc3MessageInfo.js +2 -1
  91. package/src/Api/Events/FlashingCellDisplayed.js +2 -1
  92. package/src/Api/Events/GridDataChanged.js +2 -1
  93. package/src/Api/Events/GridFilterApplied.js +2 -1
  94. package/src/Api/Events/GridSorted.js +2 -1
  95. package/src/Api/Events/LayoutChanged.js +2 -1
  96. package/src/Api/Events/LiveDataChanged.js +2 -1
  97. package/src/Api/Events/ScheduleTriggered.js +2 -1
  98. package/src/Api/Events/SelectionChanged.js +2 -1
  99. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -1
  100. package/src/Api/Events/TeamSharingEntityChanged.js +2 -1
  101. package/src/Api/Events/ThemeChanged.js +2 -1
  102. package/src/Api/Events/ThemeEdited.js +2 -1
  103. package/src/Api/ExportApi.js +2 -1
  104. package/src/Api/ExpressionApi.js +2 -1
  105. package/src/Api/Fdc3Api.js +2 -1
  106. package/src/Api/FinsembleApi.js +2 -1
  107. package/src/Api/FlashingCellApi.js +2 -1
  108. package/src/Api/FormatColumnApi.js +2 -1
  109. package/src/Api/FreeTextColumnApi.js +2 -1
  110. package/src/Api/Glue42Api.js +2 -1
  111. package/src/Api/Glue42WebApi.js +2 -1
  112. package/src/Api/GridApi.js +2 -1
  113. package/src/Api/GridFilterApi.js +2 -1
  114. package/src/Api/IPushPullApi.js +2 -1
  115. package/src/Api/Implementation/ActionColumnApiImpl.js +6 -2
  116. package/src/Api/Implementation/ActionRowApiImpl.js +12 -8
  117. package/src/Api/Implementation/AdaptableApiImpl.js +101 -97
  118. package/src/Api/Implementation/AlertApiImpl.js +23 -18
  119. package/src/Api/Implementation/ApiBase.js +10 -5
  120. package/src/Api/Implementation/ApplicationApiImpl.js +8 -3
  121. package/src/Api/Implementation/BulkUpdateApiImpl.js +10 -5
  122. package/src/Api/Implementation/CalculatedColumnApiImpl.js +11 -6
  123. package/src/Api/Implementation/CalendarApiImpl.js +6 -2
  124. package/src/Api/Implementation/CellSummaryApiImpl.js +22 -17
  125. package/src/Api/Implementation/ChartingApiImpl.js +18 -13
  126. package/src/Api/Implementation/ColumnApiImpl.js +16 -11
  127. package/src/Api/Implementation/ColumnFilterApiImpl.js +14 -9
  128. package/src/Api/Implementation/ConfigApiImpl.js +34 -29
  129. package/src/Api/Implementation/CustomSortApiImpl.js +11 -6
  130. package/src/Api/Implementation/DashboardApiImpl.js +14 -9
  131. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +15 -10
  132. package/src/Api/Implementation/DataImportApiImpl.js +8 -4
  133. package/src/Api/Implementation/DataSetApiImpl.js +11 -6
  134. package/src/Api/Implementation/EntitlementApiImpl.js +6 -2
  135. package/src/Api/Implementation/EventApiImpl.js +9 -4
  136. package/src/Api/Implementation/ExportApiImpl.js +17 -12
  137. package/src/Api/Implementation/ExpressionApiImpl.js +10 -5
  138. package/src/Api/Implementation/Fdc3ApiImpl.js +12 -8
  139. package/src/Api/Implementation/FlashingCellApiImpl.js +11 -6
  140. package/src/Api/Implementation/FormatColumnApiImpl.js +11 -6
  141. package/src/Api/Implementation/FreeTextColumnApiImpl.js +14 -9
  142. package/src/Api/Implementation/GridApiImpl.js +23 -18
  143. package/src/Api/Implementation/GridFilterApiImpl.js +14 -9
  144. package/src/Api/Implementation/LayoutApiImpl.js +30 -25
  145. package/src/Api/Implementation/NamedQueryApiImpl.js +13 -8
  146. package/src/Api/Implementation/NotesApiImpl.js +9 -4
  147. package/src/Api/Implementation/OptionsApiImpl.js +6 -2
  148. package/src/Api/Implementation/PluginsApiImpl.js +8 -3
  149. package/src/Api/Implementation/PlusMinusApiImpl.js +9 -4
  150. package/src/Api/Implementation/PredicateApiImpl.js +17 -12
  151. package/src/Api/Implementation/QuickSearchApiImpl.js +10 -5
  152. package/src/Api/Implementation/ScheduleApiImpl.js +11 -6
  153. package/src/Api/Implementation/ScopeApiImpl.js +13 -8
  154. package/src/Api/Implementation/SettingsPanelApiImpl.js +8 -3
  155. package/src/Api/Implementation/ShortcutApiImpl.js +9 -4
  156. package/src/Api/Implementation/SmartEditApiImpl.js +10 -5
  157. package/src/Api/Implementation/StatusBarApiImpl.js +9 -5
  158. package/src/Api/Implementation/StyledColumnApiImpl.js +11 -6
  159. package/src/Api/Implementation/SystemStatusApiImpl.js +21 -16
  160. package/src/Api/Implementation/TeamSharingApiImpl.js +17 -12
  161. package/src/Api/Implementation/ThemeApiImpl.js +15 -10
  162. package/src/Api/Implementation/ToolPanelApiImpl.js +11 -6
  163. package/src/Api/Implementation/UserInterfaceApiImpl.js +20 -15
  164. package/src/Api/Internal/ActionRowInternalApi.js +6 -2
  165. package/src/Api/Internal/AdaptableInternalApi.js +26 -21
  166. package/src/Api/Internal/AlertInternalApi.js +25 -20
  167. package/src/Api/Internal/CalculatedColumnInternalApi.js +6 -2
  168. package/src/Api/Internal/ChartingInternalApi.js +12 -8
  169. package/src/Api/Internal/ColumnFilterInternalApi.js +13 -8
  170. package/src/Api/Internal/ColumnInternalApi.js +8 -4
  171. package/src/Api/Internal/CustomSortInternalApi.js +6 -2
  172. package/src/Api/Internal/DashboardInternalApi.js +11 -6
  173. package/src/Api/Internal/DataImportInternalApi.js +10 -5
  174. package/src/Api/Internal/DataSetInternalApi.js +6 -2
  175. package/src/Api/Internal/ExportInternalApi.js +6 -2
  176. package/src/Api/Internal/ExpressionnternalApi.js +6 -2
  177. package/src/Api/Internal/Fdc3InternalApi.js +28 -24
  178. package/src/Api/Internal/FlashingCellInternalApi.js +12 -7
  179. package/src/Api/Internal/FormatColumnInternalApi.js +22 -17
  180. package/src/Api/Internal/FreeTextColumnInternalApi.js +6 -2
  181. package/src/Api/Internal/GridFilterInternalApi.js +6 -2
  182. package/src/Api/Internal/GridInternalApi.js +18 -13
  183. package/src/Api/Internal/LayoutInternalApi.js +21 -16
  184. package/src/Api/Internal/NamedQueryInternalApi.js +8 -3
  185. package/src/Api/Internal/PredicateInternalApi.js +6 -2
  186. package/src/Api/Internal/ScheduleInternalApi.js +6 -2
  187. package/src/Api/Internal/StyledColumnInternalApi.js +10 -5
  188. package/src/Api/Internal/SystemStatusInternalApi.js +8 -3
  189. package/src/Api/Internal/TeamSharingInternalApi.js +6 -2
  190. package/src/Api/Internal/ThemeInternalApi.js +9 -5
  191. package/src/Api/Internal/UserInterfaceInternalApi.js +6 -2
  192. package/src/Api/LayoutApi.js +2 -1
  193. package/src/Api/NamedQueryApi.js +2 -1
  194. package/src/Api/NotesAPi.js +2 -1
  195. package/src/Api/OpenFinApi.js +2 -1
  196. package/src/Api/OptionsApi.js +2 -1
  197. package/src/Api/PluginsApi.js +2 -1
  198. package/src/Api/PlusMinusApi.js +2 -1
  199. package/src/Api/PredicateApi.js +2 -1
  200. package/src/Api/QuickSearchApi.js +2 -1
  201. package/src/Api/ScheduleApi.js +2 -1
  202. package/src/Api/ScopeApi.js +2 -1
  203. package/src/Api/SettingsPanelApi.js +2 -1
  204. package/src/Api/ShortcutApi.js +2 -1
  205. package/src/Api/SmartEditApi.js +2 -1
  206. package/src/Api/StatusBarApi.js +2 -1
  207. package/src/Api/StyledColumnApi.js +2 -1
  208. package/src/Api/SystemStatusApi.js +2 -1
  209. package/src/Api/TeamSharingApi.js +2 -1
  210. package/src/Api/ThemeApi.js +2 -1
  211. package/src/Api/ToolPanelApi.js +2 -1
  212. package/src/Api/UserInterfaceApi.js +2 -1
  213. package/src/PredefinedConfig/AdaptableState.js +2 -1
  214. package/src/PredefinedConfig/AlertState.js +2 -1
  215. package/src/PredefinedConfig/ApplicationState.js +2 -1
  216. package/src/PredefinedConfig/CalculatedColumnState.js +2 -1
  217. package/src/PredefinedConfig/ChartingState.js +7 -2
  218. package/src/PredefinedConfig/Common/AdaptableAlert.js +7 -2
  219. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -1
  220. package/src/PredefinedConfig/Common/AdaptableColumn.js +5 -1
  221. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -1
  222. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +2 -1
  223. package/src/PredefinedConfig/Common/AdaptableForm.js +5 -1
  224. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -1
  225. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -1
  226. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -1
  227. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -1
  228. package/src/PredefinedConfig/Common/AdaptablePredicate.js +56 -52
  229. package/src/PredefinedConfig/Common/AdaptableQuery.js +5 -1
  230. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -1
  231. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -1
  232. package/src/PredefinedConfig/Common/AggregationColumns.js +4 -1
  233. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -1
  234. package/src/PredefinedConfig/Common/BaseContext.js +2 -1
  235. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -1
  236. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +2 -1
  237. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -1
  238. package/src/PredefinedConfig/Common/CellSummary.js +2 -1
  239. package/src/PredefinedConfig/Common/ColumnFilter.js +2 -1
  240. package/src/PredefinedConfig/Common/ColumnSort.js +2 -1
  241. package/src/PredefinedConfig/Common/DataChangedScope.js +2 -1
  242. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -1
  243. package/src/PredefinedConfig/Common/Entitlement.js +2 -1
  244. package/src/PredefinedConfig/Common/Enums.js +29 -26
  245. package/src/PredefinedConfig/Common/Fdc3Context.js +35 -32
  246. package/src/PredefinedConfig/Common/Fdc3Intent.js +67 -64
  247. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +2 -1
  248. package/src/PredefinedConfig/Common/FormContext.js +2 -1
  249. package/src/PredefinedConfig/Common/GridFilter.js +2 -1
  250. package/src/PredefinedConfig/Common/Menu.js +2 -1
  251. package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -1
  252. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +2 -1
  253. package/src/PredefinedConfig/Common/Schedule.js +2 -1
  254. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +2 -1
  255. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -1
  256. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -1
  257. package/src/PredefinedConfig/Common/Types.js +9 -5
  258. package/src/PredefinedConfig/ConfigState.js +2 -1
  259. package/src/PredefinedConfig/CustomSortState.js +2 -1
  260. package/src/PredefinedConfig/DashboardState.js +2 -1
  261. package/src/PredefinedConfig/ExportState.js +2 -1
  262. package/src/PredefinedConfig/FlashingCellState.js +2 -1
  263. package/src/PredefinedConfig/FormatColumnState.js +2 -1
  264. package/src/PredefinedConfig/FreeTextColumnState.js +2 -1
  265. package/src/PredefinedConfig/Glue42State.js +2 -1
  266. package/src/PredefinedConfig/GridState.js +2 -1
  267. package/src/PredefinedConfig/IPushPullState.js +2 -1
  268. package/src/PredefinedConfig/InternalState.js +2 -1
  269. package/src/PredefinedConfig/LayoutState.js +2 -1
  270. package/src/PredefinedConfig/NamedQueryState.js +2 -1
  271. package/src/PredefinedConfig/NotesState.js +2 -1
  272. package/src/PredefinedConfig/OpenFinState.js +2 -1
  273. package/src/PredefinedConfig/PlusMinusState.js +2 -1
  274. package/src/PredefinedConfig/PopupState.js +2 -1
  275. package/src/PredefinedConfig/PredefinedConfig.js +2 -1
  276. package/src/PredefinedConfig/QueryState.js +2 -1
  277. package/src/PredefinedConfig/QuickSearchState.js +2 -1
  278. package/src/PredefinedConfig/ScheduleState.js +2 -1
  279. package/src/PredefinedConfig/Selection/GridCell.js +2 -1
  280. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -1
  281. package/src/PredefinedConfig/Selection/GridRow.js +2 -1
  282. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -1
  283. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -1
  284. package/src/PredefinedConfig/ShortcutState.js +2 -1
  285. package/src/PredefinedConfig/StatusBarState.js +4 -1
  286. package/src/PredefinedConfig/StyledColumnState.js +2 -1
  287. package/src/PredefinedConfig/SystemState.js +2 -1
  288. package/src/PredefinedConfig/TeamSharingState.js +7 -2
  289. package/src/PredefinedConfig/ThemeState.js +2 -1
  290. package/src/PredefinedConfig/ToolPanelState.js +2 -1
  291. package/src/PredefinedConfig/Uuid.js +6 -2
  292. package/src/Redux/ActionsReducers/AlertRedux.js +59 -45
  293. package/src/Redux/ActionsReducers/ApplicationRedux.js +22 -15
  294. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +15 -9
  295. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +29 -20
  296. package/src/Redux/ActionsReducers/CellSummaryRedux.js +7 -3
  297. package/src/Redux/ActionsReducers/ChartingRedux.js +55 -41
  298. package/src/Redux/ActionsReducers/CustomSortRedux.js +54 -41
  299. package/src/Redux/ActionsReducers/DashboardRedux.js +66 -50
  300. package/src/Redux/ActionsReducers/ExportRedux.js +43 -31
  301. package/src/Redux/ActionsReducers/FlashingCellRedux.js +57 -43
  302. package/src/Redux/ActionsReducers/FormatColumnRedux.js +70 -54
  303. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +34 -24
  304. package/src/Redux/ActionsReducers/GridRedux.js +160 -125
  305. package/src/Redux/ActionsReducers/LayoutRedux.js +115 -89
  306. package/src/Redux/ActionsReducers/NamedQueryRedux.js +35 -25
  307. package/src/Redux/ActionsReducers/NotesRedux.js +31 -21
  308. package/src/Redux/ActionsReducers/PluginsRedux.js +53 -48
  309. package/src/Redux/ActionsReducers/PlusMinusRedux.js +59 -45
  310. package/src/Redux/ActionsReducers/PopupRedux.js +84 -64
  311. package/src/Redux/ActionsReducers/QueryRedux.js +13 -8
  312. package/src/Redux/ActionsReducers/QuickSearchRedux.js +23 -16
  313. package/src/Redux/ActionsReducers/ScheduleRedux.js +222 -179
  314. package/src/Redux/ActionsReducers/ShortcutRedux.js +54 -41
  315. package/src/Redux/ActionsReducers/SmartEditRedux.js +15 -9
  316. package/src/Redux/ActionsReducers/StatusBarRedux.js +19 -12
  317. package/src/Redux/ActionsReducers/StyledColumnRedux.js +54 -41
  318. package/src/Redux/ActionsReducers/SystemRedux.js +324 -254
  319. package/src/Redux/ActionsReducers/SystemStatusRedux.js +11 -6
  320. package/src/Redux/ActionsReducers/TeamSharingRedux.js +55 -40
  321. package/src/Redux/ActionsReducers/ThemeRedux.js +43 -32
  322. package/src/Redux/ActionsReducers/ToolPanelRedux.js +39 -28
  323. package/src/Redux/ActionsReducers/utils.js +9 -3
  324. package/src/Redux/DeadRedux.js +38 -25
  325. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +20 -15
  326. package/src/Redux/Store/AdaptableReduxMerger.js +30 -21
  327. package/src/Redux/Store/AdaptableStore.js +107 -100
  328. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -1
  329. package/src/Redux/Store/Interface/IStorageEngine.js +2 -1
  330. package/src/Strategy/AdaptableModuleBase.js +13 -8
  331. package/src/Strategy/AlertModule.js +40 -35
  332. package/src/Strategy/BulkUpdateModule.js +22 -17
  333. package/src/Strategy/CalculatedColumnModule.js +21 -16
  334. package/src/Strategy/CellSummaryModule.js +22 -17
  335. package/src/Strategy/ChartingModule.js +20 -15
  336. package/src/Strategy/ColumnFilterModule.js +16 -11
  337. package/src/Strategy/ColumnInfoModule.js +8 -3
  338. package/src/Strategy/CustomSortModule.js +17 -12
  339. package/src/Strategy/DashboardModule.js +9 -4
  340. package/src/Strategy/DataChangeHistoryModule.js +15 -10
  341. package/src/Strategy/DataImportModule.js +8 -3
  342. package/src/Strategy/DataSetModule.js +16 -11
  343. package/src/Strategy/ExportModule.js +60 -55
  344. package/src/Strategy/Fdc3Module.js +8 -3
  345. package/src/Strategy/FlashingCellModule.js +33 -28
  346. package/src/Strategy/FormatColumnModule.js +32 -27
  347. package/src/Strategy/FreeTextColumnModule.js +13 -8
  348. package/src/Strategy/GridFilterModule.js +14 -9
  349. package/src/Strategy/GridInfoModule.js +8 -3
  350. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -1
  351. package/src/Strategy/Interface/ICellSummaryModule.js +2 -1
  352. package/src/Strategy/Interface/IExportModule.js +2 -1
  353. package/src/Strategy/Interface/IModule.js +2 -1
  354. package/src/Strategy/Interface/IModuleActionReturn.js +2 -1
  355. package/src/Strategy/Interface/IPlusMinusModule.js +2 -1
  356. package/src/Strategy/Interface/IScheduleModule.js +2 -1
  357. package/src/Strategy/Interface/IShortcutModule.js +2 -1
  358. package/src/Strategy/Interface/ISmartEditModule.js +2 -1
  359. package/src/Strategy/LayoutModule.js +35 -30
  360. package/src/Strategy/NamedQueryModule.js +17 -12
  361. package/src/Strategy/NotesModule.js +8 -3
  362. package/src/Strategy/PlusMinusModule.js +26 -21
  363. package/src/Strategy/QuickSearchModule.js +10 -5
  364. package/src/Strategy/ScheduleModule.js +45 -40
  365. package/src/Strategy/SettingsPanelModule.js +9 -4
  366. package/src/Strategy/ShortcutModule.js +26 -21
  367. package/src/Strategy/SmartEditModule.js +27 -22
  368. package/src/Strategy/StateManagementModule.js +8 -3
  369. package/src/Strategy/StatusBarModule.js +8 -3
  370. package/src/Strategy/StyledColumnModule.js +22 -17
  371. package/src/Strategy/SystemStatusModule.js +10 -5
  372. package/src/Strategy/TeamSharingModule.js +37 -32
  373. package/src/Strategy/ThemeModule.js +10 -5
  374. package/src/Strategy/ToolPanelModule.js +13 -8
  375. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +9 -5
  376. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +11 -6
  377. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +8 -4
  378. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +5 -1
  379. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +5 -1
  380. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +5 -1
  381. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +5 -1
  382. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +5 -1
  383. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +7 -3
  384. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +5 -1
  385. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +5 -1
  386. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +10 -5
  387. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +8 -3
  388. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +5 -1
  389. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +5 -1
  390. package/src/Strategy/Utilities/getExpressionViewItems.js +5 -1
  391. package/src/Strategy/Utilities/getObjectTagsViewItems.js +12 -7
  392. package/src/Strategy/Utilities/getRuleViewItems.js +5 -1
  393. package/src/Strategy/Utilities/getScopeViewItems.js +5 -1
  394. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +5 -1
  395. package/src/Utilities/Cancelable.js +2 -1
  396. package/src/Utilities/Constants/ConfigConstants.js +12 -9
  397. package/src/Utilities/Constants/DocumentationLinkConstants.js +17 -14
  398. package/src/Utilities/Constants/GeneralConstants.js +74 -70
  399. package/src/Utilities/Constants/ModuleConstants.js +119 -115
  400. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +28 -24
  401. package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -2
  402. package/src/Utilities/Emitter.js +5 -3
  403. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +24 -20
  404. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +54 -51
  405. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +36 -31
  406. package/src/Utilities/ExpressionFunctions/dateUtils.js +7 -2
  407. package/src/Utilities/ExpressionFunctions/deepMap.js +5 -1
  408. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +57 -39
  409. package/src/Utilities/ExpressionFunctions/groupingMap.js +7 -3
  410. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +70 -66
  411. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +7 -3
  412. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +56 -52
  413. package/src/Utilities/Extensions/ArrayExtensions.js +73 -39
  414. package/src/Utilities/Extensions/EnumExtensions.js +21 -14
  415. package/src/Utilities/Extensions/NumberExtensions.js +9 -4
  416. package/src/Utilities/Extensions/ObjectExtensions.js +9 -3
  417. package/src/Utilities/Extensions/StringExtensions.js +46 -23
  418. package/src/Utilities/Extensions/TypeExtensions.js +5 -1
  419. package/src/Utilities/Helpers/AdaptableHelper.js +70 -59
  420. package/src/Utilities/Helpers/DateHelper.js +28 -18
  421. package/src/Utilities/Helpers/FormatHelper.js +18 -10
  422. package/src/Utilities/Helpers/Helper.js +50 -28
  423. package/src/Utilities/Helpers/PreviewHelper.js +15 -8
  424. package/src/Utilities/Helpers/StyleHelper.js +20 -11
  425. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -1
  426. package/src/Utilities/Interface/ColumnFilterProps.js +2 -1
  427. package/src/Utilities/Interface/IPPStyle.js +2 -1
  428. package/src/Utilities/Interface/KeyValuePair.js +2 -1
  429. package/src/Utilities/Interface/MessagePopups.js +2 -1
  430. package/src/Utilities/Interface/Preview.js +2 -1
  431. package/src/Utilities/MenuItem.js +11 -4
  432. package/src/Utilities/ObjectFactory.js +167 -124
  433. package/src/Utilities/Services/AggregatedScalarLiveValue.js +7 -3
  434. package/src/Utilities/Services/AlertService.js +16 -11
  435. package/src/Utilities/Services/CalculatedColumnExpressionService.js +13 -9
  436. package/src/Utilities/Services/ChartingService.js +15 -10
  437. package/src/Utilities/Services/DataService.js +13 -8
  438. package/src/Utilities/Services/EntitlementService.js +5 -1
  439. package/src/Utilities/Services/Fdc3Service.js +11 -7
  440. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -1
  441. package/src/Utilities/Services/Interface/IAlertService.js +8 -3
  442. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -1
  443. package/src/Utilities/Services/Interface/IChartingService.js +2 -1
  444. package/src/Utilities/Services/Interface/IDataService.js +2 -1
  445. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -1
  446. package/src/Utilities/Services/Interface/ILicenseService.js +2 -1
  447. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -1
  448. package/src/Utilities/Services/Interface/IModuleService.js +2 -1
  449. package/src/Utilities/Services/Interface/IQueryLanguageService.js +2 -1
  450. package/src/Utilities/Services/Interface/IReportService.js +2 -1
  451. package/src/Utilities/Services/Interface/IRowEditService.js +2 -1
  452. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -1
  453. package/src/Utilities/Services/Interface/IThemeService.js +2 -1
  454. package/src/Utilities/Services/Interface/IValidationService.js +2 -1
  455. package/src/Utilities/Services/LicenseService/index.js +1 -181
  456. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +5 -1
  457. package/src/Utilities/Services/MetamodelService.js +17 -12
  458. package/src/Utilities/Services/ModuleService.js +13 -8
  459. package/src/Utilities/Services/QueryLanguageService.js +29 -24
  460. package/src/Utilities/Services/ReportService.js +53 -48
  461. package/src/Utilities/Services/RowEditService.js +5 -1
  462. package/src/Utilities/Services/TeamSharingService.js +11 -6
  463. package/src/Utilities/Services/ThemeService.js +5 -1
  464. package/src/Utilities/Services/ValidationService.js +15 -10
  465. package/src/Utilities/getScrollbarSize.js +3 -1
  466. package/src/Utilities/isAdaptableObject.js +5 -1
  467. package/src/Utilities/isMacLike.js +5 -1
  468. package/src/Utilities/license/LicenseDetails.js +2 -1
  469. package/src/Utilities/license/decode.js +1 -65
  470. package/src/Utilities/license/hashing.js +1 -43
  471. package/src/Utilities/logDeprecation.js +9 -3
  472. package/src/Utilities/reorder.js +5 -1
  473. package/src/Utilities/runIfNotResolvedIn.js +5 -1
  474. package/src/Utilities/sortWithOrder.js +5 -1
  475. package/src/Utilities/waitForCondition.js +5 -1
  476. package/src/Utilities/waitForTimeout.js +5 -1
  477. package/src/View/AdaptableContext.js +8 -3
  478. package/src/View/AdaptablePopover/index.js +22 -17
  479. package/src/View/AdaptableView.js +35 -30
  480. package/src/View/AdaptableViewFactory.js +71 -67
  481. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +2 -1
  482. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +30 -25
  483. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +44 -42
  484. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -4
  485. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +26 -21
  486. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +9 -4
  487. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +29 -26
  488. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +2 -1
  489. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +20 -17
  490. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +13 -8
  491. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +21 -16
  492. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +29 -24
  493. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +23 -18
  494. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -2
  495. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +5 -3
  496. package/src/View/AdaptableWizardView/Utils.js +5 -1
  497. package/src/View/AdaptableWizardView/Wizard.js +26 -20
  498. package/src/View/AdaptableWizardView/helper.js +10 -4
  499. package/src/View/AdaptableWizardView/index.js +10 -7
  500. package/src/View/Alert/ActiveAlertsPanel.js +14 -9
  501. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +15 -10
  502. package/src/View/Alert/AlertEmptyView.js +9 -4
  503. package/src/View/Alert/AlertEntityRow.js +18 -13
  504. package/src/View/Alert/AlertStatusSubPanel.js +18 -13
  505. package/src/View/Alert/AlertViewPanel.js +20 -16
  506. package/src/View/Alert/AlertsPanel.js +27 -22
  507. package/src/View/Alert/Utilities/getAlertButtonStyle.js +11 -6
  508. package/src/View/Alert/Utilities/getAlertType.js +9 -4
  509. package/src/View/Alert/Utilities/getAvailablePredicates.js +5 -1
  510. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +14 -9
  511. package/src/View/Alert/Utilities/mapAlertDefinition.js +5 -1
  512. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +50 -43
  513. package/src/View/Alert/Wizard/AlertButtonsEditor.js +40 -35
  514. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +37 -31
  515. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +33 -27
  516. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +30 -23
  517. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +13 -8
  518. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +19 -14
  519. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +26 -20
  520. package/src/View/Alert/Wizard/AlertWizard.js +65 -60
  521. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +19 -14
  522. package/src/View/Alert/Wizard/isValidAlertRules.js +7 -3
  523. package/src/View/BulkUpdate/BulkUpdatePopup.js +37 -33
  524. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +31 -27
  525. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +22 -17
  526. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +5 -1
  527. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +43 -36
  528. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +28 -21
  529. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +40 -33
  530. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +18 -13
  531. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +54 -49
  532. package/src/View/CalculatedColumn/utils.js +5 -1
  533. package/src/View/CellSummary/CellSummaryDetails.js +11 -6
  534. package/src/View/CellSummary/CellSummaryPopover.js +9 -4
  535. package/src/View/CellSummary/CellSummaryPopup.js +12 -8
  536. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +12 -11
  537. package/src/View/CellSummary/CellSummaryStatusPanel.js +16 -11
  538. package/src/View/CellSummary/CellSummaryViewPanel.js +26 -22
  539. package/src/View/Charting/ChartingStatusBarPopover.js +17 -12
  540. package/src/View/Charting/ChartingViewPanel.js +18 -13
  541. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +23 -18
  542. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +14 -9
  543. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +22 -16
  544. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +4 -1
  545. package/src/View/Charting/ChartingWizard/ChartingWizard.js +14 -10
  546. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +18 -13
  547. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +14 -8
  548. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +4 -1
  549. package/src/View/Charting/ChartingWizard/index.js +4 -1
  550. package/src/View/Charting/DeleteChartButton.js +11 -6
  551. package/src/View/Charting/EditChartButton.js +13 -8
  552. package/src/View/Charting/ShowChartButton.js +26 -21
  553. package/src/View/Charting/useAgChartState.js +12 -7
  554. package/src/View/Charting/useChartingElements.js +31 -26
  555. package/src/View/Charting/useExternalChartState.js +12 -7
  556. package/src/View/ColumnInfo/ColumnInfo.js +38 -33
  557. package/src/View/ColumnInfo/ColumnInfoPopup.js +13 -8
  558. package/src/View/Components/AdaptableButton/index.js +13 -8
  559. package/src/View/Components/AdaptableDateInput/index.js +15 -13
  560. package/src/View/Components/AdaptableIconComponent/index.js +11 -6
  561. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +7 -3
  562. package/src/View/Components/AdaptableIconSelector/index.js +11 -6
  563. package/src/View/Components/AdaptableInput/index.js +11 -8
  564. package/src/View/Components/AdaptableObjectCollection/index.js +11 -6
  565. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +33 -27
  566. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +47 -40
  567. package/src/View/Components/AdaptableObjectList/index.js +5 -1
  568. package/src/View/Components/AdaptableObjectRow/index.js +12 -7
  569. package/src/View/Components/Badge/index.js +11 -6
  570. package/src/View/Components/Buttons/ButtonApply.js +9 -4
  571. package/src/View/Components/Buttons/ButtonBase/index.js +10 -5
  572. package/src/View/Components/Buttons/ButtonClear.js +9 -4
  573. package/src/View/Components/Buttons/ButtonClone.js +9 -4
  574. package/src/View/Components/Buttons/ButtonClose.js +9 -4
  575. package/src/View/Components/Buttons/ButtonConfigure.js +9 -4
  576. package/src/View/Components/Buttons/ButtonDelete.js +11 -8
  577. package/src/View/Components/Buttons/ButtonEdit.js +9 -4
  578. package/src/View/Components/Buttons/ButtonExpand.js +9 -4
  579. package/src/View/Components/Buttons/ButtonExport.js +9 -4
  580. package/src/View/Components/Buttons/ButtonFunction.js +9 -4
  581. package/src/View/Components/Buttons/ButtonGeneral.js +9 -4
  582. package/src/View/Components/Buttons/ButtonInfo.js +9 -4
  583. package/src/View/Components/Buttons/ButtonInvalid.js +9 -4
  584. package/src/View/Components/Buttons/ButtonLogin.js +9 -4
  585. package/src/View/Components/Buttons/ButtonLogout.js +9 -4
  586. package/src/View/Components/Buttons/ButtonMaximise.js +9 -4
  587. package/src/View/Components/Buttons/ButtonMinimise.js +9 -4
  588. package/src/View/Components/Buttons/ButtonNew.js +9 -4
  589. package/src/View/Components/Buttons/ButtonNewPage.js +9 -4
  590. package/src/View/Components/Buttons/ButtonOpen.js +9 -4
  591. package/src/View/Components/Buttons/ButtonPause.js +9 -4
  592. package/src/View/Components/Buttons/ButtonPlay.js +10 -5
  593. package/src/View/Components/Buttons/ButtonPreviewDelete.js +7 -4
  594. package/src/View/Components/Buttons/ButtonSave.js +9 -4
  595. package/src/View/Components/Buttons/ButtonSchedule.js +9 -4
  596. package/src/View/Components/Buttons/ButtonShare.js +12 -8
  597. package/src/View/Components/Buttons/ButtonShow.js +9 -4
  598. package/src/View/Components/Buttons/ButtonShowChart.js +9 -4
  599. package/src/View/Components/Buttons/ButtonStop.js +9 -4
  600. package/src/View/Components/Buttons/ButtonUndo.js +9 -4
  601. package/src/View/Components/Buttons/ButtonUnsuspend.js +9 -4
  602. package/src/View/Components/Buttons/EntityListActionButtons.js +19 -14
  603. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +8 -4
  604. package/src/View/Components/Buttons/SuspendToggleButton/index.js +4 -1
  605. package/src/View/Components/CellPopup/index.js +14 -10
  606. package/src/View/Components/ColumnSelector/index.js +12 -7
  607. package/src/View/Components/EntityRowItem.js +7 -2
  608. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +23 -18
  609. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +32 -27
  610. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +5 -1
  611. package/src/View/Components/EntityRulesEditor/Utilities.js +5 -1
  612. package/src/View/Components/EntityRulesEditor/index.js +42 -45
  613. package/src/View/Components/ExpressionWizard.js +22 -17
  614. package/src/View/Components/ExternalRenderer.js +10 -6
  615. package/src/View/Components/FilterForm/FilterForm.js +56 -51
  616. package/src/View/Components/FilterForm/ListBoxFilterForm.js +35 -30
  617. package/src/View/Components/FilterForm/ListBoxMenu.js +13 -8
  618. package/src/View/Components/FilterForm/QuickFilterForm.js +46 -41
  619. package/src/View/Components/FilterForm/QuickFilterValues.js +28 -23
  620. package/src/View/Components/FilterForm/Waiting.js +14 -10
  621. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +5 -1
  622. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +14 -10
  623. package/src/View/Components/ListBox/DualListBoxEditor.js +58 -53
  624. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +15 -10
  625. package/src/View/Components/ModuleProfile.js +9 -4
  626. package/src/View/Components/ModuleSummary/ModuleDetail.js +11 -6
  627. package/src/View/Components/ModuleSummary/ModuleHeader.js +13 -8
  628. package/src/View/Components/ModuleSummary/SummaryRowItem.js +9 -4
  629. package/src/View/Components/ModuleValueSelector/index.js +19 -15
  630. package/src/View/Components/NewScopeComponent.js +52 -45
  631. package/src/View/Components/Panels/FilterFormPanel.js +27 -22
  632. package/src/View/Components/Panels/PanelDashboard/index.js +9 -4
  633. package/src/View/Components/Panels/PanelFooter.js +13 -8
  634. package/src/View/Components/Panels/PanelToolPanel/index.js +20 -16
  635. package/src/View/Components/Panels/PanelWithButton.js +21 -16
  636. package/src/View/Components/Panels/PanelWithImage.js +20 -16
  637. package/src/View/Components/Panels/PanelWithRow.js +12 -7
  638. package/src/View/Components/Panels/PanelWithTwoButtons.js +12 -7
  639. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +11 -6
  640. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +20 -15
  641. package/src/View/Components/PermittedValuesSelector/index.js +5 -1
  642. package/src/View/Components/Popups/AdaptableLoadingScreen.js +11 -6
  643. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +31 -26
  644. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +12 -7
  645. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +25 -21
  646. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +29 -24
  647. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +9 -4
  648. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +16 -11
  649. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +8 -3
  650. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +17 -12
  651. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +17 -12
  652. package/src/View/Components/Popups/AdaptablePopup/index.js +5 -1
  653. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +15 -10
  654. package/src/View/Components/Popups/AdaptablePopupAlert.js +27 -22
  655. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +30 -25
  656. package/src/View/Components/Popups/AdaptablePopupPrompt.js +23 -18
  657. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +31 -26
  658. package/src/View/Components/Popups/AdaptableToaster.js +18 -13
  659. package/src/View/Components/Popups/FormPopups/FormPopups.js +25 -19
  660. package/src/View/Components/Popups/Utilities.js +17 -10
  661. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +27 -23
  662. package/src/View/Components/Popups/WindowPopups/windowFactory.js +16 -13
  663. package/src/View/Components/PredicateEditor/PredicateEditor.js +26 -21
  664. package/src/View/Components/PreviewResultsPanel.js +18 -13
  665. package/src/View/Components/RangesComponent.js +56 -51
  666. package/src/View/Components/ScopeComponent.js +28 -23
  667. package/src/View/Components/Selectors/ColumnSelector.js +11 -6
  668. package/src/View/Components/Selectors/ColumnSelectorOld.js +18 -13
  669. package/src/View/Components/Selectors/ColumnValueSelector.js +20 -15
  670. package/src/View/Components/Selectors/PermittedValuesSelector.js +13 -8
  671. package/src/View/Components/SharedProps/BaseProps.js +2 -1
  672. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -1
  673. package/src/View/Components/SharedProps/EditableConfigEntityState.js +5 -2
  674. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -1
  675. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -1
  676. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -1
  677. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -1
  678. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -1
  679. package/src/View/Components/SharedProps/WizardScopeState.js +2 -1
  680. package/src/View/Components/StyleComponent.js +69 -64
  681. package/src/View/Components/StyleVisualItem.js +14 -9
  682. package/src/View/Components/TagValueSelector/index.js +15 -9
  683. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +44 -39
  684. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +18 -13
  685. package/src/View/Components/ToolPanel/ToolPanelPopup.js +28 -24
  686. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +21 -16
  687. package/src/View/Components/ValueSelector/index.js +53 -47
  688. package/src/View/Components/WizardSummaryPage.js +12 -7
  689. package/src/View/Components/WizardSummaryRow.js +11 -6
  690. package/src/View/CustomSort/CustomSortSummary.js +37 -32
  691. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +24 -17
  692. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +9 -4
  693. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +36 -29
  694. package/src/View/CustomSort/Wizard/CustomSortWizard.js +36 -31
  695. package/src/View/Dashboard/CustomDashboardButton.js +12 -7
  696. package/src/View/Dashboard/CustomToolbar.js +25 -19
  697. package/src/View/Dashboard/Dashboard.js +42 -38
  698. package/src/View/Dashboard/DashboardPopup.js +33 -29
  699. package/src/View/Dashboard/DashboardToolbarFactory.js +18 -13
  700. package/src/View/Dashboard/DashboardViewPanel.js +14 -10
  701. package/src/View/Dashboard/ModuleToolbarWrapper.js +13 -8
  702. package/src/View/Dashboard/PinnedDashboard.js +17 -12
  703. package/src/View/Dashboard/PinnedToolbarsSelector.js +16 -11
  704. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +20 -15
  705. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +38 -34
  706. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +9 -4
  707. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +41 -36
  708. package/src/View/DataChangeHistory/buildActionColumnButton.js +5 -1
  709. package/src/View/DataImport/DataImportPopup.js +17 -12
  710. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +30 -25
  711. package/src/View/DataImport/DataImportWizard/index.js +4 -1
  712. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +34 -29
  713. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +26 -21
  714. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +23 -18
  715. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +10 -5
  716. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +22 -17
  717. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +11 -6
  718. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +4 -1
  719. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +23 -18
  720. package/src/View/DataImport/systemFileHandlers.js +9 -5
  721. package/src/View/DataSet/DataSetSelector.js +11 -6
  722. package/src/View/DataSet/DataSetStatusPanelPopover.js +11 -6
  723. package/src/View/DataSet/DataSetViewPanel.js +16 -12
  724. package/src/View/Export/ExportSelector.js +16 -11
  725. package/src/View/Export/ExportTablePopup.js +12 -7
  726. package/src/View/Export/ExportViewPanel.js +41 -37
  727. package/src/View/Export/ReportExportDropdown.js +21 -16
  728. package/src/View/Export/Wizard/NewReportWizard.js +37 -32
  729. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +19 -14
  730. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +35 -28
  731. package/src/View/Export/Wizard/ReportNameWizardSection.js +28 -21
  732. package/src/View/Export/Wizard/ReportRowTypeWizard.js +19 -14
  733. package/src/View/Export/Wizard/ReportRowsWizardSection.js +37 -30
  734. package/src/View/Export/Wizard/ReportScopeWizard.js +14 -9
  735. package/src/View/Export/Wizard/ReportSettingsWizard.js +23 -18
  736. package/src/View/Export/Wizard/ReportSummaryWizard.js +9 -4
  737. package/src/View/Export/constants.js +5 -2
  738. package/src/View/Filter/ActiveFiltersPanel.js +12 -7
  739. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +9 -4
  740. package/src/View/Filter/FilterSummary.js +23 -18
  741. package/src/View/Filter/FilterViewPanel.js +24 -20
  742. package/src/View/FlashingCell/FlashingCellStyle.js +14 -10
  743. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +20 -14
  744. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +13 -8
  745. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +42 -36
  746. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +34 -28
  747. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +49 -44
  748. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +7 -3
  749. package/src/View/FormatColumn/FormatColumnSummary.js +32 -27
  750. package/src/View/FormatColumn/MoveFormatColumn.js +15 -10
  751. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +161 -153
  752. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +11 -6
  753. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +16 -10
  754. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +36 -30
  755. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +25 -17
  756. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +53 -48
  757. package/src/View/FormatColumn/Wizard/constants.js +4 -1
  758. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +32 -27
  759. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +59 -52
  760. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +31 -26
  761. package/src/View/GridFilter/GridFilterExpressionEditor.js +35 -30
  762. package/src/View/GridFilter/GridFilterPopup.js +39 -34
  763. package/src/View/GridFilter/GridFilterStatusbar.js +10 -5
  764. package/src/View/GridFilter/GridFilterViewPanel.js +38 -34
  765. package/src/View/GridFilter/GridFilterWindowPopup.js +9 -4
  766. package/src/View/GridFilter/NamedQuerySelector.js +37 -31
  767. package/src/View/GridFilter/useGridFilterExpressionEditor.js +27 -22
  768. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +7 -3
  769. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +16 -11
  770. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +25 -20
  771. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +37 -32
  772. package/src/View/GridInfo/GridInfoPopup/index.js +4 -1
  773. package/src/View/KeyHint.js +9 -4
  774. package/src/View/Layout/EditCurrentLayoutButton.js +11 -6
  775. package/src/View/Layout/LayoutCloneButton.js +11 -6
  776. package/src/View/Layout/LayoutRadioSelector.js +11 -6
  777. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +15 -10
  778. package/src/View/Layout/LayoutViewPanel.js +30 -26
  779. package/src/View/Layout/PivotDetailsPopoup.js +12 -7
  780. package/src/View/Layout/SaveLayoutButton.js +17 -12
  781. package/src/View/Layout/Wizard/Components/ColumnLabels.js +15 -11
  782. package/src/View/Layout/Wizard/LayoutWizard.js +56 -51
  783. package/src/View/Layout/Wizard/sections/AggregationsSection.js +44 -37
  784. package/src/View/Layout/Wizard/sections/ColumnsSection.js +68 -62
  785. package/src/View/Layout/Wizard/sections/FilterSection.js +37 -30
  786. package/src/View/Layout/Wizard/sections/GridFilterSection.js +31 -24
  787. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +27 -21
  788. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +33 -27
  789. package/src/View/Layout/Wizard/sections/SettingsSection.js +35 -29
  790. package/src/View/Layout/Wizard/sections/SortSection.js +32 -26
  791. package/src/View/Layout/Wizard/sections/Utilities.js +5 -1
  792. package/src/View/License/LicenseWatermark.js +1 -61
  793. package/src/View/License/index.js +5 -1
  794. package/src/View/NamedQuery/EditCurrentQueryButton.js +11 -6
  795. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +24 -17
  796. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +28 -21
  797. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +33 -28
  798. package/src/View/Notes/NotesListing.js +19 -14
  799. package/src/View/Notes/NotesPopup.js +24 -19
  800. package/src/View/PlusMinus/PlusMinusSummary.js +31 -26
  801. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +18 -12
  802. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +11 -6
  803. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +39 -32
  804. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +31 -26
  805. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +18 -13
  806. package/src/View/QuickSearch/QuickSearchInput.js +18 -13
  807. package/src/View/QuickSearch/QuickSearchPopup.js +30 -26
  808. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +15 -10
  809. package/src/View/QuickSearch/QuickSearchViewPanel.js +9 -4
  810. package/src/View/QuickSearch/useQuickSearchDebounced.js +12 -7
  811. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +13 -8
  812. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +32 -26
  813. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +18 -13
  814. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +29 -24
  815. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +18 -13
  816. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +29 -24
  817. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +22 -17
  818. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +20 -14
  819. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +25 -20
  820. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -3
  821. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +22 -17
  822. package/src/View/Schedule/Wizard/ScheduleWizard.js +52 -47
  823. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +11 -6
  824. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +50 -43
  825. package/src/View/Shortcut/Wizard/ShortcutWizard.js +37 -32
  826. package/src/View/Shortcut/shortcutKeys.js +4 -1
  827. package/src/View/Shortcut/shortcutOperations.js +9 -6
  828. package/src/View/SmartEdit/SmartEditPopup.js +30 -26
  829. package/src/View/SmartEdit/SmartEditViewPanel.js +34 -30
  830. package/src/View/SpecialColumnSettingsWizardStep.js +40 -35
  831. package/src/View/StateManagement/StateManagementPopup.js +27 -22
  832. package/src/View/StateManagement/StateManagementViewPanel.js +19 -14
  833. package/src/View/StateManagement/components/ClearButton.js +9 -4
  834. package/src/View/StateManagement/components/ExportDropdown.js +12 -7
  835. package/src/View/StateManagement/components/LoadButton.js +11 -6
  836. package/src/View/StateManagement/handleExportState.js +9 -4
  837. package/src/View/StatusBar/AdaptableStatusBar.js +19 -14
  838. package/src/View/StatusBar/StatusBarPanel.js +16 -12
  839. package/src/View/StatusBar/StatusBarPopup.js +19 -14
  840. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +60 -61
  841. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +142 -137
  842. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +49 -44
  843. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +24 -17
  844. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +27 -21
  845. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +14 -9
  846. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +12 -7
  847. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +12 -7
  848. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +19 -14
  849. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +56 -49
  850. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +4 -1
  851. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +29 -23
  852. package/src/View/SystemStatus/SystemStatusEntityRow.js +17 -12
  853. package/src/View/SystemStatus/SystemStatusPopup.js +22 -18
  854. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +13 -8
  855. package/src/View/SystemStatus/SystemStatusViewPanel.js +12 -8
  856. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +9 -4
  857. package/src/View/TeamSharing/SharedEntityDependencies.js +18 -12
  858. package/src/View/TeamSharing/SharedEntityObjectView.js +30 -23
  859. package/src/View/TeamSharing/TeamSharingApplyButton.js +11 -6
  860. package/src/View/Theme/ThemeEditor.js +32 -27
  861. package/src/View/Theme/ThemeEditorWindow.js +13 -8
  862. package/src/View/Theme/ThemeField.js +23 -18
  863. package/src/View/Theme/ThemePopup.js +28 -24
  864. package/src/View/Theme/ThemeSelector.js +16 -11
  865. package/src/View/Theme/ThemeStatusbar.js +11 -6
  866. package/src/View/Theme/ThemeViewPanel.js +12 -7
  867. package/src/View/Theme/VariantSelector.js +13 -8
  868. package/src/View/UIHelper.js +152 -120
  869. package/src/View/UIInterfaces.js +2 -1
  870. package/src/View/Wizard/AdaptableWizard.js +30 -24
  871. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -1
  872. package/src/View/Wizard/ObjectTagsWizardSection.js +20 -14
  873. package/src/View/Wizard/OnePageAdaptableWizard.js +42 -32
  874. package/src/View/Wizard/OnePageWizards.js +59 -50
  875. package/src/View/Wizard/TypeRadio.js +12 -7
  876. package/src/View/Wizard/WizardLegend.js +11 -6
  877. package/src/View/Wizard/useKeyboardNavigation.js +9 -4
  878. package/src/View/renderWithAdaptableContext.js +14 -9
  879. package/src/agGrid/ActionColumnRenderer.js +15 -9
  880. package/src/agGrid/Adaptable.d.ts +5 -6
  881. package/src/agGrid/Adaptable.js +260 -254
  882. package/src/agGrid/AdaptableLogger.js +6 -2
  883. package/src/agGrid/BadgeRenderer.js +11 -6
  884. package/src/agGrid/CheckboxRenderer.js +7 -2
  885. package/src/agGrid/ColumnSetupInfo.js +2 -1
  886. package/src/agGrid/FilterWrapper.js +14 -9
  887. package/src/agGrid/FloatingFilterWrapper.js +13 -8
  888. package/src/agGrid/PercentBarRenderer.js +10 -5
  889. package/src/agGrid/agGridHelper.js +105 -100
  890. package/src/agGrid/agGridMenuHelper.js +35 -30
  891. package/src/agGrid/attachAddaptableColumnTypes.js +8 -4
  892. package/src/agGrid/createAgStatusPanelComponent.js +10 -5
  893. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +16 -12
  894. package/src/agGrid/editors/AdaptableDateEditor/index.js +24 -19
  895. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +10 -6
  896. package/src/agGrid/editors/AdaptableNumberEditor/index.js +21 -16
  897. package/src/agGrid/index.js +11 -6
  898. package/src/agGrid/weightedAverage.js +17 -10
  899. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +31 -25
  900. package/src/components/AdaptableFormComponent/index.js +4 -1
  901. package/src/components/CheckBox/index.js +17 -13
  902. package/src/components/CodeBlock/index.js +11 -6
  903. package/src/components/ColorPicker/ColorPicker.js +19 -16
  904. package/src/components/ColorPicker/index.js +4 -1
  905. package/src/components/ContainerProps.js +2 -1
  906. package/src/components/Dashboard/Dashboard.js +22 -17
  907. package/src/components/Dashboard/DashboardManager.js +7 -4
  908. package/src/components/Dashboard/DashboardTab.js +5 -1
  909. package/src/components/Dashboard/DashboardToolbar.js +14 -9
  910. package/src/components/Dashboard/index.js +6 -3
  911. package/src/components/Datepicker/Caption.js +20 -15
  912. package/src/components/Datepicker/CaptionLabel.js +21 -16
  913. package/src/components/Datepicker/DatepickerContext.js +9 -4
  914. package/src/components/Datepicker/index.js +39 -36
  915. package/src/components/Dialog/index.js +32 -29
  916. package/src/components/Dialog/useIsOpen.js +6 -3
  917. package/src/components/DragAndDropContext/DragAndDropContext.js +6 -2
  918. package/src/components/DragAndDropContext/ModuleManager.js +18 -13
  919. package/src/components/DragAndDropContext/TabList.js +27 -19
  920. package/src/components/DragAndDropContext/UnusedPanel.js +15 -10
  921. package/src/components/DragAndDropContext/types.js +2 -1
  922. package/src/components/Drawer/index.js +7 -2
  923. package/src/components/Dropdown/Arrows.js +8 -5
  924. package/src/components/Dropdown/index.js +20 -18
  925. package/src/components/DropdownButton/DropdownButtonItem.js +2 -1
  926. package/src/components/DropdownButton/index.js +26 -23
  927. package/src/components/DropdownButton/renderItem.js +7 -4
  928. package/src/components/DropdownButton/useExpanded.js +12 -9
  929. package/src/components/EllipsisContainer/index.js +21 -17
  930. package/src/components/EmptyContent/index.js +10 -8
  931. package/src/components/ErrorBox/index.js +10 -6
  932. package/src/components/ExpressionEditor/BaseEditorInput.js +60 -55
  933. package/src/components/ExpressionEditor/EditorButton.js +10 -8
  934. package/src/components/ExpressionEditor/EditorContext.js +8 -4
  935. package/src/components/ExpressionEditor/EditorInput.js +25 -22
  936. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +27 -24
  937. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +15 -10
  938. package/src/components/ExpressionEditor/NamedQueryContext.js +8 -4
  939. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +42 -36
  940. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +44 -36
  941. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +58 -53
  942. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +4 -1
  943. package/src/components/ExpressionEditor/QueryBuilder/index.js +4 -1
  944. package/src/components/ExpressionEditor/QueryBuilder/utils.js +26 -17
  945. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +4 -1
  946. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +4 -1
  947. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +4 -1
  948. package/src/components/ExpressionEditor/editorButtonsObservable.js +4 -1
  949. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +4 -1
  950. package/src/components/ExpressionEditor/editorButtonsSearch.js +4 -1
  951. package/src/components/ExpressionEditor/index.js +99 -97
  952. package/src/components/FieldWrap/index.js +8 -5
  953. package/src/components/FileDroppable/FileDroppableState.js +2 -1
  954. package/src/components/FileDroppable/index.js +33 -29
  955. package/src/components/FileDroppable/reducer.js +6 -3
  956. package/src/components/FlexWithFooter.js +11 -9
  957. package/src/components/FormLayout/index.js +17 -13
  958. package/src/components/HelpBlock/index.js +10 -6
  959. package/src/components/Icon/index.js +29 -20
  960. package/src/components/IconSelector/IconSelector.js +32 -27
  961. package/src/components/IconSelector/index.js +4 -1
  962. package/src/components/InfiniteTable/index.js +10 -6
  963. package/src/components/Input/NumberInput.js +9 -4
  964. package/src/components/Input/index.js +11 -8
  965. package/src/components/List/GridList/index.js +10 -7
  966. package/src/components/List/ListGroup/index.js +9 -7
  967. package/src/components/List/ListGroupItem/index.js +10 -8
  968. package/src/components/Loader/Loader.js +10 -4
  969. package/src/components/Loader/index.js +7 -2
  970. package/src/components/Logo/index.js +7 -2
  971. package/src/components/Modal/Backdrop.js +17 -12
  972. package/src/components/Modal/index.js +23 -19
  973. package/src/components/NotifyResize/index.js +7 -4
  974. package/src/components/OverlayTrigger/Overlay.js +23 -19
  975. package/src/components/OverlayTrigger/index.js +46 -41
  976. package/src/components/OverlayTrigger/useAgGridClassName.js +7 -5
  977. package/src/components/OverlayTrigger/utils.js +9 -3
  978. package/src/components/Panel/index.js +15 -12
  979. package/src/components/PopupWithFooter.js +11 -8
  980. package/src/components/ProgressIndicator/ProgressIndicator.js +17 -12
  981. package/src/components/Radio/index.js +20 -15
  982. package/src/components/ResizeObserver/getResizeObserverObject.js +5 -1
  983. package/src/components/ResizeObserver/index.js +24 -17
  984. package/src/components/Select/Select.js +15 -10
  985. package/src/components/Select/index.js +4 -1
  986. package/src/components/SelectList.js +9 -4
  987. package/src/components/SelectableList/index.js +13 -8
  988. package/src/components/SimpleButton/index.js +22 -19
  989. package/src/components/SizedContainer/index.js +11 -9
  990. package/src/components/StylePreview.js +11 -6
  991. package/src/components/Table/index.js +7 -4
  992. package/src/components/Tabs/index.js +34 -28
  993. package/src/components/Tag/Tag.js +9 -5
  994. package/src/components/Tag/index.js +5 -1
  995. package/src/components/Textarea/index.js +11 -8
  996. package/src/components/Toastify/index.js +10 -1
  997. package/src/components/Toggle/Toggle.js +12 -8
  998. package/src/components/Toggle/ToggleGroup.js +9 -4
  999. package/src/components/Toggle/index.js +5 -2
  1000. package/src/components/ToggleButton/index.js +11 -6
  1001. package/src/components/Tooltip/index.js +7 -4
  1002. package/src/components/WarningBox/index.js +11 -6
  1003. package/src/components/WindowModal/WindowModal.js +17 -12
  1004. package/src/components/WindowModal/index.js +4 -1
  1005. package/src/components/WindowModal/useStacking.js +9 -4
  1006. package/src/components/WizardPanel/index.js +8 -5
  1007. package/src/components/icons/DefaultIcon.js +12 -8
  1008. package/src/components/icons/add-row.js +6 -3
  1009. package/src/components/icons/alert.js +6 -3
  1010. package/src/components/icons/align-center.js +6 -3
  1011. package/src/components/icons/align-justify.js +6 -3
  1012. package/src/components/icons/align-left.js +6 -3
  1013. package/src/components/icons/align-right.js +6 -3
  1014. package/src/components/icons/analysis.js +6 -3
  1015. package/src/components/icons/application.js +6 -3
  1016. package/src/components/icons/arrow-down-long.js +6 -3
  1017. package/src/components/icons/arrow-down.js +6 -3
  1018. package/src/components/icons/arrow-expand.js +6 -3
  1019. package/src/components/icons/arrow-left.js +6 -3
  1020. package/src/components/icons/arrow-right.js +6 -3
  1021. package/src/components/icons/arrow-up-long.js +6 -3
  1022. package/src/components/icons/arrow-up.js +6 -3
  1023. package/src/components/icons/attach-file.js +6 -3
  1024. package/src/components/icons/badge.js +6 -3
  1025. package/src/components/icons/blanks.js +6 -3
  1026. package/src/components/icons/bold.js +6 -3
  1027. package/src/components/icons/boolean-list.js +6 -3
  1028. package/src/components/icons/brush.js +6 -3
  1029. package/src/components/icons/build.js +6 -3
  1030. package/src/components/icons/bulk-update.js +6 -3
  1031. package/src/components/icons/calculated-column.js +6 -3
  1032. package/src/components/icons/calendar.js +6 -3
  1033. package/src/components/icons/call.js +6 -3
  1034. package/src/components/icons/campaign.js +6 -3
  1035. package/src/components/icons/case-lower.js +6 -3
  1036. package/src/components/icons/case-sentence.js +6 -3
  1037. package/src/components/icons/case-upper.js +6 -3
  1038. package/src/components/icons/cell-summary.js +6 -3
  1039. package/src/components/icons/cell-validation.js +6 -3
  1040. package/src/components/icons/chart.js +6 -3
  1041. package/src/components/icons/chat.js +6 -3
  1042. package/src/components/icons/check-box-outline.js +6 -3
  1043. package/src/components/icons/check-box.js +6 -3
  1044. package/src/components/icons/check-circle.js +6 -3
  1045. package/src/components/icons/check.js +6 -3
  1046. package/src/components/icons/clone.js +6 -3
  1047. package/src/components/icons/close.js +6 -3
  1048. package/src/components/icons/cloud-upload.js +6 -3
  1049. package/src/components/icons/collapse.js +6 -3
  1050. package/src/components/icons/column-add.js +6 -3
  1051. package/src/components/icons/column-chooser.js +6 -3
  1052. package/src/components/icons/column-filter.js +6 -3
  1053. package/src/components/icons/column-info.js +6 -3
  1054. package/src/components/icons/comment.js +6 -3
  1055. package/src/components/icons/contact.js +6 -3
  1056. package/src/components/icons/contains.js +6 -3
  1057. package/src/components/icons/custom-sort.js +6 -3
  1058. package/src/components/icons/dashboard.js +6 -3
  1059. package/src/components/icons/data-set.js +6 -3
  1060. package/src/components/icons/date-range.js +6 -3
  1061. package/src/components/icons/delete.js +6 -3
  1062. package/src/components/icons/division.js +6 -3
  1063. package/src/components/icons/dock.js +6 -3
  1064. package/src/components/icons/dollar.js +6 -3
  1065. package/src/components/icons/drag.js +6 -3
  1066. package/src/components/icons/edit.js +6 -3
  1067. package/src/components/icons/ends-with.js +6 -3
  1068. package/src/components/icons/equal.js +6 -3
  1069. package/src/components/icons/equation.js +6 -3
  1070. package/src/components/icons/error.js +6 -3
  1071. package/src/components/icons/expand.js +6 -3
  1072. package/src/components/icons/exponent.js +6 -3
  1073. package/src/components/icons/export.js +6 -3
  1074. package/src/components/icons/fast-backward.js +6 -3
  1075. package/src/components/icons/fast-forward.js +6 -3
  1076. package/src/components/icons/fdc3.js +6 -3
  1077. package/src/components/icons/filter.js +6 -3
  1078. package/src/components/icons/flashing-cell.js +6 -3
  1079. package/src/components/icons/folder-open.js +6 -3
  1080. package/src/components/icons/folder-shared.js +6 -3
  1081. package/src/components/icons/folder.js +6 -3
  1082. package/src/components/icons/format-column.js +6 -3
  1083. package/src/components/icons/freetext-column.js +6 -3
  1084. package/src/components/icons/function.js +6 -3
  1085. package/src/components/icons/gradient-column.js +6 -3
  1086. package/src/components/icons/gradient.js +6 -3
  1087. package/src/components/icons/greater-than-or-equal.js +6 -3
  1088. package/src/components/icons/greater-than.js +6 -3
  1089. package/src/components/icons/grid-filter.js +6 -3
  1090. package/src/components/icons/hide-column.js +6 -3
  1091. package/src/components/icons/history.js +6 -3
  1092. package/src/components/icons/home.js +6 -3
  1093. package/src/components/icons/import-export.js +6 -3
  1094. package/src/components/icons/import.js +6 -3
  1095. package/src/components/icons/index.js +326 -321
  1096. package/src/components/icons/info.js +6 -3
  1097. package/src/components/icons/instrument.js +6 -3
  1098. package/src/components/icons/interactions.js +6 -3
  1099. package/src/components/icons/invalid.js +6 -3
  1100. package/src/components/icons/ipushpull.js +6 -3
  1101. package/src/components/icons/italic.js +6 -3
  1102. package/src/components/icons/justify.js +6 -3
  1103. package/src/components/icons/layout.js +6 -3
  1104. package/src/components/icons/less-than-or-equal.js +6 -3
  1105. package/src/components/icons/less-than.js +6 -3
  1106. package/src/components/icons/list.js +6 -3
  1107. package/src/components/icons/login.js +6 -3
  1108. package/src/components/icons/logout copy.js +6 -3
  1109. package/src/components/icons/logout.js +6 -3
  1110. package/src/components/icons/mail.js +6 -3
  1111. package/src/components/icons/menu.js +6 -3
  1112. package/src/components/icons/minus.js +6 -3
  1113. package/src/components/icons/money.js +6 -3
  1114. package/src/components/icons/multiplication.js +6 -3
  1115. package/src/components/icons/newpage.js +6 -3
  1116. package/src/components/icons/news.js +6 -3
  1117. package/src/components/icons/non-blanks.js +6 -3
  1118. package/src/components/icons/not-contains.js +6 -3
  1119. package/src/components/icons/not-equal.js +6 -3
  1120. package/src/components/icons/note.js +6 -3
  1121. package/src/components/icons/open-in-new.js +6 -3
  1122. package/src/components/icons/order.js +6 -3
  1123. package/src/components/icons/organisation.js +6 -3
  1124. package/src/components/icons/overline.js +6 -3
  1125. package/src/components/icons/pause.js +6 -3
  1126. package/src/components/icons/percent-bar.js +6 -3
  1127. package/src/components/icons/percent.js +6 -3
  1128. package/src/components/icons/person.js +6 -3
  1129. package/src/components/icons/pie-chart.js +6 -3
  1130. package/src/components/icons/play.js +6 -3
  1131. package/src/components/icons/plus-minus.js +6 -3
  1132. package/src/components/icons/plus.js +6 -3
  1133. package/src/components/icons/query.js +6 -3
  1134. package/src/components/icons/quick-search.js +6 -3
  1135. package/src/components/icons/quote.js +6 -3
  1136. package/src/components/icons/refresh.js +6 -3
  1137. package/src/components/icons/regex.js +6 -3
  1138. package/src/components/icons/reminder.js +6 -3
  1139. package/src/components/icons/resume.js +6 -3
  1140. package/src/components/icons/save.js +6 -3
  1141. package/src/components/icons/schedule.js +6 -3
  1142. package/src/components/icons/science.js +6 -3
  1143. package/src/components/icons/settings.js +6 -3
  1144. package/src/components/icons/shortcut.js +6 -3
  1145. package/src/components/icons/show-column.js +6 -3
  1146. package/src/components/icons/smart-edit.js +6 -3
  1147. package/src/components/icons/sort-asc.js +6 -3
  1148. package/src/components/icons/sort-desc.js +6 -3
  1149. package/src/components/icons/spark-line.js +6 -3
  1150. package/src/components/icons/starts-with.js +6 -3
  1151. package/src/components/icons/state-management.js +6 -3
  1152. package/src/components/icons/statusbar.js +6 -3
  1153. package/src/components/icons/stop.js +6 -3
  1154. package/src/components/icons/strikethrough.js +6 -3
  1155. package/src/components/icons/system-status.js +6 -3
  1156. package/src/components/icons/tab-unselected.js +6 -3
  1157. package/src/components/icons/table-arrow-right.js +6 -3
  1158. package/src/components/icons/team-share.js +6 -3
  1159. package/src/components/icons/theme.js +6 -3
  1160. package/src/components/icons/tool-panel.js +6 -3
  1161. package/src/components/icons/track-changes.js +6 -3
  1162. package/src/components/icons/triangle-down.js +6 -3
  1163. package/src/components/icons/triangle-up.js +6 -3
  1164. package/src/components/icons/unchecked.js +6 -3
  1165. package/src/components/icons/underline.js +6 -3
  1166. package/src/components/icons/undo.js +6 -3
  1167. package/src/components/icons/updated-row.js +6 -3
  1168. package/src/components/icons/upload.js +6 -3
  1169. package/src/components/icons/user-filter.js +6 -3
  1170. package/src/components/icons/visibility-off.js +6 -3
  1171. package/src/components/icons/visibility.js +6 -3
  1172. package/src/components/icons/warning.js +6 -3
  1173. package/src/components/utils/batchUpdate.js +5 -3
  1174. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +3 -1
  1175. package/src/components/utils/captureTabNavigation/index.js +6 -3
  1176. package/src/components/utils/contains.js +4 -1
  1177. package/src/components/utils/getAvailableSizeInfo.js +3 -1
  1178. package/src/components/utils/join.js +3 -1
  1179. package/src/components/utils/selectParent/index.js +6 -3
  1180. package/src/components/utils/selectParent/matches.js +2 -1
  1181. package/src/components/utils/useAutoFocus.js +8 -5
  1182. package/src/components/utils/useContainerScrollObserver/index.js +13 -9
  1183. package/src/components/utils/useDraggable.js +10 -7
  1184. package/src/components/utils/useGlobalEvent.js +7 -2
  1185. package/src/components/utils/useLatest.js +8 -4
  1186. package/src/components/utils/usePrevious.js +6 -4
  1187. package/src/components/utils/usePropState.js +6 -3
  1188. package/src/components/utils/useProperty.js +6 -4
  1189. package/src/components/utils/useRerender.js +8 -4
  1190. package/src/components/utils/useSelectionRange.js +9 -5
  1191. package/src/components/utils/useTheme.js +5 -2
  1192. package/src/components/utils/uuid.js +6 -2
  1193. package/src/env.js +3 -1
  1194. package/src/metamodel/adaptable-metamodel-model.js +2 -1
  1195. package/src/metamodel/adaptable.metamodel.d.ts +1 -1
  1196. package/src/metamodel/adaptable.metamodel.js +1 -9435
  1197. package/src/parser/src/ExpressionEvaluationError.js +5 -1
  1198. package/src/parser/src/evaluator.js +7 -3
  1199. package/src/parser/src/index.js +18 -9
  1200. package/src/parser/src/predicate/index.js +5 -2
  1201. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +16 -12
  1202. package/src/parser/src/predicate/mapQlPredicateToExpression.js +11 -6
  1203. package/src/parser/src/predicate/types.js +5 -1
  1204. package/src/parser/src/tokenizer.js +8 -3
  1205. package/src/parser/src/types.js +5 -1
  1206. package/src/parser/src/utils.js +9 -3
  1207. package/src/renderReactRoot.js +7 -2
  1208. package/src/theme.js +3 -1
  1209. package/src/themes/index.js +7 -4
  1210. package/src/types.js +5 -1
  1211. package/themes/dark.css +1 -1
  1212. package/themes/dark.css.map +1 -1
  1213. package/themes/light.css +1 -1
  1214. package/themes/light.css.map +1 -1
  1215. package/types.js +4 -1
  1216. package/version.d.ts +2 -0
  1217. package/version.js +3 -0
  1218. package/tsconfig.esm.tsbuildinfo +0 -1
@@ -1,70 +1,74 @@
1
- import { CssClassManager, Events, Grid, GridApi, ModuleNames, ModuleRegistry, RowNode, } from '@ag-grid-community/core';
2
- import merge from 'lodash/merge';
3
- import debounce from 'lodash/debounce';
4
- import lodashIsEqual from 'lodash/isEqual';
5
- import throttle from 'lodash/throttle';
6
- import uniqBy from 'lodash/uniqBy';
7
- import * as React from 'react';
8
- import clamp from 'lodash/clamp';
9
- import { AdaptableApiImpl } from '../Api/Implementation/AdaptableApiImpl';
10
- import { FilterOnDataChangeOptions } from '../PredefinedConfig/Common/Enums';
11
- import { createUuid } from '../PredefinedConfig/Uuid';
12
- import { AdaptableStore, INIT_STATE } from '../Redux/Store/AdaptableStore';
13
- import * as GeneralConstants from '../Utilities/Constants/GeneralConstants';
14
- import { AB_SPECIAL_COLUMN, ADAPTABLE_ROW_ACTION_BUTTONS, AUTOGENERATED_PK_COLUMN, BLANK_DISTINCT_COLUMN_VALUE, DARK_THEME, HALF_SECOND, LIGHT_THEME, } from '../Utilities/Constants/GeneralConstants';
15
- import * as ModuleConstants from '../Utilities/Constants/ModuleConstants';
16
- import { GridFilterModuleId } from '../Utilities/Constants/ModuleConstants';
17
- import { DefaultAdaptableOptions } from '../Utilities/Defaults/DefaultAdaptableOptions';
18
- import Emitter from '../Utilities/Emitter';
19
- import { ArrayExtensions } from '../Utilities/Extensions/ArrayExtensions';
20
- import { StringExtensions } from '../Utilities/Extensions/StringExtensions';
21
- import getScrollbarSize from '../Utilities/getScrollbarSize';
22
- import AdaptableHelper from '../Utilities/Helpers/AdaptableHelper';
23
- import { Helper } from '../Utilities/Helpers/Helper';
24
- import { createBaseContext, CreateEmptyCalculatedColumn, CreateEmptyFreeTextColumn, } from '../Utilities/ObjectFactory';
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdaptableNoCodeWizard = exports.Adaptable = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const core_1 = require("@ag-grid-community/core");
6
+ const merge_1 = tslib_1.__importDefault(require("lodash/merge"));
7
+ const debounce_1 = tslib_1.__importDefault(require("lodash/debounce"));
8
+ const isEqual_1 = tslib_1.__importDefault(require("lodash/isEqual"));
9
+ const throttle_1 = tslib_1.__importDefault(require("lodash/throttle"));
10
+ const uniqBy_1 = tslib_1.__importDefault(require("lodash/uniqBy"));
11
+ const React = tslib_1.__importStar(require("react"));
12
+ const clamp_1 = tslib_1.__importDefault(require("lodash/clamp"));
13
+ const AdaptableApiImpl_1 = require("../Api/Implementation/AdaptableApiImpl");
14
+ const Enums_1 = require("../PredefinedConfig/Common/Enums");
15
+ const Uuid_1 = require("../PredefinedConfig/Uuid");
16
+ const AdaptableStore_1 = require("../Redux/Store/AdaptableStore");
17
+ const GeneralConstants = tslib_1.__importStar(require("../Utilities/Constants/GeneralConstants"));
18
+ const GeneralConstants_1 = require("../Utilities/Constants/GeneralConstants");
19
+ const ModuleConstants = tslib_1.__importStar(require("../Utilities/Constants/ModuleConstants"));
20
+ const ModuleConstants_1 = require("../Utilities/Constants/ModuleConstants");
21
+ const DefaultAdaptableOptions_1 = require("../Utilities/Defaults/DefaultAdaptableOptions");
22
+ const Emitter_1 = tslib_1.__importDefault(require("../Utilities/Emitter"));
23
+ const ArrayExtensions_1 = require("../Utilities/Extensions/ArrayExtensions");
24
+ const StringExtensions_1 = require("../Utilities/Extensions/StringExtensions");
25
+ const getScrollbarSize_1 = tslib_1.__importDefault(require("../Utilities/getScrollbarSize"));
26
+ const AdaptableHelper_1 = tslib_1.__importDefault(require("../Utilities/Helpers/AdaptableHelper"));
27
+ const Helper_1 = require("../Utilities/Helpers/Helper");
28
+ const ObjectFactory_1 = require("../Utilities/ObjectFactory");
25
29
  // services
26
- import { CalculatedColumnExpressionService } from '../Utilities/Services/CalculatedColumnExpressionService';
27
- import { DataService } from '../Utilities/Services/DataService';
28
- import { LicenseService } from '../Utilities/Services/LicenseService';
29
- import { TeamSharingService } from '../Utilities/Services/TeamSharingService';
30
- import { ReportService } from '../Utilities/Services/ReportService';
31
- import { ModuleService } from '../Utilities/Services/ModuleService';
32
- import { ValidationService } from '../Utilities/Services/ValidationService';
33
- import { EntitlementService } from '../Utilities/Services/EntitlementService';
34
- import { QueryLanguageService } from '../Utilities/Services/QueryLanguageService';
35
- import { AlertService } from '../Utilities/Services/AlertService';
36
- import { AdaptableApp } from '../View/AdaptableView';
37
- import AdaptableWizardView from '../View/AdaptableWizardView';
38
- import { getAdaptableToolPanelAgGridComponent } from '../View/Components/ToolPanel/AdaptableToolPanel';
39
- import UIHelper from '../View/UIHelper';
40
- import { ActionColumnRenderer, ReactActionColumnRenderer } from './ActionColumnRenderer';
41
- import { agGridHelper } from './agGridHelper';
42
- import { agGridMenuHelper } from './agGridMenuHelper';
30
+ const CalculatedColumnExpressionService_1 = require("../Utilities/Services/CalculatedColumnExpressionService");
31
+ const DataService_1 = require("../Utilities/Services/DataService");
32
+ const LicenseService_1 = require("../Utilities/Services/LicenseService");
33
+ const TeamSharingService_1 = require("../Utilities/Services/TeamSharingService");
34
+ const ReportService_1 = require("../Utilities/Services/ReportService");
35
+ const ModuleService_1 = require("../Utilities/Services/ModuleService");
36
+ const ValidationService_1 = require("../Utilities/Services/ValidationService");
37
+ const EntitlementService_1 = require("../Utilities/Services/EntitlementService");
38
+ const QueryLanguageService_1 = require("../Utilities/Services/QueryLanguageService");
39
+ const AlertService_1 = require("../Utilities/Services/AlertService");
40
+ const AdaptableView_1 = require("../View/AdaptableView");
41
+ const AdaptableWizardView_1 = tslib_1.__importDefault(require("../View/AdaptableWizardView"));
42
+ const AdaptableToolPanel_1 = require("../View/Components/ToolPanel/AdaptableToolPanel");
43
+ const UIHelper_1 = tslib_1.__importDefault(require("../View/UIHelper"));
44
+ const ActionColumnRenderer_1 = require("./ActionColumnRenderer");
45
+ const agGridHelper_1 = require("./agGridHelper");
46
+ const agGridMenuHelper_1 = require("./agGridMenuHelper");
43
47
  // components
44
- import { FilterWrapperFactory } from './FilterWrapper';
45
- import { FloatingFilterWrapperFactory } from './FloatingFilterWrapper';
46
- import { convertAdaptableStyleToCSS, convertCSSAbsoluteFontSizeToPt, getVariableColor, normalizeStyleForAgGrid, sanitizeStyle, } from '../Utilities/Helpers/StyleHelper';
47
- import { AdaptableNumberEditor, ReactAdaptableNumberEditor } from './editors/AdaptableNumberEditor';
48
- import { AdaptableDateEditor, ReactAdaptableDateEditor } from './editors/AdaptableDateEditor';
49
- import { waitForCondition } from '../Utilities/waitForCondition';
50
- import { publishTimestamp } from '../../package.json';
51
- import { MetamodelService } from '../Utilities/Services/MetamodelService';
52
- import { AgGridModulesDocsLink, PrimaryKeyDocsLink, } from '../Utilities/Constants/DocumentationLinkConstants';
53
- import { parseDateValue } from '../Utilities/Helpers/DateHelper';
54
- import { ADAPTABLE_STATUS_PANEL } from '../PredefinedConfig/StatusBarState';
55
- import { createAgStatusPanelComponent } from './createAgStatusPanelComponent';
56
- import { AdaptableStatusBar } from '../View/StatusBar/AdaptableStatusBar';
57
- import { RowEditService } from '../Utilities/Services/RowEditService';
58
- import { weightedAverage } from './weightedAverage';
59
- import { WEIGHTED_AVERAGE_AGG_FN_NAME, } from '../PredefinedConfig/Common/AggregationColumns';
60
- import { renderReactRoot as defaultRenderReactRoot } from '../renderReactRoot';
61
- import { ChartingService } from '../Utilities/Services/ChartingService';
62
- import { ThemeService } from '../Utilities/Services/ThemeService';
63
- import { AdaptableLogger } from './AdaptableLogger';
64
- import { attachColumnTypes } from './attachAddaptableColumnTypes';
65
- import { DateFormatter } from '../Utilities/Helpers/FormatHelper';
66
- import { Fdc3Service } from '../Utilities/Services/Fdc3Service';
67
- import tinycolor from 'tinycolor2';
48
+ const FilterWrapper_1 = require("./FilterWrapper");
49
+ const FloatingFilterWrapper_1 = require("./FloatingFilterWrapper");
50
+ const StyleHelper_1 = require("../Utilities/Helpers/StyleHelper");
51
+ const AdaptableNumberEditor_1 = require("./editors/AdaptableNumberEditor");
52
+ const AdaptableDateEditor_1 = require("./editors/AdaptableDateEditor");
53
+ const waitForCondition_1 = require("../Utilities/waitForCondition");
54
+ const publishTimestamp_1 = tslib_1.__importDefault(require("../../publishTimestamp"));
55
+ const MetamodelService_1 = require("../Utilities/Services/MetamodelService");
56
+ const DocumentationLinkConstants_1 = require("../Utilities/Constants/DocumentationLinkConstants");
57
+ const DateHelper_1 = require("../Utilities/Helpers/DateHelper");
58
+ const StatusBarState_1 = require("../PredefinedConfig/StatusBarState");
59
+ const createAgStatusPanelComponent_1 = require("./createAgStatusPanelComponent");
60
+ const AdaptableStatusBar_1 = require("../View/StatusBar/AdaptableStatusBar");
61
+ const RowEditService_1 = require("../Utilities/Services/RowEditService");
62
+ const weightedAverage_1 = require("./weightedAverage");
63
+ const AggregationColumns_1 = require("../PredefinedConfig/Common/AggregationColumns");
64
+ const renderReactRoot_1 = require("../renderReactRoot");
65
+ const ChartingService_1 = require("../Utilities/Services/ChartingService");
66
+ const ThemeService_1 = require("../Utilities/Services/ThemeService");
67
+ const AdaptableLogger_1 = require("./AdaptableLogger");
68
+ const attachAddaptableColumnTypes_1 = require("./attachAddaptableColumnTypes");
69
+ const FormatHelper_1 = require("../Utilities/Helpers/FormatHelper");
70
+ const Fdc3Service_1 = require("../Utilities/Services/Fdc3Service");
71
+ const tinycolor = require('tinycolor2');
68
72
  const GROUP_PATH_SEPARATOR = '/';
69
73
  // IMPORTANT - we need colId to be set in order for safeSetColDefs to work correctly
70
74
  const assignColId = (colDef, logger) => {
@@ -83,14 +87,14 @@ const assignColId = (colDef, logger) => {
83
87
  }
84
88
  }
85
89
  };
86
- const RowNodeProto = RowNode.prototype;
90
+ const RowNodeProto = core_1.RowNode.prototype;
87
91
  const RowNode_dispatchLocalEvent = RowNodeProto.dispatchLocalEvent;
88
- const GridApi_setColumnDefs = GridApi.prototype.setColumnDefs;
92
+ const GridApi_setColumnDefs = core_1.GridApi.prototype.setColumnDefs;
89
93
  ['addCssClass', 'removeCssClass', 'containsCssClass', 'addOrRemoveCssClass'].forEach((methodName) => {
90
94
  // @ts-ignore
91
- const CssClassManager_originalMethod = CssClassManager.prototype[methodName];
95
+ const CssClassManager_originalMethod = core_1.CssClassManager.prototype[methodName];
92
96
  // @ts-ignore
93
- CssClassManager.prototype[methodName] = function () {
97
+ core_1.CssClassManager.prototype[methodName] = function () {
94
98
  return this.getGui() ? CssClassManager_originalMethod.apply(this, arguments) : undefined;
95
99
  };
96
100
  });
@@ -107,7 +111,7 @@ RowNodeProto.dispatchLocalEvent = function (event) {
107
111
  // starting with AG Grid 26.1.0 the gridApi is wrapped in a Beans property
108
112
  const rowNodeApi = (_a = rowNode === null || rowNode === void 0 ? void 0 : rowNode.beans) === null || _a === void 0 ? void 0 : _a.gridApi;
109
113
  if (!rowNodeApi) {
110
- AdaptableLogger.consoleErrorBase(`No GridAPI found in passed RowNode, this should never happen!`, rowNode);
114
+ AdaptableLogger_1.AdaptableLogger.consoleErrorBase(`No GridAPI found in passed RowNode, this should never happen!`, rowNode);
111
115
  }
112
116
  return rowNodeApi;
113
117
  };
@@ -146,7 +150,7 @@ const forEachColumn = (cols, fn, parentColGroup) => {
146
150
  });
147
151
  };
148
152
  const adaptableInstances = {};
149
- export class Adaptable {
153
+ class Adaptable {
150
154
  get isLive() {
151
155
  return this.isInitialised && !this.isDestroyed;
152
156
  }
@@ -160,7 +164,7 @@ export class Adaptable {
160
164
  static init(adaptableOptions, agGridConfig) {
161
165
  var _a;
162
166
  if (!((_a = agGridConfig === null || agGridConfig === void 0 ? void 0 : agGridConfig.modules) === null || _a === void 0 ? void 0 : _a.length)) {
163
- AdaptableLogger.consoleErrorBase(`No AG Grid modules were provided, thus limiting AdapTables features significantly!\n\nRead further info here:${AgGridModulesDocsLink}`);
167
+ AdaptableLogger_1.AdaptableLogger.consoleErrorBase(`No AG Grid modules were provided, thus limiting AdapTables features significantly!\n\nRead further info here:${DocumentationLinkConstants_1.AgGridModulesDocsLink}`);
164
168
  }
165
169
  return Adaptable.initInternal(adaptableOptions, Object.assign({}, agGridConfig));
166
170
  }
@@ -221,7 +225,7 @@ export class Adaptable {
221
225
  }
222
226
  }
223
227
  static collectInstance(adaptable) {
224
- adaptable._id = adaptable.adaptableOptions.adaptableId || createUuid();
228
+ adaptable._id = adaptable.adaptableOptions.adaptableId || (0, Uuid_1.createUuid)();
225
229
  adaptableInstances[adaptable._id] = adaptable;
226
230
  }
227
231
  static forEachAdaptable(fn) {
@@ -264,7 +268,7 @@ export class Adaptable {
264
268
  };
265
269
  this._adaptableReady = false;
266
270
  this.isDestroyed = false;
267
- this.renderReactRoot = (node, container) => defaultRenderReactRoot(node, container);
271
+ this.renderReactRoot = (node, container) => (0, renderReactRoot_1.renderReactRoot)(node, container);
268
272
  this.isPluginLoaded = (pluginId) => {
269
273
  const plugins = this.adaptableOptions.plugins || [];
270
274
  for (let i = 0, len = plugins.length; i < len; i++) {
@@ -278,34 +282,34 @@ export class Adaptable {
278
282
  this.isAgGridReady = () => {
279
283
  var _a, _b;
280
284
  const waitTimeout = (_b = (_a = this.adaptableOptions.containerOptions) === null || _a === void 0 ? void 0 : _a.agGridContainerWaitTimeout) !== null && _b !== void 0 ? _b : 60000;
281
- return waitForCondition(() => !!this.gridOptions.api, waitTimeout);
285
+ return (0, waitForCondition_1.waitForCondition)(() => !!this.gridOptions.api, waitTimeout);
282
286
  };
283
287
  // debounced methods
284
- this.debouncedSetColumnIntoStore = debounce(() => {
288
+ this.debouncedSetColumnIntoStore = (0, debounce_1.default)(() => {
285
289
  if (this.isDestroyed || !this.gridOptions.api) {
286
290
  return;
287
291
  }
288
292
  this.updateColumnsIntoStore();
289
- }, HALF_SECOND);
290
- this.debouncedSaveGridLayout = debounce(() => {
293
+ }, GeneralConstants_1.HALF_SECOND);
294
+ this.debouncedSaveGridLayout = (0, debounce_1.default)(() => {
291
295
  if (this.isDestroyed || !this.gridOptions.api) {
292
296
  return;
293
297
  }
294
298
  this.updateLayoutFromGrid();
295
- }, HALF_SECOND);
296
- this.debouncedSetSelectedCells = debounce(() => {
299
+ }, GeneralConstants_1.HALF_SECOND);
300
+ this.debouncedSetSelectedCells = (0, debounce_1.default)(() => {
297
301
  if (this.isDestroyed || !this.gridOptions.api) {
298
302
  return;
299
303
  }
300
304
  this.setSelectedCells();
301
305
  }, 250);
302
- this.debouncedSetSelectedRows = debounce(() => {
306
+ this.debouncedSetSelectedRows = (0, debounce_1.default)(() => {
303
307
  if (this.isDestroyed || !this.gridOptions.api) {
304
308
  return;
305
309
  }
306
310
  this.setSelectedRows();
307
- }, HALF_SECOND);
308
- this.debouncedFilterGrid = debounce((callback = () => { }) => {
311
+ }, GeneralConstants_1.HALF_SECOND);
312
+ this.debouncedFilterGrid = (0, debounce_1.default)((callback = () => { }) => {
309
313
  if (this.isDestroyed || !this.gridOptions.api) {
310
314
  return;
311
315
  }
@@ -313,7 +317,7 @@ export class Adaptable {
313
317
  if (callback) {
314
318
  callback();
315
319
  }
316
- }, HALF_SECOND);
320
+ }, GeneralConstants_1.HALF_SECOND);
317
321
  /**
318
322
  * This creates a clone of the current column definitions. If config.removeEmpty is true, will also remove empty column groups
319
323
  *
@@ -355,7 +359,7 @@ export class Adaptable {
355
359
  // the 'old' constructor which takes an Adaptable adaptable object
356
360
  // this is still used internally but should not be used externally as a preference
357
361
  async init(adaptableOptions, runtimeConfig, _staticInit) {
358
- this.logger = new AdaptableLogger(adaptableOptions.adaptableId || String(Date.now()));
362
+ this.logger = new AdaptableLogger_1.AdaptableLogger(adaptableOptions.adaptableId || String(Date.now()));
359
363
  const perfAdaptableInit = this.logger.beginPerf(`Adaptable init()`);
360
364
  if (runtimeConfig.renderReactRoot) {
361
365
  this.renderReactRoot = (el, container) => {
@@ -386,19 +390,19 @@ export class Adaptable {
386
390
  !!!!!!! Use const api = await Adaptable.init(adaptableOptions) instead.
387
391
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!`);
388
392
  }
389
- this.emitter = new Emitter();
393
+ this.emitter = new Emitter_1.default();
390
394
  this.runtimeConfig = runtimeConfig;
391
395
  this.gridOptions = this.runtimeConfig.gridOptions;
392
396
  this._rawAdaptableOptions = adaptableOptions;
393
397
  // we create AdaptableOptions by merging the values provided by the user with the defaults (where no value has been set)
394
- this.adaptableOptions = AdaptableHelper.assignAdaptableOptions(adaptableOptions);
398
+ this.adaptableOptions = AdaptableHelper_1.default.assignAdaptableOptions(adaptableOptions);
395
399
  if (this.hasAutogeneratedPrimaryKey()) {
396
400
  this.logger
397
401
  .warn(`Autogenerated primary key (adaptableOptions.autogeneratedPrimaryKey = TRUE) should be used only as a last resort,
398
402
  when no unique column is available, as it limits some Adaptable functionalities!
399
403
 
400
- For more details see: ${PrimaryKeyDocsLink}`);
401
- this.adaptableOptions.primaryKey = AUTOGENERATED_PK_COLUMN;
404
+ For more details see: ${DocumentationLinkConstants_1.PrimaryKeyDocsLink}`);
405
+ this.adaptableOptions.primaryKey = GeneralConstants_1.AUTOGENERATED_PK_COLUMN;
402
406
  }
403
407
  Adaptable.collectInstance(this);
404
408
  if (this.gridOptions.allowContextMenuWithControlKey === undefined) {
@@ -409,13 +413,13 @@ export class Adaptable {
409
413
  this.forPlugins((plugin) => plugin.afterInitOptions(this, this.adaptableOptions));
410
414
  this.registerAdaptableAggFuncs();
411
415
  // get the api ready
412
- this.api = new AdaptableApiImpl(this);
416
+ this.api = new AdaptableApiImpl_1.AdaptableApiImpl(this);
413
417
  this.forPlugins((plugin) => plugin.afterInitApi(this, this.api));
414
418
  // data source needs to be created early
415
- this.DataService = new DataService(this);
419
+ this.DataService = new DataService_1.DataService(this);
416
420
  // set up the ag Grid helper and menu helper
417
- this.agGridHelper = new agGridHelper(this, this.gridOptions);
418
- this.agGridMenuHelper = new agGridMenuHelper(this, this.gridOptions);
421
+ this.agGridHelper = new agGridHelper_1.agGridHelper(this, this.gridOptions);
422
+ this.agGridMenuHelper = new agGridMenuHelper_1.agGridMenuHelper(this, this.gridOptions);
419
423
  // Build the default group sort comparator - will get custom sort values (but not functions) in real time
420
424
  // TODO: if a custom 'aggFunc' property is defined (see setupColumnAggFunc()), it won't be evaluated
421
425
  if (this.adaptableOptions.groupingOptions.autoOrderGroupedColumns) {
@@ -432,20 +436,20 @@ export class Adaptable {
432
436
  this.initStore();
433
437
  // create the services
434
438
  this.LicenseService = this.initLicenseService();
435
- this.ChartingService = new ChartingService(this.api);
436
- this.ThemeService = new ThemeService(this.api);
437
- this.ValidationService = new ValidationService(this.api);
438
- this.ReportService = new ReportService(this.api);
439
- this.ModuleService = new ModuleService(this.api);
440
- this.CalculatedColumnExpressionService = new CalculatedColumnExpressionService(this.api);
441
- this.EntitlementService = new EntitlementService(this.api);
442
- this.QueryLanguageService = new QueryLanguageService(this.api);
443
- this.AlertService = new AlertService(this.api);
444
- this.TeamSharingService = new TeamSharingService(this.api);
445
- this.Fdc3Service = new Fdc3Service(this.api);
439
+ this.ChartingService = new ChartingService_1.ChartingService(this.api);
440
+ this.ThemeService = new ThemeService_1.ThemeService(this.api);
441
+ this.ValidationService = new ValidationService_1.ValidationService(this.api);
442
+ this.ReportService = new ReportService_1.ReportService(this.api);
443
+ this.ModuleService = new ModuleService_1.ModuleService(this.api);
444
+ this.CalculatedColumnExpressionService = new CalculatedColumnExpressionService_1.CalculatedColumnExpressionService(this.api);
445
+ this.EntitlementService = new EntitlementService_1.EntitlementService(this.api);
446
+ this.QueryLanguageService = new QueryLanguageService_1.QueryLanguageService(this.api);
447
+ this.AlertService = new AlertService_1.AlertService(this.api);
448
+ this.TeamSharingService = new TeamSharingService_1.TeamSharingService(this.api);
449
+ this.Fdc3Service = new Fdc3Service_1.Fdc3Service(this.api);
446
450
  // @ts-ignore
447
- this.RowEditService = new RowEditService(this.api);
448
- this.MetamodelService = new MetamodelService(() => this.api.optionsApi.getAdaptableOptions());
451
+ this.RowEditService = new RowEditService_1.RowEditService(this.api);
452
+ this.MetamodelService = new MetamodelService_1.MetamodelService(() => this.api.optionsApi.getAdaptableOptions());
449
453
  // validate the provided AdaptableOptions
450
454
  this.MetamodelService.validateAdaptableOptionsValues();
451
455
  this.forPlugins((plugin) => plugin.afterInitServices(this));
@@ -458,14 +462,14 @@ export class Adaptable {
458
462
  this.gridOptions.api.__adaptable = this;
459
463
  }
460
464
  this.gridOptions.columnTypes = this.gridOptions.columnTypes || {};
461
- attachColumnTypes(this.gridOptions);
465
+ (0, attachAddaptableColumnTypes_1.attachColumnTypes)(this.gridOptions);
462
466
  if (this.gridOptions.columnTypes.abColDefNumber.cellEditor === undefined) {
463
467
  this.gridOptions.columnTypes.abColDefNumber.cellEditor =
464
- this.variant === 'react' ? ReactAdaptableNumberEditor : AdaptableNumberEditor;
468
+ this.variant === 'react' ? AdaptableNumberEditor_1.ReactAdaptableNumberEditor : AdaptableNumberEditor_1.AdaptableNumberEditor;
465
469
  }
466
470
  if (this.gridOptions.columnTypes.abColDefDate.cellEditor === undefined) {
467
471
  this.gridOptions.columnTypes.abColDefDate.cellEditor =
468
- this.variant === 'react' ? ReactAdaptableDateEditor : AdaptableDateEditor;
472
+ this.variant === 'react' ? AdaptableDateEditor_1.ReactAdaptableDateEditor : AdaptableDateEditor_1.AdaptableDateEditor;
469
473
  }
470
474
  return this.initializeAgGrid().then((initialized) => {
471
475
  if (!initialized) {
@@ -498,7 +502,7 @@ export class Adaptable {
498
502
  const perfInitInternalGridLogic = this.logger.beginPerf('InitInternalGridLogic');
499
503
  this.initInternalGridLogic();
500
504
  perfInitInternalGridLogic.end();
501
- AdaptableHelper.checkValidPrimaryKey(this);
505
+ AdaptableHelper_1.default.checkValidPrimaryKey(this);
502
506
  }, (e) => {
503
507
  this.logger.error('Failed to Init Modules : ', e);
504
508
  // for now we initialize the grid even if initialising Modules has failed (perhaps revisit this?)
@@ -514,16 +518,16 @@ export class Adaptable {
514
518
  }
515
519
  if (this.abContainerElement != null) {
516
520
  this.abContainerElement.innerHTML = '';
517
- this.unmountReactRoot = this.renderReactRoot(AdaptableApp({ Adaptable: this }), this.abContainerElement);
521
+ this.unmountReactRoot = this.renderReactRoot((0, AdaptableView_1.AdaptableApp)({ Adaptable: this }), this.abContainerElement);
518
522
  }
519
523
  // create debounce methods that take a time based on user settings
520
- this.throttleFilterOnEditDataChange = throttle(
524
+ this.throttleFilterOnEditDataChange = (0, throttle_1.default)(
521
525
  // the extra function is to make sure we have a reference to ag-grid-api
522
526
  () => this.gridOptions.api.onFilterChanged(), this.adaptableOptions.columnFilterOptions.filterActionOnUserDataChange.throttleDelay, {
523
527
  trailing: true,
524
528
  leading: false,
525
529
  });
526
- this.throttleFilterOnTickingDataChange = throttle(() => this.gridOptions.api.onFilterChanged(), this.adaptableOptions.columnFilterOptions.filterActionOnExternalDataChange.throttleDelay, {
530
+ this.throttleFilterOnTickingDataChange = (0, throttle_1.default)(() => this.gridOptions.api.onFilterChanged(), this.adaptableOptions.columnFilterOptions.filterActionOnExternalDataChange.throttleDelay, {
527
531
  trailing: true,
528
532
  leading: false,
529
533
  });
@@ -568,12 +572,12 @@ export class Adaptable {
568
572
  }
569
573
  initStore() {
570
574
  const perfNewAdaptableStore = this.logger.beginPerf(`new AdaptableStore()`);
571
- this.adaptableStore = new AdaptableStore(this, this.isAgGridReady());
575
+ this.adaptableStore = new AdaptableStore_1.AdaptableStore(this, this.isAgGridReady());
572
576
  perfNewAdaptableStore.end();
573
577
  this.adaptableStore.onAny((eventName, data) => {
574
578
  this.performAudit(data.action, data.state, data.newState);
575
579
  this.forPlugins((plugin) => plugin.onStoreEvent(eventName, data, this.adaptableStore));
576
- if (eventName == INIT_STATE) {
580
+ if (eventName == AdaptableStore_1.INIT_STATE) {
577
581
  const perfInitState = this.logger.beginPerf('InitState');
578
582
  const perfUpdateOldConfig = this.logger.beginPerf('updateOldConfig()');
579
583
  this.adaptableModules.forEach((m) => m.updateOldConfig());
@@ -641,7 +645,7 @@ export class Adaptable {
641
645
  const adaptableSideBarDef = this.createAdaptableSideBarDef();
642
646
  if (!!adaptableSideBarDef) {
643
647
  this.gridOptions.components = this.gridOptions.components || {};
644
- this.gridOptions.components.AdaptableToolPanel = getAdaptableToolPanelAgGridComponent(this);
648
+ this.gridOptions.components.AdaptableToolPanel = (0, AdaptableToolPanel_1.getAdaptableToolPanelAgGridComponent)(this);
645
649
  }
646
650
  if (this.agGridHelper.isSideBarDefObject(adaptableSideBarDef)) {
647
651
  this.setGridOptionsProperty('sideBar', () => {
@@ -697,7 +701,7 @@ export class Adaptable {
697
701
  if ((_a = this.runtimeConfig.modules) === null || _a === void 0 ? void 0 : _a.length) {
698
702
  gridParams = { modules: this.runtimeConfig.modules };
699
703
  }
700
- grid = new Grid(agGridContainer, this.gridOptions, gridParams);
704
+ grid = new core_1.Grid(agGridContainer, this.gridOptions, gridParams);
701
705
  perfAgGridInstance.end();
702
706
  // add our adaptable object to the grid options api object
703
707
  // this is VERY useful for when we need to access Adaptable inside of agGrid only functions
@@ -795,12 +799,12 @@ export class Adaptable {
795
799
  this.setGridOptionsProperty('statusBar', (originalStatusBar) => {
796
800
  var _a, _b;
797
801
  const statusPanels = (_b = ((_a = originalStatusBar === null || originalStatusBar === void 0 ? void 0 : originalStatusBar.statusPanels) !== null && _a !== void 0 ? _a : [])) === null || _b === void 0 ? void 0 : _b.map((statusPanel) => {
798
- if (statusPanel.statusPanel === ADAPTABLE_STATUS_PANEL) {
802
+ if (statusPanel.statusPanel === StatusBarState_1.ADAPTABLE_STATUS_PANEL) {
799
803
  adaptableStatusPanelKeys.push(statusPanel.key);
800
804
  const context = {
801
805
  Key: statusPanel.key,
802
806
  };
803
- return Object.assign(Object.assign({}, statusPanel), { statusPanel: createAgStatusPanelComponent(AdaptableStatusBar, this, context) });
807
+ return Object.assign(Object.assign({}, statusPanel), { statusPanel: (0, createAgStatusPanelComponent_1.createAgStatusPanelComponent)(AdaptableStatusBar_1.AdaptableStatusBar, this, context) });
804
808
  }
805
809
  return statusPanel;
806
810
  });
@@ -820,21 +824,21 @@ export class Adaptable {
820
824
  }
821
825
  filterOnEditDataChange() {
822
826
  if (this.adaptableOptions.columnFilterOptions.filterActionOnUserDataChange.applyFilter ==
823
- FilterOnDataChangeOptions.Always) {
827
+ Enums_1.FilterOnDataChangeOptions.Always) {
824
828
  this.gridOptions.api.onFilterChanged();
825
829
  }
826
830
  else if (this.adaptableOptions.columnFilterOptions.filterActionOnUserDataChange.applyFilter ==
827
- FilterOnDataChangeOptions.Throttle) {
831
+ Enums_1.FilterOnDataChangeOptions.Throttle) {
828
832
  this.throttleFilterOnEditDataChange();
829
833
  }
830
834
  }
831
835
  filterOnTickingDataChange() {
832
836
  if (this.adaptableOptions.columnFilterOptions.filterActionOnExternalDataChange.applyFilter ==
833
- FilterOnDataChangeOptions.Always) {
837
+ Enums_1.FilterOnDataChangeOptions.Always) {
834
838
  this.gridOptions.api.onFilterChanged();
835
839
  }
836
840
  else if (this.adaptableOptions.columnFilterOptions.filterActionOnExternalDataChange.applyFilter ==
837
- FilterOnDataChangeOptions.Throttle) {
841
+ Enums_1.FilterOnDataChangeOptions.Throttle) {
838
842
  this.throttleFilterOnTickingDataChange();
839
843
  }
840
844
  }
@@ -1007,7 +1011,7 @@ export class Adaptable {
1007
1011
  * Color should always be in bounds, it should not overflow.
1008
1012
  * If the value is out of range, it shoul set the maximum/minimum color.
1009
1013
  */
1010
- colValue = clamp(params.value, minColumnValue, maxColumnValue);
1014
+ colValue = (0, clamp_1.default)(params.value, minColumnValue, maxColumnValue);
1011
1015
  }
1012
1016
  else {
1013
1017
  return style;
@@ -1034,7 +1038,7 @@ export class Adaptable {
1034
1038
  if (reverseGradient) {
1035
1039
  alpha = 1 - alpha;
1036
1040
  }
1037
- const preparedColor = getVariableColor(cellBackColor);
1041
+ const preparedColor = (0, StyleHelper_1.getVariableColor)(cellBackColor);
1038
1042
  // if no range match, do not apply color (black in this case)
1039
1043
  if (cellBackColor) {
1040
1044
  style.backgroundColor = tinycolor(preparedColor).setAlpha(alpha).toRgbString();
@@ -1103,7 +1107,7 @@ export class Adaptable {
1103
1107
  return this.convertAdaptableStyleToCSS(highlightCell);
1104
1108
  }
1105
1109
  return {
1106
- backgroundColor: UIHelper.getColorByMessageType(alert.alertDefinition.MessageType),
1110
+ backgroundColor: UIHelper_1.default.getColorByMessageType(alert.alertDefinition.MessageType),
1107
1111
  };
1108
1112
  }
1109
1113
  }
@@ -1131,7 +1135,7 @@ export class Adaptable {
1131
1135
  return typeof highlightRow === 'object'
1132
1136
  ? this.convertAdaptableStyleToCSS(highlightRow)
1133
1137
  : {
1134
- backgroundColor: UIHelper.getColorByMessageType(alert.alertDefinition.MessageType),
1138
+ backgroundColor: UIHelper_1.default.getColorByMessageType(alert.alertDefinition.MessageType),
1135
1139
  };
1136
1140
  }
1137
1141
  return null;
@@ -1215,7 +1219,7 @@ export class Adaptable {
1215
1219
  }
1216
1220
  getQuickSearchCellStyle() {
1217
1221
  const quickSearchStyle = this.api.quickSearchApi.getQuickSearchStyle();
1218
- if (!quickSearchStyle || StringExtensions.IsNotNullOrEmpty(quickSearchStyle.ClassName)) {
1222
+ if (!quickSearchStyle || StringExtensions_1.StringExtensions.IsNotNullOrEmpty(quickSearchStyle.ClassName)) {
1219
1223
  return undefined;
1220
1224
  }
1221
1225
  return this.convertAdaptableStyleToCSS(quickSearchStyle);
@@ -1262,7 +1266,7 @@ export class Adaptable {
1262
1266
  }
1263
1267
  isQuickSearchActive(gridCell, params) {
1264
1268
  let quickSearchValue = this.api.quickSearchApi.getQuickSearchValue();
1265
- if (StringExtensions.IsNullOrEmpty(quickSearchValue)) {
1269
+ if (StringExtensions_1.StringExtensions.IsNullOrEmpty(quickSearchValue)) {
1266
1270
  return false;
1267
1271
  }
1268
1272
  if (gridCell.column.isExcludedFromQuickSearch) {
@@ -1291,7 +1295,7 @@ export class Adaptable {
1291
1295
  const i = ignoreCase ? String(quickSearchValue).toLocaleLowerCase() : String(quickSearchValue);
1292
1296
  const applyQuickSearchFunction = this.adaptableOptions.quickSearchOptions.runBespokeQuickSearch;
1293
1297
  if (applyQuickSearchFunction) {
1294
- const quickSearchContext = Object.assign(Object.assign({}, createBaseContext(this.api)), { gridCell, quickSearchValue: quickSearchValue });
1298
+ const quickSearchContext = Object.assign(Object.assign({}, (0, ObjectFactory_1.createBaseContext)(this.api)), { gridCell, quickSearchValue: quickSearchValue });
1295
1299
  return applyQuickSearchFunction(quickSearchContext);
1296
1300
  }
1297
1301
  return displayValue.indexOf(i) !== -1;
@@ -1477,7 +1481,7 @@ export class Adaptable {
1477
1481
  colDef === null || colDef === void 0 ? void 0 : colDef.defaultAggFunc) !== null && _e !== void 0 ? _e : 'sum';
1478
1482
  }
1479
1483
  else if (adaptableAggFunc && adaptableAggFunc.type === 'weightedAverage') {
1480
- aggFunc = WEIGHTED_AVERAGE_AGG_FN_NAME;
1484
+ aggFunc = AggregationColumns_1.WEIGHTED_AVERAGE_AGG_FN_NAME;
1481
1485
  }
1482
1486
  else if (typeof aggFuncFromLayout === 'string') {
1483
1487
  aggFunc = aggFuncFromLayout;
@@ -1492,7 +1496,7 @@ export class Adaptable {
1492
1496
  newColState.sort = null;
1493
1497
  newColState.sortIndex = null;
1494
1498
  }
1495
- isChanged = isChanged || !lodashIsEqual(newColState, oldColState);
1499
+ isChanged = isChanged || !(0, isEqual_1.default)(newColState, oldColState);
1496
1500
  return newColState;
1497
1501
  })
1498
1502
  .filter((x) => !!x);
@@ -1634,7 +1638,7 @@ export class Adaptable {
1634
1638
  layout = this.api.layoutApi.getCurrentLayout();
1635
1639
  }
1636
1640
  if (this.api.layoutApi.internalApi.areExpandedRowGroupsSavedInLayouts() &&
1637
- ArrayExtensions.IsNotNullOrEmpty(layout.ExpandedRowGroupValues)) {
1641
+ ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(layout.ExpandedRowGroupValues)) {
1638
1642
  this.expandRowGroupsForValues(layout.ExpandedRowGroupValues);
1639
1643
  }
1640
1644
  if (this.adaptableOptions.layoutOptions.displayRowGroups === 'expanded') {
@@ -1811,7 +1815,7 @@ export class Adaptable {
1811
1815
  // dont perform row selection in pivot mode
1812
1816
  return undefined;
1813
1817
  }
1814
- if (ArrayExtensions.IsNotNullOrEmpty(nodes)) {
1818
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(nodes)) {
1815
1819
  nodes.forEach((node) => {
1816
1820
  const rowInfo = {
1817
1821
  isMaster: !!(node.master != null && node.master == true),
@@ -1903,9 +1907,9 @@ export class Adaptable {
1903
1907
  if (gridCell && gridCell.rowNode !== distinctValuesParams.skipRowNode) {
1904
1908
  if (gridCell.rawValue == undefined &&
1905
1909
  this.adaptableOptions.columnFilterOptions.valuesFilterOptions.includeBlankFilterValues) {
1906
- gridCell.rawValue = BLANK_DISTINCT_COLUMN_VALUE;
1907
- gridCell.displayValue = BLANK_DISTINCT_COLUMN_VALUE;
1908
- gridCell.normalisedValue = BLANK_DISTINCT_COLUMN_VALUE;
1910
+ gridCell.rawValue = GeneralConstants_1.BLANK_DISTINCT_COLUMN_VALUE;
1911
+ gridCell.displayValue = GeneralConstants_1.BLANK_DISTINCT_COLUMN_VALUE;
1912
+ gridCell.normalisedValue = GeneralConstants_1.BLANK_DISTINCT_COLUMN_VALUE;
1909
1913
  }
1910
1914
  gridCells.push(gridCell);
1911
1915
  }
@@ -1914,7 +1918,7 @@ export class Adaptable {
1914
1918
  return gridCells;
1915
1919
  }
1916
1920
  getUniqueGridCells(column, gridCells) {
1917
- let uniqueVals = uniqBy(gridCells, (dataItem) => {
1921
+ let uniqueVals = (0, uniqBy_1.default)(gridCells, (dataItem) => {
1918
1922
  const value = dataItem.rawValue;
1919
1923
  if (value instanceof Date) {
1920
1924
  return value.toISOString();
@@ -1922,7 +1926,7 @@ export class Adaptable {
1922
1926
  return value;
1923
1927
  });
1924
1928
  if (column.dataType == 'String' && this.api.predicateApi.useCaseSensitivity()) {
1925
- uniqueVals = uniqBy(uniqueVals, (d) => d.displayValue.toLowerCase());
1929
+ uniqueVals = (0, uniqBy_1.default)(uniqueVals, (d) => d.displayValue.toLowerCase());
1926
1930
  }
1927
1931
  return uniqueVals.slice(0, this.adaptableOptions.columnFilterOptions.valuesFilterOptions.maxFilterValuesToDisplay);
1928
1932
  }
@@ -1930,7 +1934,7 @@ export class Adaptable {
1930
1934
  var _a;
1931
1935
  let gridCells = [];
1932
1936
  const permittedValues = (_a = distinctValuesParams.permittedValues) !== null && _a !== void 0 ? _a : this.api.userInterfaceApi.getPermittedValuesForColumn(column);
1933
- if (ArrayExtensions.IsNotNullOrEmpty(permittedValues)) {
1937
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(permittedValues)) {
1934
1938
  gridCells = permittedValues.map((pv) => {
1935
1939
  return {
1936
1940
  rawValue: pv,
@@ -1948,7 +1952,7 @@ export class Adaptable {
1948
1952
  }
1949
1953
  getDistinctValuesForColumn(column, distinctValuesParams) {
1950
1954
  let gridCells = this.getGridCellsForPermittedValues(column, distinctValuesParams);
1951
- if (ArrayExtensions.IsNullOrEmpty(gridCells)) {
1955
+ if (ArrayExtensions_1.ArrayExtensions.IsNullOrEmpty(gridCells)) {
1952
1956
  gridCells = this.getDistinctGridCellsForColumn(column, distinctValuesParams);
1953
1957
  }
1954
1958
  return this.getUniqueGridCells(column, gridCells);
@@ -2023,7 +2027,7 @@ export class Adaptable {
2023
2027
  // NB. this currently contains a small bug as we dont check for visibility so if using permitted values then ALL are returned :(
2024
2028
  const abColumn = this.api.columnApi.getColumnWithColumnId(columnId);
2025
2029
  const permittedValuesForColumn = this.api.userInterfaceApi.getPermittedValuesForColumn(abColumn);
2026
- if (ArrayExtensions.IsNotNullOrEmpty(permittedValuesForColumn)) {
2030
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(permittedValuesForColumn)) {
2027
2031
  permittedValuesForColumn.forEach((pv) => {
2028
2032
  permittedMap.set(pv, {
2029
2033
  rawValue: pv,
@@ -2069,7 +2073,7 @@ export class Adaptable {
2069
2073
  // otherwise they would appear in the filter dropdown etc....
2070
2074
  if (rowNode && !this.isGroupRowNode(rowNode)) {
2071
2075
  const returnValue = this.getGridCellFromRowNode(rowNode, columnId);
2072
- if (Helper.objectExists(returnValue)) {
2076
+ if (Helper_1.Helper.objectExists(returnValue)) {
2073
2077
  return returnValue;
2074
2078
  }
2075
2079
  }
@@ -2192,7 +2196,7 @@ export class Adaptable {
2192
2196
  }
2193
2197
  if (dataType === 'Number') {
2194
2198
  // empty string or space should not be converted to 0
2195
- return typeof rawValue !== 'number' && StringExtensions.IsNumeric(rawValue)
2199
+ return typeof rawValue !== 'number' && StringExtensions_1.StringExtensions.IsNumeric(rawValue)
2196
2200
  ? Number(rawValue)
2197
2201
  : rawValue;
2198
2202
  }
@@ -2200,7 +2204,7 @@ export class Adaptable {
2200
2204
  return typeof rawValue !== 'boolean' ? Boolean(rawValue) : rawValue;
2201
2205
  }
2202
2206
  if (dataType === 'Date') {
2203
- return rawValue instanceof Date ? rawValue : parseDateValue(rawValue);
2207
+ return rawValue instanceof Date ? rawValue : (0, DateHelper_1.parseDateValue)(rawValue);
2204
2208
  }
2205
2209
  return rawValue;
2206
2210
  }
@@ -2295,12 +2299,12 @@ export class Adaptable {
2295
2299
  return this.gridOptions.api.getRenderedNodes();
2296
2300
  }
2297
2301
  selectNodes(rowNodes, clearSelection) {
2298
- if (ArrayExtensions.IsNotNullOrEmpty(rowNodes)) {
2302
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(rowNodes)) {
2299
2303
  rowNodes.forEach((node) => this.selectNode(node, clearSelection));
2300
2304
  }
2301
2305
  }
2302
2306
  deSelectNodes(rowNodes, clearSelection) {
2303
- if (ArrayExtensions.IsNotNullOrEmpty(rowNodes)) {
2307
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(rowNodes)) {
2304
2308
  rowNodes.forEach((node) => this.deSelectNode(node, clearSelection));
2305
2309
  }
2306
2310
  }
@@ -2400,20 +2404,20 @@ export class Adaptable {
2400
2404
  ];
2401
2405
  }
2402
2406
  getColDefsForFreeTextColumns() {
2403
- const defaultFreeTextColumnSettings = CreateEmptyFreeTextColumn().FreeTextColumnSettings;
2407
+ const defaultFreeTextColumnSettings = (0, ObjectFactory_1.CreateEmptyFreeTextColumn)().FreeTextColumnSettings;
2404
2408
  return this.api.freeTextColumnApi.getFreeTextColumns().map((freeTextColumn) => {
2405
2409
  var _a;
2406
2410
  const freeTextColumnSettings = Object.assign(Object.assign({}, defaultFreeTextColumnSettings), freeTextColumn.FreeTextColumnSettings);
2407
2411
  const dataTypeEditor = freeTextColumnSettings.DataType === 'Number'
2408
- ? AdaptableNumberEditor
2412
+ ? AdaptableNumberEditor_1.AdaptableNumberEditor
2409
2413
  : freeTextColumnSettings.DataType === 'Date'
2410
- ? AdaptableDateEditor
2414
+ ? AdaptableDateEditor_1.AdaptableDateEditor
2411
2415
  : null;
2412
2416
  const columnTypes = [
2413
- AB_SPECIAL_COLUMN,
2417
+ GeneralConstants_1.AB_SPECIAL_COLUMN,
2414
2418
  this.agGridHelper.getAgGridDataType(freeTextColumnSettings.DataType),
2415
2419
  ];
2416
- if (ArrayExtensions.IsNotNullOrEmpty((_a = freeTextColumn === null || freeTextColumn === void 0 ? void 0 : freeTextColumn.FreeTextColumnSettings) === null || _a === void 0 ? void 0 : _a.ColumnTypes)) {
2420
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty((_a = freeTextColumn === null || freeTextColumn === void 0 ? void 0 : freeTextColumn.FreeTextColumnSettings) === null || _a === void 0 ? void 0 : _a.ColumnTypes)) {
2417
2421
  columnTypes.push(...freeTextColumn.FreeTextColumnSettings.ColumnTypes);
2418
2422
  }
2419
2423
  const newColDef = {
@@ -2543,11 +2547,11 @@ export class Adaptable {
2543
2547
  return [
2544
2548
  {
2545
2549
  headerName: '',
2546
- colId: ADAPTABLE_ROW_ACTION_BUTTONS,
2550
+ colId: GeneralConstants_1.ADAPTABLE_ROW_ACTION_BUTTONS,
2547
2551
  hide: false,
2548
2552
  editable: false,
2549
2553
  // 15px is the icon width + left&right padding + left&right border
2550
- width: Math.max(actionButtons.length * (UIHelper.getSimpleButtonPaddingWidth() * 2 + 15) + 2,
2554
+ width: Math.max(actionButtons.length * (UIHelper_1.default.getSimpleButtonPaddingWidth() * 2 + 15) + 2,
2551
2555
  // If the width of the column is to small, the width will not be applied
2552
2556
  // this triggers the setLayout an infinite loop because the width read from the grid is always different
2553
2557
  40),
@@ -2563,9 +2567,9 @@ export class Adaptable {
2563
2567
  pinned: this.adaptableOptions.actionRowOptions.actionRowButtonOptions.position === 'pinnedRight'
2564
2568
  ? 'right'
2565
2569
  : 'left',
2566
- cellRenderer: this.variant === 'react' ? ReactActionColumnRenderer : ActionColumnRenderer,
2567
- cellClass: ADAPTABLE_ROW_ACTION_BUTTONS,
2568
- type: [AB_SPECIAL_COLUMN, 'abColDefObject'],
2570
+ cellRenderer: this.variant === 'react' ? ActionColumnRenderer_1.ReactActionColumnRenderer : ActionColumnRenderer_1.ActionColumnRenderer,
2571
+ cellClass: GeneralConstants_1.ADAPTABLE_ROW_ACTION_BUTTONS,
2572
+ type: [GeneralConstants_1.AB_SPECIAL_COLUMN, 'abColDefObject'],
2569
2573
  },
2570
2574
  ];
2571
2575
  }
@@ -2589,8 +2593,8 @@ export class Adaptable {
2589
2593
  filter: false,
2590
2594
  sortable: false,
2591
2595
  enableRowGroup: false,
2592
- cellRenderer: this.variant === 'react' ? ReactActionColumnRenderer : ActionColumnRenderer,
2593
- type: [AB_SPECIAL_COLUMN, 'abColDefObject'],
2596
+ cellRenderer: this.variant === 'react' ? ActionColumnRenderer_1.ReactActionColumnRenderer : ActionColumnRenderer_1.ActionColumnRenderer,
2597
+ type: [GeneralConstants_1.AB_SPECIAL_COLUMN, 'abColDefObject'],
2594
2598
  };
2595
2599
  this.logger.info('Setting up Action Column: ' + actionColumn.columnId);
2596
2600
  return newColDef;
@@ -2601,7 +2605,7 @@ export class Adaptable {
2601
2605
  const specialColDefs = this.getColDefsForSpecialColumns();
2602
2606
  const isSpecialColDef = (colDef) => {
2603
2607
  const { type } = colDef;
2604
- if (type === AB_SPECIAL_COLUMN || (Array.isArray(type) && type.includes(AB_SPECIAL_COLUMN))) {
2608
+ if (type === GeneralConstants_1.AB_SPECIAL_COLUMN || (Array.isArray(type) && type.includes(GeneralConstants_1.AB_SPECIAL_COLUMN))) {
2605
2609
  return true;
2606
2610
  }
2607
2611
  return false;
@@ -2659,7 +2663,7 @@ export class Adaptable {
2659
2663
  this.setLayout();
2660
2664
  }
2661
2665
  getColDefsForCalculatedColumns() {
2662
- const defaultCalculatedColumnSettings = CreateEmptyCalculatedColumn().CalculatedColumnSettings;
2666
+ const defaultCalculatedColumnSettings = (0, ObjectFactory_1.CreateEmptyCalculatedColumn)().CalculatedColumnSettings;
2663
2667
  return this.api.calculatedColumnApi.getCalculatedColumns().map((calculatedColumn) => {
2664
2668
  const calculatedColumnSettings = Object.assign(Object.assign({}, defaultCalculatedColumnSettings), calculatedColumn.CalculatedColumnSettings);
2665
2669
  if (!calculatedColumnSettings.DataType) {
@@ -2667,10 +2671,10 @@ export class Adaptable {
2667
2671
  this.CalculatedColumnExpressionService.getCalculatedColumnDataType(calculatedColumn.Query);
2668
2672
  }
2669
2673
  const columnTypes = [
2670
- AB_SPECIAL_COLUMN,
2674
+ GeneralConstants_1.AB_SPECIAL_COLUMN,
2671
2675
  this.agGridHelper.getAgGridDataType(calculatedColumnSettings.DataType),
2672
2676
  ];
2673
- if (ArrayExtensions.IsNotNullOrEmpty(calculatedColumnSettings.ColumnTypes)) {
2677
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(calculatedColumnSettings.ColumnTypes)) {
2674
2678
  columnTypes.push(...calculatedColumnSettings.ColumnTypes);
2675
2679
  }
2676
2680
  const isExternalEvaluation = !this.api.expressionApi.internalApi.evaluateExpressionInAdaptableQL('CalculatedColumn', calculatedColumn, this.api.expressionApi.getAdaptableQueryExpression(calculatedColumn.Query));
@@ -2759,15 +2763,15 @@ export class Adaptable {
2759
2763
  destroy(config) {
2760
2764
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3;
2761
2765
  if (this.gridOptions && this.gridOptions.api) {
2762
- this.gridOptions.api.removeEventListener(Events.EVENT_FIRST_DATA_RENDERED, this.listenerFirstDataRendered);
2763
- this.gridOptions.api.removeEventListener(Events.EVENT_COLUMN_PIVOT_MODE_CHANGED, this.listenerPivotModeChanged);
2764
- this.gridOptions.api.removeEventListener(Events.EVENT_COLUMN_PIVOT_CHANGED, this.listenerPivotChanged);
2765
- this.gridOptions.api.removeEventListener(Events.EVENT_CELL_EDITING_STARTED, this.listenerCellEditingStarted);
2766
- this.gridOptions.api.removeEventListener(Events.EVENT_COLUMN_ROW_GROUP_CHANGED, this.listenerColumnRowGroupChanged);
2767
- this.gridOptions.api.removeEventListener(Events.EVENT_RANGE_SELECTION_CHANGED, this.listenerRangeSelectionChanged);
2768
- this.gridOptions.api.removeEventListener(Events.EVENT_COLUMN_RESIZED, this.listenerColumnResized);
2769
- this.gridOptions.api.removeEventListener(Events.EVENT_SORT_CHANGED, this.listenerSortChanged);
2770
- this.gridOptions.api.removeEventListener(Events.EVENT_MODEL_UPDATED, this.listenerModelUpdated);
2766
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_FIRST_DATA_RENDERED, this.listenerFirstDataRendered);
2767
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_COLUMN_PIVOT_MODE_CHANGED, this.listenerPivotModeChanged);
2768
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_COLUMN_PIVOT_CHANGED, this.listenerPivotChanged);
2769
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_CELL_EDITING_STARTED, this.listenerCellEditingStarted);
2770
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_COLUMN_ROW_GROUP_CHANGED, this.listenerColumnRowGroupChanged);
2771
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_RANGE_SELECTION_CHANGED, this.listenerRangeSelectionChanged);
2772
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_COLUMN_RESIZED, this.listenerColumnResized);
2773
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_SORT_CHANGED, this.listenerSortChanged);
2774
+ this.gridOptions.api.removeEventListener(core_1.Events.EVENT_MODEL_UPDATED, this.listenerModelUpdated);
2771
2775
  this.gridOptions.api.removeGlobalListener(this.listenerGlobalSetRowSelection);
2772
2776
  this.gridOptions.api.removeGlobalListener(this.listenerGlobalColumnEventsThatTriggerStateChange);
2773
2777
  this.gridOptions.api.removeGlobalListener(this.listenerGlobalColumnEventsThatTriggerAutoLayoutSave);
@@ -2984,12 +2988,12 @@ export class Adaptable {
2984
2988
  * Action: Set Columns in store and filter grid
2985
2989
  */
2986
2990
  const columnEventsThatTriggersStateChange = [
2987
- Events.EVENT_COLUMN_MOVED,
2988
- Events.EVENT_GRID_COLUMNS_CHANGED,
2989
- Events.EVENT_COLUMN_EVERYTHING_CHANGED,
2990
- Events.EVENT_DISPLAYED_COLUMNS_CHANGED,
2991
- Events.EVENT_COLUMN_VISIBLE,
2992
- Events.EVENT_NEW_COLUMNS_LOADED,
2991
+ core_1.Events.EVENT_COLUMN_MOVED,
2992
+ core_1.Events.EVENT_GRID_COLUMNS_CHANGED,
2993
+ core_1.Events.EVENT_COLUMN_EVERYTHING_CHANGED,
2994
+ core_1.Events.EVENT_DISPLAYED_COLUMNS_CHANGED,
2995
+ core_1.Events.EVENT_COLUMN_VISIBLE,
2996
+ core_1.Events.EVENT_NEW_COLUMNS_LOADED,
2993
2997
  ];
2994
2998
  this.gridOptions.api.addGlobalListener((this.listenerGlobalColumnEventsThatTriggerStateChange = (type) => {
2995
2999
  if (columnEventsThatTriggersStateChange.indexOf(type) > -1) {
@@ -3000,7 +3004,7 @@ export class Adaptable {
3000
3004
  * Use Case: User has started inline editing but its distabled in Action Row Options
3001
3005
  * Action: Stop editing
3002
3006
  */
3003
- this.gridOptions.api.addEventListener(Events.EVENT_CELL_EDITING_STARTED, (this.listenerCellEditingStarted = () => {
3007
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_CELL_EDITING_STARTED, (this.listenerCellEditingStarted = () => {
3004
3008
  var _a;
3005
3009
  if ((_a = this.adaptableOptions.actionRowOptions) === null || _a === void 0 ? void 0 : _a.disableInlineEditing)
3006
3010
  this.gridOptions.api.stopEditing();
@@ -3011,7 +3015,7 @@ export class Adaptable {
3011
3015
  * Action2: Ensure that we have set column data types
3012
3016
  * Note: Deals with scenario where the data is provided to AdapTable after grid has been setup
3013
3017
  */
3014
- this.gridOptions.api.addEventListener(Events.EVENT_FIRST_DATA_RENDERED, (this.listenerFirstDataRendered = () => {
3018
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_FIRST_DATA_RENDERED, (this.listenerFirstDataRendered = () => {
3015
3019
  this.checkColumnsDataTypeSet();
3016
3020
  this.api.calculatedColumnApi.refreshAggregatedCalculatedColumns();
3017
3021
  this.setLayout();
@@ -3021,7 +3025,7 @@ export class Adaptable {
3021
3025
  * Action 1: Autosize pivot columns when entering pivot mode (if autosize pivot in Layout is true)
3022
3026
  * Action 2: Set pivot mode on / off in api as necessary
3023
3027
  */
3024
- this.gridOptions.api.addEventListener(Events.EVENT_COLUMN_PIVOT_MODE_CHANGED, (this.listenerPivotModeChanged = (params) => {
3028
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_COLUMN_PIVOT_MODE_CHANGED, (this.listenerPivotModeChanged = (params) => {
3025
3029
  if (params.type == 'columnPivotModeChanged' &&
3026
3030
  params.columnApi != null &&
3027
3031
  params.columnApi.columnController != null &&
@@ -3039,7 +3043,7 @@ export class Adaptable {
3039
3043
  * Use Case: A pivot column has changed
3040
3044
  * Action: Autosize pivot columns (if autosize pivot in Layout is true)
3041
3045
  */
3042
- this.gridOptions.api.addEventListener(Events.EVENT_COLUMN_PIVOT_CHANGED, (this.listenerPivotChanged = (params) => {
3046
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_COLUMN_PIVOT_CHANGED, (this.listenerPivotChanged = (params) => {
3043
3047
  if (params.type == 'columnPivotChanged' &&
3044
3048
  params.columnApi != null &&
3045
3049
  params.columnApi.columnController != null &&
@@ -3054,13 +3058,13 @@ export class Adaptable {
3054
3058
  * Action: Save the Layout (on a debounce)
3055
3059
  */
3056
3060
  const columnEventsThatTriggersAutoLayoutSave = [
3057
- Events.EVENT_COLUMN_PINNED,
3058
- Events.EVENT_COLUMN_PIVOT_CHANGED,
3059
- Events.EVENT_COLUMN_PIVOT_MODE_CHANGED,
3060
- Events.EVENT_DISPLAYED_COLUMNS_CHANGED,
3061
- Events.EVENT_SORT_CHANGED,
3062
- Events.EVENT_COLUMN_ROW_GROUP_CHANGED,
3063
- Events.EVENT_COLUMN_VALUE_CHANGED,
3061
+ core_1.Events.EVENT_COLUMN_PINNED,
3062
+ core_1.Events.EVENT_COLUMN_PIVOT_CHANGED,
3063
+ core_1.Events.EVENT_COLUMN_PIVOT_MODE_CHANGED,
3064
+ core_1.Events.EVENT_DISPLAYED_COLUMNS_CHANGED,
3065
+ core_1.Events.EVENT_SORT_CHANGED,
3066
+ core_1.Events.EVENT_COLUMN_ROW_GROUP_CHANGED,
3067
+ core_1.Events.EVENT_COLUMN_VALUE_CHANGED,
3064
3068
  ];
3065
3069
  // ADD filter event
3066
3070
  this.gridOptions.api.addGlobalListener((this.listenerGlobalColumnEventsThatTriggerAutoLayoutSave = (type) => {
@@ -3070,8 +3074,8 @@ export class Adaptable {
3070
3074
  }));
3071
3075
  // Save Layout if Display Row Groups is "dynamic"
3072
3076
  const rowGroupEventsThatTriggersAutoLayoutSave = [
3073
- Events.EVENT_ROW_GROUP_OPENED,
3074
- Events.EVENT_EXPAND_COLLAPSE_ALL,
3077
+ core_1.Events.EVENT_ROW_GROUP_OPENED,
3078
+ core_1.Events.EVENT_EXPAND_COLLAPSE_ALL,
3075
3079
  ];
3076
3080
  this.gridOptions.api.addGlobalListener((this.listenerGlobalRowGroupEventsThatTriggerAutoLayoutSave = (type) => {
3077
3081
  if (rowGroupEventsThatTriggersAutoLayoutSave.indexOf(type) > -1) {
@@ -3084,7 +3088,7 @@ export class Adaptable {
3084
3088
  * Use Case: Column Row Grouping changes and 'restoreUngroupedColumns' is true
3085
3089
  * Action: Make the column invisiblel
3086
3090
  */
3087
- this.gridOptions.api.addEventListener(Events.EVENT_COLUMN_ROW_GROUP_CHANGED, (this.listenerColumnRowGroupChanged = (params) => {
3091
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_COLUMN_ROW_GROUP_CHANGED, (this.listenerColumnRowGroupChanged = (params) => {
3088
3092
  var _a, _b;
3089
3093
  if (this.api.internalApi.isGridInPivotMode()) {
3090
3094
  return;
@@ -3098,7 +3102,7 @@ export class Adaptable {
3098
3102
  * Action 1: Save the Layout (on a debounce)
3099
3103
  * Action 2: Emit the internal ColumnResized event - used by Sparkline Column (in Charts)
3100
3104
  */
3101
- this.gridOptions.api.addEventListener(Events.EVENT_COLUMN_RESIZED, (this.listenerColumnResized = (params) => {
3105
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_COLUMN_RESIZED, (this.listenerColumnResized = (params) => {
3102
3106
  if (params.finished == true && params.type == 'columnResized' && params.column) {
3103
3107
  this.debouncedSaveGridLayout();
3104
3108
  }
@@ -3108,12 +3112,12 @@ export class Adaptable {
3108
3112
  * Action: Set Selected Rows (on a debeounce)
3109
3113
  */
3110
3114
  const columnEventsThatTriggerSetRowSelection = [
3111
- Events.EVENT_ROW_GROUP_OPENED,
3112
- Events.EVENT_SELECTION_CHANGED,
3113
- Events.EVENT_ROW_SELECTED,
3115
+ core_1.Events.EVENT_ROW_GROUP_OPENED,
3116
+ core_1.Events.EVENT_SELECTION_CHANGED,
3117
+ core_1.Events.EVENT_ROW_SELECTED,
3114
3118
  ];
3115
3119
  this.gridOptions.api.addGlobalListener((this.listenerGlobalSetRowSelection = (type) => {
3116
- if (ArrayExtensions.ContainsItem(columnEventsThatTriggerSetRowSelection, type)) {
3120
+ if (ArrayExtensions_1.ArrayExtensions.ContainsItem(columnEventsThatTriggerSetRowSelection, type)) {
3117
3121
  this.debouncedSetSelectedRows();
3118
3122
  }
3119
3123
  }));
@@ -3121,7 +3125,7 @@ export class Adaptable {
3121
3125
  * Use Case: User has selected a range of cells
3122
3126
  * Action: Set Selected Cells (on a debounce)
3123
3127
  */
3124
- this.gridOptions.api.addEventListener(Events.EVENT_RANGE_SELECTION_CHANGED, (this.listenerRangeSelectionChanged = (params) => {
3128
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_RANGE_SELECTION_CHANGED, (this.listenerRangeSelectionChanged = (params) => {
3125
3129
  if (params.finished == true) {
3126
3130
  this.debouncedSetSelectedCells();
3127
3131
  }
@@ -3131,7 +3135,7 @@ export class Adaptable {
3131
3135
  * Action1: Update AdapTable Sort Info
3132
3136
  * Action2: Set Selected Cells (on a debounce)
3133
3137
  */
3134
- this.gridOptions.api.addEventListener(Events.EVENT_SORT_CHANGED, (this.listenerSortChanged = () => {
3138
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_SORT_CHANGED, (this.listenerSortChanged = () => {
3135
3139
  this.onSortChanged();
3136
3140
  this.debouncedSetSelectedCells();
3137
3141
  this._emit('SortChanged');
@@ -3141,7 +3145,7 @@ export class Adaptable {
3141
3145
  * Use Case: Model has updated
3142
3146
  * Action: If user has set to see grouping totals as header create a pinned row (bit of a hack)
3143
3147
  */
3144
- this.gridOptions.api.addEventListener(Events.EVENT_MODEL_UPDATED, (this.listenerModelUpdated = (params) => {
3148
+ this.gridOptions.api.addEventListener(core_1.Events.EVENT_MODEL_UPDATED, (this.listenerModelUpdated = (params) => {
3145
3149
  if (showGroupingTotalsAsHeader) {
3146
3150
  if (params && params.api) {
3147
3151
  const pinnedData = params.api.getPinnedTopRow(0);
@@ -3157,18 +3161,18 @@ export class Adaptable {
3157
3161
  }
3158
3162
  }));
3159
3163
  const eventsThatTriggerChartingChanges = [
3160
- Events.EVENT_CHART_CREATED,
3164
+ core_1.Events.EVENT_CHART_CREATED,
3161
3165
  /** Chart Range selection has changed */
3162
- Events.EVENT_CHART_RANGE_SELECTION_CHANGED,
3166
+ core_1.Events.EVENT_CHART_RANGE_SELECTION_CHANGED,
3163
3167
  /** Chart Options have changed */
3164
- Events.EVENT_CHART_OPTIONS_CHANGED,
3168
+ core_1.Events.EVENT_CHART_OPTIONS_CHANGED,
3165
3169
  /** Chart was destroyed */
3166
- Events.EVENT_CHART_DESTROYED,
3170
+ core_1.Events.EVENT_CHART_DESTROYED,
3167
3171
  ];
3168
3172
  const chartingModule = this.ModuleService.getModuleById('Charting');
3169
3173
  if (chartingModule.isModuleAvailable()) {
3170
3174
  this.gridOptions.api.addGlobalListener((type, params) => {
3171
- if (ArrayExtensions.ContainsItem(eventsThatTriggerChartingChanges, type)) {
3175
+ if (ArrayExtensions_1.ArrayExtensions.ContainsItem(eventsThatTriggerChartingChanges, type)) {
3172
3176
  this.ChartingService.onChartModelChange(this.getChartModels(), type, params);
3173
3177
  }
3174
3178
  });
@@ -3203,8 +3207,8 @@ export class Adaptable {
3203
3207
  return true;
3204
3208
  }
3205
3209
  const columnFilters = this.api.columnFilterApi.getActiveColumnFilters();
3206
- const isColumnFiltersActive = ArrayExtensions.IsNotNullOrEmpty(columnFilters);
3207
- const isGridFilterActive = StringExtensions.IsNotNullOrEmpty(this.api.gridFilterApi.getCurrentGridFilterExpression());
3210
+ const isColumnFiltersActive = ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(columnFilters);
3211
+ const isGridFilterActive = StringExtensions_1.StringExtensions.IsNotNullOrEmpty(this.api.gridFilterApi.getCurrentGridFilterExpression());
3208
3212
  return (isColumnFiltersActive ||
3209
3213
  isGridFilterActive ||
3210
3214
  // it means that originalIsExternalFilterPresent will be called so we reinit that collection
@@ -3222,11 +3226,11 @@ export class Adaptable {
3222
3226
  if (currentGridFilter) {
3223
3227
  const evaluateGridFilterOnClient = this.api.expressionApi.internalApi.evaluateExpressionInAdaptableQL('GridFilter', undefined, currentGridFilter);
3224
3228
  if (evaluateGridFilterOnClient) {
3225
- const isCurrentGridFilterValid = this.api.expressionApi.isValidBooleanExpression(currentGridFilter, GridFilterModuleId, `Invalid Grid Filter '${currentGridFilter}'`);
3229
+ const isCurrentGridFilterValid = this.api.expressionApi.isValidBooleanExpression(currentGridFilter, ModuleConstants_1.GridFilterModuleId, `Invalid Grid Filter '${currentGridFilter}'`);
3226
3230
  if (!isCurrentGridFilterValid ||
3227
3231
  !this.api.internalApi
3228
3232
  .getQueryLanguageService()
3229
- .evaluateBooleanExpression(currentGridFilter, GridFilterModuleId, node)) {
3233
+ .evaluateBooleanExpression(currentGridFilter, ModuleConstants_1.GridFilterModuleId, node)) {
3230
3234
  return false;
3231
3235
  }
3232
3236
  }
@@ -3270,7 +3274,7 @@ export class Adaptable {
3270
3274
  var _a;
3271
3275
  const columnFilters = this.api.columnFilterApi.getActiveColumnFilters();
3272
3276
  const activeFilters = (_a = columnFilters === null || columnFilters === void 0 ? void 0 : columnFilters.filter) === null || _a === void 0 ? void 0 : _a.call(columnFilters, (columnFilter) => this.api.columnFilterApi.isColumnFilterActive(columnFilter));
3273
- const isFilterActive = ArrayExtensions.IsNotNullOrEmpty(activeFilters);
3277
+ const isFilterActive = ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(activeFilters);
3274
3278
  const columnsWithActiveFilters = {};
3275
3279
  if (isFilterActive) {
3276
3280
  // used in particular at init time to show the filter icon correctly
@@ -3449,7 +3453,7 @@ export class Adaptable {
3449
3453
  const isQuickSearchActive = hasQuickSearchStyle && this.isQuickSearchActive(gridCell, params);
3450
3454
  const userDefined = typeof userCellStyle === 'function' ? userCellStyle(params) : userCellStyle;
3451
3455
  const result = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, userDefined), this.getReadOnlyCellStyle(gridCell, params)), this.getEditableCellStyle(gridCell, params)), this.getFormatColumnAndStyledColumnCellStyle(gridCell, params)), (isQuickSearchActive ? quickSearchStyle : {})), this.getAlertCellStyle(gridCell, params)), this.getFlashingCellStyle(gridCell, params)), this.getCellHighlightStyle(gridCell, params));
3452
- return normalizeStyleForAgGrid(result);
3456
+ return (0, StyleHelper_1.normalizeStyleForAgGrid)(result);
3453
3457
  };
3454
3458
  return cellStyle;
3455
3459
  });
@@ -3458,7 +3462,7 @@ export class Adaptable {
3458
3462
  this.setColDefProperty(col, 'cellClass', (userCellClass) => {
3459
3463
  const formatColumns = this.api.formatColumnApi.internalApi.getFormatColumnWithStyleClassNameForColumn(abColumn);
3460
3464
  const quickSearchStyleClassName = this.api.quickSearchApi.getQuickSearchStyle().ClassName;
3461
- const hasQuickSearchStyleClassName = StringExtensions.IsNotNullOrEmpty(quickSearchStyleClassName);
3465
+ const hasQuickSearchStyleClassName = StringExtensions_1.StringExtensions.IsNotNullOrEmpty(quickSearchStyleClassName);
3462
3466
  const cellClass = (params) => {
3463
3467
  const gridCell = this.getGridCellFromRowNode(params.node, abColumn.columnId);
3464
3468
  // if a Visual Data export is in progress, we are interested only in the Excel Style Class
@@ -3512,7 +3516,7 @@ export class Adaptable {
3512
3516
  setupColumnCellEditor({ colId, col }) {
3513
3517
  const adaptableColumn = this.api.columnApi.getColumnWithColumnId(colId);
3514
3518
  const editLookUpItem = this.api.userInterfaceApi.getEditLookUpItemForColumn(adaptableColumn);
3515
- const hasRichSelectCellEditor = this.isAgGridModulePresent(ModuleNames.RichSelectModule);
3519
+ const hasRichSelectCellEditor = this.isAgGridModulePresent(core_1.ModuleNames.RichSelectModule);
3516
3520
  this.setColDefProperty(col, 'cellEditor', () => {
3517
3521
  if (editLookUpItem) {
3518
3522
  return hasRichSelectCellEditor ? 'agRichSelectCellEditor' : 'agSelectCellEditor';
@@ -3555,7 +3559,7 @@ export class Adaptable {
3555
3559
  const styledColumn = this.api.styledColumnApi.getStyledColumnForColumnId(abColumn.columnId);
3556
3560
  if (styledColumn && !styledColumn.IsSuspended) {
3557
3561
  if (styledColumn.SparkLineStyle) {
3558
- const sparklineOptions = merge({}, userDefined === null || userDefined === void 0 ? void 0 : userDefined.sparklineOptions, styledColumn.SparkLineStyle.options);
3562
+ const sparklineOptions = (0, merge_1.default)({}, userDefined === null || userDefined === void 0 ? void 0 : userDefined.sparklineOptions, styledColumn.SparkLineStyle.options);
3559
3563
  return Object.assign(Object.assign({}, userDefined), { sparklineOptions });
3560
3564
  }
3561
3565
  }
@@ -3580,7 +3584,7 @@ export class Adaptable {
3580
3584
  returnValue = params.value;
3581
3585
  }
3582
3586
  if (textOptions.includes('PercentageValue')) {
3583
- const clampedValue = Helper.clamp(params.value, min, max);
3587
+ const clampedValue = Helper_1.Helper.clamp(params.value, min, max);
3584
3588
  const percentageValue = ((clampedValue - min) / (max - min)) * 100;
3585
3589
  returnValue += ' ' + `(${percentageValue.toFixed(0)}%)`;
3586
3590
  }
@@ -3665,7 +3669,7 @@ export class Adaptable {
3665
3669
  var _a;
3666
3670
  // set the default to the AG Grid provided values
3667
3671
  // from https://github.com/ag-grid/ag-grid/blob/v26.1.0/community-modules/core/src/ts/columns/columnModel.ts#L2515
3668
- let resultHeaderName = userHeaderName !== null && userHeaderName !== void 0 ? userHeaderName : StringExtensions.CamelCaseToHumanText(col.getColDef().field);
3672
+ let resultHeaderName = userHeaderName !== null && userHeaderName !== void 0 ? userHeaderName : StringExtensions_1.StringExtensions.CamelCaseToHumanText(col.getColDef().field);
3669
3673
  const layoutCustomHeader = (_a = this.api.layoutApi.getCurrentLayout().ColumnHeadersMap) === null || _a === void 0 ? void 0 : _a[col.getColId()];
3670
3674
  if (layoutCustomHeader) {
3671
3675
  resultHeaderName = layoutCustomHeader;
@@ -3687,7 +3691,7 @@ export class Adaptable {
3687
3691
  return;
3688
3692
  }
3689
3693
  this.gridOptions.api.destroyFilter(col);
3690
- return FilterWrapperFactory(this);
3694
+ return (0, FilterWrapper_1.FilterWrapperFactory)(this);
3691
3695
  });
3692
3696
  }
3693
3697
  setupColumnFloatingFilter({ col, colDef }) {
@@ -3697,7 +3701,7 @@ export class Adaptable {
3697
3701
  if (isFloatingFilterDisabled) {
3698
3702
  return;
3699
3703
  }
3700
- return FloatingFilterWrapperFactory(this);
3704
+ return (0, FloatingFilterWrapper_1.FloatingFilterWrapperFactory)(this);
3701
3705
  });
3702
3706
  this.setColDefProperty(col, 'floatingFilterComponentParams', () => {
3703
3707
  if (isFloatingFilterDisabled) {
@@ -3854,7 +3858,7 @@ export class Adaptable {
3854
3858
  this.api.themeApi.applyCurrentTheme();
3855
3859
  }
3856
3860
  applyFinalRendering() {
3857
- this.embedColumnMenu = this.isAgGridModulePresent(ModuleNames.MenuModule);
3861
+ this.embedColumnMenu = this.isAgGridModulePresent(core_1.ModuleNames.MenuModule);
3858
3862
  if (this.gridOptions.treeData && this.gridOptions.treeData == true) {
3859
3863
  this.api.internalApi.setTreeModeOn();
3860
3864
  }
@@ -3864,7 +3868,7 @@ export class Adaptable {
3864
3868
  this.agGridHelper.checkShouldClearExistingFiltersOrSearches();
3865
3869
  }
3866
3870
  isAgGridModulePresent(moduleName) {
3867
- const standardAgGridRegistrationCheck = ModuleRegistry.__isRegistered(moduleName, this.gridOptions.gridId);
3871
+ const standardAgGridRegistrationCheck = core_1.ModuleRegistry.__isRegistered(moduleName, this.gridOptions.gridId);
3868
3872
  if (standardAgGridRegistrationCheck) {
3869
3873
  return true;
3870
3874
  }
@@ -3876,7 +3880,7 @@ export class Adaptable {
3876
3880
  // because of that we have to check ALL grid IDs to see if the module is registered
3877
3881
  // TODO AFL: we should recheck this later, it seems AG Grid is already refactoring this faulty registration process
3878
3882
  // @ts-ignore
3879
- const gridModulesMap = ModuleRegistry.gridModulesMap;
3883
+ const gridModulesMap = core_1.ModuleRegistry.gridModulesMap;
3880
3884
  let allModulesMap = {};
3881
3885
  Object.keys(gridModulesMap).forEach((gridId) => {
3882
3886
  allModulesMap = Object.assign(Object.assign({}, allModulesMap), gridModulesMap[gridId]);
@@ -4023,7 +4027,7 @@ export class Adaptable {
4023
4027
  getFormatColumnExpressionStylesChanges(dataChangedScope, cellDataChangedInfos) {
4024
4028
  const formatColumnsWithExpression = [];
4025
4029
  formatColumnsWithExpression.push(...this.api.formatColumnApi.internalApi.getFormatColumnsWithExpression());
4026
- if (ArrayExtensions.IsNullOrEmpty(formatColumnsWithExpression)) {
4030
+ if (ArrayExtensions_1.ArrayExtensions.IsNullOrEmpty(formatColumnsWithExpression)) {
4027
4031
  return;
4028
4032
  }
4029
4033
  cellDataChangedInfos.forEach((cellDataChangedInfo) => {
@@ -4063,7 +4067,7 @@ export class Adaptable {
4063
4067
  let columnComparison = this.api.styledColumnApi.internalApi.getColumnComparisonForStyledColumn(sc);
4064
4068
  if (columnComparison) {
4065
4069
  let affectedColumnIds = this.api.styledColumnApi.internalApi.getColumnIdsFromColumnComparison(columnComparison);
4066
- if (ArrayExtensions.IsNotNullOrEmpty(affectedColumnIds)) {
4070
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(affectedColumnIds)) {
4067
4071
  cellDataChangedInfos.forEach((cellDataChangedInfo) => {
4068
4072
  if (affectedColumnIds.includes(cellDataChangedInfo.column.columnId)) {
4069
4073
  dataChangedScope.columnIds.add(sc.ColumnId);
@@ -4075,7 +4079,7 @@ export class Adaptable {
4075
4079
  }
4076
4080
  checkChangedCellCurrentlySelected(cellDataChangedInfo) {
4077
4081
  let selectedCellInfo = this.api.gridApi.getSelectedCellInfo();
4078
- if (selectedCellInfo && ArrayExtensions.IsNotNullOrEmpty(selectedCellInfo.gridCells)) {
4082
+ if (selectedCellInfo && ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(selectedCellInfo.gridCells)) {
4079
4083
  let matchingCell = selectedCellInfo.gridCells.find((gc) => gc.primaryKeyValue == cellDataChangedInfo.primaryKeyValue &&
4080
4084
  gc.column == cellDataChangedInfo.column);
4081
4085
  if (matchingCell) {
@@ -4083,7 +4087,7 @@ export class Adaptable {
4083
4087
  }
4084
4088
  }
4085
4089
  let selectedRowInfo = this.api.gridApi.getSelectedRowInfo();
4086
- if (selectedRowInfo && ArrayExtensions.IsNotNullOrEmpty(selectedRowInfo.gridRows)) {
4090
+ if (selectedRowInfo && ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(selectedRowInfo.gridRows)) {
4087
4091
  let matchingRow = selectedRowInfo.gridRows.find((gr) => gr.primaryKeyValue == cellDataChangedInfo.primaryKeyValue);
4088
4092
  if (matchingRow) {
4089
4093
  this.setSelectedRows();
@@ -4147,7 +4151,7 @@ export class Adaptable {
4147
4151
  this.gridOptions.api.onGroupExpandedOrCollapsed();
4148
4152
  }
4149
4153
  expandRowGroupsForValues(columnValues) {
4150
- if (ArrayExtensions.IsNotNullOrEmpty(columnValues)) {
4154
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(columnValues)) {
4151
4155
  const expandedKeys = columnValues.reduce((acc, key) => {
4152
4156
  acc[key] = true;
4153
4157
  return acc;
@@ -4452,7 +4456,7 @@ export class Adaptable {
4452
4456
  }
4453
4457
  getFirstGroupedColumn() {
4454
4458
  let groupedColumns = this.gridOptions.columnApi.getRowGroupColumns();
4455
- if (ArrayExtensions.IsNotNullOrEmpty(groupedColumns)) {
4459
+ if (ArrayExtensions_1.ArrayExtensions.IsNotNullOrEmpty(groupedColumns)) {
4456
4460
  let groupedColumn = groupedColumns[0];
4457
4461
  return this.api.columnApi.getColumnWithColumnId(groupedColumn.getColId());
4458
4462
  }
@@ -4512,7 +4516,7 @@ export class Adaptable {
4512
4516
  return (this.gridOptions.rowSelection === 'single' || this.gridOptions.rowSelection === 'multiple');
4513
4517
  }
4514
4518
  isGridRangeSelectable() {
4515
- let isRangeSelectionModuleRegistered = this.isAgGridModulePresent(ModuleNames.RangeSelectionModule);
4519
+ let isRangeSelectionModuleRegistered = this.isAgGridModulePresent(core_1.ModuleNames.RangeSelectionModule);
4516
4520
  return isRangeSelectionModuleRegistered && this.gridOptions.enableRangeSelection === true;
4517
4521
  }
4518
4522
  isGridGroupable() {
@@ -4668,10 +4672,10 @@ export class Adaptable {
4668
4672
  const getAgGridLightThemeName = () => this.getAgGridLightThemeName();
4669
4673
  const getAgGridDarkThemeName = () => getAgGridLightThemeName() + '-dark';
4670
4674
  if (newTheme && (isSystemTheme || variantTheme)) {
4671
- if ((variantTheme || themeName) === LIGHT_THEME) {
4675
+ if ((variantTheme || themeName) === GeneralConstants_1.LIGHT_THEME) {
4672
4676
  newTheme.AgGridClassName = newTheme.AgGridClassName || getAgGridLightThemeName();
4673
4677
  }
4674
- if ((variantTheme || themeName) === DARK_THEME) {
4678
+ if ((variantTheme || themeName) === GeneralConstants_1.DARK_THEME) {
4675
4679
  newTheme.AgGridClassName = newTheme.AgGridClassName || getAgGridDarkThemeName();
4676
4680
  }
4677
4681
  }
@@ -4706,7 +4710,7 @@ export class Adaptable {
4706
4710
  // MAC LIKE SCROLLBARS
4707
4711
  if (this.adaptableOptions.userInterfaceOptions &&
4708
4712
  this.adaptableOptions.userInterfaceOptions.useCustomMacLikeScrollbars &&
4709
- getScrollbarSize() > 0) {
4713
+ (0, getScrollbarSize_1.default)() > 0) {
4710
4714
  el.classList.add('ab--custom-mac-like-scrollbars');
4711
4715
  }
4712
4716
  else {
@@ -4756,13 +4760,13 @@ export class Adaptable {
4756
4760
  return this.gridOptions.api;
4757
4761
  }
4758
4762
  canGenerateCharts() {
4759
- return (this.isAgGridModulePresent(ModuleNames.GridChartsModule) && this.gridOptions.enableCharts);
4763
+ return (this.isAgGridModulePresent(core_1.ModuleNames.GridChartsModule) && this.gridOptions.enableCharts);
4760
4764
  }
4761
4765
  canDisplaySparklines() {
4762
- return this.isAgGridModulePresent(ModuleNames.SparklinesModule);
4766
+ return this.isAgGridModulePresent(core_1.ModuleNames.SparklinesModule);
4763
4767
  }
4764
4768
  canExportToExcel() {
4765
- return this.isAgGridModulePresent(ModuleNames.ExcelExportModule);
4769
+ return this.isAgGridModulePresent(core_1.ModuleNames.ExcelExportModule);
4766
4770
  }
4767
4771
  exportToExcel(reportData, fileName) {
4768
4772
  const columnDefs = reportData.columns.map((column) => ({
@@ -4802,7 +4806,7 @@ export class Adaptable {
4802
4806
  rowData: reportData.rows,
4803
4807
  };
4804
4808
  let gridParams = { modules: this.getAgGridRegisteredModules() };
4805
- const grid = new Grid(document.createElement('div'), gridOptions, gridParams);
4809
+ const grid = new core_1.Grid(document.createElement('div'), gridOptions, gridParams);
4806
4810
  gridOptions.api.exportDataAsExcel({
4807
4811
  sheetName: 'Sheet 1',
4808
4812
  fileName: fileName,
@@ -4896,7 +4900,7 @@ export class Adaptable {
4896
4900
  }
4897
4901
  return result;
4898
4902
  }, {}));
4899
- const sanitizedAdaptableStyle = sanitizeStyle(adaptableStyle);
4903
+ const sanitizedAdaptableStyle = (0, StyleHelper_1.sanitizeStyle)(adaptableStyle);
4900
4904
  if (Object.values(sanitizedAdaptableStyle).some((style) => style != null)) {
4901
4905
  excelStyles.push(this.convertCSSToExcelStyle(sanitizedAdaptableStyle));
4902
4906
  }
@@ -4925,7 +4929,7 @@ export class Adaptable {
4925
4929
  // we have to pass the date in the ISO format to Excel
4926
4930
  // see https://www.ag-grid.com/javascript-data-grid/excel-export-data-types/#dates
4927
4931
  // we can NOT use Date.toISOString() because we don't want the timezone corrections to kick in
4928
- const isoFormattedValue = DateFormatter(normalisedValue, {
4932
+ const isoFormattedValue = (0, FormatHelper_1.DateFormatter)(normalisedValue, {
4929
4933
  Pattern: `yyyy-MM-dd'T'HH:mm:ss.SSS`,
4930
4934
  });
4931
4935
  if (isoFormattedValue) {
@@ -4995,11 +4999,11 @@ export class Adaptable {
4995
4999
  });
4996
5000
  }
4997
5001
  convertAdaptableStyleToCSS(style) {
4998
- return convertAdaptableStyleToCSS(style);
5002
+ return (0, StyleHelper_1.convertAdaptableStyleToCSS)(style);
4999
5003
  }
5000
5004
  convertCSSToExcelStyle(style) {
5001
5005
  const getHexColor = (color) => {
5002
- const preparedColor = getVariableColor(color);
5006
+ const preparedColor = (0, StyleHelper_1.getVariableColor)(color);
5003
5007
  const t = tinycolor(preparedColor);
5004
5008
  const a = t.getAlpha();
5005
5009
  return tinycolor.mix(tinycolor('white'), t, a * 100).toHexString();
@@ -5026,7 +5030,7 @@ export class Adaptable {
5026
5030
  }
5027
5031
  if (style.textAlign) {
5028
5032
  result.alignment = {
5029
- horizontal: StringExtensions.CapitaliseFirstLetter(style.textAlign),
5033
+ horizontal: StringExtensions_1.StringExtensions.CapitaliseFirstLetter(style.textAlign),
5030
5034
  };
5031
5035
  }
5032
5036
  if (style.color != null) {
@@ -5054,7 +5058,7 @@ export class Adaptable {
5054
5058
  if (!result.font) {
5055
5059
  result.font = {};
5056
5060
  }
5057
- result.font.size = convertCSSAbsoluteFontSizeToPt(style.fontSize);
5061
+ result.font.size = (0, StyleHelper_1.convertCSSAbsoluteFontSizeToPt)(style.fontSize);
5058
5062
  }
5059
5063
  return result;
5060
5064
  }
@@ -5094,23 +5098,23 @@ export class Adaptable {
5094
5098
  }
5095
5099
  addSyntheticPrimaryKey(rowData = []) {
5096
5100
  for (let i = 0; i < rowData.length; i++) {
5097
- rowData[i][AUTOGENERATED_PK_COLUMN] = createUuid();
5101
+ rowData[i][GeneralConstants_1.AUTOGENERATED_PK_COLUMN] = (0, Uuid_1.createUuid)();
5098
5102
  }
5099
5103
  }
5100
5104
  // add a synthetic PK only if missing (useful in case of updating row data)
5101
5105
  addSyntheticPrimaryKeyIfMissing(rowData = []) {
5102
- this.adaptableOptions.primaryKey = AUTOGENERATED_PK_COLUMN;
5106
+ this.adaptableOptions.primaryKey = GeneralConstants_1.AUTOGENERATED_PK_COLUMN;
5103
5107
  for (let i = 0; i < rowData.length; i++) {
5104
- if (!rowData[i][AUTOGENERATED_PK_COLUMN]) {
5105
- rowData[i][AUTOGENERATED_PK_COLUMN] = createUuid();
5108
+ if (!rowData[i][GeneralConstants_1.AUTOGENERATED_PK_COLUMN]) {
5109
+ rowData[i][GeneralConstants_1.AUTOGENERATED_PK_COLUMN] = (0, Uuid_1.createUuid)();
5106
5110
  }
5107
5111
  }
5108
5112
  }
5109
5113
  initLicenseService() {
5110
5114
  const globalObject = typeof globalThis !== 'undefined' ? globalThis : window;
5111
5115
  const licenseKey = globalObject.ADAPTABLE_LICENSE_KEY || this.api.optionsApi.getLicenseKey();
5112
- return new LicenseService(this, licenseKey, {
5113
- publishedAt: publishTimestamp,
5116
+ return new LicenseService_1.LicenseService(this, licenseKey, {
5117
+ publishedAt: publishTimestamp_1.default,
5114
5118
  });
5115
5119
  }
5116
5120
  showCharts(chartsDefinitions, chartContainer) {
@@ -5177,14 +5181,14 @@ export class Adaptable {
5177
5181
  registerAdaptableAggFuncs() {
5178
5182
  this.setGridOptionsProperty('aggFuncs', (originalAggFuncs) => {
5179
5183
  const aggregationFunctions = originalAggFuncs || {};
5180
- aggregationFunctions[WEIGHTED_AVERAGE_AGG_FN_NAME] = (params) => {
5184
+ aggregationFunctions[AggregationColumns_1.WEIGHTED_AVERAGE_AGG_FN_NAME] = (params) => {
5181
5185
  const columnId = params.column.getColId();
5182
5186
  const adaptableAggFunc = this.getActiveAdaptableAggFuncForCol(columnId);
5183
5187
  if (!adaptableAggFunc) {
5184
5188
  return undefined;
5185
5189
  }
5186
5190
  if (adaptableAggFunc.type === 'weightedAverage') {
5187
- return weightedAverage(params, params.colDef.colId, adaptableAggFunc.weightedColumnId);
5191
+ return (0, weightedAverage_1.weightedAverage)(params, params.colDef.colId, adaptableAggFunc.weightedColumnId);
5188
5192
  }
5189
5193
  return undefined;
5190
5194
  };
@@ -5197,7 +5201,7 @@ export class Adaptable {
5197
5201
  mapAggregationColumnsFromGrid(aggFuncFromGrid, currentLayout) {
5198
5202
  return Object.entries(aggFuncFromGrid).reduce((acc, [colId, agg]) => {
5199
5203
  const adaptableAggFunc = this.getActiveAdaptableAggFuncForCol(colId);
5200
- if ((adaptableAggFunc === null || adaptableAggFunc === void 0 ? void 0 : adaptableAggFunc.type) === 'weightedAverage' && agg === WEIGHTED_AVERAGE_AGG_FN_NAME) {
5204
+ if ((adaptableAggFunc === null || adaptableAggFunc === void 0 ? void 0 : adaptableAggFunc.type) === 'weightedAverage' && agg === AggregationColumns_1.WEIGHTED_AVERAGE_AGG_FN_NAME) {
5201
5205
  // do not override the agg func
5202
5206
  acc[colId] = currentLayout.AggregationColumns[colId];
5203
5207
  }
@@ -5292,7 +5296,8 @@ export class Adaptable {
5292
5296
  return newColumnOrder;
5293
5297
  }
5294
5298
  }
5295
- export class AdaptableNoCodeWizard {
5299
+ exports.Adaptable = Adaptable;
5300
+ class AdaptableNoCodeWizard {
5296
5301
  /**
5297
5302
  * @param adaptableOptions
5298
5303
  */
@@ -5303,12 +5308,12 @@ export class AdaptableNoCodeWizard {
5303
5308
  this.adaptableOptions = adaptableOptions;
5304
5309
  this.init = extraOptions.onInit || defaultInit;
5305
5310
  this.extraOptions = extraOptions;
5306
- this.agGridModules = ModuleRegistry.__getRegisteredModules(agGridOptons === null || agGridOptons === void 0 ? void 0 : agGridOptons.gridOptions.gridId);
5311
+ this.agGridModules = core_1.ModuleRegistry.__getRegisteredModules(agGridOptons === null || agGridOptons === void 0 ? void 0 : agGridOptons.gridOptions.gridId);
5307
5312
  this.render();
5308
5313
  }
5309
5314
  render(container) {
5310
5315
  var _a;
5311
- let id = DefaultAdaptableOptions.containerOptions.adaptableContainer || 'adaptable';
5316
+ let id = DefaultAdaptableOptions_1.DefaultAdaptableOptions.containerOptions.adaptableContainer || 'adaptable';
5312
5317
  if (!container) {
5313
5318
  let containerOptionsContainer = (_a = this.adaptableOptions.containerOptions) === null || _a === void 0 ? void 0 : _a.adaptableContainer;
5314
5319
  if (containerOptionsContainer) {
@@ -5327,7 +5332,7 @@ export class AdaptableNoCodeWizard {
5327
5332
  // this allows people to customize the wizard dimensions & styling
5328
5333
  // when it's visible
5329
5334
  container.classList.add('adaptable--in-wizard');
5330
- const unmount = defaultRenderReactRoot(React.createElement(AdaptableWizardView, Object.assign(Object.assign({ adaptableOptions: this.adaptableOptions }, this.extraOptions), { onInit: (adaptableOptions, gridOptions) => {
5335
+ const unmount = (0, renderReactRoot_1.renderReactRoot)(React.createElement(AdaptableWizardView_1.default, Object.assign(Object.assign({ adaptableOptions: this.adaptableOptions }, this.extraOptions), { onInit: (adaptableOptions, gridOptions) => {
5331
5336
  container.classList.remove('adaptable--in-wizard');
5332
5337
  unmount();
5333
5338
  this.init({
@@ -5338,3 +5343,4 @@ export class AdaptableNoCodeWizard {
5338
5343
  } })), container);
5339
5344
  }
5340
5345
  }
5346
+ exports.AdaptableNoCodeWizard = AdaptableNoCodeWizard;