@progress/kendo-angular-dateinputs 16.7.1-develop.7 → 16.7.2-develop.1
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.
|
@@ -611,7 +611,7 @@ export class DateInputComponent {
|
|
|
611
611
|
this.kendoDate?.setOptions(this.options, true);
|
|
612
612
|
this.updateFormatSections();
|
|
613
613
|
}
|
|
614
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
614
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts', 'readonly', 'steps', 'formatPlaceholder'], changes)) {
|
|
615
615
|
if (!this.kendoDate) {
|
|
616
616
|
return;
|
|
617
617
|
}
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.7.
|
|
12
|
+
publishDate: 1723713041,
|
|
13
|
+
version: '16.7.2-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.7.
|
|
38
|
+
publishDate: 1723713041,
|
|
39
|
+
version: '16.7.2-develop.1',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -8653,7 +8653,7 @@ class DateInputComponent {
|
|
|
8653
8653
|
(_a = this.kendoDate) === null || _a === void 0 ? void 0 : _a.setOptions(this.options, true);
|
|
8654
8654
|
this.updateFormatSections();
|
|
8655
8655
|
}
|
|
8656
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
8656
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts', 'readonly', 'steps', 'formatPlaceholder'], changes)) {
|
|
8657
8657
|
if (!this.kendoDate) {
|
|
8658
8658
|
return;
|
|
8659
8659
|
}
|
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '16.7.
|
|
38
|
+
publishDate: 1723713041,
|
|
39
|
+
version: '16.7.2-develop.1',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -8634,7 +8634,7 @@ class DateInputComponent {
|
|
|
8634
8634
|
this.kendoDate?.setOptions(this.options, true);
|
|
8635
8635
|
this.updateFormatSections();
|
|
8636
8636
|
}
|
|
8637
|
-
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts'], changes)) {
|
|
8637
|
+
if (anyChanged(['enableMouseWheel', 'autoFill', 'autoSwitchParts', 'autoSwitchKeys', 'twoDigitYearMax', 'allowCaretMode', 'autoCorrectParts', 'readonly', 'steps', 'formatPlaceholder'], changes)) {
|
|
8638
8638
|
if (!this.kendoDate) {
|
|
8639
8639
|
return;
|
|
8640
8640
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.2-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.7.
|
|
38
|
-
"@progress/kendo-angular-common": "16.7.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.7.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.7.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.7.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.7.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.7.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.7.2-develop.1",
|
|
38
|
+
"@progress/kendo-angular-common": "16.7.2-develop.1",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.7.2-develop.1",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.7.2-develop.1",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.7.2-develop.1",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.7.2-develop.1",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.7.2-develop.1",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.7.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.7.2-develop.1",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
51
|
"@progress/kendo-dateinputs-common": "^0.3.4"
|