@sisense/sdk-ui-angular 1.31.0 → 1.32.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 (105) hide show
  1. package/dist/ai/lib/component-wrapper-helpers/context-connectors.d.ts +10 -0
  2. package/dist/ai/lib/component-wrapper-helpers/index.d.ts +2 -0
  3. package/dist/ai/lib/component-wrapper-helpers/template.d.ts +2 -0
  4. package/dist/ai/lib/components/chatbot.component.d.ts +133 -0
  5. package/dist/ai/lib/components/get-nlg-insights.component.d.ts +142 -0
  6. package/dist/ai/lib/components/index.d.ts +2 -0
  7. package/dist/ai/lib/sdk-ai.module.d.ts +40 -5
  8. package/dist/ai/lib/sdk-ui-core-exports.d.ts +1 -0
  9. package/dist/ai/lib/services/ai.service.d.ts +88 -0
  10. package/dist/ai/lib/services/index.d.ts +1 -0
  11. package/dist/ai/public-api.d.ts +6 -0
  12. package/dist/esm2020/ai/lib/component-wrapper-helpers/context-connectors.mjs +20 -0
  13. package/dist/esm2020/ai/lib/component-wrapper-helpers/index.mjs +3 -0
  14. package/dist/esm2020/ai/lib/component-wrapper-helpers/template.mjs +5 -0
  15. package/dist/esm2020/ai/lib/components/chatbot.component.mjs +139 -0
  16. package/dist/esm2020/ai/lib/components/get-nlg-insights.component.mjs +146 -0
  17. package/dist/esm2020/ai/lib/components/index.mjs +3 -0
  18. package/dist/esm2020/ai/lib/sdk-ai.module.mjs +40 -6
  19. package/dist/esm2020/ai/lib/sdk-ui-core-exports.mjs +3 -0
  20. package/dist/esm2020/ai/lib/services/ai.service.mjs +137 -0
  21. package/dist/esm2020/ai/lib/services/index.mjs +2 -0
  22. package/dist/esm2020/ai/public-api.mjs +7 -1
  23. package/dist/esm2020/lib/component-wrapper-helpers/index.mjs +2 -1
  24. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +1 -1
  25. package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +1 -1
  26. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +1 -1
  27. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +1 -1
  28. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +1 -1
  29. package/dist/esm2020/lib/components/charts/chart.component.mjs +1 -1
  30. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +1 -1
  31. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +1 -1
  32. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -1
  33. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +1 -1
  34. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +1 -1
  35. package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +1 -1
  36. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +1 -1
  37. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +1 -1
  38. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +1 -1
  39. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +1 -1
  40. package/dist/esm2020/lib/components/charts/table.component.mjs +1 -1
  41. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +1 -1
  42. package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +1 -1
  43. package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +1 -1
  44. package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +1 -1
  45. package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +1 -1
  46. package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -1
  47. package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -1
  48. package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +1 -1
  49. package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +1 -1
  50. package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +1 -1
  51. package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +1 -1
  52. package/dist/esm2020/lib/decorators/index.mjs +3 -0
  53. package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -1
  54. package/dist/esm2020/lib/sdk-ui.module.mjs +3 -3
  55. package/dist/esm2020/lib/services/sisense-context.service.mjs +3 -3
  56. package/dist/esm2020/lib/services/theme.service.mjs +3 -3
  57. package/dist/esm2020/public-api.mjs +5 -25
  58. package/dist/esm2020/version.mjs +2 -2
  59. package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs +473 -8
  60. package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs.map +1 -1
  61. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +10 -32
  62. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  63. package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs +468 -8
  64. package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs.map +1 -1
  65. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +10 -32
  66. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  67. package/dist/lib/component-wrapper-helpers/index.d.ts +1 -0
  68. package/dist/lib/components/charts/area-chart.component.d.ts +3 -0
  69. package/dist/lib/components/charts/area-range-chart.component.d.ts +3 -0
  70. package/dist/lib/components/charts/areamap-chart.component.d.ts +3 -0
  71. package/dist/lib/components/charts/bar-chart.component.d.ts +3 -0
  72. package/dist/lib/components/charts/boxplot-chart.component.d.ts +3 -0
  73. package/dist/lib/components/charts/chart.component.d.ts +3 -0
  74. package/dist/lib/components/charts/column-chart.component.d.ts +3 -0
  75. package/dist/lib/components/charts/funnel-chart.component.d.ts +3 -0
  76. package/dist/lib/components/charts/indicator-chart.component.d.ts +3 -0
  77. package/dist/lib/components/charts/line-chart.component.d.ts +3 -0
  78. package/dist/lib/components/charts/pie-chart.component.d.ts +3 -0
  79. package/dist/lib/components/charts/pivot-table.component.d.ts +3 -0
  80. package/dist/lib/components/charts/polar-chart.component.d.ts +3 -0
  81. package/dist/lib/components/charts/scatter-chart.component.d.ts +3 -0
  82. package/dist/lib/components/charts/scattermap-chart.component.d.ts +3 -0
  83. package/dist/lib/components/charts/sunburst-chart.component.d.ts +3 -0
  84. package/dist/lib/components/charts/table.component.d.ts +3 -2
  85. package/dist/lib/components/charts/treemap-chart.component.d.ts +3 -0
  86. package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +3 -0
  87. package/dist/lib/components/dashboard/dashboard.component.d.ts +3 -0
  88. package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +3 -0
  89. package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +3 -0
  90. package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +3 -0
  91. package/dist/lib/components/filters/member-filter-tile.component.d.ts +3 -0
  92. package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +3 -0
  93. package/dist/lib/components/widgets/chart-widget.component.d.ts +3 -0
  94. package/dist/lib/components/widgets/table-widget.component.d.ts +5 -0
  95. package/dist/lib/components/widgets/widget-by-id.component.d.ts +3 -2
  96. package/dist/lib/decorators/index.d.ts +2 -0
  97. package/dist/lib/decorators/trackable.decorator.d.ts +1 -0
  98. package/dist/lib/sdk-ui.module.d.ts +2 -2
  99. package/dist/lib/services/plugins.service.d.ts +1 -1
  100. package/dist/lib/services/sisense-context.service.d.ts +2 -2
  101. package/dist/lib/services/theme.service.d.ts +2 -2
  102. package/dist/package.json +1 -1
  103. package/dist/public-api.d.ts +3 -21
  104. package/dist/version.d.ts +1 -1
  105. package/package.json +4 -4
