@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"limitingItemsHook.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/limitingItemsHook.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAGH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAGzB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAW9F,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,MAAM,WAAW,4BAA4B;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,kBAAkB,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACzC;AAkED,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"limitingItemsHook.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/shared/limitingItemsHook.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAG5C,OAAO,EAGH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAGzB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAW9F,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE/D,MAAM,WAAW,4BAA4B;IACzC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,kBAAkB,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACzC;AAkED,eAAO,MAAM,kBAAkB,MACxB,4BAA4B,KAC5B,4BAA4B,KAChC,MAMF,CAAC;AAsBF,eAAO,MAAM,gBAAgB,kBACV,mCAAmC,EAAE,sBAChC,MAAM,EAAE,sBACR,MAAM,EAAE,mBACX,gBAAgB,wBACX,6BAA6B,EAAE,qBAClC,mBAAmB,EAAE,6CACG,OAAO,cACtC,OAAO,QACb,SAAS,KAChB,4BAA4B,EAoD9B,CAAC;AAEF,eAAO,MAAM,0BAA0B,2BACX,MAAM,EAAE,KACjC,4BAA4B,EAsB9B,CAAC;AAEF,eAAO,MAAM,cAAc,kBACR,mCAAmC,EAAE,sBAChC,MAAM,EAAE,wBACN,6BAA6B,EAAE,qBAClC,mBAAmB,EAAE,6BACb,oBAAoB,6CACJ,OAAO,cACtC,OAAO,QACb,SAAS,KAChB,4BAA4B,EAuD9B,CAAC;AAgEF,eAAO,MAAM,kBAAkB,sBACR,mBAAmB,EAAE,6BACb,oBAAoB,yBACxB,6BAA6B,EAAE,KACvD,4BAA4B,EAyB9B,CAAC;AAoBF,eAAO,MAAM,2BAA2B,YAC3B,MAAM,GAAG,SAAS,wBACL,6BAA6B,EAAE,KACtD,MAYF,CAAC"}
|
|
@@ -20,10 +20,7 @@ export function ParentFiltersDisabledItem({ itemLocalId, itemTitle, hasConnectin
|
|
|
20
20
|
const currentFilterTitle = itemAttribute?.attribute.title;
|
|
21
21
|
invariant(itemTitle, "The parent filter title could not be fetched.");
|
|
22
22
|
const itemClasses = cx("gd-list-item attribute-filter-item s-attribute-filter-dropdown-configuration-item", `s-${simplifyText(itemTitle)}`);
|
|
23
|
-
return (_jsxs(BubbleHoverTrigger, { hideDelay: 0, children: [
|
|
24
|
-
_jsx("div", { className: itemClasses, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [
|
|
25
|
-
_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", readOnly: true, disabled: true, checked: false }), _jsx("span", { className: "input-label-text", children: itemTitle })
|
|
26
|
-
] }) }), _jsx(Bubble, { className: "bubble-primary gd-attribute-filter-dropdown-bubble s-attribute-filter-dropdown-bubble", alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSET, children: hasConnectingAttributes ? (_jsx("div", { children: _jsx(FormattedMessage, { id: "attributesDropdown.filterConfiguredMessage", values: {
|
|
23
|
+
return (_jsxs(BubbleHoverTrigger, { hideDelay: 0, children: [_jsx("div", { className: itemClasses, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", readOnly: true, disabled: true, checked: false }), _jsx("span", { className: "input-label-text", children: itemTitle })] }) }), _jsx(Bubble, { className: "bubble-primary gd-attribute-filter-dropdown-bubble s-attribute-filter-dropdown-bubble", alignPoints: ALIGN_POINTS, arrowOffsets: ARROW_OFFSET, children: hasConnectingAttributes ? (_jsx("div", { children: _jsx(FormattedMessage, { id: "attributesDropdown.filterConfiguredMessage", values: {
|
|
27
24
|
childTitle: currentFilterTitle,
|
|
28
25
|
parentTitle: itemTitle,
|
|
29
26
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
@@ -31,6 +28,5 @@ export function ParentFiltersDisabledItem({ itemLocalId, itemTitle, hasConnectin
|
|
|
31
28
|
childTitle: currentFilterTitle,
|
|
32
29
|
parentTitle: itemTitle,
|
|
33
30
|
strong: (chunks) => _jsx("strong", { children: chunks }),
|
|
34
|
-
} }) })) })
|
|
35
|
-
] }));
|
|
31
|
+
} }) })) })] }));
|
|
36
32
|
}
|
|
@@ -13,8 +13,7 @@ export function ParentFiltersList({ parents, currentFilterLocalId, setParents, o
|
|
|
13
13
|
if (parents.length < 1) {
|
|
14
14
|
return null;
|
|
15
15
|
}
|
|
16
|
-
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [
|
|
17
|
-
_jsx("div", { className: "gd-infinite-list", children: parents.map((item, index) => {
|
|
16
|
+
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsx("div", { className: "gd-infinite-list", children: parents.map((item, index) => {
|
|
18
17
|
if (supportsSettingConnectingAttributes) {
|
|
19
18
|
return (_jsx(ParentFiltersListItem, { currentFilterLocalId: currentFilterLocalId, item: item, disabled: disabled, onClick: setParents, onConnectingAttributeSelect: onConnectingAttributeChanged, connectingAttributes: connectingAttributes[index], title: item.title ?? attributes[index].title }, item.localIdentifier));
|
|
20
19
|
}
|
|
@@ -24,9 +24,5 @@ export function ParentFiltersListItem({ item: { isSelected, localIdentifier, sel
|
|
|
24
24
|
if (isDisabled) {
|
|
25
25
|
return (_jsx(ParentFiltersDisabledItem, { hasConnectingAttributes: !!connectingAttributes.length, itemTitle: title, itemLocalId: currentFilterLocalId }));
|
|
26
26
|
}
|
|
27
|
-
return (_jsxs(Fragment, { children: [
|
|
28
|
-
_jsx("div", { className: activeItemClasses, onClick: () => !disabled && onSelect(), title: title, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [
|
|
29
|
-
_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", checked: isSelected, disabled: disabled, readOnly: true }), _jsx("span", { className: "input-label-text", children: title }), showConnectingAttributeSelect ? (_jsxs("span", { className: "addon", children: ["\u00A0",
|
|
30
|
-
_jsx(FormattedMessage, { id: "attributesDropdown.attributeNameWithData" })
|
|
31
|
-
] })) : null] }) }), showConnectingAttributeSelect ? (_jsx(ConnectingAttributeDropdown, { itemLocalId: localIdentifier, connectingAttributes: connectingAttributes, selectedConnectingAttributeRef: selectedConnectingAttribute || connectingAttributes[0].ref, onSelect: onConnectingAttributeSelect })) : null] }));
|
|
27
|
+
return (_jsxs(Fragment, { children: [_jsx("div", { className: activeItemClasses, onClick: () => !disabled && onSelect(), title: title, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", checked: isSelected, disabled: disabled, readOnly: true }), _jsx("span", { className: "input-label-text", children: title }), showConnectingAttributeSelect ? (_jsxs("span", { className: "addon", children: ["\u00A0", _jsx(FormattedMessage, { id: "attributesDropdown.attributeNameWithData" })] })) : null] }) }), showConnectingAttributeSelect ? (_jsx(ConnectingAttributeDropdown, { itemLocalId: localIdentifier, connectingAttributes: connectingAttributes, selectedConnectingAttributeRef: selectedConnectingAttribute || connectingAttributes[0].ref, onSelect: onConnectingAttributeSelect })) : null] }));
|
|
32
28
|
}
|
|
@@ -16,7 +16,5 @@ export function ParentFiltersListItemWithoutConnectingAttributes({ item: { isSel
|
|
|
16
16
|
if (!isValid) {
|
|
17
17
|
return (_jsx(ParentFiltersDisabledItem, { hasConnectingAttributes: false, itemTitle: title, itemLocalId: currentFilterLocalId }));
|
|
18
18
|
}
|
|
19
|
-
return (_jsx("div", { className: activeItemClasses, onClick: () => !disabled && onSelect(), title: title, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [
|
|
20
|
-
_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", checked: isSelected, disabled: disabled, readOnly: true }), _jsx("span", { className: "input-label-text", children: title })
|
|
21
|
-
] }) }));
|
|
19
|
+
return (_jsx("div", { className: activeItemClasses, onClick: () => !disabled && onSelect(), title: title, children: _jsxs("label", { className: "input-checkbox-label configuration-item-title", children: [_jsx("input", { type: "checkbox", className: "input-checkbox s-checkbox", checked: isSelected, disabled: disabled, readOnly: true }), _jsx("span", { className: "input-label-text", children: title })] }) }));
|
|
22
20
|
}
|
|
@@ -21,10 +21,8 @@ export function SelectionMode({ selectionTitleText, multiSelectionOptionText, mu
|
|
|
21
21
|
single: singleSelectionOptionText,
|
|
22
22
|
};
|
|
23
23
|
const items = ["multi", "single"];
|
|
24
|
-
return (_jsxs(_Fragment, { children: [
|
|
25
|
-
_jsx(ConfigurationCategory, { categoryTitle: selectionTitleText }), _jsx("div", { className: "configuration-selection-mode", children: _jsx(Dropdown, { alignPoints: ALIGN_POINTS, renderButton: ({ isOpen, toggleDropdown }) => (_jsx(SelectionModeButton, { isOpen: isOpen, title: selectionOptionTitleMap[selectionMode], toggleDropdown: toggleDropdown })), renderBody: ({ closeDropdown }) => (_jsx(DropdownList, { className: "attribute-display-form-dropdown-body s-selection-mode-dropdown-body", items: items, itemHeight: ITEM_HEIGHT, width: DROPDOWN_WIDTH, renderItem: ({ item }) => (_jsx(SelectionModeItem, { item: item, itemTitle: selectionOptionTitleMap[item], tooltip: item === "multi" ? multiSelectionOptionTooltip : undefined, selected: item === selectionMode, disabled: item === "single" && disabled, disabledTooltip: singleSelectionDisabledTooltip, onClick: () => {
|
|
24
|
+
return (_jsxs(_Fragment, { children: [_jsx(ConfigurationCategory, { categoryTitle: selectionTitleText }), _jsx("div", { className: "configuration-selection-mode", children: _jsx(Dropdown, { alignPoints: ALIGN_POINTS, renderButton: ({ isOpen, toggleDropdown }) => (_jsx(SelectionModeButton, { isOpen: isOpen, title: selectionOptionTitleMap[selectionMode], toggleDropdown: toggleDropdown })), renderBody: ({ closeDropdown }) => (_jsx(DropdownList, { className: "attribute-display-form-dropdown-body s-selection-mode-dropdown-body", items: items, itemHeight: ITEM_HEIGHT, width: DROPDOWN_WIDTH, renderItem: ({ item }) => (_jsx(SelectionModeItem, { item: item, itemTitle: selectionOptionTitleMap[item], tooltip: item === "multi" ? multiSelectionOptionTooltip : undefined, selected: item === selectionMode, disabled: item === "single" && disabled, disabledTooltip: singleSelectionDisabledTooltip, onClick: () => {
|
|
26
25
|
closeDropdown();
|
|
27
26
|
onSelectionModeChange(item);
|
|
28
|
-
} })) })) }) })
|
|
29
|
-
] }));
|
|
27
|
+
} })) })) }) })] }));
|
|
30
28
|
}
|
|
@@ -8,6 +8,5 @@ export function SelectionModeItem({ item, itemTitle, tooltip, selected, disabled
|
|
|
8
8
|
"is-disabled": disabled,
|
|
9
9
|
}, "s-selection-mode-dropdown-item", `s-selection-mode-dropdown-item-${item}`);
|
|
10
10
|
const tooltipText = disabled ? disabledTooltip : tooltip;
|
|
11
|
-
return (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [
|
|
12
|
-
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), tooltipText ? (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: tooltipText, arrowPlacement: "left", triggerBy: ["hover"], width: TOOLTIP_WIDTH_MEDIUM, inlineAnchor: true })) : null] }));
|
|
11
|
+
return (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), tooltipText ? (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: tooltipText, arrowPlacement: "left", triggerBy: ["hover"], width: TOOLTIP_WIDTH_MEDIUM, inlineAnchor: true })) : null] }));
|
|
13
12
|
}
|
|
@@ -31,8 +31,7 @@ export function SelectionType({ asLabelText, listOrTextOptionText, listOrTextToo
|
|
|
31
31
|
const getDropdownWidth = () => {
|
|
32
32
|
return buttonRef.current?.offsetWidth;
|
|
33
33
|
};
|
|
34
|
-
return (_jsxs("div", { className: "configuration-selection-kind", children: [
|
|
35
|
-
_jsx("span", { className: "configuration-selection-kind-label", children: asLabelText }), _jsx(Dropdown, { className: "selection-kind-dropdown", alignPoints: ALIGN_POINTS, renderButton: ({ isOpen, toggleDropdown }) => (_jsx(SelectionTypeButton, { ref: buttonRef, isOpen: isOpen, title: optionTitleMap[selectionType], toggleDropdown: toggleDropdown })), renderBody: ({ closeDropdown }) => (_jsx(DropdownList, { className: "attribute-display-form-dropdown-body s-selection-kind-dropdown-body", items: items, itemHeight: ITEM_HEIGHT, width: getDropdownWidth(), renderItem: ({ item }) => (_jsx(SelectionTypeItem, { item: item, itemTitle: optionTitleMap[item], tooltip: optionTooltipMap[item], selected: item === selectionType, disabled: isSingleSelectionMode ? item !== "list" : undefined, disabledTooltip: singleSelectionDisabledTooltip, onClick: () => {
|
|
34
|
+
return (_jsxs("div", { className: "configuration-selection-kind", children: [_jsx("span", { className: "configuration-selection-kind-label", children: asLabelText }), _jsx(Dropdown, { className: "selection-kind-dropdown", alignPoints: ALIGN_POINTS, renderButton: ({ isOpen, toggleDropdown }) => (_jsx(SelectionTypeButton, { ref: buttonRef, isOpen: isOpen, title: optionTitleMap[selectionType], toggleDropdown: toggleDropdown })), renderBody: ({ closeDropdown }) => (_jsx(DropdownList, { className: "attribute-display-form-dropdown-body s-selection-kind-dropdown-body", items: items, itemHeight: ITEM_HEIGHT, width: getDropdownWidth(), renderItem: ({ item }) => (_jsx(SelectionTypeItem, { item: item, itemTitle: optionTitleMap[item], tooltip: optionTooltipMap[item], selected: item === selectionType, disabled: isSingleSelectionMode ? item !== "list" : undefined, disabledTooltip: singleSelectionDisabledTooltip, onClick: () => {
|
|
36
35
|
closeDropdown();
|
|
37
36
|
onSelectionTypeChange(item);
|
|
38
37
|
} })) })) })] }));
|
|
@@ -7,8 +7,7 @@ export function SelectionTypeItem({ item, itemTitle, tooltip, selected, disabled
|
|
|
7
7
|
"is-selected": selected,
|
|
8
8
|
"is-disabled": disabled,
|
|
9
9
|
}, "s-selection-kind-dropdown-item", `s-selection-kind-dropdown-item-${item}`);
|
|
10
|
-
const itemContent = (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [
|
|
11
|
-
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), disabled ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: _jsx("span", { style: { whiteSpace: "pre-line", maxWidth: 240 }, children: tooltip }), arrowPlacement: "left", triggerBy: ["hover"], inlineAnchor: true }))] }));
|
|
10
|
+
const itemContent = (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), disabled ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: _jsx("span", { style: { whiteSpace: "pre-line", maxWidth: 240 }, children: tooltip }), arrowPlacement: "left", triggerBy: ["hover"], inlineAnchor: true }))] }));
|
|
12
11
|
if (disabled && disabledTooltip) {
|
|
13
12
|
return (_jsx(UiTooltip, { anchor: itemContent, content: _jsx("span", { style: { maxWidth: 240 }, children: disabledTooltip }), arrowPlacement: "left", triggerBy: ["hover"], anchorWrapperStyles: { width: "100%", height: "100%" } }));
|
|
14
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterConfigTexts.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.ts"],"names":[],"mappings":"AAIA,wBAAgB,6BAA6B
|
|
1
|
+
{"version":3,"file":"useAttributeFilterConfigTexts.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useAttributeFilterConfigTexts.ts"],"names":[],"mappings":"AAIA,wBAAgB,6BAA6B;IAIrC,UAAU;IACV,SAAS;IACT,QAAQ;IACR,SAAS;IACT,mBAAmB;IAGnB,YAAY;IAGZ,SAAS;IACT,cAAc;IAGd,kBAAkB;IAGlB,wBAAwB;IAGxB,2BAA2B;IAG3B,yBAAyB;IAGzB,8BAA8B;IAG9B,4BAA4B;IAG5B,qBAAqB;IAGrB,mBAAmB;IAGnB,4BAA4B;IAG5B,qBAAqB;IAGrB,qBAAqB;IAGrB,+BAA+B;IAG/B,wBAAwB;IAGxB,wBAAwB;IAGxB,kCAAkC;EAIzC"}
|
|
@@ -14,5 +14,5 @@ export type UseParentFiltersResult = Pick<IAttributeFilterBaseProps, "dependentD
|
|
|
14
14
|
*
|
|
15
15
|
* @beta
|
|
16
16
|
*/
|
|
17
|
-
export declare const useDependentDateFilters: (filter: DashboardAttributeFilterItem, tabId?: string
|
|
17
|
+
export declare const useDependentDateFilters: (filter: DashboardAttributeFilterItem, tabId?: string) => UseParentFiltersResult;
|
|
18
18
|
//# sourceMappingURL=useDependentDateFilters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDependentDateFilters.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useDependentDateFilters.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,4BAA4B,EAMpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAe1E;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,yBAAyB,EAAE,sBAAsB,CAAC,CAAC;AAE7F;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"useDependentDateFilters.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useDependentDateFilters.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,4BAA4B,EAMpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAe1E;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,yBAAyB,EAAE,sBAAsB,CAAC,CAAC;AAE7F;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,WACxB,4BAA4B,UAC5B,MAAM,KACf,sBA8EF,CAAC"}
|
|
@@ -14,5 +14,5 @@ export type UseParentFiltersResult = Pick<IAttributeFilterBaseProps, "parentFilt
|
|
|
14
14
|
*
|
|
15
15
|
* @public
|
|
16
16
|
*/
|
|
17
|
-
export declare const useParentFilters: (filter: DashboardAttributeFilterItem, tabId?: string
|
|
17
|
+
export declare const useParentFilters: (filter: DashboardAttributeFilterItem, tabId?: string) => UseParentFiltersResult;
|
|
18
18
|
//# sourceMappingURL=useParentFilters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useParentFilters.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useParentFilters.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,4BAA4B,EAMpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAY1E;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACrC,yBAAyB,EACzB,eAAe,GAAG,2BAA2B,CAChD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"useParentFilters.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/attributeFilter/useParentFilters.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,4BAA4B,EAMpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAY1E;;;;GAIG;AACH,MAAM,MAAM,sBAAsB,GAAG,IAAI,CACrC,yBAAyB,EACzB,eAAe,GAAG,2BAA2B,CAChD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,WACjB,4BAA4B,UAC5B,MAAM,KACf,sBA2DF,CAAC"}
|
|
@@ -17,7 +17,5 @@ export function ConfigModeSelect({ selectedMode, onChanged, intl }) {
|
|
|
17
17
|
const activeTooltip = intl.formatMessage(messages.filterConfigurationModeActiveTooltip);
|
|
18
18
|
const readOnlyTooltip = intl.formatMessage(messages.filterConfigurationModeReadOnlyTooltip);
|
|
19
19
|
const hiddenTooltip = intl.formatMessage(messages.filterConfigurationModeHiddenTooltip);
|
|
20
|
-
return (_jsxs("div", { className: "configuration-item-mode s-configuration-item-mode", children: [
|
|
21
|
-
_jsx(ModeSelectItem, { className: "config-state-active s-config-state-active", itemText: activeTitle, itemValue: ACTIVE_MODE, onChange: onCheck, checked: selectedMode === ACTIVE_MODE, itemTooltip: activeTooltip }), _jsx(ModeSelectItem, { className: "config-state-readonly s-config-state-readonly", itemText: readOnlyTitle, itemValue: READONLY_MODE, onChange: onCheck, checked: selectedMode === READONLY_MODE, itemTooltip: readOnlyTooltip }), _jsx(ModeSelectItem, { className: "config-state-hidden s-config-state-hidden", itemText: hiddenTitle, itemValue: HIDDEN_MODE, onChange: onCheck, checked: selectedMode === HIDDEN_MODE, itemTooltip: hiddenTooltip })
|
|
22
|
-
] }));
|
|
20
|
+
return (_jsxs("div", { className: "configuration-item-mode s-configuration-item-mode", children: [_jsx(ModeSelectItem, { className: "config-state-active s-config-state-active", itemText: activeTitle, itemValue: ACTIVE_MODE, onChange: onCheck, checked: selectedMode === ACTIVE_MODE, itemTooltip: activeTooltip }), _jsx(ModeSelectItem, { className: "config-state-readonly s-config-state-readonly", itemText: readOnlyTitle, itemValue: READONLY_MODE, onChange: onCheck, checked: selectedMode === READONLY_MODE, itemTooltip: readOnlyTooltip }), _jsx(ModeSelectItem, { className: "config-state-hidden s-config-state-hidden", itemText: hiddenTitle, itemValue: HIDDEN_MODE, onChange: onCheck, checked: selectedMode === HIDDEN_MODE, itemTooltip: hiddenTooltip })] }));
|
|
23
21
|
}
|
|
@@ -6,9 +6,5 @@ const TOOLTIP_ALIGN_POINTS = [{ align: "tc bl", offset: { x: 0, y: -2 } }];
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export function ModeSelectItem({ checked, onChange, itemValue, itemText, itemTooltip, className, }) {
|
|
9
|
-
return (_jsxs(BubbleHoverTrigger, { children: [
|
|
10
|
-
_jsxs("label", { className: "input-radio-label bottom-space", children: [
|
|
11
|
-
_jsx("input", { type: "radio", className: cx("input-radio", className), value: itemValue, checked: checked, onChange: onChange }), _jsx("span", { className: "input-label-text", children: itemText })
|
|
12
|
-
] }), _jsx(Bubble, { className: "bubble-primary gd-filter-configuration-mode-item-bubble", alignPoints: TOOLTIP_ALIGN_POINTS, children: itemTooltip })
|
|
13
|
-
] }));
|
|
9
|
+
return (_jsxs(BubbleHoverTrigger, { children: [_jsxs("label", { className: "input-radio-label bottom-space", children: [_jsx("input", { type: "radio", className: cx("input-radio", className), value: itemValue, checked: checked, onChange: onChange }), _jsx("span", { className: "input-label-text", children: itemText })] }), _jsx(Bubble, { className: "bubble-primary gd-filter-configuration-mode-item-bubble", alignPoints: TOOLTIP_ALIGN_POINTS, children: itemTooltip })] }));
|
|
14
10
|
}
|
|
@@ -4,8 +4,5 @@ import { Input } from "@gooddata/sdk-ui-kit";
|
|
|
4
4
|
import { ConfigurationCategory } from "../../attributeFilter/dashboardDropdownBody/configuration/ConfigurationCategory.js";
|
|
5
5
|
export function AttributeTitleRenaming({ categoryTitle, resetTitleText, showResetTitle, attributeTitle, onClick, onChange, }) {
|
|
6
6
|
const buttonClassNames = "gd-button gd-button-link attribute-filter-renaming-title-reset s-attribute-filter-renaming-title-reset";
|
|
7
|
-
return (_jsxs("div", { children: [
|
|
8
|
-
_jsxs("div", { className: "configuration-category-title", children: [
|
|
9
|
-
_jsx(ConfigurationCategory, { categoryTitle: categoryTitle }), showResetTitle ? (_jsx("a", { className: buttonClassNames, target: "_blank", rel: "noopener noreferrer", onClick: onClick, children: resetTitleText })) : null] }), _jsx(Input, { className: "configuration-attribute-filter-title s-configuration-attribute-filter-title", value: attributeTitle, onChange: onChange, isSmall: true })
|
|
10
|
-
] }));
|
|
7
|
+
return (_jsxs("div", { children: [_jsxs("div", { className: "configuration-category-title", children: [_jsx(ConfigurationCategory, { categoryTitle: categoryTitle }), showResetTitle ? (_jsx("a", { className: buttonClassNames, target: "_blank", rel: "noopener noreferrer", onClick: onClick, children: resetTitleText })) : null] }), _jsx(Input, { className: "configuration-attribute-filter-title s-configuration-attribute-filter-title", value: attributeTitle, onChange: onChange, isSmall: true })] }));
|
|
11
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultDashboardDateFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkC,MAAM,OAAO,CAAC;AAmC1E,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAmB5D;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,EACvC,MAAM,EACN,aAAa,EACb,eAAe,EACf,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,mBAAmB,EACnB,KAAK,EACL,eAAe,EAClB,EAAE,yBAAyB,GAAG,YAAY,
|
|
1
|
+
{"version":3,"file":"DefaultDashboardDateFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkC,MAAM,OAAO,CAAC;AAmC1E,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAmB5D;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,EACvC,MAAM,EACN,aAAa,EACb,eAAe,EACf,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,eAAe,EACf,mBAAmB,EACnB,KAAK,EACL,eAAe,EAClB,EAAE,yBAAyB,GAAG,YAAY,CA6L1C"}
|
|
@@ -45,6 +45,7 @@ export function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChan
|
|
|
45
45
|
// the date filter config marks the option as visible. Hiding it via the config does not strip an
|
|
46
46
|
// already-set emptyValueHandling - that value is still applied to executions.
|
|
47
47
|
const enableEmptyDateValues = config.dateFilterOptions.emptyValues?.visible ?? true;
|
|
48
|
+
const isAbsoluteDateFilterGranularityEnabled = !!settings.enableAbsoluteDateFilterGranularity;
|
|
48
49
|
const allDateDatasets = useDashboardSelector(selectCatalogDateDatasets);
|
|
49
50
|
let defaultDateFilterName;
|
|
50
51
|
if (filter?.dateFilter.dataSet) {
|
|
@@ -109,5 +110,5 @@ export function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChan
|
|
|
109
110
|
}, [intl, filter?.dateFilter.dataSet, defaultDateFilterName]);
|
|
110
111
|
return (_jsx(DateFilter, { excludeCurrentPeriod: excludeCurrentPeriod, selectedFilterOption: dateFilterOption, workingExcludeCurrentPeriod: isApplyAllAtOnceEnabledAndSet ? workingExcludeCurrentPeriod : undefined, workingSelectedFilterOption: isApplyAllAtOnceEnabledAndSet ? workingFilterOption : undefined, dateFilterMode: readonly
|
|
111
112
|
? DashboardDateFilterConfigModeValues.READONLY
|
|
112
|
-
: DashboardDateFilterConfigModeValues.ACTIVE, filterOptions: dateFilterOptions, availableGranularities: availableGranularities, customFilterName: title, onApply: onApply, onSelect: isApplyAllAtOnceEnabledAndSet ? onSelect : undefined, dateFormat: dateFormat, locale: locale, isTimeForAbsoluteRangeEnabled: isTimeForAbsoluteRangeEnabled, isSecondsForAbsoluteRangeEnabled: isSecondsForAbsoluteRangeEnabled, isEditMode: isInEditMode, openOnInit: autoOpen, weekStart: weekStart, customIcon: visibilityIcon, showDropDownHeaderMessage: !filter?.dateFilter.dataSet, FilterConfigurationComponent: isConfigurationEnabled ? FilterConfigurationComponent : undefined, withoutApply: isApplyAllAtOnceEnabledAndSet, ButtonComponent: ButtonComponent, overlayPositionType: overlayPositionType, activeCalendars: activeCalendars, enableEmptyDateValues: enableEmptyDateValues, hideDisabledExclude: true, customRangeHint: customRangeHint }));
|
|
113
|
+
: DashboardDateFilterConfigModeValues.ACTIVE, filterOptions: dateFilterOptions, availableGranularities: availableGranularities, customFilterName: title, onApply: onApply, onSelect: isApplyAllAtOnceEnabledAndSet ? onSelect : undefined, dateFormat: dateFormat, locale: locale, isTimeForAbsoluteRangeEnabled: isTimeForAbsoluteRangeEnabled, isSecondsForAbsoluteRangeEnabled: isSecondsForAbsoluteRangeEnabled, isAbsoluteDateFilterGranularityEnabled: isAbsoluteDateFilterGranularityEnabled, isEditMode: isInEditMode, openOnInit: autoOpen, weekStart: weekStart, customIcon: visibilityIcon, showDropDownHeaderMessage: !filter?.dateFilter.dataSet, FilterConfigurationComponent: isConfigurationEnabled ? FilterConfigurationComponent : undefined, withoutApply: isApplyAllAtOnceEnabledAndSet, ButtonComponent: ButtonComponent, overlayPositionType: overlayPositionType, activeCalendars: activeCalendars, enableEmptyDateValues: enableEmptyDateValues, hideDisabledExclude: true, customRangeHint: customRangeHint }));
|
|
113
114
|
}
|
package/esm/presentation/filterBar/dateFilter/configuration/DateFilterConfigurationActions.js
CHANGED
|
@@ -2,9 +2,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2023-2025 GoodData Corporation
|
|
3
3
|
import { Button } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
export function DateFilterConfigurationActions({ isSaveDisabled, onSaveButtonClick, onCancelButtonClick, cancelText, saveText, }) {
|
|
5
|
-
return (_jsxs("div", { className: "gd-extended-date-filter-actions", children: [
|
|
6
|
-
_jsx("div", { className: "gd-extended-date-filter-actions-left-content" }), _jsxs("div", { className: "gd-extended-date-filter-actions-right-content s-gd-extended-date-filter-actions-right-content", children: [
|
|
7
|
-
_jsx(Button, { className: "gd-button-secondary gd-button-small s-date-filter-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { disabled: isSaveDisabled, className: "gd-button-action gd-button-small s-date-filter-apply", onClick: onSaveButtonClick, value: saveText, title: saveText })
|
|
8
|
-
] })
|
|
9
|
-
] }));
|
|
5
|
+
return (_jsxs("div", { className: "gd-extended-date-filter-actions", children: [_jsx("div", { className: "gd-extended-date-filter-actions-left-content" }), _jsxs("div", { className: "gd-extended-date-filter-actions-right-content s-gd-extended-date-filter-actions-right-content", children: [_jsx(Button, { className: "gd-button-secondary gd-button-small s-date-filter-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { disabled: isSaveDisabled, className: "gd-button-action gd-button-small s-date-filter-apply", onClick: onSaveButtonClick, value: saveText, title: saveText })] })] }));
|
|
10
6
|
}
|
|
@@ -48,11 +48,6 @@ export function DateFilterConfigurationBody({ onCancelButtonClick, onSaveButtonC
|
|
|
48
48
|
const isTitleDefined = !!title && title.trim().length > 0;
|
|
49
49
|
const isSaveDisabled = isTitleDefined ? selectedMode === originConfigMode && !titleChanged : true;
|
|
50
50
|
const titleConfig = capabilities.supportsMultipleDateFilters ? (_jsx(AttributeTitleRenaming, { categoryTitle: titleText, resetTitleText: resetTitleText, onClick: onTitleReset, onChange: onTitleUpdate, showResetTitle: showResetTitle, attributeTitle: title ?? defaultDateFilterName })) : null;
|
|
51
|
-
const modeConfig = capabilities.supportsHiddenAndLockedFiltersOnUI ? (_jsxs("div", { children: [
|
|
52
|
-
|
|
53
|
-
] })) : null;
|
|
54
|
-
return (_jsx("div", { className: "gd-extended-date-filter-container", children: _jsxs("div", { className: "gd-extended-date-filter-body s-extended-date-filters-body", children: [
|
|
55
|
-
_jsxs("div", { className: "s-date-filter-dropdown-configuration date-filter-dropdown-configuration sdk-edit-mode-on", children: [
|
|
56
|
-
_jsx(ConfigurationPanelHeader, { headerText: headerText }), titleConfig, modeConfig] }), _jsx(DateFilterConfigurationActions, { cancelText: cancelText, saveText: saveText, onCancelButtonClick: onCancel, onSaveButtonClick: onConfigurationSave, isSaveDisabled: isSaveDisabled })
|
|
57
|
-
] }) }));
|
|
51
|
+
const modeConfig = capabilities.supportsHiddenAndLockedFiltersOnUI ? (_jsxs("div", { children: [_jsx("div", { className: "configuration-category-title", children: _jsx(ConfigurationCategory, { categoryTitle: modeCategoryTitle }) }), _jsx(ConfigModeSelect, { intl: intl, selectedMode: selectedMode, onChanged: onStateChange })] })) : null;
|
|
52
|
+
return (_jsx("div", { className: "gd-extended-date-filter-container", children: _jsxs("div", { className: "gd-extended-date-filter-body s-extended-date-filters-body", children: [_jsxs("div", { className: "s-date-filter-dropdown-configuration date-filter-dropdown-configuration sdk-edit-mode-on", children: [_jsx(ConfigurationPanelHeader, { headerText: headerText }), titleConfig, modeConfig] }), _jsx(DateFilterConfigurationActions, { cancelText: cancelText, saveText: saveText, onCancelButtonClick: onCancel, onSaveButtonClick: onConfigurationSave, isSaveDisabled: isSaveDisabled })] }) }));
|
|
58
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDateFilterTitleConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/filterBar/dateFilter/configuration/hooks/useDateFilterTitleConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAOlD,wBAAgB,+BAA+B,CAC3C,WAAW,EAAE,MAAM,GAAG,SAAS,EAC/B,sBAAsB,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useDateFilterTitleConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/filterBar/dateFilter/configuration/hooks/useDateFilterTitleConfiguration.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAOlD,wBAAgB,+BAA+B,CAC3C,WAAW,EAAE,MAAM,GAAG,SAAS,EAC/B,sBAAsB,EAAE,MAAM;;;;;2BAgBY,MAAM;;;EA6BnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDateFilterConfig.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/dateFilter/useDateFilterConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,6BAA6B,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAavG,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"useDateFilterConfig.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/dateFilter/useDateFilterConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,6BAA6B,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAavG,eAAO,MAAM,mBAAmB,gBAAiB,MAAM,GAAG,SAAS,0BAA0B,MAAM;;6BAmBlE,6BAA6B;;;;;;;CAc7D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultFilterBar.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/DefaultFilterBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;AA+EvD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlD;;GAEG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"DefaultFilterBar.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/filterBar/DefaultFilterBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;AA+EvD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAGlD;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAO,eA4OpC,CAAC;AAEF;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,eAAe,GAAG,YAAY,CAgIrE"}
|
|
@@ -176,13 +176,9 @@ export function DefaultFilterBar(props) {
|
|
|
176
176
|
dateFilterOptions,
|
|
177
177
|
};
|
|
178
178
|
const CustomCommonDateFilterComponent = DashboardDateFilterComponentProvider(commonDateFilter);
|
|
179
|
-
return (_jsxs(DefaultFilterBarContainer, { children: [
|
|
180
|
-
_jsx("div", { className: classNames("dash-filters-date", {
|
|
179
|
+
return (_jsxs(DefaultFilterBarContainer, { children: [_jsx("div", { className: classNames("dash-filters-date", {
|
|
181
180
|
"dash-filter-is-edit-mode": isInEditMode,
|
|
182
|
-
}), children: commonDateFilterMode === DashboardDateFilterConfigModeValues.HIDDEN ? (_jsx(HiddenDashboardDateFilter, {})) : (_jsxs(_Fragment, { children: [
|
|
183
|
-
_jsx(CustomCommonDateFilterComponent, { filter: commonDateFilter, workingFilter: isApplyAllAtOnceEnabledAndSet ? commonWorkingDateFilter : undefined, onFilterChanged: onDateFilterChanged, config: commonDateFilterComponentConfig, readonly: commonDateFilterMode === DashboardDateFilterConfigModeValues.READONLY }), _jsx(DraggableFilterDropZoneHint, { placement: "outside", hintPosition: "next", targetIndex: 0, onAddAttributePlaceholder: addDraggableFilterPlaceholder, acceptPlaceholder: canAddMoreFilters })
|
|
184
|
-
] })) }), groupedFilterItems.map((filterItem) => (_jsx(DefaultFilterBarItem, { ...props, item: filterItem, autoOpenFilter: autoOpenFilter, addDraggableFilterPlaceholder: addDraggableFilterPlaceholder, closeAttributeSelection: closeAttributeSelection, selectDraggableFilter: selectDraggableFilter, onCloseAttributeFilter: onCloseAttributeFilter }, filterItem.filterIndex))), enableParameters
|
|
181
|
+
}), children: commonDateFilterMode === DashboardDateFilterConfigModeValues.HIDDEN ? (_jsx(HiddenDashboardDateFilter, {})) : (_jsxs(_Fragment, { children: [_jsx(CustomCommonDateFilterComponent, { filter: commonDateFilter, workingFilter: isApplyAllAtOnceEnabledAndSet ? commonWorkingDateFilter : undefined, onFilterChanged: onDateFilterChanged, config: commonDateFilterComponentConfig, readonly: commonDateFilterMode === DashboardDateFilterConfigModeValues.READONLY }), _jsx(DraggableFilterDropZoneHint, { placement: "outside", hintPosition: "next", targetIndex: 0, onAddAttributePlaceholder: addDraggableFilterPlaceholder, acceptPlaceholder: canAddMoreFilters })] })) }), groupedFilterItems.map((filterItem) => (_jsx(DefaultFilterBarItem, { ...props, item: filterItem, autoOpenFilter: autoOpenFilter, addDraggableFilterPlaceholder: addDraggableFilterPlaceholder, closeAttributeSelection: closeAttributeSelection, selectDraggableFilter: selectDraggableFilter, onCloseAttributeFilter: onCloseAttributeFilter }, filterItem.filterIndex))), enableParameters
|
|
185
182
|
? dashboardParameters.map((parameter) => (_jsx(DashboardParameterFilter, { parameter: parameter }, objRefToString(parameter.ref))))
|
|
186
|
-
: null, canAddMoreFilters ? (_jsx(DraggableFilterDropZone, { targetIndex: draggableFiltersCount, onDrop: addDraggableFilterPlaceholder })) : null, enableParameters && isInEditMode ? _jsx(AddFilterMenu, {}) : null, _jsx(ResetFiltersButton, {}), _jsx("div", { className: "filter-bar-dropzone-container", children: _jsx(DraggableFilterDropZoneHint, { placement: "outside", hintPosition: "prev", acceptPlaceholder: false, targetIndex: draggableFiltersCount }) })
|
|
187
|
-
] }));
|
|
183
|
+
: null, canAddMoreFilters ? (_jsx(DraggableFilterDropZone, { targetIndex: draggableFiltersCount, onDrop: addDraggableFilterPlaceholder })) : null, enableParameters && isInEditMode ? _jsx(AddFilterMenu, {}) : null, _jsx(ResetFiltersButton, {}), _jsx("div", { className: "filter-bar-dropzone-container", children: _jsx(DraggableFilterDropZoneHint, { placement: "outside", hintPosition: "prev", acceptPlaceholder: false, targetIndex: draggableFiltersCount }) })] }));
|
|
188
184
|
}
|
|
@@ -87,24 +87,18 @@ function DefaultFilterBarContainerCore({ children }) {
|
|
|
87
87
|
const bubbleText = hasInvalidFilterSelections
|
|
88
88
|
? intl.formatMessage({ id: "filterBar.invalidFilterSelection" }, { names: filtersWithInvalidSelection.join(", ") })
|
|
89
89
|
: intl.formatMessage({ id: "filterBar.applyFilters" });
|
|
90
|
-
return (_jsxs(_Fragment, { children: [
|
|
91
|
-
_jsxs("div", { className: "dash-filters-wrapper s-gd-dashboard-filter-bar", ref: dropRef, onFocus: onContainerFocus, onBlur: onContainerBlur, children: [
|
|
92
|
-
_jsxs("div", { style: { height }, className: cx("dash-filters-visible", {
|
|
90
|
+
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "dash-filters-wrapper s-gd-dashboard-filter-bar", ref: dropRef, onFocus: onContainerFocus, onBlur: onContainerBlur, children: [_jsxs("div", { style: { height }, className: cx("dash-filters-visible", {
|
|
93
91
|
scrollable: scrollable,
|
|
94
92
|
"s-dash-filters-visible-all": isFilterBarExpanded,
|
|
95
93
|
"apply-all-at-once": isApplyAllAtOnceEnabledAndSet,
|
|
96
|
-
}), children: [
|
|
97
|
-
_jsx(AllFiltersContainer, { setCalculatedRows: setCalculatedRows, isAutoExpanded: expandedAutomatically, children: children }), _jsx(FiltersRows, { rows: rows }), _jsxs("div", { className: "filter-bar-configuration", style: configurationStyle, children: [isApplyAllAtOnceEnabledAndSet && isWorkingSelectionChanged ? (_jsx(UiTooltip, { content: bubbleText, triggerBy: ["hover", "focus"], disabled: !bubbleText, anchor: _jsx(UiButton, { accessibilityConfig: {
|
|
94
|
+
}), children: [_jsx(AllFiltersContainer, { setCalculatedRows: setCalculatedRows, isAutoExpanded: expandedAutomatically, children: children }), _jsx(FiltersRows, { rows: rows }), _jsxs("div", { className: "filter-bar-configuration", style: configurationStyle, children: [isApplyAllAtOnceEnabledAndSet && isWorkingSelectionChanged ? (_jsx(UiTooltip, { content: bubbleText, triggerBy: ["hover", "focus"], disabled: !bubbleText, anchor: _jsx(UiButton, { accessibilityConfig: {
|
|
98
95
|
ariaHaspopup: "dialog",
|
|
99
96
|
ariaLabel: bubbleText,
|
|
100
|
-
}, label: intl.formatMessage({ id: "apply" }), variant: "primary", onClick: applyAllDashboardFilters, isDisabled: hasInvalidFilterSelections }) })) : null, _jsx(FilterViews, {})
|
|
101
|
-
] })
|
|
102
|
-
] }), _jsx(ShowAllFiltersButton, { isFilterBarExpanded: isFilterBarExpanded, isVisible: rows.length > 1, onToggle: (isExpanded) => {
|
|
97
|
+
}, label: intl.formatMessage({ id: "apply" }), variant: "primary", onClick: applyAllDashboardFilters, isDisabled: hasInvalidFilterSelections }) })) : null, _jsx(FilterViews, {})] })] }), _jsx(ShowAllFiltersButton, { isFilterBarExpanded: isFilterBarExpanded, isVisible: rows.length > 1, onToggle: (isExpanded) => {
|
|
103
98
|
setFilterBarExpanded(isExpanded);
|
|
104
99
|
setExpandedAutomatically(false);
|
|
105
100
|
} }), isInEditMode ? _jsx(FlexibleBulletsBar, {}) : null] }), isWorkingSelectionChanged && isApplyAllAtOnceEnabledAndSet ? (_jsx("div", { "aria-hidden": "true", className: "filters-message", style: { marginTop: rows.length > 1 ? "35px" : "10px" }, children: _jsx(Message, { type: "progress", children: _jsx(FormattedMessage, { id: "filterBar.unappliedFiltersNotification", values: {
|
|
106
|
-
link: (chunks) => (_jsx("strong", { children: _jsxs(BubbleHoverTrigger, { showDelay: 100, hideDelay: 0, children: [
|
|
107
|
-
_jsx(UiButton, { variant: "link", onClick: applyAllDashboardFilters, label: chunks, isDisabled: hasInvalidFilterSelections }), hasInvalidFilterSelections ? (_jsx(Bubble, { children: bubbleText })) : null] }) })),
|
|
101
|
+
link: (chunks) => (_jsx("strong", { children: _jsxs(BubbleHoverTrigger, { showDelay: 100, hideDelay: 0, children: [_jsx(UiButton, { variant: "link", onClick: applyAllDashboardFilters, label: chunks, isDisabled: hasInvalidFilterSelections }), hasInvalidFilterSelections ? (_jsx(Bubble, { children: bubbleText })) : null] }) })),
|
|
108
102
|
} }) }) })) : null, showExecutionTimestampMessage ? (_jsx("div", { className: "filters-message", style: { marginTop: rows.length > 1 ? "35px" : "10px" }, children: _jsxs(Message, { type: "progress", children: [_jsx(FormattedMessage, { id: "filterBar.executionTimestampNotificationMessage", values: {
|
|
109
103
|
bold: (chunks) => _jsx("strong", { children: chunks }),
|
|
110
104
|
date: formattedDate,
|
|
@@ -6,6 +6,5 @@ export function ShowAllFiltersButton({ isVisible, isFilterBarExpanded, onToggle,
|
|
|
6
6
|
return null;
|
|
7
7
|
}
|
|
8
8
|
const icon = isFilterBarExpanded ? "gd-icon-chevron-up" : "gd-icon-chevron-down";
|
|
9
|
-
return (_jsx("div", { className: "show-all", children: _jsx("button", { className: "button-filter-bar-show-all", type: "button", tabIndex: -1, "aria-hidden": "true", onClick: () => onToggle(!isFilterBarExpanded), children: _jsxs("span", { className: "gd-button-text gd-label", children: [isFilterBarExpanded ? (_jsx(FormattedMessage, { id: "filterBar.showLess" })) : (_jsx(FormattedMessage, { id: "filterBar.showAll" })), _jsx("i", { className: `gd-button-icon gd-icon ${icon}` })
|
|
10
|
-
] }) }) }));
|
|
9
|
+
return (_jsx("div", { className: "show-all", children: _jsx("button", { className: "button-filter-bar-show-all", type: "button", tabIndex: -1, "aria-hidden": "true", onClick: () => onToggle(!isFilterBarExpanded), children: _jsxs("span", { className: "gd-button-text gd-label", children: [isFilterBarExpanded ? (_jsx(FormattedMessage, { id: "filterBar.showLess" })) : (_jsx(FormattedMessage, { id: "filterBar.showAll" })), _jsx("i", { className: `gd-button-icon gd-icon ${icon}` })] }) }) }));
|
|
11
10
|
}
|
|
@@ -18,11 +18,5 @@ export function AddFilterView({ onClose, onSave, titleId }) {
|
|
|
18
18
|
onSave();
|
|
19
19
|
}
|
|
20
20
|
}, [isSaveEnabled, isDefault, name, dispatch, onSave]);
|
|
21
|
-
return (_jsx(UiFocusManager, { enableFocusTrap: true, enableAutofocus: true, children: _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__add", children: [
|
|
22
|
-
_jsx(UiSubmenuHeader, { title: intl.formatMessage({ id: "filters.filterViews.add.title" }), onBack: onClose, backAriaLabel: intl.formatMessage({ id: "filters.filterViews.add.backAriaLabel" }), useShortenedTitle: false, height: "medium", titleId: titleId }), _jsxs("div", { className: "configuration-category", children: [
|
|
23
|
-
_jsx(Input, { value: name, isSmall: true, onChange: onInputChange, label: intl.formatMessage({ id: "filters.filterViews.add.nameLabel" }), placeholder: intl.formatMessage({ id: "filters.filterViews.add.namePlaceholder" }), onEnterKeyPress: handleSave, autofocus: true }), _jsx("div", { className: "gd-filter-view-add-checkbox-row", children: _jsx(Checkbox, { value: isDefault, onChange: setDefault, text: intl.formatMessage({ id: "filters.filterViews.add.setAsDefaultLabel" }) }) }), _jsx("div", { className: "gd-message information gd-filter-view-add-hint", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.hint" }) })
|
|
24
|
-
] }), _jsx("div", { className: "configuration-panel-footer", children: _jsxs("div", { className: "configuration-panel-footer__content", children: [
|
|
25
|
-
_jsx(Button, { size: "small", onClick: onClose, className: "gd-button gd-button-secondary", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.cancelButton" }) }), _jsx(Button, { intent: "action", size: "small", onClick: handleSave, disabled: !isSaveEnabled, children: _jsx(FormattedMessage, { id: "filters.filterViews.add.saveButton" }) })
|
|
26
|
-
] }) })
|
|
27
|
-
] }) }));
|
|
21
|
+
return (_jsx(UiFocusManager, { enableFocusTrap: true, enableAutofocus: true, children: _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__add", children: [_jsx(UiSubmenuHeader, { title: intl.formatMessage({ id: "filters.filterViews.add.title" }), onBack: onClose, backAriaLabel: intl.formatMessage({ id: "filters.filterViews.add.backAriaLabel" }), useShortenedTitle: false, height: "medium", titleId: titleId }), _jsxs("div", { className: "configuration-category", children: [_jsx(Input, { value: name, isSmall: true, onChange: onInputChange, label: intl.formatMessage({ id: "filters.filterViews.add.nameLabel" }), placeholder: intl.formatMessage({ id: "filters.filterViews.add.namePlaceholder" }), onEnterKeyPress: handleSave, autofocus: true }), _jsx("div", { className: "gd-filter-view-add-checkbox-row", children: _jsx(Checkbox, { value: isDefault, onChange: setDefault, text: intl.formatMessage({ id: "filters.filterViews.add.setAsDefaultLabel" }) }) }), _jsx("div", { className: "gd-message information gd-filter-view-add-hint", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.hint" }) })] }), _jsx("div", { className: "configuration-panel-footer", children: _jsxs("div", { className: "configuration-panel-footer__content", children: [_jsx(Button, { size: "small", onClick: onClose, className: "gd-button gd-button-secondary", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.cancelButton" }) }), _jsx(Button, { intent: "action", size: "small", onClick: handleSave, disabled: !isSaveEnabled, children: _jsx(FormattedMessage, { id: "filters.filterViews.add.saveButton" }) })] }) })] }) }));
|
|
28
22
|
}
|
|
@@ -96,8 +96,7 @@ export function FilterViews() {
|
|
|
96
96
|
if (isReadOnly) {
|
|
97
97
|
return null;
|
|
98
98
|
}
|
|
99
|
-
return (_jsxs("div", { className: "gd-filter-views", children: [showDropdownButton ? (_jsxs(_Fragment, { children: [
|
|
100
|
-
_jsx("div", { className: buttonWrapperClassNames, children: _jsx(UiButton, { id: triggerId, variant: "tertiary",
|
|
99
|
+
return (_jsxs("div", { className: "gd-filter-views", children: [showDropdownButton ? (_jsxs(_Fragment, { children: [_jsx("div", { className: buttonWrapperClassNames, children: _jsx(UiButton, { id: triggerId, variant: "tertiary",
|
|
101
100
|
// tertiary has no padding, so size only drives font-size and height;
|
|
102
101
|
// "medium" keeps the 14px label the button had in both densities
|
|
103
102
|
size: "medium", label: getButtonLabel(intl, filterViews), iconAfter: isDialogOpen ? "navigateUp" : "navigateDown", onClick: toggleDialog, dataTestId: "filter-views-button", accessibilityConfig: {
|
|
@@ -33,11 +33,7 @@ function FilterListItem({ item, index, focusedAction, onApply, onDelete, onSetAs
|
|
|
33
33
|
return (_jsxs("div", { className: cx("gd-filter-view__item", {
|
|
34
34
|
"gd-filter-view__item--isFocused": isFocused,
|
|
35
35
|
"gd-filter-view__item--isFocusedSelectItem": focusedAction === SELECT_ITEM_ACTION,
|
|
36
|
-
}), role: "row", "aria-rowindex": index + 1, "aria-labelledby": titleId, tabIndex: -1, children: [
|
|
37
|
-
_jsx("div", { className: "gd-filter-view__item__value", onClick: onApply, id: titleId, role: "gridcell", children: _jsxs("div", { role: "button", tabIndex: focusedAction === SELECT_ITEM_ACTION ? 0 : -1, id: makeId?.({ item, specifier: SELECT_ITEM_ACTION }) ?? undefined, children: [
|
|
38
|
-
_jsx("span", { className: "gd-filter-view__item__value__title", children: name }), isDefault ? (_jsxs("span", { className: "gd-filter-view__item__value__suffix", children: ["\u00A0",
|
|
39
|
-
_jsx(FormattedMessage, { id: "filters.filterViews.dropdown.isDefault" })
|
|
40
|
-
] })) : null] }) }), onSetAsDefault ? (_jsx(SetAsDefaultButton, { isDefault: isDefault, title: name, onClick: onSetAsDefault, isFocused: focusedAction === "setDefault", id: makeId?.({ item, specifier: "setDefault" }) })) : null, onDelete ? (_jsx(DeleteButton, { onClick: onDelete, title: name, isFocused: focusedAction === "delete", id: makeId?.({ item, specifier: "delete" }) })) : null] }));
|
|
36
|
+
}), role: "row", "aria-rowindex": index + 1, "aria-labelledby": titleId, tabIndex: -1, children: [_jsx("div", { className: "gd-filter-view__item__value", onClick: onApply, id: titleId, role: "gridcell", children: _jsxs("div", { role: "button", tabIndex: focusedAction === SELECT_ITEM_ACTION ? 0 : -1, id: makeId?.({ item, specifier: SELECT_ITEM_ACTION }) ?? undefined, children: [_jsx("span", { className: "gd-filter-view__item__value__title", children: name }), isDefault ? (_jsxs("span", { className: "gd-filter-view__item__value__suffix", children: ["\u00A0", _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.isDefault" })] })) : null] }) }), onSetAsDefault ? (_jsx(SetAsDefaultButton, { isDefault: isDefault, title: name, onClick: onSetAsDefault, isFocused: focusedAction === "setDefault", id: makeId?.({ item, specifier: "setDefault" }) })) : null, onDelete ? (_jsx(DeleteButton, { onClick: onDelete, title: name, isFocused: focusedAction === "delete", id: makeId?.({ item, specifier: "delete" }) })) : null] }));
|
|
41
37
|
}
|
|
42
38
|
export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId: titleIdProp, }) {
|
|
43
39
|
const intl = useIntl();
|
|
@@ -119,15 +115,12 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
|
|
|
119
115
|
}, onCancel: () => {
|
|
120
116
|
setFocusedAction("delete");
|
|
121
117
|
setFilterViewToDelete(undefined);
|
|
122
|
-
} })) : null, _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__list", children: [
|
|
123
|
-
_jsx("div", { className: "configuration-panel-header", children: _jsxs("div", { className: "gd-title-with-icon", children: [
|
|
124
|
-
_jsx(Typography, { tagName: "h3", className: "configuration-panel-header-title", id: titleId, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.title" }) }), _jsx(UiTooltip, { id: filterViewTooltipId, arrowPlacement: "top-end", content: contentTooltip, anchor: _jsx(UiIconButton, { id: infoButtonId, icon: "question", variant: "tertiary", size: "small", accessibilityConfig: {
|
|
118
|
+
} })) : null, _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__list", children: [_jsx("div", { className: "configuration-panel-header", children: _jsxs("div", { className: "gd-title-with-icon", children: [_jsx(Typography, { tagName: "h3", className: "configuration-panel-header-title", id: titleId, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.title" }) }), _jsx(UiTooltip, { id: filterViewTooltipId, arrowPlacement: "top-end", content: contentTooltip, anchor: _jsx(UiIconButton, { id: infoButtonId, icon: "question", variant: "tertiary", size: "small", accessibilityConfig: {
|
|
125
119
|
ariaDescribedBy: filterViewTooltipId,
|
|
126
120
|
ariaLabel: intl.formatMessage({
|
|
127
121
|
id: "filters.filterViews.tooltip.ariaLabel",
|
|
128
122
|
}),
|
|
129
|
-
} }), triggerBy: ["hover", "focus"] })
|
|
130
|
-
] }) }), _jsx(ScopedIdStore, { value: scopedIdStoreValue, children: _jsx("div", { className: "configuration-category gd-filter-view__list", role: "grid", ref: containerRef, onKeyDown: onKeyboardNavigation, onBlur: handleBlur, tabIndex: -1, id: scopedIdStoreValue.containerId, "aria-label": filterViews.length > 0
|
|
123
|
+
} }), triggerBy: ["hover", "focus"] })] }) }), _jsx(ScopedIdStore, { value: scopedIdStoreValue, children: _jsx("div", { className: "configuration-category gd-filter-view__list", role: "grid", ref: containerRef, onKeyDown: onKeyboardNavigation, onBlur: handleBlur, tabIndex: -1, id: scopedIdStoreValue.containerId, "aria-label": filterViews.length > 0
|
|
131
124
|
? canCreateFilterView
|
|
132
125
|
? intl.formatMessage({
|
|
133
126
|
id: "filters.filterViews.list.ariaLabel.withActions",
|
|
@@ -138,7 +131,5 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
|
|
|
138
131
|
: undefined, "aria-labelledby": filterViews.length === 0 ? titleId : undefined, "aria-rowcount": filterViews.length, children: isLoading ? (_jsx("div", { role: "row", children: _jsx("div", { role: "gridcell", children: _jsx("div", { className: "gd-filter-view__list__empty", children: _jsx(LoadingComponent, {}) }) }) })) : filterViews.length > 0 ? (filterViews.map((filterView, index) => (_jsx(FilterListItem, { item: filterView, index: index, focusedAction: filterView === focusedItem ? focusedAction : undefined, onApply: createSelectHandler(filterView), onSetAsDefault: createSetAsDefaultHandler(filterView), onDelete: createDeleteHandler(filterView) }, objRefToString(filterView.ref))))) : (_jsx("div", { role: "row", children: _jsx("div", { role: "gridcell", children: _jsx("div", { className: "gd-filter-view__list__empty", children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.emptyList" }) }) }) })) }) }), _jsx("div", { className: "configuration-panel-footer", children: _jsx("div", { className: "configuration-panel-footer__content", children: _jsx(Button, { id: createViewId, className: "gd-button gd-button gd-button-link", iconLeft: "gd-icon-plus", size: "small", onClick: onAddNew, disabled: !canCreateFilterView, accessibilityConfig: {
|
|
139
132
|
ariaExpanded: false,
|
|
140
133
|
ariaHaspopup: "dialog",
|
|
141
|
-
}, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.newButton" }) }) }) })
|
|
142
|
-
] })
|
|
143
|
-
] }));
|
|
134
|
+
}, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.newButton" }) }) }) })] })] }));
|
|
144
135
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFilterBarState.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useFilterBarState.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,wBAAwB,CAAC;AAOpF,wBAAgB,iBAAiB
|
|
1
|
+
{"version":3,"file":"useFilterBarState.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useFilterBarState.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,wBAAwB,CAAC;AAOpF,wBAAgB,iBAAiB;;;;;;uCAUZ,OAAO;;;;EAc3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResetFiltersButton.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useResetFiltersButton.ts"],"names":[],"mappings":"AAqLA;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"useResetFiltersButton.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useResetFiltersButton.ts"],"names":[],"mappings":"AAqLA;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,QAAO;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,KAAK,GAAG,aAAa,CAAC;IACjC,YAAY,EAAE,MAAM,IAAI,CAAC;CA2J5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRowsCalculator.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useRowsCalculator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAe,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"useRowsCalculator.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/hooks/useRowsCalculator.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,gBAAgB,EAAe,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,MAAM,MAAM,cAAc,GAAG;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,qBAAqB;IAAK,cAAc;IAAM,eAAe;IAAM,IAAI;CAAM,CAAC;AAE3F,wBAAgB,iBAAiB,CAC7B,OAAO,EAAE,gBAAgB,CAAC,OAAO,GAAG,IAAI,CAAC,GAC1C,CAAC,UAAU,EAAE,WAAW,KAAK,cAAc,CAiB7C"}
|
|
@@ -6,18 +6,11 @@ import { Button, UiTooltip } from "@gooddata/sdk-ui-kit";
|
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
|
8
8
|
export function CustomMeasureValueFilterDropdownActions({ isApplyDisabled, onApplyButtonClick, onCancelButtonClick, onConfigurationButtonClick, cancelText, applyText, applyDisabledTooltip, withoutApply, isConfigurationButtonVisible, }) {
|
|
9
|
-
return (_jsxs("div", { className: "gd-measure-value-filter-dropdown-actions__next", children: [
|
|
10
|
-
_jsx("div", { className: "gd-measure-value-filter-dropdown-actions-left-content__next", children: isConfigurationButtonVisible ? (_jsx(AttributeFilterConfigurationButton, { onConfiguration: onConfigurationButtonClick })) : null }), _jsxs("div", { className: "gd-measure-value-filter-dropdown-actions-right-content__next", children: [
|
|
11
|
-
_jsx(Button, { className: "gd-measure-value-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-mvf-dropdown-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), withoutApply ? null : (_jsx(UiTooltip, { content: applyDisabledTooltip, triggerBy: ["hover", "focus"], disabled: !isApplyDisabled || !applyDisabledTooltip, arrowPlacement: "left", optimalPlacement: true, anchor: _jsx(Button, { className: "gd-measure-value-filter-apply-button__next gd-button-action gd-button-small s-mvf-dropdown-apply", onClick: onApplyButtonClick, value: applyText, title: applyText, disabled: isApplyDisabled, describedByFromValidation: true }) }))] })
|
|
12
|
-
] }));
|
|
9
|
+
return (_jsxs("div", { className: "gd-measure-value-filter-dropdown-actions__next", children: [_jsx("div", { className: "gd-measure-value-filter-dropdown-actions-left-content__next", children: isConfigurationButtonVisible ? (_jsx(AttributeFilterConfigurationButton, { onConfiguration: onConfigurationButtonClick })) : null }), _jsxs("div", { className: "gd-measure-value-filter-dropdown-actions-right-content__next", children: [_jsx(Button, { className: "gd-measure-value-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-mvf-dropdown-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), withoutApply ? null : (_jsx(UiTooltip, { content: applyDisabledTooltip, triggerBy: ["hover", "focus"], disabled: !isApplyDisabled || !applyDisabledTooltip, arrowPlacement: "left", optimalPlacement: true, anchor: _jsx(Button, { className: "gd-measure-value-filter-apply-button__next gd-button-action gd-button-small s-mvf-dropdown-apply", onClick: onApplyButtonClick, value: applyText, title: applyText, disabled: isApplyDisabled, describedByFromValidation: true }) }))] })] }));
|
|
13
10
|
}
|
|
14
11
|
/**
|
|
15
12
|
* @internal
|
|
16
13
|
*/
|
|
17
14
|
export function CustomConfigureMeasureValueFilterDropdownActions({ isSaveDisabled, onSaveButtonClick, onCancelButtonClick, cancelText, saveText, }) {
|
|
18
|
-
return (_jsxs("div", { className: "gd-measure-value-filter-dropdown-actions__next", children: [
|
|
19
|
-
_jsx("div", { className: "gd-measure-value-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-measure-value-filter-dropdown-actions-right-content__next", children: [
|
|
20
|
-
_jsx(Button, { className: "gd-measure-value-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-mvf-dropdown-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { className: "gd-measure-value-filter-apply-button__next gd-button-action gd-button-small s-mvf-dropdown-apply", onClick: onSaveButtonClick, value: saveText, title: saveText, disabled: isSaveDisabled })
|
|
21
|
-
] })
|
|
22
|
-
] }));
|
|
15
|
+
return (_jsxs("div", { className: "gd-measure-value-filter-dropdown-actions__next", children: [_jsx("div", { className: "gd-measure-value-filter-dropdown-actions-left-content__next" }), _jsxs("div", { className: "gd-measure-value-filter-dropdown-actions-right-content__next", children: [_jsx(Button, { className: "gd-measure-value-filter-cancel-button__next gd-button-secondary gd-button-small cancel-button s-mvf-dropdown-cancel", onClick: onCancelButtonClick, value: cancelText, title: cancelText }), _jsx(Button, { className: "gd-measure-value-filter-apply-button__next gd-button-action gd-button-small s-mvf-dropdown-apply", onClick: onSaveButtonClick, value: saveText, title: saveText, disabled: isSaveDisabled })] })] }));
|
|
23
16
|
}
|
|
@@ -37,9 +37,7 @@ function MeasureValueFilterVisibilityIcon({ visibilityIcon, disabled, }) {
|
|
|
37
37
|
return (_jsx("div", { className: cx("gd-filter-button-custom-icon-wrapper", "s-gd-filter-button-custom-icon-wrapper", {
|
|
38
38
|
disabled,
|
|
39
39
|
"s-disabled": disabled,
|
|
40
|
-
}), children: _jsxs(BubbleHoverTrigger, { children: [
|
|
41
|
-
_jsx("i", { className: `gd-filter-button-custom-icon s-gd-filter-button-custom-icon ${visibilityIcon.icon}` }), _jsx(Bubble, { className: `bubble-primary ${visibilityIcon.bubbleClassNames || ""}`, alignPoints: visibilityIcon.bubbleAlignPoints || DEFAULT_VISIBILITY_BUBBLE_ALIGN_POINTS, children: visibilityIcon.tooltip })
|
|
42
|
-
] }) }));
|
|
40
|
+
}), children: _jsxs(BubbleHoverTrigger, { children: [_jsx("i", { className: `gd-filter-button-custom-icon s-gd-filter-button-custom-icon ${visibilityIcon.icon}` }), _jsx(Bubble, { className: `bubble-primary ${visibilityIcon.bubbleClassNames || ""}`, alignPoints: visibilityIcon.bubbleAlignPoints || DEFAULT_VISIBILITY_BUBBLE_ALIGN_POINTS, children: visibilityIcon.tooltip })] }) }));
|
|
43
41
|
}
|
|
44
42
|
/**
|
|
45
43
|
* @alpha
|
|
@@ -187,8 +185,7 @@ export function DefaultDashboardMeasureValueFilter(props) {
|
|
|
187
185
|
"s-mvf-missing-metric": isMissingMetric,
|
|
188
186
|
}) }));
|
|
189
187
|
if (isMissingMetric && !isActive) {
|
|
190
|
-
return (_jsxs(BubbleHoverTrigger, { tagName: "div", showDelay: 200, hideDelay: 0, children: [button, _jsx(Bubble, { className: "bubble-negative", alignPoints: [{ align: "bc tc" }], children: intl.formatMessage({ id: "filters.mvf.missingMetric.tooltip" }) })
|
|
191
|
-
] }));
|
|
188
|
+
return (_jsxs(BubbleHoverTrigger, { tagName: "div", showDelay: 200, hideDelay: 0, children: [button, _jsx(Bubble, { className: "bubble-negative", alignPoints: [{ align: "bc tc" }], children: intl.formatMessage({ id: "filters.mvf.missingMetric.tooltip" }) })] }));
|
|
192
189
|
}
|
|
193
190
|
return button;
|
|
194
191
|
}
|
|
@@ -15,12 +15,9 @@ export function MeasureValueFilterConfiguration({ intl, titleText, resetTitleTex
|
|
|
15
15
|
onModeChange(value);
|
|
16
16
|
}, [onModeChange]);
|
|
17
17
|
const handleLoadCatalogDimensionality = useCallback((currentDimensionality) => loadCatalogDimensionality(currentDimensionality.filter(isObjRef)), [loadCatalogDimensionality]);
|
|
18
|
-
return (_jsxs("div", { className: "s-measure-value-filter-dropdown-configuration attribute-filter-dropdown-configuration sdk-edit-mode-on", children: [
|
|
19
|
-
_jsx(ConfigurationPanelHeader, {}), _jsx(AttributeTitleRenaming, { categoryTitle: titleText, resetTitleText: resetTitleText, onClick: onTitleReset, onChange: onTitleChange, showResetTitle: title !== defaultTitle, attributeTitle: title }), _jsx(DimensionalitySection, { dimensionality: dimensionality, catalogDimensionality: catalogDimensionality, loadCatalogDimensionality: handleLoadCatalogDimensionality, onDimensionalityChange: onDimensionalityChange,
|
|
18
|
+
return (_jsxs("div", { className: "s-measure-value-filter-dropdown-configuration attribute-filter-dropdown-configuration sdk-edit-mode-on", children: [_jsx(ConfigurationPanelHeader, {}), _jsx(AttributeTitleRenaming, { categoryTitle: titleText, resetTitleText: resetTitleText, onClick: onTitleReset, onChange: onTitleChange, showResetTitle: title !== defaultTitle, attributeTitle: title }), _jsx(DimensionalitySection, { dimensionality: dimensionality, catalogDimensionality: catalogDimensionality, loadCatalogDimensionality: handleLoadCatalogDimensionality, onDimensionalityChange: onDimensionalityChange,
|
|
20
19
|
// Dashboard MVFs are newly configured with explicit ObjRef dimensionality.
|
|
21
20
|
isMigratedFilter: true,
|
|
22
21
|
// This panel has no dialog-level scroll container, so the section bounds its own pills.
|
|
23
|
-
withScrollContainer: true }), showConfigModeSection ? (_jsxs(_Fragment, { children: [
|
|
24
|
-
_jsx(ConfigurationCategory, { categoryTitle: modeCategoryTitleText }), _jsx(ConfigModeSelect, { intl: intl, selectedMode: mode ?? DashboardAttributeFilterConfigModeValues.ACTIVE, onChanged: handleModeChanged })
|
|
25
|
-
] })) : null] }));
|
|
22
|
+
withScrollContainer: true }), showConfigModeSection ? (_jsxs(_Fragment, { children: [_jsx(ConfigurationCategory, { categoryTitle: modeCategoryTitleText }), _jsx(ConfigModeSelect, { intl: intl, selectedMode: mode ?? DashboardAttributeFilterConfigModeValues.ACTIVE, onChanged: handleModeChanged })] })) : null] }));
|
|
26
23
|
}
|
package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardMeasureValueFilterData.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,YAAY,CAAC;AAErD,OAAO,EAKH,KAAK,eAAe,EACpB,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,2BAA2B,EAChC,KAAK,MAAM,EAMd,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,mBAAmB,EAAuC,MAAM,0BAA0B,CAAC;AAmCzG;;;;;;;GAOG;AACH,wBAAgB,qCAAqC,CACjD,OAAO,EAAE,mBAAmB,GAAG,IAAI,GACpC,2BAA2B,EAAE,GAAG,SAAS,CAS3C;AA+ID;;;;;;;GAOG;AACH,MAAM,WAAW,gCAAgC;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,4CAA4C;IAC5C,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,6EAA6E;IAC7E,aAAa,EAAE,eAAe,GAAG,SAAS,CAAC;IAC3C,oGAAoG;IACpG,eAAe,EAAE,OAAO,CAAC;IACzB,kDAAkD;IAClD,kBAAkB,EAAE,MAAM,CAAC;IAC3B
|
|
1
|
+
{"version":3,"file":"useDashboardMeasureValueFilterData.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,YAAY,CAAC;AAErD,OAAO,EAKH,KAAK,eAAe,EACpB,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,2BAA2B,EAChC,KAAK,MAAM,EAMd,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,mBAAmB,EAAuC,MAAM,0BAA0B,CAAC;AAmCzG;;;;;;;GAOG;AACH,wBAAgB,qCAAqC,CACjD,OAAO,EAAE,mBAAmB,GAAG,IAAI,GACpC,2BAA2B,EAAE,GAAG,SAAS,CAS3C;AA+ID;;;;;;;GAOG;AACH,MAAM,WAAW,gCAAgC;IAC7C,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,4CAA4C;IAC5C,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,6EAA6E;IAC7E,aAAa,EAAE,eAAe,GAAG,SAAS,CAAC;IAC3C,oGAAoG;IACpG,eAAe,EAAE,OAAO,CAAC;IACzB,kDAAkD;IAClD,kBAAkB,EAAE,MAAM,CAAC;IAC3B,6EAA6E;IAC7E,WAAW,EAAE,MAAM,CAAC;IACpB,6CAA6C;IAC7C,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,iDAAiD;IACjD,aAAa,EAAE,OAAO,CAAC;IACvB,2EAA2E;IAC3E,UAAU,EAAE,2BAA2B,EAAE,GAAG,SAAS,CAAC;IACtD,qEAAqE;IACrE,cAAc,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACrC,gFAAgF;IAChF,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,iFAAiF;IACjF,qBAAqB,EAAE,mBAAmB,EAAE,CAAC;IAC7C,uFAAuF;IACvF,yBAAyB,EAAE,CAAC,cAAc,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAAC;IACxF,6EAA6E;IAC7E,cAAc,EAAE,MAAM,CAAC;IACvB,iFAAiF;IACjF,cAAc,EAAE,mBAAmB,CAAC;IACpC,UAAU,EAAE,WAAW,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,CAAC;CACnB;AAED;;;;;;;;GAQG;AACH,wBAAgB,kCAAkC,CAC9C,MAAM,EAAE,4BAA4B,EACpC,eAAe,CAAC,EAAE,4BAA4B,GAC/C,gCAAgC,CAkGlC;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACrC,MAAM,EAAE,mBAAmB,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,cAAc,EAAE,IAAI,CAAC;IACrB,4BAA4B,EAAE,IAAI,CAAC;IACnC,UAAU,EAAE,WAAW,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,uBAAuB,EAAE,IAAI,CAAC;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,uBAAuB,EAAE,KAAK,CAAC;IAC/B,sBAAsB,EAAE,IAAI,CAAC;IAC7B,qBAAqB,EAAE,IAAI,CAAC;IAC5B,eAAe,EAAE,IAAI,CAAC;CACzB;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,gCAAgC,GAAG,wBAAwB,CAmB3G"}
|
|
@@ -27,13 +27,7 @@ function AddFilterMenuBody({ onClose }) {
|
|
|
27
27
|
const intl = useIntl();
|
|
28
28
|
const [activeView, setActiveView] = useState("menu");
|
|
29
29
|
if (activeView === "menu") {
|
|
30
|
-
return (_jsxs("div", { className: "gd-add-filter-menu-body", children: [
|
|
31
|
-
_jsx(UiSubmenuHeader, { title: intl.formatMessage(messages.addFilterTitle), onClose: onClose }), _jsx("div", { className: "gd-add-filter-menu-content", children: _jsxs("button", { type: "button", className: "gd-add-filter-menu-item", onClick: () => setActiveView("parameters"), children: [
|
|
32
|
-
_jsx(UiIcon, { type: "parameter", size: 18, color: "currentColor" }), _jsx("span", { children: intl.formatMessage(messages.parameter) })
|
|
33
|
-
] }) })
|
|
34
|
-
] }));
|
|
30
|
+
return (_jsxs("div", { className: "gd-add-filter-menu-body", children: [_jsx(UiSubmenuHeader, { title: intl.formatMessage(messages.addFilterTitle), onClose: onClose }), _jsx("div", { className: "gd-add-filter-menu-content", children: _jsxs("button", { type: "button", className: "gd-add-filter-menu-item", onClick: () => setActiveView("parameters"), children: [_jsx(UiIcon, { type: "parameter", size: 18, color: "currentColor" }), _jsx("span", { children: intl.formatMessage(messages.parameter) })] }) })] }));
|
|
35
31
|
}
|
|
36
|
-
return (_jsxs("div", { className: "gd-add-filter-menu-body", children: [
|
|
37
|
-
_jsx(UiSubmenuHeader, { title: intl.formatMessage(messages.parameter), onBack: () => setActiveView("menu"), onClose: onClose }), _jsx(DashboardParameterPicker, { onAdd: onClose, onCancel: () => setActiveView("menu") })
|
|
38
|
-
] }));
|
|
32
|
+
return (_jsxs("div", { className: "gd-add-filter-menu-body", children: [_jsx(UiSubmenuHeader, { title: intl.formatMessage(messages.parameter), onBack: () => setActiveView("menu"), onClose: onClose }), _jsx(DashboardParameterPicker, { onAdd: onClose, onCancel: () => setActiveView("menu") })] }));
|
|
39
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/presentation/filterBar/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,kCAAkC,EAEvC,KAAK,6BAA6B,EAKrC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI7F,OAAO,EACH,KAAK,uBAAuB,EAM/B,MAAM,+CAA+C,CAAC;AAMvD,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/presentation/filterBar/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,kCAAkC,EAEvC,KAAK,6BAA6B,EAKrC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI7F,OAAO,EACH,KAAK,uBAAuB,EAM/B,MAAM,+CAA+C,CAAC;AAMvD,eAAO,MAAM,iBAAiB,SACpB,cAAc,GAAG,SAAS,gBAClB,OAAO,sCACe,OAAO,QACrC,SAAS,KAChB,uBAAuB,GAAG,SA0B5B,CAAC;AAEF,eAAO,MAAM,mBAAmB,qBACV,uBAAuB,0BACjB,6BAA6B,mCACpB,GAAG,CAAC,MAAM,EAAE,kCAAkC,CAAC,8BACpD,GAAG,CAAC,MAAM,EAAE,6BAA6B,CAAC,uCAClC,GAAG,CAAC,MAAM,EAAE,kCAAkC,CAAC,YAetF,CAAC"}
|
|
@@ -134,8 +134,7 @@ export function DashboardLayoutWidget({ item, DefaultWidgetRenderer, onDrill, on
|
|
|
134
134
|
"gd-widget-export": isSnapshotAccessibilityEnabled && isExport,
|
|
135
135
|
},
|
|
136
136
|
]);
|
|
137
|
-
return (_jsxs(DefaultWidgetRenderer, { DefaultWidgetRenderer: DefaultWidgetRenderer, item: item, allowOverflow: allowOverflow, height: height, minHeight: minHeight, className: className, contentRef: contentRef, getLayoutDimensions: getLayoutDimensions, rowIndex: rowIndex, children: [
|
|
138
|
-
_jsxs("div", { ref: wrapperRef, className: wrapperClassName, children: [canShowWidgetHotspots ? (_jsx(Hotspot, { dropZoneType: "prev", direction: direction, layoutPath: item.index(), isOverNestedLayout: isNestedLayout, isInFirstRow: isInFirstRow })) : null, _jsx(DashboardItemPathAndSizeProvider, { layoutItem: item, children: _jsx(HoverDetector, { widgetRef: widget.ref, children: _jsx(DashboardWidget
|
|
137
|
+
return (_jsxs(DefaultWidgetRenderer, { DefaultWidgetRenderer: DefaultWidgetRenderer, item: item, allowOverflow: allowOverflow, height: height, minHeight: minHeight, className: className, contentRef: contentRef, getLayoutDimensions: getLayoutDimensions, rowIndex: rowIndex, children: [_jsxs("div", { ref: wrapperRef, className: wrapperClassName, children: [canShowWidgetHotspots ? (_jsx(Hotspot, { dropZoneType: "prev", direction: direction, layoutPath: item.index(), isOverNestedLayout: isNestedLayout, isInFirstRow: isInFirstRow })) : null, _jsx(DashboardItemPathAndSizeProvider, { layoutItem: item, children: _jsx(HoverDetector, { widgetRef: widget.ref, children: _jsx(DashboardWidget
|
|
139
138
|
// @ts-expect-error Don't expose index prop on public interface (we need it only for css class for KD tests)
|
|
140
139
|
, {
|
|
141
140
|
// @ts-expect-error Don't expose index prop on public interface (we need it only for css class for KD tests)
|