@sisense/sdk-ui-angular 1.20.0 → 1.22.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 (69) hide show
  1. package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +4 -6
  2. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +5 -3
  3. package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +5 -3
  4. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +5 -3
  5. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +5 -3
  6. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +5 -3
  7. package/dist/esm2020/lib/components/charts/chart.component.mjs +5 -2
  8. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +5 -3
  9. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +5 -3
  10. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +5 -3
  11. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +5 -3
  12. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +5 -3
  13. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +5 -3
  14. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +5 -3
  15. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +5 -3
  16. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +5 -3
  17. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +5 -3
  18. package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +14 -14
  19. package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +18 -11
  20. package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +131 -0
  21. package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -3
  22. package/dist/esm2020/lib/components/filters/index.mjs +2 -1
  23. package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -3
  24. package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +2 -2
  25. package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -2
  26. package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -3
  27. package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
  28. package/dist/esm2020/lib/sdk-ui.module.mjs +6 -2
  29. package/dist/esm2020/lib/services/dashboard.service.mjs +2 -2
  30. package/dist/esm2020/lib/services/widget.service.mjs +2 -2
  31. package/dist/esm2020/public-api.mjs +6 -8
  32. package/dist/esm2020/version.mjs +2 -2
  33. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +240 -81
  34. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  35. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +239 -80
  36. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  37. package/dist/lib/components/charts/area-chart.component.d.ts +8 -1
  38. package/dist/lib/components/charts/area-range-chart.component.d.ts +8 -1
  39. package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -1
  40. package/dist/lib/components/charts/bar-chart.component.d.ts +8 -1
  41. package/dist/lib/components/charts/boxplot-chart.component.d.ts +8 -1
  42. package/dist/lib/components/charts/chart.component.d.ts +9 -1
  43. package/dist/lib/components/charts/column-chart.component.d.ts +8 -1
  44. package/dist/lib/components/charts/funnel-chart.component.d.ts +8 -1
  45. package/dist/lib/components/charts/indicator-chart.component.d.ts +8 -1
  46. package/dist/lib/components/charts/line-chart.component.d.ts +8 -1
  47. package/dist/lib/components/charts/pie-chart.component.d.ts +8 -1
  48. package/dist/lib/components/charts/polar-chart.component.d.ts +8 -1
  49. package/dist/lib/components/charts/scatter-chart.component.d.ts +8 -1
  50. package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -1
  51. package/dist/lib/components/charts/sunburst-chart.component.d.ts +8 -1
  52. package/dist/lib/components/charts/treemap-chart.component.d.ts +8 -1
  53. package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +13 -13
  54. package/dist/lib/components/dashboard/dashboard.component.d.ts +17 -10
  55. package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +117 -0
  56. package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +0 -2
  57. package/dist/lib/components/filters/index.d.ts +1 -0
  58. package/dist/lib/components/filters/member-filter-tile.component.d.ts +0 -2
  59. package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -1
  60. package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
  61. package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
  62. package/dist/lib/sdk-ui.module.d.ts +12 -11
  63. package/dist/lib/services/dashboard.service.d.ts +1 -1
  64. package/dist/lib/services/plugins.service.d.ts +1 -1
  65. package/dist/lib/services/widget.service.d.ts +1 -1
  66. package/dist/package.json +1 -1
  67. package/dist/public-api.d.ts +5 -7
  68. package/dist/version.d.ts +1 -1
  69. package/package.json +4 -4
@@ -95,6 +95,13 @@ export declare class AreaChartComponent {
95
95
  * @category Callbacks
96
96
  */
97
97
  beforeRender: AreaChartProps['onBeforeRender'];
98
+ /**
99
+ * {@inheritDoc @sisense/sdk-ui!AreaChartProps.onDataReady}
100
+ *
101
+ * @category Callbacks
102
+ * @internal
103
+ */
104
+ dataReady: AreaChartProps['onDataReady'];
98
105
  /**
99
106
  * {@inheritDoc @sisense/sdk-ui!AreaChartProps.onDataPointClick}
100
107
  *
@@ -116,5 +123,5 @@ export declare class AreaChartComponent {
116
123
  /** @internal */
117
124
  chartType: ChartType;
118
125
  static ɵfac: i0.ɵɵFactoryDeclaration<AreaChartComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<AreaChartComponent, "csdk-area-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<AreaChartComponent, "csdk-area-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
127
  }
