@progress/kendo-angular-dateinputs 16.4.0-develop.3 → 16.4.0-develop.4
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/esm2020/calendar/calendar.component.mjs +1 -1
- package/esm2020/calendar/multiview-calendar.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +4 -4
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +4 -4
- package/package.json +9 -9
|
@@ -881,7 +881,7 @@ export class CalendarComponent {
|
|
|
881
881
|
*/
|
|
882
882
|
handleCellClick({ date, modifiers }) {
|
|
883
883
|
this.focus();
|
|
884
|
-
if (this.selection === 'range') {
|
|
884
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
885
885
|
this.performRangeSelection(date);
|
|
886
886
|
}
|
|
887
887
|
else {
|
|
@@ -915,7 +915,7 @@ export class MultiViewCalendarComponent {
|
|
|
915
915
|
* @hidden
|
|
916
916
|
*/
|
|
917
917
|
handleCellClick({ date, modifiers }) {
|
|
918
|
-
if (this.selection === 'range') {
|
|
918
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
919
919
|
this.performRangeSelection(date);
|
|
920
920
|
}
|
|
921
921
|
else {
|
|
@@ -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.4.0-develop.
|
|
12
|
+
publishDate: 1719995892,
|
|
13
|
+
version: '16.4.0-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '16.4.0-develop.
|
|
40
|
+
publishDate: 1719995892,
|
|
41
|
+
version: '16.4.0-develop.4',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -4396,7 +4396,7 @@ class MultiViewCalendarComponent {
|
|
|
4396
4396
|
* @hidden
|
|
4397
4397
|
*/
|
|
4398
4398
|
handleCellClick({ date, modifiers }) {
|
|
4399
|
-
if (this.selection === 'range') {
|
|
4399
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
4400
4400
|
this.performRangeSelection(date);
|
|
4401
4401
|
}
|
|
4402
4402
|
else {
|
|
@@ -7209,7 +7209,7 @@ class CalendarComponent {
|
|
|
7209
7209
|
*/
|
|
7210
7210
|
handleCellClick({ date, modifiers }) {
|
|
7211
7211
|
this.focus();
|
|
7212
|
-
if (this.selection === 'range') {
|
|
7212
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
7213
7213
|
this.performRangeSelection(date);
|
|
7214
7214
|
}
|
|
7215
7215
|
else {
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '16.4.0-develop.
|
|
40
|
+
publishDate: 1719995892,
|
|
41
|
+
version: '16.4.0-develop.4',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -4394,7 +4394,7 @@ class MultiViewCalendarComponent {
|
|
|
4394
4394
|
* @hidden
|
|
4395
4395
|
*/
|
|
4396
4396
|
handleCellClick({ date, modifiers }) {
|
|
4397
|
-
if (this.selection === 'range') {
|
|
4397
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
4398
4398
|
this.performRangeSelection(date);
|
|
4399
4399
|
}
|
|
4400
4400
|
else {
|
|
@@ -7198,7 +7198,7 @@ class CalendarComponent {
|
|
|
7198
7198
|
*/
|
|
7199
7199
|
handleCellClick({ date, modifiers }) {
|
|
7200
7200
|
this.focus();
|
|
7201
|
-
if (this.selection === 'range') {
|
|
7201
|
+
if (this.selection === 'range' && this.activeViewEnum === 0) {
|
|
7202
7202
|
this.performRangeSelection(date);
|
|
7203
7203
|
}
|
|
7204
7204
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.4.0-develop.
|
|
3
|
+
"version": "16.4.0-develop.4",
|
|
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.4.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.4.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.4.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.4.0-develop.4",
|
|
38
|
+
"@progress/kendo-angular-common": "16.4.0-develop.4",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.4.0-develop.4",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.4",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.4",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.4",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.4.0-develop.4",
|
|
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.4.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.4",
|
|
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.3"
|