@sisense/sdk-ui 2.21.0 → 2.23.0

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 (234) hide show
  1. package/dist/ai.cjs +58 -58
  2. package/dist/ai.js +861 -844
  3. package/dist/analytics-composer/node.cjs +1 -1
  4. package/dist/analytics-composer/node.js +2240 -1230
  5. package/dist/analytics-composer.cjs +47 -47
  6. package/dist/analytics-composer.js +135 -131
  7. package/dist/dimensions-2t18RSZC.cjs +1 -0
  8. package/dist/dimensions-C0BmtTH2.js +204 -0
  9. package/dist/execute-query-CHYTupEo.js +5866 -0
  10. package/dist/execute-query-DmAyVFF5.cjs +1 -0
  11. package/dist/{index-Ck90GjPy.js → index-DCAC0mJe.js} +33 -2
  12. package/dist/{index-0brX9D6q.cjs → index-Dx6wvLd3.cjs} +1 -1
  13. package/dist/index.cjs +423 -410
  14. package/dist/index.js +24905 -23677
  15. package/dist/index.umd.js +728 -675
  16. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/const.d.ts +1 -0
  17. package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/smart-pointer-sensor.d.ts +17 -0
  18. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-model.d.ts +2 -1
  19. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/index.d.ts +1 -1
  20. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +8 -1
  21. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -2
  22. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/index.d.ts +4 -0
  23. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +13 -0
  24. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dashboard-model-reducer.d.ts → dashboard-model-reducer/types.d.ts} +43 -38
  25. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/use-dashboard-model-reducer.d.ts +9 -0
  26. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +29 -0
  27. package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +6 -5
  28. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/duplicate-widget-utils.d.ts +34 -0
  29. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/index.d.ts +2 -0
  30. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +57 -0
  31. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-types.d.ts +1 -1
  32. package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/rename-widget/use-widget-renaming.d.ts +34 -0
  33. package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +65 -2
  34. package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +15 -3
  35. package/dist/packages/sdk-ui/src/domains/dashboarding/use-dashboard-theme.d.ts +1 -1
  36. package/dist/packages/sdk-ui/src/domains/data-browser/add-filter-popover/add-filter-data-browser.d.ts +2 -1
  37. package/dist/packages/sdk-ui/src/domains/data-browser/data-schema-browser/data-schema-browser.d.ts +2 -1
  38. package/dist/packages/sdk-ui/src/domains/data-browser/dimensions-browser/types.d.ts +9 -1
  39. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +7 -0
  40. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +4 -1
  41. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-lock-menu-item.d.ts +13 -0
  42. package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-menu-items.d.ts +14 -0
  43. package/dist/packages/sdk-ui/src/domains/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +7 -0
  44. package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +7 -0
  45. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +7 -0
  46. package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +7 -0
  47. package/dist/packages/sdk-ui/src/domains/filters/components/{filter-tile.d.ts → filter-tile/filter-tile.d.ts} +7 -0
  48. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/index.d.ts +1 -0
  49. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/types.d.ts +36 -0
  50. package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile-container.d.ts +6 -0
  51. package/dist/packages/sdk-ui/src/domains/filters/components/filters-panel/types.d.ts +13 -0
  52. package/dist/packages/sdk-ui/src/domains/filters/components/index.d.ts +1 -1
  53. package/dist/packages/sdk-ui/src/domains/filters/components/member-filter-tile/member-filter-tile.d.ts +7 -0
  54. package/dist/packages/sdk-ui/src/domains/filters/components/unsupported-filter-tile.d.ts +10 -1
  55. package/dist/packages/sdk-ui/src/domains/filters/shared/clone-filter-and-toggle-locked.d.ts +7 -0
  56. package/dist/packages/sdk-ui/src/domains/filters/shared/filter-tile-menu-button.d.ts +10 -0
  57. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-lock-menu-item.d.ts +15 -0
  58. package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-menu-items.d.ts +14 -0
  59. package/dist/packages/sdk-ui/src/domains/formulas/fetch-formula.d.ts +1 -1
  60. package/dist/packages/sdk-ui/src/domains/formulas/index.d.ts +0 -1
  61. package/dist/packages/sdk-ui/src/domains/formulas/use-get-shared-formula.d.ts +20 -7
  62. package/dist/packages/sdk-ui/src/domains/query-execution/core/execute-query.d.ts +1 -1
  63. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-query-by-widget-id/use-execute-query-by-widget-id.d.ts +1 -1
  64. package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-query-cache/use-query-cache.d.ts +2 -1
  65. package/dist/packages/sdk-ui/src/domains/visualizations/components/boxplot-chart/boxplot-utils.d.ts +1 -1
  66. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/get-load-data-function.d.ts +1 -1
  67. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/helpers/data-loading.d.ts +1 -1
  68. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/types.d.ts +1 -1
  69. package/dist/packages/sdk-ui/src/domains/widgets/change-events.d.ts +73 -0
  70. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +12 -2
  71. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +12 -2
  72. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +3 -1
  73. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-data-options.d.ts +1 -1
  74. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +1 -0
  75. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +63 -0
  76. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +1 -1
  77. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +3 -2
  78. package/dist/packages/sdk-ui/src/domains/widgets/event-to-delta.d.ts +17 -0
  79. package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +14 -4
  80. package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +2 -1
  81. package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-title-renaming.d.ts +27 -0
  82. package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-widget-header-management.d.ts +28 -0
  83. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/widget-container.d.ts +3 -1
  84. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +32 -17
  85. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +3 -1
  86. package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +1 -1
  87. package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +4 -0
  88. package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +3 -2
  89. package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +6 -215
  90. package/dist/packages/sdk-ui/src/infra/app/helpers.d.ts +16 -0
  91. package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +3 -0
  92. package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +4 -1
  93. package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +19 -1
  94. package/dist/packages/sdk-ui/src/infra/app/types.d.ts +236 -0
  95. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +5 -0
  96. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +15 -0
  97. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-provider.d.ts +21 -0
  98. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/types.d.ts +50 -0
  99. package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/validate-plugins.d.ts +9 -0
  100. package/dist/packages/sdk-ui/src/infra/contexts/sisense-context/sisense-context.d.ts +1 -1
  101. package/dist/packages/sdk-ui/src/infra/contexts/theme-provider/theme-context.d.ts +2 -1
  102. package/dist/packages/sdk-ui/src/infra/decorators/component-decorators/with-tracking/with-tracking.d.ts +1 -1
  103. package/dist/packages/sdk-ui/src/infra/decorators/hook-decorators/with-tracking.d.ts +1 -1
  104. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +31 -0
  105. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +31 -0
  106. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +31 -0
  107. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +31 -0
  108. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +31 -0
  109. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +31 -0
  110. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +31 -0
  111. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +31 -0
  112. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +31 -0
  113. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +31 -0
  114. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +31 -0
  115. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +31 -0
  116. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +31 -0
  117. package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +31 -0
  118. package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +62 -0
  119. package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +2 -1
  120. package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +2 -1
  121. package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +1 -0
  122. package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -0
  123. package/dist/packages/sdk-ui/src/modules/ai/use-get-query-recommendations.d.ts +1 -0
  124. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/axis-type-detection.d.ts +17 -0
  125. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/chart-type-schemas.d.ts +37 -0
  126. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/index.d.ts +9 -0
  127. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/translate-data-options.d.ts +9 -0
  128. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/validate-chart-json.d.ts +19 -0
  129. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-from-json.d.ts +42 -0
  130. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-to-json.d.ts +41 -0
  131. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-from-json.d.ts +11 -0
  132. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-to-json.d.ts +22 -0
  133. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-from-json.d.ts → constructs/filters/translate-filters-from-json.d.ts} +2 -2
  134. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-to-json.d.ts → constructs/filters/translate-filters-to-json.d.ts} +1 -1
  135. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-measures-from-json.d.ts → constructs/measures/translate-measures-from-json.d.ts} +4 -4
  136. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/measures/translate-measures-to-json.d.ts +22 -0
  137. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/index.d.ts +8 -3
  138. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/index.d.ts +7 -0
  139. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/translate-data-options.d.ts +14 -0
  140. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/validate-pivot-table-json.d.ts +19 -0
  141. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-from-json.d.ts +12 -0
  142. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-to-json.d.ts +12 -0
  143. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/constants.d.ts +8 -0
  144. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-from-json.d.ts → query/translate-query-from-json.d.ts} +3 -3
  145. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-jaql.d.ts → query/translate-query-to-jaql.d.ts} +1 -1
  146. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-json.d.ts → query/translate-query-to-json.d.ts} +2 -2
  147. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/adapters.d.ts +19 -0
  148. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/index.d.ts +9 -0
  149. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-from-json.d.ts +24 -0
  150. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-to-json.d.ts +18 -0
  151. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/process-custom-formula.d.ts +1 -1
  152. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/validate-custom-formula.d.ts +13 -0
  153. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/execute-function.d.ts +1 -1
  154. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-processors.d.ts +1 -1
  155. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-schemas.d.ts +1 -1
  156. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/filter-processors.d.ts +1 -1
  157. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/formula-function-schemas.d.ts +25 -0
  158. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-arg.d.ts +1 -1
  159. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-node.d.ts +1 -1
  160. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/attribute-helpers.d.ts +50 -0
  161. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/fuzzy-match.d.ts +16 -0
  162. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{parse-compose-code.d.ts → shared/utils/parse-compose-code.d.ts} +1 -1
  163. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/schema-index.d.ts +49 -0
  164. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/translation-helpers.d.ts +31 -0
  165. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +115 -4
  166. package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +6 -6
  167. package/dist/packages/sdk-ui/src/props.d.ts +14 -21
  168. package/dist/packages/sdk-ui/src/public-api/alpha.d.ts +1 -1
  169. package/dist/packages/sdk-ui/src/public-api/beta.d.ts +1 -1
  170. package/dist/packages/sdk-ui/src/public-api/internal.d.ts +9 -6
  171. package/dist/packages/sdk-ui/src/public-api/public.d.ts +2 -2
  172. package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +18 -5
  173. package/dist/packages/sdk-ui/src/shared/components/alert/alert.d.ts +91 -0
  174. package/dist/packages/sdk-ui/src/shared/components/alert/index.d.ts +2 -0
  175. package/dist/packages/sdk-ui/src/shared/components/grouped-items-browser/types.d.ts +7 -1
  176. package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/inline-text-editor.d.ts +26 -0
  177. package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/use-blur-on-pointer-down-outside.d.ts +11 -0
  178. package/dist/packages/sdk-ui/src/shared/components/loading-indicator.d.ts +2 -1
  179. package/dist/packages/sdk-ui/src/shared/components/menu/menu-button.d.ts +2 -1
  180. package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +32 -0
  181. package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +12 -0
  182. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +54 -0
  183. package/dist/packages/sdk-ui/src/shared/hooks/use-quota-warning-dismissed.d.ts +8 -0
  184. package/dist/packages/sdk-ui/src/shared/hooks/use-should-load.d.ts +1 -1
  185. package/dist/packages/sdk-ui/src/shared/hooks/use-with-change-detection.d.ts +5 -5
  186. package/dist/packages/sdk-ui/src/shared/icons/warning-icon.d.ts +6 -0
  187. package/dist/packages/sdk-ui/src/shared/icons/x-circle-icon.d.ts +6 -0
  188. package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +17 -0
  189. package/dist/packages/sdk-ui/src/types.d.ts +3 -3
  190. package/dist/{use-common-filters-DBqRT0et.js → quota-notification-CVl0isIV.js} +18254 -16897
  191. package/dist/quota-notification-RAaHp-eO.cjs +713 -0
  192. package/dist/translations/de-de.cjs +1 -1
  193. package/dist/translations/de-de.js +34 -3
  194. package/dist/translations/en-us.cjs +1 -1
  195. package/dist/translations/en-us.js +1 -1
  196. package/dist/translations/es-ar.cjs +1 -1
  197. package/dist/translations/es-ar.js +34 -3
  198. package/dist/translations/es-es.cjs +1 -1
  199. package/dist/translations/es-es.js +34 -3
  200. package/dist/translations/fr-fr.cjs +1 -1
  201. package/dist/translations/fr-fr.js +34 -3
  202. package/dist/translations/it-it.cjs +1 -1
  203. package/dist/translations/it-it.js +34 -3
  204. package/dist/translations/ja-jp.cjs +1 -1
  205. package/dist/translations/ja-jp.js +34 -3
  206. package/dist/translations/ko-kr.cjs +1 -1
  207. package/dist/translations/ko-kr.js +34 -3
  208. package/dist/translations/nl-nl.cjs +1 -1
  209. package/dist/translations/nl-nl.js +34 -3
  210. package/dist/translations/pt-br.cjs +1 -1
  211. package/dist/translations/pt-br.js +34 -3
  212. package/dist/translations/ru-ru.cjs +1 -1
  213. package/dist/translations/ru-ru.js +34 -3
  214. package/dist/translations/tr-tr.cjs +1 -1
  215. package/dist/translations/tr-tr.js +34 -3
  216. package/dist/translations/zh-cn.cjs +1 -1
  217. package/dist/translations/zh-cn.js +34 -3
  218. package/dist/{types-Ockb-LJ0.js → types-B96nVbgX.js} +1 -1
  219. package/dist/{types-Ch9J6ycn.cjs → types-DZ4vWh8j.cjs} +1 -1
  220. package/dist/{utils-DH69_bUK.cjs → utils-CgV-jWWQ.cjs} +44 -44
  221. package/dist/{utils-BXDqo_yg.js → utils-ChqSLRbz.js} +2073 -2081
  222. package/dist/{widget-composer-DgCWcMJ1.cjs → widget-composer-Blul90Zb.cjs} +3 -3
  223. package/dist/{widget-composer-DfVCQL2G.js → widget-composer-Cf_CN3Ux.js} +8 -8
  224. package/package.json +12 -9
  225. package/dist/dimensions-DVGn8ORR.cjs +0 -1
  226. package/dist/dimensions-DuUqQgpi.js +0 -202
  227. package/dist/execute-query-B21bnb05.js +0 -5802
  228. package/dist/execute-query-BIkhszY1.cjs +0 -1
  229. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/common.d.ts +0 -84
  230. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +0 -12
  231. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +0 -13
  232. package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +0 -13
  233. package/dist/use-common-filters-CXJN3RSs.cjs +0 -672
  234. /package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dasboard-model-utils.d.ts → use-dashboard-model-utils.d.ts} +0 -0
