@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
|
@@ -3,5 +3,5 @@ export interface IExportCsvDialogProps {
|
|
|
3
3
|
onCancel: () => void;
|
|
4
4
|
onSubmit: (data: IExportCsvDialogData) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const ExportCsvDialog: import("react").
|
|
6
|
+
export declare const ExportCsvDialog: import("react").MemoExoticComponent<({ onCancel, onSubmit }: IExportCsvDialogProps) => import("react/jsx-runtime").JSX.Element>;
|
|
7
7
|
//# sourceMappingURL=ExportCsvDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExportCsvDialog.d.ts","sourceRoot":"","sources":["../../../src/presentation/dialogs/ExportCsvDialog.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAW3F,MAAM,WAAW,qBAAqB;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"ExportCsvDialog.d.ts","sourceRoot":"","sources":["../../../src/presentation/dialogs/ExportCsvDialog.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AAW3F,MAAM,WAAW,qBAAqB;IAClC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,KAAK,IAAI,CAAC;CAClD;AAED,eAAO,MAAM,eAAe,+DAAyD,qBAAqB,6CA2CxG,CAAC"}
|
package/esm/presentation/dialogs/ExportTemplateSelectionDialog/ExportTemplateSelectionDialog.js
CHANGED
|
@@ -18,8 +18,6 @@ export function ExportTemplateSelectionDialog({ templates, onConfirm, onCancel,
|
|
|
18
18
|
};
|
|
19
19
|
return (_jsx(ConfirmDialog, { className: "gd-export-template-selection-dialog s-export-template-selection-dialog", isPositive: true, displayCloseButton: true, headline: intl.formatMessage(messages.dialogTitle), cancelButtonText: intl.formatMessage(messages.cancelButton), submitButtonText: intl.formatMessage(messages.exportButton), onCancel: onCancel, onClose: onCancel, onSubmit: handleSubmit, children: _jsx("div", { className: "gd-export-template-list", role: "radiogroup", "aria-label": intl.formatMessage(messages.dialogTitle), children: templates.map((template) => {
|
|
20
20
|
const id = templateId(template);
|
|
21
|
-
return (_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "bottom", content: template.name, anchor: _jsxs("label", { className: "gd-export-template-item input-radio-label s-export-template-item", children: [
|
|
22
|
-
_jsx("input", { type: "radio", className: "input-radio", name: "exportTemplate", value: id, checked: selectedTemplateId === id, onChange: () => setSelectedTemplateId(id) }), _jsx("span", { className: "input-label-text", children: template.name })
|
|
23
|
-
] }) }, id));
|
|
21
|
+
return (_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "bottom", content: template.name, anchor: _jsxs("label", { className: "gd-export-template-item input-radio-label s-export-template-item", children: [_jsx("input", { type: "radio", className: "input-radio", name: "exportTemplate", value: id, checked: selectedTemplateId === id, onChange: () => setSelectedTemplateId(id) }), _jsx("span", { className: "input-label-text", children: template.name })] }) }, id));
|
|
24
22
|
}) }) }));
|
|
25
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoveredWidgetContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/HoveredWidgetContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAInE,UAAU,0BAA0B;IAChC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACrD,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,SAAS,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;CACvE;AAGD,eAAO,MAAM,oBAAoB,sEAAmE,CAAC;AAErG,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"HoveredWidgetContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/HoveredWidgetContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAyB,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAInE,UAAU,0BAA0B;IAChC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACrD,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,SAAS,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,KAAK,OAAO,CAAC;CACvE;AAGD,eAAO,MAAM,oBAAoB,sEAAmE,CAAC;AAErG,eAAO,MAAM,4BAA4B,QAAO,0BA0B/C,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAE1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutResizeContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/LayoutResizeContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA4D,MAAM,OAAO,CAAC;AAEjG,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAI5D,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAExE,KAAK,eAAe,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AACnD,KAAK,UAAU,GAAG;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,oBAAoB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,eAAe,EAAE,eAAe,CAAC;IACjC,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,kBAAkB,EAAE,oBAAoB,CAAC;IACzC,UAAU,EAAE,IAAI,GAAG,UAAU,CAAC;IAC9B,0BAA0B,EAAE,OAAO,CAAC;IACpC,YAAY,EAAE,SAAS,GAAG,OAAO,CAAC;CACrC,CAAC;AAWF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,WAAW,EAAE,CACT,SAAS,EAAE,OAAO,CAAC,eAAe,EAAE,MAAM,CAAC,EAC3C,iBAAiB,EAAE,MAAM,EAAE,EAC3B,YAAY,EAAE,OAAO,EACrB,sBAAsB,CAAC,EAAE,MAAM,OAAO,KACrC,IAAI,CAAC;IACV,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,mBAAmB,EAAE,CAAC,gBAAgB,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,mBAAmB,EAAE,MAAM,OAAO,CAAC;IACnC,aAAa,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IAChD,wBAAwB,EAAE,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,GAAG,oBAAoB,CAAC;AAiB3E,MAAM,MAAM,8BAA8B,GAAG;IACzC,QAAQ,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,EAAE,QAAQ,EAAE,EAAE,8BAA8B,2CAgErF;AAED,wBAAgB,gBAAgB,wBAE/B;AAED,wBAAgB,iBAAiB,IAAI,oBAAoB,CAWxD;AAED,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"LayoutResizeContext.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/LayoutResizeContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA4D,MAAM,OAAO,CAAC;AAEjG,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAI5D,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAExE,KAAK,eAAe,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AACnD,KAAK,UAAU,GAAG;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,oBAAoB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,eAAe,EAAE,eAAe,CAAC;IACjC,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,kBAAkB,EAAE,oBAAoB,CAAC;IACzC,UAAU,EAAE,IAAI,GAAG,UAAU,CAAC;IAC9B,0BAA0B,EAAE,OAAO,CAAC;IACpC,YAAY,EAAE,SAAS,GAAG,OAAO,CAAC;CACrC,CAAC;AAWF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,WAAW,EAAE,CACT,SAAS,EAAE,OAAO,CAAC,eAAe,EAAE,MAAM,CAAC,EAC3C,iBAAiB,EAAE,MAAM,EAAE,EAC3B,YAAY,EAAE,OAAO,EACrB,sBAAsB,CAAC,EAAE,MAAM,OAAO,KACrC,IAAI,CAAC;IACV,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,mBAAmB,EAAE,CAAC,gBAAgB,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,mBAAmB,EAAE,MAAM,OAAO,CAAC;IACnC,aAAa,EAAE,CAAC,UAAU,EAAE,UAAU,KAAK,IAAI,CAAC;IAChD,wBAAwB,EAAE,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,iBAAiB,GAAG,oBAAoB,CAAC;AAiB3E,MAAM,MAAM,8BAA8B,GAAG;IACzC,QAAQ,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,EAAE,QAAQ,EAAE,EAAE,8BAA8B,2CAgErF;AAED,wBAAgB,gBAAgB,wBAE/B;AAED,wBAAgB,iBAAiB,IAAI,oBAAoB,CAWxD;AAED,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,MAAM;IAG9C,QAAQ;IACR,qBAAqB;IACrB,kBAAkB;IAClB,iBAAiB;IACjB,0BAA0B;EAEjC;AAED,wBAAgB,wBAAwB,CAAC,UAAU,EAAE,MAAM;IAGnD,eAAe;IACf,QAAQ;IACR,UAAU;EAEjB;AAED,wBAAgB,oBAAoB,IAC9B;IAAE,eAAe,EAAE,KAAK,CAAA;CAAE,GAC1B,CAAC;IAAE,eAAe,EAAE,IAAI,CAAC;IAAC,YAAY,EAAE,OAAO,CAAA;CAAE,GAAG,UAAU,CAAC,CAOpE"}
|
|
@@ -17,7 +17,5 @@ export function DefaultAttributeFilterDraggingComponent({ item }) {
|
|
|
17
17
|
if (!filterAttribute) {
|
|
18
18
|
return null;
|
|
19
19
|
}
|
|
20
|
-
return (_jsxs("div", { className: "attribute-filter-button is-dragging", children: [
|
|
21
|
-
_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: filterAttribute.attribute.title }) }) })
|
|
22
|
-
] }));
|
|
20
|
+
return (_jsxs("div", { className: "attribute-filter-button is-dragging", children: [_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: filterAttribute.attribute.title }) }) })] }));
|
|
23
21
|
}
|
package/esm/presentation/dragAndDrop/draggableDateFilter/DefaultDateFilterDraggingComponent.js
CHANGED
|
@@ -14,7 +14,5 @@ export function DefaultDateFilterDraggingComponent({ item }) {
|
|
|
14
14
|
if (!dateDataSet) {
|
|
15
15
|
return null;
|
|
16
16
|
}
|
|
17
|
-
return (_jsxs("div", { className: "s-date-filter-drag attribute-filter-button is-dragging", children: [
|
|
18
|
-
_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: title }) }) })
|
|
19
|
-
] }));
|
|
17
|
+
return (_jsxs("div", { className: "s-date-filter-drag attribute-filter-button is-dragging", children: [_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: title }) }) })] }));
|
|
20
18
|
}
|
|
@@ -27,9 +27,7 @@ export function DraggableFilterDropZone({ targetIndex, onDrop }) {
|
|
|
27
27
|
const tooltip = supportsMultipleDateFilters
|
|
28
28
|
? messages.filterDropzoneTooltipGeneric
|
|
29
29
|
: messages.filterDropzoneTooltip;
|
|
30
|
-
return (_jsx("div", { className: "attr-filter-dropzone-box-outer", style: debugStyle, ref: dropRef, children: isActive ? (_jsx("div", { className: dropzoneClassNames, children: _jsx("div", { className: "attr-filter-dropzone-box-inner", children: _jsx(FormattedMessage, { id: "filterBar.filter.drop" }) }) })) : (_jsxs(BubbleHoverTrigger, { children: [
|
|
31
|
-
_jsx("div", { className: dropzoneClassNames, children: _jsx("div", { className: "attr-filter-dropzone-box-inner", children: _jsx(FormattedMessage, { id: "filterBar.filter.addFilterPlaceholder", values: {
|
|
30
|
+
return (_jsx("div", { className: "attr-filter-dropzone-box-outer", style: debugStyle, ref: dropRef, children: isActive ? (_jsx("div", { className: dropzoneClassNames, children: _jsx("div", { className: "attr-filter-dropzone-box-inner", children: _jsx(FormattedMessage, { id: "filterBar.filter.drop" }) }) })) : (_jsxs(BubbleHoverTrigger, { children: [_jsx("div", { className: dropzoneClassNames, children: _jsx("div", { className: "attr-filter-dropzone-box-inner", children: _jsx(FormattedMessage, { id: "filterBar.filter.addFilterPlaceholder", values: {
|
|
32
31
|
icon: (_jsx(IconAttributeFilter, { className: "attribute-filter-icon", width: 14, height: 14, color: theme?.palette?.complementary?.c6 })),
|
|
33
|
-
} }) }) }), _jsx(Bubble, { alignPoints: [{ align: "bc tc", offset: { x: 0, y: 0 } }], children: _jsx(FormattedMessage, { id: tooltip.id }) })
|
|
34
|
-
] })) }));
|
|
32
|
+
} }) }) }), _jsx(Bubble, { alignPoints: [{ align: "bc tc", offset: { x: 0, y: 0 } }], children: _jsx(FormattedMessage, { id: tooltip.id }) })] })) }));
|
|
35
33
|
}
|
|
@@ -12,7 +12,5 @@ export function DefaultMeasureValueFilterDraggingComponent({ item, }) {
|
|
|
12
12
|
const { measure, title } = item.filter.dashboardMeasureValueFilter;
|
|
13
13
|
const catalogMeasure = useMemo(() => measures.find((m) => areObjRefsEqual(m.measure.ref, measure)), [measure, measures]);
|
|
14
14
|
const measureTitle = title ?? catalogMeasure?.measure.title ?? objRefToString(measure);
|
|
15
|
-
return (_jsxs("div", { className: "measure-value-filter-button attribute-filter-button is-dragging", children: [
|
|
16
|
-
_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: measureTitle }) }) })
|
|
17
|
-
] }));
|
|
15
|
+
return (_jsxs("div", { className: "measure-value-filter-button attribute-filter-button is-dragging", children: [_jsx(IconDragHandle, { width: 7, height: 26, className: "drag-handle-icon", color: theme?.palette?.complementary?.c5 }), _jsx("div", { className: "button-content", children: _jsx("div", { className: "button-title", children: _jsx(ShortenedText, { children: measureTitle }) }) })] }));
|
|
18
16
|
}
|
|
@@ -13,12 +13,7 @@ export function AddDashboardLayoutWidgetButton() {
|
|
|
13
13
|
const isMobileDevice = useMediaQuery("mobileDevice");
|
|
14
14
|
const isWhiteLabeled = useDashboardSelector(selectIsWhiteLabeled);
|
|
15
15
|
const theme = useTheme();
|
|
16
|
-
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-dashboard-layout", children: [
|
|
17
|
-
_jsx(IconColumnContainer, { color: theme?.palette?.complementary?.c6 ?? "#94a1ad" }), _jsxs("div", { className: "add-panel-item__text", children: [
|
|
18
|
-
_jsx(FormattedMessage, { id: "addPanel.dashboardLayout" }), _jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsx(UiTooltip, { arrowPlacement: "left", content: _jsxs("div", { className: tooltipBem.b(), children: [
|
|
19
|
-
_jsx("div", { className: tooltipBem.e("image") }), _jsx("div", { className: tooltipBem.e("text"), children: _jsx(FormattedMessage, { id: "addPanel.dashboardLayout.tooltip" }) }), isWhiteLabeled ? null : (_jsx("div", { className: tooltipBem.e("actions"), children: _jsx(UiLink, { variant: "inverse", rel: "noreferrer noopener", target: "_blank", href: "https://www.gooddata.com/docs/cloud/create-dashboards/dashboard-layout/#column-container", children: _jsx(FormattedMessage, { id: "addPanel.dashboardLayout.tooltip.learnMore" }) }) }))] }), anchor: _jsx("div", { className: cx("s-description-trigger gd-add-item-placeholder-help-trigger", {
|
|
16
|
+
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-dashboard-layout", children: [_jsx(IconColumnContainer, { color: theme?.palette?.complementary?.c6 ?? "#94a1ad" }), _jsxs("div", { className: "add-panel-item__text", children: [_jsx(FormattedMessage, { id: "addPanel.dashboardLayout" }), _jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsx(UiTooltip, { arrowPlacement: "left", content: _jsxs("div", { className: tooltipBem.b(), children: [_jsx("div", { className: tooltipBem.e("image") }), _jsx("div", { className: tooltipBem.e("text"), children: _jsx(FormattedMessage, { id: "addPanel.dashboardLayout.tooltip" }) }), isWhiteLabeled ? null : (_jsx("div", { className: tooltipBem.e("actions"), children: _jsx(UiLink, { variant: "inverse", rel: "noreferrer noopener", target: "_blank", href: "https://www.gooddata.com/docs/cloud/create-dashboards/dashboard-layout/#column-container", children: _jsx(FormattedMessage, { id: "addPanel.dashboardLayout.tooltip.learnMore" }) }) }))] }), anchor: _jsx("div", { className: cx("s-description-trigger gd-add-item-placeholder-help-trigger", {
|
|
20
17
|
"is-mobile": isMobileDevice,
|
|
21
|
-
}), children: _jsx("div", { className: "gd-icon-circle-question" }) }), optimalPlacement: true, triggerBy: ["hover"] }) })
|
|
22
|
-
] })
|
|
23
|
-
] }));
|
|
18
|
+
}), children: _jsx("div", { className: "gd-icon-circle-question" }) }), optimalPlacement: true, triggerBy: ["hover"] }) })] })] }));
|
|
24
19
|
}
|
|
@@ -3,7 +3,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { FormattedMessage } from "react-intl";
|
|
4
4
|
import { IconRichText } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
export function AddRichTextWidgetButton() {
|
|
6
|
-
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-rich-text", children: [
|
|
7
|
-
_jsx(IconRichText, {}), _jsx(FormattedMessage, { id: "addPanel.richText" })
|
|
8
|
-
] }));
|
|
6
|
+
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-rich-text", children: [_jsx(IconRichText, {}), _jsx(FormattedMessage, { id: "addPanel.richText" })] }));
|
|
9
7
|
}
|
package/esm/presentation/dragAndDrop/draggableWidget/AddVisualizationSwitcherWidgetButton.js
CHANGED
|
@@ -10,11 +10,7 @@ const overlayController = OverlayController.getInstance(DASHBOARD_DIALOG_OVERS_Z
|
|
|
10
10
|
export function AddVisualizationSwitcherWidgetButton() {
|
|
11
11
|
const isMobileDevice = useMediaQuery("mobileDevice");
|
|
12
12
|
const theme = useTheme();
|
|
13
|
-
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-visualization-switcher", children: [
|
|
14
|
-
_jsx(IconVisualizationSwitcher, { color: theme?.palette?.complementary?.c6 ?? "#94a1ad" }), _jsx(FormattedMessage, { id: "addPanel.visualizationSwitcher" }), _jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsxs(BubbleHoverTrigger, { eventsOnBubble: true, className: "gd-add-item-placeholder-help-trigger gd-add-visualization-switcher s-add-visualization-switcher-bubble-trigger", children: [
|
|
15
|
-
_jsx("div", { className: cx("s-description-trigger", {
|
|
13
|
+
return (_jsxs("div", { className: "add-item-placeholder add-panel-item s-add-visualization-switcher", children: [_jsx(IconVisualizationSwitcher, { color: theme?.palette?.complementary?.c6 ?? "#94a1ad" }), _jsx(FormattedMessage, { id: "addPanel.visualizationSwitcher" }), _jsx(OverlayControllerProvider, { overlayController: overlayController, children: _jsxs(BubbleHoverTrigger, { eventsOnBubble: true, className: "gd-add-item-placeholder-help-trigger gd-add-visualization-switcher s-add-visualization-switcher-bubble-trigger", children: [_jsx("div", { className: cx("s-description-trigger", {
|
|
16
14
|
"is-mobile": isMobileDevice,
|
|
17
|
-
}), children: _jsx("div", { className: "gd-icon-circle-question" }) }), _jsx(Bubble, { alignPoints: bubbleAlignPoints, alignTo: ".gd-add-item-placeholder-help-trigger", children: _jsx(FormattedMessage, { id: "addPanel.visualizationSwitcher.tooltip" }) })
|
|
18
|
-
] }) })
|
|
19
|
-
] }));
|
|
15
|
+
}), children: _jsx("div", { className: "gd-icon-circle-question" }) }), _jsx(Bubble, { alignPoints: bubbleAlignPoints, alignTo: ".gd-add-item-placeholder-help-trigger", children: _jsx(FormattedMessage, { id: "addPanel.visualizationSwitcher.tooltip" }) })] }) })] }));
|
|
20
16
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ObjRef } from "@gooddata/sdk-model";
|
|
2
|
-
export declare const useCurrentDateFilterConfig: (dateDataSet: ObjRef | undefined, defaultDateFilterTitle: string, tabId?: string
|
|
2
|
+
export declare const useCurrentDateFilterConfig: (dateDataSet: ObjRef | undefined, defaultDateFilterTitle: string, tabId?: string) => {
|
|
3
3
|
mode: import("@gooddata/sdk-model").DashboardDateFilterConfigMode;
|
|
4
4
|
title: string;
|
|
5
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCurrentDateFilterConfig.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useCurrentDateFilterConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAYnE,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"useCurrentDateFilterConfig.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useCurrentDateFilterConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAmB,MAAM,qBAAqB,CAAC;AAYnE,eAAO,MAAM,0BAA0B,gBACtB,MAAM,GAAG,SAAS,0BACP,MAAM,UACtB,MAAM;IAuBV,IAAI;IACJ,KAAK;CAEZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardDrag.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useDashboardDrag.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAW,MAAM,8BAA8B,CAAC;AAGvG,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,KAAK,cAAc,CAAC,KAAK,IAAI;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,KAAK,CAAC;CACf,CAAC;AASF,wBAAgB,gBAAgB,CAAC,UAAU,SAAS,aAAa,EAC7D,EACI,QAAQ,EACR,OAAc,EACd,kBAAyB,EACzB,OAAO,EACP,SAAS,EACZ,EAAE;IACC,QAAQ,EAAE,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,OAAO,EAAE,iBAAiB,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,OAAO,CAAC,CAAC;IAChF,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,IAAI,CAAC;IACnF,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;CAC1C,EACD,IAAI,GAAE,OAAO,EAAO,
|
|
1
|
+
{"version":3,"file":"useDashboardDrag.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useDashboardDrag.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAW,MAAM,8BAA8B,CAAC;AAGvG,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAGhD,KAAK,cAAc,CAAC,KAAK,IAAI;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,KAAK,CAAC;CACf,CAAC;AASF,wBAAgB,gBAAgB,CAAC,UAAU,SAAS,aAAa,EAC7D,EACI,QAAQ,EACR,OAAc,EACd,kBAAyB,EACzB,OAAO,EACP,SAAS,EACZ,EAAE;IACC,QAAQ,EAAE,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,GAAG,CAAC,CAAC,OAAO,EAAE,iBAAiB,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,OAAO,CAAC,CAAC;IAChF,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,IAAI,CAAC;IACnF,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;CAC1C,EACD,IAAI,GAAE,OAAO,EAAO,GAsDgB,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,iBAAiB,CAAC,CACtF"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { type DropTargetHookSpec, type DropTargetMonitor } from "@evil-internetmann/react-dnd";
|
|
2
2
|
import { type DraggableItem, type DraggableItemType, type DraggableItemTypeMapping } from "./types.js";
|
|
3
3
|
type DashboardDropTargetHookSpec<DragObject, CollectedProps> = Pick<DropTargetHookSpec<DragObject, void, CollectedProps>, "canDrop" | "drop" | "hover">;
|
|
4
|
+
declare const basicDropCollect: <DraggableObject = DraggableItem>(monitor: DropTargetMonitor<DraggableObject>) => {
|
|
5
|
+
isOver: boolean;
|
|
6
|
+
canDrop: boolean;
|
|
7
|
+
itemType: DraggableItemType;
|
|
8
|
+
item: DraggableObject;
|
|
9
|
+
};
|
|
4
10
|
declare class BasicDropCollectTypeWrapper<DraggableObject = DraggableItem> {
|
|
5
|
-
basicDropCollect: (
|
|
11
|
+
basicDropCollect: (...args: Parameters<typeof basicDropCollect>) => {
|
|
6
12
|
isOver: boolean;
|
|
7
13
|
canDrop: boolean;
|
|
8
14
|
itemType: DraggableItemType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDashboardDrop.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useDashboardDrop.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,iBAAiB,EAAW,MAAM,8BAA8B,CAAC;AAExG,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,iBAAiB,EAAE,KAAK,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAEvG,KAAK,2BAA2B,CAAC,UAAU,EAAE,cAAc,IAAI,IAAI,CAC/D,kBAAkB,CAAC,UAAU,EAAE,IAAI,EAAE,cAAc,CAAC,EACpD,SAAS,GAAG,MAAM,GAAG,OAAO,CAC/B,CAAC;
|
|
1
|
+
{"version":3,"file":"useDashboardDrop.d.ts","sourceRoot":"","sources":["../../../src/presentation/dragAndDrop/useDashboardDrop.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,iBAAiB,EAAW,MAAM,8BAA8B,CAAC;AAExG,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,iBAAiB,EAAE,KAAK,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAEvG,KAAK,2BAA2B,CAAC,UAAU,EAAE,cAAc,IAAI,IAAI,CAC/D,kBAAkB,CAAC,UAAU,EAAE,IAAI,EAAE,cAAc,CAAC,EACpD,SAAS,GAAG,MAAM,GAAG,OAAO,CAC/B,CAAC;AAEF,QAAA,MAAM,gBAAgB,GAAI,eAAe,GAAG,aAAa,WAAW,iBAAiB,CAAC,eAAe,CAAC;IAClG,MAAM;IACN,OAAO;IACP,QAAQ,EAA2B,iBAAiB;IACpD,IAAI;CACN,CAAC;AAEH,cAAM,2BAA2B,CAAC,eAAe,GAAG,aAAa;IAC7D,gBAAgB,YAAa,UAAU,CAAC,OAAO,gBAAgB,CAAC;;;kBAL7B,iBAAiB;;MAML;CAClD;AAED,KAAK,0BAA0B,CAAC,eAAe,GAAG,aAAa,IAAI,UAAU,CACzE,2BAA2B,CAAC,eAAe,CAAC,CAAC,kBAAkB,CAAC,CACnE,CAAC;AAEF,wBAAgB,gBAAgB,CAC5B,QAAQ,SAAS,iBAAiB,EAClC,UAAU,GAAG,wBAAwB,CAAC,QAAQ,CAAC,EAC/C,cAAc,GAAG,0BAA0B,CAAC,UAAU,CAAC,EAEvD,kBAAkB,EAAE,QAAQ,GAAG,QAAQ,EAAE,EACzC,OAAO,EAAE,2BAA2B,CAAC,UAAU,EAAE,cAAc,CAAC,EAChE,IAAI,CAAC,EAAE,OAAO,EAAE;;;cApBmB,iBAAiB;;6DAgCvD"}
|
|
@@ -12,6 +12,5 @@ export function AttributeUrlSection({ attributeDisplayForms, loading = false, se
|
|
|
12
12
|
if (!loading && attributeDisplayForms.length === 0) {
|
|
13
13
|
return null;
|
|
14
14
|
}
|
|
15
|
-
return (_jsxs(_Fragment, { children: [
|
|
16
|
-
_jsx(DropdownSectionHeader, { className: "s-drill-to-attribute-url-section-title", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.attributeUrlSectionTitle" }) }), loading ? (_jsx("div", { className: "gd-drill-to-url-section-loading s-drill-to-attribute-url-section-loading", children: _jsx("div", { className: "gd-spinner small" }) })) : (_jsx("div", { className: "gd-drill-to-url-section-items", children: attributeDisplayForms.map((item) => (_jsx(AttributeUrlSectionItem, { item: item, isSelected: areObjRefsEqual(item.displayForm.ref, selected || undefined), onClickHandler: onClickHandler }, objRefToString(item.displayForm.ref)))) }))] }));
|
|
15
|
+
return (_jsxs(_Fragment, { children: [_jsx(DropdownSectionHeader, { className: "s-drill-to-attribute-url-section-title", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.attributeUrlSectionTitle" }) }), loading ? (_jsx("div", { className: "gd-drill-to-url-section-loading s-drill-to-attribute-url-section-loading", children: _jsx("div", { className: "gd-spinner small" }) })) : (_jsx("div", { className: "gd-drill-to-url-section-items", children: attributeDisplayForms.map((item) => (_jsx(AttributeUrlSectionItem, { item: item, isSelected: areObjRefsEqual(item.displayForm.ref, selected || undefined), onClickHandler: onClickHandler }, objRefToString(item.displayForm.ref)))) }))] }));
|
|
17
16
|
}
|
|
@@ -12,7 +12,5 @@ export function AttributeUrlSectionItem({ item, onClickHandler, isSelected }) {
|
|
|
12
12
|
}
|
|
13
13
|
onClickHandler(item);
|
|
14
14
|
}, [item, onClickHandler]);
|
|
15
|
-
return (_jsxs("div", { className: className, onClick: onClick, children: [
|
|
16
|
-
_jsx("span", { className: "gd-parameter-title", children: item.attribute.title }), _jsxs("span", { className: "addon", children: ["(", item.displayForm.title, ")"] })
|
|
17
|
-
] }));
|
|
15
|
+
return (_jsxs("div", { className: className, onClick: onClick, children: [_jsx("span", { className: "gd-parameter-title", children: item.attribute.title }), _jsxs("span", { className: "addon", children: ["(", item.displayForm.title, ")"] })] }));
|
|
18
16
|
}
|
|
@@ -62,9 +62,7 @@ export function UrlInput({ onChange, onCursor, currentUrlValue, intl, syntaxHigh
|
|
|
62
62
|
return syntaxHighlightingRules ? (_jsx(SyntaxHighlightingInput, { onChange: onChange, onCursor: onCursor, value: currentUrlValue, placeholder: placeholder, className: "gd-input-syntax-highlighting-input", extensions: extensions })) : null;
|
|
63
63
|
}
|
|
64
64
|
function HelpLink({ link }) {
|
|
65
|
-
return (_jsxs("a", { className: "gd-button-link gd-drill-to-custom-url-help", target: "_blank", href: link, rel: "noopener noreferrer", children: [
|
|
66
|
-
_jsx("span", { className: "gd-icon-circle-question" }), _jsx("span", { className: "gd-button-link-text", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.helpButtonLabel" }) })
|
|
67
|
-
] }));
|
|
65
|
+
return (_jsxs("a", { className: "gd-button-link gd-drill-to-custom-url-help", target: "_blank", href: link, rel: "noopener noreferrer", children: [_jsx("span", { className: "gd-icon-circle-question" }), _jsx("span", { className: "gd-button-link-text", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.helpButtonLabel" }) })] }));
|
|
68
66
|
}
|
|
69
67
|
const buildValidDisplayFormsFormattingRule = (attributeDisplayForms) => {
|
|
70
68
|
if (attributeDisplayForms.length === 0) {
|
|
@@ -214,8 +212,7 @@ function UrlInputPanel({ currentUrlValue, onChange, onCursor, documentationLink,
|
|
|
214
212
|
insightMeasureIdentifiers,
|
|
215
213
|
attributeFilterConfigs,
|
|
216
214
|
]);
|
|
217
|
-
return (_jsxs("div", { children: [
|
|
218
|
-
_jsx("label", { className: "gd-label", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.textAreaLabel" }) }), _jsx(UrlInput, { onChange: onChange, onCursor: onCursor, currentUrlValue: currentUrlValue, syntaxHighlightingRules: syntaxHighlightingRules, intl: intl }), !isWhiteLabeled && documentationLink ? _jsx(HelpLink, { link: documentationLink }) : null] }));
|
|
215
|
+
return (_jsxs("div", { children: [_jsx("label", { className: "gd-label", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.textAreaLabel" }) }), _jsx(UrlInput, { onChange: onChange, onCursor: onCursor, currentUrlValue: currentUrlValue, syntaxHighlightingRules: syntaxHighlightingRules, intl: intl }), !isWhiteLabeled && documentationLink ? _jsx(HelpLink, { link: documentationLink }) : null] }));
|
|
219
216
|
}
|
|
220
217
|
const initialCursorPosition = {
|
|
221
218
|
from: 0,
|
|
@@ -269,9 +266,7 @@ function CustomUrlEditorDialog({ urlDrillTarget, documentationLink, onSelect, on
|
|
|
269
266
|
id: "configurationPanel.drillIntoUrl.editor.cancelButtonLabel",
|
|
270
267
|
}), submitButtonText: intl.formatMessage({
|
|
271
268
|
id: "configurationPanel.drillIntoUrl.editor.applyButtonLabel",
|
|
272
|
-
}), isSubmitDisabled: !isApplyEnabled, submitOnEnterKey: false, onCancel: onClose, onSubmit: apply, warning: editorWarningText, children: [
|
|
273
|
-
_jsx(UrlInputPanel, { onChange: handleOnChange, onCursor: handleCursorPosition, documentationLink: documentationLink, currentUrlValue: currentValue, attributeDisplayForms: attributeDisplayForms, insightFilters: insightFilters, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, insightMeasureValueFilters: insightMeasureValueFilters, enableInsightMeasureValueFilters: enableInsightMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs, intl: intl }), _jsx(ParametersPanel, { insightFilters: insightFilters, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, insightMeasureValueFilters: insightMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs, attributeDisplayForms: attributeDisplayForms, loadingAttributeDisplayForms: loadingAttributeDisplayForms, enableClientIdParameter: enableClientIdParameter, enableDataProductIdParameter: enableDataProductIdParameter, enableWidgetIdParameter: enableWidgetIdParameter, onAdd: handleOnAdd, intl: intl, widgetRef: widgetRef })
|
|
274
|
-
] }));
|
|
269
|
+
}), isSubmitDisabled: !isApplyEnabled, submitOnEnterKey: false, onCancel: onClose, onSubmit: apply, warning: editorWarningText, children: [_jsx(UrlInputPanel, { onChange: handleOnChange, onCursor: handleCursorPosition, documentationLink: documentationLink, currentUrlValue: currentValue, attributeDisplayForms: attributeDisplayForms, insightFilters: insightFilters, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, insightMeasureValueFilters: insightMeasureValueFilters, enableInsightMeasureValueFilters: enableInsightMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs, intl: intl }), _jsx(ParametersPanel, { insightFilters: insightFilters, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, insightMeasureValueFilters: insightMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs, attributeDisplayForms: attributeDisplayForms, loadingAttributeDisplayForms: loadingAttributeDisplayForms, enableClientIdParameter: enableClientIdParameter, enableDataProductIdParameter: enableDataProductIdParameter, enableWidgetIdParameter: enableWidgetIdParameter, onAdd: handleOnAdd, intl: intl, widgetRef: widgetRef })] }));
|
|
275
270
|
}
|
|
276
271
|
const overlayController = OverlayController.getInstance(DASHBOARD_HEADER_OVERLAYS_Z_INDEX);
|
|
277
272
|
export function CustomUrlEditor(props) {
|
|
@@ -6,13 +6,5 @@ import { DashboardParametersSection, } from "./CustomUrlEditorParametersSections
|
|
|
6
6
|
import { IdentifierParametersSection } from "./CustomUrlEditorParametersSections/IdentifierParametersSection.js";
|
|
7
7
|
import { InsightParametersSection, } from "./CustomUrlEditorParametersSections/InsightParametersSection.js";
|
|
8
8
|
export function ParametersPanel({ attributeDisplayForms, loadingAttributeDisplayForms, enableClientIdParameter, enableDataProductIdParameter, enableWidgetIdParameter, onAdd, intl, dashboardFilters, dashboardMeasureValueFilters, insightMeasureValueFilters, attributeFilterConfigs, insightFilters, widgetRef, }) {
|
|
9
|
-
return (_jsxs("div", { children: [
|
|
10
|
-
_jsxs("label", { className: "gd-label", children: [
|
|
11
|
-
_jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parametersPanelLabel" }), _jsxs(BubbleHoverTrigger, { className: "gd-list-item-tooltip", showDelay: 0, hideDelay: 0, children: [
|
|
12
|
-
_jsx("span", { className: "gd-icon-circle-question gd-list-item-tooltip-icon" }), _jsx(Bubble, { className: "bubble-primary", alignPoints: [{ align: "cr cl" }], children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parametersPanelTooltip" }) })
|
|
13
|
-
] })
|
|
14
|
-
] }), _jsxs("div", { className: "gd-drill-to-url-parameters gd-drill-to-url-list", children: [
|
|
15
|
-
_jsx(InsightParametersSection, { attributeDisplayForms: attributeDisplayForms, loadingAttributeDisplayForms: loadingAttributeDisplayForms, onAdd: onAdd, intl: intl, insightFilters: insightFilters, insightMeasureValueFilters: insightMeasureValueFilters, widgetRef: widgetRef }), _jsx(DashboardParametersSection, { intl: intl, onAdd: onAdd, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs }), _jsx(IdentifierParametersSection, { enableClientIdParameter: enableClientIdParameter, enableDataProductIdParameter: enableDataProductIdParameter, enableWidgetIdParameter: enableWidgetIdParameter, onAdd: onAdd, intl: intl, widgetRef: widgetRef })
|
|
16
|
-
] })
|
|
17
|
-
] }));
|
|
9
|
+
return (_jsxs("div", { children: [_jsxs("label", { className: "gd-label", children: [_jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parametersPanelLabel" }), _jsxs(BubbleHoverTrigger, { className: "gd-list-item-tooltip", showDelay: 0, hideDelay: 0, children: [_jsx("span", { className: "gd-icon-circle-question gd-list-item-tooltip-icon" }), _jsx(Bubble, { className: "bubble-primary", alignPoints: [{ align: "cr cl" }], children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parametersPanelTooltip" }) })] })] }), _jsxs("div", { className: "gd-drill-to-url-parameters gd-drill-to-url-list", children: [_jsx(InsightParametersSection, { attributeDisplayForms: attributeDisplayForms, loadingAttributeDisplayForms: loadingAttributeDisplayForms, onAdd: onAdd, intl: intl, insightFilters: insightFilters, insightMeasureValueFilters: insightMeasureValueFilters, widgetRef: widgetRef }), _jsx(DashboardParametersSection, { intl: intl, onAdd: onAdd, dashboardFilters: dashboardFilters, dashboardMeasureValueFilters: dashboardMeasureValueFilters, attributeFilterConfigs: attributeFilterConfigs }), _jsx(IdentifierParametersSection, { enableClientIdParameter: enableClientIdParameter, enableDataProductIdParameter: enableDataProductIdParameter, enableWidgetIdParameter: enableWidgetIdParameter, onAdd: onAdd, intl: intl, widgetRef: widgetRef })] })] }));
|
|
18
10
|
}
|
|
@@ -14,8 +14,7 @@ export function DashboardParametersSection({ dashboardFilters, dashboardMeasureV
|
|
|
14
14
|
const catalogMeasuresMap = useDashboardSelector(selectAllCatalogMeasuresMap);
|
|
15
15
|
const hasAttributeFilters = !!dashboardFilters?.length;
|
|
16
16
|
const hasMeasureValueFilters = !!dashboardMeasureValueFilters?.length;
|
|
17
|
-
return hasAttributeFilters || hasMeasureValueFilters ? (_jsxs(_Fragment, { children: [
|
|
18
|
-
_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.dashboardParametersSectionLabel" }) }), dashboardFilters?.map((filter, index) => {
|
|
17
|
+
return hasAttributeFilters || hasMeasureValueFilters ? (_jsxs(_Fragment, { children: [_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.dashboardParametersSectionLabel" }) }), dashboardFilters?.map((filter, index) => {
|
|
19
18
|
const df = catalogDisplayFormsMap.get(filterObjRef(filter));
|
|
20
19
|
const filterIdentifier = df?.id;
|
|
21
20
|
const config = attributeFilterConfigs?.find((c) => c.localIdentifier === filterLocalIdentifier(filter));
|
|
@@ -68,8 +68,7 @@ const getDetailContent = (type, title, widgetRef) => {
|
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
70
|
export function IdentifierParametersSection({ enableClientIdParameter, enableDataProductIdParameter, enableWidgetIdParameter, onAdd, intl, widgetRef, }) {
|
|
71
|
-
return (_jsxs(_Fragment, { children: [
|
|
72
|
-
_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.identifierParametersSectionLabel" }) }), identifierParametersSection
|
|
71
|
+
return (_jsxs(_Fragment, { children: [_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.identifierParametersSectionLabel" }) }), identifierParametersSection
|
|
73
72
|
.filter(({ placeholder }) => placeholder !==
|
|
74
73
|
DRILL_TO_URL_PLACEHOLDER.DRILL_TO_URL_PLACEHOLDER_CLIENT_ID ||
|
|
75
74
|
enableClientIdParameter)
|
|
@@ -17,8 +17,7 @@ export function InsightParametersSection({ attributeDisplayForms, loadingAttribu
|
|
|
17
17
|
return (_jsx(_Fragment, { children: (attributeDisplayForms && attributeDisplayForms.length > 0) ||
|
|
18
18
|
loadingAttributeDisplayForms ||
|
|
19
19
|
(insightFilters && insightFilters.length > 0) ||
|
|
20
|
-
(insightMeasureValueFilters && insightMeasureValueFilters.length > 0) ? (_jsxs(_Fragment, { children: [
|
|
21
|
-
_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.insightParametersSectionLabel" }) }), loadingAttributeDisplayForms ? (_jsx("div", { className: "gd-drill-to-url-section-loading s-drill-to-custom-url-attr-section-loading", children: _jsx("div", { className: "gd-spinner small" }) })) : (attributeDisplayForms?.map((item) => (_jsx(DisplayFormParam, { item: item.displayForm, onAdd: onAdd }, item.displayForm.id)))), insightFilters?.map((filter, index) => {
|
|
20
|
+
(insightMeasureValueFilters && insightMeasureValueFilters.length > 0) ? (_jsxs(_Fragment, { children: [_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.insightParametersSectionLabel" }) }), loadingAttributeDisplayForms ? (_jsx("div", { className: "gd-drill-to-url-section-loading s-drill-to-custom-url-attr-section-loading", children: _jsx("div", { className: "gd-spinner small" }) })) : (attributeDisplayForms?.map((item) => (_jsx(DisplayFormParam, { item: item.displayForm, onAdd: onAdd }, item.displayForm.id)))), insightFilters?.map((filter, index) => {
|
|
22
21
|
const displayFormRef = filterObjRef(filter);
|
|
23
22
|
const df = catalogDisplayForms.get(displayFormRef);
|
|
24
23
|
return (df && (_jsx(DisplayFormParam, { item: df, onAdd: () => onAdd(`{attribute_filter_selection(${df.id})}`), iconClassName: "gd-icon-filter", isFilter: true }, index)));
|
|
@@ -15,7 +15,5 @@ export function Parameter({ name, description, detailContent, detailTrigger, ico
|
|
|
15
15
|
const addButtonLabel = intl.formatMessage({
|
|
16
16
|
id: "configurationPanel.drillIntoUrl.editor.addParameterButtonLabel",
|
|
17
17
|
});
|
|
18
|
-
return (_jsxs("div", { id: id, className: itemClassNames, onClick: () => onAdd(), children: [
|
|
19
|
-
_jsx("span", { className: "gd-parameter-title", children: name }), description ? _jsxs("span", { className: "addon s-parameter-description", children: ["(", description, ")"] }) : null, _jsx(Button, { className: "gd-button gd-button-link s-parameter-add-button", value: addButtonLabel }), detailTrigger ? (_jsx("div", { className: "gd-list-item-tooltip", onClick: (event) => event.stopPropagation(), children: detailTrigger })) : detailContent ? (_jsxs("div", { className: "gd-list-item-tooltip", children: [
|
|
20
|
-
_jsx("span", { className: "gd-icon-circle-question gd-list-item-tooltip-icon s-parameter-help-icon", onMouseEnter: () => setDisplayHelp(true), onMouseLeave: () => setDisplayHelp(false) }), displayHelp ? (_jsx(Bubble, { className: `themed-bubble ${isDark ? "bubble-primary" : "bubble-light"}`, alignTo: `#${id}`, alignPoints: [{ align: "cr tl" }], children: detailContent })) : null] })) : null] }));
|
|
18
|
+
return (_jsxs("div", { id: id, className: itemClassNames, onClick: () => onAdd(), children: [_jsx("span", { className: "gd-parameter-title", children: name }), description ? _jsxs("span", { className: "addon s-parameter-description", children: ["(", description, ")"] }) : null, _jsx(Button, { className: "gd-button gd-button-link s-parameter-add-button", value: addButtonLabel }), detailTrigger ? (_jsx("div", { className: "gd-list-item-tooltip", onClick: (event) => event.stopPropagation(), children: detailTrigger })) : detailContent ? (_jsxs("div", { className: "gd-list-item-tooltip", children: [_jsx("span", { className: "gd-icon-circle-question gd-list-item-tooltip-icon s-parameter-help-icon", onMouseEnter: () => setDisplayHelp(true), onMouseLeave: () => setDisplayHelp(false) }), displayHelp ? (_jsx(Bubble, { className: `themed-bubble ${isDark ? "bubble-primary" : "bubble-light"}`, alignTo: `#${id}`, alignPoints: [{ align: "cr tl" }], children: detailContent })) : null] })) : null] }));
|
|
21
19
|
}
|
|
@@ -21,7 +21,5 @@ function EditButton({ urlValue, toggleModal }) {
|
|
|
21
21
|
export function CustomUrlSection(props) {
|
|
22
22
|
const { urlDrillTarget, closeDropdown } = props;
|
|
23
23
|
const urlValue = isDrillToCustomUrlConfig(urlDrillTarget) ? urlDrillTarget.customUrl : undefined;
|
|
24
|
-
return (_jsxs(_Fragment, { children: [
|
|
25
|
-
_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.customUrlSectionTitle" }) }), !!urlValue && _jsx(UrlDropdownOption, { urlValue: urlValue, closeDropdown: closeDropdown }), _jsx("div", { className: "gd-drill-to-custom-url-button-wrapper", children: _jsx(EditButton, { ...props, urlValue: urlValue }) })
|
|
26
|
-
] }));
|
|
24
|
+
return (_jsxs(_Fragment, { children: [_jsx(DropdownSectionHeader, { children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.customUrlSectionTitle" }) }), !!urlValue && _jsx(UrlDropdownOption, { urlValue: urlValue, closeDropdown: closeDropdown }), _jsx("div", { className: "gd-drill-to-custom-url-button-wrapper", children: _jsx(EditButton, { ...props, urlValue: urlValue }) })] }));
|
|
27
25
|
}
|
package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/ParameterDetails/ParameterDetail.js
CHANGED
|
@@ -6,18 +6,13 @@ import { FormattedMessage } from "react-intl";
|
|
|
6
6
|
import { LoadingMask } from "@gooddata/sdk-ui-kit";
|
|
7
7
|
const LOADING_MASK_HEIGHT = 60;
|
|
8
8
|
export function ParameterDetail({ title, typeName, label, isLoading, useEllipsis, values, additionalValues, }) {
|
|
9
|
-
return (_jsxs("div", { className: "gd-drill-to-url-editor-parameter-detail s-parameter-detail", children: [
|
|
10
|
-
_jsx("div", { className: "gd-parameter-detail-title", children: title }), _jsx(ParameterTypeSection, { typeName: typeName }), label ? _jsx(ParameterLabelSection, { label: label }) : null, !isEmpty(values) && (_jsx(ParameterValuesSection, { isLoading: isLoading, useEllipsis: useEllipsis, values: values, additionalValues: additionalValues }))] }));
|
|
9
|
+
return (_jsxs("div", { className: "gd-drill-to-url-editor-parameter-detail s-parameter-detail", children: [_jsx("div", { className: "gd-parameter-detail-title", children: title }), _jsx(ParameterTypeSection, { typeName: typeName }), label ? _jsx(ParameterLabelSection, { label: label }) : null, !isEmpty(values) && (_jsx(ParameterValuesSection, { isLoading: isLoading, useEllipsis: useEllipsis, values: values, additionalValues: additionalValues }))] }));
|
|
11
10
|
}
|
|
12
11
|
function ParameterTypeSection({ typeName }) {
|
|
13
|
-
return (_jsxs("div", { className: "gd-parameter-detail-section", children: [
|
|
14
|
-
_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailType" }) }), _jsx("div", { children: typeName })
|
|
15
|
-
] }));
|
|
12
|
+
return (_jsxs("div", { className: "gd-parameter-detail-section", children: [_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailType" }) }), _jsx("div", { children: typeName })] }));
|
|
16
13
|
}
|
|
17
14
|
function ParameterLabelSection({ label }) {
|
|
18
|
-
return (_jsxs("div", { className: "gd-parameter-detail-section", children: [
|
|
19
|
-
_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailLabel" }) }), _jsx("div", { children: label })
|
|
20
|
-
] }));
|
|
15
|
+
return (_jsxs("div", { className: "gd-parameter-detail-section", children: [_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailLabel" }) }), _jsx("div", { children: label })] }));
|
|
21
16
|
}
|
|
22
17
|
function ParameterValuesSection({ isLoading, useEllipsis, values, additionalValues }) {
|
|
23
18
|
return isLoading ? (_jsx(LoadingMask, { className: "s-parameter-detail-loading", height: LOADING_MASK_HEIGHT })) : (_jsx(Values, { useEllipsis: useEllipsis, values: values, additionalValues: additionalValues }));
|
|
@@ -26,7 +21,5 @@ function Values({ useEllipsis, values, additionalValues }) {
|
|
|
26
21
|
const valueClassName = classNames("s-parameter-detail-value", {
|
|
27
22
|
"gd-parameter-detail-ellipsis-row": useEllipsis,
|
|
28
23
|
});
|
|
29
|
-
return (values && (_jsxs("div", { className: "gd-parameter-detail-section", children: [
|
|
30
|
-
_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailValues", values: { numberOfValues: values.length } }) }), _jsxs("div", { children: [values.map((item, i) => (_jsx("div", { className: valueClassName, children: item }, i))), additionalValues ? (_jsx("div", { className: "gd-parameter-detail-info", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailMoreValues", values: { count: additionalValues } }) })) : null] })
|
|
31
|
-
] })));
|
|
24
|
+
return (values && (_jsxs("div", { className: "gd-parameter-detail-section", children: [_jsx("div", { className: "gd-parameter-detail-subtitle", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailValues", values: { numberOfValues: values.length } }) }), _jsxs("div", { children: [values.map((item, i) => (_jsx("div", { className: valueClassName, children: item }, i))), additionalValues ? (_jsx("div", { className: "gd-parameter-detail-info", children: _jsx(FormattedMessage, { id: "configurationPanel.drillIntoUrl.editor.parameterDetailMoreValues", values: { count: additionalValues } }) })) : null] })] })));
|
|
32
25
|
}
|
|
@@ -19,8 +19,8 @@ export declare const createDrillSelectItems: ({ drillDefinitions, drillEvent, in
|
|
|
19
19
|
dashboardList: IListedDashboard[];
|
|
20
20
|
dashboardTitle: string;
|
|
21
21
|
intl: IntlShape;
|
|
22
|
-
widget?: IWidget
|
|
22
|
+
widget?: IWidget;
|
|
23
23
|
attributeDisplayForms: Record<string, IAttributeDisplayFormMetadataObject>;
|
|
24
|
-
enableSecondGranularities?: boolean
|
|
24
|
+
enableSecondGranularities?: boolean;
|
|
25
25
|
}) => IDrillSelectItem[];
|
|
26
26
|
//# sourceMappingURL=DrillSelectDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrillSelectDropdown.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/DrillSelect/DrillSelectDropdown.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,YAAY,CAAC;AAGrD,OAAO,EACH,KAAK,mCAAmC,EACxC,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,OAAO,EAcf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAIxE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAQzE,OAAO,EAAE,KAAK,wBAAwB,EAAyB,MAAM,mBAAmB,CAAC;AAazF,OAAO,EAAa,KAAK,mBAAmB,EAAE,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAExF,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IAClE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACxE;AAED,wBAAgB,mBAAmB,CAAC,EAChC,MAAM,EACN,mBAAmB,EACnB,OAAO,EACP,kBAAkB,EAClB,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACb,EAAE,yBAAyB,kDA0K3B;AAqFD,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"DrillSelectDropdown.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/DrillSelect/DrillSelectDropdown.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,YAAY,CAAC;AAGrD,OAAO,EACH,KAAK,mCAAmC,EACxC,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,OAAO,EAcf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAIxE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAQzE,OAAO,EAAE,KAAK,wBAAwB,EAAyB,MAAM,mBAAmB,CAAC;AAazF,OAAO,EAAa,KAAK,mBAAmB,EAAE,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAExF,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IAClE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACxE;AAED,wBAAgB,mBAAmB,CAAC,EAChC,MAAM,EACN,mBAAmB,EACnB,OAAO,EACP,kBAAkB,EAClB,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACb,EAAE,yBAAyB,kDA0K3B;AAqFD,eAAO,MAAM,sBAAsB,+IAUhC;IACC,gBAAgB,EAAE,wBAAwB,EAAE,CAAC;IAC7C,UAAU,EAAE,WAAW,CAAC;IACxB,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC9B,aAAa,EAAE,gBAAgB,EAAE,CAAC;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,mCAAmC,CAAC,CAAC;IAC3E,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACvC,KAAG,gBAAgB,EAyInB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// (C) 2021-2026 GoodData Corporation
|
|
2
|
-
export { DrillType };
|
|
3
2
|
/**
|
|
4
3
|
* These types are also used as s-classes for testing e.g. .s-drill-to-dashboard
|
|
5
4
|
*/
|
|
6
|
-
var DrillType;
|
|
5
|
+
export var DrillType;
|
|
7
6
|
(function (DrillType) {
|
|
8
7
|
DrillType["DRILL_TO_DASHBOARD"] = "drill-to-dashboard";
|
|
9
8
|
DrillType["DRILL_TO_INSIGHT"] = "drill-to-insight";
|
|
@@ -14,6 +14,6 @@ export interface IUseCrossFilteringProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useCrossFiltering: ({ onSuccess, onError, onBeforeRun }?: IUseCrossFilteringProps) => {
|
|
16
16
|
run: (insight: import("@gooddata/sdk-model").IInsight, drillDefinition: import("@gooddata/sdk-model").ICrossFiltering, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useCrossFiltering.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCrossFiltering.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useCrossFiltering.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,kCAAkC,CAAC;AACxF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAC9D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAC;CAChD;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;
|
|
1
|
+
{"version":3,"file":"useCrossFiltering.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useCrossFiltering.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,kCAAkC,CAAC;AACxF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAC9D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAC;CAChD;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,yCAAyC,uBAAuB;;;CAS7F,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrill: ({ onSuccess, onError, onBeforeRun }?: IUseDrillProps) => {
|
|
16
16
|
run: (drillEvent: import("../../../types.js").IDashboardDrillEvent, drillContext: import("../../../types.js").IDashboardDrillContext, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrill.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrill.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrill.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAS,MAAM,kCAAkC,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,IAAI,CAAC;IACrD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC3D,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ;;;
|
|
1
|
+
{"version":3,"file":"useDrill.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrill.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAS,MAAM,kCAAkC,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,IAAI,CAAC;IACrD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;IAC3D,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,yCAAyC,cAAc;;;CAS3E,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillDownProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillDown: ({ onSuccess, onError, onBeforeRun }?: IUseDrillDownProps) => {
|
|
16
16
|
run: (insight: import("@gooddata/sdk-model").IInsight, drillDefinition: import("../../../types.js").IDrillDownDefinition, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillDown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillDown.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillDown.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAa,MAAM,kCAAkC,CAAC;AAC9E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,2BAA2B,KAAK,IAAI,CAAC;IACzD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IAC/D,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,KAAK,IAAI,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;
|
|
1
|
+
{"version":3,"file":"useDrillDown.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillDown.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAa,MAAM,kCAAkC,CAAC;AAC9E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,2BAA2B,KAAK,IAAI,CAAC;IACzD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IAC/D,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,KAAK,IAAI,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,yCAAyC,kBAAkB;;;CASnF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillSelectDropdownMenuItems.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillSelectDropdownMenuItems.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,WAAW,EAAyB,MAAM,sBAAsB,CAAC;AAE/E,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAuB3E,MAAM,WAAW,gCAAgC;IAC7C,WAAW,EAAE;QACT,IAAI,EAAE,SAAS,CAAC;QAChB,eAAe,EAAE,wBAAwB,CAAC;QAC1C,QAAQ,EAAE,MAAM,IAAI,CAAC;KACxB,CAAC;CACL;AAED,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,gCAAgC,CAAC,CAAC;AAEjF,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"useDrillSelectDropdownMenuItems.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillSelectDropdownMenuItems.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,WAAW,EAAyB,MAAM,sBAAsB,CAAC;AAE/E,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,mBAAmB,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAuB3E,MAAM,WAAW,gCAAgC;IAC7C,WAAW,EAAE;QACT,IAAI,EAAE,SAAS,CAAC;QAChB,eAAe,EAAE,wBAAwB,CAAC;QAC1C,QAAQ,EAAE,MAAM,IAAI,CAAC;KACxB,CAAC;CACL;AAED,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,gCAAgC,CAAC,CAAC;AAEjF,eAAO,MAAM,+BAA+B,4GAOzC;IACC,cAAc,EAAE,gBAAgB,EAAE,CAAC;IACnC,UAAU,EAAE,gBAAgB,EAAE,CAAC;IAC/B,mBAAmB,EAAE,gBAAgB,EAAE,CAAC;IACxC,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,eAAe,EAAE,gBAAgB,EAAE,CAAC;IACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACxE,KAAG,oBAAoB,EAmFvB,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillToAttributeUrlProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillToAttributeUrl: ({ onSuccess, onError, onBeforeRun, }?: IUseDrillToAttributeUrlProps) => {
|
|
16
16
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToAttributeUrl, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillToAttributeUrl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillToAttributeUrl.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToAttributeUrl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAAuB,MAAM,kCAAkC,CAAC;AAClG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAC5F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,qCAAqC,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAC;IACzE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACrD;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;
|
|
1
|
+
{"version":3,"file":"useDrillToAttributeUrl.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToAttributeUrl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,oBAAoB,EAAuB,MAAM,kCAAkC,CAAC;AAClG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAC5F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,qCAAqC,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,KAAK,IAAI,CAAC;IACzE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAC;CACrD;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,0CAIhC,4BAA4B;;;CAS9B,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillToCustomUrlProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillToCustomUrl: ({ onSuccess, onError, onBeforeRun }?: IUseDrillToCustomUrlProps) => {
|
|
16
16
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToCustomUrl, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillToCustomUrl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillToCustomUrl.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToCustomUrl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,kCAAkC,KAAK,IAAI,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACtE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;
|
|
1
|
+
{"version":3,"file":"useDrillToCustomUrl.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToCustomUrl.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,kCAAkC,KAAK,IAAI,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACtE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,yCAAyC,yBAAyB;;;CASjG,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillToDashboardProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillToDashboard: ({ onSuccess, onError, onBeforeRun }?: IUseDrillToDashboardProps) => {
|
|
16
16
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToDashboard, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillToDashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillToDashboard.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToDashboard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,kCAAkC,KAAK,IAAI,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACtE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;
|
|
1
|
+
{"version":3,"file":"useDrillToDashboard.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToDashboard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iBAAiB,EAAoB,MAAM,kCAAkC,CAAC;AAC5F,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,kCAAkC,KAAK,IAAI,CAAC;IAChE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACtE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,yCAAyC,yBAAyB;;;CASjG,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillToInsightProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillToInsight: ({ onSuccess, onError, onBeforeRun }?: IUseDrillToInsightProps) => {
|
|
16
16
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToInsight, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillToInsight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillToInsight.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToInsight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,kCAAkC,CAAC;AACxF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAC9D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAC;CAChD;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;
|
|
1
|
+
{"version":3,"file":"useDrillToInsight.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToInsight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,kCAAkC,CAAC;AACxF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAC9D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,eAAe,KAAK,IAAI,CAAC;CAChD;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,yCAAyC,uBAAuB;;;CAS7F,CAAC"}
|
|
@@ -14,6 +14,6 @@ export interface IUseDrillToLegacyDashboardProps {
|
|
|
14
14
|
*/
|
|
15
15
|
export declare const useDrillToLegacyDashboard: ({ onSuccess, onError, onBeforeRun, }?: IUseDrillToLegacyDashboardProps) => {
|
|
16
16
|
run: (drillDefinition: import("@gooddata/sdk-model").IDrillToLegacyDashboard, drillEvent: import("../../../types.js").IDashboardDrillEvent, correlationId?: string | undefined) => void;
|
|
17
|
-
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus
|
|
17
|
+
status?: import("../../../model/react/useDashboardCommandProcessing.js").CommandProcessingStatus;
|
|
18
18
|
};
|
|
19
19
|
//# sourceMappingURL=useDrillToLegacyDashboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrillToLegacyDashboard.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToLegacyDashboard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,uBAAuB,EAA0B,MAAM,kCAAkC,CAAC;AACxG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gCAAgC,CAAC;AAC/F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,wCAAwC,KAAK,IAAI,CAAC;IACtE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,uBAAuB,CAAC,KAAK,IAAI,CAAC;IAC5E,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;
|
|
1
|
+
{"version":3,"file":"useDrillToLegacyDashboard.d.ts","sourceRoot":"","sources":["../../../../src/presentation/drill/hooks/useDrillToLegacyDashboard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,uBAAuB,EAA0B,MAAM,kCAAkC,CAAC;AACxG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gCAAgC,CAAC;AAC/F,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,wCAAwC,KAAK,IAAI,CAAC;IACtE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,uBAAuB,CAAC,KAAK,IAAI,CAAC;IAC5E,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,uBAAuB,KAAK,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,0CAInC,+BAA+B;;;CASjC,CAAC"}
|