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

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 (869) hide show
  1. package/agGrid.js +12 -12
  2. package/package.json +1 -1
  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.js +6 -6
  194. package/src/Utilities/Services/TeamSharingService.js +2 -2
  195. package/src/Utilities/Services/ValidationService.js +4 -4
  196. package/src/Utilities/license/decode.js +1 -1
  197. package/src/View/AdaptablePopover/index.js +5 -5
  198. package/src/View/AdaptableView.js +13 -13
  199. package/src/View/AdaptableViewFactory.js +34 -34
  200. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +7 -7
  201. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +7 -7
  202. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +1 -1
  203. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +8 -8
  204. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +1 -1
  205. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +6 -6
  206. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +3 -3
  207. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +2 -2
  208. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +5 -5
  209. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +7 -7
  210. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +4 -4
  211. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +1 -1
  212. package/src/View/AdaptableWizardView/Wizard.js +4 -4
  213. package/src/View/AdaptableWizardView/index.js +2 -2
  214. package/src/View/Alert/ActiveAlertsPanel.js +3 -3
  215. package/src/View/Alert/ActiveAlertsPanelItemLabel.js +2 -2
  216. package/src/View/Alert/AlertEmptyView.js +1 -1
  217. package/src/View/Alert/AlertEntityRow.js +5 -5
  218. package/src/View/Alert/AlertStatusSubPanel.js +5 -5
  219. package/src/View/Alert/AlertViewPanel.js +5 -5
  220. package/src/View/Alert/AlertsPanel.js +8 -8
  221. package/src/View/Alert/Utilities/getAlertButtonStyle.js +1 -1
  222. package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +2 -2
  223. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +11 -11
  224. package/src/View/Alert/Wizard/AlertButtonsEditor.js +8 -8
  225. package/src/View/Alert/Wizard/AlertMessageWizardSection.js +6 -6
  226. package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +6 -6
  227. package/src/View/Alert/Wizard/AlertRulesWizardSection.js +6 -6
  228. package/src/View/Alert/Wizard/AlertScopeWizardSection.js +2 -2
  229. package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +5 -5
  230. package/src/View/Alert/Wizard/AlertTypeWizardSection.js +4 -4
  231. package/src/View/Alert/Wizard/AlertWizard.js +19 -19
  232. package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +2 -2
  233. package/src/View/Alert/Wizard/isValidAlertRules.js +1 -1
  234. package/src/View/BulkUpdate/BulkUpdatePopup.js +10 -10
  235. package/src/View/BulkUpdate/BulkUpdateViewPanel.js +11 -11
  236. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +6 -6
  237. package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +7 -7
  238. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +5 -5
  239. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +9 -9
  240. package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +2 -2
  241. package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +13 -13
  242. package/src/View/CellSummary/CellSummaryDetails.js +2 -2
  243. package/src/View/CellSummary/CellSummaryPopover.js +1 -1
  244. package/src/View/CellSummary/CellSummaryPopup.js +3 -3
  245. package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +1 -1
  246. package/src/View/CellSummary/CellSummaryStatusPanel.js +5 -5
  247. package/src/View/CellSummary/CellSummaryViewPanel.js +9 -9
  248. package/src/View/Charting/ChartingStatusBarPopover.js +3 -3
  249. package/src/View/Charting/ChartingViewPanel.js +1 -1
  250. package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +5 -5
  251. package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +2 -2
  252. package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +4 -4
  253. package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -1
  254. package/src/View/Charting/ChartingWizard/ChartingWizard.js +3 -3
  255. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +3 -3
  256. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +2 -2
  257. package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -1
  258. package/src/View/Charting/ChartingWizard/index.js +1 -1
  259. package/src/View/Charting/DeleteChartButton.js +3 -3
  260. package/src/View/Charting/EditChartButton.js +3 -3
  261. package/src/View/Charting/ShowChartButton.js +7 -7
  262. package/src/View/Charting/useAgChartState.js +2 -2
  263. package/src/View/Charting/useChartingElements.js +10 -10
  264. package/src/View/Charting/useExternalChartState.js +1 -1
  265. package/src/View/ColumnInfo/ColumnInfo.js +8 -8
  266. package/src/View/ColumnInfo/ColumnInfoPopup.js +2 -2
  267. package/src/View/Comments/CommentsEditor.js +8 -8
  268. package/src/View/Comments/CommentsPopup.js +6 -6
  269. package/src/View/Components/AdaptableButton/index.js +3 -3
  270. package/src/View/Components/AdaptableDateInput/index.js +4 -4
  271. package/src/View/Components/AdaptableIconComponent/index.js +2 -2
  272. package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +1 -1
  273. package/src/View/Components/AdaptableIconSelector/index.js +2 -2
  274. package/src/View/Components/AdaptableInput/AdaptableDateInlineInput.js +2 -2
  275. package/src/View/Components/AdaptableInput/index.js +3 -3
  276. package/src/View/Components/AdaptableObjectCollection/index.js +1 -1
  277. package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +3 -3
  278. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +10 -10
  279. package/src/View/Components/AdaptableObjectList/index.js +1 -1
  280. package/src/View/Components/AdaptableObjectRow/index.js +1 -1
  281. package/src/View/Components/Badge/index.js +2 -2
  282. package/src/View/Components/Buttons/ButtonApply.js +1 -1
  283. package/src/View/Components/Buttons/ButtonBase/index.js +1 -1
  284. package/src/View/Components/Buttons/ButtonClear.js +1 -1
  285. package/src/View/Components/Buttons/ButtonClone.js +1 -1
  286. package/src/View/Components/Buttons/ButtonClose.js +1 -1
  287. package/src/View/Components/Buttons/ButtonConfigure.js +1 -1
  288. package/src/View/Components/Buttons/ButtonDelete.js +2 -2
  289. package/src/View/Components/Buttons/ButtonEdit.js +1 -1
  290. package/src/View/Components/Buttons/ButtonExpand.js +1 -1
  291. package/src/View/Components/Buttons/ButtonExport.js +1 -1
  292. package/src/View/Components/Buttons/ButtonFunction.js +1 -1
  293. package/src/View/Components/Buttons/ButtonGeneral.js +1 -1
  294. package/src/View/Components/Buttons/ButtonInfo.js +1 -1
  295. package/src/View/Components/Buttons/ButtonInvalid.js +1 -1
  296. package/src/View/Components/Buttons/ButtonLogin.js +1 -1
  297. package/src/View/Components/Buttons/ButtonLogout.js +1 -1
  298. package/src/View/Components/Buttons/ButtonMaximise.js +1 -1
  299. package/src/View/Components/Buttons/ButtonMinimise.js +1 -1
  300. package/src/View/Components/Buttons/ButtonNew.js +1 -1
  301. package/src/View/Components/Buttons/ButtonNewPage.js +1 -1
  302. package/src/View/Components/Buttons/ButtonOpen.js +1 -1
  303. package/src/View/Components/Buttons/ButtonPause.js +1 -1
  304. package/src/View/Components/Buttons/ButtonPlay.js +2 -2
  305. package/src/View/Components/Buttons/ButtonPreviewDelete.js +1 -1
  306. package/src/View/Components/Buttons/ButtonSave.js +1 -1
  307. package/src/View/Components/Buttons/ButtonSchedule.js +1 -1
  308. package/src/View/Components/Buttons/ButtonShare.js +2 -2
  309. package/src/View/Components/Buttons/ButtonShow.js +1 -1
  310. package/src/View/Components/Buttons/ButtonShowChart.js +1 -1
  311. package/src/View/Components/Buttons/ButtonStop.js +1 -1
  312. package/src/View/Components/Buttons/ButtonUndo.js +1 -1
  313. package/src/View/Components/Buttons/ButtonUnsuspend.js +1 -1
  314. package/src/View/Components/Buttons/EntityListActionButtons.js +5 -5
  315. package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +1 -1
  316. package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -1
  317. package/src/View/Components/CellPopup/index.js +4 -4
  318. package/src/View/Components/ColumnSelector/index.js +1 -1
  319. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +5 -5
  320. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +9 -9
  321. package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -1
  322. package/src/View/Components/EntityRulesEditor/index.js +5 -5
  323. package/src/View/Components/ExpressionWizard.js +5 -5
  324. package/src/View/Components/ExternalRenderer.js +1 -1
  325. package/src/View/Components/FilterForm/FilterForm.js +20 -20
  326. package/src/View/Components/FilterForm/ListBoxFilterForm.js +8 -8
  327. package/src/View/Components/FilterForm/ListBoxMenu.js +3 -3
  328. package/src/View/Components/FilterForm/QuickFilterForm.js +14 -14
  329. package/src/View/Components/FilterForm/QuickFilterValues.js +4 -4
  330. package/src/View/Components/FilterForm/Waiting.js +1 -1
  331. package/src/View/Components/Forms/AdaptableFormControlTextClear.js +4 -4
  332. package/src/View/Components/ListBox/DualListBoxEditor.js +9 -9
  333. package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +4 -4
  334. package/src/View/Components/ModuleProfile.js +1 -1
  335. package/src/View/Components/ModuleSummary/ModuleDetail.js +2 -2
  336. package/src/View/Components/ModuleSummary/ModuleHeader.js +3 -3
  337. package/src/View/Components/ModuleSummary/SummaryRowItem.js +1 -1
  338. package/src/View/Components/ModuleValueSelector/index.js +3 -3
  339. package/src/View/Components/NewScopeComponent.js +8 -8
  340. package/src/View/Components/Panels/FilterFormPanel.js +4 -4
  341. package/src/View/Components/Panels/PanelDashboard/index.js +1 -1
  342. package/src/View/Components/Panels/PanelFooter.js +1 -1
  343. package/src/View/Components/Panels/PanelToolPanel/index.js +6 -6
  344. package/src/View/Components/Panels/PanelWithButton.js +4 -4
  345. package/src/View/Components/Panels/PanelWithImage.js +3 -3
  346. package/src/View/Components/Panels/PanelWithRow.js +1 -1
  347. package/src/View/Components/Panels/PanelWithTwoButtons.js +1 -1
  348. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +2 -2
  349. package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +4 -4
  350. package/src/View/Components/PermittedValuesSelector/index.js +1 -1
  351. package/src/View/Components/Popups/AdaptableLoadingScreen.js +1 -1
  352. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +11 -11
  353. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -3
  354. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +4 -4
  355. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +9 -9
  356. package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +1 -1
  357. package/src/View/Components/Popups/AdaptablePopup/Navigation.js +3 -3
  358. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +2 -2
  359. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +2 -2
  360. package/src/View/Components/Popups/AdaptablePopup/index.js +1 -1
  361. package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +3 -3
  362. package/src/View/Components/Popups/AdaptablePopupAlert.js +6 -6
  363. package/src/View/Components/Popups/AdaptablePopupConfirmation.js +8 -8
  364. package/src/View/Components/Popups/AdaptablePopupPrompt.js +4 -4
  365. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +7 -7
  366. package/src/View/Components/Popups/AdaptableToaster.js +3 -3
  367. package/src/View/Components/Popups/FormPopups/FormPopups.js +5 -5
  368. package/src/View/Components/Popups/GridCellPopup/GridCellPopup.js +6 -6
  369. package/src/View/Components/Popups/GridCellPopup/index.js +1 -1
  370. package/src/View/Components/Popups/Utilities.js +1 -1
  371. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +7 -7
  372. package/src/View/Components/Popups/WindowPopups/windowFactory.js +5 -5
  373. package/src/View/Components/PredicateEditor/PredicateEditor.js +7 -7
  374. package/src/View/Components/PreviewResultsPanel.js +5 -5
  375. package/src/View/Components/RangesComponent.js +9 -9
  376. package/src/View/Components/Selectors/ColumnSelector.js +2 -2
  377. package/src/View/Components/Selectors/ColumnSelectorOld.js +5 -5
  378. package/src/View/Components/Selectors/ColumnValueSelector.js +5 -5
  379. package/src/View/Components/Selectors/PermittedValuesSelector.js +3 -3
  380. package/src/View/Components/StyleComponent.js +15 -15
  381. package/src/View/Components/StyleVisualItem.js +3 -3
  382. package/src/View/Components/TagValueSelector/index.js +2 -2
  383. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +15 -15
  384. package/src/View/Components/ToolPanel/CustomToolPanelContent.js +3 -3
  385. package/src/View/Components/ToolPanel/ToolPanelPopup.js +7 -7
  386. package/src/View/Components/ToolPanel/ToolPanelWrapper.js +7 -7
  387. package/src/View/Components/ValueSelector/index.js +8 -8
  388. package/src/View/Components/WizardSummaryPage.js +2 -2
  389. package/src/View/Components/WizardSummaryRow.js +2 -2
  390. package/src/View/CustomSort/CustomSortSummary.js +13 -13
  391. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +4 -4
  392. package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +1 -1
  393. package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +7 -7
  394. package/src/View/CustomSort/Wizard/CustomSortWizard.js +7 -7
  395. package/src/View/Dashboard/CustomDashboardButton.js +1 -1
  396. package/src/View/Dashboard/CustomToolbar.js +3 -3
  397. package/src/View/Dashboard/Dashboard.js +17 -17
  398. package/src/View/Dashboard/DashboardPopup.js +8 -8
  399. package/src/View/Dashboard/DashboardToolbarFactory.js +4 -4
  400. package/src/View/Dashboard/DashboardViewPanel.js +2 -2
  401. package/src/View/Dashboard/ModuleToolbarWrapper.js +4 -4
  402. package/src/View/Dashboard/PinnedDashboard.js +2 -2
  403. package/src/View/Dashboard/PinnedToolbarsSelector.js +3 -3
  404. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +5 -5
  405. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +7 -7
  406. package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +1 -1
  407. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +9 -9
  408. package/src/View/DataImport/DataImportPopup.js +4 -4
  409. package/src/View/DataImport/DataImportWizard/DataImportWizard.js +9 -9
  410. package/src/View/DataImport/DataImportWizard/index.js +1 -1
  411. package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +10 -10
  412. package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +8 -8
  413. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +4 -4
  414. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +2 -2
  415. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +4 -4
  416. package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +2 -2
  417. package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -1
  418. package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +4 -4
  419. package/src/View/DataImport/systemFileHandlers.js +1 -1
  420. package/src/View/DataSet/DataSetSelector.js +2 -2
  421. package/src/View/DataSet/DataSetStatusPanelPopover.js +2 -2
  422. package/src/View/DataSet/DataSetViewPanel.js +4 -4
  423. package/src/View/Export/ExportSelector.js +4 -4
  424. package/src/View/Export/ExportTablePopup.js +2 -2
  425. package/src/View/Export/ExportViewPanel.js +17 -17
  426. package/src/View/Export/ReportExportDropdown.js +6 -6
  427. package/src/View/Export/Wizard/NewReportWizard.js +8 -8
  428. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +3 -3
  429. package/src/View/Export/Wizard/ReportColumnsWizardSection.js +4 -4
  430. package/src/View/Export/Wizard/ReportNameWizardSection.js +5 -5
  431. package/src/View/Export/Wizard/ReportRowTypeWizard.js +3 -3
  432. package/src/View/Export/Wizard/ReportRowsWizardSection.js +6 -6
  433. package/src/View/Export/Wizard/ReportSettingsWizard.js +5 -5
  434. package/src/View/Export/Wizard/ReportSummaryWizard.js +1 -1
  435. package/src/View/Filter/ActiveFiltersPanel.js +3 -3
  436. package/src/View/Filter/FilterStatusBarSubPanelPopover.js +1 -1
  437. package/src/View/Filter/FilterSummary.js +9 -9
  438. package/src/View/Filter/FilterViewPanel.js +9 -9
  439. package/src/View/FlashingCell/FlashingCellStyle.js +1 -1
  440. package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +3 -3
  441. package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +2 -2
  442. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +8 -8
  443. package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +4 -4
  444. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +13 -13
  445. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +1 -1
  446. package/src/View/FormatColumn/FormatColumnSummary.js +12 -12
  447. package/src/View/FormatColumn/MoveFormatColumn.js +3 -3
  448. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +15 -15
  449. package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +2 -2
  450. package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +3 -3
  451. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +7 -7
  452. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +4 -4
  453. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +15 -15
  454. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +12 -12
  455. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +12 -12
  456. package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +7 -7
  457. package/src/View/GridFilter/GridFilterExpressionEditor.js +10 -10
  458. package/src/View/GridFilter/GridFilterPopup.js +16 -16
  459. package/src/View/GridFilter/GridFilterViewPanel.js +14 -14
  460. package/src/View/GridFilter/GridFilterWindowPopup.js +1 -1
  461. package/src/View/GridFilter/NamedQuerySelector.js +8 -8
  462. package/src/View/GridFilter/useGridFilterExpressionEditor.js +5 -5
  463. package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +1 -1
  464. package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +2 -2
  465. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +6 -6
  466. package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +10 -10
  467. package/src/View/GridInfo/GridInfoPopup/index.js +1 -1
  468. package/src/View/Layout/EditCurrentLayoutButton.js +2 -2
  469. package/src/View/Layout/LayoutCloneButton.js +2 -2
  470. package/src/View/Layout/LayoutRadioSelector.js +2 -2
  471. package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +2 -2
  472. package/src/View/Layout/LayoutViewPanel.js +11 -11
  473. package/src/View/Layout/PivotDetailsPopoup.js +2 -2
  474. package/src/View/Layout/SaveLayoutButton.js +5 -5
  475. package/src/View/Layout/TransposedPopup.js +5 -5
  476. package/src/View/Layout/Wizard/Components/ColumnLabels.js +1 -1
  477. package/src/View/Layout/Wizard/LayoutWizard.js +15 -15
  478. package/src/View/Layout/Wizard/getGridFilterPreview.js +2 -2
  479. package/src/View/Layout/Wizard/sections/AggregationsSection.js +10 -10
  480. package/src/View/Layout/Wizard/sections/ColumnsSection.js +17 -17
  481. package/src/View/Layout/Wizard/sections/FilterSection.js +10 -10
  482. package/src/View/Layout/Wizard/sections/GridFilterSection.js +8 -8
  483. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +7 -7
  484. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +8 -8
  485. package/src/View/Layout/Wizard/sections/RowSummarySection.js +14 -14
  486. package/src/View/Layout/Wizard/sections/SettingsSection.js +6 -6
  487. package/src/View/Layout/Wizard/sections/SortSection.js +9 -9
  488. package/src/View/License/LicenseWatermark.js +1 -1
  489. package/src/View/License/index.js +1 -1
  490. package/src/View/NamedQuery/EditCurrentQueryButton.js +2 -2
  491. package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +4 -4
  492. package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +6 -6
  493. package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +7 -7
  494. package/src/View/Note/NoteEditor.js +1 -1
  495. package/src/View/Note/NotePopup.js +7 -7
  496. package/src/View/PlusMinus/MovePlusMinus.js +3 -3
  497. package/src/View/PlusMinus/PlusMinusSummary.js +11 -11
  498. package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +3 -3
  499. package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +2 -2
  500. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +9 -9
  501. package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +7 -7
  502. package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +4 -4
  503. package/src/View/QuickSearch/QuickSearchInput.js +4 -4
  504. package/src/View/QuickSearch/QuickSearchPopup.js +9 -9
  505. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +3 -3
  506. package/src/View/QuickSearch/QuickSearchViewPanel.js +1 -1
  507. package/src/View/QuickSearch/useQuickSearchDebounced.js +1 -1
  508. package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +3 -3
  509. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +7 -7
  510. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +5 -5
  511. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +3 -3
  512. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -5
  513. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +3 -3
  514. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +3 -3
  515. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +6 -6
  516. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -3
  517. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +2 -2
  518. package/src/View/Schedule/Wizard/ScheduleWizard.js +8 -8
  519. package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +2 -2
  520. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +9 -9
  521. package/src/View/Shortcut/Wizard/ShortcutWizard.js +10 -10
  522. package/src/View/Shortcut/shortcutOperations.js +1 -1
  523. package/src/View/SmartEdit/SmartEditPopup.js +12 -12
  524. package/src/View/SmartEdit/SmartEditViewPanel.js +11 -11
  525. package/src/View/SpecialColumnSettingsWizardStep.js +5 -5
  526. package/src/View/StateManagement/StateManagementPopup.js +6 -6
  527. package/src/View/StateManagement/StateManagementViewPanel.js +5 -5
  528. package/src/View/StateManagement/components/ClearButton.js +1 -1
  529. package/src/View/StateManagement/components/ExportDropdown.js +2 -2
  530. package/src/View/StateManagement/components/LoadButton.js +2 -2
  531. package/src/View/StateManagement/handleExportState.js +1 -1
  532. package/src/View/StatusBar/AdaptableStatusBar.js +3 -3
  533. package/src/View/StatusBar/StatusBarPanel.js +3 -3
  534. package/src/View/StatusBar/StatusBarPopup.js +6 -6
  535. package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +16 -16
  536. package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +12 -12
  537. package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +11 -11
  538. package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +4 -4
  539. package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +5 -5
  540. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +2 -2
  541. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +1 -1
  542. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +4 -4
  543. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +13 -13
  544. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -1
  545. package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +6 -6
  546. package/src/View/SystemStatus/SystemStatusEntityRow.js +4 -4
  547. package/src/View/SystemStatus/SystemStatusPopup.js +8 -8
  548. package/src/View/SystemStatus/SystemStatusStatusBarContent.js +2 -2
  549. package/src/View/SystemStatus/SystemStatusViewPanel.js +1 -1
  550. package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +1 -1
  551. package/src/View/TeamSharing/SharedEntityDependencies.js +3 -3
  552. package/src/View/TeamSharing/SharedEntityObjectView.js +4 -4
  553. package/src/View/TeamSharing/TeamSharingApplyButton.js +2 -2
  554. package/src/View/Theme/ThemeEditor.js +7 -7
  555. package/src/View/Theme/ThemeEditorWindow.js +2 -2
  556. package/src/View/Theme/ThemeField.js +6 -6
  557. package/src/View/Theme/ThemePopup.js +9 -9
  558. package/src/View/Theme/ThemeSelector.js +4 -4
  559. package/src/View/Theme/ThemeStatusbar.js +1 -1
  560. package/src/View/Theme/ThemeViewPanel.js +3 -3
  561. package/src/View/Theme/VariantSelector.js +3 -3
  562. package/src/View/UIHelper.js +4 -4
  563. package/src/View/Wizard/AdaptableWizard.js +5 -5
  564. package/src/View/Wizard/ObjectTagsWizardSection.js +3 -3
  565. package/src/View/Wizard/OnePageAdaptableWizard.js +6 -6
  566. package/src/View/Wizard/OnePageWizards.js +9 -9
  567. package/src/View/Wizard/TypeRadio.js +1 -1
  568. package/src/View/Wizard/WizardLegend.js +1 -1
  569. package/src/View/Wizard/useKeyboardNavigation.js +1 -1
  570. package/src/View/renderWithAdaptableContext.js +2 -2
  571. package/src/agGrid/ActionColumnRenderer.js +3 -3
  572. package/src/agGrid/Adaptable.js +6 -6
  573. package/src/agGrid/AdaptableAgGrid.js +93 -93
  574. package/src/agGrid/AgGridAdapter.js +4 -4
  575. package/src/agGrid/AgGridColumnAdapter.js +9 -9
  576. package/src/agGrid/AgGridMenuAdapter.js +3 -3
  577. package/src/agGrid/BadgeRenderer.js +2 -2
  578. package/src/agGrid/FilterWrapper.js +1 -1
  579. package/src/agGrid/FloatingFilterWrapper.js +1 -1
  580. package/src/agGrid/PercentBarRenderer.js +1 -1
  581. package/src/agGrid/attachAddaptableColumnTypes.js +1 -1
  582. package/src/agGrid/buildSortedColumnStateForLayout.js +4 -4
  583. package/src/agGrid/createAgStatusPanelComponent.js +1 -1
  584. package/src/agGrid/defaultAdaptableOptions.js +7 -7
  585. package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +4 -4
  586. package/src/agGrid/editors/AdaptableDateEditor/index.js +3 -3
  587. package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +2 -2
  588. package/src/agGrid/editors/AdaptableNumberEditor/index.js +2 -2
  589. package/src/agGrid/index.js +2 -2
  590. package/src/components/Accordion.js +2 -2
  591. package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -6
  592. package/src/components/AdaptableFormComponent/index.js +1 -1
  593. package/src/components/CheckBox/index.js +1 -1
  594. package/src/components/CodeBlock/index.js +1 -1
  595. package/src/components/ColorPicker/ColorPicker.js +2 -2
  596. package/src/components/ColorPicker/index.js +1 -1
  597. package/src/components/Dashboard/Dashboard.js +5 -5
  598. package/src/components/Dashboard/DashboardManager.js +1 -1
  599. package/src/components/Dashboard/DashboardToolbar.js +2 -2
  600. package/src/components/Dashboard/index.js +3 -3
  601. package/src/components/Datepicker/Caption.js +1 -1
  602. package/src/components/Datepicker/CaptionLabel.js +1 -1
  603. package/src/components/Datepicker/index.js +9 -9
  604. package/src/components/Dialog/index.js +8 -8
  605. package/src/components/Dialog/useIsOpen.js +1 -1
  606. package/src/components/DragAndDropContext/ModuleManager.js +5 -5
  607. package/src/components/DragAndDropContext/TabList.js +3 -3
  608. package/src/components/DragAndDropContext/UnusedPanel.js +1 -1
  609. package/src/components/Dropdown/Arrows.js +1 -1
  610. package/src/components/Dropdown/index.js +4 -4
  611. package/src/components/DropdownButton/index.js +5 -5
  612. package/src/components/DropdownButton/useExpanded.js +3 -3
  613. package/src/components/EllipsisContainer/index.js +2 -2
  614. package/src/components/EmptyContent/index.js +1 -1
  615. package/src/components/ErrorBox/index.js +1 -1
  616. package/src/components/ExpressionEditor/BaseEditorInput.js +18 -18
  617. package/src/components/ExpressionEditor/EditorButton.js +2 -2
  618. package/src/components/ExpressionEditor/EditorInput.js +8 -8
  619. package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +8 -8
  620. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +1 -1
  621. package/src/components/ExpressionEditor/ExpressionPreview.js +1 -1
  622. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +10 -10
  623. package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +11 -11
  624. package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +10 -10
  625. package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -1
  626. package/src/components/ExpressionEditor/QueryBuilder/utils.js +5 -5
  627. package/src/components/ExpressionEditor/index.js +22 -22
  628. package/src/components/FieldWrap/index.js +1 -1
  629. package/src/components/FileDroppable/index.js +6 -6
  630. package/src/components/FormLayout/index.js +1 -1
  631. package/src/components/HelpBlock/index.js +1 -1
  632. package/src/components/Icon/index.js +2 -2
  633. package/src/components/IconSelector/IconSelector.js +5 -5
  634. package/src/components/IconSelector/index.js +1 -1
  635. package/src/components/InfiniteTable/index.js +1 -1
  636. package/src/components/Input/NumberInput.js +1 -1
  637. package/src/components/Input/index.js +1 -1
  638. package/src/components/InputGroup/index.js +1 -1
  639. package/src/components/List/GridList/index.js +2 -2
  640. package/src/components/List/ListGroup/index.js +1 -1
  641. package/src/components/List/ListGroupItem/index.js +2 -2
  642. package/src/components/Loader/index.js +2 -2
  643. package/src/components/Modal/index.js +4 -4
  644. package/src/components/NotifyResize/index.js +1 -1
  645. package/src/components/OverlayTrigger/Overlay.js +2 -2
  646. package/src/components/OverlayTrigger/index.js +12 -12
  647. package/src/components/OverlayTrigger/useAgGridClassName.js +1 -1
  648. package/src/components/Panel/index.js +1 -1
  649. package/src/components/PopupWithFooter.js +2 -2
  650. package/src/components/ProgressIndicator/ProgressIndicator.js +4 -4
  651. package/src/components/Radio/index.js +1 -1
  652. package/src/components/ResizeObserver/index.js +1 -1
  653. package/src/components/Select/Select.js +1 -1
  654. package/src/components/Select/index.js +1 -1
  655. package/src/components/SelectList.js +1 -1
  656. package/src/components/SelectableList/index.js +1 -1
  657. package/src/components/SimpleButton/index.js +5 -5
  658. package/src/components/SizedContainer/index.js +1 -1
  659. package/src/components/StylePreview.js +2 -2
  660. package/src/components/Table/index.js +1 -1
  661. package/src/components/Tabs/index.js +2 -2
  662. package/src/components/Tag/Tag.js +1 -1
  663. package/src/components/Tag/index.js +1 -1
  664. package/src/components/Textarea/index.js +1 -1
  665. package/src/components/Toggle/Toggle.js +2 -2
  666. package/src/components/Toggle/index.js +2 -2
  667. package/src/components/ToggleButton/index.js +1 -1
  668. package/src/components/Tooltip/index.js +1 -1
  669. package/src/components/WarningBox/index.js +1 -1
  670. package/src/components/WindowModal/WindowModal.js +3 -3
  671. package/src/components/WindowModal/index.js +1 -1
  672. package/src/components/WindowModal/useStacking.js +1 -1
  673. package/src/components/WizardPanel/index.js +2 -2
  674. package/src/components/icons/DefaultIcon.js +1 -1
  675. package/src/components/icons/add-row.js +1 -1
  676. package/src/components/icons/alert.js +1 -1
  677. package/src/components/icons/align-center.js +1 -1
  678. package/src/components/icons/align-justify.js +1 -1
  679. package/src/components/icons/align-left.js +1 -1
  680. package/src/components/icons/align-right.js +1 -1
  681. package/src/components/icons/analysis.js +1 -1
  682. package/src/components/icons/application.js +1 -1
  683. package/src/components/icons/arrow-down-long.js +1 -1
  684. package/src/components/icons/arrow-down.js +1 -1
  685. package/src/components/icons/arrow-expand.js +1 -1
  686. package/src/components/icons/arrow-left.js +1 -1
  687. package/src/components/icons/arrow-right.js +1 -1
  688. package/src/components/icons/arrow-up-long.js +1 -1
  689. package/src/components/icons/arrow-up.js +1 -1
  690. package/src/components/icons/attach-file.js +1 -1
  691. package/src/components/icons/badge.js +1 -1
  692. package/src/components/icons/blanks.js +1 -1
  693. package/src/components/icons/bold.js +1 -1
  694. package/src/components/icons/boolean-list.js +1 -1
  695. package/src/components/icons/brush.js +1 -1
  696. package/src/components/icons/build.js +1 -1
  697. package/src/components/icons/bulk-update.js +1 -1
  698. package/src/components/icons/calculated-column.js +1 -1
  699. package/src/components/icons/calendar.js +1 -1
  700. package/src/components/icons/call.js +1 -1
  701. package/src/components/icons/campaign.js +1 -1
  702. package/src/components/icons/case-lower.js +1 -1
  703. package/src/components/icons/case-sentence.js +1 -1
  704. package/src/components/icons/case-upper.js +1 -1
  705. package/src/components/icons/cell-summary.js +1 -1
  706. package/src/components/icons/cell-validation.js +1 -1
  707. package/src/components/icons/chart.js +1 -1
  708. package/src/components/icons/chat.js +1 -1
  709. package/src/components/icons/check-box-outline.js +1 -1
  710. package/src/components/icons/check-box.js +1 -1
  711. package/src/components/icons/check-circle.js +1 -1
  712. package/src/components/icons/check.js +1 -1
  713. package/src/components/icons/clone.js +1 -1
  714. package/src/components/icons/close.js +1 -1
  715. package/src/components/icons/cloud-upload.js +1 -1
  716. package/src/components/icons/collapse-all.js +1 -1
  717. package/src/components/icons/collapse.js +1 -1
  718. package/src/components/icons/column-add.js +1 -1
  719. package/src/components/icons/column-chooser.js +1 -1
  720. package/src/components/icons/column-filter.js +1 -1
  721. package/src/components/icons/column-info.js +1 -1
  722. package/src/components/icons/comment.js +1 -1
  723. package/src/components/icons/comments.js +1 -1
  724. package/src/components/icons/contact.js +1 -1
  725. package/src/components/icons/contains.js +1 -1
  726. package/src/components/icons/copy.js +1 -1
  727. package/src/components/icons/csv.js +1 -1
  728. package/src/components/icons/custom-sort.js +1 -1
  729. package/src/components/icons/dashboard.js +1 -1
  730. package/src/components/icons/data-object.js +1 -1
  731. package/src/components/icons/data-set.js +1 -1
  732. package/src/components/icons/date-range.js +1 -1
  733. package/src/components/icons/delete.js +1 -1
  734. package/src/components/icons/division.js +1 -1
  735. package/src/components/icons/dock.js +1 -1
  736. package/src/components/icons/dollar.js +1 -1
  737. package/src/components/icons/drag.js +1 -1
  738. package/src/components/icons/edit.js +1 -1
  739. package/src/components/icons/ends-with.js +1 -1
  740. package/src/components/icons/equal.js +1 -1
  741. package/src/components/icons/equation.js +1 -1
  742. package/src/components/icons/error.js +1 -1
  743. package/src/components/icons/excel.js +1 -1
  744. package/src/components/icons/expand-all.js +1 -1
  745. package/src/components/icons/expand.js +1 -1
  746. package/src/components/icons/exponent.js +1 -1
  747. package/src/components/icons/export.js +1 -1
  748. package/src/components/icons/fast-backward.js +1 -1
  749. package/src/components/icons/fast-forward.js +1 -1
  750. package/src/components/icons/fdc3.js +1 -1
  751. package/src/components/icons/filter-off.js +1 -1
  752. package/src/components/icons/filter.js +1 -1
  753. package/src/components/icons/flashing-cell.js +1 -1
  754. package/src/components/icons/folder-open.js +1 -1
  755. package/src/components/icons/folder-shared.js +1 -1
  756. package/src/components/icons/folder.js +1 -1
  757. package/src/components/icons/format-column.js +1 -1
  758. package/src/components/icons/freetext-column.js +1 -1
  759. package/src/components/icons/function.js +1 -1
  760. package/src/components/icons/gradient-column.js +1 -1
  761. package/src/components/icons/gradient.js +1 -1
  762. package/src/components/icons/greater-than-or-equal.js +1 -1
  763. package/src/components/icons/greater-than.js +1 -1
  764. package/src/components/icons/grid-filter.js +1 -1
  765. package/src/components/icons/grid-info.js +1 -1
  766. package/src/components/icons/hide-column.js +1 -1
  767. package/src/components/icons/history.js +1 -1
  768. package/src/components/icons/home.js +1 -1
  769. package/src/components/icons/import-export.js +1 -1
  770. package/src/components/icons/import.js +1 -1
  771. package/src/components/icons/index.js +168 -168
  772. package/src/components/icons/info.js +1 -1
  773. package/src/components/icons/instrument.js +1 -1
  774. package/src/components/icons/interactions.js +1 -1
  775. package/src/components/icons/invalid.js +1 -1
  776. package/src/components/icons/ipushpull.js +1 -1
  777. package/src/components/icons/italic.js +1 -1
  778. package/src/components/icons/justify.js +1 -1
  779. package/src/components/icons/layout.js +1 -1
  780. package/src/components/icons/less-than-or-equal.js +1 -1
  781. package/src/components/icons/less-than.js +1 -1
  782. package/src/components/icons/list.js +1 -1
  783. package/src/components/icons/login.js +1 -1
  784. package/src/components/icons/logout copy.js +1 -1
  785. package/src/components/icons/logout.js +1 -1
  786. package/src/components/icons/mail.js +1 -1
  787. package/src/components/icons/menu.js +1 -1
  788. package/src/components/icons/minus.js +1 -1
  789. package/src/components/icons/money.js +1 -1
  790. package/src/components/icons/multiplication.js +1 -1
  791. package/src/components/icons/newpage.js +1 -1
  792. package/src/components/icons/news.js +1 -1
  793. package/src/components/icons/non-blanks.js +1 -1
  794. package/src/components/icons/not-contains.js +1 -1
  795. package/src/components/icons/not-equal.js +1 -1
  796. package/src/components/icons/note.js +1 -1
  797. package/src/components/icons/open-in-new.js +1 -1
  798. package/src/components/icons/order.js +1 -1
  799. package/src/components/icons/organisation.js +1 -1
  800. package/src/components/icons/overline.js +1 -1
  801. package/src/components/icons/pause.js +1 -1
  802. package/src/components/icons/percent-bar.js +1 -1
  803. package/src/components/icons/percent.js +1 -1
  804. package/src/components/icons/person.js +1 -1
  805. package/src/components/icons/pie-chart.js +1 -1
  806. package/src/components/icons/play.js +1 -1
  807. package/src/components/icons/plus-minus.js +1 -1
  808. package/src/components/icons/plus.js +1 -1
  809. package/src/components/icons/query.js +1 -1
  810. package/src/components/icons/quick-search.js +1 -1
  811. package/src/components/icons/quote.js +1 -1
  812. package/src/components/icons/refresh.js +1 -1
  813. package/src/components/icons/regex.js +1 -1
  814. package/src/components/icons/reminder.js +1 -1
  815. package/src/components/icons/resume.js +1 -1
  816. package/src/components/icons/rows.js +1 -1
  817. package/src/components/icons/save.js +1 -1
  818. package/src/components/icons/schedule.js +1 -1
  819. package/src/components/icons/science.js +1 -1
  820. package/src/components/icons/select-all.js +1 -1
  821. package/src/components/icons/select-fwd.js +1 -1
  822. package/src/components/icons/select-off.js +1 -1
  823. package/src/components/icons/settings.js +1 -1
  824. package/src/components/icons/shortcut.js +1 -1
  825. package/src/components/icons/show-column.js +1 -1
  826. package/src/components/icons/smart-edit.js +1 -1
  827. package/src/components/icons/sort-asc.js +1 -1
  828. package/src/components/icons/sort-desc.js +1 -1
  829. package/src/components/icons/spark-line.js +1 -1
  830. package/src/components/icons/starts-with.js +1 -1
  831. package/src/components/icons/state-management.js +1 -1
  832. package/src/components/icons/statusbar.js +1 -1
  833. package/src/components/icons/stop.js +1 -1
  834. package/src/components/icons/strikethrough.js +1 -1
  835. package/src/components/icons/system-status.js +1 -1
  836. package/src/components/icons/tab-unselected.js +1 -1
  837. package/src/components/icons/table-arrow-right.js +1 -1
  838. package/src/components/icons/team-share.js +1 -1
  839. package/src/components/icons/theme.js +1 -1
  840. package/src/components/icons/tool-panel.js +1 -1
  841. package/src/components/icons/track-changes.js +1 -1
  842. package/src/components/icons/triangle-down.js +1 -1
  843. package/src/components/icons/triangle-up.js +1 -1
  844. package/src/components/icons/unchecked.js +1 -1
  845. package/src/components/icons/underline.js +1 -1
  846. package/src/components/icons/undo.js +1 -1
  847. package/src/components/icons/updated-row.js +1 -1
  848. package/src/components/icons/upload.js +1 -1
  849. package/src/components/icons/user-filter.js +1 -1
  850. package/src/components/icons/visibility-off.js +1 -1
  851. package/src/components/icons/visibility.js +1 -1
  852. package/src/components/icons/warning.js +1 -1
  853. package/src/components/utils/captureTabNavigation/index.js +1 -1
  854. package/src/components/utils/selectParent/index.js +1 -1
  855. package/src/components/utils/useAutoFocus.js +1 -1
  856. package/src/components/utils/useTheme.js +1 -1
  857. package/src/env.js +2 -2
  858. package/src/migration/AdaptableUpgradeHelper.js +3 -3
  859. package/src/migration/VersionUpgrade17.js +5 -5
  860. package/src/migration/VersionUpgrade18.js +1 -1
  861. package/src/parser/src/evaluator.js +1 -1
  862. package/src/parser/src/index.js +3 -3
  863. package/src/parser/src/predicate/index.js +2 -2
  864. package/src/parser/src/predicate/mapExpressionToQlPredicate.js +4 -4
  865. package/src/parser/src/predicate/mapQlPredicateToExpression.js +1 -1
  866. package/src/parser/src/tokenizer.js +1 -1
  867. package/src/themes/index.js +1 -1
  868. package/src/types.js +1 -1
  869. package/types.js +1 -1
