@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
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter, Component, ViewChild, Input, Output, InjectionToken, Injectable, Inject, NgModule, Optional } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { ComponentAdapter, createElement, BasicMemberFilterTile, createContextProviderRenderer, CustomThemeProvider, CustomSisenseContextProvider, CustomPluginsProvider, createClientApplication, executeQuery, executeQueryByWidgetId, getDashboardModel, getDashboardModels, getWidgetModel, getDefaultThemeSettings, getThemeSettingsByOid, MemberFilterTile, DateRangeFilterTile, Chart, Table, PivotTable, TableWidget, DashboardWidget, createWrapperElementHandler, createWrapperElement, DrilldownWidget, createComponentRenderer, ChartWidget, DashboardById, Dashboard, DrilldownBreadcrumbs, ContextMenu } from '@sisense/sdk-ui-preact';
5
- export { boxWhiskerProcessResult, dashboardModelTranslator, widgetModelTranslator } from '@sisense/sdk-ui-preact';
4
+ import { ComponentAdapter, createElement, BasicMemberFilterTile, createContextProviderRenderer, CustomThemeProvider, CustomSisenseContextProvider, CustomPluginsProvider, createClientApplication, executeQuery, executeQueryByWidgetId, getDashboardModel, getDashboardModels, getWidgetModel, getDefaultThemeSettings, getThemeSettingsByOid, MemberFilterTile, DateRangeFilterTile, CriteriaFilterTile, Chart, Table, PivotTable, TableWidget, DashboardWidget, createWrapperElementHandler, createWrapperElement, DrilldownWidget, createComponentRenderer, ChartWidget, DashboardById, Dashboard, DrilldownBreadcrumbs, ContextMenu } from '@sisense/sdk-ui-preact';
5
+ export { boxWhiskerProcessResult, dashboardHelpers, dashboardModelTranslator, widgetModelTranslator } from '@sisense/sdk-ui-preact';
6
6
  import { __awaiter, __decorate } from 'tslib';
7
7
  import { map, BehaviorSubject } from 'rxjs';
8
8
  import merge from 'ts-deepmerge';
