@progress/kendo-vue-charts 6.0.0-develop.7 → 6.0.1-develop.1

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.mts CHANGED
@@ -11915,7 +11915,7 @@ onNodeleave?: (...args: any[] | unknown[]) => any;
11915
11915
  export { SankeyData }
11916
11916
 
11917
11917
  /**
11918
- * The KendoReact Sankey event object.
11918
+ * The Kendo UI for Vue Sankey event object.
11919
11919
  */
11920
11920
  export declare interface SankeyEvent extends SankeyEvent_2 {
11921
11921
  /**
@@ -11957,7 +11957,7 @@ export { SankeyNodeDefaults }
11957
11957
  export { SankeyOptions }
11958
11958
 
11959
11959
  /**
11960
- * Represents the props of the KendoReact [Sankey]({% slug api_charts_sankey %}) component.
11960
+ * Represents the props of the Kendo UI for Vue [Sankey]({% slug api_charts_sankey %}) component.
11961
11961
  */
11962
11962
  export declare interface SankeyProps {
11963
11963
  /**
package/index.d.ts CHANGED
@@ -11915,7 +11915,7 @@ onNodeleave?: (...args: any[] | unknown[]) => any;
11915
11915
  export { SankeyData }
11916
11916
 
11917
11917
  /**
11918
- * The KendoReact Sankey event object.
11918
+ * The Kendo UI for Vue Sankey event object.
11919
11919
  */
11920
11920
  export declare interface SankeyEvent extends SankeyEvent_2 {
11921
11921
  /**
@@ -11957,7 +11957,7 @@ export { SankeyNodeDefaults }
11957
11957
  export { SankeyOptions }
11958
11958
 
11959
11959
  /**
11960
- * Represents the props of the KendoReact [Sankey]({% slug api_charts_sankey %}) component.
11960
+ * Represents the props of the Kendo UI for Vue [Sankey]({% slug api_charts_sankey %}) component.
11961
11961
  */
11962
11962
  export declare interface SankeyProps {
11963
11963
  /**
@@ -9,7 +9,7 @@ const e = {
9
9
  name: "@progress/kendo-vue-charts",
10
10
  productName: "Kendo UI for Vue",
11
11
  productCodes: ["KENDOUIVUE", "KENDOUICOMPLETE"],
12
- publishDate: 1731484975,
12
+ publishDate: 1732279502,
13
13
  version: "",
14
14
  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"
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-charts",
3
- "version": "6.0.0-develop.7",
3
+ "version": "6.0.1-develop.1",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -16,7 +16,10 @@
16
16
  "sideEffects": false,
17
17
  "peerDependencies": {
18
18
  "@progress/kendo-licensing": "^1.3.4",
19
- "@progress/kendo-vue-common": "6.0.0-develop.7",
19
+ "@progress/kendo-vue-common": "6.0.1-develop.1",
20
+ "@progress/kendo-vue-intl": "6.0.1-develop.1",
21
+ "@progress/kendo-vue-popup": "6.0.1-develop.1",
22
+ "@progress/kendo-svg-icons": "^4.0.0",
20
23
  "vue": "^3.0.2"
21
24
  },
22
25
  "dependencies": {
@@ -41,6 +44,6 @@
41
44
  },
42
45
  "repository": {
43
46
  "type": "git",
44
- "url": "git+https://github.com/telerik/kendo-react.git"
47
+ "url": "git+https://github.com/telerik/kendo-vue.git"
45
48
  }
46
49
  }