@@ -1 +1,2 @@
1
1
  export * from './context-connectors';
2
+ export * from './template';
@@ -4,6 +4,9 @@ import { type AreaChartProps as AreaChartPropsPreact } from '@sisense/sdk-ui-pre
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link AreaChartComponent} component.
9
+ */
7
10
  export interface AreaChartProps extends WithoutPreactChartEventProps<AreaChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link AreaRangeChartComponent}.
9
+ */
7
10
  export interface AreaRangeChartProps extends WithoutPreactChartEventProps<AreaRangeChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -3,6 +3,9 @@ import { type ChartType, type AreamapChartProps as AreamapChartPropsPreact } fro
3
3
  import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
4
4
  import { DataPointEvent, DataPointEventHandler } from '../../types/data-point';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Props of the {@link AreamapChartComponent}.
8
+ */
6
9
  export interface AreamapChartProps extends WithoutPreactChartEventProps<AreamapChartPropsPreact>, BaseChartEventProps {
7
10
  dataPointClick?: DataPointEventHandler;
8
11
  }
@@ -4,6 +4,9 @@ import { type BarChartProps as BarChartPropsPreact } from '@sisense/sdk-ui-preac
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link BarChartComponent}.
9
+ */
7
10
  export interface BarChartProps extends WithoutPreactChartEventProps<BarChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type BoxplotChartProps as BoxplotChartPropsPreact } from '@sisense/sdk-
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link BoxplotChartComponent}.
9
+ */
7
10
  export interface BoxplotChartProps extends WithoutPreactChartEventProps<BoxplotChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -5,6 +5,9 @@ import { ThemeService } from '../../services/theme.service';
5
5
  import { ChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
6
6
  import { ChartDataPointEvent, ChartDataPointsEvent } from '../../types/data-point';
7
7
  import * as i0 from "@angular/core";
8
+ /**
9
+ * Props shared across the {@link ChartComponent}.
10
+ */
8
11
  export interface ChartProps extends WithoutPreactChartEventProps<ChartPropsPreact>, ChartEventProps {
9
12
  }
10
13
  /**
@@ -4,6 +4,9 @@ import { type ColumnChartProps as ColumnChartPropsPreact } from '@sisense/sdk-ui
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link ColumnChartComponent}.
9
+ */
7
10
  export interface ColumnChartProps extends WithoutPreactChartEventProps<ColumnChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type FunnelChartProps as FunnelChartPropsPreact } from '@sisense/sdk-ui
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link FunnelChartComponent}.
9
+ */
7
10
  export interface FunnelChartProps extends WithoutPreactChartEventProps<FunnelChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -2,6 +2,9 @@ import { type ChartType } from '../../sdk-ui-core-exports';
