@progress/kendo-vue-dateinputs 5.0.0-dev.202405130538 → 5.0.0-dev.202405131437
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 +2 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/dateinput/DateInput.js +2 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/dateinput/DateInput.js +2 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +7 -7
|
@@ -520,9 +520,10 @@ var DateInputVue2 = {
|
|
|
520
520
|
ariaHasPopup = _a.ariaHasPopup,
|
|
521
521
|
ariaRole = _a.ariaRole,
|
|
522
522
|
ariaControls = _a.ariaControls;
|
|
523
|
+
var currentValue = value !== undefined ? value : modelValue;
|
|
523
524
|
this.kendoDate.format = format;
|
|
524
525
|
this.kendoDate.formatPlaceholder = formatPlaceholder;
|
|
525
|
-
|
|
526
|
+
this.valueDuringOnChange = this.valueDuringOnChange ? this.valueDuringOnChange : undefined;
|
|
526
527
|
if (currentValue !== undefined && this.computedValue !== currentValue) {
|
|
527
528
|
this.kendoDate.setValue(currentValue);
|
|
528
529
|
}
|
|
@@ -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: 1715610686,
|
|
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
|
};
|
|
@@ -520,9 +520,10 @@ var DateInputVue2 = {
|
|
|
520
520
|
ariaHasPopup = _a.ariaHasPopup,
|
|
521
521
|
ariaRole = _a.ariaRole,
|
|
522
522
|
ariaControls = _a.ariaControls;
|
|
523
|
+
var currentValue = value !== undefined ? value : modelValue;
|
|
523
524
|
this.kendoDate.format = format;
|
|
524
525
|
this.kendoDate.formatPlaceholder = formatPlaceholder;
|
|
525
|
-
|
|
526
|
+
this.valueDuringOnChange = this.valueDuringOnChange ? this.valueDuringOnChange : undefined;
|
|
526
527
|
if (currentValue !== undefined && this.computedValue !== currentValue) {
|
|
527
528
|
this.kendoDate.setValue(currentValue);
|
|
528
529
|
}
|
|
@@ -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: 1715610686,
|
|
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
|
};
|
|
@@ -526,9 +526,10 @@ var DateInputVue2 = {
|
|
|
526
526
|
ariaHasPopup = _a.ariaHasPopup,
|
|
527
527
|
ariaRole = _a.ariaRole,
|
|
528
528
|
ariaControls = _a.ariaControls;
|
|
529
|
+
var currentValue = value !== undefined ? value : modelValue;
|
|
529
530
|
this.kendoDate.format = format;
|
|
530
531
|
this.kendoDate.formatPlaceholder = formatPlaceholder;
|
|
531
|
-
|
|
532
|
+
this.valueDuringOnChange = this.valueDuringOnChange ? this.valueDuringOnChange : undefined;
|
|
532
533
|
if (currentValue !== undefined && this.computedValue !== currentValue) {
|
|
533
534
|
this.kendoDate.setValue(currentValue);
|
|
534
535
|
}
|
|
@@ -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: 1715610686,
|
|
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": "5.0.0-dev.
|
|
4
|
+
"version": "5.0.0-dev.202405131437",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-date-math": "1.5.12",
|
|
57
|
-
"@progress/kendo-vue-buttons": "5.0.0-dev.
|
|
58
|
-
"@progress/kendo-vue-common": "5.0.0-dev.
|
|
59
|
-
"@progress/kendo-vue-labels": "5.0.0-dev.
|
|
60
|
-
"@progress/kendo-vue-popup": "5.0.0-dev.
|
|
57
|
+
"@progress/kendo-vue-buttons": "5.0.0-dev.202405131437",
|
|
58
|
+
"@progress/kendo-vue-common": "5.0.0-dev.202405131437",
|
|
59
|
+
"@progress/kendo-vue-labels": "5.0.0-dev.202405131437",
|
|
60
|
+
"@progress/kendo-vue-popup": "5.0.0-dev.202405131437"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@progress/kendo-data-query": "^1.5.4",
|
|
64
64
|
"@progress/kendo-licensing": "^1.3.0",
|
|
65
65
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
66
|
-
"@progress/kendo-vue-dropdowns": "5.0.0-dev.
|
|
67
|
-
"@progress/kendo-vue-intl": "5.0.0-dev.
|
|
66
|
+
"@progress/kendo-vue-dropdowns": "5.0.0-dev.202405131437",
|
|
67
|
+
"@progress/kendo-vue-intl": "5.0.0-dev.202405131437"
|
|
68
68
|
},
|
|
69
69
|
"author": "Progress",
|
|
70
70
|
"license": "SEE LICENSE IN LICENSE.md",
|