@progress/kendo-vue-common 3.2.3 → 3.2.5-dev.202204221159

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.
@@ -6,4 +6,5 @@ import * as Vue from 'vue';
6
6
  type Vue2type = Vue.default;
7
7
  // @ts-ignore
8
8
  import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
9
+ // @ts-ignore
9
10
  export { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type };
@@ -6,4 +6,5 @@ import * as Vue from 'vue';
6
6
  type Vue2type = Vue.default;
7
7
  // @ts-ignore
8
8
  import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
9
+ // @ts-ignore
9
10
  export { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-common",
3
3
  "description": "Kendo UI for Vue Common Utilities package",
4
- "version": "3.2.3",
4
+ "version": "3.2.5-dev.202204221159",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"