@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.
Files changed (404) hide show
  1. package/NOTICE +4516 -4046
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +5 -2
  7. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
  8. package/esm/_staging/dashboard/dashboardFilterConverter.js +12 -7
  9. package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
  10. package/esm/_staging/errors/errorPredicates.d.ts +12 -0
  11. package/esm/_staging/errors/errorPredicates.d.ts.map +1 -1
  12. package/esm/_staging/errors/errorPredicates.js +13 -1
  13. package/esm/_staging/errors/errorPredicates.js.map +1 -1
  14. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +2 -0
  15. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  16. package/esm/_staging/sharedHooks/useFiltersNamings.js +8 -2
  17. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  18. package/esm/assets/type-csv-formatted.svg +1 -0
  19. package/esm/assets/type-csv-raw.svg +1 -0
  20. package/esm/assets/type-image.svg +1 -0
  21. package/esm/assets/type-pdf.svg +1 -0
  22. package/esm/assets/type-sheet.svg +1 -0
  23. package/esm/assets/type-slides.svg +1 -0
  24. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts +18 -0
  25. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.d.ts.map +1 -0
  26. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js +36 -0
  27. package/esm/model/commandHandlers/dashboard/common/migratedAttributeFilters.js.map +1 -0
  28. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +8 -2
  29. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  30. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +20 -7
  31. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  32. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts +6 -0
  33. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.d.ts.map +1 -0
  34. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js +26 -0
  35. package/esm/model/commandHandlers/dashboard/exportDashboardToExcelHandler.js.map +1 -0
  36. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts +6 -0
  37. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.d.ts.map +1 -0
  38. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +33 -0
  39. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js.map +1 -0
  40. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts +6 -0
  41. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.d.ts.map +1 -0
  42. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +33 -0
  43. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js.map +1 -0
  44. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  45. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
  46. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  47. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  48. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +37 -4
  49. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  50. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  51. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +19 -5
  52. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  53. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  54. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +14 -7
  55. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  56. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +12 -4
  58. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  59. package/esm/model/commandHandlers/filterContext/common.d.ts +4 -0
  60. package/esm/model/commandHandlers/filterContext/common.d.ts.map +1 -1
  61. package/esm/model/commandHandlers/filterContext/common.js +8 -1
  62. package/esm/model/commandHandlers/filterContext/common.js.map +1 -1
  63. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.d.ts.map +1 -1
  64. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +15 -9
  65. package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
  66. package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
  67. package/esm/model/commandHandlers/filterContext/filterViewHandler.js +9 -2
  68. package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
  69. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  70. package/esm/model/commandHandlers/index.js +12 -0
  71. package/esm/model/commandHandlers/index.js.map +1 -1
  72. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts +6 -0
  73. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.d.ts.map +1 -0
  74. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js +36 -0
  75. package/esm/model/commandHandlers/widgets/exportRawInsightWidgetHandler.js.map +1 -0
  76. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts +6 -0
  77. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.d.ts.map +1 -0
  78. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +33 -0
  79. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js.map +1 -0
  80. package/esm/model/commands/base.d.ts +1 -1
  81. package/esm/model/commands/base.d.ts.map +1 -1
  82. package/esm/model/commands/dashboard.d.ts +51 -0
  83. package/esm/model/commands/dashboard.d.ts.map +1 -1
  84. package/esm/model/commands/dashboard.js +49 -1
  85. package/esm/model/commands/dashboard.js.map +1 -1
  86. package/esm/model/commands/filters.d.ts +74 -4
  87. package/esm/model/commands/filters.d.ts.map +1 -1
  88. package/esm/model/commands/filters.js +71 -4
  89. package/esm/model/commands/filters.js.map +1 -1
  90. package/esm/model/commands/index.d.ts +10 -10
  91. package/esm/model/commands/index.d.ts.map +1 -1
  92. package/esm/model/commands/index.js +4 -4
  93. package/esm/model/commands/index.js.map +1 -1
  94. package/esm/model/commands/insight.d.ts +78 -1
  95. package/esm/model/commands/insight.d.ts.map +1 -1
  96. package/esm/model/commands/insight.js +45 -1
  97. package/esm/model/commands/insight.js.map +1 -1
  98. package/esm/model/events/base.d.ts +1 -1
  99. package/esm/model/events/base.d.ts.map +1 -1
  100. package/esm/model/events/base.js.map +1 -1
  101. package/esm/model/events/dashboard.d.ts +144 -0
  102. package/esm/model/events/dashboard.d.ts.map +1 -1
  103. package/esm/model/events/dashboard.js +97 -1
  104. package/esm/model/events/dashboard.js.map +1 -1
  105. package/esm/model/events/index.d.ts +4 -4
  106. package/esm/model/events/index.d.ts.map +1 -1
  107. package/esm/model/events/index.js +1 -1
  108. package/esm/model/events/index.js.map +1 -1
  109. package/esm/model/react/useDashboardCommand.d.ts +6 -0
  110. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  111. package/esm/model/react/useDashboardCommandProcessing.d.ts +24 -0
  112. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  113. package/esm/model/store/config/configSelectors.d.ts +18 -0
  114. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  115. package/esm/model/store/config/configSelectors.js +24 -0
  116. package/esm/model/store/config/configSelectors.js.map +1 -1
  117. package/esm/model/store/executionResults/executionResultsSelectors.d.ts +8 -0
  118. package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
  119. package/esm/model/store/executionResults/executionResultsSelectors.js +19 -1
  120. package/esm/model/store/executionResults/executionResultsSelectors.js.map +1 -1
  121. package/esm/model/store/filterContext/filterContextReducers.d.ts +11 -0
  122. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  123. package/esm/model/store/filterContext/filterContextReducers.js +87 -28
  124. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  125. package/esm/model/store/filterContext/filterContextSelectors.d.ts +70 -5
  126. package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
  127. package/esm/model/store/filterContext/filterContextSelectors.js +124 -7
  128. package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
  129. package/esm/model/store/filterContext/filterContextState.d.ts +44 -2
  130. package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
  131. package/esm/model/store/filterContext/filterContextState.js +1 -0
  132. package/esm/model/store/filterContext/filterContextState.js.map +1 -1
  133. package/esm/model/store/filterContext/filterContextUtils.d.ts +10 -0
  134. package/esm/model/store/filterContext/filterContextUtils.d.ts.map +1 -0
  135. package/esm/model/store/filterContext/filterContextUtils.js +70 -0
  136. package/esm/model/store/filterContext/filterContextUtils.js.map +1 -0
  137. package/esm/model/store/filterContext/index.d.ts +4 -0
  138. package/esm/model/store/filterContext/index.d.ts.map +1 -1
  139. package/esm/model/store/index.d.ts +6 -5
  140. package/esm/model/store/index.d.ts.map +1 -1
  141. package/esm/model/store/index.js +5 -4
  142. package/esm/model/store/index.js.map +1 -1
  143. package/esm/model/store/topBar/topBarSelectors.d.ts +86 -0
  144. package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -0
  145. package/esm/model/store/topBar/topBarSelectors.js +160 -0
  146. package/esm/model/store/topBar/topBarSelectors.js.map +1 -0
  147. package/esm/presentation/dashboard/Dashboard.d.ts +1 -1
  148. package/esm/presentation/dashboard/Dashboard.d.ts.map +1 -1
  149. package/esm/presentation/dashboard/Dashboard.js +26 -6
  150. package/esm/presentation/dashboard/Dashboard.js.map +1 -1
  151. package/esm/presentation/dashboardContexts/useSlideData.d.ts.map +1 -1
  152. package/esm/presentation/dashboardContexts/useSlideData.js +1 -0
  153. package/esm/presentation/dashboardContexts/useSlideData.js.map +1 -1
  154. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts +1 -1
  155. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.d.ts.map +1 -1
  156. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +1 -1
  157. package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
  158. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts +13 -0
  159. package/esm/presentation/export/DefaultDashboardExportVariables.d.ts.map +1 -0
  160. package/esm/presentation/export/DefaultDashboardExportVariables.js +34 -0
  161. package/esm/presentation/export/DefaultDashboardExportVariables.js.map +1 -0
  162. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +17 -0
  163. package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts.map +1 -0
  164. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +13 -0
  165. package/esm/presentation/export/hooks/useDashboardRelatedFilters.js.map +1 -0
  166. package/esm/presentation/export/index.d.ts +1 -0
  167. package/esm/presentation/export/index.d.ts.map +1 -1
  168. package/esm/presentation/export/index.js +1 -0
  169. package/esm/presentation/export/index.js.map +1 -1
  170. package/esm/presentation/export/types.d.ts +51 -1
  171. package/esm/presentation/export/types.d.ts.map +1 -1
  172. package/esm/presentation/export/useExportData.d.ts +6 -2
  173. package/esm/presentation/export/useExportData.d.ts.map +1 -1
  174. package/esm/presentation/export/useExportData.js +74 -5
  175. package/esm/presentation/export/useExportData.js.map +1 -1
  176. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  177. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +9 -2
  178. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  179. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
  180. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  181. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
  182. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +14 -4
  183. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
  184. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
  185. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +9 -3
  186. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
  187. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  188. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +8 -2
  189. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  190. package/esm/presentation/filterBar/dateFilter/types.d.ts +2 -1
  191. package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
  192. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  193. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +19 -10
  194. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  195. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  196. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +15 -4
  197. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  198. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
  199. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +2 -3
  200. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  201. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
  202. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  203. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
  204. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  205. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +1 -1
  206. package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
  207. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
  208. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +2 -0
  209. package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
  210. package/esm/presentation/layout/DefaultDashboardLayout.d.ts.map +1 -1
  211. package/esm/presentation/layout/DefaultDashboardLayout.js +2 -0
  212. package/esm/presentation/layout/DefaultDashboardLayout.js.map +1 -1
  213. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +1 -1
  214. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
  215. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js +1 -1
  216. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeader.js.map +1 -1
  217. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts +2 -2
  218. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.d.ts.map +1 -1
  219. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js +4 -1
  220. package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderDescription.js.map +1 -1
  221. package/esm/presentation/localization/bundles/de-DE.json +14 -1
  222. package/esm/presentation/localization/bundles/en-AU.json +14 -1
  223. package/esm/presentation/localization/bundles/en-GB.json +14 -1
  224. package/esm/presentation/localization/bundles/en-US.json +51 -1
  225. package/esm/presentation/localization/bundles/es-419.json +14 -1
  226. package/esm/presentation/localization/bundles/es-ES.json +14 -1
  227. package/esm/presentation/localization/bundles/fi-FI.json +14 -1
  228. package/esm/presentation/localization/bundles/fr-CA.json +14 -1
  229. package/esm/presentation/localization/bundles/fr-FR.json +14 -1
  230. package/esm/presentation/localization/bundles/it-IT.json +14 -1
  231. package/esm/presentation/localization/bundles/ja-JP.json +14 -1
  232. package/esm/presentation/localization/bundles/nl-NL.json +14 -1
  233. package/esm/presentation/localization/bundles/pt-BR.json +14 -1
  234. package/esm/presentation/localization/bundles/pt-PT.json +14 -1
  235. package/esm/presentation/localization/bundles/ru-RU.json +1 -0
  236. package/esm/presentation/localization/bundles/zh-HK.json +14 -1
  237. package/esm/presentation/localization/bundles/zh-Hans.json +14 -1
  238. package/esm/presentation/localization/bundles/zh-Hant.json +14 -1
  239. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  240. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -0
  241. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
  242. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +2 -0
  243. package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
  244. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
  245. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +5 -4
  246. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js.map +1 -1
  247. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +0 -5
  248. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
  249. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +2 -27
  250. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js.map +1 -1
  251. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts +1 -1
  252. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.d.ts.map +1 -1
  253. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js +2 -2
  254. package/esm/presentation/topBar/buttonBar/button/saveAsButton/index.js.map +1 -1
  255. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
  256. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +2 -3
  257. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js.map +1 -1
  258. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
  259. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +3 -4
  260. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js.map +1 -1
  261. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  262. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +53 -28
  263. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js.map +1 -1
  264. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts +9 -0
  265. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.d.ts.map +1 -0
  266. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js +15 -0
  267. package/esm/presentation/topBar/menuButton/DefaultSubmenuHeader.js.map +1 -0
  268. package/esm/presentation/topBar/menuButton/types.d.ts +18 -1
  269. package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
  270. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
  271. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +105 -69
  272. package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js.map +1 -1
  273. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts +5 -0
  274. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.d.ts.map +1 -0
  275. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js +44 -0
  276. package/esm/presentation/topBar/menuButton/useExportDashboardToExcel.js.map +1 -0
  277. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts +5 -0
  278. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.d.ts.map +1 -0
  279. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js +44 -0
  280. package/esm/presentation/topBar/menuButton/useExportDashboardToPdf.js.map +1 -0
  281. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts +5 -0
  282. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.d.ts.map +1 -0
  283. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js +44 -0
  284. package/esm/presentation/topBar/menuButton/useExportDashboardToPdfPresentation.js.map +1 -0
  285. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts +5 -0
  286. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.d.ts.map +1 -0
  287. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js +44 -0
  288. package/esm/presentation/topBar/menuButton/useExportDashboardToPowerPointPresentation.js.map +1 -0
  289. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js +2 -2
  290. package/esm/presentation/topBar/shareIndicators/shareStatus/ShareStatusIndicator.js.map +1 -1
  291. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts +8 -1
  292. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.d.ts.map +1 -1
  293. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js +6 -3
  294. package/esm/presentation/widget/common/useCustomWidgetExecutionDataView.js.map +1 -1
  295. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts +8 -1
  296. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.d.ts.map +1 -1
  297. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js +6 -3
  298. package/esm/presentation/widget/common/useCustomWidgetInsightDataView.js.map +1 -1
  299. package/esm/presentation/widget/common/useInsightExport.d.ts +10 -2
  300. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  301. package/esm/presentation/widget/common/useInsightExport.js +38 -4
  302. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  303. package/esm/presentation/widget/common/useRawExportHandler.d.ts +5 -0
  304. package/esm/presentation/widget/common/useRawExportHandler.d.ts.map +1 -0
  305. package/esm/presentation/widget/common/useRawExportHandler.js +35 -0
  306. package/esm/presentation/widget/common/useRawExportHandler.js.map +1 -0
  307. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts +5 -0
  308. package/esm/presentation/widget/common/useSlidesExportHandler.d.ts.map +1 -0
  309. package/esm/presentation/widget/common/useSlidesExportHandler.js +35 -0
  310. package/esm/presentation/widget/common/useSlidesExportHandler.js.map +1 -0
  311. package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
  312. package/esm/presentation/widget/description/DescriptionClickTrigger.js +3 -3
  313. package/esm/presentation/widget/description/DescriptionClickTrigger.js.map +1 -1
  314. package/esm/presentation/widget/description/types.d.ts +2 -2
  315. package/esm/presentation/widget/description/types.d.ts.map +1 -1
  316. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts +3 -2
  317. package/esm/presentation/widget/insight/DefaultDashboardInsight.d.ts.map +1 -1
  318. package/esm/presentation/widget/insight/DefaultDashboardInsight.js +13 -4
  319. package/esm/presentation/widget/insight/DefaultDashboardInsight.js.map +1 -1
  320. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  321. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +35 -9
  322. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  323. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts +4 -0
  324. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  325. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -2
  326. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  327. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts +4 -0
  328. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.d.ts.map +1 -1
  329. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js +12 -5
  330. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalFooter.js.map +1 -1
  331. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts +15 -0
  332. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.d.ts.map +1 -0
  333. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js +56 -0
  334. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillModalRawExportOptions.js.map +1 -0
  335. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
  336. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +7 -3
  337. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
  338. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts +17 -0
  339. package/esm/presentation/widget/insight/configuration/ExportOptions.d.ts.map +1 -0
  340. package/esm/presentation/widget/insight/configuration/ExportOptions.js +62 -0
  341. package/esm/presentation/widget/insight/configuration/ExportOptions.js.map +1 -0
  342. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.d.ts.map +1 -1
  343. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js +6 -3
  344. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertComparisonOperatorSelect.js.map +1 -1
  345. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.d.ts.map +1 -1
  346. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js +4 -1
  347. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertDestinationSelect.js.map +1 -1
  348. package/esm/presentation/widget/insight/types.d.ts +4 -0
  349. package/esm/presentation/widget/insight/types.d.ts.map +1 -1
  350. package/esm/presentation/widget/insight/types.js.map +1 -1
  351. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts +6 -0
  352. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.d.ts.map +1 -0
  353. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js +26 -0
  354. package/esm/presentation/widget/insight/useBackendWithInsightWidgetCorrelation.js.map +1 -0
  355. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.d.ts.map +1 -1
  356. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +4 -3
  357. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js.map +1 -1
  358. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts +7 -0
  359. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
  360. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +21 -4
  361. package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
  362. package/esm/presentation/widget/richText/ExportModeDashboardRichText.d.ts.map +1 -1
  363. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js +4 -2
  364. package/esm/presentation/widget/richText/ExportModeDashboardRichText.js.map +1 -1
  365. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  366. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +9 -1
  367. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  368. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +9 -1
  369. package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
  370. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts +7 -0
  371. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
  372. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +25 -2
  373. package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
  374. package/esm/sdk-ui-dashboard.d.ts +789 -26
  375. package/esm/types.d.ts +8 -0
  376. package/esm/types.d.ts.map +1 -1
  377. package/esm/types.js.map +1 -1
  378. package/package.json +15 -15
  379. package/styles/css/attributeFilterConfig.css +39 -9
  380. package/styles/css/attributeFilterConfig.css.map +1 -1
  381. package/styles/css/configurationPanel.css +15 -0
  382. package/styles/css/configurationPanel.css.map +1 -1
  383. package/styles/css/dashboard.css +8 -0
  384. package/styles/css/dashboard.css.map +1 -1
  385. package/styles/css/dateFilterConfig.css +39 -9
  386. package/styles/css/dateFilterConfig.css.map +1 -1
  387. package/styles/css/export.css +5 -0
  388. package/styles/css/export.css.map +1 -1
  389. package/styles/css/icons.css +42 -0
  390. package/styles/css/icons.css.map +1 -1
  391. package/styles/css/main.css +161 -17
  392. package/styles/css/main.css.map +1 -1
  393. package/styles/css/sharedFilterConfig.css +39 -9
  394. package/styles/css/sharedFilterConfig.css.map +1 -1
  395. package/styles/scss/configurationPanel.scss +16 -1
  396. package/styles/scss/dashboard.scss +8 -0
  397. package/styles/scss/export.scss +5 -0
  398. package/styles/scss/filterBar.scss +1 -1
  399. package/styles/scss/icons.scss +55 -1
  400. package/styles/scss/sharedFilterConfig.scss +24 -1
  401. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts +0 -40
  402. package/esm/presentation/topBar/buttonBar/button/selectors.d.ts.map +0 -1
  403. package/esm/presentation/topBar/buttonBar/button/selectors.js +0 -61
  404. 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.PDF": {
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
  }
@@ -129,6 +129,7 @@
129
129
  "delete": "Удалить",
130
130
  "close": "Закрыть",
131
131
  "cancel": "Отмена",
132
+ "apply": "Применить",
132
133
  "gs.date.today": "Сегодня",
133
134
  "gs.date.tomorrow": "Завтра",
134
135
  "gs.date.yesterday": "Вчера",
@@ -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,qBAoP5B;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAkB5E,CAAC"}
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"}
@@ -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":"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"}
@@ -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;;;;GAajD,CAAC"}
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;AAa3C,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,4BAsBxF"}
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"}