@gooddata/sdk-ui 8.10.0-alpha.15 → 8.10.0-alpha.152

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 (484) 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 +6 -3
  26. package/dist/base/index.d.ts.map +1 -1
  27. package/dist/base/index.js +11 -2
  28. package/dist/base/index.js.map +1 -1
  29. package/dist/base/localization/IntlStore.d.ts +3 -1
  30. package/dist/base/localization/IntlStore.d.ts.map +1 -1
  31. package/dist/base/localization/IntlStore.js +5 -25
  32. package/dist/base/localization/IntlStore.js.map +1 -1
  33. package/dist/base/localization/IntlWrapper.d.ts +0 -12
  34. package/dist/base/localization/IntlWrapper.d.ts.map +1 -1
  35. package/dist/base/localization/IntlWrapper.js +3 -28
  36. package/dist/base/localization/IntlWrapper.js.map +1 -1
  37. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  38. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  39. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +4 -4
  40. package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  41. package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
  42. package/dist/base/localization/TranslationsProvider.js +5 -9
  43. package/dist/base/localization/TranslationsProvider.js.map +1 -1
  44. package/dist/base/localization/bundles/de-DE.json +87 -18
  45. package/dist/base/localization/bundles/en-US.json +425 -64
  46. package/dist/base/localization/bundles/es-ES.json +96 -27
  47. package/dist/base/localization/bundles/fr-FR.json +86 -17
  48. package/dist/base/localization/bundles/ja-JP.json +87 -18
  49. package/dist/base/localization/bundles/nl-NL.json +86 -17
  50. package/dist/base/localization/bundles/pt-BR.json +86 -17
  51. package/dist/base/localization/bundles/pt-PT.json +86 -17
  52. package/dist/base/localization/bundles/ru-RU.json +88 -19
  53. package/dist/base/localization/bundles/zh-Hans.json +87 -18
  54. package/dist/base/localization/intlUtils.d.ts +1 -1
  55. package/dist/base/localization/intlUtils.js +4 -4
  56. package/dist/base/localization/messagesMap.d.ts +13 -0
  57. package/dist/base/localization/messagesMap.d.ts.map +1 -0
  58. package/dist/base/localization/messagesMap.js +32 -0
  59. package/dist/base/localization/messagesMap.js.map +1 -0
  60. package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
  61. package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  62. package/dist/base/measureFormats/fillMissingFormat.js +27 -0
  63. package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
  64. package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
  65. package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  66. package/dist/base/measureFormats/fillMissingFormats.js +20 -0
  67. package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
  68. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
  69. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
  70. package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
  71. package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
  72. package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
  73. package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  74. package/dist/base/measureTitles/fillMissingTitles.js +4 -13
  75. package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
  76. package/dist/base/react/BackendContext.d.ts +7 -3
  77. package/dist/base/react/BackendContext.d.ts.map +1 -1
  78. package/dist/base/react/BackendContext.js +8 -4
  79. package/dist/base/react/BackendContext.js.map +1 -1
  80. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  81. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  82. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
  83. package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  84. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  85. package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  86. package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  87. package/dist/base/react/ErrorComponent.d.ts +4 -2
  88. package/dist/base/react/ErrorComponent.d.ts.map +1 -1
  89. package/dist/base/react/ErrorComponent.js +5 -3
  90. package/dist/base/react/ErrorComponent.js.map +1 -1
  91. package/dist/base/react/LoadingComponent.d.ts +4 -2
  92. package/dist/base/react/LoadingComponent.d.ts.map +1 -1
  93. package/dist/base/react/LoadingComponent.js +5 -3
  94. package/dist/base/react/LoadingComponent.js.map +1 -1
  95. package/dist/base/react/WorkspaceContext.d.ts +7 -3
  96. package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
  97. package/dist/base/react/WorkspaceContext.js +8 -4
  98. package/dist/base/react/WorkspaceContext.js.map +1 -1
  99. package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
  100. package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  101. package/dist/base/react/legacy/availableDrillTargets.js +1 -1
  102. package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
  103. package/dist/base/react/placeholders/base.d.ts +76 -42
  104. package/dist/base/react/placeholders/base.d.ts.map +1 -1
  105. package/dist/base/react/placeholders/base.js +1 -1
  106. package/dist/base/react/placeholders/base.js.map +1 -1
  107. package/dist/base/react/placeholders/factory.d.ts +4 -2
  108. package/dist/base/react/placeholders/factory.d.ts.map +1 -1
  109. package/dist/base/react/placeholders/factory.js +3 -1
  110. package/dist/base/react/placeholders/factory.js.map +1 -1
  111. package/dist/base/react/placeholders/hooks.d.ts +13 -3
  112. package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
  113. package/dist/base/react/placeholders/hooks.js +14 -4
  114. package/dist/base/react/placeholders/hooks.js.map +1 -1
  115. package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
  116. package/dist/base/react/placeholders/resolve.js +5 -3
  117. package/dist/base/react/placeholders/resolve.js.map +1 -1
  118. package/dist/base/react/useCancelablePromise.d.ts +17 -11
  119. package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
  120. package/dist/base/react/useCancelablePromise.js +9 -3
  121. package/dist/base/react/useCancelablePromise.js.map +1 -1
  122. package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
  123. package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  124. package/dist/base/react/useCancelablePromiseUtils.js +6 -4
  125. package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
  126. package/dist/base/results/dataAccess.d.ts +32 -12
  127. package/dist/base/results/dataAccess.d.ts.map +1 -1
  128. package/dist/base/results/dataAccessConfig.d.ts +5 -2
  129. package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
  130. package/dist/base/results/dataAccessConfig.js +4 -1
  131. package/dist/base/results/dataAccessConfig.js.map +1 -1
  132. package/dist/base/results/facade.d.ts +10 -8
  133. package/dist/base/results/facade.d.ts.map +1 -1
  134. package/dist/base/results/facade.js +9 -7
  135. package/dist/base/results/facade.js.map +1 -1
  136. package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
  137. package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  138. package/dist/base/results/internal/dataAccessDigest.js +5 -7
  139. package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
  140. package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  141. package/dist/base/results/internal/dataAccessImpl.js +6 -6
  142. package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
  143. package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  144. package/dist/base/results/internal/dataAccessMethods.js +1 -1
  145. package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
  146. package/dist/base/results/internal/definitionMethods.d.ts +1 -1
  147. package/dist/base/results/internal/definitionMethods.js +1 -1
  148. package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
  149. package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
  150. package/dist/base/results/internal/resultDataMethods.js.map +1 -1
  151. package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
  152. package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  153. package/dist/base/results/internal/resultMetaMethods.js +9 -10
  154. package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
  155. package/dist/base/results/internal/utils.d.ts +2 -1
  156. package/dist/base/results/internal/utils.d.ts.map +1 -1
  157. package/dist/base/results/internal/utils.js +1 -1
  158. package/dist/base/vis/DrillEvents.d.ts +4 -1
  159. package/dist/base/vis/DrillEvents.d.ts.map +1 -1
  160. package/dist/base/vis/DrillEvents.js.map +1 -1
  161. package/dist/base/vis/Events.d.ts +2 -2
  162. package/dist/base/vis/Events.d.ts.map +1 -1
  163. package/dist/base/vis/VisualizationProps.d.ts +11 -4
  164. package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
  165. package/dist/base/vis/VisualizationProps.js +1 -1
  166. package/dist/base/vis/drilling.js +6 -6
  167. package/dist/base/vis/drilling.js.map +1 -1
  168. package/dist/base/vis/export.d.ts +1 -1
  169. package/dist/base/vis/export.js +3 -3
  170. package/dist/base/vis/export.js.map +1 -1
  171. package/dist/execution/DataViewLoader.d.ts +70 -0
  172. package/dist/execution/DataViewLoader.d.ts.map +1 -0
  173. package/dist/execution/DataViewLoader.js +146 -0
  174. package/dist/execution/DataViewLoader.js.map +1 -0
  175. package/dist/execution/Execute.d.ts +36 -20
  176. package/dist/execution/Execute.d.ts.map +1 -1
  177. package/dist/execution/Execute.js +7 -5
  178. package/dist/execution/Execute.js.map +1 -1
  179. package/dist/execution/ExecuteInsight.d.ts +47 -16
  180. package/dist/execution/ExecuteInsight.d.ts.map +1 -1
  181. package/dist/execution/ExecuteInsight.js +7 -5
  182. package/dist/execution/ExecuteInsight.js.map +1 -1
  183. package/dist/execution/RawExecute.d.ts +19 -7
  184. package/dist/execution/RawExecute.d.ts.map +1 -1
  185. package/dist/execution/RawExecute.js +2 -1
  186. package/dist/execution/RawExecute.js.map +1 -1
  187. package/dist/execution/createExecution.d.ts +9 -6
  188. package/dist/execution/createExecution.d.ts.map +1 -1
  189. package/dist/execution/createExecution.js +11 -2
  190. package/dist/execution/createExecution.js.map +1 -1
  191. package/dist/execution/index.d.ts +3 -2
  192. package/dist/execution/index.d.ts.map +1 -1
  193. package/dist/execution/index.js +4 -2
  194. package/dist/execution/index.js.map +1 -1
  195. package/dist/execution/useDataExport.d.ts +5 -3
  196. package/dist/execution/useDataExport.d.ts.map +1 -1
  197. package/dist/execution/useDataExport.js +3 -1
  198. package/dist/execution/useDataExport.js.map +1 -1
  199. package/dist/execution/useDataView.d.ts +5 -0
  200. package/dist/execution/useDataView.d.ts.map +1 -1
  201. package/dist/execution/useDataView.js +3 -0
  202. package/dist/execution/useDataView.js.map +1 -1
  203. package/dist/execution/useExecution.d.ts +17 -9
  204. package/dist/execution/useExecution.d.ts.map +1 -1
  205. package/dist/execution/useExecution.js +3 -0
  206. package/dist/execution/useExecution.js.map +1 -1
  207. package/dist/execution/useExecutionDataView.d.ts +32 -15
  208. package/dist/execution/useExecutionDataView.d.ts.map +1 -1
  209. package/dist/execution/useExecutionDataView.js +3 -3
  210. package/dist/execution/useExecutionDataView.js.map +1 -1
  211. package/dist/execution/useInsightDataView.d.ts +39 -9
  212. package/dist/execution/useInsightDataView.d.ts.map +1 -1
  213. package/dist/execution/useInsightDataView.js +10 -4
  214. package/dist/execution/useInsightDataView.js.map +1 -1
  215. package/dist/execution/withExecution.d.ts +5 -4
  216. package/dist/execution/withExecution.d.ts.map +1 -1
  217. package/dist/execution/withExecution.js +1 -1
  218. package/dist/execution/withExecution.js.map +1 -1
  219. package/dist/execution/withExecutionLoading.d.ts +12 -7
  220. package/dist/execution/withExecutionLoading.d.ts.map +1 -1
  221. package/dist/execution/withExecutionLoading.js +1 -1
  222. package/dist/execution/withExecutionLoading.js.map +1 -1
  223. package/dist/index.d.ts +1 -1
  224. package/dist/index.d.ts.map +1 -1
  225. package/dist/index.js +2 -1
  226. package/dist/index.js.map +1 -1
  227. package/dist/kpi/Kpi.d.ts +13 -9
  228. package/dist/kpi/Kpi.d.ts.map +1 -1
  229. package/dist/kpi/Kpi.js +5 -3
  230. package/dist/kpi/Kpi.js.map +1 -1
  231. package/dist/locales.d.ts +42 -0
  232. package/dist/locales.d.ts.map +1 -0
  233. package/dist/locales.js +22 -0
  234. package/dist/locales.js.map +1 -0
  235. package/dist/polyfills.d.ts.map +1 -1
  236. package/dist/polyfills.js +3 -1
  237. package/dist/polyfills.js.map +1 -1
  238. package/dist/sdk-ui.d.ts +576 -216
  239. package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
  240. package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
  241. package/esm/base/errors/GoodDataSdkError.js +5 -2
  242. package/esm/base/errors/GoodDataSdkError.js.map +1 -1
  243. package/esm/base/errors/errorHandling.d.ts +5 -3
  244. package/esm/base/errors/errorHandling.d.ts.map +1 -1
  245. package/esm/base/errors/errorHandling.js +6 -4
  246. package/esm/base/errors/errorHandling.js.map +1 -1
  247. package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
  248. package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
  249. package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
  250. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
  251. package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
  252. package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
  253. package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
  254. package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
  255. package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
  256. package/esm/base/headerMatching/MappingHeader.js +2 -2
  257. package/esm/base/headerMatching/MappingHeader.js.map +1 -1
  258. package/esm/base/helpers/CatalogHelper.d.ts +5 -3
  259. package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
  260. package/esm/base/helpers/CatalogHelper.js +5 -3
  261. package/esm/base/helpers/CatalogHelper.js.map +1 -1
  262. package/esm/base/index.d.ts +6 -3
  263. package/esm/base/index.d.ts.map +1 -1
  264. package/esm/base/index.js +8 -2
  265. package/esm/base/index.js.map +1 -1
  266. package/esm/base/localization/IntlStore.d.ts +3 -1
  267. package/esm/base/localization/IntlStore.d.ts.map +1 -1
  268. package/esm/base/localization/IntlStore.js +5 -24
  269. package/esm/base/localization/IntlStore.js.map +1 -1
  270. package/esm/base/localization/IntlWrapper.d.ts +0 -12
  271. package/esm/base/localization/IntlWrapper.d.ts.map +1 -1
  272. package/esm/base/localization/IntlWrapper.js +2 -27
  273. package/esm/base/localization/IntlWrapper.js.map +1 -1
  274. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
  275. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
  276. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +4 -4
  277. package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
  278. package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
  279. package/esm/base/localization/TranslationsProvider.js +5 -9
  280. package/esm/base/localization/TranslationsProvider.js.map +1 -1
  281. package/esm/base/localization/bundles/de-DE.json +87 -18
  282. package/esm/base/localization/bundles/en-US.json +425 -64
  283. package/esm/base/localization/bundles/es-ES.json +96 -27
  284. package/esm/base/localization/bundles/fr-FR.json +86 -17
  285. package/esm/base/localization/bundles/ja-JP.json +87 -18
  286. package/esm/base/localization/bundles/nl-NL.json +86 -17
  287. package/esm/base/localization/bundles/pt-BR.json +86 -17
  288. package/esm/base/localization/bundles/pt-PT.json +86 -17
  289. package/esm/base/localization/bundles/ru-RU.json +88 -19
  290. package/esm/base/localization/bundles/zh-Hans.json +87 -18
  291. package/esm/base/localization/intlUtils.d.ts +1 -1
  292. package/esm/base/localization/intlUtils.js +2 -2
  293. package/esm/base/localization/messagesMap.d.ts +13 -0
  294. package/esm/base/localization/messagesMap.d.ts.map +1 -0
  295. package/esm/base/localization/messagesMap.js +28 -0
  296. package/esm/base/localization/messagesMap.js.map +1 -0
  297. package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
  298. package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
  299. package/esm/base/measureFormats/fillMissingFormat.js +23 -0
  300. package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
  301. package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
  302. package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
  303. package/esm/base/measureFormats/fillMissingFormats.js +16 -0
  304. package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
  305. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
  306. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
  307. package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
  308. package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
  309. package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
  310. package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
  311. package/esm/base/measureTitles/fillMissingTitles.js +5 -14
  312. package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
  313. package/esm/base/react/BackendContext.d.ts +7 -3
  314. package/esm/base/react/BackendContext.d.ts.map +1 -1
  315. package/esm/base/react/BackendContext.js +8 -4
  316. package/esm/base/react/BackendContext.js.map +1 -1
  317. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
  318. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
  319. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
  320. package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
  321. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
  322. package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
  323. package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
  324. package/esm/base/react/ErrorComponent.d.ts +4 -2
  325. package/esm/base/react/ErrorComponent.d.ts.map +1 -1
  326. package/esm/base/react/ErrorComponent.js +5 -3
  327. package/esm/base/react/ErrorComponent.js.map +1 -1
  328. package/esm/base/react/LoadingComponent.d.ts +4 -2
  329. package/esm/base/react/LoadingComponent.d.ts.map +1 -1
  330. package/esm/base/react/LoadingComponent.js +5 -3
  331. package/esm/base/react/LoadingComponent.js.map +1 -1
  332. package/esm/base/react/WorkspaceContext.d.ts +7 -3
  333. package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
  334. package/esm/base/react/WorkspaceContext.js +8 -4
  335. package/esm/base/react/WorkspaceContext.js.map +1 -1
  336. package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
  337. package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
  338. package/esm/base/react/legacy/availableDrillTargets.js +1 -1
  339. package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
  340. package/esm/base/react/placeholders/base.d.ts +76 -42
  341. package/esm/base/react/placeholders/base.d.ts.map +1 -1
  342. package/esm/base/react/placeholders/base.js +1 -1
  343. package/esm/base/react/placeholders/base.js.map +1 -1
  344. package/esm/base/react/placeholders/factory.d.ts +4 -2
  345. package/esm/base/react/placeholders/factory.d.ts.map +1 -1
  346. package/esm/base/react/placeholders/factory.js +3 -1
  347. package/esm/base/react/placeholders/factory.js.map +1 -1
  348. package/esm/base/react/placeholders/hooks.d.ts +13 -3
  349. package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
  350. package/esm/base/react/placeholders/hooks.js +14 -4
  351. package/esm/base/react/placeholders/hooks.js.map +1 -1
  352. package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
  353. package/esm/base/react/placeholders/resolve.js +5 -3
  354. package/esm/base/react/placeholders/resolve.js.map +1 -1
  355. package/esm/base/react/useCancelablePromise.d.ts +17 -11
  356. package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
  357. package/esm/base/react/useCancelablePromise.js +9 -3
  358. package/esm/base/react/useCancelablePromise.js.map +1 -1
  359. package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
  360. package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
  361. package/esm/base/react/useCancelablePromiseUtils.js +6 -4
  362. package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
  363. package/esm/base/results/dataAccess.d.ts +32 -12
  364. package/esm/base/results/dataAccess.d.ts.map +1 -1
  365. package/esm/base/results/dataAccessConfig.d.ts +5 -2
  366. package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
  367. package/esm/base/results/dataAccessConfig.js +4 -1
  368. package/esm/base/results/dataAccessConfig.js.map +1 -1
  369. package/esm/base/results/facade.d.ts +10 -8
  370. package/esm/base/results/facade.d.ts.map +1 -1
  371. package/esm/base/results/facade.js +9 -7
  372. package/esm/base/results/facade.js.map +1 -1
  373. package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
  374. package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
  375. package/esm/base/results/internal/dataAccessDigest.js +1 -3
  376. package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
  377. package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
  378. package/esm/base/results/internal/dataAccessImpl.js +1 -1
  379. package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
  380. package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
  381. package/esm/base/results/internal/dataAccessMethods.js +2 -2
  382. package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
  383. package/esm/base/results/internal/definitionMethods.d.ts +1 -1
  384. package/esm/base/results/internal/definitionMethods.js +1 -1
  385. package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
  386. package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
  387. package/esm/base/results/internal/resultDataMethods.js.map +1 -1
  388. package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
  389. package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
  390. package/esm/base/results/internal/resultMetaMethods.js +3 -4
  391. package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
  392. package/esm/base/results/internal/utils.d.ts +2 -1
  393. package/esm/base/results/internal/utils.d.ts.map +1 -1
  394. package/esm/base/results/internal/utils.js +1 -1
  395. package/esm/base/vis/DrillEvents.d.ts +4 -1
  396. package/esm/base/vis/DrillEvents.d.ts.map +1 -1
  397. package/esm/base/vis/DrillEvents.js.map +1 -1
  398. package/esm/base/vis/Events.d.ts +2 -2
  399. package/esm/base/vis/Events.d.ts.map +1 -1
  400. package/esm/base/vis/VisualizationProps.d.ts +11 -4
  401. package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
  402. package/esm/base/vis/VisualizationProps.js +1 -1
  403. package/esm/base/vis/drilling.js +3 -3
  404. package/esm/base/vis/drilling.js.map +1 -1
  405. package/esm/base/vis/export.d.ts +1 -1
  406. package/esm/base/vis/export.js +3 -3
  407. package/esm/base/vis/export.js.map +1 -1
  408. package/esm/execution/DataViewLoader.d.ts +70 -0
  409. package/esm/execution/DataViewLoader.d.ts.map +1 -0
  410. package/esm/execution/DataViewLoader.js +143 -0
  411. package/esm/execution/DataViewLoader.js.map +1 -0
  412. package/esm/execution/Execute.d.ts +36 -20
  413. package/esm/execution/Execute.d.ts.map +1 -1
  414. package/esm/execution/Execute.js +7 -5
  415. package/esm/execution/Execute.js.map +1 -1
  416. package/esm/execution/ExecuteInsight.d.ts +47 -16
  417. package/esm/execution/ExecuteInsight.d.ts.map +1 -1
  418. package/esm/execution/ExecuteInsight.js +7 -5
  419. package/esm/execution/ExecuteInsight.js.map +1 -1
  420. package/esm/execution/RawExecute.d.ts +19 -7
  421. package/esm/execution/RawExecute.d.ts.map +1 -1
  422. package/esm/execution/RawExecute.js +2 -1
  423. package/esm/execution/RawExecute.js.map +1 -1
  424. package/esm/execution/createExecution.d.ts +9 -6
  425. package/esm/execution/createExecution.d.ts.map +1 -1
  426. package/esm/execution/createExecution.js +12 -3
  427. package/esm/execution/createExecution.js.map +1 -1
  428. package/esm/execution/index.d.ts +3 -2
  429. package/esm/execution/index.d.ts.map +1 -1
  430. package/esm/execution/index.js +3 -2
  431. package/esm/execution/index.js.map +1 -1
  432. package/esm/execution/useDataExport.d.ts +5 -3
  433. package/esm/execution/useDataExport.d.ts.map +1 -1
  434. package/esm/execution/useDataExport.js +3 -1
  435. package/esm/execution/useDataExport.js.map +1 -1
  436. package/esm/execution/useDataView.d.ts +5 -0
  437. package/esm/execution/useDataView.d.ts.map +1 -1
  438. package/esm/execution/useDataView.js +3 -0
  439. package/esm/execution/useDataView.js.map +1 -1
  440. package/esm/execution/useExecution.d.ts +17 -9
  441. package/esm/execution/useExecution.d.ts.map +1 -1
  442. package/esm/execution/useExecution.js +3 -0
  443. package/esm/execution/useExecution.js.map +1 -1
  444. package/esm/execution/useExecutionDataView.d.ts +32 -15
  445. package/esm/execution/useExecutionDataView.d.ts.map +1 -1
  446. package/esm/execution/useExecutionDataView.js +3 -3
  447. package/esm/execution/useExecutionDataView.js.map +1 -1
  448. package/esm/execution/useInsightDataView.d.ts +39 -9
  449. package/esm/execution/useInsightDataView.d.ts.map +1 -1
  450. package/esm/execution/useInsightDataView.js +10 -4
  451. package/esm/execution/useInsightDataView.js.map +1 -1
  452. package/esm/execution/withExecution.d.ts +5 -4
  453. package/esm/execution/withExecution.d.ts.map +1 -1
  454. package/esm/execution/withExecution.js +1 -1
  455. package/esm/execution/withExecution.js.map +1 -1
  456. package/esm/execution/withExecutionLoading.d.ts +12 -7
  457. package/esm/execution/withExecutionLoading.d.ts.map +1 -1
  458. package/esm/execution/withExecutionLoading.js +1 -1
  459. package/esm/execution/withExecutionLoading.js.map +1 -1
  460. package/esm/index.d.ts +1 -1
  461. package/esm/index.d.ts.map +1 -1
  462. package/esm/index.js +2 -1
  463. package/esm/index.js.map +1 -1
  464. package/esm/kpi/Kpi.d.ts +13 -9
  465. package/esm/kpi/Kpi.d.ts.map +1 -1
  466. package/esm/kpi/Kpi.js +5 -3
  467. package/esm/kpi/Kpi.js.map +1 -1
  468. package/esm/locales.d.ts +42 -0
  469. package/esm/locales.d.ts.map +1 -0
  470. package/esm/locales.js +19 -0
  471. package/esm/locales.js.map +1 -0
  472. package/esm/polyfills.d.ts.map +1 -1
  473. package/esm/polyfills.js +3 -1
  474. package/esm/polyfills.js.map +1 -1
  475. package/esm/tsdoc-metadata.json +1 -1
  476. package/package.json +20 -16
  477. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
  478. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
  479. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -48
  480. package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
  481. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
  482. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
  483. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -43
  484. package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
