@adaptabletools/adaptable 18.0.10-canary.0 → 18.0.10-canary.2

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 (871) hide show
  1. package/agGrid.js +12 -12
  2. package/package.json +1 -2
  3. package/src/Api/Implementation/ActionColumnApiImpl.js +3 -3
  4. package/src/Api/Implementation/ActionRowApiImpl.js +3 -3
  5. package/src/Api/Implementation/AdaptableApiImpl.js +51 -51
  6. package/src/Api/Implementation/AlertApiImpl.js +9 -9
  7. package/src/Api/Implementation/ApiBase.js +2 -2
  8. package/src/Api/Implementation/ApplicationApiImpl.js +2 -2
  9. package/src/Api/Implementation/BulkUpdateApiImpl.js +3 -3
  10. package/src/Api/Implementation/CalculatedColumnApiImpl.js +4 -4
  11. package/src/Api/Implementation/CalendarApiImpl.js +1 -1
  12. package/src/Api/Implementation/CellSummaryApiImpl.js +4 -4
  13. package/src/Api/Implementation/ChartingApiImpl.js +6 -6
  14. package/src/Api/Implementation/ColumnApiImpl.js +6 -6
  15. package/src/Api/Implementation/ColumnFilterApiImpl.js +5 -5
  16. package/src/Api/Implementation/ColumnMenuApiImpl.js +1 -1
  17. package/src/Api/Implementation/ColumnScopeApiImpl.js +3 -3
  18. package/src/Api/Implementation/CommentsApiImpl.js +5 -5
  19. package/src/Api/Implementation/ConfigApiImpl.js +24 -24
  20. package/src/Api/Implementation/ContextMenuApiImpl.js +1 -1
  21. package/src/Api/Implementation/CustomSortApiImpl.js +4 -4
  22. package/src/Api/Implementation/DashboardApiImpl.js +5 -5
  23. package/src/Api/Implementation/DataChangeHistoryApiImpl.js +3 -3
  24. package/src/Api/Implementation/DataImportApiImpl.js +2 -2
  25. package/src/Api/Implementation/DataSetApiImpl.js +4 -4
  26. package/src/Api/Implementation/EntitlementApiImpl.js +1 -1
  27. package/src/Api/Implementation/EventApiImpl.js +2 -2
  28. package/src/Api/Implementation/ExportApiImpl.js +7 -7
  29. package/src/Api/Implementation/ExpressionApiImpl.js +3 -3
  30. package/src/Api/Implementation/Fdc3ApiImpl.js +4 -4
  31. package/src/Api/Implementation/FlashingCellApiImpl.js +4 -4
  32. package/src/Api/Implementation/FormatColumnApiImpl.js +4 -4
  33. package/src/Api/Implementation/FreeTextColumnApiImpl.js +5 -5
  34. package/src/Api/Implementation/GridApiImpl.js +9 -9
  35. package/src/Api/Implementation/GridFilterApiImpl.js +5 -5
  36. package/src/Api/Implementation/LayoutApiImpl.js +11 -11
  37. package/src/Api/Implementation/NamedQueryApiImpl.js +5 -5
  38. package/src/Api/Implementation/NoteApiImpl.js +3 -3
  39. package/src/Api/Implementation/OptionsApiImpl.js +1 -1
  40. package/src/Api/Implementation/PluginsApiImpl.js +2 -2
  41. package/src/Api/Implementation/PlusMinusApiImpl.js +3 -3
  42. package/src/Api/Implementation/PredicateApiImpl.js +5 -5
  43. package/src/Api/Implementation/QuickSearchApiImpl.js +4 -4
  44. package/src/Api/Implementation/ScheduleApiImpl.js +4 -4
  45. package/src/Api/Implementation/SettingsPanelApiImpl.js +2 -2
  46. package/src/Api/Implementation/ShortcutApiImpl.js +3 -3
  47. package/src/Api/Implementation/SmartEditApiImpl.js +4 -4
  48. package/src/Api/Implementation/StatusBarApiImpl.js +2 -2
  49. package/src/Api/Implementation/StyledColumnApiImpl.js +4 -4
  50. package/src/Api/Implementation/SystemStatusApiImpl.js +8 -8
  51. package/src/Api/Implementation/TeamSharingApiImpl.js +6 -6
  52. package/src/Api/Implementation/ThemeApiImpl.js +6 -6
  53. package/src/Api/Implementation/ToolPanelApiImpl.js +4 -4
  54. package/src/Api/Implementation/UserInterfaceApiImpl.js +7 -7
  55. package/src/Api/Internal/ActionRowInternalApi.js +4 -4
  56. package/src/Api/Internal/AdaptableInternalApi.js +10 -10
  57. package/src/Api/Internal/AlertInternalApi.js +7 -7
  58. package/src/Api/Internal/CalculatedColumnInternalApi.js +5 -5
  59. package/src/Api/Internal/ChartingInternalApi.js +2 -2
  60. package/src/Api/Internal/ColumnFilterInternalApi.js +4 -4
  61. package/src/Api/Internal/ColumnInternalApi.js +2 -2
  62. package/src/Api/Internal/CommentsInternalApi.js +1 -1
  63. package/src/Api/Internal/CustomSortInternalApi.js +1 -1
  64. package/src/Api/Internal/DashboardInternalApi.js +2 -2
  65. package/src/Api/Internal/DataImportInternalApi.js +3 -3
  66. package/src/Api/Internal/DataSetInternalApi.js +1 -1
  67. package/src/Api/Internal/ExportInternalApi.js +1 -1
  68. package/src/Api/Internal/ExpressionInternalApi.js +1 -1
  69. package/src/Api/Internal/Fdc3InternalApi.js +6 -6
  70. package/src/Api/Internal/FlashingCellInternalApi.js +4 -4
  71. package/src/Api/Internal/FormatColumnInternalApi.js +5 -5
  72. package/src/Api/Internal/FreeTextColumnInternalApi.js +6 -6
  73. package/src/Api/Internal/GridFilterInternalApi.js +1 -1
  74. package/src/Api/Internal/GridInternalApi.js +9 -9
  75. package/src/Api/Internal/LayoutInternalApi.js +6 -6
  76. package/src/Api/Internal/NamedQueryInternalApi.js +2 -2
  77. package/src/Api/Internal/NoteInternalApi.js +1 -1
  78. package/src/Api/Internal/PredicateInternalApi.js +1 -1
  79. package/src/Api/Internal/ScheduleInternalApi.js +1 -1
  80. package/src/Api/Internal/StyledColumnInternalApi.js +2 -2
  81. package/src/Api/Internal/SystemStatusInternalApi.js +2 -2
  82. package/src/Api/Internal/TeamSharingInternalApi.js +1 -1
  83. package/src/Api/Internal/ThemeInternalApi.js +2 -2
  84. package/src/Api/Internal/UserInterfaceInternalApi.js +1 -1
  85. package/src/EnvVars.js +1 -1
  86. package/src/PredefinedConfig/Common/AdaptablePredicate.js +4 -4
  87. package/src/PredefinedConfig/Common/Fdc3Intent.js +1 -1
  88. package/src/PredefinedConfig/Common/Types.js +1 -1
  89. package/src/Redux/ActionsReducers/AlertRedux.js +3 -3
  90. package/src/Redux/ActionsReducers/ApplicationRedux.js +1 -1
  91. package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +2 -2
  92. package/src/Redux/ActionsReducers/ChartingRedux.js +2 -2
  93. package/src/Redux/ActionsReducers/CommentsRedux.js +3 -3
  94. package/src/Redux/ActionsReducers/CustomSortRedux.js +3 -3
  95. package/src/Redux/ActionsReducers/DashboardRedux.js +1 -1
  96. package/src/Redux/ActionsReducers/ExportRedux.js +2 -2
  97. package/src/Redux/ActionsReducers/FlashingCellRedux.js +2 -2
  98. package/src/Redux/ActionsReducers/FormatColumnRedux.js +3 -3
  99. package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +2 -2
  100. package/src/Redux/ActionsReducers/GridRedux.js +3 -3
  101. package/src/Redux/ActionsReducers/LayoutRedux.js +2 -2
  102. package/src/Redux/ActionsReducers/NamedQueryRedux.js +2 -2
  103. package/src/Redux/ActionsReducers/NoteRedux.js +2 -2
  104. package/src/Redux/ActionsReducers/PlusMinusRedux.js +3 -3
  105. package/src/Redux/ActionsReducers/QueryRedux.js +1 -1
  106. package/src/Redux/ActionsReducers/QuickSearchRedux.js +1 -1
  107. package/src/Redux/ActionsReducers/ScheduleRedux.js +3 -3
  108. package/src/Redux/ActionsReducers/ShortcutRedux.js +3 -3
  109. package/src/Redux/ActionsReducers/StatusBarRedux.js +1 -1
  110. package/src/Redux/ActionsReducers/StyledColumnRedux.js +3 -3
  111. package/src/Redux/ActionsReducers/SystemRedux.js +4 -4
  112. package/src/Redux/ActionsReducers/TeamSharingRedux.js +1 -1
  113. package/src/Redux/ActionsReducers/ThemeRedux.js +1 -1
  114. package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +3 -3
  115. package/src/Redux/Store/AdaptableReduxMerger.js +2 -2
  116. package/src/Redux/Store/AdaptableStore.js +45 -45
  117. package/src/Strategy/AdaptableModuleBase.js +2 -2
  118. package/src/Strategy/AlertModule.js +16 -16
  119. package/src/Strategy/BulkUpdateModule.js +6 -6
  120. package/src/Strategy/CalculatedColumnModule.js +9 -9
  121. package/src/Strategy/CellSummaryModule.js +7 -7
  122. package/src/Strategy/ChartingModule.js +9 -9
  123. package/src/Strategy/ColumnFilterModule.js +6 -6
  124. package/src/Strategy/ColumnInfoModule.js +2 -2
  125. package/src/Strategy/CommentModule.js +3 -3
  126. package/src/Strategy/CustomSortModule.js +7 -7
  127. package/src/Strategy/DashboardModule.js +3 -3
  128. package/src/Strategy/DataChangeHistoryModule.js +4 -4
  129. package/src/Strategy/DataImportModule.js +2 -2
  130. package/src/Strategy/DataSetModule.js +6 -6
  131. package/src/Strategy/ExportModule.js +20 -20
  132. package/src/Strategy/Fdc3Module.js +2 -2
  133. package/src/Strategy/FlashingCellModule.js +13 -13
  134. package/src/Strategy/FormatColumnModule.js +12 -12
  135. package/src/Strategy/FreeTextColumnModule.js +5 -5
  136. package/src/Strategy/GridFilterModule.js +4 -4
  137. package/src/Strategy/GridInfoModule.js +2 -2
  138. package/src/Strategy/LayoutModule.js +17 -17
  139. package/src/Strategy/NamedQueryModule.js +6 -6
  140. package/src/Strategy/NoteModule.js +3 -3
  141. package/src/Strategy/PlusMinusModule.js +11 -11
  142. package/src/Strategy/QuickSearchModule.js +3 -3
  143. package/src/Strategy/ScheduleModule.js +9 -9
  144. package/src/Strategy/SettingsPanelModule.js +3 -3
  145. package/src/Strategy/ShortcutModule.js +10 -10
  146. package/src/Strategy/SmartEditModule.js +6 -6
  147. package/src/Strategy/StateManagementModule.js +2 -2
  148. package/src/Strategy/StatusBarModule.js +2 -2
  149. package/src/Strategy/StyledColumnModule.js +8 -8
  150. package/src/Strategy/SystemStatusModule.js +3 -3
  151. package/src/Strategy/TeamSharingModule.js +10 -10
  152. package/src/Strategy/ThemeModule.js +3 -3
  153. package/src/Strategy/ToolPanelModule.js +2 -2
  154. package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +2 -2
  155. package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +2 -2
  156. package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +1 -1
  157. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +2 -2
  158. package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +1 -1
  159. package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +1 -1
  160. package/src/Strategy/Utilities/getExpressionViewItems.js +2 -2
  161. package/src/Strategy/Utilities/getObjectTagsViewItems.js +1 -1
  162. package/src/Utilities/Constants/GeneralConstants.js +2 -2
  163. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +4 -4
  164. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +5 -5
  165. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +4 -4
  166. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +3 -3
  167. package/src/Utilities/ExpressionFunctions/groupingMap.js +1 -1
  168. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +3 -3
  169. package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +1 -1
  170. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +6 -6
  171. package/src/Utilities/Extensions/ArrayExtensions.js +1 -1
  172. package/src/Utilities/Extensions/EnumExtensions.js +1 -1
  173. package/src/Utilities/Helpers/AdaptableHelper.js +1 -1
  174. package/src/Utilities/Helpers/DateHelper.js +2 -2
  175. package/src/Utilities/Helpers/FormatHelper.js +1 -1
  176. package/src/Utilities/Helpers/Helper.js +2 -2
  177. package/src/Utilities/Helpers/PreviewHelper.js +1 -1
  178. package/src/Utilities/Helpers/StyleHelper.js +1 -1
  179. package/src/Utilities/MenuItem.js +1 -1
  180. package/src/Utilities/ObjectFactory.js +5 -5
  181. package/src/Utilities/Services/AggregatedScalarLiveValue.js +1 -1
  182. package/src/Utilities/Services/AlertService.js +3 -3
  183. package/src/Utilities/Services/CalculatedColumnExpressionService.js +2 -2
  184. package/src/Utilities/Services/CellPopupService.js +1 -1
  185. package/src/Utilities/Services/ChartingService.js +2 -2
  186. package/src/Utilities/Services/DataService.js +2 -2
  187. package/src/Utilities/Services/Fdc3Service.js +2 -2
  188. package/src/Utilities/Services/LicenseService/index.js +1 -1
  189. package/src/Utilities/Services/MetamodelService.js +5 -5
  190. package/src/Utilities/Services/ModuleService.js +3 -3
  191. package/src/Utilities/Services/QueryLanguageService.js +8 -8
  192. package/src/Utilities/Services/ReportService.js +9 -9
  193. package/src/Utilities/Services/RowSummaryService.d.ts +1 -1
  194. package/src/Utilities/Services/RowSummaryService.js +6 -6
  195. package/src/Utilities/Services/TeamSharingService.js +2 -2
  196. package/src/Utilities/Services/ValidationService.js +4 -4
  197. package/src/Utilities/license/decode.js +1 -1
  198. package/src/View/AdaptablePopover/index.js +5 -5
  199. package/src/View/AdaptableView.js +13 -13
  200. package/src/View/AdaptableViewFactory.js +34 -34
  201. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +7 -7
  202. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +7 -7
  203. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +1 -1
  204. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +8 -8
  205. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +1 -1
  206. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +6 -6
  207. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +3 -3
  208. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +2 -2
  209. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +5 -5
  210. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +7 -7
  211. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +4 -4
  212. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +1 -1
  213. package/src/View/AdaptableWizardView/Wizard.js +4 -4
  214. package/src/View/AdaptableWizardView/index.js +2 -2
  215. package/src/View/Alert/ActiveAlertsPanel.js +3 -3
  216. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +2 -2
  217. package/src/View/Alert/AlertEmptyView.js +1 -1
  218. package/src/View/Alert/AlertEntityRow.js +5 -5
  219. package/src/View/Alert/AlertStatusSubPanel.js +5 -5
  220. package/src/View/Alert/AlertViewPanel.js +5 -5
  221. package/src/View/Alert/AlertsPanel.js +8 -8
  222. package/src/View/Alert/Utilities/getAlertButtonStyle.js +1 -1
  223. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +2 -2
  224. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +11 -11
  225. package/src/View/Alert/Wizard/AlertButtonsEditor.js +8 -8
  226. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +6 -6
  227. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +6 -6
  228. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +6 -6
  229. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +2 -2
  230. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +5 -5
  231. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +4 -4
  232. package/src/View/Alert/Wizard/AlertWizard.js +19 -19
  233. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +2 -2
  234. package/src/View/Alert/Wizard/isValidAlertRules.js +1 -1
  235. package/src/View/BulkUpdate/BulkUpdatePopup.js +10 -10
  236. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +11 -11
  237. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +6 -6
  238. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +7 -7
  239. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +5 -5
  240. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +9 -9
  241. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +2 -2
  242. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +13 -13
  243. package/src/View/CellSummary/CellSummaryDetails.js +2 -2
  244. package/src/View/CellSummary/CellSummaryPopover.js +1 -1
  245. package/src/View/CellSummary/CellSummaryPopup.js +3 -3
  246. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +1 -1
  247. package/src/View/CellSummary/CellSummaryStatusPanel.js +5 -5
  248. package/src/View/CellSummary/CellSummaryViewPanel.js +9 -9
  249. package/src/View/Charting/ChartingStatusBarPopover.js +3 -3
  250. package/src/View/Charting/ChartingViewPanel.js +1 -1
  251. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +5 -5
  252. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +2 -2
  253. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +4 -4
  254. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -1
  255. package/src/View/Charting/ChartingWizard/ChartingWizard.js +3 -3
  256. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +3 -3
  257. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +2 -2
  258. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -1
  259. package/src/View/Charting/ChartingWizard/index.js +1 -1
  260. package/src/View/Charting/DeleteChartButton.js +3 -3
  261. package/src/View/Charting/EditChartButton.js +3 -3
  262. package/src/View/Charting/ShowChartButton.js +7 -7
  263. package/src/View/Charting/useAgChartState.js +2 -2
  264. package/src/View/Charting/useChartingElements.js +10 -10
  265. package/src/View/Charting/useExternalChartState.js +1 -1
  266. package/src/View/ColumnInfo/ColumnInfo.js +8 -8
  267. package/src/View/ColumnInfo/ColumnInfoPopup.js +2 -2
  268. package/src/View/Comments/CommentsEditor.js +8 -8
  269. package/src/View/Comments/CommentsPopup.js +6 -6
  270. package/src/View/Components/AdaptableButton/index.js +3 -3
  271. package/src/View/Components/AdaptableDateInput/index.js +4 -4
  272. package/src/View/Components/AdaptableIconComponent/index.js +2 -2
  273. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +1 -1
  274. package/src/View/Components/AdaptableIconSelector/index.js +2 -2
  275. package/src/View/Components/AdaptableInput/AdaptableDateInlineInput.js +2 -2
  276. package/src/View/Components/AdaptableInput/index.js +3 -3
  277. package/src/View/Components/AdaptableObjectCollection/index.js +1 -1
  278. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +3 -3
  279. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +10 -10
  280. package/src/View/Components/AdaptableObjectList/index.js +1 -1
  281. package/src/View/Components/AdaptableObjectRow/index.js +1 -1
  282. package/src/View/Components/Badge/index.js +2 -2
  283. package/src/View/Components/Buttons/ButtonApply.js +1 -1
  284. package/src/View/Components/Buttons/ButtonBase/index.js +1 -1
  285. package/src/View/Components/Buttons/ButtonClear.js +1 -1
  286. package/src/View/Components/Buttons/ButtonClone.js +1 -1
  287. package/src/View/Components/Buttons/ButtonClose.js +1 -1
  288. package/src/View/Components/Buttons/ButtonConfigure.js +1 -1
  289. package/src/View/Components/Buttons/ButtonDelete.js +2 -2
  290. package/src/View/Components/Buttons/ButtonEdit.js +1 -1
  291. package/src/View/Components/Buttons/ButtonExpand.js +1 -1
  292. package/src/View/Components/Buttons/ButtonExport.js +1 -1
  293. package/src/View/Components/Buttons/ButtonFunction.js +1 -1
  294. package/src/View/Components/Buttons/ButtonGeneral.js +1 -1
  295. package/src/View/Components/Buttons/ButtonInfo.js +1 -1
  296. package/src/View/Components/Buttons/ButtonInvalid.js +1 -1
  297. package/src/View/Components/Buttons/ButtonLogin.js +1 -1
  298. package/src/View/Components/Buttons/ButtonLogout.js +1 -1
  299. package/src/View/Components/Buttons/ButtonMaximise.js +1 -1
  300. package/src/View/Components/Buttons/ButtonMinimise.js +1 -1
  301. package/src/View/Components/Buttons/ButtonNew.js +1 -1
  302. package/src/View/Components/Buttons/ButtonNewPage.js +1 -1
  303. package/src/View/Components/Buttons/ButtonOpen.js +1 -1
  304. package/src/View/Components/Buttons/ButtonPause.js +1 -1
  305. package/src/View/Components/Buttons/ButtonPlay.js +2 -2
  306. package/src/View/Components/Buttons/ButtonPreviewDelete.js +1 -1
  307. package/src/View/Components/Buttons/ButtonSave.js +1 -1
  308. package/src/View/Components/Buttons/ButtonSchedule.js +1 -1
  309. package/src/View/Components/Buttons/ButtonShare.js +2 -2
  310. package/src/View/Components/Buttons/ButtonShow.js +1 -1
  311. package/src/View/Components/Buttons/ButtonShowChart.js +1 -1
  312. package/src/View/Components/Buttons/ButtonStop.js +1 -1
  313. package/src/View/Components/Buttons/ButtonUndo.js +1 -1
  314. package/src/View/Components/Buttons/ButtonUnsuspend.js +1 -1
  315. package/src/View/Components/Buttons/EntityListActionButtons.js +5 -5
  316. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +1 -1
  317. package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -1
  318. package/src/View/Components/CellPopup/index.js +4 -4
  319. package/src/View/Components/ColumnSelector/index.js +1 -1
  320. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +5 -5
  321. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +9 -9
  322. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -1
  323. package/src/View/Components/EntityRulesEditor/index.js +5 -5
  324. package/src/View/Components/ExpressionWizard.js +5 -5
  325. package/src/View/Components/ExternalRenderer.js +1 -1
  326. package/src/View/Components/FilterForm/FilterForm.js +20 -20
  327. package/src/View/Components/FilterForm/ListBoxFilterForm.js +8 -8
  328. package/src/View/Components/FilterForm/ListBoxMenu.js +3 -3
  329. package/src/View/Components/FilterForm/QuickFilterForm.js +14 -14
  330. package/src/View/Components/FilterForm/QuickFilterValues.js +4 -4
  331. package/src/View/Components/FilterForm/Waiting.js +1 -1
  332. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +4 -4
  333. package/src/View/Components/ListBox/DualListBoxEditor.js +9 -9
  334. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +4 -4
  335. package/src/View/Components/ModuleProfile.js +1 -1
  336. package/src/View/Components/ModuleSummary/ModuleDetail.js +2 -2
  337. package/src/View/Components/ModuleSummary/ModuleHeader.js +3 -3
  338. package/src/View/Components/ModuleSummary/SummaryRowItem.js +1 -1
  339. package/src/View/Components/ModuleValueSelector/index.js +3 -3
  340. package/src/View/Components/NewScopeComponent.js +8 -8
  341. package/src/View/Components/Panels/FilterFormPanel.js +4 -4
  342. package/src/View/Components/Panels/PanelDashboard/index.js +1 -1
  343. package/src/View/Components/Panels/PanelFooter.js +1 -1
  344. package/src/View/Components/Panels/PanelToolPanel/index.js +6 -6
  345. package/src/View/Components/Panels/PanelWithButton.js +4 -4
  346. package/src/View/Components/Panels/PanelWithImage.js +3 -3
  347. package/src/View/Components/Panels/PanelWithRow.js +1 -1
  348. package/src/View/Components/Panels/PanelWithTwoButtons.js +1 -1
  349. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +2 -2
  350. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +4 -4
  351. package/src/View/Components/PermittedValuesSelector/index.js +1 -1
  352. package/src/View/Components/Popups/AdaptableLoadingScreen.js +1 -1
  353. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +11 -11
  354. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -3
  355. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +4 -4
  356. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +9 -9
  357. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +1 -1
  358. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +3 -3
  359. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +2 -2
  360. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +2 -2
  361. package/src/View/Components/Popups/AdaptablePopup/index.js +1 -1
  362. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +3 -3
  363. package/src/View/Components/Popups/AdaptablePopupAlert.js +6 -6
  364. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +8 -8
  365. package/src/View/Components/Popups/AdaptablePopupPrompt.js +4 -4
  366. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +7 -7
  367. package/src/View/Components/Popups/AdaptableToaster.js +3 -3
  368. package/src/View/Components/Popups/FormPopups/FormPopups.js +5 -5
  369. package/src/View/Components/Popups/GridCellPopup/GridCellPopup.js +6 -6
  370. package/src/View/Components/Popups/GridCellPopup/index.js +1 -1
  371. package/src/View/Components/Popups/Utilities.js +1 -1
  372. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +7 -7
  373. package/src/View/Components/Popups/WindowPopups/windowFactory.js +5 -5
  374. package/src/View/Components/PredicateEditor/PredicateEditor.js +7 -7
  375. package/src/View/Components/PreviewResultsPanel.js +5 -5
  376. package/src/View/Components/RangesComponent.js +9 -9
  377. package/src/View/Components/Selectors/ColumnSelector.js +2 -2
  378. package/src/View/Components/Selectors/ColumnSelectorOld.js +5 -5
  379. package/src/View/Components/Selectors/ColumnValueSelector.js +5 -5
  380. package/src/View/Components/Selectors/PermittedValuesSelector.js +3 -3
  381. package/src/View/Components/StyleComponent.js +15 -15
  382. package/src/View/Components/StyleVisualItem.js +3 -3
  383. package/src/View/Components/TagValueSelector/index.js +2 -2
  384. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +15 -15
  385. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +3 -3
  386. package/src/View/Components/ToolPanel/ToolPanelPopup.js +7 -7
  387. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +7 -7
  388. package/src/View/Components/ValueSelector/index.js +8 -8
  389. package/src/View/Components/WizardSummaryPage.js +2 -2
  390. package/src/View/Components/WizardSummaryRow.js +2 -2
  391. package/src/View/CustomSort/CustomSortSummary.js +13 -13
  392. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +4 -4
  393. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +1 -1
  394. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +7 -7
  395. package/src/View/CustomSort/Wizard/CustomSortWizard.js +7 -7
  396. package/src/View/Dashboard/CustomDashboardButton.js +1 -1
  397. package/src/View/Dashboard/CustomToolbar.js +3 -3
  398. package/src/View/Dashboard/Dashboard.js +17 -17
  399. package/src/View/Dashboard/DashboardPopup.js +8 -8
  400. package/src/View/Dashboard/DashboardToolbarFactory.js +4 -4
  401. package/src/View/Dashboard/DashboardViewPanel.js +2 -2
  402. package/src/View/Dashboard/ModuleToolbarWrapper.js +4 -4
  403. package/src/View/Dashboard/PinnedDashboard.js +2 -2
  404. package/src/View/Dashboard/PinnedToolbarsSelector.js +3 -3
  405. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +5 -5
  406. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +7 -7
  407. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +1 -1
  408. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +9 -9
  409. package/src/View/DataImport/DataImportPopup.js +4 -4
  410. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +9 -9
  411. package/src/View/DataImport/DataImportWizard/index.js +1 -1
  412. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +10 -10
  413. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +8 -8
  414. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +4 -4
  415. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +2 -2
  416. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +4 -4
  417. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +2 -2
  418. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -1
  419. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +4 -4
  420. package/src/View/DataImport/systemFileHandlers.js +1 -1
  421. package/src/View/DataSet/DataSetSelector.js +2 -2
  422. package/src/View/DataSet/DataSetStatusPanelPopover.js +2 -2
  423. package/src/View/DataSet/DataSetViewPanel.js +4 -4
  424. package/src/View/Export/ExportSelector.js +4 -4
  425. package/src/View/Export/ExportTablePopup.js +2 -2
  426. package/src/View/Export/ExportViewPanel.js +17 -17
  427. package/src/View/Export/ReportExportDropdown.js +6 -6
  428. package/src/View/Export/Wizard/NewReportWizard.js +8 -8
  429. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +3 -3
  430. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +4 -4
  431. package/src/View/Export/Wizard/ReportNameWizardSection.js +5 -5
  432. package/src/View/Export/Wizard/ReportRowTypeWizard.js +3 -3
  433. package/src/View/Export/Wizard/ReportRowsWizardSection.js +6 -6
  434. package/src/View/Export/Wizard/ReportSettingsWizard.js +5 -5
  435. package/src/View/Export/Wizard/ReportSummaryWizard.js +1 -1
  436. package/src/View/Filter/ActiveFiltersPanel.js +3 -3
  437. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +1 -1
  438. package/src/View/Filter/FilterSummary.js +9 -9
  439. package/src/View/Filter/FilterViewPanel.js +9 -9
  440. package/src/View/FlashingCell/FlashingCellStyle.js +1 -1
  441. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +3 -3
  442. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +2 -2
  443. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +8 -8
  444. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +4 -4
  445. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +13 -13
  446. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +1 -1
  447. package/src/View/FormatColumn/FormatColumnSummary.js +12 -12
  448. package/src/View/FormatColumn/MoveFormatColumn.js +3 -3
  449. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +15 -15
  450. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +2 -2
  451. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +3 -3
  452. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +7 -7
  453. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +4 -4
  454. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +15 -15
  455. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +12 -12
  456. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +12 -12
  457. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +7 -7
  458. package/src/View/GridFilter/GridFilterExpressionEditor.js +10 -10
  459. package/src/View/GridFilter/GridFilterPopup.js +16 -16
  460. package/src/View/GridFilter/GridFilterViewPanel.js +14 -14
  461. package/src/View/GridFilter/GridFilterWindowPopup.js +1 -1
  462. package/src/View/GridFilter/NamedQuerySelector.js +8 -8
  463. package/src/View/GridFilter/useGridFilterExpressionEditor.js +5 -5
  464. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +1 -1
  465. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +2 -2
  466. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +6 -6
  467. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +10 -10
  468. package/src/View/GridInfo/GridInfoPopup/index.js +1 -1
  469. package/src/View/Layout/EditCurrentLayoutButton.js +2 -2
  470. package/src/View/Layout/LayoutCloneButton.js +2 -2
  471. package/src/View/Layout/LayoutRadioSelector.js +2 -2
  472. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +2 -2
  473. package/src/View/Layout/LayoutViewPanel.js +11 -11
  474. package/src/View/Layout/PivotDetailsPopoup.js +2 -2
  475. package/src/View/Layout/SaveLayoutButton.js +5 -5
  476. package/src/View/Layout/TransposedPopup.js +5 -5
  477. package/src/View/Layout/Wizard/Components/ColumnLabels.js +1 -1
  478. package/src/View/Layout/Wizard/LayoutWizard.js +15 -15
  479. package/src/View/Layout/Wizard/getGridFilterPreview.js +2 -2
  480. package/src/View/Layout/Wizard/sections/AggregationsSection.js +10 -10
  481. package/src/View/Layout/Wizard/sections/ColumnsSection.js +17 -17
  482. package/src/View/Layout/Wizard/sections/FilterSection.js +10 -10
  483. package/src/View/Layout/Wizard/sections/GridFilterSection.js +8 -8
  484. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +7 -7
  485. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +8 -8
  486. package/src/View/Layout/Wizard/sections/RowSummarySection.js +14 -14
  487. package/src/View/Layout/Wizard/sections/SettingsSection.js +6 -6
  488. package/src/View/Layout/Wizard/sections/SortSection.js +9 -9
  489. package/src/View/License/LicenseWatermark.js +1 -1
  490. package/src/View/License/index.js +1 -1
  491. package/src/View/NamedQuery/EditCurrentQueryButton.js +2 -2
  492. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +4 -4
  493. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +6 -6
  494. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +7 -7
  495. package/src/View/Note/NoteEditor.js +1 -1
  496. package/src/View/Note/NotePopup.js +7 -7
  497. package/src/View/PlusMinus/MovePlusMinus.js +3 -3
  498. package/src/View/PlusMinus/PlusMinusSummary.js +11 -11
  499. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +3 -3
  500. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +2 -2
  501. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +9 -9
  502. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +7 -7
  503. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +4 -4
  504. package/src/View/QuickSearch/QuickSearchInput.js +4 -4
  505. package/src/View/QuickSearch/QuickSearchPopup.js +9 -9
  506. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +3 -3
  507. package/src/View/QuickSearch/QuickSearchViewPanel.js +1 -1
  508. package/src/View/QuickSearch/useQuickSearchDebounced.js +1 -1
  509. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +3 -3
  510. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +7 -7
  511. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +5 -5
  512. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +3 -3
  513. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -5
  514. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +3 -3
  515. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +3 -3
  516. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +6 -6
  517. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -3
  518. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +2 -2
  519. package/src/View/Schedule/Wizard/ScheduleWizard.js +8 -8
  520. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +2 -2
  521. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +9 -9
  522. package/src/View/Shortcut/Wizard/ShortcutWizard.js +10 -10
  523. package/src/View/Shortcut/shortcutOperations.js +1 -1
  524. package/src/View/SmartEdit/SmartEditPopup.js +12 -12
  525. package/src/View/SmartEdit/SmartEditViewPanel.js +11 -11
  526. package/src/View/SpecialColumnSettingsWizardStep.js +5 -5
  527. package/src/View/StateManagement/StateManagementPopup.js +6 -6
  528. package/src/View/StateManagement/StateManagementViewPanel.js +5 -5
  529. package/src/View/StateManagement/components/ClearButton.js +1 -1
  530. package/src/View/StateManagement/components/ExportDropdown.js +2 -2
  531. package/src/View/StateManagement/components/LoadButton.js +2 -2
  532. package/src/View/StateManagement/handleExportState.js +1 -1
  533. package/src/View/StatusBar/AdaptableStatusBar.js +3 -3
  534. package/src/View/StatusBar/StatusBarPanel.js +3 -3
  535. package/src/View/StatusBar/StatusBarPopup.js +6 -6
  536. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +16 -16
  537. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +12 -12
  538. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +11 -11
  539. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +4 -4
  540. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +5 -5
  541. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +2 -2
  542. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +1 -1
  543. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +4 -4
  544. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +13 -13
  545. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -1
  546. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +6 -6
  547. package/src/View/SystemStatus/SystemStatusEntityRow.js +4 -4
  548. package/src/View/SystemStatus/SystemStatusPopup.js +8 -8
  549. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +2 -2
  550. package/src/View/SystemStatus/SystemStatusViewPanel.js +1 -1
  551. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +1 -1
  552. package/src/View/TeamSharing/SharedEntityDependencies.js +3 -3
  553. package/src/View/TeamSharing/SharedEntityObjectView.js +4 -4
  554. package/src/View/TeamSharing/TeamSharingApplyButton.js +2 -2
  555. package/src/View/Theme/ThemeEditor.js +7 -7
  556. package/src/View/Theme/ThemeEditorWindow.js +2 -2
  557. package/src/View/Theme/ThemeField.js +6 -6
  558. package/src/View/Theme/ThemePopup.js +9 -9
  559. package/src/View/Theme/ThemeSelector.js +4 -4
  560. package/src/View/Theme/ThemeStatusbar.js +1 -1
  561. package/src/View/Theme/ThemeViewPanel.js +3 -3
  562. package/src/View/Theme/VariantSelector.js +3 -3
  563. package/src/View/UIHelper.js +4 -4
  564. package/src/View/Wizard/AdaptableWizard.js +5 -5
  565. package/src/View/Wizard/ObjectTagsWizardSection.js +3 -3
  566. package/src/View/Wizard/OnePageAdaptableWizard.js +6 -6
  567. package/src/View/Wizard/OnePageWizards.js +9 -9
  568. package/src/View/Wizard/TypeRadio.js +1 -1
  569. package/src/View/Wizard/WizardLegend.js +1 -1
  570. package/src/View/Wizard/useKeyboardNavigation.js +1 -1
  571. package/src/View/renderWithAdaptableContext.js +2 -2
  572. package/src/agGrid/ActionColumnRenderer.js +3 -3
  573. package/src/agGrid/Adaptable.js +6 -6
  574. package/src/agGrid/AdaptableAgGrid.js +93 -93
  575. package/src/agGrid/AgGridAdapter.js +4 -4
  576. package/src/agGrid/AgGridColumnAdapter.js +9 -9
  577. package/src/agGrid/AgGridMenuAdapter.js +3 -3
  578. package/src/agGrid/BadgeRenderer.js +2 -2
  579. package/src/agGrid/FilterWrapper.js +1 -1
  580. package/src/agGrid/FloatingFilterWrapper.js +1 -1
  581. package/src/agGrid/PercentBarRenderer.js +1 -1
  582. package/src/agGrid/attachAddaptableColumnTypes.js +1 -1
  583. package/src/agGrid/buildSortedColumnStateForLayout.js +4 -4
  584. package/src/agGrid/createAgStatusPanelComponent.js +1 -1
  585. package/src/agGrid/defaultAdaptableOptions.js +7 -7
  586. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +4 -4
  587. package/src/agGrid/editors/AdaptableDateEditor/index.js +3 -3
  588. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +2 -2
  589. package/src/agGrid/editors/AdaptableNumberEditor/index.js +2 -2
  590. package/src/agGrid/index.js +2 -2
  591. package/src/components/Accordion.js +2 -2
  592. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -6
  593. package/src/components/AdaptableFormComponent/index.js +1 -1
  594. package/src/components/CheckBox/index.js +1 -1
  595. package/src/components/CodeBlock/index.js +1 -1
  596. package/src/components/ColorPicker/ColorPicker.js +2 -2
  597. package/src/components/ColorPicker/index.js +1 -1
  598. package/src/components/Dashboard/Dashboard.js +5 -5
  599. package/src/components/Dashboard/DashboardManager.js +1 -1
  600. package/src/components/Dashboard/DashboardToolbar.js +2 -2
  601. package/src/components/Dashboard/index.js +3 -3
  602. package/src/components/Datepicker/Caption.js +1 -1
  603. package/src/components/Datepicker/CaptionLabel.js +1 -1
  604. package/src/components/Datepicker/index.js +9 -9
  605. package/src/components/Dialog/index.js +8 -8
  606. package/src/components/Dialog/useIsOpen.js +1 -1
  607. package/src/components/DragAndDropContext/ModuleManager.js +5 -5
  608. package/src/components/DragAndDropContext/TabList.js +3 -3
  609. package/src/components/DragAndDropContext/UnusedPanel.js +1 -1
  610. package/src/components/Dropdown/Arrows.js +1 -1
  611. package/src/components/Dropdown/index.js +4 -4
  612. package/src/components/DropdownButton/index.js +5 -5
  613. package/src/components/DropdownButton/useExpanded.js +3 -3
  614. package/src/components/EllipsisContainer/index.js +2 -2
  615. package/src/components/EmptyContent/index.js +1 -1
  616. package/src/components/ErrorBox/index.js +1 -1
  617. package/src/components/ExpressionEditor/BaseEditorInput.js +18 -18
  618. package/src/components/ExpressionEditor/EditorButton.js +2 -2
  619. package/src/components/ExpressionEditor/EditorInput.js +8 -8
  620. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +8 -8
  621. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +1 -1
  622. package/src/components/ExpressionEditor/ExpressionPreview.js +1 -1
  623. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +10 -10
  624. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +11 -11
  625. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +10 -10
  626. package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -1
  627. package/src/components/ExpressionEditor/QueryBuilder/utils.js +5 -5
  628. package/src/components/ExpressionEditor/index.js +22 -22
  629. package/src/components/FieldWrap/index.js +1 -1
  630. package/src/components/FileDroppable/index.js +6 -6
  631. package/src/components/FormLayout/index.js +1 -1
  632. package/src/components/HelpBlock/index.js +1 -1
  633. package/src/components/Icon/index.js +2 -2
  634. package/src/components/IconSelector/IconSelector.js +5 -5
  635. package/src/components/IconSelector/index.js +1 -1
  636. package/src/components/InfiniteTable/index.js +1 -1
  637. package/src/components/Input/NumberInput.js +1 -1
  638. package/src/components/Input/index.js +1 -1
  639. package/src/components/InputGroup/index.js +1 -1
  640. package/src/components/List/GridList/index.js +2 -2
  641. package/src/components/List/ListGroup/index.js +1 -1
  642. package/src/components/List/ListGroupItem/index.js +2 -2
  643. package/src/components/Loader/index.js +2 -2
  644. package/src/components/Modal/index.js +4 -4
  645. package/src/components/NotifyResize/index.js +1 -1
  646. package/src/components/OverlayTrigger/Overlay.js +2 -2
  647. package/src/components/OverlayTrigger/index.js +12 -12
  648. package/src/components/OverlayTrigger/useAgGridClassName.js +1 -1
  649. package/src/components/Panel/index.js +1 -1
  650. package/src/components/PopupWithFooter.js +2 -2
  651. package/src/components/ProgressIndicator/ProgressIndicator.js +4 -4
  652. package/src/components/Radio/index.js +1 -1
  653. package/src/components/ResizeObserver/index.js +1 -1
  654. package/src/components/Select/Select.js +1 -1
  655. package/src/components/Select/index.js +1 -1
  656. package/src/components/SelectList.js +1 -1
  657. package/src/components/SelectableList/index.js +1 -1
  658. package/src/components/SimpleButton/index.js +5 -5
  659. package/src/components/SizedContainer/index.js +1 -1
  660. package/src/components/StylePreview.js +2 -2
  661. package/src/components/Table/index.js +1 -1
  662. package/src/components/Tabs/index.js +2 -2
  663. package/src/components/Tag/Tag.js +1 -1
  664. package/src/components/Tag/index.js +1 -1
  665. package/src/components/Textarea/index.js +1 -1
  666. package/src/components/Toggle/Toggle.js +2 -2
  667. package/src/components/Toggle/index.js +2 -2
  668. package/src/components/ToggleButton/index.js +1 -1
  669. package/src/components/Tooltip/index.js +1 -1
  670. package/src/components/WarningBox/index.js +1 -1
  671. package/src/components/WindowModal/WindowModal.js +3 -3
  672. package/src/components/WindowModal/index.js +1 -1
  673. package/src/components/WindowModal/useStacking.js +1 -1
  674. package/src/components/WizardPanel/index.js +2 -2
  675. package/src/components/icons/DefaultIcon.js +1 -1
  676. package/src/components/icons/add-row.js +1 -1
  677. package/src/components/icons/alert.js +1 -1
  678. package/src/components/icons/align-center.js +1 -1
  679. package/src/components/icons/align-justify.js +1 -1
  680. package/src/components/icons/align-left.js +1 -1
  681. package/src/components/icons/align-right.js +1 -1
  682. package/src/components/icons/analysis.js +1 -1
  683. package/src/components/icons/application.js +1 -1
  684. package/src/components/icons/arrow-down-long.js +1 -1
  685. package/src/components/icons/arrow-down.js +1 -1
  686. package/src/components/icons/arrow-expand.js +1 -1
  687. package/src/components/icons/arrow-left.js +1 -1
  688. package/src/components/icons/arrow-right.js +1 -1
  689. package/src/components/icons/arrow-up-long.js +1 -1
  690. package/src/components/icons/arrow-up.js +1 -1
  691. package/src/components/icons/attach-file.js +1 -1
  692. package/src/components/icons/badge.js +1 -1
  693. package/src/components/icons/blanks.js +1 -1
  694. package/src/components/icons/bold.js +1 -1
  695. package/src/components/icons/boolean-list.js +1 -1
  696. package/src/components/icons/brush.js +1 -1
  697. package/src/components/icons/build.js +1 -1
  698. package/src/components/icons/bulk-update.js +1 -1
  699. package/src/components/icons/calculated-column.js +1 -1
  700. package/src/components/icons/calendar.js +1 -1
  701. package/src/components/icons/call.js +1 -1
  702. package/src/components/icons/campaign.js +1 -1
  703. package/src/components/icons/case-lower.js +1 -1
  704. package/src/components/icons/case-sentence.js +1 -1
  705. package/src/components/icons/case-upper.js +1 -1
  706. package/src/components/icons/cell-summary.js +1 -1
  707. package/src/components/icons/cell-validation.js +1 -1
  708. package/src/components/icons/chart.js +1 -1
  709. package/src/components/icons/chat.js +1 -1
  710. package/src/components/icons/check-box-outline.js +1 -1
  711. package/src/components/icons/check-box.js +1 -1
  712. package/src/components/icons/check-circle.js +1 -1
  713. package/src/components/icons/check.js +1 -1
  714. package/src/components/icons/clone.js +1 -1
  715. package/src/components/icons/close.js +1 -1
  716. package/src/components/icons/cloud-upload.js +1 -1
  717. package/src/components/icons/collapse-all.js +1 -1
  718. package/src/components/icons/collapse.js +1 -1
  719. package/src/components/icons/column-add.js +1 -1
  720. package/src/components/icons/column-chooser.js +1 -1
  721. package/src/components/icons/column-filter.js +1 -1
  722. package/src/components/icons/column-info.js +1 -1
  723. package/src/components/icons/comment.js +1 -1
  724. package/src/components/icons/comments.js +1 -1
  725. package/src/components/icons/contact.js +1 -1
  726. package/src/components/icons/contains.js +1 -1
  727. package/src/components/icons/copy.js +1 -1
  728. package/src/components/icons/csv.js +1 -1
  729. package/src/components/icons/custom-sort.js +1 -1
  730. package/src/components/icons/dashboard.js +1 -1
  731. package/src/components/icons/data-object.js +1 -1
  732. package/src/components/icons/data-set.js +1 -1
  733. package/src/components/icons/date-range.js +1 -1
  734. package/src/components/icons/delete.js +1 -1
  735. package/src/components/icons/division.js +1 -1
  736. package/src/components/icons/dock.js +1 -1
  737. package/src/components/icons/dollar.js +1 -1
  738. package/src/components/icons/drag.js +1 -1
  739. package/src/components/icons/edit.js +1 -1
  740. package/src/components/icons/ends-with.js +1 -1
  741. package/src/components/icons/equal.js +1 -1
  742. package/src/components/icons/equation.js +1 -1
  743. package/src/components/icons/error.js +1 -1
  744. package/src/components/icons/excel.js +1 -1
  745. package/src/components/icons/expand-all.js +1 -1
  746. package/src/components/icons/expand.js +1 -1
  747. package/src/components/icons/exponent.js +1 -1
  748. package/src/components/icons/export.js +1 -1
  749. package/src/components/icons/fast-backward.js +1 -1
  750. package/src/components/icons/fast-forward.js +1 -1
  751. package/src/components/icons/fdc3.js +1 -1
  752. package/src/components/icons/filter-off.js +1 -1
  753. package/src/components/icons/filter.js +1 -1
  754. package/src/components/icons/flashing-cell.js +1 -1
  755. package/src/components/icons/folder-open.js +1 -1
  756. package/src/components/icons/folder-shared.js +1 -1
  757. package/src/components/icons/folder.js +1 -1
  758. package/src/components/icons/format-column.js +1 -1
  759. package/src/components/icons/freetext-column.js +1 -1
  760. package/src/components/icons/function.js +1 -1
  761. package/src/components/icons/gradient-column.js +1 -1
  762. package/src/components/icons/gradient.js +1 -1
  763. package/src/components/icons/greater-than-or-equal.js +1 -1
  764. package/src/components/icons/greater-than.js +1 -1
  765. package/src/components/icons/grid-filter.js +1 -1
  766. package/src/components/icons/grid-info.js +1 -1
  767. package/src/components/icons/hide-column.js +1 -1
  768. package/src/components/icons/history.js +1 -1
  769. package/src/components/icons/home.js +1 -1
  770. package/src/components/icons/import-export.js +1 -1
  771. package/src/components/icons/import.js +1 -1
  772. package/src/components/icons/index.js +168 -168
  773. package/src/components/icons/info.js +1 -1
  774. package/src/components/icons/instrument.js +1 -1
  775. package/src/components/icons/interactions.js +1 -1
  776. package/src/components/icons/invalid.js +1 -1
  777. package/src/components/icons/ipushpull.js +1 -1
  778. package/src/components/icons/italic.js +1 -1
  779. package/src/components/icons/justify.js +1 -1
  780. package/src/components/icons/layout.js +1 -1
  781. package/src/components/icons/less-than-or-equal.js +1 -1
  782. package/src/components/icons/less-than.js +1 -1
  783. package/src/components/icons/list.js +1 -1
  784. package/src/components/icons/login.js +1 -1
  785. package/src/components/icons/logout copy.js +1 -1
  786. package/src/components/icons/logout.js +1 -1
  787. package/src/components/icons/mail.js +1 -1
  788. package/src/components/icons/menu.js +1 -1
  789. package/src/components/icons/minus.js +1 -1
  790. package/src/components/icons/money.js +1 -1
  791. package/src/components/icons/multiplication.js +1 -1
  792. package/src/components/icons/newpage.js +1 -1
  793. package/src/components/icons/news.js +1 -1
  794. package/src/components/icons/non-blanks.js +1 -1
  795. package/src/components/icons/not-contains.js +1 -1
  796. package/src/components/icons/not-equal.js +1 -1
  797. package/src/components/icons/note.js +1 -1
  798. package/src/components/icons/open-in-new.js +1 -1
  799. package/src/components/icons/order.js +1 -1
  800. package/src/components/icons/organisation.js +1 -1
  801. package/src/components/icons/overline.js +1 -1
  802. package/src/components/icons/pause.js +1 -1
  803. package/src/components/icons/percent-bar.js +1 -1
  804. package/src/components/icons/percent.js +1 -1
  805. package/src/components/icons/person.js +1 -1
  806. package/src/components/icons/pie-chart.js +1 -1
  807. package/src/components/icons/play.js +1 -1
  808. package/src/components/icons/plus-minus.js +1 -1
  809. package/src/components/icons/plus.js +1 -1
  810. package/src/components/icons/query.js +1 -1
  811. package/src/components/icons/quick-search.js +1 -1
  812. package/src/components/icons/quote.js +1 -1
  813. package/src/components/icons/refresh.js +1 -1
  814. package/src/components/icons/regex.js +1 -1
  815. package/src/components/icons/reminder.js +1 -1
  816. package/src/components/icons/resume.js +1 -1
  817. package/src/components/icons/rows.js +1 -1
  818. package/src/components/icons/save.js +1 -1
  819. package/src/components/icons/schedule.js +1 -1
  820. package/src/components/icons/science.js +1 -1
  821. package/src/components/icons/select-all.js +1 -1
  822. package/src/components/icons/select-fwd.js +1 -1
  823. package/src/components/icons/select-off.js +1 -1
  824. package/src/components/icons/settings.js +1 -1
  825. package/src/components/icons/shortcut.js +1 -1
  826. package/src/components/icons/show-column.js +1 -1
  827. package/src/components/icons/smart-edit.js +1 -1
  828. package/src/components/icons/sort-asc.js +1 -1
  829. package/src/components/icons/sort-desc.js +1 -1
  830. package/src/components/icons/spark-line.js +1 -1
  831. package/src/components/icons/starts-with.js +1 -1
  832. package/src/components/icons/state-management.js +1 -1
  833. package/src/components/icons/statusbar.js +1 -1
  834. package/src/components/icons/stop.js +1 -1
  835. package/src/components/icons/strikethrough.js +1 -1
  836. package/src/components/icons/system-status.js +1 -1
  837. package/src/components/icons/tab-unselected.js +1 -1
  838. package/src/components/icons/table-arrow-right.js +1 -1
  839. package/src/components/icons/team-share.js +1 -1
  840. package/src/components/icons/theme.js +1 -1
  841. package/src/components/icons/tool-panel.js +1 -1
  842. package/src/components/icons/track-changes.js +1 -1
  843. package/src/components/icons/triangle-down.js +1 -1
  844. package/src/components/icons/triangle-up.js +1 -1
  845. package/src/components/icons/unchecked.js +1 -1
  846. package/src/components/icons/underline.js +1 -1
  847. package/src/components/icons/undo.js +1 -1
  848. package/src/components/icons/updated-row.js +1 -1
  849. package/src/components/icons/upload.js +1 -1
  850. package/src/components/icons/user-filter.js +1 -1
  851. package/src/components/icons/visibility-off.js +1 -1
  852. package/src/components/icons/visibility.js +1 -1
  853. package/src/components/icons/warning.js +1 -1
  854. package/src/components/utils/captureTabNavigation/index.js +1 -1
  855. package/src/components/utils/selectParent/index.js +1 -1
  856. package/src/components/utils/useAutoFocus.js +1 -1
  857. package/src/components/utils/useTheme.js +1 -1
  858. package/src/env.js +2 -2
  859. package/src/migration/AdaptableUpgradeHelper.js +3 -3
  860. package/src/migration/VersionUpgrade17.js +5 -5
  861. package/src/migration/VersionUpgrade18.js +1 -1
  862. package/src/parser/src/evaluator.js +1 -1
  863. package/src/parser/src/index.js +3 -3
  864. package/src/parser/src/predicate/index.js +2 -2
  865. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +4 -4
  866. package/src/parser/src/predicate/mapQlPredicateToExpression.js +1 -1
  867. package/src/parser/src/tokenizer.js +1 -1
  868. package/src/themes/index.js +1 -1
  869. package/src/types.js +1 -1
  870. package/tsconfig.esm.tsbuildinfo +1 -1
  871. package/types.js +1 -1
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M11 2v20c-5.07-.5-9-4.79-9-10s3.93-9.5 9-10zm2.03 0v8.99H22c-.47-4.74-4.24-8.52-8.97-8.99zm0 11.01V22c4.74-.47 8.5-4.25 8.97-8.99h-8.97z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M8 5v14l11-7z" }),
5
5
  ' '));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M19.3,17.89C20.62,15.79 20,13 17.89,11.68C15.79,10.36 13,11 11.68,13.09C10.36,15.2 11,18 13.09,19.3C14.56,20.22 16.42,20.22 17.89,19.3L21,22.39L22.39,21L19.3,17.89M17.3,17.27C16.32,18.25 14.74,18.24 13.76,17.27C12.79,16.29 12.79,14.71 13.77,13.73C14.74,12.76 16.32,12.76 17.3,13.73C18.26,14.72 18.25,16.3 17.27,17.27H17.3M19,4H5A2,2 0 0,0 3,6V18A2,2 0 0,0 5,20H10.81C10.25,19.42 9.8,18.74 9.5,18H5V14H9.18C9.34,13.29 9.61,12.61 10,12H5V8H11V10.81C11.58,10.25 12.26,9.8 13,9.5V8H19V10C19.4,10.25 19.77,10.55 20.1,10.88C20.44,11.22 20.74,11.59 21,12V6A2,2 0 0,0 19,4Z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "M444-192h72v-48h12q20.4 0 34.2-13.8Q576-267.6 576-288v-72q0-20.4-13.8-34.2Q548.4-408 528-408h-96v-72h144v-48h-60v-48h-72v48h-12q-20.4 0-34.2 13.8Q384-500.4 384-480v72q0 20.4 13.8 34.2Q411.6-360 432-360h96v72H384v48h60v48ZM263.717-96Q234-96 213-117.15T192-168v-624q0-29.7 21.15-50.85Q234.3-864 264-864h312l192 192v504q0 29.7-21.162 50.85Q725.676-96 695.96-96H263.717ZM528-624v-168H264v624h432v-456H528ZM264-792v189-189 624-624Z" }),
