@gooddata/sdk-ui-dashboard 11.55.0 → 11.56.0-alpha.1
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 +5 -5
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/accessibility/elementId.d.ts.map +1 -1
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.js +4 -2
- package/esm/_staging/dashboard/flexibleLayout/builder/section.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/utils.d.ts +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/utils.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/layoutConfiguration.d.ts.map +1 -1
- package/esm/_staging/dateFilterConfig/merge.d.ts +11 -0
- package/esm/_staging/dateFilterConfig/merge.d.ts.map +1 -1
- package/esm/_staging/dateFilterConfig/merge.js +45 -1
- package/esm/_staging/dateFilterConfig/sanitization.d.ts +2 -1
- package/esm/_staging/dateFilterConfig/sanitization.d.ts.map +1 -1
- package/esm/_staging/insight/insightBuilder.d.ts.map +1 -1
- package/esm/_staging/layout/coordinates.d.ts +3 -3
- package/esm/_staging/layout/coordinates.d.ts.map +1 -1
- package/esm/_staging/layout/sizing.d.ts +2 -2
- package/esm/_staging/layout/sizing.d.ts.map +1 -1
- package/esm/_staging/listedDashboard/listedDashboardUtils.d.ts +1 -1
- package/esm/_staging/listedDashboard/listedDashboardUtils.d.ts.map +1 -1
- package/esm/_staging/metadata/objRefMap.d.ts +1 -1
- package/esm/_staging/metadata/objRefMap.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useAttributeFilterDisplayFormFromMap.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useCommonDateFilterTitle.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useDateFiltersTitles.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useEventToastMessage.d.ts +1 -1
- package/esm/_staging/sharedHooks/useEventToastMessage.d.ts.map +1 -1
- package/esm/_staging/slideshow/utils/index.d.ts.map +1 -1
- package/esm/kdaDialog/components/KdaBar.js +1 -3
- package/esm/kdaDialog/components/KdaContent.js +2 -4
- package/esm/kdaDialog/components/KdaErrorComponent.js +6 -18
- package/esm/kdaDialog/components/KdaFooter.js +1 -3
- package/esm/kdaDialog/components/KdaHeader.js +1 -3
- package/esm/kdaDialog/components/KdaSummaryHeadline.js +1 -3
- package/esm/kdaDialog/components/headlines/DateHeadline.js +1 -3
- package/esm/kdaDialog/components/headlines/DiffHeadline.js +1 -2
- package/esm/kdaDialog/components/items/KeyDriverItem.js +1 -5
- package/esm/kdaDialog/components/items/TrendItem.js +2 -4
- package/esm/kdaDialog/composition/FiltersBar.js +1 -3
- package/esm/kdaDialog/composition/KdaAttributesDropdown.js +2 -10
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.js +1 -4
- package/esm/kdaDialog/composition/KeyDriversOverview.js +4 -11
- package/esm/kdaDialog/composition/KeyDriversPanel.js +4 -11
- package/esm/kdaDialog/composition/hooks/useAddNewAttributeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useAttributeFiltersChangeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useDrillAttributeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts.map +1 -1
- package/esm/kdaDialog/composition/hooks/usePeriodChangeHandler.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js +1 -3
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js +2 -4
- package/esm/kdaDialog/dialog/KdaDialogController.js +1 -3
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts +1 -1
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js +1 -5
- package/esm/kdaDialog/dialog/KdaDialogSections.js +1 -3
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts.map +1 -1
- package/esm/kdaDialog/hooks/useAttribute.d.ts +1 -1
- package/esm/kdaDialog/hooks/useAttribute.d.ts.map +1 -1
- package/esm/kdaDialog/hooks/useDateAttribute.d.ts +1 -1
- package/esm/kdaDialog/hooks/useDateAttribute.d.ts.map +1 -1
- package/esm/kdaDialog/hooks/useDriversList.d.ts.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeSharingHandler.js +2 -2
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +2 -2
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js +2 -2
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +8 -5
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/sanitizeUnfinishedFeatureSettings.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +3 -3
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +14 -14
- package/esm/model/commandHandlers/filterContext/common.js +2 -2
- package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemByWidgetRefHandler.js +1 -1
- package/esm/model/commandHandlers/render/renderingWorker.d.ts.map +1 -1
- package/esm/model/commandHandlers/tabs/createDashboardTabHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/tabs/createDashboardTabHandler.js +5 -2
- package/esm/model/commandHandlers/widgets/changeInsightWidgetInsightHandler.js +1 -1
- package/esm/model/commandHandlers/widgets/common/drillDown.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +3 -3
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +7 -7
- package/esm/model/eventHandlers/drillToSameDashboardHandlerFactory.d.ts.map +1 -1
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/tabs.d.ts.map +1 -1
- package/esm/model/events/util.d.ts +1 -1
- package/esm/model/events/util.d.ts.map +1 -1
- package/esm/model/headlessDashboard/HeadlessDashboard.d.ts.map +1 -1
- package/esm/model/queryServices/queryInsightAttributesMeta.js +1 -1
- package/esm/model/queryServices/queryInsightDateDatasets.js +1 -1
- package/esm/model/react/DashboardEventsContext.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.d.ts +9 -9
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.d.ts +2 -2
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsData.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts +5 -5
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.d.ts +4 -4
- package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlerts.d.ts +6 -6
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsCommands.d.ts +2 -2
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsCommands.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsData.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts +2 -2
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts +4 -4
- package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts.map +1 -1
- package/esm/model/react/useDashboardAsyncRender.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +5 -158
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +7 -490
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/react/useDashboardEventDispatch.d.ts +1 -1
- package/esm/model/react/useDashboardEventDispatch.d.ts.map +1 -1
- package/esm/model/react/useDashboardQueryProcessing.d.ts +4 -4
- package/esm/model/react/useDashboardQueryProcessing.d.ts.map +1 -1
- package/esm/model/react/useDashboardUserInteraction.d.ts.map +1 -1
- package/esm/model/react/useDispatchDashboardCommand.d.ts +1 -1
- package/esm/model/react/useDispatchDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
- package/esm/model/react/useWidgetExecutionsHandler.d.ts +1 -1
- package/esm/model/react/useWidgetExecutionsHandler.d.ts.map +1 -1
- package/esm/model/store/_infra/generators.d.ts.map +1 -1
- package/esm/model/store/_infra/rootEventEmitter.d.ts.map +1 -1
- package/esm/model/store/_infra/selectors.d.ts.map +1 -1
- package/esm/model/store/_infra/undoEnhancer.d.ts +3 -9
- package/esm/model/store/_infra/undoEnhancer.d.ts.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts +5 -16
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts +15 -27
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts +4 -4
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts +2 -2
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/index.d.ts +2 -2
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/showWidgetAsTable/showWidgetAsTableSelectors.d.ts.map +1 -1
- package/esm/model/store/storeAccessors/DashboardStoreAccessor.d.ts.map +1 -1
- package/esm/model/store/tabs/index.d.ts +24 -24
- package/esm/model/store/tabs/layout/layoutReducers.d.ts +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/tabsState.d.ts +1 -1
- package/esm/model/store/tabs/tabsState.d.ts.map +1 -1
- package/esm/model/store/ui/index.d.ts +5 -5
- package/esm/model/store/ui/uiReducers.d.ts +5 -5
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiSelectors.d.ts +2 -2
- package/esm/model/store/ui/uiSelectors.d.ts.map +1 -1
- package/esm/model/types/drillTypes.js +1 -2
- package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts +3 -3
- package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationLogging.d.ts.map +1 -1
- package/esm/plugins/customizationApis/dashboardContentCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/dashboardContentCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/dashboardEventHandling.d.ts +2 -2
- package/esm/plugins/customizationApis/dashboardEventHandling.d.ts.map +1 -1
- package/esm/plugins/customizationApis/dateFiltersCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/dateFiltersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filterBarCustomizer.d.ts +1 -1
- package/esm/plugins/customizationApis/filterBarCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filterGroupsCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/filterGroupsCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/fluidLayoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/insightCustomizer.d.ts +3 -3
- package/esm/plugins/customizationApis/insightCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts +1 -1
- package/esm/plugins/customizationApis/layoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/loadingCustomizer.d.ts +1 -1
- package/esm/plugins/customizationApis/loadingCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/richTextCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/richTextCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/titleCustomizer.d.ts +1 -1
- package/esm/plugins/customizationApis/titleCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/topBarCustomizer.d.ts +1 -1
- package/esm/plugins/customizationApis/topBarCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.d.ts +4 -4
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/widgetCustomizer.d.ts +2 -1
- package/esm/plugins/customizationApis/widgetCustomizer.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +1 -4
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialogAttribute.js +3 -6
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialogHeader.js +3 -12
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialogThreshold.js +1 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContent.js +2 -5
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.js +1 -5
- package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +1 -3
- package/esm/presentation/automations/alerting/blocks/AlertingDialogFieldLabelWithTooltip.js +1 -3
- package/esm/presentation/automations/alerting/blocks/AlertingDialogFormFieldGroup.js +1 -3
- package/esm/presentation/automations/alerting/blocks/AlertingDialogShell.js +2 -5
- package/esm/presentation/automations/alerting/blocks/DefaultLoadingAlertingDialog.js +1 -5
- package/esm/presentation/automations/alerting/hooks/useAlertThreshold.d.ts +2 -2
- package/esm/presentation/automations/alerting/hooks/useAttributeValuesFromExecResults.d.ts +1 -1
- package/esm/presentation/automations/alerting/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/hooks/useThresholdValue.d.ts +2 -2
- package/esm/presentation/automations/alerting/hooks/useThresholdValue.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/types.js +1 -2
- package/esm/presentation/automations/alerting/utils/getters.d.ts +8 -8
- package/esm/presentation/automations/alerting/utils/getters.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/utils/responsive.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +1 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.js +6 -22
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +2 -4
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js +5 -11
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.js +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +2 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js +4 -10
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +2 -6
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/DefaultScheduledEmailDialogHeader.js +3 -12
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/DefaultScheduledEmailDialogTimezone.js +2 -7
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js +1 -6
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.js +1 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.js +1 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +1 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +4 -10
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContent.js +2 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +1 -3
- package/esm/presentation/automations/scheduledEmail/blocks/DefaultLoadingScheduledEmailDialog.js +1 -5
- package/esm/presentation/automations/scheduledEmail/blocks/ScheduledEmailDialogShell.js +3 -6
- package/esm/presentation/automations/scheduledEmail/hooks/useScheduleValidation.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/utils/date.d.ts +2 -2
- package/esm/presentation/automations/scheduledEmail/utils/date.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/utils/responsive.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.js +10 -30
- package/esm/presentation/automations/shared/automationFilters/hooks/useAutomationVisibleFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts +8 -8
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFiltersSelect.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/utils.d.ts.map +1 -1
- package/esm/presentation/automations/shared/filters/conversions.d.ts +3 -3
- package/esm/presentation/automations/shared/filters/conversions.d.ts.map +1 -1
- package/esm/presentation/automations/shared/hooks/useAttributeFilterDisplayFormFromMap.d.ts.map +1 -1
- package/esm/presentation/automations/shared/hooks/useCommonDateFilterTitle.d.ts.map +1 -1
- package/esm/presentation/automations/shared/hooks/useDateFiltersTitles.d.ts.map +1 -1
- package/esm/presentation/automations/shared/slots/AutomationDialogFormField.js +2 -4
- package/esm/presentation/automations/shared/utils/automationUtils.d.ts.map +1 -1
- package/esm/presentation/componentDefinition/types.d.ts +2 -1
- package/esm/presentation/componentDefinition/types.d.ts.map +1 -1
- package/esm/presentation/constants/layout.d.ts.map +1 -1
- package/esm/presentation/constants.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +1 -3
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +3 -6
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +1 -7
- package/esm/presentation/dashboard/DashboardSidebar/FloatingToolbar.js +3 -9
- package/esm/presentation/dashboard/DashboardSidebar/InsightPickerListItem.js +1 -4
- package/esm/presentation/dashboard/DashboardSidebar/SidebarConfigurationPanel.js +1 -3
- package/esm/presentation/dashboard/DashboardSidebar/SidebarResizeChrome.js +1 -2
- package/esm/presentation/dashboard/DashboardSidebar/useInsertInsightToLayout.d.ts.map +1 -1
- package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.js +1 -3
- package/esm/presentation/dashboard/components/DashboardInner.js +3 -13
- package/esm/presentation/dashboard/components/DashboardItemPathAndSizeContext.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardLoading.js +1 -2
- package/esm/presentation/dashboard/components/DashboardRenderer.js +1 -3
- package/esm/presentation/dashboard/components/DashboardScreenSizeContext.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardSkeleton.js +3 -13
- package/esm/presentation/dashboard/components/useDrillValidationMessages.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/useFilterContextValidationMessages.d.ts.map +1 -1
- package/esm/presentation/dashboard/defaultDashboardThemeModifier.d.ts.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/types.js +1 -2
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardConfigContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/ExportCsvDialogContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/ExportTabularPdfDialogContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/ExportTemplateDialogContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/ExportXlsxDialogContext.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardListButton.js +1 -3
- package/esm/presentation/dashboardList/DashboardListItem.d.ts +1 -1
- package/esm/presentation/dashboardList/DashboardListItem.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardListItem.js +2 -5
- package/esm/presentation/dashboardSettingsDialog/DefaultDashboardSettingsDialog.js +8 -25
- package/esm/presentation/dashboardSettingsDialog/TimezoneOption.js +2 -4
- package/esm/presentation/densityDialog/DensityDialog.js +1 -13
- package/esm/presentation/dialogs/ExportCsvDialog.d.ts +1 -1
- package/esm/presentation/dialogs/ExportCsvDialog.d.ts.map +1 -1
- package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js +1 -3
- package/esm/presentation/dragAndDrop/HoveredWidgetContext.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/LayoutResizeContext.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +1 -3
- package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.js +1 -3
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -4
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +1 -3
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +2 -7
- package/esm/presentation/dragAndDrop/draggableWidget/AddRichTextWidgetButton.js +1 -3
- package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.js +2 -6
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.d.ts +1 -1
- package/esm/presentation/dragAndDrop/useCurrentDateFilterConfig.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/useDashboardDrag.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts +7 -1
- package/esm/presentation/dragAndDrop/useDashboardDrop.d.ts.map +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSection.js +1 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/AttributeUrlSectionItem.js +1 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +3 -8
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.js +1 -9
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.js +1 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/IdentifierParametersSection.js +1 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.js +1 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.js +1 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlSection.js +1 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.js +4 -11
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts +2 -2
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/types.js +1 -2
- package/esm/presentation/drill/hooks/useCrossFiltering.d.ts +1 -1
- package/esm/presentation/drill/hooks/useCrossFiltering.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrill.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrill.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillDown.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillDown.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillToAttributeUrl.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillToAttributeUrl.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillToCustomUrl.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillToCustomUrl.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillToDashboard.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillToDashboard.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillToInsight.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillToInsight.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrillToLegacyDashboard.d.ts +1 -1
- package/esm/presentation/drill/hooks/useDrillToLegacyDashboard.d.ts.map +1 -1
- package/esm/presentation/drill/hooks/useDrills.d.ts +9 -9
- package/esm/presentation/drill/hooks/useKeyDriverAnalysis.d.ts +1 -1
- package/esm/presentation/drill/hooks/useKeyDriverAnalysis.d.ts.map +1 -1
- package/esm/presentation/drill/types.js +2 -4
- package/esm/presentation/export/DefaultDashboardExportVariables.js +2 -10
- package/esm/presentation/export/useExportData.d.ts +2 -2
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CreatableAttributeFilter.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js +2 -8
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/addAttributeFilterUtils.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltip.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/attributeListItemTooltip/AttributeListItemTooltipContent.js +2 -5
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +1 -8
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/connectingAttribute/ConnectingAttributeItem.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDependentDateFiltersConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDisplayFormConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useLimitingItemsConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useModeConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionModeConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useTitleConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useValidNeighbourAttributes.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js +1 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ActionSelectionPage.js +3 -10
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/DateFiltersPage.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/LimitingItemsPage.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/PopupHeader.js +2 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/WithDisabledParentFilterTooltip.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/telemetryUtils.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/LimitingItem.js +2 -5
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/limitingItemsHook.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/limitingItemsHook.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersDisabledItem.js +2 -6
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersList.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItem.js +1 -5
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/parentFilters/ParentFiltersListItemWithoutConnectingAttributes.js +1 -3
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionMode.js +2 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionType.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js +1 -2
- package/esm/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/configuration/ConfigurationModeSelect.js +1 -3
- package/esm/presentation/filterBar/configuration/ConfigurationModeSelectItem.js +1 -5
- package/esm/presentation/filterBar/configuration/title/AttributeTitleRenaming.js +1 -4
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +2 -1
- package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.js +1 -5
- package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationBody.js +2 -7
- package/esm/presentation/filterBar/dateFilter/configuration/hooks/useDateFilterTitleConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/useDateFilterConfig.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +3 -7
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +4 -10
- package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.js +1 -2
- package/esm/presentation/filterBar/filterBar/filterViews/AddFilterView.js +1 -7
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js +1 -2
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +4 -13
- package/esm/presentation/filterBar/filterBar/hooks/useFilterBarState.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useRowsCalculator.d.ts.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +2 -9
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +2 -5
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +2 -5
- package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +2 -8
- package/esm/presentation/filterBar/utils.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +1 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeader.js +1 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js +1 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/EditableLabelWithBubble.js +1 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +2 -4
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/RenderModeAwareDashboardLayoutSectionRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/emptyFacade.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +1 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/BulletsBar.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizer.js +1 -4
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/ResizeOverlay.js +1 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizer.js +1 -4
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorder.js +1 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderLine.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/DashboardLayoutSectionBorder/DashboardLayoutSectionBorderMarker.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyDashboardDropZone.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +1 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useEmptyContentHandlers.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useInsightListItemDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useMoveWidgetHandler.d.ts +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useMoveWidgetHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useMoveWidgetToNewSectionDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionDashboardLayoutPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionInsightListItemDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionRichTextPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useNewSectionVisualizationSwitcherPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useUpdateWidgetDefaultSizeByParent.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useVisualizationSwitcherPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useWidgetDragHoverHandlers.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightListDivider.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightListDivider.js +1 -3
- package/esm/presentation/insightList/InsightListNoData.js +1 -2
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +1790 -1790
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +10 -10
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/ThemedLoadingEqualizer.js +1 -3
- package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts +2 -2
- package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts.map +1 -1
- package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.js +1 -2
- package/esm/presentation/saveAs/DefaultSaveAsDialog/useSaveAs.d.ts.map +1 -1
- package/esm/presentation/timezoneDialog/TimezoneDialog.js +3 -7
- package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarButton.js +1 -2
- package/esm/presentation/toolbar/DefaultDashboardToolbar/DefaultDashboardToolbarGroup.js +1 -2
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +1 -3
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +2 -4
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportToTabular.d.ts +1 -1
- package/esm/presentation/topBar/menuButton/useExportToTabular.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts +1 -1
- package/esm/presentation/topBar/menuButton/useExportWithTemplateSelection.d.ts.map +1 -1
- package/esm/presentation/topBar/shareIndicators/lockedStatus/LockedStatusIndicator.js +1 -3
- package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +1 -5
- package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.js +1 -3
- package/esm/presentation/topBar/topBar/DefaultTopBar.d.ts.map +1 -1
- package/esm/presentation/topBar/topBar/DefaultTopBar.js +1 -5
- package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.js +1 -2
- package/esm/presentation/widget/common/configuration/DateDatasetDropdown.js +2 -4
- package/esm/presentation/widget/common/configuration/DateDatasetFilter.js +1 -2
- package/esm/presentation/widget/common/configuration/DateDatasetPicker.js +1 -4
- package/esm/presentation/widget/common/configuration/DateFilterCheckbox.js +1 -3
- package/esm/presentation/widget/common/configuration/DateFilterConfigurationItem.js +1 -3
- package/esm/presentation/widget/common/configuration/FilterConfigurationItemLabel.js +1 -2
- package/esm/presentation/widget/common/configuration/useAttributeFilterConfigurationHandling.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.d.ts.map +1 -1
- package/esm/presentation/widget/common/useExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useImageExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.d.ts +3 -3
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +1 -2
- package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts.map +1 -1
- package/esm/presentation/widget/description/useInsightWidgetDescription.d.ts.map +1 -1
- package/esm/presentation/widget/insight/LayeredTableView.js +2 -4
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.js +1 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ExecuteProtectedError.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/NoDataError.js +1 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/OtherError.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/sizingUtils.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +1 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +1 -4
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/useHandlePropertiesPushData.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +4 -9
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogExportDropdown.js +3 -9
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +2 -7
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/DrillFiltersConfigInner.js +1 -3
- package/esm/presentation/widget/insight/configuration/DrillFilters/DrillFiltersConfigSection.js +2 -4
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.d.ts +2 -3
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfigInner.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersSubview.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillOriginItem.js +1 -3
- package/esm/presentation/widget/insight/configuration/DrillOriginSelector/DrillOriginSelectorBody.js +3 -13
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListFooter.js +1 -3
- package/esm/presentation/widget/insight/configuration/DrillTargets/AttributeHierarchyListItem.js +1 -4
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardItem.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/DrillTargetDashboardTabSelector.js +1 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/EmptyAttributeHierarchyInfo.js +1 -3
- package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/useAttributeHierarchy.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js +4 -11
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/NoAvailableAlerts.js +1 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useCreateAlert.d.ts +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useCreateAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useSaveAlertToBackend.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useUpdateAlert.d.ts +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useUpdateAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +2 -4
- package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.js +2 -6
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/IncludeMetrics.js +1 -5
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +1 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigItem.js +2 -7
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.js +1 -4
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/drillConfigMapper.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useDrillConfigIncompleteItems.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightFilters.js +1 -3
- package/esm/presentation/widget/insight/configuration/InsightTitleConfig.js +1 -3
- package/esm/presentation/widget/insight/configuration/ZoomInsightConfiguration.js +1 -4
- package/esm/presentation/widget/insight/configuration/useDrillTargetTypeItems.d.ts +1 -1
- package/esm/presentation/widget/insight/configuration/useDrillTargetTypeItems.d.ts.map +1 -1
- package/esm/presentation/widget/insight/insightToTable.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/CustomUiMenuComponents.js +1 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.d.ts +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightMenuItemButton.js +1 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenu/DashboardInsightSubmenuContainer.js +1 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DefaultDashboardInsightMenuTitle.js +1 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getExportTooltips.d.ts +4 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getExportTooltips.d.ts.map +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js +1 -3
- package/esm/presentation/widget/richText/configuration/RichTextFilters.js +1 -3
- package/esm/presentation/widget/richText/useEditableRichTextMenu.d.ts.map +1 -1
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js +1 -5
- package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js +1 -3
- package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.js +1 -3
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +2 -4
- package/esm/presentation/widget/visualizationSwitcher/configuration/InsightPicker.js +2 -4
- package/esm/presentation/widget/visualizationSwitcher/configuration/Toolbar.js +1 -3
- package/esm/presentation/widget/visualizationSwitcher/configuration/ToolbarTop.js +2 -14
- package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListItem.js +3 -7
- package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationListMenu.js +3 -6
- package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsList/VisualizationsList.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/configuration/VisualizationsPage.js +2 -5
- package/esm/presentation/widget/visualizationSwitcher/configuration/useVisualizationSwitcherEditableInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/useExecutionProgress.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js +2 -6
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/LayoutDirectionConfigurationDialog.js +2 -6
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +1 -5
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +2 -5
- package/esm/presentation/widget/widget/InsightWidget/useAlertingAndScheduling.d.ts +2 -2
- package/esm/presentation/widget/widget/InsightWidget/useAlertingAndScheduling.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightWarning.d.ts.map +1 -1
- package/esm/presentation/widgetDeleteDialog/DefaultWidgetDeleteDialog.js +1 -3
- package/esm/sdk-ui-dashboard.d.ts +78 -562
- package/package.json +23 -23
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dragAndDrop.css +3 -3
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/main.css +9 -7
- package/styles/css/main.css.map +1 -1
- package/styles/css/topBar.css +1 -1
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/dashboard.scss +2 -1
- package/styles/scss/dragAndDrop.scss +3 -4
- package/styles/scss/topBar.scss +2 -2
|
@@ -26,8 +26,8 @@ export function* dispatchFilterContextChanged(ctx, cmd, tabLocalIdentifier) {
|
|
|
26
26
|
}
|
|
27
27
|
else {
|
|
28
28
|
// Read from active tab (default behavior)
|
|
29
|
-
filterContext =
|
|
30
|
-
attributeFilterConfigs =
|
|
29
|
+
filterContext = yield select(selectFilterContextDefinition);
|
|
30
|
+
attributeFilterConfigs = yield select(selectAttributeFilterConfigsOverrides);
|
|
31
31
|
}
|
|
32
32
|
yield dispatchDashboardEvent(filterContextChanged(ctx, filterContext, attributeFilterConfigs, cmd.correlationId, tabLocalIdentifier));
|
|
33
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"containerWidthSanitization.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/layout/containerWidthSanitization.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,UAAU,EAElB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE/F,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"containerWidthSanitization.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/layout/containerWidthSanitization.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,UAAU,EAElB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE/F,eAAO,MAAM,mBAAmB,WACpB,gBAAgB,CAAC,uBAAuB,CAAC,kBACjC,cAAc,EAAE,UACxB,UAAU,qBAOrB,CAAC;AAKF;;;;;;;;;GASG;AACH,wBAAgB,yBAAyB,CACrC,UAAU,EAAE,gBAAgB,CAAC,uBAAuB,CAAC,EACrD,cAAc,EAAE,eAAe,EAC/B,oBAAoB,UAAQ,GAC7B,eAAe,EAAE,CAUnB;AAED;;;;;GAKG;AACH,wBAAgB,sCAAsC,CAClD,MAAM,EAAE,gBAAgB,CAAC,uBAAuB,CAAC,EACjD,UAAU,EAAE,eAAe,EAC3B,QAAQ,EAAE,SAAS,EACnB,UAAU,EAAE,SAAS,CAAC,QAAQ,CAAC,EAC/B,MAAM,EAAE,UAAU,GACnB,cAAc,EAAE,CA6BlB"}
|
|
@@ -7,7 +7,7 @@ import { removeSectionItemSaga } from "./removeSectionItemHandler.js";
|
|
|
7
7
|
export function* removeSectionItemByWidgetRefHandler(ctx, cmd) {
|
|
8
8
|
let widgetCoordinates;
|
|
9
9
|
try {
|
|
10
|
-
widgetCoordinates =
|
|
10
|
+
widgetCoordinates = yield select(selectWidgetPathByRef(cmd.payload.widgetRef));
|
|
11
11
|
}
|
|
12
12
|
catch (e) {
|
|
13
13
|
throw invalidArgumentsProvided(ctx, cmd, `Can't get widget coordinates for widget ref: ${objRefToString(cmd.payload.widgetRef)}, ${e.message}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderingWorker.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/render/renderingWorker.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,YAAY,CAAC;AAO1D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,YAAY,CAAC;AA2BhE,wBAAgB,kBAAkB,CAAC,qBAAqB,EAAE,OAAO,CAAC,6BAA6B,CAAC,
|
|
1
|
+
{"version":3,"file":"renderingWorker.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/render/renderingWorker.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,YAAY,CAAC;AAO1D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,YAAY,CAAC;AA2BhE,wBAAgB,kBAAkB,CAAC,qBAAqB,EAAE,OAAO,CAAC,6BAA6B,CAAC,SACtD,gBAAgB,KAAG,YAAY,CAAC,IAAI,CAAC,CA8B9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDashboardTabHandler.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/tabs/createDashboardTabHandler.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"createDashboardTabHandler.d.ts","sourceRoot":"","sources":["../../../../src/model/commandHandlers/tabs/createDashboardTabHandler.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAgB/C,OAAO,EAAE,KAAK,mBAAmB,EAAsB,MAAM,wBAAwB,CAAC;AAatF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAyDnE;;GAEG;AACH,wBAAiB,yBAAyB,CAAC,GAAG,EAAE,gBAAgB,EAAE,GAAG,EAAE,mBAAmB,GAAG,YAAY,CAuExG"}
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
import { call, put, select } from "redux-saga/effects";
|
|
3
3
|
import { createDefaultFilterContext } from "../../../_staging/dashboard/defaultFilterContext.js";
|
|
4
4
|
import { DEFAULT_FISCAL_DATE_FILTER_PRESET } from "../../../_staging/dateFilterConfig/defaultConfig.js";
|
|
5
|
+
import { deriveAbsoluteFormGranularitiesFromRelativeForm } from "../../../_staging/dateFilterConfig/merge.js";
|
|
5
6
|
import { configHasFiscalPresets } from "../../../_staging/dateFilterConfig/validation.js";
|
|
6
7
|
import { switchDashboardTab } from "../../commands/tabs.js";
|
|
7
8
|
import { dashboardTabCreated } from "../../events/tabs.js";
|
|
8
9
|
import { dispatchDashboardEvent } from "../../store/_infra/eventDispatcher.js";
|
|
9
10
|
import { InitialUndoState } from "../../store/_infra/undoEnhancer.js";
|
|
10
|
-
import { selectActiveCalendars, selectDateFilterConfig } from "../../store/config/configSelectors.js";
|
|
11
|
+
import { selectActiveCalendars, selectDateFilterConfig, selectSettings, } from "../../store/config/configSelectors.js";
|
|
11
12
|
import { tabsActions } from "../../store/tabs/index.js";
|
|
12
13
|
import { selectScreen } from "../../store/tabs/layout/layoutSelectors.js";
|
|
13
14
|
import { selectActiveTabLocalIdentifier, selectTabs } from "../../store/tabs/tabsSelectors.js";
|
|
@@ -51,7 +52,9 @@ export function* createDashboardTabHandler(ctx, cmd) {
|
|
|
51
52
|
// 1. Get current state from main dashboard slices
|
|
52
53
|
const tabs = yield select(selectTabs);
|
|
53
54
|
const activeTabLocalIdentifier = yield select(selectActiveTabLocalIdentifier);
|
|
54
|
-
const
|
|
55
|
+
const rawDateFilterConfig = yield select(selectDateFilterConfig);
|
|
56
|
+
const settings = yield select(selectSettings);
|
|
57
|
+
const dateFilterConfig = deriveAbsoluteFormGranularitiesFromRelativeForm(rawDateFilterConfig, !!settings.enableAbsoluteDateFilterGranularity);
|
|
55
58
|
const activeCalendars = yield select(selectActiveCalendars);
|
|
56
59
|
const screen = yield select(selectScreen);
|
|
57
60
|
const updatedTabs = (tabs ?? []).slice();
|
|
@@ -41,7 +41,7 @@ export function* changeInsightWidgetInsightHandler(ctx, cmd) {
|
|
|
41
41
|
// always load the insight in case it changed since we loaded the insight list
|
|
42
42
|
let insight;
|
|
43
43
|
try {
|
|
44
|
-
insight =
|
|
44
|
+
insight = yield call(loadInsight, ctx, insightRef);
|
|
45
45
|
}
|
|
46
46
|
catch {
|
|
47
47
|
throw invalidArgumentsProvided(ctx, cmd, `The insight with ref: ${serializeObjRef(insightRef)} was not found.`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drillDown.d.ts","sourceRoot":"","sources":["../../../../../src/model/commandHandlers/widgets/common/drillDown.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,8BAA8B,EACnC,KAAK,mBAAmB,EACxB,KAAK,MAAM,EAGd,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"drillDown.d.ts","sourceRoot":"","sources":["../../../../../src/model/commandHandlers/widgets/common/drillDown.ts"],"names":[],"mappings":"AACA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,8BAA8B,EACnC,KAAK,mBAAmB,EACxB,KAAK,MAAM,EAGd,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,6BAA6B,cAC3B,0BAA0B,GAAG,8BAA8B,aAC3D,MAAM,KAClB,mBAcF,CAAC"}
|
|
@@ -62,11 +62,11 @@ function getIgnoredFilters(filters, displayAsLabelMap, ignored) {
|
|
|
62
62
|
function* replaceFilterSettings(ctx, validators, cmd, widget, op) {
|
|
63
63
|
let dateDataSet;
|
|
64
64
|
if (op.dateDatasetForFiltering) {
|
|
65
|
-
dateDataSet =
|
|
65
|
+
dateDataSet = yield call(validators.dateDatasetValidator, ctx, cmd, widget, op.dateDatasetForFiltering);
|
|
66
66
|
}
|
|
67
67
|
let ignoredFilters = undefined;
|
|
68
68
|
if (op.ignoreAttributeFilters) {
|
|
69
|
-
ignoredFilters =
|
|
69
|
+
ignoredFilters = yield call(validators.attributeFilterValidator, ctx, cmd, widget, op.ignoreAttributeFilters);
|
|
70
70
|
}
|
|
71
71
|
if (op.ignoreDateFilters && validators.dateFilterValidator) {
|
|
72
72
|
const ignoredDateFilters = yield call(validators.dateFilterValidator, ctx, cmd, widget, op.ignoreDateFilters);
|
|
@@ -124,7 +124,7 @@ function* enableDateFilter(ctx, validators, cmd, widget, op) {
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
else {
|
|
127
|
-
dateDatasetToUse =
|
|
127
|
+
dateDatasetToUse = yield call(validators.dateDatasetValidator, ctx, cmd, widget, op.dateDataset);
|
|
128
128
|
}
|
|
129
129
|
const result = yield call(changeDateFilterIgnore, widget, dateDatasetToUse);
|
|
130
130
|
return result;
|
|
@@ -44,13 +44,13 @@ function* validateSettingsAndPermissions(ctx, cmd) {
|
|
|
44
44
|
const { config, ref } = cmd.payload;
|
|
45
45
|
let canExport = false;
|
|
46
46
|
if (config.format === "csv") {
|
|
47
|
-
canExport =
|
|
47
|
+
canExport = yield select(selectIsExecutionResultExportableToCsvByRef(ref));
|
|
48
48
|
}
|
|
49
49
|
if (config.format === "xlsx") {
|
|
50
|
-
canExport =
|
|
50
|
+
canExport = yield select(selectIsExecutionResultExportableToXlsxByRef(ref));
|
|
51
51
|
}
|
|
52
52
|
if (config.format === "pdf") {
|
|
53
|
-
canExport =
|
|
53
|
+
canExport = yield select(selectIsExecutionResultExportableToPdfByRef(ref));
|
|
54
54
|
}
|
|
55
55
|
if (!canExport) {
|
|
56
56
|
throw invalidArgumentsProvided(ctx, cmd, `The widget with ref: ${serializeObjRef(ref)} cannot be exported because the feature is disabled or the user does not have the necessary permissions.`);
|
|
@@ -89,7 +89,7 @@ export function* exportInsightWidgetHandler(ctx, cmd) {
|
|
|
89
89
|
const timezoneId = yield select(selectEffectiveDashboardTimezone);
|
|
90
90
|
let result;
|
|
91
91
|
if (layerInsights && layerInsights.length > 1) {
|
|
92
|
-
result =
|
|
92
|
+
result = yield call(performMultiLayerExport, ctx, layerInsights.map((layer) => ({
|
|
93
93
|
title: layer.layerName,
|
|
94
94
|
// Layer filters live on the converted table insight, not in the base (root)
|
|
95
95
|
// execution — merge them in so each layer exports the data it displays.
|
|
@@ -102,7 +102,7 @@ export function* exportInsightWidgetHandler(ctx, cmd) {
|
|
|
102
102
|
timeout,
|
|
103
103
|
timezoneId,
|
|
104
104
|
...(conditionalFormatting ? { conditionalFormatting } : {}),
|
|
105
|
-
})
|
|
105
|
+
});
|
|
106
106
|
}
|
|
107
107
|
else {
|
|
108
108
|
const exportInsight = insight
|
|
@@ -113,12 +113,12 @@ export function* exportInsightWidgetHandler(ctx, cmd) {
|
|
|
113
113
|
}) ?? insight)
|
|
114
114
|
: undefined;
|
|
115
115
|
const exportDefinition = exportInsight && exportInsight !== insight ? buildLayerDefinition(exportInsight) : undefined;
|
|
116
|
-
result =
|
|
116
|
+
result = yield call(performExport, ctx, executionResult, {
|
|
117
117
|
...config,
|
|
118
118
|
timeout,
|
|
119
119
|
timezoneId,
|
|
120
120
|
...(conditionalFormatting ? { conditionalFormatting } : {}),
|
|
121
|
-
}, exportDefinition)
|
|
121
|
+
}, exportDefinition);
|
|
122
122
|
}
|
|
123
123
|
// prepend hostname if provided so that the results are downloaded from there, not from where the app is hosted
|
|
124
124
|
const fullUri = ctx.backend.config.hostname
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drillToSameDashboardHandlerFactory.d.ts","sourceRoot":"","sources":["../../../src/model/eventHandlers/drillToSameDashboardHandlerFactory.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAInE,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAG7E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"drillToSameDashboardHandlerFactory.d.ts","sourceRoot":"","sources":["../../../src/model/eventHandlers/drillToSameDashboardHandlerFactory.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAInE,OAAO,EAAE,KAAK,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAG7E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,8BAA8B,iBACzB,MAAM,KACrB,qBAAqB,CAAC,kCAAkC,CAgBzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/events/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/events/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/model/events/tabs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IACzC;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C;;OAEG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,wBAAwB,CAAC;CAC9C;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAsB,SAAQ,eAAe;IAC1D,QAAQ,CAAC,IAAI,EAAE,2BAA2B,CAAC;IAC3C,QAAQ,CAAC,OAAO,EAAE,4BAA4B,CAAC;CAClD;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAChC,GAAG,EAAE,gBAAgB,EACrB,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,QAAQ,EAAE,MAAM,EAChB,aAAa,CAAC,EAAE,MAAM,EACtB,MAAM,CAAC,EAAE,wBAAwB,GAClC,qBAAqB,CAWvB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/model/events/tabs.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,5 +5,5 @@ import { type IDashboardEvent } from "./base.js";
|
|
|
5
5
|
* @param type - type discriminator of the given type
|
|
6
6
|
* @typeParam TEvent - type of the event to check
|
|
7
7
|
*/
|
|
8
|
-
export declare const eventGuard: <TEvent extends IDashboardEvent
|
|
8
|
+
export declare const eventGuard: <TEvent extends IDashboardEvent>(type: TEvent["type"]) => (obj: unknown) => obj is TEvent;
|
|
9
9
|
//# sourceMappingURL=util.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/model/events/util.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAClB,MAAM,
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/model/events/util.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAClB,MAAM,SAAS,eAAe,QAAQ,MAAM,CAAC,MAAM,CAAC,WAC/C,OAAO,KAAG,GAAG,IAAI,MAEtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeadlessDashboard.d.ts","sourceRoot":"","sources":["../../../src/model/headlessDashboard/HeadlessDashboard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAC1D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAE9E,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAErG;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC;IACrC,OAAO,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;IAC9C,MAAM,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,aAAa,CAAC,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC;IACnD,iBAAiB,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,gBAAgB,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC;IAC1E,gBAAgB,CAAC,EAAE,8BAA8B,CAAC;CACrD;AAED;;GAEG;AACH,qBAAa,iBAAiB;IAC1B,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAyB;IACtD,SAAS,CAAC,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,CAAC,CAAM;IAClE,SAAS,CAAC,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAM;IAC1D,SAAS,CAAC,cAAc,EAAE,KAAK,CAAC,eAAe,CAAC,CAAM;IAEtD,YAAY,GAAG,EAAE,gBAAgB,EAAE,MAAM,CAAC,EAAE,wBAAwB,EA8BnE;IAED,SAAS,CAAC,0BAA0B,
|
|
1
|
+
{"version":3,"file":"HeadlessDashboard.d.ts","sourceRoot":"","sources":["../../../src/model/headlessDashboard/HeadlessDashboard.ts"],"names":[],"mappings":"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"}
|
|
@@ -83,7 +83,7 @@ function* queryService(ctx, query) {
|
|
|
83
83
|
const { correlationId, payload: { insightOrRef }, } = query;
|
|
84
84
|
let insight;
|
|
85
85
|
if (isObjRef(insightOrRef)) {
|
|
86
|
-
insight =
|
|
86
|
+
insight = yield select(selectInsightByRef(insightOrRef));
|
|
87
87
|
if (!insight) {
|
|
88
88
|
throw invalidQueryArguments(ctx, `Insight with ref ${objRefToString(insightOrRef)} does not exist on the dashboard`, correlationId);
|
|
89
89
|
}
|
|
@@ -102,7 +102,7 @@ function* queryService(ctx, query) {
|
|
|
102
102
|
const { payload: { insightOrRef }, correlationId, } = query;
|
|
103
103
|
let insight;
|
|
104
104
|
if (isObjRef(insightOrRef)) {
|
|
105
|
-
insight =
|
|
105
|
+
insight = yield select(selectInsightByRef(insightOrRef));
|
|
106
106
|
if (!insight) {
|
|
107
107
|
throw invalidQueryArguments(ctx, `Insight with ref ${objRefToString(insightOrRef)} does not exist on the dashboard`, correlationId);
|
|
108
108
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardEventsContext.d.ts","sourceRoot":"","sources":["../../../src/model/react/DashboardEventsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAE9F,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,eAAe,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC1D,iBAAiB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC/D;AAWD;;GAEG;AACH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"DashboardEventsContext.d.ts","sourceRoot":"","sources":["../../../src/model/react/DashboardEventsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAsC,MAAM,OAAO,CAAC;AAE9F,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAE9E;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,eAAe,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC1D,iBAAiB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC/D;AAWD;;GAEG;AACH,eAAO,MAAM,yBAAyB,QAAO,uBAA6D,CAAC;AAE3G;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,uBAAuB;IACrE,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,EACpC,QAAQ,EACR,eAAe,EACf,iBAAiB,EACpB,EAAE,wBAAwB,GAAG,YAAY,CAQzC"}
|
|
@@ -16,20 +16,20 @@ export declare const useDashboardScheduledEmails: () => {
|
|
|
16
16
|
automationsError: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
|
|
17
17
|
isScheduledEmailingVisible: boolean;
|
|
18
18
|
isScheduleEmailingDialogOpen: boolean;
|
|
19
|
-
defaultOnScheduleEmailing: (widget?: import("@gooddata/sdk-model").IWidget
|
|
20
|
-
onScheduleEmailingOpen: (widget?: import("@gooddata/sdk-model").IWidget
|
|
21
|
-
onScheduleEmailingCancel: (_widget?: import("@gooddata/sdk-model").IWidget
|
|
22
|
-
onScheduleEmailingBack: (_widget?: import("@gooddata/sdk-model").IWidget
|
|
19
|
+
defaultOnScheduleEmailing: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
20
|
+
onScheduleEmailingOpen: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
21
|
+
onScheduleEmailingCancel: (_widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
22
|
+
onScheduleEmailingBack: (_widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
23
23
|
onScheduleEmailingCreateError: () => void;
|
|
24
24
|
onScheduleEmailingCreateSuccess: (scheduledEmail: import("@gooddata/sdk-model").IAutomationMetadataObject) => void;
|
|
25
25
|
onScheduleEmailingSaveError: () => void;
|
|
26
|
-
onScheduleEmailingSaveSuccess: (_widget?: import("@gooddata/sdk-model").IWidget
|
|
26
|
+
onScheduleEmailingSaveSuccess: (_widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
27
27
|
isScheduledManagementEmailingVisible: boolean;
|
|
28
28
|
isScheduleEmailingManagementDialogOpen: boolean;
|
|
29
|
-
defaultOnScheduleEmailingManagement: (widget?: import("@gooddata/sdk-model").IWidget
|
|
30
|
-
onScheduleEmailingManagementOpen: (widget?: import("@gooddata/sdk-model").IWidget
|
|
31
|
-
onScheduleEmailingManagementEdit: (schedule: import("@gooddata/sdk-model").IAutomationMetadataObject, widget?: import("@gooddata/sdk-model").IWidget
|
|
32
|
-
onScheduleEmailingManagementAdd: (targetWidget?: import("@gooddata/sdk-model").IWidget
|
|
29
|
+
defaultOnScheduleEmailingManagement: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
30
|
+
onScheduleEmailingManagementOpen: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
31
|
+
onScheduleEmailingManagementEdit: (schedule: import("@gooddata/sdk-model").IAutomationMetadataObject, widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
32
|
+
onScheduleEmailingManagementAdd: (targetWidget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
33
33
|
onScheduleEmailingManagementClose: () => void;
|
|
34
34
|
onScheduleEmailingManagementLoadingError: () => void;
|
|
35
35
|
onScheduleEmailingManagementDeleteSuccess: () => void;
|
|
@@ -16,9 +16,9 @@ export declare const useDashboardScheduledEmailsCommands: () => {
|
|
|
16
16
|
payload: undefined;
|
|
17
17
|
type: "uiSlice/closeScheduleEmailDialog";
|
|
18
18
|
};
|
|
19
|
-
openScheduleEmailingManagementDialog: (widget?: IWidget
|
|
19
|
+
openScheduleEmailingManagementDialog: (widget?: IWidget, openedFrom?: string) => {
|
|
20
20
|
payload: import("../../../types.js").IScheduleEmailContext & {
|
|
21
|
-
openedFrom?: string
|
|
21
|
+
openedFrom?: string;
|
|
22
22
|
};
|
|
23
23
|
type: "uiSlice/openScheduleEmailManagementDialog";
|
|
24
24
|
};
|
package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardScheduledEmailsCommands.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAU7B;;GAEG;AACH,UAAU,kCAAkC;IACxC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC;AAED;;GAEG;AACH,eAAO,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"useDashboardScheduledEmailsCommands.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsCommands.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAU7B;;GAEG;AACH,UAAU,kCAAkC;IACxC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC;AAED;;GAEG;AACH,eAAO,MAAM,mCAAmC;2CAS9B,kCAAkC;;;;;oDAkClC,OAAO,eAAe,MAAM;;;;;;;;;;CAoB7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardScheduledEmailsData.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsData.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,yBAAyB,EAGjC,MAAM,qBAAqB,CAAC;AAoC7B,UAAU,qCAAqC;IAC3C,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;CACrD;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useDashboardScheduledEmailsData.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsData.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,yBAAyB,EAGjC,MAAM,qBAAqB,CAAC;AAoC7B,UAAU,qCAAqC;IAC3C,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;CACrD;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B,+BAEzC,qCAAqC;;;;;;;;;;;;;;CAgGvC,CAAC"}
|
|
@@ -3,13 +3,13 @@ import { type IAutomationMetadataObject, type IWidget } from "@gooddata/sdk-mode
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const useDashboardScheduledEmailsDialog: () => {
|
|
6
|
-
defaultOnScheduleEmailing: (widget?: IWidget
|
|
7
|
-
onScheduleEmailingOpen: (widget?: IWidget
|
|
8
|
-
onScheduleEmailingCancel: (_widget?: IWidget
|
|
9
|
-
onScheduleEmailingBack: (_widget?: IWidget
|
|
6
|
+
defaultOnScheduleEmailing: (widget?: IWidget) => void;
|
|
7
|
+
onScheduleEmailingOpen: (widget?: IWidget) => void;
|
|
8
|
+
onScheduleEmailingCancel: (_widget?: IWidget) => void;
|
|
9
|
+
onScheduleEmailingBack: (_widget?: IWidget) => void;
|
|
10
10
|
onScheduleEmailingCreateError: () => void;
|
|
11
11
|
onScheduleEmailingCreateSuccess: (scheduledEmail: IAutomationMetadataObject) => void;
|
|
12
12
|
onScheduleEmailingSaveError: () => void;
|
|
13
|
-
onScheduleEmailingSaveSuccess: (_widget?: IWidget
|
|
13
|
+
onScheduleEmailingSaveSuccess: (_widget?: IWidget) => void;
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=useDashboardScheduledEmailsDialog.d.ts.map
|
package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardScheduledEmailsDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAE9B,KAAK,OAAO,EAKf,MAAM,qBAAqB,CAAC;AAc7B;;GAEG;AACH,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"useDashboardScheduledEmailsDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAE9B,KAAK,OAAO,EAKf,MAAM,qBAAqB,CAAC;AAc7B;;GAEG;AACH,eAAO,MAAM,iCAAiC;yCAwB5B,OAAO;sCAYP,OAAO;yCAON,OAAO;uCAOP,OAAO;;sDAQD,yBAAyB;;8CAkD/B,OAAO;CAuBzB,CAAC"}
|
package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { type IAutomationMetadataObject, type IWidget } from "@gooddata/sdk-mode
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const useDashboardScheduledEmailsManagementDialog: () => {
|
|
6
|
-
defaultOnScheduleEmailingManagement: (widget?: IWidget
|
|
7
|
-
onScheduleEmailingManagementOpen: (widget?: IWidget
|
|
6
|
+
defaultOnScheduleEmailingManagement: (widget?: IWidget) => void;
|
|
7
|
+
onScheduleEmailingManagementOpen: (widget?: IWidget) => void;
|
|
8
8
|
onScheduleEmailingManagementClose: () => void;
|
|
9
9
|
onScheduleEmailingManagementLoadingError: () => void;
|
|
10
|
-
onScheduleEmailingManagementAdd: (targetWidget?: IWidget
|
|
11
|
-
onScheduleEmailingManagementEdit: (schedule: IAutomationMetadataObject, widget?: IWidget
|
|
10
|
+
onScheduleEmailingManagementAdd: (targetWidget?: IWidget) => void;
|
|
11
|
+
onScheduleEmailingManagementEdit: (schedule: IAutomationMetadataObject, widget?: IWidget) => void;
|
|
12
12
|
onScheduleEmailingManagementDeleteSuccess: () => void;
|
|
13
13
|
onScheduleEmailingManagementDeleteError: () => void;
|
|
14
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardScheduledEmailsManagementDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAWnF;;GAEG;AACH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"useDashboardScheduledEmailsManagementDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsManagementDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAWnF;;GAEG;AACH,eAAO,MAAM,2CAA2C;mDA0BtC,OAAO;gDAYP,OAAO;;;qDAkBD,OAAO;iDAaZ,yBAAyB,WAAW,OAAO;;;CA6B7D,CAAC"}
|
|
@@ -16,8 +16,8 @@ export declare const useDashboardAlerts: () => {
|
|
|
16
16
|
automationsError: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
|
|
17
17
|
isAlertingVisible: boolean;
|
|
18
18
|
isAlertDialogOpen: boolean;
|
|
19
|
-
defaultOnAlerting: (widget?: import("@gooddata/sdk-model").IWidget
|
|
20
|
-
onAlertingOpen: (widget?: import("@gooddata/sdk-model").IWidget
|
|
19
|
+
defaultOnAlerting: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
20
|
+
onAlertingOpen: (widget?: import("@gooddata/sdk-model").IWidget, alert?: import("@gooddata/sdk-model").IAutomationMetadataObject) => void;
|
|
21
21
|
onAlertingCancel: () => void;
|
|
22
22
|
onAlertingCreateError: () => void;
|
|
23
23
|
onAlertingCreateSuccess: (alert: import("@gooddata/sdk-model").IAutomationMetadataObject) => void;
|
|
@@ -25,13 +25,13 @@ export declare const useDashboardAlerts: () => {
|
|
|
25
25
|
onAlertingSaveSuccess: () => void;
|
|
26
26
|
isAlertManagementVisible: boolean;
|
|
27
27
|
isAlertManagementDialogOpen: boolean;
|
|
28
|
-
defaultOnAlertingManagement: (widget?: import("@gooddata/sdk-model").IWidget
|
|
29
|
-
onAlertingManagementOpen: (widget?: import("@gooddata/sdk-model").IWidget
|
|
28
|
+
defaultOnAlertingManagement: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
29
|
+
onAlertingManagementOpen: (widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
30
30
|
onAlertingManagementClose: () => void;
|
|
31
|
-
onAlertingManagementAdd: (targetWidget?: import("@gooddata/sdk-model").IWidget
|
|
31
|
+
onAlertingManagementAdd: (targetWidget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
32
32
|
onAlertingManagementDeleteError: () => void;
|
|
33
33
|
onAlertingManagementDeleteSuccess: () => void;
|
|
34
|
-
onAlertingManagementEdit: (alert: import("@gooddata/sdk-model").IAutomationMetadataObject, widget?: import("@gooddata/sdk-model").IWidget
|
|
34
|
+
onAlertingManagementEdit: (alert: import("@gooddata/sdk-model").IAutomationMetadataObject, widget?: import("@gooddata/sdk-model").IWidget) => void;
|
|
35
35
|
onAlertingManagementLoadingError: () => void;
|
|
36
36
|
onAlertingManagementPauseSuccess: (_alert: import("@gooddata/sdk-model").IAutomationMetadataObject, pause: boolean) => void;
|
|
37
37
|
onAlertingManagementPauseError: (_error: import("@gooddata/sdk-ui").GoodDataSdkError, pause: boolean) => void;
|
|
@@ -3,12 +3,12 @@ import { type IAutomationMetadataObject, type IWidget } from "@gooddata/sdk-mode
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const useDashboardAlertsCommands: () => {
|
|
6
|
-
openAlertDialog: (widget?: IWidget
|
|
6
|
+
openAlertDialog: (widget?: IWidget, alert?: IAutomationMetadataObject) => void;
|
|
7
7
|
closeAlertDialog: () => {
|
|
8
8
|
payload: undefined;
|
|
9
9
|
type: "uiSlice/closeAlertingDialog";
|
|
10
10
|
};
|
|
11
|
-
openAlertsManagementDialog: (widget?: IWidget
|
|
11
|
+
openAlertsManagementDialog: (widget?: IWidget, openedFrom?: string) => void;
|
|
12
12
|
closeAlertsManagementDialog: () => {
|
|
13
13
|
payload: undefined;
|
|
14
14
|
type: "uiSlice/closeAlertingManagementDialog";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardAlertsCommands.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsCommands.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAU7B;;GAEG;AACH,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"useDashboardAlertsCommands.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsCommands.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAU7B;;GAEG;AACH,eAAO,MAAM,0BAA0B;+BAUrB,OAAO,UAAU,yBAAyB;;;;;0CA8B1C,OAAO,eAAe,MAAM;;;;;CA2B7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardAlertsData.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAkCrE,UAAU,4BAA4B;IAClC,WAAW,CAAC,EAAE,yBAAyB,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useDashboardAlertsData.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAkCrE,UAAU,4BAA4B;IAClC,WAAW,CAAC,EAAE,yBAAyB,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,oBAAqB,4BAA4B;;;;;;;;;;;;;;CA2EnF,CAAC"}
|
|
@@ -3,8 +3,8 @@ import { type IAutomationMetadataObject, type IWidget } from "@gooddata/sdk-mode
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const useDashboardAlertsDialog: () => {
|
|
6
|
-
defaultOnAlerting: (widget?: IWidget
|
|
7
|
-
onAlertingOpen: (widget?: IWidget
|
|
6
|
+
defaultOnAlerting: (widget?: IWidget) => void;
|
|
7
|
+
onAlertingOpen: (widget?: IWidget, alert?: IAutomationMetadataObject) => void;
|
|
8
8
|
onAlertingCancel: () => void;
|
|
9
9
|
onAlertingCreateError: () => void;
|
|
10
10
|
onAlertingCreateSuccess: (alert: IAutomationMetadataObject) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardAlertsDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAc7B;;GAEG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"useDashboardAlertsDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EAGf,MAAM,qBAAqB,CAAC;AAc7B;;GAEG;AACH,eAAO,MAAM,wBAAwB;iCAuBnB,OAAO;8BAYP,OAAO,UAAU,yBAAyB;;;qCAY5C,yBAAyB;;;;;;;CAiFxC,CAAC"}
|
|
@@ -10,12 +10,12 @@ export interface IUseDashboardAlertsManagementDialogProps {
|
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
12
|
export declare const useDashboardAlertsManagementDialog: () => {
|
|
13
|
-
defaultOnAlertingManagement: (widget?: IWidget
|
|
14
|
-
onAlertingManagementOpen: (widget?: IWidget
|
|
13
|
+
defaultOnAlertingManagement: (widget?: IWidget) => void;
|
|
14
|
+
onAlertingManagementOpen: (widget?: IWidget) => void;
|
|
15
15
|
onAlertingManagementClose: () => void;
|
|
16
16
|
onAlertingManagementLoadingError: () => void;
|
|
17
|
-
onAlertingManagementAdd: (targetWidget?: IWidget
|
|
18
|
-
onAlertingManagementEdit: (alert: IAutomationMetadataObject, widget?: IWidget
|
|
17
|
+
onAlertingManagementAdd: (targetWidget?: IWidget) => void;
|
|
18
|
+
onAlertingManagementEdit: (alert: IAutomationMetadataObject, widget?: IWidget) => void;
|
|
19
19
|
onAlertingManagementDeleteSuccess: () => void;
|
|
20
20
|
onAlertingManagementDeleteError: () => void;
|
|
21
21
|
onAlertingManagementPauseSuccess: (_alert: IAutomationMetadataObject, pause: boolean) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardAlertsManagementDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAWzD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD,cAAc,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACrE;AAED;;GAEG;AACH,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"useDashboardAlertsManagementDialog.d.ts","sourceRoot":"","sources":["../../../../src/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAWzD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD,cAAc,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACrE;AAED;;GAEG;AACH,eAAO,MAAM,kCAAkC;2CAsB7B,OAAO;wCAYP,OAAO;;;6CAkBD,OAAO;sCAcf,yBAAyB,WAAW,OAAO;;;+CAqB1C,yBAAyB,SAAS,OAAO;6CAazC,gBAAgB,SAAS,OAAO;CAuBhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardAsyncRender.d.ts","sourceRoot":"","sources":["../../../src/model/react/useDashboardAsyncRender.ts"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,MAAM,MAAM,uBAAuB,GAAG;IAClC;;OAEG;IACH,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC;;OAEG;IACH,oBAAoB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"useDashboardAsyncRender.d.ts","sourceRoot":"","sources":["../../../src/model/react/useDashboardAsyncRender.ts"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,MAAM,MAAM,uBAAuB,GAAG;IAClC;;OAEG;IACH,oBAAoB,EAAE,MAAM,IAAI,CAAC;IAEjC;;OAEG;IACH,oBAAoB,EAAE,MAAM,IAAI,CAAC;CACpC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,uBAAuB,OAAQ,MAAM,KAAG,uBAkBpD,CAAC"}
|