@@ -1,39 +1,114 @@
1
1
  {
2
- "visualizations.more": {
3
- "value": "Show more",
2
+ "empty_value": {
3
+ "value": "empty value",
4
4
  "comment": "",
5
5
  "limit": 0
6
6
  },
7
- "visualizations.less": {
8
- "value": "Show less",
7
+ "gs.date.at": {
8
+ "value": "at",
9
9
  "comment": "",
10
10
  "limit": 0
11
11
  },
12
- "visualizations.sorting": {
13
- "value": "Column sorting",
12
+ "gs.header.help": {
13
+ "value": "Help",
14
14
  "comment": "",
15
15
  "limit": 0
16
16
  },
17
- "visualizations.asc": {
18
- "value": "Ascending",
17
+ "gs.header.logout": {
18
+ "value": "Logout",
19
19
  "comment": "",
20
20
  "limit": 0
21
21
  },
22
- "visualizations.desc": {
23
- "value": "Descending",
22
+ "gs.list.all": {
23
+ "value": "All",
24
24
  "comment": "",
25
25
  "limit": 0
26
26
  },
27
- "visualizations.of": {
28
- "value": "{page} of {pagesCount}",
29
- "comment": "Don't translate placeholders '{page}', '{pagesCount}'",
27
+ "gs.list.except": {
28
+ "value": "except",
29
+ "comment": "",
30
+ "limit": 0
31
+ },
32
+ "gs.list.is": {
33
+ "value": "is",
34
+ "comment": "",
35
+ "limit": 0
36
+ },
37
+ "gs.list.search.placeholder": {
38
+ "value": "Search...",
39
+ "comment": "Placeholder text in search input filed.",
30
40
  "limit": 0
31
41
  },
32
- "visualizations.totals.dropdown.heading": {
33
- "value": "Add a new row",
42
+ "gs.list.notAvailableAbbreviation": {
43
+ "value": "N/A",
44
+ "comment": "Stands for 'Not Available",
45
+ "limit": 0
46
+ },
47
+ "gs.list.searchResults": {
48
+ "value": "search results",
34
49
  "comment": "",
35
50
  "limit": 0
36
51
  },
52
+ "gs.visualizationsList.loading": {
53
+ "value": "Loading…",
54
+ "comment": "Use '…' as one character, not 3 dots ('...').",
55
+ "limit": 0
56
+ },
57
+ "gs.color-picker.inputPlaceholder": {
58
+ "value": "#color",
59
+ "comment": "Character '#' means user should input color code as hexadecimal value, e.g. #C0D6E4",
60
+ "limit": 0
61
+ },
62
+ "gs.color-picker.currentColor": {
63
+ "value": "current",
64
+ "comment": "",
65
+ "limit": 0
66
+ },
67
+ "gs.color-picker.newColor": {
68
+ "value": "new",
69
+ "comment": "",
70
+ "limit": 0
71
+ },
72
+ "gs.color-picker.cancelButton": {
73
+ "value": "Cancel",
74
+ "comment": "",
75
+ "limit": 0
76
+ },
77
+ "gs.color-picker.okButton": {
78
+ "value": "OK",
79
+ "comment": "",
80
+ "limit": 0
81
+ },
82
+ "gs.color-picker.hex": {
83
+ "value": "hex",
84
+ "comment": "label that inidicates that user should enter hexadecimal color value, e.g. #C0D6E4",
85
+ "limit": 0
86
+ },
87
+ "gs.noData.noMatchingData": {
88
+ "value": "No matching data",
89
+ "comment": "",
90
+ "limit": 0
91
+ },
92
+ "gs.noData.noDataAvailable": {
93
+ "value": "No matching data",
94
+ "comment": "",
95
+ "limit": 0
96
+ },
97
+ "geochart.scroll.zoom.blocker": {
98
+ "value": "Use {button} + scroll to zoom the map",
99
+ "comment": "This message will appear when map zooming on GeoChart is disabled and available only, while the button is pressed.",
100
+ "limit": 0
101
+ },
102
+ "geochart.touch.pan.blocker": {
103
+ "value": "Use two fingers to move the map",
104
+ "comment": "This message will appear when moving map on GeoChart is disabled by one finger and available only with two.",
105
+ "limit": 0
106
+ },
107
+ "visualizations.of": {
108
+ "value": "{page} of {pagesCount}",
109
+ "comment": "Don't translate placeholders '{page}', '{pagesCount}'",
110
+ "limit": 0
111
+ },
37
112
  "visualizations.totals.dropdown.title.sum": {
38
113
  "value": "Sum",
39
114
  "comment": "Total of type 'Sum'. Showed in menu before adding to table.",
@@ -97,36 +172,6 @@
97
172
  "comment": "Total of type 'Median'. Showed in menu before adding to table.",
98
173
  "limit": 0
99
174
  },
100
- "visualizations.totals.row.title.sum": {
101
- "value": "Sum",
102
- "comment": "Total of type 'Sum'. Showed in table after adding total.",
103
- "limit": 0
104
- },
105
- "visualizations.totals.row.title.avg": {
106
- "value": "Avg",
107
- "comment": "Total of type 'Avg'. Showed in table after adding total.",
108
- "limit": 0
109
- },
110
- "visualizations.totals.row.title.min": {
111
- "value": "Min",
112
- "comment": "Total of type 'Min'. Showed in table after adding total.",
113
- "limit": 0
114
- },
115
- "visualizations.totals.row.title.max": {
116
- "value": "Max",
117
- "comment": "Total of type 'Max'. Showed in table after adding total.",
118
- "limit": 0
119
- },
120
- "visualizations.totals.row.title.nat": {
121
- "value": "Total",
122
- "comment": "Total of type 'Rollup', but synonym 'Total' is used here since users are used to this more than 'Rollup'. Showed in table after adding total.",
123
- "limit": 0
124
- },
125
- "visualizations.totals.row.title.med": {
126
- "value": "Median",
127
- "comment": "Total of type 'Median'. Showed in table after adding total.",
128
- "limit": 0
129
- },
130
175
  "visualizations.headline.tertiary.title": {
131
176
  "value": "Versus",
132
177
  "comment": "Means comparison of two values - for example '100 (this week) VERSUS 10 (last week)'.",
@@ -281,11 +326,6 @@
281
326
  "comment": "",
282
327
  "limit": 0
283
328
  },
284
- "gs.list.loading": {
285
- "value": "Loading list…",
286
- "comment": "Use '…' as one character, not 3 dots ('...').",
287
- "limit": 0
288
- },
289
329
  "gs.list.clear": {
290
330
  "value": "Clear",
291
331
  "comment": "",
@@ -331,6 +371,26 @@
331
371
  "comment": "",
332
372
  "limit": 0
333
373
  },
374
+ "gs.header.countdown.numberOfDaysLeft": {
375
+ "value": "{number} days left",
376
+ "comment": "",
377
+ "limit": 0
378
+ },
379
+ "gs.header.countdown.numberOfMonthsLeft": {
380
+ "value": "{number} months left",
381
+ "comment": "",
382
+ "limit": 0
383
+ },
384
+ "gs.header.countdown.oneMonthLeft": {
385
+ "value": "1 month left",
386
+ "comment": "",
387
+ "limit": 0
388
+ },
389
+ "gs.header.countdown.lastDay": {
390
+ "value": "This is your last day",
391
+ "comment": "",
392
+ "limit": 0
393
+ },
334
394
  "measure.title.suffix.same_period_year_ago": {
335
395
  "value": "SP year ago",
336
396
  "comment": "",
@@ -461,16 +521,41 @@
461
521
  "comment": "",
462
522
  "limit": 0
463
523
  },
464
- "dateFilterDropdown.buttonTitle": {
465
- "value": "Date range",
466
- "comment": "",
467
- "limit": 0
468
- },
469
524
  "dateFilterDropdown.setDefault": {
470
525
  "value": "Set default date filter for{nbsp}viewers:",
471
526
  "comment": "Do not translate non-breakable space '{nbsp}'",
472
527
  "limit": 0
473
528
  },
529
+ "filters.thisMinute.title": {
530
+ "value": "This minute",
531
+ "comment": "",
532
+ "limit": 0
533
+ },
534
+ "filters.lastMinute.title": {
535
+ "value": "Last minute",
536
+ "comment": "",
537
+ "limit": 0
538
+ },
539
+ "filters.nextMinute.title": {
540
+ "value": "Next minute",
541
+ "comment": "",
542
+ "limit": 0
543
+ },
544
+ "filters.thisHour.title": {
545
+ "value": "This hour",
546
+ "comment": "",
547
+ "limit": 0
548
+ },
549
+ "filters.lastHour.title": {
550
+ "value": "Last hour",
551
+ "comment": "",
552
+ "limit": 0
553
+ },
554
+ "filters.nextHour.title": {
555
+ "value": "Next hour",
556
+ "comment": "",
557
+ "limit": 0
558
+ },
474
559
  "filters.thisDay.title": {
475
560
  "value": "Today",
476
561
  "comment": "",
@@ -546,6 +631,16 @@
546
631
  "comment": "",
547
632
  "limit": 0
548
633
  },
634
+ "filters.lastNMinutes": {
635
+ "value": "{n, plural, one {Last # minute} other {Last # minutes}}",
636
+ "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.",
637
+ "limit": 0
638
+ },
639
+ "filters.lastNHours": {
640
+ "value": "{n, plural, one {Last # hour} other {Last # hours}}",
641
+ "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.",
642
+ "limit": 0
643
+ },
549
644
  "filters.lastNDays": {
550
645
  "value": "{n, plural, one {Last # day} other {Last # days}}",
551
646
  "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 +666,16 @@
571
666
  "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
667
  "limit": 0
573
668
  },
669
+ "filters.nextNMinutes": {
670
+ "value": "{n, plural, one {Next # minute} other {Next # minutes}}",
671
+ "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.",
672
+ "limit": 0
673
+ },
674
+ "filters.nextNHours": {
675
+ "value": "{n, plural, one {Next # hour} other {Next # hours}}",
676
+ "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.",
677
+ "limit": 0
678
+ },
574
679
  "filters.nextNDays": {
575
680
  "value": "{n, plural, one {Next # day} other {Next # days}}",
576
681
  "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 +701,56 @@
596
701
  "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
702
  "limit": 0
598
703
  },
704
+ "filters.interval.minutes.past": {
705
+ "value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ago",
706
+ "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.",
707
+ "limit": 0
708
+ },
709
+ "filters.interval.minutes.past.sameValue": {
710
+ "value": "{value} {value, plural, one {minute} other {minutes}} ago",
711
+ "comment": "Example: '5 minutes ago'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
712
+ "limit": 0
713
+ },
714
+ "filters.interval.minutes.future": {
715
+ "value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ahead",
716
+ "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.",
717
+ "limit": 0
718
+ },
719
+ "filters.interval.minutes.future.sameValue": {
720
+ "value": "{value} {value, plural, one {minute} other {minutes}} ahead",
721
+ "comment": "Example: '5 minutes ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
722
+ "limit": 0
723
+ },
724
+ "filters.interval.minutes.mixed": {
725
+ "value": "From {from} {from, plural, one {minute} other {minutes}} ago to {to} {to, plural, one {minute} other {minutes}} ahead",
726
+ "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.",
727
+ "limit": 0
728
+ },
729
+ "filters.interval.hours.past": {
730
+ "value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
731
+ "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.",
732
+ "limit": 0
733
+ },
734
+ "filters.interval.hours.past.sameValue": {
735
+ "value": "{value} {value, plural, one {hour} other {hours}} ago",
736
+ "comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
737
+ "limit": 0
738
+ },
739
+ "filters.interval.hours.future": {
740
+ "value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
741
+ "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.",
742
+ "limit": 0
743
+ },
744
+ "filters.interval.hours.future.sameValue": {
745
+ "value": "{value} {value, plural, one {hour} other {hours}} ahead",
746
+ "comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
747
+ "limit": 0
748
+ },
749
+ "filters.interval.hours.mixed": {
750
+ "value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
751
+ "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.",
752
+ "limit": 0
753
+ },
599
754
  "filters.interval.days.past": {
600
755
  "value": "From {from} to {to} {to, plural, one {day} other {days}} ago",
601
756
  "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 +876,16 @@
721
876
  "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
877
  "limit": 0
723
878
  },
879
+ "filters.granularity.minutes": {
880
+ "value": "Minutes",
881
+ "comment": "",
882
+ "limit": 0
883
+ },
884
+ "filters.granularity.hours": {
885
+ "value": "Hours",
886
+ "comment": "",
887
+ "limit": 0
888
+ },
724
889
  "filters.granularity.days": {
725
890
  "value": "Days",
726
891
  "comment": "",
@@ -757,7 +922,7 @@
757
922
  "limit": 0
758
923
  },
759
924
  "filters.floatingRange": {
760
- "value": "Floating range",
925
+ "value": "Relative period",
761
926
  "comment": "",
762
927
  "limit": 0
763
928
  },
@@ -776,6 +941,36 @@
776
941
  "comment": "This string should be as short as possible to fit in the container. Don't translate placeholder '{limit}'.",
777
942
  "limit": 32
778
943
  },
944
+ "filters.floatingRange.option.minute.offset.history": {
945
+ "value": "{n, plural, one {last minute} other {# minutes ago}}",
946
+ "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.",
947
+ "limit": 0
948
+ },
949
+ "filters.floatingRange.option.minute.offset.today": {
950
+ "value": "this minute",
951
+ "comment": "",
952
+ "limit": 0
953
+ },
954
+ "filters.floatingRange.option.minute.offset.future": {
955
+ "value": "{n, plural, one {next minute} other {# minutes ahead}}",
956
+ "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.",
957
+ "limit": 0
958
+ },
959
+ "filters.floatingRange.option.hour.offset.history": {
960
+ "value": "{n, plural, one {last hour} other {# hours ago}}",
961
+ "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.",
962
+ "limit": 0
963
+ },
964
+ "filters.floatingRange.option.hour.offset.today": {
965
+ "value": "this hour",
966
+ "comment": "",
967
+ "limit": 0
968
+ },
969
+ "filters.floatingRange.option.hour.offset.future": {
970
+ "value": "{n, plural, one {next hour} other {# hours ahead}}",
971
+ "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.",
972
+ "limit": 0
973
+ },
779
974
  "filters.floatingRange.option.day.offset.history": {
780
975
  "value": "{n, plural, one {yesterday} other {# days ago}}",
781
976
  "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 +1056,26 @@
861
1056
  "comment": "",
862
1057
  "limit": 0
863
1058
  },
1059
+ "filters.minute.title": {
1060
+ "value": "MINUTE",
1061
+ "comment": "",
1062
+ "limit": 0
1063
+ },
1064
+ "filters.minute.excludeCurrentPeriod": {
1065
+ "value": "Exclude this minute",
1066
+ "comment": "",
1067
+ "limit": 0
1068
+ },
1069
+ "filters.hour.title": {
1070
+ "value": "HOUR",
1071
+ "comment": "",
1072
+ "limit": 0
1073
+ },
1074
+ "filters.hour.excludeCurrentPeriod": {
1075
+ "value": "Exclude this hour",
1076
+ "comment": "",
1077
+ "limit": 0
1078
+ },
864
1079
  "filters.day.title": {
865
1080
  "value": "DAY",
866
1081
  "comment": "",
@@ -926,6 +1141,11 @@
926
1141
  "comment": "Placeholder '{format}' is used for showing date format. Example 'The date must be in the MM/dd/yyyy format'. Don't translate placeholder '{format}'.",
927
1142
  "limit": 0
928
1143
  },
1144
+ "filters.staticPeriod.endDateBeforeStartDate": {
1145
+ "value": "End time must be later than start time",
1146
+ "comment": "This error is displayed once there is a datetime range and End time is before To time",
1147
+ "limit": 0
1148
+ },
929
1149
  "mvf.operator.all": {
930
1150
  "value": "all",
931
1151
  "comment": "Covers all the operators like 'Greater than', 'Less than', etc.",
@@ -1036,6 +1256,11 @@
1036
1256
  "comment": "Header of a preview section",
1037
1257
  "limit": 0
1038
1258
  },
1259
+ "properties.legend.title": {
1260
+ "value": "Legend",
1261
+ "comment": "",
1262
+ "limit": 0
1263
+ },
1039
1264
  "attrf.all": {
1040
1265
  "value": "All",
1041
1266
  "comment": "",
@@ -1254,11 +1479,17 @@
1254
1479
  "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
1480
  "limit": 0
1256
1481
  },
1257
- "sorting.dropdown.header": {
1482
+ "sorting.dropdown.header|insight": {
1258
1483
  "value": "Sort insight",
1259
1484
  "comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
1260
1485
  "limit": 0
1261
1486
  },
1487
+ "sorting.dropdown.header|report": {
1488
+ "value": "Sort report",
1489
+ "comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
1490
+ "limit": 0,
1491
+ "translate": false
1492
+ },
1262
1493
  "sorting.type.alphabetical.asc": {
1263
1494
  "value": "A to Z",
1264
1495
  "comment": "Title of sort option when insight is sorted alphabetically and in ascending order.",
@@ -1299,19 +1530,149 @@
1299
1530
  "comment": "Text that will appear before the measures from which attribute will be sorted.",
1300
1531
  "limit": 0
1301
1532
  },
1302
- "sorting.sum.of.all.measure._measure": {
1303
- "value": "Sum of all measures (total)",
1533
+ "sorting.sum.of.all.measure": {
1534
+ "value": "Total",
1304
1535
  "comment": "Title of sort option when is sorted by sum of all measures.",
1305
1536
  "limit": 0
1306
1537
  },
1307
- "sorting.sum.of.all.measure._metric": {
1308
- "value": "Sum of all metrics (total)",
1309
- "comment": "Title of sort option when is sorted by sum of all metrics.",
1310
- "limit": 0
1311
- },
1312
1538
  "sorting.default.tooltip": {
1313
1539
  "value": "Use the order defined in the attribute.",
1314
1540
  "comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
1315
1541
  "limit": 0
1542
+ },
1543
+ "attributeFilterDropdown.emptyValue": {
1544
+ "value": "empty value",
1545
+ "comment": "",
1546
+ "limit": 0
1547
+ },
1548
+ "embedInsightDialog.actions.close": {
1549
+ "value": "Close",
1550
+ "comment": "",
1551
+ "limit": 0
1552
+ },
1553
+ "embedInsightDialog.actions.copyCode": {
1554
+ "value": "Copy code",
1555
+ "comment": "Label of confirm button, copy code to clipboard.",
1556
+ "limit": 0
1557
+ },
1558
+ "embedInsightDialog.code.language.codeAs": {
1559
+ "value": "Code as",
1560
+ "comment": "Selector that define language of generated code Typescript or Javascript",
1561
+ "limit": 0
1562
+ },
1563
+ "embedInsightDialog.code.options": {
1564
+ "value": "Other options",
1565
+ "comment": "Options of generated code. Include component specific item, define height etc.",
1566
+ "limit": 0
1567
+ },
1568
+ "embedInsightDialog.code.options.include.config": {
1569
+ "value": "Include configuration",
1570
+ "comment": "Option that generated code will have custom Insight configuration like color, axes, legend etc.",
1571
+ "limit": 0
1572
+ },
1573
+ "embedInsightDialog.code.options.include.config.info|insight": {
1574
+ "value": "Include the insight configuration of colors, axes, legend, and canvas if available.",
1575
+ "comment": "Tool tip that explain Include configuration",
1576
+ "limit": 0
1577
+ },
1578
+ "embedInsightDialog.code.options.include.config.info|report": {
1579
+ "value": "Include the report configuration of colors, axes, legend, and canvas if available.",
1580
+ "comment": "Tool tip that explain Include configuration",
1581
+ "limit": 0,
1582
+ "translate": false
1583
+ },
1584
+ "embedInsightDialog.code.options.custom.height": {
1585
+ "value": "Custom height",
1586
+ "comment": "",
1587
+ "limit": 0
1588
+ },
1589
+ "embedInsightDialog.code.options.display.title": {
1590
+ "value": "Display title",
1591
+ "comment": "",
1592
+ "limit": 0
1593
+ },
1594
+ "embedInsightDialog.headLine.byReference|insight": {
1595
+ "value": "Embed as a live insight",
1596
+ "comment": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
1597
+ "limit": 0
1598
+ },
1599
+ "embedInsightDialog.headLine.byReference|report": {
1600
+ "value": "Embed as a live report",
1601
+ "comment": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
1602
+ "limit": 0,
1603
+ "translate": false
1604
+ },
1605
+ "embedInsightDialog.headLine.byDefinition|insight": {
1606
+ "value": "Embed as a permanent insight",
1607
+ "comment": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
1608
+ "limit": 0
1609
+ },
1610
+ "embedInsightDialog.headLine.byDefinition|report": {
1611
+ "value": "Embed as a permanent report",
1612
+ "comment": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
1613
+ "limit": 0,
1614
+ "translate": false
1615
+ },
1616
+ "embedInsightDialog.headLine.byReference.tooltip|insight": {
1617
+ "value": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
1618
+ "comment": "Tooltip that explain what Embed as a live insight means",
1619
+ "limit": 0
1620
+ },
1621
+ "embedInsightDialog.headLine.byReference.tooltip|report": {
1622
+ "value": "Embed as a reference to a saved report in a generic GD.UI react component. Any future changes to the report (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
1623
+ "comment": "Tooltip that explain what Embed as a live insight means",
1624
+ "limit": 0,
1625
+ "translate": false
1626
+ },
1627
+ "embedInsightDialog.headLine.byDefinition.tooltip|insight": {
1628
+ "value": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
1629
+ "comment": "Tooltip that explain what Embed as a a permanent report",
1630
+ "limit": 0
1631
+ },
1632
+ "embedInsightDialog.headLine.byDefinition.tooltip|report": {
1633
+ "value": "Embed as an report definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the report (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
1634
+ "comment": "Tooltip that explain what Embed as a a permanent report",
1635
+ "limit": 0,
1636
+ "translate": false
1637
+ },
1638
+ "embedInsightDialog.prepareEnvironmentMessage": {
1639
+ "value": "<b>Note.</b> In order for this snippet to work, prepare your environment.",
1640
+ "comment": "Do not translate html tags <b>, </b>",
1641
+ "limit": 0
1642
+ },
1643
+ "embedInsightDialog.prepareEnvironmentMessage.link": {
1644
+ "value": "Learn more",
1645
+ "comment": "Link with additional info",
1646
+ "limit": 0
1647
+ },
1648
+ "embed.dialog.numeric.input.validation": {
1649
+ "value": "The value must be a number greater than 0",
1650
+ "comment": "Validation of custom embedded dashboard height",
1651
+ "limit": 0
1652
+ },
1653
+ "embed.dialog.numeric.input.warning": {
1654
+ "value": "This input accepts only digits greater than 0",
1655
+ "comment": "Validation of custom embedded dashboard height",
1656
+ "limit": 0
1657
+ },
1658
+ "embedInsightDialog.complete.list.props.message": {
1659
+ "value": "Complete list of embedding properties",
1660
+ "comment": "Link to documentation of used component and all component properties",
1661
+ "limit": 0
1662
+ },
1663
+ "error.overlay.login": {
1664
+ "value": "Login",
1665
+ "comment": "",
1666
+ "limit": 0
1667
+ },
1668
+ "error.overlay.title": {
1669
+ "value": "You have been logged out",
1670
+ "comment": "",
1671
+ "limit": 0
1672
+ },
1673
+ "error.overlay.text": {
1674
+ "value": "Please log back in to continue your work.",
1675
+ "comment": "",
1676
+ "limit": 0
1316
1677
  }
1317
1678
  }