@sisense/sdk-ui-angular 1.20.0 → 1.22.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 (69) hide show
  1. package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +4 -6
  2. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +5 -3
  3. package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +5 -3
  4. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +5 -3
  5. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +5 -3
  6. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +5 -3
  7. package/dist/esm2020/lib/components/charts/chart.component.mjs +5 -2
  8. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +5 -3
  9. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +5 -3
  10. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +5 -3
  11. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +5 -3
  12. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +5 -3
  13. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +5 -3
  14. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +5 -3
  15. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +5 -3
  16. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +5 -3
  17. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +5 -3
  18. package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +14 -14
  19. package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +18 -11
  20. package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +131 -0
  21. package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -3
  22. package/dist/esm2020/lib/components/filters/index.mjs +2 -1
  23. package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -3
  24. package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +2 -2
  25. package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -2
  26. package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -3
  27. package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
  28. package/dist/esm2020/lib/sdk-ui.module.mjs +6 -2
  29. package/dist/esm2020/lib/services/dashboard.service.mjs +2 -2
  30. package/dist/esm2020/lib/services/widget.service.mjs +2 -2
  31. package/dist/esm2020/public-api.mjs +6 -8
  32. package/dist/esm2020/version.mjs +2 -2
  33. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +240 -81
  34. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  35. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +239 -80
  36. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  37. package/dist/lib/components/charts/area-chart.component.d.ts +8 -1
  38. package/dist/lib/components/charts/area-range-chart.component.d.ts +8 -1
  39. package/dist/lib/components/charts/areamap-chart.component.d.ts +8 -1
  40. package/dist/lib/components/charts/bar-chart.component.d.ts +8 -1
  41. package/dist/lib/components/charts/boxplot-chart.component.d.ts +8 -1
  42. package/dist/lib/components/charts/chart.component.d.ts +9 -1
  43. package/dist/lib/components/charts/column-chart.component.d.ts +8 -1
  44. package/dist/lib/components/charts/funnel-chart.component.d.ts +8 -1
  45. package/dist/lib/components/charts/indicator-chart.component.d.ts +8 -1
  46. package/dist/lib/components/charts/line-chart.component.d.ts +8 -1
  47. package/dist/lib/components/charts/pie-chart.component.d.ts +8 -1
  48. package/dist/lib/components/charts/polar-chart.component.d.ts +8 -1
  49. package/dist/lib/components/charts/scatter-chart.component.d.ts +8 -1
  50. package/dist/lib/components/charts/scattermap-chart.component.d.ts +8 -1
  51. package/dist/lib/components/charts/sunburst-chart.component.d.ts +8 -1
  52. package/dist/lib/components/charts/treemap-chart.component.d.ts +8 -1
  53. package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +13 -13
  54. package/dist/lib/components/dashboard/dashboard.component.d.ts +17 -10
  55. package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +117 -0
  56. package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +0 -2
  57. package/dist/lib/components/filters/index.d.ts +1 -0
  58. package/dist/lib/components/filters/member-filter-tile.component.d.ts +0 -2
  59. package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -1
  60. package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
  61. package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
  62. package/dist/lib/sdk-ui.module.d.ts +12 -11
  63. package/dist/lib/services/dashboard.service.d.ts +1 -1
  64. package/dist/lib/services/plugins.service.d.ts +1 -1
  65. package/dist/lib/services/widget.service.d.ts +1 -1
  66. package/dist/package.json +1 -1
  67. package/dist/public-api.d.ts +5 -7
  68. package/dist/version.d.ts +1 -1
  69. package/package.json +4 -4
@@ -20,16 +20,17 @@ import * as i18 from "./components/widgets/dashboard-widget.component";
20
20
  import * as i19 from "./components/filters/member-filter-tile.component";
21
21
  import * as i20 from "./components/widgets/drilldown-widget.component";
22
22
  import * as i21 from "./components/filters/date-range-filter-tile.component";