@@ -106,20 +106,18 @@ const createThemeContextConnector = (themeService) => {
106
106
  const createSisenseContextConnector = (sisenseContextService) => {
107
107
  return {
108
108
  prepareContext() {
109
- var _a;
109
+ var _a, _b;
110
110
  return __awaiter(this, void 0, void 0, function* () {
111
- const { enableTracking, showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
111
+ const { showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
112
112
  const app = yield sisenseContextService.getApp();
113
113
  return {
114
114
  app,
115
115
  isInitialized: true,
116
116
  showRuntimeErrors,
117
117
  tracking: {
118
- // if tracking is configured in appConfig, use it, otherwise use enableTracking
118
+ // if tracking is configured in appConfig, use it
119
119
  // if none is set, default to true
120
- enabled: ((_a = appConfig === null || appConfig === void 0 ? void 0 : appConfig.trackingConfig) === null || _a === void 0 ? void 0 : _a.enabled) !== undefined
121
- ? appConfig.trackingConfig.enabled
122
- : enableTracking !== null && enableTracking !== void 0 ? enableTracking : true,
120
+ enabled: (_b = (_a = appConfig === null || appConfig === void 0 ? void 0 : appConfig.trackingConfig) === null || _a === void 0 ? void 0 : _a.enabled) !== null && _b !== void 0 ? _b : true,
123
121
  packageName: 'sdk-ui-angular',
124
122
  },
125
123
  };
@@ -327,7 +325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
327
325
  *
328
326
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
329
327
  *
330
- * @group Fusion Embed
328
+ * @group Fusion Assets
331
329
  * @fusionEmbed
332
330
  */
333
331
  let DashboardService = class DashboardService {
@@ -375,7 +373,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
375
373
  /**
376
374
  * Service for working with Sisense Fusion widgets.
377
375
  *
378
- * @group Fusion Embed
376
+ * @group Fusion Assets
379
377
  * @fusionEmbed
380
378
  */
381
379
  let WidgetService = class WidgetService {
@@ -424,7 +422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
424
422
  }]
425
423
  }], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
426
424
 
427
- var packageVersion = '1.20.0';
425
+ var packageVersion = '1.22.0';
428
426
 
429
427
  function Trackable(target, propertyKey, descriptor) {
430
428
  const originalMethod = descriptor.value;
@@ -451,9 +449,8 @@ function track(action, methodName) {
451
449
  var _a, _b, _c;
452
450
  return __awaiter(this, void 0, void 0, function* () {
453
451
  try {
454
- const { enableTracking } = DecoratorsModule.sisenseContextService.getConfig();
455
452
  const app = yield DecoratorsModule.sisenseContextService.getApp();
456
- const trackingEnabled = enableTracking && ((_c = (_b = (_a = app.settings) === null || _a === void 0 ? void 0 : _a.trackingConfig) === null || _b === void 0 ? void 0 : _b.enabled) !== null && _c !== void 0 ? _c : enableTracking);
453
+ const trackingEnabled = (_c = (_b = (_a = app.settings) === null || _a === void 0 ? void 0 : _a.trackingConfig) === null || _b === void 0 ? void 0 : _b.enabled) !== null && _c !== void 0 ? _c : true;
457
454
  if (app === null || app === void 0 ? void 0 : app.httpClient) {
458
455
  const payload = {
459
456
  packageName: 'sdk-ui-angular',
@@ -587,7 +584,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
587
584
  * ```
588
585
  * ```ts
589
586
  * import { Component } from '@angular/core';
590
- * import { Member } from '@sisense/sdk-ui-angular';
591
587
  * import { Filter, filterFactory } from '@sisense/sdk-data';
592
588
  * import * as DM from '../../assets/sample-healthcare-model';
593
589
  *
@@ -609,7 +605,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
609
605
  * }
610
606
  * ```
611
607
  * <img src="media://angular-member-filter-tile-example.png" width="400px" />
612
- *
613
608
  * @group Filter Tiles
614
609
  */
615
610
  class MemberFilterTileComponent {
@@ -711,7 +706,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
711
706
  * ```
712
707
  * ```ts
713
708
  * import { Component } from '@angular/core';
714
- * import { Member } from '@sisense/sdk-ui-angular';
715
709
  * import { Filter, filterFactory } from '@sisense/sdk-data';
716
710
  * import * as DM from '../../assets/sample-healthcare-model';
717
711
  *
@@ -737,7 +731,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
737
731
  * }
738
732
  * ```
739
733
  * <img src="media://angular-date-range-filter-tile-example.png" width="600px" />
740
- *
741
734
  * @group Filter Tiles
742
735
  */
743
736
  class DateRangeFilterTileComponent {
@@ -831,6 +824,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
831
824
  type: Output
832
825
  }] } });
833
826
 
827
+ /**
828
+ * Criteria Filter Tile Component
829
+ *
830
+ * @example
831
+ * ```html
832
+ * <csdk-criteria-filter-tile
833
+ * [title]="criteriaFilterTileProps.title"
834
+ * [filter]="criteriaFilterTileProps.filter"
835
+ * (filterChange)="criteriaFilterTileProps.setFilter($event)"
836
+ * />
837
+ * ```
838
+ * ```ts
839
+ * import { Component } from '@angular/core';
840
+ * import { Filter, filterFactory } from '@sisense/sdk-data';
841
+ * import * as DM from '../../assets/sample-healthcare-model';
842
+ *
843
+ * @Component({
844
+ * selector: 'app-filters',
845
+ * templateUrl: './filters.component.html',
846
+ * styleUrls: ['./filters.component.scss'],
847
+ * })
848
+ * export class FiltersComponent {
849
+ * DM = DM;
850
+ * title: 'Room Number',
851
+ * filter: filterFactory.lessThan(DM.Rooms.Room_number, 200) as CriteriaFilterType,
852
+ * setFilter({ filter }: { filter: Filter | null }) {
853
+ * console.log(filter);
854
+ * if (filter) {
855
+ * this.filter = filter as CriteriaFilterType;
856
+ * }
857
+ * },
858
+ * }
859
+ * ```
860
+ * <img src="media://angular-criteria-filter-tile-example.png" width="400px" />
861
+ * @group Filter Tiles
862
+ */
863
+ class CriteriaFilterTileComponent {
864
+ /**
865
+ * Constructor for the `CriteriaFilterTileComponent`.
866
+ *
867
+ * @param sisenseContextService - Sisense context service
868
+ * @param themeService - Theme service
869
+ */
870
+ constructor(
871
+ /**
872
+ * Sisense context service
873
+ *
874
+ * @category Constructor
875
+ */
876
+ sisenseContextService,
877
+ /**
878
+ * Theme service
879
+ *
880
+ * @category Constructor
881
+ */
882
+ themeService) {
883
+ this.sisenseContextService = sisenseContextService;
884
+ this.themeService = themeService;
885
+ /**
886
+ * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.onChange}
887
+ */
888
+ this.filterChange = new EventEmitter();
889
+ this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent(), [
890
+ createSisenseContextConnector(this.sisenseContextService),
891
+ createThemeContextConnector(this.themeService),
892
+ ]);
893
+ }
894
+ /**
895
+ * @internal
896
+ */
897
+ ngAfterViewInit() {
898
+ this.componentAdapter.render(this.preactRef.nativeElement);
899
+ }
900
+ /**
901
+ * @internal
902
+ */
903
+ ngOnChanges() {
904
+ if (this.preactRef) {
905
+ this.componentAdapter.render(this.preactRef.nativeElement);
906
+ }
907
+ }
908
+ createPreactComponent() {
909
+ const props = {
910
+ title: this.title,
911
+ filter: this.filter,
912
+ arrangement: this.arrangement,
913
+ measures: this.measures,
914
+ tileDesignOptions: this.tileDesignOptions,
915
+ onUpdate: (...[filter]) => this.filterChange.emit({ filter }),
916
+ };
917
+ return createElement(CriteriaFilterTile, props);
918
+ }
919
+ /**
920
+ * @internal
921
+ */
922
+ ngOnDestroy() {
923
+ this.componentAdapter.destroy();
924
+ }
925
+ }
926
+ CriteriaFilterTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CriteriaFilterTileComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
927
+ CriteriaFilterTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CriteriaFilterTileComponent, selector: "csdk-criteria-filter-tile", inputs: { title: "title", filter: "filter", arrangement: "arrangement", measures: "measures", tileDesignOptions: "tileDesignOptions" }, outputs: { filterChange: "filterChange" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CriteriaFilterTileComponent, decorators: [{
929
+ type: Component,
930
+ args: [{
931
+ selector: 'csdk-criteria-filter-tile',
932
+ template,
933
+ }]
934
+ }], ctorParameters: function () { return [{ type: SisenseContextService }, { type: ThemeService }]; }, propDecorators: { preactRef: [{
935
+ type: ViewChild,
936
+ args: [rootId]
937
+ }], title: [{
938
+ type: Input
939
+ }], filter: [{
940
+ type: Input
941
+ }], arrangement: [{
942
+ type: Input
943
+ }], measures: [{
944
+ type: Input
945
+ }], tileDesignOptions: [{
946
+ type: Input
947
+ }], filterChange: [{
948
+ type: Output
949
+ }] } });
950
+
834
951
  /**
835
952
  * An Angular component used for easily switching chart types or rendering multiple series of different chart types.
836
953
  *
@@ -880,6 +997,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
880
997
  * ```
881
998
  *
882
999
  * <img src="media://angular-chart-example.png" width="800px" />
1000
+ * @shortDescription Common component for rendering charts of different types including table
883
1001
  *
884
1002
  * @group Charts
885
1003
  */
@@ -966,7 +1084,7 @@ class ChartComponent {
966
1084
  }
967
1085
  }
968
1086
  ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
969
- ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartComponent, selector: "csdk-chart", inputs: { chartType: "chartType", dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
1087
+ ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartComponent, selector: "csdk-chart", inputs: { chartType: "chartType", dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
970
1088
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, decorators: [{
971
1089
  type: Component,
972
1090
  args: [{
@@ -990,6 +1108,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
990
1108
  type: Input
991
1109
  }], beforeRender: [{
992
1110
  type: Input
1111
+ }], dataReady: [{
1112
+ type: Input
993
1113
  }], dataPointClick: [{
994
1114
  type: Output
995
1115
  }], dataPointContextMenu: [{
@@ -1165,7 +1285,7 @@ class ColumnChartComponent {
1165
1285
  }
1166
1286
  }
1167
1287
  ColumnChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1168
- ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChartComponent, selector: "csdk-column-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1288
+ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChartComponent, selector: "csdk-column-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1169
1289
  <csdk-chart
1170
1290
  [chartType]="chartType"
1171
1291
  [dataSet]="dataSet"
@@ -1178,7 +1298,7 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
1178
1298
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1179
1299
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1180
1300
  />
1181
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1301
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1182
1302
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
1183
1303
  type: Component,
1184
1304
  args: [{
@@ -1210,6 +1330,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1210
1330
  type: Input
1211
1331
  }], beforeRender: [{
1212
1332
  type: Input
1333
+ }], dataReady: [{
1334
+ type: Input
1213
1335
  }], dataPointClick: [{
1214
1336
  type: Output
1215
1337
  }], dataPointContextMenu: [{
@@ -1299,7 +1421,7 @@ class BarChartComponent {
1299
1421
  }
1300
1422
  }
1301
1423
  BarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1302
- BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BarChartComponent, selector: "csdk-bar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1424
+ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BarChartComponent, selector: "csdk-bar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1303
1425
  <csdk-chart
1304
1426
  [chartType]="chartType"
1305
1427
  [dataSet]="dataSet"
@@ -1312,7 +1434,7 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
1312
1434
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1313
1435
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1314
1436
  />
1315
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1437
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1316
1438
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
1317
1439
  type: Component,
1318
1440
  args: [{
@@ -1344,6 +1466,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1344
1466
  type: Input
1345
1467
  }], beforeRender: [{
1346
1468
  type: Input
1469
+ }], dataReady: [{
1470
+ type: Input
1347
1471
  }], dataPointClick: [{
1348
1472
  type: Output
1349
1473
  }], dataPointContextMenu: [{
@@ -1432,7 +1556,7 @@ class AreaChartComponent {
1432
1556
  }
1433
1557
  }
1434
1558
  AreaChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1435
- AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaChartComponent, selector: "csdk-area-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1559
+ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaChartComponent, selector: "csdk-area-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1436
1560
  <csdk-chart
1437
1561
  [chartType]="chartType"
1438
1562
  [dataSet]="dataSet"
@@ -1445,7 +1569,7 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
1445
1569
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1446
1570
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1447
1571
  />
1448
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1572
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1449
1573
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
1450
1574
  type: Component,
1451
1575
  args: [{
@@ -1477,6 +1601,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1477
1601
  type: Input
1478
1602
  }], beforeRender: [{
1479
1603
  type: Input
1604
+ }], dataReady: [{
1605
+ type: Input
1480
1606
  }], dataPointClick: [{
1481
1607
  type: Output
1482
1608
  }], dataPointContextMenu: [{
@@ -1563,7 +1689,7 @@ class LineChartComponent {
1563
1689
  }
1564
1690
  }
1565
1691
  LineChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1566
- LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LineChartComponent, selector: "csdk-line-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1692
+ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LineChartComponent, selector: "csdk-line-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1567
1693
  <csdk-chart
1568
1694
  [chartType]="chartType"
1569
1695
  [dataSet]="dataSet"
@@ -1576,7 +1702,7 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
1576
1702
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1577
1703
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1578
1704
  />
1579
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1705
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1580
1706
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
1581
1707
  type: Component,
1582
1708
  args: [{
@@ -1608,6 +1734,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1608
1734
  type: Input
1609
1735
  }], beforeRender: [{
1610
1736
  type: Input
1737
+ }], dataReady: [{
1738
+ type: Input
1611
1739
  }], dataPointClick: [{
1612
1740
  type: Output
1613
1741
  }], dataPointContextMenu: [{
@@ -1682,7 +1810,7 @@ class IndicatorChartComponent {
1682
1810
  }
1683
1811
  }
1684
1812
  IndicatorChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1685
- IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IndicatorChartComponent, selector: "csdk-indicator-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, ngImport: i0, template: `
1813
+ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IndicatorChartComponent, selector: "csdk-indicator-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, ngImport: i0, template: `
1686
1814
  <csdk-chart
1687
1815
  [chartType]="chartType"
1688
1816
  [dataSet]="dataSet"
@@ -1691,7 +1819,7 @@ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
1691
1819
  [highlights]="highlights"
1692
1820
  [styleOptions]="styleOptions"
1693
1821
  />
1694
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1822
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1695
1823
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, decorators: [{
1696
1824
  type: Component,
1697
1825
  args: [{
@@ -1717,6 +1845,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1717
1845
  type: Input
1718
1846
  }], styleOptions: [{
1719
1847
  type: Input
1848
+ }], dataReady: [{
1849
+ type: Input
1720
1850
  }] } });
1721
1851
 
1722
1852
  /**
@@ -1801,7 +1931,7 @@ class ScatterChartComponent {
1801
1931
  }
1802
1932
  }
1803
1933
  ScatterChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1804
- ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScatterChartComponent, selector: "csdk-scatter-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1934
+ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScatterChartComponent, selector: "csdk-scatter-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1805
1935
  <csdk-chart
1806
1936
  [chartType]="chartType"
1807
1937
  [dataSet]="dataSet"
@@ -1814,7 +1944,7 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
1814
1944
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1815
1945
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1816
1946
  />
1817
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1947
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1818
1948
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
1819
1949
  type: Component,
1820
1950
  args: [{
@@ -1846,6 +1976,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1846
1976
  type: Input
1847
1977
  }], beforeRender: [{
1848
1978
  type: Input
1979
+ }], dataReady: [{
1980
+ type: Input
1849
1981
  }], dataPointClick: [{
1850
1982
  type: Output
1851
1983
  }], dataPointContextMenu: [{
@@ -1934,7 +2066,7 @@ class PieChartComponent {
1934
2066
  }
1935
2067
  }
1936
2068
  PieChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1937
- PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PieChartComponent, selector: "csdk-pie-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2069
+ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PieChartComponent, selector: "csdk-pie-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
1938
2070
  <csdk-chart
1939
2071
  [chartType]="chartType"
1940
2072
  [dataSet]="dataSet"
@@ -1947,7 +2079,7 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
1947
2079
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1948
2080
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1949
2081
  />
1950
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2082
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1951
2083
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
1952
2084
  type: Component,
1953
2085
  args: [{
@@ -1979,6 +2111,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1979
2111
  type: Input
1980
2112
  }], beforeRender: [{
1981
2113
  type: Input
2114
+ }], dataReady: [{
2115
+ type: Input
1982
2116
  }], dataPointClick: [{
1983
2117
  type: Output
1984
2118
  }], dataPointContextMenu: [{
@@ -2065,7 +2199,7 @@ class FunnelChartComponent {
2065
2199
  }
2066
2200
  }
2067
2201
  FunnelChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2068
- FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FunnelChartComponent, selector: "csdk-funnel-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2202
+ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FunnelChartComponent, selector: "csdk-funnel-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2069
2203
  <csdk-chart
2070
2204
  [chartType]="chartType"
2071
2205
  [dataSet]="dataSet"
@@ -2078,7 +2212,7 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
2078
2212
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2079
2213
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2080
2214
  />
2081
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2215
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2082
2216
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
2083
2217
  type: Component,
2084
2218
  args: [{
@@ -2110,6 +2244,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2110
2244
  type: Input
2111
2245
  }], beforeRender: [{
2112
2246
  type: Input
2247
+ }], dataReady: [{
2248
+ type: Input
2113
2249
  }], dataPointClick: [{
2114
2250
  type: Output
2115
2251
  }], dataPointContextMenu: [{
@@ -2197,7 +2333,7 @@ class PolarChartComponent {
2197
2333
  }
2198
2334
  }
2199
2335
  PolarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2200
- PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PolarChartComponent, selector: "csdk-polar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2336
+ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PolarChartComponent, selector: "csdk-polar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2201
2337
  <csdk-chart
2202
2338
  [chartType]="chartType"
2203
2339
  [dataSet]="dataSet"
@@ -2210,7 +2346,7 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
2210
2346
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2211
2347
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2212
2348
  />
2213
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2349
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2214
2350
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
2215
2351
  type: Component,
2216
2352
  args: [{
@@ -2242,6 +2378,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2242
2378
  type: Input
2243
2379
  }], beforeRender: [{
2244
2380
  type: Input
2381
+ }], dataReady: [{
2382
+ type: Input
2245
2383
  }], dataPointClick: [{
2246
2384
  type: Output
2247
2385
  }], dataPointContextMenu: [{
@@ -2330,7 +2468,7 @@ class TreemapChartComponent {
2330
2468
  }
2331
2469
  }
2332
2470
  TreemapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2333
- TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreemapChartComponent, selector: "csdk-treemap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2471
+ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreemapChartComponent, selector: "csdk-treemap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2334
2472
  <csdk-chart
2335
2473
  [chartType]="chartType"
2336
2474
  [dataSet]="dataSet"
@@ -2343,7 +2481,7 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2343
2481
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2344
2482
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2345
2483
  />
2346
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2484
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2347
2485
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
2348
2486
  type: Component,
2349
2487
  args: [{
@@ -2375,6 +2513,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2375
2513
  type: Input
2376
2514
  }], beforeRender: [{
2377
2515
  type: Input
2516
+ }], dataReady: [{
2517
+ type: Input
2378
2518
  }], dataPointClick: [{
2379
2519
  type: Output
2380
2520
  }], dataPointContextMenu: [{
@@ -2463,7 +2603,7 @@ class SunburstChartComponent {
2463
2603
  }
2464
2604
  }
2465
2605
  SunburstChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2466
- SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SunburstChartComponent, selector: "csdk-sunburst-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2606
+ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SunburstChartComponent, selector: "csdk-sunburst-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2467
2607
  <csdk-chart
2468
2608
  [chartType]="chartType"
2469
2609
  [dataSet]="dataSet"
@@ -2476,7 +2616,7 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2476
2616
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2477
2617
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2478
2618
  />
2479
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2619
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2480
2620
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
2481
2621
  type: Component,
2482
2622
  args: [{
@@ -2508,6 +2648,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2508
2648
  type: Input
2509
2649
  }], beforeRender: [{
2510
2650
  type: Input
2651
+ }], dataReady: [{
2652
+ type: Input
2511
2653
  }], dataPointClick: [{
2512
2654
  type: Output
2513
2655
  }], dataPointContextMenu: [{
@@ -2590,7 +2732,7 @@ class BoxplotChartComponent {
2590
2732
  }
2591
2733
  }
2592
2734
  BoxplotChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2593
- BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BoxplotChartComponent, selector: "csdk-boxplot-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2735
+ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BoxplotChartComponent, selector: "csdk-boxplot-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
2594
2736
  <csdk-chart
2595
2737
  [chartType]="chartType"
2596
2738
  [dataSet]="dataSet"
@@ -2603,7 +2745,7 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2603
2745
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2604
2746
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2605
2747
  />
2606
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2748
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2607
2749
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
2608
2750
  type: Component,
2609
2751
  args: [{
@@ -2635,6 +2777,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2635
2777
  type: Input
2636
2778
  }], beforeRender: [{
2637
2779
  type: Input
2780
+ }], dataReady: [{
2781
+ type: Input
2638
2782
  }], dataPointClick: [{
2639
2783
  type: Output
2640
2784
  }], dataPointContextMenu: [{
@@ -2706,7 +2850,7 @@ class ScattermapChartComponent {
2706
2850
  }
2707
2851
  }
2708
2852
  ScattermapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2709
- ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScattermapChartComponent, selector: "csdk-scattermap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
2853
+ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScattermapChartComponent, selector: "csdk-scattermap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
2710
2854
  <csdk-chart
2711
2855
  [chartType]="chartType"
2712
2856
  [dataSet]="dataSet"
@@ -2716,7 +2860,7 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
2716
2860
  [styleOptions]="styleOptions"
2717
2861
  (dataPointClick)="dataPointClick.emit($event)"
2718
2862
  />
2719
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2863
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2720
2864
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
2721
2865
  type: Component,
2722
2866
  args: [{
@@ -2743,6 +2887,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2743
2887
  type: Input
2744
2888
  }], styleOptions: [{
2745
2889
  type: Input
2890
+ }], dataReady: [{
2891
+ type: Input
2746
2892
  }], dataPointClick: [{
2747
2893
  type: Output
2748
2894
  }] } });
@@ -2804,7 +2950,7 @@ class AreamapChartComponent {
2804
2950
  }
2805
2951
  }
2806
2952
  AreamapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2807
- AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreamapChartComponent, selector: "csdk-areamap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
2953
+ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreamapChartComponent, selector: "csdk-areamap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
2808
2954
  <csdk-chart
2809
2955
  [chartType]="chartType"
2810
2956
  [dataSet]="dataSet"
@@ -2814,7 +2960,7 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2814
2960
  [styleOptions]="styleOptions"
2815
2961
  (dataPointClick)="dataPointClick.emit($event)"
2816
2962
  />
2817
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2963
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2818
2964
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
2819
2965
  type: Component,
2820
2966
  args: [{
@@ -2841,6 +2987,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2841
2987
  type: Input
2842
2988
  }], styleOptions: [{
2843
2989
  type: Input
2990
+ }], dataReady: [{
2991
+ type: Input
2844
2992
  }], dataPointClick: [{
2845
2993
  type: Output
2846
2994
  }] } });
@@ -3052,7 +3200,7 @@ class AreaRangeChartComponent {
3052
3200
  }
3053
3201
  }
3054
3202
  AreaRangeChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3055
- AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaRangeChartComponent, selector: "csdk-area-range-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
3203
+ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaRangeChartComponent, selector: "csdk-area-range-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
3056
3204
  <csdk-chart
3057
3205
  [chartType]="chartType"
3058
3206
  [dataSet]="dataSet"
@@ -3065,7 +3213,7 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
3065
3213
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
3066
3214
  (dataPointsSelect)="dataPointsSelect.emit($event)"
3067
3215
  />
3068
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
3216
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
3069
3217
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
3070
3218
  type: Component,
3071
3219
  args: [{
@@ -3097,6 +3245,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3097
3245
  type: Input
3098
3246
  }], beforeRender: [{
3099
3247
  type: Input
3248
+ }], dataReady: [{
3249
+ type: Input
3100
3250
  }], dataPointClick: [{
3101
3251
  type: Output
3102
3252
  }], dataPointContextMenu: [{
@@ -3233,7 +3383,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3233
3383
  * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
3234
3384
  * }
3235
3385
  * ```
3236
- * @group Fusion Embed
3386
+ * @group Fusion Assets
3237
3387
  * @fusionEmbed
3238
3388
  */
3239
3389
  class DashboardWidgetComponent {
@@ -3534,7 +3684,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3534
3684
  * ```
3535
3685
  * <img src="media://angular-chart-widget-example.png" width="800px" />
3536
3686
  *
3537
- * @group Dashboarding
3687
+ * @group Dashboards
3538
3688
  */
3539
3689
  class ChartWidgetComponent {
3540
3690
  constructor(sisenseContextService, themeService) {
@@ -3645,24 +3795,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3645
3795
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
3646
3796
  *
3647
3797
  * @example
3648
- * ```html
3649
- * <csdk-dashboard-by-id
3650
- * [dashboardOid]="dashboardOid"
3651
- * />
3652
- * ```
3653
3798
  * ```ts
3654
3799
  * import { Component } from '@angular/core';
3655
- *
3656
3800
  * @Component({
3657
- * selector: 'app-dashboard',
3658
- * templateUrl: './dashboard.component.html',
3659
- * styleUrls: ['./dashboard.component.scss'],
3660
- * })
3661
- * export class DashboardComponent {
3662
- * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
3801
+ * selector: 'code-example',
3802
+ * template: `
3803
+ * <div style="width: 100vw;">
3804
+ * <csdk-dashboard-by-id *ngIf="dashboardOid" [dashboardOid]="dashboardOid" />
3805
+ * </div>
3806
+ * `,
3807
+ * })
3808
+ * export class CodeExampleComponent {
3809
+ * dashboardOid = 'your-dashboard-oid';
3663
3810
  * }
3664
3811
  * ```
3665
- * @group Fusion Embed
3812
+ *
3813
+ * To learn more about this and related dashboard components,
3814
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
3815
+ * @group Fusion Assets
3666
3816
  * @fusionEmbed
3667
3817
  * @beta
3668
3818
  */
@@ -3753,18 +3903,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3753
3903
  * ```html
3754
3904
  * <csdk-dashboard
3755
3905
  * *ngIf="dashboard"
3756
- * [title]="dashboard!.title"
3757
- * [layoutOptions]="dashboard!.layoutOptions"
3758
- * [widgets]="dashboard!.widgets"
3759
- * [filters]="dashboard!.filters"
3760
- * [defaultDataSource]="dashboard!.dataSource"
3761
- * [widgetsOptions]="dashboard!.widgetsOptions"
3906
+ * [title]="dashboard.title"
3907
+ * [layoutOptions]="dashboard.layoutOptions"
3908
+ * [widgets]="dashboard.widgets"
3909
+ * [filters]="dashboard.filters"
3910
+ * [defaultDataSource]="dashboard.defaultDataSource"
3911
+ * [widgetsOptions]="dashboard.widgetsOptions"
3762
3912
  * />
3763
3913
  * ```
3764
3914
  *
3765
3915
  * ```ts
3766
3916
  * import { Component } from '@angular/core';
3767
- * import { type DashboardProps, DashboardService } from '@sisense/sdk-ui-angular';
3917
+ * import {
3918
+ * type DashboardProps,
3919
+ * DashboardService,
3920
+ * dashboardModelTranslator,
3921
+ * } from '@sisense/sdk-ui-angular';
3768
3922
  *
3769
3923
  * @Component({
3770
3924
  * selector: 'app-dashboard',
@@ -3778,11 +3932,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3778
3932
  * constructor(private dashboardService: DashboardService) {}
3779
3933
  *
3780
3934
  * async ngOnInit(): Promise<void> {
3781
- * const dashboardModel = await this.dashboardService.getDashboardModel('60f3e3e3e4b0e3e3e4b0e3e3', { includeWidgets: true, includeFilters: true });
3782
- * this.dashboardProps = dashboardModelTranslator.toDashboardProps(dashboardModel);
3935
+ * const dashboardModel = await this.dashboardService.getDashboardModel('your-dashboard-oid', { includeWidgets: true, includeFilters: true });
3936
+ * this.dashboard = dashboardModelTranslator.toDashboardProps(dashboardModel);
3783
3937
  * }
3784
3938
  * ```
3785
- * @group Dashboarding
3939
+ *
3940
+ * To learn more about this and related dashboard components,
3941
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
3942
+ * @group Dashboards
3786
3943
  * @beta
3787
3944
  */
3788
3945
  class DashboardComponent {
@@ -4109,6 +4266,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
4109
4266
  MemberFilterTileComponent,
4110
4267
  DrilldownWidgetComponent,
4111
4268
  DateRangeFilterTileComponent,
4269
+ CriteriaFilterTileComponent,
4112
4270
  DrilldownBreadcrumbsComponent,
4113
4271
  ContextMenuComponent,
4114
4272
  BoxplotChartComponent,
@@ -4137,6 +4295,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
4137
4295
  MemberFilterTileComponent,
4138
4296
  DrilldownWidgetComponent,
4139
4297
  DateRangeFilterTileComponent,
4298
+ CriteriaFilterTileComponent,
4140
4299
  DrilldownBreadcrumbsComponent,
4141
4300
  ContextMenuComponent,
4142
4301
  BoxplotChartComponent,
@@ -4171,6 +4330,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4171
4330
  MemberFilterTileComponent,
4172
4331
  DrilldownWidgetComponent,
4173
4332
  DateRangeFilterTileComponent,
4333
+ CriteriaFilterTileComponent,
4174
4334
  DrilldownBreadcrumbsComponent,
4175
4335
  ContextMenuComponent,
4176
4336
  BoxplotChartComponent,
@@ -4203,6 +4363,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4203
4363
  MemberFilterTileComponent,
4204
4364
  DrilldownWidgetComponent,
4205
4365
  DateRangeFilterTileComponent,
4366
+ CriteriaFilterTileComponent,
4206
4367
  DrilldownBreadcrumbsComponent,
4207
4368
  ContextMenuComponent,
4208
4369
  BoxplotChartComponent,
@@ -4225,9 +4386,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4225
4386
  /**
4226
4387
  * @packageDocumentation
4227
4388
  * @groupDescription Charts
4228
- * Angular components for charts
4229
- * @groupDescription Chart Utilities
4230
- * Utilities to be used with charts
4389
+ * Angular components and utilities for working with charts
4231
4390
  * @groupDescription Data Grids
4232
4391
  * Angular components for data grids
4233
4392
  * @groupDescription Drilldown
@@ -4238,10 +4397,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4238
4397
  * Angular context modules, services, and variables
4239
4398
  * @groupDescription Queries
4240
4399
  * Angular query service
4241
- * @groupDescription Dashboarding
4242
- * Angular modules, services, and components for composing dashboards
4243
- * @groupDescription Fusion Embed
4244
- * Angular modules, services, and components for working with Fusion Embed dashboards, widgets, queries, and formulas
4400
+ * @groupDescription Dashboards
4401
+ * Angular components and utilities for working with dashboards
4402
+ * @groupDescription Fusion Assets
4403
+ * Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
4245
4404
  * @groupDescription Interfaces
4246
4405
  * TypeScript interfaces for components and services listed above
4247
4406
  * @groupDescription Type Aliases
@@ -4252,5 +4411,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4252
4411
  * Generated bundle index. Do not edit.
4253
4412
  */
4254
4413
 
4255
- export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent, BasicMemberFilterTileComponent, BoxplotChartComponent, ChartComponent, ChartWidgetComponent, ColumnChartComponent, ContextMenuComponent, DashboardByIdComponent, DashboardComponent, DashboardService, DashboardWidgetComponent, DateRangeFilterTileComponent, DrilldownBreadcrumbsComponent, DrilldownWidgetComponent, FunnelChartComponent, IndicatorChartComponent, LineChartComponent, MemberFilterTileComponent, PieChartComponent, PivotTableComponent, PluginsService, PolarChartComponent, QueryService, SISENSE_CONTEXT_CONFIG_TOKEN, ScatterChartComponent, ScattermapChartComponent, SdkUiModule, SisenseContextService, SunburstChartComponent, THEME_CONFIG_TOKEN, TableComponent, TableWidgetComponent, ThemeService, TreemapChartComponent, WidgetService };
4414
+ export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent, BasicMemberFilterTileComponent, BoxplotChartComponent, ChartComponent, ChartWidgetComponent, ColumnChartComponent, ContextMenuComponent, CriteriaFilterTileComponent, DashboardByIdComponent, DashboardComponent, DashboardService, DashboardWidgetComponent, DateRangeFilterTileComponent, DrilldownBreadcrumbsComponent, DrilldownWidgetComponent, FunnelChartComponent, IndicatorChartComponent, LineChartComponent, MemberFilterTileComponent, PieChartComponent, PivotTableComponent, PluginsService, PolarChartComponent, QueryService, SISENSE_CONTEXT_CONFIG_TOKEN, ScatterChartComponent, ScattermapChartComponent, SdkUiModule, SisenseContextService, SunburstChartComponent, THEME_CONFIG_TOKEN, TableComponent, TableWidgetComponent, ThemeService, TreemapChartComponent, WidgetService };
4256
4415
  //# sourceMappingURL=sisense-sdk-ui-angular.mjs.map