@gooddata/sdk-ui 8.10.0-alpha.9 → 8.10.0-alpha.90

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 (422) hide show
  1. package/README.md +3 -3
  2. package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
  3. package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
  4. package/dist/base/errors/GoodDataSdkError.js +5 -2
  5. package/dist/base/errors/GoodDataSdkError.js.map +1 -1
  6. package/dist/base/errors/errorHandling.d.ts +5 -3
  7. package/dist/base/errors/errorHandling.d.ts.map +1 -1
  8. package/dist/base/errors/errorHandling.js +6 -4
  9. package/dist/base/errors/errorHandling.js.map +1 -1
  10. package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
  11. package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  12. package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
  13. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  14. package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  15. package/dist/base/headerMatching/HeaderPredicateFactory.js +6 -6
  16. package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  17. package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
  18. package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
  19. package/dist/base/headerMatching/MappingHeader.js +13 -13
  20. package/dist/base/headerMatching/MappingHeader.js.map +1 -1
  21. package/dist/base/helpers/CatalogHelper.d.ts +5 -3
  22. package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
  23. package/dist/base/helpers/CatalogHelper.js +5 -3
  24. package/dist/base/helpers/CatalogHelper.js.map +1 -1
  25. package/dist/base/index.d.ts +4 -2
  26. package/dist/base/index.d.ts.map +1 -1
  27. package/dist/base/index.js +9 -1
  28. package/dist/base/index.js.map +1 -1
  29. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  30. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  31. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  32. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  33. package/dist/base/localization/bundles/de-DE.json +41 -3
  34. package/dist/base/localization/bundles/en-US.json +317 -11
  35. package/dist/base/localization/bundles/es-ES.json +50 -12
  36. package/dist/base/localization/bundles/fr-FR.json +40 -2
  37. package/dist/base/localization/bundles/ja-JP.json +40 -2
  38. package/dist/base/localization/bundles/nl-NL.json +40 -2
  39. package/dist/base/localization/bundles/pt-BR.json +40 -2
  40. package/dist/base/localization/bundles/pt-PT.json +40 -2
  41. package/dist/base/localization/bundles/ru-RU.json +40 -2
  42. package/dist/base/localization/bundles/zh-Hans.json +41 -3
  43. package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
  44. package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  45. package/dist/base/measureFormats/fillMissingFormat.js +27 -0
  46. package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
  47. package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
  48. package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  49. package/dist/base/measureFormats/fillMissingFormats.js +20 -0
  50. package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
  51. package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  52. package/dist/base/measureTitles/fillMissingTitles.js +4 -13
  53. package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
  54. package/dist/base/react/BackendContext.d.ts +7 -3
  55. package/dist/base/react/BackendContext.d.ts.map +1 -1
  56. package/dist/base/react/BackendContext.js +8 -4
  57. package/dist/base/react/BackendContext.js.map +1 -1
  58. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  59. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  60. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
  61. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  62. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  63. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  64. package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  65. package/dist/base/react/ErrorComponent.d.ts +4 -2
  66. package/dist/base/react/ErrorComponent.d.ts.map +1 -1
  67. package/dist/base/react/ErrorComponent.js +5 -3
  68. package/dist/base/react/ErrorComponent.js.map +1 -1
  69. package/dist/base/react/LoadingComponent.d.ts +4 -2
  70. package/dist/base/react/LoadingComponent.d.ts.map +1 -1
  71. package/dist/base/react/LoadingComponent.js +5 -3
  72. package/dist/base/react/LoadingComponent.js.map +1 -1
  73. package/dist/base/react/WorkspaceContext.d.ts +7 -3
  74. package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
  75. package/dist/base/react/WorkspaceContext.js +8 -4
  76. package/dist/base/react/WorkspaceContext.js.map +1 -1
  77. package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
  78. package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  79. package/dist/base/react/legacy/availableDrillTargets.js +1 -1
  80. package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
  81. package/dist/base/react/placeholders/base.d.ts +76 -42
  82. package/dist/base/react/placeholders/base.d.ts.map +1 -1
  83. package/dist/base/react/placeholders/base.js +1 -1
  84. package/dist/base/react/placeholders/base.js.map +1 -1
  85. package/dist/base/react/placeholders/factory.d.ts +4 -2
  86. package/dist/base/react/placeholders/factory.d.ts.map +1 -1
  87. package/dist/base/react/placeholders/factory.js +1 -1
  88. package/dist/base/react/placeholders/factory.js.map +1 -1
  89. package/dist/base/react/placeholders/hooks.d.ts +13 -3
  90. package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
  91. package/dist/base/react/placeholders/hooks.js +14 -4
  92. package/dist/base/react/placeholders/hooks.js.map +1 -1
  93. package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
  94. package/dist/base/react/placeholders/resolve.js +5 -3
  95. package/dist/base/react/placeholders/resolve.js.map +1 -1
  96. package/dist/base/react/useCancelablePromise.d.ts +17 -11
  97. package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
  98. package/dist/base/react/useCancelablePromise.js +9 -3
  99. package/dist/base/react/useCancelablePromise.js.map +1 -1
  100. package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
  101. package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  102. package/dist/base/react/useCancelablePromiseUtils.js +6 -4
  103. package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
  104. package/dist/base/results/dataAccess.d.ts +32 -12
  105. package/dist/base/results/dataAccess.d.ts.map +1 -1
  106. package/dist/base/results/dataAccessConfig.d.ts +5 -2
  107. package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
  108. package/dist/base/results/dataAccessConfig.js +4 -1
  109. package/dist/base/results/dataAccessConfig.js.map +1 -1
  110. package/dist/base/results/facade.d.ts +10 -8
  111. package/dist/base/results/facade.d.ts.map +1 -1
  112. package/dist/base/results/facade.js +9 -7
  113. package/dist/base/results/facade.js.map +1 -1
  114. package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
  115. package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  116. package/dist/base/results/internal/dataAccessDigest.js +5 -7
  117. package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
  118. package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  119. package/dist/base/results/internal/dataAccessImpl.js +6 -6
  120. package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
  121. package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  122. package/dist/base/results/internal/dataAccessMethods.js +1 -1
  123. package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
  124. package/dist/base/results/internal/definitionMethods.d.ts +1 -1
  125. package/dist/base/results/internal/definitionMethods.js +1 -1
  126. package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
  127. package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
  128. package/dist/base/results/internal/resultDataMethods.js.map +1 -1
  129. package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
  130. package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  131. package/dist/base/results/internal/resultMetaMethods.js +9 -10
  132. package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
  133. package/dist/base/results/internal/utils.d.ts +2 -1
  134. package/dist/base/results/internal/utils.d.ts.map +1 -1
  135. package/dist/base/results/internal/utils.js +1 -1
  136. package/dist/base/vis/DrillEvents.d.ts +4 -1
  137. package/dist/base/vis/DrillEvents.d.ts.map +1 -1
  138. package/dist/base/vis/DrillEvents.js.map +1 -1
  139. package/dist/base/vis/Events.d.ts +2 -2
  140. package/dist/base/vis/Events.d.ts.map +1 -1
  141. package/dist/base/vis/VisualizationProps.d.ts +11 -4
  142. package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
  143. package/dist/base/vis/VisualizationProps.js +1 -1
  144. package/dist/base/vis/drilling.js +6 -6
  145. package/dist/base/vis/drilling.js.map +1 -1
  146. package/dist/base/vis/export.d.ts +1 -1
  147. package/dist/base/vis/export.js +3 -3
  148. package/dist/base/vis/export.js.map +1 -1
  149. package/dist/execution/DataViewLoader.d.ts +70 -0
  150. package/dist/execution/DataViewLoader.d.ts.map +1 -0
  151. package/dist/execution/DataViewLoader.js +146 -0
  152. package/dist/execution/DataViewLoader.js.map +1 -0
  153. package/dist/execution/Execute.d.ts +36 -20
  154. package/dist/execution/Execute.d.ts.map +1 -1
  155. package/dist/execution/Execute.js +7 -5
  156. package/dist/execution/Execute.js.map +1 -1
  157. package/dist/execution/ExecuteInsight.d.ts +47 -16
  158. package/dist/execution/ExecuteInsight.d.ts.map +1 -1
  159. package/dist/execution/ExecuteInsight.js +7 -5
  160. package/dist/execution/ExecuteInsight.js.map +1 -1
  161. package/dist/execution/RawExecute.d.ts +19 -7
  162. package/dist/execution/RawExecute.d.ts.map +1 -1
  163. package/dist/execution/RawExecute.js +2 -1
  164. package/dist/execution/RawExecute.js.map +1 -1
  165. package/dist/execution/createExecution.d.ts +9 -6
  166. package/dist/execution/createExecution.d.ts.map +1 -1
  167. package/dist/execution/createExecution.js.map +1 -1
  168. package/dist/execution/index.d.ts +3 -2
  169. package/dist/execution/index.d.ts.map +1 -1
  170. package/dist/execution/index.js +4 -2
  171. package/dist/execution/index.js.map +1 -1
  172. package/dist/execution/useDataExport.d.ts +5 -3
  173. package/dist/execution/useDataExport.d.ts.map +1 -1
  174. package/dist/execution/useDataExport.js +3 -1
  175. package/dist/execution/useDataExport.js.map +1 -1
  176. package/dist/execution/useDataView.d.ts +5 -0
  177. package/dist/execution/useDataView.d.ts.map +1 -1
  178. package/dist/execution/useDataView.js +3 -0
  179. package/dist/execution/useDataView.js.map +1 -1
  180. package/dist/execution/useExecution.d.ts +17 -9
  181. package/dist/execution/useExecution.d.ts.map +1 -1
  182. package/dist/execution/useExecution.js +3 -0
  183. package/dist/execution/useExecution.js.map +1 -1
  184. package/dist/execution/useExecutionDataView.d.ts +32 -15
  185. package/dist/execution/useExecutionDataView.d.ts.map +1 -1
  186. package/dist/execution/useExecutionDataView.js +3 -3
  187. package/dist/execution/useExecutionDataView.js.map +1 -1
  188. package/dist/execution/useInsightDataView.d.ts +39 -9
  189. package/dist/execution/useInsightDataView.d.ts.map +1 -1
  190. package/dist/execution/useInsightDataView.js +10 -4
  191. package/dist/execution/useInsightDataView.js.map +1 -1
  192. package/dist/execution/withExecution.d.ts +5 -4
  193. package/dist/execution/withExecution.d.ts.map +1 -1
  194. package/dist/execution/withExecution.js +1 -1
  195. package/dist/execution/withExecution.js.map +1 -1
  196. package/dist/execution/withExecutionLoading.d.ts +12 -7
  197. package/dist/execution/withExecutionLoading.d.ts.map +1 -1
  198. package/dist/execution/withExecutionLoading.js +1 -1
  199. package/dist/execution/withExecutionLoading.js.map +1 -1
  200. package/dist/index.d.ts +1 -1
  201. package/dist/index.d.ts.map +1 -1
  202. package/dist/index.js +2 -1
  203. package/dist/index.js.map +1 -1
  204. package/dist/kpi/Kpi.d.ts +13 -9
  205. package/dist/kpi/Kpi.d.ts.map +1 -1
  206. package/dist/kpi/Kpi.js +5 -3
  207. package/dist/kpi/Kpi.js.map +1 -1
  208. package/dist/polyfills.d.ts.map +1 -1
  209. package/dist/polyfills.js +3 -1
  210. package/dist/polyfills.js.map +1 -1
  211. package/dist/sdk-ui.d.ts +573 -215
  212. package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
  213. package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
  214. package/esm/base/errors/GoodDataSdkError.js +5 -2
  215. package/esm/base/errors/GoodDataSdkError.js.map +1 -1
  216. package/esm/base/errors/errorHandling.d.ts +5 -3
  217. package/esm/base/errors/errorHandling.d.ts.map +1 -1
  218. package/esm/base/errors/errorHandling.js +6 -4
  219. package/esm/base/errors/errorHandling.js.map +1 -1
  220. package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
  221. package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  222. package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
  223. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  224. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  225. package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
  226. package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  227. package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
  228. package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
  229. package/esm/base/headerMatching/MappingHeader.js +2 -2
  230. package/esm/base/headerMatching/MappingHeader.js.map +1 -1
  231. package/esm/base/helpers/CatalogHelper.d.ts +5 -3
  232. package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
  233. package/esm/base/helpers/CatalogHelper.js +5 -3
  234. package/esm/base/helpers/CatalogHelper.js.map +1 -1
  235. package/esm/base/index.d.ts +4 -2
  236. package/esm/base/index.d.ts.map +1 -1
  237. package/esm/base/index.js +6 -1
  238. package/esm/base/index.js.map +1 -1
  239. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  240. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  241. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
  242. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  243. package/esm/base/localization/bundles/de-DE.json +41 -3
  244. package/esm/base/localization/bundles/en-US.json +317 -11
  245. package/esm/base/localization/bundles/es-ES.json +50 -12
  246. package/esm/base/localization/bundles/fr-FR.json +40 -2
  247. package/esm/base/localization/bundles/ja-JP.json +40 -2
  248. package/esm/base/localization/bundles/nl-NL.json +40 -2
  249. package/esm/base/localization/bundles/pt-BR.json +40 -2
  250. package/esm/base/localization/bundles/pt-PT.json +40 -2
  251. package/esm/base/localization/bundles/ru-RU.json +40 -2
  252. package/esm/base/localization/bundles/zh-Hans.json +41 -3
  253. package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
  254. package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  255. package/esm/base/measureFormats/fillMissingFormat.js +23 -0
  256. package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
  257. package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
  258. package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  259. package/esm/base/measureFormats/fillMissingFormats.js +16 -0
  260. package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
  261. package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  262. package/esm/base/measureTitles/fillMissingTitles.js +5 -14
  263. package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
  264. package/esm/base/react/BackendContext.d.ts +7 -3
  265. package/esm/base/react/BackendContext.d.ts.map +1 -1
  266. package/esm/base/react/BackendContext.js +8 -4
  267. package/esm/base/react/BackendContext.js.map +1 -1
  268. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  269. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  270. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
  271. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  272. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  273. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  274. package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  275. package/esm/base/react/ErrorComponent.d.ts +4 -2
  276. package/esm/base/react/ErrorComponent.d.ts.map +1 -1
  277. package/esm/base/react/ErrorComponent.js +5 -3
  278. package/esm/base/react/ErrorComponent.js.map +1 -1
  279. package/esm/base/react/LoadingComponent.d.ts +4 -2
  280. package/esm/base/react/LoadingComponent.d.ts.map +1 -1
  281. package/esm/base/react/LoadingComponent.js +5 -3
  282. package/esm/base/react/LoadingComponent.js.map +1 -1
  283. package/esm/base/react/WorkspaceContext.d.ts +7 -3
  284. package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
  285. package/esm/base/react/WorkspaceContext.js +8 -4
  286. package/esm/base/react/WorkspaceContext.js.map +1 -1
  287. package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
  288. package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  289. package/esm/base/react/legacy/availableDrillTargets.js +1 -1
  290. package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
  291. package/esm/base/react/placeholders/base.d.ts +76 -42
  292. package/esm/base/react/placeholders/base.d.ts.map +1 -1
  293. package/esm/base/react/placeholders/base.js +1 -1
  294. package/esm/base/react/placeholders/base.js.map +1 -1
  295. package/esm/base/react/placeholders/factory.d.ts +4 -2
  296. package/esm/base/react/placeholders/factory.d.ts.map +1 -1
  297. package/esm/base/react/placeholders/factory.js +1 -1
  298. package/esm/base/react/placeholders/factory.js.map +1 -1
  299. package/esm/base/react/placeholders/hooks.d.ts +13 -3
  300. package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
  301. package/esm/base/react/placeholders/hooks.js +14 -4
  302. package/esm/base/react/placeholders/hooks.js.map +1 -1
  303. package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
  304. package/esm/base/react/placeholders/resolve.js +5 -3
  305. package/esm/base/react/placeholders/resolve.js.map +1 -1
  306. package/esm/base/react/useCancelablePromise.d.ts +17 -11
  307. package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
  308. package/esm/base/react/useCancelablePromise.js +9 -3
  309. package/esm/base/react/useCancelablePromise.js.map +1 -1
  310. package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
  311. package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  312. package/esm/base/react/useCancelablePromiseUtils.js +6 -4
  313. package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
  314. package/esm/base/results/dataAccess.d.ts +32 -12
  315. package/esm/base/results/dataAccess.d.ts.map +1 -1
  316. package/esm/base/results/dataAccessConfig.d.ts +5 -2
  317. package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
  318. package/esm/base/results/dataAccessConfig.js +4 -1
  319. package/esm/base/results/dataAccessConfig.js.map +1 -1
  320. package/esm/base/results/facade.d.ts +10 -8
  321. package/esm/base/results/facade.d.ts.map +1 -1
  322. package/esm/base/results/facade.js +9 -7
  323. package/esm/base/results/facade.js.map +1 -1
  324. package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
  325. package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  326. package/esm/base/results/internal/dataAccessDigest.js +1 -3
  327. package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
  328. package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  329. package/esm/base/results/internal/dataAccessImpl.js +1 -1
  330. package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
  331. package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  332. package/esm/base/results/internal/dataAccessMethods.js +2 -2
  333. package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
  334. package/esm/base/results/internal/definitionMethods.d.ts +1 -1
  335. package/esm/base/results/internal/definitionMethods.js +1 -1
  336. package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
  337. package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
  338. package/esm/base/results/internal/resultDataMethods.js.map +1 -1
  339. package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
  340. package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  341. package/esm/base/results/internal/resultMetaMethods.js +3 -4
  342. package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
  343. package/esm/base/results/internal/utils.d.ts +2 -1
  344. package/esm/base/results/internal/utils.d.ts.map +1 -1
  345. package/esm/base/results/internal/utils.js +1 -1
  346. package/esm/base/vis/DrillEvents.d.ts +4 -1
  347. package/esm/base/vis/DrillEvents.d.ts.map +1 -1
  348. package/esm/base/vis/DrillEvents.js.map +1 -1
  349. package/esm/base/vis/Events.d.ts +2 -2
  350. package/esm/base/vis/Events.d.ts.map +1 -1
  351. package/esm/base/vis/VisualizationProps.d.ts +11 -4
  352. package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
  353. package/esm/base/vis/VisualizationProps.js +1 -1
  354. package/esm/base/vis/drilling.js +3 -3
  355. package/esm/base/vis/drilling.js.map +1 -1
  356. package/esm/base/vis/export.d.ts +1 -1
  357. package/esm/base/vis/export.js +3 -3
  358. package/esm/base/vis/export.js.map +1 -1
  359. package/esm/execution/DataViewLoader.d.ts +70 -0
  360. package/esm/execution/DataViewLoader.d.ts.map +1 -0
  361. package/esm/execution/DataViewLoader.js +143 -0
  362. package/esm/execution/DataViewLoader.js.map +1 -0
  363. package/esm/execution/Execute.d.ts +36 -20
  364. package/esm/execution/Execute.d.ts.map +1 -1
  365. package/esm/execution/Execute.js +7 -5
  366. package/esm/execution/Execute.js.map +1 -1
  367. package/esm/execution/ExecuteInsight.d.ts +47 -16
  368. package/esm/execution/ExecuteInsight.d.ts.map +1 -1
  369. package/esm/execution/ExecuteInsight.js +7 -5
  370. package/esm/execution/ExecuteInsight.js.map +1 -1
  371. package/esm/execution/RawExecute.d.ts +19 -7
  372. package/esm/execution/RawExecute.d.ts.map +1 -1
  373. package/esm/execution/RawExecute.js +2 -1
  374. package/esm/execution/RawExecute.js.map +1 -1
  375. package/esm/execution/createExecution.d.ts +9 -6
  376. package/esm/execution/createExecution.d.ts.map +1 -1
  377. package/esm/execution/createExecution.js.map +1 -1
  378. package/esm/execution/index.d.ts +3 -2
  379. package/esm/execution/index.d.ts.map +1 -1
  380. package/esm/execution/index.js +3 -2
  381. package/esm/execution/index.js.map +1 -1
  382. package/esm/execution/useDataExport.d.ts +5 -3
  383. package/esm/execution/useDataExport.d.ts.map +1 -1
  384. package/esm/execution/useDataExport.js +3 -1
  385. package/esm/execution/useDataExport.js.map +1 -1
  386. package/esm/execution/useDataView.d.ts +5 -0
  387. package/esm/execution/useDataView.d.ts.map +1 -1
  388. package/esm/execution/useDataView.js +3 -0
  389. package/esm/execution/useDataView.js.map +1 -1
  390. package/esm/execution/useExecution.d.ts +17 -9
  391. package/esm/execution/useExecution.d.ts.map +1 -1
  392. package/esm/execution/useExecution.js +3 -0
  393. package/esm/execution/useExecution.js.map +1 -1
  394. package/esm/execution/useExecutionDataView.d.ts +32 -15
  395. package/esm/execution/useExecutionDataView.d.ts.map +1 -1
  396. package/esm/execution/useExecutionDataView.js +3 -3
  397. package/esm/execution/useExecutionDataView.js.map +1 -1
  398. package/esm/execution/useInsightDataView.d.ts +39 -9
  399. package/esm/execution/useInsightDataView.d.ts.map +1 -1
  400. package/esm/execution/useInsightDataView.js +10 -4
  401. package/esm/execution/useInsightDataView.js.map +1 -1
  402. package/esm/execution/withExecution.d.ts +5 -4
  403. package/esm/execution/withExecution.d.ts.map +1 -1
  404. package/esm/execution/withExecution.js +1 -1
  405. package/esm/execution/withExecution.js.map +1 -1
  406. package/esm/execution/withExecutionLoading.d.ts +12 -7
  407. package/esm/execution/withExecutionLoading.d.ts.map +1 -1
  408. package/esm/execution/withExecutionLoading.js +1 -1
  409. package/esm/execution/withExecutionLoading.js.map +1 -1
  410. package/esm/index.d.ts +1 -1
  411. package/esm/index.d.ts.map +1 -1
  412. package/esm/index.js +2 -1
  413. package/esm/index.js.map +1 -1
  414. package/esm/kpi/Kpi.d.ts +13 -9
  415. package/esm/kpi/Kpi.d.ts.map +1 -1
  416. package/esm/kpi/Kpi.js +5 -3
  417. package/esm/kpi/Kpi.js.map +1 -1
  418. package/esm/polyfills.d.ts.map +1 -1
  419. package/esm/polyfills.js +3 -1
  420. package/esm/polyfills.js.map +1 -1
  421. package/esm/tsdoc-metadata.json +1 -1
  422. package/package.json +10 -10