2
2
  import { type IndicatorChartProps as IndicatorChartPropsPreact } from '@sisense/sdk-ui-preact';
3
3
  import { BaseChartEventProps, HighchartsBasedChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
4
4
  import * as i0 from "@angular/core";
5
+ /**
6
+ * Props of the {@link IndicatorChartComponent}.
7
+ */
5
8
  export interface IndicatorChartProps extends WithoutPreactChartEventProps<IndicatorChartPropsPreact>, BaseChartEventProps, HighchartsBasedChartEventProps {
6
9
  }
7
10
  /**
@@ -4,6 +4,9 @@ import { type LineChartProps as LineChartPropsPreact } from '@sisense/sdk-ui-pre
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link LineChartComponent}.
9
+ */
7
10
  export interface LineChartProps extends WithoutPreactChartEventProps<LineChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type PieChartProps as PieChartPropsPreact } from '@sisense/sdk-ui-preac
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link PieChartComponent}.
9
+ */
7
10
  export interface PieChartProps extends WithoutPreactChartEventProps<PieChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -3,6 +3,9 @@ import { type PivotTableProps as PivotTablePropsPreact } from '@sisense/sdk-ui-p
3
3
  import { SisenseContextService } from '../../services';
4
4
  import { ThemeService } from '../../services';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Props of the {@link PivotTableComponent}.
8
+ */
6
9
  export interface PivotTableProps extends PivotTablePropsPreact {
7
10
  }
8
11
  /**
@@ -4,6 +4,9 @@ import { type PolarChartProps as PolarChartPropsPreact } from '@sisense/sdk-ui-p
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link PolarChartComponent}.
9
+ */
7
10
  export interface PolarChartProps extends WithoutPreactChartEventProps<PolarChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type ScatterChartProps as ScatterChartPropsPreact } from '@sisense/sdk-
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link ScatterChartComponent}.
9
+ */
7
10
  export interface ScatterChartProps extends WithoutPreactChartEventProps<ScatterChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { type ScattermapChartProps as ScattermapChartPropsPreact } from '@sisens
4
4
  import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointEventHandler } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link ScattermapChartComponent}.
9
+ */
7
10
  export interface ScattermapChartProps extends WithoutPreactChartEventProps<ScattermapChartPropsPreact>, BaseChartEventProps {
8
11
  dataPointClick?: DataPointEventHandler;
9
12
  }
@@ -4,6 +4,9 @@ import { type SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sd
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link SunburstChartComponent}.
9
+ */
7
10
  export interface SunburstChartProps extends WithoutPreactChartEventProps<SunburstChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,8 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types';
6
6
  import * as i0 from "@angular/core";
7
- export interface TableProps extends TablePropsPreact {
8
- }
7
+ /**
8
+ * Props of the {@link TableComponent}.
9
+ */
9
10
  export interface TableProps extends WithoutPreactChartEventProps<TablePropsPreact>, BaseChartEventProps {
10
11
  }
11
12
  /**
@@ -4,6 +4,9 @@ import { type TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-
4
4
  import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
5
5
  import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link TreemapChartComponent}.
9
+ */
7
10
  export interface TreemapChartProps extends WithoutPreactChartEventProps<TreemapChartPropsPreact>, RegularChartEventProps {
8
11
  }
9
12
  /**
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import { PluginsService } from '../../services/plugins.service';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link DashboardByIdComponent}.
9
+ */
7
10
  export interface DashboardByIdProps extends DashboardByIdPropsPreact {
8
11
  }
9
12
  /**
@@ -3,6 +3,9 @@ import { type DashboardProps as DashboardPropsPreact } from '@sisense/sdk-ui-pre
3
3
  import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Props of the {@link DashboardComponent}.
8
+ */
6
9
  export interface DashboardProps extends DashboardPropsPreact {
7
10
  }
