@adaptabletools/adaptable-cjs 17.0.0-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2440) hide show
  1. package/README.md +40 -0
  2. package/agGrid.d.ts +37 -0
  3. package/agGrid.js +48 -0
  4. package/base.css +2906 -0
  5. package/base.css.map +1 -0
  6. package/fonts/glyphicons-halflings-regular.eot +0 -0
  7. package/fonts/glyphicons-halflings-regular.svg +288 -0
  8. package/fonts/glyphicons-halflings-regular.ttf +0 -0
  9. package/fonts/glyphicons-halflings-regular.woff +0 -0
  10. package/fonts/glyphicons-halflings-regular.woff2 +0 -0
  11. package/index.css +2911 -0
  12. package/index.css.map +1 -0
  13. package/package.json +71 -0
  14. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +99 -0
  15. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -0
  16. package/src/AdaptableInterfaces/IAdaptable.d.ts +315 -0
  17. package/src/AdaptableInterfaces/IAdaptable.js +2 -0
  18. package/src/AdaptableOptions/ActionColumnOptions.d.ts +82 -0
  19. package/src/AdaptableOptions/ActionColumnOptions.js +2 -0
  20. package/src/AdaptableOptions/ActionRowOptions.d.ts +175 -0
  21. package/src/AdaptableOptions/ActionRowOptions.js +2 -0
  22. package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +57 -0
  23. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -0
  24. package/src/AdaptableOptions/AdaptableOptions.d.ts +279 -0
  25. package/src/AdaptableOptions/AdaptableOptions.js +2 -0
  26. package/src/AdaptableOptions/AdaptablePlugin.d.ts +43 -0
  27. package/src/AdaptableOptions/AdaptablePlugin.js +42 -0
  28. package/src/AdaptableOptions/AlertOptions.d.ts +122 -0
  29. package/src/AdaptableOptions/AlertOptions.js +2 -0
  30. package/src/AdaptableOptions/CalendarOptions.d.ts +11 -0
  31. package/src/AdaptableOptions/CalendarOptions.js +2 -0
  32. package/src/AdaptableOptions/CellSummaryOptions.d.ts +10 -0
  33. package/src/AdaptableOptions/CellSummaryOptions.js +2 -0
  34. package/src/AdaptableOptions/ChartingOptions.d.ts +83 -0
  35. package/src/AdaptableOptions/ChartingOptions.js +2 -0
  36. package/src/AdaptableOptions/ColumnFilterOptions.d.ts +243 -0
  37. package/src/AdaptableOptions/ColumnFilterOptions.js +2 -0
  38. package/src/AdaptableOptions/ColumnOptions.d.ts +54 -0
  39. package/src/AdaptableOptions/ColumnOptions.js +2 -0
  40. package/src/AdaptableOptions/ContainerOptions.d.ts +47 -0
  41. package/src/AdaptableOptions/ContainerOptions.js +2 -0
  42. package/src/AdaptableOptions/CustomSortOptions.d.ts +24 -0
  43. package/src/AdaptableOptions/CustomSortOptions.js +2 -0
  44. package/src/AdaptableOptions/DashboardOptions.d.ts +91 -0
  45. package/src/AdaptableOptions/DashboardOptions.js +2 -0
  46. package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +63 -0
  47. package/src/AdaptableOptions/DataChangeHistoryOptions.js +2 -0
  48. package/src/AdaptableOptions/DataImportOptions.d.ts +114 -0
  49. package/src/AdaptableOptions/DataImportOptions.js +2 -0
  50. package/src/AdaptableOptions/DataSetOptions.d.ts +41 -0
  51. package/src/AdaptableOptions/DataSetOptions.js +2 -0
  52. package/src/AdaptableOptions/DateInputOptions.d.ts +82 -0
  53. package/src/AdaptableOptions/DateInputOptions.js +2 -0
  54. package/src/AdaptableOptions/EditOptions.d.ts +100 -0
  55. package/src/AdaptableOptions/EditOptions.js +2 -0
  56. package/src/AdaptableOptions/EntitlementOptions.d.ts +39 -0
  57. package/src/AdaptableOptions/EntitlementOptions.js +2 -0
  58. package/src/AdaptableOptions/ExportOptions.d.ts +204 -0
  59. package/src/AdaptableOptions/ExportOptions.js +2 -0
  60. package/src/AdaptableOptions/ExpressionOptions.d.ts +247 -0
  61. package/src/AdaptableOptions/ExpressionOptions.js +2 -0
  62. package/src/AdaptableOptions/Fdc3Options.d.ts +404 -0
  63. package/src/AdaptableOptions/Fdc3Options.js +5 -0
  64. package/src/AdaptableOptions/FinsemblePluginOptions.d.ts +35 -0
  65. package/src/AdaptableOptions/FinsemblePluginOptions.js +2 -0
  66. package/src/AdaptableOptions/FlashingCellOptions.d.ts +31 -0
  67. package/src/AdaptableOptions/FlashingCellOptions.js +2 -0
  68. package/src/AdaptableOptions/FormatColumnOptions.d.ts +51 -0
  69. package/src/AdaptableOptions/FormatColumnOptions.js +2 -0
  70. package/src/AdaptableOptions/Glue42PluginOptions.d.ts +25 -0
  71. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -0
  72. package/src/AdaptableOptions/Glue42WebPluginOptions.d.ts +10 -0
  73. package/src/AdaptableOptions/Glue42WebPluginOptions.js +2 -0
  74. package/src/AdaptableOptions/GridFilterOptions.d.ts +18 -0
  75. package/src/AdaptableOptions/GridFilterOptions.js +2 -0
  76. package/src/AdaptableOptions/GroupingOptions.d.ts +45 -0
  77. package/src/AdaptableOptions/GroupingOptions.js +2 -0
  78. package/src/AdaptableOptions/IPushPullPluginOptions.d.ts +35 -0
  79. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -0
  80. package/src/AdaptableOptions/LayoutOptions.d.ts +148 -0
  81. package/src/AdaptableOptions/LayoutOptions.js +2 -0
  82. package/src/AdaptableOptions/MasterDetailPluginOptions.d.ts +32 -0
  83. package/src/AdaptableOptions/MasterDetailPluginOptions.js +2 -0
  84. package/src/AdaptableOptions/MenuOptions.d.ts +220 -0
  85. package/src/AdaptableOptions/MenuOptions.js +95 -0
  86. package/src/AdaptableOptions/NotesOptions.d.ts +23 -0
  87. package/src/AdaptableOptions/NotesOptions.js +2 -0
  88. package/src/AdaptableOptions/NotificationsOptions.d.ts +86 -0
  89. package/src/AdaptableOptions/NotificationsOptions.js +2 -0
  90. package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +46 -0
  91. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -0
  92. package/src/AdaptableOptions/PredicateOptions.d.ts +55 -0
  93. package/src/AdaptableOptions/PredicateOptions.js +2 -0
  94. package/src/AdaptableOptions/QuickSearchOptions.d.ts +78 -0
  95. package/src/AdaptableOptions/QuickSearchOptions.js +2 -0
  96. package/src/AdaptableOptions/SettingsPanelOptions.d.ts +91 -0
  97. package/src/AdaptableOptions/SettingsPanelOptions.js +2 -0
  98. package/src/AdaptableOptions/StateOptions.d.ts +85 -0
  99. package/src/AdaptableOptions/StateOptions.js +2 -0
  100. package/src/AdaptableOptions/TeamSharingOptions.d.ts +69 -0
  101. package/src/AdaptableOptions/TeamSharingOptions.js +2 -0
  102. package/src/AdaptableOptions/ToolPanelOptions.d.ts +69 -0
  103. package/src/AdaptableOptions/ToolPanelOptions.js +2 -0
  104. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +227 -0
  105. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -0
  106. package/src/Api/ActionColumnApi.d.ts +10 -0
  107. package/src/Api/ActionColumnApi.js +2 -0
  108. package/src/Api/ActionRowApi.d.ts +24 -0
  109. package/src/Api/ActionRowApi.js +2 -0
  110. package/src/Api/AdaptableApi.d.ts +263 -0
  111. package/src/Api/AdaptableApi.js +2 -0
  112. package/src/Api/AlertApi.d.ts +122 -0
  113. package/src/Api/AlertApi.js +2 -0
  114. package/src/Api/ApplicationApi.d.ts +50 -0
  115. package/src/Api/ApplicationApi.js +2 -0
  116. package/src/Api/BulkUpdateApi.d.ts +24 -0
  117. package/src/Api/BulkUpdateApi.js +2 -0
  118. package/src/Api/CalculatedColumnApi.d.ts +57 -0
  119. package/src/Api/CalculatedColumnApi.js +2 -0
  120. package/src/Api/CalendarApi.d.ts +29 -0
  121. package/src/Api/CalendarApi.js +2 -0
  122. package/src/Api/CellSummaryApi.d.ts +30 -0
  123. package/src/Api/CellSummaryApi.js +2 -0
  124. package/src/Api/ChartingApi.d.ts +123 -0
  125. package/src/Api/ChartingApi.js +2 -0
  126. package/src/Api/ColumnApi.d.ts +265 -0
  127. package/src/Api/ColumnApi.js +2 -0
  128. package/src/Api/ColumnFilterApi.d.ts +125 -0
  129. package/src/Api/ColumnFilterApi.js +2 -0
  130. package/src/Api/ConfigApi.d.ts +182 -0
  131. package/src/Api/ConfigApi.js +2 -0
  132. package/src/Api/CustomSortApi.d.ts +83 -0
  133. package/src/Api/CustomSortApi.js +2 -0
  134. package/src/Api/DashboardApi.d.ts +164 -0
  135. package/src/Api/DashboardApi.js +2 -0
  136. package/src/Api/DataChangeHistoryApi.d.ts +44 -0
  137. package/src/Api/DataChangeHistoryApi.js +2 -0
  138. package/src/Api/DataImportApi.d.ts +9 -0
  139. package/src/Api/DataImportApi.js +2 -0
  140. package/src/Api/DataSetApi.d.ts +35 -0
  141. package/src/Api/DataSetApi.js +2 -0
  142. package/src/Api/EntitlementApi.d.ts +31 -0
  143. package/src/Api/EntitlementApi.js +2 -0
  144. package/src/Api/EventApi.d.ts +321 -0
  145. package/src/Api/EventApi.js +2 -0
  146. package/src/Api/Events/ActionRowSubmitted.d.ts +54 -0
  147. package/src/Api/Events/ActionRowSubmitted.js +2 -0
  148. package/src/Api/Events/AdaptableReady.d.ts +11 -0
  149. package/src/Api/Events/AdaptableReady.js +2 -0
  150. package/src/Api/Events/AdaptableSearchState.d.ts +22 -0
  151. package/src/Api/Events/AdaptableSearchState.js +2 -0
  152. package/src/Api/Events/AdaptableStateChanged.d.ts +32 -0
  153. package/src/Api/Events/AdaptableStateChanged.js +2 -0
  154. package/src/Api/Events/AdaptableStateReloaded.d.ts +19 -0
  155. package/src/Api/Events/AdaptableStateReloaded.js +2 -0
  156. package/src/Api/Events/AlertFired.d.ts +11 -0
  157. package/src/Api/Events/AlertFired.js +2 -0
  158. package/src/Api/Events/BaseEventInfo.d.ts +18 -0
  159. package/src/Api/Events/BaseEventInfo.js +2 -0
  160. package/src/Api/Events/CellChanged.d.ts +11 -0
  161. package/src/Api/Events/CellChanged.js +2 -0
  162. package/src/Api/Events/ChartChanged.d.ts +37 -0
  163. package/src/Api/Events/ChartChanged.js +2 -0
  164. package/src/Api/Events/ColumnFilterApplied.d.ts +11 -0
  165. package/src/Api/Events/ColumnFilterApplied.js +2 -0
  166. package/src/Api/Events/CustomToolbarConfigured.d.ts +11 -0
  167. package/src/Api/Events/CustomToolbarConfigured.js +2 -0
  168. package/src/Api/Events/DashboardChanged.d.ts +27 -0
  169. package/src/Api/Events/DashboardChanged.js +2 -0
  170. package/src/Api/Events/DataImported.d.ts +19 -0
  171. package/src/Api/Events/DataImported.js +2 -0
  172. package/src/Api/Events/DataSetSelected.d.ts +11 -0
  173. package/src/Api/Events/DataSetSelected.js +2 -0
  174. package/src/Api/Events/Fdc3MessageInfo.d.ts +58 -0
  175. package/src/Api/Events/Fdc3MessageInfo.js +2 -0
  176. package/src/Api/Events/FlashingCellDisplayed.d.ts +11 -0
  177. package/src/Api/Events/FlashingCellDisplayed.js +2 -0
  178. package/src/Api/Events/GridDataChanged.d.ts +23 -0
  179. package/src/Api/Events/GridDataChanged.js +2 -0
  180. package/src/Api/Events/GridFilterApplied.d.ts +15 -0
  181. package/src/Api/Events/GridFilterApplied.js +2 -0
  182. package/src/Api/Events/GridSorted.d.ts +25 -0
  183. package/src/Api/Events/GridSorted.js +2 -0
  184. package/src/Api/Events/LayoutChanged.d.ts +19 -0
  185. package/src/Api/Events/LayoutChanged.js +2 -0
  186. package/src/Api/Events/LiveDataChanged.d.ts +36 -0
  187. package/src/Api/Events/LiveDataChanged.js +2 -0
  188. package/src/Api/Events/ScheduleTriggered.d.ts +11 -0
  189. package/src/Api/Events/ScheduleTriggered.js +2 -0
  190. package/src/Api/Events/SelectionChanged.d.ts +16 -0
  191. package/src/Api/Events/SelectionChanged.js +2 -0
  192. package/src/Api/Events/SystemStatusMessageDisplayed.d.ts +11 -0
  193. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -0
  194. package/src/Api/Events/TeamSharingEntityChanged.d.ts +11 -0
  195. package/src/Api/Events/TeamSharingEntityChanged.js +2 -0
  196. package/src/Api/Events/ThemeChanged.d.ts +11 -0
  197. package/src/Api/Events/ThemeChanged.js +2 -0
  198. package/src/Api/Events/ThemeEdited.d.ts +11 -0
  199. package/src/Api/Events/ThemeEdited.js +2 -0
  200. package/src/Api/ExportApi.d.ts +158 -0
  201. package/src/Api/ExportApi.js +2 -0
  202. package/src/Api/ExpressionApi.d.ts +64 -0
  203. package/src/Api/ExpressionApi.js +2 -0
  204. package/src/Api/Fdc3Api.d.ts +91 -0
  205. package/src/Api/Fdc3Api.js +2 -0
  206. package/src/Api/FinsembleApi.d.ts +10 -0
  207. package/src/Api/FinsembleApi.js +2 -0
  208. package/src/Api/FlashingCellApi.d.ts +100 -0
  209. package/src/Api/FlashingCellApi.js +2 -0
  210. package/src/Api/FormatColumnApi.d.ts +117 -0
  211. package/src/Api/FormatColumnApi.js +2 -0
  212. package/src/Api/FreeTextColumnApi.d.ts +69 -0
  213. package/src/Api/FreeTextColumnApi.js +2 -0
  214. package/src/Api/Glue42Api.d.ts +75 -0
  215. package/src/Api/Glue42Api.js +2 -0
  216. package/src/Api/Glue42WebApi.d.ts +10 -0
  217. package/src/Api/Glue42WebApi.js +2 -0
  218. package/src/Api/GridApi.d.ts +524 -0
  219. package/src/Api/GridApi.js +2 -0
  220. package/src/Api/GridFilterApi.d.ts +39 -0
  221. package/src/Api/GridFilterApi.js +2 -0
  222. package/src/Api/IPushPullApi.d.ts +146 -0
  223. package/src/Api/IPushPullApi.js +2 -0
  224. package/src/Api/Implementation/ActionColumnApiImpl.d.ts +7 -0
  225. package/src/Api/Implementation/ActionColumnApiImpl.js +14 -0
  226. package/src/Api/Implementation/ActionRowApiImpl.d.ts +12 -0
  227. package/src/Api/Implementation/ActionRowApiImpl.js +62 -0
  228. package/src/Api/Implementation/AdaptableApiImpl.d.ts +116 -0
  229. package/src/Api/Implementation/AdaptableApiImpl.js +182 -0
  230. package/src/Api/Implementation/AlertApiImpl.d.ts +38 -0
  231. package/src/Api/Implementation/AlertApiImpl.js +247 -0
  232. package/src/Api/Implementation/ApiBase.d.ts +137 -0
  233. package/src/Api/Implementation/ApiBase.js +331 -0
  234. package/src/Api/Implementation/ApplicationApiImpl.d.ts +13 -0
  235. package/src/Api/Implementation/ApplicationApiImpl.js +39 -0
  236. package/src/Api/Implementation/BulkUpdateApiImpl.d.ts +10 -0
  237. package/src/Api/Implementation/BulkUpdateApiImpl.js +26 -0
  238. package/src/Api/Implementation/CalculatedColumnApiImpl.d.ts +19 -0
  239. package/src/Api/Implementation/CalculatedColumnApiImpl.js +78 -0
  240. package/src/Api/Implementation/CalendarApiImpl.d.ts +10 -0
  241. package/src/Api/Implementation/CalendarApiImpl.js +61 -0
  242. package/src/Api/Implementation/CellSummaryApiImpl.d.ts +17 -0
  243. package/src/Api/Implementation/CellSummaryApiImpl.js +85 -0
  244. package/src/Api/Implementation/ChartingApiImpl.d.ts +41 -0
  245. package/src/Api/Implementation/ChartingApiImpl.js +183 -0
  246. package/src/Api/Implementation/ColumnApiImpl.d.ts +66 -0
  247. package/src/Api/Implementation/ColumnApiImpl.js +341 -0
  248. package/src/Api/Implementation/ColumnFilterApiImpl.d.ts +44 -0
  249. package/src/Api/Implementation/ColumnFilterApiImpl.js +177 -0
  250. package/src/Api/Implementation/ConfigApiImpl.d.ts +66 -0
  251. package/src/Api/Implementation/ConfigApiImpl.js +367 -0
  252. package/src/Api/Implementation/CustomSortApiImpl.d.ts +29 -0
  253. package/src/Api/Implementation/CustomSortApiImpl.js +71 -0
  254. package/src/Api/Implementation/DashboardApiImpl.d.ts +47 -0
  255. package/src/Api/Implementation/DashboardApiImpl.js +162 -0
  256. package/src/Api/Implementation/DataChangeHistoryApiImpl.d.ts +13 -0
  257. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +50 -0
  258. package/src/Api/Implementation/DataImportApiImpl.d.ts +10 -0
  259. package/src/Api/Implementation/DataImportApiImpl.js +14 -0
  260. package/src/Api/Implementation/DataSetApiImpl.d.ts +15 -0
  261. package/src/Api/Implementation/DataSetApiImpl.js +38 -0
  262. package/src/Api/Implementation/EntitlementApiImpl.d.ts +11 -0
  263. package/src/Api/Implementation/EntitlementApiImpl.js +25 -0
  264. package/src/Api/Implementation/EventApiImpl.d.ts +13 -0
  265. package/src/Api/Implementation/EventApiImpl.js +32 -0
  266. package/src/Api/Implementation/ExportApiImpl.d.ts +41 -0
  267. package/src/Api/Implementation/ExportApiImpl.js +165 -0
  268. package/src/Api/Implementation/ExpressionApiImpl.d.ts +21 -0
  269. package/src/Api/Implementation/ExpressionApiImpl.js +100 -0
  270. package/src/Api/Implementation/Fdc3ApiImpl.d.ts +28 -0
  271. package/src/Api/Implementation/Fdc3ApiImpl.js +85 -0
  272. package/src/Api/Implementation/FlashingCellApiImpl.d.ts +30 -0
  273. package/src/Api/Implementation/FlashingCellApiImpl.js +106 -0
  274. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +46 -0
  275. package/src/Api/Implementation/FormatColumnApiImpl.js +114 -0
  276. package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +21 -0
  277. package/src/Api/Implementation/FreeTextColumnApiImpl.js +110 -0
  278. package/src/Api/Implementation/GridApiImpl.d.ts +134 -0
  279. package/src/Api/Implementation/GridApiImpl.js +521 -0
  280. package/src/Api/Implementation/GridFilterApiImpl.d.ts +16 -0
  281. package/src/Api/Implementation/GridFilterApiImpl.js +54 -0
  282. package/src/Api/Implementation/LayoutApiImpl.d.ts +51 -0
  283. package/src/Api/Implementation/LayoutApiImpl.js +244 -0
  284. package/src/Api/Implementation/NamedQueryApiImpl.d.ts +18 -0
  285. package/src/Api/Implementation/NamedQueryApiImpl.js +57 -0
  286. package/src/Api/Implementation/NotesApiImpl.d.ts +20 -0
  287. package/src/Api/Implementation/NotesApiImpl.js +58 -0
  288. package/src/Api/Implementation/OptionsApiImpl.d.ts +49 -0
  289. package/src/Api/Implementation/OptionsApiImpl.js +127 -0
  290. package/src/Api/Implementation/PluginsApiImpl.d.ts +20 -0
  291. package/src/Api/Implementation/PluginsApiImpl.js +60 -0
  292. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +18 -0
  293. package/src/Api/Implementation/PlusMinusApiImpl.js +54 -0
  294. package/src/Api/Implementation/PredicateApiImpl.d.ts +25 -0
  295. package/src/Api/Implementation/PredicateApiImpl.js +119 -0
  296. package/src/Api/Implementation/QuickSearchApiImpl.d.ts +15 -0
  297. package/src/Api/Implementation/QuickSearchApiImpl.js +38 -0
  298. package/src/Api/Implementation/ScheduleApiImpl.d.ts +69 -0
  299. package/src/Api/Implementation/ScheduleApiImpl.js +230 -0
  300. package/src/Api/Implementation/ScopeApiImpl.d.ts +31 -0
  301. package/src/Api/Implementation/ScopeApiImpl.js +274 -0
  302. package/src/Api/Implementation/SettingsPanelApiImpl.d.ts +7 -0
  303. package/src/Api/Implementation/SettingsPanelApiImpl.js +20 -0
  304. package/src/Api/Implementation/ShortcutApiImpl.d.ts +18 -0
  305. package/src/Api/Implementation/ShortcutApiImpl.js +50 -0
  306. package/src/Api/Implementation/SmartEditApiImpl.d.ts +15 -0
  307. package/src/Api/Implementation/SmartEditApiImpl.js +39 -0
  308. package/src/Api/Implementation/StatusBarApiImpl.d.ts +10 -0
  309. package/src/Api/Implementation/StatusBarApiImpl.js +20 -0
  310. package/src/Api/Implementation/StyledColumnApiImpl.d.ts +28 -0
  311. package/src/Api/Implementation/StyledColumnApiImpl.js +74 -0
  312. package/src/Api/Implementation/SystemStatusApiImpl.d.ts +21 -0
  313. package/src/Api/Implementation/SystemStatusApiImpl.js +94 -0
  314. package/src/Api/Implementation/TeamSharingApiImpl.d.ts +24 -0
  315. package/src/Api/Implementation/TeamSharingApiImpl.js +130 -0
  316. package/src/Api/Implementation/ThemeApiImpl.d.ts +26 -0
  317. package/src/Api/Implementation/ThemeApiImpl.js +101 -0
  318. package/src/Api/Implementation/ToolPanelApiImpl.d.ts +21 -0
  319. package/src/Api/Implementation/ToolPanelApiImpl.js +69 -0
  320. package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +39 -0
  321. package/src/Api/Implementation/UserInterfaceApiImpl.js +217 -0
  322. package/src/Api/Internal/ActionRowInternalApi.d.ts +24 -0
  323. package/src/Api/Internal/ActionRowInternalApi.js +204 -0
  324. package/src/Api/Internal/AdaptableInternalApi.d.ts +115 -0
  325. package/src/Api/Internal/AdaptableInternalApi.js +491 -0
  326. package/src/Api/Internal/AlertInternalApi.d.ts +146 -0
  327. package/src/Api/Internal/AlertInternalApi.js +562 -0
  328. package/src/Api/Internal/CalculatedColumnInternalApi.d.ts +28 -0
  329. package/src/Api/Internal/CalculatedColumnInternalApi.js +78 -0
  330. package/src/Api/Internal/ChartingInternalApi.d.ts +13 -0
  331. package/src/Api/Internal/ChartingInternalApi.js +68 -0
  332. package/src/Api/Internal/ColumnFilterInternalApi.d.ts +59 -0
  333. package/src/Api/Internal/ColumnFilterInternalApi.js +210 -0
  334. package/src/Api/Internal/ColumnInternalApi.d.ts +27 -0
  335. package/src/Api/Internal/ColumnInternalApi.js +46 -0
  336. package/src/Api/Internal/CustomSortInternalApi.d.ts +6 -0
  337. package/src/Api/Internal/CustomSortInternalApi.js +11 -0
  338. package/src/Api/Internal/DashboardInternalApi.d.ts +16 -0
  339. package/src/Api/Internal/DashboardInternalApi.js +84 -0
  340. package/src/Api/Internal/DataImportInternalApi.d.ts +10 -0
  341. package/src/Api/Internal/DataImportInternalApi.js +70 -0
  342. package/src/Api/Internal/DataSetInternalApi.d.ts +9 -0
  343. package/src/Api/Internal/DataSetInternalApi.js +21 -0
  344. package/src/Api/Internal/ExportInternalApi.d.ts +20 -0
  345. package/src/Api/Internal/ExportInternalApi.js +130 -0
  346. package/src/Api/Internal/ExpressionnternalApi.d.ts +13 -0
  347. package/src/Api/Internal/ExpressionnternalApi.js +62 -0
  348. package/src/Api/Internal/Fdc3InternalApi.d.ts +39 -0
  349. package/src/Api/Internal/Fdc3InternalApi.js +374 -0
  350. package/src/Api/Internal/FlashingCellInternalApi.d.ts +12 -0
  351. package/src/Api/Internal/FlashingCellInternalApi.js +56 -0
  352. package/src/Api/Internal/FormatColumnInternalApi.d.ts +125 -0
  353. package/src/Api/Internal/FormatColumnInternalApi.js +257 -0
  354. package/src/Api/Internal/FreeTextColumnInternalApi.d.ts +15 -0
  355. package/src/Api/Internal/FreeTextColumnInternalApi.js +44 -0
  356. package/src/Api/Internal/GridFilterInternalApi.d.ts +4 -0
  357. package/src/Api/Internal/GridFilterInternalApi.js +23 -0
  358. package/src/Api/Internal/GridInternalApi.d.ts +79 -0
  359. package/src/Api/Internal/GridInternalApi.js +270 -0
  360. package/src/Api/Internal/LayoutInternalApi.d.ts +50 -0
  361. package/src/Api/Internal/LayoutInternalApi.js +183 -0
  362. package/src/Api/Internal/NamedQueryInternalApi.d.ts +14 -0
  363. package/src/Api/Internal/NamedQueryInternalApi.js +44 -0
  364. package/src/Api/Internal/PredicateInternalApi.d.ts +48 -0
  365. package/src/Api/Internal/PredicateInternalApi.js +159 -0
  366. package/src/Api/Internal/ScheduleInternalApi.d.ts +8 -0
  367. package/src/Api/Internal/ScheduleInternalApi.js +20 -0
  368. package/src/Api/Internal/StyledColumnInternalApi.d.ts +62 -0
  369. package/src/Api/Internal/StyledColumnInternalApi.js +285 -0
  370. package/src/Api/Internal/SystemStatusInternalApi.d.ts +11 -0
  371. package/src/Api/Internal/SystemStatusInternalApi.js +30 -0
  372. package/src/Api/Internal/TeamSharingInternalApi.d.ts +14 -0
  373. package/src/Api/Internal/TeamSharingInternalApi.js +56 -0
  374. package/src/Api/Internal/ThemeInternalApi.d.ts +6 -0
  375. package/src/Api/Internal/ThemeInternalApi.js +25 -0
  376. package/src/Api/Internal/UserInterfaceInternalApi.d.ts +5 -0
  377. package/src/Api/Internal/UserInterfaceInternalApi.js +18 -0
  378. package/src/Api/LayoutApi.d.ts +177 -0
  379. package/src/Api/LayoutApi.js +2 -0
  380. package/src/Api/NamedQueryApi.d.ts +53 -0
  381. package/src/Api/NamedQueryApi.js +2 -0
  382. package/src/Api/NotesAPi.d.ts +50 -0
  383. package/src/Api/NotesAPi.js +2 -0
  384. package/src/Api/OpenFinApi.d.ts +55 -0
  385. package/src/Api/OpenFinApi.js +2 -0
  386. package/src/Api/OptionsApi.d.ts +172 -0
  387. package/src/Api/OptionsApi.js +2 -0
  388. package/src/Api/PluginsApi.d.ts +52 -0
  389. package/src/Api/PluginsApi.js +2 -0
  390. package/src/Api/PlusMinusApi.d.ts +74 -0
  391. package/src/Api/PlusMinusApi.js +2 -0
  392. package/src/Api/PredicateApi.d.ts +93 -0
  393. package/src/Api/PredicateApi.js +2 -0
  394. package/src/Api/QuickSearchApi.d.ts +45 -0
  395. package/src/Api/QuickSearchApi.js +2 -0
  396. package/src/Api/ScheduleApi.d.ts +267 -0
  397. package/src/Api/ScheduleApi.js +2 -0
  398. package/src/Api/ScopeApi.d.ts +139 -0
  399. package/src/Api/ScopeApi.js +2 -0
  400. package/src/Api/SettingsPanelApi.d.ts +16 -0
  401. package/src/Api/SettingsPanelApi.js +2 -0
  402. package/src/Api/ShortcutApi.d.ts +60 -0
  403. package/src/Api/ShortcutApi.js +2 -0
  404. package/src/Api/SmartEditApi.d.ts +45 -0
  405. package/src/Api/SmartEditApi.js +2 -0
  406. package/src/Api/StatusBarApi.d.ts +20 -0
  407. package/src/Api/StatusBarApi.js +2 -0
  408. package/src/Api/StyledColumnApi.d.ts +88 -0
  409. package/src/Api/StyledColumnApi.js +2 -0
  410. package/src/Api/SystemStatusApi.d.ts +38 -0
  411. package/src/Api/SystemStatusApi.js +2 -0
  412. package/src/Api/TeamSharingApi.d.ts +74 -0
  413. package/src/Api/TeamSharingApi.js +2 -0
  414. package/src/Api/ThemeApi.d.ts +81 -0
  415. package/src/Api/ThemeApi.js +2 -0
  416. package/src/Api/ToolPanelApi.d.ts +59 -0
  417. package/src/Api/ToolPanelApi.js +2 -0
  418. package/src/Api/UserInterfaceApi.d.ts +105 -0
  419. package/src/Api/UserInterfaceApi.js +2 -0
  420. package/src/PredefinedConfig/AdaptableState.d.ts +75 -0
  421. package/src/PredefinedConfig/AdaptableState.js +2 -0
  422. package/src/PredefinedConfig/AlertState.d.ts +153 -0
  423. package/src/PredefinedConfig/AlertState.js +2 -0
  424. package/src/PredefinedConfig/ApplicationState.d.ts +23 -0
  425. package/src/PredefinedConfig/ApplicationState.js +2 -0
  426. package/src/PredefinedConfig/CalculatedColumnState.d.ts +49 -0
  427. package/src/PredefinedConfig/CalculatedColumnState.js +2 -0
  428. package/src/PredefinedConfig/ChartingState.d.ts +54 -0
  429. package/src/PredefinedConfig/ChartingState.js +11 -0
  430. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +58 -0
  431. package/src/PredefinedConfig/Common/AdaptableAlert.js +11 -0
  432. package/src/PredefinedConfig/Common/AdaptableButton.d.ts +37 -0
  433. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -0
  434. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +156 -0
  435. package/src/PredefinedConfig/Common/AdaptableColumn.js +32 -0
  436. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +22 -0
  437. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -0
  438. package/src/PredefinedConfig/Common/AdaptableFlashingCell.d.ts +32 -0
  439. package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +2 -0
  440. package/src/PredefinedConfig/Common/AdaptableForm.d.ts +60 -0
  441. package/src/PredefinedConfig/Common/AdaptableForm.js +11 -0
  442. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +115 -0
  443. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -0
  444. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +57 -0
  445. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -0
  446. package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +20 -0
  447. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -0
  448. package/src/PredefinedConfig/Common/AdaptableObject.d.ts +47 -0
  449. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -0
  450. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +134 -0
  451. package/src/PredefinedConfig/Common/AdaptablePredicate.js +632 -0
  452. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +51 -0
  453. package/src/PredefinedConfig/Common/AdaptableQuery.js +7 -0
  454. package/src/PredefinedConfig/Common/AdaptableScope.d.ts +14 -0
  455. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -0
  456. package/src/PredefinedConfig/Common/AdaptableStyle.d.ts +41 -0
  457. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -0
  458. package/src/PredefinedConfig/Common/AggregationColumns.d.ts +18 -0
  459. package/src/PredefinedConfig/Common/AggregationColumns.js +4 -0
  460. package/src/PredefinedConfig/Common/AlternativeModuleName.d.ts +14 -0
  461. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -0
  462. package/src/PredefinedConfig/Common/BaseContext.d.ts +18 -0
  463. package/src/PredefinedConfig/Common/BaseContext.js +2 -0
  464. package/src/PredefinedConfig/Common/ButtonStyle.d.ts +19 -0
  465. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -0
  466. package/src/PredefinedConfig/Common/CellDataChangedInfo.d.ts +39 -0
  467. package/src/PredefinedConfig/Common/CellDataChangedInfo.js +2 -0
  468. package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +22 -0
  469. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -0
  470. package/src/PredefinedConfig/Common/CellSummary.d.ts +56 -0
  471. package/src/PredefinedConfig/Common/CellSummary.js +2 -0
  472. package/src/PredefinedConfig/Common/ColumnFilter.d.ts +42 -0
  473. package/src/PredefinedConfig/Common/ColumnFilter.js +2 -0
  474. package/src/PredefinedConfig/Common/ColumnSort.d.ts +13 -0
  475. package/src/PredefinedConfig/Common/ColumnSort.js +2 -0
  476. package/src/PredefinedConfig/Common/DataChangedScope.d.ts +13 -0
  477. package/src/PredefinedConfig/Common/DataChangedScope.js +2 -0
  478. package/src/PredefinedConfig/Common/DataUpdateConfig.d.ts +17 -0
  479. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -0
  480. package/src/PredefinedConfig/Common/Entitlement.d.ts +18 -0
  481. package/src/PredefinedConfig/Common/Entitlement.js +2 -0
  482. package/src/PredefinedConfig/Common/Enums.d.ts +75 -0
  483. package/src/PredefinedConfig/Common/Enums.js +94 -0
  484. package/src/PredefinedConfig/Common/Fdc3Context.d.ts +226 -0
  485. package/src/PredefinedConfig/Common/Fdc3Context.js +81 -0
  486. package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +89 -0
  487. package/src/PredefinedConfig/Common/Fdc3Intent.js +106 -0
  488. package/src/PredefinedConfig/Common/FilterActionOnDataChange.d.ts +13 -0
  489. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +5 -0
  490. package/src/PredefinedConfig/Common/FormContext.d.ts +11 -0
  491. package/src/PredefinedConfig/Common/FormContext.js +2 -0
  492. package/src/PredefinedConfig/Common/GridFilter.d.ts +10 -0
  493. package/src/PredefinedConfig/Common/GridFilter.js +2 -0
  494. package/src/PredefinedConfig/Common/Menu.d.ts +139 -0
  495. package/src/PredefinedConfig/Common/Menu.js +2 -0
  496. package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +18 -0
  497. package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -0
  498. package/src/PredefinedConfig/Common/RowsHighlightInfo.d.ts +18 -0
  499. package/src/PredefinedConfig/Common/RowsHighlightInfo.js +2 -0
  500. package/src/PredefinedConfig/Common/Schedule.d.ts +38 -0
  501. package/src/PredefinedConfig/Common/Schedule.js +2 -0
  502. package/src/PredefinedConfig/Common/SpecialColumnSettings.d.ts +61 -0
  503. package/src/PredefinedConfig/Common/SpecialColumnSettings.js +2 -0
  504. package/src/PredefinedConfig/Common/SuspendableObject.d.ts +10 -0
  505. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -0
  506. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.d.ts +23 -0
  507. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -0
  508. package/src/PredefinedConfig/Common/Types.d.ts +54 -0
  509. package/src/PredefinedConfig/Common/Types.js +117 -0
  510. package/src/PredefinedConfig/ConfigState.d.ts +12 -0
  511. package/src/PredefinedConfig/ConfigState.js +2 -0
  512. package/src/PredefinedConfig/CustomSortState.d.ts +25 -0
  513. package/src/PredefinedConfig/CustomSortState.js +2 -0
  514. package/src/PredefinedConfig/DashboardState.d.ts +81 -0
  515. package/src/PredefinedConfig/DashboardState.js +2 -0
  516. package/src/PredefinedConfig/ExportState.d.ts +96 -0
  517. package/src/PredefinedConfig/ExportState.js +2 -0
  518. package/src/PredefinedConfig/FlashingCellState.d.ts +75 -0
  519. package/src/PredefinedConfig/FlashingCellState.js +2 -0
  520. package/src/PredefinedConfig/FormatColumnState.d.ts +68 -0
  521. package/src/PredefinedConfig/FormatColumnState.js +2 -0
  522. package/src/PredefinedConfig/FreeTextColumnState.d.ts +60 -0
  523. package/src/PredefinedConfig/FreeTextColumnState.js +2 -0
  524. package/src/PredefinedConfig/Glue42State.d.ts +46 -0
  525. package/src/PredefinedConfig/Glue42State.js +2 -0
  526. package/src/PredefinedConfig/GridState.d.ts +23 -0
  527. package/src/PredefinedConfig/GridState.js +2 -0
  528. package/src/PredefinedConfig/IPushPullState.d.ts +65 -0
  529. package/src/PredefinedConfig/IPushPullState.js +2 -0
  530. package/src/PredefinedConfig/InternalState.d.ts +10 -0
  531. package/src/PredefinedConfig/InternalState.js +2 -0
  532. package/src/PredefinedConfig/LayoutState.d.ts +85 -0
  533. package/src/PredefinedConfig/LayoutState.js +2 -0
  534. package/src/PredefinedConfig/NamedQueryState.d.ts +25 -0
  535. package/src/PredefinedConfig/NamedQueryState.js +2 -0
  536. package/src/PredefinedConfig/NotesState.d.ts +59 -0
  537. package/src/PredefinedConfig/NotesState.js +2 -0
  538. package/src/PredefinedConfig/OpenFinState.d.ts +32 -0
  539. package/src/PredefinedConfig/OpenFinState.js +2 -0
  540. package/src/PredefinedConfig/PlusMinusState.d.ts +30 -0
  541. package/src/PredefinedConfig/PlusMinusState.js +2 -0
  542. package/src/PredefinedConfig/PopupState.d.ts +13 -0
  543. package/src/PredefinedConfig/PopupState.js +2 -0
  544. package/src/PredefinedConfig/PredefinedConfig.d.ts +107 -0
  545. package/src/PredefinedConfig/PredefinedConfig.js +2 -0
  546. package/src/PredefinedConfig/QueryState.d.ts +18 -0
  547. package/src/PredefinedConfig/QueryState.js +2 -0
  548. package/src/PredefinedConfig/QuickSearchState.d.ts +15 -0
  549. package/src/PredefinedConfig/QuickSearchState.js +2 -0
  550. package/src/PredefinedConfig/ScheduleState.d.ts +57 -0
  551. package/src/PredefinedConfig/ScheduleState.js +2 -0
  552. package/src/PredefinedConfig/Selection/GridCell.d.ts +60 -0
  553. package/src/PredefinedConfig/Selection/GridCell.js +2 -0
  554. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +26 -0
  555. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -0
  556. package/src/PredefinedConfig/Selection/GridRow.d.ts +51 -0
  557. package/src/PredefinedConfig/Selection/GridRow.js +2 -0
  558. package/src/PredefinedConfig/Selection/SelectedCellInfo.d.ts +15 -0
  559. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -0
  560. package/src/PredefinedConfig/Selection/SelectedRowInfo.d.ts +10 -0
  561. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -0
  562. package/src/PredefinedConfig/ShortcutState.d.ts +37 -0
  563. package/src/PredefinedConfig/ShortcutState.js +2 -0
  564. package/src/PredefinedConfig/StatusBarState.d.ts +29 -0
  565. package/src/PredefinedConfig/StatusBarState.js +7 -0
  566. package/src/PredefinedConfig/StyledColumnState.d.ts +193 -0
  567. package/src/PredefinedConfig/StyledColumnState.js +2 -0
  568. package/src/PredefinedConfig/SystemState.d.ts +111 -0
  569. package/src/PredefinedConfig/SystemState.js +2 -0
  570. package/src/PredefinedConfig/TeamSharingState.d.ts +177 -0
  571. package/src/PredefinedConfig/TeamSharingState.js +7 -0
  572. package/src/PredefinedConfig/ThemeState.d.ts +45 -0
  573. package/src/PredefinedConfig/ThemeState.js +2 -0
  574. package/src/PredefinedConfig/ToolPanelState.d.ts +35 -0
  575. package/src/PredefinedConfig/ToolPanelState.js +2 -0
  576. package/src/PredefinedConfig/Uuid.d.ts +2 -0
  577. package/src/PredefinedConfig/Uuid.js +7 -0
  578. package/src/Redux/ActionsReducers/AlertRedux.d.ts +67 -0
  579. package/src/Redux/ActionsReducers/AlertRedux.js +128 -0
  580. package/src/Redux/ActionsReducers/ApplicationRedux.d.ts +27 -0
  581. package/src/Redux/ActionsReducers/ApplicationRedux.js +66 -0
  582. package/src/Redux/ActionsReducers/BulkUpdateRedux.d.ts +25 -0
  583. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +29 -0
  584. package/src/Redux/ActionsReducers/CalculatedColumnRedux.d.ts +35 -0
  585. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +77 -0
  586. package/src/Redux/ActionsReducers/CellSummaryRedux.d.ts +5 -0
  587. package/src/Redux/ActionsReducers/CellSummaryRedux.js +8 -0
  588. package/src/Redux/ActionsReducers/ChartingRedux.d.ts +71 -0
  589. package/src/Redux/ActionsReducers/ChartingRedux.js +125 -0
  590. package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +63 -0
  591. package/src/Redux/ActionsReducers/CustomSortRedux.js +115 -0
  592. package/src/Redux/ActionsReducers/DashboardRedux.d.ts +120 -0
  593. package/src/Redux/ActionsReducers/DashboardRedux.js +189 -0
  594. package/src/Redux/ActionsReducers/ExportRedux.d.ts +61 -0
  595. package/src/Redux/ActionsReducers/ExportRedux.js +105 -0
  596. package/src/Redux/ActionsReducers/FlashingCellRedux.d.ts +69 -0
  597. package/src/Redux/ActionsReducers/FlashingCellRedux.js +126 -0
  598. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +84 -0
  599. package/src/Redux/ActionsReducers/FormatColumnRedux.js +170 -0
  600. package/src/Redux/ActionsReducers/FreeTextColumnRedux.d.ts +49 -0
  601. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +101 -0
  602. package/src/Redux/ActionsReducers/GridRedux.d.ts +224 -0
  603. package/src/Redux/ActionsReducers/GridRedux.js +433 -0
  604. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +170 -0
  605. package/src/Redux/ActionsReducers/LayoutRedux.js +415 -0
  606. package/src/Redux/ActionsReducers/NamedQueryRedux.d.ts +43 -0
  607. package/src/Redux/ActionsReducers/NamedQueryRedux.js +84 -0
  608. package/src/Redux/ActionsReducers/NotesRedux.d.ts +39 -0
  609. package/src/Redux/ActionsReducers/NotesRedux.js +88 -0
  610. package/src/Redux/ActionsReducers/PluginsRedux.d.ts +188 -0
  611. package/src/Redux/ActionsReducers/PluginsRedux.js +196 -0
  612. package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +72 -0
  613. package/src/Redux/ActionsReducers/PlusMinusRedux.js +127 -0
  614. package/src/Redux/ActionsReducers/PopupRedux.d.ts +109 -0
  615. package/src/Redux/ActionsReducers/PopupRedux.js +318 -0
  616. package/src/Redux/ActionsReducers/QueryRedux.d.ts +10 -0
  617. package/src/Redux/ActionsReducers/QueryRedux.js +25 -0
  618. package/src/Redux/ActionsReducers/QuickSearchRedux.d.ts +28 -0
  619. package/src/Redux/ActionsReducers/QuickSearchRedux.js +53 -0
  620. package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +286 -0
  621. package/src/Redux/ActionsReducers/ScheduleRedux.js +484 -0
  622. package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +63 -0
  623. package/src/Redux/ActionsReducers/ShortcutRedux.js +115 -0
  624. package/src/Redux/ActionsReducers/SmartEditRedux.d.ts +25 -0
  625. package/src/Redux/ActionsReducers/SmartEditRedux.js +29 -0
  626. package/src/Redux/ActionsReducers/StatusBarRedux.d.ts +22 -0
  627. package/src/Redux/ActionsReducers/StatusBarRedux.js +36 -0
  628. package/src/Redux/ActionsReducers/StyledColumnRedux.d.ts +63 -0
  629. package/src/Redux/ActionsReducers/StyledColumnRedux.js +114 -0
  630. package/src/Redux/ActionsReducers/SystemRedux.d.ts +328 -0
  631. package/src/Redux/ActionsReducers/SystemRedux.js +808 -0
  632. package/src/Redux/ActionsReducers/SystemStatusRedux.d.ts +17 -0
  633. package/src/Redux/ActionsReducers/SystemStatusRedux.js +20 -0
  634. package/src/Redux/ActionsReducers/TeamSharingRedux.d.ts +61 -0
  635. package/src/Redux/ActionsReducers/TeamSharingRedux.js +118 -0
  636. package/src/Redux/ActionsReducers/ThemeRedux.d.ts +62 -0
  637. package/src/Redux/ActionsReducers/ThemeRedux.js +126 -0
  638. package/src/Redux/ActionsReducers/ToolPanelRedux.d.ts +60 -0
  639. package/src/Redux/ActionsReducers/ToolPanelRedux.js +118 -0
  640. package/src/Redux/ActionsReducers/utils.d.ts +10 -0
  641. package/src/Redux/ActionsReducers/utils.js +36 -0
  642. package/src/Redux/DeadRedux.d.ts +27 -0
  643. package/src/Redux/DeadRedux.js +85 -0
  644. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.d.ts +12 -0
  645. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +109 -0
  646. package/src/Redux/Store/AdaptableReduxMerger.d.ts +14 -0
  647. package/src/Redux/Store/AdaptableReduxMerger.js +161 -0
  648. package/src/Redux/Store/AdaptableStore.d.ts +47 -0
  649. package/src/Redux/Store/AdaptableStore.js +1631 -0
  650. package/src/Redux/Store/Interface/IAdaptableStore.d.ts +15 -0
  651. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -0
  652. package/src/Redux/Store/Interface/IStorageEngine.d.ts +9 -0
  653. package/src/Redux/Store/Interface/IStorageEngine.js +2 -0
  654. package/src/Strategy/AdaptableModuleBase.d.ts +66 -0
  655. package/src/Strategy/AdaptableModuleBase.js +242 -0
  656. package/src/Strategy/AlertModule.d.ts +29 -0
  657. package/src/Strategy/AlertModule.js +257 -0
  658. package/src/Strategy/BulkUpdateModule.d.ts +12 -0
  659. package/src/Strategy/BulkUpdateModule.js +152 -0
  660. package/src/Strategy/CalculatedColumnModule.d.ts +36 -0
  661. package/src/Strategy/CalculatedColumnModule.js +131 -0
  662. package/src/Strategy/CellSummaryModule.d.ts +22 -0
  663. package/src/Strategy/CellSummaryModule.js +135 -0
  664. package/src/Strategy/ChartingModule.d.ts +16 -0
  665. package/src/Strategy/ChartingModule.js +136 -0
  666. package/src/Strategy/ColumnFilterModule.d.ts +25 -0
  667. package/src/Strategy/ColumnFilterModule.js +266 -0
  668. package/src/Strategy/ColumnInfoModule.d.ts +11 -0
  669. package/src/Strategy/ColumnInfoModule.js +47 -0
  670. package/src/Strategy/CustomSortModule.d.ts +33 -0
  671. package/src/Strategy/CustomSortModule.js +86 -0
  672. package/src/Strategy/DashboardModule.d.ts +12 -0
  673. package/src/Strategy/DashboardModule.js +75 -0
  674. package/src/Strategy/DataChangeHistoryModule.d.ts +11 -0
  675. package/src/Strategy/DataChangeHistoryModule.js +60 -0
  676. package/src/Strategy/DataImportModule.d.ts +11 -0
  677. package/src/Strategy/DataImportModule.js +36 -0
  678. package/src/Strategy/DataSetModule.d.ts +14 -0
  679. package/src/Strategy/DataSetModule.js +66 -0
  680. package/src/Strategy/ExportModule.d.ts +34 -0
  681. package/src/Strategy/ExportModule.js +392 -0
  682. package/src/Strategy/Fdc3Module.d.ts +11 -0
  683. package/src/Strategy/Fdc3Module.js +89 -0
  684. package/src/Strategy/FlashingCellModule.d.ts +31 -0
  685. package/src/Strategy/FlashingCellModule.js +272 -0
  686. package/src/Strategy/FormatColumnModule.d.ts +24 -0
  687. package/src/Strategy/FormatColumnModule.js +191 -0
  688. package/src/Strategy/FreeTextColumnModule.d.ts +24 -0
  689. package/src/Strategy/FreeTextColumnModule.js +123 -0
  690. package/src/Strategy/GridFilterModule.d.ts +8 -0
  691. package/src/Strategy/GridFilterModule.js +63 -0
  692. package/src/Strategy/GridInfoModule.d.ts +12 -0
  693. package/src/Strategy/GridInfoModule.js +37 -0
  694. package/src/Strategy/Interface/IBulkUpdateModule.d.ts +13 -0
  695. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -0
  696. package/src/Strategy/Interface/ICellSummaryModule.d.ts +6 -0
  697. package/src/Strategy/Interface/ICellSummaryModule.js +2 -0
  698. package/src/Strategy/Interface/IExportModule.d.ts +6 -0
  699. package/src/Strategy/Interface/IExportModule.js +2 -0
  700. package/src/Strategy/Interface/IModule.d.ts +173 -0
  701. package/src/Strategy/Interface/IModule.js +2 -0
  702. package/src/Strategy/Interface/IModuleActionReturn.d.ts +5 -0
  703. package/src/Strategy/Interface/IModuleActionReturn.js +2 -0
  704. package/src/Strategy/Interface/IPlusMinusModule.d.ts +7 -0
  705. package/src/Strategy/Interface/IPlusMinusModule.js +2 -0
  706. package/src/Strategy/Interface/IScheduleModule.d.ts +4 -0
  707. package/src/Strategy/Interface/IScheduleModule.js +2 -0
  708. package/src/Strategy/Interface/IShortcutModule.d.ts +4 -0
  709. package/src/Strategy/Interface/IShortcutModule.js +2 -0
  710. package/src/Strategy/Interface/ISmartEditModule.d.ts +10 -0
  711. package/src/Strategy/Interface/ISmartEditModule.js +2 -0
  712. package/src/Strategy/LayoutModule.d.ts +39 -0
  713. package/src/Strategy/LayoutModule.js +451 -0
  714. package/src/Strategy/NamedQueryModule.d.ts +34 -0
  715. package/src/Strategy/NamedQueryModule.js +93 -0
  716. package/src/Strategy/NotesModule.d.ts +23 -0
  717. package/src/Strategy/NotesModule.js +141 -0
  718. package/src/Strategy/PlusMinusModule.d.ts +33 -0
  719. package/src/Strategy/PlusMinusModule.js +236 -0
  720. package/src/Strategy/QuickSearchModule.d.ts +7 -0
  721. package/src/Strategy/QuickSearchModule.js +22 -0
  722. package/src/Strategy/ScheduleModule.d.ts +22 -0
  723. package/src/Strategy/ScheduleModule.js +293 -0
  724. package/src/Strategy/SettingsPanelModule.d.ts +11 -0
  725. package/src/Strategy/SettingsPanelModule.js +30 -0
  726. package/src/Strategy/ShortcutModule.d.ts +25 -0
  727. package/src/Strategy/ShortcutModule.js +107 -0
  728. package/src/Strategy/SmartEditModule.d.ts +17 -0
  729. package/src/Strategy/SmartEditModule.js +185 -0
  730. package/src/Strategy/StateManagementModule.d.ts +6 -0
  731. package/src/Strategy/StateManagementModule.js +12 -0
  732. package/src/Strategy/StatusBarModule.d.ts +9 -0
  733. package/src/Strategy/StatusBarModule.js +36 -0
  734. package/src/Strategy/StyledColumnModule.d.ts +26 -0
  735. package/src/Strategy/StyledColumnModule.js +259 -0
  736. package/src/Strategy/SystemStatusModule.d.ts +11 -0
  737. package/src/Strategy/SystemStatusModule.js +44 -0
  738. package/src/Strategy/TeamSharingModule.d.ts +21 -0
  739. package/src/Strategy/TeamSharingModule.js +178 -0
  740. package/src/Strategy/ThemeModule.d.ts +10 -0
  741. package/src/Strategy/ThemeModule.js +36 -0
  742. package/src/Strategy/ToolPanelModule.d.ts +8 -0
  743. package/src/Strategy/ToolPanelModule.js +41 -0
  744. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.d.ts +3 -0
  745. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +16 -0
  746. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.d.ts +4 -0
  747. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +20 -0
  748. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.d.ts +5 -0
  749. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +13 -0
  750. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.d.ts +5 -0
  751. package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +10 -0
  752. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.d.ts +5 -0
  753. package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +10 -0
  754. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.d.ts +3 -0
  755. package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +10 -0
  756. package/src/Strategy/Utilities/Export/getExportRowsViewItems.d.ts +5 -0
  757. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +14 -0
  758. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.d.ts +5 -0
  759. package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +10 -0
  760. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.d.ts +2 -0
  761. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +12 -0
  762. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.d.ts +5 -0
  763. package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +12 -0
  764. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.d.ts +5 -0
  765. package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +15 -0
  766. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.d.ts +3 -0
  767. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +11 -0
  768. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.d.ts +7 -0
  769. package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +30 -0
  770. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.d.ts +5 -0
  771. package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +14 -0
  772. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.d.ts +5 -0
  773. package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +16 -0
  774. package/src/Strategy/Utilities/getExpressionViewItems.d.ts +4 -0
  775. package/src/Strategy/Utilities/getExpressionViewItems.js +11 -0
  776. package/src/Strategy/Utilities/getObjectTagsViewItems.d.ts +4 -0
  777. package/src/Strategy/Utilities/getObjectTagsViewItems.js +39 -0
  778. package/src/Strategy/Utilities/getRuleViewItems.d.ts +5 -0
  779. package/src/Strategy/Utilities/getRuleViewItems.js +15 -0
  780. package/src/Strategy/Utilities/getScopeViewItems.d.ts +3 -0
  781. package/src/Strategy/Utilities/getScopeViewItems.js +22 -0
  782. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.d.ts +5 -0
  783. package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +12 -0
  784. package/src/Utilities/Cancelable.d.ts +4 -0
  785. package/src/Utilities/Cancelable.js +2 -0
  786. package/src/Utilities/Constants/ConfigConstants.d.ts +9 -0
  787. package/src/Utilities/Constants/ConfigConstants.js +13 -0
  788. package/src/Utilities/Constants/DocumentationLinkConstants.d.ts +14 -0
  789. package/src/Utilities/Constants/DocumentationLinkConstants.js +18 -0
  790. package/src/Utilities/Constants/GeneralConstants.d.ts +76 -0
  791. package/src/Utilities/Constants/GeneralConstants.js +101 -0
  792. package/src/Utilities/Constants/ModuleConstants.d.ts +119 -0
  793. package/src/Utilities/Constants/ModuleConstants.js +123 -0
  794. package/src/Utilities/Defaults/DefaultAdaptableOptions.d.ts +2 -0
  795. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +331 -0
  796. package/src/Utilities/Defaults/DefaultSettingsPanel.d.ts +7 -0
  797. package/src/Utilities/Defaults/DefaultSettingsPanel.js +48 -0
  798. package/src/Utilities/Emitter.d.ts +22 -0
  799. package/src/Utilities/Emitter.js +246 -0
  800. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +20 -0
  801. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +189 -0
  802. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +43 -0
  803. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +768 -0
  804. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +8 -0
  805. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +359 -0
  806. package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +2 -0
  807. package/src/Utilities/ExpressionFunctions/dateUtils.js +24 -0
  808. package/src/Utilities/ExpressionFunctions/deepMap.d.ts +35 -0
  809. package/src/Utilities/ExpressionFunctions/deepMap.js +283 -0
  810. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +31 -0
  811. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +146 -0
  812. package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +35 -0
  813. package/src/Utilities/ExpressionFunctions/groupingMap.js +105 -0
  814. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +7 -0
  815. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +528 -0
  816. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.d.ts +32 -0
  817. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +106 -0
  818. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +7 -0
  819. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +594 -0
  820. package/src/Utilities/Extensions/ArrayExtensions.d.ts +67 -0
  821. package/src/Utilities/Extensions/ArrayExtensions.js +319 -0
  822. package/src/Utilities/Extensions/EnumExtensions.d.ts +11 -0
  823. package/src/Utilities/Extensions/EnumExtensions.js +41 -0
  824. package/src/Utilities/Extensions/NumberExtensions.d.ts +7 -0
  825. package/src/Utilities/Extensions/NumberExtensions.js +29 -0
  826. package/src/Utilities/Extensions/ObjectExtensions.d.ts +12 -0
  827. package/src/Utilities/Extensions/ObjectExtensions.js +28 -0
  828. package/src/Utilities/Extensions/StringExtensions.d.ts +41 -0
  829. package/src/Utilities/Extensions/StringExtensions.js +131 -0
  830. package/src/Utilities/Extensions/TypeExtensions.d.ts +78 -0
  831. package/src/Utilities/Extensions/TypeExtensions.js +7 -0
  832. package/src/Utilities/Helpers/AdaptableHelper.d.ts +23 -0
  833. package/src/Utilities/Helpers/AdaptableHelper.js +166 -0
  834. package/src/Utilities/Helpers/DateHelper.d.ts +11 -0
  835. package/src/Utilities/Helpers/DateHelper.js +67 -0
  836. package/src/Utilities/Helpers/FormatHelper.d.ts +11 -0
  837. package/src/Utilities/Helpers/FormatHelper.js +149 -0
  838. package/src/Utilities/Helpers/Helper.d.ts +40 -0
  839. package/src/Utilities/Helpers/Helper.js +269 -0
  840. package/src/Utilities/Helpers/PreviewHelper.d.ts +13 -0
  841. package/src/Utilities/Helpers/PreviewHelper.js +104 -0
  842. package/src/Utilities/Helpers/StyleHelper.d.ts +15 -0
  843. package/src/Utilities/Helpers/StyleHelper.js +115 -0
  844. package/src/Utilities/Interface/AdaptableToolPanelContext.d.ts +4 -0
  845. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -0
  846. package/src/Utilities/Interface/ColumnFilterProps.d.ts +7 -0
  847. package/src/Utilities/Interface/ColumnFilterProps.js +2 -0
  848. package/src/Utilities/Interface/IPPStyle.d.ts +31 -0
  849. package/src/Utilities/Interface/IPPStyle.js +2 -0
  850. package/src/Utilities/Interface/KeyValuePair.d.ts +7 -0
  851. package/src/Utilities/Interface/KeyValuePair.js +2 -0
  852. package/src/Utilities/Interface/MessagePopups.d.ts +82 -0
  853. package/src/Utilities/Interface/MessagePopups.js +2 -0
  854. package/src/Utilities/Interface/Preview.d.ts +18 -0
  855. package/src/Utilities/Interface/Preview.js +2 -0
  856. package/src/Utilities/MenuItem.d.ts +29 -0
  857. package/src/Utilities/MenuItem.js +43 -0
  858. package/src/Utilities/ObjectFactory.d.ts +118 -0
  859. package/src/Utilities/ObjectFactory.js +509 -0
  860. package/src/Utilities/Services/AggregatedScalarLiveValue.d.ts +25 -0
  861. package/src/Utilities/Services/AggregatedScalarLiveValue.js +115 -0
  862. package/src/Utilities/Services/AlertService.d.ts +17 -0
  863. package/src/Utilities/Services/AlertService.js +78 -0
  864. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +15 -0
  865. package/src/Utilities/Services/CalculatedColumnExpressionService.js +144 -0
  866. package/src/Utilities/Services/ChartingService.d.ts +18 -0
  867. package/src/Utilities/Services/ChartingService.js +118 -0
  868. package/src/Utilities/Services/DataService.d.ts +26 -0
  869. package/src/Utilities/Services/DataService.js +98 -0
  870. package/src/Utilities/Services/EntitlementService.d.ts +14 -0
  871. package/src/Utilities/Services/EntitlementService.js +67 -0
  872. package/src/Utilities/Services/Fdc3Service.d.ts +24 -0
  873. package/src/Utilities/Services/Fdc3Service.js +167 -0
  874. package/src/Utilities/Services/Interface/IAdaptableService.d.ts +3 -0
  875. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -0
  876. package/src/Utilities/Services/Interface/IAlertService.d.ts +24 -0
  877. package/src/Utilities/Services/Interface/IAlertService.js +11 -0
  878. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.d.ts +10 -0
  879. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -0
  880. package/src/Utilities/Services/Interface/IChartingService.d.ts +5 -0
  881. package/src/Utilities/Services/Interface/IChartingService.js +2 -0
  882. package/src/Utilities/Services/Interface/IDataService.d.ts +13 -0
  883. package/src/Utilities/Services/Interface/IDataService.js +2 -0
  884. package/src/Utilities/Services/Interface/IEntitlementService.d.ts +10 -0
  885. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -0
  886. package/src/Utilities/Services/Interface/ILicenseService.d.ts +3 -0
  887. package/src/Utilities/Services/Interface/ILicenseService.js +2 -0
  888. package/src/Utilities/Services/Interface/IMetamodelService.d.ts +21 -0
  889. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -0
  890. package/src/Utilities/Services/Interface/IModuleService.d.ts +17 -0
  891. package/src/Utilities/Services/Interface/IModuleService.js +2 -0
  892. package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +51 -0
  893. package/src/Utilities/Services/Interface/IQueryLanguageService.js +2 -0
  894. package/src/Utilities/Services/Interface/IReportService.d.ts +30 -0
  895. package/src/Utilities/Services/Interface/IReportService.js +2 -0
  896. package/src/Utilities/Services/Interface/IRowEditService.d.ts +3 -0
  897. package/src/Utilities/Services/Interface/IRowEditService.js +2 -0
  898. package/src/Utilities/Services/Interface/ITeamSharingService.d.ts +15 -0
  899. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -0
  900. package/src/Utilities/Services/Interface/IThemeService.d.ts +3 -0
  901. package/src/Utilities/Services/Interface/IThemeService.js +2 -0
  902. package/src/Utilities/Services/Interface/IValidationService.d.ts +12 -0
  903. package/src/Utilities/Services/Interface/IValidationService.js +2 -0
  904. package/src/Utilities/Services/LicenseService/index.d.ts +27 -0
  905. package/src/Utilities/Services/LicenseService/index.js +186 -0
  906. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.d.ts +1 -0
  907. package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +15 -0
  908. package/src/Utilities/Services/MetamodelService.d.ts +19 -0
  909. package/src/Utilities/Services/MetamodelService.js +170 -0
  910. package/src/Utilities/Services/ModuleService.d.ts +22 -0
  911. package/src/Utilities/Services/ModuleService.js +164 -0
  912. package/src/Utilities/Services/QueryLanguageService.d.ts +50 -0
  913. package/src/Utilities/Services/QueryLanguageService.js +410 -0
  914. package/src/Utilities/Services/ReportService.d.ts +39 -0
  915. package/src/Utilities/Services/ReportService.js +387 -0
  916. package/src/Utilities/Services/RowEditService.d.ts +7 -0
  917. package/src/Utilities/Services/RowEditService.js +44 -0
  918. package/src/Utilities/Services/TeamSharingService.d.ts +26 -0
  919. package/src/Utilities/Services/TeamSharingService.js +262 -0
  920. package/src/Utilities/Services/ThemeService.d.ts +13 -0
  921. package/src/Utilities/Services/ThemeService.js +86 -0
  922. package/src/Utilities/Services/ValidationService.d.ts +17 -0
  923. package/src/Utilities/Services/ValidationService.js +149 -0
  924. package/src/Utilities/getScrollbarSize.d.ts +2 -0
  925. package/src/Utilities/getScrollbarSize.js +30 -0
  926. package/src/Utilities/isAdaptableObject.d.ts +2 -0
  927. package/src/Utilities/isAdaptableObject.js +8 -0
  928. package/src/Utilities/isMacLike.d.ts +1 -0
  929. package/src/Utilities/isMacLike.js +8 -0
  930. package/src/Utilities/license/LicenseDetails.d.ts +10 -0
  931. package/src/Utilities/license/LicenseDetails.js +2 -0
  932. package/src/Utilities/license/decode.d.ts +7 -0
  933. package/src/Utilities/license/decode.js +70 -0
  934. package/src/Utilities/license/hashing.d.ts +1 -0
  935. package/src/Utilities/license/hashing.js +47 -0
  936. package/src/Utilities/logDeprecation.d.ts +6 -0
  937. package/src/Utilities/logDeprecation.js +29 -0
  938. package/src/Utilities/reorder.d.ts +1 -0
  939. package/src/Utilities/reorder.js +17 -0
  940. package/src/Utilities/runIfNotResolvedIn.d.ts +8 -0
  941. package/src/Utilities/runIfNotResolvedIn.js +24 -0
  942. package/src/Utilities/sortWithOrder.d.ts +11 -0
  943. package/src/Utilities/sortWithOrder.js +54 -0
  944. package/src/Utilities/waitForCondition.d.ts +1 -0
  945. package/src/Utilities/waitForCondition.js +29 -0
  946. package/src/Utilities/waitForTimeout.d.ts +1 -0
  947. package/src/Utilities/waitForTimeout.js +12 -0
  948. package/src/View/AdaptableContext.d.ts +5 -0
  949. package/src/View/AdaptableContext.js +12 -0
  950. package/src/View/AdaptablePopover/index.d.ts +23 -0
  951. package/src/View/AdaptablePopover/index.js +48 -0
  952. package/src/View/AdaptableView.d.ts +5 -0
  953. package/src/View/AdaptableView.js +67 -0
  954. package/src/View/AdaptableViewFactory.d.ts +8 -0
  955. package/src/View/AdaptableViewFactory.js +73 -0
  956. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.d.ts +15 -0
  957. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +2 -0
  958. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.d.ts +6 -0
  959. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +112 -0
  960. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.d.ts +19 -0
  961. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +347 -0
  962. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.d.ts +3 -0
  963. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -0
  964. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.d.ts +30 -0
  965. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +134 -0
  966. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.d.ts +18 -0
  967. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +18 -0
  968. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.d.ts +8 -0
  969. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +130 -0
  970. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +1 -0
  971. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +633 -0
  972. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.d.ts +8 -0
  973. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +38 -0
  974. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.d.ts +6 -0
  975. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +35 -0
  976. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.d.ts +6 -0
  977. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +81 -0
  978. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.d.ts +6 -0
  979. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +103 -0
  980. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.d.ts +11 -0
  981. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +25 -0
  982. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.d.ts +2 -0
  983. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -0
  984. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.d.ts +21 -0
  985. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +62 -0
  986. package/src/View/AdaptableWizardView/Utils.d.ts +1 -0
  987. package/src/View/AdaptableWizardView/Utils.js +25 -0
  988. package/src/View/AdaptableWizardView/Wizard.d.ts +57 -0
  989. package/src/View/AdaptableWizardView/Wizard.js +102 -0
  990. package/src/View/AdaptableWizardView/helper.d.ts +19 -0
  991. package/src/View/AdaptableWizardView/helper.js +89 -0
  992. package/src/View/AdaptableWizardView/index.d.ts +4 -0
  993. package/src/View/AdaptableWizardView/index.js +10 -0
  994. package/src/View/Alert/ActiveAlertsPanel.d.ts +2 -0
  995. package/src/View/Alert/ActiveAlertsPanel.js +16 -0
  996. package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
  997. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
  998. package/src/View/Alert/AlertEmptyView.d.ts +5 -0
  999. package/src/View/Alert/AlertEmptyView.js +17 -0
  1000. package/src/View/Alert/AlertEntityRow.d.ts +11 -0
  1001. package/src/View/Alert/AlertEntityRow.js +33 -0
  1002. package/src/View/Alert/AlertStatusSubPanel.d.ts +2 -0
  1003. package/src/View/Alert/AlertStatusSubPanel.js +53 -0
  1004. package/src/View/Alert/AlertViewPanel.d.ts +22 -0
  1005. package/src/View/Alert/AlertViewPanel.js +56 -0
  1006. package/src/View/Alert/AlertsPanel.d.ts +14 -0
  1007. package/src/View/Alert/AlertsPanel.js +44 -0
  1008. package/src/View/Alert/Utilities/getAlertButtonStyle.d.ts +5 -0
  1009. package/src/View/Alert/Utilities/getAlertButtonStyle.js +16 -0
  1010. package/src/View/Alert/Utilities/getAlertType.d.ts +15 -0
  1011. package/src/View/Alert/Utilities/getAlertType.js +58 -0
  1012. package/src/View/Alert/Utilities/getAvailablePredicates.d.ts +3 -0
  1013. package/src/View/Alert/Utilities/getAvailablePredicates.js +19 -0
  1014. package/src/View/Alert/Utilities/getDefaultAlertDefinition.d.ts +37 -0
  1015. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +32 -0
  1016. package/src/View/Alert/Utilities/mapAlertDefinition.d.ts +2 -0
  1017. package/src/View/Alert/Utilities/mapAlertDefinition.js +38 -0
  1018. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +12 -0
  1019. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +158 -0
  1020. package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +15 -0
  1021. package/src/View/Alert/Wizard/AlertButtonsEditor.js +197 -0
  1022. package/src/View/Alert/Wizard/AlertMessageWizardSection.d.ts +10 -0
  1023. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +57 -0
  1024. package/src/View/Alert/Wizard/AlertNotificationWizardSection.d.ts +18 -0
  1025. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +82 -0
  1026. package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +12 -0
  1027. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +84 -0
  1028. package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +9 -0
  1029. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +49 -0
  1030. package/src/View/Alert/Wizard/AlertSelectQueryWizard.d.ts +19 -0
  1031. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +59 -0
  1032. package/src/View/Alert/Wizard/AlertTypeWizardSection.d.ts +9 -0
  1033. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +27 -0
  1034. package/src/View/Alert/Wizard/AlertWizard.d.ts +6 -0
  1035. package/src/View/Alert/Wizard/AlertWizard.js +142 -0
  1036. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.d.ts +4 -0
  1037. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +24 -0
  1038. package/src/View/Alert/Wizard/isValidAlertRules.d.ts +3 -0
  1039. package/src/View/Alert/Wizard/isValidAlertRules.js +26 -0
  1040. package/src/View/BulkUpdate/BulkUpdatePopup.d.ts +33 -0
  1041. package/src/View/BulkUpdate/BulkUpdatePopup.js +107 -0
  1042. package/src/View/BulkUpdate/BulkUpdateViewPanel.d.ts +31 -0
  1043. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +109 -0
  1044. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +18 -0
  1045. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +63 -0
  1046. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.d.ts +2 -0
  1047. package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +19 -0
  1048. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.d.ts +10 -0
  1049. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +80 -0
  1050. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +11 -0
  1051. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +68 -0
  1052. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +9 -0
  1053. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +76 -0
  1054. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.d.ts +8 -0
  1055. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +19 -0
  1056. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +8 -0
  1057. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +135 -0
  1058. package/src/View/CalculatedColumn/utils.d.ts +2 -0
  1059. package/src/View/CalculatedColumn/utils.js +14 -0
  1060. package/src/View/CellSummary/CellSummaryDetails.d.ts +9 -0
  1061. package/src/View/CellSummary/CellSummaryDetails.js +35 -0
  1062. package/src/View/CellSummary/CellSummaryPopover.d.ts +6 -0
  1063. package/src/View/CellSummary/CellSummaryPopover.js +10 -0
  1064. package/src/View/CellSummary/CellSummaryPopup.d.ts +15 -0
  1065. package/src/View/CellSummary/CellSummaryPopup.js +37 -0
  1066. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.d.ts +2 -0
  1067. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +20 -0
  1068. package/src/View/CellSummary/CellSummaryStatusPanel.d.ts +2 -0
  1069. package/src/View/CellSummary/CellSummaryStatusPanel.js +37 -0
  1070. package/src/View/CellSummary/CellSummaryViewPanel.d.ts +25 -0
  1071. package/src/View/CellSummary/CellSummaryViewPanel.js +93 -0
  1072. package/src/View/Charting/ChartingStatusBarPopover.d.ts +2 -0
  1073. package/src/View/Charting/ChartingStatusBarPopover.js +28 -0
  1074. package/src/View/Charting/ChartingViewPanel.d.ts +3 -0
  1075. package/src/View/Charting/ChartingViewPanel.js +30 -0
  1076. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.d.ts +6 -0
  1077. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +47 -0
  1078. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.d.ts +6 -0
  1079. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +34 -0
  1080. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.d.ts +8 -0
  1081. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +53 -0
  1082. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.d.ts +1 -0
  1083. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +4 -0
  1084. package/src/View/Charting/ChartingWizard/ChartingWizard.d.ts +7 -0
  1085. package/src/View/Charting/ChartingWizard/ChartingWizard.js +20 -0
  1086. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.d.ts +6 -0
  1087. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +59 -0
  1088. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.d.ts +9 -0
  1089. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +25 -0
  1090. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.d.ts +1 -0
  1091. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +4 -0
  1092. package/src/View/Charting/ChartingWizard/index.d.ts +1 -0
  1093. package/src/View/Charting/ChartingWizard/index.js +4 -0
  1094. package/src/View/Charting/DeleteChartButton.d.ts +9 -0
  1095. package/src/View/Charting/DeleteChartButton.js +14 -0
  1096. package/src/View/Charting/EditChartButton.d.ts +10 -0
  1097. package/src/View/Charting/EditChartButton.js +21 -0
  1098. package/src/View/Charting/ShowChartButton.d.ts +5 -0
  1099. package/src/View/Charting/ShowChartButton.js +71 -0
  1100. package/src/View/Charting/useAgChartState.d.ts +9 -0
  1101. package/src/View/Charting/useAgChartState.js +75 -0
  1102. package/src/View/Charting/useChartingElements.d.ts +15 -0
  1103. package/src/View/Charting/useChartingElements.js +102 -0
  1104. package/src/View/Charting/useExternalChartState.d.ts +7 -0
  1105. package/src/View/Charting/useExternalChartState.js +56 -0
  1106. package/src/View/ColumnInfo/ColumnInfo.d.ts +5 -0
  1107. package/src/View/ColumnInfo/ColumnInfo.js +184 -0
  1108. package/src/View/ColumnInfo/ColumnInfoPopup.d.ts +3 -0
  1109. package/src/View/ColumnInfo/ColumnInfoPopup.js +15 -0
  1110. package/src/View/Components/AdaptableButton/index.d.ts +3 -0
  1111. package/src/View/Components/AdaptableButton/index.js +18 -0
  1112. package/src/View/Components/AdaptableDateInput/index.d.ts +5 -0
  1113. package/src/View/Components/AdaptableDateInput/index.js +37 -0
  1114. package/src/View/Components/AdaptableIconComponent/index.d.ts +7 -0
  1115. package/src/View/Components/AdaptableIconComponent/index.js +16 -0
  1116. package/src/View/Components/AdaptableIconComponent/useCustomIcon.d.ts +2 -0
  1117. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +12 -0
  1118. package/src/View/Components/AdaptableIconSelector/index.d.ts +6 -0
  1119. package/src/View/Components/AdaptableIconSelector/index.js +18 -0
  1120. package/src/View/Components/AdaptableInput/index.d.ts +5 -0
  1121. package/src/View/Components/AdaptableInput/index.js +20 -0
  1122. package/src/View/Components/AdaptableObjectCollection/index.d.ts +11 -0
  1123. package/src/View/Components/AdaptableObjectCollection/index.js +15 -0
  1124. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.d.ts +13 -0
  1125. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +94 -0
  1126. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.d.ts +54 -0
  1127. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +139 -0
  1128. package/src/View/Components/AdaptableObjectList/index.d.ts +1 -0
  1129. package/src/View/Components/AdaptableObjectList/index.js +5 -0
  1130. package/src/View/Components/AdaptableObjectRow/index.d.ts +12 -0
  1131. package/src/View/Components/AdaptableObjectRow/index.js +16 -0
  1132. package/src/View/Components/Badge/index.d.ts +9 -0
  1133. package/src/View/Components/Badge/index.js +18 -0
  1134. package/src/View/Components/Buttons/ButtonApply.d.ts +7 -0
  1135. package/src/View/Components/Buttons/ButtonApply.js +12 -0
  1136. package/src/View/Components/Buttons/ButtonBase/index.d.ts +23 -0
  1137. package/src/View/Components/Buttons/ButtonBase/index.js +74 -0
  1138. package/src/View/Components/Buttons/ButtonClear.d.ts +9 -0
  1139. package/src/View/Components/Buttons/ButtonClear.js +12 -0
  1140. package/src/View/Components/Buttons/ButtonClone.d.ts +3 -0
  1141. package/src/View/Components/Buttons/ButtonClone.js +10 -0
  1142. package/src/View/Components/Buttons/ButtonClose.d.ts +5 -0
  1143. package/src/View/Components/Buttons/ButtonClose.js +12 -0
  1144. package/src/View/Components/Buttons/ButtonConfigure.d.ts +5 -0
  1145. package/src/View/Components/Buttons/ButtonConfigure.js +12 -0
  1146. package/src/View/Components/Buttons/ButtonDelete.d.ts +18 -0
  1147. package/src/View/Components/Buttons/ButtonDelete.js +46 -0
  1148. package/src/View/Components/Buttons/ButtonEdit.d.ts +3 -0
  1149. package/src/View/Components/Buttons/ButtonEdit.js +11 -0
  1150. package/src/View/Components/Buttons/ButtonExpand.d.ts +5 -0
  1151. package/src/View/Components/Buttons/ButtonExpand.js +12 -0
  1152. package/src/View/Components/Buttons/ButtonExport.d.ts +7 -0
  1153. package/src/View/Components/Buttons/ButtonExport.js +12 -0
  1154. package/src/View/Components/Buttons/ButtonFunction.d.ts +7 -0
  1155. package/src/View/Components/Buttons/ButtonFunction.js +12 -0
  1156. package/src/View/Components/Buttons/ButtonGeneral.d.ts +5 -0
  1157. package/src/View/Components/Buttons/ButtonGeneral.js +12 -0
  1158. package/src/View/Components/Buttons/ButtonInfo.d.ts +7 -0
  1159. package/src/View/Components/Buttons/ButtonInfo.js +10 -0
  1160. package/src/View/Components/Buttons/ButtonInvalid.d.ts +5 -0
  1161. package/src/View/Components/Buttons/ButtonInvalid.js +12 -0
  1162. package/src/View/Components/Buttons/ButtonLogin.d.ts +7 -0
  1163. package/src/View/Components/Buttons/ButtonLogin.js +12 -0
  1164. package/src/View/Components/Buttons/ButtonLogout.d.ts +7 -0
  1165. package/src/View/Components/Buttons/ButtonLogout.js +12 -0
  1166. package/src/View/Components/Buttons/ButtonMaximise.d.ts +8 -0
  1167. package/src/View/Components/Buttons/ButtonMaximise.js +12 -0
  1168. package/src/View/Components/Buttons/ButtonMinimise.d.ts +5 -0
  1169. package/src/View/Components/Buttons/ButtonMinimise.js +12 -0
  1170. package/src/View/Components/Buttons/ButtonNew.d.ts +3 -0
  1171. package/src/View/Components/Buttons/ButtonNew.js +10 -0
  1172. package/src/View/Components/Buttons/ButtonNewPage.d.ts +7 -0
  1173. package/src/View/Components/Buttons/ButtonNewPage.js +13 -0
  1174. package/src/View/Components/Buttons/ButtonOpen.d.ts +5 -0
  1175. package/src/View/Components/Buttons/ButtonOpen.js +12 -0
  1176. package/src/View/Components/Buttons/ButtonPause.d.ts +8 -0
  1177. package/src/View/Components/Buttons/ButtonPause.js +22 -0
  1178. package/src/View/Components/Buttons/ButtonPlay.d.ts +7 -0
  1179. package/src/View/Components/Buttons/ButtonPlay.js +13 -0
  1180. package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +4 -0
  1181. package/src/View/Components/Buttons/ButtonPreviewDelete.js +8 -0
  1182. package/src/View/Components/Buttons/ButtonSave.d.ts +5 -0
  1183. package/src/View/Components/Buttons/ButtonSave.js +12 -0
  1184. package/src/View/Components/Buttons/ButtonSchedule.d.ts +7 -0
  1185. package/src/View/Components/Buttons/ButtonSchedule.js +12 -0
  1186. package/src/View/Components/Buttons/ButtonShare.d.ts +15 -0
  1187. package/src/View/Components/Buttons/ButtonShare.js +24 -0
  1188. package/src/View/Components/Buttons/ButtonShow.d.ts +5 -0
  1189. package/src/View/Components/Buttons/ButtonShow.js +12 -0
  1190. package/src/View/Components/Buttons/ButtonShowChart.d.ts +5 -0
  1191. package/src/View/Components/Buttons/ButtonShowChart.js +12 -0
  1192. package/src/View/Components/Buttons/ButtonStop.d.ts +7 -0
  1193. package/src/View/Components/Buttons/ButtonStop.js +12 -0
  1194. package/src/View/Components/Buttons/ButtonUndo.d.ts +5 -0
  1195. package/src/View/Components/Buttons/ButtonUndo.js +12 -0
  1196. package/src/View/Components/Buttons/ButtonUnsuspend.d.ts +8 -0
  1197. package/src/View/Components/Buttons/ButtonUnsuspend.js +22 -0
  1198. package/src/View/Components/Buttons/EntityListActionButtons.d.ts +39 -0
  1199. package/src/View/Components/Buttons/EntityListActionButtons.js +79 -0
  1200. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.d.ts +14 -0
  1201. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +19 -0
  1202. package/src/View/Components/Buttons/SuspendToggleButton/index.d.ts +1 -0
  1203. package/src/View/Components/Buttons/SuspendToggleButton/index.js +4 -0
  1204. package/src/View/Components/CellPopup/index.d.ts +12 -0
  1205. package/src/View/Components/CellPopup/index.js +69 -0
  1206. package/src/View/Components/ColumnSelector/index.d.ts +17 -0
  1207. package/src/View/Components/ColumnSelector/index.js +29 -0
  1208. package/src/View/Components/EntityRowItem.d.ts +7 -0
  1209. package/src/View/Components/EntityRowItem.js +13 -0
  1210. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.d.ts +12 -0
  1211. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +85 -0
  1212. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.d.ts +18 -0
  1213. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +87 -0
  1214. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.d.ts +1 -0
  1215. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +5 -0
  1216. package/src/View/Components/EntityRulesEditor/Utilities.d.ts +6 -0
  1217. package/src/View/Components/EntityRulesEditor/Utilities.js +34 -0
  1218. package/src/View/Components/EntityRulesEditor/index.d.ts +42 -0
  1219. package/src/View/Components/EntityRulesEditor/index.js +143 -0
  1220. package/src/View/Components/ExpressionWizard.d.ts +24 -0
  1221. package/src/View/Components/ExpressionWizard.js +83 -0
  1222. package/src/View/Components/ExternalRenderer.d.ts +13 -0
  1223. package/src/View/Components/ExternalRenderer.js +48 -0
  1224. package/src/View/Components/FilterForm/FilterForm.d.ts +18 -0
  1225. package/src/View/Components/FilterForm/FilterForm.js +284 -0
  1226. package/src/View/Components/FilterForm/ListBoxFilterForm.d.ts +23 -0
  1227. package/src/View/Components/FilterForm/ListBoxFilterForm.js +92 -0
  1228. package/src/View/Components/FilterForm/ListBoxMenu.d.ts +14 -0
  1229. package/src/View/Components/FilterForm/ListBoxMenu.js +33 -0
  1230. package/src/View/Components/FilterForm/QuickFilterForm.d.ts +7 -0
  1231. package/src/View/Components/FilterForm/QuickFilterForm.js +257 -0
  1232. package/src/View/Components/FilterForm/QuickFilterValues.d.ts +19 -0
  1233. package/src/View/Components/FilterForm/QuickFilterValues.js +179 -0
  1234. package/src/View/Components/FilterForm/Waiting.d.ts +8 -0
  1235. package/src/View/Components/FilterForm/Waiting.js +18 -0
  1236. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.d.ts +3 -0
  1237. package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +9 -0
  1238. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +9 -0
  1239. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +39 -0
  1240. package/src/View/Components/ListBox/DualListBoxEditor.d.ts +22 -0
  1241. package/src/View/Components/ListBox/DualListBoxEditor.js +520 -0
  1242. package/src/View/Components/ListBox/ListBoxFilterSortComponent.d.ts +13 -0
  1243. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +31 -0
  1244. package/src/View/Components/ModuleProfile.d.ts +8 -0
  1245. package/src/View/Components/ModuleProfile.js +18 -0
  1246. package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +23 -0
  1247. package/src/View/Components/ModuleSummary/ModuleDetail.js +19 -0
  1248. package/src/View/Components/ModuleSummary/ModuleHeader.d.ts +15 -0
  1249. package/src/View/Components/ModuleSummary/ModuleHeader.js +20 -0
  1250. package/src/View/Components/ModuleSummary/SummaryRowItem.d.ts +7 -0
  1251. package/src/View/Components/ModuleSummary/SummaryRowItem.js +17 -0
  1252. package/src/View/Components/ModuleValueSelector/index.d.ts +7 -0
  1253. package/src/View/Components/ModuleValueSelector/index.js +35 -0
  1254. package/src/View/Components/NewScopeComponent.d.ts +28 -0
  1255. package/src/View/Components/NewScopeComponent.js +158 -0
  1256. package/src/View/Components/Panels/FilterFormPanel.d.ts +22 -0
  1257. package/src/View/Components/Panels/FilterFormPanel.js +41 -0
  1258. package/src/View/Components/Panels/PanelDashboard/index.d.ts +15 -0
  1259. package/src/View/Components/Panels/PanelDashboard/index.js +21 -0
  1260. package/src/View/Components/Panels/PanelFooter.d.ts +10 -0
  1261. package/src/View/Components/Panels/PanelFooter.js +15 -0
  1262. package/src/View/Components/Panels/PanelToolPanel/index.d.ts +14 -0
  1263. package/src/View/Components/Panels/PanelToolPanel/index.js +31 -0
  1264. package/src/View/Components/Panels/PanelWithButton.d.ts +23 -0
  1265. package/src/View/Components/Panels/PanelWithButton.js +32 -0
  1266. package/src/View/Components/Panels/PanelWithImage.d.ts +16 -0
  1267. package/src/View/Components/Panels/PanelWithImage.js +38 -0
  1268. package/src/View/Components/Panels/PanelWithRow.d.ts +10 -0
  1269. package/src/View/Components/Panels/PanelWithRow.js +21 -0
  1270. package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +12 -0
  1271. package/src/View/Components/Panels/PanelWithTwoButtons.js +20 -0
  1272. package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +8 -0
  1273. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +31 -0
  1274. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.d.ts +8 -0
  1275. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +27 -0
  1276. package/src/View/Components/PermittedValuesSelector/index.d.ts +1 -0
  1277. package/src/View/Components/PermittedValuesSelector/index.js +5 -0
  1278. package/src/View/Components/Popups/AdaptableLoadingScreen.d.ts +8 -0
  1279. package/src/View/Components/Popups/AdaptableLoadingScreen.js +18 -0
  1280. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.d.ts +17 -0
  1281. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +80 -0
  1282. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.d.ts +15 -0
  1283. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +38 -0
  1284. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.d.ts +12 -0
  1285. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +68 -0
  1286. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.d.ts +11 -0
  1287. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +137 -0
  1288. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.d.ts +6 -0
  1289. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +10 -0
  1290. package/src/View/Components/Popups/AdaptablePopup/Navigation.d.ts +11 -0
  1291. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +58 -0
  1292. package/src/View/Components/Popups/AdaptablePopup/PopupContext.d.ts +7 -0
  1293. package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +13 -0
  1294. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.d.ts +11 -0
  1295. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +24 -0
  1296. package/src/View/Components/Popups/AdaptablePopup/TopBar.d.ts +7 -0
  1297. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +30 -0
  1298. package/src/View/Components/Popups/AdaptablePopup/index.d.ts +1 -0
  1299. package/src/View/Components/Popups/AdaptablePopup/index.js +5 -0
  1300. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.d.ts +2 -0
  1301. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +49 -0
  1302. package/src/View/Components/Popups/AdaptablePopupAlert.d.ts +9 -0
  1303. package/src/View/Components/Popups/AdaptablePopupAlert.js +81 -0
  1304. package/src/View/Components/Popups/AdaptablePopupConfirmation.d.ts +19 -0
  1305. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +65 -0
  1306. package/src/View/Components/Popups/AdaptablePopupPrompt.d.ts +11 -0
  1307. package/src/View/Components/Popups/AdaptablePopupPrompt.js +49 -0
  1308. package/src/View/Components/Popups/AdaptablePopupTeamSharing.d.ts +9 -0
  1309. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +50 -0
  1310. package/src/View/Components/Popups/AdaptableToaster.d.ts +7 -0
  1311. package/src/View/Components/Popups/AdaptableToaster.js +45 -0
  1312. package/src/View/Components/Popups/FormPopups/FormPopups.d.ts +10 -0
  1313. package/src/View/Components/Popups/FormPopups/FormPopups.js +39 -0
  1314. package/src/View/Components/Popups/Utilities.d.ts +19 -0
  1315. package/src/View/Components/Popups/Utilities.js +35 -0
  1316. package/src/View/Components/Popups/WindowPopups/WindowPopups.d.ts +9 -0
  1317. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +51 -0
  1318. package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +7 -0
  1319. package/src/View/Components/Popups/WindowPopups/windowFactory.js +17 -0
  1320. package/src/View/Components/PredicateEditor/PredicateEditor.d.ts +11 -0
  1321. package/src/View/Components/PredicateEditor/PredicateEditor.js +63 -0
  1322. package/src/View/Components/PreviewResultsPanel.d.ts +16 -0
  1323. package/src/View/Components/PreviewResultsPanel.js +88 -0
  1324. package/src/View/Components/RangesComponent.d.ts +42 -0
  1325. package/src/View/Components/RangesComponent.js +239 -0
  1326. package/src/View/Components/ScopeComponent.d.ts +24 -0
  1327. package/src/View/Components/ScopeComponent.js +138 -0
  1328. package/src/View/Components/Selectors/ColumnSelector.d.ts +13 -0
  1329. package/src/View/Components/Selectors/ColumnSelector.js +32 -0
  1330. package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +18 -0
  1331. package/src/View/Components/Selectors/ColumnSelectorOld.js +51 -0
  1332. package/src/View/Components/Selectors/ColumnValueSelector.d.ts +20 -0
  1333. package/src/View/Components/Selectors/ColumnValueSelector.js +46 -0
  1334. package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +13 -0
  1335. package/src/View/Components/Selectors/PermittedValuesSelector.js +51 -0
  1336. package/src/View/Components/SharedProps/BaseProps.d.ts +8 -0
  1337. package/src/View/Components/SharedProps/BaseProps.js +2 -0
  1338. package/src/View/Components/SharedProps/ConfigEntityRowProps.d.ts +30 -0
  1339. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -0
  1340. package/src/View/Components/SharedProps/EditableConfigEntityState.d.ts +14 -0
  1341. package/src/View/Components/SharedProps/EditableConfigEntityState.js +10 -0
  1342. package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +9 -0
  1343. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -0
  1344. package/src/View/Components/SharedProps/ModuleViewPopupProps.d.ts +25 -0
  1345. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -0
  1346. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.d.ts +13 -0
  1347. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -0
  1348. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.d.ts +14 -0
  1349. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -0
  1350. package/src/View/Components/SharedProps/ViewPanelProps.d.ts +9 -0
  1351. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -0
  1352. package/src/View/Components/SharedProps/WizardScopeState.d.ts +4 -0
  1353. package/src/View/Components/SharedProps/WizardScopeState.js +2 -0
  1354. package/src/View/Components/StyleComponent.d.ts +39 -0
  1355. package/src/View/Components/StyleComponent.js +234 -0
  1356. package/src/View/Components/StyleVisualItem.d.ts +9 -0
  1357. package/src/View/Components/StyleVisualItem.js +45 -0
  1358. package/src/View/Components/TagValueSelector/index.d.ts +13 -0
  1359. package/src/View/Components/TagValueSelector/index.js +25 -0
  1360. package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +37 -0
  1361. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +272 -0
  1362. package/src/View/Components/ToolPanel/CustomToolPanelContent.d.ts +6 -0
  1363. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +78 -0
  1364. package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +27 -0
  1365. package/src/View/Components/ToolPanel/ToolPanelPopup.js +117 -0
  1366. package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +16 -0
  1367. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +70 -0
  1368. package/src/View/Components/ValueSelector/index.d.ts +50 -0
  1369. package/src/View/Components/ValueSelector/index.js +200 -0
  1370. package/src/View/Components/WizardSummaryPage.d.ts +7 -0
  1371. package/src/View/Components/WizardSummaryPage.js +24 -0
  1372. package/src/View/Components/WizardSummaryRow.d.ts +9 -0
  1373. package/src/View/Components/WizardSummaryRow.js +16 -0
  1374. package/src/View/CustomSort/CustomSortSummary.d.ts +21 -0
  1375. package/src/View/CustomSort/CustomSortSummary.js +110 -0
  1376. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +9 -0
  1377. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +52 -0
  1378. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.d.ts +15 -0
  1379. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +36 -0
  1380. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +8 -0
  1381. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +76 -0
  1382. package/src/View/CustomSort/Wizard/CustomSortWizard.d.ts +7 -0
  1383. package/src/View/CustomSort/Wizard/CustomSortWizard.js +82 -0
  1384. package/src/View/Dashboard/CustomDashboardButton.d.ts +11 -0
  1385. package/src/View/Dashboard/CustomDashboardButton.js +37 -0
  1386. package/src/View/Dashboard/CustomToolbar.d.ts +9 -0
  1387. package/src/View/Dashboard/CustomToolbar.js +115 -0
  1388. package/src/View/Dashboard/Dashboard.d.ts +27 -0
  1389. package/src/View/Dashboard/Dashboard.js +151 -0
  1390. package/src/View/Dashboard/DashboardPopup.d.ts +32 -0
  1391. package/src/View/Dashboard/DashboardPopup.js +117 -0
  1392. package/src/View/Dashboard/DashboardToolbarFactory.d.ts +7 -0
  1393. package/src/View/Dashboard/DashboardToolbarFactory.js +49 -0
  1394. package/src/View/Dashboard/DashboardViewPanel.d.ts +17 -0
  1395. package/src/View/Dashboard/DashboardViewPanel.js +39 -0
  1396. package/src/View/Dashboard/ModuleToolbarWrapper.d.ts +9 -0
  1397. package/src/View/Dashboard/ModuleToolbarWrapper.js +23 -0
  1398. package/src/View/Dashboard/PinnedDashboard.d.ts +5 -0
  1399. package/src/View/Dashboard/PinnedDashboard.js +24 -0
  1400. package/src/View/Dashboard/PinnedToolbarsSelector.d.ts +5 -0
  1401. package/src/View/Dashboard/PinnedToolbarsSelector.js +47 -0
  1402. package/src/View/DataChangeHistory/DataChangeHistoryGrid.d.ts +17 -0
  1403. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +311 -0
  1404. package/src/View/DataChangeHistory/DataChangeHistoryPopup.d.ts +25 -0
  1405. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +93 -0
  1406. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.d.ts +2 -0
  1407. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +10 -0
  1408. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.d.ts +7 -0
  1409. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +58 -0
  1410. package/src/View/DataChangeHistory/buildActionColumnButton.d.ts +3 -0
  1411. package/src/View/DataChangeHistory/buildActionColumnButton.js +82 -0
  1412. package/src/View/DataImport/DataImportPopup.d.ts +6 -0
  1413. package/src/View/DataImport/DataImportPopup.js +32 -0
  1414. package/src/View/DataImport/DataImportWizard/DataImportWizard.d.ts +13 -0
  1415. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +285 -0
  1416. package/src/View/DataImport/DataImportWizard/index.d.ts +1 -0
  1417. package/src/View/DataImport/DataImportWizard/index.js +4 -0
  1418. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.d.ts +8 -0
  1419. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +119 -0
  1420. package/src/View/DataImport/DataImportWizard/sections/DataPreview.d.ts +11 -0
  1421. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +158 -0
  1422. package/src/View/DataImport/DataImportWizard/sections/ImportSection.d.ts +9 -0
  1423. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +24 -0
  1424. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.d.ts +8 -0
  1425. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +11 -0
  1426. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.d.ts +13 -0
  1427. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +23 -0
  1428. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.d.ts +8 -0
  1429. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +13 -0
  1430. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.d.ts +1 -0
  1431. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +4 -0
  1432. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.d.ts +12 -0
  1433. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +35 -0
  1434. package/src/View/DataImport/systemFileHandlers.d.ts +3 -0
  1435. package/src/View/DataImport/systemFileHandlers.js +44 -0
  1436. package/src/View/DataSet/DataSetSelector.d.ts +7 -0
  1437. package/src/View/DataSet/DataSetSelector.js +19 -0
  1438. package/src/View/DataSet/DataSetStatusPanelPopover.d.ts +2 -0
  1439. package/src/View/DataSet/DataSetStatusPanelPopover.js +20 -0
  1440. package/src/View/DataSet/DataSetViewPanel.d.ts +19 -0
  1441. package/src/View/DataSet/DataSetViewPanel.js +59 -0
  1442. package/src/View/Export/ExportSelector.d.ts +4 -0
  1443. package/src/View/Export/ExportSelector.js +77 -0
  1444. package/src/View/Export/ExportTablePopup.d.ts +3 -0
  1445. package/src/View/Export/ExportTablePopup.js +61 -0
  1446. package/src/View/Export/ExportViewPanel.d.ts +29 -0
  1447. package/src/View/Export/ExportViewPanel.js +151 -0
  1448. package/src/View/Export/ReportExportDropdown.d.ts +2 -0
  1449. package/src/View/Export/ReportExportDropdown.js +39 -0
  1450. package/src/View/Export/Wizard/NewReportWizard.d.ts +6 -0
  1451. package/src/View/Export/Wizard/NewReportWizard.js +82 -0
  1452. package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +19 -0
  1453. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +73 -0
  1454. package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +8 -0
  1455. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +73 -0
  1456. package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +9 -0
  1457. package/src/View/Export/Wizard/ReportNameWizardSection.js +47 -0
  1458. package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +19 -0
  1459. package/src/View/Export/Wizard/ReportRowTypeWizard.js +73 -0
  1460. package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +8 -0
  1461. package/src/View/Export/Wizard/ReportRowsWizardSection.js +75 -0
  1462. package/src/View/Export/Wizard/ReportScopeWizard.d.ts +17 -0
  1463. package/src/View/Export/Wizard/ReportScopeWizard.js +52 -0
  1464. package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +21 -0
  1465. package/src/View/Export/Wizard/ReportSettingsWizard.js +61 -0
  1466. package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +15 -0
  1467. package/src/View/Export/Wizard/ReportSummaryWizard.js +44 -0
  1468. package/src/View/Export/constants.d.ts +2 -0
  1469. package/src/View/Export/constants.js +5 -0
  1470. package/src/View/Filter/ActiveFiltersPanel.d.ts +2 -0
  1471. package/src/View/Filter/ActiveFiltersPanel.js +15 -0
  1472. package/src/View/Filter/FilterStatusBarSubPanelPopover.d.ts +2 -0
  1473. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +10 -0
  1474. package/src/View/Filter/FilterSummary.d.ts +15 -0
  1475. package/src/View/Filter/FilterSummary.js +53 -0
  1476. package/src/View/Filter/FilterViewPanel.d.ts +22 -0
  1477. package/src/View/Filter/FilterViewPanel.js +65 -0
  1478. package/src/View/FlashingCell/FlashingCellStyle.d.ts +7 -0
  1479. package/src/View/FlashingCell/FlashingCellStyle.js +21 -0
  1480. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.d.ts +7 -0
  1481. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +50 -0
  1482. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.d.ts +6 -0
  1483. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +27 -0
  1484. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.d.ts +10 -0
  1485. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +86 -0
  1486. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.d.ts +15 -0
  1487. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +52 -0
  1488. package/src/View/FlashingCell/Wizard/FlashingCellWizard.d.ts +6 -0
  1489. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +114 -0
  1490. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.d.ts +3 -0
  1491. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +23 -0
  1492. package/src/View/FormatColumn/FormatColumnSummary.d.ts +20 -0
  1493. package/src/View/FormatColumn/FormatColumnSummary.js +96 -0
  1494. package/src/View/FormatColumn/MoveFormatColumn.d.ts +7 -0
  1495. package/src/View/FormatColumn/MoveFormatColumn.js +27 -0
  1496. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +16 -0
  1497. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +422 -0
  1498. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.d.ts +8 -0
  1499. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +28 -0
  1500. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +8 -0
  1501. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +45 -0
  1502. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +8 -0
  1503. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +62 -0
  1504. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +11 -0
  1505. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +42 -0
  1506. package/src/View/FormatColumn/Wizard/FormatColumnWizard.d.ts +6 -0
  1507. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +166 -0
  1508. package/src/View/FormatColumn/Wizard/constants.d.ts +1 -0
  1509. package/src/View/FormatColumn/Wizard/constants.js +4 -0
  1510. package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +20 -0
  1511. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +93 -0
  1512. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +19 -0
  1513. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +143 -0
  1514. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.d.ts +6 -0
  1515. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +69 -0
  1516. package/src/View/GridFilter/GridFilterExpressionEditor.d.ts +5 -0
  1517. package/src/View/GridFilter/GridFilterExpressionEditor.js +114 -0
  1518. package/src/View/GridFilter/GridFilterPopup.d.ts +2 -0
  1519. package/src/View/GridFilter/GridFilterPopup.js +47 -0
  1520. package/src/View/GridFilter/GridFilterStatusbar.d.ts +2 -0
  1521. package/src/View/GridFilter/GridFilterStatusbar.js +21 -0
  1522. package/src/View/GridFilter/GridFilterViewPanel.d.ts +5 -0
  1523. package/src/View/GridFilter/GridFilterViewPanel.js +68 -0
  1524. package/src/View/GridFilter/GridFilterWindowPopup.d.ts +3 -0
  1525. package/src/View/GridFilter/GridFilterWindowPopup.js +10 -0
  1526. package/src/View/GridFilter/NamedQuerySelector.d.ts +16 -0
  1527. package/src/View/GridFilter/NamedQuerySelector.js +56 -0
  1528. package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +24 -0
  1529. package/src/View/GridFilter/useGridFilterExpressionEditor.js +128 -0
  1530. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.d.ts +4 -0
  1531. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +31 -0
  1532. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.d.ts +2 -0
  1533. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +29 -0
  1534. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.d.ts +7 -0
  1535. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +103 -0
  1536. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.d.ts +6 -0
  1537. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +84 -0
  1538. package/src/View/GridInfo/GridInfoPopup/index.d.ts +1 -0
  1539. package/src/View/GridInfo/GridInfoPopup/index.js +4 -0
  1540. package/src/View/KeyHint.d.ts +3 -0
  1541. package/src/View/KeyHint.js +10 -0
  1542. package/src/View/Layout/EditCurrentLayoutButton.d.ts +2 -0
  1543. package/src/View/Layout/EditCurrentLayoutButton.js +15 -0
  1544. package/src/View/Layout/LayoutCloneButton.d.ts +6 -0
  1545. package/src/View/Layout/LayoutCloneButton.js +16 -0
  1546. package/src/View/Layout/LayoutRadioSelector.d.ts +7 -0
  1547. package/src/View/Layout/LayoutRadioSelector.js +19 -0
  1548. package/src/View/Layout/LayoutStatusBarSubPanelPopover.d.ts +2 -0
  1549. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +17 -0
  1550. package/src/View/Layout/LayoutViewPanel.d.ts +19 -0
  1551. package/src/View/Layout/LayoutViewPanel.js +71 -0
  1552. package/src/View/Layout/PivotDetailsPopoup.d.ts +3 -0
  1553. package/src/View/Layout/PivotDetailsPopoup.js +67 -0
  1554. package/src/View/Layout/SaveLayoutButton.d.ts +2 -0
  1555. package/src/View/Layout/SaveLayoutButton.js +31 -0
  1556. package/src/View/Layout/Wizard/Components/ColumnLabels.d.ts +9 -0
  1557. package/src/View/Layout/Wizard/Components/ColumnLabels.js +57 -0
  1558. package/src/View/Layout/Wizard/LayoutWizard.d.ts +6 -0
  1559. package/src/View/Layout/Wizard/LayoutWizard.js +157 -0
  1560. package/src/View/Layout/Wizard/sections/AggregationsSection.d.ts +9 -0
  1561. package/src/View/Layout/Wizard/sections/AggregationsSection.js +163 -0
  1562. package/src/View/Layout/Wizard/sections/ColumnsSection.d.ts +8 -0
  1563. package/src/View/Layout/Wizard/sections/ColumnsSection.js +231 -0
  1564. package/src/View/Layout/Wizard/sections/FilterSection.d.ts +9 -0
  1565. package/src/View/Layout/Wizard/sections/FilterSection.js +82 -0
  1566. package/src/View/Layout/Wizard/sections/GridFilterSection.d.ts +9 -0
  1567. package/src/View/Layout/Wizard/sections/GridFilterSection.js +44 -0
  1568. package/src/View/Layout/Wizard/sections/PivotColumnsSection.d.ts +8 -0
  1569. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +40 -0
  1570. package/src/View/Layout/Wizard/sections/RowGroupingSection.d.ts +8 -0
  1571. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +46 -0
  1572. package/src/View/Layout/Wizard/sections/SettingsSection.d.ts +8 -0
  1573. package/src/View/Layout/Wizard/sections/SettingsSection.js +51 -0
  1574. package/src/View/Layout/Wizard/sections/SortSection.d.ts +8 -0
  1575. package/src/View/Layout/Wizard/sections/SortSection.js +66 -0
  1576. package/src/View/Layout/Wizard/sections/Utilities.d.ts +2 -0
  1577. package/src/View/Layout/Wizard/sections/Utilities.js +5 -0
  1578. package/src/View/License/LicenseWatermark.d.ts +2 -0
  1579. package/src/View/License/LicenseWatermark.js +66 -0
  1580. package/src/View/License/index.d.ts +1 -0
  1581. package/src/View/License/index.js +5 -0
  1582. package/src/View/NamedQuery/EditCurrentQueryButton.d.ts +2 -0
  1583. package/src/View/NamedQuery/EditCurrentQueryButton.js +16 -0
  1584. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.d.ts +9 -0
  1585. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +37 -0
  1586. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.d.ts +9 -0
  1587. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +45 -0
  1588. package/src/View/NamedQuery/Wizard/NamedQueryWizard.d.ts +6 -0
  1589. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +70 -0
  1590. package/src/View/Notes/NotesListing.d.ts +2 -0
  1591. package/src/View/Notes/NotesListing.js +88 -0
  1592. package/src/View/Notes/NotesPopup.d.ts +2 -0
  1593. package/src/View/Notes/NotesPopup.js +65 -0
  1594. package/src/View/PlusMinus/PlusMinusSummary.d.ts +20 -0
  1595. package/src/View/PlusMinus/PlusMinusSummary.js +101 -0
  1596. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.d.ts +9 -0
  1597. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +44 -0
  1598. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.d.ts +7 -0
  1599. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +23 -0
  1600. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +14 -0
  1601. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +66 -0
  1602. package/src/View/PlusMinus/Wizard/PlusMinusWizard.d.ts +6 -0
  1603. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +89 -0
  1604. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.d.ts +2 -0
  1605. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +26 -0
  1606. package/src/View/QuickSearch/QuickSearchInput.d.ts +7 -0
  1607. package/src/View/QuickSearch/QuickSearchInput.js +23 -0
  1608. package/src/View/QuickSearch/QuickSearchPopup.d.ts +12 -0
  1609. package/src/View/QuickSearch/QuickSearchPopup.js +58 -0
  1610. package/src/View/QuickSearch/QuickSearchStatusBarContent.d.ts +2 -0
  1611. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +17 -0
  1612. package/src/View/QuickSearch/QuickSearchViewPanel.d.ts +5 -0
  1613. package/src/View/QuickSearch/QuickSearchViewPanel.js +11 -0
  1614. package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +7 -0
  1615. package/src/View/QuickSearch/useQuickSearchDebounced.js +21 -0
  1616. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.d.ts +2 -0
  1617. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +15 -0
  1618. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.d.ts +10 -0
  1619. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +112 -0
  1620. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.d.ts +9 -0
  1621. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +25 -0
  1622. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.d.ts +11 -0
  1623. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +47 -0
  1624. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.d.ts +9 -0
  1625. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +25 -0
  1626. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.d.ts +8 -0
  1627. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +55 -0
  1628. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +11 -0
  1629. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +37 -0
  1630. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.d.ts +7 -0
  1631. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +97 -0
  1632. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.d.ts +7 -0
  1633. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +38 -0
  1634. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.d.ts +3 -0
  1635. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -0
  1636. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.d.ts +2 -0
  1637. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +56 -0
  1638. package/src/View/Schedule/Wizard/ScheduleWizard.d.ts +6 -0
  1639. package/src/View/Schedule/Wizard/ScheduleWizard.js +123 -0
  1640. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.d.ts +7 -0
  1641. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +23 -0
  1642. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.d.ts +10 -0
  1643. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +84 -0
  1644. package/src/View/Shortcut/Wizard/ShortcutWizard.d.ts +7 -0
  1645. package/src/View/Shortcut/Wizard/ShortcutWizard.js +99 -0
  1646. package/src/View/Shortcut/shortcutKeys.d.ts +1 -0
  1647. package/src/View/Shortcut/shortcutKeys.js +30 -0
  1648. package/src/View/Shortcut/shortcutOperations.d.ts +2 -0
  1649. package/src/View/Shortcut/shortcutOperations.js +10 -0
  1650. package/src/View/SmartEdit/SmartEditPopup.d.ts +26 -0
  1651. package/src/View/SmartEdit/SmartEditPopup.js +113 -0
  1652. package/src/View/SmartEdit/SmartEditViewPanel.d.ts +34 -0
  1653. package/src/View/SmartEdit/SmartEditViewPanel.js +131 -0
  1654. package/src/View/SpecialColumnSettingsWizardStep.d.ts +9 -0
  1655. package/src/View/SpecialColumnSettingsWizardStep.js +65 -0
  1656. package/src/View/StateManagement/StateManagementPopup.d.ts +6 -0
  1657. package/src/View/StateManagement/StateManagementPopup.js +32 -0
  1658. package/src/View/StateManagement/StateManagementViewPanel.d.ts +5 -0
  1659. package/src/View/StateManagement/StateManagementViewPanel.js +22 -0
  1660. package/src/View/StateManagement/components/ClearButton.d.ts +6 -0
  1661. package/src/View/StateManagement/components/ClearButton.js +10 -0
  1662. package/src/View/StateManagement/components/ExportDropdown.d.ts +8 -0
  1663. package/src/View/StateManagement/components/ExportDropdown.js +40 -0
  1664. package/src/View/StateManagement/components/LoadButton.d.ts +7 -0
  1665. package/src/View/StateManagement/components/LoadButton.js +39 -0
  1666. package/src/View/StateManagement/handleExportState.d.ts +1 -0
  1667. package/src/View/StateManagement/handleExportState.js +22 -0
  1668. package/src/View/StatusBar/AdaptableStatusBar.d.ts +3 -0
  1669. package/src/View/StatusBar/AdaptableStatusBar.js +45 -0
  1670. package/src/View/StatusBar/StatusBarPanel.d.ts +42 -0
  1671. package/src/View/StatusBar/StatusBarPanel.js +47 -0
  1672. package/src/View/StatusBar/StatusBarPopup.d.ts +3 -0
  1673. package/src/View/StatusBar/StatusBarPopup.js +44 -0
  1674. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.d.ts +7 -0
  1675. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +116 -0
  1676. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.d.ts +6 -0
  1677. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +282 -0
  1678. package/src/View/StyledColumn/Wizard/StyledColumnWizard.d.ts +7 -0
  1679. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +146 -0
  1680. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.d.ts +9 -0
  1681. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +81 -0
  1682. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.d.ts +8 -0
  1683. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +38 -0
  1684. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.d.ts +5 -0
  1685. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +26 -0
  1686. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.d.ts +5 -0
  1687. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +23 -0
  1688. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.d.ts +8 -0
  1689. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +25 -0
  1690. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.d.ts +5 -0
  1691. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +29 -0
  1692. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.d.ts +9 -0
  1693. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +275 -0
  1694. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.d.ts +1 -0
  1695. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +4 -0
  1696. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.d.ts +7 -0
  1697. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +73 -0
  1698. package/src/View/SystemStatus/SystemStatusEntityRow.d.ts +7 -0
  1699. package/src/View/SystemStatus/SystemStatusEntityRow.js +29 -0
  1700. package/src/View/SystemStatus/SystemStatusPopup.d.ts +18 -0
  1701. package/src/View/SystemStatus/SystemStatusPopup.js +49 -0
  1702. package/src/View/SystemStatus/SystemStatusStatusBarContent.d.ts +2 -0
  1703. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +16 -0
  1704. package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +12 -0
  1705. package/src/View/SystemStatus/SystemStatusViewPanel.js +30 -0
  1706. package/src/View/SystemStatus/Utilities/getStatusItemStyle.d.ts +5 -0
  1707. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +17 -0
  1708. package/src/View/TeamSharing/SharedEntityDependencies.d.ts +8 -0
  1709. package/src/View/TeamSharing/SharedEntityDependencies.js +27 -0
  1710. package/src/View/TeamSharing/SharedEntityObjectView.d.ts +12 -0
  1711. package/src/View/TeamSharing/SharedEntityObjectView.js +84 -0
  1712. package/src/View/TeamSharing/TeamSharingApplyButton.d.ts +6 -0
  1713. package/src/View/TeamSharing/TeamSharingApplyButton.js +15 -0
  1714. package/src/View/Theme/ThemeEditor.d.ts +8 -0
  1715. package/src/View/Theme/ThemeEditor.js +173 -0
  1716. package/src/View/Theme/ThemeEditorWindow.d.ts +2 -0
  1717. package/src/View/Theme/ThemeEditorWindow.js +15 -0
  1718. package/src/View/Theme/ThemeField.d.ts +11 -0
  1719. package/src/View/Theme/ThemeField.js +40 -0
  1720. package/src/View/Theme/ThemePopup.d.ts +17 -0
  1721. package/src/View/Theme/ThemePopup.js +93 -0
  1722. package/src/View/Theme/ThemeStatusPanelPopover.d.ts +2 -0
  1723. package/src/View/Theme/ThemeStatusPanelPopover.js +25 -0
  1724. package/src/View/Theme/ThemeViewPanel.d.ts +16 -0
  1725. package/src/View/Theme/ThemeViewPanel.js +60 -0
  1726. package/src/View/Theme/VariantSelector.d.ts +7 -0
  1727. package/src/View/Theme/VariantSelector.js +25 -0
  1728. package/src/View/UIHelper.d.ts +87 -0
  1729. package/src/View/UIHelper.js +494 -0
  1730. package/src/View/UIInterfaces.d.ts +5 -0
  1731. package/src/View/UIInterfaces.js +3 -0
  1732. package/src/View/Wizard/AdaptableWizard.d.ts +56 -0
  1733. package/src/View/Wizard/AdaptableWizard.js +169 -0
  1734. package/src/View/Wizard/Interface/IAdaptableWizard.d.ts +49 -0
  1735. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -0
  1736. package/src/View/Wizard/ObjectTagsWizardSection.d.ts +8 -0
  1737. package/src/View/Wizard/ObjectTagsWizardSection.js +24 -0
  1738. package/src/View/Wizard/OnePageAdaptableWizard.d.ts +45 -0
  1739. package/src/View/Wizard/OnePageAdaptableWizard.js +103 -0
  1740. package/src/View/Wizard/OnePageWizards.d.ts +39 -0
  1741. package/src/View/Wizard/OnePageWizards.js +193 -0
  1742. package/src/View/Wizard/TypeRadio.d.ts +7 -0
  1743. package/src/View/Wizard/TypeRadio.js +12 -0
  1744. package/src/View/Wizard/WizardLegend.d.ts +12 -0
  1745. package/src/View/Wizard/WizardLegend.js +29 -0
  1746. package/src/View/Wizard/useKeyboardNavigation.d.ts +2 -0
  1747. package/src/View/Wizard/useKeyboardNavigation.js +36 -0
  1748. package/src/View/renderWithAdaptableContext.d.ts +3 -0
  1749. package/src/View/renderWithAdaptableContext.js +15 -0
  1750. package/src/agGrid/ActionColumnRenderer.d.ts +16 -0
  1751. package/src/agGrid/ActionColumnRenderer.js +123 -0
  1752. package/src/agGrid/Adaptable.d.ts +470 -0
  1753. package/src/agGrid/Adaptable.js +5346 -0
  1754. package/src/agGrid/AdaptableLogger.d.ts +26 -0
  1755. package/src/agGrid/AdaptableLogger.js +148 -0
  1756. package/src/agGrid/BadgeRenderer.d.ts +4 -0
  1757. package/src/agGrid/BadgeRenderer.js +124 -0
  1758. package/src/agGrid/CheckboxRenderer.d.ts +16 -0
  1759. package/src/agGrid/CheckboxRenderer.js +94 -0
  1760. package/src/agGrid/ColumnSetupInfo.d.ts +8 -0
  1761. package/src/agGrid/ColumnSetupInfo.js +2 -0
  1762. package/src/agGrid/FilterWrapper.d.ts +2 -0
  1763. package/src/agGrid/FilterWrapper.js +98 -0
  1764. package/src/agGrid/FloatingFilterWrapper.d.ts +2 -0
  1765. package/src/agGrid/FloatingFilterWrapper.js +82 -0
  1766. package/src/agGrid/PercentBarRenderer.d.ts +4 -0
  1767. package/src/agGrid/PercentBarRenderer.js +106 -0
  1768. package/src/agGrid/agGridHelper.d.ts +56 -0
  1769. package/src/agGrid/agGridHelper.js +679 -0
  1770. package/src/agGrid/agGridMenuHelper.d.ts +44 -0
  1771. package/src/agGrid/agGridMenuHelper.js +625 -0
  1772. package/src/agGrid/attachAddaptableColumnTypes.d.ts +16 -0
  1773. package/src/agGrid/attachAddaptableColumnTypes.js +23 -0
  1774. package/src/agGrid/createAgStatusPanelComponent.d.ts +22 -0
  1775. package/src/agGrid/createAgStatusPanelComponent.js +50 -0
  1776. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +13 -0
  1777. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +66 -0
  1778. package/src/agGrid/editors/AdaptableDateEditor/index.d.ts +45 -0
  1779. package/src/agGrid/editors/AdaptableDateEditor/index.js +192 -0
  1780. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +23 -0
  1781. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +74 -0
  1782. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +57 -0
  1783. package/src/agGrid/editors/AdaptableNumberEditor/index.js +164 -0
  1784. package/src/agGrid/index.d.ts +4 -0
  1785. package/src/agGrid/index.js +12 -0
  1786. package/src/agGrid/weightedAverage.d.ts +9 -0
  1787. package/src/agGrid/weightedAverage.js +108 -0
  1788. package/src/bundle-dependencies/bundles/react-toastify/components/CloseButton.d.ts +9 -0
  1789. package/src/bundle-dependencies/bundles/react-toastify/components/Icons.d.ts +24 -0
  1790. package/src/bundle-dependencies/bundles/react-toastify/components/ProgressBar.d.ts +59 -0
  1791. package/src/bundle-dependencies/bundles/react-toastify/components/Toast.d.ts +3 -0
  1792. package/src/bundle-dependencies/bundles/react-toastify/components/ToastContainer.d.ts +3 -0
  1793. package/src/bundle-dependencies/bundles/react-toastify/components/Transitions.d.ts +6 -0
  1794. package/src/bundle-dependencies/bundles/react-toastify/components/index.d.ts +6 -0
  1795. package/src/bundle-dependencies/bundles/react-toastify/core/eventManager.d.ts +39 -0
  1796. package/src/bundle-dependencies/bundles/react-toastify/core/index.d.ts +2 -0
  1797. package/src/bundle-dependencies/bundles/react-toastify/core/toast.d.ts +41 -0
  1798. package/src/bundle-dependencies/bundles/react-toastify/hooks/index.d.ts +2 -0
  1799. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToast.d.ts +10 -0
  1800. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToastContainer.d.ts +23 -0
  1801. package/src/bundle-dependencies/bundles/react-toastify/index.d.ts +5 -0
  1802. package/src/bundle-dependencies/bundles/react-toastify/index.js +1 -0
  1803. package/src/bundle-dependencies/bundles/react-toastify/inject-style.d.ts +8 -0
  1804. package/src/bundle-dependencies/bundles/react-toastify/types/index.d.ts +269 -0
  1805. package/src/bundle-dependencies/bundles/react-toastify/utils/collapseToast.d.ts +5 -0
  1806. package/src/bundle-dependencies/bundles/react-toastify/utils/constant.d.ts +23 -0
  1807. package/src/bundle-dependencies/bundles/react-toastify/utils/cssTransition.d.ts +43 -0
  1808. package/src/bundle-dependencies/bundles/react-toastify/utils/index.d.ts +5 -0
  1809. package/src/bundle-dependencies/bundles/react-toastify/utils/mapper.d.ts +2 -0
  1810. package/src/bundle-dependencies/bundles/react-toastify/utils/propValidator.d.ts +9 -0
  1811. package/src/components/AdaptableFormComponent/AdaptableFormComponent.d.ts +27 -0
  1812. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +165 -0
  1813. package/src/components/AdaptableFormComponent/index.d.ts +1 -0
  1814. package/src/components/AdaptableFormComponent/index.js +4 -0
  1815. package/src/components/CheckBox/index.d.ts +24 -0
  1816. package/src/components/CheckBox/index.js +67 -0
  1817. package/src/components/CodeBlock/index.d.ts +4 -0
  1818. package/src/components/CodeBlock/index.js +12 -0
  1819. package/src/components/ColorPicker/ColorPicker.d.ts +11 -0
  1820. package/src/components/ColorPicker/ColorPicker.js +47 -0
  1821. package/src/components/ColorPicker/index.d.ts +1 -0
  1822. package/src/components/ColorPicker/index.js +4 -0
  1823. package/src/components/ContainerProps.d.ts +30 -0
  1824. package/src/components/ContainerProps.js +2 -0
  1825. package/src/components/Dashboard/Dashboard.d.ts +31 -0
  1826. package/src/components/Dashboard/Dashboard.js +84 -0
  1827. package/src/components/Dashboard/DashboardManager.d.ts +17 -0
  1828. package/src/components/Dashboard/DashboardManager.js +24 -0
  1829. package/src/components/Dashboard/DashboardTab.d.ts +6 -0
  1830. package/src/components/Dashboard/DashboardTab.js +7 -0
  1831. package/src/components/Dashboard/DashboardToolbar.d.ts +14 -0
  1832. package/src/components/Dashboard/DashboardToolbar.js +18 -0
  1833. package/src/components/Dashboard/index.d.ts +3 -0
  1834. package/src/components/Dashboard/index.js +6 -0
  1835. package/src/components/Datepicker/Caption.d.ts +7 -0
  1836. package/src/components/Datepicker/Caption.js +47 -0
  1837. package/src/components/Datepicker/CaptionLabel.d.ts +8 -0
  1838. package/src/components/Datepicker/CaptionLabel.js +25 -0
  1839. package/src/components/Datepicker/DatepickerContext.d.ts +11 -0
  1840. package/src/components/Datepicker/DatepickerContext.js +13 -0
  1841. package/src/components/Datepicker/index.d.ts +18 -0
  1842. package/src/components/Datepicker/index.js +108 -0
  1843. package/src/components/Dialog/index.d.ts +27 -0
  1844. package/src/components/Dialog/index.js +125 -0
  1845. package/src/components/Dialog/useIsOpen.d.ts +6 -0
  1846. package/src/components/Dialog/useIsOpen.js +13 -0
  1847. package/src/components/DragAndDropContext/DragAndDropContext.d.ts +7 -0
  1848. package/src/components/DragAndDropContext/DragAndDropContext.js +14 -0
  1849. package/src/components/DragAndDropContext/ModuleManager.d.ts +18 -0
  1850. package/src/components/DragAndDropContext/ModuleManager.js +81 -0
  1851. package/src/components/DragAndDropContext/TabList.d.ts +29 -0
  1852. package/src/components/DragAndDropContext/TabList.js +51 -0
  1853. package/src/components/DragAndDropContext/UnusedPanel.d.ts +7 -0
  1854. package/src/components/DragAndDropContext/UnusedPanel.js +43 -0
  1855. package/src/components/DragAndDropContext/types.d.ts +8 -0
  1856. package/src/components/DragAndDropContext/types.js +2 -0
  1857. package/src/components/Drawer/index.d.ts +6 -0
  1858. package/src/components/Drawer/index.js +60 -0
  1859. package/src/components/Dropdown/Arrows.d.ts +3 -0
  1860. package/src/components/Dropdown/Arrows.js +21 -0
  1861. package/src/components/Dropdown/index.d.ts +30 -0
  1862. package/src/components/Dropdown/index.js +105 -0
  1863. package/src/components/DropdownButton/DropdownButtonItem.d.ts +12 -0
  1864. package/src/components/DropdownButton/DropdownButtonItem.js +2 -0
  1865. package/src/components/DropdownButton/index.d.ts +46 -0
  1866. package/src/components/DropdownButton/index.js +152 -0
  1867. package/src/components/DropdownButton/renderItem.d.ts +14 -0
  1868. package/src/components/DropdownButton/renderItem.js +15 -0
  1869. package/src/components/DropdownButton/useExpanded.d.ts +24 -0
  1870. package/src/components/DropdownButton/useExpanded.js +59 -0
  1871. package/src/components/EllipsisContainer/index.d.ts +13 -0
  1872. package/src/components/EllipsisContainer/index.js +108 -0
  1873. package/src/components/EmptyContent/index.d.ts +5 -0
  1874. package/src/components/EmptyContent/index.js +16 -0
  1875. package/src/components/ErrorBox/index.d.ts +5 -0
  1876. package/src/components/ErrorBox/index.js +12 -0
  1877. package/src/components/ExpressionEditor/BaseEditorInput.d.ts +26 -0
  1878. package/src/components/ExpressionEditor/BaseEditorInput.js +259 -0
  1879. package/src/components/ExpressionEditor/EditorButton.d.ts +7 -0
  1880. package/src/components/ExpressionEditor/EditorButton.js +43 -0
  1881. package/src/components/ExpressionEditor/EditorContext.d.ts +12 -0
  1882. package/src/components/ExpressionEditor/EditorContext.js +13 -0
  1883. package/src/components/ExpressionEditor/EditorInput.d.ts +14 -0
  1884. package/src/components/ExpressionEditor/EditorInput.js +50 -0
  1885. package/src/components/ExpressionEditor/EditorInputWithWhereClause.d.ts +14 -0
  1886. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +63 -0
  1887. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.d.ts +7 -0
  1888. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +26 -0
  1889. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +11 -0
  1890. package/src/components/ExpressionEditor/NamedQueryContext.js +13 -0
  1891. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.d.ts +22 -0
  1892. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +118 -0
  1893. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +28 -0
  1894. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +126 -0
  1895. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +22 -0
  1896. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +177 -0
  1897. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.d.ts +2 -0
  1898. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +17 -0
  1899. package/src/components/ExpressionEditor/QueryBuilder/index.d.ts +1 -0
  1900. package/src/components/ExpressionEditor/QueryBuilder/index.js +4 -0
  1901. package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +9 -0
  1902. package/src/components/ExpressionEditor/QueryBuilder/utils.js +122 -0
  1903. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.d.ts +2 -0
  1904. package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +65 -0
  1905. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.d.ts +2 -0
  1906. package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +45 -0
  1907. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.d.ts +2 -0
  1908. package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +50 -0
  1909. package/src/components/ExpressionEditor/editorButtonsObservable.d.ts +2 -0
  1910. package/src/components/ExpressionEditor/editorButtonsObservable.js +50 -0
  1911. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.d.ts +2 -0
  1912. package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +25 -0
  1913. package/src/components/ExpressionEditor/editorButtonsSearch.d.ts +2 -0
  1914. package/src/components/ExpressionEditor/editorButtonsSearch.js +73 -0
  1915. package/src/components/ExpressionEditor/index.d.ts +22 -0
  1916. package/src/components/ExpressionEditor/index.js +292 -0
  1917. package/src/components/FieldWrap/index.d.ts +10 -0
  1918. package/src/components/FieldWrap/index.js +14 -0
  1919. package/src/components/FileDroppable/FileDroppableState.d.ts +5 -0
  1920. package/src/components/FileDroppable/FileDroppableState.js +2 -0
  1921. package/src/components/FileDroppable/index.d.ts +22 -0
  1922. package/src/components/FileDroppable/index.js +129 -0
  1923. package/src/components/FileDroppable/reducer.d.ts +14 -0
  1924. package/src/components/FileDroppable/reducer.js +26 -0
  1925. package/src/components/FlexWithFooter.d.ts +8 -0
  1926. package/src/components/FlexWithFooter.js +19 -0
  1927. package/src/components/FormLayout/index.d.ts +31 -0
  1928. package/src/components/FormLayout/index.js +83 -0
  1929. package/src/components/HelpBlock/index.d.ts +5 -0
  1930. package/src/components/HelpBlock/index.js +12 -0
  1931. package/src/components/Icon/index.d.ts +11 -0
  1932. package/src/components/Icon/index.js +73 -0
  1933. package/src/components/IconSelector/IconSelector.d.ts +9 -0
  1934. package/src/components/IconSelector/IconSelector.js +58 -0
  1935. package/src/components/IconSelector/index.d.ts +1 -0
  1936. package/src/components/IconSelector/index.js +4 -0
  1937. package/src/components/InfiniteTable/index.d.ts +3 -0
  1938. package/src/components/InfiniteTable/index.js +14 -0
  1939. package/src/components/Input/NumberInput.d.ts +10 -0
  1940. package/src/components/Input/NumberInput.js +46 -0
  1941. package/src/components/Input/index.d.ts +12 -0
  1942. package/src/components/Input/index.js +20 -0
  1943. package/src/components/List/GridList/index.d.ts +9 -0
  1944. package/src/components/List/GridList/index.js +27 -0
  1945. package/src/components/List/ListGroup/index.d.ts +6 -0
  1946. package/src/components/List/ListGroup/index.js +12 -0
  1947. package/src/components/List/ListGroupItem/index.d.ts +12 -0
  1948. package/src/components/List/ListGroupItem/index.js +19 -0
  1949. package/src/components/Loader/Loader.d.ts +7 -0
  1950. package/src/components/Loader/Loader.js +15 -0
  1951. package/src/components/Loader/index.d.ts +2 -0
  1952. package/src/components/Loader/index.js +7 -0
  1953. package/src/components/Logo/index.d.ts +6 -0
  1954. package/src/components/Logo/index.js +14 -0
  1955. package/src/components/Modal/Backdrop.d.ts +19 -0
  1956. package/src/components/Modal/Backdrop.js +52 -0
  1957. package/src/components/Modal/index.d.ts +9 -0
  1958. package/src/components/Modal/index.js +39 -0
  1959. package/src/components/NotifyResize/index.d.ts +9 -0
  1960. package/src/components/NotifyResize/index.js +37 -0
  1961. package/src/components/OverlayTrigger/Overlay.d.ts +9 -0
  1962. package/src/components/OverlayTrigger/Overlay.js +73 -0
  1963. package/src/components/OverlayTrigger/index.d.ts +32 -0
  1964. package/src/components/OverlayTrigger/index.js +215 -0
  1965. package/src/components/OverlayTrigger/useAgGridClassName.d.ts +2 -0
  1966. package/src/components/OverlayTrigger/useAgGridClassName.js +14 -0
  1967. package/src/components/OverlayTrigger/utils.d.ts +4 -0
  1968. package/src/components/OverlayTrigger/utils.js +44 -0
  1969. package/src/components/Panel/index.d.ts +16 -0
  1970. package/src/components/Panel/index.js +40 -0
  1971. package/src/components/PopupWithFooter.d.ts +14 -0
  1972. package/src/components/PopupWithFooter.js +16 -0
  1973. package/src/components/ProgressIndicator/ProgressIndicator.d.ts +2 -0
  1974. package/src/components/ProgressIndicator/ProgressIndicator.js +53 -0
  1975. package/src/components/Radio/index.d.ts +28 -0
  1976. package/src/components/Radio/index.js +68 -0
  1977. package/src/components/ResizeObserver/getResizeObserverObject.d.ts +1 -0
  1978. package/src/components/ResizeObserver/getResizeObserverObject.js +8 -0
  1979. package/src/components/ResizeObserver/index.d.ts +37 -0
  1980. package/src/components/ResizeObserver/index.js +107 -0
  1981. package/src/components/Select/Select.d.ts +30 -0
  1982. package/src/components/Select/Select.js +133 -0
  1983. package/src/components/Select/index.d.ts +1 -0
  1984. package/src/components/Select/index.js +4 -0
  1985. package/src/components/SelectList.d.ts +10 -0
  1986. package/src/components/SelectList.js +10 -0
  1987. package/src/components/SelectableList/index.d.ts +14 -0
  1988. package/src/components/SelectableList/index.js +99 -0
  1989. package/src/components/SimpleButton/index.d.ts +20 -0
  1990. package/src/components/SimpleButton/index.js +90 -0
  1991. package/src/components/SizedContainer/index.d.ts +14 -0
  1992. package/src/components/SizedContainer/index.js +25 -0
  1993. package/src/components/StylePreview.d.ts +8 -0
  1994. package/src/components/StylePreview.js +13 -0
  1995. package/src/components/Table/index.d.ts +3 -0
  1996. package/src/components/Table/index.js +9 -0
  1997. package/src/components/Tabs/index.d.ts +47 -0
  1998. package/src/components/Tabs/index.js +135 -0
  1999. package/src/components/Tag/Tag.d.ts +3 -0
  2000. package/src/components/Tag/Tag.js +11 -0
  2001. package/src/components/Tag/index.d.ts +1 -0
  2002. package/src/components/Tag/index.js +5 -0
  2003. package/src/components/Textarea/index.d.ts +17 -0
  2004. package/src/components/Textarea/index.js +20 -0
  2005. package/src/components/Toastify/index.d.ts +3 -0
  2006. package/src/components/Toastify/index.js +10 -0
  2007. package/src/components/Toggle/Toggle.d.ts +8 -0
  2008. package/src/components/Toggle/Toggle.js +15 -0
  2009. package/src/components/Toggle/ToggleGroup.d.ts +2 -0
  2010. package/src/components/Toggle/ToggleGroup.js +10 -0
  2011. package/src/components/Toggle/index.d.ts +2 -0
  2012. package/src/components/Toggle/index.js +5 -0
  2013. package/src/components/ToggleButton/index.d.ts +11 -0
  2014. package/src/components/ToggleButton/index.js +22 -0
  2015. package/src/components/Tooltip/index.d.ts +6 -0
  2016. package/src/components/Tooltip/index.js +9 -0
  2017. package/src/components/WarningBox/index.d.ts +4 -0
  2018. package/src/components/WarningBox/index.js +12 -0
  2019. package/src/components/WindowModal/WindowModal.d.ts +27 -0
  2020. package/src/components/WindowModal/WindowModal.js +114 -0
  2021. package/src/components/WindowModal/index.d.ts +1 -0
  2022. package/src/components/WindowModal/index.js +4 -0
  2023. package/src/components/WindowModal/useStacking.d.ts +9 -0
  2024. package/src/components/WindowModal/useStacking.js +46 -0
  2025. package/src/components/WizardPanel/index.d.ts +4 -0
  2026. package/src/components/WizardPanel/index.js +10 -0
  2027. package/src/components/icons/DefaultIcon.d.ts +13 -0
  2028. package/src/components/icons/DefaultIcon.js +15 -0
  2029. package/src/components/icons/add-row.d.ts +3 -0
  2030. package/src/components/icons/add-row.js +7 -0
  2031. package/src/components/icons/alert.d.ts +3 -0
  2032. package/src/components/icons/alert.js +7 -0
  2033. package/src/components/icons/align-center.d.ts +3 -0
  2034. package/src/components/icons/align-center.js +7 -0
  2035. package/src/components/icons/align-justify.d.ts +3 -0
  2036. package/src/components/icons/align-justify.js +7 -0
  2037. package/src/components/icons/align-left.d.ts +3 -0
  2038. package/src/components/icons/align-left.js +7 -0
  2039. package/src/components/icons/align-right.d.ts +3 -0
  2040. package/src/components/icons/align-right.js +7 -0
  2041. package/src/components/icons/analysis.d.ts +3 -0
  2042. package/src/components/icons/analysis.js +8 -0
  2043. package/src/components/icons/application.d.ts +3 -0
  2044. package/src/components/icons/application.js +7 -0
  2045. package/src/components/icons/arrow-down-long.d.ts +3 -0
  2046. package/src/components/icons/arrow-down-long.js +7 -0
  2047. package/src/components/icons/arrow-down.d.ts +3 -0
  2048. package/src/components/icons/arrow-down.js +7 -0
  2049. package/src/components/icons/arrow-expand.d.ts +3 -0
  2050. package/src/components/icons/arrow-expand.js +7 -0
  2051. package/src/components/icons/arrow-left.d.ts +3 -0
  2052. package/src/components/icons/arrow-left.js +8 -0
  2053. package/src/components/icons/arrow-right.d.ts +3 -0
  2054. package/src/components/icons/arrow-right.js +7 -0
  2055. package/src/components/icons/arrow-up-long.d.ts +3 -0
  2056. package/src/components/icons/arrow-up-long.js +7 -0
  2057. package/src/components/icons/arrow-up.d.ts +3 -0
  2058. package/src/components/icons/arrow-up.js +7 -0
  2059. package/src/components/icons/attach-file.d.ts +3 -0
  2060. package/src/components/icons/attach-file.js +8 -0
  2061. package/src/components/icons/badge.d.ts +3 -0
  2062. package/src/components/icons/badge.js +7 -0
  2063. package/src/components/icons/blanks.d.ts +3 -0
  2064. package/src/components/icons/blanks.js +7 -0
  2065. package/src/components/icons/bold.d.ts +3 -0
  2066. package/src/components/icons/bold.js +7 -0
  2067. package/src/components/icons/boolean-list.d.ts +3 -0
  2068. package/src/components/icons/boolean-list.js +7 -0
  2069. package/src/components/icons/brush.d.ts +3 -0
  2070. package/src/components/icons/brush.js +7 -0
  2071. package/src/components/icons/build.d.ts +3 -0
  2072. package/src/components/icons/build.js +8 -0
  2073. package/src/components/icons/bulk-update.d.ts +3 -0
  2074. package/src/components/icons/bulk-update.js +11 -0
  2075. package/src/components/icons/calculated-column.d.ts +3 -0
  2076. package/src/components/icons/calculated-column.js +8 -0
  2077. package/src/components/icons/calendar.d.ts +3 -0
  2078. package/src/components/icons/calendar.js +7 -0
  2079. package/src/components/icons/call.d.ts +3 -0
  2080. package/src/components/icons/call.js +7 -0
  2081. package/src/components/icons/campaign.d.ts +3 -0
  2082. package/src/components/icons/campaign.js +7 -0
  2083. package/src/components/icons/case-lower.d.ts +3 -0
  2084. package/src/components/icons/case-lower.js +7 -0
  2085. package/src/components/icons/case-sentence.d.ts +3 -0
  2086. package/src/components/icons/case-sentence.js +8 -0
  2087. package/src/components/icons/case-upper.d.ts +3 -0
  2088. package/src/components/icons/case-upper.js +7 -0
  2089. package/src/components/icons/cell-summary.d.ts +3 -0
  2090. package/src/components/icons/cell-summary.js +7 -0
  2091. package/src/components/icons/cell-validation.d.ts +3 -0
  2092. package/src/components/icons/cell-validation.js +7 -0
  2093. package/src/components/icons/chart.d.ts +3 -0
  2094. package/src/components/icons/chart.js +7 -0
  2095. package/src/components/icons/chat.d.ts +3 -0
  2096. package/src/components/icons/chat.js +8 -0
  2097. package/src/components/icons/check-box-outline.d.ts +3 -0
  2098. package/src/components/icons/check-box-outline.js +7 -0
  2099. package/src/components/icons/check-box.d.ts +3 -0
  2100. package/src/components/icons/check-box.js +7 -0
  2101. package/src/components/icons/check-circle.d.ts +3 -0
  2102. package/src/components/icons/check-circle.js +7 -0
  2103. package/src/components/icons/check.d.ts +3 -0
  2104. package/src/components/icons/check.js +7 -0
  2105. package/src/components/icons/clone.d.ts +3 -0
  2106. package/src/components/icons/clone.js +7 -0
  2107. package/src/components/icons/close.d.ts +3 -0
  2108. package/src/components/icons/close.js +7 -0
  2109. package/src/components/icons/cloud-upload.d.ts +3 -0
  2110. package/src/components/icons/cloud-upload.js +7 -0
  2111. package/src/components/icons/collapse.d.ts +3 -0
  2112. package/src/components/icons/collapse.js +7 -0
  2113. package/src/components/icons/column-add.d.ts +3 -0
  2114. package/src/components/icons/column-add.js +10 -0
  2115. package/src/components/icons/column-chooser.d.ts +3 -0
  2116. package/src/components/icons/column-chooser.js +7 -0
  2117. package/src/components/icons/column-filter.d.ts +3 -0
  2118. package/src/components/icons/column-filter.js +7 -0
  2119. package/src/components/icons/column-info.d.ts +3 -0
  2120. package/src/components/icons/column-info.js +7 -0
  2121. package/src/components/icons/comment.d.ts +3 -0
  2122. package/src/components/icons/comment.js +7 -0
  2123. package/src/components/icons/contact.d.ts +3 -0
  2124. package/src/components/icons/contact.js +8 -0
  2125. package/src/components/icons/contains.d.ts +3 -0
  2126. package/src/components/icons/contains.js +7 -0
  2127. package/src/components/icons/custom-sort.d.ts +3 -0
  2128. package/src/components/icons/custom-sort.js +7 -0
  2129. package/src/components/icons/dashboard.d.ts +3 -0
  2130. package/src/components/icons/dashboard.js +7 -0
  2131. package/src/components/icons/data-set.d.ts +3 -0
  2132. package/src/components/icons/data-set.js +7 -0
  2133. package/src/components/icons/date-range.d.ts +3 -0
  2134. package/src/components/icons/date-range.js +8 -0
  2135. package/src/components/icons/delete.d.ts +3 -0
  2136. package/src/components/icons/delete.js +7 -0
  2137. package/src/components/icons/division.d.ts +3 -0
  2138. package/src/components/icons/division.js +7 -0
  2139. package/src/components/icons/dock.d.ts +3 -0
  2140. package/src/components/icons/dock.js +7 -0
  2141. package/src/components/icons/dollar.d.ts +3 -0
  2142. package/src/components/icons/dollar.js +7 -0
  2143. package/src/components/icons/drag.d.ts +3 -0
  2144. package/src/components/icons/drag.js +7 -0
  2145. package/src/components/icons/edit.d.ts +3 -0
  2146. package/src/components/icons/edit.js +7 -0
  2147. package/src/components/icons/ends-with.d.ts +3 -0
  2148. package/src/components/icons/ends-with.js +7 -0
  2149. package/src/components/icons/equal.d.ts +3 -0
  2150. package/src/components/icons/equal.js +7 -0
  2151. package/src/components/icons/equation.d.ts +3 -0
  2152. package/src/components/icons/equation.js +7 -0
  2153. package/src/components/icons/error.d.ts +3 -0
  2154. package/src/components/icons/error.js +7 -0
  2155. package/src/components/icons/expand.d.ts +3 -0
  2156. package/src/components/icons/expand.js +7 -0
  2157. package/src/components/icons/exponent.d.ts +3 -0
  2158. package/src/components/icons/exponent.js +7 -0
  2159. package/src/components/icons/export.d.ts +3 -0
  2160. package/src/components/icons/export.js +7 -0
  2161. package/src/components/icons/fast-backward.d.ts +3 -0
  2162. package/src/components/icons/fast-backward.js +7 -0
  2163. package/src/components/icons/fast-forward.d.ts +3 -0
  2164. package/src/components/icons/fast-forward.js +7 -0
  2165. package/src/components/icons/fdc3.d.ts +3 -0
  2166. package/src/components/icons/fdc3.js +9 -0
  2167. package/src/components/icons/filter.d.ts +3 -0
  2168. package/src/components/icons/filter.js +7 -0
  2169. package/src/components/icons/flashing-cell.d.ts +3 -0
  2170. package/src/components/icons/flashing-cell.js +7 -0
  2171. package/src/components/icons/folder-open.d.ts +3 -0
  2172. package/src/components/icons/folder-open.js +7 -0
  2173. package/src/components/icons/folder-shared.d.ts +3 -0
  2174. package/src/components/icons/folder-shared.js +7 -0
  2175. package/src/components/icons/folder.d.ts +3 -0
  2176. package/src/components/icons/folder.js +7 -0
  2177. package/src/components/icons/format-column.d.ts +3 -0
  2178. package/src/components/icons/format-column.js +7 -0
  2179. package/src/components/icons/freetext-column.d.ts +3 -0
  2180. package/src/components/icons/freetext-column.js +11 -0
  2181. package/src/components/icons/function.d.ts +3 -0
  2182. package/src/components/icons/function.js +7 -0
  2183. package/src/components/icons/gradient-column.d.ts +3 -0
  2184. package/src/components/icons/gradient-column.js +7 -0
  2185. package/src/components/icons/gradient.d.ts +3 -0
  2186. package/src/components/icons/gradient.js +7 -0
  2187. package/src/components/icons/greater-than-or-equal.d.ts +3 -0
  2188. package/src/components/icons/greater-than-or-equal.js +7 -0
  2189. package/src/components/icons/greater-than.d.ts +3 -0
  2190. package/src/components/icons/greater-than.js +7 -0
  2191. package/src/components/icons/grid-filter.d.ts +3 -0
  2192. package/src/components/icons/grid-filter.js +7 -0
  2193. package/src/components/icons/hide-column.d.ts +3 -0
  2194. package/src/components/icons/hide-column.js +8 -0
  2195. package/src/components/icons/history.d.ts +3 -0
  2196. package/src/components/icons/history.js +7 -0
  2197. package/src/components/icons/home.d.ts +3 -0
  2198. package/src/components/icons/home.js +7 -0
  2199. package/src/components/icons/import-export.d.ts +3 -0
  2200. package/src/components/icons/import-export.js +7 -0
  2201. package/src/components/icons/import.d.ts +3 -0
  2202. package/src/components/icons/import.js +7 -0
  2203. package/src/components/icons/index.d.ts +14 -0
  2204. package/src/components/icons/index.js +338 -0
  2205. package/src/components/icons/info.d.ts +3 -0
  2206. package/src/components/icons/info.js +7 -0
  2207. package/src/components/icons/instrument.d.ts +3 -0
  2208. package/src/components/icons/instrument.js +8 -0
  2209. package/src/components/icons/interactions.d.ts +3 -0
  2210. package/src/components/icons/interactions.js +8 -0
  2211. package/src/components/icons/invalid.d.ts +3 -0
  2212. package/src/components/icons/invalid.js +8 -0
  2213. package/src/components/icons/ipushpull.d.ts +3 -0
  2214. package/src/components/icons/ipushpull.js +8 -0
  2215. package/src/components/icons/italic.d.ts +3 -0
  2216. package/src/components/icons/italic.js +7 -0
  2217. package/src/components/icons/justify.d.ts +3 -0
  2218. package/src/components/icons/justify.js +7 -0
  2219. package/src/components/icons/layout.d.ts +4 -0
  2220. package/src/components/icons/layout.js +7 -0
  2221. package/src/components/icons/less-than-or-equal.d.ts +3 -0
  2222. package/src/components/icons/less-than-or-equal.js +7 -0
  2223. package/src/components/icons/less-than.d.ts +3 -0
  2224. package/src/components/icons/less-than.js +7 -0
  2225. package/src/components/icons/list.d.ts +3 -0
  2226. package/src/components/icons/list.js +7 -0
  2227. package/src/components/icons/login.d.ts +3 -0
  2228. package/src/components/icons/login.js +7 -0
  2229. package/src/components/icons/logout copy.d.ts +3 -0
  2230. package/src/components/icons/logout copy.js +8 -0
  2231. package/src/components/icons/logout.d.ts +3 -0
  2232. package/src/components/icons/logout.js +8 -0
  2233. package/src/components/icons/mail.d.ts +3 -0
  2234. package/src/components/icons/mail.js +7 -0
  2235. package/src/components/icons/menu.d.ts +3 -0
  2236. package/src/components/icons/menu.js +7 -0
  2237. package/src/components/icons/minus.d.ts +3 -0
  2238. package/src/components/icons/minus.js +7 -0
  2239. package/src/components/icons/money.d.ts +3 -0
  2240. package/src/components/icons/money.js +8 -0
  2241. package/src/components/icons/multiplication.d.ts +3 -0
  2242. package/src/components/icons/multiplication.js +7 -0
  2243. package/src/components/icons/newpage.d.ts +3 -0
  2244. package/src/components/icons/newpage.js +8 -0
  2245. package/src/components/icons/news.d.ts +3 -0
  2246. package/src/components/icons/news.js +8 -0
  2247. package/src/components/icons/non-blanks.d.ts +3 -0
  2248. package/src/components/icons/non-blanks.js +7 -0
  2249. package/src/components/icons/not-contains.d.ts +3 -0
  2250. package/src/components/icons/not-contains.js +7 -0
  2251. package/src/components/icons/not-equal.d.ts +3 -0
  2252. package/src/components/icons/not-equal.js +7 -0
  2253. package/src/components/icons/note.d.ts +3 -0
  2254. package/src/components/icons/note.js +7 -0
  2255. package/src/components/icons/open-in-new.d.ts +3 -0
  2256. package/src/components/icons/open-in-new.js +7 -0
  2257. package/src/components/icons/order.d.ts +3 -0
  2258. package/src/components/icons/order.js +7 -0
  2259. package/src/components/icons/organisation.d.ts +3 -0
  2260. package/src/components/icons/organisation.js +8 -0
  2261. package/src/components/icons/overline.d.ts +3 -0
  2262. package/src/components/icons/overline.js +7 -0
  2263. package/src/components/icons/pause.d.ts +3 -0
  2264. package/src/components/icons/pause.js +7 -0
  2265. package/src/components/icons/percent-bar.d.ts +3 -0
  2266. package/src/components/icons/percent-bar.js +12 -0
  2267. package/src/components/icons/percent.d.ts +3 -0
  2268. package/src/components/icons/percent.js +7 -0
  2269. package/src/components/icons/person.d.ts +3 -0
  2270. package/src/components/icons/person.js +7 -0
  2271. package/src/components/icons/pie-chart.d.ts +3 -0
  2272. package/src/components/icons/pie-chart.js +7 -0
  2273. package/src/components/icons/play.d.ts +3 -0
  2274. package/src/components/icons/play.js +8 -0
  2275. package/src/components/icons/plus-minus.d.ts +3 -0
  2276. package/src/components/icons/plus-minus.js +7 -0
  2277. package/src/components/icons/plus.d.ts +3 -0
  2278. package/src/components/icons/plus.js +7 -0
  2279. package/src/components/icons/query.d.ts +3 -0
  2280. package/src/components/icons/query.js +7 -0
  2281. package/src/components/icons/quick-search.d.ts +3 -0
  2282. package/src/components/icons/quick-search.js +7 -0
  2283. package/src/components/icons/quote.d.ts +3 -0
  2284. package/src/components/icons/quote.js +8 -0
  2285. package/src/components/icons/refresh.d.ts +3 -0
  2286. package/src/components/icons/refresh.js +7 -0
  2287. package/src/components/icons/regex.d.ts +3 -0
  2288. package/src/components/icons/regex.js +7 -0
  2289. package/src/components/icons/reminder.d.ts +3 -0
  2290. package/src/components/icons/reminder.js +7 -0
  2291. package/src/components/icons/resume.d.ts +3 -0
  2292. package/src/components/icons/resume.js +7 -0
  2293. package/src/components/icons/save.d.ts +3 -0
  2294. package/src/components/icons/save.js +7 -0
  2295. package/src/components/icons/schedule.d.ts +3 -0
  2296. package/src/components/icons/schedule.js +10 -0
  2297. package/src/components/icons/science.d.ts +3 -0
  2298. package/src/components/icons/science.js +7 -0
  2299. package/src/components/icons/settings.d.ts +3 -0
  2300. package/src/components/icons/settings.js +7 -0
  2301. package/src/components/icons/shortcut.d.ts +3 -0
  2302. package/src/components/icons/shortcut.js +7 -0
  2303. package/src/components/icons/show-column.d.ts +3 -0
  2304. package/src/components/icons/show-column.js +8 -0
  2305. package/src/components/icons/smart-edit.d.ts +3 -0
  2306. package/src/components/icons/smart-edit.js +7 -0
  2307. package/src/components/icons/sort-asc.d.ts +3 -0
  2308. package/src/components/icons/sort-asc.js +10 -0
  2309. package/src/components/icons/sort-desc.d.ts +3 -0
  2310. package/src/components/icons/sort-desc.js +10 -0
  2311. package/src/components/icons/spark-line.d.ts +3 -0
  2312. package/src/components/icons/spark-line.js +7 -0
  2313. package/src/components/icons/starts-with.d.ts +3 -0
  2314. package/src/components/icons/starts-with.js +7 -0
  2315. package/src/components/icons/state-management.d.ts +3 -0
  2316. package/src/components/icons/state-management.js +7 -0
  2317. package/src/components/icons/statusbar.d.ts +3 -0
  2318. package/src/components/icons/statusbar.js +8 -0
  2319. package/src/components/icons/stop.d.ts +3 -0
  2320. package/src/components/icons/stop.js +7 -0
  2321. package/src/components/icons/strikethrough.d.ts +3 -0
  2322. package/src/components/icons/strikethrough.js +7 -0
  2323. package/src/components/icons/system-status.d.ts +3 -0
  2324. package/src/components/icons/system-status.js +7 -0
  2325. package/src/components/icons/tab-unselected.d.ts +3 -0
  2326. package/src/components/icons/tab-unselected.js +7 -0
  2327. package/src/components/icons/table-arrow-right.d.ts +3 -0
  2328. package/src/components/icons/table-arrow-right.js +7 -0
  2329. package/src/components/icons/team-share.d.ts +3 -0
  2330. package/src/components/icons/team-share.js +7 -0
  2331. package/src/components/icons/theme.d.ts +3 -0
  2332. package/src/components/icons/theme.js +8 -0
  2333. package/src/components/icons/tool-panel.d.ts +3 -0
  2334. package/src/components/icons/tool-panel.js +7 -0
  2335. package/src/components/icons/track-changes.d.ts +3 -0
  2336. package/src/components/icons/track-changes.js +8 -0
  2337. package/src/components/icons/triangle-down.d.ts +3 -0
  2338. package/src/components/icons/triangle-down.js +7 -0
  2339. package/src/components/icons/triangle-up.d.ts +3 -0
  2340. package/src/components/icons/triangle-up.js +7 -0
  2341. package/src/components/icons/unchecked.d.ts +3 -0
  2342. package/src/components/icons/unchecked.js +7 -0
  2343. package/src/components/icons/underline.d.ts +3 -0
  2344. package/src/components/icons/underline.js +7 -0
  2345. package/src/components/icons/undo.d.ts +3 -0
  2346. package/src/components/icons/undo.js +7 -0
  2347. package/src/components/icons/updated-row.d.ts +3 -0
  2348. package/src/components/icons/updated-row.js +7 -0
  2349. package/src/components/icons/upload.d.ts +3 -0
  2350. package/src/components/icons/upload.js +8 -0
  2351. package/src/components/icons/user-filter.d.ts +3 -0
  2352. package/src/components/icons/user-filter.js +7 -0
  2353. package/src/components/icons/visibility-off.d.ts +3 -0
  2354. package/src/components/icons/visibility-off.js +7 -0
  2355. package/src/components/icons/visibility.d.ts +3 -0
  2356. package/src/components/icons/visibility.js +8 -0
  2357. package/src/components/icons/warning.d.ts +3 -0
  2358. package/src/components/icons/warning.js +7 -0
  2359. package/src/components/utils/batchUpdate.d.ts +9 -0
  2360. package/src/components/utils/batchUpdate.js +27 -0
  2361. package/src/components/utils/captureTabNavigation/getFocusableChildren.d.ts +2 -0
  2362. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +16 -0
  2363. package/src/components/utils/captureTabNavigation/index.d.ts +2 -0
  2364. package/src/components/utils/captureTabNavigation/index.js +29 -0
  2365. package/src/components/utils/contains.d.ts +1 -0
  2366. package/src/components/utils/contains.js +14 -0
  2367. package/src/components/utils/getAvailableSizeInfo.d.ts +21 -0
  2368. package/src/components/utils/getAvailableSizeInfo.js +37 -0
  2369. package/src/components/utils/join.d.ts +2 -0
  2370. package/src/components/utils/join.js +4 -0
  2371. package/src/components/utils/selectParent/index.d.ts +2 -0
  2372. package/src/components/utils/selectParent/index.js +15 -0
  2373. package/src/components/utils/selectParent/matches.d.ts +2 -0
  2374. package/src/components/utils/selectParent/matches.js +9 -0
  2375. package/src/components/utils/useAutoFocus.d.ts +12 -0
  2376. package/src/components/utils/useAutoFocus.js +19 -0
  2377. package/src/components/utils/useContainerScrollObserver/index.d.ts +6 -0
  2378. package/src/components/utils/useContainerScrollObserver/index.js +81 -0
  2379. package/src/components/utils/useDraggable.d.ts +11 -0
  2380. package/src/components/utils/useDraggable.js +97 -0
  2381. package/src/components/utils/useGlobalEvent.d.ts +1 -0
  2382. package/src/components/utils/useGlobalEvent.js +12 -0
  2383. package/src/components/utils/useLatest.d.ts +1 -0
  2384. package/src/components/utils/useLatest.js +10 -0
  2385. package/src/components/utils/usePrevious.d.ts +2 -0
  2386. package/src/components/utils/usePrevious.js +11 -0
  2387. package/src/components/utils/usePropState.d.ts +2 -0
  2388. package/src/components/utils/usePropState.js +11 -0
  2389. package/src/components/utils/useProperty.d.ts +22 -0
  2390. package/src/components/utils/useProperty.js +49 -0
  2391. package/src/components/utils/useRerender.d.ts +1 -0
  2392. package/src/components/utils/useRerender.js +11 -0
  2393. package/src/components/utils/useSelectionRange.d.ts +5 -0
  2394. package/src/components/utils/useSelectionRange.js +24 -0
  2395. package/src/components/utils/useTheme.d.ts +32 -0
  2396. package/src/components/utils/useTheme.js +5 -0
  2397. package/src/components/utils/uuid.d.ts +2 -0
  2398. package/src/components/utils/uuid.js +6 -0
  2399. package/src/env.d.ts +4 -0
  2400. package/src/env.js +5 -0
  2401. package/src/metamodel/adaptable-metamodel-model.d.ts +19 -0
  2402. package/src/metamodel/adaptable-metamodel-model.js +2 -0
  2403. package/src/metamodel/adaptable.metamodel.d.ts +5543 -0
  2404. package/src/metamodel/adaptable.metamodel.js +9438 -0
  2405. package/src/parser/src/ExpressionEvaluationError.d.ts +4 -0
  2406. package/src/parser/src/ExpressionEvaluationError.js +11 -0
  2407. package/src/parser/src/evaluator.d.ts +2 -0
  2408. package/src/parser/src/evaluator.js +28 -0
  2409. package/src/parser/src/index.d.ts +9 -0
  2410. package/src/parser/src/index.js +38 -0
  2411. package/src/parser/src/parser.js +795 -0
  2412. package/src/parser/src/predicate/index.d.ts +2 -0
  2413. package/src/parser/src/predicate/index.js +5 -0
  2414. package/src/parser/src/predicate/mapExpressionToQlPredicate.d.ts +2 -0
  2415. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +92 -0
  2416. package/src/parser/src/predicate/mapQlPredicateToExpression.d.ts +3 -0
  2417. package/src/parser/src/predicate/mapQlPredicateToExpression.js +117 -0
  2418. package/src/parser/src/predicate/types.d.ts +10 -0
  2419. package/src/parser/src/predicate/types.js +5 -0
  2420. package/src/parser/src/tokenizer.d.ts +2 -0
  2421. package/src/parser/src/tokenizer.js +32 -0
  2422. package/src/parser/src/types.d.ts +126 -0
  2423. package/src/parser/src/types.js +8 -0
  2424. package/src/parser/src/utils.d.ts +4 -0
  2425. package/src/parser/src/utils.js +37 -0
  2426. package/src/renderReactRoot.d.ts +3 -0
  2427. package/src/renderReactRoot.js +13 -0
  2428. package/src/theme.d.ts +32 -0
  2429. package/src/theme.js +51 -0
  2430. package/src/themes/index.d.ts +2 -0
  2431. package/src/themes/index.js +14 -0
  2432. package/src/types.d.ts +206 -0
  2433. package/src/types.js +7 -0
  2434. package/themes/dark.css +22 -0
  2435. package/themes/dark.css.map +1 -0
  2436. package/themes/light.css +5 -0
  2437. package/themes/light.css.map +1 -0
  2438. package/tsconfig.cjs.tsbuildinfo +1 -0
  2439. package/types.d.ts +1 -0
  2440. package/types.js +4 -0
