@sisense/sdk-ui-vue 2.11.0 → 2.12.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 (60) hide show
  1. package/dist/ai.cjs +34 -34
  2. package/dist/ai.js +1890 -1416
  3. package/dist/index.cjs +1 -1
  4. package/dist/index.js +277 -277
  5. package/dist/packages/sdk-ui-vue/src/ai/components/chatbot.d.ts +1 -1
  6. package/dist/packages/sdk-ui-vue/src/ai/components/get-nlg-insights.d.ts +1 -1
  7. package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-nlq-result.d.ts +2 -2
  8. package/dist/packages/sdk-ui-vue/src/ai/composables/use-get-query-recommendations.d.ts +2 -2
  9. package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context-provider.d.ts +1 -1
  10. package/dist/packages/sdk-ui-vue/src/ai/providers/ai-context-provider/ai-context.d.ts +1 -1
  11. package/dist/packages/sdk-ui-vue/src/components/charts/area-chart.d.ts +1 -1
  12. package/dist/packages/sdk-ui-vue/src/components/charts/area-range-chart.d.ts +1 -1
  13. package/dist/packages/sdk-ui-vue/src/components/charts/areamap-chart.d.ts +1 -1
  14. package/dist/packages/sdk-ui-vue/src/components/charts/bar-chart.d.ts +1 -1
  15. package/dist/packages/sdk-ui-vue/src/components/charts/boxplot-chart.d.ts +1 -1
  16. package/dist/packages/sdk-ui-vue/src/components/charts/calendar-heatmap-chart.d.ts +1 -1
  17. package/dist/packages/sdk-ui-vue/src/components/charts/chart.d.ts +1 -1
  18. package/dist/packages/sdk-ui-vue/src/components/charts/column-chart.d.ts +1 -1
  19. package/dist/packages/sdk-ui-vue/src/components/charts/funnel-chart.d.ts +1 -1
  20. package/dist/packages/sdk-ui-vue/src/components/charts/indicator-chart.d.ts +1 -1
  21. package/dist/packages/sdk-ui-vue/src/components/charts/line-chart.d.ts +1 -1
  22. package/dist/packages/sdk-ui-vue/src/components/charts/pie-chart.d.ts +1 -1
  23. package/dist/packages/sdk-ui-vue/src/components/charts/pivot-table.d.ts +1 -1
  24. package/dist/packages/sdk-ui-vue/src/components/charts/polar-chart.d.ts +1 -1
  25. package/dist/packages/sdk-ui-vue/src/components/charts/scatter-chart.d.ts +1 -1
  26. package/dist/packages/sdk-ui-vue/src/components/charts/scattermap-chart.d.ts +1 -1
  27. package/dist/packages/sdk-ui-vue/src/components/charts/sunburst-chart.d.ts +1 -1
  28. package/dist/packages/sdk-ui-vue/src/components/charts/table.d.ts +1 -1
  29. package/dist/packages/sdk-ui-vue/src/components/charts/treemap-chart.d.ts +1 -1
  30. package/dist/packages/sdk-ui-vue/src/components/context-menu.d.ts +1 -1
  31. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard-by-id.d.ts +1 -1
  32. package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +1 -1
  33. package/dist/packages/sdk-ui-vue/src/components/drilldown-breadcrumbs.d.ts +1 -1
  34. package/dist/packages/sdk-ui-vue/src/components/drilldown-widget.d.ts +1 -1
  35. package/dist/packages/sdk-ui-vue/src/components/filters/criteria-filter-tile.d.ts +1 -1
  36. package/dist/packages/sdk-ui-vue/src/components/filters/date-range-filter-tile.d.ts +1 -1
  37. package/dist/packages/sdk-ui-vue/src/components/filters/filter-tile.d.ts +1 -1
  38. package/dist/packages/sdk-ui-vue/src/components/filters/filters-panel.d.ts +1 -1
  39. package/dist/packages/sdk-ui-vue/src/components/filters/member-filter-tile.d.ts +1 -1
  40. package/dist/packages/sdk-ui-vue/src/components/filters/relative-date-filter-tile.d.ts +1 -1
  41. package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +1 -1
  42. package/dist/packages/sdk-ui-vue/src/components/widgets/table-widget.d.ts +1 -1
  43. package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +1 -1
  44. package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +1 -1
  45. package/dist/packages/sdk-ui-vue/src/composables/use-composed-dashboard.d.ts +2 -2
  46. package/dist/packages/sdk-ui-vue/src/composables/use-execute-csv-query.d.ts +1 -1
  47. package/dist/packages/sdk-ui-vue/src/composables/use-execute-custom-widget-query.d.ts +1 -1
  48. package/dist/packages/sdk-ui-vue/src/composables/use-get-dashboard-model.d.ts +1 -1
  49. package/dist/packages/sdk-ui-vue/src/composables/use-get-filter-members.d.ts +1 -1
  50. package/dist/packages/sdk-ui-vue/src/helpers/setup-helper.d.ts +1 -1
  51. package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts +1 -1
  52. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context-provider.d.ts +1 -1
  53. package/dist/packages/sdk-ui-vue/src/providers/sisense-context-provider/sisense-context.d.ts +1 -1
  54. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-context.d.ts +1 -1
  55. package/dist/packages/sdk-ui-vue/src/providers/theme-provider/theme-provider.d.ts +1 -1
  56. package/dist/packages/sdk-ui-vue/src/utilities/widget-model-translator.d.ts +1 -1
  57. package/dist/{use-tracking-90a13197.js → use-tracking-e4b7c524.js} +66604 -66458
  58. package/dist/use-tracking-ef56f405.cjs +1072 -0
  59. package/package.json +2 -2
  60. package/dist/use-tracking-579cab15.cjs +0 -1068
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ChatbotProps as ChatbotPropsPreact } from '@sisense/sdk-ui-preact/ai';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!Chatbot | `Chatbot`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { GetNlgInsightsProps as GetNlgInsightsPropsPreact } from '@sisense/sdk-ui-preact/ai';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!GetNlgInsights | `GetNlgInsights`} component.
5
5
  */
