@progress/kendo-vue-charts 3.4.5 → 3.5.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/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/dist/es/field-types/axis-line.interface.d.ts +1 -1
- package/dist/es/field-types/axis-ticks.interface.d.ts +1 -1
- package/dist/es/field-types/grid-lines.interface.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/field-types/axis-line.interface.d.ts +1 -1
- package/dist/npm/field-types/axis-ticks.interface.d.ts +1 -1
- package/dist/npm/field-types/grid-lines.interface.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DashType } from './dash-type';
|
|
2
2
|
/**
|
|
3
|
-
* The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example]({% slug
|
|
3
|
+
* The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
4
4
|
*/
|
|
5
5
|
export interface AxisLine {
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The appearance configuration for the major and minor axis ticks (see the [basic usage example]({% slug
|
|
2
|
+
* The appearance configuration for the major and minor axis ticks (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
3
3
|
*/
|
|
4
4
|
export interface AxisTicks {
|
|
5
5
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DashType } from './dash-type';
|
|
2
2
|
/**
|
|
3
|
-
* The appearance configuration for the major and minor axis grid lines (see the [basic usage example]({% slug
|
|
3
|
+
* The appearance configuration for the major and minor axis grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
4
4
|
*/
|
|
5
5
|
export interface GridLines {
|
|
6
6
|
/**
|
|
@@ -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:
|
|
8
|
+
publishDate: 1659428761,
|
|
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 axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example]({% slug
|
|
3
|
+
* The appearance settings for the axis lines. Affects the major and minor axis ticks, but not the grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
4
4
|
*/
|
|
5
5
|
export interface AxisLine {
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* The appearance configuration for the major and minor axis ticks (see the [basic usage example]({% slug
|
|
2
|
+
* The appearance configuration for the major and minor axis ticks (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
3
3
|
*/
|
|
4
4
|
export interface AxisTicks {
|
|
5
5
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DashType } from './dash-type';
|
|
2
2
|
/**
|
|
3
|
-
* The appearance configuration for the major and minor axis grid lines (see the [basic usage example]({% slug
|
|
3
|
+
* The appearance configuration for the major and minor axis grid lines (see the [basic usage example]({% slug api_charts_chartaxisdefaultsprops %})).
|
|
4
4
|
*/
|
|
5
5
|
export interface GridLines {
|
|
6
6
|
/**
|
|
@@ -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:
|
|
11
|
+
publishDate: 1659428761,
|
|
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.
|
|
4
|
+
"version": "3.5.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.
|
|
42
|
-
"@progress/kendo-vue-popup": "3.
|
|
41
|
+
"@progress/kendo-vue-common": "3.5.0",
|
|
42
|
+
"@progress/kendo-vue-popup": "3.5.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.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.
|
|
49
|
+
"@progress/kendo-vue-dropdowns": "3.5.0",
|
|
50
|
+
"@progress/kendo-vue-inputs": "3.5.0",
|
|
51
|
+
"@progress/kendo-vue-intl": "3.5.0",
|
|
52
52
|
"cldr-core": "^41.0.0",
|
|
53
53
|
"cldr-dates-full": "^41.0.0",
|
|
54
54
|
"cldr-numbers-full": "^41.0.0",
|