@progress/kendo-vue-dateinputs 3.7.3 → 3.7.4-dev.202211100847
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/cdn/js/kendo-vue-dateinputs.js +1 -1
- package/dist/es/dateinput/DateInput.js +7 -5
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/dateinput/DateInput.js +7 -5
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/dateinput/DateInput.js +7 -5
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +7 -7
|
@@ -348,11 +348,13 @@ var DateInputVue2 = {
|
|
|
348
348
|
setSelection: function setSelection(selection) {
|
|
349
349
|
var element = this.element();
|
|
350
350
|
this.$data.lastSelectedSymbol = this.$data.currentFormat[selection.start];
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
element.
|
|
354
|
-
|
|
355
|
-
|
|
351
|
+
if (canUseDOM) {
|
|
352
|
+
window.requestAnimationFrame(function () {
|
|
353
|
+
if (element && canUseDOM && document.activeElement === element) {
|
|
354
|
+
element.setSelectionRange(selection.start, selection.end);
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
}
|
|
356
358
|
},
|
|
357
359
|
triggerChange: function triggerChange(event, oldValue) {
|
|
358
360
|
this.$data.valueDuringOnChange = this.computedValue;
|
|
@@ -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: 1668069535,
|
|
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
|
};
|
|
@@ -348,11 +348,13 @@ var DateInputVue2 = {
|
|
|
348
348
|
setSelection: function setSelection(selection) {
|
|
349
349
|
var element = this.element();
|
|
350
350
|
this.$data.lastSelectedSymbol = this.$data.currentFormat[selection.start];
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
element.
|
|
354
|
-
|
|
355
|
-
|
|
351
|
+
if (canUseDOM) {
|
|
352
|
+
window.requestAnimationFrame(function () {
|
|
353
|
+
if (element && canUseDOM && document.activeElement === element) {
|
|
354
|
+
element.setSelectionRange(selection.start, selection.end);
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
}
|
|
356
358
|
},
|
|
357
359
|
triggerChange: function triggerChange(event, oldValue) {
|
|
358
360
|
this.$data.valueDuringOnChange = this.computedValue;
|
|
@@ -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: 1668069535,
|
|
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
|
};
|
|
@@ -354,11 +354,13 @@ var DateInputVue2 = {
|
|
|
354
354
|
setSelection: function setSelection(selection) {
|
|
355
355
|
var element = this.element();
|
|
356
356
|
this.$data.lastSelectedSymbol = this.$data.currentFormat[selection.start];
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
element.
|
|
360
|
-
|
|
361
|
-
|
|
357
|
+
if (kendo_vue_common_1.canUseDOM) {
|
|
358
|
+
window.requestAnimationFrame(function () {
|
|
359
|
+
if (element && kendo_vue_common_1.canUseDOM && document.activeElement === element) {
|
|
360
|
+
element.setSelectionRange(selection.start, selection.end);
|
|
361
|
+
}
|
|
362
|
+
});
|
|
363
|
+
}
|
|
362
364
|
},
|
|
363
365
|
triggerChange: function triggerChange(event, oldValue) {
|
|
364
366
|
this.$data.valueDuringOnChange = this.computedValue;
|
|
@@ -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: 1668069535,
|
|
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": "3.7.
|
|
4
|
+
"version": "3.7.4-dev.202211100847",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-date-math": "1.5.1",
|
|
55
|
-
"@progress/kendo-vue-buttons": "3.7.
|
|
56
|
-
"@progress/kendo-vue-common": "3.7.
|
|
57
|
-
"@progress/kendo-vue-labels": "3.7.
|
|
58
|
-
"@progress/kendo-vue-popup": "3.7.
|
|
55
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202211100847",
|
|
56
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202211100847",
|
|
57
|
+
"@progress/kendo-vue-labels": "3.7.4-dev.202211100847",
|
|
58
|
+
"@progress/kendo-vue-popup": "3.7.4-dev.202211100847"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@progress/kendo-data-query": "^1.5.4",
|
|
62
62
|
"@progress/kendo-licensing": "^1.1.0",
|
|
63
|
-
"@progress/kendo-vue-dropdowns": "3.7.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.7.
|
|
63
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202211100847",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202211100847"
|
|
65
65
|
},
|
|
66
66
|
"author": "Progress",
|
|
67
67
|
"license": "SEE LICENSE IN LICENSE.md",
|