8
11
  /**
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../services/sisense-context.service';
4
4
  import { ThemeService } from '../services/theme.service';
5
5
  import type { Arguments, ArgumentsAsObject } from '../types/utility-types';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link DrilldownBreadcrumbsComponent}.
9
+ */
7
10
  export interface DrilldownBreadcrumbsProps extends Omit<DrilldownBreadcrumbsPropsPreact, 'clearDrilldownSelections'> {
8
11
  drilldownSelectionsClear?: () => void;
9
12
  drilldownSelectionsSlice?: (event: {
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link CriteriaFilterTileComponent}.
9
+ */
7
10
  export interface CriteriaFilterTileProps extends Omit<CriteriaFilterTilePropsPreact, 'onUpdate'> {
8
11
  filterChange?: (filter: Arguments<CriteriaFilterTilePropsPreact['onUpdate']>[0]) => void;
9
12
  }
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link DateRangeFilterTileComponent}.
9
+ */
7
10
  export interface DateRangeFilterTileProps extends Omit<DateRangeFilterTilePropsPreact, 'onChange'> {
8
11
  filterChange?: (filter: Arguments<DateRangeFilterTilePropsPreact['onChange']>[0]) => void;
9
12
  }
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link MemberFilterTileComponent}.
9
+ */
7
10
  export interface MemberFilterTileProps extends Omit<MemberFilterTilePropsPreact, 'onChange'> {
8
11
  filterChange?: (filter: Arguments<MemberFilterTilePropsPreact['onChange']>[0]) => void;
9
12
  }
@@ -4,6 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * Props of the {@link RelativeDateFilterTileComponent}.
9
+ */
7
10
  export interface RelativeDateFilterTileProps extends Omit<RelativeDateFilterTilePropsPreact, 'onUpdate'> {
8
11
  filterChange?: (filter: Arguments<RelativeDateFilterTilePropsPreact['onUpdate']>[0]) => void;
9
12
  }
