@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 { map, BehaviorSubject } from 'rxjs';
7
7
  import { __decorate } from 'tslib';
8
8
  import merge from 'ts-deepmerge';
@@ -106,18 +106,16 @@ const createThemeContextConnector = (themeService) => {
106
106
  const createSisenseContextConnector = (sisenseContextService) => {
107
107
  return {
108
108
  async prepareContext() {
109
- const { enableTracking, showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
109
+ const { showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
110
110
  const app = await sisenseContextService.getApp();
111
111
  return {
112
112
  app,
113
113
  isInitialized: true,
114
114
  showRuntimeErrors,
115
115
  tracking: {
116
- // if tracking is configured in appConfig, use it, otherwise use enableTracking
116
+ // if tracking is configured in appConfig, use it
117
117
  // if none is set, default to true
118
- enabled: appConfig?.trackingConfig?.enabled !== undefined
119
- ? appConfig.trackingConfig.enabled
120
- : enableTracking ?? true,
118
+ enabled: appConfig?.trackingConfig?.enabled ?? true,
121
119
  packageName: 'sdk-ui-angular',
122
120
  },
123
121
  };
@@ -324,7 +322,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
324
322
  *
325
323
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
326
324
  *
327
- * @group Fusion Embed
325
+ * @group Fusion Assets
328
326
  * @fusionEmbed
329
327
  */
330
328
  let DashboardService = class DashboardService {
@@ -368,7 +366,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
368
366
  /**
369
367
  * Service for working with Sisense Fusion widgets.
370
368
  *
371
- * @group Fusion Embed
369
+ * @group Fusion Assets
372
370
  * @fusionEmbed
373
371
  */
374
372
  let WidgetService = class WidgetService {
@@ -415,7 +413,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
415
413
  }]
416
414
  }], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
417
415
 
418
- var packageVersion = '1.20.0';
416
+ var packageVersion = '1.22.0';
419
417
 
420
418
  function Trackable(target, propertyKey, descriptor) {
421
419
  const originalMethod = descriptor.value;
@@ -440,9 +438,8 @@ function TrackableService(trackableMethods) {
440
438
  }
441
439
  async function track(action, methodName) {
442
440
  try {
443
- const { enableTracking } = DecoratorsModule.sisenseContextService.getConfig();
444
441
  const app = await DecoratorsModule.sisenseContextService.getApp();
445
- const trackingEnabled = enableTracking && (app.settings?.trackingConfig?.enabled ?? enableTracking);
442
+ const trackingEnabled = app.settings?.trackingConfig?.enabled ?? true;
446
443
  if (app?.httpClient) {
447
444
  const payload = {
448
445
  packageName: 'sdk-ui-angular',
@@ -567,7 +564,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
567
564
  * ```
568
565
  * ```ts
569
566
  * import { Component } from '@angular/core';
570
- * import { Member } from '@sisense/sdk-ui-angular';
571
567
  * import { Filter, filterFactory } from '@sisense/sdk-data';
572
568
  * import * as DM from '../../assets/sample-healthcare-model';
573
569
  *
@@ -589,7 +585,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
589
585
  * }
590
586
  * ```
591
587
  * <img src="media://angular-member-filter-tile-example.png" width="400px" />
592
- *
593
588
  * @group Filter Tiles
594
589
  */
595
590
  class MemberFilterTileComponent {
@@ -691,7 +686,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
691
686
  * ```
692
687
  * ```ts
693
688
  * import { Component } from '@angular/core';
694
- * import { Member } from '@sisense/sdk-ui-angular';
695
689
  * import { Filter, filterFactory } from '@sisense/sdk-data';
696
690
  * import * as DM from '../../assets/sample-healthcare-model';
697
691
  *
@@ -717,7 +711,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
717
711
  * }
718
712
  * ```
719
713
  * <img src="media://angular-date-range-filter-tile-example.png" width="600px" />
720
- *
721
714
  * @group Filter Tiles
722
715
  */
723
716
  class DateRangeFilterTileComponent {
@@ -811,6 +804,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
811
804
  type: Output
812
805
  }] } });
813
806
 
807
+ /**
808
+ * Criteria Filter Tile Component
809
+ *
810
+ * @example
811
+ * ```html
812
+ * <csdk-criteria-filter-tile
813
+ * [title]="criteriaFilterTileProps.title"
814
+ * [filter]="criteriaFilterTileProps.filter"
815
+ * (filterChange)="criteriaFilterTileProps.setFilter($event)"
816
+ * />
817
+ * ```
818
+ * ```ts
819
+ * import { Component } from '@angular/core';
820
+ * import { Filter, filterFactory } from '@sisense/sdk-data';
821
+ * import * as DM from '../../assets/sample-healthcare-model';
822
+ *
823
+ * @Component({
824
+ * selector: 'app-filters',
825
+ * templateUrl: './filters.component.html',
826
+ * styleUrls: ['./filters.component.scss'],
827
+ * })
828
+ * export class FiltersComponent {
829
+ * DM = DM;
830
+ * title: 'Room Number',
831
+ * filter: filterFactory.lessThan(DM.Rooms.Room_number, 200) as CriteriaFilterType,
832
+ * setFilter({ filter }: { filter: Filter | null }) {
833
+ * console.log(filter);
834
+ * if (filter) {
835
+ * this.filter = filter as CriteriaFilterType;
836
+ * }
837
+ * },
838
+ * }
839
+ * ```
840
+ * <img src="media://angular-criteria-filter-tile-example.png" width="400px" />
841
+ * @group Filter Tiles
842
+ */
843
+ class CriteriaFilterTileComponent {
844
+ /**
845
+ * Constructor for the `CriteriaFilterTileComponent`.
846
+ *
847
+ * @param sisenseContextService - Sisense context service
848
+ * @param themeService - Theme service
849
+ */
850
+ constructor(
851
+ /**
852
+ * Sisense context service
853
+ *
854
+ * @category Constructor
855
+ */
856
+ sisenseContextService,
857
+ /**
858
+ * Theme service
859
+ *
860
+ * @category Constructor
861
+ */
862
+ themeService) {
863
+ this.sisenseContextService = sisenseContextService;
864
+ this.themeService = themeService;
865
+ /**
866
+ * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.onChange}
867
+ */
868
+ this.filterChange = new EventEmitter();
869
+ this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent(), [
870
+ createSisenseContextConnector(this.sisenseContextService),
871
+ createThemeContextConnector(this.themeService),
872
+ ]);
873
+ }
874
+ /**
875
+ * @internal
876
+ */
877
+ ngAfterViewInit() {
878
+ this.componentAdapter.render(this.preactRef.nativeElement);
879
+ }
880
+ /**
881
+ * @internal
882
+ */
883
+ ngOnChanges() {
884
+ if (this.preactRef) {
885
+ this.componentAdapter.render(this.preactRef.nativeElement);
886
+ }
887
+ }
888
+ createPreactComponent() {
889
+ const props = {
890
+ title: this.title,
891
+ filter: this.filter,
892
+ arrangement: this.arrangement,
893
+ measures: this.measures,
894
+ tileDesignOptions: this.tileDesignOptions,
895
+ onUpdate: (...[filter]) => this.filterChange.emit({ filter }),
896
+ };
897
+ return createElement(CriteriaFilterTile, props);
898
+ }
899
+ /**
900
+ * @internal
901
+ */
902
+ ngOnDestroy() {
903
+ this.componentAdapter.destroy();
904
+ }
905
+ }
906
+ 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 });
907
+ 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 });
908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CriteriaFilterTileComponent, decorators: [{
909
+ type: Component,
910
+ args: [{
911
+ selector: 'csdk-criteria-filter-tile',
912
+ template,
913
+ }]
914
+ }], ctorParameters: function () { return [{ type: SisenseContextService }, { type: ThemeService }]; }, propDecorators: { preactRef: [{
915
+ type: ViewChild,
916
+ args: [rootId]
917
+ }], title: [{
918
+ type: Input
919
+ }], filter: [{
920
+ type: Input
921
+ }], arrangement: [{
922
+ type: Input
923
+ }], measures: [{
924
+ type: Input
925
+ }], tileDesignOptions: [{
926
+ type: Input
927
+ }], filterChange: [{
928
+ type: Output
929
+ }] } });
930
+
814
931
  /**
815
932
  * An Angular component used for easily switching chart types or rendering multiple series of different chart types.
816
933
  *
@@ -860,6 +977,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
860
977
  * ```
861
978
  *
862
979
  * <img src="media://angular-chart-example.png" width="800px" />
980
+ * @shortDescription Common component for rendering charts of different types including table
863
981
  *
864
982
  * @group Charts
865
983
  */
