@sisense/sdk-ui-angular 1.21.0 → 1.22.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/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +4 -6
- package/dist/esm2020/lib/components/charts/area-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/chart.component.mjs +5 -2
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +2 -2
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -2
- package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -3
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
- package/dist/esm2020/lib/services/dashboard.service.mjs +2 -2
- package/dist/esm2020/lib/services/widget.service.mjs +2 -2
- package/dist/esm2020/public-api.mjs +3 -3
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +77 -47
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +76 -46
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/components/charts/area-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/area-range-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/bar-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/chart.component.d.ts +9 -1
- package/dist/lib/components/charts/column-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/funnel-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/indicator-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/line-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/pie-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/scatter-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/treemap-chart.component.d.ts +8 -1
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +1 -1
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
- package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/lib/services/dashboard.service.d.ts +1 -1
- package/dist/lib/services/widget.service.d.ts +1 -1
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -95,6 +95,13 @@ export declare class AreaChartComponent {
|
|
|
95
95
|
* @category Callbacks
|
|
96
96
|
*/
|
|
97
97
|
beforeRender: AreaChartProps['onBeforeRender'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!AreaChartProps.onDataReady}
|
|
100
|
+
*
|
|
101
|
+
* @category Callbacks
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
dataReady: AreaChartProps['onDataReady'];
|
|
98
105
|
/**
|
|
99
106
|
* {@inheritDoc @sisense/sdk-ui!AreaChartProps.onDataPointClick}
|
|
100
107
|
*
|
|
@@ -116,5 +123,5 @@ export declare class AreaChartComponent {
|
|
|
116
123
|
/** @internal */
|
|
117
124
|
chartType: ChartType;
|
|
118
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreaChartComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AreaChartComponent, "csdk-area-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AreaChartComponent, "csdk-area-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
127
|
}
|
|
@@ -109,6 +109,13 @@ export declare class AreaRangeChartComponent {
|
|
|
109
109
|
* @category Callbacks
|
|
110
110
|
*/
|
|
111
111
|
beforeRender: AreaRangeChartProps['onBeforeRender'];
|
|
112
|
+
/**
|
|
113
|
+
* {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.onDataReady}
|
|
114
|
+
*
|
|
115
|
+
* @category Callbacks
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
dataReady: AreaRangeChartProps['onDataReady'];
|
|
112
119
|
/**
|
|
113
120
|
* {@inheritDoc @sisense/sdk-ui!AreaRangeChartProps.onDataPointClick}
|
|
114
121
|
*
|
|
@@ -130,5 +137,5 @@ export declare class AreaRangeChartComponent {
|
|
|
130
137
|
/** @internal */
|
|
131
138
|
chartType: ChartType;
|
|
132
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreaRangeChartComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AreaRangeChartComponent, "csdk-area-range-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AreaRangeChartComponent, "csdk-area-range-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
134
141
|
}
|
|
@@ -77,6 +77,13 @@ export declare class AreamapChartComponent {
|
|
|
77
77
|
* @category Chart
|
|
78
78
|
*/
|
|
79
79
|
styleOptions: AreamapChartProps['styleOptions'];
|
|
80
|
+
/**
|
|
81
|
+
* {@inheritDoc @sisense/sdk-ui!AreamapChartProps.onDataReady}
|
|
82
|
+
*
|
|
83
|
+
* @category Callbacks
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
dataReady: AreamapChartProps['onDataReady'];
|
|
80
87
|
/**
|
|
81
88
|
* {@inheritDoc @sisense/sdk-ui!AreamapChartProps.onDataPointClick}
|
|
82
89
|
*
|
|
@@ -86,5 +93,5 @@ export declare class AreamapChartComponent {
|
|
|
86
93
|
/** @internal */
|
|
87
94
|
chartType: ChartType;
|
|
88
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<AreamapChartComponent, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AreamapChartComponent, "csdk-areamap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AreamapChartComponent, "csdk-areamap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
|
|
90
97
|
}
|
|
@@ -96,6 +96,13 @@ export declare class BarChartComponent {
|
|
|
96
96
|
* @category Callbacks
|
|
97
97
|
*/
|
|
98
98
|
beforeRender: BarChartProps['onBeforeRender'];
|
|
99
|
+
/**
|
|
100
|
+
* {@inheritDoc @sisense/sdk-ui!BarChartProps.onDataReady}
|
|
101
|
+
*
|
|
102
|
+
* @category Callbacks
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
dataReady: BarChartProps['onDataReady'];
|
|
99
106
|
/**
|
|
100
107
|
* {@inheritDoc @sisense/sdk-ui!BarChartProps.onDataPointClick}
|
|
101
108
|
*
|
|
@@ -117,5 +124,5 @@ export declare class BarChartComponent {
|
|
|
117
124
|
/** @internal */
|
|
118
125
|
chartType: ChartType;
|
|
119
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarChartComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarChartComponent, "csdk-bar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarChartComponent, "csdk-bar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
121
128
|
}
|
|
@@ -89,6 +89,13 @@ export declare class BoxplotChartComponent {
|
|
|
89
89
|
* @category Callbacks
|
|
90
90
|
*/
|
|
91
91
|
beforeRender: BoxplotChartProps['onBeforeRender'];
|
|
92
|
+
/**
|
|
93
|
+
* {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.onDataReady}
|
|
94
|
+
*
|
|
95
|
+
* @category Callbacks
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
dataReady: BoxplotChartProps['onDataReady'];
|
|
92
99
|
/**
|
|
93
100
|
* {@inheritDoc @sisense/sdk-ui!BoxplotChartProps.onDataPointClick}
|
|
94
101
|
*
|
|
@@ -110,5 +117,5 @@ export declare class BoxplotChartComponent {
|
|
|
110
117
|
/** @internal */
|
|
111
118
|
chartType: ChartType;
|
|
112
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<BoxplotChartComponent, never>;
|
|
113
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "csdk-boxplot-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BoxplotChartComponent, "csdk-boxplot-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
114
121
|
}
|
|
@@ -53,6 +53,7 @@ import * as i0 from "@angular/core";
|
|
|
53
53
|
* ```
|
|
54
54
|
*
|
|
55
55
|
* <img src="media://angular-chart-example.png" width="800px" />
|
|
56
|
+
* @shortDescription Common component for rendering charts of different types including table
|
|
56
57
|
*
|
|
57
58
|
* @group Charts
|
|
58
59
|
*/
|
|
@@ -115,6 +116,13 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
115
116
|
* @category Callbacks
|
|
116
117
|
*/
|
|
117
118
|
beforeRender: ChartProps['onBeforeRender'];
|
|
119
|
+
/**
|
|
120
|
+
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataReady}
|
|
121
|
+
*
|
|
122
|
+
* @category Callbacks
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
125
|
+
dataReady: ChartProps['onDataReady'];
|
|
118
126
|
/**
|
|
119
127
|
* {@inheritDoc @sisense/sdk-ui!ChartProps.onDataPointClick}
|
|
120
128
|
*
|
|
@@ -167,5 +175,5 @@ export declare class ChartComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
167
175
|
*/
|
|
168
176
|
ngOnDestroy(): void;
|
|
169
177
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>;
|
|
170
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "csdk-chart", never, { "chartType": "chartType"; "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
178
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "csdk-chart", never, { "chartType": "chartType"; "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
171
179
|
}
|
|
@@ -95,6 +95,13 @@ export declare class ColumnChartComponent {
|
|
|
95
95
|
* @category Callbacks
|
|
96
96
|
*/
|
|
97
97
|
beforeRender: ColumnChartProps['onBeforeRender'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!ColumnChartProps.onDataReady}
|
|
100
|
+
*
|
|
101
|
+
* @category Callbacks
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
dataReady: ColumnChartProps['onDataReady'];
|
|
98
105
|
/**
|
|
99
106
|
* {@inheritDoc @sisense/sdk-ui!ColumnChartProps.onDataPointClick}
|
|
100
107
|
*
|
|
@@ -116,5 +123,5 @@ export declare class ColumnChartComponent {
|
|
|
116
123
|
/** @internal */
|
|
117
124
|
chartType: ChartType;
|
|
118
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChartComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChartComponent, "csdk-column-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChartComponent, "csdk-column-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
127
|
}
|
|
@@ -93,6 +93,13 @@ export declare class FunnelChartComponent {
|
|
|
93
93
|
* @category Callbacks
|
|
94
94
|
*/
|
|
95
95
|
beforeRender: FunnelChartProps['onBeforeRender'];
|
|
96
|
+
/**
|
|
97
|
+
* {@inheritDoc @sisense/sdk-ui!FunnelChartProps.onDataReady}
|
|
98
|
+
*
|
|
99
|
+
* @category Callbacks
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
dataReady: FunnelChartProps['onDataReady'];
|
|
96
103
|
/**
|
|
97
104
|
* {@inheritDoc @sisense/sdk-ui!FunnelChartProps.onDataPointClick}
|
|
98
105
|
*
|
|
@@ -114,5 +121,5 @@ export declare class FunnelChartComponent {
|
|
|
114
121
|
/** @internal */
|
|
115
122
|
chartType: ChartType;
|
|
116
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<FunnelChartComponent, never>;
|
|
117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FunnelChartComponent, "csdk-funnel-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FunnelChartComponent, "csdk-funnel-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
118
125
|
}
|
|
@@ -91,8 +91,15 @@ export declare class IndicatorChartComponent {
|
|
|
91
91
|
* @category Chart
|
|
92
92
|
*/
|
|
93
93
|
styleOptions: IndicatorChartProps['styleOptions'];
|
|
94
|
+
/**
|
|
95
|
+
* {@inheritDoc @sisense/sdk-ui!IndicatorChartProps.onDataReady}
|
|
96
|
+
*
|
|
97
|
+
* @category Callbacks
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
dataReady: IndicatorChartProps['onDataReady'];
|
|
94
101
|
/** @internal */
|
|
95
102
|
chartType: ChartType;
|
|
96
103
|
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorChartComponent, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorChartComponent, "csdk-indicator-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
|
|
104
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorChartComponent, "csdk-indicator-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, {}, never, never, false, never>;
|
|
98
105
|
}
|
|
@@ -93,6 +93,13 @@ export declare class LineChartComponent {
|
|
|
93
93
|
* @category Callbacks
|
|
94
94
|
*/
|
|
95
95
|
beforeRender: LineChartProps['onBeforeRender'];
|
|
96
|
+
/**
|
|
97
|
+
* {@inheritDoc @sisense/sdk-ui!LineChartProps.onDataReady}
|
|
98
|
+
*
|
|
99
|
+
* @category Callbacks
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
102
|
+
dataReady: LineChartProps['onDataReady'];
|
|
96
103
|
/**
|
|
97
104
|
* {@inheritDoc @sisense/sdk-ui!LineChartProps.onDataPointClick}
|
|
98
105
|
*
|
|
@@ -114,5 +121,5 @@ export declare class LineChartComponent {
|
|
|
114
121
|
/** @internal */
|
|
115
122
|
chartType: ChartType;
|
|
116
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<LineChartComponent, never>;
|
|
117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "csdk-line-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LineChartComponent, "csdk-line-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
118
125
|
}
|
|
@@ -95,6 +95,13 @@ export declare class PieChartComponent {
|
|
|
95
95
|
* @category Callbacks
|
|
96
96
|
*/
|
|
97
97
|
beforeRender: PieChartProps['onBeforeRender'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!PieChartProps.onDataReady}
|
|
100
|
+
*
|
|
101
|
+
* @category Callbacks
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
dataReady: PieChartProps['onDataReady'];
|
|
98
105
|
/**
|
|
99
106
|
* {@inheritDoc @sisense/sdk-ui!PieChartProps.onDataPointClick}
|
|
100
107
|
*
|
|
@@ -116,5 +123,5 @@ export declare class PieChartComponent {
|
|
|
116
123
|
/** @internal */
|
|
117
124
|
chartType: ChartType;
|
|
118
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<PieChartComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "csdk-pie-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PieChartComponent, "csdk-pie-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
127
|
}
|
|
@@ -94,6 +94,13 @@ export declare class PolarChartComponent {
|
|
|
94
94
|
* @category Callbacks
|
|
95
95
|
*/
|
|
96
96
|
beforeRender: PolarChartProps['onBeforeRender'];
|
|
97
|
+
/**
|
|
98
|
+
* {@inheritDoc @sisense/sdk-ui!PolarChartProps.onDataReady}
|
|
99
|
+
*
|
|
100
|
+
* @category Callbacks
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
dataReady: PolarChartProps['onDataReady'];
|
|
97
104
|
/**
|
|
98
105
|
* {@inheritDoc @sisense/sdk-ui!PolarChartProps.onDataPointClick}
|
|
99
106
|
*
|
|
@@ -115,5 +122,5 @@ export declare class PolarChartComponent {
|
|
|
115
122
|
/** @internal */
|
|
116
123
|
chartType: ChartType;
|
|
117
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<PolarChartComponent, never>;
|
|
118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PolarChartComponent, "csdk-polar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PolarChartComponent, "csdk-polar-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
119
126
|
}
|
|
@@ -97,6 +97,13 @@ export declare class ScatterChartComponent {
|
|
|
97
97
|
* @category Callbacks
|
|
98
98
|
*/
|
|
99
99
|
beforeRender: ScatterChartProps['onBeforeRender'];
|
|
100
|
+
/**
|
|
101
|
+
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataReady}
|
|
102
|
+
*
|
|
103
|
+
* @category Callbacks
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
106
|
+
dataReady: ScatterChartProps['onDataReady'];
|
|
100
107
|
/**
|
|
101
108
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataPointClick}
|
|
102
109
|
*
|
|
@@ -118,5 +125,5 @@ export declare class ScatterChartComponent {
|
|
|
118
125
|
/** @internal */
|
|
119
126
|
chartType: ChartType;
|
|
120
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "csdk-scatter-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
128
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScatterChartComponent, "csdk-scatter-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
122
129
|
}
|
|
@@ -84,6 +84,13 @@ export declare class ScattermapChartComponent {
|
|
|
84
84
|
* @category Chart
|
|
85
85
|
*/
|
|
86
86
|
styleOptions: ScattermapChartProps['styleOptions'];
|
|
87
|
+
/**
|
|
88
|
+
* {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.onDataReady}
|
|
89
|
+
*
|
|
90
|
+
* @category Callbacks
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
93
|
+
dataReady: ScattermapChartProps['onDataReady'];
|
|
87
94
|
/**
|
|
88
95
|
* {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.onDataPointClick}
|
|
89
96
|
*
|
|
@@ -93,5 +100,5 @@ export declare class ScattermapChartComponent {
|
|
|
93
100
|
/** @internal */
|
|
94
101
|
chartType: ChartType;
|
|
95
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScattermapChartComponent, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScattermapChartComponent, "csdk-scattermap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ScattermapChartComponent, "csdk-scattermap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; }, never, never, false, never>;
|
|
97
104
|
}
|
|
@@ -95,6 +95,13 @@ export declare class SunburstChartComponent {
|
|
|
95
95
|
* @category Callbacks
|
|
96
96
|
*/
|
|
97
97
|
beforeRender: SunburstChartProps['onBeforeRender'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataReady}
|
|
100
|
+
*
|
|
101
|
+
* @category Callbacks
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
dataReady: SunburstChartProps['onDataReady'];
|
|
98
105
|
/**
|
|
99
106
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataPointClick}
|
|
100
107
|
*
|
|
@@ -116,5 +123,5 @@ export declare class SunburstChartComponent {
|
|
|
116
123
|
/** @internal */
|
|
117
124
|
chartType: ChartType;
|
|
118
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<SunburstChartComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SunburstChartComponent, "csdk-sunburst-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SunburstChartComponent, "csdk-sunburst-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
127
|
}
|
|
@@ -95,6 +95,13 @@ export declare class TreemapChartComponent {
|
|
|
95
95
|
* @category Callbacks
|
|
96
96
|
*/
|
|
97
97
|
beforeRender: TreemapChartProps['onBeforeRender'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataReady}
|
|
100
|
+
*
|
|
101
|
+
* @category Callbacks
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
dataReady: TreemapChartProps['onDataReady'];
|
|
98
105
|
/**
|
|
99
106
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataPointClick}
|
|
100
107
|
*
|
|
@@ -116,5 +123,5 @@ export declare class TreemapChartComponent {
|
|
|
116
123
|
/** @internal */
|
|
117
124
|
chartType: ChartType;
|
|
118
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "csdk-treemap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreemapChartComponent, "csdk-treemap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
120
127
|
}
|
|
@@ -27,7 +27,7 @@ import * as i0 from "@angular/core";
|
|
|
27
27
|
*
|
|
28
28
|
* To learn more about this and related dashboard components,
|
|
29
29
|
* see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
|
|
30
|
-
* @group Fusion
|
|
30
|
+
* @group Fusion Assets
|
|
31
31
|
* @fusionEmbed
|
|
32
32
|
* @beta
|
|
33
33
|
*/
|
|
@@ -34,7 +34,7 @@ import * as i0 from "@angular/core";
|
|
|
34
34
|
* dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
35
35
|
* }
|
|
36
36
|
* ```
|
|
37
|
-
* @group Fusion
|
|
37
|
+
* @group Fusion Assets
|
|
38
38
|
* @fusionEmbed
|
|
39
39
|
*/
|
|
40
40
|
export declare class DashboardWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, } from '@sisense/sdk-ui-preact';
|
|
1
|
+
export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, dashboardHelpers, } from '@sisense/sdk-ui-preact';
|
|
2
2
|
export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, RangeChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, RangeChartDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, DashboardProps, DashboardLayoutOptions, DashboardConfig, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, WidgetProps, AppConfig, DateConfig, ContextMenuProps, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';
|
package/dist/package.json
CHANGED
package/dist/public-api.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* Angular query service
|
|
15
15
|
* @groupDescription Dashboards
|
|
16
16
|
* Angular components and utilities for working with dashboards
|
|
17
|
-
* @groupDescription Fusion
|
|
18
|
-
* Angular modules, services, and components for working with Fusion
|
|
17
|
+
* @groupDescription Fusion Assets
|
|
18
|
+
* Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
|
|
19
19
|
* @groupDescription Interfaces
|
|
20
20
|
* TypeScript interfaces for components and services listed above
|
|
21
21
|
* @groupDescription Type Aliases
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.
|
|
1
|
+
declare const _default: "1.22.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.
|
|
14
|
+
"version": "1.22.0",
|
|
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 || ^18.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.22.0",
|
|
49
|
+
"@sisense/sdk-tracking": "^1.22.0",
|
|
50
|
+
"@sisense/sdk-ui-preact": "^1.22.0",
|
|
51
51
|
"rxjs": "^7.8.1",
|
|
52
52
|
"ts-deepmerge": "^6.2.0",
|
|
53
53
|
"tslib": "^2.3.0"
|