@adaptabletools/adaptable 17.0.0-canary.0 → 17.0.0-canary.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (398) hide show
  1. package/base.css +1203 -1207
  2. package/base.css.map +1 -1
  3. package/index.css +28 -1989
  4. package/index.css.map +1 -1
  5. package/package.json +10 -108
  6. package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +2 -2
  7. package/src/AdaptableInterfaces/IAdaptable.d.ts +16 -11
  8. package/src/AdaptableOptions/ActionRowOptions.d.ts +25 -3
  9. package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +3 -3
  10. package/src/AdaptableOptions/AdaptableOptions.d.ts +10 -1
  11. package/src/AdaptableOptions/AdaptablePlugin.d.ts +1 -1
  12. package/src/AdaptableOptions/AlertOptions.d.ts +2 -2
  13. package/src/AdaptableOptions/ColumnFilterOptions.d.ts +110 -91
  14. package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +1 -1
  15. package/src/AdaptableOptions/DateInputOptions.d.ts +1 -1
  16. package/src/AdaptableOptions/EditOptions.d.ts +2 -2
  17. package/src/AdaptableOptions/ExportOptions.d.ts +3 -3
  18. package/src/AdaptableOptions/ExpressionOptions.d.ts +2 -2
  19. package/src/AdaptableOptions/Fdc3Options.d.ts +10 -4
  20. package/src/AdaptableOptions/GridFilterOptions.d.ts +18 -0
  21. package/src/AdaptableOptions/LayoutOptions.d.ts +1 -1
  22. package/src/AdaptableOptions/MenuOptions.d.ts +10 -4
  23. package/src/AdaptableOptions/NotificationsOptions.d.ts +1 -1
  24. package/src/AdaptableOptions/QuickSearchOptions.d.ts +4 -4
  25. package/src/AdaptableOptions/UserInterfaceOptions.d.ts +1 -16
  26. package/src/Api/ColumnApi.d.ts +4 -0
  27. package/src/Api/ColumnFilterApi.d.ts +2 -5
  28. package/src/Api/DashboardApi.d.ts +0 -11
  29. package/src/Api/EventApi.d.ts +2 -30
  30. package/src/Api/Events/ActionRowSubmitted.d.ts +1 -5
  31. package/src/Api/Events/AdaptableSearchState.d.ts +2 -7
  32. package/src/Api/Events/Fdc3MessageInfo.d.ts +1 -1
  33. package/src/Api/Events/GridFilterApplied.d.ts +2 -1
  34. package/src/Api/ExportApi.d.ts +0 -4
  35. package/src/Api/GridFilterApi.d.ts +26 -8
  36. package/src/Api/Implementation/ColumnApiImpl.d.ts +1 -0
  37. package/src/Api/Implementation/ColumnApiImpl.js +4 -0
  38. package/src/Api/Implementation/ColumnFilterApiImpl.d.ts +1 -1
  39. package/src/Api/Implementation/ColumnFilterApiImpl.js +3 -3
  40. package/src/Api/Implementation/ConfigApiImpl.js +1 -2
  41. package/src/Api/Implementation/DashboardApiImpl.d.ts +0 -2
  42. package/src/Api/Implementation/DashboardApiImpl.js +0 -14
  43. package/src/Api/Implementation/ExportApiImpl.d.ts +0 -1
  44. package/src/Api/Implementation/ExportApiImpl.js +0 -3
  45. package/src/Api/Implementation/GridApiImpl.js +2 -2
  46. package/src/Api/Implementation/GridFilterApiImpl.d.ts +6 -1
  47. package/src/Api/Implementation/GridFilterApiImpl.js +22 -3
  48. package/src/Api/Implementation/NamedQueryApiImpl.d.ts +2 -5
  49. package/src/Api/Implementation/NamedQueryApiImpl.js +2 -2
  50. package/src/Api/Implementation/OptionsApiImpl.d.ts +2 -1
  51. package/src/Api/Implementation/OptionsApiImpl.js +3 -0
  52. package/src/Api/Implementation/UserInterfaceApiImpl.js +2 -2
  53. package/src/Api/Internal/ActionRowInternalApi.d.ts +1 -0
  54. package/src/Api/Internal/ActionRowInternalApi.js +17 -3
  55. package/src/Api/Internal/AlertInternalApi.d.ts +1 -7
  56. package/src/Api/Internal/ColumnFilterInternalApi.d.ts +2 -2
  57. package/src/Api/Internal/ColumnFilterInternalApi.js +9 -9
  58. package/src/Api/Internal/ColumnInternalApi.d.ts +0 -10
  59. package/src/Api/Internal/ColumnInternalApi.js +0 -28
  60. package/src/Api/Internal/Fdc3InternalApi.d.ts +2 -2
  61. package/src/Api/Internal/FormatColumnInternalApi.js +6 -6
  62. package/src/Api/Internal/GridFilterInternalApi.d.ts +1 -1
  63. package/src/Api/Internal/GridFilterInternalApi.js +5 -5
  64. package/src/Api/Internal/GridInternalApi.js +31 -9
  65. package/src/Api/Internal/LayoutInternalApi.js +8 -0
  66. package/src/Api/Internal/PredicateInternalApi.js +3 -3
  67. package/src/Api/Internal/StyledColumnInternalApi.d.ts +0 -3
  68. package/src/Api/Internal/StyledColumnInternalApi.js +0 -27
  69. package/src/Api/NamedQueryApi.d.ts +6 -5
  70. package/src/Api/OptionsApi.d.ts +5 -1
  71. package/src/PredefinedConfig/AlertState.d.ts +6 -6
  72. package/src/PredefinedConfig/CalculatedColumnState.d.ts +1 -1
  73. package/src/PredefinedConfig/ChartingState.d.ts +4 -1
  74. package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +2 -2
  75. package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +1 -1
  76. package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +2 -2
  77. package/src/PredefinedConfig/Common/AdaptableForm.d.ts +2 -2
  78. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +1 -1
  79. package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +2 -2
  80. package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +1 -1
  81. package/src/PredefinedConfig/Common/AdaptableObject.d.ts +1 -1
  82. package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +3 -3
  83. package/src/PredefinedConfig/Common/AdaptablePredicate.js +45 -58
  84. package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +1 -1
  85. package/src/PredefinedConfig/Common/AdaptableScope.d.ts +5 -5
  86. package/src/PredefinedConfig/Common/AggregationColumns.d.ts +1 -1
  87. package/src/PredefinedConfig/Common/ColumnFilter.d.ts +2 -2
  88. package/src/PredefinedConfig/Common/Entitlement.d.ts +1 -1
  89. package/src/PredefinedConfig/Common/Fdc3Context.d.ts +133 -37
  90. package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +4 -4
  91. package/src/PredefinedConfig/Common/Schedule.d.ts +2 -2
  92. package/src/PredefinedConfig/Common/Types.d.ts +15 -15
  93. package/src/PredefinedConfig/ExportState.d.ts +4 -4
  94. package/src/PredefinedConfig/FlashingCellState.d.ts +4 -4
  95. package/src/PredefinedConfig/FormatColumnState.d.ts +4 -27
  96. package/src/PredefinedConfig/NotesState.d.ts +2 -2
  97. package/src/PredefinedConfig/PredefinedConfig.d.ts +0 -5
  98. package/src/PredefinedConfig/ShortcutState.d.ts +1 -1
  99. package/src/PredefinedConfig/StyledColumnState.d.ts +8 -13
  100. package/src/PredefinedConfig/SystemState.d.ts +3 -3
  101. package/src/PredefinedConfig/TeamSharingState.d.ts +3 -3
  102. package/src/PredefinedConfig/ToolPanelState.d.ts +1 -1
  103. package/src/PredefinedConfig/Uuid.d.ts +1 -1
  104. package/src/Redux/ActionsReducers/GridRedux.d.ts +6 -1
  105. package/src/Redux/ActionsReducers/GridRedux.js +18 -0
  106. package/src/Redux/ActionsReducers/LayoutRedux.d.ts +37 -16
  107. package/src/Redux/ActionsReducers/LayoutRedux.js +69 -16
  108. package/src/Redux/Store/AdaptableReduxMerger.d.ts +1 -1
  109. package/src/Redux/Store/AdaptableStore.d.ts +2 -2
  110. package/src/Redux/Store/AdaptableStore.js +46 -19
  111. package/src/Strategy/AdaptableModuleBase.d.ts +0 -1
  112. package/src/Strategy/AdaptableModuleBase.js +0 -30
  113. package/src/Strategy/AlertModule.js +1 -1
  114. package/src/Strategy/ChartingModule.js +8 -5
  115. package/src/Strategy/ColumnFilterModule.d.ts +2 -0
  116. package/src/Strategy/ColumnFilterModule.js +78 -40
  117. package/src/Strategy/CustomSortModule.js +1 -1
  118. package/src/Strategy/FlashingCellModule.js +1 -1
  119. package/src/Strategy/Interface/IModule.d.ts +3 -3
  120. package/src/Strategy/LayoutModule.js +5 -0
  121. package/src/Strategy/StyledColumnModule.js +2 -53
  122. package/src/Utilities/Constants/GeneralConstants.d.ts +3 -0
  123. package/src/Utilities/Constants/GeneralConstants.js +3 -0
  124. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +31 -23
  125. package/src/Utilities/Defaults/DefaultSettingsPanel.d.ts +1 -1
  126. package/src/Utilities/Defaults/DefaultSettingsPanel.js +2 -2
  127. package/src/Utilities/Emitter.d.ts +2 -2
  128. package/src/Utilities/Emitter.js +2 -2
  129. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +3 -3
  130. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +3 -3
  131. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +1 -1
  132. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +55 -5
  133. package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +1 -0
  134. package/src/Utilities/ExpressionFunctions/dateUtils.js +9 -0
  135. package/src/Utilities/ExpressionFunctions/deepMap.d.ts +3 -3
  136. package/src/Utilities/ExpressionFunctions/deepMap.js +7 -7
  137. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +1 -1
  138. package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +7 -7
  139. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
  140. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.d.ts +7 -7
  141. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +1 -1
  142. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +11 -1
  143. package/src/Utilities/Extensions/TypeExtensions.d.ts +8 -8
  144. package/src/Utilities/Helpers/AdaptableHelper.js +4 -0
  145. package/src/Utilities/ObjectFactory.js +1 -1
  146. package/src/Utilities/Services/EntitlementService.d.ts +0 -1
  147. package/src/Utilities/Services/EntitlementService.js +0 -8
  148. package/src/Utilities/Services/Interface/IAlertService.d.ts +3 -3
  149. package/src/Utilities/Services/Interface/IEntitlementService.d.ts +0 -6
  150. package/src/Utilities/Services/Interface/IMetamodelService.d.ts +1 -1
  151. package/src/Utilities/Services/LicenseService/index.js +181 -1
  152. package/src/Utilities/Services/MetamodelService.js +1 -1
  153. package/src/Utilities/Services/ModuleService.js +1 -1
  154. package/src/Utilities/license/LicenseDetails.d.ts +1 -1
  155. package/src/Utilities/license/decode.js +65 -1
  156. package/src/Utilities/license/hashing.js +43 -1
  157. package/src/Utilities/logDeprecation.d.ts +5 -3
  158. package/src/View/AdaptablePopover/index.d.ts +1 -0
  159. package/src/View/AdaptablePopover/index.js +1 -1
  160. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +1 -1
  161. package/src/View/Alert/AlertEmptyView.js +1 -1
  162. package/src/View/Alert/Utilities/getAvailablePredicates.js +1 -1
  163. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +1 -1
  164. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +20 -4
  165. package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +1 -1
  166. package/src/View/Alert/Wizard/AlertButtonsEditor.js +21 -24
  167. package/src/View/Alert/Wizard/AlertMessageWizardSection.d.ts +1 -1
  168. package/src/View/Alert/Wizard/AlertNotificationWizardSection.d.ts +1 -1
  169. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +1 -1
  170. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +1 -1
  171. package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +1 -1
  172. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +1 -1
  173. package/src/View/Alert/Wizard/AlertTypeWizardSection.d.ts +1 -1
  174. package/src/View/Alert/Wizard/AlertWizard.js +1 -1
  175. package/src/View/Alert/Wizard/isValidAlertRules.js +1 -1
  176. package/src/View/BulkUpdate/BulkUpdatePopup.js +3 -9
  177. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +2 -2
  178. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.d.ts +1 -1
  179. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +1 -1
  180. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +1 -1
  181. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +9 -18
  182. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.d.ts +1 -1
  183. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +1 -1
  184. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +2 -2
  185. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +5 -1
  186. package/src/View/CellSummary/CellSummaryViewPanel.js +5 -5
  187. package/src/View/ColumnInfo/ColumnInfo.js +7 -8
  188. package/src/View/Components/AdaptableDateInput/index.d.ts +2 -2
  189. package/src/View/Components/AdaptableInput/index.d.ts +1 -1
  190. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +2 -2
  191. package/src/View/Components/Buttons/ButtonBase/index.d.ts +1 -1
  192. package/src/View/Components/Buttons/ButtonOpen.d.ts +5 -0
  193. package/src/View/Components/Buttons/ButtonOpen.js +7 -0
  194. package/src/View/Components/Buttons/ButtonUnsuspend.d.ts +8 -0
  195. package/src/View/Components/Buttons/ButtonUnsuspend.js +17 -0
  196. package/src/View/Components/CellPopup/index.d.ts +1 -1
  197. package/src/View/Components/ColumnSelector/index.d.ts +1 -1
  198. package/src/View/Components/EntityRulesEditor/index.d.ts +2 -2
  199. package/src/View/Components/EntityRulesEditor/index.js +11 -3
  200. package/src/View/Components/ExternalRenderer.d.ts +1 -1
  201. package/src/View/Components/FilterForm/FilterForm.js +24 -24
  202. package/src/View/Components/FilterForm/QuickFilterForm.js +3 -3
  203. package/src/View/Components/FilterForm/QuickFilterValues.d.ts +2 -2
  204. package/src/View/Components/FilterForm/QuickFilterValues.js +2 -2
  205. package/src/View/Components/FilterForm/Waiting.d.ts +1 -1
  206. package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +1 -1
  207. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +1 -1
  208. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +2 -2
  209. package/src/View/Components/PredicateEditor/PredicateEditor.js +10 -10
  210. package/src/View/Components/RangesComponent.js +11 -8
  211. package/src/View/Components/Selectors/ColumnSelector.d.ts +12 -17
  212. package/src/View/Components/Selectors/ColumnSelector.js +23 -42
  213. package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +18 -0
  214. package/src/View/Components/Selectors/ColumnSelectorOld.js +46 -0
  215. package/src/View/Components/Selectors/ColumnValueSelector.d.ts +4 -23
  216. package/src/View/Components/Selectors/ColumnValueSelector.js +34 -126
  217. package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +13 -0
  218. package/src/View/Components/Selectors/PermittedValuesSelector.js +46 -0
  219. package/src/View/Components/StyleComponent.d.ts +2 -3
  220. package/src/View/Components/StyleComponent.js +37 -40
  221. package/src/View/Components/ToolPanel/ToolPanelPopup.js +2 -2
  222. package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +1 -1
  223. package/src/View/Components/ValueSelector/index.d.ts +2 -2
  224. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +1 -1
  225. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +1 -1
  226. package/src/View/CustomSort/Wizard/CustomSortWizard.js +1 -1
  227. package/src/View/Dashboard/DashboardPopup.js +4 -4
  228. package/src/View/Dashboard/DashboardToolbarFactory.js +0 -1
  229. package/src/View/Dashboard/PinnedDashboard.js +6 -3
  230. package/src/View/Dashboard/PinnedToolbarsSelector.js +1 -1
  231. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +3 -1
  232. package/src/View/DataImport/DataImportPopup.js +1 -1
  233. package/src/View/DataImport/DataImportWizard/DataImportWizard.d.ts +1 -1
  234. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.d.ts +1 -1
  235. package/src/View/DataSet/DataSetViewPanel.js +3 -2
  236. package/src/View/Export/ExportViewPanel.js +12 -9
  237. package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +1 -1
  238. package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +1 -1
  239. package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +1 -1
  240. package/src/View/Filter/FilterViewPanel.js +1 -1
  241. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +1 -1
  242. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.d.ts +1 -1
  243. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +2 -2
  244. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.d.ts +1 -1
  245. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.d.ts +1 -1
  246. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +8 -8
  247. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +1 -1
  248. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +1 -1
  249. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +10 -9
  250. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.d.ts +1 -1
  251. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +1 -1
  252. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +1 -1
  253. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +1 -1
  254. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +3 -1
  255. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +1 -1
  256. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +7 -17
  257. package/src/View/GridFilter/GridFilterExpressionEditor.js +62 -9
  258. package/src/View/GridFilter/GridFilterPopup.js +36 -6
  259. package/src/View/GridFilter/GridFilterStatusbar.js +0 -1
  260. package/src/View/GridFilter/GridFilterViewPanel.d.ts +2 -26
  261. package/src/View/GridFilter/GridFilterViewPanel.js +49 -150
  262. package/src/View/GridFilter/NamedQuerySelector.d.ts +16 -0
  263. package/src/View/GridFilter/NamedQuerySelector.js +50 -0
  264. package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +24 -0
  265. package/src/View/GridFilter/useGridFilterExpressionEditor.js +123 -0
  266. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.d.ts +4 -0
  267. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +27 -0
  268. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +5 -3
  269. package/src/View/Layout/LayoutViewPanel.js +4 -3
  270. package/src/View/Layout/SaveLayoutButton.js +2 -1
  271. package/src/View/Layout/Wizard/LayoutWizard.js +10 -0
  272. package/src/View/Layout/Wizard/sections/FilterSection.js +15 -17
  273. package/src/View/Layout/Wizard/sections/GridFilterSection.d.ts +9 -0
  274. package/src/View/Layout/Wizard/sections/GridFilterSection.js +37 -0
  275. package/src/View/License/LicenseWatermark.js +61 -1
  276. package/src/View/NamedQuery/EditCurrentQueryButton.js +1 -1
  277. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +1 -1
  278. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +2 -2
  279. package/src/View/QuickSearch/QuickSearchPopup.js +1 -1
  280. package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +1 -1
  281. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -2
  282. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +1 -1
  283. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +6 -5
  284. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +6 -7
  285. package/src/View/Shortcut/Wizard/ShortcutWizard.js +4 -3
  286. package/src/View/SmartEdit/SmartEditViewPanel.js +7 -5
  287. package/src/View/SpecialColumnSettingsWizardStep.js +4 -1
  288. package/src/View/StateManagement/StateManagementPopup.js +6 -6
  289. package/src/View/StatusBar/StatusBarPopup.js +1 -1
  290. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +16 -8
  291. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +20 -23
  292. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +2 -3
  293. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.d.ts +1 -1
  294. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +7 -5
  295. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.d.ts +1 -1
  296. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +4 -4
  297. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +0 -8
  298. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +2 -9
  299. package/src/View/SystemStatus/SystemStatusViewPanel.js +1 -1
  300. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +1 -1
  301. package/src/View/Theme/ThemeEditor.d.ts +1 -1
  302. package/src/View/Theme/ThemeViewPanel.js +4 -3
  303. package/src/View/UIHelper.d.ts +1 -1
  304. package/src/View/Wizard/ObjectTagsWizardSection.d.ts +1 -1
  305. package/src/View/Wizard/OnePageAdaptableWizard.d.ts +1 -1
  306. package/src/View/Wizard/OnePageWizards.d.ts +2 -2
  307. package/src/agGrid/Adaptable.d.ts +20 -17
  308. package/src/agGrid/Adaptable.js +192 -189
  309. package/src/agGrid/AdaptableLogger.js +14 -14
  310. package/src/agGrid/CheckboxRenderer.d.ts +5 -0
  311. package/src/agGrid/CheckboxRenderer.js +5 -1
  312. package/src/agGrid/ColumnSetupInfo.d.ts +1 -1
  313. package/src/agGrid/agGridHelper.d.ts +0 -1
  314. package/src/agGrid/agGridHelper.js +15 -13
  315. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +2 -2
  316. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +2 -2
  317. package/src/components/CheckBox/index.d.ts +1 -1
  318. package/src/components/ColorPicker/ColorPicker.d.ts +2 -2
  319. package/src/components/ContainerProps.d.ts +2 -2
  320. package/src/components/Dashboard/Dashboard.d.ts +2 -2
  321. package/src/components/Dashboard/DashboardTab.d.ts +1 -1
  322. package/src/components/Dashboard/DashboardToolbar.d.ts +1 -1
  323. package/src/components/Datepicker/index.d.ts +2 -2
  324. package/src/components/Dialog/index.d.ts +2 -2
  325. package/src/components/Dropdown/index.d.ts +2 -2
  326. package/src/components/DropdownButton/DropdownButtonItem.d.ts +1 -1
  327. package/src/components/DropdownButton/index.d.ts +1 -1
  328. package/src/components/DropdownButton/renderItem.d.ts +1 -1
  329. package/src/components/DropdownButton/useExpanded.d.ts +1 -1
  330. package/src/components/EllipsisContainer/index.d.ts +1 -1
  331. package/src/components/EmptyContent/index.d.ts +1 -1
  332. package/src/components/ExpressionEditor/BaseEditorInput.js +1 -1
  333. package/src/components/ExpressionEditor/NamedQueryContext.d.ts +1 -1
  334. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +45 -15
  335. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +7 -2
  336. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +48 -33
  337. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +1 -1
  338. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +6 -6
  339. package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +2 -0
  340. package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +2 -1
  341. package/src/components/ExpressionEditor/QueryBuilder/utils.js +30 -0
  342. package/src/components/ExpressionEditor/index.d.ts +2 -1
  343. package/src/components/ExpressionEditor/index.js +81 -59
  344. package/src/components/FormLayout/index.d.ts +4 -4
  345. package/src/components/Input/NumberInput.d.ts +1 -1
  346. package/src/components/Input/index.d.ts +2 -2
  347. package/src/components/List/ListGroupItem/index.d.ts +2 -2
  348. package/src/components/Modal/Backdrop.d.ts +2 -2
  349. package/src/components/OverlayTrigger/index.d.ts +1 -1
  350. package/src/components/Panel/index.d.ts +1 -1
  351. package/src/components/Radio/index.d.ts +1 -1
  352. package/src/components/ResizeObserver/index.d.ts +1 -1
  353. package/src/components/Select/Select.d.ts +30 -0
  354. package/src/components/Select/Select.js +128 -0
  355. package/src/components/Select/index.d.ts +1 -0
  356. package/src/components/Select/index.js +1 -0
  357. package/src/components/SelectableList/index.d.ts +1 -1
  358. package/src/components/Tabs/index.d.ts +3 -3
  359. package/src/components/Textarea/index.d.ts +1 -1
  360. package/src/components/Toggle/Toggle.d.ts +1 -1
  361. package/src/components/WarningBox/index.d.ts +4 -0
  362. package/src/components/WarningBox/index.js +7 -0
  363. package/src/components/WindowModal/WindowModal.d.ts +2 -2
  364. package/src/components/icons/DefaultIcon.d.ts +1 -1
  365. package/src/components/icons/index.js +2 -0
  366. package/src/components/icons/resume.d.ts +3 -0
  367. package/src/components/icons/resume.js +4 -0
  368. package/src/components/utils/useContainerScrollObserver/index.d.ts +1 -1
  369. package/src/components/utils/uuid.d.ts +1 -1
  370. package/src/metamodel/adaptable-metamodel-model.d.ts +2 -2
  371. package/src/metamodel/adaptable.metamodel.d.ts +330 -27
  372. package/src/metamodel/adaptable.metamodel.js +9435 -1
  373. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +1 -1
  374. package/src/parser/src/predicate/mapQlPredicateToExpression.js +3 -0
  375. package/src/parser/src/predicate/types.d.ts +2 -2
  376. package/src/parser/src/types.d.ts +23 -11
  377. package/src/renderReactRoot.d.ts +2 -4
  378. package/src/renderReactRoot.js +5 -46
  379. package/src/types.d.ts +6 -6
  380. package/themes/dark.css +1 -1
  381. package/themes/dark.css.map +1 -1
  382. package/themes/light.css +1 -1
  383. package/themes/light.css.map +1 -1
  384. package/tsconfig.esm.tsbuildinfo +1 -0
  385. package/publishTimestamp.d.ts +0 -2
  386. package/publishTimestamp.js +0 -1
  387. package/src/AdaptableOptions/FilterOptions.d.ts +0 -216
  388. package/src/AdaptableOptions/FinancePluginOptions.d.ts +0 -6
  389. package/src/AdaptableOptions/FinancePluginOptions.js +0 -1
  390. package/src/Api/Events/ChexboxColumnClicked.d.ts +0 -24
  391. package/src/Api/Events/ChexboxColumnClicked.js +0 -1
  392. package/src/Api/Events/QueryRun.d.ts +0 -15
  393. package/src/Api/Events/QueryRun.js +0 -1
  394. package/src/PredefinedConfig/ConditionalStyleState.d.ts +0 -41
  395. package/src/PredefinedConfig/ConditionalStyleState.js +0 -1
  396. package/version.d.ts +0 -2
  397. package/version.js +0 -1
  398. /package/src/AdaptableOptions/{FilterOptions.js → GridFilterOptions.js} +0 -0
