@gooddata/sdk-ui-dashboard 10.23.0-alpha.9 → 10.23.0
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 +14 -51
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/sharedHooks/useRichTextFilters.d.ts +3 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.d.ts.map +1 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.js +28 -0
- package/esm/_staging/sharedHooks/useRichTextFilters.js.map +1 -0
- package/esm/converters/filterConverters.d.ts +9 -1
- package/esm/converters/filterConverters.d.ts.map +1 -1
- package/esm/converters/filterConverters.js +22 -3
- package/esm/converters/filterConverters.js.map +1 -1
- package/esm/converters/index.d.ts +1 -1
- package/esm/converters/index.d.ts.map +1 -1
- package/esm/converters/index.js +2 -2
- package/esm/converters/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +6 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +11 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +7 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +6 -2
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +7 -7
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +7 -6
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
- package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/common.js +8 -1
- package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +5 -5
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +14 -2
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +4 -1
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.js +31 -3
- package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts +17 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +55 -0
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -0
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +7 -2
- package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +6 -4
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts +19 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js +33 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/filters.d.ts +69 -1
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +62 -1
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +7 -7
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +2 -2
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/richText.d.ts +36 -0
- package/esm/model/commands/richText.d.ts.map +1 -1
- package/esm/model/commands/richText.js +27 -1
- package/esm/model/commands/richText.js.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/index.d.ts +4 -4
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/events/richText.d.ts +53 -1
- package/esm/model/events/richText.d.ts.map +1 -1
- package/esm/model/events/richText.js +24 -1
- package/esm/model/events/richText.js.map +1 -1
- package/esm/model/queries/base.js +1 -1
- package/esm/model/queries/index.js +1 -1
- package/esm/model/queryServices/index.js +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +1 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +11 -1
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +15 -1
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +8 -5
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +32 -6
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +4 -19
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +1 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts +5 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextUtils.js +18 -1
- package/esm/model/store/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/filterContext/index.d.ts +4 -0
- package/esm/model/store/filterContext/index.d.ts.map +1 -1
- package/esm/model/store/index.d.ts +5 -3
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +5 -3
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/insights/insightsSelectors.d.ts +7 -0
- package/esm/model/store/insights/insightsSelectors.d.ts.map +1 -1
- package/esm/model/store/insights/insightsSelectors.js +115 -2
- package/esm/model/store/insights/insightsSelectors.js.map +1 -1
- package/esm/model/store/layout/layoutReducers.js +1 -1
- package/esm/model/store/layout/layoutReducers.js.map +1 -1
- package/esm/model/store/ui/index.d.ts +1 -0
- package/esm/model/store/ui/index.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.d.ts +1 -0
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.js +4 -0
- package/esm/model/store/ui/uiReducers.js.map +1 -1
- package/esm/model/store/ui/uiSelectors.d.ts +8 -0
- package/esm/model/store/ui/uiSelectors.d.ts.map +1 -1
- package/esm/model/store/ui/uiSelectors.js +15 -1
- package/esm/model/store/ui/uiSelectors.js.map +1 -1
- package/esm/model/store/ui/uiState.d.ts +1 -0
- package/esm/model/store/ui/uiState.d.ts.map +1 -1
- package/esm/model/store/ui/uiState.js +1 -0
- package/esm/model/store/ui/uiState.js.map +1 -1
- package/esm/model/store/widgetExports/widgetExportsSelectors.d.ts +10 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.d.ts.map +1 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.js +21 -0
- package/esm/model/store/widgetExports/widgetExportsSelectors.js.map +1 -0
- package/esm/model/types/commonTypes.d.ts +7 -1
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +6 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +5 -2
- package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js +7 -3
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js +6 -2
- package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardRenderer.js +3 -3
- package/esm/presentation/dashboard/components/DashboardRenderer.js.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts +3 -1
- package/esm/presentation/dashboard/hooks/useDashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/hooks/useDashboard.js +13 -2
- package/esm/presentation/dashboard/hooks/useDashboard.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts +34 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboard/types.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +3 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js +2 -0
- package/esm/presentation/dashboardContexts/DashboardComponentsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts +2 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/DashboardCustomizationsContext.js.map +1 -1
- package/esm/presentation/dashboardContexts/types.d.ts +21 -1
- package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +2 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +11 -4
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +2 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +4 -3
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/types.d.ts +6 -2
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.js.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.js +32 -7
- package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +4 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +48 -3
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -1
- package/esm/presentation/export/types.d.ts +6 -2
- package/esm/presentation/export/types.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.d.ts +12 -1
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.js +38 -1
- package/esm/presentation/export/useExportData.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js +6 -3
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +14 -5
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -2
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +4 -3
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts +4 -0
- package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +32 -14
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +38 -15
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +12 -5
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +4 -0
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.d.ts +6 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js +35 -0
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js.map +1 -0
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +4 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +15 -4
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +6 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +3 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +7 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js +14 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/useRichTextPlaceholderDropHandler.js.map +1 -1
- package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.js +7 -3
- package/esm/presentation/insightList/InsightList.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +3 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +1 -0
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +6 -3
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +7 -2
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +20 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.js +2 -2
- package/esm/presentation/widget/common/configuration/ConfigurationBubble.js.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.d.ts +2 -0
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +9 -2
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.d.ts.map +1 -1
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js +8 -2
- package/esm/presentation/widget/description/ExportModeInsightWidgetDescription.js.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js +7 -2
- package/esm/presentation/widget/description/InsightWidgetDescriptionTrigger.js.map +1 -1
- package/esm/presentation/widget/description/types.d.ts +6 -2
- package/esm/presentation/widget/description/types.d.ts.map +1 -1
- package/esm/presentation/widget/index.d.ts +1 -0
- package/esm/presentation/widget/index.d.ts.map +1 -1
- package/esm/presentation/widget/index.js +1 -0
- package/esm/presentation/widget/index.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +4 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +10 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +10 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +2 -0
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.js +10 -7
- package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts +3 -0
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js +5 -4
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescription.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +6 -3
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +9 -1
- package/esm/presentation/widget/insight/types.d.ts.map +1 -1
- package/esm/presentation/widget/insight/types.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.d.ts +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightEditMenuItems.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +2 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.d.ts +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/index.js +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js +26 -12
- package/esm/presentation/widget/richText/EditModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +17 -8
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +12 -3
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/richText/types.d.ts +16 -1
- package/esm/presentation/widget/richText/types.d.ts.map +1 -1
- package/esm/presentation/widget/richText/useEditableRichTextMenu.d.ts +11 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.d.ts.map +1 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.js +31 -0
- package/esm/presentation/widget/richText/useEditableRichTextMenu.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.d.ts +7 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js +13 -0
- package/esm/presentation/widget/richTextMenu/DashboardRichTextMenuTitle.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts +12 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js +13 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/DashboardRichTextMenuContainer.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts +10 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js +40 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DashboardRichTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.d.ts +7 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js +10 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenu.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts +6 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js +15 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/DefaultDashboardRichTextMenuTitle.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.d.ts +18 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.js +22 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/getDefaultRichTextEditMenuItems.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.d.ts +5 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.js +5 -0
- package/esm/presentation/widget/richTextMenu/DefaultDashboardRichTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/index.d.ts +3 -0
- package/esm/presentation/widget/richTextMenu/index.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/index.js +3 -0
- package/esm/presentation/widget/richTextMenu/index.js.map +1 -0
- package/esm/presentation/widget/richTextMenu/types.d.ts +122 -0
- package/esm/presentation/widget/richTextMenu/types.d.ts.map +1 -0
- package/esm/presentation/widget/richTextMenu/types.js +4 -0
- package/esm/presentation/widget/richTextMenu/types.js.map +1 -0
- package/esm/presentation/widget/types.d.ts +2 -1
- package/esm/presentation/widget/types.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +3 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +3 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +2 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +5 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js +2 -2
- package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +533 -29
- package/package.json +15 -15
- package/styles/css/alerting.css +14 -1
- package/styles/css/alerting.css.map +1 -1
- package/styles/css/dashboard.css +14 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/filterBar.css +19 -0
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +71 -4
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +4 -0
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/richTextWidget.css +1 -1
- package/styles/scss/_zIndexes.scss +3 -0
- package/styles/scss/alerting.scss +18 -1
- package/styles/scss/dashboard.scss +14 -1
- package/styles/scss/filterBar.scss +23 -0
- package/styles/scss/notifications_channels_dialog.scss +4 -1
- package/styles/scss/richTextWidget.scss +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultDashboardInsightWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAY,WAAW,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAGtF,OAAO,EACH,oBAAoB,EACpB,cAAc,EACd,2BAA2B,GAC9B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACH,aAAa,EACb,qBAAqB,EACrB,0BAA0B,EAC1B,kBAAkB,GACrB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AAEpF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAE/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oCAAoC,EAAE,MAAM,gEAAgE,CAAC;AAEtH,MAAM,CAAC,MAAM,6BAA6B,GAAmE,CACzG,KAAK,EACP,EAAE;IACA,OAAO,oBAAC,2BAA2B,OAAK,KAAK,EAAE,SAAS,EAAE,iCAAiC,GAAI,CAAC;AACpG,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,iCAAiC,GAEnC,CAAC,EACD,MAAM,EACN,OAAO,EACP,MAAM,EACN,OAAO,EACP,aAAa,EACb,gBAAgB,EAChB,oBAAoB,EACpB,UAAU,GACb,EAAE,EAAE;IACD,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,QAAQ,GAAG,oBAAoB,CAAC,cAAc,CAAC,CAAC;IAEtD,MAAM,EACF,0BAA0B,EAC1B,oCAAoC,EACpC,sBAAsB,EACtB,gCAAgC,GACnC,GAAG,2BAA2B,EAAE,CAAC;IAElC,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,CAAE,wBAAwB,CAAC,OAAO,CAAa,CAAC,CAAC,CAAC,SAAS,CAAC;IACrF,MAAM,EAAE,GAAG,EAAE,SAAS,EAAE,GAAG,MAAM,CAAC;IAElC,MAAM,EACF,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,EAClB,eAAe,EACf,WAAW,EACX,cAAc,EACd,WAAW,EACX,YAAY,EACZ,uBAAuB,EACvB,8BAA8B,
|
|
1
|
+
{"version":3,"file":"DefaultDashboardInsightWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.tsx"],"names":[],"mappings":"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"}
|
|
@@ -24,6 +24,8 @@ type UseInsightMenuConfig = {
|
|
|
24
24
|
scheduleExportManagementDisabled: boolean;
|
|
25
25
|
scheduleExportDisabledReason?: SchedulingDisabledReason;
|
|
26
26
|
alertingDisabledReason?: AlertingDisabledReason;
|
|
27
|
+
exportPdfPresentationDisabled: boolean;
|
|
28
|
+
exportPowerPointPresentationDisabled: boolean;
|
|
27
29
|
};
|
|
28
30
|
export declare const useInsightMenu: (config: UseInsightMenuConfig) => {
|
|
29
31
|
menuItems: IInsightMenuItem[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightMenu.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAU/D,OAAO,EAEH,gBAAgB,EAChB,sBAAsB,EACtB,wBAAwB,EAC3B,MAAM,4BAA4B,CAAC;AAEpC,KAAK,oBAAoB,GAAG;IACxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,8BAA8B,EAAE,MAAM,IAAI,CAAC;IAC3C,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;IACjC,iCAAiC,EAAE,OAAO,CAAC;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,sBAAsB,EAAE,OAAO,CAAC;IAChC,gCAAgC,EAAE,OAAO,CAAC;IAC1C,4BAA4B,CAAC,EAAE,wBAAwB,CAAC;IACxD,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"useInsightMenu.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAU/D,OAAO,EAEH,gBAAgB,EAChB,sBAAsB,EACtB,wBAAwB,EAC3B,MAAM,4BAA4B,CAAC;AAEpC,KAAK,oBAAoB,GAAG;IACxB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,0BAA0B,EAAE,MAAM,IAAI,CAAC;IACvC,8BAA8B,EAAE,MAAM,IAAI,CAAC;IAC3C,uBAAuB,EAAE,MAAM,IAAI,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;IACjC,iCAAiC,EAAE,OAAO,CAAC;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,sBAAsB,EAAE,OAAO,CAAC;IAChC,gCAAgC,EAAE,OAAO,CAAC;IAC1C,4BAA4B,CAAC,EAAE,wBAAwB,CAAC;IACxD,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;IAChD,6BAA6B,EAAE,OAAO,CAAC;IACvC,oCAAoC,EAAE,OAAO,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,cAAc,WACf,oBAAoB;eAChB,gBAAgB,EAAE;gBAAc,OAAO;cAAY,MAAM,IAAI;eAAa,MAAM,IAAI;CAiBnG,CAAC"}
|
|
@@ -20,7 +20,7 @@ export const useInsightMenu = (config) => {
|
|
|
20
20
|
return { menuItems, isMenuOpen, openMenu, closeMenu };
|
|
21
21
|
};
|
|
22
22
|
function useDefaultMenuItems(config, setIsMenuOpen) {
|
|
23
|
-
const { exportCSVEnabled, exportXLSXEnabled, exportCSVRawEnabled, isExporting, onExportCSV, onExportRawCSV, onExportXLSX, onScheduleExport, onScheduleManagementExport, onExportPdfPresentation, onExportPowerPointPresentation, isScheduleExportVisible, isScheduleExportManagementVisible, isAlertingVisible, alertingDisabled, scheduleExportDisabled, scheduleExportManagementDisabled, scheduleExportDisabledReason, alertingDisabledReason, widget, isExportRawVisible, isExportVisible, } = config;
|
|
23
|
+
const { exportCSVEnabled, exportXLSXEnabled, exportCSVRawEnabled, isExporting, onExportCSV, onExportRawCSV, onExportXLSX, onScheduleExport, onScheduleManagementExport, onExportPdfPresentation, onExportPowerPointPresentation, isScheduleExportVisible, isScheduleExportManagementVisible, isAlertingVisible, alertingDisabled, scheduleExportDisabled, scheduleExportManagementDisabled, scheduleExportDisabledReason, alertingDisabledReason, widget, isExportRawVisible, isExportVisible, exportPdfPresentationDisabled, exportPowerPointPresentationDisabled, } = config;
|
|
24
24
|
const intl = useIntl();
|
|
25
25
|
const execution = useDashboardSelector(selectExecutionResultByRef(widget.ref));
|
|
26
26
|
const canCreateAutomation = useDashboardSelector(selectCanCreateAutomation);
|
|
@@ -70,6 +70,8 @@ function useDefaultMenuItems(config, setIsMenuOpen) {
|
|
|
70
70
|
alertingDisabled,
|
|
71
71
|
alertingDisabledReason,
|
|
72
72
|
canCreateAutomation,
|
|
73
|
+
exportPdfPresentationDisabled,
|
|
74
|
+
exportPowerPointPresentationDisabled,
|
|
73
75
|
});
|
|
74
76
|
}, [
|
|
75
77
|
intl,
|
|
@@ -97,6 +99,8 @@ function useDefaultMenuItems(config, setIsMenuOpen) {
|
|
|
97
99
|
canCreateAutomation,
|
|
98
100
|
isExportRawVisible,
|
|
99
101
|
isExporting,
|
|
102
|
+
exportPdfPresentationDisabled,
|
|
103
|
+
exportPowerPointPresentationDisabled,
|
|
100
104
|
]);
|
|
101
105
|
}
|
|
102
106
|
//# sourceMappingURL=useInsightMenu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightMenu.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAA4B,MAAM,OAAO,CAAC;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EACH,yBAAyB,EACzB,0BAA0B,EAC1B,oBAAoB,GACvB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,WAAW,EAAE,MAAM,gDAAgD,CAAC;AAC7E,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EACH,0BAA0B,GAI7B,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"useInsightMenu.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/InsightWidget/useInsightMenu.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,7 @@ import { useWidgetHighlighting } from "../../common/useWidgetHighlighting.js";
|
|
|
9
9
|
*/
|
|
10
10
|
export const DefaultDashboardRichTextWidget = ({ widget, screen, dashboardItemClasses, }) => {
|
|
11
11
|
const { elementRef, highlighted } = useWidgetHighlighting(widget);
|
|
12
|
-
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-
|
|
12
|
+
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-rich-text", "gd-dashboard-view-widget", {
|
|
13
13
|
"gd-highlighted": highlighted,
|
|
14
14
|
}), screen: screen, ref: elementRef },
|
|
15
15
|
React.createElement(DashboardItemBase, { visualizationClassName: "gd-rich-text-widget-wrapper" }, () => React.createElement(DashboardRichText, { widget: widget }))));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAE9E;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAmD,CAAC,EAC3F,MAAM,EACN,MAAM,EACN,oBAAoB,GACvB,EAAE,EAAE;IACD,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,qBAAqB,CAAC,MAAM,CAAC,CAAC;IAElE,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CAAC,oBAAoB,EAAE,
|
|
1
|
+
{"version":3,"file":"DefaultDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAE9E;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAmD,CAAC,EAC3F,MAAM,EACN,MAAM,EACN,oBAAoB,GACvB,EAAE,EAAE;IACD,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,qBAAqB,CAAC,MAAM,CAAC,CAAC;IAElE,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,0BAA0B,EAAE;YAC9E,gBAAgB,EAAE,WAAW;SAChC,CAAC,EACF,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,UAAU;QAEf,oBAAC,iBAAiB,IAAC,sBAAsB,EAAC,6BAA6B,IAClE,GAAG,EAAE,CAAC,oBAAC,iBAAiB,IAAC,MAAM,EAAE,MAAM,GAAI,CAC5B,CACR,CACnB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2020-
|
|
1
|
+
// (C) 2020-2025 GoodData Corporation
|
|
2
2
|
import React from "react";
|
|
3
3
|
import cx from "classnames";
|
|
4
4
|
import { DashboardItem, DashboardItemBase } from "../../../presentationComponents/index.js";
|
|
@@ -14,7 +14,7 @@ export const EditableDashboardRichTextWidget = ({ widget, screen, dashboardItemC
|
|
|
14
14
|
const isSaving = useDashboardSelector(selectIsDashboardSaving);
|
|
15
15
|
const isEditable = !isSaving;
|
|
16
16
|
const isDraggingWidget = useIsDraggingWidget();
|
|
17
|
-
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-
|
|
17
|
+
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-rich-text", "gd-dashboard-view-widget", "is-edit-mode", { "is-selected": isSelected }), screen: screen },
|
|
18
18
|
React.createElement(DashboardItemBase, { isSelectable: isSelectable, isSelected: isSelected, onSelected: onSelected, contentClassName: cx({ "is-editable": isEditable, "is-dragging-widget": isDraggingWidget }), visualizationClassName: "gd-rich-text-widget-wrapper" }, ({ clientWidth, clientHeight }) => (React.createElement(DashboardRichText, { widget: widget, clientWidth: clientWidth, clientHeight: clientHeight })))));
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=EditableDashboardRichTextWidget.js.map
|
package/esm/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditableDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC5F,OAAO,EACH,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,GACrB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAmD,CAAC,EAC5F,MAAM,EACN,MAAM,EACN,oBAAoB,GACvB,EAAE,EAAE;IACD,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,kBAAkB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IACvF,MAAM,QAAQ,GAAG,oBAAoB,CAAC,uBAAuB,CAAC,CAAC;IAC/D,MAAM,UAAU,GAAG,CAAC,QAAQ,CAAC;IAC7B,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CACT,oBAAoB,EACpB,
|
|
1
|
+
{"version":3,"file":"EditableDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/EditableDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC5F,OAAO,EACH,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,GACrB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAmD,CAAC,EAC5F,MAAM,EACN,MAAM,EACN,oBAAoB,GACvB,EAAE,EAAE;IACD,MAAM,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,kBAAkB,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IACvF,MAAM,QAAQ,GAAG,oBAAoB,CAAC,uBAAuB,CAAC,CAAC;IAC/D,MAAM,UAAU,GAAG,CAAC,QAAQ,CAAC;IAC7B,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CACT,oBAAoB,EACpB,gBAAgB,EAChB,0BAA0B,EAC1B,cAAc,EACd,EAAE,aAAa,EAAE,UAAU,EAAE,CAChC,EACD,MAAM,EAAE,MAAM;QAEd,oBAAC,iBAAiB,IACd,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,EAAE,CAAC,EAAE,aAAa,EAAE,UAAU,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,CAAC,EAC3F,sBAAsB,EAAC,6BAA6B,IAEnD,CAAC,EAAE,WAAW,EAAE,YAAY,EAAE,EAAE,EAAE,CAAC,CAChC,oBAAC,iBAAiB,IACd,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,YAAY,GAC5B,CACL,CACe,CACR,CACnB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -7,7 +7,7 @@ import { DashboardRichText } from "../../richText/DashboardRichText.js";
|
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
9
|
export const ExportableDashboardRichTextWidget = ({ widget, screen, dashboardItemClasses, exportData, }) => {
|
|
10
|
-
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-
|
|
10
|
+
return (React.createElement(DashboardItem, { className: cx(dashboardItemClasses, "type-rich-text", "gd-dashboard-view-widget"), screen: screen, exportData: exportData?.section },
|
|
11
11
|
React.createElement(DashboardItemBase, { visualizationClassName: "gd-rich-text-widget-wrapper", isExport: true }, () => React.createElement(DashboardRichText, { widget: widget, exportData: exportData?.widget }))));
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ExportableDashboardRichTextWidget.js.map
|
package/esm/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExportableDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAExE;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAmD,CAAC,EAC9F,MAAM,EACN,MAAM,EACN,oBAAoB,EACpB,UAAU,GACb,EAAE,EAAE;IACD,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CAAC,oBAAoB,EAAE,
|
|
1
|
+
{"version":3,"file":"ExportableDashboardRichTextWidget.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/widget/RichTextWidget/ExportableDashboardRichTextWidget.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAExE;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAmD,CAAC,EAC9F,MAAM,EACN,MAAM,EACN,oBAAoB,EACpB,UAAU,GACb,EAAE,EAAE;IACD,OAAO,CACH,oBAAC,aAAa,IACV,SAAS,EAAE,EAAE,CAAC,oBAAoB,EAAE,gBAAgB,EAAE,0BAA0B,CAAC,EACjF,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EAAE,OAAO;QAE/B,oBAAC,iBAAiB,IAAC,sBAAsB,EAAC,6BAA6B,EAAC,QAAQ,EAAE,IAAI,IACjF,GAAG,EAAE,CAAC,oBAAC,iBAAiB,IAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,GAAI,CAC5D,CACR,CACnB,CAAC;AACN,CAAC,CAAC"}
|