@gooddata/sdk-ui-dashboard 10.22.0-alpha.9 → 10.22.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 +4516 -4046
- 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/dashboard/dashboardFilterConverter.d.ts +5 -2
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.js +12 -7
- package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +2 -0
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +8 -2
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/assets/type-csv-formatted.svg +1 -0
- package/esm/assets/type-csv-raw.svg +1 -0
- package/esm/assets/type-image.svg +1 -0
- package/esm/assets/type-pdf.svg +1 -0
- package/esm/assets/type-sheet.svg +1 -0
- package/esm/assets/type-slides.svg +1 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts +18 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js +36 -0
- package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +8 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +20 -7
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js +26 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +33 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts +6 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +33 -0
- package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -0
- 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 +37 -4
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +19 -5
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +14 -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 +12 -4
- 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.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +15 -9
- 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 +9 -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 +10 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +21 -16
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts +6 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +33 -0
- package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/dashboard.d.ts +51 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +49 -1
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +74 -4
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +71 -4
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +10 -10
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/index.js +3 -3
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/insight.d.ts +51 -5
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +27 -2
- package/esm/model/commands/insight.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/dashboard.d.ts +144 -0
- package/esm/model/events/dashboard.d.ts.map +1 -1
- package/esm/model/events/dashboard.js +97 -1
- package/esm/model/events/dashboard.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/react/useDashboardCommand.d.ts +6 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +24 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +18 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +24 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +11 -0
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +87 -28
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts +70 -5
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +124 -7
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +44 -2
- package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextState.js +1 -0
- package/esm/model/store/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/filterContext/filterContextUtils.d.ts +10 -0
- package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -0
- package/esm/model/store/filterContext/filterContextUtils.js +70 -0
- package/esm/model/store/filterContext/filterContextUtils.js.map +1 -0
- 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 -4
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +4 -3
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/topBar/topBarSelectors.d.ts +86 -0
- package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -0
- package/esm/model/store/topBar/topBarSelectors.js +160 -0
- package/esm/model/store/topBar/topBarSelectors.js.map +1 -0
- package/esm/presentation/dashboard/Dashboard.d.ts +1 -1
- package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
- package/esm/presentation/dashboard/Dashboard.js +26 -6
- package/esm/presentation/dashboard/Dashboard.js.map +1 -1
- package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
- package/esm/presentation/dashboardContexts/useSlideData.js +1 -0
- package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +13 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.js +34 -0
- package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +17 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +13 -0
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -0
- package/esm/presentation/export/index.d.ts +1 -0
- package/esm/presentation/export/index.d.ts.map +1 -1
- package/esm/presentation/export/index.js +1 -0
- package/esm/presentation/export/index.js.map +1 -1
- package/esm/presentation/export/types.d.ts +42 -1
- package/esm/presentation/export/types.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.d.ts +6 -2
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.js +57 -3
- package/esm/presentation/export/useExportData.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +9 -2
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +14 -4
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +9 -3
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +8 -2
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/types.d.ts +2 -1
- 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 +19 -10
- 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 +15 -4
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +2 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +2 -0
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayout.js +2 -0
- package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +14 -1
- package/esm/presentation/localization/bundles/en-AU.json +14 -1
- package/esm/presentation/localization/bundles/en-GB.json +14 -1
- package/esm/presentation/localization/bundles/en-US.json +46 -1
- package/esm/presentation/localization/bundles/es-419.json +14 -1
- package/esm/presentation/localization/bundles/es-ES.json +14 -1
- package/esm/presentation/localization/bundles/fi-FI.json +14 -1
- package/esm/presentation/localization/bundles/fr-CA.json +14 -1
- package/esm/presentation/localization/bundles/fr-FR.json +14 -1
- package/esm/presentation/localization/bundles/it-IT.json +14 -1
- package/esm/presentation/localization/bundles/ja-JP.json +14 -1
- package/esm/presentation/localization/bundles/nl-NL.json +14 -1
- package/esm/presentation/localization/bundles/pt-BR.json +14 -1
- package/esm/presentation/localization/bundles/pt-PT.json +14 -1
- package/esm/presentation/localization/bundles/ru-RU.json +1 -0
- package/esm/presentation/localization/bundles/zh-HK.json +14 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +14 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +14 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +2 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +5 -4
- package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +0 -5
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +2 -27
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js +2 -2
- package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +2 -3
- package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +3 -4
- package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +53 -28
- package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +9 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +15 -0
- package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -0
- package/esm/presentation/topBar/menuButton/types.d.ts +18 -1
- package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +105 -69
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts +5 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js +44 -0
- package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js.map +1 -0
- package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +2 -2
- package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts +8 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +6 -3
- package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts +8 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +6 -3
- package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.d.ts +8 -2
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +26 -4
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -1
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +5 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.js +35 -0
- package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -0
- package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -3
- package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +3 -2
- package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/DefaultDashboardInsight.js +13 -4
- package/esm/presentation/widget/insight/DefaultDashboardInsight.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 +35 -9
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +3 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +2 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +6 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.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 +7 -3
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +14 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/ExportOptions.js +30 -31
- package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +6 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +4 -0
- 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/insight/useBackendWithInsightWidgetCorrelation.d.ts +6 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts.map +1 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js +26 -0
- package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js.map +1 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +4 -3
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +6 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +12 -4
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +7 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +7 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +5 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +23 -2
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +740 -27
- package/esm/types.d.ts +8 -0
- package/esm/types.d.ts.map +1 -1
- package/esm/types.js.map +1 -1
- package/package.json +15 -15
- package/styles/css/attributeFilterConfig.css +39 -9
- package/styles/css/attributeFilterConfig.css.map +1 -1
- package/styles/css/configurationPanel.css +4 -1
- package/styles/css/configurationPanel.css.map +1 -1
- package/styles/css/dashboard.css +8 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dateFilterConfig.css +39 -9
- package/styles/css/dateFilterConfig.css.map +1 -1
- package/styles/css/export.css +5 -0
- package/styles/css/export.css.map +1 -1
- package/styles/css/icons.css +42 -0
- package/styles/css/icons.css.map +1 -1
- package/styles/css/main.css +150 -18
- package/styles/css/main.css.map +1 -1
- package/styles/css/sharedFilterConfig.css +39 -9
- package/styles/css/sharedFilterConfig.css.map +1 -1
- package/styles/scss/configurationPanel.scss +5 -2
- package/styles/scss/dashboard.scss +8 -0
- package/styles/scss/export.scss +5 -0
- package/styles/scss/filterBar.scss +1 -1
- package/styles/scss/icons.scss +55 -1
- package/styles/scss/sharedFilterConfig.scss +24 -1
- package/esm/presentation/topBar/buttonBar/button/selectors.d.ts +0 -40
- package/esm/presentation/topBar/buttonBar/button/selectors.d.ts.map +0 -1
- package/esm/presentation/topBar/buttonBar/button/selectors.js +0 -61
- package/esm/presentation/topBar/buttonBar/button/selectors.js.map +0 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/model/commands/filters.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,kBAAkB,EAClB,gBAAgB,EAChB,WAAW,EAIX,MAAM,EAEN,UAAU,EACV,qBAAqB,EACrB,cAAc,EACd,iBAAiB,EACjB,+BAA+B,EAC/B,qCAAqC,EACrC,kCAAkC,EAClC,+BAA+B,EAC/B,+BAA+B,EAClC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAE1B;;;;;;OAMG;IACH,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC;IAE9B;;;;;;;;;OASG;IACH,QAAQ,CAAC,WAAW,EAAE,qBAAqB,CAAC;IAE5C;;;;;;;;;OASG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAEpC;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAElC;;OAEG;IACH,QAAQ,CAAC,uBAAuB,CAAC,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/model/commands/filters.ts"],"names":[],"mappings":"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"}
|
@@ -18,7 +18,7 @@ import { absoluteDateFilterValues, filterAttributeElements, isAllTimeDateFilter,
|
|
18
18
|
*
|
19
19
|
* @public
|
20
20
|
*/
|
21
|
-
export function changeDateFilterSelection(type, granularity, from, to, dateFilterOptionLocalId, correlationId, dataSet) {
|
21
|
+
export function changeDateFilterSelection(type, granularity, from, to, dateFilterOptionLocalId, correlationId, dataSet, isWorkingSelectionChange) {
|
22
22
|
return {
|
23
23
|
type: "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION",
|
24
24
|
correlationId,
|
@@ -29,6 +29,7 @@ export function changeDateFilterSelection(type, granularity, from, to, dateFilte
|
|
29
29
|
from,
|
30
30
|
to,
|
31
31
|
dateFilterOptionLocalId,
|
32
|
+
isWorkingSelectionChange,
|
32
33
|
},
|
33
34
|
};
|
34
35
|
}
|
@@ -72,7 +73,7 @@ export function applyDateFilter(filter, correlationId) {
|
|
72
73
|
*
|
73
74
|
* @public
|
74
75
|
*/
|
75
|
-
export function clearDateFilterSelection(correlationId, dataSet) {
|
76
|
+
export function clearDateFilterSelection(correlationId, dataSet, isWorkingSelectionChange) {
|
76
77
|
return {
|
77
78
|
type: "GDC.DASH/CMD.FILTER_CONTEXT.DATE_FILTER.CHANGE_SELECTION",
|
78
79
|
correlationId,
|
@@ -80,6 +81,7 @@ export function clearDateFilterSelection(correlationId, dataSet) {
|
|
80
81
|
dataSet,
|
81
82
|
type: "relative",
|
82
83
|
granularity: "GDC.time.date",
|
84
|
+
isWorkingSelectionChange,
|
83
85
|
},
|
84
86
|
};
|
85
87
|
}
|
@@ -182,7 +184,7 @@ export function moveAttributeFilter(filterLocalId, index, correlationId) {
|
|
182
184
|
};
|
183
185
|
}
|
184
186
|
/**
|
185
|
-
* Creates the ChangeAttributeFilterSelection command.
|
187
|
+
* Creates the ChangeAttributeFilterSelection command for applied filters.
|
186
188
|
*
|
187
189
|
* @remarks
|
188
190
|
* Dispatching this command will result in application of element selection for the dashboard attribute filter
|
@@ -191,6 +193,9 @@ export function moveAttributeFilter(filterLocalId, index, correlationId) {
|
|
191
193
|
* The attribute elements can be provided either using their URI (primary key) or value. Together with the
|
192
194
|
* elements you must indicate the selection type - either 'IN' or 'NOT_IN'.
|
193
195
|
*
|
196
|
+
* If you want to change working filters use {@link changeWorkingAttributeFilterSelection}.
|
197
|
+
* See {@link ChangeAttributeFilterSelectionPayload.isWorkingSelectionChange} for details.
|
198
|
+
*
|
194
199
|
* @remarks see {@link resetAttributeFilterSelection} for convenience function to select all attribute elements of
|
195
200
|
* particular filter.
|
196
201
|
*
|
@@ -223,6 +228,52 @@ export function changeAttributeFilterSelection(filterLocalId, elements, selectio
|
|
223
228
|
},
|
224
229
|
};
|
225
230
|
}
|
231
|
+
/**
|
232
|
+
* Creates the ChangeAttributeFilterSelection command for working filter.
|
233
|
+
*
|
234
|
+
* @remarks
|
235
|
+
* Dispatching this command will result in changing working element selection for the dashboard attribute filter
|
236
|
+
* with the provided id, or error in case of invalid update (e.g. non-existing filterLocalId).
|
237
|
+
*
|
238
|
+
* The attribute elements can be provided either using their URI (primary key) or value. Together with the
|
239
|
+
* elements you must indicate the selection type - either 'IN' or 'NOT_IN'.
|
240
|
+
*
|
241
|
+
* If you want to change applied filters use {@link changeAttributeFilterSelection}.
|
242
|
+
* See {@link ChangeAttributeFilterSelectionPayload.isWorkingSelectionChange} for details.
|
243
|
+
*
|
244
|
+
* @remarks see {@link resetAttributeFilterSelection} for convenience function to select all attribute elements of
|
245
|
+
* particular filter.
|
246
|
+
*
|
247
|
+
* See also {@link applyAttributeFilter} for convenient function when you have an {@link @gooddata/sdk-model#IAttributeFilter} instance.
|
248
|
+
*
|
249
|
+
* @example
|
250
|
+
* ```
|
251
|
+
* const selectionType = isPositiveAttributeFilter ? "IN" : "NOT_IN";
|
252
|
+
* ```
|
253
|
+
*
|
254
|
+
* To create this command without a need to calculate the payload values from a {@link @gooddata/sdk-model#IFilter} object,
|
255
|
+
* we recommend to use {@link applyAttributeFilter} command creator instead.
|
256
|
+
*
|
257
|
+
* @param filterLocalId - dashboard attribute filter's local id
|
258
|
+
* @param elements - elements
|
259
|
+
* @param selectionType - selection type. either 'IN' or 'NOT_IN'
|
260
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
261
|
+
* events that will be emitted during the command processing
|
262
|
+
*
|
263
|
+
* @public
|
264
|
+
*/
|
265
|
+
export function changeWorkingAttributeFilterSelection(filterLocalId, elements, selectionType, correlationId) {
|
266
|
+
return {
|
267
|
+
type: "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION",
|
268
|
+
correlationId,
|
269
|
+
payload: {
|
270
|
+
filterLocalId,
|
271
|
+
elements,
|
272
|
+
selectionType,
|
273
|
+
isWorkingSelectionChange: true,
|
274
|
+
},
|
275
|
+
};
|
276
|
+
}
|
226
277
|
/**
|
227
278
|
* Creates the ChangeAttributeFilterSelection command.
|
228
279
|
*
|
@@ -391,14 +442,16 @@ export function changeFilterContextSelectionByParams(params) {
|
|
391
442
|
* @beta
|
392
443
|
* @param filterLocalId - local identifier of the filter the display form is changed for
|
393
444
|
* @param displayForm - newly selected display form
|
445
|
+
* @param isWorkingSelectionChange - determines if command updates working filter context or applied filter context. Applied filter context is default.
|
394
446
|
* @returns change filter display form command
|
395
447
|
*/
|
396
|
-
export function setAttributeFilterDisplayForm(filterLocalId, displayForm) {
|
448
|
+
export function setAttributeFilterDisplayForm(filterLocalId, displayForm, isWorkingSelectionChange) {
|
397
449
|
return {
|
398
450
|
type: "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.SET_DISPLAY_FORM",
|
399
451
|
payload: {
|
400
452
|
filterLocalId,
|
401
453
|
displayForm,
|
454
|
+
isWorkingSelectionChange,
|
402
455
|
},
|
403
456
|
};
|
404
457
|
}
|
@@ -620,4 +673,18 @@ export function reloadFilterViews(correlationId) {
|
|
620
673
|
correlationId,
|
621
674
|
};
|
622
675
|
}
|
676
|
+
/**
|
677
|
+
* Creates the {@link ApplyFilterContextWorkingSelection} command.
|
678
|
+
*
|
679
|
+
* @param correlationId - specify correlation id. It will be included in all events that will be emitted during the command processing.
|
680
|
+
* @returns apply all filters command
|
681
|
+
*
|
682
|
+
* @alpha
|
683
|
+
*/
|
684
|
+
export function applyFilterContextWorkingSelection(correlationId) {
|
685
|
+
return {
|
686
|
+
type: "GDC.DASH/CMD.FILTER_CONTEXT.APPLY_WORKING_SELECTION",
|
687
|
+
correlationId,
|
688
|
+
};
|
689
|
+
}
|
623
690
|
//# sourceMappingURL=filters.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"filters.js","sourceRoot":"","sources":["../../../src/model/commands/filters.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,EACH,wBAAwB,EACxB,uBAAuB,EAIvB,mBAAmB,EACnB,yBAAyB,EACzB,oBAAoB,EAEpB,wBAAwB,GAU3B,MAAM,qBAAqB,CAAC;
|
1
|
+
{"version":3,"file":"filters.js","sourceRoot":"","sources":["../../../src/model/commands/filters.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { InitializeDashboard, RenameDashboard, ResetDashboard, SaveDashboard, SaveDashboardAs, ExportDashboardToPdf, DeleteDashboard, ChangeSharing, SetDashboardDateFilterConfigMode, SetDashboardAttributeFilterConfigMode, SetDashboardDateFilterWithDimensionConfigMode, SetDateFilterConfigTitle, SetAttributeFilterLimitingItems, SetDashboardAttributeFilterConfigDisplayAsLabel } from "./dashboard.js";
|
1
|
+
import { InitializeDashboard, RenameDashboard, ResetDashboard, SaveDashboard, SaveDashboardAs, ExportDashboardToPdf, ExportDashboardToExcel, DeleteDashboard, ChangeSharing, SetDashboardDateFilterConfigMode, SetDashboardAttributeFilterConfigMode, SetDashboardDateFilterWithDimensionConfigMode, SetDateFilterConfigTitle, SetAttributeFilterLimitingItems, SetDashboardAttributeFilterConfigDisplayAsLabel, ExportDashboardToPdfPresentation, ExportDashboardToPptPresentation } from "./dashboard.js";
|
2
2
|
import { TriggerEvent } from "./events.js";
|
3
3
|
import { UpsertExecutionResult } from "./executionResults.js";
|
4
|
-
import { AddAttributeFilter, ChangeAttributeFilterSelection, ChangeDateFilterSelection, MoveAttributeFilter, RemoveAttributeFilters, SetAttributeFilterParents, ChangeFilterContextSelection, SetAttributeFilterDisplayForm, SetAttributeFilterTitle, SetAttributeFilterSelectionMode, AddDateFilter, RemoveDateFilters, MoveDateFilter, SetAttributeFilterDependentDateFilters, SaveFilterView, ApplyFilterView, DeleteFilterView, SetFilterViewAsDefault, ReloadFilterViews } from "./filters.js";
|
5
|
-
import { ChangeInsightWidgetFilterSettings, ChangeInsightWidgetHeader, ChangeInsightWidgetDescription, ChangeInsightWidgetInsight, ChangeInsightWidgetVisProperties, ChangeInsightWidgetVisConfiguration, ModifyDrillsForInsightWidget, RefreshInsightWidget, RemoveDrillsForInsightWidget, ExportInsightWidget, ExportRawInsightWidget, RemoveDrillDownForInsightWidget, AddDrillDownForInsightWidget, ModifyDrillDownForInsightWidget, AttributeHierarchyModified, ChangeInsightWidgetIgnoreCrossFiltering } from "./insight.js";
|
4
|
+
import { AddAttributeFilter, ChangeAttributeFilterSelection, ChangeDateFilterSelection, MoveAttributeFilter, RemoveAttributeFilters, SetAttributeFilterParents, ChangeFilterContextSelection, SetAttributeFilterDisplayForm, SetAttributeFilterTitle, SetAttributeFilterSelectionMode, AddDateFilter, RemoveDateFilters, MoveDateFilter, SetAttributeFilterDependentDateFilters, SaveFilterView, ApplyFilterView, DeleteFilterView, SetFilterViewAsDefault, ReloadFilterViews, ApplyFilterContextWorkingSelection } from "./filters.js";
|
5
|
+
import { ChangeInsightWidgetFilterSettings, ChangeInsightWidgetHeader, ChangeInsightWidgetDescription, ChangeInsightWidgetInsight, ChangeInsightWidgetVisProperties, ChangeInsightWidgetVisConfiguration, ModifyDrillsForInsightWidget, RefreshInsightWidget, RemoveDrillsForInsightWidget, ExportInsightWidget, ExportRawInsightWidget, RemoveDrillDownForInsightWidget, AddDrillDownForInsightWidget, ModifyDrillDownForInsightWidget, AttributeHierarchyModified, ChangeInsightWidgetIgnoreCrossFiltering, ExportSlidesInsightWidget } from "./insight.js";
|
6
6
|
import { ChangeKpiWidgetComparison, ChangeKpiWidgetFilterSettings, ChangeKpiWidgetHeader, ChangeKpiWidgetDescription, ChangeKpiWidgetConfiguration, ChangeKpiWidgetMeasure, RefreshKpiWidget, SetDrillForKpiWidget, RemoveDrillForKpiWidget } from "./kpi.js";
|
7
7
|
import { ChangeRichTextWidgetContent } from "./richText.js";
|
8
8
|
import { AddVisualizationToVisualizationSwitcherWidgetContent, UpdateVisualizationsFromVisualizationSwitcherWidgetContent } from "./visualizationSwitcher.js";
|
@@ -15,12 +15,12 @@ import { RequestAsyncRender, ResolveAsyncRender } from "./render.js";
|
|
15
15
|
import { ChangeRenderMode } from "./renderMode.js";
|
16
16
|
import { LoadAllWorkspaceUsers } from "./users.js";
|
17
17
|
export type { DashboardCommandType, IDashboardCommand, CommandProcessingMeta } from "./base.js";
|
18
|
-
export type { InitializeDashboard, InitializeDashboardPayload, SaveDashboardAs, SaveDashboardAsPayload, SaveDashboard, SaveDashboardPayload, RenameDashboard, RenameDashboardPayload, ResetDashboard, ExportDashboardToPdf, DeleteDashboard, ChangeSharing, ChangeSharingPayload, SetDashboardDateFilterConfigMode, SetDashboardDateFilterConfigModePayload, SetDashboardDateFilterWithDimensionConfigMode, SetDashboardDateFilterWithDimensionConfigModePayload, SetDashboardAttributeFilterConfigMode, SetDashboardAttributeFilterConfigModePayload, SetDateFilterConfigTitle, SetDateFilterConfigTitlePayload, SetAttributeFilterLimitingItems, SetAttributeFilterLimitingItemsPayload, SetDashboardAttributeFilterConfigDisplayAsLabel, SetDashboardAttributeFilterConfigDisplayAsLabelPayload, } from "./dashboard.js";
|
19
|
-
export { InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, } from "./dashboard.js";
|
18
|
+
export type { InitializeDashboard, InitializeDashboardPayload, SaveDashboardAs, SaveDashboardAsPayload, SaveDashboard, SaveDashboardPayload, RenameDashboard, RenameDashboardPayload, ResetDashboard, ExportDashboardToPdf, ExportDashboardToPptPresentation, ExportDashboardToPdfPresentation, ExportDashboardToExcel, DeleteDashboard, ChangeSharing, ChangeSharingPayload, SetDashboardDateFilterConfigMode, SetDashboardDateFilterConfigModePayload, SetDashboardDateFilterWithDimensionConfigMode, SetDashboardDateFilterWithDimensionConfigModePayload, SetDashboardAttributeFilterConfigMode, SetDashboardAttributeFilterConfigModePayload, SetDateFilterConfigTitle, SetDateFilterConfigTitlePayload, SetAttributeFilterLimitingItems, SetAttributeFilterLimitingItemsPayload, SetDashboardAttributeFilterConfigDisplayAsLabel, SetDashboardAttributeFilterConfigDisplayAsLabelPayload, } from "./dashboard.js";
|
19
|
+
export { InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, exportDashboardToExcel, exportDashboardToPdfPresentation, exportDashboardToPptPresentation, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, } from "./dashboard.js";
|
20
20
|
export type { TriggerEvent, TriggerEventPayload } from "./events.js";
|
21
21
|
export { triggerEvent } from "./events.js";
|
22
|
-
export type { ChangeDateFilterSelection, AddAttributeFilter, AddAttributeFilterPayload, MoveAttributeFilter, MoveAttributeFilterPayload, RemoveAttributeFilters, RemoveAttributeFiltersPayload, AddDateFilter, AddDateFilterPayload, RemoveDateFilters, RemoveDateFiltersPayload, MoveDateFilter, MoveDateFilterPayload, ChangeAttributeFilterSelection, AttributeFilterSelectionType, SetAttributeFilterParents, SetAttributeFilterParentsPayload, ChangeAttributeFilterSelectionPayload, ChangeFilterContextSelection, ChangeFilterContextSelectionPayload, DateFilterSelection, ChangeFilterContextSelectionParams, SetAttributeFilterDisplayForm, SetAttributeFilterDisplayFormPayload, SetAttributeFilterTitle, SetAttributeFilterTitlePayload, SetAttributeFilterSelectionMode, SetAttributeFilterSelectionModePayload, SetAttributeFilterDependentDateFilters, SetAttributeFilterDependentDateFiltersPayload, SaveFilterView, SaveFilterViewPayload, DeleteFilterView, DeleteFilterViewPayload, ApplyFilterView, ApplyFilterViewPayload, SetFilterViewAsDefault, SetFilterViewAsDefaultPayload, ReloadFilterViews, } from "./filters.js";
|
23
|
-
export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, removeDateFilter, moveDateFilter, resetAttributeFilterSelection, changeAttributeFilterSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, } from "./filters.js";
|
22
|
+
export type { ChangeDateFilterSelection, AddAttributeFilter, AddAttributeFilterPayload, MoveAttributeFilter, MoveAttributeFilterPayload, RemoveAttributeFilters, RemoveAttributeFiltersPayload, AddDateFilter, AddDateFilterPayload, RemoveDateFilters, RemoveDateFiltersPayload, MoveDateFilter, MoveDateFilterPayload, ChangeAttributeFilterSelection, AttributeFilterSelectionType, SetAttributeFilterParents, SetAttributeFilterParentsPayload, ChangeAttributeFilterSelectionPayload, ChangeFilterContextSelection, ChangeFilterContextSelectionPayload, DateFilterSelection, ChangeFilterContextSelectionParams, SetAttributeFilterDisplayForm, SetAttributeFilterDisplayFormPayload, SetAttributeFilterTitle, SetAttributeFilterTitlePayload, SetAttributeFilterSelectionMode, SetAttributeFilterSelectionModePayload, SetAttributeFilterDependentDateFilters, SetAttributeFilterDependentDateFiltersPayload, SaveFilterView, SaveFilterViewPayload, DeleteFilterView, DeleteFilterViewPayload, ApplyFilterView, ApplyFilterViewPayload, SetFilterViewAsDefault, SetFilterViewAsDefaultPayload, ReloadFilterViews, ApplyFilterContextWorkingSelection, } from "./filters.js";
|
23
|
+
export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, removeDateFilter, moveDateFilter, resetAttributeFilterSelection, changeAttributeFilterSelection, changeWorkingAttributeFilterSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, } from "./filters.js";
|
24
24
|
export type { AddLayoutSection, AddLayoutSectionPayload, MoveLayoutSection, MoveLayoutSectionPayload, RemoveLayoutSection, RemoveLayoutSectionPayload, ChangeLayoutSectionHeader, ChangeLayoutSectionHeaderPayload, AddSectionItems, AddSectionItemsPayload, ReplaceSectionItem, ReplaceSectionItemPayload, MoveSectionItem, MoveSectionItemPayload, MoveSectionItemToNewSection, MoveSectionItemToNewSectionPayload, RemoveSectionItem, RemoveSectionItemPayload, RemoveSectionItemByWidgetRef, RemoveSectionItemByWidgetRefPayload, UndoLayoutChanges, UndoLayoutChangesPayload, DashboardLayoutCommands, UndoPointSelector, ResizeHeight, ResizeHeightPayload, ResizeWidth, ResizeWidthPayload, SetScreenSize, SetScreenSizePayload, ToggleLayoutSectionHeaders, ToggleLayoutSectionHeadersPayload, } from "./layout.js";
|
25
25
|
export { addLayoutSection, addNestedLayoutSection, moveLayoutSection, moveNestedLayoutSection, removeLayoutSection, removeNestedLayoutSection, changeLayoutSectionHeader, changeNestedLayoutSectionHeader, addSectionItem, addNestedLayoutSectionItem, replaceSectionItem, replaceNestedLayoutSectionItem, moveSectionItem, moveNestedLayoutSectionItem, moveSectionItemAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemAndRemoveOriginalSectionIfEmpty, moveSectionItemToNewSection, moveNestedLayoutSectionItemToNewSection, moveSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, removeSectionItem, removeNestedLayoutSectionItem, eagerRemoveSectionItem, eagerRemoveNestedLayoutSectionItem, removeSectionItemByWidgetRef, eagerRemoveSectionItemByWidgetRef, undoLayoutChanges, revertLastLayoutChange, resizeHeight, resizeNestedLayoutItemsHeight, resizeWidth, resizeNestedLayoutItemWidth, setScreenSize, toggleLayoutSectionHeaders, } from "./layout.js";
|
26
26
|
export type { CreateAlert, CreateAlertPayload, SaveAlert, SaveAlertPayload } from "./alerts.js";
|
@@ -33,8 +33,8 @@ export type { UpsertExecutionResult } from "./executionResults.js";
|
|
33
33
|
export { setExecutionResultData, setExecutionResultError, setExecutionResultLoading, } from "./executionResults.js";
|
34
34
|
export type { ChangeKpiWidgetHeader, ChangeKpiWidgetHeaderPayload, ChangeKpiWidgetDescription, ChangeKpiWidgetDescriptionPayload, ChangeKpiWidgetConfiguration, ChangeKpiWidgetConfigurationPayload, ChangeKpiWidgetMeasure, ChangeKpiWidgetMeasurePayload, ChangeKpiWidgetFilterSettings, ChangeKpiWidgetFilterSettingsPayload, ChangeKpiWidgetComparison, ChangeKpiWidgetComparisonPayload, RefreshKpiWidget, RefreshKpiWidgetPayload, KpiWidgetComparison, RemoveDrillForKpiWidget, RemoveDrillForKpiWidgetPayload, SetDrillForKpiWidget, SetDrillForKpiWidgetPayload, } from "./kpi.js";
|
35
35
|
export { changeKpiWidgetHeader, changeKpiWidgetDescription, changeKpiWidgetConfiguration, changeKpiWidgetMeasure, replaceKpiWidgetFilterSettings, enableKpiWidgetDateFilter, disableKpiWidgetDateFilter, replaceKpiWidgetIgnoredFilters, ignoreFilterOnKpiWidget, unignoreFilterOnKpiWidget, changeKpiWidgetComparison, refreshKpiWidget, removeDrillForKpiWidget, setDrillForKpiWidget, } from "./kpi.js";
|
36
|
-
export type { ChangeInsightWidgetHeader, ChangeInsightWidgetHeaderPayload, ChangeInsightWidgetDescription, ChangeInsightWidgetDescriptionPayload, ChangeInsightWidgetIgnoreCrossFiltering, ChangeInsightWidgetIgnoreCrossFilteringPayload, ChangeInsightWidgetFilterSettings, ChangeInsightWidgetFilterSettingsPayload, ChangeInsightWidgetVisProperties, ChangeInsightWidgetVisPropertiesPayload, ChangeInsightWidgetVisConfiguration, ChangeInsightWidgetVisConfigurationPayload, ChangeInsightWidgetInsight, ChangeInsightWidgetInsightPayload, ModifyDrillsForInsightWidget, ModifyDrillsForInsightWidgetPayload, RemoveDrillsForInsightWidget, RemoveDrillsForInsightWidgetPayload, RemoveDrillDownForInsightWidget, RemoveDrillDownForInsightWidgetPayload, AddDrillDownForInsightWidget, AddDrillDownForInsightWidgetPayload, ModifyDrillDownForInsightWidget, ModifyDrillDownForInsightWidgetPayload, RemoveDrillsSelector, RefreshInsightWidget, RefreshInsightWidgetPayload, ExportInsightWidget, ExportInsightWidgetPayload, AttributeHierarchyModified, ExportRawInsightWidget, ExportRawInsightWidgetPayload, } from "./insight.js";
|
37
|
-
export { changeInsightWidgetHeader, changeInsightWidgetDescription, changeInsightWidgetIgnoreCrossFiltering, replaceInsightWidgetFilterSettings, enableInsightWidgetDateFilter, disableInsightWidgetDateFilter, replaceInsightWidgetIgnoredFilters, ignoreFilterOnInsightWidget, unignoreFilterOnInsightWidget, ignoreDateFilterOnInsightWidget, unignoreDateFilterOnInsightWidget, changeInsightWidgetVisProperties, changeInsightWidgetVisConfiguration, changeInsightWidgetInsight, modifyDrillsForInsightWidget, removeDrillsForInsightWidget, removeDrillDownForInsightWidget, addDrillDownForInsightWidget, modifyDrillDownForInsightWidget, refreshInsightWidget, exportInsightWidget, exportRawInsightWidget, attributeHierarchyModified, } from "./insight.js";
|
36
|
+
export type { ChangeInsightWidgetHeader, ChangeInsightWidgetHeaderPayload, ChangeInsightWidgetDescription, ChangeInsightWidgetDescriptionPayload, ChangeInsightWidgetIgnoreCrossFiltering, ChangeInsightWidgetIgnoreCrossFilteringPayload, ChangeInsightWidgetFilterSettings, ChangeInsightWidgetFilterSettingsPayload, ChangeInsightWidgetVisProperties, ChangeInsightWidgetVisPropertiesPayload, ChangeInsightWidgetVisConfiguration, ChangeInsightWidgetVisConfigurationPayload, ChangeInsightWidgetInsight, ChangeInsightWidgetInsightPayload, ModifyDrillsForInsightWidget, ModifyDrillsForInsightWidgetPayload, RemoveDrillsForInsightWidget, RemoveDrillsForInsightWidgetPayload, RemoveDrillDownForInsightWidget, RemoveDrillDownForInsightWidgetPayload, AddDrillDownForInsightWidget, AddDrillDownForInsightWidgetPayload, ModifyDrillDownForInsightWidget, ModifyDrillDownForInsightWidgetPayload, RemoveDrillsSelector, RefreshInsightWidget, RefreshInsightWidgetPayload, ExportInsightWidget, ExportInsightWidgetPayload, AttributeHierarchyModified, ExportRawInsightWidget, ExportRawInsightWidgetPayload, ExportSlidesInsightWidget, ExportSlidesInsightWidgetPayload, } from "./insight.js";
|
37
|
+
export { changeInsightWidgetHeader, changeInsightWidgetDescription, changeInsightWidgetIgnoreCrossFiltering, replaceInsightWidgetFilterSettings, enableInsightWidgetDateFilter, disableInsightWidgetDateFilter, replaceInsightWidgetIgnoredFilters, ignoreFilterOnInsightWidget, unignoreFilterOnInsightWidget, ignoreDateFilterOnInsightWidget, unignoreDateFilterOnInsightWidget, changeInsightWidgetVisProperties, changeInsightWidgetVisConfiguration, changeInsightWidgetInsight, modifyDrillsForInsightWidget, removeDrillsForInsightWidget, removeDrillDownForInsightWidget, addDrillDownForInsightWidget, modifyDrillDownForInsightWidget, refreshInsightWidget, exportInsightWidget, exportRawInsightWidget, exportSlidesInsightWidget, attributeHierarchyModified, } from "./insight.js";
|
38
38
|
export { loadAllWorkspaceUsers } from "./users.js";
|
39
39
|
export type { LoadAllWorkspaceUsers } from "./users.js";
|
40
40
|
export type { ChangeRichTextWidgetContent, ChangeRichTextWidgetContentPayload } from "./richText.js";
|
@@ -57,5 +57,5 @@ export { addDrillTargets } from "./drillTargets.js";
|
|
57
57
|
*
|
58
58
|
* @public
|
59
59
|
*/
|
60
|
-
export type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget;
|
60
|
+
export type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ChangeRenderMode | SaveDashboard | RenameDashboard | ResetDashboard | ExportDashboardToPdf | ExportDashboardToExcel | ExportDashboardToPdfPresentation | ExportDashboardToPptPresentation | DeleteDashboard | TriggerEvent | UpsertExecutionResult | AddAttributeFilter | RemoveAttributeFilters | MoveAttributeFilter | SetAttributeFilterParents | SetAttributeFilterDependentDateFilters | AddLayoutSection | MoveLayoutSection | RemoveLayoutSection | ChangeLayoutSectionHeader | ResizeHeight | ResizeWidth | AddSectionItems | ReplaceSectionItem | MoveSectionItem | MoveSectionItemToNewSection | RemoveSectionItem | RemoveSectionItemByWidgetRef | UndoLayoutChanges | ChangeKpiWidgetHeader | ChangeKpiWidgetDescription | ChangeKpiWidgetConfiguration | ChangeKpiWidgetMeasure | ChangeKpiWidgetFilterSettings | ChangeKpiWidgetComparison | RefreshKpiWidget | SetDrillForKpiWidget | RemoveDrillForKpiWidget | ChangeInsightWidgetHeader | ChangeInsightWidgetDescription | ChangeInsightWidgetIgnoreCrossFiltering | ChangeInsightWidgetFilterSettings | ChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | ChangeInsightWidgetInsight | ModifyDrillsForInsightWidget | RemoveDrillsForInsightWidget | RefreshInsightWidget | ExportInsightWidget | CreateAlert | SaveAlert | CreateScheduledEmail | SaveScheduledEmail | ChangeSharing | SetAttributeFilterDisplayForm | SetAttributeFilterTitle | SetAttributeFilterSelectionMode | ChangeRichTextWidgetContent | AddVisualizationToVisualizationSwitcherWidgetContent | UpdateVisualizationsFromVisualizationSwitcherWidgetContent | Drill | DrillDown | DrillToAttributeUrl | DrillToCustomUrl | DrillToDashboard | DrillToInsight | DrillToLegacyDashboard | ChangeDrillableItems | AddDrillTargets | SetDashboardDateFilterConfigMode | SetDashboardAttributeFilterConfigMode | SetDashboardAttributeFilterConfigDisplayAsLabel | RemoveDrillDownForInsightWidget | AddDrillDownForInsightWidget | ModifyDrillDownForInsightWidget | CrossFiltering | AttributeHierarchyModified | AddDateFilter | RemoveDateFilters | MoveDateFilter | SetDashboardDateFilterWithDimensionConfigMode | SetDateFilterConfigTitle | InitializeAutomations | RefreshAutomations | SetAttributeFilterLimitingItems | SaveFilterView | DeleteFilterView | ApplyFilterView | SetFilterViewAsDefault | ReloadFilterViews | ToggleLayoutSectionHeaders | ApplyFilterContextWorkingSelection | SetScreenSize | LoadAllWorkspaceUsers | ExportRawInsightWidget | ExportSlidesInsightWidget;
|
61
61
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/commands/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,mBAAmB,EACnB,eAAe,EACf,cAAc,EACd,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,gCAAgC,EAChC,qCAAqC,EACrC,6CAA6C,EAC7C,wBAAwB,EACxB,+BAA+B,EAC/B,+CAA+C,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/commands/index.ts"],"names":[],"mappings":"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"}
|
@@ -1,14 +1,14 @@
|
|
1
1
|
// (C) 2021-2025 GoodData Corporation
|
2
|
-
export { InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, } from "./dashboard.js";
|
2
|
+
export { InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, exportDashboardToExcel, exportDashboardToPdfPresentation, exportDashboardToPptPresentation, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, } from "./dashboard.js";
|
3
3
|
export { triggerEvent } from "./events.js";
|
4
|
-
export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, removeDateFilter, moveDateFilter, resetAttributeFilterSelection, changeAttributeFilterSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, } from "./filters.js";
|
4
|
+
export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, removeDateFilter, moveDateFilter, resetAttributeFilterSelection, changeAttributeFilterSelection, changeWorkingAttributeFilterSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, } from "./filters.js";
|
5
5
|
export { addLayoutSection, addNestedLayoutSection, moveLayoutSection, moveNestedLayoutSection, removeLayoutSection, removeNestedLayoutSection, changeLayoutSectionHeader, changeNestedLayoutSectionHeader, addSectionItem, addNestedLayoutSectionItem, replaceSectionItem, replaceNestedLayoutSectionItem, moveSectionItem, moveNestedLayoutSectionItem, moveSectionItemAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemAndRemoveOriginalSectionIfEmpty, moveSectionItemToNewSection, moveNestedLayoutSectionItemToNewSection, moveSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, removeSectionItem, removeNestedLayoutSectionItem, eagerRemoveSectionItem, eagerRemoveNestedLayoutSectionItem, removeSectionItemByWidgetRef, eagerRemoveSectionItemByWidgetRef, undoLayoutChanges, revertLastLayoutChange, resizeHeight, resizeNestedLayoutItemsHeight, resizeWidth, resizeNestedLayoutItemWidth, setScreenSize, toggleLayoutSectionHeaders, } from "./layout.js";
|
6
6
|
export { createAlert, saveAlert } from "./alerts.js";
|
7
7
|
export { createScheduledEmail, saveScheduledEmail, refreshAutomations, initializeAutomations, } from "./scheduledEmail.js";
|
8
8
|
export { drill, drillDown, drillToAttributeUrl, drillToCustomUrl, drillToDashboard, drillToInsight, drillToLegacyDashboard, changeDrillableItems, crossFiltering, } from "./drill.js";
|
9
9
|
export { setExecutionResultData, setExecutionResultError, setExecutionResultLoading, } from "./executionResults.js";
|
10
10
|
export { changeKpiWidgetHeader, changeKpiWidgetDescription, changeKpiWidgetConfiguration, changeKpiWidgetMeasure, replaceKpiWidgetFilterSettings, enableKpiWidgetDateFilter, disableKpiWidgetDateFilter, replaceKpiWidgetIgnoredFilters, ignoreFilterOnKpiWidget, unignoreFilterOnKpiWidget, changeKpiWidgetComparison, refreshKpiWidget, removeDrillForKpiWidget, setDrillForKpiWidget, } from "./kpi.js";
|
11
|
-
export { changeInsightWidgetHeader, changeInsightWidgetDescription, changeInsightWidgetIgnoreCrossFiltering, replaceInsightWidgetFilterSettings, enableInsightWidgetDateFilter, disableInsightWidgetDateFilter, replaceInsightWidgetIgnoredFilters, ignoreFilterOnInsightWidget, unignoreFilterOnInsightWidget, ignoreDateFilterOnInsightWidget, unignoreDateFilterOnInsightWidget, changeInsightWidgetVisProperties, changeInsightWidgetVisConfiguration, changeInsightWidgetInsight, modifyDrillsForInsightWidget, removeDrillsForInsightWidget, removeDrillDownForInsightWidget, addDrillDownForInsightWidget, modifyDrillDownForInsightWidget, refreshInsightWidget, exportInsightWidget, exportRawInsightWidget, attributeHierarchyModified, } from "./insight.js";
|
11
|
+
export { changeInsightWidgetHeader, changeInsightWidgetDescription, changeInsightWidgetIgnoreCrossFiltering, replaceInsightWidgetFilterSettings, enableInsightWidgetDateFilter, disableInsightWidgetDateFilter, replaceInsightWidgetIgnoredFilters, ignoreFilterOnInsightWidget, unignoreFilterOnInsightWidget, ignoreDateFilterOnInsightWidget, unignoreDateFilterOnInsightWidget, changeInsightWidgetVisProperties, changeInsightWidgetVisConfiguration, changeInsightWidgetInsight, modifyDrillsForInsightWidget, removeDrillsForInsightWidget, removeDrillDownForInsightWidget, addDrillDownForInsightWidget, modifyDrillDownForInsightWidget, refreshInsightWidget, exportInsightWidget, exportRawInsightWidget, exportSlidesInsightWidget, attributeHierarchyModified, } from "./insight.js";
|
12
12
|
export { loadAllWorkspaceUsers } from "./users.js";
|
13
13
|
export { changeRichTextWidgetContent } from "./richText.js";
|
14
14
|
export { addVisualizationToSwitcherWidgetContent, updateVisualizationsFromSwitcherWidgetContent, } from "./visualizationSwitcher.js";
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/model/commands/index.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/model/commands/index.ts"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { IDashboardCommand } from "./base.js";
|
2
|
-
import { ObjRef, LocalIdRef, VisualizationProperties, InsightDrillDefinition, IInsightWidgetConfiguration, IDrillDownReference,
|
2
|
+
import { ObjRef, LocalIdRef, VisualizationProperties, InsightDrillDefinition, IInsightWidgetConfiguration, IDrillDownReference, IInsightWidget, IInsight } from "@gooddata/sdk-model";
|
3
3
|
import { FilterOpReplaceAll, WidgetFilterOperation, WidgetHeader, WidgetDescription } from "../types/widgetTypes.js";
|
4
4
|
import { IExportConfig } from "../types/exportTypes.js";
|
5
5
|
/**
|
@@ -587,9 +587,17 @@ export declare function exportInsightWidget(ref: ObjRef, config: IExportConfig,
|
|
587
587
|
*/
|
588
588
|
export interface ExportRawInsightWidgetPayload {
|
589
589
|
/**
|
590
|
-
* Reference to Insight to export.
|
590
|
+
* Reference to Insight Widget to export.
|
591
591
|
*/
|
592
|
-
readonly
|
592
|
+
readonly ref: ObjRef;
|
593
|
+
/**
|
594
|
+
* Reference to Insight Widget to export.
|
595
|
+
*/
|
596
|
+
readonly widget: IInsightWidget;
|
597
|
+
/**
|
598
|
+
* Reference to Insight definition to export.
|
599
|
+
*/
|
600
|
+
readonly insight: IInsight;
|
593
601
|
/**
|
594
602
|
* Reference to Insight title to export.
|
595
603
|
*/
|
@@ -605,13 +613,51 @@ export interface ExportRawInsightWidget extends IDashboardCommand {
|
|
605
613
|
/**
|
606
614
|
* Creates the ExportRawInsightWidget command. Dispatching this command will result in exporting of the widget to a CSV.
|
607
615
|
*
|
608
|
-
* @param
|
616
|
+
* @param insight - insight to export
|
617
|
+
* @param filename - filename of the exported file
|
618
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
619
|
+
* events that will be emitted during the command processing
|
620
|
+
*
|
621
|
+
* @alpha
|
622
|
+
*/
|
623
|
+
export declare function exportRawInsightWidget(ref: ObjRef, widget: IInsightWidget, insight: IInsight, filename: string, correlationId?: string): ExportRawInsightWidget;
|
624
|
+
/**
|
625
|
+
* Payload of the {@link ExportRawInsightWidget} command.
|
626
|
+
* @alpha
|
627
|
+
*/
|
628
|
+
export interface ExportSlidesInsightWidgetPayload {
|
629
|
+
/**
|
630
|
+
* Reference to Insight to export.
|
631
|
+
*/
|
632
|
+
readonly ref: ObjRef;
|
633
|
+
/**
|
634
|
+
* Reference to Insight title to export.
|
635
|
+
*/
|
636
|
+
readonly filename: string;
|
637
|
+
/**
|
638
|
+
* Type of export to perform.
|
639
|
+
*/
|
640
|
+
readonly exportType: "pdf" | "pptx";
|
641
|
+
}
|
642
|
+
/**
|
643
|
+
* @alpha
|
644
|
+
*/
|
645
|
+
export interface ExportSlidesInsightWidget extends IDashboardCommand {
|
646
|
+
readonly type: "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES";
|
647
|
+
readonly payload: ExportSlidesInsightWidgetPayload;
|
648
|
+
}
|
649
|
+
/**
|
650
|
+
* Creates the ExportSlidesInsightWidget command. Dispatching this command will result in exporting of the widget to a slides type (pdf, pptx).
|
651
|
+
*
|
652
|
+
* @param ref - reference to the Insight to export
|
653
|
+
* @param filename - filename of the exported file
|
654
|
+
* @param exportType - type of export to perform
|
609
655
|
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
610
656
|
* events that will be emitted during the command processing
|
611
657
|
*
|
612
658
|
* @alpha
|
613
659
|
*/
|
614
|
-
export declare function
|
660
|
+
export declare function exportSlidesInsightWidget(ref: ObjRef, filename: string, exportType: "pdf" | "pptx", correlationId?: string): ExportSlidesInsightWidget;
|
615
661
|
/**
|
616
662
|
* Payload of the {@link ChangeInsightWidgetDescription} command.
|
617
663
|
* @beta
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"insight.d.ts","sourceRoot":"","sources":["../../../src/model/commands/insight.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAEH,MAAM,EACN,UAAU,EACV,uBAAuB,EACvB,sBAAsB,EACtB,2BAA2B,EAC3B,mBAAmB,EACnB,
|
1
|
+
{"version":3,"file":"insight.d.ts","sourceRoot":"","sources":["../../../src/model/commands/insight.ts"],"names":[],"mappings":"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"}
|
@@ -452,22 +452,47 @@ export function exportInsightWidget(ref, config, correlationId) {
|
|
452
452
|
/**
|
453
453
|
* Creates the ExportRawInsightWidget command. Dispatching this command will result in exporting of the widget to a CSV.
|
454
454
|
*
|
455
|
-
* @param
|
455
|
+
* @param insight - insight to export
|
456
|
+
* @param filename - filename of the exported file
|
456
457
|
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
457
458
|
* events that will be emitted during the command processing
|
458
459
|
*
|
459
460
|
* @alpha
|
460
461
|
*/
|
461
|
-
export function exportRawInsightWidget(insight, filename, correlationId) {
|
462
|
+
export function exportRawInsightWidget(ref, widget, insight, filename, correlationId) {
|
462
463
|
return {
|
463
464
|
type: "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_RAW",
|
464
465
|
correlationId,
|
465
466
|
payload: {
|
467
|
+
ref,
|
468
|
+
widget,
|
466
469
|
insight,
|
467
470
|
filename,
|
468
471
|
},
|
469
472
|
};
|
470
473
|
}
|
474
|
+
/**
|
475
|
+
* Creates the ExportSlidesInsightWidget command. Dispatching this command will result in exporting of the widget to a slides type (pdf, pptx).
|
476
|
+
*
|
477
|
+
* @param ref - reference to the Insight to export
|
478
|
+
* @param filename - filename of the exported file
|
479
|
+
* @param exportType - type of export to perform
|
480
|
+
* @param correlationId - specify correlation id to use for this command. this will be included in all
|
481
|
+
* events that will be emitted during the command processing
|
482
|
+
*
|
483
|
+
* @alpha
|
484
|
+
*/
|
485
|
+
export function exportSlidesInsightWidget(ref, filename, exportType, correlationId) {
|
486
|
+
return {
|
487
|
+
type: "GDC.DASH/CMD.INSIGHT_WIDGET.EXPORT_SLIDES",
|
488
|
+
correlationId,
|
489
|
+
payload: {
|
490
|
+
ref,
|
491
|
+
filename,
|
492
|
+
exportType,
|
493
|
+
},
|
494
|
+
};
|
495
|
+
}
|
471
496
|
/**
|
472
497
|
* Creates the ChangeInsightWidgetDescription command. Dispatching this command will result in change of the Insight widget's
|
473
498
|
* description.
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"insight.js","sourceRoot":"","sources":["../../../src/model/commands/insight.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAGrC,OAAO,EACH,QAAQ,
|
1
|
+
{"version":3,"file":"insight.js","sourceRoot":"","sources":["../../../src/model/commands/insight.ts"],"names":[],"mappings":"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"}
|