@sisense/sdk-ui-angular 1.33.0 → 1.35.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 (137) hide show
  1. package/dist/ai/lib/component-wrapper-helpers/context-connectors.d.ts +2 -2
  2. package/dist/ai/lib/components/chatbot.component.d.ts +2 -3
  3. package/dist/ai/lib/components/get-nlg-insights.component.d.ts +2 -3
  4. package/dist/ai/lib/sdk-ai.module.d.ts +0 -1
  5. package/dist/ai/lib/sdk-ui-core-exports.d.ts +1 -1
  6. package/dist/ai/lib/services/ai.service.d.ts +1 -2
  7. package/dist/ai/public-api.d.ts +2 -2
  8. package/dist/esm2020/ai/lib/component-wrapper-helpers/context-connectors.mjs +15 -9
  9. package/dist/esm2020/ai/lib/components/chatbot.component.mjs +9 -11
  10. package/dist/esm2020/ai/lib/components/get-nlg-insights.component.mjs +9 -11
  11. package/dist/esm2020/ai/lib/sdk-ai.module.mjs +2 -3
  12. package/dist/esm2020/ai/lib/sdk-ui-core-exports.mjs +1 -1
  13. package/dist/esm2020/ai/lib/services/ai.service.mjs +2 -3
  14. package/dist/esm2020/ai/public-api.mjs +3 -3
  15. package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +60 -36
  16. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +1 -2
  17. package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +1 -2
  18. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +1 -2
  19. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +1 -2
  20. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +1 -2
  21. package/dist/esm2020/lib/components/charts/chart.component.mjs +8 -10
  22. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +1 -2
  23. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +1 -2
  24. package/dist/esm2020/lib/components/charts/index.mjs +13 -13
  25. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -2
  26. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +1 -2
  27. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +1 -2
  28. package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +8 -9
  29. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +1 -2
  30. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +1 -2
  31. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +1 -1
  32. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +1 -2
  33. package/dist/esm2020/lib/components/charts/table.component.mjs +8 -10
  34. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +1 -2
  35. package/dist/esm2020/lib/components/context-menu.component.mjs +9 -9
  36. package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +8 -9
  37. package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +8 -9
  38. package/dist/esm2020/lib/components/dashboard/index.mjs +2 -2
  39. package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +8 -9
  40. package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +8 -9
  41. package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +8 -9
  42. package/dist/esm2020/lib/components/filters/index.mjs +3 -3
  43. package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +8 -9
  44. package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +8 -9
  45. package/dist/esm2020/lib/components/index.mjs +4 -4
  46. package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +8 -10
  47. package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +8 -9
  48. package/dist/esm2020/lib/components/widgets/drilldown-widget.component.mjs +18 -19
  49. package/dist/esm2020/lib/components/widgets/index.mjs +4 -4
  50. package/dist/esm2020/lib/components/widgets/pivot-table-widget.component.mjs +8 -9
  51. package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +8 -9
  52. package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +8 -9
  53. package/dist/esm2020/lib/decorators/decorators.module.mjs +1 -1
  54. package/dist/esm2020/lib/decorators/index.mjs +2 -2
  55. package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -2
  56. package/dist/esm2020/lib/sdk-ui-core-exports.mjs +1 -1
  57. package/dist/esm2020/lib/sdk-ui.module.mjs +3 -4
  58. package/dist/esm2020/lib/services/dashboard.service.mjs +1 -1
  59. package/dist/esm2020/lib/services/hierarchy.service.mjs +1 -1
  60. package/dist/esm2020/lib/services/index.mjs +4 -4
  61. package/dist/esm2020/lib/services/plugins.service.mjs +1 -1
  62. package/dist/esm2020/lib/services/query.service.mjs +31 -3
  63. package/dist/esm2020/lib/services/sisense-context.service.mjs +1 -1
  64. package/dist/esm2020/lib/services/theme.service.mjs +2 -2
  65. package/dist/esm2020/lib/services/widget.service.mjs +1 -1
  66. package/dist/esm2020/lib/types/chart-event-props.mjs +1 -1
  67. package/dist/esm2020/lib/types/dashboard-config.mjs +1 -1
  68. package/dist/esm2020/lib/types/index.mjs +3 -3
  69. package/dist/esm2020/lib/utilities/dashboard-helpers.mjs +1 -2
  70. package/dist/esm2020/lib/utilities/dashboard-model-translator.mjs +1 -1
  71. package/dist/esm2020/lib/utilities/widget-model-translator.mjs +1 -1
  72. package/dist/esm2020/public-api.mjs +4 -4
  73. package/dist/esm2020/version.mjs +2 -2
  74. package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs +30 -32
  75. package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs.map +1 -1
  76. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +2234 -2220
  77. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  78. package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs +30 -30
  79. package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs.map +1 -1
  80. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +2236 -2219
  81. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  82. package/dist/lib/component-wrapper-helpers/context-connectors.d.ts +5 -5
  83. package/dist/lib/components/charts/area-chart.component.d.ts +1 -2
  84. package/dist/lib/components/charts/area-range-chart.component.d.ts +1 -2
  85. package/dist/lib/components/charts/areamap-chart.component.d.ts +1 -2
  86. package/dist/lib/components/charts/bar-chart.component.d.ts +1 -2
  87. package/dist/lib/components/charts/boxplot-chart.component.d.ts +1 -2
  88. package/dist/lib/components/charts/chart.component.d.ts +1 -2
  89. package/dist/lib/components/charts/column-chart.component.d.ts +1 -2
  90. package/dist/lib/components/charts/funnel-chart.component.d.ts +1 -2
  91. package/dist/lib/components/charts/index.d.ts +12 -12
  92. package/dist/lib/components/charts/indicator-chart.component.d.ts +1 -2
  93. package/dist/lib/components/charts/line-chart.component.d.ts +1 -2
  94. package/dist/lib/components/charts/pie-chart.component.d.ts +1 -2
  95. package/dist/lib/components/charts/pivot-table.component.d.ts +1 -1
  96. package/dist/lib/components/charts/polar-chart.component.d.ts +1 -2
  97. package/dist/lib/components/charts/scatter-chart.component.d.ts +1 -2
  98. package/dist/lib/components/charts/scattermap-chart.component.d.ts +1 -1
  99. package/dist/lib/components/charts/sunburst-chart.component.d.ts +1 -2
  100. package/dist/lib/components/charts/table.component.d.ts +1 -2
  101. package/dist/lib/components/charts/treemap-chart.component.d.ts +1 -2
  102. package/dist/lib/components/context-menu.component.d.ts +1 -1
  103. package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +2 -2
  104. package/dist/lib/components/dashboard/dashboard.component.d.ts +1 -1
  105. package/dist/lib/components/dashboard/index.d.ts +1 -1
  106. package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +1 -1
  107. package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +1 -1
  108. package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +1 -1
  109. package/dist/lib/components/filters/index.d.ts +2 -2
  110. package/dist/lib/components/filters/member-filter-tile.component.d.ts +1 -1
  111. package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +1 -1
  112. package/dist/lib/components/index.d.ts +3 -3
  113. package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -2
  114. package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
  115. package/dist/lib/components/widgets/drilldown-widget.component.d.ts +2 -5
  116. package/dist/lib/components/widgets/index.d.ts +3 -3
  117. package/dist/lib/components/widgets/pivot-table-widget.component.d.ts +1 -1
  118. package/dist/lib/components/widgets/table-widget.component.d.ts +1 -1
  119. package/dist/lib/components/widgets/widget-by-id.component.d.ts +1 -1
  120. package/dist/lib/decorators/index.d.ts +1 -1
  121. package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
  122. package/dist/lib/sdk-ui.module.d.ts +0 -1
  123. package/dist/lib/services/dashboard.service.d.ts +1 -1
  124. package/dist/lib/services/hierarchy.service.d.ts +1 -1
  125. package/dist/lib/services/index.d.ts +3 -3
  126. package/dist/lib/services/plugins.service.d.ts +1 -1
  127. package/dist/lib/services/query.service.d.ts +16 -1
  128. package/dist/lib/services/sisense-context.service.d.ts +1 -1
  129. package/dist/lib/services/theme.service.d.ts +1 -1
  130. package/dist/lib/types/dashboard-config.d.ts +1 -1
  131. package/dist/lib/types/index.d.ts +2 -2
  132. package/dist/lib/utilities/dashboard-helpers.d.ts +1 -2
  133. package/dist/lib/utilities/widget-model-translator.d.ts +2 -2
  134. package/dist/package.json +1 -1
  135. package/dist/public-api.d.ts +4 -4
  136. package/dist/version.d.ts +1 -1
  137. package/package.json +7 -7