@@ -1,7 +1,7 @@
1
- import { type Ref } from 'vue';
2
1
  import { type UseGetNlqResultParams as UseGetNlqResultParamsPreact, type UseGetNlqResultState as UseGetNlqResultStatePreact } from '@sisense/sdk-ui-preact/ai';
3
- import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
2
+ import { type Ref } from 'vue';
4
3
  import type { WidgetProps } from '../../components/widgets';
4
+ import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
5
5
  /**
6
6
  * Parameters for {@link @sisense/sdk-ui-vue!useGetNlqResult | `useGetNlqResult`} composable.
7
7
  */
@@ -1,7 +1,7 @@
1
+ import { type QueryRecommendation as QueryRecommendationPreact, type UseGetQueryRecommendationsParams as UseGetQueryRecommendationsParamsPreact, type UseGetQueryRecommendationsState as UseGetQueryRecommendationsStatePreact } from '@sisense/sdk-ui-preact/ai';
1
2
  import { type Ref } from 'vue';
2
- import { type UseGetQueryRecommendationsParams as UseGetQueryRecommendationsParamsPreact, type UseGetQueryRecommendationsState as UseGetQueryRecommendationsStatePreact, type QueryRecommendation as QueryRecommendationPreact } from '@sisense/sdk-ui-preact/ai';
3
- import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
4
3
  import type { WidgetProps } from '../../components/widgets';
