@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
package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExportDashboardToPowerPointPresentation.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,0CAA0C
|
|
1
|
+
{"version":3,"file":"useExportDashboardToPowerPointPresentation.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,0CAA0C;IAmC/C,gCAAgC;IAChC,sCAAsC;CAE7C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const useExportToTabular: (onSuccess?: (
|
|
1
|
+
export declare const useExportToTabular: (onSuccess?: () => void) => {
|
|
2
2
|
exportToTabular: (mergeHeaders: boolean, exportInfo: boolean, widgetIds?: string[] | undefined, fileName?: string | undefined, format?: "PDF" | "XLSX" | undefined, pdfConfiguration?: import("../../../model/commands/dashboard.js").PdfConfiguration | undefined, correlationId?: string | undefined) => void;
|
|
3
3
|
exportToTabularStatus: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus | undefined;
|
|
4
4
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExportToTabular.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportToTabular.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,kBAAkB;;;
|
|
1
|
+
{"version":3,"file":"useExportToTabular.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportToTabular.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,kBAAkB,eAAgB,MAAM,IAAI;;;CAuCxD,CAAC"}
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
*
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
|
-
export declare const useExportWithTemplateSelection: () => (exportFn: (templateId?: string
|
|
12
|
+
export declare const useExportWithTemplateSelection: () => (exportFn: (templateId?: string) => void, onCancel?: () => void) => void;
|
|
13
13
|
//# sourceMappingURL=useExportWithTemplateSelection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExportWithTemplateSelection.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportWithTemplateSelection.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"useExportWithTemplateSelection.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/menuButton/useExportWithTemplateSelection.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,8BAA8B,mBAIrB,CAAC,UAAU,CAAC,EAAE,MAAM,KAAK,IAAI,aAAa,MAAM,IAAI,SAQzE,CAAC"}
|
|
@@ -11,7 +11,5 @@ export function LockedStatusIndicator(props) {
|
|
|
11
11
|
if (!props.isLocked) {
|
|
12
12
|
return null;
|
|
13
13
|
}
|
|
14
|
-
return (_jsx("div", { className: "s-locked-status gd-locked-status", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
15
|
-
_jsx(IconLock, { className: "gd-icon-locked", width: 25, height: 24, color: theme?.palette?.complementary?.c6 ?? gdColorStateBlank }), _jsx(Bubble, { alignPoints: [{ align: "bc tl" }], alignTo: `.gd-icon-locked`, children: _jsx(FormattedMessage, { id: "header.lockStatus.tooltip", values: { b: (chunks) => _jsx("b", { children: chunks }) } }) })
|
|
16
|
-
] }) }));
|
|
14
|
+
return (_jsx("div", { className: "s-locked-status gd-locked-status", children: _jsxs(BubbleHoverTrigger, { children: [_jsx(IconLock, { className: "gd-icon-locked", width: 25, height: 24, color: theme?.palette?.complementary?.c6 ?? gdColorStateBlank }), _jsx(Bubble, { alignPoints: [{ align: "bc tl" }], alignTo: `.gd-icon-locked`, children: _jsx(FormattedMessage, { id: "header.lockStatus.tooltip", values: { b: (chunks) => _jsx("b", { children: chunks }) } }) })] }) }));
|
|
17
15
|
}
|
|
@@ -9,9 +9,5 @@ export function ShareStatusIndicator({ shareStatus, isUnderStrictControl, }) {
|
|
|
9
9
|
return null;
|
|
10
10
|
}
|
|
11
11
|
const tooltip = isUnderStrictControl ? (_jsx(FormattedMessage, { id: "header.shareStatus.private.strict.tooltip" })) : (_jsx(FormattedMessage, { id: "header.shareStatus.private.not.strict.tooltip" }));
|
|
12
|
-
return (_jsx("div", { className: "s-share-status gd-share-status", children: _jsxs(BubbleHoverTrigger, { children: [
|
|
13
|
-
_jsxs("div", { className: "gd-share-indicator", children: [
|
|
14
|
-
_jsx("i", { "aria-hidden": "true", className: "gd-share-icon gd-icon-invisible" }), _jsx(FormattedMessage, { id: "header.shareStatus.private.text" })
|
|
15
|
-
] }), _jsx(Bubble, { alignPoints: [{ align: "bc tl" }], alignTo: `.gd-share-icon`, children: tooltip })
|
|
16
|
-
] }) }));
|
|
12
|
+
return (_jsx("div", { className: "s-share-status gd-share-status", children: _jsxs(BubbleHoverTrigger, { children: [_jsxs("div", { className: "gd-share-indicator", children: [_jsx("i", { "aria-hidden": "true", className: "gd-share-icon gd-icon-invisible" }), _jsx(FormattedMessage, { id: "header.shareStatus.private.text" })] }), _jsx(Bubble, { alignPoints: [{ align: "bc tl" }], alignTo: `.gd-share-icon`, children: tooltip })] }) }));
|
|
17
13
|
}
|
|
@@ -22,7 +22,5 @@ export function TimezoneIndicator({ timezoneConfig, defaultTimezone, timezone, }
|
|
|
22
22
|
return null;
|
|
23
23
|
}
|
|
24
24
|
const { name } = resolvedTimezone;
|
|
25
|
-
return (_jsx("div", { className: "s-timezone-indicator gd-timezone-indicator", children: _jsx(UiTooltip, { arrowPlacement: "top-start", content: intl.formatMessage({ id: "topBar.timezoneIndicator.tooltip" }), triggerBy: ["hover"], anchor: _jsxs("div", { className: "gd-timezone-indicator-content", children: [
|
|
26
|
-
_jsx("i", { "aria-hidden": "true", className: "gd-timezone-indicator-icon" }), _jsx("span", { className: "sr-only", children: _jsx(FormattedMessage, { id: "topBar.timezoneIndicator.label" }) }), _jsx("span", { children: name })
|
|
27
|
-
] }) }) }));
|
|
25
|
+
return (_jsx("div", { className: "s-timezone-indicator gd-timezone-indicator", children: _jsx(UiTooltip, { arrowPlacement: "top-start", content: intl.formatMessage({ id: "topBar.timezoneIndicator.tooltip" }), triggerBy: ["hover"], anchor: _jsxs("div", { className: "gd-timezone-indicator-content", children: [_jsx("i", { "aria-hidden": "true", className: "gd-timezone-indicator-icon" }), _jsx("span", { className: "sr-only", children: _jsx(FormattedMessage, { id: "topBar.timezoneIndicator.label" }) }), _jsx("span", { children: name })] }) }) }));
|
|
28
26
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultTopBar.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/topBar/DefaultTopBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;AAmCvD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"DefaultTopBar.d.ts","sourceRoot":"","sources":["../../../../src/presentation/topBar/topBar/DefaultTopBar.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAe,MAAM,OAAO,CAAC;AAmCvD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,cAAc,QAAO,YA2DjC,CAAC;AAwCF;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,GAAG,YAAY,CAS/D"}
|
|
@@ -84,11 +84,7 @@ function TopBarCore({ menuButtonProps, titleProps, buttonBarProps, shareStatusPr
|
|
|
84
84
|
if (isExport && snapshotExportAccessibilityEnabled) {
|
|
85
85
|
return (_jsx("div", { className: "dash-header dash-header-export s-top-bar", children: _jsx("div", { className: "dash-header-inner", children: _jsx(Title, { ...titleProps }) }) }));
|
|
86
86
|
}
|
|
87
|
-
return (_jsxs("div", { className: "dash-header s-top-bar", children: [
|
|
88
|
-
_jsxs("div", { className: "dash-header-inner", children: [
|
|
89
|
-
_jsx(DefaultLockedStatus, { ...lockedStatusProps }), _jsx(Title, { ...titleProps }), _jsx(DefaultShareStatus, { ...shareStatusProps }), _jsx(DefaultTimezoneIndicator, { ...timezoneIndicatorProps }), _jsx(ButtonBar, { ...buttonBarProps })
|
|
90
|
-
] }), _jsx(MenuButton, { ...menuButtonProps })
|
|
91
|
-
] }));
|
|
87
|
+
return (_jsxs("div", { className: "dash-header s-top-bar", children: [_jsxs("div", { className: "dash-header-inner", children: [_jsx(DefaultLockedStatus, { ...lockedStatusProps }), _jsx(Title, { ...titleProps }), _jsx(DefaultShareStatus, { ...shareStatusProps }), _jsx(DefaultTimezoneIndicator, { ...timezoneIndicatorProps }), _jsx(ButtonBar, { ...buttonBarProps })] }), _jsx(MenuButton, { ...menuButtonProps })] }));
|
|
92
88
|
}
|
|
93
89
|
/**
|
|
94
90
|
* @alpha
|
|
@@ -26,6 +26,5 @@ export function AttributeFilterConfigurationItem({ widget, displayFormRef, displ
|
|
|
26
26
|
"attribute-filter-error": isError,
|
|
27
27
|
});
|
|
28
28
|
const uniqueKey = objRefToString(displayFormRef);
|
|
29
|
-
return (_jsxs("div", { children: [
|
|
30
|
-
_jsx(FilterConfigurationItemLabel, { className: classNames, uniqueKey: uniqueKey, title: title, isApplied: isApplied, isLoading: isLoading, onChange: handleIgnoreChanged }), !!isError && (_jsx("div", { className: "gd-message error s-not-applied-attribute-filter", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByAttribute", values: { attributeName: title } })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByAttribute", values: { attributeName: title } })) }))] }));
|
|
29
|
+
return (_jsxs("div", { children: [_jsx(FilterConfigurationItemLabel, { className: classNames, uniqueKey: uniqueKey, title: title, isApplied: isApplied, isLoading: isLoading, onChange: handleIgnoreChanged }), !!isError && (_jsx("div", { className: "gd-message error s-not-applied-attribute-filter", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByAttribute", values: { attributeName: title } })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByAttribute", values: { attributeName: title } })) }))] }));
|
|
31
30
|
}
|
|
@@ -152,16 +152,14 @@ export function DateDatasetDropdown(props) {
|
|
|
152
152
|
closeDropdown();
|
|
153
153
|
onDateDatasetChange(item.id);
|
|
154
154
|
} }));
|
|
155
|
-
} }), enableUnrelatedItemsVisibility && unrelatedDateDatasetCount > 0 ? (_jsxs("div", { className: "gd-list-footer", children: [
|
|
156
|
-
_jsx(FormattedMessage, { id: "gs.date.date-dataset.unrelated_hidden", values: {
|
|
155
|
+
} }), enableUnrelatedItemsVisibility && unrelatedDateDatasetCount > 0 ? (_jsxs("div", { className: "gd-list-footer", children: [_jsx(FormattedMessage, { id: "gs.date.date-dataset.unrelated_hidden", values: {
|
|
157
156
|
count: unrelatedDateDatasetCount,
|
|
158
157
|
isShow: showUnavailableItems,
|
|
159
158
|
} }), _jsx(Button, { onClick: onShowHideUnrelatedItemsClick, className: "gd-button-link-dimmed unrelated-date-button", value: intl.formatMessage({
|
|
160
159
|
id: showUnavailableItems
|
|
161
160
|
? defineMessage({ id: "gs.date.date-dataset.unrelated.hide" }).id
|
|
162
161
|
: defineMessage({ id: "gs.date.date-dataset.unrelated.show" }).id,
|
|
163
|
-
}) })
|
|
164
|
-
] })) : null] }));
|
|
162
|
+
}) })] })) : null] }));
|
|
165
163
|
};
|
|
166
164
|
return (_jsx(Dropdown
|
|
167
165
|
// We want to open the dropdown, when user selects a metric
|
|
@@ -35,6 +35,5 @@ export function DateDatasetFilter({ relatedDateDatasets, widget, dateFilterCheck
|
|
|
35
35
|
const unrelatedDateDataset = relatedDateDatasets &&
|
|
36
36
|
getUnrelatedDateDataset(relatedDateDatasets, selectedDateDataset, selectedDateDatasetHiddenByObjectAvailability);
|
|
37
37
|
const unrelatedDateDatasets = getUnrelatedDateDatasets(dateDatasets, relatedDateDatasets);
|
|
38
|
-
return (_jsxs("div", { children: [
|
|
39
|
-
_jsx(DateFilterCheckbox, { relatedDateDatasets: relatedDateDatasets, widget: widget, dateFilterCheckboxDisabled: dateFilterCheckboxDisabled, dateFilterEnabled: isDateFilterEnabled, isDropdownLoading: isDropdownLoading, isFilterLoading: isFilterLoading, selectedDateDataset: selectedDateDataset, selectedDateDatasetHidden: selectedDateDatasetHiddenByObjectAvailability, onDateDatasetFilterEnabled: handleDateFilterEnabled, enableUnrelatedItemsVisibility: enableUnrelatedItemsVisibility }), !!shouldRenderDateDataSetsDropdown && (_jsx(DateDatasetPicker, { relatedDateDatasets: relatedDateDatasets, dateFromVisualization: dateFromVisualization, widget: widget, selectedDateDataset: selectedDateDataset, selectedDateDatasetHidden: selectedDateDatasetHiddenByObjectAvailability, unrelatedDateDataset: unrelatedDateDataset, onDateDatasetChange: handleDateDatasetChanged, autoOpen: shouldOpenDateDatasetPicker, isLoading: isDropdownLoading, enableUnrelatedItemsVisibility: enableUnrelatedItemsVisibility, unrelatedDateDatasets: unrelatedDateDatasets })), !isDropdownLoading && !!duplicatedDateDatasetFilter && _jsx(DateDatasetDuplicityWarning, {})] }));
|
|
38
|
+
return (_jsxs("div", { children: [_jsx(DateFilterCheckbox, { relatedDateDatasets: relatedDateDatasets, widget: widget, dateFilterCheckboxDisabled: dateFilterCheckboxDisabled, dateFilterEnabled: isDateFilterEnabled, isDropdownLoading: isDropdownLoading, isFilterLoading: isFilterLoading, selectedDateDataset: selectedDateDataset, selectedDateDatasetHidden: selectedDateDatasetHiddenByObjectAvailability, onDateDatasetFilterEnabled: handleDateFilterEnabled, enableUnrelatedItemsVisibility: enableUnrelatedItemsVisibility }), !!shouldRenderDateDataSetsDropdown && (_jsx(DateDatasetPicker, { relatedDateDatasets: relatedDateDatasets, dateFromVisualization: dateFromVisualization, widget: widget, selectedDateDataset: selectedDateDataset, selectedDateDatasetHidden: selectedDateDatasetHiddenByObjectAvailability, unrelatedDateDataset: unrelatedDateDataset, onDateDatasetChange: handleDateDatasetChanged, autoOpen: shouldOpenDateDatasetPicker, isLoading: isDropdownLoading, enableUnrelatedItemsVisibility: enableUnrelatedItemsVisibility, unrelatedDateDatasets: unrelatedDateDatasets })), !isDropdownLoading && !!duplicatedDateDatasetFilter && _jsx(DateDatasetDuplicityWarning, {})] }));
|
|
40
39
|
}
|
|
@@ -13,8 +13,5 @@ export function DateDatasetPicker({ relatedDateDatasets, selectedDateDataset, se
|
|
|
13
13
|
const unrelatedDateDataset = relatedDateDatasets &&
|
|
14
14
|
getUnrelatedDateDataset(relatedDateDatasets, selectedDateDataset, selectedDateDatasetHidden);
|
|
15
15
|
const getDateFilter = (measureRef, width) => (_jsx("div", { className: "subcategory-dropdown", ref: measureRef, children: _jsx(DateDatasetDropdown, { autoOpen: autoOpen, widgetRef: widget.ref, className: "s-filter-date-dropdown", relatedDateDatasets: relatedDateDatasets ?? [], activeDateDataset: selectedDateDatasetHidden ? undefined : selectedDateDataset, unrelatedDateDataset: unrelatedDateDataset, dateFromVisualization: dateFromVisualization, onDateDatasetChange: onDateDatasetChange, isLoading: isLoading, width: width, enableUnrelatedItemsVisibility: enableUnrelatedItemsVisibility, unrelatedDateDatasets: unrelatedDateDatasets }) }));
|
|
16
|
-
return (_jsxs("div", { children: [
|
|
17
|
-
_jsxs("div", { className: "configuration-subcategory", children: [
|
|
18
|
-
_jsx("label", { className: "s-filter-date-dropdown-heading subcategory-label", htmlFor: "s-filter-date-dropdown", children: _jsx(FormattedMessage, { id: "configurationPanel.dateAs" }) }), _jsx(Measure, { children: ({ measureRef, contentRect }) => getDateFilter(measureRef, contentRect.entry.width || 0) })
|
|
19
|
-
] }), !!(unrelatedDateDataset && !isLoading) && (_jsx("div", { className: "gd-message error s-unrelated-date", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.unrelatedVizDateInfo", values: { dateDataSet: removeDateFromTitle(unrelatedDateDataset.dataSet.title) } })) : (_jsx(FormattedMessage, { id: "configurationPanel.unrelatedKpiDateInfo", values: { dateDataSet: removeDateFromTitle(unrelatedDateDataset.dataSet.title) } })) }))] }));
|
|
16
|
+
return (_jsxs("div", { children: [_jsxs("div", { className: "configuration-subcategory", children: [_jsx("label", { className: "s-filter-date-dropdown-heading subcategory-label", htmlFor: "s-filter-date-dropdown", children: _jsx(FormattedMessage, { id: "configurationPanel.dateAs" }) }), _jsx(Measure, { children: ({ measureRef, contentRect }) => getDateFilter(measureRef, contentRect.entry.width || 0) })] }), !!(unrelatedDateDataset && !isLoading) && (_jsx("div", { className: "gd-message error s-unrelated-date", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.unrelatedVizDateInfo", values: { dateDataSet: removeDateFromTitle(unrelatedDateDataset.dataSet.title) } })) : (_jsx(FormattedMessage, { id: "configurationPanel.unrelatedKpiDateInfo", values: { dateDataSet: removeDateFromTitle(unrelatedDateDataset.dataSet.title) } })) }))] }));
|
|
20
17
|
}
|
|
@@ -36,7 +36,5 @@ export function DateFilterCheckbox({ isDropdownLoading, isFilterLoading, dateFil
|
|
|
36
36
|
const intl = useIntl();
|
|
37
37
|
const defaultDateFilterName = intl.formatMessage({ id: "dateFilterDropdown.title" });
|
|
38
38
|
const { title } = useCurrentDateFilterConfig(undefined, defaultDateFilterName);
|
|
39
|
-
return (_jsxs("div", { children: [
|
|
40
|
-
_jsxs("label", { className: classes, htmlFor: "configurationPanel.date.input", children: [
|
|
41
|
-
_jsx("input", { className: "input-checkbox s-date-filter-checkbox", id: "configurationPanel.date.input", type: "checkbox", checked: !dateFilterCheckboxDisabled && dateFilterEnabled, disabled: dateFilterCheckboxDisabled, onChange: handleChange }), _jsx("span", { className: "input-label-text title", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isFilterLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }), !isFilterLoading && showNoRelatedDate ? (_jsx("div", { className: "gd-message error s-no-related-date", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByDate" })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByDate" })) })) : null] }));
|
|
39
|
+
return (_jsxs("div", { children: [_jsxs("label", { className: classes, htmlFor: "configurationPanel.date.input", children: [_jsx("input", { className: "input-checkbox s-date-filter-checkbox", id: "configurationPanel.date.input", type: "checkbox", checked: !dateFilterCheckboxDisabled && dateFilterEnabled, disabled: dateFilterCheckboxDisabled, onChange: handleChange }), _jsx("span", { className: "input-label-text title", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isFilterLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }), !isFilterLoading && showNoRelatedDate ? (_jsx("div", { className: "gd-message error s-no-related-date", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByDate" })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByDate" })) })) : null] }));
|
|
42
40
|
}
|
|
@@ -29,7 +29,5 @@ export function DateFilterConfigurationItem({ widget, dataSetRef }) {
|
|
|
29
29
|
"attribute-filter-error": isError,
|
|
30
30
|
});
|
|
31
31
|
const uniqueKey = objRefToString(dataSetRef);
|
|
32
|
-
return (_jsxs("div", { children: [
|
|
33
|
-
_jsxs("label", { className: classNames, htmlFor: uniqueKey, children: [
|
|
34
|
-
_jsx("input", { id: uniqueKey, type: "checkbox", className: "input-checkbox", checked: isApplied, onChange: (e) => handleIgnoreChanged(e.target.checked) }), _jsx("span", { className: "input-label-text", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }), !!isError && (_jsx("div", { className: "gd-message error s-not-applied-attribute-filter", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByDate", values: { attributeName: title } })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByDate", values: { attributeName: title } })) }))] }));
|
|
32
|
+
return (_jsxs("div", { children: [_jsxs("label", { className: classNames, htmlFor: uniqueKey, children: [_jsx("input", { id: uniqueKey, type: "checkbox", className: "input-checkbox", checked: isApplied, onChange: (e) => handleIgnoreChanged(e.target.checked) }), _jsx("span", { className: "input-label-text", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }), !!isError && (_jsx("div", { className: "gd-message error s-not-applied-attribute-filter", children: isInsightWidget(widget) ? (_jsx(FormattedMessage, { id: "configurationPanel.vizCantBeFilteredByDate", values: { attributeName: title } })) : (_jsx(FormattedMessage, { id: "configurationPanel.kpiCantBeFilteredByDate", values: { attributeName: title } })) }))] }));
|
|
35
33
|
}
|
|
@@ -3,6 +3,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { ShortenedText } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
const tooltipAlignPoints = [{ align: "cl cr", offset: { x: -20, y: 0 } }];
|
|
5
5
|
export function FilterConfigurationItemLabel({ className, uniqueKey, title, isApplied, isLoading, disabled, dataTestId, onChange, }) {
|
|
6
|
-
return (_jsxs("label", { "data-testid": dataTestId, className: className, htmlFor: uniqueKey, children: [
|
|
7
|
-
_jsx("input", { id: uniqueKey, type: "checkbox", className: "input-checkbox", checked: isApplied, disabled: disabled, onChange: (e) => onChange(e.target.checked) }), _jsx("span", { className: "input-label-text", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }));
|
|
6
|
+
return (_jsxs("label", { "data-testid": dataTestId, className: className, htmlFor: uniqueKey, children: [_jsx("input", { id: uniqueKey, type: "checkbox", className: "input-checkbox", checked: isApplied, disabled: disabled, onChange: (e) => onChange(e.target.checked) }), _jsx("span", { className: "input-label-text", children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tagName: "span", className: "title", children: title }) }), isLoading ? _jsx("div", { className: "gd-spinner small" }) : null] }));
|
|
8
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAttributeFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useAttributeFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,MAAM,EAAgD,MAAM,qBAAqB,CAAC;AAc9G,wBAAgB,uCAAuC,CACnD,MAAM,EAAE,OAAO,EACf,cAAc,EAAE,MAAM,EACtB,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI
|
|
1
|
+
{"version":3,"file":"useAttributeFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useAttributeFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,MAAM,EAAgD,MAAM,qBAAqB,CAAC;AAc9G,wBAAgB,uCAAuC,CACnD,MAAM,EAAE,OAAO,EACf,cAAc,EAAE,MAAM,EACtB,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI;;mCAyF9B,OAAO;EA4CxB"}
|
package/esm/presentation/widget/common/configuration/useDateFilterConfigurationHandling.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDateFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useDateFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,OAAO,EACZ,KAAK,MAAM,EAKd,MAAM,qBAAqB,CAAC;AAmB7B,wBAAgB,kCAAkC,CAC9C,MAAM,EAAE,OAAO,EACf,mBAAmB,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,EAC/D,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,EAC5C,UAAU,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useDateFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useDateFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,OAAO,EACZ,KAAK,MAAM,EAKd,MAAM,qBAAqB,CAAC;AAmB7B,wBAAgB,kCAAkC,CAC9C,MAAM,EAAE,OAAO,EACf,mBAAmB,EAAE,SAAS,mBAAmB,EAAE,GAAG,SAAS,EAC/D,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,EAC5C,UAAU,CAAC,EAAE,MAAM;;mCAwNV,MAAM;uCAtID,OAAO,kBAAkB,MAAM,GAAG,SAAS;mCAuG3C,OAAO;EAkDxB"}
|
package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMeasureValueFilterCompatibility.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,MAAM,EAQd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAA4C,MAAM,kBAAkB,CAAC;AAO9F,wBAAgB,kCAAkC,CAC9C,OAAO,EAAE,QAAQ,GAAG,SAAS,EAC7B,OAAO,EAAE,4BAA4B,EAAE
|
|
1
|
+
{"version":3,"file":"useMeasureValueFilterCompatibility.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,4BAA4B,EACjC,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,MAAM,EAQd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAA4C,MAAM,kBAAkB,CAAC;AAO9F,wBAAgB,kCAAkC,CAC9C,OAAO,EAAE,QAAQ,GAAG,SAAS,EAC7B,OAAO,EAAE,4BAA4B,EAAE;;+BAoER,MAAM;;;EAIxC;AAWD,wBAAsB,yBAAyB,CAC3C,OAAO,EAAE,UAAU,CAAC,OAAO,gBAAgB,CAAC,EAC5C,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,kBAAkB,EAC3B,WAAW,EAAE,MAAM,EAAE,qBAiCxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMeasureValueFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,MAAM,EAAgD,MAAM,qBAAqB,CAAC;AAa9G,wBAAgB,0CAA0C,CACtD,MAAM,EAAE,OAAO,EACf,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI
|
|
1
|
+
{"version":3,"file":"useMeasureValueFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,MAAM,EAAgD,MAAM,qBAAqB,CAAC;AAa9G,wBAAgB,0CAA0C,CACtD,MAAM,EAAE,OAAO,EACf,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI;;mCAyD9B,OAAO;EAuCxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useExportHandler.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,aAAa,EAIrB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,KAAK,aAAa,GAAG,CACjB,cAAc,EAAE,CAAC,MAAM,EAAE,qBAAqB,KAAK,OAAO,CAAC,aAAa,CAAC,EACzE,YAAY,EAAE,qBAAqB,KAClC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"useExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useExportHandler.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,aAAa,EAIrB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,KAAK,aAAa,GAAG,CACjB,cAAc,EAAE,CAAC,MAAM,EAAE,qBAAqB,KAAK,OAAO,CAAC,aAAa,CAAC,EACzE,YAAY,EAAE,qBAAqB,KAClC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,gBAAgB,QAAO,aAoDnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useImageExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useImageExportHandler.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAMrF,KAAK,kBAAkB,GAAG,CACtB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,EACzD,KAAK,EAAE,MAAM,KACZ,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"useImageExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useImageExportHandler.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAMrF,KAAK,kBAAkB,GAAG,CACtB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,EACzD,KAAK,EAAE,MAAM,KACZ,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,qBAAqB,QAAO,kBA8BxC,CAAC"}
|
|
@@ -2,9 +2,9 @@ import { type IInsight, type IInsightWidget, type ObjRef } from "@gooddata/sdk-m
|
|
|
2
2
|
export declare const useInsightExport: (config: {
|
|
3
3
|
title: string;
|
|
4
4
|
widgetRef: ObjRef;
|
|
5
|
-
insight?: IInsight
|
|
6
|
-
widget?: IInsightWidget
|
|
7
|
-
enableNewTabularExport?: boolean
|
|
5
|
+
insight?: IInsight;
|
|
6
|
+
widget?: IInsightWidget;
|
|
7
|
+
enableNewTabularExport?: boolean;
|
|
8
8
|
}) => {
|
|
9
9
|
exportCSVEnabled: boolean;
|
|
10
10
|
exportXLSXEnabled: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightExport.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useInsightExport.ts"],"names":[],"mappings":"AASA,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AA+C7B,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"useInsightExport.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useInsightExport.ts"],"names":[],"mappings":"AASA,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AA+C7B,eAAO,MAAM,gBAAgB,WAAY;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;;;;;;;;;;;;;;;;;;;;;;CAmWA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useRawExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useRawExportHandler.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,aAAa,EAGrB,MAAM,2BAA2B,CAAC;AAMnC,KAAK,aAAa,GAAG,CACjB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,0BAA0B,KAAK,OAAO,CAAC,aAAa,CAAC,EAClG,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,0BAA0B,KACnC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"useRawExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useRawExportHandler.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,0BAA0B,EAC/B,KAAK,aAAa,EAGrB,MAAM,2BAA2B,CAAC;AAMnC,KAAK,aAAa,GAAG,CACjB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,0BAA0B,KAAK,OAAO,CAAC,aAAa,CAAC,EAClG,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,0BAA0B,KACnC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,mBAAmB,QAAO,aA8BtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSlidesExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useSlidesExportHandler.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAMrF,KAAK,mBAAmB,GAAG,CACvB,cAAc,EAAE,CACZ,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,KAAK,GAAG,MAAM,EAC1B,UAAU,CAAC,EAAE,MAAM,KAClB,OAAO,CAAC,aAAa,CAAC,EAC3B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,KAAK,GAAG,MAAM,EAC1B,UAAU,CAAC,EAAE,MAAM,KAClB,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"useSlidesExportHandler.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useSlidesExportHandler.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAMrF,KAAK,mBAAmB,GAAG,CACvB,cAAc,EAAE,CACZ,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,KAAK,GAAG,MAAM,EAC1B,UAAU,CAAC,EAAE,MAAM,KAClB,OAAO,CAAC,aAAa,CAAC,EAC3B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,KAAK,GAAG,MAAM,EAC1B,UAAU,CAAC,EAAE,MAAM,KAClB,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,eAAO,MAAM,sBAAsB,QAAO,mBA+BzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWidgetHighlighting.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useWidgetHighlighting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAwD,MAAM,OAAO,CAAC;AAI7F,OAAO,EACH,KAAK,OAAO,EAKf,MAAM,qBAAqB,CAAC;AAgF7B,eAAO,MAAM,qBAAqB;;;
|
|
1
|
+
{"version":3,"file":"useWidgetHighlighting.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useWidgetHighlighting.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAwD,MAAM,OAAO,CAAC;AAI7F,OAAO,EACH,KAAK,OAAO,EAKf,MAAM,qBAAqB,CAAC;AAgF7B,eAAO,MAAM,qBAAqB,WAAY,OAAO;;;CA0CpD,CAAC"}
|
|
@@ -53,6 +53,5 @@ export function DescriptionClickTrigger(props) {
|
|
|
53
53
|
const overlayClassName = cx("gd-description-panel-bubble-overlay", {
|
|
54
54
|
hidden: !isOpen,
|
|
55
55
|
});
|
|
56
|
-
return (_jsxs(_Fragment, { children: [
|
|
57
|
-
_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { ref: iconRef, className: iconClassName, onClick: switchIsOpen, onKeyDown: onKeyDown, "aria-label": title, "aria-expanded": isOpen, "aria-controls": tooltipContentId, "aria-describedby": isOpen ? tooltipContentId : undefined, role: "button", tabIndex: 0, children: _jsx(DescriptionIcon, { className: triggerClassName }) }) }), _jsx(Bubble, { id: tooltipContentId, className: bubbleClassName, overlayClassName: overlayClassName, alignPoints: DESCRIPTION_PANEL_ALIGN_POINTS, arrowOffsets: DESCRIPTION_PANEL_ARROW_OFFSETS, arrowStyle: { display: "none" }, onClose: handleClose, closeOnOutsideClick: isOpen, ignoreClicksOn: [iconRef.current ?? undefined], closeOnParentScroll: false, alignTo: `.${props.className}`, ensureVisibility: true, children: isOpen ? _jsx(DescriptionPanelContent, { ...props }) : null }, isOpen ? "open" : "closed")] }));
|
|
56
|
+
return (_jsxs(_Fragment, { children: [_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { ref: iconRef, className: iconClassName, onClick: switchIsOpen, onKeyDown: onKeyDown, "aria-label": title, "aria-expanded": isOpen, "aria-controls": tooltipContentId, "aria-describedby": isOpen ? tooltipContentId : undefined, role: "button", tabIndex: 0, children: _jsx(DescriptionIcon, { className: triggerClassName }) }) }), _jsx(Bubble, { id: tooltipContentId, className: bubbleClassName, overlayClassName: overlayClassName, alignPoints: DESCRIPTION_PANEL_ALIGN_POINTS, arrowOffsets: DESCRIPTION_PANEL_ARROW_OFFSETS, arrowStyle: { display: "none" }, onClose: handleClose, closeOnOutsideClick: isOpen, ignoreClicksOn: [iconRef.current ?? undefined], closeOnParentScroll: false, alignTo: `.${props.className}`, ensureVisibility: true, children: isOpen ? _jsx(DescriptionPanelContent, { ...props }) : null }, isOpen ? "open" : "closed")] }));
|
|
58
57
|
}
|
package/esm/presentation/widget/description/InsightWidgetDescriptionComponentProvider.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightWidgetDescriptionComponentProvider.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/InsightWidgetDescriptionComponentProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAG3E,OAAO,EAAE,KAAK,qCAAqC,EAAE,MAAM,YAAY,CAAC;AAExE,UAAU,6CAA6C;IACnD,iCAAiC,EAAE,EAAE,CAAC,qCAAqC,CAAC,CAAC;CAChF;AAMD,wBAAgB,yCAAyC,CAAC,EACtD,iCAAiC,EACjC,QAAQ,EACX,EAAE;IACC,iCAAiC,EAAE,EAAE,CAAC,qCAAqC,CAAC,CAAC;IAC7E,QAAQ,EAAE,SAAS,CAAC;CACvB,2CAMA;AAED,eAAO,MAAM,oCAAoC,
|
|
1
|
+
{"version":3,"file":"InsightWidgetDescriptionComponentProvider.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/InsightWidgetDescriptionComponentProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAG3E,OAAO,EAAE,KAAK,qCAAqC,EAAE,MAAM,YAAY,CAAC;AAExE,UAAU,6CAA6C;IACnD,iCAAiC,EAAE,EAAE,CAAC,qCAAqC,CAAC,CAAC;CAChF;AAMD,wBAAgB,yCAAyC,CAAC,EACtD,iCAAiC,EACjC,QAAQ,EACX,EAAE;IACC,iCAAiC,EAAE,EAAE,CAAC,qCAAqC,CAAC,CAAC;IAC7E,QAAQ,EAAE,SAAS,CAAC;CACvB,2CAMA;AAED,eAAO,MAAM,oCAAoC,QAAO,6CAMvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightWidgetDescription.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/useInsightWidgetDescription.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,qCAAqC,EAAE,MAAM,YAAY,CAAC;AAExE,eAAO,MAAM,2BAA2B;;;
|
|
1
|
+
{"version":3,"file":"useInsightWidgetDescription.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/useInsightWidgetDescription.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,qCAAqC,EAAE,MAAM,YAAY,CAAC;AAExE,eAAO,MAAM,2BAA2B,UAAW,qCAAqC;;;CAoBvF,CAAC"}
|
|
@@ -58,14 +58,12 @@ export function LayeredTableView(props) {
|
|
|
58
58
|
panelRefs.current[focusRequestedForTabId]?.focus();
|
|
59
59
|
setFocusRequestedForTabId(null);
|
|
60
60
|
}, [focusRequestedForTabId, selectedTabId]);
|
|
61
|
-
return (_jsxs("div", { className: "gd-layered-table-view", children: [
|
|
62
|
-
_jsx(UiTabs, { size: "small", tabs: tabs, selectedTabId: selectedTabId, onTabSelect: handleTabSelect, accessibilityConfig: accessibilityConfig }), _jsx("div", { className: "gd-layered-table-view__panels", children: tabPanels.map(({ layer, tabId, panelId }) => {
|
|
61
|
+
return (_jsxs("div", { className: "gd-layered-table-view", children: [_jsx(UiTabs, { size: "small", tabs: tabs, selectedTabId: selectedTabId, onTabSelect: handleTabSelect, accessibilityConfig: accessibilityConfig }), _jsx("div", { className: "gd-layered-table-view__panels", children: tabPanels.map(({ layer, tabId, panelId }) => {
|
|
63
62
|
const isActive = layer.layerId === selectedTabId;
|
|
64
63
|
return (_jsx("div", { className: isActive
|
|
65
64
|
? "gd-layered-table-view__panel gd-layered-table-view__panel--active"
|
|
66
65
|
: "gd-layered-table-view__panel", id: panelId, role: "tabpanel", "aria-labelledby": tabId, tabIndex: -1, hidden: !isActive, ref: (node) => {
|
|
67
66
|
panelRefs.current[layer.layerId] = node;
|
|
68
67
|
}, children: isActive ? (_jsx(InsightRenderer, { ...insightBodyProps, insight: layer.tableInsight })) : null }, layer.layerId));
|
|
69
|
-
}) })
|
|
70
|
-
] }));
|
|
68
|
+
}) })] }));
|
|
71
69
|
}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CompactContentError.js
CHANGED
|
@@ -4,9 +4,5 @@ import { FormattedMessage } from "react-intl";
|
|
|
4
4
|
import { Bubble, BubbleHoverTrigger } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
const bubbleAlignPoints = [{ align: "bc tc", offset: { x: 0, y: 0 } }];
|
|
6
6
|
export function CompactContentError({ className, headline, text }) {
|
|
7
|
-
return (_jsxs(BubbleHoverTrigger, { children: [
|
|
8
|
-
_jsx("div", { className: `info-label-icon ${className}` }), _jsxs(Bubble, { alignPoints: bubbleAlignPoints, children: [
|
|
9
|
-
_jsx(FormattedMessage, { id: headline }), _jsx("br", {}), _jsx(FormattedMessage, { id: text })
|
|
10
|
-
] })
|
|
11
|
-
] }));
|
|
7
|
+
return (_jsxs(BubbleHoverTrigger, { children: [_jsx("div", { className: `info-label-icon ${className}` }), _jsxs(Bubble, { alignPoints: bubbleAlignPoints, children: [_jsx(FormattedMessage, { id: headline }), _jsx("br", {}), _jsx(FormattedMessage, { id: text })] })] }));
|
|
12
8
|
}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/DataTooLargeError.js
CHANGED
|
@@ -5,7 +5,5 @@ import { Typography } from "@gooddata/sdk-ui-kit";
|
|
|
5
5
|
import { CompactContentError } from "./CompactContentError.js";
|
|
6
6
|
import { ErrorContainer } from "./ErrorContainer.js";
|
|
7
7
|
export function DataTooLargeError({ fullContent }) {
|
|
8
|
-
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-rain", children: [
|
|
9
|
-
_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.dataTooLarge.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.dataTooLarge.text", tagName: "span" }) })
|
|
10
|
-
] })) : (_jsx(CompactContentError, { className: "gd-icon-rain", headline: "visualization.dataTooLarge.headline", text: "visualization.dataTooLarge.text" })) }));
|
|
8
|
+
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-rain", children: [_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.dataTooLarge.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.dataTooLarge.text", tagName: "span" }) })] })) : (_jsx(CompactContentError, { className: "gd-icon-rain", headline: "visualization.dataTooLarge.headline", text: "visualization.dataTooLarge.text" })) }));
|
|
11
9
|
}
|
|
@@ -5,7 +5,5 @@ import { Typography } from "@gooddata/sdk-ui-kit";
|
|
|
5
5
|
import { CompactContentError } from "./CompactContentError.js";
|
|
6
6
|
import { ErrorContainer } from "./ErrorContainer.js";
|
|
7
7
|
export function ExecuteProtectedError({ fullContent }) {
|
|
8
|
-
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-warning", children: [
|
|
9
|
-
_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.execute_protected_report.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.execute_protected_report.text", tagName: "span" }) })
|
|
10
|
-
] })) : (_jsx(CompactContentError, { className: "gd-icon-warning", headline: "visualization.execute_protected_report.headline", text: "visualization.execute_protected_report.text" })) }));
|
|
8
|
+
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-warning", children: [_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.execute_protected_report.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.execute_protected_report.text", tagName: "span" }) })] })) : (_jsx(CompactContentError, { className: "gd-icon-warning", headline: "visualization.execute_protected_report.headline", text: "visualization.execute_protected_report.text" })) }));
|
|
11
9
|
}
|
|
@@ -4,9 +4,5 @@ import { FormattedMessage } from "react-intl";
|
|
|
4
4
|
import { Bubble, BubbleHoverTrigger, Typography } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
const bubbleAlignPoints = [{ align: "bc tc", offset: { x: 0, y: 0 } }];
|
|
6
6
|
export function NoDataError({ fullContent }) {
|
|
7
|
-
return (_jsx("div", { className: "gd-visualization-content visualization-empty", children: _jsx("div", { className: "info-label info-label-empty", children: fullContent ? (_jsxs(_Fragment, { children: [
|
|
8
|
-
_jsx("div", { className: "info-label-icon-empty" }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.empty.headline", tagName: "span" }) })
|
|
9
|
-
] })) : (_jsxs(BubbleHoverTrigger, { children: [
|
|
10
|
-
_jsx("div", { className: "info-label-icon-empty" }), _jsx(Bubble, { alignPoints: bubbleAlignPoints, children: _jsx(FormattedMessage, { id: "visualization.empty.headline", tagName: "span" }) })
|
|
11
|
-
] })) }) }));
|
|
7
|
+
return (_jsx("div", { className: "gd-visualization-content visualization-empty", children: _jsx("div", { className: "info-label info-label-empty", children: fullContent ? (_jsxs(_Fragment, { children: [_jsx("div", { className: "info-label-icon-empty" }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.empty.headline", tagName: "span" }) })] })) : (_jsxs(BubbleHoverTrigger, { children: [_jsx("div", { className: "info-label-icon-empty" }), _jsx(Bubble, { alignPoints: bubbleAlignPoints, children: _jsx(FormattedMessage, { id: "visualization.empty.headline", tagName: "span" }) })] })) }) }));
|
|
12
8
|
}
|
|
@@ -5,7 +5,5 @@ import { Typography } from "@gooddata/sdk-ui-kit";
|
|
|
5
5
|
import { CompactContentError } from "./CompactContentError.js";
|
|
6
6
|
import { ErrorContainer } from "./ErrorContainer.js";
|
|
7
7
|
export function OtherError({ fullContent }) {
|
|
8
|
-
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-warning", children: [
|
|
9
|
-
_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.error.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.error.text", tagName: "span" }) })
|
|
10
|
-
] })) : (_jsx(CompactContentError, { className: "gd-icon-warning", headline: "visualization.error.headline", text: "visualization.error.text" })) }));
|
|
8
|
+
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-warning", children: [_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.error.headline", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.error.text", tagName: "span" }) })] })) : (_jsx(CompactContentError, { className: "gd-icon-warning", headline: "visualization.error.headline", text: "visualization.error.text" })) }));
|
|
11
9
|
}
|
|
@@ -5,7 +5,5 @@ import { Typography } from "@gooddata/sdk-ui-kit";
|
|
|
5
5
|
import { CompactContentError } from "./CompactContentError.js";
|
|
6
6
|
import { ErrorContainer } from "./ErrorContainer.js";
|
|
7
7
|
export function ResultCacheMissingError({ fullContent }) {
|
|
8
|
-
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-sync", children: [
|
|
9
|
-
_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.ErrorMessageResultCacheMissing", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.ErrorDescriptionResultCacheMissing", tagName: "span" }) })
|
|
10
|
-
] })) : (_jsx(CompactContentError, { className: "gd-icon-sync", headline: "visualization.ErrorMessageResultCacheMissing", text: "visualization.ErrorDescriptionResultCacheMissing" })) }));
|
|
8
|
+
return (_jsx(ErrorContainer, { children: fullContent ? (_jsxs("div", { className: "info-label-icon gd-icon-sync", children: [_jsx(Typography, { tagName: "h2", children: _jsx(FormattedMessage, { id: "visualization.ErrorMessageResultCacheMissing", tagName: "span" }) }), _jsx(Typography, { tagName: "p", children: _jsx(FormattedMessage, { id: "visualization.ErrorDescriptionResultCacheMissing", tagName: "span" }) })] })) : (_jsx(CompactContentError, { className: "gd-icon-sync", headline: "visualization.ErrorMessageResultCacheMissing", text: "visualization.ErrorDescriptionResultCacheMissing" })) }));
|
|
11
9
|
}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/sizingUtils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizingUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/CustomError/sizingUtils.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"sizingUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/CustomError/sizingUtils.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB,WAAY,MAAM,GAAG,SAAS,SAAS,MAAM,GAAG,SAAS,KAAG,OAS/F,CAAC"}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js
CHANGED
|
@@ -82,7 +82,5 @@ export function DashboardInsightWithDrillDialog(props) {
|
|
|
82
82
|
}
|
|
83
83
|
setKeyDriveInfo((prev) => (prev ? { ...prev, keyDriveDefinition: definition } : prev));
|
|
84
84
|
}, []);
|
|
85
|
-
return (_jsxs(_Fragment, { children: [
|
|
86
|
-
_jsx(DashboardInsightWithDrillSelect, { ...props, onDrillDown: onDrillDown, onDrillToInsight: onDrillToInsight, onKeyDriverAnalysisSuccess: onKeyDriverAnalysisSuccess, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart }), activeDrillStep ? (_jsx(InsightDrillDialog, { locale: locale, breadcrumbs: breadcrumbs, widget: widget, insight: insight, onDrillDown: onDrillDown, onBackButtonClick: goBack, onClose: onClose, enableDrillDescription: true, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart })) : null, _jsx(KdaDialogController, { requestedDefinition: keyDriveInfo?.keyDriveDefinition, separators: separators, showCloseButton: true, includeTags: objectAvailability?.includeObjectsWithTags, excludeTags: objectAvailability?.excludeObjectsWithTags, onRequestedDefinitionChange: onRequestedDefinitionChange, onClose: onCloseKeyDriverAnalysis })
|
|
87
|
-
] }));
|
|
85
|
+
return (_jsxs(_Fragment, { children: [_jsx(DashboardInsightWithDrillSelect, { ...props, onDrillDown: onDrillDown, onDrillToInsight: onDrillToInsight, onKeyDriverAnalysisSuccess: onKeyDriverAnalysisSuccess, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart }), activeDrillStep ? (_jsx(InsightDrillDialog, { locale: locale, breadcrumbs: breadcrumbs, widget: widget, insight: insight, onDrillDown: onDrillDown, onBackButtonClick: goBack, onClose: onClose, enableDrillDescription: true, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart })) : null, _jsx(KdaDialogController, { requestedDefinition: keyDriveInfo?.keyDriveDefinition, separators: separators, showCloseButton: true, includeTags: objectAvailability?.includeObjectsWithTags, excludeTags: objectAvailability?.excludeObjectsWithTags, onRequestedDefinitionChange: onRequestedDefinitionChange, onClose: onCloseKeyDriverAnalysis })] }));
|
|
88
86
|
}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js
CHANGED
|
@@ -201,8 +201,5 @@ export function DashboardInsight({ insight, widget, clientHeight, clientWidth, b
|
|
|
201
201
|
};
|
|
202
202
|
return (_jsxs("div", { ref: setContent, className: cx("visualization-content", {
|
|
203
203
|
"in-edit-mode": isInEditMode,
|
|
204
|
-
}), ...exportDataVis, children: [isTooSmall ? (_jsxs("div", { className: "visualization-small-content", children: [
|
|
205
|
-
_jsx(IconInsight, {}), _jsx("div", { className: "visualization-small-content-description", style: { fontSize: `${fontSize}em` }, children: _jsx(FormattedMessage, { id: "visualization.warning.export.too_small" }) })
|
|
206
|
-
] })) : null, _jsx("div", { className: cx("gd-visualization-content", { zoomable: isZoomable }), style: insightPositionStyle, children: _jsx(IntlWrapper, { locale: locale, children: renderComponent() }) })
|
|
207
|
-
] }));
|
|
204
|
+
}), ...exportDataVis, children: [isTooSmall ? (_jsxs("div", { className: "visualization-small-content", children: [_jsx(IconInsight, {}), _jsx("div", { className: "visualization-small-content-description", style: { fontSize: `${fontSize}em` }, children: _jsx(FormattedMessage, { id: "visualization.warning.export.too_small" }) })] })) : null, _jsx("div", { className: cx("gd-visualization-content", { zoomable: isZoomable }), style: insightPositionStyle, children: _jsx(IntlWrapper, { locale: locale, children: renderComponent() }) })] }));
|
|
208
205
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardInsightDrills.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAEH,KAAK,WAAW,EAChB,KAAK,SAAS,EAEjB,MAAM,kBAAkB,CAAC;AAgB1B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"useDashboardInsightDrills.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAEH,KAAK,WAAW,EAChB,KAAK,SAAS,EAEjB,MAAM,kBAAkB,CAAC;AAgB1B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,6CAInC,+BAA+B;;uBASnB,SAAS,KAAG,IAAI;sBAyBb,WAAW;CAoC5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHandlePropertiesPushData.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/Insight/useHandlePropertiesPushData.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAuC,MAAM,qBAAqB,CAAC;AAC9G,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAiClD,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"useHandlePropertiesPushData.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/Insight/useHandlePropertiesPushData.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAuC,MAAM,qBAAqB,CAAC;AAC9G,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAiClD,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,QAAQ,UAWtE,SAAS,KAAG,IAAI,CAW9B"}
|
package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js
CHANGED
|
@@ -38,16 +38,11 @@ export function DrillDialog({ insight, widget, insightTitle, breadcrumbs, onClos
|
|
|
38
38
|
}, [isWidgetAsTable, formatMessage, onShowAsTable]);
|
|
39
39
|
return (_jsx(UiAutofocus, { refocusKey: titleWithBreadcrumbs, children: _jsxs(DialogBase, { submitOnEnterKey: false, className: cx("gd-drill-modal-dialog s-drill-modal-dialog", {
|
|
40
40
|
"gd-ff-drill-description": enableDrillDescription,
|
|
41
|
-
}), onClose: onCloseDialog, displayCloseButton: true, accessibilityConfig: { ...accessibilityConfig, isModal: true, titleElementId }, initialFocus: initialFocus, returnFocusAfterClose: true, shouldCloseOnEscape: true, autofocusOnOpen: true, focusCheckFn: focusCheckFn, children: [
|
|
42
|
-
_jsxs("div", { className: cx("gd-dialog-header gd-dialog-header-with-border gd-drill-modal-dialog-header", {
|
|
41
|
+
}), onClose: onCloseDialog, displayCloseButton: true, accessibilityConfig: { ...accessibilityConfig, isModal: true, titleElementId }, initialFocus: initialFocus, returnFocusAfterClose: true, shouldCloseOnEscape: true, autofocusOnOpen: true, focusCheckFn: focusCheckFn, children: [_jsxs("div", { className: cx("gd-dialog-header gd-dialog-header-with-border gd-drill-modal-dialog-header", {
|
|
43
42
|
"gd-ff-drill-description": enableDrillDescription,
|
|
44
|
-
}), children: [isBackButtonVisible ? (_jsxs(BubbleHoverTrigger, { children: [
|
|
45
|
-
_jsx(Button, { className: "gd-button-primary gd-button-icon-only gd-icon-navigateleft s-drill-reset-button gd-drill-reset-button", onClick: onBackButtonClick, accessibilityConfig: {
|
|
43
|
+
}), children: [isBackButtonVisible ? (_jsxs(BubbleHoverTrigger, { children: [_jsx(Button, { className: "gd-button-primary gd-button-icon-only gd-icon-navigateleft s-drill-reset-button gd-drill-reset-button", onClick: onBackButtonClick, accessibilityConfig: {
|
|
46
44
|
ariaLabel: formatMessage({ id: "drillModal.backToTop" }),
|
|
47
|
-
} }), _jsx(Bubble, { className: "bubble-primary", alignPoints: bubbleAlignPoints, children: _jsx(FormattedMessage, { id: "drillModal.backToTop", tagName: "span" }) })
|
|
48
|
-
] })) : null, _jsx(Typography, { tagName: "h3", className: "gd-drill-title s-drill-title", id: titleElementId, children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tooltipVisibleOnMouseOver: false, children: titleWithBreadcrumbs }) })
|
|
49
|
-
] }), _jsx("div", { className: cx("gd-drill-modal-dialog-content visualization", {
|
|
45
|
+
} }), _jsx(Bubble, { className: "bubble-primary", alignPoints: bubbleAlignPoints, children: _jsx(FormattedMessage, { id: "drillModal.backToTop", tagName: "span" }) })] })) : null, _jsx(Typography, { tagName: "h3", className: "gd-drill-title s-drill-title", id: titleElementId, children: _jsx(ShortenedText, { tooltipAlignPoints: tooltipAlignPoints, tooltipVisibleOnMouseOver: false, children: titleWithBreadcrumbs }) })] }), _jsx("div", { className: cx("gd-drill-modal-dialog-content visualization", {
|
|
50
46
|
"gd-ff-drill-description": enableDrillDescription,
|
|
51
|
-
}), children: _jsx("div", { className: "gd-drill-modal-dialog-content-base", children: children }) }), canExport || isShowAsTableVisible ? (_jsxs("div", { className: "gd-drill-modal-dialog-footer gd-drill-modal-dialog-footer-with-border s-drill-modal-dialog-footer", children: [isShowAsTableVisible ? (_jsx(UiButton, { variant: "tertiary", onClick: handleShowAsTableClick, iconBefore: isWidgetAsTable ? "visualization" : "table", label: formatMessage(showAsTableButtonMessage) })) : null, canExport ? (_jsx(DrillDialogExportDropdownResolver, { insight: insight, widget: widget, exportAvailable: exportAvailable, exportXLSXEnabled: exportXLSXEnabled, exportCSVEnabled: exportCSVEnabled, exportCSVRawEnabled: exportCSVRawEnabled, exportPDFEnabled: exportPDFEnabled, exportPDFVisible: exportPDFVisible || (isWidgetAsTable && !isAccessibilityModeEnabled), onExportXLSX: onExportXLSX, onExportCSV: onExportCSV, onExportCSVRaw: onExportCSVRaw, onExportPDF: onExportPDF, isLoading: isLoading, isExporting: isExporting, isExportRawVisible: isExportRawVisible })) : null] })) : null, _jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", role: "status", children: announcementText })
|
|
52
|
-
] }) }));
|
|
47
|
+
}), children: _jsx("div", { className: "gd-drill-modal-dialog-content-base", children: children }) }), canExport || isShowAsTableVisible ? (_jsxs("div", { className: "gd-drill-modal-dialog-footer gd-drill-modal-dialog-footer-with-border s-drill-modal-dialog-footer", children: [isShowAsTableVisible ? (_jsx(UiButton, { variant: "tertiary", onClick: handleShowAsTableClick, iconBefore: isWidgetAsTable ? "visualization" : "table", label: formatMessage(showAsTableButtonMessage) })) : null, canExport ? (_jsx(DrillDialogExportDropdownResolver, { insight: insight, widget: widget, exportAvailable: exportAvailable, exportXLSXEnabled: exportXLSXEnabled, exportCSVEnabled: exportCSVEnabled, exportCSVRawEnabled: exportCSVRawEnabled, exportPDFEnabled: exportPDFEnabled, exportPDFVisible: exportPDFVisible || (isWidgetAsTable && !isAccessibilityModeEnabled), onExportXLSX: onExportXLSX, onExportCSV: onExportCSV, onExportCSVRaw: onExportCSVRaw, onExportPDF: onExportPDF, isLoading: isLoading, isExporting: isExporting, isExportRawVisible: isExportRawVisible })) : null] })) : null, _jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", role: "status", children: announcementText })] }) }));
|
|
53
48
|
}
|
|
@@ -10,9 +10,7 @@ function InteractiveItemWithIcon({ item, isFocused }) {
|
|
|
10
10
|
"gd-ui-kit-menu__item--isFocused": isFocused,
|
|
11
11
|
"gd-ui-kit-menu__item--isSelected": !!item.isSelected,
|
|
12
12
|
"gd-ui-kit-menu__item--isDisabled": !!item.isDisabled,
|
|
13
|
-
}), children: [
|
|
14
|
-
_jsx(UiIcon, { type: item.data.icon }), _jsx(ShortenedText, { className: "gd-ui-kit-menu-item-title", ellipsisPosition: "end", children: item.stringTitle })
|
|
15
|
-
] }));
|
|
13
|
+
}), children: [_jsx(UiIcon, { type: item.data.icon }), _jsx(ShortenedText, { className: "gd-ui-kit-menu-item-title", ellipsisPosition: "end", children: item.stringTitle })] }));
|
|
16
14
|
}
|
|
17
15
|
const dropdownAlignPoints = [
|
|
18
16
|
{
|
|
@@ -53,17 +51,13 @@ export function DrillDialogExportDropdown({ exportAvailable, exportXLSXEnabled,
|
|
|
53
51
|
}, []);
|
|
54
52
|
const itemDataTestId = useCallback((item) => (item.type === "interactive" ? item.data.dataTestId : undefined), []);
|
|
55
53
|
return (_jsx("div", { className: classNames, children: _jsx(Dropdown, { autofocusOnOpen: true, shouldTrapFocus: false, alignPoints: dropdownAlignPoints, renderBody: ({ closeDropdown, ariaAttributes }) => (_jsx("div", { className: "gd-drill-dialog-export", children: _jsx(UiMenu, { onClose: closeDropdown, ariaAttributes: ariaAttributes, onSelect: handleSelectItem, items: items, dataTestId: "s-drill-modal-export-options", itemDataTestId: itemDataTestId, InteractiveItem: DrillModalExportMenuItem }) })), renderButton: (buttonRenderProps) => {
|
|
56
|
-
return isDropdownDisabled ? (_jsx("div", { className: classNames, children: _jsxs(BubbleHoverTrigger, { children: [
|
|
57
|
-
_jsx(DropdownTriggerButton, { ...buttonRenderProps, isDisabled: true }), _jsx(Bubble, { className: "bubble-primary", alignPoints: dropdownDisabledBubbleAlignPoints, children: _jsx(FormattedMessage, { id: "export_unsupported.disabled" }) })
|
|
58
|
-
] }) })) : (_jsx(DropdownTriggerButton, { ...buttonRenderProps }));
|
|
54
|
+
return isDropdownDisabled ? (_jsx("div", { className: classNames, children: _jsxs(BubbleHoverTrigger, { children: [_jsx(DropdownTriggerButton, { ...buttonRenderProps, isDisabled: true }), _jsx(Bubble, { className: "bubble-primary", alignPoints: dropdownDisabledBubbleAlignPoints, children: _jsx(FormattedMessage, { id: "export_unsupported.disabled" }) })] }) })) : (_jsx(DropdownTriggerButton, { ...buttonRenderProps }));
|
|
59
55
|
} }) }));
|
|
60
56
|
}
|
|
61
57
|
function DrillModalExportMenuItem(props) {
|
|
62
58
|
const { item, isFocused } = props;
|
|
63
59
|
const tooltip = item.data.disabledTooltip;
|
|
64
|
-
return item.isDisabled && tooltip !== undefined ? (_jsxs(_Fragment, { children: [
|
|
65
|
-
_jsx(UiTooltip, { triggerBy: isFocused ? [] : ["hover", "focus"], arrowPlacement: "left", optimalPlacement: true, content: tooltip, anchor: _jsx(InteractiveItemWithIcon, { ...props }) }), _jsx("div", { className: "sr-only", "aria-live": "polite", children: tooltip })
|
|
66
|
-
] })) : (_jsx(InteractiveItemWithIcon, { ...props }));
|
|
60
|
+
return item.isDisabled && tooltip !== undefined ? (_jsxs(_Fragment, { children: [_jsx(UiTooltip, { triggerBy: isFocused ? [] : ["hover", "focus"], arrowPlacement: "left", optimalPlacement: true, content: tooltip, anchor: _jsx(InteractiveItemWithIcon, { ...props }) }), _jsx("div", { className: "sr-only", "aria-live": "polite", children: tooltip })] })) : (_jsx(InteractiveItemWithIcon, { ...props }));
|
|
67
61
|
}
|
|
68
62
|
function DropdownTriggerButton({ toggleDropdown, buttonRef, accessibilityConfig, isDisabled, }) {
|
|
69
63
|
const { formatMessage } = useIntl();
|
|
@@ -101,13 +101,8 @@ export function InsightDrillDialog(props) {
|
|
|
101
101
|
const isShowAsTableVisible = supportsShowAsTable(insightVisualizationType(insight));
|
|
102
102
|
return (_jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsx(OverlayComponent, { className: "gd-drill-modal-overlay", isModal: true, closeOnEscape: true, closeOnOutsideClick: true, ignoreClicksOnByClass: overlayIgnoredClasses, onClose: onCloseDialog, positionType: "fixed", children: _jsx(IntlWrapper, { locale: locale, children: _jsxs(DrillDialog, { insight: insight, widget: widget, insightTitle: baseInsightTitle, isBackButtonVisible: breadcrumbs.length > 1, onBackButtonClick: onBackButtonClick, onCloseDialog: onCloseDialog, breadcrumbs: breadcrumbs, exportAvailable: exportXLSXEnabled || exportCSVEnabled, exportXLSXEnabled: exportXLSXEnabled, exportCSVEnabled: exportCSVEnabled, exportCSVRawEnabled: exportCSVRawEnabled, exportPDFEnabled: exportPdfTabularEnabled, exportPDFVisible: isExportPdfTabularVisible, enableDrillDescription: enableDrillDescription, onExportXLSX: onExportXLSX, onExportCSV: onExportCSV, onExportCSVRaw: onExportRawCSV, onExportPDF: onExportPdfTabular, isLoading: isLoading, isExporting: isExporting, isExportRawVisible: isExportRawVisible, isShowAsTableVisible: isShowAsTableVisible, isWidgetAsTable: drillDialogIsAsTable, onShowAsTable: toggleWidgetAsTable, focusCheckFn: isNotDocumentFocused, accessibilityConfig: {
|
|
103
103
|
dialogId,
|
|
104
|
-
}, children: [
|
|
105
|
-
|
|
106
|
-
return description && enableDrillDescription ? (_jsxs("div", { className: "drill-dialog-insight-container", children: [
|
|
107
|
-
_jsxs("div", { className: "drill-dialog-insight-container-insight", children: [
|
|
108
|
-
_jsx(InsightDrillDialogDescriptionButton, { isOpen: isOpen, isMobileDevice: isMobileDevice, setIsOpen: setIsOpen, descriptionId: descriptionId }), _jsx(DrillDialogInsight, { ...props, onDrill: onDrill, onLoadingChanged: handleLoadingChanged, onError: executionsHandler.onError, onWidgetFiltersReady: handleFiltersReady, pushData: executionsHandler.onPushData, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, drillStep: drillStep, isWidgetAsTable: drillDialogIsAsTable })
|
|
109
|
-
] }), _jsx(InsightDrillDialogDescriptionContent, { id: descriptionId, isOpen: isOpen, isMobileDevice: isMobileDevice, description: description, widgetFilters: widgetFilters, LoadingComponent: LoadingComponent })
|
|
110
|
-
] })) : (_jsx(DrillDialogInsight, { ...props, onDrill: onDrill, onLoadingChanged: handleLoadingChanged, onError: executionsHandler.onError, pushData: executionsHandler.onPushData, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, drillStep: drillStep, isWidgetAsTable: drillDialogIsAsTable }));
|
|
104
|
+
}, children: [_jsx(WithDrillSelect, { widgetRef: widget.ref, insight: props.insight, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart, onDrillDownSuccess: onDrillDown, children: ({ onDrill }) => {
|
|
105
|
+
return description && enableDrillDescription ? (_jsxs("div", { className: "drill-dialog-insight-container", children: [_jsxs("div", { className: "drill-dialog-insight-container-insight", children: [_jsx(InsightDrillDialogDescriptionButton, { isOpen: isOpen, isMobileDevice: isMobileDevice, setIsOpen: setIsOpen, descriptionId: descriptionId }), _jsx(DrillDialogInsight, { ...props, onDrill: onDrill, onLoadingChanged: handleLoadingChanged, onError: executionsHandler.onError, onWidgetFiltersReady: handleFiltersReady, pushData: executionsHandler.onPushData, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, drillStep: drillStep, isWidgetAsTable: drillDialogIsAsTable })] }), _jsx(InsightDrillDialogDescriptionContent, { id: descriptionId, isOpen: isOpen, isMobileDevice: isMobileDevice, description: description, widgetFilters: widgetFilters, LoadingComponent: LoadingComponent })] })) : (_jsx(DrillDialogInsight, { ...props, onDrill: onDrill, onLoadingChanged: handleLoadingChanged, onError: executionsHandler.onError, pushData: executionsHandler.onPushData, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, drillStep: drillStep, isWidgetAsTable: drillDialogIsAsTable }));
|
|
111
106
|
} }), limitBreaks.length > 0 && executionResult ? (_jsx(InsightWidgetWarningPartialResult, { className: "gd-warning-partial-result", limitBreaks: limitBreaks, onExportRawCSV: onExportRawCSV, isExporting: isExporting, isExportRawVisible: isExportRawVisible, isLoading: executionResult?.isLoading, executionResult: executionResult })) : null] }) }) }) }));
|
|
112
107
|
}
|
|
113
108
|
function InsightDrillDialogDescriptionButton({ isOpen, isMobileDevice, setIsOpen, descriptionId, }) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillDialogExportItems.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,WAAW,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAQpG,MAAM,WAAW,aAAa;IAC1B,WAAW,EAAE;QACT,MAAM,EAAE,MAAM,IAAI,CAAC;QACnB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,QAAQ,CAAC;KAClB,CAAC;CACL;AAED,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC,aAAa,CAAC,CAAC;AAEzE,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"useDrillDialogExportItems.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogExportItems.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,sBAAsB,EAAE,KAAK,WAAW,EAAE,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAQpG,MAAM,WAAW,aAAa;IAC1B,WAAW,EAAE;QACT,MAAM,EAAE,MAAM,IAAI,CAAC;QACnB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB;;WAEG;QACH,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,IAAI,EAAE,QAAQ,CAAC;KAClB,CAAC;CACL;AAED,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC;AACnD,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,CAAC,aAAa,CAAC,CAAC;AAEzE,eAAO,MAAM,YAAY;;QACb,EAAE;;;QACM,EAAE;;;QACR,EAAE;;;QACL,EAAE;;CACX,CAAC;AAEH,eAAO,MAAM,yBAAyB,6NAgBnC;IACC,WAAW,EAAE,OAAO,CAAC;IAErB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,kBAAkB,EAAE,OAAO,CAAC;IAE5B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,IAAI,CAAC;CAC3B,KAAG,oBAAoB,EAoHvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillDialogInsightDrills.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAGH,KAAK,WAAW,EAChB,KAAK,SAAS,EAEjB,MAAM,kBAAkB,CAAC;AAS1B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"useDrillDialogInsightDrills.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAGH,KAAK,WAAW,EAChB,KAAK,SAAS,EAEjB,MAAM,kBAAkB,CAAC;AAS1B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,QAAQ,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,6CAIrC,+BAA+B;;uBAUnB,SAAS,KAAG,IAAI;sBA6Bb,WAAW;CA6B5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillDialogSyncInsightProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAA2C,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAkBzE,MAAM,WAAW,0CAA0C;IACvD,OAAO,EAAE,QAAQ,CAAC;IAClB,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,UAAU,EAAE,gBAAgB,CAAC;IAC7B,QAAQ,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,mCAAmC,CAAC,EAChD,OAAO,EACP,kBAAkB,EAClB,UAAU,EACV,QAAQ,EACR,eAAe,EAClB,EAAE,0CAA0C
|
|
1
|
+
{"version":3,"file":"useDrillDialogSyncInsightProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,QAAQ,EAA2C,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAkBzE,MAAM,WAAW,0CAA0C;IACvD,OAAO,EAAE,QAAQ,CAAC;IAClB,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,UAAU,EAAE,gBAAgB,CAAC;IAC7B,QAAQ,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,mCAAmC,CAAC,EAChD,OAAO,EACP,kBAAkB,EAClB,UAAU,EACV,QAAQ,EACR,eAAe,EAClB,EAAE,0CAA0C;;2BAmB9B,SAAS;EAmBvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResolveDashboardInsightProperties.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAIzE;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,cAAc,CAAC;CAC1B;AAED;;GAEG;AACH,eAAO,MAAM,oCAAoC,
|
|
1
|
+
{"version":3,"file":"useResolveDashboardInsightProperties.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAIzE;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,cAAc,CAAC;CAC1B;AAED;;GAEG;AACH,eAAO,MAAM,oCAAoC,UACtC,uCAAuC,KAC/C,QAKF,CAAC"}
|
package/esm/presentation/widget/insight/configuration/DrillFilters/DrillFiltersConfigInner.js
CHANGED
|
@@ -17,7 +17,5 @@ export function DrillFiltersConfigInner({ intersectionAttributesOptions, sourceI
|
|
|
17
17
|
includedSourceMeasureFiltersObjRefs,
|
|
18
18
|
onDrillFiltersChange,
|
|
19
19
|
});
|
|
20
|
-
return (_jsxs("div", { className: "gd-drill-filters-config-inner", children: [
|
|
21
|
-
_jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-data-point-section", title: intl.formatMessage(messages.drillFiltersDrilledDataPointSectionTitle), options: intersectionAttributesOptions, selectedIds: intersectionSelection, onSelectionChange: onIgnoredDrillAttributesChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-dashboard-section", title: intl.formatMessage(messages.drillFiltersDashboardSectionTitle), options: dashboardFiltersOptions, selectedIds: dashboardSelection, onSelectionChange: onDashboardSelectionChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-visualization-section", title: intl.formatMessage(messages.drillFiltersVisualizationSectionTitle), options: sourceInsightFiltersOptions, selectedIds: sourceInsightSelection, onSelectionChange: onIncludedSourceInsightFiltersChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-metric-section", title: intl.formatMessage(messages.drillFiltersMetricSectionTitle), options: sourceMeasureFiltersOptions, selectedIds: sourceMeasureSelection, onSelectionChange: onSourceMeasureSelectionChange })
|
|
22
|
-
] }));
|
|
20
|
+
return (_jsxs("div", { className: "gd-drill-filters-config-inner", children: [_jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-data-point-section", title: intl.formatMessage(messages.drillFiltersDrilledDataPointSectionTitle), options: intersectionAttributesOptions, selectedIds: intersectionSelection, onSelectionChange: onIgnoredDrillAttributesChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-dashboard-section", title: intl.formatMessage(messages.drillFiltersDashboardSectionTitle), options: dashboardFiltersOptions, selectedIds: dashboardSelection, onSelectionChange: onDashboardSelectionChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-visualization-section", title: intl.formatMessage(messages.drillFiltersVisualizationSectionTitle), options: sourceInsightFiltersOptions, selectedIds: sourceInsightSelection, onSelectionChange: onIncludedSourceInsightFiltersChange }), _jsx(DrillFiltersConfigSection, { dataTestId: "drill-filters-metric-section", title: intl.formatMessage(messages.drillFiltersMetricSectionTitle), options: sourceMeasureFiltersOptions, selectedIds: sourceMeasureSelection, onSelectionChange: onSourceMeasureSelectionChange })] }));
|
|
23
21
|
}
|