@@ -5,6 +5,9 @@ import { ThemeService } from '../../services/theme.service';
5
5
  import { ChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
6
6
  import { ChartDataPointEvent, ChartDataPointsEvent } from '../../types/data-point';
7
7
  import * as i0 from "@angular/core";
8
+ /**
9
+ * Props of the {@link ChartWidgetComponent}.
10
+ */
8
11
  export interface ChartWidgetProps extends WithoutPreactChartEventProps<ChartWidgetPropsPreact>, ChartEventProps {
9
12
  }
10
13
  /**
@@ -3,6 +3,11 @@ import { type TableWidgetProps as TableWidgetPropsPreact } from '@sisense/sdk-ui
3
3
  import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import * as i0 from "@angular/core";
6
+ /**
7
+ * Props of the {@link TableWidgetComponent}.
8
+ *
9
+ * @internal
10
+ */
6
11
  export interface TableWidgetProps extends TableWidgetPropsPreact {
7
12
  }
8
13
  /**
@@ -4,8 +4,9 @@ import { SisenseContextService } from '../../services/sisense-context.service';
4
4
  import { ThemeService } from '../../services/theme.service';
5
5
  import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types';
6
6
  import * as i0 from "@angular/core";
7
- export interface WidgetByIdProps extends WidgetByIdPropsPreact {
8
- }
7
+ /**
8
+ * Props of the {@link WidgetByIdComponent}.
9
+ */
9
10
  export interface WidgetByIdProps extends WithoutPreactChartEventProps<WidgetByIdPropsPreact>, BaseChartEventProps {
10
11
  }
11
12
  /**
@@ -0,0 +1,2 @@
1
+ export * from './trackable.decorator';
2
+ export * from './decorators.module';
@@ -7,5 +7,6 @@ type SubType<Base, Condition> = Pick<Base, {
7
7
  }[keyof Base]>;
8
8
  type MethodsOnly<T> = SubType<T, (...args: any[]) => any>;
9
9
  type MethodsArray<T> = T extends infer C ? (keyof MethodsOnly<C>)[] : [];
10
+ /** @internal */
10
11
  export declare function TrackableService<T>(trackableMethods: MethodsArray<T>): (ServiceClass: ConstructorOf<T>) => void | ConstructorOf<T>;
11
12
  export {};
@@ -40,8 +40,8 @@ import * as i33 from "./decorators/decorators.module";
40
40
  *
41
41
  * ```ts
42
42
  * export const SISENSE_CONTEXT_CONFIG: SisenseContextConfig = {
43
- * url="<instance url>" // replace with the URL of your Sisense instance
44
- * token="<api token>" // replace with the API token of your user account
43
+ * url: "<instance url>", // replace with the URL of your Sisense instance
44
+ * token: "<api token>", // replace with the API token of your user account
45
45
  * defaultDataSource: DM.DataSource,
46
46
  * };
47
47
  *
@@ -31,7 +31,7 @@ export declare class PluginsService {
31
31
  *
32
32
  * @returns A plugin map.
33
33
  */
34
- getPlugins(): BehaviorSubject<Map<string, PluginComponent<import("@sisense/sdk-ui-preact").GenericDataOptions, any>>>;
34
+ getPlugins(): BehaviorSubject<Map<string, PluginComponent<import("@sisense/sdk-ui-preact").PluginComponentProps<import("@sisense/sdk-ui-preact").GenericDataOptions, any>>>>;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginsService, never>;
36
36
  static ɵprov: i0.ɵɵInjectableDeclaration<PluginsService>;
37
37
  }
@@ -11,8 +11,8 @@ export { type SisenseContextConfig };
11
11
  *
12
12
  * ```ts
13
13
  * export const SISENSE_CONTEXT_CONFIG: SisenseContextConfig = {
14
- * url="<instance url>" // replace with the URL of your Sisense instance
15
- * token="<api token>" // replace with the API token of your user account
14
+ * url: "<instance url>", // replace with the URL of your Sisense instance
15
+ * token: "<api token>", // replace with the API token of your user account
16
16
  * defaultDataSource: DM.DataSource,
17
17
  * };
18
18
  *
@@ -13,8 +13,8 @@ export { type ThemeConfig };
13
13
  *
14
14
  * ```ts
15
15
  * export const SISENSE_CONTEXT_CONFIG: SisenseContextConfig = {
16
- * url="<instance url>" // replace with the URL of your Sisense instance
17
- * token="<api token>" // replace with the API token of your user account
16
+ * url: "<instance url>", // replace with the URL of your Sisense instance
17
+ * token: "<api token>", // replace with the API token of your user account
18
18
  * defaultDataSource: DM.DataSource,
19
19
  * };
20
20
  *
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.31.0",
14
+ "version": "1.32.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -1,28 +1,10 @@
1
1
  /**
2
- * @packageDocumentation
3
- * @groupDescription Charts
4
- * Angular components and utilities for working with charts
5
- * @groupDescription Data Grids
6
- * Angular components for data grids
7
- * @groupDescription Drilldown
8
- * Angular components for creating drilldown experiences
9
- * @groupDescription Filter Tiles
10
- * Angular filter tile components
11
- * @groupDescription Contexts
12
- * Angular context modules, services, and variables
13
- * @groupDescription Queries
14
- * Angular query service
15
- * @groupDescription Dashboards
16
- * Angular components and utilities for working with dashboards
17
- * @groupDescription Fusion Assets
18
- * Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
19
- * @groupDescription Interfaces
20
- * TypeScript interfaces for components and services listed above
21
- * @groupDescription Type Aliases
22
- * TypeScript type aliases for components and services listed above
2
+ * Public API Surface of @sisense/sdk-ui-angular
23
3
  */
24
4
  export * from './lib/sdk-ui.module';
25
5
  export * from './lib/components';
26
6
  export * from './lib/services';
27
7
  export * from './lib/sdk-ui-core-exports';
28
8
  export type { DataPointEvent, AreamapDataPointEvent, BoxplotDataPointEvent, ScatterDataPointEvent, ScattermapDataPointEvent, ChartDataPointEvent, DataPointsEvent, ChartDataPointsEvent, ScatterDataPointsEvent, DataPointEventHandler, ScattermapDataPointEventHandler, AreamapDataPointEventHandler, BoxplotDataPointEventHandler, DataPointsEventHandler, ScatterDataPointEventHandler, ScatterDataPointsEventHandler, } from './lib/types';
9
+ export { createThemeContextConnector, createSisenseContextConnector, createPluginsContextConnector, } from './lib/component-wrapper-helpers';
10
+ export { TrackableService } from './lib/decorators';
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.31.0";
1
+ declare const _default: "1.32.0";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.31.0",
14
+ "version": "1.32.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -76,9 +76,9 @@
76
76
  "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
77
77
  },
78
78
  "dependencies": {
79
- "@sisense/sdk-data": "^1.31.0",
80
- "@sisense/sdk-tracking": "^1.31.0",
81
- "@sisense/sdk-ui-preact": "^1.31.0",
79
+ "@sisense/sdk-data": "^1.32.0",
80
+ "@sisense/sdk-tracking": "^1.32.0",
81
+ "@sisense/sdk-ui-preact": "^1.32.0",
82
82
  "rxjs": "^7.8.1",
83
83
  "ts-deepmerge": "^6.2.0",
84
84
  "tslib": "^2.3.0"