@gooddata/sdk-ui-dashboard 10.22.0-alpha.5 → 10.22.0-alpha.50
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
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Löschen",
|
133
133
|
"close": "Schließen",
|
134
134
|
"cancel": "Abbrechen",
|
135
|
+
"apply": "Übernehmen",
|
135
136
|
"gs.date.today": "Heute",
|
136
137
|
"gs.date.tomorrow": "Morgen",
|
137
138
|
"gs.date.yesterday": "Gestern",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Hier ablegen</b>{br}, um zum Container hinzuzufügen",
|
665
666
|
"insightAlert.config.accessbility.input": "Bedingungswert",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Bedingungsart",
|
667
|
-
"alert.accessibility.destination.label": "Auswählen, wie die Warnung gesendet werden soll"
|
668
|
+
"alert.accessibility.destination.label": "Auswählen, wie die Warnung gesendet werden soll",
|
669
|
+
"insightAlert.config.action": "Aktion",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Benutzerdefinierter Name der Warnung",
|
672
|
+
"options.menu.export": "Exportieren",
|
673
|
+
"options.menu.export.header.data": "Daten",
|
674
|
+
"options.menu.export_to_pdf": "Nach PDF exportieren",
|
675
|
+
"options.menu.export.EXCEL": "Daten (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Foliendeck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Foliendeck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Der Export ist im Gange. Warten Sie, bis er fertig ist, bevor Sie es erneut exportieren.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Name des plans",
|
680
|
+
"widget.options.menu.export": "Exportieren"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Delete",
|
133
133
|
"close": "Close",
|
134
134
|
"cancel": "Cancel",
|
135
|
+
"apply": "Apply",
|
135
136
|
"gs.date.today": "Today",
|
136
137
|
"gs.date.tomorrow": "Tomorrow",
|
137
138
|
"gs.date.yesterday": "Yesterday",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Drop here</b>{br}to add to the container",
|
665
666
|
"insightAlert.config.accessbility.input": "Condition value",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Condition type",
|
667
|
-
"alert.accessibility.destination.label": "Select how to send the alert"
|
668
|
+
"alert.accessibility.destination.label": "Select how to send the alert",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Custom name of the alert",
|
672
|
+
"options.menu.export": "Export",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Export to PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slide Deck (PPT)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slide Deck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Export is in progress. Wait until it is finished before exporting again.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Timetable name",
|
680
|
+
"widget.options.menu.export": "Export"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Delete",
|
133
133
|
"close": "Close",
|
134
134
|
"cancel": "Cancel",
|
135
|
+
"apply": "Apply",
|
135
136
|
"gs.date.today": "Today",
|
136
137
|
"gs.date.tomorrow": "Tomorrow",
|
137
138
|
"gs.date.yesterday": "Yesterday",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Drop here</b>{br}to add to the container",
|
665
666
|
"insightAlert.config.accessbility.input": "Condition value",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Condition type",
|
667
|
-
"alert.accessibility.destination.label": "Select how to send the alert"
|
668
|
+
"alert.accessibility.destination.label": "Select how to send the alert",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Name",
|
671
|
+
"insightAlert.config.accessibility.title": "Custom name of the alert",
|
672
|
+
"options.menu.export": "Export",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Export to PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slide Deck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slide Deck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Export is in progress. Please wait until it is completed before exporting again.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Timetable name",
|
680
|
+
"widget.options.menu.export": "Export"
|
668
681
|
}
|
@@ -117,11 +117,46 @@
|
|
117
117
|
"comment": "",
|
118
118
|
"limit": 0
|
119
119
|
},
|
120
|
-
"options.menu.export
|
120
|
+
"options.menu.export": {
|
121
|
+
"value": "Export",
|
122
|
+
"comment": "Export submenu",
|
123
|
+
"limit": 0
|
124
|
+
},
|
125
|
+
"options.menu.export.header.data": {
|
126
|
+
"value": "Data",
|
127
|
+
"comment": "Export submenu for data",
|
128
|
+
"limit": 0
|
129
|
+
},
|
130
|
+
"options.menu.export_to_pdf": {
|
121
131
|
"value": "Export to PDF",
|
122
132
|
"comment": "Export whole KPI dashboard to PDF",
|
123
133
|
"limit": 0
|
124
134
|
},
|
135
|
+
"options.menu.export.PDF": {
|
136
|
+
"value": "Snapshot (PDF)",
|
137
|
+
"comment": "Export whole KPI dashboard to PDF",
|
138
|
+
"limit": 0
|
139
|
+
},
|
140
|
+
"options.menu.export.EXCEL": {
|
141
|
+
"value": "Data (XLSX)",
|
142
|
+
"comment": "Export whole KPI dashboard to EXCEL",
|
143
|
+
"limit": 0
|
144
|
+
},
|
145
|
+
"options.menu.export.presentation.PPTX": {
|
146
|
+
"value": "Slide Deck (PPTX)",
|
147
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
148
|
+
"limit": 0
|
149
|
+
},
|
150
|
+
"options.menu.export.presentation.PDF": {
|
151
|
+
"value": "Slide Deck (PDF)",
|
152
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
153
|
+
"limit": 0
|
154
|
+
},
|
155
|
+
"options.menu.export.in.progress": {
|
156
|
+
"value": "Export is in progress. Wait until it is finished before exporting again.",
|
157
|
+
"comment": "Export whole KPI dashboard to PowerPoint",
|
158
|
+
"limit": 0
|
159
|
+
},
|
125
160
|
"options.menu.schedule.email": {
|
126
161
|
"value": "Schedule export",
|
127
162
|
"comment": "Translate as imperative. Schedule emailing whole KPI dashboard",
|
@@ -458,6 +493,11 @@
|
|
458
493
|
"comment": "Placeholder for schedule title input",
|
459
494
|
"limit": 0
|
460
495
|
},
|
496
|
+
"dialogs.schedule.accessibility.label.email.title": {
|
497
|
+
"value": "Schedule name",
|
498
|
+
"comment": "",
|
499
|
+
"limit": 0
|
500
|
+
},
|
461
501
|
"dialogs.schedule.email.message.label": {
|
462
502
|
"value": "Message",
|
463
503
|
"comment": "Message of the scheduled email.",
|
@@ -793,6 +833,11 @@
|
|
793
833
|
"comment": "",
|
794
834
|
"limit": 0
|
795
835
|
},
|
836
|
+
"apply": {
|
837
|
+
"value": "Apply",
|
838
|
+
"comment": "",
|
839
|
+
"limit": 0
|
840
|
+
},
|
796
841
|
"gs.date.today": {
|
797
842
|
"value": "Today",
|
798
843
|
"comment": "",
|
@@ -2916,5 +2961,10 @@
|
|
2916
2961
|
"value": "minute",
|
2917
2962
|
"comment": "Label of current selected granularity type. Is used in alert create dialog.",
|
2918
2963
|
"limit": 0
|
2964
|
+
},
|
2965
|
+
"widget.options.menu.export": {
|
2966
|
+
"value": "Export",
|
2967
|
+
"comment": "Export to file with XLSX extension.",
|
2968
|
+
"limit": 0
|
2919
2969
|
}
|
2920
2970
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Eliminar",
|
133
133
|
"close": "Cerrar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoy",
|
136
137
|
"gs.date.tomorrow": "Mañana",
|
137
138
|
"gs.date.yesterday": "Ayer",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Suelta aquí</b>{br}para agregarlo al contenedor",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor de la condición",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condición",
|
667
|
-
"alert.accessibility.destination.label": "Seleccionar cómo enviar la alerta"
|
668
|
+
"alert.accessibility.destination.label": "Seleccionar cómo enviar la alerta",
|
669
|
+
"insightAlert.config.action": "Acción",
|
670
|
+
"insightAlert.config.name": "Nombre",
|
671
|
+
"insightAlert.config.accessibility.title": "Nombre personalizado de la alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Datos",
|
674
|
+
"options.menu.export_to_pdf": "Exportar a PDF",
|
675
|
+
"options.menu.export.EXCEL": "Datos (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diapositivas (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diapositivas (PDF)",
|
678
|
+
"options.menu.export.in.progress": "La exportación está en curso. Espere a que finalice antes de volver a exportar.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nombre de la programación",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Eliminar",
|
133
133
|
"close": "Cerrar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoy",
|
136
137
|
"gs.date.tomorrow": "Mañana",
|
137
138
|
"gs.date.yesterday": "Ayer",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Soltar aquí</b>{br}para añadir al contenedor",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor de la condición",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condición",
|
667
|
-
"alert.accessibility.destination.label": "Seleccione cómo enviar la alerta"
|
668
|
+
"alert.accessibility.destination.label": "Seleccione cómo enviar la alerta",
|
669
|
+
"insightAlert.config.action": "Acción",
|
670
|
+
"insightAlert.config.name": "Nombre",
|
671
|
+
"insightAlert.config.accessibility.title": "Nombre personalizado de la alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Datos",
|
674
|
+
"options.menu.export_to_pdf": "Exportar a PDF",
|
675
|
+
"options.menu.export.EXCEL": "Datos (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diapositivas (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diapositivas (PDF)",
|
678
|
+
"options.menu.export.in.progress": "La exportación está en curso. Espere hasta que finalice antes de volver a exportar.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nombre de programación",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Poista",
|
133
133
|
"close": "Sulje",
|
134
134
|
"cancel": "Peruuta",
|
135
|
+
"apply": "Käytä",
|
135
136
|
"gs.date.today": "Tänään",
|
136
137
|
"gs.date.tomorrow": "Huomenna",
|
137
138
|
"gs.date.yesterday": "Eilen",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Pudota tänne</b>{br} lisättäväksi säiliöön",
|
665
666
|
"insightAlert.config.accessbility.input": "Kuntoarvo",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Kuntotyyppi",
|
667
|
-
"alert.accessibility.destination.label": "Valitse hälytyksen lähetystapa"
|
668
|
+
"alert.accessibility.destination.label": "Valitse hälytyksen lähetystapa",
|
669
|
+
"insightAlert.config.action": "Toiminta",
|
670
|
+
"insightAlert.config.name": "Nimi",
|
671
|
+
"insightAlert.config.accessibility.title": "Hälytyksen mukautettu nimi",
|
672
|
+
"options.menu.export": "Vie",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Vie PDF-muodossa",
|
675
|
+
"options.menu.export.EXCEL": "Tiedot (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Liukukansi (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Liukukansi (pdf)",
|
678
|
+
"options.menu.export.in.progress": "Vienti on käynnissä. Odota, kunnes se on valmis, ennen kuin viet sen uudelleen.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Aikataulun nimi",
|
680
|
+
"widget.options.menu.export": "Vie"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Supprimer",
|
133
133
|
"close": "Fermer",
|
134
134
|
"cancel": "Annuler",
|
135
|
+
"apply": "Appliquer",
|
135
136
|
"gs.date.today": "Aujourd'hui",
|
136
137
|
"gs.date.tomorrow": "Demain",
|
137
138
|
"gs.date.yesterday": "Hier",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Déposer icib</b>{br}à ajouter au conteneur",
|
665
666
|
"insightAlert.config.accessbility.input": "Valeur de la condition",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type de condition",
|
667
|
-
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte"
|
668
|
+
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Nom",
|
671
|
+
"insightAlert.config.accessibility.title": "Nom personnalisé de l'alerte",
|
672
|
+
"options.menu.export": "Exporter",
|
673
|
+
"options.menu.export.header.data": "Données",
|
674
|
+
"options.menu.export_to_pdf": "Exporter vers PDF",
|
675
|
+
"options.menu.export.EXCEL": "Données (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diaporama (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diaporama (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'exportation est en cours. Attendez qu'elle soit terminée avant de procéder à une nouvelle exportation.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nom de l'horaire",
|
680
|
+
"widget.options.menu.export": "Exporter"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Supprimer",
|
133
133
|
"close": "Fermer",
|
134
134
|
"cancel": "Annuler",
|
135
|
+
"apply": "Appliquer",
|
135
136
|
"gs.date.today": "Aujourd'hui",
|
136
137
|
"gs.date.tomorrow": "Demain",
|
137
138
|
"gs.date.yesterday": "Hier",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Déposer ici</b>{br}pour ajouter au conteneur",
|
665
666
|
"insightAlert.config.accessbility.input": "Valeur de la condition",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type de condition",
|
667
|
-
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte"
|
668
|
+
"alert.accessibility.destination.label": "Sélectionner le mode d'envoi de l'alerte",
|
669
|
+
"insightAlert.config.action": "Action",
|
670
|
+
"insightAlert.config.name": "Nom",
|
671
|
+
"insightAlert.config.accessibility.title": "Nom personnalisé de l'alerte",
|
672
|
+
"options.menu.export": "Exporter",
|
673
|
+
"options.menu.export.header.data": "Données",
|
674
|
+
"options.menu.export_to_pdf": "Exporter vers PDF",
|
675
|
+
"options.menu.export.EXCEL": "Données (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Diaporama (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Diaporama (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'exportation est en cours. Attendez qu'elle soit terminée avant de procéder à une nouvelle exportation.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nom de l'horaire",
|
680
|
+
"widget.options.menu.export": "Exporter"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Elimina",
|
133
133
|
"close": "Chiudi",
|
134
134
|
"cancel": "Annulla",
|
135
|
+
"apply": "Applica",
|
135
136
|
"gs.date.today": "Oggi",
|
136
137
|
"gs.date.tomorrow": "Domani",
|
137
138
|
"gs.date.yesterday": "Ieri",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Trascina qui</b>{br}per aggiungere al contenitore",
|
665
666
|
"insightAlert.config.accessbility.input": "Valore della condizione",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo di condizione",
|
667
|
-
"alert.accessibility.destination.label": "Seleziona la modalità di invio dell'avviso"
|
668
|
+
"alert.accessibility.destination.label": "Seleziona la modalità di invio dell'avviso",
|
669
|
+
"insightAlert.config.action": "Azione",
|
670
|
+
"insightAlert.config.name": "Nome",
|
671
|
+
"insightAlert.config.accessibility.title": "Nome personalizzato dell'avviso",
|
672
|
+
"options.menu.export": "Esporta",
|
673
|
+
"options.menu.export.header.data": "Dati",
|
674
|
+
"options.menu.export_to_pdf": "Esporta in PDF",
|
675
|
+
"options.menu.export.EXCEL": "Dati (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Presentazione di diapositive (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Presentazione di diapositive (PDF)",
|
678
|
+
"options.menu.export.in.progress": "L'esportazione è in corso. Attendere che sia terminata prima di esportare nuovamente.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nome del programma",
|
680
|
+
"widget.options.menu.export": "Esporta"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "削除",
|
133
133
|
"close": "閉じる",
|
134
134
|
"cancel": "キャンセル",
|
135
|
+
"apply": "適用",
|
135
136
|
"gs.date.today": "今日",
|
136
137
|
"gs.date.tomorrow": "明日",
|
137
138
|
"gs.date.yesterday": "昨日",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>ここにドロップ</b>{br}してコンテナに追加する",
|
665
666
|
"insightAlert.config.accessbility.input": "コンディション値",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "コンディションタイプ",
|
667
|
-
"alert.accessibility.destination.label": "アラートの送信方法を選択"
|
668
|
+
"alert.accessibility.destination.label": "アラートの送信方法を選択",
|
669
|
+
"insightAlert.config.action": "アクション",
|
670
|
+
"insightAlert.config.name": "名前",
|
671
|
+
"insightAlert.config.accessibility.title": "アラートのカスタム名",
|
672
|
+
"options.menu.export": "エクスポート",
|
673
|
+
"options.menu.export.header.data": "データ",
|
674
|
+
"options.menu.export_to_pdf": "PDF にエクスポート",
|
675
|
+
"options.menu.export.EXCEL": "データ (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "スライド資料 (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "スライド資料 (PDF)",
|
678
|
+
"options.menu.export.in.progress": "エクスポート中です。終了するまで待ってから再度エクスポートしてください。",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "スケジュール名",
|
680
|
+
"widget.options.menu.export": "エクスポート"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Verwijderen",
|
133
133
|
"close": "Sluiten",
|
134
134
|
"cancel": "Annuleren",
|
135
|
+
"apply": "Toepassen",
|
135
136
|
"gs.date.today": "Vandaag",
|
136
137
|
"gs.date.tomorrow": "Morgen",
|
137
138
|
"gs.date.yesterday": "Gisteren",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Laat het hier los</b>{br}om toe te voegen aan de container",
|
665
666
|
"insightAlert.config.accessbility.input": "Conditiewaarde",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Type aandoening",
|
667
|
-
"alert.accessibility.destination.label": "Selecteer hoe u de waarschuwing wilt verzenden"
|
668
|
+
"alert.accessibility.destination.label": "Selecteer hoe u de waarschuwing wilt verzenden",
|
669
|
+
"insightAlert.config.action": "Actie",
|
670
|
+
"insightAlert.config.name": "Naam",
|
671
|
+
"insightAlert.config.accessibility.title": "Aangepaste naam van de waarschuwing",
|
672
|
+
"options.menu.export": "Exporteren",
|
673
|
+
"options.menu.export.header.data": "Data",
|
674
|
+
"options.menu.export_to_pdf": "Exporteren naar PDF",
|
675
|
+
"options.menu.export.EXCEL": "Data (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Slidedeck (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Slidedeck (PDF)",
|
678
|
+
"options.menu.export.in.progress": "Er wordt geëxporteerd. Wacht tot het klaar is voordat u opnieuw exporteert.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Naam schema",
|
680
|
+
"widget.options.menu.export": "Exporteren"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Excluir",
|
133
133
|
"close": "Fechar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoje",
|
136
137
|
"gs.date.tomorrow": "Amanhã",
|
137
138
|
"gs.date.yesterday": "Ontem",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Solte aqui</b>{br}para adicionar ao contêiner",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor da condição",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condição",
|
667
|
-
"alert.accessibility.destination.label": "Selecione a forma de envio do alerta"
|
668
|
+
"alert.accessibility.destination.label": "Selecione a forma de envio do alerta",
|
669
|
+
"insightAlert.config.action": "Ações",
|
670
|
+
"insightAlert.config.name": "Nome",
|
671
|
+
"insightAlert.config.accessibility.title": "Nome personalizado do alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Dados",
|
674
|
+
"options.menu.export_to_pdf": "Exportar para PDF",
|
675
|
+
"options.menu.export.EXCEL": "Dados (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Apresentação de Slides (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Apresentação de Slides (PDF)",
|
678
|
+
"options.menu.export.in.progress": "A exportação está em andamento. Aguarde até que seja concluído antes de exportar novamente.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nome da programação",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "Eliminar",
|
133
133
|
"close": "Fechar",
|
134
134
|
"cancel": "Cancelar",
|
135
|
+
"apply": "Aplicar",
|
135
136
|
"gs.date.today": "Hoje",
|
136
137
|
"gs.date.tomorrow": "Amanhã",
|
137
138
|
"gs.date.yesterday": "Ontem",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>Solte aqui</b>{br}para adicionar ao contêiner",
|
665
666
|
"insightAlert.config.accessbility.input": "Valor de condição",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "Tipo de condição",
|
667
|
-
"alert.accessibility.destination.label": "Selecione como enviar o alerta"
|
668
|
+
"alert.accessibility.destination.label": "Selecione como enviar o alerta",
|
669
|
+
"insightAlert.config.action": "Ação",
|
670
|
+
"insightAlert.config.name": "Nome",
|
671
|
+
"insightAlert.config.accessibility.title": "Nome personalizado do alerta",
|
672
|
+
"options.menu.export": "Exportar",
|
673
|
+
"options.menu.export.header.data": "Dados",
|
674
|
+
"options.menu.export_to_pdf": "Exportar para PDF",
|
675
|
+
"options.menu.export.EXCEL": "Dados (XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "Apresentação de slides (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "Apresentação de slides (PDF)",
|
678
|
+
"options.menu.export.in.progress": "A exportação está a decorrer. Aguarde até que esteja concluída antes de exportar novamente.",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "Nome da programação",
|
680
|
+
"widget.options.menu.export": "Exportar"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "刪除",
|
133
133
|
"close": "關閉",
|
134
134
|
"cancel": "取消",
|
135
|
+
"apply": "應用",
|
135
136
|
"gs.date.today": "今日",
|
136
137
|
"gs.date.tomorrow": "聽日",
|
137
138
|
"gs.date.yesterday": "琴日",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>拖放到此處</b>{br}添加到容器",
|
665
666
|
"insightAlert.config.accessbility.input": "條件值",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "條件類型",
|
667
|
-
"alert.accessibility.destination.label": "選擇發送提醒的方式"
|
668
|
+
"alert.accessibility.destination.label": "選擇發送提醒的方式",
|
669
|
+
"insightAlert.config.action": "行動",
|
670
|
+
"insightAlert.config.name": "名字",
|
671
|
+
"insightAlert.config.accessibility.title": "警報的自定義名稱",
|
672
|
+
"options.menu.export": "導出",
|
673
|
+
"options.menu.export.header.data": "數據",
|
674
|
+
"options.menu.export_to_pdf": "導出為PDF",
|
675
|
+
"options.menu.export.EXCEL": "數據(XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "幻燈片(PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "幻燈片(PDF)",
|
678
|
+
"options.menu.export.in.progress": "導出正在進行中。 請等待導出完成後,再進行下一次導出。",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "計劃名稱",
|
680
|
+
"widget.options.menu.export": "導出"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "删除",
|
133
133
|
"close": "关",
|
134
134
|
"cancel": "取消",
|
135
|
+
"apply": "应用",
|
135
136
|
"gs.date.today": "今天",
|
136
137
|
"gs.date.tomorrow": "明天",
|
137
138
|
"gs.date.yesterday": "昨天",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>放至这里</b>{br}添加到容器中",
|
665
666
|
"insightAlert.config.accessbility.input": "条件值",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "条件类型",
|
667
|
-
"alert.accessibility.destination.label": "选择如何发送警报"
|
668
|
+
"alert.accessibility.destination.label": "选择如何发送警报",
|
669
|
+
"insightAlert.config.action": "行动",
|
670
|
+
"insightAlert.config.name": "名称",
|
671
|
+
"insightAlert.config.accessibility.title": "警报的自定义名称",
|
672
|
+
"options.menu.export": "导出为",
|
673
|
+
"options.menu.export.header.data": "数据",
|
674
|
+
"options.menu.export_to_pdf": "导出为 PDF",
|
675
|
+
"options.menu.export.EXCEL": "数据(XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "幻灯片 (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "幻灯片 (PDF)",
|
678
|
+
"options.menu.export.in.progress": "正在导出。请等待导出完成后再次导出。",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "计划名称",
|
680
|
+
"widget.options.menu.export": "导出为"
|
668
681
|
}
|
@@ -132,6 +132,7 @@
|
|
132
132
|
"delete": "消除",
|
133
133
|
"close": "關閉",
|
134
134
|
"cancel": "取消",
|
135
|
+
"apply": "申請",
|
135
136
|
"gs.date.today": "今天",
|
136
137
|
"gs.date.tomorrow": "明天",
|
137
138
|
"gs.date.yesterday": "昨天",
|
@@ -664,5 +665,17 @@
|
|
664
665
|
"nestedLayout.emptyDropZone.active.message": "<b>拖到這裡</b>{br}以添加到容器中",
|
665
666
|
"insightAlert.config.accessbility.input": "條件值",
|
666
667
|
"insightAlert.config.accessbility.dropdown": "條件類型",
|
667
|
-
"alert.accessibility.destination.label": "選擇如何發送警報"
|
668
|
+
"alert.accessibility.destination.label": "選擇如何發送警報",
|
669
|
+
"insightAlert.config.action": "行動",
|
670
|
+
"insightAlert.config.name": "姓名",
|
671
|
+
"insightAlert.config.accessibility.title": "自訂警報名稱",
|
672
|
+
"options.menu.export": "出口",
|
673
|
+
"options.menu.export.header.data": "數據",
|
674
|
+
"options.menu.export_to_pdf": "匯出為 PDF",
|
675
|
+
"options.menu.export.EXCEL": "數據(XLSX)",
|
676
|
+
"options.menu.export.presentation.PPTX": "幻燈片集 (PPTX)",
|
677
|
+
"options.menu.export.presentation.PDF": "幻燈片集 (PDF)",
|
678
|
+
"options.menu.export.in.progress": "匯出正在進行中。等待其完成後再匯出。",
|
679
|
+
"dialogs.schedule.accessibility.label.email.title": "計劃名稱",
|
680
|
+
"widget.options.menu.export": "出口"
|
668
681
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultScheduledEmailDialog.d.ts","sourceRoot":"","sources":["../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+BxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAqBzD,wBAAgB,2BAA2B,CAAC,EACxC,qBAAqB,EACrB,KAAK,EACL,oBAAoB,EACpB,OAAO,EACP,MAAM,EACN,gBAAgB,EAChB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,aAAa,EACb,OAAO,EACP,MAAM,EACN,WAAW,EACX,aAAa,EACb,QAAQ,EACR,SAAS,GACZ,EAAE,0BAA0B,
|
1
|
+
{"version":3,"file":"DefaultScheduledEmailDialog.d.ts","sourceRoot":"","sources":["../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+BxC,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAqBzD,wBAAgB,2BAA2B,CAAC,EACxC,qBAAqB,EACrB,KAAK,EACL,oBAAoB,EACpB,OAAO,EACP,MAAM,EACN,gBAAgB,EAChB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,aAAa,EACb,OAAO,EACP,MAAM,EACN,WAAW,EACX,aAAa,EACb,QAAQ,EACR,SAAS,GACZ,EAAE,0BAA0B,qBAuP5B;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAkB5E,CAAC"}
|
package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js
CHANGED
@@ -69,6 +69,8 @@ export function ScheduledMailDialogRenderer({ scheduledExportToEdit, users, noti
|
|
69
69
|
React.createElement(Button, { className: "gd-button-primary gd-button-icon-only gd-icon-navigateleft s-schedule-email-dialog-button", onClick: onCancel }),
|
70
70
|
React.createElement(EditableLabel, { value: editedAutomation.title ?? "", onSubmit: noop, onChange: onTitleChange, maxRows: 1, maxLength: 40, className: "gd-notifications-channels-dialog-title s-gd-notifications-channels-dialog-title", autofocus: !editedAutomation.title, placeholder: intl.formatMessage({
|
71
71
|
id: "dialogs.schedule.email.title.placeholder",
|
72
|
+
}), ariaLabel: intl.formatMessage({
|
73
|
+
id: "dialogs.schedule.accessibility.label.email.title",
|
72
74
|
}) }))) },
|
73
75
|
React.createElement("div", { className: "gd-notifications-channel-dialog-content-wrapper" },
|
74
76
|
React.createElement(ContentDivider, { className: "gd-divider-with-margin gd-divider-full-row" }),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultScheduledEmailDialog.js","sourceRoot":"","sources":["../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"DefaultScheduledEmailDialog.js","sourceRoot":"","sources":["../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EACH,iBAAiB,EACjB,OAAO,EACP,cAAc,EACd,MAAM,EACN,aAAa,EACb,SAAS,EACT,cAAc,EACd,OAAO,EACP,yBAAyB,EACzB,iBAAiB,GACpB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AACxF,OAAO,EACH,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,eAAe,EACf,oBAAoB,EACpB,wCAAwC,EACxC,yCAAyC,EACzC,sBAAsB,EACtB,oBAAoB,GACvB,MAAM,yBAAyB,CAAC;AAEjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,8BAA8B,EAAE,MAAM,2CAA2C,CAAC;AAE3F,OAAO,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACtG,OAAO,EAAE,2BAA2B,EAAE,MAAM,oFAAoF,CAAC;AACjI,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAClF,OAAO,EAAE,yCAAyC,EAAE,MAAM,sDAAsD,CAAC;AACjH,OAAO,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAC7F,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,kBAAkB,GAAG,GAAG,CAAC;AAC/B,MAAM,kBAAkB,GAAG,GAAG,CAAC;AAC/B,MAAM,8BAA8B,GAAG,IAAI,CAAC;AAE5C,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;AAExF,MAAM,UAAU,2BAA2B,CAAC,EACxC,qBAAqB,EACrB,KAAK,EACL,oBAAoB,EACpB,OAAO,EACP,MAAM,EACN,gBAAgB,EAChB,aAAa,EACb,QAAQ,EACR,eAAe,EACf,aAAa,EACb,OAAO,EACP,MAAM,EACN,WAAW,EACX,aAAa,EACb,QAAQ,EACR,SAAS,GACgB;IACzB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IAEvB,MAAM,CAAC,sBAAsB,EAAE,yBAAyB,CAAC,GAAG,QAAQ,CAElE,IAAI,CAAC,CAAC;IAER,MAAM,cAAc,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAElE,MAAM,2BAA2B,GAAG,GAAG,EAAE;QACrC,eAAe,EAAE,EAAE,CAAC;QACpB,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC;IAEF,MAAM,EACF,MAAM,EACN,cAAc,EACd,UAAU,EACV,SAAS,EACT,wBAAwB,EACxB,qBAAqB,EACrB,gBAAgB,GACnB,GAAG,kCAAkC,EAAE,CAAC;IAEzC,MAAM,EACF,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,QAAQ,EACR,SAAS,EACT,uBAAuB,EACvB,6BAA6B,EAC7B,yBAAyB,EACzB,mBAAmB,EACnB,oBAAoB,EACpB,0BAA0B,EAC1B,cAAc,EACd,sBAAsB,EACtB,4BAA4B,EAC5B,yBAAyB,EACzB,iCAAiC,EACjC,mBAAmB,EACnB,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,aAAa,GAChB,GAAG,qBAAqB,CAAC;QACtB,oBAAoB;QACpB,OAAO;QACP,MAAM;QACN,qBAAqB;QACrB,gBAAgB;QAChB,aAAa;QACb,wBAAwB;KAC3B,CAAC,CAAC;IAEH,MAAM,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,GAC1E,8BAA8B,CAAC,gBAAgB,EAAE;QAC7C,SAAS;QACT,OAAO;QACP,QAAQ;QACR,aAAa;QACb,WAAW;QACX,MAAM;KACT,CAAC,CAAC;IAEP,MAAM,YAAY,GAAG,kBAAkB,IAAI,sBAAsB,CAAC;IAElE,MAAM,mCAAmC,GAAG,yCAAyC,CAAC;QAClF,gBAAgB,EAAE,gBAAgB;KACrC,CAAC,CAAC;IAEH,MAAM,UAAU,GAAG,YAAY,EAAE;QAC7B,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,2CAA2C,EAAE,CAAC,CAAC,EAAE;QACvE,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,qCAAqC,EAAE,CAAC,CAAC,EAAE,CAAC;IAEtE,OAAO,CACH;QACI,oBAAC,OAAO,IAAC,SAAS,EAAC,0CAA0C,EAAC,OAAO,EAAE,IAAI,EAAE,YAAY,EAAC,OAAO;YAC7F,oBAAC,yBAAyB,IAAC,iBAAiB,EAAE,iBAAiB;gBAC3D,oBAAC,iBAAiB,IACd,SAAS,EAAC,qEAAqE,EAC/E,UAAU,EAAE,IAAI,EAChB,gBAAgB,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,EACtD,gBAAgB,EACZ,qBAAqB;wBACjB,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,6BAA6B,EAAE,CAAC;wBAC3D,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,+BAA+B,EAAE,CAAC,EAErE,qBAAqB,EAAE,sBAAsB,EAC7C,kBAAkB,EAAE,GAAG,EAAE,CAAC,CACtB,6BAAK,SAAS,EAAC,8CAA8C;wBACxD,CAAC,cAAc,CAAC,CAAC,CAAC,CACf,oBAAC,SAAS,IACN,IAAI,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,EAC5C,IAAI,EAAC,gIAAgI,EACrI,SAAS,EAAC,yBAAyB,GACrC,CACL,CAAC,CAAC,CAAC,IAAI;wBACP,qBAAqB,CAAC,CAAC,CAAC,CACrB,oBAAC,MAAM,IACH,SAAS,EAAC,uBAAuB,EACjC,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,EAC3C,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,EAC1D,QAAQ,EAAE,sBAAsB,GAClC,CACL,CAAC,CAAC,CAAC,IAAI,CACN,CACT,EACD,gBAAgB,EAAE,gBAAgB,IAAI,sBAAsB,EAC5D,gBAAgB,EAAE,KAAK,EACvB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,SAAS,EACnB,wBAAwB,EAAE,GAAG,EAAE,CAAC,CAC5B,6BAAK,SAAS,EAAC,yCAAyC;wBACpD,oBAAC,MAAM,IACH,SAAS,EAAC,2FAA2F,EACrG,OAAO,EAAE,QAAQ,GACnB;wBACF,oBAAC,aAAa,IACV,KAAK,EAAE,gBAAgB,CAAC,KAAK,IAAI,EAAE,EACnC,QAAQ,EAAE,IAAI,EACd,QAAQ,EAAE,aAAa,EACvB,OAAO,EAAE,CAAC,EACV,SAAS,EAAE,EAAE,EACb,SAAS,EAAC,iFAAiF,EAC3F,SAAS,EAAE,CAAC,gBAAgB,CAAC,KAAK,EAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;gCAC5B,EAAE,EAAE,0CAA0C;6BACjD,CAAC,EACF,SAAS,EAAE,IAAI,CAAC,aAAa,CAAC;gCAC1B,EAAE,EAAE,kDAAkD;6BACzD,CAAC,GACJ,CACA,CACT;oBAED,6BAAK,SAAS,EAAC,iDAAiD;wBAC5D,oBAAC,cAAc,IAAC,SAAS,EAAC,4CAA4C,GAAG;wBACzE,oBAAC,cAAc,IACX,SAAS,EAAE,SAAS,EACpB,cAAc,EACV,gBAAgB,CAAC,QAAQ,EAAE,IAAI,IAAI,wBAAwB,CAAC,SAAS,CAAC,EAE1E,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,EAAE,QAAQ,IAAI,gBAAgB,CAAC,UAAU,EAC5E,UAAU,EAAE,UAAU,IAAI,YAAY,EACtC,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,kBAAkB,EAC5B,qBAAqB,EAAE,qBAAqB,GAC9C;wBACF,oBAAC,cAAc,IAAC,SAAS,EAAC,wBAAwB,GAAG;wBACrD,oBAAC,iBAAiB,IACd,oBAAoB,EAAE,oBAAoB,EAC1C,cAAc,EAAE,gBAAgB,CAAC,mBAAmB,EACpD,QAAQ,EAAE,mBAAmB,GAC/B;wBACF,oBAAC,cAAc,IAAC,SAAS,EAAC,wBAAwB,GAAG;wBACrD,oBAAC,gBAAgB,IACb,UAAU,EAAE,WAAW,EACvB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,gBAAgB,CAAC,UAAU,IAAI,EAAE,EACxC,aAAa,EAAE,kBAAkB,CAAC,UAAU,IAAI,EAAE,EAClD,QAAQ,EAAE,kBAAkB,EAC5B,mBAAmB,QACnB,6BAA6B,EAAE,6BAA6B,EAC5D,uBAAuB,EAAE,uBAAuB,EAChD,aAAa,EAAE,wBAAwB,EACvC,oBAAoB,EAAE,oBAAoB,EAC1C,qBAAqB,EAAE,gBAAgB,CAAC,mBAAmB,GAC7D;wBACF,oBAAC,KAAK,IACF,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAC,qFAAqF,EAC/F,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,sCAAsC,EAAE,CAAC,EACzE,SAAS,EAAE,kBAAkB,EAC7B,WAAW,EACP,cAAc,CAAC,MAAM,GAAG,0BAA0B;gCAC9C,CAAC,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,EAAE,0BAA0B,CAAC;gCACzD,CAAC,CAAC,cAAc,EAExB,KAAK,EAAE,gBAAgB,CAAC,OAAO,EAAE,OAAO,IAAI,EAAE,EAC9C,QAAQ,EAAE,eAAe,GAC3B;wBACF,oBAAC,QAAQ,IACL,EAAE,EAAC,kBAAkB,EACrB,SAAS,EAAC,qFAAqF,EAC/F,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,EAAE,EAAE,sCAAsC,EAAE,CAAC,EACzE,SAAS,EAAE,kBAAkB,EAC7B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;gCAC5B,EAAE,EAAE,4CAA4C;6BACnD,CAAC,EACF,IAAI,EAAE,CAAC,EACP,QAAQ,EAAE,eAAe,EACzB,KAAK,EAAE,gBAAgB,CAAC,OAAO,EAAE,OAAO,IAAI,EAAE,GAChD;wBACD,MAAM,CAAC,CAAC,CAAC,CACN,oBAAC,iBAAiB,IACd,aAAa,EAAE,aAAa,EAC5B,0BAA0B,EAAE,0BAA0B,EACtD,gBAAgB,EAAE,gBAAgB,EAClC,qBAAqB,EAAE,qBAAqB,EAC5C,WAAW,EAAE,mBAAmB,EAChC,YAAY,EAAE,oBAAoB,EAClC,QAAQ,EAAE,QAAQ,EAClB,kCAAkC,EAAE,yBAAyB,EAC7D,iCAAiC,EAAE,iCAAiC,GACtE,CACL,CAAC,CAAC,CAAC,CACA,oBAAC,oBAAoB,IACjB,iBAAiB,EAAE,yBAAyB,EAC5C,qBAAqB,EAAE,qBAAqB,EAC5C,0BAA0B,EAAE,0BAA0B,EACtD,gBAAgB,EAAE,gBAAgB,EAClC,gBAAgB,EAAE,gBAAgB,EAClC,oBAAoB,EAAE,mCAAmC,EACzD,qCAAqC,EAAE,4BAA4B,GACrE,CACL;wBACA,YAAY,CAAC,CAAC,CAAC,CACZ,oBAAC,OAAO,IAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,wCAAwC,IACnE,YAAY,CACP,CACb,CAAC,CAAC,CAAC,IAAI;wBACP,cAAc,CAAC,CAAC,CAAC,CACd,oBAAC,OAAO,IAAC,IAAI,EAAC,SAAS,EAAC,SAAS,EAAC,0CAA0C,IACvE,cAAc,CACT,CACb,CAAC,CAAC,CAAC,IAAI;wBACR,oBAAC,cAAc,IAAC,SAAS,EAAC,4CAA4C,GAAG,CACvE,CACU,CACI,CACtB;QACT,sBAAsB,CAAC,CAAC,CAAC,CACtB,oBAAC,2BAA2B,IACxB,cAAc,EAAE,sBAAsB,EACtC,QAAQ,EAAE,GAAG,EAAE,CAAC,yBAAyB,CAAC,IAAI,CAAC,EAC/C,SAAS,EAAE,2BAA2B,EACtC,OAAO,EAAE,aAAa,GACxB,CACL,CAAC,CAAC,CAAC,IAAI,CACT,CACN,CAAC;AACN,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAyC,CAAC,KAAK,EAAE,EAAE;IACvF,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,qBAAqB,EAAE,GAAG,KAAK,CAAC;IAC7D,MAAM,MAAM,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAElD,IAAI,SAAS,EAAE,CAAC;QACZ,OAAO,CACH,oBAAC,kCAAkC,IAC/B,QAAQ,EAAE,QAAQ,EAClB,qBAAqB,EAAE,qBAAqB,GAC9C,CACL,CAAC;IACN,CAAC;IAED,OAAO,CACH,oBAAC,WAAW,IAAC,MAAM,EAAE,MAAM;QACvB,oBAAC,2BAA2B,OAAK,KAAK,GAAI,CAChC,CACjB,CAAC;AACN,CAAC,CAAC;AAEF,SAAS,kCAAkC;IACvC,MAAM,MAAM,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;IAClD,MAAM,cAAc,GAAG,oBAAoB,CAAC,oBAAoB,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;IAC1D,MAAM,SAAS,GAAG,oBAAoB,CAAC,eAAe,CAAC,CAAC;IACxD,MAAM,mCAAmC,GAAG,oBAAoB,CAC5D,wCAAwC,CAC3C,CAAC;IACF,MAAM,wBAAwB,GAAG,QAAQ,CACrC,mCAAmC,EAAE,KAAK,IAAI,sBAAsB,EACpE,EAAE,CACL,CAAC;IACF,MAAM,mCAAmC,GAAG,oBAAoB,CAC5D,yCAAyC,CAC5C,CAAC;IACF,MAAM,qBAAqB,GACvB,QAAQ,CAAC,mCAAmC,EAAE,KAAK,IAAI,8BAA8B,EAAE,EAAE,CAAC,KAAK,EAAE,CAAC;IAEtG,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,sBAAsB,CAAC,CAAC;IAEtE,OAAO;QACH,MAAM;QACN,cAAc;QACd,UAAU;QACV,SAAS;QACT,wBAAwB;QACxB,qBAAqB;QACrB,gBAAgB;KACnB,CAAC;AACN,CAAC"}
|
@@ -15,6 +15,8 @@ interface IUseFiltersForDashboardScheduledExportInfoProps {
|
|
15
15
|
effectiveFilters?: FilterContextItem[];
|
16
16
|
}
|
17
17
|
export declare const useFiltersForDashboardScheduledExportInfo: ({ effectiveFilters, }: IUseFiltersForDashboardScheduledExportInfoProps) => {
|
18
|
+
type: string;
|
19
|
+
all: boolean;
|
18
20
|
id: string;
|
19
21
|
title: string;
|
20
22
|
subtitle: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useFiltersForDashboardScheduledExportInfo.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.ts"],"names":[],"mappings":"AACA,OAAO,EAKH,iBAAiB,EAIpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAW5D,MAAM,WAAW,qBAAqB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IAC1C,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACvC;AAED,UAAU,+CAA+C;IACrD;;OAEG;IACH,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC1C;AAED,eAAO,MAAM,yCAAyC,0BAEnD,+CAA+C
|
1
|
+
{"version":3,"file":"useFiltersForDashboardScheduledExportInfo.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.ts"],"names":[],"mappings":"AACA,OAAO,EAKH,iBAAiB,EAIpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAW5D,MAAM,WAAW,qBAAqB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IAC1C,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACvC;AAED,UAAU,+CAA+C;IACrD;;OAEG;IACH,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC1C;AAED,eAAO,MAAM,yCAAyC,0BAEnD,+CAA+C;;;;;;GAajD,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DefaultEditButton.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,MAAM,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"DefaultEditButton.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAc3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAI9C;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,gBAAgB,CAgBrD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE,gBAAgB,4BAwBxF"}
|