@@ -109,6 +109,13 @@ export declare class AreaRangeChartComponent {
109
109
  * @category Callbacks
110
110
  */
111
111
  beforeRender: AreaRangeChartProps['onBeforeRender'];
112
+ /**
113
+ * {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.onDataReady}
114
+ *
115
+ * @category Callbacks
116
+ * @internal
117
+ */
118
+ dataReady: AreaRangeChartProps['onDataReady'];
112
119
  /**
113
120
  * {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.onDataPointClick}
114
121
  *
@@ -130,5 +137,5 @@ export declare class AreaRangeChartComponent {
130
137
  /** @internal */
131
138
  chartType: ChartType;
132
139
  static ɵfac: i0.ɵɵFactoryDeclaration<AreaRangeChartComponent, never>;
133
- static ɵcmp: i0.ɵɵComponentDeclaration<AreaRangeChartComponent, "csdk-area-range-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
140
+ static ɵcmp: i0.ɵɵComponentDeclaration<AreaRangeChartComponent, "csdk-area-range-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
134
141
  }
@@ -77,6 +77,13 @@ export declare class AreamapChartComponent {
77
77
  * @category Chart
78
78
  */
79
79
  styleOptions: AreamapChartProps['styleOptions'];
80
+ /**
81
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.onDataReady}
82
+ *
83
+ * @category Callbacks
84
+ * @internal
85
+ */
86
+ dataReady: AreamapChartProps['onDataReady'];
80
87
  /**
81
88
  * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.onDataPointClick}
82
89
  *
@@ -86,5 +93,5 @@ export declare class AreamapChartComponent {
86
93
  /** @internal */
87
94
  chartType: ChartType;
88
95
  static ɵfac: i0.ɵɵFactoryDeclaration<AreamapChartComponent, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<AreamapChartComponent, "csdk-areamap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<AreamapChartComponent, "csdk-areamap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
90
97
  }
@@ -96,6 +96,13 @@ export declare class BarChartComponent {
96
96
  * @category Callbacks
97
97
  */
98
98
  beforeRender: BarChartProps['onBeforeRender'];
99
+ /**
100
+ * {@inheritDoc @sisense/sdk-ui!BarChartProps.onDataReady}
101
+ *
102
+ * @category Callbacks
103
+ * @internal
104
+ */
105
+ dataReady: BarChartProps['onDataReady'];
99
106
  /**
100
107
  * {@inheritDoc @sisense/sdk-ui!BarChartProps.onDataPointClick}
101
108
  *
@@ -117,5 +124,5 @@ export declare class BarChartComponent {
117
124
  /** @internal */
118
125
  chartType: ChartType;
119
126
  static ɵfac: i0.ɵɵFactoryDeclaration<BarChartComponent, never>;
120
- static ɵcmp: i0.ɵɵComponentDeclaration<BarChartComponent, "csdk-bar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
127
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarChartComponent, "csdk-bar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
121
128
  }
@@ -89,6 +89,13 @@ export declare class BoxplotChartComponent {
89
89
  * @category Callbacks
90
90
  */
91
91
  beforeRender: BoxplotChartProps['onBeforeRender'];
92
+ /**
93
+ * {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.onDataReady}
94
+ *
95
+ * @category Callbacks
96
+ * @internal
97
+ */
98
+ dataReady: BoxplotChartProps['onDataReady'];
92
99
  /**
93
100
  * {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.onDataPointClick}
94
101
  *
@@ -110,5 +117,5 @@ export declare class BoxplotChartComponent {
110
117
  /** @internal */
111
118
  chartType: ChartType;
112
119
  static ɵfac: i0.ɵɵFactoryDeclaration<BoxplotChartComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "csdk-boxplot-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
+ static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "csdk-boxplot-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
114
121
  }