@@ -1,25 +1,25 @@
1
- import { ContextConnector, CustomSisenseContext, CustomThemeProviderProps, CustomPluginsProviderProps } from '@sisense/sdk-ui-preact';
1
+ import { ContextConnector, CustomPluginsProviderProps, CustomSisenseContextProviderProps, CustomThemeProviderProps } from '@sisense/sdk-ui-preact';
2
+ import { PluginsService } from '../services/plugins.service';
2
3
  import { SisenseContextService } from '../services/sisense-context.service';
3
4
  import { ThemeService } from '../services/theme.service';
4
- import { PluginsService } from '../services/plugins.service';
5
5
  /**
6
6
  * Creates theme context connector
7
7
  *
8
8
  * @param themeService - The theme service
9
9
  * @internal
10
10
  */
11
- export declare const createThemeContextConnector: (themeService: ThemeService) => ContextConnector<CustomThemeProviderProps['context']>;
11
+ export declare const createThemeContextConnector: (themeService: ThemeService) => ContextConnector<CustomThemeProviderProps>;
12
12
  /**
13
13
  * Creates Sisense context connector
14
14
  *
15
15
  * @param sisenseContextService - The Sisense context service
16
16
  * @internal
17
17
  */
18
- export declare const createSisenseContextConnector: (sisenseContextService: SisenseContextService) => ContextConnector<CustomSisenseContext>;
18
+ export declare const createSisenseContextConnector: (sisenseContextService: SisenseContextService) => ContextConnector<CustomSisenseContextProviderProps>;
19
19
  /**
20
20
  * Creates plugins context connector
21
21
  *
22
22
  * @param pluginsService - The plugin service
23
23
  * @internal
24
24
  */
