@gooddata/sdk-ui-dashboard 11.45.0-alpha.1 → 11.45.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 +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -2
- package/esm/kdaDialog/composition/KeyDriversPanel.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.js +3 -1
- package/esm/model/commandHandlers/dashboard/common/loadAutomationsData.js +1 -1
- package/esm/model/commandHandlers/dashboard/common/loadNotificationChannelsCount.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/loadNotificationChannelsCount.js +19 -25
- package/esm/model/commandHandlers/dashboard/common/loadWorkspaceAutomationsCount.d.ts +1 -2
- package/esm/model/commandHandlers/dashboard/common/loadWorkspaceAutomationsCount.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/loadWorkspaceAutomationsCount.js +18 -7
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +3 -6
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +2 -5
- package/esm/model/commandHandlers/scheduledEmail/loadNotificationChannels.d.ts +1 -1
- package/esm/model/commandHandlers/scheduledEmail/loadNotificationChannels.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/loadNotificationChannels.js +3 -5
- package/esm/model/commandHandlers/scheduledEmail/refreshAutomationsHandlers.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/refreshAutomationsHandlers.js +4 -8
- package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.js +1 -5
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.d.ts +3 -3
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.js +2 -4
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.d.ts +3 -3
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.js +21 -27
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsData.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsData.js +1 -4
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts +3 -4
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.js +13 -49
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.d.ts +1 -7
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.js +9 -42
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsCommands.d.ts +2 -2
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsCommands.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsCommands.js +20 -28
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsData.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsData.js +1 -4
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.js +3 -10
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.js +3 -10
- package/esm/model/react/useDashboardAutomations/useDashboardAutomations.d.ts.map +1 -1
- package/esm/model/react/useDashboardAutomations/useDashboardAutomations.js +5 -12
- package/esm/model/store/config/configSelectors.d.ts +6 -54
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -76
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +1 -10
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +1 -25
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +7 -0
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +16 -0
- package/esm/model/store/topBar/topBarSelectors.d.ts +0 -4
- package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -1
- package/esm/model/store/topBar/topBarSelectors.js +5 -13
- package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js +5 -6
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +21 -52
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +1 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +2 -3
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSubmit.d.ts +18 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSubmit.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSubmit.js +48 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSupportedMetrics.d.ts +28 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSupportedMetrics.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertSupportedMetrics.js +43 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.js +2 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +0 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +7 -23
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts +1 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.js +2 -3
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContent.d.ts +12 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContent.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/{DefaultAlertingManagementDialogContentEnhanced.js → DefaultAlertingManagementDialogContent.js} +3 -3
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +5 -33
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.js +2 -2
- package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.js +2 -2
- package/esm/presentation/automations/connectors/AlertingConnector.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/AlertingConnector.js +2 -40
- package/esm/presentation/automations/connectors/AlertingConnector.test.js +0 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +2 -39
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.js +0 -1
- package/esm/presentation/automations/connectors/hooks/useAutomationManagementEditRouting.d.ts +11 -0
- package/esm/presentation/automations/connectors/hooks/useAutomationManagementEditRouting.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useAutomationManagementEditRouting.js +40 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +5 -14
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +1 -6
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +1 -3
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +7 -8
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +2 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +8 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +2 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +8 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/attachmentFormats.d.ts +15 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/attachmentFormats.d.ts.map +1 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/attachmentFormats.js +16 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +5 -17
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/{DefaultScheduledEmailManagementDialogContentEnhanced.d.ts → DefaultScheduledEmailManagementDialogContent.d.ts} +3 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContent.d.ts.map +1 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/{DefaultScheduledEmailManagementDialogContentEnhanced.js → DefaultScheduledEmailManagementDialogContent.js} +3 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +1 -3
- package/esm/presentation/automations/shared/utils/automationUtils.d.ts +2 -1
- package/esm/presentation/automations/shared/utils/automationUtils.d.ts.map +1 -1
- package/esm/presentation/automations/shared/utils/automationUtils.js +1 -0
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +2 -3
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts +1 -2
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.js +2 -2
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js +8 -5
- package/esm/presentation/dashboard/DashboardSidebar/InsightPickerPanel.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/InsightPickerPanel.js +1 -1
- package/esm/presentation/deleteDialog/DefaultDeleteDialog.d.ts +1 -1
- package/esm/presentation/deleteDialog/DefaultDeleteDialog.d.ts.map +1 -1
- package/esm/presentation/deleteDialog/DefaultDeleteDialog.js +3 -8
- package/esm/presentation/deleteDialog/types.d.ts +0 -2
- package/esm/presentation/deleteDialog/types.d.ts.map +1 -1
- package/esm/presentation/deleteDialog/types.js +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +4 -9
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +11 -20
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +2 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +2 -3
- package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.js +62 -9
- package/esm/presentation/insightList/InsightListDivider.d.ts +5 -0
- package/esm/presentation/insightList/InsightListDivider.d.ts.map +1 -0
- package/esm/presentation/insightList/InsightListDivider.js +12 -0
- package/esm/presentation/insightList/types.d.ts +3 -2
- package/esm/presentation/insightList/types.d.ts.map +1 -1
- package/esm/presentation/insightList/types.js +1 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -12
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +4 -12
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +5 -28
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +2 -3
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +2 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +1 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +1 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +2 -3
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +3 -5
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js +2 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +8 -21
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts +0 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.js +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js +4 -13
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +2 -3
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +7 -7
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +7 -5
- package/esm/presentation/widget/widget/InsightWidget/useAlertingAndScheduling.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useAlertingAndScheduling.js +2 -5
- package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.js +1 -5
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +0 -3
- package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.d.ts.map +1 -1
- package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.js +2 -5
- package/esm/sdk-ui-dashboard.d.ts +7 -77
- package/package.json +21 -20
- package/styles/css/main.css +12 -0
- package/styles/css/main.css.map +1 -1
- package/styles/css/sidebar.css +12 -0
- package/styles/css/sidebar.css.map +1 -1
- package/styles/scss/sidebar.scss +12 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts +0 -15
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +0 -33
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts +0 -12
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts +0 -12
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.js +0 -43
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.d.ts +0 -13
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.js +0 -33
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.d.ts +0 -13
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.js +0 -42
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts +0 -43
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts.map +0 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +0 -303
|
@@ -4,7 +4,6 @@ import { useIntl } from "react-intl";
|
|
|
4
4
|
import { useDashboardDispatch, useDashboardSelector, } from "../../../../model/react/DashboardStoreProvider.js";
|
|
5
5
|
import { useDashboardEventDispatch } from "../../../../model/react/useDashboardEventDispatch.js";
|
|
6
6
|
import { selectDashboardUserAutomationAlertsInContext, selectDashboardUserAutomationSchedulesInContext, } from "../../../../model/store/automations/automationsSelectors.js";
|
|
7
|
-
import { selectEnableAlerting, selectEnableScheduling, } from "../../../../model/store/config/configSelectors.js";
|
|
8
7
|
import { selectDrillTargetsByWidgetRef } from "../../../../model/store/drillTargets/drillTargetsSelectors.js";
|
|
9
8
|
import { useDashboardCustomizationsContext } from "../../../dashboardContexts/DashboardCustomizationsContext.js";
|
|
10
9
|
import { getDefaultInsightEditMenuItems } from "../../insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js";
|
|
@@ -18,14 +17,11 @@ export const useEditableInsightMenu = (config) => {
|
|
|
18
17
|
const someAvailableDrillTargetsExist = !!availableDrillTargets?.attributes?.length || !!availableDrillTargets?.measures?.length;
|
|
19
18
|
const includeInteractions = someAvailableDrillTargetsExist && Boolean(insight);
|
|
20
19
|
const includeConfigurations = Boolean(insight);
|
|
21
|
-
const isSchedulingEnabled = useDashboardSelector(selectEnableScheduling);
|
|
22
|
-
const isAlertingEnabled = useDashboardSelector(selectEnableAlerting);
|
|
23
20
|
const alerts = useDashboardSelector(selectDashboardUserAutomationAlertsInContext(widget.localIdentifier));
|
|
24
21
|
const schedules = useDashboardSelector(selectDashboardUserAutomationSchedulesInContext(widget.localIdentifier));
|
|
25
22
|
const useWidgetDeleteDialog = useMemo(() =>
|
|
26
23
|
// new widgets in edit mode do not have localIdentifier, so should be deleted without confirmation dialog
|
|
27
|
-
!!widget.localIdentifier &&
|
|
28
|
-
((isAlertingEnabled && alerts.length > 0) || (isSchedulingEnabled && schedules.length > 0)), [alerts.length, isAlertingEnabled, isSchedulingEnabled, schedules.length, widget.localIdentifier]);
|
|
24
|
+
!!widget.localIdentifier && (alerts.length > 0 || schedules.length > 0), [alerts.length, schedules.length, widget.localIdentifier]);
|
|
29
25
|
const { insightMenuItemsProvider } = useDashboardCustomizationsContext();
|
|
30
26
|
const defaultMenuItems = useMemo(() => {
|
|
31
27
|
return getDefaultInsightEditMenuItems(widget, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightMenu.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useInsightMenu.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AASzE,OAAO,EACH,KAAK,sBAAsB,EAC3B,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAChC,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,KAAK,oBAAoB,GAAG;IACxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,uBAAuB,EAAE,OAAO,CAAC;IACjC,yBAAyB,EAAE,OAAO,CAAC;IACnC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,wBAAwB,EAAE,MAAM,IAAI,CAAC;IACrC,8BAA8B,EAAE,MAAM,IAAI,CAAC;IAC3C,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,uBAAuB,EAAE,OAAO,CAAC;IACjC,iCAAiC,EAAE,OAAO,CAAC;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,sBAAsB,EAAE,OAAO,CAAC;IAChC,gCAAgC,EAAE,OAAO,CAAC;IAC1C,4BAA4B,CAAC,EAAE,wBAAwB,CAAC;IACxD,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD,6BAA6B,EAAE,OAAO,CAAC;IACvC,oCAAoC,EAAE,OAAO,CAAC;IAC9C,sBAAsB,EAAE,OAAO,CAAC;IAChC,wBAAwB,EAAE,OAAO,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;CAmB1B,CAAC"}
|
|
@@ -4,7 +4,6 @@ import { useIntl } from "react-intl";
|
|
|
4
4
|
import { isDataError } from "../../../../_staging/errors/errorPredicates.js";
|
|
5
5
|
import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
|
|
6
6
|
import { selectDashboardUserAutomationAlertsInContext } from "../../../../model/store/automations/automationsSelectors.js";
|
|
7
|
-
import { selectEnableAutomationManagement } from "../../../../model/store/config/configSelectors.js";
|
|
8
7
|
import { selectExecutionResultByRef } from "../../../../model/store/executionResults/executionResultsSelectors.js";
|
|
9
8
|
import { selectCanCreateAutomation } from "../../../../model/store/permissions/permissionsSelectors.js";
|
|
10
9
|
import { useDashboardCustomizationsContext } from "../../../dashboardContexts/DashboardCustomizationsContext.js";
|
|
@@ -28,7 +27,6 @@ function useDefaultMenuItems(config, setIsMenuOpen) {
|
|
|
28
27
|
const intl = useIntl();
|
|
29
28
|
const execution = useDashboardSelector(selectExecutionResultByRef(widget.ref));
|
|
30
29
|
const canCreateAutomation = useDashboardSelector(selectCanCreateAutomation);
|
|
31
|
-
const isAutomationManagementEnabled = useDashboardSelector(selectEnableAutomationManagement);
|
|
32
30
|
const automations = useDashboardSelector(selectDashboardUserAutomationAlertsInContext(widget.localIdentifier));
|
|
33
31
|
const isAlertManagementVisible = isAlertingVisible && (canCreateAutomation || automations.length > 0);
|
|
34
32
|
return useMemo(() => {
|
|
@@ -44,7 +42,6 @@ function useDefaultMenuItems(config, setIsMenuOpen) {
|
|
|
44
42
|
isExportVisible,
|
|
45
43
|
isExportPngImageVisible,
|
|
46
44
|
isExportPdfTabularVisible,
|
|
47
|
-
isAutomationManagementEnabled,
|
|
48
45
|
onExportCSV: () => {
|
|
49
46
|
setIsMenuOpen(false);
|
|
50
47
|
onExportCSV();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultWidgetDeleteDialog.d.ts","sourceRoot":"","sources":["../../../src/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DefaultWidgetDeleteDialog.d.ts","sourceRoot":"","sources":["../../../src/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;AAqBvD,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAuB3D;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,wBAAwB,CA8BrE;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,SAAS,EACT,iBAAiB,EACjB,oBAAoB,EACpB,QAAQ,EACR,QAAQ,EACR,MAAM,EACT,EAAE,wBAAwB,GAAG,YAAY,GAAG,IAAI,CAmChD"}
|
|
@@ -8,7 +8,6 @@ import { eagerRemoveSectionItemByWidgetRef } from "../../model/commands/layout.j
|
|
|
8
8
|
import { useDashboardDispatch, useDashboardSelector } from "../../model/react/DashboardStoreProvider.js";
|
|
9
9
|
import { dispatchAndWaitFor } from "../../model/store/_infra/dispatchAndWaitFor.js";
|
|
10
10
|
import { selectDashboardUserAutomationAlertsInContext, selectDashboardUserAutomationSchedulesInContext, } from "../../model/store/automations/automationsSelectors.js";
|
|
11
|
-
import { selectEnableAlerting, selectEnableScheduling } from "../../model/store/config/configSelectors.js";
|
|
12
11
|
import { selectAnalyticalWidgetByRef } from "../../model/store/tabs/layout/layoutSelectors.js";
|
|
13
12
|
import { uiActions } from "../../model/store/ui/index.js";
|
|
14
13
|
import { selectIsWidgetDeleteDialogOpen, selectWidgetDeleteDialogWidgetRef, } from "../../model/store/ui/uiSelectors.js";
|
|
@@ -48,14 +47,12 @@ export function useWidgetDeleteDialogProps() {
|
|
|
48
47
|
}
|
|
49
48
|
}, [dispatch, widget]);
|
|
50
49
|
const isVisible = useDashboardSelector(selectIsWidgetDeleteDialogOpen);
|
|
51
|
-
const isSchedulingEnabled = useDashboardSelector(selectEnableScheduling);
|
|
52
|
-
const isAlertingEnabled = useDashboardSelector(selectEnableAlerting);
|
|
53
50
|
const alerts = useDashboardSelector(selectDashboardUserAutomationAlertsInContext(widget?.localIdentifier));
|
|
54
51
|
const schedules = useDashboardSelector(selectDashboardUserAutomationSchedulesInContext(widget?.localIdentifier));
|
|
55
52
|
return {
|
|
56
53
|
isVisible,
|
|
57
|
-
showAlertsMessage:
|
|
58
|
-
showSchedulesMessage:
|
|
54
|
+
showAlertsMessage: alerts.length > 0,
|
|
55
|
+
showSchedulesMessage: schedules.length > 0,
|
|
59
56
|
onCancel,
|
|
60
57
|
onDelete,
|
|
61
58
|
widget,
|
|
@@ -4009,7 +4009,7 @@ export declare function DefaultScheduledEmailDialog(props: IScheduledEmailDialog
|
|
|
4009
4009
|
/**
|
|
4010
4010
|
* @alpha
|
|
4011
4011
|
*/
|
|
4012
|
-
export declare function DefaultScheduledEmailManagementDialog({ onAdd, onEdit,
|
|
4012
|
+
export declare function DefaultScheduledEmailManagementDialog({ onAdd, onEdit, onClose, isLoadingScheduleData, automations }: IScheduledEmailManagementDialogProps): JSX.Element;
|
|
4013
4013
|
|
|
4014
4014
|
/**
|
|
4015
4015
|
* @internal
|
|
@@ -13825,10 +13825,11 @@ export declare interface IInsightListProps {
|
|
|
13825
13825
|
height?: number;
|
|
13826
13826
|
width?: number;
|
|
13827
13827
|
searchAutofocus?: boolean;
|
|
13828
|
-
renderItem?: (props: IRenderListItemProps<IInsight
|
|
13828
|
+
renderItem?: (props: IRenderListItemProps<IInsight | {
|
|
13829
|
+
divider: true;
|
|
13830
|
+
}>) => ReactElement;
|
|
13829
13831
|
selectedRef?: ObjRef;
|
|
13830
13832
|
onSelect?: (insight: IInsight) => void;
|
|
13831
|
-
enableDescriptions?: boolean;
|
|
13832
13833
|
}
|
|
13833
13834
|
|
|
13834
13835
|
/**
|
|
@@ -19649,7 +19650,6 @@ export declare interface IUseInsightMenuConfig {
|
|
|
19649
19650
|
exportPowerPointPresentationDisabled: boolean;
|
|
19650
19651
|
exportPngImageDisabled: boolean;
|
|
19651
19652
|
exportPdfTabularDisabled: boolean;
|
|
19652
|
-
isAutomationManagementEnabled: boolean;
|
|
19653
19653
|
onExportXLSX: () => void;
|
|
19654
19654
|
onExportCSV: () => void;
|
|
19655
19655
|
onExportRawCSV: () => void;
|
|
@@ -23770,16 +23770,6 @@ export declare const selectEffectiveParameterValuesForWidget: (ref: ObjRef | und
|
|
|
23770
23770
|
*/
|
|
23771
23771
|
export declare const selectEnableAccessibilityMode: DashboardSelector<boolean>;
|
|
23772
23772
|
|
|
23773
|
-
/**
|
|
23774
|
-
* @alpha
|
|
23775
|
-
*/
|
|
23776
|
-
export declare const selectEnableAlertAttributes: DashboardSelector<boolean>;
|
|
23777
|
-
|
|
23778
|
-
/**
|
|
23779
|
-
* @alpha
|
|
23780
|
-
*/
|
|
23781
|
-
export declare const selectEnableAlerting: DashboardSelector<boolean>;
|
|
23782
|
-
|
|
23783
23773
|
/**
|
|
23784
23774
|
* Returns whether filter views are enabled.
|
|
23785
23775
|
*
|
|
@@ -23801,23 +23791,6 @@ export declare const selectEnableAnomalyDetectionAlert: DashboardSelector<boolea
|
|
|
23801
23791
|
*/
|
|
23802
23792
|
export declare const selectEnableAutomationEvaluationMode: DashboardSelector<boolean>;
|
|
23803
23793
|
|
|
23804
|
-
/**
|
|
23805
|
-
* Selector for the centralized automation management feature flag
|
|
23806
|
-
*
|
|
23807
|
-
* @internal
|
|
23808
|
-
*/
|
|
23809
|
-
export declare const selectEnableAutomationManagement: DashboardSelector<boolean>;
|
|
23810
|
-
|
|
23811
|
-
/**
|
|
23812
|
-
* @alpha
|
|
23813
|
-
*/
|
|
23814
|
-
export declare const selectEnableAutomations: DashboardSelector<boolean>;
|
|
23815
|
-
|
|
23816
|
-
/**
|
|
23817
|
-
* @alpha
|
|
23818
|
-
*/
|
|
23819
|
-
export declare const selectEnableComparisonInAlerting: DashboardSelector<boolean>;
|
|
23820
|
-
|
|
23821
23794
|
/**
|
|
23822
23795
|
* Returns whether customized dashboards without plugin overlay are enabled.
|
|
23823
23796
|
* When enabled, the plugin overlay will not be displayed on dashboard items.
|
|
@@ -23875,13 +23848,6 @@ export declare const selectEnableDashboardShareLink: DashboardSelector<boolean>;
|
|
|
23875
23848
|
*/
|
|
23876
23849
|
export declare const selectEnableDashboardTabularExport: DashboardSelector<boolean>;
|
|
23877
23850
|
|
|
23878
|
-
/**
|
|
23879
|
-
* Selector for the date filter local identifiers feature flag
|
|
23880
|
-
*
|
|
23881
|
-
* @internal
|
|
23882
|
-
*/
|
|
23883
|
-
export declare const selectEnableDateFilterIdentifiers: DashboardSelector<boolean>;
|
|
23884
|
-
|
|
23885
23851
|
/**
|
|
23886
23852
|
* @internal
|
|
23887
23853
|
*/
|
|
@@ -23936,20 +23902,6 @@ export declare const selectEnableFiscalCalendars: DashboardSelector<boolean>;
|
|
|
23936
23902
|
*/
|
|
23937
23903
|
export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration: DashboardSelector<boolean>;
|
|
23938
23904
|
|
|
23939
|
-
/**
|
|
23940
|
-
* Returns whether in-platform notifications are enabled.
|
|
23941
|
-
*
|
|
23942
|
-
* @internal
|
|
23943
|
-
*/
|
|
23944
|
-
export declare const selectEnableInPlatformNotifications: DashboardSelector<boolean>;
|
|
23945
|
-
|
|
23946
|
-
/**
|
|
23947
|
-
* Returns whether KD cross filtering is enabled.
|
|
23948
|
-
*
|
|
23949
|
-
* @internal
|
|
23950
|
-
*/
|
|
23951
|
-
export declare const selectEnableKDCrossFiltering: DashboardSelector<boolean>;
|
|
23952
|
-
|
|
23953
23905
|
/**
|
|
23954
23906
|
* Returns whether new KD dependent filters are enabled.
|
|
23955
23907
|
*
|
|
@@ -23971,13 +23923,6 @@ export declare const selectEnableKDEmptyDateValuesFilter: DashboardSelector<bool
|
|
|
23971
23923
|
*/
|
|
23972
23924
|
export declare const selectEnableKDRichText: DashboardSelector<boolean>;
|
|
23973
23925
|
|
|
23974
|
-
/**
|
|
23975
|
-
* Returns whether the export to pdf is enabled.
|
|
23976
|
-
*
|
|
23977
|
-
* @public
|
|
23978
|
-
*/
|
|
23979
|
-
export declare const selectEnableKPIDashboardExportPDF: DashboardSelector<string | number | boolean | object>;
|
|
23980
|
-
|
|
23981
23926
|
/**
|
|
23982
23927
|
* Returns whether measure value (numeric) filter is enabled in dashboards.
|
|
23983
23928
|
*
|
|
@@ -24013,11 +23958,6 @@ export declare const selectEnableParameters: DashboardSelector<boolean>;
|
|
|
24013
23958
|
*/
|
|
24014
23959
|
export declare const selectEnableRichTextDescriptions: DashboardSelector<boolean>;
|
|
24015
23960
|
|
|
24016
|
-
/**
|
|
24017
|
-
* @internal
|
|
24018
|
-
*/
|
|
24019
|
-
export declare const selectEnableRichTextDynamicReferences: DashboardSelector<boolean>;
|
|
24020
|
-
|
|
24021
23961
|
/**
|
|
24022
23962
|
* Returns whether rich text widget filter configuration is enabled.
|
|
24023
23963
|
*
|
|
@@ -24025,11 +23965,6 @@ export declare const selectEnableRichTextDynamicReferences: DashboardSelector<bo
|
|
|
24025
23965
|
*/
|
|
24026
23966
|
export declare const selectEnableRichTextWidgetFilterConfiguration: DashboardSelector<boolean>;
|
|
24027
23967
|
|
|
24028
|
-
/**
|
|
24029
|
-
* @alpha
|
|
24030
|
-
*/
|
|
24031
|
-
export declare const selectEnableScheduling: DashboardSelector<boolean>;
|
|
24032
|
-
|
|
24033
23968
|
/**
|
|
24034
23969
|
* @internal
|
|
24035
23970
|
*/
|
|
@@ -24921,11 +24856,6 @@ export declare const selectIsAttributeFilterDependentByLocalIdentifier: (attribu
|
|
|
24921
24856
|
*/
|
|
24922
24857
|
export declare const selectIsAttributeFilterDependentByLocalIdentifierForTab: (attributeFilterLocalIdentifier: string, tabLocalIdentifier: string) => DashboardSelector<boolean>;
|
|
24923
24858
|
|
|
24924
|
-
/**
|
|
24925
|
-
* @internal
|
|
24926
|
-
*/
|
|
24927
|
-
export declare function selectIsAutomationDialogSecondaryTitleVisible(state: DashboardState): boolean;
|
|
24928
|
-
|
|
24929
24859
|
/**
|
|
24930
24860
|
* @internal
|
|
24931
24861
|
*/
|
|
@@ -28208,12 +28138,12 @@ export declare const useDashboardScheduledEmails: () => {
|
|
|
28208
28138
|
isScheduleEmailingDialogOpen: boolean;
|
|
28209
28139
|
defaultOnScheduleEmailing: (widget?: IWidget | undefined) => void;
|
|
28210
28140
|
onScheduleEmailingOpen: (widget?: IWidget | undefined) => void;
|
|
28211
|
-
onScheduleEmailingCancel: (
|
|
28212
|
-
onScheduleEmailingBack: (
|
|
28141
|
+
onScheduleEmailingCancel: (_widget?: IWidget | undefined) => void;
|
|
28142
|
+
onScheduleEmailingBack: (_widget?: IWidget | undefined) => void;
|
|
28213
28143
|
onScheduleEmailingCreateError: () => void;
|
|
28214
28144
|
onScheduleEmailingCreateSuccess: (scheduledEmail: IAutomationMetadataObject) => void;
|
|
28215
28145
|
onScheduleEmailingSaveError: () => void;
|
|
28216
|
-
onScheduleEmailingSaveSuccess: (
|
|
28146
|
+
onScheduleEmailingSaveSuccess: (_widget?: IWidget | undefined) => void;
|
|
28217
28147
|
isScheduledManagementEmailingVisible: boolean;
|
|
28218
28148
|
isScheduleEmailingManagementDialogOpen: boolean;
|
|
28219
28149
|
defaultOnScheduleEmailingManagement: (widget?: IWidget | undefined) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.45.0
|
|
3
|
+
"version": "11.45.0",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,20 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.1",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.45.0
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.45.0
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui-charts": "11.45.0
|
|
67
|
-
"@gooddata/sdk-ui": "11.45.0
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/
|
|
75
|
-
"@gooddata/sdk-ui-
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.45.0",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.45.0",
|
|
65
|
+
"@gooddata/sdk-ui": "11.45.0",
|
|
66
|
+
"@gooddata/sdk-ui-charts": "11.45.0",
|
|
67
|
+
"@gooddata/sdk-ui-ext": "11.45.0",
|
|
68
|
+
"@gooddata/sdk-ui-filters": "11.45.0",
|
|
69
|
+
"@gooddata/sdk-ui-kit": "11.45.0",
|
|
70
|
+
"@gooddata/sdk-model": "11.45.0",
|
|
71
|
+
"@gooddata/sdk-ui-geo": "11.45.0",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.45.0",
|
|
73
|
+
"@gooddata/sdk-ui-semantic-search": "11.45.0",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.45.0",
|
|
75
|
+
"@gooddata/sdk-ui-theme-provider": "11.45.0",
|
|
76
|
+
"@gooddata/util": "11.45.0"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
79
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +119,12 @@
|
|
|
118
119
|
"typescript": "5.9.3",
|
|
119
120
|
"vitest": "4.1.8",
|
|
120
121
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
122
|
+
"@gooddata/eslint-config": "11.45.0",
|
|
123
|
+
"@gooddata/i18n-toolkit": "11.45.0",
|
|
124
|
+
"@gooddata/oxlint-config": "11.45.0",
|
|
125
|
+
"@gooddata/reference-workspace": "11.45.0",
|
|
126
|
+
"@gooddata/sdk-backend-mockingbird": "11.45.0",
|
|
127
|
+
"@gooddata/stylelint-config": "11.45.0"
|
|
127
128
|
},
|
|
128
129
|
"peerDependencies": {
|
|
129
130
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -28455,6 +28455,18 @@ figure {
|
|
|
28455
28455
|
flex: 1 1 auto;
|
|
28456
28456
|
}
|
|
28457
28457
|
|
|
28458
|
+
.gd-visualizations-related-header {
|
|
28459
|
+
display: flex;
|
|
28460
|
+
gap: 5px;
|
|
28461
|
+
justify-content: flex-start;
|
|
28462
|
+
align-items: flex-end;
|
|
28463
|
+
height: 100%;
|
|
28464
|
+
padding: 5px 0 5px 10px;
|
|
28465
|
+
font-size: 12px;
|
|
28466
|
+
line-height: 12px;
|
|
28467
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
28468
|
+
}
|
|
28469
|
+
|
|
28458
28470
|
.gd-container-tooltip {
|
|
28459
28471
|
display: flex;
|
|
28460
28472
|
flex-direction: column;
|