@progress/kendo-vue-inputs 3.0.6 → 3.0.7-dev.202202110648

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.
@@ -112,6 +112,7 @@ var InputVue2 = {
112
112
  },
113
113
  created: function created() {
114
114
  validatePackage(packageMetadata);
115
+ this._input = undefined;
115
116
  this.$data.valueDuringOnChange = undefined;
116
117
  this.$data.currentValue = this.$props.defaultValue;
117
118
  },
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-inputs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1644494077,
8
+ publishDate: 1644561624,
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
  };
@@ -123,6 +123,7 @@ var InputVue2 = {
123
123
  },
124
124
  created: function created() {
125
125
  kendo_vue_common_1.validatePackage(package_metadata_1.packageMetadata);
126
+ this._input = undefined;
126
127
  this.$data.valueDuringOnChange = undefined;
127
128
  this.$data.currentValue = this.$props.defaultValue;
128
129
  },
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-inputs',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1644494077,
11
+ publishDate: 1644561624,
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-inputs",
3
3
  "description": "Kendo UI for Vue Input package",
4
- "version": "3.0.6",
4
+ "version": "3.0.7-dev.202202110648",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -38,21 +38,21 @@
38
38
  "vue": "^2.6.12 || ^3.0.2"
39
39
  },
40
40
  "dependencies": {
41
- "@progress/kendo-vue-buttons": "3.0.6",
42
- "@progress/kendo-vue-common": "3.0.6",
43
- "@progress/kendo-vue-labels": "3.0.6",
44
- "@progress/kendo-vue-popup": "3.0.6"
41
+ "@progress/kendo-vue-buttons": "3.0.7-dev.202202110648",
42
+ "@progress/kendo-vue-common": "3.0.7-dev.202202110648",
43
+ "@progress/kendo-vue-labels": "3.0.7-dev.202202110648",
44
+ "@progress/kendo-vue-popup": "3.0.7-dev.202202110648"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@progress/kendo-data-query": "^1.5.5",
48
48
  "@progress/kendo-date-math": "^1.5.4",
49
49
  "@progress/kendo-drawing": "^1.8.0",
50
50
  "@progress/kendo-licensing": "^1.1.0",
51
- "@progress/kendo-vue-buttons": "3.0.6",
52
- "@progress/kendo-vue-form": "3.0.6",
53
- "@progress/kendo-vue-intl": "3.0.6",
54
- "@progress/kendo-vue-labels": "3.0.6",
55
- "@progress/kendo-vue-tooltip": "3.0.6",
51
+ "@progress/kendo-vue-buttons": "3.0.7-dev.202202110648",
52
+ "@progress/kendo-vue-form": "3.0.7-dev.202202110648",
53
+ "@progress/kendo-vue-intl": "3.0.7-dev.202202110648",
54
+ "@progress/kendo-vue-labels": "3.0.7-dev.202202110648",
55
+ "@progress/kendo-vue-tooltip": "3.0.7-dev.202202110648",
56
56
  "cldr-core": "^34.0.0",
57
57
  "cldr-dates-full": "^34.0.0",
58
58
  "cldr-numbers-full": "^34.0.0"