@progress/kendo-angular-scheduler 25.0.0-develop.4 → 25.0.0-develop.6
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/fesm2022/progress-kendo-angular-scheduler.mjs +233 -195
- package/index.d.ts +8 -2
- package/package-metadata.mjs +2 -2
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { Optional, Directive, Injectable, EventEmitter, Input, Inject, isDevMode, HostBinding, Component, Output, forwardRef, ViewChild, ViewChildren, ChangeDetectionStrategy, NgZone, ViewContainerRef, ContentChildren, ContentChild, HostListener, ElementRef, TemplateRef, Pipe, NgModule } from '@angular/core';
|
|
7
|
-
import * as
|
|
7
|
+
import * as i2 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import * as i7 from '@progress/kendo-angular-common';
|
|
10
10
|
import { getter, setter, isDocumentAvailable, hasObservers, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, ResizeSensorComponent, getLicenseMessage, shouldShowValidationUI, anyChanged, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, guid, normalizeKeys, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
@@ -26,7 +26,7 @@ import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, FormFie
|
|
|
26
26
|
import { parseRule, serializeRule, expand } from '@progress/kendo-recurrence';
|
|
27
27
|
import { DatePickerComponent, DatePickerCustomMessagesComponent, DateTimePickerComponent, DateTimePickerCustomMessagesComponent, CalendarComponent, CalendarCustomMessagesComponent, MultiViewCalendarComponent, MonthCellTemplateDirective, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService, TimePickerDOMService, HoursService, MinutesService, SecondsService, MillisecondsService, DayPeriodService } from '@progress/kendo-angular-dateinputs';
|
|
28
28
|
import { LabelComponent, LabelDirective } from '@progress/kendo-angular-label';
|
|
29
|
-
import * as i1$
|
|
29
|
+
import * as i1$1 from '@progress/kendo-angular-popup';
|
|
30
30
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
31
31
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
32
32
|
import { drawDOM, exportPDF } from '@progress/kendo-drawing';
|
|
@@ -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: '25.0.0-develop.
|
|
46
|
+
publishDate: 1784041228,
|
|
47
|
+
version: '25.0.0-develop.6',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
49
49
|
};
|
|
50
50
|
|
|
@@ -2246,12 +2246,12 @@ class DialogsService {
|
|
|
2246
2246
|
textFor(key) {
|
|
2247
2247
|
return this.localization.get(key);
|
|
2248
2248
|
}
|
|
2249
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DialogsService, deps: [{ token: i1.DialogService }, { token:
|
|
2249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DialogsService, deps: [{ token: i1.DialogService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: FocusService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2250
2250
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DialogsService });
|
|
2251
2251
|
}
|
|
2252
2252
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DialogsService, decorators: [{
|
|
2253
2253
|
type: Injectable
|
|
2254
|
-
}], ctorParameters: () => [{ type: i1.DialogService }, { type:
|
|
2254
|
+
}], ctorParameters: () => [{ type: i1.DialogService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: FocusService }, { type: ViewStateService }] });
|
|
2255
2255
|
|
|
2256
2256
|
/**
|
|
2257
2257
|
* @hidden
|
|
@@ -2260,7 +2260,7 @@ class SchedulerLocalizationService extends LocalizationService {
|
|
|
2260
2260
|
constructor(prefix, messageService, _rtl) {
|
|
2261
2261
|
super(prefix, messageService, _rtl);
|
|
2262
2262
|
}
|
|
2263
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerLocalizationService, deps: [{ token: L10N_PREFIX }, { token:
|
|
2263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i2.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2264
2264
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerLocalizationService });
|
|
2265
2265
|
}
|
|
2266
2266
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerLocalizationService, decorators: [{
|
|
@@ -2268,7 +2268,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2268
2268
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2269
2269
|
type: Inject,
|
|
2270
2270
|
args: [L10N_PREFIX]
|
|
2271
|
-
}] }, { type:
|
|
2271
|
+
}] }, { type: i2.MessageService, decorators: [{
|
|
2272
2272
|
type: Optional
|
|
2273
2273
|
}] }, { type: undefined, decorators: [{
|
|
2274
2274
|
type: Optional
|
|
@@ -3427,12 +3427,12 @@ class RecurrenceService {
|
|
|
3427
3427
|
this.change.emit(serializeRule(this.rrule, this.timezone));
|
|
3428
3428
|
}
|
|
3429
3429
|
}
|
|
3430
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceService, deps: [{ token: i4.IntlService }, { token:
|
|
3430
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceService, deps: [{ token: i4.IntlService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3431
3431
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceService });
|
|
3432
3432
|
}
|
|
3433
3433
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceService, decorators: [{
|
|
3434
3434
|
type: Injectable
|
|
3435
|
-
}], ctorParameters: () => [{ type: i4.IntlService }, { type:
|
|
3435
|
+
}], ctorParameters: () => [{ type: i4.IntlService }, { type: i2.LocalizationService }] });
|
|
3436
3436
|
|
|
3437
3437
|
/**
|
|
3438
3438
|
* @hidden
|
|
@@ -3449,7 +3449,7 @@ class RecurrenceLocalizationService extends LocalizationService {
|
|
|
3449
3449
|
}
|
|
3450
3450
|
return super.get(shortKey);
|
|
3451
3451
|
}
|
|
3452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceLocalizationService, deps: [{ token: L10N_PREFIX }, { token:
|
|
3452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i2.MessageService, optional: true }, { token: RTL, optional: true }, { token: SchedulerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3453
3453
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceLocalizationService });
|
|
3454
3454
|
}
|
|
3455
3455
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceLocalizationService, decorators: [{
|
|
@@ -3457,7 +3457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
3457
3457
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3458
3458
|
type: Inject,
|
|
3459
3459
|
args: [L10N_PREFIX]
|
|
3460
|
-
}] }, { type:
|
|
3460
|
+
}] }, { type: i2.MessageService, decorators: [{
|
|
3461
3461
|
type: Optional
|
|
3462
3462
|
}] }, { type: undefined, decorators: [{
|
|
3463
3463
|
type: Optional
|
|
@@ -3656,7 +3656,7 @@ class RecurrenceEndRuleEditorComponent {
|
|
|
3656
3656
|
// Convert to the scheduler time zone.
|
|
3657
3657
|
return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
|
|
3658
3658
|
}
|
|
3659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: RecurrenceService }, { token:
|
|
3659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3660
3660
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: RecurrenceEndRuleEditorComponent, isStandalone: true, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
3661
3661
|
<div class="k-form-field">
|
|
3662
3662
|
<kendo-label
|
|
@@ -3847,7 +3847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
3847
3847
|
standalone: true,
|
|
3848
3848
|
imports: [LabelComponent, EndRuleRadioButtonDirective, LabelDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, DatePickerComponent, DatePickerCustomMessagesComponent]
|
|
3849
3849
|
}]
|
|
3850
|
-
}], ctorParameters: () => [{ type: RecurrenceService }, { type:
|
|
3850
|
+
}], ctorParameters: () => [{ type: RecurrenceService }, { type: i2.LocalizationService }], propDecorators: { cssClass: [{
|
|
3851
3851
|
type: HostBinding,
|
|
3852
3852
|
args: ['class.k-scheduler-recurrence-end-rule-editor']
|
|
3853
3853
|
}], userNumericOptions: [{
|
|
@@ -4166,7 +4166,7 @@ class RecurrenceMonthlyYearlyEditorComponent {
|
|
|
4166
4166
|
selected.elem.focus();
|
|
4167
4167
|
}
|
|
4168
4168
|
}
|
|
4169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: RecurrenceService }, { token:
|
|
4169
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4170
4170
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: RecurrenceMonthlyYearlyEditorComponent, isStandalone: true, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
4171
4171
|
<div class='k-form-field'>
|
|
4172
4172
|
<kendo-label
|
|
@@ -4379,7 +4379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4379
4379
|
standalone: true,
|
|
4380
4380
|
imports: [LabelComponent, RepeatOnRadioButtonDirective, LabelDirective, DropDownListComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent]
|
|
4381
4381
|
}]
|
|
4382
|
-
}], ctorParameters: () => [{ type: RecurrenceService }, { type:
|
|
4382
|
+
}], ctorParameters: () => [{ type: RecurrenceService }, { type: i2.LocalizationService }], propDecorators: { userNumericOptions: [{
|
|
4383
4383
|
type: Input
|
|
4384
4384
|
}], repeatOnRadioButtons: [{
|
|
4385
4385
|
type: ViewChildren,
|
|
@@ -4450,7 +4450,7 @@ class RecurrenceWeekdayRuleEditorComponent {
|
|
|
4450
4450
|
selected.focus();
|
|
4451
4451
|
}
|
|
4452
4452
|
}
|
|
4453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, deps: [{ token: RecurrenceService }, { token:
|
|
4453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4454
4454
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: RecurrenceWeekdayRuleEditorComponent, isStandalone: true, selector: "kendo-recurrence-weekday-rule-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
|
|
4455
4455
|
<div class="k-form-field">
|
|
4456
4456
|
<kendo-label
|
|
@@ -4505,7 +4505,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4505
4505
|
standalone: true,
|
|
4506
4506
|
imports: [LabelComponent, ButtonGroupComponent, ButtonComponent]
|
|
4507
4507
|
}]
|
|
4508
|
-
}], ctorParameters: () => [{ type: RecurrenceService }, { type:
|
|
4508
|
+
}], ctorParameters: () => [{ type: RecurrenceService }, { type: i2.LocalizationService }], propDecorators: { weekDayButtons: [{
|
|
4509
4509
|
type: ViewChildren,
|
|
4510
4510
|
args: [Button]
|
|
4511
4511
|
}] } });
|
|
@@ -4589,7 +4589,7 @@ class RecurrenceIntervalEditorComponent {
|
|
|
4589
4589
|
textFor(key) {
|
|
4590
4590
|
return this.localization.get(key);
|
|
4591
4591
|
}
|
|
4592
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token:
|
|
4592
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4593
4593
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: RecurrenceIntervalEditorComponent, isStandalone: true, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
|
|
4594
4594
|
<div class="k-form-field">
|
|
4595
4595
|
<kendo-label
|
|
@@ -4670,7 +4670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4670
4670
|
standalone: true,
|
|
4671
4671
|
imports: [LabelComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent]
|
|
4672
4672
|
}]
|
|
4673
|
-
}], ctorParameters: () => [{ type: RecurrenceService }, { type:
|
|
4673
|
+
}], ctorParameters: () => [{ type: RecurrenceService }, { type: i2.LocalizationService }], propDecorators: { cssClass: [{
|
|
4674
4674
|
type: HostBinding,
|
|
4675
4675
|
args: ['class.k-scheduler-recurrence-interval-editor']
|
|
4676
4676
|
}], userNumericOptions: [{
|
|
@@ -4709,7 +4709,7 @@ class RecurrenceFrequencyEditorComponent {
|
|
|
4709
4709
|
selected.focus();
|
|
4710
4710
|
}
|
|
4711
4711
|
}
|
|
4712
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceFrequencyEditorComponent, deps: [{ token: RecurrenceService }, { token:
|
|
4712
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceFrequencyEditorComponent, deps: [{ token: RecurrenceService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4713
4713
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: RecurrenceFrequencyEditorComponent, isStandalone: true, selector: "kendo-recurrence-frequency-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
|
|
4714
4714
|
<div class='k-form-field'>
|
|
4715
4715
|
<kendo-label
|
|
@@ -4766,7 +4766,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
4766
4766
|
standalone: true,
|
|
4767
4767
|
imports: [LabelComponent, ButtonGroupComponent, ButtonComponent]
|
|
4768
4768
|
}]
|
|
4769
|
-
}], ctorParameters: () => [{ type: RecurrenceService }, { type:
|
|
4769
|
+
}], ctorParameters: () => [{ type: RecurrenceService }, { type: i2.LocalizationService }], propDecorators: { weekDayButtons: [{
|
|
4770
4770
|
type: ViewChildren,
|
|
4771
4771
|
args: [Button]
|
|
4772
4772
|
}] } });
|
|
@@ -5013,7 +5013,7 @@ class RecurrenceEditorLocalizedMessagesDirective extends Messages$1 {
|
|
|
5013
5013
|
super();
|
|
5014
5014
|
this.service = service;
|
|
5015
5015
|
}
|
|
5016
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token:
|
|
5016
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5017
5017
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: RecurrenceEditorLocalizedMessagesDirective, isStandalone: true, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
|
|
5018
5018
|
{
|
|
5019
5019
|
provide: Messages$1,
|
|
@@ -5033,7 +5033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
5033
5033
|
selector: '[kendoRecurrenceEditorLocalizedMessages]',
|
|
5034
5034
|
standalone: true
|
|
5035
5035
|
}]
|
|
5036
|
-
}], ctorParameters: () => [{ type:
|
|
5036
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }] });
|
|
5037
5037
|
|
|
5038
5038
|
/**
|
|
5039
5039
|
* @hidden
|
|
@@ -6116,7 +6116,7 @@ class EditDialogComponent {
|
|
|
6116
6116
|
this.pendingNewEventData = null;
|
|
6117
6117
|
});
|
|
6118
6118
|
}
|
|
6119
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: EditService }, { token:
|
|
6119
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: EditService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: FocusService }, { token: i4.CldrIntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6120
6120
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: EditDialogComponent, isStandalone: true, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, providers: [CldrIntlService], viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
|
|
6121
6121
|
@if (isActive) {
|
|
6122
6122
|
<kendo-dialog (close)='onClose()' [minWidth]='400' title='{{ textFor("editorTitle") }}' class='k-scheduler-edit-dialog' [autoFocusedElement]="autoFocusedElement">
|
|
@@ -6524,7 +6524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
6524
6524
|
providers: [CldrIntlService],
|
|
6525
6525
|
imports: [DialogComponent, ReactiveFormsModule, FormFieldComponent, LabelComponent, TextBoxDirective, SchedulerDateTimePickerComponent, CheckBoxDirective, LabelDirective, TimeZoneEditorComponent, RecurrenceEditorComponent, TextAreaDirective, MultipleResourceEditorComponent, SingleResourceEditorComponent, NgTemplateOutlet, DialogActionsComponent, ButtonComponent]
|
|
6526
6526
|
}]
|
|
6527
|
-
}], ctorParameters: () => [{ type: i0.NgZone }, { type: EditService }, { type:
|
|
6527
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: EditService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: FocusService }, { type: i4.CldrIntlService }], propDecorators: { multipleResourceEditors: [{
|
|
6528
6528
|
type: ViewChildren,
|
|
6529
6529
|
args: [MultipleResourceEditorComponent]
|
|
6530
6530
|
}], singleResourceEditors: [{
|
|
@@ -6656,7 +6656,7 @@ class ToolbarViewSelectorComponent {
|
|
|
6656
6656
|
}
|
|
6657
6657
|
return this.cachedViews.every((view, index) => view === views[index]);
|
|
6658
6658
|
}
|
|
6659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarViewSelectorComponent, deps: [{ token: ToolbarService }, { token:
|
|
6659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarViewSelectorComponent, deps: [{ token: ToolbarService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6660
6660
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: ToolbarViewSelectorComponent, isStandalone: true, selector: "[kendoSchedulerToolbarViewSelector]", inputs: { toolbarWidth: "toolbarWidth", responsiveBreakpoint: "responsiveBreakpoint" }, ngImport: i0, template: `
|
|
6661
6661
|
@if (ctx.views?.length > 1 && toolbarWidth <= responsiveBreakpoint) {
|
|
6662
6662
|
<select
|
|
@@ -6723,7 +6723,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
6723
6723
|
standalone: true,
|
|
6724
6724
|
imports: [FocusableDirective, SegmentedControlComponent]
|
|
6725
6725
|
}]
|
|
6726
|
-
}], ctorParameters: () => [{ type: ToolbarService }, { type:
|
|
6726
|
+
}], ctorParameters: () => [{ type: ToolbarService }, { type: i2.LocalizationService }], propDecorators: { toolbarWidth: [{
|
|
6727
6727
|
type: Input
|
|
6728
6728
|
}], responsiveBreakpoint: [{
|
|
6729
6729
|
type: Input
|
|
@@ -6936,7 +6936,7 @@ class ToolbarNavigationComponent {
|
|
|
6936
6936
|
get arrowSVGIcons() {
|
|
6937
6937
|
return !this.localization.rtl ? ['chevronLeftIcon', 'chevronRightIcon'] : ['chevronRightIcon', 'chevronLeftIcon'];
|
|
6938
6938
|
}
|
|
6939
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarNavigationComponent, deps: [{ token: i1$
|
|
6939
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarNavigationComponent, deps: [{ token: i1$1.PopupService }, { token: ToolbarService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6940
6940
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: ToolbarNavigationComponent, isStandalone: true, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max", activeView: "activeView", bottomView: "bottomView" }, providers: [
|
|
6941
6941
|
PopupService
|
|
6942
6942
|
], viewQueries: [{ propertyName: "calendar", first: true, predicate: ["calendar"], descendants: true }], ngImport: i0, template: `
|
|
@@ -6982,7 +6982,6 @@ class ToolbarNavigationComponent {
|
|
|
6982
6982
|
(mouseup)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
6983
6983
|
(keydown.enter)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
6984
6984
|
(keydown.alt.arrowdown)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
6985
|
-
role="button"
|
|
6986
6985
|
class="k-nav-current k-toolbar-button"
|
|
6987
6986
|
[attr.aria-live]="'polite'"
|
|
6988
6987
|
[kendoSchedulerFocusIndex]="0"
|
|
@@ -7056,7 +7055,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7056
7055
|
(mouseup)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
7057
7056
|
(keydown.enter)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
7058
7057
|
(keydown.alt.arrowdown)="toggleSelectedDate({ nativeElement: anchor.element }, template)"
|
|
7059
|
-
role="button"
|
|
7060
7058
|
class="k-nav-current k-toolbar-button"
|
|
7061
7059
|
[attr.aria-live]="'polite'"
|
|
7062
7060
|
[kendoSchedulerFocusIndex]="0"
|
|
@@ -7081,7 +7079,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7081
7079
|
standalone: true,
|
|
7082
7080
|
imports: [ButtonComponent, FocusableDirective, CalendarComponent, CalendarCustomMessagesComponent, AsyncPipe]
|
|
7083
7081
|
}]
|
|
7084
|
-
}], ctorParameters: () => [{ type: i1$
|
|
7082
|
+
}], ctorParameters: () => [{ type: i1$1.PopupService }, { type: ToolbarService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }], propDecorators: { calendar: [{
|
|
7085
7083
|
type: ViewChild,
|
|
7086
7084
|
args: ['calendar', { static: false }]
|
|
7087
7085
|
}], min: [{
|
|
@@ -7101,8 +7099,12 @@ class ToolbarComponent {
|
|
|
7101
7099
|
service;
|
|
7102
7100
|
element;
|
|
7103
7101
|
zone;
|
|
7102
|
+
localization;
|
|
7104
7103
|
hostClasses = true;
|
|
7105
7104
|
toolbarRole = 'toolbar';
|
|
7105
|
+
get toolbarAriaLabel() {
|
|
7106
|
+
return this.localization.get('toolbar');
|
|
7107
|
+
}
|
|
7106
7108
|
selectedView;
|
|
7107
7109
|
views;
|
|
7108
7110
|
dateRange;
|
|
@@ -7129,10 +7131,11 @@ class ToolbarComponent {
|
|
|
7129
7131
|
return this.service.context.selectedView?.name === 'year' ? 'decade' : 'month';
|
|
7130
7132
|
}
|
|
7131
7133
|
subs = new Subscription();
|
|
7132
|
-
constructor(service, element, zone) {
|
|
7134
|
+
constructor(service, element, zone, localization) {
|
|
7133
7135
|
this.service = service;
|
|
7134
7136
|
this.element = element;
|
|
7135
7137
|
this.zone = zone;
|
|
7138
|
+
this.localization = localization;
|
|
7136
7139
|
this.subs.add(service.action.subscribe(action => this.navigate.next(action)));
|
|
7137
7140
|
}
|
|
7138
7141
|
ngOnInit() {
|
|
@@ -7162,8 +7165,8 @@ class ToolbarComponent {
|
|
|
7162
7165
|
this.zone.run(() => this.toolbarWidth = element.offsetWidth);
|
|
7163
7166
|
this.toolbarWidthChange.emit(this.toolbarWidth);
|
|
7164
7167
|
}
|
|
7165
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7166
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: ToolbarComponent, isStandalone: true, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate", toolbarWidthChange: "toolbarWidthChange" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "attr.role": "this.toolbarRole" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
7168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7169
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: ToolbarComponent, isStandalone: true, selector: "kendo-scheduler-toolbar", inputs: { selectedView: "selectedView", views: "views", dateRange: "dateRange", selectedDate: "selectedDate", template: "template", min: "min", max: "max" }, outputs: { navigate: "navigate", toolbarWidthChange: "toolbarWidthChange" }, host: { properties: { "class.k-scheduler-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "attr.role": "this.toolbarRole", "attr.aria-label": "this.toolbarAriaLabel" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
7167
7170
|
@if (template) {
|
|
7168
7171
|
<ng-template
|
|
7169
7172
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -7213,7 +7216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7213
7216
|
standalone: true,
|
|
7214
7217
|
imports: [NgTemplateOutlet, ToolbarNavigationComponent, ToolbarViewSelectorComponent, ResizeSensorComponent]
|
|
7215
7218
|
}]
|
|
7216
|
-
}], ctorParameters: () => [{ type: ToolbarService }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { hostClasses: [{
|
|
7219
|
+
}], ctorParameters: () => [{ type: ToolbarService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.LocalizationService }], propDecorators: { hostClasses: [{
|
|
7217
7220
|
type: HostBinding,
|
|
7218
7221
|
args: ['class.k-scheduler-toolbar']
|
|
7219
7222
|
}, {
|
|
@@ -7222,6 +7225,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7222
7225
|
}], toolbarRole: [{
|
|
7223
7226
|
type: HostBinding,
|
|
7224
7227
|
args: ['attr.role']
|
|
7228
|
+
}], toolbarAriaLabel: [{
|
|
7229
|
+
type: HostBinding,
|
|
7230
|
+
args: ['attr.aria-label']
|
|
7225
7231
|
}], selectedView: [{
|
|
7226
7232
|
type: Input
|
|
7227
7233
|
}], views: [{
|
|
@@ -7282,6 +7288,10 @@ class Messages extends ComponentMessages {
|
|
|
7282
7288
|
* Sets the title for the **Previous** navigation button.
|
|
7283
7289
|
*/
|
|
7284
7290
|
previousTitle;
|
|
7291
|
+
/**
|
|
7292
|
+
* Sets the label for the Scheduler toolbar.
|
|
7293
|
+
*/
|
|
7294
|
+
toolbar;
|
|
7285
7295
|
/**
|
|
7286
7296
|
* Sets the text for the **Today** navigation button.
|
|
7287
7297
|
*/
|
|
@@ -7652,7 +7662,7 @@ class Messages extends ComponentMessages {
|
|
|
7652
7662
|
*/
|
|
7653
7663
|
selectView;
|
|
7654
7664
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7655
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: Messages, isStandalone: true, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", resourceColumnHeaderLabel: "resourceColumnHeaderLabel", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", yearViewTitle: "yearViewTitle", yearViewNoEvents: "yearViewNoEvents", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", editorDateInputsToday: "editorDateInputsToday", editorDateInputsToggle: "editorDateInputsToggle", editorDateInputsParentViewButton: "editorDateInputsParentViewButton", editorDateInputsNow: "editorDateInputsNow", editorDateInputsNowLabel: "editorDateInputsNowLabel", editorDateInputsAccept: "editorDateInputsAccept", editorDateInputsAcceptLabel: "editorDateInputsAcceptLabel", editorDateInputsCancel: "editorDateInputsCancel", editorDateInputsCancelLabel: "editorDateInputsCancelLabel", editorDateInputsDateTab: "editorDateInputsDateTab", editorDateInputsDateTabLabel: "editorDateInputsDateTabLabel", editorDateInputsTimeTab: "editorDateInputsTimeTab", editorDateInputsTimeTabLabel: "editorDateInputsTimeTabLabel", recurrenceEditorDateInputsToday: "recurrenceEditorDateInputsToday", recurrenceEditorDateInputsToggle: "recurrenceEditorDateInputsToggle", recurrenceEditorDateInputsParentViewButton: "recurrenceEditorDateInputsParentViewButton", recurrenceEditorNumericIncrement: "recurrenceEditorNumericIncrement", recurrenceEditorNumericDecrement: "recurrenceEditorNumericDecrement", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
|
|
7665
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: Messages, isStandalone: true, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", resourceColumnHeaderLabel: "resourceColumnHeaderLabel", deleteTitle: "deleteTitle", nextTitle: "nextTitle", previousTitle: "previousTitle", toolbar: "toolbar", today: "today", calendarToday: "calendarToday", showFullDay: "showFullDay", showWorkDay: "showWorkDay", dayViewTitle: "dayViewTitle", multiDayViewTitle: "multiDayViewTitle", weekViewTitle: "weekViewTitle", workWeekViewTitle: "workWeekViewTitle", monthViewTitle: "monthViewTitle", multiWeekViewTitle: "multiWeekViewTitle", timelineViewTitle: "timelineViewTitle", timelineWeekViewTitle: "timelineWeekViewTitle", timelineMonthViewTitle: "timelineMonthViewTitle", agendaViewTitle: "agendaViewTitle", yearViewTitle: "yearViewTitle", yearViewNoEvents: "yearViewNoEvents", cancel: "cancel", save: "save", editorEventTitle: "editorEventTitle", editorEventStart: "editorEventStart", editorEventStartTimeZone: "editorEventStartTimeZone", editorEventEnd: "editorEventEnd", editorEventEndTimeZone: "editorEventEndTimeZone", editorEventAllDay: "editorEventAllDay", editorEventDescription: "editorEventDescription", editorEventSeparateTimeZones: "editorEventSeparateTimeZones", editorEventTimeZone: "editorEventTimeZone", editorDateInputsToday: "editorDateInputsToday", editorDateInputsToggle: "editorDateInputsToggle", editorDateInputsParentViewButton: "editorDateInputsParentViewButton", editorDateInputsNow: "editorDateInputsNow", editorDateInputsNowLabel: "editorDateInputsNowLabel", editorDateInputsAccept: "editorDateInputsAccept", editorDateInputsAcceptLabel: "editorDateInputsAcceptLabel", editorDateInputsCancel: "editorDateInputsCancel", editorDateInputsCancelLabel: "editorDateInputsCancelLabel", editorDateInputsDateTab: "editorDateInputsDateTab", editorDateInputsDateTabLabel: "editorDateInputsDateTabLabel", editorDateInputsTimeTab: "editorDateInputsTimeTab", editorDateInputsTimeTabLabel: "editorDateInputsTimeTabLabel", recurrenceEditorDateInputsToday: "recurrenceEditorDateInputsToday", recurrenceEditorDateInputsToggle: "recurrenceEditorDateInputsToggle", recurrenceEditorDateInputsParentViewButton: "recurrenceEditorDateInputsParentViewButton", recurrenceEditorNumericIncrement: "recurrenceEditorNumericIncrement", recurrenceEditorNumericDecrement: "recurrenceEditorNumericDecrement", recurrenceEditorRepeat: "recurrenceEditorRepeat", recurrenceEditorDailyInterval: "recurrenceEditorDailyInterval", recurrenceEditorDailyRepeatEvery: "recurrenceEditorDailyRepeatEvery", recurrenceEditorWeeklyInterval: "recurrenceEditorWeeklyInterval", recurrenceEditorWeeklyRepeatEvery: "recurrenceEditorWeeklyRepeatEvery", recurrenceEditorWeeklyRepeatOn: "recurrenceEditorWeeklyRepeatOn", recurrenceEditorMonthlyDay: "recurrenceEditorMonthlyDay", recurrenceEditorMonthlyInterval: "recurrenceEditorMonthlyInterval", recurrenceEditorMonthlyRepeatEvery: "recurrenceEditorMonthlyRepeatEvery", recurrenceEditorMonthlyRepeatOn: "recurrenceEditorMonthlyRepeatOn", recurrenceEditorYearlyOf: "recurrenceEditorYearlyOf", recurrenceEditorYearlyRepeatEvery: "recurrenceEditorYearlyRepeatEvery", recurrenceEditorYearlyRepeatOn: "recurrenceEditorYearlyRepeatOn", recurrenceEditorYearlyInterval: "recurrenceEditorYearlyInterval", recurrenceEditorFrequenciesDaily: "recurrenceEditorFrequenciesDaily", recurrenceEditorFrequenciesMonthly: "recurrenceEditorFrequenciesMonthly", recurrenceEditorFrequenciesNever: "recurrenceEditorFrequenciesNever", recurrenceEditorFrequenciesWeekly: "recurrenceEditorFrequenciesWeekly", recurrenceEditorFrequenciesYearly: "recurrenceEditorFrequenciesYearly", recurrenceEditorOffsetPositionsFirst: "recurrenceEditorOffsetPositionsFirst", recurrenceEditorOffsetPositionsSecond: "recurrenceEditorOffsetPositionsSecond", recurrenceEditorOffsetPositionsThird: "recurrenceEditorOffsetPositionsThird", recurrenceEditorOffsetPositionsFourth: "recurrenceEditorOffsetPositionsFourth", recurrenceEditorOffsetPositionsLast: "recurrenceEditorOffsetPositionsLast", recurrenceEditorWeekdaysDay: "recurrenceEditorWeekdaysDay", recurrenceEditorWeekdaysWeekday: "recurrenceEditorWeekdaysWeekday", recurrenceEditorWeekdaysWeekendday: "recurrenceEditorWeekdaysWeekendday", recurrenceEditorEndAfter: "recurrenceEditorEndAfter", recurrenceEditorEndOccurrence: "recurrenceEditorEndOccurrence", recurrenceEditorEndLabel: "recurrenceEditorEndLabel", recurrenceEditorEndNever: "recurrenceEditorEndNever", recurrenceEditorEndOn: "recurrenceEditorEndOn", editorTitle: "editorTitle", destroy: "destroy", deleteConfirmation: "deleteConfirmation", editRecurringConfirmation: "editRecurringConfirmation", editOccurrence: "editOccurrence", editSeries: "editSeries", deleteRecurringConfirmation: "deleteRecurringConfirmation", deleteOccurrence: "deleteOccurrence", deleteSeries: "deleteSeries", deleteDialogTitle: "deleteDialogTitle", deleteRecurringDialogTitle: "deleteRecurringDialogTitle", editRecurringDialogTitle: "editRecurringDialogTitle", selectView: "selectView" }, usesInheritance: true, ngImport: i0 });
|
|
7656
7666
|
}
|
|
7657
7667
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: Messages, decorators: [{
|
|
7658
7668
|
type: Directive
|
|
@@ -7674,6 +7684,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7674
7684
|
type: Input
|
|
7675
7685
|
}], previousTitle: [{
|
|
7676
7686
|
type: Input
|
|
7687
|
+
}], toolbar: [{
|
|
7688
|
+
type: Input
|
|
7677
7689
|
}], today: [{
|
|
7678
7690
|
type: Input
|
|
7679
7691
|
}], calendarToday: [{
|
|
@@ -7865,7 +7877,7 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
7865
7877
|
super();
|
|
7866
7878
|
this.service = service;
|
|
7867
7879
|
}
|
|
7868
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token:
|
|
7880
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7869
7881
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoSchedulerLocalizedMessages]", providers: [
|
|
7870
7882
|
{
|
|
7871
7883
|
provide: Messages,
|
|
@@ -7885,7 +7897,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
7885
7897
|
selector: '[kendoSchedulerLocalizedMessages]',
|
|
7886
7898
|
standalone: true
|
|
7887
7899
|
}]
|
|
7888
|
-
}], ctorParameters: () => [{ type:
|
|
7900
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }] });
|
|
7889
7901
|
|
|
7890
7902
|
const todayDate = () => getDate(new Date());
|
|
7891
7903
|
const DAYS_IN_WEEK$1 = 7;
|
|
@@ -8905,7 +8917,7 @@ class SchedulerComponent {
|
|
|
8905
8917
|
};
|
|
8906
8918
|
});
|
|
8907
8919
|
}
|
|
8908
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: ViewContextService }, { token: ViewStateService }, { token: EditService }, { token: DialogsService }, { token: i4.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: PDFService }, { token:
|
|
8920
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: ViewContextService }, { token: ViewStateService }, { token: EditService }, { token: DialogsService }, { token: i4.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: PDFService }, { token: i2.LocalizationService }, { token: DomEventsService }, { token: i0.Renderer2 }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8909
8921
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: SchedulerComponent, isStandalone: true, selector: "kendo-scheduler", inputs: { selectedViewIndex: "selectedViewIndex", editable: "editable", selectable: "selectable", min: "min", max: "max", eventHeight: "eventHeight", columnWidth: "columnWidth", showWorkHours: "showWorkHours", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", weekStart: "weekStart", slotDuration: "slotDuration", slotDivisions: "slotDivisions", slotFill: "slotFill", allDaySlot: "allDaySlot", scrollTime: "scrollTime", group: "group", resources: "resources", loading: "loading", timezone: "timezone", events: "events", selectedDate: "selectedDate", modelFields: "modelFields", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents", showToolbar: "showToolbar", showFooter: "showFooter", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", hiddenDays: "hiddenDays", isSlotSelected: "isSlotSelected" }, outputs: { selectedViewIndexChange: "selectedViewIndexChange", navigate: "navigate", dateChange: "dateChange", slotClick: "slotClick", slotDblClick: "slotDblClick", create: "create", eventClick: "eventClick", eventDblClick: "eventDblClick", eventKeydown: "eventKeydown", cancel: "cancel", save: "save", remove: "remove", resizeStart: "resizeStart", resize: "resize", resizeEnd: "resizeEnd", dragStart: "dragStart", drag: "drag", dragEnd: "dragEnd", slotDragStart: "slotDragStart", slotDrag: "slotDrag", slotDragEnd: "slotDragEnd", pdfExport: "pdfExport", schedulerResize: "schedulerResize" }, host: { properties: { "class.k-scheduler": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
|
|
8910
8922
|
EditService,
|
|
8911
8923
|
DialogsService,
|
|
@@ -8955,6 +8967,9 @@ class SchedulerComponent {
|
|
|
8955
8967
|
i18n-previousTitle="kendo.scheduler.previousTitle|The title of the navigation previous button."
|
|
8956
8968
|
previousTitle="Previous"
|
|
8957
8969
|
|
|
8970
|
+
i18n-toolbar="kendo.scheduler.toolbar|The label of the Scheduler toolbar."
|
|
8971
|
+
toolbar="Toolbar"
|
|
8972
|
+
|
|
8958
8973
|
i18n-showFullDay="kendo.scheduler.showFullDay|The text of the show full day button displayed in the footer of the day, week and timeline views."
|
|
8959
8974
|
showFullDay="Show full day"
|
|
8960
8975
|
|
|
@@ -9324,6 +9339,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
9324
9339
|
i18n-previousTitle="kendo.scheduler.previousTitle|The title of the navigation previous button."
|
|
9325
9340
|
previousTitle="Previous"
|
|
9326
9341
|
|
|
9342
|
+
i18n-toolbar="kendo.scheduler.toolbar|The label of the Scheduler toolbar."
|
|
9343
|
+
toolbar="Toolbar"
|
|
9344
|
+
|
|
9327
9345
|
i18n-showFullDay="kendo.scheduler.showFullDay|The text of the show full day button displayed in the footer of the day, week and timeline views."
|
|
9328
9346
|
showFullDay="Show full day"
|
|
9329
9347
|
|
|
@@ -9640,7 +9658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
9640
9658
|
standalone: true,
|
|
9641
9659
|
imports: [LocalizedMessagesDirective, ToolbarComponent, NgTemplateOutlet, EditDialogComponent, ResizeSensorComponent, LoadingComponent, WatermarkOverlayComponent]
|
|
9642
9660
|
}]
|
|
9643
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i4.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: PDFService }, { type:
|
|
9661
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i4.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: PDFService }, { type: i2.LocalizationService }, { type: DomEventsService }, { type: i0.Renderer2 }, { type: FocusService }], propDecorators: { hostClasses: [{
|
|
9644
9662
|
type: HostBinding,
|
|
9645
9663
|
args: ['class.k-scheduler']
|
|
9646
9664
|
}], ariaRole: [{
|
|
@@ -9994,7 +10012,7 @@ class SchedulerCustomMessagesComponent extends Messages {
|
|
|
9994
10012
|
get override() {
|
|
9995
10013
|
return true;
|
|
9996
10014
|
}
|
|
9997
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerCustomMessagesComponent, deps: [{ token:
|
|
10015
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SchedulerCustomMessagesComponent, deps: [{ token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9998
10016
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SchedulerCustomMessagesComponent, isStandalone: true, selector: "kendo-scheduler-messages", providers: [
|
|
9999
10017
|
{
|
|
10000
10018
|
provide: Messages,
|
|
@@ -10015,7 +10033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10015
10033
|
template: ``,
|
|
10016
10034
|
standalone: true
|
|
10017
10035
|
}]
|
|
10018
|
-
}], ctorParameters: () => [{ type:
|
|
10036
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }] });
|
|
10019
10037
|
|
|
10020
10038
|
/**
|
|
10021
10039
|
* Represents the `export-to-PDF` command for the Scheduler.
|
|
@@ -10052,7 +10070,7 @@ class PDFCommandDirective extends Button {
|
|
|
10052
10070
|
this.icon = 'pdf';
|
|
10053
10071
|
this.svgIcon = filePdfIcon;
|
|
10054
10072
|
}
|
|
10055
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token:
|
|
10073
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
10056
10074
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: PDFCommandDirective, isStandalone: true, selector: "[kendoSchedulerPDFCommand]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
10057
10075
|
@if (icon || svgIcon) {
|
|
10058
10076
|
<kendo-icon-wrapper
|
|
@@ -10095,7 +10113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10095
10113
|
standalone: true,
|
|
10096
10114
|
imports: [IconWrapperComponent, NgClass]
|
|
10097
10115
|
}]
|
|
10098
|
-
}], ctorParameters: () => [{ type: PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type:
|
|
10116
|
+
}], ctorParameters: () => [{ type: PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { onClick: [{
|
|
10099
10117
|
type: HostListener,
|
|
10100
10118
|
args: ['click', ['$event']]
|
|
10101
10119
|
}] } });
|
|
@@ -10660,12 +10678,12 @@ class ConfigurationViewBase extends SchedulerView {
|
|
|
10660
10678
|
this.schedulerOptions = options;
|
|
10661
10679
|
}
|
|
10662
10680
|
_showToolbar;
|
|
10663
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ConfigurationViewBase, deps: [{ token:
|
|
10681
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ConfigurationViewBase, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10664
10682
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: ConfigurationViewBase, isStandalone: true, inputs: { hiddenDays: "hiddenDays", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", highlightOngoingEvents: "highlightOngoingEvents", showToolbar: "showToolbar" }, queries: [{ propertyName: "eventTemplate", first: true, predicate: EventTemplateDirective, descendants: true }, { propertyName: "groupHeaderTemplate", first: true, predicate: GroupHeaderTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: ["content"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
10665
10683
|
}
|
|
10666
10684
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ConfigurationViewBase, decorators: [{
|
|
10667
10685
|
type: Directive
|
|
10668
|
-
}], ctorParameters: () => [{ type:
|
|
10686
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { hiddenDays: [{
|
|
10669
10687
|
type: Input
|
|
10670
10688
|
}], slotClass: [{
|
|
10671
10689
|
type: Input
|
|
@@ -10986,7 +11004,7 @@ class AgendaTaskItemComponent {
|
|
|
10986
11004
|
this.localization = localization;
|
|
10987
11005
|
this.intl = intl;
|
|
10988
11006
|
}
|
|
10989
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaTaskItemComponent, deps: [{ token:
|
|
11007
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaTaskItemComponent, deps: [{ token: i2.LocalizationService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10990
11008
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaTaskItemComponent, isStandalone: true, selector: "[kendoSchedulerAgendaTaskItem]", inputs: { item: ["kendoSchedulerAgendaTaskItem", "item"], color: "color", eventTemplate: "eventTemplate", editable: "editable" }, host: { properties: { "class.k-scheduler-cell": "this.cellClass", "attr.aria-label": "this.eventTitle" } }, ngImport: i0, template: `
|
|
10991
11009
|
<div class="k-task" [title]="item.title">
|
|
10992
11010
|
@if (eventColor) {
|
|
@@ -11000,7 +11018,7 @@ class AgendaTaskItemComponent {
|
|
|
11000
11018
|
<kendo-icon-wrapper name="arrows-no-repeat" [svgIcon]="arrowsNoRepeatIcon"></kendo-icon-wrapper>
|
|
11001
11019
|
}
|
|
11002
11020
|
@if (!eventTemplate) {
|
|
11003
|
-
{{item?.title }}
|
|
11021
|
+
<span class="k-scheduler-task-text">{{item?.title }}</span>
|
|
11004
11022
|
}
|
|
11005
11023
|
@if (eventTemplate) {
|
|
11006
11024
|
<ng-container [ngTemplateOutlet]="eventTemplate"
|
|
@@ -11034,7 +11052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11034
11052
|
<kendo-icon-wrapper name="arrows-no-repeat" [svgIcon]="arrowsNoRepeatIcon"></kendo-icon-wrapper>
|
|
11035
11053
|
}
|
|
11036
11054
|
@if (!eventTemplate) {
|
|
11037
|
-
{{item?.title }}
|
|
11055
|
+
<span class="k-scheduler-task-text">{{item?.title }}</span>
|
|
11038
11056
|
}
|
|
11039
11057
|
@if (eventTemplate) {
|
|
11040
11058
|
<ng-container [ngTemplateOutlet]="eventTemplate"
|
|
@@ -11052,7 +11070,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11052
11070
|
standalone: true,
|
|
11053
11071
|
imports: [IconWrapperComponent, NgTemplateOutlet]
|
|
11054
11072
|
}]
|
|
11055
|
-
}], ctorParameters: () => [{ type:
|
|
11073
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i4.IntlService }], propDecorators: { item: [{
|
|
11056
11074
|
type: Input,
|
|
11057
11075
|
args: ["kendoSchedulerAgendaTaskItem"]
|
|
11058
11076
|
}], color: [{
|
|
@@ -11074,6 +11092,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11074
11092
|
*/
|
|
11075
11093
|
class AgendaHeaderItemComponent {
|
|
11076
11094
|
classes = true;
|
|
11095
|
+
get selectedClass() {
|
|
11096
|
+
return this.selectedDate != null && isEqualDate(this.itemDate, this.selectedDate);
|
|
11097
|
+
}
|
|
11098
|
+
get ariaSelected() {
|
|
11099
|
+
return this.selectedClass ? 'true' : null;
|
|
11100
|
+
}
|
|
11077
11101
|
get firstClass() {
|
|
11078
11102
|
return this.hasFirstClass;
|
|
11079
11103
|
}
|
|
@@ -11082,13 +11106,14 @@ class AgendaHeaderItemComponent {
|
|
|
11082
11106
|
return this.item.rowSpan;
|
|
11083
11107
|
}
|
|
11084
11108
|
item;
|
|
11109
|
+
selectedDate;
|
|
11085
11110
|
agendaDateTemplate;
|
|
11086
11111
|
hasFirstClass = true;
|
|
11087
11112
|
get itemDate() {
|
|
11088
11113
|
return toLocalDate(this.item.dataItem.value);
|
|
11089
11114
|
}
|
|
11090
11115
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaHeaderItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaHeaderItemComponent, isStandalone: true, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: { item: ["kendoSchedulerAgendaHeaderItem", "item"], agendaDateTemplate: "agendaDateTemplate", hasFirstClass: "hasFirstClass" }, host: { properties: { "class.k-scheduler-datecolumn": "this.classes", "class.k-scheduler-cell": "this.classes", "class.k-first": "this.firstClass", "attr.role": "this.roleAttribute", "attr.rowspan": "this.rowSpan" } }, ngImport: i0, template: `
|
|
11116
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaHeaderItemComponent, isStandalone: true, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: { item: ["kendoSchedulerAgendaHeaderItem", "item"], selectedDate: "selectedDate", agendaDateTemplate: "agendaDateTemplate", hasFirstClass: "hasFirstClass" }, host: { properties: { "class.k-scheduler-datecolumn": "this.classes", "class.k-scheduler-cell": "this.classes", "class.k-selected": "this.selectedClass", "attr.aria-selected": "this.ariaSelected", "class.k-first": "this.firstClass", "attr.role": "this.roleAttribute", "attr.rowspan": "this.rowSpan" } }, ngImport: i0, template: `
|
|
11092
11117
|
@if (!agendaDateTemplate) {
|
|
11093
11118
|
<strong class="k-scheduler-agendaday">{{itemDate | kendoDate: 'dd'}}</strong>
|
|
11094
11119
|
<em class="k-scheduler-agendaweek">{{itemDate | kendoDate: 'EEEE'}}</em>
|
|
@@ -11127,6 +11152,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11127
11152
|
}, {
|
|
11128
11153
|
type: HostBinding,
|
|
11129
11154
|
args: ["class.k-scheduler-cell"]
|
|
11155
|
+
}], selectedClass: [{
|
|
11156
|
+
type: HostBinding,
|
|
11157
|
+
args: ["class.k-selected"]
|
|
11158
|
+
}], ariaSelected: [{
|
|
11159
|
+
type: HostBinding,
|
|
11160
|
+
args: ["attr.aria-selected"]
|
|
11130
11161
|
}], firstClass: [{
|
|
11131
11162
|
type: HostBinding,
|
|
11132
11163
|
args: ["class.k-first"]
|
|
@@ -11139,6 +11170,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11139
11170
|
}], item: [{
|
|
11140
11171
|
type: Input,
|
|
11141
11172
|
args: ["kendoSchedulerAgendaHeaderItem"]
|
|
11173
|
+
}], selectedDate: [{
|
|
11174
|
+
type: Input
|
|
11142
11175
|
}], agendaDateTemplate: [{
|
|
11143
11176
|
type: Input
|
|
11144
11177
|
}], hasFirstClass: [{
|
|
@@ -11153,6 +11186,7 @@ class AgendaListComponent {
|
|
|
11153
11186
|
localization;
|
|
11154
11187
|
classes = true;
|
|
11155
11188
|
tasks;
|
|
11189
|
+
selectedDate;
|
|
11156
11190
|
eventTemplate;
|
|
11157
11191
|
slotClass;
|
|
11158
11192
|
eventClass;
|
|
@@ -11233,8 +11267,8 @@ class AgendaListComponent {
|
|
|
11233
11267
|
get arrowSVGIcons() {
|
|
11234
11268
|
return !this.localization.rtl ? [this.chevronLeftIcon, this.chevronRightIcon] : [this.chevronRightIcon, this.chevronLeftIcon];
|
|
11235
11269
|
}
|
|
11236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaListComponent, deps: [{ token: i4.IntlService }, { token:
|
|
11237
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaListComponent, isStandalone: true, selector: "[kendoSchedulerAgendaList]", inputs: { tasks: "tasks", eventTemplate: "eventTemplate", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", agendaTimeTemplate: "agendaTimeTemplate", agendaDateTemplate: "agendaDateTemplate", editable: "editable" }, host: { properties: { "class.k-scheduler-content": "this.classes" } }, ngImport: i0, template: `
|
|
11270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaListComponent, deps: [{ token: i4.IntlService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11271
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaListComponent, isStandalone: true, selector: "[kendoSchedulerAgendaList]", inputs: { tasks: "tasks", selectedDate: "selectedDate", eventTemplate: "eventTemplate", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", agendaTimeTemplate: "agendaTimeTemplate", agendaDateTemplate: "agendaDateTemplate", editable: "editable" }, host: { properties: { "class.k-scheduler-content": "this.classes" } }, ngImport: i0, template: `
|
|
11238
11272
|
<table class="k-scheduler-table" role="none">
|
|
11239
11273
|
<tbody role="rowgroup">
|
|
11240
11274
|
@for (group of tasks; track group; let groupIndex = $index) {
|
|
@@ -11250,6 +11284,7 @@ class AgendaListComponent {
|
|
|
11250
11284
|
@if (item.type === 'group') {
|
|
11251
11285
|
<td
|
|
11252
11286
|
[kendoSchedulerAgendaHeaderItem]="item"
|
|
11287
|
+
[selectedDate]="selectedDate"
|
|
11253
11288
|
[hasFirstClass]="!group.resources || group.resources.length === 0"
|
|
11254
11289
|
[agendaDateTemplate]="agendaDateTemplate">
|
|
11255
11290
|
</td>
|
|
@@ -11293,7 +11328,7 @@ class AgendaListComponent {
|
|
|
11293
11328
|
}
|
|
11294
11329
|
</tbody>
|
|
11295
11330
|
</table>
|
|
11296
|
-
`, isInline: true, dependencies: [{ kind: "component", type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate", "hasFirstClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }] });
|
|
11331
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "selectedDate", "agendaDateTemplate", "hasFirstClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }] });
|
|
11297
11332
|
}
|
|
11298
11333
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaListComponent, decorators: [{
|
|
11299
11334
|
type: Component,
|
|
@@ -11315,6 +11350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11315
11350
|
@if (item.type === 'group') {
|
|
11316
11351
|
<td
|
|
11317
11352
|
[kendoSchedulerAgendaHeaderItem]="item"
|
|
11353
|
+
[selectedDate]="selectedDate"
|
|
11318
11354
|
[hasFirstClass]="!group.resources || group.resources.length === 0"
|
|
11319
11355
|
[agendaDateTemplate]="agendaDateTemplate">
|
|
11320
11356
|
</td>
|
|
@@ -11362,11 +11398,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11362
11398
|
standalone: true,
|
|
11363
11399
|
imports: [AgendaHeaderItemComponent, IconWrapperComponent, NgTemplateOutlet, NgClass, NgStyle, FocusableDirective, AgendaTaskItemComponent]
|
|
11364
11400
|
}]
|
|
11365
|
-
}], ctorParameters: () => [{ type: i4.IntlService }, { type:
|
|
11401
|
+
}], ctorParameters: () => [{ type: i4.IntlService }, { type: i2.LocalizationService }], propDecorators: { classes: [{
|
|
11366
11402
|
type: HostBinding,
|
|
11367
11403
|
args: ['class.k-scheduler-content']
|
|
11368
11404
|
}], tasks: [{
|
|
11369
11405
|
type: Input
|
|
11406
|
+
}], selectedDate: [{
|
|
11407
|
+
type: Input
|
|
11370
11408
|
}], eventTemplate: [{
|
|
11371
11409
|
type: Input
|
|
11372
11410
|
}], slotClass: [{
|
|
@@ -11405,7 +11443,7 @@ class AgendaHeaderComponent {
|
|
|
11405
11443
|
constructor(localization) {
|
|
11406
11444
|
this.localization = localization;
|
|
11407
11445
|
}
|
|
11408
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaHeaderComponent, deps: [{ token:
|
|
11446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaHeaderComponent, deps: [{ token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11409
11447
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: AgendaHeaderComponent, isStandalone: true, selector: "[kendoSchedulerAgendaHeader]", inputs: { resources: "resources" }, host: { properties: { "class.k-scheduler-header": "this.classes" } }, ngImport: i0, template: `
|
|
11410
11448
|
<div class="k-scheduler-header-wrap">
|
|
11411
11449
|
<table class="k-scheduler-table" role="none">
|
|
@@ -11446,7 +11484,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11446
11484
|
`,
|
|
11447
11485
|
standalone: true
|
|
11448
11486
|
}]
|
|
11449
|
-
}], ctorParameters: () => [{ type:
|
|
11487
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }], propDecorators: { classes: [{
|
|
11450
11488
|
type: HostBinding,
|
|
11451
11489
|
args: ["class.k-scheduler-header"]
|
|
11452
11490
|
}], resources: [{
|
|
@@ -11764,7 +11802,7 @@ class AgendaViewInternalComponent {
|
|
|
11764
11802
|
}
|
|
11765
11803
|
}
|
|
11766
11804
|
}
|
|
11767
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaViewInternalComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: PDFService }, { token:
|
|
11805
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaViewInternalComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: PDFService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11768
11806
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: AgendaViewInternalComponent, isStandalone: true, selector: "agenda-view-internal", inputs: { hiddenDays: "hiddenDays", eventTemplate: "eventTemplate", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", agendaTimeTemplate: "agendaTimeTemplate", agendaDateTemplate: "agendaDateTemplate", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, viewQueries: [{ propertyName: "headerWrap", first: true, predicate: ["headerWrap"], descendants: true, read: ElementRef, static: true }, { propertyName: "content", first: true, predicate: ["content"], descendants: true, read: ElementRef, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
11769
11807
|
<table class="k-scheduler-layout k-scheduler-agendaview" role="grid">
|
|
11770
11808
|
<tbody role="none">
|
|
@@ -11783,13 +11821,14 @@ class AgendaViewInternalComponent {
|
|
|
11783
11821
|
[eventStyles]="eventStyles"
|
|
11784
11822
|
[agendaTimeTemplate]="agendaTimeTemplateRef"
|
|
11785
11823
|
[agendaDateTemplate]="agendaDateTemplateRef"
|
|
11824
|
+
[selectedDate]="selectedDate"
|
|
11786
11825
|
[tasks]="tasks | async">
|
|
11787
11826
|
</div>
|
|
11788
11827
|
</td>
|
|
11789
11828
|
</tr>
|
|
11790
11829
|
</tbody>
|
|
11791
11830
|
</table>
|
|
11792
|
-
`, isInline: true, dependencies: [{ kind: "component", type: AgendaHeaderComponent, selector: "[kendoSchedulerAgendaHeader]", inputs: ["resources"] }, { kind: "component", type: AgendaListComponent, selector: "[kendoSchedulerAgendaList]", inputs: ["tasks", "eventTemplate", "slotClass", "eventClass", "eventStyles", "agendaTimeTemplate", "agendaDateTemplate", "editable"] }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
|
|
11831
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AgendaHeaderComponent, selector: "[kendoSchedulerAgendaHeader]", inputs: ["resources"] }, { kind: "component", type: AgendaListComponent, selector: "[kendoSchedulerAgendaList]", inputs: ["tasks", "selectedDate", "eventTemplate", "slotClass", "eventClass", "eventStyles", "agendaTimeTemplate", "agendaDateTemplate", "editable"] }, { kind: "pipe", type: AsyncPipe, name: "async" }] });
|
|
11793
11832
|
}
|
|
11794
11833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaViewInternalComponent, decorators: [{
|
|
11795
11834
|
type: Component,
|
|
@@ -11813,6 +11852,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11813
11852
|
[eventStyles]="eventStyles"
|
|
11814
11853
|
[agendaTimeTemplate]="agendaTimeTemplateRef"
|
|
11815
11854
|
[agendaDateTemplate]="agendaDateTemplateRef"
|
|
11855
|
+
[selectedDate]="selectedDate"
|
|
11816
11856
|
[tasks]="tasks | async">
|
|
11817
11857
|
</div>
|
|
11818
11858
|
</td>
|
|
@@ -11823,7 +11863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11823
11863
|
standalone: true,
|
|
11824
11864
|
imports: [AgendaHeaderComponent, AgendaListComponent, AsyncPipe]
|
|
11825
11865
|
}]
|
|
11826
|
-
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: PDFService }, { type:
|
|
11866
|
+
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: PDFService }, { type: i2.LocalizationService }], propDecorators: { hiddenDays: [{
|
|
11827
11867
|
type: Input
|
|
11828
11868
|
}], eventTemplate: [{
|
|
11829
11869
|
type: Input
|
|
@@ -11903,7 +11943,7 @@ class AgendaViewComponent extends ConfigurationViewBase {
|
|
|
11903
11943
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
11904
11944
|
super(localization, changeDetector, viewContext, viewState);
|
|
11905
11945
|
}
|
|
11906
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaViewComponent, deps: [{ token:
|
|
11946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AgendaViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11907
11947
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: AgendaViewComponent, isStandalone: true, selector: "kendo-scheduler-agenda-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
11908
11948
|
provide: SchedulerView,
|
|
11909
11949
|
useExisting: forwardRef(() => AgendaViewComponent)
|
|
@@ -11952,7 +11992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11952
11992
|
standalone: true,
|
|
11953
11993
|
imports: [AgendaViewInternalComponent]
|
|
11954
11994
|
}]
|
|
11955
|
-
}], ctorParameters: () => [{ type:
|
|
11995
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
11956
11996
|
type: Input
|
|
11957
11997
|
}], selectedShortDateFormat: [{
|
|
11958
11998
|
type: Input
|
|
@@ -13675,12 +13715,12 @@ class BaseView {
|
|
|
13675
13715
|
this.zone.onStable.pipe(take(1)).subscribe(() => this.updateView());
|
|
13676
13716
|
}
|
|
13677
13717
|
}
|
|
13678
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseView, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: BaseSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token:
|
|
13718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseView, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: BaseSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13679
13719
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: BaseView, isStandalone: true, inputs: { eventTemplate: "eventTemplate", groupHeaderTemplate: "groupHeaderTemplate", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", eventHeight: "eventHeight", showToolbar: "showToolbar", showFooter: "showFooter", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", weekStart: "weekStart" }, viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }, { propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentTable", first: true, predicate: ["contentTable"], descendants: true }, { propertyName: "times", first: true, predicate: ["times"], descendants: true }, { propertyName: "timesHeader", first: true, predicate: ["timesHeader"], descendants: true }, { propertyName: "timesHeaderTable", first: true, predicate: ["timesHeaderTable"], descendants: true }, { propertyName: "timesTable", first: true, predicate: ["timesTable"], descendants: true }, { propertyName: "headerWrap", first: true, predicate: ["headerWrap"], descendants: true }, { propertyName: "headerTable", first: true, predicate: ["headerTable"], descendants: true }, { propertyName: "hintContainer", first: true, predicate: ["hintContainer"], descendants: true }], usesOnChanges: true, ngImport: i0 });
|
|
13680
13720
|
}
|
|
13681
13721
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseView, decorators: [{
|
|
13682
13722
|
type: Directive
|
|
13683
|
-
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: BaseSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type:
|
|
13723
|
+
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: BaseSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i7.ScrollbarService }], propDecorators: { eventTemplate: [{
|
|
13684
13724
|
type: Input
|
|
13685
13725
|
}], groupHeaderTemplate: [{
|
|
13686
13726
|
type: Input
|
|
@@ -13874,12 +13914,12 @@ class BaseViewItem {
|
|
|
13874
13914
|
get arrowSVGIcons() {
|
|
13875
13915
|
return !this.localization.rtl ? [this.chevronLeftIcon, this.chevronRightIcon] : [this.chevronRightIcon, this.chevronLeftIcon];
|
|
13876
13916
|
}
|
|
13877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseViewItem, deps: [{ token: BaseSlotService }, { token:
|
|
13917
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseViewItem, deps: [{ token: BaseSlotService }, { token: i2.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13878
13918
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: BaseViewItem, isStandalone: true, inputs: { item: "item", resourceIndex: "resourceIndex", rangeIndex: "rangeIndex", index: "index", eventTemplate: "eventTemplate", editable: "editable", dragHint: "dragHint", resources: "resources" }, host: { properties: { "class.k-event": "this.className", "attr.data-task-index": "this.taskIndex", "style.touch-action": "this.touchAction", "attr.aria-label": "this.eventTitle" } }, usesOnChanges: true, ngImport: i0 });
|
|
13879
13919
|
}
|
|
13880
13920
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseViewItem, decorators: [{
|
|
13881
13921
|
type: Directive
|
|
13882
|
-
}], ctorParameters: () => [{ type: BaseSlotService }, { type:
|
|
13922
|
+
}], ctorParameters: () => [{ type: BaseSlotService }, { type: i2.LocalizationService }, { type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i4.IntlService }], propDecorators: { item: [{
|
|
13883
13923
|
type: Input
|
|
13884
13924
|
}], resourceIndex: [{
|
|
13885
13925
|
type: Input
|
|
@@ -13931,7 +13971,7 @@ class MonthViewItemComponent extends BaseViewItem {
|
|
|
13931
13971
|
}
|
|
13932
13972
|
super.reflow();
|
|
13933
13973
|
}
|
|
13934
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewItemComponent, deps: [{ token: MonthSlotService }, { token:
|
|
13974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewItemComponent, deps: [{ token: MonthSlotService }, { token: i2.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13935
13975
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MonthViewItemComponent, isStandalone: true, selector: "[monthViewItem]", usesInheritance: true, ngImport: i0, template: `
|
|
13936
13976
|
<span class="k-event-actions">
|
|
13937
13977
|
@if (item.tail) {
|
|
@@ -13969,7 +14009,7 @@ class MonthViewItemComponent extends BaseViewItem {
|
|
|
13969
14009
|
|
|
13970
14010
|
<span class="k-event-actions">
|
|
13971
14011
|
@if (removable) {
|
|
13972
|
-
<span class="k-link k-event-delete"
|
|
14012
|
+
<span class="k-link k-event-delete" [attr.title]="deleteMessage">
|
|
13973
14013
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
13974
14014
|
</span>
|
|
13975
14015
|
}
|
|
@@ -14029,7 +14069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14029
14069
|
|
|
14030
14070
|
<span class="k-event-actions">
|
|
14031
14071
|
@if (removable) {
|
|
14032
|
-
<span class="k-link k-event-delete"
|
|
14072
|
+
<span class="k-link k-event-delete" [attr.title]="deleteMessage">
|
|
14033
14073
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
14034
14074
|
</span>
|
|
14035
14075
|
}
|
|
@@ -14050,7 +14090,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14050
14090
|
standalone: true,
|
|
14051
14091
|
imports: [IconWrapperComponent, NgTemplateOutlet]
|
|
14052
14092
|
}]
|
|
14053
|
-
}], ctorParameters: () => [{ type: MonthSlotService }, { type:
|
|
14093
|
+
}], ctorParameters: () => [{ type: MonthSlotService }, { type: i2.LocalizationService }, { type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i4.IntlService }] });
|
|
14054
14094
|
|
|
14055
14095
|
class ResourceIterator {
|
|
14056
14096
|
resources;
|
|
@@ -14294,12 +14334,12 @@ class BaseSlotDirective {
|
|
|
14294
14334
|
invalidate() {
|
|
14295
14335
|
this._rect = null;
|
|
14296
14336
|
}
|
|
14297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: BaseSlotService }, { token:
|
|
14337
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: BaseSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14298
14338
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: BaseSlotDirective, isStandalone: true, inputs: { id: "id" }, host: { properties: { "attr.data-slot-index": "this.slotIndex" } }, ngImport: i0 });
|
|
14299
14339
|
}
|
|
14300
14340
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: BaseSlotDirective, decorators: [{
|
|
14301
14341
|
type: Directive
|
|
14302
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: BaseSlotService }, { type:
|
|
14342
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: BaseSlotService }, { type: i2.LocalizationService }], propDecorators: { id: [{
|
|
14303
14343
|
type: Input
|
|
14304
14344
|
}], slotIndex: [{
|
|
14305
14345
|
type: HostBinding,
|
|
@@ -14382,10 +14422,10 @@ class MonthSlotComponent extends BaseSlotDirective {
|
|
|
14382
14422
|
this.showMoreButton = false;
|
|
14383
14423
|
this.cdr.detectChanges();
|
|
14384
14424
|
}
|
|
14385
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthSlotComponent, deps: [{ token: i0.ElementRef }, { token: MonthSlotService }, { token:
|
|
14425
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthSlotComponent, deps: [{ token: i0.ElementRef }, { token: MonthSlotService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
14386
14426
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MonthSlotComponent, isStandalone: true, selector: "[monthSlot]", inputs: { resourcesByIndex: "resourcesByIndex", monthDaySlotTemplateRef: "monthDaySlotTemplateRef", eventsPerDay: "eventsPerDay", eventHeight: "eventHeight", adaptiveSlotHeight: "adaptiveSlotHeight", day: ["monthSlot", "day"] }, usesInheritance: true, ngImport: i0, template: `
|
|
14387
14427
|
@if (!monthDaySlotTemplateRef) {
|
|
14388
|
-
<span
|
|
14428
|
+
<span class="k-link k-nav-day">
|
|
14389
14429
|
{{ day | kendoDate: isFirstDayOfMonth(day) ? 'MMM dd' : 'dd' }}
|
|
14390
14430
|
</span>
|
|
14391
14431
|
}
|
|
@@ -14414,7 +14454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14414
14454
|
selector: '[monthSlot]',
|
|
14415
14455
|
template: `
|
|
14416
14456
|
@if (!monthDaySlotTemplateRef) {
|
|
14417
|
-
<span
|
|
14457
|
+
<span class="k-link k-nav-day">
|
|
14418
14458
|
{{ day | kendoDate: isFirstDayOfMonth(day) ? 'MMM dd' : 'dd' }}
|
|
14419
14459
|
</span>
|
|
14420
14460
|
}
|
|
@@ -14439,7 +14479,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14439
14479
|
standalone: true,
|
|
14440
14480
|
imports: [NgTemplateOutlet, IconWrapperComponent, DatePipe]
|
|
14441
14481
|
}]
|
|
14442
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: MonthSlotService }, { type:
|
|
14482
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: MonthSlotService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }], propDecorators: { resourcesByIndex: [{
|
|
14443
14483
|
type: Input
|
|
14444
14484
|
}], monthDaySlotTemplateRef: [{
|
|
14445
14485
|
type: Input
|
|
@@ -14718,18 +14758,18 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14718
14758
|
}
|
|
14719
14759
|
return weeks;
|
|
14720
14760
|
}
|
|
14721
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PDFService }, { token:
|
|
14761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PDFService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14722
14762
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MonthViewRendererComponent, isStandalone: true, selector: "month-view", inputs: { hiddenDays: "hiddenDays", monthDaySlotTemplate: "monthDaySlotTemplate", highlightOngoingEvents: "highlightOngoingEvents", type: "type", eventsPerDay: "eventsPerDay", adaptiveSlotHeight: "adaptiveSlotHeight", numberOfWeeks: "numberOfWeeks", newRange: "newRange", dateRangeFn: "dateRangeFn" }, outputs: { moreEventsClick: "moreEventsClick" }, providers: [
|
|
14723
14763
|
MonthSlotService
|
|
14724
14764
|
], viewQueries: [{ propertyName: "eventElements", predicate: MonthViewItemComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
14725
|
-
<table class="k-scheduler-layout k-scheduler-monthview">
|
|
14765
|
+
<table class="k-scheduler-layout k-scheduler-monthview" role="none">
|
|
14726
14766
|
<tbody>
|
|
14727
14767
|
<tr class="k-scheduler-head">
|
|
14728
14768
|
@if (verticalResources.length) {
|
|
14729
14769
|
<td>
|
|
14730
14770
|
@if (verticalResources.length) {
|
|
14731
14771
|
<div class="k-scheduler-times" #timesHeader>
|
|
14732
|
-
<table class="k-scheduler-table"
|
|
14772
|
+
<table class="k-scheduler-table">
|
|
14733
14773
|
<tbody>
|
|
14734
14774
|
<tr>
|
|
14735
14775
|
<th class="k-scheduler-cell"></th>
|
|
@@ -14744,7 +14784,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14744
14784
|
<div class="k-scheduler-header" #header>
|
|
14745
14785
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
14746
14786
|
<!-- Days of the weeks titles -->
|
|
14747
|
-
<table class="k-scheduler-table"
|
|
14787
|
+
<table class="k-scheduler-table">
|
|
14748
14788
|
<tbody>
|
|
14749
14789
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
14750
14790
|
<tr>
|
|
@@ -14780,7 +14820,7 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14780
14820
|
@if (verticalResources.length) {
|
|
14781
14821
|
<td>
|
|
14782
14822
|
<div class="k-scheduler-times k-scheduler-resources" #times>
|
|
14783
|
-
<table class="k-scheduler-table" #timesTable
|
|
14823
|
+
<table class="k-scheduler-table" #timesTable>
|
|
14784
14824
|
<tbody>
|
|
14785
14825
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(leafIndex, resourceItem); let leafIndex = $index) {
|
|
14786
14826
|
<tr>
|
|
@@ -14816,11 +14856,9 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
14816
14856
|
class="k-scheduler-content"
|
|
14817
14857
|
tabindex="0"
|
|
14818
14858
|
#content
|
|
14819
|
-
role="group"
|
|
14820
|
-
[attr.aria-owns]="matchOwned(items | async)"
|
|
14821
14859
|
[style.overflowY]="'auto'">
|
|
14822
14860
|
<!-- Main content -->
|
|
14823
|
-
<table class="k-scheduler-table" [class.k-scheduler-table-auto]="adaptiveSlotHeight" #contentTable
|
|
14861
|
+
<table class="k-scheduler-table" [class.k-scheduler-table-auto]="adaptiveSlotHeight" #contentTable>
|
|
14824
14862
|
<tbody>
|
|
14825
14863
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
14826
14864
|
@for (week of weeks; track itemIndex(rangeIndex, week); let rangeIndex = $index) {
|
|
@@ -14913,14 +14951,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14913
14951
|
MonthSlotService
|
|
14914
14952
|
],
|
|
14915
14953
|
template: `
|
|
14916
|
-
<table class="k-scheduler-layout k-scheduler-monthview">
|
|
14954
|
+
<table class="k-scheduler-layout k-scheduler-monthview" role="none">
|
|
14917
14955
|
<tbody>
|
|
14918
14956
|
<tr class="k-scheduler-head">
|
|
14919
14957
|
@if (verticalResources.length) {
|
|
14920
14958
|
<td>
|
|
14921
14959
|
@if (verticalResources.length) {
|
|
14922
14960
|
<div class="k-scheduler-times" #timesHeader>
|
|
14923
|
-
<table class="k-scheduler-table"
|
|
14961
|
+
<table class="k-scheduler-table">
|
|
14924
14962
|
<tbody>
|
|
14925
14963
|
<tr>
|
|
14926
14964
|
<th class="k-scheduler-cell"></th>
|
|
@@ -14935,7 +14973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14935
14973
|
<div class="k-scheduler-header" #header>
|
|
14936
14974
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
14937
14975
|
<!-- Days of the weeks titles -->
|
|
14938
|
-
<table class="k-scheduler-table"
|
|
14976
|
+
<table class="k-scheduler-table">
|
|
14939
14977
|
<tbody>
|
|
14940
14978
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
14941
14979
|
<tr>
|
|
@@ -14971,7 +15009,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14971
15009
|
@if (verticalResources.length) {
|
|
14972
15010
|
<td>
|
|
14973
15011
|
<div class="k-scheduler-times k-scheduler-resources" #times>
|
|
14974
|
-
<table class="k-scheduler-table" #timesTable
|
|
15012
|
+
<table class="k-scheduler-table" #timesTable>
|
|
14975
15013
|
<tbody>
|
|
14976
15014
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(leafIndex, resourceItem); let leafIndex = $index) {
|
|
14977
15015
|
<tr>
|
|
@@ -15007,11 +15045,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15007
15045
|
class="k-scheduler-content"
|
|
15008
15046
|
tabindex="0"
|
|
15009
15047
|
#content
|
|
15010
|
-
role="group"
|
|
15011
|
-
[attr.aria-owns]="matchOwned(items | async)"
|
|
15012
15048
|
[style.overflowY]="'auto'">
|
|
15013
15049
|
<!-- Main content -->
|
|
15014
|
-
<table class="k-scheduler-table" [class.k-scheduler-table-auto]="adaptiveSlotHeight" #contentTable
|
|
15050
|
+
<table class="k-scheduler-table" [class.k-scheduler-table-auto]="adaptiveSlotHeight" #contentTable>
|
|
15015
15051
|
<tbody>
|
|
15016
15052
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
15017
15053
|
@for (week of weeks; track itemIndex(rangeIndex, week); let rangeIndex = $index) {
|
|
@@ -15098,7 +15134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15098
15134
|
standalone: true,
|
|
15099
15135
|
imports: [NgTemplateOutlet, NgClass, MonthSlotComponent, MonthViewItemComponent, NgStyle, FocusableDirective, HintContainerComponent, ResizeHintComponent, RepeatPipe, ResourceIteratorPipe, DatePipe, AsyncPipe]
|
|
15100
15136
|
}]
|
|
15101
|
-
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: MonthSlotService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: PDFService }, { type:
|
|
15137
|
+
}], ctorParameters: () => [{ type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: MonthSlotService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: PDFService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i7.ScrollbarService }], propDecorators: { hiddenDays: [{
|
|
15102
15138
|
type: Input
|
|
15103
15139
|
}], monthDaySlotTemplate: [{
|
|
15104
15140
|
type: Input
|
|
@@ -15224,7 +15260,7 @@ class MonthViewComponent extends ConfigurationViewBase {
|
|
|
15224
15260
|
newRange(date, direction = 1) {
|
|
15225
15261
|
return firstDayOfMonth(addMonths(date, direction));
|
|
15226
15262
|
}
|
|
15227
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewComponent, deps: [{ token:
|
|
15263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MonthViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15228
15264
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: MonthViewComponent, isStandalone: true, selector: "kendo-scheduler-month-view", inputs: { eventsPerDay: "eventsPerDay", eventHeight: "eventHeight", adaptiveSlotHeight: "adaptiveSlotHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, outputs: { moreEventsClick: "moreEventsClick" }, providers: [{
|
|
15229
15265
|
provide: SchedulerView,
|
|
15230
15266
|
useExisting: forwardRef(() => MonthViewComponent)
|
|
@@ -15289,7 +15325,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15289
15325
|
standalone: true,
|
|
15290
15326
|
imports: [MonthViewRendererComponent]
|
|
15291
15327
|
}]
|
|
15292
|
-
}], ctorParameters: () => [{ type:
|
|
15328
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }], propDecorators: { eventsPerDay: [{
|
|
15293
15329
|
type: Input
|
|
15294
15330
|
}], eventHeight: [{
|
|
15295
15331
|
type: Input
|
|
@@ -15406,7 +15442,7 @@ class MultiWeekViewComponent extends ConfigurationViewBase {
|
|
|
15406
15442
|
newRange(date, direction = 1) {
|
|
15407
15443
|
return firstDayInWeek(addWeeks(date, this.numberOfWeeks * direction));
|
|
15408
15444
|
}
|
|
15409
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token:
|
|
15445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15410
15446
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: MultiWeekViewComponent, isStandalone: true, selector: "kendo-scheduler-multi-week-view", inputs: { eventHeight: "eventHeight", eventsPerDay: "eventsPerDay", adaptiveSlotHeight: "adaptiveSlotHeight", numberOfWeeks: "numberOfWeeks", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
15411
15447
|
provide: SchedulerView,
|
|
15412
15448
|
useExisting: forwardRef(() => MultiWeekViewComponent)
|
|
@@ -15471,7 +15507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15471
15507
|
standalone: true,
|
|
15472
15508
|
imports: [MonthViewRendererComponent]
|
|
15473
15509
|
}]
|
|
15474
|
-
}], ctorParameters: () => [{ type:
|
|
15510
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }], propDecorators: { eventHeight: [{
|
|
15475
15511
|
type: Input
|
|
15476
15512
|
}], eventsPerDay: [{
|
|
15477
15513
|
type: Input
|
|
@@ -15671,12 +15707,12 @@ class DayTimeViewBase extends ConfigurationViewBase {
|
|
|
15671
15707
|
optionValue(name) {
|
|
15672
15708
|
return isPresent(this[name]) ? this[name] : this.schedulerOptions[name];
|
|
15673
15709
|
}
|
|
15674
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewBase, deps: [{ token:
|
|
15710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewBase, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15675
15711
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DayTimeViewBase, isStandalone: true, inputs: { showWorkHours: "showWorkHours", showFooter: "showFooter", eventHeight: "eventHeight", startTime: "startTime", scrollTime: "scrollTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", slotDuration: "slotDuration", slotDivisions: "slotDivisions", currentTimeMarker: "currentTimeMarker" }, queries: [{ propertyName: "timeSlotTemplate", first: true, predicate: TimeSlotTemplateDirective, descendants: true }, { propertyName: "dateHeaderTemplate", first: true, predicate: DateHeaderTemplateDirective, descendants: true }, { propertyName: "majorTimeHeaderTemplate", first: true, predicate: MajorTimeHeaderTemplateDirective, descendants: true }, { propertyName: "minorTimeHeaderTemplate", first: true, predicate: MinorTimeHeaderTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
15676
15712
|
}
|
|
15677
15713
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewBase, decorators: [{
|
|
15678
15714
|
type: Directive
|
|
15679
|
-
}], ctorParameters: () => [{ type:
|
|
15715
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { timeSlotTemplate: [{
|
|
15680
15716
|
type: ContentChild,
|
|
15681
15717
|
args: [TimeSlotTemplateDirective, { static: false }]
|
|
15682
15718
|
}], dateHeaderTemplate: [{
|
|
@@ -15748,12 +15784,12 @@ class MultiDayViewBase extends DayTimeViewBase {
|
|
|
15748
15784
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
15749
15785
|
super(localization, changeDetector, viewContext, viewState);
|
|
15750
15786
|
}
|
|
15751
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewBase, deps: [{ token:
|
|
15787
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewBase, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15752
15788
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: MultiDayViewBase, isStandalone: true, inputs: { slotFill: "slotFill", allDaySlot: "allDaySlot" }, usesInheritance: true, ngImport: i0 });
|
|
15753
15789
|
}
|
|
15754
15790
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewBase, decorators: [{
|
|
15755
15791
|
type: Directive
|
|
15756
|
-
}], ctorParameters: () => [{ type:
|
|
15792
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { slotFill: [{
|
|
15757
15793
|
type: Input
|
|
15758
15794
|
}], allDaySlot: [{
|
|
15759
15795
|
type: Input
|
|
@@ -15763,8 +15799,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15763
15799
|
* @hidden
|
|
15764
15800
|
*/
|
|
15765
15801
|
class ViewFooterComponent {
|
|
15802
|
+
localization;
|
|
15766
15803
|
hostClasses = true;
|
|
15767
15804
|
toolbarRole = 'toolbar';
|
|
15805
|
+
get toolbarAriaLabel() {
|
|
15806
|
+
return this.localization.get('toolbar');
|
|
15807
|
+
}
|
|
15768
15808
|
sub;
|
|
15769
15809
|
/**
|
|
15770
15810
|
* @hidden
|
|
@@ -15773,7 +15813,8 @@ class ViewFooterComponent {
|
|
|
15773
15813
|
inlineJustifyContentStyle = 'start';
|
|
15774
15814
|
itemClick = new EventEmitter();
|
|
15775
15815
|
items;
|
|
15776
|
-
constructor(viewState) {
|
|
15816
|
+
constructor(viewState, localization) {
|
|
15817
|
+
this.localization = localization;
|
|
15777
15818
|
this.sub = viewState.toggleWorkHours.subscribe(() => this.itemClick.emit());
|
|
15778
15819
|
}
|
|
15779
15820
|
ngOnDestroy() {
|
|
@@ -15783,8 +15824,8 @@ class ViewFooterComponent {
|
|
|
15783
15824
|
e.preventDefault();
|
|
15784
15825
|
this.itemClick.emit(item);
|
|
15785
15826
|
}
|
|
15786
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15787
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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: `
|
|
15827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15828
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", 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", "attr.aria-label": "this.toolbarAriaLabel", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
15788
15829
|
<span>
|
|
15789
15830
|
@for (item of items; track item) {
|
|
15790
15831
|
<button
|
|
@@ -15826,7 +15867,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15826
15867
|
standalone: true,
|
|
15827
15868
|
imports: [ButtonComponent, NgClass, FocusableDirective]
|
|
15828
15869
|
}]
|
|
15829
|
-
}], ctorParameters: () => [{ type: ViewStateService }], propDecorators: { hostClasses: [{
|
|
15870
|
+
}], ctorParameters: () => [{ type: ViewStateService }, { type: i2.LocalizationService }], propDecorators: { hostClasses: [{
|
|
15830
15871
|
type: HostBinding,
|
|
15831
15872
|
args: ['class.k-scheduler-footer']
|
|
15832
15873
|
}, {
|
|
@@ -15835,6 +15876,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15835
15876
|
}], toolbarRole: [{
|
|
15836
15877
|
type: HostBinding,
|
|
15837
15878
|
args: ['attr.role']
|
|
15879
|
+
}], toolbarAriaLabel: [{
|
|
15880
|
+
type: HostBinding,
|
|
15881
|
+
args: ['attr.aria-label']
|
|
15838
15882
|
}], inlineJustifyContentStyle: [{
|
|
15839
15883
|
type: HostBinding,
|
|
15840
15884
|
args: ['style.justify-content']
|
|
@@ -15866,7 +15910,7 @@ class WorkHoursFooterDirective {
|
|
|
15866
15910
|
toggleWorkHours() {
|
|
15867
15911
|
this.footerItems[0].text = this.showWorkHours ? this.localization.get('showFullDay') : this.localization.get('showWorkDay');
|
|
15868
15912
|
}
|
|
15869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WorkHoursFooterDirective, deps: [{ token: ViewFooterComponent }, { token:
|
|
15913
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WorkHoursFooterDirective, deps: [{ token: ViewFooterComponent }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15870
15914
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: WorkHoursFooterDirective, isStandalone: true, selector: "[kendoWorkHoursFooter]", inputs: { showWorkHours: "showWorkHours" }, usesOnChanges: true, ngImport: i0 });
|
|
15871
15915
|
}
|
|
15872
15916
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WorkHoursFooterDirective, decorators: [{
|
|
@@ -15875,7 +15919,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
15875
15919
|
selector: '[kendoWorkHoursFooter]',
|
|
15876
15920
|
standalone: true
|
|
15877
15921
|
}]
|
|
15878
|
-
}], ctorParameters: () => [{ type: ViewFooterComponent }, { type:
|
|
15922
|
+
}], ctorParameters: () => [{ type: ViewFooterComponent }, { type: i2.LocalizationService }], propDecorators: { showWorkHours: [{
|
|
15879
15923
|
type: Input
|
|
15880
15924
|
}] } });
|
|
15881
15925
|
|
|
@@ -16680,7 +16724,7 @@ class DayTimeViewItemComponent extends BaseViewItem {
|
|
|
16680
16724
|
super(slotService, localization, focusService, element, renderer, intlService);
|
|
16681
16725
|
this.intlService = intlService;
|
|
16682
16726
|
}
|
|
16683
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: DayTimeSlotService }, { token:
|
|
16727
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: DayTimeSlotService }, { token: i2.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16684
16728
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: DayTimeViewItemComponent, isStandalone: true, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay", name: "name" }, usesInheritance: true, ngImport: i0, template: `
|
|
16685
16729
|
<span class="k-event-actions">
|
|
16686
16730
|
@if (item.tail && !vertical) {
|
|
@@ -16715,13 +16759,13 @@ class DayTimeViewItemComponent extends BaseViewItem {
|
|
|
16715
16759
|
@if (!isAllDay) {
|
|
16716
16760
|
<div class="k-event-template k-event-time">{{ eventTime }}</div>
|
|
16717
16761
|
}
|
|
16718
|
-
<div class="k-event-template"
|
|
16762
|
+
<div class="k-event-template">{{ item.event.title }}</div>
|
|
16719
16763
|
</div>
|
|
16720
16764
|
}
|
|
16721
16765
|
|
|
16722
16766
|
<span class="k-event-actions">
|
|
16723
16767
|
@if (removable) {
|
|
16724
|
-
<span class="k-link k-event-delete"
|
|
16768
|
+
<span class="k-link k-event-delete" [attr.title]="deleteMessage" [attr.aria-label]="deleteMessage">
|
|
16725
16769
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
16726
16770
|
</span>
|
|
16727
16771
|
}
|
|
@@ -16799,13 +16843,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
16799
16843
|
@if (!isAllDay) {
|
|
16800
16844
|
<div class="k-event-template k-event-time">{{ eventTime }}</div>
|
|
16801
16845
|
}
|
|
16802
|
-
<div class="k-event-template"
|
|
16846
|
+
<div class="k-event-template">{{ item.event.title }}</div>
|
|
16803
16847
|
</div>
|
|
16804
16848
|
}
|
|
16805
16849
|
|
|
16806
16850
|
<span class="k-event-actions">
|
|
16807
16851
|
@if (removable) {
|
|
16808
|
-
<span class="k-link k-event-delete"
|
|
16852
|
+
<span class="k-link k-event-delete" [attr.title]="deleteMessage" [attr.aria-label]="deleteMessage">
|
|
16809
16853
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
16810
16854
|
</span>
|
|
16811
16855
|
}
|
|
@@ -16847,7 +16891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
16847
16891
|
standalone: true,
|
|
16848
16892
|
imports: [IconWrapperComponent, NgTemplateOutlet]
|
|
16849
16893
|
}]
|
|
16850
|
-
}], ctorParameters: () => [{ type: DayTimeSlotService }, { type:
|
|
16894
|
+
}], ctorParameters: () => [{ type: DayTimeSlotService }, { type: i2.LocalizationService }, { type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i4.IntlService }], propDecorators: { vertical: [{
|
|
16851
16895
|
type: Input
|
|
16852
16896
|
}], isAllDay: [{
|
|
16853
16897
|
type: Input
|
|
@@ -17260,13 +17304,13 @@ class DayTimeViewComponent extends BaseView {
|
|
|
17260
17304
|
this.renderer.setStyle(targetCell, 'height', `${height - paddingAndBorder}px`);
|
|
17261
17305
|
}
|
|
17262
17306
|
}
|
|
17263
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token:
|
|
17307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i2.LocalizationService }, { token: i7.ScrollbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17264
17308
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: DayTimeViewComponent, isStandalone: true, selector: "kendo-day-time-view", inputs: { timeSlotTemplate: "timeSlotTemplate", dateHeaderTemplate: "dateHeaderTemplate", majorTimeHeaderTemplate: "majorTimeHeaderTemplate", minorTimeHeaderTemplate: "minorTimeHeaderTemplate", numberOfDays: "numberOfDays", scrollTime: "scrollTime", startTime: "startTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", slotDuration: "slotDuration", slotDivisions: "slotDivisions", showWorkHours: "showWorkHours", getStartDate: "getStartDate", getEndDate: "getEndDate", getNextDate: "getNextDate", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents" }, viewQueries: [{ propertyName: "currentTimeElements", predicate: ["currentTimeMarker"], descendants: true }, { propertyName: "eventElements", predicate: DayTimeViewItemComponent, descendants: true }, { propertyName: "currentTimeArrows", predicate: ["currentTimeArrow"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
17265
17309
|
}
|
|
17266
17310
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayTimeViewComponent, decorators: [{
|
|
17267
17311
|
type: Component,
|
|
17268
17312
|
args: [{ selector: 'kendo-day-time-view', template: '' }]
|
|
17269
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type:
|
|
17313
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i2.LocalizationService }, { type: i7.ScrollbarService }], propDecorators: { timeSlotTemplate: [{
|
|
17270
17314
|
type: Input
|
|
17271
17315
|
}], dateHeaderTemplate: [{
|
|
17272
17316
|
type: Input
|
|
@@ -17364,7 +17408,7 @@ class TimeSlotDirective extends BaseSlotDirective {
|
|
|
17364
17408
|
constructor(element, slotService, localization) {
|
|
17365
17409
|
super(element, slotService, localization);
|
|
17366
17410
|
}
|
|
17367
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimeSlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token:
|
|
17411
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimeSlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17368
17412
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimeSlotDirective, isStandalone: true, selector: "[timeSlot]", inputs: { invariantStart: "invariantStart", invariantEnd: "invariantEnd", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", date: "date" }, host: { properties: { "class.k-nonwork-hour": "this.nonWorkHour" } }, exportAs: ["timeSlot"], usesInheritance: true, ngImport: i0 });
|
|
17369
17413
|
}
|
|
17370
17414
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimeSlotDirective, decorators: [{
|
|
@@ -17374,7 +17418,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
17374
17418
|
exportAs: 'timeSlot',
|
|
17375
17419
|
standalone: true
|
|
17376
17420
|
}]
|
|
17377
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: DayTimeSlotService }, { type:
|
|
17421
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: DayTimeSlotService }, { type: i2.LocalizationService }], propDecorators: { invariantStart: [{
|
|
17378
17422
|
type: Input
|
|
17379
17423
|
}], invariantEnd: [{
|
|
17380
17424
|
type: Input
|
|
@@ -17423,7 +17467,7 @@ class DaySlotDirective extends BaseSlotDirective {
|
|
|
17423
17467
|
constructor(element, slotService, localization) {
|
|
17424
17468
|
super(element, slotService, localization);
|
|
17425
17469
|
}
|
|
17426
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DaySlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token:
|
|
17470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DaySlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17427
17471
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DaySlotDirective, isStandalone: true, selector: "[daySlot]", inputs: { start: "start", end: "end" }, host: { properties: { "attr.data-day-slot": "this.daySlot" } }, usesInheritance: true, ngImport: i0 });
|
|
17428
17472
|
}
|
|
17429
17473
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DaySlotDirective, decorators: [{
|
|
@@ -17432,7 +17476,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
17432
17476
|
selector: '[daySlot]',
|
|
17433
17477
|
standalone: true
|
|
17434
17478
|
}]
|
|
17435
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: DayTimeSlotService }, { type:
|
|
17479
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: DayTimeSlotService }, { type: i2.LocalizationService }], propDecorators: { start: [{
|
|
17436
17480
|
type: Input
|
|
17437
17481
|
}], end: [{
|
|
17438
17482
|
type: Input
|
|
@@ -17673,24 +17717,24 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17673
17717
|
}
|
|
17674
17718
|
return 0;
|
|
17675
17719
|
}
|
|
17676
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewRendererComponent, deps: [{ token:
|
|
17720
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewRendererComponent, deps: [{ token: i2.LocalizationService }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: PDFService }, { token: i7.ScrollbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17677
17721
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MultiDayViewRendererComponent, isStandalone: true, selector: "multi-day-view", inputs: { hiddenDays: "hiddenDays", allDaySlot: "allDaySlot", name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate" }, providers: [
|
|
17678
17722
|
DayTimeSlotService
|
|
17679
17723
|
], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
17680
|
-
<table class="k-scheduler-layout" role="
|
|
17724
|
+
<table class="k-scheduler-layout" role="none" [ngClass]="classNames">
|
|
17681
17725
|
<tbody>
|
|
17682
17726
|
<tr class="k-scheduler-head">
|
|
17683
17727
|
<td>
|
|
17684
17728
|
<div class="k-scheduler-times" #timesHeader>
|
|
17685
|
-
<table class="k-scheduler-table"
|
|
17729
|
+
<table class="k-scheduler-table" role="none" #timesHeaderTable>
|
|
17686
17730
|
<tbody>
|
|
17687
17731
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
17688
17732
|
<tr>
|
|
17689
|
-
<th class="k-scheduler-cell"></th>
|
|
17733
|
+
<th class="k-scheduler-cell" role="presentation"></th>
|
|
17690
17734
|
</tr>
|
|
17691
17735
|
}
|
|
17692
17736
|
<tr [style.height]="'auto'">
|
|
17693
|
-
<th class="k-scheduler-cell"></th>
|
|
17737
|
+
<th class="k-scheduler-cell" role="presentation"></th>
|
|
17694
17738
|
</tr>
|
|
17695
17739
|
@if (allDaySlot && !verticalResources.length) {
|
|
17696
17740
|
<tr>
|
|
@@ -17704,13 +17748,13 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17704
17748
|
<td>
|
|
17705
17749
|
<div class="k-scheduler-header" #header>
|
|
17706
17750
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
17707
|
-
<table class="k-scheduler-table" #headerTable
|
|
17751
|
+
<table class="k-scheduler-table" #headerTable>
|
|
17708
17752
|
<tbody>
|
|
17709
17753
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
17710
17754
|
<tr>
|
|
17711
17755
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
17712
17756
|
<th
|
|
17713
|
-
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
17757
|
+
class="k-scheduler-cell k-group-cell k-slot-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
17714
17758
|
@if (!groupHeaderTemplateRef) {
|
|
17715
17759
|
{{ getField(item, resource.textField) }}
|
|
17716
17760
|
}
|
|
@@ -17739,7 +17783,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17739
17783
|
</table>
|
|
17740
17784
|
@if (allDaySlot && !verticalResources.length) {
|
|
17741
17785
|
<div [style.position]="'relative'">
|
|
17742
|
-
<table class="k-scheduler-table k-scheduler-header-all-day"
|
|
17786
|
+
<table class="k-scheduler-table k-scheduler-header-all-day">
|
|
17743
17787
|
<tbody>
|
|
17744
17788
|
<tr>
|
|
17745
17789
|
@for (resource of horizontalResources | resourceIterator; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
@@ -17829,14 +17873,14 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17829
17873
|
</div>
|
|
17830
17874
|
}
|
|
17831
17875
|
}
|
|
17832
|
-
<table class="k-scheduler-table"
|
|
17876
|
+
<table class="k-scheduler-table" role="none" #timesTable>
|
|
17833
17877
|
<tbody>
|
|
17834
17878
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(leafIndex, resourceItem); let leafIndex = $index) {
|
|
17835
17879
|
@if (verticalResources.length) {
|
|
17836
17880
|
<tr>
|
|
17837
17881
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
17838
17882
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
17839
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell">
|
|
17883
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-group-cell k-scheduler-cell k-slot-cell">
|
|
17840
17884
|
@if (!groupHeaderTemplateRef) {
|
|
17841
17885
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
17842
17886
|
}
|
|
@@ -17855,7 +17899,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17855
17899
|
@for (slot of timeSlots; track itemIndex(timeSlotIndex, slot); let timeSlotIndex = $index) {
|
|
17856
17900
|
<tr>
|
|
17857
17901
|
@if (slot.isMajor) {
|
|
17858
|
-
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell">
|
|
17902
|
+
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 && !horizontalResources.length }" class="k-scheduler-cell" [attr.role]="slotDivisions === 1 && !verticalResources.length ? 'presentation' : null">
|
|
17859
17903
|
@if (!majorTimeHeaderTemplateRef) {
|
|
17860
17904
|
{{ slot.start | kendoDate: 't' }}
|
|
17861
17905
|
}
|
|
@@ -17865,7 +17909,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17865
17909
|
</th>
|
|
17866
17910
|
}
|
|
17867
17911
|
@if (!slot.isMajor) {
|
|
17868
|
-
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell">
|
|
17912
|
+
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 && !horizontalResources.length }" class="k-scheduler-cell" [attr.role]="timeSlotIndex % slotDivisions === slotDivisions - 1 ? 'presentation' : null">
|
|
17869
17913
|
@if (minorTimeHeaderTemplateRef) {
|
|
17870
17914
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: slot.start }">
|
|
17871
17915
|
</ng-container>
|
|
@@ -17883,9 +17927,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17883
17927
|
<div
|
|
17884
17928
|
class="k-scheduler-content"
|
|
17885
17929
|
#content
|
|
17886
|
-
|
|
17887
|
-
tabindex="0"
|
|
17888
|
-
[attr.aria-owns]="matchOwned(items | async)">
|
|
17930
|
+
tabindex="0">
|
|
17889
17931
|
@if (showCurrentTime) {
|
|
17890
17932
|
@for (resource of verticalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
17891
17933
|
<div
|
|
@@ -17893,7 +17935,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17893
17935
|
</div>
|
|
17894
17936
|
}
|
|
17895
17937
|
}
|
|
17896
|
-
<table class="k-scheduler-table" #contentTable
|
|
17938
|
+
<table class="k-scheduler-table" #contentTable>
|
|
17897
17939
|
<tbody>
|
|
17898
17940
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
17899
17941
|
@if (allDaySlot && verticalResources.length) {
|
|
@@ -17901,6 +17943,7 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
17901
17943
|
@for (slot of daySlots; track itemIndex(index, slot); let index = $index) {
|
|
17902
17944
|
<td
|
|
17903
17945
|
daySlot
|
|
17946
|
+
class="k-scheduler-cell"
|
|
17904
17947
|
[start]="slot.start"
|
|
17905
17948
|
[end]="slot.end"
|
|
17906
17949
|
[class.k-selected]="isSlotSelected({
|
|
@@ -18040,20 +18083,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18040
18083
|
DayTimeSlotService
|
|
18041
18084
|
],
|
|
18042
18085
|
template: `
|
|
18043
|
-
<table class="k-scheduler-layout" role="
|
|
18086
|
+
<table class="k-scheduler-layout" role="none" [ngClass]="classNames">
|
|
18044
18087
|
<tbody>
|
|
18045
18088
|
<tr class="k-scheduler-head">
|
|
18046
18089
|
<td>
|
|
18047
18090
|
<div class="k-scheduler-times" #timesHeader>
|
|
18048
|
-
<table class="k-scheduler-table"
|
|
18091
|
+
<table class="k-scheduler-table" role="none" #timesHeaderTable>
|
|
18049
18092
|
<tbody>
|
|
18050
18093
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
18051
18094
|
<tr>
|
|
18052
|
-
<th class="k-scheduler-cell"></th>
|
|
18095
|
+
<th class="k-scheduler-cell" role="presentation"></th>
|
|
18053
18096
|
</tr>
|
|
18054
18097
|
}
|
|
18055
18098
|
<tr [style.height]="'auto'">
|
|
18056
|
-
<th class="k-scheduler-cell"></th>
|
|
18099
|
+
<th class="k-scheduler-cell" role="presentation"></th>
|
|
18057
18100
|
</tr>
|
|
18058
18101
|
@if (allDaySlot && !verticalResources.length) {
|
|
18059
18102
|
<tr>
|
|
@@ -18067,13 +18110,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18067
18110
|
<td>
|
|
18068
18111
|
<div class="k-scheduler-header" #header>
|
|
18069
18112
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
18070
|
-
<table class="k-scheduler-table" #headerTable
|
|
18113
|
+
<table class="k-scheduler-table" #headerTable>
|
|
18071
18114
|
<tbody>
|
|
18072
18115
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
18073
18116
|
<tr>
|
|
18074
18117
|
@for (item of horizontalResources | resourceIterator : resourceIndex; track itemIndex($index, item)) {
|
|
18075
18118
|
<th
|
|
18076
|
-
class="k-scheduler-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
18119
|
+
class="k-scheduler-cell k-group-cell k-slot-cell" [attr.colspan]="horizontalColspan(resourceIndex)">
|
|
18077
18120
|
@if (!groupHeaderTemplateRef) {
|
|
18078
18121
|
{{ getField(item, resource.textField) }}
|
|
18079
18122
|
}
|
|
@@ -18102,7 +18145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18102
18145
|
</table>
|
|
18103
18146
|
@if (allDaySlot && !verticalResources.length) {
|
|
18104
18147
|
<div [style.position]="'relative'">
|
|
18105
|
-
<table class="k-scheduler-table k-scheduler-header-all-day"
|
|
18148
|
+
<table class="k-scheduler-table k-scheduler-header-all-day">
|
|
18106
18149
|
<tbody>
|
|
18107
18150
|
<tr>
|
|
18108
18151
|
@for (resource of horizontalResources | resourceIterator; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
@@ -18192,14 +18235,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18192
18235
|
</div>
|
|
18193
18236
|
}
|
|
18194
18237
|
}
|
|
18195
|
-
<table class="k-scheduler-table"
|
|
18238
|
+
<table class="k-scheduler-table" role="none" #timesTable>
|
|
18196
18239
|
<tbody>
|
|
18197
18240
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(leafIndex, resourceItem); let leafIndex = $index) {
|
|
18198
18241
|
@if (verticalResources.length) {
|
|
18199
18242
|
<tr>
|
|
18200
18243
|
@for (resource of verticalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
18201
18244
|
@if (verticalItem(leafIndex, resourceIndex)) {
|
|
18202
|
-
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-scheduler-cell k-slot-cell">
|
|
18245
|
+
<th [attr.rowspan]="verticalRowspan(resourceIndex)" class="k-group-cell k-scheduler-cell k-slot-cell">
|
|
18203
18246
|
@if (!groupHeaderTemplateRef) {
|
|
18204
18247
|
{{ getField(verticalItem(leafIndex, resourceIndex), resource.textField) }}
|
|
18205
18248
|
}
|
|
@@ -18218,7 +18261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18218
18261
|
@for (slot of timeSlots; track itemIndex(timeSlotIndex, slot); let timeSlotIndex = $index) {
|
|
18219
18262
|
<tr>
|
|
18220
18263
|
@if (slot.isMajor) {
|
|
18221
|
-
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 }" class="k-scheduler-cell">
|
|
18264
|
+
<th [ngClass]="{ 'k-slot-cell': slotDivisions === 1 && !horizontalResources.length }" class="k-scheduler-cell" [attr.role]="slotDivisions === 1 && !verticalResources.length ? 'presentation' : null">
|
|
18222
18265
|
@if (!majorTimeHeaderTemplateRef) {
|
|
18223
18266
|
{{ slot.start | kendoDate: 't' }}
|
|
18224
18267
|
}
|
|
@@ -18228,7 +18271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18228
18271
|
</th>
|
|
18229
18272
|
}
|
|
18230
18273
|
@if (!slot.isMajor) {
|
|
18231
|
-
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 }" class="k-scheduler-cell">
|
|
18274
|
+
<th [ngClass]="{ 'k-slot-cell': timeSlotIndex % slotDivisions === slotDivisions - 1 && !horizontalResources.length }" class="k-scheduler-cell" [attr.role]="timeSlotIndex % slotDivisions === slotDivisions - 1 ? 'presentation' : null">
|
|
18232
18275
|
@if (minorTimeHeaderTemplateRef) {
|
|
18233
18276
|
<ng-container [ngTemplateOutlet]="minorTimeHeaderTemplateRef" [ngTemplateOutletContext]="{ date: slot.start }">
|
|
18234
18277
|
</ng-container>
|
|
@@ -18246,9 +18289,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18246
18289
|
<div
|
|
18247
18290
|
class="k-scheduler-content"
|
|
18248
18291
|
#content
|
|
18249
|
-
|
|
18250
|
-
tabindex="0"
|
|
18251
|
-
[attr.aria-owns]="matchOwned(items | async)">
|
|
18292
|
+
tabindex="0">
|
|
18252
18293
|
@if (showCurrentTime) {
|
|
18253
18294
|
@for (resource of verticalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
18254
18295
|
<div
|
|
@@ -18256,7 +18297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18256
18297
|
</div>
|
|
18257
18298
|
}
|
|
18258
18299
|
}
|
|
18259
|
-
<table class="k-scheduler-table" #contentTable
|
|
18300
|
+
<table class="k-scheduler-table" #contentTable>
|
|
18260
18301
|
<tbody>
|
|
18261
18302
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
18262
18303
|
@if (allDaySlot && verticalResources.length) {
|
|
@@ -18264,6 +18305,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18264
18305
|
@for (slot of daySlots; track itemIndex(index, slot); let index = $index) {
|
|
18265
18306
|
<td
|
|
18266
18307
|
daySlot
|
|
18308
|
+
class="k-scheduler-cell"
|
|
18267
18309
|
[start]="slot.start"
|
|
18268
18310
|
[end]="slot.end"
|
|
18269
18311
|
[class.k-selected]="isSlotSelected({
|
|
@@ -18397,7 +18439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18397
18439
|
standalone: true,
|
|
18398
18440
|
imports: [NgClass, NgTemplateOutlet, DaySlotDirective, DayTimeViewItemComponent, NgStyle, FocusableDirective, HintContainerComponent, ResizeHintComponent, TimeSlotDirective, ResourceIteratorPipe, DatePipe, AsyncPipe]
|
|
18399
18441
|
}]
|
|
18400
|
-
}], ctorParameters: () => [{ type:
|
|
18442
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: PDFService }, { type: i7.ScrollbarService }], propDecorators: { hiddenDays: [{
|
|
18401
18443
|
type: Input
|
|
18402
18444
|
}], allDaySlot: [{
|
|
18403
18445
|
type: Input
|
|
@@ -18481,7 +18523,7 @@ class DayViewComponent extends MultiDayViewBase {
|
|
|
18481
18523
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
18482
18524
|
super(localization, changeDetector, viewContext, viewState);
|
|
18483
18525
|
}
|
|
18484
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayViewComponent, deps: [{ token:
|
|
18526
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DayViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18485
18527
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: DayViewComponent, isStandalone: true, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
18486
18528
|
provide: SchedulerView,
|
|
18487
18529
|
useExisting: forwardRef(() => DayViewComponent)
|
|
@@ -18574,7 +18616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18574
18616
|
standalone: true,
|
|
18575
18617
|
imports: [MultiDayViewRendererComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
18576
18618
|
}]
|
|
18577
|
-
}], ctorParameters: () => [{ type:
|
|
18619
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
18578
18620
|
type: Input
|
|
18579
18621
|
}], selectedShortDateFormat: [{
|
|
18580
18622
|
type: Input
|
|
@@ -18658,7 +18700,7 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
18658
18700
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
18659
18701
|
super(localization, changeDetector, viewContext, viewState);
|
|
18660
18702
|
}
|
|
18661
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewComponent, deps: [{ token:
|
|
18703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18662
18704
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: MultiDayViewComponent, isStandalone: true, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays", hiddenDays: "hiddenDays" }, providers: [{
|
|
18663
18705
|
provide: SchedulerView,
|
|
18664
18706
|
useExisting: forwardRef(() => MultiDayViewComponent)
|
|
@@ -18757,7 +18799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18757
18799
|
standalone: true,
|
|
18758
18800
|
imports: [MultiDayViewRendererComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
18759
18801
|
}]
|
|
18760
|
-
}], ctorParameters: () => [{ type:
|
|
18802
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
18761
18803
|
type: Input
|
|
18762
18804
|
}], selectedShortDateFormat: [{
|
|
18763
18805
|
type: Input
|
|
@@ -18823,7 +18865,7 @@ class WeekViewComponent extends MultiDayViewBase {
|
|
|
18823
18865
|
getStartDate(selectedDate) {
|
|
18824
18866
|
return firstDayInWeek(getDate(selectedDate), this.viewWeekStart);
|
|
18825
18867
|
}
|
|
18826
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WeekViewComponent, deps: [{ token: i4.IntlService }, { token:
|
|
18868
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WeekViewComponent, deps: [{ token: i4.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18827
18869
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: WeekViewComponent, isStandalone: true, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
18828
18870
|
provide: SchedulerView,
|
|
18829
18871
|
useExisting: forwardRef(() => WeekViewComponent)
|
|
@@ -18924,7 +18966,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18924
18966
|
standalone: true,
|
|
18925
18967
|
imports: [MultiDayViewRendererComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
18926
18968
|
}]
|
|
18927
|
-
}], ctorParameters: () => [{ type: i4.IntlService }, { type:
|
|
18969
|
+
}], ctorParameters: () => [{ type: i4.IntlService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
18928
18970
|
type: Input
|
|
18929
18971
|
}], selectedShortDateFormat: [{
|
|
18930
18972
|
type: Input
|
|
@@ -18986,7 +19028,7 @@ class WorkWeekViewComponent extends WeekViewComponent {
|
|
|
18986
19028
|
getNextDate(date, count, _numberOfDays) {
|
|
18987
19029
|
return getDate(addDays(date, DAYS_IN_WEEK * count));
|
|
18988
19030
|
}
|
|
18989
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i4.IntlService }, { token:
|
|
19031
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i4.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18990
19032
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: WorkWeekViewComponent, isStandalone: true, selector: "kendo-scheduler-work-week-view", providers: [{
|
|
18991
19033
|
provide: SchedulerView,
|
|
18992
19034
|
useExisting: forwardRef(() => WorkWeekViewComponent)
|
|
@@ -19089,7 +19131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19089
19131
|
standalone: true,
|
|
19090
19132
|
imports: [MultiDayViewRendererComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
19091
19133
|
}]
|
|
19092
|
-
}], ctorParameters: () => [{ type: i4.IntlService }, { type:
|
|
19134
|
+
}], ctorParameters: () => [{ type: i4.IntlService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }] });
|
|
19093
19135
|
|
|
19094
19136
|
const COLUMN_WIDTH = 'columnWidth';
|
|
19095
19137
|
/**
|
|
@@ -19109,12 +19151,12 @@ class TimelineBase extends DayTimeViewBase {
|
|
|
19109
19151
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
19110
19152
|
super(localization, changeDetector, viewContext, viewState);
|
|
19111
19153
|
}
|
|
19112
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineBase, deps: [{ token:
|
|
19154
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineBase, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19113
19155
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TimelineBase, isStandalone: true, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
|
|
19114
19156
|
}
|
|
19115
19157
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineBase, decorators: [{
|
|
19116
19158
|
type: Directive
|
|
19117
|
-
}], ctorParameters: () => [{ type:
|
|
19159
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { columnWidth: [{
|
|
19118
19160
|
type: Input
|
|
19119
19161
|
}] } });
|
|
19120
19162
|
|
|
@@ -19294,19 +19336,19 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19294
19336
|
currentTimeArrowOffset() {
|
|
19295
19337
|
return this.headerWrap.nativeElement.querySelector('tr:last-child').offsetTop;
|
|
19296
19338
|
}
|
|
19297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token:
|
|
19339
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i7.ScrollbarService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19298
19340
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TimelineMultiDayViewComponent, isStandalone: true, selector: "timeline-multi-day-view", inputs: { hiddenDays: "hiddenDays", name: "name", columnWidth: "columnWidth", viewName: "viewName" }, providers: [
|
|
19299
19341
|
DayTimeSlotService
|
|
19300
19342
|
], viewQueries: [{ propertyName: "verticalResourceRows", predicate: ["verticalResourceRows"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
19301
|
-
<table class="k-scheduler-layout" [ngClass]="classNames">
|
|
19343
|
+
<table class="k-scheduler-layout" role="none" [ngClass]="classNames">
|
|
19302
19344
|
<tbody>
|
|
19303
19345
|
<tr class="k-scheduler-head">
|
|
19304
19346
|
<td>
|
|
19305
19347
|
<div class="k-scheduler-times" #timesHeader>
|
|
19306
|
-
<table class="k-scheduler-table"
|
|
19348
|
+
<table class="k-scheduler-table" role="none" #timesHeaderTable>
|
|
19307
19349
|
<tbody>
|
|
19308
|
-
<tr><th class="k-scheduler-cell"></th></tr>
|
|
19309
|
-
<tr><th class="k-
|
|
19350
|
+
<tr><th class="k-scheduler-cell" role="presentation"></th></tr>
|
|
19351
|
+
<tr><th class="k-scheduler-cell" role="presentation"></th></tr>
|
|
19310
19352
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
19311
19353
|
<tr>
|
|
19312
19354
|
<th class="k-scheduler-cell"></th>
|
|
@@ -19326,7 +19368,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19326
19368
|
</div>
|
|
19327
19369
|
}
|
|
19328
19370
|
}
|
|
19329
|
-
<table class="k-scheduler-table" #headerTable
|
|
19371
|
+
<table class="k-scheduler-table" #headerTable [style.width.%]="contentWidthPercentage">
|
|
19330
19372
|
<tbody>
|
|
19331
19373
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
19332
19374
|
<tr>
|
|
@@ -19394,7 +19436,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19394
19436
|
<tr class="k-scheduler-body">
|
|
19395
19437
|
<td>
|
|
19396
19438
|
<div class="k-scheduler-times" #times>
|
|
19397
|
-
<table class="k-scheduler-table"
|
|
19439
|
+
<table class="k-scheduler-table" role="none" #timesTable>
|
|
19398
19440
|
<tbody>
|
|
19399
19441
|
@if (!verticalResources.length) {
|
|
19400
19442
|
<tr>
|
|
@@ -19432,10 +19474,8 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19432
19474
|
<div
|
|
19433
19475
|
class="k-scheduler-content"
|
|
19434
19476
|
#content
|
|
19435
|
-
role="group"
|
|
19436
19477
|
tabindex="0"
|
|
19437
|
-
(scroll)="handleScroll()"
|
|
19438
|
-
[attr.aria-owns]="matchOwned(items | async | sort)">
|
|
19478
|
+
(scroll)="handleScroll()">
|
|
19439
19479
|
@if (showCurrentTime) {
|
|
19440
19480
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
19441
19481
|
<div
|
|
@@ -19443,7 +19483,7 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
19443
19483
|
</div>
|
|
19444
19484
|
}
|
|
19445
19485
|
}
|
|
19446
|
-
<table class="k-scheduler-table" #contentTable
|
|
19486
|
+
<table class="k-scheduler-table" #contentTable [style.width.%]="contentWidthPercentage">
|
|
19447
19487
|
<tbody>
|
|
19448
19488
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
19449
19489
|
<tr>
|
|
@@ -19541,15 +19581,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19541
19581
|
DayTimeSlotService
|
|
19542
19582
|
],
|
|
19543
19583
|
template: `
|
|
19544
|
-
<table class="k-scheduler-layout" [ngClass]="classNames">
|
|
19584
|
+
<table class="k-scheduler-layout" role="none" [ngClass]="classNames">
|
|
19545
19585
|
<tbody>
|
|
19546
19586
|
<tr class="k-scheduler-head">
|
|
19547
19587
|
<td>
|
|
19548
19588
|
<div class="k-scheduler-times" #timesHeader>
|
|
19549
|
-
<table class="k-scheduler-table"
|
|
19589
|
+
<table class="k-scheduler-table" role="none" #timesHeaderTable>
|
|
19550
19590
|
<tbody>
|
|
19551
|
-
<tr><th class="k-scheduler-cell"></th></tr>
|
|
19552
|
-
<tr><th class="k-
|
|
19591
|
+
<tr><th class="k-scheduler-cell" role="presentation"></th></tr>
|
|
19592
|
+
<tr><th class="k-scheduler-cell" role="presentation"></th></tr>
|
|
19553
19593
|
@for (resource of horizontalResources; track itemIndex($index, resource)) {
|
|
19554
19594
|
<tr>
|
|
19555
19595
|
<th class="k-scheduler-cell"></th>
|
|
@@ -19569,7 +19609,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19569
19609
|
</div>
|
|
19570
19610
|
}
|
|
19571
19611
|
}
|
|
19572
|
-
<table class="k-scheduler-table" #headerTable
|
|
19612
|
+
<table class="k-scheduler-table" #headerTable [style.width.%]="contentWidthPercentage">
|
|
19573
19613
|
<tbody>
|
|
19574
19614
|
@for (resource of horizontalResources; track itemIndex(resourceIndex, resource); let resourceIndex = $index) {
|
|
19575
19615
|
<tr>
|
|
@@ -19637,7 +19677,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19637
19677
|
<tr class="k-scheduler-body">
|
|
19638
19678
|
<td>
|
|
19639
19679
|
<div class="k-scheduler-times" #times>
|
|
19640
|
-
<table class="k-scheduler-table"
|
|
19680
|
+
<table class="k-scheduler-table" role="none" #timesTable>
|
|
19641
19681
|
<tbody>
|
|
19642
19682
|
@if (!verticalResources.length) {
|
|
19643
19683
|
<tr>
|
|
@@ -19675,10 +19715,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19675
19715
|
<div
|
|
19676
19716
|
class="k-scheduler-content"
|
|
19677
19717
|
#content
|
|
19678
|
-
role="group"
|
|
19679
19718
|
tabindex="0"
|
|
19680
|
-
(scroll)="handleScroll()"
|
|
19681
|
-
[attr.aria-owns]="matchOwned(items | async | sort)">
|
|
19719
|
+
(scroll)="handleScroll()">
|
|
19682
19720
|
@if (showCurrentTime) {
|
|
19683
19721
|
@for (resource of horizontalResources | resourceIterator; track itemIndex($index, resource)) {
|
|
19684
19722
|
<div
|
|
@@ -19686,7 +19724,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19686
19724
|
</div>
|
|
19687
19725
|
}
|
|
19688
19726
|
}
|
|
19689
|
-
<table class="k-scheduler-table" #contentTable
|
|
19727
|
+
<table class="k-scheduler-table" #contentTable [style.width.%]="contentWidthPercentage">
|
|
19690
19728
|
<tbody>
|
|
19691
19729
|
@for (resourceItem of verticalResources | resourceIterator; track itemIndex(verticalIndex, resourceItem); let verticalIndex = $index) {
|
|
19692
19730
|
<tr>
|
|
@@ -19778,7 +19816,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19778
19816
|
standalone: true,
|
|
19779
19817
|
imports: [NgClass, NgTemplateOutlet, NgStyle, TimeSlotDirective, DayTimeViewItemComponent, FocusableDirective, HintContainerComponent, ResizeHintComponent, ResourceIteratorPipe, DatePipe, AsyncPipe, SortPipe]
|
|
19780
19818
|
}]
|
|
19781
|
-
}], ctorParameters: () => [{ type:
|
|
19819
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i7.ScrollbarService }], propDecorators: { hiddenDays: [{
|
|
19782
19820
|
type: Input
|
|
19783
19821
|
}], name: [{
|
|
19784
19822
|
type: Input
|
|
@@ -19878,7 +19916,7 @@ class TimelineMonthViewComponent extends TimelineBase {
|
|
|
19878
19916
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
19879
19917
|
super(localization, changeDetector, viewContext, viewState);
|
|
19880
19918
|
}
|
|
19881
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token:
|
|
19919
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19882
19920
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TimelineMonthViewComponent, isStandalone: true, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
|
|
19883
19921
|
provide: SchedulerView,
|
|
19884
19922
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
@@ -19977,7 +20015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19977
20015
|
standalone: true,
|
|
19978
20016
|
imports: [TimelineMultiDayViewComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
19979
20017
|
}]
|
|
19980
|
-
}], ctorParameters: () => [{ type:
|
|
20018
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
19981
20019
|
type: Input
|
|
19982
20020
|
}], selectedShortDateFormat: [{
|
|
19983
20021
|
type: Input
|
|
@@ -20061,7 +20099,7 @@ class TimelineViewComponent extends TimelineBase {
|
|
|
20061
20099
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
20062
20100
|
super(localization, changeDetector, viewContext, viewState);
|
|
20063
20101
|
}
|
|
20064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineViewComponent, deps: [{ token:
|
|
20102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20065
20103
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TimelineViewComponent, isStandalone: true, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
20066
20104
|
provide: SchedulerView,
|
|
20067
20105
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
@@ -20150,7 +20188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20150
20188
|
standalone: true,
|
|
20151
20189
|
imports: [TimelineMultiDayViewComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
20152
20190
|
}]
|
|
20153
|
-
}], ctorParameters: () => [{ type:
|
|
20191
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
20154
20192
|
type: Input
|
|
20155
20193
|
}], selectedShortDateFormat: [{
|
|
20156
20194
|
type: Input
|
|
@@ -20215,7 +20253,7 @@ class TimelineWeekViewComponent extends TimelineBase {
|
|
|
20215
20253
|
getStartDate = (selectedDate) => {
|
|
20216
20254
|
return firstDayInWeek(getDate(selectedDate), this.viewWeekStart);
|
|
20217
20255
|
};
|
|
20218
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i4.IntlService }, { token:
|
|
20256
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i4.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20219
20257
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: TimelineWeekViewComponent, isStandalone: true, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
|
|
20220
20258
|
provide: SchedulerView,
|
|
20221
20259
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
@@ -20312,7 +20350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20312
20350
|
standalone: true,
|
|
20313
20351
|
imports: [TimelineMultiDayViewComponent, ViewFooterComponent, WorkHoursFooterDirective]
|
|
20314
20352
|
}]
|
|
20315
|
-
}], ctorParameters: () => [{ type: i4.IntlService }, { type:
|
|
20353
|
+
}], ctorParameters: () => [{ type: i4.IntlService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }], propDecorators: { selectedDateFormat: [{
|
|
20316
20354
|
type: Input
|
|
20317
20355
|
}], selectedShortDateFormat: [{
|
|
20318
20356
|
type: Input
|
|
@@ -20627,7 +20665,7 @@ class YearViewInternalComponent extends BaseView {
|
|
|
20627
20665
|
}
|
|
20628
20666
|
return [];
|
|
20629
20667
|
}
|
|
20630
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: YearViewInternalComponent, deps: [{ token:
|
|
20668
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i2.LocalizationService }, { token: FocusService }, { token: i4.IntlService }, { token: ViewContextService }, { token: ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: PDFService }, { token: i0.ElementRef }, { token: MonthSlotService }, { token: i7.ScrollbarService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
20631
20669
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: YearViewInternalComponent, isStandalone: true, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
20632
20670
|
<div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
|
|
20633
20671
|
<div class="k-scheduler-body">
|
|
@@ -20801,7 +20839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20801
20839
|
standalone: true,
|
|
20802
20840
|
imports: [MultiViewCalendarComponent, TooltipDirective, MonthCellTemplateDirective, NgClass, NgStyle, IconWrapperComponent]
|
|
20803
20841
|
}]
|
|
20804
|
-
}], ctorParameters: () => [{ type:
|
|
20842
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: FocusService }, { type: i4.IntlService }, { type: ViewContextService }, { type: ViewStateService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: PDFService }, { type: i0.ElementRef }, { type: MonthSlotService }, { type: i7.ScrollbarService }, { type: i0.ChangeDetectorRef }], propDecorators: { newRange: [{
|
|
20805
20843
|
type: Input
|
|
20806
20844
|
}], dateRangeFn: [{
|
|
20807
20845
|
type: Input
|
|
@@ -20880,7 +20918,7 @@ class YearViewComponent extends ConfigurationViewBase {
|
|
|
20880
20918
|
newRange(date, direction = 1) {
|
|
20881
20919
|
return new Date(addYears(date, direction));
|
|
20882
20920
|
}
|
|
20883
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: YearViewComponent, deps: [{ token:
|
|
20921
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: YearViewComponent, deps: [{ token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i4.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20884
20922
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: YearViewComponent, isStandalone: true, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", highlightOngoingEvents: "highlightOngoingEvents" }, providers: [{
|
|
20885
20923
|
provide: SchedulerView,
|
|
20886
20924
|
useExisting: forwardRef(() => YearViewComponent)
|
|
@@ -20923,7 +20961,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20923
20961
|
standalone: true,
|
|
20924
20962
|
imports: [YearViewInternalComponent]
|
|
20925
20963
|
}]
|
|
20926
|
-
}], ctorParameters: () => [{ type:
|
|
20964
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i4.IntlService }], propDecorators: { selectedDateFormat: [{
|
|
20927
20965
|
type: Input
|
|
20928
20966
|
}], selectedShortDateFormat: [{
|
|
20929
20967
|
type: Input
|
|
@@ -21905,7 +21943,7 @@ class RecurrenceEditorCustomMessagesComponent extends Messages$1 {
|
|
|
21905
21943
|
get override() {
|
|
21906
21944
|
return true;
|
|
21907
21945
|
}
|
|
21908
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token:
|
|
21946
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21909
21947
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: RecurrenceEditorCustomMessagesComponent, isStandalone: true, selector: "kendo-recurrence-editor-messages", providers: [
|
|
21910
21948
|
{
|
|
21911
21949
|
provide: Messages$1,
|
|
@@ -21926,7 +21964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
21926
21964
|
template: ``,
|
|
21927
21965
|
standalone: true
|
|
21928
21966
|
}]
|
|
21929
|
-
}], ctorParameters: () => [{ type:
|
|
21967
|
+
}], ctorParameters: () => [{ type: i2.LocalizationService }] });
|
|
21930
21968
|
|
|
21931
21969
|
const DATE_FORMATS = [
|
|
21932
21970
|
"yyyyMMddTHHmmssSSSXXX",
|