@progress/kendo-angular-charts 15.0.2-develop.5 → 15.0.2-develop.7

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.
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './base-event';
6
6
  /**
7
- * Arguments for the `axisLabelClick` event.
7
+ * Arguments for the `axisLabelClick` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class AxisLabelClickEvent extends BaseEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendEvent } from './legend-event';
6
6
  /**
7
- * Arguments for the `legendItemClick` event.
7
+ * Arguments for the `legendItemClick` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class LegendItemClickEvent extends LegendEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendEvent } from './legend-event';
6
6
  /**
7
- * Arguments for the `legendItemHover` event.
7
+ * Arguments for the `legendItemHover` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class LegendItemHoverEvent extends LegendEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './base-event';
6
6
  /**
7
- * Arguments for the `plotAreaClick` event.
7
+ * Arguments for the `plotAreaClick` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class PlotAreaClickEvent extends BaseEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './base-event';
6
6
  /**
7
- * Arguments for the `plotAreaHover` event.
7
+ * Arguments for the `plotAreaHover` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class PlotAreaHoverEvent extends BaseEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './base-event';
6
6
  /**
7
- * Arguments for the `render` event.
7
+ * Arguments for the `render` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class RenderEvent extends BaseEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseEvent } from './base-event';
6
6
  /**
7
- * Arguments for the `seriesClick` event.
7
+ * Arguments for the `seriesClick` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class SeriesClickEvent extends BaseEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SeriesEvent } from './series-event';
6
6
  /**
7
- * Arguments for the `seriesHover` event.
7
+ * Arguments for the `seriesHover` event([see example](slug:events_chart)).
8
8
  */
