@progress/kendo-vue-charts 3.5.1 → 3.5.2-dev.202209020458

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/es/main.d.ts CHANGED
@@ -9,5 +9,5 @@ export * from './components/main';
9
9
  export * from './common/api-types';
10
10
  export * from './common/events';
11
11
  export * from './common/charts';
12
- export * from './methods/';
12
+ export * from './methods/main';
13
13
  export { Chart, ChartVue2, ChartProps, Sparkline, SparklineVue2, SparklineProps, StockChart, StockChartVue2, StockChartProps };
package/dist/es/main.js CHANGED
@@ -6,5 +6,5 @@ export * from './components/main';
6
6
  export * from './common/api-types';
7
7
  export * from './common/events';
8
8
  export * from './common/charts';
9
- export * from './methods/';
9
+ export * from './methods/main';
10
10
  export { Chart, ChartVue2, Sparkline, SparklineVue2, StockChart, StockChartVue2 };
@@ -1,6 +1,6 @@
1
1
  import { Group } from '@progress/kendo-drawing';
2
- import { ChartAxisType, ChartPaneType } from './../common/api-types';
3
- import { Charts } from './../common/charts';
2
+ import { ChartAxisType, ChartPaneType } from '../common/api-types';
3
+ import { Charts } from '../common/charts';
4
4
  /**
5
5
  * Returns the axis with the specified name.
6
6
  *
File without changes
@@ -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: 1660632869,
8
+ publishDate: 1662093944,
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
  };
@@ -9,5 +9,5 @@ export * from './components/main';
9
9
  export * from './common/api-types';
10
10
  export * from './common/events';
11
11
  export * from './common/charts';
12
- export * from './methods/';
12
+ export * from './methods/main';
13
13
  export { Chart, ChartVue2, ChartProps, Sparkline, SparklineVue2, SparklineProps, StockChart, StockChartVue2, StockChartProps };
package/dist/esm/main.js CHANGED
@@ -6,5 +6,5 @@ export * from './components/main.js';
6
6
  export * from './common/api-types.js';
7
7
  export * from './common/events.js';
8
8
  export * from './common/charts.js';
9
- export * from './methods/.js';
9
+ export * from './methods/main.js';
10
10
  export { Chart, ChartVue2, Sparkline, SparklineVue2, StockChart, StockChartVue2 };
@@ -1,6 +1,6 @@
1
1
  import { Group } from '@progress/kendo-drawing';
2
- import { ChartAxisType, ChartPaneType } from './../common/api-types';
3
- import { Charts } from './../common/charts';
2
+ import { ChartAxisType, ChartPaneType } from '../common/api-types';
3
+ import { Charts } from '../common/charts';
4
4
  /**
5
5
  * Returns the axis with the specified name.
6
6
  *
File without changes
@@ -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: 1660632869,
8
+ publishDate: 1662093944,
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
  };
@@ -9,5 +9,5 @@ export * from './components/main';
9
9
  export * from './common/api-types';
10
10
  export * from './common/events';
11
11
  export * from './common/charts';
12
- export * from './methods/';
12
+ export * from './methods/main';
13
13
  export { Chart, ChartVue2, ChartProps, Sparkline, SparklineVue2, SparklineProps, StockChart, StockChartVue2, StockChartProps };
package/dist/npm/main.js CHANGED
@@ -29,4 +29,4 @@ __exportStar(require("./components/main"), exports);
29
29
  __exportStar(require("./common/api-types"), exports);
30
30
  __exportStar(require("./common/events"), exports);
31
31
  __exportStar(require("./common/charts"), exports);
32
- __exportStar(require("./methods/"), exports);
32
+ __exportStar(require("./methods/main"), exports);
@@ -1,6 +1,6 @@
1
1
  import { Group } from '@progress/kendo-drawing';
2
- import { ChartAxisType, ChartPaneType } from './../common/api-types';
3
- import { Charts } from './../common/charts';
2
+ import { ChartAxisType, ChartPaneType } from '../common/api-types';
3
+ import { Charts } from '../common/charts';
4
4
  /**
5
5
  * Returns the axis with the specified name.
6
6
  *
File without changes
@@ -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: 1660632869,
11
+ publishDate: 1662093944,
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.5.1",
4
+ "version": "3.5.2-dev.202209020458",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -44,17 +44,17 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@progress/kendo-charts": "^1.18.0",
47
- "@progress/kendo-vue-common": "3.5.1",
48
- "@progress/kendo-vue-popup": "3.5.1"
47
+ "@progress/kendo-vue-common": "3.5.2-dev.202209020458",
48
+ "@progress/kendo-vue-popup": "3.5.2-dev.202209020458"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@progress/kendo-data-query": "^1.0.0",
52
52
  "@progress/kendo-drawing": "^1.8.0",
53
53
  "@progress/kendo-file-saver": "^1.0.1",
54
54
  "@progress/kendo-licensing": "^1.2.0",
55
- "@progress/kendo-vue-dropdowns": "3.5.1",
56
- "@progress/kendo-vue-inputs": "3.5.1",
57
- "@progress/kendo-vue-intl": "3.5.1",
55
+ "@progress/kendo-vue-dropdowns": "3.5.2-dev.202209020458",
56
+ "@progress/kendo-vue-inputs": "3.5.2-dev.202209020458",
57
+ "@progress/kendo-vue-intl": "3.5.2-dev.202209020458",
58
58
  "cldr-core": "^41.0.0",
59
59
  "cldr-dates-full": "^41.0.0",
60
60
  "cldr-numbers-full": "^41.0.0",