@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.
- package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +4 -6
- 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 +14 -14
- package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +18 -11
- package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +131 -0
- package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +1 -3
- package/dist/esm2020/lib/components/filters/index.mjs +2 -1
- package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +1 -3
- package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +2 -2
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +2 -2
- 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 +6 -8
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +240 -81
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +239 -80
- 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 +13 -13
- package/dist/lib/components/dashboard/dashboard.component.d.ts +17 -10
- package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +117 -0
- package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +0 -2
- package/dist/lib/components/filters/index.d.ts +1 -0
- package/dist/lib/components/filters/member-filter-tile.component.d.ts +0 -2
- package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
- package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/lib/sdk-ui.module.d.ts +12 -11
- package/dist/lib/services/dashboard.service.d.ts +1 -1
- package/dist/lib/services/plugins.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 +5 -7
- package/dist/version.d.ts +1 -1
- 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/
|
|
24
|
-
import * as i23 from "./components/
|
|
25
|
-
import * as i24 from "./components/
|
|
26
|
-
import * as i25 from "./components/charts/
|
|
27
|
-
import * as i26 from "./components/charts/
|
|
28
|
-
import * as i27 from "./components/charts/
|
|
29
|
-
import * as i28 from "./components/
|
|
30
|
-
import * as i29 from "./components/dashboard/dashboard.component";
|
|
31
|
-
import * as i30 from "
|
|
32
|
-
import * as i31 from "
|
|
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.
|
|
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
|
}
|
|
@@ -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
|
}
|
package/dist/package.json
CHANGED
package/dist/public-api.d.ts
CHANGED
|
@@ -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
|
|
18
|
-
* Angular
|
|
19
|
-
* @groupDescription Fusion
|
|
20
|
-
* Angular modules, services, and components for working with Fusion
|
|
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.
|
|
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.
|
|
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.
|
|
49
|
-
"@sisense/sdk-tracking": "^1.
|
|
50
|
-
"@sisense/sdk-ui-preact": "^1.
|
|
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"
|