5
5
  ' '));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M16,16.92C15.67,16.97 15.34,17 15,17C14.66,17 14.33,16.97 14,16.92V13.41L11.5,15.89C11,15.5 10.5,15 10.11,14.5L12.59,12H9.08C9.03,11.67 9,11.34 9,11C9,10.66 9.03,10.33 9.08,10H12.59L10.11,7.5C10.3,7.25 10.5,7 10.76,6.76V6.76C11,6.5 11.25,6.3 11.5,6.11L14,8.59V5.08C14.33,5.03 14.66,5 15,5C15.34,5 15.67,5.03 16,5.08V8.59L18.5,6.11C19,6.5 19.5,7 19.89,7.5L17.41,10H20.92C20.97,10.33 21,10.66 21,11C21,11.34 20.97,11.67 20.92,12H17.41L19.89,14.5C19.7,14.75 19.5,15 19.24,15.24V15.24C19,15.5 18.75,15.7 18.5,15.89L16,13.41V16.92H16V16.92M5,19A2,2 0 0,1 7,17A2,2 0 0,1 9,19A2,2 0 0,1 7,21A2,2 0 0,1 5,19H5Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7zm-1.46-5.47L8.41 12.4l-1.06 1.06 3.18 3.18 6-6-1.06-1.06-4.93 4.95z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
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
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "M760-200v-120H200v120h560Zm0-200v-160H200v160h560Zm0-240v-120H200v120h560ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }),
5
5
  React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "M216-144q-46 0-66-40.5t8.976-75.714L360-504v-240h-35.789Q309-744 298.5-754.289q-10.5-10.29-10.5-25.5Q288-795 298.35-805.5 308.7-816 324-816h312q15.3 0 25.65 10.289 10.35 10.29 10.35 25.5Q672-765 661.65-754.5 651.3-744 636-744h-36v240l201 244q28 35 8 75.5T744-144H216Zm0-72h528L528-480v-264h-96v264L216-216Zm265-264Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "M280-280v-400h400v400H280Zm80-80h240v-240H360v240ZM200-200v80q-33 0-56.5-23.5T120-200h80Zm-80-80v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm80-160h-80q0-33 23.5-56.5T200-840v80Zm80 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm160 640v-80h80q0 33-23.5 56.5T760-120Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80h80v80h-80Zm0-160v-80q33 0 56.5 23.5T840-760h-80Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "m672-336-51-51 57-57H432v-72h246l-57-57 51-51 144 144-144 144ZM216-216h78v-528h-78v528Zm-72 72v-672h222v672H144Zm300 0v-72h72v72h-72Zm0-600v-72h72v72h-72Zm150 600v-72h72v72h-72Zm0-600v-72h72v72h-72Zm150 600v-72h72v72h-72Zm0-600v-72h72v72h-72ZM216-216h78-78Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
