@sisense/sdk-ui-angular 1.10.1 → 1.12.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.
@@ -57,7 +57,7 @@ export class AnalyticsComponent {
57
57
  * ```
58
58
  * <img src="media://angular-pivot-table-example.png" width="800px" />
59
59
  * @group Data Grids
60
- * @alpha
60
+ * @beta
61
61
  */
62
62
  export declare class PivotTableComponent implements AfterViewInit, OnChanges, OnDestroy {
63
63
  private sisenseContextService;
@@ -82,6 +82,12 @@ export declare class PivotTableComponent implements AfterViewInit, OnChanges, On
82
82
  * @category Data
83
83
  */
84
84
  filters: PivotTableProps['filters'];
85
+ /**
86
+ * {@inheritDoc @sisense/sdk-ui!PivotTableProps.highlights}
87
+ *
88
+ * @category Data
89
+ */
90
+ highlights: PivotTableProps['highlights'];
85
91
  /**
86
92
  * {@inheritDoc @sisense/sdk-ui!PivotTableProps.styleOptions}
87
93
  *
@@ -98,5 +104,5 @@ export declare class PivotTableComponent implements AfterViewInit, OnChanges, On
98
104
  /** @internal */
99
105
  ngOnDestroy(): void;
100
106
  static ɵfac: i0.ɵɵFactoryDeclaration<PivotTableComponent, never>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<PivotTableComponent, "csdk-pivot-table", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
107
+ static ɵcmp: i0.ɵɵComponentDeclaration<PivotTableComponent, "csdk-pivot-table", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
102
108
  }
@@ -132,27 +132,40 @@ export declare class ThemeService {
132
132
  borderGradient: [string, string] | null;
133
133
  borderRadius: string;
134
134
  hover: {
135
- backgroundColor: string;
136
135
  textColor: string;
136
+ backgroundColor: string;
137
137
  };
138
138
  loadingGradient: [string, string];
139
139
  gap: string;
140
140
  };
141
141
  clickableMessages: {
142
- backgroundColor: string;
143
142
  textColor: string;
143
+ backgroundColor: string;
144
144
  border: string | false;
145
+ borderGradient: [string, string] | null;
145
146
  hover: {
146
147
  textColor: string;
147
148
  backgroundColor: string;
148
149
  };
149
150
  };
151
+ dataTopics: {
152
+ backgroundColor: string;
153
+ items: {
154
+ textColor: string;
155
+ backgroundColor: string;
156
+ };
157
+ };
150
158
  icons: {
151
159
  color: string;
152
- hover: {
153
- color: string;
160
+ feedbackIcons: {
161
+ hoverColor: string;
154
162
  };
155
163
  };
164
+ tooltips: {
165
+ backgroundColor: string;
166
+ textColor: string;
167
+ boxShadow: string;
168
+ };
156
169
  };
157
170
  }>;
158
171
  updateThemeSettings(theme: string | ThemeSettings): Promise<void>;
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.10.1",
14
+ "version": "1.12.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -25,9 +25,9 @@
25
25
  "dist/**/*"
26
26
  ],
27
27
  "peerDependencies": {
28
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
29
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0",
30
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0"
28
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
29
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
30
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@sisense/sdk-data": "workspace:^",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.10.1";
1
+ declare const _default: "1.12.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": "1.10.1",
14
+ "version": "1.12.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -40,14 +40,14 @@
40
40
  "sync-version": "node ./scripts/sync-version.cjs"
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0",
44
- "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0",
45
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0"
43
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
44
+ "@angular/compiler": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
45
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.10.1",
49
- "@sisense/sdk-tracking": "^1.10.1",
50
- "@sisense/sdk-ui-preact": "^1.10.1",
48
+ "@sisense/sdk-data": "^1.12.0",
49
+ "@sisense/sdk-tracking": "^1.12.0",
50
+ "@sisense/sdk-ui-preact": "^1.12.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"