@progress/kendo-vue-scheduler 3.8.0 → 3.8.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.
- package/dist/cdn/js/kendo-vue-scheduler.js +1 -1
- package/dist/es/items/SchedulerItem.js +4 -8
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/views/day/MultiDayView.js +4 -20
- package/dist/es/views/month/MonthView.js +2 -10
- package/dist/es/views/time/MultiDayTimelineView.js +2 -10
- package/dist/esm/items/SchedulerItem.js +4 -8
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/views/day/MultiDayView.js +4 -20
- package/dist/esm/views/month/MonthView.js +2 -10
- package/dist/esm/views/time/MultiDayTimelineView.js +2 -10
- package/dist/npm/items/SchedulerItem.js +4 -8
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/views/day/MultiDayView.js +4 -20
- package/dist/npm/views/month/MonthView.js +2 -10
- package/dist/npm/views/time/MultiDayTimelineView.js +2 -10
- package/package.json +20 -20
|
@@ -263,8 +263,7 @@ var SchedulerItemVue2 = {
|
|
|
263
263
|
,
|
|
264
264
|
|
|
265
265
|
"data-group-index": _this2.$props.group.index,
|
|
266
|
-
"data-range-index": _this2.$props.range.index
|
|
267
|
-
ontouchstart: 'return false'
|
|
266
|
+
"data-range-index": _this2.$props.range.index
|
|
268
267
|
},
|
|
269
268
|
style: _this2.computedStyle,
|
|
270
269
|
tabindex: _this2.currentTabIndex,
|
|
@@ -304,8 +303,7 @@ var SchedulerItemVue2 = {
|
|
|
304
303
|
onKeypress: _this2.handleKeyPress,
|
|
305
304
|
onKeyup: _this2.handleKeyUp,
|
|
306
305
|
"data-group-index": _this2.$props.group.index,
|
|
307
|
-
"data-range-index": _this2.$props.range.index
|
|
308
|
-
ontouchstart: 'return false'
|
|
306
|
+
"data-range-index": _this2.$props.range.index
|
|
309
307
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
310
308
|
"class": "k-event-actions"
|
|
311
309
|
}, [_this2.$props.tail && h(Icon, {
|
|
@@ -491,8 +489,7 @@ var SchedulerItemVue2 = {
|
|
|
491
489
|
role: 'button',
|
|
492
490
|
"aria-label": _this2.eventLabel,
|
|
493
491
|
"data-group-index": _this2.$props.group.index,
|
|
494
|
-
"data-range-index": _this2.$props.range.index
|
|
495
|
-
ontouchstart: 'return false'
|
|
492
|
+
"data-range-index": _this2.$props.range.index
|
|
496
493
|
},
|
|
497
494
|
style: _this2.computedStyle,
|
|
498
495
|
tabindex: _this2.currentTabIndex,
|
|
@@ -528,8 +525,7 @@ var SchedulerItemVue2 = {
|
|
|
528
525
|
onKeypress: _this2.handleKeyPress,
|
|
529
526
|
onKeyup: _this2.handleKeyUp,
|
|
530
527
|
"data-group-index": _this2.$props.group.index,
|
|
531
|
-
"data-range-index": _this2.$props.range.index
|
|
532
|
-
ontouchstart: 'return false'
|
|
528
|
+
"data-range-index": _this2.$props.range.index
|
|
533
529
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
534
530
|
"class": "k-event-actions"
|
|
535
531
|
}, [_this2.$props.tail && h(Icon, {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-scheduler',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1674121890,
|
|
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
|
};
|
|
@@ -385,11 +385,7 @@ var MultiDayViewVue2 = {
|
|
|
385
385
|
baseSlots: __spreadArray(__spreadArray([], daySlots, true), timeSlots, true)
|
|
386
386
|
}, this.v3 ? function () {
|
|
387
387
|
return [h("div", {
|
|
388
|
-
"class": "k-scheduler-head"
|
|
389
|
-
ontouchstart: 'return false',
|
|
390
|
-
attrs: _this2.v3 ? undefined : {
|
|
391
|
-
ontouchstart: 'return false'
|
|
392
|
-
}
|
|
388
|
+
"class": "k-scheduler-head"
|
|
393
389
|
}, [_this2.ks.orientation === 'horizontal' ? [
|
|
394
390
|
// @ts-ignore function children
|
|
395
391
|
h(HorizontalResourceIterator, {
|
|
@@ -586,11 +582,7 @@ var MultiDayViewVue2 = {
|
|
|
586
582
|
},
|
|
587
583
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
588
584
|
})])]), h("div", {
|
|
589
|
-
"class": "k-scheduler-body"
|
|
590
|
-
ontouchstart: 'return false',
|
|
591
|
-
attrs: _this2.v3 ? undefined : {
|
|
592
|
-
ontouchstart: 'return false'
|
|
593
|
-
}
|
|
585
|
+
"class": "k-scheduler-body"
|
|
594
586
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
595
587
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
596
588
|
}).map(function (root, rootIndex) {
|
|
@@ -916,11 +908,7 @@ var MultiDayViewVue2 = {
|
|
|
916
908
|
});
|
|
917
909
|
}, _this2), _this2.compDragItem && !_this2.compDragItem.isAllDay && dragItemClue.call(_this2, true), _this2.compResizeItem && !_this2.compResizeItem.isAllDay && resizeItemClue.call(_this2, true)])];
|
|
918
910
|
} : [h("div", {
|
|
919
|
-
"class": "k-scheduler-head"
|
|
920
|
-
ontouchstart: 'return false',
|
|
921
|
-
attrs: _this2.v3 ? undefined : {
|
|
922
|
-
ontouchstart: 'return false'
|
|
923
|
-
}
|
|
911
|
+
"class": "k-scheduler-head"
|
|
924
912
|
}, [_this2.ks.orientation === 'horizontal' ? [h(HorizontalResourceIterator, {
|
|
925
913
|
nested: true,
|
|
926
914
|
attrs: _this2.v3 ? undefined : {
|
|
@@ -1111,11 +1099,7 @@ var MultiDayViewVue2 = {
|
|
|
1111
1099
|
},
|
|
1112
1100
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
1113
1101
|
})])]), h("div", {
|
|
1114
|
-
"class": "k-scheduler-body"
|
|
1115
|
-
ontouchstart: 'return false',
|
|
1116
|
-
attrs: _this2.v3 ? undefined : {
|
|
1117
|
-
ontouchstart: 'return false'
|
|
1118
|
-
}
|
|
1102
|
+
"class": "k-scheduler-body"
|
|
1119
1103
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
1120
1104
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
1121
1105
|
}).map(function (root, rootIndex) {
|
|
@@ -395,11 +395,7 @@ var MonthViewVue2 = {
|
|
|
395
395
|
},
|
|
396
396
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
397
397
|
})])]), h("div", {
|
|
398
|
-
"class": "k-scheduler-body"
|
|
399
|
-
ontouchstart: 'return false',
|
|
400
|
-
attrs: _this2.v3 ? undefined : {
|
|
401
|
-
ontouchstart: 'return false'
|
|
402
|
-
}
|
|
398
|
+
"class": "k-scheduler-body"
|
|
403
399
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
404
400
|
return item.order === null || item.order < itemsPerSlot;
|
|
405
401
|
}).sort(orderSort).map(function (item) {
|
|
@@ -533,11 +529,7 @@ var MonthViewVue2 = {
|
|
|
533
529
|
},
|
|
534
530
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
535
531
|
})])]), h("div", {
|
|
536
|
-
"class": "k-scheduler-body"
|
|
537
|
-
ontouchstart: 'return false',
|
|
538
|
-
attrs: _this2.v3 ? undefined : {
|
|
539
|
-
ontouchstart: 'return false'
|
|
540
|
-
}
|
|
532
|
+
"class": "k-scheduler-body"
|
|
541
533
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
542
534
|
return item.order === null || item.order < itemsPerSlot;
|
|
543
535
|
}).sort(orderSort).map(function (item) {
|
|
@@ -436,11 +436,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
436
436
|
style: {
|
|
437
437
|
width: width + 'px'
|
|
438
438
|
},
|
|
439
|
-
ref: 'bodyRef'
|
|
440
|
-
ontouchstart: 'return false',
|
|
441
|
-
attrs: _this2.v3 ? undefined : {
|
|
442
|
-
ontouchstart: 'return false'
|
|
443
|
-
}
|
|
439
|
+
ref: 'bodyRef'
|
|
444
440
|
}, [_this2.ks.orientation === 'horizontal' ?
|
|
445
441
|
// @ts-ignore function children
|
|
446
442
|
h(HorizontalResourceIterator, {
|
|
@@ -646,11 +642,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
646
642
|
style: {
|
|
647
643
|
width: width + 'px'
|
|
648
644
|
},
|
|
649
|
-
ref: 'bodyRef'
|
|
650
|
-
ontouchstart: 'return false',
|
|
651
|
-
attrs: _this2.v3 ? undefined : {
|
|
652
|
-
ontouchstart: 'return false'
|
|
653
|
-
}
|
|
645
|
+
ref: 'bodyRef'
|
|
654
646
|
}, [_this2.ks.orientation === 'horizontal' ? h(HorizontalResourceIterator, {
|
|
655
647
|
group: _this2.ks.props.group,
|
|
656
648
|
attrs: _this2.v3 ? undefined : {
|
|
@@ -263,8 +263,7 @@ var SchedulerItemVue2 = {
|
|
|
263
263
|
,
|
|
264
264
|
|
|
265
265
|
"data-group-index": _this2.$props.group.index,
|
|
266
|
-
"data-range-index": _this2.$props.range.index
|
|
267
|
-
ontouchstart: 'return false'
|
|
266
|
+
"data-range-index": _this2.$props.range.index
|
|
268
267
|
},
|
|
269
268
|
style: _this2.computedStyle,
|
|
270
269
|
tabindex: _this2.currentTabIndex,
|
|
@@ -304,8 +303,7 @@ var SchedulerItemVue2 = {
|
|
|
304
303
|
onKeypress: _this2.handleKeyPress,
|
|
305
304
|
onKeyup: _this2.handleKeyUp,
|
|
306
305
|
"data-group-index": _this2.$props.group.index,
|
|
307
|
-
"data-range-index": _this2.$props.range.index
|
|
308
|
-
ontouchstart: 'return false'
|
|
306
|
+
"data-range-index": _this2.$props.range.index
|
|
309
307
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
310
308
|
"class": "k-event-actions"
|
|
311
309
|
}, [_this2.$props.tail && h(Icon, {
|
|
@@ -491,8 +489,7 @@ var SchedulerItemVue2 = {
|
|
|
491
489
|
role: 'button',
|
|
492
490
|
"aria-label": _this2.eventLabel,
|
|
493
491
|
"data-group-index": _this2.$props.group.index,
|
|
494
|
-
"data-range-index": _this2.$props.range.index
|
|
495
|
-
ontouchstart: 'return false'
|
|
492
|
+
"data-range-index": _this2.$props.range.index
|
|
496
493
|
},
|
|
497
494
|
style: _this2.computedStyle,
|
|
498
495
|
tabindex: _this2.currentTabIndex,
|
|
@@ -528,8 +525,7 @@ var SchedulerItemVue2 = {
|
|
|
528
525
|
onKeypress: _this2.handleKeyPress,
|
|
529
526
|
onKeyup: _this2.handleKeyUp,
|
|
530
527
|
"data-group-index": _this2.$props.group.index,
|
|
531
|
-
"data-range-index": _this2.$props.range.index
|
|
532
|
-
ontouchstart: 'return false'
|
|
528
|
+
"data-range-index": _this2.$props.range.index
|
|
533
529
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
534
530
|
"class": "k-event-actions"
|
|
535
531
|
}, [_this2.$props.tail && h(Icon, {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-scheduler',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1674121890,
|
|
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
|
};
|
|
@@ -385,11 +385,7 @@ var MultiDayViewVue2 = {
|
|
|
385
385
|
baseSlots: __spreadArray(__spreadArray([], daySlots, true), timeSlots, true)
|
|
386
386
|
}, this.v3 ? function () {
|
|
387
387
|
return [h("div", {
|
|
388
|
-
"class": "k-scheduler-head"
|
|
389
|
-
ontouchstart: 'return false',
|
|
390
|
-
attrs: _this2.v3 ? undefined : {
|
|
391
|
-
ontouchstart: 'return false'
|
|
392
|
-
}
|
|
388
|
+
"class": "k-scheduler-head"
|
|
393
389
|
}, [_this2.ks.orientation === 'horizontal' ? [
|
|
394
390
|
// @ts-ignore function children
|
|
395
391
|
h(HorizontalResourceIterator, {
|
|
@@ -586,11 +582,7 @@ var MultiDayViewVue2 = {
|
|
|
586
582
|
},
|
|
587
583
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
588
584
|
})])]), h("div", {
|
|
589
|
-
"class": "k-scheduler-body"
|
|
590
|
-
ontouchstart: 'return false',
|
|
591
|
-
attrs: _this2.v3 ? undefined : {
|
|
592
|
-
ontouchstart: 'return false'
|
|
593
|
-
}
|
|
585
|
+
"class": "k-scheduler-body"
|
|
594
586
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
595
587
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
596
588
|
}).map(function (root, rootIndex) {
|
|
@@ -916,11 +908,7 @@ var MultiDayViewVue2 = {
|
|
|
916
908
|
});
|
|
917
909
|
}, _this2), _this2.compDragItem && !_this2.compDragItem.isAllDay && dragItemClue.call(_this2, true), _this2.compResizeItem && !_this2.compResizeItem.isAllDay && resizeItemClue.call(_this2, true)])];
|
|
918
910
|
} : [h("div", {
|
|
919
|
-
"class": "k-scheduler-head"
|
|
920
|
-
ontouchstart: 'return false',
|
|
921
|
-
attrs: _this2.v3 ? undefined : {
|
|
922
|
-
ontouchstart: 'return false'
|
|
923
|
-
}
|
|
911
|
+
"class": "k-scheduler-head"
|
|
924
912
|
}, [_this2.ks.orientation === 'horizontal' ? [h(HorizontalResourceIterator, {
|
|
925
913
|
nested: true,
|
|
926
914
|
attrs: _this2.v3 ? undefined : {
|
|
@@ -1111,11 +1099,7 @@ var MultiDayViewVue2 = {
|
|
|
1111
1099
|
},
|
|
1112
1100
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
1113
1101
|
})])]), h("div", {
|
|
1114
|
-
"class": "k-scheduler-body"
|
|
1115
|
-
ontouchstart: 'return false',
|
|
1116
|
-
attrs: _this2.v3 ? undefined : {
|
|
1117
|
-
ontouchstart: 'return false'
|
|
1118
|
-
}
|
|
1102
|
+
"class": "k-scheduler-body"
|
|
1119
1103
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
1120
1104
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
1121
1105
|
}).map(function (root, rootIndex) {
|
|
@@ -395,11 +395,7 @@ var MonthViewVue2 = {
|
|
|
395
395
|
},
|
|
396
396
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
397
397
|
})])]), h("div", {
|
|
398
|
-
"class": "k-scheduler-body"
|
|
399
|
-
ontouchstart: 'return false',
|
|
400
|
-
attrs: _this2.v3 ? undefined : {
|
|
401
|
-
ontouchstart: 'return false'
|
|
402
|
-
}
|
|
398
|
+
"class": "k-scheduler-body"
|
|
403
399
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
404
400
|
return item.order === null || item.order < itemsPerSlot;
|
|
405
401
|
}).sort(orderSort).map(function (item) {
|
|
@@ -533,11 +529,7 @@ var MonthViewVue2 = {
|
|
|
533
529
|
},
|
|
534
530
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
535
531
|
})])]), h("div", {
|
|
536
|
-
"class": "k-scheduler-body"
|
|
537
|
-
ontouchstart: 'return false',
|
|
538
|
-
attrs: _this2.v3 ? undefined : {
|
|
539
|
-
ontouchstart: 'return false'
|
|
540
|
-
}
|
|
532
|
+
"class": "k-scheduler-body"
|
|
541
533
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
542
534
|
return item.order === null || item.order < itemsPerSlot;
|
|
543
535
|
}).sort(orderSort).map(function (item) {
|
|
@@ -436,11 +436,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
436
436
|
style: {
|
|
437
437
|
width: width + 'px'
|
|
438
438
|
},
|
|
439
|
-
ref: 'bodyRef'
|
|
440
|
-
ontouchstart: 'return false',
|
|
441
|
-
attrs: _this2.v3 ? undefined : {
|
|
442
|
-
ontouchstart: 'return false'
|
|
443
|
-
}
|
|
439
|
+
ref: 'bodyRef'
|
|
444
440
|
}, [_this2.ks.orientation === 'horizontal' ?
|
|
445
441
|
// @ts-ignore function children
|
|
446
442
|
h(HorizontalResourceIterator, {
|
|
@@ -646,11 +642,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
646
642
|
style: {
|
|
647
643
|
width: width + 'px'
|
|
648
644
|
},
|
|
649
|
-
ref: 'bodyRef'
|
|
650
|
-
ontouchstart: 'return false',
|
|
651
|
-
attrs: _this2.v3 ? undefined : {
|
|
652
|
-
ontouchstart: 'return false'
|
|
653
|
-
}
|
|
645
|
+
ref: 'bodyRef'
|
|
654
646
|
}, [_this2.ks.orientation === 'horizontal' ? h(HorizontalResourceIterator, {
|
|
655
647
|
group: _this2.ks.props.group,
|
|
656
648
|
attrs: _this2.v3 ? undefined : {
|
|
@@ -269,8 +269,7 @@ var SchedulerItemVue2 = {
|
|
|
269
269
|
,
|
|
270
270
|
|
|
271
271
|
"data-group-index": _this2.$props.group.index,
|
|
272
|
-
"data-range-index": _this2.$props.range.index
|
|
273
|
-
ontouchstart: 'return false'
|
|
272
|
+
"data-range-index": _this2.$props.range.index
|
|
274
273
|
},
|
|
275
274
|
style: _this2.computedStyle,
|
|
276
275
|
tabindex: _this2.currentTabIndex,
|
|
@@ -310,8 +309,7 @@ var SchedulerItemVue2 = {
|
|
|
310
309
|
onKeypress: _this2.handleKeyPress,
|
|
311
310
|
onKeyup: _this2.handleKeyUp,
|
|
312
311
|
"data-group-index": _this2.$props.group.index,
|
|
313
|
-
"data-range-index": _this2.$props.range.index
|
|
314
|
-
ontouchstart: 'return false'
|
|
312
|
+
"data-range-index": _this2.$props.range.index
|
|
315
313
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
316
314
|
"class": "k-event-actions"
|
|
317
315
|
}, [_this2.$props.tail && h(kendo_vue_common_1.Icon, {
|
|
@@ -497,8 +495,7 @@ var SchedulerItemVue2 = {
|
|
|
497
495
|
role: 'button',
|
|
498
496
|
"aria-label": _this2.eventLabel,
|
|
499
497
|
"data-group-index": _this2.$props.group.index,
|
|
500
|
-
"data-range-index": _this2.$props.range.index
|
|
501
|
-
ontouchstart: 'return false'
|
|
498
|
+
"data-range-index": _this2.$props.range.index
|
|
502
499
|
},
|
|
503
500
|
style: _this2.computedStyle,
|
|
504
501
|
tabindex: _this2.currentTabIndex,
|
|
@@ -534,8 +531,7 @@ var SchedulerItemVue2 = {
|
|
|
534
531
|
onKeypress: _this2.handleKeyPress,
|
|
535
532
|
onKeyup: _this2.handleKeyUp,
|
|
536
533
|
"data-group-index": _this2.$props.group.index,
|
|
537
|
-
"data-range-index": _this2.$props.range.index
|
|
538
|
-
ontouchstart: 'return false'
|
|
534
|
+
"data-range-index": _this2.$props.range.index
|
|
539
535
|
}, [!_this2.$props.resizeHint && h("span", {
|
|
540
536
|
"class": "k-event-actions"
|
|
541
537
|
}, [_this2.$props.tail && h(kendo_vue_common_1.Icon, {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-scheduler',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1674121890,
|
|
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
|
};
|
|
@@ -390,11 +390,7 @@ var MultiDayViewVue2 = {
|
|
|
390
390
|
baseSlots: __spreadArray(__spreadArray([], daySlots, true), timeSlots, true)
|
|
391
391
|
}, this.v3 ? function () {
|
|
392
392
|
return [h("div", {
|
|
393
|
-
"class": "k-scheduler-head"
|
|
394
|
-
ontouchstart: 'return false',
|
|
395
|
-
attrs: _this2.v3 ? undefined : {
|
|
396
|
-
ontouchstart: 'return false'
|
|
397
|
-
}
|
|
393
|
+
"class": "k-scheduler-head"
|
|
398
394
|
}, [_this2.ks.orientation === 'horizontal' ? [
|
|
399
395
|
// @ts-ignore function children
|
|
400
396
|
h(HorizontalResourceIterator_1.HorizontalResourceIterator, {
|
|
@@ -591,11 +587,7 @@ var MultiDayViewVue2 = {
|
|
|
591
587
|
},
|
|
592
588
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
593
589
|
})])]), h("div", {
|
|
594
|
-
"class": "k-scheduler-body"
|
|
595
|
-
ontouchstart: 'return false',
|
|
596
|
-
attrs: _this2.v3 ? undefined : {
|
|
597
|
-
ontouchstart: 'return false'
|
|
598
|
-
}
|
|
590
|
+
"class": "k-scheduler-body"
|
|
599
591
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
600
592
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
601
593
|
}).map(function (root, rootIndex) {
|
|
@@ -921,11 +913,7 @@ var MultiDayViewVue2 = {
|
|
|
921
913
|
});
|
|
922
914
|
}, _this2), _this2.compDragItem && !_this2.compDragItem.isAllDay && dragItemClue.call(_this2, true), _this2.compResizeItem && !_this2.compResizeItem.isAllDay && resizeItemClue.call(_this2, true)])];
|
|
923
915
|
} : [h("div", {
|
|
924
|
-
"class": "k-scheduler-head"
|
|
925
|
-
ontouchstart: 'return false',
|
|
926
|
-
attrs: _this2.v3 ? undefined : {
|
|
927
|
-
ontouchstart: 'return false'
|
|
928
|
-
}
|
|
916
|
+
"class": "k-scheduler-head"
|
|
929
917
|
}, [_this2.ks.orientation === 'horizontal' ? [h(HorizontalResourceIterator_1.HorizontalResourceIterator, {
|
|
930
918
|
nested: true,
|
|
931
919
|
attrs: _this2.v3 ? undefined : {
|
|
@@ -1116,11 +1104,7 @@ var MultiDayViewVue2 = {
|
|
|
1116
1104
|
},
|
|
1117
1105
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
1118
1106
|
})])]), h("div", {
|
|
1119
|
-
"class": "k-scheduler-body"
|
|
1120
|
-
ontouchstart: 'return false',
|
|
1121
|
-
attrs: _this2.v3 ? undefined : {
|
|
1122
|
-
ontouchstart: 'return false'
|
|
1123
|
-
}
|
|
1107
|
+
"class": "k-scheduler-body"
|
|
1124
1108
|
}, [_this2.ks.orientation === 'horizontal' ? [timeSlots.filter(function (slot) {
|
|
1125
1109
|
return slot.group.index === FIRST_INDEX && slot.range.index === FIRST_INDEX;
|
|
1126
1110
|
}).map(function (root, rootIndex) {
|
|
@@ -401,11 +401,7 @@ var MonthViewVue2 = {
|
|
|
401
401
|
},
|
|
402
402
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
403
403
|
})])]), h("div", {
|
|
404
|
-
"class": "k-scheduler-body"
|
|
405
|
-
ontouchstart: 'return false',
|
|
406
|
-
attrs: _this2.v3 ? undefined : {
|
|
407
|
-
ontouchstart: 'return false'
|
|
408
|
-
}
|
|
404
|
+
"class": "k-scheduler-body"
|
|
409
405
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
410
406
|
return item.order === null || item.order < itemsPerSlot;
|
|
411
407
|
}).sort(main_1.orderSort).map(function (item) {
|
|
@@ -539,11 +535,7 @@ var MonthViewVue2 = {
|
|
|
539
535
|
},
|
|
540
536
|
dateHeaderCell: _this2.$props.dateHeaderCell
|
|
541
537
|
})])]), h("div", {
|
|
542
|
-
"class": "k-scheduler-body"
|
|
543
|
-
ontouchstart: 'return false',
|
|
544
|
-
attrs: _this2.v3 ? undefined : {
|
|
545
|
-
ontouchstart: 'return false'
|
|
546
|
-
}
|
|
538
|
+
"class": "k-scheduler-body"
|
|
547
539
|
}, [body, _this2.hasMounted && items.filter(function (item) {
|
|
548
540
|
return item.order === null || item.order < itemsPerSlot;
|
|
549
541
|
}).sort(main_1.orderSort).map(function (item) {
|
|
@@ -442,11 +442,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
442
442
|
style: {
|
|
443
443
|
width: width + 'px'
|
|
444
444
|
},
|
|
445
|
-
ref: 'bodyRef'
|
|
446
|
-
ontouchstart: 'return false',
|
|
447
|
-
attrs: _this2.v3 ? undefined : {
|
|
448
|
-
ontouchstart: 'return false'
|
|
449
|
-
}
|
|
445
|
+
ref: 'bodyRef'
|
|
450
446
|
}, [_this2.ks.orientation === 'horizontal' ?
|
|
451
447
|
// @ts-ignore function children
|
|
452
448
|
h(HorizontalResourceIterator_1.HorizontalResourceIterator, {
|
|
@@ -652,11 +648,7 @@ var MultiDayTimelineViewVue2 = {
|
|
|
652
648
|
style: {
|
|
653
649
|
width: width + 'px'
|
|
654
650
|
},
|
|
655
|
-
ref: 'bodyRef'
|
|
656
|
-
ontouchstart: 'return false',
|
|
657
|
-
attrs: _this2.v3 ? undefined : {
|
|
658
|
-
ontouchstart: 'return false'
|
|
659
|
-
}
|
|
651
|
+
ref: 'bodyRef'
|
|
660
652
|
}, [_this2.ks.orientation === 'horizontal' ? h(HorizontalResourceIterator_1.HorizontalResourceIterator, {
|
|
661
653
|
group: _this2.ks.props.group,
|
|
662
654
|
attrs: _this2.v3 ? undefined : {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-scheduler",
|
|
3
3
|
"description": "Kendo UI for Vue Scheduler package",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"@progress/kendo-drawing": "^1.2.0",
|
|
37
37
|
"@progress/kendo-licensing": "^1.3.0",
|
|
38
38
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
39
|
-
"@progress/kendo-vue-buttons": "^3.
|
|
40
|
-
"@progress/kendo-vue-dateinputs": "^3.
|
|
41
|
-
"@progress/kendo-vue-dialogs": "^3.
|
|
42
|
-
"@progress/kendo-vue-dropdowns": "^3.
|
|
43
|
-
"@progress/kendo-vue-form": "^3.
|
|
44
|
-
"@progress/kendo-vue-inputs": "^3.
|
|
45
|
-
"@progress/kendo-vue-intl": "^3.
|
|
46
|
-
"@progress/kendo-vue-popup": "^3.
|
|
39
|
+
"@progress/kendo-vue-buttons": "^3.8.0",
|
|
40
|
+
"@progress/kendo-vue-dateinputs": "^3.8.0",
|
|
41
|
+
"@progress/kendo-vue-dialogs": "^3.8.0",
|
|
42
|
+
"@progress/kendo-vue-dropdowns": "^3.8.0",
|
|
43
|
+
"@progress/kendo-vue-form": "^3.8.0",
|
|
44
|
+
"@progress/kendo-vue-inputs": "^3.8.0",
|
|
45
|
+
"@progress/kendo-vue-intl": "^3.8.0",
|
|
46
|
+
"@progress/kendo-vue-popup": "^3.8.0",
|
|
47
47
|
"vue": "^2.6.12 || ^3.0.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-data-query": "^1.5.1",
|
|
51
51
|
"@progress/kendo-draggable": "^3.0.1",
|
|
52
52
|
"@progress/kendo-recurrence": "^1.0.1",
|
|
53
|
-
"@progress/kendo-vue-common": "3.8.
|
|
53
|
+
"@progress/kendo-vue-common": "3.8.1"
|
|
54
54
|
},
|
|
55
55
|
"@progress": {
|
|
56
56
|
"friendlyName": "Scheduler",
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"@progress/kendo-drawing": "^1.8.0",
|
|
67
67
|
"@progress/kendo-licensing": "^1.3.0",
|
|
68
68
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
69
|
-
"@progress/kendo-vue-buttons": "3.8.
|
|
70
|
-
"@progress/kendo-vue-dateinputs": "3.8.
|
|
71
|
-
"@progress/kendo-vue-dialogs": "3.8.
|
|
72
|
-
"@progress/kendo-vue-dropdowns": "3.8.
|
|
73
|
-
"@progress/kendo-vue-form": "3.8.
|
|
74
|
-
"@progress/kendo-vue-inputs": "3.8.
|
|
75
|
-
"@progress/kendo-vue-intl": "3.8.
|
|
76
|
-
"@progress/kendo-vue-labels": "3.8.
|
|
77
|
-
"@progress/kendo-vue-popup": "3.8.
|
|
78
|
-
"@progress/kendo-vue-progressbars": "3.8.
|
|
69
|
+
"@progress/kendo-vue-buttons": "3.8.1",
|
|
70
|
+
"@progress/kendo-vue-dateinputs": "3.8.1",
|
|
71
|
+
"@progress/kendo-vue-dialogs": "3.8.1",
|
|
72
|
+
"@progress/kendo-vue-dropdowns": "3.8.1",
|
|
73
|
+
"@progress/kendo-vue-form": "3.8.1",
|
|
74
|
+
"@progress/kendo-vue-inputs": "3.8.1",
|
|
75
|
+
"@progress/kendo-vue-intl": "3.8.1",
|
|
76
|
+
"@progress/kendo-vue-labels": "3.8.1",
|
|
77
|
+
"@progress/kendo-vue-popup": "3.8.1",
|
|
78
|
+
"@progress/kendo-vue-progressbars": "3.8.1",
|
|
79
79
|
"cldr-core": "^41.0.0",
|
|
80
80
|
"cldr-dates-full": "^41.0.0",
|
|
81
81
|
"cldr-numbers-full": "^41.0.0"
|