@@ -120,7 +120,25 @@ type DimensionalModelingFeature = {
120
120
  };
121
121
  type CloudCDNFeature = Feature<'cloudCDN'>;
122
122
  type OnboardingFeature = Feature<'onboarding'>;
123
- export type Features = (AlertingFeature | LiveQueryFeature | NlqFeature | PivotFeature | CustomCodeFeature | CustomCodeTransformationFeature | BuildDestinationFeature | VersionHistoryFeature | EmbedCodeFeature | LiveCustomColumnFeature | ExportingEngineV2Feature | ExportingXlsxV2Feature | ExportingCsvFeature | ConnectionManagementFeature | SisenseLightFeature | WizardSqlEditorFeature | MultiTenancyFeature | BloxFeature | FunnelFeature | Cloud360Feature | BreakByToggleFeature | GitIntegrationFeature | InfusionFeature | InfusionWebClientFeature | NotebooksFeature | AdminWebClientFeature | DateTimeFiltersFeature | TextFiltersFeature | NumericFiltersFeature | FilterRelationsEnabledFeature | TimeLevelSupportEnabledFeature | SyncDashboardEventsFeature | UserProfileFeature | ScatterFeature | CustomFontsFeature | PreferWidgetImageServerExportFeature | NewAdminUIFeature | SharedFormulasFeature | SideBarFeature | InfusionTokenEndpointFeature | ExplanationsForIndicatorWidgetsFeature | ExplanationsForCategoricalWidgetsFeature | WidgetDesignStyleFeature | FiscalOnFeature | ReactAnalyticsWidgetEditorFeature | DynamicSQLFeature | NewCustomConnectorFeature | CrossTenantPerspectivesFeature | EnableDatamodelPerspectiveFeature | AlwaysDirectRelationsFeature | ModelStatisticsFeature | ExportingCsvFormattedFeature | FlexibleTooltipsFeature | DimensionalModelingFeature | CloudCDNFeature | OnboardingFeature)[];
123
+ type AiAssistantFeature = Feature<'aiAssistant', {
124
+ unified?: boolean;
125
+ nlqV3Enabled?: boolean;
126
+ isNlqV3Enabled?: boolean;
127
+ naturalResponseEnabled?: boolean;
128
+ sharedFormulasEnabled?: boolean;
129
+ aiAccessControl?: string;
130
+ quotaNotification?: boolean;
131
+ featureModelType?: string;
132
+ }>;
133
+ type AiStudioFeature = Feature<'aiStudio', {
134
+ realtime?: boolean;
135
+ usageDisplay?: boolean;
136
+ isRealtimeEnabled?: boolean;
137
+ isUsageDisplayEnabled?: boolean;
138
+ }>;
139
+ type NewNavigationBetaFeature = Feature<'newNavigationBeta'>;
140
+ type ApiTelemetryFeature = Feature<'apiTelemetry'>;
141
+ export type Features = (AlertingFeature | LiveQueryFeature | NlqFeature | PivotFeature | CustomCodeFeature | CustomCodeTransformationFeature | BuildDestinationFeature | VersionHistoryFeature | EmbedCodeFeature | LiveCustomColumnFeature | ExportingEngineV2Feature | ExportingXlsxV2Feature | ExportingCsvFeature | ConnectionManagementFeature | SisenseLightFeature | WizardSqlEditorFeature | MultiTenancyFeature | BloxFeature | FunnelFeature | Cloud360Feature | BreakByToggleFeature | GitIntegrationFeature | InfusionFeature | InfusionWebClientFeature | NotebooksFeature | AdminWebClientFeature | DateTimeFiltersFeature | TextFiltersFeature | NumericFiltersFeature | FilterRelationsEnabledFeature | TimeLevelSupportEnabledFeature | SyncDashboardEventsFeature | UserProfileFeature | ScatterFeature | CustomFontsFeature | PreferWidgetImageServerExportFeature | NewAdminUIFeature | SharedFormulasFeature | SideBarFeature | InfusionTokenEndpointFeature | ExplanationsForIndicatorWidgetsFeature | ExplanationsForCategoricalWidgetsFeature | WidgetDesignStyleFeature | FiscalOnFeature | ReactAnalyticsWidgetEditorFeature | DynamicSQLFeature | NewCustomConnectorFeature | CrossTenantPerspectivesFeature | EnableDatamodelPerspectiveFeature | AlwaysDirectRelationsFeature | ModelStatisticsFeature | ExportingCsvFormattedFeature | FlexibleTooltipsFeature | DimensionalModelingFeature | CloudCDNFeature | OnboardingFeature | AiAssistantFeature | AiStudioFeature | NewNavigationBetaFeature | ApiTelemetryFeature)[];
124
142
  export type FeatureByKey<K extends string> = Extract<Features[number], {
125
143
  key: K;
126
144
  }>;
