@sisense/sdk-ui-angular 1.7.1 → 1.8.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 (38) hide show
  1. package/dist/esm2020/lib/components/charts/area-chart.component.mjs +1 -2
  2. package/dist/esm2020/lib/components/charts/areamap-chart.component.mjs +1 -2
  3. package/dist/esm2020/lib/components/charts/bar-chart.component.mjs +1 -2
  4. package/dist/esm2020/lib/components/charts/boxplot-chart.component.mjs +3 -4
  5. package/dist/esm2020/lib/components/charts/column-chart.component.mjs +1 -2
  6. package/dist/esm2020/lib/components/charts/funnel-chart.component.mjs +1 -2
  7. package/dist/esm2020/lib/components/charts/indicator-chart.component.mjs +1 -2
  8. package/dist/esm2020/lib/components/charts/line-chart.component.mjs +1 -2
  9. package/dist/esm2020/lib/components/charts/pie-chart.component.mjs +1 -2
  10. package/dist/esm2020/lib/components/charts/polar-chart.component.mjs +1 -2
  11. package/dist/esm2020/lib/components/charts/scatter-chart.component.mjs +1 -3
  12. package/dist/esm2020/lib/components/charts/scattermap-chart.component.mjs +1 -2
  13. package/dist/esm2020/lib/components/charts/sunburst-chart.component.mjs +1 -2
  14. package/dist/esm2020/lib/components/charts/treemap-chart.component.mjs +1 -2
  15. package/dist/esm2020/lib/sdk-ui-core-exports.mjs +1 -1
  16. package/dist/esm2020/version.mjs +2 -2
  17. package/dist/fesm2015/sisense-sdk-ui-angular.mjs +3 -18
  18. package/dist/fesm2015/sisense-sdk-ui-angular.mjs.map +1 -1
  19. package/dist/fesm2020/sisense-sdk-ui-angular.mjs +3 -18
  20. package/dist/fesm2020/sisense-sdk-ui-angular.mjs.map +1 -1
  21. package/dist/lib/components/charts/area-chart.component.d.ts +0 -1
  22. package/dist/lib/components/charts/areamap-chart.component.d.ts +0 -1
  23. package/dist/lib/components/charts/bar-chart.component.d.ts +0 -1
  24. package/dist/lib/components/charts/boxplot-chart.component.d.ts +2 -3
  25. package/dist/lib/components/charts/column-chart.component.d.ts +0 -1
  26. package/dist/lib/components/charts/funnel-chart.component.d.ts +0 -1
  27. package/dist/lib/components/charts/indicator-chart.component.d.ts +0 -1
  28. package/dist/lib/components/charts/line-chart.component.d.ts +0 -1
  29. package/dist/lib/components/charts/pie-chart.component.d.ts +0 -1
  30. package/dist/lib/components/charts/polar-chart.component.d.ts +0 -1
  31. package/dist/lib/components/charts/scatter-chart.component.d.ts +0 -2
  32. package/dist/lib/components/charts/scattermap-chart.component.d.ts +0 -1
  33. package/dist/lib/components/charts/sunburst-chart.component.d.ts +0 -1
  34. package/dist/lib/components/charts/treemap-chart.component.d.ts +0 -1
  35. package/dist/lib/sdk-ui-core-exports.d.ts +1 -1
  36. package/dist/package.json +1 -1
  37. package/dist/version.d.ts +1 -1
  38. package/package.json +4 -4
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component similar to a {@link LineChartComponent},
8
8
  * but with filled in areas under each line and an option to display them as stacked.
