@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.
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +3 -2
- package/dist/esm2020/lib/services/dashboard.service.mjs +3 -2
- package/dist/esm2020/public-api.mjs +2 -3
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +6 -5
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +6 -5
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +2 -1
- package/dist/lib/services/dashboard.service.d.ts +2 -1
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +1 -2
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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
|
|
36
|
+
* @group Fusion Embed
|
|
37
|
+
* @fusionEmbed
|
|
37
38
|
*/
|
|
38
39
|
export declare class DashboardWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
39
40
|
private sisenseContextService;
|
package/dist/package.json
CHANGED
package/dist/public-api.d.ts
CHANGED
|
@@ -2,13 +2,12 @@
|
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
* @groupDescription Charts
|
|
4
4
|
* Angular components for charts
|
|
5
|
-
* @groupDescription Fusion
|
|
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.
|
|
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.
|
|
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.
|
|
49
|
-
"@sisense/sdk-tracking": "^1.
|
|
50
|
-
"@sisense/sdk-ui-preact": "^1.
|
|
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"
|