25
- export declare const createPluginsContextConnector: (pluginsService: PluginsService) => ContextConnector<CustomPluginsProviderProps['context']>;
25
+ export declare const createPluginsContextConnector: (pluginsService: PluginsService) => ContextConnector<CustomPluginsProviderProps>;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type AreaChartProps as AreaChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-area-chart-example.png" width="800px" />
64
- *
65
64
  * @group Charts
66
65
  */
67
66
  export declare class AreaChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -74,7 +74,6 @@ export class AnalyticsComponent {
74
74
  }
75
75
  * ```
76
76
  * <img src="media://angular-area-range-chart-example.png" width="800px" />
77
- *
78
77
  * @group Charts
79
78
  * @beta
80
79
  */
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType, type AreamapChartProps as AreamapChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import { type AreamapChartProps as AreamapChartPropsPreact, type ChartType } from '@sisense/sdk-ui-preact';
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";
@@ -50,7 +50,6 @@ export class AnalyticsComponent {
50
50
  }
51
51
  * ```
52
52
  * <img src="media://angular-areamap-chart-example.png" width="800px" />
53
- *
54
53
  * @group Charts
55
54
  */
56
55
  export declare class AreamapChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type BarChartProps as BarChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -62,7 +62,6 @@ export class AnalyticsComponent {
62
62
  }
63
63
  * ```
64
64
  * <img src="media://angular-bar-chart-example.png" width="800px" />
65
- *
66
65
  * @group Charts
67
66
  */
68
67
  export declare class BarChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type BoxplotChartProps as BoxplotChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -55,7 +55,6 @@ export class AnalyticsComponent {
55
55
  }
56
56
  * ```
