@adaptabletools/adaptable 10.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1988) hide show
  1. package/LICENSE.md +264 -0
  2. package/README.md +36 -0
  3. package/agGrid.d.ts +58 -0
  4. package/agGrid.js +14 -0
  5. package/base.css +2512 -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 +3375 -0
  12. package/package.json +67 -0
  13. package/publishTimestamp.d.ts +2 -0
  14. package/publishTimestamp.js +3 -0
  15. package/src/AdaptableComponents.d.ts +1 -0
  16. package/src/AdaptableComponents.js +5 -0
  17. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +91 -0
  18. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -0
  19. package/src/AdaptableInterfaces/IAdaptable.d.ts +214 -0
  20. package/src/AdaptableInterfaces/IAdaptable.js +2 -0
  21. package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +33 -0
  22. package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -0
  23. package/src/AdaptableOptions/AdaptableOptions.d.ts +169 -0
  24. package/src/AdaptableOptions/AdaptableOptions.js +2 -0
  25. package/src/AdaptableOptions/AdaptablePlugin.d.ts +40 -0
  26. package/src/AdaptableOptions/AdaptablePlugin.js +36 -0
  27. package/src/AdaptableOptions/AlertOptions.d.ts +143 -0
  28. package/src/AdaptableOptions/AlertOptions.js +2 -0
  29. package/src/AdaptableOptions/ChartPluginOptions.d.ts +20 -0
  30. package/src/AdaptableOptions/ChartPluginOptions.js +2 -0
  31. package/src/AdaptableOptions/ContainerOptions.d.ts +55 -0
  32. package/src/AdaptableOptions/ContainerOptions.js +2 -0
  33. package/src/AdaptableOptions/DashboardOptions.d.ts +98 -0
  34. package/src/AdaptableOptions/DashboardOptions.js +2 -0
  35. package/src/AdaptableOptions/DataChangeTrackingOptions.d.ts +34 -0
  36. package/src/AdaptableOptions/DataChangeTrackingOptions.js +21 -0
  37. package/src/AdaptableOptions/DateInputOptions.d.ts +78 -0
  38. package/src/AdaptableOptions/DateInputOptions.js +2 -0
  39. package/src/AdaptableOptions/EditOptions.d.ts +38 -0
  40. package/src/AdaptableOptions/EditOptions.js +2 -0
  41. package/src/AdaptableOptions/EntitlementOptions.d.ts +20 -0
  42. package/src/AdaptableOptions/EntitlementOptions.js +2 -0
  43. package/src/AdaptableOptions/ExportOptions.d.ts +108 -0
  44. package/src/AdaptableOptions/ExportOptions.js +2 -0
  45. package/src/AdaptableOptions/FinancePluginOptions.d.ts +66 -0
  46. package/src/AdaptableOptions/FinancePluginOptions.js +2 -0
  47. package/src/AdaptableOptions/GeneralOptions.d.ts +83 -0
  48. package/src/AdaptableOptions/GeneralOptions.js +2 -0
  49. package/src/AdaptableOptions/Glue42PluginOptions.d.ts +25 -0
  50. package/src/AdaptableOptions/Glue42PluginOptions.js +2 -0
  51. package/src/AdaptableOptions/IPushPullPluginOptions.d.ts +37 -0
  52. package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -0
  53. package/src/AdaptableOptions/LayoutOptions.d.ts +41 -0
  54. package/src/AdaptableOptions/LayoutOptions.js +2 -0
  55. package/src/AdaptableOptions/MasterDetailAgGridPluginOptions.d.ts +16 -0
  56. package/src/AdaptableOptions/MasterDetailAgGridPluginOptions.js +2 -0
  57. package/src/AdaptableOptions/MenuOptions.d.ts +49 -0
  58. package/src/AdaptableOptions/MenuOptions.js +2 -0
  59. package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +52 -0
  60. package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -0
  61. package/src/AdaptableOptions/SearchOptions.d.ts +196 -0
  62. package/src/AdaptableOptions/SearchOptions.js +2 -0
  63. package/src/AdaptableOptions/StateOptions.d.ts +79 -0
  64. package/src/AdaptableOptions/StateOptions.js +2 -0
  65. package/src/AdaptableOptions/SystemStatusOptions.d.ts +19 -0
  66. package/src/AdaptableOptions/SystemStatusOptions.js +2 -0
  67. package/src/AdaptableOptions/TeamSharingOptions.d.ts +39 -0
  68. package/src/AdaptableOptions/TeamSharingOptions.js +2 -0
  69. package/src/AdaptableOptions/ToolPanelOptions.d.ts +132 -0
  70. package/src/AdaptableOptions/ToolPanelOptions.js +2 -0
  71. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +115 -0
  72. package/src/AdaptableOptions/UserInterfaceOptions.js +2 -0
  73. package/src/Api/AdaptableApi.d.ts +185 -0
  74. package/src/Api/AdaptableApi.js +2 -0
  75. package/src/Api/AlertApi.d.ts +246 -0
  76. package/src/Api/AlertApi.js +2 -0
  77. package/src/Api/ApplicationApi.d.ts +50 -0
  78. package/src/Api/ApplicationApi.js +2 -0
  79. package/src/Api/BulkUpdateApi.d.ts +19 -0
  80. package/src/Api/BulkUpdateApi.js +2 -0
  81. package/src/Api/CalculatedColumnApi.d.ts +66 -0
  82. package/src/Api/CalculatedColumnApi.js +2 -0
  83. package/src/Api/CellSummaryApi.d.ts +18 -0
  84. package/src/Api/CellSummaryApi.js +2 -0
  85. package/src/Api/ChartApi.d.ts +20 -0
  86. package/src/Api/ChartApi.js +2 -0
  87. package/src/Api/ColumnApi.d.ts +239 -0
  88. package/src/Api/ColumnApi.js +2 -0
  89. package/src/Api/ConditionalStyleApi.d.ts +96 -0
  90. package/src/Api/ConditionalStyleApi.js +2 -0
  91. package/src/Api/ConfigApi.d.ts +204 -0
  92. package/src/Api/ConfigApi.js +2 -0
  93. package/src/Api/CustomSortApi.d.ts +77 -0
  94. package/src/Api/CustomSortApi.js +2 -0
  95. package/src/Api/DashboardApi.d.ts +164 -0
  96. package/src/Api/DashboardApi.js +2 -0
  97. package/src/Api/DataSourceApi.d.ts +58 -0
  98. package/src/Api/DataSourceApi.js +2 -0
  99. package/src/Api/EventApi.d.ts +210 -0
  100. package/src/Api/EventApi.js +2 -0
  101. package/src/Api/Events/AdaptableReady.d.ts +14 -0
  102. package/src/Api/Events/AdaptableReady.js +2 -0
  103. package/src/Api/Events/AdaptableStateChanged.d.ts +39 -0
  104. package/src/Api/Events/AdaptableStateChanged.js +2 -0
  105. package/src/Api/Events/AlertFired.d.ts +10 -0
  106. package/src/Api/Events/AlertFired.js +2 -0
  107. package/src/Api/Events/CellChanged.d.ts +10 -0
  108. package/src/Api/Events/CellChanged.js +2 -0
  109. package/src/Api/Events/ChexboxColumnClicked.d.ts +22 -0
  110. package/src/Api/Events/ChexboxColumnClicked.js +2 -0
  111. package/src/Api/Events/CustomToolbarConfigured.d.ts +10 -0
  112. package/src/Api/Events/CustomToolbarConfigured.js +2 -0
  113. package/src/Api/Events/DashboardChanged.d.ts +18 -0
  114. package/src/Api/Events/DashboardChanged.js +2 -0
  115. package/src/Api/Events/FlashingAlertFired.d.ts +10 -0
  116. package/src/Api/Events/FlashingAlertFired.js +2 -0
  117. package/src/Api/Events/GridDataChanged.d.ts +14 -0
  118. package/src/Api/Events/GridDataChanged.js +2 -0
  119. package/src/Api/Events/LayoutChanged.d.ts +18 -0
  120. package/src/Api/Events/LayoutChanged.js +2 -0
  121. package/src/Api/Events/LiveDataChanged.d.ts +39 -0
  122. package/src/Api/Events/LiveDataChanged.js +2 -0
  123. package/src/Api/Events/SearchChanged.d.ts +55 -0
  124. package/src/Api/Events/SearchChanged.js +2 -0
  125. package/src/Api/Events/SelectionChanged.d.ts +15 -0
  126. package/src/Api/Events/SelectionChanged.js +2 -0
  127. package/src/Api/Events/SystemStatusMessageDisplayed.d.ts +10 -0
  128. package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -0
  129. package/src/Api/Events/TeamSharedEntityChanged.d.ts +10 -0
  130. package/src/Api/Events/TeamSharedEntityChanged.js +2 -0
  131. package/src/Api/Events/ThemeChanged.d.ts +10 -0
  132. package/src/Api/Events/ThemeChanged.js +2 -0
  133. package/src/Api/ExportApi.d.ts +125 -0
  134. package/src/Api/ExportApi.js +2 -0
  135. package/src/Api/FilterApi.d.ts +119 -0
  136. package/src/Api/FilterApi.js +2 -0
  137. package/src/Api/FinanceApi.d.ts +10 -0
  138. package/src/Api/FinanceApi.js +2 -0
  139. package/src/Api/FormatColumnApi.d.ts +173 -0
  140. package/src/Api/FormatColumnApi.js +2 -0
  141. package/src/Api/FreeTextColumnApi.d.ts +88 -0
  142. package/src/Api/FreeTextColumnApi.js +2 -0
  143. package/src/Api/Glue42Api.d.ts +113 -0
  144. package/src/Api/Glue42Api.js +2 -0
  145. package/src/Api/GridApi.d.ts +376 -0
  146. package/src/Api/GridApi.js +2 -0
  147. package/src/Api/IPushPullApi.d.ts +176 -0
  148. package/src/Api/IPushPullApi.js +2 -0
  149. package/src/Api/Implementation/AdaptableApiImpl.d.ts +78 -0
  150. package/src/Api/Implementation/AdaptableApiImpl.js +81 -0
  151. package/src/Api/Implementation/AlertApiImpl.d.ts +59 -0
  152. package/src/Api/Implementation/AlertApiImpl.js +327 -0
  153. package/src/Api/Implementation/ApiBase.d.ts +62 -0
  154. package/src/Api/Implementation/ApiBase.js +120 -0
  155. package/src/Api/Implementation/ApplicationApiImpl.d.ts +13 -0
  156. package/src/Api/Implementation/ApplicationApiImpl.js +39 -0
  157. package/src/Api/Implementation/BulkUpdateApiImpl.d.ts +8 -0
  158. package/src/Api/Implementation/BulkUpdateApiImpl.js +19 -0
  159. package/src/Api/Implementation/CalculatedColumnApiImpl.d.ts +16 -0
  160. package/src/Api/Implementation/CalculatedColumnApiImpl.js +64 -0
  161. package/src/Api/Implementation/CellSummaryApiImpl.d.ts +8 -0
  162. package/src/Api/Implementation/CellSummaryApiImpl.js +18 -0
  163. package/src/Api/Implementation/ColumnApiImpl.d.ts +60 -0
  164. package/src/Api/Implementation/ColumnApiImpl.js +366 -0
  165. package/src/Api/Implementation/ConditionalStyleApiImpl.d.ts +27 -0
  166. package/src/Api/Implementation/ConditionalStyleApiImpl.js +90 -0
  167. package/src/Api/Implementation/ConfigApiImpl.d.ts +73 -0
  168. package/src/Api/Implementation/ConfigApiImpl.js +407 -0
  169. package/src/Api/Implementation/CustomSortApiImpl.d.ts +18 -0
  170. package/src/Api/Implementation/CustomSortApiImpl.js +62 -0
  171. package/src/Api/Implementation/DashboardApiImpl.d.ts +46 -0
  172. package/src/Api/Implementation/DashboardApiImpl.js +199 -0
  173. package/src/Api/Implementation/DataSourceApiImpl.d.ts +15 -0
  174. package/src/Api/Implementation/DataSourceApiImpl.js +51 -0
  175. package/src/Api/Implementation/EventApiImpl.d.ts +12 -0
  176. package/src/Api/Implementation/EventApiImpl.js +26 -0
  177. package/src/Api/Implementation/ExportApiImpl.d.ts +31 -0
  178. package/src/Api/Implementation/ExportApiImpl.js +168 -0
  179. package/src/Api/Implementation/FilterApiImpl.d.ts +31 -0
  180. package/src/Api/Implementation/FilterApiImpl.js +195 -0
  181. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +45 -0
  182. package/src/Api/Implementation/FormatColumnApiImpl.js +267 -0
  183. package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +26 -0
  184. package/src/Api/Implementation/FreeTextColumnApiImpl.js +128 -0
  185. package/src/Api/Implementation/GridApiImpl.d.ts +88 -0
  186. package/src/Api/Implementation/GridApiImpl.js +322 -0
  187. package/src/Api/Implementation/InternalApiImpl.d.ts +115 -0
  188. package/src/Api/Implementation/InternalApiImpl.js +390 -0
  189. package/src/Api/Implementation/LayoutApiImpl.d.ts +30 -0
  190. package/src/Api/Implementation/LayoutApiImpl.js +215 -0
  191. package/src/Api/Implementation/PluginsApiImpl.d.ts +20 -0
  192. package/src/Api/Implementation/PluginsApiImpl.js +60 -0
  193. package/src/Api/Implementation/PlusMinusApiImpl.d.ts +18 -0
  194. package/src/Api/Implementation/PlusMinusApiImpl.js +57 -0
  195. package/src/Api/Implementation/PredicateApiImpl.d.ts +15 -0
  196. package/src/Api/Implementation/PredicateApiImpl.js +82 -0
  197. package/src/Api/Implementation/QueryApiImpl.d.ts +25 -0
  198. package/src/Api/Implementation/QueryApiImpl.js +134 -0
  199. package/src/Api/Implementation/QuickSearchApiImpl.d.ts +13 -0
  200. package/src/Api/Implementation/QuickSearchApiImpl.js +31 -0
  201. package/src/Api/Implementation/ScheduleApiImpl.d.ts +54 -0
  202. package/src/Api/Implementation/ScheduleApiImpl.js +214 -0
  203. package/src/Api/Implementation/ScopeApiImpl.d.ts +29 -0
  204. package/src/Api/Implementation/ScopeApiImpl.js +260 -0
  205. package/src/Api/Implementation/ShortcutApiImpl.d.ts +16 -0
  206. package/src/Api/Implementation/ShortcutApiImpl.js +50 -0
  207. package/src/Api/Implementation/SmartEditApiImpl.d.ts +11 -0
  208. package/src/Api/Implementation/SmartEditApiImpl.js +29 -0
  209. package/src/Api/Implementation/SparklineColumnApiImpl.d.ts +9 -0
  210. package/src/Api/Implementation/SparklineColumnApiImpl.js +24 -0
  211. package/src/Api/Implementation/SystemStatusApiImpl.d.ts +18 -0
  212. package/src/Api/Implementation/SystemStatusApiImpl.js +96 -0
  213. package/src/Api/Implementation/TeamSharingApiImpl.d.ts +12 -0
  214. package/src/Api/Implementation/TeamSharingApiImpl.js +44 -0
  215. package/src/Api/Implementation/ThemeApiImpl.d.ts +17 -0
  216. package/src/Api/Implementation/ThemeApiImpl.js +65 -0
  217. package/src/Api/Implementation/ToolPanelApiImpl.d.ts +20 -0
  218. package/src/Api/Implementation/ToolPanelApiImpl.js +61 -0
  219. package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +24 -0
  220. package/src/Api/Implementation/UserInterfaceApiImpl.js +192 -0
  221. package/src/Api/InternalApi.d.ts +117 -0
  222. package/src/Api/InternalApi.js +2 -0
  223. package/src/Api/LayoutApi.d.ts +124 -0
  224. package/src/Api/LayoutApi.js +2 -0
  225. package/src/Api/OpenFinApi.d.ts +61 -0
  226. package/src/Api/OpenFinApi.js +2 -0
  227. package/src/Api/PluginsApi.d.ts +26 -0
  228. package/src/Api/PluginsApi.js +2 -0
  229. package/src/Api/PlusMinusApi.d.ts +72 -0
  230. package/src/Api/PlusMinusApi.js +2 -0
  231. package/src/Api/PredicateApi.d.ts +55 -0
  232. package/src/Api/PredicateApi.js +2 -0
  233. package/src/Api/QueryApi.d.ts +91 -0
  234. package/src/Api/QueryApi.js +2 -0
  235. package/src/Api/QuickSearchApi.d.ts +37 -0
  236. package/src/Api/QuickSearchApi.js +2 -0
  237. package/src/Api/ScheduleApi.d.ts +253 -0
  238. package/src/Api/ScheduleApi.js +2 -0
  239. package/src/Api/ScopeApi.d.ts +129 -0
  240. package/src/Api/ScopeApi.js +2 -0
  241. package/src/Api/ShortcutApi.d.ts +62 -0
  242. package/src/Api/ShortcutApi.js +2 -0
  243. package/src/Api/SmartEditApi.d.ts +33 -0
  244. package/src/Api/SmartEditApi.js +2 -0
  245. package/src/Api/SparklineColumnApi.d.ts +23 -0
  246. package/src/Api/SparklineColumnApi.js +2 -0
  247. package/src/Api/SystemStatusApi.d.ts +43 -0
  248. package/src/Api/SystemStatusApi.js +2 -0
  249. package/src/Api/TeamSharingApi.d.ts +31 -0
  250. package/src/Api/TeamSharingApi.js +2 -0
  251. package/src/Api/ThemeApi.d.ts +59 -0
  252. package/src/Api/ThemeApi.js +2 -0
  253. package/src/Api/ToolPanelApi.d.ts +51 -0
  254. package/src/Api/ToolPanelApi.js +2 -0
  255. package/src/Api/UserInterfaceApi.d.ts +63 -0
  256. package/src/Api/UserInterfaceApi.js +2 -0
  257. package/src/PredefinedConfig/AdaptableState.d.ts +68 -0
  258. package/src/PredefinedConfig/AdaptableState.js +2 -0
  259. package/src/PredefinedConfig/AlertState.d.ts +155 -0
  260. package/src/PredefinedConfig/AlertState.js +2 -0
  261. package/src/PredefinedConfig/ApplicationState.d.ts +23 -0
  262. package/src/PredefinedConfig/ApplicationState.js +2 -0
  263. package/src/PredefinedConfig/CalculatedColumnState.d.ts +82 -0
  264. package/src/PredefinedConfig/CalculatedColumnState.js +2 -0
  265. package/src/PredefinedConfig/ChartState.d.ts +144 -0
  266. package/src/PredefinedConfig/ChartState.js +2 -0
  267. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +23 -0
  268. package/src/PredefinedConfig/Common/AdaptableAlert.js +2 -0
  269. package/src/PredefinedConfig/Common/AdaptableButton.d.ts +40 -0
  270. package/src/PredefinedConfig/Common/AdaptableButton.js +2 -0
  271. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +124 -0
  272. package/src/PredefinedConfig/Common/AdaptableColumn.js +26 -0
  273. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +22 -0
  274. package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -0
  275. package/src/PredefinedConfig/Common/AdaptableFlashingAlert.d.ts +32 -0
  276. package/src/PredefinedConfig/Common/AdaptableFlashingAlert.js +2 -0
  277. package/src/PredefinedConfig/Common/AdaptableForm.d.ts +52 -0
  278. package/src/PredefinedConfig/Common/AdaptableForm.js +11 -0
  279. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +73 -0
  280. package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -0
  281. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +27 -0
  282. package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -0
  283. package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +20 -0
  284. package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -0
  285. package/src/PredefinedConfig/Common/AdaptableObject.d.ts +18 -0
  286. package/src/PredefinedConfig/Common/AdaptableObject.js +2 -0
  287. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +113 -0
  288. package/src/PredefinedConfig/Common/AdaptablePredicate.js +500 -0
  289. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +19 -0
  290. package/src/PredefinedConfig/Common/AdaptableQuery.js +10 -0
  291. package/src/PredefinedConfig/Common/AdaptableScope.d.ts +14 -0
  292. package/src/PredefinedConfig/Common/AdaptableScope.js +2 -0
  293. package/src/PredefinedConfig/Common/AdaptableStyle.d.ts +33 -0
  294. package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -0
  295. package/src/PredefinedConfig/Common/AlternativeModuleName.d.ts +14 -0
  296. package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -0
  297. package/src/PredefinedConfig/Common/ButtonStyle.d.ts +19 -0
  298. package/src/PredefinedConfig/Common/ButtonStyle.js +2 -0
  299. package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +22 -0
  300. package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -0
  301. package/src/PredefinedConfig/Common/CellSummary.d.ts +55 -0
  302. package/src/PredefinedConfig/Common/CellSummary.js +2 -0
  303. package/src/PredefinedConfig/Common/ChartEnums.d.ts +123 -0
  304. package/src/PredefinedConfig/Common/ChartEnums.js +152 -0
  305. package/src/PredefinedConfig/Common/ColumnSort.d.ts +13 -0
  306. package/src/PredefinedConfig/Common/ColumnSort.js +2 -0
  307. package/src/PredefinedConfig/Common/DataChangedInfo.d.ts +42 -0
  308. package/src/PredefinedConfig/Common/DataChangedInfo.js +2 -0
  309. package/src/PredefinedConfig/Common/DataUpdateConfig.d.ts +13 -0
  310. package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -0
  311. package/src/PredefinedConfig/Common/Entitlement.d.ts +15 -0
  312. package/src/PredefinedConfig/Common/Entitlement.js +2 -0
  313. package/src/PredefinedConfig/Common/Enums.d.ts +97 -0
  314. package/src/PredefinedConfig/Common/Enums.js +118 -0
  315. package/src/PredefinedConfig/Common/FDC3Context.d.ts +65 -0
  316. package/src/PredefinedConfig/Common/FDC3Context.js +2 -0
  317. package/src/PredefinedConfig/Common/FilterActionOnDataChange.d.ts +14 -0
  318. package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +6 -0
  319. package/src/PredefinedConfig/Common/Menu.d.ts +123 -0
  320. package/src/PredefinedConfig/Common/Menu.js +2 -0
  321. package/src/PredefinedConfig/Common/Schedule.d.ts +48 -0
  322. package/src/PredefinedConfig/Common/Schedule.js +16 -0
  323. package/src/PredefinedConfig/Common/SuspendableObject.d.ts +10 -0
  324. package/src/PredefinedConfig/Common/SuspendableObject.js +2 -0
  325. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.d.ts +23 -0
  326. package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -0
  327. package/src/PredefinedConfig/Common/Types.d.ts +27 -0
  328. package/src/PredefinedConfig/Common/Types.js +23 -0
  329. package/src/PredefinedConfig/ConditionalStyleState.d.ts +50 -0
  330. package/src/PredefinedConfig/ConditionalStyleState.js +2 -0
  331. package/src/PredefinedConfig/ConfigState.d.ts +9 -0
  332. package/src/PredefinedConfig/ConfigState.js +2 -0
  333. package/src/PredefinedConfig/CustomSortState.d.ts +26 -0
  334. package/src/PredefinedConfig/CustomSortState.js +2 -0
  335. package/src/PredefinedConfig/DashboardState.d.ts +76 -0
  336. package/src/PredefinedConfig/DashboardState.js +2 -0
  337. package/src/PredefinedConfig/DataSourceState.d.ts +34 -0
  338. package/src/PredefinedConfig/DataSourceState.js +2 -0
  339. package/src/PredefinedConfig/DeprecatedState.d.ts +82 -0
  340. package/src/PredefinedConfig/DeprecatedState.js +5 -0
  341. package/src/PredefinedConfig/ExportState.d.ts +84 -0
  342. package/src/PredefinedConfig/ExportState.js +2 -0
  343. package/src/PredefinedConfig/FilterState.d.ts +51 -0
  344. package/src/PredefinedConfig/FilterState.js +2 -0
  345. package/src/PredefinedConfig/FormatColumnState.d.ts +134 -0
  346. package/src/PredefinedConfig/FormatColumnState.js +2 -0
  347. package/src/PredefinedConfig/FreeTextColumnState.d.ts +55 -0
  348. package/src/PredefinedConfig/FreeTextColumnState.js +2 -0
  349. package/src/PredefinedConfig/Glue42State.d.ts +46 -0
  350. package/src/PredefinedConfig/Glue42State.js +2 -0
  351. package/src/PredefinedConfig/GridState.d.ts +23 -0
  352. package/src/PredefinedConfig/GridState.js +2 -0
  353. package/src/PredefinedConfig/IPushPullState.d.ts +54 -0
  354. package/src/PredefinedConfig/IPushPullState.js +2 -0
  355. package/src/PredefinedConfig/InternalState.d.ts +10 -0
  356. package/src/PredefinedConfig/InternalState.js +2 -0
  357. package/src/PredefinedConfig/LayoutState.d.ts +81 -0
  358. package/src/PredefinedConfig/LayoutState.js +2 -0
  359. package/src/PredefinedConfig/OpenFinState.d.ts +32 -0
  360. package/src/PredefinedConfig/OpenFinState.js +2 -0
  361. package/src/PredefinedConfig/PlusMinusState.d.ts +30 -0
  362. package/src/PredefinedConfig/PlusMinusState.js +2 -0
  363. package/src/PredefinedConfig/PopupState.d.ts +12 -0
  364. package/src/PredefinedConfig/PopupState.js +2 -0
  365. package/src/PredefinedConfig/PredefinedConfig.d.ts +150 -0
  366. package/src/PredefinedConfig/PredefinedConfig.js +2 -0
  367. package/src/PredefinedConfig/QueryState.d.ts +29 -0
  368. package/src/PredefinedConfig/QueryState.js +2 -0
  369. package/src/PredefinedConfig/QuickSearchState.d.ts +15 -0
  370. package/src/PredefinedConfig/QuickSearchState.js +2 -0
  371. package/src/PredefinedConfig/ScheduleState.d.ts +57 -0
  372. package/src/PredefinedConfig/ScheduleState.js +2 -0
  373. package/src/PredefinedConfig/Selection/GridCell.d.ts +30 -0
  374. package/src/PredefinedConfig/Selection/GridCell.js +2 -0
  375. package/src/PredefinedConfig/Selection/GridCellRange.d.ts +5 -0
  376. package/src/PredefinedConfig/Selection/GridCellRange.js +2 -0
  377. package/src/PredefinedConfig/Selection/GridRow.d.ts +43 -0
  378. package/src/PredefinedConfig/Selection/GridRow.js +2 -0
  379. package/src/PredefinedConfig/Selection/SelectedCellInfo.d.ts +15 -0
  380. package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -0
  381. package/src/PredefinedConfig/Selection/SelectedRowInfo.d.ts +10 -0
  382. package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -0
  383. package/src/PredefinedConfig/ShortcutState.d.ts +33 -0
  384. package/src/PredefinedConfig/ShortcutState.js +2 -0
  385. package/src/PredefinedConfig/SparklineColumnState.d.ts +40 -0
  386. package/src/PredefinedConfig/SparklineColumnState.js +2 -0
  387. package/src/PredefinedConfig/SystemState.d.ts +59 -0
  388. package/src/PredefinedConfig/SystemState.js +2 -0
  389. package/src/PredefinedConfig/TeamSharingState.d.ts +88 -0
  390. package/src/PredefinedConfig/TeamSharingState.js +2 -0
  391. package/src/PredefinedConfig/ThemeState.d.ts +36 -0
  392. package/src/PredefinedConfig/ThemeState.js +2 -0
  393. package/src/PredefinedConfig/ToolPanelState.d.ts +32 -0
  394. package/src/PredefinedConfig/ToolPanelState.js +2 -0
  395. package/src/PredefinedConfig/Uuid.d.ts +2 -0
  396. package/src/PredefinedConfig/Uuid.js +5 -0
  397. package/src/Redux/ActionsReducers/AlertRedux.d.ts +88 -0
  398. package/src/Redux/ActionsReducers/AlertRedux.js +157 -0
  399. package/src/Redux/ActionsReducers/ApplicationRedux.d.ts +27 -0
  400. package/src/Redux/ActionsReducers/ApplicationRedux.js +56 -0
  401. package/src/Redux/ActionsReducers/BulkUpdateRedux.d.ts +25 -0
  402. package/src/Redux/ActionsReducers/BulkUpdateRedux.js +26 -0
  403. package/src/Redux/ActionsReducers/CalculatedColumnRedux.d.ts +35 -0
  404. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +72 -0
  405. package/src/Redux/ActionsReducers/CellSummaryRedux.d.ts +5 -0
  406. package/src/Redux/ActionsReducers/CellSummaryRedux.js +7 -0
  407. package/src/Redux/ActionsReducers/ConditionalStyleRedux.d.ts +49 -0
  408. package/src/Redux/ActionsReducers/ConditionalStyleRedux.js +88 -0
  409. package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +49 -0
  410. package/src/Redux/ActionsReducers/CustomSortRedux.js +86 -0
  411. package/src/Redux/ActionsReducers/DashboardRedux.d.ts +116 -0
  412. package/src/Redux/ActionsReducers/DashboardRedux.js +173 -0
  413. package/src/Redux/ActionsReducers/DataSourceRedux.d.ts +42 -0
  414. package/src/Redux/ActionsReducers/DataSourceRedux.js +76 -0
  415. package/src/Redux/ActionsReducers/ExportRedux.d.ts +61 -0
  416. package/src/Redux/ActionsReducers/ExportRedux.js +97 -0
  417. package/src/Redux/ActionsReducers/FilterRedux.d.ts +70 -0
  418. package/src/Redux/ActionsReducers/FilterRedux.js +126 -0
  419. package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +49 -0
  420. package/src/Redux/ActionsReducers/FormatColumnRedux.js +85 -0
  421. package/src/Redux/ActionsReducers/FreeTextColumnRedux.d.ts +49 -0
  422. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +94 -0
  423. package/src/Redux/ActionsReducers/GridRedux.d.ts +171 -0
  424. package/src/Redux/ActionsReducers/GridRedux.js +227 -0
  425. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +57 -0
  426. package/src/Redux/ActionsReducers/LayoutRedux.js +89 -0
  427. package/src/Redux/ActionsReducers/PluginsRedux.d.ts +188 -0
  428. package/src/Redux/ActionsReducers/PluginsRedux.js +194 -0
  429. package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +58 -0
  430. package/src/Redux/ActionsReducers/PlusMinusRedux.js +97 -0
  431. package/src/Redux/ActionsReducers/PopupRedux.d.ts +73 -0
  432. package/src/Redux/ActionsReducers/PopupRedux.js +238 -0
  433. package/src/Redux/ActionsReducers/QueryRedux.d.ts +44 -0
  434. package/src/Redux/ActionsReducers/QueryRedux.js +76 -0
  435. package/src/Redux/ActionsReducers/QuickSearchRedux.d.ts +28 -0
  436. package/src/Redux/ActionsReducers/QuickSearchRedux.js +47 -0
  437. package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +216 -0
  438. package/src/Redux/ActionsReducers/ScheduleRedux.js +345 -0
  439. package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +49 -0
  440. package/src/Redux/ActionsReducers/ShortcutRedux.js +86 -0
  441. package/src/Redux/ActionsReducers/SmartEditRedux.d.ts +25 -0
  442. package/src/Redux/ActionsReducers/SmartEditRedux.js +26 -0
  443. package/src/Redux/ActionsReducers/SparklineColumnRedux.d.ts +35 -0
  444. package/src/Redux/ActionsReducers/SparklineColumnRedux.js +70 -0
  445. package/src/Redux/ActionsReducers/SystemRedux.d.ts +227 -0
  446. package/src/Redux/ActionsReducers/SystemRedux.js +470 -0
  447. package/src/Redux/ActionsReducers/SystemStatusRedux.d.ts +17 -0
  448. package/src/Redux/ActionsReducers/SystemStatusRedux.js +18 -0
  449. package/src/Redux/ActionsReducers/TeamSharingRedux.d.ts +55 -0
  450. package/src/Redux/ActionsReducers/TeamSharingRedux.js +100 -0
  451. package/src/Redux/ActionsReducers/ThemeRedux.d.ts +35 -0
  452. package/src/Redux/ActionsReducers/ThemeRedux.js +57 -0
  453. package/src/Redux/ActionsReducers/ToolPanelRedux.d.ts +60 -0
  454. package/src/Redux/ActionsReducers/ToolPanelRedux.js +110 -0
  455. package/src/Redux/ActionsReducers/utils.d.ts +8 -0
  456. package/src/Redux/ActionsReducers/utils.js +18 -0
  457. package/src/Redux/DeadRedux.d.ts +25 -0
  458. package/src/Redux/DeadRedux.js +59 -0
  459. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.d.ts +12 -0
  460. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +104 -0
  461. package/src/Redux/Store/AdaptableReduxMerger.d.ts +13 -0
  462. package/src/Redux/Store/AdaptableReduxMerger.js +118 -0
  463. package/src/Redux/Store/AdaptableStore.d.ts +46 -0
  464. package/src/Redux/Store/AdaptableStore.js +1258 -0
  465. package/src/Redux/Store/Interface/IAdaptableStore.d.ts +14 -0
  466. package/src/Redux/Store/Interface/IAdaptableStore.js +2 -0
  467. package/src/Redux/Store/Interface/IStorageEngine.d.ts +9 -0
  468. package/src/Redux/Store/Interface/IStorageEngine.js +2 -0
  469. package/src/Strategy/AdaptableModuleBase.d.ts +55 -0
  470. package/src/Strategy/AdaptableModuleBase.js +254 -0
  471. package/src/Strategy/AlertModule.d.ts +27 -0
  472. package/src/Strategy/AlertModule.js +367 -0
  473. package/src/Strategy/BulkUpdateModule.d.ts +12 -0
  474. package/src/Strategy/BulkUpdateModule.js +148 -0
  475. package/src/Strategy/CalculatedColumnModule.d.ts +17 -0
  476. package/src/Strategy/CalculatedColumnModule.js +63 -0
  477. package/src/Strategy/CellSummaryModule.d.ts +13 -0
  478. package/src/Strategy/CellSummaryModule.js +97 -0
  479. package/src/Strategy/ChangeHistoryModule.d.ts +8 -0
  480. package/src/Strategy/ChangeHistoryModule.js +24 -0
  481. package/src/Strategy/ConditionalStyleModule.d.ts +22 -0
  482. package/src/Strategy/ConditionalStyleModule.js +184 -0
  483. package/src/Strategy/CustomSortModule.d.ts +16 -0
  484. package/src/Strategy/CustomSortModule.js +50 -0
  485. package/src/Strategy/DashboardModule.d.ts +13 -0
  486. package/src/Strategy/DashboardModule.js +76 -0
  487. package/src/Strategy/DataSourceModule.d.ts +12 -0
  488. package/src/Strategy/DataSourceModule.js +26 -0
  489. package/src/Strategy/ExportModule.d.ts +29 -0
  490. package/src/Strategy/ExportModule.js +193 -0
  491. package/src/Strategy/FilterModule.d.ts +18 -0
  492. package/src/Strategy/FilterModule.js +80 -0
  493. package/src/Strategy/FormatColumnModule.d.ts +18 -0
  494. package/src/Strategy/FormatColumnModule.js +213 -0
  495. package/src/Strategy/FreeTextColumnModule.d.ts +16 -0
  496. package/src/Strategy/FreeTextColumnModule.js +47 -0
  497. package/src/Strategy/GridInfoModule.d.ts +12 -0
  498. package/src/Strategy/GridInfoModule.js +78 -0
  499. package/src/Strategy/Interface/IBulkUpdateModule.d.ts +13 -0
  500. package/src/Strategy/Interface/IBulkUpdateModule.js +2 -0
  501. package/src/Strategy/Interface/ICellSummaryModule.d.ts +6 -0
  502. package/src/Strategy/Interface/ICellSummaryModule.js +2 -0
  503. package/src/Strategy/Interface/IConditionalStyleModule.d.ts +6 -0
  504. package/src/Strategy/Interface/IConditionalStyleModule.js +2 -0
  505. package/src/Strategy/Interface/IExportModule.d.ts +6 -0
  506. package/src/Strategy/Interface/IExportModule.js +2 -0
  507. package/src/Strategy/Interface/IModule.d.ts +54 -0
  508. package/src/Strategy/Interface/IModule.js +2 -0
  509. package/src/Strategy/Interface/IModuleActionReturn.d.ts +5 -0
  510. package/src/Strategy/Interface/IModuleActionReturn.js +2 -0
  511. package/src/Strategy/Interface/IPlusMinusModule.d.ts +7 -0
  512. package/src/Strategy/Interface/IPlusMinusModule.js +2 -0
  513. package/src/Strategy/Interface/IScheduleModule.d.ts +4 -0
  514. package/src/Strategy/Interface/IScheduleModule.js +2 -0
  515. package/src/Strategy/Interface/IShortcutModule.d.ts +4 -0
  516. package/src/Strategy/Interface/IShortcutModule.js +2 -0
  517. package/src/Strategy/Interface/ISmartEditModule.d.ts +10 -0
  518. package/src/Strategy/Interface/ISmartEditModule.js +2 -0
  519. package/src/Strategy/LayoutModule.d.ts +19 -0
  520. package/src/Strategy/LayoutModule.js +112 -0
  521. package/src/Strategy/PlusMinusModule.d.ts +26 -0
  522. package/src/Strategy/PlusMinusModule.js +183 -0
  523. package/src/Strategy/QueryModule.d.ts +13 -0
  524. package/src/Strategy/QueryModule.js +29 -0
  525. package/src/Strategy/QuickSearchModule.d.ts +6 -0
  526. package/src/Strategy/QuickSearchModule.js +12 -0
  527. package/src/Strategy/ScheduleModule.d.ts +13 -0
  528. package/src/Strategy/ScheduleModule.js +120 -0
  529. package/src/Strategy/ShortcutModule.d.ts +18 -0
  530. package/src/Strategy/ShortcutModule.js +72 -0
  531. package/src/Strategy/SmartEditModule.d.ts +17 -0
  532. package/src/Strategy/SmartEditModule.js +168 -0
  533. package/src/Strategy/StateManagementModule.d.ts +6 -0
  534. package/src/Strategy/StateManagementModule.js +12 -0
  535. package/src/Strategy/SystemStatusModule.d.ts +10 -0
  536. package/src/Strategy/SystemStatusModule.js +34 -0
  537. package/src/Strategy/TeamSharingModule.d.ts +11 -0
  538. package/src/Strategy/TeamSharingModule.js +73 -0
  539. package/src/Strategy/ThemeModule.d.ts +9 -0
  540. package/src/Strategy/ThemeModule.js +18 -0
  541. package/src/Strategy/ToolPanelModule.d.ts +8 -0
  542. package/src/Strategy/ToolPanelModule.js +43 -0
  543. package/src/Utilities/Cancelable.d.ts +4 -0
  544. package/src/Utilities/Cancelable.js +2 -0
  545. package/src/Utilities/Constants/ConfigConstants.d.ts +10 -0
  546. package/src/Utilities/Constants/ConfigConstants.js +14 -0
  547. package/src/Utilities/Constants/DocumentationLinkConstants.d.ts +9 -0
  548. package/src/Utilities/Constants/DocumentationLinkConstants.js +12 -0
  549. package/src/Utilities/Constants/GeneralConstants.d.ts +66 -0
  550. package/src/Utilities/Constants/GeneralConstants.js +92 -0
  551. package/src/Utilities/Constants/ModuleConstants.d.ts +32 -0
  552. package/src/Utilities/Constants/ModuleConstants.js +34 -0
  553. package/src/Utilities/Defaults/DefaultAdaptableOptions.d.ts +2 -0
  554. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +213 -0
  555. package/src/Utilities/Defaults/DefaultCategoryChartProperties.d.ts +2 -0
  556. package/src/Utilities/Defaults/DefaultCategoryChartProperties.js +56 -0
  557. package/src/Utilities/Defaults/DefaultPieChartProperties.d.ts +2 -0
  558. package/src/Utilities/Defaults/DefaultPieChartProperties.js +13 -0
  559. package/src/Utilities/Defaults/DefaultSparklinesChartProperties.d.ts +2 -0
  560. package/src/Utilities/Defaults/DefaultSparklinesChartProperties.js +25 -0
  561. package/src/Utilities/Emitter.d.ts +21 -0
  562. package/src/Utilities/Emitter.js +232 -0
  563. package/src/Utilities/ExpressionFunctions/ExpressionEvaluationError.d.ts +4 -0
  564. package/src/Utilities/ExpressionFunctions/ExpressionEvaluationError.js +11 -0
  565. package/src/Utilities/ExpressionFunctions/aggregationExpressionFunctions.d.ts +6 -0
  566. package/src/Utilities/ExpressionFunctions/aggregationExpressionFunctions.js +211 -0
  567. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +53 -0
  568. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +601 -0
  569. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +6 -0
  570. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +421 -0
  571. package/src/Utilities/ExpressionFunctions/reactiveExpressionFunctionUtils.d.ts +12 -0
  572. package/src/Utilities/ExpressionFunctions/reactiveExpressionFunctionUtils.js +87 -0
  573. package/src/Utilities/ExpressionFunctions/types.d.ts +7 -0
  574. package/src/Utilities/ExpressionFunctions/types.js +2 -0
  575. package/src/Utilities/Extensions/ArrayExtensions.d.ts +67 -0
  576. package/src/Utilities/Extensions/ArrayExtensions.js +313 -0
  577. package/src/Utilities/Extensions/EnumExtensions.d.ts +11 -0
  578. package/src/Utilities/Extensions/EnumExtensions.js +41 -0
  579. package/src/Utilities/Extensions/NumberExtensions.d.ts +5 -0
  580. package/src/Utilities/Extensions/NumberExtensions.js +24 -0
  581. package/src/Utilities/Extensions/StringExtensions.d.ts +39 -0
  582. package/src/Utilities/Extensions/StringExtensions.js +111 -0
  583. package/src/Utilities/Extensions/TypeExtensions.d.ts +44 -0
  584. package/src/Utilities/Extensions/TypeExtensions.js +2 -0
  585. package/src/Utilities/Helpers/AdaptableHelper.d.ts +25 -0
  586. package/src/Utilities/Helpers/AdaptableHelper.js +156 -0
  587. package/src/Utilities/Helpers/CalendarHelper.d.ts +25 -0
  588. package/src/Utilities/Helpers/CalendarHelper.js +174 -0
  589. package/src/Utilities/Helpers/DateHelper.d.ts +4 -0
  590. package/src/Utilities/Helpers/DateHelper.js +38 -0
  591. package/src/Utilities/Helpers/FormatHelper.d.ts +11 -0
  592. package/src/Utilities/Helpers/FormatHelper.js +107 -0
  593. package/src/Utilities/Helpers/Helper.d.ts +38 -0
  594. package/src/Utilities/Helpers/Helper.js +264 -0
  595. package/src/Utilities/Helpers/LoggingHelper.d.ts +15 -0
  596. package/src/Utilities/Helpers/LoggingHelper.js +110 -0
  597. package/src/Utilities/Helpers/PreviewHelper.d.ts +11 -0
  598. package/src/Utilities/Helpers/PreviewHelper.js +73 -0
  599. package/src/Utilities/Helpers/StyleHelper.d.ts +5 -0
  600. package/src/Utilities/Helpers/StyleHelper.js +44 -0
  601. package/src/Utilities/Interface/AdaptableToolPanelContext.d.ts +4 -0
  602. package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -0
  603. package/src/Utilities/Interface/ColumnFilterContext.d.ts +7 -0
  604. package/src/Utilities/Interface/ColumnFilterContext.js +2 -0
  605. package/src/Utilities/Interface/IPPStyle.d.ts +31 -0
  606. package/src/Utilities/Interface/IPPStyle.js +2 -0
  607. package/src/Utilities/Interface/KeyValuePair.d.ts +7 -0
  608. package/src/Utilities/Interface/KeyValuePair.js +2 -0
  609. package/src/Utilities/Interface/MessagePopups.d.ts +59 -0
  610. package/src/Utilities/Interface/MessagePopups.js +2 -0
  611. package/src/Utilities/Interface/Preview.d.ts +17 -0
  612. package/src/Utilities/Interface/Preview.js +2 -0
  613. package/src/Utilities/Interface/ProgressIndicator.d.ts +4 -0
  614. package/src/Utilities/Interface/ProgressIndicator.js +2 -0
  615. package/src/Utilities/MenuItem.d.ts +28 -0
  616. package/src/Utilities/MenuItem.js +37 -0
  617. package/src/Utilities/ObjectFactory.d.ts +116 -0
  618. package/src/Utilities/ObjectFactory.js +491 -0
  619. package/src/Utilities/Services/AlertService.d.ts +15 -0
  620. package/src/Utilities/Services/AlertService.js +70 -0
  621. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +11 -0
  622. package/src/Utilities/Services/CalculatedColumnExpressionService.js +67 -0
  623. package/src/Utilities/Services/DataService.d.ts +27 -0
  624. package/src/Utilities/Services/DataService.js +96 -0
  625. package/src/Utilities/Services/EntitlementService.d.ts +14 -0
  626. package/src/Utilities/Services/EntitlementService.js +51 -0
  627. package/src/Utilities/Services/ExpressionService.d.ts +34 -0
  628. package/src/Utilities/Services/ExpressionService.js +195 -0
  629. package/src/Utilities/Services/Interface/IAdaptableService.d.ts +3 -0
  630. package/src/Utilities/Services/Interface/IAdaptableService.js +2 -0
  631. package/src/Utilities/Services/Interface/IAlertService.d.ts +16 -0
  632. package/src/Utilities/Services/Interface/IAlertService.js +2 -0
  633. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.d.ts +7 -0
  634. package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -0
  635. package/src/Utilities/Services/Interface/IDataService.d.ts +12 -0
  636. package/src/Utilities/Services/Interface/IDataService.js +2 -0
  637. package/src/Utilities/Services/Interface/IEntitlementService.d.ts +10 -0
  638. package/src/Utilities/Services/Interface/IEntitlementService.js +2 -0
  639. package/src/Utilities/Services/Interface/IExpressionService.d.ts +26 -0
  640. package/src/Utilities/Services/Interface/IExpressionService.js +2 -0
  641. package/src/Utilities/Services/Interface/ILicenseService.d.ts +2 -0
  642. package/src/Utilities/Services/Interface/ILicenseService.js +2 -0
  643. package/src/Utilities/Services/Interface/IMetamodelService.d.ts +14 -0
  644. package/src/Utilities/Services/Interface/IMetamodelService.js +2 -0
  645. package/src/Utilities/Services/Interface/IModuleService.d.ts +16 -0
  646. package/src/Utilities/Services/Interface/IModuleService.js +2 -0
  647. package/src/Utilities/Services/Interface/IReportService.d.ts +22 -0
  648. package/src/Utilities/Services/Interface/IReportService.js +2 -0
  649. package/src/Utilities/Services/Interface/ITeamSharingService.d.ts +14 -0
  650. package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -0
  651. package/src/Utilities/Services/Interface/IValidationService.d.ts +12 -0
  652. package/src/Utilities/Services/Interface/IValidationService.js +2 -0
  653. package/src/Utilities/Services/LicenseService.d.ts +27 -0
  654. package/src/Utilities/Services/LicenseService.js +145 -0
  655. package/src/Utilities/Services/MetamodelService.d.ts +11 -0
  656. package/src/Utilities/Services/MetamodelService.js +70 -0
  657. package/src/Utilities/Services/ModuleService.d.ts +20 -0
  658. package/src/Utilities/Services/ModuleService.js +147 -0
  659. package/src/Utilities/Services/ReportService.d.ts +30 -0
  660. package/src/Utilities/Services/ReportService.js +353 -0
  661. package/src/Utilities/Services/TeamSharingService.d.ts +22 -0
  662. package/src/Utilities/Services/TeamSharingService.js +183 -0
  663. package/src/Utilities/Services/ValidationService.d.ts +17 -0
  664. package/src/Utilities/Services/ValidationService.js +112 -0
  665. package/src/Utilities/getScrollbarSize.d.ts +2 -0
  666. package/src/Utilities/getScrollbarSize.js +30 -0
  667. package/src/Utilities/isAdaptableObject.d.ts +2 -0
  668. package/src/Utilities/isAdaptableObject.js +7 -0
  669. package/src/Utilities/isMacLike.d.ts +1 -0
  670. package/src/Utilities/isMacLike.js +7 -0
  671. package/src/Utilities/license/LicenseDetails.d.ts +10 -0
  672. package/src/Utilities/license/LicenseDetails.js +2 -0
  673. package/src/Utilities/license/crc32.d.ts +1 -0
  674. package/src/Utilities/license/crc32.js +47 -0
  675. package/src/Utilities/license/decode.d.ts +6 -0
  676. package/src/Utilities/license/decode.js +67 -0
  677. package/src/Utilities/reorder.d.ts +1 -0
  678. package/src/Utilities/reorder.js +16 -0
  679. package/src/Utilities/sortWithOrder.d.ts +11 -0
  680. package/src/Utilities/sortWithOrder.js +54 -0
  681. package/src/Utilities/waitForCondition.d.ts +1 -0
  682. package/src/Utilities/waitForCondition.js +28 -0
  683. package/src/View/AdaptableContext.d.ts +5 -0
  684. package/src/View/AdaptableContext.js +10 -0
  685. package/src/View/AdaptablePopover/index.d.ts +17 -0
  686. package/src/View/AdaptablePopover/index.js +37 -0
  687. package/src/View/AdaptableView.d.ts +5 -0
  688. package/src/View/AdaptableView.js +60 -0
  689. package/src/View/AdaptableViewFactory.d.ts +7 -0
  690. package/src/View/AdaptableViewFactory.js +89 -0
  691. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.d.ts +12 -0
  692. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +274 -0
  693. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationForm.d.ts +8 -0
  694. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationForm.js +124 -0
  695. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.d.ts +9 -0
  696. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +74 -0
  697. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.d.ts +19 -0
  698. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +57 -0
  699. package/src/View/AdaptableWizardView/helper.d.ts +19 -0
  700. package/src/View/AdaptableWizardView/helper.js +91 -0
  701. package/src/View/AdaptableWizardView/index.d.ts +25 -0
  702. package/src/View/AdaptableWizardView/index.js +111 -0
  703. package/src/View/Alert/AlertEntityRow.d.ts +11 -0
  704. package/src/View/Alert/AlertEntityRow.js +33 -0
  705. package/src/View/Alert/AlertPopup.d.ts +42 -0
  706. package/src/View/Alert/AlertPopup.js +205 -0
  707. package/src/View/Alert/AlertSharedEntity.d.ts +5 -0
  708. package/src/View/Alert/AlertSharedEntity.js +19 -0
  709. package/src/View/Alert/AlertViewPanel.d.ts +22 -0
  710. package/src/View/Alert/AlertViewPanel.js +57 -0
  711. package/src/View/Alert/AlertsPanel.d.ts +14 -0
  712. package/src/View/Alert/AlertsPanel.js +43 -0
  713. package/src/View/Alert/FlashingAlertEntityRow.d.ts +7 -0
  714. package/src/View/Alert/FlashingAlertEntityRow.js +22 -0
  715. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +8 -0
  716. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +67 -0
  717. package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +13 -0
  718. package/src/View/Alert/Wizard/AlertButtonsEditor.js +142 -0
  719. package/src/View/Alert/Wizard/AlertDisplayWizardSection.d.ts +8 -0
  720. package/src/View/Alert/Wizard/AlertDisplayWizardSection.js +93 -0
  721. package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +8 -0
  722. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +24 -0
  723. package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +7 -0
  724. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +9 -0
  725. package/src/View/Alert/Wizard/AlertSelectQueryWizard.d.ts +19 -0
  726. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +59 -0
  727. package/src/View/Alert/Wizard/AlertWizard.d.ts +6 -0
  728. package/src/View/Alert/Wizard/AlertWizard.js +75 -0
  729. package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.d.ts +7 -0
  730. package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.js +26 -0
  731. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.d.ts +8 -0
  732. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +56 -0
  733. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertDurationWizardSection.d.ts +10 -0
  734. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertDurationWizardSection.js +60 -0
  735. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertRulesWizardSection.d.ts +7 -0
  736. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertRulesWizardSection.js +57 -0
  737. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertScopeWizardSection.d.ts +7 -0
  738. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertScopeWizardSection.js +9 -0
  739. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertStyleWizardSection.d.ts +10 -0
  740. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertStyleWizardSection.js +48 -0
  741. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertWizard.d.ts +6 -0
  742. package/src/View/Alert/Wizard/FlashingAlertWizard/FlashingAlertWizard.js +89 -0
  743. package/src/View/Alert/Wizard/isValidAlertRules.d.ts +4 -0
  744. package/src/View/Alert/Wizard/isValidAlertRules.js +44 -0
  745. package/src/View/BulkUpdate/BulkUpdatePopup.d.ts +31 -0
  746. package/src/View/BulkUpdate/BulkUpdatePopup.js +112 -0
  747. package/src/View/BulkUpdate/BulkUpdateViewPanel.d.ts +29 -0
  748. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +107 -0
  749. package/src/View/CalculatedColumn/CalculatedColumnEntityRow.d.ts +9 -0
  750. package/src/View/CalculatedColumn/CalculatedColumnEntityRow.js +28 -0
  751. package/src/View/CalculatedColumn/CalculatedColumnPopup.d.ts +25 -0
  752. package/src/View/CalculatedColumn/CalculatedColumnPopup.js +117 -0
  753. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.d.ts +5 -0
  754. package/src/View/CalculatedColumn/CalculatedColumnSharedEntity.js +20 -0
  755. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +19 -0
  756. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +72 -0
  757. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +9 -0
  758. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +49 -0
  759. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +9 -0
  760. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +143 -0
  761. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +6 -0
  762. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +45 -0
  763. package/src/View/CellSummary/CellSummaryDetails.d.ts +9 -0
  764. package/src/View/CellSummary/CellSummaryDetails.js +35 -0
  765. package/src/View/CellSummary/CellSummaryPopover.d.ts +8 -0
  766. package/src/View/CellSummary/CellSummaryPopover.js +12 -0
  767. package/src/View/CellSummary/CellSummaryPopup.d.ts +15 -0
  768. package/src/View/CellSummary/CellSummaryPopup.js +29 -0
  769. package/src/View/CellSummary/CellSummaryViewPanel.d.ts +25 -0
  770. package/src/View/CellSummary/CellSummaryViewPanel.js +112 -0
  771. package/src/View/ChangeHistory/ChangeHistoryGrid.d.ts +9 -0
  772. package/src/View/ChangeHistory/ChangeHistoryGrid.js +306 -0
  773. package/src/View/ChangeHistory/ChangeHistoryPopup.d.ts +12 -0
  774. package/src/View/ChangeHistory/ChangeHistoryPopup.js +40 -0
  775. package/src/View/ColorPicker.d.ts +8 -0
  776. package/src/View/ColorPicker.js +22 -0
  777. package/src/View/Components/AdaptableDateInput/index.d.ts +5 -0
  778. package/src/View/Components/AdaptableDateInput/index.js +37 -0
  779. package/src/View/Components/AdaptableInput/index.d.ts +5 -0
  780. package/src/View/Components/AdaptableInput/index.js +20 -0
  781. package/src/View/Components/AdaptableObjectCollection/index.d.ts +12 -0
  782. package/src/View/Components/AdaptableObjectCollection/index.js +16 -0
  783. package/src/View/Components/AdaptableObjectRow/index.d.ts +12 -0
  784. package/src/View/Components/AdaptableObjectRow/index.js +24 -0
  785. package/src/View/Components/Buttons/ButtonApply.d.ts +7 -0
  786. package/src/View/Components/Buttons/ButtonApply.js +12 -0
  787. package/src/View/Components/Buttons/ButtonBase/index.d.ts +23 -0
  788. package/src/View/Components/Buttons/ButtonBase/index.js +74 -0
  789. package/src/View/Components/Buttons/ButtonClear.d.ts +9 -0
  790. package/src/View/Components/Buttons/ButtonClear.js +12 -0
  791. package/src/View/Components/Buttons/ButtonClone.d.ts +3 -0
  792. package/src/View/Components/Buttons/ButtonClone.js +9 -0
  793. package/src/View/Components/Buttons/ButtonClose.d.ts +5 -0
  794. package/src/View/Components/Buttons/ButtonClose.js +12 -0
  795. package/src/View/Components/Buttons/ButtonConfigure.d.ts +5 -0
  796. package/src/View/Components/Buttons/ButtonConfigure.js +12 -0
  797. package/src/View/Components/Buttons/ButtonDelete.d.ts +18 -0
  798. package/src/View/Components/Buttons/ButtonDelete.js +45 -0
  799. package/src/View/Components/Buttons/ButtonEdit.d.ts +5 -0
  800. package/src/View/Components/Buttons/ButtonEdit.js +12 -0
  801. package/src/View/Components/Buttons/ButtonExpand.d.ts +5 -0
  802. package/src/View/Components/Buttons/ButtonExpand.js +12 -0
  803. package/src/View/Components/Buttons/ButtonExport.d.ts +7 -0
  804. package/src/View/Components/Buttons/ButtonExport.js +12 -0
  805. package/src/View/Components/Buttons/ButtonFunction.d.ts +7 -0
  806. package/src/View/Components/Buttons/ButtonFunction.js +12 -0
  807. package/src/View/Components/Buttons/ButtonGeneral.d.ts +5 -0
  808. package/src/View/Components/Buttons/ButtonGeneral.js +12 -0
  809. package/src/View/Components/Buttons/ButtonInfo.d.ts +9 -0
  810. package/src/View/Components/Buttons/ButtonInfo.js +12 -0
  811. package/src/View/Components/Buttons/ButtonInvalid.d.ts +5 -0
  812. package/src/View/Components/Buttons/ButtonInvalid.js +12 -0
  813. package/src/View/Components/Buttons/ButtonLogin.d.ts +7 -0
  814. package/src/View/Components/Buttons/ButtonLogin.js +12 -0
  815. package/src/View/Components/Buttons/ButtonLogout.d.ts +7 -0
  816. package/src/View/Components/Buttons/ButtonLogout.js +12 -0
  817. package/src/View/Components/Buttons/ButtonMaximise.d.ts +8 -0
  818. package/src/View/Components/Buttons/ButtonMaximise.js +12 -0
  819. package/src/View/Components/Buttons/ButtonMinimise.d.ts +5 -0
  820. package/src/View/Components/Buttons/ButtonMinimise.js +12 -0
  821. package/src/View/Components/Buttons/ButtonNew.d.ts +3 -0
  822. package/src/View/Components/Buttons/ButtonNew.js +9 -0
  823. package/src/View/Components/Buttons/ButtonNewPage.d.ts +7 -0
  824. package/src/View/Components/Buttons/ButtonNewPage.js +13 -0
  825. package/src/View/Components/Buttons/ButtonPause.d.ts +7 -0
  826. package/src/View/Components/Buttons/ButtonPause.js +12 -0
  827. package/src/View/Components/Buttons/ButtonPlay.d.ts +7 -0
  828. package/src/View/Components/Buttons/ButtonPlay.js +13 -0
  829. package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +4 -0
  830. package/src/View/Components/Buttons/ButtonPreviewDelete.js +8 -0
  831. package/src/View/Components/Buttons/ButtonSave.d.ts +5 -0
  832. package/src/View/Components/Buttons/ButtonSave.js +12 -0
  833. package/src/View/Components/Buttons/ButtonSchedule.d.ts +7 -0
  834. package/src/View/Components/Buttons/ButtonSchedule.js +12 -0
  835. package/src/View/Components/Buttons/ButtonShare.d.ts +15 -0
  836. package/src/View/Components/Buttons/ButtonShare.js +23 -0
  837. package/src/View/Components/Buttons/ButtonShow.d.ts +5 -0
  838. package/src/View/Components/Buttons/ButtonShow.js +12 -0
  839. package/src/View/Components/Buttons/ButtonShowChart.d.ts +5 -0
  840. package/src/View/Components/Buttons/ButtonShowChart.js +12 -0
  841. package/src/View/Components/Buttons/ButtonStop.d.ts +7 -0
  842. package/src/View/Components/Buttons/ButtonStop.js +12 -0
  843. package/src/View/Components/Buttons/ButtonUndo.d.ts +5 -0
  844. package/src/View/Components/Buttons/ButtonUndo.js +12 -0
  845. package/src/View/Components/Buttons/EntityListActionButtons.d.ts +39 -0
  846. package/src/View/Components/Buttons/EntityListActionButtons.js +79 -0
  847. package/src/View/Components/Buttons/SuspendToggleButton.d.ts +12 -0
  848. package/src/View/Components/Buttons/SuspendToggleButton.js +17 -0
  849. package/src/View/Components/ColumnSelector/index.d.ts +17 -0
  850. package/src/View/Components/ColumnSelector/index.js +28 -0
  851. package/src/View/Components/EntityRowItem.d.ts +7 -0
  852. package/src/View/Components/EntityRowItem.js +13 -0
  853. package/src/View/Components/EntityRulesEditor/index.d.ts +42 -0
  854. package/src/View/Components/EntityRulesEditor/index.js +174 -0
  855. package/src/View/Components/ExpressionWizard.d.ts +24 -0
  856. package/src/View/Components/ExpressionWizard.js +79 -0
  857. package/src/View/Components/FilterForm/FilterForm.d.ts +63 -0
  858. package/src/View/Components/FilterForm/FilterForm.js +262 -0
  859. package/src/View/Components/FilterForm/ListBoxFilterForm.d.ts +17 -0
  860. package/src/View/Components/FilterForm/ListBoxFilterForm.js +68 -0
  861. package/src/View/Components/FilterForm/ListBoxMenu.d.ts +14 -0
  862. package/src/View/Components/FilterForm/ListBoxMenu.js +33 -0
  863. package/src/View/Components/FilterForm/QuickFilterForm.d.ts +50 -0
  864. package/src/View/Components/FilterForm/QuickFilterForm.js +283 -0
  865. package/src/View/Components/FilterForm/Waiting.d.ts +8 -0
  866. package/src/View/Components/FilterForm/Waiting.js +18 -0
  867. package/src/View/Components/Forms/AdaptableForm.d.ts +6 -0
  868. package/src/View/Components/Forms/AdaptableForm.js +21 -0
  869. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +10 -0
  870. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +39 -0
  871. package/src/View/Components/ListBox/DualListBoxEditor.d.ts +22 -0
  872. package/src/View/Components/ListBox/DualListBoxEditor.js +519 -0
  873. package/src/View/Components/ListBox/ListBoxFilterSortComponent.d.ts +13 -0
  874. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +31 -0
  875. package/src/View/Components/ModuleProfile.d.ts +8 -0
  876. package/src/View/Components/ModuleProfile.js +18 -0
  877. package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +23 -0
  878. package/src/View/Components/ModuleSummary/ModuleDetail.js +19 -0
  879. package/src/View/Components/ModuleSummary/ModuleHeader.d.ts +15 -0
  880. package/src/View/Components/ModuleSummary/ModuleHeader.js +20 -0
  881. package/src/View/Components/ModuleSummary/SummaryRowItem.d.ts +7 -0
  882. package/src/View/Components/ModuleSummary/SummaryRowItem.js +17 -0
  883. package/src/View/Components/ModuleValueSelector/index.d.ts +5 -0
  884. package/src/View/Components/ModuleValueSelector/index.js +34 -0
  885. package/src/View/Components/NewScopeComponent.d.ts +24 -0
  886. package/src/View/Components/NewScopeComponent.js +146 -0
  887. package/src/View/Components/Panels/FilterFormPanel.d.ts +22 -0
  888. package/src/View/Components/Panels/FilterFormPanel.js +41 -0
  889. package/src/View/Components/Panels/PanelDashboard/index.d.ts +15 -0
  890. package/src/View/Components/Panels/PanelDashboard/index.js +21 -0
  891. package/src/View/Components/Panels/PanelToolPanel/index.d.ts +14 -0
  892. package/src/View/Components/Panels/PanelToolPanel/index.js +31 -0
  893. package/src/View/Components/Panels/PanelWithButton.d.ts +22 -0
  894. package/src/View/Components/Panels/PanelWithButton.js +36 -0
  895. package/src/View/Components/Panels/PanelWithIImageThreeButtons.d.ts +11 -0
  896. package/src/View/Components/Panels/PanelWithIImageThreeButtons.js +28 -0
  897. package/src/View/Components/Panels/PanelWithImage.d.ts +21 -0
  898. package/src/View/Components/Panels/PanelWithImage.js +40 -0
  899. package/src/View/Components/Panels/PanelWithRow.d.ts +10 -0
  900. package/src/View/Components/Panels/PanelWithRow.js +21 -0
  901. package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +12 -0
  902. package/src/View/Components/Panels/PanelWithTwoButtons.js +20 -0
  903. package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +8 -0
  904. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +31 -0
  905. package/src/View/Components/Popups/AdaptableChart.d.ts +18 -0
  906. package/src/View/Components/Popups/AdaptableChart.js +40 -0
  907. package/src/View/Components/Popups/AdaptableLoadingScreen.d.ts +8 -0
  908. package/src/View/Components/Popups/AdaptableLoadingScreen.js +18 -0
  909. package/src/View/Components/Popups/AdaptablePopup.d.ts +23 -0
  910. package/src/View/Components/Popups/AdaptablePopup.js +59 -0
  911. package/src/View/Components/Popups/AdaptablePopupAlert.d.ts +10 -0
  912. package/src/View/Components/Popups/AdaptablePopupAlert.js +73 -0
  913. package/src/View/Components/Popups/AdaptablePopupConfirmation.d.ts +29 -0
  914. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +56 -0
  915. package/src/View/Components/Popups/AdaptablePopupPrompt.d.ts +18 -0
  916. package/src/View/Components/Popups/AdaptablePopupPrompt.js +47 -0
  917. package/src/View/Components/Popups/AdaptablePopupTeamSharing.d.ts +9 -0
  918. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +46 -0
  919. package/src/View/Components/Popups/AdaptableToaster.d.ts +7 -0
  920. package/src/View/Components/Popups/AdaptableToaster.js +33 -0
  921. package/src/View/Components/Popups/PopupContext.d.ts +7 -0
  922. package/src/View/Components/Popups/PopupContext.js +12 -0
  923. package/src/View/Components/PreviewResultsPanel.d.ts +16 -0
  924. package/src/View/Components/PreviewResultsPanel.js +61 -0
  925. package/src/View/Components/RangesComponent.d.ts +34 -0
  926. package/src/View/Components/RangesComponent.js +186 -0
  927. package/src/View/Components/ScopeComponent.d.ts +24 -0
  928. package/src/View/Components/ScopeComponent.js +135 -0
  929. package/src/View/Components/Selectors/ColumnSelector.d.ts +17 -0
  930. package/src/View/Components/Selectors/ColumnSelector.js +54 -0
  931. package/src/View/Components/Selectors/ColumnValueSelector.d.ts +31 -0
  932. package/src/View/Components/Selectors/ColumnValueSelector.js +106 -0
  933. package/src/View/Components/SharedProps/BaseProps.d.ts +8 -0
  934. package/src/View/Components/SharedProps/BaseProps.js +2 -0
  935. package/src/View/Components/SharedProps/ChartDisplayPopupPropsBase.d.ts +7 -0
  936. package/src/View/Components/SharedProps/ChartDisplayPopupPropsBase.js +2 -0
  937. package/src/View/Components/SharedProps/ConfigEntityRowProps.d.ts +30 -0
  938. package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -0
  939. package/src/View/Components/SharedProps/EditableConfigEntityState.d.ts +14 -0
  940. package/src/View/Components/SharedProps/EditableConfigEntityState.js +10 -0
  941. package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +9 -0
  942. package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -0
  943. package/src/View/Components/SharedProps/ModuleViewPopupProps.d.ts +25 -0
  944. package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -0
  945. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.d.ts +13 -0
  946. package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -0
  947. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.d.ts +14 -0
  948. package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -0
  949. package/src/View/Components/SharedProps/ViewPanelProps.d.ts +9 -0
  950. package/src/View/Components/SharedProps/ViewPanelProps.js +2 -0
  951. package/src/View/Components/SharedProps/WizardScopeState.d.ts +4 -0
  952. package/src/View/Components/SharedProps/WizardScopeState.js +2 -0
  953. package/src/View/Components/StyleComponent.d.ts +32 -0
  954. package/src/View/Components/StyleComponent.js +153 -0
  955. package/src/View/Components/StyleVisualItem.d.ts +9 -0
  956. package/src/View/Components/StyleVisualItem.js +45 -0
  957. package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +43 -0
  958. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +296 -0
  959. package/src/View/Components/ToolPanel/CustomToolPanelContent.d.ts +6 -0
  960. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +71 -0
  961. package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +27 -0
  962. package/src/View/Components/ToolPanel/ToolPanelPopup.js +110 -0
  963. package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +14 -0
  964. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +61 -0
  965. package/src/View/Components/ValueSelector/index.d.ts +38 -0
  966. package/src/View/Components/ValueSelector/index.js +203 -0
  967. package/src/View/Components/WizardSummaryPage.d.ts +7 -0
  968. package/src/View/Components/WizardSummaryPage.js +23 -0
  969. package/src/View/Components/WizardSummaryRow.d.ts +9 -0
  970. package/src/View/Components/WizardSummaryRow.js +16 -0
  971. package/src/View/ConditionalStyle/ConditionalStyleEntityRow.d.ts +5 -0
  972. package/src/View/ConditionalStyle/ConditionalStyleEntityRow.js +26 -0
  973. package/src/View/ConditionalStyle/ConditionalStylePopup.d.ts +30 -0
  974. package/src/View/ConditionalStyle/ConditionalStylePopup.js +144 -0
  975. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.d.ts +5 -0
  976. package/src/View/ConditionalStyle/ConditionalStyleSharedEntity.js +23 -0
  977. package/src/View/ConditionalStyle/ConditionalStyleSummary.d.ts +25 -0
  978. package/src/View/ConditionalStyle/ConditionalStyleSummary.js +107 -0
  979. package/src/View/ConditionalStyle/Wizard/ConditionalStyleRuleWizardSection.d.ts +9 -0
  980. package/src/View/ConditionalStyle/Wizard/ConditionalStyleRuleWizardSection.js +42 -0
  981. package/src/View/ConditionalStyle/Wizard/ConditionalStyleScopeWizardSection.d.ts +8 -0
  982. package/src/View/ConditionalStyle/Wizard/ConditionalStyleScopeWizardSection.js +42 -0
  983. package/src/View/ConditionalStyle/Wizard/ConditionalStyleStyleWizardSection.d.ts +8 -0
  984. package/src/View/ConditionalStyle/Wizard/ConditionalStyleStyleWizardSection.js +22 -0
  985. package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.d.ts +6 -0
  986. package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.js +78 -0
  987. package/src/View/ConditionalStyle/Wizard/DEFAULT_PREDICATE_ID_FOR_CONDITIONAL_STYLE.d.ts +1 -0
  988. package/src/View/ConditionalStyle/Wizard/DEFAULT_PREDICATE_ID_FOR_CONDITIONAL_STYLE.js +4 -0
  989. package/src/View/CustomSort/CustomSortEntityRow.d.ts +10 -0
  990. package/src/View/CustomSort/CustomSortEntityRow.js +32 -0
  991. package/src/View/CustomSort/CustomSortPopup.d.ts +27 -0
  992. package/src/View/CustomSort/CustomSortPopup.js +138 -0
  993. package/src/View/CustomSort/CustomSortSharedEntity.d.ts +6 -0
  994. package/src/View/CustomSort/CustomSortSharedEntity.js +24 -0
  995. package/src/View/CustomSort/CustomSortSummary.d.ts +21 -0
  996. package/src/View/CustomSort/CustomSortSummary.js +110 -0
  997. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +9 -0
  998. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +51 -0
  999. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.d.ts +15 -0
  1000. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +36 -0
  1001. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +8 -0
  1002. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +53 -0
  1003. package/src/View/CustomSort/Wizard/CustomSortWizard.d.ts +7 -0
  1004. package/src/View/CustomSort/Wizard/CustomSortWizard.js +45 -0
  1005. package/src/View/Dashboard/CustomToolbarWrapper.d.ts +7 -0
  1006. package/src/View/Dashboard/CustomToolbarWrapper.js +67 -0
  1007. package/src/View/Dashboard/Dashboard.d.ts +27 -0
  1008. package/src/View/Dashboard/Dashboard.js +251 -0
  1009. package/src/View/Dashboard/DashboardPopup.d.ts +27 -0
  1010. package/src/View/Dashboard/DashboardPopup.js +101 -0
  1011. package/src/View/Dashboard/DashboardViewPanel.d.ts +17 -0
  1012. package/src/View/Dashboard/DashboardViewPanel.js +39 -0
  1013. package/src/View/Dashboard/ModuleToolbarWrapper.d.ts +9 -0
  1014. package/src/View/Dashboard/ModuleToolbarWrapper.js +16 -0
  1015. package/src/View/DataSource/DataSourceEntityRow.d.ts +12 -0
  1016. package/src/View/DataSource/DataSourceEntityRow.js +29 -0
  1017. package/src/View/DataSource/DataSourcePopup.d.ts +28 -0
  1018. package/src/View/DataSource/DataSourcePopup.js +97 -0
  1019. package/src/View/DataSource/DataSourceViewPanel.d.ts +19 -0
  1020. package/src/View/DataSource/DataSourceViewPanel.js +67 -0
  1021. package/src/View/DataSource/Wizard/DataSourceSettingsSummary.d.ts +2 -0
  1022. package/src/View/DataSource/Wizard/DataSourceSettingsSummary.js +17 -0
  1023. package/src/View/DataSource/Wizard/DataSourceSettingsWizard.d.ts +8 -0
  1024. package/src/View/DataSource/Wizard/DataSourceSettingsWizard.js +42 -0
  1025. package/src/View/DataSource/Wizard/DataSourceWizard.d.ts +9 -0
  1026. package/src/View/DataSource/Wizard/DataSourceWizard.js +28 -0
  1027. package/src/View/Export/ExportCustomDestinationDialog.d.ts +11 -0
  1028. package/src/View/Export/ExportCustomDestinationDialog.js +47 -0
  1029. package/src/View/Export/ExportCustomDestinationFormPopups.d.ts +5 -0
  1030. package/src/View/Export/ExportCustomDestinationFormPopups.js +15 -0
  1031. package/src/View/Export/ExportPopup.d.ts +34 -0
  1032. package/src/View/Export/ExportPopup.js +139 -0
  1033. package/src/View/Export/ExportSharedEntity.d.ts +5 -0
  1034. package/src/View/Export/ExportSharedEntity.js +16 -0
  1035. package/src/View/Export/ExportViewPanel.d.ts +31 -0
  1036. package/src/View/Export/ExportViewPanel.js +159 -0
  1037. package/src/View/Export/ProgressIndicator.d.ts +6 -0
  1038. package/src/View/Export/ProgressIndicator.js +25 -0
  1039. package/src/View/Export/ReportEntityRow.d.ts +10 -0
  1040. package/src/View/Export/ReportEntityRow.js +49 -0
  1041. package/src/View/Export/Wizard/NewReportWizard.d.ts +6 -0
  1042. package/src/View/Export/Wizard/NewReportWizard.js +48 -0
  1043. package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +20 -0
  1044. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +72 -0
  1045. package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +8 -0
  1046. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +70 -0
  1047. package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +9 -0
  1048. package/src/View/Export/Wizard/ReportNameWizardSection.js +44 -0
  1049. package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +20 -0
  1050. package/src/View/Export/Wizard/ReportRowTypeWizard.js +72 -0
  1051. package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +8 -0
  1052. package/src/View/Export/Wizard/ReportRowsWizardSection.js +71 -0
  1053. package/src/View/Export/Wizard/ReportScopeWizard.d.ts +17 -0
  1054. package/src/View/Export/Wizard/ReportScopeWizard.js +52 -0
  1055. package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +21 -0
  1056. package/src/View/Export/Wizard/ReportSettingsWizard.js +62 -0
  1057. package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +15 -0
  1058. package/src/View/Export/Wizard/ReportSummaryWizard.js +44 -0
  1059. package/src/View/Export/Wizard/ReportWizard.d.ts +7 -0
  1060. package/src/View/Export/Wizard/ReportWizard.js +50 -0
  1061. package/src/View/Filter/ActiveFiltersPanel.d.ts +16 -0
  1062. package/src/View/Filter/ActiveFiltersPanel.js +37 -0
  1063. package/src/View/Filter/FilterEntityRow.d.ts +12 -0
  1064. package/src/View/Filter/FilterEntityRow.js +20 -0
  1065. package/src/View/Filter/FilterPopup.d.ts +20 -0
  1066. package/src/View/Filter/FilterPopup.js +50 -0
  1067. package/src/View/Filter/FilterSharedEntity.d.ts +5 -0
  1068. package/src/View/Filter/FilterSharedEntity.js +15 -0
  1069. package/src/View/Filter/FilterSummary.d.ts +15 -0
  1070. package/src/View/Filter/FilterSummary.js +52 -0
  1071. package/src/View/Filter/FilterViewPanel.d.ts +25 -0
  1072. package/src/View/Filter/FilterViewPanel.js +53 -0
  1073. package/src/View/FormatColumn/FormatColumnEntityRow.d.ts +9 -0
  1074. package/src/View/FormatColumn/FormatColumnEntityRow.js +103 -0
  1075. package/src/View/FormatColumn/FormatColumnPopup.d.ts +27 -0
  1076. package/src/View/FormatColumn/FormatColumnPopup.js +133 -0
  1077. package/src/View/FormatColumn/FormatColumnSharedEntity.d.ts +5 -0
  1078. package/src/View/FormatColumn/FormatColumnSharedEntity.js +18 -0
  1079. package/src/View/FormatColumn/FormatColumnSummary.d.ts +20 -0
  1080. package/src/View/FormatColumn/FormatColumnSummary.js +95 -0
  1081. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +15 -0
  1082. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +349 -0
  1083. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +8 -0
  1084. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +23 -0
  1085. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +8 -0
  1086. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +78 -0
  1087. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +10 -0
  1088. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +317 -0
  1089. package/src/View/FormatColumn/Wizard/FormatColumnWizard.d.ts +6 -0
  1090. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +130 -0
  1091. package/src/View/FreeTextColumn/FreeTextColumnEntityRow.d.ts +5 -0
  1092. package/src/View/FreeTextColumn/FreeTextColumnEntityRow.js +31 -0
  1093. package/src/View/FreeTextColumn/FreeTextColumnPopup.d.ts +25 -0
  1094. package/src/View/FreeTextColumn/FreeTextColumnPopup.js +116 -0
  1095. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.d.ts +5 -0
  1096. package/src/View/FreeTextColumn/FreeTextColumnSharedEntity.js +24 -0
  1097. package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +20 -0
  1098. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +93 -0
  1099. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +18 -0
  1100. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +131 -0
  1101. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.d.ts +6 -0
  1102. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +38 -0
  1103. package/src/View/GridInfo/AdaptableOptionsComponent.d.ts +7 -0
  1104. package/src/View/GridInfo/AdaptableOptionsComponent.js +99 -0
  1105. package/src/View/GridInfo/ColumnInfoComponent.d.ts +20 -0
  1106. package/src/View/GridInfo/ColumnInfoComponent.js +168 -0
  1107. package/src/View/GridInfo/GridInfoPopup.d.ts +16 -0
  1108. package/src/View/GridInfo/GridInfoPopup.js +96 -0
  1109. package/src/View/GridInfo/GridOptionsComponent.d.ts +17 -0
  1110. package/src/View/GridInfo/GridOptionsComponent.js +37 -0
  1111. package/src/View/KeyHint.d.ts +3 -0
  1112. package/src/View/KeyHint.js +9 -0
  1113. package/src/View/Layout/LayoutEntityRow.d.ts +13 -0
  1114. package/src/View/Layout/LayoutEntityRow.js +23 -0
  1115. package/src/View/Layout/LayoutPopup.d.ts +32 -0
  1116. package/src/View/Layout/LayoutPopup.js +176 -0
  1117. package/src/View/Layout/LayoutSharedEntity.d.ts +5 -0
  1118. package/src/View/Layout/LayoutSharedEntity.js +15 -0
  1119. package/src/View/Layout/LayoutViewPanel.d.ts +22 -0
  1120. package/src/View/Layout/LayoutViewPanel.js +83 -0
  1121. package/src/View/Layout/Wizard/LayoutEditor/ColumnList.d.ts +27 -0
  1122. package/src/View/Layout/Wizard/LayoutEditor/ColumnList.js +83 -0
  1123. package/src/View/Layout/Wizard/LayoutEditor/ColumnSortList.d.ts +16 -0
  1124. package/src/View/Layout/Wizard/LayoutEditor/ColumnSortList.js +88 -0
  1125. package/src/View/Layout/Wizard/LayoutEditor/PivotList.d.ts +15 -0
  1126. package/src/View/Layout/Wizard/LayoutEditor/PivotList.js +69 -0
  1127. package/src/View/Layout/Wizard/LayoutEditor/RowGroupsList.d.ts +15 -0
  1128. package/src/View/Layout/Wizard/LayoutEditor/RowGroupsList.js +69 -0
  1129. package/src/View/Layout/Wizard/LayoutEditor/droppableIds.d.ts +7 -0
  1130. package/src/View/Layout/Wizard/LayoutEditor/droppableIds.js +11 -0
  1131. package/src/View/Layout/Wizard/LayoutEditor/getItemStyle.d.ts +6 -0
  1132. package/src/View/Layout/Wizard/LayoutEditor/getItemStyle.js +25 -0
  1133. package/src/View/Layout/Wizard/LayoutEditor/index.d.ts +9 -0
  1134. package/src/View/Layout/Wizard/LayoutEditor/index.js +428 -0
  1135. package/src/View/Layout/Wizard/LayoutEditor/reducer.d.ts +28 -0
  1136. package/src/View/Layout/Wizard/LayoutEditor/reducer.js +44 -0
  1137. package/src/View/Layout/Wizard/LayoutEditor/utils.d.ts +10 -0
  1138. package/src/View/Layout/Wizard/LayoutEditor/utils.js +13 -0
  1139. package/src/View/Layout/Wizard/LayoutEditorWizard.d.ts +52 -0
  1140. package/src/View/Layout/Wizard/LayoutEditorWizard.js +92 -0
  1141. package/src/View/Layout/Wizard/LayoutWizard.d.ts +9 -0
  1142. package/src/View/Layout/Wizard/LayoutWizard.js +20 -0
  1143. package/src/View/License/LicenseWatermark.d.ts +2 -0
  1144. package/src/View/License/LicenseWatermark.js +58 -0
  1145. package/src/View/License/index.d.ts +1 -0
  1146. package/src/View/License/index.js +5 -0
  1147. package/src/View/PlusMinus/PlusMinusEntityRow.d.ts +9 -0
  1148. package/src/View/PlusMinus/PlusMinusEntityRow.js +24 -0
  1149. package/src/View/PlusMinus/PlusMinusPopup.d.ts +30 -0
  1150. package/src/View/PlusMinus/PlusMinusPopup.js +124 -0
  1151. package/src/View/PlusMinus/PlusMinusSharedEntity.d.ts +5 -0
  1152. package/src/View/PlusMinus/PlusMinusSharedEntity.js +21 -0
  1153. package/src/View/PlusMinus/PlusMinusSummary.d.ts +20 -0
  1154. package/src/View/PlusMinus/PlusMinusSummary.js +101 -0
  1155. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.d.ts +9 -0
  1156. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +47 -0
  1157. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.d.ts +7 -0
  1158. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +22 -0
  1159. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +13 -0
  1160. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +57 -0
  1161. package/src/View/PlusMinus/Wizard/PlusMinusWizard.d.ts +7 -0
  1162. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +59 -0
  1163. package/src/View/Query/ExpandedQueryPopup.d.ts +19 -0
  1164. package/src/View/Query/ExpandedQueryPopup.js +62 -0
  1165. package/src/View/Query/NamedQueryEntityRow.d.ts +8 -0
  1166. package/src/View/Query/NamedQueryEntityRow.js +21 -0
  1167. package/src/View/Query/NamedQuerySharedEntity.d.ts +5 -0
  1168. package/src/View/Query/NamedQuerySharedEntity.js +19 -0
  1169. package/src/View/Query/QueryPopup.d.ts +28 -0
  1170. package/src/View/Query/QueryPopup.js +114 -0
  1171. package/src/View/Query/QueryViewPanel.d.ts +31 -0
  1172. package/src/View/Query/QueryViewPanel.js +162 -0
  1173. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.d.ts +9 -0
  1174. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +34 -0
  1175. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.d.ts +9 -0
  1176. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +41 -0
  1177. package/src/View/Query/Wizard/NamedQueryWizard.d.ts +6 -0
  1178. package/src/View/Query/Wizard/NamedQueryWizard.js +44 -0
  1179. package/src/View/QuickSearch/QuickSearchPopup.d.ts +12 -0
  1180. package/src/View/QuickSearch/QuickSearchPopup.js +58 -0
  1181. package/src/View/QuickSearch/QuickSearchViewPanel.d.ts +8 -0
  1182. package/src/View/QuickSearch/QuickSearchViewPanel.js +25 -0
  1183. package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +7 -0
  1184. package/src/View/QuickSearch/useQuickSearchDebounced.js +21 -0
  1185. package/src/View/Schedule/ScheduleEntityRow.d.ts +5 -0
  1186. package/src/View/Schedule/ScheduleEntityRow.js +58 -0
  1187. package/src/View/Schedule/SchedulePopup.d.ts +58 -0
  1188. package/src/View/Schedule/SchedulePopup.js +317 -0
  1189. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.d.ts +2 -0
  1190. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +14 -0
  1191. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.d.ts +10 -0
  1192. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +113 -0
  1193. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.d.ts +9 -0
  1194. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +24 -0
  1195. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.d.ts +11 -0
  1196. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +46 -0
  1197. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.d.ts +9 -0
  1198. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +24 -0
  1199. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.d.ts +8 -0
  1200. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +46 -0
  1201. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +11 -0
  1202. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +35 -0
  1203. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.d.ts +2 -0
  1204. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +70 -0
  1205. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.d.ts +7 -0
  1206. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +37 -0
  1207. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.d.ts +3 -0
  1208. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -0
  1209. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.d.ts +2 -0
  1210. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +55 -0
  1211. package/src/View/Schedule/Wizard/ScheduleWizard.d.ts +7 -0
  1212. package/src/View/Schedule/Wizard/ScheduleWizard.js +39 -0
  1213. package/src/View/Shortcut/ShortcutEntityRow.d.ts +17 -0
  1214. package/src/View/Shortcut/ShortcutEntityRow.js +47 -0
  1215. package/src/View/Shortcut/ShortcutPopup.d.ts +30 -0
  1216. package/src/View/Shortcut/ShortcutPopup.js +121 -0
  1217. package/src/View/Shortcut/ShortcutSharedEntity.d.ts +5 -0
  1218. package/src/View/Shortcut/ShortcutSharedEntity.js +19 -0
  1219. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.d.ts +7 -0
  1220. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +22 -0
  1221. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.d.ts +10 -0
  1222. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +80 -0
  1223. package/src/View/Shortcut/Wizard/ShortcutWizard.d.ts +8 -0
  1224. package/src/View/Shortcut/Wizard/ShortcutWizard.js +55 -0
  1225. package/src/View/Shortcut/shortcutKeys.d.ts +1 -0
  1226. package/src/View/Shortcut/shortcutKeys.js +31 -0
  1227. package/src/View/Shortcut/shortcutOperations.d.ts +2 -0
  1228. package/src/View/Shortcut/shortcutOperations.js +10 -0
  1229. package/src/View/SmartEdit/SmartEditPopup.d.ts +26 -0
  1230. package/src/View/SmartEdit/SmartEditPopup.js +102 -0
  1231. package/src/View/SmartEdit/SmartEditViewPanel.d.ts +35 -0
  1232. package/src/View/SmartEdit/SmartEditViewPanel.js +121 -0
  1233. package/src/View/StateManagement/StateManagementPopup.d.ts +16 -0
  1234. package/src/View/StateManagement/StateManagementPopup.js +122 -0
  1235. package/src/View/SystemStatus/SystemStatusEntityRow.d.ts +7 -0
  1236. package/src/View/SystemStatus/SystemStatusEntityRow.js +32 -0
  1237. package/src/View/SystemStatus/SystemStatusPopup.d.ts +18 -0
  1238. package/src/View/SystemStatus/SystemStatusPopup.js +49 -0
  1239. package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +12 -0
  1240. package/src/View/SystemStatus/SystemStatusViewPanel.js +34 -0
  1241. package/src/View/TeamSharing/TeamSharingPopup.d.ts +23 -0
  1242. package/src/View/TeamSharing/TeamSharingPopup.js +163 -0
  1243. package/src/View/Theme/ThemePopup.d.ts +16 -0
  1244. package/src/View/Theme/ThemePopup.js +61 -0
  1245. package/src/View/Theme/ThemeViewPanel.d.ts +16 -0
  1246. package/src/View/Theme/ThemeViewPanel.js +58 -0
  1247. package/src/View/UIHelper.d.ts +85 -0
  1248. package/src/View/UIHelper.js +495 -0
  1249. package/src/View/UIInterfaces.d.ts +5 -0
  1250. package/src/View/UIInterfaces.js +3 -0
  1251. package/src/View/Wizard/AdaptableWizard.d.ts +56 -0
  1252. package/src/View/Wizard/AdaptableWizard.js +159 -0
  1253. package/src/View/Wizard/Interface/IAdaptableWizard.d.ts +42 -0
  1254. package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -0
  1255. package/src/View/Wizard/OnePageAdaptableWizard.d.ts +41 -0
  1256. package/src/View/Wizard/OnePageAdaptableWizard.js +214 -0
  1257. package/src/View/Wizard/WizardLegend.d.ts +12 -0
  1258. package/src/View/Wizard/WizardLegend.js +29 -0
  1259. package/src/View/Wizard/useKeyboardNavigation.d.ts +2 -0
  1260. package/src/View/Wizard/useKeyboardNavigation.js +35 -0
  1261. package/src/View/renderWithAdaptableContext.d.ts +3 -0
  1262. package/src/View/renderWithAdaptableContext.js +14 -0
  1263. package/src/agGrid/ActionColumnRenderer.d.ts +14 -0
  1264. package/src/agGrid/ActionColumnRenderer.js +93 -0
  1265. package/src/agGrid/Adaptable.d.ts +332 -0
  1266. package/src/agGrid/Adaptable.js +3894 -0
  1267. package/src/agGrid/CheckboxRenderer.d.ts +3 -0
  1268. package/src/agGrid/CheckboxRenderer.js +35 -0
  1269. package/src/agGrid/ColumnSetupInfo.d.ts +8 -0
  1270. package/src/agGrid/ColumnSetupInfo.js +2 -0
  1271. package/src/agGrid/FilterWrapper.d.ts +2 -0
  1272. package/src/agGrid/FilterWrapper.js +54 -0
  1273. package/src/agGrid/FloatingFilterWrapper.d.ts +2 -0
  1274. package/src/agGrid/FloatingFilterWrapper.js +43 -0
  1275. package/src/agGrid/GroupCellRenderer.d.ts +5 -0
  1276. package/src/agGrid/GroupCellRenderer.js +82 -0
  1277. package/src/agGrid/agGridHelper.d.ts +54 -0
  1278. package/src/agGrid/agGridHelper.js +644 -0
  1279. package/src/agGrid/agGridMenuHelper.d.ts +29 -0
  1280. package/src/agGrid/agGridMenuHelper.js +371 -0
  1281. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +13 -0
  1282. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +61 -0
  1283. package/src/agGrid/editors/AdaptableDateEditor/index.d.ts +40 -0
  1284. package/src/agGrid/editors/AdaptableDateEditor/index.js +113 -0
  1285. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +23 -0
  1286. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +74 -0
  1287. package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +54 -0
  1288. package/src/agGrid/editors/AdaptableNumberEditor/index.js +94 -0
  1289. package/src/agGrid/index.d.ts +4 -0
  1290. package/src/agGrid/index.js +12 -0
  1291. package/src/bundle-dependencies/bundles/react-day-picker/DayPicker.d.ts +88 -0
  1292. package/src/bundle-dependencies/bundles/react-day-picker/DayPicker.test.d.ts +0 -0
  1293. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/Button.d.ts +6 -0
  1294. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/Button.test.d.ts +1 -0
  1295. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/ButtonProps.d.ts +3 -0
  1296. package/src/bundle-dependencies/bundles/react-day-picker/components/Button/index.d.ts +1 -0
  1297. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/Caption.d.ts +7 -0
  1298. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/Caption.test.d.ts +1 -0
  1299. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/CaptionProps.d.ts +5 -0
  1300. package/src/bundle-dependencies/bundles/react-day-picker/components/Caption/index.d.ts +2 -0
  1301. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabel.d.ts +4 -0
  1302. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabel.test.d.ts +1 -0
  1303. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/CaptionLabelProps.d.ts +5 -0
  1304. package/src/bundle-dependencies/bundles/react-day-picker/components/CaptionLabel/index.d.ts +2 -0
  1305. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/Day.d.ts +7 -0
  1306. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/Day.test.d.ts +0 -0
  1307. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/DayProps.d.ts +7 -0
  1308. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/index.d.ts +1 -0
  1309. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/useDay.d.ts +51 -0
  1310. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/hooks/useDayFocus.d.ts +8 -0
  1311. package/src/bundle-dependencies/bundles/react-day-picker/components/Day/index.d.ts +3 -0
  1312. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContent.d.ts +6 -0
  1313. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContent.test.d.ts +0 -0
  1314. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/DayContentProps.d.ts +10 -0
  1315. package/src/bundle-dependencies/bundles/react-day-picker/components/DayContent/index.d.ts +2 -0
  1316. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/Dropdown.d.ts +7 -0
  1317. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/Dropdown.test.d.ts +0 -0
  1318. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/DropdownProps.d.ts +10 -0
  1319. package/src/bundle-dependencies/bundles/react-day-picker/components/Dropdown/index.d.ts +2 -0
  1320. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/Footer.d.ts +3 -0
  1321. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/Footer.test.d.ts +1 -0
  1322. package/src/bundle-dependencies/bundles/react-day-picker/components/Footer/index.d.ts +1 -0
  1323. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/Head.d.ts +5 -0
  1324. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/Head.test.d.ts +0 -0
  1325. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/index.d.ts +1 -0
  1326. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/getWeekdays.d.ts +6 -0
  1327. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/getWeekdays.test.d.ts +0 -0
  1328. package/src/bundle-dependencies/bundles/react-day-picker/components/Head/utils/index.d.ts +1 -0
  1329. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/IconDropdown.d.ts +6 -0
  1330. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/IconDropdown.test.d.ts +1 -0
  1331. package/src/bundle-dependencies/bundles/react-day-picker/components/IconDropdown/index.d.ts +1 -0
  1332. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/IconNext.d.ts +6 -0
  1333. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/IconNext.test.d.ts +1 -0
  1334. package/src/bundle-dependencies/bundles/react-day-picker/components/IconNext/index.d.ts +1 -0
  1335. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/IconPrevious.d.ts +6 -0
  1336. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/IconPrevious.test.d.ts +1 -0
  1337. package/src/bundle-dependencies/bundles/react-day-picker/components/IconPrevious/index.d.ts +1 -0
  1338. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/MonthsDropdown.d.ts +6 -0
  1339. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/MonthsDropdownProps.d.ts +7 -0
  1340. package/src/bundle-dependencies/bundles/react-day-picker/components/MonthsDropdown/index.d.ts +2 -0
  1341. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/Navigation.d.ts +4 -0
  1342. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/NavigationProps.d.ts +18 -0
  1343. package/src/bundle-dependencies/bundles/react-day-picker/components/Navigation/index.d.ts +2 -0
  1344. package/src/bundle-dependencies/bundles/react-day-picker/components/Root/Root.d.ts +6 -0
  1345. package/src/bundle-dependencies/bundles/react-day-picker/components/Root/index.d.ts +1 -0
  1346. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/Row.d.ts +6 -0
  1347. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/RowProps.d.ts +11 -0
  1348. package/src/bundle-dependencies/bundles/react-day-picker/components/Row/index.d.ts +2 -0
  1349. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/Table.d.ts +12 -0
  1350. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/index.d.ts +1 -0
  1351. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getOutsideEndDays.d.ts +3 -0
  1352. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getOutsideStartDays.d.ts +4 -0
  1353. package/src/bundle-dependencies/bundles/react-day-picker/components/Table/utils/getWeeks.d.ts +15 -0
  1354. package/src/bundle-dependencies/bundles/react-day-picker/components/WeekNumber/WeekNumber.d.ts +15 -0
  1355. package/src/bundle-dependencies/bundles/react-day-picker/components/WeekNumber/index.d.ts +1 -0
  1356. package/src/bundle-dependencies/bundles/react-day-picker/components/YearsDropdown/YearsDropdown.d.ts +16 -0
  1357. package/src/bundle-dependencies/bundles/react-day-picker/components/YearsDropdown/index.d.ts +1 -0
  1358. package/src/bundle-dependencies/bundles/react-day-picker/components/index.d.ts +18 -0
  1359. package/src/bundle-dependencies/bundles/react-day-picker/contexts/ContextProvider.d.ts +8 -0
  1360. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerContext.d.ts +78 -0
  1361. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerContextValue.d.ts +20 -0
  1362. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/DayPickerProvider.d.ts +12 -0
  1363. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/defaultClassNames.d.ts +5 -0
  1364. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatCaption.d.ts +7 -0
  1365. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatDay.d.ts +7 -0
  1366. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatMonthCaption.d.ts +7 -0
  1367. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatWeekNumber.d.ts +4 -0
  1368. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatWeekdayName.d.ts +7 -0
  1369. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/formatYearCaption.d.ts +6 -0
  1370. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/formatters/index.d.ts +6 -0
  1371. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/index.d.ts +5 -0
  1372. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/index.d.ts +7 -0
  1373. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelDay.d.ts +5 -0
  1374. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelMonthDropdown.d.ts +4 -0
  1375. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelNext.d.ts +5 -0
  1376. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelPrevious.d.ts +5 -0
  1377. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelWeekNumber.d.ts +5 -0
  1378. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelWeekday.d.ts +5 -0
  1379. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/labels/labelYearDropdown.d.ts +4 -0
  1380. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/useDayPicker.d.ts +8 -0
  1381. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/index.d.ts +2 -0
  1382. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/parseFromToProps.d.ts +9 -0
  1383. package/src/bundle-dependencies/bundles/react-day-picker/contexts/DayPickerContext/utils/parseModifierProps.d.ts +9 -0
  1384. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusContext.d.ts +8 -0
  1385. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusContextValue.d.ts +19 -0
  1386. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/FocusProvider.d.ts +5 -0
  1387. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/index.d.ts +4 -0
  1388. package/src/bundle-dependencies/bundles/react-day-picker/contexts/FocusContext/useFocus.d.ts +3 -0
  1389. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationContext.d.ts +8 -0
  1390. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationContextValue.d.ts +13 -0
  1391. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/NavigationProvider.d.ts +5 -0
  1392. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/index.d.ts +4 -0
  1393. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/useNavigation.d.ts +3 -0
  1394. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/useNavigationState.d.ts +7 -0
  1395. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getDisplayMonths.d.ts +8 -0
  1396. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getInitialMonth.d.ts +3 -0
  1397. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getInitialMonth.test.d.ts +1 -0
  1398. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getNextMonth.d.ts +18 -0
  1399. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getNextMonth.test.d.ts +1 -0
  1400. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getPreviousMonth.d.ts +19 -0
  1401. package/src/bundle-dependencies/bundles/react-day-picker/contexts/NavigationContext/utils/getPreviousMonth.test.d.ts +1 -0
  1402. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleContext.d.ts +9 -0
  1403. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleContextValue.d.ts +13 -0
  1404. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleModifiers.d.ts +3 -0
  1405. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/SelectMultipleProvider.d.ts +7 -0
  1406. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/index.d.ts +5 -0
  1407. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectMultipleContext/useSelectMultiple.d.ts +3 -0
  1408. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeContext.d.ts +9 -0
  1409. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeContextValue.d.ts +13 -0
  1410. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeModifiers.d.ts +3 -0
  1411. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/SelectRangeProvider.d.ts +7 -0
  1412. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/index.d.ts +5 -0
  1413. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/useSelectRange.d.ts +3 -0
  1414. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectRangeContext/utils/addToRange.d.ts +8 -0
  1415. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleContext.d.ts +9 -0
  1416. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleContextValue.d.ts +11 -0
  1417. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleModifiers.d.ts +3 -0
  1418. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/SelectSingleProvider.d.ts +7 -0
  1419. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/index.d.ts +5 -0
  1420. package/src/bundle-dependencies/bundles/react-day-picker/contexts/SelectSingleContext/useSelectSingle.d.ts +3 -0
  1421. package/src/bundle-dependencies/bundles/react-day-picker/contexts/index.d.ts +7 -0
  1422. package/src/bundle-dependencies/bundles/react-day-picker/hooks/index.d.ts +2 -0
  1423. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/index.d.ts +2 -0
  1424. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInput.d.ts +12 -0
  1425. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputDayPickerProps.d.ts +14 -0
  1426. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputFieldProps.d.ts +12 -0
  1427. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/UseInputOptions.d.ts +35 -0
  1428. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/types/index.d.ts +4 -0
  1429. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/useInput.d.ts +4 -0
  1430. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useInput/utils/isValidDate.d.ts +2 -0
  1431. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/index.d.ts +1 -0
  1432. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/types/UseModifiers.d.ts +10 -0
  1433. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/types/index.d.ts +1 -0
  1434. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/useModifiers.d.ts +3 -0
  1435. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/getModifierStatus.d.ts +7 -0
  1436. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/isDateInRange.d.ts +3 -0
  1437. package/src/bundle-dependencies/bundles/react-day-picker/hooks/useModifiers/utils/isMatch.d.ts +5 -0
  1438. package/src/bundle-dependencies/bundles/react-day-picker/index.d.ts +5 -0
  1439. package/src/bundle-dependencies/bundles/react-day-picker/index.js +1 -0
  1440. package/src/bundle-dependencies/bundles/react-day-picker/types/CaptionLayout.d.ts +7 -0
  1441. package/src/bundle-dependencies/bundles/react-day-picker/types/ClassNames.d.ts +3 -0
  1442. package/src/bundle-dependencies/bundles/react-day-picker/types/Components.d.ts +33 -0
  1443. package/src/bundle-dependencies/bundles/react-day-picker/types/CustomModifiers.d.ts +4 -0
  1444. package/src/bundle-dependencies/bundles/react-day-picker/types/DateAfter.d.ts +7 -0
  1445. package/src/bundle-dependencies/bundles/react-day-picker/types/DateBefore.d.ts +7 -0
  1446. package/src/bundle-dependencies/bundles/react-day-picker/types/DateFormatter.d.ts +6 -0
  1447. package/src/bundle-dependencies/bundles/react-day-picker/types/DateInterval.d.ts +8 -0
  1448. package/src/bundle-dependencies/bundles/react-day-picker/types/DateRange.d.ts +8 -0
  1449. package/src/bundle-dependencies/bundles/react-day-picker/types/DayClickEventHandler.d.ts +6 -0
  1450. package/src/bundle-dependencies/bundles/react-day-picker/types/DayFocusEventHandler.d.ts +6 -0
  1451. package/src/bundle-dependencies/bundles/react-day-picker/types/DayKeyboardEventHandler.d.ts +6 -0
  1452. package/src/bundle-dependencies/bundles/react-day-picker/types/DayLabelFormatter.d.ts +7 -0
  1453. package/src/bundle-dependencies/bundles/react-day-picker/types/DayMouseEventHandler.d.ts +6 -0
  1454. package/src/bundle-dependencies/bundles/react-day-picker/types/DayOfWeekMatcher.d.ts +7 -0
  1455. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerBase.d.ts +239 -0
  1456. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerMultiple.d.ts +15 -0
  1457. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerProps.d.ts +9 -0
  1458. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerRange.d.ts +16 -0
  1459. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerSingle.d.ts +13 -0
  1460. package/src/bundle-dependencies/bundles/react-day-picker/types/DayPickerUncontrolled.d.ts +7 -0
  1461. package/src/bundle-dependencies/bundles/react-day-picker/types/DayTouchEventHandler.d.ts +6 -0
  1462. package/src/bundle-dependencies/bundles/react-day-picker/types/Formatters.d.ts +19 -0
  1463. package/src/bundle-dependencies/bundles/react-day-picker/types/InternalModifier.d.ts +2 -0
  1464. package/src/bundle-dependencies/bundles/react-day-picker/types/Labels.d.ts +17 -0
  1465. package/src/bundle-dependencies/bundles/react-day-picker/types/Matcher.d.ts +10 -0
  1466. package/src/bundle-dependencies/bundles/react-day-picker/types/Modifier.d.ts +5 -0
  1467. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierClassNames.d.ts +5 -0
  1468. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierStatus.d.ts +5 -0
  1469. package/src/bundle-dependencies/bundles/react-day-picker/types/ModifierStyles.d.ts +4 -0
  1470. package/src/bundle-dependencies/bundles/react-day-picker/types/Modifiers.d.ts +5 -0
  1471. package/src/bundle-dependencies/bundles/react-day-picker/types/MonthChangeEventHandler.d.ts +4 -0
  1472. package/src/bundle-dependencies/bundles/react-day-picker/types/NavButtonLabelFormatter.d.ts +7 -0
  1473. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectMultipleEventHandler.d.ts +12 -0
  1474. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectRangeEventHandler.d.ts +10 -0
  1475. package/src/bundle-dependencies/bundles/react-day-picker/types/SelectSingleEventHandler.d.ts +12 -0
  1476. package/src/bundle-dependencies/bundles/react-day-picker/types/StyledComponentProps.d.ts +10 -0
  1477. package/src/bundle-dependencies/bundles/react-day-picker/types/StyledElement.d.ts +76 -0
  1478. package/src/bundle-dependencies/bundles/react-day-picker/types/Styles.d.ts +4 -0
  1479. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberClickEventHandler.d.ts +9 -0
  1480. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberFormatter.d.ts +6 -0
  1481. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekNumberLabelFormatter.d.ts +5 -0
  1482. package/src/bundle-dependencies/bundles/react-day-picker/types/WeekdayLabelFormatter.d.ts +4 -0
  1483. package/src/bundle-dependencies/bundles/react-day-picker/types/index.d.ts +54 -0
  1484. package/src/bundle-dependencies/bundles/react-day-picker/types/isArrayOfDates.d.ts +2 -0
  1485. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateAfterType.d.ts +3 -0
  1486. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateBeforeType.d.ts +3 -0
  1487. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateInterval.d.ts +3 -0
  1488. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateRange.d.ts +3 -0
  1489. package/src/bundle-dependencies/bundles/react-day-picker/types/isDateType.d.ts +2 -0
  1490. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayOfWeekType.d.ts +3 -0
  1491. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerMultiple.d.ts +4 -0
  1492. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerRange.d.ts +4 -0
  1493. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerSingle.d.ts +4 -0
  1494. package/src/bundle-dependencies/bundles/react-day-picker/types/isDayPickerUncontrolled.d.ts +4 -0
  1495. package/src/bundle-dependencies/bundles/react-toastify/components/CloseButton.d.ts +8 -0
  1496. package/src/bundle-dependencies/bundles/react-toastify/components/ProgressBar.d.ts +55 -0
  1497. package/src/bundle-dependencies/bundles/react-toastify/components/Toast.d.ts +3 -0
  1498. package/src/bundle-dependencies/bundles/react-toastify/components/ToastContainer.d.ts +3 -0
  1499. package/src/bundle-dependencies/bundles/react-toastify/components/Transitions.d.ts +5 -0
  1500. package/src/bundle-dependencies/bundles/react-toastify/components/index.d.ts +5 -0
  1501. package/src/bundle-dependencies/bundles/react-toastify/core/eventManager.d.ts +39 -0
  1502. package/src/bundle-dependencies/bundles/react-toastify/core/index.d.ts +2 -0
  1503. package/src/bundle-dependencies/bundles/react-toastify/core/toast.d.ts +55 -0
  1504. package/src/bundle-dependencies/bundles/react-toastify/hooks/index.d.ts +3 -0
  1505. package/src/bundle-dependencies/bundles/react-toastify/hooks/toastContainerReducer.d.ts +15 -0
  1506. package/src/bundle-dependencies/bundles/react-toastify/hooks/useKeeper.d.ts +7 -0
  1507. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToast.d.ts +10 -0
  1508. package/src/bundle-dependencies/bundles/react-toastify/hooks/useToastContainer.d.ts +16 -0
  1509. package/src/bundle-dependencies/bundles/react-toastify/index.d.ts +5 -0
  1510. package/src/bundle-dependencies/bundles/react-toastify/index.js +1 -0
  1511. package/src/bundle-dependencies/bundles/react-toastify/inject-style.d.ts +8 -0
  1512. package/src/bundle-dependencies/bundles/react-toastify/test/components/CloseButton.test.d.ts +1 -0
  1513. package/src/bundle-dependencies/bundles/react-toastify/test/components/ProgressBar.test.d.ts +1 -0
  1514. package/src/bundle-dependencies/bundles/react-toastify/test/components/Toast.test.d.ts +1 -0
  1515. package/src/bundle-dependencies/bundles/react-toastify/test/components/ToastContainer.test.d.ts +1 -0
  1516. package/src/bundle-dependencies/bundles/react-toastify/test/core/eventManager.test.d.ts +1 -0
  1517. package/src/bundle-dependencies/bundles/react-toastify/test/core/toast.test.d.ts +1 -0
  1518. package/src/bundle-dependencies/bundles/react-toastify/test/helpers.d.ts +9 -0
  1519. package/src/bundle-dependencies/bundles/react-toastify/test/utils/collapseToast.test.d.ts +1 -0
  1520. package/src/bundle-dependencies/bundles/react-toastify/test/utils/cssTransition.test.d.ts +1 -0
  1521. package/src/bundle-dependencies/bundles/react-toastify/test/utils/propValidator.test.d.ts +1 -0
  1522. package/src/bundle-dependencies/bundles/react-toastify/types/index.d.ts +240 -0
  1523. package/src/bundle-dependencies/bundles/react-toastify/utils/collapseToast.d.ts +5 -0
  1524. package/src/bundle-dependencies/bundles/react-toastify/utils/constant.d.ts +20 -0
  1525. package/src/bundle-dependencies/bundles/react-toastify/utils/cssTransition.d.ts +42 -0
  1526. package/src/bundle-dependencies/bundles/react-toastify/utils/index.d.ts +4 -0
  1527. package/src/bundle-dependencies/bundles/react-toastify/utils/propValidator.d.ts +10 -0
  1528. package/src/components/AdaptableFormComponent/AdaptableFormComponent.d.ts +24 -0
  1529. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +97 -0
  1530. package/src/components/AdaptableFormComponent/index.d.ts +1 -0
  1531. package/src/components/AdaptableFormComponent/index.js +4 -0
  1532. package/src/components/ChartContainer/index.d.ts +15 -0
  1533. package/src/components/ChartContainer/index.js +22 -0
  1534. package/src/components/CheckBox/index.d.ts +24 -0
  1535. package/src/components/CheckBox/index.js +61 -0
  1536. package/src/components/CodeBlock/index.d.ts +4 -0
  1537. package/src/components/CodeBlock/index.js +11 -0
  1538. package/src/components/ContainerProps.d.ts +30 -0
  1539. package/src/components/ContainerProps.js +2 -0
  1540. package/src/components/Dashboard/Dashboard.d.ts +30 -0
  1541. package/src/components/Dashboard/Dashboard.js +79 -0
  1542. package/src/components/Dashboard/DashboardManager.d.ts +15 -0
  1543. package/src/components/Dashboard/DashboardManager.js +165 -0
  1544. package/src/components/Dashboard/DashboardTab.d.ts +6 -0
  1545. package/src/components/Dashboard/DashboardTab.js +7 -0
  1546. package/src/components/Dashboard/DashboardToolbar.d.ts +14 -0
  1547. package/src/components/Dashboard/DashboardToolbar.js +18 -0
  1548. package/src/components/Dashboard/index.d.ts +3 -0
  1549. package/src/components/Dashboard/index.js +6 -0
  1550. package/src/components/Datepicker/Caption.d.ts +7 -0
  1551. package/src/components/Datepicker/Caption.js +50 -0
  1552. package/src/components/Datepicker/CaptionLabel.d.ts +8 -0
  1553. package/src/components/Datepicker/CaptionLabel.js +28 -0
  1554. package/src/components/Datepicker/DatepickerContext.d.ts +11 -0
  1555. package/src/components/Datepicker/DatepickerContext.js +12 -0
  1556. package/src/components/Datepicker/index.d.ts +18 -0
  1557. package/src/components/Datepicker/index.js +106 -0
  1558. package/src/components/Dialog/index.d.ts +22 -0
  1559. package/src/components/Dialog/index.js +118 -0
  1560. package/src/components/Dialog/useIsOpen.d.ts +6 -0
  1561. package/src/components/Dialog/useIsOpen.js +13 -0
  1562. package/src/components/Dropdown/Arrows.d.ts +3 -0
  1563. package/src/components/Dropdown/Arrows.js +21 -0
  1564. package/src/components/Dropdown/index.d.ts +30 -0
  1565. package/src/components/Dropdown/index.js +98 -0
  1566. package/src/components/DropdownButton/DropdownButtonItem.d.ts +12 -0
  1567. package/src/components/DropdownButton/DropdownButtonItem.js +2 -0
  1568. package/src/components/DropdownButton/index.d.ts +28 -0
  1569. package/src/components/DropdownButton/index.js +153 -0
  1570. package/src/components/DropdownButton/renderItem.d.ts +14 -0
  1571. package/src/components/DropdownButton/renderItem.js +15 -0
  1572. package/src/components/DropdownButton/useExpanded.d.ts +24 -0
  1573. package/src/components/DropdownButton/useExpanded.js +59 -0
  1574. package/src/components/EllipsisContainer/index.d.ts +13 -0
  1575. package/src/components/EllipsisContainer/index.js +106 -0
  1576. package/src/components/EmptyContent/index.d.ts +5 -0
  1577. package/src/components/EmptyContent/index.js +15 -0
  1578. package/src/components/ErrorBox/index.d.ts +5 -0
  1579. package/src/components/ErrorBox/index.js +12 -0
  1580. package/src/components/ExpressionEditor/BaseEditorInput.d.ts +25 -0
  1581. package/src/components/ExpressionEditor/BaseEditorInput.js +119 -0
  1582. package/src/components/ExpressionEditor/EditorButton.d.ts +7 -0
  1583. package/src/components/ExpressionEditor/EditorButton.js +43 -0
  1584. package/src/components/ExpressionEditor/EditorContext.d.ts +12 -0
  1585. package/src/components/ExpressionEditor/EditorContext.js +12 -0
  1586. package/src/components/ExpressionEditor/EditorInput.d.ts +12 -0
  1587. package/src/components/ExpressionEditor/EditorInput.js +16 -0
  1588. package/src/components/ExpressionEditor/EditorInputReactive.d.ts +12 -0
  1589. package/src/components/ExpressionEditor/EditorInputReactive.js +54 -0
  1590. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.d.ts +7 -0
  1591. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +18 -0
  1592. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +11 -0
  1593. package/src/components/ExpressionEditor/NamedQueryContext.js +11 -0
  1594. package/src/components/ExpressionEditor/editorButtonsReactive.d.ts +2 -0
  1595. package/src/components/ExpressionEditor/editorButtonsReactive.js +80 -0
  1596. package/src/components/ExpressionEditor/editorButtonsSearch.d.ts +2 -0
  1597. package/src/components/ExpressionEditor/editorButtonsSearch.js +77 -0
  1598. package/src/components/ExpressionEditor/index.d.ts +19 -0
  1599. package/src/components/ExpressionEditor/index.js +184 -0
  1600. package/src/components/FieldWrap/index.d.ts +10 -0
  1601. package/src/components/FieldWrap/index.js +14 -0
  1602. package/src/components/FileDroppable/FileDroppableState.d.ts +5 -0
  1603. package/src/components/FileDroppable/FileDroppableState.js +2 -0
  1604. package/src/components/FileDroppable/index.d.ts +21 -0
  1605. package/src/components/FileDroppable/index.js +127 -0
  1606. package/src/components/FileDroppable/reducer.d.ts +14 -0
  1607. package/src/components/FileDroppable/reducer.js +26 -0
  1608. package/src/components/FlexWithFooter.d.ts +8 -0
  1609. package/src/components/FlexWithFooter.js +19 -0
  1610. package/src/components/FormLayout/index.d.ts +30 -0
  1611. package/src/components/FormLayout/index.js +82 -0
  1612. package/src/components/HelpBlock/index.d.ts +5 -0
  1613. package/src/components/HelpBlock/index.js +12 -0
  1614. package/src/components/InfiniteTable/index.d.ts +3 -0
  1615. package/src/components/InfiniteTable/index.js +13 -0
  1616. package/src/components/Input/index.d.ts +12 -0
  1617. package/src/components/Input/index.js +20 -0
  1618. package/src/components/List/GridList/index.d.ts +9 -0
  1619. package/src/components/List/GridList/index.js +27 -0
  1620. package/src/components/List/ListGroup/index.d.ts +6 -0
  1621. package/src/components/List/ListGroup/index.js +12 -0
  1622. package/src/components/List/ListGroupItem/index.d.ts +12 -0
  1623. package/src/components/List/ListGroupItem/index.js +19 -0
  1624. package/src/components/Logo/index.d.ts +6 -0
  1625. package/src/components/Logo/index.js +12 -0
  1626. package/src/components/Modal/Backdrop.d.ts +19 -0
  1627. package/src/components/Modal/Backdrop.js +51 -0
  1628. package/src/components/Modal/index.d.ts +9 -0
  1629. package/src/components/Modal/index.js +40 -0
  1630. package/src/components/NotifyResize/index.d.ts +9 -0
  1631. package/src/components/NotifyResize/index.js +37 -0
  1632. package/src/components/OverlayTrigger/Overlay.d.ts +12 -0
  1633. package/src/components/OverlayTrigger/Overlay.js +109 -0
  1634. package/src/components/OverlayTrigger/getOverlayStyle.d.ts +13 -0
  1635. package/src/components/OverlayTrigger/getOverlayStyle.js +56 -0
  1636. package/src/components/OverlayTrigger/index.d.ts +30 -0
  1637. package/src/components/OverlayTrigger/index.js +187 -0
  1638. package/src/components/OverlayTrigger/useVendorClassName.d.ts +2 -0
  1639. package/src/components/OverlayTrigger/useVendorClassName.js +14 -0
  1640. package/src/components/OverlayTrigger/utils.d.ts +4 -0
  1641. package/src/components/OverlayTrigger/utils.js +41 -0
  1642. package/src/components/Panel/index.d.ts +16 -0
  1643. package/src/components/Panel/index.js +40 -0
  1644. package/src/components/PopupWithFooter.d.ts +14 -0
  1645. package/src/components/PopupWithFooter.js +21 -0
  1646. package/src/components/Radio/index.d.ts +28 -0
  1647. package/src/components/Radio/index.js +66 -0
  1648. package/src/components/ResizeObserver/getResizeObserverObject.d.ts +1 -0
  1649. package/src/components/ResizeObserver/getResizeObserverObject.js +7 -0
  1650. package/src/components/ResizeObserver/index.d.ts +37 -0
  1651. package/src/components/ResizeObserver/index.js +104 -0
  1652. package/src/components/SelectableList/index.d.ts +14 -0
  1653. package/src/components/SelectableList/index.js +100 -0
  1654. package/src/components/SimpleButton/index.d.ts +22 -0
  1655. package/src/components/SimpleButton/index.js +73 -0
  1656. package/src/components/SizedContainer/index.d.ts +14 -0
  1657. package/src/components/SizedContainer/index.js +19 -0
  1658. package/src/components/Table/index.d.ts +3 -0
  1659. package/src/components/Table/index.js +9 -0
  1660. package/src/components/Tabs/index.d.ts +47 -0
  1661. package/src/components/Tabs/index.js +131 -0
  1662. package/src/components/Textarea/index.d.ts +11 -0
  1663. package/src/components/Textarea/index.js +20 -0
  1664. package/src/components/Toastify/index.d.ts +3 -0
  1665. package/src/components/Toastify/index.js +10 -0
  1666. package/src/components/ToggleButton/index.d.ts +10 -0
  1667. package/src/components/ToggleButton/index.js +17 -0
  1668. package/src/components/Tooltip/index.d.ts +8 -0
  1669. package/src/components/Tooltip/index.js +9 -0
  1670. package/src/components/WizardPanel/index.d.ts +4 -0
  1671. package/src/components/WizardPanel/index.js +10 -0
  1672. package/src/components/icons/DefaultIcon.d.ts +12 -0
  1673. package/src/components/icons/DefaultIcon.js +14 -0
  1674. package/src/components/icons/alert.d.ts +3 -0
  1675. package/src/components/icons/alert.js +7 -0
  1676. package/src/components/icons/align-justify.d.ts +3 -0
  1677. package/src/components/icons/align-justify.js +7 -0
  1678. package/src/components/icons/application.d.ts +3 -0
  1679. package/src/components/icons/application.js +7 -0
  1680. package/src/components/icons/arrow-down.d.ts +3 -0
  1681. package/src/components/icons/arrow-down.js +7 -0
  1682. package/src/components/icons/arrow-expand.d.ts +3 -0
  1683. package/src/components/icons/arrow-expand.js +7 -0
  1684. package/src/components/icons/arrow-left.d.ts +3 -0
  1685. package/src/components/icons/arrow-left.js +8 -0
  1686. package/src/components/icons/arrow-right.d.ts +3 -0
  1687. package/src/components/icons/arrow-right.js +7 -0
  1688. package/src/components/icons/arrow-up.d.ts +3 -0
  1689. package/src/components/icons/arrow-up.js +7 -0
  1690. package/src/components/icons/attach-file.d.ts +3 -0
  1691. package/src/components/icons/attach-file.js +8 -0
  1692. package/src/components/icons/blanks.d.ts +3 -0
  1693. package/src/components/icons/blanks.js +7 -0
  1694. package/src/components/icons/boolean-list.d.ts +3 -0
  1695. package/src/components/icons/boolean-list.js +7 -0
  1696. package/src/components/icons/build.d.ts +3 -0
  1697. package/src/components/icons/build.js +8 -0
  1698. package/src/components/icons/bulk-update.d.ts +3 -0
  1699. package/src/components/icons/bulk-update.js +11 -0
  1700. package/src/components/icons/calculated-column.d.ts +3 -0
  1701. package/src/components/icons/calculated-column.js +7 -0
  1702. package/src/components/icons/calendar.d.ts +3 -0
  1703. package/src/components/icons/calendar.js +7 -0
  1704. package/src/components/icons/campaign.d.ts +3 -0
  1705. package/src/components/icons/campaign.js +7 -0
  1706. package/src/components/icons/cell-summary.d.ts +3 -0
  1707. package/src/components/icons/cell-summary.js +7 -0
  1708. package/src/components/icons/cell-validation.d.ts +3 -0
  1709. package/src/components/icons/cell-validation.js +7 -0
  1710. package/src/components/icons/chart.d.ts +3 -0
  1711. package/src/components/icons/chart.js +7 -0
  1712. package/src/components/icons/check-box-outline.d.ts +3 -0
  1713. package/src/components/icons/check-box-outline.js +7 -0
  1714. package/src/components/icons/check-box.d.ts +3 -0
  1715. package/src/components/icons/check-box.js +7 -0
  1716. package/src/components/icons/check-circle.d.ts +3 -0
  1717. package/src/components/icons/check-circle.js +7 -0
  1718. package/src/components/icons/check.d.ts +3 -0
  1719. package/src/components/icons/check.js +7 -0
  1720. package/src/components/icons/clear.d.ts +3 -0
  1721. package/src/components/icons/clear.js +7 -0
  1722. package/src/components/icons/clone.d.ts +3 -0
  1723. package/src/components/icons/clone.js +7 -0
  1724. package/src/components/icons/close.d.ts +3 -0
  1725. package/src/components/icons/close.js +7 -0
  1726. package/src/components/icons/cloud-upload.d.ts +3 -0
  1727. package/src/components/icons/cloud-upload.js +7 -0
  1728. package/src/components/icons/collapse.d.ts +3 -0
  1729. package/src/components/icons/collapse.js +7 -0
  1730. package/src/components/icons/color-drop.d.ts +3 -0
  1731. package/src/components/icons/color-drop.js +7 -0
  1732. package/src/components/icons/column-chooser.d.ts +3 -0
  1733. package/src/components/icons/column-chooser.js +7 -0
  1734. package/src/components/icons/column-filter.d.ts +3 -0
  1735. package/src/components/icons/column-filter.js +7 -0
  1736. package/src/components/icons/column-info.d.ts +3 -0
  1737. package/src/components/icons/column-info.js +7 -0
  1738. package/src/components/icons/comment.d.ts +3 -0
  1739. package/src/components/icons/comment.js +7 -0
  1740. package/src/components/icons/conditional-style.d.ts +3 -0
  1741. package/src/components/icons/conditional-style.js +7 -0
  1742. package/src/components/icons/contains.d.ts +3 -0
  1743. package/src/components/icons/contains.js +7 -0
  1744. package/src/components/icons/custom-sort.d.ts +3 -0
  1745. package/src/components/icons/custom-sort.js +7 -0
  1746. package/src/components/icons/dashboard.d.ts +3 -0
  1747. package/src/components/icons/dashboard.js +7 -0
  1748. package/src/components/icons/data-source.d.ts +3 -0
  1749. package/src/components/icons/data-source.js +7 -0
  1750. package/src/components/icons/date-range.d.ts +3 -0
  1751. package/src/components/icons/date-range.js +8 -0
  1752. package/src/components/icons/delete.d.ts +3 -0
  1753. package/src/components/icons/delete.js +7 -0
  1754. package/src/components/icons/division.d.ts +3 -0
  1755. package/src/components/icons/division.js +7 -0
  1756. package/src/components/icons/dock.d.ts +3 -0
  1757. package/src/components/icons/dock.js +7 -0
  1758. package/src/components/icons/drag.d.ts +3 -0
  1759. package/src/components/icons/drag.js +7 -0
  1760. package/src/components/icons/edit.d.ts +3 -0
  1761. package/src/components/icons/edit.js +7 -0
  1762. package/src/components/icons/equal.d.ts +3 -0
  1763. package/src/components/icons/equal.js +7 -0
  1764. package/src/components/icons/equation.d.ts +3 -0
  1765. package/src/components/icons/equation.js +7 -0
  1766. package/src/components/icons/error.d.ts +3 -0
  1767. package/src/components/icons/error.js +7 -0
  1768. package/src/components/icons/expand.d.ts +3 -0
  1769. package/src/components/icons/expand.js +7 -0
  1770. package/src/components/icons/exponent.d.ts +3 -0
  1771. package/src/components/icons/exponent.js +7 -0
  1772. package/src/components/icons/export.d.ts +3 -0
  1773. package/src/components/icons/export.js +7 -0
  1774. package/src/components/icons/fast-backward.d.ts +3 -0
  1775. package/src/components/icons/fast-backward.js +7 -0
  1776. package/src/components/icons/fast-forward.d.ts +3 -0
  1777. package/src/components/icons/fast-forward.js +7 -0
  1778. package/src/components/icons/filter-outline.d.ts +3 -0
  1779. package/src/components/icons/filter-outline.js +7 -0
  1780. package/src/components/icons/flashing-cell.d.ts +3 -0
  1781. package/src/components/icons/flashing-cell.js +7 -0
  1782. package/src/components/icons/folder-open.d.ts +3 -0
  1783. package/src/components/icons/folder-open.js +7 -0
  1784. package/src/components/icons/folder-shared.d.ts +3 -0
  1785. package/src/components/icons/folder-shared.js +7 -0
  1786. package/src/components/icons/folder.d.ts +3 -0
  1787. package/src/components/icons/folder.js +7 -0
  1788. package/src/components/icons/format-column.d.ts +3 -0
  1789. package/src/components/icons/format-column.js +7 -0
  1790. package/src/components/icons/format-letter-ends-with.d.ts +3 -0
  1791. package/src/components/icons/format-letter-ends-with.js +7 -0
  1792. package/src/components/icons/format-letter-starts-with.d.ts +3 -0
  1793. package/src/components/icons/format-letter-starts-with.js +7 -0
  1794. package/src/components/icons/freetext-column.d.ts +3 -0
  1795. package/src/components/icons/freetext-column.js +11 -0
  1796. package/src/components/icons/function.d.ts +3 -0
  1797. package/src/components/icons/function.js +7 -0
  1798. package/src/components/icons/gradient-column.d.ts +3 -0
  1799. package/src/components/icons/gradient-column.js +7 -0
  1800. package/src/components/icons/greater-than-or-equal.d.ts +3 -0
  1801. package/src/components/icons/greater-than-or-equal.js +7 -0
  1802. package/src/components/icons/greater-than.d.ts +3 -0
  1803. package/src/components/icons/greater-than.js +7 -0
  1804. package/src/components/icons/hide-column.d.ts +3 -0
  1805. package/src/components/icons/hide-column.js +8 -0
  1806. package/src/components/icons/history.d.ts +3 -0
  1807. package/src/components/icons/history.js +7 -0
  1808. package/src/components/icons/home.d.ts +3 -0
  1809. package/src/components/icons/home.js +7 -0
  1810. package/src/components/icons/import-export.d.ts +3 -0
  1811. package/src/components/icons/import-export.js +7 -0
  1812. package/src/components/icons/index.d.ts +14 -0
  1813. package/src/components/icons/index.js +277 -0
  1814. package/src/components/icons/info.d.ts +3 -0
  1815. package/src/components/icons/info.js +7 -0
  1816. package/src/components/icons/invalid.d.ts +3 -0
  1817. package/src/components/icons/invalid.js +8 -0
  1818. package/src/components/icons/ipushpull.d.ts +3 -0
  1819. package/src/components/icons/ipushpull.js +8 -0
  1820. package/src/components/icons/justify.d.ts +3 -0
  1821. package/src/components/icons/justify.js +7 -0
  1822. package/src/components/icons/layout.d.ts +3 -0
  1823. package/src/components/icons/layout.js +7 -0
  1824. package/src/components/icons/less-than-or-equal.d.ts +3 -0
  1825. package/src/components/icons/less-than-or-equal.js +7 -0
  1826. package/src/components/icons/less-than.d.ts +3 -0
  1827. package/src/components/icons/less-than.js +7 -0
  1828. package/src/components/icons/list.d.ts +3 -0
  1829. package/src/components/icons/list.js +7 -0
  1830. package/src/components/icons/login.d.ts +3 -0
  1831. package/src/components/icons/login.js +7 -0
  1832. package/src/components/icons/logout copy.d.ts +3 -0
  1833. package/src/components/icons/logout copy.js +8 -0
  1834. package/src/components/icons/logout.d.ts +3 -0
  1835. package/src/components/icons/logout.js +8 -0
  1836. package/src/components/icons/minus.d.ts +3 -0
  1837. package/src/components/icons/minus.js +7 -0
  1838. package/src/components/icons/multiplication.d.ts +3 -0
  1839. package/src/components/icons/multiplication.js +7 -0
  1840. package/src/components/icons/newpage.d.ts +3 -0
  1841. package/src/components/icons/newpage.js +8 -0
  1842. package/src/components/icons/non-blanks.d.ts +3 -0
  1843. package/src/components/icons/non-blanks.js +7 -0
  1844. package/src/components/icons/not-contains.d.ts +3 -0
  1845. package/src/components/icons/not-contains.js +7 -0
  1846. package/src/components/icons/not-equal.d.ts +3 -0
  1847. package/src/components/icons/not-equal.js +7 -0
  1848. package/src/components/icons/pause.d.ts +3 -0
  1849. package/src/components/icons/pause.js +7 -0
  1850. package/src/components/icons/percent-bar.d.ts +3 -0
  1851. package/src/components/icons/percent-bar.js +12 -0
  1852. package/src/components/icons/percent.d.ts +3 -0
  1853. package/src/components/icons/percent.js +7 -0
  1854. package/src/components/icons/pie-chart.d.ts +3 -0
  1855. package/src/components/icons/pie-chart.js +7 -0
  1856. package/src/components/icons/play.d.ts +3 -0
  1857. package/src/components/icons/play.js +8 -0
  1858. package/src/components/icons/plus-minus.d.ts +3 -0
  1859. package/src/components/icons/plus-minus.js +7 -0
  1860. package/src/components/icons/plus.d.ts +3 -0
  1861. package/src/components/icons/plus.js +7 -0
  1862. package/src/components/icons/query.d.ts +3 -0
  1863. package/src/components/icons/query.js +7 -0
  1864. package/src/components/icons/quick-search.d.ts +3 -0
  1865. package/src/components/icons/quick-search.js +7 -0
  1866. package/src/components/icons/refresh.d.ts +3 -0
  1867. package/src/components/icons/refresh.js +7 -0
  1868. package/src/components/icons/regex.d.ts +3 -0
  1869. package/src/components/icons/regex.js +7 -0
  1870. package/src/components/icons/reminder.d.ts +3 -0
  1871. package/src/components/icons/reminder.js +7 -0
  1872. package/src/components/icons/save.d.ts +3 -0
  1873. package/src/components/icons/save.js +7 -0
  1874. package/src/components/icons/schedule.d.ts +3 -0
  1875. package/src/components/icons/schedule.js +10 -0
  1876. package/src/components/icons/settings.d.ts +3 -0
  1877. package/src/components/icons/settings.js +7 -0
  1878. package/src/components/icons/shortcut.d.ts +3 -0
  1879. package/src/components/icons/shortcut.js +7 -0
  1880. package/src/components/icons/show-column.d.ts +3 -0
  1881. package/src/components/icons/show-column.js +8 -0
  1882. package/src/components/icons/smart-edit.d.ts +3 -0
  1883. package/src/components/icons/smart-edit.js +7 -0
  1884. package/src/components/icons/sort-asc.d.ts +3 -0
  1885. package/src/components/icons/sort-asc.js +10 -0
  1886. package/src/components/icons/sort-desc.d.ts +3 -0
  1887. package/src/components/icons/sort-desc.js +10 -0
  1888. package/src/components/icons/spark-line.d.ts +3 -0
  1889. package/src/components/icons/spark-line.js +7 -0
  1890. package/src/components/icons/state-management.d.ts +3 -0
  1891. package/src/components/icons/state-management.js +7 -0
  1892. package/src/components/icons/stop.d.ts +3 -0
  1893. package/src/components/icons/stop.js +8 -0
  1894. package/src/components/icons/system-status.d.ts +3 -0
  1895. package/src/components/icons/system-status.js +7 -0
  1896. package/src/components/icons/tab-unselected.d.ts +3 -0
  1897. package/src/components/icons/tab-unselected.js +7 -0
  1898. package/src/components/icons/table-arrow-right.d.ts +3 -0
  1899. package/src/components/icons/table-arrow-right.js +7 -0
  1900. package/src/components/icons/team-share.d.ts +3 -0
  1901. package/src/components/icons/team-share.js +7 -0
  1902. package/src/components/icons/theme.d.ts +3 -0
  1903. package/src/components/icons/theme.js +8 -0
  1904. package/src/components/icons/track-changes.d.ts +3 -0
  1905. package/src/components/icons/track-changes.js +8 -0
  1906. package/src/components/icons/triangle-down.d.ts +3 -0
  1907. package/src/components/icons/triangle-down.js +7 -0
  1908. package/src/components/icons/triangle-up.d.ts +3 -0
  1909. package/src/components/icons/triangle-up.js +7 -0
  1910. package/src/components/icons/unchecked.d.ts +3 -0
  1911. package/src/components/icons/unchecked.js +7 -0
  1912. package/src/components/icons/undo.d.ts +3 -0
  1913. package/src/components/icons/undo.js +7 -0
  1914. package/src/components/icons/updated-row.d.ts +3 -0
  1915. package/src/components/icons/updated-row.js +7 -0
  1916. package/src/components/icons/user-filter.d.ts +3 -0
  1917. package/src/components/icons/user-filter.js +7 -0
  1918. package/src/components/icons/warning.d.ts +3 -0
  1919. package/src/components/icons/warning.js +7 -0
  1920. package/src/components/utils/batchUpdate.d.ts +9 -0
  1921. package/src/components/utils/batchUpdate.js +27 -0
  1922. package/src/components/utils/captureTabNavigation/getFocusableChildren.d.ts +2 -0
  1923. package/src/components/utils/captureTabNavigation/getFocusableChildren.js +16 -0
  1924. package/src/components/utils/captureTabNavigation/index.d.ts +2 -0
  1925. package/src/components/utils/captureTabNavigation/index.js +29 -0
  1926. package/src/components/utils/contains.d.ts +1 -0
  1927. package/src/components/utils/contains.js +14 -0
  1928. package/src/components/utils/getAvailableSizeInfo.d.ts +21 -0
  1929. package/src/components/utils/getAvailableSizeInfo.js +37 -0
  1930. package/src/components/utils/join.d.ts +2 -0
  1931. package/src/components/utils/join.js +4 -0
  1932. package/src/components/utils/selectParent/index.d.ts +2 -0
  1933. package/src/components/utils/selectParent/index.js +15 -0
  1934. package/src/components/utils/selectParent/matches.d.ts +2 -0
  1935. package/src/components/utils/selectParent/matches.js +9 -0
  1936. package/src/components/utils/useAutoFocus.d.ts +12 -0
  1937. package/src/components/utils/useAutoFocus.js +19 -0
  1938. package/src/components/utils/useContainerScrollObserver/index.d.ts +6 -0
  1939. package/src/components/utils/useContainerScrollObserver/index.js +80 -0
  1940. package/src/components/utils/useDraggable.d.ts +9 -0
  1941. package/src/components/utils/useDraggable.js +84 -0
  1942. package/src/components/utils/useGlobalEvent.d.ts +1 -0
  1943. package/src/components/utils/useGlobalEvent.js +11 -0
  1944. package/src/components/utils/useLatest.d.ts +1 -0
  1945. package/src/components/utils/useLatest.js +9 -0
  1946. package/src/components/utils/usePrevious.d.ts +2 -0
  1947. package/src/components/utils/usePrevious.js +11 -0
  1948. package/src/components/utils/usePropState.d.ts +2 -0
  1949. package/src/components/utils/usePropState.js +11 -0
  1950. package/src/components/utils/useProperty.d.ts +22 -0
  1951. package/src/components/utils/useProperty.js +49 -0
  1952. package/src/components/utils/useRerender.d.ts +1 -0
  1953. package/src/components/utils/useRerender.js +10 -0
  1954. package/src/components/utils/useSelectionRange.d.ts +5 -0
  1955. package/src/components/utils/useSelectionRange.js +24 -0
  1956. package/src/components/utils/useTheme.d.ts +32 -0
  1957. package/src/components/utils/useTheme.js +5 -0
  1958. package/src/components/utils/uuid.d.ts +2 -0
  1959. package/src/components/utils/uuid.js +5 -0
  1960. package/src/env.d.ts +4 -0
  1961. package/src/env.js +7 -0
  1962. package/src/metamodel/adaptable-metamodel-model.d.ts +19 -0
  1963. package/src/metamodel/adaptable-metamodel-model.js +2 -0
  1964. package/src/metamodel/adaptable.metamodel.d.ts +3313 -0
  1965. package/src/metamodel/adaptable.metamodel.js +10638 -0
  1966. package/src/parser/src/evaluator.d.ts +2 -0
  1967. package/src/parser/src/evaluator.js +25 -0
  1968. package/src/parser/src/index.d.ts +8 -0
  1969. package/src/parser/src/index.js +30 -0
  1970. package/src/parser/src/parser.js +1653 -0
  1971. package/src/parser/src/tokenizer.d.ts +2 -0
  1972. package/src/parser/src/tokenizer.js +21 -0
  1973. package/src/parser/src/types.d.ts +94 -0
  1974. package/src/parser/src/types.js +2 -0
  1975. package/src/parser/src/utils.d.ts +4 -0
  1976. package/src/parser/src/utils.js +34 -0
  1977. package/src/theme.d.ts +32 -0
  1978. package/src/theme.js +51 -0
  1979. package/src/themes/index.d.ts +2 -0
  1980. package/src/themes/index.js +14 -0
  1981. package/src/types.d.ts +142 -0
  1982. package/src/types.js +5 -0
  1983. package/themes/dark.css +16 -0
  1984. package/themes/light.css +2 -0
  1985. package/types.d.ts +1 -0
  1986. package/types.js +4 -0
  1987. package/version.d.ts +2 -0
  1988. package/version.js +3 -0
