@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
|
@@ -38,39 +38,39 @@ export interface IUseDrillsProps {
|
|
|
38
38
|
export declare function useDrills({ onDrill, onDrillSuccess, onDrillError, onDrillDown, onDrillDownSuccess, onDrillDownError, onDrillToInsight, onDrillToInsightSuccess, onDrillToInsightError, onDrillToDashboard, onDrillToDashboardSuccess, onDrillToDashboardError, onDrillToAttributeUrl, onDrillToAttributeUrlSuccess, onDrillToAttributeUrlError, onDrillToCustomUrl, onDrillToCustomUrlSuccess, onDrillToCustomUrlError, onDrillToLegacyDashboard, onDrillToLegacyDashboardSuccess, onDrillToLegacyDashboardError, onCrossFiltering, onCrossFilteringSuccess, onCrossFilteringError, onKeyDriverAnalysis, onKeyDriverAnalysisSuccess, onKeyDriverAnalysisError, onError }: IUseDrillsProps): {
|
|
39
39
|
drill: {
|
|
40
40
|
run: (drillEvent: import("../../../types.js").IDashboardDrillEvent, drillContext: import("../../../types.js").IDashboardDrillContext, correlationId?: string | undefined) => void;
|
|
41
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
41
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
42
42
|
};
|
|
43
43
|
drillDown: {
|
|
44
44
|
run: (insight: import("@gooddata/sdk-model").IInsight, drillDefinition: import("../../../types.js").IDrillDownDefinition, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
45
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
45
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
46
46
|
};
|
|
47
47
|
drillToInsight: {
|
|
48
48
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToInsight, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
49
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
49
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
50
50
|
};
|
|
51
51
|
drillToDashboard: {
|
|
52
52
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToDashboard, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
53
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
53
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
54
54
|
};
|
|
55
55
|
drillToAttributeUrl: {
|
|
56
56
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToAttributeUrl, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
57
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
57
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
58
58
|
};
|
|
59
59
|
drillToCustomUrl: {
|
|
60
60
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToCustomUrl, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
61
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
61
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
62
62
|
};
|
|
63
63
|
drillToLegacyDashboard: {
|
|
64
64
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToLegacyDashboard, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
65
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
65
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
66
66
|
};
|
|
67
67
|
crossFiltering: {
|
|
68
68
|
run: (insight: import("@gooddata/sdk-model").IInsight, drillDefinition: import("@gooddata/sdk-model").ICrossFiltering, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
69
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
69
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
70
70
|
};
|
|
71
71
|
keyDriverAnalysis: {
|
|
72
72
|
run: (drillDefinition: import("@gooddata/sdk-model").IKeyDriveAnalysis, drillEvent: import("../../../types.js").IDashboardDrillEvent, filters: import("@gooddata/sdk-model").FilterContextItem[], keyDriveItem: import("../../../index.js").IDashboardKeyDriverCombinationItem, correlationId?: string | undefined) => void;
|
|
73
|
-
status?: import("../../../index.js").CommandProcessingStatus
|
|
73
|
+
status?: import("../../../index.js").CommandProcessingStatus;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
//# sourceMappingURL=useDrills.d.ts.map
|
|
@@ -13,6 +13,6 @@ export interface IUseKeyDriverAnalysisProps {
|
|
|
13
13
|
*/
|
|
14
14
|
export declare const useKeyDriverAnalysis: ({ onSuccess, onError, onBeforeRun, }?: IUseKeyDriverAnalysisProps) => {
|
|
15
15
|
run: (drillDefinition: import("@gooddata/sdk-model").IKeyDriveAnalysis, drillEvent: import("../../../types.js").IDashboardDrillEvent, filters: import("@gooddata/sdk-model").FilterContextItem[], keyDriveItem: import("../../../index.js").IDashboardKeyDriverCombinationItem, correlationId?: string | undefined) => void;
|
|
16
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
16
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
17
17
|
};
|
|
18
18
|
//# sourceMappingURL=useKeyDriverAnalysis.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useKeyDriverAnalysis.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useKeyDriverAnalysis.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAqB,MAAM,kCAAkC,CAAC;AAC9F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,kBAAkB,CAAC,KAAK,IAAI,CAAC;IACvE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;
|
|
1
|
+
{"version":3,"file":"useKeyDriverAnalysis.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useKeyDriverAnalysis.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAqB,MAAM,kCAAkC,CAAC;AAC9F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,kBAAkB,CAAC,KAAK,IAAI,CAAC;IACvE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,0CAI9B,0BAA0B;;;CAS5B,CAAC"}
|
|
@@ -4,8 +4,7 @@ import { isDrillToAttributeUrl, isDrillToCustomUrl, } from "@gooddata/sdk-model"
|
|
|
4
4
|
export function isDrillToUrl(drillDefinition) {
|
|
5
5
|
return isDrillToCustomUrl(drillDefinition) || isDrillToAttributeUrl(drillDefinition);
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
var DRILL_TARGET_TYPE;
|
|
7
|
+
export var DRILL_TARGET_TYPE;
|
|
9
8
|
(function (DRILL_TARGET_TYPE) {
|
|
10
9
|
DRILL_TARGET_TYPE["DRILL_TO_DASHBOARD"] = "DrillToDashboard";
|
|
11
10
|
DRILL_TARGET_TYPE["DRILL_TO_INSIGHT"] = "DrillToInsight";
|
|
@@ -30,9 +29,8 @@ export function isDrillToUrlConfig(item) {
|
|
|
30
29
|
export function isDrillDownToAttributeHierarchyConfig(item) {
|
|
31
30
|
return !isEmpty(item) && item.attributeHierarchyRef !== undefined;
|
|
32
31
|
}
|
|
33
|
-
export { AttributeDisplayFormType };
|
|
34
32
|
// check type AttributeDisplayFormType from @gooddata/sdk-model to keep it in sync
|
|
35
|
-
var AttributeDisplayFormType;
|
|
33
|
+
export var AttributeDisplayFormType;
|
|
36
34
|
(function (AttributeDisplayFormType) {
|
|
37
35
|
AttributeDisplayFormType["HYPERLINK"] = "GDC.link";
|
|
38
36
|
AttributeDisplayFormType["IMAGE"] = "GDC.image";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
1
|
import { createElement as _createElement } from "react";
|
|
2
|
+
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
3
|
// (C) 2022-2026 GoodData Corporation
|
|
4
4
|
import { useCallback, useMemo, useState } from "react";
|
|
5
5
|
import { useTheme } from "@gooddata/sdk-ui-theme-provider";
|
|
@@ -32,15 +32,7 @@ export function DefaultDashboardExportVariables({ renderMode }) {
|
|
|
32
32
|
{ kind: "measureValue", items: measureValueFilters, attrs: exportData?.filters?.measureValueFilter },
|
|
33
33
|
];
|
|
34
34
|
const hasEntries = dateFilters.length + attributeFilters.length + measureValueFilters.length + parameters.length > 0;
|
|
35
|
-
return (_jsxs("div", { className: "gd-dashboard-meta", ...exportData?.root, children: [
|
|
36
|
-
_jsx("div", { ...exportData?.id, children: dashboardId }), dashboardDescriptor.title ? _jsx("div", { ...exportData?.title, children: dashboardDescriptor.title }) : null, dashboardDescriptor.description ? (_jsx("div", { ...exportData?.description, children: dashboardDescriptor.description })) : null, dashboardDescriptor.tags && dashboardDescriptor.tags.length > 0 ? (_jsx("div", { ...exportData?.tags?.root, children: dashboardDescriptor.tags.map((tag, i) => (_jsx("span", { ...exportData?.tags?.tag, children: tag }, i))) })) : null, _jsx("div", { ...exportData?.filters?.root, ...exportData?.filters?.rootData(isLoading, isError), children: hasEntries ? (_jsxs(_Fragment, { children: [filterGroups.flatMap(({ kind, items, attrs }) => items.map((filter, i) => (_jsxs("div", { ...attrs, ...exportData?.filters?.filter.filterData(filter, isLoading, isError), children: [
|
|
37
|
-
_jsx("span", { ...exportData?.filters?.filter.name, children: filter?.title }),
|
|
38
|
-
" -", " ", _jsx("span", { ...exportData?.filters?.filter.value, children: filter?.subtitle })
|
|
39
|
-
] }, `${kind}-${i}`)))), parameters.map((parameter, i) => (_jsxs("div", { ...exportData?.filters?.parameter, children: [
|
|
40
|
-
_jsx("span", { ...exportData?.filters?.filter.name, children: parameter.title }),
|
|
41
|
-
" -", " ", _jsx("span", { ...exportData?.filters?.filter.value, children: parameter.value })
|
|
42
|
-
] }, `parameter-${i}`)))] })) : null }), user?.fullName ? _jsx("div", { ...exportData?.user, children: user.fullName }) : null, conf.workspaceDescriptor ? (_jsx("div", { ...exportData?.workspace, children: conf.workspaceDescriptor.title })) : null, _jsx(MetaImage, { image: theme?.images?.logo, type: "logo" }), _jsx(MetaImage, { image: theme?.images?.coverImage, type: "cover-image" }), _jsx(Palette, { data: theme?.palette?.complementary })
|
|
43
|
-
] }));
|
|
35
|
+
return (_jsxs("div", { className: "gd-dashboard-meta", ...exportData?.root, children: [_jsx("div", { ...exportData?.id, children: dashboardId }), dashboardDescriptor.title ? _jsx("div", { ...exportData?.title, children: dashboardDescriptor.title }) : null, dashboardDescriptor.description ? (_jsx("div", { ...exportData?.description, children: dashboardDescriptor.description })) : null, dashboardDescriptor.tags && dashboardDescriptor.tags.length > 0 ? (_jsx("div", { ...exportData?.tags?.root, children: dashboardDescriptor.tags.map((tag, i) => (_jsx("span", { ...exportData?.tags?.tag, children: tag }, i))) })) : null, _jsx("div", { ...exportData?.filters?.root, ...exportData?.filters?.rootData(isLoading, isError), children: hasEntries ? (_jsxs(_Fragment, { children: [filterGroups.flatMap(({ kind, items, attrs }) => items.map((filter, i) => (_jsxs("div", { ...attrs, ...exportData?.filters?.filter.filterData(filter, isLoading, isError), children: [_jsx("span", { ...exportData?.filters?.filter.name, children: filter?.title }), " -", " ", _jsx("span", { ...exportData?.filters?.filter.value, children: filter?.subtitle })] }, `${kind}-${i}`)))), parameters.map((parameter, i) => (_jsxs("div", { ...exportData?.filters?.parameter, children: [_jsx("span", { ...exportData?.filters?.filter.name, children: parameter.title }), " -", " ", _jsx("span", { ...exportData?.filters?.filter.value, children: parameter.value })] }, `parameter-${i}`)))] })) : null }), user?.fullName ? _jsx("div", { ...exportData?.user, children: user.fullName }) : null, conf.workspaceDescriptor ? (_jsx("div", { ...exportData?.workspace, children: conf.workspaceDescriptor.title })) : null, _jsx(MetaImage, { image: theme?.images?.logo, type: "logo" }), _jsx(MetaImage, { image: theme?.images?.coverImage, type: "cover-image" }), _jsx(Palette, { data: theme?.palette?.complementary })] }));
|
|
44
36
|
}
|
|
45
37
|
function MetaImage({ image, type, }) {
|
|
46
38
|
const [loading, setLoading] = useState(true);
|
|
@@ -4,7 +4,7 @@ import { type CommonExportDataAttributes, type MetaExportData, type MetaExportDa
|
|
|
4
4
|
/**
|
|
5
5
|
* @alpha
|
|
6
6
|
*/
|
|
7
|
-
export declare const useDashboardExportData: (renderMode: RenderMode | undefined, status: "
|
|
7
|
+
export declare const useDashboardExportData: (renderMode: RenderMode | undefined, status: "loading" | "loaded" | "empty", type: "nested" | "root") => CommonExportDataAttributes | undefined;
|
|
8
8
|
/**
|
|
9
9
|
* @alpha
|
|
10
10
|
*/
|
|
@@ -32,7 +32,7 @@ export declare const useMetaExportData: () => MetaExportData | undefined;
|
|
|
32
32
|
/**
|
|
33
33
|
* @alpha
|
|
34
34
|
*/
|
|
35
|
-
export declare const useMetaExportImageData: (type:
|
|
35
|
+
export declare const useMetaExportImageData: (type: MetaExportDataAttributes["data-export-meta-type"], loading: boolean, error: boolean) => MetaExportDataAttributes | undefined;
|
|
36
36
|
/**
|
|
37
37
|
* @alpha
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExportData.d.ts","sourceRoot":"","sources":["../../../src/presentation/export/useExportData.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,kBAAkB,EAEvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAClC,MAAM,YAAY,CAAC;AAsCpB;;GAEG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"useExportData.d.ts","sourceRoot":"","sources":["../../../src/presentation/export/useExportData.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,kBAAkB,EAEvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAClC,MAAM,YAAY,CAAC;AAsCpB;;GAEG;AACH,eAAO,MAAM,sBAAsB,eACnB,UAAU,GAAG,SAAS,UAC1B,SAAS,GAAG,QAAQ,GAAG,OAAO,QAChC,QAAQ,GAAG,MAAM,KACxB,0BAA0B,GAAG,SAS/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,UAAW,MAAM,KAAG,iBAAiB,GAAG,SA+BxE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,+BAA+B,eAC5B,iBAAiB,GAAG,SAAS,WAChC,OAAO,SACT,OAAO,KACf,iBAAiB,GAAG,SAyBtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,WAAY,uBAAuB,KAAG,gBAAgB,GAAG,SAyBxF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,QAAO,kBAAkB,GAAG,SAU7D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,WAC3B,0BAA0B,GAAG,SAAS,WACrC,OAAO,SACT,OAAO,KACf,OAAO,CAAC,0BAA0B,CAAC,GAAG,SAaxC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAO,cAAc,GAAG,SAyErD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,SACzB,wBAAwB,CAAC,uBAAuB,CAAC,WAC9C,OAAO,SACT,OAAO,KACf,wBAAwB,GAAG,SAW7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,QAAO;IAClC,UAAU,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACjD,IAAI,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,wBAAwB,GAAG,SAAS,CAAC;CAsB9E,CAAC"}
|
package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeFilterParentFilteringContext.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA2D,MAAM,OAAO,CAAC;AAIhG,OAAO,EAEH,KAAK,4BAA4B,EAEjC,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EAGxB,KAAK,MAAM,EASd,MAAM,qBAAqB,CAAC;AAa7B,OAAO,EAAE,oCAAoC,EAAE,MAAM,qFAAqF,CAAC;AAC3I,OAAO,EAAE,2BAA2B,EAAE,MAAM,4EAA4E,CAAC;AACzH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAC;AAC3G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,qBAAqB,EAAE,MAAM,sEAAsE,CAAC;AAG7G;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,GACpF,UAAU,CAAC,OAAO,2BAA2B,CAAC,GAC9C,UAAU,CAAC,OAAO,qBAAqB,CAAC,GACxC,UAAU,CAAC,OAAO,6BAA6B,CAAC,GAChD,UAAU,CAAC,OAAO,oBAAoB,CAAC,GACvC,UAAU,CAAC,OAAO,6BAA6B,CAAC,GAAG;IAC/C,mBAAmB,EAAE,CACjB,qBAAqB,EAAE,MAAM,EAC7B,0BAA0B,EAAE,iBAAiB,EAAE,KAC9C,IAAI,CAAC;IACV,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,0BAA0B,EAAE,MAAM,CAAC;IACnC,0BAA0B,EAAE,mBAAmB,EAAE,CAAC;CACrD,GAAG,UAAU,CAAC,OAAO,6BAA6B,CAAC,GACpD,UAAU,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAE5D,eAAO,MAAM,8BAA8B,0DAA8D,CAAC;AAI1G;;GAEG;AACH,eAAO,MAAM,iCAAiC,
|
|
1
|
+
{"version":3,"file":"AttributeFilterParentFilteringContext.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA2D,MAAM,OAAO,CAAC;AAIhG,OAAO,EAEH,KAAK,4BAA4B,EAEjC,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EAGxB,KAAK,MAAM,EASd,MAAM,qBAAqB,CAAC;AAa7B,OAAO,EAAE,oCAAoC,EAAE,MAAM,qFAAqF,CAAC;AAC3I,OAAO,EAAE,2BAA2B,EAAE,MAAM,4EAA4E,CAAC;AACzH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,oBAAoB,EAAE,MAAM,qEAAqE,CAAC;AAC3G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AACjH,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,6BAA6B,EAAE,MAAM,8EAA8E,CAAC;AAC7H,OAAO,EAAE,qBAAqB,EAAE,MAAM,sEAAsE,CAAC;AAG7G;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,GACpF,UAAU,CAAC,OAAO,2BAA2B,CAAC,GAC9C,UAAU,CAAC,OAAO,qBAAqB,CAAC,GACxC,UAAU,CAAC,OAAO,6BAA6B,CAAC,GAChD,UAAU,CAAC,OAAO,oBAAoB,CAAC,GACvC,UAAU,CAAC,OAAO,6BAA6B,CAAC,GAAG;IAC/C,mBAAmB,EAAE,CACjB,qBAAqB,EAAE,MAAM,EAC7B,0BAA0B,EAAE,iBAAiB,EAAE,KAC9C,IAAI,CAAC;IACV,qBAAqB,EAAE,OAAO,CAAC;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,0BAA0B,EAAE,MAAM,CAAC;IACnC,0BAA0B,EAAE,mBAAmB,EAAE,CAAC;CACrD,GAAG,UAAU,CAAC,OAAO,6BAA6B,CAAC,GACpD,UAAU,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAE5D,eAAO,MAAM,8BAA8B,0DAA8D,CAAC;AAI1G;;GAEG;AACH,eAAO,MAAM,iCAAiC,QAAO,+BACP,CAAC;AAE/C;;GAEG;AACH,MAAM,MAAM,4CAA4C,GAAG;IACvD,UAAU,EAAE,4BAA4B,CAAC;IACzC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACxC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,EACnD,QAAQ,EACR,UAAU,EACV,UAAU,EACV,cAAc,EACjB,EAAE,4CAA4C,2CA4R9C;AA+CD;;;;;;GAMG;AACH,wBAAgB,0CAA0C,CAAC,EACvD,QAAQ,EACR,WAAW,EACd,EAAE;IACC,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACvB,2CA0DA"}
|
|
@@ -21,6 +21,5 @@ export function CreatableAttributeFilter({ WrapCreatePanelItemWithDragComponent,
|
|
|
21
21
|
const noItems = supportsMultipleDateFilters ? !hasAttributes && !hasDateDataSets : !hasAttributes;
|
|
22
22
|
const disabled = noItems || !canAddMoreFilters;
|
|
23
23
|
const tooltip = disabled && noItems ? (_jsxs("div", { children: [supportsMultipleDateFilters ? (_jsx(FormattedMessage, { id: "addPanel.attributeFilter.tooltip.no_items" })) : (_jsx(FormattedMessage, { id: "addPanel.attributeFilter.tooltip.no_attributes" })), "\u00A0", isWhiteLabeled ? null : (_jsx("a", { href: "https://help.gooddata.com/display/doc/Attributes+in+Logical+Data+Models", rel: "noopener noreferrer", target: "_blank", className: "s-add-attribute-filter-tooltip-link", children: _jsx(FormattedMessage, { id: "addPanel.attributeFilter.tooltip.no_attributes.link" }) }))] })) : undefined;
|
|
24
|
-
return (_jsxs(BubbleHoverTrigger, { eventsOnBubble: true, className: "s-add-attribute-filter-bubble-trigger", children: [
|
|
25
|
-
_jsx(DraggableAttributeFilterCreatePanelItem, { CreatePanelItemComponent: AddAttributeFilterPlaceholder, WrapCreatePanelItemWithDragComponent: WrapCreatePanelItemWithDragComponent, disabled: disabled }), tooltip ? (_jsx(Bubble, { alignPoints: [{ align: "cr cl", offset: { x: -20, y: 0 } }], children: tooltip })) : null] }));
|
|
24
|
+
return (_jsxs(BubbleHoverTrigger, { eventsOnBubble: true, className: "s-add-attribute-filter-bubble-trigger", children: [_jsx(DraggableAttributeFilterCreatePanelItem, { CreatePanelItemComponent: AddAttributeFilterPlaceholder, WrapCreatePanelItemWithDragComponent: WrapCreatePanelItemWithDragComponent, disabled: disabled }), tooltip ? (_jsx(Bubble, { alignPoints: [{ align: "cr cl", offset: { x: -20, y: 0 } }], children: tooltip })) : null] }));
|
|
26
25
|
}
|
|
@@ -36,9 +36,7 @@ export function CustomAttributeFilterDropdownActions({ isApplyDisabled, isSelect
|
|
|
36
36
|
if (!isEditMode && isSingleSelect) {
|
|
37
37
|
return null;
|
|
38
38
|
}
|
|
39
|
-
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [
|
|
40
|
-
_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next", children: isConfigButtonVisible ? (_jsx(AttributeFilterConfigurationButton, { onConfiguration: onConfigurationButtonClick })) : null }), isSingleSelect ? null : (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [
|
|
41
|
-
_jsx(Button, { className: "gd-attribute-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-cancel", onClick: onCancelButtonClick, value: cancelText }), withoutApply ? null : (_jsx(UiTooltip, { id: tooltipId, arrowPlacement: "left", offset: 15, content: _jsx(FormattedMessage, { id: "attributesDropdown.noChanges" }), triggerBy: ["hover", "focus"], disabled: isSelectionChanged, optimalPlacement: true, anchor: _jsx(Button, { disabled: isApplyDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onApplyButtonClick, value: applyText, accessibilityConfig: {
|
|
39
|
+
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next", children: isConfigButtonVisible ? (_jsx(AttributeFilterConfigurationButton, { onConfiguration: onConfigurationButtonClick })) : null }), isSingleSelect ? null : (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [_jsx(Button, { className: "gd-attribute-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-cancel", onClick: onCancelButtonClick, value: cancelText }), withoutApply ? null : (_jsx(UiTooltip, { id: tooltipId, arrowPlacement: "left", offset: 15, content: _jsx(FormattedMessage, { id: "attributesDropdown.noChanges" }), triggerBy: ["hover", "focus"], disabled: isSelectionChanged, optimalPlacement: true, anchor: _jsx(Button, { disabled: isApplyDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onApplyButtonClick, value: applyText, accessibilityConfig: {
|
|
42
40
|
ariaDescribedBy: isSelectionChanged ? undefined : tooltipId,
|
|
43
41
|
}, describedByFromValidation: true }) }))] }))] }));
|
|
44
42
|
}
|
|
@@ -46,9 +44,5 @@ export function CustomAttributeFilterDropdownActions({ isApplyDisabled, isSelect
|
|
|
46
44
|
* @internal
|
|
47
45
|
*/
|
|
48
46
|
export function CustomConfigureAttributeFilterDropdownActions({ isSaveDisabled, onSaveButtonClick, onCancelButtonClick, cancelText, saveText, }) {
|
|
49
|
-
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [
|
|
50
|
-
_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [
|
|
51
|
-
_jsx(Button, { className: "gd-attribute-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { disabled: isSaveDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onSaveButtonClick, value: saveText, title: saveText })
|
|
52
|
-
] })
|
|
53
|
-
] }));
|
|
47
|
+
return (_jsxs("div", { className: "gd-attribute-filter-dropdown-actions__next", children: [_jsx("div", { className: "gd-attribute-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-attribute-filter-dropdown-actions-right-content__next", children: [_jsx(Button, { className: "gd-attribute-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { disabled: isSaveDisabled, className: "gd-attribute-filter-apply-button__next gd-button-action gd-button-small s-apply", onClick: onSaveButtonClick, value: saveText, title: saveText })] })] }));
|
|
54
48
|
}
|
package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts
CHANGED
|
@@ -6,6 +6,6 @@ interface IAttributeListItemProps {
|
|
|
6
6
|
onClick: () => void;
|
|
7
7
|
}
|
|
8
8
|
export declare function AttributeListItem({ item, title, isLocationIconEnabled, onClick }: IAttributeListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export declare const getAttributeListItemTitle: (item: ICatalogAttribute, title?: string
|
|
9
|
+
export declare const getAttributeListItemTitle: (item: ICatalogAttribute, title?: string) => string;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=AttributeListItem.d.ts.map
|
package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAM7D,UAAU,uBAAuB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,OAAO,CAAC;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAOD,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,qBAAqB,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAmBzG;AAED,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"AttributeListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/AttributeListItem.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAM7D,UAAU,uBAAuB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,OAAO,CAAC;IAC/B,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAOD,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,qBAAqB,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAmBzG;AAED,eAAO,MAAM,yBAAyB,SAAU,iBAAiB,UAAU,MAAM,WAEhF,CAAC"}
|
|
@@ -20,9 +20,7 @@ export function AttributeListItem({ item, title, isLocationIconEnabled, onClick
|
|
|
20
20
|
"type-geo_attribute": isDisplayLocationIcon,
|
|
21
21
|
});
|
|
22
22
|
}, [item, isLocationIconEnabled]);
|
|
23
|
-
return (_jsxs("div", { className: classNames, onClick: onClick, children: [
|
|
24
|
-
_jsx(ShortenedText, { tooltipAlignPoints: TOOLTIP_ALIGN_POINT, children: getAttributeListItemTitle(item, title) }), _jsx(AttributeListItemTooltip, { item: item })
|
|
25
|
-
] }, item.attribute.id));
|
|
23
|
+
return (_jsxs("div", { className: classNames, onClick: onClick, children: [_jsx(ShortenedText, { tooltipAlignPoints: TOOLTIP_ALIGN_POINT, children: getAttributeListItemTitle(item, title) }), _jsx(AttributeListItemTooltip, { item: item })] }, item.attribute.id));
|
|
26
24
|
}
|
|
27
25
|
export const getAttributeListItemTitle = (item, title) => {
|
|
28
26
|
return title ?? item.attribute.title;
|
|
@@ -264,6 +264,5 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
264
264
|
}
|
|
265
265
|
const title = getCustomItemTitle?.(item);
|
|
266
266
|
return (_jsx(DateAttributeListItem, { title: title, item: item, onClick: () => selectItem(item, closeDropdown) }));
|
|
267
|
-
} }) })
|
|
268
|
-
] })) }));
|
|
267
|
+
} }) })] })) }));
|
|
269
268
|
}
|
package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ interface IAttributeListItemProps {
|
|
|
5
5
|
onClick: () => void;
|
|
6
6
|
}
|
|
7
7
|
export declare function DateAttributeListItem({ item, title, onClick }: IAttributeListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const getDateAttributeListItemTitle: (item: ICatalogDateDataset, title?: string
|
|
8
|
+
export declare const getDateAttributeListItemTitle: (item: ICatalogDateDataset, title?: string) => string;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=DateAttributeListItem.d.ts.map
|
package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateAttributeListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI/D,UAAU,uBAAuB;IAC7B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAOD,wBAAgB,qBAAqB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAgBtF;AAED,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"DateAttributeListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/DateAttributeListItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAI/D,UAAU,uBAAuB;IAC7B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAOD,wBAAgB,qBAAqB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAgBtF;AAED,eAAO,MAAM,6BAA6B,SAAU,mBAAmB,UAAU,MAAM,WAEtF,CAAC"}
|
|
@@ -5,6 +5,6 @@ interface IMetricListItemProps {
|
|
|
5
5
|
onClick?: () => void;
|
|
6
6
|
}
|
|
7
7
|
export declare function MetricListItem({ item, title, onClick }: IMetricListItemProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const getMetricListItemTitle: (item: ICatalogMeasure, title?: string
|
|
8
|
+
export declare const getMetricListItemTitle: (item: ICatalogMeasure, title?: string) => string;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=MetricListItem.d.ts.map
|
package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAI3D,UAAU,oBAAoB;IAC1B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAOD,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,oBAAoB,2CAiB5E;AAED,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"MetricListItem.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAI3D,UAAU,oBAAoB;IAC1B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAOD,wBAAgB,cAAc,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,oBAAoB,2CAiB5E;AAED,eAAO,MAAM,sBAAsB,SAAU,eAAe,UAAU,MAAM,WAE3E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addAttributeFilterUtils.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/addAttributeFilterUtils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAiD,MAAM,qBAAqB,CAAC;AAGnG,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAItF,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"addAttributeFilterUtils.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/addAttributeFilterUtils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAiD,MAAM,qBAAqB,CAAC;AAGnG,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,4CAA4C,CAAC;AAC5E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAItF,eAAO,MAAM,qBAAqB,mBACd,uBAAuB,EAAE,eAC5B,SAAS,CAAC,QAAQ,CAAC,YAMnC,CAAC"}
|
|
@@ -17,7 +17,5 @@ export function AttributeListItemTooltip({ item }) {
|
|
|
17
17
|
const [isHover, setIsHover] = useState(false);
|
|
18
18
|
const { attributeElements, attributesElementsLoading } = useAttributeElements(item.defaultDisplayForm.ref, ATTR_ELEMENTS_LIMIT, isHover);
|
|
19
19
|
const { attributeDataSet, attributesDataSetLoading } = useAttributeDataSet(item.attribute.ref, isHover);
|
|
20
|
-
return (_jsx("div", { children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, eventsOnBubble: true, className: "gd-attribute-item-tooltip-icon", children: [
|
|
21
|
-
_jsx("span", { onMouseEnter: () => setIsHover(true), className: "gd-icon-circle-question gd-list-item-tooltip-icon s-attribute-dropdown-list-item-tooltip" }), _jsx(Bubble, { className: "gd-attribute-dropdown-list-item-details s-attribute-filter-details-bubble", alignPoints: bubbleAlignPoints, arrowStyle: { display: "none" }, children: _jsx(AttributeListItemTooltipContent, { item: item, attributesDataSetLoading: attributesDataSetLoading, attributesElementsLoading: attributesElementsLoading, attributeDataSet: attributeDataSet, attributeElements: attributeElements }) })
|
|
22
|
-
] }) }));
|
|
20
|
+
return (_jsx("div", { children: _jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, eventsOnBubble: true, className: "gd-attribute-item-tooltip-icon", children: [_jsx("span", { onMouseEnter: () => setIsHover(true), className: "gd-icon-circle-question gd-list-item-tooltip-icon s-attribute-dropdown-list-item-tooltip" }), _jsx(Bubble, { className: "gd-attribute-dropdown-list-item-details s-attribute-filter-details-bubble", alignPoints: bubbleAlignPoints, arrowStyle: { display: "none" }, children: _jsx(AttributeListItemTooltipContent, { item: item, attributesDataSetLoading: attributesDataSetLoading, attributesElementsLoading: attributesElementsLoading, attributeDataSet: attributeDataSet, attributeElements: attributeElements }) })] }) }));
|
|
23
21
|
}
|
|
@@ -4,14 +4,11 @@ import { FormattedMessage, useIntl } from "react-intl";
|
|
|
4
4
|
function AttrTooltipElements({ elements, totalCount }) {
|
|
5
5
|
const intl = useIntl();
|
|
6
6
|
const remainingElementsCount = totalCount - elements.length;
|
|
7
|
-
return (_jsxs(_Fragment, { children: [elements.map((element, idx) => (_jsxs("span", { className: "gd-attribute-element s-attribute-element", children: [element.title || `(${intl.formatMessage({ id: "empty_value" })})`, _jsx("br", {})
|
|
8
|
-
] }, idx))), remainingElementsCount > 0 && (_jsx("span", { className: "attribute-tooltip-elements-more", children: _jsx(FormattedMessage, { id: "attributesDropdown.details.shortening_decoration", values: { count: remainingElementsCount } }) }, elements.length))] }));
|
|
7
|
+
return (_jsxs(_Fragment, { children: [elements.map((element, idx) => (_jsxs("span", { className: "gd-attribute-element s-attribute-element", children: [element.title || `(${intl.formatMessage({ id: "empty_value" })})`, _jsx("br", {})] }, idx))), remainingElementsCount > 0 && (_jsx("span", { className: "attribute-tooltip-elements-more", children: _jsx(FormattedMessage, { id: "attributesDropdown.details.shortening_decoration", values: { count: remainingElementsCount } }) }, elements.length))] }));
|
|
9
8
|
}
|
|
10
9
|
/**
|
|
11
10
|
* @internal
|
|
12
11
|
*/
|
|
13
12
|
export function AttributeListItemTooltipContent({ item, attributesDataSetLoading, attributesElementsLoading, attributeDataSet, attributeElements, }) {
|
|
14
|
-
return (_jsxs("div", { className: "gd-attribute-dropdown-list-tooltip-content s-attribute-dropdown-item-list-tooltip-content", children: [
|
|
15
|
-
_jsx("h3", { className: "s-attribute-filter-tooltip-header", children: item.attribute.title }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.dataset" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-dataset", children: attributesDataSetLoading ? _jsx(FormattedMessage, { id: "loading" }) : attributeDataSet?.title }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.values" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-elements", children: attributesElementsLoading ? (_jsx(FormattedMessage, { id: "loading" })) : (_jsx(AttrTooltipElements, { elements: attributeElements.elements, totalCount: attributeElements.totalCount })) })
|
|
16
|
-
] }));
|
|
13
|
+
return (_jsxs("div", { className: "gd-attribute-dropdown-list-tooltip-content s-attribute-dropdown-item-list-tooltip-content", children: [_jsx("h3", { className: "s-attribute-filter-tooltip-header", children: item.attribute.title }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.dataset" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-dataset", children: attributesDataSetLoading ? _jsx(FormattedMessage, { id: "loading" }) : attributeDataSet?.title }), _jsx("h4", { children: _jsx(FormattedMessage, { id: "attributesDropdown.details.values" }) }), _jsx("p", { className: "s-attribute-filter-tooltip-item-elements", children: attributesElementsLoading ? (_jsx(FormattedMessage, { id: "loading" })) : (_jsx(AttrTooltipElements, { elements: attributeElements.elements, totalCount: attributeElements.totalCount })) })] }));
|
|
17
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMetricDropdownItems.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,eAAe,EACpB,KAAK,QAAQ,EACb,KAAK,MAAM,EAMd,MAAM,qBAAqB,CAAC;AAE7B,KAAK,YAAY,GAAG;IAChB,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACnC,IAAI,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAErF,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG,qBAAqB,CAAC;AAE9E,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"useMetricDropdownItems.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,eAAe,EACpB,KAAK,QAAQ,EACb,KAAK,MAAM,EAMd,MAAM,qBAAqB,CAAC;AAE7B,KAAK,YAAY,GAAG;IAChB,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACnC,IAAI,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAErF,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG,qBAAqB,CAAC;AAE9E,eAAO,MAAM,sBAAsB,SAAU,OAAO,KAAG,IAAI,IAAI,qBAE9D,CAAC;AAEF,eAAO,MAAM,yBAAyB,SAAU,OAAO,KAAG,IAAI,IAAI,wBAEjE,CAAC;AAEF,UAAU,6BAA6B;IACnC,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,0BAA0B,EAAE,OAAO,CAAC;IACpC,cAAc,EAAE,OAAO,EAAE,CAAC;IAC1B,WAAW,EAAE,YAAY,CAAC;CAC7B;AAED,wBAAgB,sBAAsB,CAAC,EACnC,QAAQ,EACR,WAAW,EACX,0BAA0B,EAC1B,cAAc,EACd,WAAW,EACd,EAAE,6BAA6B;;;EA0F/B"}
|
|
@@ -86,12 +86,5 @@ export function AttributeFilterConfiguration({ filterRef, filterByText, displayV
|
|
|
86
86
|
const handleModeChanged = (value) => {
|
|
87
87
|
onModeUpdate(value);
|
|
88
88
|
};
|
|
89
|
-
return (_jsxs("div", { className: "s-attribute-filter-dropdown-configuration attribute-filter-dropdown-configuration sdk-edit-mode-on", children: [
|
|
90
|
-
_jsx(ConfigurationPanelHeader, {}), _jsx(AttributeTitleRenaming, { categoryTitle: titleText, resetTitleText: resetTitleText, onClick: onTitleReset, onChange: onTitleUpdate, showResetTitle: showResetTitle, attributeTitle: title ?? defaultAttributeFilterTitle }), _jsx(SelectionMode, { selectionTitleText: selectionTitleText, multiSelectionOptionText: multiSelectionOptionText, multiSelectionOptionTooltip: multiSelectionOptionTooltip, singleSelectionOptionText: singleSelectionOptionText, singleSelectionDisabledTooltip: singleSelectionDisabledTooltip, selectionMode: selectionMode, onSelectionModeChange: handleSelectionModeChange, disabled: getIsSelectionDisabled() }), showSelectionTypeSection ? (_jsx(SelectionType, { asLabelText: selectionTypeAsText, listOrTextOptionText: selectionTypeListAndTextText, listOrTextTooltip: selectionTypeListAndTextTooltip, listOptionText: selectionTypeListText, listTooltip: selectionTypeListTooltip, textOptionText: selectionTypeTextText, textTooltip: selectionTypeTextTooltip, selectionType: selectionType, onSelectionTypeChange: onSelectionTypeUpdate, isSingleSelectionMode: selectionMode === "single", singleSelectionDisabledTooltip: selectionTypeSingleDisabledTooltip })) : null, _jsx(LocalizedLimitValuesConfiguration, { attributeTitle: title ?? defaultAttributeFilterTitle, parentFilters: parents, validParentFilters: validNeighbourAttributes, validateElementsBy: limitingItems, onLimitingItemUpdate: onLimitingItemsUpdate, onParentFilterUpdate: onParentSelect, onDependentDateFilterUpdate: onDependentDateFiltersSelect, metricsAndFacts: metricsAndFacts, intl: intl, availableDatasets: availableDatasetForItems, dependentDateFilters: dependentDateFilters, dependentCommonDateFilter: dependentCommonDateFilter }), showDependentFiltersConfiguration && parents.length > 0 ? (_jsxs(_Fragment, { children: [
|
|
91
|
-
_jsx(ConfigurationCategory, { categoryTitle: filterByText }), _jsx(ParentFiltersList, { currentFilterLocalId: dashboardAttributeFilterItemLocalIdentifier(currentFilterItem), parents: parents, setParents: onParentSelect, onConnectingAttributeChanged: onConnectingAttributeChanged, connectingAttributes: connectingAttributes, attributes: attributes, disabled: disableParentFiltersList, disabledTooltip: parentFiltersDisabledTooltip, validParents: validNeighbourAttributes })
|
|
92
|
-
] })) : null, showDisplayFormPicker ? (_jsxs("div", { className: "s-display-form-configuration", children: [
|
|
93
|
-
_jsx(ConfigurationCategory, { categoryTitle: displayValuesAsText }), _jsx("div", { className: "configuration-panel-body", children: _jsx(AttributeDisplayFormsDropdown, { displayForms: filterDisplayForms.availableDisplayForms, selectedDisplayForm: filterDisplayForms.selectedDisplayForm, onChange: onDisplayFormSelect }) })
|
|
94
|
-
] })) : null, showConfigModeSection ? (_jsxs(_Fragment, { children: [
|
|
95
|
-
_jsx(ConfigurationCategory, { categoryTitle: modeCategoryTitleText }), _jsx(ConfigModeSelect, { intl: intl, selectedMode: mode ?? DashboardAttributeFilterConfigModeValues.ACTIVE, onChanged: handleModeChanged })
|
|
96
|
-
] })) : null] }));
|
|
89
|
+
return (_jsxs("div", { className: "s-attribute-filter-dropdown-configuration attribute-filter-dropdown-configuration sdk-edit-mode-on", children: [_jsx(ConfigurationPanelHeader, {}), _jsx(AttributeTitleRenaming, { categoryTitle: titleText, resetTitleText: resetTitleText, onClick: onTitleReset, onChange: onTitleUpdate, showResetTitle: showResetTitle, attributeTitle: title ?? defaultAttributeFilterTitle }), _jsx(SelectionMode, { selectionTitleText: selectionTitleText, multiSelectionOptionText: multiSelectionOptionText, multiSelectionOptionTooltip: multiSelectionOptionTooltip, singleSelectionOptionText: singleSelectionOptionText, singleSelectionDisabledTooltip: singleSelectionDisabledTooltip, selectionMode: selectionMode, onSelectionModeChange: handleSelectionModeChange, disabled: getIsSelectionDisabled() }), showSelectionTypeSection ? (_jsx(SelectionType, { asLabelText: selectionTypeAsText, listOrTextOptionText: selectionTypeListAndTextText, listOrTextTooltip: selectionTypeListAndTextTooltip, listOptionText: selectionTypeListText, listTooltip: selectionTypeListTooltip, textOptionText: selectionTypeTextText, textTooltip: selectionTypeTextTooltip, selectionType: selectionType, onSelectionTypeChange: onSelectionTypeUpdate, isSingleSelectionMode: selectionMode === "single", singleSelectionDisabledTooltip: selectionTypeSingleDisabledTooltip })) : null, _jsx(LocalizedLimitValuesConfiguration, { attributeTitle: title ?? defaultAttributeFilterTitle, parentFilters: parents, validParentFilters: validNeighbourAttributes, validateElementsBy: limitingItems, onLimitingItemUpdate: onLimitingItemsUpdate, onParentFilterUpdate: onParentSelect, onDependentDateFilterUpdate: onDependentDateFiltersSelect, metricsAndFacts: metricsAndFacts, intl: intl, availableDatasets: availableDatasetForItems, dependentDateFilters: dependentDateFilters, dependentCommonDateFilter: dependentCommonDateFilter }), showDependentFiltersConfiguration && parents.length > 0 ? (_jsxs(_Fragment, { children: [_jsx(ConfigurationCategory, { categoryTitle: filterByText }), _jsx(ParentFiltersList, { currentFilterLocalId: dashboardAttributeFilterItemLocalIdentifier(currentFilterItem), parents: parents, setParents: onParentSelect, onConnectingAttributeChanged: onConnectingAttributeChanged, connectingAttributes: connectingAttributes, attributes: attributes, disabled: disableParentFiltersList, disabledTooltip: parentFiltersDisabledTooltip, validParents: validNeighbourAttributes })] })) : null, showDisplayFormPicker ? (_jsxs("div", { className: "s-display-form-configuration", children: [_jsx(ConfigurationCategory, { categoryTitle: displayValuesAsText }), _jsx("div", { className: "configuration-panel-body", children: _jsx(AttributeDisplayFormsDropdown, { displayForms: filterDisplayForms.availableDisplayForms, selectedDisplayForm: filterDisplayForms.selectedDisplayForm, onChange: onDisplayFormSelect }) })] })) : null, showConfigModeSection ? (_jsxs(_Fragment, { children: [_jsx(ConfigurationCategory, { categoryTitle: modeCategoryTitleText }), _jsx(ConfigModeSelect, { intl: intl, selectedMode: mode ?? DashboardAttributeFilterConfigModeValues.ACTIVE, onChanged: handleModeChanged })] })) : null] }));
|
|
97
90
|
}
|
|
@@ -9,7 +9,5 @@ export function ConnectingAttributeItem({ title, icon, selected, onClick }) {
|
|
|
9
9
|
const className = cx("gd-list-item", `s-${simplifyText(title)}`, {
|
|
10
10
|
"is-selected": selected,
|
|
11
11
|
});
|
|
12
|
-
return (_jsxs("div", { className: className, onClick: handleOnClick, children: [
|
|
13
|
-
_jsx("span", { className: cx("gd-list-icon", icon) }), _jsx("span", { children: title })
|
|
14
|
-
] }));
|
|
12
|
+
return (_jsxs("div", { className: className, onClick: handleOnClick, children: [_jsx("span", { className: cx("gd-list-icon", icon) }), _jsx("span", { children: title })] }));
|
|
15
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDependentDateFiltersConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDependentDateFiltersConfiguration.ts"],"names":[],"mappings":"AAQA,OAAO,EACH,KAAK,yBAAyB,EAE9B,KAAK,oBAAoB,EAE5B,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AAOtG,wBAAgB,oCAAoC,CAChD,mBAAmB,EAAE,oBAAoB,EAAE,EAC3C,aAAa,EAAE,yBAAyB,EACxC,gBAAgB,CAAC,EAAE,oBAAoB
|
|
1
|
+
{"version":3,"file":"useDependentDateFiltersConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDependentDateFiltersConfiguration.ts"],"names":[],"mappings":"AAQA,OAAO,EACH,KAAK,yBAAyB,EAE9B,KAAK,oBAAoB,EAE5B,MAAM,qBAAqB,CAAC;AAI7B,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AAOtG,wBAAgB,oCAAoC,CAChD,mBAAmB,EAAE,oBAAoB,EAAE,EAC3C,aAAa,EAAE,yBAAyB,EACxC,gBAAgB,CAAC,EAAE,oBAAoB;;;yCA6B7B,6BAA6B,cACvB,OAAO,gBACL,OAAO;;;;EAsF5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDisplayFormConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDisplayFormConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,MAAM,EAEd,MAAM,qBAAqB,CAAC;AAO7B,wBAAgB,2BAA2B,CACvC,aAAa,EAAE,yBAAyB,EACxC,UAAU,EAAE,wBAAwB,EAAE,EACtC,cAAc,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useDisplayFormConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useDisplayFormConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,MAAM,EAEd,MAAM,qBAAqB,CAAC;AAO7B,wBAAgB,2BAA2B,CACvC,aAAa,EAAE,yBAAyB,EACxC,UAAU,EAAE,wBAAwB,EAAE,EACtC,cAAc,CAAC,EAAE,MAAM;uCAuCL,MAAM;;;;;;;;;EAwB3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLimitingItemsConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useLimitingItemsConfiguration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAOlF,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"useLimitingItemsConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useLimitingItemsConfiguration.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,yBAAyB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAOlF,eAAO,MAAM,6BAA6B,kBAAmB,yBAAyB;;;mCAoBhC,MAAM,EAAE;;;CAqB7D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useModeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useModeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kCAAkC,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAO9G,wBAAgB,oBAAoB,CAChC,aAAa,EAAE,yBAAyB,EACxC,0BAA0B,CAAC,EAAE,kCAAkC
|
|
1
|
+
{"version":3,"file":"useModeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useModeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kCAAkC,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAO9G,wBAAgB,oBAAoB,CAChC,aAAa,EAAE,yBAAyB,EACxC,0BAA0B,CAAC,EAAE,kCAAkC;;;0BAmBtB,kCAAkC;;;EAqB9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useParentsConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,yBAAyB,EAE9B,KAAK,MAAM,EACd,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAIjH,wBAAgB,uBAAuB,CACnC,eAAe,EAAE,4BAA4B,EAAE,EAC/C,aAAa,EAAE,yBAAyB
|
|
1
|
+
{"version":3,"file":"useParentsConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,yBAAyB,EAE9B,KAAK,MAAM,EACd,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AAIjH,wBAAgB,uBAAuB,CACnC,eAAe,EAAE,4BAA4B,EAAE,EAC/C,aAAa,EAAE,yBAAyB;;;sCAkBnB,MAAM,cACX,OAAO,kBACH,MAAM,EAAE,GAAG,SAAS;oDAuBe,MAAM,qBAAqB,MAAM;;;EAkE3F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSelectionModeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionModeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,qCAAqC,EAC1C,KAAK,yBAAyB,EACjC,MAAM,qBAAqB,CAAC;AAQ7B,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"useSelectionModeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionModeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,qCAAqC,EAC1C,KAAK,yBAAyB,EACjC,MAAM,qBAAqB,CAAC;AAQ7B,eAAO,MAAM,6BAA6B,oBAAqB,yBAAyB;;;;mCAkBlC,qCAAqC;;CA+B1F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSelectionTypeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,qCAAqC,EAK7C,MAAM,qBAAqB,CAAC;AAO7B,wBAAgB,6BAA6B,CAAC,UAAU,EAAE,4BAA4B
|
|
1
|
+
{"version":3,"file":"useSelectionTypeConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useSelectionTypeConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,qCAAqC,EAK7C,MAAM,qBAAqB,CAAC;AAO7B,wBAAgB,6BAA6B,CAAC,UAAU,EAAE,4BAA4B;;;mCAyBhC,qCAAqC;;;EAqB1F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTitleConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useTitleConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAMrE,wBAAgB,qBAAqB,CACjC,aAAa,EAAE,yBAAyB,EACxC,2BAA2B,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useTitleConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useTitleConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAMrE,wBAAgB,qBAAqB,CACjC,aAAa,EAAE,yBAAyB,EACxC,2BAA2B,CAAC,EAAE,MAAM;;;;;2BAgBM,MAAM;;;EA+BnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useValidNeighbourAttributes.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useValidNeighbourAttributes.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAWzD,UAAU,kCAAkC;IACxC,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,+BAA+B,EAAE,OAAO,CAAC;IACzC,6BAA6B,EAAE,gBAAgB,GAAG,SAAS,CAAC;CAC/D;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"useValidNeighbourAttributes.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useValidNeighbourAttributes.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAWzD,UAAU,kCAAkC;IACxC,wBAAwB,EAAE,MAAM,EAAE,CAAC;IACnC,+BAA+B,EAAE,OAAO,CAAC;IACzC,6BAA6B,EAAE,gBAAgB,GAAG,SAAS,CAAC;CAC/D;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,+BACR,MAAM,+BACL,MAAM,EAAE,KACtC,kCA0DF,CAAC"}
|
|
@@ -50,10 +50,7 @@ function LimitValuesConfiguration({ attributeTitle, parentFilters, validParentFi
|
|
|
50
50
|
attributeFilterInteraction("attributeFilterLimitRemoveParentFilterClicked");
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
|
-
return (_jsxs("div", { children: [isDropdownOpened ? (_jsx(AddLimitingItemDialog, { attributeTitle: attributeTitle, currentlySelectedItems: validateElementsBy, parentFilters: parentFilters, validParentFilters: validParentFilters, dependentDateFilters: dependentDateFilters, dependentCommonDateFilter: dependentCommonDateFilter, availableDatasets: availableDatasets, commonDateFilterTitle: commonDateFilterTitle, onSelect: onAdd, onClose: () => setIsDropdownOpened(false) })) : null, _jsxs("div", { className: "configuration-category attribute-filter__limit__title", children: [
|
|
54
|
-
_jsx(Typography, { tagName: "h3", children: _jsx(FormattedMessage, { id: "attributesDropdown.valuesLimiting.title" }) }), _jsx(Button, { className: "gd-button-small gd-button-link attribute-filter__limit__add-button", iconLeft: "gd-icon-plus", onClick: onOpenAddDialog, value: intl.formatMessage(messages.filterAddValuesLimit) })
|
|
55
|
-
] }), _jsx("div", { children: itemsWithTitles.length === 0 ? (_jsx(NoData, { className: "attribute-filter__limit__no-data", noDataLabel: intl.formatMessage(messages.filterAddValuesLimitNoData) })) : (_jsx(_Fragment, { children: itemsWithTitles.map(({ title, item }) => (_jsx(LimitingItem, { title: title, item: item, onDelete: () => onDelete(item) }, extractKey(item)))) })) })
|
|
56
|
-
] }));
|
|
53
|
+
return (_jsxs("div", { children: [isDropdownOpened ? (_jsx(AddLimitingItemDialog, { attributeTitle: attributeTitle, currentlySelectedItems: validateElementsBy, parentFilters: parentFilters, validParentFilters: validParentFilters, dependentDateFilters: dependentDateFilters, dependentCommonDateFilter: dependentCommonDateFilter, availableDatasets: availableDatasets, commonDateFilterTitle: commonDateFilterTitle, onSelect: onAdd, onClose: () => setIsDropdownOpened(false) })) : null, _jsxs("div", { className: "configuration-category attribute-filter__limit__title", children: [_jsx(Typography, { tagName: "h3", children: _jsx(FormattedMessage, { id: "attributesDropdown.valuesLimiting.title" }) }), _jsx(Button, { className: "gd-button-small gd-button-link attribute-filter__limit__add-button", iconLeft: "gd-icon-plus", onClick: onOpenAddDialog, value: intl.formatMessage(messages.filterAddValuesLimit) })] }), _jsx("div", { children: itemsWithTitles.length === 0 ? (_jsx(NoData, { className: "attribute-filter__limit__no-data", noDataLabel: intl.formatMessage(messages.filterAddValuesLimitNoData) })) : (_jsx(_Fragment, { children: itemsWithTitles.map(({ title, item }) => (_jsx(LimitingItem, { title: title, item: item, onDelete: () => onDelete(item) }, extractKey(item)))) })) })] }));
|
|
57
54
|
}
|
|
58
55
|
export function LocalizedLimitValuesConfiguration(props) {
|
|
59
56
|
const capabilities = useDashboardSelector(selectBackendCapabilities);
|
|
@@ -10,11 +10,7 @@ import { selectIsWhiteLabeled } from "../../../../../../../model/store/config/co
|
|
|
10
10
|
import { PopupHeader } from "./PopupHeader.js";
|
|
11
11
|
function Action({ title, description, onClick }) {
|
|
12
12
|
const classNames = cx("attribute-filter__limit__popup__action-select__option", `s-add-limit-${simplifyText(title)}`);
|
|
13
|
-
return (_jsxs("div", { className: classNames, onClick: onClick, children: [
|
|
14
|
-
_jsxs("div", { children: [
|
|
15
|
-
_jsx(Typography, { tagName: "h3", className: "attribute-filter__limit__popup__action-select__title", children: title }), _jsx("p", { className: "attribute-filter__limit__popup__action-select__description", children: description })
|
|
16
|
-
] }), _jsx("div", { className: "gd-icon-chevron-right attribute-filter__limit__popup__action-select__icon" })
|
|
17
|
-
] }));
|
|
13
|
+
return (_jsxs("div", { className: classNames, onClick: onClick, children: [_jsxs("div", { children: [_jsx(Typography, { tagName: "h3", className: "attribute-filter__limit__popup__action-select__title", children: title }), _jsx("p", { className: "attribute-filter__limit__popup__action-select__description", children: description })] }), _jsx("div", { className: "gd-icon-chevron-right attribute-filter__limit__popup__action-select__icon" })] }));
|
|
18
14
|
}
|
|
19
15
|
export function ActionSelectionPage({ onAddFilters, onAddLimitingItems, onClose, }) {
|
|
20
16
|
const intl = useIntl();
|
|
@@ -28,14 +24,11 @@ export function ActionSelectionPage({ onAddFilters, onAddLimitingItems, onClose,
|
|
|
28
24
|
onAddLimitingItems();
|
|
29
25
|
attributeFilterInteraction("attributeFilterLimitAddMetricOptionClicked");
|
|
30
26
|
};
|
|
31
|
-
return (_jsxs(_Fragment, { children: [
|
|
32
|
-
_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddItemTitle), onClose: onClose }), _jsxs("div", { className: "attribute-filter__limit__popup__content", children: [
|
|
33
|
-
_jsx(Action, { onClick: onChooseParentFilters, title: intl.formatMessage({ id: "attributesDropdown.valuesLimiting.addFilters.title" }), description: intl.formatMessage({
|
|
27
|
+
return (_jsxs(_Fragment, { children: [_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddItemTitle), onClose: onClose }), _jsxs("div", { className: "attribute-filter__limit__popup__content", children: [_jsx(Action, { onClick: onChooseParentFilters, title: intl.formatMessage({ id: "attributesDropdown.valuesLimiting.addFilters.title" }), description: intl.formatMessage({
|
|
34
28
|
id: "attributesDropdown.valuesLimiting.addFilters.description",
|
|
35
29
|
}) }), _jsx(Separator, {}), _jsx(Action, { onClick: onChooseMetrics, title: intl.formatMessage({
|
|
36
30
|
id: "attributesDropdown.valuesLimiting.addLimitingItem.title",
|
|
37
31
|
}), description: intl.formatMessage({ id: "attributesDropdown.valuesLimiting.addLimitingItem.description" }, {
|
|
38
32
|
a: (chunk) => isWhiteLabeled ? (_jsx("span", {})) : (_jsx("a", { href: "https://www.gooddata.com/docs/cloud/create-dashboards/filters/", rel: "noopener noreferrer", target: "_blank", className: "attribute-filter__limit__popup__action-select__option__link", children: chunk })),
|
|
39
|
-
}) })] })
|
|
40
|
-
] }));
|
|
33
|
+
}) })] })] }));
|
|
41
34
|
}
|
|
@@ -38,7 +38,5 @@ export function DateAttributeListItem({ item: { item, isDisabled, title }, depen
|
|
|
38
38
|
export function DateFiltersPage({ availableDatasets, dependentCommonDateFilter, dependentDateFilters, onSelect, onGoBack, onClose, }) {
|
|
39
39
|
const intl = useIntl();
|
|
40
40
|
const commonDateItems = useCommonDateItems(availableDatasets, dependentCommonDateFilter, dependentDateFilters);
|
|
41
|
-
return (_jsxs(_Fragment, { children: [
|
|
42
|
-
_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddDateTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list--dates", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: false, items: commonDateItems, renderItem: ({ item }) => (_jsx(DateAttributeListItem, { dependentDateFilters: dependentDateFilters, item: item, onSelect: onSelect, onClose: onClose })) }) })
|
|
43
|
-
] }));
|
|
41
|
+
return (_jsxs(_Fragment, { children: [_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddDateTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list--dates", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: false, items: commonDateItems, renderItem: ({ item }) => (_jsx(DateAttributeListItem, { dependentDateFilters: dependentDateFilters, item: item, onSelect: onSelect, onClose: onClose })) }) })] }));
|
|
44
42
|
}
|
|
@@ -34,7 +34,5 @@ export function LimitingItemsPage({ currentlySelectedItems, onSelect, onGoBack,
|
|
|
34
34
|
setMatchingItems(items);
|
|
35
35
|
}, [items]);
|
|
36
36
|
const onItemSearch = (keyword) => setMatchingItems(items.filter(({ title }) => title?.toLowerCase().includes(keyword.toLowerCase())));
|
|
37
|
-
return (_jsxs(_Fragment, { children: [
|
|
38
|
-
_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddMetricTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list--searchable", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: true, onSearch: onItemSearch, searchPlaceholder: intl.formatMessage(messages.filterAddValuesLimitPopupSearchPlaceholder), searchFieldSize: "small", renderNoData: (props) => _jsx(NoLimitingItemsFound, { ...props }), items: matchingItems, renderItem: ({ item }) => (_jsx(LimitingItem, { item: item, onSelect: onSelect, onClose: onClose })) }) })
|
|
39
|
-
] }));
|
|
37
|
+
return (_jsxs(_Fragment, { children: [_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddMetricTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list--searchable", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: true, onSearch: onItemSearch, searchPlaceholder: intl.formatMessage(messages.filterAddValuesLimitPopupSearchPlaceholder), searchFieldSize: "small", renderNoData: (props) => _jsx(NoLimitingItemsFound, { ...props }), items: matchingItems, renderItem: ({ item }) => (_jsx(LimitingItem, { item: item, onSelect: onSelect, onClose: onClose })) }) })] }));
|
|
40
38
|
}
|
|
@@ -57,7 +57,5 @@ function ParentFilter({ item: { title, item, type, isDisabled, isDisabledDateFil
|
|
|
57
57
|
export function ParentFiltersPage({ attributeTitle, parentFilters, validParentFilters, dependentDateFilters, dependentCommonDateFilter, availableDatasets, commonDateFilterTitle, onSelect, onGoBack, onClose, onCommonDateSelect, }) {
|
|
58
58
|
const intl = useIntl();
|
|
59
59
|
const items = useFilterItems(parentFilters, validParentFilters, dependentDateFilters, availableDatasets, dependentCommonDateFilter, true, false, intl);
|
|
60
|
-
return (_jsxs(_Fragment, { children: [
|
|
61
|
-
_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddFilterTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: false, renderNoData: (props) => _jsx(NoParentFilterFound, { ...props }), items: items, renderItem: ({ item }) => (_jsx(ParentFilter, { attributeTitle: attributeTitle, commonDateFilterTitle: commonDateFilterTitle, item: item, onSelect: onSelect, onClose: onClose, onCommonDateSelect: onCommonDateSelect })) }) })
|
|
62
|
-
] }));
|
|
60
|
+
return (_jsxs(_Fragment, { children: [_jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddFilterTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: false, renderNoData: (props) => _jsx(NoParentFilterFound, { ...props }), items: items, renderItem: ({ item }) => (_jsx(ParentFilter, { attributeTitle: attributeTitle, commonDateFilterTitle: commonDateFilterTitle, item: item, onSelect: onSelect, onClose: onClose, onCommonDateSelect: onCommonDateSelect })) }) })] }));
|
|
63
61
|
}
|
|
@@ -6,9 +6,7 @@ export function PopupHeader({ title, onGoBack, onClose }) {
|
|
|
6
6
|
const headerClassNames = cx("configuration-panel-header-title", {
|
|
7
7
|
clickable: !!onGoBack,
|
|
8
8
|
});
|
|
9
|
-
return (_jsxs("div", { className: "configuration-panel-header", children: [
|
|
10
|
-
_jsxs(Typography, { tagName: "h3", className: headerClassNames, onClick: onGoBack || undefined, children: [onGoBack ? _jsx("i", { className: "gd-icon-navigateleft" }) : null, title] }), _jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-cross configuration-panel-header-close-button s-configuration-panel-header-close-button", onClick: onClose,
|
|
9
|
+
return (_jsxs("div", { className: "configuration-panel-header", children: [_jsxs(Typography, { tagName: "h3", className: headerClassNames, onClick: onGoBack || undefined, children: [onGoBack ? _jsx("i", { className: "gd-icon-navigateleft" }) : null, title] }), _jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-cross configuration-panel-header-close-button s-configuration-panel-header-close-button", onClick: onClose,
|
|
11
10
|
// TODO INE remove dataId once selectors in KD are rewritten to use dataTestId
|
|
12
|
-
dataId: "s-configuration-panel-header-close-button", dataTestId: "s-configuration-panel-header-close-button" })
|
|
13
|
-
] }));
|
|
11
|
+
dataId: "s-configuration-panel-header-close-button", dataTestId: "s-configuration-panel-header-close-button" })] }));
|
|
14
12
|
}
|
|
@@ -9,6 +9,5 @@ export function WithDisabledParentFilterTooltip({ children, isDisabled, formatte
|
|
|
9
9
|
if (!isDisabled) {
|
|
10
10
|
return _jsx(_Fragment, { children: children });
|
|
11
11
|
}
|
|
12
|
-
return (_jsxs(BubbleHoverTrigger, { className: "gd-attribute-filter-dropdown-tooltip", tagName: "div", children: [children, _jsx(Bubble, { className: "bubble-primary gd-attribute-filter-dropdown-bubble s-attribute-filter-dropdown-bubble", alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSET, children: formattedMessage })
|
|
13
|
-
] }));
|
|
12
|
+
return (_jsxs(BubbleHoverTrigger, { className: "gd-attribute-filter-dropdown-tooltip", tagName: "div", children: [children, _jsx(Bubble, { className: "bubble-primary gd-attribute-filter-dropdown-bubble s-attribute-filter-dropdown-bubble", alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSET, children: formattedMessage })] }));
|
|
14
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"telemetryUtils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/telemetryUtils.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"telemetryUtils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/telemetryUtils.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,sDAAsD,CAAC;AAC3G,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,eAAO,MAAM,gCAAgC,SACnC,kBAAkB,KACzB,8BAcF,CAAC"}
|
|
@@ -7,8 +7,7 @@ export function UnknownItemTitle() {
|
|
|
7
7
|
return (_jsx("em", { children: _jsx(FormattedMessage, { id: "attributesDropdown.valuesLimiting.unknownItem" }) }));
|
|
8
8
|
}
|
|
9
9
|
function ItemTitleWithIcon({ title, tooltip, IconComponent, iconSize }) {
|
|
10
|
-
return (_jsxs("span", { className: "attribute-filter__limit__item__title", title: tooltip, children: [IconComponent ? (_jsx(IconComponent, { className: "attribute-filter__limit__item__icon", width: iconSize, height: iconSize })) : null, _jsx("span", { className: "attribute-filter__limit__item__name", children: title ?? _jsx(UnknownItemTitle, {}) })
|
|
11
|
-
] }));
|
|
10
|
+
return (_jsxs("span", { className: "attribute-filter__limit__item__title", title: tooltip, children: [IconComponent ? (_jsx(IconComponent, { className: "attribute-filter__limit__item__icon", width: iconSize, height: iconSize })) : null, _jsx("span", { className: "attribute-filter__limit__item__name", children: title ?? _jsx(UnknownItemTitle, {}) })] }));
|
|
12
11
|
}
|
|
13
12
|
function AggregatedItemTitle({ titleNode, tooltip }) {
|
|
14
13
|
return (_jsx("span", { className: "attribute-filter__limit__item__title--aggregated", title: tooltip, children: titleNode }));
|
|
@@ -39,7 +38,5 @@ export function LimitingItemTitle({ item, title }) {
|
|
|
39
38
|
return _jsx(ItemTitleWithIcon, { title: title, tooltip: titleTooltip });
|
|
40
39
|
}
|
|
41
40
|
export function LimitingItem(props) {
|
|
42
|
-
return (_jsxs("div", { className: "attribute-filter__limit__item", children: [
|
|
43
|
-
_jsx(LimitingItemTitle, { ...props }), _jsx("span", { className: "attribute-filter__limit__item__delete gd-icon-trash s-filter-limit-delete", onClick: props.onDelete, "aria-label": "Attribute filter limit delete" })
|
|
44
|
-
] }));
|
|
41
|
+
return (_jsxs("div", { className: "attribute-filter__limit__item", children: [_jsx(LimitingItemTitle, { ...props }), _jsx("span", { className: "attribute-filter__limit__item__delete gd-icon-trash s-filter-limit-delete", onClick: props.onDelete, "aria-label": "Attribute filter limit delete" })] }));
|
|
45
42
|
}
|
|
@@ -15,6 +15,6 @@ export declare const sortByTypeAndTitle: (a: IValuesLimitingItemWithTitle, b: IV
|
|
|
15
15
|
export declare const useLimitingItems: (parentFilters: IDashboardAttributeFilterParentItem[], validParentFilters: ObjRef[], validateElementsBy: ObjRef[], metricsAndFacts: IMetricsAndFacts, dependentDateFilters: IDashboardDependentDateFilter[], availableDatasets: ICatalogDateDataset[], isEnabledKDAttributeFilterDatesValidation: boolean, isSelected: boolean, intl: IntlShape) => IValuesLimitingItemWithTitle[];
|
|
16
16
|
export declare const useSearchableLimitingItems: (currentlySelectedItems: ObjRef[]) => IValuesLimitingItemWithTitle[];
|
|
17
17
|
export declare const useFilterItems: (parentFilters: IDashboardAttributeFilterParentItem[], validParentFilters: ObjRef[], dependentDateFilters: IDashboardDependentDateFilter[], availableDatasets: ICatalogDateDataset[], dependentCommonDateFilter: IDashboardDateFilter, isEnabledKDAttributeFilterDatesValidation: boolean, isSelected: boolean, intl: IntlShape) => IValuesLimitingItemWithTitle[];
|
|
18
|
-
export declare const useCommonDateItems: (availableDatasets: ICatalogDateDataset[], dependentCommonDateFilter: IDashboardDateFilter, dependentDateFilters?: IDashboardDependentDateFilter[]
|
|
18
|
+
export declare const useCommonDateItems: (availableDatasets: ICatalogDateDataset[], dependentCommonDateFilter: IDashboardDateFilter, dependentDateFilters?: IDashboardDependentDateFilter[]) => IValuesLimitingItemWithTitle[];
|
|
19
19
|
export declare const useDependentDateFilterTitle: (dataSet: ObjRef | undefined, dependentDateFilters: IDashboardDependentDateFilter[]) => string;
|
|
20
20
|
//# sourceMappingURL=limitingItemsHook.d.ts.map
|