9
- * More info on [Sisense Documentation page](https://docs.sisense.com/main/SisenseLinux/area-chart.htm).
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -4,7 +4,6 @@ import { ArgumentsAsObject } from '../../types/utility-types';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * An Angular component that allows to visualize geographical data as polygons on a map.
7
- * See [Areamap Chart](https://docs.sisense.com/main/SisenseLinux/area-map.htm) for more information.
8
7
  *
9
8
  * @example
10
9
  * ```html
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component representing categorical data with horizontal rectangular bars,
8
8
  * whose lengths are proportional to the values that they represent.
9
- * See [Bar Chart](https://docs.sisense.com/main/SisenseLinux/bar-chart.htm) for more information.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -4,9 +4,8 @@ import { type BoxplotChartProps } from '@sisense/sdk-ui-preact';
4
4
  import { type ArgumentsAsObject } from '../../types/utility-types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
- * An Angular component representing data in a way that visually describes the distribution, variability,
8
- * and center of a data set along an axis.
9
- * See [Boxplot Chart](https://docs.sisense.com/main/SisenseLinux/box-and-whisker-plot.htm) for more information.
7
+ * An Angular component representing data in a way that visually describes the distribution
8
+ * variability, and center of a data set along an axis.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component representing categorical data with vertical rectangular bars
8
8
  * whose heights are proportional to the values that they represent.
9
- * See [Column Chart](https://docs.sisense.com/main/SisenseLinux/column-chart.htm) for more information.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -5,7 +5,6 @@ import { type ArgumentsAsObject } from '../../types/utility-types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component representing data progressively decreasing in size or quantity through a funnel shape.
8
- * See [Funnel Chart](https://docs.sisense.com/main/SisenseLinux/funnel-chart.htm) for more information.
9
8
  *
10
9
  * @example
11
10
  * ```html
@@ -3,7 +3,6 @@ import { type IndicatorChartProps } from '@sisense/sdk-ui-preact';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * A component that provides various options for displaying one or two numeric values as a number, gauge or ticker.
6
- * See [Indicator](https://docs.sisense.com/main/SisenseLinux/indicator.htm) for more information.
7
6
  *
8
7
  * @example
9
8
  * ```html
@@ -5,7 +5,6 @@ import { type ArgumentsAsObject } from '../../types/utility-types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component displaying data as a series of points connected by a line. Used to show trends or changes over time.
8
- * See [Line Chart](https://docs.sisense.com/main/SisenseLinux/line-chart.htm) for more information.
9
8
  *
10
9
  * @example
11
10
  * ```html
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component representing data in a circular graph with the data shown as slices of a whole,
8
8
  * with each slice representing a proportion of the total.
9
- * See [Pie Chart](https://docs.sisense.com/main/SisenseLinux/pie-chart.htm) for more information.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -5,7 +5,6 @@ import { type ArgumentsAsObject } from '../../types/utility-types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component comparing multiple categories/variables with a spacial perspective in a radial chart.
8
- * See [Polar Chart](https://docs.sisense.com/main/SisenseLinux/polar-chart.htm) for more information.
9
8
  *
10
9
  * @example
11
10
  * ```html
@@ -12,8 +12,6 @@ import * as i0 from "@angular/core";
12
12
  * **Size**: An optional field represented by the size of the circles.
13
13
  * If omitted, all scatter points are equal in size. If used, the circle sizes are relative to their values.
14
14
  *
15
- * See [Scatter Chart](https://docs.sisense.com/main/SisenseLinux/scatter-chart.htm) for more information.
16
- *
17
15
  * @example
18
16
  * ```html
19
17
  * <csdk-scatter-chart
@@ -5,7 +5,6 @@ import { ArgumentsAsObject } from '../../types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * An Angular component that allows to visualize geographical data as data points on a map.
8
- * See [Scattermap Chart](https://docs.sisense.com/main/SisenseLinux/scatter-map.htm) for more information.
9
8
  *
10
9
  * @example
11
10
  * ```html
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component displaying hierarchical data in the form of nested slices.
8
8
  * This type of chart can be used instead of a pie chart for comparing a large number of categories and sub-categories.
9
- * See [Sunburst Chart](https://docs.sisense.com/main/SisenseLinux/sunburst-widget.htm) for more information.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component displaying hierarchical data in the form of nested rectangles.
8
8
  * This type of chart can be used instead of a column chart for comparing a large number of categories and sub-categories.
9
- * See [Treemap Chart](https://docs.sisense.com/main/SisenseLinux/treemap.htm) for more information.
10
9
  *
11
10
  * @example
12
11
  * ```html
@@ -1,2 +1,2 @@
1
1
  export { boxWhiskerProcessResult } from '@sisense/sdk-ui-preact';
2
- export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, AppConfig, DateConfig, ContextMenuProps, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';
2
+ export type { ChartType, CartesianChartType, CategoricalChartType, ScatterChartType, IndicatorChartType, BoxplotChartType, ScattermapChartType, AreamapChartType, TableType, AreaSubtype, LineSubtype, PieSubtype, PolarSubtype, StackableSubtype, BoxplotSubtype, WidgetType, CartesianWidgetType, CategoricalWidgetType, TabularWidgetType, ChartDataOptions, CartesianChartDataOptions, CategoricalChartDataOptions, ScatterChartDataOptions, IndicatorChartDataOptions, BoxplotChartDataOptions, BoxplotChartCustomDataOptions, ScattermapChartDataOptions, AreamapChartDataOptions, TableDataOptions, PivotTableDataOptions, WidgetDataOptions, NumberFormatConfig, DecimalScale, DataColorCondition, ConditionalDataColorOptions, DataColorOptions, RangeDataColorOptions, UniformDataColorOptions, ValueToColorMap, MultiColumnValueToColorMap, SortDirection, BoxWhiskerType, ScattermapLocationLevel, StyledColumn, StyledMeasureColumn, PivotRowsSort, ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, PieStyleOptions, FunnelStyleOptions, PolarStyleOptions, IndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, NumericBarIndicatorStyleOptions, GaugeIndicatorStyleOptions, ScatterStyleOptions, TreemapStyleOptions, SunburstStyleOptions, BoxplotStyleOptions, ScattermapStyleOptions, AreamapStyleOptions, ChartWidgetStyleOptions, WidgetStyleOptions, DashboardWidgetStyleOptions, TableStyleOptions, PivotTableStyleOptions, DataLimits, Legend, Markers, Labels, IndicatorComponents, ScatterMarkerSize, LineWidth, AxisLabel, Convolution, SeriesLabels, X2Title, ScattermapMarkers, WidgetModel, DashboardModel, BeforeRenderHandler, DataPoint, ScatterDataPoint, HighchartsOptions, BoxplotDataPoint, AppConfig, DateConfig, ContextMenuProps, MenuItemSection, MonthOfYear, DayOfWeek, DateLevel, ThemeOid, GetDashboardModelOptions, GetDashboardModelsOptions, SeriesChartType, MenuPosition, ThemeSettings, Color, ColorPaletteTheme, Navigator, DrilldownOptions, DrilldownSelection, CriteriaFilterType, Member, FilterVariant, } from '@sisense/sdk-ui-preact';
package/dist/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "1.7.1",
14
+ "version": "1.8.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.7.1";
1
+ declare const _default: "1.8.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.7.1",
14
+ "version": "1.8.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.7.1",
49
- "@sisense/sdk-tracking": "^1.7.1",
50
- "@sisense/sdk-ui-preact": "^1.7.1",
48
+ "@sisense/sdk-data": "^1.8.0",
49
+ "@sisense/sdk-tracking": "^1.8.0",
50
+ "@sisense/sdk-ui-preact": "^1.8.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "ts-deepmerge": "^6.2.0",
53
53
  "tslib": "^2.3.0"