@progress/kendo-vue-charts 6.1.1-develop.5 → 6.2.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/index.d.ts CHANGED
@@ -1508,14 +1508,6 @@ declare interface CategoryAxisTitle_2 {
1508
1508
  *
1509
1509
  * @example
1510
1510
  * ```jsx
1511
- * import {
1512
- * Chart,
1513
- * ChartCategoryAxis,
1514
- * ChartCategoryAxisItem,
1515
- * ChartSeries,
1516
- * ChartSeriesItem
1517
- * } from '@progress/kendo-vue-charts';
1518
- *
1519
1511
  * <template>
1520
1512
  * <Chart>
1521
1513
  * <ChartCategoryAxis>
@@ -1527,6 +1519,14 @@ declare interface CategoryAxisTitle_2 {
1527
1519
  * </Chart>
1528
1520
  * </template>
1529
1521
  * <script>
1522
+ * import {
1523
+ * Chart,
1524
+ * ChartCategoryAxis,
1525
+ * ChartCategoryAxisItem,
1526
+ * ChartSeries,
1527
+ * ChartSeriesItem
1528
+ * } from '@progress/kendo-vue-charts';
1529
+ *
1530
1530
  * export default {
1531
1531
  * components: {
1532
1532
  * Chart,
@@ -7030,9 +7030,8 @@ default: () => any;
7030
7030
  };
7031
7031
  toField: PropType<string>;
7032
7032
  type: {
7033
- type: PropType<string>;
7033
+ type: PropType<SeriesType>;
7034
7034
  default: () => any;
7035
- validator: (value: string) => boolean;
7036
7035
  };
7037
7036
  upperField: PropType<string>;
7038
7037
  visible: {
@@ -7212,9 +7211,8 @@ default: () => any;
7212
7211
  };
7213
7212
  toField: PropType<string>;
7214
7213
  type: {
7215
- type: PropType<string>;
7214
+ type: PropType<SeriesType>;
7216
7215
  default: () => any;
7217
- validator: (value: string) => boolean;
7218
7216
  };
7219
7217
  upperField: PropType<string>;
7220
7218
  visible: {
@@ -7289,7 +7287,7 @@ line: SeriesLine_2;
7289
7287
  dashType: string;
7290
7288
  color: any;
7291
7289
  border: Border_2;
7292
- type: string;
7290
+ type: SeriesType;
7293
7291
  visible: boolean;
7294
7292
  visual: (e: SeriesVisualArgs_2) => Element_2;
7295
7293
  dataItems: any[];
@@ -7358,6 +7356,7 @@ export declare interface ChartSeriesItemOutliersProps extends SeriesOutliers {
7358
7356
  }
7359
7357
 
7360
7358
  export declare interface ChartSeriesItemProps extends Series_2 {
7359
+ type: SeriesType;
7361
7360
  }
7362
7361
 
7363
7362
  /**
@@ -7700,7 +7699,6 @@ size: PropType<number>;
7700
7699
  type: {
7701
7700
  type: PropType<string>;
7702
7701
  default: () => any;
7703
- validator: (value: string) => boolean;
7704
7702
  };
7705
7703
  visible: {
7706
7704
  type: PropType<boolean>;
@@ -7729,7 +7727,6 @@ size: PropType<number>;
7729
7727
  type: {
7730
7728
  type: PropType<string>;
7731
7729
  default: () => any;
7732
- validator: (value: string) => boolean;
7733
7730
  };
7734
7731
  visible: {
7735
7732
  type: PropType<boolean>;
@@ -8921,6 +8918,10 @@ background: {
8921
8918
  type: PropType<string>;
8922
8919
  default: any;
8923
8920
  };
8921
+ categories: {
8922
+ type: PropType<any[]>;
8923
+ default: any;
8924
+ };
8924
8925
  baseUnit: {
8925
8926
  type: PropType<string>;
8926
8927
  default: any;
@@ -9024,6 +9025,10 @@ background: {
9024
9025
  type: PropType<string>;
9025
9026
  default: any;
9026
9027
  };
9028
+ categories: {
9029
+ type: PropType<any[]>;
9030
+ default: any;
9031
+ };
9027
9032
  baseUnit: {
9028
9033
  type: PropType<string>;
9029
9034
  default: any;
@@ -9140,6 +9145,7 @@ plotBands: PlotBand_2[];
9140
9145
  startAngle: number;
9141
9146
  axisCrossingValue: any;
9142
9147
  baseUnit: string;
9148
+ categories: any[];
9143
9149
  max: any;
9144
9150
  min: any;
9145
9151
  majorUnit: number;
@@ -9629,6 +9635,10 @@ type: PropType<string>;
9629
9635
  default: any;
9630
9636
  validator: (value: string) => any;
9631
9637
  };
9638
+ categories: {
9639
+ type: PropType<any[]>;
9640
+ default: any;
9641
+ };
9632
9642
  color: {
9633
9643
  type: PropType<string>;
9634
9644
  default: any;
@@ -9728,6 +9738,10 @@ type: PropType<string>;
9728
9738
  default: any;
9729
9739
  validator: (value: string) => any;
9730
9740
  };
9741
+ categories: {
9742
+ type: PropType<any[]>;
9743
+ default: any;
9744
+ };
9731
9745
  color: {
9732
9746
  type: PropType<string>;
9733
9747
  default: any;
@@ -9834,6 +9848,7 @@ pane: string;
9834
9848
  plotBands: PlotBand_2[];
9835
9849
  axisCrossingValue: any;
9836
9850
  baseUnit: string;
9851
+ categories: any[];
9837
9852
  max: any;
9838
9853
  min: any;
9839
9854
  majorUnit: number;
@@ -10258,12 +10273,6 @@ export { CrosshatchPattern }
10258
10273
  *
10259
10274
  * @example
10260
10275
  * ```jsx
10261
- * import {
10262
- * Chart,
10263
- * ChartSeries,
10264
- * ChartSeriesItem
10265
- * } from '@progress/kendo-vue-charts';
10266
- *
10267
10276
  * <template>
10268
10277
  * <Chart>
10269
10278
  * <ChartSeries>
@@ -10272,6 +10281,12 @@ export { CrosshatchPattern }
10272
10281
  * </Chart>
10273
10282
  * </template>
10274
10283
  * <script>
10284
+ * import {
10285
+ * Chart,
10286
+ * ChartSeries,
10287
+ * ChartSeriesItem
10288
+ * } from '@progress/kendo-vue-charts';
10289
+ *
10275
10290
  * export default {
10276
10291
  * components: {
10277
10292
  * Chart,
@@ -10280,7 +10295,7 @@ export { CrosshatchPattern }
10280
10295
  * },
10281
10296
  * data () {
10282
10297
  * return {
10283
- * data: [1, 2, 3]
10298
+ * dataItems: [1, 2, 3]
10284
10299
  * };
10285
10300
  * }
10286
10301
  * }
@@ -11125,12 +11140,6 @@ declare interface LegendTitle_2 {
11125
11140
  *
11126
11141
  * @example
11127
11142
  * ```jsx
11128
- * import {
11129
- * Chart,
11130
- * ChartSeries,
11131
- * ChartSeriesItem
11132
- * } from '@progress/kendo-vue-charts';
11133
- *
11134
11143
  * <template>
11135
11144
  * <Chart>
11136
11145
  * <ChartSeries>
@@ -11139,6 +11148,12 @@ declare interface LegendTitle_2 {
11139
11148
  * </Chart>
11140
11149
  * </template>
11141
11150
  * <script>
11151
+ * import {
11152
+ * Chart,
11153
+ * ChartSeries,
11154
+ * ChartSeriesItem
11155
+ * } from '@progress/kendo-vue-charts';
11156
+ *
11142
11157
  * export default {
11143
11158
  * components: {
11144
11159
  * Chart,
@@ -11226,12 +11241,6 @@ declare interface MarkersVisualArgs {
11226
11241
  *
11227
11242
  * @example
11228
11243
  * ```jsx
11229
- * import {
11230
- * Chart,
11231
- * ChartSeries,
11232
- * ChartSeriesItem
11233
- * } from '@progress/kendo-vue-charts';
11234
- *
11235
11244
  * <template>
11236
11245
  * <Chart>
11237
11246
  * <ChartSeries>
@@ -11240,6 +11249,12 @@ declare interface MarkersVisualArgs {
11240
11249
  * </Chart>
11241
11250
  * </template>
11242
11251
  * <script>
11252
+ * import {
11253
+ * Chart,
11254
+ * ChartSeries,
11255
+ * ChartSeriesItem
11256
+ * } from '@progress/kendo-vue-charts';
11257
+ *
11243
11258
  * export default {
11244
11259
  * components: {
11245
11260
  * Chart,
@@ -11256,7 +11271,7 @@ declare interface MarkersVisualArgs {
11256
11271
  * </script>
11257
11272
  * ```
11258
11273
  */
11259
- declare type MarkerType = 'square' | 'circle' | 'triangle' | 'cross';
11274
+ declare type MarkerType = 'square' | 'circle' | 'triangle' | 'cross' | 'rect' | 'roundedRect';
11260
11275
 
11261
11276
  /**
11262
11277
  * Specifies a modifier key.
@@ -11459,38 +11474,50 @@ export declare class NoteHoverEvent extends BaseEvent {
11459
11474
  *
11460
11475
  * @example
11461
11476
  * ```jsx
11477
+ * <template>
11478
+ * <div>
11479
+ * <Chart>
11480
+ * <ChartValueAxis>
11481
+ * <ChartValueAxisItem :max="5" :notes="valueNotes" />
11482
+ * </ChartValueAxis>
11483
+ * </Chart>
11484
+ * </div>
11485
+ * </template>
11486
+ *
11487
+ * <script>
11462
11488
  * import {
11463
- * Chart,
11464
- * ChartValueAxis,
11465
- * ChartValueAxisItem
11489
+ * Chart,
11490
+ * ChartValueAxis,
11491
+ * ChartValueAxisItem,
11466
11492
  * } from '@progress/kendo-vue-charts';
11467
11493
  *
11468
- * <template>
11469
- * <Chart>
11470
- * <ChartValueAxis>
11471
- * <ChartValueAxisItem :notes="notes" />
11472
- * </ChartValueAxis>
11473
- * </Chart>
11474
- * </template>
11475
- * <script>
11476
11494
  * export default {
11477
11495
  * components: {
11478
- * Chart,
11479
- * ChartValueAxis,
11480
- * ChartValueAxisItem
11496
+ * Chart,
11497
+ * ChartValueAxis,
11498
+ * ChartValueAxisItem,
11481
11499
  * },
11482
- * computed: {
11483
- * notes(){
11484
- * return { dataItems: this.dataItems, label: { position: this.position } }
11485
- * }
11500
+ * data: function () {
11501
+ * return {
11502
+ * valueNotes: {
11503
+ * data: [
11504
+ * {
11505
+ * value: 4,
11506
+ * text: 'Max',
11507
+ * },
11508
+ * {
11509
+ * value: 1,
11510
+ * text: 'Min',
11511
+ * },
11512
+ * ],
11513
+ * label: {
11514
+ * position: 'outside',
11515
+ * content: (args) => args.dataItem.text,
11516
+ * },
11517
+ * },
11518
+ * };
11486
11519
  * },
11487
- * data () {
11488
- * return {
11489
- * dataItems: [{value: 1, label: { text: 'Foo' }}],
11490
- * position: "outside"
11491
- * };
11492
- * }
11493
- * }
11520
+ * };
11494
11521
  * </script>
11495
11522
  * ```
11496
11523
  */
@@ -11523,38 +11550,47 @@ declare interface NoteLine {
11523
11550
  *
11524
11551
  * @example
11525
11552
  * ```jsx
11526
- * import {
11527
- * Chart,
11528
- * ChartValueAxis,
11529
- * ChartValueAxisItem
11530
- * } from '@progress/kendo-жуе-charts';
11553
+ * <template>
11554
+ * <div>
11555
+ * <Chart>
11556
+ * <ChartValueAxis>
11557
+ * <ChartValueAxisItem :notes="valueNotes" />
11558
+ * </ChartValueAxis>
11559
+ * </Chart>
11560
+ * </div>
11561
+ * </template>
11531
11562
  *
11532
- * <template>
11533
- * <Chart>
11534
- * <ChartValueAxis>
11535
- * <ChartValueAxisItem :notes="note" />
11536
- * </ChartValueAxis>
11537
- * </Chart>
11538
- * </template>
11539
11563
  * <script>
11564
+ * import {
11565
+ * Chart,
11566
+ * ChartValueAxis,
11567
+ * ChartValueAxisItem,
11568
+ * } from '@progress/kendo-vue-charts';
11569
+ *
11540
11570
  * export default {
11541
11571
  * components: {
11542
- * Chart,
11543
- * ChartValueAxis,
11544
- * ChartValueAxisItem
11572
+ * Chart,
11573
+ * ChartValueAxis,
11574
+ * ChartValueAxisItem,
11545
11575
  * },
11546
- * computed: {
11547
- * notes(){
11548
- * return { dataItems: this.dataItems, position: this.position }
11549
- * }
11576
+ * data: function () {
11577
+ * return {
11578
+ * valueNotes: {
11579
+ * data: [
11580
+ * {
11581
+ * value: 4,
11582
+ * text: 'Max',
11583
+ * },
11584
+ * {
11585
+ * value: 1,
11586
+ * text: 'Min',
11587
+ * },
11588
+ * ],
11589
+ * position: 'left',
11590
+ * },
11591
+ * };
11550
11592
  * },
11551
- * data () {
11552
- * return {
11553
- * dataItems: [{value: 1}],
11554
- * position: "right"
11555
- * };
11556
- * }
11557
- * }
11593
+ * };
11558
11594
  * </script>
11559
11595
  * ```
11560
11596
  */
@@ -13792,6 +13828,8 @@ declare interface SeriesMarkers {
13792
13828
  * * `"square"`&mdash;The marker shape is a square.
13793
13829
  * * `"triangle"`&mdash;The marker shape is a triangle.
13794
13830
  * * `"cross"`&mdash;The marker shape is a cross.
13831
+ * * `"rect"`&mdash;An alias for "square".
13832
+ * * `"roundedRect"`&mdash;The marker shape is a rounded rectangle.
13795
13833
  */
13796
13834
  type?: MarkerType | string;
13797
13835
  /**
@@ -14192,35 +14230,36 @@ declare interface SeriesTrendline {
14192
14230
  *
14193
14231
  * @example
14194
14232
  * ```jsx
14195
- * import {
14196
- * Chart,
14197
- * ChartSeries,
14198
- * ChartSeriesItem
14199
- * } from '@progress/kendo-vue-charts';
14200
- *
14201
14233
  * <template>
14202
- * <Chart>
14203
- * <ChartSeries>
14204
- * <ChartSeriesItem :type="'line'" :data-items="dataItems" :type="seriesType" />
14205
- * </ChartSeries>
14206
- * </Chart>
14234
+ * <Chart>
14235
+ * <ChartSeries>
14236
+ * <ChartSeriesItem
14237
+ * :type="'line'"
14238
+ * :data-items="dataItems"
14239
+ * :type="seriesType"
14240
+ * />
14241
+ * </ChartSeries>
14242
+ * </Chart>
14207
14243
  * </template>
14208
14244
  * <script>
14245
+ * import {
14246
+ * Chart,
14247
+ * ChartSeries,
14248
+ * ChartSeriesItem,
14249
+ * } from '@progress/kendo-vue-charts';
14209
14250
  * export default {
14210
14251
  * components: {
14211
- * Chart,
14212
- * ChartCategoryAxis,
14213
- * ChartCategoryAxisItem,
14214
- * ChartSeries,
14215
- * ChartSeriesItem
14252
+ * Chart,
14253
+ * ChartSeries,
14254
+ * ChartSeriesItem,
14216
14255
  * },
14217
- * data () {
14218
- * return {
14219
- * dataItems: [1, 2, 3],
14220
- * seriesType: "verticalLine"
14221
- * };
14222
- * }
14223
- * }
14256
+ * data() {
14257
+ * return {
14258
+ * dataItems: [1, 2, 3],
14259
+ * seriesType: 'verticalLine',
14260
+ * };
14261
+ * },
14262
+ * };
14224
14263
  * </script>
14225
14264
  * ```
14226
14265
  */
@@ -15267,6 +15306,10 @@ declare interface XAxis {
15267
15306
  * The background color of the axis.
15268
15307
  */
15269
15308
  background?: string;
15309
+ /**
15310
+ * The category names. Applicable for charts with X and Y category axes.
15311
+ */
15312
+ categories?: any[];
15270
15313
  /**
15271
15314
  * The base time interval for the axis labels. The default `baseUnit` is automatically determined from the value range.
15272
15315
  *
@@ -15698,6 +15741,10 @@ declare interface YAxis {
15698
15741
  * The background color of the axis.
15699
15742
  */
15700
15743
  background?: string;
15744
+ /**
15745
+ * The category names. Applicable for charts with X and Y category axes.
15746
+ */
15747
+ categories?: any[];
15701
15748
  /**
15702
15749
  * The base time interval for the axis labels. The default `baseUnit` is automatically determined from the value range.
15703
15750
  *
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1743059422,version:"6.1.1-develop.5",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1743072045,version:"6.2.0",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1743059422,
14
- version: "6.1.1-develop.5",
13
+ publishDate: 1743072045,
14
+ version: "6.2.0",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-charts",
3
- "version": "6.1.1-develop.5",
3
+ "version": "6.2.0",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -20,10 +20,10 @@
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-drawing": "^1.21.2",
22
22
  "@progress/kendo-licensing": "^1.4.0",
23
- "@progress/kendo-vue-common": "6.1.1-develop.5",
24
- "@progress/kendo-vue-intl": "6.1.1-develop.5",
25
- "@progress/kendo-vue-layout": "6.1.1-develop.5",
26
- "@progress/kendo-vue-popup": "6.1.1-develop.5",
23
+ "@progress/kendo-vue-common": "6.2.0",
24
+ "@progress/kendo-vue-intl": "6.2.0",
25
+ "@progress/kendo-vue-layout": "6.2.0",
26
+ "@progress/kendo-vue-popup": "6.2.0",
27
27
  "@progress/kendo-svg-icons": "^4.0.0",
28
28
  "vue": "^3.0.2"
29
29
  },
@@ -38,7 +38,30 @@
38
38
  "UI",
39
39
  "components",
40
40
  "Vue component",
41
- "Telerik"
41
+ "Telerik",
42
+ "Chart",
43
+ "Charting",
44
+ "pie chart",
45
+ "sankey",
46
+ "bar chart",
47
+ "sparkline",
48
+ "stock chart",
49
+ "area chart",
50
+ "box plot",
51
+ "bubble chart",
52
+ "bullet chart",
53
+ "donut chart",
54
+ "drilldown chart",
55
+ "funnel chart",
56
+ "heatmap chart",
57
+ "line chart",
58
+ "polar chart",
59
+ "pyramid chart",
60
+ "radar chart",
61
+ "range area chart",
62
+ "range bar chart",
63
+ "scatter chart",
64
+ "waterfall chart"
42
65
  ],
43
66
  "@progress": {
44
67
  "friendlyName": "Charts",
@@ -46,7 +69,7 @@
46
69
  "package": {
47
70
  "productName": "Kendo UI for Vue",
48
71
  "productCode": "KENDOUIVUE",
49
- "publishDate": 1743059422,
72
+ "publishDate": 1743072045,
50
73
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
51
74
  }
52
75
  },