@sisense/sdk-ui-angular 1.28.0 → 1.30.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/components/charts/area-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/chart.component.mjs +3 -2
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +3 -1
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +1 -1
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/charts/table.component.mjs +6 -3
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +9 -7
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +1 -1
- package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +1 -1
- package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +3 -3
- package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/index.mjs +1 -2
- package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +8 -5
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -1
- package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +1 -1
- package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +5 -2
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +1 -1
- package/dist/esm2020/lib/sdk-ui.module.mjs +4 -8
- package/dist/esm2020/lib/types/chart-event-props.mjs +2 -0
- package/dist/esm2020/lib/types/data-point.mjs +2 -0
- package/dist/esm2020/lib/types/index.mjs +3 -1
- package/dist/esm2020/public-api.mjs +1 -1
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +147 -167
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +144 -165
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/components/charts/area-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/area-range-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -4
- package/dist/lib/components/charts/bar-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/chart.component.d.ts +10 -7
- package/dist/lib/components/charts/column-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/funnel-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/indicator-chart.component.d.ts +6 -3
- package/dist/lib/components/charts/line-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/pie-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/pivot-table.component.d.ts +3 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/scatter-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -4
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/table.component.d.ts +14 -2
- package/dist/lib/components/charts/treemap-chart.component.d.ts +10 -7
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +3 -1
- package/dist/lib/components/dashboard/dashboard.component.d.ts +3 -1
- package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +8 -2
- package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +8 -5
- package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/filters/index.d.ts +0 -1
- package/dist/lib/components/filters/member-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/widgets/chart-widget.component.d.ts +21 -11
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -0
- package/dist/lib/components/widgets/table-widget.component.d.ts +3 -1
- package/dist/lib/components/widgets/widget-by-id.component.d.ts +14 -2
- package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/lib/sdk-ui.module.d.ts +34 -35
- package/dist/lib/types/chart-event-props.d.ts +151 -0
- package/dist/lib/types/data-point.d.ts +78 -0
- package/dist/lib/types/index.d.ts +2 -0
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +1 -0
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
- package/dist/esm2020/lib/components/filters/basic-member-filter-tile.component.mjs +0 -62
- package/dist/lib/components/filters/basic-member-filter-tile.component.d.ts +0 -31
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
|
-
import { type ScatterChartProps } from '@sisense/sdk-ui-preact';
|
|
4
|
-
import {
|
|
3
|
+
import { type ScatterChartProps as ScatterChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
4
|
+
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
|
+
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface ScatterChartProps extends WithoutPreactChartEventProps<ScatterChartPropsPreact>, RegularChartEventProps {
|
|
8
|
+
}
|
|
6
9
|
/**
|
|
7
10
|
* A component displaying the distribution of two variables on an X-Axis, Y-Axis,
|
|
8
11
|
* and two additional fields of data that are shown as colored circles scattered across the chart.
|
|
@@ -96,32 +99,32 @@ export declare class ScatterChartComponent {
|
|
|
96
99
|
*
|
|
97
100
|
* @category Callbacks
|
|
98
101
|
*/
|
|
99
|
-
beforeRender: ScatterChartProps['
|
|
102
|
+
beforeRender: ScatterChartProps['beforeRender'];
|
|
100
103
|
/**
|
|
101
104
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataReady}
|
|
102
105
|
*
|
|
103
106
|
* @category Callbacks
|
|
104
107
|
* @internal
|
|
105
108
|
*/
|
|
106
|
-
dataReady: ScatterChartProps['
|
|
109
|
+
dataReady: ScatterChartProps['dataReady'];
|
|
107
110
|
/**
|
|
108
111
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataPointClick}
|
|
109
112
|
*
|
|
110
113
|
* @category Callbacks
|
|
111
114
|
*/
|
|
112
|
-
dataPointClick: EventEmitter<
|
|
115
|
+
dataPointClick: EventEmitter<DataPointEvent>;
|
|
113
116
|
/**
|
|
114
117
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataPointContextMenu}
|
|
115
118
|
*
|
|
116
119
|
* @category Callbacks
|
|
117
120
|
*/
|
|
118
|
-
dataPointContextMenu: EventEmitter<
|
|
121
|
+
dataPointContextMenu: EventEmitter<DataPointEvent>;
|
|
119
122
|
/**
|
|
120
123
|
* {@inheritDoc @sisense/sdk-ui!ScatterChartProps.onDataPointsSelected}
|
|
121
124
|
*
|
|
122
125
|
* @category Callbacks
|
|
123
126
|
*/
|
|
124
|
-
dataPointsSelect: EventEmitter<
|
|
127
|
+
dataPointsSelect: EventEmitter<DataPointsEvent>;
|
|
125
128
|
/** @internal */
|
|
126
129
|
chartType: ChartType;
|
|
127
130
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScatterChartComponent, never>;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
|
-
import { type ScattermapChartProps } from '@sisense/sdk-ui-preact';
|
|
4
|
-
import {
|
|
3
|
+
import { type ScattermapChartProps as ScattermapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
4
|
+
import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
|
+
import { DataPointEvent, DataPointEventHandler } from '../../types/data-point';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface ScattermapChartProps extends WithoutPreactChartEventProps<ScattermapChartPropsPreact>, BaseChartEventProps {
|
|
8
|
+
dataPointClick?: DataPointEventHandler;
|
|
9
|
+
}
|
|
6
10
|
/**
|
|
7
11
|
* An Angular component that allows to visualize geographical data as data points on a map.
|
|
8
12
|
*
|
|
@@ -90,13 +94,13 @@ export declare class ScattermapChartComponent {
|
|
|
90
94
|
* @category Callbacks
|
|
91
95
|
* @internal
|
|
92
96
|
*/
|
|
93
|
-
dataReady: ScattermapChartProps['
|
|
97
|
+
dataReady: ScattermapChartProps['dataReady'];
|
|
94
98
|
/**
|
|
95
99
|
* {@inheritDoc @sisense/sdk-ui!ScattermapChartProps.onDataPointClick}
|
|
96
100
|
*
|
|
97
101
|
* @category Callbacks
|
|
98
102
|
*/
|
|
99
|
-
dataPointClick: EventEmitter<
|
|
103
|
+
dataPointClick: EventEmitter<DataPointEvent>;
|
|
100
104
|
/** @internal */
|
|
101
105
|
chartType: ChartType;
|
|
102
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScattermapChartComponent, never>;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
|
-
import { type SunburstChartProps } from '@sisense/sdk-ui-preact';
|
|
4
|
-
import {
|
|
3
|
+
import { type SunburstChartProps as SunburstChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
4
|
+
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
|
+
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface SunburstChartProps extends WithoutPreactChartEventProps<SunburstChartPropsPreact>, RegularChartEventProps {
|
|
8
|
+
}
|
|
6
9
|
/**
|
|
7
10
|
* A component displaying hierarchical data in the form of nested slices.
|
|
8
11
|
* This type of chart can be used instead of a pie chart for comparing a large number of categories and sub-categories.
|
|
@@ -94,32 +97,32 @@ export declare class SunburstChartComponent {
|
|
|
94
97
|
*
|
|
95
98
|
* @category Callbacks
|
|
96
99
|
*/
|
|
97
|
-
beforeRender: SunburstChartProps['
|
|
100
|
+
beforeRender: SunburstChartProps['beforeRender'];
|
|
98
101
|
/**
|
|
99
102
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataReady}
|
|
100
103
|
*
|
|
101
104
|
* @category Callbacks
|
|
102
105
|
* @internal
|
|
103
106
|
*/
|
|
104
|
-
dataReady: SunburstChartProps['
|
|
107
|
+
dataReady: SunburstChartProps['dataReady'];
|
|
105
108
|
/**
|
|
106
109
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataPointClick}
|
|
107
110
|
*
|
|
108
111
|
* @category Callbacks
|
|
109
112
|
*/
|
|
110
|
-
dataPointClick: EventEmitter<
|
|
113
|
+
dataPointClick: EventEmitter<DataPointEvent>;
|
|
111
114
|
/**
|
|
112
115
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataPointContextMenu}
|
|
113
116
|
*
|
|
114
117
|
* @category Callbacks
|
|
115
118
|
*/
|
|
116
|
-
dataPointContextMenu: EventEmitter<
|
|
119
|
+
dataPointContextMenu: EventEmitter<DataPointEvent>;
|
|
117
120
|
/**
|
|
118
121
|
* {@inheritDoc @sisense/sdk-ui!SunburstChartProps.onDataPointsSelected}
|
|
119
122
|
*
|
|
120
123
|
* @category Callbacks
|
|
121
124
|
*/
|
|
122
|
-
dataPointsSelect: EventEmitter<
|
|
125
|
+
dataPointsSelect: EventEmitter<DataPointsEvent>;
|
|
123
126
|
/** @internal */
|
|
124
127
|
chartType: ChartType;
|
|
125
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<SunburstChartComponent, never>;
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type TableProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type TableProps as TablePropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
4
|
import { ThemeService } from '../../services/theme.service';
|
|
5
|
+
import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface TableProps extends TablePropsPreact {
|
|
8
|
+
}
|
|
9
|
+
export interface TableProps extends WithoutPreactChartEventProps<TablePropsPreact>, BaseChartEventProps {
|
|
10
|
+
}
|
|
6
11
|
/**
|
|
7
12
|
* Table with aggregation and pagination.
|
|
8
13
|
*
|
|
@@ -65,6 +70,13 @@ export declare class TableComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
65
70
|
* @category Representation
|
|
66
71
|
*/
|
|
67
72
|
styleOptions: TableProps['styleOptions'];
|
|
73
|
+
/**
|
|
74
|
+
* {@inheritDoc @sisense/sdk-ui!TableProps.onDataReady}
|
|
75
|
+
*
|
|
76
|
+
* @category Callbacks
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
dataReady: TableProps['dataReady'];
|
|
68
80
|
private componentAdapter;
|
|
69
81
|
constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
|
|
70
82
|
/** @internal */
|
|
@@ -75,5 +87,5 @@ export declare class TableComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
75
87
|
/** @internal */
|
|
76
88
|
ngOnDestroy(): void;
|
|
77
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "csdk-table", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "csdk-table", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "styleOptions": "styleOptions"; "dataReady": "dataReady"; }, {}, never, never, false, never>;
|
|
79
91
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { type ChartType } from '../../sdk-ui-core-exports';
|
|
3
|
-
import { type TreemapChartProps } from '@sisense/sdk-ui-preact';
|
|
4
|
-
import {
|
|
3
|
+
import { type TreemapChartProps as TreemapChartPropsPreact } from '@sisense/sdk-ui-preact';
|
|
4
|
+
import { RegularChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
5
|
+
import { DataPointEvent, DataPointsEvent } from '../../types/data-point';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface TreemapChartProps extends WithoutPreactChartEventProps<TreemapChartPropsPreact>, RegularChartEventProps {
|
|
8
|
+
}
|
|
6
9
|
/**
|
|
7
10
|
* A component displaying hierarchical data in the form of nested rectangles.
|
|
8
11
|
* This type of chart can be used instead of a column chart for comparing a large number of categories and sub-categories.
|
|
@@ -94,32 +97,32 @@ export declare class TreemapChartComponent {
|
|
|
94
97
|
*
|
|
95
98
|
* @category Callbacks
|
|
96
99
|
*/
|
|
97
|
-
beforeRender: TreemapChartProps['
|
|
100
|
+
beforeRender: TreemapChartProps['beforeRender'];
|
|
98
101
|
/**
|
|
99
102
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataReady}
|
|
100
103
|
*
|
|
101
104
|
* @category Callbacks
|
|
102
105
|
* @internal
|
|
103
106
|
*/
|
|
104
|
-
dataReady: TreemapChartProps['
|
|
107
|
+
dataReady: TreemapChartProps['dataReady'];
|
|
105
108
|
/**
|
|
106
109
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataPointClick}
|
|
107
110
|
*
|
|
108
111
|
* @category Callbacks
|
|
109
112
|
*/
|
|
110
|
-
dataPointClick: EventEmitter<
|
|
113
|
+
dataPointClick: EventEmitter<DataPointEvent>;
|
|
111
114
|
/**
|
|
112
115
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataPointContextMenu}
|
|
113
116
|
*
|
|
114
117
|
* @category Callbacks
|
|
115
118
|
*/
|
|
116
|
-
dataPointContextMenu: EventEmitter<
|
|
119
|
+
dataPointContextMenu: EventEmitter<DataPointEvent>;
|
|
117
120
|
/**
|
|
118
121
|
* {@inheritDoc @sisense/sdk-ui!TreemapChartProps.onDataPointsSelected}
|
|
119
122
|
*
|
|
120
123
|
* @category Callbacks
|
|
121
124
|
*/
|
|
122
|
-
dataPointsSelect: EventEmitter<
|
|
125
|
+
dataPointsSelect: EventEmitter<DataPointsEvent>;
|
|
123
126
|
/** @internal */
|
|
124
127
|
chartType: ChartType;
|
|
125
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreemapChartComponent, never>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type DashboardByIdProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type DashboardByIdProps as DashboardByIdPropsPreact } 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 { PluginsService } from '../../services/plugins.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface DashboardByIdProps extends DashboardByIdPropsPreact {
|
|
8
|
+
}
|
|
7
9
|
/**
|
|
8
10
|
* An Angular component used for easily rendering a dashboard by its ID created in a Sisense Fusion instance.
|
|
9
11
|
*
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type DashboardProps } from '@sisense/sdk-ui-preact';
|
|
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
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
export interface DashboardProps extends DashboardPropsPreact {
|
|
7
|
+
}
|
|
6
8
|
/**
|
|
7
9
|
* An Angular component used for easily rendering a dashboard created in Sisense Fusion.
|
|
8
10
|
*
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type DrilldownBreadcrumbsProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type DrilldownBreadcrumbsProps as DrilldownBreadcrumbsPropsPreact } 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 { ArgumentsAsObject } from '../types/utility-types';
|
|
5
|
+
import type { Arguments, ArgumentsAsObject } from '../types/utility-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface DrilldownBreadcrumbsProps extends Omit<DrilldownBreadcrumbsPropsPreact, 'clearDrilldownSelections'> {
|
|
8
|
+
drilldownSelectionsClear?: () => void;
|
|
9
|
+
drilldownSelectionsSlice?: (event: {
|
|
10
|
+
i: Arguments<DrilldownBreadcrumbsPropsPreact['sliceDrilldownSelections']>[0];
|
|
11
|
+
}) => void;
|
|
12
|
+
}
|
|
7
13
|
/**
|
|
8
14
|
* Drilldown Breadcrumbs Component
|
|
9
15
|
*
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type CriteriaFilterTileProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type CriteriaFilterTileProps as CriteriaFilterTilePropsPreact } 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 { ArgumentsAsObject } from '../../types/utility-types';
|
|
5
|
+
import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface CriteriaFilterTileProps extends Omit<CriteriaFilterTilePropsPreact, 'onUpdate'> {
|
|
8
|
+
filterChange?: (filter: Arguments<CriteriaFilterTilePropsPreact['onUpdate']>[0]) => void;
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
11
|
* Criteria Filter Tile Component
|
|
9
12
|
*
|
|
@@ -28,11 +31,11 @@ import * as i0 from "@angular/core";
|
|
|
28
31
|
* export class FiltersComponent {
|
|
29
32
|
* DM = DM;
|
|
30
33
|
* title: 'Room Number',
|
|
31
|
-
* filter: filterFactory.lessThan(DM.Rooms.Room_number, 200)
|
|
34
|
+
* filter: filterFactory.lessThan(DM.Rooms.Room_number, 200) ,
|
|
32
35
|
* setFilter({ filter }: { filter: Filter | null }) {
|
|
33
36
|
* console.log(filter);
|
|
34
37
|
* if (filter) {
|
|
35
|
-
* this.filter = filter
|
|
38
|
+
* this.filter = filter ;
|
|
36
39
|
* }
|
|
37
40
|
* },
|
|
38
41
|
* }
|
|
@@ -78,7 +81,7 @@ export declare class CriteriaFilterTileComponent implements AfterViewInit, OnCha
|
|
|
78
81
|
/**
|
|
79
82
|
* {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.onUpdate}
|
|
80
83
|
*/
|
|
81
|
-
filterChange: EventEmitter<ArgumentsAsObject<(filter: import("@sisense/sdk-data").Filter
|
|
84
|
+
filterChange: EventEmitter<ArgumentsAsObject<(filter: import("@sisense/sdk-data").Filter) => void, ["filter"]>>;
|
|
82
85
|
private componentAdapter;
|
|
83
86
|
/**
|
|
84
87
|
* Constructor for the `CriteriaFilterTileComponent`.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type DateRangeFilterTileProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type DateRangeFilterTileProps as DateRangeFilterTilePropsPreact } 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 { ArgumentsAsObject } from '../../types/utility-types';
|
|
5
|
+
import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface DateRangeFilterTileProps extends Omit<DateRangeFilterTilePropsPreact, 'onChange'> {
|
|
8
|
+
filterChange?: (filter: Arguments<DateRangeFilterTilePropsPreact['onChange']>[0]) => void;
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
11
|
* Date Range Filter Tile Component
|
|
9
12
|
*
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type MemberFilterTileProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type MemberFilterTileProps as MemberFilterTilePropsPreact } 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 { ArgumentsAsObject } from '../../types/utility-types';
|
|
5
|
+
import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface MemberFilterTileProps extends Omit<MemberFilterTilePropsPreact, 'onChange'> {
|
|
8
|
+
filterChange?: (filter: Arguments<MemberFilterTilePropsPreact['onChange']>[0]) => void;
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
11
|
* Member Filter Tile Component
|
|
9
12
|
*
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type RelativeDateFilterTileProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type RelativeDateFilterTileProps as RelativeDateFilterTilePropsPreact } 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 { ArgumentsAsObject } from '../../types/utility-types';
|
|
5
|
+
import type { Arguments, ArgumentsAsObject } from '../../types/utility-types';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface RelativeDateFilterTileProps extends Omit<RelativeDateFilterTilePropsPreact, 'onUpdate'> {
|
|
8
|
+
filterChange?: (filter: Arguments<RelativeDateFilterTilePropsPreact['onUpdate']>[0]) => void;
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
11
|
* Relative Date Filter Tile Component
|
|
9
12
|
*
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type ChartWidgetProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type ChartWidgetProps as ChartWidgetPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
4
|
import { ThemeService } from '../../services/theme.service';
|
|
5
|
-
import
|
|
5
|
+
import { ChartEventProps, WithoutPreactChartEventProps } from '../../types/chart-event-props';
|
|
6
|
+
import { ChartDataPointEvent, ChartDataPointsEvent } from '../../types/data-point';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
export interface ChartWidgetProps extends WithoutPreactChartEventProps<ChartWidgetPropsPreact>, ChartEventProps {
|
|
9
|
+
}
|
|
7
10
|
/**
|
|
8
11
|
* The Chart Widget component extending {@link ChartComponent} to support widget style options.
|
|
9
12
|
*
|
|
@@ -129,29 +132,36 @@ export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, O
|
|
|
129
132
|
*/
|
|
130
133
|
highlightSelectionDisabled: ChartWidgetProps['highlightSelectionDisabled'];
|
|
131
134
|
/**
|
|
132
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
135
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onBeforeRender}
|
|
136
|
+
*
|
|
137
|
+
* @category Callbacks
|
|
138
|
+
*/
|
|
139
|
+
beforeRender: ChartWidgetProps['beforeRender'];
|
|
140
|
+
/**
|
|
141
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataReady}
|
|
133
142
|
*
|
|
134
143
|
* @category Callbacks
|
|
144
|
+
* @internal
|
|
135
145
|
*/
|
|
136
|
-
|
|
146
|
+
dataReady: ChartWidgetProps['dataReady'];
|
|
137
147
|
/**
|
|
138
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
148
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointClick}
|
|
139
149
|
*
|
|
140
150
|
* @category Callbacks
|
|
141
151
|
*/
|
|
142
|
-
dataPointClick: EventEmitter<
|
|
152
|
+
dataPointClick: EventEmitter<ChartDataPointEvent>;
|
|
143
153
|
/**
|
|
144
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
154
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointContextMenu}
|
|
145
155
|
*
|
|
146
156
|
* @category Callbacks
|
|
147
157
|
*/
|
|
148
|
-
dataPointContextMenu: EventEmitter<
|
|
158
|
+
dataPointContextMenu: EventEmitter<ChartDataPointEvent>;
|
|
149
159
|
/**
|
|
150
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
160
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointsSelected}
|
|
151
161
|
*
|
|
152
162
|
* @category Callbacks
|
|
153
163
|
*/
|
|
154
|
-
dataPointsSelect: EventEmitter<
|
|
164
|
+
dataPointsSelect: EventEmitter<ChartDataPointsEvent>;
|
|
155
165
|
private componentAdapter;
|
|
156
166
|
constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
|
|
157
167
|
/** @internal */
|
|
@@ -162,5 +172,5 @@ export declare class ChartWidgetComponent implements AfterViewInit, OnChanges, O
|
|
|
162
172
|
/** @internal */
|
|
163
173
|
ngOnDestroy(): void;
|
|
164
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWidgetComponent, never>;
|
|
165
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWidgetComponent, "csdk-chart-widget", never, { "chartType": "chartType"; "dataSource": "dataSource"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "drilldownOptions": "drilldownOptions"; "title": "title"; "description": "description"; "highlightSelectionDisabled": "highlightSelectionDisabled"; "beforeRender": "beforeRender"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
175
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWidgetComponent, "csdk-chart-widget", never, { "chartType": "chartType"; "dataSource": "dataSource"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "drilldownOptions": "drilldownOptions"; "title": "title"; "description": "description"; "highlightSelectionDisabled": "highlightSelectionDisabled"; "beforeRender": "beforeRender"; "dataReady": "dataReady"; }, { "dataPointClick": "dataPointClick"; "dataPointContextMenu": "dataPointContextMenu"; "dataPointsSelect": "dataPointsSelect"; }, never, never, false, never>;
|
|
166
176
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type TableWidgetProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type TableWidgetProps as TableWidgetPropsPreact } 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";
|
|
6
|
+
export interface TableWidgetProps extends TableWidgetPropsPreact {
|
|
7
|
+
}
|
|
6
8
|
/**
|
|
7
9
|
* The Table Widget component extending {@link TableComponent} component to support widget style options.
|
|
8
10
|
*
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
-
import { type WidgetByIdProps } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type WidgetByIdProps as WidgetByIdPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { SisenseContextService } from '../../services/sisense-context.service';
|
|
4
4
|
import { ThemeService } from '../../services/theme.service';
|
|
5
|
+
import { BaseChartEventProps, WithoutPreactChartEventProps } from '../../types';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export interface WidgetByIdProps extends WidgetByIdPropsPreact {
|
|
8
|
+
}
|
|
9
|
+
export interface WidgetByIdProps extends WithoutPreactChartEventProps<WidgetByIdPropsPreact>, BaseChartEventProps {
|
|
10
|
+
}
|
|
6
11
|
/**
|
|
7
12
|
* The `WidgetById` component, which is a thin wrapper on {@link ChartWidgetComponent},
|
|
8
13
|
* is used to render a widget created in a Sisense Fusion instance.
|
|
@@ -101,6 +106,13 @@ export declare class WidgetByIdComponent implements AfterViewInit, OnChanges, On
|
|
|
101
106
|
highlightSelectionDisabled: WidgetByIdProps['highlightSelectionDisabled'];
|
|
102
107
|
/** @internal */
|
|
103
108
|
drilldownOptions: WidgetByIdProps['drilldownOptions'];
|
|
109
|
+
/**
|
|
110
|
+
* {@inheritDoc @sisense/sdk-ui!WidgetByIdProps.onDataReady}
|
|
111
|
+
*
|
|
112
|
+
* @category Callbacks
|
|
113
|
+
* @internal
|
|
114
|
+
*/
|
|
115
|
+
dataReady: WidgetByIdProps['dataReady'];
|
|
104
116
|
private componentAdapter;
|
|
105
117
|
constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
|
|
106
118
|
/** @internal */
|
|
@@ -112,5 +124,5 @@ export declare class WidgetByIdComponent implements AfterViewInit, OnChanges, On
|
|
|
112
124
|
/** @internal */
|
|
113
125
|
ngOnDestroy(): void;
|
|
114
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetByIdComponent, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetByIdComponent, "csdk-widget-by-id", never, { "widgetOid": "widgetOid"; "dashboardOid": "dashboardOid"; "filters": "filters"; "highlights": "highlights"; "filtersMergeStrategy": "filtersMergeStrategy"; "includeDashboardFilters": "includeDashboardFilters"; "title": "title"; "description": "description"; "styleOptions": "styleOptions"; "highlightSelectionDisabled": "highlightSelectionDisabled"; "drilldownOptions": "drilldownOptions"; }, {}, never, never, false, never>;
|
|
127
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetByIdComponent, "csdk-widget-by-id", never, { "widgetOid": "widgetOid"; "dashboardOid": "dashboardOid"; "filters": "filters"; "highlights": "highlights"; "filtersMergeStrategy": "filtersMergeStrategy"; "includeDashboardFilters": "includeDashboardFilters"; "title": "title"; "description": "description"; "styleOptions": "styleOptions"; "highlightSelectionDisabled": "highlightSelectionDisabled"; "drilldownOptions": "drilldownOptions"; "dataReady": "dataReady"; }, {}, never, never, false, never>;
|
|
116
128
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { boxWhiskerProcessResult, widgetModelTranslator, dashboardModelTranslator, dashboardHelpers, } from '@sisense/sdk-ui-preact';
|
|
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, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, HierarchyModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions,
|
|
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, WidgetByIdStyleOptions, TableStyleOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, AreaRangeStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, HierarchyModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, IndicatorBeforeRenderHandler, IndicatorRenderOptions, DashboardLayoutOptions, DashboardConfig, WidgetsPanelLayout, WidgetsPanelColumnLayout, WidgetId, WidgetsOptions, AppConfig, DateConfig, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, Member, FilterVariant, Hierarchy, CriteriaFilterType, CommonWidgetProps, WidgetProps, } from '@sisense/sdk-ui-preact';
|
|
@@ -1,38 +1,37 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/
|
|
3
|
-
import * as i2 from "./components/charts/
|
|
4
|
-
import * as i3 from "./components/
|
|
5
|
-
import * as i4 from "./components/
|
|
6
|
-
import * as i5 from "./components/charts/
|
|
7
|
-
import * as i6 from "./components/charts/
|
|
8
|
-
import * as i7 from "./components/charts/area-chart.component";
|
|
9
|
-
import * as i8 from "./components/charts/
|
|
10
|
-
import * as i9 from "./components/charts/
|
|
11
|
-
import * as i10 from "./components/charts/
|
|
12
|
-
import * as i11 from "./components/charts/
|
|
13
|
-
import * as i12 from "./components/charts/
|
|
14
|
-
import * as i13 from "./components/charts/
|
|
15
|
-
import * as i14 from "./components/charts/
|
|
16
|
-
import * as i15 from "./components/charts/
|
|
17
|
-
import * as i16 from "./components/
|
|
18
|
-
import * as i17 from "./components/widgets/
|
|
19
|
-
import * as i18 from "./components/widgets/
|
|
20
|
-
import * as i19 from "./components/
|
|
21
|
-
import * as i20 from "./components/
|
|
22
|
-
import * as i21 from "./components/
|
|
23
|
-
import * as i22 from "./components/filters/date-
|
|
24
|
-
import * as i23 from "./components/filters/
|
|
25
|
-
import * as i24 from "./components/
|
|
26
|
-
import * as i25 from "./components/
|
|
27
|
-
import * as i26 from "./components/
|
|
28
|
-
import * as i27 from "./components/charts/
|
|
29
|
-
import * as i28 from "./components/charts/
|
|
30
|
-
import * as i29 from "./components/charts/
|
|
31
|
-
import * as i30 from "./components/
|
|
32
|
-
import * as i31 from "./components/dashboard/dashboard
|
|
33
|
-
import * as i32 from "
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "./decorators/decorators.module";
|
|
2
|
+
import * as i1 from "./components/charts/chart.component";
|
|
3
|
+
import * as i2 from "./components/charts/table.component";
|
|
4
|
+
import * as i3 from "./components/widgets/chart-widget.component";
|
|
5
|
+
import * as i4 from "./components/charts/column-chart.component";
|
|
6
|
+
import * as i5 from "./components/charts/bar-chart.component";
|
|
7
|
+
import * as i6 from "./components/charts/area-chart.component";
|
|
8
|
+
import * as i7 from "./components/charts/area-range-chart.component";
|
|
9
|
+
import * as i8 from "./components/charts/line-chart.component";
|
|
10
|
+
import * as i9 from "./components/charts/indicator-chart.component";
|
|
11
|
+
import * as i10 from "./components/charts/scatter-chart.component";
|
|
12
|
+
import * as i11 from "./components/charts/pie-chart.component";
|
|
13
|
+
import * as i12 from "./components/charts/funnel-chart.component";
|
|
14
|
+
import * as i13 from "./components/charts/polar-chart.component";
|
|
15
|
+
import * as i14 from "./components/charts/treemap-chart.component";
|
|
16
|
+
import * as i15 from "./components/charts/sunburst-chart.component";
|
|
17
|
+
import * as i16 from "./components/widgets/table-widget.component";
|
|
18
|
+
import * as i17 from "./components/widgets/dashboard-widget.component";
|
|
19
|
+
import * as i18 from "./components/widgets/widget-by-id.component";
|
|
20
|
+
import * as i19 from "./components/filters/member-filter-tile.component";
|
|
21
|
+
import * as i20 from "./components/widgets/drilldown-widget.component";
|
|
22
|
+
import * as i21 from "./components/filters/date-range-filter-tile.component";
|
|
23
|
+
import * as i22 from "./components/filters/relative-date-filter-tile.component";
|
|
24
|
+
import * as i23 from "./components/filters/criteria-filter-tile.component";
|
|
25
|
+
import * as i24 from "./components/drilldown-breadcrumbs.component";
|
|
26
|
+
import * as i25 from "./components/context-menu.component";
|
|
27
|
+
import * as i26 from "./components/charts/boxplot-chart.component";
|
|
28
|
+
import * as i27 from "./components/charts/scattermap-chart.component";
|
|
29
|
+
import * as i28 from "./components/charts/areamap-chart.component";
|
|
30
|
+
import * as i29 from "./components/charts/pivot-table.component";
|
|
31
|
+
import * as i30 from "./components/dashboard/dashboard-by-id.component";
|
|
32
|
+
import * as i31 from "./components/dashboard/dashboard.component";
|
|
33
|
+
import * as i32 from "@angular/common";
|
|
34
|
+
import * as i33 from "./decorators/decorators.module";
|
|
36
35
|
/**
|
|
37
36
|
* SDK UI Module, which is a container for components.
|
|
38
37
|
*
|
|
@@ -63,6 +62,6 @@ import * as i34 from "./decorators/decorators.module";
|
|
|
63
62
|
*/
|
|
64
63
|
export declare class SdkUiModule {
|
|
65
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdkUiModule, never>;
|
|
66
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.
|
|
65
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.ChartComponent, typeof i2.TableComponent, typeof i3.ChartWidgetComponent, typeof i4.ColumnChartComponent, typeof i5.BarChartComponent, typeof i6.AreaChartComponent, typeof i7.AreaRangeChartComponent, typeof i8.LineChartComponent, typeof i9.IndicatorChartComponent, typeof i10.ScatterChartComponent, typeof i11.PieChartComponent, typeof i12.FunnelChartComponent, typeof i13.PolarChartComponent, typeof i14.TreemapChartComponent, typeof i15.SunburstChartComponent, typeof i16.TableWidgetComponent, typeof i17.DashboardWidgetComponent, typeof i18.WidgetByIdComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.RelativeDateFilterTileComponent, typeof i23.CriteriaFilterTileComponent, typeof i24.DrilldownBreadcrumbsComponent, typeof i25.ContextMenuComponent, typeof i26.BoxplotChartComponent, typeof i27.ScattermapChartComponent, typeof i28.AreamapChartComponent, typeof i29.PivotTableComponent, typeof i30.DashboardByIdComponent, typeof i31.DashboardComponent], [typeof i32.CommonModule, typeof i33.DecoratorsModule], [typeof i1.ChartComponent, typeof i2.TableComponent, typeof i3.ChartWidgetComponent, typeof i4.ColumnChartComponent, typeof i5.BarChartComponent, typeof i6.AreaChartComponent, typeof i7.AreaRangeChartComponent, typeof i8.LineChartComponent, typeof i9.IndicatorChartComponent, typeof i10.ScatterChartComponent, typeof i11.PieChartComponent, typeof i12.FunnelChartComponent, typeof i13.PolarChartComponent, typeof i14.TreemapChartComponent, typeof i15.SunburstChartComponent, typeof i16.TableWidgetComponent, typeof i17.DashboardWidgetComponent, typeof i18.WidgetByIdComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.RelativeDateFilterTileComponent, typeof i23.CriteriaFilterTileComponent, typeof i24.DrilldownBreadcrumbsComponent, typeof i25.ContextMenuComponent, typeof i26.BoxplotChartComponent, typeof i27.ScattermapChartComponent, typeof i28.AreamapChartComponent, typeof i29.PivotTableComponent, typeof i30.DashboardByIdComponent, typeof i31.DashboardComponent]>;
|
|
67
66
|
static ɵinj: i0.ɵɵInjectorDeclaration<SdkUiModule>;
|
|
68
67
|
}
|