@@ -24,6 +24,7 @@ export interface ITranslationsCustomizationProviderProps {
24
24
  /**
25
25
  * Analytical backend, from which the ThemeProvider will obtain selected theme object
26
26
  *
27
+ * @remarks
27
28
  * If you do not specify instance of analytical backend using this prop, then you MUST have
28
29
  * BackendProvider up in the component tree.
29
30
  */
@@ -31,6 +32,7 @@ export interface ITranslationsCustomizationProviderProps {
31
32
  /**
32
33
  * Identifier of analytical workspace, from which the ThemeProvider will obtain the selected theme identifier
33
34
  *
35
+ * @remarks
34
36
  * If you do not specify workspace identifier, then you MUST have WorkspaceProvider up in the
35
37
  * component tree.
36
38
  */
@@ -38,6 +40,8 @@ export interface ITranslationsCustomizationProviderProps {
38
40
  }
39
41
  /**
40
42
  * This provider is here because of the need for customization of translations.
43
+ *
44
+ * @remarks
41
45
  * If you need to change translations based on some setting flag,
42
46
  * use this provider at the top of you your react tree.
43
47
  *
@@ -1 +1 @@
1
- {"version":3,"file":"TranslationsCustomizationProvider.d.ts","sourceRoot":"","sources":["../../../../src/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACnF,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,UAAU,EAAE,kBAAkB,GAAG,SAAS,CAAC;KAC9C;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC;IAE1D;;OAEG;IACH,SAAS,CAAC,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAExG;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAErC;;;;;OAKG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAID;;;;;;;;;GASG;AACH,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,uCAAuC,CA8C/F,CAAC"}
1
+ {"version":3,"file":"TranslationsCustomizationProvider.d.ts","sourceRoot":"","sources":["../../../../src/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACnF,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,MAAM;QACZ,UAAU,EAAE,kBAAkB,GAAG,SAAS,CAAC;KAC9C;CACJ;AAED;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC;IAE1D;;OAEG;IACH,SAAS,CAAC,CAAC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,kBAAkB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAExG;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAErC;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAID;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iCAAiC,EAAE,KAAK,CAAC,EAAE,CAAC,uCAAuC,CA8C/F,CAAC"}
@@ -11,6 +11,8 @@ var utils_1 = require("./utils");
11
11
  var defaultTranslationsParam = {};
12
12
  /**
13
13
  * This provider is here because of the need for customization of translations.
14
+ *
15
+ * @remarks
14
16
  * If you need to change translations based on some setting flag,
15
17
  * use this provider at the top of you your react tree.
16
18
  *
@@ -1 +1 @@
1
- {"version":3,"file":"TranslationsCustomizationProvider.js","sourceRoot":"","sources":["../../../../src/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.tsx"],"names":[],"mappings":";;;;AAEA,qDAAmD;AACnD,6DAAwD;AACxD,iEAA4D;AAC5D,qCAAqE;AACrE,qEAAuE;AACvE,iCAA6C;AA4C7C,IAAM,wBAAwB,GAA4D,EAAE,CAAC;AAE7F;;;;;;;;;GASG;AACU,QAAA,iCAAiC,GAAsD,UAAC,EAMpG;QALG,MAAM,YAAA,EACN,iBAA8B,EAA9B,SAAS,mBAAG,0BAAkB,KAAA,EAC9B,oBAA0D,EAA5C,iBAAiB,mBAAG,wBAAwB,KAAA,EACjD,YAAY,aAAA,EACV,cAAc,eAAA;IAEzB,IAAM,OAAO,GAAG,2BAAU,CAAC,YAAY,CAAC,CAAC;IACzC,IAAM,SAAS,GAAG,+BAAY,CAAC,cAAc,CAAC,CAAC;IACzC,IAAA,KAAA,eAAkC,gBAAQ,CAAC,cAAM,OAAA,SAAS,CAAC,iBAAiB,CAAC,EAA5B,CAA4B,CAAC,IAAA,EAA7E,YAAY,QAAA,EAAE,eAAe,QAAgD,CAAC;IAC/E,IAAA,KAAA,eAA4B,gBAAQ,CAAC,KAAK,CAAC,IAAA,EAA1C,SAAS,QAAA,EAAE,YAAY,QAAmB,CAAC;IAElD,iBAAS,CAAC;QACN,IAAM,aAAa,GAAG;;;;;wBAClB,IAAI,CAAC,OAAO,IAAI,CAAC,SAAS,EAAE;4BACxB,sBAAO;yBACV;wBACD,YAAY,CAAC,IAAI,CAAC,CAAC;wBAKb,MAAM,GAAG,oDAA0B,EAAE,CAAC;wBAC3B,qBAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EAAA;;wBAAhD,QAAQ,GAAG,SAAqC;wBAEtD;;;;2BAIG;wBACH,MAAM,CAAC,UAAU,GAAG,QAAQ,CAAC;wBAC7B,eAAe,CAAC,SAAS,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAAC,CAAC;wBACxD,YAAY,CAAC,KAAK,CAAC,CAAC;;;;aACvB,CAAC;QAEF,aAAa,EAAE,CAAC;IACpB,CAAC,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAE5C,OAAO,CACH,8BAAC,kDAAwC,IACrC,kCAAkC,EAAE,SAAS,EAC7C,YAAY,EAAE,YAAY,IAEzB,MAAM,CAAC,YAAY,CAAC,CACkB,CAC9C,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"TranslationsCustomizationProvider.js","sourceRoot":"","sources":["../../../../src/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.tsx"],"names":[],"mappings":";;;;AAEA,qDAAmD;AACnD,6DAAwD;AACxD,iEAA4D;AAC5D,qCAAqE;AACrE,qEAAuE;AACvE,iCAA6C;AA8C7C,IAAM,wBAAwB,GAA4D,EAAE,CAAC;AAE7F;;;;;;;;;;;GAWG;AACU,QAAA,iCAAiC,GAAsD,UAAC,EAMpG;QALG,MAAM,YAAA,EACN,iBAA8B,EAA9B,SAAS,mBAAG,0BAAkB,KAAA,EAC9B,oBAA0D,EAA5C,iBAAiB,mBAAG,wBAAwB,KAAA,EACjD,YAAY,aAAA,EACV,cAAc,eAAA;IAEzB,IAAM,OAAO,GAAG,2BAAU,CAAC,YAAY,CAAC,CAAC;IACzC,IAAM,SAAS,GAAG,+BAAY,CAAC,cAAc,CAAC,CAAC;IACzC,IAAA,KAAA,eAAkC,gBAAQ,CAAC,cAAM,OAAA,SAAS,CAAC,iBAAiB,CAAC,EAA5B,CAA4B,CAAC,IAAA,EAA7E,YAAY,QAAA,EAAE,eAAe,QAAgD,CAAC;IAC/E,IAAA,KAAA,eAA4B,gBAAQ,CAAC,KAAK,CAAC,IAAA,EAA1C,SAAS,QAAA,EAAE,YAAY,QAAmB,CAAC;IAElD,iBAAS,CAAC;QACN,IAAM,aAAa,GAAG;;;;;wBAClB,IAAI,CAAC,OAAO,IAAI,CAAC,SAAS,EAAE;4BACxB,sBAAO;yBACV;wBACD,YAAY,CAAC,IAAI,CAAC,CAAC;wBAKb,MAAM,GAAG,oDAA0B,EAAE,CAAC;wBAC3B,qBAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,CAAC,EAAA;;wBAAhD,QAAQ,GAAG,SAAqC;wBAEtD;;;;2BAIG;wBACH,MAAM,CAAC,UAAU,GAAG,QAAQ,CAAC;wBAC7B,eAAe,CAAC,SAAS,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAAC,CAAC;wBACxD,YAAY,CAAC,KAAK,CAAC,CAAC;;;;aACvB,CAAC;QAEF,aAAa,EAAE,CAAC;IACpB,CAAC,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAE5C,OAAO,CACH,8BAAC,kDAAwC,IACrC,kCAAkC,EAAE,SAAS,EAC7C,YAAY,EAAE,YAAY,IAEzB,MAAM,CAAC,YAAY,CAAC,CACkB,CAC9C,CAAC;AACN,CAAC,CAAC"}
@@ -85,6 +85,12 @@
85
85
  "dateFilterDropdown.title": "Datumsbereich",
86
86
  "dateFilterDropdown.buttonTitle": "Datumsbereich",
87
87
  "dateFilterDropdown.setDefault": "Standarddatumsfilter für{nbsp}Betrachter festlegen:",
88
+ "filters.thisMinute.title": "Diese Minute",
89
+ "filters.lastMinute.title": "Letzte Minute",
90
+ "filters.nextMinute.title": "Nächste Minute",
91
+ "filters.thisHour.title": "Diese Stunde",
92
+ "filters.lastHour.title": "Letzte Stunde",
93
+ "filters.nextHour.title": "Nächste Stunde",
88
94
  "filters.thisDay.title": "Heute",
89
95
  "filters.lastDay.title": "Gestern",
90
96
  "filters.nextDay.title": "Morgen",
@@ -100,16 +106,30 @@
100
106
  "filters.thisYear.title": "Dieses Jahr",
101
107
  "filters.lastYear.title": "Letztes Jahr",
102
108
  "filters.nextYear.title": "Nächstes Jahr",
109
+ "filters.lastNMinutes": "{n, plural, one {Letzte # Minute} other {Letzte # Minuten}}",
110
+ "filters.lastNHours": "{n, plural, one {Letzte # Stunde} other {Letzte # Stunden}}",
103
111
  "filters.lastNDays": "{n, plural, one {Letzter # Tag} other {Letzte # Tage}}",
104
112
  "filters.lastNWeeks": "{n, plural, one {Letzte # Woche} other {Letzte # Wochen}}",
105
113
  "filters.lastNMonths": "{n, plural, one {Letzter # Monat} other {Letzte # Monate}}",
106
114
  "filters.lastNQuarters": "{n, plural, one {Letztes # Quartal} other {Letzte # Quartale}}",
107
115
  "filters.lastNYears": "{n, plural, one {Letztes # Jahr} other {Letzte # Jahre}}",
116
+ "filters.nextNMinutes": "{n, plural, one {Nächste # Minute} other {Nächste # Minuten}}",
117
+ "filters.nextNHours": "{n, plural, one {Nächste # Stunde} other {Nächste # Stunden}}",
108
118
  "filters.nextNDays": "{n, plural, one {Nächster # Tag} other {Nächste # Tage}}",
109
119
  "filters.nextNWeeks": "{n, plural, one {Nächste # Woche} other {Nächste # Wochen}}",
110
120
  "filters.nextNMonths": "{n, plural, one {Nächster # Monat} other {Nächste # Monate}}",
111
121
  "filters.nextNQuarters": "{n, plural, one {Nächstes # Quartal} other {Nächste # Quartale}}",
112
122
  "filters.nextNYears": "{n, plural, one {Nächstes # Jahr} other {Nächste # Jahre}}",
123
+ "filters.interval.minutes.past": "Von {from} bis {to} {to, plural, one {Minute} other {Minuten}} vorher",
124
+ "filters.interval.minutes.past.sameValue": "{value} {value, plural, one {Minute} other {Minuten}} vorher",
125
+ "filters.interval.minutes.future": "Von {from} bis {to} {to, plural, one {Minute} other {Minuten}} voraus",
126
+ "filters.interval.minutes.future.sameValue": "{value} {value, plural, one {Minute} other {Minuten}} voraus",
127
+ "filters.interval.minutes.mixed": "Von {from} {from, plural, one {Minute} other {Minuten}} vorher bis {to} {to, plural, one {Minute} other {Minuten}} voraus",
128
+ "filters.interval.hours.past": "Von {from} bis {to} {to, plural, one {Stunde} other {Stunden}} vorher",
129
+ "filters.interval.hours.past.sameValue": "{value} {value, plural, one {Stunde} other {Stunden}} vorher",
130
+ "filters.interval.hours.future": "Von {from} bis {to} {to, plural, one {Stunde} other {Stunden}} voraus",
131
+ "filters.interval.hours.future.sameValue": "{value} {value, plural, one {Stunde} other {Stunden}} voraus",
132
+ "filters.interval.hours.mixed": "Von {from} {from, plural, one {Stunde} other {Stunden}} vorher bis {to} {to, plural, one {Tag} other {Tage}} voraus",
113
133
  "filters.interval.days.past": "Von {from} bis {to} {to, plural, one {Tag} other {Tage}} vorher",
114
134
  "filters.interval.days.past.sameValue": "Vor {value} {value, plural, one {Tag} other {Tagen}}",
115
135
  "filters.interval.days.future": "Von {from} bis {to} {to, plural, one {Tag} other {Tage}} voraus",
@@ -133,8 +153,10 @@
133
153
  "filters.interval.years.past": "Von {from} bis {to} {to, plural, one {Yahr} other {Yahre}} vorher",
134
154
  "filters.interval.years.past.sameValue": "Vor {value} {value, plural, one {Jahr} other {Jahren}}",
135
155
  "filters.interval.years.future": "Von {from} bis {to} {to, plural, one {Yahr} other {Yahre}} voraus",
136
- "filters.interval.years.future.sameValue": "{value} {value, plural, one {Jahr} other {Jahre}} vorher",
156
+ "filters.interval.years.future.sameValue": "{value} {value, plural, one {Jahr} other {Jahre}} voraus",
137
157
  "filters.interval.years.mixed": "Von {from} {from, plural, one {Jahr} other {Jahre}} vorher bis {to} {to, plural, one {Jahr} other {Jahre}} voraus",
158
+ "filters.granularity.minutes": "Minuten",
159
+ "filters.granularity.hours": "Stunden",
138
160
  "filters.granularity.days": "Tage",
139
161
  "filters.granularity.weeks": "Wochen",
140
162
  "filters.granularity.months": "Monate",
@@ -142,10 +164,17 @@
142
164
  "filters.granularity.years": "Jahre",
143
165
  "filters.from": "von",
144
166
  "filters.to": "an",
167
+ "filters.setTime": "Uhrzeit festlegen",
145
168
  "filters.floatingRange": "Gleitender Bereich",
146
169
  "filters.floatingRange.tooltip": "Der Zeitraum ist relativ zu heute und passt sich mit der Zeit an.",
147
170
  "filters.floatingRange.noMatch": "Keine Übereinstimmung gefunden",
148
171
  "filters.floatingRange.tooBig": "Maximalwert: {limit}",
172
+ "filters.floatingRange.option.minute.offset.history": "{n, plural, one {letzte Minute} other {# Minuten vorher}}",
173
+ "filters.floatingRange.option.minute.offset.today": "diese Minute",
174
+ "filters.floatingRange.option.minute.offset.future": "{n, plural, one {nächste Minute} other {# Minuten voraus}}",
175
+ "filters.floatingRange.option.hour.offset.history": "{n, plural, one {letzte Stunde} other {# Stunden vorher}}",
176
+ "filters.floatingRange.option.hour.offset.today": "diese Stunde",
177
+ "filters.floatingRange.option.hour.offset.future": "{n, plural, one {nächste Stunde} other {# Stunden voraus}}",
149
178
  "filters.floatingRange.option.day.offset.history": "{n, plural, one {gestern} other {# Tage vorher}}",
150
179
  "filters.floatingRange.option.day.offset.today": "heute",
151
180
  "filters.floatingRange.option.day.offset.future": "{n, plural, one {morgen} other {# Tage voraus}}",
@@ -163,6 +192,10 @@
163
192
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {nächstes Jahr} other {# Jahre voraus}}",
164
193
  "filters.allTime.title": "Jederzeit",
165
194
  "filters.allTime.excludeCurrentPeriod": "Offenen Zeitraum ausschließen",
195
+ "filters.minute.title": "MINUTE",
196
+ "filters.minute.excludeCurrentPeriod": "Diese Minute ausschließen",
197
+ "filters.hour.title": "STUNDE",
198
+ "filters.hour.excludeCurrentPeriod": "Diese Stunde ausschließen",
166
199
  "filters.day.title": "TAG",
167
200
  "filters.day.excludeCurrentPeriod": "Heute ausschließen",
168
201
  "filters.week.title": "WOCHE",
@@ -241,8 +274,13 @@
241
274
  "sorting.dropdown.header": "Betrachtung sortieren",
242
275
  "sorting.type.alphabetical.asc": "A bis Z",
243
276
  "sorting.type.alphabetical.desc": "Z bis A",
277
+ "sorting.type.date.asc": "Älteste zuerst",
278
+ "sorting.type.date.desc": "Neueste zuerst",
279
+ "sorting.type.default": "Standard",
244
280
  "sorting.type.numerical.asc": "Aufsteigende Größe",
245
281
  "sorting.type.numerical.desc": "Absteigende Größe",
246
- "sorting.sum.of.all.measure._measure": "Summe aller Messwerte",
247
- "sorting.sum.of.all.measure._metric": "Summe aller Metriken"
282
+ "sorting.by": "nach",
283
+ "sorting.sum.of.all.measure": "Gesamt",
284
+ "sorting.default.tooltip": "Verwenden Sie die Sortierung, die im Attribut definiert ist.",
285
+ "attributeFilterDropdown.emptyValue": "leerer Wert"
248
286
  }
@@ -471,6 +471,36 @@
471
471
  "comment": "Do not translate non-breakable space '{nbsp}'",
472
472
  "limit": 0
473
473
  },
474
+ "filters.thisMinute.title": {
475
+ "value": "This minute",
476
+ "comment": "",
477
+ "limit": 0
478
+ },
479
+ "filters.lastMinute.title": {
480
+ "value": "Last minute",
481
+ "comment": "",
482
+ "limit": 0
483
+ },
484
+ "filters.nextMinute.title": {
485
+ "value": "Next minute",
486
+ "comment": "",
487
+ "limit": 0
488
+ },
489
+ "filters.thisHour.title": {
490
+ "value": "This hour",
491
+ "comment": "",
492
+ "limit": 0
493
+ },
494
+ "filters.lastHour.title": {
495
+ "value": "Last hour",
496
+ "comment": "",
497
+ "limit": 0
498
+ },
499
+ "filters.nextHour.title": {
500
+ "value": "Next hour",
501
+ "comment": "",
502
+ "limit": 0
503
+ },
474
504
  "filters.thisDay.title": {
475
505
  "value": "Today",
476
506
  "comment": "",
@@ -546,6 +576,16 @@
546
576
  "comment": "",
547
577
  "limit": 0
548
578
  },
579
+ "filters.lastNMinutes": {
580
+ "value": "{n, plural, one {Last # minute} other {Last # minutes}}",
581
+ "comment": "In '{n, plural, one {LAST # MINUTE} other {LAST # MINUTES}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
582
+ "limit": 0
583
+ },
584
+ "filters.lastNHours": {
585
+ "value": "{n, plural, one {Last # hour} other {Last # hours}}",
586
+ "comment": "In '{n, plural, one {LAST # HOUR} other {LAST # HOURS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
587
+ "limit": 0
588
+ },
549
589
  "filters.lastNDays": {
550
590
  "value": "{n, plural, one {Last # day} other {Last # days}}",
551
591
  "comment": "In '{n, plural, one {LAST # DAY} other {LAST # DAYS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
@@ -571,6 +611,16 @@
571
611
  "comment": "In '{n, plural, one {LAST # YEAR} other {LAST # YEARS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
572
612
  "limit": 0
573
613
  },
614
+ "filters.nextNMinutes": {
615
+ "value": "{n, plural, one {Next # minute} other {Next # minutes}}",
616
+ "comment": "In '{n, plural, one {NEXT # MINUTE} other {NEXT # MINUTES}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
617
+ "limit": 0
618
+ },
619
+ "filters.nextNHours": {
620
+ "value": "{n, plural, one {Next # hour} other {Next # hours}}",
621
+ "comment": "In '{n, plural, one {NEXT # HOUR} other {NEXT # HOURS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
622
+ "limit": 0
623
+ },
574
624
  "filters.nextNDays": {
575
625
  "value": "{n, plural, one {Next # day} other {Next # days}}",
576
626
  "comment": "In '{n, plural, one {NEXT # DAY} other {NEXT # DAYS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
@@ -596,6 +646,56 @@
596
646
  "comment": "In '{n, plural, one {NEXT # YEAR} other {NEXT # YEARS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
597
647
  "limit": 0
598
648
  },
649
+ "filters.interval.minutes.past": {
650
+ "value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ago",
651
+ "comment": "Example: 'From 5 to 3 minutes ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
652
+ "limit": 0
653
+ },
654
+ "filters.interval.minutes.past.sameValue": {
655
+ "value": "{value} {value, plural, one {minute} other {minutes}} ago",
656
+ "comment": "Example: '5 minutes ago'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
657
+ "limit": 0
658
+ },
659
+ "filters.interval.minutes.future": {
660
+ "value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ahead",
661
+ "comment": "Example: 'From 3 to 5 minutes ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
662
+ "limit": 0
663
+ },
664
+ "filters.interval.minutes.future.sameValue": {
665
+ "value": "{value} {value, plural, one {minute} other {minutes}} ahead",
666
+ "comment": "Example: '5 minutes ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
667
+ "limit": 0
668
+ },
669
+ "filters.interval.minutes.mixed": {
670
+ "value": "From {from} {from, plural, one {minute} other {minutes}} ago to {to} {to, plural, one {minute} other {minutes}} ahead",
671
+ "comment": "Example: 'From 5 minutes ago to 3 minutes ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
672
+ "limit": 0
673
+ },
674
+ "filters.interval.hours.past": {
675
+ "value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
676
+ "comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
677
+ "limit": 0
678
+ },
679
+ "filters.interval.hours.past.sameValue": {
680
+ "value": "{value} {value, plural, one {hour} other {hours}} ago",
681
+ "comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
682
+ "limit": 0
683
+ },
684
+ "filters.interval.hours.future": {
685
+ "value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
686
+ "comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
687
+ "limit": 0
688
+ },
689
+ "filters.interval.hours.future.sameValue": {
690
+ "value": "{value} {value, plural, one {hour} other {hours}} ahead",
691
+ "comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
692
+ "limit": 0
693
+ },
694
+ "filters.interval.hours.mixed": {
695
+ "value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
696
+ "comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
697
+ "limit": 0
698
+ },
599
699
  "filters.interval.days.past": {
600
700
  "value": "From {from} to {to} {to, plural, one {day} other {days}} ago",
601
701
  "comment": "Example: 'From 5 to 3 days ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {DAY} other {DAYS}}' translate only uppercase words.",
@@ -721,6 +821,16 @@
721
821
  "comment": "Example: 'From 5 years ago to 3 years ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {YEAR} other {YEARS}}' translate only uppercase words.",
722
822
  "limit": 0
723
823
  },
824
+ "filters.granularity.minutes": {
825
+ "value": "Minutes",
826
+ "comment": "",
827
+ "limit": 0
828
+ },
829
+ "filters.granularity.hours": {
830
+ "value": "Hours",
831
+ "comment": "",
832
+ "limit": 0
833
+ },
724
834
  "filters.granularity.days": {
725
835
  "value": "Days",
726
836
  "comment": "",
@@ -756,8 +866,13 @@
756
866
  "comment": "Displayed as placeholder in static period inputs where user enters date",
757
867
  "limit": 0
758
868
  },
869
+ "filters.setTime": {
870
+ "value": "set time",
871
+ "comment": "Displayed as label of checkbox that opens panel where user can specify time to a date",
872
+ "limit": 0
873
+ },
759
874
  "filters.floatingRange": {
760
- "value": "Floating range",
875
+ "value": "Relative period",
761
876
  "comment": "",
762
877
  "limit": 0
763
878
  },
@@ -776,6 +891,36 @@
776
891
  "comment": "This string should be as short as possible to fit in the container. Don't translate placeholder '{limit}'.",
777
892
  "limit": 32
778
893
  },
894
+ "filters.floatingRange.option.minute.offset.history": {
895
+ "value": "{n, plural, one {last minute} other {# minutes ago}}",
896
+ "comment": "In '{n, plural, one {LAST MINUTE} other {# MINUTES AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
897
+ "limit": 0
898
+ },
899
+ "filters.floatingRange.option.minute.offset.today": {
900
+ "value": "this minute",
901
+ "comment": "",
902
+ "limit": 0
903
+ },
904
+ "filters.floatingRange.option.minute.offset.future": {
905
+ "value": "{n, plural, one {next minute} other {# minutes ahead}}",
906
+ "comment": "In '{n, plural, one {NEXT MINUTE} other {# MINUTES AHEAD}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
907
+ "limit": 0
908
+ },
909
+ "filters.floatingRange.option.hour.offset.history": {
910
+ "value": "{n, plural, one {last hour} other {# hours ago}}",
911
+ "comment": "In '{n, plural, one {LAST HOUR} other {# HOURS AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
912
+ "limit": 0
913
+ },
914
+ "filters.floatingRange.option.hour.offset.today": {
915
+ "value": "this hour",
916
+ "comment": "",
917
+ "limit": 0
918
+ },
919
+ "filters.floatingRange.option.hour.offset.future": {
920
+ "value": "{n, plural, one {next hour} other {# hours ahead}}",
921
+ "comment": "In '{n, plural, one {NEXT HOUR} other {# HOURS AHEAD}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
922
+ "limit": 0
923
+ },
779
924
  "filters.floatingRange.option.day.offset.history": {
780
925
  "value": "{n, plural, one {yesterday} other {# days ago}}",
781
926
  "comment": "In '{n, plural, one {YESTERDAY} other {# DAYS AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
@@ -861,6 +1006,26 @@
861
1006
  "comment": "",
862
1007
  "limit": 0
863
1008
  },
1009
+ "filters.minute.title": {
1010
+ "value": "MINUTE",
1011
+ "comment": "",
1012
+ "limit": 0
1013
+ },
1014
+ "filters.minute.excludeCurrentPeriod": {
1015
+ "value": "Exclude this minute",
1016
+ "comment": "",
1017
+ "limit": 0
1018
+ },
1019
+ "filters.hour.title": {
1020
+ "value": "HOUR",
1021
+ "comment": "",
1022
+ "limit": 0
1023
+ },
1024
+ "filters.hour.excludeCurrentPeriod": {
1025
+ "value": "Exclude this hour",
1026
+ "comment": "",
1027
+ "limit": 0
1028
+ },
864
1029
  "filters.day.title": {
865
1030
  "value": "DAY",
866
1031
  "comment": "",
@@ -1254,29 +1419,50 @@
1254
1419
  "comment": "Text of the tooltip shown above button that removes user or group from unsaved selection of newly added grantees that will gain access right to the dashboard after changes in share dialog are saved.",
1255
1420
  "limit": 0
1256
1421
  },
1257
- "sorting.dropdown.header": {
1422
+ "sorting.dropdown.header|insight": {
1258
1423
  "value": "Sort insight",
1259
1424
  "comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
1260
1425
  "limit": 0
1261
1426
  },
1427
+ "sorting.dropdown.header|report": {
1428
+ "value": "Sort report",
1429
+ "comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
1430
+ "limit": 0,
1431
+ "translate": false
1432
+ },
1262
1433
  "sorting.type.alphabetical.asc": {
1263
1434
  "value": "A to Z",
1264
- "comment": "Title of sort option when is sorted alphabetically and in ascending order.",
1435
+ "comment": "Title of sort option when insight is sorted alphabetically and in ascending order.",
1265
1436
  "limit": 0
1266
1437
  },
1267
1438
  "sorting.type.alphabetical.desc": {
1268
1439
  "value": "Z to A",
1269
- "comment": "Title of sort option when is sorted alphabetically and in descencing order.",
1440
+ "comment": "Title of sort option when insight is sorted alphabetically and in descending order.",
1441
+ "limit": 0
1442
+ },
1443
+ "sorting.type.date.asc": {
1444
+ "value": "Oldest to newest",
1445
+ "comment": "Title of sort option when insight is sorted by date and in ascending order.",
1446
+ "limit": 0
1447
+ },
1448
+ "sorting.type.date.desc": {
1449
+ "value": "Newest to oldest",
1450
+ "comment": "Title of sort option when insight is sorted by date and in descending order.",
1451
+ "limit": 0
1452
+ },
1453
+ "sorting.type.default": {
1454
+ "value": "Default",
1455
+ "comment": "Title of sort option when insight is sorted by default order.",
1270
1456
  "limit": 0
1271
1457
  },
1272
1458
  "sorting.type.numerical.asc": {
1273
1459
  "value": "Smallest to largest",
1274
- "comment": "Title of sort option when is sorted numerically and in ascending order.",
1460
+ "comment": "Title of sort option when insight is sorted numerically and in ascending order.",
1275
1461
  "limit": 0
1276
1462
  },
1277
1463
  "sorting.type.numerical.desc": {
1278
1464
  "value": "Largest to smallest",
1279
- "comment": "Title of sort option when is sorted numerically and in descending order.",
1465
+ "comment": "Title of sort option when insight is sorted numerically and in descending order.",
1280
1466
  "limit": 0
1281
1467
  },
1282
1468
  "sorting.by": {
@@ -1284,14 +1470,134 @@
1284
1470
  "comment": "Text that will appear before the measures from which attribute will be sorted.",
1285
1471
  "limit": 0
1286
1472
  },
1287
- "sorting.sum.of.all.measure._measure": {
1288
- "value": "Sum of all measures (total)",
1473
+ "sorting.sum.of.all.measure": {
1474
+ "value": "Total",
1289
1475
  "comment": "Title of sort option when is sorted by sum of all measures.",
1290
1476
  "limit": 0
1291
1477
  },
1292
- "sorting.sum.of.all.measure._metric": {
1293
- "value": "Sum of all metrics (total)",
1294
- "comment": "Title of sort option when is sorted by sum of all metrics.",
1478
+ "sorting.default.tooltip": {
1479
+ "value": "Use the order defined in the attribute.",
1480
+ "comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
1481
+ "limit": 0
1482
+ },
1483
+ "attributeFilterDropdown.emptyValue": {
1484
+ "value": "empty value",
1485
+ "comment": "",
1486
+ "limit": 0
1487
+ },
1488
+ "embedInsightDialog.actions.close": {
1489
+ "value": "Close",
1490
+ "comment": "",
1491
+ "limit": 0
1492
+ },
1493
+ "embedInsightDialog.actions.copyCode": {
1494
+ "value": "Copy code",
1495
+ "comment": "",
1496
+ "limit": 0
1497
+ },
1498
+ "embedInsightDialog.code.language.codeAs": {
1499
+ "value": "Code as",
1500
+ "comment": "",
1501
+ "limit": 0
1502
+ },
1503
+ "embedInsightDialog.code.options": {
1504
+ "value": "Other options",
1505
+ "comment": "",
1506
+ "limit": 0
1507
+ },
1508
+ "embedInsightDialog.code.options.include.config": {
1509
+ "value": "Include configuration",
1510
+ "comment": "",
1511
+ "limit": 0
1512
+ },
1513
+ "embedInsightDialog.code.options.include.config.info|insight": {
1514
+ "value": "Include the insight configuration of colors, axes, legend, and canvas if available.",
1515
+ "comment": "",
1516
+ "limit": 0
1517
+ },
1518
+ "embedInsightDialog.code.options.include.config.info|report": {
1519
+ "value": "Include the report configuration of colors, axes, legend, and canvas if available.",
1520
+ "comment": "",
1521
+ "limit": 0,
1522
+ "translate": false
1523
+ },
1524
+ "embedInsightDialog.code.options.custom.height": {
1525
+ "value": "Custom height",
1526
+ "comment": "",
1527
+ "limit": 0
1528
+ },
1529
+ "embedInsightDialog.code.options.display.title": {
1530
+ "value": "Display title",
1531
+ "comment": "",
1532
+ "limit": 0
1533
+ },
1534
+ "embedInsightDialog.headLine.byReference|insight": {
1535
+ "value": "Embed insight by reference",
1536
+ "comment": "",
1537
+ "limit": 0
1538
+ },
1539
+ "embedInsightDialog.headLine.byReference|report": {
1540
+ "value": "Embed report by reference",
1541
+ "comment": "",
1542
+ "limit": 0,
1543
+ "translate": false
1544
+ },
1545
+ "embedInsightDialog.headLine.byDefinition|insight": {
1546
+ "value": "Embed insight as a copy of its definition",
1547
+ "comment": "",
1548
+ "limit": 0
1549
+ },
1550
+ "embedInsightDialog.headLine.byDefinition|report": {
1551
+ "value": "Embed report as a copy of its definition",
1552
+ "comment": "",
1553
+ "limit": 0,
1554
+ "translate": false
1555
+ },
1556
+ "embedInsightDialog.changesMessage.byReference|insight": {
1557
+ "value": "Future changes in this insight will be reflected in embedded version.",
1558
+ "comment": "",
1559
+ "limit": 0
1560
+ },
1561
+ "embedInsightDialog.changesMessage.byReference|report": {
1562
+ "value": "Future changes in this report will be reflected in embedded version.",
1563
+ "comment": "",
1564
+ "limit": 0,
1565
+ "translate": false
1566
+ },
1567
+ "embedInsightDialog.changesMessage.byDefinition|insight": {
1568
+ "value": "No future changes in this insight will be reflected in embedded version.",
1569
+ "comment": "",
1570
+ "limit": 0
1571
+ },
1572
+ "embedInsightDialog.changesMessage.byDefinition|report": {
1573
+ "value": "No future changes in this report will be reflected in embedded version.",
1574
+ "comment": "",
1575
+ "limit": 0,
1576
+ "translate": false
1577
+ },
1578
+ "embedInsightDialog.prepareEnvironmentMessage": {
1579
+ "value": "<b>Note.</b> In order for this snippet to work, prepare your environment.",
1580
+ "comment": "Do not translate html tags <b>, </b>",
1581
+ "limit": 0
1582
+ },
1583
+ "embedInsightDialog.prepareEnvironmentMessage.link": {
1584
+ "value": "Learn more",
1585
+ "comment": "",
1586
+ "limit": 0
1587
+ },
1588
+ "embed.dialog.numeric.input.validation": {
1589
+ "value": "The value must be a number greater than 0",
1590
+ "comment": "Validation of custom embedded dashboard height",
1591
+ "limit": 0
1592
+ },
1593
+ "embed.dialog.numeric.input.warning": {
1594
+ "value": "This input accepts only digits greater than 0",
1595
+ "comment": "Validation of custom embedded dashboard height",
1596
+ "limit": 0
1597
+ },
1598
+ "embedInsightDialog.complete.list.props.message": {
1599
+ "value": "Complete list of embedding properties",
1600
+ "comment": "",
1295
1601
  "limit": 0
1296
1602
  }
1297
1603
  }