@progress/kendo-vue-charts 3.3.6-dev.202206170937 → 3.4.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.
@@ -1,6 +1,6 @@
1
1
  import { DashType } from './dash-type';
2
2
  /**
3
- * The appearance settings for the border lines (see the [basic usage example]({% slug api_charts_charttitle %})).
3
+ * The appearance settings for the border lines (see the [basic usage example]({% slug api_charts_charttitleprops %})).
4
4
  */
5
5
  export interface Border {
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { Margin } from './margin.interface';
2
2
  /**
3
- * The padding configuration for each side (see the [basic usage example]({% slug api_charts_charttitle %})).
3
+ * The padding configuration for each side (see the [basic usage example]({% slug api_charts_charttitleprops %})).
4
4
  */
5
5
  export interface Padding extends Margin {
6
6
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitem %}).
2
+ * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitemprops %}).
3
3
  */
4
4
  export declare enum WeekStartDay {
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitem %}).
2
+ * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitemprops %}).
3
3
  */
4
4
  export var WeekStartDay;
5
5
  (function (WeekStartDay) {
@@ -37,9 +37,9 @@ export interface CategoryAxisLabels {
37
37
  /**
38
38
  * The format for displaying the labels of the date category axis. The `{0}` placeholder represents the category value. The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`]({% slug api_charts_chartcategoryaxisitemprops %}#toc-baseunit) option.
39
39
  *
40
- * Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats. For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
40
+ * Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats. For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
41
41
  *
42
- * > Not supported for Radar Charts. Use [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) instead.
42
+ * > Not supported for Radar Charts. Use [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) instead.
43
43
  */
44
44
  dateFormats?: DateFormats;
45
45
  /**
@@ -49,7 +49,7 @@ export interface CategoryAxis {
49
49
  */
50
50
  categories?: any[];
51
51
  /**
52
- * The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb. Can be overridden by [`categoryAxis.labels.color`]({% slug api_charts_chartcategoryaxislabels %}#toc-color) and [`categoryAxis.line.color`]({% slug api_charts_axisline %}#toc-color).
52
+ * The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb. Can be overridden by [`categoryAxis.labels.color`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-color) and [`categoryAxis.line.color`]({% slug api_charts_axisline %}#toc-color).
53
53
  */
54
54
  color?: string;
55
55
  /**
@@ -33,7 +33,7 @@ export interface XAxisLabels {
33
33
  */
34
34
  culture?: string;
35
35
  /**
36
- * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`xAxis.baseUnit`]({% slug api_charts_chartxaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats.
36
+ * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`xAxis.baseUnit`]({% slug api_charts_chartxaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats.
37
37
  */
38
38
  dateFormats?: DateFormats;
39
39
  /**
@@ -33,7 +33,7 @@ export interface YAxisLabels {
33
33
  */
34
34
  culture?: string;
35
35
  /**
36
- * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`yAxis.baseUnit`]({% slug api_charts_chartyaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats.
36
+ * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`yAxis.baseUnit`]({% slug api_charts_chartyaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats.
37
37
  */
38
38
  dateFormats?: DateFormats;
39
39
  /**
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-charts',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1655457922,
8
+ publishDate: 1655871563,
9
9
  version: '',
10
10
  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'
11
11
  };
@@ -1,6 +1,6 @@
1
1
  import { DashType } from './dash-type';
2
2
  /**
3
- * The appearance settings for the border lines (see the [basic usage example]({% slug api_charts_charttitle %})).
3
+ * The appearance settings for the border lines (see the [basic usage example]({% slug api_charts_charttitleprops %})).
4
4
  */
5
5
  export interface Border {
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  import { Margin } from './margin.interface';
2
2
  /**
3
- * The padding configuration for each side (see the [basic usage example]({% slug api_charts_charttitle %})).
3
+ * The padding configuration for each side (see the [basic usage example]({% slug api_charts_charttitleprops %})).
4
4
  */
5
5
  export interface Padding extends Margin {
6
6
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitem %}).
2
+ * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitemprops %}).
3
3
  */
4
4
  export declare enum WeekStartDay {
5
5
  /**
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WeekStartDay = void 0;
4
4
  /**
5
- * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitem %}).
5
+ * Specifies the `weekStartDay` of a [ChartCategoryAxisItem]({% slug api_charts_chartcategoryaxisitemprops %}).
6
6
  */
7
7
  var WeekStartDay;
8
8
  (function (WeekStartDay) {
@@ -37,9 +37,9 @@ export interface CategoryAxisLabels {
37
37
  /**
38
38
  * The format for displaying the labels of the date category axis. The `{0}` placeholder represents the category value. The Chart selects the appropriate format for the current [`categoryAxis.baseUnit`]({% slug api_charts_chartcategoryaxisitemprops %}#toc-baseunit) option.
39
39
  *
40
- * Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats. For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
40
+ * Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats. For more information, refer to the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
41
41
  *
42
- * > Not supported for Radar Charts. Use [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) instead.
42
+ * > Not supported for Radar Charts. Use [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) instead.
43
43
  */
44
44
  dateFormats?: DateFormats;
45
45
  /**
@@ -49,7 +49,7 @@ export interface CategoryAxis {
49
49
  */
50
50
  categories?: any[];
51
51
  /**
52
- * The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb. Can be overridden by [`categoryAxis.labels.color`]({% slug api_charts_chartcategoryaxislabels %}#toc-color) and [`categoryAxis.line.color`]({% slug api_charts_axisline %}#toc-color).
52
+ * The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb. Can be overridden by [`categoryAxis.labels.color`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-color) and [`categoryAxis.line.color`]({% slug api_charts_axisline %}#toc-color).
53
53
  */
54
54
  color?: string;
55
55
  /**
@@ -33,7 +33,7 @@ export interface XAxisLabels {
33
33
  */
34
34
  culture?: string;
35
35
  /**
36
- * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`xAxis.baseUnit`]({% slug api_charts_chartxaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats.
36
+ * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`xAxis.baseUnit`]({% slug api_charts_chartxaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats.
37
37
  */
38
38
  dateFormats?: DateFormats;
39
39
  /**
@@ -33,7 +33,7 @@ export interface YAxisLabels {
33
33
  */
34
34
  culture?: string;
35
35
  /**
36
- * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`yAxis.baseUnit`]({% slug api_charts_chartyaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabels %}#toc-format) option overrides the date formats.
36
+ * The format for displaying the labels when the X values are dates. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService. Contains one placeholder (`"{0}"`) which represents the category value. The Chart selects the appropriate format for the current [`yAxis.baseUnit`]({% slug api_charts_chartyaxisitemprops %}#toc-baseunit). Setting the [`categoryAxis.labels.format`]({% slug api_charts_chartcategoryaxislabelsprops %}#toc-format) option overrides the date formats.
37
37
  */
38
38
  dateFormats?: DateFormats;
39
39
  /**
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-charts',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1655457922,
11
+ publishDate: 1655871563,
12
12
  version: '',
13
13
  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'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-charts",
3
3
  "description": "Kendo UI for Vue Charts package",
4
- "version": "3.3.6-dev.202206170937",
4
+ "version": "3.4.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@progress/kendo-charts": "^1.18.0",
41
- "@progress/kendo-vue-common": "3.3.6-dev.202206170937",
42
- "@progress/kendo-vue-popup": "3.3.6-dev.202206170937"
41
+ "@progress/kendo-vue-common": "3.4.0",
42
+ "@progress/kendo-vue-popup": "3.4.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@progress/kendo-data-query": "^1.0.0",
46
46
  "@progress/kendo-drawing": "^1.8.0",
47
47
  "@progress/kendo-file-saver": "^1.0.1",
48
48
  "@progress/kendo-licensing": "^1.2.0",
49
- "@progress/kendo-vue-dropdowns": "3.3.6-dev.202206170937",
50
- "@progress/kendo-vue-inputs": "3.3.6-dev.202206170937",
51
- "@progress/kendo-vue-intl": "3.3.6-dev.202206170937",
49
+ "@progress/kendo-vue-dropdowns": "3.4.0",
50
+ "@progress/kendo-vue-inputs": "3.4.0",
51
+ "@progress/kendo-vue-intl": "3.4.0",
52
52
  "cldr-core": "^36.0.0",
53
53
  "cldr-dates-full": "^36.0.0",
54
54
  "cldr-numbers-full": "^36.0.0",