@progress/kendo-angular-scheduler 16.0.0-develop.1 → 16.0.0-develop.10
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/data-binding.directive.d.ts +1 -1
- package/editing/date-time-picker.component.d.ts +1 -1
- package/editing/edit-dialog-template.directive.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +1 -1
- package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
- package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
- package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
- package/editing/recurrence/localization/messages.d.ts +1 -1
- package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
- package/editing/resource-editor-base.d.ts +1 -1
- package/editing/resource-multiple-editor.component.d.ts +1 -1
- package/editing/resource-single-editor.component.d.ts +1 -1
- package/editing/timezone-editor.component.d.ts +1 -1
- package/editing-directives/editing-directive-base.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/esm2020/data-binding.directive.mjs +3 -3
- package/esm2020/editing/date-time-picker.component.mjs +6 -6
- package/esm2020/editing/dialogs.service.mjs +3 -3
- package/esm2020/editing/edit-dialog-template.directive.mjs +3 -3
- package/esm2020/editing/edit-dialog.component.mjs +15 -15
- package/esm2020/editing/edit.service.mjs +3 -3
- package/esm2020/editing/local-data-changes.service.mjs +3 -3
- package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +3 -3
- package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +3 -3
- package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/editing/recurrence/localization/messages.mjs +3 -3
- package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +3 -3
- package/esm2020/editing/recurrence/recurrence-editor.component.mjs +11 -11
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +9 -9
- package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +6 -6
- package/esm2020/editing/recurrence/recurrence.service.mjs +3 -3
- package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +3 -3
- package/esm2020/editing/resource-editor-base.mjs +3 -3
- package/esm2020/editing/resource-multiple-editor.component.mjs +6 -6
- package/esm2020/editing/resource-single-editor.component.mjs +6 -6
- package/esm2020/editing/timezone-editor.component.mjs +6 -6
- package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
- package/esm2020/index.mjs +1 -0
- package/esm2020/loading.component.mjs +3 -3
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/localization/scheduler-localization.service.mjs +3 -3
- package/esm2020/navigation/focus.service.mjs +3 -3
- package/esm2020/navigation/focusable.directive.mjs +3 -3
- package/esm2020/navigation/shortcuts.directive.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pdf/pdf-command.directive.mjs +6 -6
- package/esm2020/pdf/pdf.component.mjs +3 -3
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/scheduler.component.mjs +8 -9
- package/esm2020/scheduler.module.mjs +12 -15
- package/esm2020/shared.module.mjs +4 -4
- package/esm2020/toolbar/navigation.component.mjs +4 -4
- package/esm2020/toolbar/toolbar-template.directive.mjs +3 -3
- package/esm2020/toolbar/toolbar.component.mjs +8 -9
- package/esm2020/toolbar/toolbar.module.mjs +10 -12
- package/esm2020/toolbar/toolbar.service.mjs +3 -3
- package/esm2020/toolbar/view-selector.component.mjs +6 -6
- package/esm2020/views/agenda/agenda-header-item.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-header.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-task-item.component.mjs +6 -6
- package/esm2020/views/agenda/agenda-view-internal.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-view-list.component.mjs +9 -9
- package/esm2020/views/agenda/agenda-view.component.mjs +4 -4
- package/esm2020/views/agenda/agenda-view.module.mjs +4 -4
- package/esm2020/views/common/base-view.mjs +3 -3
- package/esm2020/views/common/configuration-view-base.mjs +3 -3
- package/esm2020/views/common/dom-events.service.mjs +3 -3
- package/esm2020/views/common/hint-container.component.mjs +4 -4
- package/esm2020/views/common/repeat.pipe.mjs +3 -3
- package/esm2020/views/common/resize-hint.component.mjs +4 -4
- package/esm2020/views/common/resource-iterator.pipe.mjs +3 -3
- package/esm2020/views/common/slot-selectable.directive.mjs +3 -3
- package/esm2020/views/common/view-footer.component.mjs +7 -7
- package/esm2020/views/common/views-shared.module.mjs +4 -4
- package/esm2020/views/common/work-hours-footer.directive.mjs +3 -3
- package/esm2020/views/day-time/day-time-view-base.mjs +3 -3
- package/esm2020/views/day-time/day-time-view-item.component.mjs +6 -6
- package/esm2020/views/day-time/day-time-view.component.mjs +3 -3
- package/esm2020/views/day-time/day-time.module.mjs +4 -4
- package/esm2020/views/day-time/event-slot.directive.mjs +6 -6
- package/esm2020/views/month/month-slot.component.mjs +6 -6
- package/esm2020/views/month/month-view-item.component.mjs +6 -6
- package/esm2020/views/month/month-view-renderer.component.mjs +12 -12
- package/esm2020/views/month/month-view.component.mjs +4 -4
- package/esm2020/views/month/month-view.module.mjs +5 -7
- package/esm2020/views/month/multi-week-view.component.mjs +4 -4
- package/esm2020/views/multi-day/day-view.component.mjs +7 -9
- package/esm2020/views/multi-day/multi-day-view-base.mjs +3 -3
- package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +9 -9
- package/esm2020/views/multi-day/multi-day-view.component.mjs +7 -7
- package/esm2020/views/multi-day/multi-day-view.module.mjs +5 -7
- package/esm2020/views/multi-day/week-view.component.mjs +7 -7
- package/esm2020/views/multi-day/work-week-view.component.mjs +7 -7
- package/esm2020/views/scheduler-view.directive.mjs +3 -3
- package/esm2020/views/templates/agenda-date-template.directive.mjs +3 -3
- package/esm2020/views/templates/agenda-time-template.directive.mjs +3 -3
- package/esm2020/views/templates/all-day-event-template.directive.mjs +3 -3
- package/esm2020/views/templates/all-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/date-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/event-template.directive.mjs +3 -3
- package/esm2020/views/templates/group-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/major-time-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/minor-time-header-template.directive.mjs +3 -3
- package/esm2020/views/templates/month-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +3 -3
- package/esm2020/views/templates/time-slot-template.directive.mjs +3 -3
- package/esm2020/views/timeline/timeline-base.mjs +3 -3
- package/esm2020/views/timeline/timeline-month-view.component.mjs +7 -8
- package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +11 -11
- package/esm2020/views/timeline/timeline-view.component.mjs +7 -8
- package/esm2020/views/timeline/timeline-view.module.mjs +5 -7
- package/esm2020/views/timeline/timeline-week-view.component.mjs +7 -8
- package/esm2020/views/timeline/utils.mjs +3 -3
- package/esm2020/views/view-context.service.mjs +3 -3
- package/esm2020/views/view-items/base-slot.directive.mjs +3 -3
- package/esm2020/views/view-items/base-view-item.mjs +3 -3
- package/esm2020/views/view-state.service.mjs +3 -3
- package/esm2020/views/year/year-view-internal.component.mjs +7 -7
- package/esm2020/views/year/year-view.component.mjs +4 -4
- package/esm2020/views/year/year-view.module.mjs +7 -9
- package/fesm2015/progress-kendo-angular-scheduler.mjs +1496 -1516
- package/fesm2020/progress-kendo-angular-scheduler.mjs +1308 -1328
- package/index.d.ts +1 -0
- package/loading.component.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/shortcuts.directive.d.ts +1 -1
- package/package.json +20 -20
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/scheduler.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +2 -2
- package/toolbar/navigation.component.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +1 -1
- package/views/agenda/agenda-header-item.component.d.ts +1 -1
- package/views/agenda/agenda-header.component.d.ts +1 -1
- package/views/agenda/agenda-task-item.component.d.ts +1 -1
- package/views/agenda/agenda-view-internal.component.d.ts +1 -1
- package/views/agenda/agenda-view-list.component.d.ts +1 -1
- package/views/agenda/agenda-view.component.d.ts +1 -1
- package/views/common/base-view.d.ts +1 -1
- package/views/common/configuration-view-base.d.ts +1 -1
- package/views/common/hint-container.component.d.ts +1 -1
- package/views/common/repeat.pipe.d.ts +1 -1
- package/views/common/resize-hint.component.d.ts +1 -1
- package/views/common/resource-iterator.pipe.d.ts +1 -1
- package/views/common/slot-selectable.directive.d.ts +1 -1
- package/views/common/view-footer.component.d.ts +1 -1
- package/views/common/work-hours-footer.directive.d.ts +1 -1
- package/views/day-time/day-time-view-base.d.ts +1 -1
- package/views/day-time/day-time-view-item.component.d.ts +1 -1
- package/views/day-time/day-time-view.component.d.ts +1 -1
- package/views/day-time/event-slot.directive.d.ts +2 -2
- package/views/month/month-slot.component.d.ts +1 -1
- package/views/month/month-view-item.component.d.ts +1 -1
- package/views/month/month-view-renderer.component.d.ts +1 -1
- package/views/month/month-view.component.d.ts +1 -1
- package/views/month/multi-week-view.component.d.ts +1 -1
- package/views/multi-day/day-view.component.d.ts +1 -1
- package/views/multi-day/multi-day-view-base.d.ts +1 -1
- package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
- package/views/multi-day/multi-day-view.component.d.ts +1 -1
- package/views/multi-day/week-view.component.d.ts +1 -1
- package/views/multi-day/work-week-view.component.d.ts +1 -1
- package/views/scheduler-view.directive.d.ts +1 -1
- package/views/templates/agenda-date-template.directive.d.ts +1 -1
- package/views/templates/agenda-time-template.directive.d.ts +1 -1
- package/views/templates/all-day-event-template.directive.d.ts +1 -1
- package/views/templates/all-day-slot-template.directive.d.ts +1 -1
- package/views/templates/date-header-template.directive.d.ts +1 -1
- package/views/templates/event-template.directive.d.ts +1 -1
- package/views/templates/group-header-template.directive.d.ts +1 -1
- package/views/templates/major-time-header-template.directive.d.ts +1 -1
- package/views/templates/minor-time-header-template.directive.d.ts +1 -1
- package/views/templates/month-day-slot-template.directive.d.ts +1 -1
- package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
- package/views/templates/time-slot-template.directive.d.ts +1 -1
- package/views/timeline/timeline-base.d.ts +1 -1
- package/views/timeline/timeline-month-view.component.d.ts +1 -1
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.component.d.ts +1 -1
- package/views/timeline/timeline-week-view.component.d.ts +1 -1
- package/views/timeline/utils.d.ts +1 -1
- package/views/view-items/base-slot.directive.d.ts +1 -1
- package/views/view-items/base-view-item.d.ts +1 -1
- package/views/year/year-view-internal.component.d.ts +1 -1
- package/views/year/year-view.component.d.ts +1 -1
- package/progress-kendo-angular-scheduler.d.ts +0 -9
|
@@ -8,37 +8,37 @@ import * as i1$1 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 { hasObservers, isDocumentAvailable, isVisible as isVisible$1, scrollbarWidth, isChanged, Keys, shouldShowValidationUI, anyChanged, ResizeSensorComponent, EventsModule, ResizeSensorModule, guid, WatermarkModule } from '@progress/kendo-angular-common';
|
|
11
|
-
import { isEqualDate,
|
|
11
|
+
import { isEqualDate, ZonedDate, toLocalDate, getDate, timezoneNames, Day, MS_PER_DAY as MS_PER_DAY$1, addDays, firstDayOfMonth, firstDayInWeek, addMonths, addWeeks, addYears } from '@progress/kendo-date-math';
|
|
12
12
|
import { auditTime, buffer, filter, map, debounceTime, take, switchMap, tap, distinctUntilChanged } from 'rxjs/operators';
|
|
13
13
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
14
|
-
import * as
|
|
14
|
+
import * as i3 from '@progress/kendo-angular-dateinputs';
|
|
15
15
|
import { PreventableEvent as PreventableEvent$1, CalendarModule, MultiViewCalendarComponent, CalendarsModule, DateInputsModule } from '@progress/kendo-angular-dateinputs';
|
|
16
16
|
import { Subject, BehaviorSubject, fromEvent, Subscription, combineLatest, merge } from 'rxjs';
|
|
17
|
-
import * as
|
|
17
|
+
import * as i8 from '@angular/forms';
|
|
18
18
|
import { NG_VALUE_ACCESSOR, NgControl, FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
|
|
19
19
|
import * as i1 from '@progress/kendo-angular-dialog';
|
|
20
20
|
import { DialogCloseResult, DialogModule } from '@progress/kendo-angular-dialog';
|
|
21
|
-
import * as i1$
|
|
21
|
+
import * as i1$3 from '@progress/kendo-angular-intl';
|
|
22
22
|
import { formatDate, IntlModule, parseDate } from '@progress/kendo-angular-intl';
|
|
23
|
+
import * as i3$1 from '@angular/common';
|
|
24
|
+
import { CommonModule } from '@angular/common';
|
|
23
25
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
|
24
26
|
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
|
25
27
|
import { caretAltLeftIcon, caretAltRightIcon, calendarIcon, saveIcon, cancelOutlineIcon, arrowRotateCwIcon, arrowsNoRepeatIcon, xIcon, moreHorizontalIcon, clockIcon, caretAltUpIcon, caretAltDownIcon, filePdfIcon } from '@progress/kendo-svg-icons';
|
|
26
28
|
import * as i4 from '@progress/kendo-angular-buttons';
|
|
27
29
|
import { Button, ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
28
|
-
import * as
|
|
29
|
-
import { CommonModule } from '@angular/common';
|
|
30
|
-
import * as i1$3 from '@progress/kendo-angular-dropdowns';
|
|
30
|
+
import * as i2 from '@progress/kendo-angular-dropdowns';
|
|
31
31
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
32
|
-
import * as
|
|
32
|
+
import * as i4$1 from '@progress/kendo-angular-inputs';
|
|
33
33
|
import { CheckBoxModule, TextAreaModule, NumericTextBoxModule, TextBoxModule, FormFieldModule } from '@progress/kendo-angular-inputs';
|
|
34
|
-
import * as
|
|
34
|
+
import * as i5 from '@progress/kendo-angular-label';
|
|
35
35
|
import { LabelModule } from '@progress/kendo-angular-label';
|
|
36
36
|
import { parseRule, serializeRule, expand } from '@progress/kendo-recurrence';
|
|
37
37
|
import { orderBy, groupBy } from '@progress/kendo-data-query';
|
|
38
|
-
import * as
|
|
38
|
+
import * as i5$1 from '@progress/kendo-angular-icons';
|
|
39
39
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
40
40
|
import { Draggable } from '@progress/kendo-draggable';
|
|
41
|
-
import * as
|
|
41
|
+
import * as i12 from '@progress/kendo-angular-tooltip';
|
|
42
42
|
import { TooltipDirective, TooltipsModule } from '@progress/kendo-angular-tooltip';
|
|
43
43
|
import { drawDOM, exportPDF } from '@progress/kendo-drawing';
|
|
44
44
|
import { saveAs } from '@progress/kendo-file-saver';
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-scheduler',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '16.0.0-develop.
|
|
53
|
+
publishDate: 1714389745,
|
|
54
|
+
version: '16.0.0-develop.10',
|
|
55
55
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -392,9 +392,9 @@ class ToolbarTemplateDirective {
|
|
|
392
392
|
this.templateRef = templateRef;
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
|
-
ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
396
|
-
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
395
|
+
ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
396
|
+
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarTemplateDirective, selector: "[kendoSchedulerToolbarTemplate]", ngImport: i0 });
|
|
397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
|
398
398
|
type: Directive,
|
|
399
399
|
args: [{
|
|
400
400
|
selector: '[kendoSchedulerToolbarTemplate]'
|
|
@@ -423,9 +423,9 @@ class ToolbarService {
|
|
|
423
423
|
this.actionSource.next(action);
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
ToolbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
427
|
-
ToolbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
ToolbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
427
|
+
ToolbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarService });
|
|
428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarService, decorators: [{
|
|
429
429
|
type: Injectable
|
|
430
430
|
}], ctorParameters: function () { return []; } });
|
|
431
431
|
|
|
@@ -499,9 +499,9 @@ class AgendaDateTemplateDirective {
|
|
|
499
499
|
this.templateRef = templateRef;
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
503
|
-
AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
502
|
+
AgendaDateTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaDateTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
503
|
+
AgendaDateTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AgendaDateTemplateDirective, selector: "[kendoSchedulerAgendaDateTemplate]", ngImport: i0 });
|
|
504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaDateTemplateDirective, decorators: [{
|
|
505
505
|
type: Directive,
|
|
506
506
|
args: [{
|
|
507
507
|
selector: '[kendoSchedulerAgendaDateTemplate]'
|
|
@@ -528,9 +528,9 @@ class AgendaTimeTemplateDirective {
|
|
|
528
528
|
this.templateRef = templateRef;
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
|
-
AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
532
|
-
AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
533
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
531
|
+
AgendaTimeTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTimeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
532
|
+
AgendaTimeTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AgendaTimeTemplateDirective, selector: "[kendoSchedulerAgendaTimeTemplate]", ngImport: i0 });
|
|
533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTimeTemplateDirective, decorators: [{
|
|
534
534
|
type: Directive,
|
|
535
535
|
args: [{
|
|
536
536
|
selector: '[kendoSchedulerAgendaTimeTemplate]'
|
|
@@ -553,9 +553,9 @@ class AllDayEventTemplateDirective {
|
|
|
553
553
|
this.templateRef = templateRef;
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
557
|
-
AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
556
|
+
AllDayEventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDayEventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
557
|
+
AllDayEventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AllDayEventTemplateDirective, selector: "[kendoSchedulerAllDayEventTemplate]", ngImport: i0 });
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDayEventTemplateDirective, decorators: [{
|
|
559
559
|
type: Directive,
|
|
560
560
|
args: [{
|
|
561
561
|
selector: '[kendoSchedulerAllDayEventTemplate]'
|
|
@@ -578,9 +578,9 @@ class AllDaySlotTemplateDirective {
|
|
|
578
578
|
this.templateRef = templateRef;
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
582
|
-
AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
581
|
+
AllDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
582
|
+
AllDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: AllDaySlotTemplateDirective, selector: "[kendoSchedulerAllDaySlotTemplate]", ngImport: i0 });
|
|
583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AllDaySlotTemplateDirective, decorators: [{
|
|
584
584
|
type: Directive,
|
|
585
585
|
args: [{
|
|
586
586
|
selector: '[kendoSchedulerAllDaySlotTemplate]'
|
|
@@ -603,9 +603,9 @@ class DateHeaderTemplateDirective {
|
|
|
603
603
|
this.templateRef = templateRef;
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
607
|
-
DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
606
|
+
DateHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
607
|
+
DateHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateHeaderTemplateDirective, selector: "[kendoSchedulerDateHeaderTemplate]", ngImport: i0 });
|
|
608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateHeaderTemplateDirective, decorators: [{
|
|
609
609
|
type: Directive,
|
|
610
610
|
args: [{
|
|
611
611
|
selector: '[kendoSchedulerDateHeaderTemplate]'
|
|
@@ -628,9 +628,9 @@ class EventTemplateDirective {
|
|
|
628
628
|
this.templateRef = templateRef;
|
|
629
629
|
}
|
|
630
630
|
}
|
|
631
|
-
EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
632
|
-
EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
631
|
+
EventTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EventTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
632
|
+
EventTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EventTemplateDirective, selector: "[kendoSchedulerEventTemplate]", ngImport: i0 });
|
|
633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EventTemplateDirective, decorators: [{
|
|
634
634
|
type: Directive,
|
|
635
635
|
args: [{
|
|
636
636
|
selector: '[kendoSchedulerEventTemplate]'
|
|
@@ -653,9 +653,9 @@ class GroupHeaderTemplateDirective {
|
|
|
653
653
|
this.templateRef = templateRef;
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
-
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
657
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
656
|
+
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
657
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: GroupHeaderTemplateDirective, selector: "[kendoSchedulerGroupHeaderTemplate]", ngImport: i0 });
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
659
659
|
type: Directive,
|
|
660
660
|
args: [{
|
|
661
661
|
selector: '[kendoSchedulerGroupHeaderTemplate]'
|
|
@@ -677,9 +677,9 @@ class MajorTimeHeaderTemplateDirective {
|
|
|
677
677
|
this.templateRef = templateRef;
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
-
MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
681
|
-
MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
680
|
+
MajorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MajorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
681
|
+
MajorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MajorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMajorTimeHeaderTemplate]", ngImport: i0 });
|
|
682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MajorTimeHeaderTemplateDirective, decorators: [{
|
|
683
683
|
type: Directive,
|
|
684
684
|
args: [{
|
|
685
685
|
selector: '[kendoSchedulerMajorTimeHeaderTemplate]'
|
|
@@ -701,9 +701,9 @@ class MinorTimeHeaderTemplateDirective {
|
|
|
701
701
|
this.templateRef = templateRef;
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
|
-
MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
705
|
-
MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
704
|
+
MinorTimeHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinorTimeHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
705
|
+
MinorTimeHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MinorTimeHeaderTemplateDirective, selector: "[kendoSchedulerMinorTimeHeaderTemplate]", ngImport: i0 });
|
|
706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinorTimeHeaderTemplateDirective, decorators: [{
|
|
707
707
|
type: Directive,
|
|
708
708
|
args: [{
|
|
709
709
|
selector: '[kendoSchedulerMinorTimeHeaderTemplate]'
|
|
@@ -726,9 +726,9 @@ class MonthDaySlotTemplateDirective {
|
|
|
726
726
|
this.templateRef = templateRef;
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
730
|
-
MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
729
|
+
MonthDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
730
|
+
MonthDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MonthDaySlotTemplateDirective, selector: "[kendoSchedulerMonthDaySlotTemplate]", ngImport: i0 });
|
|
731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthDaySlotTemplateDirective, decorators: [{
|
|
732
732
|
type: Directive,
|
|
733
733
|
args: [{
|
|
734
734
|
selector: '[kendoSchedulerMonthDaySlotTemplate]'
|
|
@@ -752,9 +752,9 @@ class MultiWeekDaySlotTemplateDirective {
|
|
|
752
752
|
this.templateRef = templateRef;
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
|
-
MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
755
|
+
MultiWeekDaySlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
756
|
+
MultiWeekDaySlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiWeekDaySlotTemplateDirective, selector: "[kendoSchedulerMultiWeekDaySlotTemplate]", ngImport: i0 });
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekDaySlotTemplateDirective, decorators: [{
|
|
758
758
|
type: Directive,
|
|
759
759
|
args: [{
|
|
760
760
|
selector: '[kendoSchedulerMultiWeekDaySlotTemplate]'
|
|
@@ -778,9 +778,9 @@ class TimeSlotTemplateDirective {
|
|
|
778
778
|
this.templateRef = templateRef;
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
|
-
TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
782
|
-
TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
TimeSlotTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
782
|
+
TimeSlotTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimeSlotTemplateDirective, selector: "[kendoSchedulerTimeSlotTemplate]", ngImport: i0 });
|
|
783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotTemplateDirective, decorators: [{
|
|
784
784
|
type: Directive,
|
|
785
785
|
args: [{
|
|
786
786
|
selector: '[kendoSchedulerTimeSlotTemplate]'
|
|
@@ -861,9 +861,9 @@ class ViewContextService {
|
|
|
861
861
|
return result;
|
|
862
862
|
}
|
|
863
863
|
}
|
|
864
|
-
ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
865
|
-
ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
866
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
864
|
+
ViewContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
865
|
+
ViewContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService });
|
|
866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewContextService, decorators: [{
|
|
867
867
|
type: Injectable
|
|
868
868
|
}], ctorParameters: function () { return []; } });
|
|
869
869
|
|
|
@@ -956,9 +956,9 @@ class ViewStateService {
|
|
|
956
956
|
this.slotSelectionStartEndSource.next(selection);
|
|
957
957
|
}
|
|
958
958
|
}
|
|
959
|
-
ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
960
|
-
ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
961
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
959
|
+
ViewStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
960
|
+
ViewStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService });
|
|
961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewStateService, decorators: [{
|
|
962
962
|
type: Injectable
|
|
963
963
|
}], ctorParameters: function () { return []; } });
|
|
964
964
|
|
|
@@ -1320,9 +1320,9 @@ class EditService {
|
|
|
1320
1320
|
});
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
|
-
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1324
|
-
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1323
|
+
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1324
|
+
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService });
|
|
1325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService, decorators: [{
|
|
1326
1326
|
type: Injectable
|
|
1327
1327
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1328
1328
|
|
|
@@ -1342,9 +1342,9 @@ class EditDialogTemplateDirective {
|
|
|
1342
1342
|
this.templateRef = templateRef;
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
|
-
EditDialogTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1346
|
-
EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1345
|
+
EditDialogTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditDialogTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1346
|
+
EditDialogTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EditDialogTemplateDirective, selector: "[kendoSchedulerEditDialogTemplate]", inputs: { autoFocusedElement: "autoFocusedElement" }, ngImport: i0 });
|
|
1347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditDialogTemplateDirective, decorators: [{
|
|
1348
1348
|
type: Directive,
|
|
1349
1349
|
args: [{
|
|
1350
1350
|
selector: '[kendoSchedulerEditDialogTemplate]'
|
|
@@ -1363,9 +1363,9 @@ class LocalDataChangesService {
|
|
|
1363
1363
|
this.changes = new EventEmitter();
|
|
1364
1364
|
}
|
|
1365
1365
|
}
|
|
1366
|
-
LocalDataChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1367
|
-
LocalDataChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1366
|
+
LocalDataChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalDataChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1367
|
+
LocalDataChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalDataChangesService });
|
|
1368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalDataChangesService, decorators: [{
|
|
1369
1369
|
type: Injectable
|
|
1370
1370
|
}] });
|
|
1371
1371
|
|
|
@@ -1382,9 +1382,9 @@ class DomEventsService {
|
|
|
1382
1382
|
this.windowBlur = new EventEmitter();
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
|
-
DomEventsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1386
|
-
DomEventsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1385
|
+
DomEventsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1386
|
+
DomEventsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService });
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DomEventsService, decorators: [{
|
|
1388
1388
|
type: Injectable
|
|
1389
1389
|
}] });
|
|
1390
1390
|
|
|
@@ -1545,9 +1545,9 @@ class FocusService {
|
|
|
1545
1545
|
this.focusedItem = null;
|
|
1546
1546
|
}
|
|
1547
1547
|
}
|
|
1548
|
-
FocusService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1549
|
-
FocusService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1548
|
+
FocusService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusService, deps: [{ token: i0.Renderer2, optional: true }, { token: i0.ElementRef, optional: true }, { token: DomEventsService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1549
|
+
FocusService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusService });
|
|
1550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusService, decorators: [{
|
|
1551
1551
|
type: Injectable
|
|
1552
1552
|
}], ctorParameters: function () { return [{ type: i0.Renderer2, decorators: [{
|
|
1553
1553
|
type: Optional
|
|
@@ -1624,9 +1624,9 @@ class DialogsService {
|
|
|
1624
1624
|
return this.localization.get(key);
|
|
1625
1625
|
}
|
|
1626
1626
|
}
|
|
1627
|
-
DialogsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1628
|
-
DialogsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1627
|
+
DialogsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsService, deps: [{ token: i1.DialogService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: FocusService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1628
|
+
DialogsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsService });
|
|
1629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsService, decorators: [{
|
|
1630
1630
|
type: Injectable
|
|
1631
1631
|
}], ctorParameters: function () { return [{ type: i1.DialogService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: FocusService }, { type: ViewStateService }]; } });
|
|
1632
1632
|
|
|
@@ -1638,9 +1638,9 @@ class SchedulerLocalizationService extends LocalizationService {
|
|
|
1638
1638
|
super(prefix, messageService, _rtl);
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
|
-
SchedulerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1642
|
-
SchedulerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1641
|
+
SchedulerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1$1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1642
|
+
SchedulerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerLocalizationService });
|
|
1643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerLocalizationService, decorators: [{
|
|
1644
1644
|
type: Injectable
|
|
1645
1645
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1646
1646
|
type: Inject,
|
|
@@ -1697,9 +1697,9 @@ class PDFService {
|
|
|
1697
1697
|
this.createElement.emit();
|
|
1698
1698
|
}
|
|
1699
1699
|
}
|
|
1700
|
-
PDFService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1701
|
-
PDFService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1700
|
+
PDFService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1701
|
+
PDFService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFService });
|
|
1702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFService, decorators: [{
|
|
1703
1703
|
type: Injectable
|
|
1704
1704
|
}] });
|
|
1705
1705
|
|
|
@@ -1726,12 +1726,12 @@ class LoadingComponent {
|
|
|
1726
1726
|
this.renderer.setStyle(this.element.nativeElement, 'display', this.display);
|
|
1727
1727
|
}
|
|
1728
1728
|
}
|
|
1729
|
-
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1730
|
-
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1729
|
+
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoadingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1730
|
+
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: { loading: "loading" }, host: { properties: { "class.k-loading-mask": "this.hostClasses", "style.display": "this.display" } }, ngImport: i0, template: `
|
|
1731
1731
|
<div class="k-loading-image"></div>
|
|
1732
1732
|
<div class="k-loading-color"></div>
|
|
1733
1733
|
`, isInline: true });
|
|
1734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
1735
1735
|
type: Component,
|
|
1736
1736
|
args: [{
|
|
1737
1737
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -1817,9 +1817,9 @@ class FocusableDirective {
|
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
|
-
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1821
|
-
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1822
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1820
|
+
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1821
|
+
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: { focusIndex: ["kendoSchedulerFocusIndex", "focusIndex"], containerType: "containerType" }, ngImport: i0 });
|
|
1822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
1823
1823
|
type: Directive,
|
|
1824
1824
|
args: [{
|
|
1825
1825
|
selector: '[kendoSchedulerFocusIndex]'
|
|
@@ -2437,8 +2437,8 @@ class ToolbarNavigationComponent {
|
|
|
2437
2437
|
return !this.localization.rtl ? ['caretAltLeftIcon', 'caretAltRightIcon'] : ['caretAltRightIcon', 'caretAltLeftIcon'];
|
|
2438
2438
|
}
|
|
2439
2439
|
}
|
|
2440
|
-
ToolbarNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2441
|
-
ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2440
|
+
ToolbarNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationComponent, deps: [{ token: i1$2.PopupService }, { token: ToolbarService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2441
|
+
ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: { min: "min", max: "max", activeView: "activeView", bottomView: "bottomView" }, host: { properties: { "class.k-toolbar-group": "this.hostClass" } }, providers: [
|
|
2442
2442
|
PopupService
|
|
2443
2443
|
], viewQueries: [{ propertyName: "calendar", first: true, predicate: ["calendar"], descendants: true }], ngImport: i0, template: `
|
|
2444
2444
|
<span class="k-scheduler-navigation k-button-group k-button-group-solid" role="group">
|
|
@@ -2505,8 +2505,8 @@ ToolbarNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
2505
2505
|
</kendo-calendar-messages>
|
|
2506
2506
|
</kendo-calendar>
|
|
2507
2507
|
</ng-template>
|
|
2508
|
-
`, isInline: true,
|
|
2509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2508
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i3.CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: i3.CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "pipe", type: i3$1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarNavigationComponent, decorators: [{
|
|
2510
2510
|
type: Component,
|
|
2511
2511
|
args: [{
|
|
2512
2512
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -2661,8 +2661,8 @@ class ToolbarViewSelectorComponent {
|
|
|
2661
2661
|
return this.ctx.selectedView === view;
|
|
2662
2662
|
}
|
|
2663
2663
|
}
|
|
2664
|
-
ToolbarViewSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2665
|
-
ToolbarViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2664
|
+
ToolbarViewSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarViewSelectorComponent, deps: [{ token: ToolbarService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2665
|
+
ToolbarViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarViewSelectorComponent, selector: "[kendoSchedulerToolbarViewSelector]", inputs: { toolbarWidth: "toolbarWidth", responsiveBreakpoint: "responsiveBreakpoint" }, ngImport: i0, template: `
|
|
2666
2666
|
<select
|
|
2667
2667
|
*ngIf="ctx.views?.length > 1 && toolbarWidth <= responsiveBreakpoint"
|
|
2668
2668
|
(change)="onChange($event)"
|
|
@@ -2695,8 +2695,8 @@ ToolbarViewSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
2695
2695
|
</span>
|
|
2696
2696
|
</button>
|
|
2697
2697
|
</span>
|
|
2698
|
-
`, isInline: true,
|
|
2699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2698
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }] });
|
|
2699
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarViewSelectorComponent, decorators: [{
|
|
2700
2700
|
type: Component,
|
|
2701
2701
|
args: [{
|
|
2702
2702
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -2799,10 +2799,9 @@ class ToolbarComponent {
|
|
|
2799
2799
|
this.zone.run(() => this.toolbarWidth = element.offsetWidth);
|
|
2800
2800
|
this.toolbarWidthChange.emit(this.toolbarWidth);
|
|
2801
2801
|
}
|
|
2802
|
-
;
|
|
2803
2802
|
}
|
|
2804
|
-
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2805
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2803
|
+
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, deps: [{ token: ToolbarService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2804
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ToolbarComponent, 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", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2806
2805
|
<ng-template
|
|
2807
2806
|
*ngIf="template; else defaultTemplate"
|
|
2808
2807
|
[ngTemplateOutlet]="template.templateRef"
|
|
@@ -2822,8 +2821,8 @@ ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
2822
2821
|
</ng-template>
|
|
2823
2822
|
|
|
2824
2823
|
<kendo-resize-sensor (resize)="resizeHandler()" [style]="'display: contents;'"></kendo-resize-sensor>
|
|
2825
|
-
`, isInline: true,
|
|
2826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2824
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ToolbarNavigationComponent, selector: "[kendoSchedulerToolbarNavigation]", inputs: ["min", "max", "activeView", "bottomView"] }, { kind: "component", type: ToolbarViewSelectorComponent, selector: "[kendoSchedulerToolbarViewSelector]", inputs: ["toolbarWidth", "responsiveBreakpoint"] }] });
|
|
2825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
2827
2826
|
type: Component,
|
|
2828
2827
|
args: [{
|
|
2829
2828
|
selector: 'kendo-scheduler-toolbar',
|
|
@@ -2924,9 +2923,9 @@ class ResourceEditorBase {
|
|
|
2924
2923
|
this.valueChange.emit(value);
|
|
2925
2924
|
}
|
|
2926
2925
|
}
|
|
2927
|
-
ResourceEditorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2928
|
-
ResourceEditorBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2926
|
+
ResourceEditorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResourceEditorBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2927
|
+
ResourceEditorBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ResourceEditorBase, inputs: { resource: "resource" }, outputs: { valueChange: "valueChange" }, ngImport: i0 });
|
|
2928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResourceEditorBase, decorators: [{
|
|
2930
2929
|
type: Directive
|
|
2931
2930
|
}], propDecorators: { resource: [{
|
|
2932
2931
|
type: Input
|
|
@@ -2955,8 +2954,8 @@ class MultipleResourceEditorComponent extends ResourceEditorBase {
|
|
|
2955
2954
|
this.resourceMultiSelect.focus();
|
|
2956
2955
|
}
|
|
2957
2956
|
}
|
|
2958
|
-
MultipleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2959
|
-
MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2957
|
+
MultipleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultipleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2958
|
+
MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor", providers: [
|
|
2960
2959
|
MULTIPLE_RESOURCE_VALUE_ACCESSOR
|
|
2961
2960
|
], viewQueries: [{ propertyName: "resourceMultiSelect", first: true, predicate: ["resourceMultiSelect"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
2962
2961
|
<kendo-multiselect
|
|
@@ -2979,8 +2978,8 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
2979
2978
|
{{ getField(dataItem, resource.textField) }}
|
|
2980
2979
|
</ng-template>
|
|
2981
2980
|
</kendo-multiselect>
|
|
2982
|
-
`, isInline: true,
|
|
2983
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2981
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "directive", type: i2.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }, { kind: "component", type: i2.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer", "inputAttributes"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "removeTag"], exportAs: ["kendoMultiSelect"] }] });
|
|
2982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
|
|
2984
2983
|
type: Component,
|
|
2985
2984
|
args: [{
|
|
2986
2985
|
providers: [
|
|
@@ -3031,8 +3030,8 @@ class SingleResourceEditorComponent extends ResourceEditorBase {
|
|
|
3031
3030
|
this.resourceDropDown.focus();
|
|
3032
3031
|
}
|
|
3033
3032
|
}
|
|
3034
|
-
SingleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3035
|
-
SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3033
|
+
SingleResourceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SingleResourceEditorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3034
|
+
SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor", providers: [
|
|
3036
3035
|
SINGLE_RESOURCE_VALUE_ACCESSOR
|
|
3037
3036
|
], viewQueries: [{ propertyName: "resourceDropDown", first: true, predicate: ["resourceDropDown"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
3038
3037
|
<kendo-dropdownlist
|
|
@@ -3050,8 +3049,8 @@ SingleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
3050
3049
|
{{ getField(dataItem, resource.textField) }}
|
|
3051
3050
|
</ng-template>
|
|
3052
3051
|
</kendo-dropdownlist>
|
|
3053
|
-
`, isInline: true,
|
|
3054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3052
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { kind: "component", type: i2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }] });
|
|
3053
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SingleResourceEditorComponent, decorators: [{
|
|
3055
3054
|
type: Component,
|
|
3056
3055
|
args: [{
|
|
3057
3056
|
providers: [
|
|
@@ -3169,8 +3168,8 @@ class SchedulerDateTimePickerComponent {
|
|
|
3169
3168
|
this.onTouchedCallback = fn;
|
|
3170
3169
|
}
|
|
3171
3170
|
}
|
|
3172
|
-
SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3173
|
-
SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3171
|
+
SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [{ token: i0.Injector }, { token: SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3172
|
+
SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
|
|
3174
3173
|
SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
|
|
3175
3174
|
], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "dateTimePicker", first: true, predicate: ["datetimepicker"], descendants: true }], ngImport: i0, template: `
|
|
3176
3175
|
<kendo-datepicker
|
|
@@ -3211,8 +3210,8 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
3211
3210
|
>
|
|
3212
3211
|
</kendo-datetimepicker-messages>
|
|
3213
3212
|
</kendo-datetimepicker>
|
|
3214
|
-
`, isInline: true,
|
|
3215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3213
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { kind: "component", type: i3.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "component", type: i3.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "weekDaysFormat", "showOtherMonthDays", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "inputAttributes", "defaultTab", "size", "rounded", "fillMode", "headerTemplate", "footerTemplate", "footer"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { kind: "component", type: i3.DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages" }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
3214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
|
|
3216
3215
|
type: Component,
|
|
3217
3216
|
args: [{
|
|
3218
3217
|
providers: [
|
|
@@ -3272,167 +3271,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3272
3271
|
type: Output
|
|
3273
3272
|
}] } });
|
|
3274
3273
|
|
|
3275
|
-
/**
|
|
3276
|
-
* @hidden
|
|
3277
|
-
*/
|
|
3278
|
-
const TIME_ZONE_VALUE_ACCESSOR = {
|
|
3279
|
-
multi: true,
|
|
3280
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3281
|
-
useExisting: forwardRef(() => TimeZoneEditorComponent)
|
|
3282
|
-
};
|
|
3283
|
-
/**
|
|
3284
|
-
* Represents the Kendo UI TimeZone Editor component for Angular.
|
|
3285
|
-
* `TimeZoneEditorComponent` displays the currently loaded timezones.
|
|
3286
|
-
* Used for editing the `start` and `end` timezones of the `SchedulerEvent` objects.
|
|
3287
|
-
*/
|
|
3288
|
-
class TimeZoneEditorComponent {
|
|
3289
|
-
constructor(injector) {
|
|
3290
|
-
this.injector = injector;
|
|
3291
|
-
/**
|
|
3292
|
-
* Specifies the width of the ComboBox which contains the names of the timezones.
|
|
3293
|
-
* @default 260
|
|
3294
|
-
*/
|
|
3295
|
-
this.width = 260;
|
|
3296
|
-
/**
|
|
3297
|
-
* Fires when the value of the component has changed.
|
|
3298
|
-
*/
|
|
3299
|
-
this.valueChange = new EventEmitter();
|
|
3300
|
-
this.onTouchedCallback = (_) => { };
|
|
3301
|
-
this.onChangeCallback = (_) => { };
|
|
3302
|
-
this.tzNames = timezoneNames();
|
|
3303
|
-
this.tzSource = this.tzNames.slice();
|
|
3304
|
-
}
|
|
3305
|
-
/**
|
|
3306
|
-
* @hidden
|
|
3307
|
-
*/
|
|
3308
|
-
get focusableId() {
|
|
3309
|
-
return this.tzComboBox?.focusableId || this.tzComboBoxControl?.focusableId;
|
|
3310
|
-
}
|
|
3311
|
-
/**
|
|
3312
|
-
* @hidden
|
|
3313
|
-
*/
|
|
3314
|
-
get formControl() {
|
|
3315
|
-
const ngControl = this.injector.get(NgControl, null);
|
|
3316
|
-
return ngControl?.control || null;
|
|
3317
|
-
}
|
|
3318
|
-
/**
|
|
3319
|
-
* @hidden
|
|
3320
|
-
*/
|
|
3321
|
-
onTimeZoneChange(tzName) {
|
|
3322
|
-
this.tz = tzName;
|
|
3323
|
-
this.onChangeCallback(this.tz);
|
|
3324
|
-
this.valueChange.emit(tzName);
|
|
3325
|
-
}
|
|
3326
|
-
/**
|
|
3327
|
-
* @hidden
|
|
3328
|
-
*/
|
|
3329
|
-
onTimeZoneFilterChange(value) {
|
|
3330
|
-
this.tzSource = this.tzNames.filter((tz) => tz.toLowerCase().indexOf(value.toLowerCase()) !== -1);
|
|
3331
|
-
}
|
|
3332
|
-
/**
|
|
3333
|
-
* @hidden
|
|
3334
|
-
*/
|
|
3335
|
-
writeValue(value) {
|
|
3336
|
-
if (typeof value === 'string' && this.tzNames.indexOf(value) >= 0) {
|
|
3337
|
-
this.tz = value;
|
|
3338
|
-
}
|
|
3339
|
-
}
|
|
3340
|
-
/**
|
|
3341
|
-
* @hidden
|
|
3342
|
-
*/
|
|
3343
|
-
focus() {
|
|
3344
|
-
this.tzComboBox ? this.tzComboBox.focus() : this.tzComboBoxControl.focus();
|
|
3345
|
-
}
|
|
3346
|
-
/**
|
|
3347
|
-
* @hidden
|
|
3348
|
-
*/
|
|
3349
|
-
registerOnChange(fn) {
|
|
3350
|
-
this.onChangeCallback = fn;
|
|
3351
|
-
}
|
|
3352
|
-
/**
|
|
3353
|
-
* @hidden
|
|
3354
|
-
*/
|
|
3355
|
-
registerOnTouched(fn) {
|
|
3356
|
-
this.onTouchedCallback = fn;
|
|
3357
|
-
}
|
|
3358
|
-
}
|
|
3359
|
-
TimeZoneEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
3360
|
-
TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: { width: "width" }, outputs: { valueChange: "valueChange" }, providers: [
|
|
3361
|
-
TIME_ZONE_VALUE_ACCESSOR
|
|
3362
|
-
], viewQueries: [{ propertyName: "tzComboBox", first: true, predicate: ["tzcombobox"], descendants: true, static: true }, { propertyName: "tzComboBoxControl", first: true, predicate: ["tzcomboboxControl"], descendants: true, static: true }], ngImport: i0, template: `
|
|
3363
|
-
<kendo-combobox
|
|
3364
|
-
*ngIf="!formControl"
|
|
3365
|
-
#tzcombobox
|
|
3366
|
-
[style.width.px]="width"
|
|
3367
|
-
[allowCustom]="false"
|
|
3368
|
-
[data]="tzSource"
|
|
3369
|
-
[filterable]="true"
|
|
3370
|
-
[suggest]="true"
|
|
3371
|
-
[value]="tz"
|
|
3372
|
-
(filterChange)="onTimeZoneFilterChange($event)"
|
|
3373
|
-
(valueChange)="onTimeZoneChange($event)">
|
|
3374
|
-
</kendo-combobox>
|
|
3375
|
-
<kendo-combobox
|
|
3376
|
-
*ngIf="formControl"
|
|
3377
|
-
#tzcomboboxControl
|
|
3378
|
-
[style.width.px]="width"
|
|
3379
|
-
[allowCustom]="false"
|
|
3380
|
-
[data]="tzSource"
|
|
3381
|
-
[filterable]="true"
|
|
3382
|
-
[suggest]="true"
|
|
3383
|
-
[value]="tz"
|
|
3384
|
-
[formControl]="formControl"
|
|
3385
|
-
(filterChange)="onTimeZoneFilterChange($event)"
|
|
3386
|
-
(valueChange)="onTimeZoneChange($event)">
|
|
3387
|
-
</kendo-combobox>
|
|
3388
|
-
`, isInline: true, components: [{ type: i1$3.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }], directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i14.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i14.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
3389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
|
|
3390
|
-
type: Component,
|
|
3391
|
-
args: [{
|
|
3392
|
-
providers: [
|
|
3393
|
-
TIME_ZONE_VALUE_ACCESSOR
|
|
3394
|
-
],
|
|
3395
|
-
selector: 'kendo-timezone-editor',
|
|
3396
|
-
template: `
|
|
3397
|
-
<kendo-combobox
|
|
3398
|
-
*ngIf="!formControl"
|
|
3399
|
-
#tzcombobox
|
|
3400
|
-
[style.width.px]="width"
|
|
3401
|
-
[allowCustom]="false"
|
|
3402
|
-
[data]="tzSource"
|
|
3403
|
-
[filterable]="true"
|
|
3404
|
-
[suggest]="true"
|
|
3405
|
-
[value]="tz"
|
|
3406
|
-
(filterChange)="onTimeZoneFilterChange($event)"
|
|
3407
|
-
(valueChange)="onTimeZoneChange($event)">
|
|
3408
|
-
</kendo-combobox>
|
|
3409
|
-
<kendo-combobox
|
|
3410
|
-
*ngIf="formControl"
|
|
3411
|
-
#tzcomboboxControl
|
|
3412
|
-
[style.width.px]="width"
|
|
3413
|
-
[allowCustom]="false"
|
|
3414
|
-
[data]="tzSource"
|
|
3415
|
-
[filterable]="true"
|
|
3416
|
-
[suggest]="true"
|
|
3417
|
-
[value]="tz"
|
|
3418
|
-
[formControl]="formControl"
|
|
3419
|
-
(filterChange)="onTimeZoneFilterChange($event)"
|
|
3420
|
-
(valueChange)="onTimeZoneChange($event)">
|
|
3421
|
-
</kendo-combobox>
|
|
3422
|
-
`
|
|
3423
|
-
}]
|
|
3424
|
-
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { tzComboBox: [{
|
|
3425
|
-
type: ViewChild,
|
|
3426
|
-
args: ['tzcombobox', { static: true }]
|
|
3427
|
-
}], tzComboBoxControl: [{
|
|
3428
|
-
type: ViewChild,
|
|
3429
|
-
args: ['tzcomboboxControl', { static: true }]
|
|
3430
|
-
}], width: [{
|
|
3431
|
-
type: Input
|
|
3432
|
-
}], valueChange: [{
|
|
3433
|
-
type: Output
|
|
3434
|
-
}] } });
|
|
3435
|
-
|
|
3436
3274
|
let uniqueIdCounter = 0;
|
|
3437
3275
|
const offsetPositions = ['first', 'second', 'third', 'fourth', 'last'];
|
|
3438
3276
|
const frequencies = ['never', 'daily', 'weekly', 'monthly', 'yearly'];
|
|
@@ -3662,11 +3500,11 @@ class RecurrenceService {
|
|
|
3662
3500
|
}
|
|
3663
3501
|
}
|
|
3664
3502
|
}
|
|
3665
|
-
RecurrenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3666
|
-
RecurrenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3503
|
+
RecurrenceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceService, deps: [{ token: i1$3.IntlService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3504
|
+
RecurrenceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceService });
|
|
3505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceService, decorators: [{
|
|
3668
3506
|
type: Injectable
|
|
3669
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
3507
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: i1$1.LocalizationService }]; } });
|
|
3670
3508
|
|
|
3671
3509
|
/**
|
|
3672
3510
|
* @hidden
|
|
@@ -3683,9 +3521,9 @@ class RecurrenceLocalizationService extends LocalizationService {
|
|
|
3683
3521
|
return super.get(shortKey);
|
|
3684
3522
|
}
|
|
3685
3523
|
}
|
|
3686
|
-
RecurrenceLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3687
|
-
RecurrenceLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3524
|
+
RecurrenceLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1$1.MessageService, optional: true }, { token: RTL, optional: true }, { token: SchedulerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3525
|
+
RecurrenceLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceLocalizationService });
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceLocalizationService, decorators: [{
|
|
3689
3527
|
type: Injectable
|
|
3690
3528
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3691
3529
|
type: Inject,
|
|
@@ -3707,91 +3545,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3707
3545
|
/**
|
|
3708
3546
|
* @hidden
|
|
3709
3547
|
*/
|
|
3710
|
-
class
|
|
3711
|
-
constructor(recurrence,
|
|
3548
|
+
class EndRuleRadioButtonDirective {
|
|
3549
|
+
constructor(el, renderer, recurrence, changeDetector) {
|
|
3550
|
+
this.el = el;
|
|
3551
|
+
this.renderer = renderer;
|
|
3712
3552
|
this.recurrence = recurrence;
|
|
3713
|
-
this.
|
|
3553
|
+
this.changeDetector = changeDetector;
|
|
3554
|
+
this.type = 'radio';
|
|
3555
|
+
this.radioClass = true;
|
|
3556
|
+
this.radioSizeClass = true;
|
|
3557
|
+
this.destroyClick = this.renderer.listen(this.elem, 'click', this.onClick.bind(this));
|
|
3714
3558
|
}
|
|
3715
3559
|
ngOnInit() {
|
|
3716
|
-
this.
|
|
3560
|
+
this.endRule = this.endRuleId.split('-')[2];
|
|
3561
|
+
this.renderer.setAttribute(this.elem, 'id', this.endRuleId);
|
|
3562
|
+
this.renderer.setAttribute(this.elem, 'name', `end-${this.endRuleId.split('-').pop()}`);
|
|
3717
3563
|
}
|
|
3718
|
-
|
|
3719
|
-
|
|
3564
|
+
ngAfterContentChecked() {
|
|
3565
|
+
this.setCheckedState();
|
|
3720
3566
|
}
|
|
3721
|
-
|
|
3722
|
-
if (
|
|
3723
|
-
this.
|
|
3567
|
+
ngOnDestroy() {
|
|
3568
|
+
if (this.destroyClick) {
|
|
3569
|
+
this.destroyClick();
|
|
3724
3570
|
}
|
|
3725
3571
|
}
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
const selected = this.weekDayButtons.toArray().find(r => r.selected);
|
|
3731
|
-
if (selected) {
|
|
3732
|
-
selected.focus();
|
|
3572
|
+
onClick() {
|
|
3573
|
+
if (this.elem.checked) {
|
|
3574
|
+
this.recurrence.endRule = this.endRule;
|
|
3575
|
+
this.changeDetector.markForCheck();
|
|
3733
3576
|
}
|
|
3734
3577
|
}
|
|
3578
|
+
setCheckedState() {
|
|
3579
|
+
const isChecked = this.endRule === this.recurrence.endRule;
|
|
3580
|
+
this.renderer.setProperty(this.elem, 'checked', isChecked);
|
|
3581
|
+
}
|
|
3582
|
+
get elem() {
|
|
3583
|
+
return this.el.nativeElement;
|
|
3584
|
+
}
|
|
3735
3585
|
}
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
[text]="textFor('repeat')"
|
|
3741
|
-
(click)="onFrequencyClick()"
|
|
3742
|
-
labelCssClass="k-form-label"
|
|
3743
|
-
></kendo-label>
|
|
3744
|
-
<div class="k-form-field-wrap">
|
|
3745
|
-
<kendo-buttongroup
|
|
3746
|
-
class="k-scheduler-recurrence-repeat k-button-group-solid"
|
|
3747
|
-
width="100%"
|
|
3748
|
-
selection="single"
|
|
3749
|
-
>
|
|
3750
|
-
<button *ngFor='let freq of frequencies' kendoButton
|
|
3751
|
-
[togglable]="true"
|
|
3752
|
-
[selected]="freq.value === selected"
|
|
3753
|
-
(click)="onClick(freq)"
|
|
3754
|
-
>{{ freq.text }}</button>
|
|
3755
|
-
</kendo-buttongroup>
|
|
3756
|
-
</div>
|
|
3757
|
-
</div>
|
|
3758
|
-
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i11.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
3759
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceFrequencyEditorComponent, decorators: [{
|
|
3760
|
-
type: Component,
|
|
3586
|
+
EndRuleRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EndRuleRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3587
|
+
EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
|
|
3588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EndRuleRadioButtonDirective, decorators: [{
|
|
3589
|
+
type: Directive,
|
|
3761
3590
|
args: [{
|
|
3762
|
-
selector: '
|
|
3763
|
-
template: `
|
|
3764
|
-
<div class='k-form-field'>
|
|
3765
|
-
<kendo-label
|
|
3766
|
-
[text]="textFor('repeat')"
|
|
3767
|
-
(click)="onFrequencyClick()"
|
|
3768
|
-
labelCssClass="k-form-label"
|
|
3769
|
-
></kendo-label>
|
|
3770
|
-
<div class="k-form-field-wrap">
|
|
3771
|
-
<kendo-buttongroup
|
|
3772
|
-
class="k-scheduler-recurrence-repeat k-button-group-solid"
|
|
3773
|
-
width="100%"
|
|
3774
|
-
selection="single"
|
|
3775
|
-
>
|
|
3776
|
-
<button *ngFor='let freq of frequencies' kendoButton
|
|
3777
|
-
[togglable]="true"
|
|
3778
|
-
[selected]="freq.value === selected"
|
|
3779
|
-
(click)="onClick(freq)"
|
|
3780
|
-
>{{ freq.text }}</button>
|
|
3781
|
-
</kendo-buttongroup>
|
|
3782
|
-
</div>
|
|
3783
|
-
</div>
|
|
3784
|
-
`
|
|
3591
|
+
selector: '[kendoRecurrenceEndRuleRadioButton]'
|
|
3785
3592
|
}]
|
|
3786
|
-
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type:
|
|
3787
|
-
type:
|
|
3788
|
-
args: [
|
|
3789
|
-
}]
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3593
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
|
|
3594
|
+
type: HostBinding,
|
|
3595
|
+
args: ['attr.type']
|
|
3596
|
+
}], radioClass: [{
|
|
3597
|
+
type: HostBinding,
|
|
3598
|
+
args: ['class.k-radio']
|
|
3599
|
+
}], radioSizeClass: [{
|
|
3600
|
+
type: HostBinding,
|
|
3601
|
+
args: ['class.k-radio-md']
|
|
3602
|
+
}], endRuleId: [{
|
|
3603
|
+
type: Input,
|
|
3604
|
+
args: ["kendoRecurrenceEndRuleRadioButton"]
|
|
3605
|
+
}] } });
|
|
3606
|
+
|
|
3607
|
+
/**
|
|
3608
|
+
* @hidden
|
|
3793
3609
|
*/
|
|
3794
|
-
class
|
|
3610
|
+
class RecurrenceEndRuleEditorComponent {
|
|
3795
3611
|
constructor(recurrence, localization) {
|
|
3796
3612
|
this.recurrence = recurrence;
|
|
3797
3613
|
this.localization = localization;
|
|
@@ -3803,245 +3619,367 @@ class RecurrenceIntervalEditorComponent {
|
|
|
3803
3619
|
step: 1,
|
|
3804
3620
|
spinners: true
|
|
3805
3621
|
};
|
|
3806
|
-
this.
|
|
3622
|
+
this.datePickerOptions = {
|
|
3623
|
+
activeView: 'month',
|
|
3624
|
+
bottomView: 'month',
|
|
3625
|
+
topView: 'century',
|
|
3626
|
+
disabledDatesValidation: true,
|
|
3627
|
+
navigation: true,
|
|
3628
|
+
format: 'd'
|
|
3629
|
+
};
|
|
3630
|
+
this.uniqueId = this.recurrence.getUniqueId();
|
|
3631
|
+
this.setInitialValues();
|
|
3632
|
+
this.subscribeChanges();
|
|
3807
3633
|
}
|
|
3808
3634
|
set userNumericOptions(options) {
|
|
3809
3635
|
this.numericOptions = { ...this.numericOptions, ...options };
|
|
3810
3636
|
}
|
|
3811
|
-
|
|
3812
|
-
|
|
3637
|
+
set userDatePickerOptions(options) {
|
|
3638
|
+
this.datePickerOptions = { ...this.datePickerOptions, ...options };
|
|
3813
3639
|
}
|
|
3814
|
-
|
|
3815
|
-
if (
|
|
3816
|
-
this.
|
|
3640
|
+
ngOnDestroy() {
|
|
3641
|
+
if (this.subscriptions) {
|
|
3642
|
+
this.subscriptions.unsubscribe();
|
|
3817
3643
|
}
|
|
3818
3644
|
}
|
|
3819
|
-
|
|
3820
|
-
if (
|
|
3821
|
-
this.recurrence.
|
|
3645
|
+
setEndRule(endRule) {
|
|
3646
|
+
if (endRule === 'count') {
|
|
3647
|
+
this.recurrence.rrule.count = this.countValue;
|
|
3648
|
+
}
|
|
3649
|
+
else if (endRule === 'until') {
|
|
3650
|
+
this.recurrence.until = this.untilValue;
|
|
3822
3651
|
}
|
|
3823
3652
|
}
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
break;
|
|
3653
|
+
get rrule() {
|
|
3654
|
+
return this.recurrence.rrule;
|
|
3655
|
+
}
|
|
3656
|
+
get isCountDisabled() {
|
|
3657
|
+
return this.recurrence.endRule !== 'count';
|
|
3658
|
+
}
|
|
3659
|
+
get isUntilDisabled() {
|
|
3660
|
+
return this.recurrence.endRule !== 'until';
|
|
3661
|
+
}
|
|
3662
|
+
onCountChange(value) {
|
|
3663
|
+
if (isPresent(value)) {
|
|
3664
|
+
this.recurrence.count = value;
|
|
3837
3665
|
}
|
|
3838
3666
|
}
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3667
|
+
onCountBlur() {
|
|
3668
|
+
if (!isPresent(this.countValue)) {
|
|
3669
|
+
this.recurrence.count = this.countValue = 1;
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
onUntilChange(value) {
|
|
3673
|
+
if (isPresent(value)) {
|
|
3674
|
+
this.recurrence.until = this.createUntil(value);
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
onUntilBlur() {
|
|
3678
|
+
if (!isPresent(this.untilValue)) {
|
|
3679
|
+
this.recurrence.until = this.untilValue = this.createUntil(this.recurrence.start);
|
|
3852
3680
|
}
|
|
3853
3681
|
}
|
|
3854
3682
|
textFor(key) {
|
|
3855
3683
|
return this.localization.get(key);
|
|
3856
3684
|
}
|
|
3685
|
+
onEndLabelClick() {
|
|
3686
|
+
const selected = this.endRuleRadioButtons.toArray().find(r => r.elem.checked);
|
|
3687
|
+
if (selected) {
|
|
3688
|
+
selected.elem.focus();
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
setInitialValues() {
|
|
3692
|
+
this.countValue = this.rrule.count || 1;
|
|
3693
|
+
const currentUntil = this.recurrence.until;
|
|
3694
|
+
const currentStart = this.recurrence.start;
|
|
3695
|
+
this.untilValue = isPresent(currentUntil) ? currentUntil : this.createUntil(currentStart);
|
|
3696
|
+
}
|
|
3697
|
+
subscribeChanges() {
|
|
3698
|
+
this.subscriptions = this.recurrence.endRuleChange.subscribe((endRule) => {
|
|
3699
|
+
this.setEndRule(endRule);
|
|
3700
|
+
});
|
|
3701
|
+
this.subscriptions.add(this.recurrence.frequencyChange.subscribe(() => {
|
|
3702
|
+
this.setInitialValues();
|
|
3703
|
+
}));
|
|
3704
|
+
}
|
|
3705
|
+
createUntil(until) {
|
|
3706
|
+
// Read the until date as UTC date parts to avoid interfering with the local time zone.
|
|
3707
|
+
const untilDate = toUTCDate(until);
|
|
3708
|
+
untilDate.setUTCDate(untilDate.getUTCDate() + 1);
|
|
3709
|
+
// Convert to the scheduler time zone.
|
|
3710
|
+
return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
|
|
3711
|
+
}
|
|
3857
3712
|
}
|
|
3858
|
-
|
|
3859
|
-
|
|
3713
|
+
RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3714
|
+
RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceEndRuleEditorComponent, 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: `
|
|
3860
3715
|
<div class="k-form-field">
|
|
3861
3716
|
<kendo-label
|
|
3862
|
-
[
|
|
3863
|
-
|
|
3717
|
+
[text]="textFor('endLabel')"
|
|
3718
|
+
(click)="onEndLabelClick()"
|
|
3864
3719
|
labelCssClass="k-form-label"
|
|
3865
|
-
(click)="intervalNumeric.focus()"
|
|
3866
3720
|
></kendo-label>
|
|
3867
3721
|
<div class="k-form-field-wrap">
|
|
3868
|
-
<
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3722
|
+
<ul class='k-radio-list'>
|
|
3723
|
+
<li class='k-radio-list-item'>
|
|
3724
|
+
<span class="k-radio-wrap">
|
|
3725
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-never-{{uniqueId}}' />
|
|
3726
|
+
</span>
|
|
3727
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-never-{{uniqueId}}'>{{ textFor('endNever') }}</label>
|
|
3728
|
+
</li>
|
|
3729
|
+
<li class='k-radio-list-item'>
|
|
3730
|
+
<span class="k-radio-wrap">
|
|
3731
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-count-{{uniqueId}}' />
|
|
3732
|
+
</span>
|
|
3733
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
3734
|
+
<kendo-numerictextbox
|
|
3735
|
+
#afterOccurances
|
|
3736
|
+
class="k-recur-count"
|
|
3737
|
+
[style.width.px]='70'
|
|
3738
|
+
[autoCorrect]='numericOptions.autoCorrect'
|
|
3739
|
+
[decimals]='0'
|
|
3740
|
+
[disabled]='isCountDisabled'
|
|
3741
|
+
[format]="numericOptions.format"
|
|
3742
|
+
[min]='numericOptions.min'
|
|
3743
|
+
[max]="numericOptions.max"
|
|
3744
|
+
[readonly]="numericOptions.readonly"
|
|
3745
|
+
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
3746
|
+
[spinners]="numericOptions.spinners"
|
|
3747
|
+
[step]="numericOptions.step"
|
|
3748
|
+
[title]="numericOptions.title"
|
|
3749
|
+
[(value)]='countValue'
|
|
3750
|
+
(blur)="onCountBlur()"
|
|
3751
|
+
(valueChange)='onCountChange($event)'
|
|
3752
|
+
>
|
|
3753
|
+
<kendo-numerictextbox-messages
|
|
3754
|
+
[increment]="textFor('numericIncrement')"
|
|
3755
|
+
[decrement]="textFor('numericDecrement')"
|
|
3756
|
+
>
|
|
3757
|
+
</kendo-numerictextbox-messages>
|
|
3758
|
+
</kendo-numerictextbox>
|
|
3759
|
+
<span>{{ textFor('endOccurrence') }}</span>
|
|
3760
|
+
</li>
|
|
3761
|
+
<li class='k-radio-list-item'>
|
|
3762
|
+
<span class="k-radio-wrap">
|
|
3763
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
3764
|
+
</span>
|
|
3765
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3766
|
+
<kendo-datepicker
|
|
3767
|
+
class="k-recur-until"
|
|
3768
|
+
[style.width.px]='150'
|
|
3769
|
+
[disabled]='isUntilDisabled'
|
|
3770
|
+
[activeView]="datePickerOptions.activeView"
|
|
3771
|
+
[bottomView]="datePickerOptions.bottomView"
|
|
3772
|
+
[disabledDatesValidation]="datePickerOptions.disabledDatesValidation"
|
|
3773
|
+
[focusedDate]="datePickerOptions.focusedDate"
|
|
3774
|
+
[format]="datePickerOptions.format"
|
|
3775
|
+
[formatPlaceholder]="datePickerOptions.formatPlaceHolder"
|
|
3776
|
+
[max]="datePickerOptions.max"
|
|
3777
|
+
[min]="datePickerOptions.min"
|
|
3778
|
+
[navigation]="datePickerOptions.navigation"
|
|
3779
|
+
[placeholder]="datePickerOptions.placeholder"
|
|
3780
|
+
[readOnlyInput]="datePickerOptions.readOnlyInput"
|
|
3781
|
+
[readonly]="datePickerOptions.readonly"
|
|
3782
|
+
[title]="datePickerOptions.title"
|
|
3783
|
+
[topView]="datePickerOptions.topView"
|
|
3784
|
+
[weekNumber]="datePickerOptions.weekNumber"
|
|
3785
|
+
[disabledDates]="datePickerOptions.disabledDates"
|
|
3786
|
+
[popupSettings]="datePickerOptions.popupSettings"
|
|
3787
|
+
[(value)]='untilValue'
|
|
3788
|
+
(blur)="onUntilBlur()"
|
|
3789
|
+
(valueChange)='onUntilChange($event)'
|
|
3790
|
+
>
|
|
3791
|
+
<kendo-datepicker-messages
|
|
3792
|
+
[today]="textFor('dateInputsToday')"
|
|
3793
|
+
[toggle]="textFor('dateInputsToggle')"
|
|
3794
|
+
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
3795
|
+
>
|
|
3796
|
+
</kendo-datepicker-messages>
|
|
3797
|
+
</kendo-datepicker>
|
|
3798
|
+
</li>
|
|
3799
|
+
</ul>
|
|
3892
3800
|
</div>
|
|
3893
3801
|
</div>
|
|
3894
|
-
`, isInline: true,
|
|
3895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3802
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i3.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { kind: "component", type: i3.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { kind: "component", type: i4$1.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i4$1.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "directive", type: i5.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }] });
|
|
3803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
3896
3804
|
type: Component,
|
|
3897
3805
|
args: [{
|
|
3898
|
-
selector: 'kendo-recurrence-
|
|
3806
|
+
selector: 'kendo-recurrence-end-rule-editor',
|
|
3899
3807
|
template: `
|
|
3900
3808
|
<div class="k-form-field">
|
|
3901
3809
|
<kendo-label
|
|
3902
|
-
[
|
|
3903
|
-
|
|
3810
|
+
[text]="textFor('endLabel')"
|
|
3811
|
+
(click)="onEndLabelClick()"
|
|
3904
3812
|
labelCssClass="k-form-label"
|
|
3905
|
-
(click)="intervalNumeric.focus()"
|
|
3906
3813
|
></kendo-label>
|
|
3907
3814
|
<div class="k-form-field-wrap">
|
|
3908
|
-
<
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3815
|
+
<ul class='k-radio-list'>
|
|
3816
|
+
<li class='k-radio-list-item'>
|
|
3817
|
+
<span class="k-radio-wrap">
|
|
3818
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-never-{{uniqueId}}' />
|
|
3819
|
+
</span>
|
|
3820
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-never-{{uniqueId}}'>{{ textFor('endNever') }}</label>
|
|
3821
|
+
</li>
|
|
3822
|
+
<li class='k-radio-list-item'>
|
|
3823
|
+
<span class="k-radio-wrap">
|
|
3824
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-count-{{uniqueId}}' />
|
|
3825
|
+
</span>
|
|
3826
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-count-{{uniqueId}}'>{{ textFor('endAfter') }}</label>
|
|
3827
|
+
<kendo-numerictextbox
|
|
3828
|
+
#afterOccurances
|
|
3829
|
+
class="k-recur-count"
|
|
3830
|
+
[style.width.px]='70'
|
|
3831
|
+
[autoCorrect]='numericOptions.autoCorrect'
|
|
3832
|
+
[decimals]='0'
|
|
3833
|
+
[disabled]='isCountDisabled'
|
|
3834
|
+
[format]="numericOptions.format"
|
|
3835
|
+
[min]='numericOptions.min'
|
|
3836
|
+
[max]="numericOptions.max"
|
|
3837
|
+
[readonly]="numericOptions.readonly"
|
|
3838
|
+
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
3839
|
+
[spinners]="numericOptions.spinners"
|
|
3840
|
+
[step]="numericOptions.step"
|
|
3841
|
+
[title]="numericOptions.title"
|
|
3842
|
+
[(value)]='countValue'
|
|
3843
|
+
(blur)="onCountBlur()"
|
|
3844
|
+
(valueChange)='onCountChange($event)'
|
|
3845
|
+
>
|
|
3846
|
+
<kendo-numerictextbox-messages
|
|
3847
|
+
[increment]="textFor('numericIncrement')"
|
|
3848
|
+
[decrement]="textFor('numericDecrement')"
|
|
3849
|
+
>
|
|
3850
|
+
</kendo-numerictextbox-messages>
|
|
3851
|
+
</kendo-numerictextbox>
|
|
3852
|
+
<span>{{ textFor('endOccurrence') }}</span>
|
|
3853
|
+
</li>
|
|
3854
|
+
<li class='k-radio-list-item'>
|
|
3855
|
+
<span class="k-radio-wrap">
|
|
3856
|
+
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
3857
|
+
</span>
|
|
3858
|
+
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
3859
|
+
<kendo-datepicker
|
|
3860
|
+
class="k-recur-until"
|
|
3861
|
+
[style.width.px]='150'
|
|
3862
|
+
[disabled]='isUntilDisabled'
|
|
3863
|
+
[activeView]="datePickerOptions.activeView"
|
|
3864
|
+
[bottomView]="datePickerOptions.bottomView"
|
|
3865
|
+
[disabledDatesValidation]="datePickerOptions.disabledDatesValidation"
|
|
3866
|
+
[focusedDate]="datePickerOptions.focusedDate"
|
|
3867
|
+
[format]="datePickerOptions.format"
|
|
3868
|
+
[formatPlaceholder]="datePickerOptions.formatPlaceHolder"
|
|
3869
|
+
[max]="datePickerOptions.max"
|
|
3870
|
+
[min]="datePickerOptions.min"
|
|
3871
|
+
[navigation]="datePickerOptions.navigation"
|
|
3872
|
+
[placeholder]="datePickerOptions.placeholder"
|
|
3873
|
+
[readOnlyInput]="datePickerOptions.readOnlyInput"
|
|
3874
|
+
[readonly]="datePickerOptions.readonly"
|
|
3875
|
+
[title]="datePickerOptions.title"
|
|
3876
|
+
[topView]="datePickerOptions.topView"
|
|
3877
|
+
[weekNumber]="datePickerOptions.weekNumber"
|
|
3878
|
+
[disabledDates]="datePickerOptions.disabledDates"
|
|
3879
|
+
[popupSettings]="datePickerOptions.popupSettings"
|
|
3880
|
+
[(value)]='untilValue'
|
|
3881
|
+
(blur)="onUntilBlur()"
|
|
3882
|
+
(valueChange)='onUntilChange($event)'
|
|
3883
|
+
>
|
|
3884
|
+
<kendo-datepicker-messages
|
|
3885
|
+
[today]="textFor('dateInputsToday')"
|
|
3886
|
+
[toggle]="textFor('dateInputsToggle')"
|
|
3887
|
+
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
3888
|
+
>
|
|
3889
|
+
</kendo-datepicker-messages>
|
|
3890
|
+
</kendo-datepicker>
|
|
3891
|
+
</li>
|
|
3892
|
+
</ul>
|
|
3932
3893
|
</div>
|
|
3933
3894
|
</div>
|
|
3934
3895
|
`
|
|
3935
3896
|
}]
|
|
3936
3897
|
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
|
|
3937
3898
|
type: HostBinding,
|
|
3938
|
-
args: ['class.k-scheduler-recurrence-
|
|
3899
|
+
args: ['class.k-scheduler-recurrence-end-rule-editor']
|
|
3939
3900
|
}], userNumericOptions: [{
|
|
3940
3901
|
type: Input
|
|
3902
|
+
}], userDatePickerOptions: [{
|
|
3903
|
+
type: Input
|
|
3904
|
+
}], endRuleRadioButtons: [{
|
|
3905
|
+
type: ViewChildren,
|
|
3906
|
+
args: [EndRuleRadioButtonDirective]
|
|
3941
3907
|
}] } });
|
|
3942
3908
|
|
|
3943
3909
|
/**
|
|
3944
3910
|
* @hidden
|
|
3945
3911
|
*/
|
|
3946
|
-
class
|
|
3912
|
+
class RecurrenceFrequencyEditorComponent {
|
|
3947
3913
|
constructor(recurrence, localization) {
|
|
3948
3914
|
this.recurrence = recurrence;
|
|
3949
3915
|
this.localization = localization;
|
|
3950
|
-
this.selected = [];
|
|
3951
|
-
this.weekDays = this.recurrence.weekDays;
|
|
3952
|
-
this.setSelectedDays();
|
|
3953
|
-
}
|
|
3954
|
-
setSelectedDays() {
|
|
3955
|
-
for (let i = 0; i < 7; i++) {
|
|
3956
|
-
this.selected[i] = false;
|
|
3957
|
-
}
|
|
3958
|
-
if (isPresent(this.rrule.byWeekDay)) {
|
|
3959
|
-
this.rrule.byWeekDay.forEach((rule) => {
|
|
3960
|
-
this.selected[rule.day] = true;
|
|
3961
|
-
});
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
onSelectedChange(isSelected, day) {
|
|
3965
|
-
this.selected[day] = isSelected;
|
|
3966
|
-
this.recurrence.setWeekDays(this.serializeToWeekDayRuleArray(this.selected));
|
|
3967
|
-
}
|
|
3968
|
-
isSelected(day) {
|
|
3969
|
-
return this.selected[day.value];
|
|
3970
3916
|
}
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
arr.forEach((isSelected, idx) => {
|
|
3974
|
-
if (isSelected) {
|
|
3975
|
-
selectedValues.push({ day: idx, offset: 0 });
|
|
3976
|
-
}
|
|
3977
|
-
});
|
|
3978
|
-
return selectedValues.length > 0 ? selectedValues : null;
|
|
3917
|
+
ngOnInit() {
|
|
3918
|
+
this.frequencies = this.recurrence.frequencies;
|
|
3979
3919
|
}
|
|
3980
|
-
get
|
|
3981
|
-
return this.recurrence.
|
|
3920
|
+
get selected() {
|
|
3921
|
+
return this.recurrence.frequency;
|
|
3982
3922
|
}
|
|
3983
|
-
|
|
3984
|
-
|
|
3923
|
+
onClick(newFreq) {
|
|
3924
|
+
if (newFreq.value !== this.selected) {
|
|
3925
|
+
this.recurrence.setFrequency(newFreq.value);
|
|
3926
|
+
}
|
|
3985
3927
|
}
|
|
3986
3928
|
textFor(key) {
|
|
3987
3929
|
return this.localization.get(key);
|
|
3988
3930
|
}
|
|
3989
|
-
|
|
3931
|
+
onFrequencyClick() {
|
|
3990
3932
|
const selected = this.weekDayButtons.toArray().find(r => r.selected);
|
|
3991
3933
|
if (selected) {
|
|
3992
3934
|
selected.focus();
|
|
3993
3935
|
}
|
|
3994
3936
|
}
|
|
3995
3937
|
}
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
<div class=
|
|
3938
|
+
RecurrenceFrequencyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceFrequencyEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3939
|
+
RecurrenceFrequencyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
|
|
3940
|
+
<div class='k-form-field'>
|
|
3999
3941
|
<kendo-label
|
|
4000
|
-
[text]="textFor('
|
|
3942
|
+
[text]="textFor('repeat')"
|
|
3943
|
+
(click)="onFrequencyClick()"
|
|
4001
3944
|
labelCssClass="k-form-label"
|
|
4002
|
-
(click)="onWeeklyRepeatOnClick()"
|
|
4003
3945
|
></kendo-label>
|
|
4004
3946
|
<div class="k-form-field-wrap">
|
|
4005
3947
|
<kendo-buttongroup
|
|
4006
|
-
class="k-button-group-solid"
|
|
3948
|
+
class="k-scheduler-recurrence-repeat k-button-group-solid"
|
|
4007
3949
|
width="100%"
|
|
4008
|
-
selection="
|
|
3950
|
+
selection="single"
|
|
4009
3951
|
>
|
|
4010
|
-
<button
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
(selectedChange)="onSelectedChange($event, day.value)"
|
|
4016
|
-
>{{ capitalize(day.text) }}</button>
|
|
3952
|
+
<button *ngFor='let freq of frequencies' kendoButton
|
|
3953
|
+
[togglable]="true"
|
|
3954
|
+
[selected]="freq.value === selected"
|
|
3955
|
+
(click)="onClick(freq)"
|
|
3956
|
+
>{{ freq.text }}</button>
|
|
4017
3957
|
</kendo-buttongroup>
|
|
4018
3958
|
</div>
|
|
4019
3959
|
</div>
|
|
4020
|
-
`, isInline: true,
|
|
4021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3960
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
|
|
3961
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceFrequencyEditorComponent, decorators: [{
|
|
4022
3962
|
type: Component,
|
|
4023
3963
|
args: [{
|
|
4024
|
-
selector: 'kendo-recurrence-
|
|
3964
|
+
selector: 'kendo-recurrence-frequency-editor',
|
|
4025
3965
|
template: `
|
|
4026
|
-
<div class=
|
|
3966
|
+
<div class='k-form-field'>
|
|
4027
3967
|
<kendo-label
|
|
4028
|
-
[text]="textFor('
|
|
3968
|
+
[text]="textFor('repeat')"
|
|
3969
|
+
(click)="onFrequencyClick()"
|
|
4029
3970
|
labelCssClass="k-form-label"
|
|
4030
|
-
(click)="onWeeklyRepeatOnClick()"
|
|
4031
3971
|
></kendo-label>
|
|
4032
3972
|
<div class="k-form-field-wrap">
|
|
4033
3973
|
<kendo-buttongroup
|
|
4034
|
-
class="k-button-group-solid"
|
|
3974
|
+
class="k-scheduler-recurrence-repeat k-button-group-solid"
|
|
4035
3975
|
width="100%"
|
|
4036
|
-
selection="
|
|
3976
|
+
selection="single"
|
|
4037
3977
|
>
|
|
4038
|
-
<button
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
(selectedChange)="onSelectedChange($event, day.value)"
|
|
4044
|
-
>{{ capitalize(day.text) }}</button>
|
|
3978
|
+
<button *ngFor='let freq of frequencies' kendoButton
|
|
3979
|
+
[togglable]="true"
|
|
3980
|
+
[selected]="freq.value === selected"
|
|
3981
|
+
(click)="onClick(freq)"
|
|
3982
|
+
>{{ freq.text }}</button>
|
|
4045
3983
|
</kendo-buttongroup>
|
|
4046
3984
|
</div>
|
|
4047
3985
|
</div>
|
|
@@ -4055,92 +3993,244 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4055
3993
|
/**
|
|
4056
3994
|
* @hidden
|
|
4057
3995
|
*/
|
|
4058
|
-
class
|
|
4059
|
-
constructor(el, renderer, recurrence, changeDetector) {
|
|
4060
|
-
this.el = el;
|
|
4061
|
-
this.renderer = renderer;
|
|
4062
|
-
this.recurrence = recurrence;
|
|
4063
|
-
this.changeDetector = changeDetector;
|
|
4064
|
-
this.type = 'radio';
|
|
4065
|
-
this.radioClass = true;
|
|
4066
|
-
this.radioSizeClass = true;
|
|
4067
|
-
this.destroyClick = this.renderer.listen(this.elem, 'click', this.onClick.bind(this));
|
|
4068
|
-
}
|
|
4069
|
-
set repeatOnRule(value) {
|
|
4070
|
-
const parts = value.split('-');
|
|
4071
|
-
this._repeatOnRule = parts[0];
|
|
4072
|
-
this._uniqueId = parts[1];
|
|
4073
|
-
}
|
|
4074
|
-
ngOnInit() {
|
|
4075
|
-
this.renderer.setAttribute(this.elem, 'id', `k-repeaton-${this._repeatOnRule}-${this._uniqueId}`);
|
|
4076
|
-
this.renderer.setAttribute(this.elem, 'name', `day-${this._uniqueId}`);
|
|
4077
|
-
}
|
|
4078
|
-
ngAfterContentChecked() {
|
|
4079
|
-
this.setCheckedState();
|
|
4080
|
-
}
|
|
4081
|
-
ngOnDestroy() {
|
|
4082
|
-
if (this.destroyClick) {
|
|
4083
|
-
this.destroyClick();
|
|
4084
|
-
}
|
|
4085
|
-
}
|
|
4086
|
-
onClick() {
|
|
4087
|
-
if (this.elem.checked) {
|
|
4088
|
-
this.recurrence.repeatOnRule = this._repeatOnRule;
|
|
4089
|
-
this.changeDetector.markForCheck();
|
|
4090
|
-
}
|
|
4091
|
-
}
|
|
4092
|
-
setCheckedState() {
|
|
4093
|
-
const isChecked = this._repeatOnRule === this.recurrence.repeatOnRule;
|
|
4094
|
-
this.renderer.setProperty(this.elem, 'checked', isChecked);
|
|
4095
|
-
}
|
|
4096
|
-
get elem() {
|
|
4097
|
-
return this.el.nativeElement;
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
RepeatOnRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatOnRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4101
|
-
RepeatOnRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: { repeatOnRule: ["kendoRecurrenceRepeatOnRadioButton", "repeatOnRule"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
|
|
4102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatOnRadioButtonDirective, decorators: [{
|
|
4103
|
-
type: Directive,
|
|
4104
|
-
args: [{
|
|
4105
|
-
selector: '[kendoRecurrenceRepeatOnRadioButton]'
|
|
4106
|
-
}]
|
|
4107
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
|
|
4108
|
-
type: HostBinding,
|
|
4109
|
-
args: ['attr.type']
|
|
4110
|
-
}], radioClass: [{
|
|
4111
|
-
type: HostBinding,
|
|
4112
|
-
args: ['class.k-radio']
|
|
4113
|
-
}], radioSizeClass: [{
|
|
4114
|
-
type: HostBinding,
|
|
4115
|
-
args: ['class.k-radio-md']
|
|
4116
|
-
}], repeatOnRule: [{
|
|
4117
|
-
type: Input,
|
|
4118
|
-
args: ["kendoRecurrenceRepeatOnRadioButton"]
|
|
4119
|
-
}] } });
|
|
4120
|
-
|
|
4121
|
-
/**
|
|
4122
|
-
* @hidden
|
|
4123
|
-
*/
|
|
4124
|
-
class RecurrenceMonthlyYearlyEditorComponent {
|
|
3996
|
+
class RecurrenceIntervalEditorComponent {
|
|
4125
3997
|
constructor(recurrence, localization) {
|
|
4126
3998
|
this.recurrence = recurrence;
|
|
4127
3999
|
this.localization = localization;
|
|
4128
|
-
this.
|
|
4000
|
+
this.cssClass = true;
|
|
4129
4001
|
this.numericOptions = {
|
|
4130
4002
|
min: 1,
|
|
4131
|
-
max: 31,
|
|
4132
4003
|
format: '#',
|
|
4133
4004
|
autoCorrect: true,
|
|
4134
4005
|
step: 1,
|
|
4135
4006
|
spinners: true
|
|
4136
4007
|
};
|
|
4137
|
-
this.
|
|
4138
|
-
this.subscribeEventHandlers();
|
|
4008
|
+
this.intervalValue = this.recurrence.rrule.interval || 1;
|
|
4139
4009
|
}
|
|
4140
4010
|
set userNumericOptions(options) {
|
|
4141
4011
|
this.numericOptions = { ...this.numericOptions, ...options };
|
|
4142
4012
|
}
|
|
4143
|
-
|
|
4013
|
+
get currentFreq() {
|
|
4014
|
+
return this.recurrence.frequency;
|
|
4015
|
+
}
|
|
4016
|
+
onIntervalChange(newInterval) {
|
|
4017
|
+
if (isPresent(newInterval)) {
|
|
4018
|
+
this.recurrence.interval = newInterval;
|
|
4019
|
+
}
|
|
4020
|
+
}
|
|
4021
|
+
onIntervalBlur() {
|
|
4022
|
+
if (!isPresent(this.intervalValue)) {
|
|
4023
|
+
this.recurrence.interval = this.intervalValue = 1;
|
|
4024
|
+
}
|
|
4025
|
+
}
|
|
4026
|
+
textForRepeatEvery() {
|
|
4027
|
+
const freq = this.currentFreq;
|
|
4028
|
+
switch (freq) {
|
|
4029
|
+
case 'daily':
|
|
4030
|
+
return this.textFor('dailyRepeatEvery');
|
|
4031
|
+
case 'weekly':
|
|
4032
|
+
return this.textFor('weeklyRepeatEvery');
|
|
4033
|
+
case 'monthly':
|
|
4034
|
+
return this.textFor('monthlyRepeatEvery');
|
|
4035
|
+
case 'yearly':
|
|
4036
|
+
return this.textFor('yearlyRepeatEvery');
|
|
4037
|
+
default:
|
|
4038
|
+
break;
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
textForFrequency() {
|
|
4042
|
+
const freq = this.currentFreq;
|
|
4043
|
+
switch (freq) {
|
|
4044
|
+
case 'daily':
|
|
4045
|
+
return this.textFor('dailyInterval');
|
|
4046
|
+
case 'weekly':
|
|
4047
|
+
return this.textFor('weeklyInterval');
|
|
4048
|
+
case 'monthly':
|
|
4049
|
+
return this.textFor('monthlyInterval');
|
|
4050
|
+
case 'yearly':
|
|
4051
|
+
return this.textFor('yearlyInterval');
|
|
4052
|
+
default:
|
|
4053
|
+
break;
|
|
4054
|
+
}
|
|
4055
|
+
}
|
|
4056
|
+
textFor(key) {
|
|
4057
|
+
return this.localization.get(key);
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
4060
|
+
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4061
|
+
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
|
|
4062
|
+
<div class="k-form-field">
|
|
4063
|
+
<kendo-label
|
|
4064
|
+
[for]="intervalNumeric"
|
|
4065
|
+
[text]="textForRepeatEvery()"
|
|
4066
|
+
labelCssClass="k-form-label"
|
|
4067
|
+
(click)="intervalNumeric.focus()"
|
|
4068
|
+
></kendo-label>
|
|
4069
|
+
<div class="k-form-field-wrap">
|
|
4070
|
+
<kendo-numerictextbox
|
|
4071
|
+
#intervalNumeric
|
|
4072
|
+
class="k-recur-interval"
|
|
4073
|
+
[min]="numericOptions.min"
|
|
4074
|
+
[max]="numericOptions.max"
|
|
4075
|
+
[decimals]="0"
|
|
4076
|
+
[format]="numericOptions.format"
|
|
4077
|
+
[autoCorrect]="numericOptions.autoCorrect"
|
|
4078
|
+
[readonly]="numericOptions.readonly"
|
|
4079
|
+
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
4080
|
+
[spinners]="numericOptions.spinners"
|
|
4081
|
+
[step]="numericOptions.step"
|
|
4082
|
+
[title]="numericOptions.title"
|
|
4083
|
+
[(value)]="intervalValue"
|
|
4084
|
+
(blur)="onIntervalBlur()"
|
|
4085
|
+
(valueChange)="onIntervalChange($event)"
|
|
4086
|
+
>
|
|
4087
|
+
<kendo-numerictextbox-messages
|
|
4088
|
+
[increment]="textFor('numericIncrement')"
|
|
4089
|
+
[decrement]="textFor('numericDecrement')"
|
|
4090
|
+
>
|
|
4091
|
+
</kendo-numerictextbox-messages>
|
|
4092
|
+
</kendo-numerictextbox>
|
|
4093
|
+
<span> {{ textForFrequency() }}</span>
|
|
4094
|
+
</div>
|
|
4095
|
+
</div>
|
|
4096
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4$1.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i4$1.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
|
|
4097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
|
|
4098
|
+
type: Component,
|
|
4099
|
+
args: [{
|
|
4100
|
+
selector: 'kendo-recurrence-interval-editor',
|
|
4101
|
+
template: `
|
|
4102
|
+
<div class="k-form-field">
|
|
4103
|
+
<kendo-label
|
|
4104
|
+
[for]="intervalNumeric"
|
|
4105
|
+
[text]="textForRepeatEvery()"
|
|
4106
|
+
labelCssClass="k-form-label"
|
|
4107
|
+
(click)="intervalNumeric.focus()"
|
|
4108
|
+
></kendo-label>
|
|
4109
|
+
<div class="k-form-field-wrap">
|
|
4110
|
+
<kendo-numerictextbox
|
|
4111
|
+
#intervalNumeric
|
|
4112
|
+
class="k-recur-interval"
|
|
4113
|
+
[min]="numericOptions.min"
|
|
4114
|
+
[max]="numericOptions.max"
|
|
4115
|
+
[decimals]="0"
|
|
4116
|
+
[format]="numericOptions.format"
|
|
4117
|
+
[autoCorrect]="numericOptions.autoCorrect"
|
|
4118
|
+
[readonly]="numericOptions.readonly"
|
|
4119
|
+
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
4120
|
+
[spinners]="numericOptions.spinners"
|
|
4121
|
+
[step]="numericOptions.step"
|
|
4122
|
+
[title]="numericOptions.title"
|
|
4123
|
+
[(value)]="intervalValue"
|
|
4124
|
+
(blur)="onIntervalBlur()"
|
|
4125
|
+
(valueChange)="onIntervalChange($event)"
|
|
4126
|
+
>
|
|
4127
|
+
<kendo-numerictextbox-messages
|
|
4128
|
+
[increment]="textFor('numericIncrement')"
|
|
4129
|
+
[decrement]="textFor('numericDecrement')"
|
|
4130
|
+
>
|
|
4131
|
+
</kendo-numerictextbox-messages>
|
|
4132
|
+
</kendo-numerictextbox>
|
|
4133
|
+
<span> {{ textForFrequency() }}</span>
|
|
4134
|
+
</div>
|
|
4135
|
+
</div>
|
|
4136
|
+
`
|
|
4137
|
+
}]
|
|
4138
|
+
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { cssClass: [{
|
|
4139
|
+
type: HostBinding,
|
|
4140
|
+
args: ['class.k-scheduler-recurrence-interval-editor']
|
|
4141
|
+
}], userNumericOptions: [{
|
|
4142
|
+
type: Input
|
|
4143
|
+
}] } });
|
|
4144
|
+
|
|
4145
|
+
/**
|
|
4146
|
+
* @hidden
|
|
4147
|
+
*/
|
|
4148
|
+
class RepeatOnRadioButtonDirective {
|
|
4149
|
+
constructor(el, renderer, recurrence, changeDetector) {
|
|
4150
|
+
this.el = el;
|
|
4151
|
+
this.renderer = renderer;
|
|
4152
|
+
this.recurrence = recurrence;
|
|
4153
|
+
this.changeDetector = changeDetector;
|
|
4154
|
+
this.type = 'radio';
|
|
4155
|
+
this.radioClass = true;
|
|
4156
|
+
this.radioSizeClass = true;
|
|
4157
|
+
this.destroyClick = this.renderer.listen(this.elem, 'click', this.onClick.bind(this));
|
|
4158
|
+
}
|
|
4159
|
+
set repeatOnRule(value) {
|
|
4160
|
+
const parts = value.split('-');
|
|
4161
|
+
this._repeatOnRule = parts[0];
|
|
4162
|
+
this._uniqueId = parts[1];
|
|
4163
|
+
}
|
|
4164
|
+
ngOnInit() {
|
|
4165
|
+
this.renderer.setAttribute(this.elem, 'id', `k-repeaton-${this._repeatOnRule}-${this._uniqueId}`);
|
|
4166
|
+
this.renderer.setAttribute(this.elem, 'name', `day-${this._uniqueId}`);
|
|
4167
|
+
}
|
|
4168
|
+
ngAfterContentChecked() {
|
|
4169
|
+
this.setCheckedState();
|
|
4170
|
+
}
|
|
4171
|
+
ngOnDestroy() {
|
|
4172
|
+
if (this.destroyClick) {
|
|
4173
|
+
this.destroyClick();
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
onClick() {
|
|
4177
|
+
if (this.elem.checked) {
|
|
4178
|
+
this.recurrence.repeatOnRule = this._repeatOnRule;
|
|
4179
|
+
this.changeDetector.markForCheck();
|
|
4180
|
+
}
|
|
4181
|
+
}
|
|
4182
|
+
setCheckedState() {
|
|
4183
|
+
const isChecked = this._repeatOnRule === this.recurrence.repeatOnRule;
|
|
4184
|
+
this.renderer.setProperty(this.elem, 'checked', isChecked);
|
|
4185
|
+
}
|
|
4186
|
+
get elem() {
|
|
4187
|
+
return this.el.nativeElement;
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
RepeatOnRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RepeatOnRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4191
|
+
RepeatOnRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: { repeatOnRule: ["kendoRecurrenceRepeatOnRadioButton", "repeatOnRule"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
|
|
4192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RepeatOnRadioButtonDirective, decorators: [{
|
|
4193
|
+
type: Directive,
|
|
4194
|
+
args: [{
|
|
4195
|
+
selector: '[kendoRecurrenceRepeatOnRadioButton]'
|
|
4196
|
+
}]
|
|
4197
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
|
|
4198
|
+
type: HostBinding,
|
|
4199
|
+
args: ['attr.type']
|
|
4200
|
+
}], radioClass: [{
|
|
4201
|
+
type: HostBinding,
|
|
4202
|
+
args: ['class.k-radio']
|
|
4203
|
+
}], radioSizeClass: [{
|
|
4204
|
+
type: HostBinding,
|
|
4205
|
+
args: ['class.k-radio-md']
|
|
4206
|
+
}], repeatOnRule: [{
|
|
4207
|
+
type: Input,
|
|
4208
|
+
args: ["kendoRecurrenceRepeatOnRadioButton"]
|
|
4209
|
+
}] } });
|
|
4210
|
+
|
|
4211
|
+
/**
|
|
4212
|
+
* @hidden
|
|
4213
|
+
*/
|
|
4214
|
+
class RecurrenceMonthlyYearlyEditorComponent {
|
|
4215
|
+
constructor(recurrence, localization) {
|
|
4216
|
+
this.recurrence = recurrence;
|
|
4217
|
+
this.localization = localization;
|
|
4218
|
+
this.uniqueId = this.recurrence.getUniqueId();
|
|
4219
|
+
this.numericOptions = {
|
|
4220
|
+
min: 1,
|
|
4221
|
+
max: 31,
|
|
4222
|
+
format: '#',
|
|
4223
|
+
autoCorrect: true,
|
|
4224
|
+
step: 1,
|
|
4225
|
+
spinners: true
|
|
4226
|
+
};
|
|
4227
|
+
this.setInitialValues();
|
|
4228
|
+
this.subscribeEventHandlers();
|
|
4229
|
+
}
|
|
4230
|
+
set userNumericOptions(options) {
|
|
4231
|
+
this.numericOptions = { ...this.numericOptions, ...options };
|
|
4232
|
+
}
|
|
4233
|
+
setInitialValues() {
|
|
4144
4234
|
this.extendedWeekDays = this.recurrence.extendedWeekDays;
|
|
4145
4235
|
this.offsetPositions = this.recurrence.offsetPositions;
|
|
4146
4236
|
this.currentOffset = this.defaultOffset;
|
|
@@ -4337,8 +4427,8 @@ class RecurrenceMonthlyYearlyEditorComponent {
|
|
|
4337
4427
|
}
|
|
4338
4428
|
}
|
|
4339
4429
|
}
|
|
4340
|
-
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4341
|
-
RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4430
|
+
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4431
|
+
RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
4342
4432
|
<div class='k-form-field'>
|
|
4343
4433
|
<kendo-label
|
|
4344
4434
|
[text]="textForRepeatOn()"
|
|
@@ -4440,8 +4530,8 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
4440
4530
|
</ul>
|
|
4441
4531
|
</div>
|
|
4442
4532
|
</div>
|
|
4443
|
-
`, isInline: true,
|
|
4444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4533
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: i4$1.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { kind: "component", type: i2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i5.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }] });
|
|
4534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
4445
4535
|
type: Component,
|
|
4446
4536
|
args: [{
|
|
4447
4537
|
selector: 'kendo-recurrence-monthly-yearly-editor',
|
|
@@ -4559,375 +4649,123 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4559
4649
|
/**
|
|
4560
4650
|
* @hidden
|
|
4561
4651
|
*/
|
|
4562
|
-
class
|
|
4563
|
-
constructor(el, renderer, recurrence, changeDetector) {
|
|
4564
|
-
this.el = el;
|
|
4565
|
-
this.renderer = renderer;
|
|
4566
|
-
this.recurrence = recurrence;
|
|
4567
|
-
this.changeDetector = changeDetector;
|
|
4568
|
-
this.type = 'radio';
|
|
4569
|
-
this.radioClass = true;
|
|
4570
|
-
this.radioSizeClass = true;
|
|
4571
|
-
this.destroyClick = this.renderer.listen(this.elem, 'click', this.onClick.bind(this));
|
|
4572
|
-
}
|
|
4573
|
-
ngOnInit() {
|
|
4574
|
-
this.endRule = this.endRuleId.split('-')[2];
|
|
4575
|
-
this.renderer.setAttribute(this.elem, 'id', this.endRuleId);
|
|
4576
|
-
this.renderer.setAttribute(this.elem, 'name', `end-${this.endRuleId.split('-').pop()}`);
|
|
4577
|
-
}
|
|
4578
|
-
ngAfterContentChecked() {
|
|
4579
|
-
this.setCheckedState();
|
|
4580
|
-
}
|
|
4581
|
-
ngOnDestroy() {
|
|
4582
|
-
if (this.destroyClick) {
|
|
4583
|
-
this.destroyClick();
|
|
4584
|
-
}
|
|
4585
|
-
}
|
|
4586
|
-
onClick() {
|
|
4587
|
-
if (this.elem.checked) {
|
|
4588
|
-
this.recurrence.endRule = this.endRule;
|
|
4589
|
-
this.changeDetector.markForCheck();
|
|
4590
|
-
}
|
|
4591
|
-
}
|
|
4592
|
-
setCheckedState() {
|
|
4593
|
-
const isChecked = this.endRule === this.recurrence.endRule;
|
|
4594
|
-
this.renderer.setProperty(this.elem, 'checked', isChecked);
|
|
4595
|
-
}
|
|
4596
|
-
get elem() {
|
|
4597
|
-
return this.el.nativeElement;
|
|
4598
|
-
}
|
|
4599
|
-
}
|
|
4600
|
-
EndRuleRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EndRuleRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: RecurrenceService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4601
|
-
EndRuleRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: { endRuleId: ["kendoRecurrenceEndRuleRadioButton", "endRuleId"] }, host: { properties: { "attr.type": "this.type", "class.k-radio": "this.radioClass", "class.k-radio-md": "this.radioSizeClass" } }, ngImport: i0 });
|
|
4602
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EndRuleRadioButtonDirective, decorators: [{
|
|
4603
|
-
type: Directive,
|
|
4604
|
-
args: [{
|
|
4605
|
-
selector: '[kendoRecurrenceEndRuleRadioButton]'
|
|
4606
|
-
}]
|
|
4607
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: RecurrenceService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { type: [{
|
|
4608
|
-
type: HostBinding,
|
|
4609
|
-
args: ['attr.type']
|
|
4610
|
-
}], radioClass: [{
|
|
4611
|
-
type: HostBinding,
|
|
4612
|
-
args: ['class.k-radio']
|
|
4613
|
-
}], radioSizeClass: [{
|
|
4614
|
-
type: HostBinding,
|
|
4615
|
-
args: ['class.k-radio-md']
|
|
4616
|
-
}], endRuleId: [{
|
|
4617
|
-
type: Input,
|
|
4618
|
-
args: ["kendoRecurrenceEndRuleRadioButton"]
|
|
4619
|
-
}] } });
|
|
4620
|
-
|
|
4621
|
-
/**
|
|
4622
|
-
* @hidden
|
|
4623
|
-
*/
|
|
4624
|
-
class RecurrenceEndRuleEditorComponent {
|
|
4652
|
+
class RecurrenceWeekdayRuleEditorComponent {
|
|
4625
4653
|
constructor(recurrence, localization) {
|
|
4626
4654
|
this.recurrence = recurrence;
|
|
4627
4655
|
this.localization = localization;
|
|
4628
|
-
this.
|
|
4629
|
-
this.
|
|
4630
|
-
|
|
4631
|
-
format: '#',
|
|
4632
|
-
autoCorrect: true,
|
|
4633
|
-
step: 1,
|
|
4634
|
-
spinners: true
|
|
4635
|
-
};
|
|
4636
|
-
this.datePickerOptions = {
|
|
4637
|
-
activeView: 'month',
|
|
4638
|
-
bottomView: 'month',
|
|
4639
|
-
topView: 'century',
|
|
4640
|
-
disabledDatesValidation: true,
|
|
4641
|
-
navigation: true,
|
|
4642
|
-
format: 'd'
|
|
4643
|
-
};
|
|
4644
|
-
this.uniqueId = this.recurrence.getUniqueId();
|
|
4645
|
-
this.setInitialValues();
|
|
4646
|
-
this.subscribeChanges();
|
|
4647
|
-
}
|
|
4648
|
-
set userNumericOptions(options) {
|
|
4649
|
-
this.numericOptions = { ...this.numericOptions, ...options };
|
|
4650
|
-
}
|
|
4651
|
-
set userDatePickerOptions(options) {
|
|
4652
|
-
this.datePickerOptions = { ...this.datePickerOptions, ...options };
|
|
4653
|
-
}
|
|
4654
|
-
ngOnDestroy() {
|
|
4655
|
-
if (this.subscriptions) {
|
|
4656
|
-
this.subscriptions.unsubscribe();
|
|
4657
|
-
}
|
|
4656
|
+
this.selected = [];
|
|
4657
|
+
this.weekDays = this.recurrence.weekDays;
|
|
4658
|
+
this.setSelectedDays();
|
|
4658
4659
|
}
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
this.
|
|
4660
|
+
setSelectedDays() {
|
|
4661
|
+
for (let i = 0; i < 7; i++) {
|
|
4662
|
+
this.selected[i] = false;
|
|
4662
4663
|
}
|
|
4663
|
-
|
|
4664
|
-
this.
|
|
4664
|
+
if (isPresent(this.rrule.byWeekDay)) {
|
|
4665
|
+
this.rrule.byWeekDay.forEach((rule) => {
|
|
4666
|
+
this.selected[rule.day] = true;
|
|
4667
|
+
});
|
|
4665
4668
|
}
|
|
4666
4669
|
}
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
get isCountDisabled() {
|
|
4671
|
-
return this.recurrence.endRule !== 'count';
|
|
4672
|
-
}
|
|
4673
|
-
get isUntilDisabled() {
|
|
4674
|
-
return this.recurrence.endRule !== 'until';
|
|
4670
|
+
onSelectedChange(isSelected, day) {
|
|
4671
|
+
this.selected[day] = isSelected;
|
|
4672
|
+
this.recurrence.setWeekDays(this.serializeToWeekDayRuleArray(this.selected));
|
|
4675
4673
|
}
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
this.recurrence.count = value;
|
|
4679
|
-
}
|
|
4674
|
+
isSelected(day) {
|
|
4675
|
+
return this.selected[day.value];
|
|
4680
4676
|
}
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4677
|
+
serializeToWeekDayRuleArray(arr) {
|
|
4678
|
+
const selectedValues = [];
|
|
4679
|
+
arr.forEach((isSelected, idx) => {
|
|
4680
|
+
if (isSelected) {
|
|
4681
|
+
selectedValues.push({ day: idx, offset: 0 });
|
|
4682
|
+
}
|
|
4683
|
+
});
|
|
4684
|
+
return selectedValues.length > 0 ? selectedValues : null;
|
|
4685
4685
|
}
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
this.recurrence.until = this.createUntil(value);
|
|
4689
|
-
}
|
|
4686
|
+
get rrule() {
|
|
4687
|
+
return this.recurrence.rrule;
|
|
4690
4688
|
}
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
this.recurrence.until = this.untilValue = this.createUntil(this.recurrence.start);
|
|
4694
|
-
}
|
|
4689
|
+
capitalize(day) {
|
|
4690
|
+
return capitalize(day);
|
|
4695
4691
|
}
|
|
4696
4692
|
textFor(key) {
|
|
4697
4693
|
return this.localization.get(key);
|
|
4698
4694
|
}
|
|
4699
|
-
|
|
4700
|
-
const selected = this.
|
|
4695
|
+
onWeeklyRepeatOnClick() {
|
|
4696
|
+
const selected = this.weekDayButtons.toArray().find(r => r.selected);
|
|
4701
4697
|
if (selected) {
|
|
4702
|
-
selected.
|
|
4698
|
+
selected.focus();
|
|
4703
4699
|
}
|
|
4704
4700
|
}
|
|
4705
|
-
setInitialValues() {
|
|
4706
|
-
this.countValue = this.rrule.count || 1;
|
|
4707
|
-
const currentUntil = this.recurrence.until;
|
|
4708
|
-
const currentStart = this.recurrence.start;
|
|
4709
|
-
this.untilValue = isPresent(currentUntil) ? currentUntil : this.createUntil(currentStart);
|
|
4710
|
-
}
|
|
4711
|
-
subscribeChanges() {
|
|
4712
|
-
this.subscriptions = this.recurrence.endRuleChange.subscribe((endRule) => {
|
|
4713
|
-
this.setEndRule(endRule);
|
|
4714
|
-
});
|
|
4715
|
-
this.subscriptions.add(this.recurrence.frequencyChange.subscribe(() => {
|
|
4716
|
-
this.setInitialValues();
|
|
4717
|
-
}));
|
|
4718
|
-
}
|
|
4719
|
-
createUntil(until) {
|
|
4720
|
-
// Read the until date as UTC date parts to avoid interfering with the local time zone.
|
|
4721
|
-
const untilDate = toUTCDate(until);
|
|
4722
|
-
untilDate.setUTCDate(untilDate.getUTCDate() + 1);
|
|
4723
|
-
// Convert to the scheduler time zone.
|
|
4724
|
-
return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
|
|
4725
|
-
}
|
|
4726
4701
|
}
|
|
4727
|
-
|
|
4728
|
-
|
|
4702
|
+
RecurrenceWeekdayRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4703
|
+
RecurrenceWeekdayRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor", viewQueries: [{ propertyName: "weekDayButtons", predicate: Button, descendants: true }], ngImport: i0, template: `
|
|
4729
4704
|
<div class="k-form-field">
|
|
4730
4705
|
<kendo-label
|
|
4731
|
-
[text]="textFor('
|
|
4732
|
-
(click)="onEndLabelClick()"
|
|
4706
|
+
[text]="textFor('weeklyRepeatOn')"
|
|
4733
4707
|
labelCssClass="k-form-label"
|
|
4708
|
+
(click)="onWeeklyRepeatOnClick()"
|
|
4734
4709
|
></kendo-label>
|
|
4735
4710
|
<div class="k-form-field-wrap">
|
|
4736
|
-
<
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
#afterOccurances
|
|
4750
|
-
class="k-recur-count"
|
|
4751
|
-
[style.width.px]='70'
|
|
4752
|
-
[autoCorrect]='numericOptions.autoCorrect'
|
|
4753
|
-
[decimals]='0'
|
|
4754
|
-
[disabled]='isCountDisabled'
|
|
4755
|
-
[format]="numericOptions.format"
|
|
4756
|
-
[min]='numericOptions.min'
|
|
4757
|
-
[max]="numericOptions.max"
|
|
4758
|
-
[readonly]="numericOptions.readonly"
|
|
4759
|
-
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
4760
|
-
[spinners]="numericOptions.spinners"
|
|
4761
|
-
[step]="numericOptions.step"
|
|
4762
|
-
[title]="numericOptions.title"
|
|
4763
|
-
[(value)]='countValue'
|
|
4764
|
-
(blur)="onCountBlur()"
|
|
4765
|
-
(valueChange)='onCountChange($event)'
|
|
4766
|
-
>
|
|
4767
|
-
<kendo-numerictextbox-messages
|
|
4768
|
-
[increment]="textFor('numericIncrement')"
|
|
4769
|
-
[decrement]="textFor('numericDecrement')"
|
|
4770
|
-
>
|
|
4771
|
-
</kendo-numerictextbox-messages>
|
|
4772
|
-
</kendo-numerictextbox>
|
|
4773
|
-
<span>{{ textFor('endOccurrence') }}</span>
|
|
4774
|
-
</li>
|
|
4775
|
-
<li class='k-radio-list-item'>
|
|
4776
|
-
<span class="k-radio-wrap">
|
|
4777
|
-
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
4778
|
-
</span>
|
|
4779
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
4780
|
-
<kendo-datepicker
|
|
4781
|
-
class="k-recur-until"
|
|
4782
|
-
[style.width.px]='150'
|
|
4783
|
-
[disabled]='isUntilDisabled'
|
|
4784
|
-
[activeView]="datePickerOptions.activeView"
|
|
4785
|
-
[bottomView]="datePickerOptions.bottomView"
|
|
4786
|
-
[disabledDatesValidation]="datePickerOptions.disabledDatesValidation"
|
|
4787
|
-
[focusedDate]="datePickerOptions.focusedDate"
|
|
4788
|
-
[format]="datePickerOptions.format"
|
|
4789
|
-
[formatPlaceholder]="datePickerOptions.formatPlaceHolder"
|
|
4790
|
-
[max]="datePickerOptions.max"
|
|
4791
|
-
[min]="datePickerOptions.min"
|
|
4792
|
-
[navigation]="datePickerOptions.navigation"
|
|
4793
|
-
[placeholder]="datePickerOptions.placeholder"
|
|
4794
|
-
[readOnlyInput]="datePickerOptions.readOnlyInput"
|
|
4795
|
-
[readonly]="datePickerOptions.readonly"
|
|
4796
|
-
[title]="datePickerOptions.title"
|
|
4797
|
-
[topView]="datePickerOptions.topView"
|
|
4798
|
-
[weekNumber]="datePickerOptions.weekNumber"
|
|
4799
|
-
[disabledDates]="datePickerOptions.disabledDates"
|
|
4800
|
-
[popupSettings]="datePickerOptions.popupSettings"
|
|
4801
|
-
[(value)]='untilValue'
|
|
4802
|
-
(blur)="onUntilBlur()"
|
|
4803
|
-
(valueChange)='onUntilChange($event)'
|
|
4804
|
-
>
|
|
4805
|
-
<kendo-datepicker-messages
|
|
4806
|
-
[today]="textFor('dateInputsToday')"
|
|
4807
|
-
[toggle]="textFor('dateInputsToggle')"
|
|
4808
|
-
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
4809
|
-
>
|
|
4810
|
-
</kendo-datepicker-messages>
|
|
4811
|
-
</kendo-datepicker>
|
|
4812
|
-
</li>
|
|
4813
|
-
</ul>
|
|
4711
|
+
<kendo-buttongroup
|
|
4712
|
+
class="k-button-group-solid"
|
|
4713
|
+
width="100%"
|
|
4714
|
+
selection="multiple"
|
|
4715
|
+
>
|
|
4716
|
+
<button
|
|
4717
|
+
*ngFor='let day of weekDays'
|
|
4718
|
+
kendoButton
|
|
4719
|
+
[toggleable]="true"
|
|
4720
|
+
[selected]="isSelected(day)"
|
|
4721
|
+
(selectedChange)="onSelectedChange($event, day.value)"
|
|
4722
|
+
>{{ capitalize(day.text) }}</button>
|
|
4723
|
+
</kendo-buttongroup>
|
|
4814
4724
|
</div>
|
|
4815
4725
|
</div>
|
|
4816
|
-
`, isInline: true,
|
|
4817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4726
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }] });
|
|
4727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceWeekdayRuleEditorComponent, decorators: [{
|
|
4818
4728
|
type: Component,
|
|
4819
4729
|
args: [{
|
|
4820
|
-
selector: 'kendo-recurrence-
|
|
4730
|
+
selector: 'kendo-recurrence-weekday-rule-editor',
|
|
4821
4731
|
template: `
|
|
4822
4732
|
<div class="k-form-field">
|
|
4823
4733
|
<kendo-label
|
|
4824
|
-
[text]="textFor('
|
|
4825
|
-
(click)="onEndLabelClick()"
|
|
4734
|
+
[text]="textFor('weeklyRepeatOn')"
|
|
4826
4735
|
labelCssClass="k-form-label"
|
|
4736
|
+
(click)="onWeeklyRepeatOnClick()"
|
|
4827
4737
|
></kendo-label>
|
|
4828
4738
|
<div class="k-form-field-wrap">
|
|
4829
|
-
<
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
#afterOccurances
|
|
4843
|
-
class="k-recur-count"
|
|
4844
|
-
[style.width.px]='70'
|
|
4845
|
-
[autoCorrect]='numericOptions.autoCorrect'
|
|
4846
|
-
[decimals]='0'
|
|
4847
|
-
[disabled]='isCountDisabled'
|
|
4848
|
-
[format]="numericOptions.format"
|
|
4849
|
-
[min]='numericOptions.min'
|
|
4850
|
-
[max]="numericOptions.max"
|
|
4851
|
-
[readonly]="numericOptions.readonly"
|
|
4852
|
-
[selectOnFocus]="numericOptions.selectOnFocus"
|
|
4853
|
-
[spinners]="numericOptions.spinners"
|
|
4854
|
-
[step]="numericOptions.step"
|
|
4855
|
-
[title]="numericOptions.title"
|
|
4856
|
-
[(value)]='countValue'
|
|
4857
|
-
(blur)="onCountBlur()"
|
|
4858
|
-
(valueChange)='onCountChange($event)'
|
|
4859
|
-
>
|
|
4860
|
-
<kendo-numerictextbox-messages
|
|
4861
|
-
[increment]="textFor('numericIncrement')"
|
|
4862
|
-
[decrement]="textFor('numericDecrement')"
|
|
4863
|
-
>
|
|
4864
|
-
</kendo-numerictextbox-messages>
|
|
4865
|
-
</kendo-numerictextbox>
|
|
4866
|
-
<span>{{ textFor('endOccurrence') }}</span>
|
|
4867
|
-
</li>
|
|
4868
|
-
<li class='k-radio-list-item'>
|
|
4869
|
-
<span class="k-radio-wrap">
|
|
4870
|
-
<input kendoRecurrenceEndRuleRadioButton='k-endrule-until-{{uniqueId}}' />
|
|
4871
|
-
</span>
|
|
4872
|
-
<label [labelClass]="false" class='k-radio-label' for='k-endrule-until-{{uniqueId}}'>{{ textFor('endOn') }}</label>
|
|
4873
|
-
<kendo-datepicker
|
|
4874
|
-
class="k-recur-until"
|
|
4875
|
-
[style.width.px]='150'
|
|
4876
|
-
[disabled]='isUntilDisabled'
|
|
4877
|
-
[activeView]="datePickerOptions.activeView"
|
|
4878
|
-
[bottomView]="datePickerOptions.bottomView"
|
|
4879
|
-
[disabledDatesValidation]="datePickerOptions.disabledDatesValidation"
|
|
4880
|
-
[focusedDate]="datePickerOptions.focusedDate"
|
|
4881
|
-
[format]="datePickerOptions.format"
|
|
4882
|
-
[formatPlaceholder]="datePickerOptions.formatPlaceHolder"
|
|
4883
|
-
[max]="datePickerOptions.max"
|
|
4884
|
-
[min]="datePickerOptions.min"
|
|
4885
|
-
[navigation]="datePickerOptions.navigation"
|
|
4886
|
-
[placeholder]="datePickerOptions.placeholder"
|
|
4887
|
-
[readOnlyInput]="datePickerOptions.readOnlyInput"
|
|
4888
|
-
[readonly]="datePickerOptions.readonly"
|
|
4889
|
-
[title]="datePickerOptions.title"
|
|
4890
|
-
[topView]="datePickerOptions.topView"
|
|
4891
|
-
[weekNumber]="datePickerOptions.weekNumber"
|
|
4892
|
-
[disabledDates]="datePickerOptions.disabledDates"
|
|
4893
|
-
[popupSettings]="datePickerOptions.popupSettings"
|
|
4894
|
-
[(value)]='untilValue'
|
|
4895
|
-
(blur)="onUntilBlur()"
|
|
4896
|
-
(valueChange)='onUntilChange($event)'
|
|
4897
|
-
>
|
|
4898
|
-
<kendo-datepicker-messages
|
|
4899
|
-
[today]="textFor('dateInputsToday')"
|
|
4900
|
-
[toggle]="textFor('dateInputsToggle')"
|
|
4901
|
-
[parentViewButtonTitle]="textFor('dateInputsParentViewButton')"
|
|
4902
|
-
>
|
|
4903
|
-
</kendo-datepicker-messages>
|
|
4904
|
-
</kendo-datepicker>
|
|
4905
|
-
</li>
|
|
4906
|
-
</ul>
|
|
4739
|
+
<kendo-buttongroup
|
|
4740
|
+
class="k-button-group-solid"
|
|
4741
|
+
width="100%"
|
|
4742
|
+
selection="multiple"
|
|
4743
|
+
>
|
|
4744
|
+
<button
|
|
4745
|
+
*ngFor='let day of weekDays'
|
|
4746
|
+
kendoButton
|
|
4747
|
+
[toggleable]="true"
|
|
4748
|
+
[selected]="isSelected(day)"
|
|
4749
|
+
(selectedChange)="onSelectedChange($event, day.value)"
|
|
4750
|
+
>{{ capitalize(day.text) }}</button>
|
|
4751
|
+
</kendo-buttongroup>
|
|
4907
4752
|
</div>
|
|
4908
4753
|
</div>
|
|
4909
4754
|
`
|
|
4910
4755
|
}]
|
|
4911
|
-
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: {
|
|
4912
|
-
type: HostBinding,
|
|
4913
|
-
args: ['class.k-scheduler-recurrence-end-rule-editor']
|
|
4914
|
-
}], userNumericOptions: [{
|
|
4915
|
-
type: Input
|
|
4916
|
-
}], userDatePickerOptions: [{
|
|
4917
|
-
type: Input
|
|
4918
|
-
}], endRuleRadioButtons: [{
|
|
4756
|
+
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$1.LocalizationService }]; }, propDecorators: { weekDayButtons: [{
|
|
4919
4757
|
type: ViewChildren,
|
|
4920
|
-
args: [
|
|
4758
|
+
args: [Button]
|
|
4921
4759
|
}] } });
|
|
4922
4760
|
|
|
4923
4761
|
/**
|
|
4924
4762
|
* @hidden
|
|
4925
4763
|
*/
|
|
4926
|
-
|
|
4927
|
-
}
|
|
4928
|
-
Messages$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4929
|
-
Messages$1.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
4930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4764
|
+
let Messages$1 = class Messages extends ComponentMessages {
|
|
4765
|
+
};
|
|
4766
|
+
Messages$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages$1, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4767
|
+
Messages$1.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages$1, inputs: { repeat: "repeat", dailyInterval: "dailyInterval", dailyRepeatEvery: "dailyRepeatEvery", weeklyInterval: "weeklyInterval", weeklyRepeatEvery: "weeklyRepeatEvery", weeklyRepeatOn: "weeklyRepeatOn", monthlyDay: "monthlyDay", monthlyInterval: "monthlyInterval", monthlyRepeatEvery: "monthlyRepeatEvery", monthlyRepeatOn: "monthlyRepeatOn", yearlyOf: "yearlyOf", yearlyRepeatEvery: "yearlyRepeatEvery", yearlyRepeatOn: "yearlyRepeatOn", yearlyInterval: "yearlyInterval", frequenciesDaily: "frequenciesDaily", frequenciesMonthly: "frequenciesMonthly", frequenciesNever: "frequenciesNever", frequenciesWeekly: "frequenciesWeekly", frequenciesYearly: "frequenciesYearly", offsetPositionsFirst: "offsetPositionsFirst", offsetPositionsSecond: "offsetPositionsSecond", offsetPositionsThird: "offsetPositionsThird", offsetPositionsFourth: "offsetPositionsFourth", offsetPositionsLast: "offsetPositionsLast", weekdaysDay: "weekdaysDay", weekdaysWeekday: "weekdaysWeekday", weekdaysWeekendday: "weekdaysWeekendday", endAfter: "endAfter", endOccurrence: "endOccurrence", endLabel: "endLabel", endNever: "endNever", endOn: "endOn", numericIncrement: "numericIncrement", numericDecrement: "numericDecrement", dateInputsToday: "dateInputsToday", dateInputsToggle: "dateInputsToggle", dateInputsParentViewButton: "dateInputsParentViewButton" }, usesInheritance: true, ngImport: i0 });
|
|
4768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages$1, decorators: [{
|
|
4931
4769
|
type: Directive
|
|
4932
4770
|
}], propDecorators: { repeat: [{
|
|
4933
4771
|
type: Input
|
|
@@ -5014,14 +4852,14 @@ class RecurrenceEditorLocalizedMessagesDirective extends Messages$1 {
|
|
|
5014
4852
|
this.service = service;
|
|
5015
4853
|
}
|
|
5016
4854
|
}
|
|
5017
|
-
RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5018
|
-
RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
4855
|
+
RecurrenceEditorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4856
|
+
RecurrenceEditorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]", providers: [
|
|
5019
4857
|
{
|
|
5020
4858
|
provide: Messages$1,
|
|
5021
4859
|
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective)
|
|
5022
4860
|
}
|
|
5023
4861
|
], usesInheritance: true, ngImport: i0 });
|
|
5024
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorLocalizedMessagesDirective, decorators: [{
|
|
5025
4863
|
type: Directive,
|
|
5026
4864
|
args: [{
|
|
5027
4865
|
providers: [
|
|
@@ -5123,8 +4961,8 @@ class RecurrenceEditorComponent {
|
|
|
5123
4961
|
this.valueChange.emit(rrule);
|
|
5124
4962
|
}
|
|
5125
4963
|
}
|
|
5126
|
-
RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5127
|
-
RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4964
|
+
RecurrenceEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorComponent, deps: [{ token: RecurrenceService }, { token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4965
|
+
RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: { start: "start", timezone: "timezone", weekStart: "weekStart", repeatEveryOptions: "repeatEveryOptions", endAfterOptions: "endAfterOptions", repeatOnOptions: "repeatOnOptions", endOnOptions: "endOnOptions" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-recurrence-editor": "this.cssClass" } }, providers: [
|
|
5128
4966
|
RecurrenceLocalizationService,
|
|
5129
4967
|
{
|
|
5130
4968
|
provide: LocalizationService,
|
|
@@ -5274,8 +5112,8 @@ RecurrenceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
5274
5112
|
[userDatePickerOptions]="endOnOptions">
|
|
5275
5113
|
</kendo-recurrence-end-rule-editor>
|
|
5276
5114
|
</div>
|
|
5277
|
-
`, isInline: true,
|
|
5278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5115
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: ["userNumericOptions", "userDatePickerOptions"] }, { kind: "component", type: RecurrenceFrequencyEditorComponent, selector: "kendo-recurrence-frequency-editor" }, { kind: "component", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: ["userNumericOptions"] }, { kind: "component", type: RecurrenceWeekdayRuleEditorComponent, selector: "kendo-recurrence-weekday-rule-editor" }, { kind: "directive", type: RecurrenceEditorLocalizedMessagesDirective, selector: "[kendoRecurrenceEditorLocalizedMessages]" }] });
|
|
5116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorComponent, decorators: [{
|
|
5279
5117
|
type: Component,
|
|
5280
5118
|
args: [{
|
|
5281
5119
|
exportAs: 'kendoRecurrenceEditor',
|
|
@@ -5433,22 +5271,183 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5433
5271
|
</div>
|
|
5434
5272
|
`
|
|
5435
5273
|
}]
|
|
5436
|
-
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$
|
|
5437
|
-
type: HostBinding,
|
|
5438
|
-
args: ['class.k-recurrence-editor']
|
|
5439
|
-
}], start: [{
|
|
5440
|
-
type: Input
|
|
5441
|
-
}], timezone: [{
|
|
5442
|
-
type: Input
|
|
5443
|
-
}], weekStart: [{
|
|
5444
|
-
type: Input
|
|
5445
|
-
}], repeatEveryOptions: [{
|
|
5446
|
-
type: Input
|
|
5447
|
-
}], endAfterOptions: [{
|
|
5448
|
-
type: Input
|
|
5449
|
-
}], repeatOnOptions: [{
|
|
5450
|
-
type: Input
|
|
5451
|
-
}], endOnOptions: [{
|
|
5274
|
+
}], ctorParameters: function () { return [{ type: RecurrenceService }, { type: i1$3.IntlService }]; }, propDecorators: { cssClass: [{
|
|
5275
|
+
type: HostBinding,
|
|
5276
|
+
args: ['class.k-recurrence-editor']
|
|
5277
|
+
}], start: [{
|
|
5278
|
+
type: Input
|
|
5279
|
+
}], timezone: [{
|
|
5280
|
+
type: Input
|
|
5281
|
+
}], weekStart: [{
|
|
5282
|
+
type: Input
|
|
5283
|
+
}], repeatEveryOptions: [{
|
|
5284
|
+
type: Input
|
|
5285
|
+
}], endAfterOptions: [{
|
|
5286
|
+
type: Input
|
|
5287
|
+
}], repeatOnOptions: [{
|
|
5288
|
+
type: Input
|
|
5289
|
+
}], endOnOptions: [{
|
|
5290
|
+
type: Input
|
|
5291
|
+
}], valueChange: [{
|
|
5292
|
+
type: Output
|
|
5293
|
+
}] } });
|
|
5294
|
+
|
|
5295
|
+
/**
|
|
5296
|
+
* @hidden
|
|
5297
|
+
*/
|
|
5298
|
+
const TIME_ZONE_VALUE_ACCESSOR = {
|
|
5299
|
+
multi: true,
|
|
5300
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5301
|
+
useExisting: forwardRef(() => TimeZoneEditorComponent)
|
|
5302
|
+
};
|
|
5303
|
+
/**
|
|
5304
|
+
* Represents the Kendo UI TimeZone Editor component for Angular.
|
|
5305
|
+
* `TimeZoneEditorComponent` displays the currently loaded timezones.
|
|
5306
|
+
* Used for editing the `start` and `end` timezones of the `SchedulerEvent` objects.
|
|
5307
|
+
*/
|
|
5308
|
+
class TimeZoneEditorComponent {
|
|
5309
|
+
constructor(injector) {
|
|
5310
|
+
this.injector = injector;
|
|
5311
|
+
/**
|
|
5312
|
+
* Specifies the width of the ComboBox which contains the names of the timezones.
|
|
5313
|
+
* @default 260
|
|
5314
|
+
*/
|
|
5315
|
+
this.width = 260;
|
|
5316
|
+
/**
|
|
5317
|
+
* Fires when the value of the component has changed.
|
|
5318
|
+
*/
|
|
5319
|
+
this.valueChange = new EventEmitter();
|
|
5320
|
+
this.onTouchedCallback = (_) => { };
|
|
5321
|
+
this.onChangeCallback = (_) => { };
|
|
5322
|
+
this.tzNames = timezoneNames();
|
|
5323
|
+
this.tzSource = this.tzNames.slice();
|
|
5324
|
+
}
|
|
5325
|
+
/**
|
|
5326
|
+
* @hidden
|
|
5327
|
+
*/
|
|
5328
|
+
get focusableId() {
|
|
5329
|
+
return this.tzComboBox?.focusableId || this.tzComboBoxControl?.focusableId;
|
|
5330
|
+
}
|
|
5331
|
+
/**
|
|
5332
|
+
* @hidden
|
|
5333
|
+
*/
|
|
5334
|
+
get formControl() {
|
|
5335
|
+
const ngControl = this.injector.get(NgControl, null);
|
|
5336
|
+
return ngControl?.control || null;
|
|
5337
|
+
}
|
|
5338
|
+
/**
|
|
5339
|
+
* @hidden
|
|
5340
|
+
*/
|
|
5341
|
+
onTimeZoneChange(tzName) {
|
|
5342
|
+
this.tz = tzName;
|
|
5343
|
+
this.onChangeCallback(this.tz);
|
|
5344
|
+
this.valueChange.emit(tzName);
|
|
5345
|
+
}
|
|
5346
|
+
/**
|
|
5347
|
+
* @hidden
|
|
5348
|
+
*/
|
|
5349
|
+
onTimeZoneFilterChange(value) {
|
|
5350
|
+
this.tzSource = this.tzNames.filter((tz) => tz.toLowerCase().indexOf(value.toLowerCase()) !== -1);
|
|
5351
|
+
}
|
|
5352
|
+
/**
|
|
5353
|
+
* @hidden
|
|
5354
|
+
*/
|
|
5355
|
+
writeValue(value) {
|
|
5356
|
+
if (typeof value === 'string' && this.tzNames.indexOf(value) >= 0) {
|
|
5357
|
+
this.tz = value;
|
|
5358
|
+
}
|
|
5359
|
+
}
|
|
5360
|
+
/**
|
|
5361
|
+
* @hidden
|
|
5362
|
+
*/
|
|
5363
|
+
focus() {
|
|
5364
|
+
this.tzComboBox ? this.tzComboBox.focus() : this.tzComboBoxControl.focus();
|
|
5365
|
+
}
|
|
5366
|
+
/**
|
|
5367
|
+
* @hidden
|
|
5368
|
+
*/
|
|
5369
|
+
registerOnChange(fn) {
|
|
5370
|
+
this.onChangeCallback = fn;
|
|
5371
|
+
}
|
|
5372
|
+
/**
|
|
5373
|
+
* @hidden
|
|
5374
|
+
*/
|
|
5375
|
+
registerOnTouched(fn) {
|
|
5376
|
+
this.onTouchedCallback = fn;
|
|
5377
|
+
}
|
|
5378
|
+
}
|
|
5379
|
+
TimeZoneEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeZoneEditorComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
5380
|
+
TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: { width: "width" }, outputs: { valueChange: "valueChange" }, providers: [
|
|
5381
|
+
TIME_ZONE_VALUE_ACCESSOR
|
|
5382
|
+
], viewQueries: [{ propertyName: "tzComboBox", first: true, predicate: ["tzcombobox"], descendants: true, static: true }, { propertyName: "tzComboBoxControl", first: true, predicate: ["tzcomboboxControl"], descendants: true, static: true }], ngImport: i0, template: `
|
|
5383
|
+
<kendo-combobox
|
|
5384
|
+
*ngIf="!formControl"
|
|
5385
|
+
#tzcombobox
|
|
5386
|
+
[style.width.px]="width"
|
|
5387
|
+
[allowCustom]="false"
|
|
5388
|
+
[data]="tzSource"
|
|
5389
|
+
[filterable]="true"
|
|
5390
|
+
[suggest]="true"
|
|
5391
|
+
[value]="tz"
|
|
5392
|
+
(filterChange)="onTimeZoneFilterChange($event)"
|
|
5393
|
+
(valueChange)="onTimeZoneChange($event)">
|
|
5394
|
+
</kendo-combobox>
|
|
5395
|
+
<kendo-combobox
|
|
5396
|
+
*ngIf="formControl"
|
|
5397
|
+
#tzcomboboxControl
|
|
5398
|
+
[style.width.px]="width"
|
|
5399
|
+
[allowCustom]="false"
|
|
5400
|
+
[data]="tzSource"
|
|
5401
|
+
[filterable]="true"
|
|
5402
|
+
[suggest]="true"
|
|
5403
|
+
[value]="tz"
|
|
5404
|
+
[formControl]="formControl"
|
|
5405
|
+
(filterChange)="onTimeZoneFilterChange($event)"
|
|
5406
|
+
(valueChange)="onTimeZoneChange($event)">
|
|
5407
|
+
</kendo-combobox>
|
|
5408
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
5409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
|
|
5410
|
+
type: Component,
|
|
5411
|
+
args: [{
|
|
5412
|
+
providers: [
|
|
5413
|
+
TIME_ZONE_VALUE_ACCESSOR
|
|
5414
|
+
],
|
|
5415
|
+
selector: 'kendo-timezone-editor',
|
|
5416
|
+
template: `
|
|
5417
|
+
<kendo-combobox
|
|
5418
|
+
*ngIf="!formControl"
|
|
5419
|
+
#tzcombobox
|
|
5420
|
+
[style.width.px]="width"
|
|
5421
|
+
[allowCustom]="false"
|
|
5422
|
+
[data]="tzSource"
|
|
5423
|
+
[filterable]="true"
|
|
5424
|
+
[suggest]="true"
|
|
5425
|
+
[value]="tz"
|
|
5426
|
+
(filterChange)="onTimeZoneFilterChange($event)"
|
|
5427
|
+
(valueChange)="onTimeZoneChange($event)">
|
|
5428
|
+
</kendo-combobox>
|
|
5429
|
+
<kendo-combobox
|
|
5430
|
+
*ngIf="formControl"
|
|
5431
|
+
#tzcomboboxControl
|
|
5432
|
+
[style.width.px]="width"
|
|
5433
|
+
[allowCustom]="false"
|
|
5434
|
+
[data]="tzSource"
|
|
5435
|
+
[filterable]="true"
|
|
5436
|
+
[suggest]="true"
|
|
5437
|
+
[value]="tz"
|
|
5438
|
+
[formControl]="formControl"
|
|
5439
|
+
(filterChange)="onTimeZoneFilterChange($event)"
|
|
5440
|
+
(valueChange)="onTimeZoneChange($event)">
|
|
5441
|
+
</kendo-combobox>
|
|
5442
|
+
`
|
|
5443
|
+
}]
|
|
5444
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { tzComboBox: [{
|
|
5445
|
+
type: ViewChild,
|
|
5446
|
+
args: ['tzcombobox', { static: true }]
|
|
5447
|
+
}], tzComboBoxControl: [{
|
|
5448
|
+
type: ViewChild,
|
|
5449
|
+
args: ['tzcomboboxControl', { static: true }]
|
|
5450
|
+
}], width: [{
|
|
5452
5451
|
type: Input
|
|
5453
5452
|
}], valueChange: [{
|
|
5454
5453
|
type: Output
|
|
@@ -5657,8 +5656,8 @@ class EditDialogComponent {
|
|
|
5657
5656
|
return toLocalDate(ZonedDate.fromLocalDate(value, timezone).toUTCDate());
|
|
5658
5657
|
}
|
|
5659
5658
|
}
|
|
5660
|
-
EditDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5661
|
-
EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5659
|
+
EditDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditDialogComponent, deps: [{ token: i0.NgZone }, { token: EditService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5660
|
+
EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: { resources: "resources", timezone: "timezone", weekStart: "weekStart", fields: "fields", editTemplate: "editTemplate" }, viewQueries: [{ propertyName: "multipleResourceEditors", predicate: MultipleResourceEditorComponent, descendants: true }, { propertyName: "singleResourceEditors", predicate: SingleResourceEditorComponent, descendants: true }], ngImport: i0, template: `
|
|
5662
5661
|
<kendo-dialog (close)='onClose()' [minWidth]='400' *ngIf='isActive' title='{{ textFor("editorTitle") }}' class='k-scheduler-edit-dialog' [autoFocusedElement]="autoFocusedElement">
|
|
5663
5662
|
<ng-container *ngIf='!editTemplate'>
|
|
5664
5663
|
<form
|
|
@@ -5849,8 +5848,8 @@ EditDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
5849
5848
|
>{{ textFor('cancel') }}</button>
|
|
5850
5849
|
</kendo-dialog-actions>
|
|
5851
5850
|
</kendo-dialog>
|
|
5852
|
-
`, isInline: true,
|
|
5853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5851
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i4$1.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "directive", type: i4$1.TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: ["autoSize", "value"], outputs: ["valueChange"] }, { kind: "component", type: i1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "directive", type: i4$1.TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "directive", type: i8.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i8.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i8.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i8.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i8.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i8.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i8.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i8.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i5.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "component", type: i5.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: i4$1.FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors"] }, { kind: "component", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: ["isAllDay"], outputs: ["valueChange"] }, { kind: "component", type: RecurrenceEditorComponent, selector: "kendo-recurrence-editor", inputs: ["start", "timezone", "weekStart", "repeatEveryOptions", "endAfterOptions", "repeatOnOptions", "endOnOptions"], outputs: ["valueChange"], exportAs: ["kendoRecurrenceEditor"] }, { kind: "component", type: MultipleResourceEditorComponent, selector: "kendo-multiple-resource-editor" }, { kind: "component", type: SingleResourceEditorComponent, selector: "kendo-single-resource-editor" }, { kind: "component", type: TimeZoneEditorComponent, selector: "kendo-timezone-editor", inputs: ["width"], outputs: ["valueChange"] }] });
|
|
5852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5854
5853
|
type: Component,
|
|
5855
5854
|
args: [{
|
|
5856
5855
|
selector: 'kendo-scheduler-edit-dialog',
|
|
@@ -6070,9 +6069,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6070
6069
|
*/
|
|
6071
6070
|
class Messages extends ComponentMessages {
|
|
6072
6071
|
}
|
|
6073
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6074
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6072
|
+
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6073
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, inputs: { allEvents: "allEvents", allDay: "allDay", dateHeader: "dateHeader", timeHeader: "timeHeader", eventHeader: "eventHeader", 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 });
|
|
6074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
|
|
6076
6075
|
type: Directive
|
|
6077
6076
|
}], propDecorators: { allEvents: [{
|
|
6078
6077
|
type: Input
|
|
@@ -6281,14 +6280,14 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
6281
6280
|
this.service = service;
|
|
6282
6281
|
}
|
|
6283
6282
|
}
|
|
6284
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6285
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6283
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6284
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]", providers: [
|
|
6286
6285
|
{
|
|
6287
6286
|
provide: Messages,
|
|
6288
6287
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
6289
6288
|
}
|
|
6290
6289
|
], usesInheritance: true, ngImport: i0 });
|
|
6291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
6292
6291
|
type: Directive,
|
|
6293
6292
|
args: [{
|
|
6294
6293
|
providers: [
|
|
@@ -6939,7 +6938,6 @@ class SchedulerComponent {
|
|
|
6939
6938
|
focusPrev(position) {
|
|
6940
6939
|
const prevPosition = { offset: -1, ...position };
|
|
6941
6940
|
const changed = this.focusService.focusNext(prevPosition);
|
|
6942
|
-
;
|
|
6943
6941
|
this.zone.onStable.pipe(take(1)).subscribe(() => this.focusService.focus());
|
|
6944
6942
|
return changed;
|
|
6945
6943
|
}
|
|
@@ -7119,8 +7117,8 @@ class SchedulerComponent {
|
|
|
7119
7117
|
});
|
|
7120
7118
|
}
|
|
7121
7119
|
}
|
|
7122
|
-
SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7123
|
-
SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7120
|
+
SchedulerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerComponent, deps: [{ token: i0.ElementRef }, { token: ViewContextService }, { token: ViewStateService }, { token: EditService }, { token: DialogsService }, { token: i1$3.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: DomEventsService }, { token: i0.Renderer2 }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7121
|
+
SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SchedulerComponent, 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", slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", 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-widget": "this.hostClasses", "class.k-scheduler": "this.hostClasses", "class.k-floatwrap": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.role": "this.ariaRole", "class.k-rtl": "this.rtl", "attr.dir": "this.dir" } }, providers: [
|
|
7124
7122
|
EditService,
|
|
7125
7123
|
DialogsService,
|
|
7126
7124
|
DomEventsService,
|
|
@@ -7469,8 +7467,8 @@ SchedulerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
7469
7467
|
</div>
|
|
7470
7468
|
|
|
7471
7469
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7472
|
-
`, isInline: true,
|
|
7473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7470
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-scheduler-toolbar", inputs: ["selectedView", "views", "dateRange", "selectedDate", "template", "min", "max"], outputs: ["navigate", "toolbarWidthChange"] }, { kind: "component", type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: EditDialogComponent, selector: "kendo-scheduler-edit-dialog", inputs: ["resources", "timezone", "weekStart", "fields", "editTemplate"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSchedulerLocalizedMessages]" }, { kind: "component", type: LoadingComponent, selector: "[kendoSchedulerLoading]", inputs: ["loading"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7471
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerComponent, decorators: [{
|
|
7474
7472
|
type: Component,
|
|
7475
7473
|
args: [{
|
|
7476
7474
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -7827,7 +7825,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7827
7825
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
7828
7826
|
`
|
|
7829
7827
|
}]
|
|
7830
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i1$
|
|
7828
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: ViewContextService }, { type: ViewStateService }, { type: EditService }, { type: DialogsService }, { type: i1$3.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: DomEventsService }, { type: i0.Renderer2 }, { type: FocusService }]; }, propDecorators: { hostClasses: [{
|
|
7831
7829
|
type: HostBinding,
|
|
7832
7830
|
args: ['class.k-widget']
|
|
7833
7831
|
}, {
|
|
@@ -8133,14 +8131,14 @@ class DataBindingDirective {
|
|
|
8133
8131
|
this.rebind();
|
|
8134
8132
|
}
|
|
8135
8133
|
}
|
|
8136
|
-
DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8137
|
-
DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
8138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8134
|
+
DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DataBindingDirective, deps: [{ token: SchedulerComponent }, { token: i0.ChangeDetectorRef }, { token: i1$3.IntlService }, { token: LocalDataChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8135
|
+
DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DataBindingDirective, selector: "[kendoSchedulerBinding]", inputs: { data: ["kendoSchedulerBinding", "data"] }, ngImport: i0 });
|
|
8136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DataBindingDirective, decorators: [{
|
|
8139
8137
|
type: Directive,
|
|
8140
8138
|
args: [{
|
|
8141
8139
|
selector: '[kendoSchedulerBinding]'
|
|
8142
8140
|
}]
|
|
8143
|
-
}], ctorParameters: function () { return [{ type: SchedulerComponent }, { type: i0.ChangeDetectorRef }, { type: i1$
|
|
8141
|
+
}], ctorParameters: function () { return [{ type: SchedulerComponent }, { type: i0.ChangeDetectorRef }, { type: i1$3.IntlService }, { type: LocalDataChangesService }]; }, propDecorators: { data: [{
|
|
8144
8142
|
type: Input,
|
|
8145
8143
|
args: ['kendoSchedulerBinding']
|
|
8146
8144
|
}] } });
|
|
@@ -8157,14 +8155,14 @@ class SchedulerCustomMessagesComponent extends Messages {
|
|
|
8157
8155
|
return true;
|
|
8158
8156
|
}
|
|
8159
8157
|
}
|
|
8160
|
-
SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8161
|
-
SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8158
|
+
SchedulerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8159
|
+
SchedulerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SchedulerCustomMessagesComponent, selector: "kendo-scheduler-messages", providers: [
|
|
8162
8160
|
{
|
|
8163
8161
|
provide: Messages,
|
|
8164
8162
|
useExisting: forwardRef(() => SchedulerCustomMessagesComponent)
|
|
8165
8163
|
}
|
|
8166
8164
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
8167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerCustomMessagesComponent, decorators: [{
|
|
8168
8166
|
type: Component,
|
|
8169
8167
|
args: [{
|
|
8170
8168
|
providers: [
|
|
@@ -8215,9 +8213,9 @@ class SortPipe {
|
|
|
8215
8213
|
return value.sort((item1, item2) => (item1.startTime.getTime() - item2.startTime.getTime()));
|
|
8216
8214
|
}
|
|
8217
8215
|
}
|
|
8218
|
-
SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8219
|
-
SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
8220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8216
|
+
SortPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
8217
|
+
SortPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, name: "sort" });
|
|
8218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SortPipe, decorators: [{
|
|
8221
8219
|
type: Pipe,
|
|
8222
8220
|
args: [{
|
|
8223
8221
|
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
@@ -8236,12 +8234,12 @@ class SharedModule {
|
|
|
8236
8234
|
];
|
|
8237
8235
|
}
|
|
8238
8236
|
}
|
|
8239
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8240
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
8237
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8238
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, declarations: [FocusableDirective,
|
|
8241
8239
|
SortPipe], exports: [FocusableDirective,
|
|
8242
8240
|
SortPipe] });
|
|
8243
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8241
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule });
|
|
8242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
|
|
8245
8243
|
type: NgModule,
|
|
8246
8244
|
args: [{
|
|
8247
8245
|
declarations: [
|
|
@@ -8268,8 +8266,8 @@ const publicDirectives$1 = [
|
|
|
8268
8266
|
*/
|
|
8269
8267
|
class ToolbarModule {
|
|
8270
8268
|
}
|
|
8271
|
-
ToolbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8272
|
-
ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
8269
|
+
ToolbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8270
|
+
ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ToolbarModule, declarations: [ToolbarComponent, ToolbarNavigationComponent,
|
|
8273
8271
|
ToolbarTemplateDirective,
|
|
8274
8272
|
ToolbarViewSelectorComponent], imports: [CommonModule,
|
|
8275
8273
|
ButtonsModule,
|
|
@@ -8280,16 +8278,14 @@ ToolbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
8280
8278
|
ResizeSensorModule], exports: [ToolbarComponent, ToolbarNavigationComponent,
|
|
8281
8279
|
ToolbarTemplateDirective,
|
|
8282
8280
|
ToolbarViewSelectorComponent] });
|
|
8283
|
-
ToolbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8291
|
-
]] });
|
|
8292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ToolbarModule, decorators: [{
|
|
8281
|
+
ToolbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarModule, imports: [CommonModule,
|
|
8282
|
+
ButtonsModule,
|
|
8283
|
+
CalendarModule,
|
|
8284
|
+
PopupModule,
|
|
8285
|
+
EventsModule,
|
|
8286
|
+
SharedModule,
|
|
8287
|
+
ResizeSensorModule] });
|
|
8288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ToolbarModule, decorators: [{
|
|
8293
8289
|
type: NgModule,
|
|
8294
8290
|
args: [{
|
|
8295
8291
|
imports: [
|
|
@@ -8369,9 +8365,9 @@ class ConfigurationViewBase extends SchedulerView {
|
|
|
8369
8365
|
this.schedulerOptions = options;
|
|
8370
8366
|
}
|
|
8371
8367
|
}
|
|
8372
|
-
ConfigurationViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8373
|
-
ConfigurationViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
8374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8368
|
+
ConfigurationViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfigurationViewBase, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8369
|
+
ConfigurationViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ConfigurationViewBase, inputs: { slotClass: "slotClass", eventClass: "eventClass", eventStyles: "eventStyles", highlightOngoingEvents: "highlightOngoingEvents" }, 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 });
|
|
8370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ConfigurationViewBase, decorators: [{
|
|
8375
8371
|
type: Directive
|
|
8376
8372
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { slotClass: [{
|
|
8377
8373
|
type: Input
|
|
@@ -8659,8 +8655,8 @@ class AgendaHeaderComponent {
|
|
|
8659
8655
|
return this.localization.get('eventHeader');
|
|
8660
8656
|
}
|
|
8661
8657
|
}
|
|
8662
|
-
AgendaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8663
|
-
AgendaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8658
|
+
AgendaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaHeaderComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8659
|
+
AgendaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaHeaderComponent, selector: "[kendoSchedulerAgendaHeader]", inputs: { resources: "resources" }, host: { properties: { "class.k-scheduler-header": "this.classes", "class.k-state-default": "this.classes" } }, ngImport: i0, template: `
|
|
8664
8660
|
<div class="k-scheduler-header-wrap">
|
|
8665
8661
|
<table class="k-scheduler-table" role="none">
|
|
8666
8662
|
<tbody role="rowgroup">
|
|
@@ -8673,8 +8669,8 @@ AgendaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
8673
8669
|
</tbody>
|
|
8674
8670
|
</table>
|
|
8675
8671
|
</div>
|
|
8676
|
-
`, isInline: true,
|
|
8677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8672
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaHeaderComponent, decorators: [{
|
|
8678
8674
|
type: Component,
|
|
8679
8675
|
args: [{
|
|
8680
8676
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -8720,8 +8716,8 @@ class AgendaHeaderItemComponent {
|
|
|
8720
8716
|
return toLocalDate(this.item.dataItem.value);
|
|
8721
8717
|
}
|
|
8722
8718
|
}
|
|
8723
|
-
AgendaHeaderItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8724
|
-
AgendaHeaderItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8719
|
+
AgendaHeaderItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaHeaderItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8720
|
+
AgendaHeaderItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: { item: ["kendoSchedulerAgendaHeaderItem", "item"], agendaDateTemplate: "agendaDateTemplate" }, host: { properties: { "class.k-scheduler-datecolumn": "this.classes", "attr.role": "this.roleAttribute", "attr.rowspan": "this.rowSpan" } }, ngImport: i0, template: `
|
|
8725
8721
|
<ng-container *ngIf="!agendaDateTemplate">
|
|
8726
8722
|
<strong class="k-scheduler-agendaday">{{itemDate | kendoDate: 'dd'}}</strong>
|
|
8727
8723
|
<em class="k-scheduler-agendaweek">{{itemDate | kendoDate: 'EEEE'}}</em>
|
|
@@ -8730,8 +8726,8 @@ AgendaHeaderItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
8730
8726
|
<ng-container *ngIf="agendaDateTemplate" [ngTemplateOutlet]="agendaDateTemplate"
|
|
8731
8727
|
[ngTemplateOutletContext]="{ date: itemDate }">
|
|
8732
8728
|
</ng-container>
|
|
8733
|
-
`, isInline: true,
|
|
8734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8729
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaHeaderItemComponent, decorators: [{
|
|
8735
8731
|
type: Component,
|
|
8736
8732
|
args: [{
|
|
8737
8733
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -8797,8 +8793,8 @@ class AgendaTaskItemComponent {
|
|
|
8797
8793
|
return this.editable && this.editable.remove !== false;
|
|
8798
8794
|
}
|
|
8799
8795
|
}
|
|
8800
|
-
AgendaTaskItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8801
|
-
AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8796
|
+
AgendaTaskItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTaskItemComponent, deps: [{ token: i1$1.LocalizationService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
8797
|
+
AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: { item: ["kendoSchedulerAgendaTaskItem", "item"], color: "color", eventTemplate: "eventTemplate", editable: "editable" }, host: { properties: { "attr.aria-label": "this.eventTitle" } }, ngImport: i0, template: `
|
|
8802
8798
|
<div class="k-task" [title]="item.title">
|
|
8803
8799
|
<span class="k-scheduler-mark" *ngIf="eventColor" [style.background-color]="eventColor"></span>
|
|
8804
8800
|
<kendo-icon-wrapper *ngIf="isRecurrence" name="arrow-rotate-cw" [svgIcon]="arrowRotateCWIcon"></kendo-icon-wrapper>
|
|
@@ -8815,8 +8811,8 @@ AgendaTaskItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8815
8811
|
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
8816
8812
|
</span>
|
|
8817
8813
|
</div>
|
|
8818
|
-
`, isInline: true,
|
|
8819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8814
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaTaskItemComponent, decorators: [{
|
|
8820
8816
|
type: Component,
|
|
8821
8817
|
args: [{
|
|
8822
8818
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -8937,8 +8933,8 @@ class AgendaListComponent {
|
|
|
8937
8933
|
return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
|
|
8938
8934
|
}
|
|
8939
8935
|
}
|
|
8940
|
-
AgendaListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8941
|
-
AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8936
|
+
AgendaListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaListComponent, deps: [{ token: i1$3.IntlService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8937
|
+
AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaListComponent, 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: `
|
|
8942
8938
|
<table class="k-scheduler-table" role="none">
|
|
8943
8939
|
<tbody role="rowgroup">
|
|
8944
8940
|
<ng-container *ngFor="let group of tasks; let groupIndex = index;">
|
|
@@ -8985,8 +8981,8 @@ AgendaListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8985
8981
|
</ng-container>
|
|
8986
8982
|
</tbody>
|
|
8987
8983
|
</table>
|
|
8988
|
-
`, isInline: true,
|
|
8989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8984
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: AgendaHeaderItemComponent, selector: "[kendoSchedulerAgendaHeaderItem]", inputs: ["kendoSchedulerAgendaHeaderItem", "agendaDateTemplate"] }, { kind: "component", type: AgendaTaskItemComponent, selector: "[kendoSchedulerAgendaTaskItem]", inputs: ["kendoSchedulerAgendaTaskItem", "color", "eventTemplate", "editable"] }] });
|
|
8985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaListComponent, decorators: [{
|
|
8990
8986
|
type: Component,
|
|
8991
8987
|
args: [{
|
|
8992
8988
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -9040,7 +9036,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9040
9036
|
</table>
|
|
9041
9037
|
`
|
|
9042
9038
|
}]
|
|
9043
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
9039
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: i1$1.LocalizationService }]; }, propDecorators: { classes: [{
|
|
9044
9040
|
type: HostBinding,
|
|
9045
9041
|
args: ['class.k-scheduler-content']
|
|
9046
9042
|
}], tasks: [{
|
|
@@ -9340,8 +9336,8 @@ class AgendaViewInternalComponent {
|
|
|
9340
9336
|
}
|
|
9341
9337
|
}
|
|
9342
9338
|
}
|
|
9343
|
-
AgendaViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9344
|
-
AgendaViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9339
|
+
AgendaViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewInternalComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: PDFService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9340
|
+
AgendaViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaViewInternalComponent, selector: "agenda-view-internal", inputs: { 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: `
|
|
9345
9341
|
<table class="k-scheduler-layout k-scheduler-agendaview k-scheduler-agenda" role="grid">
|
|
9346
9342
|
<tbody role="none">
|
|
9347
9343
|
<tr>
|
|
@@ -9365,8 +9361,8 @@ AgendaViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
9365
9361
|
</tr>
|
|
9366
9362
|
</tbody>
|
|
9367
9363
|
</table>
|
|
9368
|
-
`, isInline: true,
|
|
9369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9364
|
+
`, 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: i3$1.AsyncPipe, name: "async" }] });
|
|
9365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewInternalComponent, decorators: [{
|
|
9370
9366
|
type: Component,
|
|
9371
9367
|
args: [{
|
|
9372
9368
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -9397,7 +9393,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9397
9393
|
</table>
|
|
9398
9394
|
`
|
|
9399
9395
|
}]
|
|
9400
|
-
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
9396
|
+
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: PDFService }, { type: i1$1.LocalizationService }]; }, propDecorators: { eventTemplate: [{
|
|
9401
9397
|
type: Input
|
|
9402
9398
|
}], slotClass: [{
|
|
9403
9399
|
type: Input
|
|
@@ -9464,8 +9460,8 @@ class AgendaViewComponent extends ConfigurationViewBase {
|
|
|
9464
9460
|
return this.localization.get('agendaViewTitle');
|
|
9465
9461
|
}
|
|
9466
9462
|
}
|
|
9467
|
-
AgendaViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9468
|
-
AgendaViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9463
|
+
AgendaViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9464
|
+
AgendaViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AgendaViewComponent, selector: "kendo-scheduler-agenda-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
9469
9465
|
provide: SchedulerView,
|
|
9470
9466
|
useExisting: forwardRef(() => AgendaViewComponent)
|
|
9471
9467
|
}], queries: [{ propertyName: "eventTemplate", first: true, predicate: EventTemplateDirective, descendants: true }, { propertyName: "agendaTimeTemplate", first: true, predicate: AgendaTimeTemplateDirective, descendants: true }, { propertyName: "agendaDateTemplate", first: true, predicate: AgendaDateTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -9482,8 +9478,8 @@ AgendaViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9482
9478
|
[selectedShortDateFormat]="selectedShortDateFormat">
|
|
9483
9479
|
</agenda-view-internal>
|
|
9484
9480
|
</ng-template>
|
|
9485
|
-
`, isInline: true,
|
|
9486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9481
|
+
`, isInline: true, dependencies: [{ kind: "component", type: AgendaViewInternalComponent, selector: "agenda-view-internal", inputs: ["eventTemplate", "slotClass", "eventClass", "eventStyles", "agendaTimeTemplate", "agendaDateTemplate", "selectedDateFormat", "selectedShortDateFormat", "numberOfDays"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewComponent, decorators: [{
|
|
9487
9483
|
type: Component,
|
|
9488
9484
|
args: [{
|
|
9489
9485
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -9538,15 +9534,15 @@ const COMPONENTS = [
|
|
|
9538
9534
|
*/
|
|
9539
9535
|
class AgendaViewModule {
|
|
9540
9536
|
}
|
|
9541
|
-
AgendaViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9542
|
-
AgendaViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
9537
|
+
AgendaViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9538
|
+
AgendaViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewModule, declarations: [AgendaHeaderComponent,
|
|
9543
9539
|
AgendaHeaderItemComponent,
|
|
9544
9540
|
AgendaListComponent,
|
|
9545
9541
|
AgendaTaskItemComponent,
|
|
9546
9542
|
AgendaViewComponent,
|
|
9547
9543
|
AgendaViewInternalComponent], imports: [CommonModule, IntlModule, SharedModule, IconsModule], exports: [AgendaViewComponent] });
|
|
9548
|
-
AgendaViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9544
|
+
AgendaViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewModule, imports: [CommonModule, IntlModule, SharedModule, IconsModule] });
|
|
9545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AgendaViewModule, decorators: [{
|
|
9550
9546
|
type: NgModule,
|
|
9551
9547
|
args: [{
|
|
9552
9548
|
imports: [CommonModule, IntlModule, SharedModule, IconsModule],
|
|
@@ -9693,7 +9689,7 @@ const EVENT_OFFSET = 2;
|
|
|
9693
9689
|
/**
|
|
9694
9690
|
* @hidden
|
|
9695
9691
|
*/
|
|
9696
|
-
|
|
9692
|
+
let SlotRange$1 = class SlotRange {
|
|
9697
9693
|
constructor(index) {
|
|
9698
9694
|
this.index = index;
|
|
9699
9695
|
this.slotMap = new ItemMap();
|
|
@@ -9794,7 +9790,7 @@ class SlotRange$1 {
|
|
|
9794
9790
|
event.reflow();
|
|
9795
9791
|
});
|
|
9796
9792
|
}
|
|
9797
|
-
}
|
|
9793
|
+
};
|
|
9798
9794
|
/**
|
|
9799
9795
|
* @hidden
|
|
9800
9796
|
*/
|
|
@@ -10077,9 +10073,9 @@ class BaseViewItem {
|
|
|
10077
10073
|
return !this.localization.rtl ? [this.caretAltLeftIcon, this.caretAltRightIcon] : [this.caretAltRightIcon, this.caretAltLeftIcon];
|
|
10078
10074
|
}
|
|
10079
10075
|
}
|
|
10080
|
-
BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10081
|
-
BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
10082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10076
|
+
BaseViewItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
10077
|
+
BaseViewItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseViewItem, 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 });
|
|
10078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseViewItem, decorators: [{
|
|
10083
10079
|
type: Directive
|
|
10084
10080
|
}], ctorParameters: function () { return [{ type: BaseSlotService }, { type: i1$1.LocalizationService }, { type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined }]; }, propDecorators: { item: [{
|
|
10085
10081
|
type: Input
|
|
@@ -10135,8 +10131,8 @@ class MonthViewItemComponent extends BaseViewItem {
|
|
|
10135
10131
|
super.reflow();
|
|
10136
10132
|
}
|
|
10137
10133
|
}
|
|
10138
|
-
MonthViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10139
|
-
MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10134
|
+
MonthViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewItemComponent, deps: [{ token: MonthSlotService }, { token: i1$1.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
10135
|
+
MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthViewItemComponent, selector: "[monthViewItem]", usesInheritance: true, ngImport: i0, template: `
|
|
10140
10136
|
<span class="k-event-actions">
|
|
10141
10137
|
<kendo-icon-wrapper
|
|
10142
10138
|
*ngIf="item.tail"
|
|
@@ -10180,8 +10176,8 @@ MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
10180
10176
|
<span class="k-resize-handle k-resize-w"></span>
|
|
10181
10177
|
<span class="k-resize-handle k-resize-e"></span>
|
|
10182
10178
|
</ng-container>
|
|
10183
|
-
`, isInline: true,
|
|
10184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10179
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
10180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewItemComponent, decorators: [{
|
|
10185
10181
|
type: Component,
|
|
10186
10182
|
args: [{
|
|
10187
10183
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -10311,12 +10307,12 @@ class HintContainerComponent {
|
|
|
10311
10307
|
this.changeDetector.detectChanges();
|
|
10312
10308
|
}
|
|
10313
10309
|
}
|
|
10314
|
-
HintContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10315
|
-
HintContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10310
|
+
HintContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HintContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10311
|
+
HintContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: HintContainerComponent, selector: "kendo-hint-container", queries: [{ propertyName: "hintTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
|
|
10316
10312
|
<ng-container [ngTemplateOutlet]="hintTemplate">
|
|
10317
10313
|
</ng-container>
|
|
10318
|
-
`, isInline: true,
|
|
10319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10314
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
10315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HintContainerComponent, decorators: [{
|
|
10320
10316
|
type: Component,
|
|
10321
10317
|
args: [{
|
|
10322
10318
|
selector: 'kendo-hint-container',
|
|
@@ -11279,11 +11275,11 @@ class BaseView {
|
|
|
11279
11275
|
};
|
|
11280
11276
|
}
|
|
11281
11277
|
}
|
|
11282
|
-
BaseView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11283
|
-
BaseView.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
11284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11278
|
+
BaseView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseView, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: BaseSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11279
|
+
BaseView.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseView, inputs: { eventTemplate: "eventTemplate", groupHeaderTemplate: "groupHeaderTemplate", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", eventHeight: "eventHeight", 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: "timesTable", first: true, predicate: ["timesTable"], descendants: true }, { propertyName: "headerWrap", first: true, predicate: ["headerWrap"], descendants: true }, { propertyName: "hintContainer", first: true, predicate: ["hintContainer"], descendants: true }], usesOnChanges: true, ngImport: i0 });
|
|
11280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseView, decorators: [{
|
|
11285
11281
|
type: Directive
|
|
11286
|
-
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
11282
|
+
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: BaseSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i7.ScrollbarWidthService }]; }, propDecorators: { eventTemplate: [{
|
|
11287
11283
|
type: Input
|
|
11288
11284
|
}], groupHeaderTemplate: [{
|
|
11289
11285
|
type: Input
|
|
@@ -11327,6 +11323,86 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11327
11323
|
args: ['hintContainer', { static: false }]
|
|
11328
11324
|
}] } });
|
|
11329
11325
|
|
|
11326
|
+
/**
|
|
11327
|
+
* @hidden
|
|
11328
|
+
*/
|
|
11329
|
+
class ResizeHintComponent {
|
|
11330
|
+
constructor() {
|
|
11331
|
+
this.marqueeClasses = true;
|
|
11332
|
+
}
|
|
11333
|
+
get left() {
|
|
11334
|
+
return this.hint.rect.left;
|
|
11335
|
+
}
|
|
11336
|
+
get top() {
|
|
11337
|
+
return this.hint.rect.top;
|
|
11338
|
+
}
|
|
11339
|
+
get width() {
|
|
11340
|
+
return this.hint.rect.width;
|
|
11341
|
+
}
|
|
11342
|
+
get height() {
|
|
11343
|
+
return this.hint.rect.height;
|
|
11344
|
+
}
|
|
11345
|
+
get start() {
|
|
11346
|
+
return toLocalDate(this.hint.start);
|
|
11347
|
+
}
|
|
11348
|
+
get end() {
|
|
11349
|
+
return toLocalDate(this.hint.end);
|
|
11350
|
+
}
|
|
11351
|
+
}
|
|
11352
|
+
ResizeHintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11353
|
+
ResizeHintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: { hint: "hint", format: "format" }, host: { properties: { "class.k-marquee": "this.marqueeClasses", "class.k-scheduler-marquee": "this.marqueeClasses", "class.k-first": "this.marqueeClasses", "class.k-last": "this.marqueeClasses", "style.left.px": "this.left", "style.right.px": "this.left", "style.top.px": "this.top", "style.width.px": "this.width", "style.height.px": "this.height" } }, ngImport: i0, template: `
|
|
11354
|
+
<div class="k-marquee-color"></div>
|
|
11355
|
+
<div class="k-marquee-text">
|
|
11356
|
+
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
11357
|
+
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
11358
|
+
</div>
|
|
11359
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }] });
|
|
11360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeHintComponent, decorators: [{
|
|
11361
|
+
type: Component,
|
|
11362
|
+
args: [{
|
|
11363
|
+
// eslint-disable-next-line @angular-eslint/component-selector
|
|
11364
|
+
selector: '[kendoResizeHint]',
|
|
11365
|
+
template: `
|
|
11366
|
+
<div class="k-marquee-color"></div>
|
|
11367
|
+
<div class="k-marquee-text">
|
|
11368
|
+
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
11369
|
+
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
11370
|
+
</div>
|
|
11371
|
+
`
|
|
11372
|
+
}]
|
|
11373
|
+
}], propDecorators: { hint: [{
|
|
11374
|
+
type: Input
|
|
11375
|
+
}], format: [{
|
|
11376
|
+
type: Input
|
|
11377
|
+
}], marqueeClasses: [{
|
|
11378
|
+
type: HostBinding,
|
|
11379
|
+
args: ['class.k-marquee']
|
|
11380
|
+
}, {
|
|
11381
|
+
type: HostBinding,
|
|
11382
|
+
args: ['class.k-scheduler-marquee']
|
|
11383
|
+
}, {
|
|
11384
|
+
type: HostBinding,
|
|
11385
|
+
args: ['class.k-first']
|
|
11386
|
+
}, {
|
|
11387
|
+
type: HostBinding,
|
|
11388
|
+
args: ['class.k-last']
|
|
11389
|
+
}], left: [{
|
|
11390
|
+
type: HostBinding,
|
|
11391
|
+
args: ['style.left.px']
|
|
11392
|
+
}, {
|
|
11393
|
+
type: HostBinding,
|
|
11394
|
+
args: ['style.right.px']
|
|
11395
|
+
}], top: [{
|
|
11396
|
+
type: HostBinding,
|
|
11397
|
+
args: ['style.top.px']
|
|
11398
|
+
}], width: [{
|
|
11399
|
+
type: HostBinding,
|
|
11400
|
+
args: ['style.width.px']
|
|
11401
|
+
}], height: [{
|
|
11402
|
+
type: HostBinding,
|
|
11403
|
+
args: ['style.height.px']
|
|
11404
|
+
}] } });
|
|
11405
|
+
|
|
11330
11406
|
/**
|
|
11331
11407
|
* @hidden
|
|
11332
11408
|
*/
|
|
@@ -11404,9 +11480,9 @@ class BaseSlotDirective {
|
|
|
11404
11480
|
this._rect = null;
|
|
11405
11481
|
}
|
|
11406
11482
|
}
|
|
11407
|
-
BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11408
|
-
BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
11409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11483
|
+
BaseSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, deps: [{ token: i0.ElementRef }, { token: BaseSlotService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11484
|
+
BaseSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseSlotDirective, inputs: { id: "id" }, host: { properties: { "attr.data-slot-index": "this.slotIndex" } }, ngImport: i0 });
|
|
11485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseSlotDirective, decorators: [{
|
|
11410
11486
|
type: Directive
|
|
11411
11487
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: BaseSlotService }, { type: i1$1.LocalizationService }]; }, propDecorators: { id: [{
|
|
11412
11488
|
type: Input
|
|
@@ -11482,8 +11558,8 @@ class MonthSlotComponent extends BaseSlotDirective {
|
|
|
11482
11558
|
this.cdr.detectChanges();
|
|
11483
11559
|
}
|
|
11484
11560
|
}
|
|
11485
|
-
MonthSlotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11486
|
-
MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11561
|
+
MonthSlotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthSlotComponent, deps: [{ token: i0.ElementRef }, { token: MonthSlotService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
11562
|
+
MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthSlotComponent, selector: "[monthSlot]", inputs: { resourcesByIndex: "resourcesByIndex", monthDaySlotTemplateRef: "monthDaySlotTemplateRef", day: ["monthSlot", "day"] }, usesInheritance: true, ngImport: i0, template: `
|
|
11487
11563
|
<span *ngIf="!monthDaySlotTemplateRef" aria-hidden="true" class="k-link k-nav-day">
|
|
11488
11564
|
{{ day | kendoDate: isFirstDayOfMonth(day) ? 'MMM dd' : 'dd' }}
|
|
11489
11565
|
</span>
|
|
@@ -11501,8 +11577,8 @@ MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
11501
11577
|
>
|
|
11502
11578
|
</kendo-icon-wrapper>
|
|
11503
11579
|
</div>
|
|
11504
|
-
`, isInline: true,
|
|
11505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11580
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }] });
|
|
11581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
11506
11582
|
type: Component,
|
|
11507
11583
|
args: [{
|
|
11508
11584
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -11536,85 +11612,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11536
11612
|
args: ['monthSlot']
|
|
11537
11613
|
}] } });
|
|
11538
11614
|
|
|
11615
|
+
class NumberIterator {
|
|
11616
|
+
constructor(count) {
|
|
11617
|
+
this.count = count;
|
|
11618
|
+
}
|
|
11619
|
+
*[iterator]() {
|
|
11620
|
+
for (let i = 0; i < this.count; i++) {
|
|
11621
|
+
yield i;
|
|
11622
|
+
}
|
|
11623
|
+
}
|
|
11624
|
+
}
|
|
11539
11625
|
/**
|
|
11540
11626
|
* @hidden
|
|
11541
11627
|
*/
|
|
11542
|
-
class
|
|
11543
|
-
|
|
11544
|
-
|
|
11545
|
-
}
|
|
11546
|
-
get left() {
|
|
11547
|
-
return this.hint.rect.left;
|
|
11548
|
-
}
|
|
11549
|
-
get top() {
|
|
11550
|
-
return this.hint.rect.top;
|
|
11551
|
-
}
|
|
11552
|
-
get width() {
|
|
11553
|
-
return this.hint.rect.width;
|
|
11554
|
-
}
|
|
11555
|
-
get height() {
|
|
11556
|
-
return this.hint.rect.height;
|
|
11557
|
-
}
|
|
11558
|
-
get start() {
|
|
11559
|
-
return toLocalDate(this.hint.start);
|
|
11560
|
-
}
|
|
11561
|
-
get end() {
|
|
11562
|
-
return toLocalDate(this.hint.end);
|
|
11628
|
+
class RepeatPipe {
|
|
11629
|
+
transform(value) {
|
|
11630
|
+
return new NumberIterator(value);
|
|
11563
11631
|
}
|
|
11564
11632
|
}
|
|
11565
|
-
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
11570
|
-
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
11571
|
-
</div>
|
|
11572
|
-
`, isInline: true, directives: [{ type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "kendoDate": i1$4.DatePipe } });
|
|
11573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeHintComponent, decorators: [{
|
|
11574
|
-
type: Component,
|
|
11633
|
+
RepeatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RepeatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11634
|
+
RepeatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RepeatPipe, name: "repeat" });
|
|
11635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RepeatPipe, decorators: [{
|
|
11636
|
+
type: Pipe,
|
|
11575
11637
|
args: [{
|
|
11576
|
-
// eslint-disable-next-line @angular-eslint/
|
|
11577
|
-
|
|
11578
|
-
template: `
|
|
11579
|
-
<div class="k-marquee-color"></div>
|
|
11580
|
-
<div class="k-marquee-text">
|
|
11581
|
-
<div class="k-label-top" *ngIf="hint.first">{{ start | kendoDate : format }}</div>
|
|
11582
|
-
<div class="k-label-bottom" *ngIf="hint.last">{{ end | kendoDate : format }}</div>
|
|
11583
|
-
</div>
|
|
11584
|
-
`
|
|
11638
|
+
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
11639
|
+
name: 'repeat'
|
|
11585
11640
|
}]
|
|
11586
|
-
}]
|
|
11587
|
-
type: Input
|
|
11588
|
-
}], format: [{
|
|
11589
|
-
type: Input
|
|
11590
|
-
}], marqueeClasses: [{
|
|
11591
|
-
type: HostBinding,
|
|
11592
|
-
args: ['class.k-marquee']
|
|
11593
|
-
}, {
|
|
11594
|
-
type: HostBinding,
|
|
11595
|
-
args: ['class.k-scheduler-marquee']
|
|
11596
|
-
}, {
|
|
11597
|
-
type: HostBinding,
|
|
11598
|
-
args: ['class.k-first']
|
|
11599
|
-
}, {
|
|
11600
|
-
type: HostBinding,
|
|
11601
|
-
args: ['class.k-last']
|
|
11602
|
-
}], left: [{
|
|
11603
|
-
type: HostBinding,
|
|
11604
|
-
args: ['style.left.px']
|
|
11605
|
-
}, {
|
|
11606
|
-
type: HostBinding,
|
|
11607
|
-
args: ['style.right.px']
|
|
11608
|
-
}], top: [{
|
|
11609
|
-
type: HostBinding,
|
|
11610
|
-
args: ['style.top.px']
|
|
11611
|
-
}], width: [{
|
|
11612
|
-
type: HostBinding,
|
|
11613
|
-
args: ['style.width.px']
|
|
11614
|
-
}], height: [{
|
|
11615
|
-
type: HostBinding,
|
|
11616
|
-
args: ['style.height.px']
|
|
11617
|
-
}] } });
|
|
11641
|
+
}] });
|
|
11618
11642
|
|
|
11619
11643
|
class ResourceIterator {
|
|
11620
11644
|
constructor(resources, lastIndex = resources.length - 1) {
|
|
@@ -11646,9 +11670,9 @@ class ResourceIteratorPipe {
|
|
|
11646
11670
|
return new ResourceIterator(resources, lastIndex);
|
|
11647
11671
|
}
|
|
11648
11672
|
}
|
|
11649
|
-
ResourceIteratorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11650
|
-
ResourceIteratorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "
|
|
11651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11673
|
+
ResourceIteratorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResourceIteratorPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11674
|
+
ResourceIteratorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ResourceIteratorPipe, name: "resourceIterator" });
|
|
11675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResourceIteratorPipe, decorators: [{
|
|
11652
11676
|
type: Pipe,
|
|
11653
11677
|
args: [{
|
|
11654
11678
|
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
@@ -11656,34 +11680,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
11656
11680
|
}]
|
|
11657
11681
|
}] });
|
|
11658
11682
|
|
|
11659
|
-
class NumberIterator {
|
|
11660
|
-
constructor(count) {
|
|
11661
|
-
this.count = count;
|
|
11662
|
-
}
|
|
11663
|
-
*[iterator]() {
|
|
11664
|
-
for (let i = 0; i < this.count; i++) {
|
|
11665
|
-
yield i;
|
|
11666
|
-
}
|
|
11667
|
-
}
|
|
11668
|
-
}
|
|
11669
|
-
/**
|
|
11670
|
-
* @hidden
|
|
11671
|
-
*/
|
|
11672
|
-
class RepeatPipe {
|
|
11673
|
-
transform(value) {
|
|
11674
|
-
return new NumberIterator(value);
|
|
11675
|
-
}
|
|
11676
|
-
}
|
|
11677
|
-
RepeatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
11678
|
-
RepeatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatPipe, name: "repeat" });
|
|
11679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RepeatPipe, decorators: [{
|
|
11680
|
-
type: Pipe,
|
|
11681
|
-
args: [{
|
|
11682
|
-
// eslint-disable-next-line @angular-eslint/pipe-prefix
|
|
11683
|
-
name: 'repeat'
|
|
11684
|
-
}]
|
|
11685
|
-
}] });
|
|
11686
|
-
|
|
11687
11683
|
/**
|
|
11688
11684
|
* @hidden
|
|
11689
11685
|
*/
|
|
@@ -11873,8 +11869,8 @@ class MonthViewRendererComponent extends BaseView {
|
|
|
11873
11869
|
return weeks;
|
|
11874
11870
|
}
|
|
11875
11871
|
}
|
|
11876
|
-
MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11877
|
-
MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11872
|
+
MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11873
|
+
MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthViewRendererComponent, selector: "month-view", inputs: { monthDaySlotTemplate: "monthDaySlotTemplate", highlightOngoingEvents: "highlightOngoingEvents", type: "type", numberOfWeeks: "numberOfWeeks", newRange: "newRange", dateRangeFn: "dateRangeFn" }, providers: [
|
|
11878
11874
|
MonthSlotService
|
|
11879
11875
|
], viewQueries: [{ propertyName: "eventElements", predicate: MonthViewItemComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
11880
11876
|
<div class="k-scheduler-layout k-scheduler-monthview k-scheduler-flex-layout">
|
|
@@ -12000,8 +11996,8 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
12000
11996
|
</div>
|
|
12001
11997
|
</div>
|
|
12002
11998
|
</div>
|
|
12003
|
-
`, isInline: true,
|
|
12004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11999
|
+
`, isInline: true, dependencies: [{ kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: MonthViewItemComponent, selector: "[monthViewItem]" }, { kind: "component", type: MonthSlotComponent, selector: "[monthSlot]", inputs: ["resourcesByIndex", "monthDaySlotTemplateRef", "monthSlot"] }, { kind: "pipe", type: RepeatPipe, name: "repeat" }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i3$1.AsyncPipe, name: "async" }] });
|
|
12000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewRendererComponent, decorators: [{
|
|
12005
12001
|
type: Component,
|
|
12006
12002
|
args: [{
|
|
12007
12003
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -12135,7 +12131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12135
12131
|
</div>
|
|
12136
12132
|
`
|
|
12137
12133
|
}]
|
|
12138
|
-
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
12134
|
+
}], ctorParameters: function () { return [{ type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: MonthSlotService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i7.ScrollbarWidthService }]; }, propDecorators: { monthDaySlotTemplate: [{
|
|
12139
12135
|
type: Input
|
|
12140
12136
|
}], highlightOngoingEvents: [{
|
|
12141
12137
|
type: Input
|
|
@@ -12206,8 +12202,8 @@ class MonthViewComponent extends ConfigurationViewBase {
|
|
|
12206
12202
|
return firstDayOfMonth(addMonths(date, direction));
|
|
12207
12203
|
}
|
|
12208
12204
|
}
|
|
12209
|
-
MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12210
|
-
MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
12205
|
+
MonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12206
|
+
MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MonthViewComponent, selector: "kendo-scheduler-month-view", inputs: { eventHeight: "eventHeight", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
12211
12207
|
provide: SchedulerView,
|
|
12212
12208
|
useExisting: forwardRef(() => MonthViewComponent)
|
|
12213
12209
|
}], queries: [{ propertyName: "monthDaySlotTemplate", first: true, predicate: MonthDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -12229,8 +12225,8 @@ MonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
12229
12225
|
[newRange]="newRange">
|
|
12230
12226
|
</month-view>
|
|
12231
12227
|
</ng-template>
|
|
12232
|
-
`, isInline: true,
|
|
12233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12228
|
+
`, isInline: true, dependencies: [{ kind: "component", type: MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewComponent, decorators: [{
|
|
12234
12230
|
type: Component,
|
|
12235
12231
|
args: [{
|
|
12236
12232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -12260,7 +12256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12260
12256
|
</ng-template>
|
|
12261
12257
|
`
|
|
12262
12258
|
}]
|
|
12263
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
12259
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }]; }, propDecorators: { eventHeight: [{
|
|
12264
12260
|
type: Input
|
|
12265
12261
|
}], selectedDateFormat: [{
|
|
12266
12262
|
type: Input
|
|
@@ -12329,8 +12325,8 @@ class MultiWeekViewComponent extends ConfigurationViewBase {
|
|
|
12329
12325
|
return firstDayInWeek(addWeeks(date, this.numberOfWeeks * direction));
|
|
12330
12326
|
}
|
|
12331
12327
|
}
|
|
12332
|
-
MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12333
|
-
MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
12328
|
+
MultiWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12329
|
+
MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiWeekViewComponent, selector: "kendo-scheduler-multi-week-view", inputs: { eventHeight: "eventHeight", numberOfWeeks: "numberOfWeeks", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
12334
12330
|
provide: SchedulerView,
|
|
12335
12331
|
useExisting: forwardRef(() => MultiWeekViewComponent)
|
|
12336
12332
|
}], queries: [{ propertyName: "multiWeekDaySlotTemplate", first: true, predicate: MultiWeekDaySlotTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -12353,8 +12349,8 @@ MultiWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
12353
12349
|
[newRange]="newRange">
|
|
12354
12350
|
</month-view>
|
|
12355
12351
|
</ng-template>
|
|
12356
|
-
`, isInline: true,
|
|
12357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12352
|
+
`, isInline: true, dependencies: [{ kind: "component", type: MonthViewRendererComponent, selector: "month-view", inputs: ["monthDaySlotTemplate", "highlightOngoingEvents", "type", "numberOfWeeks", "newRange", "dateRangeFn"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiWeekViewComponent, decorators: [{
|
|
12358
12354
|
type: Component,
|
|
12359
12355
|
args: [{
|
|
12360
12356
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -12385,7 +12381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12385
12381
|
</ng-template>
|
|
12386
12382
|
`
|
|
12387
12383
|
}]
|
|
12388
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
12384
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }]; }, propDecorators: { eventHeight: [{
|
|
12389
12385
|
type: Input
|
|
12390
12386
|
}], numberOfWeeks: [{
|
|
12391
12387
|
type: Input
|
|
@@ -12422,8 +12418,8 @@ class ViewFooterComponent {
|
|
|
12422
12418
|
this.itemClick.emit(item);
|
|
12423
12419
|
}
|
|
12424
12420
|
}
|
|
12425
|
-
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12426
|
-
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
12421
|
+
ViewFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewFooterComponent, deps: [{ token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12422
|
+
ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ViewFooterComponent, selector: "[viewFooter]", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, host: { properties: { "class.k-scheduler-footer": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "attr.role": "this.toolbarRole", "style.justify-content": "this.inlineJustifyContentStyle" } }, ngImport: i0, template: `
|
|
12427
12423
|
<span class="k-scheduler-navigation">
|
|
12428
12424
|
<button
|
|
12429
12425
|
*ngFor="let item of items"
|
|
@@ -12438,8 +12434,8 @@ ViewFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12438
12434
|
<span class="k-button-text">{{ item.text }}</span>
|
|
12439
12435
|
</button>
|
|
12440
12436
|
</span>
|
|
12441
|
-
`, isInline: true,
|
|
12442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12437
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
12438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewFooterComponent, decorators: [{
|
|
12443
12439
|
type: Component,
|
|
12444
12440
|
args: [{
|
|
12445
12441
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -12503,9 +12499,9 @@ class WorkHoursFooterDirective {
|
|
|
12503
12499
|
this.footerItems[0].text = this.showWorkHours ? this.localization.get('showFullDay') : this.localization.get('showWorkDay');
|
|
12504
12500
|
}
|
|
12505
12501
|
}
|
|
12506
|
-
WorkHoursFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12507
|
-
WorkHoursFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
12508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12502
|
+
WorkHoursFooterDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkHoursFooterDirective, deps: [{ token: ViewFooterComponent }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12503
|
+
WorkHoursFooterDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: { showWorkHours: "showWorkHours" }, usesOnChanges: true, ngImport: i0 });
|
|
12504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkHoursFooterDirective, decorators: [{
|
|
12509
12505
|
type: Directive,
|
|
12510
12506
|
args: [{
|
|
12511
12507
|
selector: '[kendoWorkHoursFooter]'
|
|
@@ -12527,8 +12523,8 @@ const DECLARATIONS = [
|
|
|
12527
12523
|
*/
|
|
12528
12524
|
class ViewsSharedModule {
|
|
12529
12525
|
}
|
|
12530
|
-
ViewsSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12531
|
-
ViewsSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
12526
|
+
ViewsSharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewsSharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12527
|
+
ViewsSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ViewsSharedModule, declarations: [ViewFooterComponent,
|
|
12532
12528
|
WorkHoursFooterDirective,
|
|
12533
12529
|
RepeatPipe,
|
|
12534
12530
|
ResourceIteratorPipe,
|
|
@@ -12542,11 +12538,11 @@ ViewsSharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
12542
12538
|
CommonModule,
|
|
12543
12539
|
SharedModule,
|
|
12544
12540
|
IconsModule] });
|
|
12545
|
-
ViewsSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12541
|
+
ViewsSharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewsSharedModule, imports: [CommonModule, IntlModule, SharedModule, ButtonsModule, IconsModule, IntlModule,
|
|
12546
12542
|
CommonModule,
|
|
12547
12543
|
SharedModule,
|
|
12548
12544
|
IconsModule] });
|
|
12549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12545
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewsSharedModule, decorators: [{
|
|
12550
12546
|
type: NgModule,
|
|
12551
12547
|
args: [{
|
|
12552
12548
|
imports: [CommonModule, IntlModule, SharedModule, ButtonsModule, IconsModule],
|
|
@@ -12568,19 +12564,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12568
12564
|
*/
|
|
12569
12565
|
class MonthViewModule {
|
|
12570
12566
|
}
|
|
12571
|
-
MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12572
|
-
MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
12567
|
+
MonthViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12568
|
+
MonthViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, declarations: [MonthViewComponent,
|
|
12573
12569
|
MonthViewRendererComponent,
|
|
12574
12570
|
MonthViewItemComponent,
|
|
12575
12571
|
MonthSlotComponent,
|
|
12576
12572
|
MultiWeekViewComponent], imports: [ViewsSharedModule,
|
|
12577
12573
|
IconsModule], exports: [MonthViewComponent,
|
|
12578
12574
|
MultiWeekViewComponent] });
|
|
12579
|
-
MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
12580
|
-
|
|
12581
|
-
|
|
12582
|
-
]] });
|
|
12583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MonthViewModule, decorators: [{
|
|
12575
|
+
MonthViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, imports: [ViewsSharedModule,
|
|
12576
|
+
IconsModule] });
|
|
12577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewModule, decorators: [{
|
|
12584
12578
|
type: NgModule,
|
|
12585
12579
|
args: [{
|
|
12586
12580
|
imports: [
|
|
@@ -12702,9 +12696,9 @@ class DayTimeViewBase extends ConfigurationViewBase {
|
|
|
12702
12696
|
return isPresent(this[name]) ? this[name] : this.schedulerOptions[name];
|
|
12703
12697
|
}
|
|
12704
12698
|
}
|
|
12705
|
-
DayTimeViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12706
|
-
DayTimeViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
12707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12699
|
+
DayTimeViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewBase, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12700
|
+
DayTimeViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DayTimeViewBase, inputs: { showWorkHours: "showWorkHours", eventHeight: "eventHeight", startTime: "startTime", scrollTime: "scrollTime", endTime: "endTime", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", slotDuration: "slotDuration", slotDivisions: "slotDivisions", currentTimeMarker: "currentTimeMarker", highlightOngoingEvents: "highlightOngoingEvents" }, 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 });
|
|
12701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewBase, decorators: [{
|
|
12708
12702
|
type: Directive
|
|
12709
12703
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { timeSlotTemplate: [{
|
|
12710
12704
|
type: ContentChild,
|
|
@@ -12768,9 +12762,9 @@ class MultiDayViewBase extends DayTimeViewBase {
|
|
|
12768
12762
|
return this.optionValue(ALL_DAY_SLOT);
|
|
12769
12763
|
}
|
|
12770
12764
|
}
|
|
12771
|
-
MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12772
|
-
MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
12773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12765
|
+
MultiDayViewBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewBase, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12766
|
+
MultiDayViewBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewBase, inputs: { slotFill: "slotFill", allDaySlot: "allDaySlot" }, usesInheritance: true, ngImport: i0 });
|
|
12767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewBase, decorators: [{
|
|
12774
12768
|
type: Directive
|
|
12775
12769
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { slotFill: [{
|
|
12776
12770
|
type: Input
|
|
@@ -13476,8 +13470,8 @@ class DayTimeViewItemComponent extends BaseViewItem {
|
|
|
13476
13470
|
return this.intlService.format('{0:t}–{1:t}', toLocalDate(this.item.startTime), toLocalDate(this.item.endTime));
|
|
13477
13471
|
}
|
|
13478
13472
|
}
|
|
13479
|
-
DayTimeViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13480
|
-
DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13473
|
+
DayTimeViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewItemComponent, deps: [{ token: i1$3.IntlService }, { token: DayTimeSlotService }, { token: i1$1.LocalizationService }, { token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
13474
|
+
DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: { vertical: "vertical", isAllDay: "isAllDay" }, usesInheritance: true, ngImport: i0, template: `
|
|
13481
13475
|
<span class="k-event-actions">
|
|
13482
13476
|
<kendo-icon-wrapper
|
|
13483
13477
|
*ngIf="item.tail && !vertical"
|
|
@@ -13535,8 +13529,8 @@ DayTimeViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
13535
13529
|
<span class="k-resize-handle k-resize-w"></span>
|
|
13536
13530
|
<span class="k-resize-handle k-resize-e"></span>
|
|
13537
13531
|
</ng-container>
|
|
13538
|
-
`, isInline: true,
|
|
13539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13532
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
13533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewItemComponent, decorators: [{
|
|
13540
13534
|
type: Component,
|
|
13541
13535
|
args: [{
|
|
13542
13536
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -13601,7 +13595,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13601
13595
|
</ng-container>
|
|
13602
13596
|
`
|
|
13603
13597
|
}]
|
|
13604
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
13598
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: DayTimeSlotService }, { type: i1$1.LocalizationService }, { type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
|
|
13605
13599
|
type: Inject,
|
|
13606
13600
|
args: [LOCALE_ID]
|
|
13607
13601
|
}] }]; }, propDecorators: { vertical: [{
|
|
@@ -13929,12 +13923,12 @@ class DayTimeViewComponent extends BaseView {
|
|
|
13929
13923
|
return fields;
|
|
13930
13924
|
}
|
|
13931
13925
|
}
|
|
13932
|
-
DayTimeViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13933
|
-
DayTimeViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13926
|
+
DayTimeViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i1$1.LocalizationService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13927
|
+
DayTimeViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DayTimeViewComponent, 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 });
|
|
13928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeViewComponent, decorators: [{
|
|
13935
13929
|
type: Component,
|
|
13936
13930
|
args: [{ selector: 'kendo-day-time-view', template: '' }]
|
|
13937
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
13931
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i1$1.LocalizationService }, { type: i7.ScrollbarWidthService }]; }, propDecorators: { timeSlotTemplate: [{
|
|
13938
13932
|
type: Input
|
|
13939
13933
|
}], dateHeaderTemplate: [{
|
|
13940
13934
|
type: Input
|
|
@@ -14026,9 +14020,9 @@ class TimeSlotDirective extends BaseSlotDirective {
|
|
|
14026
14020
|
return localEnd;
|
|
14027
14021
|
}
|
|
14028
14022
|
}
|
|
14029
|
-
TimeSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14030
|
-
TimeSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
14031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14023
|
+
TimeSlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14024
|
+
TimeSlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimeSlotDirective, 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 });
|
|
14025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSlotDirective, decorators: [{
|
|
14032
14026
|
type: Directive,
|
|
14033
14027
|
args: [{
|
|
14034
14028
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -14083,9 +14077,9 @@ class DaySlotDirective extends BaseSlotDirective {
|
|
|
14083
14077
|
return true;
|
|
14084
14078
|
}
|
|
14085
14079
|
}
|
|
14086
|
-
DaySlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14087
|
-
DaySlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
14088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14080
|
+
DaySlotDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DaySlotDirective, deps: [{ token: i0.ElementRef }, { token: DayTimeSlotService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14081
|
+
DaySlotDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DaySlotDirective, selector: "[daySlot]", inputs: { start: "start", end: "end" }, host: { properties: { "attr.data-day-slot": "this.daySlot" } }, usesInheritance: true, ngImport: i0 });
|
|
14082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DaySlotDirective, decorators: [{
|
|
14089
14083
|
type: Directive,
|
|
14090
14084
|
args: [{
|
|
14091
14085
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -14311,8 +14305,8 @@ class MultiDayViewRendererComponent extends DayTimeViewComponent {
|
|
|
14311
14305
|
return index + 1 < this.timeSlots.length && !this.timeSlots[index + 1].isMajor;
|
|
14312
14306
|
}
|
|
14313
14307
|
}
|
|
14314
|
-
MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14315
|
-
MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14308
|
+
MultiDayViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewRendererComponent, deps: [{ token: i1$1.LocalizationService }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14309
|
+
MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: { allDaySlot: "allDaySlot", name: "name", slotFill: "slotFill", allDaySlotTemplate: "allDaySlotTemplate", allDayEventTemplate: "allDayEventTemplate" }, providers: [
|
|
14316
14310
|
DayTimeSlotService
|
|
14317
14311
|
], viewQueries: [{ propertyName: "headerHintContainer", first: true, predicate: ["headerHintContainer"], descendants: true }, { propertyName: "dayCells", predicate: ["allDayCell"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
14318
14312
|
<div class="k-scheduler-layout k-scheduler-flex-layout" role="presentation" [ngClass]="classNames">
|
|
@@ -14570,8 +14564,8 @@ MultiDayViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
14570
14564
|
</div>
|
|
14571
14565
|
</div>
|
|
14572
14566
|
</div>
|
|
14573
|
-
`, isInline: true,
|
|
14574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14567
|
+
`, isInline: true, dependencies: [{ kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "directive", type: DaySlotDirective, selector: "[daySlot]", inputs: ["start", "end"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i3$1.AsyncPipe, name: "async" }] });
|
|
14568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewRendererComponent, decorators: [{
|
|
14575
14569
|
type: Component,
|
|
14576
14570
|
args: [{
|
|
14577
14571
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -14837,7 +14831,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14837
14831
|
</div>
|
|
14838
14832
|
`
|
|
14839
14833
|
}]
|
|
14840
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
14834
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: PDFService }, { type: i7.ScrollbarWidthService }]; }, propDecorators: { allDaySlot: [{
|
|
14841
14835
|
type: Input
|
|
14842
14836
|
}], name: [{
|
|
14843
14837
|
type: Input
|
|
@@ -14884,7 +14878,6 @@ class DayViewComponent extends MultiDayViewBase {
|
|
|
14884
14878
|
set selectedDateFormat(value) {
|
|
14885
14879
|
this._selectedDateFormat = value;
|
|
14886
14880
|
}
|
|
14887
|
-
;
|
|
14888
14881
|
get selectedDateFormat() {
|
|
14889
14882
|
return this._selectedDateFormat;
|
|
14890
14883
|
}
|
|
@@ -14897,13 +14890,12 @@ class DayViewComponent extends MultiDayViewBase {
|
|
|
14897
14890
|
set selectedShortDateFormat(value) {
|
|
14898
14891
|
this._selectedShortDateFormat = value;
|
|
14899
14892
|
}
|
|
14900
|
-
;
|
|
14901
14893
|
get selectedShortDateFormat() {
|
|
14902
14894
|
return this._selectedShortDateFormat;
|
|
14903
14895
|
}
|
|
14904
14896
|
}
|
|
14905
|
-
DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14906
|
-
DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14897
|
+
DayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14898
|
+
DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DayViewComponent, selector: "kendo-scheduler-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
14907
14899
|
provide: SchedulerView,
|
|
14908
14900
|
useExisting: forwardRef(() => DayViewComponent)
|
|
14909
14901
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -14941,8 +14933,8 @@ DayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
14941
14933
|
</multi-day-view>
|
|
14942
14934
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
14943
14935
|
</ng-template>
|
|
14944
|
-
`, isInline: true,
|
|
14945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14936
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayViewComponent, decorators: [{
|
|
14946
14938
|
type: Component,
|
|
14947
14939
|
args: [{
|
|
14948
14940
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15056,8 +15048,8 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
15056
15048
|
return this.numberOfDays === 1 ? '{0:d}' : '{0:d} - {1:d}';
|
|
15057
15049
|
}
|
|
15058
15050
|
}
|
|
15059
|
-
MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15060
|
-
MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15051
|
+
MultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15052
|
+
MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiDayViewComponent, selector: "kendo-scheduler-multi-day-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
15061
15053
|
provide: SchedulerView,
|
|
15062
15054
|
useExisting: forwardRef(() => MultiDayViewComponent)
|
|
15063
15055
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -15097,8 +15089,8 @@ MultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
15097
15089
|
</multi-day-view>
|
|
15098
15090
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
15099
15091
|
</ng-template>
|
|
15100
|
-
`, isInline: true,
|
|
15101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15092
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewComponent, decorators: [{
|
|
15102
15094
|
type: Component,
|
|
15103
15095
|
args: [{
|
|
15104
15096
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15199,8 +15191,8 @@ class WeekViewComponent extends MultiDayViewBase {
|
|
|
15199
15191
|
return firstDayInWeek(getDate(selectedDate), this.viewWeekStart);
|
|
15200
15192
|
}
|
|
15201
15193
|
}
|
|
15202
|
-
WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15203
|
-
WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15194
|
+
WeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekViewComponent, deps: [{ token: i1$3.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15195
|
+
WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WeekViewComponent, selector: "kendo-scheduler-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
15204
15196
|
provide: SchedulerView,
|
|
15205
15197
|
useExisting: forwardRef(() => WeekViewComponent)
|
|
15206
15198
|
}], queries: [{ propertyName: "allDaySlotTemplate", first: true, predicate: AllDaySlotTemplateDirective, descendants: true }, { propertyName: "allDayEventTemplate", first: true, predicate: AllDayEventTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -15241,8 +15233,8 @@ WeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
15241
15233
|
</multi-day-view>
|
|
15242
15234
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
15243
15235
|
</ng-template>
|
|
15244
|
-
`, isInline: true,
|
|
15245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15236
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekViewComponent, decorators: [{
|
|
15246
15238
|
type: Component,
|
|
15247
15239
|
args: [{
|
|
15248
15240
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15291,7 +15283,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
15291
15283
|
</ng-template>
|
|
15292
15284
|
`
|
|
15293
15285
|
}]
|
|
15294
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
15286
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { selectedDateFormat: [{
|
|
15295
15287
|
type: Input
|
|
15296
15288
|
}], selectedShortDateFormat: [{
|
|
15297
15289
|
type: Input
|
|
@@ -15345,8 +15337,8 @@ class WorkWeekViewComponent extends WeekViewComponent {
|
|
|
15345
15337
|
return getDate(addDays(date, DAYS_IN_WEEK * count));
|
|
15346
15338
|
}
|
|
15347
15339
|
}
|
|
15348
|
-
WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15349
|
-
WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15340
|
+
WorkWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkWeekViewComponent, deps: [{ token: i1$3.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15341
|
+
WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WorkWeekViewComponent, selector: "kendo-scheduler-work-week-view", providers: [{
|
|
15350
15342
|
provide: SchedulerView,
|
|
15351
15343
|
useExisting: forwardRef(() => WorkWeekViewComponent)
|
|
15352
15344
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -15388,8 +15380,8 @@ WorkWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
15388
15380
|
</multi-day-view>
|
|
15389
15381
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
15390
15382
|
</ng-template>
|
|
15391
|
-
`, isInline: true,
|
|
15392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15383
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: MultiDayViewRendererComponent, selector: "multi-day-view", inputs: ["allDaySlot", "name", "slotFill", "allDaySlotTemplate", "allDayEventTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WorkWeekViewComponent, decorators: [{
|
|
15393
15385
|
type: Component,
|
|
15394
15386
|
args: [{
|
|
15395
15387
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15439,7 +15431,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
15439
15431
|
</ng-template>
|
|
15440
15432
|
`
|
|
15441
15433
|
}]
|
|
15442
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
15434
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; } });
|
|
15443
15435
|
|
|
15444
15436
|
const DIRECTIVES = [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent];
|
|
15445
15437
|
/**
|
|
@@ -15447,10 +15439,10 @@ const DIRECTIVES = [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponen
|
|
|
15447
15439
|
*/
|
|
15448
15440
|
class DayTimeModule {
|
|
15449
15441
|
}
|
|
15450
|
-
DayTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15451
|
-
DayTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
15452
|
-
DayTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
15453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15442
|
+
DayTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15443
|
+
DayTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DayTimeModule, declarations: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent], imports: [CommonModule, SharedModule, ViewsSharedModule, IconsModule], exports: [TimeSlotDirective, DaySlotDirective, DayTimeViewItemComponent] });
|
|
15444
|
+
DayTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeModule, imports: [CommonModule, SharedModule, ViewsSharedModule, IconsModule] });
|
|
15445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayTimeModule, decorators: [{
|
|
15454
15446
|
type: NgModule,
|
|
15455
15447
|
args: [{
|
|
15456
15448
|
imports: [CommonModule, SharedModule, ViewsSharedModule, IconsModule],
|
|
@@ -15474,8 +15466,8 @@ const PUBLIC_DIRECTIVES$1 = [
|
|
|
15474
15466
|
*/
|
|
15475
15467
|
class MultiDayViewModule {
|
|
15476
15468
|
}
|
|
15477
|
-
MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15478
|
-
MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
15469
|
+
MultiDayViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15470
|
+
MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, declarations: [DayViewComponent,
|
|
15479
15471
|
MultiDayViewComponent,
|
|
15480
15472
|
WeekViewComponent,
|
|
15481
15473
|
WorkWeekViewComponent, MultiDayViewRendererComponent], imports: [ViewsSharedModule,
|
|
@@ -15483,11 +15475,9 @@ MultiDayViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", vers
|
|
|
15483
15475
|
MultiDayViewComponent,
|
|
15484
15476
|
WeekViewComponent,
|
|
15485
15477
|
WorkWeekViewComponent] });
|
|
15486
|
-
MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
15487
|
-
|
|
15488
|
-
|
|
15489
|
-
]] });
|
|
15490
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultiDayViewModule, decorators: [{
|
|
15478
|
+
MultiDayViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, imports: [ViewsSharedModule,
|
|
15479
|
+
DayTimeModule] });
|
|
15480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiDayViewModule, decorators: [{
|
|
15491
15481
|
type: NgModule,
|
|
15492
15482
|
args: [{
|
|
15493
15483
|
imports: [
|
|
@@ -15524,12 +15514,12 @@ class SchedulerViewDirective extends SchedulerView {
|
|
|
15524
15514
|
this._name = value;
|
|
15525
15515
|
}
|
|
15526
15516
|
}
|
|
15527
|
-
SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15528
|
-
SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
15517
|
+
SchedulerViewDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerViewDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15518
|
+
SchedulerViewDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SchedulerViewDirective, selector: "[kendoSchedulerView]", inputs: { title: ["kendoSchedulerView", "title"], name: ["kendoSchedulerViewName", "name"] }, providers: [{
|
|
15529
15519
|
provide: SchedulerView,
|
|
15530
15520
|
useExisting: forwardRef(() => SchedulerViewDirective)
|
|
15531
15521
|
}], usesInheritance: true, ngImport: i0 });
|
|
15532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerViewDirective, decorators: [{
|
|
15533
15523
|
type: Directive,
|
|
15534
15524
|
args: [{
|
|
15535
15525
|
providers: [{
|
|
@@ -15642,8 +15632,8 @@ class TimelineMultiDayViewComponent extends DayTimeViewComponent {
|
|
|
15642
15632
|
return this.headerWrap.nativeElement.querySelector('tr:last-child').offsetTop;
|
|
15643
15633
|
}
|
|
15644
15634
|
}
|
|
15645
|
-
TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15646
|
-
TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15635
|
+
TimelineMultiDayViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }, { token: DayTimeSlotService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: PDFService }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15636
|
+
TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: { name: "name", columnWidth: "columnWidth", viewName: "viewName" }, providers: [
|
|
15647
15637
|
DayTimeSlotService
|
|
15648
15638
|
], viewQueries: [{ propertyName: "verticalResourceRows", predicate: ["verticalResourceRows"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
15649
15639
|
<div class="k-scheduler-layout k-scheduler-flex-layout" [ngClass]="classNames">
|
|
@@ -15816,8 +15806,8 @@ TimelineMultiDayViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
15816
15806
|
</div>
|
|
15817
15807
|
</div>
|
|
15818
15808
|
</div>
|
|
15819
|
-
`, isInline: true,
|
|
15820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15809
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TimeSlotDirective, selector: "[timeSlot]", inputs: ["invariantStart", "invariantEnd", "workDayStart", "workDayEnd", "workWeekStart", "workWeekEnd", "date"], exportAs: ["timeSlot"] }, { kind: "component", type: DayTimeViewItemComponent, selector: "[dayTimeViewItem]", inputs: ["vertical", "isAllDay"] }, { kind: "component", type: HintContainerComponent, selector: "kendo-hint-container" }, { kind: "component", type: ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }, { kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }, { kind: "pipe", type: RepeatPipe, name: "repeat" }, { kind: "pipe", type: ResourceIteratorPipe, name: "resourceIterator" }, { kind: "pipe", type: i1$3.DatePipe, name: "kendoDate" }, { kind: "pipe", type: i3$1.AsyncPipe, name: "async" }, { kind: "pipe", type: SortPipe, name: "sort" }] });
|
|
15810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMultiDayViewComponent, decorators: [{
|
|
15821
15811
|
type: Component,
|
|
15822
15812
|
args: [{
|
|
15823
15813
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -15998,7 +15988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
15998
15988
|
</div>
|
|
15999
15989
|
`
|
|
16000
15990
|
}]
|
|
16001
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
15991
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }, { type: DayTimeSlotService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: PDFService }, { type: i7.ScrollbarWidthService }]; }, propDecorators: { name: [{
|
|
16002
15992
|
type: Input
|
|
16003
15993
|
}], columnWidth: [{
|
|
16004
15994
|
type: Input
|
|
@@ -16024,9 +16014,9 @@ class TimelineBase extends DayTimeViewBase {
|
|
|
16024
16014
|
return this.optionValue(COLUMN_WIDTH);
|
|
16025
16015
|
}
|
|
16026
16016
|
}
|
|
16027
|
-
TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16028
|
-
TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16017
|
+
TimelineBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16018
|
+
TimelineBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimelineBase, inputs: { columnWidth: "columnWidth" }, usesInheritance: true, ngImport: i0 });
|
|
16019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineBase, decorators: [{
|
|
16030
16020
|
type: Directive
|
|
16031
16021
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { columnWidth: [{
|
|
16032
16022
|
type: Input
|
|
@@ -16091,13 +16081,12 @@ class TimelineViewComponent extends TimelineBase {
|
|
|
16091
16081
|
set numberOfDays(days) {
|
|
16092
16082
|
this._numberOfDays = days > 0 ? days : 1;
|
|
16093
16083
|
}
|
|
16094
|
-
;
|
|
16095
16084
|
get numberOfDays() {
|
|
16096
16085
|
return this._numberOfDays;
|
|
16097
16086
|
}
|
|
16098
16087
|
}
|
|
16099
|
-
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16100
|
-
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16088
|
+
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16089
|
+
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
16101
16090
|
provide: SchedulerView,
|
|
16102
16091
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
16103
16092
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -16133,8 +16122,8 @@ TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
16133
16122
|
</timeline-multi-day-view>
|
|
16134
16123
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
16135
16124
|
</ng-template>
|
|
16136
|
-
`, isInline: true,
|
|
16137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16125
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewComponent, decorators: [{
|
|
16138
16127
|
type: Component,
|
|
16139
16128
|
args: [{
|
|
16140
16129
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -16236,13 +16225,12 @@ class TimelineWeekViewComponent extends TimelineBase {
|
|
|
16236
16225
|
set numberOfWeeks(weeks) {
|
|
16237
16226
|
this._numberOfWeeks = weeks > 0 ? weeks : 1;
|
|
16238
16227
|
}
|
|
16239
|
-
;
|
|
16240
16228
|
get numberOfWeeks() {
|
|
16241
16229
|
return this._numberOfWeeks;
|
|
16242
16230
|
}
|
|
16243
16231
|
}
|
|
16244
|
-
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16245
|
-
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16232
|
+
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1$3.IntlService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16233
|
+
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
|
|
16246
16234
|
provide: SchedulerView,
|
|
16247
16235
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
16248
16236
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -16281,8 +16269,8 @@ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
16281
16269
|
</timeline-multi-day-view>
|
|
16282
16270
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
16283
16271
|
</ng-template>
|
|
16284
|
-
`, isInline: true,
|
|
16285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16272
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineWeekViewComponent, decorators: [{
|
|
16286
16274
|
type: Component,
|
|
16287
16275
|
args: [{
|
|
16288
16276
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -16329,7 +16317,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16329
16317
|
</ng-template>
|
|
16330
16318
|
`
|
|
16331
16319
|
}]
|
|
16332
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
16320
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }]; }, propDecorators: { selectedDateFormat: [{
|
|
16333
16321
|
type: Input
|
|
16334
16322
|
}], selectedShortDateFormat: [{
|
|
16335
16323
|
type: Input
|
|
@@ -16414,13 +16402,12 @@ class TimelineMonthViewComponent extends TimelineBase {
|
|
|
16414
16402
|
set numberOfMonths(months) {
|
|
16415
16403
|
this._numberOfMonths = months > 0 ? months : 1;
|
|
16416
16404
|
}
|
|
16417
|
-
;
|
|
16418
16405
|
get numberOfMonths() {
|
|
16419
16406
|
return this._numberOfMonths;
|
|
16420
16407
|
}
|
|
16421
16408
|
}
|
|
16422
|
-
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16423
|
-
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16409
|
+
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16410
|
+
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
|
|
16424
16411
|
provide: SchedulerView,
|
|
16425
16412
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
16426
16413
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -16459,8 +16446,8 @@ TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
16459
16446
|
</timeline-multi-day-view>
|
|
16460
16447
|
<div viewFooter kendoWorkHoursFooter [showWorkHours]="shouldShowWorkHours" (itemClick)="showWorkHours = !shouldShowWorkHours"></div>
|
|
16461
16448
|
</ng-template>
|
|
16462
|
-
`, isInline: true,
|
|
16463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16449
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ViewFooterComponent, selector: "[viewFooter]", inputs: ["items"], outputs: ["itemClick"] }, { kind: "directive", type: WorkHoursFooterDirective, selector: "[kendoWorkHoursFooter]", inputs: ["showWorkHours"] }, { kind: "component", type: TimelineMultiDayViewComponent, selector: "timeline-multi-day-view", inputs: ["name", "columnWidth", "viewName"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
|
|
16464
16451
|
type: Component,
|
|
16465
16452
|
args: [{
|
|
16466
16453
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -16525,18 +16512,16 @@ const PUBLIC_DIRECTIVES = [
|
|
|
16525
16512
|
*/
|
|
16526
16513
|
class TimelineViewModule {
|
|
16527
16514
|
}
|
|
16528
|
-
TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16529
|
-
TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
16515
|
+
TimelineViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16516
|
+
TimelineViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, declarations: [TimelineViewComponent,
|
|
16530
16517
|
TimelineWeekViewComponent,
|
|
16531
16518
|
TimelineMonthViewComponent, TimelineMultiDayViewComponent], imports: [DayTimeModule,
|
|
16532
16519
|
ViewsSharedModule], exports: [TimelineViewComponent,
|
|
16533
16520
|
TimelineWeekViewComponent,
|
|
16534
16521
|
TimelineMonthViewComponent] });
|
|
16535
|
-
TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
]] });
|
|
16539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewModule, decorators: [{
|
|
16522
|
+
TimelineViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, imports: [DayTimeModule,
|
|
16523
|
+
ViewsSharedModule] });
|
|
16524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimelineViewModule, decorators: [{
|
|
16540
16525
|
type: NgModule,
|
|
16541
16526
|
args: [{
|
|
16542
16527
|
imports: [
|
|
@@ -16925,9 +16910,9 @@ class EditingDirectiveBase {
|
|
|
16925
16910
|
return editable && editable[action] !== false;
|
|
16926
16911
|
}
|
|
16927
16912
|
}
|
|
16928
|
-
EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16929
|
-
EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16913
|
+
EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: SchedulerComponent }, { token: LocalDataChangesService }, { token: DialogsService }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16914
|
+
EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EditingDirectiveBase, inputs: { editService: "editService" }, outputs: { add: "add", edit: "edit" }, ngImport: i0 });
|
|
16915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, decorators: [{
|
|
16931
16916
|
type: Directive
|
|
16932
16917
|
}], ctorParameters: function () { return [{ type: SchedulerComponent }, { type: LocalDataChangesService }, { type: DialogsService }, { type: FocusService }]; }, propDecorators: { add: [{
|
|
16933
16918
|
type: Output
|
|
@@ -17017,9 +17002,9 @@ class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
|
17017
17002
|
return false;
|
|
17018
17003
|
}
|
|
17019
17004
|
}
|
|
17020
|
-
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17021
|
-
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17005
|
+
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: SchedulerComponent }, { token: LocalDataChangesService }, { token: DialogsService }, { token: FocusService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17006
|
+
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ReactiveEditingDirective, selector: "[kendoSchedulerReactiveEditing]", inputs: { createFormGroup: ["kendoSchedulerReactiveEditing", "createFormGroup"] }, usesInheritance: true, ngImport: i0 });
|
|
17007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
|
|
17023
17008
|
type: Directive,
|
|
17024
17009
|
args: [{
|
|
17025
17010
|
selector: '[kendoSchedulerReactiveEditing]'
|
|
@@ -17042,14 +17027,14 @@ class RecurrenceEditorCustomMessagesComponent extends Messages$1 {
|
|
|
17042
17027
|
return true;
|
|
17043
17028
|
}
|
|
17044
17029
|
}
|
|
17045
|
-
RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17046
|
-
RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17030
|
+
RecurrenceEditorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17031
|
+
RecurrenceEditorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RecurrenceEditorCustomMessagesComponent, selector: "kendo-recurrence-editor-messages", providers: [
|
|
17047
17032
|
{
|
|
17048
17033
|
provide: Messages$1,
|
|
17049
17034
|
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent)
|
|
17050
17035
|
}
|
|
17051
17036
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
17052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RecurrenceEditorCustomMessagesComponent, decorators: [{
|
|
17053
17038
|
type: Component,
|
|
17054
17039
|
args: [{
|
|
17055
17040
|
providers: [
|
|
@@ -17229,9 +17214,9 @@ class ShortcutsDirective {
|
|
|
17229
17214
|
this.viewState.layoutEnd.pipe(take(1)).subscribe(() => this.focusService.focus());
|
|
17230
17215
|
}
|
|
17231
17216
|
}
|
|
17232
|
-
ShortcutsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17233
|
-
ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17217
|
+
ShortcutsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ShortcutsDirective, deps: [{ token: SchedulerComponent }, { token: DomEventsService }, { token: FocusService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: ViewStateService }, { token: DialogsService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17218
|
+
ShortcutsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ShortcutsDirective, selector: "kendo-scheduler", ngImport: i0 });
|
|
17219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ShortcutsDirective, decorators: [{
|
|
17235
17220
|
type: Directive,
|
|
17236
17221
|
args: [{
|
|
17237
17222
|
selector: 'kendo-scheduler'
|
|
@@ -17326,9 +17311,9 @@ class SlotSelectableDirective {
|
|
|
17326
17311
|
return intersects(start, end, this.selectedRange.start, this.selectedRange.end);
|
|
17327
17312
|
}
|
|
17328
17313
|
}
|
|
17329
|
-
SlotSelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17330
|
-
SlotSelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17314
|
+
SlotSelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlotSelectableDirective, deps: [{ token: SchedulerComponent }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17315
|
+
SlotSelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SlotSelectableDirective, selector: "[kendoSchedulerSlotSelectable]", inputs: { slotSelection: "slotSelection" }, outputs: { slotSelectionChange: "slotSelectionChange" }, usesOnChanges: true, ngImport: i0 });
|
|
17316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlotSelectableDirective, decorators: [{
|
|
17332
17317
|
type: Directive,
|
|
17333
17318
|
args: [{
|
|
17334
17319
|
selector: '[kendoSchedulerSlotSelectable]'
|
|
@@ -17610,8 +17595,8 @@ class YearViewInternalComponent extends BaseView {
|
|
|
17610
17595
|
}
|
|
17611
17596
|
}
|
|
17612
17597
|
}
|
|
17613
|
-
YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17614
|
-
YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17598
|
+
YearViewInternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, deps: [{ token: i1$1.LocalizationService }, { token: FocusService }, { token: i1$3.IntlService }, { token: ViewContextService }, { token: ViewStateService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: PDFService }, { token: i0.ElementRef }, { token: MonthSlotService }, { token: i7.ScrollbarWidthService }, { token: i0.ChangeDetectorRef }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
17599
|
+
YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewInternalComponent, selector: "year-view-internal", inputs: { newRange: "newRange", dateRangeFn: "dateRangeFn", selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [MonthSlotService], viewQueries: [{ propertyName: "calendar", first: true, predicate: MultiViewCalendarComponent, descendants: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
17615
17600
|
<div #content class="k-scheduler-layout k-scheduler-layout-flex k-scheduler-yearview">
|
|
17616
17601
|
<div class="k-scheduler-body">
|
|
17617
17602
|
<kendo-multiviewcalendar
|
|
@@ -17682,8 +17667,8 @@ YearViewInternalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
17682
17667
|
{{ localization.get('yearViewNoEvents') }}
|
|
17683
17668
|
</div>
|
|
17684
17669
|
</ng-template>
|
|
17685
|
-
`, isInline: true,
|
|
17686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17670
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i3.MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]" }, { kind: "component", type: i3.MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "directive", type: i12.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }] });
|
|
17671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewInternalComponent, decorators: [{
|
|
17687
17672
|
type: Component,
|
|
17688
17673
|
args: [{
|
|
17689
17674
|
selector: 'year-view-internal',
|
|
@@ -17761,7 +17746,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17761
17746
|
</ng-template>
|
|
17762
17747
|
`,
|
|
17763
17748
|
}]
|
|
17764
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: FocusService }, { type: i1$
|
|
17749
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: FocusService }, { type: i1$3.IntlService }, { type: ViewContextService }, { type: ViewStateService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: PDFService }, { type: i0.ElementRef }, { type: MonthSlotService }, { type: i7.ScrollbarWidthService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
17765
17750
|
type: Inject,
|
|
17766
17751
|
args: [LOCALE_ID]
|
|
17767
17752
|
}] }]; }, propDecorators: { newRange: [{
|
|
@@ -17831,8 +17816,8 @@ class YearViewComponent extends ConfigurationViewBase {
|
|
|
17831
17816
|
return new Date(addYears(date, direction));
|
|
17832
17817
|
}
|
|
17833
17818
|
}
|
|
17834
|
-
YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17835
|
-
YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17819
|
+
YearViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: ViewContextService }, { token: ViewStateService }, { token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17820
|
+
YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: YearViewComponent, selector: "kendo-scheduler-year-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
17836
17821
|
provide: SchedulerView,
|
|
17837
17822
|
useExisting: forwardRef(() => YearViewComponent)
|
|
17838
17823
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -17847,8 +17832,8 @@ YearViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
17847
17832
|
[newRange]="newRange">
|
|
17848
17833
|
</year-view-internal>
|
|
17849
17834
|
</ng-template>
|
|
17850
|
-
`, isInline: true,
|
|
17851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17835
|
+
`, isInline: true, dependencies: [{ kind: "component", type: YearViewInternalComponent, selector: "year-view-internal", inputs: ["newRange", "dateRangeFn", "selectedDateFormat", "selectedShortDateFormat"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewComponent, decorators: [{
|
|
17852
17837
|
type: Component,
|
|
17853
17838
|
args: [{
|
|
17854
17839
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -17871,7 +17856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17871
17856
|
</ng-template>
|
|
17872
17857
|
`
|
|
17873
17858
|
}]
|
|
17874
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$
|
|
17859
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: ViewContextService }, { type: ViewStateService }, { type: i1$3.IntlService }]; }, propDecorators: { selectedDateFormat: [{
|
|
17875
17860
|
type: Input
|
|
17876
17861
|
}], selectedShortDateFormat: [{
|
|
17877
17862
|
type: Input
|
|
@@ -17882,19 +17867,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17882
17867
|
*/
|
|
17883
17868
|
class YearViewModule {
|
|
17884
17869
|
}
|
|
17885
|
-
YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17886
|
-
YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17870
|
+
YearViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17871
|
+
YearViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, declarations: [YearViewComponent,
|
|
17887
17872
|
YearViewInternalComponent], imports: [ViewsSharedModule,
|
|
17888
17873
|
CalendarsModule,
|
|
17889
17874
|
TooltipsModule,
|
|
17890
17875
|
IntlModule], exports: [YearViewComponent] });
|
|
17891
|
-
YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17892
|
-
|
|
17893
|
-
|
|
17894
|
-
|
|
17895
|
-
|
|
17896
|
-
]] });
|
|
17897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: YearViewModule, decorators: [{
|
|
17876
|
+
YearViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, imports: [ViewsSharedModule,
|
|
17877
|
+
CalendarsModule,
|
|
17878
|
+
TooltipsModule,
|
|
17879
|
+
IntlModule] });
|
|
17880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewModule, decorators: [{
|
|
17898
17881
|
type: NgModule,
|
|
17899
17882
|
args: [{
|
|
17900
17883
|
imports: [
|
|
@@ -18000,8 +17983,8 @@ const importedKendoModules = [
|
|
|
18000
17983
|
*/
|
|
18001
17984
|
class SchedulerModule {
|
|
18002
17985
|
}
|
|
18003
|
-
SchedulerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18004
|
-
SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17986
|
+
SchedulerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17987
|
+
SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SchedulerModule, declarations: [SchedulerComponent,
|
|
18005
17988
|
SchedulerViewDirective,
|
|
18006
17989
|
DataBindingDirective,
|
|
18007
17990
|
ShortcutsDirective,
|
|
@@ -18096,21 +18079,18 @@ SchedulerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
18096
18079
|
MonthDaySlotTemplateDirective,
|
|
18097
18080
|
MultiWeekDaySlotTemplateDirective,
|
|
18098
18081
|
TimeSlotTemplateDirective] });
|
|
18099
|
-
SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18100
|
-
|
|
18101
|
-
|
|
18102
|
-
|
|
18103
|
-
|
|
18104
|
-
|
|
18105
|
-
|
|
18106
|
-
|
|
18107
|
-
|
|
18108
|
-
YearViewModule,
|
|
18109
|
-
...importedKendoModules
|
|
18110
|
-
], MonthViewModule,
|
|
18082
|
+
SchedulerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerModule, imports: [CommonModule,
|
|
18083
|
+
ToolbarModule,
|
|
18084
|
+
AgendaViewModule,
|
|
18085
|
+
MultiDayViewModule,
|
|
18086
|
+
ResizeSensorModule,
|
|
18087
|
+
MonthViewModule,
|
|
18088
|
+
TimelineViewModule,
|
|
18089
|
+
WatermarkModule,
|
|
18090
|
+
YearViewModule, importedKendoModules, MonthViewModule,
|
|
18111
18091
|
MultiDayViewModule,
|
|
18112
18092
|
TimelineViewModule] });
|
|
18113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18093
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SchedulerModule, decorators: [{
|
|
18114
18094
|
type: NgModule,
|
|
18115
18095
|
args: [{
|
|
18116
18096
|
imports: [
|
|
@@ -18520,9 +18500,9 @@ class PDFComponent {
|
|
|
18520
18500
|
this.pdfService.done.emit();
|
|
18521
18501
|
}
|
|
18522
18502
|
}
|
|
18523
|
-
PDFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18524
|
-
PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18503
|
+
PDFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFComponent, deps: [{ token: PDFService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
18504
|
+
PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PDFComponent, selector: "kendo-scheduler-pdf", inputs: { author: "author", avoidLinks: "avoidLinks", creator: "creator", date: "date", imageResolution: "imageResolution", fileName: "fileName", forceProxy: "forceProxy", keywords: "keywords", margin: "margin", scale: "scale", proxyData: "proxyData", proxyURL: "proxyURL", proxyTarget: "proxyTarget", producer: "producer", subject: "subject", title: "title" }, ngImport: i0, template: '', isInline: true });
|
|
18505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFComponent, decorators: [{
|
|
18526
18506
|
type: Component,
|
|
18527
18507
|
args: [{
|
|
18528
18508
|
selector: 'kendo-scheduler-pdf',
|
|
@@ -18597,8 +18577,8 @@ class PDFCommandDirective extends Button {
|
|
|
18597
18577
|
this.svgIcon = filePdfIcon;
|
|
18598
18578
|
}
|
|
18599
18579
|
}
|
|
18600
|
-
PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18601
|
-
PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18580
|
+
PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
18581
|
+
PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PDFCommandDirective, selector: "[kendoSchedulerPDFCommand]", host: { listeners: { "click": "onClick($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
18602
18582
|
<kendo-icon-wrapper
|
|
18603
18583
|
*ngIf="icon || svgIcon"
|
|
18604
18584
|
innerCssClass="k-button-icon"
|
|
@@ -18609,8 +18589,8 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
18609
18589
|
</span>
|
|
18610
18590
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
18611
18591
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
18612
|
-
`, isInline: true,
|
|
18613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18592
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
18593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
18614
18594
|
type: Component,
|
|
18615
18595
|
args: [{
|
|
18616
18596
|
selector: '[kendoSchedulerPDFCommand]',
|
|
@@ -18657,12 +18637,12 @@ const declarations = [
|
|
|
18657
18637
|
*/
|
|
18658
18638
|
class PDFModule {
|
|
18659
18639
|
}
|
|
18660
|
-
PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18661
|
-
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18640
|
+
PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18641
|
+
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: PDFModule, declarations: [PDFComponent,
|
|
18662
18642
|
PDFCommandDirective], imports: [IconsModule], exports: [PDFComponent,
|
|
18663
18643
|
PDFCommandDirective] });
|
|
18664
|
-
PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18644
|
+
PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFModule, imports: [IconsModule] });
|
|
18645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PDFModule, decorators: [{
|
|
18666
18646
|
type: NgModule,
|
|
18667
18647
|
args: [{
|
|
18668
18648
|
declarations: [declarations],
|
|
@@ -18675,5 +18655,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
18675
18655
|
* Generated bundle index. Do not edit.
|
|
18676
18656
|
*/
|
|
18677
18657
|
|
|
18678
|
-
export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DaySlotDirective, DayTimeModule, DayTimeSlotService, DayTimeViewItemComponent, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusService, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultiWeekDaySlotTemplateDirective, MultiWeekViewComponent, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, SortPipe, TimeSlotDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent, YearViewComponent };
|
|
18658
|
+
export { AddEvent, AgendaDateTemplateDirective, AgendaTimeTemplateDirective, AgendaViewComponent, AllDayEventTemplateDirective, AllDaySlotTemplateDirective, BaseEditService, CancelEvent, CrudOperation, DataBindingDirective, DateChangeEvent, DateHeaderTemplateDirective, DaySlotDirective, DayTimeModule, DayTimeSlotService, DayTimeViewItemComponent, DayViewComponent, DragEndEvent, DragEvent, DragStartEvent, EditDialogComponent, EditDialogTemplateDirective, EditEvent, EditEventBase, EditMode, EndRuleRadioButtonDirective, EventClickEvent, EventKeydownEvent, EventTemplateDirective, FocusService, FocusableDirective, GroupHeaderTemplateDirective, HintContainerComponent, IsSlotSelectedArgs, LoadingComponent, LocalizedMessagesDirective, MajorTimeHeaderTemplateDirective, MinorTimeHeaderTemplateDirective, MonthDaySlotTemplateDirective, MonthViewComponent, MonthViewModule, MultiDayViewComponent, MultiDayViewModule, MultiWeekDaySlotTemplateDirective, MultiWeekViewComponent, MultipleResourceEditorComponent, NavigateEvent, PDFCommandDirective, PDFComponent, PDFExportEvent, PDFModule, PDFService, ReactiveEditingDirective, RecurrenceEditorComponent, RecurrenceEditorCustomMessagesComponent, RecurrenceEditorLocalizedMessagesDirective, RecurrenceEndRuleEditorComponent, RecurrenceFrequencyEditorComponent, RecurrenceIntervalEditorComponent, RecurrenceMonthlyYearlyEditorComponent, RecurrenceWeekdayRuleEditorComponent, RemoveEvent, RepeatOnRadioButtonDirective, RepeatPipe, ResizeEndEvent, ResizeEvent, ResizeHintComponent, ResizeStartEvent, ResourceIteratorPipe, SaveEvent, SchedulerComponent, SchedulerCustomMessagesComponent, SchedulerDateTimePickerComponent, SchedulerModule, SchedulerView, SchedulerViewDirective, SharedModule, ShortcutsDirective, SingleResourceEditorComponent, SlotClickEvent, SlotDragEndEvent, SlotDragEvent, SlotDragStartEvent, SlotSelectableDirective, SortPipe, TimeSlotDirective, TimeSlotTemplateDirective, TimeZoneEditorComponent, TimelineBase, TimelineMonthViewComponent, TimelineMultiDayViewComponent, TimelineViewComponent, TimelineViewModule, TimelineWeekViewComponent, ToolbarNavigationComponent, ToolbarService, ToolbarTemplateDirective, ToolbarViewSelectorComponent, VIEW_EVENT_MAP, ViewContextService, ViewFooterComponent, ViewStateService, ViewsSharedModule, WeekViewComponent, WorkHoursFooterDirective, WorkWeekViewComponent, YearViewComponent, YearViewInternalComponent };
|
|
18679
18659
|
|