23
- import * as i22 from "./components/drilldown-breadcrumbs.component";
24
- import * as i23 from "./components/context-menu.component";
25
- import * as i24 from "./components/charts/boxplot-chart.component";
26
- import * as i25 from "./components/charts/scattermap-chart.component";
27
- import * as i26 from "./components/charts/areamap-chart.component";
28
- import * as i27 from "./components/charts/pivot-table.component";
29
- import * as i28 from "./components/dashboard/dashboard-by-id.component";
30
- import * as i29 from "./components/dashboard/dashboard.component";
31
- import * as i30 from "@angular/common";
32
- import * as i31 from "./decorators/decorators.module";
23
+ import * as i22 from "./components/filters/criteria-filter-tile.component";
24
+ import * as i23 from "./components/drilldown-breadcrumbs.component";
25
+ import * as i24 from "./components/context-menu.component";
26
+ import * as i25 from "./components/charts/boxplot-chart.component";
27
+ import * as i26 from "./components/charts/scattermap-chart.component";
28
+ import * as i27 from "./components/charts/areamap-chart.component";
29
+ import * as i28 from "./components/charts/pivot-table.component";
30
+ import * as i29 from "./components/dashboard/dashboard-by-id.component";
31
+ import * as i30 from "./components/dashboard/dashboard.component";
32
+ import * as i31 from "@angular/common";
33
+ import * as i32 from "./decorators/decorators.module";
33
34
  /**
34
35
  * SDK UI Module, which is a container for components.
35
36
  *
@@ -60,6 +61,6 @@ import * as i31 from "./decorators/decorators.module";
60
61
  */
61
62
  export declare class SdkUiModule {
62
63
  static ɵfac: i0.ɵɵFactoryDeclaration<SdkUiModule, never>;
63
- static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, typeof i8.AreaRangeChartComponent, typeof i9.LineChartComponent, typeof i10.IndicatorChartComponent, typeof i11.ScatterChartComponent, typeof i12.PieChartComponent, typeof i13.FunnelChartComponent, typeof i14.PolarChartComponent, typeof i15.TreemapChartComponent, typeof i16.SunburstChartComponent, typeof i17.TableWidgetComponent, typeof i18.DashboardWidgetComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.DrilldownBreadcrumbsComponent, typeof i23.ContextMenuComponent, typeof i24.BoxplotChartComponent, typeof i25.ScattermapChartComponent, typeof i26.AreamapChartComponent, typeof i27.PivotTableComponent, typeof i28.DashboardByIdComponent, typeof i29.DashboardComponent], [typeof i30.CommonModule, typeof i31.DecoratorsModule], [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, typeof i8.AreaRangeChartComponent, typeof i9.LineChartComponent, typeof i10.IndicatorChartComponent, typeof i11.ScatterChartComponent, typeof i12.PieChartComponent, typeof i13.FunnelChartComponent, typeof i14.PolarChartComponent, typeof i15.TreemapChartComponent, typeof i16.SunburstChartComponent, typeof i17.TableWidgetComponent, typeof i18.DashboardWidgetComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.DrilldownBreadcrumbsComponent, typeof i23.ContextMenuComponent, typeof i24.BoxplotChartComponent, typeof i25.ScattermapChartComponent, typeof i26.AreamapChartComponent, typeof i27.PivotTableComponent, typeof i28.DashboardByIdComponent, typeof i29.DashboardComponent]>;
64
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, typeof i8.AreaRangeChartComponent, typeof i9.LineChartComponent, typeof i10.IndicatorChartComponent, typeof i11.ScatterChartComponent, typeof i12.PieChartComponent, typeof i13.FunnelChartComponent, typeof i14.PolarChartComponent, typeof i15.TreemapChartComponent, typeof i16.SunburstChartComponent, typeof i17.TableWidgetComponent, typeof i18.DashboardWidgetComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.CriteriaFilterTileComponent, typeof i23.DrilldownBreadcrumbsComponent, typeof i24.ContextMenuComponent, typeof i25.BoxplotChartComponent, typeof i26.ScattermapChartComponent, typeof i27.AreamapChartComponent, typeof i28.PivotTableComponent, typeof i29.DashboardByIdComponent, typeof i30.DashboardComponent], [typeof i31.CommonModule, typeof i32.DecoratorsModule], [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, typeof i8.AreaRangeChartComponent, typeof i9.LineChartComponent, typeof i10.IndicatorChartComponent, typeof i11.ScatterChartComponent, typeof i12.PieChartComponent, typeof i13.FunnelChartComponent, typeof i14.PolarChartComponent, typeof i15.TreemapChartComponent, typeof i16.SunburstChartComponent, typeof i17.TableWidgetComponent, typeof i18.DashboardWidgetComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.CriteriaFilterTileComponent, typeof i23.DrilldownBreadcrumbsComponent, typeof i24.ContextMenuComponent, typeof i25.BoxplotChartComponent, typeof i26.ScattermapChartComponent, typeof i27.AreamapChartComponent, typeof i28.PivotTableComponent, typeof i29.DashboardByIdComponent, typeof i30.DashboardComponent]>;
64
65
  static ɵinj: i0.ɵɵInjectorDeclaration<SdkUiModule>;
