@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
@@ -306,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
306
306
  }]
307
307
  }], ctorParameters: function () { return [{ type: SisenseContextService }]; } });
308
308
 
309
- var packageVersion = '1.7.1';
309
+ var packageVersion = '1.8.0';
310
310
 
311
311
  function Trackable(target, propertyKey, descriptor) {
312
312
  const originalMethod = descriptor.value;
@@ -953,7 +953,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
953
953
  /**
954
954
  * A component representing categorical data with vertical rectangular bars
955
955
  * whose heights are proportional to the values that they represent.
956
- * See [Column Chart](https://docs.sisense.com/main/SisenseLinux/column-chart.htm) for more information.
957
956
  *
958
957
  * @example
959
958
  * ```html
@@ -1087,7 +1086,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1087
1086
  /**
1088
1087
  * A component representing categorical data with horizontal rectangular bars,
1089
1088
  * whose lengths are proportional to the values that they represent.
1090
- * See [Bar Chart](https://docs.sisense.com/main/SisenseLinux/bar-chart.htm) for more information.
1091
1089
  *
1092
1090
  * @example
1093
1091
  * ```html
@@ -1220,7 +1218,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1220
1218
  /**
1221
1219
  * A component similar to a {@link LineChartComponent},
1222
1220
  * but with filled in areas under each line and an option to display them as stacked.
1223
- * More info on [Sisense Documentation page](https://docs.sisense.com/main/SisenseLinux/area-chart.htm).
1224
1221
  *
1225
1222
  * @example
1226
1223
  * ```html
@@ -1353,7 +1350,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1353
1350
 
1354
1351
  /**
1355
1352
  * A component displaying data as a series of points connected by a line. Used to show trends or changes over time.
1356
- * See [Line Chart](https://docs.sisense.com/main/SisenseLinux/line-chart.htm) for more information.
1357
1353
  *
1358
1354
  * @example
1359
1355
  * ```html
@@ -1485,7 +1481,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1485
1481
 
1486
1482
  /**
1487
1483
  * A component that provides various options for displaying one or two numeric values as a number, gauge or ticker.
1488
- * See [Indicator](https://docs.sisense.com/main/SisenseLinux/indicator.htm) for more information.
1489
1484
  *
1490
1485
  * @example
1491
1486
  * ```html
@@ -1596,8 +1591,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1596
1591
  * **Size**: An optional field represented by the size of the circles.
1597
1592
  * If omitted, all scatter points are equal in size. If used, the circle sizes are relative to their values.
1598
1593
  *
1599
- * See [Scatter Chart](https://docs.sisense.com/main/SisenseLinux/scatter-chart.htm) for more information.
1600
- *
1601
1594
  * @example
1602
1595
  * ```html
1603
1596
  * <csdk-scatter-chart
@@ -1727,7 +1720,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1727
1720
  /**
1728
1721
  * A component representing data in a circular graph with the data shown as slices of a whole,
1729
1722
  * with each slice representing a proportion of the total.
1730
- * See [Pie Chart](https://docs.sisense.com/main/SisenseLinux/pie-chart.htm) for more information.
1731
1723
  *
1732
1724
  * @example
1733
1725
  * ```html
@@ -1860,7 +1852,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1860
1852
 
1861
1853
  /**
1862
1854
  * A component representing data progressively decreasing in size or quantity through a funnel shape.
1863
- * See [Funnel Chart](https://docs.sisense.com/main/SisenseLinux/funnel-chart.htm) for more information.
1864
1855
  *
1865
1856
  * @example
1866
1857
  * ```html
@@ -1992,7 +1983,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1992
1983
 
1993
1984
  /**
1994
1985
  * A component comparing multiple categories/variables with a spacial perspective in a radial chart.
1995
- * See [Polar Chart](https://docs.sisense.com/main/SisenseLinux/polar-chart.htm) for more information.
1996
1986
  *
1997
1987
  * @example
1998
1988
  * ```html
@@ -2126,7 +2116,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2126
2116
  /**
2127
2117
  * A component displaying hierarchical data in the form of nested rectangles.
2128
2118
  * This type of chart can be used instead of a column chart for comparing a large number of categories and sub-categories.
2129
- * See [Treemap Chart](https://docs.sisense.com/main/SisenseLinux/treemap.htm) for more information.
2130
2119
  *
2131
2120
  * @example
2132
2121
  * ```html
@@ -2260,7 +2249,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2260
2249
  /**
2261
2250
  * A component displaying hierarchical data in the form of nested slices.
2262
2251
  * This type of chart can be used instead of a pie chart for comparing a large number of categories and sub-categories.
2263
- * See [Sunburst Chart](https://docs.sisense.com/main/SisenseLinux/sunburst-widget.htm) for more information.
2264
2252
  *
2265
2253
  * @example
2266
2254
  * ```html
@@ -2392,9 +2380,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2392
2380
  }] } });
2393
2381
 
2394
2382
  /**
2395
- * An Angular component representing data in a way that visually describes the distribution, variability,
2396
- * and center of a data set along an axis.
2397
- * See [Boxplot Chart](https://docs.sisense.com/main/SisenseLinux/box-and-whisker-plot.htm) for more information.
2383
+ * An Angular component representing data in a way that visually describes the distribution
2384
+ * variability, and center of a data set along an axis.
2398
2385
  *
2399
2386
  * @example
2400
2387
  * ```html
@@ -2519,7 +2506,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2519
2506
 
2520
2507
  /**
2521
2508
  * An Angular component that allows to visualize geographical data as data points on a map.
2522
- * See [Scattermap Chart](https://docs.sisense.com/main/SisenseLinux/scatter-map.htm) for more information.
2523
2509
  *
2524
2510
  * @example
2525
2511
  * ```html
@@ -2624,7 +2610,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2624
2610
 
2625
2611
  /**
2626
2612
  * An Angular component that allows to visualize geographical data as polygons on a map.
2627
- * See [Areamap Chart](https://docs.sisense.com/main/SisenseLinux/area-map.htm) for more information.
2628
2613
  *
2629
2614
  * @example
2630
2615
  * ```html