@gooddata/sdk-ui-dashboard 11.13.0-alpha.0 → 11.13.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/drills/drillingUtils.d.ts +2 -2
- package/esm/_staging/drills/drillingUtils.d.ts.map +1 -1
- package/esm/_staging/drills/drillingUtils.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +2 -2
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.js +9 -4
- package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +6 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +20 -17
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +8 -4
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +37 -23
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +41 -33
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +73 -26
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.d.ts +1 -1
- package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.js +20 -6
- package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +59 -38
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js +23 -6
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -3
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -3
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +7 -3
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts +10 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js +20 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js.map +1 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/dashboard.d.ts +7 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +19 -1
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +2 -1
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +4 -4
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +1 -1
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/insight.d.ts +32 -0
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +18 -0
- package/esm/model/commands/insight.js.map +1 -1
- package/esm/model/events/filters.d.ts +8 -1
- package/esm/model/events/filters.d.ts.map +1 -1
- package/esm/model/events/filters.js +2 -1
- package/esm/model/events/filters.js.map +1 -1
- package/esm/model/react/useAutomationsInvalidateRef.d.ts +8 -4
- package/esm/model/react/useAutomationsInvalidateRef.d.ts.map +1 -1
- package/esm/model/react/useAutomationsInvalidateRef.js +12 -11
- package/esm/model/react/useAutomationsInvalidateRef.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +13 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +18 -1
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -2
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.d.ts.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js +7 -3
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js.map +1 -1
- package/esm/model/store/index.d.ts +6 -6
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +5 -5
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/insights/insightsSelectors.d.ts +8 -0
- package/esm/model/store/insights/insightsSelectors.d.ts.map +1 -1
- package/esm/model/store/insights/insightsSelectors.js +112 -7
- package/esm/model/store/insights/insightsSelectors.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +3 -0
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +5 -2
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js +11 -11
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsReducers.js.map +1 -1
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts +10 -0
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js +19 -0
- package/esm/model/store/tabs/attributeFilterConfigs/attributeFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.d.ts +10 -0
- package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.js +19 -0
- package/esm/model/store/tabs/dateFilterConfigs/dateFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +37 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +44 -41
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +134 -0
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +75 -0
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +10 -3
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/index.js +1 -1
- package/esm/model/store/tabs/index.js.map +1 -1
- package/esm/model/store/tabs/layout/layoutReducers.d.ts +5 -0
- package/esm/model/store/tabs/layout/layoutReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutReducers.js +11 -0
- package/esm/model/store/tabs/layout/layoutReducers.js.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts +30 -9
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +40 -10
- package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
- package/esm/model/store/tabs/tabsSelectors.d.ts +6 -0
- package/esm/model/store/tabs/tabsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsSelectors.js +6 -0
- package/esm/model/store/tabs/tabsSelectors.js.map +1 -1
- package/esm/model/store/tabs/tabsState.d.ts +10 -0
- package/esm/model/store/tabs/tabsState.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsState.js +18 -0
- package/esm/model/store/tabs/tabsState.js.map +1 -1
- package/esm/model/store/ui/index.d.ts +1 -1
- package/esm/model/store/ui/uiReducers.d.ts +2 -3
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.js +4 -4
- package/esm/model/store/ui/uiReducers.js.map +1 -1
- package/esm/model/store/ui/uiState.d.ts +1 -2
- package/esm/model/store/ui/uiState.d.ts.map +1 -1
- package/esm/model/store/ui/uiState.js +1 -1
- package/esm/model/store/ui/uiState.js.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts +7 -3
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js +93 -38
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +3 -1
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.js +10 -2
- package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +6 -2
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +8 -2
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js +20 -11
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +2 -2
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js.map +1 -1
- package/esm/presentation/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -1
- package/esm/presentation/alerting/hooks/useGetSupportedMeasures.js +8 -2
- package/esm/presentation/alerting/hooks/useGetSupportedMeasures.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +2 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +40 -44
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js +49 -20
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +85 -57
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +45 -6
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +6 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +2 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +18 -2
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js.map +1 -1
- package/esm/presentation/drill/types.d.ts +1 -0
- package/esm/presentation/drill/types.d.ts.map +1 -1
- package/esm/presentation/drill/types.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +58 -52
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +44 -44
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/index.d.ts +1 -1
- package/esm/presentation/index.d.ts.map +1 -1
- package/esm/presentation/index.js +1 -1
- package/esm/presentation/index.js.map +1 -1
- package/esm/presentation/localization/IntlWrapper.d.ts +1 -1
- package/esm/presentation/localization/IntlWrapper.d.ts.map +1 -1
- package/esm/presentation/localization/IntlWrapper.js +7 -6
- package/esm/presentation/localization/IntlWrapper.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +4 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/createInternalIntl.js +2 -2
- package/esm/presentation/localization/createInternalIntl.js.map +1 -1
- package/esm/presentation/localization/index.d.ts +1 -1
- package/esm/presentation/localization/index.d.ts.map +1 -1
- package/esm/presentation/localization/index.js +1 -1
- package/esm/presentation/localization/index.js.map +1 -1
- package/esm/presentation/localization/translations.d.ts +13 -5
- package/esm/presentation/localization/translations.d.ts.map +1 -1
- package/esm/presentation/localization/translations.js +59 -49
- package/esm/presentation/localization/translations.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +69 -40
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js.map +1 -1
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js +20 -25
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +47 -33
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +40 -36
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js +3 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js +3 -4
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js +3 -4
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +10 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +8 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts +6 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js +28 -0
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js +25 -6
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightFilters.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +101 -102
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +331 -23
- package/esm/tools/index.d.ts +1 -2
- package/esm/tools/index.d.ts.map +1 -1
- package/esm/tools/index.js +2 -1
- package/esm/tools/index.js.map +1 -1
- package/esm/types.d.ts +14 -0
- package/esm/types.d.ts.map +1 -1
- package/package.json +18 -18
- package/styles/css/automationFilters.css +8 -4
- package/styles/css/automationFilters.css.map +1 -1
- package/styles/css/dashboard.css +1 -1
- package/styles/css/main.css +9 -5
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +1 -1
- package/styles/scss/automationFilters.scss +10 -4
- package/styles/scss/notifications_channels_dialog.scss +1 -1
|
@@ -160,7 +160,7 @@ import { ISharingApplyPayload as ISharingApplyPayload_2 } from '@gooddata/sdk-ui
|
|
|
160
160
|
import { ITableDataAttributeScope } from '@gooddata/sdk-ui';
|
|
161
161
|
import { ITempFilterContext } from '@gooddata/sdk-model';
|
|
162
162
|
import { ITheme } from '@gooddata/sdk-model';
|
|
163
|
-
import { ITranslations } from '@gooddata/sdk-ui';
|
|
163
|
+
import type { ITranslations } from '@gooddata/sdk-ui';
|
|
164
164
|
import { IUpperBoundedFilter } from '@gooddata/sdk-model';
|
|
165
165
|
import { IUser } from '@gooddata/sdk-model';
|
|
166
166
|
import { IUserWorkspaceSettings } from '@gooddata/sdk-backend-spi';
|
|
@@ -192,7 +192,6 @@ import { ReactElement } from 'react';
|
|
|
192
192
|
import { ReactNode } from 'react';
|
|
193
193
|
import { ReactReduxContextValue } from 'react-redux';
|
|
194
194
|
import { Reducer } from '@reduxjs/toolkit';
|
|
195
|
-
import { RefObject } from 'react';
|
|
196
195
|
import { SagaIterator } from 'redux-saga';
|
|
197
196
|
import { ScreenSize } from '@gooddata/sdk-model';
|
|
198
197
|
import { Selector } from '@reduxjs/toolkit';
|
|
@@ -1313,7 +1312,7 @@ export declare function changeFilterContextSelection(filters: (IDashboardFilter
|
|
|
1313
1312
|
* TODO: next major release can remove ByParams suffix and use this implementation instead of original cmd creator + other creators can be rewriten to use params object
|
|
1314
1313
|
* https://gooddata.atlassian.net/browse/STL-700
|
|
1315
1314
|
*/
|
|
1316
|
-
export declare function changeFilterContextSelectionByParams({ filters, attributeFilterConfigs, resetOthers, correlationId, }: ChangeFilterContextSelectionParams): ChangeFilterContextSelection;
|
|
1315
|
+
export declare function changeFilterContextSelectionByParams({ filters, attributeFilterConfigs, resetOthers, correlationId, tabLocalIdentifier, }: ChangeFilterContextSelectionParams): ChangeFilterContextSelection;
|
|
1317
1316
|
|
|
1318
1317
|
/**
|
|
1319
1318
|
* Params for {@link changeFilterContextSelectionByParams} command.
|
|
@@ -1325,6 +1324,13 @@ export declare interface ChangeFilterContextSelectionParams {
|
|
|
1325
1324
|
attributeFilterConfigs?: IDashboardAttributeFilterConfig[];
|
|
1326
1325
|
resetOthers?: boolean;
|
|
1327
1326
|
correlationId?: string;
|
|
1327
|
+
/**
|
|
1328
|
+
* Optional tab local identifier to apply filters to a specific tab.
|
|
1329
|
+
* If not provided, filters will be applied to the currently active tab.
|
|
1330
|
+
*
|
|
1331
|
+
* @internal
|
|
1332
|
+
*/
|
|
1333
|
+
tabLocalIdentifier?: string;
|
|
1328
1334
|
}
|
|
1329
1335
|
|
|
1330
1336
|
/**
|
|
@@ -1344,6 +1350,17 @@ export declare interface ChangeFilterContextSelectionPayload {
|
|
|
1344
1350
|
* Should filters not mentioned in the payload reset to All items selected/All time? Defaults to false.
|
|
1345
1351
|
*/
|
|
1346
1352
|
resetOthers: boolean;
|
|
1353
|
+
/**
|
|
1354
|
+
* Optional tab local identifier to apply filters to a specific tab.
|
|
1355
|
+
* If not provided, filters will be applied to the currently active tab.
|
|
1356
|
+
*
|
|
1357
|
+
* @remarks
|
|
1358
|
+
* When specified, the command will apply filters to the specified tab instead of the active tab.
|
|
1359
|
+
* If the tab does not exist, the command will fail with an error.
|
|
1360
|
+
*
|
|
1361
|
+
* @internal
|
|
1362
|
+
*/
|
|
1363
|
+
tabLocalIdentifier?: string;
|
|
1347
1364
|
}
|
|
1348
1365
|
|
|
1349
1366
|
/**
|
|
@@ -3181,7 +3198,7 @@ export declare interface DashboardCommandRejected extends IDashboardEvent {
|
|
|
3181
3198
|
*
|
|
3182
3199
|
* @public
|
|
3183
3200
|
*/
|
|
3184
|
-
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | ChangeRichTextWidgetFilterSettings | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | KeyDriverAnalysis | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ToggleLayoutDirection | ApplyFilterContextWorkingSelection | ResetFilterContextWorkingSelection | ChangeIgnoreExecutionTimestamp | SwitchDashboardTab | ConvertDashboardTabFromDefault | CreateDashboardTab | RepositionDashboardTab | DeleteDashboardTab | StartRenamingDashboardTab | CancelRenamingDashboardTab | RenameDashboardTab | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget | ExportImageInsightWidget | SetShowWidgetAsTable;
|
|
3201
|
+
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | ChangeRichTextWidgetFilterSettings | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | RemoveDrillToUrlForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | KeyDriverAnalysis | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ToggleLayoutDirection | ApplyFilterContextWorkingSelection | ResetFilterContextWorkingSelection | ChangeIgnoreExecutionTimestamp | SwitchDashboardTab | ConvertDashboardTabFromDefault | CreateDashboardTab | RepositionDashboardTab | DeleteDashboardTab | StartRenamingDashboardTab | CancelRenamingDashboardTab | RenameDashboardTab | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget | ExportImageInsightWidget | SetShowWidgetAsTable;
|
|
3185
3202
|
|
|
3186
3203
|
/**
|
|
3187
3204
|
* This event is emitted when a particular command processing starts.
|
|
@@ -3215,7 +3232,7 @@ export declare interface DashboardCommandStartedPayload<TCommand extends IDashbo
|
|
|
3215
3232
|
*
|
|
3216
3233
|
* @public
|
|
3217
3234
|
*/
|
|
3218
|
-
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET";
|
|
3235
|
+
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET";
|
|
3219
3236
|
|
|
3220
3237
|
/**
|
|
3221
3238
|
* Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
|
|
@@ -4526,6 +4543,13 @@ export declare interface DashboardFilterContextChangedPayload {
|
|
|
4526
4543
|
* The new value of the attribute filter configs.
|
|
4527
4544
|
*/
|
|
4528
4545
|
readonly attributeFilterConfigs: IDashboardAttributeFilterConfig[];
|
|
4546
|
+
/**
|
|
4547
|
+
* The tab local identifier where the filter change was applied.
|
|
4548
|
+
* Only present when filters were applied to a specific tab (not the active tab).
|
|
4549
|
+
*
|
|
4550
|
+
* @internal
|
|
4551
|
+
*/
|
|
4552
|
+
readonly tabLocalIdentifier?: string;
|
|
4529
4553
|
}
|
|
4530
4554
|
|
|
4531
4555
|
/**
|
|
@@ -7325,6 +7349,11 @@ export declare type DateFilterValidationResult = "TOO_MANY_CONFIGS" | "NO_CONFIG
|
|
|
7325
7349
|
*/
|
|
7326
7350
|
export declare const DEFAULT_MAX_AUTOMATIONS = "10";
|
|
7327
7351
|
|
|
7352
|
+
/**
|
|
7353
|
+
* @internal
|
|
7354
|
+
*/
|
|
7355
|
+
export declare const DEFAULT_MESSAGES: Record<string, ITranslations>;
|
|
7356
|
+
|
|
7328
7357
|
/**
|
|
7329
7358
|
* Identifier used for dashboards without explicit tabs support and the first tab created automatically.
|
|
7330
7359
|
*
|
|
@@ -9332,6 +9361,18 @@ export declare interface IAddAttributeFilterButtonProps {
|
|
|
9332
9361
|
onClick?: () => void;
|
|
9333
9362
|
}
|
|
9334
9363
|
|
|
9364
|
+
/**
|
|
9365
|
+
* @internal
|
|
9366
|
+
*/
|
|
9367
|
+
export declare interface IAddAttributeFilterDisplayFormPayload {
|
|
9368
|
+
readonly displayForm: IAttributeDisplayFormMetadataObject;
|
|
9369
|
+
/**
|
|
9370
|
+
* Optional tab local identifier to target a specific tab.
|
|
9371
|
+
* If not provided, the active tab will be used.
|
|
9372
|
+
*/
|
|
9373
|
+
readonly tabLocalIdentifier?: string;
|
|
9374
|
+
}
|
|
9375
|
+
|
|
9335
9376
|
/**
|
|
9336
9377
|
* @internal
|
|
9337
9378
|
*/
|
|
@@ -9725,6 +9766,11 @@ export declare interface IChangeAttributeDisplayFormPayload {
|
|
|
9725
9766
|
readonly isWorkingSelectionChange?: boolean;
|
|
9726
9767
|
readonly enableImmediateAttributeFilterDisplayAsLabelMigration?: boolean;
|
|
9727
9768
|
readonly isResultOfMigration?: boolean;
|
|
9769
|
+
/**
|
|
9770
|
+
* Optional tab local identifier to target a specific tab.
|
|
9771
|
+
* If not provided, the active tab will be used.
|
|
9772
|
+
*/
|
|
9773
|
+
readonly tabLocalIdentifier?: string;
|
|
9728
9774
|
}
|
|
9729
9775
|
|
|
9730
9776
|
/**
|
|
@@ -9756,6 +9802,11 @@ export declare interface IChangeAttributeTitlePayload {
|
|
|
9756
9802
|
*/
|
|
9757
9803
|
export declare interface IClearAttributeFiltersSelectionPayload {
|
|
9758
9804
|
readonly filterLocalIds: string[];
|
|
9805
|
+
/**
|
|
9806
|
+
* Optional tab local identifier to target a specific tab.
|
|
9807
|
+
* If not provided, the active tab will be used.
|
|
9808
|
+
*/
|
|
9809
|
+
readonly tabLocalIdentifier?: string;
|
|
9759
9810
|
}
|
|
9760
9811
|
|
|
9761
9812
|
/**
|
|
@@ -12163,6 +12214,21 @@ export declare interface IDrillTargets {
|
|
|
12163
12214
|
*/
|
|
12164
12215
|
export declare type IDrillToUrl = IDrillToCustomUrl | IDrillToAttributeUrl;
|
|
12165
12216
|
|
|
12217
|
+
/**
|
|
12218
|
+
* @internal
|
|
12219
|
+
*/
|
|
12220
|
+
export declare interface IDrillToUrlAttributeDefinition {
|
|
12221
|
+
type: "drillToUrl";
|
|
12222
|
+
/**
|
|
12223
|
+
* Local identifier of the attribute that triggered the drill to url.
|
|
12224
|
+
*/
|
|
12225
|
+
origin: LocalIdRef;
|
|
12226
|
+
/**
|
|
12227
|
+
* Target attribute display form for drill to url.
|
|
12228
|
+
*/
|
|
12229
|
+
target: ObjRef;
|
|
12230
|
+
}
|
|
12231
|
+
|
|
12166
12232
|
/**
|
|
12167
12233
|
* @internal
|
|
12168
12234
|
*/
|
|
@@ -15798,6 +15864,11 @@ export declare interface IUpdateAttributeFilterSelectionPayload {
|
|
|
15798
15864
|
readonly enableImmediateAttributeFilterDisplayAsLabelMigration?: boolean;
|
|
15799
15865
|
readonly isResultOfMigration?: boolean;
|
|
15800
15866
|
readonly isSelectionInvalid?: boolean;
|
|
15867
|
+
/**
|
|
15868
|
+
* Optional tab local identifier to target a specific tab.
|
|
15869
|
+
* If not provided, the active tab will be used.
|
|
15870
|
+
*/
|
|
15871
|
+
readonly tabLocalIdentifier?: string;
|
|
15801
15872
|
}
|
|
15802
15873
|
|
|
15803
15874
|
/**
|
|
@@ -15808,6 +15879,11 @@ export declare interface IUpsertDateFilterAllTimePayload {
|
|
|
15808
15879
|
readonly dataSet?: ObjRef;
|
|
15809
15880
|
readonly isWorkingSelectionChange?: boolean;
|
|
15810
15881
|
readonly localIdentifier?: string;
|
|
15882
|
+
/**
|
|
15883
|
+
* Optional tab local identifier to target a specific tab.
|
|
15884
|
+
* If not provided, the active tab will be used.
|
|
15885
|
+
*/
|
|
15886
|
+
readonly tabLocalIdentifier?: string;
|
|
15811
15887
|
}
|
|
15812
15888
|
|
|
15813
15889
|
/**
|
|
@@ -15822,6 +15898,11 @@ export declare interface IUpsertDateFilterNonAllTimePayload {
|
|
|
15822
15898
|
readonly isWorkingSelectionChange?: boolean;
|
|
15823
15899
|
readonly localIdentifier?: string;
|
|
15824
15900
|
readonly boundedFilter?: IUpperBoundedFilter | ILowerBoundedFilter;
|
|
15901
|
+
/**
|
|
15902
|
+
* Optional tab local identifier to target a specific tab.
|
|
15903
|
+
* If not provided, the active tab will be used.
|
|
15904
|
+
*/
|
|
15905
|
+
readonly tabLocalIdentifier?: string;
|
|
15825
15906
|
}
|
|
15826
15907
|
|
|
15827
15908
|
/**
|
|
@@ -18439,6 +18520,41 @@ export declare interface RemoveDrillsForInsightWidgetPayload {
|
|
|
18439
18520
|
*/
|
|
18440
18521
|
export declare type RemoveDrillsSelector = LocalIdRef[] | "*";
|
|
18441
18522
|
|
|
18523
|
+
/**
|
|
18524
|
+
* @alpha
|
|
18525
|
+
*/
|
|
18526
|
+
export declare interface RemoveDrillToUrlForInsightWidget extends IDashboardCommand {
|
|
18527
|
+
readonly type: "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL";
|
|
18528
|
+
readonly payload: RemoveDrillToUrlForInsightWidgetPayload;
|
|
18529
|
+
}
|
|
18530
|
+
|
|
18531
|
+
/**
|
|
18532
|
+
* Creates the RemoveDrillToUrlForInsightWidget command. Dispatching the created command will remove insight widget's
|
|
18533
|
+
* drill definition for the provided attribute.
|
|
18534
|
+
*
|
|
18535
|
+
* @param ref - reference of insight widget whose drill should be removed
|
|
18536
|
+
* @param blacklistAttributes - displayForm refs of drill to url attributes which should be removed.
|
|
18537
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
|
18538
|
+
* events that will be emitted during the command processing
|
|
18539
|
+
*
|
|
18540
|
+
* @alpha
|
|
18541
|
+
*/
|
|
18542
|
+
export declare function removeDrillToUrlForInsightWidget(ref: ObjRef, blacklistAttributes: ObjRef[], correlationId?: string): RemoveDrillToUrlForInsightWidget;
|
|
18543
|
+
|
|
18544
|
+
/**
|
|
18545
|
+
* @alpha
|
|
18546
|
+
*/
|
|
18547
|
+
export declare interface RemoveDrillToUrlForInsightWidgetPayload {
|
|
18548
|
+
/**
|
|
18549
|
+
* Reference to Insight Widget whose drill items should be removed.
|
|
18550
|
+
*/
|
|
18551
|
+
readonly ref: ObjRef;
|
|
18552
|
+
/**
|
|
18553
|
+
* Specify attribute display forms which should be ignored.
|
|
18554
|
+
*/
|
|
18555
|
+
readonly blacklistAttributes: ObjRef[];
|
|
18556
|
+
}
|
|
18557
|
+
|
|
18442
18558
|
/**
|
|
18443
18559
|
* @internal
|
|
18444
18560
|
*/
|
|
@@ -19389,6 +19505,14 @@ export declare type ResolvedEntitlements = IEntitlementDescriptor[];
|
|
|
19389
19505
|
*/
|
|
19390
19506
|
export declare function resolveFilterValues(filters: ResolvableFilter[], backend?: IAnalyticalBackend, workspace?: string): Promise<IResolvedFilterValues>;
|
|
19391
19507
|
|
|
19508
|
+
/**
|
|
19509
|
+
* Resolves translation messages for the given locale.
|
|
19510
|
+
* Memoized to cache promises and prevent duplicate async imports.
|
|
19511
|
+
*
|
|
19512
|
+
* @internal
|
|
19513
|
+
*/
|
|
19514
|
+
export declare const resolveMessages: (locale: string) => Promise<any>;
|
|
19515
|
+
|
|
19392
19516
|
/**
|
|
19393
19517
|
* A convenience function to create UndoLayoutChanges command that will revert the very last command and toss it out
|
|
19394
19518
|
* of history.
|
|
@@ -20062,6 +20186,17 @@ export declare const selectAttributeFilterConfigsDisplayAsLabelMap: DashboardSel
|
|
|
20062
20186
|
*/
|
|
20063
20187
|
export declare const selectAttributeFilterConfigsModeMap: DashboardSelector<Map<string, DashboardAttributeFilterConfigMode>>;
|
|
20064
20188
|
|
|
20189
|
+
/**
|
|
20190
|
+
* Get a map of attribute filter modes keyed by tab identifier.
|
|
20191
|
+
*
|
|
20192
|
+
* @remarks
|
|
20193
|
+
* Returns a record where each key is a tab identifier and the value is a Map of attribute filter modes
|
|
20194
|
+
* for that tab. Useful when you need to access filter modes for all tabs at once.
|
|
20195
|
+
*
|
|
20196
|
+
* @internal
|
|
20197
|
+
*/
|
|
20198
|
+
export declare const selectAttributeFilterConfigsModeMapByTab: DashboardSelector<Record<string, Map<string, DashboardAttributeFilterConfigMode>>>;
|
|
20199
|
+
|
|
20065
20200
|
/**
|
|
20066
20201
|
* Returns attribute filter configs that is specified on the loaded dashboard.
|
|
20067
20202
|
*
|
|
@@ -20843,6 +20978,17 @@ export declare const selectDateFilterConfigOverridesByTab: DashboardSelector<Rec
|
|
|
20843
20978
|
*/
|
|
20844
20979
|
export declare const selectDateFilterConfigsModeMap: DashboardSelector<Map<string, DashboardDateFilterConfigMode>>;
|
|
20845
20980
|
|
|
20981
|
+
/**
|
|
20982
|
+
* Get a map of date filter modes keyed by tab identifier.
|
|
20983
|
+
*
|
|
20984
|
+
* @remarks
|
|
20985
|
+
* Returns a record where each key is a tab identifier and the value is a Map of date filter modes
|
|
20986
|
+
* for that tab. Useful when you need to access filter modes for all tabs at once.
|
|
20987
|
+
*
|
|
20988
|
+
* @internal
|
|
20989
|
+
*/
|
|
20990
|
+
export declare const selectDateFilterConfigsModeMapByTab: DashboardSelector<Record<string, Map<string, DashboardDateFilterConfigMode>>>;
|
|
20991
|
+
|
|
20846
20992
|
/**
|
|
20847
20993
|
* Returns date filter configs that is specified on the loaded dashboard.
|
|
20848
20994
|
*
|
|
@@ -20972,13 +21118,18 @@ export declare const selectDrillableItems: DashboardSelector<ExplicitDrill[]>;
|
|
|
20972
21118
|
/**
|
|
20973
21119
|
* @internal
|
|
20974
21120
|
*/
|
|
20975
|
-
export declare const selectDrillableItemsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined) => DashboardSelector<IHeaderPredicate[]>;
|
|
21121
|
+
export declare const selectDrillableItemsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined, disableDrillIntoURL: boolean | undefined) => DashboardSelector<IHeaderPredicate[]>;
|
|
20976
21122
|
|
|
20977
21123
|
/**
|
|
20978
21124
|
* @internal
|
|
20979
21125
|
*/
|
|
20980
21126
|
export declare const selectDrillableItemsByWidgetRef: (ref: ObjRef) => DashboardSelector<ExplicitDrill[]>;
|
|
20981
21127
|
|
|
21128
|
+
/**
|
|
21129
|
+
* @internal
|
|
21130
|
+
*/
|
|
21131
|
+
export declare const selectDrillsToUrlAttributeByWidgetRef: (ref: ObjRef) => DashboardSelector<IDrillToUrlAttributeDefinition[]>;
|
|
21132
|
+
|
|
20982
21133
|
/**
|
|
20983
21134
|
* Return all widgets drill targets
|
|
20984
21135
|
* @alpha
|
|
@@ -21246,6 +21397,13 @@ export declare const selectEnableIgnoreCrossFiltering: DashboardSelector<boolean
|
|
|
21246
21397
|
*/
|
|
21247
21398
|
export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration: DashboardSelector<boolean>;
|
|
21248
21399
|
|
|
21400
|
+
/**
|
|
21401
|
+
* Returns whether implicit drill to url feature is enabled.
|
|
21402
|
+
*
|
|
21403
|
+
* @alpha
|
|
21404
|
+
*/
|
|
21405
|
+
export declare const selectEnableImplicitDrillToUrl: DashboardSelector<boolean>;
|
|
21406
|
+
|
|
21249
21407
|
/**
|
|
21250
21408
|
* Returns whether in-platform notifications are enabled.
|
|
21251
21409
|
*
|
|
@@ -21468,6 +21626,17 @@ export declare const selectFilterBarExpanded: DashboardSelector<boolean>;
|
|
|
21468
21626
|
*/
|
|
21469
21627
|
export declare const selectFilterContextAttributeFilterByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => IDashboardAttributeFilter | undefined;
|
|
21470
21628
|
|
|
21629
|
+
/**
|
|
21630
|
+
* Creates a selector for selecting attribute filter by its display form from a specific tab.
|
|
21631
|
+
*
|
|
21632
|
+
* @param displayForm - Display form ref
|
|
21633
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21634
|
+
* @returns Attribute filter matching the display form, or undefined if not found
|
|
21635
|
+
*
|
|
21636
|
+
* @internal
|
|
21637
|
+
*/
|
|
21638
|
+
export declare const selectFilterContextAttributeFilterByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
21639
|
+
|
|
21471
21640
|
/**
|
|
21472
21641
|
* Creates a selector for selecting attribute filter by its localId.
|
|
21473
21642
|
*
|
|
@@ -21478,6 +21647,17 @@ export declare const selectFilterContextAttributeFilterByDisplayForm: (displayFo
|
|
|
21478
21647
|
*/
|
|
21479
21648
|
export declare const selectFilterContextAttributeFilterByLocalId: (localId: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
21480
21649
|
|
|
21650
|
+
/**
|
|
21651
|
+
* Creates a selector for selecting attribute filter by its localId from a specific tab.
|
|
21652
|
+
*
|
|
21653
|
+
* @param localId - Filter local identifier
|
|
21654
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21655
|
+
* @returns Attribute filter matching the local id, or undefined if not found
|
|
21656
|
+
*
|
|
21657
|
+
* @internal
|
|
21658
|
+
*/
|
|
21659
|
+
export declare const selectFilterContextAttributeFilterByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
21660
|
+
|
|
21481
21661
|
/**
|
|
21482
21662
|
* This selector returns dashboard's applied filter context attribute filters.
|
|
21483
21663
|
*
|
|
@@ -21489,6 +21669,16 @@ export declare const selectFilterContextAttributeFilterByLocalId: (localId: stri
|
|
|
21489
21669
|
*/
|
|
21490
21670
|
export declare const selectFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
|
|
21491
21671
|
|
|
21672
|
+
/**
|
|
21673
|
+
* Returns attribute filters for a specific tab.
|
|
21674
|
+
*
|
|
21675
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21676
|
+
* @returns Attribute filters for the specified tab
|
|
21677
|
+
*
|
|
21678
|
+
* @internal
|
|
21679
|
+
*/
|
|
21680
|
+
export declare const selectFilterContextAttributeFiltersByTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
21681
|
+
|
|
21492
21682
|
/**
|
|
21493
21683
|
* This selector returns dashboard's applied filter context date filter.
|
|
21494
21684
|
*
|
|
@@ -21510,6 +21700,17 @@ export declare const selectFilterContextDateFilter: DashboardSelector<IDashboard
|
|
|
21510
21700
|
*/
|
|
21511
21701
|
export declare const selectFilterContextDateFilterByDataSet: (dataSet: ObjRef) => (state: DashboardState) => IDashboardDateFilter | undefined;
|
|
21512
21702
|
|
|
21703
|
+
/**
|
|
21704
|
+
* Creates a selector for selecting date filter by its dataset from a specific tab.
|
|
21705
|
+
*
|
|
21706
|
+
* @param dataSet - Date dataset ref
|
|
21707
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21708
|
+
* @returns Date filter matching the dataset, or undefined if not found
|
|
21709
|
+
*
|
|
21710
|
+
* @internal
|
|
21711
|
+
*/
|
|
21712
|
+
export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter | undefined>;
|
|
21713
|
+
|
|
21513
21714
|
/**
|
|
21514
21715
|
* This selector returns dashboard's applied filter context date filter with dimension specified.
|
|
21515
21716
|
*
|
|
@@ -21521,6 +21722,16 @@ export declare const selectFilterContextDateFilterByDataSet: (dataSet: ObjRef) =
|
|
|
21521
21722
|
*/
|
|
21522
21723
|
export declare const selectFilterContextDateFiltersWithDimension: DashboardSelector<IDashboardDateFilter[]>;
|
|
21523
21724
|
|
|
21725
|
+
/**
|
|
21726
|
+
* Returns date filters with dimension for a specific tab.
|
|
21727
|
+
*
|
|
21728
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21729
|
+
* @returns Date filters with dimension for the specified tab
|
|
21730
|
+
*
|
|
21731
|
+
* @internal
|
|
21732
|
+
*/
|
|
21733
|
+
export declare const selectFilterContextDateFiltersWithDimensionForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter[]>;
|
|
21734
|
+
|
|
21524
21735
|
/**
|
|
21525
21736
|
* This selector returns current applied dashboard's filter context definition.
|
|
21526
21737
|
*
|
|
@@ -21748,7 +21959,7 @@ export declare const selectIgnoreExecutionTimestamp: DashboardSelector<boolean>;
|
|
|
21748
21959
|
/**
|
|
21749
21960
|
* @internal
|
|
21750
21961
|
*/
|
|
21751
|
-
export declare const selectImplicitDrillsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined) => DashboardSelector<IImplicitDrillWithPredicates[]>;
|
|
21962
|
+
export declare const selectImplicitDrillsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined, disableDrillIntoURL: boolean | undefined) => DashboardSelector<IImplicitDrillWithPredicates[]>;
|
|
21752
21963
|
|
|
21753
21964
|
/**
|
|
21754
21965
|
* @internal
|
|
@@ -22422,6 +22633,93 @@ export declare const selectOriginalFilterContextDefinition: DashboardSelector<IF
|
|
|
22422
22633
|
*/
|
|
22423
22634
|
export declare const selectOriginalFilterContextFilters: DashboardSelector<FilterContextItem[]>;
|
|
22424
22635
|
|
|
22636
|
+
/**
|
|
22637
|
+
* Returns original (persisted) filters for each tab keyed by identifier.
|
|
22638
|
+
*
|
|
22639
|
+
* @internal
|
|
22640
|
+
*/
|
|
22641
|
+
export declare const selectOriginalFilterContextFiltersByTab: ((state: DashboardState) => Record<string, FilterContextItem[]>) & {
|
|
22642
|
+
clearCache: () => void;
|
|
22643
|
+
resultsCount: () => number;
|
|
22644
|
+
resetResultsCount: () => void;
|
|
22645
|
+
} & {
|
|
22646
|
+
resultFunc: (resultFuncArgs_0: Record<string, IFilterContextDefinition | undefined>) => Record<string, FilterContextItem[]>;
|
|
22647
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, IFilterContextDefinition | undefined>) => Record<string, FilterContextItem[]>) & {
|
|
22648
|
+
clearCache: () => void;
|
|
22649
|
+
resultsCount: () => number;
|
|
22650
|
+
resetResultsCount: () => void;
|
|
22651
|
+
};
|
|
22652
|
+
lastResult: () => Record<string, FilterContextItem[]>;
|
|
22653
|
+
dependencies: [((state: DashboardState) => Record<string, IFilterContextDefinition | undefined>) & {
|
|
22654
|
+
clearCache: () => void;
|
|
22655
|
+
resultsCount: () => number;
|
|
22656
|
+
resetResultsCount: () => void;
|
|
22657
|
+
} & {
|
|
22658
|
+
resultFunc: (resultFuncArgs_0: Record<string, FilterContextState>) => Record<string, IFilterContextDefinition | undefined>;
|
|
22659
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, FilterContextState>) => Record<string, IFilterContextDefinition | undefined>) & {
|
|
22660
|
+
clearCache: () => void;
|
|
22661
|
+
resultsCount: () => number;
|
|
22662
|
+
resetResultsCount: () => void;
|
|
22663
|
+
};
|
|
22664
|
+
lastResult: () => Record<string, IFilterContextDefinition | undefined>;
|
|
22665
|
+
dependencies: [((state: DashboardState) => Record<string, FilterContextState>) & {
|
|
22666
|
+
clearCache: () => void;
|
|
22667
|
+
resultsCount: () => number;
|
|
22668
|
+
resetResultsCount: () => void;
|
|
22669
|
+
} & {
|
|
22670
|
+
resultFunc: (resultFuncArgs_0: TabState[]) => Record<string, FilterContextState>;
|
|
22671
|
+
memoizedResultFunc: ((resultFuncArgs_0: TabState[]) => Record<string, FilterContextState>) & {
|
|
22672
|
+
clearCache: () => void;
|
|
22673
|
+
resultsCount: () => number;
|
|
22674
|
+
resetResultsCount: () => void;
|
|
22675
|
+
};
|
|
22676
|
+
lastResult: () => Record<string, FilterContextState>;
|
|
22677
|
+
dependencies: [((state: DashboardState) => TabState[]) & {
|
|
22678
|
+
clearCache: () => void;
|
|
22679
|
+
resultsCount: () => number;
|
|
22680
|
+
resetResultsCount: () => void;
|
|
22681
|
+
} & {
|
|
22682
|
+
resultFunc: (resultFuncArgs_0: TabState[] | undefined) => TabState[];
|
|
22683
|
+
memoizedResultFunc: ((resultFuncArgs_0: TabState[] | undefined) => TabState[]) & {
|
|
22684
|
+
clearCache: () => void;
|
|
22685
|
+
resultsCount: () => number;
|
|
22686
|
+
resetResultsCount: () => void;
|
|
22687
|
+
};
|
|
22688
|
+
lastResult: () => TabState[];
|
|
22689
|
+
dependencies: [DashboardSelector<TabState[] | undefined>];
|
|
22690
|
+
recomputations: () => number;
|
|
22691
|
+
resetRecomputations: () => void;
|
|
22692
|
+
dependencyRecomputations: () => number;
|
|
22693
|
+
resetDependencyRecomputations: () => void;
|
|
22694
|
+
} & {
|
|
22695
|
+
argsMemoize: weakMapMemoize;
|
|
22696
|
+
memoize: weakMapMemoize;
|
|
22697
|
+
}];
|
|
22698
|
+
recomputations: () => number;
|
|
22699
|
+
resetRecomputations: () => void;
|
|
22700
|
+
dependencyRecomputations: () => number;
|
|
22701
|
+
resetDependencyRecomputations: () => void;
|
|
22702
|
+
} & {
|
|
22703
|
+
argsMemoize: weakMapMemoize;
|
|
22704
|
+
memoize: weakMapMemoize;
|
|
22705
|
+
}];
|
|
22706
|
+
recomputations: () => number;
|
|
22707
|
+
resetRecomputations: () => void;
|
|
22708
|
+
dependencyRecomputations: () => number;
|
|
22709
|
+
resetDependencyRecomputations: () => void;
|
|
22710
|
+
} & {
|
|
22711
|
+
argsMemoize: weakMapMemoize;
|
|
22712
|
+
memoize: weakMapMemoize;
|
|
22713
|
+
}];
|
|
22714
|
+
recomputations: () => number;
|
|
22715
|
+
resetRecomputations: () => void;
|
|
22716
|
+
dependencyRecomputations: () => number;
|
|
22717
|
+
resetDependencyRecomputations: () => void;
|
|
22718
|
+
} & {
|
|
22719
|
+
argsMemoize: weakMapMemoize;
|
|
22720
|
+
memoize: weakMapMemoize;
|
|
22721
|
+
};
|
|
22722
|
+
|
|
22425
22723
|
/**
|
|
22426
22724
|
* Creates a selector for selecting all filters with different reference than the given one.
|
|
22427
22725
|
*
|
|
@@ -22509,6 +22807,7 @@ export declare const selectPreloadedAttributesWithReferences: DashboardSelector<
|
|
|
22509
22807
|
/**
|
|
22510
22808
|
* Selects raw export custom overrides for insight by ref.
|
|
22511
22809
|
*
|
|
22810
|
+
* @deprecated The insights reached by refs don't have missing titles for derived and arithmetic measures filled in.
|
|
22512
22811
|
* @alpha
|
|
22513
22812
|
*/
|
|
22514
22813
|
export declare const selectRawExportOverridesForInsightByRef: (ref: ObjRef | undefined) => DashboardSelector<IRawExportCustomOverrides | undefined>;
|
|
@@ -23193,6 +23492,13 @@ export declare interface SetDashboardAttributeFilterConfigDisplayAsLabelPayload
|
|
|
23193
23492
|
* Display as label of the attribute filter. Used to present filter in UI
|
|
23194
23493
|
*/
|
|
23195
23494
|
displayAsLabel: ObjRef | undefined;
|
|
23495
|
+
/**
|
|
23496
|
+
* Optional tab local identifier to target a specific tab.
|
|
23497
|
+
* If not provided, the active tab will be used.
|
|
23498
|
+
*
|
|
23499
|
+
* @internal
|
|
23500
|
+
*/
|
|
23501
|
+
tabLocalIdentifier?: string;
|
|
23196
23502
|
}
|
|
23197
23503
|
|
|
23198
23504
|
/**
|
|
@@ -23861,6 +24167,13 @@ blacklistHierarchies: IDrillDownReference[];
|
|
|
23861
24167
|
};
|
|
23862
24168
|
type: string;
|
|
23863
24169
|
}) => void | TabsState | WritableDraft<TabsState>;
|
|
24170
|
+
readonly replaceWidgetBlacklistAttributes: (state: WritableDraft<TabsState>, action: {
|
|
24171
|
+
payload: UndoPayload<IDashboardCommand> & {
|
|
24172
|
+
ref: ObjRef;
|
|
24173
|
+
blacklistAttributes: ObjRef[];
|
|
24174
|
+
};
|
|
24175
|
+
type: string;
|
|
24176
|
+
}) => void | TabsState | WritableDraft<TabsState>;
|
|
23864
24177
|
readonly replaceWidgetDrillDownIntersectionIgnoredAttributes: (state: WritableDraft<TabsState>, action: {
|
|
23865
24178
|
payload: UndoPayload<IDashboardCommand> & {
|
|
23866
24179
|
ref: ObjRef;
|
|
@@ -24057,7 +24370,7 @@ payload: ObjRef;
|
|
|
24057
24370
|
type: string;
|
|
24058
24371
|
}) => void | TabsState | WritableDraft<TabsState>;
|
|
24059
24372
|
readonly addAttributeFilterDisplayForm: (state: WritableDraft<TabsState>, action: {
|
|
24060
|
-
payload: IAttributeDisplayFormMetadataObject;
|
|
24373
|
+
payload: IAttributeDisplayFormMetadataObject | IAddAttributeFilterDisplayFormPayload;
|
|
24061
24374
|
type: string;
|
|
24062
24375
|
}) => void | TabsState | WritableDraft<TabsState>;
|
|
24063
24376
|
readonly addAttributeFilter: (state: WritableDraft<TabsState>, action: {
|
|
@@ -24367,15 +24680,6 @@ export declare function TopBar(props: ITopBarProps): ReactElement;
|
|
|
24367
24680
|
*/
|
|
24368
24681
|
export declare type TopBarComponentProvider = (props: ITopBarProps) => CustomTopBarComponent;
|
|
24369
24682
|
|
|
24370
|
-
/**
|
|
24371
|
-
* @internal
|
|
24372
|
-
*/
|
|
24373
|
-
export declare const translations: {
|
|
24374
|
-
[locale: string]: ITranslations;
|
|
24375
|
-
} & {
|
|
24376
|
-
[locale: string]: Record<string, string>;
|
|
24377
|
-
};
|
|
24378
|
-
|
|
24379
24683
|
/**
|
|
24380
24684
|
* Triggers an event.
|
|
24381
24685
|
*
|
|
@@ -24487,7 +24791,7 @@ export declare const uiActions: {
|
|
|
24487
24791
|
changeIgnoreExecutionTimestamp: ActionCreatorWithPayload<boolean, "uiSlice/changeIgnoreExecutionTimestamp">;
|
|
24488
24792
|
setIncompatibleDefaultFiltersOverrideMessage: ActionCreatorWithoutPayload<"uiSlice/setIncompatibleDefaultFiltersOverrideMessage">;
|
|
24489
24793
|
resetIncompatibleDefaultFiltersOverrideMessage: ActionCreatorWithoutPayload<"uiSlice/resetIncompatibleDefaultFiltersOverrideMessage">;
|
|
24490
|
-
|
|
24794
|
+
setAutomationsInvalidateCallback: ActionCreatorWithOptionalPayload<(() => void) | undefined, "uiSlice/setAutomationsInvalidateCallback">;
|
|
24491
24795
|
invalidateAutomationItems: ActionCreatorWithoutPayload<"uiSlice/invalidateAutomationItems">;
|
|
24492
24796
|
};
|
|
24493
24797
|
|
|
@@ -24515,7 +24819,7 @@ export declare interface UiState {
|
|
|
24515
24819
|
context?: IAlertDialogContext;
|
|
24516
24820
|
};
|
|
24517
24821
|
automationsManagement: {
|
|
24518
|
-
|
|
24822
|
+
invalidateItemsCallback?: () => void;
|
|
24519
24823
|
};
|
|
24520
24824
|
saveAsDialog: {
|
|
24521
24825
|
open: boolean;
|
|
@@ -24852,12 +25156,16 @@ export declare interface UpsertExecutionResult extends IDashboardCommand {
|
|
|
24852
25156
|
export declare function useAutomationAvailableDashboardFilters(): FilterContextItem[] | undefined;
|
|
24853
25157
|
|
|
24854
25158
|
/**
|
|
24855
|
-
*
|
|
24856
|
-
|
|
24857
|
-
*
|
|
25159
|
+
* Provides a callback to dispatch with the invalidation callback function.
|
|
25160
|
+
* The callback is populated by the Automations component
|
|
25161
|
+
* so it can be invoked from anywhere in the dashboard.
|
|
25162
|
+
*
|
|
25163
|
+
* @returns A callback to dispatch with the invalidation function
|
|
24858
25164
|
* @alpha
|
|
24859
25165
|
*/
|
|
24860
|
-
export declare const useAutomationsInvalidateRef: () =>
|
|
25166
|
+
export declare const useAutomationsInvalidateRef: () => {
|
|
25167
|
+
onInvalidateCallbackChange: (callback: (() => void) | undefined) => void;
|
|
25168
|
+
};
|
|
24861
25169
|
|
|
24862
25170
|
/**
|
|
24863
25171
|
* @internal
|
package/esm/tools/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export type
|
|
2
|
-
export { newInsightWidget, InsightWidgetBuilder } from "./InsightWidgetBuilder.js";
|
|
1
|
+
export { newInsightWidget, InsightWidgetBuilder, type InsightWidgetModifications, } from "./InsightWidgetBuilder.js";
|
|
3
2
|
//# sourceMappingURL=index.d.ts.map
|
package/esm/tools/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAChB,oBAAoB,EACpB,KAAK,0BAA0B,GAClC,MAAM,2BAA2B,CAAC"}
|
package/esm/tools/index.js
CHANGED
package/esm/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EACH,gBAAgB,EAChB,oBAAoB,GAEvB,MAAM,2BAA2B,CAAC"}
|