@gooddata/sdk-ui-dashboard 11.42.0-alpha.4 → 11.42.0-alpha.5
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 +748 -800
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +6 -0
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +8 -0
- package/esm/index.d.ts +5 -5
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +4 -4
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +2 -2
- package/esm/presentation/automations/_staging/alerting/AlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingDialog.js +1 -1
- package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingManagementDialog.js +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.js +22 -17
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/constants.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.js +5 -5
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useCreateAlert.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.js +2 -2
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useEditAlert.d.ts +4 -3
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useEditAlert.js +18 -17
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.js +2 -2
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/items.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +5 -5
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +10 -10
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +3 -3
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/Alert.js +6 -6
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +3 -3
- package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +1 -0
- package/esm/presentation/automations/_staging/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useAlertingDialogAccessibility.js +3 -3
- package/esm/presentation/automations/_staging/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -0
- package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useGetSupportedMeasures.js +3 -3
- package/esm/presentation/automations/{alerting → _staging/alerting}/types.d.ts +1 -1
- package/esm/presentation/automations/_staging/alerting/types.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +13 -0
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +25 -0
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +8 -2
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +10 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +5 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +21 -4
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +2 -2
- package/esm/presentation/dashboard/components/DashboardRenderer.js +2 -2
- 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/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/AlertsList.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 +13 -13
- 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 +3 -3
- 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/InsightAlertsNew.js +4 -4
- package/package.json +20 -20
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/drillDialog.css.map +1 -1
- package/styles/css/drillSelect.css.map +1 -1
- package/styles/css/filterBar.css +1 -1
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/floatingToolbar.css.map +1 -1
- package/styles/css/kpi_alert_dialog.css.map +1 -1
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +1 -1
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/resizing.css.map +1 -1
- package/styles/css/toolbar.css.map +1 -1
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/_zIndexes.scss +1 -0
- package/styles/scss/filterBar.scss +1 -1
- package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/AlertingManagementDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/constants.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useCreateAlert.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/messages.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +0 -1
- package/esm/presentation/automations/alerting/types.d.ts.map +0 -1
- /package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingManagementDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/AlertingDialogHeader.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/AlertingDialogHeader.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/constants.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/constants.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useOperators.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useOperators.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/messages.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/messages.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/convertors.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/convertors.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/cron.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/cron.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/getters.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/getters.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/granularity.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/granularity.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/guards.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/guards.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/items.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/items.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/responsive.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/responsive.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/threshold.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/threshold.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/transformation.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/transformation.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/Alert.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertsList.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertsList.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useAlertingDialogAccessibility.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useGetSupportedMeasures.d.ts +0 -0
- /package/esm/presentation/automations/{alerting → _staging/alerting}/types.js +0 -0
package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
// (C) 2026 GoodData Corporation
|
|
2
2
|
import { useCallback, useMemo } from "react";
|
|
3
3
|
import { DashboardParameterModeValues, areObjRefsEqual, } from "@gooddata/sdk-model";
|
|
4
|
+
import { getAutomationAlertParameters } from "../../../../_staging/automation/index.js";
|
|
4
5
|
import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
|
|
5
|
-
import { selectCatalogParameters } from "../../../../model/store/catalog/catalogSelectors.js";
|
|
6
|
+
import { selectCatalogParameters, selectCatalogParametersIsLoaded, } from "../../../../model/store/catalog/catalogSelectors.js";
|
|
6
7
|
import { selectEnableParameters } from "../../../../model/store/config/configSelectors.js";
|
|
7
8
|
import { selectEffectiveDashboardParametersForWidget, selectEffectiveParameterValuesForWidget, } from "../../../../model/store/tabs/parameters/parametersSelectors.js";
|
|
8
|
-
import { availableAutomationParameters, reconstructAutomationParametersFromValues, setAlertExecutionParameters, } from "./automationParameters.js";
|
|
9
|
+
import { availableAutomationParameters, dropStaleAlertParameters, hasStaleAlertParameters, reconstructAutomationParametersFromValues, setAlertExecutionParameters, } from "./automationParameters.js";
|
|
9
10
|
const EMPTY_PARAMETERS = [];
|
|
10
11
|
/**
|
|
11
12
|
* Parameter editing for the alert dialog. The single source of truth is the edited automation's
|
|
@@ -16,9 +17,10 @@ const EMPTY_PARAMETERS = [];
|
|
|
16
17
|
export function useAutomationAlertParameters({ editedAutomation, setEditedAutomation, widgetRef, }) {
|
|
17
18
|
const parametersEnabled = useDashboardSelector(selectEnableParameters);
|
|
18
19
|
const catalog = useDashboardSelector(selectCatalogParameters);
|
|
20
|
+
const catalogIsLoaded = useDashboardSelector(selectCatalogParametersIsLoaded);
|
|
19
21
|
const dashboardParameters = useDashboardSelector(selectEffectiveDashboardParametersForWidget(widgetRef));
|
|
20
22
|
const widgetParameterValues = useDashboardSelector(selectEffectiveParameterValuesForWidget(widgetRef));
|
|
21
|
-
const storedParameters = editedAutomation
|
|
23
|
+
const storedParameters = getAutomationAlertParameters(editedAutomation);
|
|
22
24
|
const automationParameters = useMemo(() => {
|
|
23
25
|
if (!parametersEnabled || !storedParameters?.length) {
|
|
24
26
|
return EMPTY_PARAMETERS;
|
|
@@ -32,7 +34,7 @@ export function useAutomationAlertParameters({ editedAutomation, setEditedAutoma
|
|
|
32
34
|
: EMPTY_PARAMETERS, [parametersEnabled, catalog, automationParameters, dashboardParameters, widgetParameterValues]);
|
|
33
35
|
const updateAlertParameters = useCallback((update) => {
|
|
34
36
|
setEditedAutomation((definition) => definition?.alert
|
|
35
|
-
? setAlertExecutionParameters(definition, update(definition
|
|
37
|
+
? setAlertExecutionParameters(definition, update(getAutomationAlertParameters(definition) ?? []))
|
|
36
38
|
: definition);
|
|
37
39
|
}, [setEditedAutomation]);
|
|
38
40
|
const onParameterChange = useCallback((ref, value) => {
|
|
@@ -47,11 +49,26 @@ export function useAutomationAlertParameters({ editedAutomation, setEditedAutoma
|
|
|
47
49
|
updateAlertParameters((current) => [...current, { ref, value: parameter.value }]);
|
|
48
50
|
}
|
|
49
51
|
}, [availableParameters, updateAlertParameters]);
|
|
52
|
+
const dropStaleParameters = useCallback(() => {
|
|
53
|
+
// Pruning against an unloaded/gated (empty) catalog would wipe every still-valid override.
|
|
54
|
+
if (!parametersEnabled || !catalogIsLoaded) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
// Write only when something is actually stale.
|
|
58
|
+
setEditedAutomation((definition) => {
|
|
59
|
+
const stored = getAutomationAlertParameters(definition);
|
|
60
|
+
if (!definition?.alert || !hasStaleAlertParameters(stored, catalog)) {
|
|
61
|
+
return definition;
|
|
62
|
+
}
|
|
63
|
+
return setAlertExecutionParameters(definition, dropStaleAlertParameters(stored ?? [], catalog));
|
|
64
|
+
});
|
|
65
|
+
}, [parametersEnabled, catalogIsLoaded, catalog, setEditedAutomation]);
|
|
50
66
|
return {
|
|
51
67
|
automationParameters,
|
|
52
68
|
availableParameters,
|
|
53
69
|
onParameterChange,
|
|
54
70
|
onParameterDelete,
|
|
55
71
|
onParameterAdd,
|
|
72
|
+
dropStaleParameters,
|
|
56
73
|
};
|
|
57
74
|
}
|
|
@@ -2,8 +2,8 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
|
|
|
2
2
|
// (C) 2022-2026 GoodData Corporation
|
|
3
3
|
import { useDashboardAlerts } from "../../../model/react/useDashboardAlerting/useDashboardAlerts.js";
|
|
4
4
|
import { useWorkspaceUsers } from "../../../model/react/useWorkspaceUsers.js";
|
|
5
|
-
import { AlertingDialog } from "../../automations/alerting/AlertingDialog.js";
|
|
6
|
-
import { AlertingManagementDialog } from "../../automations/alerting/AlertingManagementDialog.js";
|
|
5
|
+
import { AlertingDialog } from "../../automations/_staging/alerting/AlertingDialog.js";
|
|
6
|
+
import { AlertingManagementDialog } from "../../automations/_staging/alerting/AlertingManagementDialog.js";
|
|
7
7
|
export function AlertingDialogProviderNew() {
|
|
8
8
|
const {
|
|
9
9
|
// Shared Local State
|
|
@@ -6,8 +6,8 @@ import { BackendProvider, ErrorComponent as DefaultError, LoadingComponent as De
|
|
|
6
6
|
import { OverlayController, OverlayControllerProvider } from "@gooddata/sdk-ui-kit";
|
|
7
7
|
import { ThemeProvider } from "@gooddata/sdk-ui-theme-provider";
|
|
8
8
|
import { DashboardStoreProvider } from "../../../model/react/DashboardStoreProvider.js";
|
|
9
|
-
import { DefaultAlertingDialog } from "../../automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js";
|
|
10
|
-
import { DefaultAlertingManagementDialogNew } from "../../automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js";
|
|
9
|
+
import { DefaultAlertingDialog } from "../../automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js";
|
|
10
|
+
import { DefaultAlertingManagementDialogNew } from "../../automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js";
|
|
11
11
|
import { DefaultScheduledEmailDialog } from "../../automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js";
|
|
12
12
|
import { ScheduledEmailManagementDialog as DefaultScheduledEmailManagementDialog } from "../../automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js";
|
|
13
13
|
import { DASHBOARD_OVERLAYS_Z_INDEX } from "../../constants/zIndex.js";
|
|
@@ -6,7 +6,7 @@ import { type IErrorProps, type ILoadingProps } from "@gooddata/sdk-ui";
|
|
|
6
6
|
import { type DashboardEventHandler } from "../../model/eventHandlers/eventHandler.js";
|
|
7
7
|
import { type DashboardDispatch, type DashboardState } from "../../model/store/types.js";
|
|
8
8
|
import { type DashboardConfig, type DashboardModelCustomizationFns, type WidgetsOverlayFn } from "../../model/types/commonTypes.js";
|
|
9
|
-
import { type CustomAlertingDialogComponent, type CustomAlertingManagementDialogComponent } from "../automations/alerting/types.js";
|
|
9
|
+
import { type CustomAlertingDialogComponent, type CustomAlertingManagementDialogComponent } from "../automations/_staging/alerting/types.js";
|
|
10
10
|
import { type CustomScheduledEmailDialogComponent, type CustomScheduledEmailManagementDialogComponent } from "../automations/scheduledEmail/types.js";
|
|
11
11
|
import { type InsightComponentSetProvider } from "../componentDefinition/types.js";
|
|
12
12
|
import { type InsightMenuItemsProvider, type OptionalAttributeFilterComponentProvider, type OptionalDashboardContentComponentProvider, type OptionalDashboardLayoutComponentProvider, type OptionalDateFilterComponentProvider, type OptionalDrillDialogExportDropdownComponentProvider, type OptionalFilterGroupComponentProvider, type OptionalInsightBodyComponentProvider, type OptionalInsightComponentProvider, type OptionalInsightMenuButtonComponentProvider, type OptionalInsightMenuComponentProvider, type OptionalInsightMenuTitleComponentProvider, type OptionalMeasureValueFilterComponentProvider, type OptionalRichTextComponentProvider, type OptionalRichTextMenuComponentProvider, type OptionalRichTextMenuTitleComponentProvider, type OptionalShowAsTableButtonComponentProvider, type OptionalVisualizationSwitcherComponentProvider, type OptionalVisualizationSwitcherToolbarComponentProvider, type OptionalWidgetComponentProvider, type RichTextMenuItemsProvider } from "../dashboardContexts/types.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,MAAM,EAAE,KAAK,qBAAqB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC5G,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAExE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EACH,KAAK,eAAe,EACpB,KAAK,8BAA8B,EACnC,KAAK,gBAAgB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACH,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,EAC/C,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboard/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,MAAM,EAAE,KAAK,qBAAqB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC5G,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAExE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EACH,KAAK,eAAe,EACpB,KAAK,8BAA8B,EACnC,KAAK,gBAAgB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACH,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,EAC/C,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACH,KAAK,mCAAmC,EACxC,KAAK,6CAA6C,EACrD,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACnF,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,wCAAwC,EAC7C,KAAK,yCAAyC,EAC9C,KAAK,wCAAwC,EAC7C,KAAK,mCAAmC,EACxC,KAAK,kDAAkD,EACvD,KAAK,oCAAoC,EACzC,KAAK,oCAAoC,EACzC,KAAK,gCAAgC,EACrC,KAAK,0CAA0C,EAC/C,KAAK,oCAAoC,EACzC,KAAK,yCAAyC,EAC9C,KAAK,2CAA2C,EAChD,KAAK,iCAAiC,EACtC,KAAK,qCAAqC,EAC1C,KAAK,0CAA0C,EAC/C,KAAK,0CAA0C,EAC/C,KAAK,8CAA8C,EACnD,KAAK,qDAAqD,EAC1D,KAAK,+BAA+B,EACpC,KAAK,yBAAyB,EACjC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,KAAK,sCAAsC,EAAE,MAAM,qCAAqC,CAAC;AAClG,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,KAAK,sCAAsC,EAAE,MAAM,4BAA4B,CAAC;AACzF,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,mDAAmD,CAAC;AACtG,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAC7E,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9G,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,oCAAoC,CAAC;AAEzF,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;;;;;;;;GASG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;;;;;;;OAUG;IACH,cAAc,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IAE5C;;;;;;;;;;OAUG;IACH,gBAAgB,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC;IAEhD;;;;OAIG;IACH,eAAe,CAAC,EAAE,8BAA8B,CAAC;IAEjD;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,uBAAuB,CAAC,EAAE,+BAA+B,CAAC;IAE1D;;;;;;;;;;OAUG;IACH,wBAAwB,CAAC,EAAE,gCAAgC,CAAC;IAE5D;;;;;;;;;;OAUG;IACH,4BAA4B,CAAC,EAAE,oCAAoC,CAAC;IAEpE;;;;;;;;;;OAUG;IACH,kCAAkC,CAAC,EAAE,0CAA0C,CAAC;IAEhF;;;;;;;;;;OAUG;IACH,4BAA4B,CAAC,EAAE,oCAAoC,CAAC;IAEpE;;;;;;;;;;OAUG;IACH,6BAA6B,CAAC,EAAE,qCAAqC,CAAC;IAEtE;;;;;;;;;;OAUG;IACH,iCAAiC,CAAC,EAAE,yCAAyC,CAAC;IAE9E;;;;;;;;;;OAUG;IACH,kCAAkC,CAAC,EAAE,0CAA0C,CAAC;IAEhF;;;;;;;OAOG;IACH,2BAA2B,CAAC,EAAE,2BAA2B,CAAC;IAE1D;;;;;;;;;;OAUG;IACH,yBAAyB,CAAC,EAAE,iCAAiC,CAAC;IAE9D;;;;;;;;;;OAUG;IACH,sCAAsC,CAAC,EAAE,8CAA8C,CAAC;IAExF;;;;;;;;;;OAUG;IACH,gCAAgC,CAAC,EAAE,wCAAwC,CAAC;IAE5E;;;;;;;;;;OAUG;IACH,6CAA6C,CAAC,EAAE,qDAAqD,CAAC;IAEtG;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,mCAAmC,CAAC;IAEpE;;;;OAIG;IACH,uCAAuC,CAAC,EAAE,6CAA6C,CAAC;IAExF;;;;OAIG;IACH,iCAAiC,CAAC,EAAE,uCAAuC,CAAC;IAE5E;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,6BAA6B,CAAC;IAExD;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;IAElD;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,2BAA2B,CAAC;IAEpD;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAE9C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAEhD;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,qBAAqB,CAAC;IAExC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAE1C;;;;;;;;OAQG;IACH,cAAc,CAAC,EAAE,oBAAoB,CAAC;IAEtC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,yCAAyC,CAAC,EAAE,wCAAwC,CAAC;IAErF;;;;OAIG;IACH,oCAAoC,CAAC,EAAE,mCAAmC,CAAC;IAE3E;;;;OAIG;IACH,4CAA4C,CAAC,EAAE,2CAA2C,CAAC;IAE3F;;;;;;;;;;;OAWG;IACH,qCAAqC,CAAC,EAAE,oCAAoC,CAAC;IAE7E;;;;;;;;;;OAUG;IACH,iCAAiC,CAAC,EAAE,yCAAyC,CAAC;IAE9E;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAE9C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAE1C;;;;;;;;OAQG;IACH,gCAAgC,CAAC,EAAE,sCAAsC,CAAC;IAE1E;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE,yBAAyB,CAAC;IAEhD;;;;;;;OAOG;IACH,sBAAsB,CAAC,EAAE,4BAA4B,CAAC;IAEtD;;;;;;;OAOG;IACH,gCAAgC,CAAC,EAAE,sCAAsC,CAAC;IAE1E;;;;;;;OAOG;IACH,kCAAkC,CAAC,EAAE,0CAA0C,CAAC;IAEhF;;;;;;;OAOG;IACH,0CAA0C,CAAC,EAAE,kDAAkD,CAAC;CACnG;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,4BAA6B,SAAQ,8BAA8B;IAChF;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,wBAAwB,CAAC;IAE5C;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,wBAAwB,CAAC;IAEpD;;;;;;;OAOG;IACH,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IAEtD;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,8BAA8B,CAAC;CACrD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC7C;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAExC;;;;;;;;OAQG;IACH,qBAAqB,CAAC,EAAE,CACpB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,EAC9D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,KAC/D,IAAI,CAAC;IAEV;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAChF;AAED;;GAEG;AACH,oBAAY,eAAe;IACvB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,OAAO,YAAY;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG;KAClC,GAAG,IAAI,eAAe,CAAC,CAAC,EAAE,6BAA6B;CAC3D,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;IAEzC;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,qBAAqB,CAAC;IAEpC;;OAEG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;CACjD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,wBACb,SACI,kBAAkB,EAClB,4BAA4B,EAC5B,6BAA6B,EAC7B,sBAAsB;IAC1B;;;;;;;;;;;OAWG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC,sBAAsB,GAAG,IAAI,CAAC,CAAC;CACnE;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,mBAAmB,EAAE,wBAAwB;IAClF,QAAQ,CAAC,EAAE,YAAY,GAAG,CAAC,CAAC,SAAS,EAAE,GAAG,KAAK,YAAY,CAAC,CAAC;IAC7D;;;OAGG;IACH,kBAAkB,CAAC,EAAE,UAAU,CAAC;CACnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ComponentType, type ReactElement, type ReactNode } from "react";
|
|
2
2
|
import { type IErrorProps, type ILoadingProps } from "@gooddata/sdk-ui";
|
|
3
|
-
import { type CustomAlertingDialogComponent, type CustomAlertingManagementDialogComponent } from "../automations/alerting/types.js";
|
|
3
|
+
import { type CustomAlertingDialogComponent, type CustomAlertingManagementDialogComponent } from "../automations/_staging/alerting/types.js";
|
|
4
4
|
import { type CustomScheduledEmailDialogComponent, type CustomScheduledEmailManagementDialogComponent } from "../automations/scheduledEmail/types.js";
|
|
5
5
|
import { type AttributeFilterComponentSet, type DashboardLayoutWidgetComponentSet, type DateFilterComponentSet, type InsightWidgetComponentSet, type RichTextWidgetComponentSet, type VisualizationSwitcherWidgetComponentSet } from "../componentDefinition/types.js";
|
|
6
6
|
import { type CustomSidebarComponent } from "../dashboard/DashboardSidebar/types.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAEzG,OAAO,EAEH,KAAK,WAAW,EAChB,KAAK,aAAa,EAGrB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACH,KAAK,6BAA6B,EAClC,KAAK,uCAAuC,EAC/C,MAAM,
|
|
1
|
+
{"version":3,"file":"DashboardComponentsContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dashboardContexts/DashboardComponentsContext.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type IAutomationMetadataObject, type ISeparators } from "@gooddata/sdk-model";
|
|
2
2
|
import { type IInputPureProps } from "@gooddata/sdk-ui-kit";
|
|
3
|
-
import { type AlertMetric } from "../../../../automations/alerting/types.js";
|
|
3
|
+
import { type AlertMetric } from "../../../../automations/_staging/alerting/types.js";
|
|
4
4
|
export interface IAlertTitleProps {
|
|
5
5
|
id?: string;
|
|
6
6
|
measures: AlertMetric[];
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertTitle.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvF,OAAO,EAAE,KAAK,eAAe,EAAS,MAAM,sBAAsB,CAAC;AAGnE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"AlertTitle.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvF,OAAO,EAAE,KAAK,eAAe,EAAS,MAAM,sBAAsB,CAAC;AAGnE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oDAAoD,CAAC;AAEtF,MAAM,WAAW,gBAAgB;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,KAAK,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;CACzC;AAED,wBAAgB,UAAU,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAkBzF"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2025-2026 GoodData Corporation
|
|
3
3
|
import { useIntl } from "react-intl";
|
|
4
4
|
import { Input } from "@gooddata/sdk-ui-kit";
|
|
5
|
-
import { getDescription } from "../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
5
|
+
import { getDescription } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
6
6
|
export function AlertTitle({ id, alert, measures, separators, onChange }) {
|
|
7
7
|
const intl = useIntl();
|
|
8
8
|
const description = getDescription(intl, measures, alert, separators);
|
|
@@ -4,7 +4,7 @@ import { useCallback, useState } from "react";
|
|
|
4
4
|
import { FormattedMessage, useIntl } from "react-intl";
|
|
5
5
|
import Skeleton from "react-loading-skeleton";
|
|
6
6
|
import { AddButton, SeparatorLine, UiAutofocus, useIdPrefixed, useListWithActionsKeyboardNavigation, } from "@gooddata/sdk-ui-kit";
|
|
7
|
-
import { Alert } from "../../../../automations/alerting/DefaultAlertingManagementDialog/components/Alert.js";
|
|
7
|
+
import { Alert } from "../../../../automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.js";
|
|
8
8
|
import { DashboardInsightSubmenuContainer } from "../../../insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.js";
|
|
9
9
|
const getItemAdditionalActions = () => {
|
|
10
10
|
return ["dropdown", "item"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type IAutomationMetadataObjectDefinition, type ICatalogAttribute, type ICatalogDateDataset, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type ISeparators, type IWorkspaceUser } from "@gooddata/sdk-model";
|
|
2
2
|
import { type IExecutionResultEnvelope } from "../../../../../model/store/executionResults/types.js";
|
|
3
|
-
import { type IMeasureFormatMap } from "../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
4
|
-
import { type AlertAttribute, type AlertMetric } from "../../../../automations/alerting/types.js";
|
|
3
|
+
import { type IMeasureFormatMap } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
4
|
+
import { type AlertAttribute, type AlertMetric } from "../../../../automations/_staging/alerting/types.js";
|
|
5
5
|
interface ICreateAlertProps {
|
|
6
6
|
canManageAttributes: boolean;
|
|
7
7
|
canManageComparison: boolean;
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEH,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAChB,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AACrG,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CreateAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEH,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAChB,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AACrG,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,kFAAkF,CAAC;AAC1H,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,MAAM,oDAAoD,CAAC;AAI3G,UAAU,iBAAiB;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,UAAU,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACjD,KAAK,EAAE,mCAAmC,GAAG,IAAI,CAAC;IAClD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,IAAI,CAAC;IAChE,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,wBAAwB,EAAE,MAAM,CAAC;IACjC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACtC;AAED,wBAAgB,WAAW,CAAC,EACxB,mBAAmB,EACnB,mBAAmB,EACnB,UAAU,EACV,KAAK,EACL,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,SAAS,EACT,QAAQ,EACR,UAAU,EACV,qBAAqB,EACrB,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,UAAU,EACV,wBAAwB,EAC3B,EAAE,iBAAiB,2CAyBnB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type ICatalogAttribute, type ICatalogDateDataset, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type ISeparators, type IWorkspaceUser } from "@gooddata/sdk-model";
|
|
2
2
|
import { type OverlayPositionType } from "@gooddata/sdk-ui-kit";
|
|
3
3
|
import { type IExecutionResultEnvelope } from "../../../../../model/store/executionResults/types.js";
|
|
4
|
-
import { type IMeasureFormatMap } from "../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
5
|
-
import { type AlertAttribute, type AlertMetric } from "../../../../automations/alerting/types.js";
|
|
4
|
+
import { type IMeasureFormatMap } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
5
|
+
import { type AlertAttribute, type AlertMetric } from "../../../../automations/_staging/alerting/types.js";
|
|
6
6
|
interface IEditAlertProps {
|
|
7
7
|
canManageAttributes: boolean;
|
|
8
8
|
canManageComparison: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAChB,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAMH,KAAK,mBAAmB,EAC3B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AAcrG,OAAO,EACH,KAAK,iBAAiB,EAWzB,MAAM,
|
|
1
|
+
{"version":3,"file":"EditAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAChB,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAMH,KAAK,mBAAmB,EAC3B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sDAAsD,CAAC;AAcrG,OAAO,EACH,KAAK,iBAAiB,EAWzB,MAAM,kFAAkF,CAAC;AAM1F,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,MAAM,oDAAoD,CAAC;AAwB3G,UAAU,eAAe;IACrB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,UAAU,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACjD,KAAK,EAAE,yBAAyB,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,IAAI,CAAC;IAChE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACtD,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,wBAAwB,EAAE,MAAM,CAAC;IACjC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACtC;AAED,wBAAgB,SAAS,CAAC,EACtB,KAAK,EACL,UAAU,EACV,UAAU,EACV,SAAS,EACT,YAAY,EACZ,KAAK,EACL,UAAU,EACV,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,qBAA6B,EAC7B,wBAAwB,EACxB,mBAAmB,EACnB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,UAAU,EACV,wBAAwB,EAC3B,EAAE,eAAe,2CAiXjB"}
|
|
@@ -2,19 +2,19 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
|
|
|
2
2
|
// (C) 2022-2026 GoodData Corporation
|
|
3
3
|
import { FormattedMessage, defineMessages, useIntl } from "react-intl";
|
|
4
4
|
import { Bubble, BubbleHoverTrigger, Button, Input, Message, } from "@gooddata/sdk-ui-kit";
|
|
5
|
-
import { AlertAttributeSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js";
|
|
6
|
-
import { AlertComparisonOperatorSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js";
|
|
7
|
-
import { AlertComparisonPeriodSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js";
|
|
8
|
-
import { AlertDestinationSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js";
|
|
9
|
-
import { AlertGranularitySelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.js";
|
|
10
|
-
import { AlertMeasureSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js";
|
|
11
|
-
import { AlertSensitivitySelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.js";
|
|
12
|
-
import { useAlertValidation, } from "../../../../automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.js";
|
|
13
|
-
import { useAttributeValuesFromExecResults } from "../../../../automations/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js";
|
|
14
|
-
import { useThresholdValue } from "../../../../automations/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js";
|
|
15
|
-
import { getAlertAiOperator, getAlertAttribute, getAlertCompareOperator, getAlertComparison, getAlertFilters, getAlertGranularity, getAlertMeasure, getAlertRelativeOperator, getAlertSensitivity, getValueSuffix, } from "../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
16
|
-
import { translateGranularity } from "../../../../automations/alerting/DefaultAlertingDialog/utils/granularity.js";
|
|
17
|
-
import { isAnomalyDetection, isChangeOrDifferenceOperator, } from "../../../../automations/alerting/DefaultAlertingDialog/utils/guards.js";
|
|
5
|
+
import { AlertAttributeSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js";
|
|
6
|
+
import { AlertComparisonOperatorSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js";
|
|
7
|
+
import { AlertComparisonPeriodSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js";
|
|
8
|
+
import { AlertDestinationSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.js";
|
|
9
|
+
import { AlertGranularitySelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.js";
|
|
10
|
+
import { AlertMeasureSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.js";
|
|
11
|
+
import { AlertSensitivitySelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.js";
|
|
12
|
+
import { useAlertValidation, } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.js";
|
|
13
|
+
import { useAttributeValuesFromExecResults } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js";
|
|
14
|
+
import { useThresholdValue } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.js";
|
|
15
|
+
import { getAlertAiOperator, getAlertAttribute, getAlertCompareOperator, getAlertComparison, getAlertFilters, getAlertGranularity, getAlertMeasure, getAlertRelativeOperator, getAlertSensitivity, getValueSuffix, } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
16
|
+
import { translateGranularity } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.js";
|
|
17
|
+
import { isAnomalyDetection, isChangeOrDifferenceOperator, } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/guards.js";
|
|
18
18
|
import { RecipientsSelect } from "../../../../automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js";
|
|
19
19
|
import { DashboardInsightSubmenuContainer } from "../../../insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.js";
|
|
20
20
|
import { AlertTitle } from "./AlertTitle.js";
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useState } from "react";
|
|
|
4
4
|
import { FormattedMessage } from "react-intl";
|
|
5
5
|
import { Bubble, BubbleHoverTrigger, Button, IconQuestionMark, } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { useTheme } from "@gooddata/sdk-ui-theme-provider";
|
|
7
|
-
import { AlertTriggerModeSelect } from "../../../../automations/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js";
|
|
7
|
+
import { AlertTriggerModeSelect } from "../../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js";
|
|
8
8
|
import { gdColorStateBlank } from "../../../../constants/colors.js";
|
|
9
9
|
const TOOLTIP_ALIGN_POINTS = [
|
|
10
10
|
{ align: "cr cl", offset: { x: 0, y: -1 } },
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type DateAttributeGranularity, type IAlertAnomalyDetectionGranularity, type IAlertAnomalyDetectionSensitivity, type IAlertComparisonOperator, type IAlertRelativeArithmeticOperator, type IAlertRelativeOperator, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type ICatalogAttribute, type ICatalogDateDataset, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type ISeparators } from "@gooddata/sdk-model";
|
|
2
|
-
import { type IMeasureFormatMap } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
3
|
-
import { type AlertAttribute, type AlertMetric, type AlertMetricComparatorType } from "../../../../../automations/alerting/types.js";
|
|
2
|
+
import { type IMeasureFormatMap } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
3
|
+
import { type AlertAttribute, type AlertMetric, type AlertMetricComparatorType } from "../../../../../automations/_staging/alerting/types.js";
|
|
4
4
|
export interface IUseEditAlertProps {
|
|
5
5
|
metrics: AlertMetric[];
|
|
6
6
|
attributes: AlertAttribute[];
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEditAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAInB,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EACH,KAAK,iBAAiB,EAEzB,MAAM,
|
|
1
|
+
{"version":3,"file":"useEditAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAInB,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EACH,KAAK,iBAAiB,EAEzB,MAAM,qFAAqF,CAAC;AAiB7F,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,yBAAyB,EACjC,MAAM,uDAAuD,CAAC;AAK/D,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,KAAK,EAAE,yBAAyB,CAAC;IACjC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,IAAI,CAAC;IAChE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACzD;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRxB,CAAC"}
|
package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js
CHANGED
|
@@ -10,9 +10,9 @@ import { selectEntitlementMinimumRecurrenceMinutes } from "../../../../../../mod
|
|
|
10
10
|
import { selectCanUseAiAssistant } from "../../../../../../model/store/permissions/permissionsSelectors.js";
|
|
11
11
|
import { selectCurrentUser } from "../../../../../../model/store/user/userSelectors.js";
|
|
12
12
|
import { selectUsers } from "../../../../../../model/store/users/usersSelectors.js";
|
|
13
|
-
import { getDescription, } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
14
|
-
import { isAlertRecipientsValid, isAlertValueDefined, } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/guards.js";
|
|
15
|
-
import { transformAlertByAnomalyDetection, transformAlertByAttribute, transformAlertByComparisonOperator, transformAlertByDestination, transformAlertByGranularity, transformAlertByMetric, transformAlertByRelativeOperator, transformAlertBySensitivity, transformAlertByTitle, transformAlertByValue, } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/transformation.js";
|
|
13
|
+
import { getDescription, } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
14
|
+
import { isAlertRecipientsValid, isAlertValueDefined, } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/guards.js";
|
|
15
|
+
import { transformAlertByAnomalyDetection, transformAlertByAttribute, transformAlertByComparisonOperator, transformAlertByDestination, transformAlertByGranularity, transformAlertByMetric, transformAlertByRelativeOperator, transformAlertBySensitivity, transformAlertByTitle, transformAlertByValue, } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.js";
|
|
16
16
|
import { isEmail } from "../../../../../automations/scheduledEmail/utils/validate.js";
|
|
17
17
|
const DEFAULT_MIN_RECURRENCE_MINUTES = "60";
|
|
18
18
|
export const useEditAlert = ({ metrics, attributes, alert, onCreate, onUpdate, measureFormatMap, destinations, separators, }) => {
|
|
@@ -27,14 +27,14 @@ export declare const useInsightWidgetAlerting: ({ widget, closeInsightWidgetMenu
|
|
|
27
27
|
hasAlerts: boolean;
|
|
28
28
|
execResult: import("../../../../../../index.js").IExecutionResultEnvelope | undefined;
|
|
29
29
|
separators: import("@gooddata/sdk-model").ISeparators;
|
|
30
|
-
supportedMeasures: import("../../../../../automations/alerting/types.js").AlertMetric[];
|
|
31
|
-
supportedAttributes: import("../../../../../automations/alerting/types.js").AlertAttribute[];
|
|
30
|
+
supportedMeasures: import("../../../../../automations/_staging/alerting/types.js").AlertMetric[];
|
|
31
|
+
supportedAttributes: import("../../../../../automations/_staging/alerting/types.js").AlertAttribute[];
|
|
32
32
|
maxAutomationsReached: boolean;
|
|
33
33
|
maxAutomationsRecipients: number;
|
|
34
34
|
canManageAttributes: boolean;
|
|
35
35
|
canManageComparison: boolean;
|
|
36
36
|
canCreateAutomation: boolean;
|
|
37
|
-
measureFormatMap: import("../../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js").IMeasureFormatMap;
|
|
37
|
+
measureFormatMap: import("../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js").IMeasureFormatMap;
|
|
38
38
|
catalogAttributes: import("@gooddata/sdk-model").ICatalogAttribute[];
|
|
39
39
|
catalogDateDatasets: import("@gooddata/sdk-model").ICatalogDateDataset[];
|
|
40
40
|
isExecutionTimestampMode: boolean;
|
|
@@ -21,11 +21,11 @@ import { selectNotificationChannels } from "../../../../../../model/store/notifi
|
|
|
21
21
|
import { selectCanCreateAutomation, selectCanManageWorkspace, } from "../../../../../../model/store/permissions/permissionsSelectors.js";
|
|
22
22
|
import { selectExecutionTimestamp } from "../../../../../../model/store/ui/uiSelectors.js";
|
|
23
23
|
import { selectCurrentUser } from "../../../../../../model/store/user/userSelectors.js";
|
|
24
|
-
import { useSaveAlertToBackend } from "../../../../../automations/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js";
|
|
25
|
-
import { messages } from "../../../../../automations/alerting/DefaultAlertingDialog/messages.js";
|
|
26
|
-
import { createDefaultAlert } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/convertors.js";
|
|
27
|
-
import { getMeasureFormatsFromExecution } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
28
|
-
import { getSupportedInsightAttributesByInsight, getSupportedInsightMeasuresByInsight, } from "../../../../../automations/alerting/DefaultAlertingDialog/utils/items.js";
|
|
24
|
+
import { useSaveAlertToBackend } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js";
|
|
25
|
+
import { messages } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/messages.js";
|
|
26
|
+
import { createDefaultAlert } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.js";
|
|
27
|
+
import { getMeasureFormatsFromExecution } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/getters.js";
|
|
28
|
+
import { getSupportedInsightAttributesByInsight, getSupportedInsightMeasuresByInsight, } from "../../../../../automations/_staging/alerting/DefaultAlertingDialog/utils/items.js";
|
|
29
29
|
import { useWidgetAutomationFilters } from "../../../../../automations/scheduledEmail/hooks/useWidgetAutomationFilters.js";
|
|
30
30
|
export const useInsightWidgetAlerting = ({ widget, closeInsightWidgetMenu }) => {
|
|
31
31
|
const { addSuccess, addError } = useToastMessage();
|
|
@@ -18,10 +18,10 @@ 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/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js";
|
|
22
|
-
import { useSaveAlertToBackend } from "../../../automations/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js";
|
|
23
|
-
import { messages } from "../../../automations/alerting/DefaultAlertingDialog/messages.js";
|
|
24
|
-
import { getSupportedInsightMeasuresByInsight } from "../../../automations/alerting/DefaultAlertingDialog/utils/items.js";
|
|
21
|
+
import { AlertDeleteDialog } from "../../../automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.js";
|
|
22
|
+
import { useSaveAlertToBackend } from "../../../automations/_staging/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js";
|
|
23
|
+
import { messages } from "../../../automations/_staging/alerting/DefaultAlertingDialog/messages.js";
|
|
24
|
+
import { getSupportedInsightMeasuresByInsight } from "../../../automations/_staging/alerting/DefaultAlertingDialog/utils/items.js";
|
|
25
25
|
import { DASHBOARD_HEADER_OVERLAYS_Z_INDEX } from "../../../constants/zIndex.js";
|
|
26
26
|
import { AlertsList } from "./InsightAlertConfig/AlertsList.js";
|
|
27
27
|
import { NoAvailableMeasures } from "./InsightAlertConfig/NoAvailableAlerts.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.42.0-alpha.
|
|
3
|
+
"version": "11.42.0-alpha.5",
|
|
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-base": "11.42.0-alpha.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.42.0-alpha.
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.42.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.42.0-alpha.
|
|
75
|
-
"@gooddata/util": "11.42.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.42.0-alpha.5",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.42.0-alpha.5",
|
|
65
|
+
"@gooddata/sdk-model": "11.42.0-alpha.5",
|
|
66
|
+
"@gooddata/sdk-ui": "11.42.0-alpha.5",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.42.0-alpha.5",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.42.0-alpha.5",
|
|
69
|
+
"@gooddata/sdk-ui-geo": "11.42.0-alpha.5",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.42.0-alpha.5",
|
|
71
|
+
"@gooddata/sdk-ui-pivot": "11.42.0-alpha.5",
|
|
72
|
+
"@gooddata/sdk-ui-filters": "11.42.0-alpha.5",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.42.0-alpha.5",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.42.0-alpha.5",
|
|
75
|
+
"@gooddata/util": "11.42.0-alpha.5"
|
|
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.42.0-alpha.
|
|
122
|
-
"@gooddata/i18n-toolkit": "11.42.0-alpha.
|
|
123
|
-
"@gooddata/oxlint-config": "11.42.0-alpha.
|
|
124
|
-
"@gooddata/reference-workspace": "11.42.0-alpha.
|
|
125
|
-
"@gooddata/stylelint-config": "11.42.0-alpha.
|
|
126
|
-
"@gooddata/sdk-backend-mockingbird": "11.42.0-alpha.
|
|
121
|
+
"@gooddata/eslint-config": "11.42.0-alpha.5",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.42.0-alpha.5",
|
|
123
|
+
"@gooddata/oxlint-config": "11.42.0-alpha.5",
|
|
124
|
+
"@gooddata/reference-workspace": "11.42.0-alpha.5",
|
|
125
|
+
"@gooddata/stylelint-config": "11.42.0-alpha.5",
|
|
126
|
+
"@gooddata/sdk-backend-mockingbird": "11.42.0-alpha.5"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -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/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss","../scss/kpi.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/kpi_alert_dialog.scss","../scss/notifications_channels_dialog.scss","../scss/scheduled_mail_recipients.scss","../scss/item-states-mixin.scss","../scss/item-states.scss","../scss/dashboard.scss"],"names":[],"mappings":"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CA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPlPQ;;AOoPR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OPnQI;EOoQJ,YP3PM;EO4PN;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA,OPlRI;EOmRJ,YLvPa;EKwPb;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OP/UW;;AOkVf;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPhWI;EOiWJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPvWI;EOwWJ;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EAOA;EACA;;AAEA;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;;AAGJ;EAXJ;IAYQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OPnjBW;;AOqjBX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA,YAtlBa;EAulBb;EACA;EACA;EACA;EACA;EACA,OP9kBe;;AOilBnB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI,YPrgBY;;AOugBZ;EACI;;AAGJ;EACI;;AAIR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBPtjBgB;EOujBhB;EACA;;AAEA;EACI,kBP/mBc;;AOmnBtB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EXjeR;EACA;EACA;;AWseA;EACI;;AAGJ;EACI;EACA,OP9rBe;;AOisBnB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI,OP3rBY;;AO8rBhB;EACI,OPhjBa;;AOojBrB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA,aPtqBK;EOuqBL,OPpvBQ;EOqvBR;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBPhpBW;;AOopBnB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI,OPhxBc;;;AOqxB1B;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;;;;AAOZ;EACI,SJt0Be;;AIy0BnB;EACI;IACI,SJ10BiB;;;;AI+0B7B;EACI,YLxzBgB;EKyzBhB;EACA;EACA;EACA;;AAE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","file":"dashboard.css"}
|
|
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/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss","../scss/kpi.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/kpi_alert_dialog.scss","../scss/notifications_channels_dialog.scss","../scss/scheduled_mail_recipients.scss","../scss/item-states-mixin.scss","../scss/item-states.scss","../scss/dashboard.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;ECoBI,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EAmBA;EACA;;;AD3BJ;ECgBI,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EA2BA;EACA;;;AD/BJ;ECYI,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EAmCA;EACA;;;ADlCJ;ECVI,aCgGc;ED5Fd;EA+CA;EACA,OCvBY;EDwBZ;;;ADtCJ;ECfI,aCgGc;ED5Fd;EAwDA;EACA,OCpCY;ED0CZ;EACA;;;ADjDJ;ECnBI,aCgGc;ED5Fd;EAwDA;EACA,OCpCY;EDiDZ;;;ADnDJ;ECvBI,aCgGc;ED5Fd;EAwDA;EACA,OCpCY;EDuDZ;;;ADrDJ;EACI;;AAEA;ECbA,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EAmBA;EACA;;ADMA;ECjBA,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EA2BA;EACA;;ADEA;ECrBA,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EAmCA;EACA;;ADFA;EC1CA,aCgGc;ED5Fd;EA+CA;EACA,OCvBY;EDwBZ;;;AE1CJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EATJ;IAUQ;IACA;IACA;;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAEA;AAAA;EAEI,OAvHwB;;AA0H5B;EAEI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;IACI;;;AAKZ;EACI;;AAIA;EADJ;IAEQ;;EAEA;IACI;;;AAMR;EADJ;IAEQ;;EAEA;IACI;;EAGJ;IACI;;;AAOR;EAFJ;AAAA;IAGQ;;;AAIR;EFtKA,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EA2BA;EACA;EEsJI;EACA;EACA,OA3L4B;;AA8LhC;EACI;EACA;EACA,OA5LkC;;AA8LlC;EACI;;AAIA;EACI,ODjLA;;ACoLJ;EACI;;AAKZ;EACI;EACA,OD/Le;;ACiMf;EACI;EACA;EACA;EACA,aD1HK;;AC6HT;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;ALrFJ;EKwFQ,cCxKY;;AD2KhB;EACI;EACA,cC7KY;;ADgLhB;EACI;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAIR;EACI;EACA;;AAGJ;EACI,OD5PW;;ACgQnB;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;ALvIZ;EK4IQ,cC5NY;;AD+NhB;EACI,cChOY;;ADmOhB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;;;AAIA;EAGI;;AAGJ;EAGI;;;AAIR;EACI;EACA,SEtT8B;EFuT9B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EAEI;;AAMJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;;AAIR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;ALtPJ;EKgQY,cChVQ;EDiVR;;AAGJ;EACI;;AAIR;EACI;EACA;;;AAUZ;EACI;;AAEA;EACI;;AAGI;EF1aR,OCYY;ED7BZ,aCgGc;ED5Fd;EAIA;EAmCA;EACA;EEkZY,OA7boB;;AAgcxB;EACI,OD5aO;;ACibX;EACI;;AAKZ;EACI;;AAIA;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EAEI;EACA;;;AAMJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AALJ;EACI;;;AAGJ;EACI;;;AAIR;EAGI;;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;;AAMJ;EAEI;;AAIA;EACI;;AAIA;EACI;;AAEJ;EACI;;AAQA;EACI;EACA;;AAII;EACI;;;AG/jB5B;EACI,YALa;EAMb;;AAEA;EACI,YAPkB;;AASlB;EAHJ;IAIQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAIA;AAAA;EAEI,OJbQ;;AIgBZ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAGI;;AAGJ;EACI;EAIA;;AAIA;EACI,OFyDiB;;AEpDrB;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAQA;EACI;;;AAMhB;EACI;EAIA;EACA,aJ9Bc;EI+Bd,QAJe;EAKf;EACA,aANe;EAOf;EACA;EACA;;AAKA;EACI;;AAGJ;EAEI;;AAMJ;EACI;;;AAIR;EACI,OJxJgB;;;AI2JpB;EACI,OJ3JgB;;;AI8JpB;EACI;EACA;;;AAGJ;EACI;EACA;;;AC5KJ;AAAA;AAAA;ACOA;EACI;EACA;EACA;EACA;EACA;;;AAIA;EADJ;IAEQ;IAGA;;;;AAIR;EACI,SHL0B;;;AGQ9B;EACI;EACA,SHNe;EGOf;EACA;EACA;EACA,YACI;EAEJ,YN6EoB;;AM3EpB;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EA9BJ;IA+BQ;;;AAGJ;EACI;EACA;EACA;EACA,ONtCQ;EMuCR;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAfJ;IAgBQ;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;;AAaR;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;;AAQJ;AAAA;AAAA;EAEI;;;AAUJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;;AAUJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;EACI;;AAMJ;AAAA;AAAA;AAAA;EACI,oBNzDY;;;AMmEhB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;EACI,mBNzEY;;AM4EhB;AAAA;AAAA;AAAA;EACI;;;AAWJ;AAAA;AAAA;EAEI;;AAGJ;AAAA;EACI;;AAGJ;AAAA;EACI;;;AAeJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;;AAYJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;AAMJ;AAAA;AAAA;AAAA;AAAA;AAAA;EACI,qBNpJY;;;AM6JhB;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;EACI;;AAMJ;AAAA;AAAA;EACI,kBN1KY;;;AMmLhB;AAAA;AAAA;AAAA;AAAA;EAEI;;;AASJ;AAAA;AAAA;AAAA;AAAA;EAEI;;;AASJ;AAAA;AAAA;AAAA;AAAA;EAEI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA,YNnTa;;AMqTb;EACI;;;AAIR;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;;AAEA;EACI;;AAEA;EAHJ;IAIQ;;;AAKZ;AAAA;EAEI;;AAMA;EAHJ;AAAA;AAAA;IAIQ;IACA;IACA;;;AAQA;EADJ;AAAA;AAAA;IAEQ;;;AAKZ;EACI;EACA;;;AAIR;EACI;EACA;EACA,ONpWY;;AMsWZ;EACI;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;;;AAIR;EACI;EACA;EACA;;AAIA;EADJ;IAEQ;;;;AAKZ;EACI;EACA;;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA,ONrZe;;AMwZnB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA,ONzae;;AM4anB;AAAA;EAEI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;ACtcZ;EACI;IACI;IACA;IACA;IACA;;;AAKJ;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,kBLWY;EKVZ;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EAMA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAKJ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EAGI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI,eAzIa;;AA4IT;EACI;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EArBJ;IAsBQ;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;;AAMR;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,eP1LQ;;;AO+LpB;EACI;;;AAIA;EADJ;IAEQ;;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPlPQ;;AOoPR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OPnQI;EOoQJ,YP3PM;EO4PN;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA,OPlRI;EOmRJ,YLvPa;EKwPb;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OP/UW;;AOkVf;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPhWI;EOiWJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OPvWI;EOwWJ;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EAOA;EACA;;AAEA;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EAEA;;AAEA;EACI;;AAGJ;EAXJ;IAYQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OPnjBW;;AOqjBX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA,YAtlBa;EAulBb;EACA;EACA;EACA;EACA;EACA,OP9kBe;;AOilBnB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI,YPrgBY;;AOugBZ;EACI;;AAGJ;EACI;;AAIR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBPtjBgB;EOujBhB;EACA;;AAEA;EACI,kBP/mBc;;AOmnBtB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EXjeR;EACA;EACA;;AWseA;EACI;;AAGJ;EACI;EACA,OP9rBe;;AOisBnB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI,OP3rBY;;AO8rBhB;EACI,OPhjBa;;AOojBrB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA,aPtqBK;EOuqBL,OPpvBQ;EOqvBR;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBPhpBW;;AOopBnB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI,OPhxBc;;;AOqxB1B;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;;;;AAOZ;EACI,SJr0Be;;AIw0BnB;EACI;IACI,SJz0BiB;;;;AI80B7B;EACI,YLxzBgB;EKyzBhB;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;;;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA,eAp5Ba;;;AAu5BjB;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OPj5BmB;EOk5BnB;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI,OP94BkB;EO+4BlB;;AAGJ;EAvBJ;IAwBQ;;;;AAKJ;EACI;EACA,QA57BO;;;AAi8BX;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI,cPl9BQ;;AOs9BhB;EACI,OPv9BY;EOw9BZ;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA,eAr+Ba;EAs+Bb;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA,eAj/Ba;;;AAq/Bb;EACI,QAl/BO;EAm/BP;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OP//BQ;EOggCR;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA,gBA7gCa;EA8gCb;;AAEA;EACI,gBA9gCe;;AAihCnB;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EAEI,cP7/BkB;;AOggCtB;EACI,OPnhCe;;AOshCnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA,KAlkCkB;EAmkClB;EACA,YAtkCmB;;;AAykCvB;EACI;EACA;;;AAGJ;EACI,aA5kC0B;EA6kC1B;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAGI;EACI,kBPtjCc;EOujCd,OPzjCY;;;AO+jCxB;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;;AAGI;EACI;EACA;;;AChtCR;EACI,cRuDgB;;AQrDhB;EACI,cRoDY;;;AQ/CxB;EACI;EACA;EACA,ORSmB;EQRnB;EACA,aRiFc;EQhFd;;;AAIA;EACI;;AAGJ;EAEI;EACA,YA7BO;EA8BP;EACA;EACA;EACA;EACA;EACA;EACA,aR8DU;EQ7DV;EACA;EACA;EACA,ORTQ;EQUR,YRvBS;EQwBT;EACA;EACA;EACA;;AAEA;EACI;;AAIR;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;EACA,ORHgB;;AQKhB;EACI;EACA;;AAIR;EACI,ORoIS;;AQhIb;AAAA;EAEI,cRnCkB;EQoClB;EACA;;AAIJ;EACI;EACA;EACA;EACA,YAvFO;EAwFP;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA,ORzEI;EQ0EJ;;AAEA;EAGI;EACA,aRbE;;AQkBd;EACI;IAEI;IACA;IACA;;;AAIR;EZ2GA;EACA;EACA;;AYzGA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,kBRzBgB;EQ0BhB;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA,ORpHI;EQqHJ,aRlDM;EQmDN;EACA;EACA;;AAGJ;AAAA;EACI,ORnIW;EQoIX;EACA;;AAGJ;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAEI;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA,OHrKU;EGsKV;EACA;;AAEA;AAAA;EACI;EACA,ORxJA;;AQ4JR;AAAA;EACI;;AAEA;AAAA;EACI,OR7KC;;AQiLL;AAAA;AAAA;AAAA;EAEI;EACA,ORpLC;;AQwLT;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAII,ORxJY;EQyJZ;;AAEA;AAAA;AAAA;AAAA;AAAA;EACI,OR5JQ;;AQ+JZ;AAAA;AAAA;AAAA;AAAA;EACI,ORhGiB;;AQmGrB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI,ORrKQ;;;AQ6KpB;EACI;EACA;EACA;EACA;EACA,cRnMkB;EQoMlB;EACA,kBHlOqB;EGmOrB;EACA;EACA,ORnNQ;EQoNR,kBRjOS;;AQoOT;EACI;;AAKA;EACI;;AAKZ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,ORlQI;;AQqQR;EACI,ORpQO;;AQuQX;EACI;EACA,YRhRS;EQiRT;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA,kBRtMgB;;AQwMhB;EACI;EACA;;AAIR;EACI;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;ACrXI;EACI,OTiCU;EShCV,kBTmCY;;AS9BhB;EACI,OT0BU;ESzBV,kBCZZ;;ADcY;EACI,OTeE;ESdF,kBTqBM;;ASjBd;EACI,cTgBU;;ASJF;EAEI,OTLN;ESMM,kBTCF;;;ASlCd;EACI,OT0BM;ESzBN,kBTgCU;;AS3Bd;EACI,OCFZ;EDGY,kBCFZ;;ADIY;EACI,OTeE;ESdF,kBTqBM;;ASjBd;EACI,cTgBU;;ASJF;EAEI,OTLN;ESMM,kBTCF;;;ASlCd;EACI,OT0BM;ESzBN,kBTgCU;;AS3Bd;EACI,OTmBM;ESlBN,kBTyBU;;ASvBV;EACI,OTeE;ESdF,kBTqBM;;ASjBd;EACI,cTgBU;;ASJF;EAEI,OTLN;ESMM,kBTCF;;;ASlCd;EACI,OTmFgB;ESlFhB,kBT0Ec;;ASrElB;EACI,OT4EgB;ES3EhB,kBTmEc;;ASjEd;EACI,OToEK;ESnEL,kBTsDM;;ASlDd;EACI,cTiDU;;ASrCF;EAEI,OTgDH;ES/CG,kBTkCF;;;ASnEd;EACI,OTkDQ;ESjDR,kBTmDU;;AS9Cd;EACI,OT2CQ;ES1CR,kBC4BZ;;AD1BY;EACI,OTFH;ESGG,kBTsCI;;ASlCZ;EACI,cTiCQ;;ASrBA;EAEI,OTtBX;ESuBW,kBTkBJ;;;AS5CZ;EACI,OTMI;ESLJ,kBTCC;;AWNjB;EACI,YTgDoC;EN2JpC,aItHc;EJuHd;;AAEA;AAAA;AAAA;EAGI;;AAIJ;EACI;;AelNJ;EACI;EACA;;;AASR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EAGI;EACA;EACA;EACA,kBTsBsC;;ASpBtC;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAIJ;EACI;;AAIJ;EACI;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,ST7FiB;;AS+FjB;EACI,YTlGU;;ASuGd;EAbJ;IAcQ;IACA;;;AAGJ;EAlBJ;IAmBQ;IACA;;;AAGJ;EAvBJ;IAwBQ;IACA;;;AAGJ;EA5BJ;IA6BQ;IACA;;;AAGJ;EAjCJ;IAkCQ;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;;AAIR;EAKI;;AAJA;EACI;EACA;;AAOA;EACI;;AAMJ;EACI;;AAWJ;EACI;EACA;EACA;EACA;EACA,kBXvLY;EWyLZ;EACA;EACA;;AAUA;EACI,kBXnKQ;;AWyKxB;EACI;;AAEA;EACI,cX5IY;;AW+IhB;EACI,cXvNc;;AWyNd;EACI,cX1NU;;AW+NtB;EACI,cXhOkB;;AWoOlB;EACI;EACA,kBT5Oa;;AS8Ob;EACI;;AAMR;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAKZ;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;EACA;;;AAGJ;AACI;AAAA;AAAA;AAAA;AAAA;AAAA;EAMA;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;EAKA;EACA,STzSiB;ES0SjB,cTlOuC;ESmOvC;EACA,cTrOuC;ESsOvC,eTvOwC;ESwOxC,YTrOsC;ESsOtC,kBXzNmB;EW0NnB,YTjSgB;;ASmShB;EA1BJ;IA2BQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EAEI;;;AAMJ;AAAA;AAAA;AAAA;EAEI;EAGA;;AAKJ;AAAA;EACI;EAGA;;AAMJ;AAAA;EACI,cTpQsC;ESqQtC;EACA,cT1QsC;ES2QtC,eT/QuC;ESgRvC,kBTpR0C;ESqR1C,YTrQqC;;ASwQzC;AAAA;EACI,YT7R0C;ES8R1C,OTlSsC;;;ASsS9C;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;AAAA;EAEI;EACA;EACA;EACA,aTrYuB;ESsYvB;EACA;;;AAGJ;EACI;EACA;EACA;EACA,YT3U2C;ES4U3C,OThVuC;;;ASmV3C;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YTpZgB;ESqZhB;EACA,kBTpZqB;;ASsZrB;EACI;;AAEA;EACI,MXncK;;AWucb;EAvBJ;IAwBQ;;;;AAIR;EACI;EACA;EACA;EACA,QTpbgB;ESqbhB;EACA;EACA;EACA;EACA;EACA,KTxbc;;AS0bd;AAAA;EAEI;EACA;EACA;;AAIJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,OT9cgB;ES+chB;EACA;EACA,OX5dkB;EW6dlB;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;AAGI;EACI,MX/fK;;;AWqgBb;AAAA;AAAA;EAGI,OXvfc;EWwfd;;;AAKJ;AAAA;EAEI,OXvgBQ;EWwgBR;;AAGJ;AAAA;EAEI;;AAGJ;EACI,OXjhBQ;EWkhBR,kBX5bgB;;AW+bpB;EACI,kBX3hBY;;;AW+hBpB;AAAA;EAEI;EACA,OX7hBY;EW8hBZ,kBXxcoB;EWycpB,YTjgBgB;;ASmgBhB;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EAGI;;;AAIR;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;EACI,OThjBgB;ESijBhB,QTjjBgB;;ASojBZ;EACI;;AAGJ;EACI;;;AAKZ;EACI;;;AAOA;EACI;;AAIA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBXrhBoB;EWshBpB;EACA;EACA,WT1lBqB;ES2lBrB,aT3lBqB;;AS6lBrB;EACI;EACA;;AAGJ;EACI;;AAEA;EACI,OXlnBU;;;AWunBtB;EACI;;AAEA;EACI,OX3nBc;;;AW+nBtB;EACI;;;AAKA;AAAA;EACI;;;AAIR;AAAA;EAEI,OTjoBgB;ESkoBhB;EACA;EACA;EACA;EACA;EACA,OXlpBkB;EWmpBlB;;AAEA;AAAA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,kBXxpBsB;;AW0pBtB;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,kBXrpBgB;;;AWypBxB;EACI;EACA,OX3rBY;EW4rBZ,kBXtmBoB;EWumBpB,YT/pBgB;;ASiqBhB;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEI;;AAEA;EACI,OXzuBK;;;AW8uBjB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YT/sBgB;;ASitBhB;EACI;EACA;EACA;EACA;EACA;EACA,OT5uBiB;;;ASgvBzB;EACI;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;IACA;;;;AAIR;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;;AAGJ;EACI;EACA,OXlxBQ;;AWqxBZ;EACI,OXnyBe;;;AWuyBvB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YX/sBe;EWgtBf,OXxzBe;;AW0zBf;EACI,MX3zBW;;AW8zBf;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI,SRt2BsB;;;AQy2B1B;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,OXp4Be;EWq4Bf;;AAGJ;EAEI;;AAEA;EACI,OA55BqB;EA65BrB;;AAIJ;EACI;;AAGJ;EAGI;;;AAMR;EACI;EACA;EACA;EAIA;EACA;;AAGI;EACI,cXl1BQ;;AWu1BZ;EACI;;AAIR;EAGI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;;AAKJ;EACI;;AAIJ;EAEI;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;;AAIR;EACI;EACA;;AAMQ;EACI;;AAIR;EAGI;;AAGJ;EACI;;AAIR;EACI","file":"dashboard.css"}
|
|
@@ -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/Dialog/_variables.scss","../scss/drillDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACWA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA,SAnBa;EAoBb,kBCLa;;ADOb;EAfJ;AAAA;IAgBQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGJ;AAAA;EACI;;;AAIR;EACI;EACA;EACA;EACA,QA3CY;EA4CZ;EACA,kBC7Ba;;AD+Bb;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;;;AAKZ;EACI;;;AAGJ;EACI,kBCxGa;EDyGb;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI,
|
|
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/Dialog/_variables.scss","../scss/drillDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACWA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA,SAnBa;EAoBb,kBCLa;;ADOb;EAfJ;AAAA;IAgBQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGJ;AAAA;EACI;;;AAIR;EACI;EACA;EACA;EACA,QA3CY;EA4CZ;EACA,kBC7Ba;;AD+Bb;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;;;AAKZ;EACI;;;AAGJ;EACI,kBCxGa;EDyGb;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI,SE5Ha;EF6Hb;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI,OC7GA;;ADgHJ;EACI;;AAGJ;AAAA;AAAA;EAGI,OCpIO;;ADyInB;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA,kBCtJS;;ADyJb;EACI,SE/Je;;AFiKf;EACI;;AAIR;EACI;EACA,SEtKa;EFuKb;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAOR;AACA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,SEnN0B;EFoN1B;;AAGA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EACI;EACA,OA/QY;;AAiRZ;EACI,OAlRQ;;AAsRhB;EACI,OAtRmB;EAuRnB;;AAEA;EACI,OA1Re;EA2Rf;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,SEnSmB;;AFsSvB;EACI;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI","file":"drillDialog.css"}
|
|
@@ -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","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;EACA,
|
|
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","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;EACA,SCaW;EDZX;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA,YFPA;;AEWA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,QAxBU;EAyBV;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,aE0CM;EFzCN;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EAEI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EAEI;;;AAMhB;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI,SC1GS;ED2GT;EACA","file":"drillSelect.css"}
|
package/styles/css/filterBar.css
CHANGED