4
+ import type { MaybeRefOrWithRefs, ToRefsExceptFns } from '../../types';
5
5
  /**
6
6
  * Parameters for {@link @sisense/sdk-ui-vue!useGetQueryRecommendations | `useGetQueryRecommendations`} composable.
7
7
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { AiContextProviderProps as AiContextProviderPropsPreact } from '@sisense/sdk-ui-preact/ai';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!AiContextProvider | `AiContextProvider`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { InjectionKey, Ref } from 'vue';
2
1
  import type { CustomAiContext } from '@sisense/sdk-ui-preact/ai';
2
+ import type { InjectionKey, Ref } from 'vue';
3
3
  export declare const defaultAiContext: Partial<CustomAiContext>;
4
4
  export declare const aiContextKey: InjectionKey<Ref<CustomAiContext>>;
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { AreaChartProps as AreaChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!AreaChart | `AreaChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!AreaRangeChart | `AreaRangeChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { AreamapChartProps as AreamapChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!AreamapChart | `AreamapChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { BarChartProps as BarChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!BarChart | `BarChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { BoxplotChartProps as BoxplotChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!BoxplotChart | `BoxplotChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { CalendarHeatmapChartProps as CalendarHeatmapChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!CalendarHeatmapChart | `CalendarHeatmapChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import { type PropType } from 'vue';
2
1
  import { type ChartProps } from '@sisense/sdk-ui-preact';
2
+ import { type PropType } from 'vue';
3
3
  export { ChartProps };
4
4
  /**
5
5
  * A Vue component used for easily switching chart types or rendering multiple series of different chart types.
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ColumnChartProps as ColumnChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!ColumnChart | `ColumnChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { FunnelChartProps as FunnelChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!FunnelChart | `FunnelChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { IndicatorChartProps as IndicatorChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!IndicatorChart | `IndicatorChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { LineChartProps as LineChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!LineChart | `LineChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { PieChartProps as PieChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!PieChart | `PieChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { PivotTableProps } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  export { PivotTableProps };
4
4
  /**
5
5
  * A Vue component for Pivot table with pagination.
@@ -1,5 +1,5 @@
1
- import { type PropType } from 'vue';
2
1
  import { type PolarChartProps as PolarChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import { type PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!PolarChart | `PolarChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ScatterChartProps as ScatterChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!ScatterChart | `ScatterChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ScattermapChartProps as ScattermapChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!ScattermapChart | `ScattermapChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!SunburstChart | `SunburstChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { TableProps } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  export { TableProps };
4
4
  /**
5
5
  * Table with aggregation and pagination.
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!TreemapChart | `TreemapChart`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ContextMenuProps as ContextMenuPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!ContextMenu | `ContextMenu`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
+ import type { DashboardByIdConfig, DashboardByIdProps as DashboardByIdPropsPreact } from '@sisense/sdk-ui-preact';
1
2
  import type { PropType } from 'vue';
2
- import type { DashboardByIdProps as DashboardByIdPropsPreact, DashboardByIdConfig } from '@sisense/sdk-ui-preact';
3
3
  export { DashboardByIdConfig };
4
4
  /**
5
5
  * Props of the {@link @sisense/sdk-ui-vue!DashboardById | `DashboardById`} component.
@@ -1,5 +1,5 @@
1
+ import type { DashboardConfig, DashboardFiltersPanelConfig, DashboardProps as DashboardPropsPreact } from '@sisense/sdk-ui-preact';
1
2
  import type { PropType } from 'vue';
2
- import type { DashboardProps as DashboardPropsPreact, DashboardConfig, DashboardFiltersPanelConfig } from '@sisense/sdk-ui-preact';
3
3
  import type { WidgetProps } from '../widgets';
4
4
  export { DashboardConfig, DashboardFiltersPanelConfig };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { DrilldownBreadcrumbsProps as DrilldownBreadcrumbsPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!DrilldownBreadcrumbs | `DrilldownBreadcrumbs`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { Component, PropType } from 'vue';
2
1
  import type { ContextMenuProps, DrilldownWidgetProps as DrilldownWidgetPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { Component, PropType } from 'vue';
3
3
  export type DrilldownWidgetConfig = {
4
4
  isBreadcrumbsDetached?: boolean;
5
5
  breadcrumbsComponent?: Component;
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { CriteriaFilterTileProps as CriteriaFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!CriteriaFilterTile | `CriteriaFilterTile`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { DateRangeFilterTileProps as DateRangeFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!DateRangeFilterTile | `DateRangeFilterTile`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { FilterTileProps as FilterTilePropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!FilterTile | `FilterTile`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
+ import type { FiltersPanelConfig, FiltersPanelProps as FiltersPanelPropsPreact } from '@sisense/sdk-ui-preact';
1
2
  import type { PropType } from 'vue';
2
- import type { FiltersPanelProps as FiltersPanelPropsPreact, FiltersPanelConfig } from '@sisense/sdk-ui-preact';
3
3
  /** Reexport related types */
