@adaptabletools/adaptable-cjs 23.0.4 → 23.0.5-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agGrid.js +0 -31
- package/index.css +0 -64
- package/index.js +0 -31
- package/package.json +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +0 -2
- package/src/AdaptableOptions/AdaptablePlugin.js +1 -9
- package/src/AdaptableOptions/DefaultAdaptableOptions.js +3 -39
- package/src/AdaptableOptions/SettingsPanelOptions.d.ts +44 -16
- package/src/AdaptableState/Aggregations/only.js +0 -11
- package/src/AdaptableState/Aggregations/weightedAverage.d.ts +0 -1
- package/src/AdaptableState/Aggregations/weightedAverage.js +3 -30
- package/src/AdaptableState/Common/AdaptableColumn.js +0 -1
- package/src/AdaptableState/Common/AdaptableForm.js +0 -49
- package/src/AdaptableState/Common/AdaptableFormatPresets.js +0 -13
- package/src/AdaptableState/Common/AdaptablePredicate.js +3 -125
- package/src/AdaptableState/Common/AggregationColumns.js +0 -10
- package/src/AdaptableState/Common/Enums.js +0 -3
- package/src/AdaptableState/Common/Menu.js +1 -7
- package/src/AdaptableState/Common/MenuItem.js +0 -2
- package/src/AdaptableState/Common/Types.js +2 -5
- package/src/AdaptableState/StatusBarState.js +0 -3
- package/src/AdaptableState/StyledColumns/BadgeStyle.js +0 -1
- package/src/AdaptableState/StyledColumns/Common/BarStyleProperties.js +0 -4
- package/src/AdaptableState/StyledColumns/Common/CellTextOptions.js +0 -5
- package/src/AdaptableState/StyledColumns/Common/NumericStyledColumn.js +0 -8
- package/src/AdaptableState/Uuid.js +0 -1
- package/src/Api/Implementation/AdaptableApiImpl.js +0 -4
- package/src/Api/Implementation/AlertApiImpl.js +0 -21
- package/src/Api/Implementation/ApiBase.js +0 -24
- package/src/Api/Implementation/CalculatedColumnApiImpl.js +0 -1
- package/src/Api/Implementation/ChartingApiImpl.js +0 -3
- package/src/Api/Implementation/ColumnApiImpl.js +1 -15
- package/src/Api/Implementation/ColumnFilterApiImpl.js +0 -9
- package/src/Api/Implementation/ColumnScopeApiImpl.js +0 -21
- package/src/Api/Implementation/DashboardApiImpl.js +0 -1
- package/src/Api/Implementation/EntitlementApiImpl.js +0 -1
- package/src/Api/Implementation/ExportApiImpl.js +0 -10
- package/src/Api/Implementation/ExpressionApiImpl.js +0 -1
- package/src/Api/Implementation/FormatColumnApiImpl.js +0 -3
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +0 -2
- package/src/Api/Implementation/GridApiImpl.js +1 -22
- package/src/Api/Implementation/GridFilterApiImpl.js +0 -2
- package/src/Api/Implementation/LayoutApiImpl.js +0 -18
- package/src/Api/Implementation/LayoutHelpers.js +0 -16
- package/src/Api/Implementation/NamedQueryApiImpl.js +0 -1
- package/src/Api/Implementation/PredicateApiImpl.js +0 -5
- package/src/Api/Implementation/RowFormApiImpl.js +0 -2
- package/src/Api/Implementation/StateApiImpl.js +0 -7
- package/src/Api/Implementation/SystemStatusApiImpl.js +0 -2
- package/src/Api/Implementation/TeamSharingApiImpl.js +0 -3
- package/src/Api/Implementation/UserInterfaceApiImpl.js +0 -1
- package/src/Api/Internal/ActionColumnInternalApi.js +0 -1
- package/src/Api/Internal/AdaptableInternalApi.d.ts +0 -2
- package/src/Api/Internal/AdaptableInternalApi.js +1 -39
- package/src/Api/Internal/AlertInternalApi.js +1 -102
- package/src/Api/Internal/CalculatedColumnInternalApi.js +0 -17
- package/src/Api/Internal/ChartingInternalApi.js +0 -1
- package/src/Api/Internal/ColumnFilterInternalApi.js +0 -52
- package/src/Api/Internal/ColumnInternalApi.js +0 -32
- package/src/Api/Internal/CustomSortInternalApi.js +0 -5
- package/src/Api/Internal/DashboardInternalApi.js +0 -23
- package/src/Api/Internal/DataImportInternalApi.js +0 -1
- package/src/Api/Internal/EventInternalApi.js +0 -2
- package/src/Api/Internal/ExportInternalApi.js +1 -16
- package/src/Api/Internal/ExpressionInternalApi.js +0 -23
- package/src/Api/Internal/Fdc3InternalApi.js +0 -9
- package/src/Api/Internal/FlashingCellInternalApi.js +0 -5
- package/src/Api/Internal/FormatColumnInternalApi.js +5 -107
- package/src/Api/Internal/FreeTextColumnInternalApi.js +0 -8
- package/src/Api/Internal/GridFilterInternalApi.js +0 -3
- package/src/Api/Internal/GridInternalApi.js +0 -37
- package/src/Api/Internal/LayoutInternalApi.js +0 -18
- package/src/Api/Internal/NamedQueryInternalApi.js +0 -9
- package/src/Api/Internal/PredicateInternalApi.js +0 -23
- package/src/Api/Internal/RowFormInternalApi.js +0 -18
- package/src/Api/Internal/StateInternalApi.js +0 -25
- package/src/Api/Internal/StyledColumnInternalApi.js +0 -62
- package/src/Api/Internal/TeamSharingInternalApi.js +0 -9
- package/src/Redux/ActionsReducers/AlertRedux.js +0 -24
- package/src/Redux/ActionsReducers/ApplicationRedux.js +0 -9
- package/src/Redux/ActionsReducers/BulkUpdateRedux.js +0 -6
- package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +1 -16
- package/src/Redux/ActionsReducers/ChartingRedux.js +0 -24
- package/src/Redux/ActionsReducers/CommentsRedux.js +0 -24
- package/src/Redux/ActionsReducers/CustomSortRedux.js +0 -24
- package/src/Redux/ActionsReducers/DashboardRedux.js +0 -33
- package/src/Redux/ActionsReducers/ExportRedux.js +0 -36
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +0 -24
- package/src/Redux/ActionsReducers/FormatColumnRedux.js +0 -36
- package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +1 -20
- package/src/Redux/ActionsReducers/InternalRedux.js +0 -42
- package/src/Redux/ActionsReducers/LayoutRedux.js +1 -67
- package/src/Redux/ActionsReducers/NamedQueryRedux.js +0 -15
- package/src/Redux/ActionsReducers/NoteRedux.js +0 -14
- package/src/Redux/ActionsReducers/PluginsRedux.js +0 -3
- package/src/Redux/ActionsReducers/PlusMinusRedux.js +0 -34
- package/src/Redux/ActionsReducers/PopupRedux.js +2 -6
- package/src/Redux/ActionsReducers/QuickSearchRedux.js +0 -15
- package/src/Redux/ActionsReducers/ShortcutRedux.js +0 -24
- package/src/Redux/ActionsReducers/SmartEditRedux.js +0 -6
- package/src/Redux/ActionsReducers/StatusBarRedux.js +0 -6
- package/src/Redux/ActionsReducers/StyledColumnRedux.js +0 -27
- package/src/Redux/ActionsReducers/SystemStatusRedux.js +0 -6
- package/src/Redux/ActionsReducers/TeamSharingRedux.js +0 -1
- package/src/Redux/ActionsReducers/ThemeRedux.js +0 -26
- package/src/Redux/ActionsReducers/ToolPanelRedux.js +0 -22
- package/src/Redux/ActionsReducers/UserInterfaceRedux.js +0 -3
- package/src/Redux/ActionsReducers/utils.js +0 -6
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +0 -1
- package/src/Redux/Store/AdaptableReduxMerger.js +0 -25
- package/src/Redux/Store/AdaptableStore.js +5 -301
- package/src/Strategy/AdaptableModuleBase.js +0 -35
- package/src/Strategy/AlertModule.js +0 -9
- package/src/Strategy/CellSummaryModule.js +0 -12
- package/src/Strategy/ChartingModule.js +0 -1
- package/src/Strategy/ColumnFilterModule.js +1 -11
- package/src/Strategy/CommentModule.js +0 -2
- package/src/Strategy/DashboardModule.js +0 -4
- package/src/Strategy/ExportModule.js +0 -1
- package/src/Strategy/FlashingCellModule.js +0 -8
- package/src/Strategy/FormatColumnModule.js +0 -3
- package/src/Strategy/FreeTextColumnModule.js +0 -3
- package/src/Strategy/LayoutModule.js +0 -26
- package/src/Strategy/NoteModule.js +0 -3
- package/src/Strategy/PlusMinusModule.js +0 -3
- package/src/Strategy/SettingsPanelModule.js +0 -1
- package/src/Strategy/ShortcutModule.js +0 -1
- package/src/Strategy/SmartEditModule.js +0 -5
- package/src/Strategy/StatusBarModule.js +0 -7
- package/src/Strategy/StyledColumnModule.js +1 -16
- package/src/Strategy/TeamSharingModule.js +0 -9
- package/src/Strategy/Utilities/Layout/columnsSummaryHelpers.js +0 -5
- package/src/Utilities/Constants/DocumentationLinkConstants.js +0 -1
- package/src/Utilities/Constants/GeneralConstants.js +0 -10
- package/src/Utilities/Constants/ObjectDefaultConstants.js +0 -3
- package/src/Utilities/Constants/ReduxConstants.js +4 -8
- package/src/Utilities/Emitter.js +0 -9
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +0 -8
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +0 -15
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +0 -3
- package/src/Utilities/ExpressionFunctions/deepMap.js +0 -16
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +0 -9
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +7 -78
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +0 -9
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +2 -16
- package/src/Utilities/Extensions/ArrayExtensions.js +1 -63
- package/src/Utilities/Extensions/NumberExtensions.js +0 -27
- package/src/Utilities/Extensions/ObjectExtensions.js +0 -36
- package/src/Utilities/Extensions/StringExtensions.js +0 -27
- package/src/Utilities/Helpers/ActionColumnHelper.js +0 -4
- package/src/Utilities/Helpers/AdaptableHelper.js +0 -8
- package/src/Utilities/Helpers/DateHelper.js +0 -10
- package/src/Utilities/Helpers/DisplayFormatHelper.js +0 -8
- package/src/Utilities/Helpers/Helper.js +3 -9
- package/src/Utilities/Helpers/PlusMinusHelper.js +0 -20
- package/src/Utilities/Helpers/QuickSearchHelper.js +0 -5
- package/src/Utilities/Helpers/Scheduling/CronExpression.js +0 -43
- package/src/Utilities/Helpers/Scheduling/ScheduledReportHelper.js +0 -4
- package/src/Utilities/Helpers/SettingsPanelHelper.js +40 -4
- package/src/Utilities/Helpers/StyleHelper.js +0 -56
- package/src/Utilities/Helpers/StyledColumns/BarStylesHelper.js +0 -46
- package/src/Utilities/Helpers/StyledColumns/GradientStyleHelper.js +0 -38
- package/src/Utilities/Helpers/StyledColumns/IconStyleHelper.js +0 -39
- package/src/Utilities/Helpers/StyledColumns/PercentBarStyleHelper.js +0 -1
- package/src/Utilities/Helpers/StyledColumns/SparklineStyleHelper.js +0 -5
- package/src/Utilities/Helpers/StyledColumns/StyledColumnHelper.js +0 -37
- package/src/Utilities/Helpers/TimingHelper.js +0 -13
- package/src/Utilities/ObjectFactory.js +2 -4
- package/src/Utilities/Services/AggregatedScalarLiveValue.js +0 -7
- package/src/Utilities/Services/AlertService.js +0 -1
- package/src/Utilities/Services/AnnotationsService.js +0 -22
- package/src/Utilities/Services/CalculatedColumnExpressionService.js +0 -8
- package/src/Utilities/Services/ChartingService.js +0 -9
- package/src/Utilities/Services/DataService.js +0 -11
- package/src/Utilities/Services/Fdc3Service.js +0 -3
- package/src/Utilities/Services/FlashingCellService.js +0 -6
- package/src/Utilities/Services/ModuleService.js +0 -8
- package/src/Utilities/Services/QueryLanguageService.js +2 -25
- package/src/Utilities/Services/RowFormService.js +0 -1
- package/src/Utilities/Services/RowSummaryService.js +1 -20
- package/src/Utilities/Services/TeamSharingService.js +0 -15
- package/src/Utilities/Services/ThemeService.js +0 -7
- package/src/Utilities/Services/ValidationService.js +0 -21
- package/src/Utilities/createAgStatusPanelComponent.js +0 -3
- package/src/Utilities/getExpressionViewItems.js +0 -2
- package/src/Utilities/getObjectTagsViewItems.js +0 -1
- package/src/Utilities/getScrollbarSize.js +0 -1
- package/src/Utilities/logDeprecation.js +0 -3
- package/src/Utilities/resolveContainerElement.js +0 -21
- package/src/Utilities/runIfNotResolvedIn.js +0 -7
- package/src/Utilities/sortColumnStateForVisibleColumns.js +2 -12
- package/src/Utilities/waitForTimeout.js +0 -1
- package/src/Utilities/wizardSelection.js +0 -2
- package/src/View/AdaptablePopover/index.js +1 -1
- package/src/View/AdaptableView.js +1 -5
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +0 -4
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +0 -23
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +0 -2
- package/src/View/AdaptableWizardView/Wizard.js +0 -12
- package/src/View/AdaptableWizardView/helper.js +0 -11
- package/src/View/Alert/ActiveAlertsPanel.js +0 -2
- package/src/View/Alert/AlertStatusSubPanel.js +0 -8
- package/src/View/Alert/Utilities/getAlertType.js +0 -7
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +0 -5
- package/src/View/Alert/Utilities/mapAlertDefinition.js +0 -3
- package/src/View/Alert/Wizard/AlertWizard.js +0 -2
- package/src/View/Alert/Wizard/isValidAlertRules.js +0 -1
- package/src/View/BulkUpdate/BulkUpdatePopup.js +0 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +1 -3
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +0 -1
- package/src/View/CalculatedColumn/utils.d.ts +1 -1
- package/src/View/CellSummary/CellSummaryPopup.js +0 -3
- package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +1 -7
- package/src/View/Charting/EditChartButton.js +1 -4
- package/src/View/Charting/ShowChartButton.js +0 -3
- package/src/View/Charting/useAgChartState.js +0 -5
- package/src/View/Charting/useChartingElements.js +0 -4
- package/src/View/Charting/useExternalChartState.js +0 -6
- package/src/View/ColumnInfo/ColumnInfo.js +7 -17
- package/src/View/Comments/CommentsEditor.js +1 -16
- package/src/View/Components/AdaptableButton/AdaptableButtonComponent.js +0 -1
- package/src/View/Components/AdaptableButton/AdaptableButtonView.js +0 -3
- package/src/View/Components/AdaptableDateInput/index.js +2 -9
- package/src/View/Components/AdaptableIconComponent/index.js +0 -4
- package/src/View/Components/AdaptableIconSelector/index.js +0 -3
- package/src/View/Components/AdaptableInput/index.js +0 -2
- package/src/View/Components/Badge/index.js +0 -8
- package/src/View/Components/Buttons/ButtonNewPage.js +1 -2
- package/src/View/Components/CellPopup/index.js +1 -2
- package/src/View/Components/ColumnFilter/AdaptableColumnFilter.js +0 -4
- package/src/View/Components/ColumnFilter/AdaptableFloatingFilter.js +0 -4
- package/src/View/Components/ColumnFilter/ColumnFilter.js +3 -46
- package/src/View/Components/ColumnFilter/ColumnFilterWindow.js +0 -2
- package/src/View/Components/ColumnFilter/FloatingFilter.js +1 -20
- package/src/View/Components/ColumnFilter/components/ColumnFilterInput.js +2 -16
- package/src/View/Components/ColumnFilter/components/ColumnFilterInputList.js +1 -4
- package/src/View/Components/ColumnFilter/components/FloatingFilterInputList.js +1 -6
- package/src/View/Components/ColumnFilter/components/FloatingFilterValues.js +0 -20
- package/src/View/Components/ColumnFilter/useAdaptableFilterWrapper.js +0 -5
- package/src/View/Components/ColumnFilter/utils.js +2 -9
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +0 -2
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +0 -1
- package/src/View/Components/EntityRulesEditor/index.js +1 -11
- package/src/View/Components/ExternalRenderer.js +1 -3
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +1 -52
- package/src/View/Components/ModuleValueSelector/index.js +0 -2
- package/src/View/Components/Panels/PanelWithImage.js +1 -5
- package/src/View/Components/Panels/PanelWithRow.js +0 -3
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +0 -6
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +0 -3
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +0 -6
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +1 -2
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +0 -1
- package/src/View/Components/Popups/AdaptablePopupAlert.js +0 -3
- package/src/View/Components/Popups/AdaptableToaster.js +0 -2
- package/src/View/Components/Popups/WindowPopups/WindowPopups.js +0 -8
- package/src/View/Components/RangesComponent.js +0 -57
- package/src/View/Components/Selectors/BulkUpdateValueSelector.js +0 -3
- package/src/View/Components/Selectors/PermittedValuesSelector.js +1 -6
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -18
- package/src/View/Components/ToolPanel/ToolPanelPopupSections.js +0 -4
- package/src/View/Components/ToolPanel/ToolPanelWrapper.js +1 -4
- package/src/View/Components/ValueSelector/index.js +0 -4
- package/src/View/Components/wizardColumnListStyles.js +0 -5
- package/src/View/Dashboard/CustomToolbar.js +1 -25
- package/src/View/Dashboard/PinnedToolbarsSelector.js +0 -1
- package/src/View/DataImport/DataImportWizard/DataImportWizard.js +1 -22
- package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +0 -1
- package/src/View/DataImport/systemFileHandlers.js +1 -1
- package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +0 -1
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +0 -27
- package/src/View/FormatColumn/Wizard/FormatColumnPreview.js +0 -1
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +0 -7
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +0 -12
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +0 -10
- package/src/View/GridFilter/GridFilterPopup.js +0 -1
- package/src/View/GridFilter/useGridFilterExpressionEditor.js +0 -2
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +1 -31
- package/src/View/Layout/LayoutViewPanel.js +0 -2
- package/src/View/Layout/PivotDetailsPopoup.js +0 -2
- package/src/View/Layout/TransposedPopup.js +0 -7
- package/src/View/Layout/Wizard/LayoutWizard.js +1 -6
- package/src/View/Layout/Wizard/sections/AggregationsSection.js +0 -2
- package/src/View/Layout/Wizard/sections/ColumnsSection.js +1 -32
- package/src/View/Layout/Wizard/sections/RowSummarySection.js +0 -3
- package/src/View/Layout/Wizard/sections/columnLayoutHelpers.js +0 -2
- package/src/View/Layout/Wizard/sections/layoutWizardColumns.js +0 -4
- package/src/View/Note/NotePopup.js +0 -1
- package/src/View/QuickSearch/QuickSearchPopup.js +0 -1
- package/src/View/StatusBar/AdaptableStatusBar.js +0 -4
- package/src/View/StatusBar/StatusBarPanel.js +0 -8
- package/src/View/StatusBar/StatusBarPopup.js +0 -2
- package/src/View/StyledColumn/Wizard/BadgePillStyleEditor.js +0 -11
- package/src/View/StyledColumn/Wizard/StyledColumnSliceStyleEditors.js +0 -28
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +0 -13
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +1 -25
- package/src/View/StyledColumn/Wizard/StyledColumnWizardBulletSection.js +0 -26
- package/src/View/StyledColumn/Wizard/StyledColumnWizardGradientSection.js +0 -3
- package/src/View/StyledColumn/Wizard/StyledColumnWizardIconSection.js +0 -40
- package/src/View/StyledColumn/Wizard/StyledColumnWizardRangeBarSection.js +0 -55
- package/src/View/StyledColumn/Wizard/StyledColumnWizardRatingSection.js +0 -15
- package/src/View/StyledColumn/Wizard/StyledColumnWizardScopeSection.js +0 -21
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/BarStyleCellTextPreview.js +0 -10
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/GradientSummaryPreview.js +0 -5
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +0 -4
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +0 -5
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBulletPreview.js +0 -3
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnChartListPreviews.js +0 -13
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnRangeBarPreview.js +0 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnRatingPreview.js +0 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnSparklinePreview.js +0 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardRangesSection.js +0 -13
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +1 -13
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +0 -21
- package/src/View/SystemStatus/SystemStatusPopup.js +0 -1
- package/src/View/TeamSharing/SharedEntityObjectView.js +0 -1
- package/src/View/Theme/ThemeSelector.js +0 -1
- package/src/View/UIHelper.js +0 -6
- package/src/View/UIInterfaces.js +0 -1
- package/src/View/Wizard/CollapsibleWizardCard.js +1 -8
- package/src/View/Wizard/OnePageWizards.js +2 -9
- package/src/View/Wizard/SummaryColorTag.js +0 -1
- package/src/View/Wizard/useKeyboardNavigation.js +1 -3
- package/src/agGrid/Adaptable.js +0 -12
- package/src/agGrid/AdaptableAgGrid.d.ts +0 -2
- package/src/agGrid/AdaptableAgGrid.js +3 -482
- package/src/agGrid/AdaptableFilterHandler.js +0 -5
- package/src/agGrid/AdaptableLogger.js +0 -6
- package/src/agGrid/AgGridAdapter.js +3 -90
- package/src/agGrid/AgGridColumnAdapter.js +6 -168
- package/src/agGrid/AgGridExportAdapter.js +4 -106
- package/src/agGrid/AgGridFilterAdapter.js +0 -5
- package/src/agGrid/AgGridFloatingFilterAdapter.js +0 -10
- package/src/agGrid/AgGridMenuAdapter.js +0 -143
- package/src/agGrid/AgGridModulesAdapter.js +0 -2
- package/src/agGrid/AgGridOptionsService.js +0 -2
- package/src/agGrid/AgGridThemeAdapter.js +0 -7
- package/src/agGrid/agGridDataTypeDefinitions.js +0 -8
- package/src/agGrid/cellRenderers/BadgeRenderer.js +0 -10
- package/src/agGrid/cellRenderers/BulletChartRenderer.js +1 -96
- package/src/agGrid/cellRenderers/IconRenderer.js +0 -55
- package/src/agGrid/cellRenderers/PercentBarRenderer.js +0 -51
- package/src/agGrid/cellRenderers/RangeBarRenderer.js +1 -50
- package/src/agGrid/cellRenderers/RatingRenderer.js +0 -40
- package/src/agGrid/editors/AdaptableDateEditor/index.js +0 -18
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +0 -3
- package/src/agGrid/editors/AdaptableNumberEditor/index.js +0 -11
- package/src/agGrid/editors/AdaptablePercentageEditor/index.js +0 -9
- package/src/agGrid/index.js +0 -6
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +1 -73
- package/src/components/CodeBlock/index.d.ts +0 -1
- package/src/components/CodeBlock/index.js +2 -3
- package/src/components/ColorPicker/ColorPicker.js +0 -6
- package/src/components/Combobox/VirtualizedList.js +0 -5
- package/src/components/Combobox/index.js +5 -63
- package/src/components/Dashboard/Dashboard.js +1 -4
- package/src/components/Datepicker/index.js +2 -97
- package/src/components/DragAndDropContext/TabList.js +2 -6
- package/src/components/Drawer/index.js +0 -7
- package/src/components/Dropdown/index.js +0 -1
- package/src/components/DropdownButton/index.js +0 -1
- package/src/components/ExpressionEditor/BaseEditorInput.js +1 -16
- package/src/components/ExpressionEditor/EditorButton.js +0 -1
- package/src/components/ExpressionEditor/EditorInput.js +1 -7
- package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +0 -1
- package/src/components/ExpressionEditor/ExpressionPreview.js +4 -14
- package/src/components/ExpressionEditor/NamedQueryContext.js +0 -1
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +1 -6
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +0 -12
- package/src/components/ExpressionEditor/QueryBuilder/utils.js +0 -4
- package/src/components/ExpressionEditor/index.js +5 -14
- package/src/components/Icon/index.js +0 -2
- package/src/components/Input/NumberInput.js +0 -10
- package/src/components/Modal/Backdrop.js +0 -1
- package/src/components/OverlayTrigger/Overlay.js +0 -1
- package/src/components/OverlayTrigger/index.js +3 -15
- package/src/components/ProgressIndicator/ProgressIndicator.js +3 -16
- package/src/components/ResizeObserver/index.js +0 -7
- package/src/components/SimpleButton/index.js +2 -16
- package/src/components/Tabs/index.js +0 -3
- package/src/components/Tag/Tag.js +0 -1
- package/src/components/Tag/columnScopeTagHelpers.js +0 -2
- package/src/components/Textarea/index.js +1 -8
- package/src/components/Toggle/Toggle.js +1 -5
- package/src/components/Toggle/ToggleGroup.js +1 -3
- package/src/components/ToggleButton/index.js +1 -3
- package/src/components/Tree/TreeDropdown/index.js +2 -130
- package/src/components/Tree/treeUtils.js +0 -4
- package/src/components/WindowModal/WindowModal.js +1 -14
- package/src/components/WindowModal/useStacking.js +0 -7
- package/src/components/icons/bullet-chart.js +0 -4
- package/src/components/icons/icon-style.js +0 -4
- package/src/components/icons/index.js +26 -36
- package/src/components/icons/range-bar.js +0 -5
- package/src/components/icons/star.js +0 -1
- package/src/components/twUtils.js +3 -12
- package/src/components/ui/calendar.js +1 -9
- package/src/components/ui/combobox.js +0 -4
- package/src/components/utils/captureTabNavigation/getFocusableChildren.js +0 -1
- package/src/components/utils/useDraggable.js +0 -4
- package/src/components/utils/useProperty.js +0 -18
- package/src/devTools/index.js +0 -1
- package/src/env.js +2 -2
- package/src/layout-manager/src/LMEmitter.js +0 -5
- package/src/layout-manager/src/destructurePivotColumnId.js +0 -19
- package/src/layout-manager/src/index.js +2 -182
- package/src/layout-manager/src/isLayoutEqual.js +0 -1
- package/src/layout-manager/src/isPivotColumnTotal.js +0 -2
- package/src/layout-manager/src/normalizeLayoutModel.js +0 -27
- package/src/layout-manager/src/simplifyLayoutModel.js +0 -11
- package/src/layout-manager/src/sortColumnIdsByOrder.js +2 -12
- package/src/lib/utils.js +0 -1
- package/src/migration/AdaptableUpgradeHelper.js +0 -2
- package/src/migration/VersionUpgrade17.js +0 -33
- package/src/migration/VersionUpgrade20.js +1 -21
- package/src/migration/VersionUpgrade21.js +0 -3
- package/src/migration/VersionUpgrade22.js +0 -11
- package/src/migration/VersionUpgrade23.js +0 -73
- package/src/parser/src/evaluator.js +0 -1
- package/src/parser/src/index.js +0 -1
- package/src/parser/src/parser.js +4 -103
- package/src/parser/src/predicate/mapExpressionToQlPredicate.js +0 -5
- package/src/parser/src/predicate/mapQlPredicateToExpression.js +0 -2
- package/src/parser/src/tokenizer.js +0 -2
- package/src/parser/src/utils.js +0 -1
- package/src/renderReactRoot.js +0 -12
- package/src/setupDevTools.js +0 -6
- package/src/twMerge.js +0 -1
- package/src/types.d.ts +1 -1
- package/src/types.js +0 -2
- package/tsconfig.cjs.tsbuildinfo +1 -1
- package/src/AdaptableState/Common/NamedObject.d.ts +0 -10
- package/src/AdaptableState/Common/NamedObject.js +0 -2
- package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +0 -35
- package/src/Utilities/ExpressionFunctions/groupingMap.js +0 -103
- package/src/Utilities/Interface/AdaptableToolPanelContext.d.ts +0 -4
- package/src/Utilities/Interface/AdaptableToolPanelContext.js +0 -2
- package/src/Utilities/Services/Interface/IMetamodelService.d.ts +0 -20
- package/src/Utilities/Services/Interface/IMetamodelService.js +0 -2
- package/src/Utilities/Services/MetamodelService.d.ts +0 -17
- package/src/Utilities/Services/MetamodelService.js +0 -167
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.d.ts +0 -6
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +0 -104
- package/src/View/Components/Buttons/EntityListActionButtons.d.ts +0 -38
- package/src/View/Components/Buttons/EntityListActionButtons.js +0 -47
- package/src/View/Components/ColumnFilter/components/ColumnFilterMenu.d.ts +0 -12
- package/src/View/Components/ColumnFilter/components/ColumnFilterMenu.js +0 -72
- package/src/View/Components/EntityRowItem.d.ts +0 -7
- package/src/View/Components/EntityRowItem.js +0 -12
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.d.ts +0 -3
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +0 -9
- package/src/View/Components/ModuleProfile.d.ts +0 -8
- package/src/View/Components/ModuleProfile.js +0 -15
- package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +0 -23
- package/src/View/Components/ModuleSummary/ModuleDetail.js +0 -20
- package/src/View/Components/ModuleSummary/ModuleHeader.d.ts +0 -15
- package/src/View/Components/ModuleSummary/ModuleHeader.js +0 -20
- package/src/View/Components/ModuleSummary/SummaryRowItem.d.ts +0 -7
- package/src/View/Components/ModuleSummary/SummaryRowItem.js +0 -17
- package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +0 -9
- package/src/View/Components/SharedProps/ModuleSummaryProps.js +0 -2
- package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.d.ts +0 -13
- package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +0 -2
- package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.d.ts +0 -14
- package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +0 -2
- package/src/View/Components/StyleVisualItem.d.ts +0 -9
- package/src/View/Components/StyleVisualItem.js +0 -45
- package/src/View/Components/WizardSummaryPage.d.ts +0 -7
- package/src/View/Components/WizardSummaryPage.js +0 -22
- package/src/components/Accordion.d.ts +0 -7
- package/src/components/Accordion.js +0 -38
- package/src/components/FlexWithFooter.d.ts +0 -9
- package/src/components/FlexWithFooter.js +0 -15
- package/src/components/NotifyResize/index.d.ts +0 -9
- package/src/components/NotifyResize/index.js +0 -38
- package/src/components/PopupWithFooter.d.ts +0 -14
- package/src/components/PopupWithFooter.js +0 -15
- package/src/components/SelectableList/index.d.ts +0 -15
- package/src/components/SelectableList/index.js +0 -100
- package/src/components/SizedContainer/index.d.ts +0 -17
- package/src/components/SizedContainer/index.js +0 -23
- package/src/components/Table/index.d.ts +0 -4
- package/src/components/Table/index.js +0 -9
- package/src/components/WizardPanel/index.d.ts +0 -9
- package/src/components/WizardPanel/index.js +0 -10
- package/src/components/icons/align-justify.d.ts +0 -3
- package/src/components/icons/align-justify.js +0 -6
- package/src/components/icons/column-info.d.ts +0 -3
- package/src/components/icons/column-info.js +0 -6
- package/src/components/icons/gradient-column.d.ts +0 -3
- package/src/components/icons/gradient-column.js +0 -6
- package/src/components/icons/invalid.d.ts +0 -3
- package/src/components/icons/invalid.js +0 -6
- package/src/components/icons/logout copy.d.ts +0 -3
- package/src/components/icons/logout copy.js +0 -6
- package/src/components/icons/smart-edit.d.ts +0 -3
- package/src/components/icons/smart-edit.js +0 -6
- package/src/components/icons/team-share.d.ts +0 -3
- package/src/components/icons/team-share.js +0 -6
- package/src/components/icons/unchecked.d.ts +0 -3
- package/src/components/icons/unchecked.js +0 -6
- package/src/components/icons/user-filter.d.ts +0 -3
- package/src/components/icons/user-filter.js +0 -6
- package/src/components/utils/useContainerScrollObserver/index.d.ts +0 -6
- package/src/components/utils/useContainerScrollObserver/index.js +0 -83
- package/src/components/utils/useGlobalEvent.d.ts +0 -1
- package/src/components/utils/useGlobalEvent.js +0 -12
- package/src/components/utils/useLatest.d.ts +0 -1
- package/src/components/utils/useLatest.js +0 -10
- package/src/components/utils/usePropState.d.ts +0 -2
- package/src/components/utils/usePropState.js +0 -11
- package/src/metamodel/adaptable-metamodel-model.d.ts +0 -26
- package/src/metamodel/adaptable-metamodel-model.js +0 -2
- package/src/metamodel/adaptable.metamodel.d.ts +0 -6244
- package/src/metamodel/adaptable.metamodel.js +0 -1
|
@@ -4,21 +4,9 @@ exports.NoteReducer = exports.GetNoteSelector = exports.GetAllNotesSelector = ex
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const AdaptableHelper_1 = tslib_1.__importDefault(require("../../Utilities/Helpers/AdaptableHelper"));
|
|
6
6
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
7
|
-
/**
|
|
8
|
-
* @ReduxAction A Note has been added
|
|
9
|
-
*/
|
|
10
7
|
exports.NOTE_ADD = 'NOTE_ADD';
|
|
11
|
-
/**
|
|
12
|
-
* @ReduxAction A Note has been edited
|
|
13
|
-
*/
|
|
14
8
|
exports.NOTE_EDIT = 'NOTE_EDIT';
|
|
15
|
-
/**
|
|
16
|
-
* @ReduxAction A Note has been deleted
|
|
17
|
-
*/
|
|
18
9
|
exports.NOTE_DELETE = 'NOTE_DELETE';
|
|
19
|
-
/**
|
|
20
|
-
* @ReduxAction Note Module is ready
|
|
21
|
-
*/
|
|
22
10
|
exports.NOTE_READY = 'NOTE_READY';
|
|
23
11
|
const NoteAdd = (note) => ({
|
|
24
12
|
type: exports.NOTE_ADD,
|
|
@@ -48,10 +36,8 @@ const GetNoteSelector = (state, address) => {
|
|
|
48
36
|
}
|
|
49
37
|
return (state?.Notes ?? []).find((note) => {
|
|
50
38
|
if (note.PrimaryKeyValue === address.PrimaryKeyValue && note.ColumnId === address.ColumnId) {
|
|
51
|
-
// happy check
|
|
52
39
|
return true;
|
|
53
40
|
}
|
|
54
|
-
// Primary keys retrieved from the grid dom are always strings, so we must also consider them strings
|
|
55
41
|
if ((typeof address.PrimaryKeyValue === 'number' && typeof note.PrimaryKeyValue === 'string') ||
|
|
56
42
|
(typeof address.PrimaryKeyValue === 'string' && typeof note.PrimaryKeyValue === 'number')) {
|
|
57
43
|
return (note.PrimaryKeyValue.toString() === address.PrimaryKeyValue.toString() &&
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PluginsReducer = exports.PluginsSetPluginState = exports.OPENFIN_SET_CURRENT_REPORTNAME = exports.OPENFIN_SET_RUNNING_OFF = exports.OPENFIN_SET_RUNNING_ON = exports.OPENFIN_SET_AVAILABLE_OFF = exports.OPENFIN_SET_AVAILABLE_ON = exports.OPENFIN_LIVE_REPORT_CLEAR = exports.OPENFIN_LIVE_REPORT_SET = exports.OPENFIN_STOP_LIVE_DATA = exports.OPENFIN_START_LIVE_DATA = exports.IPUSHPULL_SET_AVAILABLE_PAGES = exports.IPUSHPULL_SET_CURRENT_PAGE = exports.IPUSHPULL_SET_CURRENT_FOLDER = exports.IPUSHPULL_SET_CURRENT_REPORTNAME = exports.IPUSHPULL_DOMAIN_PAGES_CLEAR = exports.IPUSHPULL_DOMAIN_PAGES_SET = exports.IPUSHPULL_LIVE_REPORT_CLEAR = exports.IPUSHPULL_LIVE_REPORT_SET = exports.IPUSHPULL_SET_RUNNING_OFF = exports.IPUSHPULL_SET_RUNNING_ON = exports.IPUSHPULL_SET_AVAILABLE_OFF = exports.IPUSHPULL_SET_AVAILABLE_ON = exports.IPUSHPULL_SET_LOGIN_DETAILS = exports.IPUSHPULL_SET_LOGIN_ERROR_MESSAGE = exports.IPUSHPULL_LOGOUT = exports.IPUSHPULL_LOGIN = exports.IPUSHPULL_ADD_PAGE = exports.IPUSHPULL_STOP_LIVE_DATA = exports.IPUSHPULL_START_LIVE_DATA = exports.IPUSHPULL_REPORT_SELECT = exports.IPUSHPULL_SEND_SNAPSHOT = exports.IPUSHPULL_SET_THROTTLE_TIME = exports.PLUGINS_SET_PLUGIN_STATE = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @ReduxAction Plugins have been instantiated
|
|
6
|
-
*/
|
|
7
4
|
exports.PLUGINS_SET_PLUGIN_STATE = 'PLUGINS_SET_PLUGIN_STATE';
|
|
8
5
|
exports.IPUSHPULL_SET_THROTTLE_TIME = 'IPUSHPULL_SET_THROTTLE_TIME';
|
|
9
6
|
exports.IPUSHPULL_SEND_SNAPSHOT = 'IPUSHPULL_SEND_SNAPSHOT';
|
|
@@ -5,49 +5,16 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
6
6
|
const AdaptableHelper_1 = tslib_1.__importDefault(require("../../Utilities/Helpers/AdaptableHelper"));
|
|
7
7
|
const utils_1 = require("./utils");
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction A Plus Minus Rule has been applied
|
|
10
|
-
*/
|
|
11
8
|
exports.PLUS_MINUS_APPLY = 'PLUS_MINUS_APPLY';
|
|
12
|
-
/**
|
|
13
|
-
* @ReduxAction A Plus Minus Rule has been added
|
|
14
|
-
*/
|
|
15
9
|
exports.PLUS_MINUS_RULE_ADD = 'PLUS_MINUS_RULE_ADD';
|
|
16
|
-
/**
|
|
17
|
-
* @ReduxAction A Plus Minus Rule has been edited
|
|
18
|
-
*/
|
|
19
10
|
exports.PLUS_MINUS_RULE_EDIT = 'PLUS_MINUS_RULE_EDIT';
|
|
20
|
-
/**
|
|
21
|
-
* @ReduxAction A Plus Minus Rule has been deleted
|
|
22
|
-
*/
|
|
23
11
|
exports.PLUS_MINUS_RULE_DELETE = 'PLUS_MINUS_RULE_DELETE';
|
|
24
|
-
/**
|
|
25
|
-
* @ReduxAction A Plus Minus Rule has been suspended
|
|
26
|
-
*/
|
|
27
12
|
exports.PLUS_MINUS_RULE_SUSPEND = 'PLUS_MINUS_RULE_SUSPEND';
|
|
28
|
-
/**
|
|
29
|
-
* @ReduxAction A Plus Minus Rule has been unsuspended
|
|
30
|
-
*/
|
|
31
13
|
exports.PLUS_MINUS_RULE_UNSUSPEND = 'PLUS_MINUS_RULE_UNSUSPEND';
|
|
32
|
-
/**
|
|
33
|
-
* @ReduxAction All Plus Minus Rules have been suspended
|
|
34
|
-
*/
|
|
35
14
|
exports.PLUS_MINUS_RULE_SUSPEND_ALL = 'PLUS_MINUS_RULE_SUSPEND_ALL';
|
|
36
|
-
/**
|
|
37
|
-
* @ReduxAction All Plus Minus Rules have been unsuspended
|
|
38
|
-
*/
|
|
39
15
|
exports.PLUS_MINUS_RULE_UNSUSPEND_ALL = 'PLUS_MINUS_RULE_UNSUSPEND_ALL';
|
|
40
|
-
/**
|
|
41
|
-
* @ReduxAction A Plus Minus Rule has been moved up
|
|
42
|
-
*/
|
|
43
16
|
exports.PLUS_MINUS_RULE_MOVE_UP = 'PLUS_MINUS_RULE_MOVE_UP';
|
|
44
|
-
/**
|
|
45
|
-
* @ReduxAction A Plus Minus Rule has been moved down
|
|
46
|
-
*/
|
|
47
17
|
exports.PLUS_MINUS_RULE_MOVE_DOWN = 'PLUS_MINUS_RULE_MOVE_DOWN';
|
|
48
|
-
/**
|
|
49
|
-
* @ReduxAction PlusMinus Module is ready
|
|
50
|
-
*/
|
|
51
18
|
exports.PLUS_MINUS_READY = 'PLUS_MINUS_READY';
|
|
52
19
|
const PlusMinusApply = (cellUpdateRequests) => ({
|
|
53
20
|
type: exports.PLUS_MINUS_APPLY,
|
|
@@ -109,7 +76,6 @@ const PlusMinusReducer = (state = initialState, action) => {
|
|
|
109
76
|
let plusMinusNudges;
|
|
110
77
|
switch (action.type) {
|
|
111
78
|
case exports.PLUS_MINUS_APPLY:
|
|
112
|
-
//we apply logic in the middleware since it's an Api call
|
|
113
79
|
return Object.assign({}, state);
|
|
114
80
|
case exports.PLUS_MINUS_RULE_ADD: {
|
|
115
81
|
const actionPlusMinusNudge = action.plusMinusNudge;
|
|
@@ -183,7 +183,6 @@ const PopupReducer = (state = initialState, action) => {
|
|
|
183
183
|
return Object.assign({}, state, { PromptPopup: newPromptPopup });
|
|
184
184
|
}
|
|
185
185
|
case exports.POPUP_CONFIRM_PROMPT: {
|
|
186
|
-
//we dispatch the Action of ConfirmAction in the middelware in order to keep the reducer pure
|
|
187
186
|
let newPromptPopup = {
|
|
188
187
|
ShowPromptPopup: false,
|
|
189
188
|
Header: '',
|
|
@@ -212,7 +211,6 @@ const PopupReducer = (state = initialState, action) => {
|
|
|
212
211
|
}
|
|
213
212
|
case exports.POPUP_CONFIRM_CONFIRMATION: {
|
|
214
213
|
let actionTyped = action;
|
|
215
|
-
//we dispatch the Action of ConfirmAction in the middelware in order to keep the reducer pure
|
|
216
214
|
let newConfirmationPopup = {
|
|
217
215
|
ShowConfirmationPopup: false,
|
|
218
216
|
Msg: '',
|
|
@@ -223,14 +221,13 @@ const PopupReducer = (state = initialState, action) => {
|
|
|
223
221
|
CancelAction: null,
|
|
224
222
|
ShowInputBox: false,
|
|
225
223
|
ConfirmationComment: actionTyped.comment,
|
|
226
|
-
MessageType: null,
|
|
224
|
+
MessageType: null,
|
|
227
225
|
};
|
|
228
226
|
return Object.assign({}, state, {
|
|
229
227
|
ConfirmationPopup: newConfirmationPopup,
|
|
230
228
|
});
|
|
231
229
|
}
|
|
232
230
|
case exports.POPUP_CANCEL_CONFIRMATION: {
|
|
233
|
-
//we dispatch the Action of CancelAction in the middleware in order to keep the reducer pure
|
|
234
231
|
let newConfirmationPopup = {
|
|
235
232
|
ShowConfirmationPopup: false,
|
|
236
233
|
Msg: '',
|
|
@@ -266,7 +263,6 @@ const PopupReducer = (state = initialState, action) => {
|
|
|
266
263
|
FactoryId: showWindowAction.FactoryId,
|
|
267
264
|
};
|
|
268
265
|
let PopupList = [...state.WindowPopup.PopupList];
|
|
269
|
-
// Prevent opening the same popup twice
|
|
270
266
|
if (state.WindowPopup.PopupList.some((windowPopup) => windowPopup.Id === windowSettings.Id)) {
|
|
271
267
|
PopupList = PopupList.map((windowPopup) => {
|
|
272
268
|
if (windowPopup.Id !== windowSettings.Id) {
|
|
@@ -274,7 +270,7 @@ const PopupReducer = (state = initialState, action) => {
|
|
|
274
270
|
}
|
|
275
271
|
return {
|
|
276
272
|
...windowPopup,
|
|
277
|
-
...windowSettings,
|
|
273
|
+
...windowSettings,
|
|
278
274
|
};
|
|
279
275
|
});
|
|
280
276
|
}
|
|
@@ -16,25 +16,10 @@ exports.QUICK_SEARCH_DEFAULT_CURRENT_TEXT_MATCH_STYLE = {
|
|
|
16
16
|
ForeColor: ReduxConstants_1.QUICK_SEARCH_DEFAULT_FORE_COLOR,
|
|
17
17
|
FontWeight: 'Bold',
|
|
18
18
|
};
|
|
19
|
-
/**
|
|
20
|
-
* @ReduxAction Runs Quick Search
|
|
21
|
-
*/
|
|
22
19
|
exports.QUICK_SEARCH_RUN = 'QUICK_SEARCH_RUN';
|
|
23
|
-
/**
|
|
24
|
-
* @ReduxAction Sets Quick Search whole-cell style (SSRM / legacy)
|
|
25
|
-
*/
|
|
26
20
|
exports.QUICK_SEARCH_SET_CELL_MATCHING_STYLE = 'QUICK_SEARCH_SET_CELL_MATCHING_STYLE';
|
|
27
|
-
/**
|
|
28
|
-
* @ReduxAction Sets Quick Search matched-text style (AG Grid Find)
|
|
29
|
-
*/
|
|
30
21
|
exports.QUICK_SEARCH_SET_TEXT_MATCHING_STYLE = 'QUICK_SEARCH_SET_TEXT_MATCHING_STYLE';
|
|
31
|
-
/**
|
|
32
|
-
* @ReduxAction Sets Quick Search active-match text style (AG Grid Find)
|
|
33
|
-
*/
|
|
34
22
|
exports.QUICK_SEARCH_SET_CURRENT_TEXT_MATCHING_STYLE = 'QUICK_SEARCH_SET_CURRENT_TEXT_MATCHING_STYLE';
|
|
35
|
-
/**
|
|
36
|
-
* @ReduxAction Quick Search Module is ready
|
|
37
|
-
*/
|
|
38
23
|
exports.QUICK_SEARCH_READY = 'QUICK_SEARCH_READY';
|
|
39
24
|
const QuickSearchRun = (quickSearchText) => ({
|
|
40
25
|
type: exports.QUICK_SEARCH_RUN,
|
|
@@ -5,37 +5,13 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
6
6
|
const AdaptableHelper_1 = tslib_1.__importDefault(require("../../Utilities/Helpers/AdaptableHelper"));
|
|
7
7
|
const utils_1 = require("./utils");
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction A Shortcut has been added
|
|
10
|
-
*/
|
|
11
8
|
exports.SHORTCUT_ADD = 'SHORTCUT_ADD';
|
|
12
|
-
/**
|
|
13
|
-
* @ReduxAction A Shortcut has been edited
|
|
14
|
-
*/
|
|
15
9
|
exports.SHORTCUT_EDIT = 'SHORTCUT_EDIT';
|
|
16
|
-
/**
|
|
17
|
-
* @ReduxAction A Shortcut has been deleted
|
|
18
|
-
*/
|
|
19
10
|
exports.SHORTCUT_DELETE = 'SHORTCUT_DELETE';
|
|
20
|
-
/**
|
|
21
|
-
* @ReduxAction A Shortcut has been suspended
|
|
22
|
-
*/
|
|
23
11
|
exports.SHORTCUT_SUSPEND = 'SHORTCUT_SUSPEND';
|
|
24
|
-
/**
|
|
25
|
-
* @ReduxAction A Shortcut has been unsuspended or activated
|
|
26
|
-
*/
|
|
27
12
|
exports.SHORTCUT_UNSUSPEND = 'SHORTCUT_UNSUSPEND';
|
|
28
|
-
/**
|
|
29
|
-
* @ReduxAction All Shortcuts have been suspended
|
|
30
|
-
*/
|
|
31
13
|
exports.SHORTCUT_SUSPEND_ALL = 'SHORTCUT_SUSPEND_ALL';
|
|
32
|
-
/**
|
|
33
|
-
* @ReduxAction All Shortcuts have been unsuspended or activated
|
|
34
|
-
*/
|
|
35
14
|
exports.SHORTCUT_UNSUSPEND_ALL = 'SHORTCUT_UNSUSPEND_ALL';
|
|
36
|
-
/**
|
|
37
|
-
* @ReduxAction Shortcut Module is ready
|
|
38
|
-
*/
|
|
39
15
|
exports.SHORTCUT_READY = 'SHORTCUT_READY';
|
|
40
16
|
const ShortcutAdd = (shortcut) => ({
|
|
41
17
|
type: exports.SHORTCUT_ADD,
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SmartEditReady = exports.SmartEditApply = exports.SMART_EDIT_READY = exports.SMART_EDIT_APPLY = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @ReduxAction Smart Edit is being applied
|
|
6
|
-
*/
|
|
7
4
|
exports.SMART_EDIT_APPLY = 'SMART_EDIT_APPLY';
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction SmartEdit Module is ready
|
|
10
|
-
*/
|
|
11
5
|
exports.SMART_EDIT_READY = 'SMART_EDIT_READY';
|
|
12
6
|
const SmartEditApply = (bypassValidationWarnings) => ({
|
|
13
7
|
type: exports.SMART_EDIT_APPLY,
|
|
@@ -2,13 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StatusBarReducer = exports.StatusBarReady = exports.getStatusPanelsSelector = exports.initialState = exports.StatusBarSetPanels = exports.STATUS_BAR_READY = exports.SET_STATUS_BAR_PANELS = void 0;
|
|
4
4
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
5
|
-
/**
|
|
6
|
-
* @ReduxAction Sets Status Bar panels
|
|
7
|
-
*/
|
|
8
5
|
exports.SET_STATUS_BAR_PANELS = 'SET_STATUS_BAR_PANELS';
|
|
9
|
-
/**
|
|
10
|
-
* @ReduxAction AdapTable Status Bar is ready
|
|
11
|
-
*/
|
|
12
6
|
exports.STATUS_BAR_READY = 'STATUS_BAR_READY';
|
|
13
7
|
const StatusBarSetPanels = (statusPanels) => ({
|
|
14
8
|
statusPanels: statusPanels,
|
|
@@ -5,41 +5,14 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
6
6
|
const AdaptableHelper_1 = tslib_1.__importDefault(require("../../Utilities/Helpers/AdaptableHelper"));
|
|
7
7
|
const utils_1 = require("./utils");
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction A Special Column Style has been added
|
|
10
|
-
*/
|
|
11
8
|
exports.STYLED_COLUMN_ADD = 'STYLED_COLUMN_ADD';
|
|
12
|
-
/**
|
|
13
|
-
* @ReduxAction A Special Column Style has been edited
|
|
14
|
-
*/
|
|
15
9
|
exports.STYLED_COLUMN_EDIT = 'STYLED_COLUMN_EDIT';
|
|
16
|
-
/**
|
|
17
|
-
* @ReduxAction A Special Column Style has been deleted
|
|
18
|
-
*/
|
|
19
10
|
exports.STYLED_COLUMN_DELETE = 'STYLED_COLUMN_DELETE';
|
|
20
|
-
/**
|
|
21
|
-
* @ReduxAction Delete ALL Styled Columns
|
|
22
|
-
*/
|
|
23
11
|
exports.STYLED_COLUMN_DELETE_ALL = 'STYLED_COLUMN_DELETE_ALL';
|
|
24
|
-
/**
|
|
25
|
-
* @ReduxAction StyledColumn Module is ready
|
|
26
|
-
*/
|
|
27
12
|
exports.STYLED_COLUMN_READY = 'STYLED_COLUMN_READY';
|
|
28
|
-
/**
|
|
29
|
-
* @ReduxAction StyledColumn Module is suspended
|
|
30
|
-
*/
|
|
31
13
|
exports.STYLED_COLUMN_SUSPEND = 'STYLED_COLUMN_SUSPEND';
|
|
32
|
-
/**
|
|
33
|
-
* @ReduxAction StyledColumn Module is unsuspended, or activated
|
|
34
|
-
*/
|
|
35
14
|
exports.STYLED_COLUMN_UNSUSPEND = 'STYLED_COLUMN_UNSUSPEND';
|
|
36
|
-
/**
|
|
37
|
-
* @ReduxAction All StyledColumn Modules are suspended
|
|
38
|
-
*/
|
|
39
15
|
exports.STYLED_COLUMN_SUSPEND_ALL = 'STYLED_COLUMN_SUSPEND_ALL';
|
|
40
|
-
/**
|
|
41
|
-
* @ReduxAction All StyledColumn Modules are unsuspended, or activated
|
|
42
|
-
*/
|
|
43
16
|
exports.STYLED_COLUMN_UNSUSPEND_ALL = 'STYLED_COLUMN_UNSUSPEND_ALL';
|
|
44
17
|
const StyledColumnAdd = (styledColumn) => ({
|
|
45
18
|
type: exports.STYLED_COLUMN_ADD,
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SystemStatusReady = exports.SystemStatusSetMesage = exports.SYSTEM_STATUS_READY = exports.SYSTEM_STATUS_MESSAGE_SET = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @ReduxAction A System Status Message is set
|
|
6
|
-
*/
|
|
7
4
|
exports.SYSTEM_STATUS_MESSAGE_SET = 'SYSTEM_STATUS_MESSAGE_SET';
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction SystemStatus Module is ready
|
|
10
|
-
*/
|
|
11
5
|
exports.SYSTEM_STATUS_READY = 'SYSTEM_STATUS_READY';
|
|
12
6
|
const SystemStatusSetMesage = (systemStatusMessageInfo) => ({
|
|
13
7
|
type: exports.SYSTEM_STATUS_MESSAGE_SET,
|
|
@@ -79,7 +79,6 @@ const TeamSharingReducer = (state = initialTeamSharingState, action) => {
|
|
|
79
79
|
case exports.TEAMSHARING_SET: {
|
|
80
80
|
const actionTyped = action;
|
|
81
81
|
const sharedEntities = actionTyped.Entities;
|
|
82
|
-
// keep only the active entities which are still shared (some may have been removed by other users)
|
|
83
82
|
const sharedEntityItemIds = sharedEntities.map((sharedEntity) => sharedEntity.Entity.Uuid);
|
|
84
83
|
const activeSharedEntityMap = {};
|
|
85
84
|
Object.keys(state.ActiveSharedEntityMap).forEach((activeObjectId) => {
|
|
@@ -3,33 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ThemeReducer = exports.ThemeDelete = exports.ThemeAdd = exports.ThemeEdit = exports.ThemeReady = exports.ThemeSelect = exports.ThemeSetUserThemes = exports.ThemeSetSystemThemes = exports.THEME_DELETE = exports.THEME_ADD = exports.THEME_EDIT = exports.THEME_READY = exports.THEME_SELECT = exports.THEME_SET_USER_THEMES = exports.THEME_SET_SYSTEM_THEMES = void 0;
|
|
4
4
|
const GeneralConstants_1 = require("../../Utilities/Constants/GeneralConstants");
|
|
5
5
|
const ReduxConstants_1 = require("../../Utilities/Constants/ReduxConstants");
|
|
6
|
-
/**
|
|
7
|
-
* @ReduxAction System Themes have been set
|
|
8
|
-
*/
|
|
9
6
|
exports.THEME_SET_SYSTEM_THEMES = 'THEME_SET_SYSTEM_THEMES';
|
|
10
|
-
/**
|
|
11
|
-
* @ReduxAction User Themes have been set
|
|
12
|
-
*/
|
|
13
7
|
exports.THEME_SET_USER_THEMES = 'THEME_SET_USER_THEMES';
|
|
14
|
-
/**
|
|
15
|
-
* @ReduxAction A theme has been selected
|
|
16
|
-
*/
|
|
17
8
|
exports.THEME_SELECT = 'THEME_SELECT';
|
|
18
|
-
/**
|
|
19
|
-
* @ReduxAction Theme Module is ready
|
|
20
|
-
*/
|
|
21
9
|
exports.THEME_READY = 'THEME_READY';
|
|
22
|
-
/**
|
|
23
|
-
* @ReduxAction Theme Module is edited
|
|
24
|
-
*/
|
|
25
10
|
exports.THEME_EDIT = 'THEME_EDIT';
|
|
26
|
-
/**
|
|
27
|
-
* @ReduxAction A new theme is added
|
|
28
|
-
*/
|
|
29
11
|
exports.THEME_ADD = 'THEME_ADD';
|
|
30
|
-
/**
|
|
31
|
-
* @ReduxAction A theme is deleted
|
|
32
|
-
*/
|
|
33
12
|
exports.THEME_DELETE = 'THEME_DELETE';
|
|
34
13
|
const ThemeSetSystemThemes = (SystemThemes) => ({
|
|
35
14
|
type: exports.THEME_SET_SYSTEM_THEMES,
|
|
@@ -87,14 +66,11 @@ const ThemeReducer = (state = initialState, action) => {
|
|
|
87
66
|
});
|
|
88
67
|
case exports.THEME_EDIT:
|
|
89
68
|
let newThemes = null;
|
|
90
|
-
// find by UUID, or by name
|
|
91
69
|
const themeToBeReplaced = action.theme;
|
|
92
70
|
let replaceIndex = state.UserThemes.findIndex((theme) => themeToBeReplaced.Uuid === theme.Uuid);
|
|
93
|
-
// try by name
|
|
94
71
|
if (replaceIndex === -1) {
|
|
95
72
|
replaceIndex = state.UserThemes.findIndex((theme) => themeToBeReplaced.Name === theme.Name);
|
|
96
73
|
}
|
|
97
|
-
// fond one, either by name or by uuid
|
|
98
74
|
if (replaceIndex !== -1) {
|
|
99
75
|
newThemes = [...state.UserThemes];
|
|
100
76
|
newThemes[replaceIndex] = themeToBeReplaced;
|
|
@@ -102,10 +78,8 @@ const ThemeReducer = (state = initialState, action) => {
|
|
|
102
78
|
if (newThemes === null) {
|
|
103
79
|
return state;
|
|
104
80
|
}
|
|
105
|
-
// if name changed, need to update the current name
|
|
106
81
|
let currentTheme = state.CurrentTheme;
|
|
107
82
|
if (currentTheme !== themeToBeReplaced.Name) {
|
|
108
|
-
// need to update the current theme if it name has changed
|
|
109
83
|
currentTheme = themeToBeReplaced.Name;
|
|
110
84
|
}
|
|
111
85
|
return Object.assign({}, state, {
|
|
@@ -1,33 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ToolPanelReducer = exports.ToolPanelReady = exports.ToolPanelSetModuleButtons = exports.ToolPanelCollapseToolPanel = exports.ToolPanelExpandToolPanel = exports.ToolPanelHideToolPanel = exports.ToolPanelShowToolPanel = exports.ToolPanelSetToolPanels = exports.TOOLPANEL_READY = exports.TOOLPANEL_SET_MODULE_BUTTONS = exports.TOOLPANEL_COLLAPSE_TOOLPANEL = exports.TOOLPANEL_EXPAND_TOOLPANEL = exports.TOOLPANEL_HIDE_TOOLPANEL = exports.TOOLPANEL_SHOW_TOOLPANEL = exports.TOOLPANEL_SET_TOOLPANELS = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @ReduxAction Tool Panels have been set in AdapTable ToolPanel Component
|
|
6
|
-
*/
|
|
7
4
|
exports.TOOLPANEL_SET_TOOLPANELS = 'TOOLPANEL_SET_TOOLPANELS';
|
|
8
|
-
/**
|
|
9
|
-
* @ReduxAction A Tool Panel has been made visible
|
|
10
|
-
*/
|
|
11
5
|
exports.TOOLPANEL_SHOW_TOOLPANEL = 'TOOLPANEL_SHOW_TOOLPANEL';
|
|
12
|
-
/**
|
|
13
|
-
* @ReduxAction A Tool Panel has been hidden
|
|
14
|
-
*/
|
|
15
6
|
exports.TOOLPANEL_HIDE_TOOLPANEL = 'TOOLPANEL_HIDE_TOOLPANEL';
|
|
16
|
-
/**
|
|
17
|
-
* @ReduxAction A Tool Panel has been expanded
|
|
18
|
-
*/
|
|
19
7
|
exports.TOOLPANEL_EXPAND_TOOLPANEL = 'TOOLPANEL_EXPAND_TOOLPANEL';
|
|
20
|
-
/**
|
|
21
|
-
* @ReduxAction A Tool Panel has been collapsed
|
|
22
|
-
*/
|
|
23
8
|
exports.TOOLPANEL_COLLAPSE_TOOLPANEL = 'TOOLPANEL_COLLAPSE_TOOLPANEL';
|
|
24
|
-
/**
|
|
25
|
-
* @ReduxAction Module Buttons have set in AdapTable ToolPanel Component header
|
|
26
|
-
*/
|
|
27
9
|
exports.TOOLPANEL_SET_MODULE_BUTTONS = 'TOOLPANEL_SET_MODULE_BUTTONS';
|
|
28
|
-
/**
|
|
29
|
-
* @ReduxAction AdapTable ToolPanel Component is ready
|
|
30
|
-
*/
|
|
31
10
|
exports.TOOLPANEL_READY = 'TOOLPANEL_READY';
|
|
32
11
|
const ToolPanelSetToolPanels = (toolPanels) => ({
|
|
33
12
|
type: exports.TOOLPANEL_SET_TOOLPANELS,
|
|
@@ -65,7 +44,6 @@ const ToolPanelReady = (toolPanelState) => ({
|
|
|
65
44
|
});
|
|
66
45
|
exports.ToolPanelReady = ToolPanelReady;
|
|
67
46
|
const initialState = {
|
|
68
|
-
// default ToolPanels are set in ToolPanelModule.updateOldConfig() because we have to evaluate the ToolPanelOptions (for CustomToolPanel)
|
|
69
47
|
ToolPanels: undefined,
|
|
70
48
|
ModuleButtons: ['SettingsPanel'],
|
|
71
49
|
};
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UserInterfaceReducer = exports.UserInterfaceSetHideAdaptableUI = exports.USER_INTERFACE_SET_HIDE_ADAPTABLE_UI = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* @ReduxAction Sets whether all AdapTable UI elements are hidden
|
|
6
|
-
*/
|
|
7
4
|
exports.USER_INTERFACE_SET_HIDE_ADAPTABLE_UI = 'USER_INTERFACE_SET_HIDE_ADAPTABLE_UI';
|
|
8
5
|
const UserInterfaceSetHideAdaptableUI = (hideAdaptableUI) => ({
|
|
9
6
|
type: exports.USER_INTERFACE_SET_HIDE_ADAPTABLE_UI,
|
|
@@ -3,12 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.changeIsSuspendInList = changeIsSuspendInList;
|
|
4
4
|
exports.suspendAllInList = suspendAllInList;
|
|
5
5
|
exports.unsuspendAllInList = unsuspendAllInList;
|
|
6
|
-
/**
|
|
7
|
-
* Updates IsSuspended in a list of adaptable objects
|
|
8
|
-
*
|
|
9
|
-
* @param abObjectToChange object to suspend
|
|
10
|
-
* @param list list of ab objects
|
|
11
|
-
*/
|
|
12
6
|
function changeIsSuspendInList(abObjectToChange, list, IsSuspended) {
|
|
13
7
|
return list.map((abObject) => {
|
|
14
8
|
if (!abObject.IsReadOnly && abObject?.Uuid === abObjectToChange?.Uuid) {
|
|
@@ -54,7 +54,6 @@ class AdaptableReduxLocalStorageEngine {
|
|
|
54
54
|
}
|
|
55
55
|
load(adaptableInstance, initialState = this.initialState) {
|
|
56
56
|
return (this.loadState || loadState)((0, buildAdaptableStateFunctionConfig_1.buildAdaptableStateFunctionConfig)(adaptableInstance)).then((parsedJsonState) => {
|
|
57
|
-
// we need to merge the Initial Adaptable State
|
|
58
57
|
return Promise.resolve(initialState)
|
|
59
58
|
.then((parsedInitialState) => {
|
|
60
59
|
return (0, AdaptableReduxMerger_1.MergeStateFunction)(parsedInitialState, parsedJsonState);
|
|
@@ -13,20 +13,11 @@ const AdaptableHelper_1 = tslib_1.__importDefault(require("../../Utilities/Helpe
|
|
|
13
13
|
function customizer(objValue, srcValue) {
|
|
14
14
|
if ((0, ArrayExtensions_1.isArray)(objValue)) {
|
|
15
15
|
if (!Array.isArray(srcValue)) {
|
|
16
|
-
// TODO AFL: clarify if this is still relevant, after the state & options refactoring
|
|
17
|
-
/**
|
|
18
|
-
* the new value might be a function: eg: UserInterface.ContextMenuItems defaults to an array
|
|
19
|
-
* in the redux state, while the user might provide a function
|
|
20
|
-
* so in this case, make the user provided value win
|
|
21
|
-
*/
|
|
22
16
|
return srcValue;
|
|
23
17
|
}
|
|
24
18
|
const length = srcValue ? srcValue.length : null;
|
|
25
19
|
const result = (0, ObjectExtensions_1.mergeWith)(objValue, srcValue, customizer);
|
|
26
20
|
if (length != null) {
|
|
27
|
-
// when merging arrays, lodash result has the length of the
|
|
28
|
-
// longest array, but we don't want that to happen
|
|
29
|
-
// so we restrict to the current length
|
|
30
21
|
result.length = length;
|
|
31
22
|
}
|
|
32
23
|
return result;
|
|
@@ -35,7 +26,6 @@ function customizer(objValue, srcValue) {
|
|
|
35
26
|
function AddStateSource(stateObject = {}, source) {
|
|
36
27
|
const traverseStateObject = (object) => {
|
|
37
28
|
Object.values(object).forEach((value) => {
|
|
38
|
-
// add a Source only to AdaptableObjects which do NOT already have a source defined
|
|
39
29
|
if (AdaptableHelper_1.default.isAdaptableObject(value) && value.Source == null) {
|
|
40
30
|
value.Source = source;
|
|
41
31
|
}
|
|
@@ -56,8 +46,6 @@ function ProcessKeepUserDefinedRevision(configState, currentUserState) {
|
|
|
56
46
|
return AdaptableHelper_1.default.isAdaptableObject(item) && item.Source !== 'InitialState';
|
|
57
47
|
});
|
|
58
48
|
configObject[key] = configValue.concat(userDefinedItems);
|
|
59
|
-
// we probably don't need to call traverseStateObject on the array as well,
|
|
60
|
-
// so we do the traversing on the else branch only
|
|
61
49
|
}
|
|
62
50
|
else {
|
|
63
51
|
if (configValue !== null &&
|
|
@@ -75,30 +63,23 @@ function deepClone(obj) {
|
|
|
75
63
|
return JSON.parse(JSON.stringify(obj));
|
|
76
64
|
}
|
|
77
65
|
function MergeStateFunction(oldState, newState) {
|
|
78
|
-
// return MergeState(oldState, newState);
|
|
79
66
|
if (newState === '') {
|
|
80
67
|
newState = {};
|
|
81
68
|
}
|
|
82
|
-
// add source 'InitialState' only to initial state objects
|
|
83
69
|
const initialState = AddStateSource(oldState, 'InitialState');
|
|
84
|
-
// source 'User' will be added to all other objects, after the merge (see bottom of this function)
|
|
85
70
|
let state = newState;
|
|
86
71
|
if (!state || typeof state !== 'object') {
|
|
87
|
-
// in case loadState returns something different than an empty object
|
|
88
72
|
AdaptableLogger_1.AdaptableLogger.consoleWarnBase('State is something different than expected; expected an object, but received: ', state);
|
|
89
73
|
state = {};
|
|
90
74
|
}
|
|
91
|
-
// any Module in config that doesn't exist in state will be added
|
|
92
75
|
for (const initialStateModuleName in initialState) {
|
|
93
76
|
if (!state[initialStateModuleName]) {
|
|
94
77
|
const { Revision, ...moduleState } = initialState[initialStateModuleName];
|
|
95
78
|
state[initialStateModuleName] = moduleState;
|
|
96
79
|
}
|
|
97
80
|
}
|
|
98
|
-
// any Module in state that has an older revision than the config will be replaced
|
|
99
81
|
for (const stateModuleName in state) {
|
|
100
82
|
if (initialState[stateModuleName] != undefined) {
|
|
101
|
-
// explicitly use double equals, as we want to avoid null as well
|
|
102
83
|
const stateRevision = state[stateModuleName].Revision ?? 0;
|
|
103
84
|
const initialStateRevision = initialState[stateModuleName].Revision ?? 0;
|
|
104
85
|
const stateRevisionKey = typeof stateRevision === 'object' ? stateRevision.Key : stateRevision;
|
|
@@ -114,11 +95,9 @@ function MergeStateFunction(oldState, newState) {
|
|
|
114
95
|
}
|
|
115
96
|
}
|
|
116
97
|
}
|
|
117
|
-
// add 'User' source to all state objects which do NOT have 'InitialState'
|
|
118
98
|
const finalState = AddStateSource(state, 'User');
|
|
119
99
|
return finalState;
|
|
120
100
|
}
|
|
121
|
-
// main merge function
|
|
122
101
|
function MergeState(oldState, newState) {
|
|
123
102
|
const result = Object.assign({}, oldState);
|
|
124
103
|
for (const key in newState) {
|
|
@@ -126,14 +105,12 @@ function MergeState(oldState, newState) {
|
|
|
126
105
|
continue;
|
|
127
106
|
}
|
|
128
107
|
const value = newState[key];
|
|
129
|
-
// Assign if we don't need to merge at all
|
|
130
108
|
if (!result.hasOwnProperty(key)) {
|
|
131
109
|
result[key] = (0, ObjectExtensions_1.isObject)(value) && !Array.isArray(value) ? (0, ObjectExtensions_1.merge)({}, value) : value;
|
|
132
110
|
continue;
|
|
133
111
|
}
|
|
134
112
|
const oldValue = result[key];
|
|
135
113
|
if ((0, ObjectExtensions_1.isObject)(value) && !Array.isArray(value)) {
|
|
136
|
-
// use both lodash functions so that we can merge from State onto Initial Adaptable State where it exists but from the former where it doesnt.
|
|
137
114
|
result[key] = (0, ObjectExtensions_1.mergeWith)({}, oldValue, value, customizer);
|
|
138
115
|
}
|
|
139
116
|
else {
|
|
@@ -149,8 +126,6 @@ const mergeReducer = (rootReducer, LOAD_STATE_TYPE) => {
|
|
|
149
126
|
if (action.type === LOAD_STATE_TYPE) {
|
|
150
127
|
initialState = initialState ?? state;
|
|
151
128
|
state = MergeState(initialState, action.State);
|
|
152
|
-
// put this new state on the action, since the root reducer further copies
|
|
153
|
-
// keys from action.State to the new state
|
|
154
129
|
action.State = state;
|
|
155
130
|
}
|
|
156
131
|
return rootReducer(state, action);
|