@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 { __awaiter, __decorate } from 'tslib';
|
|
7
7
|
import { map, BehaviorSubject } from 'rxjs';
|
|
8
8
|
import merge from 'ts-deepmerge';
|
|
@@ -106,22 +106,22 @@ const createThemeContextConnector = (themeService) => {
|
|
|
106
106
|
const createSisenseContextConnector = (sisenseContextService) => {
|
|
107
107
|
return {
|
|
108
108
|
prepareContext() {
|
|
109
|
-
var _a;
|
|
109
|
+
var _a, _b;
|
|
110
110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
111
|
-
const {
|
|
111
|
+
const { showRuntimeErrors, appConfig } = sisenseContextService.getConfig();
|
|
112
112
|
const app = yield sisenseContextService.getApp();
|
|
113
113
|
return {
|
|
114
114
|
app,
|
|
115
115
|
isInitialized: true,
|
|
116
|
-
showRuntimeErrors,
|
|
117
116
|
tracking: {
|
|
118
|
-
// if tracking is configured in appConfig, use it
|
|
117
|
+
// if tracking is configured in appConfig, use it
|
|
119
118
|
// if none is set, default to true
|
|
120
|
-
enabled: ((_a = appConfig === null || appConfig === void 0 ? void 0 : appConfig.trackingConfig) === null || _a === void 0 ? void 0 : _a.enabled) !==
|
|
121
|
-
? appConfig.trackingConfig.enabled
|
|
122
|
-
: enableTracking !== null && enableTracking !== void 0 ? enableTracking : true,
|
|
119
|
+
enabled: (_b = (_a = appConfig === null || appConfig === void 0 ? void 0 : appConfig.trackingConfig) === null || _a === void 0 ? void 0 : _a.enabled) !== null && _b !== void 0 ? _b : true,
|
|
123
120
|
packageName: 'sdk-ui-angular',
|
|
124
121
|
},
|
|
122
|
+
errorBoundary: {
|
|
123
|
+
showErrorBox: showRuntimeErrors !== null && showRuntimeErrors !== void 0 ? showRuntimeErrors : true,
|
|
124
|
+
},
|
|
125
125
|
};
|
|
126
126
|
});
|
|
127
127
|
},
|
|
@@ -327,7 +327,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
327
327
|
*
|
|
328
328
|
* **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
|
|
329
329
|
*
|
|
330
|
-
* @group Fusion
|
|
330
|
+
* @group Fusion Assets
|
|
331
331
|
* @fusionEmbed
|
|
332
332
|
*/
|
|
333
333
|
let DashboardService = class DashboardService {
|
|
@@ -375,7 +375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
375
375
|
/**
|
|
376
376
|
* Service for working with Sisense Fusion widgets.
|
|
377
377
|
*
|
|
378
|
-
* @group Fusion
|
|
378
|
+
* @group Fusion Assets
|
|
379
379
|
* @fusionEmbed
|
|
380
380
|
*/
|
|
381
381
|
let WidgetService = class WidgetService {
|
|
@@ -424,7 +424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
424
424
|
}]
|
|
425
425
|
}], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
|
|
426
426
|
|
|
427
|
-
var packageVersion = '1.
|
|
427
|
+
var packageVersion = '1.23.0';
|
|
428
428
|
|
|
429
429
|
function Trackable(target, propertyKey, descriptor) {
|
|
430
430
|
const originalMethod = descriptor.value;
|
|
@@ -451,9 +451,8 @@ function track(action, methodName) {
|
|
|
451
451
|
var _a, _b, _c;
|
|
452
452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
453
453
|
try {
|
|
454
|
-
const { enableTracking } = DecoratorsModule.sisenseContextService.getConfig();
|
|
455
454
|
const app = yield DecoratorsModule.sisenseContextService.getApp();
|
|
456
|
-
const trackingEnabled =
|
|
455
|
+
const trackingEnabled = (_c = (_b = (_a = app.settings) === null || _a === void 0 ? void 0 : _a.trackingConfig) === null || _b === void 0 ? void 0 : _b.enabled) !== null && _c !== void 0 ? _c : true;
|
|
457
456
|
if (app === null || app === void 0 ? void 0 : app.httpClient) {
|
|
458
457
|
const payload = {
|
|
459
458
|
packageName: 'sdk-ui-angular',
|
|
@@ -1000,6 +999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1000
999
|
* ```
|
|
1001
1000
|
*
|
|
1002
1001
|
* <img src="media://angular-chart-example.png" width="800px" />
|
|
1002
|
+
* @shortDescription Common component for rendering charts of different types including table
|
|
1003
1003
|
*
|
|
1004
1004
|
* @group Charts
|
|
1005
1005
|
*/
|
|
@@ -1086,7 +1086,7 @@ class ChartComponent {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
}
|
|
1088
1088
|
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 });
|
|
1089
|
-
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 });
|
|
1089
|
+
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 });
|
|
1090
1090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartComponent, decorators: [{
|
|
1091
1091
|
type: Component,
|
|
1092
1092
|
args: [{
|
|
@@ -1110,6 +1110,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1110
1110
|
type: Input
|
|
1111
1111
|
}], beforeRender: [{
|
|
1112
1112
|
type: Input
|
|
1113
|
+
}], dataReady: [{
|
|
1114
|
+
type: Input
|
|
1113
1115
|
}], dataPointClick: [{
|
|
1114
1116
|
type: Output
|
|
1115
1117
|
}], dataPointContextMenu: [{
|
|
@@ -1285,7 +1287,7 @@ class ColumnChartComponent {
|
|
|
1285
1287
|
}
|
|
1286
1288
|
}
|
|
1287
1289
|
ColumnChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1288
|
-
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: `
|
|
1290
|
+
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: `
|
|
1289
1291
|
<csdk-chart
|
|
1290
1292
|
[chartType]="chartType"
|
|
1291
1293
|
[dataSet]="dataSet"
|
|
@@ -1298,7 +1300,7 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
1298
1300
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1299
1301
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1300
1302
|
/>
|
|
1301
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1303
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1302
1304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
|
|
1303
1305
|
type: Component,
|
|
1304
1306
|
args: [{
|
|
@@ -1330,6 +1332,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1330
1332
|
type: Input
|
|
1331
1333
|
}], beforeRender: [{
|
|
1332
1334
|
type: Input
|
|
1335
|
+
}], dataReady: [{
|
|
1336
|
+
type: Input
|
|
1333
1337
|
}], dataPointClick: [{
|
|
1334
1338
|
type: Output
|
|
1335
1339
|
}], dataPointContextMenu: [{
|
|
@@ -1419,7 +1423,7 @@ class BarChartComponent {
|
|
|
1419
1423
|
}
|
|
1420
1424
|
}
|
|
1421
1425
|
BarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1422
|
-
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: `
|
|
1426
|
+
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: `
|
|
1423
1427
|
<csdk-chart
|
|
1424
1428
|
[chartType]="chartType"
|
|
1425
1429
|
[dataSet]="dataSet"
|
|
@@ -1432,7 +1436,7 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1432
1436
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1433
1437
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1434
1438
|
/>
|
|
1435
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1439
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1436
1440
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
|
|
1437
1441
|
type: Component,
|
|
1438
1442
|
args: [{
|
|
@@ -1464,6 +1468,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1464
1468
|
type: Input
|
|
1465
1469
|
}], beforeRender: [{
|
|
1466
1470
|
type: Input
|
|
1471
|
+
}], dataReady: [{
|
|
1472
|
+
type: Input
|
|
1467
1473
|
}], dataPointClick: [{
|
|
1468
1474
|
type: Output
|
|
1469
1475
|
}], dataPointContextMenu: [{
|
|
@@ -1552,7 +1558,7 @@ class AreaChartComponent {
|
|
|
1552
1558
|
}
|
|
1553
1559
|
}
|
|
1554
1560
|
AreaChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1555
|
-
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: `
|
|
1561
|
+
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: `
|
|
1556
1562
|
<csdk-chart
|
|
1557
1563
|
[chartType]="chartType"
|
|
1558
1564
|
[dataSet]="dataSet"
|
|
@@ -1565,7 +1571,7 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1565
1571
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1566
1572
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1567
1573
|
/>
|
|
1568
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1574
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1569
1575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
1570
1576
|
type: Component,
|
|
1571
1577
|
args: [{
|
|
@@ -1597,6 +1603,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1597
1603
|
type: Input
|
|
1598
1604
|
}], beforeRender: [{
|
|
1599
1605
|
type: Input
|
|
1606
|
+
}], dataReady: [{
|
|
1607
|
+
type: Input
|
|
1600
1608
|
}], dataPointClick: [{
|
|
1601
1609
|
type: Output
|
|
1602
1610
|
}], dataPointContextMenu: [{
|
|
@@ -1683,7 +1691,7 @@ class LineChartComponent {
|
|
|
1683
1691
|
}
|
|
1684
1692
|
}
|
|
1685
1693
|
LineChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1686
|
-
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: `
|
|
1694
|
+
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: `
|
|
1687
1695
|
<csdk-chart
|
|
1688
1696
|
[chartType]="chartType"
|
|
1689
1697
|
[dataSet]="dataSet"
|
|
@@ -1696,7 +1704,7 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1696
1704
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1697
1705
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1698
1706
|
/>
|
|
1699
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1707
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1700
1708
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
|
|
1701
1709
|
type: Component,
|
|
1702
1710
|
args: [{
|
|
@@ -1728,6 +1736,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1728
1736
|
type: Input
|
|
1729
1737
|
}], beforeRender: [{
|
|
1730
1738
|
type: Input
|
|
1739
|
+
}], dataReady: [{
|
|
1740
|
+
type: Input
|
|
1731
1741
|
}], dataPointClick: [{
|
|
1732
1742
|
type: Output
|
|
1733
1743
|
}], dataPointContextMenu: [{
|
|
@@ -1802,7 +1812,7 @@ class IndicatorChartComponent {
|
|
|
1802
1812
|
}
|
|
1803
1813
|
}
|
|
1804
1814
|
IndicatorChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1805
|
-
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: `
|
|
1815
|
+
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: `
|
|
1806
1816
|
<csdk-chart
|
|
1807
1817
|
[chartType]="chartType"
|
|
1808
1818
|
[dataSet]="dataSet"
|
|
@@ -1811,7 +1821,7 @@ IndicatorChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
1811
1821
|
[highlights]="highlights"
|
|
1812
1822
|
[styleOptions]="styleOptions"
|
|
1813
1823
|
/>
|
|
1814
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1824
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1815
1825
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IndicatorChartComponent, decorators: [{
|
|
1816
1826
|
type: Component,
|
|
1817
1827
|
args: [{
|
|
@@ -1837,6 +1847,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1837
1847
|
type: Input
|
|
1838
1848
|
}], styleOptions: [{
|
|
1839
1849
|
type: Input
|
|
1850
|
+
}], dataReady: [{
|
|
1851
|
+
type: Input
|
|
1840
1852
|
}] } });
|
|
1841
1853
|
|
|
1842
1854
|
/**
|
|
@@ -1921,7 +1933,7 @@ class ScatterChartComponent {
|
|
|
1921
1933
|
}
|
|
1922
1934
|
}
|
|
1923
1935
|
ScatterChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1924
|
-
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: `
|
|
1936
|
+
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: `
|
|
1925
1937
|
<csdk-chart
|
|
1926
1938
|
[chartType]="chartType"
|
|
1927
1939
|
[dataSet]="dataSet"
|
|
@@ -1934,7 +1946,7 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
1934
1946
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1935
1947
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1936
1948
|
/>
|
|
1937
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1949
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1938
1950
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
|
|
1939
1951
|
type: Component,
|
|
1940
1952
|
args: [{
|
|
@@ -1966,6 +1978,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1966
1978
|
type: Input
|
|
1967
1979
|
}], beforeRender: [{
|
|
1968
1980
|
type: Input
|
|
1981
|
+
}], dataReady: [{
|
|
1982
|
+
type: Input
|
|
1969
1983
|
}], dataPointClick: [{
|
|
1970
1984
|
type: Output
|
|
1971
1985
|
}], dataPointContextMenu: [{
|
|
@@ -2054,7 +2068,7 @@ class PieChartComponent {
|
|
|
2054
2068
|
}
|
|
2055
2069
|
}
|
|
2056
2070
|
PieChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2057
|
-
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: `
|
|
2071
|
+
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: `
|
|
2058
2072
|
<csdk-chart
|
|
2059
2073
|
[chartType]="chartType"
|
|
2060
2074
|
[dataSet]="dataSet"
|
|
@@ -2067,7 +2081,7 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2067
2081
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2068
2082
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2069
2083
|
/>
|
|
2070
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2084
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2071
2085
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
|
|
2072
2086
|
type: Component,
|
|
2073
2087
|
args: [{
|
|
@@ -2099,6 +2113,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2099
2113
|
type: Input
|
|
2100
2114
|
}], beforeRender: [{
|
|
2101
2115
|
type: Input
|
|
2116
|
+
}], dataReady: [{
|
|
2117
|
+
type: Input
|
|
2102
2118
|
}], dataPointClick: [{
|
|
2103
2119
|
type: Output
|
|
2104
2120
|
}], dataPointContextMenu: [{
|
|
@@ -2185,7 +2201,7 @@ class FunnelChartComponent {
|
|
|
2185
2201
|
}
|
|
2186
2202
|
}
|
|
2187
2203
|
FunnelChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2188
|
-
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: `
|
|
2204
|
+
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: `
|
|
2189
2205
|
<csdk-chart
|
|
2190
2206
|
[chartType]="chartType"
|
|
2191
2207
|
[dataSet]="dataSet"
|
|
@@ -2198,7 +2214,7 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2198
2214
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2199
2215
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2200
2216
|
/>
|
|
2201
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2217
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2202
2218
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
|
|
2203
2219
|
type: Component,
|
|
2204
2220
|
args: [{
|
|
@@ -2230,6 +2246,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2230
2246
|
type: Input
|
|
2231
2247
|
}], beforeRender: [{
|
|
2232
2248
|
type: Input
|
|
2249
|
+
}], dataReady: [{
|
|
2250
|
+
type: Input
|
|
2233
2251
|
}], dataPointClick: [{
|
|
2234
2252
|
type: Output
|
|
2235
2253
|
}], dataPointContextMenu: [{
|
|
@@ -2317,7 +2335,7 @@ class PolarChartComponent {
|
|
|
2317
2335
|
}
|
|
2318
2336
|
}
|
|
2319
2337
|
PolarChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2320
|
-
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: `
|
|
2338
|
+
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: `
|
|
2321
2339
|
<csdk-chart
|
|
2322
2340
|
[chartType]="chartType"
|
|
2323
2341
|
[dataSet]="dataSet"
|
|
@@ -2330,7 +2348,7 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
2330
2348
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2331
2349
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2332
2350
|
/>
|
|
2333
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2351
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2334
2352
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
|
|
2335
2353
|
type: Component,
|
|
2336
2354
|
args: [{
|
|
@@ -2362,6 +2380,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2362
2380
|
type: Input
|
|
2363
2381
|
}], beforeRender: [{
|
|
2364
2382
|
type: Input
|
|
2383
|
+
}], dataReady: [{
|
|
2384
|
+
type: Input
|
|
2365
2385
|
}], dataPointClick: [{
|
|
2366
2386
|
type: Output
|
|
2367
2387
|
}], dataPointContextMenu: [{
|
|
@@ -2450,7 +2470,7 @@ class TreemapChartComponent {
|
|
|
2450
2470
|
}
|
|
2451
2471
|
}
|
|
2452
2472
|
TreemapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2453
|
-
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: `
|
|
2473
|
+
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: `
|
|
2454
2474
|
<csdk-chart
|
|
2455
2475
|
[chartType]="chartType"
|
|
2456
2476
|
[dataSet]="dataSet"
|
|
@@ -2463,7 +2483,7 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2463
2483
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2464
2484
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2465
2485
|
/>
|
|
2466
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2486
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2467
2487
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
|
|
2468
2488
|
type: Component,
|
|
2469
2489
|
args: [{
|
|
@@ -2495,6 +2515,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2495
2515
|
type: Input
|
|
2496
2516
|
}], beforeRender: [{
|
|
2497
2517
|
type: Input
|
|
2518
|
+
}], dataReady: [{
|
|
2519
|
+
type: Input
|
|
2498
2520
|
}], dataPointClick: [{
|
|
2499
2521
|
type: Output
|
|
2500
2522
|
}], dataPointContextMenu: [{
|
|
@@ -2583,7 +2605,7 @@ class SunburstChartComponent {
|
|
|
2583
2605
|
}
|
|
2584
2606
|
}
|
|
2585
2607
|
SunburstChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2586
|
-
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: `
|
|
2608
|
+
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: `
|
|
2587
2609
|
<csdk-chart
|
|
2588
2610
|
[chartType]="chartType"
|
|
2589
2611
|
[dataSet]="dataSet"
|
|
@@ -2596,7 +2618,7 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2596
2618
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2597
2619
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2598
2620
|
/>
|
|
2599
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2621
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2600
2622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
|
|
2601
2623
|
type: Component,
|
|
2602
2624
|
args: [{
|
|
@@ -2628,6 +2650,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2628
2650
|
type: Input
|
|
2629
2651
|
}], beforeRender: [{
|
|
2630
2652
|
type: Input
|
|
2653
|
+
}], dataReady: [{
|
|
2654
|
+
type: Input
|
|
2631
2655
|
}], dataPointClick: [{
|
|
2632
2656
|
type: Output
|
|
2633
2657
|
}], dataPointContextMenu: [{
|
|
@@ -2710,7 +2734,7 @@ class BoxplotChartComponent {
|
|
|
2710
2734
|
}
|
|
2711
2735
|
}
|
|
2712
2736
|
BoxplotChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2713
|
-
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: `
|
|
2737
|
+
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: `
|
|
2714
2738
|
<csdk-chart
|
|
2715
2739
|
[chartType]="chartType"
|
|
2716
2740
|
[dataSet]="dataSet"
|
|
@@ -2723,7 +2747,7 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2723
2747
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2724
2748
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2725
2749
|
/>
|
|
2726
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2750
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2727
2751
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
|
|
2728
2752
|
type: Component,
|
|
2729
2753
|
args: [{
|
|
@@ -2755,6 +2779,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2755
2779
|
type: Input
|
|
2756
2780
|
}], beforeRender: [{
|
|
2757
2781
|
type: Input
|
|
2782
|
+
}], dataReady: [{
|
|
2783
|
+
type: Input
|
|
2758
2784
|
}], dataPointClick: [{
|
|
2759
2785
|
type: Output
|
|
2760
2786
|
}], dataPointContextMenu: [{
|
|
@@ -2826,7 +2852,7 @@ class ScattermapChartComponent {
|
|
|
2826
2852
|
}
|
|
2827
2853
|
}
|
|
2828
2854
|
ScattermapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2829
|
-
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: `
|
|
2855
|
+
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: `
|
|
2830
2856
|
<csdk-chart
|
|
2831
2857
|
[chartType]="chartType"
|
|
2832
2858
|
[dataSet]="dataSet"
|
|
@@ -2836,7 +2862,7 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
2836
2862
|
[styleOptions]="styleOptions"
|
|
2837
2863
|
(dataPointClick)="dataPointClick.emit($event)"
|
|
2838
2864
|
/>
|
|
2839
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2865
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2840
2866
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
|
|
2841
2867
|
type: Component,
|
|
2842
2868
|
args: [{
|
|
@@ -2863,6 +2889,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2863
2889
|
type: Input
|
|
2864
2890
|
}], styleOptions: [{
|
|
2865
2891
|
type: Input
|
|
2892
|
+
}], dataReady: [{
|
|
2893
|
+
type: Input
|
|
2866
2894
|
}], dataPointClick: [{
|
|
2867
2895
|
type: Output
|
|
2868
2896
|
}] } });
|
|
@@ -2924,7 +2952,7 @@ class AreamapChartComponent {
|
|
|
2924
2952
|
}
|
|
2925
2953
|
}
|
|
2926
2954
|
AreamapChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2927
|
-
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: `
|
|
2955
|
+
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: `
|
|
2928
2956
|
<csdk-chart
|
|
2929
2957
|
[chartType]="chartType"
|
|
2930
2958
|
[dataSet]="dataSet"
|
|
@@ -2934,7 +2962,7 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2934
2962
|
[styleOptions]="styleOptions"
|
|
2935
2963
|
(dataPointClick)="dataPointClick.emit($event)"
|
|
2936
2964
|
/>
|
|
2937
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2965
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2938
2966
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
|
|
2939
2967
|
type: Component,
|
|
2940
2968
|
args: [{
|
|
@@ -2961,6 +2989,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2961
2989
|
type: Input
|
|
2962
2990
|
}], styleOptions: [{
|
|
2963
2991
|
type: Input
|
|
2992
|
+
}], dataReady: [{
|
|
2993
|
+
type: Input
|
|
2964
2994
|
}], dataPointClick: [{
|
|
2965
2995
|
type: Output
|
|
2966
2996
|
}] } });
|
|
@@ -3172,7 +3202,7 @@ class AreaRangeChartComponent {
|
|
|
3172
3202
|
}
|
|
3173
3203
|
}
|
|
3174
3204
|
AreaRangeChartComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3175
|
-
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: `
|
|
3205
|
+
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: `
|
|
3176
3206
|
<csdk-chart
|
|
3177
3207
|
[chartType]="chartType"
|
|
3178
3208
|
[dataSet]="dataSet"
|
|
@@ -3185,7 +3215,7 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
3185
3215
|
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
3186
3216
|
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
3187
3217
|
/>
|
|
3188
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3218
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3189
3219
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
|
|
3190
3220
|
type: Component,
|
|
3191
3221
|
args: [{
|
|
@@ -3217,6 +3247,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3217
3247
|
type: Input
|
|
3218
3248
|
}], beforeRender: [{
|
|
3219
3249
|
type: Input
|
|
3250
|
+
}], dataReady: [{
|
|
3251
|
+
type: Input
|
|
3220
3252
|
}], dataPointClick: [{
|
|
3221
3253
|
type: Output
|
|
3222
3254
|
}], dataPointContextMenu: [{
|
|
@@ -3353,7 +3385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3353
3385
|
* dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3354
3386
|
* }
|
|
3355
3387
|
* ```
|
|
3356
|
-
* @group Fusion
|
|
3388
|
+
* @group Fusion Assets
|
|
3357
3389
|
* @fusionEmbed
|
|
3358
3390
|
*/
|
|
3359
3391
|
class DashboardWidgetComponent {
|
|
@@ -3432,6 +3464,113 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3432
3464
|
type: Input
|
|
3433
3465
|
}] } });
|
|
3434
3466
|
|
|
3467
|
+
/**
|
|
3468
|
+
* The `WidgetById` component, which is a thin wrapper on {@link ChartWidgetComponent},
|
|
3469
|
+
* is used to render a widget created in a Sisense Fusion instance.
|
|
3470
|
+
*
|
|
3471
|
+
* To learn more about using Sisense Fusion Widgets in Compose SDK, see
|
|
3472
|
+
* [Sisense Fusion Widgets](https://sisense.dev/guides/sdk/guides/charts/guide-fusion-widgets.html).
|
|
3473
|
+
*
|
|
3474
|
+
* @example
|
|
3475
|
+
* ```html
|
|
3476
|
+
* <csdk-widget-by-id
|
|
3477
|
+
* [widgetOid]="widgetOid"
|
|
3478
|
+
* [dashboardOid]="dashboardOid"
|
|
3479
|
+
* [includeDashboardFilters]="true"
|
|
3480
|
+
* />
|
|
3481
|
+
* ```
|
|
3482
|
+
* ```ts
|
|
3483
|
+
* import { Component } from '@angular/core';
|
|
3484
|
+
*
|
|
3485
|
+
* @Component({
|
|
3486
|
+
* selector: 'app-widgets',
|
|
3487
|
+
* templateUrl: './widgets.component.html',
|
|
3488
|
+
* styleUrls: ['./widgets.component.scss'],
|
|
3489
|
+
* })
|
|
3490
|
+
* export class WidgetsComponent {
|
|
3491
|
+
* widgetOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3492
|
+
* dashboardOid: string = '60f3e3e3e4b0e3e3e4b0e3e3';
|
|
3493
|
+
* }
|
|
3494
|
+
* ```
|
|
3495
|
+
* @group Fusion Assets
|
|
3496
|
+
* @fusionEmbed
|
|
3497
|
+
*/
|
|
3498
|
+
class WidgetByIdComponent {
|
|
3499
|
+
constructor(sisenseContextService, themeService) {
|
|
3500
|
+
this.sisenseContextService = sisenseContextService;
|
|
3501
|
+
this.themeService = themeService;
|
|
3502
|
+
this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent(), [
|
|
3503
|
+
createSisenseContextConnector(this.sisenseContextService),
|
|
3504
|
+
createThemeContextConnector(this.themeService),
|
|
3505
|
+
]);
|
|
3506
|
+
}
|
|
3507
|
+
/** @internal */
|
|
3508
|
+
ngAfterViewInit() {
|
|
3509
|
+
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
3510
|
+
}
|
|
3511
|
+
/** @internal */
|
|
3512
|
+
ngOnChanges() {
|
|
3513
|
+
if (this.preactRef) {
|
|
3514
|
+
this.componentAdapter.render(this.preactRef.nativeElement);
|
|
3515
|
+
}
|
|
3516
|
+
}
|
|
3517
|
+
/** @internal */
|
|
3518
|
+
createPreactComponent() {
|
|
3519
|
+
const props = {
|
|
3520
|
+
widgetOid: this.widgetOid,
|
|
3521
|
+
dashboardOid: this.dashboardOid,
|
|
3522
|
+
filters: this.filters,
|
|
3523
|
+
highlights: this.highlights,
|
|
3524
|
+
filtersMergeStrategy: this.filtersMergeStrategy,
|
|
3525
|
+
includeDashboardFilters: this.includeDashboardFilters,
|
|
3526
|
+
title: this.title,
|
|
3527
|
+
description: this.description,
|
|
3528
|
+
styleOptions: this.styleOptions,
|
|
3529
|
+
highlightSelectionDisabled: this.highlightSelectionDisabled,
|
|
3530
|
+
drilldownOptions: this.drilldownOptions,
|
|
3531
|
+
};
|
|
3532
|
+
return createElement(WidgetById, props);
|
|
3533
|
+
}
|
|
3534
|
+
/** @internal */
|
|
3535
|
+
ngOnDestroy() {
|
|
3536
|
+
this.componentAdapter.destroy();
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3539
|
+
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 });
|
|
3540
|
+
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 });
|
|
3541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WidgetByIdComponent, decorators: [{
|
|
3542
|
+
type: Component,
|
|
3543
|
+
args: [{
|
|
3544
|
+
selector: 'csdk-widget-by-id',
|
|
3545
|
+
template,
|
|
3546
|
+
}]
|
|
3547
|
+
}], ctorParameters: function () { return [{ type: SisenseContextService }, { type: ThemeService }]; }, propDecorators: { preactRef: [{
|
|
3548
|
+
type: ViewChild,
|
|
3549
|
+
args: [rootId]
|
|
3550
|
+
}], widgetOid: [{
|
|
3551
|
+
type: Input
|
|
3552
|
+
}], dashboardOid: [{
|
|
3553
|
+
type: Input
|
|
3554
|
+
}], filters: [{
|
|
3555
|
+
type: Input
|
|
3556
|
+
}], highlights: [{
|
|
3557
|
+
type: Input
|
|
3558
|
+
}], filtersMergeStrategy: [{
|
|
3559
|
+
type: Input
|
|
3560
|
+
}], includeDashboardFilters: [{
|
|
3561
|
+
type: Input
|
|
3562
|
+
}], title: [{
|
|
3563
|
+
type: Input
|
|
3564
|
+
}], description: [{
|
|
3565
|
+
type: Input
|
|
3566
|
+
}], styleOptions: [{
|
|
3567
|
+
type: Input
|
|
3568
|
+
}], highlightSelectionDisabled: [{
|
|
3569
|
+
type: Input
|
|
3570
|
+
}], drilldownOptions: [{
|
|
3571
|
+
type: Input
|
|
3572
|
+
}] } });
|
|
3573
|
+
|
|
3435
3574
|
/**
|
|
3436
3575
|
* An Angular component designed to add drilldown functionality to any type of chart.
|
|
3437
3576
|
*
|
|
@@ -3471,7 +3610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3471
3610
|
* drilldownResult?: CustomDrilldownResult;
|
|
3472
3611
|
*
|
|
3473
3612
|
* drilldown = {
|
|
3474
|
-
*
|
|
3613
|
+
* drilldownPaths: [DM.Patients.Gender, DM.Admissions.Surgical_Procedure],
|
|
3475
3614
|
* initialDimension: DM.Divisions.Divison_name,
|
|
3476
3615
|
* drilldownChange: (drilldownResult: CustomDrilldownResult) => {
|
|
3477
3616
|
* this.drilldownResult = drilldownResult;
|
|
@@ -3485,7 +3624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3485
3624
|
* ```html
|
|
3486
3625
|
* <!--Component HTML template in .component.html-->
|
|
3487
3626
|
* <csdk-drilldown-widget
|
|
3488
|
-
* [
|
|
3627
|
+
* [drilldownPaths]="drilldown.drilldownPaths"
|
|
3489
3628
|
* [initialDimension]="drilldown.initialDimension"
|
|
3490
3629
|
* (drilldownResultChange)="drilldown.drilldownChange($event)"
|
|
3491
3630
|
* >
|
|
@@ -3552,6 +3691,7 @@ class DrilldownWidgetComponent {
|
|
|
3552
3691
|
var _a, _b;
|
|
3553
3692
|
const props = {
|
|
3554
3693
|
drilldownDimensions: this.drilldownDimensions,
|
|
3694
|
+
drilldownPaths: this.drilldownPaths,
|
|
3555
3695
|
initialDimension: this.initialDimension,
|
|
3556
3696
|
config: Object.assign(Object.assign(Object.assign({}, this.config), (((_a = this.config) === null || _a === void 0 ? void 0 : _a.breadcrumbsComponent) && {
|
|
3557
3697
|
breadcrumbsComponent: createWrapperElementHandler(this.config.breadcrumbsComponent),
|
|
@@ -3575,7 +3715,7 @@ class DrilldownWidgetComponent {
|
|
|
3575
3715
|
}
|
|
3576
3716
|
}
|
|
3577
3717
|
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 });
|
|
3578
|
-
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 });
|
|
3718
|
+
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 });
|
|
3579
3719
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrilldownWidgetComponent, decorators: [{
|
|
3580
3720
|
type: Component,
|
|
3581
3721
|
args: [{
|
|
@@ -3590,6 +3730,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3590
3730
|
args: [rootContentId]
|
|
3591
3731
|
}], drilldownDimensions: [{
|
|
3592
3732
|
type: Input
|
|
3733
|
+
}], drilldownPaths: [{
|
|
3734
|
+
type: Input
|
|
3593
3735
|
}], initialDimension: [{
|
|
3594
3736
|
type: Input
|
|
3595
3737
|
}], config: [{
|
|
@@ -3782,7 +3924,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3782
3924
|
*
|
|
3783
3925
|
* To learn more about this and related dashboard components,
|
|
3784
3926
|
* see [Embedded Dashboards](/guides/sdk/guides/dashboards/index.html).
|
|
3785
|
-
* @group Fusion
|
|
3927
|
+
* @group Fusion Assets
|
|
3786
3928
|
* @fusionEmbed
|
|
3787
3929
|
* @beta
|
|
3788
3930
|
*/
|
|
@@ -4233,6 +4375,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
|
|
|
4233
4375
|
SunburstChartComponent,
|
|
4234
4376
|
TableWidgetComponent,
|
|
4235
4377
|
DashboardWidgetComponent,
|
|
4378
|
+
WidgetByIdComponent,
|
|
4236
4379
|
MemberFilterTileComponent,
|
|
4237
4380
|
DrilldownWidgetComponent,
|
|
4238
4381
|
DateRangeFilterTileComponent,
|
|
@@ -4262,6 +4405,7 @@ SdkUiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "1
|
|
|
4262
4405
|
SunburstChartComponent,
|
|
4263
4406
|
TableWidgetComponent,
|
|
4264
4407
|
DashboardWidgetComponent,
|
|
4408
|
+
WidgetByIdComponent,
|
|
4265
4409
|
MemberFilterTileComponent,
|
|
4266
4410
|
DrilldownWidgetComponent,
|
|
4267
4411
|
DateRangeFilterTileComponent,
|
|
@@ -4297,6 +4441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4297
4441
|
SunburstChartComponent,
|
|
4298
4442
|
TableWidgetComponent,
|
|
4299
4443
|
DashboardWidgetComponent,
|
|
4444
|
+
WidgetByIdComponent,
|
|
4300
4445
|
MemberFilterTileComponent,
|
|
4301
4446
|
DrilldownWidgetComponent,
|
|
4302
4447
|
DateRangeFilterTileComponent,
|
|
@@ -4330,6 +4475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4330
4475
|
SunburstChartComponent,
|
|
4331
4476
|
TableWidgetComponent,
|
|
4332
4477
|
DashboardWidgetComponent,
|
|
4478
|
+
WidgetByIdComponent,
|
|
4333
4479
|
MemberFilterTileComponent,
|
|
4334
4480
|
DrilldownWidgetComponent,
|
|
4335
4481
|
DateRangeFilterTileComponent,
|
|
@@ -4369,8 +4515,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4369
4515
|
* Angular query service
|
|
4370
4516
|
* @groupDescription Dashboards
|
|
4371
4517
|
* Angular components and utilities for working with dashboards
|
|
4372
|
-
* @groupDescription Fusion
|
|
4373
|
-
* Angular modules, services, and components for working with Fusion
|
|
4518
|
+
* @groupDescription Fusion Assets
|
|
4519
|
+
* Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
|
|
4374
4520
|
* @groupDescription Interfaces
|
|
4375
4521
|
* TypeScript interfaces for components and services listed above
|
|
4376
4522
|
* @groupDescription Type Aliases
|
|
@@ -4381,5 +4527,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4381
4527
|
* Generated bundle index. Do not edit.
|
|
4382
4528
|
*/
|
|
4383
4529
|
|
|
4384
|
-
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 };
|
|
4530
|
+
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 };
|
|
4385
4531
|
//# sourceMappingURL=sisense-sdk-ui-angular.mjs.map
|