@sisense/sdk-ui-angular 1.6.0 → 1.7.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.
@@ -249,7 +249,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
249
249
  /**
250
250
  * Service for working with Sisense Fusion dashboards.
251
251
  *
252
- * @group Fusion Assets
252
+ * @group Fusion Embed
253
+ * @fusionEmbed
253
254
  */
254
255
  let DashboardService = class DashboardService {
255
256
  constructor(sisenseContextService) {
@@ -305,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
305
306
  }]
306
307
  }], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
307
308
 
308
- var packageVersion = '1.6.0';
309
+ var packageVersion = '1.7.0';
309
310
 
310
311
  function Trackable(target, propertyKey, descriptor) {
311
312
  const originalMethod = descriptor.value;
@@ -2955,7 +2956,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2955
2956
  * widgetOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
2956
2957
  * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
2957
2958
  * ```
2958
- * @group Fusion Assets
2959
+ * @group Fusion Embed
2960
+ * @fusionEmbed
2959
2961
  */
2960
2962
  class DashboardWidgetComponent {
2961
2963
  constructor(sisenseContextService, themeService) {
@@ -3699,13 +3701,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3699
3701
  * @packageDocumentation
3700
3702
  * @groupDescription Charts
3701
3703
  * Angular components for charts
3702
- * @groupDescription Fusion Assets
3704
+ * @groupDescription Fusion Embed
3703
3705
  * Fusion Dashboards, Widgets, Queries, and Formulas
3704
3706
  * @groupDescription Interfaces
3705
3707
  * TypeScript interfaces for components and services listed above
3706
3708
  * @groupDescription Type Aliases
3707
3709
  * TypeScript type aliases for components and services listed above
3708
- * @beta
3709
3710
  */
3710
3711
 
3711
3712
  /**