4
4
  export type { FiltersPanelConfig };
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { MemberFilterTileProps as MemberFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!MemberFilterTile | `MemberFilterTile`} component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { RelativeDateFilterTileProps as RelativeDateFilterTilePropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Props of the {@link @sisense/sdk-ui-vue!RelativeDateFilterTile | `RelativeDateFilterTile`} component.
5
5
  */
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { PropType } from 'vue';
3
2
  import type { ChartWidgetProps } from '@sisense/sdk-ui-preact';
3
+ import type { PropType } from 'vue';
4
4
  export { ChartWidgetProps };
5
5
  /**
6
6
  * The Chart Widget component extending the {@link Chart} component to support widget style options.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { PropType } from 'vue';
3
2
  import { type TableWidgetProps } from '@sisense/sdk-ui-preact';
3
+ import type { PropType } from 'vue';
4
4
  export { TableWidgetProps };
5
5
  /**
6
6
  * The TableWidget component extending the Table component to support widget style options.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { PropType } from 'vue';
3
2
  import type { WidgetByIdProps as WidgetByIdPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import type { PropType } from 'vue';
4
4
  /**
5
5
  * Props of the {@link @sisense/sdk-ui-vue!WidgetById | `WidgetById`} component.
6
6
  */
@@ -1,5 +1,5 @@
1
+ import type { ChartWidgetProps, CustomWidgetProps, PivotTableWidgetProps as PivotTableWidgetPropsPreact, SoftUnion, TextWidgetProps, WithCommonWidgetProps } from '@sisense/sdk-ui-preact';
1
2
  import type { PropType } from 'vue';
2
- import type { ChartWidgetProps, PivotTableWidgetProps as PivotTableWidgetPropsPreact, CustomWidgetProps, SoftUnion, TextWidgetProps, WithCommonWidgetProps } from '@sisense/sdk-ui-preact';
3
3
  export { WithCommonWidgetProps, TextWidgetProps, CustomWidgetProps };
4
4
  export interface PivotTableWidgetProps extends PivotTableWidgetPropsPreact {
5
5
  }
@@ -1,8 +1,8 @@
1
- import { type Ref } from 'vue';
1
+ import type { Filter, FilterRelations } from '@sisense/sdk-data';
2
2
  import { type ComposableDashboardProps as ComposableDashboardPropsPreact, type UseComposedDashboardOptions, type WidgetsPanelLayout } from '@sisense/sdk-ui-preact';
3
+ import { type Ref } from 'vue';
3
4
  import type { DashboardProps } from '../components/dashboard';
4
5
  import type { MaybeRef } from '../types';
5
- import type { Filter, FilterRelations } from '@sisense/sdk-data';
6
6
  export interface ComposableDashboardProps extends ComposableDashboardPropsPreact {
7
7
  }
8
8
  /**
@@ -1,4 +1,4 @@
1
- import { type ExecuteCsvQueryParams, type CsvQueryState } from '@sisense/sdk-ui-preact';
1
+ import { type CsvQueryState, type ExecuteCsvQueryParams } from '@sisense/sdk-ui-preact';
2
2
  import type { MaybeRefOrWithRefs } from '../types';
3
3
  /**
4
4
  * A Vue composable function `useExecuteCsvQuery` that executes a CSV data query.
@@ -1,4 +1,4 @@
1
- import { type ExecuteCustomWidgetQueryParams as ExecuteCustomWidgetQueryParamsPreact, type CustomWidgetQueryState } from '@sisense/sdk-ui-preact';
1
+ import { type CustomWidgetQueryState, type ExecuteCustomWidgetQueryParams as ExecuteCustomWidgetQueryParamsPreact } from '@sisense/sdk-ui-preact';
2
2
  import type { MaybeRefOrWithRefs } from '../types';
3
3
  export type { CustomWidgetQueryState };
4
4
  /**
@@ -1,5 +1,5 @@
1
- import type { MaybeRefOrWithRefs } from '../types';
2
1
  import type { GetDashboardModelParams } from '@sisense/sdk-ui-preact';
2
+ import type { MaybeRefOrWithRefs } from '../types';
3
3
  /**
4
4
  * A Vue composable function `useGetDashboardModel` for fetching a Sisense dashboard model.
5
5
  * It simplifies the process of retrieving detailed dashboard data, including widgets if specified,
@@ -1,5 +1,5 @@
1
+ import { type FilterMembersErrorState, type FilterMembersLoadingState, type FilterMembersState, type FilterMembersSuccessState, type GetFilterMembersData, type GetFilterMembersParams } from '@sisense/sdk-ui-preact';
1
2
  import { type ToRefs } from 'vue';
2
- import { type GetFilterMembersParams, type GetFilterMembersData, type FilterMembersState, type FilterMembersLoadingState, type FilterMembersErrorState, type FilterMembersSuccessState } from '@sisense/sdk-ui-preact';
3
3
  import type { MaybeRefOrWithRefs } from '../types';
4
4
  /** Reexport types from @sisense/sdk-ui-preact */
5
5
  export { GetFilterMembersParams, GetFilterMembersData, FilterMembersState, FilterMembersLoadingState, FilterMembersErrorState, FilterMembersSuccessState, };
@@ -1,5 +1,5 @@
1
+ import { type AnyComponentFunction, type ContextConnector } from '@sisense/sdk-ui-preact';
1
2
  import { type Slots } from 'vue';
2
- import { type ContextConnector, type AnyComponentFunction } from '@sisense/sdk-ui-preact';
3
3
  export declare function createDefaultContextConnectors(): (ContextConnector<import("@sisense/sdk-ui-preact").CustomWidgetsProviderAdapterProps> | ContextConnector<import("@sisense/sdk-ui-preact").CustomSisenseContextProviderProps> | ContextConnector<import("@sisense/sdk-ui-preact").CustomThemeProviderProps>)[];
4
4
  export declare function getRawData<T>(data: T): T;
5
5
  export declare function toDeepRaw<T>(data: T): T;
@@ -1,5 +1,5 @@
1
+ import type { CustomWidgetComponent, CustomWidgetsContextAdapter } from '@sisense/sdk-ui-preact';
1
2
  import type { InjectionKey, Ref } from 'vue';
2
- import type { CustomWidgetsContextAdapter, CustomWidgetComponent } from '@sisense/sdk-ui-preact';
3
3
  export declare const defaultCustomWidgetsContext: {
4
4
  customWidgetsMap: Map<string, CustomWidgetComponent<any>>;
5
5
  };
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { SisenseContextProviderProps as SisenseContextProviderPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * Configurations and authentication for Sisense Context.
5
5
  *
@@ -1,5 +1,5 @@
1
- import type { InjectionKey, Ref } from 'vue';
2
1
  import type { CustomSisenseContext } from '@sisense/sdk-ui-preact';
2
+ import type { InjectionKey, Ref } from 'vue';
3
3
  export declare const defaultSisenseContext: CustomSisenseContext;
4
4
  export declare const sisenseContextKey: InjectionKey<Ref<import("@sisense/sdk-ui/dist/packages/sdk-ui/src/sisense-context/sisense-context").SisenseContextPayload>>;
5
5
  /**
@@ -1,5 +1,5 @@
1
- import type { InjectionKey, Ref } from 'vue';
2
1
  import { type CompleteThemeSettings } from '@sisense/sdk-ui-preact';
2
+ import type { InjectionKey, Ref } from 'vue';
3
3
  export declare const themeContextConfigKey: InjectionKey<Ref<CompleteThemeSettings>>;
4
4
  /**
5
5
  * Gets Theme context
@@ -1,5 +1,5 @@
1
- import type { PropType } from 'vue';
2
1
  import type { ThemeProviderProps as ThemeProviderPropsPreact, ThemeSettings } from '@sisense/sdk-ui-preact';
2
+ import type { PropType } from 'vue';
3
3
  /**
4
4
  * {@inheritDoc @sisense/sdk-ui!ThemeProviderProps}
5
5
  */
@@ -1,4 +1,4 @@
1
- import { type WidgetModel, type TextWidgetProps, type ExecutePivotQueryParams, type ExecuteQueryParams, type PivotTableWidgetProps } from '@sisense/sdk-ui-preact';
1
+ import { type ExecutePivotQueryParams, type ExecuteQueryParams, type PivotTableWidgetProps, type TextWidgetProps, type WidgetModel } from '@sisense/sdk-ui-preact';
2
2
  import type { ChartProps, PivotTableProps, TableProps } from '../components/charts';
3
3
  import type { ChartWidgetProps } from '../components/widgets';
4
4
  /**