@@ -53,6 +53,7 @@ import * as i0 from "@angular/core";
53
53
  * ```
54
54
  *
55
55
  * <img src="media://angular-chart-example.png" width="800px" />
56
+ * @shortDescription Common component for rendering charts of different types including table
56
57
  *
57
58
  * @group Charts
58
59
  */
@@ -115,6 +116,13 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
115
116
  * @category Callbacks
116
117
  */
117
118
  beforeRender: ChartProps['onBeforeRender'];
119
+ /**
120
+ * {@inheritDoc @sisense/sdk-ui!ChartProps.onDataReady}
121
+ *
122
+ * @category Callbacks
123
+ * @internal
124
+ */
125
+ dataReady: ChartProps['onDataReady'];
118
126
  /**
119
127
  * {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointClick}
120
128
  *
@@ -167,5 +175,5 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
167
175
  */
168
176
  ngOnDestroy(): void;
169
177
  static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
170
- static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "csdk-chart", never, { "chartType": "chartType"; "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
178
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "csdk-chart", never, { "chartType": "chartType"; "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
171
179
  }
@@ -95,6 +95,13 @@ export declare class ColumnChartComponent {
95
95
  * @category Callbacks
96
96
  */
97
97
  beforeRender: ColumnChartProps['onBeforeRender'];
98
+ /**
99
+ * {@inheritDoc @sisense/sdk-ui!ColumnChartProps.onDataReady}
100
+ *
101
+ * @category Callbacks
102
+ * @internal
103
+ */
104
+ dataReady: ColumnChartProps['onDataReady'];
98
105
  /**
99
106
  * {@inheritDoc @sisense/sdk-ui!ColumnChartProps.onDataPointClick}
100
107
  *
@@ -116,5 +123,5 @@ export declare class ColumnChartComponent {
116
123
  /** @internal */
117
124
  chartType: ChartType;
118
125
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChartComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChartComponent, "csdk-column-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChartComponent, "csdk-column-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
127
  }
@@ -93,6 +93,13 @@ export declare class FunnelChartComponent {
93
93
  * @category Callbacks
94
94
  */
95
95
  beforeRender: FunnelChartProps['onBeforeRender'];
96
+ /**
97
+ * {@inheritDoc @sisense/sdk-ui!FunnelChartProps.onDataReady}
98
+ *
99
+ * @category Callbacks
100
+ * @internal
101
+ */
102
+ dataReady: FunnelChartProps['onDataReady'];
96
103
  /**
97
104
  * {@inheritDoc @sisense/sdk-ui!FunnelChartProps.onDataPointClick}
98
105
  *
@@ -114,5 +121,5 @@ export declare class FunnelChartComponent {
114
121
  /** @internal */
115
122
  chartType: ChartType;
116
123
  static ɵfac: i0.ɵɵFactoryDeclaration<FunnelChartComponent, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<FunnelChartComponent, "csdk-funnel-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<FunnelChartComponent, "csdk-funnel-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
118
125
  }
@@ -91,8 +91,15 @@ export declare class IndicatorChartComponent {
91
91
  * @category Chart
92
92
  */
93
93
  styleOptions: IndicatorChartProps['styleOptions'];
94
+ /**
95
+ * {@inheritDoc @sisense/sdk-ui!IndicatorChartProps.onDataReady}
96
+ *
97
+ * @category Callbacks
98
+ * @internal
99
+ */
100
+ dataReady: IndicatorChartProps['onDataReady'];
94
101
  /** @internal */
95
102
  chartType: ChartType;
96
103
  static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorChartComponent, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorChartComponent, "csdk-indicator-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorChartComponent, "csdk-indicator-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, {}, never, never, false, never>;
98
105
  }
@@ -93,6 +93,13 @@ export declare class LineChartComponent {
93
93
  * @category Callbacks
94
94
  */
95
95
  beforeRender: LineChartProps['onBeforeRender'];
96
+ /**
97
+ * {@inheritDoc @sisense/sdk-ui!LineChartProps.onDataReady}
98
+ *
99
+ * @category Callbacks
100
+ * @internal
101
+ */
102
+ dataReady: LineChartProps['onDataReady'];
96
103
  /**
97
104
  * {@inheritDoc @sisense/sdk-ui!LineChartProps.onDataPointClick}
98
105
  *
@@ -114,5 +121,5 @@ export declare class LineChartComponent {
114
121
  /** @internal */
115
122
  chartType: ChartType;
116
123
  static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
117
- static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "csdk-line-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
124
+ static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "csdk-line-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
118
125
  }
@@ -95,6 +95,13 @@ export declare class PieChartComponent {
95
95
  * @category Callbacks
96
96
  */
97
97
  beforeRender: PieChartProps['onBeforeRender'];
98
+ /**
99
+ * {@inheritDoc @sisense/sdk-ui!PieChartProps.onDataReady}
100
+ *
101
+ * @category Callbacks
102
+ * @internal
103
+ */
104
+ dataReady: PieChartProps['onDataReady'];
98
105
  /**
99
106
  * {@inheritDoc @sisense/sdk-ui!PieChartProps.onDataPointClick}
100
107
  *
@@ -116,5 +123,5 @@ export declare class PieChartComponent {
116
123
  /** @internal */
117
124
  chartType: ChartType;
118
125
  static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "csdk-pie-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "csdk-pie-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
127
  }
@@ -94,6 +94,13 @@ export declare class PolarChartComponent {
94
94
  * @category Callbacks
95
95
  */
96
96
  beforeRender: PolarChartProps['onBeforeRender'];
97
+ /**
98
+ * {@inheritDoc @sisense/sdk-ui!PolarChartProps.onDataReady}
99
+ *
100
+ * @category Callbacks
101
+ * @internal
102
+ */
103
+ dataReady: PolarChartProps['onDataReady'];
97
104
  /**
98
105
  * {@inheritDoc @sisense/sdk-ui!PolarChartProps.onDataPointClick}
99
106
  *
@@ -115,5 +122,5 @@ export declare class PolarChartComponent {
115
122
  /** @internal */
116
123
  chartType: ChartType;
117
124
  static ɵfac: i0.ɵɵFactoryDeclaration<PolarChartComponent, never>;
118
- static ɵcmp: i0.ɵɵComponentDeclaration<PolarChartComponent, "csdk-polar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<PolarChartComponent, "csdk-polar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
119
126
  }
@@ -97,6 +97,13 @@ export declare class ScatterChartComponent {
97
97
  * @category Callbacks
98
98
  */
99
99
  beforeRender: ScatterChartProps['onBeforeRender'];
100
+ /**
101
+ * {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataReady}
102
+ *
103
+ * @category Callbacks
104
+ * @internal
105
+ */
106
+ dataReady: ScatterChartProps['onDataReady'];
100
107
  /**
101
108
  * {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataPointClick}
102
109
  *
@@ -118,5 +125,5 @@ export declare class ScatterChartComponent {
118
125
  /** @internal */
119
126
  chartType: ChartType;
120
127
  static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
121
- static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "csdk-scatter-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
128
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "csdk-scatter-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
122
129
  }
@@ -84,6 +84,13 @@ export declare class ScattermapChartComponent {
84
84
  * @category Chart
85
85
  */
86
86
  styleOptions: ScattermapChartProps['styleOptions'];
87
+ /**
88
+ * {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.onDataReady}
89
+ *
90
+ * @category Callbacks
91
+ * @internal
92
+ */
93
+ dataReady: ScattermapChartProps['onDataReady'];
87
94
  /**
88
95
  * {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.onDataPointClick}
89
96
  *
@@ -93,5 +100,5 @@ export declare class ScattermapChartComponent {
93
100
  /** @internal */
94
101
  chartType: ChartType;
95
102
  static ɵfac: i0.ɵɵFactoryDeclaration<ScattermapChartComponent, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<ScattermapChartComponent, "csdk-scattermap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScattermapChartComponent, "csdk-scattermap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
97
104
  }
@@ -95,6 +95,13 @@ export declare class SunburstChartComponent {
95
95
  * @category Callbacks
96
96
  */
97
97
  beforeRender: SunburstChartProps['onBeforeRender'];
98
+ /**
99
+ * {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataReady}
100
+ *
101
+ * @category Callbacks
102
+ * @internal
103
+ */
104
+ dataReady: SunburstChartProps['onDataReady'];
98
105
  /**
99
106
  * {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataPointClick}
100
107
  *
@@ -116,5 +123,5 @@ export declare class SunburstChartComponent {
116
123
  /** @internal */
117
124
  chartType: ChartType;
118
125
  static ɵfac: i0.ɵɵFactoryDeclaration<SunburstChartComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<SunburstChartComponent, "csdk-sunburst-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<SunburstChartComponent, "csdk-sunburst-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
127
  }
@@ -95,6 +95,13 @@ export declare class TreemapChartComponent {
95
95
  * @category Callbacks
96
96
  */
97
97
  beforeRender: TreemapChartProps['onBeforeRender'];
98
+ /**
99
+ * {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataReady}
100
+ *
101
+ * @category Callbacks
102
+ * @internal
103
+ */
104
+ dataReady: TreemapChartProps['onDataReady'];
98
105
  /**
99
106
  * {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataPointClick}
100
107
  *
@@ -116,5 +123,5 @@ export declare class TreemapChartComponent {
116
123
  /** @internal */
117
124
  chartType: ChartType;
118
125
  static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "csdk-treemap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
126
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "csdk-treemap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
120
127
  }
@@ -10,24 +10,24 @@ import * as i0 from "@angular/core";
10
10
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
11
11
  *
12
12
  * @example
13
- * ```html
14
- * <csdk-dashboard-by-id
15
- * [dashboardOid]="dashboardOid"
16
- * />
17
- * ```
18
13
  * ```ts