@@ -0,0 +1,1258 @@
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 PluginsRedux = tslib_1.__importStar(require("../ActionsReducers/PluginsRedux"));
11
+ const AlertRedux = tslib_1.__importStar(require("../ActionsReducers/AlertRedux"));
12
+ const DeadRedux = tslib_1.__importStar(require("../DeadRedux"));
13
+ const SmartEditRedux = tslib_1.__importStar(require("../ActionsReducers/SmartEditRedux"));
14
+ const BulkUpdateRedux = tslib_1.__importStar(require("../ActionsReducers/BulkUpdateRedux"));
15
+ const CustomSortRedux = tslib_1.__importStar(require("../ActionsReducers/CustomSortRedux"));
16
+ const CalculatedColumnRedux = tslib_1.__importStar(require("../ActionsReducers/CalculatedColumnRedux"));
17
+ const ShortcutRedux = tslib_1.__importStar(require("../ActionsReducers/ShortcutRedux"));
18
+ const GridRedux = tslib_1.__importStar(require("../ActionsReducers/GridRedux"));
19
+ const SystemRedux = tslib_1.__importStar(require("../ActionsReducers/SystemRedux"));
20
+ const PlusMinusRedux = tslib_1.__importStar(require("../ActionsReducers/PlusMinusRedux"));
21
+ const ExportRedux = tslib_1.__importStar(require("../ActionsReducers/ExportRedux"));
22
+ const ConditionalStyleRedux = tslib_1.__importStar(require("../ActionsReducers/ConditionalStyleRedux"));
23
+ const QuickSearchRedux = tslib_1.__importStar(require("../ActionsReducers/QuickSearchRedux"));
24
+ const DataSourceRedux = tslib_1.__importStar(require("../ActionsReducers/DataSourceRedux"));
25
+ const FilterRedux = tslib_1.__importStar(require("../ActionsReducers/FilterRedux"));
26
+ const ThemeRedux = tslib_1.__importStar(require("../ActionsReducers/ThemeRedux"));
27
+ const FormatColumnRedux = tslib_1.__importStar(require("../ActionsReducers/FormatColumnRedux"));
28
+ const ApplicationRedux = tslib_1.__importStar(require("../ActionsReducers/ApplicationRedux"));
29
+ const SparklineColumnRedux = tslib_1.__importStar(require("../ActionsReducers/SparklineColumnRedux"));
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 QueryRedux = tslib_1.__importStar(require("../ActionsReducers/QueryRedux"));
37
+ const ModuleConstants = tslib_1.__importStar(require("../../Utilities/Constants/ModuleConstants"));
38
+ const ConfigConstants = tslib_1.__importStar(require("../../Utilities/Constants/ConfigConstants"));
39
+ const LoggingHelper_1 = require("../../Utilities/Helpers/LoggingHelper");
40
+ const ObjectFactory_1 = require("../../Utilities/ObjectFactory");
41
+ const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
42
+ const PreviewHelper_1 = require("../../Utilities/Helpers/PreviewHelper");
43
+ const StringExtensions_1 = require("../../Utilities/Extensions/StringExtensions");
44
+ const Emitter_1 = tslib_1.__importDefault(require("../../Utilities/Emitter"));
45
+ const AdaptableToaster_1 = require("../../View/Components/Popups/AdaptableToaster");
46
+ exports.INIT_STATE = 'INIT_STATE';
47
+ exports.LOAD_STATE = 'LOAD_STATE';
48
+ const NON_PERSIST_ACTIONS = {
49
+ [exports.LOAD_STATE]: true,
50
+ '@@INIT': true,
51
+ '@@redux/init': true,
52
+ [exports.INIT_STATE]: true,
53
+ };
54
+ exports.InitState = () => ({
55
+ type: exports.INIT_STATE,
56
+ });
57
+ exports.LoadState = (State) => ({
58
+ type: exports.LOAD_STATE,
59
+ State,
60
+ });
61
+ class AdaptableStore {
62
+ /**
63
+ *
64
+ * @param adaptable The Adaptable instance
65
+ * @param isVendorReady A promise which is resolved when the underlying grid is ready for binding
66
+ */
67
+ constructor(adaptable, isVendorReady) {
68
+ /*
69
+ This is the main store for Adaptable State
70
+ */
71
+ this.isVendorReady = isVendorReady;
72
+ this.loadStorageInProgress = false;
73
+ this.loadStartOnStartup = true; // set to false if you want no state
74
+ this.on = (eventName, callback) => {
75
+ return this.emitter.on(eventName, callback);
76
+ };
77
+ this.onAny = (callback) => {
78
+ return this.emitter.onAny(callback);
79
+ };
80
+ this.emit = (eventName, data) => {
81
+ return this.emitter.emit(eventName, data);
82
+ };
83
+ this.loadStore = (adaptable, adaptableStateKey, predefinedConfig) => {
84
+ this.storageEngine.setStateKey(adaptableStateKey);
85
+ // START STATE LOAD
86
+ this.loadStorageInProgress = true;
87
+ return (this.Load = this.storageEngine
88
+ .load(predefinedConfig)
89
+ .then((storedState) => {
90
+ if (storedState && this.loadStartOnStartup) {
91
+ this.TheStore.dispatch(exports.LoadState(adaptable.adaptableOptions.stateOptions.applyState(storedState)));
92
+ }
93
+ })
94
+ // we need the vendor grid to be ready because several states(ex. Layout) depend on its API
95
+ .then(() => this.isVendorReady)
96
+ .then(() => {
97
+ this.TheStore.dispatch(exports.InitState());
98
+ // END STATE LOAD
99
+ this.loadStorageInProgress = false;
100
+ }, (e) => {
101
+ LoggingHelper_1.LogAdaptableError('Failed to load previous Adaptable State : ', e);
102
+ //for now i'm still initializing Adaptable even if loading state has failed....
103
+ //we may revisit that later
104
+ this.TheStore.dispatch(exports.InitState());
105
+ // END STATE LOAD
106
+ this.loadStorageInProgress = false;
107
+ this.TheStore.dispatch(PopupRedux.PopupShowAlert({
108
+ header: 'Configuration',
109
+ message: 'Error loading your configuration:' + e,
110
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
111
+ }));
112
+ }));
113
+ };
114
+ let rootReducerObject = {
115
+ // Reducers for Non-Persisted State
116
+ Grid: GridRedux.GridReducer,
117
+ Popup: PopupRedux.PopupReducer,
118
+ System: SystemRedux.SystemReducer,
119
+ Plugins: PluginsRedux.PluginsReducer,
120
+ SparklineColumn: SparklineColumnRedux.SparklineColumnReducer,
121
+ // Reducers for Persisted State
122
+ Alert: AlertRedux.AlertReducer,
123
+ Application: ApplicationRedux.ApplicationReducer,
124
+ CalculatedColumn: CalculatedColumnRedux.CalculatedColumnReducer,
125
+ // replaced by `charts` plugin
126
+ Chart: (state) => {
127
+ return state !== null && state !== void 0 ? state : null;
128
+ },
129
+ ConditionalStyle: ConditionalStyleRedux.ConditionalStyleReducer,
130
+ CustomSort: CustomSortRedux.CustomSortReducer,
131
+ Dashboard: DashboardRedux.DashboardReducer,
132
+ DataSource: DataSourceRedux.DataSourceReducer,
133
+ Export: ExportRedux.ExportReducer,
134
+ Filter: FilterRedux.FilterReducer,
135
+ FormatColumn: FormatColumnRedux.FormatColumnReducer,
136
+ FreeTextColumn: FreeTextColumnRedux.FreeTextColumnReducer,
137
+ Layout: LayoutRedux.LayoutReducer,
138
+ Schedule: ScheduleRedux.ScheduleReducer,
139
+ PlusMinus: PlusMinusRedux.PlusMinusReducer,
140
+ QuickSearch: QuickSearchRedux.QuickSearchReducer,
141
+ Shortcut: ShortcutRedux.ShortcutReducer,
142
+ TeamSharing: TeamSharingRedux.TeamSharingReducer,
143
+ Theme: ThemeRedux.ThemeReducer,
144
+ ToolPanel: ToolPanelRedux.ToolPanelReducer,
145
+ Query: QueryRedux.QueryReducer,
146
+ // dead reducers
147
+ PercentBar: DeadRedux.PercentBarReducer,
148
+ FlashingCell: DeadRedux.FlashingCellReducer,
149
+ UpdatedRow: DeadRedux.UpdatedRowReducer,
150
+ GradientColumn: DeadRedux.GradientColumnReducer,
151
+ };
152
+ // allow plugins to participate in the root reducer
153
+ adaptable.forPlugins((plugin) => {
154
+ if (plugin.rootReducer) {
155
+ rootReducerObject = Object.assign(Object.assign({}, rootReducerObject), plugin.rootReducer(rootReducerObject));
156
+ }
157
+ });
158
+ const initialRootReducer = Redux.combineReducers(rootReducerObject);
159
+ const rootReducerWithResetManagement = (state, action) => {
160
+ switch (action.type) {
161
+ case exports.LOAD_STATE:
162
+ const { State } = action;
163
+ Object.keys(State).forEach((key) => {
164
+ state[key] = State[key];
165
+ });
166
+ break;
167
+ }
168
+ return initialRootReducer(state, action);
169
+ };
170
+ let storageEngine;
171
+ this.emitter = new Emitter_1.default();
172
+ // If the user has remote storage set then we use Remote Engine, otherwise we use Local Enginge
173
+ // 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)
174
+ // const localStorageKey = 'adaptable-adaptable-state-' + adaptable.adaptableOptions.primaryKey;
175
+ storageEngine = AdaptableReduxLocalStorageEngine_1.createEngine({
176
+ adaptableId: adaptable.adaptableOptions.adaptableId,
177
+ adaptableStateKey: adaptable.adaptableOptions.adaptableStateKey,
178
+ userName: adaptable.adaptableOptions.userName,
179
+ predefinedConfig: adaptable.adaptableOptions.predefinedConfig,
180
+ loadState: adaptable.adaptableOptions.stateOptions.loadState,
181
+ persistState: adaptable.adaptableOptions.stateOptions.persistState,
182
+ debounceStateDelay: adaptable.adaptableOptions.stateOptions.debounceStateDelay,
183
+ });
184
+ const nonPersistentReduxKeys = [
185
+ // Non Persisted State
186
+ ConfigConstants.SYSTEM,
187
+ ConfigConstants.GRID,
188
+ ConfigConstants.POPUP,
189
+ ConfigConstants.PLUGINS,
190
+ ConfigConstants.SPARKLINE_COLUMN,
191
+ ];
192
+ // this is now VERY BADLY NAMED!
193
+ let rootReducer = AdaptableReduxMerger_1.mergeReducer(rootReducerWithResetManagement, exports.LOAD_STATE);
194
+ const composeEnhancers = (x) => x;
195
+ const persistedReducer = (state, action) => {
196
+ var _a, _b;
197
+ const init = state === undefined;
198
+ const newState = rootReducer(state, action);
199
+ // ideally the reducer should be pure,
200
+ // but having the emitter emit the event here
201
+ // is really useful
202
+ const emitterArg = { action, state, newState };
203
+ this.emitter.emit(action.type, emitterArg);
204
+ const finalState = emitterArg.newState;
205
+ const shouldPersist = !((_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) &&
206
+ !NON_PERSIST_ACTIONS[action.type] &&
207
+ !init &&
208
+ !this.loadStorageInProgress;
209
+ if (shouldPersist) {
210
+ const storageState = Object.assign({}, finalState);
211
+ nonPersistentReduxKeys.forEach((key) => {
212
+ delete storageState[key];
213
+ });
214
+ this.currentStorageState = storageState;
215
+ storageEngine.save(storageState, adaptable.adaptableOptions.stateOptions.saveState);
216
+ }
217
+ return finalState;
218
+ };
219
+ const pluginsMiddleware = [];
220
+ adaptable.forPlugins((plugin) => {
221
+ if (plugin.reduxMiddleware) {
222
+ pluginsMiddleware.push(plugin.reduxMiddleware(adaptable));
223
+ }
224
+ });
225
+ //TODO: need to check if we want the storage to be done before or after
226
+ //we enrich the state with the AB middleware
227
+ this.TheStore = Redux.createStore(persistedReducer, composeEnhancers(Redux.applyMiddleware(adaptableMiddleware(adaptable), // the main middleware that actually does stuff,
228
+ ...pluginsMiddleware // the plugins middleware
229
+ )));
230
+ this.storageEngine = storageEngine;
231
+ this.loadStore(adaptable, adaptable.adaptableOptions.adaptableStateKey);
232
+ }
233
+ getCurrentStorageState() {
234
+ return this.currentStorageState;
235
+ }
236
+ saveStateNow(adaptable) {
237
+ const storageState = this.getCurrentStorageState();
238
+ if (storageState) {
239
+ return this.storageEngine.saveNow(storageState, adaptable.adaptableOptions.stateOptions.saveState);
240
+ }
241
+ return Promise.resolve(true);
242
+ }
243
+ }
244
+ exports.AdaptableStore = AdaptableStore;
245
+ // this is the main function for dealing with Redux Actions which require additional functionality to be triggered.
246
+ // Please document each use case where we have to use the Store rather than a module or a popup screen
247
+ // This should ideally be the ONLY place where we LISTEN to store changes
248
+ const adaptableMiddleware = (adaptable) => function (middlewareAPI) {
249
+ return function (next) {
250
+ return function (action) {
251
+ var _a, _b, _c, _d, _e;
252
+ switch (action.type) {
253
+ /*******************
254
+ * NAMED QUERY ACTIONS
255
+ *******************/
256
+ /**
257
+ * Use Case: User has deleted a Named Query
258
+ * Action: Check whether it is referenced elsewhere before deleting
259
+ */
260
+ case QueryRedux.NAMED_QUERY_DELETE: {
261
+ const actionTyped = action;
262
+ // check if Named Query is not referenced elsewhere
263
+ const namedQueryReferences = adaptable.api.queryApi.getNamedQueryModuleReferences(actionTyped.namedQuery.Name);
264
+ if (namedQueryReferences.length) {
265
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
266
+ header: 'Named Query could not be deleted',
267
+ message: `It is still referenced in the following modules: ${namedQueryReferences.join(', ')}`,
268
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
269
+ }));
270
+ return;
271
+ }
272
+ const ret = next(action);
273
+ return ret;
274
+ }
275
+ case QueryRedux.NAMED_QUERY_EDIT: {
276
+ const actionTyped = action;
277
+ // check if name was changed, in which case we have to check if it's referenced
278
+ const editedNamedQuery = actionTyped.namedQuery;
279
+ const previousNamedQueryName = (_b = (_a = middlewareAPI
280
+ .getState()
281
+ .Query.NamedQueries.find((namedQuery) => namedQuery.Uuid === editedNamedQuery.Uuid)) === null || _a === void 0 ? void 0 : _a.Name) !== null && _b !== void 0 ? _b : '';
282
+ if (editedNamedQuery.Name !== previousNamedQueryName) {
283
+ // if query is referenced elsewhere we cannot allow the name change, as it would turn the referents invalid
284
+ const namedQueryReferences = adaptable.api.queryApi.getNamedQueryModuleReferences(previousNamedQueryName);
285
+ if (namedQueryReferences.length) {
286
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
287
+ header: 'Named Query could not be renamed',
288
+ message: `It is currently referenced in the following modules: ${namedQueryReferences.join(', ')}`,
289
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
290
+ }));
291
+ return;
292
+ }
293
+ }
294
+ const ret = next(action);
295
+ return ret;
296
+ }
297
+ /**
298
+ * Use Case: Query has changed
299
+ * Action: Filter the Grid and fire SearchChangedEvent
300
+ */
301
+ case QueryRedux.QUERY_RUN: {
302
+ let ret = next(action);
303
+ setTimeout(() => adaptable.applyGridFiltering(), 5);
304
+ adaptable.api.gridApi.fireSearchChangedEvent('CurrentQuery');
305
+ return ret;
306
+ }
307
+ /*******************
308
+ * FLASHING ALERT ACTIONS
309
+ *******************/
310
+ case SystemRedux.SYSTEM_FLASHING_ALERT_ADD:
311
+ case SystemRedux.SYSTEM_FLASHING_ALERT_DELETE: {
312
+ const { flashingAlert: FlashingAlert, } = action;
313
+ const { dataChangedInfo } = FlashingAlert;
314
+ let ret = next(action);
315
+ if (dataChangedInfo) {
316
+ adaptable.refreshCells([dataChangedInfo.rowNode], Object.keys(FlashingAlert.flashColumnIds), true);
317
+ }
318
+ return ret;
319
+ }
320
+ /*******************
321
+ * ALERT ACTIONS
322
+ *******************/
323
+ case AlertRedux.ALERT_READY: {
324
+ // create observable alerts at grid startup
325
+ const reactiveAlertDefinitions = adaptable.api.alertApi.getActiveReactiveAlertDefinitions();
326
+ reactiveAlertDefinitions.forEach((reactiveAlertDefinition) => adaptable.api.internalApi
327
+ .getAlertService()
328
+ .createReactiveAlert(reactiveAlertDefinition));
329
+ const reactiveFlashingAlertDefinitions = adaptable.api.alertApi.getActiveReactiveFlashingAlertDefinitions();
330
+ reactiveFlashingAlertDefinitions.forEach((reactiveAlertDefinition) => adaptable.api.internalApi
331
+ .getAlertService()
332
+ .createReactiveAlert(reactiveAlertDefinition, true));
333
+ return;
334
+ }
335
+ case AlertRedux.ALERT_DEFINITION_ADD:
336
+ case AlertRedux.ALERT_DEFINITION_EDIT:
337
+ case AlertRedux.ALERT_DEFINITION_DELETE:
338
+ case AlertRedux.FLASHING_ALERT_DEFINITION_ADD:
339
+ case AlertRedux.FLASHING_ALERT_DEFINITION_EDIT:
340
+ case AlertRedux.FLASHING_ALERT_DEFINITION_DELETE:
341
+ case AlertRedux.ALERT_DEFINITION_UN_SUSPEND:
342
+ case AlertRedux.ALERT_DEFINITION_SUSPEND:
343
+ case AlertRedux.FLASHING_ALERT_DEFINITION_UN_SUSPEND:
344
+ case AlertRedux.FLASHING_ALERT_DEFINITION_SUSPEND: {
345
+ const returnAction = next(action);
346
+ const isFlashingAlert = returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_ADD ||
347
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_EDIT ||
348
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_DELETE ||
349
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_SUSPEND ||
350
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_UN_SUSPEND;
351
+ const alertDefinition = isFlashingAlert
352
+ ? returnAction.flashingAlertDefinition
353
+ : returnAction.alertDefinition;
354
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_ADD ||
355
+ returnAction.type === AlertRedux.ALERT_DEFINITION_EDIT ||
356
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_ADD ||
357
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_EDIT ||
358
+ returnAction.type === AlertRedux.ALERT_DEFINITION_UN_SUSPEND ||
359
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_UN_SUSPEND) {
360
+ // in case of edit, the existing reactive alert will be deleted and recreated
361
+ adaptable.api.internalApi
362
+ .getAlertService()
363
+ .createReactiveAlert(alertDefinition, isFlashingAlert);
364
+ }
365
+ if (returnAction.type === AlertRedux.ALERT_DEFINITION_DELETE ||
366
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_DELETE ||
367
+ returnAction.type === AlertRedux.ALERT_DEFINITION_SUSPEND ||
368
+ returnAction.type === AlertRedux.FLASHING_ALERT_DEFINITION_SUSPEND) {
369
+ adaptable.api.internalApi.getAlertService().deleteReactiveAlert(alertDefinition);
370
+ }
371
+ // called also for rendered column actions, see RENDERED COLUMN ACTIONS block
372
+ adaptable.setupColumns();
373
+ return returnAction;
374
+ }
375
+ /**
376
+ * Use Case: User has deleted a System Alert which has a Highlight Cell
377
+ * Action: Refresh the cell (to clear the style)
378
+ */
379
+ case SystemRedux.SYSTEM_ALERT_DELETE: {
380
+ const actionTyped = action;
381
+ let ret = next(action);
382
+ if (((_c = actionTyped.alert.alertDefinition.AlertProperties) === null || _c === void 0 ? void 0 : _c.HighlightCell) &&
383
+ actionTyped.alert.dataChangedInfo) {
384
+ let rowNode = actionTyped.alert.dataChangedInfo.rowNode;
385
+ adaptable.refreshCells([rowNode], [actionTyped.alert.dataChangedInfo.columnId], true);
386
+ }
387
+ return ret;
388
+ }
389
+ /**
390
+ * Use Case: User has deleted all System Alerts some of which have a Highlight Cell
391
+ * Action: Refresh the cell (to clear the style)
392
+ */
393
+ case SystemRedux.SYSTEM_ALERT_DELETE_ALL: {
394
+ const actionTyped = action;
395
+ let ret = next(action);
396
+ let alerts = actionTyped.alerts;
397
+ alerts.forEach((alert) => {
398
+ var _a;
399
+ if (((_a = alert.alertDefinition.AlertProperties) === null || _a === void 0 ? void 0 : _a.HighlightCell) && alert.dataChangedInfo) {
400
+ let rowNode = alert.dataChangedInfo.rowNode;
401
+ adaptable.refreshCells([rowNode], [alert.dataChangedInfo.columnId], true);
402
+ }
403
+ });
404
+ return ret;
405
+ }
406
+ /**
407
+ * Use Case: A System Alert had a Highlight Cell with a limited duration
408
+ * Action: Refresh the cell (to clear the style)
409
+ */
410
+ case SystemRedux.SYSTEM_ALERT_REMOVE_HIGHLIGHT: {
411
+ const actionTyped = action;
412
+ let ret = next(action);
413
+ if (actionTyped.alert.dataChangedInfo) {
414
+ let rowNode = actionTyped.alert.dataChangedInfo.rowNode;
415
+ adaptable.refreshCells([rowNode], [actionTyped.alert.dataChangedInfo.columnId], true);
416
+ }
417
+ return ret;
418
+ }
419
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_ADD: {
420
+ const actionTyped = action;
421
+ const ret = next(action);
422
+ const cellHighlightInfo = actionTyped.cellHighlightInfo;
423
+ const rowNode = adaptable.getRowNodeForPrimaryKey(cellHighlightInfo.primaryKeyValue);
424
+ if (rowNode) {
425
+ adaptable.refreshCells([rowNode], [cellHighlightInfo.columnId], true);
426
+ }
427
+ return ret;
428
+ }
429
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_DELETE: {
430
+ const actionTyped = action;
431
+ const ret = next(action);
432
+ const cellHighlightInfo = actionTyped.cellHighlightInfo;
433
+ const rowNode = adaptable.getRowNodeForPrimaryKey(cellHighlightInfo.primaryKeyValue);
434
+ if (rowNode) {
435
+ adaptable.refreshCells([rowNode], [cellHighlightInfo.columnId], true);
436
+ }
437
+ return ret;
438
+ }
439
+ case SystemRedux.SYSTEM_HIGHLIGHT_CELL_DELETE_ALL: {
440
+ const cellHighlightInfos = middlewareAPI.getState().System.HighlightedCells;
441
+ const ret = next(action);
442
+ cellHighlightInfos.forEach((cellHighlightInfo) => {
443
+ const rowNode = adaptable.getRowNodeForPrimaryKey(cellHighlightInfo.primaryKeyValue);
444
+ if (!rowNode) {
445
+ return;
446
+ }
447
+ adaptable.refreshCells([rowNode], [cellHighlightInfo.columnId], true);
448
+ });
449
+ return ret;
450
+ }
451
+ /*******************
452
+ * SPECIAL COLUMN ACTIONS
453
+ *******************/
454
+ /**
455
+ * Use Case: We have added / edited / deleted a Special Column (i.e. one not in initial ColumnDefs)
456
+ * Action: We update the Special ColumnDefs
457
+ */
458
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_ADD:
459
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_EDIT:
460
+ case CalculatedColumnRedux.CALCULATED_COLUMN_ADD:
461
+ case CalculatedColumnRedux.CALCULATED_COLUMN_EDIT: {
462
+ const returnAction = next(action);
463
+ adaptable.updateColDefsForSpecialColumns();
464
+ return returnAction;
465
+ }
466
+ /**
467
+ * Use Case: We have deleted a CalculatedColumn (i.e. one not in initial ColumnDefs)
468
+ * Action: Check whether it is referenced elsewhere before deleting then update the Special ColumnDefs
469
+ */
470
+ case CalculatedColumnRedux.CALCULATED_COLUMN_DELETE: {
471
+ const actionTyped = action;
472
+ // check if CalculatedColumn is not referenced elsewhere
473
+ const calculatedColumnReferences = adaptable.api.calculatedColumnApi.getCalculatedColumnModuleReferences(actionTyped.calculatedColumn);
474
+ if (calculatedColumnReferences.length) {
475
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
476
+ header: 'CalculatedColumn could not be deleted',
477
+ message: `It is still referenced in the following modules: ${calculatedColumnReferences.join(', ')}`,
478
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
479
+ }));
480
+ return;
481
+ }
482
+ const returnAction = next(action);
483
+ adaptable.updateColDefsForSpecialColumns();
484
+ return returnAction;
485
+ }
486
+ /**
487
+ * Use Case: We have deleted a FreeText Column (i.e. one not in initial ColumnDefs)
488
+ * Action: Check whether it is referenced elsewhere before deleting then update the Special ColumnDefs
489
+ */
490
+ case FreeTextColumnRedux.FREE_TEXT_COLUMN_DELETE: {
491
+ const actionTyped = action;
492
+ // check if FreeTextColumn is not referenced elsewhere
493
+ const freeTextColumnReferences = adaptable.api.freeTextColumnApi.getFreeTextColumnModuleReferences(actionTyped.freeTextColumn);
494
+ if (freeTextColumnReferences.length) {
495
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
496
+ header: 'FreeTextColumn could not be deleted',
497
+ message: `It is still referenced in the following modules: ${freeTextColumnReferences.join(', ')}`,
498
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
499
+ }));
500
+ return;
501
+ }
502
+ const returnAction = next(action);
503
+ adaptable.updateColDefsForSpecialColumns();
504
+ return returnAction;
505
+ }
506
+ /*******************
507
+ * RENDERED COLUMN ACTIONS
508
+ *******************/
509
+ /**
510
+ * Use Case: We have updated an AdapTable Module that affects rendering
511
+ * Action: We set up all columns again
512
+ */
513
+ case QuickSearchRedux.QUICK_SEARCH_SET_STYLE:
514
+ case SparklineColumnRedux.SPARKLINE_COLUMNS_ADD:
515
+ case SparklineColumnRedux.SPARKLINE_COLUMNS_EDIT:
516
+ case SparklineColumnRedux.SPARKLINE_COLUMNS_DELETE:
517
+ case FormatColumnRedux.FORMAT_COLUMN_ADD:
518
+ case FormatColumnRedux.FORMAT_COLUMN_EDIT:
519
+ case FormatColumnRedux.FORMAT_COLUMN_DELETE:
520
+ case FormatColumnRedux.FORMAT_COLUMN_SUSPEND:
521
+ case FormatColumnRedux.FORMAT_COLUMN_UN_SUSPEND:
522
+ case CustomSortRedux.CUSTOM_SORT_ADD:
523
+ case CustomSortRedux.CUSTOM_SORT_EDIT:
524
+ case CustomSortRedux.CUSTOM_SORT_DELETE:
525
+ case CustomSortRedux.CUSTOM_SORT_SUSPEND:
526
+ case CustomSortRedux.CUSTOM_SORT_UN_SUSPEND:
527
+ case ConditionalStyleRedux.CONDITIONAL_STYLE_ADD:
528
+ case ConditionalStyleRedux.CONDITIONAL_STYLE_EDIT:
529
+ case ConditionalStyleRedux.CONDITIONAL_STYLE_SUSPEND:
530
+ case ConditionalStyleRedux.CONDITIONAL_STYLE_UN_SUSPEND:
531
+ case ConditionalStyleRedux.CONDITIONAL_STYLE_DELETE: {
532
+ const returnAction = next(action);
533
+ // called also for alert actions, see ALERT ACTIONS block
534
+ adaptable.setupColumns();
535
+ return returnAction;
536
+ }
537
+ /*******************
538
+ * QUICK SEARCH ACTIONS
539
+ *******************/
540
+ /**
541
+ * Use Case: User has run a Quick Search
542
+ * Action1: Call Adaptable to redraw body so cells can be highlighted
543
+ * Action2: Run Query using Quick Search text it set in Search Options
544
+ */
545
+ case QuickSearchRedux.QUICK_SEARCH_RUN: {
546
+ let returnAction = next(action);
547
+ adaptable.redrawBody();
548
+ // if set then reun a query on the text
549
+ if (adaptable.adaptableOptions.searchOptions.runQueryAfterQuickSearch) {
550
+ const actionTyped = action;
551
+ const searchText = actionTyped.quickSearchText;
552
+ if (StringExtensions_1.StringExtensions.IsNotNullOrEmpty(searchText)) {
553
+ const queryText = 'ANY_CONTAINS("' + searchText + '") ';
554
+ adaptable.api.queryApi.setCurrentQuery(queryText);
555
+ }
556
+ else {
557
+ adaptable.api.queryApi.clearCurrentQuery();
558
+ }
559
+ }
560
+ return returnAction;
561
+ }
562
+ /*******************
563
+ * FILTER ACTIONS
564
+ *******************/
565
+ case FilterRedux.QUICK_FILTER_BAR_SHOW: {
566
+ adaptable.showQuickFilter();
567
+ return next(action);
568
+ }
569
+ case FilterRedux.QUICK_FILTER_BAR_HIDE: {
570
+ adaptable.hideQuickFilter();
571
+ return next(action);
572
+ }
573
+ case FilterRedux.FILTER_FORM_HIDE: {
574
+ adaptable.api.gridApi.hideFilterForm();
575
+ return next(action);
576
+ }
577
+ /**
578
+ * Use Case: Column Filters have changed
579
+ * Action: Apply grid filtering and fire search changed event
580
+ */
581
+ case FilterRedux.COLUMN_FILTER_ADD:
582
+ case FilterRedux.COLUMN_FILTER_EDIT:
583
+ case FilterRedux.COLUMN_FILTER_SET:
584
+ case FilterRedux.COLUMN_FILTER_CLEAR_ALL:
585
+ case FilterRedux.COLUMN_FILTER_CLEAR: {
586
+ let returnAction = next(action);
587
+ setTimeout(() => adaptable.applyGridFiltering(), 5);
588
+ adaptable.api.gridApi.fireSearchChangedEvent('Filter');
589
+ return returnAction;
590
+ }
591
+ /*******************
592
+ * DATA SOURCE ACTIONS
593
+ *******************/
594
+ /**
595
+ * Use Case: Data Sources have been amended
596
+ * Action: Fire search changed event
597
+ */
598
+ case DataSourceRedux.DATA_SOURCE_SELECT:
599
+ case DataSourceRedux.DATA_SOURCE_ADD:
600
+ case DataSourceRedux.DATA_SOURCE_EDIT:
601
+ case DataSourceRedux.DATA_SOURCE_DELETE: {
602
+ let returnAction = next(action);
603
+ adaptable.api.gridApi.fireSearchChangedEvent('DataSource');
604
+ return returnAction;
605
+ }
606
+ /*******************
607
+ * THEME ACTIONS
608
+ *******************/
609
+ /**
610
+ * Use Case: Theme has changed
611
+ * Action: Apply new Theme
612
+ */
613
+ case ThemeRedux.THEME_SELECT: {
614
+ let returnAction = next(action);
615
+ adaptable.api.themeApi.applyCurrentTheme();
616
+ return returnAction;
617
+ }
618
+ /*******************
619
+ * SCHEDULE ACTIONS
620
+ *******************/
621
+ /**
622
+ * Use Case: Schedule has changed
623
+ * Action: Set up ALL jobs
624
+ */
625
+ case ScheduleRedux.REMINDER_SCHEDULE_ADD:
626
+ case ScheduleRedux.REMINDER_SCHEDULE_EDIT:
627
+ case ScheduleRedux.REMINDER_SCHEDULE_DELETE:
628
+ case ScheduleRedux.REMINDER_SCHEDULE_UN_SUSPEND:
629
+ case ScheduleRedux.REMINDER_SCHEDULE_SUSPEND:
630
+ case ScheduleRedux.REPORT_SCHEDULE_ADD:
631
+ case ScheduleRedux.REPORT_SCHEDULE_EDIT:
632
+ case ScheduleRedux.REPORT_SCHEDULE_DELETE:
633
+ case ScheduleRedux.REPORT_SCHEDULE_SUSPEND:
634
+ case ScheduleRedux.REPORT_SCHEDULE_UN_SUSPEND:
635
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_ADD:
636
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_EDIT:
637
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_DELETE:
638
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_SUSPEND:
639
+ case ScheduleRedux.IPUSHPULL_SCHEDULE_UN_SUSPEND:
640
+ case ScheduleRedux.GLUE42_SCHEDULE_ADD:
641
+ case ScheduleRedux.GLUE42_SCHEDULE_EDIT:
642
+ case ScheduleRedux.GLUE42_SCHEDULE_DELETE:
643
+ case ScheduleRedux.GLUE42_SCHEDULE_SUSPEND:
644
+ case ScheduleRedux.GLUE42_SCHEDULE_UN_SUSPEND:
645
+ case ScheduleRedux.OPENFIN_SCHEDULE_ADD:
646
+ case ScheduleRedux.OPENFIN_SCHEDULE_EDIT:
647
+ case ScheduleRedux.OPENFIN_SCHEDULE_DELETE:
648
+ case ScheduleRedux.OPENFIN_SCHEDULE_SUSPEND:
649
+ case ScheduleRedux.OPENFIN_SCHEDULE_UN_SUSPEND: {
650
+ let returnAction = next(action);
651
+ let module = adaptable.modules.get(ModuleConstants.ScheduleModuleId);
652
+ module.setUpSechduleJobs();
653
+ return returnAction;
654
+ }
655
+ /*******************
656
+ * DASHBOARD ACTIONS
657
+ *******************/
658
+ case DashboardRedux.DASHBOARD_SET_IS_COLLAPSED:
659
+ case DashboardRedux.DASHBOARD_SET_MODULE_BUTTONS:
660
+ case DashboardRedux.DASHBOARD_ACTIVE_TAB_INDEX_CHANGE:
661
+ case DashboardRedux.DASHBOARD_SET_IS_FLOATING:
662
+ case DashboardRedux.DASHBOARD_SET_IS_INLINE:
663
+ case DashboardRedux.DASHBOARD_SET_IS_HIDDEN:
664
+ case DashboardRedux.DASHBOARD_SET_FLOATING_POSITION:
665
+ case DashboardRedux.DASHBOARD_SET_TABS:
666
+ case DashboardRedux.DASHBOARD_CREATE_DEFAULT_TAB:
667
+ case DashboardRedux.DASHBOARD_CLOSE_TOOLBAR: {
668
+ const oldDashboardState = middlewareAPI.getState().Dashboard;
669
+ let returnAction = next(action);
670
+ const newDashboardState = middlewareAPI.getState().Dashboard;
671
+ adaptable.api.dashboardApi.fireDashboardChangedEvent(action.type, oldDashboardState, newDashboardState);
672
+ return returnAction;
673
+ }
674
+ /*******************
675
+ * LAYOUT ACTIONS
676
+ *******************/
677
+ case LayoutRedux.LAYOUT_ADD:
678
+ case LayoutRedux.LAYOUT_EDIT:
679
+ case LayoutRedux.LAYOUT_SAVE:
680
+ case LayoutRedux.LAYOUT_DELETE:
681
+ case LayoutRedux.LAYOUT_SELECT: {
682
+ const oldLayoutState = middlewareAPI.getState().Layout;
683
+ let returnAction = next(action);
684
+ const newLayoutState = middlewareAPI.getState().Layout;
685
+ adaptable.api.layoutApi.fireLayoutChangedEvent(action.type, oldLayoutState, newLayoutState);
686
+ if (returnAction.type == LayoutRedux.LAYOUT_SELECT ||
687
+ returnAction.type == LayoutRedux.LAYOUT_DELETE) {
688
+ let gridState = middlewareAPI.getState().Grid;
689
+ let currentLayout = newLayoutState.Layouts.find((l) => l.Name == newLayoutState.CurrentLayout);
690
+ if (gridState.CurrentLayout) {
691
+ currentLayout = gridState.CurrentLayout;
692
+ }
693
+ if (currentLayout) {
694
+ // tell grid the layout has been selected
695
+ adaptable.setLayout(currentLayout);
696
+ }
697
+ if (!((_d = adaptable.adaptableOptions.layoutOptions) === null || _d === void 0 ? void 0 : _d.autoSaveLayouts)) {
698
+ middlewareAPI.dispatch(LayoutRedux.LayoutUpdateCurrentDraft(currentLayout));
699
+ }
700
+ }
701
+ if (returnAction.type == LayoutRedux.LAYOUT_ADD ||
702
+ returnAction.type == LayoutRedux.LAYOUT_SAVE) {
703
+ const actionTyped = action;
704
+ // if autosave is false
705
+ if (!((_e = adaptable.adaptableOptions.layoutOptions) === null || _e === void 0 ? void 0 : _e.autoSaveLayouts)) {
706
+ // and the current layout is saved, make sure we also update the draft
707
+ if (actionTyped.layout.Name === newLayoutState.CurrentLayout) {
708
+ middlewareAPI.dispatch(LayoutRedux.LayoutUpdateCurrentDraft(actionTyped.layout));
709
+ }
710
+ }
711
+ }
712
+ return returnAction;
713
+ }
714
+ /*******************
715
+ * SMART EDIT ACTIONS
716
+ *******************/
717
+ /**
718
+ * Use Case: User wants to perform Smart Edit and we need to check if the cell selection is valid
719
+ * Action (1): Get the result from the SmartEdit module
720
+ * If the return is an Alert:
721
+ * Action (2): If there is a popup open, close it and show the Alert; otherwise just set false valid selection
722
+ * If the return is valid:
723
+ * Action (2): Set the valid selection to true
724
+ * Action (3): Build the Preview Values (via Smart Edit module)
725
+ * Action (4): Set the Preview Values (this will populate the preview screen)
726
+ */
727
+ case SystemRedux.SYSTEM_SMARTEDIT_CHECK_CELL_SELECTION: {
728
+ let module = adaptable.modules.get(ModuleConstants.SmartEditModuleId);
729
+ let state = middlewareAPI.getState();
730
+ let returnAction = next(action);
731
+ let apiReturn = module.CheckCorrectCellSelection();
732
+ let popup = state.Popup.ScreenPopup;
733
+ // this is a horrible hack and fix for a weird issue
734
+ // we really need to do smart edit and bulk update better
735
+ // but this fixes it for now
736
+ if (popup.ComponentName != 'LayoutPopup') {
737
+ if (apiReturn.Alert) {
738
+ // check if Smart Edit is showing as popup and then close and show error (dont want to do that if from toolbar)
739
+ if (popup.ComponentName == 'SmartEditPopup') {
740
+ // We are in SmartEditPopup so let's close it
741
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
742
+ // and now show the alert Popup
743
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert(apiReturn.Alert));
744
+ }
745
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetValidSelection(false));
746
+ }
747
+ else {
748
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetValidSelection(true));
749
+ let apiPreviewReturn = module.BuildPreviewValues(state.System.SmartEditValue, state.System.SmartEditOperation);
750
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetPreview(apiPreviewReturn));
751
+ }
752
+ }
753
+ return returnAction;
754
+ }
755
+ /**
756
+ * Use Case: User has changed a Smmart Edit property or requested a preview
757
+ * Action (1): Get the new preview set from the Smart Edit module
758
+ * Action (2): Set the Preview Values (this will populate the preview screen)
759
+ */
760
+ case SystemRedux.SYSTEM_SMART_EDIT_CHANGE_OPERATION:
761
+ case SystemRedux.SYSTEM_SMART_EDIT_CHANGE_VALUE:
762
+ case SystemRedux.SYSTEM_SMARTEDIT_FETCH_PREVIEW: {
763
+ //all our logic needs to be executed AFTER the main reducers
764
+ //so our state is up to date which allow us not to care about the data within each different action
765
+ let returnAction = next(action);
766
+ let module = adaptable.modules.get(ModuleConstants.SmartEditModuleId);
767
+ let state = middlewareAPI.getState();
768
+ let apiReturn = module.BuildPreviewValues(state.System.SmartEditValue, state.System.SmartEditOperation);
769
+ middlewareAPI.dispatch(SystemRedux.SmartEditSetPreview(apiReturn));
770
+ return returnAction;
771
+ }
772
+ /**
773
+ * Use Case: User has clicked 'Apply' in Smart Edit popup or toolbar
774
+ * Action (1): Gets the values that need to be applied from the Preview Info and passes to Preview Helper (incl. whether to bypass validation)
775
+ * Action (2): Sends these new values to the Smart Edit module (which will, in turn, apply them to Adaptable)
776
+ */
777
+ case SmartEditRedux.SMART_EDIT_COMPLETE: {
778
+ let module = adaptable.modules.get(ModuleConstants.SmartEditModuleId);
779
+ const actionTyped = action;
780
+ let thePreview = middlewareAPI.getState().System.SmartEditPreviewInfo;
781
+ let newValues = PreviewHelper_1.PreviewHelper.GetCellInfosFromPreview(thePreview, actionTyped.bypassValidationWarnings);
782
+ module.ApplySmartEdit(newValues);
783
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
784
+ return next(action);
785
+ }
786
+ /**
787
+ * Use Case: Smart Edit has been applied
788
+ * Action: update the grid cells
789
+ */
790
+ case SmartEditRedux.SMART_EDIT_APPLY: {
791
+ let returnAction = next(action);
792
+ const actionTyped = action;
793
+ adaptable.api.internalApi.setGridCells(actionTyped.gridCells);
794
+ return returnAction;
795
+ }
796
+ /*******************
797
+ * BULK UPDATE ACTIONS
798
+ *******************/
799
+ case SystemRedux.SYSTEM_BULK_UPDATE_CHECK_CELL_SELECTION: {
800
+ let module = (adaptable.modules.get(ModuleConstants.BulkUpdateModuleId));
801
+ let state = middlewareAPI.getState();
802
+ let returnAction = next(action);
803
+ let apiReturn = module.checkCorrectCellSelection();
804
+ let popup = state.Popup.ScreenPopup;
805
+ // this is a horrible hack and fix for a weird issue
806
+ // we really need to do smart edit and bulk update better
807
+ // but this fixes it for now
808
+ if (popup.ComponentName != 'LayoutPopup') {
809
+ if (apiReturn.Alert) {
810
+ // check if BulkUpdate is showing as popup
811
+ if (popup.ComponentName == 'BulkUpdatePopup') {
812
+ //We close the BulkUpdatePopup
813
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
814
+ //We show the Error Popup -- assume that will alwasy be an Error
815
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert(apiReturn.Alert));
816
+ }
817
+ }
818
+ middlewareAPI.dispatch(SystemRedux.BulkUpdateSetValidSelection(apiReturn));
819
+ }
820
+ return returnAction;
821
+ }
822
+ // Here we have all actions that triggers a refresh of the BulkUpdatePreview
823
+ case SystemRedux.SYSTEM_BULK_UPDATE_CHANGE_VALUE: {
824
+ //all our logic needs to be executed AFTER the main reducers
825
+ //so our state is up to date which allow us not to care about the data within each different action
826
+ let returnAction = next(action);
827
+ let module = (adaptable.modules.get(ModuleConstants.BulkUpdateModuleId));
828
+ let state = middlewareAPI.getState();
829
+ let apiReturn = module.buildPreviewValues(state.System.BulkUpdateValue);
830
+ middlewareAPI.dispatch(SystemRedux.BulkUpdateSetPreview(apiReturn));
831
+ return returnAction;
832
+ }
833
+ case BulkUpdateRedux.BULK_UPDATE_COMPLETE: {
834
+ const actionTyped = action;
835
+ let thePreview = middlewareAPI.getState().System.BulkUpdatePreviewInfo;
836
+ let newValues = PreviewHelper_1.PreviewHelper.GetCellInfosFromPreview(thePreview, actionTyped.bypassValidationWarnings);
837
+ adaptable.api.bulkUpdateApi.applyBulkUpdate(newValues);
838
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
839
+ return next(action);
840
+ }
841
+ case BulkUpdateRedux.BULK_UPDATE_APPLY: {
842
+ let returnAction = next(action);
843
+ const actionTyped = action;
844
+ adaptable.api.internalApi.setGridCells(actionTyped.gridCells);
845
+ return returnAction;
846
+ }
847
+ /*******************
848
+ * PLUS MINUS ACTIONS
849
+ *******************/
850
+ /**
851
+ * Use Case: Plus Minus Rules have changed
852
+ * Action: Get Plus Minus module to know if it needs to listen to keydown
853
+ */
854
+ case PlusMinusRedux.PLUS_MINUS_RULE_ADD:
855
+ case PlusMinusRedux.PLUS_MINUS_RULE_EDIT:
856
+ case PlusMinusRedux.PLUS_MINUS_RULE_DELETE: {
857
+ let returnAction = next(action);
858
+ let module = adaptable.modules.get(ModuleConstants.PlusMinusModuleId);
859
+ if (module) {
860
+ module.checkListenToKeyDown();
861
+ }
862
+ return returnAction;
863
+ }
864
+ /**
865
+ * Use Case: Plus Minus has been applied
866
+ * Action: update the grid cells
867
+ */
868
+ case PlusMinusRedux.PLUS_MINUS_APPLY: {
869
+ let returnAction = next(action);
870
+ const actionTyped = action;
871
+ adaptable.api.internalApi.setGridCells(actionTyped.gridCells);
872
+ return returnAction;
873
+ }
874
+ /*******************
875
+ * SHORTCUT ACTIONS
876
+ *******************/
877
+ /**
878
+ * Use Case: Shortcuts have changed
879
+ * Action: Get Shortcut module to know if it needs to listen to keydown
880
+ */
881
+ case ShortcutRedux.SHORTCUT_ADD:
882
+ case ShortcutRedux.SHORTCUT_EDIT:
883
+ case ShortcutRedux.SHORTCUT_DELETE: {
884
+ let returnAction = next(action);
885
+ let module = adaptable.modules.get(ModuleConstants.ShortcutModuleId);
886
+ if (module) {
887
+ module.checkListenToKeyDown();
888
+ }
889
+ return returnAction;
890
+ }
891
+ /*******************
892
+ * EXPORT ACTIONS
893
+ *******************/
894
+ case ExportRedux.REPORT_SELECT: {
895
+ const actionTyped = action;
896
+ let returnAction = next(action);
897
+ const selectedReport = actionTyped.SelectedReport;
898
+ if (!selectedReport ||
899
+ (selectedReport === GeneralConstants_1.VISUAL_DATA_REPORT &&
900
+ middlewareAPI.getState().Export.CurrentDestination !== Enums_1.ExportDestination.Excel)) {
901
+ middlewareAPI.dispatch(ExportRedux.DestinationSelect(''));
902
+ }
903
+ return returnAction;
904
+ }
905
+ case ExportRedux.EXPORT_APPLY: {
906
+ let module = adaptable.modules.get(ModuleConstants.ExportModuleId);
907
+ const actionTyped = action;
908
+ module.export(actionTyped.Report, actionTyped.ExportDestination);
909
+ middlewareAPI.dispatch(PopupRedux.PopupHideScreen());
910
+ return next(action);
911
+ }
912
+ // When deleting a report check if its the currently selected one
913
+ // if it is then clear
914
+ case ExportRedux.REPORT_DELETE: {
915
+ const actionTyped = action;
916
+ let report = actionTyped.report;
917
+ let currentReport = middlewareAPI.getState().Export.CurrentReport;
918
+ if (report && report.Name == currentReport) {
919
+ middlewareAPI.dispatch(ExportRedux.ReportSelect(GeneralConstants_1.EMPTY_STRING));
920
+ }
921
+ return next(action);
922
+ }
923
+ /*******************
924
+ * TEAM SHARING ACTIONS
925
+ *******************/
926
+ case TeamSharingRedux.TEAMSHARING_GET: {
927
+ let returnAction = next(action);
928
+ const { adaptableId, teamSharingOptions } = adaptable.adaptableOptions;
929
+ teamSharingOptions
930
+ .getSharedEntities(adaptableId)
931
+ .then((sharedEntities) => {
932
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
933
+ })
934
+ .catch((error) => {
935
+ LoggingHelper_1.LogAdaptableError('TeamSharing get error : ' + error.message);
936
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
937
+ header: 'Team Sharing',
938
+ message: "Couldn't get shared items: " + error.message,
939
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
940
+ }));
941
+ });
942
+ return returnAction;
943
+ }
944
+ // share the given AdaptableObject:
945
+ // - if it has dependencies, share them as well
946
+ // - if it's active, ensure that there is not already one present
947
+ // - if it's active, all the dependencies will be active as well
948
+ case TeamSharingRedux.TEAMSHARING_SHARE: {
949
+ const actionTyped = action;
950
+ let returnAction = next(action);
951
+ const { Entity, Configuration, Module } = actionTyped;
952
+ const { adaptableId, teamSharingOptions } = adaptable.adaptableOptions;
953
+ let shareSuccessful;
954
+ // load latest state from TeamSharing server
955
+ teamSharingOptions
956
+ .getSharedEntities(adaptableId)
957
+ .then((sharedEntities) => {
958
+ // check if there is not already one active SharedEntity for this object
959
+ const existingActiveSharedEntity = Configuration.type === 'Active' &&
960
+ adaptable.api.teamSharingApi.getTeamSharingState().ActiveSharedEntityMap[Entity.Uuid];
961
+ if (existingActiveSharedEntity) {
962
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
963
+ header: 'Team Sharing',
964
+ message: `Couldn't share ${adaptable.api.internalApi.getModuleFriendlyName(existingActiveSharedEntity.Module)}, there is already an existing active share for it: ${existingActiveSharedEntity.Description}`,
965
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
966
+ }));
967
+ shareSuccessful = false;
968
+ return;
969
+ }
970
+ // build the new shared entities incl. all their dependencies
971
+ const newSharedEntityInclDependencies = adaptable.api.internalApi
972
+ .getTeamSharingService()
973
+ .buildSharedEntityWithDependencies(Entity, Module, Configuration);
974
+ sharedEntities.push(...newSharedEntityInclDependencies);
975
+ // update the local state
976
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...newSharedEntityInclDependencies.filter((sharedEntity) => sharedEntity.Type === 'Active')));
977
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
978
+ // update the server state
979
+ shareSuccessful = true;
980
+ return teamSharingOptions.setSharedEntities(adaptableId, sharedEntities);
981
+ })
982
+ .then(() => {
983
+ if (shareSuccessful) {
984
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
985
+ header: 'Team Sharing',
986
+ message: `${adaptable.api.internalApi.getModuleFriendlyName(Module)} Shared Successfully`,
987
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Success'),
988
+ }));
989
+ }
990
+ })
991
+ .catch((error) => {
992
+ LoggingHelper_1.LogAdaptableError('TeamSharing share error : ' + error.message, actionTyped.Entity);
993
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
994
+ header: 'Team Sharing',
995
+ message: "Couldn't share item: " + error.message,
996
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
997
+ }));
998
+ });
999
+ return returnAction;
1000
+ }
1001
+ // remove the given shared entity:
1002
+ // - ensure that no other shared entities depend on it
1003
+ case TeamSharingRedux.TEAMSHARING_REMOVE_ITEM: {
1004
+ let returnAction = next(action);
1005
+ const actionTyped = action;
1006
+ const { adaptableId, teamSharingOptions } = adaptable.adaptableOptions;
1007
+ // load latest state from TeamSharing server
1008
+ teamSharingOptions
1009
+ .getSharedEntities(adaptableId)
1010
+ .then((sharedEntities) => {
1011
+ // ensure that no other SharedDependencies reference the to-be-deleted entity
1012
+ const sharedEntityDependants = adaptable.api.internalApi
1013
+ .getTeamSharingService()
1014
+ .getSharedEntityDependants(actionTyped.Uuid, sharedEntities);
1015
+ if (sharedEntityDependants.length) {
1016
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1017
+ header: `Cannot remove the shared item as it is referenced in:`,
1018
+ message: sharedEntityDependants
1019
+ .map((sharedEntity) => `${adaptable.api.internalApi.getModuleFriendlyName(sharedEntity.Module)} ${sharedEntity.Description}`)
1020
+ .join('\n'),
1021
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Warning'),
1022
+ }));
1023
+ return;
1024
+ }
1025
+ // remove the deleted SharedEntity from local state
1026
+ const newSharedEntities = sharedEntities.filter((s) => s.Uuid !== actionTyped.Uuid);
1027
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(newSharedEntities));
1028
+ // update TeamSharing server
1029
+ return teamSharingOptions.setSharedEntities(adaptableId, newSharedEntities);
1030
+ })
1031
+ .catch((error) => {
1032
+ LoggingHelper_1.LogAdaptableError('TeamSharing remove error : ' + error.message);
1033
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1034
+ header: 'Team Sharing',
1035
+ message: "Couldn't remove item: " + error.message,
1036
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1037
+ }));
1038
+ });
1039
+ return returnAction;
1040
+ }
1041
+ // Import 1. step
1042
+ // prepare import of the given shared entity (the actual import is done in 'TEAMSHARING_PROCESS_IMPORT'):
1043
+ // - all dependencies will be also included in the import bundle
1044
+ // - if there is at least one local AdaptableObject which will be overwritten, display an confirmation pop
1045
+ case TeamSharingRedux.TEAMSHARING_IMPORT_ITEM: {
1046
+ let returnAction = next(action);
1047
+ const actionTyped = action;
1048
+ const [importStepActions, needsOverwriteConfirmation,] = adaptable.api.internalApi
1049
+ .getTeamSharingService()
1050
+ .buildSharedEntityImportActions(actionTyped.SharedEntity);
1051
+ const processImportAction = TeamSharingRedux.TeamSharingProcessImport(importStepActions);
1052
+ if (needsOverwriteConfirmation) {
1053
+ let confirmation = {
1054
+ CancelButtonText: 'Cancel Import',
1055
+ Header: 'Overwrite Config',
1056
+ Msg: 'This import will overwrite one of your config. Do you want to continue?',
1057
+ ConfirmButtonText: 'Import',
1058
+ CancelAction: null,
1059
+ ConfirmAction: processImportAction,
1060
+ ShowInputBox: false,
1061
+ MessageType: 'Warning',
1062
+ };
1063
+ middlewareAPI.dispatch(PopupRedux.PopupShowConfirmation(confirmation));
1064
+ }
1065
+ else {
1066
+ middlewareAPI.dispatch(processImportAction);
1067
+ }
1068
+ return returnAction;
1069
+ }
1070
+ // Import 2. step
1071
+ // import the actual AdaptableObjects (either create or update them)
1072
+ case TeamSharingRedux.TEAMSHARING_PROCESS_IMPORT: {
1073
+ let returnAction = next(action);
1074
+ const actionTyped = action;
1075
+ const { ImportSteps } = actionTyped;
1076
+ const activeSharedEntities = [];
1077
+ // iterate backwards to import the dependencies first
1078
+ // it should work also the other way around, but nevertheless...
1079
+ for (let i = ImportSteps.length - 1; i >= 0; i--) {
1080
+ const { sharedEntity, importAction } = ImportSteps[i];
1081
+ if (importAction) {
1082
+ middlewareAPI.dispatch(importAction);
1083
+ if (sharedEntity.Type === 'Active') {
1084
+ activeSharedEntities.push(sharedEntity);
1085
+ }
1086
+ }
1087
+ else {
1088
+ LoggingHelper_1.LogAdaptableError('Team Sharing Import Error: Unknown item type', sharedEntity);
1089
+ }
1090
+ }
1091
+ if (activeSharedEntities.length) {
1092
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...activeSharedEntities));
1093
+ }
1094
+ // mark the import process as ended after (we assume that) the import is finished
1095
+ adaptable.api.internalApi
1096
+ .waitForTeamSharingImportEnd()
1097
+ .then(() => middlewareAPI.dispatch(TeamSharingRedux.TeamSharingCommitImport()))
1098
+ .catch(() => middlewareAPI.dispatch(TeamSharingRedux.TeamSharingCommitImport()));
1099
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1100
+ header: 'Team Sharing',
1101
+ message: `Item Successfully Imported`,
1102
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Success'),
1103
+ }));
1104
+ return returnAction;
1105
+ }
1106
+ // update the active SharedEntity with the latest (updated) state of the local AdaptableObject
1107
+ // - if the remote server already has a newer version of it, the update is skipped
1108
+ case TeamSharingRedux.TEAMSHARING_UPDATE_ITEM: {
1109
+ const returnAction = next(action);
1110
+ const actionTyped = action;
1111
+ if (middlewareAPI.getState().TeamSharing.importProcessInProgress) {
1112
+ // we are in the middle of an import process, we don't have to react to these object changes
1113
+ return returnAction;
1114
+ }
1115
+ const { adaptableId, teamSharingOptions } = adaptable.adaptableOptions;
1116
+ const { ChangedAdaptableObject, UserName } = actionTyped;
1117
+ teamSharingOptions
1118
+ .getSharedEntities(adaptableId)
1119
+ .then((sharedEntities) => {
1120
+ // check if remote server has a newer revision
1121
+ const [localRevision, remoteRevision,] = adaptable.api.internalApi
1122
+ .getTeamSharingService()
1123
+ .getSharedEntityLocalAndRemoteRevisions(ChangedAdaptableObject.Uuid, sharedEntities);
1124
+ if (remoteRevision > localRevision) {
1125
+ // if remote has a newer version, we will NOT overwrite it
1126
+ return;
1127
+ }
1128
+ const [updatedSharedEntities, newActiveEntities,] = adaptable.api.internalApi
1129
+ .getTeamSharingService()
1130
+ .updateActiveSharedEntity(ChangedAdaptableObject, UserName, sharedEntities);
1131
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingLinkItem(...newActiveEntities));
1132
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(updatedSharedEntities));
1133
+ return teamSharingOptions.setSharedEntities(adaptableId, updatedSharedEntities);
1134
+ })
1135
+ .catch((error) => {
1136
+ LoggingHelper_1.LogAdaptableError('TeamSharing update active item error : ' + error.message);
1137
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1138
+ header: 'Team Sharing',
1139
+ message: "Couldn't update active item: " + error.message,
1140
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1141
+ }));
1142
+ });
1143
+ return returnAction;
1144
+ }
1145
+ case TeamSharingRedux.TEAMSHARING_CHECK_FOR_UPDATES: {
1146
+ const returnAction = next(action);
1147
+ const { adaptableId, teamSharingOptions } = adaptable.adaptableOptions;
1148
+ teamSharingOptions
1149
+ .getSharedEntities(adaptableId)
1150
+ .then((sharedEntities) => {
1151
+ // update local state
1152
+ middlewareAPI.dispatch(TeamSharingRedux.TeamSharingSet(sharedEntities));
1153
+ adaptable.api.internalApi.getTeamSharingService().showUpdateNotifications();
1154
+ })
1155
+ .catch((error) => {
1156
+ LoggingHelper_1.LogAdaptableError('TeamSharing update error : ' + error.message);
1157
+ middlewareAPI.dispatch(PopupRedux.PopupShowAlert({
1158
+ header: 'Team Sharing',
1159
+ message: "Couldn't check for updates: " + error.message,
1160
+ alertDefinition: ObjectFactory_1.ObjectFactory.CreateInternalAlertDefinitionForMessages('Error'),
1161
+ }));
1162
+ });
1163
+ return returnAction;
1164
+ }
1165
+ /*******************
1166
+ * SYSTEM (INTERNAL) ACTIONS
1167
+ *******************/
1168
+ case SystemRedux.SYSTEM_SET_NEW_COLUMN_LIST_ORDER:
1169
+ const actionTyped = action;
1170
+ adaptable.setColumnOrder(actionTyped.visibleColumnList);
1171
+ return next(action);
1172
+ /*******************
1173
+ * GRID (INTERNAL) ACTIONS
1174
+ *******************/
1175
+ case GridRedux.GRID_CREATE_CELLS_SUMMARY: {
1176
+ let module = (adaptable.modules.get(ModuleConstants.CellSummaryModuleId));
1177
+ let returnAction = next(action);
1178
+ let selectedCellInfo = middlewareAPI.getState().Grid.SelectedCellInfo;
1179
+ let apiSummaryReturn = module.createCellSummary(selectedCellInfo);
1180
+ middlewareAPI.dispatch(GridRedux.GridSetCellSummary(apiSummaryReturn));
1181
+ return returnAction;
1182
+ }
1183
+ case GridRedux.GRID_REFRESH_CELLS: {
1184
+ const actionTyped = action;
1185
+ let ret = next(action);
1186
+ adaptable.refreshCells(actionTyped.rows, actionTyped.columnIds, true);
1187
+ return ret;
1188
+ }
1189
+ case GridRedux.GRID_SET_SORT: {
1190
+ let ret = next(action);
1191
+ adaptable.api.gridApi.fireSearchChangedEvent('Sort');
1192
+ return ret;
1193
+ }
1194
+ case GridRedux.GRID_CLEAR_SORT: {
1195
+ let ret = next(action);
1196
+ adaptable.api.gridApi.fireSearchChangedEvent('Sort');
1197
+ return ret;
1198
+ }
1199
+ /*******************
1200
+ * POPUP (INTERNAL) ACTIONS
1201
+ *******************/
1202
+ case PopupRedux.POPUP_SHOW_ALERT: {
1203
+ AdaptableToaster_1.showToast({
1204
+ api: adaptable.api,
1205
+ adaptableAlert: action.alert,
1206
+ });
1207
+ return next(action);
1208
+ }
1209
+ case PopupRedux.POPUP_CONFIRM_PROMPT: {
1210
+ let promptConfirmationAction = middlewareAPI.getState().Popup.PromptPopup.ConfirmAction;
1211
+ if (promptConfirmationAction) {
1212
+ let inputText = action.InputText;
1213
+ promptConfirmationAction.InputText = inputText;
1214
+ middlewareAPI.dispatch(promptConfirmationAction);
1215
+ }
1216
+ return next(action);
1217
+ }
1218
+ case PopupRedux.POPUP_CONFIRM_CONFIRMATION: {
1219
+ let confirmationAction = middlewareAPI.getState().Popup.ConfirmationPopup.ConfirmAction;
1220
+ if (confirmationAction) {
1221
+ middlewareAPI.dispatch(confirmationAction);
1222
+ }
1223
+ return next(action);
1224
+ }
1225
+ case PopupRedux.POPUP_CANCEL_CONFIRMATION: {
1226
+ let cancelAction = middlewareAPI.getState().Popup.ConfirmationPopup.CancelAction;
1227
+ if (cancelAction) {
1228
+ middlewareAPI.dispatch(cancelAction);
1229
+ }
1230
+ return next(action);
1231
+ }
1232
+ /*******************
1233
+ * MANAGING STATE ACTIONS
1234
+ *******************/
1235
+ case exports.INIT_STATE: {
1236
+ let returnAction = next(action);
1237
+ // make sure we have the grid columns in state, before we do any layout work
1238
+ adaptable.updateColumnsIntoStore();
1239
+ const layoutState = middlewareAPI.getState().Layout;
1240
+ const defaultLayout = adaptable.api.layoutApi.createDefaultLayoutIfNeeded();
1241
+ let currentLayout = (layoutState === null || layoutState === void 0 ? void 0 : layoutState.CurrentLayout) || (defaultLayout === null || defaultLayout === void 0 ? void 0 : defaultLayout.Name);
1242
+ if (!adaptable.api.layoutApi.getLayoutByName(currentLayout)) {
1243
+ currentLayout = defaultLayout ? defaultLayout.Name : layoutState.Layouts[0].Name;
1244
+ }
1245
+ middlewareAPI.dispatch(LayoutRedux.LayoutSelect(currentLayout));
1246
+ // do this now so it sets module entitlements
1247
+ adaptable.EntitlementService.setModulesEntitlements();
1248
+ // create the module menu (for use in the dashboard and the toolpanel)
1249
+ adaptable.ModuleService.createModuleMenus();
1250
+ return returnAction;
1251
+ }
1252
+ default: {
1253
+ return next(action);
1254
+ }
1255
+ }
1256
+ };
1257
+ };
1258
+ };