@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,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { InjectionToken, Injectable, Inject, NgModule, Optional, EventEmitter, Component, ViewChild, Input, Output } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
|
-
import {
|
|
4
|
+
import { createContextProviderRenderer, CustomThemeProvider, CustomSisenseContextProvider, CustomPluginsProvider, createClientApplication, executeQuery, executeQueryByWidgetId, getDashboardModel, getDashboardModels, getWidgetModel, getHierarchyModels, getDefaultThemeSettings, getThemeSettingsByOid, ComponentAdapter, createElement, MemberFilterTile, DateRangeFilterTile, RelativeDateFilterTile, CriteriaFilterTile, Chart, Table, PivotTable, TableWidget, DashboardWidget, WidgetById, createWrapperElementHandler, createWrapperElement, DrilldownWidget, createComponentRenderer, ChartWidget, DashboardById, Dashboard, DrilldownBreadcrumbs, ContextMenu } from '@sisense/sdk-ui-preact';
|
|
5
5
|
export { boxWhiskerProcessResult, dashboardHelpers, dashboardModelTranslator, widgetModelTranslator } from '@sisense/sdk-ui-preact';
|
|
6
6
|
import { map, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { __decorate } from 'tslib';
|
|
@@ -9,77 +9,6 @@ import merge from 'ts-deepmerge';
|
|
|
9
9
|
import { getFilterListAndRelationsJaql } from '@sisense/sdk-data';
|
|
10
10
|
import { trackProductEvent } from '@sisense/sdk-tracking';
|
|
11
11
|
|
|
12
|
-
const rootId = 'preact';
|
|
13
|
-
const rootContentId = 'preactContent';
|
|
14
|
-
const template = `
|
|
15
|
-
<div #${rootId} style="width: 100%; height: 100%"></div>
|
|
16
|
-
`;
|
|
17
|
-
const templateWithContent = `
|
|
18
|
-
<div #${rootId} style="width: 100%; height: 100%">
|
|
19
|
-
<div #${rootContentId} style="width: 100%; height: 100%">
|
|
20
|
-
<ng-content></ng-content>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
`;
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Basic Member Filter Tile Component
|
|
27
|
-
*
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
class BasicMemberFilterTileComponent {
|
|
31
|
-
constructor() {
|
|
32
|
-
this.selectedMembersUpdated = new EventEmitter();
|
|
33
|
-
this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent());
|
|
34
|
-
}
|
|
35
|
-
/** @internal */
|
|
36
|
-
ngAfterViewInit() {
|
|
37
|
-
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
38
|
-
}
|
|
39
|
-
/** @internal */
|
|
40
|
-
ngOnChanges() {
|
|
41
|
-
if (this.preactRef) {
|
|
42
|
-
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
/** @internal */
|
|
46
|
-
ngOnDestroy() {
|
|
47
|
-
this.componentAdapter.destroy();
|
|
48
|
-
}
|
|
49
|
-
createPreactComponent() {
|
|
50
|
-
const props = {
|
|
51
|
-
allMembers: this.allMembers,
|
|
52
|
-
initialSelectedMembers: this.initialSelectedMembers,
|
|
53
|
-
title: this.title,
|
|
54
|
-
maxAllowedMembers: this.maxAllowedMembers,
|
|
55
|
-
onUpdateSelectedMembers: (members) => this.selectedMembersUpdated.emit(members),
|
|
56
|
-
};
|
|
57
|
-
return createElement(BasicMemberFilterTile, props);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
BasicMemberFilterTileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BasicMemberFilterTileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
61
|
-
BasicMemberFilterTileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BasicMemberFilterTileComponent, selector: "csdk-basic-member-filter-tile", inputs: { title: "title", allMembers: "allMembers", initialSelectedMembers: "initialSelectedMembers", maxAllowedMembers: "maxAllowedMembers" }, outputs: { selectedMembersUpdated: "selectedMembersUpdated" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BasicMemberFilterTileComponent, decorators: [{
|
|
63
|
-
type: Component,
|
|
64
|
-
args: [{
|
|
65
|
-
selector: 'csdk-basic-member-filter-tile',
|
|
66
|
-
template,
|
|
67
|
-
}]
|
|
68
|
-
}], ctorParameters: function () { return []; }, propDecorators: { preactRef: [{
|
|
69
|
-
type: ViewChild,
|
|
70
|
-
args: [rootId]
|
|
71
|
-
}], title: [{
|
|
72
|
-
type: Input
|
|
73
|
-
}], allMembers: [{
|
|
74
|
-
type: Input
|
|
75
|
-
}], initialSelectedMembers: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}], maxAllowedMembers: [{
|
|
78
|
-
type: Input
|
|
79
|
-
}], selectedMembersUpdated: [{
|
|
80
|
-
type: Output
|
|
81
|
-
}] } });
|
|
82
|
-
|
|
83
12
|
/**
|
|
84
13
|
* Creates theme context connector
|
|
85
14
|
*
|
|
@@ -144,6 +73,19 @@ const createPluginsContextConnector = (pluginsService) => {
|
|
|
144
73
|
};
|
|
145
74
|
};
|
|
146
75
|
|
|
76
|
+
const rootId = 'preact';
|
|
77
|
+
const rootContentId = 'preactContent';
|
|
78
|
+
const template = `
|
|
79
|
+
<div #${rootId} style="width: 100%; height: 100%"></div>
|
|
80
|
+
`;
|
|
81
|
+
const templateWithContent = `
|
|
82
|
+
<div #${rootId} style="width: 100%; height: 100%">
|
|
83
|
+
<div #${rootContentId} style="width: 100%; height: 100%">
|
|
84
|
+
<ng-content></ng-content>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
`;
|
|
88
|
+
|
|
147
89
|
/**
|
|
148
90
|
* Token used to inject {@link SisenseContextConfig} into your application
|
|
149
91
|
*
|
|
@@ -448,7 +390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
448
390
|
}]
|
|
449
391
|
}], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
|
|
450
392
|
|
|
451
|
-
var packageVersion = '1.
|
|
393
|
+
var packageVersion = '1.30.0';
|
|
452
394
|
|
|
453
395
|
function Trackable(target, propertyKey, descriptor) {
|
|
454
396
|
const originalMethod = descriptor.value;
|
|
@@ -989,11 +931,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
989
931
|
* export class FiltersComponent {
|
|
990
932
|
* DM = DM;
|
|
991
933
|
* title: 'Room Number',
|
|
992
|
-
* filter: filterFactory.lessThan(DM.Rooms.Room_number, 200)
|
|
934
|
+
* filter: filterFactory.lessThan(DM.Rooms.Room_number, 200) ,
|
|
993
935
|
* setFilter({ filter }: { filter: Filter | null }) {
|
|
994
936
|
* console.log(filter);
|
|
995
937
|
* if (filter) {
|
|
996
|
-
* this.filter = filter
|
|
938
|
+
* this.filter = filter ;
|
|
997
939
|
* }
|
|
998
940
|
* },
|
|
999
941
|
* }
|
|
@@ -1210,6 +1152,7 @@ class ChartComponent {
|
|
|
1210
1152
|
highlights: this.highlights,
|
|
1211
1153
|
styleOptions: this.styleOptions,
|
|
1212
1154
|
onBeforeRender: this.beforeRender?.bind(this),
|
|
1155
|
+
onDataReady: this.dataReady?.bind(this),
|
|
1213
1156
|
onDataPointClick: (...[point, nativeEvent]) => this.dataPointClick.emit({ point, nativeEvent }),
|
|
1214
1157
|
onDataPointContextMenu: (...[point, nativeEvent]) => this.dataPointContextMenu.emit({ point, nativeEvent }),
|
|
1215
1158
|
onDataPointsSelected: (...[points, nativeEvent]) => this.dataPointsSelect.emit({ points, nativeEvent }),
|
|
@@ -1316,6 +1259,7 @@ class TableComponent {
|
|
|
1316
1259
|
dataOptions: this.dataOptions,
|
|
1317
1260
|
filters: this.filters,
|
|
1318
1261
|
styleOptions: this.styleOptions,
|
|
1262
|
+
onDataReady: this.dataReady,
|
|
1319
1263
|
};
|
|
1320
1264
|
return createElement(Table, props);
|
|
1321
1265
|
}
|
|
@@ -1325,7 +1269,7 @@ class TableComponent {
|
|
|
1325
1269
|
}
|
|
1326
1270
|
}
|
|
1327
1271
|
TableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1328
|
-
TableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableComponent, selector: "csdk-table", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", styleOptions: "styleOptions" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
1272
|
+
TableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableComponent, selector: "csdk-table", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", styleOptions: "styleOptions", dataReady: "dataReady" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
1329
1273
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableComponent, decorators: [{
|
|
1330
1274
|
type: Component,
|
|
1331
1275
|
args: [{
|
|
@@ -1343,6 +1287,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1343
1287
|
type: Input
|
|
1344
1288
|
}], styleOptions: [{
|
|
1345
1289
|
type: Input
|
|
1290
|
+
}], dataReady: [{
|
|
1291
|
+
type: Input
|
|
1346
1292
|
}] } });
|
|
1347
1293
|
|
|
1348
1294
|
/**
|
|
@@ -1434,9 +1380,10 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
1434
1380
|
[highlights]="highlights"
|
|
1435
1381
|
[styleOptions]="styleOptions"
|
|
1436
1382
|
[beforeRender]="beforeRender"
|
|
1437
|
-
|
|
1438
|
-
(
|
|
1439
|
-
(
|
|
1383
|
+
[dataReady]="dataReady"
|
|
1384
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1385
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1386
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1440
1387
|
/>
|
|
1441
1388
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1442
1389
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
|
|
@@ -1452,9 +1399,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1452
1399
|
[highlights]="highlights"
|
|
1453
1400
|
[styleOptions]="styleOptions"
|
|
1454
1401
|
[beforeRender]="beforeRender"
|
|
1455
|
-
|
|
1456
|
-
(
|
|
1457
|
-
(
|
|
1402
|
+
[dataReady]="dataReady"
|
|
1403
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1404
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1405
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1458
1406
|
/>
|
|
1459
1407
|
`,
|
|
1460
1408
|
}]
|
|
@@ -1570,9 +1518,10 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1570
1518
|
[highlights]="highlights"
|
|
1571
1519
|
[styleOptions]="styleOptions"
|
|
1572
1520
|
[beforeRender]="beforeRender"
|
|
1573
|
-
|
|
1574
|
-
(
|
|
1575
|
-
(
|
|
1521
|
+
[dataReady]="dataReady"
|
|
1522
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1523
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1524
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1576
1525
|
/>
|
|
1577
1526
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1578
1527
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
|
|
@@ -1588,9 +1537,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1588
1537
|
[highlights]="highlights"
|
|
1589
1538
|
[styleOptions]="styleOptions"
|
|
1590
1539
|
[beforeRender]="beforeRender"
|
|
1591
|
-
|
|
1592
|
-
(
|
|
1593
|
-
(
|
|
1540
|
+
[dataReady]="dataReady"
|
|
1541
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1542
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1543
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1594
1544
|
/>
|
|
1595
1545
|
`,
|
|
1596
1546
|
}]
|
|
@@ -1705,9 +1655,10 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1705
1655
|
[highlights]="highlights"
|
|
1706
1656
|
[styleOptions]="styleOptions"
|
|
1707
1657
|
[beforeRender]="beforeRender"
|
|
1708
|
-
|
|
1709
|
-
(
|
|
1710
|
-
(
|
|
1658
|
+
[dataReady]="dataReady"
|
|
1659
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1660
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1661
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1711
1662
|
/>
|
|
1712
1663
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1713
1664
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
@@ -1723,9 +1674,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1723
1674
|
[highlights]="highlights"
|
|
1724
1675
|
[styleOptions]="styleOptions"
|
|
1725
1676
|
[beforeRender]="beforeRender"
|
|
1726
|
-
|
|
1727
|
-
(
|
|
1728
|
-
(
|
|
1677
|
+
[dataReady]="dataReady"
|
|
1678
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1679
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1680
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1729
1681
|
/>
|
|
1730
1682
|
`,
|
|
1731
1683
|
}]
|
|
@@ -1838,9 +1790,10 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1838
1790
|
[highlights]="highlights"
|
|
1839
1791
|
[styleOptions]="styleOptions"
|
|
1840
1792
|
[beforeRender]="beforeRender"
|
|
1841
|
-
|
|
1842
|
-
(
|
|
1843
|
-
(
|
|
1793
|
+
[dataReady]="dataReady"
|
|
1794
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1795
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1796
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1844
1797
|
/>
|
|
1845
1798
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1846
1799
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
|
|
@@ -1856,9 +1809,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1856
1809
|
[highlights]="highlights"
|
|
1857
1810
|
[styleOptions]="styleOptions"
|
|
1858
1811
|
[beforeRender]="beforeRender"
|
|
1859
|
-
|
|
1860
|
-
(
|
|
1861
|
-
(
|
|
1812
|
+
[dataReady]="dataReady"
|
|
1813
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1814
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1815
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1862
1816
|
/>
|
|
1863
1817
|
`,
|
|
1864
1818
|
}]
|
|
@@ -1959,6 +1913,7 @@ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
1959
1913
|
[highlights]="highlights"
|
|
1960
1914
|
[styleOptions]="styleOptions"
|
|
1961
1915
|
[beforeRender]="beforeRender"
|
|
1916
|
+
[dataReady]="dataReady"
|
|
1962
1917
|
/>
|
|
1963
1918
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1964
1919
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, decorators: [{
|
|
@@ -1974,6 +1929,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1974
1929
|
[highlights]="highlights"
|
|
1975
1930
|
[styleOptions]="styleOptions"
|
|
1976
1931
|
[beforeRender]="beforeRender"
|
|
1932
|
+
[dataReady]="dataReady"
|
|
1977
1933
|
/>
|
|
1978
1934
|
`,
|
|
1979
1935
|
}]
|
|
@@ -2084,9 +2040,10 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2084
2040
|
[highlights]="highlights"
|
|
2085
2041
|
[styleOptions]="styleOptions"
|
|
2086
2042
|
[beforeRender]="beforeRender"
|
|
2087
|
-
|
|
2088
|
-
(
|
|
2089
|
-
(
|
|
2043
|
+
[dataReady]="dataReady"
|
|
2044
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2045
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2046
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2090
2047
|
/>
|
|
2091
2048
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2092
2049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
|
|
@@ -2102,9 +2059,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2102
2059
|
[highlights]="highlights"
|
|
2103
2060
|
[styleOptions]="styleOptions"
|
|
2104
2061
|
[beforeRender]="beforeRender"
|
|
2105
|
-
|
|
2106
|
-
(
|
|
2107
|
-
(
|
|
2062
|
+
[dataReady]="dataReady"
|
|
2063
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2064
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2065
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2108
2066
|
/>
|
|
2109
2067
|
`,
|
|
2110
2068
|
}]
|
|
@@ -2219,9 +2177,10 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2219
2177
|
[highlights]="highlights"
|
|
2220
2178
|
[styleOptions]="styleOptions"
|
|
2221
2179
|
[beforeRender]="beforeRender"
|
|
2222
|
-
|
|
2223
|
-
(
|
|
2224
|
-
(
|
|
2180
|
+
[dataReady]="dataReady"
|
|
2181
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2182
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2183
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2225
2184
|
/>
|
|
2226
2185
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2227
2186
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
|
|
@@ -2237,9 +2196,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2237
2196
|
[highlights]="highlights"
|
|
2238
2197
|
[styleOptions]="styleOptions"
|
|
2239
2198
|
[beforeRender]="beforeRender"
|
|
2240
|
-
|
|
2241
|
-
(
|
|
2242
|
-
(
|
|
2199
|
+
[dataReady]="dataReady"
|
|
2200
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2201
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2202
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2243
2203
|
/>
|
|
2244
2204
|
`,
|
|
2245
2205
|
}]
|
|
@@ -2352,9 +2312,10 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2352
2312
|
[highlights]="highlights"
|
|
2353
2313
|
[styleOptions]="styleOptions"
|
|
2354
2314
|
[beforeRender]="beforeRender"
|
|
2355
|
-
|
|
2356
|
-
(
|
|
2357
|
-
(
|
|
2315
|
+
[dataReady]="dataReady"
|
|
2316
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2317
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2318
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2358
2319
|
/>
|
|
2359
2320
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2360
2321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
|
|
@@ -2370,9 +2331,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2370
2331
|
[highlights]="highlights"
|
|
2371
2332
|
[styleOptions]="styleOptions"
|
|
2372
2333
|
[beforeRender]="beforeRender"
|
|
2373
|
-
|
|
2374
|
-
(
|
|
2375
|
-
(
|
|
2334
|
+
[dataReady]="dataReady"
|
|
2335
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2336
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2337
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2376
2338
|
/>
|
|
2377
2339
|
`,
|
|
2378
2340
|
}]
|
|
@@ -2486,9 +2448,10 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
2486
2448
|
[highlights]="highlights"
|
|
2487
2449
|
[styleOptions]="styleOptions"
|
|
2488
2450
|
[beforeRender]="beforeRender"
|
|
2489
|
-
|
|
2490
|
-
(
|
|
2491
|
-
(
|
|
2451
|
+
[dataReady]="dataReady"
|
|
2452
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2453
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2454
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2492
2455
|
/>
|
|
2493
2456
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2494
2457
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
|
|
@@ -2504,9 +2467,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2504
2467
|
[highlights]="highlights"
|
|
2505
2468
|
[styleOptions]="styleOptions"
|
|
2506
2469
|
[beforeRender]="beforeRender"
|
|
2507
|
-
|
|
2508
|
-
(
|
|
2509
|
-
(
|
|
2470
|
+
[dataReady]="dataReady"
|
|
2471
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2472
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2473
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2510
2474
|
/>
|
|
2511
2475
|
`,
|
|
2512
2476
|
}]
|
|
@@ -2621,9 +2585,10 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2621
2585
|
[highlights]="highlights"
|
|
2622
2586
|
[styleOptions]="styleOptions"
|
|
2623
2587
|
[beforeRender]="beforeRender"
|
|
2624
|
-
|
|
2625
|
-
(
|
|
2626
|
-
(
|
|
2588
|
+
[dataReady]="dataReady"
|
|
2589
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2590
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2591
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2627
2592
|
/>
|
|
2628
2593
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2629
2594
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
|
|
@@ -2639,9 +2604,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2639
2604
|
[highlights]="highlights"
|
|
2640
2605
|
[styleOptions]="styleOptions"
|
|
2641
2606
|
[beforeRender]="beforeRender"
|
|
2642
|
-
|
|
2643
|
-
(
|
|
2644
|
-
(
|
|
2607
|
+
[dataReady]="dataReady"
|
|
2608
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2609
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2610
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2645
2611
|
/>
|
|
2646
2612
|
`,
|
|
2647
2613
|
}]
|
|
@@ -2756,9 +2722,10 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2756
2722
|
[highlights]="highlights"
|
|
2757
2723
|
[styleOptions]="styleOptions"
|
|
2758
2724
|
[beforeRender]="beforeRender"
|
|
2759
|
-
|
|
2760
|
-
(
|
|
2761
|
-
(
|
|
2725
|
+
[dataReady]="dataReady"
|
|
2726
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2727
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2728
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2762
2729
|
/>
|
|
2763
2730
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2764
2731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
|
|
@@ -2774,9 +2741,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2774
2741
|
[highlights]="highlights"
|
|
2775
2742
|
[styleOptions]="styleOptions"
|
|
2776
2743
|
[beforeRender]="beforeRender"
|
|
2777
|
-
|
|
2778
|
-
(
|
|
2779
|
-
(
|
|
2744
|
+
[dataReady]="dataReady"
|
|
2745
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2746
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2747
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2780
2748
|
/>
|
|
2781
2749
|
`,
|
|
2782
2750
|
}]
|
|
@@ -2885,9 +2853,10 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2885
2853
|
[highlights]="highlights"
|
|
2886
2854
|
[styleOptions]="styleOptions"
|
|
2887
2855
|
[beforeRender]="beforeRender"
|
|
2888
|
-
|
|
2889
|
-
(
|
|
2890
|
-
(
|
|
2856
|
+
[dataReady]="dataReady"
|
|
2857
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2858
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2859
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2891
2860
|
/>
|
|
2892
2861
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2893
2862
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
|
|
@@ -2903,9 +2872,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2903
2872
|
[highlights]="highlights"
|
|
2904
2873
|
[styleOptions]="styleOptions"
|
|
2905
2874
|
[beforeRender]="beforeRender"
|
|
2906
|
-
|
|
2907
|
-
(
|
|
2908
|
-
(
|
|
2875
|
+
[dataReady]="dataReady"
|
|
2876
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2877
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2878
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2909
2879
|
/>
|
|
2910
2880
|
`,
|
|
2911
2881
|
}]
|
|
@@ -3002,7 +2972,8 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
3002
2972
|
[filters]="filters"
|
|
3003
2973
|
[highlights]="highlights"
|
|
3004
2974
|
[styleOptions]="styleOptions"
|
|
3005
|
-
|
|
2975
|
+
[dataReady]="dataReady"
|
|
2976
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3006
2977
|
/>
|
|
3007
2978
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3008
2979
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
|
|
@@ -3017,7 +2988,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3017
2988
|
[filters]="filters"
|
|
3018
2989
|
[highlights]="highlights"
|
|
3019
2990
|
[styleOptions]="styleOptions"
|
|
3020
|
-
|
|
2991
|
+
[dataReady]="dataReady"
|
|
2992
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3021
2993
|
/>
|
|
3022
2994
|
`,
|
|
3023
2995
|
}]
|
|
@@ -3102,7 +3074,8 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
3102
3074
|
[filters]="filters"
|
|
3103
3075
|
[highlights]="highlights"
|
|
3104
3076
|
[styleOptions]="styleOptions"
|
|
3105
|
-
|
|
3077
|
+
[dataReady]="dataReady"
|
|
3078
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3106
3079
|
/>
|
|
3107
3080
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3108
3081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
|
|
@@ -3117,7 +3090,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3117
3090
|
[filters]="filters"
|
|
3118
3091
|
[highlights]="highlights"
|
|
3119
3092
|
[styleOptions]="styleOptions"
|
|
3120
|
-
|
|
3093
|
+
[dataReady]="dataReady"
|
|
3094
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3121
3095
|
/>
|
|
3122
3096
|
`,
|
|
3123
3097
|
}]
|
|
@@ -3353,9 +3327,10 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
3353
3327
|
[highlights]="highlights"
|
|
3354
3328
|
[styleOptions]="styleOptions"
|
|
3355
3329
|
[beforeRender]="beforeRender"
|
|
3356
|
-
|
|
3357
|
-
(
|
|
3358
|
-
(
|
|
3330
|
+
[dataReady]="dataReady"
|
|
3331
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3332
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
3333
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
3359
3334
|
/>
|
|
3360
3335
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3361
3336
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
|
|
@@ -3371,9 +3346,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3371
3346
|
[highlights]="highlights"
|
|
3372
3347
|
[styleOptions]="styleOptions"
|
|
3373
3348
|
[beforeRender]="beforeRender"
|
|
3374
|
-
|
|
3375
|
-
(
|
|
3376
|
-
(
|
|
3349
|
+
[dataReady]="dataReady"
|
|
3350
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3351
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
3352
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
3377
3353
|
/>
|
|
3378
3354
|
`,
|
|
3379
3355
|
}]
|
|
@@ -3528,6 +3504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3528
3504
|
* }
|
|
3529
3505
|
* ```
|
|
3530
3506
|
* @group Fusion Assets
|
|
3507
|
+
* @deprecated Use the `widget-by-id` component instead.
|
|
3531
3508
|
* @fusionEmbed
|
|
3532
3509
|
*/
|
|
3533
3510
|
class DashboardWidgetComponent {
|
|
@@ -3670,6 +3647,7 @@ class WidgetByIdComponent {
|
|
|
3670
3647
|
styleOptions: this.styleOptions,
|
|
3671
3648
|
highlightSelectionDisabled: this.highlightSelectionDisabled,
|
|
3672
3649
|
drilldownOptions: this.drilldownOptions,
|
|
3650
|
+
onDataReady: this.dataReady?.bind(this),
|
|
3673
3651
|
};
|
|
3674
3652
|
return createElement(WidgetById, props);
|
|
3675
3653
|
}
|
|
@@ -3679,7 +3657,7 @@ class WidgetByIdComponent {
|
|
|
3679
3657
|
}
|
|
3680
3658
|
}
|
|
3681
3659
|
WidgetByIdComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetByIdComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3682
|
-
WidgetByIdComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WidgetByIdComponent, selector: "csdk-widget-by-id", inputs: { widgetOid: "widgetOid", dashboardOid: "dashboardOid", filters: "filters", highlights: "highlights", filtersMergeStrategy: "filtersMergeStrategy", includeDashboardFilters: "includeDashboardFilters", title: "title", description: "description", styleOptions: "styleOptions", highlightSelectionDisabled: "highlightSelectionDisabled", drilldownOptions: "drilldownOptions" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
3660
|
+
WidgetByIdComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: WidgetByIdComponent, selector: "csdk-widget-by-id", inputs: { widgetOid: "widgetOid", dashboardOid: "dashboardOid", filters: "filters", highlights: "highlights", filtersMergeStrategy: "filtersMergeStrategy", includeDashboardFilters: "includeDashboardFilters", title: "title", description: "description", styleOptions: "styleOptions", highlightSelectionDisabled: "highlightSelectionDisabled", drilldownOptions: "drilldownOptions", dataReady: "dataReady" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
3683
3661
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetByIdComponent, decorators: [{
|
|
3684
3662
|
type: Component,
|
|
3685
3663
|
args: [{
|
|
@@ -3711,6 +3689,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3711
3689
|
type: Input
|
|
3712
3690
|
}], drilldownOptions: [{
|
|
3713
3691
|
type: Input
|
|
3692
|
+
}], dataReady: [{
|
|
3693
|
+
type: Input
|
|
3714
3694
|
}] } });
|
|
3715
3695
|
|
|
3716
3696
|
/**
|
|
@@ -3951,19 +3931,19 @@ class ChartWidgetComponent {
|
|
|
3951
3931
|
this.sisenseContextService = sisenseContextService;
|
|
3952
3932
|
this.themeService = themeService;
|
|
3953
3933
|
/**
|
|
3954
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
3934
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointClick}
|
|
3955
3935
|
*
|
|
3956
3936
|
* @category Callbacks
|
|
3957
3937
|
*/
|
|
3958
3938
|
this.dataPointClick = new EventEmitter();
|
|
3959
3939
|
/**
|
|
3960
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
3940
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointContextMenu}
|
|
3961
3941
|
*
|
|
3962
3942
|
* @category Callbacks
|
|
3963
3943
|
*/
|
|
3964
3944
|
this.dataPointContextMenu = new EventEmitter();
|
|
3965
3945
|
/**
|
|
3966
|
-
* {@inheritDoc @sisense/sdk-ui!
|
|
3946
|
+
* {@inheritDoc @sisense/sdk-ui!ChartWidgetProps.onDataPointsSelected}
|
|
3967
3947
|
*
|
|
3968
3948
|
* @category Callbacks
|
|
3969
3949
|
*/
|
|
@@ -3996,6 +3976,7 @@ class ChartWidgetComponent {
|
|
|
3996
3976
|
description: this.description,
|
|
3997
3977
|
highlightSelectionDisabled: this.highlightSelectionDisabled,
|
|
3998
3978
|
onBeforeRender: this.beforeRender?.bind(this),
|
|
3979
|
+
onDataReady: this.dataReady?.bind(this),
|
|
3999
3980
|
onDataPointClick: (...[point, nativeEvent]) => this.dataPointClick.emit({ point, nativeEvent }),
|
|
4000
3981
|
onDataPointContextMenu: (...[point, nativeEvent]) => this.dataPointContextMenu.emit({ point, nativeEvent }),
|
|
4001
3982
|
onDataPointsSelected: (...[points, nativeEvent]) => this.dataPointsSelect.emit({ points, nativeEvent }),
|
|
@@ -4008,7 +3989,7 @@ class ChartWidgetComponent {
|
|
|
4008
3989
|
}
|
|
4009
3990
|
}
|
|
4010
3991
|
ChartWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWidgetComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4011
|
-
ChartWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWidgetComponent, selector: "csdk-chart-widget", inputs: { chartType: "chartType", dataSource: "dataSource", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", drilldownOptions: "drilldownOptions", title: "title", description: "description", highlightSelectionDisabled: "highlightSelectionDisabled", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
3992
|
+
ChartWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWidgetComponent, selector: "csdk-chart-widget", inputs: { chartType: "chartType", dataSource: "dataSource", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", drilldownOptions: "drilldownOptions", title: "title", description: "description", highlightSelectionDisabled: "highlightSelectionDisabled", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\"></div>\n", isInline: true });
|
|
4012
3993
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWidgetComponent, decorators: [{
|
|
4013
3994
|
type: Component,
|
|
4014
3995
|
args: [{
|
|
@@ -4040,6 +4021,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4040
4021
|
type: Input
|
|
4041
4022
|
}], beforeRender: [{
|
|
4042
4023
|
type: Input
|
|
4024
|
+
}], dataReady: [{
|
|
4025
|
+
type: Input
|
|
4043
4026
|
}], dataPointClick: [{
|
|
4044
4027
|
type: Output
|
|
4045
4028
|
}], dataPointContextMenu: [{
|
|
@@ -4505,8 +4488,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4505
4488
|
class SdkUiModule {
|
|
4506
4489
|
}
|
|
4507
4490
|
SdkUiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SdkUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4508
|
-
SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SdkUiModule, declarations: [
|
|
4509
|
-
ChartComponent,
|
|
4491
|
+
SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SdkUiModule, declarations: [ChartComponent,
|
|
4510
4492
|
TableComponent,
|
|
4511
4493
|
ChartWidgetComponent,
|
|
4512
4494
|
ColumnChartComponent,
|
|
@@ -4536,8 +4518,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
|
|
|
4536
4518
|
AreamapChartComponent,
|
|
4537
4519
|
PivotTableComponent,
|
|
4538
4520
|
DashboardByIdComponent,
|
|
4539
|
-
DashboardComponent], imports: [CommonModule, DecoratorsModule], exports: [
|
|
4540
|
-
ChartComponent,
|
|
4521
|
+
DashboardComponent], imports: [CommonModule, DecoratorsModule], exports: [ChartComponent,
|
|
4541
4522
|
TableComponent,
|
|
4542
4523
|
ChartWidgetComponent,
|
|
4543
4524
|
ColumnChartComponent,
|
|
@@ -4573,7 +4554,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4573
4554
|
type: NgModule,
|
|
4574
4555
|
args: [{
|
|
4575
4556
|
declarations: [
|
|
4576
|
-
BasicMemberFilterTileComponent,
|
|
4577
4557
|
ChartComponent,
|
|
4578
4558
|
TableComponent,
|
|
4579
4559
|
ChartWidgetComponent,
|
|
@@ -4608,7 +4588,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4608
4588
|
],
|
|
4609
4589
|
imports: [CommonModule, DecoratorsModule],
|
|
4610
4590
|
exports: [
|
|
4611
|
-
BasicMemberFilterTileComponent,
|
|
4612
4591
|
ChartComponent,
|
|
4613
4592
|
TableComponent,
|
|
4614
4593
|
ChartWidgetComponent,
|
|
@@ -4679,5 +4658,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4679
4658
|
* Generated bundle index. Do not edit.
|
|
4680
4659
|
*/
|
|
4681
4660
|
|
|
4682
|
-
export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent,
|
|
4661
|
+
export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent, BoxplotChartComponent, ChartComponent, ChartWidgetComponent, ColumnChartComponent, ContextMenuComponent, CriteriaFilterTileComponent, DashboardByIdComponent, DashboardComponent, DashboardService, DashboardWidgetComponent, DateRangeFilterTileComponent, DrilldownBreadcrumbsComponent, DrilldownWidgetComponent, FunnelChartComponent, HierarchyService, IndicatorChartComponent, LineChartComponent, MemberFilterTileComponent, PieChartComponent, PivotTableComponent, PluginsService, PolarChartComponent, QueryService, RelativeDateFilterTileComponent, SISENSE_CONTEXT_CONFIG_TOKEN, ScatterChartComponent, ScattermapChartComponent, SdkUiModule, SisenseContextService, SunburstChartComponent, THEME_CONFIG_TOKEN, TableComponent, TableWidgetComponent, ThemeService, TreemapChartComponent, WidgetByIdComponent, WidgetService };
|
|
4683
4662
|
//# sourceMappingURL=sisense-sdk-ui-angular.mjs.map
|