@sisense/sdk-ui-angular 1.6.0 → 1.7.1

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.
@@ -33,7 +33,8 @@ import * as i0 from "@angular/core";
33
33
  * widgetOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
34
34
  * dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
35
35
  * ```
36
- * @group Fusion Assets
36
+ * @group Fusion Embed
37
+ * @fusionEmbed
37
38
  */
38
39
  export declare class DashboardWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
39
40
  private sisenseContextService;
@@ -4,7 +4,8 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Service for working with Sisense Fusion dashboards.
6
6
  *
7
- * @group Fusion Assets
7
+ * @group Fusion Embed
8
+ * @fusionEmbed
8
9
  */
9
10
  export declare class DashboardService {
10
11
  private sisenseContextService;
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.6.0",
14
+ "version": "1.7.1",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -2,13 +2,12 @@
2
2
  * @packageDocumentation
3
3
  * @groupDescription Charts
4
4
  * Angular components for charts
5
- * @groupDescription Fusion Assets
5
+ * @groupDescription Fusion Embed
6
6
  * Fusion Dashboards, Widgets, Queries, and Formulas
7
7
  * @groupDescription Interfaces
8
8
  * TypeScript interfaces for components and services listed above
9
9
  * @groupDescription Type Aliases
10
10
  * TypeScript type aliases for components and services listed above
11
- * @beta
12
11
  */
13
12
  export * from './lib/sdk-ui.module';
14
13
  export * from './lib/components';
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.6.0";
1
+ declare const _default: "1.7.1";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.6.0",
14
+ "version": "1.7.1",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -45,9 +45,9 @@
45
45
  "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.6.0",
49
- "@sisense/sdk-tracking": "^1.6.0",
50
- "@sisense/sdk-ui-preact": "^1.6.0",
48
+ "@sisense/sdk-data": "^1.7.1",
49
+ "@sisense/sdk-tracking": "^1.7.1",
50
+ "@sisense/sdk-ui-preact": "^1.7.1",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"