@sisense/sdk-ui-angular 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2020/lib/components/charts/area-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +3 -3
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/chart.component.mjs +2 -2
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -1
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +1 -1
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +3 -3
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/charts/table.component.mjs +2 -2
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +7 -7
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +1 -1
- package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +1 -1
- package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/basic-member-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +1 -1
- package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +1 -1
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -1
- package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +1 -1
- package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +1 -1
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +1 -1
- package/dist/esm2020/lib/types/chart-event-props.mjs +2 -0
- package/dist/esm2020/lib/types/data-point.mjs +2 -0
- package/dist/esm2020/lib/types/index.mjs +3 -1
- package/dist/esm2020/public-api.mjs +1 -1
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +78 -77
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +78 -77
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/components/charts/area-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/area-range-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -4
- package/dist/lib/components/charts/bar-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/chart.component.d.ts +10 -7
- package/dist/lib/components/charts/column-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/funnel-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/indicator-chart.component.d.ts +6 -3
- package/dist/lib/components/charts/line-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/pie-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/pivot-table.component.d.ts +3 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/scatter-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -4
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +10 -7
- package/dist/lib/components/charts/table.component.d.ts +3 -1
- package/dist/lib/components/charts/treemap-chart.component.d.ts +10 -7
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +3 -1
- package/dist/lib/components/dashboard/dashboard.component.d.ts +3 -1
- package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +8 -2
- package/dist/lib/components/filters/basic-member-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/filters/member-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +5 -2
- package/dist/lib/components/widgets/chart-widget.component.d.ts +9 -6
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -0
- package/dist/lib/components/widgets/table-widget.component.d.ts +3 -1
- package/dist/lib/components/widgets/widget-by-id.component.d.ts +3 -1
- package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/lib/types/chart-event-props.d.ts +151 -0
- package/dist/lib/types/data-point.d.ts +78 -0
- package/dist/lib/types/index.d.ts +2 -0
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +1 -0
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export * from './utility-types';
|
|
2
|
-
|
|
2
|
+
export * from './data-point';
|
|
3
|
+
export * from './chart-event-props';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdXRpbGl0eS10eXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL2RhdGEtcG9pbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGFydC1ldmVudC1wcm9wcyc7XG4iXX0=
|
|
@@ -28,4 +28,4 @@ export * from './lib/sdk-ui.module';
|
|
|
28
28
|
export * from './lib/components';
|
|
29
29
|
export * from './lib/services';
|
|
30
30
|
export * from './lib/sdk-ui-core-exports';
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0g7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQkc7QUFDSCxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBAc2lzZW5zZS9zZGstdWktYW5ndWxhclxuICovXG4vKipcbiAqIEBwYWNrYWdlRG9jdW1lbnRhdGlvblxuICogQGdyb3VwRGVzY3JpcHRpb24gQ2hhcnRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGNoYXJ0c1xuICogQGdyb3VwRGVzY3JpcHRpb24gRGF0YSBHcmlkc1xuICogQW5ndWxhciBjb21wb25lbnRzIGZvciBkYXRhIGdyaWRzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEcmlsbGRvd25cbiAqIEFuZ3VsYXIgY29tcG9uZW50cyBmb3IgY3JlYXRpbmcgZHJpbGxkb3duIGV4cGVyaWVuY2VzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBGaWx0ZXIgVGlsZXNcbiAqIEFuZ3VsYXIgZmlsdGVyIHRpbGUgY29tcG9uZW50c1xuICogQGdyb3VwRGVzY3JpcHRpb24gQ29udGV4dHNcbiAqIEFuZ3VsYXIgY29udGV4dCBtb2R1bGVzLCBzZXJ2aWNlcywgYW5kIHZhcmlhYmxlc1xuICogQGdyb3VwRGVzY3JpcHRpb24gUXVlcmllc1xuICogQW5ndWxhciBxdWVyeSBzZXJ2aWNlXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEYXNoYm9hcmRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGRhc2hib2FyZHNcbiAqIEBncm91cERlc2NyaXB0aW9uIEZ1c2lvbiBBc3NldHNcbiAqIEFuZ3VsYXIgbW9kdWxlcywgc2VydmljZXMsIGFuZCBjb21wb25lbnRzIGZvciB3b3JraW5nIHdpdGggRnVzaW9uIGRhc2hib2FyZHMsIHdpZGdldHMsIHF1ZXJpZXMsIGFuZCBmb3JtdWxhc1xuICogQGdyb3VwRGVzY3JpcHRpb24gSW50ZXJmYWNlc1xuICogVHlwZVNjcmlwdCBpbnRlcmZhY2VzIGZvciBjb21wb25lbnRzIGFuZCBzZXJ2aWNlcyBsaXN0ZWQgYWJvdmVcbiAqIEBncm91cERlc2NyaXB0aW9uIFR5cGUgQWxpYXNlc1xuICogVHlwZVNjcmlwdCB0eXBlIGFsaWFzZXMgZm9yIGNvbXBvbmVudHMgYW5kIHNlcnZpY2VzIGxpc3RlZCBhYm92ZVxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZGstdWkubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2RrLXVpLWNvcmUtZXhwb3J0cyc7XG5leHBvcnQgdHlwZSB7XG4gIERhdGFQb2ludEV2ZW50LFxuICBBcmVhbWFwRGF0YVBvaW50RXZlbnQsXG4gIEJveHBsb3REYXRhUG9pbnRFdmVudCxcbiAgU2NhdHRlckRhdGFQb2ludEV2ZW50LFxuICBTY2F0dGVybWFwRGF0YVBvaW50RXZlbnQsXG4gIENoYXJ0RGF0YVBvaW50RXZlbnQsXG4gIERhdGFQb2ludHNFdmVudCxcbiAgQ2hhcnREYXRhUG9pbnRzRXZlbnQsXG4gIFNjYXR0ZXJEYXRhUG9pbnRzRXZlbnQsXG4gIERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgU2NhdHRlcm1hcERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgQXJlYW1hcERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgQm94cGxvdERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgRGF0YVBvaW50c0V2ZW50SGFuZGxlcixcbiAgU2NhdHRlckRhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgU2NhdHRlckRhdGFQb2ludHNFdmVudEhhbmRsZXIsXG59IGZyb20gJy4vbGliL3R5cGVzJztcbiJdfQ==
|
package/dist/esm2020/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export default '1.
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export default '1.29.0';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQWUsUUFBUSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgJzEuMjkuMCciXX0=
|
|
@@ -459,7 +459,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
459
459
|
}]
|
|
460
460
|
}], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
|
|
461
461
|
|
|
462
|
-
var packageVersion = '1.
|
|
462
|
+
var packageVersion = '1.29.0';
|
|
463
463
|
|
|
464
464
|
function Trackable(target, propertyKey, descriptor) {
|
|
465
465
|
const originalMethod = descriptor.value;
|
|
@@ -1457,9 +1457,9 @@ ColumnChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
1457
1457
|
[highlights]="highlights"
|
|
1458
1458
|
[styleOptions]="styleOptions"
|
|
1459
1459
|
[beforeRender]="beforeRender"
|
|
1460
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1461
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1462
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1460
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1461
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1462
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1463
1463
|
/>
|
|
1464
1464
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1465
1465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChartComponent, decorators: [{
|
|
@@ -1475,9 +1475,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1475
1475
|
[highlights]="highlights"
|
|
1476
1476
|
[styleOptions]="styleOptions"
|
|
1477
1477
|
[beforeRender]="beforeRender"
|
|
1478
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1479
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1480
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1478
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1479
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1480
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1481
1481
|
/>
|
|
1482
1482
|
`,
|
|
1483
1483
|
}]
|
|
@@ -1593,9 +1593,9 @@ BarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
1593
1593
|
[highlights]="highlights"
|
|
1594
1594
|
[styleOptions]="styleOptions"
|
|
1595
1595
|
[beforeRender]="beforeRender"
|
|
1596
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1597
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1598
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1596
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1597
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1598
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1599
1599
|
/>
|
|
1600
1600
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1601
1601
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BarChartComponent, decorators: [{
|
|
@@ -1611,9 +1611,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1611
1611
|
[highlights]="highlights"
|
|
1612
1612
|
[styleOptions]="styleOptions"
|
|
1613
1613
|
[beforeRender]="beforeRender"
|
|
1614
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1615
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1616
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1614
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1615
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1616
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1617
1617
|
/>
|
|
1618
1618
|
`,
|
|
1619
1619
|
}]
|
|
@@ -1728,9 +1728,9 @@ AreaChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1728
1728
|
[highlights]="highlights"
|
|
1729
1729
|
[styleOptions]="styleOptions"
|
|
1730
1730
|
[beforeRender]="beforeRender"
|
|
1731
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1732
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1733
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1731
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1732
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1733
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1734
1734
|
/>
|
|
1735
1735
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1736
1736
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaChartComponent, decorators: [{
|
|
@@ -1746,9 +1746,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1746
1746
|
[highlights]="highlights"
|
|
1747
1747
|
[styleOptions]="styleOptions"
|
|
1748
1748
|
[beforeRender]="beforeRender"
|
|
1749
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1750
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1751
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1749
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1750
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1751
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1752
1752
|
/>
|
|
1753
1753
|
`,
|
|
1754
1754
|
}]
|
|
@@ -1861,9 +1861,9 @@ LineChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
1861
1861
|
[highlights]="highlights"
|
|
1862
1862
|
[styleOptions]="styleOptions"
|
|
1863
1863
|
[beforeRender]="beforeRender"
|
|
1864
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1865
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1866
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1864
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1865
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1866
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1867
1867
|
/>
|
|
1868
1868
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
1869
1869
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LineChartComponent, decorators: [{
|
|
@@ -1879,9 +1879,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1879
1879
|
[highlights]="highlights"
|
|
1880
1880
|
[styleOptions]="styleOptions"
|
|
1881
1881
|
[beforeRender]="beforeRender"
|
|
1882
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
1883
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
1884
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
1882
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
1883
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
1884
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
1885
1885
|
/>
|
|
1886
1886
|
`,
|
|
1887
1887
|
}]
|
|
@@ -2107,9 +2107,9 @@ ScatterChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2107
2107
|
[highlights]="highlights"
|
|
2108
2108
|
[styleOptions]="styleOptions"
|
|
2109
2109
|
[beforeRender]="beforeRender"
|
|
2110
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2111
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2112
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2110
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2111
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2112
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2113
2113
|
/>
|
|
2114
2114
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2115
2115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScatterChartComponent, decorators: [{
|
|
@@ -2125,9 +2125,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2125
2125
|
[highlights]="highlights"
|
|
2126
2126
|
[styleOptions]="styleOptions"
|
|
2127
2127
|
[beforeRender]="beforeRender"
|
|
2128
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2129
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2130
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2128
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2129
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2130
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2131
2131
|
/>
|
|
2132
2132
|
`,
|
|
2133
2133
|
}]
|
|
@@ -2242,9 +2242,9 @@ PieChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
2242
2242
|
[highlights]="highlights"
|
|
2243
2243
|
[styleOptions]="styleOptions"
|
|
2244
2244
|
[beforeRender]="beforeRender"
|
|
2245
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2246
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2247
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2245
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2246
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2247
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2248
2248
|
/>
|
|
2249
2249
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2250
2250
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PieChartComponent, decorators: [{
|
|
@@ -2260,9 +2260,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2260
2260
|
[highlights]="highlights"
|
|
2261
2261
|
[styleOptions]="styleOptions"
|
|
2262
2262
|
[beforeRender]="beforeRender"
|
|
2263
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2264
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2265
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2263
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2264
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2265
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2266
2266
|
/>
|
|
2267
2267
|
`,
|
|
2268
2268
|
}]
|
|
@@ -2375,9 +2375,9 @@ FunnelChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
2375
2375
|
[highlights]="highlights"
|
|
2376
2376
|
[styleOptions]="styleOptions"
|
|
2377
2377
|
[beforeRender]="beforeRender"
|
|
2378
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2379
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2380
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2378
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2379
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2380
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2381
2381
|
/>
|
|
2382
2382
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2383
2383
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FunnelChartComponent, decorators: [{
|
|
@@ -2393,9 +2393,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2393
2393
|
[highlights]="highlights"
|
|
2394
2394
|
[styleOptions]="styleOptions"
|
|
2395
2395
|
[beforeRender]="beforeRender"
|
|
2396
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2397
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2398
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2396
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2397
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2398
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2399
2399
|
/>
|
|
2400
2400
|
`,
|
|
2401
2401
|
}]
|
|
@@ -2509,9 +2509,9 @@ PolarChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
2509
2509
|
[highlights]="highlights"
|
|
2510
2510
|
[styleOptions]="styleOptions"
|
|
2511
2511
|
[beforeRender]="beforeRender"
|
|
2512
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2513
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2514
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2512
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2513
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2514
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2515
2515
|
/>
|
|
2516
2516
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2517
2517
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PolarChartComponent, decorators: [{
|
|
@@ -2527,9 +2527,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2527
2527
|
[highlights]="highlights"
|
|
2528
2528
|
[styleOptions]="styleOptions"
|
|
2529
2529
|
[beforeRender]="beforeRender"
|
|
2530
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2531
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2532
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2530
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2531
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2532
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2533
2533
|
/>
|
|
2534
2534
|
`,
|
|
2535
2535
|
}]
|
|
@@ -2644,9 +2644,9 @@ TreemapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2644
2644
|
[highlights]="highlights"
|
|
2645
2645
|
[styleOptions]="styleOptions"
|
|
2646
2646
|
[beforeRender]="beforeRender"
|
|
2647
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2648
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2649
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2647
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2648
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2649
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2650
2650
|
/>
|
|
2651
2651
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2652
2652
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreemapChartComponent, decorators: [{
|
|
@@ -2662,9 +2662,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2662
2662
|
[highlights]="highlights"
|
|
2663
2663
|
[styleOptions]="styleOptions"
|
|
2664
2664
|
[beforeRender]="beforeRender"
|
|
2665
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2666
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2667
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2665
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2666
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2667
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2668
2668
|
/>
|
|
2669
2669
|
`,
|
|
2670
2670
|
}]
|
|
@@ -2779,9 +2779,9 @@ SunburstChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2779
2779
|
[highlights]="highlights"
|
|
2780
2780
|
[styleOptions]="styleOptions"
|
|
2781
2781
|
[beforeRender]="beforeRender"
|
|
2782
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2783
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2784
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2782
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2783
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2784
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2785
2785
|
/>
|
|
2786
2786
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2787
2787
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SunburstChartComponent, decorators: [{
|
|
@@ -2797,9 +2797,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2797
2797
|
[highlights]="highlights"
|
|
2798
2798
|
[styleOptions]="styleOptions"
|
|
2799
2799
|
[beforeRender]="beforeRender"
|
|
2800
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2801
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2802
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2800
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2801
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2802
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2803
2803
|
/>
|
|
2804
2804
|
`,
|
|
2805
2805
|
}]
|
|
@@ -2908,9 +2908,9 @@ BoxplotChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
2908
2908
|
[highlights]="highlights"
|
|
2909
2909
|
[styleOptions]="styleOptions"
|
|
2910
2910
|
[beforeRender]="beforeRender"
|
|
2911
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2912
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2913
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2911
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2912
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2913
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2914
2914
|
/>
|
|
2915
2915
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
2916
2916
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BoxplotChartComponent, decorators: [{
|
|
@@ -2926,9 +2926,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2926
2926
|
[highlights]="highlights"
|
|
2927
2927
|
[styleOptions]="styleOptions"
|
|
2928
2928
|
[beforeRender]="beforeRender"
|
|
2929
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
2930
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
2931
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
2929
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
2930
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
2931
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
2932
2932
|
/>
|
|
2933
2933
|
`,
|
|
2934
2934
|
}]
|
|
@@ -3025,7 +3025,7 @@ ScattermapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
3025
3025
|
[filters]="filters"
|
|
3026
3026
|
[highlights]="highlights"
|
|
3027
3027
|
[styleOptions]="styleOptions"
|
|
3028
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3028
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3029
3029
|
/>
|
|
3030
3030
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3031
3031
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ScattermapChartComponent, decorators: [{
|
|
@@ -3040,7 +3040,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3040
3040
|
[filters]="filters"
|
|
3041
3041
|
[highlights]="highlights"
|
|
3042
3042
|
[styleOptions]="styleOptions"
|
|
3043
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3043
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3044
3044
|
/>
|
|
3045
3045
|
`,
|
|
3046
3046
|
}]
|
|
@@ -3125,7 +3125,7 @@ AreamapChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
3125
3125
|
[filters]="filters"
|
|
3126
3126
|
[highlights]="highlights"
|
|
3127
3127
|
[styleOptions]="styleOptions"
|
|
3128
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3128
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3129
3129
|
/>
|
|
3130
3130
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3131
3131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreamapChartComponent, decorators: [{
|
|
@@ -3140,7 +3140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3140
3140
|
[filters]="filters"
|
|
3141
3141
|
[highlights]="highlights"
|
|
3142
3142
|
[styleOptions]="styleOptions"
|
|
3143
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3143
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3144
3144
|
/>
|
|
3145
3145
|
`,
|
|
3146
3146
|
}]
|
|
@@ -3376,9 +3376,9 @@ AreaRangeChartComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
3376
3376
|
[highlights]="highlights"
|
|
3377
3377
|
[styleOptions]="styleOptions"
|
|
3378
3378
|
[beforeRender]="beforeRender"
|
|
3379
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3380
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
3381
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
3379
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3380
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
3381
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
3382
3382
|
/>
|
|
3383
3383
|
`, isInline: true, dependencies: [{ kind: "component", type: ChartComponent, selector: "csdk-chart", inputs: ["chartType", "dataSet", "dataOptions", "filters", "highlights", "styleOptions", "beforeRender", "dataReady"], outputs: ["dataPointClick", "dataPointContextMenu", "dataPointsSelect"] }] });
|
|
3384
3384
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AreaRangeChartComponent, decorators: [{
|
|
@@ -3394,9 +3394,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3394
3394
|
[highlights]="highlights"
|
|
3395
3395
|
[styleOptions]="styleOptions"
|
|
3396
3396
|
[beforeRender]="beforeRender"
|
|
3397
|
-
(dataPointClick)="dataPointClick.emit($event)"
|
|
3398
|
-
(dataPointContextMenu)="dataPointContextMenu.emit($event)"
|
|
3399
|
-
(dataPointsSelect)="dataPointsSelect.emit($event)"
|
|
3397
|
+
(dataPointClick)="dataPointClick.emit($any($event))"
|
|
3398
|
+
(dataPointContextMenu)="dataPointContextMenu.emit($any($event))"
|
|
3399
|
+
(dataPointsSelect)="dataPointsSelect.emit($any($event))"
|
|
3400
3400
|
/>
|
|
3401
3401
|
`,
|
|
3402
3402
|
}]
|
|
@@ -3551,6 +3551,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3551
3551
|
* }
|
|
3552
3552
|
* ```
|
|
3553
3553
|
* @group Fusion Assets
|
|
3554
|
+
* @deprecated Use the `widget-by-id` component instead.
|
|
3554
3555
|
* @fusionEmbed
|
|
3555
3556
|
*/
|
|
3556
3557
|
class DashboardWidgetComponent {
|