@gooddata/sdk-ui-dashboard 11.43.0-alpha.3 → 11.43.0-alpha.4
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +3 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -2
- package/esm/model/react/useWidgetExecConfig.d.ts +5 -3
- package/esm/model/react/useWidgetExecConfig.d.ts.map +1 -1
- package/esm/model/react/useWidgetExecConfig.js +8 -4
- package/esm/model/store/config/configSelectors.js +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +19 -0
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +46 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +13 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +24 -30
- package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts.map +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +3 -3
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.js +2 -2
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/hooks/useAlertValidation.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/{DefaultAlertingDialog → DefaultAlertingManagementDialog}/hooks/useAlertValidation.js +2 -2
- package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingDialog.js +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +21 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultAlertingDialog.js +58 -56
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/constants.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +7 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.js +16 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts +6 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js +31 -5
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useEditAlert.d.ts +7 -7
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useEditAlert.js +15 -45
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +11 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +35 -0
- package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -0
- package/esm/presentation/automations/{_staging/alerting → alerting}/hooks/useGetSupportedMeasures.js +2 -6
- package/esm/presentation/automations/{_staging/alerting → alerting}/types.d.ts +5 -3
- package/esm/presentation/automations/alerting/types.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/AlertingConnector.d.ts +27 -0
- package/esm/presentation/automations/connectors/AlertingConnector.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/AlertingConnector.js +72 -0
- package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.d.ts +15 -0
- package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/sanitizeAutomationForSave.js +25 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts +9 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +128 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.d.ts +2 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +66 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +65 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +27 -0
- package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +32 -0
- package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/contexts/AlertingDialogContext.js +11 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +20 -1
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/AutomationsContext.js +4 -1
- package/esm/presentation/automations/contexts/AutomationsContext.test.js +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +2 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +19 -0
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js +18 -4
- package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -1
- package/esm/presentation/dashboard/types.d.ts +1 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdownMenuItem.js +6 -28
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts +0 -3
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +16 -3
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +11 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -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 +4 -0
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +9 -9
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +23 -14
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts +3 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +5 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.d.ts +0 -11
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.js +2 -17
- package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +3 -3
- package/esm/sdk-ui-dashboard.d.ts +18 -1
- package/package.json +20 -20
- package/styles/css/dashboard.css +7 -7
- package/styles/css/drillSelect.css +0 -49
- package/styles/css/drillSelect.css.map +1 -1
- package/styles/css/main.css +10 -61
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +7 -7
- package/styles/css/topBar.css +3 -5
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/drillSelect.scss +0 -65
- package/styles/scss/notifications_channels_dialog.scss +1 -1
- package/styles/scss/topBar.scss +3 -9
- package/esm/presentation/automations/_staging/alerting/AlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +0 -7
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/constants.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/messages.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/items.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/hooks/useGetSupportedMeasures.d.ts.map +0 -1
- package/esm/presentation/automations/_staging/alerting/types.d.ts.map +0 -1
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts +0 -2
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.d.ts.map +0 -1
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +0 -28
- /package/esm/presentation/automations/_staging/alerting/{DefaultAlertingDialog → DefaultAlertingManagementDialog}/hooks/useAlertValidation.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/AlertingDialog.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/AlertingDialogHeader.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/AlertingDialogHeader.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertThresholdInput.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertThresholdInput.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/constants.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/constants.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useOperators.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useOperators.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/hooks/useThresholdValue.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/messages.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/messages.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/convertors.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/convertors.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/cron.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/cron.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/getters.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/getters.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/granularity.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/granularity.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/guards.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/guards.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/items.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/items.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/responsive.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/responsive.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/threshold.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/threshold.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/transformation.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/DefaultAlertingDialog/utils/transformation.js +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/hooks/useGetSupportedMeasures.d.ts +0 -0
- /package/esm/presentation/automations/{_staging/alerting → alerting}/types.js +0 -0
|
@@ -4,17 +4,6 @@ import { omit } from "lodash-es";
|
|
|
4
4
|
import { isAllValuesAttributeFilter, } from "@gooddata/sdk-model";
|
|
5
5
|
import { useCreateAlert } from "./useCreateAlert.js";
|
|
6
6
|
import { useUpdateAlert } from "./useUpdateAlert.js";
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
* @param onCreateSuccess - callback to be called when alert is created successfully
|
|
10
|
-
* @param onCreateError - callback to be called when alert creation fails
|
|
11
|
-
* @param onUpdateSuccess - callback to be called when alert is updated successfully
|
|
12
|
-
* @param onUpdateError - callback to be called when alert update fails
|
|
13
|
-
* @param onPauseSuccess - callback to be called when alert is paused successfully
|
|
14
|
-
* @param onPauseError - callback to be called when alert pausing fails
|
|
15
|
-
* @param onResumeSuccess - callback to be called when alert is resumed successfully
|
|
16
|
-
* @param onResumeError - callback to be called when alert resuming fails
|
|
17
|
-
*/
|
|
18
7
|
export function useSaveAlertToBackend({ onCreateSuccess, onCreateError, onUpdateSuccess, onUpdateError, onPauseSuccess, onPauseError, onResumeSuccess, onResumeError, }) {
|
|
19
8
|
const alertCreator = useCreateAlert({
|
|
20
9
|
onSuccess: (alert) => onCreateSuccess?.(alert),
|
|
@@ -56,8 +45,8 @@ function sanitizeAutomation(automationToSave) {
|
|
|
56
45
|
let automation = {
|
|
57
46
|
...automationToSave,
|
|
58
47
|
};
|
|
59
|
-
//
|
|
60
|
-
//
|
|
48
|
+
// cronDescription is a variable created on backend that cannot be overridden and BE has hard time
|
|
49
|
+
// handling it with each PUT
|
|
61
50
|
if (automation.schedule) {
|
|
62
51
|
automation.schedule = omit(automation.schedule, ["cronDescription"]);
|
|
63
52
|
}
|
|
@@ -75,10 +64,6 @@ function sanitizeAutomation(automationToSave) {
|
|
|
75
64
|
}
|
|
76
65
|
return automation;
|
|
77
66
|
}
|
|
78
|
-
/**
|
|
79
|
-
* Strip noop filters that have no effect on execution and should not appear in alert email notifications.
|
|
80
|
-
* - "All values" attribute filters are always stripped.
|
|
81
|
-
*/
|
|
82
67
|
function removeNoopFiltersFromAlertFilters(filters) {
|
|
83
68
|
return filters.filter((filter) => !isAllValuesAttributeFilter(filter));
|
|
84
69
|
}
|
|
@@ -18,9 +18,9 @@ import { selectInsightByWidgetRef } from "../../../../model/store/insights/insig
|
|
|
18
18
|
import { selectCanCreateAutomation, selectCanManageWorkspace, } from "../../../../model/store/permissions/permissionsSelectors.js";
|
|
19
19
|
import { selectExecutionTimestamp } from "../../../../model/store/ui/uiSelectors.js";
|
|
20
20
|
import { selectCurrentUser } from "../../../../model/store/user/userSelectors.js";
|
|
21
|
-
import { AlertDeleteDialog } from "../../../automations/
|
|
22
|
-
import { messages } from "../../../automations/
|
|
23
|
-
import { getSupportedInsightMeasuresByInsight } from "../../../automations/
|
|
21
|
+
import { AlertDeleteDialog } from "../../../automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js";
|
|
22
|
+
import { messages } from "../../../automations/alerting/DefaultAlertingDialog/messages.js";
|
|
23
|
+
import { getSupportedInsightMeasuresByInsight } from "../../../automations/alerting/DefaultAlertingDialog/utils/items.js";
|
|
24
24
|
import { DASHBOARD_HEADER_OVERLAYS_Z_INDEX } from "../../../constants/zIndex.js";
|
|
25
25
|
import { AlertsList } from "./InsightAlertConfig/AlertsList.js";
|
|
26
26
|
import { useSaveAlertToBackend } from "./InsightAlertConfig/hooks/useSaveAlertToBackend.js";
|
|
@@ -3748,6 +3748,20 @@ export declare const DEFAULT_MESSAGES: Record<string, ITranslations>;
|
|
|
3748
3748
|
export declare const DEFAULT_TAB_ID = "defaultTabId";
|
|
3749
3749
|
|
|
3750
3750
|
/**
|
|
3751
|
+
* Default implementation of the alerting create/edit dialog.
|
|
3752
|
+
*
|
|
3753
|
+
* This component is a pure consumer of `AutomationsContext` and `AlertingDialogContext`: it reads
|
|
3754
|
+
* org/workspace data and per-dialog state from those contexts rather than from the dashboard store.
|
|
3755
|
+
* It must therefore be rendered within an `AutomationsContextProvider` (and, for the create/edit
|
|
3756
|
+
* flow, an `AlertingDialogContextProvider`). Inside a `Dashboard`, the alerting connector supplies
|
|
3757
|
+
* both providers above the `AlertingDialogComponent` slot — so the default component, and any
|
|
3758
|
+
* wholesale slot replacement, inherit the contexts automatically and require no extra wiring.
|
|
3759
|
+
*
|
|
3760
|
+
* The providers are intentionally hoisted above the slot rather than built inside this component:
|
|
3761
|
+
* that is what lets a wholesale replacement receive the same contexts (see the Phase-2 boundary in
|
|
3762
|
+
* `docs/tasks/26Q1 - Automation Dialog Separation.md`). Rendering this component outside those
|
|
3763
|
+
* providers throws at runtime.
|
|
3764
|
+
*
|
|
3751
3765
|
* @alpha
|
|
3752
3766
|
*/
|
|
3753
3767
|
export declare function DefaultAlertingDialog(props: IAlertingDialogProps): JSX.Element;
|
|
@@ -5581,8 +5595,11 @@ export declare interface IAlertingDialogProps {
|
|
|
5581
5595
|
* Widget to be used for alert.
|
|
5582
5596
|
*
|
|
5583
5597
|
* Note: this is available only when alerting for widget, not dashboard.
|
|
5598
|
+
* Typed as IWidget (not ExtendedDashboardWidget) because the dialog only
|
|
5599
|
+
* supports insight widgets; custom widgets and nested layouts are not valid
|
|
5600
|
+
* alert targets and were silently discarded at the connector boundary anyway.
|
|
5584
5601
|
*/
|
|
5585
|
-
widget?:
|
|
5602
|
+
widget?: IWidget;
|
|
5586
5603
|
/**
|
|
5587
5604
|
* Insight to be used for alert.
|
|
5588
5605
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.43.0-alpha.
|
|
3
|
+
"version": "11.43.0-alpha.4",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.1",
|
|
63
|
-
"@gooddata/sdk-backend-
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-model": "11.43.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.43.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.43.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.43.0-alpha.
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.43.0-alpha.
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.43.0-alpha.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.43.0-alpha.
|
|
75
|
-
"@gooddata/util": "11.43.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.43.0-alpha.4",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.43.0-alpha.4",
|
|
65
|
+
"@gooddata/sdk-ui-charts": "11.43.0-alpha.4",
|
|
66
|
+
"@gooddata/sdk-model": "11.43.0-alpha.4",
|
|
67
|
+
"@gooddata/sdk-ui": "11.43.0-alpha.4",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.43.0-alpha.4",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.43.0-alpha.4",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.43.0-alpha.4",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.43.0-alpha.4",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.43.0-alpha.4",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.43.0-alpha.4",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.43.0-alpha.4",
|
|
75
|
+
"@gooddata/util": "11.43.0-alpha.4"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.8",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.43.0-alpha.
|
|
122
|
-
"@gooddata/i18n-toolkit": "11.43.0-alpha.
|
|
123
|
-
"@gooddata/oxlint-config": "11.43.0-alpha.
|
|
124
|
-
"@gooddata/reference-workspace": "11.43.0-alpha.
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.
|
|
126
|
-
"@gooddata/stylelint-config": "11.43.0-alpha.
|
|
121
|
+
"@gooddata/eslint-config": "11.43.0-alpha.4",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.43.0-alpha.4",
|
|
123
|
+
"@gooddata/oxlint-config": "11.43.0-alpha.4",
|
|
124
|
+
"@gooddata/reference-workspace": "11.43.0-alpha.4",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.43.0-alpha.4",
|
|
126
|
+
"@gooddata/stylelint-config": "11.43.0-alpha.4"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/dashboard.css
CHANGED
|
@@ -1201,33 +1201,33 @@
|
|
|
1201
1201
|
width: 800px;
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
1204
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
|
|
1204
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
|
|
1205
1205
|
padding: 0;
|
|
1206
1206
|
}
|
|
1207
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
|
|
1207
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
|
|
1208
1208
|
margin: 0;
|
|
1209
1209
|
padding: var(--gd-spacing-20px);
|
|
1210
1210
|
}
|
|
1211
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
|
|
1211
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
|
|
1212
1212
|
margin: 0;
|
|
1213
1213
|
padding: var(--gd-spacing-20px) var(--gd-spacing-20px) 0 var(--gd-spacing-20px);
|
|
1214
1214
|
width: 100%;
|
|
1215
1215
|
background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
1216
1216
|
height: 475px;
|
|
1217
1217
|
}
|
|
1218
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
|
|
1218
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
|
|
1219
1219
|
margin: 0;
|
|
1220
1220
|
padding: 0;
|
|
1221
1221
|
}
|
|
1222
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
|
|
1222
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
|
|
1223
1223
|
margin: 0;
|
|
1224
1224
|
padding: var(--gd-spacing-20px);
|
|
1225
1225
|
}
|
|
1226
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
|
|
1226
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
|
|
1227
1227
|
display: flex;
|
|
1228
1228
|
gap: var(--gd-spacing-10px);
|
|
1229
1229
|
}
|
|
1230
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
|
|
1230
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
|
|
1231
1231
|
margin: 0;
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
@@ -40,55 +40,6 @@
|
|
|
40
40
|
overscroll-behavior: contain;
|
|
41
41
|
padding: 0 0 10px 0;
|
|
42
42
|
}
|
|
43
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
|
|
44
|
-
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
|
-
height: 27px;
|
|
47
|
-
padding: 0 10px;
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
text-decoration: none;
|
|
50
|
-
background: none;
|
|
51
|
-
border: none;
|
|
52
|
-
width: 100%;
|
|
53
|
-
}
|
|
54
|
-
.gd-drill-modal-picker-selector-list .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
|
|
55
|
-
padding: 4px 10px;
|
|
56
|
-
}
|
|
57
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p {
|
|
58
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
59
|
-
font-size: 12px;
|
|
60
|
-
text-overflow: ellipsis;
|
|
61
|
-
overflow: hidden;
|
|
62
|
-
white-space: nowrap;
|
|
63
|
-
color: var(--gd-palette-complementary-8, #464e56);
|
|
64
|
-
}
|
|
65
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p span {
|
|
66
|
-
color: var(--gd-palette-complementary-5, #b0beca);
|
|
67
|
-
}
|
|
68
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item .gd-drill-modal-picker-icon-wrapper {
|
|
69
|
-
height: 100%;
|
|
70
|
-
}
|
|
71
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item svg {
|
|
72
|
-
margin-left: 4px;
|
|
73
|
-
margin-right: 4px;
|
|
74
|
-
width: 12px;
|
|
75
|
-
height: 100%;
|
|
76
|
-
}
|
|
77
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover {
|
|
78
|
-
background: var(--gd-palette-complementary-2, #ebeff4) !important;
|
|
79
|
-
}
|
|
80
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover span {
|
|
81
|
-
color: var(--gd-palette-complementary-9-from-theme);
|
|
82
|
-
}
|
|
83
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled {
|
|
84
|
-
cursor: default;
|
|
85
|
-
}
|
|
86
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled p {
|
|
87
|
-
color: var(--gd-palette-complementary-5);
|
|
88
|
-
}
|
|
89
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled:hover {
|
|
90
|
-
background: none !important;
|
|
91
|
-
}
|
|
92
43
|
|
|
93
44
|
.gd-drill-to-url-modal-picker {
|
|
94
45
|
padding: 2px 0 0 10px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/drillSelect.scss","../scss/_zIndexes.scss"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/drillSelect.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACCA;EACI;EACA,SCcW;EDbX;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA,YFNA;;AEQA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI,SCzCS;ED0CT;EACA","file":"drillSelect.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -25300,33 +25300,33 @@ figure {
|
|
|
25300
25300
|
width: 800px;
|
|
25301
25301
|
}
|
|
25302
25302
|
|
|
25303
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
|
|
25303
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog {
|
|
25304
25304
|
padding: 0;
|
|
25305
25305
|
}
|
|
25306
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
|
|
25306
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-management-dialog-title {
|
|
25307
25307
|
margin: 0;
|
|
25308
25308
|
padding: var(--gd-spacing-20px);
|
|
25309
25309
|
}
|
|
25310
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
|
|
25310
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
|
|
25311
25311
|
margin: 0;
|
|
25312
25312
|
padding: var(--gd-spacing-20px) var(--gd-spacing-20px) 0 var(--gd-spacing-20px);
|
|
25313
25313
|
width: 100%;
|
|
25314
25314
|
background-color: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
25315
25315
|
height: 475px;
|
|
25316
25316
|
}
|
|
25317
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
|
|
25317
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-content-divider--no-spacing {
|
|
25318
25318
|
margin: 0;
|
|
25319
25319
|
padding: 0;
|
|
25320
25320
|
}
|
|
25321
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
|
|
25321
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons {
|
|
25322
25322
|
margin: 0;
|
|
25323
25323
|
padding: var(--gd-spacing-20px);
|
|
25324
25324
|
}
|
|
25325
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
|
|
25325
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-buttons-inner {
|
|
25326
25326
|
display: flex;
|
|
25327
25327
|
gap: var(--gd-spacing-10px);
|
|
25328
25328
|
}
|
|
25329
|
-
.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
|
|
25329
|
+
.overlay.gd-dialog--no-padding.gd-dialog.gd-notifications-channels-management-dialog .gd-button {
|
|
25330
25330
|
margin: 0;
|
|
25331
25331
|
}
|
|
25332
25332
|
|
|
@@ -29534,18 +29534,16 @@ figure {
|
|
|
29534
29534
|
}
|
|
29535
29535
|
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
|
|
29536
29536
|
.dash-header-options-button {
|
|
29537
|
-
width:
|
|
29537
|
+
width: 46px;
|
|
29538
29538
|
align-self: stretch;
|
|
29539
29539
|
padding: 0;
|
|
29540
|
+
font-size: 20px;
|
|
29540
29541
|
border-radius: 0;
|
|
29541
29542
|
border-width: 0 0 0 1px;
|
|
29542
|
-
|
|
29543
|
+
border-style: solid;
|
|
29543
29544
|
background: var(--gd-dashboards-title-backgroundColor, var(--gd-palette-complementary-0, #fff));
|
|
29544
29545
|
border-color: var(--gd-dashboards-title-borderColor, var(--gd-palette-complementary-3, #dde4eb));
|
|
29545
29546
|
}
|
|
29546
|
-
.dash-header-options-button, .dash-header-options-button:hover, .dash-header-options-button:active, .dash-header-options-button:focus {
|
|
29547
|
-
box-shadow: none;
|
|
29548
|
-
}
|
|
29549
29547
|
}
|
|
29550
29548
|
@media only screen and (min-width:641px) {
|
|
29551
29549
|
.dash-header-options-button {
|
|
@@ -29879,55 +29877,6 @@ figure {
|
|
|
29879
29877
|
overscroll-behavior: contain;
|
|
29880
29878
|
padding: 0 0 10px 0;
|
|
29881
29879
|
}
|
|
29882
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
|
|
29883
|
-
display: flex;
|
|
29884
|
-
align-items: center;
|
|
29885
|
-
height: 27px;
|
|
29886
|
-
padding: 0 10px;
|
|
29887
|
-
cursor: pointer;
|
|
29888
|
-
text-decoration: none;
|
|
29889
|
-
background: none;
|
|
29890
|
-
border: none;
|
|
29891
|
-
width: 100%;
|
|
29892
|
-
}
|
|
29893
|
-
.gd-drill-modal-picker-selector-list .gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
|
|
29894
|
-
padding: 4px 10px;
|
|
29895
|
-
}
|
|
29896
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p {
|
|
29897
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
29898
|
-
font-size: 12px;
|
|
29899
|
-
text-overflow: ellipsis;
|
|
29900
|
-
overflow: hidden;
|
|
29901
|
-
white-space: nowrap;
|
|
29902
|
-
color: var(--gd-palette-complementary-8, #464e56);
|
|
29903
|
-
}
|
|
29904
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item p span {
|
|
29905
|
-
color: var(--gd-palette-complementary-5, #b0beca);
|
|
29906
|
-
}
|
|
29907
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item .gd-drill-modal-picker-icon-wrapper {
|
|
29908
|
-
height: 100%;
|
|
29909
|
-
}
|
|
29910
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item svg {
|
|
29911
|
-
margin-left: 4px;
|
|
29912
|
-
margin-right: 4px;
|
|
29913
|
-
width: 12px;
|
|
29914
|
-
height: 100%;
|
|
29915
|
-
}
|
|
29916
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover {
|
|
29917
|
-
background: var(--gd-palette-complementary-2, #ebeff4) !important;
|
|
29918
|
-
}
|
|
29919
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item:hover span {
|
|
29920
|
-
color: var(--gd-palette-complementary-9-from-theme);
|
|
29921
|
-
}
|
|
29922
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled {
|
|
29923
|
-
cursor: default;
|
|
29924
|
-
}
|
|
29925
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled p {
|
|
29926
|
-
color: var(--gd-palette-complementary-5);
|
|
29927
|
-
}
|
|
29928
|
-
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item.is-disabled:hover {
|
|
29929
|
-
background: none !important;
|
|
29930
|
-
}
|
|
29931
29880
|
|
|
29932
29881
|
.gd-drill-to-url-modal-picker {
|
|
29933
29882
|
padding: 2px 0 0 10px;
|