@adaptabletools/adaptable-cjs 23.0.4-canary.0 → 23.0.5-canary.0
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.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.js +0 -26
- 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/groupingMap.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/Buttons/EntityListActionButtons.js +0 -1
- 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/ColumnFilterMenu.js +0 -1
- 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/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/SelectableList/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/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/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
|
@@ -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);
|