@@ -945,7 +1063,7 @@ class ChartComponent {
945
1063
  }
946
1064
  }
947
1065
  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 });
948
- 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 });
1066
+ 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 });
949
1067
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, decorators: [{
950
1068
  type: Component,
951
1069
  args: [{
@@ -969,6 +1087,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
969
1087
  type: Input
970
1088
  }], beforeRender: [{
971
1089
  type: Input
1090
+ }], dataReady: [{
1091
+ type: Input
972
1092
  }], dataPointClick: [{
973
1093
  type: Output
974
1094
  }], dataPointContextMenu: [{
@@ -1144,7 +1264,7 @@ class ColumnChartComponent {
1144
1264
  }
1145
1265
  }
1146
1266
  ColumnChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1147
- 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: `
1267
+ 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: `
1148
1268
  <csdk-chart
1149
1269
  [chartType]="chartType"
1150
1270
  [dataSet]="dataSet"
@@ -1157,7 +1277,7 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
1157
1277
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1158
1278
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1159
1279
  />
1160
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1280
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1161
1281
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
1162
1282
  type: Component,
1163
1283
  args: [{
@@ -1189,6 +1309,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1189
1309
  type: Input
1190
1310
  }], beforeRender: [{
1191
1311
  type: Input
1312
+ }], dataReady: [{
1313
+ type: Input
1192
1314
  }], dataPointClick: [{
1193
1315
  type: Output
1194
1316
  }], dataPointContextMenu: [{
@@ -1278,7 +1400,7 @@ class BarChartComponent {
1278
1400
  }
1279
1401
  }
1280
1402
  BarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1281
- 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: `
1403
+ 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: `
1282
1404
  <csdk-chart
1283
1405
  [chartType]="chartType"
1284
1406
  [dataSet]="dataSet"
@@ -1291,7 +1413,7 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
1291
1413
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1292
1414
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1293
1415
  />
1294
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1416
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1295
1417
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
1296
1418
  type: Component,
1297
1419
  args: [{
@@ -1323,6 +1445,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1323
1445
  type: Input
1324
1446
  }], beforeRender: [{
1325
1447
  type: Input
1448
+ }], dataReady: [{
1449
+ type: Input
1326
1450
  }], dataPointClick: [{
1327
1451
  type: Output
1328
1452
  }], dataPointContextMenu: [{
@@ -1411,7 +1535,7 @@ class AreaChartComponent {
1411
1535
  }
1412
1536
  }
1413
1537
  AreaChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1414
- 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: `
1538
+ 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: `
1415
1539
  <csdk-chart
1416
1540
  [chartType]="chartType"
1417
1541
  [dataSet]="dataSet"
@@ -1424,7 +1548,7 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
1424
1548
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1425
1549
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1426
1550
  />
1427
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1551
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1428
1552
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
1429
1553
  type: Component,
1430
1554
  args: [{
@@ -1456,6 +1580,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1456
1580
  type: Input
1457
1581
  }], beforeRender: [{
1458
1582
  type: Input
1583
+ }], dataReady: [{
1584
+ type: Input
1459
1585
  }], dataPointClick: [{
1460
1586
  type: Output
1461
1587
  }], dataPointContextMenu: [{
@@ -1542,7 +1668,7 @@ class LineChartComponent {
1542
1668
  }
1543
1669
  }
1544
1670
  LineChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1545
- 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: `
1671
+ 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: `
1546
1672
  <csdk-chart
1547
1673
  [chartType]="chartType"
1548
1674
  [dataSet]="dataSet"
@@ -1555,7 +1681,7 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
1555
1681
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1556
1682
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1557
1683
  />
1558
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1684
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1559
1685
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
1560
1686
  type: Component,
1561
1687
  args: [{
@@ -1587,6 +1713,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1587
1713
  type: Input
1588
1714
  }], beforeRender: [{
1589
1715
  type: Input
1716
+ }], dataReady: [{
1717
+ type: Input
1590
1718
  }], dataPointClick: [{
1591
1719
  type: Output
1592
1720
  }], dataPointContextMenu: [{
@@ -1661,7 +1789,7 @@ class IndicatorChartComponent {
1661
1789
  }
1662
1790
  }
1663
1791
  IndicatorChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1664
- 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: `
1792
+ 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: `
1665
1793
  <csdk-chart
1666
1794
  [chartType]="chartType"
1667
1795
  [dataSet]="dataSet"
@@ -1670,7 +1798,7 @@ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
1670
1798
  [highlights]="highlights"
1671
1799
  [styleOptions]="styleOptions"
1672
1800
  />
1673
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1801
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1674
1802
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, decorators: [{
1675
1803
  type: Component,
1676
1804
  args: [{
@@ -1696,6 +1824,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1696
1824
  type: Input
1697
1825
  }], styleOptions: [{
1698
1826
  type: Input
1827
+ }], dataReady: [{
1828
+ type: Input
1699
1829
  }] } });
1700
1830
 
1701
1831
  /**
@@ -1780,7 +1910,7 @@ class ScatterChartComponent {
1780
1910
  }
1781
1911
  }
1782
1912
  ScatterChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1783
- 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: `
1913
+ 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: `
1784
1914
  <csdk-chart
1785
1915
  [chartType]="chartType"
1786
1916
  [dataSet]="dataSet"
@@ -1793,7 +1923,7 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
1793
1923
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1794
1924
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1795
1925
  />
1796
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1926
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1797
1927
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
1798
1928
  type: Component,
1799
1929
  args: [{
@@ -1825,6 +1955,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1825
1955
  type: Input
1826
1956
  }], beforeRender: [{
1827
1957
  type: Input
1958
+ }], dataReady: [{
1959
+ type: Input
1828
1960
  }], dataPointClick: [{
1829
1961
  type: Output
1830
1962
  }], dataPointContextMenu: [{
@@ -1913,7 +2045,7 @@ class PieChartComponent {
1913
2045
  }
1914
2046
  }
1915
2047
  PieChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1916
- 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: `
2048
+ 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: `
1917
2049
  <csdk-chart
1918
2050
  [chartType]="chartType"
1919
2051
  [dataSet]="dataSet"
@@ -1926,7 +2058,7 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
1926
2058
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
1927
2059
  (dataPointsSelect)="dataPointsSelect.emit($event)"
1928
2060
  />
1929
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2061
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
1930
2062
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
1931
2063
  type: Component,
1932
2064
  args: [{
@@ -1958,6 +2090,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1958
2090
  type: Input
1959
2091
  }], beforeRender: [{
1960
2092
  type: Input
2093
+ }], dataReady: [{
2094
+ type: Input
1961
2095
  }], dataPointClick: [{
1962
2096
  type: Output
1963
2097
  }], dataPointContextMenu: [{
@@ -2044,7 +2178,7 @@ class FunnelChartComponent {
2044
2178
  }
2045
2179
  }
2046
2180
  FunnelChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2047
- 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: `
2181
+ 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: `
2048
2182
  <csdk-chart
2049
2183
  [chartType]="chartType"
2050
2184
  [dataSet]="dataSet"
@@ -2057,7 +2191,7 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
2057
2191
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2058
2192
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2059
2193
  />
2060
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2194
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2061
2195
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
2062
2196
  type: Component,
2063
2197
  args: [{
@@ -2089,6 +2223,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2089
2223
  type: Input
2090
2224
  }], beforeRender: [{
2091
2225
  type: Input
2226
+ }], dataReady: [{
2227
+ type: Input
2092
2228
  }], dataPointClick: [{
2093
2229
  type: Output
2094
2230
  }], dataPointContextMenu: [{
@@ -2176,7 +2312,7 @@ class PolarChartComponent {
2176
2312
  }
2177
2313
  }
2178
2314
  PolarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2179
- 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: `
2315
+ 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: `
2180
2316
  <csdk-chart
2181
2317
  [chartType]="chartType"
2182
2318
  [dataSet]="dataSet"
@@ -2189,7 +2325,7 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
2189
2325
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2190
2326
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2191
2327
  />
2192
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2328
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2193
2329
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
2194
2330
  type: Component,
2195
2331
  args: [{
@@ -2221,6 +2357,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2221
2357
  type: Input
2222
2358
  }], beforeRender: [{
2223
2359
  type: Input
2360
+ }], dataReady: [{
2361
+ type: Input
2224
2362
  }], dataPointClick: [{
2225
2363
  type: Output
2226
2364
  }], dataPointContextMenu: [{
@@ -2309,7 +2447,7 @@ class TreemapChartComponent {
2309
2447
  }
2310
2448
  }
2311
2449
  TreemapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2312
- 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: `
2450
+ 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: `
2313
2451
  <csdk-chart
2314
2452
  [chartType]="chartType"
2315
2453
  [dataSet]="dataSet"
@@ -2322,7 +2460,7 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2322
2460
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2323
2461
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2324
2462
  />
2325
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2463
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2326
2464
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
2327
2465
  type: Component,
2328
2466
  args: [{
@@ -2354,6 +2492,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2354
2492
  type: Input
2355
2493
  }], beforeRender: [{
2356
2494
  type: Input
2495
+ }], dataReady: [{
2496
+ type: Input
2357
2497
  }], dataPointClick: [{
2358
2498
  type: Output
2359
2499
  }], dataPointContextMenu: [{
@@ -2442,7 +2582,7 @@ class SunburstChartComponent {
2442
2582
  }
2443
2583
  }
2444
2584
  SunburstChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2445
- 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: `
2585
+ 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: `
2446
2586
  <csdk-chart
2447
2587
  [chartType]="chartType"
2448
2588
  [dataSet]="dataSet"
@@ -2455,7 +2595,7 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2455
2595
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2456
2596
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2457
2597
  />
2458
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2598
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2459
2599
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
2460
2600
  type: Component,
2461
2601
  args: [{
@@ -2487,6 +2627,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2487
2627
  type: Input
2488
2628
  }], beforeRender: [{
2489
2629
  type: Input
2630
+ }], dataReady: [{
2631
+ type: Input
2490
2632
  }], dataPointClick: [{
2491
2633
  type: Output
2492
2634
  }], dataPointContextMenu: [{
@@ -2569,7 +2711,7 @@ class BoxplotChartComponent {
2569
2711
  }
2570
2712
  }
2571
2713
  BoxplotChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2572
- 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: `
2714
+ 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: `
2573
2715
  <csdk-chart
2574
2716
  [chartType]="chartType"
2575
2717
  [dataSet]="dataSet"
@@ -2582,7 +2724,7 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2582
2724
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
2583
2725
  (dataPointsSelect)="dataPointsSelect.emit($event)"
2584
2726
  />
2585
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2727
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2586
2728
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
2587
2729
  type: Component,
2588
2730
  args: [{
@@ -2614,6 +2756,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2614
2756
  type: Input
2615
2757
  }], beforeRender: [{
2616
2758
  type: Input
2759
+ }], dataReady: [{
2760
+ type: Input
2617
2761
  }], dataPointClick: [{
2618
2762
  type: Output
2619
2763
  }], dataPointContextMenu: [{
@@ -2685,7 +2829,7 @@ class ScattermapChartComponent {
2685
2829
  }
2686
2830
  }
2687
2831
  ScattermapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2688
- 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: `
2832
+ 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: `
2689
2833
  <csdk-chart
2690
2834
  [chartType]="chartType"
2691
2835
  [dataSet]="dataSet"
@@ -2695,7 +2839,7 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
2695
2839
  [styleOptions]="styleOptions"
2696
2840
  (dataPointClick)="dataPointClick.emit($event)"
2697
2841
  />
2698
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2842
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2699
2843
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
2700
2844
  type: Component,
2701
2845
  args: [{
@@ -2722,6 +2866,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2722
2866
  type: Input
2723
2867
  }], styleOptions: [{
2724
2868
  type: Input
2869
+ }], dataReady: [{
2870
+ type: Input
2725
2871
  }], dataPointClick: [{
2726
2872
  type: Output
2727
2873
  }] } });
@@ -2783,7 +2929,7 @@ class AreamapChartComponent {
2783
2929
  }
2784
2930
  }
2785
2931
  AreamapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2786
- 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: `
2932
+ 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: `
2787
2933
  <csdk-chart
2788
2934
  [chartType]="chartType"
2789
2935
  [dataSet]="dataSet"
@@ -2793,7 +2939,7 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
2793
2939
  [styleOptions]="styleOptions"
2794
2940
  (dataPointClick)="dataPointClick.emit($event)"
2795
2941
  />
2796
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2942
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
2797
2943
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
2798
2944
  type: Component,
2799
2945
  args: [{
@@ -2820,6 +2966,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2820
2966
  type: Input
2821
2967
  }], styleOptions: [{
2822
2968
  type: Input
2969
+ }], dataReady: [{
2970
+ type: Input
2823
2971
  }], dataPointClick: [{
2824
2972
  type: Output
2825
2973
  }] } });
@@ -3031,7 +3179,7 @@ class AreaRangeChartComponent {
3031
3179
  }
3032
3180
  }
3033
3181
  AreaRangeChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3034
- 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: `
3182
+ 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: `
3035
3183
  <csdk-chart
3036
3184
  [chartType]="chartType"
3037
3185
  [dataSet]="dataSet"
@@ -3044,7 +3192,7 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
3044
3192
  (dataPointContextMenu)="dataPointContextMenu.emit($event)"
3045
3193
  (dataPointsSelect)="dataPointsSelect.emit($event)"
3046
3194
  />
3047
- `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
3195
+ `, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
3048
3196
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
3049
3197
  type: Component,
3050
3198
  args: [{
@@ -3076,6 +3224,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3076
3224
  type: Input
3077
3225
  }], beforeRender: [{
3078
3226
  type: Input
3227
+ }], dataReady: [{
3228
+ type: Input
3079
3229
  }], dataPointClick: [{
3080
3230
  type: Output
3081
3231
  }], dataPointContextMenu: [{
@@ -3212,7 +3362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3212
3362
  * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
3213
3363
  * }
3214
3364
  * ```
3215
- * @group Fusion Embed
3365
+ * @group Fusion Assets
3216
3366
  * @fusionEmbed
3217
3367
  */
3218
3368
  class DashboardWidgetComponent {
@@ -3519,7 +3669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3519
3669
  * ```
3520
3670
  * <img src="media://angular-chart-widget-example.png" width="800px" />
3521
3671
  *
3522
- * @group Dashboarding
3672
+ * @group Dashboards
3523
3673
  */
3524
3674
  class ChartWidgetComponent {
3525
3675
  constructor(sisenseContextService, themeService) {
@@ -3629,24 +3779,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3629
3779
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
3630
3780
  *
3631
3781
  * @example
3632
- * ```html
3633
- * <csdk-dashboard-by-id
3634
- * [dashboardOid]="dashboardOid"
3635
- * />
3636
- * ```
3637
3782
  * ```ts
3638
3783
  * import { Component } from '@angular/core';
3639
- *
3640
3784
  * @Component({
3641
- * selector: 'app-dashboard',
3642
- * templateUrl: './dashboard.component.html',
3643
- * styleUrls: ['./dashboard.component.scss'],
3644
- * })
3645
- * export class DashboardComponent {
3646
- * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
3785
+ * selector: 'code-example',
3786
+ * template: `
3787
+ * <div style="width: 100vw;">
3788
+ * <csdk-dashboard-by-id *ngIf="dashboardOid" [dashboardOid]="dashboardOid" />
3789
+ * </div>
3790
+ * `,
3791
+ * })
3792
+ * export class CodeExampleComponent {
3793
+ * dashboardOid = 'your-dashboard-oid';
3647
3794
  * }
3648
3795
  * ```
3649
- * @group Fusion Embed
3796
+ *
3797
+ * To learn more about this and related dashboard components,
3798
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
3799
+ * @group Fusion Assets
3650
3800
  * @fusionEmbed
3651
3801
  * @beta
3652
3802
  */
@@ -3737,18 +3887,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3737
3887
  * ```html
3738
3888
  * <csdk-dashboard
3739
3889
  * *ngIf="dashboard"
3740
- * [title]="dashboard!.title"
3741
- * [layoutOptions]="dashboard!.layoutOptions"
3742
- * [widgets]="dashboard!.widgets"
3743
- * [filters]="dashboard!.filters"
3744
- * [defaultDataSource]="dashboard!.dataSource"
3745
- * [widgetsOptions]="dashboard!.widgetsOptions"
3890
+ * [title]="dashboard.title"
3891
+ * [layoutOptions]="dashboard.layoutOptions"
3892
+ * [widgets]="dashboard.widgets"
3893
+ * [filters]="dashboard.filters"
3894
+ * [defaultDataSource]="dashboard.defaultDataSource"
3895
+ * [widgetsOptions]="dashboard.widgetsOptions"
3746
3896
  * />
3747
3897
  * ```
3748
3898
  *
3749
3899
  * ```ts
3750
3900
  * import { Component } from '@angular/core';
3751
- * import { type DashboardProps, DashboardService } from '@sisense/sdk-ui-angular';
3901
+ * import {
3902
+ * type DashboardProps,
3903
+ * DashboardService,
3904
+ * dashboardModelTranslator,
3905
+ * } from '@sisense/sdk-ui-angular';
3752
3906
  *
3753
3907
  * @Component({
3754
3908
  * selector: 'app-dashboard',
@@ -3762,11 +3916,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3762
3916
  * constructor(private dashboardService: DashboardService) {}
3763
3917
  *
3764
3918
  * async ngOnInit(): Promise<void> {
3765
- * const dashboardModel = await this.dashboardService.getDashboardModel('60f3e3e3e4b0e3e3e4b0e3e3', { includeWidgets: true, includeFilters: true });
3766
- * this.dashboardProps = dashboardModelTranslator.toDashboardProps(dashboardModel);
3919
+ * const dashboardModel = await this.dashboardService.getDashboardModel('your-dashboard-oid', { includeWidgets: true, includeFilters: true });
3920
+ * this.dashboard = dashboardModelTranslator.toDashboardProps(dashboardModel);
3767
3921
  * }
3768
3922
  * ```
3769
- * @group Dashboarding
3923
+ *
3924
+ * To learn more about this and related dashboard components,
3925
+ * see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
3926
+ * @group Dashboards
3770
3927
  * @beta
3771
3928
  */
3772
3929
  class DashboardComponent {
@@ -4093,6 +4250,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
4093
4250
  MemberFilterTileComponent,
4094
4251
  DrilldownWidgetComponent,
4095
4252
  DateRangeFilterTileComponent,
4253
+ CriteriaFilterTileComponent,
4096
4254
  DrilldownBreadcrumbsComponent,
4097
4255
  ContextMenuComponent,
4098
4256
  BoxplotChartComponent,
@@ -4121,6 +4279,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
4121
4279
  MemberFilterTileComponent,
4122
4280
  DrilldownWidgetComponent,
4123
4281
  DateRangeFilterTileComponent,
4282
+ CriteriaFilterTileComponent,
4124
4283
  DrilldownBreadcrumbsComponent,
4125
4284
  ContextMenuComponent,
4126
4285
  BoxplotChartComponent,
@@ -4155,6 +4314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4155
4314
  MemberFilterTileComponent,
4156
4315
  DrilldownWidgetComponent,
4157
4316
  DateRangeFilterTileComponent,
4317
+ CriteriaFilterTileComponent,
4158
4318
  DrilldownBreadcrumbsComponent,
4159
4319
  ContextMenuComponent,
4160
4320
  BoxplotChartComponent,
@@ -4187,6 +4347,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4187
4347
  MemberFilterTileComponent,
4188
4348
  DrilldownWidgetComponent,
4189
4349
  DateRangeFilterTileComponent,
4350
+ CriteriaFilterTileComponent,
4190
4351
  DrilldownBreadcrumbsComponent,
4191
4352
  ContextMenuComponent,
4192
4353
  BoxplotChartComponent,
@@ -4209,9 +4370,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4209
4370
  /**
4210
4371
  * @packageDocumentation
4211
4372
  * @groupDescription Charts
4212
- * Angular components for charts
4213
- * @groupDescription Chart Utilities
4214
- * Utilities to be used with charts
4373
+ * Angular components and utilities for working with charts
4215
4374
  * @groupDescription Data Grids
4216
4375
  * Angular components for data grids
4217
4376
  * @groupDescription Drilldown
@@ -4222,10 +4381,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4222
4381
  * Angular context modules, services, and variables
4223
4382
  * @groupDescription Queries
4224
4383
  * Angular query service
4225
- * @groupDescription Dashboarding
4226
- * Angular modules, services, and components for composing dashboards
4227
- * @groupDescription Fusion Embed
4228
- * Angular modules, services, and components for working with Fusion Embed dashboards, widgets, queries, and formulas
4384
+ * @groupDescription Dashboards
4385
+ * Angular components and utilities for working with dashboards
4386
+ * @groupDescription Fusion Assets
4387
+ * Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
4229
4388
  * @groupDescription Interfaces
4230
4389
  * TypeScript interfaces for components and services listed above
4231
4390
  * @groupDescription Type Aliases
@@ -4236,5 +4395,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
4236
4395
  * Generated bundle index. Do not edit.
4237
4396
  */
4238
4397
 
4239
- 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 };
4398
+ 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 };
4240
4399
  //# sourceMappingURL=sisense-sdk-ui-angular.mjs.map