57
57
  * <img src="media://angular-boxplot-chart-example.png" width="800px" />
58
- *
59
58
  * @group Charts
60
59
  */
61
60
  export declare class BoxplotChartComponent {
@@ -60,7 +60,6 @@ export interface ChartProps extends WithoutPreactChartEventProps<ChartPropsPreac
60
60
  *
61
61
  * <img src="media://angular-chart-example.png" width="800px" />
62
62
  * @shortDescription Common component for rendering charts of different types including table
63
- *
64
63
  * @group Charts
65
64
  */
66
65
  export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -175,7 +174,7 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
175
174
  * @internal
176
175
  */
177
176
  ngOnChanges(): void;
178
- private createPreactComponent;
177
+ private getPreactComponentProps;
179
178
  /**
180
179
  * @internal
181
180
  */
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type ColumnChartProps as ColumnChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-column-chart-example.png" width="800px" />
64
- *
65
64
  * @group Charts
66
65
  */
67
66
  export declare class ColumnChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type FunnelChartProps as FunnelChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -59,7 +59,6 @@ export class AnalyticsComponent {
59
59
  }
60
60
  * ```
61
61
  * <img src="media://angular-funnel-chart-example.png" width="800px" />
62
- *
63
62
  * @group Charts
64
63
  */
65
64
  export declare class FunnelChartComponent {
@@ -1,18 +1,18 @@
1
+ export * from './area-chart.component';
2
+ export * from './area-range-chart.component';
3
+ export * from './areamap-chart.component';
4
+ export * from './bar-chart.component';
5
+ export * from './boxplot-chart.component';
1
6
  export * from './chart.component';
2
- export * from './table.component';
3
7
  export * from './column-chart.component';
4
- export * from './bar-chart.component';
5
- export * from './area-chart.component';
6
- export * from './line-chart.component';
8
+ export * from './funnel-chart.component';
7
9
  export * from './indicator-chart.component';
8
- export * from './scatter-chart.component';
10
+ export * from './line-chart.component';
9
11
  export * from './pie-chart.component';
10
- export * from './funnel-chart.component';
12
+ export * from './pivot-table.component';
11
13
  export * from './polar-chart.component';
12
- export * from './treemap-chart.component';
13
- export * from './sunburst-chart.component';
14
- export * from './boxplot-chart.component';
14
+ export * from './scatter-chart.component';
15
15
  export * from './scattermap-chart.component';
16
- export * from './areamap-chart.component';
17
- export * from './pivot-table.component';
18
- export * from './area-range-chart.component';
16
+ export * from './sunburst-chart.component';
17
+ export * from './table.component';
18
+ export * from './treemap-chart.component';
@@ -1,5 +1,5 @@
1
- import { type ChartType } from '../../sdk-ui-core-exports';
2
1
  import { type IndicatorChartProps as IndicatorChartPropsPreact } from '@sisense/sdk-ui-preact';
2
+ import { type ChartType } from '../../sdk-ui-core-exports';
3
3
  import { BaseChartEventProps, HighchartsBasedChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -63,7 +63,6 @@ export class AnalyticsComponent {
63
63
  }
64
64
  * ```
65
65
  * <img src="media://angular-indicator-chart-example.png" width="800px" />
66
- *
67
66
  * @group Charts
68
67
  */
69
68
  export declare class IndicatorChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type LineChartProps as LineChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -59,7 +59,6 @@ export class AnalyticsComponent {
59
59
  }
60
60
  * ```
61
61
  * <img src="media://angular-line-chart-example.png" width="800px" />
62
- *
63
62
  * @group Charts
64
63
  */
65
64
  export declare class LineChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type PieChartProps as PieChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-pie-chart-example.png" width="800px" />
64
- *
65
64
  * @group Charts
66
65
  */
67
66
  export declare class PieChartComponent {
@@ -105,7 +105,7 @@ export declare class PivotTableComponent implements AfterViewInit, OnChanges, On
105
105
  ngAfterViewInit(): void;
106
106
  /** @internal */
107
107
  ngOnChanges(): void;
108
- private createPreactComponent;
108
+ private getPreactComponentProps;
109
109
  /** @internal */
110
110
  ngOnDestroy(): void;
111
111
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotTableComponent, never>;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type PolarChartProps as PolarChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -60,7 +60,6 @@ export class AnalyticsComponent {
60
60
  }
61
61
  * ```
62
62
  * <img src="media://angular-polar-chart-example.png" width="800px" />
63
- *
64
63
  * @group Charts
65
64
  */
66
65
  export declare class PolarChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type ScatterChartProps as ScatterChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -63,7 +63,6 @@ export class AnalyticsComponent {
63
63
  }
64
64
  * ```
65
65
  * <img src="media://angular-scatter-chart-example.png" width="800px" />
66
- *
67
66
  * @group Charts
68
67
  */
69
68
  export declare class ScatterChartComponent {
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type ScattermapChartProps as ScattermapChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-sunburst-chart-example.png" width="800px" />
64
- *
65
64
  * @group Charts
66
65
  */
67
66
  export declare class SunburstChartComponent {
@@ -39,7 +39,6 @@ export class AnalyticsComponent {
39
39
  }
40
40
  * ```
41
41
  * <img src="media://angular-table-chart-example.png" width="800px" />
42
- *
43
42
  * @group Data Grids
44
43
  */
45
44
  export declare class TableComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -84,7 +83,7 @@ export declare class TableComponent implements AfterViewInit, OnChanges, OnDestr
84
83
  ngAfterViewInit(): void;
85
84
  /** @internal */
86
85
  ngOnChanges(): void;
87
- private createPreactComponent;
86
+ private getPreactComponentProps;
88
87
  /** @internal */
89
88
  ngOnDestroy(): void;
90
89
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { type ChartType } from '../../sdk-ui-core-exports';
3
2
  import { type TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { type ChartType } from '../../sdk-ui-core-exports';
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";
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-treemap-chart-example.png" width="800px" />
64
- *
65
64
  * @group Charts
66
65
  */
67
66
  export declare class TreemapChartComponent {
@@ -70,7 +70,7 @@ export declare class ContextMenuComponent implements AfterViewInit, OnChanges, O
70
70
  * @internal
71
71
  */
72
72
  ngOnChanges(): void;
73
- private createPreactComponent;
73
+ private getPreactComponentProps;
74
74
  /**
75
75
  * @internal
76
76
  */
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
2
2
  import { type DashboardByIdProps as DashboardByIdPropsPreact } from '@sisense/sdk-ui-preact';
3
+ import { PluginsService } from '../../services/plugins.service';
3
4
  import { SisenseContextService } from '../../services/sisense-context.service';
4
5
  import { ThemeService } from '../../services/theme.service';
5
- import { PluginsService } from '../../services/plugins.service';
6
6
  import type { DashboardByIdConfig } from '../../types';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -107,7 +107,7 @@ export declare class DashboardByIdComponent implements AfterViewInit, OnChanges,
107
107
  * @internal
108
108
  */
109
109
  ngOnChanges(): void;
110
- private createPreactComponent;
110
+ private getPreactComponentProps;
111
111
  /**
112
112
  * @internal
113
113
  */
@@ -137,7 +137,7 @@ export declare class DashboardComponent implements AfterViewInit, OnChanges, OnD
137
137
  * @internal
138
138
  */
139
139
  ngOnChanges(): void;
140
- private createPreactComponent;
140
+ private getPreactComponentProps;
141
141
  /**
142
142
  * @internal
143
143
  */
@@ -1,2 +1,2 @@
1
- export * from './dashboard-by-id.component';
2
1
  export * from './dashboard.component';
2
+ export * from './dashboard-by-id.component';
@@ -87,7 +87,7 @@ export declare class DrilldownBreadcrumbsComponent implements AfterViewInit, OnC
87
87
  * @internal
88
88
  */
89
89
  ngOnChanges(): void;
90
- private createPreactComponent;
90
+ private getPreactComponentProps;
91
91
  /**
92
92
  * @internal
93
93
  */
@@ -113,7 +113,7 @@ export declare class CriteriaFilterTileComponent implements AfterViewInit, OnCha
113
113
  * @internal
114
114
  */
115
115
  ngOnChanges(): void;
116
- private createPreactComponent;
116
+ private getPreactComponentProps;
117
117
  /**
118
118
  * @internal
119
119
  */
@@ -124,7 +124,7 @@ export declare class DateRangeFilterTileComponent implements AfterViewInit, OnCh
124
124
  * @internal
125
125
  */
126
126
  ngOnChanges(): void;
127
- private createPreactComponent;
127
+ private getPreactComponentProps;
128
128
  /**
129
129
  * @internal
130
130
  */
@@ -1,4 +1,4 @@
1
- export * from './member-filter-tile.component';
1
+ export * from './criteria-filter-tile.component';
2
2
  export * from './date-range-filter-tile.component';
3
+ export * from './member-filter-tile.component';
3
4
  export * from './relative-date-filter-tile.component';
4
- export * from './criteria-filter-tile.component';
@@ -112,7 +112,7 @@ export declare class MemberFilterTileComponent implements AfterViewInit, OnChang
112
112
  * @internal
113
113
  */
114
114
  ngOnChanges(): void;
115
- private createPreactComponent;
115
+ private getPreactComponentProps;
116
116
  /**
117
117
  * @internal
118
118
  */
@@ -116,7 +116,7 @@ export declare class RelativeDateFilterTileComponent implements AfterViewInit, O
116
116
  * @internal
117
117
  */
118
118
  ngOnChanges(): void;
119
- private createPreactComponent;
119
+ private getPreactComponentProps;
120
120
  /**
121
121
  * @internal
122
122
  */
@@ -1,6 +1,6 @@
1
- export * from './filters';
2
1
  export * from './charts';
3
- export * from './widgets';
2
+ export * from './context-menu.component';
4
3
  export * from './dashboard';
5
4
  export * from './drilldown-breadcrumbs.component';
6
- export * from './context-menu.component';
5
+ export * from './filters';
6
+ export * from './widgets';
@@ -65,7 +65,6 @@ export interface ChartWidgetProps extends WithoutPreactChartEventProps<ChartWidg
65
65
  * }
66
66
  * ```
67
67
  * <img src="media://angular-chart-widget-example.png" width="800px" />
68
- *
69
68
  * @group Dashboards
70
69
  */
71
70
  export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -171,7 +170,7 @@ export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, O
171
170
  ngAfterViewInit(): void;
172
171
  /** @internal */
173
172
  ngOnChanges(): void;
174
- private createPreactComponent;
173
+ private getPreactComponentProps;
175
174
  /** @internal */
176
175
  ngOnDestroy(): void;
177
176
  static ɵfac: i0.ɵɵFactoryDeclaration<ChartWidgetComponent, never>;
@@ -112,7 +112,7 @@ export declare class DashboardWidgetComponent implements AfterViewInit, OnChange
112
112
  /** @internal */
113
113
  ngOnChanges(): void;
114
114
  /** @internal */
115
- private createPreactComponent;
115
+ private getPreactComponentProps;
116
116
  /** @internal */
117
117
  ngOnDestroy(): void;
118
118
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardWidgetComponent, never>;
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
2
- import { type DrilldownWidgetProps, type ContextMenuProps, type CustomDrilldownResult as CustomDrilldownResultBase, type ComponentRenderer, DrilldownBreadcrumbsProps } from '@sisense/sdk-ui-preact';
2
+ import { type ComponentRenderer, type ContextMenuProps, type CustomDrilldownResult as CustomDrilldownResultBase, DrilldownBreadcrumbsProps, type DrilldownWidgetProps } from '@sisense/sdk-ui-preact';
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";
@@ -74,7 +74,6 @@ export type CustomDrilldownResult = CustomDrilldownResultBase & {
74
74
  * </csdk-drilldown-widget>
75
75
  * ```
76
76
  * <img src="media://angular-drilldown-widget-example.png" width="800px" />
77
- *
78
77
  * @group Drilldown
79
78
  */
80
79
  export declare class DrilldownWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -103,14 +102,12 @@ export declare class DrilldownWidgetComponent implements AfterViewInit, OnChange
103
102
  *
104
103
  * @category Widget
105
104
  * @deprecated Use {@link drilldownPaths} instead
106
- *
107
105
  */
108
106
  drilldownDimensions: DrilldownWidgetProps['drilldownDimensions'];
109
107
  /**
110
108
  * {@inheritDoc @sisense/sdk-ui!DrilldownWidgetProps.drilldownPaths}
111
109
  *
112
110
  * @category Widget
113
- *
114
111
  */
115
112
  drilldownPaths: DrilldownWidgetProps['drilldownPaths'];
116
113
  /**
@@ -162,7 +159,7 @@ export declare class DrilldownWidgetComponent implements AfterViewInit, OnChange
162
159
  * @internal
163
160
  */
164
161
  ngOnChanges(): void;
165
- private createPreactComponent;
162
+ private getPreactComponentProps;
166
163
  /**
167
164
  * @internal
168
165
  */
@@ -1,6 +1,6 @@
1
- export * from './table-widget.component';
1
+ export * from './chart-widget.component';
2
2
  export * from './dashboard-widget.component';
3
- export * from './widget-by-id.component';
4
3
  export * from './drilldown-widget.component';
5
- export * from './chart-widget.component';
6
4
  export * from './pivot-table-widget.component';
5
+ export * from './table-widget.component';
6
+ export * from './widget-by-id.component';
@@ -119,7 +119,7 @@ export declare class PivotTableWidgetComponent implements AfterViewInit, OnChang
119
119
  ngAfterViewInit(): void;
120
120
  /** @internal */
121
121
  ngOnChanges(): void;
122
- private createPreactComponent;
122
+ private getPreactComponentProps;
123
123
  /** @internal */
124
124
  ngOnDestroy(): void;
125
125
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotTableWidgetComponent, never>;
@@ -95,7 +95,7 @@ export declare class TableWidgetComponent implements AfterViewInit, OnChanges, O
95
95
  constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
96
96
  ngAfterViewInit(): void;
97
97
  ngOnChanges(): void;
98
- private createPreactComponent;
98
+ private getPreactComponentProps;
99
99
  ngOnDestroy(): void;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<TableWidgetComponent, never>;
101
101
  static ɵcmp: i0.ɵɵComponentDeclaration<TableWidgetComponent, "csdk-table-widget", never, { "dataSource": "dataSource"; "dataOptions": "dataOptions"; "filters": "filters"; "styleOptions": "styleOptions"; "title": "title"; "description": "description"; }, {}, never, never, false, never>;
@@ -121,7 +121,7 @@ export declare class WidgetByIdComponent implements AfterViewInit, OnChanges, On
121
121
  /** @internal */
122
122
  ngOnChanges(): void;
123
123
  /** @internal */
124
- private createPreactComponent;
124
+ private getPreactComponentProps;
125
125
  /** @internal */
126
126
  ngOnDestroy(): void;
127
127
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetByIdComponent, never>;
@@ -1,2 +1,2 @@
1
- export * from './trackable.decorator';
2
1
  export * from './decorators.module';
2
+ export * from './trackable.decorator';
@@ -1,2 +1,2 @@
1
1
  export { boxWhiskerProcessResult } from '@sisense/sdk-ui-preact';
2
- export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, RangeChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, RangeChartDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, DashboardWidgetStyleOptions, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, HierarchyModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, Hierarchy, CriteriaFilterType, CommonWidgetProps, WidgetProps, TextWidgetProps, } from '@sisense/sdk-ui-preact';
2
+ export type { AppConfig, AreamapChartDataOptions, AreamapChartType, AreamapStyleOptions, AreaRangeStyleOptions, AreaStyleOptions, AreaSubtype, AxisLabel, BeforeRenderHandler, BoxplotChartCustomDataOptions, BoxplotChartDataOptions, BoxplotChartType, BoxplotDataPoint, BoxplotStyleOptions, BoxplotSubtype, BoxWhiskerType, CartesianChartDataOptions, CartesianChartType, CartesianWidgetType, CategoricalChartDataOptions, CategoricalChartType, CategoricalWidgetType, ChartDataOptions, ChartStyleOptions, ChartType, ChartWidgetStyleOptions, Color, ColorPaletteTheme, CommonWidgetProps, ConditionalDataColorOptions, Convolution, CriteriaFilterType, DashboardLayoutOptions, DashboardModel, DashboardWidgetStyleOptions, DataColorCondition, DataColorOptions, DataLimits, DataPoint, DateConfig, DateLevel, DayOfWeek, DecimalScale, DrilldownOptions, DrilldownSelection, FilterVariant, FunnelStyleOptions, GaugeIndicatorStyleOptions, GetDashboardModelOptions, GetDashboardModelsOptions, Hierarchy, HierarchyModel, HighchartsOptions, IndicatorBeforeRenderHandler, IndicatorChartDataOptions, IndicatorChartType, IndicatorComponents, IndicatorRenderOptions, IndicatorStyleOptions, Labels, Legend, LineStyleOptions, LineSubtype, LineWidth, Markers, Member, MenuItemSection, MenuPosition, MonthOfYear, MultiColumnValueToColorMap, Navigator, NumberFormatConfig, NumericBarIndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, PieStyleOptions, PieSubtype, PivotRowsSort, PivotTableDataOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, PolarStyleOptions, PolarSubtype, RangeChartDataOptions, RangeChartType, RangeDataColorOptions, ScatterChartDataOptions, ScatterChartType, ScatterDataPoint, ScattermapChartDataOptions, ScattermapChartType, ScattermapLocationLevel, ScattermapMarkers, ScattermapStyleOptions, ScatterMarkerSize, ScatterStyleOptions, SeriesChartType, SeriesLabels, SortDirection, StackableStyleOptions, StackableSubtype, StyledColumn, StyledMeasureColumn, SunburstStyleOptions, TableDataOptions, TableStyleOptions, TableType, TabularWidgetType, TextWidgetProps, ThemeOid, ThemeSettings, TreemapStyleOptions, UniformDataColorOptions, ValueToColorMap, WidgetByIdStyleOptions, WidgetDataOptions, WidgetId, WidgetModel, WidgetProps, WidgetsOptions, WidgetsPanelColumnLayout, WidgetsPanelLayout, WidgetStyleOptions, WidgetType, X2Title, } from '@sisense/sdk-ui-preact';
@@ -58,7 +58,6 @@ import * as i34 from "./decorators/decorators.module";
58
58
  * bootstrap: [AppComponent],
59
59
  * })
60
60
  * ```
61
- *
62
61
  * @group Contexts
63
62
  */
64
63
  export declare class SdkUiModule {
@@ -1,4 +1,4 @@
1
- import { type GetDashboardModelsOptions, type GetDashboardModelOptions } from '@sisense/sdk-ui-preact';
1
+ import { type GetDashboardModelOptions, type GetDashboardModelsOptions } from '@sisense/sdk-ui-preact';
2
2
  import { SisenseContextService } from './sisense-context.service';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { HierarchyModel, type GetHierarchyModelsParams as GetHierarchyModelsParamsPreact } from '@sisense/sdk-ui-preact';
1
+ import { type GetHierarchyModelsParams as GetHierarchyModelsParamsPreact, HierarchyModel } from '@sisense/sdk-ui-preact';
2
2
  import { SisenseContextService } from './sisense-context.service';
3
3
  import * as i0 from "@angular/core";
4
4
  /**