@sisense/sdk-ui-angular 1.0.0 → 1.1.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.
@@ -0,0 +1,42 @@
1
+ import { type ChartType, type AreamapChartProps } from '@sisense/sdk-ui-preact';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * An Angular component that allows to visualize geographical data as polygons on a map.
5
+ * See [Areamap Chart](https://docs.sisense.com/main/SisenseLinux/area-map.htm) for more information.
6
+ */
7
+ export declare class AreamapChartComponent {
8
+ /**
9
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.dataSet}
10
+ *
11
+ * @category Data
12
+ */
13
+ dataSet: AreamapChartProps['dataSet'];
14
+ /**
15
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.dataOptions}
16
+ *
17
+ * @category Chart
18
+ */
19
+ dataOptions: AreamapChartProps['dataOptions'];
20
+ /**
21
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.filters}
22
+ *
23
+ * @category Data
24
+ */
25
+ filters: AreamapChartProps['filters'];
26
+ /**
27
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.highlights}
28
+ *
29
+ * @category Data
30
+ */
31
+ highlights: AreamapChartProps['highlights'];
32
+ /**
33
+ * {@inheritDoc @sisense/sdk-ui!AreamapChartProps.styleOptions}
34
+ *
35
+ * @category Chart
36
+ */
37
+ styleOptions: AreamapChartProps['styleOptions'];
38
+ /** @internal */
39
+ chartType: ChartType;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<AreamapChartComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<AreamapChartComponent, "csdk-areamap-chart", never, { "dataSet": "dataSet"; "dataOptions": "dataOptions"; "filters": "filters"; "highlights": "highlights"; "styleOptions": "styleOptions"; }, {}, never, never, false, never>;
42
+ }
@@ -22,3 +22,4 @@ export * from './drilldown-breadcrumbs.component';
22
22
  export * from './context-menu.component';
23
23
  export * from './boxplot-chart.component';
24
24
  export * from './scattermap-chart.component';
25
+ export * from './areamap-chart.component';
@@ -23,8 +23,9 @@ import * as i21 from "./components/drilldown-breadcrumbs.component";
23
23
  import * as i22 from "./components/context-menu.component";
24
24
  import * as i23 from "./components/boxplot-chart.component";
25
25
  import * as i24 from "./components/scattermap-chart.component";
26
- import * as i25 from "@angular/common";
27
- import * as i26 from "./decorators/decorators.module";
26
+ import * as i25 from "./components/areamap-chart.component";
27
+ import * as i26 from "@angular/common";
28
+ import * as i27 from "./decorators/decorators.module";
28
29
  /**
29
30
  * SDK UI Module, which is a container for components.
30
31
  *
@@ -53,6 +54,6 @@ import * as i26 from "./decorators/decorators.module";
53
54
  */
54
55
  export declare class SdkUiModule {
55
56
  static ɵfac: i0.ɵɵFactoryDeclaration<SdkUiModule, never>;
56
- 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.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.MemberFilterTileComponent, typeof i19.DrilldownWidgetComponent, typeof i20.DateRangeFilterTileComponent, typeof i21.DrilldownBreadcrumbsComponent, typeof i22.ContextMenuComponent, typeof i23.BoxplotChartComponent, typeof i24.ScattermapChartComponent], [typeof i25.CommonModule, typeof i26.DecoratorsModule], [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, 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.MemberFilterTileComponent, typeof i19.DrilldownWidgetComponent, typeof i20.DateRangeFilterTileComponent, typeof i21.DrilldownBreadcrumbsComponent, typeof i22.ContextMenuComponent, typeof i23.BoxplotChartComponent, typeof i24.ScattermapChartComponent]>;
57
+ 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.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.MemberFilterTileComponent, typeof i19.DrilldownWidgetComponent, typeof i20.DateRangeFilterTileComponent, typeof i21.DrilldownBreadcrumbsComponent, typeof i22.ContextMenuComponent, typeof i23.BoxplotChartComponent, typeof i24.ScattermapChartComponent, typeof i25.AreamapChartComponent], [typeof i26.CommonModule, typeof i27.DecoratorsModule], [typeof i1.BasicMemberFilterTileComponent, typeof i2.ChartComponent, typeof i3.TableComponent, typeof i4.ChartWidgetComponent, typeof i5.ColumnChartComponent, typeof i6.BarChartComponent, typeof i7.AreaChartComponent, 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.MemberFilterTileComponent, typeof i19.DrilldownWidgetComponent, typeof i20.DateRangeFilterTileComponent, typeof i21.DrilldownBreadcrumbsComponent, typeof i22.ContextMenuComponent, typeof i23.BoxplotChartComponent, typeof i24.ScattermapChartComponent, typeof i25.AreamapChartComponent]>;
57
58
  static ɵinj: i0.ɵɵInjectorDeclaration<SdkUiModule>;
58
59
  }
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.0.0",
14
+ "version": "1.1.0",
15
15
  "author": "Sisense",
16
16
  "license": "SEE LICENSE IN LICENSE.md",
17
17
  "main": "dist",
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.0.0";
1
+ declare const _default: "1.1.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.0.0",
14
+ "version": "1.1.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"
46
46
  },
47
47
  "dependencies": {
48
- "@sisense/sdk-data": "^1.0.0",
49
- "@sisense/sdk-tracking": "^1.0.0",
50
- "@sisense/sdk-ui-preact": "^1.0.0",
48
+ "@sisense/sdk-data": "^1.1.0",
49
+ "@sisense/sdk-tracking": "^1.1.0",
50
+ "@sisense/sdk-ui-preact": "^1.1.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"