9
9
  export class SeriesHoverEvent extends SeriesEvent {
10
10
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-charts',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1707731643,
13
- version: '15.0.2-develop.5',
12
+ publishDate: 1707920191,
13
+ version: '15.0.2-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -6,7 +6,7 @@ import { ChartComponent } from '../chart.component';
6
6
  import { BaseEvent } from './base-event';
7
7
  import { EventAxisOptions } from '../api-types/event-axis-options.interface';
8
8
  /**
9
- * Arguments for the `axisLabelClick` event.
9
+ * Arguments for the `axisLabelClick` event([see example](slug:events_chart)).
10
10
  */
11
11
  export declare class AxisLabelClickEvent extends BaseEvent {
12
12
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendEvent } from './legend-event';
6
6
  /**
7
- * Arguments for the `legendItemClick` event.
7
+ * Arguments for the `legendItemClick` event([see example](slug:events_chart)).
8
8
  */
9
9
  export declare class LegendItemClickEvent extends LegendEvent {
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendEvent } from './legend-event';
6
6
  /**
7
- * Arguments for the `legendItemHover` event.
7
+ * Arguments for the `legendItemHover` event([see example](slug:events_chart)).
8
8
  */
9
9
  export declare class LegendItemHoverEvent extends LegendEvent {
10
10
  /**
@@ -5,7 +5,7 @@
5
5
  import { ChartComponent } from '../chart.component';
6
6
  import { BaseEvent } from './base-event';
7
7
  /**
8
- * Arguments for the `plotAreaClick` event.
8
+ * Arguments for the `plotAreaClick` event([see example](slug:events_chart)).
9
9
  */
10
10
  export declare class PlotAreaClickEvent extends BaseEvent {
11
11
  /**
@@ -5,7 +5,7 @@
5
5
  import { ChartComponent } from '../chart.component';
6
6
  import { BaseEvent } from './base-event';
7
7
  /**
8
- * Arguments for the `plotAreaHover` event.
8
+ * Arguments for the `plotAreaHover` event([see example](slug:events_chart)).
9
9
  */
10
10
  export declare class PlotAreaHoverEvent extends BaseEvent {
11
11
  /**
@@ -5,7 +5,7 @@
5
5
  import { ChartComponent } from '../chart.component';
6
6
  import { BaseEvent } from './base-event';
7
7
  /**
8
- * Arguments for the `render` event.
8
+ * Arguments for the `render` event([see example](slug:events_chart)).
9
9
  */
10
10
  export declare class RenderEvent extends BaseEvent {
11
11
  /**
@@ -7,7 +7,7 @@ import { BaseEvent } from './base-event';
7
7
  import { EventSeriesOptions } from '../api-types/event-series-options.interface';
8
8
  import { SeriesPoint } from '../api-types/series-point.interface';
9
9
  /**
10
- * Arguments for the `seriesClick` event.
10
+ * Arguments for the `seriesClick` event([see example](slug:events_chart)).
11
11
  */
12
12
  export declare class SeriesClickEvent extends BaseEvent {
13
13
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SeriesEvent } from './series-event';
6
6
  /**
7
- * Arguments for the `seriesHover` event.
7
+ * Arguments for the `seriesHover` event([see example](slug:events_chart)).
8
8
  */
9
9
  export declare class SeriesHoverEvent extends SeriesEvent {
10
10
  }
@@ -1436,7 +1436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1436
1436
  }], ctorParameters: function () { return [{ type: undefined }]; } });
1437
1437
 
1438
1438
  /**
1439
- * Arguments for the `axisLabelClick` event.
1439
+ * Arguments for the `axisLabelClick` event([see example](slug:events_chart)).
1440
1440
  */
1441
1441
  class AxisLabelClickEvent extends BaseEvent {
1442
1442
  /**
@@ -1544,7 +1544,7 @@ class LegendEvent extends PreventableEvent {
1544
1544
  }
1545
1545
 
1546
1546
  /**
1547
- * Arguments for the `legendItemHover` event.
1547
+ * Arguments for the `legendItemHover` event([see example](slug:events_chart)).
1548
1548
  */
1549
1549
  class LegendItemHoverEvent extends LegendEvent {
1550
1550
  /**
@@ -1623,7 +1623,7 @@ class PaneRenderEvent extends BaseEvent {
1623
1623
  }
1624
1624
 
1625
1625
  /**
1626
- * Arguments for the `plotAreaClick` event.
1626
+ * Arguments for the `plotAreaClick` event([see example](slug:events_chart)).
1627
1627
  */
1628
1628
  class PlotAreaClickEvent extends BaseEvent {
1629
1629
  /**
@@ -1640,7 +1640,7 @@ class PlotAreaClickEvent extends BaseEvent {
1640
1640
  }
1641
1641
 
1642
1642
  /**
1643
- * Arguments for the `plotAreaHover` event.
1643
+ * Arguments for the `plotAreaHover` event([see example](slug:events_chart)).
1644
1644
  */
1645
1645
  class PlotAreaHoverEvent extends BaseEvent {
1646
1646
  /**
@@ -1660,7 +1660,7 @@ class PlotAreaLeaveEvent extends BaseEvent {
1660
1660
  }
1661
1661
 
1662
1662
  /**
1663
- * Arguments for the `render` event.
1663
+ * Arguments for the `render` event([see example](slug:events_chart)).
1664
1664
  */
1665
1665
  class RenderEvent extends BaseEvent {
1666
1666
  /**
@@ -1717,7 +1717,7 @@ class SelectStartEvent extends PreventableEvent {
1717
1717
  }
1718
1718
 
1719
1719
  /**
1720
- * Arguments for the `seriesClick` event.
1720
+ * Arguments for the `seriesClick` event([see example](slug:events_chart)).
1721
1721
  */
1722
1722
  class SeriesClickEvent extends BaseEvent {
1723
1723
  /**
@@ -1757,7 +1757,7 @@ class SeriesEvent extends PreventableEvent {
1757
1757
  }
1758
1758
 
1759
1759
  /**
1760
- * Arguments for the `seriesHover` event.
1760
+ * Arguments for the `seriesHover` event([see example](slug:events_chart)).
1761
1761
  */
1762
1762
  class SeriesHoverEvent extends SeriesEvent {
1763
1763
  }
@@ -1855,7 +1855,7 @@ class InstanceEventService {
1855
1855
  }
1856
1856
 
1857
1857
  /**
1858
- * Arguments for the `legendItemClick` event.
1858
+ * Arguments for the `legendItemClick` event([see example](slug:events_chart)).
1859
1859
  */
1860
1860
  class LegendItemClickEvent extends LegendEvent {
1861
1861
  /**
@@ -1873,8 +1873,8 @@ const packageMetadata = {
1873
1873
  name: '@progress/kendo-angular-charts',
1874
1874
  productName: 'Kendo UI for Angular',
1875
1875
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
1876
- publishDate: 1707731643,
1877
- version: '15.0.2-develop.5',
1876
+ publishDate: 1707920191,
1877
+ version: '15.0.2-develop.7',
1878
1878
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1879
1879
  };
1880
1880
 
@@ -1811,7 +1811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1811
1811
  }], ctorParameters: function () { return [{ type: undefined }]; } });
1812
1812
 
1813
1813
  /**
1814
- * Arguments for the `axisLabelClick` event.
1814
+ * Arguments for the `axisLabelClick` event([see example](slug:events_chart)).
1815
1815
  */
1816
1816
  class AxisLabelClickEvent extends BaseEvent {
1817
1817
  /**
@@ -1919,7 +1919,7 @@ class LegendEvent extends PreventableEvent {
1919
1919
  }
1920
1920
 
1921
1921
  /**
1922
- * Arguments for the `legendItemHover` event.
1922
+ * Arguments for the `legendItemHover` event([see example](slug:events_chart)).
1923
1923
  */
1924
1924
  class LegendItemHoverEvent extends LegendEvent {
1925
1925
  /**
@@ -1998,7 +1998,7 @@ class PaneRenderEvent extends BaseEvent {
1998
1998
  }
1999
1999
 
2000
2000
  /**
2001
- * Arguments for the `plotAreaClick` event.
2001
+ * Arguments for the `plotAreaClick` event([see example](slug:events_chart)).
2002
2002
  */
2003
2003
  class PlotAreaClickEvent extends BaseEvent {
2004
2004
  /**
@@ -2015,7 +2015,7 @@ class PlotAreaClickEvent extends BaseEvent {
2015
2015
  }
2016
2016
 
2017
2017
  /**
2018
- * Arguments for the `plotAreaHover` event.
2018
+ * Arguments for the `plotAreaHover` event([see example](slug:events_chart)).
2019
2019
  */
2020
2020
  class PlotAreaHoverEvent extends BaseEvent {
2021
2021
  /**
@@ -2035,7 +2035,7 @@ class PlotAreaLeaveEvent extends BaseEvent {
2035
2035
  }
2036
2036
 
2037
2037
  /**
2038
- * Arguments for the `render` event.
2038
+ * Arguments for the `render` event([see example](slug:events_chart)).
2039
2039
  */
2040
2040
  class RenderEvent extends BaseEvent {
2041
2041
  /**
@@ -2092,7 +2092,7 @@ class SelectStartEvent extends PreventableEvent {
2092
2092
  }
2093
2093
 
2094
2094
  /**
2095
- * Arguments for the `seriesClick` event.
2095
+ * Arguments for the `seriesClick` event([see example](slug:events_chart)).
2096
2096
  */
2097
2097
  class SeriesClickEvent extends BaseEvent {
2098
2098
  /**
@@ -2132,7 +2132,7 @@ class SeriesEvent extends PreventableEvent {
2132
2132
  }
2133
2133
 
2134
2134
  /**
2135
- * Arguments for the `seriesHover` event.
2135
+ * Arguments for the `seriesHover` event([see example](slug:events_chart)).
2136
2136
  */
2137
2137
  class SeriesHoverEvent extends SeriesEvent {
2138
2138
  }
@@ -2230,7 +2230,7 @@ class InstanceEventService {
2230
2230
  }
2231
2231
 
2232
2232
  /**
2233
- * Arguments for the `legendItemClick` event.
2233
+ * Arguments for the `legendItemClick` event([see example](slug:events_chart)).
2234
2234
  */
2235
2235
  class LegendItemClickEvent extends LegendEvent {
2236
2236
  /**
@@ -2248,8 +2248,8 @@ const packageMetadata = {
2248
2248
  name: '@progress/kendo-angular-charts',
2249
2249
  productName: 'Kendo UI for Angular',
2250
2250
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2251
- publishDate: 1707731643,
2252
- version: '15.0.2-develop.5',
2251
+ publishDate: 1707920191,
2252
+ version: '15.0.2-develop.7',
2253
2253
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2254
2254
  };
2255
2255
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-charts",
3
- "version": "15.0.2-develop.5",
3
+ "version": "15.0.2-develop.7",
4
4
  "description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -47,17 +47,17 @@
47
47
  "@angular/platform-browser": "13 - 17",
48
48
  "@progress/kendo-drawing": "^1.19.0",
49
49
  "@progress/kendo-licensing": "^1.0.2",
50
- "@progress/kendo-angular-common": "15.0.2-develop.5",
51
- "@progress/kendo-angular-intl": "15.0.2-develop.5",
52
- "@progress/kendo-angular-l10n": "15.0.2-develop.5",
53
- "@progress/kendo-angular-popup": "15.0.2-develop.5",
54
- "@progress/kendo-angular-navigation": "15.0.2-develop.5",
50
+ "@progress/kendo-angular-common": "15.0.2-develop.7",
51
+ "@progress/kendo-angular-intl": "15.0.2-develop.7",
52
+ "@progress/kendo-angular-l10n": "15.0.2-develop.7",
53
+ "@progress/kendo-angular-popup": "15.0.2-develop.7",
54
+ "@progress/kendo-angular-navigation": "15.0.2-develop.7",
55
55
  "hammerjs": "^2.0.0",
56
56
  "rxjs": "^6.5.3 || ^7.0.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "tslib": "^2.3.1",
60
- "@progress/kendo-angular-schematics": "15.0.2-develop.5",
60
+ "@progress/kendo-angular-schematics": "15.0.2-develop.7",
61
61
  "@progress/kendo-charts": "2.1.0",
62
62
  "@progress/kendo-svg-icons": "^2.0.0"
63
63
  },