@progress/kendo-angular-scheduler 24.0.0-develop.33 → 24.0.0-develop.35
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.
|
@@ -43,8 +43,8 @@ const packageMetadata = {
|
|
|
43
43
|
productName: 'Kendo UI for Angular',
|
|
44
44
|
productCode: 'KENDOUIANGULAR',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR'],
|
|
46
|
-
publishDate:
|
|
47
|
-
version: '24.0.0-develop.
|
|
46
|
+
publishDate: 1779117792,
|
|
47
|
+
version: '24.0.0-develop.35',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -2323,24 +2323,9 @@ class PDFExportEvent extends PreventableEvent {
|
|
|
2323
2323
|
* @hidden
|
|
2324
2324
|
*/
|
|
2325
2325
|
class LoadingComponent {
|
|
2326
|
-
element;
|
|
2327
|
-
renderer;
|
|
2328
2326
|
hostClasses = true;
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
return this.loading || this.force ? 'block' : 'none';
|
|
2332
|
-
}
|
|
2333
|
-
force;
|
|
2334
|
-
constructor(element, renderer) {
|
|
2335
|
-
this.element = element;
|
|
2336
|
-
this.renderer = renderer;
|
|
2337
|
-
}
|
|
2338
|
-
toggle(value) {
|
|
2339
|
-
this.force = value;
|
|
2340
|
-
this.renderer.setStyle(this.element.nativeElement, 'display', this.display);
|
|
2341
|
-
}
|
|
2342
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2343
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LoadingComponent, isStandalone: true, selector: "[kendoSchedulerLoading]", inputs: { loading: "loading" }, host: { properties: { "class.k-loading-mask": "this.hostClasses", "style.display": "this.display" } }, ngImport: i0, template: `
|
|
2327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2328
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: LoadingComponent, isStandalone: true, selector: "[kendoSchedulerLoading]", host: { properties: { "class.k-loading-mask": "this.hostClasses" } }, ngImport: i0, template: `
|
|
2344
2329
|
<div class="k-loading-image"></div>
|
|
2345
2330
|
<div class="k-loading-color"></div>
|
|
2346
2331
|
`, isInline: true });
|
|
@@ -2355,14 +2340,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
2355
2340
|
`,
|
|
2356
2341
|
standalone: true
|
|
2357
2342
|
}]
|
|
2358
|
-
}],
|
|
2343
|
+
}], propDecorators: { hostClasses: [{
|
|
2359
2344
|
type: HostBinding,
|
|
2360
2345
|
args: ['class.k-loading-mask']
|
|
2361
|
-
}], loading: [{
|
|
2362
|
-
type: Input
|
|
2363
|
-
}], display: [{
|
|
2364
|
-
type: HostBinding,
|
|
2365
|
-
args: ['style.display']
|
|
2366
2346
|
}] } });
|
|
2367
2347
|
|
|
2368
2348
|
/**
|
|
@@ -2420,7 +2400,7 @@ class FocusableDirective {
|
|
|
2420
2400
|
}
|
|
2421
2401
|
toggleFocus(value) {
|
|
2422
2402
|
const element = this.element.nativeElement;
|
|
2423
|
-
const isFooterButton = element.matches('
|
|
2403
|
+
const isFooterButton = element.matches('[viewfooter] .k-button');
|
|
2424
2404
|
const focusedClass = element.matches('.k-button-group .k-button') || isFooterButton ? 'k-focus' : 'k-selected';
|
|
2425
2405
|
const schedulerElement = element.closest('.k-scheduler');
|
|
2426
2406
|
const renderedEvents = schedulerElement ? schedulerElement.querySelectorAll('.k-event') : [];
|
|
@@ -6767,7 +6747,6 @@ class ToolbarNavigationComponent {
|
|
|
6767
6747
|
calendar.focus();
|
|
6768
6748
|
}
|
|
6769
6749
|
}
|
|
6770
|
-
hostClass = true;
|
|
6771
6750
|
/**
|
|
6772
6751
|
* @hidden
|
|
6773
6752
|
*/
|
|
@@ -6947,13 +6926,13 @@ class ToolbarNavigationComponent {
|
|
|
6947
6926
|
return !this.localization.rtl ? ['chevronLeftIcon', 'chevronRightIcon'] : ['chevronRightIcon', 'chevronLeftIcon'];
|
|
6948
6927
|
}
|
|
6949
6928
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ToolbarNavigationComponent, deps: [{ token: i1$2.PopupService }, { token: ToolbarService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6950
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ToolbarNavigationComponent, isStandalone: true, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max", activeView: "activeView", bottomView: "bottomView" },
|
|
6929
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ToolbarNavigationComponent, isStandalone: true, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max", activeView: "activeView", bottomView: "bottomView" }, providers: [
|
|
6951
6930
|
PopupService
|
|
6952
6931
|
], viewQueries: [{ propertyName: "calendar", first: true, predicate: ["calendar"], descendants: true }], ngImport: i0, template: `
|
|
6953
|
-
<span class="k-
|
|
6932
|
+
<span class="k-button-group k-toolbar-button-group k-scheduler-navigation" role="group">
|
|
6954
6933
|
<button kendoButton
|
|
6934
|
+
class="k-group-start"
|
|
6955
6935
|
(click)="todayClick()"
|
|
6956
|
-
class="k-nav-today"
|
|
6957
6936
|
[attr.title]="todayText"
|
|
6958
6937
|
[kendoSchedulerFocusIndex]="0"
|
|
6959
6938
|
containerType="toolbar">
|
|
@@ -6961,7 +6940,6 @@ class ToolbarNavigationComponent {
|
|
|
6961
6940
|
</button>
|
|
6962
6941
|
<button kendoButton
|
|
6963
6942
|
(click)="prevClick()"
|
|
6964
|
-
class="k-nav-prev"
|
|
6965
6943
|
[icon]="arrowIcons[0]"
|
|
6966
6944
|
[svgIcon]="svgIcon(arrowSVGIcons[0])"
|
|
6967
6945
|
[attr.title]="previousText"
|
|
@@ -6970,9 +6948,9 @@ class ToolbarNavigationComponent {
|
|
|
6970
6948
|
containerType="toolbar">
|
|
6971
6949
|
</button>
|
|
6972
6950
|
<button kendoButton
|
|
6951
|
+
class="k-group-end"
|
|
6973
6952
|
(click)="nextClick()"
|
|
6974
6953
|
type="button"
|
|
6975
|
-
class="k-nav-next"
|
|
6976
6954
|
[icon]="arrowIcons[1]"
|
|
6977
6955
|
[svgIcon]="svgIcon(arrowSVGIcons[1])"
|
|
6978
6956
|
[attr.title]="nextText"
|
|
@@ -6994,7 +6972,7 @@ class ToolbarNavigationComponent {
|
|
|
6994
6972
|
(keydown.enter)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
6995
6973
|
(keydown.alt.arrowdown)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
6996
6974
|
role="button"
|
|
6997
|
-
class="k-nav-current"
|
|
6975
|
+
class="k-nav-current k-toolbar-button"
|
|
6998
6976
|
[attr.aria-live]="'polite'"
|
|
6999
6977
|
[kendoSchedulerFocusIndex]="0"
|
|
7000
6978
|
containerType="toolbar">
|
|
@@ -7025,10 +7003,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7025
7003
|
PopupService
|
|
7026
7004
|
],
|
|
7027
7005
|
template: `
|
|
7028
|
-
<span class="k-
|
|
7006
|
+
<span class="k-button-group k-toolbar-button-group k-scheduler-navigation" role="group">
|
|
7029
7007
|
<button kendoButton
|
|
7008
|
+
class="k-group-start"
|
|
7030
7009
|
(click)="todayClick()"
|
|
7031
|
-
class="k-nav-today"
|
|
7032
7010
|
[attr.title]="todayText"
|
|
7033
7011
|
[kendoSchedulerFocusIndex]="0"
|
|
7034
7012
|
containerType="toolbar">
|
|
@@ -7036,7 +7014,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7036
7014
|
</button>
|
|
7037
7015
|
<button kendoButton
|
|
7038
7016
|
(click)="prevClick()"
|
|
7039
|
-
class="k-nav-prev"
|
|
7040
7017
|
[icon]="arrowIcons[0]"
|
|
7041
7018
|
[svgIcon]="svgIcon(arrowSVGIcons[0])"
|
|
7042
7019
|
[attr.title]="previousText"
|
|
@@ -7045,9 +7022,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7045
7022
|
containerType="toolbar">
|
|
7046
7023
|
</button>
|
|
7047
7024
|
<button kendoButton
|
|
7025
|
+
class="k-group-end"
|
|
7048
7026
|
(click)="nextClick()"
|
|
7049
7027
|
type="button"
|
|
7050
|
-
class="k-nav-next"
|
|
7051
7028
|
[icon]="arrowIcons[1]"
|
|
7052
7029
|
[svgIcon]="svgIcon(arrowSVGIcons[1])"
|
|
7053
7030
|
[attr.title]="nextText"
|
|
@@ -7069,7 +7046,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7069
7046
|
(keydown.enter)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
7070
7047
|
(keydown.alt.arrowdown)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
7071
7048
|
role="button"
|
|
7072
|
-
class="k-nav-current"
|
|
7049
|
+
class="k-nav-current k-toolbar-button"
|
|
7073
7050
|
[attr.aria-live]="'polite'"
|
|
7074
7051
|
[kendoSchedulerFocusIndex]="0"
|
|
7075
7052
|
containerType="toolbar">
|
|
@@ -7096,9 +7073,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7096
7073
|
}], ctorParameters: () => [{ type: i1$2.PopupService }, { type: ToolbarService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }], propDecorators: { calendar: [{
|
|
7097
7074
|
type: ViewChild,
|
|
7098
7075
|
args: ['calendar', { static: false }]
|
|
7099
|
-
}], hostClass: [{
|
|
7100
|
-
type: HostBinding,
|
|
7101
|
-
args: ['class.k-toolbar-group']
|
|
7102
7076
|
}], min: [{
|
|
7103
7077
|
type: Input
|
|
7104
7078
|
}], max: [{
|
|
@@ -8300,10 +8274,6 @@ class SchedulerComponent {
|
|
|
8300
8274
|
* @hidden
|
|
8301
8275
|
*/
|
|
8302
8276
|
confirmationDialogContainerRef;
|
|
8303
|
-
/**
|
|
8304
|
-
* @hidden
|
|
8305
|
-
*/
|
|
8306
|
-
loadingComponent;
|
|
8307
8277
|
/**
|
|
8308
8278
|
* @hidden
|
|
8309
8279
|
*/
|
|
@@ -8366,6 +8336,10 @@ class SchedulerComponent {
|
|
|
8366
8336
|
get viewToolbar() {
|
|
8367
8337
|
return this.viewState?.toolbarVisibilityByView.get(this.selectedView);
|
|
8368
8338
|
}
|
|
8339
|
+
/**
|
|
8340
|
+
* @hidden
|
|
8341
|
+
*/
|
|
8342
|
+
pdfLoading = false;
|
|
8369
8343
|
direction;
|
|
8370
8344
|
subs;
|
|
8371
8345
|
viewIndex = 0;
|
|
@@ -8509,7 +8483,8 @@ class SchedulerComponent {
|
|
|
8509
8483
|
}
|
|
8510
8484
|
}));
|
|
8511
8485
|
this.subs.add(this.pdfService.done.subscribe(() => {
|
|
8512
|
-
this.
|
|
8486
|
+
this.pdfLoading = false;
|
|
8487
|
+
this.changeDetector.markForCheck();
|
|
8513
8488
|
}));
|
|
8514
8489
|
this.subs.add(this.localization.changes.subscribe(({ rtl }) => {
|
|
8515
8490
|
this.rtl = rtl;
|
|
@@ -8657,7 +8632,8 @@ class SchedulerComponent {
|
|
|
8657
8632
|
* Saves the current view as PDF.
|
|
8658
8633
|
*/
|
|
8659
8634
|
saveAsPDF() {
|
|
8660
|
-
this.
|
|
8635
|
+
this.pdfLoading = true;
|
|
8636
|
+
this.changeDetector.markForCheck();
|
|
8661
8637
|
this.zone.runOutsideAngular(() => {
|
|
8662
8638
|
// wait a tick in order for the loading element style to be updated by the browser.
|
|
8663
8639
|
// if the export is synchronous, the browser will not update the element before the export is finished.
|
|
@@ -8938,7 +8914,7 @@ class SchedulerComponent {
|
|
|
8938
8914
|
ViewContextService,
|
|
8939
8915
|
ViewStateService,
|
|
8940
8916
|
PDFService
|
|
8941
|
-
], queries: [{ propertyName: "editDialogTemplate", first: true, predicate: EditDialogTemplateDirective, descendants: true }, { propertyName: "toolbarTemplate", first: true, predicate: ToolbarTemplateDirective, descendants: true }, { propertyName: "views", predicate: SchedulerView }, { propertyName: "allDayEventTemplate", predicate: AllDayEventTemplateDirective }, { propertyName: "eventTemplate", predicate: EventTemplateDirective }, { propertyName: "timeSlotTemplate", predicate: TimeSlotTemplateDirective }, { propertyName: "minorTimeHeaderTemplate", predicate: MinorTimeHeaderTemplateDirective }, { propertyName: "majorTimeHeaderTemplate", predicate: MajorTimeHeaderTemplateDirective }, { propertyName: "monthDaySlotTemplate", predicate: MonthDaySlotTemplateDirective }, { propertyName: "multiWeekDaySlotTemplate", predicate: MultiWeekDaySlotTemplateDirective }, { propertyName: "dateHeaderTemplate", predicate: DateHeaderTemplateDirective }, { propertyName: "allDaySlotTemplate", predicate: AllDaySlotTemplateDirective }, { propertyName: "groupHeaderTemplate", predicate: GroupHeaderTemplateDirective }, { propertyName: "agendaDateTemplate", predicate: AgendaDateTemplateDirective }, { propertyName: "agendaTimeTemplate", predicate: AgendaTimeTemplateDirective }], viewQueries: [{ propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }, { propertyName: "confirmationDialogContainerRef", first: true, predicate: ["confirmationDialogContainer"], descendants: true, read: ViewContainerRef, static: true }
|
|
8917
|
+
], queries: [{ propertyName: "editDialogTemplate", first: true, predicate: EditDialogTemplateDirective, descendants: true }, { propertyName: "toolbarTemplate", first: true, predicate: ToolbarTemplateDirective, descendants: true }, { propertyName: "views", predicate: SchedulerView }, { propertyName: "allDayEventTemplate", predicate: AllDayEventTemplateDirective }, { propertyName: "eventTemplate", predicate: EventTemplateDirective }, { propertyName: "timeSlotTemplate", predicate: TimeSlotTemplateDirective }, { propertyName: "minorTimeHeaderTemplate", predicate: MinorTimeHeaderTemplateDirective }, { propertyName: "majorTimeHeaderTemplate", predicate: MajorTimeHeaderTemplateDirective }, { propertyName: "monthDaySlotTemplate", predicate: MonthDaySlotTemplateDirective }, { propertyName: "multiWeekDaySlotTemplate", predicate: MultiWeekDaySlotTemplateDirective }, { propertyName: "dateHeaderTemplate", predicate: DateHeaderTemplateDirective }, { propertyName: "allDaySlotTemplate", predicate: AllDaySlotTemplateDirective }, { propertyName: "groupHeaderTemplate", predicate: GroupHeaderTemplateDirective }, { propertyName: "agendaDateTemplate", predicate: AgendaDateTemplateDirective }, { propertyName: "agendaTimeTemplate", predicate: AgendaTimeTemplateDirective }], viewQueries: [{ propertyName: "resizeSensor", first: true, predicate: ResizeSensorComponent, descendants: true, static: true }, { propertyName: "confirmationDialogContainerRef", first: true, predicate: ["confirmationDialogContainer"], descendants: true, read: ViewContainerRef, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
8942
8918
|
<ng-container kendoSchedulerLocalizedMessages
|
|
8943
8919
|
i18n-allEvents="kendo.scheduler.allEvents|The All events text displayed in the timeline views when there is no vertical grouping."
|
|
8944
8920
|
allEvents="All events"
|
|
@@ -9269,13 +9245,14 @@ class SchedulerComponent {
|
|
|
9269
9245
|
|
|
9270
9246
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
9271
9247
|
|
|
9272
|
-
|
|
9273
|
-
|
|
9248
|
+
@if (loading || pdfLoading) {
|
|
9249
|
+
<div kendoSchedulerLoading></div>
|
|
9250
|
+
}
|
|
9274
9251
|
|
|
9275
9252
|
@if (showLicenseWatermark) {
|
|
9276
9253
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
9277
9254
|
}
|
|
9278
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { kind: "component", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: LoadingComponent, selector: "[kendoSchedulerLoading]"
|
|
9255
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { kind: "component", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: LoadingComponent, selector: "[kendoSchedulerLoading]" }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9279
9256
|
}
|
|
9280
9257
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: SchedulerComponent, decorators: [{
|
|
9281
9258
|
type: Component,
|
|
@@ -9633,8 +9610,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
9633
9610
|
|
|
9634
9611
|
<kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
|
|
9635
9612
|
|
|
9636
|
-
|
|
9637
|
-
|
|
9613
|
+
@if (loading || pdfLoading) {
|
|
9614
|
+
<div kendoSchedulerLoading></div>
|
|
9615
|
+
}
|
|
9638
9616
|
|
|
9639
9617
|
@if (showLicenseWatermark) {
|
|
9640
9618
|
<div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
|
|
@@ -9788,9 +9766,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
9788
9766
|
}], confirmationDialogContainerRef: [{
|
|
9789
9767
|
type: ViewChild,
|
|
9790
9768
|
args: ["confirmationDialogContainer", { read: ViewContainerRef, static: true }]
|
|
9791
|
-
}], loadingComponent: [{
|
|
9792
|
-
type: ViewChild,
|
|
9793
|
-
args: [LoadingComponent, { static: true }]
|
|
9794
9769
|
}], allDayEventTemplate: [{
|
|
9795
9770
|
type: ContentChildren,
|
|
9796
9771
|
args: [AllDayEventTemplateDirective]
|
|
@@ -11420,9 +11395,9 @@ class AgendaHeaderComponent {
|
|
|
11420
11395
|
@for (resource of resources; track resource) {
|
|
11421
11396
|
<th class="k-scheduler-groupcolumn k-first" role="columnheader"><span class="k-sr-only">{{ resourceMessage }}</span></th>
|
|
11422
11397
|
}
|
|
11423
|
-
<th class="k-scheduler-cell k-
|
|
11424
|
-
<th class="k-scheduler-cell k-
|
|
11425
|
-
<th class="k-scheduler-cell
|
|
11398
|
+
<th class="k-scheduler-cell k-scheduler-datecolumn" role="columnheader">{{ dateMessage }}</th>
|
|
11399
|
+
<th class="k-scheduler-cell k-scheduler-timecolumn" role="columnheader">{{ timeMessage }}</th>
|
|
11400
|
+
<th class="k-scheduler-cell" role="columnheader">{{ eventMessage }}</th>
|
|
11426
11401
|
</tr>
|
|
11427
11402
|
</tbody>
|
|
11428
11403
|
</table>
|
|
@@ -11442,9 +11417,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
11442
11417
|
@for (resource of resources; track resource) {
|
|
11443
11418
|
<th class="k-scheduler-groupcolumn k-first" role="columnheader"><span class="k-sr-only">{{ resourceMessage }}</span></th>
|
|
11444
11419
|
}
|
|
11445
|
-
<th class="k-scheduler-cell k-
|
|
11446
|
-
<th class="k-scheduler-cell k-
|
|
11447
|
-
<th class="k-scheduler-cell
|
|
11420
|
+
<th class="k-scheduler-cell k-scheduler-datecolumn" role="columnheader">{{ dateMessage }}</th>
|
|
11421
|
+
<th class="k-scheduler-cell k-scheduler-timecolumn" role="columnheader">{{ timeMessage }}</th>
|
|
11422
|
+
<th class="k-scheduler-cell" role="columnheader">{{ eventMessage }}</th>
|
|
11448
11423
|
</tr>
|
|
11449
11424
|
</tbody>
|
|
11450
11425
|
</table>
|
|
@@ -14736,7 +14711,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14736
14711
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
14737
14712
|
<tbody>
|
|
14738
14713
|
<tr>
|
|
14739
|
-
<th class="k-scheduler-cell
|
|
14714
|
+
<th class="k-scheduler-cell"></th>
|
|
14740
14715
|
</tr>
|
|
14741
14716
|
</tbody>
|
|
14742
14717
|
</table>
|
|
@@ -14754,7 +14729,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14754
14729
|
<tr>
|
|
14755
14730
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
14756
14731
|
<th
|
|
14757
|
-
class="k-scheduler-cell
|
|
14732
|
+
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
14758
14733
|
@if (!groupHeaderTemplateRef) {
|
|
14759
14734
|
{{ getField(item, resource.textField) }}
|
|
14760
14735
|
}
|
|
@@ -14768,7 +14743,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14768
14743
|
<tr>
|
|
14769
14744
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
14770
14745
|
@for (day of weeks[0]; track itemIndex($index, day)) {
|
|
14771
|
-
<th class="k-scheduler-cell
|
|
14746
|
+
<th class="k-scheduler-cell">
|
|
14772
14747
|
{{ day | kendoDate: 'EEEE' }}
|
|
14773
14748
|
</th>
|
|
14774
14749
|
}
|
|
@@ -14790,7 +14765,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14790
14765
|
<tr>
|
|
14791
14766
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
14792
14767
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
14793
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell
|
|
14768
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell" [ngClass]="{ 'k-last-resource': resourceIndex === verticalResources.length - 1 }">
|
|
14794
14769
|
@if (!groupHeaderTemplateRef) {
|
|
14795
14770
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
14796
14771
|
}
|
|
@@ -14801,12 +14776,12 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14801
14776
|
</th>
|
|
14802
14777
|
}
|
|
14803
14778
|
}
|
|
14804
|
-
<th class="k-slot-cell k-
|
|
14779
|
+
<th class="k-slot-cell k-empty-slot">
|
|
14805
14780
|
</th>
|
|
14806
14781
|
</tr>
|
|
14807
14782
|
@for (index of (numberOfWeeks - 1) | repeat; track itemIndex($index, index)) {
|
|
14808
14783
|
<tr>
|
|
14809
|
-
<th class="k-slot-cell k-
|
|
14784
|
+
<th class="k-slot-cell k-empty-slot"></th>
|
|
14810
14785
|
</tr>
|
|
14811
14786
|
}
|
|
14812
14787
|
}
|
|
@@ -14927,7 +14902,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14927
14902
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
14928
14903
|
<tbody>
|
|
14929
14904
|
<tr>
|
|
14930
|
-
<th class="k-scheduler-cell
|
|
14905
|
+
<th class="k-scheduler-cell"></th>
|
|
14931
14906
|
</tr>
|
|
14932
14907
|
</tbody>
|
|
14933
14908
|
</table>
|
|
@@ -14945,7 +14920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14945
14920
|
<tr>
|
|
14946
14921
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
14947
14922
|
<th
|
|
14948
|
-
class="k-scheduler-cell
|
|
14923
|
+
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
14949
14924
|
@if (!groupHeaderTemplateRef) {
|
|
14950
14925
|
{{ getField(item, resource.textField) }}
|
|
14951
14926
|
}
|
|
@@ -14959,7 +14934,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14959
14934
|
<tr>
|
|
14960
14935
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
14961
14936
|
@for (day of weeks[0]; track itemIndex($index, day)) {
|
|
14962
|
-
<th class="k-scheduler-cell
|
|
14937
|
+
<th class="k-scheduler-cell">
|
|
14963
14938
|
{{ day | kendoDate: 'EEEE' }}
|
|
14964
14939
|
</th>
|
|
14965
14940
|
}
|
|
@@ -14981,7 +14956,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14981
14956
|
<tr>
|
|
14982
14957
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
14983
14958
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
14984
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell
|
|
14959
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell" [ngClass]="{ 'k-last-resource': resourceIndex === verticalResources.length - 1 }">
|
|
14985
14960
|
@if (!groupHeaderTemplateRef) {
|
|
14986
14961
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
14987
14962
|
}
|
|
@@ -14992,12 +14967,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
14992
14967
|
</th>
|
|
14993
14968
|
}
|
|
14994
14969
|
}
|
|
14995
|
-
<th class="k-slot-cell k-
|
|
14970
|
+
<th class="k-slot-cell k-empty-slot">
|
|
14996
14971
|
</th>
|
|
14997
14972
|
</tr>
|
|
14998
14973
|
@for (index of (numberOfWeeks - 1) | repeat; track itemIndex($index, index)) {
|
|
14999
14974
|
<tr>
|
|
15000
|
-
<th class="k-slot-cell k-
|
|
14975
|
+
<th class="k-slot-cell k-empty-slot"></th>
|
|
15001
14976
|
</tr>
|
|
15002
14977
|
}
|
|
15003
14978
|
}
|
|
@@ -15789,7 +15764,7 @@ class ViewFooterComponent {
|
|
|
15789
15764
|
}
|
|
15790
15765
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15791
15766
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: ViewFooterComponent, isStandalone: true, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "attr.role": "this.toolbarRole", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
15792
|
-
<span
|
|
15767
|
+
<span>
|
|
15793
15768
|
@for (item of items; track item) {
|
|
15794
15769
|
<button
|
|
15795
15770
|
type="button"
|
|
@@ -15811,7 +15786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
15811
15786
|
args: [{
|
|
15812
15787
|
selector: '[viewFooter]',
|
|
15813
15788
|
template: `
|
|
15814
|
-
<span
|
|
15789
|
+
<span>
|
|
15815
15790
|
@for (item of items; track item) {
|
|
15816
15791
|
<button
|
|
15817
15792
|
type="button"
|
|
@@ -15855,7 +15830,7 @@ class WorkHoursFooterDirective {
|
|
|
15855
15830
|
footer;
|
|
15856
15831
|
localization;
|
|
15857
15832
|
showWorkHours = false;
|
|
15858
|
-
footerItems = [{ cssClass: 'k-scheduler-fullday', fontIcon: 'clock', svgIcon: clockIcon, text: '' }];
|
|
15833
|
+
footerItems = [{ cssClass: 'k-scheduler-fullday k-toolbar-button', fontIcon: 'clock', svgIcon: clockIcon, text: '' }];
|
|
15859
15834
|
constructor(footer, localization) {
|
|
15860
15835
|
this.footer = footer;
|
|
15861
15836
|
this.localization = localization;
|
|
@@ -17690,15 +17665,15 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17690
17665
|
<tbody>
|
|
17691
17666
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
17692
17667
|
<tr>
|
|
17693
|
-
<th class="k-scheduler-cell
|
|
17668
|
+
<th class="k-scheduler-cell"></th>
|
|
17694
17669
|
</tr>
|
|
17695
17670
|
}
|
|
17696
17671
|
<tr [style.height]="'auto'">
|
|
17697
|
-
<th class="k-scheduler-cell
|
|
17672
|
+
<th class="k-scheduler-cell"></th>
|
|
17698
17673
|
</tr>
|
|
17699
17674
|
@if (allDaySlot && !verticalResources.length) {
|
|
17700
17675
|
<tr>
|
|
17701
|
-
<th class="k-scheduler-times-all-day k-scheduler-cell
|
|
17676
|
+
<th class="k-scheduler-times-all-day k-scheduler-cell" #allDayCell>{{ allDayMessage }}</th>
|
|
17702
17677
|
</tr>
|
|
17703
17678
|
}
|
|
17704
17679
|
</tbody>
|
|
@@ -17714,7 +17689,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17714
17689
|
<tr>
|
|
17715
17690
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
17716
17691
|
<th
|
|
17717
|
-
class="k-scheduler-cell
|
|
17692
|
+
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
17718
17693
|
@if (!groupHeaderTemplateRef) {
|
|
17719
17694
|
{{ getField(item, resource.textField) }}
|
|
17720
17695
|
}
|
|
@@ -17728,7 +17703,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17728
17703
|
<tr class="k-scheduler-date-group">
|
|
17729
17704
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
17730
17705
|
@for (slot of daySlots; track itemIndex(index, slot); let index = $index) {
|
|
17731
|
-
<th class="k-scheduler-cell
|
|
17706
|
+
<th class="k-scheduler-cell">
|
|
17732
17707
|
@if (!dateHeaderTemplateRef) {
|
|
17733
17708
|
<span class="k-link k-nav-day" [attr.data-dayslot-index]="index">{{ slot.start | kendoDate: dateFormat }}</span>
|
|
17734
17709
|
}
|
|
@@ -17840,7 +17815,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17840
17815
|
<tr>
|
|
17841
17816
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
17842
17817
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
17843
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell
|
|
17818
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell">
|
|
17844
17819
|
@if (!groupHeaderTemplateRef) {
|
|
17845
17820
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
17846
17821
|
}
|
|
@@ -17852,14 +17827,14 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17852
17827
|
}
|
|
17853
17828
|
}
|
|
17854
17829
|
@if (allDaySlot) {
|
|
17855
|
-
<th class="k-scheduler-times-all-day k-scheduler-cell
|
|
17830
|
+
<th class="k-scheduler-times-all-day k-scheduler-cell" #allDayCell>{{ allDayMessage }}</th>
|
|
17856
17831
|
}
|
|
17857
17832
|
</tr>
|
|
17858
17833
|
}
|
|
17859
17834
|
@for (slot of timeSlots; track itemIndex(timeSlotIndex, slot); let timeSlotIndex = $index) {
|
|
17860
17835
|
<tr>
|
|
17861
17836
|
@if (slot.isMajor) {
|
|
17862
|
-
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell
|
|
17837
|
+
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell">
|
|
17863
17838
|
@if (!majorTimeHeaderTemplateRef) {
|
|
17864
17839
|
{{ slot.start | kendoDate: 't' }}
|
|
17865
17840
|
}
|
|
@@ -17869,7 +17844,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17869
17844
|
</th>
|
|
17870
17845
|
}
|
|
17871
17846
|
@if (!slot.isMajor) {
|
|
17872
|
-
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell
|
|
17847
|
+
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell">
|
|
17873
17848
|
@if (minorTimeHeaderTemplateRef) {
|
|
17874
17849
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: slot.start }">
|
|
17875
17850
|
</ng-container>
|
|
@@ -18053,15 +18028,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18053
18028
|
<tbody>
|
|
18054
18029
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
18055
18030
|
<tr>
|
|
18056
|
-
<th class="k-scheduler-cell
|
|
18031
|
+
<th class="k-scheduler-cell"></th>
|
|
18057
18032
|
</tr>
|
|
18058
18033
|
}
|
|
18059
18034
|
<tr [style.height]="'auto'">
|
|
18060
|
-
<th class="k-scheduler-cell
|
|
18035
|
+
<th class="k-scheduler-cell"></th>
|
|
18061
18036
|
</tr>
|
|
18062
18037
|
@if (allDaySlot && !verticalResources.length) {
|
|
18063
18038
|
<tr>
|
|
18064
|
-
<th class="k-scheduler-times-all-day k-scheduler-cell
|
|
18039
|
+
<th class="k-scheduler-times-all-day k-scheduler-cell" #allDayCell>{{ allDayMessage }}</th>
|
|
18065
18040
|
</tr>
|
|
18066
18041
|
}
|
|
18067
18042
|
</tbody>
|
|
@@ -18077,7 +18052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18077
18052
|
<tr>
|
|
18078
18053
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
18079
18054
|
<th
|
|
18080
|
-
class="k-scheduler-cell
|
|
18055
|
+
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
18081
18056
|
@if (!groupHeaderTemplateRef) {
|
|
18082
18057
|
{{ getField(item, resource.textField) }}
|
|
18083
18058
|
}
|
|
@@ -18091,7 +18066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18091
18066
|
<tr class="k-scheduler-date-group">
|
|
18092
18067
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
18093
18068
|
@for (slot of daySlots; track itemIndex(index, slot); let index = $index) {
|
|
18094
|
-
<th class="k-scheduler-cell
|
|
18069
|
+
<th class="k-scheduler-cell">
|
|
18095
18070
|
@if (!dateHeaderTemplateRef) {
|
|
18096
18071
|
<span class="k-link k-nav-day" [attr.data-dayslot-index]="index">{{ slot.start | kendoDate: dateFormat }}</span>
|
|
18097
18072
|
}
|
|
@@ -18203,7 +18178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18203
18178
|
<tr>
|
|
18204
18179
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
18205
18180
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
18206
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell
|
|
18181
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell">
|
|
18207
18182
|
@if (!groupHeaderTemplateRef) {
|
|
18208
18183
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
18209
18184
|
}
|
|
@@ -18215,14 +18190,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18215
18190
|
}
|
|
18216
18191
|
}
|
|
18217
18192
|
@if (allDaySlot) {
|
|
18218
|
-
<th class="k-scheduler-times-all-day k-scheduler-cell
|
|
18193
|
+
<th class="k-scheduler-times-all-day k-scheduler-cell" #allDayCell>{{ allDayMessage }}</th>
|
|
18219
18194
|
}
|
|
18220
18195
|
</tr>
|
|
18221
18196
|
}
|
|
18222
18197
|
@for (slot of timeSlots; track itemIndex(timeSlotIndex, slot); let timeSlotIndex = $index) {
|
|
18223
18198
|
<tr>
|
|
18224
18199
|
@if (slot.isMajor) {
|
|
18225
|
-
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell
|
|
18200
|
+
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell">
|
|
18226
18201
|
@if (!majorTimeHeaderTemplateRef) {
|
|
18227
18202
|
{{ slot.start | kendoDate: 't' }}
|
|
18228
18203
|
}
|
|
@@ -18232,7 +18207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
18232
18207
|
</th>
|
|
18233
18208
|
}
|
|
18234
18209
|
@if (!slot.isMajor) {
|
|
18235
|
-
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell
|
|
18210
|
+
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell">
|
|
18236
18211
|
@if (minorTimeHeaderTemplateRef) {
|
|
18237
18212
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: slot.start }">
|
|
18238
18213
|
</ng-container>
|
|
@@ -19309,11 +19284,11 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19309
19284
|
<div class="k-scheduler-times" #timesHeader>
|
|
19310
19285
|
<table class="k-scheduler-table" #timesHeaderTable aria-hidden="true">
|
|
19311
19286
|
<tbody>
|
|
19312
|
-
<tr><th class="k-scheduler-cell
|
|
19313
|
-
<tr><th class="k-slot-cell k-scheduler-cell
|
|
19287
|
+
<tr><th class="k-scheduler-cell"></th></tr>
|
|
19288
|
+
<tr><th class="k-slot-cell k-scheduler-cell"></th></tr>
|
|
19314
19289
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
19315
19290
|
<tr>
|
|
19316
|
-
<th class="k-scheduler-cell
|
|
19291
|
+
<th class="k-scheduler-cell"></th>
|
|
19317
19292
|
</tr>
|
|
19318
19293
|
}
|
|
19319
19294
|
</tbody>
|
|
@@ -19336,7 +19311,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19336
19311
|
<tr>
|
|
19337
19312
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
19338
19313
|
<th
|
|
19339
|
-
class="k-slot-cell k-scheduler-cell
|
|
19314
|
+
class="k-slot-cell k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
19340
19315
|
@if (!groupHeaderTemplateRef) {
|
|
19341
19316
|
{{ getField(item, resource.textField) }}
|
|
19342
19317
|
}
|
|
@@ -19351,7 +19326,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19351
19326
|
<tr class="k-scheduler-date-group">
|
|
19352
19327
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
19353
19328
|
@for (daySlot of daySlots; track itemIndex(index, daySlot); let index = $index) {
|
|
19354
|
-
<th [attr.colspan]="timeSlots.length" class="k-scheduler-cell k-
|
|
19329
|
+
<th [attr.colspan]="timeSlots.length" class="k-scheduler-cell k-slot-cell">
|
|
19355
19330
|
@if (!dateHeaderTemplateRef) {
|
|
19356
19331
|
<span class="k-link k-nav-day" [attr.data-dayslot-index]="index">{{ daySlot.start | kendoDate: 'm'}}</span>
|
|
19357
19332
|
}
|
|
@@ -19367,7 +19342,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19367
19342
|
@for (daySlot of daySlots; track itemIndex(rangeIndex, daySlot); let rangeIndex = $index) {
|
|
19368
19343
|
@for (timeSlot of timeSlots; track itemIndex(index, timeSlot); let index = $index) {
|
|
19369
19344
|
@if (timeSlot.isMajor) {
|
|
19370
|
-
<th [attr.colspan]="timeColspan(index)" class="k-scheduler-cell
|
|
19345
|
+
<th [attr.colspan]="timeColspan(index)" class="k-scheduler-cell">
|
|
19371
19346
|
@if (!majorTimeHeaderTemplateRef) {
|
|
19372
19347
|
{{ timeSlot.start | kendoDate: 't' }}
|
|
19373
19348
|
}
|
|
@@ -19379,7 +19354,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19379
19354
|
@if (!timeSlot.isMajor && minorTimeHeaderTemplateRef) {
|
|
19380
19355
|
<th
|
|
19381
19356
|
[ngStyle]="{'border-left-color': 'transparent', 'border-right-color': 'transparent'}"
|
|
19382
|
-
class="k-scheduler-cell
|
|
19357
|
+
class="k-scheduler-cell"
|
|
19383
19358
|
>
|
|
19384
19359
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: timeSlot.start }">
|
|
19385
19360
|
</ng-container>
|
|
@@ -19402,7 +19377,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19402
19377
|
<tbody>
|
|
19403
19378
|
@if (!verticalResources.length) {
|
|
19404
19379
|
<tr>
|
|
19405
|
-
<th rowspan="1" #titleCell class="k-scheduler-cell
|
|
19380
|
+
<th rowspan="1" #titleCell class="k-scheduler-cell">
|
|
19406
19381
|
{{ allEventsMessage }}
|
|
19407
19382
|
</th>
|
|
19408
19383
|
</tr>
|
|
@@ -19412,7 +19387,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19412
19387
|
<tr #verticalResourceRows>
|
|
19413
19388
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
19414
19389
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
19415
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell k-scheduler-cell
|
|
19390
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell k-scheduler-cell">
|
|
19416
19391
|
<div>
|
|
19417
19392
|
@if (!groupHeaderTemplateRef) {
|
|
19418
19393
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
@@ -19552,11 +19527,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19552
19527
|
<div class="k-scheduler-times" #timesHeader>
|
|
19553
19528
|
<table class="k-scheduler-table" #timesHeaderTable aria-hidden="true">
|
|
19554
19529
|
<tbody>
|
|
19555
|
-
<tr><th class="k-scheduler-cell
|
|
19556
|
-
<tr><th class="k-slot-cell k-scheduler-cell
|
|
19530
|
+
<tr><th class="k-scheduler-cell"></th></tr>
|
|
19531
|
+
<tr><th class="k-slot-cell k-scheduler-cell"></th></tr>
|
|
19557
19532
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
19558
19533
|
<tr>
|
|
19559
|
-
<th class="k-scheduler-cell
|
|
19534
|
+
<th class="k-scheduler-cell"></th>
|
|
19560
19535
|
</tr>
|
|
19561
19536
|
}
|
|
19562
19537
|
</tbody>
|
|
@@ -19579,7 +19554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19579
19554
|
<tr>
|
|
19580
19555
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
19581
19556
|
<th
|
|
19582
|
-
class="k-slot-cell k-scheduler-cell
|
|
19557
|
+
class="k-slot-cell k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
19583
19558
|
@if (!groupHeaderTemplateRef) {
|
|
19584
19559
|
{{ getField(item, resource.textField) }}
|
|
19585
19560
|
}
|
|
@@ -19594,7 +19569,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19594
19569
|
<tr class="k-scheduler-date-group">
|
|
19595
19570
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
19596
19571
|
@for (daySlot of daySlots; track itemIndex(index, daySlot); let index = $index) {
|
|
19597
|
-
<th [attr.colspan]="timeSlots.length" class="k-scheduler-cell k-
|
|
19572
|
+
<th [attr.colspan]="timeSlots.length" class="k-scheduler-cell k-slot-cell">
|
|
19598
19573
|
@if (!dateHeaderTemplateRef) {
|
|
19599
19574
|
<span class="k-link k-nav-day" [attr.data-dayslot-index]="index">{{ daySlot.start | kendoDate: 'm'}}</span>
|
|
19600
19575
|
}
|
|
@@ -19610,7 +19585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19610
19585
|
@for (daySlot of daySlots; track itemIndex(rangeIndex, daySlot); let rangeIndex = $index) {
|
|
19611
19586
|
@for (timeSlot of timeSlots; track itemIndex(index, timeSlot); let index = $index) {
|
|
19612
19587
|
@if (timeSlot.isMajor) {
|
|
19613
|
-
<th [attr.colspan]="timeColspan(index)" class="k-scheduler-cell
|
|
19588
|
+
<th [attr.colspan]="timeColspan(index)" class="k-scheduler-cell">
|
|
19614
19589
|
@if (!majorTimeHeaderTemplateRef) {
|
|
19615
19590
|
{{ timeSlot.start | kendoDate: 't' }}
|
|
19616
19591
|
}
|
|
@@ -19622,7 +19597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19622
19597
|
@if (!timeSlot.isMajor && minorTimeHeaderTemplateRef) {
|
|
19623
19598
|
<th
|
|
19624
19599
|
[ngStyle]="{'border-left-color': 'transparent', 'border-right-color': 'transparent'}"
|
|
19625
|
-
class="k-scheduler-cell
|
|
19600
|
+
class="k-scheduler-cell"
|
|
19626
19601
|
>
|
|
19627
19602
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: timeSlot.start }">
|
|
19628
19603
|
</ng-container>
|
|
@@ -19645,7 +19620,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19645
19620
|
<tbody>
|
|
19646
19621
|
@if (!verticalResources.length) {
|
|
19647
19622
|
<tr>
|
|
19648
|
-
<th rowspan="1" #titleCell class="k-scheduler-cell
|
|
19623
|
+
<th rowspan="1" #titleCell class="k-scheduler-cell">
|
|
19649
19624
|
{{ allEventsMessage }}
|
|
19650
19625
|
</th>
|
|
19651
19626
|
</tr>
|
|
@@ -19655,7 +19630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
19655
19630
|
<tr #verticalResourceRows>
|
|
19656
19631
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
19657
19632
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
19658
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell k-scheduler-cell
|
|
19633
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-slot-cell k-scheduler-cell">
|
|
19659
19634
|
<div>
|
|
19660
19635
|
@if (!groupHeaderTemplateRef) {
|
|
19661
19636
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
@@ -21685,7 +21660,7 @@ class ShortcutsDirective {
|
|
|
21685
21660
|
}
|
|
21686
21661
|
isInToolbarTemplate(element) {
|
|
21687
21662
|
const isInToolbar = element.closest('.k-scheduler-toolbar');
|
|
21688
|
-
const isInBuiltInElement = element.closest('
|
|
21663
|
+
const isInBuiltInElement = element.closest('[kendoschedulertoolbarnavigation]') ||
|
|
21689
21664
|
element.closest('.k-scheduler-views') ||
|
|
21690
21665
|
element.closest('.k-views-dropdown');
|
|
21691
21666
|
return isInToolbar && !isInBuiltInElement;
|
package/loading.component.d.ts
CHANGED
|
@@ -2,20 +2,12 @@
|
|
|
2
2
|
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Renderer2, ElementRef } from '@angular/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
/**
|
|
8
7
|
* @hidden
|
|
9
8
|
*/
|
|
10
9
|
export declare class LoadingComponent {
|
|
11
|
-
private element;
|
|
12
|
-
private renderer;
|
|
13
10
|
hostClasses: boolean;
|
|
14
|
-
loading: boolean;
|
|
15
|
-
get display(): string;
|
|
16
|
-
private force;
|
|
17
|
-
constructor(element: ElementRef, renderer: Renderer2);
|
|
18
|
-
toggle(value: boolean): void;
|
|
19
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoSchedulerLoading]", never, {
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoSchedulerLoading]", never, {}, {}, never, never, true, never>;
|
|
21
13
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1779117792,
|
|
11
|
+
"version": "24.0.0-develop.35",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.35",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"package": {
|
|
35
35
|
"productName": "Kendo UI for Angular",
|
|
36
36
|
"productCode": "KENDOUIANGULAR",
|
|
37
|
-
"publishDate":
|
|
37
|
+
"publishDate": 1779117792,
|
|
38
38
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
@@ -47,23 +47,23 @@
|
|
|
47
47
|
"@progress/kendo-data-query": "^1.7.3",
|
|
48
48
|
"@progress/kendo-drawing": "^1.25.0",
|
|
49
49
|
"@progress/kendo-licensing": "^1.11.0",
|
|
50
|
-
"@progress/kendo-angular-tooltip": "24.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-dateinputs": "24.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-dialog": "24.0.0-develop.
|
|
55
|
-
"@progress/kendo-angular-dropdowns": "24.0.0-develop.
|
|
56
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
57
|
-
"@progress/kendo-angular-inputs": "24.0.0-develop.
|
|
58
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-label": "24.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-popup": "24.0.0-develop.
|
|
50
|
+
"@progress/kendo-angular-tooltip": "24.0.0-develop.35",
|
|
51
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.35",
|
|
52
|
+
"@progress/kendo-angular-common": "24.0.0-develop.35",
|
|
53
|
+
"@progress/kendo-angular-dateinputs": "24.0.0-develop.35",
|
|
54
|
+
"@progress/kendo-angular-dialog": "24.0.0-develop.35",
|
|
55
|
+
"@progress/kendo-angular-dropdowns": "24.0.0-develop.35",
|
|
56
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.35",
|
|
57
|
+
"@progress/kendo-angular-inputs": "24.0.0-develop.35",
|
|
58
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.35",
|
|
59
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.35",
|
|
60
|
+
"@progress/kendo-angular-label": "24.0.0-develop.35",
|
|
61
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.35",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.35",
|
|
67
67
|
"@progress/kendo-date-math": "^1.3.2",
|
|
68
68
|
"@progress/kendo-draggable": "^3.0.2",
|
|
69
69
|
"@progress/kendo-file-saver": "^1.0.7",
|
package/scheduler.component.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ import { IntlService } from '@progress/kendo-angular-intl';
|
|
|
34
34
|
import { EditEventArgs } from './types/edit-event-args.interface';
|
|
35
35
|
import { PDFService } from './pdf/pdf.service';
|
|
36
36
|
import { PDFExportEvent } from './pdf/pdf-export-event';
|
|
37
|
-
import { LoadingComponent } from './loading.component';
|
|
38
37
|
import { FocusService, FocusPosition } from './navigation';
|
|
39
38
|
import { DomEventsService } from './views/common/dom-events.service';
|
|
40
39
|
import { CreateEvent } from './events/create-event';
|
|
@@ -405,10 +404,6 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
405
404
|
* @hidden
|
|
406
405
|
*/
|
|
407
406
|
confirmationDialogContainerRef: ViewContainerRef;
|
|
408
|
-
/**
|
|
409
|
-
* @hidden
|
|
410
|
-
*/
|
|
411
|
-
loadingComponent: LoadingComponent;
|
|
412
407
|
/**
|
|
413
408
|
* @hidden
|
|
414
409
|
*/
|
|
@@ -469,6 +464,10 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
469
464
|
* @hidden
|
|
470
465
|
*/
|
|
471
466
|
get viewToolbar(): boolean;
|
|
467
|
+
/**
|
|
468
|
+
* @hidden
|
|
469
|
+
*/
|
|
470
|
+
pdfLoading: boolean;
|
|
472
471
|
private direction;
|
|
473
472
|
private subs;
|
|
474
473
|
private viewIndex;
|
|
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
11
11
|
// peer deps of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '24.0.0-develop.
|
|
13
|
-
'@progress/kendo-angular-navigation': '24.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '24.0.0-develop.35',
|
|
13
|
+
'@progress/kendo-angular-navigation': '24.0.0-develop.35',
|
|
14
14
|
// peer dependency of kendo-angular-inputs
|
|
15
|
-
'@progress/kendo-angular-dialog': '24.0.0-develop.
|
|
15
|
+
'@progress/kendo-angular-dialog': '24.0.0-develop.35',
|
|
16
16
|
// peer dependency of kendo-angular-icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
18
18
|
} });
|