@@ -2,12 +2,12 @@ import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { createPortal } from 'react-dom';
4
4
  import { useMemo } from 'react';
5
- import join from "../utils/join.js";
5
+ import join from '../utils/join';
6
6
  import { RemoveScroll } from 'react-remove-scroll';
7
7
  import { Flex } from 'rebass';
8
- import { baseClassName, default as Backdrop } from "./Backdrop.js";
9
- import { createUuid } from "../utils/uuid.js";
10
- import { isBrowserDocumentAvailable } from "../../View/UIHelper.js";
8
+ import { baseClassName, default as Backdrop } from './Backdrop';
9
+ import { createUuid } from '../utils/uuid';
10
+ import { isBrowserDocumentAvailable } from '../../View/UIHelper';
11
11
  let portalElement;
12
12
  export const ensurePortalElement = () => {
13
13
  if (!isBrowserDocumentAvailable()) {
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { getResizeObserverObject } from "../ResizeObserver/getResizeObserverObject.js";
2
+ import { getResizeObserverObject } from '../ResizeObserver/getResizeObserverObject';
3
3
  const RO = getResizeObserverObject();
4
4
  const NotifyResize = (props) => {
5
5
  const domRef = React.useRef(null);
@@ -1,8 +1,8 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { useEffect, useState, useRef } from 'react';
4
- import batchUpdate from "../utils/batchUpdate.js";
5
- import usePrevious from "../utils/usePrevious.js";
4
+ import batchUpdate from '../utils/batchUpdate';
5
+ import usePrevious from '../utils/usePrevious';
6
6
  export const useRefresh = () => {
7
7
  const [x, update] = useState(0);
8
8
  return () => {
@@ -2,18 +2,18 @@ import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { useRef, useEffect } from 'react';
4
4
  import debounce from 'lodash/debounce';
5
- import batchUpdate from "../utils/batchUpdate.js";
6
- import selectParent from "../utils/selectParent/index.js";
7
- import useProperty from "../utils/useProperty.js";
8
- import Overlay from "./Overlay.js";
9
- import join from "../utils/join.js";
10
- import usePrevious from "../utils/usePrevious.js";
11
- import { getDocRect, getRect } from "./utils.js";
12
- import useAgGridClassName from "./useAgGridClassName.js";
13
- import contains from "../utils/contains.js";
14
- import { isBrowserDocumentAvailable } from "../../View/UIHelper.js";
15
- import { useOverlay } from "../InfiniteTable/index.js";
16
- import { useAdaptable } from "../../View/AdaptableContext.js";
5
+ import batchUpdate from '../utils/batchUpdate';
6
+ import selectParent from '../utils/selectParent';
7
+ import useProperty from '../utils/useProperty';
8
+ import Overlay from './Overlay';
9
+ import join from '../utils/join';
10
+ import usePrevious from '../utils/usePrevious';
11
+ import { getDocRect, getRect } from './utils';
12
+ import useAgGridClassName from './useAgGridClassName';
13
+ import contains from '../utils/contains';
14
+ import { isBrowserDocumentAvailable } from '../../View/UIHelper';
15
+ import { useOverlay } from '../InfiniteTable';
16
+ import { useAdaptable } from '../../View/AdaptableContext';
17
17
  export const getConstrainElement = (target, constrainTo) => {
18
18
  let el = null;
19
19
  if (typeof constrainTo === 'string') {
@@ -1,5 +1,5 @@
1
1
  import { useMemo } from 'react';
2
- import { useAdaptable } from "../../View/AdaptableContext.js";
2
+ import { useAdaptable } from '../../View/AdaptableContext';
3
3
  const useAgGridClassName = (deps = []) => {
4
4
  const adaptable = useAdaptable();
5
5
  return useMemo(() => {
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { Box, Flex } from 'rebass';
4
- import join from "../utils/join.js";
4
+ import join from '../utils/join';
5
5
  export const baseClassName = 'ab-Panel';
6
6
  const Header = (_a) => {
7
7
  var { children, variant = 'default' } = _a, headerProps = __rest(_a, ["children", "variant"]);
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
- import Dialog from "./Dialog/index.js";
4
- import FlexWithFooter from "./FlexWithFooter.js";
3
+ import Dialog from './Dialog';
4
+ import FlexWithFooter from './FlexWithFooter';
5
5
  export const PopupWithFooter = React.forwardRef((props, ref) => {
6
6
  const { showModal, onHide, footer, maxWidth, style } = props, dialogProps = __rest(props, ["showModal", "onHide", "footer", "maxWidth", "style"]);
7
7
  return (React.createElement(Dialog, Object.assign({}, dialogProps, { ref: ref, isOpen: showModal, onDismiss: onHide, showCloseButton: false, padding: 0 }),
@@ -1,10 +1,10 @@
1
1
  import * as React from 'react';
2
2
  import { useSelector } from 'react-redux';
3
3
  import { useEffect, useState } from 'react';
4
- import { LoaderSpinner } from "../Loader/index.js";
5
- import { useAdaptable } from "../../View/AdaptableContext.js";
6
- import { ExternalRenderer } from "../../View/Components/ExternalRenderer.js";
7
- import Dialog from "../Dialog/index.js";
4
+ import { LoaderSpinner } from '../Loader';
5
+ import { useAdaptable } from '../../View/AdaptableContext';
6
+ import { ExternalRenderer } from '../../View/Components/ExternalRenderer';
7
+ import Dialog from '../Dialog';
8
8
  import { Box, Flex } from 'rebass';
9
9
  export const ProgressIndicator = () => {
10
10
  const adaptable = useAdaptable();
@@ -2,7 +2,7 @@ import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { useState } from 'react';
4
4
  import { Box, Flex } from 'rebass';
5
- import useProperty from "../utils/useProperty.js";
5
+ import useProperty from '../utils/useProperty';
6
6
  const RadioContext = React.createContext({
7
7
  value: null,
8
8
  name: '',
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { useMemo, useRef, useEffect, useLayoutEffect, useCallback } from 'react';
4
- import { getResizeObserverObject } from "./getResizeObserverObject.js";
4
+ import { getResizeObserverObject } from './getResizeObserverObject';
5
5
  export const setupResizeObserver = (node, callback) => {
6
6
  const RO = getResizeObserverObject();
7
7
  if (!RO) {
@@ -2,7 +2,7 @@ import { isSameDay } from 'date-fns';
2
2
  import * as React from 'react';
3
3
  import ReactSelect, { components } from 'react-select';
4
4
  import CreatableSelect from 'react-select/creatable';
5
- import { Icon } from "../icons/index.js";
5
+ import { Icon } from '../icons';
6
6
  const commonStyles = ({ isFocused, isDisabled, }) => {
7
7
  return {
8
8
  color: 'var(--ab-cmp-input__color)',
@@ -1 +1 @@
1
- export * from "./Select.js";
1
+ export * from './Select';
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import SimpleButton from "./SimpleButton/index.js";
2
+ import SimpleButton from './SimpleButton';
3
3
  export const SelectList = (props) => {
4
4
  return (React.createElement(React.Fragment, null, props.options.map((option) => (React.createElement(SimpleButton, { p: 2, width: '100%', variant: "text", onClick: () => props.onChange(option), key: option.label }, option.label)))));
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { useContext, useRef } from 'react';
3
- import useProperty from "../utils/useProperty.js";
3
+ import useProperty from '../utils/useProperty';
4
4
  const SelectableListContext = React.createContext({
5
5
  clickInfoRef: null,
6
6
  selected: {},
@@ -1,11 +1,11 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { Button } from 'rebass';
4
- import join from "../utils/join.js";
5
- import { allIcons } from "../icons/index.js";
6
- import Tooltip from "../Tooltip/index.js";
7
- import theme from "../../theme.js";
8
- import { IconComponent, isAdaptableElementIcon, isAdaptableCustomIcon, isAdaptableSystemIcon, } from "../Icon/index.js";
4
+ import join from '../utils/join';
5
+ import { allIcons } from '../icons';
6
+ import Tooltip from '../Tooltip';
7
+ import theme from '../../theme';
8
+ import { IconComponent, isAdaptableElementIcon, isAdaptableCustomIcon, isAdaptableSystemIcon, } from '../Icon';
9
9
  export const baseClassName = 'ab-SimpleButton';
10
10
  const defaultProps = {
11
11
  px: null,
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { Box } from 'rebass';
4
- import NotifyResize from "../NotifyResize/index.js";
4
+ import NotifyResize from '../NotifyResize';
5
5
  const SizedContainer = (props) => {
6
6
  const { onResize: onResizeFromProps } = props, domProps = __rest(props, ["onResize"]);
7
7
  const [size, onResize] = React.useState(null);
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { Box } from 'rebass';
3
- import { toStyle } from "../Utilities/Helpers/StyleHelper.js";
4
- import join from "./utils/join.js";
3
+ import { toStyle } from '../Utilities/Helpers/StyleHelper';
4
+ import join from './utils/join';
5
5
  export const StylePreview = (props) => {
6
6
  var _a, _b, _c;
7
7
  return (React.createElement(Box, Object.assign({}, props, { className: join('ab-StylePreview', props.className), padding: (_a = props.padding) !== null && _a !== void 0 ? _a : 2, mt: (_b = props.mt) !== null && _b !== void 0 ? _b : 2, style: Object.assign(Object.assign({}, toStyle(props.styleObject)), props.style) }), (_c = props.children) !== null && _c !== void 0 ? _c : 'Preview result'));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import join from "../utils/join.js";
2
+ import join from '../utils/join';
3
3
  const Table = (props) => {
4
4
  return React.createElement("table", Object.assign({}, props, { className: join(props.className, 'ab-Table') }));
5
5
  };
@@ -2,8 +2,8 @@ import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { Box, Flex } from 'rebass';
4
4
  import { useRef } from 'react';
5
- import join from "../utils/join.js";
6
- import useProperty from "../utils/useProperty.js";
5
+ import join from '../utils/join';
6
+ import useProperty from '../utils/useProperty';
7
7
  const TabContext = React.createContext({
8
8
  selectedIndex: 0,
9
9
  tabCount: 0,
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Box } from 'rebass';
3
- import join from "../utils/join.js";
3
+ import join from '../utils/join';
4
4
  export const Tag = React.forwardRef((props, ref) => {
5
5
  var _a, _b, _c, _d;
6
6
  return (React.createElement(Box, Object.assign({}, props, { ref: ref, className: join('ab-Tag', props.className), backgroundColor: "primary", paddingTop: (_a = props.paddingTop) !== null && _a !== void 0 ? _a : 1, paddingBottom: (_b = props.paddingBottom) !== null && _b !== void 0 ? _b : 1, paddingLeft: (_c = props.paddingLeft) !== null && _c !== void 0 ? _c : 2, paddingRight: (_d = props.paddingRight) !== null && _d !== void 0 ? _d : 2, style: Object.assign({ borderRadius: 'var(--ab__border-radius)' }, props.style) })));
@@ -1 +1 @@
1
- export { Tag } from "./Tag.js";
1
+ export { Tag } from './Tag';
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
3
  import { Box } from 'rebass';
4
- import join from "../utils/join.js";
4
+ import join from '../utils/join';
5
5
  export const baseClassName = 'ab-Textarea';
6
6
  const Textarea = React.forwardRef((props, ref) => {
7
7
  const internalRef = React.useRef(null);
@@ -1,7 +1,7 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
- import { IconComponent } from "../Icon/index.js";
4
- import join from "../utils/join.js";
3
+ import { IconComponent } from '../Icon';
4
+ import join from '../utils/join';
5
5
  export const Toggle = (_a) => {
6
6
  var { onPressedChange, pressed, icon, children } = _a, rest = __rest(_a, ["onPressedChange", "pressed", "icon", "children"]);
7
7
  const baseClassName = 'ab-Toggle';
@@ -1,2 +1,2 @@
1
- export * from "./Toggle.js";
2
- export * from "./ToggleGroup.js";
1
+ export * from './Toggle';
2
+ export * from './ToggleGroup';
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Flex } from 'rebass';
3
- import join from "../utils/join.js";
3
+ import join from '../utils/join';
4
4
  export const ToggleButton = ({ checked, onChange, disabled, className, children, style = {}, 'data-name': dataName, }) => {
5
5
  const handleChange = (event) => {
6
6
  if (disabled) {
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import OverlayTrigger from "../OverlayTrigger/index.js";
2
+ import OverlayTrigger from '../OverlayTrigger';
3
3
  const Tooltip = ({ label, children }) => {
4
4
  return (React.createElement(OverlayTrigger, { defaultZIndex: 2000000, className: "ab-Tooltip", render: () => label }, children));
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Box } from 'rebass';
3
- import join from "../utils/join.js";
3
+ import join from '../utils/join';
4
4
  export const baseClassName = 'ab-WarningBox';
5
5
  export const WarningBox = (props) => {
6
6
  return React.createElement(Box, Object.assign({}, props, { className: join(props.className, baseClassName) }));
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { Resizable } from 're-resizable';
3
- import useDraggable from "../utils/useDraggable.js";
4
- import { isBrowserDocumentAvailable } from "../../View/UIHelper.js";
3
+ import useDraggable from '../utils/useDraggable';
4
+ import { isBrowserDocumentAvailable } from '../../View/UIHelper';
5
5
  import { createPortal } from 'react-dom';
6
- import { useStacking } from "./useStacking.js";
6
+ import { useStacking } from './useStacking';
7
7
  let portalElement;
8
8
  const ensurePortalElement = () => {
9
9
  if (!isBrowserDocumentAvailable()) {
@@ -1 +1 @@
1
- export * from "./WindowModal.js";
1
+ export * from './WindowModal';
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { createUuid } from "../utils/uuid.js";
2
+ import { createUuid } from '../utils/uuid';
3
3
  const setZIndexMap = {};
4
4
  const zIndexMap = [];
5
5
  const BASE_Z_INDEX = 1000;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import Panel from "../Panel/index.js";
3
- import join from "../utils/join.js";
2
+ import Panel from '../Panel';
3
+ import join from '../utils/join';
4
4
  const WizardPanel = (props) => {
5
5
  return (React.createElement(Panel, Object.assign({ border: "none", borderRadius: "none", variant: "primary", bodyScroll: true }, props, { className: join(props.className, 'ab-WizardPanel'), style: Object.assign({ height: '100%' }, props.style) })));
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import { __rest } from "tslib";
2
2
  import * as React from 'react';
3
- import join from "../utils/join.js";
3
+ import join from '../utils/join';
4
4
  const HUNDRED_PERCENT_SIZE = 24;
5
5
  const DEFAULT_SIZE = 20;
6
6
  export const getSize = (size) => Math.round(size * (DEFAULT_SIZE / HUNDRED_PERCENT_SIZE));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M11 18H13V15H16V13H13V10H11V13H8V15H11ZM18 22H6Q5.175 22 4.588 21.413Q4 20.825 4 20V4Q4 3.175 4.588 2.587Q5.175 2 6 2H14L20 8V20Q20 20.825 19.413 21.413Q18.825 22 18 22ZM13 9V4H6Q6 4 6 4Q6 4 6 4V20Q6 20 6 20Q6 20 6 20H18Q18 20 18 20Q18 20 18 20V9ZM6 4V9V4V9V20Q6 20 6 20Q6 20 6 20Q6 20 6 20Q6 20 6 20V4Q6 4 6 4Q6 4 6 4Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M18 16v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-5 0h-2v-2h2v2zm0-4h-2V8h2v4zm-1 10c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M120 936v-80h720v80H120Zm160-160v-80h400v80H280ZM120 616v-80h720v80H120Zm160-160v-80h400v80H280ZM120 296v-80h720v80H120Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M120 936v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Zm0-160v-80h480v80H120Zm0-160v-80h720v80H120Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M120 936v-80h720v80H120Zm240-160v-80h480v80H360ZM120 616v-80h720v80H120Zm240-160v-80h480v80H360ZM120 296v-80h720v80H120Z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74m0-2.26L2 6v2h19V6l-9.5-5z" }),
5
5
  ' '));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M20 18c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2H0c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2h-4zM4 5h16v11H4V5zm8 14c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "m12 22-7-7 1.4-1.425 4.6 4.6V2h2v16.175l4.6-4.575L19 15Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M10 21v-2H6.41l4.5-4.5l-1.41-1.41l-4.5 4.5V14H3v7h7m4.5-10.09l4.5-4.5V10h2V3h-7v2h3.59l-4.5 4.5l1.41 1.41z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" }),
5
5
  ";"));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M11 22V5.825L6.4 10.4 5 9l7-7 7 7-1.4 1.425-4.6-4.6V22Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z" }),
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.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M160 976q-33 0-56.5-23.5T80 896V456q0-33 23.5-56.5T160 376h200V256q0-33 23.5-56.5T440 176h80q33 0 56.5 23.5T600 256v120h200q33 0 56.5 23.5T880 456v440q0 33-23.5 56.5T800 976H160Zm0-80h640V456H600q0 33-23.5 56.5T520 536h-80q-33 0-56.5-23.5T360 456H160v440Zm80-80h240v-18q0-17-9.5-31.5T444 744q-20-9-40.5-13.5T360 726q-23 0-43.5 4.5T276 744q-17 8-26.5 22.5T240 798v18Zm320-60h160v-60H560v60Zm-200-60q25 0 42.5-17.5T420 636q0-25-17.5-42.5T360 576q-25 0-42.5 17.5T300 636q0 25 17.5 42.5T360 696Zm200-60h160v-60H560v60ZM440 456h80V256h-80v200Zm40 220Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 96 960 960" }),
4
4
  React.createElement("path", { d: "M272 856V296h221q65 0 120 40t55 111q0 51-23 78.5T602 565q25 11 55.5 41t30.5 90q0 89-65 124.5T501 856H272Zm121-112h104q48 0 58.5-24.5T566 684q0-11-10.5-35.5T494 624H393v120Zm0-228h93q33 0 48-17t15-38q0-24-17-39t-44-15h-95v109Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { fill: "currentColor", d: "M4 13C2.89 13 2 13.89 2 15V19C2 20.11 2.89 21 4 21H8C9.11 21 10 20.11 10 19V15C10 13.89 9.11 13 8 13M8.2 14.5L9.26 15.55L5.27 19.5L2.74 16.95L3.81 15.9L5.28 17.39M4 3C2.89 3 2 3.89 2 5V9C2 10.11 2.89 11 4 11H8C9.11 11 10 10.11 10 9V5C10 3.89 9.11 3 8 3M4 5H8V9H4M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M6 21q-1.125 0-2.225-.55T2 19q.65 0 1.325-.512Q4 17.975 4 17q0-1.25.875-2.125T7 14q1.25 0 2.125.875T10 17q0 1.65-1.175 2.825Q7.65 21 6 21Zm0-2q.825 0 1.412-.587Q8 17.825 8 17q0-.425-.287-.712Q7.425 16 7 16t-.713.288Q6 16.575 6 17q0 .575-.137 1.05-.138.475-.363.9.125.05.25.05H6Zm5.75-4L9 12.25l8.95-8.95q.275-.275.688-.288.412-.012.712.288l1.35 1.35q.3.3.3.7 0 .4-.3.7ZM7 17Z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { clipRule: "evenodd", fill: "none", d: "M0 0h24v24H0z" }),
5
5
  React.createElement("path", { d: "M22.7 19l-9.1-9.1c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1.1.1-1.4z" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("defs", null,
5
5
  React.createElement("path", { id: "a", d: "M0 0h24v24H0V0z" })),
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M14.67 14.4337V21.7831H9.33V14.4337H14.67ZM15.67 21.7831L20.9277 21.8072V14.4337H15.67V21.7831ZM8.33 21.7831V2.14458H3V21.7831H8.33Z" }),
5
5
  React.createElement("path", { d: "M19.6426 2H10.6466C9.93976 2 9.36145 2.57831 9.36145 3.28514V12.2811C9.36145 12.988 9.93976 13.5663 10.6466 13.5663H19.6426C20.3494 13.5663 20.9277 12.988 20.9277 12.2811V3.28514C20.9277 2.57831 20.3494 2 19.6426 2ZM15.8064 4.60884L16.4876 3.92771L17.3936 4.83373L18.2996 3.92771L18.9807 4.60884L18.0747 5.51486L18.9807 6.42088L18.2996 7.10201L17.3936 6.20241L16.4876 7.10843L15.8064 6.42731L16.7124 5.52128L15.8064 4.60884ZM11.4498 5.03293H14.6627V5.99679H11.4498V5.03293ZM14.8233 10.3534H13.5382V11.6386H12.5743V10.3534H11.2892V9.38956H12.5743V8.10442H13.5382V9.38956H14.8233V10.3534ZM19 11.1566H15.7871V10.1928H19V11.1566ZM19 9.5502H15.7871V8.58635H19V9.5502Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1v4h2v-4h1l5 3V6L8 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 0 15 15" }),
4
4
  React.createElement("path", { d: "M3.69899 5.20703C2.05823 5.20703 0.809204 6.68569 0.809204 8.60972C0.809204 10.6337 2.15823 12.0124 3.69899 12.0124C4.52126 12.0124 5.37402 11.6693 5.9539 11.0223V11.53C5.9539 11.7785 6.15537 11.98 6.4039 11.98C6.65243 11.98 6.8539 11.7785 6.8539 11.53V5.72001C6.8539 5.47149 6.65243 5.27001 6.4039 5.27001C6.15537 5.27001 5.9539 5.47149 5.9539 5.72001V6.22269C5.40506 5.60075 4.59218 5.20703 3.69899 5.20703ZM5.9539 9.799V7.30117C5.56339 6.58064 4.74118 6.05757 3.8868 6.05757C2.9089 6.05757 1.83508 6.96581 1.83508 8.60955C1.83508 10.1533 2.80889 11.1615 3.8868 11.1615C4.76984 11.1615 5.57141 10.4957 5.9539 9.799ZM10.799 5.20703C9.15823 5.20703 7.9092 6.68569 7.9092 8.60972C7.9092 10.6337 9.25823 12.0124 10.799 12.0124C11.6215 12.0124 12.4744 11.6692 13.0543 11.0218V11.53C13.0543 11.7785 13.2558 11.98 13.5043 11.98C13.7529 11.98 13.9543 11.7785 13.9543 11.53V5.72C13.9543 5.47147 13.7529 5.27 13.5043 5.27C13.2558 5.27 13.0543 5.47147 13.0543 5.72V6.22318C12.5055 5.60095 11.6924 5.20703 10.799 5.20703ZM13.0543 9.79822V7.30196C12.664 6.58102 11.8415 6.05757 10.9868 6.05757C10.0089 6.05757 8.93508 6.96581 8.93508 8.60955C8.93508 10.1533 9.90889 11.1615 10.9868 11.1615C11.8702 11.1615 12.672 10.4952 13.0543 9.79822Z", fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" })));
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 0 17 17" }),
4
4
  React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M4.10889 3.11667C4.34607 3.11667 4.55816 3.26439 4.6404 3.48686L8.12582 12.9157C8.23433 13.2092 8.08433 13.5352 7.79078 13.6437C7.49724 13.7522 7.1713 13.6023 7.06279 13.3086L5.92037 10.2182H2.29739L1.15498 13.3086C1.04646 13.6023 0.720532 13.7522 0.426985 13.6437C0.133437 13.5352 -0.0165648 13.2092 0.0919466 12.9157L3.57737 3.48686C3.65961 3.26439 3.87169 3.11667 4.10889 3.11667ZM4.10889 5.31768L5.56427 9.25484H2.6535L4.10889 5.31768Z" }),
5
5
  React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M12.2389 5.90131C10.3793 5.90131 8.96375 7.57712 8.96375 9.75769C8.96375 12.0515 10.4926 13.6141 12.2389 13.6141C13.171 13.6141 14.1376 13.2251 14.7949 12.4914V13.0673C14.7949 13.349 15.0232 13.5773 15.3049 13.5773C15.5866 13.5773 15.8149 13.349 15.8149 13.0673V6.48267C15.8149 6.201 15.5866 5.97267 15.3049 5.97267C15.0232 5.97267 14.7949 6.201 14.7949 6.48267V7.05294C14.1729 6.34775 13.2514 5.90131 12.2389 5.90131ZM14.7949 11.1047V8.27556C14.3525 7.4585 13.4204 6.86525 12.4517 6.86525C11.3434 6.86525 10.1264 7.89459 10.1264 9.7575C10.1264 11.5071 11.2301 12.6497 12.4517 12.6497C13.4529 12.6497 14.3616 11.8946 14.7949 11.1047Z" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props, { viewBox: "0 0 15 15" }),
4
4
  React.createElement("path", { d: "M3.6255 2.75C3.83478 2.75 4.02192 2.88034 4.09448 3.07664L7.16985 11.3962C7.2656 11.6552 7.13324 11.9428 6.87423 12.0386C6.61522 12.1343 6.32763 12.002 6.23188 11.7429L5.22387 9.01603H2.02712L1.01911 11.7429C0.923362 12.002 0.635774 12.1343 0.376762 12.0386C0.117749 11.9428 -0.0146052 11.6552 0.0811401 11.3962L3.15651 3.07664C3.22908 2.88034 3.41621 2.75 3.6255 2.75ZM3.6255 4.69207L4.90966 8.16603H2.34133L3.6255 4.69207ZM11.3719 2.75C11.5811 2.75 11.7683 2.88034 11.8408 3.07664L14.9162 11.3962C15.012 11.6552 14.8796 11.9428 14.6206 12.0386C14.3616 12.1343 14.074 12.002 13.9782 11.7429L12.9702 9.01603H9.77348L8.76547 11.7429C8.66972 12.002 8.38213 12.1343 8.12312 12.0386C7.86411 11.9428 7.73175 11.6552 7.8275 11.3962L10.9029 3.07664C10.9754 2.88034 11.1626 2.75 11.3719 2.75ZM11.3719 4.69207L12.656 8.16603H10.0877L11.3719 4.69207Z", fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" })));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- import DefaultIcon from "./DefaultIcon.js";
2
+ import DefaultIcon from './DefaultIcon';
3
3
  export default (props) => (React.createElement(DefaultIcon, Object.assign({}, props),
4
4
  React.createElement("path", { d: "M4 11h5V5H4v6zm0 7h5v-6H4v6zm6 0h5v-6h-5v6zm6 0h5v-6h-5v6zm-6-7h5V5h-5v6zm6-6v6h5V5h-5z" })));