@sisense/sdk-ui-angular 1.21.0 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +7 -7
- package/dist/esm2020/lib/components/charts/area-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/chart.component.mjs +5 -2
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +5 -3
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +2 -2
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -2
- package/dist/esm2020/lib/components/widgets/drilldown-widget.component.mjs +7 -4
- package/dist/esm2020/lib/components/widgets/index.mjs +2 -1
- package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +114 -0
- package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -3
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
- package/dist/esm2020/lib/sdk-ui.module.mjs +6 -2
- package/dist/esm2020/lib/services/dashboard.service.mjs +2 -2
- package/dist/esm2020/lib/services/widget.service.mjs +2 -2
- package/dist/esm2020/public-api.mjs +3 -3
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +199 -53
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +198 -52
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/components/charts/area-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/area-range-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/bar-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/chart.component.d.ts +9 -1
- package/dist/lib/components/charts/column-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/funnel-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/indicator-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/line-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/pie-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/scatter-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +8 -1
- package/dist/lib/components/charts/treemap-chart.component.d.ts +8 -1
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +1 -1
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/drilldown-widget.component.d.ts +12 -4
- package/dist/lib/components/widgets/index.d.ts +1 -0
- package/dist/lib/components/widgets/widget-by-id.component.d.ts +116 -0
- package/dist/lib/sdk-ui-core-exports.d.ts +2 -2
- package/dist/lib/sdk-ui.module.d.ts +16 -15
- package/dist/lib/services/dashboard.service.d.ts +1 -1
- package/dist/lib/services/widget.service.d.ts +1 -1
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, Component, ViewChild, Input, Output, InjectionToken, Injectable, Inject, NgModule, Optional } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
|
-
import { ComponentAdapter, createElement, BasicMemberFilterTile, createContextProviderRenderer, CustomThemeProvider, CustomSisenseContextProvider, CustomPluginsProvider, createClientApplication, executeQuery, executeQueryByWidgetId, getDashboardModel, getDashboardModels, getWidgetModel, getDefaultThemeSettings, getThemeSettingsByOid, MemberFilterTile, DateRangeFilterTile, CriteriaFilterTile, Chart, Table, PivotTable, TableWidget, DashboardWidget, createWrapperElementHandler, createWrapperElement, DrilldownWidget, createComponentRenderer, ChartWidget, DashboardById, Dashboard, DrilldownBreadcrumbs, ContextMenu } from '@sisense/sdk-ui-preact';
|
|
5
|
-
export { boxWhiskerProcessResult, dashboardModelTranslator, widgetModelTranslator } from '@sisense/sdk-ui-preact';
|
|
4
|
+
import { ComponentAdapter, createElement, BasicMemberFilterTile, createContextProviderRenderer, CustomThemeProvider, CustomSisenseContextProvider, CustomPluginsProvider, createClientApplication, executeQuery, executeQueryByWidgetId, getDashboardModel, getDashboardModels, getWidgetModel, getDefaultThemeSettings, getThemeSettingsByOid, MemberFilterTile, DateRangeFilterTile, CriteriaFilterTile, Chart, Table, PivotTable, TableWidget, DashboardWidget, WidgetById, createWrapperElementHandler, createWrapperElement, DrilldownWidget, createComponentRenderer, ChartWidget, DashboardById, Dashboard, DrilldownBreadcrumbs, ContextMenu } from '@sisense/sdk-ui-preact';
|
|
5
|
+
export { boxWhiskerProcessResult, dashboardHelpers, dashboardModelTranslator, widgetModelTranslator } from '@sisense/sdk-ui-preact';
|
|
6
6
|
import { map, BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { __decorate } from 'tslib';
|
|
8
8
|
import merge from 'ts-deepmerge';
|
|
@@ -106,20 +106,20 @@ const createThemeContextConnector = (themeService) => {
|
|
|
106
106
|
const createSisenseContextConnector = (sisenseContextService) => {
|
|
107
107
|
return {
|
|
108
108
|
async prepareContext() {
|
|
109
|
-
const {
|
|
109
|
+
const { showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
|
|
110
110
|
const app = await sisenseContextService.getApp();
|
|
111
111
|
return {
|
|
112
112
|
app,
|
|
113
113
|
isInitialized: true,
|
|
114
|
-
showRuntimeErrors,
|
|
115
114
|
tracking: {
|
|
116
|
-
// if tracking is configured in appConfig, use it
|
|
115
|
+
// if tracking is configured in appConfig, use it
|
|
117
116
|
// if none is set, default to true
|
|
118
|
-
enabled: appConfig?.trackingConfig?.enabled
|
|
119
|
-
? appConfig.trackingConfig.enabled
|
|
120
|
-
: enableTracking ?? true,
|
|
117
|
+
enabled: appConfig?.trackingConfig?.enabled ?? true,
|
|
121
118
|
packageName: 'sdk-ui-angular',
|
|
122
119
|
},
|
|
120
|
+
errorBoundary: {
|
|
121
|
+
showErrorBox: showRuntimeErrors ?? true,
|
|
122
|
+
},
|
|
123
123
|
};
|
|
124
124
|
},
|
|
125
125
|
renderContextProvider: createContextProviderRenderer(CustomSisenseContextProvider),
|
|
@@ -324,7 +324,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
324
324
|
*
|
|
325
325
|
* **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
|
|
326
326
|
*
|
|
327
|
-
* @group Fusion
|
|
327
|
+
* @group Fusion Assets
|
|
328
328
|
* @fusionEmbed
|
|
329
329
|
*/
|
|
330
330
|
let DashboardService = class DashboardService {
|
|
@@ -368,7 +368,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
368
368
|
/**
|
|
369
369
|
* Service for working with Sisense Fusion widgets.
|
|
370
370
|
*
|
|
371
|
-
* @group Fusion
|
|
371
|
+
* @group Fusion Assets
|
|
372
372
|
* @fusionEmbed
|
|
373
373
|
*/
|
|
374
374
|
let WidgetService = class WidgetService {
|
|
@@ -415,7 +415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
415
415
|
}]
|
|
416
416
|
}], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
|
|
417
417
|
|
|
418
|
-
var packageVersion = '1.
|
|
418
|
+
var packageVersion = '1.23.0';
|
|
419
419
|
|
|
420
420
|
function Trackable(target, propertyKey, descriptor) {
|
|
421
421
|
const originalMethod = descriptor.value;
|
|
@@ -440,9 +440,8 @@ function TrackableService(trackableMethods) {
|
|
|
440
440
|
}
|
|
441
441
|
async function track(action, methodName) {
|
|
442
442
|
try {
|
|
443
|
-
const { enableTracking } = DecoratorsModule.sisenseContextService.getConfig();
|
|
444
443
|
const app = await DecoratorsModule.sisenseContextService.getApp();
|
|
445
|
-
const trackingEnabled =
|
|
444
|
+
const trackingEnabled = app.settings?.trackingConfig?.enabled ?? true;
|
|
446
445
|
if (app?.httpClient) {
|
|
447
446
|
const payload = {
|
|
448
447
|
packageName: 'sdk-ui-angular',
|
|
@@ -980,6 +979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
980
979
|
* ```
|
|
981
980
|
*
|
|
982
981
|
* <img src="media://angular-chart-example.png" width="800px" />
|
|
982
|
+
* @shortDescription Common component for rendering charts of different types including table
|
|
983
983
|
*
|
|
984
984
|
* @group Charts
|
|
985
985
|
*/
|
|
@@ -1065,7 +1065,7 @@ class ChartComponent {
|
|
|
1065
1065
|
}
|
|
1066
1066
|
}
|
|
1067
1067
|
ChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1068
|
-
ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartComponent, selector: "csdk-chart", inputs: { chartType: "chartType", dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", 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 });
|
|
1068
|
+
ChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartComponent, selector: "csdk-chart", inputs: { chartType: "chartType", dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", 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 });
|
|
1069
1069
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, decorators: [{
|
|
1070
1070
|
type: Component,
|
|
1071
1071
|
args: [{
|
|
@@ -1089,6 +1089,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1089
1089
|
type: Input
|
|
1090
1090
|
}], beforeRender: [{
|
|
1091
1091
|
type: Input
|
|
1092
|
+
}], dataReady: [{
|
|
1093
|
+
type: Input
|
|
1092
1094
|
}], dataPointClick: [{
|
|
1093
1095
|
type: Output
|
|
1094
1096
|
}], dataPointContextMenu: [{
|
|
@@ -1264,7 +1266,7 @@ class ColumnChartComponent {
|
|
|
1264
1266
|
}
|
|
1265
1267
|
}
|
|
1266
1268
|
ColumnChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1267
|
-
ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChartComponent, selector: "csdk-column-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1269
|
+
ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChartComponent, selector: "csdk-column-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1268
1270
|
<csdk-chart
|
|
1269
1271
|
[chartType]="chartType"
|
|
1270
1272
|
[dataSet]="dataSet"
|
|
@@ -1277,7 +1279,7 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
1277
1279
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1278
1280
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1279
1281
|
/>
|
|
1280
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1282
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1281
1283
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
|
|
1282
1284
|
type: Component,
|
|
1283
1285
|
args: [{
|
|
@@ -1309,6 +1311,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1309
1311
|
type: Input
|
|
1310
1312
|
}], beforeRender: [{
|
|
1311
1313
|
type: Input
|
|
1314
|
+
}], dataReady: [{
|
|
1315
|
+
type: Input
|
|
1312
1316
|
}], dataPointClick: [{
|
|
1313
1317
|
type: Output
|
|
1314
1318
|
}], dataPointContextMenu: [{
|
|
@@ -1398,7 +1402,7 @@ class BarChartComponent {
|
|
|
1398
1402
|
}
|
|
1399
1403
|
}
|
|
1400
1404
|
BarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1401
|
-
BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BarChartComponent, selector: "csdk-bar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1405
|
+
BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BarChartComponent, selector: "csdk-bar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1402
1406
|
<csdk-chart
|
|
1403
1407
|
[chartType]="chartType"
|
|
1404
1408
|
[dataSet]="dataSet"
|
|
@@ -1411,7 +1415,7 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1411
1415
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1412
1416
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1413
1417
|
/>
|
|
1414
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1418
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1415
1419
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
|
|
1416
1420
|
type: Component,
|
|
1417
1421
|
args: [{
|
|
@@ -1443,6 +1447,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1443
1447
|
type: Input
|
|
1444
1448
|
}], beforeRender: [{
|
|
1445
1449
|
type: Input
|
|
1450
|
+
}], dataReady: [{
|
|
1451
|
+
type: Input
|
|
1446
1452
|
}], dataPointClick: [{
|
|
1447
1453
|
type: Output
|
|
1448
1454
|
}], dataPointContextMenu: [{
|
|
@@ -1531,7 +1537,7 @@ class AreaChartComponent {
|
|
|
1531
1537
|
}
|
|
1532
1538
|
}
|
|
1533
1539
|
AreaChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1534
|
-
AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaChartComponent, selector: "csdk-area-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1540
|
+
AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaChartComponent, selector: "csdk-area-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1535
1541
|
<csdk-chart
|
|
1536
1542
|
[chartType]="chartType"
|
|
1537
1543
|
[dataSet]="dataSet"
|
|
@@ -1544,7 +1550,7 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1544
1550
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1545
1551
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1546
1552
|
/>
|
|
1547
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1553
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1548
1554
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
1549
1555
|
type: Component,
|
|
1550
1556
|
args: [{
|
|
@@ -1576,6 +1582,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1576
1582
|
type: Input
|
|
1577
1583
|
}], beforeRender: [{
|
|
1578
1584
|
type: Input
|
|
1585
|
+
}], dataReady: [{
|
|
1586
|
+
type: Input
|
|
1579
1587
|
}], dataPointClick: [{
|
|
1580
1588
|
type: Output
|
|
1581
1589
|
}], dataPointContextMenu: [{
|
|
@@ -1662,7 +1670,7 @@ class LineChartComponent {
|
|
|
1662
1670
|
}
|
|
1663
1671
|
}
|
|
1664
1672
|
LineChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1665
|
-
LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LineChartComponent, selector: "csdk-line-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1673
|
+
LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LineChartComponent, selector: "csdk-line-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1666
1674
|
<csdk-chart
|
|
1667
1675
|
[chartType]="chartType"
|
|
1668
1676
|
[dataSet]="dataSet"
|
|
@@ -1675,7 +1683,7 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1675
1683
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1676
1684
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1677
1685
|
/>
|
|
1678
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1686
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1679
1687
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
|
|
1680
1688
|
type: Component,
|
|
1681
1689
|
args: [{
|
|
@@ -1707,6 +1715,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1707
1715
|
type: Input
|
|
1708
1716
|
}], beforeRender: [{
|
|
1709
1717
|
type: Input
|
|
1718
|
+
}], dataReady: [{
|
|
1719
|
+
type: Input
|
|
1710
1720
|
}], dataPointClick: [{
|
|
1711
1721
|
type: Output
|
|
1712
1722
|
}], dataPointContextMenu: [{
|
|
@@ -1781,7 +1791,7 @@ class IndicatorChartComponent {
|
|
|
1781
1791
|
}
|
|
1782
1792
|
}
|
|
1783
1793
|
IndicatorChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1784
|
-
IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IndicatorChartComponent, selector: "csdk-indicator-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, ngImport: i0, template: `
|
|
1794
|
+
IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IndicatorChartComponent, selector: "csdk-indicator-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, ngImport: i0, template: `
|
|
1785
1795
|
<csdk-chart
|
|
1786
1796
|
[chartType]="chartType"
|
|
1787
1797
|
[dataSet]="dataSet"
|
|
@@ -1790,7 +1800,7 @@ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
1790
1800
|
[highlights]="highlights"
|
|
1791
1801
|
[styleOptions]="styleOptions"
|
|
1792
1802
|
/>
|
|
1793
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1803
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1794
1804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, decorators: [{
|
|
1795
1805
|
type: Component,
|
|
1796
1806
|
args: [{
|
|
@@ -1816,6 +1826,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1816
1826
|
type: Input
|
|
1817
1827
|
}], styleOptions: [{
|
|
1818
1828
|
type: Input
|
|
1829
|
+
}], dataReady: [{
|
|
1830
|
+
type: Input
|
|
1819
1831
|
}] } });
|
|
1820
1832
|
|
|
1821
1833
|
/**
|
|
@@ -1900,7 +1912,7 @@ class ScatterChartComponent {
|
|
|
1900
1912
|
}
|
|
1901
1913
|
}
|
|
1902
1914
|
ScatterChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1903
|
-
ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScatterChartComponent, selector: "csdk-scatter-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1915
|
+
ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScatterChartComponent, selector: "csdk-scatter-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
1904
1916
|
<csdk-chart
|
|
1905
1917
|
[chartType]="chartType"
|
|
1906
1918
|
[dataSet]="dataSet"
|
|
@@ -1913,7 +1925,7 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
1913
1925
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1914
1926
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1915
1927
|
/>
|
|
1916
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1928
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1917
1929
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
|
|
1918
1930
|
type: Component,
|
|
1919
1931
|
args: [{
|
|
@@ -1945,6 +1957,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1945
1957
|
type: Input
|
|
1946
1958
|
}], beforeRender: [{
|
|
1947
1959
|
type: Input
|
|
1960
|
+
}], dataReady: [{
|
|
1961
|
+
type: Input
|
|
1948
1962
|
}], dataPointClick: [{
|
|
1949
1963
|
type: Output
|
|
1950
1964
|
}], dataPointContextMenu: [{
|
|
@@ -2033,7 +2047,7 @@ class PieChartComponent {
|
|
|
2033
2047
|
}
|
|
2034
2048
|
}
|
|
2035
2049
|
PieChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2036
|
-
PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PieChartComponent, selector: "csdk-pie-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2050
|
+
PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PieChartComponent, selector: "csdk-pie-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2037
2051
|
<csdk-chart
|
|
2038
2052
|
[chartType]="chartType"
|
|
2039
2053
|
[dataSet]="dataSet"
|
|
@@ -2046,7 +2060,7 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2046
2060
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2047
2061
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2048
2062
|
/>
|
|
2049
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2063
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2050
2064
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
|
|
2051
2065
|
type: Component,
|
|
2052
2066
|
args: [{
|
|
@@ -2078,6 +2092,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2078
2092
|
type: Input
|
|
2079
2093
|
}], beforeRender: [{
|
|
2080
2094
|
type: Input
|
|
2095
|
+
}], dataReady: [{
|
|
2096
|
+
type: Input
|
|
2081
2097
|
}], dataPointClick: [{
|
|
2082
2098
|
type: Output
|
|
2083
2099
|
}], dataPointContextMenu: [{
|
|
@@ -2164,7 +2180,7 @@ class FunnelChartComponent {
|
|
|
2164
2180
|
}
|
|
2165
2181
|
}
|
|
2166
2182
|
FunnelChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2167
|
-
FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FunnelChartComponent, selector: "csdk-funnel-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2183
|
+
FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FunnelChartComponent, selector: "csdk-funnel-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2168
2184
|
<csdk-chart
|
|
2169
2185
|
[chartType]="chartType"
|
|
2170
2186
|
[dataSet]="dataSet"
|
|
@@ -2177,7 +2193,7 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2177
2193
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2178
2194
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2179
2195
|
/>
|
|
2180
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2196
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2181
2197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
|
|
2182
2198
|
type: Component,
|
|
2183
2199
|
args: [{
|
|
@@ -2209,6 +2225,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2209
2225
|
type: Input
|
|
2210
2226
|
}], beforeRender: [{
|
|
2211
2227
|
type: Input
|
|
2228
|
+
}], dataReady: [{
|
|
2229
|
+
type: Input
|
|
2212
2230
|
}], dataPointClick: [{
|
|
2213
2231
|
type: Output
|
|
2214
2232
|
}], dataPointContextMenu: [{
|
|
@@ -2296,7 +2314,7 @@ class PolarChartComponent {
|
|
|
2296
2314
|
}
|
|
2297
2315
|
}
|
|
2298
2316
|
PolarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2299
|
-
PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PolarChartComponent, selector: "csdk-polar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2317
|
+
PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PolarChartComponent, selector: "csdk-polar-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2300
2318
|
<csdk-chart
|
|
2301
2319
|
[chartType]="chartType"
|
|
2302
2320
|
[dataSet]="dataSet"
|
|
@@ -2309,7 +2327,7 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
2309
2327
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2310
2328
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2311
2329
|
/>
|
|
2312
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2330
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2313
2331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
|
|
2314
2332
|
type: Component,
|
|
2315
2333
|
args: [{
|
|
@@ -2341,6 +2359,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2341
2359
|
type: Input
|
|
2342
2360
|
}], beforeRender: [{
|
|
2343
2361
|
type: Input
|
|
2362
|
+
}], dataReady: [{
|
|
2363
|
+
type: Input
|
|
2344
2364
|
}], dataPointClick: [{
|
|
2345
2365
|
type: Output
|
|
2346
2366
|
}], dataPointContextMenu: [{
|
|
@@ -2429,7 +2449,7 @@ class TreemapChartComponent {
|
|
|
2429
2449
|
}
|
|
2430
2450
|
}
|
|
2431
2451
|
TreemapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2432
|
-
TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreemapChartComponent, selector: "csdk-treemap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2452
|
+
TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreemapChartComponent, selector: "csdk-treemap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2433
2453
|
<csdk-chart
|
|
2434
2454
|
[chartType]="chartType"
|
|
2435
2455
|
[dataSet]="dataSet"
|
|
@@ -2442,7 +2462,7 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2442
2462
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2443
2463
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2444
2464
|
/>
|
|
2445
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2465
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2446
2466
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
|
|
2447
2467
|
type: Component,
|
|
2448
2468
|
args: [{
|
|
@@ -2474,6 +2494,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2474
2494
|
type: Input
|
|
2475
2495
|
}], beforeRender: [{
|
|
2476
2496
|
type: Input
|
|
2497
|
+
}], dataReady: [{
|
|
2498
|
+
type: Input
|
|
2477
2499
|
}], dataPointClick: [{
|
|
2478
2500
|
type: Output
|
|
2479
2501
|
}], dataPointContextMenu: [{
|
|
@@ -2562,7 +2584,7 @@ class SunburstChartComponent {
|
|
|
2562
2584
|
}
|
|
2563
2585
|
}
|
|
2564
2586
|
SunburstChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2565
|
-
SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SunburstChartComponent, selector: "csdk-sunburst-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2587
|
+
SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SunburstChartComponent, selector: "csdk-sunburst-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2566
2588
|
<csdk-chart
|
|
2567
2589
|
[chartType]="chartType"
|
|
2568
2590
|
[dataSet]="dataSet"
|
|
@@ -2575,7 +2597,7 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2575
2597
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2576
2598
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2577
2599
|
/>
|
|
2578
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2600
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2579
2601
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
|
|
2580
2602
|
type: Component,
|
|
2581
2603
|
args: [{
|
|
@@ -2607,6 +2629,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2607
2629
|
type: Input
|
|
2608
2630
|
}], beforeRender: [{
|
|
2609
2631
|
type: Input
|
|
2632
|
+
}], dataReady: [{
|
|
2633
|
+
type: Input
|
|
2610
2634
|
}], dataPointClick: [{
|
|
2611
2635
|
type: Output
|
|
2612
2636
|
}], dataPointContextMenu: [{
|
|
@@ -2689,7 +2713,7 @@ class BoxplotChartComponent {
|
|
|
2689
2713
|
}
|
|
2690
2714
|
}
|
|
2691
2715
|
BoxplotChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2692
|
-
BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BoxplotChartComponent, selector: "csdk-boxplot-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2716
|
+
BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BoxplotChartComponent, selector: "csdk-boxplot-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
2693
2717
|
<csdk-chart
|
|
2694
2718
|
[chartType]="chartType"
|
|
2695
2719
|
[dataSet]="dataSet"
|
|
@@ -2702,7 +2726,7 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2702
2726
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2703
2727
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2704
2728
|
/>
|
|
2705
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2729
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2706
2730
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
|
|
2707
2731
|
type: Component,
|
|
2708
2732
|
args: [{
|
|
@@ -2734,6 +2758,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2734
2758
|
type: Input
|
|
2735
2759
|
}], beforeRender: [{
|
|
2736
2760
|
type: Input
|
|
2761
|
+
}], dataReady: [{
|
|
2762
|
+
type: Input
|
|
2737
2763
|
}], dataPointClick: [{
|
|
2738
2764
|
type: Output
|
|
2739
2765
|
}], dataPointContextMenu: [{
|
|
@@ -2805,7 +2831,7 @@ class ScattermapChartComponent {
|
|
|
2805
2831
|
}
|
|
2806
2832
|
}
|
|
2807
2833
|
ScattermapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2808
|
-
ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScattermapChartComponent, selector: "csdk-scattermap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
|
|
2834
|
+
ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ScattermapChartComponent, selector: "csdk-scattermap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
|
|
2809
2835
|
<csdk-chart
|
|
2810
2836
|
[chartType]="chartType"
|
|
2811
2837
|
[dataSet]="dataSet"
|
|
@@ -2815,7 +2841,7 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
2815
2841
|
[styleOptions]="styleOptions"
|
|
2816
2842
|
(dataPointClick)="dataPointClick.emit($event)"
|
|
2817
2843
|
/>
|
|
2818
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2844
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2819
2845
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
|
|
2820
2846
|
type: Component,
|
|
2821
2847
|
args: [{
|
|
@@ -2842,6 +2868,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2842
2868
|
type: Input
|
|
2843
2869
|
}], styleOptions: [{
|
|
2844
2870
|
type: Input
|
|
2871
|
+
}], dataReady: [{
|
|
2872
|
+
type: Input
|
|
2845
2873
|
}], dataPointClick: [{
|
|
2846
2874
|
type: Output
|
|
2847
2875
|
}] } });
|
|
@@ -2903,7 +2931,7 @@ class AreamapChartComponent {
|
|
|
2903
2931
|
}
|
|
2904
2932
|
}
|
|
2905
2933
|
AreamapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2906
|
-
AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreamapChartComponent, selector: "csdk-areamap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
|
|
2934
|
+
AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreamapChartComponent, selector: "csdk-areamap-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick" }, ngImport: i0, template: `
|
|
2907
2935
|
<csdk-chart
|
|
2908
2936
|
[chartType]="chartType"
|
|
2909
2937
|
[dataSet]="dataSet"
|
|
@@ -2913,7 +2941,7 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2913
2941
|
[styleOptions]="styleOptions"
|
|
2914
2942
|
(dataPointClick)="dataPointClick.emit($event)"
|
|
2915
2943
|
/>
|
|
2916
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2944
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2917
2945
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
|
|
2918
2946
|
type: Component,
|
|
2919
2947
|
args: [{
|
|
@@ -2940,6 +2968,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2940
2968
|
type: Input
|
|
2941
2969
|
}], styleOptions: [{
|
|
2942
2970
|
type: Input
|
|
2971
|
+
}], dataReady: [{
|
|
2972
|
+
type: Input
|
|
2943
2973
|
}], dataPointClick: [{
|
|
2944
2974
|
type: Output
|
|
2945
2975
|
}] } });
|
|
@@ -3151,7 +3181,7 @@ class AreaRangeChartComponent {
|
|
|
3151
3181
|
}
|
|
3152
3182
|
}
|
|
3153
3183
|
AreaRangeChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3154
|
-
AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaRangeChartComponent, selector: "csdk-area-range-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
3184
|
+
AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AreaRangeChartComponent, selector: "csdk-area-range-chart", inputs: { dataSet: "dataSet", dataOptions: "dataOptions", filters: "filters", highlights: "highlights", styleOptions: "styleOptions", beforeRender: "beforeRender", dataReady: "dataReady" }, outputs: { dataPointClick: "dataPointClick", dataPointContextMenu: "dataPointContextMenu", dataPointsSelect: "dataPointsSelect" }, ngImport: i0, template: `
|
|
3155
3185
|
<csdk-chart
|
|
3156
3186
|
[chartType]="chartType"
|
|
3157
3187
|
[dataSet]="dataSet"
|
|
@@ -3164,7 +3194,7 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
3164
3194
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
3165
3195
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
3166
3196
|
/>
|
|
3167
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3197
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3168
3198
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
|
|
3169
3199
|
type: Component,
|
|
3170
3200
|
args: [{
|
|
@@ -3196,6 +3226,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3196
3226
|
type: Input
|
|
3197
3227
|
}], beforeRender: [{
|
|
3198
3228
|
type: Input
|
|
3229
|
+
}], dataReady: [{
|
|
3230
|
+
type: Input
|
|
3199
3231
|
}], dataPointClick: [{
|
|
3200
3232
|
type: Output
|
|
3201
3233
|
}], dataPointContextMenu: [{
|
|
@@ -3332,7 +3364,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3332
3364
|
* dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3333
3365
|
* }
|
|
3334
3366
|
* ```
|
|
3335
|
-
* @group Fusion
|
|
3367
|
+
* @group Fusion Assets
|
|
3336
3368
|
* @fusionEmbed
|
|
3337
3369
|
*/
|
|
3338
3370
|
class DashboardWidgetComponent {
|
|
@@ -3411,6 +3443,113 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3411
3443
|
type: Input
|
|
3412
3444
|
}] } });
|
|
3413
3445
|
|
|
3446
|
+
/**
|
|
3447
|
+
* The `WidgetById` component, which is a thin wrapper on {@link ChartWidgetComponent},
|
|
3448
|
+
* is used to render a widget created in a Sisense Fusion instance.
|
|
3449
|
+
*
|
|
3450
|
+
* To learn more about using Sisense Fusion Widgets in Compose SDK, see
|
|
3451
|
+
* [Sisense Fusion Widgets](https://sisense.dev/guides/sdk/guides/charts/guide-fusion-widgets.html).
|
|
3452
|
+
*
|
|
3453
|
+
* @example
|
|
3454
|
+
* ```html
|
|
3455
|
+
* <csdk-widget-by-id
|
|
3456
|
+
* [widgetOid]="widgetOid"
|
|
3457
|
+
* [dashboardOid]="dashboardOid"
|
|
3458
|
+
* [includeDashboardFilters]="true"
|
|
3459
|
+
* />
|
|
3460
|
+
* ```
|
|
3461
|
+
* ```ts
|
|
3462
|
+
* import { Component } from '@angular/core';
|
|
3463
|
+
*
|
|
3464
|
+
* @Component({
|
|
3465
|
+
* selector: 'app-widgets',
|
|
3466
|
+
* templateUrl: './widgets.component.html',
|
|
3467
|
+
* styleUrls: ['./widgets.component.scss'],
|
|
3468
|
+
* })
|
|
3469
|
+
* export class WidgetsComponent {
|
|
3470
|
+
* widgetOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3471
|
+
* dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3472
|
+
* }
|
|
3473
|
+
* ```
|
|
3474
|
+
* @group Fusion Assets
|
|
3475
|
+
* @fusionEmbed
|
|
3476
|
+
*/
|
|
3477
|
+
class WidgetByIdComponent {
|
|
3478
|
+
constructor(sisenseContextService, themeService) {
|
|
3479
|
+
this.sisenseContextService = sisenseContextService;
|
|
3480
|
+
this.themeService = themeService;
|
|
3481
|
+
this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent(), [
|
|
3482
|
+
createSisenseContextConnector(this.sisenseContextService),
|
|
3483
|
+
createThemeContextConnector(this.themeService),
|
|
3484
|
+
]);
|
|
3485
|
+
}
|
|
3486
|
+
/** @internal */
|
|
3487
|
+
ngAfterViewInit() {
|
|
3488
|
+
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
3489
|
+
}
|
|
3490
|
+
/** @internal */
|
|
3491
|
+
ngOnChanges() {
|
|
3492
|
+
if (this.preactRef) {
|
|
3493
|
+
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
/** @internal */
|
|
3497
|
+
createPreactComponent() {
|
|
3498
|
+
const props = {
|
|
3499
|
+
widgetOid: this.widgetOid,
|
|
3500
|
+
dashboardOid: this.dashboardOid,
|
|
3501
|
+
filters: this.filters,
|
|
3502
|
+
highlights: this.highlights,
|
|
3503
|
+
filtersMergeStrategy: this.filtersMergeStrategy,
|
|
3504
|
+
includeDashboardFilters: this.includeDashboardFilters,
|
|
3505
|
+
title: this.title,
|
|
3506
|
+
description: this.description,
|
|
3507
|
+
styleOptions: this.styleOptions,
|
|
3508
|
+
highlightSelectionDisabled: this.highlightSelectionDisabled,
|
|
3509
|
+
drilldownOptions: this.drilldownOptions,
|
|
3510
|
+
};
|
|
3511
|
+
return createElement(WidgetById, props);
|
|
3512
|
+
}
|
|
3513
|
+
/** @internal */
|
|
3514
|
+
ngOnDestroy() {
|
|
3515
|
+
this.componentAdapter.destroy();
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
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 });
|
|
3519
|
+
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 });
|
|
3520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetByIdComponent, decorators: [{
|
|
3521
|
+
type: Component,
|
|
3522
|
+
args: [{
|
|
3523
|
+
selector: 'csdk-widget-by-id',
|
|
3524
|
+
template,
|
|
3525
|
+
}]
|
|
3526
|
+
}], ctorParameters: function () { return [{ type: SisenseContextService }, { type: ThemeService }]; }, propDecorators: { preactRef: [{
|
|
3527
|
+
type: ViewChild,
|
|
3528
|
+
args: [rootId]
|
|
3529
|
+
}], widgetOid: [{
|
|
3530
|
+
type: Input
|
|
3531
|
+
}], dashboardOid: [{
|
|
3532
|
+
type: Input
|
|
3533
|
+
}], filters: [{
|
|
3534
|
+
type: Input
|
|
3535
|
+
}], highlights: [{
|
|
3536
|
+
type: Input
|
|
3537
|
+
}], filtersMergeStrategy: [{
|
|
3538
|
+
type: Input
|
|
3539
|
+
}], includeDashboardFilters: [{
|
|
3540
|
+
type: Input
|
|
3541
|
+
}], title: [{
|
|
3542
|
+
type: Input
|
|
3543
|
+
}], description: [{
|
|
3544
|
+
type: Input
|
|
3545
|
+
}], styleOptions: [{
|
|
3546
|
+
type: Input
|
|
3547
|
+
}], highlightSelectionDisabled: [{
|
|
3548
|
+
type: Input
|
|
3549
|
+
}], drilldownOptions: [{
|
|
3550
|
+
type: Input
|
|
3551
|
+
}] } });
|
|
3552
|
+
|
|
3414
3553
|
/**
|
|
3415
3554
|
* An Angular component designed to add drilldown functionality to any type of chart.
|
|
3416
3555
|
*
|
|
@@ -3450,7 +3589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3450
3589
|
* drilldownResult?: CustomDrilldownResult;
|
|
3451
3590
|
*
|
|
3452
3591
|
* drilldown = {
|
|
3453
|
-
*
|
|
3592
|
+
* drilldownPaths: [DM.Patients.Gender, DM.Admissions.Surgical_Procedure],
|
|
3454
3593
|
* initialDimension: DM.Divisions.Divison_name,
|
|
3455
3594
|
* drilldownChange: (drilldownResult: CustomDrilldownResult) => {
|
|
3456
3595
|
* this.drilldownResult = drilldownResult;
|
|
@@ -3464,7 +3603,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3464
3603
|
* ```html
|
|
3465
3604
|
* <!--Component HTML template in .component.html-->
|
|
3466
3605
|
* <csdk-drilldown-widget
|
|
3467
|
-
* [
|
|
3606
|
+
* [drilldownPaths]="drilldown.drilldownPaths"
|
|
3468
3607
|
* [initialDimension]="drilldown.initialDimension"
|
|
3469
3608
|
* (drilldownResultChange)="drilldown.drilldownChange($event)"
|
|
3470
3609
|
* >
|
|
@@ -3530,6 +3669,7 @@ class DrilldownWidgetComponent {
|
|
|
3530
3669
|
createPreactComponent() {
|
|
3531
3670
|
const props = {
|
|
3532
3671
|
drilldownDimensions: this.drilldownDimensions,
|
|
3672
|
+
drilldownPaths: this.drilldownPaths,
|
|
3533
3673
|
initialDimension: this.initialDimension,
|
|
3534
3674
|
config: {
|
|
3535
3675
|
...this.config,
|
|
@@ -3560,7 +3700,7 @@ class DrilldownWidgetComponent {
|
|
|
3560
3700
|
}
|
|
3561
3701
|
}
|
|
3562
3702
|
DrilldownWidgetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrilldownWidgetComponent, deps: [{ token: SisenseContextService }, { token: ThemeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3563
|
-
DrilldownWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrilldownWidgetComponent, selector: "csdk-drilldown-widget", inputs: { drilldownDimensions: "drilldownDimensions", initialDimension: "initialDimension", config: "config" }, outputs: { drilldownResultChange: "drilldownResultChange" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }, { propertyName: "preactContentRef", first: true, predicate: ["preactContent"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\">\n <div #preactContent style=\"width: 100%; height: 100%\">\n <ng-content></ng-content>\n </div>\n </div>\n", isInline: true });
|
|
3703
|
+
DrilldownWidgetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrilldownWidgetComponent, selector: "csdk-drilldown-widget", inputs: { drilldownDimensions: "drilldownDimensions", drilldownPaths: "drilldownPaths", initialDimension: "initialDimension", config: "config" }, outputs: { drilldownResultChange: "drilldownResultChange" }, viewQueries: [{ propertyName: "preactRef", first: true, predicate: ["preact"], descendants: true }, { propertyName: "preactContentRef", first: true, predicate: ["preactContent"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "\n <div #preact style=\"width: 100%; height: 100%\">\n <div #preactContent style=\"width: 100%; height: 100%\">\n <ng-content></ng-content>\n </div>\n </div>\n", isInline: true });
|
|
3564
3704
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrilldownWidgetComponent, decorators: [{
|
|
3565
3705
|
type: Component,
|
|
3566
3706
|
args: [{
|
|
@@ -3575,6 +3715,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3575
3715
|
args: [rootContentId]
|
|
3576
3716
|
}], drilldownDimensions: [{
|
|
3577
3717
|
type: Input
|
|
3718
|
+
}], drilldownPaths: [{
|
|
3719
|
+
type: Input
|
|
3578
3720
|
}], initialDimension: [{
|
|
3579
3721
|
type: Input
|
|
3580
3722
|
}], config: [{
|
|
@@ -3766,7 +3908,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3766
3908
|
*
|
|
3767
3909
|
* To learn more about this and related dashboard components,
|
|
3768
3910
|
* see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
|
|
3769
|
-
* @group Fusion
|
|
3911
|
+
* @group Fusion Assets
|
|
3770
3912
|
* @fusionEmbed
|
|
3771
3913
|
* @beta
|
|
3772
3914
|
*/
|
|
@@ -4217,6 +4359,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
|
|
|
4217
4359
|
SunburstChartComponent,
|
|
4218
4360
|
TableWidgetComponent,
|
|
4219
4361
|
DashboardWidgetComponent,
|
|
4362
|
+
WidgetByIdComponent,
|
|
4220
4363
|
MemberFilterTileComponent,
|
|
4221
4364
|
DrilldownWidgetComponent,
|
|
4222
4365
|
DateRangeFilterTileComponent,
|
|
@@ -4246,6 +4389,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
|
|
|
4246
4389
|
SunburstChartComponent,
|
|
4247
4390
|
TableWidgetComponent,
|
|
4248
4391
|
DashboardWidgetComponent,
|
|
4392
|
+
WidgetByIdComponent,
|
|
4249
4393
|
MemberFilterTileComponent,
|
|
4250
4394
|
DrilldownWidgetComponent,
|
|
4251
4395
|
DateRangeFilterTileComponent,
|
|
@@ -4281,6 +4425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4281
4425
|
SunburstChartComponent,
|
|
4282
4426
|
TableWidgetComponent,
|
|
4283
4427
|
DashboardWidgetComponent,
|
|
4428
|
+
WidgetByIdComponent,
|
|
4284
4429
|
MemberFilterTileComponent,
|
|
4285
4430
|
DrilldownWidgetComponent,
|
|
4286
4431
|
DateRangeFilterTileComponent,
|
|
@@ -4314,6 +4459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4314
4459
|
SunburstChartComponent,
|
|
4315
4460
|
TableWidgetComponent,
|
|
4316
4461
|
DashboardWidgetComponent,
|
|
4462
|
+
WidgetByIdComponent,
|
|
4317
4463
|
MemberFilterTileComponent,
|
|
4318
4464
|
DrilldownWidgetComponent,
|
|
4319
4465
|
DateRangeFilterTileComponent,
|
|
@@ -4353,8 +4499,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4353
4499
|
* Angular query service
|
|
4354
4500
|
* @groupDescription Dashboards
|
|
4355
4501
|
* Angular components and utilities for working with dashboards
|
|
4356
|
-
* @groupDescription Fusion
|
|
4357
|
-
* Angular modules, services, and components for working with Fusion
|
|
4502
|
+
* @groupDescription Fusion Assets
|
|
4503
|
+
* Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
|
|
4358
4504
|
* @groupDescription Interfaces
|
|
4359
4505
|
* TypeScript interfaces for components and services listed above
|
|
4360
4506
|
* @groupDescription Type Aliases
|
|
@@ -4365,5 +4511,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4365
4511
|
* Generated bundle index. Do not edit.
|
|
4366
4512
|
*/
|
|
4367
4513
|
|
|
4368
|
-
export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent, BasicMemberFilterTileComponent, BoxplotChartComponent, ChartComponent, ChartWidgetComponent, ColumnChartComponent, ContextMenuComponent, CriteriaFilterTileComponent, DashboardByIdComponent, DashboardComponent, DashboardService, DashboardWidgetComponent, DateRangeFilterTileComponent, DrilldownBreadcrumbsComponent, DrilldownWidgetComponent, FunnelChartComponent, IndicatorChartComponent, LineChartComponent, MemberFilterTileComponent, PieChartComponent, PivotTableComponent, PluginsService, PolarChartComponent, QueryService, SISENSE_CONTEXT_CONFIG_TOKEN, ScatterChartComponent, ScattermapChartComponent, SdkUiModule, SisenseContextService, SunburstChartComponent, THEME_CONFIG_TOKEN, TableComponent, TableWidgetComponent, ThemeService, TreemapChartComponent, WidgetService };
|
|
4514
|
+
export { AreaChartComponent, AreaRangeChartComponent, AreamapChartComponent, BarChartComponent, BasicMemberFilterTileComponent, BoxplotChartComponent, ChartComponent, ChartWidgetComponent, ColumnChartComponent, ContextMenuComponent, CriteriaFilterTileComponent, DashboardByIdComponent, DashboardComponent, DashboardService, DashboardWidgetComponent, DateRangeFilterTileComponent, DrilldownBreadcrumbsComponent, DrilldownWidgetComponent, FunnelChartComponent, IndicatorChartComponent, LineChartComponent, MemberFilterTileComponent, PieChartComponent, PivotTableComponent, PluginsService, PolarChartComponent, QueryService, SISENSE_CONTEXT_CONFIG_TOKEN, ScatterChartComponent, ScattermapChartComponent, SdkUiModule, SisenseContextService, SunburstChartComponent, THEME_CONFIG_TOKEN, TableComponent, TableWidgetComponent, ThemeService, TreemapChartComponent, WidgetByIdComponent, WidgetService };
|
|
4369
4515
|
//# sourceMappingURL=sisense-sdk-ui-angular.mjs.map
|