@gooddata/sdk-ui-dashboard 10.23.0-alpha.9 → 10.23.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/NOTICE +14 -51
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/sharedHooks/useRichTextFilters.d.ts +3 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.d.ts.map +1 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.js +28 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.js.map +1 -0
- package/esm/converters/filterConverters.d.ts +9 -1
- package/esm/converters/filterConverters.d.ts.map +1 -1
- package/esm/converters/filterConverters.js +22 -3
- package/esm/converters/filterConverters.js.map +1 -1
- package/esm/converters/index.d.ts +1 -1
- package/esm/converters/index.d.ts.map +1 -1
- package/esm/converters/index.js +2 -2
- package/esm/converters/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +6 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +11 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +7 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +6 -2
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +7 -7
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +7 -6
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
- package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.js +8 -1
- package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +5 -5
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +14 -2
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +4 -1
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.js +31 -3
- package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts +17 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +55 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -0
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +7 -2
- package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +6 -4
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts +19 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js +33 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/filters.d.ts +69 -1
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +62 -1
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +7 -7
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +2 -2
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/richText.d.ts +36 -0
- package/esm/model/commands/richText.d.ts.map +1 -1
- package/esm/model/commands/richText.js +27 -1
- package/esm/model/commands/richText.js.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/index.d.ts +4 -4
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/events/richText.d.ts +53 -1
- package/esm/model/events/richText.d.ts.map +1 -1
- package/esm/model/events/richText.js +24 -1
- package/esm/model/events/richText.js.map +1 -1
- package/esm/model/queries/base.js +1 -1
- package/esm/model/queries/index.js +1 -1
- package/esm/model/queryServices/index.js +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +1 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +11 -1
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +15 -1
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +8 -5
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +32 -6
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +4 -19
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +1 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts +5 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextUtils.js +18 -1
- package/esm/model/store/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/filterContext/index.d.ts +4 -0
- package/esm/model/store/filterContext/index.d.ts.map +1 -1
- package/esm/model/store/index.d.ts +5 -3
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +5 -3
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/insights/insightsSelectors.d.ts +7 -0
- package/esm/model/store/insights/insightsSelectors.d.ts.map +1 -1
- package/esm/model/store/insights/insightsSelectors.js +115 -2
- package/esm/model/store/insights/insightsSelectors.js.map +1 -1
- package/esm/model/store/layout/layoutReducers.js +1 -1
- package/esm/model/store/layout/layoutReducers.js.map +1 -1
- package/esm/model/store/ui/index.d.ts +1 -0
- package/esm/model/store/ui/index.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.d.ts +1 -0
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.js +4 -0
- package/esm/model/store/ui/uiReducers.js.map +1 -1
- package/esm/model/store/ui/uiSelectors.d.ts +8 -0
- package/esm/model/store/ui/uiSelectors.d.ts.map +1 -1
- package/esm/model/store/ui/uiSelectors.js +15 -1
- package/esm/model/store/ui/uiSelectors.js.map +1 -1
- package/esm/model/store/ui/uiState.d.ts +1 -0
- package/esm/model/store/ui/uiState.d.ts.map +1 -1
- package/esm/model/store/ui/uiState.js +1 -0
- package/esm/model/store/ui/uiState.js.map +1 -1
- package/esm/model/store/widgetExports/widgetExportsSelectors.d.ts +10 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.d.ts.map +1 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.js +21 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.js.map +1 -0
- package/esm/model/types/commonTypes.d.ts +7 -1
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +6 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +5 -2
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js +7 -3
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js +6 -2
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +3 -3
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts +3 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.js +13 -2
- package/esm/presentation/dashboard/hooks/useDashboard.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts +34 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboard/types.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +3 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +2 -0
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +2 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/types.d.ts +21 -1
- package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +2 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +11 -4
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +2 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +4 -3
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/types.d.ts +6 -2
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.js.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.js +32 -7
- package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +4 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +48 -3
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -1
- package/esm/presentation/export/types.d.ts +6 -2
- package/esm/presentation/export/types.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.d.ts +12 -1
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.js +38 -1
- package/esm/presentation/export/useExportData.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js +6 -3
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +14 -5
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -2
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +4 -3
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts +4 -0
- package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +32 -14
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +38 -15
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +12 -5
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +4 -0
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.d.ts +6 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js +35 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js.map +1 -0
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +4 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +15 -4
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +6 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +3 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +7 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js +14 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js.map +1 -1
- package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.js +7 -3
- package/esm/presentation/insightList/InsightList.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +3 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +6 -3
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +7 -2
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +20 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.js +2 -2
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.js.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.d.ts +2 -0
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +9 -2
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +8 -2
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +7 -2
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js.map +1 -1
- package/esm/presentation/widget/description/types.d.ts +6 -2
- package/esm/presentation/widget/description/types.d.ts.map +1 -1
- package/esm/presentation/widget/index.d.ts +1 -0
- package/esm/presentation/widget/index.d.ts.map +1 -1
- package/esm/presentation/widget/index.js +1 -0
- package/esm/presentation/widget/index.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +4 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +10 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +10 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +2 -0
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.js +10 -7
- package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts +3 -0
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js +5 -4
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +6 -3
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +9 -1
- package/esm/presentation/widget/insight/types.d.ts.map +1 -1
- package/esm/presentation/widget/insight/types.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.d.ts +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +2 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.d.ts +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.js +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js +26 -12
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +17 -8
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +12 -3
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/types.d.ts +16 -1
- package/esm/presentation/widget/richText/types.d.ts.map +1 -1
- package/esm/presentation/widget/richText/useEditableRichTextMenu.d.ts +11 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.d.ts.map +1 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.js +31 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.d.ts +7 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js +13 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts +12 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js +13 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts +10 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js +40 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.d.ts +7 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js +10 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts +6 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js +15 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.d.ts +18 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.js +22 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.d.ts +5 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.js +5 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/index.d.ts +3 -0
- package/esm/presentation/widget/richTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/index.js +3 -0
- package/esm/presentation/widget/richTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/types.d.ts +122 -0
- package/esm/presentation/widget/richTextMenu/types.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/types.js +4 -0
- package/esm/presentation/widget/richTextMenu/types.js.map +1 -0
- package/esm/presentation/widget/types.d.ts +2 -1
- package/esm/presentation/widget/types.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +3 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +3 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +2 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +5 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js +2 -2
- package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +533 -29
- package/package.json +15 -15
- package/styles/css/alerting.css +14 -1
- package/styles/css/alerting.css.map +1 -1
- package/styles/css/dashboard.css +14 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/filterBar.css +19 -0
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +71 -4
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +4 -0
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/richTextWidget.css +1 -1
- package/styles/scss/_zIndexes.scss +3 -0
- package/styles/scss/alerting.scss +18 -1
- package/styles/scss/dashboard.scss +14 -1
- package/styles/scss/filterBar.scss +23 -0
- package/styles/scss/notifications_channels_dialog.scss +4 -1
- package/styles/scss/richTextWidget.scss +2 -2
|
@@ -110,6 +110,7 @@ import { DashboardRenderModeChanged as DashboardRenderModeChanged_2 } from '../e
|
|
|
110
110
|
import { DashboardRenderRequested as DashboardRenderRequested_2 } from '../events/render.js';
|
|
111
111
|
import { DashboardRenderResolved as DashboardRenderResolved_2 } from '../events/render.js';
|
|
112
112
|
import { DashboardRichTextWidgetContentChanged as DashboardRichTextWidgetContentChanged_2 } from '../events/richText.js';
|
|
113
|
+
import { DashboardRichTextWidgetFilterSettingsChanged as DashboardRichTextWidgetFilterSettingsChanged_2 } from '../events/richText.js';
|
|
113
114
|
import { DashboardSaved as DashboardSaved_2 } from '../events/dashboard.js';
|
|
114
115
|
import { DashboardScheduledEmailCreated as DashboardScheduledEmailCreated_2 } from '../events/scheduledEmail.js';
|
|
115
116
|
import { DashboardScheduledEmailSaved as DashboardScheduledEmailSaved_2 } from '../events/scheduledEmail.js';
|
|
@@ -212,6 +213,7 @@ import { IDrillToInsight } from '@gooddata/sdk-model';
|
|
|
212
213
|
import { IDrillToLegacyDashboard } from '@gooddata/sdk-model';
|
|
213
214
|
import { IEntitlementDescriptor } from '@gooddata/sdk-model';
|
|
214
215
|
import { IErrorProps } from '@gooddata/sdk-ui';
|
|
216
|
+
import { IExecutionConfig } from '@gooddata/sdk-model';
|
|
215
217
|
import { IExecutionConfiguration } from '@gooddata/sdk-ui';
|
|
216
218
|
import { IExecutionDefinition } from '@gooddata/sdk-model';
|
|
217
219
|
import { IExecutionResult } from '@gooddata/sdk-backend-spi';
|
|
@@ -249,6 +251,7 @@ import { InsightDrillDefinition } from '@gooddata/sdk-model';
|
|
|
249
251
|
import { IntlShape } from 'react-intl';
|
|
250
252
|
import { IPositiveAttributeFilter } from '@gooddata/sdk-model';
|
|
251
253
|
import { IPushData } from '@gooddata/sdk-ui';
|
|
254
|
+
import { IRawExportCustomOverrides } from '@gooddata/sdk-backend-spi';
|
|
252
255
|
import { IRelativeDateFilter } from '@gooddata/sdk-model';
|
|
253
256
|
import { IRenderListItemProps } from '@gooddata/sdk-ui-kit';
|
|
254
257
|
import { IResultWarning } from '@gooddata/sdk-model';
|
|
@@ -1272,6 +1275,12 @@ export declare interface ChangeAttributeFilterSelectionPayload {
|
|
|
1272
1275
|
* Default is false - command changes applied filters.
|
|
1273
1276
|
*/
|
|
1274
1277
|
readonly isWorkingSelectionChange?: boolean;
|
|
1278
|
+
/**
|
|
1279
|
+
* Internal value, specifies that filter change was caused by displayAsLabel
|
|
1280
|
+
* ad-hoc migration, the param will be removed once the usage of displayAsLabel is migrated on database
|
|
1281
|
+
* metadata level.
|
|
1282
|
+
*/
|
|
1283
|
+
readonly isResultOfMigration?: boolean;
|
|
1275
1284
|
}
|
|
1276
1285
|
|
|
1277
1286
|
/**
|
|
@@ -1976,6 +1985,39 @@ export declare interface ChangeLayoutSectionHeaderPayload {
|
|
|
1976
1985
|
readonly merge?: boolean;
|
|
1977
1986
|
}
|
|
1978
1987
|
|
|
1988
|
+
/**
|
|
1989
|
+
* Creates the ChangeAttributeFilterSelection command for adhoc migrated attribute filter.
|
|
1990
|
+
*
|
|
1991
|
+
* @remarks
|
|
1992
|
+
* Dispatching this command will result in application of element selection for the dashboard attribute filter
|
|
1993
|
+
* with the provided id, or error in case of invalid update (e.g. non-existing filterLocalId).
|
|
1994
|
+
*
|
|
1995
|
+
* The attribute elements can be provided either using their URI (primary key) or value. Together with the
|
|
1996
|
+
* elements you must indicate the selection type - either 'IN' or 'NOT_IN'.
|
|
1997
|
+
*
|
|
1998
|
+
* @remarks see {@link resetAttributeFilterSelection} for convenience function to select all attribute elements of
|
|
1999
|
+
* particular filter.
|
|
2000
|
+
*
|
|
2001
|
+
* See also {@link applyAttributeFilter} for convenient function when you have an {@link @gooddata/sdk-model#IAttributeFilter} instance.
|
|
2002
|
+
*
|
|
2003
|
+
* @example
|
|
2004
|
+
* ```
|
|
2005
|
+
* const selectionType = isPositiveAttributeFilter ? "IN" : "NOT_IN";
|
|
2006
|
+
* ```
|
|
2007
|
+
*
|
|
2008
|
+
* To create this command without a need to calculate the payload values from a {@link @gooddata/sdk-model#IFilter} object,
|
|
2009
|
+
* we recommend to use {@link applyAttributeFilter} command creator instead.
|
|
2010
|
+
*
|
|
2011
|
+
* @param filterLocalId - dashboard attribute filter's local id
|
|
2012
|
+
* @param elements - elements
|
|
2013
|
+
* @param selectionType - selection type. either 'IN' or 'NOT_IN'
|
|
2014
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
|
2015
|
+
* events that will be emitted during the command processing
|
|
2016
|
+
*
|
|
2017
|
+
* @internal
|
|
2018
|
+
*/
|
|
2019
|
+
export declare function changeMigratedAttributeFilterSelection(filterLocalId: string, elements: IAttributeElements, selectionType: AttributeFilterSelectionType, correlationId?: string): ChangeAttributeFilterSelection;
|
|
2020
|
+
|
|
1979
2021
|
/**
|
|
1980
2022
|
* Creates the ChangeLayoutSectionHeader command.
|
|
1981
2023
|
*
|
|
@@ -2057,6 +2099,29 @@ export declare interface ChangeRichTextWidgetContentPayload {
|
|
|
2057
2099
|
readonly content: string;
|
|
2058
2100
|
}
|
|
2059
2101
|
|
|
2102
|
+
/**
|
|
2103
|
+
* @beta
|
|
2104
|
+
*/
|
|
2105
|
+
export declare interface ChangeRichTextWidgetFilterSettings extends IDashboardCommand {
|
|
2106
|
+
readonly type: "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS";
|
|
2107
|
+
readonly payload: ChangeRichTextWidgetFilterSettingsPayload;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
/**
|
|
2111
|
+
* Payload of the {@link ChangeRichTextWidgetFilterSettings} command.
|
|
2112
|
+
* @beta
|
|
2113
|
+
*/
|
|
2114
|
+
export declare interface ChangeRichTextWidgetFilterSettingsPayload {
|
|
2115
|
+
/**
|
|
2116
|
+
* Reference to RichText Widget whose filter settings to change.
|
|
2117
|
+
*/
|
|
2118
|
+
readonly ref: ObjRef;
|
|
2119
|
+
/**
|
|
2120
|
+
* Filter operation to apply.
|
|
2121
|
+
*/
|
|
2122
|
+
readonly operation: WidgetFilterOperation;
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2060
2125
|
/**
|
|
2061
2126
|
* @beta
|
|
2062
2127
|
*/
|
|
@@ -2436,7 +2501,7 @@ export declare type CustomDashboardInsightComponent = ComponentType<IDashboardIn
|
|
|
2436
2501
|
/**
|
|
2437
2502
|
* @internal
|
|
2438
2503
|
*/
|
|
2439
|
-
export declare type CustomDashboardInsightListItemComponent =
|
|
2504
|
+
export declare type CustomDashboardInsightListItemComponent = React_2.ComponentType<CustomDashboardInsightListItemComponentProps>;
|
|
2440
2505
|
|
|
2441
2506
|
/**
|
|
2442
2507
|
* @internal
|
|
@@ -2451,6 +2516,10 @@ export declare type CustomDashboardInsightListItemComponentProps = {
|
|
|
2451
2516
|
showDescriptionPanel?: boolean;
|
|
2452
2517
|
onDescriptionPanelOpen?: () => void;
|
|
2453
2518
|
metadataTimeZone?: string;
|
|
2519
|
+
filters?: IFilter[];
|
|
2520
|
+
useRichText?: boolean;
|
|
2521
|
+
useReferences?: boolean;
|
|
2522
|
+
LoadingComponent?: React_2.ComponentType;
|
|
2454
2523
|
};
|
|
2455
2524
|
|
|
2456
2525
|
/**
|
|
@@ -2483,6 +2552,21 @@ export declare type CustomDashboardNestedLayoutComponent = ComponentType<IDashbo
|
|
|
2483
2552
|
*/
|
|
2484
2553
|
export declare type CustomDashboardRichTextComponent = ComponentType<IDashboardRichTextProps>;
|
|
2485
2554
|
|
|
2555
|
+
/**
|
|
2556
|
+
* @alpha
|
|
2557
|
+
*/
|
|
2558
|
+
export declare type CustomDashboardRichTextMenuButtonComponent = ComponentType<IDashboardRichTextMenuButtonProps>;
|
|
2559
|
+
|
|
2560
|
+
/**
|
|
2561
|
+
* @alpha
|
|
2562
|
+
*/
|
|
2563
|
+
export declare type CustomDashboardRichTextMenuComponent = ComponentType<IDashboardRichTextMenuProps>;
|
|
2564
|
+
|
|
2565
|
+
/**
|
|
2566
|
+
* @internal
|
|
2567
|
+
*/
|
|
2568
|
+
export declare type CustomDashboardRichTextMenuTitleComponent = ComponentType<IDashboardRichTextMenuTitleProps>;
|
|
2569
|
+
|
|
2486
2570
|
/**
|
|
2487
2571
|
* @public
|
|
2488
2572
|
*/
|
|
@@ -3035,7 +3119,7 @@ export declare interface DashboardCommandRejected extends IDashboardEvent {
|
|
|
3035
3119
|
*
|
|
3036
3120
|
* @public
|
|
3037
3121
|
*/
|
|
3038
|
-
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 | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ApplyFilterContextWorkingSelection | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget;
|
|
3122
|
+
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 | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ApplyFilterContextWorkingSelection | ResetFilterContextWorkingSelection | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget;
|
|
3039
3123
|
|
|
3040
3124
|
/**
|
|
3041
3125
|
* This event is emitted when a particular command processing starts.
|
|
@@ -3069,7 +3153,7 @@ export declare interface DashboardCommandStartedPayload<TCommand extends IDashbo
|
|
|
3069
3153
|
*
|
|
3070
3154
|
* @public
|
|
3071
3155
|
*/
|
|
3072
|
-
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.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.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_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.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES";
|
|
3156
|
+
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.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_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.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES";
|
|
3073
3157
|
|
|
3074
3158
|
/**
|
|
3075
3159
|
* Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
|
|
@@ -3271,6 +3355,12 @@ export declare interface DashboardConfig {
|
|
|
3271
3355
|
* into created section. If the dashboard is loaded from backend, this content will be ignored.
|
|
3272
3356
|
*/
|
|
3273
3357
|
initialContent?: DashboardItem[];
|
|
3358
|
+
/**
|
|
3359
|
+
* @alpha
|
|
3360
|
+
*
|
|
3361
|
+
* Timestamp for the dashboard execution as ISO string
|
|
3362
|
+
*/
|
|
3363
|
+
executionTimestamp?: string;
|
|
3274
3364
|
}
|
|
3275
3365
|
|
|
3276
3366
|
/**
|
|
@@ -3462,7 +3552,7 @@ export declare function dashboardDateFilterToDateFilterByDateDataSet(filter: IDa
|
|
|
3462
3552
|
* @param widget - widget to use to get dateDataSet for date filters
|
|
3463
3553
|
* @public
|
|
3464
3554
|
*/
|
|
3465
|
-
export declare function dashboardDateFilterToDateFilterByWidget(filter: IDashboardDateFilter, widget
|
|
3555
|
+
export declare function dashboardDateFilterToDateFilterByWidget(filter: IDashboardDateFilter, widget?: Partial<IFilterableWidget>): IDateFilter;
|
|
3466
3556
|
|
|
3467
3557
|
/**
|
|
3468
3558
|
* This event is emitted when a dashboard is deinitialized. The event contains contextual information such as
|
|
@@ -4061,7 +4151,7 @@ export declare type DashboardEventHandlerFn<TEvents extends DashboardEvents | IC
|
|
|
4061
4151
|
*
|
|
4062
4152
|
* @public
|
|
4063
4153
|
*/
|
|
4064
|
-
export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | DashboardRenderModeChanged | DashboardCommandStarted<any> | DashboardCommandFailed<any> | DashboardCommandRejected | DashboardQueryFailed | DashboardQueryRejected | DashboardQueryStarted | DashboardQueryCompleted<any, any> | DashboardRenamed | DashboardWasReset | DashboardExportToPdfRequested | DashboardExportToPdfResolved | DashboardExportToExcelRequested | DashboardExportToExcelResolved | DashboardExportToPdfPresentationRequested | DashboardExportToPdfPresentationResolved | DashboardExportToPptPresentationResolved | DashboardExportToPptPresentationRequested | DashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | DashboardAttributeFilterAdded | DashboardAttributeFilterRemoved | DashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeTitleChanged | DashboardAttributeSelectionModeChanged | DashboardAttributeFilterParentChanged | DashboardFilterContextChanged | DashboardLayoutSectionAdded | DashboardLayoutSectionMoved | DashboardLayoutSectionRemoved | DashboardLayoutSectionHeaderChanged | DashboardLayoutSectionItemsAdded | DashboardLayoutSectionItemReplaced | DashboardLayoutSectionItemMoved | DashboardLayoutSectionItemRemoved | DashboardLayoutSectionItemMovedToNewSection | DashboardLayoutChanged | DashboardKpiWidgetHeaderChanged | DashboardKpiWidgetDescriptionChanged | DashboardKpiWidgetConfigurationChanged | DashboardKpiWidgetMeasureChanged | DashboardKpiWidgetFilterSettingsChanged | DashboardKpiWidgetComparisonChanged | DashboardKpiWidgetDrillRemoved | DashboardKpiWidgetDrillSet | DashboardKpiWidgetChanged | DashboardInsightWidgetHeaderChanged | DashboardInsightWidgetDescriptionChanged | DashboardInsightWidgetFilterSettingsChanged | DashboardInsightWidgetVisPropertiesChanged | DashboardInsightWidgetVisConfigurationChanged | DashboardInsightWidgetInsightSwitched | DashboardInsightWidgetDrillsModified | DashboardInsightWidgetDrillsRemoved | DashboardInsightWidgetChanged | DashboardInsightWidgetExportRequested | DashboardInsightWidgetExportResolved | DashboardInsightWidgetRefreshed | DashboardRichTextWidgetContentChanged | DashboardVisualizationSwitcherWidgetVisualizationAdded | DashboardVisualizationSwitcherWidgetVisualizationsUpdated | DashboardWidgetExecutionStarted | DashboardWidgetExecutionSucceeded | DashboardWidgetExecutionFailed | DashboardAlertCreated | DashboardAlertSaved | DashboardScheduledEmailCreated | DashboardScheduledEmailSaved | DashboardAutomationsRefreshed | DashboardDrillDownResolved | DashboardDrillToAttributeUrlResolved | DashboardDrillToCustomUrlResolved | DashboardDrillToDashboardResolved | DashboardDrillToInsightResolved | DashboardDrillToLegacyDashboardResolved | DashboardDrillResolved | DashboardDrillDownRequested | DashboardDrillToAttributeUrlRequested | DashboardDrillToCustomUrlRequested | DashboardDrillToDashboardRequested | DashboardDrillToInsightRequested | DashboardDrillToLegacyDashboardRequested | DashboardDrillRequested | DashboardDrillableItemsChanged | CreateInsightRequested | CreateAttributeHierarchyRequested | DeleteAttributeHierarchyRequested;
|
|
4154
|
+
export declare type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | DashboardRenderModeChanged | DashboardCommandStarted<any> | DashboardCommandFailed<any> | DashboardCommandRejected | DashboardQueryFailed | DashboardQueryRejected | DashboardQueryStarted | DashboardQueryCompleted<any, any> | DashboardRenamed | DashboardWasReset | DashboardExportToPdfRequested | DashboardExportToPdfResolved | DashboardExportToExcelRequested | DashboardExportToExcelResolved | DashboardExportToPdfPresentationRequested | DashboardExportToPdfPresentationResolved | DashboardExportToPptPresentationResolved | DashboardExportToPptPresentationRequested | DashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | DashboardAttributeFilterAdded | DashboardAttributeFilterRemoved | DashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeTitleChanged | DashboardAttributeSelectionModeChanged | DashboardAttributeFilterParentChanged | DashboardFilterContextChanged | DashboardLayoutSectionAdded | DashboardLayoutSectionMoved | DashboardLayoutSectionRemoved | DashboardLayoutSectionHeaderChanged | DashboardLayoutSectionItemsAdded | DashboardLayoutSectionItemReplaced | DashboardLayoutSectionItemMoved | DashboardLayoutSectionItemRemoved | DashboardLayoutSectionItemMovedToNewSection | DashboardLayoutChanged | DashboardKpiWidgetHeaderChanged | DashboardKpiWidgetDescriptionChanged | DashboardKpiWidgetConfigurationChanged | DashboardKpiWidgetMeasureChanged | DashboardKpiWidgetFilterSettingsChanged | DashboardKpiWidgetComparisonChanged | DashboardKpiWidgetDrillRemoved | DashboardKpiWidgetDrillSet | DashboardKpiWidgetChanged | DashboardInsightWidgetHeaderChanged | DashboardInsightWidgetDescriptionChanged | DashboardInsightWidgetFilterSettingsChanged | DashboardInsightWidgetVisPropertiesChanged | DashboardInsightWidgetVisConfigurationChanged | DashboardInsightWidgetInsightSwitched | DashboardInsightWidgetDrillsModified | DashboardInsightWidgetDrillsRemoved | DashboardInsightWidgetChanged | DashboardInsightWidgetExportRequested | DashboardInsightWidgetExportResolved | DashboardInsightWidgetRefreshed | DashboardRichTextWidgetContentChanged | DashboardRichTextWidgetFilterSettingsChanged | DashboardVisualizationSwitcherWidgetVisualizationAdded | DashboardVisualizationSwitcherWidgetVisualizationsUpdated | DashboardWidgetExecutionStarted | DashboardWidgetExecutionSucceeded | DashboardWidgetExecutionFailed | DashboardAlertCreated | DashboardAlertSaved | DashboardScheduledEmailCreated | DashboardScheduledEmailSaved | DashboardAutomationsRefreshed | DashboardDrillDownResolved | DashboardDrillToAttributeUrlResolved | DashboardDrillToCustomUrlResolved | DashboardDrillToDashboardResolved | DashboardDrillToInsightResolved | DashboardDrillToLegacyDashboardResolved | DashboardDrillResolved | DashboardDrillDownRequested | DashboardDrillToAttributeUrlRequested | DashboardDrillToCustomUrlRequested | DashboardDrillToDashboardRequested | DashboardDrillToInsightRequested | DashboardDrillToLegacyDashboardRequested | DashboardDrillRequested | DashboardDrillableItemsChanged | CreateInsightRequested | CreateAttributeHierarchyRequested | DeleteAttributeHierarchyRequested;
|
|
4065
4155
|
|
|
4066
4156
|
/**
|
|
4067
4157
|
* A union of all available built-in dashboard event type names.
|
|
@@ -4083,7 +4173,7 @@ export declare type DashboardEvents = DashboardInitialized | DashboardDeinitiali
|
|
|
4083
4173
|
*
|
|
4084
4174
|
* @public
|
|
4085
4175
|
*/
|
|
4086
|
-
export declare type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED";
|
|
4176
|
+
export declare type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED";
|
|
4087
4177
|
|
|
4088
4178
|
/**
|
|
4089
4179
|
* @alpha
|
|
@@ -5991,6 +6081,49 @@ export declare interface DashboardRichTextWidgetContentChangedPayload {
|
|
|
5991
6081
|
readonly content: string;
|
|
5992
6082
|
}
|
|
5993
6083
|
|
|
6084
|
+
/**
|
|
6085
|
+
* This event is emitted when the RichText widget's filter settings change.
|
|
6086
|
+
*
|
|
6087
|
+
* Filter settings influence what date dataset to use for filter or which of the dashboard's attribute filters
|
|
6088
|
+
* should be used for the widget. A change of filter settings means the RichText rendered in the widget will
|
|
6089
|
+
* be re-rendered.
|
|
6090
|
+
*
|
|
6091
|
+
* @beta
|
|
6092
|
+
*/
|
|
6093
|
+
export declare interface DashboardRichTextWidgetFilterSettingsChanged extends IDashboardEvent {
|
|
6094
|
+
readonly type: "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED";
|
|
6095
|
+
readonly payload: DashboardRichTextWidgetFilterSettingsChangedPayload;
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
/**
|
|
6099
|
+
* Payload of the {@link DashboardRichTextWidgetFilterSettingsChanged} event.
|
|
6100
|
+
* @beta
|
|
6101
|
+
*/
|
|
6102
|
+
export declare interface DashboardRichTextWidgetFilterSettingsChangedPayload {
|
|
6103
|
+
/**
|
|
6104
|
+
* Reference to RichText Widget that was changed.
|
|
6105
|
+
*/
|
|
6106
|
+
readonly ref: ObjRef;
|
|
6107
|
+
/**
|
|
6108
|
+
* Attribute filters that are ignored for the widget.
|
|
6109
|
+
*
|
|
6110
|
+
* If empty, then all attribute filters defined for the dashboard are in effect.
|
|
6111
|
+
*/
|
|
6112
|
+
readonly ignoredAttributeFilters: IDashboardAttributeFilter[];
|
|
6113
|
+
/**
|
|
6114
|
+
* Date filters with dimension that are ignored for the widget.
|
|
6115
|
+
*
|
|
6116
|
+
* If empty, then all date filters defined for the dashboard are in effect.
|
|
6117
|
+
*/
|
|
6118
|
+
readonly ignoredDateFilters?: IDashboardDateFilter[];
|
|
6119
|
+
/**
|
|
6120
|
+
* Date dataset used for date filtering.
|
|
6121
|
+
*
|
|
6122
|
+
* If undefined, then dashboard's date filter is not in effect for the widget.
|
|
6123
|
+
*/
|
|
6124
|
+
readonly dateDatasetForFiltering?: ICatalogDateDataset;
|
|
6125
|
+
}
|
|
6126
|
+
|
|
5994
6127
|
/**
|
|
5995
6128
|
* This event is emitted at the end of successful dashboard save command processing. At this point, the
|
|
5996
6129
|
* dashboard state is persisted on the backend.
|
|
@@ -6805,6 +6938,16 @@ export declare const DefaultDashboardRichText: ComponentType<IDashboardRichTextP
|
|
|
6805
6938
|
*/
|
|
6806
6939
|
export declare function DefaultDashboardRichTextComponentSetFactory(richTextProvider: RichTextComponentProvider): RichTextWidgetComponentSet;
|
|
6807
6940
|
|
|
6941
|
+
/**
|
|
6942
|
+
* @alpha
|
|
6943
|
+
*/
|
|
6944
|
+
export declare const DefaultDashboardRichTextMenu: (props: IDashboardRichTextMenuProps) => JSX.Element;
|
|
6945
|
+
|
|
6946
|
+
/**
|
|
6947
|
+
* @internal
|
|
6948
|
+
*/
|
|
6949
|
+
export declare const DefaultDashboardRichTextMenuTitle: CustomDashboardRichTextMenuTitleComponent;
|
|
6950
|
+
|
|
6808
6951
|
/**
|
|
6809
6952
|
* Default modifier applied to any theme passed to Dashboard component
|
|
6810
6953
|
* @param theme - theme to modify
|
|
@@ -7634,6 +7777,21 @@ export declare function enableInsightWidgetDateFilter(ref: ObjRef, dateDataset:
|
|
|
7634
7777
|
*/
|
|
7635
7778
|
export declare function enableKpiWidgetDateFilter(ref: ObjRef, dateDataset: ObjRef | "default", correlationId?: string): ChangeKpiWidgetFilterSettings;
|
|
7636
7779
|
|
|
7780
|
+
/**
|
|
7781
|
+
* Creates the ChangeRichTextWidgetFilterSettings command for {@link FilterOpEnableDateFilter} operation.
|
|
7782
|
+
*
|
|
7783
|
+
* Dispatching this command will result in change of RichText widget's date filter setting. The date filtering will
|
|
7784
|
+
* be enabled and the provided date data set will be used for date-filtering widget's RichText.
|
|
7785
|
+
*
|
|
7786
|
+
* @param ref - reference of the RichText widget to modify
|
|
7787
|
+
* @param dateDataset - date data set to use for filtering the RichText, if "default" is provided, the default date dataset will be resolved and used
|
|
7788
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
|
7789
|
+
* events that will be emitted during the command processing
|
|
7790
|
+
*
|
|
7791
|
+
* @beta
|
|
7792
|
+
*/
|
|
7793
|
+
export declare function enableRichTextWidgetDateFilter(ref: ObjRef, dateDataset: ObjRef | "default", correlationId?: string): ChangeRichTextWidgetFilterSettings;
|
|
7794
|
+
|
|
7637
7795
|
/**
|
|
7638
7796
|
* @beta
|
|
7639
7797
|
*/
|
|
@@ -7781,7 +7939,7 @@ export declare type ExportLayoutCustomizationFn = <TWidget>(layout: IDashboardLa
|
|
|
7781
7939
|
*
|
|
7782
7940
|
* @alpha
|
|
7783
7941
|
*/
|
|
7784
|
-
export declare type ExportMetaType = "dashboard-id" | "dashboard-title" | "dashboard-description" | "dashboard-tags" | "dashboard-tag" | "dashboard-filters" | "dashboard-filter" | "dashboard-filter-name" | "dashboard-filter-value";
|
|
7942
|
+
export declare type ExportMetaType = "dashboard-id" | "dashboard-title" | "dashboard-description" | "dashboard-tags" | "dashboard-tag" | "dashboard-filters" | "dashboard-filter" | "dashboard-filter-name" | "dashboard-filter-value" | "logo" | "cover-image" | "theme-palette";
|
|
7785
7943
|
|
|
7786
7944
|
/**
|
|
7787
7945
|
* @alpha
|
|
@@ -7959,6 +8117,15 @@ export declare type FilterBarRenderingMode = "default" | "hidden";
|
|
|
7959
8117
|
*/
|
|
7960
8118
|
export declare function filterContextItemsToDashboardFiltersByDateDataSet(filterContextItems: FilterContextItem[], dateDataSet: ObjRef): IDashboardFilter[];
|
|
7961
8119
|
|
|
8120
|
+
/**
|
|
8121
|
+
* Gets {@link IDashboardFilter} items for filters specified as {@link @gooddata/sdk-backend-spi#FilterContextItem} instances.
|
|
8122
|
+
*
|
|
8123
|
+
* @param filterContextItems - filter context items to get filters for
|
|
8124
|
+
* @param widget - widget to use to get dateDataSet for date filters
|
|
8125
|
+
* @public
|
|
8126
|
+
*/
|
|
8127
|
+
export declare function filterContextItemsToDashboardFiltersByRichTextWidget(filterContextItems: FilterContextItem[], widget?: Partial<IFilterableWidget>): IDashboardFilter[];
|
|
8128
|
+
|
|
7962
8129
|
/**
|
|
7963
8130
|
* Gets {@link IDashboardFilter} items for filters specified as {@link @gooddata/sdk-backend-spi#FilterContextItem} instances.
|
|
7964
8131
|
*
|
|
@@ -7989,7 +8156,7 @@ export declare interface FilterContextState {
|
|
|
7989
8156
|
* This way we do not need to synchronize other fields, which makes it easier to maintain.
|
|
7990
8157
|
*
|
|
7991
8158
|
* This state is used when DashboardFiltersApplyMode is ALL_AT_ONCE.
|
|
7992
|
-
* But can be used
|
|
8159
|
+
* But can be used programmatically when embedding the dashboard too.
|
|
7993
8160
|
*
|
|
7994
8161
|
* @alpha
|
|
7995
8162
|
*/
|
|
@@ -8239,7 +8406,7 @@ export declare function getAuthor(capabilities: IBackendCapabilities, user: IUse
|
|
|
8239
8406
|
/**
|
|
8240
8407
|
* @internal
|
|
8241
8408
|
*/
|
|
8242
|
-
export declare function getDefaultInsightEditMenuItems(widget: IInsightWidget, { intl, dispatch, eventDispatch, includeInteractions, includeConfigurations, useWidgetDeleteDialog, }:
|
|
8409
|
+
export declare function getDefaultInsightEditMenuItems(widget: IInsightWidget, { intl, dispatch, eventDispatch, includeInteractions, includeConfigurations, useWidgetDeleteDialog, }: InsightMenuItemDependencies): IInsightMenuItem[];
|
|
8243
8410
|
|
|
8244
8411
|
/**
|
|
8245
8412
|
* @internal
|
|
@@ -8252,6 +8419,8 @@ export declare function getDefaultInsightMenuItems(intl: IntlShape, config: {
|
|
|
8252
8419
|
scheduleExportDisabled: boolean;
|
|
8253
8420
|
scheduleExportDisabledReason?: SchedulingDisabledReason;
|
|
8254
8421
|
scheduleExportManagementDisabled: boolean;
|
|
8422
|
+
exportPdfPresentationDisabled: boolean;
|
|
8423
|
+
exportPowerPointPresentationDisabled: boolean;
|
|
8255
8424
|
onExportXLSX: () => void;
|
|
8256
8425
|
onExportCSV: () => void;
|
|
8257
8426
|
onExportRawCSV: () => void;
|
|
@@ -8270,11 +8439,21 @@ export declare function getDefaultInsightMenuItems(intl: IntlShape, config: {
|
|
|
8270
8439
|
canCreateAutomation: boolean;
|
|
8271
8440
|
}): IInsightMenuItem[];
|
|
8272
8441
|
|
|
8442
|
+
/**
|
|
8443
|
+
* @internal
|
|
8444
|
+
*/
|
|
8445
|
+
export declare function getDefaultRichTextEditMode(widget: IRichTextWidget, { intl, dispatch, useWidgetDeleteDialog }: RichTextMenuItemDependencies): IRichTextMenuItem[];
|
|
8446
|
+
|
|
8273
8447
|
/**
|
|
8274
8448
|
* @internal
|
|
8275
8449
|
*/
|
|
8276
8450
|
export declare function getDrillDownTitle(drillDefinition: IDrillDownDefinition, drillEvent: IDrillEvent, drillDownIntersectionIgnoredAttributes?: IDrillDownIntersectionIgnoredAttributes[], drillTargetDisplayForm?: IAttributeDisplayFormMetadataObject): string | null;
|
|
8277
8451
|
|
|
8452
|
+
/**
|
|
8453
|
+
* @internal
|
|
8454
|
+
*/
|
|
8455
|
+
export declare function getFilterIdentifier(filter: FilterContextItem): string;
|
|
8456
|
+
|
|
8278
8457
|
/**
|
|
8279
8458
|
* Decide whether the user has the right to edit dashboard.
|
|
8280
8459
|
* If dashboard permissions are enabled then use them, otherwise fallback to workspace permissions
|
|
@@ -8788,15 +8967,22 @@ export declare interface IDashboardAttributeFilterProps {
|
|
|
8788
8967
|
* Definition of filter to render.
|
|
8789
8968
|
*/
|
|
8790
8969
|
filter: IDashboardAttributeFilter;
|
|
8970
|
+
/**
|
|
8971
|
+
* Working filter which selection will be used to render.
|
|
8972
|
+
*/
|
|
8973
|
+
workingFilter?: IDashboardAttributeFilter;
|
|
8791
8974
|
/**
|
|
8792
8975
|
* When the user interacts with the filter and changes its value, it MUST use this callback to propagate the
|
|
8793
8976
|
* new filter value.
|
|
8794
8977
|
*
|
|
8795
8978
|
* @param filter - new attribute filter value.
|
|
8796
8979
|
* @param displayAsLabel - label used for presentation of attribute filter elements in UI
|
|
8797
|
-
* @param isWorkingSelectionChange - if the change is to applied (application of filters) or
|
|
8980
|
+
* @param isWorkingSelectionChange - if the change is to applied (application of filters) or un-applied filters (filters staged before application).
|
|
8981
|
+
* @param isResultOfMigration - internal value, specifies that filter change was caused by displayAsLabel
|
|
8982
|
+
* ad-hoc migration, the param will be removed once the usage of displayAsLabel is migrated on database
|
|
8983
|
+
* metadata level.
|
|
8798
8984
|
*/
|
|
8799
|
-
onFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef, isWorkingSelectionChange?: boolean) => void;
|
|
8985
|
+
onFilterChanged: (filter: IDashboardAttributeFilter, displayAsLabel?: ObjRef, isWorkingSelectionChange?: boolean, isResultOfMigration?: boolean) => void;
|
|
8800
8986
|
/**
|
|
8801
8987
|
* Callback to be called, when user closes filter dropdown
|
|
8802
8988
|
*/
|
|
@@ -9155,6 +9341,18 @@ export declare interface IDashboardCustomComponentProps {
|
|
|
9155
9341
|
* @alpha
|
|
9156
9342
|
*/
|
|
9157
9343
|
InsightMenuComponentProvider?: OptionalInsightMenuComponentProvider;
|
|
9344
|
+
/**
|
|
9345
|
+
* Specify function to obtain custom component to use for rendering an rich text menu.
|
|
9346
|
+
*
|
|
9347
|
+
* @remarks
|
|
9348
|
+
* - If not provided, the default implementation {@link DefaultDashboardRichTextMenu} will be used.
|
|
9349
|
+
* - If factory function is provided and it returns undefined, then the default implementation {@link DefaultDashboardRichTextMenu} will be used.
|
|
9350
|
+
* This is useful if you want to customize just one particular insight and keep default rendering for
|
|
9351
|
+
* the other rich texts.
|
|
9352
|
+
*
|
|
9353
|
+
* @alpha
|
|
9354
|
+
*/
|
|
9355
|
+
RichTextMenuComponentProvider?: OptionalRichTextMenuComponentProvider;
|
|
9158
9356
|
/**
|
|
9159
9357
|
* Specify function to obtain custom component to use for rendering the title of the insight menu.
|
|
9160
9358
|
*
|
|
@@ -9167,6 +9365,18 @@ export declare interface IDashboardCustomComponentProps {
|
|
|
9167
9365
|
* @internal
|
|
9168
9366
|
*/
|
|
9169
9367
|
InsightMenuTitleComponentProvider?: OptionalInsightMenuTitleComponentProvider;
|
|
9368
|
+
/**
|
|
9369
|
+
* Specify function to obtain custom component to use for rendering the title of the rich text menu.
|
|
9370
|
+
*
|
|
9371
|
+
* @remarks
|
|
9372
|
+
* - If not provided, the default implementation {@link DefaultDashboardRichTextMenuTitle} will be used.
|
|
9373
|
+
* - If factory function is provided and it returns undefined, then the default implementation {@link DefaultDashboardRichTextMenuTitle} will be used.
|
|
9374
|
+
* This is useful if you want to customize just one particular rich text and keep default rendering for
|
|
9375
|
+
* the other insights.
|
|
9376
|
+
*
|
|
9377
|
+
* @internal
|
|
9378
|
+
*/
|
|
9379
|
+
RichTextMenuTitleComponentProvider?: OptionalRichTextMenuTitleComponentProvider;
|
|
9170
9380
|
/**
|
|
9171
9381
|
* Specify function to obtain insight component set.
|
|
9172
9382
|
*
|
|
@@ -9399,6 +9609,15 @@ export declare interface IDashboardCustomizationProps extends IDashboardCustomCo
|
|
|
9399
9609
|
* @alpha
|
|
9400
9610
|
*/
|
|
9401
9611
|
insightMenuItemsProvider?: InsightMenuItemsProvider;
|
|
9612
|
+
/**
|
|
9613
|
+
* Provide custom provider to change items rendered in rich text menus.
|
|
9614
|
+
*
|
|
9615
|
+
* @remarks
|
|
9616
|
+
* If the function returns an empty array, the menu will not be rendered at all.
|
|
9617
|
+
*
|
|
9618
|
+
* @alpha
|
|
9619
|
+
*/
|
|
9620
|
+
richTextMenuItemsProvider?: RichTextMenuItemsProvider;
|
|
9402
9621
|
/**
|
|
9403
9622
|
* Specify customization functions.
|
|
9404
9623
|
*
|
|
@@ -9496,6 +9715,10 @@ export declare interface IDashboardDateFilterProps {
|
|
|
9496
9715
|
* Definition of filter to render.
|
|
9497
9716
|
*/
|
|
9498
9717
|
filter: IDashboardDateFilter | undefined;
|
|
9718
|
+
/**
|
|
9719
|
+
* Definition of working filter used to render selected options.
|
|
9720
|
+
*/
|
|
9721
|
+
workingFilter: IDashboardDateFilter | undefined;
|
|
9499
9722
|
/**
|
|
9500
9723
|
* When the user interacts with the filter and changes its value, it MUST use this callback to propagate the
|
|
9501
9724
|
* new filter value.
|
|
@@ -10022,6 +10245,10 @@ export declare interface IDashboardInsightProps {
|
|
|
10022
10245
|
* @alpha
|
|
10023
10246
|
*/
|
|
10024
10247
|
onDrillToCustomUrl?: OnDrillToCustomUrlSuccess;
|
|
10248
|
+
/**
|
|
10249
|
+
* @internal
|
|
10250
|
+
*/
|
|
10251
|
+
onWidgetFiltersReady?: (filters?: IFilter[]) => void;
|
|
10025
10252
|
/**
|
|
10026
10253
|
* @alpha
|
|
10027
10254
|
*/
|
|
@@ -10305,6 +10532,34 @@ export declare interface IDashboardQueryService<TQuery extends IDashboardQuery,
|
|
|
10305
10532
|
cache?: QueryCache<TQuery, TResult>;
|
|
10306
10533
|
}
|
|
10307
10534
|
|
|
10535
|
+
/**
|
|
10536
|
+
* @alpha
|
|
10537
|
+
*/
|
|
10538
|
+
export declare interface IDashboardRichTextMenuButtonProps {
|
|
10539
|
+
widget: IRichTextWidget;
|
|
10540
|
+
isOpen: boolean;
|
|
10541
|
+
onClick: () => void;
|
|
10542
|
+
items: IRichTextMenuItem[];
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10545
|
+
/**
|
|
10546
|
+
* @alpha
|
|
10547
|
+
*/
|
|
10548
|
+
export declare interface IDashboardRichTextMenuProps {
|
|
10549
|
+
widget: IRichTextWidget;
|
|
10550
|
+
isOpen: boolean;
|
|
10551
|
+
onClose: () => void;
|
|
10552
|
+
items: IRichTextMenuItem[];
|
|
10553
|
+
}
|
|
10554
|
+
|
|
10555
|
+
/**
|
|
10556
|
+
* @internal
|
|
10557
|
+
*/
|
|
10558
|
+
export declare interface IDashboardRichTextMenuTitleProps {
|
|
10559
|
+
widget: IRichTextWidget;
|
|
10560
|
+
renderMode: RenderMode;
|
|
10561
|
+
}
|
|
10562
|
+
|
|
10308
10563
|
/**
|
|
10309
10564
|
* Rich text widget props.
|
|
10310
10565
|
*
|
|
@@ -10349,12 +10604,26 @@ export declare interface IDashboardRichTextProps {
|
|
|
10349
10604
|
* @alpha
|
|
10350
10605
|
*/
|
|
10351
10606
|
clientWidth?: number;
|
|
10607
|
+
/**
|
|
10608
|
+
* @alpha
|
|
10609
|
+
*/
|
|
10610
|
+
onError?: OnError;
|
|
10611
|
+
/**
|
|
10612
|
+
* Callback to receive notifications about loading state of the widget.
|
|
10613
|
+
*/
|
|
10614
|
+
onLoadingChanged?: OnLoadingChanged;
|
|
10352
10615
|
/**
|
|
10353
10616
|
* Data for export in export mode.
|
|
10354
10617
|
*
|
|
10355
10618
|
* @alpha
|
|
10356
10619
|
*/
|
|
10357
10620
|
exportData?: WidgetExportDataAttributes;
|
|
10621
|
+
/**
|
|
10622
|
+
* Data for export in export mode.
|
|
10623
|
+
*
|
|
10624
|
+
* @alpha
|
|
10625
|
+
*/
|
|
10626
|
+
richTextExportData?: RichTextExportData;
|
|
10358
10627
|
}
|
|
10359
10628
|
|
|
10360
10629
|
/**
|
|
@@ -10929,6 +11198,10 @@ export declare interface IFilterBarProps {
|
|
|
10929
11198
|
* Filters that are set for the dashboard.
|
|
10930
11199
|
*/
|
|
10931
11200
|
filters: FilterContextItem[];
|
|
11201
|
+
/**
|
|
11202
|
+
* Working filters that are used to dispaly filter selected values. If undefined, filters are used instead.
|
|
11203
|
+
*/
|
|
11204
|
+
workingFilters?: FilterContextItem[];
|
|
10932
11205
|
/**
|
|
10933
11206
|
* When value of an attribute filter that is part of the FilterBar changes, the filter bar MUST propagate the event
|
|
10934
11207
|
* using this callback.
|
|
@@ -11206,6 +11479,10 @@ export declare interface IInsightBodyProps extends Partial<IVisualizationCallbac
|
|
|
11206
11479
|
* The current user settings.
|
|
11207
11480
|
*/
|
|
11208
11481
|
settings: IUserWorkspaceSettings | undefined;
|
|
11482
|
+
/**
|
|
11483
|
+
* Contains configuration that should be part of insight execution
|
|
11484
|
+
*/
|
|
11485
|
+
execConfig?: IExecutionConfig;
|
|
11209
11486
|
}
|
|
11210
11487
|
|
|
11211
11488
|
/**
|
|
@@ -11315,6 +11592,14 @@ export declare interface IInsightMenuSubmenuComponentProps {
|
|
|
11315
11592
|
enableTitleConfig?: boolean;
|
|
11316
11593
|
}
|
|
11317
11594
|
|
|
11595
|
+
/**
|
|
11596
|
+
* @alpha
|
|
11597
|
+
*/
|
|
11598
|
+
export declare interface IIRichTextMenuItemSeparator {
|
|
11599
|
+
type: "separator";
|
|
11600
|
+
itemId: string;
|
|
11601
|
+
}
|
|
11602
|
+
|
|
11318
11603
|
/**
|
|
11319
11604
|
* Configuration for keyboard navigation
|
|
11320
11605
|
*
|
|
@@ -11975,6 +12260,18 @@ export declare type InsightMenuButtonComponentProvider = (insight: IInsight | un
|
|
|
11975
12260
|
*/
|
|
11976
12261
|
export declare type InsightMenuComponentProvider = (insight: IInsight | undefined, widget: IInsightWidget) => CustomDashboardInsightMenuComponent;
|
|
11977
12262
|
|
|
12263
|
+
/**
|
|
12264
|
+
* @internal
|
|
12265
|
+
*/
|
|
12266
|
+
export declare type InsightMenuItemDependencies = {
|
|
12267
|
+
intl: IntlShape;
|
|
12268
|
+
dispatch: ReturnType<typeof useDashboardDispatch>;
|
|
12269
|
+
eventDispatch: ReturnType<typeof useDashboardEventDispatch>;
|
|
12270
|
+
includeInteractions?: boolean;
|
|
12271
|
+
includeConfigurations?: boolean;
|
|
12272
|
+
useWidgetDeleteDialog?: boolean;
|
|
12273
|
+
};
|
|
12274
|
+
|
|
11978
12275
|
/**
|
|
11979
12276
|
* @beta
|
|
11980
12277
|
*/
|
|
@@ -12174,6 +12471,83 @@ export declare type IRichTextDraggingComponentProps = {
|
|
|
12174
12471
|
item: RichTextDraggableItem;
|
|
12175
12472
|
};
|
|
12176
12473
|
|
|
12474
|
+
/**
|
|
12475
|
+
* @alpha
|
|
12476
|
+
*/
|
|
12477
|
+
export declare type IRichTextMenuItem = IRichTextMenuItemButton | IIRichTextMenuItemSeparator | IRichTextMenuSubmenu;
|
|
12478
|
+
|
|
12479
|
+
/**
|
|
12480
|
+
* @alpha
|
|
12481
|
+
*/
|
|
12482
|
+
export declare interface IRichTextMenuItemButton {
|
|
12483
|
+
type: "button";
|
|
12484
|
+
itemId: string;
|
|
12485
|
+
itemName: string;
|
|
12486
|
+
onClick?: (e: MouseEvent_2) => void;
|
|
12487
|
+
/**
|
|
12488
|
+
* If specified, the value is shown on hover of the item as a tooltip.
|
|
12489
|
+
*/
|
|
12490
|
+
tooltip?: string | ReactNode;
|
|
12491
|
+
disabled?: boolean;
|
|
12492
|
+
icon?: JSX.Element | string;
|
|
12493
|
+
/**
|
|
12494
|
+
* Additional class names to be applied to the item.
|
|
12495
|
+
*/
|
|
12496
|
+
className?: string;
|
|
12497
|
+
}
|
|
12498
|
+
|
|
12499
|
+
/**
|
|
12500
|
+
* @alpha
|
|
12501
|
+
*/
|
|
12502
|
+
export declare interface IRichTextMenuSubmenu {
|
|
12503
|
+
type: "submenu";
|
|
12504
|
+
itemId: string;
|
|
12505
|
+
itemName: string;
|
|
12506
|
+
/** @alpha */
|
|
12507
|
+
SubmenuComponent: ComponentType<IRichTextMenuSubmenuComponentProps>;
|
|
12508
|
+
/**
|
|
12509
|
+
* Should the submenu component be rendered only?
|
|
12510
|
+
* If so, it won't be wrapped inside the default container
|
|
12511
|
+
* and the default header won't be rendered.
|
|
12512
|
+
* @alpha
|
|
12513
|
+
*/
|
|
12514
|
+
renderSubmenuComponentOnly?: boolean;
|
|
12515
|
+
/**
|
|
12516
|
+
* If specified, the value is shown on hover of the item as a tooltip.
|
|
12517
|
+
*/
|
|
12518
|
+
tooltip?: string | ReactNode;
|
|
12519
|
+
disabled?: boolean;
|
|
12520
|
+
icon?: JSX.Element | string;
|
|
12521
|
+
/**
|
|
12522
|
+
* Additional class names to be applied to the item.
|
|
12523
|
+
*/
|
|
12524
|
+
className?: string;
|
|
12525
|
+
onClick?: (e: MouseEvent_2) => void;
|
|
12526
|
+
}
|
|
12527
|
+
|
|
12528
|
+
/**
|
|
12529
|
+
* @alpha
|
|
12530
|
+
*/
|
|
12531
|
+
export declare interface IRichTextMenuSubmenuComponentProps {
|
|
12532
|
+
/**
|
|
12533
|
+
* The widget for which the menu is rendered.
|
|
12534
|
+
*/
|
|
12535
|
+
widget: IRichTextWidget;
|
|
12536
|
+
/**
|
|
12537
|
+
* Closes the insight menu.
|
|
12538
|
+
*/
|
|
12539
|
+
onClose: () => void;
|
|
12540
|
+
/**
|
|
12541
|
+
* Go back to the root menu.
|
|
12542
|
+
*/
|
|
12543
|
+
onGoBack: () => void;
|
|
12544
|
+
/**
|
|
12545
|
+
* If true, the title configuration is shown in submenu.
|
|
12546
|
+
* default: true
|
|
12547
|
+
*/
|
|
12548
|
+
enableTitleConfig?: boolean;
|
|
12549
|
+
}
|
|
12550
|
+
|
|
12177
12551
|
/**
|
|
12178
12552
|
* Tests whether an object is any type of placeholder widgets.
|
|
12179
12553
|
*
|
|
@@ -13308,6 +13682,14 @@ export declare const isDashboardRenderResolved: (obj: unknown) => obj is Dashboa
|
|
|
13308
13682
|
*/
|
|
13309
13683
|
export declare const isDashboardRichTextWidgetContentChanged: (obj: unknown) => obj is DashboardRichTextWidgetContentChanged;
|
|
13310
13684
|
|
|
13685
|
+
/**
|
|
13686
|
+
* Tests whether the provided object is an instance of {@link DashboardInsightWidgetFilterSettingsChanged}.
|
|
13687
|
+
*
|
|
13688
|
+
* @param obj - object to test
|
|
13689
|
+
* @beta
|
|
13690
|
+
*/
|
|
13691
|
+
export declare const isDashboardRichTextWidgetFilterSettingsChanged: (obj: unknown) => obj is DashboardRichTextWidgetFilterSettingsChanged;
|
|
13692
|
+
|
|
13311
13693
|
/**
|
|
13312
13694
|
* Tests whether the provided object is an instance of {@link DashboardSaved}.
|
|
13313
13695
|
*
|
|
@@ -14239,7 +14621,7 @@ export declare interface IWorkingFilterContextDefinition {
|
|
|
14239
14621
|
/**
|
|
14240
14622
|
* @internal
|
|
14241
14623
|
*/
|
|
14242
|
-
export declare type IWrapCreatePanelItemWithDragComponent =
|
|
14624
|
+
export declare type IWrapCreatePanelItemWithDragComponent = React_2.ComponentType<IWrapCreatePanelItemWithDragProps>;
|
|
14243
14625
|
|
|
14244
14626
|
/**
|
|
14245
14627
|
* @internal
|
|
@@ -14268,7 +14650,7 @@ export declare type IWrapCreatePanelItemWithDragProps = {
|
|
|
14268
14650
|
/**
|
|
14269
14651
|
* @internal
|
|
14270
14652
|
*/
|
|
14271
|
-
export declare type IWrapInsightListItemWithDragComponent =
|
|
14653
|
+
export declare type IWrapInsightListItemWithDragComponent = React_2.ComponentType<IWrapInsightListItemWithDragProps>;
|
|
14272
14654
|
|
|
14273
14655
|
/**
|
|
14274
14656
|
* @internal
|
|
@@ -14493,18 +14875,6 @@ export declare interface MeasureDateDatasets {
|
|
|
14493
14875
|
*/
|
|
14494
14876
|
export declare const MenuButton: (props: IMenuButtonProps) => JSX.Element;
|
|
14495
14877
|
|
|
14496
|
-
/**
|
|
14497
|
-
* @internal
|
|
14498
|
-
*/
|
|
14499
|
-
export declare type MenuItemDependencies = {
|
|
14500
|
-
intl: IntlShape;
|
|
14501
|
-
dispatch: ReturnType<typeof useDashboardDispatch>;
|
|
14502
|
-
eventDispatch: ReturnType<typeof useDashboardEventDispatch>;
|
|
14503
|
-
includeInteractions?: boolean;
|
|
14504
|
-
includeConfigurations?: boolean;
|
|
14505
|
-
useWidgetDeleteDialog?: boolean;
|
|
14506
|
-
};
|
|
14507
|
-
|
|
14508
14878
|
/**
|
|
14509
14879
|
* Data attributes for export mode to be added to the header.
|
|
14510
14880
|
*
|
|
@@ -14526,7 +14896,7 @@ export declare type MetaExportData = {
|
|
|
14526
14896
|
filter: {
|
|
14527
14897
|
name: MetaExportDataAttributes;
|
|
14528
14898
|
value: MetaExportDataAttributes;
|
|
14529
|
-
filterData: (data: DashboardRelatedFilter) => MetaExportDataAttributes;
|
|
14899
|
+
filterData: (data: DashboardRelatedFilter, isLoading: boolean, isError: boolean) => MetaExportDataAttributes;
|
|
14530
14900
|
};
|
|
14531
14901
|
};
|
|
14532
14902
|
};
|
|
@@ -14540,6 +14910,10 @@ export declare type MetaExportDataAttributes = {
|
|
|
14540
14910
|
"data-export-meta-type"?: ExportMetaType;
|
|
14541
14911
|
"data-export-meta-filter-type"?: "date" | "attribute";
|
|
14542
14912
|
"data-export-meta-filter-mode"?: "readonly" | "hidden" | "active";
|
|
14913
|
+
"data-export-meta-filter-status"?: "loading" | "loaded" | "error";
|
|
14914
|
+
"data-export-meta-image-status"?: "loading" | "loaded" | "error";
|
|
14915
|
+
"data-export-palette-key"?: string;
|
|
14916
|
+
"data-export-palette-value"?: string;
|
|
14543
14917
|
};
|
|
14544
14918
|
|
|
14545
14919
|
/**
|
|
@@ -15493,6 +15867,16 @@ export declare type OptionalProvider<T> = T extends (...args: infer TArgs) => in
|
|
|
15493
15867
|
*/
|
|
15494
15868
|
export declare type OptionalRichTextComponentProvider = OptionalProvider<RichTextComponentProvider>;
|
|
15495
15869
|
|
|
15870
|
+
/**
|
|
15871
|
+
* @alpha
|
|
15872
|
+
*/
|
|
15873
|
+
export declare type OptionalRichTextMenuComponentProvider = OptionalProvider<RichTextMenuComponentProvider>;
|
|
15874
|
+
|
|
15875
|
+
/**
|
|
15876
|
+
* @internal
|
|
15877
|
+
*/
|
|
15878
|
+
export declare type OptionalRichTextMenuTitleComponentProvider = OptionalProvider<RichTextMenuTitleComponentProvider>;
|
|
15879
|
+
|
|
15496
15880
|
/**
|
|
15497
15881
|
* @public
|
|
15498
15882
|
*/
|
|
@@ -16896,6 +17280,34 @@ export declare interface ResetDashboard extends IDashboardCommand {
|
|
|
16896
17280
|
*/
|
|
16897
17281
|
export declare function resetDashboard(correlationId?: string): ResetDashboard;
|
|
16898
17282
|
|
|
17283
|
+
/**
|
|
17284
|
+
* Command for reseting all working filters.
|
|
17285
|
+
* It resets the working filters in to same state as applied filters.
|
|
17286
|
+
*
|
|
17287
|
+
* @remarks
|
|
17288
|
+
* This command ot usually used with setting dashboardApplyFiltersMode: ALL_AT_ONCE
|
|
17289
|
+
*
|
|
17290
|
+
* If you want to reset applied filters too, you may use {@link changeFilterContextSelection} and pass all available filters to it.
|
|
17291
|
+
*
|
|
17292
|
+
* @remarks
|
|
17293
|
+
* See {@link applyFilterContextWorkingSelection} for a factory function that will help you create this command.
|
|
17294
|
+
*
|
|
17295
|
+
* @alpha
|
|
17296
|
+
*/
|
|
17297
|
+
export declare interface ResetFilterContextWorkingSelection extends IDashboardCommand {
|
|
17298
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION";
|
|
17299
|
+
}
|
|
17300
|
+
|
|
17301
|
+
/**
|
|
17302
|
+
* Creates the {@link ResetFilterContextWorkingSelection} command.
|
|
17303
|
+
*
|
|
17304
|
+
* @param correlationId - specify correlation id. It will be included in all events that will be emitted during the command processing.
|
|
17305
|
+
* @returns apply reset working filters command
|
|
17306
|
+
*
|
|
17307
|
+
* @alpha
|
|
17308
|
+
*/
|
|
17309
|
+
export declare function resetFilterContextWorkingSelection(correlationId?: string): ResetFilterContextWorkingSelection;
|
|
17310
|
+
|
|
16899
17311
|
/**
|
|
16900
17312
|
* @beta
|
|
16901
17313
|
*/
|
|
@@ -17095,7 +17507,7 @@ export declare interface ResolveAsyncRenderPayload {
|
|
|
17095
17507
|
*
|
|
17096
17508
|
* @public
|
|
17097
17509
|
*/
|
|
17098
|
-
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "exportType" | "focusObject" | "slideConfig" | "references" | "entitlements" | "initialContent"> & DashboardConfig;
|
|
17510
|
+
export declare type ResolvedDashboardConfig = Omit<Required<DashboardConfig>, "mapboxToken" | "exportId" | "exportType" | "focusObject" | "slideConfig" | "references" | "entitlements" | "initialContent" | "executionTimestamp"> & DashboardConfig;
|
|
17099
17511
|
|
|
17100
17512
|
/**
|
|
17101
17513
|
* @alpha
|
|
@@ -17195,6 +17607,31 @@ export declare type RichTextExportData = {
|
|
|
17195
17607
|
markdown?: RichTextDataAttributes;
|
|
17196
17608
|
};
|
|
17197
17609
|
|
|
17610
|
+
/**
|
|
17611
|
+
* @alpha
|
|
17612
|
+
*/
|
|
17613
|
+
export declare type RichTextMenuComponentProvider = (widget: IRichTextWidget) => CustomDashboardRichTextMenuComponent;
|
|
17614
|
+
|
|
17615
|
+
/**
|
|
17616
|
+
* @internal
|
|
17617
|
+
*/
|
|
17618
|
+
export declare type RichTextMenuItemDependencies = {
|
|
17619
|
+
intl: IntlShape;
|
|
17620
|
+
dispatch: ReturnType<typeof useDashboardDispatch>;
|
|
17621
|
+
eventDispatch: ReturnType<typeof useDashboardEventDispatch>;
|
|
17622
|
+
useWidgetDeleteDialog?: boolean;
|
|
17623
|
+
};
|
|
17624
|
+
|
|
17625
|
+
/**
|
|
17626
|
+
* @alpha
|
|
17627
|
+
*/
|
|
17628
|
+
export declare type RichTextMenuItemsProvider = (widget: IRichTextWidget, defaultItems: IRichTextMenuItem[], closeMenu: () => void, renderMode: RenderMode) => IRichTextMenuItem[];
|
|
17629
|
+
|
|
17630
|
+
/**
|
|
17631
|
+
* @internal
|
|
17632
|
+
*/
|
|
17633
|
+
export declare type RichTextMenuTitleComponentProvider = (widget: IRichTextWidget) => CustomDashboardRichTextMenuTitleComponent;
|
|
17634
|
+
|
|
17198
17635
|
/**
|
|
17199
17636
|
* Definition of RichText widget
|
|
17200
17637
|
* @internal
|
|
@@ -17206,6 +17643,11 @@ export declare type RichTextWidgetComponentSet = CustomComponentBase<IDashboardR
|
|
|
17206
17643
|
*/
|
|
17207
17644
|
export declare function richTextWidgetContentChanged(ctx: DashboardContext, ref: ObjRef, content: string, correlationId?: string): DashboardRichTextWidgetContentChanged;
|
|
17208
17645
|
|
|
17646
|
+
/**
|
|
17647
|
+
* @internal
|
|
17648
|
+
*/
|
|
17649
|
+
export declare function richTextWidgetFilterSettingsChanged(ctx: DashboardContext, ref: ObjRef, ignoredAttributeFilters: IDashboardAttributeFilter[], dateDatasetForFiltering: ICatalogDateDataset | undefined, correlationId?: string, ignoredDateFilters?: IDashboardDateFilter[]): DashboardRichTextWidgetFilterSettingsChanged;
|
|
17650
|
+
|
|
17209
17651
|
/**
|
|
17210
17652
|
* Saves alert.
|
|
17211
17653
|
*
|
|
@@ -18757,12 +19199,19 @@ export declare const selectEnableFilterValuesResolutionInDrillEvents: DashboardS
|
|
|
18757
19199
|
export declare const selectEnableFilterViews: DashboardSelector<boolean>;
|
|
18758
19200
|
|
|
18759
19201
|
/**
|
|
18760
|
-
* Returns whether
|
|
19202
|
+
* Returns whether flexible layout renderer is enabled.
|
|
18761
19203
|
*
|
|
18762
19204
|
* @internal
|
|
18763
19205
|
*/
|
|
18764
19206
|
export declare const selectEnableFlexibleLayout: DashboardSelector<boolean>;
|
|
18765
19207
|
|
|
19208
|
+
/**
|
|
19209
|
+
* Returns whether nesting is enabled in flexible layout renderer.
|
|
19210
|
+
*
|
|
19211
|
+
* @internal
|
|
19212
|
+
*/
|
|
19213
|
+
export declare const selectEnableFlexibleLayoutContainer: DashboardSelector<boolean>;
|
|
19214
|
+
|
|
18766
19215
|
/**
|
|
18767
19216
|
* Returns whether ignore cross-filtering enabled.
|
|
18768
19217
|
*
|
|
@@ -18917,6 +19366,11 @@ export declare const selectEnableRenamingProjectToWorkspace: DashboardSelector<b
|
|
|
18917
19366
|
*/
|
|
18918
19367
|
export declare const selectEnableRichTextDescriptions: DashboardSelector<boolean>;
|
|
18919
19368
|
|
|
19369
|
+
/**
|
|
19370
|
+
* @internal
|
|
19371
|
+
*/
|
|
19372
|
+
export declare const selectEnableRichTextDynamicReferences: DashboardSelector<boolean>;
|
|
19373
|
+
|
|
18920
19374
|
/**
|
|
18921
19375
|
* @alpha
|
|
18922
19376
|
*/
|
|
@@ -18990,6 +19444,11 @@ export declare const selectExecutionResult: (state: DashboardState, id: EntityId
|
|
|
18990
19444
|
*/
|
|
18991
19445
|
export declare const selectExecutionResultByRef: (ref: ObjRef | undefined) => DashboardSelector<IExecutionResultEnvelope | undefined>;
|
|
18992
19446
|
|
|
19447
|
+
/**
|
|
19448
|
+
* @internal
|
|
19449
|
+
*/
|
|
19450
|
+
export declare const selectExecutionTimestamp: DashboardSelector<string | undefined>;
|
|
19451
|
+
|
|
18993
19452
|
/**
|
|
18994
19453
|
* Selects filterable widget by its ref (including custom widgets).
|
|
18995
19454
|
* This selector will return undefined if the provided ref to non-filterable widget.
|
|
@@ -19186,6 +19645,11 @@ export declare const selectHideKpiDrillInEmbedded: DashboardSelector<boolean>;
|
|
|
19186
19645
|
*/
|
|
19187
19646
|
export declare const selectIgnoredDrillDownHierarchiesByWidgetRef: (ref: ObjRef) => DashboardSelector<IDrillDownReference[]>;
|
|
19188
19647
|
|
|
19648
|
+
/**
|
|
19649
|
+
* @internal
|
|
19650
|
+
*/
|
|
19651
|
+
export declare const selectIgnoreExecutionTimestamp: DashboardSelector<boolean>;
|
|
19652
|
+
|
|
19189
19653
|
/**
|
|
19190
19654
|
* @internal
|
|
19191
19655
|
*/
|
|
@@ -19480,6 +19944,16 @@ export declare const selectIsExecutionResultReadyForExportByRef: (ref: ObjRef) =
|
|
|
19480
19944
|
*/
|
|
19481
19945
|
export declare const selectIsExport: DashboardSelector<boolean>;
|
|
19482
19946
|
|
|
19947
|
+
/**
|
|
19948
|
+
* @internal
|
|
19949
|
+
*/
|
|
19950
|
+
export declare const selectIsExportableToCSV: DashboardSelector<boolean>;
|
|
19951
|
+
|
|
19952
|
+
/**
|
|
19953
|
+
* @internal
|
|
19954
|
+
*/
|
|
19955
|
+
export declare const selectIsExportableToXLSX: DashboardSelector<boolean>;
|
|
19956
|
+
|
|
19483
19957
|
/**
|
|
19484
19958
|
* @alpha
|
|
19485
19959
|
*/
|
|
@@ -19894,6 +20368,13 @@ export declare const selectPlatformEdition: DashboardSelector<PlatformEdition>;
|
|
|
19894
20368
|
*/
|
|
19895
20369
|
export declare const selectPreloadedAttributesWithReferences: DashboardSelector<IAttributeWithReferences[] | undefined>;
|
|
19896
20370
|
|
|
20371
|
+
/**
|
|
20372
|
+
* Selects raw export custom overrides for insight by ref.
|
|
20373
|
+
*
|
|
20374
|
+
* @alpha
|
|
20375
|
+
*/
|
|
20376
|
+
export declare const selectRawExportOverridesForInsightByRef: (ref: ObjRef | undefined) => DashboardSelector<IRawExportCustomOverrides | undefined>;
|
|
20377
|
+
|
|
19897
20378
|
/**
|
|
19898
20379
|
* @internal
|
|
19899
20380
|
*/
|
|
@@ -20312,9 +20793,12 @@ export declare interface SetAttributeFilterDisplayForm extends IDashboardCommand
|
|
|
20312
20793
|
* @param filterLocalId - local identifier of the filter the display form is changed for
|
|
20313
20794
|
* @param displayForm - newly selected display form
|
|
20314
20795
|
* @param isWorkingSelectionChange - determines if command updates working filter context or applied filter context. Applied filter context is default.
|
|
20796
|
+
* @param isResultOfMigration - internal value, specifies that filter change was caused by displayAsLabel
|
|
20797
|
+
* ad-hoc migration, the param will be removed once the usage of displayAsLabel is migrated on database
|
|
20798
|
+
* metadata level.
|
|
20315
20799
|
* @returns change filter display form command
|
|
20316
20800
|
*/
|
|
20317
|
-
export declare function setAttributeFilterDisplayForm(filterLocalId: string, displayForm: ObjRef, isWorkingSelectionChange?: boolean): SetAttributeFilterDisplayForm;
|
|
20801
|
+
export declare function setAttributeFilterDisplayForm(filterLocalId: string, displayForm: ObjRef, isWorkingSelectionChange?: boolean, isResultOfMigration?: boolean): SetAttributeFilterDisplayForm;
|
|
20318
20802
|
|
|
20319
20803
|
/**
|
|
20320
20804
|
* @beta
|
|
@@ -20323,6 +20807,7 @@ export declare interface SetAttributeFilterDisplayFormPayload {
|
|
|
20323
20807
|
filterLocalId: string;
|
|
20324
20808
|
displayForm: ObjRef;
|
|
20325
20809
|
isWorkingSelectionChange?: boolean;
|
|
20810
|
+
isResultOfMigration?: boolean;
|
|
20326
20811
|
}
|
|
20327
20812
|
|
|
20328
20813
|
/**
|
|
@@ -21149,6 +21634,7 @@ payload: ObjRef;
|
|
|
21149
21634
|
type: string;
|
|
21150
21635
|
}) => void | UiState_2 | WritableDraft<UiState_2>;
|
|
21151
21636
|
closeWidgetDeleteDialog: (state: WritableDraft<UiState_2>, action: AnyAction) => void | UiState_2 | WritableDraft<UiState_2>;
|
|
21637
|
+
ignoreExecutionTimestamp: (state: WritableDraft<UiState_2>, action: AnyAction) => void | UiState_2 | WritableDraft<UiState_2>;
|
|
21152
21638
|
}, "uiSlice">;
|
|
21153
21639
|
|
|
21154
21640
|
/**
|
|
@@ -21214,6 +21700,7 @@ export declare interface UiState {
|
|
|
21214
21700
|
filterAttributeSelectionOpen: boolean;
|
|
21215
21701
|
selectedFilterIndex: number | undefined;
|
|
21216
21702
|
activeSection: ILayoutSectionPath | undefined;
|
|
21703
|
+
ignoreExecutionTimestamp: boolean;
|
|
21217
21704
|
/** @alpha */
|
|
21218
21705
|
drillValidationMessages: {
|
|
21219
21706
|
invalidDrillWidgetRefs: ObjRef[];
|
|
@@ -21683,6 +22170,8 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
|
|
|
21683
22170
|
type: TSuccessEventType;
|
|
21684
22171
|
}> | Extract<DashboardRichTextWidgetContentChanged_2, {
|
|
21685
22172
|
type: TSuccessEventType;
|
|
22173
|
+
}> | Extract<DashboardRichTextWidgetFilterSettingsChanged_2, {
|
|
22174
|
+
type: TSuccessEventType;
|
|
21686
22175
|
}> | Extract<DashboardVisualizationSwitcherWidgetVisualizationAdded_2, {
|
|
21687
22176
|
type: TSuccessEventType;
|
|
21688
22177
|
}> | Extract<DashboardVisualizationSwitcherWidgetVisualizationsUpdated_2, {
|
|
@@ -21880,6 +22369,8 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
|
|
|
21880
22369
|
type: TErrorEventType;
|
|
21881
22370
|
}> | Extract<DashboardRichTextWidgetContentChanged_2, {
|
|
21882
22371
|
type: TErrorEventType;
|
|
22372
|
+
}> | Extract<DashboardRichTextWidgetFilterSettingsChanged_2, {
|
|
22373
|
+
type: TErrorEventType;
|
|
21883
22374
|
}> | Extract<DashboardVisualizationSwitcherWidgetVisualizationAdded_2, {
|
|
21884
22375
|
type: TErrorEventType;
|
|
21885
22376
|
}> | Extract<DashboardVisualizationSwitcherWidgetVisualizationsUpdated_2, {
|
|
@@ -22293,6 +22784,19 @@ export declare type UseInsightWidgetInsightDataViewCallbacks = UseCancelableProm
|
|
|
22293
22784
|
*/
|
|
22294
22785
|
export declare const useMetaExportData: () => MetaExportData | undefined;
|
|
22295
22786
|
|
|
22787
|
+
/**
|
|
22788
|
+
* @alpha
|
|
22789
|
+
*/
|
|
22790
|
+
export declare const useMetaExportImageData: (type: MetaExportDataAttributes["data-export-meta-type"], loading: boolean, error: boolean) => MetaExportDataAttributes | undefined;
|
|
22791
|
+
|
|
22792
|
+
/**
|
|
22793
|
+
* @alpha
|
|
22794
|
+
*/
|
|
22795
|
+
export declare const useMetaPaletteData: () => {
|
|
22796
|
+
exportData: MetaExportDataAttributes | undefined;
|
|
22797
|
+
item: (key: string, value: string) => MetaExportDataAttributes | undefined;
|
|
22798
|
+
};
|
|
22799
|
+
|
|
22296
22800
|
/**
|
|
22297
22801
|
* Returns parent filtering input props for {@link @gooddata/sdk-ui-filters#AttributeFilter} for particular dashboard attribute filter.
|
|
22298
22802
|
*
|