@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.
- package/agGrid.js +12 -12
- package/package.json +1 -2
- package/src/Api/Implementation/ActionColumnApiImpl.js +3 -3
- package/src/Api/Implementation/ActionRowApiImpl.js +3 -3
- package/src/Api/Implementation/AdaptableApiImpl.js +51 -51
- package/src/Api/Implementation/AlertApiImpl.js +9 -9
- package/src/Api/Implementation/ApiBase.js +2 -2
- package/src/Api/Implementation/ApplicationApiImpl.js +2 -2
- package/src/Api/Implementation/BulkUpdateApiImpl.js +3 -3
- package/src/Api/Implementation/CalculatedColumnApiImpl.js +4 -4
- package/src/Api/Implementation/CalendarApiImpl.js +1 -1
- package/src/Api/Implementation/CellSummaryApiImpl.js +4 -4
- package/src/Api/Implementation/ChartingApiImpl.js +6 -6
- package/src/Api/Implementation/ColumnApiImpl.js +6 -6
- package/src/Api/Implementation/ColumnFilterApiImpl.js +5 -5
- package/src/Api/Implementation/ColumnMenuApiImpl.js +1 -1
- package/src/Api/Implementation/ColumnScopeApiImpl.js +3 -3
- package/src/Api/Implementation/CommentsApiImpl.js +5 -5
- package/src/Api/Implementation/ConfigApiImpl.js +24 -24
- package/src/Api/Implementation/ContextMenuApiImpl.js +1 -1
- package/src/Api/Implementation/CustomSortApiImpl.js +4 -4
- package/src/Api/Implementation/DashboardApiImpl.js +5 -5
- package/src/Api/Implementation/DataChangeHistoryApiImpl.js +3 -3
- package/src/Api/Implementation/DataImportApiImpl.js +2 -2
- package/src/Api/Implementation/DataSetApiImpl.js +4 -4
- package/src/Api/Implementation/EntitlementApiImpl.js +1 -1
- package/src/Api/Implementation/EventApiImpl.js +2 -2
- package/src/Api/Implementation/ExportApiImpl.js +7 -7
- package/src/Api/Implementation/ExpressionApiImpl.js +3 -3
- package/src/Api/Implementation/Fdc3ApiImpl.js +4 -4
- package/src/Api/Implementation/FlashingCellApiImpl.js +4 -4
- package/src/Api/Implementation/FormatColumnApiImpl.js +4 -4
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +5 -5
- package/src/Api/Implementation/GridApiImpl.js +9 -9
- package/src/Api/Implementation/GridFilterApiImpl.js +5 -5
- package/src/Api/Implementation/LayoutApiImpl.js +11 -11
- package/src/Api/Implementation/NamedQueryApiImpl.js +5 -5
- package/src/Api/Implementation/NoteApiImpl.js +3 -3
- package/src/Api/Implementation/OptionsApiImpl.js +1 -1
- package/src/Api/Implementation/PluginsApiImpl.js +2 -2
- package/src/Api/Implementation/PlusMinusApiImpl.js +3 -3
- package/src/Api/Implementation/PredicateApiImpl.js +5 -5
- package/src/Api/Implementation/QuickSearchApiImpl.js +4 -4
- package/src/Api/Implementation/ScheduleApiImpl.js +4 -4
- package/src/Api/Implementation/SettingsPanelApiImpl.js +2 -2
- package/src/Api/Implementation/ShortcutApiImpl.js +3 -3
- package/src/Api/Implementation/SmartEditApiImpl.js +4 -4
- package/src/Api/Implementation/StatusBarApiImpl.js +2 -2
- package/src/Api/Implementation/StyledColumnApiImpl.js +4 -4
- package/src/Api/Implementation/SystemStatusApiImpl.js +8 -8
- package/src/Api/Implementation/TeamSharingApiImpl.js +6 -6
- package/src/Api/Implementation/ThemeApiImpl.js +6 -6
- package/src/Api/Implementation/ToolPanelApiImpl.js +4 -4
- package/src/Api/Implementation/UserInterfaceApiImpl.js +7 -7
- package/src/Api/Internal/ActionRowInternalApi.js +4 -4
- package/src/Api/Internal/AdaptableInternalApi.js +10 -10
- package/src/Api/Internal/AlertInternalApi.js +7 -7
- package/src/Api/Internal/CalculatedColumnInternalApi.js +5 -5
- package/src/Api/Internal/ChartingInternalApi.js +2 -2
- package/src/Api/Internal/ColumnFilterInternalApi.js +4 -4
- package/src/Api/Internal/ColumnInternalApi.js +2 -2
- package/src/Api/Internal/CommentsInternalApi.js +1 -1
- package/src/Api/Internal/CustomSortInternalApi.js +1 -1
- package/src/Api/Internal/DashboardInternalApi.js +2 -2
- package/src/Api/Internal/DataImportInternalApi.js +3 -3
- package/src/Api/Internal/DataSetInternalApi.js +1 -1
- package/src/Api/Internal/ExportInternalApi.js +1 -1
- package/src/Api/Internal/ExpressionInternalApi.js +1 -1
- package/src/Api/Internal/Fdc3InternalApi.js +6 -6
- package/src/Api/Internal/FlashingCellInternalApi.js +4 -4
- package/src/Api/Internal/FormatColumnInternalApi.js +5 -5
- package/src/Api/Internal/FreeTextColumnInternalApi.js +6 -6
- package/src/Api/Internal/GridFilterInternalApi.js +1 -1
- package/src/Api/Internal/GridInternalApi.js +9 -9
- package/src/Api/Internal/LayoutInternalApi.js +6 -6
- package/src/Api/Internal/NamedQueryInternalApi.js +2 -2
- package/src/Api/Internal/NoteInternalApi.js +1 -1
- package/src/Api/Internal/PredicateInternalApi.js +1 -1
- package/src/Api/Internal/ScheduleInternalApi.js +1 -1
- package/src/Api/Internal/StyledColumnInternalApi.js +2 -2
- package/src/Api/Internal/SystemStatusInternalApi.js +2 -2
- package/src/Api/Internal/TeamSharingInternalApi.js +1 -1
- package/src/Api/Internal/ThemeInternalApi.js +2 -2
- package/src/Api/Internal/UserInterfaceInternalApi.js +1 -1
- package/src/EnvVars.js +1 -1
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +4 -4
- package/src/PredefinedConfig/Common/Fdc3Intent.js +1 -1
- package/src/PredefinedConfig/Common/Types.js +1 -1
- package/src/Redux/ActionsReducers/AlertRedux.js +3 -3
- package/src/Redux/ActionsReducers/ApplicationRedux.js +1 -1
- package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +2 -2
- package/src/Redux/ActionsReducers/ChartingRedux.js +2 -2
- package/src/Redux/ActionsReducers/CommentsRedux.js +3 -3
- package/src/Redux/ActionsReducers/CustomSortRedux.js +3 -3
- package/src/Redux/ActionsReducers/DashboardRedux.js +1 -1
- package/src/Redux/ActionsReducers/ExportRedux.js +2 -2
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +2 -2
- package/src/Redux/ActionsReducers/FormatColumnRedux.js +3 -3
- package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +2 -2
- package/src/Redux/ActionsReducers/GridRedux.js +3 -3
- package/src/Redux/ActionsReducers/LayoutRedux.js +2 -2
- package/src/Redux/ActionsReducers/NamedQueryRedux.js +2 -2
- package/src/Redux/ActionsReducers/NoteRedux.js +2 -2
- package/src/Redux/ActionsReducers/PlusMinusRedux.js +3 -3
- package/src/Redux/ActionsReducers/QueryRedux.js +1 -1
- package/src/Redux/ActionsReducers/QuickSearchRedux.js +1 -1
- package/src/Redux/ActionsReducers/ScheduleRedux.js +3 -3
- package/src/Redux/ActionsReducers/ShortcutRedux.js +3 -3
- package/src/Redux/ActionsReducers/StatusBarRedux.js +1 -1
- package/src/Redux/ActionsReducers/StyledColumnRedux.js +3 -3
- package/src/Redux/ActionsReducers/SystemRedux.js +4 -4
- package/src/Redux/ActionsReducers/TeamSharingRedux.js +1 -1
- package/src/Redux/ActionsReducers/ThemeRedux.js +1 -1
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +3 -3
- package/src/Redux/Store/AdaptableReduxMerger.js +2 -2
- package/src/Redux/Store/AdaptableStore.js +45 -45
- package/src/Strategy/AdaptableModuleBase.js +2 -2
- package/src/Strategy/AlertModule.js +16 -16
- package/src/Strategy/BulkUpdateModule.js +6 -6
- package/src/Strategy/CalculatedColumnModule.js +9 -9
- package/src/Strategy/CellSummaryModule.js +7 -7
- package/src/Strategy/ChartingModule.js +9 -9
- package/src/Strategy/ColumnFilterModule.js +6 -6
- package/src/Strategy/ColumnInfoModule.js +2 -2
- package/src/Strategy/CommentModule.js +3 -3
- package/src/Strategy/CustomSortModule.js +7 -7
- package/src/Strategy/DashboardModule.js +3 -3
- package/src/Strategy/DataChangeHistoryModule.js +4 -4
- package/src/Strategy/DataImportModule.js +2 -2
- package/src/Strategy/DataSetModule.js +6 -6
- package/src/Strategy/ExportModule.js +20 -20
- package/src/Strategy/Fdc3Module.js +2 -2
- package/src/Strategy/FlashingCellModule.js +13 -13
- package/src/Strategy/FormatColumnModule.js +12 -12
- package/src/Strategy/FreeTextColumnModule.js +5 -5
- package/src/Strategy/GridFilterModule.js +4 -4
- package/src/Strategy/GridInfoModule.js +2 -2
- package/src/Strategy/LayoutModule.js +17 -17
- package/src/Strategy/NamedQueryModule.js +6 -6
- package/src/Strategy/NoteModule.js +3 -3
- package/src/Strategy/PlusMinusModule.js +11 -11
- package/src/Strategy/QuickSearchModule.js +3 -3
- package/src/Strategy/ScheduleModule.js +9 -9
- package/src/Strategy/SettingsPanelModule.js +3 -3
- package/src/Strategy/ShortcutModule.js +10 -10
- package/src/Strategy/SmartEditModule.js +6 -6
- package/src/Strategy/StateManagementModule.js +2 -2
- package/src/Strategy/StatusBarModule.js +2 -2
- package/src/Strategy/StyledColumnModule.js +8 -8
- package/src/Strategy/SystemStatusModule.js +3 -3
- package/src/Strategy/TeamSharingModule.js +10 -10
- package/src/Strategy/ThemeModule.js +3 -3
- package/src/Strategy/ToolPanelModule.js +2 -2
- package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +2 -2
- package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +2 -2
- package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +1 -1
- package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +2 -2
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +1 -1
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +1 -1
- package/src/Strategy/Utilities/getExpressionViewItems.js +2 -2
- package/src/Strategy/Utilities/getObjectTagsViewItems.js +1 -1
- package/src/Utilities/Constants/GeneralConstants.js +2 -2
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +4 -4
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +5 -5
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +4 -4
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +3 -3
- package/src/Utilities/ExpressionFunctions/groupingMap.js +1 -1
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +3 -3
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +1 -1
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +6 -6
- package/src/Utilities/Extensions/ArrayExtensions.js +1 -1
- package/src/Utilities/Extensions/EnumExtensions.js +1 -1
- package/src/Utilities/Helpers/AdaptableHelper.js +1 -1
- package/src/Utilities/Helpers/DateHelper.js +2 -2
- package/src/Utilities/Helpers/FormatHelper.js +1 -1
- package/src/Utilities/Helpers/Helper.js +2 -2
- package/src/Utilities/Helpers/PreviewHelper.js +1 -1
- package/src/Utilities/Helpers/StyleHelper.js +1 -1
- package/src/Utilities/MenuItem.js +1 -1
- package/src/Utilities/ObjectFactory.js +5 -5
- package/src/Utilities/Services/AggregatedScalarLiveValue.js +1 -1
- package/src/Utilities/Services/AlertService.js +3 -3
- package/src/Utilities/Services/CalculatedColumnExpressionService.js +2 -2
- package/src/Utilities/Services/CellPopupService.js +1 -1
- package/src/Utilities/Services/ChartingService.js +2 -2
- package/src/Utilities/Services/DataService.js +2 -2
- package/src/Utilities/Services/Fdc3Service.js +2 -2
- package/src/Utilities/Services/LicenseService/index.js +1 -1
- package/src/Utilities/Services/MetamodelService.js +5 -5
- package/src/Utilities/Services/ModuleService.js +3 -3
- package/src/Utilities/Services/QueryLanguageService.js +8 -8
- package/src/Utilities/Services/ReportService.js +9 -9
- package/src/Utilities/Services/RowSummaryService.d.ts +1 -1
- package/src/Utilities/Services/RowSummaryService.js +6 -6
- package/src/Utilities/Services/TeamSharingService.js +2 -2
- package/src/Utilities/Services/ValidationService.js +4 -4
- package/src/Utilities/license/decode.js +1 -1
- package/src/View/AdaptablePopover/index.js +5 -5
- package/src/View/AdaptableView.js +13 -13
- package/src/View/AdaptableViewFactory.js +34 -34
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +7 -7
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +7 -7
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +8 -8
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +6 -6
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +3 -3
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +2 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +5 -5
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +7 -7
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +4 -4
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +1 -1
- package/src/View/AdaptableWizardView/Wizard.js +4 -4
- package/src/View/AdaptableWizardView/index.js +2 -2
- package/src/View/Alert/ActiveAlertsPanel.js +3 -3
- package/src/View/Alert/ActiveAlertsPanelItemLabel.js +2 -2
- package/src/View/Alert/AlertEmptyView.js +1 -1
- package/src/View/Alert/AlertEntityRow.js +5 -5
- package/src/View/Alert/AlertStatusSubPanel.js +5 -5
- package/src/View/Alert/AlertViewPanel.js +5 -5
- package/src/View/Alert/AlertsPanel.js +8 -8
- package/src/View/Alert/Utilities/getAlertButtonStyle.js +1 -1
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +2 -2
- package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +11 -11
- package/src/View/Alert/Wizard/AlertButtonsEditor.js +8 -8
- package/src/View/Alert/Wizard/AlertMessageWizardSection.js +6 -6
- package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +6 -6
- package/src/View/Alert/Wizard/AlertRulesWizardSection.js +6 -6
- package/src/View/Alert/Wizard/AlertScopeWizardSection.js +2 -2
- package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +5 -5
- package/src/View/Alert/Wizard/AlertTypeWizardSection.js +4 -4
- package/src/View/Alert/Wizard/AlertWizard.js +19 -19
- package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +2 -2
- package/src/View/Alert/Wizard/isValidAlertRules.js +1 -1
- package/src/View/BulkUpdate/BulkUpdatePopup.js +10 -10
- package/src/View/BulkUpdate/BulkUpdateViewPanel.js +11 -11
- package/src/View/CalculatedColumn/CalculatedColumnSummary.js +6 -6
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +7 -7
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +5 -5
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +9 -9
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +2 -2
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +13 -13
- package/src/View/CellSummary/CellSummaryDetails.js +2 -2
- package/src/View/CellSummary/CellSummaryPopover.js +1 -1
- package/src/View/CellSummary/CellSummaryPopup.js +3 -3
- package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +1 -1
- package/src/View/CellSummary/CellSummaryStatusPanel.js +5 -5
- package/src/View/CellSummary/CellSummaryViewPanel.js +9 -9
- package/src/View/Charting/ChartingStatusBarPopover.js +3 -3
- package/src/View/Charting/ChartingViewPanel.js +1 -1
- package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +5 -5
- package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +2 -2
- package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +4 -4
- package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -1
- package/src/View/Charting/ChartingWizard/ChartingWizard.js +3 -3
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +3 -3
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +2 -2
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -1
- package/src/View/Charting/ChartingWizard/index.js +1 -1
- package/src/View/Charting/DeleteChartButton.js +3 -3
- package/src/View/Charting/EditChartButton.js +3 -3
- package/src/View/Charting/ShowChartButton.js +7 -7
- package/src/View/Charting/useAgChartState.js +2 -2
- package/src/View/Charting/useChartingElements.js +10 -10
- package/src/View/Charting/useExternalChartState.js +1 -1
- package/src/View/ColumnInfo/ColumnInfo.js +8 -8
- package/src/View/ColumnInfo/ColumnInfoPopup.js +2 -2
- package/src/View/Comments/CommentsEditor.js +8 -8
- package/src/View/Comments/CommentsPopup.js +6 -6
- package/src/View/Components/AdaptableButton/index.js +3 -3
- package/src/View/Components/AdaptableDateInput/index.js +4 -4
- package/src/View/Components/AdaptableIconComponent/index.js +2 -2
- package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +1 -1
- package/src/View/Components/AdaptableIconSelector/index.js +2 -2
- package/src/View/Components/AdaptableInput/AdaptableDateInlineInput.js +2 -2
- package/src/View/Components/AdaptableInput/index.js +3 -3
- package/src/View/Components/AdaptableObjectCollection/index.js +1 -1
- package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +3 -3
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +10 -10
- package/src/View/Components/AdaptableObjectList/index.js +1 -1
- package/src/View/Components/AdaptableObjectRow/index.js +1 -1
- package/src/View/Components/Badge/index.js +2 -2
- package/src/View/Components/Buttons/ButtonApply.js +1 -1
- package/src/View/Components/Buttons/ButtonBase/index.js +1 -1
- package/src/View/Components/Buttons/ButtonClear.js +1 -1
- package/src/View/Components/Buttons/ButtonClone.js +1 -1
- package/src/View/Components/Buttons/ButtonClose.js +1 -1
- package/src/View/Components/Buttons/ButtonConfigure.js +1 -1
- package/src/View/Components/Buttons/ButtonDelete.js +2 -2
- package/src/View/Components/Buttons/ButtonEdit.js +1 -1
- package/src/View/Components/Buttons/ButtonExpand.js +1 -1
- package/src/View/Components/Buttons/ButtonExport.js +1 -1
- package/src/View/Components/Buttons/ButtonFunction.js +1 -1
- package/src/View/Components/Buttons/ButtonGeneral.js +1 -1
- package/src/View/Components/Buttons/ButtonInfo.js +1 -1
- package/src/View/Components/Buttons/ButtonInvalid.js +1 -1
- package/src/View/Components/Buttons/ButtonLogin.js +1 -1
- package/src/View/Components/Buttons/ButtonLogout.js +1 -1
- package/src/View/Components/Buttons/ButtonMaximise.js +1 -1
- package/src/View/Components/Buttons/ButtonMinimise.js +1 -1
- package/src/View/Components/Buttons/ButtonNew.js +1 -1
- package/src/View/Components/Buttons/ButtonNewPage.js +1 -1
- package/src/View/Components/Buttons/ButtonOpen.js +1 -1
- package/src/View/Components/Buttons/ButtonPause.js +1 -1
- package/src/View/Components/Buttons/ButtonPlay.js +2 -2
- package/src/View/Components/Buttons/ButtonPreviewDelete.js +1 -1
- package/src/View/Components/Buttons/ButtonSave.js +1 -1
- package/src/View/Components/Buttons/ButtonSchedule.js +1 -1
- package/src/View/Components/Buttons/ButtonShare.js +2 -2
- package/src/View/Components/Buttons/ButtonShow.js +1 -1
- package/src/View/Components/Buttons/ButtonShowChart.js +1 -1
- package/src/View/Components/Buttons/ButtonStop.js +1 -1
- package/src/View/Components/Buttons/ButtonUndo.js +1 -1
- package/src/View/Components/Buttons/ButtonUnsuspend.js +1 -1
- package/src/View/Components/Buttons/EntityListActionButtons.js +5 -5
- package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +1 -1
- package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -1
- package/src/View/Components/CellPopup/index.js +4 -4
- package/src/View/Components/ColumnSelector/index.js +1 -1
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +5 -5
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +9 -9
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -1
- package/src/View/Components/EntityRulesEditor/index.js +5 -5
- package/src/View/Components/ExpressionWizard.js +5 -5
- package/src/View/Components/ExternalRenderer.js +1 -1
- package/src/View/Components/FilterForm/FilterForm.js +20 -20
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +8 -8
- package/src/View/Components/FilterForm/ListBoxMenu.js +3 -3
- package/src/View/Components/FilterForm/QuickFilterForm.js +14 -14
- package/src/View/Components/FilterForm/QuickFilterValues.js +4 -4
- package/src/View/Components/FilterForm/Waiting.js +1 -1
- package/src/View/Components/Forms/AdaptableFormControlTextClear.js +4 -4
- package/src/View/Components/ListBox/DualListBoxEditor.js +9 -9
- package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +4 -4
- package/src/View/Components/ModuleProfile.js +1 -1
- package/src/View/Components/ModuleSummary/ModuleDetail.js +2 -2
- package/src/View/Components/ModuleSummary/ModuleHeader.js +3 -3
- package/src/View/Components/ModuleSummary/SummaryRowItem.js +1 -1
- package/src/View/Components/ModuleValueSelector/index.js +3 -3
- package/src/View/Components/NewScopeComponent.js +8 -8
- package/src/View/Components/Panels/FilterFormPanel.js +4 -4
- package/src/View/Components/Panels/PanelDashboard/index.js +1 -1
- package/src/View/Components/Panels/PanelFooter.js +1 -1
- package/src/View/Components/Panels/PanelToolPanel/index.js +6 -6
- package/src/View/Components/Panels/PanelWithButton.js +4 -4
- package/src/View/Components/Panels/PanelWithImage.js +3 -3
- package/src/View/Components/Panels/PanelWithRow.js +1 -1
- package/src/View/Components/Panels/PanelWithTwoButtons.js +1 -1
- package/src/View/Components/Panels/ToolPanelSettingsPanel.js +2 -2
- package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +4 -4
- package/src/View/Components/PermittedValuesSelector/index.js +1 -1
- package/src/View/Components/Popups/AdaptableLoadingScreen.js +1 -1
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +11 -11
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +3 -3
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +4 -4
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +9 -9
- package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +1 -1
- package/src/View/Components/Popups/AdaptablePopup/Navigation.js +3 -3
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +2 -2
- package/src/View/Components/Popups/AdaptablePopup/TopBar.js +2 -2
- package/src/View/Components/Popups/AdaptablePopup/index.js +1 -1
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +3 -3
- package/src/View/Components/Popups/AdaptablePopupAlert.js +6 -6
- package/src/View/Components/Popups/AdaptablePopupConfirmation.js +8 -8
- package/src/View/Components/Popups/AdaptablePopupPrompt.js +4 -4
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +7 -7
- package/src/View/Components/Popups/AdaptableToaster.js +3 -3
- package/src/View/Components/Popups/FormPopups/FormPopups.js +5 -5
- package/src/View/Components/Popups/GridCellPopup/GridCellPopup.js +6 -6
- package/src/View/Components/Popups/GridCellPopup/index.js +1 -1
- package/src/View/Components/Popups/Utilities.js +1 -1
- package/src/View/Components/Popups/WindowPopups/WindowPopups.js +7 -7
- package/src/View/Components/Popups/WindowPopups/windowFactory.js +5 -5
- package/src/View/Components/PredicateEditor/PredicateEditor.js +7 -7
- package/src/View/Components/PreviewResultsPanel.js +5 -5
- package/src/View/Components/RangesComponent.js +9 -9
- package/src/View/Components/Selectors/ColumnSelector.js +2 -2
- package/src/View/Components/Selectors/ColumnSelectorOld.js +5 -5
- package/src/View/Components/Selectors/ColumnValueSelector.js +5 -5
- package/src/View/Components/Selectors/PermittedValuesSelector.js +3 -3
- package/src/View/Components/StyleComponent.js +15 -15
- package/src/View/Components/StyleVisualItem.js +3 -3
- package/src/View/Components/TagValueSelector/index.js +2 -2
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +15 -15
- package/src/View/Components/ToolPanel/CustomToolPanelContent.js +3 -3
- package/src/View/Components/ToolPanel/ToolPanelPopup.js +7 -7
- package/src/View/Components/ToolPanel/ToolPanelWrapper.js +7 -7
- package/src/View/Components/ValueSelector/index.js +8 -8
- package/src/View/Components/WizardSummaryPage.js +2 -2
- package/src/View/Components/WizardSummaryRow.js +2 -2
- package/src/View/CustomSort/CustomSortSummary.js +13 -13
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +4 -4
- package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +1 -1
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +7 -7
- package/src/View/CustomSort/Wizard/CustomSortWizard.js +7 -7
- package/src/View/Dashboard/CustomDashboardButton.js +1 -1
- package/src/View/Dashboard/CustomToolbar.js +3 -3
- package/src/View/Dashboard/Dashboard.js +17 -17
- package/src/View/Dashboard/DashboardPopup.js +8 -8
- package/src/View/Dashboard/DashboardToolbarFactory.js +4 -4
- package/src/View/Dashboard/DashboardViewPanel.js +2 -2
- package/src/View/Dashboard/ModuleToolbarWrapper.js +4 -4
- package/src/View/Dashboard/PinnedDashboard.js +2 -2
- package/src/View/Dashboard/PinnedToolbarsSelector.js +3 -3
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +5 -5
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +7 -7
- package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +1 -1
- package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +9 -9
- package/src/View/DataImport/DataImportPopup.js +4 -4
- package/src/View/DataImport/DataImportWizard/DataImportWizard.js +9 -9
- package/src/View/DataImport/DataImportWizard/index.js +1 -1
- package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +10 -10
- package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +8 -8
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +4 -4
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +2 -2
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +4 -4
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +2 -2
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -1
- package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +4 -4
- package/src/View/DataImport/systemFileHandlers.js +1 -1
- package/src/View/DataSet/DataSetSelector.js +2 -2
- package/src/View/DataSet/DataSetStatusPanelPopover.js +2 -2
- package/src/View/DataSet/DataSetViewPanel.js +4 -4
- package/src/View/Export/ExportSelector.js +4 -4
- package/src/View/Export/ExportTablePopup.js +2 -2
- package/src/View/Export/ExportViewPanel.js +17 -17
- package/src/View/Export/ReportExportDropdown.js +6 -6
- package/src/View/Export/Wizard/NewReportWizard.js +8 -8
- package/src/View/Export/Wizard/ReportColumnTypeWizard.js +3 -3
- package/src/View/Export/Wizard/ReportColumnsWizardSection.js +4 -4
- package/src/View/Export/Wizard/ReportNameWizardSection.js +5 -5
- package/src/View/Export/Wizard/ReportRowTypeWizard.js +3 -3
- package/src/View/Export/Wizard/ReportRowsWizardSection.js +6 -6
- package/src/View/Export/Wizard/ReportSettingsWizard.js +5 -5
- package/src/View/Export/Wizard/ReportSummaryWizard.js +1 -1
- package/src/View/Filter/ActiveFiltersPanel.js +3 -3
- package/src/View/Filter/FilterStatusBarSubPanelPopover.js +1 -1
- package/src/View/Filter/FilterSummary.js +9 -9
- package/src/View/Filter/FilterViewPanel.js +9 -9
- package/src/View/FlashingCell/FlashingCellStyle.js +1 -1
- package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +3 -3
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +2 -2
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +8 -8
- package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +4 -4
- package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +13 -13
- package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +1 -1
- package/src/View/FormatColumn/FormatColumnSummary.js +12 -12
- package/src/View/FormatColumn/MoveFormatColumn.js +3 -3
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +15 -15
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +2 -2
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +3 -3
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +7 -7
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +4 -4
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +15 -15
- package/src/View/FreeTextColumn/FreeTextColumnSummary.js +12 -12
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +12 -12
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +7 -7
- package/src/View/GridFilter/GridFilterExpressionEditor.js +10 -10
- package/src/View/GridFilter/GridFilterPopup.js +16 -16
- package/src/View/GridFilter/GridFilterViewPanel.js +14 -14
- package/src/View/GridFilter/GridFilterWindowPopup.js +1 -1
- package/src/View/GridFilter/NamedQuerySelector.js +8 -8
- package/src/View/GridFilter/useGridFilterExpressionEditor.js +5 -5
- package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +1 -1
- package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +2 -2
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +6 -6
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +10 -10
- package/src/View/GridInfo/GridInfoPopup/index.js +1 -1
- package/src/View/Layout/EditCurrentLayoutButton.js +2 -2
- package/src/View/Layout/LayoutCloneButton.js +2 -2
- package/src/View/Layout/LayoutRadioSelector.js +2 -2
- package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +2 -2
- package/src/View/Layout/LayoutViewPanel.js +11 -11
- package/src/View/Layout/PivotDetailsPopoup.js +2 -2
- package/src/View/Layout/SaveLayoutButton.js +5 -5
- package/src/View/Layout/TransposedPopup.js +5 -5
- package/src/View/Layout/Wizard/Components/ColumnLabels.js +1 -1
- package/src/View/Layout/Wizard/LayoutWizard.js +15 -15
- package/src/View/Layout/Wizard/getGridFilterPreview.js +2 -2
- package/src/View/Layout/Wizard/sections/AggregationsSection.js +10 -10
- package/src/View/Layout/Wizard/sections/ColumnsSection.js +17 -17
- package/src/View/Layout/Wizard/sections/FilterSection.js +10 -10
- package/src/View/Layout/Wizard/sections/GridFilterSection.js +8 -8
- package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +7 -7
- package/src/View/Layout/Wizard/sections/RowGroupingSection.js +8 -8
- package/src/View/Layout/Wizard/sections/RowSummarySection.js +14 -14
- package/src/View/Layout/Wizard/sections/SettingsSection.js +6 -6
- package/src/View/Layout/Wizard/sections/SortSection.js +9 -9
- package/src/View/License/LicenseWatermark.js +1 -1
- package/src/View/License/index.js +1 -1
- package/src/View/NamedQuery/EditCurrentQueryButton.js +2 -2
- package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +4 -4
- package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +6 -6
- package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +7 -7
- package/src/View/Note/NoteEditor.js +1 -1
- package/src/View/Note/NotePopup.js +7 -7
- package/src/View/PlusMinus/MovePlusMinus.js +3 -3
- package/src/View/PlusMinus/PlusMinusSummary.js +11 -11
- package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +3 -3
- package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +2 -2
- package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +9 -9
- package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +7 -7
- package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +4 -4
- package/src/View/QuickSearch/QuickSearchInput.js +4 -4
- package/src/View/QuickSearch/QuickSearchPopup.js +9 -9
- package/src/View/QuickSearch/QuickSearchStatusBarContent.js +3 -3
- package/src/View/QuickSearch/QuickSearchViewPanel.js +1 -1
- package/src/View/QuickSearch/useQuickSearchDebounced.js +1 -1
- package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +3 -3
- package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +7 -7
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +5 -5
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +3 -3
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -5
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +3 -3
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +3 -3
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +6 -6
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -3
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +2 -2
- package/src/View/Schedule/Wizard/ScheduleWizard.js +8 -8
- package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +2 -2
- package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +9 -9
- package/src/View/Shortcut/Wizard/ShortcutWizard.js +10 -10
- package/src/View/Shortcut/shortcutOperations.js +1 -1
- package/src/View/SmartEdit/SmartEditPopup.js +12 -12
- package/src/View/SmartEdit/SmartEditViewPanel.js +11 -11
- package/src/View/SpecialColumnSettingsWizardStep.js +5 -5
- package/src/View/StateManagement/StateManagementPopup.js +6 -6
- package/src/View/StateManagement/StateManagementViewPanel.js +5 -5
- package/src/View/StateManagement/components/ClearButton.js +1 -1
- package/src/View/StateManagement/components/ExportDropdown.js +2 -2
- package/src/View/StateManagement/components/LoadButton.js +2 -2
- package/src/View/StateManagement/handleExportState.js +1 -1
- package/src/View/StatusBar/AdaptableStatusBar.js +3 -3
- package/src/View/StatusBar/StatusBarPanel.js +3 -3
- package/src/View/StatusBar/StatusBarPopup.js +6 -6
- package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +16 -16
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +12 -12
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +11 -11
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +4 -4
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +5 -5
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +2 -2
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +4 -4
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +13 -13
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +6 -6
- package/src/View/SystemStatus/SystemStatusEntityRow.js +4 -4
- package/src/View/SystemStatus/SystemStatusPopup.js +8 -8
- package/src/View/SystemStatus/SystemStatusStatusBarContent.js +2 -2
- package/src/View/SystemStatus/SystemStatusViewPanel.js +1 -1
- package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +1 -1
- package/src/View/TeamSharing/SharedEntityDependencies.js +3 -3
- package/src/View/TeamSharing/SharedEntityObjectView.js +4 -4
- package/src/View/TeamSharing/TeamSharingApplyButton.js +2 -2
- package/src/View/Theme/ThemeEditor.js +7 -7
- package/src/View/Theme/ThemeEditorWindow.js +2 -2
- package/src/View/Theme/ThemeField.js +6 -6
- package/src/View/Theme/ThemePopup.js +9 -9
- package/src/View/Theme/ThemeSelector.js +4 -4
- package/src/View/Theme/ThemeStatusbar.js +1 -1
- package/src/View/Theme/ThemeViewPanel.js +3 -3
- package/src/View/Theme/VariantSelector.js +3 -3
- package/src/View/UIHelper.js +4 -4
- package/src/View/Wizard/AdaptableWizard.js +5 -5
- package/src/View/Wizard/ObjectTagsWizardSection.js +3 -3
- package/src/View/Wizard/OnePageAdaptableWizard.js +6 -6
- package/src/View/Wizard/OnePageWizards.js +9 -9
- package/src/View/Wizard/TypeRadio.js +1 -1
- package/src/View/Wizard/WizardLegend.js +1 -1
- package/src/View/Wizard/useKeyboardNavigation.js +1 -1
- package/src/View/renderWithAdaptableContext.js +2 -2
- package/src/agGrid/ActionColumnRenderer.js +3 -3
- package/src/agGrid/Adaptable.js +6 -6
- package/src/agGrid/AdaptableAgGrid.js +93 -93
- package/src/agGrid/AgGridAdapter.js +4 -4
- package/src/agGrid/AgGridColumnAdapter.js +9 -9
- package/src/agGrid/AgGridMenuAdapter.js +3 -3
- package/src/agGrid/BadgeRenderer.js +2 -2
- package/src/agGrid/FilterWrapper.js +1 -1
- package/src/agGrid/FloatingFilterWrapper.js +1 -1
- package/src/agGrid/PercentBarRenderer.js +1 -1
- package/src/agGrid/attachAddaptableColumnTypes.js +1 -1
- package/src/agGrid/buildSortedColumnStateForLayout.js +4 -4
- package/src/agGrid/createAgStatusPanelComponent.js +1 -1
- package/src/agGrid/defaultAdaptableOptions.js +7 -7
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +4 -4
- package/src/agGrid/editors/AdaptableDateEditor/index.js +3 -3
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +2 -2
- package/src/agGrid/editors/AdaptableNumberEditor/index.js +2 -2
- package/src/agGrid/index.js +2 -2
- package/src/components/Accordion.js +2 -2
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +6 -6
- package/src/components/AdaptableFormComponent/index.js +1 -1
- package/src/components/CheckBox/index.js +1 -1
- package/src/components/CodeBlock/index.js +1 -1
- package/src/components/ColorPicker/ColorPicker.js +2 -2
- package/src/components/ColorPicker/index.js +1 -1
- package/src/components/Dashboard/Dashboard.js +5 -5
- package/src/components/Dashboard/DashboardManager.js +1 -1
- package/src/components/Dashboard/DashboardToolbar.js +2 -2
- package/src/components/Dashboard/index.js +3 -3
- package/src/components/Datepicker/Caption.js +1 -1
- package/src/components/Datepicker/CaptionLabel.js +1 -1
- package/src/components/Datepicker/index.js +9 -9
- package/src/components/Dialog/index.js +8 -8
- package/src/components/Dialog/useIsOpen.js +1 -1
- package/src/components/DragAndDropContext/ModuleManager.js +5 -5
- package/src/components/DragAndDropContext/TabList.js +3 -3
- package/src/components/DragAndDropContext/UnusedPanel.js +1 -1
- package/src/components/Dropdown/Arrows.js +1 -1
- package/src/components/Dropdown/index.js +4 -4
- package/src/components/DropdownButton/index.js +5 -5
- package/src/components/DropdownButton/useExpanded.js +3 -3
- package/src/components/EllipsisContainer/index.js +2 -2
- package/src/components/EmptyContent/index.js +1 -1
- package/src/components/ErrorBox/index.js +1 -1
- package/src/components/ExpressionEditor/BaseEditorInput.js +18 -18
- package/src/components/ExpressionEditor/EditorButton.js +2 -2
- package/src/components/ExpressionEditor/EditorInput.js +8 -8
- package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +8 -8
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +1 -1
- package/src/components/ExpressionEditor/ExpressionPreview.js +1 -1
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +10 -10
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +11 -11
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +10 -10
- package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -1
- package/src/components/ExpressionEditor/QueryBuilder/utils.js +5 -5
- package/src/components/ExpressionEditor/index.js +22 -22
- package/src/components/FieldWrap/index.js +1 -1
- package/src/components/FileDroppable/index.js +6 -6
- package/src/components/FormLayout/index.js +1 -1
- package/src/components/HelpBlock/index.js +1 -1
- package/src/components/Icon/index.js +2 -2
- package/src/components/IconSelector/IconSelector.js +5 -5
- package/src/components/IconSelector/index.js +1 -1
- package/src/components/InfiniteTable/index.js +1 -1
- package/src/components/Input/NumberInput.js +1 -1
- package/src/components/Input/index.js +1 -1
- package/src/components/InputGroup/index.js +1 -1
- package/src/components/List/GridList/index.js +2 -2
- package/src/components/List/ListGroup/index.js +1 -1
- package/src/components/List/ListGroupItem/index.js +2 -2
- package/src/components/Loader/index.js +2 -2
- package/src/components/Modal/index.js +4 -4
- package/src/components/NotifyResize/index.js +1 -1
- package/src/components/OverlayTrigger/Overlay.js +2 -2
- package/src/components/OverlayTrigger/index.js +12 -12
- package/src/components/OverlayTrigger/useAgGridClassName.js +1 -1
- package/src/components/Panel/index.js +1 -1
- package/src/components/PopupWithFooter.js +2 -2
- package/src/components/ProgressIndicator/ProgressIndicator.js +4 -4
- package/src/components/Radio/index.js +1 -1
- package/src/components/ResizeObserver/index.js +1 -1
- package/src/components/Select/Select.js +1 -1
- package/src/components/Select/index.js +1 -1
- package/src/components/SelectList.js +1 -1
- package/src/components/SelectableList/index.js +1 -1
- package/src/components/SimpleButton/index.js +5 -5
- package/src/components/SizedContainer/index.js +1 -1
- package/src/components/StylePreview.js +2 -2
- package/src/components/Table/index.js +1 -1
- package/src/components/Tabs/index.js +2 -2
- package/src/components/Tag/Tag.js +1 -1
- package/src/components/Tag/index.js +1 -1
- package/src/components/Textarea/index.js +1 -1
- package/src/components/Toggle/Toggle.js +2 -2
- package/src/components/Toggle/index.js +2 -2
- package/src/components/ToggleButton/index.js +1 -1
- package/src/components/Tooltip/index.js +1 -1
- package/src/components/WarningBox/index.js +1 -1
- package/src/components/WindowModal/WindowModal.js +3 -3
- package/src/components/WindowModal/index.js +1 -1
- package/src/components/WindowModal/useStacking.js +1 -1
- package/src/components/WizardPanel/index.js +2 -2
- package/src/components/icons/DefaultIcon.js +1 -1
- package/src/components/icons/add-row.js +1 -1
- package/src/components/icons/alert.js +1 -1
- package/src/components/icons/align-center.js +1 -1
- package/src/components/icons/align-justify.js +1 -1
- package/src/components/icons/align-left.js +1 -1
- package/src/components/icons/align-right.js +1 -1
- package/src/components/icons/analysis.js +1 -1
- package/src/components/icons/application.js +1 -1
- package/src/components/icons/arrow-down-long.js +1 -1
- package/src/components/icons/arrow-down.js +1 -1
- package/src/components/icons/arrow-expand.js +1 -1
- package/src/components/icons/arrow-left.js +1 -1
- package/src/components/icons/arrow-right.js +1 -1
- package/src/components/icons/arrow-up-long.js +1 -1
- package/src/components/icons/arrow-up.js +1 -1
- package/src/components/icons/attach-file.js +1 -1
- package/src/components/icons/badge.js +1 -1
- package/src/components/icons/blanks.js +1 -1
- package/src/components/icons/bold.js +1 -1
- package/src/components/icons/boolean-list.js +1 -1
- package/src/components/icons/brush.js +1 -1
- package/src/components/icons/build.js +1 -1
- package/src/components/icons/bulk-update.js +1 -1
- package/src/components/icons/calculated-column.js +1 -1
- package/src/components/icons/calendar.js +1 -1
- package/src/components/icons/call.js +1 -1
- package/src/components/icons/campaign.js +1 -1
- package/src/components/icons/case-lower.js +1 -1
- package/src/components/icons/case-sentence.js +1 -1
- package/src/components/icons/case-upper.js +1 -1
- package/src/components/icons/cell-summary.js +1 -1
- package/src/components/icons/cell-validation.js +1 -1
- package/src/components/icons/chart.js +1 -1
- package/src/components/icons/chat.js +1 -1
- package/src/components/icons/check-box-outline.js +1 -1
- package/src/components/icons/check-box.js +1 -1
- package/src/components/icons/check-circle.js +1 -1
- package/src/components/icons/check.js +1 -1
- package/src/components/icons/clone.js +1 -1
- package/src/components/icons/close.js +1 -1
- package/src/components/icons/cloud-upload.js +1 -1
- package/src/components/icons/collapse-all.js +1 -1
- package/src/components/icons/collapse.js +1 -1
- package/src/components/icons/column-add.js +1 -1
- package/src/components/icons/column-chooser.js +1 -1
- package/src/components/icons/column-filter.js +1 -1
- package/src/components/icons/column-info.js +1 -1
- package/src/components/icons/comment.js +1 -1
- package/src/components/icons/comments.js +1 -1
- package/src/components/icons/contact.js +1 -1
- package/src/components/icons/contains.js +1 -1
- package/src/components/icons/copy.js +1 -1
- package/src/components/icons/csv.js +1 -1
- package/src/components/icons/custom-sort.js +1 -1
- package/src/components/icons/dashboard.js +1 -1
- package/src/components/icons/data-object.js +1 -1
- package/src/components/icons/data-set.js +1 -1
- package/src/components/icons/date-range.js +1 -1
- package/src/components/icons/delete.js +1 -1
- package/src/components/icons/division.js +1 -1
- package/src/components/icons/dock.js +1 -1
- package/src/components/icons/dollar.js +1 -1
- package/src/components/icons/drag.js +1 -1
- package/src/components/icons/edit.js +1 -1
- package/src/components/icons/ends-with.js +1 -1
- package/src/components/icons/equal.js +1 -1
- package/src/components/icons/equation.js +1 -1
- package/src/components/icons/error.js +1 -1
- package/src/components/icons/excel.js +1 -1
- package/src/components/icons/expand-all.js +1 -1
- package/src/components/icons/expand.js +1 -1
- package/src/components/icons/exponent.js +1 -1
- package/src/components/icons/export.js +1 -1
- package/src/components/icons/fast-backward.js +1 -1
- package/src/components/icons/fast-forward.js +1 -1
- package/src/components/icons/fdc3.js +1 -1
- package/src/components/icons/filter-off.js +1 -1
- package/src/components/icons/filter.js +1 -1
- package/src/components/icons/flashing-cell.js +1 -1
- package/src/components/icons/folder-open.js +1 -1
- package/src/components/icons/folder-shared.js +1 -1
- package/src/components/icons/folder.js +1 -1
- package/src/components/icons/format-column.js +1 -1
- package/src/components/icons/freetext-column.js +1 -1
- package/src/components/icons/function.js +1 -1
- package/src/components/icons/gradient-column.js +1 -1
- package/src/components/icons/gradient.js +1 -1
- package/src/components/icons/greater-than-or-equal.js +1 -1
- package/src/components/icons/greater-than.js +1 -1
- package/src/components/icons/grid-filter.js +1 -1
- package/src/components/icons/grid-info.js +1 -1
- package/src/components/icons/hide-column.js +1 -1
- package/src/components/icons/history.js +1 -1
- package/src/components/icons/home.js +1 -1
- package/src/components/icons/import-export.js +1 -1
- package/src/components/icons/import.js +1 -1
- package/src/components/icons/index.js +168 -168
- package/src/components/icons/info.js +1 -1
- package/src/components/icons/instrument.js +1 -1
- package/src/components/icons/interactions.js +1 -1
- package/src/components/icons/invalid.js +1 -1
- package/src/components/icons/ipushpull.js +1 -1
- package/src/components/icons/italic.js +1 -1
- package/src/components/icons/justify.js +1 -1
- package/src/components/icons/layout.js +1 -1
- package/src/components/icons/less-than-or-equal.js +1 -1
- package/src/components/icons/less-than.js +1 -1
- package/src/components/icons/list.js +1 -1
- package/src/components/icons/login.js +1 -1
- package/src/components/icons/logout copy.js +1 -1
- package/src/components/icons/logout.js +1 -1
- package/src/components/icons/mail.js +1 -1
- package/src/components/icons/menu.js +1 -1
- package/src/components/icons/minus.js +1 -1
- package/src/components/icons/money.js +1 -1
- package/src/components/icons/multiplication.js +1 -1
- package/src/components/icons/newpage.js +1 -1
- package/src/components/icons/news.js +1 -1
- package/src/components/icons/non-blanks.js +1 -1
- package/src/components/icons/not-contains.js +1 -1
- package/src/components/icons/not-equal.js +1 -1
- package/src/components/icons/note.js +1 -1
- package/src/components/icons/open-in-new.js +1 -1
- package/src/components/icons/order.js +1 -1
- package/src/components/icons/organisation.js +1 -1
- package/src/components/icons/overline.js +1 -1
- package/src/components/icons/pause.js +1 -1
- package/src/components/icons/percent-bar.js +1 -1
- package/src/components/icons/percent.js +1 -1
- package/src/components/icons/person.js +1 -1
- package/src/components/icons/pie-chart.js +1 -1
- package/src/components/icons/play.js +1 -1
- package/src/components/icons/plus-minus.js +1 -1
- package/src/components/icons/plus.js +1 -1
- package/src/components/icons/query.js +1 -1
- package/src/components/icons/quick-search.js +1 -1
- package/src/components/icons/quote.js +1 -1
- package/src/components/icons/refresh.js +1 -1
- package/src/components/icons/regex.js +1 -1
- package/src/components/icons/reminder.js +1 -1
- package/src/components/icons/resume.js +1 -1
- package/src/components/icons/rows.js +1 -1
- package/src/components/icons/save.js +1 -1
- package/src/components/icons/schedule.js +1 -1
- package/src/components/icons/science.js +1 -1
- package/src/components/icons/select-all.js +1 -1
- package/src/components/icons/select-fwd.js +1 -1
- package/src/components/icons/select-off.js +1 -1
- package/src/components/icons/settings.js +1 -1
- package/src/components/icons/shortcut.js +1 -1
- package/src/components/icons/show-column.js +1 -1
- package/src/components/icons/smart-edit.js +1 -1
- package/src/components/icons/sort-asc.js +1 -1
- package/src/components/icons/sort-desc.js +1 -1
- package/src/components/icons/spark-line.js +1 -1
- package/src/components/icons/starts-with.js +1 -1
- package/src/components/icons/state-management.js +1 -1
- package/src/components/icons/statusbar.js +1 -1
- package/src/components/icons/stop.js +1 -1
- package/src/components/icons/strikethrough.js +1 -1
- package/src/components/icons/system-status.js +1 -1
- package/src/components/icons/tab-unselected.js +1 -1
- package/src/components/icons/table-arrow-right.js +1 -1
- package/src/components/icons/team-share.js +1 -1
- package/src/components/icons/theme.js +1 -1
- package/src/components/icons/tool-panel.js +1 -1
- package/src/components/icons/track-changes.js +1 -1
- package/src/components/icons/triangle-down.js +1 -1
- package/src/components/icons/triangle-up.js +1 -1
- package/src/components/icons/unchecked.js +1 -1
- package/src/components/icons/underline.js +1 -1
- package/src/components/icons/undo.js +1 -1
- package/src/components/icons/updated-row.js +1 -1
- package/src/components/icons/upload.js +1 -1
- package/src/components/icons/user-filter.js +1 -1
- package/src/components/icons/visibility-off.js +1 -1
- package/src/components/icons/visibility.js +1 -1
- package/src/components/icons/warning.js +1 -1
- package/src/components/utils/captureTabNavigation/index.js +1 -1
- package/src/components/utils/selectParent/index.js +1 -1
- package/src/components/utils/useAutoFocus.js +1 -1
- package/src/components/utils/useTheme.js +1 -1
- package/src/env.js +2 -2
- package/src/migration/AdaptableUpgradeHelper.js +3 -3
- package/src/migration/VersionUpgrade17.js +5 -5
- package/src/migration/VersionUpgrade18.js +1 -1
- package/src/parser/src/evaluator.js +1 -1
- package/src/parser/src/index.js +3 -3
- package/src/parser/src/predicate/index.js +2 -2
- package/src/parser/src/predicate/mapExpressionToQlPredicate.js +4 -4
- package/src/parser/src/predicate/mapQlPredicateToExpression.js +1 -1
- package/src/parser/src/tokenizer.js +1 -1
- package/src/themes/index.js +1 -1
- package/src/types.js +1 -1
- package/tsconfig.esm.tsbuildinfo +1 -1
- package/types.js +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { AdaptablePopover } from
|
|
3
|
-
import WizardPanel from
|
|
4
|
-
import HelpBlock from
|
|
5
|
-
import { CheckBox } from
|
|
2
|
+
import { AdaptablePopover } from "../../AdaptablePopover/index.js";
|
|
3
|
+
import WizardPanel from "../../../components/WizardPanel/index.js";
|
|
4
|
+
import HelpBlock from "../../../components/HelpBlock/index.js";
|
|
5
|
+
import { CheckBox } from "../../../components/CheckBox/index.js";
|
|
6
6
|
import { Flex } from 'rebass';
|
|
7
|
-
import StringExtensions from
|
|
7
|
+
import StringExtensions from "../../../Utilities/Extensions/StringExtensions.js";
|
|
8
8
|
export class AlertSelectQueryWizard extends React.Component {
|
|
9
9
|
constructor(props) {
|
|
10
10
|
super(props);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { Tabs } from
|
|
3
|
-
import { AlertType, getAlertTypeText } from
|
|
2
|
+
import { Tabs } from "../../../components/Tabs/index.js";
|
|
3
|
+
import { AlertType, getAlertTypeText } from "../Utilities/getAlertType.js";
|
|
4
4
|
import { Box, Flex } from 'rebass';
|
|
5
|
-
import { TypeRadio } from
|
|
6
|
-
import { Tag } from
|
|
5
|
+
import { TypeRadio } from "../../Wizard/TypeRadio.js";
|
|
6
|
+
import { Tag } from "../../../components/Tag/index.js";
|
|
7
7
|
export const renderAlertTypeSummary = (alertType) => {
|
|
8
8
|
const text = getAlertTypeText(alertType);
|
|
9
9
|
return (React.createElement(Box, null,
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import { Box } from 'rebass';
|
|
4
|
-
import { OnePageAdaptableWizard, OnePageWizardSummary } from
|
|
5
|
-
import { cloneObject } from
|
|
6
|
-
import { AlertScopeWizardSection } from
|
|
7
|
-
import { AlertRulesWizardSection, getRuleStepDescription, renderAlertRulesSummary, } from
|
|
8
|
-
import { isValidAlertRules } from
|
|
9
|
-
import { AlertBehaviourWizardSection, renderAlertBehaviourWizardSummary, } from
|
|
10
|
-
import { ALERT_DEFAULT_MESSAGE_TYPE } from
|
|
11
|
-
import { AlertMessageWizardSection, renderAlertMessageSummary } from
|
|
12
|
-
import { renderScopeSummary } from
|
|
13
|
-
import { isScopeValid } from
|
|
14
|
-
import ObjectFactory from
|
|
4
|
+
import { OnePageAdaptableWizard, OnePageWizardSummary } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import { cloneObject } from "../../../Utilities/Helpers/Helper.js";
|
|
6
|
+
import { AlertScopeWizardSection } from "./AlertScopeWizardSection.js";
|
|
7
|
+
import { AlertRulesWizardSection, getRuleStepDescription, renderAlertRulesSummary, } from "./AlertRulesWizardSection.js";
|
|
8
|
+
import { isValidAlertRules } from "./isValidAlertRules.js";
|
|
9
|
+
import { AlertBehaviourWizardSection, renderAlertBehaviourWizardSummary, } from "./AlertBehaviourWizardSection.js";
|
|
10
|
+
import { ALERT_DEFAULT_MESSAGE_TYPE } from "../../../Utilities/Constants/GeneralConstants.js";
|
|
11
|
+
import { AlertMessageWizardSection, renderAlertMessageSummary } from "./AlertMessageWizardSection.js";
|
|
12
|
+
import { renderScopeSummary } from "./BaseAlertScopeWizardSection.js";
|
|
13
|
+
import { isScopeValid } from "../../Components/NewScopeComponent.js";
|
|
14
|
+
import ObjectFactory from "../../../Utilities/ObjectFactory.js";
|
|
15
15
|
import { useDispatch } from 'react-redux';
|
|
16
|
-
import * as AlertRedux from
|
|
17
|
-
import { useAdaptable } from
|
|
18
|
-
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from
|
|
19
|
-
import { AlertTypeWizardSection, renderAlertTypeSummary } from
|
|
20
|
-
import { AlertType, getAlertType } from
|
|
21
|
-
import { mapAlertDefinition } from
|
|
22
|
-
import { getDefaultAlertDefinition } from
|
|
23
|
-
import { AlertNotificationWizardSection, renderAlertNotificationSummary, } from
|
|
16
|
+
import * as AlertRedux from "../../../Redux/ActionsReducers/AlertRedux.js";
|
|
17
|
+
import { useAdaptable } from "../../AdaptableContext.js";
|
|
18
|
+
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from "../../Wizard/ObjectTagsWizardSection.js";
|
|
19
|
+
import { AlertTypeWizardSection, renderAlertTypeSummary } from "./AlertTypeWizardSection.js";
|
|
20
|
+
import { AlertType, getAlertType } from "../Utilities/getAlertType.js";
|
|
21
|
+
import { mapAlertDefinition } from "../Utilities/mapAlertDefinition.js";
|
|
22
|
+
import { getDefaultAlertDefinition } from "../Utilities/getDefaultAlertDefinition.js";
|
|
23
|
+
import { AlertNotificationWizardSection, renderAlertNotificationSummary, } from "./AlertNotificationWizardSection.js";
|
|
24
24
|
export const AlertWizard = (props) => {
|
|
25
25
|
const { api } = useAdaptable();
|
|
26
26
|
const dispatch = useDispatch();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Box, Text } from 'rebass';
|
|
3
|
-
import { useOnePageAdaptableWizardContext } from
|
|
4
|
-
import { ValueOptionsTags } from
|
|
3
|
+
import { useOnePageAdaptableWizardContext } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
4
|
+
import { ValueOptionsTags } from "../../Components/ValueSelector/index.js";
|
|
5
5
|
export const renderScopeSummary = (data) => {
|
|
6
6
|
const { api: { columnScopeApi: scopeApi }, } = useOnePageAdaptableWizardContext();
|
|
7
7
|
const columnsInScope = scopeApi.getColumnsForScope(data.Scope);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isAdaptableRuleValid } from
|
|
1
|
+
import { isAdaptableRuleValid } from "../../Components/EntityRulesEditor/Utilities.js";
|
|
2
2
|
export const isValidAlertRules = (alert, api, context) => {
|
|
3
3
|
var _a;
|
|
4
4
|
if (!((_a = alert.Rule.Predicates) === null || _a === void 0 ? void 0 : _a.length) &&
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { connect } from 'react-redux';
|
|
3
|
-
import * as BulkUpdateRedux from
|
|
4
|
-
import * as SystemRedux from
|
|
5
|
-
import { PanelWithImage } from
|
|
6
|
-
import { AdaptablePopover } from
|
|
7
|
-
import { StringExtensions } from
|
|
8
|
-
import { PreviewResultsPanel } from
|
|
9
|
-
import { PreviewHelper } from
|
|
10
|
-
import { ColumnValueSelector } from
|
|
3
|
+
import * as BulkUpdateRedux from "../../Redux/ActionsReducers/BulkUpdateRedux.js";
|
|
4
|
+
import * as SystemRedux from "../../Redux/ActionsReducers/SystemRedux.js";
|
|
5
|
+
import { PanelWithImage } from "../Components/Panels/PanelWithImage.js";
|
|
6
|
+
import { AdaptablePopover } from "../AdaptablePopover/index.js";
|
|
7
|
+
import { StringExtensions } from "../../Utilities/Extensions/StringExtensions.js";
|
|
8
|
+
import { PreviewResultsPanel } from "../Components/PreviewResultsPanel.js";
|
|
9
|
+
import { PreviewHelper } from "../../Utilities/Helpers/PreviewHelper.js";
|
|
10
|
+
import { ColumnValueSelector } from "../Components/Selectors/ColumnValueSelector.js";
|
|
11
11
|
import { Flex } from 'rebass';
|
|
12
|
-
import SimpleButton from
|
|
13
|
-
import HelpBlock from
|
|
12
|
+
import SimpleButton from "../../components/SimpleButton/index.js";
|
|
13
|
+
import HelpBlock from "../../components/HelpBlock/index.js";
|
|
14
14
|
class BulkUpdatePopupComponent extends React.Component {
|
|
15
15
|
constructor(props) {
|
|
16
16
|
super(props);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { StatusColour } from
|
|
3
|
-
import { PreviewResultsPanel } from
|
|
2
|
+
import { StatusColour } from "../../PredefinedConfig/Common/Enums.js";
|
|
3
|
+
import { PreviewResultsPanel } from "../Components/PreviewResultsPanel.js";
|
|
4
4
|
import { Flex } from 'rebass';
|
|
5
|
-
import join from
|
|
6
|
-
import * as GeneralConstants from
|
|
7
|
-
import { ColumnValueSelector } from
|
|
8
|
-
import { StringExtensions } from
|
|
9
|
-
import { ButtonApply } from
|
|
10
|
-
import { AdaptablePopover } from
|
|
11
|
-
import { UIHelper } from
|
|
12
|
-
import * as SystemRedux from
|
|
13
|
-
import * as BulkUpdateRedux from
|
|
5
|
+
import join from "../../components/utils/join.js";
|
|
6
|
+
import * as GeneralConstants from "../../Utilities/Constants/GeneralConstants.js";
|
|
7
|
+
import { ColumnValueSelector } from "../Components/Selectors/ColumnValueSelector.js";
|
|
8
|
+
import { StringExtensions } from "../../Utilities/Extensions/StringExtensions.js";
|
|
9
|
+
import { ButtonApply } from "../Components/Buttons/ButtonApply.js";
|
|
10
|
+
import { AdaptablePopover } from "../AdaptablePopover/index.js";
|
|
11
|
+
import { UIHelper } from "../UIHelper.js";
|
|
12
|
+
import * as SystemRedux from "../../Redux/ActionsReducers/SystemRedux.js";
|
|
13
|
+
import * as BulkUpdateRedux from "../../Redux/ActionsReducers/BulkUpdateRedux.js";
|
|
14
14
|
import { connect } from 'react-redux';
|
|
15
15
|
class BulkUpdateViewPanelComponent extends React.Component {
|
|
16
16
|
constructor(props) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { connect } from 'react-redux';
|
|
3
|
-
import { Helper } from
|
|
4
|
-
import * as CalculatedColumnRedux from
|
|
5
|
-
import { WizardStatus, } from
|
|
6
|
-
import { UIHelper } from
|
|
7
|
-
import { ModuleDetail } from
|
|
8
|
-
import { CalculatedColumnWizard } from
|
|
3
|
+
import { Helper } from "../../Utilities/Helpers/Helper.js";
|
|
4
|
+
import * as CalculatedColumnRedux from "../../Redux/ActionsReducers/CalculatedColumnRedux.js";
|
|
5
|
+
import { WizardStatus, } from "../Components/SharedProps/EditableConfigEntityState.js";
|
|
6
|
+
import { UIHelper } from "../UIHelper.js";
|
|
7
|
+
import { ModuleDetail } from "../Components/ModuleSummary/ModuleDetail.js";
|
|
8
|
+
import { CalculatedColumnWizard } from "./Wizard/CalculatedColumnWizard.js";
|
|
9
9
|
export class CalculatedColumnSummaryComponent extends React.Component {
|
|
10
10
|
constructor(props) {
|
|
11
11
|
super(props);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import { Box, Flex } from 'rebass';
|
|
4
|
-
import { useOnePageAdaptableWizardContext } from
|
|
5
|
-
import FormLayout, { FormRow } from
|
|
6
|
-
import Input from
|
|
7
|
-
import { CheckBox } from
|
|
8
|
-
import ErrorBox from
|
|
9
|
-
import { Tabs } from
|
|
10
|
-
import { Tag } from
|
|
4
|
+
import { useOnePageAdaptableWizardContext } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import FormLayout, { FormRow } from "../../../components/FormLayout/index.js";
|
|
6
|
+
import Input from "../../../components/Input/index.js";
|
|
7
|
+
import { CheckBox } from "../../../components/CheckBox/index.js";
|
|
8
|
+
import ErrorBox from "../../../components/ErrorBox/index.js";
|
|
9
|
+
import { Tabs } from "../../../components/Tabs/index.js";
|
|
10
|
+
import { Tag } from "../../../components/Tag/index.js";
|
|
11
11
|
export const renderCalculatedColumnDefinitionSummary = (data) => {
|
|
12
12
|
var _a;
|
|
13
13
|
return (React.createElement(Box, { fontSize: 2 },
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useMemo } from 'react';
|
|
3
3
|
import { Box } from 'rebass';
|
|
4
|
-
import { useOnePageAdaptableWizardContext } from
|
|
5
|
-
import { ExpressionEditor } from
|
|
6
|
-
import { Tabs } from
|
|
7
|
-
import { CodeBlock } from
|
|
8
|
-
import { Humanize } from
|
|
4
|
+
import { useOnePageAdaptableWizardContext } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import { ExpressionEditor } from "../../../components/ExpressionEditor/index.js";
|
|
6
|
+
import { Tabs } from "../../../components/Tabs/index.js";
|
|
7
|
+
import { CodeBlock } from "../../../components/CodeBlock/index.js";
|
|
8
|
+
import { Humanize } from "../../../Utilities/Extensions/StringExtensions.js";
|
|
9
9
|
export const renderCalculatedColumnExpressionSummary = (data) => {
|
|
10
10
|
const { api } = useOnePageAdaptableWizardContext();
|
|
11
11
|
return (React.createElement(Box, { fontSize: 2 },
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useMemo } from 'react';
|
|
3
3
|
import { Box, Flex } from 'rebass';
|
|
4
|
-
import { useOnePageAdaptableWizardContext } from
|
|
5
|
-
import FormLayout, { FormRow } from
|
|
6
|
-
import Input from
|
|
7
|
-
import ErrorBox from
|
|
8
|
-
import { Tabs } from
|
|
9
|
-
import { ValueOptionsTags } from
|
|
10
|
-
import { SpecialColumnSettingsWizardStep } from
|
|
11
|
-
import { getCalculatedColumnSettingsTags } from
|
|
12
|
-
import { Select } from
|
|
4
|
+
import { useOnePageAdaptableWizardContext } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import FormLayout, { FormRow } from "../../../components/FormLayout/index.js";
|
|
6
|
+
import Input from "../../../components/Input/index.js";
|
|
7
|
+
import ErrorBox from "../../../components/ErrorBox/index.js";
|
|
8
|
+
import { Tabs } from "../../../components/Tabs/index.js";
|
|
9
|
+
import { ValueOptionsTags } from "../../Components/ValueSelector/index.js";
|
|
10
|
+
import { SpecialColumnSettingsWizardStep } from "../../SpecialColumnSettingsWizardStep.js";
|
|
11
|
+
import { getCalculatedColumnSettingsTags } from "../Utilities/getCalculatedColumnSettingsTags.js";
|
|
12
|
+
import { Select } from "../../../components/Select/index.js";
|
|
13
13
|
export const renderCalculatedColumnSettingsSummary = (data) => {
|
|
14
14
|
const options = getCalculatedColumnSettingsTags(data.CalculatedColumnSettings);
|
|
15
15
|
return (React.createElement(Box, { fontSize: 2 },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Flex } from 'rebass';
|
|
3
|
-
import { Tabs } from
|
|
4
|
-
import { TypeRadio } from
|
|
3
|
+
import { Tabs } from "../../../components/Tabs/index.js";
|
|
4
|
+
import { TypeRadio } from "../../Wizard/TypeRadio.js";
|
|
5
5
|
export const CalculatedColumnTypeWizardSection = (props) => {
|
|
6
6
|
return (React.createElement(Tabs, null,
|
|
7
7
|
React.createElement(Tabs.Tab, null, "Calculated Column Type"),
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import { Box } from 'rebass';
|
|
4
|
-
import { cloneObject } from
|
|
5
|
-
import { OnePageAdaptableWizard, OnePageWizardSummary } from
|
|
6
|
-
import { CalculatedColumnExpressionWizardSection, isValidCalculatedColumnExpression, renderCalculatedColumnExpressionSummary, } from
|
|
7
|
-
import { CalculatedColumnDefinitionWizardSection, isValidCalculatedColumnDefinition, renderCalculatedColumnDefinitionSummary, } from
|
|
8
|
-
import { useAdaptable } from
|
|
9
|
-
import ObjectFactory from
|
|
4
|
+
import { cloneObject } from "../../../Utilities/Helpers/Helper.js";
|
|
5
|
+
import { OnePageAdaptableWizard, OnePageWizardSummary } from "../../Wizard/OnePageAdaptableWizard.js";
|
|
6
|
+
import { CalculatedColumnExpressionWizardSection, isValidCalculatedColumnExpression, renderCalculatedColumnExpressionSummary, } from "./CalculatedColumnExpressionWizardSection.js";
|
|
7
|
+
import { CalculatedColumnDefinitionWizardSection, isValidCalculatedColumnDefinition, renderCalculatedColumnDefinitionSummary, } from "./CalculatedColumnDefinitionWizardSection.js";
|
|
8
|
+
import { useAdaptable } from "../../AdaptableContext.js";
|
|
9
|
+
import ObjectFactory from "../../../Utilities/ObjectFactory.js";
|
|
10
10
|
import { useDispatch, useSelector } from 'react-redux';
|
|
11
|
-
import * as CalculatedColumnRedux from
|
|
12
|
-
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from
|
|
13
|
-
import { CalculatedColumnSettingsWizardSection, isValidCalculatedColumnSettings, renderCalculatedColumnSettingsSummary, } from
|
|
14
|
-
import { getExpressionType } from
|
|
15
|
-
import { Humanize } from
|
|
16
|
-
import { Tag } from
|
|
17
|
-
import { CalculatedColumnTypeWizardSection } from
|
|
11
|
+
import * as CalculatedColumnRedux from "../../../Redux/ActionsReducers/CalculatedColumnRedux.js";
|
|
12
|
+
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from "../../Wizard/ObjectTagsWizardSection.js";
|
|
13
|
+
import { CalculatedColumnSettingsWizardSection, isValidCalculatedColumnSettings, renderCalculatedColumnSettingsSummary, } from "./CalculatedColumnSettingsWizardSection.js";
|
|
14
|
+
import { getExpressionType } from "../utils.js";
|
|
15
|
+
import { Humanize } from "../../../Utilities/Extensions/StringExtensions.js";
|
|
16
|
+
import { Tag } from "../../../components/Tag/index.js";
|
|
17
|
+
import { CalculatedColumnTypeWizardSection } from "./CalculatedColumnTypeSection.js";
|
|
18
18
|
export const calculatedColumnTypes = [
|
|
19
19
|
'ScalarExpression',
|
|
20
20
|
'AggregatedScalarExpression',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import EmptyContent from
|
|
3
|
-
import { DataSource, InfiniteTable } from
|
|
2
|
+
import EmptyContent from "../../components/EmptyContent/index.js";
|
|
3
|
+
import { DataSource, InfiniteTable } from "../../components/InfiniteTable/index.js";
|
|
4
4
|
const columnsMap = new Map([
|
|
5
5
|
['Operation', { field: 'Operation', defaultFlex: 1 }],
|
|
6
6
|
['Value', { field: 'Value', defaultFlex: 1 }],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { CellSummaryDetails } from
|
|
2
|
+
import { CellSummaryDetails } from "./CellSummaryDetails.js";
|
|
3
3
|
export const CellSummaryPopover = (props) => {
|
|
4
4
|
return React.createElement(CellSummaryDetails, { CellSummary: props.CellSummary });
|
|
5
5
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { connect } from 'react-redux';
|
|
3
|
-
import * as GridRedux from
|
|
4
|
-
import { CellSummaryDetails } from
|
|
5
|
-
import { PanelWithButton } from
|
|
3
|
+
import * as GridRedux from "../../Redux/ActionsReducers/GridRedux.js";
|
|
4
|
+
import { CellSummaryDetails } from "./CellSummaryDetails.js";
|
|
5
|
+
import { PanelWithButton } from "../Components/Panels/PanelWithButton.js";
|
|
6
6
|
class CellSummaryPopupComponent extends React.Component {
|
|
7
7
|
componentDidMount() {
|
|
8
8
|
var _a, _b, _c;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { CellSummaryDetails } from
|
|
2
|
+
import { CellSummaryDetails } from "./CellSummaryDetails.js";
|
|
3
3
|
import { useSelector } from 'react-redux';
|
|
4
4
|
export const CellSummaryStatusBarSubPanelPopover = () => {
|
|
5
5
|
const cellSummary = useSelector((state) => state.Grid.CellSummary);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useDispatch } from 'react-redux';
|
|
3
|
-
import { useAdaptable } from
|
|
4
|
-
import { StatusBarPanel } from
|
|
5
|
-
import * as ModuleConstants from
|
|
6
|
-
import * as GridRedux from
|
|
7
|
-
import { CellSummaryStatusBarSubPanelPopover } from
|
|
3
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
4
|
+
import { StatusBarPanel } from "../StatusBar/StatusBarPanel.js";
|
|
5
|
+
import * as ModuleConstants from "../../Utilities/Constants/ModuleConstants.js";
|
|
6
|
+
import * as GridRedux from "../../Redux/ActionsReducers/GridRedux.js";
|
|
7
|
+
import { CellSummaryStatusBarSubPanelPopover } from "./CellSummaryStatusBarSubPanelPopover.js";
|
|
8
8
|
export const CellSummaryStatusPanel = () => {
|
|
9
9
|
var _a;
|
|
10
10
|
const adaptable = useAdaptable();
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { EnumExtensions } from
|
|
3
|
-
import { SummaryOperation } from
|
|
4
|
-
import ArrayExtensions from
|
|
5
|
-
import { CellSummaryPopover } from
|
|
2
|
+
import { EnumExtensions } from "../../Utilities/Extensions/EnumExtensions.js";
|
|
3
|
+
import { SummaryOperation } from "../../PredefinedConfig/Common/Enums.js";
|
|
4
|
+
import ArrayExtensions from "../../Utilities/Extensions/ArrayExtensions.js";
|
|
5
|
+
import { CellSummaryPopover } from "./CellSummaryPopover.js";
|
|
6
6
|
import { Flex } from 'rebass';
|
|
7
|
-
import * as GeneralConstants from
|
|
8
|
-
import { AdaptablePopover } from
|
|
9
|
-
import * as SystemRedux from
|
|
10
|
-
import * as GridRedux from
|
|
7
|
+
import * as GeneralConstants from "../../Utilities/Constants/GeneralConstants.js";
|
|
8
|
+
import { AdaptablePopover } from "../AdaptablePopover/index.js";
|
|
9
|
+
import * as SystemRedux from "../../Redux/ActionsReducers/SystemRedux.js";
|
|
10
|
+
import * as GridRedux from "../../Redux/ActionsReducers/GridRedux.js";
|
|
11
11
|
import { connect } from 'react-redux';
|
|
12
|
-
import { Select } from
|
|
12
|
+
import { Select } from "../../components/Select/index.js";
|
|
13
13
|
class CellSummaryViewPanelComponent extends React.Component {
|
|
14
14
|
constructor(props) {
|
|
15
15
|
super(props);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { useAdaptable } from
|
|
3
|
-
import * as ModuleConstants from
|
|
4
|
-
import { useChartingElements } from
|
|
2
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
3
|
+
import * as ModuleConstants from "../../Utilities/Constants/ModuleConstants.js";
|
|
4
|
+
import { useChartingElements } from "./useChartingElements.js";
|
|
5
5
|
import { Box, Flex } from 'rebass';
|
|
6
6
|
export const ChartingStatusBarPopover = (props) => {
|
|
7
7
|
const adaptable = useAdaptable();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Box, Flex } from 'rebass';
|
|
3
|
-
import { useChartingElements } from
|
|
3
|
+
import { useChartingElements } from "./useChartingElements.js";
|
|
4
4
|
export const ChartingViewPanel = (props) => {
|
|
5
5
|
const elementType = props.viewType === 'Toolbar' ? 'DashboardToolbar' : 'ToolPanel';
|
|
6
6
|
const { chartSelector, containerSelector, chartButton, deleteButton, editButton } = useChartingElements({ elementType, accessLevel: props.accessLevel });
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Box } from 'rebass';
|
|
3
|
-
import { useAdaptable } from
|
|
4
|
-
import { OnePageAdaptableWizard } from
|
|
5
|
-
import { PreviewChartSection } from
|
|
6
|
-
import { isSettingsValid, SettingsSection } from
|
|
7
|
-
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from
|
|
3
|
+
import { useAdaptable } from "../../../AdaptableContext.js";
|
|
4
|
+
import { OnePageAdaptableWizard } from "../../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import { PreviewChartSection } from "./PreviewChartSection.js";
|
|
6
|
+
import { isSettingsValid, SettingsSection } from "./SettingsSection.js";
|
|
7
|
+
import { ObjectTagsWizardSection, renderObjectTagsSummary, } from "../../../Wizard/ObjectTagsWizardSection.js";
|
|
8
8
|
export const AgChargingWizard = (props) => {
|
|
9
9
|
const adaptable = useAdaptable();
|
|
10
10
|
const [chartDefinition, setChartDefinition] = React.useState(() => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useSelector } from 'react-redux';
|
|
3
3
|
import isEqual from 'lodash/isEqual';
|
|
4
|
-
import * as SystemRedux from
|
|
5
|
-
import { useAdaptable } from
|
|
4
|
+
import * as SystemRedux from "../../../../Redux/ActionsReducers/SystemRedux.js";
|
|
5
|
+
import { useAdaptable } from "../../../AdaptableContext.js";
|
|
6
6
|
export const PreviewChartSection = (props) => {
|
|
7
7
|
const currentChartModels = useSelector((state) => SystemRedux.SystemChartingCurrentChartModelsSelector(state.System));
|
|
8
8
|
const [localChartId, setLocalChartId] = React.useState(null);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { CheckBox } from
|
|
3
|
-
import DropdownButton from
|
|
4
|
-
import FormLayout, { FormRow } from
|
|
5
|
-
import AdaptableInput from
|
|
2
|
+
import { CheckBox } from "../../../../components/CheckBox/index.js";
|
|
3
|
+
import DropdownButton from "../../../../components/DropdownButton/index.js";
|
|
4
|
+
import FormLayout, { FormRow } from "../../../../components/FormLayout/index.js";
|
|
5
|
+
import AdaptableInput from "../../../Components/AdaptableInput/index.js";
|
|
6
6
|
export const isSettingsValid = (chartDefinition, api) => {
|
|
7
7
|
if (!chartDefinition.Name) {
|
|
8
8
|
return 'Name is mandatory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./AgChargingWizard.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __rest } from "tslib";
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { isAgChartDefinition, } from
|
|
4
|
-
import { AgChargingWizard } from
|
|
5
|
-
import { ExternalChartingWizard } from
|
|
3
|
+
import { isAgChartDefinition, } from "../../../PredefinedConfig/ChartingState.js";
|
|
4
|
+
import { AgChargingWizard } from "./AgChargingWizard/index.js";
|
|
5
|
+
import { ExternalChartingWizard } from "./ExternalChartingWizard/index.js";
|
|
6
6
|
export const ChartingWizard = (props) => {
|
|
7
7
|
const { data, configEntities } = props, other = __rest(props, ["data", "configEntities"]);
|
|
8
8
|
if (isAgChartDefinition(data)) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Box } from 'rebass';
|
|
3
|
-
import { useAdaptable } from
|
|
4
|
-
import { OnePageAdaptableWizard } from
|
|
5
|
-
import { isSettingsValid, SettingsSection } from
|
|
3
|
+
import { useAdaptable } from "../../../AdaptableContext.js";
|
|
4
|
+
import { OnePageAdaptableWizard } from "../../../Wizard/OnePageAdaptableWizard.js";
|
|
5
|
+
import { isSettingsValid, SettingsSection } from "./SettingsSection.js";
|
|
6
6
|
const PreviewChartSection = ({ chartDefinition }) => {
|
|
7
7
|
const adaptable = useAdaptable();
|
|
8
8
|
const divRef = React.useRef(null);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import FormLayout, { FormRow } from
|
|
3
|
-
import AdaptableInput from
|
|
2
|
+
import FormLayout, { FormRow } from "../../../../components/FormLayout/index.js";
|
|
3
|
+
import AdaptableInput from "../../../Components/AdaptableInput/index.js";
|
|
4
4
|
export const isSettingsValid = (chartDefinition, api) => {
|
|
5
5
|
if (!chartDefinition.Name) {
|
|
6
6
|
return 'Name is mandatory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./ExternalChartingWizard.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./ChartingWizard.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { ButtonDelete } from
|
|
3
|
-
import * as ChartingRedux from
|
|
4
|
-
import { isAgChartDefinition } from
|
|
2
|
+
import { ButtonDelete } from "../Components/Buttons/ButtonDelete.js";
|
|
3
|
+
import * as ChartingRedux from "../../Redux/ActionsReducers/ChartingRedux.js";
|
|
4
|
+
import { isAgChartDefinition } from "../../PredefinedConfig/ChartingState.js";
|
|
5
5
|
export const DeleteChartButton = (props) => {
|
|
6
6
|
return (React.createElement(ButtonDelete, { iconSize: props.iconSize, disabled: !props.chart, ConfirmAction: isAgChartDefinition(props.chart)
|
|
7
7
|
? ChartingRedux.ChartingDeleteChart(props.chart)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import * as PopupRedux from
|
|
3
|
-
import { ButtonEdit } from
|
|
4
|
-
import * as ModuleConstants from
|
|
2
|
+
import * as PopupRedux from "../../Redux/ActionsReducers/PopupRedux.js";
|
|
3
|
+
import { ButtonEdit } from "../Components/Buttons/ButtonEdit.js";
|
|
4
|
+
import * as ModuleConstants from "../../Utilities/Constants/ModuleConstants.js";
|
|
5
5
|
import { useDispatch } from 'react-redux';
|
|
6
6
|
export const EditChartButton = (props) => {
|
|
7
7
|
const dispatch = useDispatch();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import SimpleButton from
|
|
3
|
-
import { useAdaptable } from
|
|
4
|
-
import DropdownButton from
|
|
5
|
-
import { AG_GRID_CHART_WINDOW } from
|
|
6
|
-
import { isAgChartDefinition, isExternalChartDefinition, } from
|
|
7
|
-
import { useAgChartState } from
|
|
8
|
-
import { useExternalChartState } from
|
|
2
|
+
import SimpleButton from "../../components/SimpleButton/index.js";
|
|
3
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
4
|
+
import DropdownButton from "../../components/DropdownButton/index.js";
|
|
5
|
+
import { AG_GRID_CHART_WINDOW } from "../../Utilities/Constants/GeneralConstants.js";
|
|
6
|
+
import { isAgChartDefinition, isExternalChartDefinition, } from "../../PredefinedConfig/ChartingState.js";
|
|
7
|
+
import { useAgChartState } from "./useAgChartState.js";
|
|
8
|
+
import { useExternalChartState } from "./useExternalChartState.js";
|
|
9
9
|
const BaseShowChartButton = (props) => {
|
|
10
10
|
var _a;
|
|
11
11
|
const adaptable = useAdaptable();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useSelector } from 'react-redux';
|
|
3
|
-
import { useAdaptable } from
|
|
4
|
-
import * as SystemRedux from
|
|
3
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
4
|
+
import * as SystemRedux from "../../Redux/ActionsReducers/SystemRedux.js";
|
|
5
5
|
export const useAgChartState = (chartDefinition) => {
|
|
6
6
|
const [chartRef, setChartRef] = React.useState(null);
|
|
7
7
|
const adaptable = useAdaptable();
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { useSelector } from 'react-redux';
|
|
3
|
-
import { Select } from
|
|
4
|
-
import SimpleButton from
|
|
5
|
-
import { isAgChartDefinition } from
|
|
6
|
-
import * as ChartingRedux from
|
|
7
|
-
import AdaptableHelper from
|
|
8
|
-
import { useAdaptable } from
|
|
9
|
-
import { DeleteChartButton } from
|
|
10
|
-
import { EditChartButton } from
|
|
11
|
-
import { useAgChartState } from
|
|
12
|
-
import { useExternalChartState } from
|
|
3
|
+
import { Select } from "../../components/Select/index.js";
|
|
4
|
+
import SimpleButton from "../../components/SimpleButton/index.js";
|
|
5
|
+
import { isAgChartDefinition } from "../../PredefinedConfig/ChartingState.js";
|
|
6
|
+
import * as ChartingRedux from "../../Redux/ActionsReducers/ChartingRedux.js";
|
|
7
|
+
import AdaptableHelper from "../../Utilities/Helpers/AdaptableHelper.js";
|
|
8
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
9
|
+
import { DeleteChartButton } from "./DeleteChartButton.js";
|
|
10
|
+
import { EditChartButton } from "./EditChartButton.js";
|
|
11
|
+
import { useAgChartState } from "./useAgChartState.js";
|
|
12
|
+
import { useExternalChartState } from "./useExternalChartState.js";
|
|
13
13
|
export const useChartingElements = ({ elementType, accessLevel, size = 'normal', }) => {
|
|
14
14
|
var _a;
|
|
15
15
|
const adaptable = useAdaptable();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { useAdaptable } from
|
|
2
|
+
import { useAdaptable } from "../AdaptableContext.js";
|
|
3
3
|
// need to trigger other show-chart buttons to close/hide
|
|
4
4
|
const buttonChangeSubscribers = [];
|
|
5
5
|
export const useExternalChartState = (chartDefinition) => {
|