@progress/kendo-vue-dateinputs 2.5.3 → 2.6.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.
|
@@ -618,7 +618,6 @@ var DateTimePicker = {
|
|
|
618
618
|
}
|
|
619
619
|
},
|
|
620
620
|
dateInputElement: function dateInputElement() {
|
|
621
|
-
this._dateInput = this.$refs.dateInput;
|
|
622
621
|
return this._dateInput && this._dateInput.$el || this._wrapper && this._wrapper.querySelector('.k-dateinput-wrap > input.k-input');
|
|
623
622
|
}
|
|
624
623
|
}
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-dateinputs',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1635322654,
|
|
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
|
};
|
|
@@ -639,7 +639,6 @@ var DateTimePicker = {
|
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
641
|
dateInputElement: function dateInputElement() {
|
|
642
|
-
this._dateInput = this.$refs.dateInput;
|
|
643
642
|
return this._dateInput && this._dateInput.$el || this._wrapper && this._wrapper.querySelector('.k-dateinput-wrap > input.k-input');
|
|
644
643
|
}
|
|
645
644
|
}
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-dateinputs',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1635322654,
|
|
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-dateinputs",
|
|
3
3
|
"description": "Kendo UI for Vue Date Inputs package",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.6.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-date-math": "1.5.1",
|
|
49
|
-
"@progress/kendo-vue-buttons": "2.
|
|
50
|
-
"@progress/kendo-vue-common": "2.
|
|
51
|
-
"@progress/kendo-vue-labels": "2.
|
|
52
|
-
"@progress/kendo-vue-popup": "2.
|
|
49
|
+
"@progress/kendo-vue-buttons": "2.6.0",
|
|
50
|
+
"@progress/kendo-vue-common": "2.6.0",
|
|
51
|
+
"@progress/kendo-vue-labels": "2.6.0",
|
|
52
|
+
"@progress/kendo-vue-popup": "2.6.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@progress/kendo-data-query": "^1.5.4",
|
|
56
56
|
"@progress/kendo-licensing": "^1.1.0",
|
|
57
|
-
"@progress/kendo-vue-dropdowns": "2.
|
|
58
|
-
"@progress/kendo-vue-intl": "2.
|
|
57
|
+
"@progress/kendo-vue-dropdowns": "2.6.0",
|
|
58
|
+
"@progress/kendo-vue-intl": "2.6.0"
|
|
59
59
|
},
|
|
60
60
|
"author": "Progress",
|
|
61
61
|
"license": "SEE LICENSE IN LICENSE.md",
|