@@ -0,0 +1,1631 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdaptableStore = exports.LoadState = exports.InitState = exports.LOAD_STATE = exports.INIT_STATE = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const Enums_1 = require("../../PredefinedConfig/Common/Enums");
6
+ const Redux = tslib_1.__importStar(require("redux"));
7
+ const AdaptableReduxLocalStorageEngine_1 = require("./AdaptableReduxLocalStorageEngine");
8
+ const AdaptableReduxMerger_1 = require("./AdaptableReduxMerger");
9
+ const PopupRedux = tslib_1.__importStar(require("../ActionsReducers/PopupRedux"));
10
+ const PopupRedux_1 = require("../ActionsReducers/PopupRedux");
11
+ const PluginsRedux = tslib_1.__importStar(require("../ActionsReducers/PluginsRedux"));
12
+ const AlertRedux = tslib_1.__importStar(require("../ActionsReducers/AlertRedux"));
13
+ const FlashingCellRedux = tslib_1.__importStar(require("../ActionsReducers/FlashingCellRedux"));
14
+ const SmartEditRedux = tslib_1.__importStar(require("../ActionsReducers/SmartEditRedux"));
15
+ const BulkUpdateRedux = tslib_1.__importStar(require("../ActionsReducers/BulkUpdateRedux"));
16
+ const CustomSortRedux = tslib_1.__importStar(require("../ActionsReducers/CustomSortRedux"));
17
+ const CalculatedColumnRedux = tslib_1.__importStar(require("../ActionsReducers/CalculatedColumnRedux"));
18
+ const ShortcutRedux = tslib_1.__importStar(require("../ActionsReducers/ShortcutRedux"));
19
+ const GridRedux = tslib_1.__importStar(require("../ActionsReducers/GridRedux"));
20
+ const SystemRedux = tslib_1.__importStar(require("../ActionsReducers/SystemRedux"));
21
+ const SystemRedux_1 = require("../ActionsReducers/SystemRedux");
22
+ const PlusMinusRedux = tslib_1.__importStar(require("../ActionsReducers/PlusMinusRedux"));
23
+ const ExportRedux = tslib_1.__importStar(require("../ActionsReducers/ExportRedux"));
24
+ const QuickSearchRedux = tslib_1.__importStar(require("../ActionsReducers/QuickSearchRedux"));
25
+ const ThemeRedux = tslib_1.__importStar(require("../ActionsReducers/ThemeRedux"));
26
+ const FormatColumnRedux = tslib_1.__importStar(require("../ActionsReducers/FormatColumnRedux"));
27
+ const StyledColumnRedux = tslib_1.__importStar(require("../ActionsReducers/StyledColumnRedux"));
28
+ const NotesRedux = tslib_1.__importStar(require("../ActionsReducers/NotesRedux"));
29
+ const ApplicationRedux = tslib_1.__importStar(require("../ActionsReducers/ApplicationRedux"));
30
+ const FreeTextColumnRedux = tslib_1.__importStar(require("../ActionsReducers/FreeTextColumnRedux"));
31
+ const LayoutRedux = tslib_1.__importStar(require("../ActionsReducers/LayoutRedux"));
32
+ const DashboardRedux = tslib_1.__importStar(require("../ActionsReducers/DashboardRedux"));
33
+ const ToolPanelRedux = tslib_1.__importStar(require("../ActionsReducers/ToolPanelRedux"));
34
+ const ScheduleRedux = tslib_1.__importStar(require("../ActionsReducers/ScheduleRedux"));
35
+ const TeamSharingRedux = tslib_1.__importStar(require("../ActionsReducers/TeamSharingRedux"));
36
+ const NamedQueryRedux = tslib_1.__importStar(require("../ActionsReducers/NamedQueryRedux"));
37
+ const QueryRedux = tslib_1.__importStar(require("../ActionsReducers/QueryRedux"));
38
+ const StatusBarRedux = tslib_1.__importStar(require("../ActionsReducers/StatusBarRedux"));
39
+ const ChartingRedux = tslib_1.__importStar(require("../ActionsReducers/ChartingRedux"));
40
+ const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
41
+ const ConfigConstants = tslib_1.__importStar(require("../../Utilities/Constants/ConfigConstants"));
42
+ const ObjectFactory_1 = require("../../Utilities/ObjectFactory");
43
+ const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
44
+ const PreviewHelper_1 = require("../../Utilities/Helpers/PreviewHelper");
45
+ const StringExtensions_1 = require("../../Utilities/Extensions/StringExtensions");
46
+ const Emitter_1 = tslib_1.__importDefault(require("../../Utilities/Emitter"));
47
+ const AdaptableAlert_1 = require("../../PredefinedConfig/Common/AdaptableAlert");
48
+ const AdaptableToaster_1 = require("../../View/Components/Popups/AdaptableToaster");
49
+ const TeamSharingState_1 = require("../../PredefinedConfig/TeamSharingState");
50
+ exports.INIT_STATE = 'INIT_STATE';
51
+ exports.LOAD_STATE = 'LOAD_STATE';
52
+ const NON_PERSIST_ACTIONS = {
53
+ [exports.LOAD_STATE]: true,
54
+ '@@INIT': true,
55
+ '@@redux/init': true,
56
+ [exports.INIT_STATE]: true,
57
+ // progress indicators should NOT interfere with state management as it may lead to race conditions due to load/persist state being async
58
+ [SystemRedux_1.SYSTEM_PROGRESS_INDICATOR_SHOW]: true,
59
+ [SystemRedux_1.SYSTEM_PROGRESS_INDICATOR_HIDE]: true,
60
+ };
61
+ const InitState = () => ({
62
+ type: exports.INIT_STATE,
63
+ });
64
+ exports.InitState = InitState;
65
+ const LoadState = (State) => ({
66
+ type: exports.LOAD_STATE,
67
+ State,
68
+ });
69
+ exports.LoadState = LoadState;
70
+ class AdaptableStore {
71
+ /**
72
+ *
73
+ * @param adaptable The Adaptable instance
74
+ * @param isAgGridReady A promise which is resolved when AG Grid is ready for binding
75
+ */
76
+ constructor(adaptable, isAgGridReady) {
77
+ /*
78
+ This is the main store for Adaptable State
79
+ */
80
+ this.isAgGridReady = isAgGridReady;
81
+ this.loadStorageInProgress = false;
82
+ this.loadStateOnStartup = true; // set to false if you want no state
83
+ this.on = (eventName, callback) => {
84
+ return this.emitter.on(eventName, callback);
85
+ };
86
+ this.onAny = (callback) => {
87
+ return this.emitter.onAny(callback);
88
+ };
89
+ this.emit = (eventName, data) => {
90
+ return this.emitter.emit(eventName, data);
91
+ };
92
+ this.loadStore = (adaptable, adaptableStateKey, predefinedConfig) => {
93
+ this.storageEngine.setStateKey(adaptableStateKey);
94
+ // START STATE LOAD
95
+ this.loadStorageInProgress = true;
96
+ return (this.Load = this.storageEngine
97
+ .load(predefinedConfig)
98
+ .then((storedState) => {
99
+ if (storedState && this.loadStateOnStartup) {
100
+ this.TheStore.dispatch((0, exports.LoadState)(adaptable.adaptableOptions.stateOptions.applyState(storedState)));
101
+ }
102
+ })
103
+ // we need AG Grid to be ready because several states(ex. Layout) depend on its API
104
+ .then(() => this.isAgGridReady)
105
+ .then(() => {
106
+ this.TheStore.dispatch((0, exports.InitState)());
107
+ // END STATE LOAD
108
+ this.loadStorageInProgress = false;
109
+ }, (e) => {
110
+ adaptable.logger.error('Failed to load previous Adaptable State : ', e);
111
+ //for now i'm still initializing Adaptable even if loading state has failed....
112
+ //we may revisit that later
113
+ this.TheStore.dispatch((0, exports.InitState)());
114
+ // END STATE LOAD
115
+ this.loadStorageInProgress = false;
116
+ this.TheStore.dispatch(PopupRedux.PopupShowAlert({
117
+ alertType: 'generic',
118
+ header: 'Configuration',
119
+ message: 'Error loading your configuration:' + e,
120
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
121
+ }));
122
+ }));
123
+ };
124
+ let rootReducerObject = {
125
+ // Reducers for Non-Persisted State
126
+ Grid: GridRedux.GridReducer,
127
+ Popup: PopupRedux.PopupReducer,
128
+ System: SystemRedux.SystemReducer,
129
+ Plugins: PluginsRedux.PluginsReducer,
130
+ // Reducers for Persisted State
131
+ Alert: AlertRedux.AlertReducer,
132
+ FlashingCell: FlashingCellRedux.FlashingCellReducer,
133
+ Application: ApplicationRedux.ApplicationReducer,
134
+ CalculatedColumn: CalculatedColumnRedux.CalculatedColumnReducer,
135
+ CustomSort: CustomSortRedux.CustomSortReducer,
136
+ Dashboard: DashboardRedux.DashboardReducer,
137
+ Export: ExportRedux.ExportReducer,
138
+ FormatColumn: FormatColumnRedux.FormatColumnReducer,
139
+ FreeTextColumn: FreeTextColumnRedux.FreeTextColumnReducer,
140
+ Layout: LayoutRedux.LayoutReducer,
141
+ Schedule: ScheduleRedux.ScheduleReducer,
142
+ StatusBar: StatusBarRedux.StatusBarReducer,
143
+ PlusMinus: PlusMinusRedux.PlusMinusReducer,
144
+ QuickSearch: QuickSearchRedux.QuickSearchReducer,
145
+ Shortcut: ShortcutRedux.ShortcutReducer,
146
+ TeamSharing: TeamSharingRedux.TeamSharingReducer,
147
+ Theme: ThemeRedux.ThemeReducer,
148
+ ToolPanel: ToolPanelRedux.ToolPanelReducer,
149
+ Charting: ChartingRedux.ChartingReducer,
150
+ StyledColumn: StyledColumnRedux.StyledColumnReducer,
151
+ Notes: NotesRedux.NotesReducer,
152
+ Query: QueryRedux.QueryReducer,
153
+ NamedQuery: NamedQueryRedux.NamedQueryReducer,
154
+ };
155
+ // allow plugins to participate in the root reducer
156
+ adaptable.forPlugins((plugin) => {
157
+ if (plugin.rootReducer) {
158
+ rootReducerObject = Object.assign(Object.assign({}, rootReducerObject), plugin.rootReducer(rootReducerObject));
159
+ }
160
+ });
161
+ const initialRootReducer = Redux.combineReducers(rootReducerObject);
162
+ const rootReducerWithResetManagement = (state, action) => {
163
+ switch (action.type) {
164
+ case exports.LOAD_STATE:
165
+ const { State } = action;
166
+ Object.keys(State).forEach((key) => {
167
+ // this check should be removed in version 12 !!!
168
+ if (key === 'Chart') {
169
+ adaptable.logger.consoleWarn(`DEPRECATED: AdapTable Charts Plugin is deprecated! AG Grid built-in charts are fully supported & integrated in AdapTable.
170
+
171
+ Please contact 'support@adaptabletools.com' if you require any charting features that are not currently available.`);
172
+ }
173
+ if (key === 'SparklineColumn') {
174
+ adaptable.logger.consoleWarn(`DEPRECATED: AdapTable SparklineColumn is deprecated! AG Grid built-in Sparklines are fully supported & integrated in AdapTable.
175
+
176
+ Please contact 'support@adaptabletools.com' if you require any sparklines features that are not currently available.`);
177
+ }
178
+ state[key] = State[key];
179
+ });
180
+ break;
181
+ }
182
+ return initialRootReducer(state, action);
183
+ };
184
+ let storageEngine;
185
+ this.emitter = new Emitter_1.default();
186
+ // If the user has remote storage set then we use Remote Engine, otherwise we use Local Enginge
187
+ // not sure we can do this as we need to be backwardly compatible with existing users so need to stick with adaptable id (which should be unique)
188
+ // const localStorageKey = 'adaptable-adaptable-state-' + adaptable.adaptableOptions.primaryKey;
189
+ storageEngine = (0, AdaptableReduxLocalStorageEngine_1.createEngine)({
190
+ adaptableId: adaptable.adaptableOptions.adaptableId,
191
+ adaptableStateKey: adaptable.adaptableOptions.adaptableStateKey,
192
+ userName: adaptable.adaptableOptions.userName,
193
+ predefinedConfig: adaptable.adaptableOptions.predefinedConfig,
194
+ loadState: adaptable.adaptableOptions.stateOptions.loadState,
195
+ persistState: adaptable.adaptableOptions.stateOptions.persistState,
196
+ debounceStateDelay: adaptable.adaptableOptions.stateOptions.debounceStateDelay,
197
+ });
198
+ const nonPersistentReduxKeys = [
199
+ // Non Persisted State
200
+ ConfigConstants.SYSTEM,
201
+ ConfigConstants.GRID,
202
+ ConfigConstants.POPUP,
203
+ ConfigConstants.PLUGINS,
204
+ ];
205
+ const didPersistentStateChange = (state, newState) => {
206
+ return Object.keys(newState).some((key) => {
207
+ if (nonPersistentReduxKeys.includes(key)) {
208
+ return false;
209
+ }
210
+ return (state === null || state === void 0 ? void 0 : state[key]) !== (newState === null || newState === void 0 ? void 0 : newState[key]);
211
+ });
212
+ };
213
+ // this is now VERY BADLY NAMED!
214
+ let rootReducer = (0, AdaptableReduxMerger_1.mergeReducer)(rootReducerWithResetManagement, exports.LOAD_STATE);
215
+ const composeEnhancers = (x) => x;
216
+ const persistedReducer = (state, action) => {
217
+ var _a, _b;
218
+ if (adaptable.isDestroyed) {
219
+ return state;
220
+ }
221
+ const init = state === undefined;
222
+ const newState = rootReducer(state, action);
223
+ // ideally the reducer should be pure,
224
+ // but having the emitter emit the event here
225
+ // is really useful
226
+ const emitterArg = { action, state, newState };
227
+ this.emitter.emit(action.type, emitterArg);
228
+ const finalState = emitterArg.newState;
229
+ const shouldPersist = state !== finalState &&
230
+ didPersistentStateChange(state, finalState) &&
231
+ !((_b = (_a = state === null || state === void 0 ? void 0 : state.System) === null || _a === void 0 ? void 0 : _a.License) === null || _b === void 0 ? void 0 : _b.disablePersistence) &&
232
+ !NON_PERSIST_ACTIONS[action.type] &&
233
+ !init &&
234
+ !this.loadStorageInProgress;
235
+ if (shouldPersist) {
236
+ const storageState = Object.assign({}, finalState);
237
+ nonPersistentReduxKeys.forEach((key) => {
238
+ delete storageState[key];
239
+ });
240
+ this.currentStorageState = storageState;
241
+ storageEngine.save(storageState, adaptable.adaptableOptions.stateOptions.saveState);
242
+ }
243
+ return finalState;
244
+ };
245
+ const pluginsMiddleware = [];
246
+ adaptable.forPlugins((plugin) => {
247
+ if (plugin.reduxMiddleware) {
248
+ pluginsMiddleware.push(plugin.reduxMiddleware(adaptable));
249
+ }
250
+ });
251
+ //TODO: need to check if we want the storage to be done before or after
252
+ //we enrich the state with the AB middleware
253
+ this.TheStore = Redux.createStore(persistedReducer, composeEnhancers(Redux.applyMiddleware(adaptableMiddleware(adaptable), // the main middleware that actually does stuff,
254
+ ...pluginsMiddleware // the plugins middleware
255
+ )));
256
+ this.storageEngine = storageEngine;
257
+ this.loadStore(adaptable, adaptable.adaptableOptions.adaptableStateKey);
258
+ }
259
+ destroy() {
260
+ var _a;
261
+ (_a = this.emitter) === null || _a === void 0 ? void 0 : _a.clearListeners();
262
+ this.emitter = null;
263
+ }
264
+ getCurrentStorageState() {
265
+ return this.currentStorageState;
266
+ }
267
+ saveStateNow(adaptable) {
268
+ const storageState = this.getCurrentStorageState();
269
+ if (storageState) {
270
+ return this.storageEngine.saveNow(storageState, adaptable.adaptableOptions.stateOptions.saveState);
271
+ }
272
+ return Promise.resolve(true);
273
+ }
274
+ }
275
+ exports.AdaptableStore = AdaptableStore;
276
+ // this is the main function for dealing with Redux Actions which require additional functionality to be triggered.
277
+ // Please document each use case where we have to use the Store rather than a module or a popup screen
278
+ // This should ideally be the ONLY place where we LISTEN to store changes
279
+ const adaptableMiddleware = (adaptable) => (function(middlewareAPI) {
280
+ return function (next) {
281
+ return function (action) {
282
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
283
+ switch (action.type) {
284
+ /*******************
285
+ * NAMED QUERY ACTIONS
286
+ *******************/
287
+ /**
288
+ * Use Case: User has deleted a Named Query
289
+ * Action: Check whether it is referenced elsewhere before deleting
290
+ */
291
+ case NamedQueryRedux.NAMED_QUERY_DELETE: {
292
+ const actionTyped = action;
293
+ // check if Named Query is not referenced elsewhere
294
+ const namedQueryReferences = adaptable.api.namedQueryApi.internalApi.getNamedQueryModuleReferences(actionTyped.namedQuery.Name);
295
+ if (namedQueryReferences.length) {
296
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
297
+ alertType: 'generic',
298
+ header: 'Named Query could not be deleted',
299
+ message: `It is still referenced in the following modules: ${namedQueryReferences.join(', ')}`,
300
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
301
+ }));
302
+ return;
303
+ }
304
+ const ret = next(action);
305
+ return ret;
306
+ }
307
+ case NamedQueryRedux.NAMED_QUERY_EDIT: {
308
+ const actionTyped = action;
309
+ // check if name was changed, in which case we have to check if it's referenced
310
+ const editedNamedQuery = actionTyped.namedQuery;
311
+ const previousNamedQueryName = (_b = (_a = middlewareAPI
312
+ .getState()
313
+ .NamedQuery.NamedQueries.find((namedQuery) => namedQuery.Uuid === editedNamedQuery.Uuid)) === null || _a === void 0 ? void 0 : _a.Name) !== null && _b !== void 0 ? _b : '';
314
+ if (editedNamedQuery.Name !== previousNamedQueryName) {
315
+ // if query is referenced elsewhere we cannot allow the name change, as it would turn the referents invalid
316
+ const namedQueryReferences = adaptable.api.namedQueryApi.internalApi.getNamedQueryModuleReferences(previousNamedQueryName);
317
+ if (namedQueryReferences.length) {
318
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
319
+ alertType: 'generic',
320
+ header: 'Named Query could not be renamed',
321
+ message: `It is currently referenced in the following modules: ${namedQueryReferences.join(', ')}`,
322
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
323
+ }));
324
+ return;
325
+ }
326
+ }
327
+ const ret = next(action);
328
+ return ret;
329
+ }
330
+ /*******************
331
+ * FLASHING CELL ACTIONS
332
+ *******************/
333
+ case SystemRedux.SYSTEM_FLASHING_CELL_ADD:
334
+ case SystemRedux.SYSTEM_FLASHING_CELL_DELETE: {
335
+ const { flashingCell: FlashingCell } = action;
336
+ const { cellDataChangedInfo: cellDataChangedInfo } = FlashingCell;
337
+ let ret = next(action);
338
+ if (cellDataChangedInfo) {
339
+ adaptable.refreshCells([cellDataChangedInfo.rowNode], Object.keys(FlashingCell.flashColumnIds), true);
340
+ }
341
+ return ret;
342
+ }
343
+ case SystemRedux.SYSTEM_FLASHING_CELL_DELETE_ALL: {
344
+ let ret = next(action);
345
+ adaptable.redrawRenderedRows();
346
+ return ret;
347
+ }
348
+ /*******************
349
+ * ALERT ACTIONS
350
+ *******************/
351
+ case AlertRedux.ALERT_READY: {
352
+ // create observable alerts at grid startup
353
+ const reactiveAlertDefinitions = adaptable.api.alertApi.internalApi.getActiveReactiveAlertDefinitions();
354
+ reactiveAlertDefinitions.forEach((reactiveAlertDefinition) => adaptable.api.internalApi
355
+ .getAlertService()
356
+ .createReactiveAlert(reactiveAlertDefinition));
357
+ return;
358
+ }
359
+ case AlertRedux.ALERT_DEFINITION_ADD:
360
+ case AlertRedux.ALERT_DEFINITION_EDIT:
361
+ case AlertRedux.ALERT_DEFINITION_DELETE:
362
+ case AlertRedux.ALERT_DEFINITION_UNSUSPEND:
363
+ case AlertRedux.ALERT_DEFINITION_SUSPEND:
364
+ case AlertRedux.ALERT_DEFINITION_UNSUSPEND_ALL:
365
+ case AlertRedux.ALERT_DEFINITION_SUSPEND_ALL: {
366
+ const returnAction = next(action);
367
+ const alertDefinition = returnAction
368
+ .alertDefinition;
369
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_ADD ||
370
+ returnAction.type === AlertRedux.ALERT_DEFINITION_EDIT ||
371
+ returnAction.type === AlertRedux.ALERT_DEFINITION_UNSUSPEND) {
372
+ // in case of edit, the existing reactive alert will be deleted and recreated
373
+ adaptable.api.internalApi.getAlertService().createReactiveAlert(alertDefinition);
374
+ }
375
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_DELETE ||
376
+ returnAction.type === AlertRedux.ALERT_DEFINITION_SUSPEND) {
377
+ adaptable.api.internalApi.getAlertService().deleteReactiveAlert(alertDefinition);
378
+ }
379
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_SUSPEND_ALL) {
380
+ adaptable.api.internalApi
381
+ .getAlertService()
382
+ .getReactiveActiveAlerts()
383
+ .forEach((alertDefinition) => {
384
+ adaptable.api.internalApi.getAlertService().deleteReactiveAlert(alertDefinition);
385
+ });
386
+ }
387
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_UNSUSPEND_ALL) {
388
+ adaptable.api.alertApi.internalApi
389
+ .getReactiveAlertDefinitions()
390
+ .forEach((alertDefinition) => {
391
+ if (!adaptable.api.internalApi
392
+ .getAlertService()
393
+ .isReactiveAlertActive(alertDefinition)) {
394
+ adaptable.api.internalApi
395
+ .getAlertService()
396
+ .createReactiveAlert(alertDefinition);
397
+ }
398
+ });
399
+ }
400
+ // called also for rendered column actions, see RENDERED COLUMN ACTIONS block
401
+ adaptable.setupColumns();
402
+ return returnAction;
403
+ }
404
+ /*******************
405
+ * Flashing Cell ACTIONS
406
+ *******************/
407
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_ADD:
408
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_EDIT:
409
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_DELETE:
410
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_UNSUSPEND:
411
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_SUSPEND:
412
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_UNSUSPEND_ALL:
413
+ case FlashingCellRedux.FLASHING_CELL_DEFINITION_SUSPEND_ALL: {
414
+ const returnAction = next(action);
415
+ // called also for rendered column actions, see RENDERED COLUMN ACTIONS block
416
+ adaptable.setupColumns();
417
+ return returnAction;
418
+ }
419
+ /**
420
+ * Use Case: User has deleted a System Alert which has a Highlight Cell
421
+ * Action: Refresh the cell (to clear the style)
422
+ */
423
+ case SystemRedux.SYSTEM_ALERT_DELETE: {
424
+ const actionTyped = action;
425
+ let ret = next(action);
426
+ const adaptableAlert = actionTyped.alert;
427
+ if (((_c = adaptableAlert.alertDefinition.AlertProperties) === null || _c === void 0 ? void 0 : _c.HighlightCell) &&
428
+ (0, AdaptableAlert_1.isAdaptableCellChangedAlert)(adaptableAlert) &&
429
+ adaptableAlert.cellDataChangedInfo) {
430
+ const rowNode = adaptableAlert.cellDataChangedInfo.rowNode;
431
+ adaptable.refreshCells([rowNode], [adaptableAlert.cellDataChangedInfo.column.columnId], true);
432
+ }
433
+ if (((_d = adaptableAlert.alertDefinition.AlertProperties) === null || _d === void 0 ? void 0 : _d.HighlightRow) &&
434
+ (0, AdaptableAlert_1.isAdaptableRowChangedAlert)(adaptableAlert) &&
435
+ adaptableAlert.gridDataChangedInfo) {
436
+ adaptable.api.gridApi.refreshRowNodes(adaptableAlert.gridDataChangedInfo.rowNodes);
437
+ }
438
+ return ret;
439
+ }
440
+ /**
441
+ * Use Case: User has deleted all System Alerts some of which have a Highlight Cell
442
+ * Action: Refresh the cell (to clear the style)
443
+ */
444
+ case SystemRedux.SYSTEM_ALERT_DELETE_ALL: {
445
+ const actionTyped = action;
446
+ let ret = next(action);
447
+ let alerts = actionTyped.alerts;
448
+ alerts.forEach((alert) => {
449
+ var _a, _b;
450
+ if (((_a = alert.alertDefinition.AlertProperties) === null || _a === void 0 ? void 0 : _a.HighlightCell) &&
451
+ (0, AdaptableAlert_1.isAdaptableCellChangedAlert)(alert) &&
452
+ alert.cellDataChangedInfo) {
453
+ let rowNode = alert.cellDataChangedInfo.rowNode;
454
+ adaptable.refreshCells([rowNode], [alert.cellDataChangedInfo.column.columnId], true);
455
+ }
456
+ if (((_b = alert.alertDefinition.AlertProperties) === null || _b === void 0 ? void 0 : _b.HighlightRow) &&
457
+ (0, AdaptableAlert_1.isAdaptableRowChangedAlert)(alert) &&
458
+ alert.gridDataChangedInfo) {
459
+ adaptable.api.gridApi.refreshRowNodes(alert.gridDataChangedInfo.rowNodes);
460
+ }
461
+ });
462
+ return ret;
463
+ }
464
+ /**
465
+ * Use Case: A System Alert had a Highlight Cell with a limited duration
466
+ * Action: Refresh the cell (to clear the style)
467
+ */
468
+ case SystemRedux.SYSTEM_ALERT_REMOVE_CELL_HIGHLIGHT: {
469
+ let ret = next(action);
470
+ const actionTyped = action;
471
+ const adaptableAlert = actionTyped.alert;
472
+ if ((_e = adaptableAlert.alertDefinition.AlertProperties) === null || _e === void 0 ? void 0 : _e.HighlightCell) {
473
+ if ((0, AdaptableAlert_1.isAdaptableCellChangedAlert)(adaptableAlert) &&
474
+ adaptableAlert.cellDataChangedInfo) {
475
+ const rowNode = adaptableAlert.cellDataChangedInfo.rowNode;
476
+ adaptable.refreshCells([rowNode], [adaptableAlert.cellDataChangedInfo.column.columnId], true);
477
+ }
478
+ }
479
+ return ret;
480
+ }
481
+ case SystemRedux.SYSTEM_ALERT_REMOVE_ROW_HIGHLIGHT: {
482
+ let ret = next(action);
483
+ const actionTyped = action;
484
+ const adaptableAlert = actionTyped.alert;
485
+ if ((_f = adaptableAlert.alertDefinition.AlertProperties) === null || _f === void 0 ? void 0 : _f.HighlightRow) {
486
+ if ((0, AdaptableAlert_1.isAdaptableCellChangedAlert)(adaptableAlert) &&
487
+ adaptableAlert.cellDataChangedInfo) {
488
+ adaptable.api.gridApi.refreshRowNodes([adaptableAlert.cellDataChangedInfo.rowNode]);
489
+ }
490
+ if ((0, AdaptableAlert_1.isAdaptableRowChangedAlert)(adaptableAlert) &&
491
+ adaptableAlert.gridDataChangedInfo) {
492
+ adaptable.api.gridApi.refreshRowNodes(adaptableAlert.gridDataChangedInfo.rowNodes);
493
+ }
494
+ }
495
+ return ret;
496
+ }
497
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_ADD: {
498
+ const actionTyped = action;
499
+ const ret = next(action);
500
+ const cellHighlightInfo = actionTyped.cellHighlightInfo;
501
+ const rowNode = adaptable.getRowNodeForPrimaryKey(cellHighlightInfo.primaryKeyValue);
502
+ if (rowNode) {
503
+ adaptable.refreshCells([rowNode], [cellHighlightInfo.columnId], true);
504
+ }
505
+ return ret;
506
+ }
507
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_DELETE: {
508
+ const actionTyped = action;
509
+ const ret = next(action);
510
+ const rowNode = adaptable.getRowNodeForPrimaryKey(actionTyped.primaryKeyValue);
511
+ if (rowNode) {
512
+ adaptable.refreshCells([rowNode], [actionTyped.columnId], true);
513
+ }
514
+ return ret;
515
+ }
516
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_DELETE_ALL: {
517
+ const cellHighlightInfos = middlewareAPI.getState().System.HighlightedCells;
518
+ const ret = next(action);
519
+ cellHighlightInfos.forEach((cellHighlightInfo) => {
520
+ const rowNode = adaptable.getRowNodeForPrimaryKey(cellHighlightInfo.primaryKeyValue);
521
+ if (!rowNode) {
522
+ return;
523
+ }
524
+ adaptable.refreshCells([rowNode], [cellHighlightInfo.columnId], true);
525
+ });
526
+ return ret;
527
+ }
528
+ case SystemRedux.SYSTEM_HIGHLIGHT_ROW_ADD: {
529
+ const actionTyped = action;
530
+ const ret = next(action);
531
+ const rowHighlightInfo = actionTyped.rowHighlightInfo;
532
+ const rowNode = adaptable.getRowNodeForPrimaryKey(rowHighlightInfo.primaryKeyValue);
533
+ if (rowNode) {
534
+ adaptable.api.gridApi.refreshRowNode(rowNode);
535
+ }
536
+ return ret;
537
+ }
538
+ case SystemRedux.SYSTEM_HIGHLIGHT_ROW_DELETE: {
539
+ const actionTyped = action;
540
+ const ret = next(action);
541
+ const rowNode = adaptable.getRowNodeForPrimaryKey(actionTyped.primaryKeyValue);
542
+ if (rowNode) {
543
+ adaptable.api.gridApi.refreshRowNode(rowNode);
544
+ }
545
+ return ret;
546
+ }
547
+ case SystemRedux.SYSTEM_HIGHLIGHT_ROWS_ADD: {
548
+ const actionTyped = action;
549
+ const ret = next(action);
550
+ const rowsHighlightInfo = actionTyped.rowsHighlightInfo;
551
+ const rowNodes = adaptable.getRowNodesForPrimaryKeys(rowsHighlightInfo.primaryKeyValues);
552
+ if (rowNodes.length) {
553
+ adaptable.api.gridApi.refreshRowNodes(rowNodes);
554
+ }
555
+ return ret;
556
+ }
557
+ case SystemRedux.SYSTEM_HIGHLIGHT_ROWS_DELETE: {
558
+ const actionTyped = action;
559
+ const ret = next(action);
560
+ const rowNodes = adaptable.getRowNodesForPrimaryKeys(actionTyped.primaryKeyValues);
561
+ if (rowNodes.length) {
562
+ adaptable.api.gridApi.refreshRowNodes(rowNodes);
563
+ }
564
+ return ret;
565
+ }
566
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_DELETE_ALL: {
567
+ const rowHighlightInfos = middlewareAPI.getState().System.HighlightedRows;
568
+ const ret = next(action);
569
+ rowHighlightInfos.forEach((rowHighlightInfo) => {
570
+ const rowNode = adaptable.getRowNodeForPrimaryKey(rowHighlightInfo.primaryKeyValue);
571
+ if (!rowNode) {
572
+ return;
573
+ }
574
+ adaptable.api.gridApi.refreshRowNode(rowNode);
575
+ });
576
+ return ret;
577
+ }
578
+ /*******************
579
+ * SPECIAL COLUMN ACTIONS
580
+ *******************/
581
+ case CalculatedColumnRedux.CALCULATED_COLUMN_READY: {
582
+ // create aggregated scalar columns at grid startup
583
+ adaptable.api.calculatedColumnApi.refreshAggregatedCalculatedColumns();
584
+ return;
585
+ }
586
+ /**
587
+ * Use Case: We have added / edited / deleted a Special Column (i.e. one not in initial ColumnDefs)
588
+ * Action: We update the Special ColumnDefs
589
+ */
590
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_ADD:
591
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_EDIT:
592
+ case CalculatedColumnRedux.CALCULATED_COLUMN_ADD:
593
+ case CalculatedColumnRedux.CALCULATED_COLUMN_EDIT: {
594
+ const actionTyped = action;
595
+ const returnAction = next(actionTyped);
596
+ if (returnAction.type === CalculatedColumnRedux.CALCULATED_COLUMN_ADD ||
597
+ returnAction.type === CalculatedColumnRedux.CALCULATED_COLUMN_EDIT) {
598
+ adaptable.api.internalApi
599
+ .getCalculatedColumnExpressionService()
600
+ .createAggregatedScalarLiveValue(returnAction.calculatedColumn);
601
+ }
602
+ adaptable.updateColDefsForSpecialColumns();
603
+ return returnAction;
604
+ }
605
+ /**
606
+ * Use Case: We have deleted a CalculatedColumn (i.e. one not in initial ColumnDefs)
607
+ * Action: Check whether it is referenced elsewhere before deleting then update the Special ColumnDefs
608
+ */
609
+ case CalculatedColumnRedux.CALCULATED_COLUMN_DELETE: {
610
+ const actionTyped = action;
611
+ // check if CalculatedColumn is not referenced elsewhere
612
+ const calculatedColumnReferences = adaptable.api.calculatedColumnApi.internalApi.getCalculatedColumnModuleReferences(actionTyped.calculatedColumn);
613
+ if (calculatedColumnReferences.length) {
614
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
615
+ alertType: 'generic',
616
+ header: 'CalculatedColumn could not be deleted',
617
+ message: `It is still referenced in the following modules: ${calculatedColumnReferences.join(', ')}`,
618
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
619
+ }));
620
+ return;
621
+ }
622
+ const returnAction = next(actionTyped);
623
+ adaptable.api.internalApi
624
+ .getCalculatedColumnExpressionService()
625
+ .destroyAggregatedScalarLiveValue(returnAction.calculatedColumn);
626
+ adaptable.updateColDefsForSpecialColumns();
627
+ return returnAction;
628
+ }
629
+ /**
630
+ * Use Case: We have deleted a FreeText Column (i.e. one not in initial ColumnDefs)
631
+ * Action: Check whether it is referenced elsewhere before deleting then update the Special ColumnDefs
632
+ */
633
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_DELETE: {
634
+ const actionTyped = action;
635
+ // check if FreeTextColumn is not referenced elsewhere
636
+ const freeTextColumnReferences = adaptable.api.freeTextColumnApi.internalApi.getFreeTextColumnModuleReferences(actionTyped.freeTextColumn);
637
+ if (freeTextColumnReferences.length) {
638
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
639
+ alertType: 'generic',
640
+ header: 'FreeTextColumn could not be deleted',
641
+ message: `It is still referenced in the following modules: ${freeTextColumnReferences.join(', ')}`,
642
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
643
+ }));
644
+ return;
645
+ }
646
+ const returnAction = next(action);
647
+ adaptable.updateColDefsForSpecialColumns();
648
+ return returnAction;
649
+ }
650
+ /*******************
651
+ * RENDERED COLUMN ACTIONS
652
+ *******************/
653
+ /**
654
+ * Use Case: We have updated an AdapTable Module that affects rendering
655
+ * Action: We set up all columns again
656
+ */
657
+ case QuickSearchRedux.QUICK_SEARCH_SET_STYLE:
658
+ case FormatColumnRedux.FORMAT_COLUMN_ADD:
659
+ case FormatColumnRedux.FORMAT_COLUMN_EDIT:
660
+ case FormatColumnRedux.FORMAT_COLUMN_DELETE:
661
+ case FormatColumnRedux.FORMAT_COLUMN_DELETE_ALL:
662
+ case FormatColumnRedux.FORMAT_COLUMN_MOVE_DOWN:
663
+ case FormatColumnRedux.FORMAT_COLUMN_MOVE_UP:
664
+ case FormatColumnRedux.FORMAT_COLUMN_SUSPEND:
665
+ case FormatColumnRedux.FORMAT_COLUMN_UNSUSPEND:
666
+ case FormatColumnRedux.FORMAT_COLUMN_SUSPEND_ALL:
667
+ case FormatColumnRedux.FORMAT_COLUMN_UNSUSPEND_ALL:
668
+ case StyledColumnRedux.STYLED_COLUMN_ADD:
669
+ case StyledColumnRedux.STYLED_COLUMN_EDIT:
670
+ case StyledColumnRedux.STYLED_COLUMN_DELETE:
671
+ case StyledColumnRedux.STYLED_COLUMN_SUSPEND:
672
+ case StyledColumnRedux.STYLED_COLUMN_UNSUSPEND:
673
+ case StyledColumnRedux.STYLED_COLUMN_SUSPEND_ALL:
674
+ case StyledColumnRedux.STYLED_COLUMN_UNSUSPEND_ALL:
675
+ case CustomSortRedux.CUSTOM_SORT_ADD:
676
+ case CustomSortRedux.CUSTOM_SORT_EDIT:
677
+ case CustomSortRedux.CUSTOM_SORT_DELETE:
678
+ case CustomSortRedux.CUSTOM_SORT_SUSPEND:
679
+ case CustomSortRedux.CUSTOM_SORT_UNSUSPEND:
680
+ case CustomSortRedux.CUSTOM_SORT_SUSPEND_ALL:
681
+ case CustomSortRedux.CUSTOM_SORT_UNSUSPEND_ALL: {
682
+ const returnAction = next(action);
683
+ // called also for alert actions, see ALERT ACTIONS block
684
+ adaptable.setupColumns();
685
+ return returnAction;
686
+ }
687
+ /*******************
688
+ * QUICK SEARCH ACTIONS
689
+ *******************/
690
+ /**
691
+ * Use Case: User has run a Quick Search
692
+ * Action1: Call Adaptable to redraw body so cells can be highlighted
693
+ * Action2: Run Query using Quick Search text
694
+ */
695
+ case QuickSearchRedux.QUICK_SEARCH_RUN: {
696
+ let returnAction = next(action);
697
+ adaptable.redrawBody();
698
+ // if set then return a query on the text
699
+ if (adaptable.adaptableOptions.quickSearchOptions.filterResultsAfterQuickSearch) {
700
+ const actionTyped = action;
701
+ const searchText = actionTyped.quickSearchText;
702
+ if (StringExtensions_1.StringExtensions.IsNotNullOrEmpty(searchText)) {
703
+ adaptable.setAgGridQuickSearch(searchText);
704
+ }
705
+ else {
706
+ adaptable.setAgGridQuickSearch('');
707
+ }
708
+ }
709
+ return returnAction;
710
+ }
711
+ /*******************
712
+ * System FILTER ACTIONS
713
+ *******************/
714
+ case SystemRedux.SYSTEM_QUICK_FILTER_BAR_SHOW: {
715
+ adaptable.showQuickFilter();
716
+ return next(action);
717
+ }
718
+ case SystemRedux.SYSTEM_QUICK_FILTER_BAR_HIDE: {
719
+ adaptable.hideQuickFilter();
720
+ return next(action);
721
+ }
722
+ case SystemRedux.SYSTEM_FILTER_FORM_HIDE: {
723
+ adaptable.api.gridApi.hideFilterForm();
724
+ return next(action);
725
+ }
726
+ /**
727
+ * Use Case: Column Filters have changed
728
+ * Action: Apply Column Filtering and fire associated events
729
+ */
730
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_ADD:
731
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_EDIT:
732
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SET:
733
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_CLEAR:
734
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_CLEAR_ALL:
735
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SUSPEND:
736
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SUSPEND_ALL:
737
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_UNSUSPEND:
738
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_UNSUSPEND_ALL: {
739
+ let returnAction;
740
+ // needs to be called before 'next' so previous and next column filters are known
741
+ const shouldTriggerColumnFiltering = adaptable.api.columnFilterApi.internalApi.shouldNewColumnFilterTriggerColumnFiltering(action);
742
+ const currentLayout = adaptable.api.layoutApi.getCurrentLayout();
743
+ if (((_g = adaptable.adaptableOptions.layoutOptions) === null || _g === void 0 ? void 0 : _g.autoSaveLayouts) &&
744
+ !currentLayout.IsReadOnly) {
745
+ returnAction = next(action);
746
+ }
747
+ else {
748
+ if (!middlewareAPI.getState().Grid.CurrentLayout) {
749
+ const currentLayout = adaptable.api.layoutApi.getCurrentLayout();
750
+ middlewareAPI.dispatch(GridRedux.LayoutUpdateCurrentDraft(currentLayout));
751
+ }
752
+ // we have a layout draft, we have to update that state
753
+ let draftLayoutAction;
754
+ switch (action.type) {
755
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_ADD:
756
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterAdd(action.columnFilter);
757
+ break;
758
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_EDIT:
759
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterEdit(action.columnFilter);
760
+ break;
761
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SET:
762
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterSet(action.columnFilter);
763
+ break;
764
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_CLEAR:
765
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterClear(action.columnFilter);
766
+ break;
767
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_CLEAR_ALL:
768
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterClearAll();
769
+ break;
770
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SUSPEND:
771
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterSuspend(action.columnFilter);
772
+ break;
773
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_SUSPEND_ALL:
774
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterSuspendAll();
775
+ break;
776
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_UNSUSPEND:
777
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterUnsuspend(action.columnFilter);
778
+ break;
779
+ case LayoutRedux.LAYOUT_COLUMN_FILTER_UNSUSPEND_ALL:
780
+ draftLayoutAction = GridRedux.LayoutDraftColumnFilterUnsuspendAll();
781
+ break;
782
+ }
783
+ // GRID FILTER
784
+ returnAction = next(draftLayoutAction);
785
+ }
786
+ setTimeout(() => {
787
+ if (shouldTriggerColumnFiltering) {
788
+ adaptable.applyColumnFiltering();
789
+ }
790
+ }, 5);
791
+ adaptable.api.columnFilterApi.internalApi.fireColumnFilterAppliedEvent();
792
+ adaptable.api.layoutApi.internalApi.fireLayoutChangedEvent(action.type, null, middlewareAPI.getState().Layout);
793
+ return returnAction;
794
+ }
795
+ /**
796
+ * Use Case: Grid Filter has changed
797
+ * Action: Apply Grid Filtering and fire associated events
798
+ */
799
+ case LayoutRedux.LAYOUT_GRID_FILTER_SET:
800
+ case LayoutRedux.LAYOUT_GRID_FILTER_CLEAR:
801
+ case LayoutRedux.LAYOUT_GRID_FILTER_SUSPEND:
802
+ case LayoutRedux.LAYOUT_GRID_FILTER_UNSUSPEND: {
803
+ setTimeout(() => adaptable.applyGridFiltering(), 5);
804
+ adaptable.api.gridFilterApi.internalApi.fireGridFilterAppliedEvent();
805
+ adaptable.api.layoutApi.internalApi.fireLayoutChangedEvent(action.type, null, middlewareAPI.getState().Layout);
806
+ const currentLayout = adaptable.api.layoutApi.getCurrentLayout();
807
+ let returnAction;
808
+ if (((_h = adaptable.adaptableOptions.layoutOptions) === null || _h === void 0 ? void 0 : _h.autoSaveLayouts) &&
809
+ !currentLayout.IsReadOnly) {
810
+ returnAction = action;
811
+ }
812
+ else {
813
+ // save in draft
814
+ switch (action.type) {
815
+ case LayoutRedux.LAYOUT_GRID_FILTER_SET:
816
+ returnAction = GridRedux.LayoutDraftGridFilterSet(Object.assign(Object.assign({}, currentLayout.GridFilter), { Expression: action.gridFilter }));
817
+ break;
818
+ case LayoutRedux.LAYOUT_GRID_FILTER_CLEAR:
819
+ returnAction = GridRedux.LayoutDraftGridFilterSet(null);
820
+ break;
821
+ case LayoutRedux.LAYOUT_GRID_FILTER_SUSPEND:
822
+ returnAction = GridRedux.LayoutDraftGridFilterSet(Object.assign(Object.assign({}, currentLayout.GridFilter), { IsSuspended: true }));
823
+ break;
824
+ case LayoutRedux.LAYOUT_GRID_FILTER_UNSUSPEND:
825
+ returnAction = GridRedux.LayoutDraftGridFilterSet(Object.assign(Object.assign({}, currentLayout.GridFilter), { IsSuspended: false }));
826
+ break;
827
+ }
828
+ }
829
+ return next(returnAction);
830
+ }
831
+ /*******************
832
+ * DATA SOURCE ACTIONS
833
+ *******************/
834
+ /**
835
+ * Use Case: Data Sources have been amended
836
+ * Action: Fire Data Source Changed event
837
+ */
838
+ case SystemRedux.SYSTEM_DATA_SET_SELECT: {
839
+ let returnAction = next(action);
840
+ const dataSet = adaptable.api.dataSetApi.getCurrentDataSet();
841
+ adaptable.api.dataSetApi.internalApi.fireDataSetSelectedEvent(dataSet);
842
+ requestAnimationFrame(() => {
843
+ if (dataSet.form) {
844
+ middlewareAPI.dispatch((0, PopupRedux_1.PopupShowForm)({
845
+ Id: 'data-set-form',
846
+ Form: dataSet.form,
847
+ prepareContext: (context) => {
848
+ return new Promise((resolve) => {
849
+ const preparedContext = Object.assign(Object.assign({}, context), { dataSet });
850
+ resolve(preparedContext);
851
+ });
852
+ },
853
+ }));
854
+ }
855
+ });
856
+ return returnAction;
857
+ }
858
+ /*******************
859
+ * THEME ACTIONS
860
+ *******************/
861
+ /**
862
+ * Use Case: Theme has changed
863
+ * Action: Apply new Theme
864
+ */
865
+ case ThemeRedux.THEME_SELECT: {
866
+ let returnAction = next(action);
867
+ adaptable.api.themeApi.applyCurrentTheme();
868
+ return returnAction;
869
+ }
870
+ /*******************
871
+ * Note ACTIONS
872
+ *******************/
873
+ /**
874
+ * Use Case: Comments has been edited/deleted/added
875
+ * Action: Triangle can be removed/added
876
+ */
877
+ case NotesRedux.NOTES_ADD:
878
+ case NotesRedux.NOTES_EDIT:
879
+ case NotesRedux.NOTES_DELETE: {
880
+ let returnAction = next(action);
881
+ const node = adaptable.api.gridApi.getRowNodeForPrimaryKey(returnAction.adaptableNote.PrimaryKeyValue);
882
+ adaptable.refreshCells([node], [returnAction.adaptableNote.ColumnId], true);
883
+ if (action.type == NotesRedux.NOTES_DELETE) {
884
+ adaptable.api.notesApi.hideNote();
885
+ }
886
+ return returnAction;
887
+ }
888
+ /*******************
889
+ * SCHEDULE ACTIONS
890
+ *******************/
891
+ /**
892
+ * Use Case: Schedule has changed
893
+ * Action: Set up ALL jobs
894
+ */
895
+ case ScheduleRedux.REMINDER_SCHEDULE_ADD:
896
+ case ScheduleRedux.REMINDER_SCHEDULE_EDIT:
897
+ case ScheduleRedux.REMINDER_SCHEDULE_DELETE:
898
+ case ScheduleRedux.REMINDER_SCHEDULE_UNSUSPEND:
899
+ case ScheduleRedux.REMINDER_SCHEDULE_SUSPEND:
900
+ case ScheduleRedux.REMINDER_SCHEDULE_UNSUSPEND_ALL:
901
+ case ScheduleRedux.REMINDER_SCHEDULE_SUSPEND_ALL:
902
+ case ScheduleRedux.REPORT_SCHEDULE_ADD:
903
+ case ScheduleRedux.REPORT_SCHEDULE_EDIT:
904
+ case ScheduleRedux.REPORT_SCHEDULE_DELETE:
905
+ case ScheduleRedux.REPORT_SCHEDULE_SUSPEND:
906
+ case ScheduleRedux.REPORT_SCHEDULE_UNSUSPEND:
907
+ case ScheduleRedux.REPORT_SCHEDULE_SUSPEND_ALL:
908
+ case ScheduleRedux.REPORT_SCHEDULE_UNSUSPEND_ALL:
909
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_ADD:
910
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_EDIT:
911
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_DELETE:
912
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_SUSPEND:
913
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_UNSUSPEND:
914
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_SUSPEND_ALL:
915
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_UNSUSPEND_ALL:
916
+ case ScheduleRedux.GLUE42_SCHEDULE_ADD:
917
+ case ScheduleRedux.GLUE42_SCHEDULE_EDIT:
918
+ case ScheduleRedux.GLUE42_SCHEDULE_DELETE:
919
+ case ScheduleRedux.GLUE42_SCHEDULE_SUSPEND:
920
+ case ScheduleRedux.GLUE42_SCHEDULE_UNSUSPEND:
921
+ case ScheduleRedux.GLUE42_SCHEDULE_SUSPEND_ALL:
922
+ case ScheduleRedux.GLUE42_SCHEDULE_UNSUSPEND_ALL:
923
+ case ScheduleRedux.OPENFIN_SCHEDULE_ADD:
924
+ case ScheduleRedux.OPENFIN_SCHEDULE_EDIT:
925
+ case ScheduleRedux.OPENFIN_SCHEDULE_DELETE:
926
+ case ScheduleRedux.OPENFIN_SCHEDULE_SUSPEND:
927
+ case ScheduleRedux.OPENFIN_SCHEDULE_UNSUSPEND:
928
+ case ScheduleRedux.OPENFIN_SCHEDULE_SUSPEND_ALL:
929
+ case ScheduleRedux.OPENFIN_SCHEDULE_UNSUSPEND_ALL: {
930
+ let returnAction = next(action);
931
+ let module = (adaptable.adaptableModules.get(ModuleConstants.ScheduleModuleId));
932
+ module.setUpScheduleJobs();
933
+ return returnAction;
934
+ }
935
+ /*******************
936
+ * DASHBOARD ACTIONS
937
+ *******************/
938
+ case DashboardRedux.DASHBOARD_SET_IS_COLLAPSED:
939
+ case DashboardRedux.DASHBOARD_SET_MODULE_BUTTONS:
940
+ case DashboardRedux.DASHBOARD_ACTIVE_TAB_INDEX_CHANGE:
941
+ case DashboardRedux.DASHBOARD_SET_IS_FLOATING:
942
+ case DashboardRedux.DASHBOARD_SET_IS_INLINE:
943
+ case DashboardRedux.DASHBOARD_SET_IS_HIDDEN:
944
+ case DashboardRedux.DASHBOARD_SET_FLOATING_POSITION:
945
+ case DashboardRedux.DASHBOARD_SET_TABS:
946
+ case DashboardRedux.DASHBOARD_CLOSE_TOOLBAR: {
947
+ const oldDashboardState = middlewareAPI.getState().Dashboard;
948
+ let returnAction = next(action);
949
+ const newDashboardState = middlewareAPI.getState().Dashboard;
950
+ adaptable.api.dashboardApi.internalApi.fireDashboardChangedEvent(action.type, oldDashboardState, newDashboardState);
951
+ return returnAction;
952
+ }
953
+ /*******************
954
+ * LAYOUT ACTIONS
955
+ *******************/
956
+ case LayoutRedux.LAYOUT_ADD:
957
+ case LayoutRedux.LAYOUT_EDIT:
958
+ case LayoutRedux.LAYOUT_SAVE:
959
+ case LayoutRedux.LAYOUT_DELETE:
960
+ case LayoutRedux.LAYOUT_SET_COLUMN_CAPTION:
961
+ case LayoutRedux.LAYOUT_SELECT: {
962
+ const oldLayoutState = middlewareAPI.getState().Layout;
963
+ // this must be called before 'next(action)'
964
+ const previousLayout = adaptable.api.layoutApi.getCurrentLayout();
965
+ let returnAction = next(action);
966
+ const newLayoutState = middlewareAPI.getState().Layout;
967
+ adaptable.api.layoutApi.internalApi.fireLayoutChangedEvent(action.type, oldLayoutState, newLayoutState);
968
+ const oldFilters = (_j = oldLayoutState.Layouts.find((l) => l.Name == oldLayoutState.CurrentLayout)) === null || _j === void 0 ? void 0 : _j.ColumnFilters;
969
+ const newFilters = (_k = newLayoutState.Layouts.find((l) => l.Name == newLayoutState.CurrentLayout)) === null || _k === void 0 ? void 0 : _k.ColumnFilters;
970
+ // Tell Grid to apply filtering if filters have been changed in a loaded Layout
971
+ if (adaptable.api.columnFilterApi.internalApi.areColumnFiltersDifferent(oldFilters, newFilters)) {
972
+ adaptable.applyColumnFiltering();
973
+ }
974
+ if (returnAction.type == LayoutRedux.LAYOUT_SELECT ||
975
+ returnAction.type == LayoutRedux.LAYOUT_DELETE ||
976
+ returnAction.type == LayoutRedux.LAYOUT_SET_COLUMN_CAPTION) {
977
+ let gridState = middlewareAPI.getState().Grid;
978
+ let currentLayout = newLayoutState.Layouts.find((l) => l.Name == newLayoutState.CurrentLayout);
979
+ if (gridState.CurrentLayout) {
980
+ currentLayout = gridState.CurrentLayout;
981
+ }
982
+ if (currentLayout) {
983
+ // tell grid the layout has been selected
984
+ adaptable.setLayout(currentLayout);
985
+ }
986
+ if (!((_l = adaptable.adaptableOptions.layoutOptions) === null || _l === void 0 ? void 0 : _l.autoSaveLayouts)) {
987
+ middlewareAPI.dispatch(GridRedux.LayoutUpdateCurrentDraft(currentLayout));
988
+ }
989
+ }
990
+ if (returnAction.type == LayoutRedux.LAYOUT_ADD ||
991
+ returnAction.type == LayoutRedux.LAYOUT_SAVE) {
992
+ const actionTyped = action;
993
+ // if autosave is false
994
+ if (!((_m = adaptable.adaptableOptions.layoutOptions) === null || _m === void 0 ? void 0 : _m.autoSaveLayouts)) {
995
+ // and the current layout is saved, make sure we also update the draft
996
+ if (actionTyped.layout.Name === newLayoutState.CurrentLayout) {
997
+ middlewareAPI.dispatch(GridRedux.LayoutUpdateCurrentDraft(actionTyped.layout));
998
+ }
999
+ }
1000
+ }
1001
+ // when changing current layout via the api, the layout should update
1002
+ if (returnAction.type == LayoutRedux.LAYOUT_SAVE) {
1003
+ const savingLayout = returnAction.layout;
1004
+ if (previousLayout.Name === savingLayout.Name &&
1005
+ previousLayout !== savingLayout &&
1006
+ // objects may have changed, but have the same contents
1007
+ // this prevents pivot layout from infinite set-layout
1008
+ !adaptable.api.layoutApi.internalApi.areLayoutsEqual(previousLayout, savingLayout)) {
1009
+ adaptable.setLayout(savingLayout);
1010
+ }
1011
+ }
1012
+ return returnAction;
1013
+ }
1014
+ /*******************
1015
+ * SMART EDIT ACTIONS
1016
+ *******************/
1017
+ /**
1018
+ * Use Case: User wants to perform Smart Edit and we need to check if the cell selection is valid
1019
+ * Action (1): Get the result from the SmartEdit module
1020
+ * If the return is an Alert:
1021
+ * Action (2): If there is a popup open, close it and show the Alert; otherwise just set false valid selection
1022
+ * If the return is valid:
1023
+ * Action (2): Set the valid selection to true
1024
+ * Action (3): Build the Preview Values (via Smart Edit module)
1025
+ * Action (4): Set the Preview Values (this will populate the preview screen)
1026
+ */
1027
+ case SystemRedux.SYSTEM_SMARTEDIT_CHECK_CELL_SELECTION: {
1028
+ let module = (adaptable.adaptableModules.get(ModuleConstants.SmartEditModuleId));
1029
+ let state = middlewareAPI.getState();
1030
+ let returnAction = next(action);
1031
+ let apiReturn = module.CheckCorrectCellSelection();
1032
+ let popup = state.Popup.ScreenPopup;
1033
+ // this is a horrible hack and fix for a weird issue
1034
+ // we really need to do smart edit and bulk update better
1035
+ // but this fixes it for now
1036
+ if (popup.ComponentName != 'LayoutPopup') {
1037
+ if (apiReturn.Alert) {
1038
+ // check if Smart Edit is showing as popup and then close and show error (dont want to do that if from toolbar)
1039
+ if (popup.ComponentName == 'SmartEditPopup') {
1040
+ // We are in SmartEditPopup so let's close it
1041
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
1042
+ // and now show the alert Popup
1043
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert(apiReturn.Alert));
1044
+ }
1045
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetValidSelection(false));
1046
+ }
1047
+ else {
1048
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetValidSelection(true));
1049
+ let apiPreviewReturn = module.BuildPreviewValues(state.System.SmartEditValue, state.System.SmartEditOperation);
1050
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetPreview(apiPreviewReturn));
1051
+ }
1052
+ }
1053
+ return returnAction;
1054
+ }
1055
+ /**
1056
+ * Use Case: User has changed a Smmart Edit property or requested a preview
1057
+ * Action (1): Get the new preview set from the Smart Edit module
1058
+ * Action (2): Set the Preview Values (this will populate the preview screen)
1059
+ */
1060
+ case SystemRedux.SYSTEM_SMART_EDIT_CHANGE_OPERATION:
1061
+ case SystemRedux.SYSTEM_SMART_EDIT_CHANGE_VALUE:
1062
+ case SystemRedux.SYSTEM_SMARTEDIT_FETCH_PREVIEW: {
1063
+ //all our logic needs to be executed AFTER the main reducers
1064
+ //so our state is up to date which allow us not to care about the data within each different action
1065
+ let returnAction = next(action);
1066
+ let module = (adaptable.adaptableModules.get(ModuleConstants.SmartEditModuleId));
1067
+ let state = middlewareAPI.getState();
1068
+ let apiReturn = module.BuildPreviewValues(state.System.SmartEditValue, state.System.SmartEditOperation);
1069
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetPreview(apiReturn));
1070
+ return returnAction;
1071
+ }
1072
+ /**
1073
+ * Use Case: User has clicked 'Apply' in Smart Edit popup or toolbar
1074
+ * Action (1): Gets the values that need to be applied from the Preview Info and passes to Preview Helper (incl. whether to bypass validation)
1075
+ * Action (2): Sends these new values to the Smart Edit module (which will, in turn, apply them to Adaptable)
1076
+ */
1077
+ case SmartEditRedux.SMART_EDIT_COMPLETE: {
1078
+ let module = (adaptable.adaptableModules.get(ModuleConstants.SmartEditModuleId));
1079
+ const actionTyped = action;
1080
+ let thePreview = middlewareAPI.getState().System.SmartEditPreviewInfo;
1081
+ let newValues = PreviewHelper_1.PreviewHelper.GetCellUpdateRequestsFromPreview(thePreview, actionTyped.bypassValidationWarnings);
1082
+ module.ApplySmartEdit(newValues);
1083
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
1084
+ return next(action);
1085
+ }
1086
+ /**
1087
+ * Use Case: Smart Edit has been applied
1088
+ * Action: update the grid cells
1089
+ */
1090
+ case SmartEditRedux.SMART_EDIT_APPLY: {
1091
+ let returnAction = next(action);
1092
+ const actionTyped = action;
1093
+ adaptable.api.gridApi.setCellValues(actionTyped.cellUpdateRequests);
1094
+ return returnAction;
1095
+ }
1096
+ /*******************
1097
+ * BULK UPDATE ACTIONS
1098
+ *******************/
1099
+ case SystemRedux.SYSTEM_BULK_UPDATE_CHECK_CELL_SELECTION: {
1100
+ let module = (adaptable.adaptableModules.get(ModuleConstants.BulkUpdateModuleId));
1101
+ let state = middlewareAPI.getState();
1102
+ let returnAction = next(action);
1103
+ let apiReturn = module.checkCorrectCellSelection();
1104
+ let popup = state.Popup.ScreenPopup;
1105
+ // this is a horrible hack and fix for a weird issue
1106
+ // we really need to do smart edit and bulk update better
1107
+ // but this fixes it for now
1108
+ if (popup.ComponentName != 'LayoutPopup') {
1109
+ if (apiReturn.Alert) {
1110
+ // check if BulkUpdate is showing as popup
1111
+ if (popup.ComponentName == 'BulkUpdatePopup') {
1112
+ //We close the BulkUpdatePopup
1113
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
1114
+ //We show the Error Popup -- assume that will alwasy be an Error
1115
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert(apiReturn.Alert));
1116
+ }
1117
+ }
1118
+ middlewareAPI.dispatch(SystemRedux.BulkUpdateSetValidSelection(apiReturn));
1119
+ }
1120
+ return returnAction;
1121
+ }
1122
+ // Here we have all actions that triggers a refresh of the BulkUpdatePreview
1123
+ case SystemRedux.SYSTEM_BULK_UPDATE_CHANGE_VALUE: {
1124
+ //all our logic needs to be executed AFTER the main reducers
1125
+ //so our state is up to date which allow us not to care about the data within each different action
1126
+ let returnAction = next(action);
1127
+ let module = (adaptable.adaptableModules.get(ModuleConstants.BulkUpdateModuleId));
1128
+ let state = middlewareAPI.getState();
1129
+ let apiReturn = module.buildPreviewValues(state.System.BulkUpdateValue);
1130
+ middlewareAPI.dispatch(SystemRedux.BulkUpdateSetPreview(apiReturn));
1131
+ return returnAction;
1132
+ }
1133
+ case BulkUpdateRedux.BULK_UPDATE_COMPLETE: {
1134
+ const actionTyped = action;
1135
+ let thePreview = middlewareAPI.getState().System.BulkUpdatePreviewInfo;
1136
+ let newValues = PreviewHelper_1.PreviewHelper.GetCellUpdateRequestsFromPreview(thePreview, actionTyped.bypassValidationWarnings);
1137
+ adaptable.api.bulkUpdateApi.applyBulkUpdate(newValues);
1138
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
1139
+ return next(action);
1140
+ }
1141
+ case BulkUpdateRedux.BULK_UPDATE_APPLY: {
1142
+ let returnAction = next(action);
1143
+ const actionTyped = action;
1144
+ adaptable.api.gridApi.setCellValues(actionTyped.cellUpdateRequests);
1145
+ return returnAction;
1146
+ }
1147
+ /*******************
1148
+ * PLUS MINUS ACTIONS
1149
+ *******************/
1150
+ /**
1151
+ * Use Case: Plus Minus Rules have changed
1152
+ * Action: Get Plus Minus module to know if it needs to listen to keydown
1153
+ */
1154
+ case PlusMinusRedux.PLUS_MINUS_RULE_ADD:
1155
+ case PlusMinusRedux.PLUS_MINUS_RULE_EDIT:
1156
+ case PlusMinusRedux.PLUS_MINUS_RULE_DELETE: {
1157
+ let returnAction = next(action);
1158
+ let module = (adaptable.adaptableModules.get(ModuleConstants.PlusMinusModuleId));
1159
+ if (module) {
1160
+ module.checkListenToKeyDown();
1161
+ }
1162
+ return returnAction;
1163
+ }
1164
+ /**
1165
+ * Use Case: Plus Minus has been applied
1166
+ * Action: update the grid cells
1167
+ */
1168
+ case PlusMinusRedux.PLUS_MINUS_APPLY: {
1169
+ let returnAction = next(action);
1170
+ const actionTyped = action;
1171
+ adaptable.api.gridApi.setCellValues(actionTyped.cellUpdateRequests);
1172
+ return returnAction;
1173
+ }
1174
+ /*******************
1175
+ * SHORTCUT ACTIONS
1176
+ *******************/
1177
+ /**
1178
+ * Use Case: Shortcuts have changed
1179
+ * Action: Get Shortcut module to know if it needs to listen to keydown
1180
+ */
1181
+ case ShortcutRedux.SHORTCUT_ADD:
1182
+ case ShortcutRedux.SHORTCUT_EDIT:
1183
+ case ShortcutRedux.SHORTCUT_DELETE: {
1184
+ let returnAction = next(action);
1185
+ let module = (adaptable.adaptableModules.get(ModuleConstants.ShortcutModuleId));
1186
+ if (module) {
1187
+ module.checkListenToKeyDown();
1188
+ }
1189
+ return returnAction;
1190
+ }
1191
+ /*******************
1192
+ * EXPORT ACTIONS
1193
+ *******************/
1194
+ case ExportRedux.REPORT_SELECT: {
1195
+ const actionTyped = action;
1196
+ let returnAction = next(action);
1197
+ const selectedReport = actionTyped.SelectedReport;
1198
+ if (!selectedReport ||
1199
+ (selectedReport === GeneralConstants_1.VISUAL_DATA_REPORT &&
1200
+ middlewareAPI.getState().Export.CurrentDestination !== Enums_1.ExportDestination.Excel)) {
1201
+ middlewareAPI.dispatch(ExportRedux.DestinationSelect(''));
1202
+ }
1203
+ return returnAction;
1204
+ }
1205
+ case ExportRedux.EXPORT_APPLY: {
1206
+ let module = (adaptable.adaptableModules.get(ModuleConstants.ExportModuleId));
1207
+ const actionTyped = action;
1208
+ module.export(actionTyped.Report, actionTyped.ExportDestination);
1209
+ return next(action);
1210
+ }
1211
+ // When deleting a report check if its the currently selected one
1212
+ // if it is then clear
1213
+ case ExportRedux.REPORT_DELETE: {
1214
+ const actionTyped = action;
1215
+ let report = actionTyped.report;
1216
+ let currentReport = middlewareAPI.getState().Export.CurrentReport;
1217
+ if (report && report.Name == currentReport) {
1218
+ middlewareAPI.dispatch(ExportRedux.ReportSelect(GeneralConstants_1.EMPTY_STRING));
1219
+ }
1220
+ return next(action);
1221
+ }
1222
+ case SystemRedux_1.SYSTEM_VISUAL_EXPORT_BEGIN:
1223
+ case SystemRedux_1.SYSTEM_VISUAL_EXPORT_END: {
1224
+ let returnAction = next(action);
1225
+ adaptable.ReportService.resetExcelStyleMemoization();
1226
+ return returnAction;
1227
+ }
1228
+ /*******************
1229
+ * CHARTING ACTIONS
1230
+ *******************/
1231
+ case ChartingRedux.CHARTING_DELETE_EXTERNAL_CHART: {
1232
+ const returnAction = next(action);
1233
+ adaptable.api.chartingApi.internalApi.onDeleteExternalChart(returnAction.chartDefinition);
1234
+ return returnAction;
1235
+ }
1236
+ /*******************
1237
+ * TEAM SHARING ACTIONS
1238
+ *******************/
1239
+ case TeamSharingRedux.TEAMSHARING_GET: {
1240
+ let returnAction = next(action);
1241
+ adaptable.api.teamSharingApi
1242
+ .loadSharedEntities()
1243
+ .then((sharedEntities) => {
1244
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
1245
+ })
1246
+ .catch((error) => {
1247
+ adaptable.logger.error('TeamSharing get error : ' + error.message);
1248
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1249
+ alertType: 'generic',
1250
+ header: 'Team Sharing',
1251
+ message: "Couldn't get shared items: " + error.message,
1252
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1253
+ }));
1254
+ });
1255
+ return returnAction;
1256
+ }
1257
+ case TeamSharingRedux.TEAMSHARING_SHARE_CUSTOM: {
1258
+ const actionTyped = action;
1259
+ let returnAction = next(action);
1260
+ const { Entity, Configuration } = actionTyped;
1261
+ let shareSuccessful;
1262
+ // load latest state from TeamSharing server
1263
+ adaptable.api.teamSharingApi
1264
+ .loadSharedEntities()
1265
+ .then((sharedEntities) => {
1266
+ const customSharedEntity = adaptable.api.internalApi
1267
+ .getTeamSharingService()
1268
+ .buildCustomSharedEntity(Entity, Configuration);
1269
+ let newCustomShare = true;
1270
+ const updatedSharedEntities = sharedEntities.map((entity) => {
1271
+ // if it has the same UUID, override it
1272
+ if ((0, TeamSharingState_1.isCustomSharedEntity)(entity) && entity.Uuid === customSharedEntity.Uuid) {
1273
+ newCustomShare = false;
1274
+ return Object.assign(Object.assign({}, customSharedEntity), { ChangedAt: Date.now(), ChangedBy: adaptable.api.optionsApi.getUserName() });
1275
+ }
1276
+ return entity;
1277
+ });
1278
+ if (newCustomShare) {
1279
+ updatedSharedEntities.push(customSharedEntity);
1280
+ }
1281
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(updatedSharedEntities));
1282
+ // update the server state
1283
+ shareSuccessful = true;
1284
+ return adaptable.api.teamSharingApi.persistSharedEntities(updatedSharedEntities);
1285
+ })
1286
+ .then(() => {
1287
+ if (shareSuccessful) {
1288
+ adaptable.logger.info(`Custom Shared Object '${Configuration.Name}' Shared Successfully`);
1289
+ }
1290
+ })
1291
+ .catch((error) => {
1292
+ adaptable.logger.error('TeamSharing share error : ' + error.message, actionTyped.Entity);
1293
+ });
1294
+ return returnAction;
1295
+ }
1296
+ // share the given AdaptableObject:
1297
+ // - if it has dependencies, share them as well
1298
+ // - if it's active, ensure that there is not already one present
1299
+ // - if it's active, all the dependencies will be active as well
1300
+ case TeamSharingRedux.TEAMSHARING_SHARE: {
1301
+ const actionTyped = action;
1302
+ let returnAction = next(action);
1303
+ const { Entity, Configuration, Module } = actionTyped;
1304
+ let shareSuccessful;
1305
+ // load latest state from TeamSharing server
1306
+ adaptable.api.teamSharingApi
1307
+ .loadSharedEntities()
1308
+ .then((sharedEntities) => {
1309
+ // check if there is not already one active SharedEntity for this object
1310
+ const existingActiveSharedEntity = Configuration.type === 'Active' &&
1311
+ middlewareAPI.getState().TeamSharing.ActiveSharedEntityMap[Entity.Uuid];
1312
+ if (existingActiveSharedEntity) {
1313
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1314
+ alertType: 'generic',
1315
+ header: 'Team Sharing',
1316
+ message: `Couldn't share ${adaptable.api.internalApi.getModuleFriendlyName(Module)}, there is already an existing active share for it: ${existingActiveSharedEntity.Description}`,
1317
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1318
+ }));
1319
+ shareSuccessful = false;
1320
+ return;
1321
+ }
1322
+ // build the new shared entities incl. all their dependencies
1323
+ const newSharedEntityInclDependencies = adaptable.api.internalApi
1324
+ .getTeamSharingService()
1325
+ .buildSharedEntityWithDependencies(Entity, Module, Configuration);
1326
+ sharedEntities.push(...newSharedEntityInclDependencies);
1327
+ // update the local state
1328
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...newSharedEntityInclDependencies.filter((sharedEntity) => sharedEntity.Type === 'Active')));
1329
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
1330
+ // update the server state
1331
+ shareSuccessful = true;
1332
+ return adaptable.api.teamSharingApi.persistSharedEntities(sharedEntities);
1333
+ })
1334
+ .then(() => {
1335
+ if (shareSuccessful) {
1336
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1337
+ alertType: 'generic',
1338
+ header: 'Team Sharing',
1339
+ message: `${adaptable.api.internalApi.getModuleFriendlyName(Module)} Shared Successfully`,
1340
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Success'),
1341
+ }));
1342
+ }
1343
+ })
1344
+ .catch((error) => {
1345
+ adaptable.logger.error('TeamSharing share error : ' + error.message, actionTyped.Entity);
1346
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1347
+ alertType: 'generic',
1348
+ header: 'Team Sharing',
1349
+ message: "Couldn't share item: " + error.message,
1350
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1351
+ }));
1352
+ });
1353
+ return returnAction;
1354
+ }
1355
+ // remove the given shared entity:
1356
+ // - ensure that no other shared entities depend on it
1357
+ case TeamSharingRedux.TEAMSHARING_REMOVE_ITEM: {
1358
+ let returnAction = next(action);
1359
+ const actionTyped = action;
1360
+ const removedEntityId = actionTyped.Uuid;
1361
+ // load latest state from TeamSharing server
1362
+ adaptable.api.teamSharingApi
1363
+ .loadSharedEntities()
1364
+ .then((sharedEntities) => {
1365
+ // ensure that no other SharedDependencies reference the to-be-deleted entity
1366
+ const adaptableSharedEntities = sharedEntities.filter(TeamSharingState_1.isAdaptableSharedEntity);
1367
+ const sharedEntityDependants = adaptable.api.internalApi
1368
+ .getTeamSharingService()
1369
+ .getSharedEntityDependants(removedEntityId, adaptableSharedEntities);
1370
+ if (sharedEntityDependants.length) {
1371
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1372
+ alertType: 'generic',
1373
+ header: `Cannot remove the shared item as it is referenced in:`,
1374
+ message: sharedEntityDependants
1375
+ .map((sharedEntity) => `${adaptable.api.internalApi.getModuleFriendlyName(sharedEntity.Module)} ${sharedEntity.Description}`)
1376
+ .join('\n'),
1377
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Warning'),
1378
+ }));
1379
+ return;
1380
+ }
1381
+ // remove the deleted SharedEntity from local state
1382
+ const newSharedEntities = sharedEntities.filter((s) => s.Uuid !== removedEntityId);
1383
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(newSharedEntities));
1384
+ // update TeamSharing server
1385
+ return adaptable.api.teamSharingApi.persistSharedEntities(newSharedEntities);
1386
+ })
1387
+ .catch((error) => {
1388
+ adaptable.logger.error('TeamSharing remove error : ' + error.message);
1389
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1390
+ alertType: 'generic',
1391
+ header: 'Team Sharing',
1392
+ message: "Couldn't remove item: " + error.message,
1393
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1394
+ }));
1395
+ });
1396
+ return returnAction;
1397
+ }
1398
+ // Import 1. step
1399
+ // prepare import of the given shared entity (the actual import is done in 'TEAMSHARING_PROCESS_IMPORT'):
1400
+ // - all dependencies will be also included in the import bundle
1401
+ // - if there is at least one local AdaptableObject which will be overwritten, display a confirmation pop
1402
+ case TeamSharingRedux.TEAMSHARING_IMPORT_ITEM: {
1403
+ let returnAction = next(action);
1404
+ const actionTyped = action;
1405
+ const [importStepActions, needsOverwriteConfirmation] = adaptable.api.internalApi
1406
+ .getTeamSharingService()
1407
+ .buildSharedEntityImportActions(actionTyped.SharedEntity);
1408
+ const processImportAction = TeamSharingRedux.TeamSharingProcessImport(importStepActions);
1409
+ if (needsOverwriteConfirmation &&
1410
+ !adaptable.api.optionsApi.getTeamSharingOptions().suppressOverrideConfigWarning) {
1411
+ let confirmation = {
1412
+ CancelButtonText: 'Cancel Import',
1413
+ Header: 'Overwriting Existing Object',
1414
+ Msg: 'This import will overwrite an existing object in your State. Do you wish to continue?',
1415
+ ConfirmButtonText: 'Import',
1416
+ CancelAction: null,
1417
+ ConfirmAction: processImportAction,
1418
+ ShowInputBox: false,
1419
+ MessageType: 'Warning',
1420
+ };
1421
+ middlewareAPI.dispatch(PopupRedux.PopupShowConfirmation(confirmation));
1422
+ }
1423
+ else {
1424
+ middlewareAPI.dispatch(processImportAction);
1425
+ }
1426
+ return returnAction;
1427
+ }
1428
+ // Import 2. step
1429
+ // import the actual AdaptableObjects (either create or update them)
1430
+ case TeamSharingRedux.TEAMSHARING_PROCESS_IMPORT: {
1431
+ let returnAction = next(action);
1432
+ const actionTyped = action;
1433
+ const { ImportSteps } = actionTyped;
1434
+ const activeSharedEntities = [];
1435
+ // iterate backwards to import the dependencies first
1436
+ // it should work also the other way around, but nevertheless...
1437
+ for (let i = ImportSteps.length - 1; i >= 0; i--) {
1438
+ const { sharedEntity, importAction } = ImportSteps[i];
1439
+ if (importAction) {
1440
+ middlewareAPI.dispatch(importAction);
1441
+ if (sharedEntity.Type === 'Active') {
1442
+ activeSharedEntities.push(sharedEntity);
1443
+ }
1444
+ }
1445
+ else {
1446
+ adaptable.logger.error('Team Sharing Import Error: Unknown item type', sharedEntity);
1447
+ }
1448
+ }
1449
+ if (activeSharedEntities.length) {
1450
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...activeSharedEntities));
1451
+ }
1452
+ // mark the import process as ended after (we assume that) the import is finished
1453
+ adaptable.api.teamSharingApi.internalApi
1454
+ .waitForTeamSharingImportEnd()
1455
+ .then(() => middlewareAPI.dispatch(TeamSharingRedux.TeamSharingCommitImport()))
1456
+ .catch(() => middlewareAPI.dispatch(TeamSharingRedux.TeamSharingCommitImport()));
1457
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1458
+ alertType: 'generic',
1459
+ header: 'Team Sharing',
1460
+ message: `Item Successfully Imported`,
1461
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Success'),
1462
+ }));
1463
+ return returnAction;
1464
+ }
1465
+ // update the active SharedEntity with the latest (updated) state of the local AdaptableObject
1466
+ // - if the remote server already has a newer version of it, the update is skipped
1467
+ case TeamSharingRedux.TEAMSHARING_UPDATE_ITEM: {
1468
+ const returnAction = next(action);
1469
+ const actionTyped = action;
1470
+ if (middlewareAPI.getState().TeamSharing.importProcessInProgress) {
1471
+ // we are in the middle of an import process, we don't have to react to these object changes
1472
+ return returnAction;
1473
+ }
1474
+ const { ChangedAdaptableObject, UserName } = actionTyped;
1475
+ adaptable.api.teamSharingApi
1476
+ .loadSharedEntities()
1477
+ .then((sharedEntities) => {
1478
+ const adaptableSharedEntities = sharedEntities.filter(TeamSharingState_1.isAdaptableSharedEntity);
1479
+ // check if remote server has a newer revision
1480
+ const [localRevision, remoteRevision] = adaptable.api.internalApi
1481
+ .getTeamSharingService()
1482
+ .getSharedEntityLocalAndRemoteRevisions(ChangedAdaptableObject.Uuid, adaptableSharedEntities);
1483
+ if (remoteRevision > localRevision) {
1484
+ // if remote has a newer version, we will NOT overwrite it
1485
+ return;
1486
+ }
1487
+ const [updatedSharedEntities, newActiveEntities] = adaptable.api.internalApi
1488
+ .getTeamSharingService()
1489
+ .updateActiveSharedEntity(ChangedAdaptableObject, UserName, adaptableSharedEntities);
1490
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...newActiveEntities));
1491
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(updatedSharedEntities));
1492
+ return adaptable.api.teamSharingApi.persistSharedEntities(updatedSharedEntities);
1493
+ })
1494
+ .catch((error) => {
1495
+ adaptable.logger.error('TeamSharing update active item error : ' + error.message);
1496
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1497
+ alertType: 'generic',
1498
+ header: 'Team Sharing',
1499
+ message: "Couldn't update active item: " + error.message,
1500
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1501
+ }));
1502
+ });
1503
+ return returnAction;
1504
+ }
1505
+ case TeamSharingRedux.TEAMSHARING_CHECK_FOR_UPDATES: {
1506
+ const returnAction = next(action);
1507
+ adaptable.api.teamSharingApi
1508
+ .loadSharedEntities()
1509
+ .then((sharedEntities) => {
1510
+ // update local state
1511
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
1512
+ adaptable.api.internalApi.getTeamSharingService().showUpdateNotifications();
1513
+ })
1514
+ .catch((error) => {
1515
+ adaptable.logger.error('TeamSharing update error : ' + error.message);
1516
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1517
+ alertType: 'generic',
1518
+ header: 'Team Sharing',
1519
+ message: "Couldn't check for updates: " + error.message,
1520
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1521
+ }));
1522
+ });
1523
+ return returnAction;
1524
+ }
1525
+ /*******************
1526
+ * DATA CHANGE HISTORY ACTIONS
1527
+ *******************/
1528
+ case SystemRedux.SYSTEM_DATA_CHANGE_HISTORY_UNDO:
1529
+ const actionTypedUndo = action;
1530
+ const cellDataChangedInfo = actionTypedUndo.changeInfo;
1531
+ adaptable.api.gridApi.undoCellEdit(cellDataChangedInfo);
1532
+ return next(action);
1533
+ /*******************
1534
+ * SYSTEM (INTERNAL) ACTIONS
1535
+ *******************/
1536
+ case SystemRedux.SYSTEM_SET_NEW_COLUMN_LIST_ORDER:
1537
+ const actionTyped = action;
1538
+ adaptable.setColumnOrder(actionTyped.visibleColumnList);
1539
+ return next(action);
1540
+ /*******************
1541
+ * GRID (INTERNAL) ACTIONS
1542
+ *******************/
1543
+ case GridRedux.GRID_CREATE_CELLS_SUMMARY: {
1544
+ let module = (adaptable.adaptableModules.get(ModuleConstants.CellSummaryModuleId));
1545
+ let returnAction = next(action);
1546
+ let selectedCellInfo = middlewareAPI.getState().Grid.SelectedCellInfo;
1547
+ let apiSummaryReturn = module.createCellSummary(selectedCellInfo);
1548
+ middlewareAPI.dispatch(GridRedux.GridSetCellSummary(apiSummaryReturn));
1549
+ return returnAction;
1550
+ }
1551
+ case GridRedux.GRID_REFRESH_CELLS: {
1552
+ const actionTyped = action;
1553
+ let ret = next(action);
1554
+ adaptable.refreshCells(actionTyped.rowNodes, actionTyped.columnIds, true);
1555
+ return ret;
1556
+ }
1557
+ case GridRedux.GRID_SET_SORT: {
1558
+ let ret = next(action);
1559
+ adaptable.api.gridApi.internalApi.fireGridSortedEvent();
1560
+ return ret;
1561
+ }
1562
+ case GridRedux.GRID_CLEAR_SORT: {
1563
+ let ret = next(action);
1564
+ adaptable.api.gridApi.internalApi.fireGridSortedEvent();
1565
+ return ret;
1566
+ }
1567
+ /*******************
1568
+ * POPUP (INTERNAL) ACTIONS
1569
+ *******************/
1570
+ case PopupRedux.POPUP_SHOW_ALERT: {
1571
+ (0, AdaptableToaster_1.showToast)({
1572
+ api: adaptable.api,
1573
+ adaptableAlert: action.alert,
1574
+ });
1575
+ return next(action);
1576
+ }
1577
+ case PopupRedux.POPUP_CONFIRM_PROMPT: {
1578
+ let promptConfirmationAction = middlewareAPI.getState().Popup.PromptPopup.ConfirmAction;
1579
+ if (promptConfirmationAction) {
1580
+ let inputText = action.InputText;
1581
+ promptConfirmationAction.InputText = inputText;
1582
+ middlewareAPI.dispatch(promptConfirmationAction);
1583
+ }
1584
+ return next(action);
1585
+ }
1586
+ case PopupRedux.POPUP_CONFIRM_CONFIRMATION: {
1587
+ let confirmationAction = middlewareAPI.getState().Popup.ConfirmationPopup.ConfirmAction;
1588
+ if (confirmationAction) {
1589
+ middlewareAPI.dispatch(confirmationAction);
1590
+ }
1591
+ return next(action);
1592
+ }
1593
+ case PopupRedux.POPUP_CANCEL_CONFIRMATION: {
1594
+ let cancelAction = middlewareAPI.getState().Popup.ConfirmationPopup.CancelAction;
1595
+ if (cancelAction) {
1596
+ middlewareAPI.dispatch(cancelAction);
1597
+ }
1598
+ return next(action);
1599
+ }
1600
+ /*******************
1601
+ * MANAGING STATE ACTIONS
1602
+ *******************/
1603
+ case exports.INIT_STATE: {
1604
+ let returnAction = next(action);
1605
+ if (adaptable.isDestroyed) {
1606
+ return returnAction;
1607
+ }
1608
+ // make sure we have the grid columns in state, before we do any layout work
1609
+ adaptable.updateColumnsIntoStore();
1610
+ const layoutState = middlewareAPI.getState().Layout;
1611
+ const defaultLayout = adaptable.api.layoutApi.internalApi.createDefaultLayoutIfNeeded();
1612
+ let currentLayout = (layoutState === null || layoutState === void 0 ? void 0 : layoutState.CurrentLayout) || (defaultLayout === null || defaultLayout === void 0 ? void 0 : defaultLayout.Name);
1613
+ if (!adaptable.api.layoutApi.getLayoutByName(currentLayout)) {
1614
+ currentLayout = defaultLayout ? defaultLayout.Name : layoutState.Layouts[0].Name;
1615
+ }
1616
+ middlewareAPI.dispatch(LayoutRedux.LayoutSelect(currentLayout));
1617
+ // do this now so it sets module entitlements
1618
+ adaptable.EntitlementService.setModulesEntitlements();
1619
+ // create the module menu (for use in the dashboard and the toolpanel)
1620
+ adaptable.ModuleService.createModuleMenus();
1621
+ // update initial mode of DataChangeHistory
1622
+ adaptable.api.internalApi.initializeDataChangeHistory();
1623
+ return returnAction;
1624
+ }
1625
+ default: {
1626
+ return next(action);
1627
+ }
1628
+ }
1629
+ };
1630
+ };
1631
+ });