@@ -0,0 +1,236 @@
1
+ import { DataSource } from '@sisense/sdk-data';
2
+ import { PivotQueryClient } from '@sisense/sdk-pivot-query-client';
3
+ import { QueryClient } from '@sisense/sdk-query-client';
4
+ import { HttpClient } from '@sisense/sdk-rest-client';
5
+ import { TrackingEventDetails } from '@sisense/sdk-tracking';
6
+ import { DateConfig, LoadingIndicatorConfig, TranslationConfig } from '../../types';
7
+ import { AppSettings } from './settings/settings';
8
+ /**
9
+ * Application configuration
10
+ */
11
+ export type AppConfig = {
12
+ /**
13
+ * A [date-fns Locale](https://date-fns.org/v2.30.0/docs/Locale)
14
+ */
15
+ locale?: Locale;
16
+ /**
17
+ * Translation Configuration
18
+ */
19
+ translationConfig?: TranslationConfig;
20
+ /**
21
+ * Date Configurations
22
+ */
23
+ dateConfig?: DateConfig;
24
+ /**
25
+ * Loading Indicator Configurations
26
+ */
27
+ loadingIndicatorConfig?: LoadingIndicatorConfig;
28
+ /**
29
+ * Query Cache Configurations.
30
+ *
31
+ * See [Client query caching guide](/guides/sdk/guides/client-query-caching.html) for more details.
32
+ *
33
+ * @beta
34
+ */
35
+ queryCacheConfig?: {
36
+ /**
37
+ * Whether to enable client-side query caching.
38
+ *
39
+ * If not specified, the default value is `false`
40
+ */
41
+ enabled?: boolean;
42
+ };
43
+ /**
44
+ * Query limit (max rows count that will be fetched in query)
45
+ *
46
+ * @default 20000
47
+ */
48
+ queryLimit?: number;
49
+ /**
50
+ * Accessibility configuration. Set the `accessibilityConfig.enabled` property to `true` to enable accessibility features for charts built with Highcharts.
51
+ *
52
+ * Once the accessibility configuration in enabled, you can use the default descriptions or choose to create custom configurations for the descriptions of a chart, its axes, its series, and values description formatting. To create custom configurations, use the `highchartsOptions` object that is passed to the {@link BeforeRenderHandler} of the chart's `onBeforeRender` callback. Modify the object using the accessibility options as described in the [Accessibility module documentation](https://www.highcharts.com/docs/accessibility/accessibility-module).
53
+ *
54
+ * Note that enabling accessibility also causes markers to appear in charts even if they are disabled using the chart's `styleOptions`.
55
+ *
56
+ * This feature is in alpha.
57
+ */
58
+ accessibilityConfig?: {
59
+ /**
60
+ * Whether to enable accessibility features
61
+ *
62
+ * If not specified, the default value is `false`
63
+ */
64
+ enabled?: boolean;
65
+ };
66
+ /**
67
+ * Configuration of the tabber widgets feature
68
+ *
69
+ * Only tabber widgets that are configured using the Fusion UI as documented [here](https://docs.sisense.com/main/SisenseLinux/tabber.htm#Creating) are supported.
70
+ */
71
+ tabberConfig?: {
72
+ /**
73
+ * Whether to enable tabber widget support
74
+ *
75
+ * If not specified, the default value is `true`
76
+ *
77
+ * @deprecated Tabber widgets are now supported by default and this property is no longer needed.
78
+ */
79
+ enabled?: boolean;
80
+ };
81
+ /**
82
+ * Configuration of the component that is rendered in case of an error
83
+ */
84
+ errorBoundaryConfig?: {
85
+ /**
86
+ * Whether to show error text without hovering over the error icon
87
+ *
88
+ * If not specified, the default value is `false`
89
+ */
90
+ alwaysShowErrorText?: boolean;
91
+ };
92
+ /**
93
+ * API Telemetry headers to attach to every request made by the SDK.
94
+ * Attached only when the API Telemetry feature flag is enabled.
95
+ *
96
+ * Support only headers with the prefix 'x-sisense-'.
97
+ *
98
+ * @example
99
+ * ```tsx
100
+ * appConfig={{
101
+ * apiTelemetryHeaders: {
102
+ * 'x-sisense-embed': 'iframe',
103
+ * },
104
+ * }}
105
+ * ```
106
+ * @sisenseInternal
107
+ */
108
+ apiTelemetryHeaders?: Record<string, string>;
109
+ /**
110
+ * Tracking configuration
111
+ */
112
+ trackingConfig?: {
113
+ /**
114
+ * Whether to enable or disable tracking in development or test environment.
115
+ *
116
+ * If not specified, the default value is `true`
117
+ *
118
+ * In production, tracking is always enabled.
119
+ *
120
+ * @internal
121
+ */
122
+ enabled?: boolean;
123
+ /**
124
+ * Callback to be invoked when tracking event occurs
125
+ */
126
+ onTrackingEvent?: (payload: TrackingEventDetails) => void;
127
+ };
128
+ /**
129
+ * Configuration of the Jump To Dashboard feature
130
+ *
131
+ * This feature is currently in Beta.
132
+ *
133
+ * **Note:** Only widgets that are configured using the Fusion UI as documented
134
+ * [here](https://docs.sisense.com/main/SisenseLinux/jump-to-dashboard.htm?tocpath=Add-ons%7C_____2#ConfiguringJTDPerWidget)
135
+ * are supported in Compose SDK.
136
+ *
137
+ * Widgets that are configured using an older version of Jump To Dashboard, or via scripts, are not supported.
138
+ *
139
+ * Known limitations:
140
+ * - Jump To Dashboard is not currently supported for Pivot widgets.
141
+ * - Target dashboards are always opened in a popup window, options to open in new tab and new window are not supported.
142
+ * - Show 'Header' and 'Dashboards panel' options are not supported (only relevant to Fusion).
143
+ * - 'Reset filters after JTD' is not supported, since changes are never saved to the target dashboard using Compose SDK.
144
+ *
145
+ * The following Jump To Dashboard configuration is supported:
146
+ * - Target dashboard set by Id, with configurable display title
147
+ * - 'Popup window' display type ('Allow Resize' not supported)
148
+ * - Display filter panel on the target dashboard (true/false)
149
+ * - Navigation setting (Click / Right click)
150
+ * - Note: 'Keep changes made by user' is not supported, since changes are never saved to the target dashboard using Compose SDK.
151
+ * - Apply filters to the target dashboard (select)
152
+ * - Merge target dashboard filters (true/false)
153
+ *
154
+ */
155
+ jumpToDashboardConfig?: {
156
+ /**
157
+ * Whether to enable or disable the Jump To Dashboard feature
158
+ *
159
+ * If not specified, the default value is `true`
160
+ */
161
+ enabled?: boolean;
162
+ };
163
+ /**
164
+ * Global configuration for some specific aspects of data visualizations.
165
+ */
166
+ chartConfig?: {
167
+ /** `Table` and `PivotTable` configuration */
168
+ tabular?: {
169
+ /** Configuration for HTML content in `Table` and `PivotTable` */
170
+ htmlContent?: {
171
+ /**
172
+ * If true, the contents of table and pivot table cells are rendered as HTML instead of text.
173
+ *
174
+ * **Note**: The {@link StyledColumn.isHtml} property of columns in `dataOptions` are of higher precedence, and will therefore override this setting.
175
+ * @default true
176
+ * */
177
+ enabled?: boolean;
178
+ /**
179
+ * Enables sanitization of HTML content before rendering to prevent XSS attacks.
180
+ * @default true
181
+ * */
182
+ sanitizeContents?: boolean;
183
+ };
184
+ /**
185
+ * Boolean flag whether to always show the results per page select
186
+ *
187
+ * If `true`, the results per page select will be shown even if there is only one page of results.
188
+ * Currently only supported for `PivotTable`.
189
+ *
190
+ * @default false
191
+ */
192
+ alwaysShowResultsPerPage?: boolean;
193
+ };
194
+ };
195
+ };
196
+ /**
197
+ * Stands for a Sisense Client Application which connects to a Sisense Environment
198
+ *
199
+ * @internal
200
+ */
201
+ export interface ClientApplication {
202
+ /**
203
+ * Gets the underlying HTTP Client
204
+ */
205
+ readonly httpClient: HttpClient;
206
+ /**
207
+ * Gets the underlying Pivot Query Client
208
+ */
209
+ readonly pivotQueryClient: PivotQueryClient;
210
+ /**
211
+ * Gets the underlying Query Client
212
+ */
213
+ readonly queryClient: QueryClient;
214
+ /**
215
+ * Gets the default data source being used as default for child components with no explicitly defined data source
216
+ */
217
+ readonly defaultDataSource?: DataSource;
218
+ /**
219
+ * Gets the application settings
220
+ */
221
+ settings: AppSettings;
222
+ /**
223
+ * Gets the module to control query cache
224
+ */
225
+ queryCache: {
226
+ /**
227
+ * Clears the query cache
228
+ */
229
+ clear: () => void;
230
+ };
231
+ }
232
+ export type SystemSettings = {
233
+ tracking?: {
234
+ apiTelemetry?: boolean;
235
+ };
236
+ };
@@ -0,0 +1,5 @@
1
+ export { PluginProvider } from './plugin-provider';
2
+ export type { PluginProviderProps } from './plugin-provider';
3
+ export { PluginContext } from './plugin-context';
4
+ export type { PluginContextValue } from './plugin-context';
5
+ export type { Plugin, PluginValidationResult } from './types';
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { Plugin } from './types';
3
+ /**
4
+ * Context for accessing registered plugins
5
+ */
6
+ export interface PluginContextValue {
7
+ /**
8
+ * Array of validated and loaded plugins
9
+ */
10
+ plugins: readonly Plugin[];
11
+ }
12
+ /**
13
+ * React context for plugin management
14
+ */
15
+ export declare const PluginContext: import("react").Context<PluginContextValue>;
@@ -0,0 +1,21 @@
1
+ import { type ReactNode } from 'react';
2
+ import { Plugin } from './types';
3
+ /**
4
+ * Props for PluginProvider component
5
+ *
6
+ * @internal
7
+ */
8
+ export interface PluginProviderProps {
9
+ /**
10
+ * Array of plugins to register
11
+ */
12
+ plugins: Plugin[];
13
+ /**
14
+ * Child components
15
+ */
16
+ children: ReactNode;
17
+ }
18
+ /**
19
+ * Plugin Provider component that validates and provides access to plugins
20
+ */
21
+ export declare const PluginProvider: React.FC<PluginProviderProps>;
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Plugin with metadata information
3
+ *
4
+ * @internal
5
+ */
6
+ export interface Plugin {
7
+ /**
8
+ * Unique name identifier for the plugin
9
+ */
10
+ name: string;
11
+ /**
12
+ * Semantic version of the plugin
13
+ */
14
+ version: string;
15
+ /**
16
+ * Required SDK API version range using simplified semver with standard AND/OR logic.
17
+ * - **OR**: `||` separates alternative ranges (version must match at least one).
18
+ * - **AND**: space-separated comparators (version must match all in that group).
19
+ *
20
+ * Supported comparators: `^x.y.z`, `~x.y.z`, `x.y.z`, `>=x.y.z`, `>x.y.z`, `<=x.y.z`, `<x.y.z`
21
+ *
22
+ * @example "^2.9.0" — any 2.x from 2.9.0 up (same major)
23
+ * @example "2.20.0" — exact version only
24
+ * @example "~2.9.0" — 2.9.x only (same major and minor)
25
+ * @example ">=2.0.0" — minimum version
26
+ * @example "^2.0.0 || ^3.0.0" — 2.x from 2.0.0 or 3.x from 3.0.0 (OR)
27
+ * @example ">1.2.3 <=2.3.1" — between 1.2.3 and 2.3.1 inclusive (AND)
28
+ * @example ">1.2.3 <=2.3.1 || ^3.0.0" — that range or any 3.x (AND + OR)
29
+ */
30
+ requiredApiVersion: string;
31
+ }
32
+ /**
33
+ * Result of plugin validation
34
+ *
35
+ * @internal
36
+ */
37
+ export interface PluginValidationResult {
38
+ /**
39
+ * The validated plugin
40
+ */
41
+ plugin: Plugin;
42
+ /**
43
+ * Whether the plugin is valid and should be loaded
44
+ */
45
+ isValid: boolean;
46
+ /**
47
+ * Reason for invalidation if isValid is false
48
+ */
49
+ reason?: string;
50
+ }
@@ -0,0 +1,9 @@
1
+ import { Plugin } from './types';
2
+ /**
3
+ * Validates and returns only valid plugins.
4
+ *
5
+ * @param plugins - Array of plugins to validate
6
+ * @param sdkVersion - Current SDK version
7
+ * @returns Array of valid plugins
8
+ */
9
+ export declare const getValidPlugins: (plugins: Plugin[], sdkVersion: string) => Plugin[];
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { TrackingEventDetails } from '@sisense/sdk-tracking';
3
3
  import { SisenseContextProviderProps } from '../../..';
