@sisense/sdk-ui-angular 1.27.1 → 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.
Files changed (78) hide show
  1. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +7 -7
  2. package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +7 -7
  3. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +3 -3
  4. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +7 -7
  5. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +7 -7
  6. package/dist/esm2020/lib/components/charts/chart.component.mjs +2 -2
  7. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +7 -7
  8. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +7 -7
  9. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -1
  10. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +7 -7
  11. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +7 -7
  12. package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +1 -1
  13. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +7 -7
  14. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +7 -7
  15. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +3 -3
  16. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +7 -7
  17. package/dist/esm2020/lib/components/charts/table.component.mjs +2 -2
  18. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +7 -7
  19. package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +1 -1
  20. package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +1 -1
  21. package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +1 -1
  22. package/dist/esm2020/lib/components/filters/basic-member-filter-tile.component.mjs +1 -1
  23. package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +2 -2
  24. package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -1
  25. package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -1
  26. package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +1 -1
  27. package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +1 -1
  28. package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -1
  29. package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +1 -1
  30. package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +1 -1
  31. package/dist/esm2020/lib/sdk-ui-core-exports.mjs +1 -1
  32. package/dist/esm2020/lib/types/chart-event-props.mjs +2 -0
  33. package/dist/esm2020/lib/types/data-point.mjs +2 -0
  34. package/dist/esm2020/lib/types/index.mjs +3 -1
  35. package/dist/esm2020/public-api.mjs +1 -1
  36. package/dist/esm2020/version.mjs +2 -2
  37. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +79 -78
  38. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  39. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +79 -78
  40. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  41. package/dist/lib/components/charts/area-chart.component.d.ts +10 -7
  42. package/dist/lib/components/charts/area-range-chart.component.d.ts +10 -7
  43. package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -4
  44. package/dist/lib/components/charts/bar-chart.component.d.ts +10 -7
  45. package/dist/lib/components/charts/boxplot-chart.component.d.ts +10 -7
  46. package/dist/lib/components/charts/chart.component.d.ts +10 -7
  47. package/dist/lib/components/charts/column-chart.component.d.ts +10 -7
  48. package/dist/lib/components/charts/funnel-chart.component.d.ts +10 -7
  49. package/dist/lib/components/charts/indicator-chart.component.d.ts +6 -3
  50. package/dist/lib/components/charts/line-chart.component.d.ts +10 -7
  51. package/dist/lib/components/charts/pie-chart.component.d.ts +10 -7
  52. package/dist/lib/components/charts/pivot-table.component.d.ts +3 -1
  53. package/dist/lib/components/charts/polar-chart.component.d.ts +10 -7
  54. package/dist/lib/components/charts/scatter-chart.component.d.ts +10 -7
  55. package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -4
  56. package/dist/lib/components/charts/sunburst-chart.component.d.ts +10 -7
  57. package/dist/lib/components/charts/table.component.d.ts +3 -1
  58. package/dist/lib/components/charts/treemap-chart.component.d.ts +10 -7
  59. package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +3 -1
  60. package/dist/lib/components/dashboard/dashboard.component.d.ts +3 -1
  61. package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +8 -2
  62. package/dist/lib/components/filters/basic-member-filter-tile.component.d.ts +1 -1
  63. package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +6 -3
  64. package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +5 -2
  65. package/dist/lib/components/filters/member-filter-tile.component.d.ts +5 -2
  66. package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +5 -2
  67. package/dist/lib/components/widgets/chart-widget.component.d.ts +9 -6
  68. package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -0
  69. package/dist/lib/components/widgets/table-widget.component.d.ts +3 -1
  70. package/dist/lib/components/widgets/widget-by-id.component.d.ts +3 -1
  71. package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
  72. package/dist/lib/types/chart-event-props.d.ts +151 -0
  73. package/dist/lib/types/data-point.d.ts +78 -0
  74. package/dist/lib/types/index.d.ts +2 -0
  75. package/dist/package.json +1 -1
  76. package/dist/public-api.d.ts +1 -0
  77. package/dist/version.d.ts +1 -1
  78. package/package.json +4 -4
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1wb2ludC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvdHlwZXMvZGF0YS1wb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQXJlYW1hcERhdGFQb2ludCxcbiAgQm94cGxvdERhdGFQb2ludCxcbiAgQ2hhcnREYXRhUG9pbnQsXG4gIERhdGFQb2ludCxcbiAgU2NhdHRlckRhdGFQb2ludCxcbiAgU2NhdHRlcm1hcERhdGFQb2ludCxcbn0gZnJvbSAnQHNpc2Vuc2Uvc2RrLXVpLXByZWFjdCc7XG5cbmV4cG9ydCB0eXBlIERhdGFQb2ludEV2ZW50ID0ge1xuICAvKiogRGF0YSBwb2ludCB0aGF0IHdhcyBjbGlja2VkICovXG4gIHBvaW50OiBEYXRhUG9pbnQ7XG4gIC8qKiBOYXRpdmUgUG9pbnRlckV2ZW50ICovXG4gIG5hdGl2ZUV2ZW50OiBQb2ludGVyRXZlbnQ7XG59O1xuXG5leHBvcnQgdHlwZSBTY2F0dGVyRGF0YVBvaW50RXZlbnQgPSB7XG4gIC8qKiBEYXRhIHBvaW50IHRoYXQgd2FzIGNsaWNrZWQgKi9cbiAgcG9pbnQ6IFNjYXR0ZXJEYXRhUG9pbnQ7XG4gIC8qKiBOYXRpdmUgUG9pbnRlckV2ZW50ICovXG4gIG5hdGl2ZUV2ZW50OiBQb2ludGVyRXZlbnQ7XG59O1xuXG5leHBvcnQgdHlwZSBBcmVhbWFwRGF0YVBvaW50RXZlbnQgPSB7XG4gIC8qKiBEYXRhIHBvaW50IHRoYXQgd2FzIGNsaWNrZWQgKi9cbiAgcG9pbnQ6IEFyZWFtYXBEYXRhUG9pbnQ7XG4gIC8qKiBOYXRpdmUgTW91c2VFdmVudCAqL1xuICBuYXRpdmVFdmVudDogTW91c2VFdmVudDtcbn07XG5cbmV4cG9ydCB0eXBlIFNjYXR0ZXJtYXBEYXRhUG9pbnRFdmVudCA9IHtcbiAgLyoqIERhdGEgcG9pbnQgdGhhdCB3YXMgY2xpY2tlZCAqL1xuICBwb2ludDogU2NhdHRlcm1hcERhdGFQb2ludDtcbiAgLyoqIE5hdGl2ZSBNb3VzZUV2ZW50ICovXG4gIG5hdGl2ZUV2ZW50OiBNb3VzZUV2ZW50O1xufTtcblxuZXhwb3J0IHR5cGUgQm94cGxvdERhdGFQb2ludEV2ZW50ID0ge1xuICAvKiogRGF0YSBwb2ludCB0aGF0IHdhcyBjbGlja2VkICovXG4gIHBvaW50OiBCb3hwbG90RGF0YVBvaW50O1xuICAvKiogTmF0aXZlIFBvaW50ZXJFdmVudCAqL1xuICBuYXRpdmVFdmVudDogUG9pbnRlckV2ZW50O1xufTtcblxuZXhwb3J0IHR5cGUgQ2hhcnREYXRhUG9pbnRFdmVudCA9IHtcbiAgLyoqIERhdGEgcG9pbnQgdGhhdCB3YXMgY2xpY2tlZCAqL1xuICBwb2ludDogQ2hhcnREYXRhUG9pbnQ7XG4gIC8qKiBOYXRpdmUgUG9pbnRlckV2ZW50ICovXG4gIG5hdGl2ZUV2ZW50OiBNb3VzZUV2ZW50IHwgUG9pbnRlckV2ZW50O1xufTtcblxuZXhwb3J0IHR5cGUgRGF0YVBvaW50c0V2ZW50ID0ge1xuICAvKiogRGF0YSBwb2ludHMgdGhhdCB3ZXJlIHNlbGVjdGVkICovXG4gIHBvaW50czogRGF0YVBvaW50W107XG4gIC8qKiBOYXRpdmUgTW91c2VFdmVudCAqL1xuICBuYXRpdmVFdmVudDogTW91c2VFdmVudDtcbn07XG5cbmV4cG9ydCB0eXBlIFNjYXR0ZXJEYXRhUG9pbnRzRXZlbnQgPSB7XG4gIC8qKiBEYXRhIHBvaW50cyB0aGF0IHdlcmUgc2VsZWN0ZWQgKi9cbiAgcG9pbnRzOiBTY2F0dGVyRGF0YVBvaW50W107XG4gIC8qKiBOYXRpdmUgTW91c2VFdmVudCAqL1xuICBuYXRpdmVFdmVudDogTW91c2VFdmVudDtcbn07XG5cbmV4cG9ydCB0eXBlIENoYXJ0RGF0YVBvaW50c0V2ZW50ID0ge1xuICAvKiogRGF0YSBwb2ludHMgdGhhdCB3ZXJlIHNlbGVjdGVkICovXG4gIHBvaW50czogQ2hhcnREYXRhUG9pbnRbXTtcbiAgLyoqIE5hdGl2ZSBNb3VzZUV2ZW50ICovXG4gIG5hdGl2ZUV2ZW50OiBNb3VzZUV2ZW50IHwgUG9pbnRlckV2ZW50O1xufTtcblxuLyoqXG4gKiBBIGhhbmRsZXIgZnVuY3Rpb24gdGhhdCBhbGxvd3MgeW91IHRvIGN1c3RvbWl6ZSB3aGF0IGhhcHBlbnMgd2hlbiBjZXJ0YWluIGV2ZW50cyBvY2N1ciB0b1xuICogYSBkYXRhIHBvaW50LlxuICovXG5leHBvcnQgdHlwZSBEYXRhUG9pbnRFdmVudEhhbmRsZXIgPSAoZXZlbnQ6IERhdGFQb2ludEV2ZW50KSA9PiB2b2lkO1xuXG4vKiogQ2xpY2sgaGFuZGxlciBmb3Igd2hlbiBhIHNjYXR0ZXIgZGF0YSBwb2ludCBpcyBjbGlja2VkICovXG5leHBvcnQgdHlwZSBTY2F0dGVyRGF0YVBvaW50RXZlbnRIYW5kbGVyID0gKGV2ZW50OiBTY2F0dGVyRGF0YVBvaW50RXZlbnQpID0+IHZvaWQ7XG5cbi8qKlxuICogQ2xpY2sgaGFuZGxlciBmb3Igd2hlbiBhIGRhdGEgcG9pbnQgb24gQXJlYW1hcCBpcyBjbGlja2VkLlxuICovXG5leHBvcnQgdHlwZSBBcmVhbWFwRGF0YVBvaW50RXZlbnRIYW5kbGVyID0gKGV2ZW50OiBBcmVhbWFwRGF0YVBvaW50RXZlbnQpID0+IHZvaWQ7XG5cbi8qKlxuICogQ2xpY2sgaGFuZGxlciBmb3Igd2hlbiBhIGRhdGEgcG9pbnQgb24gU2NhdHRlcm1hcCBpcyBjbGlja2VkLlxuICovXG5leHBvcnQgdHlwZSBTY2F0dGVybWFwRGF0YVBvaW50RXZlbnRIYW5kbGVyID0gKGV2ZW50OiBTY2F0dGVybWFwRGF0YVBvaW50RXZlbnQpID0+IHZvaWQ7XG5cbi8qKlxuICogQ2xpY2sgaGFuZGxlciBmb3Igd2hlbiBhIGRhdGEgcG9pbnQgb24gQm94cGxvdCBpcyBjbGlja2VkLlxuICovXG5leHBvcnQgdHlwZSBCb3hwbG90RGF0YVBvaW50RXZlbnRIYW5kbGVyID0gKGV2ZW50OiBCb3hwbG90RGF0YVBvaW50RXZlbnQpID0+IHZvaWQ7XG5cbi8qKiBDbGljayBoYW5kbGVyIGZvciB3aGVuIG11bHRpcGxlIHNjYXR0ZXIgZGF0YSBwb2ludHMgYXJlIHNlbGVjdGVkLiAqL1xuZXhwb3J0IHR5cGUgU2NhdHRlckRhdGFQb2ludHNFdmVudEhhbmRsZXIgPSAoZXZlbnQ6IFNjYXR0ZXJEYXRhUG9pbnRzRXZlbnQpID0+IHZvaWQ7XG5cbi8qKiBDbGljayBoYW5kbGVyIGZvciB3aGVuIG11bHRpcGxlIGRhdGEgcG9pbnRzIGFyZSBzZWxlY3RlZC4gKi9cbmV4cG9ydCB0eXBlIERhdGFQb2ludHNFdmVudEhhbmRsZXIgPSAoZXZlbnQ6IERhdGFQb2ludHNFdmVudCkgPT4gdm9pZDtcbiJdfQ==
@@ -1,2 +1,4 @@
1
1
  export * from './utility-types';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL3R5cGVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3V0aWxpdHktdHlwZXMnO1xuIl19
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0g7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQkc7QUFDSCxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBAc2lzZW5zZS9zZGstdWktYW5ndWxhclxuICovXG4vKipcbiAqIEBwYWNrYWdlRG9jdW1lbnRhdGlvblxuICogQGdyb3VwRGVzY3JpcHRpb24gQ2hhcnRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGNoYXJ0c1xuICogQGdyb3VwRGVzY3JpcHRpb24gRGF0YSBHcmlkc1xuICogQW5ndWxhciBjb21wb25lbnRzIGZvciBkYXRhIGdyaWRzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEcmlsbGRvd25cbiAqIEFuZ3VsYXIgY29tcG9uZW50cyBmb3IgY3JlYXRpbmcgZHJpbGxkb3duIGV4cGVyaWVuY2VzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBGaWx0ZXIgVGlsZXNcbiAqIEFuZ3VsYXIgZmlsdGVyIHRpbGUgY29tcG9uZW50c1xuICogQGdyb3VwRGVzY3JpcHRpb24gQ29udGV4dHNcbiAqIEFuZ3VsYXIgY29udGV4dCBtb2R1bGVzLCBzZXJ2aWNlcywgYW5kIHZhcmlhYmxlc1xuICogQGdyb3VwRGVzY3JpcHRpb24gUXVlcmllc1xuICogQW5ndWxhciBxdWVyeSBzZXJ2aWNlXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEYXNoYm9hcmRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGRhc2hib2FyZHNcbiAqIEBncm91cERlc2NyaXB0aW9uIEZ1c2lvbiBBc3NldHNcbiAqIEFuZ3VsYXIgbW9kdWxlcywgc2VydmljZXMsIGFuZCBjb21wb25lbnRzIGZvciB3b3JraW5nIHdpdGggRnVzaW9uIGRhc2hib2FyZHMsIHdpZGdldHMsIHF1ZXJpZXMsIGFuZCBmb3JtdWxhc1xuICogQGdyb3VwRGVzY3JpcHRpb24gSW50ZXJmYWNlc1xuICogVHlwZVNjcmlwdCBpbnRlcmZhY2VzIGZvciBjb21wb25lbnRzIGFuZCBzZXJ2aWNlcyBsaXN0ZWQgYWJvdmVcbiAqIEBncm91cERlc2NyaXB0aW9uIFR5cGUgQWxpYXNlc1xuICogVHlwZVNjcmlwdCB0eXBlIGFsaWFzZXMgZm9yIGNvbXBvbmVudHMgYW5kIHNlcnZpY2VzIGxpc3RlZCBhYm92ZVxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZGstdWkubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2RrLXVpLWNvcmUtZXhwb3J0cyc7XG4iXX0=
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0g7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQkc7QUFDSCxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBAc2lzZW5zZS9zZGstdWktYW5ndWxhclxuICovXG4vKipcbiAqIEBwYWNrYWdlRG9jdW1lbnRhdGlvblxuICogQGdyb3VwRGVzY3JpcHRpb24gQ2hhcnRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGNoYXJ0c1xuICogQGdyb3VwRGVzY3JpcHRpb24gRGF0YSBHcmlkc1xuICogQW5ndWxhciBjb21wb25lbnRzIGZvciBkYXRhIGdyaWRzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEcmlsbGRvd25cbiAqIEFuZ3VsYXIgY29tcG9uZW50cyBmb3IgY3JlYXRpbmcgZHJpbGxkb3duIGV4cGVyaWVuY2VzXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBGaWx0ZXIgVGlsZXNcbiAqIEFuZ3VsYXIgZmlsdGVyIHRpbGUgY29tcG9uZW50c1xuICogQGdyb3VwRGVzY3JpcHRpb24gQ29udGV4dHNcbiAqIEFuZ3VsYXIgY29udGV4dCBtb2R1bGVzLCBzZXJ2aWNlcywgYW5kIHZhcmlhYmxlc1xuICogQGdyb3VwRGVzY3JpcHRpb24gUXVlcmllc1xuICogQW5ndWxhciBxdWVyeSBzZXJ2aWNlXG4gKiBAZ3JvdXBEZXNjcmlwdGlvbiBEYXNoYm9hcmRzXG4gKiBBbmd1bGFyIGNvbXBvbmVudHMgYW5kIHV0aWxpdGllcyBmb3Igd29ya2luZyB3aXRoIGRhc2hib2FyZHNcbiAqIEBncm91cERlc2NyaXB0aW9uIEZ1c2lvbiBBc3NldHNcbiAqIEFuZ3VsYXIgbW9kdWxlcywgc2VydmljZXMsIGFuZCBjb21wb25lbnRzIGZvciB3b3JraW5nIHdpdGggRnVzaW9uIGRhc2hib2FyZHMsIHdpZGdldHMsIHF1ZXJpZXMsIGFuZCBmb3JtdWxhc1xuICogQGdyb3VwRGVzY3JpcHRpb24gSW50ZXJmYWNlc1xuICogVHlwZVNjcmlwdCBpbnRlcmZhY2VzIGZvciBjb21wb25lbnRzIGFuZCBzZXJ2aWNlcyBsaXN0ZWQgYWJvdmVcbiAqIEBncm91cERlc2NyaXB0aW9uIFR5cGUgQWxpYXNlc1xuICogVHlwZVNjcmlwdCB0eXBlIGFsaWFzZXMgZm9yIGNvbXBvbmVudHMgYW5kIHNlcnZpY2VzIGxpc3RlZCBhYm92ZVxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZGstdWkubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2RrLXVpLWNvcmUtZXhwb3J0cyc7XG5leHBvcnQgdHlwZSB7XG4gIERhdGFQb2ludEV2ZW50LFxuICBBcmVhbWFwRGF0YVBvaW50RXZlbnQsXG4gIEJveHBsb3REYXRhUG9pbnRFdmVudCxcbiAgU2NhdHRlckRhdGFQb2ludEV2ZW50LFxuICBTY2F0dGVybWFwRGF0YVBvaW50RXZlbnQsXG4gIENoYXJ0RGF0YVBvaW50RXZlbnQsXG4gIERhdGFQb2ludHNFdmVudCxcbiAgQ2hhcnREYXRhUG9pbnRzRXZlbnQsXG4gIFNjYXR0ZXJEYXRhUG9pbnRzRXZlbnQsXG4gIERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgU2NhdHRlcm1hcERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgQXJlYW1hcERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgQm94cGxvdERhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgRGF0YVBvaW50c0V2ZW50SGFuZGxlcixcbiAgU2NhdHRlckRhdGFQb2ludEV2ZW50SGFuZGxlcixcbiAgU2NhdHRlckRhdGFQb2ludHNFdmVudEhhbmRsZXIsXG59IGZyb20gJy4vbGliL3R5cGVzJztcbiJdfQ==
@@ -1,2 +1,2 @@
1
- export default '1.27.1';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQWUsUUFBUSxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgJzEuMjcuMSciXX0=
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.27.1';
462
+ var packageVersion = '1.29.0';
463
463
 
464
464
  function Trackable(target, propertyKey, descriptor) {
465
465
  const originalMethod = descriptor.value;
@@ -1046,7 +1046,7 @@ class CriteriaFilterTileComponent {
1046
1046
  this.sisenseContextService = sisenseContextService;
1047
1047
  this.themeService = themeService;
1048
1048
  /**
1049
- * {@inheritDoc @sisense/sdk-ui!MemberFilterTileProps.onChange}
1049
+ * {@inheritDoc @sisense/sdk-ui!CriteriaFilterTileProps.onUpdate}
1050
1050
  */
1051
1051
  this.filterChange = new EventEmitter();
1052
1052
  this.componentAdapter = new ComponentAdapter(() => this.createPreactComponent(), [
@@ -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 {