4
4
  React.createElement("path", { d: "m507-144-51-51 129.053-129.053L456-453.106 506.894-504l129.053 129.053L765-504l51 51-129.053 129.053L816-194.894 765.106-144 636.053-273.053 507-144Zm-213 0v-72h72v72h-72Zm-78-600h-72q0-29.7 21.15-50.85Q186.3-816 216-816v72Zm78 0v-72h72v72h-72Zm150 0v-72h72v72h-72Zm150 0v-72h72v72h-72Zm150 0v-72q29.7 0 50.85 21.15Q816-773.7 816-744h-72ZM216-216v72q-29.7 0-50.85-21.15Q144-186.3 144-216h72Zm-72-78v-72h72v72h-72Zm0-150v-72h72v72h-72Zm0-150v-72h72v72h-72Zm600 0v-72h72v72h-72Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
5
5
  React.createElement("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("g", { transform: "scale(0.021 0.021)" },
5
5
  React.createElement("path", { d: "M320 768v-768h-128v768h-160l224 224 224-224h-160z" }),
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("g", { transform: "scale(0.021 0.021)" },
5
5
  React.createElement("path", { d: "M320 768v-768h-128v768h-160l224 224 224-224h-160z" }),
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M11.14 4L6.43 16H8.36L9.32 13.43H14.67L15.64 16H17.57L12.86 4M12 6.29L14.03 11.71H9.96M4 18V15H2V20H22V18Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M15 9H9v6h6V9zm-2 4h-2v-2h2v2zm8-2V9h-2V7c0-1.1-.9-2-2-2h-2V3h-2v2h-2V3H9v2H7c-1.1 0-2 .9-2 2v2H3v2h2v2H3v2h2v2c0 1.1.9 2 2 2h2v2h2v-2h2v2h2v-2h2c1.1 0 2-.9 2-2v-2h2v-2h-2v-2h2zm-4 6H7V7h10v10z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
5
5
  React.createElement("path", { d: "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 15h14v3H5z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M6 6h12v12H6z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M486 896q-76 0-135-45t-85-123l88-38q14 48 48.5 79t85.5 31q42 0 76-20t34-64q0-18-7-33t-19-27h112q5 14 7.5 28.5T694 716q0 86-61.5 133T486 896ZM80 576v-80h800v80H80Zm402-326q66 0 115.5 32.5T674 382l-88 39q-9-29-33.5-52T484 346q-41 0-68 18.5T386 416h-96q2-69 54.5-117.5T482 250Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M20 10h-3V8.86c1.72-.45 3-2 3-3.86h-3V4c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v1H4c0 1.86 1.28 3.41 3 3.86V10H4c0 1.86 1.28 3.41 3 3.86V15H4c0 1.86 1.28 3.41 3 3.86V20c0 .55.45 1 1 1h8c.55 0 1-.45 1-1v-1.14c1.72-.45 3-2 3-3.86h-3v-1.14c1.72-.45 3-2 3-3.86zm-8 9c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2s.89-2 2-2c1.1 0 2 .9 2 2s-.89 2-2 2zm0-5c-1.11 0-2-.9-2-2 0-1.11.89-2 2-2 1.1 0 2 .89 2 2 0 1.1-.89 2-2 2z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M1 9h2V7H1v2zm0 4h2v-2H1v2zm0-8h2V3c-1.1 0-2 .9-2 2zm8 16h2v-2H9v2zm-8-4h2v-2H1v2zm2 4v-2H1c0 1.1.9 2 2 2zM21 3h-8v6h10V5c0-1.1-.9-2-2-2zm0 14h2v-2h-2v2zM9 5h2V3H9v2zM5 21h2v-2H5v2zM5 5h2V3H5v2zm16 16c1.1 0 2-.9 2-2h-2v2zm0-8h2v-2h-2v2zm-8 8h2v-2h-2v2zm4 0h2v-2h-2v2z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M19.44 21V19H15.44V17H19.44V15L22.44 18L19.44 21" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-5 3c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M16.56 8.94L7.62 0 6.21 1.41l2.38 2.38-5.15 5.15c-.59.59-.59 1.54 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12zM5.21 10L10 5.21 14.79 10H5.21zM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5z" }),
5
5
  React.createElement("path", { fillOpacity: ".36", d: "M0 20h24v4H0z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
5
5
  React.createElement("path", { d: "M19.07 4.93l-1.41 1.41C19.1 7.79 20 9.79 20 12c0 4.42-3.58 8-8 8s-8-3.58-8-8c0-4.08 3.05-7.44 7-7.93v2.02C8.16 6.57 6 9.03 6 12c0 3.31 2.69 6 6 6s6-2.69 6-6c0-1.66-.67-3.16-1.76-4.24l-1.41 1.41C15.55 9.9 16 10.9 16 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.86 1.28-3.41 3-3.86v2.14c-.6.35-1 .98-1 1.72 0 1.1.9 2 2 2s2-.9 2-2c0-.74-.4-1.38-1-1.72V2h-1C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10c0-2.76-1.12-5.26-2.93-7.07z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M7 10l5 5 5-5z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M7 14l5-5 5 5z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M200 936v-80h560v80H200Zm280-160q-101 0-157-63t-56-167V216h103v336q0 56 28 91t82 35q54 0 82-35t28-91V216h103v330q0 104-56 167t-157 63Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12 16.5l4-4h-3v-9h-2v9H8l4 4zm9-13h-6v1.99h6v14.03H3V5.49h6V3.5H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-14c0-1.1-.9-2-2-2z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M5,20h14v-2H5V20z M5,10h4v6h6v-6h4l-7-7L5,10z" }),
5
5
  ' '));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "m16.1 13.3-1.45-1.45q.225-1.175-.675-2.2-.9-1.025-2.325-.8L10.2 7.4q.425-.2.862-.3Q11.5 7 12 7q1.875 0 3.188 1.312Q16.5 9.625 16.5 11.5q0 .5-.1.938-.1.437-.3.862Zm3.2 3.15-1.45-1.4q.95-.725 1.688-1.588.737-.862 1.262-1.962-1.25-2.525-3.588-4.013Q14.875 6 12 6q-.725 0-1.425.1-.7.1-1.375.3L7.65 4.85q1.025-.425 2.1-.638Q10.825 4 12 4q3.775 0 6.725 2.087Q21.675 8.175 23 11.5q-.575 1.475-1.512 2.738Q20.55 15.5 19.3 16.45Zm.5 6.15-4.2-4.15q-.875.275-1.762.413Q12.95 19 12 19q-3.775 0-6.725-2.087Q2.325 14.825 1 11.5q.525-1.325 1.325-2.463Q3.125 7.9 4.15 7L1.4 4.2l1.4-1.4 18.4 18.4ZM5.55 8.4q-.725.65-1.325 1.425T3.2 11.5q1.25 2.525 3.587 4.012Q9.125 17 12 17q.5 0 .975-.062.475-.063.975-.138l-.9-.95q-.275.075-.525.112Q12.275 16 12 16q-1.875 0-3.188-1.312Q7.5 13.375 7.5 11.5q0-.275.037-.525.038-.25.113-.525Zm7.975 2.325ZM9.75 12.6Z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12 16q1.875 0 3.188-1.312Q16.5 13.375 16.5 11.5q0-1.875-1.312-3.188Q13.875 7 12 7q-1.875 0-3.188 1.312Q7.5 9.625 7.5 11.5q0 1.875 1.312 3.188Q10.125 16 12 16Zm0-1.8q-1.125 0-1.912-.788Q9.3 12.625 9.3 11.5t.788-1.913Q10.875 8.8 12 8.8t1.913.787q.787.788.787 1.913t-.787 1.912q-.788.788-1.913.788Zm0 4.8q-3.65 0-6.65-2.038-3-2.037-4.35-5.462 1.35-3.425 4.35-5.463Q8.35 4 12 4q3.65 0 6.65 2.037 3 2.038 4.35 5.463-1.35 3.425-4.35 5.462Q15.65 19 12 19Zm0-7.5Zm0 5.5q2.825 0 5.188-1.488Q19.55 14.025 20.8 11.5q-1.25-2.525-3.612-4.013Q14.825 6 12 6 9.175 6 6.812 7.487 4.45 8.975 3.2 11.5q1.25 2.525 3.612 4.012Q9.175 17 12 17Z" }),
5
5
  ' '));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from './DefaultIcon';
2
+ import DefaultIcon from "./DefaultIcon.js";
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" })));
@@ -1,4 +1,4 @@
1
- import getFocusableChildren from './getFocusableChildren';
1
+ import getFocusableChildren from "./getFocusableChildren.js";
2
2
  const emptyObject = {};
3
3
  export default (node, event, config) => {
4
4
  config = config || emptyObject;
@@ -1,4 +1,4 @@
1
- import matches from './matches';
1
+ import matches from "./matches.js";
2
2
  export default (selector, node) => {
3
3
  if (!node) {
4
4
  return null;
@@ -1,5 +1,5 @@
1
1
  import { useEffect } from 'react';
2
- import usePrevious from './usePrevious';
2
+ import usePrevious from "./usePrevious.js";
3
3
  const useAutoFocus = (props, focusElementRef) => {
4
4
  const autoFocus = props.autoFocus === undefined ? true : props.autoFocus;
5
5
  const prevAutoFocus = usePrevious(props.previous ? props.previous({ autoFocus }) : autoFocus, undefined);
@@ -1,2 +1,2 @@
1
- import theme from '../../theme';
1
+ import theme from "../../theme.js";
2
2
  export default () => theme;
package/src/env.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export default {
2
2
  INFINITE_TABLE_LICENSE_KEY: "StartDate=2021-06-29|EndDate=2030-01-01|Owner=Adaptable|Type=distribution|TS=1624971462479|C=137829811,1004007071,2756196225,1839832928,3994409405,636616862" || '',
3
- PUBLISH_TIMESTAMP: 1715788743761 || Date.now(),
4
- VERSION: "18.0.10-canary.0" || '--current-version--',
3
+ PUBLISH_TIMESTAMP: 1715932192935 || Date.now(),
4
+ VERSION: "18.0.10-canary.2" || '--current-version--',
5
5
  };
@@ -1,6 +1,6 @@
1
- import { VersionUpgrade17 } from './VersionUpgrade17';
2
- import { VersionUpgrade18 } from './VersionUpgrade18';
3
- import { ADAPTABLE_VERSION } from '../EnvVars';
1
+ import { VersionUpgrade17 } from "./VersionUpgrade17.js";
2
+ import { VersionUpgrade18 } from "./VersionUpgrade18.js";
3
+ import { ADAPTABLE_VERSION } from "../EnvVars.js";
4
4
  export class AdaptableUpgradeHelper {
5
5
  constructor(logger) {
6
6
  this.currentMajorVersion = this.getCurrentMajorVersion(ADAPTABLE_VERSION);
@@ -1,8 +1,8 @@
1
- import { VersionUpgrade } from './VersionUpgrade';
2
- import { updateSingleToMultiplePredicates } from '../Strategy/Utilities/updateSingleToMultiplePredicates';
3
- import ArrayExtensions from '../Utilities/Extensions/ArrayExtensions';
4
- import ObjectFactory from '../Utilities/ObjectFactory';
5
- import StringExtensions from '../Utilities/Extensions/StringExtensions';
1
+ import { VersionUpgrade } from "./VersionUpgrade.js";
2
+ import { updateSingleToMultiplePredicates } from "../Strategy/Utilities/updateSingleToMultiplePredicates.js";
3
+ import ArrayExtensions from "../Utilities/Extensions/ArrayExtensions.js";
4
+ import ObjectFactory from "../Utilities/ObjectFactory.js";
5
+ import StringExtensions from "../Utilities/Extensions/StringExtensions.js";
6
6
  export class VersionUpgrade17 extends VersionUpgrade {
7
7
  migrateState(state) {
8
8
  return this.migrateStateWithMethods(state, [
@@ -1,4 +1,4 @@
1
- import { VersionUpgrade } from './VersionUpgrade';
1
+ import { VersionUpgrade } from "./VersionUpgrade.js";
2
2
  export class VersionUpgrade18 extends VersionUpgrade {
3
3
  migrateState(state) {
4
4
  return state;
@@ -1,4 +1,4 @@
1
- import { ExpressionEvaluationError } from './ExpressionEvaluationError';
1
+ import { ExpressionEvaluationError } from "./ExpressionEvaluationError.js";
2
2
  export function evaluateNode(node, context) {
3
3
  if (typeof node === 'boolean' ||
4
4
  typeof node === 'number' ||
@@ -1,7 +1,7 @@
1
- import { evaluateNode } from './evaluator';
1
+ import { evaluateNode } from "./evaluator.js";
2
2
  // @ts-ignore
3
- import parser from './parser';
4
- export { findPathTo } from './utils';
3
+ import parser from "./parser.js";
4
+ export { findPathTo } from "./utils.js";
5
5
  const getParser = () => {
6
6
  return parser;
7
7
  };
@@ -1,2 +1,2 @@
1
- export * from './mapExpressionToQlPredicate';
2
- export * from './types';
1
+ export * from "./mapExpressionToQlPredicate.js";
2
+ export * from "./types.js";
@@ -1,7 +1,7 @@
1
- import { isBooleanAdaptableQlFunction } from '../../../Utilities/ExpressionFunctions/booleanExpressionFunctions';
2
- import { getAST } from '../index';
3
- import { isAST_Function } from '../types';
4
- import { isQlLogicalOperator } from './types';
1
+ import { isBooleanAdaptableQlFunction } from "../../../Utilities/ExpressionFunctions/booleanExpressionFunctions.js";
2
+ import { getAST } from "../index.js";
3
+ import { isAST_Function } from "../types.js";
4
+ import { isQlLogicalOperator } from "./types.js";
5
5
  function mapAstToQlPredicate(ast) {
6
6
  const operator = getOperatorFromAST(ast);
7
7
  if (!isAST_Function(ast)) {
@@ -1,4 +1,4 @@
1
- import { isQlLogicalOperator } from './types';
1
+ import { isQlLogicalOperator } from "./types.js";
2
2
  export function mapQlPredicateToExpression(predicate) {
3
3
  if (!predicate) {
4
4
  return '';
@@ -1,5 +1,5 @@
1
1
  // @ts-ignore
2
- import parser from './parser';
2
+ import parser from "./parser.js";
3
3
  const cache = {};
4
4
  const getParser = () => {
5
5
  return parser;
@@ -1,4 +1,4 @@
1
- import { LIGHT_THEME, DARK_THEME, OS_THEME } from '../Utilities/Constants/GeneralConstants';
1
+ import { LIGHT_THEME, DARK_THEME, OS_THEME } from "../Utilities/Constants/GeneralConstants.js";
2
2
  export const StaticThemes = [
3
3
  {
4
4
  Name: LIGHT_THEME,
package/src/types.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Base Types
2
2
  // Expressions
3
- export { AdaptablePlugin } from './AdaptableOptions/AdaptablePlugin';
3
+ export { AdaptablePlugin } from "./AdaptableOptions/AdaptablePlugin.js";