@gooddata/sdk-ui-dashboard 10.22.0-alpha.5 → 10.22.0-alpha.51
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/errors/errorPredicates.d.ts +12 -0
- package/esm/_staging/errors/errorPredicates.d.ts.map +1 -1
- package/esm/_staging/errors/errorPredicates.js +13 -1
- package/esm/_staging/errors/errorPredicates.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 +12 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts +6 -0
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +36 -0
- package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -0
- 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 +4 -4
- package/esm/model/commands/index.js.map +1 -1
- package/esm/model/commands/insight.d.ts +78 -1
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +45 -1
- 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/executionResults/executionResultsSelectors.d.ts +8 -0
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.js +19 -1
- package/esm/model/store/executionResults/executionResultsSelectors.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 +6 -5
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +5 -4
- 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 +51 -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 +74 -5
- 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/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.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/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.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 +51 -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 +10 -2
- package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +38 -4
- package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
- package/esm/presentation/widget/common/useRawExportHandler.d.ts +5 -0
- package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -0
- package/esm/presentation/widget/common/useRawExportHandler.js +35 -0
- package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -0
- 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/description/types.d.ts +2 -2
- package/esm/presentation/widget/description/types.d.ts.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 +4 -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 +4 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +12 -5
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +15 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +56 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +1 -0
- 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 +17 -0
- package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -0
- package/esm/presentation/widget/insight/configuration/ExportOptions.js +62 -0
- package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -0
- 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 +7 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +21 -4
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +4 -2
- package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +9 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +9 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +7 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +25 -2
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +789 -26
- 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 +15 -0
- 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 +161 -17
- 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 +16 -1
- 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
package/styles/css/main.css
CHANGED
@@ -1390,16 +1390,20 @@
|
|
1390
1390
|
text-overflow: ellipsis;
|
1391
1391
|
}
|
1392
1392
|
|
1393
|
-
.gd-list-item:hover
|
1393
|
+
.gd-list-item:hover {
|
1394
1394
|
color: var(--gd-palette-complementary-9, #000);
|
1395
1395
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
1396
1396
|
text-decoration: none;
|
1397
1397
|
}
|
1398
1398
|
|
1399
|
-
.gd-list-item:hover.is-selected
|
1399
|
+
.gd-list-item:hover.is-selected {
|
1400
1400
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
1401
1401
|
}
|
1402
1402
|
|
1403
|
+
.gd-list-item:focus-visible {
|
1404
|
+
outline: auto;
|
1405
|
+
}
|
1406
|
+
|
1403
1407
|
.gd-list-item.gd-menu-item-remove:hover {
|
1404
1408
|
color: var(--gd-palette-error-base, #e54d42);
|
1405
1409
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
@@ -1637,6 +1641,10 @@
|
|
1637
1641
|
border: none;
|
1638
1642
|
}
|
1639
1643
|
|
1644
|
+
.gd-infinite-list .public_fixedDataTable_main:focus-visible {
|
1645
|
+
outline: auto;
|
1646
|
+
}
|
1647
|
+
|
1640
1648
|
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
|
1641
1649
|
border-color: transparent;
|
1642
1650
|
}
|
@@ -3564,16 +3572,20 @@
|
|
3564
3572
|
text-overflow: ellipsis;
|
3565
3573
|
}
|
3566
3574
|
|
3567
|
-
.gd-list-item:hover
|
3575
|
+
.gd-list-item:hover {
|
3568
3576
|
color: var(--gd-palette-complementary-9, #000);
|
3569
3577
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
3570
3578
|
text-decoration: none;
|
3571
3579
|
}
|
3572
3580
|
|
3573
|
-
.gd-list-item:hover.is-selected
|
3581
|
+
.gd-list-item:hover.is-selected {
|
3574
3582
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
3575
3583
|
}
|
3576
3584
|
|
3585
|
+
.gd-list-item:focus-visible {
|
3586
|
+
outline: auto;
|
3587
|
+
}
|
3588
|
+
|
3577
3589
|
.gd-list-item.gd-menu-item-remove:hover {
|
3578
3590
|
color: var(--gd-palette-error-base, #e54d42);
|
3579
3591
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
@@ -3811,6 +3823,10 @@
|
|
3811
3823
|
border: none;
|
3812
3824
|
}
|
3813
3825
|
|
3826
|
+
.gd-infinite-list .public_fixedDataTable_main:focus-visible {
|
3827
|
+
outline: auto;
|
3828
|
+
}
|
3829
|
+
|
3814
3830
|
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
|
3815
3831
|
border-color: transparent;
|
3816
3832
|
}
|
@@ -5727,6 +5743,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
5727
5743
|
min-width: 0;
|
5728
5744
|
}
|
5729
5745
|
|
5746
|
+
input[type=search]::-webkit-search-cancel-button {
|
5747
|
+
display: none;
|
5748
|
+
}
|
5749
|
+
|
5730
5750
|
.gd-invertable-select-all-checkbox,
|
5731
5751
|
.gd-invertable-select-search-bar,
|
5732
5752
|
.gd-invertable-select-status-bar {
|
@@ -8390,16 +8410,20 @@ div.gd-empty-item-bubble {
|
|
8390
8410
|
text-overflow: ellipsis;
|
8391
8411
|
}
|
8392
8412
|
|
8393
|
-
.gd-list-item:hover
|
8413
|
+
.gd-list-item:hover {
|
8394
8414
|
color: var(--gd-palette-complementary-9, #000);
|
8395
8415
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
8396
8416
|
text-decoration: none;
|
8397
8417
|
}
|
8398
8418
|
|
8399
|
-
.gd-list-item:hover.is-selected
|
8419
|
+
.gd-list-item:hover.is-selected {
|
8400
8420
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
8401
8421
|
}
|
8402
8422
|
|
8423
|
+
.gd-list-item:focus-visible {
|
8424
|
+
outline: auto;
|
8425
|
+
}
|
8426
|
+
|
8403
8427
|
.gd-list-item.gd-menu-item-remove:hover {
|
8404
8428
|
color: var(--gd-palette-error-base, #e54d42);
|
8405
8429
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
@@ -8637,6 +8661,10 @@ div.gd-empty-item-bubble {
|
|
8637
8661
|
border: none;
|
8638
8662
|
}
|
8639
8663
|
|
8664
|
+
.gd-infinite-list .public_fixedDataTable_main:focus-visible {
|
8665
|
+
outline: auto;
|
8666
|
+
}
|
8667
|
+
|
8640
8668
|
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
|
8641
8669
|
border-color: transparent;
|
8642
8670
|
}
|
@@ -8841,6 +8869,10 @@ div.gd-empty-item-bubble {
|
|
8841
8869
|
text-align: center;
|
8842
8870
|
}
|
8843
8871
|
|
8872
|
+
.gd-tab:focus-visible {
|
8873
|
+
outline: auto;
|
8874
|
+
}
|
8875
|
+
|
8844
8876
|
.gd-tab:hover {
|
8845
8877
|
color: var(--gd-palette-complementary-8-from-theme, var(--gd-palette-complementary-9, #000));
|
8846
8878
|
border-bottom: 3px solid var(--gd-palette-complementary-3, #dde4eb);
|
@@ -12906,6 +12938,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
12906
12938
|
min-width: 0;
|
12907
12939
|
}
|
12908
12940
|
|
12941
|
+
input[type=search]::-webkit-search-cancel-button {
|
12942
|
+
display: none;
|
12943
|
+
}
|
12944
|
+
|
12909
12945
|
.gd-invertable-select-all-checkbox,
|
12910
12946
|
.gd-invertable-select-search-bar,
|
12911
12947
|
.gd-invertable-select-status-bar {
|
@@ -14450,16 +14486,20 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
14450
14486
|
text-overflow: ellipsis;
|
14451
14487
|
}
|
14452
14488
|
|
14453
|
-
.gd-list-item:hover
|
14489
|
+
.gd-list-item:hover {
|
14454
14490
|
color: var(--gd-palette-complementary-9, #000);
|
14455
14491
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
14456
14492
|
text-decoration: none;
|
14457
14493
|
}
|
14458
14494
|
|
14459
|
-
.gd-list-item:hover.is-selected
|
14495
|
+
.gd-list-item:hover.is-selected {
|
14460
14496
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
14461
14497
|
}
|
14462
14498
|
|
14499
|
+
.gd-list-item:focus-visible {
|
14500
|
+
outline: auto;
|
14501
|
+
}
|
14502
|
+
|
14463
14503
|
.gd-list-item.gd-menu-item-remove:hover {
|
14464
14504
|
color: var(--gd-palette-error-base, #e54d42);
|
14465
14505
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
@@ -14697,6 +14737,10 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
14697
14737
|
border: none;
|
14698
14738
|
}
|
14699
14739
|
|
14740
|
+
.gd-infinite-list .public_fixedDataTable_main:focus-visible {
|
14741
|
+
outline: auto;
|
14742
|
+
}
|
14743
|
+
|
14700
14744
|
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
|
14701
14745
|
border-color: transparent;
|
14702
14746
|
}
|
@@ -20475,6 +20519,14 @@ figure {
|
|
20475
20519
|
height: 100%;
|
20476
20520
|
}
|
20477
20521
|
|
20522
|
+
.insight-view-loader {
|
20523
|
+
position: absolute;
|
20524
|
+
top: 0;
|
20525
|
+
left: 0;
|
20526
|
+
bottom: 0;
|
20527
|
+
right: 0;
|
20528
|
+
}
|
20529
|
+
|
20478
20530
|
.bubble.options-menu-bubble {
|
20479
20531
|
background-color: #fff;
|
20480
20532
|
}
|
@@ -22706,6 +22758,11 @@ figure {
|
|
22706
22758
|
padding-bottom: 300px;
|
22707
22759
|
}
|
22708
22760
|
|
22761
|
+
.gd-dashboard-meta {
|
22762
|
+
display: none;
|
22763
|
+
width: 100%;
|
22764
|
+
}
|
22765
|
+
|
22709
22766
|
.gd-dialog.save-as-new-dialog {
|
22710
22767
|
max-width: 450px;
|
22711
22768
|
}
|
@@ -23213,6 +23270,21 @@ figure {
|
|
23213
23270
|
top: 4px;
|
23214
23271
|
}
|
23215
23272
|
|
23273
|
+
.gd-configuration-export-options {
|
23274
|
+
width: 100%;
|
23275
|
+
}
|
23276
|
+
.gd-configuration-export-options .gd-export-options-pdf-presentation,
|
23277
|
+
.gd-configuration-export-options .gd-export-options-pptx-presentation,
|
23278
|
+
.gd-configuration-export-options .gd-export-options-xlsx,
|
23279
|
+
.gd-configuration-export-options .gd-export-options-csv,
|
23280
|
+
.gd-configuration-export-options .gd-export-options-csv-raw {
|
23281
|
+
justify-content: flex-start;
|
23282
|
+
}
|
23283
|
+
.gd-configuration-export-options .gd-export-icon {
|
23284
|
+
margin-right: 10px;
|
23285
|
+
display: flex;
|
23286
|
+
}
|
23287
|
+
|
23216
23288
|
.edit-insight-config .bubble-content .widget-title > span.insight-title,
|
23217
23289
|
.edit-insight-config .bubble-content .insight-configuration-panel-header > span.insight-title, .edit-insight-config .bubble-content .insight-title .original-insight-title {
|
23218
23290
|
display: inline-block;
|
@@ -23668,6 +23740,48 @@ figure {
|
|
23668
23740
|
height: 16px;
|
23669
23741
|
display: inline-block;
|
23670
23742
|
}
|
23743
|
+
.gd-list-item .gd-icon-type-pdf::before {
|
23744
|
+
content: "";
|
23745
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
|
23746
|
+
width: 16px;
|
23747
|
+
height: 16px;
|
23748
|
+
display: inline-block;
|
23749
|
+
}
|
23750
|
+
.gd-list-item .gd-icon-type-sheet::before {
|
23751
|
+
content: "";
|
23752
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
|
23753
|
+
width: 16px;
|
23754
|
+
height: 16px;
|
23755
|
+
display: inline-block;
|
23756
|
+
}
|
23757
|
+
.gd-list-item .gd-icon-type-slides::before {
|
23758
|
+
content: "";
|
23759
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
|
23760
|
+
width: 16px;
|
23761
|
+
height: 16px;
|
23762
|
+
display: inline-block;
|
23763
|
+
}
|
23764
|
+
.gd-list-item .gd-icon-type-image::before {
|
23765
|
+
content: "";
|
23766
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
|
23767
|
+
width: 16px;
|
23768
|
+
height: 16px;
|
23769
|
+
display: inline-block;
|
23770
|
+
}
|
23771
|
+
.gd-list-item .gd-icon-type-csv-raw::before {
|
23772
|
+
content: "";
|
23773
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
|
23774
|
+
width: 16px;
|
23775
|
+
height: 16px;
|
23776
|
+
display: inline-block;
|
23777
|
+
}
|
23778
|
+
.gd-list-item .gd-icon-type-csv-formatted::before {
|
23779
|
+
content: "";
|
23780
|
+
background: url("~@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
|
23781
|
+
width: 16px;
|
23782
|
+
height: 16px;
|
23783
|
+
display: inline-block;
|
23784
|
+
}
|
23671
23785
|
|
23672
23786
|
.dropdown-body .gd-list-item.type-growIsGood::before, .dropdown-body .gd-list-item.type-growIsBad::before, .dropdown-body .gd-list-item.type-metric::before, .dropdown-body .gd-list-item.type-attribute::before, .dropdown-body .gd-list-item.type-date::before {
|
23673
23787
|
margin-left: 1px;
|
@@ -23686,7 +23800,8 @@ figure {
|
|
23686
23800
|
}
|
23687
23801
|
|
23688
23802
|
.attribute-filter-dropdown-configuration .configuration-panel-header,
|
23689
|
-
.date-filter-dropdown-configuration .configuration-panel-header
|
23803
|
+
.date-filter-dropdown-configuration .configuration-panel-header,
|
23804
|
+
.gd-header-menu-overlay .configuration-panel-header {
|
23690
23805
|
display: flex;
|
23691
23806
|
align-items: center;
|
23692
23807
|
width: 100%;
|
@@ -23695,43 +23810,72 @@ figure {
|
|
23695
23810
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
23696
23811
|
}
|
23697
23812
|
.attribute-filter-dropdown-configuration .configuration-panel-header-title,
|
23698
|
-
.date-filter-dropdown-configuration .configuration-panel-header-title
|
23813
|
+
.date-filter-dropdown-configuration .configuration-panel-header-title,
|
23814
|
+
.gd-header-menu-overlay .configuration-panel-header-title {
|
23699
23815
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
23700
23816
|
font-size: 11px;
|
23701
23817
|
font-weight: bold;
|
23702
23818
|
text-transform: uppercase;
|
23819
|
+
width: 100%;
|
23820
|
+
}
|
23821
|
+
.attribute-filter-dropdown-configuration .configuration-panel-header-title.clickable,
|
23822
|
+
.date-filter-dropdown-configuration .configuration-panel-header-title.clickable,
|
23823
|
+
.gd-header-menu-overlay .configuration-panel-header-title.clickable {
|
23824
|
+
cursor: pointer;
|
23825
|
+
}
|
23826
|
+
.attribute-filter-dropdown-configuration .configuration-panel-header-title i,
|
23827
|
+
.date-filter-dropdown-configuration .configuration-panel-header-title i,
|
23828
|
+
.gd-header-menu-overlay .configuration-panel-header-title i {
|
23829
|
+
font-size: 14px;
|
23830
|
+
margin-right: 5px;
|
23831
|
+
position: relative;
|
23832
|
+
top: 2px;
|
23833
|
+
}
|
23834
|
+
.attribute-filter-dropdown-configuration .configuration-panel-header-close-button::before,
|
23835
|
+
.date-filter-dropdown-configuration .configuration-panel-header-close-button::before,
|
23836
|
+
.gd-header-menu-overlay .configuration-panel-header-close-button::before {
|
23837
|
+
font-size: 12px !important;
|
23838
|
+
padding-right: 0 !important;
|
23839
|
+
margin-right: 0 !important;
|
23703
23840
|
}
|
23704
23841
|
.attribute-filter-dropdown-configuration .configuration-category-title,
|
23705
|
-
.date-filter-dropdown-configuration .configuration-category-title
|
23842
|
+
.date-filter-dropdown-configuration .configuration-category-title,
|
23843
|
+
.gd-header-menu-overlay .configuration-category-title {
|
23706
23844
|
display: flex;
|
23707
23845
|
justify-content: space-between;
|
23708
23846
|
}
|
23709
23847
|
.attribute-filter-dropdown-configuration .configuration-category-title h3,
|
23710
|
-
.date-filter-dropdown-configuration .configuration-category-title h3
|
23848
|
+
.date-filter-dropdown-configuration .configuration-category-title h3,
|
23849
|
+
.gd-header-menu-overlay .configuration-category-title h3 {
|
23711
23850
|
flex-grow: 2;
|
23712
23851
|
}
|
23713
23852
|
.attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
|
23714
|
-
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset
|
23853
|
+
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset,
|
23854
|
+
.gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset {
|
23715
23855
|
padding: 15px 12px 0 0;
|
23716
23856
|
font-size: 13px;
|
23717
23857
|
font-weight: 400;
|
23718
23858
|
}
|
23719
23859
|
.attribute-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
|
23720
|
-
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled
|
23860
|
+
.date-filter-dropdown-configuration .configuration-category-title .attribute-filter-renaming-title-reset.disabled,
|
23861
|
+
.gd-header-menu-overlay .configuration-category-title .attribute-filter-renaming-title-reset.disabled {
|
23721
23862
|
cursor: pointer;
|
23722
23863
|
}
|
23723
23864
|
.attribute-filter-dropdown-configuration .configuration-attribute-filter-title,
|
23724
|
-
.date-filter-dropdown-configuration .configuration-attribute-filter-title
|
23865
|
+
.date-filter-dropdown-configuration .configuration-attribute-filter-title,
|
23866
|
+
.gd-header-menu-overlay .configuration-attribute-filter-title {
|
23725
23867
|
padding: 0 10px 10px;
|
23726
23868
|
}
|
23727
23869
|
.attribute-filter-dropdown-configuration .configuration-category,
|
23728
|
-
.date-filter-dropdown-configuration .configuration-category
|
23870
|
+
.date-filter-dropdown-configuration .configuration-category,
|
23871
|
+
.gd-header-menu-overlay .configuration-category {
|
23729
23872
|
flex-grow: 2;
|
23730
23873
|
margin-bottom: -5px;
|
23731
23874
|
padding: 10px 10px 0;
|
23732
23875
|
}
|
23733
23876
|
.attribute-filter-dropdown-configuration .configuration-category ::after,
|
23734
|
-
.date-filter-dropdown-configuration .configuration-category ::after
|
23877
|
+
.date-filter-dropdown-configuration .configuration-category ::after,
|
23878
|
+
.gd-header-menu-overlay .configuration-category ::after {
|
23735
23879
|
content: "";
|
23736
23880
|
position: absolute;
|
23737
23881
|
top: 50%;
|