19
14
  * import { Component } from '@angular/core';
20
- *
21
15
  * @Component({
22
- * selector: 'app-dashboard',
23
- * templateUrl: './dashboard.component.html',
24
- * styleUrls: ['./dashboard.component.scss'],
25
- * })
26
- * export class DashboardComponent {
27
- * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
16
+ * selector: 'code-example',
17
+ * template: `
18
+ * <div style="width: 100vw;">
19
+ * <csdk-dashboard-by-id *ngIf="dashboardOid" [dashboardOid]="dashboardOid" />
20
+ * </div>
21
+ * `,
22
+ * })
23
+ * export class CodeExampleComponent {
24
+ * dashboardOid = 'your-dashboard-oid';
28
25
  * }
29
26
  * ```
30
- * @group Fusion Embed
27
+ *
28
+ * To learn more about this and related dashboard components,
29
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
30
+ * @group Fusion Assets
31
31
  * @fusionEmbed
32
32
  * @beta
33
33
  */
@@ -12,18 +12,22 @@ import * as i0 from "@angular/core";
12
12
  * ```html
13
13
  * <csdk-dashboard
14
14
  * *ngIf="dashboard"
15
- * [title]="dashboard!.title"
16
- * [layoutOptions]="dashboard!.layoutOptions"
17
- * [widgets]="dashboard!.widgets"
18
- * [filters]="dashboard!.filters"
19
- * [defaultDataSource]="dashboard!.dataSource"
20
- * [widgetsOptions]="dashboard!.widgetsOptions"
15
+ * [title]="dashboard.title"
16
+ * [layoutOptions]="dashboard.layoutOptions"
17
+ * [widgets]="dashboard.widgets"
18
+ * [filters]="dashboard.filters"
19
+ * [defaultDataSource]="dashboard.defaultDataSource"
20
+ * [widgetsOptions]="dashboard.widgetsOptions"
21
21
  * />