4
- import { ClientApplication } from '../../app/client-application';
4
+ import { type ClientApplication } from '../../app/types';
5
5
  export type SisenseContextPayload = {
6
6
  isInitialized: boolean;
7
7
  app?: ClientApplication;
@@ -8,7 +8,8 @@ export declare const ThemeContext: import("react").Context<{
8
8
  * Hook to get the current theme settings.
9
9
  *
10
10
  * @returns The current theme settings
11
- * @internal
11
+ *
12
+ * @sisenseInternal
12
13
  */
13
14
  export declare const useThemeContext: () => {
14
15
  themeSettings: CompleteThemeSettings;
@@ -16,6 +16,6 @@ export type TrackingDecoratorConfig = {
16
16
  /**
17
17
  * Adds tracking to the component
18
18
  *
19
- * @internal
19
+ * @sisenseInternal
20
20
  */
21
21
  export declare const withTracking: ComponentDecorator<TrackingDecoratorConfig>;
@@ -1,4 +1,4 @@
1
- import { ClientApplication } from '../../app/client-application';
1
+ import { ClientApplication } from '../../app/types';
2
2
  export type HookDecorator<DecoratorConfig> = (decoratorConfig: DecoratorConfig) => <HookArgs extends any[], HookResult>(hook: (...args: HookArgs) => HookResult) => (...args: HookArgs) => HookResult;
3
3
  /**
4
4
  * Tracks the hook event and sends it to the server.
@@ -214,12 +214,14 @@ declare const _default: {
214
214
  };
215
215
  };
216
216
  widgetHeader: {
217
+ addTitle: string;
217
218
  info: {
218
219
  details: string;
219
220
  tooltip: string;
220
221
  };
221
222
  menu: {
222
223
  deleteWidget: string;
224
+ renameWidget: string;
223
225
  distributeEqualWidth: string;
224
226
  };
225
227
  };
@@ -270,6 +272,12 @@ declare const _default: {
270
272
  unknownResponse: string;
271
273
  invalidInput: string;
272
274
  noAvailableDataTopics: string;
275
+ failedToFetchCreditBalance: string;
276
+ };
277
+ quota: {
278
+ exceededErrorTitle: string;
279
+ exceededErrorDescription: string;
280
+ warningDescription: string;
273
281
  };
274
282
  };
275
283
  attribute: {
@@ -350,6 +358,9 @@ declare const _default: {
350
358
  configureFilter: string;
351
359
  noResults: string;
352
360
  searchPlaceholder: string;
361
+ more: string;
362
+ filter: string;
363
+ addMeasure: string;
353
364
  };
354
365
  pivotTable: {
355
366
  grandTotal: string;
@@ -389,6 +400,26 @@ declare const _default: {
389
400
  nextGroup: string;
390
401
  };
391
402
  };
403
+ filterTile: {
404
+ menu: {
405
+ lock: string;
406
+ unlock: string;
407
+ lockGroup: string;
408
+ unlockGroup: string;
409
+ };
410
+ };
411
+ measures: {
412
+ countShort: string;
413
+ countDistinct: string;
414
+ count: string;
415
+ average: string;
416
+ sum: string;
417
+ min: string;
418
+ max: string;
419
+ stdev: string;
420
+ median: string;
421
+ variance: string;
422
+ };
392
423
  };
393
424
  }[];
394
425
  export default _default;
@@ -214,12 +214,14 @@ declare const _default: {
214
214
  };
215
215
  };
216
216
  widgetHeader: {
217
+ addTitle: string;
217
218
  info: {
218
219
  details: string;
219
220
  tooltip: string;
220
221
  };
221
222
  menu: {
222
223
  deleteWidget: string;
224
+ renameWidget: string;
223
225
  distributeEqualWidth: string;
224
226
  };
225
227
  };
@@ -270,6 +272,12 @@ declare const _default: {
270
272
  unknownResponse: string;
271
273
  invalidInput: string;
272
274
  noAvailableDataTopics: string;
275
+ failedToFetchCreditBalance: string;
276
+ };
277
+ quota: {
278
+ exceededErrorTitle: string;
279
+ exceededErrorDescription: string;
280
+ warningDescription: string;
273
281
  };
274
282
  };
275
283
  attribute: {
@@ -350,6 +358,9 @@ declare const _default: {
350
358
  configureFilter: string;
351
359
  noResults: string;
352
360
  searchPlaceholder: string;
361
+ more: string;
362
+ filter: string;
363
+ addMeasure: string;
353
364
  };
354
365
  pivotTable: {
355
366
  grandTotal: string;
@@ -389,6 +400,26 @@ declare const _default: {
389
400
  nextGroup: string;
390
401
  };
391
402
  };
403
+ filterTile: {
404
+ menu: {
405
+ lock: string;
406
+ unlock: string;
407
+ lockGroup: string;
408
+ unlockGroup: string;
409
+ };
410
+ };
411
+ measures: {
412
+ countShort: string;
413
+ countDistinct: string;
414
+ count: string;
415
+ average: string;
416
+ sum: string;
417
+ min: string;
418
+ max: string;
419
+ stdev: string;
420
+ median: string;
421
+ variance: string;
422
+ };
392
423
  };
393
424
  }[];
394
425
  export default _default;
@@ -214,12 +214,14 @@ declare const _default: {
214
214
  };
215
215
  };
216
216
  widgetHeader: {
217
+ addTitle: string;
217
218
  info: {
218
219
  details: string;
219
220
  tooltip: string;
220
221
  };
221
222
  menu: {
222
223
  deleteWidget: string;
224
+ renameWidget: string;
223
225
  distributeEqualWidth: string;
224
226
  };
225
227
  };
@@ -270,6 +272,12 @@ declare const _default: {
270
272
  unknownResponse: string;
271
273
  invalidInput: string;
272
274
  noAvailableDataTopics: string;
275
+ failedToFetchCreditBalance: string;
276
+ };
277
+ quota: {
278
+ exceededErrorTitle: string;
279
+ exceededErrorDescription: string;
280
+ warningDescription: string;
273
281
  };
274
282
  };
275
283
  attribute: {
@@ -350,6 +358,9 @@ declare const _default: {
350
358
  configureFilter: string;
351
359
  noResults: string;
352
360
  searchPlaceholder: string;
361
+ more: string;
362
+ filter: string;
363
+ addMeasure: string;
353
364
  };
354
365
  pivotTable: {
355
366
  grandTotal: string;
@@ -389,6 +400,26 @@ declare const _default: {
389
400
  nextGroup: string;
390
401
  };
391
402
  };
403
+ filterTile: {
404
+ menu: {
405
+ lock: string;
406
+ unlock: string;
407
+ lockGroup: string;
408
+ unlockGroup: string;
409
+ };
410
+ };
411
+ measures: {
412
+ countShort: string;
413
+ countDistinct: string;
414
+ count: string;
415
+ average: string;
416
+ sum: string;
417
+ min: string;
418
+ max: string;
419
+ stdev: string;
420
+ median: string;
421
+ variance: string;
422
+ };
392
423
  };
393
424
  }[];
394
425
  export default _default;
@@ -214,12 +214,14 @@ declare const _default: {
214
214
  };
215
215
  };
216
216
  widgetHeader: {
217
+ addTitle: string;
217
218
  info: {
218
219
  details: string;
219
220
  tooltip: string;
220
221
  };
221
222
  menu: {
222
223
  deleteWidget: string;
224
+ renameWidget: string;
223
225
  distributeEqualWidth: string;
224
226
  };
225
227
  };
@@ -270,6 +272,12 @@ declare const _default: {
270
272
  unknownResponse: string;
271
273
  invalidInput: string;
272
274
  noAvailableDataTopics: string;
275
+ failedToFetchCreditBalance: string;
276
+ };
277
+ quota: {
278
+ exceededErrorTitle: string;
279
+ exceededErrorDescription: string;
280
+ warningDescription: string;
273
281
  };
274
282
  };
275
283
  attribute: {
@@ -350,6 +358,9 @@ declare const _default: {
350
358
  configureFilter: string;
351
359
  noResults: string;
352
360
  searchPlaceholder: string;
361
+ more: string;
362
+ filter: string;
363
+ addMeasure: string;
353
364
  };
354
365
  pivotTable: {
355
366
  grandTotal: string;
@@ -389,6 +400,26 @@ declare const _default: {
389
400
  nextGroup: string;
390
401
  };
391
402
  };
403
+ filterTile: {
404
+ menu: {
405
+ lock: string;
406
+ unlock: string;
407
+ lockGroup: string;
408
+ unlockGroup: string;
409
+ };
410
+ };
411
+ measures: {
412
+ countShort: string;
413
+ countDistinct: string;
414
+ count: string;
415
+ average: string;
416
+ sum: string;
417
+ min: string;
418
+ max: string;
419
+ stdev: string;
420
+ median: string;
421
+ variance: string;
422
+ };
392
423
  };
393
424
  }[];
394
425
  export default _default;