@sisense/sdk-ui-angular 1.32.0 → 1.34.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.
- package/dist/ai/lib/component-wrapper-helpers/context-connectors.d.ts +2 -2
- package/dist/ai/lib/components/chatbot.component.d.ts +3 -5
- package/dist/ai/lib/components/get-nlg-insights.component.d.ts +3 -5
- package/dist/ai/lib/sdk-ai.module.d.ts +0 -1
- package/dist/ai/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/ai/lib/services/ai.service.d.ts +1 -2
- package/dist/ai/public-api.d.ts +2 -2
- package/dist/esm2020/ai/lib/component-wrapper-helpers/context-connectors.mjs +15 -9
- package/dist/esm2020/ai/lib/components/chatbot.component.mjs +10 -13
- package/dist/esm2020/ai/lib/components/get-nlg-insights.component.mjs +10 -13
- package/dist/esm2020/ai/lib/sdk-ai.module.mjs +2 -3
- package/dist/esm2020/ai/lib/sdk-ui-core-exports.mjs +1 -1
- package/dist/esm2020/ai/lib/services/ai.service.mjs +2 -3
- package/dist/esm2020/ai/public-api.mjs +3 -3
- package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +60 -36
- package/dist/esm2020/lib/components/charts/area-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/chart.component.mjs +8 -10
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/index.mjs +13 -13
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +8 -9
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +1 -1
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/table.component.mjs +8 -10
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/context-menu.component.mjs +9 -9
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +11 -12
- package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +8 -9
- package/dist/esm2020/lib/components/dashboard/index.mjs +2 -2
- package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/index.mjs +3 -3
- package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/index.mjs +4 -4
- package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +8 -10
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +8 -9
- package/dist/esm2020/lib/components/widgets/drilldown-widget.component.mjs +18 -19
- package/dist/esm2020/lib/components/widgets/index.mjs +5 -4
- package/dist/esm2020/lib/components/widgets/pivot-table-widget.component.mjs +126 -0
- package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +8 -9
- package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +8 -9
- package/dist/esm2020/lib/decorators/decorators.module.mjs +1 -1
- package/dist/esm2020/lib/decorators/index.mjs +2 -2
- package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -2
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
- package/dist/esm2020/lib/sdk-ui.module.mjs +9 -6
- package/dist/esm2020/lib/services/dashboard.service.mjs +1 -1
- package/dist/esm2020/lib/services/hierarchy.service.mjs +1 -1
- package/dist/esm2020/lib/services/index.mjs +4 -4
- package/dist/esm2020/lib/services/plugins.service.mjs +1 -1
- package/dist/esm2020/lib/services/query.service.mjs +60 -6
- package/dist/esm2020/lib/services/sisense-context.service.mjs +1 -1
- package/dist/esm2020/lib/services/theme.service.mjs +2 -2
- package/dist/esm2020/lib/services/widget.service.mjs +1 -1
- package/dist/esm2020/lib/types/chart-event-props.mjs +1 -1
- package/dist/esm2020/lib/types/dashboard-config.mjs +2 -0
- package/dist/esm2020/lib/types/index.mjs +4 -3
- package/dist/esm2020/lib/utilities/dashboard-helpers.mjs +118 -0
- package/dist/esm2020/lib/utilities/dashboard-model-translator.mjs +49 -0
- package/dist/esm2020/lib/utilities/index.mjs +7 -0
- package/dist/esm2020/lib/utilities/widget-model-translator.mjs +304 -0
- package/dist/esm2020/public-api.mjs +5 -4
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs +32 -36
- package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs.map +1 -1
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +2651 -1987
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs +32 -34
- package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +2653 -1988
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/component-wrapper-helpers/context-connectors.d.ts +5 -5
- package/dist/lib/components/charts/area-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/area-range-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/areamap-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/bar-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/chart.component.d.ts +1 -2
- package/dist/lib/components/charts/column-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/funnel-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/index.d.ts +12 -12
- package/dist/lib/components/charts/indicator-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/line-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/pie-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/pivot-table.component.d.ts +1 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/scatter-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +1 -1
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/table.component.d.ts +1 -2
- package/dist/lib/components/charts/treemap-chart.component.d.ts +1 -2
- package/dist/lib/components/context-menu.component.d.ts +1 -1
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +10 -7
- package/dist/lib/components/dashboard/dashboard.component.d.ts +6 -3
- package/dist/lib/components/dashboard/index.d.ts +1 -1
- package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +1 -1
- package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/index.d.ts +2 -2
- package/dist/lib/components/filters/member-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/index.d.ts +3 -3
- package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -2
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/drilldown-widget.component.d.ts +2 -5
- package/dist/lib/components/widgets/index.d.ts +4 -3
- package/dist/lib/components/widgets/pivot-table-widget.component.d.ts +127 -0
- package/dist/lib/components/widgets/table-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/widget-by-id.component.d.ts +1 -1
- package/dist/lib/decorators/index.d.ts +1 -1
- package/dist/lib/sdk-ui-core-exports.d.ts +2 -2
- package/dist/lib/sdk-ui.module.d.ts +4 -4
- package/dist/lib/services/dashboard.service.d.ts +1 -1
- package/dist/lib/services/hierarchy.service.d.ts +1 -1
- package/dist/lib/services/index.d.ts +3 -3
- package/dist/lib/services/plugins.service.d.ts +1 -1
- package/dist/lib/services/query.service.d.ts +44 -3
- package/dist/lib/services/sisense-context.service.d.ts +1 -1
- package/dist/lib/services/theme.service.d.ts +1 -1
- package/dist/lib/types/dashboard-config.d.ts +24 -0
- package/dist/lib/types/index.d.ts +3 -2
- package/dist/lib/utilities/dashboard-helpers.d.ts +104 -0
- package/dist/lib/utilities/dashboard-model-translator.d.ts +47 -0
- package/dist/lib/utilities/index.d.ts +23 -0
- package/dist/lib/utilities/widget-model-translator.d.ts +289 -0
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +5 -4
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { ContextConnector,
|
|
1
|
+
import { ContextConnector, CustomPluginsProviderProps, CustomSisenseContextProviderProps, CustomThemeProviderProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { PluginsService } from '../services/plugins.service';
|
|
2
3
|
import { SisenseContextService } from '../services/sisense-context.service';
|
|
3
4
|
import { ThemeService } from '../services/theme.service';
|
|
4
|
-
import { PluginsService } from '../services/plugins.service';
|
|
5
5
|
/**
|
|
6
6
|
* Creates theme context connector
|
|
7
7
|
*
|
|
8
8
|
* @param themeService - The theme service
|
|
9
9
|
* @internal
|
|
10
10
|
*/
|
|
11
|
-
export declare const createThemeContextConnector: (themeService: ThemeService) => ContextConnector<CustomThemeProviderProps
|
|
11
|
+
export declare const createThemeContextConnector: (themeService: ThemeService) => ContextConnector<CustomThemeProviderProps>;
|
|
12
12
|
/**
|
|
13
13
|
* Creates Sisense context connector
|
|
14
14
|
*
|
|
15
15
|
* @param sisenseContextService - The Sisense context service
|
|
16
16
|
* @internal
|
|
17
17
|
*/
|
|
18
|
-
export declare const createSisenseContextConnector: (sisenseContextService: SisenseContextService) => ContextConnector<
|
|
18
|
+
export declare const createSisenseContextConnector: (sisenseContextService: SisenseContextService) => ContextConnector<CustomSisenseContextProviderProps>;
|
|
19
19
|
/**
|
|
20
20
|
* Creates plugins context connector
|
|
21
21
|
*
|
|
22
22
|
* @param pluginsService - The plugin service
|
|
23
23
|
* @internal
|
|
24
24
|
*/
|
|
25
|
-
export declare const createPluginsContextConnector: (pluginsService: PluginsService) => ContextConnector<CustomPluginsProviderProps
|
|
25
|
+
export declare const createPluginsContextConnector: (pluginsService: PluginsService) => ContextConnector<CustomPluginsProviderProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type AreaChartProps as AreaChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
|
|
|
61
61
|
}
|
|
62
62
|
* ```
|
|
63
63
|
* <img src="media://angular-area-chart-example.png" width="800px" />
|
|
64
|
-
*
|
|
65
64
|
* @group Charts
|
|
66
65
|
*/
|
|
67
66
|
export declare class AreaChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type AreaRangeChartProps as AreaRangeChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -74,7 +74,6 @@ export class AnalyticsComponent {
|
|
|
74
74
|
}
|
|
75
75
|
* ```
|
|
76
76
|
* <img src="media://angular-area-range-chart-example.png" width="800px" />
|
|
77
|
-
*
|
|
78
77
|
* @group Charts
|
|
79
78
|
* @beta
|
|
80
79
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type AreamapChartProps as AreamapChartPropsPreact, type ChartType } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
4
4
|
import { DataPointEvent, DataPointEventHandler } from '../../types/data-point';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -50,7 +50,6 @@ export class AnalyticsComponent {
|
|
|
50
50
|
}
|
|
51
51
|
* ```
|
|
52
52
|
* <img src="media://angular-areamap-chart-example.png" width="800px" />
|
|
53
|
-
*
|
|
54
53
|
* @group Charts
|
|
55
54
|
*/
|
|
56
55
|
export declare class AreamapChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type BarChartProps as BarChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -62,7 +62,6 @@ export class AnalyticsComponent {
|
|
|
62
62
|
}
|
|
63
63
|
* ```
|
|
64
64
|
* <img src="media://angular-bar-chart-example.png" width="800px" />
|
|
65
|
-
*
|
|
66
65
|
* @group Charts
|
|
67
66
|
*/
|
|
68
67
|
export declare class BarChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type BoxplotChartProps as BoxplotChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -55,7 +55,6 @@ export class AnalyticsComponent {
|
|
|
55
55
|
}
|
|
56
56
|
* ```
|
|
57
57
|
* <img src="media://angular-boxplot-chart-example.png" width="800px" />
|
|
58
|
-
*
|
|
59
58
|
* @group Charts
|
|
60
59
|
*/
|
|
61
60
|
export declare class BoxplotChartComponent {
|
|
@@ -60,7 +60,6 @@ export interface ChartProps extends WithoutPreactChartEventProps<ChartPropsPreac
|
|
|
60
60
|
*
|
|
61
61
|
* <img src="media://angular-chart-example.png" width="800px" />
|
|
62
62
|
* @shortDescription Common component for rendering charts of different types including table
|
|
63
|
-
*
|
|
64
63
|
* @group Charts
|
|
65
64
|
*/
|
|
66
65
|
export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -175,7 +174,7 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
175
174
|
* @internal
|
|
176
175
|
*/
|
|
177
176
|
ngOnChanges(): void;
|
|
178
|
-
private
|
|
177
|
+
private getPreactComponentProps;
|
|
179
178
|
/**
|
|
180
179
|
* @internal
|
|
181
180
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type ColumnChartProps as ColumnChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
|
|
|
61
61
|
}
|
|
62
62
|
* ```
|
|
63
63
|
* <img src="media://angular-column-chart-example.png" width="800px" />
|
|
64
|
-
*
|
|
65
64
|
* @group Charts
|
|
66
65
|
*/
|
|
67
66
|
export declare class ColumnChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type FunnelChartProps as FunnelChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -59,7 +59,6 @@ export class AnalyticsComponent {
|
|
|
59
59
|
}
|
|
60
60
|
* ```
|
|
61
61
|
* <img src="media://angular-funnel-chart-example.png" width="800px" />
|
|
62
|
-
*
|
|
63
62
|
* @group Charts
|
|
64
63
|
*/
|
|
65
64
|
export declare class FunnelChartComponent {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
export * from './area-chart.component';
|
|
2
|
+
export * from './area-range-chart.component';
|
|
3
|
+
export * from './areamap-chart.component';
|
|
4
|
+
export * from './bar-chart.component';
|
|
5
|
+
export * from './boxplot-chart.component';
|
|
1
6
|
export * from './chart.component';
|
|
2
|
-
export * from './table.component';
|
|
3
7
|
export * from './column-chart.component';
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './area-chart.component';
|
|
6
|
-
export * from './line-chart.component';
|
|
8
|
+
export * from './funnel-chart.component';
|
|
7
9
|
export * from './indicator-chart.component';
|
|
8
|
-
export * from './
|
|
10
|
+
export * from './line-chart.component';
|
|
9
11
|
export * from './pie-chart.component';
|
|
10
|
-
export * from './
|
|
12
|
+
export * from './pivot-table.component';
|
|
11
13
|
export * from './polar-chart.component';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './sunburst-chart.component';
|
|
14
|
-
export * from './boxplot-chart.component';
|
|
14
|
+
export * from './scatter-chart.component';
|
|
15
15
|
export * from './scattermap-chart.component';
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
16
|
+
export * from './sunburst-chart.component';
|
|
17
|
+
export * from './table.component';
|
|
18
|
+
export * from './treemap-chart.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
2
1
|
import { type IndicatorChartProps as IndicatorChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
3
|
import { BaseChartEventProps, HighchartsBasedChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
@@ -63,7 +63,6 @@ export class AnalyticsComponent {
|
|
|
63
63
|
}
|
|
64
64
|
* ```
|
|
65
65
|
* <img src="media://angular-indicator-chart-example.png" width="800px" />
|
|
66
|
-
*
|
|
67
66
|
* @group Charts
|
|
68
67
|
*/
|
|
69
68
|
export declare class IndicatorChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type LineChartProps as LineChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -59,7 +59,6 @@ export class AnalyticsComponent {
|
|
|
59
59
|
}
|
|
60
60
|
* ```
|
|
61
61
|
* <img src="media://angular-line-chart-example.png" width="800px" />
|
|
62
|
-
*
|
|
63
62
|
* @group Charts
|
|
64
63
|
*/
|
|
65
64
|
export declare class LineChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type PieChartProps as PieChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
|
|
|
61
61
|
}
|
|
62
62
|
* ```
|
|
63
63
|
* <img src="media://angular-pie-chart-example.png" width="800px" />
|
|
64
|
-
*
|
|
65
64
|
* @group Charts
|
|
66
65
|
*/
|
|
67
66
|
export declare class PieChartComponent {
|
|
@@ -105,7 +105,7 @@ export declare class PivotTableComponent implements AfterViewInit, OnChanges, On
|
|
|
105
105
|
ngAfterViewInit(): void;
|
|
106
106
|
/** @internal */
|
|
107
107
|
ngOnChanges(): void;
|
|
108
|
-
private
|
|
108
|
+
private getPreactComponentProps;
|
|
109
109
|
/** @internal */
|
|
110
110
|
ngOnDestroy(): void;
|
|
111
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotTableComponent, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type PolarChartProps as PolarChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -60,7 +60,6 @@ export class AnalyticsComponent {
|
|
|
60
60
|
}
|
|
61
61
|
* ```
|
|
62
62
|
* <img src="media://angular-polar-chart-example.png" width="800px" />
|
|
63
|
-
*
|
|
64
63
|
* @group Charts
|
|
65
64
|
*/
|
|
66
65
|
export declare class PolarChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type ScatterChartProps as ScatterChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -63,7 +63,6 @@ export class AnalyticsComponent {
|
|
|
63
63
|
}
|
|
64
64
|
* ```
|
|
65
65
|
* <img src="media://angular-scatter-chart-example.png" width="800px" />
|
|
66
|
-
*
|
|
67
66
|
* @group Charts
|
|
68
67
|
*/
|
|
69
68
|
export declare class ScatterChartComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type ScattermapChartProps as ScattermapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointEventHandler } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
|
|
|
61
61
|
}
|
|
62
62
|
* ```
|
|
63
63
|
* <img src="media://angular-sunburst-chart-example.png" width="800px" />
|
|
64
|
-
*
|
|
65
64
|
* @group Charts
|
|
66
65
|
*/
|
|
67
66
|
export declare class SunburstChartComponent {
|
|
@@ -39,7 +39,6 @@ export class AnalyticsComponent {
|
|
|
39
39
|
}
|
|
40
40
|
* ```
|
|
41
41
|
* <img src="media://angular-table-chart-example.png" width="800px" />
|
|
42
|
-
*
|
|
43
42
|
* @group Data Grids
|
|
44
43
|
*/
|
|
45
44
|
export declare class TableComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -84,7 +83,7 @@ export declare class TableComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
84
83
|
ngAfterViewInit(): void;
|
|
85
84
|
/** @internal */
|
|
86
85
|
ngOnChanges(): void;
|
|
87
|
-
private
|
|
86
|
+
private getPreactComponentProps;
|
|
88
87
|
/** @internal */
|
|
89
88
|
ngOnDestroy(): void;
|
|
90
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
2
|
import { type TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
4
4
|
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
5
|
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -61,7 +61,6 @@ export class AnalyticsComponent {
|
|
|
61
61
|
}
|
|
62
62
|
* ```
|
|
63
63
|
* <img src="media://angular-treemap-chart-example.png" width="800px" />
|
|
64
|
-
*
|
|
65
64
|
* @group Charts
|
|
66
65
|
*/
|
|
67
66
|
export declare class TreemapChartComponent {
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
2
|
import { type DashboardByIdProps as DashboardByIdPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { PluginsService } from '../../services/plugins.service';
|
|
3
4
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
5
|
import { ThemeService } from '../../services/theme.service';
|
|
5
|
-
import {
|
|
6
|
+
import type { DashboardByIdConfig } from '../../types';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Props of the {@link DashboardByIdComponent}.
|
|
9
10
|
*/
|
|
10
11
|
export interface DashboardByIdProps extends DashboardByIdPropsPreact {
|
|
12
|
+
/**
|
|
13
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.config}
|
|
14
|
+
*/
|
|
15
|
+
config?: DashboardByIdConfig;
|
|
11
16
|
}
|
|
12
17
|
/**
|
|
13
18
|
* An Angular component used for easily rendering a dashboard by its ID created in a Sisense Fusion instance.
|
|
@@ -64,11 +69,9 @@ export declare class DashboardByIdComponent implements AfterViewInit, OnChanges,
|
|
|
64
69
|
*/
|
|
65
70
|
dashboardOid: DashboardByIdProps['dashboardOid'];
|
|
66
71
|
/**
|
|
67
|
-
* {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.
|
|
68
|
-
*
|
|
69
|
-
* @alpha
|
|
72
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardByIdProps.config}
|
|
70
73
|
*/
|
|
71
|
-
|
|
74
|
+
config: DashboardByIdProps['config'];
|
|
72
75
|
private componentAdapter;
|
|
73
76
|
/**
|
|
74
77
|
* Constructor for the `DashboardById` component.
|
|
@@ -104,11 +107,11 @@ export declare class DashboardByIdComponent implements AfterViewInit, OnChanges,
|
|
|
104
107
|
* @internal
|
|
105
108
|
*/
|
|
106
109
|
ngOnChanges(): void;
|
|
107
|
-
private
|
|
110
|
+
private getPreactComponentProps;
|
|
108
111
|
/**
|
|
109
112
|
* @internal
|
|
110
113
|
*/
|
|
111
114
|
ngOnDestroy(): void;
|
|
112
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardByIdComponent, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardByIdComponent, "csdk-dashboard-by-id", never, { "dashboardOid": "dashboardOid"; "
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardByIdComponent, "csdk-dashboard-by-id", never, { "dashboardOid": "dashboardOid"; "config": "config"; }, {}, never, never, false, never>;
|
|
114
117
|
}
|
|
@@ -2,11 +2,16 @@ import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { type DashboardProps as DashboardPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
4
|
import { ThemeService } from '../../services/theme.service';
|
|
5
|
+
import type { DashboardConfig } from '../../types';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Props of the {@link DashboardComponent}.
|
|
8
9
|
*/
|
|
9
10
|
export interface DashboardProps extends DashboardPropsPreact {
|
|
11
|
+
/**
|
|
12
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardProps.config}
|
|
13
|
+
*/
|
|
14
|
+
config?: DashboardConfig;
|
|
10
15
|
}
|
|
11
16
|
/**
|
|
12
17
|
* An Angular component used for easily rendering a dashboard created in Sisense Fusion.
|
|
@@ -82,8 +87,6 @@ export declare class DashboardComponent implements AfterViewInit, OnChanges, OnD
|
|
|
82
87
|
layoutOptions: DashboardProps['layoutOptions'];
|
|
83
88
|
/**
|
|
84
89
|
* {@inheritDoc @sisense/sdk-ui!DashboardProps.config}
|
|
85
|
-
*
|
|
86
|
-
* @internal
|
|
87
90
|
*/
|
|
88
91
|
config: DashboardProps['config'];
|
|
89
92
|
/**
|
|
@@ -134,7 +137,7 @@ export declare class DashboardComponent implements AfterViewInit, OnChanges, OnD
|
|
|
134
137
|
* @internal
|
|
135
138
|
*/
|
|
136
139
|
ngOnChanges(): void;
|
|
137
|
-
private
|
|
140
|
+
private getPreactComponentProps;
|
|
138
141
|
/**
|
|
139
142
|
* @internal
|
|
140
143
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './criteria-filter-tile.component';
|
|
2
2
|
export * from './date-range-filter-tile.component';
|
|
3
|
+
export * from './member-filter-tile.component';
|
|
3
4
|
export * from './relative-date-filter-tile.component';
|
|
4
|
-
export * from './criteria-filter-tile.component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './filters';
|
|
2
1
|
export * from './charts';
|
|
3
|
-
export * from './
|
|
2
|
+
export * from './context-menu.component';
|
|
4
3
|
export * from './dashboard';
|
|
5
4
|
export * from './drilldown-breadcrumbs.component';
|
|
6
|
-
export * from './
|
|
5
|
+
export * from './filters';
|
|
6
|
+
export * from './widgets';
|
|
@@ -65,7 +65,6 @@ export interface ChartWidgetProps extends WithoutPreactChartEventProps<ChartWidg
|
|
|
65
65
|
* }
|
|
66
66
|
* ```
|
|
67
67
|
* <img src="media://angular-chart-widget-example.png" width="800px" />
|
|
68
|
-
*
|
|
69
68
|
* @group Dashboards
|
|
70
69
|
*/
|
|
71
70
|
export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -171,7 +170,7 @@ export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, O
|
|
|
171
170
|
ngAfterViewInit(): void;
|
|
172
171
|
/** @internal */
|
|
173
172
|
ngOnChanges(): void;
|
|
174
|
-
private
|
|
173
|
+
private getPreactComponentProps;
|
|
175
174
|
/** @internal */
|
|
176
175
|
ngOnDestroy(): void;
|
|
177
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWidgetComponent, never>;
|
|
@@ -112,7 +112,7 @@ export declare class DashboardWidgetComponent implements AfterViewInit, OnChange
|
|
|
112
112
|
/** @internal */
|
|
113
113
|
ngOnChanges(): void;
|
|
114
114
|
/** @internal */
|
|
115
|
-
private
|
|
115
|
+
private getPreactComponentProps;
|
|
116
116
|
/** @internal */
|
|
117
117
|
ngOnDestroy(): void;
|
|
118
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardWidgetComponent, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type
|
|
2
|
+
import { type ComponentRenderer, type ContextMenuProps, type CustomDrilldownResult as CustomDrilldownResultBase, DrilldownBreadcrumbsProps, type DrilldownWidgetProps } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
4
|
import { ThemeService } from '../../services/theme.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -74,7 +74,6 @@ export type CustomDrilldownResult = CustomDrilldownResultBase & {
|
|
|
74
74
|
* </csdk-drilldown-widget>
|
|
75
75
|
* ```
|
|
76
76
|
* <img src="media://angular-drilldown-widget-example.png" width="800px" />
|
|
77
|
-
*
|
|
78
77
|
* @group Drilldown
|
|
79
78
|
*/
|
|
80
79
|
export declare class DrilldownWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -103,14 +102,12 @@ export declare class DrilldownWidgetComponent implements AfterViewInit, OnChange
|
|
|
103
102
|
*
|
|
104
103
|
* @category Widget
|
|
105
104
|
* @deprecated Use {@link drilldownPaths} instead
|
|
106
|
-
*
|
|
107
105
|
*/
|
|
108
106
|
drilldownDimensions: DrilldownWidgetProps['drilldownDimensions'];
|
|
109
107
|
/**
|
|
110
108
|
* {@inheritDoc @sisense/sdk-ui!DrilldownWidgetProps.drilldownPaths}
|
|
111
109
|
*
|
|
112
110
|
* @category Widget
|
|
113
|
-
*
|
|
114
111
|
*/
|
|
115
112
|
drilldownPaths: DrilldownWidgetProps['drilldownPaths'];
|
|
116
113
|
/**
|
|
@@ -162,7 +159,7 @@ export declare class DrilldownWidgetComponent implements AfterViewInit, OnChange
|
|
|
162
159
|
* @internal
|
|
163
160
|
*/
|
|
164
161
|
ngOnChanges(): void;
|
|
165
|
-
private
|
|
162
|
+
private getPreactComponentProps;
|
|
166
163
|
/**
|
|
167
164
|
* @internal
|
|
168
165
|
*/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './chart-widget.component';
|
|
2
2
|
export * from './dashboard-widget.component';
|
|
3
|
-
export * from './widget-by-id.component';
|
|
4
3
|
export * from './drilldown-widget.component';
|
|
5
|
-
export * from './
|
|
4
|
+
export * from './pivot-table-widget.component';
|
|
5
|
+
export * from './table-widget.component';
|
|
6
|
+
export * from './widget-by-id.component';
|