22
22
  * ```
23
23
  *
24
24
  * ```ts
25
25
  * import { Component } from '@angular/core';
26
- * import { type DashboardProps, DashboardService } from '@sisense/sdk-ui-angular';
26
+ * import {
27
+ * type DashboardProps,
28
+ * DashboardService,
29
+ * dashboardModelTranslator,
30
+ * } from '@sisense/sdk-ui-angular';
27
31
  *
28
32
  * @Component({
29
33
  * selector: 'app-dashboard',
@@ -37,11 +41,14 @@ import * as i0 from "@angular/core";
37
41
  * constructor(private dashboardService: DashboardService) {}
38
42
  *
39
43
  * async ngOnInit(): Promise<void> {
40
- * const dashboardModel = await this.dashboardService.getDashboardModel('60f3e3e3e4b0e3e3e4b0e3e3', { includeWidgets: true, includeFilters: true });
41
- * this.dashboardProps = dashboardModelTranslator.toDashboardProps(dashboardModel);
44
+ * const dashboardModel = await this.dashboardService.getDashboardModel('your-dashboard-oid', { includeWidgets: true, includeFilters: true });
45
+ * this.dashboard = dashboardModelTranslator.toDashboardProps(dashboardModel);
42
46
  * }
43
47
  * ```
44
- * @group Dashboarding
48
+ *
49
+ * To learn more about this and related dashboard components,
50
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
51
+ * @group Dashboards
45
52
  * @beta
46
53
  */
47
54
  export declare class DashboardComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -0,0 +1,117 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
2
+ import { type CriteriaFilterTileProps } from '@sisense/sdk-ui-preact';
3
+ import { SisenseContextService } from '../../services/sisense-context.service';
4
+ import { ThemeService } from '../../services/theme.service';
5
+ import type { ArgumentsAsObject } from '../../types/utility-types';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Criteria Filter Tile Component
9
+ *
10
+ * @example
11
+ * ```html
12
+ * <csdk-criteria-filter-tile
13
+ * [title]="criteriaFilterTileProps.title"
14
+ * [filter]="criteriaFilterTileProps.filter"
15
+ * (filterChange)="criteriaFilterTileProps.setFilter($event)"
16
+ * />
17
+ * ```
18
+ * ```ts
19
+ * import { Component } from '@angular/core';
20
+ * import { Filter, filterFactory } from '@sisense/sdk-data';
21
+ * import * as DM from '../../assets/sample-healthcare-model';
22
+ *
23
+ * @Component({
24
+ * selector: 'app-filters',
25
+ * templateUrl: './filters.component.html',
26
+ * styleUrls: ['./filters.component.scss'],
27
+ * })
28
+ * export class FiltersComponent {
29
+ * DM = DM;
30
+ * title: 'Room Number',
31
+ * filter: filterFactory.lessThan(DM.Rooms.Room_number, 200) as CriteriaFilterType,
32
+ * setFilter({ filter }: { filter: Filter | null }) {
33
+ * console.log(filter);
34
+ * if (filter) {
35
+ * this.filter = filter as CriteriaFilterType;
36
+ * }
37
+ * },
38
+ * }
39
+ * ```
40
+ * <img src="media://angular-criteria-filter-tile-example.png" width="400px" />
41
+ * @group Filter Tiles
42
+ */
43
+ export declare class CriteriaFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
44
+ /**
45
+ * Sisense context service
46
+ *
47
+ * @category Constructor
48
+ */
49
+ sisenseContextService: SisenseContextService;
50
+ /**
51
+ * Theme service
52
+ *
53
+ * @category Constructor
54
+ */
55
+ themeService: ThemeService;
56
+ /**
57
+ * @internal
58
+ */
59
+ preactRef: ElementRef<HTMLDivElement>;
60
+ /**
61
+ * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.title}
62
+ */
63
+ title: CriteriaFilterTileProps['title'];
64
+ /**
65
+ * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.filter}
66
+ */
67
+ filter: CriteriaFilterTileProps['filter'];
68
+ /**
69
+ * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.arrangement}
70
+ */
71
+ arrangement: CriteriaFilterTileProps['arrangement'];
72
+ /**
73
+ * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.measures}
74
+ */
75
+ measures: CriteriaFilterTileProps['measures'];
76
+ /** @internal */
77
+ tileDesignOptions: CriteriaFilterTileProps['tileDesignOptions'];
78
+ /**
79
+ * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.onChange}
80
+ */
81
+ filterChange: EventEmitter<ArgumentsAsObject<(filter: import("@sisense/sdk-data").Filter | null) => void, ["filter"]>>;
82
+ private componentAdapter;
83
+ /**
84
+ * Constructor for the `CriteriaFilterTileComponent`.
85
+ *
86
+ * @param sisenseContextService - Sisense context service
87
+ * @param themeService - Theme service
88
+ */
89
+ constructor(
90
+ /**
91
+ * Sisense context service
92
+ *
93
+ * @category Constructor
94
+ */
95
+ sisenseContextService: SisenseContextService,
96
+ /**
97
+ * Theme service
98
+ *
99
+ * @category Constructor
100
+ */
101
+ themeService: ThemeService);
102
+ /**
103
+ * @internal
104
+ */
105
+ ngAfterViewInit(): void;
106
+ /**
107
+ * @internal
108
+ */
109
+ ngOnChanges(): void;
110
+ private createPreactComponent;
111
+ /**
112
+ * @internal
113
+ */
114
+ ngOnDestroy(): void;
115
+ static ɵfac: i0.ɵɵFactoryDeclaration<CriteriaFilterTileComponent, never>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<CriteriaFilterTileComponent, "csdk-criteria-filter-tile", never, { "title": "title"; "filter": "filter"; "arrangement": "arrangement"; "measures": "measures"; "tileDesignOptions": "tileDesignOptions"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
117
+ }
@@ -18,7 +18,6 @@ import * as i0 from "@angular/core";
18
18
  * ```
19
19
  * ```ts
20
20
  * import { Component } from '@angular/core';
21
- * import { Member } from '@sisense/sdk-ui-angular';
22
21
  * import { Filter, filterFactory } from '@sisense/sdk-data';
23
22
  * import * as DM from '../../assets/sample-healthcare-model';
24
23
  *
@@ -44,7 +43,6 @@ import * as i0 from "@angular/core";
44
43
  * }
45
44
  * ```
46
45
  * <img src="media://angular-date-range-filter-tile-example.png" width="600px" />
47
- *
48
46
  * @group Filter Tiles
49
47
  */
50
48
  export declare class DateRangeFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -1,3 +1,4 @@
1
1
  export * from './basic-member-filter-tile.component';
2
2
  export * from './member-filter-tile.component';
3
3
  export * from './date-range-filter-tile.component';
4
+ export * from './criteria-filter-tile.component';
@@ -18,7 +18,6 @@ import * as i0 from "@angular/core";
18
18
  * ```
19
19
  * ```ts
20
20
  * import { Component } from '@angular/core';
21
- * import { Member } from '@sisense/sdk-ui-angular';
22
21
  * import { Filter, filterFactory } from '@sisense/sdk-data';
23
22
  * import * as DM from '../../assets/sample-healthcare-model';
24
23
  *
@@ -40,7 +39,6 @@ import * as i0 from "@angular/core";
40
39
  * }
41
40
  * ```
42
41
  * <img src="media://angular-member-filter-tile-example.png" width="400px" />
43
- *
44
42
  * @group Filter Tiles
45
43
  */
46
44
  export declare class MemberFilterTileComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -60,7 +60,7 @@ import * as i0 from "@angular/core";
60
60
  * ```
61
61
  * <img src="media://angular-chart-widget-example.png" width="800px" />
62
62
  *
63
- * @group Dashboarding
63
+ * @group Dashboards
64
64
  */
65
65
  export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
66
66
  private sisenseContextService;
@@ -34,7 +34,7 @@ import * as i0 from "@angular/core";
34
34
  * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
35
35
  * }
36
36
  * ```
37
- * @group Fusion Embed
37
+ * @group Fusion Assets
38
38
  * @fusionEmbed
39
39
  */
40
40
  export declare class DashboardWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
@@ -1,2 +1,2 @@
1
- export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, } from '@sisense/sdk-ui-preact';
1
+ export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, dashboardHelpers, } from '@sisense/sdk-ui-preact';
2
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, TableStyleOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, DashboardProps, DashboardLayoutOptions, DashboardConfig, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, WidgetProps, AppConfig, DateConfig, ContextMenuProps, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';