@sisense/sdk-ui 1.13.0 → 1.14.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 (47) hide show
  1. package/dist/ai/ai-context-provider.d.ts +1 -1
  2. package/dist/ai/api/chat-rest-api.d.ts +8 -8
  3. package/dist/ai/chat-config.d.ts +4 -3
  4. package/dist/ai/chat-home.d.ts +2 -1
  5. package/dist/ai/chatbot.d.ts +1 -1
  6. package/dist/ai/get-nlg-query-result.d.ts +1 -1
  7. package/dist/ai/use-get-nlg-query-result.d.ts +1 -1
  8. package/dist/ai/use-get-query-recommendations.d.ts +1 -1
  9. package/dist/ai.cjs +67 -75
  10. package/dist/ai.js +593 -614
  11. package/dist/api/rest-api.d.ts +7 -7
  12. package/dist/api/types/dashboard-dto.d.ts +2 -0
  13. package/dist/chart-options-processor/translations/axis-section.d.ts +1 -0
  14. package/dist/chart-options-processor/translations/sunburst/sunburst-series.d.ts +2 -0
  15. package/dist/chart-options-processor/translations/translations-to-highcharts.d.ts +2 -0
  16. package/dist/common-filters/types.d.ts +4 -0
  17. package/dist/common-filters/utils.d.ts +1 -1
  18. package/dist/dashboard/index.d.ts +3 -0
  19. package/dist/dashboard-widget/use-fetch-widget-dto-model.d.ts +2 -12
  20. package/dist/decorators/hook-decorators/with-tracking.d.ts +1 -2
  21. package/dist/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +7 -1
  22. package/dist/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +8 -2
  23. package/dist/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +1 -0
  24. package/dist/filters/components/custom-filter-tile.d.ts +3 -0
  25. package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +2 -0
  26. package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +1 -0
  27. package/dist/filters/components/filter-tile.d.ts +3 -0
  28. package/dist/filters/components/icons/background-filter-icon.d.ts +5 -0
  29. package/dist/filters/components/icons/index.d.ts +1 -0
  30. package/dist/filters/components/icons/lock-icon.d.ts +2 -0
  31. package/dist/index.cjs +174 -126
  32. package/dist/index.d.ts +2 -2
  33. package/dist/index.js +11866 -11666
  34. package/dist/pivot-table/formatters/utils.d.ts +1 -1
  35. package/dist/props.d.ts +12 -12
  36. package/dist/query/query-result-date-formatting.d.ts +0 -1
  37. package/dist/table/hooks/use-table-data.d.ts +1 -1
  38. package/dist/table/table-component.d.ts +4 -4
  39. package/dist/theme-provider/theme-provider.d.ts +2 -0
  40. package/dist/translation/resources/en.d.ts +1 -0
  41. package/dist/translation/resources/index.d.ts +2 -0
  42. package/dist/types.d.ts +195 -183
  43. package/dist/{useQuery-D5W0RM1R.js → useQuery-Cxcx_l05.js} +15251 -15187
  44. package/dist/useQuery-_biaqvma.cjs +603 -0
  45. package/dist/utils/color/color-interpolation.d.ts +1 -0
  46. package/package.json +7 -7
  47. package/dist/useQuery-C8plkncQ.cjs +0 -603
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { ClientApplication, createClientApplication } from './app/client-applica
2
2
  export * from './chart-data-options/types';
3
3
  export { Chart } from './chart';
4
4
  export { ThemeProvider } from './theme-provider';
5
- export { DashboardById } from './dashboard/dashboard-by-id';
5
+ export { DashboardById, Dashboard, type DashboardByIdProps, type DashboardProps, } from './dashboard';
6
6
  export { DashboardWidget } from './dashboard-widget/dashboard-widget';
7
7
  export { getSortType } from './dashboard-widget/utils';
8
8
  export { type WidgetType, type CartesianWidgetType, type CategoricalWidgetType, type TabularWidgetType, } from './dashboard-widget/types';
@@ -36,7 +36,7 @@ export * from './sisense-context/custom-sisense-context-provider';
36
36
  export * from './theme-provider/custom-theme-provider';
37
37
  export { getThemeSettingsByOid } from './themes/theme-loader';
38
38
  export { getDefaultThemeSettings } from './theme-provider/default-theme-settings';
39
- export { useGetDashboardModel, useGetDashboardModels, getDashboardModel, getDashboardModels, useGetWidgetModel, getWidgetModel, translateToDashboardResponse, translateToDashboardsResponse, type DashboardModel, type GetDashboardModelParams, type GetDashboardModelsParams, type DashboardModelState, type DashboardModelLoadingState, type DashboardModelSuccessState, type DashboardModelErrorState, type DashboardModelsState, type DashboardModelsLoadingState, type DashboardModelsSuccessState, type DashboardModelsErrorState, type WidgetModel, type WidgetDataOptions, type WidgetModelState, type WidgetModelLoadingState, type WidgetModelErrorState, type WidgetModelSuccessState, type GetWidgetModelParams, type GetDashboardModelOptions, type GetDashboardModelsOptions, } from './models';
39
+ export { useGetDashboardModel, useGetDashboardModels, getDashboardModel, getDashboardModels, useGetWidgetModel, getWidgetModel, translateToDashboardResponse, translateToDashboardsResponse, type DashboardModel, type GetDashboardModelParams, type GetDashboardModelsParams, type DashboardModelState, type DashboardModelLoadingState, type DashboardModelSuccessState, type DashboardModelErrorState, type DashboardModelsState, type DashboardModelsLoadingState, type DashboardModelsSuccessState, type DashboardModelsErrorState, type WidgetModel, type WidgetDataOptions, type WidgetModelState, type WidgetModelLoadingState, type WidgetModelErrorState, type WidgetModelSuccessState, type GetWidgetModelParams, type GetDashboardModelOptions, type GetDashboardModelsOptions, type Layout, type WidgetFilterOptions, } from './models';
40
40
  export { boxWhiskerProcessResult } from './boxplot-utils';
41
41
  export { queryStateReducer } from './query-execution/query-state-reducer';
42
42
  export * from './props';