@progress/kendo-angular-dateinputs 16.0.0-develop.2 → 16.0.0-develop.5
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/calendar/calendar.component.d.ts +1 -1
- package/calendar/footer.component.d.ts +1 -1
- package/calendar/for.directive.d.ts +1 -1
- package/calendar/header.component.d.ts +1 -1
- package/calendar/horizontal-view-list.component.d.ts +1 -1
- package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/localization/calendar-messages.d.ts +1 -1
- package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
- package/calendar/multiview-calendar.component.d.ts +1 -1
- package/calendar/navigation.component.d.ts +1 -1
- package/calendar/templates/cell-template.directive.d.ts +1 -1
- package/calendar/templates/century-cell-template.directive.d.ts +1 -1
- package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
- package/calendar/templates/footer-template.directiv/320/265.d.ts +1 -1
- package/calendar/templates/header-template.directive.d.ts +1 -1
- package/calendar/templates/header-title-template.directive.d.ts +1 -1
- package/calendar/templates/month-cell-template.directive.d.ts +1 -1
- package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
- package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
- package/calendar/templates/year-cell-template.directive.d.ts +1 -1
- package/calendar/view-list.component.d.ts +1 -1
- package/calendar/view.component.d.ts +1 -1
- package/dateinput/dateinput.component.d.ts +1 -1
- package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
- package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
- package/dateinput/localization/messages.d.ts +1 -1
- package/datepicker/datepicker.component.d.ts +1 -1
- package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
- package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
- package/datepicker/localization/messages.d.ts +1 -1
- package/daterange/date-range-end-input.directive.d.ts +1 -1
- package/daterange/date-range-input.d.ts +1 -1
- package/daterange/date-range-popup-template.directive.d.ts +1 -1
- package/daterange/date-range-popup.component.d.ts +1 -1
- package/daterange/date-range-selection.directive.d.ts +1 -1
- package/daterange/date-range-start-input.directive.d.ts +1 -1
- package/daterange/date-range.component.d.ts +1 -1
- package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
- package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
- package/daterange/localization/messages.d.ts +1 -1
- package/datetimepicker/datetimepicker.component.d.ts +1 -1
- package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
- package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
- package/datetimepicker/localization/messages.d.ts +1 -1
- package/esm2020/calendar/calendar-common.module.mjs +4 -4
- package/esm2020/calendar/calendar.component.mjs +10 -11
- package/esm2020/calendar/calendar.module.mjs +12 -14
- package/esm2020/calendar/calendars.module.mjs +5 -7
- package/esm2020/calendar/footer.component.mjs +6 -6
- package/esm2020/calendar/for.directive.mjs +3 -3
- package/esm2020/calendar/header.component.mjs +7 -7
- package/esm2020/calendar/horizontal-view-list.component.mjs +7 -7
- package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -3
- package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -3
- package/esm2020/calendar/localization/calendar-messages.mjs +3 -3
- package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -3
- package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -3
- package/esm2020/calendar/localization/multiview-calendar-messages.mjs +3 -3
- package/esm2020/calendar/multiview-calendar.component.mjs +8 -8
- package/esm2020/calendar/multiview-calendar.module.mjs +10 -12
- package/esm2020/calendar/navigation.component.mjs +8 -8
- package/esm2020/calendar/services/bus-view.service.mjs +3 -3
- package/esm2020/calendar/services/century-view.service.mjs +3 -3
- package/esm2020/calendar/services/decade-view.service.mjs +3 -3
- package/esm2020/calendar/services/disabled-dates.service.mjs +3 -3
- package/esm2020/calendar/services/dom.service.mjs +3 -3
- package/esm2020/calendar/services/month-view.service.mjs +3 -3
- package/esm2020/calendar/services/navigation.service.mjs +3 -3
- package/esm2020/calendar/services/scroll-sync.service.mjs +3 -3
- package/esm2020/calendar/services/selection.service.mjs +3 -3
- package/esm2020/calendar/services/weeknames.service.mjs +3 -3
- package/esm2020/calendar/services/year-view.service.mjs +3 -3
- package/esm2020/calendar/templates/cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/footer-template.directiv/320/265.mjs +3 -3
- package/esm2020/calendar/templates/header-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -3
- package/esm2020/calendar/templates.module.mjs +4 -4
- package/esm2020/calendar/view-list.component.mjs +9 -9
- package/esm2020/calendar/view.component.mjs +4 -4
- package/esm2020/common/adaptive.module.mjs +4 -4
- package/esm2020/dateinput/dateinput.component.mjs +8 -12
- package/esm2020/dateinput/dateinput.module.mjs +4 -4
- package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -3
- package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -3
- package/esm2020/dateinput/localization/messages.mjs +3 -3
- package/esm2020/dateinputs.module.mjs +4 -4
- package/esm2020/datepicker/datepicker.component.mjs +13 -16
- package/esm2020/datepicker/datepicker.module.mjs +12 -14
- package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -3
- package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -3
- package/esm2020/datepicker/localization/messages.mjs +3 -3
- package/esm2020/daterange/date-range-end-input.directive.mjs +3 -3
- package/esm2020/daterange/date-range-input.mjs +3 -3
- package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -3
- package/esm2020/daterange/date-range-popup.component.mjs +10 -13
- package/esm2020/daterange/date-range-selection.directive.mjs +3 -3
- package/esm2020/daterange/date-range-start-input.directive.mjs +3 -3
- package/esm2020/daterange/date-range.component.mjs +6 -6
- package/esm2020/daterange/date-range.module.mjs +4 -4
- package/esm2020/daterange/date-range.service.mjs +3 -4
- package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +3 -3
- package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +3 -3
- package/esm2020/daterange/localization/messages.mjs +3 -3
- package/esm2020/datetimepicker/datetimepicker.component.mjs +15 -20
- package/esm2020/datetimepicker/datetimepicker.module.mjs +14 -16
- package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -3
- package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/datetimepicker/localization/messages.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/localization/messages.mjs +3 -3
- package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -3
- package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -3
- package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -3
- package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -3
- package/esm2020/timepicker/services/dayperiod.service.mjs +3 -3
- package/esm2020/timepicker/services/dom.service.mjs +3 -3
- package/esm2020/timepicker/services/hours.service.mjs +3 -3
- package/esm2020/timepicker/services/milliseconds.service.mjs +3 -3
- package/esm2020/timepicker/services/minutes.service.mjs +3 -3
- package/esm2020/timepicker/services/seconds.service.mjs +3 -3
- package/esm2020/timepicker/timelist.component.mjs +6 -6
- package/esm2020/timepicker/timepicker.component.mjs +12 -15
- package/esm2020/timepicker/timepicker.module.mjs +4 -4
- package/esm2020/timepicker/timeselector.component.mjs +8 -8
- package/esm2020/virtualization/virtualization.component.mjs +4 -4
- package/esm2020/virtualization/virtualization.module.mjs +4 -4
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +505 -535
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +505 -535
- package/package.json +16 -19
- package/timepicker/localization/messages.d.ts +1 -1
- package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
- package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
- package/timepicker/timelist.component.d.ts +1 -1
- package/timepicker/timepicker.component.d.ts +1 -1
- package/timepicker/timeselector.component.d.ts +1 -1
- package/virtualization/virtualization.component.d.ts +1 -1
- package/progress-kendo-angular-dateinputs.d.ts +0 -9
|
@@ -3,30 +3,30 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injectable, EventEmitter,
|
|
6
|
+
import { Injectable, EventEmitter, Directive, Input, isDevMode, Component, Output, ChangeDetectionStrategy, HostListener, HostBinding, forwardRef, ElementRef, ContentChild, ViewChild, InjectionToken, Inject, NgZone, Optional, ViewContainerRef, ViewChildren, TemplateRef, ContentChildren, NgModule } from '@angular/core';
|
|
7
7
|
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, NgControl } from '@angular/forms';
|
|
8
8
|
import * as i1$1 from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { cloneDate, MS_PER_HOUR, MS_PER_MINUTE, addDays, getDate, isEqual, addDecades, addCenturies, firstDecadeOfCentury, lastDecadeOfCentury, firstYearOfDecade, createDate, lastYearOfDecade, lastMonthOfYear, lastDayOfMonth, durationInCenturies, addYears, durationInDecades, addWeeks, addMonths, firstDayOfMonth, dayOfWeek, durationInMonths, firstMonthOfYear, durationInYears, weekInYear } from '@progress/kendo-date-math';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i12 from '@progress/kendo-angular-common';
|
|
12
12
|
import { isDocumentAvailable, guid, Keys as Keys$1, hasObservers, KendoInput, isObjectPresent, removeHTMLAttributes, parseAttributes, isControlRequired, setHTMLAttributes, EventsModule, ResizeSensorModule, ToggleButtonTabStopModule } from '@progress/kendo-angular-common';
|
|
13
13
|
export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
14
14
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
15
15
|
import * as i1 from '@progress/kendo-angular-intl';
|
|
16
16
|
import { localeData, IntlModule } from '@progress/kendo-angular-intl';
|
|
17
|
-
import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
|
|
18
17
|
import * as i4 from '@angular/common';
|
|
19
18
|
import { CommonModule } from '@angular/common';
|
|
19
|
+
import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
|
|
20
20
|
import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, caretAltDownIcon, calendarIcon, xIcon, clockIcon } from '@progress/kendo-svg-icons';
|
|
21
|
-
import * as
|
|
21
|
+
import * as i7 from '@progress/kendo-angular-buttons';
|
|
22
22
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
23
23
|
import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
|
|
24
24
|
import { DateInput } from '@progress/kendo-dateinputs-common';
|
|
25
|
-
import * as
|
|
25
|
+
import * as i6 from '@progress/kendo-angular-icons';
|
|
26
26
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
27
27
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
|
28
28
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
29
|
-
import * as
|
|
29
|
+
import * as i11 from '@progress/kendo-angular-navigation';
|
|
30
30
|
import { NavigationModule } from '@progress/kendo-angular-navigation';
|
|
31
31
|
import { touchEnabled } from '@progress/kendo-common';
|
|
32
32
|
import { TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
|
38
38
|
name: '@progress/kendo-angular-dateinputs',
|
|
39
39
|
productName: 'Kendo UI for Angular',
|
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
42
|
-
version: '16.0.0-develop.
|
|
41
|
+
publishDate: 1714129834,
|
|
42
|
+
version: '16.0.0-develop.5',
|
|
43
43
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -752,9 +752,9 @@ class CenturyViewService {
|
|
|
752
752
|
return cellDate;
|
|
753
753
|
}
|
|
754
754
|
}
|
|
755
|
-
CenturyViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
756
|
-
CenturyViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
755
|
+
CenturyViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CenturyViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
756
|
+
CenturyViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CenturyViewService });
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CenturyViewService, decorators: [{
|
|
758
758
|
type: Injectable
|
|
759
759
|
}] });
|
|
760
760
|
|
|
@@ -937,9 +937,9 @@ class DecadeViewService {
|
|
|
937
937
|
return cellDate;
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
-
DecadeViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
941
|
-
DecadeViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
940
|
+
DecadeViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DecadeViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
941
|
+
DecadeViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DecadeViewService });
|
|
942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DecadeViewService, decorators: [{
|
|
943
943
|
type: Injectable
|
|
944
944
|
}] });
|
|
945
945
|
|
|
@@ -1123,9 +1123,9 @@ class MonthViewService {
|
|
|
1123
1123
|
return this._intlService.dateFormatNames({ nameType: 'wide', type: 'months' });
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
|
-
MonthViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1127
|
-
MonthViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1126
|
+
MonthViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1127
|
+
MonthViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewService });
|
|
1128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthViewService, decorators: [{
|
|
1129
1129
|
type: Injectable
|
|
1130
1130
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1131
1131
|
|
|
@@ -1290,9 +1290,9 @@ class YearViewService {
|
|
|
1290
1290
|
return cellDate;
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
YearViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1294
|
-
YearViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1293
|
+
YearViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1294
|
+
YearViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewService });
|
|
1295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearViewService, decorators: [{
|
|
1296
1296
|
type: Injectable
|
|
1297
1297
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1298
1298
|
|
|
@@ -1374,9 +1374,9 @@ class BusViewService {
|
|
|
1374
1374
|
this.viewChanged.emit({ view: candidate });
|
|
1375
1375
|
}
|
|
1376
1376
|
}
|
|
1377
|
-
BusViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1378
|
-
BusViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1377
|
+
BusViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BusViewService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1378
|
+
BusViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BusViewService });
|
|
1379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BusViewService, decorators: [{
|
|
1380
1380
|
type: Injectable
|
|
1381
1381
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
1382
1382
|
|
|
@@ -1392,93 +1392,12 @@ class WeekNamesService {
|
|
|
1392
1392
|
return includeWeekNumber ? [''].concat(weekNames) : weekNames;
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
|
-
WeekNamesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1396
|
-
WeekNamesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1395
|
+
WeekNamesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekNamesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1396
|
+
WeekNamesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekNamesService });
|
|
1397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekNamesService, decorators: [{
|
|
1398
1398
|
type: Injectable
|
|
1399
1399
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1400
1400
|
|
|
1401
|
-
const noop$1 = () => false;
|
|
1402
|
-
const DISABLED_DATES_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/disabled-dates/';
|
|
1403
|
-
/**
|
|
1404
|
-
* @hidden
|
|
1405
|
-
*/
|
|
1406
|
-
class DisabledDatesService {
|
|
1407
|
-
constructor() {
|
|
1408
|
-
/**
|
|
1409
|
-
* Emits every time the `isDateDisabled` method changes.
|
|
1410
|
-
*/
|
|
1411
|
-
this.changes = new Subject();
|
|
1412
|
-
/**
|
|
1413
|
-
* Based on the user-defined `disabledDates` input evaluates if the date is disabled.
|
|
1414
|
-
* If not set, returns `false`.
|
|
1415
|
-
*/
|
|
1416
|
-
this.isDateDisabled = noop$1;
|
|
1417
|
-
}
|
|
1418
|
-
/**
|
|
1419
|
-
* Configures the `isDateDisabled` function.
|
|
1420
|
-
*
|
|
1421
|
-
* * If a function is provided, uses it as-is and passes each date to it for evaluation.
|
|
1422
|
-
* The time part is set to `midnight`.
|
|
1423
|
-
* * If a `Date[]` is provided, creates a function that checks the targeted date against
|
|
1424
|
-
* the listed dates and, if the targeted date is listed, marks it as disabled.
|
|
1425
|
-
* * If a `Day[]` is provided, creates a function that evaluates the provided days of the
|
|
1426
|
-
* week as disabled.
|
|
1427
|
-
*/
|
|
1428
|
-
initialize(disabledDates) {
|
|
1429
|
-
if (typeof disabledDates === 'function') {
|
|
1430
|
-
this.isDateDisabled = (date) => disabledDates(getDate(date));
|
|
1431
|
-
}
|
|
1432
|
-
else if (isNumberArray(disabledDates)) {
|
|
1433
|
-
const disabledWeekDays = new Set(disabledDates);
|
|
1434
|
-
this.isDateDisabled = (date) => disabledWeekDays.has(date.getDay());
|
|
1435
|
-
}
|
|
1436
|
-
else if (isDateArray(disabledDates)) {
|
|
1437
|
-
const normalizedDisabledDates = new Set(disabledDates.map(date => getDate(date).getTime()));
|
|
1438
|
-
this.isDateDisabled = (date) => normalizedDisabledDates.has(getDate(date).getTime());
|
|
1439
|
-
}
|
|
1440
|
-
else {
|
|
1441
|
-
this.isDateDisabled = noop$1;
|
|
1442
|
-
this.notifyInvalidInput(disabledDates);
|
|
1443
|
-
}
|
|
1444
|
-
this.notifyServiceChange();
|
|
1445
|
-
}
|
|
1446
|
-
notifyInvalidInput(disabledDates) {
|
|
1447
|
-
if (isPresent(disabledDates) && isDevMode()) {
|
|
1448
|
-
throw new Error(`The 'disabledDates' value should be a function, a Day array or a Date array. Check ${DISABLED_DATES_DOC_LINK} for more information.`);
|
|
1449
|
-
}
|
|
1450
|
-
}
|
|
1451
|
-
notifyServiceChange() {
|
|
1452
|
-
this.changes.next();
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
DisabledDatesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DisabledDatesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1456
|
-
DisabledDatesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DisabledDatesService });
|
|
1457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DisabledDatesService, decorators: [{
|
|
1458
|
-
type: Injectable
|
|
1459
|
-
}] });
|
|
1460
|
-
|
|
1461
|
-
/**
|
|
1462
|
-
* @hidden
|
|
1463
|
-
*/
|
|
1464
|
-
const closestInScope = (node, predicate, scope) => {
|
|
1465
|
-
while (node && node !== scope && !predicate(node)) {
|
|
1466
|
-
node = node.parentNode;
|
|
1467
|
-
}
|
|
1468
|
-
if (node !== scope) {
|
|
1469
|
-
return node;
|
|
1470
|
-
}
|
|
1471
|
-
};
|
|
1472
|
-
/**
|
|
1473
|
-
* @hidden
|
|
1474
|
-
*/
|
|
1475
|
-
const closest = (node, predicate) => {
|
|
1476
|
-
while (node && !predicate(node)) {
|
|
1477
|
-
node = node.parentNode;
|
|
1478
|
-
}
|
|
1479
|
-
return node;
|
|
1480
|
-
};
|
|
1481
|
-
|
|
1482
1401
|
/**
|
|
1483
1402
|
* @hidden
|
|
1484
1403
|
*/
|
|
@@ -1558,9 +1477,9 @@ class KForOf {
|
|
|
1558
1477
|
}
|
|
1559
1478
|
}
|
|
1560
1479
|
}
|
|
1561
|
-
KForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1562
|
-
KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1480
|
+
KForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1481
|
+
KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: KForOf, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KForOf, decorators: [{
|
|
1564
1483
|
type: Directive,
|
|
1565
1484
|
args: [{ selector: '[kFor][kForOf]' }]
|
|
1566
1485
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }]; }, propDecorators: { kForOf: [{
|
|
@@ -1577,6 +1496,87 @@ function getTypeNameForDebugging(type) {
|
|
|
1577
1496
|
return type.name || typeof type;
|
|
1578
1497
|
}
|
|
1579
1498
|
|
|
1499
|
+
const noop$1 = () => false;
|
|
1500
|
+
const DISABLED_DATES_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/calendar/disabled-dates/';
|
|
1501
|
+
/**
|
|
1502
|
+
* @hidden
|
|
1503
|
+
*/
|
|
1504
|
+
class DisabledDatesService {
|
|
1505
|
+
constructor() {
|
|
1506
|
+
/**
|
|
1507
|
+
* Emits every time the `isDateDisabled` method changes.
|
|
1508
|
+
*/
|
|
1509
|
+
this.changes = new Subject();
|
|
1510
|
+
/**
|
|
1511
|
+
* Based on the user-defined `disabledDates` input evaluates if the date is disabled.
|
|
1512
|
+
* If not set, returns `false`.
|
|
1513
|
+
*/
|
|
1514
|
+
this.isDateDisabled = noop$1;
|
|
1515
|
+
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Configures the `isDateDisabled` function.
|
|
1518
|
+
*
|
|
1519
|
+
* * If a function is provided, uses it as-is and passes each date to it for evaluation.
|
|
1520
|
+
* The time part is set to `midnight`.
|
|
1521
|
+
* * If a `Date[]` is provided, creates a function that checks the targeted date against
|
|
1522
|
+
* the listed dates and, if the targeted date is listed, marks it as disabled.
|
|
1523
|
+
* * If a `Day[]` is provided, creates a function that evaluates the provided days of the
|
|
1524
|
+
* week as disabled.
|
|
1525
|
+
*/
|
|
1526
|
+
initialize(disabledDates) {
|
|
1527
|
+
if (typeof disabledDates === 'function') {
|
|
1528
|
+
this.isDateDisabled = (date) => disabledDates(getDate(date));
|
|
1529
|
+
}
|
|
1530
|
+
else if (isNumberArray(disabledDates)) {
|
|
1531
|
+
const disabledWeekDays = new Set(disabledDates);
|
|
1532
|
+
this.isDateDisabled = (date) => disabledWeekDays.has(date.getDay());
|
|
1533
|
+
}
|
|
1534
|
+
else if (isDateArray(disabledDates)) {
|
|
1535
|
+
const normalizedDisabledDates = new Set(disabledDates.map(date => getDate(date).getTime()));
|
|
1536
|
+
this.isDateDisabled = (date) => normalizedDisabledDates.has(getDate(date).getTime());
|
|
1537
|
+
}
|
|
1538
|
+
else {
|
|
1539
|
+
this.isDateDisabled = noop$1;
|
|
1540
|
+
this.notifyInvalidInput(disabledDates);
|
|
1541
|
+
}
|
|
1542
|
+
this.notifyServiceChange();
|
|
1543
|
+
}
|
|
1544
|
+
notifyInvalidInput(disabledDates) {
|
|
1545
|
+
if (isPresent(disabledDates) && isDevMode()) {
|
|
1546
|
+
throw new Error(`The 'disabledDates' value should be a function, a Day array or a Date array. Check ${DISABLED_DATES_DOC_LINK} for more information.`);
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
notifyServiceChange() {
|
|
1550
|
+
this.changes.next();
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
DisabledDatesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DisabledDatesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1554
|
+
DisabledDatesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DisabledDatesService });
|
|
1555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DisabledDatesService, decorators: [{
|
|
1556
|
+
type: Injectable
|
|
1557
|
+
}] });
|
|
1558
|
+
|
|
1559
|
+
/**
|
|
1560
|
+
* @hidden
|
|
1561
|
+
*/
|
|
1562
|
+
const closestInScope = (node, predicate, scope) => {
|
|
1563
|
+
while (node && node !== scope && !predicate(node)) {
|
|
1564
|
+
node = node.parentNode;
|
|
1565
|
+
}
|
|
1566
|
+
if (node !== scope) {
|
|
1567
|
+
return node;
|
|
1568
|
+
}
|
|
1569
|
+
};
|
|
1570
|
+
/**
|
|
1571
|
+
* @hidden
|
|
1572
|
+
*/
|
|
1573
|
+
const closest = (node, predicate) => {
|
|
1574
|
+
while (node && !predicate(node)) {
|
|
1575
|
+
node = node.parentNode;
|
|
1576
|
+
}
|
|
1577
|
+
return node;
|
|
1578
|
+
};
|
|
1579
|
+
|
|
1580
1580
|
/**
|
|
1581
1581
|
* @hidden
|
|
1582
1582
|
*/
|
|
@@ -1792,8 +1792,8 @@ class ViewComponent {
|
|
|
1792
1792
|
return this.data[rowIndex][cellIndex];
|
|
1793
1793
|
}
|
|
1794
1794
|
}
|
|
1795
|
-
ViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1796
|
-
ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1795
|
+
ViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewComponent, deps: [{ token: BusViewService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1796
|
+
ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ViewComponent, selector: "[kendoCalendarView]", inputs: { showOtherMonthDays: "showOtherMonthDays", direction: "direction", isActive: "isActive", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", viewDate: "viewDate", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", min: "min", max: "max", selectedDates: "selectedDates", weekNumber: "weekNumber", viewIndex: "viewIndex", templateRef: "templateRef", weekNumberTemplateRef: "weekNumberTemplateRef", headerTitle: "headerTitle" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", focusedCellId: "focusedCellId" }, usesOnChanges: true, ngImport: i0, template: `
|
|
1797
1797
|
<ng-template #emptyCell><td class="k-empty k-calendar-td" role="gridcell"> </td></ng-template>
|
|
1798
1798
|
<tr *ngIf="!isHorizontal()" class="k-calendar-tr" role="row" [attr.aria-hidden]="ariaHidden"><th class="k-calendar-caption" scope="col" [colSpan]="colSpan">{{title}}</th></tr>
|
|
1799
1799
|
<tr *kFor="let row of data; let rowIndex = index" class="k-calendar-tr" role="row">
|
|
@@ -1840,8 +1840,8 @@ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1840
1840
|
</td>
|
|
1841
1841
|
</ng-container>
|
|
1842
1842
|
</tr>
|
|
1843
|
-
`, isInline: true,
|
|
1844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1843
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }] });
|
|
1844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1845
1845
|
type: Component,
|
|
1846
1846
|
args: [{
|
|
1847
1847
|
// eslint-disable-next-line
|
|
@@ -2201,8 +2201,8 @@ class HorizontalViewListComponent {
|
|
|
2201
2201
|
}
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
|
-
HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2205
|
-
HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2204
|
+
HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: BusViewService }, { token: i1.IntlService }, { token: WeekNamesService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2205
|
+
HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { showOtherMonthDays: "showOtherMonthDays", cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", activeRangeEnd: "activeRangeEnd", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectionRange: "selectionRange", selectedDates: "selectedDates", views: "views", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", orientation: "orientation", activeDescendant: "activeDescendant", tabIndex: "tabIndex", disabled: "disabled", id: "id", weekDaysFormat: "weekDaysFormat", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", activeDateChange: "activeDateChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { listeners: { "focus": "handleMultiViewCalendarFocus()", "blur": "handleMultiViewCalendarBlur($event)" }, properties: { "class.k-calendar-view": "this.getComponentClass", "class.k-align-items-start": "this.getComponentClass", "class.k-justify-content-center": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass", "attr.role": "this.role", "attr.tabindex": "this.tabindex" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2206
2206
|
<ng-template #tableTemplate let-date="date" let-class="className">
|
|
2207
2207
|
<table
|
|
2208
2208
|
[attr.role]="views >= 2 ? 'none' : 'grid'"
|
|
@@ -2284,8 +2284,8 @@ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
2284
2284
|
}"
|
|
2285
2285
|
>
|
|
2286
2286
|
</ng-template>
|
|
2287
|
-
`, isInline: true,
|
|
2288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2287
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["showOtherMonthDays", "direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
|
|
2289
2289
|
type: Component,
|
|
2290
2290
|
args: [{
|
|
2291
2291
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2584,8 +2584,8 @@ class HeaderComponent {
|
|
|
2584
2584
|
this.cdr.markForCheck();
|
|
2585
2585
|
}
|
|
2586
2586
|
}
|
|
2587
|
-
HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2588
|
-
HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2587
|
+
HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }, { token: i1.IntlService }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2588
|
+
HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: HeaderComponent, selector: "kendo-calendar-header", inputs: { activeView: "activeView", currentDate: "currentDate", min: "min", max: "max", rangeLength: "rangeLength", titleTemplateRef: "titleTemplateRef", headerTemplateRef: "headerTemplateRef", isPrevDisabled: "isPrevDisabled", isNextDisabled: "isNextDisabled", showNavigationButtons: "showNavigationButtons", orientation: "orientation", id: "id" }, outputs: { todayButtonClick: "todayButtonClick", prevButtonClick: "prevButtonClick", nextButtonClick: "nextButtonClick" }, host: { properties: { "class.k-calendar-header": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2589
2589
|
<ng-template *ngIf="headerTemplateRef; else defaultRendering"
|
|
2590
2590
|
[ngTemplateOutlet]="headerTemplateRef"
|
|
2591
2591
|
[ngTemplateOutletContext]="{ title: title, activeView: activeViewValue, date: currentDate }">
|
|
@@ -2655,8 +2655,8 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
2655
2655
|
</button>
|
|
2656
2656
|
</span>
|
|
2657
2657
|
</ng-template>
|
|
2658
|
-
`, isInline: true,
|
|
2659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2658
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i7.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"] }] });
|
|
2659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2660
2660
|
type: Component,
|
|
2661
2661
|
args: [{
|
|
2662
2662
|
selector: 'kendo-calendar-header',
|
|
@@ -2818,9 +2818,9 @@ class SelectionService {
|
|
|
2818
2818
|
return selectedDates.some(item => isEqual(item, date));
|
|
2819
2819
|
}
|
|
2820
2820
|
}
|
|
2821
|
-
SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2822
|
-
SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2821
|
+
SelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService, deps: [{ token: BusViewService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2822
|
+
SelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService });
|
|
2823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SelectionService, decorators: [{
|
|
2824
2824
|
type: Injectable
|
|
2825
2825
|
}], ctorParameters: function () { return [{ type: BusViewService }]; } });
|
|
2826
2826
|
|
|
@@ -2856,9 +2856,9 @@ class CellTemplateDirective {
|
|
|
2856
2856
|
this.templateRef = templateRef;
|
|
2857
2857
|
}
|
|
2858
2858
|
}
|
|
2859
|
-
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2860
|
-
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2859
|
+
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2860
|
+
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CellTemplateDirective, selector: "[kendoCalendarCellTemplate]", ngImport: i0 });
|
|
2861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
2862
2862
|
type: Directive,
|
|
2863
2863
|
args: [{
|
|
2864
2864
|
selector: '[kendoCalendarCellTemplate]'
|
|
@@ -2894,9 +2894,9 @@ class MonthCellTemplateDirective {
|
|
|
2894
2894
|
this.templateRef = templateRef;
|
|
2895
2895
|
}
|
|
2896
2896
|
}
|
|
2897
|
-
MonthCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2898
|
-
MonthCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2899
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2897
|
+
MonthCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2898
|
+
MonthCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]", ngImport: i0 });
|
|
2899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MonthCellTemplateDirective, decorators: [{
|
|
2900
2900
|
type: Directive,
|
|
2901
2901
|
args: [{
|
|
2902
2902
|
selector: '[kendoCalendarMonthCellTemplate]'
|
|
@@ -2935,9 +2935,9 @@ class YearCellTemplateDirective {
|
|
|
2935
2935
|
this.templateRef = templateRef;
|
|
2936
2936
|
}
|
|
2937
2937
|
}
|
|
2938
|
-
YearCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2939
|
-
YearCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2938
|
+
YearCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2939
|
+
YearCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: YearCellTemplateDirective, selector: "[kendoCalendarYearCellTemplate]", ngImport: i0 });
|
|
2940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: YearCellTemplateDirective, decorators: [{
|
|
2941
2941
|
type: Directive,
|
|
2942
2942
|
args: [{
|
|
2943
2943
|
selector: '[kendoCalendarYearCellTemplate]'
|
|
@@ -2975,9 +2975,9 @@ class DecadeCellTemplateDirective {
|
|
|
2975
2975
|
this.templateRef = templateRef;
|
|
2976
2976
|
}
|
|
2977
2977
|
}
|
|
2978
|
-
DecadeCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2979
|
-
DecadeCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2980
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2978
|
+
DecadeCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DecadeCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2979
|
+
DecadeCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DecadeCellTemplateDirective, selector: "[kendoCalendarDecadeCellTemplate]", ngImport: i0 });
|
|
2980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DecadeCellTemplateDirective, decorators: [{
|
|
2981
2981
|
type: Directive,
|
|
2982
2982
|
args: [{
|
|
2983
2983
|
selector: '[kendoCalendarDecadeCellTemplate]'
|
|
@@ -3015,9 +3015,9 @@ class CenturyCellTemplateDirective {
|
|
|
3015
3015
|
this.templateRef = templateRef;
|
|
3016
3016
|
}
|
|
3017
3017
|
}
|
|
3018
|
-
CenturyCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3019
|
-
CenturyCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3018
|
+
CenturyCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CenturyCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3019
|
+
CenturyCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CenturyCellTemplateDirective, selector: "[kendoCalendarCenturyCellTemplate]", ngImport: i0 });
|
|
3020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CenturyCellTemplateDirective, decorators: [{
|
|
3021
3021
|
type: Directive,
|
|
3022
3022
|
args: [{
|
|
3023
3023
|
selector: '[kendoCalendarCenturyCellTemplate]'
|
|
@@ -3053,9 +3053,9 @@ class WeekNumberCellTemplateDirective {
|
|
|
3053
3053
|
this.templateRef = templateRef;
|
|
3054
3054
|
}
|
|
3055
3055
|
}
|
|
3056
|
-
WeekNumberCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3057
|
-
WeekNumberCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3056
|
+
WeekNumberCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekNumberCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3057
|
+
WeekNumberCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: WeekNumberCellTemplateDirective, selector: "[kendoCalendarWeekNumberCellTemplate]", ngImport: i0 });
|
|
3058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WeekNumberCellTemplateDirective, decorators: [{
|
|
3059
3059
|
type: Directive,
|
|
3060
3060
|
args: [{
|
|
3061
3061
|
selector: '[kendoCalendarWeekNumberCellTemplate]'
|
|
@@ -3092,9 +3092,9 @@ class HeaderTitleTemplateDirective {
|
|
|
3092
3092
|
this.templateRef = templateRef;
|
|
3093
3093
|
}
|
|
3094
3094
|
}
|
|
3095
|
-
HeaderTitleTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3096
|
-
HeaderTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3095
|
+
HeaderTitleTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTitleTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3096
|
+
HeaderTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: HeaderTitleTemplateDirective, selector: "[kendoCalendarHeaderTitleTemplate]", ngImport: i0 });
|
|
3097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTitleTemplateDirective, decorators: [{
|
|
3098
3098
|
type: Directive,
|
|
3099
3099
|
args: [{
|
|
3100
3100
|
selector: '[kendoCalendarHeaderTitleTemplate]'
|
|
@@ -3197,9 +3197,9 @@ class NavigationService {
|
|
|
3197
3197
|
return service.move(value, action);
|
|
3198
3198
|
}
|
|
3199
3199
|
}
|
|
3200
|
-
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3201
|
-
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3200
|
+
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, deps: [{ token: BusViewService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3201
|
+
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
|
|
3202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
|
|
3203
3203
|
type: Injectable
|
|
3204
3204
|
}], ctorParameters: function () { return [{ type: BusViewService }]; } });
|
|
3205
3205
|
|
|
@@ -3233,9 +3233,9 @@ class HeaderTemplateDirective {
|
|
|
3233
3233
|
this.templateRef = templateRef;
|
|
3234
3234
|
}
|
|
3235
3235
|
}
|
|
3236
|
-
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3237
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3236
|
+
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3237
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: HeaderTemplateDirective, selector: "[kendoCalendarHeaderTemplate]", ngImport: i0 });
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
3239
3239
|
type: Directive,
|
|
3240
3240
|
args: [{
|
|
3241
3241
|
selector: '[kendoCalendarHeaderTemplate]'
|
|
@@ -3271,9 +3271,9 @@ class FooterTemplateDirective {
|
|
|
3271
3271
|
this.templateRef = templateRef;
|
|
3272
3272
|
}
|
|
3273
3273
|
}
|
|
3274
|
-
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3275
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3274
|
+
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3275
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FooterTemplateDirective, selector: "[kendoCalendarFooterTemplate]", ngImport: i0 });
|
|
3276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
3277
3277
|
type: Directive,
|
|
3278
3278
|
args: [{
|
|
3279
3279
|
selector: '[kendoCalendarFooterTemplate]'
|
|
@@ -3290,8 +3290,8 @@ class FooterComponent {
|
|
|
3290
3290
|
this.getToday = getToday;
|
|
3291
3291
|
}
|
|
3292
3292
|
}
|
|
3293
|
-
FooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3294
|
-
FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3293
|
+
FooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterComponent, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3294
|
+
FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FooterComponent, selector: "kendo-calendar-footer", inputs: { footerTemplateRef: "footerTemplateRef", activeViewValue: "activeViewValue", currentDate: "currentDate" }, host: { properties: { "class.k-calendar-footer": "this.showFooter" } }, ngImport: i0, template: `
|
|
3295
3295
|
<ng-template *ngIf="footerTemplateRef; else defaultRendering"
|
|
3296
3296
|
[ngTemplateOutlet]="footerTemplateRef"
|
|
3297
3297
|
[ngTemplateOutletContext]="{ activeView: activeViewValue, date: currentDate }">
|
|
@@ -3306,8 +3306,8 @@ FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
3306
3306
|
{{intl.formatDate(getToday(), 'D')}}
|
|
3307
3307
|
</button>
|
|
3308
3308
|
</ng-template>
|
|
3309
|
-
`, isInline: true,
|
|
3310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3309
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i7.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"] }] });
|
|
3310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FooterComponent, decorators: [{
|
|
3311
3311
|
type: Component,
|
|
3312
3312
|
args: [{
|
|
3313
3313
|
selector: 'kendo-calendar-footer',
|
|
@@ -3344,9 +3344,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3344
3344
|
*/
|
|
3345
3345
|
class Messages extends ComponentMessages {
|
|
3346
3346
|
}
|
|
3347
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3348
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3347
|
+
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3348
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendo-multiview-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
3349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
|
|
3350
3350
|
type: Directive,
|
|
3351
3351
|
args: [{
|
|
3352
3352
|
// eslint-disable-next-line
|
|
@@ -3371,14 +3371,14 @@ class MultiViewCalendarLocalizedMessagesDirective extends Messages {
|
|
|
3371
3371
|
this.service = service;
|
|
3372
3372
|
}
|
|
3373
3373
|
}
|
|
3374
|
-
MultiViewCalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3375
|
-
MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3374
|
+
MultiViewCalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3375
|
+
MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
|
|
3376
3376
|
{
|
|
3377
3377
|
provide: Messages,
|
|
3378
3378
|
useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
|
|
3379
3379
|
}
|
|
3380
3380
|
], usesInheritance: true, ngImport: i0 });
|
|
3381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, decorators: [{
|
|
3382
3382
|
type: Directive,
|
|
3383
3383
|
args: [{
|
|
3384
3384
|
providers: [
|
|
@@ -4229,8 +4229,8 @@ class MultiViewCalendarComponent {
|
|
|
4229
4229
|
});
|
|
4230
4230
|
}
|
|
4231
4231
|
}
|
|
4232
|
-
MultiViewCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4233
|
-
MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4232
|
+
MultiViewCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarComponent, deps: [{ token: BusViewService }, { token: i0.ElementRef }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: DisabledDatesService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4233
|
+
MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: { showOtherMonthDays: "showOtherMonthDays", showCalendarHeader: "showCalendarHeader", id: "id", focusedDate: "focusedDate", footer: "footer", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesRangeValidation: "disabledDatesRangeValidation", selection: "selection", value: "value", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", weekDaysFormat: "weekDaysFormat", isActive: "isActive", disabledDates: "disabledDates", activeView: "activeView", bottomView: "bottomView", topView: "topView", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", weekNumber: "weekNumber", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", views: "views", orientation: "orientation", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"] }, outputs: { activeViewChange: "activeViewChange", navigate: "navigate", cellEnter: "cellEnter", cellLeave: "cellLeave", valueChange: "valueChange", blurEvent: "blur", focusEvent: "focus", focusCalendar: "focusCalendar", onClosePopup: "onClosePopup", onTabPress: "onTabPress", onShiftTabPress: "onShiftTabPress" }, host: { listeners: { "mouseenter": "handleMouseEnter()", "mouseleave": "handleMouseLeave()", "mousedown": "handleMousedown($event)", "click": "handleClick()", "keydown": "keydown($event)" }, properties: { "attr.id": "this.widgetId", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.ariaDisabled" } }, providers: [
|
|
4234
4234
|
BusViewService,
|
|
4235
4235
|
RANGE_CALENDAR_VALUE_ACCESSOR,
|
|
4236
4236
|
RANGE_CALENDAR_RANGE_VALIDATORS,
|
|
@@ -4315,8 +4315,8 @@ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4315
4315
|
[activeViewValue]="activeView"
|
|
4316
4316
|
[currentDate]="activeDate">
|
|
4317
4317
|
</kendo-calendar-footer>
|
|
4318
|
-
`, isInline: true,
|
|
4319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4318
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "titleTemplateRef", "headerTemplateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { kind: "component", type: FooterComponent, selector: "kendo-calendar-footer", inputs: ["footerTemplateRef", "activeViewValue", "currentDate"] }, { kind: "component", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: ["showOtherMonthDays", "cellTemplateRef", "weekNumberTemplateRef", "activeRangeEnd", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectionRange", "selectedDates", "views", "showViewHeader", "animateNavigation", "orientation", "activeDescendant", "tabIndex", "disabled", "id", "weekDaysFormat", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "activeDateChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { kind: "directive", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarComponent, decorators: [{
|
|
4320
4320
|
type: Component,
|
|
4321
4321
|
args: [{
|
|
4322
4322
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -4733,9 +4733,9 @@ class CalendarDOMService {
|
|
|
4733
4733
|
}
|
|
4734
4734
|
}
|
|
4735
4735
|
}
|
|
4736
|
-
CalendarDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4737
|
-
CalendarDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4736
|
+
CalendarDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarDOMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4737
|
+
CalendarDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarDOMService });
|
|
4738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarDOMService, decorators: [{
|
|
4739
4739
|
type: Injectable
|
|
4740
4740
|
}] });
|
|
4741
4741
|
|
|
@@ -5122,8 +5122,8 @@ class VirtualizationComponent {
|
|
|
5122
5122
|
return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
|
|
5123
5123
|
}
|
|
5124
5124
|
}
|
|
5125
|
-
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5126
|
-
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5125
|
+
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i12.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5126
|
+
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
|
|
5127
5127
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
5128
5128
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
5129
5129
|
}], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -5133,8 +5133,8 @@ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
5133
5133
|
[class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
|
|
5134
5134
|
[ngStyle]="totalVertexLength"
|
|
5135
5135
|
></div>
|
|
5136
|
-
`, isInline: true,
|
|
5137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5136
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationComponent, decorators: [{
|
|
5138
5138
|
type: Component,
|
|
5139
5139
|
args: [{
|
|
5140
5140
|
providers: [{
|
|
@@ -5154,7 +5154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5154
5154
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
5155
5155
|
type: Inject,
|
|
5156
5156
|
args: [SCROLLER_FACTORY_TOKEN]
|
|
5157
|
-
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type:
|
|
5157
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i12.ScrollbarWidthService }]; }, propDecorators: { direction: [{
|
|
5158
5158
|
type: Input
|
|
5159
5159
|
}], itemHeight: [{
|
|
5160
5160
|
type: Input
|
|
@@ -5293,8 +5293,8 @@ class NavigationComponent {
|
|
|
5293
5293
|
}
|
|
5294
5294
|
}
|
|
5295
5295
|
}
|
|
5296
|
-
NavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5297
|
-
NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5296
|
+
NavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationComponent, deps: [{ token: BusViewService }, { token: CalendarDOMService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5297
|
+
NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: { activeView: "activeView", min: "min", max: "max", focusedDate: "focusedDate", templateRef: "templateRef" }, outputs: { valueChange: "valueChange", pageChange: "pageChange" }, host: { properties: { "class.k-calendar-navigation": "this.getComponentClass" } }, viewQueries: [{ propertyName: "virtualization", first: true, predicate: VirtualizationComponent, descendants: true }, { propertyName: "list", first: true, predicate: ["list"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
5298
5298
|
<span class="k-calendar-navigation-highlight"></span>
|
|
5299
5299
|
<kendo-virtualization
|
|
5300
5300
|
[skip]="skip"
|
|
@@ -5320,8 +5320,8 @@ NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
5320
5320
|
</li>
|
|
5321
5321
|
</ul>
|
|
5322
5322
|
</kendo-virtualization>
|
|
5323
|
-
`, isInline: true,
|
|
5324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5323
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
5325
5325
|
type: Component,
|
|
5326
5326
|
args: [{
|
|
5327
5327
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -5549,8 +5549,8 @@ class ViewListComponent {
|
|
|
5549
5549
|
}
|
|
5550
5550
|
}
|
|
5551
5551
|
}
|
|
5552
|
-
ViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5553
|
-
ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5552
|
+
ViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewListComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: CalendarDOMService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5553
|
+
ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: { cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", headerTitleTemplateRef: "headerTitleTemplateRef", headerTemplateRef: "headerTemplateRef", footerTemplateRef: "footerTemplateRef", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectedDates: "selectedDates", tabIndex: "tabIndex", disabled: "disabled", id: "id", showFooter: "showFooter", weekDaysFormat: "weekDaysFormat", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", activeDateChange: "activeDateChange", todayButtonClick: "todayButtonClick", pageChange: "pageChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { properties: { "class.k-vstack": "this.getComponentClass", "class.k-calendar-view": "this.getComponentClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass" } }, viewQueries: [{ propertyName: "virtualization", first: true, predicate: VirtualizationComponent, descendants: true }, { propertyName: "headerComponent", first: true, predicate: HeaderComponent, descendants: true }, { propertyName: "list", first: true, predicate: ["list"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
5554
5554
|
<kendo-calendar-header
|
|
5555
5555
|
[currentDate]="activeDate"
|
|
5556
5556
|
[min]="min"
|
|
@@ -5622,8 +5622,8 @@ ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
5622
5622
|
[activeViewValue]="activeViewValue"
|
|
5623
5623
|
[currentDate]="activeDate">
|
|
5624
5624
|
</kendo-calendar-footer>
|
|
5625
|
-
`, isInline: true,
|
|
5626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5625
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "titleTemplateRef", "headerTemplateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { kind: "component", type: FooterComponent, selector: "kendo-calendar-footer", inputs: ["footerTemplateRef", "activeViewValue", "currentDate"] }, { kind: "component", type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["showOtherMonthDays", "direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ViewListComponent, decorators: [{
|
|
5627
5627
|
type: Component,
|
|
5628
5628
|
args: [{
|
|
5629
5629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -5853,9 +5853,9 @@ class ScrollSyncService {
|
|
|
5853
5853
|
}
|
|
5854
5854
|
}
|
|
5855
5855
|
}
|
|
5856
|
-
ScrollSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5857
|
-
ScrollSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5856
|
+
ScrollSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService, deps: [{ token: CalendarDOMService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5857
|
+
ScrollSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService });
|
|
5858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ScrollSyncService, decorators: [{
|
|
5859
5859
|
type: Injectable
|
|
5860
5860
|
}], ctorParameters: function () { return [{ type: CalendarDOMService }, { type: i0.NgZone }]; } });
|
|
5861
5861
|
|
|
@@ -5889,9 +5889,9 @@ class NavigationItemTemplateDirective {
|
|
|
5889
5889
|
this.templateRef = templateRef;
|
|
5890
5890
|
}
|
|
5891
5891
|
}
|
|
5892
|
-
NavigationItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5893
|
-
NavigationItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
5894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5892
|
+
NavigationItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5893
|
+
NavigationItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NavigationItemTemplateDirective, selector: "[kendoCalendarNavigationItemTemplate]", ngImport: i0 });
|
|
5894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationItemTemplateDirective, decorators: [{
|
|
5895
5895
|
type: Directive,
|
|
5896
5896
|
args: [{
|
|
5897
5897
|
selector: '[kendoCalendarNavigationItemTemplate]'
|
|
@@ -5922,14 +5922,14 @@ class MultiViewCalendarCustomMessagesComponent extends Messages {
|
|
|
5922
5922
|
return true;
|
|
5923
5923
|
}
|
|
5924
5924
|
}
|
|
5925
|
-
MultiViewCalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5926
|
-
MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5925
|
+
MultiViewCalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5926
|
+
MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages", providers: [
|
|
5927
5927
|
{
|
|
5928
5928
|
provide: Messages,
|
|
5929
5929
|
useExisting: forwardRef(() => MultiViewCalendarCustomMessagesComponent)
|
|
5930
5930
|
}
|
|
5931
5931
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, decorators: [{
|
|
5933
5933
|
type: Component,
|
|
5934
5934
|
args: [{
|
|
5935
5935
|
providers: [
|
|
@@ -5948,9 +5948,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5948
5948
|
*/
|
|
5949
5949
|
class CalendarMessages extends ComponentMessages {
|
|
5950
5950
|
}
|
|
5951
|
-
CalendarMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5952
|
-
CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
5953
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5951
|
+
CalendarMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
5952
|
+
CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CalendarMessages, selector: "kendo-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
5953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
5954
5954
|
type: Directive,
|
|
5955
5955
|
args: [{
|
|
5956
5956
|
// eslint-disable-next-line
|
|
@@ -5975,14 +5975,14 @@ class CalendarLocalizedMessagesDirective extends CalendarMessages {
|
|
|
5975
5975
|
this.service = service;
|
|
5976
5976
|
}
|
|
5977
5977
|
}
|
|
5978
|
-
CalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5979
|
-
CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
5978
|
+
CalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5979
|
+
CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]", providers: [
|
|
5980
5980
|
{
|
|
5981
5981
|
provide: CalendarMessages,
|
|
5982
5982
|
useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
|
|
5983
5983
|
}
|
|
5984
5984
|
], usesInheritance: true, ngImport: i0 });
|
|
5985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarLocalizedMessagesDirective, decorators: [{
|
|
5986
5986
|
type: Directive,
|
|
5987
5987
|
args: [{
|
|
5988
5988
|
providers: [
|
|
@@ -6779,7 +6779,6 @@ class CalendarComponent {
|
|
|
6779
6779
|
if (this.element.nativeElement.contains(args.relatedTarget)) {
|
|
6780
6780
|
return;
|
|
6781
6781
|
}
|
|
6782
|
-
;
|
|
6783
6782
|
this.isActive = false;
|
|
6784
6783
|
// the injector can get the NgControl instance of the parent component (for example, the DateTimePicker)
|
|
6785
6784
|
// and enters the zone for no reason because the parent component is still untouched
|
|
@@ -6954,8 +6953,8 @@ class CalendarComponent {
|
|
|
6954
6953
|
});
|
|
6955
6954
|
}
|
|
6956
6955
|
}
|
|
6957
|
-
CalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6958
|
-
CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
6956
|
+
CalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarComponent, deps: [{ token: BusViewService }, { token: CalendarDOMService }, { token: i0.ElementRef }, { token: NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: ScrollSyncService }, { token: DisabledDatesService }, { token: i1$1.LocalizationService }, { token: SelectionService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6957
|
+
CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CalendarComponent, selector: "kendo-calendar", inputs: { showOtherMonthDays: "showOtherMonthDays", id: "id", focusedDate: "focusedDate", min: "min", max: "max", rangeValidation: "rangeValidation", weekDaysFormat: "weekDaysFormat", footer: "footer", selection: "selection", value: "value", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", navigation: "navigation", activeView: "activeView", bottomView: "bottomView", topView: "topView", type: "type", animateNavigation: "animateNavigation", weekNumber: "weekNumber", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], size: "size" }, outputs: { activeViewChange: "activeViewChange", navigate: "navigate", activeViewDateChange: "activeViewDateChange", onBlur: "blur", onFocus: "focus", valueChange: "valueChange" }, host: { properties: { "class.k-week-number": "this.weekNumber", "attr.id": "this.widgetId", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.ariaDisabled" } }, providers: [
|
|
6959
6958
|
BusViewService,
|
|
6960
6959
|
CALENDAR_VALUE_ACCESSOR,
|
|
6961
6960
|
CALENDAR_RANGE_VALIDATORS,
|
|
@@ -7078,8 +7077,8 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
7078
7077
|
</kendo-multiviewcalendar-messages>
|
|
7079
7078
|
</kendo-multiviewcalendar>
|
|
7080
7079
|
</ng-container>
|
|
7081
|
-
`, isInline: true,
|
|
7082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7080
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }, { kind: "component", type: 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: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { kind: "directive", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { kind: "component", type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "headerTemplateRef", "footerTemplateRef", "showOtherMonthDays", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "showFooter", "weekDaysFormat", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7081
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
7083
7082
|
type: Component,
|
|
7084
7083
|
args: [{
|
|
7085
7084
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -7383,9 +7382,9 @@ var Arrow;
|
|
|
7383
7382
|
*/
|
|
7384
7383
|
class DateInputMessages extends ComponentMessages {
|
|
7385
7384
|
}
|
|
7386
|
-
DateInputMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7387
|
-
DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
7388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7385
|
+
DateInputMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7386
|
+
DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateInputMessages, selector: "kendo-dateinput-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
|
|
7387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
7389
7388
|
type: Directive,
|
|
7390
7389
|
args: [{
|
|
7391
7390
|
// eslint-disable-next-line
|
|
@@ -7406,14 +7405,14 @@ class DateInputLocalizedMessagesDirective extends DateInputMessages {
|
|
|
7406
7405
|
this.service = service;
|
|
7407
7406
|
}
|
|
7408
7407
|
}
|
|
7409
|
-
DateInputLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7410
|
-
DateInputLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
7408
|
+
DateInputLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7409
|
+
DateInputLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]", providers: [
|
|
7411
7410
|
{
|
|
7412
7411
|
provide: DateInputMessages,
|
|
7413
7412
|
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
7414
7413
|
}
|
|
7415
7414
|
], usesInheritance: true, ngImport: i0 });
|
|
7416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputLocalizedMessagesDirective, decorators: [{
|
|
7417
7416
|
type: Directive,
|
|
7418
7417
|
args: [{
|
|
7419
7418
|
providers: [
|
|
@@ -7706,7 +7705,6 @@ class DateInputComponent {
|
|
|
7706
7705
|
this.focusableId = `${_pickerType}-${nextId}`;
|
|
7707
7706
|
}
|
|
7708
7707
|
}
|
|
7709
|
-
;
|
|
7710
7708
|
/**
|
|
7711
7709
|
* @hidden
|
|
7712
7710
|
*/
|
|
@@ -7945,7 +7943,6 @@ class DateInputComponent {
|
|
|
7945
7943
|
role: this.role
|
|
7946
7944
|
};
|
|
7947
7945
|
}
|
|
7948
|
-
;
|
|
7949
7946
|
/**
|
|
7950
7947
|
* @hidden
|
|
7951
7948
|
* Used by the TextBoxContainer to determine if the component is empty
|
|
@@ -7998,14 +7995,12 @@ class DateInputComponent {
|
|
|
7998
7995
|
if (!this.kendoDate) {
|
|
7999
7996
|
return;
|
|
8000
7997
|
}
|
|
8001
|
-
;
|
|
8002
7998
|
this.kendoDate.writeValue(this.value);
|
|
8003
7999
|
}
|
|
8004
8000
|
if (changes['format'] || changes['placeholder']) {
|
|
8005
8001
|
if (!this.kendoDate) {
|
|
8006
8002
|
return;
|
|
8007
8003
|
}
|
|
8008
|
-
;
|
|
8009
8004
|
this.kendoDate?.setOptions(this.options, true);
|
|
8010
8005
|
this.updateFormatSections();
|
|
8011
8006
|
}
|
|
@@ -8269,8 +8264,8 @@ class DateInputComponent {
|
|
|
8269
8264
|
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement);
|
|
8270
8265
|
}
|
|
8271
8266
|
}
|
|
8272
|
-
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8273
|
-
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8267
|
+
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1$1.LocalizationService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
8268
|
+
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateInputComponent, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-input": "this.wrapperClass", "class.k-dateinput": "this.wrapperClass", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
8274
8269
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8275
8270
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8276
8271
|
{ provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
|
|
@@ -8346,8 +8341,8 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
8346
8341
|
</kendo-icon-wrapper>
|
|
8347
8342
|
</button>
|
|
8348
8343
|
</span>
|
|
8349
|
-
`, isInline: true,
|
|
8350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8344
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
8351
8346
|
type: Component,
|
|
8352
8347
|
args: [{
|
|
8353
8348
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -8590,14 +8585,14 @@ class CalendarCustomMessagesComponent extends CalendarMessages {
|
|
|
8590
8585
|
return true;
|
|
8591
8586
|
}
|
|
8592
8587
|
}
|
|
8593
|
-
CalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8594
|
-
CalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8588
|
+
CalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8589
|
+
CalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages", providers: [
|
|
8595
8590
|
{
|
|
8596
8591
|
provide: CalendarMessages,
|
|
8597
8592
|
useExisting: forwardRef(() => CalendarCustomMessagesComponent)
|
|
8598
8593
|
}
|
|
8599
8594
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
8600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
|
|
8601
8596
|
type: Component,
|
|
8602
8597
|
args: [{
|
|
8603
8598
|
providers: [
|
|
@@ -8616,9 +8611,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
8616
8611
|
*/
|
|
8617
8612
|
class DatePickerMessages extends ComponentMessages {
|
|
8618
8613
|
}
|
|
8619
|
-
DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8620
|
-
DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
8621
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8614
|
+
DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
8615
|
+
DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
8616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
8622
8617
|
type: Directive,
|
|
8623
8618
|
args: [{
|
|
8624
8619
|
// eslint-disable-next-line
|
|
@@ -8645,14 +8640,14 @@ class DatePickerLocalizedMessagesDirective extends DatePickerMessages {
|
|
|
8645
8640
|
this.service = service;
|
|
8646
8641
|
}
|
|
8647
8642
|
}
|
|
8648
|
-
DatePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8649
|
-
DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
8643
|
+
DatePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8644
|
+
DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]", providers: [
|
|
8650
8645
|
{
|
|
8651
8646
|
provide: DatePickerMessages,
|
|
8652
8647
|
useExisting: forwardRef(() => DatePickerLocalizedMessagesDirective)
|
|
8653
8648
|
}
|
|
8654
8649
|
], usesInheritance: true, ngImport: i0 });
|
|
8655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerLocalizedMessagesDirective, decorators: [{
|
|
8656
8651
|
type: Directive,
|
|
8657
8652
|
args: [{
|
|
8658
8653
|
providers: [
|
|
@@ -9015,7 +9010,6 @@ class DatePickerComponent {
|
|
|
9015
9010
|
set navigation(state) {
|
|
9016
9011
|
this._navigation = state;
|
|
9017
9012
|
}
|
|
9018
|
-
;
|
|
9019
9013
|
get navigation() {
|
|
9020
9014
|
if (this.isAdaptive) {
|
|
9021
9015
|
return;
|
|
@@ -9144,7 +9138,6 @@ class DatePickerComponent {
|
|
|
9144
9138
|
get popupUID() {
|
|
9145
9139
|
return this.calendar?.popupId;
|
|
9146
9140
|
}
|
|
9147
|
-
;
|
|
9148
9141
|
get isActive() {
|
|
9149
9142
|
return this._active;
|
|
9150
9143
|
}
|
|
@@ -9453,7 +9446,6 @@ class DatePickerComponent {
|
|
|
9453
9446
|
if (!this.isOpen || this.windowSize === windowSize()) {
|
|
9454
9447
|
return;
|
|
9455
9448
|
}
|
|
9456
|
-
;
|
|
9457
9449
|
if (this.actionSheet.expanded) {
|
|
9458
9450
|
this.toggleActionSheet(false);
|
|
9459
9451
|
}
|
|
@@ -9692,8 +9684,8 @@ class DatePickerComponent {
|
|
|
9692
9684
|
}
|
|
9693
9685
|
}
|
|
9694
9686
|
}
|
|
9695
|
-
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9696
|
-
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9687
|
+
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
9688
|
+
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], inputAttributes: "inputAttributes", monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer", navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode", adaptiveMode: "adaptiveMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
9697
9689
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
9698
9690
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
9699
9691
|
{ provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
|
|
@@ -9868,8 +9860,8 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9868
9860
|
</kendo-calendar-messages>
|
|
9869
9861
|
</kendo-calendar>
|
|
9870
9862
|
</ng-template>
|
|
9871
|
-
`, isInline: true,
|
|
9872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9863
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: 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: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i11.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i11.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.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: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
9873
9865
|
type: Component,
|
|
9874
9866
|
args: [{
|
|
9875
9867
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -10270,6 +10262,109 @@ const timeRangeValidator = (min, max) => {
|
|
|
10270
10262
|
};
|
|
10271
10263
|
};
|
|
10272
10264
|
|
|
10265
|
+
/**
|
|
10266
|
+
* @hidden
|
|
10267
|
+
*/
|
|
10268
|
+
class TimePickerMessages extends ComponentMessages {
|
|
10269
|
+
}
|
|
10270
|
+
TimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
10271
|
+
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimePickerMessages, selector: "kendo-timepicker-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", now: "now", nowLabel: "nowLabel", toggle: "toggle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
|
|
10272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
10273
|
+
type: Directive,
|
|
10274
|
+
args: [{
|
|
10275
|
+
// eslint-disable-next-line
|
|
10276
|
+
selector: 'kendo-timepicker-messages-base'
|
|
10277
|
+
}]
|
|
10278
|
+
}], propDecorators: { accept: [{
|
|
10279
|
+
type: Input
|
|
10280
|
+
}], acceptLabel: [{
|
|
10281
|
+
type: Input
|
|
10282
|
+
}], cancel: [{
|
|
10283
|
+
type: Input
|
|
10284
|
+
}], cancelLabel: [{
|
|
10285
|
+
type: Input
|
|
10286
|
+
}], now: [{
|
|
10287
|
+
type: Input
|
|
10288
|
+
}], nowLabel: [{
|
|
10289
|
+
type: Input
|
|
10290
|
+
}], toggle: [{
|
|
10291
|
+
type: Input
|
|
10292
|
+
}], hour: [{
|
|
10293
|
+
type: Input
|
|
10294
|
+
}], minute: [{
|
|
10295
|
+
type: Input
|
|
10296
|
+
}], second: [{
|
|
10297
|
+
type: Input
|
|
10298
|
+
}], millisecond: [{
|
|
10299
|
+
type: Input
|
|
10300
|
+
}], dayperiod: [{
|
|
10301
|
+
type: Input
|
|
10302
|
+
}] } });
|
|
10303
|
+
|
|
10304
|
+
/**
|
|
10305
|
+
* @hidden
|
|
10306
|
+
*/
|
|
10307
|
+
class TimePickerLocalizedMessagesDirective extends TimePickerMessages {
|
|
10308
|
+
constructor(service) {
|
|
10309
|
+
super();
|
|
10310
|
+
this.service = service;
|
|
10311
|
+
}
|
|
10312
|
+
}
|
|
10313
|
+
TimePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10314
|
+
TimePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]", providers: [
|
|
10315
|
+
{
|
|
10316
|
+
provide: TimePickerMessages,
|
|
10317
|
+
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
10318
|
+
}
|
|
10319
|
+
], usesInheritance: true, ngImport: i0 });
|
|
10320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerLocalizedMessagesDirective, decorators: [{
|
|
10321
|
+
type: Directive,
|
|
10322
|
+
args: [{
|
|
10323
|
+
providers: [
|
|
10324
|
+
{
|
|
10325
|
+
provide: TimePickerMessages,
|
|
10326
|
+
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
10327
|
+
}
|
|
10328
|
+
],
|
|
10329
|
+
selector: '[kendoTimePickerLocalizedMessages]'
|
|
10330
|
+
}]
|
|
10331
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
10332
|
+
|
|
10333
|
+
/**
|
|
10334
|
+
* @hidden
|
|
10335
|
+
*
|
|
10336
|
+
* Custom component messages override default component messages.
|
|
10337
|
+
*/
|
|
10338
|
+
class TimeSelectorCustomMessagesComponent extends TimePickerMessages {
|
|
10339
|
+
constructor(service) {
|
|
10340
|
+
super();
|
|
10341
|
+
this.service = service;
|
|
10342
|
+
}
|
|
10343
|
+
get override() {
|
|
10344
|
+
return true;
|
|
10345
|
+
}
|
|
10346
|
+
}
|
|
10347
|
+
TimeSelectorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10348
|
+
TimeSelectorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages", providers: [
|
|
10349
|
+
{
|
|
10350
|
+
provide: TimePickerMessages,
|
|
10351
|
+
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
10352
|
+
}
|
|
10353
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
10354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorCustomMessagesComponent, decorators: [{
|
|
10355
|
+
type: Component,
|
|
10356
|
+
args: [{
|
|
10357
|
+
providers: [
|
|
10358
|
+
{
|
|
10359
|
+
provide: TimePickerMessages,
|
|
10360
|
+
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
10361
|
+
}
|
|
10362
|
+
],
|
|
10363
|
+
selector: 'kendo-timeselector-messages',
|
|
10364
|
+
template: ``
|
|
10365
|
+
}]
|
|
10366
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
10367
|
+
|
|
10273
10368
|
const div = domContainerFactory('div');
|
|
10274
10369
|
const ul = domContainerFactory('ul');
|
|
10275
10370
|
const li = domContainerFactory('li');
|
|
@@ -10339,9 +10434,9 @@ class TimePickerDOMService {
|
|
|
10339
10434
|
return (element.nativeElement || element) === document.activeElement;
|
|
10340
10435
|
}
|
|
10341
10436
|
}
|
|
10342
|
-
TimePickerDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10343
|
-
TimePickerDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10437
|
+
TimePickerDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerDOMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10438
|
+
TimePickerDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerDOMService });
|
|
10439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerDOMService, decorators: [{
|
|
10345
10440
|
type: Injectable
|
|
10346
10441
|
}] });
|
|
10347
10442
|
|
|
@@ -10451,9 +10546,9 @@ class HoursService {
|
|
|
10451
10546
|
return [min.getHours(), max.getHours()];
|
|
10452
10547
|
}
|
|
10453
10548
|
}
|
|
10454
|
-
HoursService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10455
|
-
HoursService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10549
|
+
HoursService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HoursService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10550
|
+
HoursService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HoursService });
|
|
10551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HoursService, decorators: [{
|
|
10457
10552
|
type: Injectable
|
|
10458
10553
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
10459
10554
|
|
|
@@ -10561,9 +10656,9 @@ class MinutesService {
|
|
|
10561
10656
|
return [min.getMinutes(), max.getMinutes()];
|
|
10562
10657
|
}
|
|
10563
10658
|
}
|
|
10564
|
-
MinutesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10565
|
-
MinutesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10659
|
+
MinutesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinutesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10660
|
+
MinutesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinutesService });
|
|
10661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MinutesService, decorators: [{
|
|
10567
10662
|
type: Injectable
|
|
10568
10663
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
10569
10664
|
|
|
@@ -10671,9 +10766,9 @@ class SecondsService {
|
|
|
10671
10766
|
return [min.getSeconds(), max.getSeconds()];
|
|
10672
10767
|
}
|
|
10673
10768
|
}
|
|
10674
|
-
SecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10675
|
-
SecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10769
|
+
SecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10770
|
+
SecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SecondsService });
|
|
10771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SecondsService, decorators: [{
|
|
10677
10772
|
type: Injectable
|
|
10678
10773
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
10679
10774
|
|
|
@@ -10784,9 +10879,9 @@ class MillisecondsService {
|
|
|
10784
10879
|
return [min.getMilliseconds(), max.getMilliseconds()];
|
|
10785
10880
|
}
|
|
10786
10881
|
}
|
|
10787
|
-
MillisecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10788
|
-
MillisecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10882
|
+
MillisecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MillisecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10883
|
+
MillisecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MillisecondsService });
|
|
10884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MillisecondsService, decorators: [{
|
|
10790
10885
|
type: Injectable
|
|
10791
10886
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
10792
10887
|
|
|
@@ -10900,9 +10995,9 @@ class DayPeriodService {
|
|
|
10900
10995
|
];
|
|
10901
10996
|
}
|
|
10902
10997
|
}
|
|
10903
|
-
DayPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10904
|
-
DayPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
10905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10998
|
+
DayPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayPeriodService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10999
|
+
DayPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayPeriodService });
|
|
11000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DayPeriodService, decorators: [{
|
|
10906
11001
|
type: Injectable
|
|
10907
11002
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
10908
11003
|
|
|
@@ -11140,8 +11235,8 @@ class TimeListComponent {
|
|
|
11140
11235
|
this.domEvents.push(this.renderer.listen(element, 'mouseover', () => !this.isActive && this.focus()), this.renderer.listen(element, 'click', () => this.focus()), this.renderer.listen(element, 'blur', () => this.isActive = false), this.renderer.listen(element, 'focus', () => this.isActive = true), this.renderer.listen(element, 'keydown', this.handleKeyDown.bind(this)));
|
|
11141
11236
|
}
|
|
11142
11237
|
}
|
|
11143
|
-
TimeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11144
|
-
TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11238
|
+
TimeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Injector }, { token: TimePickerDOMService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11239
|
+
TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeListComponent, selector: "kendo-timelist", inputs: { min: "min", max: "max", part: "part", step: "step", disabled: "disabled", value: "value", isLast: "isLast" }, outputs: { valueChange: "valueChange", tabOutLastPart: "tabOutLastPart" }, host: { properties: { "attr.role": "this.roleAttribute", "attr.aria-label": "this.ariaLabel", "attr.tabindex": "this.tabIndex", "class.k-time-list": "this.componentClass" } }, viewQueries: [{ propertyName: "virtualization", first: true, predicate: VirtualizationComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
11145
11240
|
<kendo-virtualization
|
|
11146
11241
|
[skip]="skip"
|
|
11147
11242
|
[take]="total"
|
|
@@ -11169,8 +11264,8 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
11169
11264
|
</li>
|
|
11170
11265
|
</ul>
|
|
11171
11266
|
</kendo-virtualization>
|
|
11172
|
-
`, isInline: true,
|
|
11173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11267
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
11268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
11174
11269
|
type: Component,
|
|
11175
11270
|
args: [{
|
|
11176
11271
|
selector: 'kendo-timelist',
|
|
@@ -11304,45 +11399,6 @@ const snapTime = snappers => (candidate, min) => {
|
|
|
11304
11399
|
return date;
|
|
11305
11400
|
};
|
|
11306
11401
|
|
|
11307
|
-
/**
|
|
11308
|
-
* @hidden
|
|
11309
|
-
*/
|
|
11310
|
-
class TimePickerMessages extends ComponentMessages {
|
|
11311
|
-
}
|
|
11312
|
-
TimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
11313
|
-
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TimePickerMessages, selector: "kendo-timepicker-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", now: "now", nowLabel: "nowLabel", toggle: "toggle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
|
|
11314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
11315
|
-
type: Directive,
|
|
11316
|
-
args: [{
|
|
11317
|
-
// eslint-disable-next-line
|
|
11318
|
-
selector: 'kendo-timepicker-messages-base'
|
|
11319
|
-
}]
|
|
11320
|
-
}], propDecorators: { accept: [{
|
|
11321
|
-
type: Input
|
|
11322
|
-
}], acceptLabel: [{
|
|
11323
|
-
type: Input
|
|
11324
|
-
}], cancel: [{
|
|
11325
|
-
type: Input
|
|
11326
|
-
}], cancelLabel: [{
|
|
11327
|
-
type: Input
|
|
11328
|
-
}], now: [{
|
|
11329
|
-
type: Input
|
|
11330
|
-
}], nowLabel: [{
|
|
11331
|
-
type: Input
|
|
11332
|
-
}], toggle: [{
|
|
11333
|
-
type: Input
|
|
11334
|
-
}], hour: [{
|
|
11335
|
-
type: Input
|
|
11336
|
-
}], minute: [{
|
|
11337
|
-
type: Input
|
|
11338
|
-
}], second: [{
|
|
11339
|
-
type: Input
|
|
11340
|
-
}], millisecond: [{
|
|
11341
|
-
type: Input
|
|
11342
|
-
}], dayperiod: [{
|
|
11343
|
-
type: Input
|
|
11344
|
-
}] } });
|
|
11345
|
-
|
|
11346
11402
|
/**
|
|
11347
11403
|
* @hidden
|
|
11348
11404
|
*/
|
|
@@ -11352,14 +11408,14 @@ class TimeSelectorLocalizedMessagesDirective extends TimePickerMessages {
|
|
|
11352
11408
|
this.service = service;
|
|
11353
11409
|
}
|
|
11354
11410
|
}
|
|
11355
|
-
TimeSelectorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11356
|
-
TimeSelectorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
11411
|
+
TimeSelectorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11412
|
+
TimeSelectorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]", providers: [
|
|
11357
11413
|
{
|
|
11358
11414
|
provide: TimePickerMessages,
|
|
11359
11415
|
useExisting: forwardRef(() => TimeSelectorLocalizedMessagesDirective)
|
|
11360
11416
|
}
|
|
11361
11417
|
], usesInheritance: true, ngImport: i0 });
|
|
11362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorLocalizedMessagesDirective, decorators: [{
|
|
11363
11419
|
type: Directive,
|
|
11364
11420
|
args: [{
|
|
11365
11421
|
providers: [
|
|
@@ -11754,8 +11810,8 @@ class TimeSelectorComponent {
|
|
|
11754
11810
|
return listIdx;
|
|
11755
11811
|
}
|
|
11756
11812
|
}
|
|
11757
|
-
TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11758
|
-
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11813
|
+
TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i1.IntlService }, { token: TimePickerDOMService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
11814
|
+
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: { format: "format", min: "min", max: "max", cancelButton: "cancelButton", setButton: "setButton", nowButton: "nowButton", disabled: "disabled", isAdaptiveEnabled: "isAdaptiveEnabled", isDateTimePicker: "isDateTimePicker", steps: "steps", value: "value" }, outputs: { valueChange: "valueChange", valueReject: "valueReject", tabOutLastPart: "tabOutLastPart" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
11759
11815
|
LocalizationService,
|
|
11760
11816
|
{
|
|
11761
11817
|
provide: L10N_PREFIX,
|
|
@@ -11868,8 +11924,8 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
11868
11924
|
[disabled]="disabled"
|
|
11869
11925
|
>{{localization.get('cancel')}}</button>
|
|
11870
11926
|
</div>
|
|
11871
|
-
`, isInline: true,
|
|
11872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11927
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }, { kind: "directive", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
11873
11929
|
type: Component,
|
|
11874
11930
|
args: [{
|
|
11875
11931
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -12041,70 +12097,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12041
12097
|
type: Output
|
|
12042
12098
|
}] } });
|
|
12043
12099
|
|
|
12044
|
-
/**
|
|
12045
|
-
* @hidden
|
|
12046
|
-
*
|
|
12047
|
-
* Custom component messages override default component messages.
|
|
12048
|
-
*/
|
|
12049
|
-
class TimeSelectorCustomMessagesComponent extends TimePickerMessages {
|
|
12050
|
-
constructor(service) {
|
|
12051
|
-
super();
|
|
12052
|
-
this.service = service;
|
|
12053
|
-
}
|
|
12054
|
-
get override() {
|
|
12055
|
-
return true;
|
|
12056
|
-
}
|
|
12057
|
-
}
|
|
12058
|
-
TimeSelectorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12059
|
-
TimeSelectorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages", providers: [
|
|
12060
|
-
{
|
|
12061
|
-
provide: TimePickerMessages,
|
|
12062
|
-
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
12063
|
-
}
|
|
12064
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
12065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorCustomMessagesComponent, decorators: [{
|
|
12066
|
-
type: Component,
|
|
12067
|
-
args: [{
|
|
12068
|
-
providers: [
|
|
12069
|
-
{
|
|
12070
|
-
provide: TimePickerMessages,
|
|
12071
|
-
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
12072
|
-
}
|
|
12073
|
-
],
|
|
12074
|
-
selector: 'kendo-timeselector-messages',
|
|
12075
|
-
template: ``
|
|
12076
|
-
}]
|
|
12077
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
12078
|
-
|
|
12079
|
-
/**
|
|
12080
|
-
* @hidden
|
|
12081
|
-
*/
|
|
12082
|
-
class TimePickerLocalizedMessagesDirective extends TimePickerMessages {
|
|
12083
|
-
constructor(service) {
|
|
12084
|
-
super();
|
|
12085
|
-
this.service = service;
|
|
12086
|
-
}
|
|
12087
|
-
}
|
|
12088
|
-
TimePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12089
|
-
TimePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]", providers: [
|
|
12090
|
-
{
|
|
12091
|
-
provide: TimePickerMessages,
|
|
12092
|
-
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
12093
|
-
}
|
|
12094
|
-
], usesInheritance: true, ngImport: i0 });
|
|
12095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimePickerLocalizedMessagesDirective, decorators: [{
|
|
12096
|
-
type: Directive,
|
|
12097
|
-
args: [{
|
|
12098
|
-
providers: [
|
|
12099
|
-
{
|
|
12100
|
-
provide: TimePickerMessages,
|
|
12101
|
-
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
12102
|
-
}
|
|
12103
|
-
],
|
|
12104
|
-
selector: '[kendoTimePickerLocalizedMessages]'
|
|
12105
|
-
}]
|
|
12106
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
12107
|
-
|
|
12108
12100
|
const VALUE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/#toc-integration-with-json';
|
|
12109
12101
|
const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md';
|
|
12110
12102
|
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
@@ -12463,7 +12455,6 @@ class TimePickerComponent {
|
|
|
12463
12455
|
get popupUID() {
|
|
12464
12456
|
return `k-timepicker-popup-${this.bus.calendarId}-`;
|
|
12465
12457
|
}
|
|
12466
|
-
;
|
|
12467
12458
|
get isActive() {
|
|
12468
12459
|
return this._active;
|
|
12469
12460
|
}
|
|
@@ -12522,7 +12513,6 @@ class TimePickerComponent {
|
|
|
12522
12513
|
get adaptiveAcceptButton() {
|
|
12523
12514
|
return this.actionSheet.element.nativeElement.querySelector(ACCEPT_BUTTON_SELECTOR$1);
|
|
12524
12515
|
}
|
|
12525
|
-
;
|
|
12526
12516
|
get inputElement() {
|
|
12527
12517
|
return this.wrapper.nativeElement.querySelector('input');
|
|
12528
12518
|
}
|
|
@@ -12825,7 +12815,6 @@ class TimePickerComponent {
|
|
|
12825
12815
|
if (!this.isOpen || this.windowSize === windowSize()) {
|
|
12826
12816
|
return;
|
|
12827
12817
|
}
|
|
12828
|
-
;
|
|
12829
12818
|
if (this.actionSheet.expanded) {
|
|
12830
12819
|
this.toggleActionSheet(false);
|
|
12831
12820
|
}
|
|
@@ -13029,8 +13018,8 @@ class TimePickerComponent {
|
|
|
13029
13018
|
}
|
|
13030
13019
|
}
|
|
13031
13020
|
}
|
|
13032
|
-
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13033
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13021
|
+
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
13022
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13034
13023
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13035
13024
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13036
13025
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -13237,8 +13226,8 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
13237
13226
|
</kendo-timeselector-messages>
|
|
13238
13227
|
</kendo-timeselector>
|
|
13239
13228
|
</ng-template>
|
|
13240
|
-
`, isInline: true,
|
|
13241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13229
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i11.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i11.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.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: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart"], exportAs: ["kendo-timeselector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
13242
13231
|
type: Component,
|
|
13243
13232
|
args: [{
|
|
13244
13233
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -13562,9 +13551,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
13562
13551
|
*/
|
|
13563
13552
|
class DateTimePickerMessages extends ComponentMessages {
|
|
13564
13553
|
}
|
|
13565
|
-
DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13566
|
-
DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
13567
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13554
|
+
DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
13555
|
+
DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
|
|
13556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerMessages, decorators: [{
|
|
13568
13557
|
type: Directive,
|
|
13569
13558
|
args: [{
|
|
13570
13559
|
// eslint-disable-next-line
|
|
@@ -13621,14 +13610,14 @@ class LocalizedMessagesDirective extends DateTimePickerMessages {
|
|
|
13621
13610
|
this.service = service;
|
|
13622
13611
|
}
|
|
13623
13612
|
}
|
|
13624
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13625
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
13613
|
+
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 });
|
|
13614
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]", providers: [
|
|
13626
13615
|
{
|
|
13627
13616
|
provide: DateTimePickerMessages,
|
|
13628
13617
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
13629
13618
|
}
|
|
13630
13619
|
], usesInheritance: true, ngImport: i0 });
|
|
13631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
13632
13621
|
type: Directive,
|
|
13633
13622
|
args: [{
|
|
13634
13623
|
providers: [
|
|
@@ -14189,7 +14178,6 @@ class DateTimePickerComponent {
|
|
|
14189
14178
|
if (!this.isOpen || this.windowSize === windowSize()) {
|
|
14190
14179
|
return;
|
|
14191
14180
|
}
|
|
14192
|
-
;
|
|
14193
14181
|
if (this.actionSheet.expanded) {
|
|
14194
14182
|
this.toggleActionSheet(false);
|
|
14195
14183
|
}
|
|
@@ -14229,7 +14217,6 @@ class DateTimePickerComponent {
|
|
|
14229
14217
|
get popupUID() {
|
|
14230
14218
|
return this.calendar?.popupId;
|
|
14231
14219
|
}
|
|
14232
|
-
;
|
|
14233
14220
|
get acceptButton() {
|
|
14234
14221
|
if (this.isAdaptive) {
|
|
14235
14222
|
return this.actionSheet.element.nativeElement.querySelector(ACCEPT_BUTTON_SELECTOR);
|
|
@@ -14238,7 +14225,6 @@ class DateTimePickerComponent {
|
|
|
14238
14225
|
return this.popupRef?.popup.instance.container.nativeElement.querySelector(ACCEPT_BUTTON_SELECTOR);
|
|
14239
14226
|
}
|
|
14240
14227
|
}
|
|
14241
|
-
;
|
|
14242
14228
|
get cancelButtonElement() {
|
|
14243
14229
|
if (this.isAdaptive) {
|
|
14244
14230
|
return this.actionSheet.element.nativeElement.querySelector(CANCEL_BUTTON_SELECOTR);
|
|
@@ -14247,11 +14233,9 @@ class DateTimePickerComponent {
|
|
|
14247
14233
|
return this.popupRef?.popup.instance.container.nativeElement.querySelector(CANCEL_BUTTON_SELECOTR);
|
|
14248
14234
|
}
|
|
14249
14235
|
}
|
|
14250
|
-
;
|
|
14251
14236
|
get dateTabButton() {
|
|
14252
14237
|
return this.popupRef?.popup.instance.container.nativeElement.querySelector(DATE_TAB_BUTTON_SELECTOR);
|
|
14253
14238
|
}
|
|
14254
|
-
;
|
|
14255
14239
|
/**
|
|
14256
14240
|
* @hidden
|
|
14257
14241
|
*/
|
|
@@ -14916,8 +14900,8 @@ class DateTimePickerComponent {
|
|
|
14916
14900
|
}
|
|
14917
14901
|
}
|
|
14918
14902
|
}
|
|
14919
|
-
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14920
|
-
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14903
|
+
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$2.PopupService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: PickerService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: TOUCH_ENABLED }, { token: i1$1.LocalizationService }, { token: DisabledDatesService }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
14904
|
+
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: { focusableId: "focusableId", weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", tabindex: "tabindex", disabledDates: "disabledDates", popupSettings: "popupSettings", title: "title", subtitle: "subtitle", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", cancelButton: "cancelButton", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", focusedDate: "focusedDate", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", weekNumber: "weekNumber", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", adaptiveMode: "adaptiveMode", inputAttributes: "inputAttributes", defaultTab: "defaultTab", size: "size", rounded: "rounded", fillMode: "fillMode", headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
|
|
14921
14905
|
PickerService,
|
|
14922
14906
|
LocalizationService,
|
|
14923
14907
|
DisabledDatesService,
|
|
@@ -15297,8 +15281,8 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
15297
15281
|
</div>
|
|
15298
15282
|
</div>
|
|
15299
15283
|
</ng-template>
|
|
15300
|
-
`, isInline: true,
|
|
15301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15284
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: 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: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart"], exportAs: ["kendo-timeselector"] }, { kind: "directive", type: i12.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i11.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i11.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.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: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
15302
15286
|
type: Component,
|
|
15303
15287
|
args: [{
|
|
15304
15288
|
selector: 'kendo-datetimepicker',
|
|
@@ -15850,9 +15834,9 @@ class DateRangePopupTemplateDirective {
|
|
|
15850
15834
|
this.templateRef = templateRef;
|
|
15851
15835
|
}
|
|
15852
15836
|
}
|
|
15853
|
-
DateRangePopupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15854
|
-
DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
15855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15837
|
+
DateRangePopupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15838
|
+
DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangePopupTemplateDirective, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
|
|
15839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupTemplateDirective, decorators: [{
|
|
15856
15840
|
type: Directive,
|
|
15857
15841
|
args: [{
|
|
15858
15842
|
selector: '[kendoDateRangePopupTemplate]'
|
|
@@ -15985,7 +15969,6 @@ class DateRangeService {
|
|
|
15985
15969
|
this.renderer.setAttribute(this.inputStartElement, attributeNames.ariaActiveDescendant, id);
|
|
15986
15970
|
this.renderer.setAttribute(this.inputEndElement, attributeNames.ariaActiveDescendant, id);
|
|
15987
15971
|
}
|
|
15988
|
-
;
|
|
15989
15972
|
/**
|
|
15990
15973
|
* @hidden
|
|
15991
15974
|
*
|
|
@@ -16067,9 +16050,9 @@ class DateRangeService {
|
|
|
16067
16050
|
this.range$.next(range);
|
|
16068
16051
|
}
|
|
16069
16052
|
}
|
|
16070
|
-
DateRangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16071
|
-
DateRangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16053
|
+
DateRangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeService, deps: [{ token: i0.Renderer2, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16054
|
+
DateRangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeService });
|
|
16055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeService, decorators: [{
|
|
16073
16056
|
type: Injectable
|
|
16074
16057
|
}], ctorParameters: function () { return [{ type: i0.Renderer2, decorators: [{
|
|
16075
16058
|
type: Optional
|
|
@@ -16253,9 +16236,9 @@ class DateRangeSelectionDirective {
|
|
|
16253
16236
|
this.selectionRangeChange.emit(range);
|
|
16254
16237
|
}
|
|
16255
16238
|
}
|
|
16256
|
-
DateRangeSelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16257
|
-
DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16239
|
+
DateRangeSelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeSelectionDirective, deps: [{ token: MultiViewCalendarComponent }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DateRangeService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16240
|
+
DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd", shouldSetRange: "shouldSetRange" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
|
|
16241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeSelectionDirective, decorators: [{
|
|
16259
16242
|
type: Directive,
|
|
16260
16243
|
args: [{
|
|
16261
16244
|
selector: '[kendoDateRangeSelection]'
|
|
@@ -16281,9 +16264,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16281
16264
|
*/
|
|
16282
16265
|
class DateRangePopupMessages extends ComponentMessages {
|
|
16283
16266
|
}
|
|
16284
|
-
DateRangePopupMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16285
|
-
DateRangePopupMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16267
|
+
DateRangePopupMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
16268
|
+
DateRangePopupMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangePopupMessages, selector: "kendo-daterangepopup-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel" }, usesInheritance: true, ngImport: i0 });
|
|
16269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupMessages, decorators: [{
|
|
16287
16270
|
type: Directive,
|
|
16288
16271
|
args: [{
|
|
16289
16272
|
// eslint-disable-next-line
|
|
@@ -16308,14 +16291,14 @@ class DateRangePopupLocalizedMessagesDirective extends DateRangePopupMessages {
|
|
|
16308
16291
|
this.service = service;
|
|
16309
16292
|
}
|
|
16310
16293
|
}
|
|
16311
|
-
DateRangePopupLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16312
|
-
DateRangePopupLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16294
|
+
DateRangePopupLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16295
|
+
DateRangePopupLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]", providers: [
|
|
16313
16296
|
{
|
|
16314
16297
|
provide: DateRangePopupMessages,
|
|
16315
16298
|
useExisting: forwardRef(() => DateRangePopupLocalizedMessagesDirective)
|
|
16316
16299
|
}
|
|
16317
16300
|
], usesInheritance: true, ngImport: i0 });
|
|
16318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupLocalizedMessagesDirective, decorators: [{
|
|
16319
16302
|
type: Directive,
|
|
16320
16303
|
args: [{
|
|
16321
16304
|
providers: [
|
|
@@ -16604,7 +16587,6 @@ class DateRangePopupComponent {
|
|
|
16604
16587
|
if (!this.show || this.windowSize === windowSize()) {
|
|
16605
16588
|
return;
|
|
16606
16589
|
}
|
|
16607
|
-
;
|
|
16608
16590
|
if (this.actionSheet.expanded) {
|
|
16609
16591
|
this.toggleActionSheet(false);
|
|
16610
16592
|
}
|
|
@@ -16626,7 +16608,6 @@ class DateRangePopupComponent {
|
|
|
16626
16608
|
else {
|
|
16627
16609
|
this.dateRangeService.endInput$.value.focus();
|
|
16628
16610
|
}
|
|
16629
|
-
;
|
|
16630
16611
|
}
|
|
16631
16612
|
/**
|
|
16632
16613
|
* @hidden
|
|
@@ -16641,7 +16622,6 @@ class DateRangePopupComponent {
|
|
|
16641
16622
|
this.dateRangeService.endInput$.value.focus();
|
|
16642
16623
|
}
|
|
16643
16624
|
}
|
|
16644
|
-
;
|
|
16645
16625
|
/**
|
|
16646
16626
|
* @hidden
|
|
16647
16627
|
*/
|
|
@@ -16776,8 +16756,8 @@ class DateRangePopupComponent {
|
|
|
16776
16756
|
}
|
|
16777
16757
|
}
|
|
16778
16758
|
}
|
|
16779
|
-
DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16780
|
-
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16759
|
+
DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1$2.PopupService }, { token: DateRangeService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
16760
|
+
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: { animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
16781
16761
|
LocalizationService,
|
|
16782
16762
|
{
|
|
16783
16763
|
provide: L10N_PREFIX,
|
|
@@ -16870,8 +16850,8 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
16870
16850
|
</div>
|
|
16871
16851
|
</ng-template>
|
|
16872
16852
|
</kendo-actionsheet>
|
|
16873
|
-
`, isInline: true,
|
|
16874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16853
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: 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: "component", type: i11.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i11.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.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: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: ["autoCorrectOn", "selectionRange", "activeRangeEnd", "shouldSetRange"], outputs: ["activeRangeEndChange", "selectionRangeChange"] }, { kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }] });
|
|
16854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupComponent, decorators: [{
|
|
16875
16855
|
type: Component,
|
|
16876
16856
|
args: [{
|
|
16877
16857
|
exportAs: 'kendo-daterange-popup',
|
|
@@ -17087,12 +17067,12 @@ class DateRangeComponent {
|
|
|
17087
17067
|
this.subscription?.unsubscribe();
|
|
17088
17068
|
}
|
|
17089
17069
|
}
|
|
17090
|
-
DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17091
|
-
DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17070
|
+
DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeComponent, deps: [{ token: DateRangeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17071
|
+
DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateRangeComponent, selector: "kendo-daterange", host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
|
|
17092
17072
|
<ng-content></ng-content>
|
|
17093
17073
|
<kendo-daterange-popup *ngIf="showDefault"></kendo-daterange-popup>
|
|
17094
|
-
`, isInline: true,
|
|
17095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17074
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["animate", "anchor", "anchorAlign", "appendTo", "collision", "popupAlign", "margin", "adaptiveMode", "title", "subtitle"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }] });
|
|
17075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeComponent, decorators: [{
|
|
17096
17076
|
type: Component,
|
|
17097
17077
|
args: [{
|
|
17098
17078
|
providers: [DateRangeService],
|
|
@@ -17222,9 +17202,9 @@ class DateRangeInput {
|
|
|
17222
17202
|
}
|
|
17223
17203
|
}
|
|
17224
17204
|
}
|
|
17225
|
-
DateRangeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17226
|
-
DateRangeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17205
|
+
DateRangeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeInput, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
17206
|
+
DateRangeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangeInput, ngImport: i0 });
|
|
17207
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeInput, decorators: [{
|
|
17228
17208
|
type: Directive,
|
|
17229
17209
|
args: [{}]
|
|
17230
17210
|
}], ctorParameters: function () { return [{ type: undefined }, { type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; } });
|
|
@@ -17295,9 +17275,9 @@ class DateRangeEndInputDirective extends DateRangeInput {
|
|
|
17295
17275
|
this.dateInput.notify();
|
|
17296
17276
|
}
|
|
17297
17277
|
}
|
|
17298
|
-
DateRangeEndInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17299
|
-
DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17278
|
+
DateRangeEndInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeEndInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17279
|
+
DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangeEndInputDirective, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
17280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeEndInputDirective, decorators: [{
|
|
17301
17281
|
type: Directive,
|
|
17302
17282
|
args: [{
|
|
17303
17283
|
selector: '[kendoDateRangeEndInput]'
|
|
@@ -17376,9 +17356,9 @@ class DateRangeStartInputDirective extends DateRangeInput {
|
|
|
17376
17356
|
this.dateInput.notify();
|
|
17377
17357
|
}
|
|
17378
17358
|
}
|
|
17379
|
-
DateRangeStartInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17380
|
-
DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
17381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17359
|
+
DateRangeStartInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeStartInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17360
|
+
DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DateRangeStartInputDirective, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
17361
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeStartInputDirective, decorators: [{
|
|
17382
17362
|
type: Directive,
|
|
17383
17363
|
args: [{
|
|
17384
17364
|
selector: '[kendoDateRangeStartInput]'
|
|
@@ -17401,16 +17381,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17401
17381
|
*/
|
|
17402
17382
|
class CalendarCommonModule {
|
|
17403
17383
|
}
|
|
17404
|
-
CalendarCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17405
|
-
CalendarCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17384
|
+
CalendarCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17385
|
+
CalendarCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CalendarCommonModule, declarations: [KForOf,
|
|
17406
17386
|
HeaderComponent,
|
|
17407
17387
|
FooterComponent,
|
|
17408
17388
|
ViewComponent], imports: [CommonModule, EventsModule, ButtonModule], exports: [KForOf,
|
|
17409
17389
|
HeaderComponent,
|
|
17410
17390
|
FooterComponent,
|
|
17411
17391
|
ViewComponent] });
|
|
17412
|
-
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17392
|
+
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarCommonModule, imports: [CommonModule, EventsModule, ButtonModule] });
|
|
17393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarCommonModule, decorators: [{
|
|
17414
17394
|
type: NgModule,
|
|
17415
17395
|
args: [{
|
|
17416
17396
|
declarations: [
|
|
@@ -17446,8 +17426,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17446
17426
|
*/
|
|
17447
17427
|
class TemplatesModule {
|
|
17448
17428
|
}
|
|
17449
|
-
TemplatesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17450
|
-
TemplatesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17429
|
+
TemplatesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplatesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17430
|
+
TemplatesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TemplatesModule, declarations: [CellTemplateDirective,
|
|
17451
17431
|
MonthCellTemplateDirective,
|
|
17452
17432
|
YearCellTemplateDirective,
|
|
17453
17433
|
DecadeCellTemplateDirective,
|
|
@@ -17466,8 +17446,8 @@ TemplatesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
17466
17446
|
NavigationItemTemplateDirective,
|
|
17467
17447
|
HeaderTemplateDirective,
|
|
17468
17448
|
FooterTemplateDirective] });
|
|
17469
|
-
TemplatesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17449
|
+
TemplatesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplatesModule });
|
|
17450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplatesModule, decorators: [{
|
|
17471
17451
|
type: NgModule,
|
|
17472
17452
|
args: [{
|
|
17473
17453
|
declarations: [
|
|
@@ -17534,8 +17514,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17534
17514
|
*/
|
|
17535
17515
|
class MultiViewCalendarModule {
|
|
17536
17516
|
}
|
|
17537
|
-
MultiViewCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17538
|
-
MultiViewCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17517
|
+
MultiViewCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17518
|
+
MultiViewCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarModule, declarations: [HorizontalViewListComponent,
|
|
17539
17519
|
MultiViewCalendarLocalizedMessagesDirective,
|
|
17540
17520
|
MultiViewCalendarCustomMessagesComponent,
|
|
17541
17521
|
MultiViewCalendarComponent], imports: [CommonModule,
|
|
@@ -17549,23 +17529,21 @@ MultiViewCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0",
|
|
|
17549
17529
|
MultiViewCalendarComponent,
|
|
17550
17530
|
CalendarCommonModule,
|
|
17551
17531
|
TemplatesModule] });
|
|
17552
|
-
MultiViewCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17532
|
+
MultiViewCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarModule, providers: [
|
|
17553
17533
|
NavigationService,
|
|
17554
17534
|
CenturyViewService,
|
|
17555
17535
|
DecadeViewService,
|
|
17556
17536
|
MonthViewService,
|
|
17557
17537
|
YearViewService,
|
|
17558
17538
|
WeekNamesService
|
|
17559
|
-
], imports: [
|
|
17560
|
-
|
|
17561
|
-
|
|
17562
|
-
|
|
17563
|
-
|
|
17564
|
-
|
|
17565
|
-
EventsModule
|
|
17566
|
-
], CalendarCommonModule,
|
|
17539
|
+
], imports: [CommonModule,
|
|
17540
|
+
CalendarCommonModule,
|
|
17541
|
+
IntlModule,
|
|
17542
|
+
TemplatesModule,
|
|
17543
|
+
PopupModule,
|
|
17544
|
+
EventsModule, CalendarCommonModule,
|
|
17567
17545
|
TemplatesModule] });
|
|
17568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MultiViewCalendarModule, decorators: [{
|
|
17569
17547
|
type: NgModule,
|
|
17570
17548
|
args: [{
|
|
17571
17549
|
declarations: [
|
|
@@ -17612,10 +17590,10 @@ const COMPONENT_DIRECTIVES$3 = [
|
|
|
17612
17590
|
*/
|
|
17613
17591
|
class VirtualizationModule {
|
|
17614
17592
|
}
|
|
17615
|
-
VirtualizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17616
|
-
VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17617
|
-
VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17593
|
+
VirtualizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17594
|
+
VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, declarations: [VirtualizationComponent], imports: [CommonModule], exports: [VirtualizationComponent] });
|
|
17595
|
+
VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, imports: [CommonModule] });
|
|
17596
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, decorators: [{
|
|
17619
17597
|
type: NgModule,
|
|
17620
17598
|
args: [{
|
|
17621
17599
|
declarations: [COMPONENT_DIRECTIVES$3],
|
|
@@ -17666,8 +17644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17666
17644
|
*/
|
|
17667
17645
|
class CalendarModule {
|
|
17668
17646
|
}
|
|
17669
|
-
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17670
|
-
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17647
|
+
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17648
|
+
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CalendarModule, declarations: [CalendarComponent,
|
|
17671
17649
|
NavigationComponent,
|
|
17672
17650
|
CalendarCustomMessagesComponent,
|
|
17673
17651
|
CalendarLocalizedMessagesDirective,
|
|
@@ -17685,25 +17663,23 @@ CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
17685
17663
|
ViewListComponent,
|
|
17686
17664
|
CalendarCommonModule,
|
|
17687
17665
|
TemplatesModule] });
|
|
17688
|
-
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17666
|
+
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarModule, providers: [
|
|
17689
17667
|
CalendarDOMService,
|
|
17690
17668
|
CenturyViewService,
|
|
17691
17669
|
DecadeViewService,
|
|
17692
17670
|
MonthViewService,
|
|
17693
17671
|
YearViewService,
|
|
17694
17672
|
WeekNamesService
|
|
17695
|
-
], imports: [
|
|
17696
|
-
|
|
17697
|
-
|
|
17698
|
-
|
|
17699
|
-
|
|
17700
|
-
|
|
17701
|
-
|
|
17702
|
-
|
|
17703
|
-
ResizeSensorModule
|
|
17704
|
-
], CalendarCommonModule,
|
|
17673
|
+
], imports: [CommonModule,
|
|
17674
|
+
CalendarCommonModule,
|
|
17675
|
+
MultiViewCalendarModule,
|
|
17676
|
+
IntlModule,
|
|
17677
|
+
TemplatesModule,
|
|
17678
|
+
VirtualizationModule,
|
|
17679
|
+
EventsModule,
|
|
17680
|
+
ResizeSensorModule, CalendarCommonModule,
|
|
17705
17681
|
TemplatesModule] });
|
|
17706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarModule, decorators: [{
|
|
17707
17683
|
type: NgModule,
|
|
17708
17684
|
args: [{
|
|
17709
17685
|
declarations: [
|
|
@@ -17779,16 +17755,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17779
17755
|
*/
|
|
17780
17756
|
class CalendarsModule {
|
|
17781
17757
|
}
|
|
17782
|
-
CalendarsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17783
|
-
CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17758
|
+
CalendarsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17759
|
+
CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CalendarsModule, imports: [CalendarModule,
|
|
17784
17760
|
MultiViewCalendarModule], exports: [CalendarModule,
|
|
17785
17761
|
MultiViewCalendarModule] });
|
|
17786
|
-
CalendarsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17787
|
-
|
|
17788
|
-
MultiViewCalendarModule
|
|
17789
|
-
], CalendarModule,
|
|
17762
|
+
CalendarsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarsModule, imports: [CalendarModule,
|
|
17763
|
+
MultiViewCalendarModule, CalendarModule,
|
|
17790
17764
|
MultiViewCalendarModule] });
|
|
17791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CalendarsModule, decorators: [{
|
|
17792
17766
|
type: NgModule,
|
|
17793
17767
|
args: [{
|
|
17794
17768
|
exports: [
|
|
@@ -17814,14 +17788,14 @@ class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
|
17814
17788
|
return true;
|
|
17815
17789
|
}
|
|
17816
17790
|
}
|
|
17817
|
-
DateInputCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17818
|
-
DateInputCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17791
|
+
DateInputCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17792
|
+
DateInputCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages", providers: [
|
|
17819
17793
|
{
|
|
17820
17794
|
provide: DateInputMessages,
|
|
17821
17795
|
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
17822
17796
|
}
|
|
17823
17797
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
17824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
17825
17799
|
type: Component,
|
|
17826
17800
|
args: [{
|
|
17827
17801
|
providers: [
|
|
@@ -17841,14 +17815,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17841
17815
|
*/
|
|
17842
17816
|
class DateInputModule {
|
|
17843
17817
|
}
|
|
17844
|
-
DateInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17845
|
-
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17818
|
+
DateInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17819
|
+
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DateInputModule, declarations: [DateInputComponent,
|
|
17846
17820
|
DateInputCustomMessagesComponent,
|
|
17847
17821
|
DateInputLocalizedMessagesDirective], imports: [CommonModule, IntlModule, EventsModule, IconsModule], exports: [DateInputComponent,
|
|
17848
17822
|
DateInputCustomMessagesComponent,
|
|
17849
17823
|
DateInputLocalizedMessagesDirective] });
|
|
17850
|
-
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17824
|
+
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputModule, imports: [CommonModule, IntlModule, EventsModule, IconsModule] });
|
|
17825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputModule, decorators: [{
|
|
17852
17826
|
type: NgModule,
|
|
17853
17827
|
args: [{
|
|
17854
17828
|
declarations: [
|
|
@@ -17877,14 +17851,14 @@ class DatePickerCustomMessagesComponent extends DatePickerMessages {
|
|
|
17877
17851
|
return true;
|
|
17878
17852
|
}
|
|
17879
17853
|
}
|
|
17880
|
-
DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17881
|
-
DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17854
|
+
DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17855
|
+
DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages", providers: [
|
|
17882
17856
|
{
|
|
17883
17857
|
provide: DatePickerMessages,
|
|
17884
17858
|
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
17885
17859
|
}
|
|
17886
17860
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
17887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
|
|
17888
17862
|
type: Component,
|
|
17889
17863
|
args: [{
|
|
17890
17864
|
providers: [
|
|
@@ -17910,19 +17884,19 @@ const ADAPTIVE_MODULES = [
|
|
|
17910
17884
|
*/
|
|
17911
17885
|
class AdaptiveModule {
|
|
17912
17886
|
}
|
|
17913
|
-
AdaptiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17914
|
-
AdaptiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17887
|
+
AdaptiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AdaptiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17888
|
+
AdaptiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: AdaptiveModule, imports: [NavigationModule,
|
|
17915
17889
|
ResizeSensorModule,
|
|
17916
17890
|
ButtonModule,
|
|
17917
17891
|
TextBoxModule], exports: [NavigationModule,
|
|
17918
17892
|
ResizeSensorModule,
|
|
17919
17893
|
ButtonModule,
|
|
17920
17894
|
TextBoxModule] });
|
|
17921
|
-
AdaptiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17895
|
+
AdaptiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AdaptiveModule, imports: [ADAPTIVE_MODULES, NavigationModule,
|
|
17922
17896
|
ResizeSensorModule,
|
|
17923
17897
|
ButtonModule,
|
|
17924
17898
|
TextBoxModule] });
|
|
17925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AdaptiveModule, decorators: [{
|
|
17926
17900
|
type: NgModule,
|
|
17927
17901
|
args: [{
|
|
17928
17902
|
imports: [...ADAPTIVE_MODULES],
|
|
@@ -17936,8 +17910,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17936
17910
|
*/
|
|
17937
17911
|
class DatePickerModule {
|
|
17938
17912
|
}
|
|
17939
|
-
DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17940
|
-
DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17913
|
+
DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17914
|
+
DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DatePickerModule, declarations: [DatePickerComponent,
|
|
17941
17915
|
DatePickerCustomMessagesComponent,
|
|
17942
17916
|
DatePickerLocalizedMessagesDirective], imports: [CommonModule,
|
|
17943
17917
|
DateInputModule,
|
|
@@ -17952,19 +17926,17 @@ DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
17952
17926
|
DatePickerLocalizedMessagesDirective,
|
|
17953
17927
|
TemplatesModule,
|
|
17954
17928
|
ToggleButtonTabStopModule] });
|
|
17955
|
-
DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17956
|
-
|
|
17957
|
-
|
|
17958
|
-
|
|
17959
|
-
|
|
17960
|
-
|
|
17961
|
-
|
|
17962
|
-
|
|
17963
|
-
|
|
17964
|
-
AdaptiveModule
|
|
17965
|
-
], TemplatesModule,
|
|
17929
|
+
DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerModule, providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }], imports: [CommonModule,
|
|
17930
|
+
DateInputModule,
|
|
17931
|
+
CalendarModule,
|
|
17932
|
+
IntlModule,
|
|
17933
|
+
PopupModule,
|
|
17934
|
+
TemplatesModule,
|
|
17935
|
+
EventsModule,
|
|
17936
|
+
IconsModule,
|
|
17937
|
+
AdaptiveModule, TemplatesModule,
|
|
17966
17938
|
ToggleButtonTabStopModule] });
|
|
17967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePickerModule, decorators: [{
|
|
17968
17940
|
type: NgModule,
|
|
17969
17941
|
args: [{
|
|
17970
17942
|
declarations: [
|
|
@@ -18006,14 +17978,14 @@ class DateRangePopupCustomMessagesComponent extends DateRangePopupMessages {
|
|
|
18006
17978
|
return true;
|
|
18007
17979
|
}
|
|
18008
17980
|
}
|
|
18009
|
-
DateRangePopupCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18010
|
-
DateRangePopupCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
17981
|
+
DateRangePopupCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17982
|
+
DateRangePopupCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateRangePopupCustomMessagesComponent, selector: "kendo-daterange-popup-messages", providers: [
|
|
18011
17983
|
{
|
|
18012
17984
|
provide: DateRangePopupMessages,
|
|
18013
17985
|
useExisting: forwardRef(() => DateRangePopupCustomMessagesComponent)
|
|
18014
17986
|
}
|
|
18015
17987
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangePopupCustomMessagesComponent, decorators: [{
|
|
18017
17989
|
type: Component,
|
|
18018
17990
|
args: [{
|
|
18019
17991
|
providers: [
|
|
@@ -18084,8 +18056,8 @@ const COMPONENT_MODULES$2 = [
|
|
|
18084
18056
|
*/
|
|
18085
18057
|
class DateRangeModule {
|
|
18086
18058
|
}
|
|
18087
|
-
DateRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18088
|
-
DateRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18059
|
+
DateRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18060
|
+
DateRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DateRangeModule, declarations: [DateRangeComponent,
|
|
18089
18061
|
DateRangePopupComponent,
|
|
18090
18062
|
DateRangePopupTemplateDirective,
|
|
18091
18063
|
DateRangeSelectionDirective,
|
|
@@ -18104,8 +18076,8 @@ DateRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
18104
18076
|
DateRangeEndInputDirective,
|
|
18105
18077
|
DateRangePopupCustomMessagesComponent,
|
|
18106
18078
|
DateRangePopupLocalizedMessagesDirective] });
|
|
18107
|
-
DateRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18079
|
+
DateRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeModule, imports: [CommonModule, COMPONENT_MODULES$2] });
|
|
18080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateRangeModule, decorators: [{
|
|
18109
18081
|
type: NgModule,
|
|
18110
18082
|
args: [{
|
|
18111
18083
|
declarations: [COMPONENT_DIRECTIVES$2],
|
|
@@ -18126,14 +18098,14 @@ class TimePickerCustomMessagesComponent extends TimePickerMessages {
|
|
|
18126
18098
|
return true;
|
|
18127
18099
|
}
|
|
18128
18100
|
}
|
|
18129
|
-
TimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18130
|
-
TimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18101
|
+
TimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18102
|
+
TimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimePickerCustomMessagesComponent, selector: "kendo-timepicker-messages", providers: [
|
|
18131
18103
|
{
|
|
18132
18104
|
provide: TimePickerMessages,
|
|
18133
18105
|
useExisting: forwardRef(() => TimePickerCustomMessagesComponent)
|
|
18134
18106
|
}
|
|
18135
18107
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerCustomMessagesComponent, decorators: [{
|
|
18137
18109
|
type: Component,
|
|
18138
18110
|
args: [{
|
|
18139
18111
|
providers: [
|
|
@@ -18184,8 +18156,8 @@ const providers = [
|
|
|
18184
18156
|
*/
|
|
18185
18157
|
class TimePickerModule {
|
|
18186
18158
|
}
|
|
18187
|
-
TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18188
|
-
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18159
|
+
TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18160
|
+
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, declarations: [TimePickerLocalizedMessagesDirective,
|
|
18189
18161
|
TimeListComponent,
|
|
18190
18162
|
TimePickerCustomMessagesComponent,
|
|
18191
18163
|
TimePickerComponent,
|
|
@@ -18205,8 +18177,8 @@ TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
18205
18177
|
TimeSelectorLocalizedMessagesDirective,
|
|
18206
18178
|
TimeSelectorCustomMessagesComponent,
|
|
18207
18179
|
TimeSelectorComponent] });
|
|
18208
|
-
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18180
|
+
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, providers: providers, imports: [CommonModule, COMPONENT_MODULES$1] });
|
|
18181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, decorators: [{
|
|
18210
18182
|
type: NgModule,
|
|
18211
18183
|
args: [{
|
|
18212
18184
|
declarations: [COMPONENT_DIRECTIVES$1],
|
|
@@ -18228,14 +18200,14 @@ class DateTimePickerCustomMessagesComponent extends DateTimePickerMessages {
|
|
|
18228
18200
|
return true;
|
|
18229
18201
|
}
|
|
18230
18202
|
}
|
|
18231
|
-
DateTimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18232
|
-
DateTimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
18203
|
+
DateTimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18204
|
+
DateTimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages", providers: [
|
|
18233
18205
|
{
|
|
18234
18206
|
provide: DateTimePickerMessages,
|
|
18235
18207
|
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
18236
18208
|
}
|
|
18237
18209
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerCustomMessagesComponent, decorators: [{
|
|
18239
18211
|
type: Component,
|
|
18240
18212
|
args: [{
|
|
18241
18213
|
providers: [
|
|
@@ -18260,8 +18232,8 @@ const COMPONENT_DIRECTIVES = [
|
|
|
18260
18232
|
*/
|
|
18261
18233
|
class DateTimePickerModule {
|
|
18262
18234
|
}
|
|
18263
|
-
DateTimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18264
|
-
DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18235
|
+
DateTimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18236
|
+
DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerModule, declarations: [DateTimePickerComponent,
|
|
18265
18237
|
DateTimePickerCustomMessagesComponent,
|
|
18266
18238
|
LocalizedMessagesDirective], imports: [CommonModule,
|
|
18267
18239
|
IntlModule,
|
|
@@ -18276,22 +18248,20 @@ DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
18276
18248
|
DateTimePickerCustomMessagesComponent,
|
|
18277
18249
|
LocalizedMessagesDirective, TemplatesModule,
|
|
18278
18250
|
ToggleButtonTabStopModule] });
|
|
18279
|
-
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18251
|
+
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
18280
18252
|
{ provide: TOUCH_ENABLED, useValue: touchEnabled }
|
|
18281
|
-
], imports: [
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
AdaptiveModule
|
|
18292
|
-
], TemplatesModule,
|
|
18253
|
+
], imports: [CommonModule,
|
|
18254
|
+
IntlModule,
|
|
18255
|
+
DateInputModule,
|
|
18256
|
+
CalendarModule,
|
|
18257
|
+
TimePickerModule,
|
|
18258
|
+
PopupModule,
|
|
18259
|
+
EventsModule,
|
|
18260
|
+
TemplatesModule,
|
|
18261
|
+
IconsModule,
|
|
18262
|
+
AdaptiveModule, TemplatesModule,
|
|
18293
18263
|
ToggleButtonTabStopModule] });
|
|
18294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
18295
18265
|
type: NgModule,
|
|
18296
18266
|
args: [{
|
|
18297
18267
|
declarations: [
|
|
@@ -18361,8 +18331,8 @@ const COMPONENT_MODULES = [
|
|
|
18361
18331
|
*/
|
|
18362
18332
|
class DateInputsModule {
|
|
18363
18333
|
}
|
|
18364
|
-
DateInputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18365
|
-
DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
18334
|
+
DateInputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18335
|
+
DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DateInputsModule, imports: [CalendarsModule,
|
|
18366
18336
|
DateInputModule,
|
|
18367
18337
|
DatePickerModule,
|
|
18368
18338
|
TimePickerModule,
|
|
@@ -18373,13 +18343,13 @@ DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
18373
18343
|
TimePickerModule,
|
|
18374
18344
|
DateRangeModule,
|
|
18375
18345
|
DateTimePickerModule] });
|
|
18376
|
-
DateInputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
18346
|
+
DateInputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputsModule, imports: [COMPONENT_MODULES, CalendarsModule,
|
|
18377
18347
|
DateInputModule,
|
|
18378
18348
|
DatePickerModule,
|
|
18379
18349
|
TimePickerModule,
|
|
18380
18350
|
DateRangeModule,
|
|
18381
18351
|
DateTimePickerModule] });
|
|
18382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DateInputsModule, decorators: [{
|
|
18383
18353
|
type: NgModule,
|
|
18384
18354
|
args: [{
|
|
18385
18355
|
exports: COMPONENT_MODULES,
|