@sisense/sdk-ui-angular 2.16.0 → 2.17.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.
@@ -48,7 +48,7 @@ export class AnalyticsComponent {
48
48
  dataBars: true,
49
49
  },
50
50
  ],
51
- grandTotals: { title: 'Grand Total', rows: true, columns: true },
51
+ grandTotals: { rows: true, columns: true },
52
52
  };
53
53
 
54
54
  pivotTable = {
@@ -61,8 +61,13 @@ export class AnalyticsComponent {
61
61
  }
62
62
  * ```
63
63
  * <img src="media://angular-pivot-table-example.png" width="800px" />
64
+ *
65
+ * @remarks
66
+ * Configuration options can also be applied within the scope of a `<SisenseContextProvider>` to control the default behavior of PivotTable, by changing available settings within `appConfig.chartConfig.tabular.*`
67
+ *
68
+ * Follow the link to {@link AppConfig} for more details on the available settings.
69
+ *
64
70
  * @group Data Grids
65
- * @beta
66
71
  */
67
72
  export declare class PivotTableComponent implements AfterViewInit, OnChanges, OnDestroy {
68
73
  private sisenseContextService;
@@ -53,7 +53,7 @@ export class AnalyticsComponent {
53
53
  dataBars: true,
54
54
  },
55
55
  ],
56
- grandTotals: { title: 'Grand Total', rows: true, columns: true },
56
+ grandTotals: { rows: true, columns: true },
57
57
  },
58
58
  filters: [filterFactory.members(DM.Commerce.Gender, ['Female', 'Male'])],
59
59
  styleOptions: { width: 1400, height: 600, rowsPerPage: 25 },
@@ -64,7 +64,6 @@ export class AnalyticsComponent {
64
64
  * ```
65
65
  * <img src="media://angular-pivot-table-widget-example.png" width="800px" />
66
66
  * @group Dashboards
67
- * @beta
68
67
  */
69
68
  export declare class PivotTableWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
70
69
  private sisenseContextService;
@@ -66,7 +66,6 @@ export declare class QueryService {
66
66
  *
67
67
  * @param params - Pivot query parameters
68
68
  * @return Pivot query result
69
- * @beta
70
69
  */
71
70
  executePivotQuery(params: ExecutePivotQueryParams): Promise<{
72
71
  data: import("@sisense/sdk-data").PivotQueryResultData;
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.16.0",
14
+ "version": "2.17.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "2.16.0";
1
+ declare const _default: "2.17.0";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.16.0",
14
+ "version": "2.17.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -76,9 +76,9 @@
76
76
  "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
77
77
  },
78
78
  "dependencies": {
79
- "@sisense/sdk-data": "2.16.0",
80
- "@sisense/sdk-tracking": "2.16.0",
81
- "@sisense/sdk-ui-preact": "2.16.0",
79
+ "@sisense/sdk-data": "2.17.0",
80
+ "@sisense/sdk-tracking": "2.17.0",
81
+ "@sisense/sdk-ui-preact": "2.17.0",
82
82
  "rxjs": "^7.8.1",
83
83
  "ts-deepmerge": "^6.2.0",
84
84
  "tslib": "^2.3.0"