65
66
  }
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  *
7
7
  * **Note:** Dashboard extensions based on JS scripts and add-ons in Fusion are not supported.
8
8
  *
9
- * @group Fusion Embed
9
+ * @group Fusion Assets
10
10
  * @fusionEmbed
11
11
  */
12
12
  export declare class DashboardService {
@@ -31,7 +31,7 @@ export declare class PluginsService {
31
31
  *
32
32
  * @returns A plugin map.
33
33
  */
34
- getPlugins(): BehaviorSubject<Map<string, PluginComponent>>;
34
+ getPlugins(): BehaviorSubject<Map<string, PluginComponent<import("@sisense/sdk-ui-preact").GenericDataOptions, any>>>;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginsService, never>;
36
36
  static ɵprov: i0.ɵɵInjectableDeclaration<PluginsService>;
37
37
  }
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Service for working with Sisense Fusion widgets.
6
6
  *
7
- * @group Fusion Embed
7
+ * @group Fusion Assets
8
8
  * @fusionEmbed
9
9
  */
10
10
  export declare class WidgetService {
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.20.0",
14
+ "version": "1.22.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -1,9 +1,7 @@
1
1
  /**
2
2
  * @packageDocumentation
3
3
  * @groupDescription Charts
4
- * Angular components for charts
5
- * @groupDescription Chart Utilities
6
- * Utilities to be used with charts
4
+ * Angular components and utilities for working with charts
7
5
  * @groupDescription Data Grids
8
6
  * Angular components for data grids
9
7
  * @groupDescription Drilldown
@@ -14,10 +12,10 @@
14
12
  * Angular context modules, services, and variables
15
13
  * @groupDescription Queries
16
14
  * Angular query service
17
- * @groupDescription Dashboarding
18
- * Angular modules, services, and components for composing dashboards
19
- * @groupDescription Fusion Embed
20
- * Angular modules, services, and components for working with Fusion Embed dashboards, widgets, queries, and formulas
15
+ * @groupDescription Dashboards
16
+ * Angular components and utilities for working with dashboards
17
+ * @groupDescription Fusion Assets
18
+ * Angular modules, services, and components for working with Fusion dashboards, widgets, queries, and formulas
21
19
  * @groupDescription Interfaces
22
20
  * TypeScript interfaces for components and services listed above
23
21
  * @groupDescription Type Aliases
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.20.0";
1
+ declare const _default: "1.22.0";
2
2
  export default _default;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.20.0",
14
+ "version": "1.22.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
@@ -45,9 +45,9 @@
45
45
  "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.20.0",
49
- "@sisense/sdk-tracking": "^1.20.0",
50
- "@sisense/sdk-ui-preact": "^1.20.0",
48
+ "@sisense/sdk-data": "^1.22.0",
49
+ "@sisense/sdk-tracking": "^1.22.0",
50
+ "@sisense/sdk-ui-preact": "^1.22.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"