@@ -3,7 +3,7 @@ import { ReactNode, HTMLProps } from 'react';
3
3
  export declare const baseClassName = "ab-Panel";
4
4
  export interface HeaderProps extends FlexProps {
5
5
  }
6
- export declare type PanelProps = HTMLProps<HTMLElement> & {
6
+ export type PanelProps = HTMLProps<HTMLElement> & {
7
7
  header?: ReactNode | string;
8
8
  headerProps?: HeaderProps;
9
9
  bodyProps?: BoxProps;
@@ -1,6 +1,6 @@
1
1
  import { ReactNode, SyntheticEvent } from 'react';
2
2
  import { BoxProps, FlexProps } from 'rebass';
3
- declare type TypeProps = {
3
+ type TypeProps = {
4
4
  checked?: boolean;
5
5
  as?: any;
6
6
  name?: string;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- declare type OnResizeFn = (size: {
2
+ type OnResizeFn = (size: {
3
3
  width: number;
4
4
  height: number;
5
5
  }) => void;
@@ -0,0 +1,30 @@
1
+ import * as React from 'react';
2
+ import { AccessLevel, AdaptableSystemIconName } from '../../types';
3
+ export type SelectOption<SelectValue extends unknown> = {
4
+ label: React.ReactNode;
5
+ icon?: AdaptableSystemIconName;
6
+ value: SelectValue;
7
+ isDisabled?: boolean;
8
+ };
9
+ export type SelectProps<SelectValue extends unknown, IsMulti extends boolean = false> = {
10
+ options: readonly SelectOption<SelectValue>[] | SelectOption<SelectValue>[];
11
+ disabled?: boolean;
12
+ menuPosition?: 'fixed' | 'absolute';
13
+ isClearable?: boolean;
14
+ isMulti?: IsMulti;
15
+ onChange: (value: IsMulti extends true ? SelectValue[] : SelectValue) => void;
16
+ value: IsMulti extends true ? SelectValue[] : SelectValue;
17
+ placeholder?: string;
18
+ 'data-name'?: string;
19
+ 'data-id'?: string;
20
+ rederSingleValue?: (option: SelectOption<SelectValue>) => React.ReactNode;
21
+ className?: string;
22
+ isLoding?: boolean;
23
+ onFocus?: () => void;
24
+ accessLevel?: AccessLevel;
25
+ style?: React.CSSProperties;
26
+ onInputChange?: (value: string) => void;
27
+ variant?: 'default' | 'raised';
28
+ isCreatable?: boolean;
29
+ };
30
+ export declare const Select: <SelectValue extends unknown, IsMulti extends boolean = false>(props: SelectProps<SelectValue, IsMulti>) => JSX.Element;
@@ -0,0 +1,128 @@
1
+ import { isSameDay } from 'date-fns';
2
+ import * as React from 'react';
3
+ import ReactSelect, { components } from 'react-select';
4
+ import CreatableSelect from 'react-select/creatable';
5
+ const commonStyles = ({ isFocused, isDisabled, }) => {
6
+ return {
7
+ color: 'var(--ab-cmp-input__color)',
8
+ background: isDisabled
9
+ ? 'var(--ab-cmp-input--disabled__background)'
10
+ : 'var(--ab-cmp-input__background)',
11
+ };
12
+ };
13
+ export const Select = function (props) {
14
+ var _a, _b, _c, _d;
15
+ let selectedOption = (_a = props.options.find((option) => {
16
+ if (typeof option.value === 'object' && option.value instanceof Date) {
17
+ return isSameDay(option.value, props.value);
18
+ }
19
+ return option.value === props.value;
20
+ })) !== null && _a !== void 0 ? _a : null;
21
+ if (!selectedOption && props.value !== undefined && props.value !== null) {
22
+ selectedOption = {
23
+ value: props.value,
24
+ label: props.value,
25
+ };
26
+ }
27
+ let disabled = (_b = props.disabled) !== null && _b !== void 0 ? _b : false;
28
+ const accessLevel = (_c = props.accessLevel) !== null && _c !== void 0 ? _c : 'Full';
29
+ if (accessLevel === 'Hidden') {
30
+ return null;
31
+ }
32
+ if (accessLevel === 'ReadOnly') {
33
+ disabled = true;
34
+ }
35
+ /**
36
+ * If on each render a new reference is passed, the menu will not open using the keyboard.
37
+ */
38
+ const SelectContainer = React.useMemo(() => {
39
+ return (inputProps) => {
40
+ return (React.createElement(components.SelectContainer, Object.assign({}, inputProps, { innerProps: Object.assign({
41
+ // @ts-ignore
42
+ 'data-name': props['data-name'], 'data-id': props['data-id'] }, inputProps.innerProps) })));
43
+ };
44
+ }, []);
45
+ const ValueContainer = React.useMemo(() => {
46
+ return (inputProps) => {
47
+ return (React.createElement(components.ValueContainer, Object.assign({}, inputProps, { innerProps: Object.assign({ 'data-name': 'value-container' }, inputProps.innerProps) })));
48
+ };
49
+ }, []);
50
+ const SelectComponent = props.isCreatable ? CreatableSelect : ReactSelect;
51
+ return (React.createElement(SelectComponent, { onInputChange: props.onInputChange, onFocus: props.onFocus, isLoading: props.isLoding, options: props.options, className: props.className, isDisabled: disabled, isMulti: props.isMulti, value: selectedOption, menuPosition: (_d = props.menuPosition) !== null && _d !== void 0 ? _d : 'fixed', isClearable: props.isClearable, onChange: (option) => {
52
+ if (props.isMulti) {
53
+ props.onChange(option.map((x) => x === null || x === void 0 ? void 0 : x.value));
54
+ }
55
+ else {
56
+ props.onChange(option === null || option === void 0 ? void 0 : option.value);
57
+ }
58
+ }, placeholder: props.placeholder, components: {
59
+ SelectContainer,
60
+ ValueContainer,
61
+ SingleValue: (singleValueProps) => {
62
+ return (React.createElement(components.SingleValue, Object.assign({}, singleValueProps), props.rederSingleValue
63
+ ? props.rederSingleValue(selectedOption)
64
+ : singleValueProps.children));
65
+ },
66
+ },
67
+ /**
68
+ * Using styles is the preferred way to style react-select.
69
+ * https://react-select.com/styles#the-styles-prop
70
+ */
71
+ styles: {
72
+ // Typescript issue with csstype@3.1.3
73
+ // https://github.com/JedWatson/react-select/issues/5825#issuecomment-1850472549
74
+ // Remove
75
+ container: (baseStyle) => {
76
+ return Object.assign(Object.assign({}, baseStyle), props.style);
77
+ },
78
+ // @ts-ignorets-ignore when fixed
79
+ menuPortal: (baseStyle) => {
80
+ return Object.assign(Object.assign({}, baseStyle), { zIndex: 999999 });
81
+ },
82
+ // @ts-ignore
83
+ menu: (baseStyle, state) => {
84
+ return Object.assign(Object.assign(Object.assign({}, baseStyle), { zIndex: 999999, boxShadow: 'var(--ab-cmp-dropdownbutton-list__box-shadow)', minWidth: 160 }), commonStyles(state));
85
+ },
86
+ // @ts-ignore
87
+ option: (baseStyle, state) => {
88
+ const style = Object.assign(Object.assign(Object.assign({}, baseStyle), commonStyles(state)), { '&:active': {
89
+ background: 'var(--ab-cmp-dropdownbutton-list-item-hover__background)',
90
+ }, opacity: state.isDisabled ? 0.5 : 1 });
91
+ if (state.isSelected) {
92
+ style.background = 'var(--ab-cmp-dropdownbutton-list-item-active__background)';
93
+ style.color = 'var(--ab-cmp-dropdownbutton-list-item-active__color)';
94
+ }
95
+ if (state.isFocused) {
96
+ style.background = 'var(--ab-cmp-dropdownbutton-list-item-hover__background)';
97
+ }
98
+ return style;
99
+ },
100
+ // @ts-ignore
101
+ input: (baseStyle, state) => {
102
+ return Object.assign(Object.assign({}, baseStyle), { color: 'var(--ab-cmp-input__color)' });
103
+ },
104
+ // @ts-ignore
105
+ singleValue: (baseStyle, state) => {
106
+ return Object.assign(Object.assign({}, baseStyle), commonStyles(state));
107
+ },
108
+ // @ts-ignore
109
+ control: (baseStyle, state) => {
110
+ state;
111
+ return Object.assign(Object.assign(Object.assign({}, baseStyle), commonStyles(state)), {
112
+ // height: 30,
113
+ minHeight: 32, boxShadow: state.isFocused ? 'var(--ab-focus__box-shadow)' : 'none', outline: state.isFocused ? 'var(--ab-focus__outline)' : 'none', border: props.variant && props.variant === 'raised'
114
+ ? '1px solid transparent'
115
+ : 'var(--ab-cmp-input__border)', '&:hover': {
116
+ border: 'var(--ab-cmp-input__border)',
117
+ } });
118
+ },
119
+ // @ts-ignore
120
+ dropdownIndicator: (baseStyle) => {
121
+ return Object.assign(Object.assign({}, baseStyle), { padding: 0 });
122
+ },
123
+ // @ts-ignore
124
+ clearIndicator: (baseStyle) => {
125
+ return Object.assign(Object.assign({}, baseStyle), { padding: '2px 3px' });
126
+ },
127
+ } }));
128
+ };
@@ -0,0 +1 @@
1
+ export * from './Select';
@@ -0,0 +1 @@
1
+ export * from './Select';
@@ -1,5 +1,5 @@
1
1
  import { SyntheticEvent, HTMLProps } from 'react';
2
- declare type SelectableListValues = {
2
+ type SelectableListValues = {
3
3
  [key: string]: boolean;
4
4
  };
5
5
  export declare const useSelectionEvent: () => (event: SyntheticEvent, { index }: {
@@ -1,6 +1,6 @@
1
1
  import { BoxProps } from 'rebass';
2
2
  import { HTMLProps } from 'react';
3
- export declare type TabsProps<VALUE_TYPE> = HTMLProps<HTMLElement> & {
3
+ export type TabsProps<VALUE_TYPE> = HTMLProps<HTMLElement> & {
4
4
  value?: VALUE_TYPE;
5
5
  defaultValue?: VALUE_TYPE;
6
6
  onValueChange?: (value: VALUE_TYPE) => void;
@@ -25,7 +25,7 @@ export declare const Tabs: {
25
25
  };
26
26
  };
27
27
  };
28
- declare type TabProps = {
28
+ type TabProps = {
29
29
  index?: number;
30
30
  keyboardNavigation?: boolean;
31
31
  } & BoxProps & HTMLProps<HTMLDivElement>;
@@ -35,7 +35,7 @@ export declare const Tab: {
35
35
  isTabsTab: boolean;
36
36
  };
37
37
  };
38
- declare type ContentProps = {
38
+ type ContentProps = {
39
39
  value?: string | number;
40
40
  } & BoxProps;
41
41
  export declare const Content: {
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { BoxProps } from 'rebass';
3
3
  import { HTMLProps } from 'react';
4
4
  export declare const baseClassName = "ab-Textarea";
5
- export declare type TextareaProps = Omit<HTMLProps<HTMLTextAreaElement>, 'ref'> & {
5
+ export type TextareaProps = Omit<HTMLProps<HTMLTextAreaElement>, 'ref'> & {
6
6
  placehoder?: string;
7
7
  type?: string;
8
8
  disabled?: boolean;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { AdaptableSystemIconName } from '../../types';
3
- export declare type ToggleProps = {
3
+ export type ToggleProps = {
4
4
  onPressedChange: (pressed: boolean) => void;
5
5
  pressed?: boolean;
6
6
  icon?: AdaptableSystemIconName;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BoxProps } from 'rebass';
3
+ export declare const baseClassName = "ab-WarningBox";
4
+ export declare const WarningBox: (props: BoxProps) => JSX.Element;
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import { Box } from 'rebass';
3
+ import join from '../utils/join';
4
+ export const baseClassName = 'ab-WarningBox';
5
+ export const WarningBox = (props) => {
6
+ return React.createElement(Box, Object.assign({}, props, { className: join(props.className, baseClassName) }));
7
+ };
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- export declare type WindowModalSize = {
2
+ export type WindowModalSize = {
3
3
  width: number;
4
4
  height: number;
5
5
  };
6
- export declare type WindowModalPosition = {
6
+ export type WindowModalPosition = {
7
7
  x: number;
8
8
  y: number;
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ReactNode } from 'react';
3
- export declare type IconProps = {
3
+ export type IconProps = {
4
4
  size?: number;
5
5
  children?: ReactNode;
6
6
  name?: string;
@@ -64,6 +64,7 @@ import StateManagement from './state-management';
64
64
  import ToolPanel from './tool-panel';
65
65
  import PercentBar from './percent-bar';
66
66
  import Sparkline from './spark-line';
67
+ import Resume from './resume';
67
68
  import PieChart from './pie-chart';
68
69
  import PlusMinus from './plus-minus';
69
70
  import QuickSearch from './quick-search';
@@ -189,6 +190,7 @@ export const allIcons = {
189
190
  'horizontal-lines': FreetextColumn,
190
191
  'percent-tag': PercentBar,
191
192
  'spark-line': Sparkline,
193
+ 'resume': Resume,
192
194
  'pie-chart': PieChart,
193
195
  'add-circle': PlusMinus,
194
196
  reminder: Reminder,
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: (props: any) => JSX.Element;
3
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import DefaultIcon from './DefaultIcon';
3
+ export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
+ React.createElement("path", { d: "M240-240v-480h80v480h-80Zm160 0 400-240-400-240v480Zm80-141v-198l165 99-165 99Zm0-99Z" })));
@@ -1,4 +1,4 @@
1
- declare type UseContainerScrollObserverCallback = (currentIndex: number) => void;
1
+ type UseContainerScrollObserverCallback = (currentIndex: number) => void;
2
2
  export declare const useContainerScrollObserver: (callback: UseContainerScrollObserverCallback) => {
3
3
  ref: (node: HTMLElement) => void;
4
4
  scrollToIndex: (index: number) => void;
@@ -1,2 +1,2 @@
1
- export declare type TypeUuid = string;
1
+ export type TypeUuid = string;
2
2
  export declare const createUuid: () => TypeUuid;
@@ -1,4 +1,4 @@
1
- export declare type AdaptableMetamodel = Record<string, MetamodelItem>;
1
+ export type AdaptableMetamodel = Record<string, MetamodelItem>;
2
2
  export interface MetamodelItem {
3
3
  name: string;
4
4
  kind: 'A' | 'I' | 'C';
@@ -16,4 +16,4 @@ export interface MetamodelItemProperty {
16
16
  gridInfo?: 'item' | 'container';
17
17
  noCode?: 'item' | 'container';
18
18
  }
19
- export declare type MetamodelItemPropertyKind = 'R' | 'n' | 's' | 'b' | 'd' | 'f' | 'a' | 'i' | 'u';
19
+ export type MetamodelItemPropertyKind = 'R' | 'n' | 's' | 'b' | 'd' | 'f' | 'a' | 'i' | 'u';