@sisense/sdk-ui-angular 1.32.0 → 1.34.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/ai/lib/component-wrapper-helpers/context-connectors.d.ts +2 -2
- package/dist/ai/lib/components/chatbot.component.d.ts +3 -5
- package/dist/ai/lib/components/get-nlg-insights.component.d.ts +3 -5
- package/dist/ai/lib/sdk-ai.module.d.ts +0 -1
- package/dist/ai/lib/sdk-ui-core-exports.d.ts +1 -1
- package/dist/ai/lib/services/ai.service.d.ts +1 -2
- package/dist/ai/public-api.d.ts +2 -2
- package/dist/esm2020/ai/lib/component-wrapper-helpers/context-connectors.mjs +15 -9
- package/dist/esm2020/ai/lib/components/chatbot.component.mjs +10 -13
- package/dist/esm2020/ai/lib/components/get-nlg-insights.component.mjs +10 -13
- package/dist/esm2020/ai/lib/sdk-ai.module.mjs +2 -3
- package/dist/esm2020/ai/lib/sdk-ui-core-exports.mjs +1 -1
- package/dist/esm2020/ai/lib/services/ai.service.mjs +2 -3
- package/dist/esm2020/ai/public-api.mjs +3 -3
- package/dist/esm2020/lib/component-wrapper-helpers/context-connectors.mjs +60 -36
- package/dist/esm2020/lib/components/charts/area-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/area-range-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/chart.component.mjs +8 -10
- package/dist/esm2020/lib/components/charts/column-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/index.mjs +13 -13
- package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/line-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/pivot-table.component.mjs +8 -9
- package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +1 -1
- package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/charts/table.component.mjs +8 -10
- package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +1 -2
- package/dist/esm2020/lib/components/context-menu.component.mjs +9 -9
- package/dist/esm2020/lib/components/dashboard/dashboard-by-id.component.mjs +11 -12
- package/dist/esm2020/lib/components/dashboard/dashboard.component.mjs +8 -9
- package/dist/esm2020/lib/components/dashboard/index.mjs +2 -2
- package/dist/esm2020/lib/components/drilldown-breadcrumbs.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/criteria-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/date-range-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/index.mjs +3 -3
- package/dist/esm2020/lib/components/filters/member-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/filters/relative-date-filter-tile.component.mjs +8 -9
- package/dist/esm2020/lib/components/index.mjs +4 -4
- package/dist/esm2020/lib/components/widgets/chart-widget.component.mjs +8 -10
- package/dist/esm2020/lib/components/widgets/dashboard-widget.component.mjs +8 -9
- package/dist/esm2020/lib/components/widgets/drilldown-widget.component.mjs +18 -19
- package/dist/esm2020/lib/components/widgets/index.mjs +5 -4
- package/dist/esm2020/lib/components/widgets/pivot-table-widget.component.mjs +126 -0
- package/dist/esm2020/lib/components/widgets/table-widget.component.mjs +8 -9
- package/dist/esm2020/lib/components/widgets/widget-by-id.component.mjs +8 -9
- package/dist/esm2020/lib/decorators/decorators.module.mjs +1 -1
- package/dist/esm2020/lib/decorators/index.mjs +2 -2
- package/dist/esm2020/lib/decorators/trackable.decorator.mjs +2 -2
- package/dist/esm2020/lib/sdk-ui-core-exports.mjs +2 -2
- package/dist/esm2020/lib/sdk-ui.module.mjs +9 -6
- package/dist/esm2020/lib/services/dashboard.service.mjs +1 -1
- package/dist/esm2020/lib/services/hierarchy.service.mjs +1 -1
- package/dist/esm2020/lib/services/index.mjs +4 -4
- package/dist/esm2020/lib/services/plugins.service.mjs +1 -1
- package/dist/esm2020/lib/services/query.service.mjs +60 -6
- package/dist/esm2020/lib/services/sisense-context.service.mjs +1 -1
- package/dist/esm2020/lib/services/theme.service.mjs +2 -2
- package/dist/esm2020/lib/services/widget.service.mjs +1 -1
- package/dist/esm2020/lib/types/chart-event-props.mjs +1 -1
- package/dist/esm2020/lib/types/dashboard-config.mjs +2 -0
- package/dist/esm2020/lib/types/index.mjs +4 -3
- package/dist/esm2020/lib/utilities/dashboard-helpers.mjs +118 -0
- package/dist/esm2020/lib/utilities/dashboard-model-translator.mjs +49 -0
- package/dist/esm2020/lib/utilities/index.mjs +7 -0
- package/dist/esm2020/lib/utilities/widget-model-translator.mjs +304 -0
- package/dist/esm2020/public-api.mjs +5 -4
- package/dist/esm2020/version.mjs +2 -2
- package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs +32 -36
- package/dist/fesm2015/sisense-sdk-ui-angular-ai.mjs.map +1 -1
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs +2651 -1987
- package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs +32 -34
- package/dist/fesm2020/sisense-sdk-ui-angular-ai.mjs.map +1 -1
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs +2653 -1988
- package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
- package/dist/lib/component-wrapper-helpers/context-connectors.d.ts +5 -5
- package/dist/lib/components/charts/area-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/area-range-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/areamap-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/bar-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/boxplot-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/chart.component.d.ts +1 -2
- package/dist/lib/components/charts/column-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/funnel-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/index.d.ts +12 -12
- package/dist/lib/components/charts/indicator-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/line-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/pie-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/pivot-table.component.d.ts +1 -1
- package/dist/lib/components/charts/polar-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/scatter-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/scattermap-chart.component.d.ts +1 -1
- package/dist/lib/components/charts/sunburst-chart.component.d.ts +1 -2
- package/dist/lib/components/charts/table.component.d.ts +1 -2
- package/dist/lib/components/charts/treemap-chart.component.d.ts +1 -2
- package/dist/lib/components/context-menu.component.d.ts +1 -1
- package/dist/lib/components/dashboard/dashboard-by-id.component.d.ts +10 -7
- package/dist/lib/components/dashboard/dashboard.component.d.ts +6 -3
- package/dist/lib/components/dashboard/index.d.ts +1 -1
- package/dist/lib/components/drilldown-breadcrumbs.component.d.ts +1 -1
- package/dist/lib/components/filters/criteria-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/date-range-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/index.d.ts +2 -2
- package/dist/lib/components/filters/member-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/filters/relative-date-filter-tile.component.d.ts +1 -1
- package/dist/lib/components/index.d.ts +3 -3
- package/dist/lib/components/widgets/chart-widget.component.d.ts +1 -2
- package/dist/lib/components/widgets/dashboard-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/drilldown-widget.component.d.ts +2 -5
- package/dist/lib/components/widgets/index.d.ts +4 -3
- package/dist/lib/components/widgets/pivot-table-widget.component.d.ts +127 -0
- package/dist/lib/components/widgets/table-widget.component.d.ts +1 -1
- package/dist/lib/components/widgets/widget-by-id.component.d.ts +1 -1
- package/dist/lib/decorators/index.d.ts +1 -1
- package/dist/lib/sdk-ui-core-exports.d.ts +2 -2
- package/dist/lib/sdk-ui.module.d.ts +4 -4
- package/dist/lib/services/dashboard.service.d.ts +1 -1
- package/dist/lib/services/hierarchy.service.d.ts +1 -1
- package/dist/lib/services/index.d.ts +3 -3
- package/dist/lib/services/plugins.service.d.ts +1 -1
- package/dist/lib/services/query.service.d.ts +44 -3
- package/dist/lib/services/sisense-context.service.d.ts +1 -1
- package/dist/lib/services/theme.service.d.ts +1 -1
- package/dist/lib/types/dashboard-config.d.ts +24 -0
- package/dist/lib/types/index.d.ts +3 -2
- package/dist/lib/utilities/dashboard-helpers.d.ts +104 -0
- package/dist/lib/utilities/dashboard-model-translator.d.ts +47 -0
- package/dist/lib/utilities/index.d.ts +23 -0
- package/dist/lib/utilities/widget-model-translator.d.ts +289 -0
- package/dist/package.json +1 -1
- package/dist/public-api.d.ts +5 -4
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnDestroy } from '@angular/core';
|
|
2
|
+
import { type PivotTableWidgetProps as PivotTableWidgetPropsPreact } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { SisenseContextService } from '../../services';
|
|
4
|
+
import { ThemeService } from '../../services';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Props of the {@link PivotTableWidgetComponent}.
|
|
8
|
+
*/
|
|
9
|
+
export interface PivotTableWidgetProps extends PivotTableWidgetPropsPreact {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The Pivot Table Widget component extends the {@link PivotTableComponent} component to support widget features,
|
|
13
|
+
* including a header, widget style options, and more.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```html
|
|
17
|
+
<csdk-pivot-table-widget
|
|
18
|
+
[dataSource]="pivotProps.dataSource"
|
|
19
|
+
[dataOptions]="pivotProps.dataOptions"
|
|
20
|
+
[filters]="pivotProps.filters"
|
|
21
|
+
[styleOptions]="pivotProps.styleOptions"
|
|
22
|
+
[title]="pivotProps.title"
|
|
23
|
+
[description]="pivotProps.description"
|
|
24
|
+
/>
|
|
25
|
+
* ```
|
|
26
|
+
* ```ts
|
|
27
|
+
import { Component } from '@angular/core';
|
|
28
|
+
import { type PivotTableWidgetProps } from '@sisense/sdk-ui-angular';
|
|
29
|
+
import { measureFactory, filterFactory } from '@sisense/sdk-data';
|
|
30
|
+
import * as DM from '../../assets/sample-ecommerce';
|
|
31
|
+
|
|
32
|
+
@Component({
|
|
33
|
+
selector: 'app-analytics',
|
|
34
|
+
templateUrl: './analytics.component.html',
|
|
35
|
+
styleUrls: ['./analytics.component.scss'],
|
|
36
|
+
})
|
|
37
|
+
export class AnalyticsComponent {
|
|
38
|
+
|
|
39
|
+
pivotProps: PivotTableWidgetProps = {
|
|
40
|
+
dataSource: DM.DataSource,
|
|
41
|
+
dataOptions: {
|
|
42
|
+
rows: [
|
|
43
|
+
{ column: DM.Category.Category, includeSubTotals: true },
|
|
44
|
+
{ column: DM.Commerce.AgeRange, includeSubTotals: true },
|
|
45
|
+
DM.Commerce.Condition,
|
|
46
|
+
],
|
|
47
|
+
columns: [{ column: DM.Commerce.Gender, includeSubTotals: true }],
|
|
48
|
+
values: [
|
|
49
|
+
measureFactory.sum(DM.Commerce.Cost, 'Total Cost'),
|
|
50
|
+
{
|
|
51
|
+
column: measureFactory.sum(DM.Commerce.Revenue, 'Total Revenue'),
|
|
52
|
+
totalsCalculation: 'sum',
|
|
53
|
+
dataBars: true,
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
grandTotals: { title: 'Grand Total', rows: true, columns: true },
|
|
57
|
+
},
|
|
58
|
+
filters: [filterFactory.members(DM.Commerce.Gender, ['Female', 'Male'])],
|
|
59
|
+
styleOptions: { width: 1400, height: 600, rowsPerPage: 25 },
|
|
60
|
+
title: 'Pivot Table Widget',
|
|
61
|
+
description: 'Pivot Table Widget Description',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
* ```
|
|
65
|
+
* <img src="media://angular-pivot-table-widget-example.png" width="800px" />
|
|
66
|
+
* @group Dashboards
|
|
67
|
+
* @beta
|
|
68
|
+
*/
|
|
69
|
+
export declare class PivotTableWidgetComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
70
|
+
private sisenseContextService;
|
|
71
|
+
private themeService;
|
|
72
|
+
/** @internal */
|
|
73
|
+
preactRef: ElementRef<HTMLDivElement>;
|
|
74
|
+
/**
|
|
75
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.dataSource}
|
|
76
|
+
*
|
|
77
|
+
* @category Data
|
|
78
|
+
*/
|
|
79
|
+
dataSource: PivotTableWidgetProps['dataSource'];
|
|
80
|
+
/**
|
|
81
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.dataOptions}
|
|
82
|
+
*
|
|
83
|
+
* @category Data
|
|
84
|
+
*/
|
|
85
|
+
dataOptions: PivotTableWidgetProps['dataOptions'];
|
|
86
|
+
/**
|
|
87
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.filters}
|
|
88
|
+
*
|
|
89
|
+
* @category Data
|
|
90
|
+
*/
|
|
91
|
+
filters: PivotTableWidgetProps['filters'];
|
|
92
|
+
/**
|
|
93
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.highlights}
|
|
94
|
+
*
|
|
95
|
+
* @category Data
|
|
96
|
+
*/
|
|
97
|
+
highlights: PivotTableWidgetProps['highlights'];
|
|
98
|
+
/**
|
|
99
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.styleOptions}
|
|
100
|
+
*
|
|
101
|
+
* @category Representation
|
|
102
|
+
*/
|
|
103
|
+
styleOptions: PivotTableWidgetProps['styleOptions'];
|
|
104
|
+
/**
|
|
105
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.title}
|
|
106
|
+
*
|
|
107
|
+
* @category Widget
|
|
108
|
+
*/
|
|
109
|
+
title: PivotTableWidgetProps['title'];
|
|
110
|
+
/**
|
|
111
|
+
* {@inheritDoc @sisense/sdk-ui!PivotTableWidgetProps.title}
|
|
112
|
+
*
|
|
113
|
+
* @category Widget
|
|
114
|
+
*/
|
|
115
|
+
description: PivotTableWidgetProps['description'];
|
|
116
|
+
private componentAdapter;
|
|
117
|
+
constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
|
|
118
|
+
/** @internal */
|
|
119
|
+
ngAfterViewInit(): void;
|
|
120
|
+
/** @internal */
|
|
121
|
+
ngOnChanges(): void;
|
|
122
|
+
private getPreactComponentProps;
|
|
123
|
+
/** @internal */
|
|
124
|
+
ngOnDestroy(): void;
|
|
125
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PivotTableWidgetComponent, never>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotTableWidgetComponent, "csdk-pivot-table-widget", never, { "dataSource": "dataSource"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; "title": "title"; "description": "description"; }, {}, never, never, false, never>;
|
|
127
|
+
}
|
|
@@ -95,7 +95,7 @@ export declare class TableWidgetComponent implements AfterViewInit, OnChanges, O
|
|
|
95
95
|
constructor(sisenseContextService: SisenseContextService, themeService: ThemeService);
|
|
96
96
|
ngAfterViewInit(): void;
|
|
97
97
|
ngOnChanges(): void;
|
|
98
|
-
private
|
|
98
|
+
private getPreactComponentProps;
|
|
99
99
|
ngOnDestroy(): void;
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableWidgetComponent, never>;
|
|
101
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableWidgetComponent, "csdk-table-widget", never, { "dataSource": "dataSource"; "dataOptions": "dataOptions"; "filters": "filters"; "styleOptions": "styleOptions"; "title": "title"; "description": "description"; }, {}, never, never, false, never>;
|
|
@@ -121,7 +121,7 @@ export declare class WidgetByIdComponent implements AfterViewInit, OnChanges, On
|
|
|
121
121
|
/** @internal */
|
|
122
122
|
ngOnChanges(): void;
|
|
123
123
|
/** @internal */
|
|
124
|
-
private
|
|
124
|
+
private getPreactComponentProps;
|
|
125
125
|
/** @internal */
|
|
126
126
|
ngOnDestroy(): void;
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetByIdComponent, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { boxWhiskerProcessResult
|
|
2
|
-
export type {
|
|
1
|
+
export { boxWhiskerProcessResult } from '@sisense/sdk-ui-preact';
|
|
2
|
+
export type { AppConfig, AreamapChartDataOptions, AreamapChartType, AreamapStyleOptions, AreaRangeStyleOptions, AreaStyleOptions, AreaSubtype, AxisLabel, BeforeRenderHandler, BoxplotChartCustomDataOptions, BoxplotChartDataOptions, BoxplotChartType, BoxplotDataPoint, BoxplotStyleOptions, BoxplotSubtype, BoxWhiskerType, CartesianChartDataOptions, CartesianChartType, CartesianWidgetType, CategoricalChartDataOptions, CategoricalChartType, CategoricalWidgetType, ChartDataOptions, ChartStyleOptions, ChartType, ChartWidgetStyleOptions, Color, ColorPaletteTheme, CommonWidgetProps, ConditionalDataColorOptions, Convolution, CriteriaFilterType, DashboardLayoutOptions, DashboardModel, DashboardWidgetStyleOptions, DataColorCondition, DataColorOptions, DataLimits, DataPoint, DateConfig, DateLevel, DayOfWeek, DecimalScale, DrilldownOptions, DrilldownSelection, FilterVariant, FunnelStyleOptions, GaugeIndicatorStyleOptions, GetDashboardModelOptions, GetDashboardModelsOptions, Hierarchy, HierarchyModel, HighchartsOptions, IndicatorBeforeRenderHandler, IndicatorChartDataOptions, IndicatorChartType, IndicatorComponents, IndicatorRenderOptions, IndicatorStyleOptions, Labels, Legend, LineStyleOptions, LineSubtype, LineWidth, Markers, Member, MenuItemSection, MenuPosition, MonthOfYear, MultiColumnValueToColorMap, Navigator, NumberFormatConfig, NumericBarIndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, PieStyleOptions, PieSubtype, PivotRowsSort, PivotTableDataOptions, PivotTableStyleOptions, PivotTableWidgetStyleOptions, PolarStyleOptions, PolarSubtype, RangeChartDataOptions, RangeChartType, RangeDataColorOptions, ScatterChartDataOptions, ScatterChartType, ScatterDataPoint, ScattermapChartDataOptions, ScattermapChartType, ScattermapLocationLevel, ScattermapMarkers, ScattermapStyleOptions, ScatterMarkerSize, ScatterStyleOptions, SeriesChartType, SeriesLabels, SortDirection, StackableStyleOptions, StackableSubtype, StyledColumn, StyledMeasureColumn, SunburstStyleOptions, TableDataOptions, TableStyleOptions, TableType, TabularWidgetType, TextWidgetProps, ThemeOid, ThemeSettings, TreemapStyleOptions, UniformDataColorOptions, ValueToColorMap, WidgetByIdStyleOptions, WidgetDataOptions, WidgetId, WidgetModel, WidgetProps, WidgetsOptions, WidgetsPanelColumnLayout, WidgetsPanelLayout, WidgetStyleOptions, WidgetType, X2Title, } from '@sisense/sdk-ui-preact';
|
|
@@ -30,8 +30,9 @@ import * as i28 from "./components/charts/areamap-chart.component";
|
|
|
30
30
|
import * as i29 from "./components/charts/pivot-table.component";
|
|
31
31
|
import * as i30 from "./components/dashboard/dashboard-by-id.component";
|
|
32
32
|
import * as i31 from "./components/dashboard/dashboard.component";
|
|
33
|
-
import * as i32 from "
|
|
34
|
-
import * as i33 from "
|
|
33
|
+
import * as i32 from "./components/widgets/pivot-table-widget.component";
|
|
34
|
+
import * as i33 from "@angular/common";
|
|
35
|
+
import * as i34 from "./decorators/decorators.module";
|
|
35
36
|
/**
|
|
36
37
|
* SDK UI Module, which is a container for components.
|
|
37
38
|
*
|
|
@@ -57,11 +58,10 @@ import * as i33 from "./decorators/decorators.module";
|
|
|
57
58
|
* bootstrap: [AppComponent],
|
|
58
59
|
* })
|
|
59
60
|
* ```
|
|
60
|
-
*
|
|
61
61
|
* @group Contexts
|
|
62
62
|
*/
|
|
63
63
|
export declare class SdkUiModule {
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<SdkUiModule, never>;
|
|
65
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.ChartComponent, typeof i2.TableComponent, typeof i3.ChartWidgetComponent, typeof i4.ColumnChartComponent, typeof i5.BarChartComponent, typeof i6.AreaChartComponent, typeof i7.AreaRangeChartComponent, typeof i8.LineChartComponent, typeof i9.IndicatorChartComponent, typeof i10.ScatterChartComponent, typeof i11.PieChartComponent, typeof i12.FunnelChartComponent, typeof i13.PolarChartComponent, typeof i14.TreemapChartComponent, typeof i15.SunburstChartComponent, typeof i16.TableWidgetComponent, typeof i17.DashboardWidgetComponent, typeof i18.WidgetByIdComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.RelativeDateFilterTileComponent, typeof i23.CriteriaFilterTileComponent, typeof i24.DrilldownBreadcrumbsComponent, typeof i25.ContextMenuComponent, typeof i26.BoxplotChartComponent, typeof i27.ScattermapChartComponent, typeof i28.AreamapChartComponent, typeof i29.PivotTableComponent, typeof i30.DashboardByIdComponent, typeof i31.DashboardComponent], [typeof
|
|
65
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SdkUiModule, [typeof i1.ChartComponent, typeof i2.TableComponent, typeof i3.ChartWidgetComponent, typeof i4.ColumnChartComponent, typeof i5.BarChartComponent, typeof i6.AreaChartComponent, typeof i7.AreaRangeChartComponent, typeof i8.LineChartComponent, typeof i9.IndicatorChartComponent, typeof i10.ScatterChartComponent, typeof i11.PieChartComponent, typeof i12.FunnelChartComponent, typeof i13.PolarChartComponent, typeof i14.TreemapChartComponent, typeof i15.SunburstChartComponent, typeof i16.TableWidgetComponent, typeof i17.DashboardWidgetComponent, typeof i18.WidgetByIdComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.RelativeDateFilterTileComponent, typeof i23.CriteriaFilterTileComponent, typeof i24.DrilldownBreadcrumbsComponent, typeof i25.ContextMenuComponent, typeof i26.BoxplotChartComponent, typeof i27.ScattermapChartComponent, typeof i28.AreamapChartComponent, typeof i29.PivotTableComponent, typeof i30.DashboardByIdComponent, typeof i31.DashboardComponent, typeof i32.PivotTableWidgetComponent], [typeof i33.CommonModule, typeof i34.DecoratorsModule], [typeof i1.ChartComponent, typeof i2.TableComponent, typeof i3.ChartWidgetComponent, typeof i4.ColumnChartComponent, typeof i5.BarChartComponent, typeof i6.AreaChartComponent, typeof i7.AreaRangeChartComponent, typeof i8.LineChartComponent, typeof i9.IndicatorChartComponent, typeof i10.ScatterChartComponent, typeof i11.PieChartComponent, typeof i12.FunnelChartComponent, typeof i13.PolarChartComponent, typeof i14.TreemapChartComponent, typeof i15.SunburstChartComponent, typeof i16.TableWidgetComponent, typeof i17.DashboardWidgetComponent, typeof i18.WidgetByIdComponent, typeof i19.MemberFilterTileComponent, typeof i20.DrilldownWidgetComponent, typeof i21.DateRangeFilterTileComponent, typeof i22.RelativeDateFilterTileComponent, typeof i23.CriteriaFilterTileComponent, typeof i24.DrilldownBreadcrumbsComponent, typeof i25.ContextMenuComponent, typeof i26.BoxplotChartComponent, typeof i27.ScattermapChartComponent, typeof i28.AreamapChartComponent, typeof i29.PivotTableComponent, typeof i30.DashboardByIdComponent, typeof i31.DashboardComponent, typeof i32.PivotTableWidgetComponent]>;
|
|
66
66
|
static ɵinj: i0.ɵɵInjectorDeclaration<SdkUiModule>;
|
|
67
67
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type GetDashboardModelOptions, type GetDashboardModelsOptions } from '@sisense/sdk-ui-preact';
|
|
2
2
|
import { SisenseContextService } from './sisense-context.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type GetHierarchyModelsParams as GetHierarchyModelsParamsPreact, HierarchyModel } from '@sisense/sdk-ui-preact';
|
|
2
2
|
import { SisenseContextService } from './sisense-context.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
export * from './dashboard.service';
|
|
2
|
+
export * from './hierarchy.service';
|
|
3
|
+
export * from './plugins.service';
|
|
1
4
|
export * from './query.service';
|
|
2
5
|
export * from './sisense-context.service';
|
|
3
6
|
export * from './theme.service';
|
|
4
|
-
export * from './plugins.service';
|
|
5
|
-
export * from './dashboard.service';
|
|
6
7
|
export * from './widget.service';
|
|
7
|
-
export * from './hierarchy.service';
|
|
@@ -1,15 +1,35 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type ExecuteCsvQueryParams as ExecuteCsvQueryParamsPreact, type ExecutePivotQueryParams as ExecutePivotQueryParamsPreact, type ExecuteQueryByWidgetIdParams as ExecuteQueryByWidgetIdParamsPreact, type ExecuteQueryParams as ExecuteQueryParamsPreact } from '@sisense/sdk-ui-preact';
|
|
2
2
|
import { SisenseContextService } from './sisense-context.service';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
interface ExecuteQueryHandlers {
|
|
5
|
+
/** Sync or async callback that allows to modify the JAQL payload before it is sent to the server. */
|
|
6
|
+
beforeQuery?: ExecuteQueryParamsPreact['onBeforeQuery'];
|
|
7
|
+
/**
|
|
8
|
+
* Sync or async callback that allows to modify the JAQL payload before it is sent to the server.
|
|
9
|
+
*
|
|
10
|
+
* @deprecated Use `beforeQuery` instead.
|
|
11
|
+
*/
|
|
12
|
+
onBeforeQuery?: ExecuteQueryParamsPreact['onBeforeQuery'];
|
|
13
|
+
}
|
|
4
14
|
/**
|
|
5
15
|
* Parameters for data query execution.
|
|
6
16
|
*/
|
|
7
|
-
export interface ExecuteQueryParams extends Omit<ExecuteQueryParamsPreact, 'enabled'
|
|
17
|
+
export interface ExecuteQueryParams extends Omit<ExecuteQueryParamsPreact, 'enabled' | 'onBeforeQuery'>, ExecuteQueryHandlers {
|
|
8
18
|
}
|
|
9
19
|
/**
|
|
10
20
|
* Parameters for data query by widget id execution.
|
|
11
21
|
*/
|
|
12
|
-
export interface ExecuteQueryByWidgetIdParams extends Omit<ExecuteQueryByWidgetIdParamsPreact, 'enabled'
|
|
22
|
+
export interface ExecuteQueryByWidgetIdParams extends Omit<ExecuteQueryByWidgetIdParamsPreact, 'enabled' | 'onBeforeQuery'>, ExecuteQueryHandlers {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Parameters for pivot data query execution.
|
|
26
|
+
*/
|
|
27
|
+
export interface ExecutePivotQueryParams extends Omit<ExecutePivotQueryParamsPreact, 'enabled' | 'onBeforeQuery'>, Omit<ExecuteQueryHandlers, 'onBeforeQuery'> {
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Parameters for CSV data query execution.
|
|
31
|
+
*/
|
|
32
|
+
export interface ExecuteCsvQueryParams extends Omit<ExecuteCsvQueryParamsPreact, 'enabled' | 'onBeforeQuery'>, Omit<ExecuteQueryHandlers, 'onBeforeQuery'> {
|
|
13
33
|
}
|
|
14
34
|
/**
|
|
15
35
|
* Service for executing data queries.
|
|
@@ -41,6 +61,27 @@ export declare class QueryService {
|
|
|
41
61
|
executeQueryByWidgetId(params: ExecuteQueryByWidgetIdParams): Promise<{
|
|
42
62
|
data: import("@sisense/sdk-data").QueryResultData;
|
|
43
63
|
} & import("@sisense/sdk-ui-preact").QueryByWidgetIdQueryParams>;
|
|
64
|
+
/**
|
|
65
|
+
* Executes a data query for a pivot table.
|
|
66
|
+
*
|
|
67
|
+
* @param params - Pivot query parameters
|
|
68
|
+
* @return Pivot query result
|
|
69
|
+
* @beta
|
|
70
|
+
*/
|
|
71
|
+
executePivotQuery(params: ExecutePivotQueryParams): Promise<{
|
|
72
|
+
data: import("@sisense/sdk-data").PivotQueryResultData;
|
|
73
|
+
}>;
|
|
74
|
+
/**
|
|
75
|
+
* Executes a CSV data query.
|
|
76
|
+
* Similar to {@link QueryService.executeQuery}, but returns the data in CSV format as text or as a stream.
|
|
77
|
+
*
|
|
78
|
+
* @param params - CSV query parameters
|
|
79
|
+
* @return CSV query result
|
|
80
|
+
*/
|
|
81
|
+
executeCsvQuery(params: ExecuteCsvQueryParams): Promise<{
|
|
82
|
+
data: Blob | string;
|
|
83
|
+
}>;
|
|
44
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryService, never>;
|
|
45
85
|
static ɵprov: i0.ɵɵInjectableDeclaration<QueryService>;
|
|
46
86
|
}
|
|
87
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { ClientApplication } from '@sisense/sdk-ui-preact';
|
|
3
2
|
import type { SisenseContextProviderProps as SisenseContextConfig } from '@sisense/sdk-ui-preact';
|
|
3
|
+
import { ClientApplication } from '@sisense/sdk-ui-preact';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export { type SisenseContextConfig };
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { type ThemeProviderProps as ThemeConfig
|
|
2
|
+
import { type CompleteThemeSettings, type ThemeProviderProps as ThemeConfig } from '@sisense/sdk-ui-preact';
|
|
3
3
|
import { type ThemeSettings } from '../sdk-ui-core-exports';
|
|
4
4
|
import { SisenseContextService } from './sisense-context.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { DashboardByIdConfig as DashboardByIdConfigPreact, DashboardConfig as DashboardConfigPreact, DashboardFiltersPanelConfig as DashboardFiltersPanelConfigPreact } from '@sisense/sdk-ui-preact';
|
|
2
|
+
/**
|
|
3
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardFiltersPanelConfig}
|
|
4
|
+
*/
|
|
5
|
+
export interface DashboardFiltersPanelConfig extends Omit<DashboardFiltersPanelConfigPreact, 'actions'> {
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardConfig}
|
|
9
|
+
*/
|
|
10
|
+
export interface DashboardConfig extends Omit<DashboardConfigPreact, 'filtersPanel'> {
|
|
11
|
+
/**
|
|
12
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardConfig.filtersPanel}
|
|
13
|
+
*/
|
|
14
|
+
filtersPanel?: DashboardFiltersPanelConfig;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardByIdConfig}
|
|
18
|
+
*/
|
|
19
|
+
export interface DashboardByIdConfig extends Omit<DashboardByIdConfigPreact, 'filtersPanel'> {
|
|
20
|
+
/**
|
|
21
|
+
* {@inheritDoc @sisense/sdk-ui!DashboardByIdConfig.filtersPanel}
|
|
22
|
+
*/
|
|
23
|
+
filtersPanel?: DashboardFiltersPanelConfig;
|
|
24
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Filter, FilterRelations } from '@sisense/sdk-data';
|
|
2
|
+
import { DashboardProps } from '../components';
|
|
3
|
+
/**
|
|
4
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.replaceFilters}
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* Replace all filters on a dashboard with a new set of filters.
|
|
8
|
+
* ```ts
|
|
9
|
+
* const existingDashboard: DashboardProps = {...}
|
|
10
|
+
* const newFilters: Filter[] = [{...}, {...}, ...];
|
|
11
|
+
* const updatedDashboard = dashboardHelpers.replaceFilters(existingDashboard, newFilters);
|
|
12
|
+
* ```
|
|
13
|
+
* @param dashboard - The original dashboard (`DashboardProps`) whose filters are to be replaced.
|
|
14
|
+
* @param newFilters - An array of new filters or filter relations to set on the dashboard.
|
|
15
|
+
* @returns A new dashboard instance with the updated filters.
|
|
16
|
+
*/
|
|
17
|
+
export declare const replaceFilters: (dashboard: DashboardProps, newFilters: Filter[] | FilterRelations) => DashboardProps;
|
|
18
|
+
/**
|
|
19
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.addFilter}
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* Add a new filter to a dashboard.
|
|
23
|
+
* ```ts
|
|
24
|
+
* const existingDashboard: DashboardProps = {...};
|
|
25
|
+
* const newFilter: Filter = {...};
|
|
26
|
+
* const updatedDashboard = dashboardHelpers.addFilter(existingDashboard, newFilter);
|
|
27
|
+
* ```
|
|
28
|
+
* @param dashboard - The original dashboard (`DashboardProps`) to which the filter will be added.
|
|
29
|
+
* @param newFilter - The filter to add to the dashboard.
|
|
30
|
+
* @returns A new dashboard instance with the new filter added.
|
|
31
|
+
*/
|
|
32
|
+
export declare const addFilter: (dashboard: DashboardProps, newFilter: Filter) => DashboardProps;
|
|
33
|
+
/**
|
|
34
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.addFilters}
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* Add multiple new filters to a dashboard.
|
|
38
|
+
* ```ts
|
|
39
|
+
* const existingDashboard: DashboardProps = {...};
|
|
40
|
+
* const newFilters: Filter[] = [{...}, {...}, ...];
|
|
41
|
+
* const updatedDashboard = dashboardHelpers.addFilters(existingDashboard, newFilters);
|
|
42
|
+
* ```
|
|
43
|
+
* @param dashboard - The original dashboard (`DashboardProps`) to which the filters will be added.
|
|
44
|
+
* @param newFilters - An array of filters to add to the dashboard.
|
|
45
|
+
* @returns A new dashboard instance with the new filters added.
|
|
46
|
+
*/
|
|
47
|
+
export declare const addFilters: (dashboard: DashboardProps, newFilters: Filter[]) => DashboardProps;
|
|
48
|
+
/**
|
|
49
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.replaceFilter}
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* Replace a filter in a dashboard.
|
|
53
|
+
* ```ts
|
|
54
|
+
* const existingDashboard: DashboardProps = {...};
|
|
55
|
+
* const filterToReplace: Filter = {...};
|
|
56
|
+
* const newFilter: Filter = {...};
|
|
57
|
+
* const updatedDashboard = dashboardHelpers.replaceFilter(existingDashboard, filterToReplace, newFilter);
|
|
58
|
+
* ```
|
|
59
|
+
* @param dashboard - The original dashboard (`DashboardProps`) containing the filter to be replaced.
|
|
60
|
+
* @param filterToReplace - The existing filter to be replaced.
|
|
61
|
+
* @param newFilter - The new filter to replace the existing one.
|
|
62
|
+
* @returns A new dashboard instance with the specified filter replaced.
|
|
63
|
+
*/
|
|
64
|
+
export declare const replaceFilter: (dashboard: DashboardProps, filterToReplace: Filter, newFilter: Filter) => DashboardProps;
|
|
65
|
+
/**
|
|
66
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.modifyFilter}
|
|
67
|
+
*
|
|
68
|
+
* @deprecated Use {@link replaceFilter} instead
|
|
69
|
+
* @param dashboard - The original dashboard (`DashboardProps`) containing the filter to modify.
|
|
70
|
+
* @param filterToModify - The existing filter to be modified.
|
|
71
|
+
* @param newFilter - The new filter to replace the existing one.
|
|
72
|
+
* @returns A new dashboard instance with the specified filter modified.
|
|
73
|
+
*/
|
|
74
|
+
export declare const modifyFilter: (dashboard: DashboardProps, filterToModify: Filter, newFilter: Filter) => DashboardProps;
|
|
75
|
+
/**
|
|
76
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.removeFilter}
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* Remove a filter from a dashboard.
|
|
80
|
+
* ```ts
|
|
81
|
+
* const existingDashboard: DashboardProps = {...};
|
|
82
|
+
* const filterToRemove: Filter = {...};
|
|
83
|
+
* const updatedDashboard = dashboardHelpers.removeFilter(existingDashboard, filterToRemove);
|
|
84
|
+
* ```
|
|
85
|
+
* @param dashboard - The original dashboard (`DashboardProps`) from which to remove the filter.
|
|
86
|
+
* @param filterToRemove - The filter to be removed.
|
|
87
|
+
* @returns A new dashboard instance with the specified filter removed.
|
|
88
|
+
*/
|
|
89
|
+
export declare const removeFilter: (dashboard: DashboardProps, filterToRemove: Filter) => DashboardProps;
|
|
90
|
+
/**
|
|
91
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers.removeFilters}
|
|
92
|
+
*
|
|
93
|
+
* @example
|
|
94
|
+
* Remove multiple filters from a dashboard.
|
|
95
|
+
* ```ts
|
|
96
|
+
* const existingDashboard: DashboardProps = {...};
|
|
97
|
+
* const filtersToRemove: Filter[] = [{...}, {...}, ...];
|
|
98
|
+
* const updatedDashboard = dashboardHelpers.removeFilters(existingDashboard, filtersToRemove);
|
|
99
|
+
* ```
|
|
100
|
+
* @param dashboard - The original dashboard (`DashboardProps`) from which the specified filters are removed.
|
|
101
|
+
* @param filtersToRemove - An array of filters to remove.
|
|
102
|
+
* @returns A new dashboard instance with the specified filters removed.
|
|
103
|
+
*/
|
|
104
|
+
export declare const removeFilters: (dashboard: DashboardProps, filtersToRemove: Filter[]) => DashboardProps;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { type DashboardModel } from '@sisense/sdk-ui-preact';
|
|
2
|
+
import { type DashboardProps } from '../components';
|
|
3
|
+
/**
|
|
4
|
+
* Translates {@link DashboardModel} to {@link DashboardProps}.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* ```html
|
|
8
|
+
<csdk-dashboard
|
|
9
|
+
*ngIf="dashboard"
|
|
10
|
+
[title]="dashboard.title"
|
|
11
|
+
[layoutOptions]="dashboard.layoutOptions"
|
|
12
|
+
[widgets]="dashboard.widgets"
|
|
13
|
+
[filters]="dashboard.filters"
|
|
14
|
+
[defaultDataSource]="dashboard.defaultDataSource"
|
|
15
|
+
[widgetsOptions]="dashboard.widgetsOptions"
|
|
16
|
+
/>
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ```ts
|
|
20
|
+
import { Component } from '@angular/core';
|
|
21
|
+
import {
|
|
22
|
+
type DashboardProps,
|
|
23
|
+
DashboardService,
|
|
24
|
+
dashboardModelTranslator,
|
|
25
|
+
} from '@sisense/sdk-ui-angular';
|
|
26
|
+
|
|
27
|
+
@Component({
|
|
28
|
+
selector: 'app-dashboard',
|
|
29
|
+
templateUrl: './dashboard.component.html',
|
|
30
|
+
styleUrls: ['./dashboard.component.scss'],
|
|
31
|
+
})
|
|
32
|
+
export class DashboardComponent {
|
|
33
|
+
dashboard: DashboardProps | null = null;
|
|
34
|
+
|
|
35
|
+
constructor(private dashboardService: DashboardService) {}
|
|
36
|
+
|
|
37
|
+
async ngOnInit(): Promise<void> {
|
|
38
|
+
const dashboardModel = await this.dashboardService.getDashboardModel('your-dashboard-oid', {
|
|
39
|
+
includeWidgets: true,
|
|
40
|
+
includeFilters: true,
|
|
41
|
+
});
|
|
42
|
+
this.dashboard = dashboardModelTranslator.toDashboardProps(dashboardModel);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
* ```
|
|
46
|
+
*/
|
|
47
|
+
export declare function toDashboardProps(dashboardModel: DashboardModel): DashboardProps;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardModelTranslator}
|
|
3
|
+
*
|
|
4
|
+
* @group Fusion Assets
|
|
5
|
+
* @fusionEmbed
|
|
6
|
+
* @shortDescription Utility functions to translate a Fusion dashboard model from and to other dashboard data structures
|
|
7
|
+
*/
|
|
8
|
+
export * as dashboardModelTranslator from './dashboard-model-translator';
|
|
9
|
+
/**
|
|
10
|
+
* {@inheritDoc @sisense/sdk-ui!dashboardHelpers}
|
|
11
|
+
*
|
|
12
|
+
* @group Dashboards
|
|
13
|
+
* @shortDescription Utility functions to manipulate dashboard elements
|
|
14
|
+
*/
|
|
15
|
+
export * as dashboardHelpers from './dashboard-helpers';
|
|
16
|
+
/**
|
|
17
|
+
* {@inheritDoc @sisense/sdk-ui!widgetModelTranslator}
|
|
18
|
+
*
|
|
19
|
+
* @group Fusion Assets
|
|
20
|
+
* @fusionEmbed
|
|
21
|
+
* @shortDescription Utility functions to translate a Fusion widget model from and to other widget data structures
|
|
22
|
+
*/
|
|
23
|
+
export * as widgetModelTranslator from './widget-model-translator';
|