@gooddata/sdk-ui-dashboard 11.13.0-alpha.1 → 11.13.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/drills/drillingUtils.d.ts +2 -2
- package/esm/_staging/drills/drillingUtils.d.ts.map +1 -1
- package/esm/_staging/drills/drillingUtils.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/kdaDialog/components/KdaSummaryHeadline.js +2 -2
- package/esm/kdaDialog/components/KdaSummaryHeadline.js.map +1 -1
- package/esm/kdaDialog/components/bars/DateBar.js +2 -2
- package/esm/kdaDialog/components/bars/DateBar.js.map +1 -1
- package/esm/kdaDialog/components/bars/MetricBar.d.ts +1 -2
- package/esm/kdaDialog/components/bars/MetricBar.d.ts.map +1 -1
- package/esm/kdaDialog/components/bars/MetricBar.js.map +1 -1
- package/esm/kdaDialog/composition/data/dataview.d.ts +2 -2
- package/esm/kdaDialog/composition/data/dataview.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/usePeriodChangeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useValidAttributes.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useValidAttributes.js.map +1 -1
- package/esm/kdaDialog/index.d.ts +2 -1
- package/esm/kdaDialog/index.d.ts.map +1 -1
- package/esm/kdaDialog/index.js +1 -0
- package/esm/kdaDialog/index.js.map +1 -1
- package/esm/kdaDialog/internalTypes.d.ts +1 -6
- package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
- package/esm/kdaDialog/types.d.ts +10 -0
- package/esm/kdaDialog/types.d.ts.map +1 -1
- package/esm/kdaDialog/utils.d.ts +6 -3
- package/esm/kdaDialog/utils.d.ts.map +1 -1
- package/esm/kdaDialog/utils.js +16 -3
- package/esm/kdaDialog/utils.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.js +9 -4
- package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +6 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +20 -17
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +8 -4
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +37 -23
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +41 -33
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +2 -2
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +59 -38
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js +23 -6
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts +10 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js +20 -0
- package/esm/model/commandHandlers/widgets/removeDrillToUrlForInsightWidgetHandler.js.map +1 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/index.d.ts +4 -4
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +1 -1
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/insight.d.ts +32 -0
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +18 -0
- package/esm/model/commands/insight.js.map +1 -1
- package/esm/model/react/index.d.ts +0 -1
- package/esm/model/react/index.d.ts.map +1 -1
- package/esm/model/react/index.js +0 -1
- package/esm/model/react/index.js.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.js +2 -4
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.js.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.js +3 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.js.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.js +3 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +13 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +18 -1
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +0 -5
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.d.ts.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js +7 -3
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js.map +1 -1
- package/esm/model/store/index.d.ts +5 -5
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +5 -5
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +3 -0
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +5 -2
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/tabs/dateFilterConfig/dateFilterConfigSelectors.d.ts +27 -0
- package/esm/model/store/tabs/dateFilterConfig/dateFilterConfigSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/dateFilterConfig/dateFilterConfigSelectors.js +33 -0
- package/esm/model/store/tabs/dateFilterConfig/dateFilterConfigSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +75 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +99 -3
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +8 -1
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/index.js +1 -1
- package/esm/model/store/tabs/index.js.map +1 -1
- package/esm/model/store/tabs/layout/layoutReducers.d.ts +5 -0
- package/esm/model/store/tabs/layout/layoutReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutReducers.js +11 -0
- package/esm/model/store/tabs/layout/layoutReducers.js.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts +30 -9
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +40 -10
- package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
- package/esm/model/store/tabs/tabsSelectors.d.ts +6 -0
- package/esm/model/store/tabs/tabsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsSelectors.js +6 -0
- package/esm/model/store/tabs/tabsSelectors.js.map +1 -1
- package/esm/model/store/ui/index.d.ts +0 -1
- package/esm/model/store/ui/index.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.d.ts +0 -4
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.js +3 -5
- package/esm/model/store/ui/uiReducers.js.map +1 -1
- package/esm/model/store/ui/uiSelectors.d.ts +7 -0
- package/esm/model/store/ui/uiSelectors.d.ts.map +1 -1
- package/esm/model/store/ui/uiSelectors.js +7 -0
- package/esm/model/store/ui/uiSelectors.js.map +1 -1
- package/esm/model/store/ui/uiState.d.ts +1 -6
- package/esm/model/store/ui/uiState.d.ts.map +1 -1
- package/esm/model/store/ui/uiState.js +1 -1
- package/esm/model/store/ui/uiState.js.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts +7 -3
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js +93 -38
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +3 -1
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.js +10 -2
- package/esm/plugins/customizationApis/layoutCustomizer.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js +1 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +3 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js +20 -11
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js +42 -2
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +3 -3
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +4 -4
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts +2 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js +15 -5
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +8 -7
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +40 -44
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts +5 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js +12 -4
- package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js +49 -20
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +85 -57
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +45 -6
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.d.ts +1 -1
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.js +13 -4
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.js.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +6 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +2 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +18 -2
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js.map +1 -1
- package/esm/presentation/drill/types.d.ts +1 -0
- package/esm/presentation/drill/types.d.ts.map +1 -1
- package/esm/presentation/drill/types.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +19 -6
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +10 -0
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts +2 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +13 -6
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts +2 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +8 -4
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +2 -2
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts +12 -0
- package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.js +1 -0
- package/esm/presentation/filterBar/dateFilter/types.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +58 -52
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +44 -44
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +4 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +69 -40
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +3 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js.map +1 -1
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js +20 -25
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +47 -33
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +40 -36
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js +3 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelector.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorBody.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillMeasureSelector/DrillMeasureSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillAttributeSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js +2 -3
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillMeasureSelectorList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelector.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js +3 -4
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetType.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargetType/DrillTargetTypeListItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyDropdown.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js +3 -4
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetAttributeHierarchyItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargets.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDateDataSetFilter.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts +1 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigList.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts +6 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js +28 -0
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js +25 -6
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightFilters.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +101 -102
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +216 -26
- package/esm/tools/index.d.ts +1 -2
- package/esm/tools/index.d.ts.map +1 -1
- package/esm/tools/index.js +2 -1
- package/esm/tools/index.js.map +1 -1
- package/esm/types.d.ts +14 -0
- package/esm/types.d.ts.map +1 -1
- package/package.json +18 -18
- package/styles/css/automationFilters.css +8 -4
- package/styles/css/automationFilters.css.map +1 -1
- package/styles/css/dashboard.css +1 -1
- package/styles/css/main.css +9 -5
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +1 -1
- package/styles/scss/automationFilters.scss +10 -4
- package/styles/scss/notifications_channels_dialog.scss +1 -1
- package/esm/model/react/useAutomationsInvalidateRef.d.ts +0 -12
- package/esm/model/react/useAutomationsInvalidateRef.d.ts.map +0 -1
- package/esm/model/react/useAutomationsInvalidateRef.js +0 -25
- package/esm/model/react/useAutomationsInvalidateRef.js.map +0 -1
|
@@ -3198,7 +3198,7 @@ export declare interface DashboardCommandRejected extends IDashboardEvent {
|
|
|
3198
3198
|
*
|
|
3199
3199
|
* @public
|
|
3200
3200
|
*/
|
|
3201
|
-
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | ChangeRichTextWidgetFilterSettings | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | KeyDriverAnalysis | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ToggleLayoutDirection | ApplyFilterContextWorkingSelection | ResetFilterContextWorkingSelection | ChangeIgnoreExecutionTimestamp | SwitchDashboardTab | ConvertDashboardTabFromDefault | CreateDashboardTab | RepositionDashboardTab | DeleteDashboardTab | StartRenamingDashboardTab | CancelRenamingDashboardTab | RenameDashboardTab | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget | ExportImageInsightWidget | SetShowWidgetAsTable;
|
|
3201
|
+
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | ChangeRichTextWidgetFilterSettings | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | RemoveDrillToUrlForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | KeyDriverAnalysis | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ToggleLayoutDirection | ApplyFilterContextWorkingSelection | ResetFilterContextWorkingSelection | ChangeIgnoreExecutionTimestamp | SwitchDashboardTab | ConvertDashboardTabFromDefault | CreateDashboardTab | RepositionDashboardTab | DeleteDashboardTab | StartRenamingDashboardTab | CancelRenamingDashboardTab | RenameDashboardTab | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget | ExportImageInsightWidget | SetShowWidgetAsTable;
|
|
3202
3202
|
|
|
3203
3203
|
/**
|
|
3204
3204
|
* This event is emitted when a particular command processing starts.
|
|
@@ -3232,7 +3232,7 @@ export declare interface DashboardCommandStartedPayload<TCommand extends IDashbo
|
|
|
3232
3232
|
*
|
|
3233
3233
|
* @public
|
|
3234
3234
|
*/
|
|
3235
|
-
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET";
|
|
3235
|
+
export declare type DashboardCommandType = "GDC.DASH/CMD.INITIALIZE" | "GDC.DASH/CMD.SAVE" | "GDC.DASH/CMD.SAVEAS" | "GDC.DASH/CMD.RESET" | "GDC.DASH/CMD.RENAME" | "GDC.DASH/CMD.DELETE" | "GDC.DASH/CMD.CHANGE_RENDER_MODE" | "GDC.DASH/CMD.SHARING.CHANGE" | "GDC.DASH/CMD.EXPORT.PDF" | "GDC.DASH/CMD.EXPORT.EXCEL" | "GDC.DASH/CMD.EXPORT.PDF_PRESENTATION" | "GDC.DASH/CMD.EXPORT.PPT_PRESENTATION" | "GDC.DASH/CMD.EVENT.TRIGGER" | "GDC.DASH/CMD.EXECUTION_RESULT.UPSERT" | "GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_PARENTS" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_TITLE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_SELECTION_MODE" | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DEPENDENT_DATE_FILTERS" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.ADD" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.REMOVE" | "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.MOVE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_LIMITING_ITEMS" | "GDC.DASH/CMD.ATTRIBUTE_FILTER_CONFIG.SET_DISPLAY_AS_LABEL" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_WITH_DIMENSION_CONFIG.SET_MODE" | "GDC.DASH/CMD.DATE_FILTER_CONFIG.SET_TITLE" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM_TO_NEW_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_SECTION" | "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER" | "GDC.DASH/CMD.FLUID_LAYOUT.ADD_ITEMS" | "GDC.DASH/CMD.FLUID_LAYOUT.REPLACE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.MOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM" | "GDC.DASH/CMD.FLUID_LAYOUT.REMOVE_ITEM_BY_WIDGET_REF" | "GDC.DASH/CMD.FLUID_LAYOUT.UNDO" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_HEIGHT" | "GDC.DASH/CMD.FLUID_LAYOUT.RESIZE_WIDTH" | "GDC.DASH/CMD.FLUID_LAYOUT.SET_SCREEN_SIZE" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_SECTION_HEADERS" | "GDC.DASH/CMD.FLEXIBLE_LAYOUT.TOGGLE_LAYOUT_DIRECTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_MEASURE" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_COMPARISON" | "GDC.DASH/CMD.KPI_WIDGET.REFRESH" | "GDC.DASH/CMD.KPI_WIDGET.SET_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.REMOVE_DRILL" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.KPI_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_HEADER" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_DESCRIPTION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_PROPERTIES" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_CONFIGURATION" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_INSIGHT" | "GDC.DASH/CMD.INSIGHT_WIDGET.CHANGE_IGNORE_CROSS_FILTERING" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILLS" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL" | "GDC.DASH/CMD.INSIGHT_WIDGET.ADD_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.MODIFY_DRILL_DOWN" | "GDC.DASH/CMD.INSIGHT_WIDGET.REFRESH" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_CONTENT" | "GDC.DASH/CMD.RICH_TEXT_WIDGET.CHANGE_FILTER_SETTINGS" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.ADD_VISUALIZATION" | "GDC.DASH/CMD.VISUALIZATION_SWITCHER_WIDGET.UPDATE_VISUALIZATIONS" | "GDC.DASH/CMD.ALERT.CREATE" | "GDC.DASH/CMD.ALERT.SAVE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.CREATE" | "GDC.DASH/CMD.SCHEDULED_EMAIL.SAVE" | "GDC.DASH/CMD.DRILL" | "GDC.DASH/CMD.DRILL.DRILL_DOWN" | "GDC.DASH/CMD.DRILL.DRILL_TO_INSIGHT" | "GDC.DASH/CMD.DRILL.DRILL_TO_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILL_TO_ATTRIBUTE_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_CUSTOM_URL" | "GDC.DASH/CMD.DRILL.DRILL_TO_LEGACY_DASHBOARD" | "GDC.DASH/CMD.DRILL.DRILLABLE_ITEMS.CHANGE" | "GDC.DASH/CMD.DRILL.CROSS_FILTERING" | "GDC.DASH/CMD.DRILL.KEY_DRIVER_ANALYSIS" | "GDC.DASH/CMD.DRILL_TARGETS.ADD" | "GDC.DASH/CMD.RENDER.ASYNC.REQUEST" | "GDC.DASH/CMD.RENDER.ASYNC.RESOLVE" | "GDC.DASH/CMD.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/CMD.AUTOMATIONS.INITIALIZE" | "GDC.DASH/CMD.AUTOMATIONS.REFRESH" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.APPLY" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.RELOAD" | "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION" | "GDC.DASH/CMD.FILTER_CONTEXT.RESET_WORKING_SELECTION" | "GDC.DASH/CMD.CHANGE_IGNORE_EXECUTION_TIMESTAMP" | "GDC.DASH/CMD.TAB.SWITCH" | "GDC.DASH/CMD.TAB.REPOSITION" | "GDC.DASH/CMD.TAB.CREATE" | "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT" | "GDC.DASH/CMD.TAB.DELETE" | "GDC.DASH/CMD.TAB.RENAME_MODE.START" | "GDC.DASH/CMD.TAB.RENAME_MODE.CANCEL" | "GDC.DASH/CMD.TAB.RENAME" | "GDC.DASH/CMD.USERS.LOAD_ALL" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES" | "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_IMAGE" | "GDC.DASH/CMD.SHOW_WIDGET_AS_TABLE.SET";
|
|
3236
3236
|
|
|
3237
3237
|
/**
|
|
3238
3238
|
* Dashboard configuration can influence the available features, look and feel and behavior of the dashboard.
|
|
@@ -7343,6 +7343,18 @@ export declare interface DateFilterValidationFailedPayload {
|
|
|
7343
7343
|
*/
|
|
7344
7344
|
export declare type DateFilterValidationResult = "TOO_MANY_CONFIGS" | "NO_CONFIG" | DateFilterConfigValidationResult;
|
|
7345
7345
|
|
|
7346
|
+
/**
|
|
7347
|
+
* @internal
|
|
7348
|
+
*/
|
|
7349
|
+
export declare type DeepReadonly<T> = T extends (infer R)[] ? ReadonlyArray<DeepReadonly<R>> : T extends Function ? T : T extends object ? DeepReadonlyObject<T> : T;
|
|
7350
|
+
|
|
7351
|
+
/**
|
|
7352
|
+
* @internal
|
|
7353
|
+
*/
|
|
7354
|
+
export declare type DeepReadonlyObject<T> = {
|
|
7355
|
+
readonly [P in keyof T]: DeepReadonly<T[P]>;
|
|
7356
|
+
};
|
|
7357
|
+
|
|
7346
7358
|
/**
|
|
7347
7359
|
* @alpha
|
|
7348
7360
|
* Default maximum number of automations.
|
|
@@ -7417,7 +7429,7 @@ export declare function DefaultDashboardAttributeFilterComponentSetFactory(attri
|
|
|
7417
7429
|
*
|
|
7418
7430
|
* @alpha
|
|
7419
7431
|
*/
|
|
7420
|
-
export declare function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChanged, config, readonly, autoOpen, ButtonComponent, overlayPositionType, }: IDashboardDateFilterProps): ReactElement;
|
|
7432
|
+
export declare function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChanged, config, readonly, autoOpen, ButtonComponent, overlayPositionType, tabId, }: IDashboardDateFilterProps): ReactElement;
|
|
7421
7433
|
|
|
7422
7434
|
/**
|
|
7423
7435
|
* @internal
|
|
@@ -9150,6 +9162,11 @@ export declare interface FilterViewsState {
|
|
|
9150
9162
|
*/
|
|
9151
9163
|
export declare type FluidLayoutCustomizationFn = (layout: IDashboardLayout<ExtendedDashboardWidget>, customizer: IFluidLayoutCustomizer) => void;
|
|
9152
9164
|
|
|
9165
|
+
/**
|
|
9166
|
+
* @beta
|
|
9167
|
+
*/
|
|
9168
|
+
export declare function formatKeyDriverAnalysisDateRange(range: DeepReadonly<[IKdaDataPoint, IKdaDataPoint]> | undefined, splitter: string): string;
|
|
9169
|
+
|
|
9153
9170
|
/**
|
|
9154
9171
|
* @internal
|
|
9155
9172
|
* Gets author from capabilities and user
|
|
@@ -10035,6 +10052,16 @@ export declare interface IDashboardAttributeFilterProps {
|
|
|
10035
10052
|
* Specifies the overlay position type for the attribute filter dropdown.
|
|
10036
10053
|
*/
|
|
10037
10054
|
overlayPositionType?: OverlayPositionType;
|
|
10055
|
+
/**
|
|
10056
|
+
* Optional tab identifier to read filter context from.
|
|
10057
|
+
* When provided, the filter will validate against filters from this specific tab.
|
|
10058
|
+
* When undefined, uses the active tab (default behavior).
|
|
10059
|
+
*
|
|
10060
|
+
* @remarks
|
|
10061
|
+
* This is primarily used in automation/scheduling contexts where filters from
|
|
10062
|
+
* multiple tabs need to be displayed simultaneously.
|
|
10063
|
+
*/
|
|
10064
|
+
tabId?: string;
|
|
10038
10065
|
}
|
|
10039
10066
|
|
|
10040
10067
|
/**
|
|
@@ -10810,6 +10837,18 @@ export declare interface IDashboardDateFilterProps {
|
|
|
10810
10837
|
* Specifies the overlay position type for the date filter dropdown.
|
|
10811
10838
|
*/
|
|
10812
10839
|
overlayPositionType?: OverlayPositionType;
|
|
10840
|
+
/**
|
|
10841
|
+
* Optional tab identifier to read filter context from.
|
|
10842
|
+
* When provided, the filter will use configuration from this specific tab.
|
|
10843
|
+
* When undefined, uses the active tab (default behavior).
|
|
10844
|
+
*
|
|
10845
|
+
* @remarks
|
|
10846
|
+
* This is primarily used in automation/scheduling contexts where filters from
|
|
10847
|
+
* multiple tabs need to be displayed simultaneously.
|
|
10848
|
+
*
|
|
10849
|
+
* @internal
|
|
10850
|
+
*/
|
|
10851
|
+
tabId?: string;
|
|
10813
10852
|
}
|
|
10814
10853
|
|
|
10815
10854
|
/**
|
|
@@ -12214,6 +12253,21 @@ export declare interface IDrillTargets {
|
|
|
12214
12253
|
*/
|
|
12215
12254
|
export declare type IDrillToUrl = IDrillToCustomUrl | IDrillToAttributeUrl;
|
|
12216
12255
|
|
|
12256
|
+
/**
|
|
12257
|
+
* @internal
|
|
12258
|
+
*/
|
|
12259
|
+
export declare interface IDrillToUrlAttributeDefinition {
|
|
12260
|
+
type: "drillToUrl";
|
|
12261
|
+
/**
|
|
12262
|
+
* Local identifier of the attribute that triggered the drill to url.
|
|
12263
|
+
*/
|
|
12264
|
+
origin: LocalIdRef;
|
|
12265
|
+
/**
|
|
12266
|
+
* Target attribute display form for drill to url.
|
|
12267
|
+
*/
|
|
12268
|
+
target: ObjRef;
|
|
12269
|
+
}
|
|
12270
|
+
|
|
12217
12271
|
/**
|
|
12218
12272
|
* @internal
|
|
12219
12273
|
*/
|
|
@@ -18505,6 +18559,41 @@ export declare interface RemoveDrillsForInsightWidgetPayload {
|
|
|
18505
18559
|
*/
|
|
18506
18560
|
export declare type RemoveDrillsSelector = LocalIdRef[] | "*";
|
|
18507
18561
|
|
|
18562
|
+
/**
|
|
18563
|
+
* @alpha
|
|
18564
|
+
*/
|
|
18565
|
+
export declare interface RemoveDrillToUrlForInsightWidget extends IDashboardCommand {
|
|
18566
|
+
readonly type: "GDC.DASH/CMD.INSIGHT_WIDGET.REMOVE_DRILL_TO_URL";
|
|
18567
|
+
readonly payload: RemoveDrillToUrlForInsightWidgetPayload;
|
|
18568
|
+
}
|
|
18569
|
+
|
|
18570
|
+
/**
|
|
18571
|
+
* Creates the RemoveDrillToUrlForInsightWidget command. Dispatching the created command will remove insight widget's
|
|
18572
|
+
* drill definition for the provided attribute.
|
|
18573
|
+
*
|
|
18574
|
+
* @param ref - reference of insight widget whose drill should be removed
|
|
18575
|
+
* @param blacklistAttributes - displayForm refs of drill to url attributes which should be removed.
|
|
18576
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
|
18577
|
+
* events that will be emitted during the command processing
|
|
18578
|
+
*
|
|
18579
|
+
* @alpha
|
|
18580
|
+
*/
|
|
18581
|
+
export declare function removeDrillToUrlForInsightWidget(ref: ObjRef, blacklistAttributes: ObjRef[], correlationId?: string): RemoveDrillToUrlForInsightWidget;
|
|
18582
|
+
|
|
18583
|
+
/**
|
|
18584
|
+
* @alpha
|
|
18585
|
+
*/
|
|
18586
|
+
export declare interface RemoveDrillToUrlForInsightWidgetPayload {
|
|
18587
|
+
/**
|
|
18588
|
+
* Reference to Insight Widget whose drill items should be removed.
|
|
18589
|
+
*/
|
|
18590
|
+
readonly ref: ObjRef;
|
|
18591
|
+
/**
|
|
18592
|
+
* Specify attribute display forms which should be ignored.
|
|
18593
|
+
*/
|
|
18594
|
+
readonly blacklistAttributes: ObjRef[];
|
|
18595
|
+
}
|
|
18596
|
+
|
|
18508
18597
|
/**
|
|
18509
18598
|
* @internal
|
|
18510
18599
|
*/
|
|
@@ -20243,6 +20332,14 @@ export declare const selectAutomationFiltersByTab: DashboardSelector<IAutomation
|
|
|
20243
20332
|
*/
|
|
20244
20333
|
export declare const selectAutomationsError: DashboardSelector<GoodDataSdkError | undefined>;
|
|
20245
20334
|
|
|
20335
|
+
/**
|
|
20336
|
+
* Returns the invalidation ID for automations management.
|
|
20337
|
+
* When this value changes (and is not 0 or undefined), the Automations component should reload its data.
|
|
20338
|
+
*
|
|
20339
|
+
* @alpha
|
|
20340
|
+
*/
|
|
20341
|
+
export declare const selectAutomationsInvalidationId: DashboardSelector<number>;
|
|
20342
|
+
|
|
20246
20343
|
/**
|
|
20247
20344
|
* Returns workspace automations loading
|
|
20248
20345
|
*
|
|
@@ -21068,13 +21165,18 @@ export declare const selectDrillableItems: DashboardSelector<ExplicitDrill[]>;
|
|
|
21068
21165
|
/**
|
|
21069
21166
|
* @internal
|
|
21070
21167
|
*/
|
|
21071
|
-
export declare const selectDrillableItemsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined) => DashboardSelector<IHeaderPredicate[]>;
|
|
21168
|
+
export declare const selectDrillableItemsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined, disableDrillIntoURL: boolean | undefined) => DashboardSelector<IHeaderPredicate[]>;
|
|
21072
21169
|
|
|
21073
21170
|
/**
|
|
21074
21171
|
* @internal
|
|
21075
21172
|
*/
|
|
21076
21173
|
export declare const selectDrillableItemsByWidgetRef: (ref: ObjRef) => DashboardSelector<ExplicitDrill[]>;
|
|
21077
21174
|
|
|
21175
|
+
/**
|
|
21176
|
+
* @internal
|
|
21177
|
+
*/
|
|
21178
|
+
export declare const selectDrillsToUrlAttributeByWidgetRef: (ref: ObjRef) => DashboardSelector<IDrillToUrlAttributeDefinition[]>;
|
|
21179
|
+
|
|
21078
21180
|
/**
|
|
21079
21181
|
* Return all widgets drill targets
|
|
21080
21182
|
* @alpha
|
|
@@ -21108,6 +21210,16 @@ export declare const selectEffectiveAttributeFiltersModeMap: DashboardSelector<M
|
|
|
21108
21210
|
*/
|
|
21109
21211
|
export declare const selectEffectiveDateFilterAvailableGranularities: DashboardSelector<DateFilterGranularity[]>;
|
|
21110
21212
|
|
|
21213
|
+
/**
|
|
21214
|
+
* Returns effective date filter available granularities for a specific tab.
|
|
21215
|
+
*
|
|
21216
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21217
|
+
* @returns Available granularities for the specified tab
|
|
21218
|
+
*
|
|
21219
|
+
* @internal
|
|
21220
|
+
*/
|
|
21221
|
+
export declare const selectEffectiveDateFilterAvailableGranularitiesForTab: (tabLocalIdentifier: string) => DashboardSelector<DateFilterGranularity[]>;
|
|
21222
|
+
|
|
21111
21223
|
/**
|
|
21112
21224
|
* Returns effective date filter config. The effective date filter config is created by merging the workspace-level
|
|
21113
21225
|
* date filter config and the dashboard-level date filter config.
|
|
@@ -21118,6 +21230,16 @@ export declare const selectEffectiveDateFilterAvailableGranularities: DashboardS
|
|
|
21118
21230
|
*/
|
|
21119
21231
|
export declare const selectEffectiveDateFilterConfig: DashboardSelector<IDateFilterConfig>;
|
|
21120
21232
|
|
|
21233
|
+
/**
|
|
21234
|
+
* Returns effective date filter config for a specific tab.
|
|
21235
|
+
*
|
|
21236
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21237
|
+
* @returns Effective date filter config for the specified tab
|
|
21238
|
+
*
|
|
21239
|
+
* @internal
|
|
21240
|
+
*/
|
|
21241
|
+
export declare const selectEffectiveDateFilterConfigForTab: (tabLocalIdentifier: string) => DashboardSelector<IDateFilterConfig | undefined>;
|
|
21242
|
+
|
|
21121
21243
|
/**
|
|
21122
21244
|
* Returns display mode for the effective date filter. This always comes from the dashboard-level date filter config overrides - regardless whether
|
|
21123
21245
|
* the rest of the overrides are actually used.
|
|
@@ -21136,6 +21258,16 @@ export declare const selectEffectiveDateFilterMode: DashboardSelector<DashboardD
|
|
|
21136
21258
|
*/
|
|
21137
21259
|
export declare const selectEffectiveDateFilterOptions: DashboardSelector<IDateFilterOptionsByType>;
|
|
21138
21260
|
|
|
21261
|
+
/**
|
|
21262
|
+
* Returns effective date filter options for a specific tab.
|
|
21263
|
+
*
|
|
21264
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21265
|
+
* @returns Date filter options for the specified tab
|
|
21266
|
+
*
|
|
21267
|
+
* @internal
|
|
21268
|
+
*/
|
|
21269
|
+
export declare const selectEffectiveDateFilterOptionsForTab: (tabLocalIdentifier: string) => DashboardSelector<IDateFilterOptionsByType | undefined>;
|
|
21270
|
+
|
|
21139
21271
|
/**
|
|
21140
21272
|
* Get a map of date filter modes based on the current screen mode (edit or view).
|
|
21141
21273
|
*
|
|
@@ -21342,6 +21474,13 @@ export declare const selectEnableIgnoreCrossFiltering: DashboardSelector<boolean
|
|
|
21342
21474
|
*/
|
|
21343
21475
|
export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration: DashboardSelector<boolean>;
|
|
21344
21476
|
|
|
21477
|
+
/**
|
|
21478
|
+
* Returns whether implicit drill to url feature is enabled.
|
|
21479
|
+
*
|
|
21480
|
+
* @alpha
|
|
21481
|
+
*/
|
|
21482
|
+
export declare const selectEnableImplicitDrillToUrl: DashboardSelector<boolean>;
|
|
21483
|
+
|
|
21345
21484
|
/**
|
|
21346
21485
|
* Returns whether in-platform notifications are enabled.
|
|
21347
21486
|
*
|
|
@@ -21615,7 +21754,7 @@ export declare const selectFilterContextAttributeFilters: DashboardSelector<IDas
|
|
|
21615
21754
|
*
|
|
21616
21755
|
* @internal
|
|
21617
21756
|
*/
|
|
21618
|
-
export declare const
|
|
21757
|
+
export declare const selectFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
21619
21758
|
|
|
21620
21759
|
/**
|
|
21621
21760
|
* This selector returns dashboard's applied filter context date filter.
|
|
@@ -21649,6 +21788,16 @@ export declare const selectFilterContextDateFilterByDataSet: (dataSet: ObjRef) =
|
|
|
21649
21788
|
*/
|
|
21650
21789
|
export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter | undefined>;
|
|
21651
21790
|
|
|
21791
|
+
/**
|
|
21792
|
+
* Returns the common date filter for a specific tab.
|
|
21793
|
+
*
|
|
21794
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21795
|
+
* @returns Common date filter for the specified tab, or undefined if not found
|
|
21796
|
+
*
|
|
21797
|
+
* @internal
|
|
21798
|
+
*/
|
|
21799
|
+
export declare const selectFilterContextDateFilterForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter | undefined>;
|
|
21800
|
+
|
|
21652
21801
|
/**
|
|
21653
21802
|
* This selector returns dashboard's applied filter context date filter with dimension specified.
|
|
21654
21803
|
*
|
|
@@ -21804,6 +21953,16 @@ export declare const selectFiltersByTab: ((state: DashboardState) => Record<stri
|
|
|
21804
21953
|
memoize: weakMapMemoize;
|
|
21805
21954
|
};
|
|
21806
21955
|
|
|
21956
|
+
/**
|
|
21957
|
+
* Returns filters for a specific tab.
|
|
21958
|
+
*
|
|
21959
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
21960
|
+
* @returns Filters for the specified tab
|
|
21961
|
+
*
|
|
21962
|
+
* @internal
|
|
21963
|
+
*/
|
|
21964
|
+
export declare const selectFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<FilterContextItem[]>;
|
|
21965
|
+
|
|
21807
21966
|
/**
|
|
21808
21967
|
* This selector returns array of filter localIds that have invalid selections.
|
|
21809
21968
|
*
|
|
@@ -21897,7 +22056,7 @@ export declare const selectIgnoreExecutionTimestamp: DashboardSelector<boolean>;
|
|
|
21897
22056
|
/**
|
|
21898
22057
|
* @internal
|
|
21899
22058
|
*/
|
|
21900
|
-
export declare const selectImplicitDrillsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined) => DashboardSelector<IImplicitDrillWithPredicates[]>;
|
|
22059
|
+
export declare const selectImplicitDrillsByAvailableDrillTargets: (availableDrillTargets: IAvailableDrillTargets | undefined, ignoredDrillDownHierarchies: IDrillDownReference[] | undefined, disableDrillIntoURL: boolean | undefined) => DashboardSelector<IImplicitDrillWithPredicates[]>;
|
|
21901
22060
|
|
|
21902
22061
|
/**
|
|
21903
22062
|
* @internal
|
|
@@ -22058,6 +22217,17 @@ export declare const selectIsApplyFiltersAllAtOnceEnabledAndSet: DashboardSelect
|
|
|
22058
22217
|
*/
|
|
22059
22218
|
export declare const selectIsAttributeFilterDependentByLocalIdentifier: (attributeFilterLocalIdentifier: string) => DashboardSelector<boolean>;
|
|
22060
22219
|
|
|
22220
|
+
/**
|
|
22221
|
+
* Returns information whether attribute filter from a specific tab's filter context has some dependencies.
|
|
22222
|
+
*
|
|
22223
|
+
* @param attributeFilterLocalIdentifier - Filter local identifier
|
|
22224
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
22225
|
+
* @returns True if the filter has dependencies, false otherwise
|
|
22226
|
+
*
|
|
22227
|
+
* @internal
|
|
22228
|
+
*/
|
|
22229
|
+
export declare const selectIsAttributeFilterDependentByLocalIdentifierForTab: (attributeFilterLocalIdentifier: string, tabLocalIdentifier: string) => DashboardSelector<boolean>;
|
|
22230
|
+
|
|
22061
22231
|
/**
|
|
22062
22232
|
* @internal
|
|
22063
22233
|
*/
|
|
@@ -23106,6 +23276,16 @@ export declare const selectWidgetsOverlayState: (refs: (ObjRef | undefined)[]) =
|
|
|
23106
23276
|
*/
|
|
23107
23277
|
export declare const selectWorkingFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
|
|
23108
23278
|
|
|
23279
|
+
/**
|
|
23280
|
+
* Returns working attribute filters for a specific tab.
|
|
23281
|
+
*
|
|
23282
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
23283
|
+
* @returns Working attribute filters for the specified tab
|
|
23284
|
+
*
|
|
23285
|
+
* @internal
|
|
23286
|
+
*/
|
|
23287
|
+
export declare const selectWorkingFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
23288
|
+
|
|
23109
23289
|
/**
|
|
23110
23290
|
* This selector returns dashboard's working filter context date filter.
|
|
23111
23291
|
*
|
|
@@ -23117,6 +23297,16 @@ export declare const selectWorkingFilterContextAttributeFilters: DashboardSelect
|
|
|
23117
23297
|
*/
|
|
23118
23298
|
export declare const selectWorkingFilterContextDateFilter: DashboardSelector<IDashboardDateFilter | undefined>;
|
|
23119
23299
|
|
|
23300
|
+
/**
|
|
23301
|
+
* Returns the working common date filter for a specific tab.
|
|
23302
|
+
*
|
|
23303
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
23304
|
+
* @returns Working common date filter for the specified tab, or undefined if not found
|
|
23305
|
+
*
|
|
23306
|
+
* @internal
|
|
23307
|
+
*/
|
|
23308
|
+
export declare const selectWorkingFilterContextDateFilterForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter | undefined>;
|
|
23309
|
+
|
|
23120
23310
|
/**
|
|
23121
23311
|
* This selector returns dashboard's working filter context date filter with dimension specified.
|
|
23122
23312
|
*
|
|
@@ -23128,6 +23318,16 @@ export declare const selectWorkingFilterContextDateFilter: DashboardSelector<IDa
|
|
|
23128
23318
|
*/
|
|
23129
23319
|
export declare const selectWorkingFilterContextDateFiltersWithDimension: DashboardSelector<IDashboardDateFilter[]>;
|
|
23130
23320
|
|
|
23321
|
+
/**
|
|
23322
|
+
* Returns working date filters with dimension for a specific tab.
|
|
23323
|
+
*
|
|
23324
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
23325
|
+
* @returns Working date filters with dimension for the specified tab
|
|
23326
|
+
*
|
|
23327
|
+
* @internal
|
|
23328
|
+
*/
|
|
23329
|
+
export declare const selectWorkingFilterContextDateFiltersWithDimensionForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardDateFilter[]>;
|
|
23330
|
+
|
|
23131
23331
|
/**
|
|
23132
23332
|
* This selector returns current working dashboard's filter context definition.
|
|
23133
23333
|
*
|
|
@@ -24105,6 +24305,13 @@ blacklistHierarchies: IDrillDownReference[];
|
|
|
24105
24305
|
};
|
|
24106
24306
|
type: string;
|
|
24107
24307
|
}) => void | TabsState | WritableDraft<TabsState>;
|
|
24308
|
+
readonly replaceWidgetBlacklistAttributes: (state: WritableDraft<TabsState>, action: {
|
|
24309
|
+
payload: UndoPayload<IDashboardCommand> & {
|
|
24310
|
+
ref: ObjRef;
|
|
24311
|
+
blacklistAttributes: ObjRef[];
|
|
24312
|
+
};
|
|
24313
|
+
type: string;
|
|
24314
|
+
}) => void | TabsState | WritableDraft<TabsState>;
|
|
24108
24315
|
readonly replaceWidgetDrillDownIntersectionIgnoredAttributes: (state: WritableDraft<TabsState>, action: {
|
|
24109
24316
|
payload: UndoPayload<IDashboardCommand> & {
|
|
24110
24317
|
ref: ObjRef;
|
|
@@ -24722,7 +24929,6 @@ export declare const uiActions: {
|
|
|
24722
24929
|
changeIgnoreExecutionTimestamp: ActionCreatorWithPayload<boolean, "uiSlice/changeIgnoreExecutionTimestamp">;
|
|
24723
24930
|
setIncompatibleDefaultFiltersOverrideMessage: ActionCreatorWithoutPayload<"uiSlice/setIncompatibleDefaultFiltersOverrideMessage">;
|
|
24724
24931
|
resetIncompatibleDefaultFiltersOverrideMessage: ActionCreatorWithoutPayload<"uiSlice/resetIncompatibleDefaultFiltersOverrideMessage">;
|
|
24725
|
-
setAutomationsInvalidateCallback: ActionCreatorWithOptionalPayload<(() => void) | undefined, "uiSlice/setAutomationsInvalidateCallback">;
|
|
24726
24932
|
invalidateAutomationItems: ActionCreatorWithoutPayload<"uiSlice/invalidateAutomationItems">;
|
|
24727
24933
|
};
|
|
24728
24934
|
|
|
@@ -24750,7 +24956,7 @@ export declare interface UiState {
|
|
|
24750
24956
|
context?: IAlertDialogContext;
|
|
24751
24957
|
};
|
|
24752
24958
|
automationsManagement: {
|
|
24753
|
-
|
|
24959
|
+
invalidationId: number;
|
|
24754
24960
|
};
|
|
24755
24961
|
saveAsDialog: {
|
|
24756
24962
|
open: boolean;
|
|
@@ -24814,11 +25020,6 @@ export declare interface UiState {
|
|
|
24814
25020
|
/** @internal */
|
|
24815
25021
|
draggingWidgetTriggeringDropZoneType: DropZoneType | undefined;
|
|
24816
25022
|
widgetsOverlay: Record<string, IDashboardWidgetOverlay>;
|
|
24817
|
-
/**
|
|
24818
|
-
* Ref to invalidate automations list - gets populated by Automations component when it mounts
|
|
24819
|
-
* @alpha
|
|
24820
|
-
*/
|
|
24821
|
-
automationsInvalidateRef?: () => void;
|
|
24822
25023
|
}
|
|
24823
25024
|
|
|
24824
25025
|
/**
|
|
@@ -25086,18 +25287,6 @@ export declare interface UpsertExecutionResult extends IDashboardCommand {
|
|
|
25086
25287
|
*/
|
|
25087
25288
|
export declare function useAutomationAvailableDashboardFilters(): FilterContextItem[] | undefined;
|
|
25088
25289
|
|
|
25089
|
-
/**
|
|
25090
|
-
* Provides a callback to dispatch with the invalidation callback function.
|
|
25091
|
-
* The callback is populated by the Automations component
|
|
25092
|
-
* so it can be invoked from anywhere in the dashboard.
|
|
25093
|
-
*
|
|
25094
|
-
* @returns A callback to dispatch with the invalidation function
|
|
25095
|
-
* @alpha
|
|
25096
|
-
*/
|
|
25097
|
-
export declare const useAutomationsInvalidateRef: () => {
|
|
25098
|
-
onInvalidateCallbackChange: (callback: (() => void) | undefined) => void;
|
|
25099
|
-
};
|
|
25100
|
-
|
|
25101
25290
|
/**
|
|
25102
25291
|
* @internal
|
|
25103
25292
|
*/
|
|
@@ -25618,10 +25807,11 @@ export declare function useMinimalSizeValidation(minimalWidth?: number, minimalH
|
|
|
25618
25807
|
* Returns parent filtering input props for {@link @gooddata/sdk-ui-filters#AttributeFilter} for particular dashboard attribute filter.
|
|
25619
25808
|
*
|
|
25620
25809
|
* @param filter - dashboard filter to get the parent filter-related data
|
|
25810
|
+
* @param tabId - optional tab identifier to read filter context from a specific tab instead of the active one
|
|
25621
25811
|
*
|
|
25622
25812
|
* @public
|
|
25623
25813
|
*/
|
|
25624
|
-
export declare const useParentFilters: (filter: IDashboardAttributeFilter) => UseParentFiltersResult;
|
|
25814
|
+
export declare const useParentFilters: (filter: IDashboardAttributeFilter, tabId?: string) => UseParentFiltersResult;
|
|
25625
25815
|
|
|
25626
25816
|
/**
|
|
25627
25817
|
* Result of the {@link useParentFilters} hook, that can be used as parent filtering input props for {@link @gooddata/sdk-ui-filters#AttributeFilter}.
|
package/esm/tools/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export type
|
|
2
|
-
export { newInsightWidget, InsightWidgetBuilder } from "./InsightWidgetBuilder.js";
|
|
1
|
+
export { newInsightWidget, InsightWidgetBuilder, type InsightWidgetModifications, } from "./InsightWidgetBuilder.js";
|
|
3
2
|
//# sourceMappingURL=index.d.ts.map
|
package/esm/tools/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,gBAAgB,EAChB,oBAAoB,EACpB,KAAK,0BAA0B,GAClC,MAAM,2BAA2B,CAAC"}
|
package/esm/tools/index.js
CHANGED
package/esm/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EACH,gBAAgB,EAChB,oBAAoB,GAEvB,MAAM,2BAA2B,CAAC"}
|
package/esm/types.d.ts
CHANGED
|
@@ -287,6 +287,20 @@ export interface IGlobalDrillDownAttributeHierarchyDefinition {
|
|
|
287
287
|
*/
|
|
288
288
|
target: ObjRef;
|
|
289
289
|
}
|
|
290
|
+
/**
|
|
291
|
+
* @internal
|
|
292
|
+
*/
|
|
293
|
+
export interface IDrillToUrlAttributeDefinition {
|
|
294
|
+
type: "drillToUrl";
|
|
295
|
+
/**
|
|
296
|
+
* Local identifier of the attribute that triggered the drill to url.
|
|
297
|
+
*/
|
|
298
|
+
origin: LocalIdRef;
|
|
299
|
+
/**
|
|
300
|
+
* Target attribute display form for drill to url.
|
|
301
|
+
*/
|
|
302
|
+
target: ObjRef;
|
|
303
|
+
}
|
|
290
304
|
/**
|
|
291
305
|
* @internal
|
|
292
306
|
*/
|
package/esm/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.13.0-alpha.
|
|
3
|
+
"version": "11.13.0-alpha.3",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "^0.7.5",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "^11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.13.0-alpha.
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui": "11.13.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.13.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.13.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.13.0-alpha.
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.13.0-alpha.
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.13.0-alpha.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.13.0-alpha.
|
|
74
|
-
"@gooddata/
|
|
75
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.13.0-alpha.3",
|
|
64
|
+
"@gooddata/sdk-model": "11.13.0-alpha.3",
|
|
65
|
+
"@gooddata/sdk-backend-spi": "11.13.0-alpha.3",
|
|
66
|
+
"@gooddata/sdk-ui-charts": "11.13.0-alpha.3",
|
|
67
|
+
"@gooddata/sdk-ui": "11.13.0-alpha.3",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.13.0-alpha.3",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.13.0-alpha.3",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.13.0-alpha.3",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.13.0-alpha.3",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.13.0-alpha.3",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.13.0-alpha.3",
|
|
74
|
+
"@gooddata/util": "11.13.0-alpha.3",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "11.13.0-alpha.3"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"typescript": "5.8.3",
|
|
119
119
|
"vitest": "3.2.4",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.13.0-alpha.
|
|
122
|
-
"@gooddata/i18n-toolkit": "11.13.0-alpha.
|
|
123
|
-
"@gooddata/reference-workspace": "11.13.0-alpha.
|
|
124
|
-
"@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.
|
|
121
|
+
"@gooddata/eslint-config": "11.13.0-alpha.3",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.13.0-alpha.3",
|
|
123
|
+
"@gooddata/reference-workspace": "11.13.0-alpha.3",
|
|
124
|
+
"@gooddata/sdk-backend-mockingbird": "11.13.0-alpha.3"
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
127
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -91,8 +91,15 @@
|
|
|
91
91
|
display: flex;
|
|
92
92
|
flex-direction: column;
|
|
93
93
|
width: 140px;
|
|
94
|
+
max-width: 140px;
|
|
94
95
|
flex-shrink: 0;
|
|
95
96
|
}
|
|
97
|
+
.gd-automation-filters__tab-header * {
|
|
98
|
+
max-width: 100%;
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
text-overflow: ellipsis;
|
|
101
|
+
white-space: nowrap;
|
|
102
|
+
}
|
|
96
103
|
.gd-automation-filters__tab-label {
|
|
97
104
|
color: var(--gd-palette-complementary-6);
|
|
98
105
|
font-size: 10px;
|
|
@@ -102,14 +109,11 @@
|
|
|
102
109
|
letter-spacing: 0.5px;
|
|
103
110
|
}
|
|
104
111
|
.gd-automation-filters__tab-title {
|
|
105
|
-
color: var(--gd-palette-complementary-8);
|
|
106
112
|
font-size: 14px;
|
|
107
113
|
font-weight: 400;
|
|
108
114
|
line-height: 20px;
|
|
109
|
-
overflow: hidden;
|
|
110
|
-
text-overflow: ellipsis;
|
|
111
|
-
white-space: nowrap;
|
|
112
115
|
display: block;
|
|
116
|
+
max-width: 300px;
|
|
113
117
|
}
|
|
114
118
|
.gd-automation-filters__tab-filters {
|
|
115
119
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/automationFilters.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OCyBkB;EDxBlB;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,YCkDgB;;ADhDhB;EACI,OC1CW;ED2CX;EACA;EACA;EACA;;AAIR;EACI;EACA,OCpDe;EDqDf;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OC3DI;ED4DJ;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/automationFilters.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI,OCyBkB;EDxBlB;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,YCkDgB;;ADhDhB;EACI,OC1CW;ED2CX;EACA;EACA;EACA;;AAIR;EACI;EACA,OCpDe;EDqDf;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OC3DI;ED4DJ;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA","file":"automationFilters.css"}
|