@progress/kendo-angular-dateinputs 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/calendar/calendar.component.d.ts +1 -1
- package/calendar/calendar.module.d.ts +13 -13
- package/calendar/calendars.module.d.ts +15 -3
- 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/multiview-calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/multiview-calendar.component.d.ts +1 -1
- package/calendar/multiview-calendar.module.d.ts +13 -11
- 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.directive.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/common/adaptive.module.d.ts +5 -4
- package/dateinput/dateinput.component.d.ts +1 -1
- package/dateinput/dateinput.module.d.ts +3 -8
- package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
- package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
- package/dateinputs.module.d.ts +30 -7
- package/datepicker/datepicker.component.d.ts +3 -4
- package/datepicker/datepicker.module.d.ts +13 -13
- package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
- package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
- package/daterange/date-range-end-input.directive.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/date-range.module.d.ts +10 -15
- 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/datetimepicker/datetimepicker.component.d.ts +2 -3
- package/datetimepicker/datetimepicker.module.d.ts +13 -14
- package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
- package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
- package/directives.d.ts +65 -0
- package/esm2020/calendar/calendar.component.mjs +9 -11
- package/esm2020/calendar/calendar.module.mjs +34 -69
- package/esm2020/calendar/calendars.module.mjs +52 -15
- package/esm2020/calendar/footer.component.mjs +7 -5
- package/esm2020/calendar/for.directive.mjs +5 -2
- package/esm2020/calendar/header.component.mjs +8 -6
- package/esm2020/calendar/horizontal-view-list.component.mjs +8 -6
- package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -2
- package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -2
- package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -2
- package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -2
- package/esm2020/calendar/multiview-calendar.component.mjs +8 -8
- package/esm2020/calendar/multiview-calendar.module.mjs +23 -55
- package/esm2020/calendar/navigation.component.mjs +8 -7
- package/esm2020/calendar/services/century-view.service.mjs +5 -2
- package/esm2020/calendar/services/decade-view.service.mjs +5 -2
- package/esm2020/calendar/services/dom.service.mjs +5 -2
- package/esm2020/calendar/services/month-view.service.mjs +5 -2
- package/esm2020/calendar/services/navigation.service.mjs +5 -2
- package/esm2020/calendar/services/weeknames.service.mjs +5 -2
- package/esm2020/calendar/services/year-view.service.mjs +5 -2
- package/esm2020/calendar/templates/cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/footer-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/header-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/view-list.component.mjs +9 -9
- package/esm2020/calendar/view.component.mjs +7 -5
- package/esm2020/common/adaptive.module.mjs +25 -17
- package/esm2020/dateinput/dateinput.component.mjs +9 -8
- package/esm2020/dateinput/dateinput.module.mjs +14 -24
- package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -2
- package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -2
- package/esm2020/dateinputs.module.mjs +90 -33
- package/esm2020/datepicker/datepicker.component.mjs +22 -28
- package/esm2020/datepicker/datepicker.module.mjs +55 -63
- package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -2
- package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -2
- package/esm2020/daterange/date-range-end-input.directive.mjs +3 -2
- package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -2
- package/esm2020/daterange/date-range-popup.component.mjs +10 -11
- package/esm2020/daterange/date-range-selection.directive.mjs +3 -2
- package/esm2020/daterange/date-range-start-input.directive.mjs +3 -2
- package/esm2020/daterange/date-range.component.mjs +6 -5
- package/esm2020/daterange/date-range.module.mjs +51 -54
- package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +3 -2
- package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +3 -2
- package/esm2020/datetimepicker/datetimepicker.component.mjs +23 -27
- package/esm2020/datetimepicker/datetimepicker.module.mjs +70 -68
- package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -2
- package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/directives.mjs +142 -0
- package/esm2020/index.mjs +14 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -2
- package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -2
- package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -2
- package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -2
- package/esm2020/timepicker/services/dayperiod.service.mjs +5 -2
- package/esm2020/timepicker/services/dom.service.mjs +5 -2
- package/esm2020/timepicker/services/hours.service.mjs +5 -2
- package/esm2020/timepicker/services/milliseconds.service.mjs +5 -2
- package/esm2020/timepicker/services/minutes.service.mjs +5 -2
- package/esm2020/timepicker/services/seconds.service.mjs +5 -2
- package/esm2020/timepicker/timelist.component.mjs +7 -7
- package/esm2020/timepicker/timepicker.component.mjs +22 -28
- package/esm2020/timepicker/timepicker.module.mjs +34 -75
- package/esm2020/timepicker/timeselector.component.mjs +8 -8
- package/esm2020/virtualization/virtualization.component.mjs +6 -4
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +1244 -1303
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +989 -1042
- package/index.d.ts +14 -2
- package/package.json +9 -9
- 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 +3 -4
- package/timepicker/timepicker.module.d.ts +3 -16
- package/timepicker/timeselector.component.d.ts +1 -1
- package/virtualization/virtualization.component.d.ts +1 -1
- package/calendar/calendar-common.module.d.ts +0 -27
- package/calendar/templates.module.d.ts +0 -35
- package/esm2020/calendar/calendar-common.module.mjs +0 -52
- package/esm2020/calendar/templates.module.mjs +0 -83
- package/esm2020/touch-enabled.mjs +0 -9
- package/esm2020/virtualization/virtualization.module.mjs +0 -30
- package/touch-enabled.d.ts +0 -9
- package/virtualization/virtualization.module.d.ts +0 -18
|
@@ -9,25 +9,23 @@ 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
11
|
import * as i1$2 from '@progress/kendo-angular-common';
|
|
12
|
-
import { isDocumentAvailable, guid, Keys as Keys$1, hasObservers, isObject, KendoInput, isObjectPresent, removeHTMLAttributes, parseAttributes, anyChanged, isControlRequired, setHTMLAttributes, MultiTabStop,
|
|
12
|
+
import { isDocumentAvailable, EventsOutsideAngularDirective, guid, Keys as Keys$1, hasObservers, isObject, KendoInput, ResizeSensorComponent, isObjectPresent, removeHTMLAttributes, parseAttributes, anyChanged, isControlRequired, setHTMLAttributes, MultiTabStop, ResizeBatchService, KENDO_RESIZESENSOR } 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
|
-
import { localeData
|
|
17
|
-
import * as i4 from '@angular/common';
|
|
18
|
-
import { CommonModule } from '@angular/common';
|
|
16
|
+
import { localeData } from '@progress/kendo-angular-intl';
|
|
19
17
|
import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
|
|
18
|
+
import { NgIf, NgTemplateOutlet, NgClass, NgFor, NgStyle } from '@angular/common';
|
|
20
19
|
import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, xIcon, caretAltDownIcon, calendarIcon, clockIcon } from '@progress/kendo-svg-icons';
|
|
21
|
-
import * as
|
|
22
|
-
import {
|
|
20
|
+
import * as i2 from '@progress/kendo-angular-buttons';
|
|
21
|
+
import { ButtonComponent, KENDO_BUTTON } from '@progress/kendo-angular-buttons';
|
|
23
22
|
import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
|
|
24
23
|
import { DateInput } from '@progress/kendo-dateinputs-common';
|
|
25
|
-
import
|
|
26
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
24
|
+
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
27
25
|
import * as i1$3 from '@progress/kendo-angular-popup';
|
|
28
|
-
import {
|
|
29
|
-
import * as
|
|
30
|
-
import {
|
|
26
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
27
|
+
import * as i3 from '@progress/kendo-angular-navigation';
|
|
28
|
+
import { ActionSheetComponent, ActionSheetTemplateDirective, KENDO_NAVIGATION } from '@progress/kendo-angular-navigation';
|
|
31
29
|
import { touchEnabled } from '@progress/kendo-common';
|
|
32
30
|
|
|
33
31
|
/**
|
|
@@ -37,8 +35,8 @@ const packageMetadata = {
|
|
|
37
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
36
|
productName: 'Kendo UI for Angular',
|
|
39
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '16.
|
|
38
|
+
publishDate: 1721827749,
|
|
39
|
+
version: '16.6.0-develop.1',
|
|
42
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
41
|
};
|
|
44
42
|
|
|
@@ -777,9 +775,12 @@ class CenturyViewService {
|
|
|
777
775
|
}
|
|
778
776
|
}
|
|
779
777
|
CenturyViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
780
|
-
CenturyViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyViewService });
|
|
778
|
+
CenturyViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyViewService, providedIn: 'root' });
|
|
781
779
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyViewService, decorators: [{
|
|
782
|
-
type: Injectable
|
|
780
|
+
type: Injectable,
|
|
781
|
+
args: [{
|
|
782
|
+
providedIn: 'root'
|
|
783
|
+
}]
|
|
783
784
|
}] });
|
|
784
785
|
|
|
785
786
|
const EMPTY_DATA$2 = [[]];
|
|
@@ -983,9 +984,12 @@ class DecadeViewService {
|
|
|
983
984
|
}
|
|
984
985
|
}
|
|
985
986
|
DecadeViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
986
|
-
DecadeViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeViewService });
|
|
987
|
+
DecadeViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeViewService, providedIn: 'root' });
|
|
987
988
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeViewService, decorators: [{
|
|
988
|
-
type: Injectable
|
|
989
|
+
type: Injectable,
|
|
990
|
+
args: [{
|
|
991
|
+
providedIn: 'root'
|
|
992
|
+
}]
|
|
989
993
|
}] });
|
|
990
994
|
|
|
991
995
|
const EMPTY_DATA$1 = [[]];
|
|
@@ -1190,9 +1194,12 @@ class MonthViewService {
|
|
|
1190
1194
|
}
|
|
1191
1195
|
}
|
|
1192
1196
|
MonthViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1193
|
-
MonthViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewService });
|
|
1197
|
+
MonthViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewService, providedIn: 'root' });
|
|
1194
1198
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthViewService, decorators: [{
|
|
1195
|
-
type: Injectable
|
|
1199
|
+
type: Injectable,
|
|
1200
|
+
args: [{
|
|
1201
|
+
providedIn: 'root'
|
|
1202
|
+
}]
|
|
1196
1203
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1197
1204
|
|
|
1198
1205
|
const EMPTY_DATA = [[]];
|
|
@@ -1378,9 +1385,12 @@ class YearViewService {
|
|
|
1378
1385
|
}
|
|
1379
1386
|
}
|
|
1380
1387
|
YearViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1381
|
-
YearViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearViewService });
|
|
1388
|
+
YearViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearViewService, providedIn: 'root' });
|
|
1382
1389
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearViewService, decorators: [{
|
|
1383
|
-
type: Injectable
|
|
1390
|
+
type: Injectable,
|
|
1391
|
+
args: [{
|
|
1392
|
+
providedIn: 'root'
|
|
1393
|
+
}]
|
|
1384
1394
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1385
1395
|
|
|
1386
1396
|
/**
|
|
@@ -1480,9 +1490,12 @@ class WeekNamesService {
|
|
|
1480
1490
|
}
|
|
1481
1491
|
}
|
|
1482
1492
|
WeekNamesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNamesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1483
|
-
WeekNamesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNamesService });
|
|
1493
|
+
WeekNamesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNamesService, providedIn: 'root' });
|
|
1484
1494
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNamesService, decorators: [{
|
|
1485
|
-
type: Injectable
|
|
1495
|
+
type: Injectable,
|
|
1496
|
+
args: [{
|
|
1497
|
+
providedIn: 'root'
|
|
1498
|
+
}]
|
|
1486
1499
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
1487
1500
|
|
|
1488
1501
|
/**
|
|
@@ -1565,10 +1578,13 @@ class KForOf {
|
|
|
1565
1578
|
}
|
|
1566
1579
|
}
|
|
1567
1580
|
KForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1568
|
-
KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: KForOf, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
|
|
1581
|
+
KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: KForOf, isStandalone: true, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
|
|
1569
1582
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KForOf, decorators: [{
|
|
1570
1583
|
type: Directive,
|
|
1571
|
-
args: [{
|
|
1584
|
+
args: [{
|
|
1585
|
+
selector: '[kFor][kForOf]',
|
|
1586
|
+
standalone: true
|
|
1587
|
+
}]
|
|
1572
1588
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }]; }, propDecorators: { kForOf: [{
|
|
1573
1589
|
type: Input
|
|
1574
1590
|
}], kForTrackBy: [{
|
|
@@ -1881,7 +1897,7 @@ class ViewComponent {
|
|
|
1881
1897
|
}
|
|
1882
1898
|
}
|
|
1883
1899
|
ViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
1884
|
-
ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewComponent, selector: "[kendoCalendarView]", inputs: { allowReverse: "allowReverse", 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: `
|
|
1900
|
+
ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewComponent, isStandalone: true, selector: "[kendoCalendarView]", inputs: { allowReverse: "allowReverse", 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: `
|
|
1885
1901
|
<ng-template #emptyCell><td class="k-empty k-calendar-td" role="gridcell"> </td></ng-template>
|
|
1886
1902
|
<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>
|
|
1887
1903
|
<tr *kFor="let row of data; let rowIndex = index" class="k-calendar-tr" role="row">
|
|
@@ -1928,7 +1944,7 @@ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1928
1944
|
</td>
|
|
1929
1945
|
</ng-container>
|
|
1930
1946
|
</tr>
|
|
1931
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
1947
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1932
1948
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1933
1949
|
type: Component,
|
|
1934
1950
|
args: [{
|
|
@@ -1981,7 +1997,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1981
1997
|
</td>
|
|
1982
1998
|
</ng-container>
|
|
1983
1999
|
</tr>
|
|
1984
|
-
|
|
2000
|
+
`,
|
|
2001
|
+
standalone: true,
|
|
2002
|
+
imports: [NgIf, KForOf, NgTemplateOutlet, NgClass]
|
|
1985
2003
|
}]
|
|
1986
2004
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: DisabledDatesService }]; }, propDecorators: { allowReverse: [{
|
|
1987
2005
|
type: Input
|
|
@@ -2274,7 +2292,7 @@ class HorizontalViewListComponent {
|
|
|
2274
2292
|
}
|
|
2275
2293
|
}
|
|
2276
2294
|
HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
2277
|
-
HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { showOtherMonthDays: "showOtherMonthDays", cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", allowReverse: "allowReverse", 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: `
|
|
2295
|
+
HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HorizontalViewListComponent, isStandalone: true, selector: "kendo-calendar-horizontal", inputs: { showOtherMonthDays: "showOtherMonthDays", cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", allowReverse: "allowReverse", 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: `
|
|
2278
2296
|
<ng-template #tableTemplate let-date="date" let-class="className">
|
|
2279
2297
|
<table
|
|
2280
2298
|
[attr.role]="views >= 2 ? 'none' : 'grid'"
|
|
@@ -2357,7 +2375,7 @@ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
2357
2375
|
}"
|
|
2358
2376
|
>
|
|
2359
2377
|
</ng-template>
|
|
2360
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2378
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["allowReverse", "showOtherMonthDays", "direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef", "headerTitle"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2361
2379
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
|
|
2362
2380
|
type: Component,
|
|
2363
2381
|
args: [{
|
|
@@ -2446,7 +2464,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2446
2464
|
}"
|
|
2447
2465
|
>
|
|
2448
2466
|
</ng-template>
|
|
2449
|
-
|
|
2467
|
+
`,
|
|
2468
|
+
standalone: true,
|
|
2469
|
+
imports: [NgClass, NgIf, NgFor, ViewComponent, NgTemplateOutlet, KForOf]
|
|
2450
2470
|
}]
|
|
2451
2471
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i1.IntlService }, { type: WeekNamesService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { handleMultiViewCalendarFocus: [{
|
|
2452
2472
|
type: HostListener,
|
|
@@ -2658,7 +2678,7 @@ class HeaderComponent {
|
|
|
2658
2678
|
}
|
|
2659
2679
|
}
|
|
2660
2680
|
HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }, { token: i1.IntlService }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2661
|
-
HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", size: "size" }, outputs: { todayButtonClick: "todayButtonClick", prevButtonClick: "prevButtonClick", nextButtonClick: "nextButtonClick" }, host: { properties: { "class.k-calendar-header": "this.getComponentClass", "class.k-vstack": "this.verticalHostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2681
|
+
HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, isStandalone: true, 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", size: "size" }, outputs: { todayButtonClick: "todayButtonClick", prevButtonClick: "prevButtonClick", nextButtonClick: "nextButtonClick" }, host: { properties: { "class.k-calendar-header": "this.getComponentClass", "class.k-vstack": "this.verticalHostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
2662
2682
|
<ng-template *ngIf="headerTemplateRef; else defaultRendering"
|
|
2663
2683
|
[ngTemplateOutlet]="headerTemplateRef"
|
|
2664
2684
|
[ngTemplateOutletContext]="{ title: title, activeView: activeViewValue, date: currentDate }">
|
|
@@ -2739,7 +2759,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2739
2759
|
</button>
|
|
2740
2760
|
</span>
|
|
2741
2761
|
</ng-template>
|
|
2742
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2762
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: 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: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
2743
2763
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2744
2764
|
type: Component,
|
|
2745
2765
|
args: [{
|
|
@@ -2825,7 +2845,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2825
2845
|
</button>
|
|
2826
2846
|
</span>
|
|
2827
2847
|
</ng-template>
|
|
2828
|
-
|
|
2848
|
+
`,
|
|
2849
|
+
standalone: true,
|
|
2850
|
+
imports: [NgIf, NgTemplateOutlet, ButtonComponent, EventsOutsideAngularDirective]
|
|
2829
2851
|
}]
|
|
2830
2852
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.ChangeDetectorRef }, { type: i1$1.LocalizationService }, { type: i1.IntlService }, { type: DisabledDatesService }]; }, propDecorators: { activeView: [{
|
|
2831
2853
|
type: Input
|
|
@@ -2951,11 +2973,12 @@ class CellTemplateDirective {
|
|
|
2951
2973
|
}
|
|
2952
2974
|
}
|
|
2953
2975
|
CellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2954
|
-
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, selector: "[kendoCalendarCellTemplate]", ngImport: i0 });
|
|
2976
|
+
CellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CellTemplateDirective, isStandalone: true, selector: "[kendoCalendarCellTemplate]", ngImport: i0 });
|
|
2955
2977
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
2956
2978
|
type: Directive,
|
|
2957
2979
|
args: [{
|
|
2958
|
-
selector: '[kendoCalendarCellTemplate]'
|
|
2980
|
+
selector: '[kendoCalendarCellTemplate]',
|
|
2981
|
+
standalone: true
|
|
2959
2982
|
}]
|
|
2960
2983
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2961
2984
|
|
|
@@ -2989,11 +3012,12 @@ class MonthCellTemplateDirective {
|
|
|
2989
3012
|
}
|
|
2990
3013
|
}
|
|
2991
3014
|
MonthCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2992
|
-
MonthCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MonthCellTemplateDirective, selector: "[kendoCalendarMonthCellTemplate]", ngImport: i0 });
|
|
3015
|
+
MonthCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MonthCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarMonthCellTemplate]", ngImport: i0 });
|
|
2993
3016
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MonthCellTemplateDirective, decorators: [{
|
|
2994
3017
|
type: Directive,
|
|
2995
3018
|
args: [{
|
|
2996
|
-
selector: '[kendoCalendarMonthCellTemplate]'
|
|
3019
|
+
selector: '[kendoCalendarMonthCellTemplate]',
|
|
3020
|
+
standalone: true
|
|
2997
3021
|
}]
|
|
2998
3022
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
2999
3023
|
|
|
@@ -3030,11 +3054,12 @@ class YearCellTemplateDirective {
|
|
|
3030
3054
|
}
|
|
3031
3055
|
}
|
|
3032
3056
|
YearCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3033
|
-
YearCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: YearCellTemplateDirective, selector: "[kendoCalendarYearCellTemplate]", ngImport: i0 });
|
|
3057
|
+
YearCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: YearCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarYearCellTemplate]", ngImport: i0 });
|
|
3034
3058
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YearCellTemplateDirective, decorators: [{
|
|
3035
3059
|
type: Directive,
|
|
3036
3060
|
args: [{
|
|
3037
|
-
selector: '[kendoCalendarYearCellTemplate]'
|
|
3061
|
+
selector: '[kendoCalendarYearCellTemplate]',
|
|
3062
|
+
standalone: true
|
|
3038
3063
|
}]
|
|
3039
3064
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3040
3065
|
|
|
@@ -3070,11 +3095,12 @@ class DecadeCellTemplateDirective {
|
|
|
3070
3095
|
}
|
|
3071
3096
|
}
|
|
3072
3097
|
DecadeCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3073
|
-
DecadeCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DecadeCellTemplateDirective, selector: "[kendoCalendarDecadeCellTemplate]", ngImport: i0 });
|
|
3098
|
+
DecadeCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DecadeCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarDecadeCellTemplate]", ngImport: i0 });
|
|
3074
3099
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DecadeCellTemplateDirective, decorators: [{
|
|
3075
3100
|
type: Directive,
|
|
3076
3101
|
args: [{
|
|
3077
|
-
selector: '[kendoCalendarDecadeCellTemplate]'
|
|
3102
|
+
selector: '[kendoCalendarDecadeCellTemplate]',
|
|
3103
|
+
standalone: true
|
|
3078
3104
|
}]
|
|
3079
3105
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3080
3106
|
|
|
@@ -3110,11 +3136,12 @@ class CenturyCellTemplateDirective {
|
|
|
3110
3136
|
}
|
|
3111
3137
|
}
|
|
3112
3138
|
CenturyCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3113
|
-
CenturyCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CenturyCellTemplateDirective, selector: "[kendoCalendarCenturyCellTemplate]", ngImport: i0 });
|
|
3139
|
+
CenturyCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CenturyCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarCenturyCellTemplate]", ngImport: i0 });
|
|
3114
3140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CenturyCellTemplateDirective, decorators: [{
|
|
3115
3141
|
type: Directive,
|
|
3116
3142
|
args: [{
|
|
3117
|
-
selector: '[kendoCalendarCenturyCellTemplate]'
|
|
3143
|
+
selector: '[kendoCalendarCenturyCellTemplate]',
|
|
3144
|
+
standalone: true
|
|
3118
3145
|
}]
|
|
3119
3146
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3120
3147
|
|
|
@@ -3148,11 +3175,12 @@ class WeekNumberCellTemplateDirective {
|
|
|
3148
3175
|
}
|
|
3149
3176
|
}
|
|
3150
3177
|
WeekNumberCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNumberCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3151
|
-
WeekNumberCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: WeekNumberCellTemplateDirective, selector: "[kendoCalendarWeekNumberCellTemplate]", ngImport: i0 });
|
|
3178
|
+
WeekNumberCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: WeekNumberCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarWeekNumberCellTemplate]", ngImport: i0 });
|
|
3152
3179
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WeekNumberCellTemplateDirective, decorators: [{
|
|
3153
3180
|
type: Directive,
|
|
3154
3181
|
args: [{
|
|
3155
|
-
selector: '[kendoCalendarWeekNumberCellTemplate]'
|
|
3182
|
+
selector: '[kendoCalendarWeekNumberCellTemplate]',
|
|
3183
|
+
standalone: true
|
|
3156
3184
|
}]
|
|
3157
3185
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3158
3186
|
|
|
@@ -3187,11 +3215,12 @@ class HeaderTitleTemplateDirective {
|
|
|
3187
3215
|
}
|
|
3188
3216
|
}
|
|
3189
3217
|
HeaderTitleTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTitleTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3190
|
-
HeaderTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTitleTemplateDirective, selector: "[kendoCalendarHeaderTitleTemplate]", ngImport: i0 });
|
|
3218
|
+
HeaderTitleTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTitleTemplateDirective, isStandalone: true, selector: "[kendoCalendarHeaderTitleTemplate]", ngImport: i0 });
|
|
3191
3219
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTitleTemplateDirective, decorators: [{
|
|
3192
3220
|
type: Directive,
|
|
3193
3221
|
args: [{
|
|
3194
|
-
selector: '[kendoCalendarHeaderTitleTemplate]'
|
|
3222
|
+
selector: '[kendoCalendarHeaderTitleTemplate]',
|
|
3223
|
+
standalone: true
|
|
3195
3224
|
}]
|
|
3196
3225
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3197
3226
|
|
|
@@ -3328,9 +3357,12 @@ class NavigationService {
|
|
|
3328
3357
|
}
|
|
3329
3358
|
}
|
|
3330
3359
|
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, deps: [{ token: BusViewService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3331
|
-
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService });
|
|
3360
|
+
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, providedIn: 'root' });
|
|
3332
3361
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, decorators: [{
|
|
3333
|
-
type: Injectable
|
|
3362
|
+
type: Injectable,
|
|
3363
|
+
args: [{
|
|
3364
|
+
providedIn: 'root'
|
|
3365
|
+
}]
|
|
3334
3366
|
}], ctorParameters: function () { return [{ type: BusViewService }]; } });
|
|
3335
3367
|
|
|
3336
3368
|
/**
|
|
@@ -3364,11 +3396,12 @@ class HeaderTemplateDirective {
|
|
|
3364
3396
|
}
|
|
3365
3397
|
}
|
|
3366
3398
|
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3367
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoCalendarHeaderTemplate]", ngImport: i0 });
|
|
3399
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoCalendarHeaderTemplate]", ngImport: i0 });
|
|
3368
3400
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
3369
3401
|
type: Directive,
|
|
3370
3402
|
args: [{
|
|
3371
|
-
selector: '[kendoCalendarHeaderTemplate]'
|
|
3403
|
+
selector: '[kendoCalendarHeaderTemplate]',
|
|
3404
|
+
standalone: true
|
|
3372
3405
|
}]
|
|
3373
3406
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3374
3407
|
|
|
@@ -3402,11 +3435,12 @@ class FooterTemplateDirective {
|
|
|
3402
3435
|
}
|
|
3403
3436
|
}
|
|
3404
3437
|
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3405
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoCalendarFooterTemplate]", ngImport: i0 });
|
|
3438
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoCalendarFooterTemplate]", ngImport: i0 });
|
|
3406
3439
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
3407
3440
|
type: Directive,
|
|
3408
3441
|
args: [{
|
|
3409
|
-
selector: '[kendoCalendarFooterTemplate]'
|
|
3442
|
+
selector: '[kendoCalendarFooterTemplate]',
|
|
3443
|
+
standalone: true
|
|
3410
3444
|
}]
|
|
3411
3445
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
3412
3446
|
|
|
@@ -3421,7 +3455,7 @@ class FooterComponent {
|
|
|
3421
3455
|
}
|
|
3422
3456
|
}
|
|
3423
3457
|
FooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterComponent, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3424
|
-
FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FooterComponent, selector: "kendo-calendar-footer", inputs: { footerTemplateRef: "footerTemplateRef", activeViewValue: "activeViewValue", currentDate: "currentDate" }, host: { properties: { "class.k-calendar-footer": "this.showFooter" } }, ngImport: i0, template: `
|
|
3458
|
+
FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FooterComponent, isStandalone: true, selector: "kendo-calendar-footer", inputs: { footerTemplateRef: "footerTemplateRef", activeViewValue: "activeViewValue", currentDate: "currentDate" }, host: { properties: { "class.k-calendar-footer": "this.showFooter" } }, ngImport: i0, template: `
|
|
3425
3459
|
<ng-template *ngIf="footerTemplateRef; else defaultRendering"
|
|
3426
3460
|
[ngTemplateOutlet]="footerTemplateRef"
|
|
3427
3461
|
[ngTemplateOutletContext]="{ activeView: activeViewValue, date: currentDate }">
|
|
@@ -3436,7 +3470,7 @@ FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
3436
3470
|
{{intl.formatDate(getToday(), 'D')}}
|
|
3437
3471
|
</button>
|
|
3438
3472
|
</ng-template>
|
|
3439
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
3473
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: 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"] }] });
|
|
3440
3474
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterComponent, decorators: [{
|
|
3441
3475
|
type: Component,
|
|
3442
3476
|
args: [{
|
|
@@ -3456,7 +3490,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3456
3490
|
{{intl.formatDate(getToday(), 'D')}}
|
|
3457
3491
|
</button>
|
|
3458
3492
|
</ng-template>
|
|
3459
|
-
|
|
3493
|
+
`,
|
|
3494
|
+
standalone: true,
|
|
3495
|
+
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
3460
3496
|
}]
|
|
3461
3497
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; }, propDecorators: { showFooter: [{
|
|
3462
3498
|
type: HostBinding,
|
|
@@ -3502,7 +3538,7 @@ class MultiViewCalendarLocalizedMessagesDirective extends Messages {
|
|
|
3502
3538
|
}
|
|
3503
3539
|
}
|
|
3504
3540
|
MultiViewCalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3505
|
-
MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
|
|
3541
|
+
MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
|
|
3506
3542
|
{
|
|
3507
3543
|
provide: Messages,
|
|
3508
3544
|
useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
|
|
@@ -3517,7 +3553,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3517
3553
|
useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
|
|
3518
3554
|
}
|
|
3519
3555
|
],
|
|
3520
|
-
selector: '[kendoMultiViewCalendarLocalizedMessages]'
|
|
3556
|
+
selector: '[kendoMultiViewCalendarLocalizedMessages]',
|
|
3557
|
+
standalone: true
|
|
3521
3558
|
}]
|
|
3522
3559
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
3523
3560
|
|
|
@@ -4572,7 +4609,7 @@ class MultiViewCalendarComponent {
|
|
|
4572
4609
|
}
|
|
4573
4610
|
}
|
|
4574
4611
|
MultiViewCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
4575
|
-
MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: { showOtherMonthDays: "showOtherMonthDays", showCalendarHeader: "showCalendarHeader", size: "size", id: "id", focusedDate: "focusedDate", footer: "footer", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesRangeValidation: "disabledDatesRangeValidation", selection: "selection", allowReverse: "allowReverse", 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", rangeSelectionChange: "rangeSelectionChange", 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: [
|
|
4612
|
+
MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarComponent, isStandalone: true, selector: "kendo-multiviewcalendar", inputs: { showOtherMonthDays: "showOtherMonthDays", showCalendarHeader: "showCalendarHeader", size: "size", id: "id", focusedDate: "focusedDate", footer: "footer", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesRangeValidation: "disabledDatesRangeValidation", selection: "selection", allowReverse: "allowReverse", 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", rangeSelectionChange: "rangeSelectionChange", 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: [
|
|
4576
4613
|
BusViewService,
|
|
4577
4614
|
RANGE_CALENDAR_VALUE_ACCESSOR,
|
|
4578
4615
|
RANGE_CALENDAR_RANGE_VALIDATORS,
|
|
@@ -4659,7 +4696,7 @@ MultiViewCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
4659
4696
|
[activeViewValue]="activeView"
|
|
4660
4697
|
[currentDate]="activeDate">
|
|
4661
4698
|
</kendo-calendar-footer>
|
|
4662
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
4699
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]" }, { kind: "directive", type: 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", "size"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { kind: "component", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: ["showOtherMonthDays", "cellTemplateRef", "weekNumberTemplateRef", "allowReverse", "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: "component", type: FooterComponent, selector: "kendo-calendar-footer", inputs: ["footerTemplateRef", "activeViewValue", "currentDate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4663
4700
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarComponent, decorators: [{
|
|
4664
4701
|
type: Component,
|
|
4665
4702
|
args: [{
|
|
@@ -4754,7 +4791,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
4754
4791
|
[activeViewValue]="activeView"
|
|
4755
4792
|
[currentDate]="activeDate">
|
|
4756
4793
|
</kendo-calendar-footer>
|
|
4757
|
-
|
|
4794
|
+
`,
|
|
4795
|
+
standalone: true,
|
|
4796
|
+
imports: [MultiViewCalendarLocalizedMessagesDirective, NgIf, HeaderComponent, HorizontalViewListComponent, FooterComponent]
|
|
4758
4797
|
}]
|
|
4759
4798
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.ElementRef }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: DisabledDatesService }, { type: SelectionService }]; }, propDecorators: { showOtherMonthDays: [{
|
|
4760
4799
|
type: Input
|
|
@@ -5086,9 +5125,12 @@ class CalendarDOMService {
|
|
|
5086
5125
|
}
|
|
5087
5126
|
}
|
|
5088
5127
|
CalendarDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarDOMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5089
|
-
CalendarDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarDOMService });
|
|
5128
|
+
CalendarDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarDOMService, providedIn: 'root' });
|
|
5090
5129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarDOMService, decorators: [{
|
|
5091
|
-
type: Injectable
|
|
5130
|
+
type: Injectable,
|
|
5131
|
+
args: [{
|
|
5132
|
+
providedIn: 'root'
|
|
5133
|
+
}]
|
|
5092
5134
|
}] });
|
|
5093
5135
|
|
|
5094
5136
|
/**
|
|
@@ -5475,7 +5517,7 @@ class VirtualizationComponent {
|
|
|
5475
5517
|
}
|
|
5476
5518
|
}
|
|
5477
5519
|
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1$2.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5478
|
-
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [{
|
|
5520
|
+
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: VirtualizationComponent, isStandalone: true, 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: [{
|
|
5479
5521
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
5480
5522
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
5481
5523
|
}], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -5485,7 +5527,7 @@ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
5485
5527
|
[class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
|
|
5486
5528
|
[ngStyle]="totalVertexLength"
|
|
5487
5529
|
></div>
|
|
5488
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
5530
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5489
5531
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, decorators: [{
|
|
5490
5532
|
type: Component,
|
|
5491
5533
|
args: [{
|
|
@@ -5501,7 +5543,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5501
5543
|
[class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
|
|
5502
5544
|
[ngStyle]="totalVertexLength"
|
|
5503
5545
|
></div>
|
|
5504
|
-
|
|
5546
|
+
`,
|
|
5547
|
+
standalone: true,
|
|
5548
|
+
imports: [NgStyle]
|
|
5505
5549
|
}]
|
|
5506
5550
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
5507
5551
|
type: Inject,
|
|
@@ -5646,7 +5690,7 @@ class NavigationComponent {
|
|
|
5646
5690
|
}
|
|
5647
5691
|
}
|
|
5648
5692
|
NavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationComponent, deps: [{ token: BusViewService }, { token: CalendarDOMService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5649
|
-
NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
5693
|
+
NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigationComponent, isStandalone: true, 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: `
|
|
5650
5694
|
<span class="k-calendar-navigation-highlight"></span>
|
|
5651
5695
|
<kendo-virtualization
|
|
5652
5696
|
[skip]="skip"
|
|
@@ -5672,7 +5716,7 @@ NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
5672
5716
|
</li>
|
|
5673
5717
|
</ul>
|
|
5674
5718
|
</kendo-virtualization>
|
|
5675
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
5719
|
+
`, isInline: true, dependencies: [{ 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: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5676
5720
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
5677
5721
|
type: Component,
|
|
5678
5722
|
args: [{
|
|
@@ -5704,7 +5748,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5704
5748
|
</li>
|
|
5705
5749
|
</ul>
|
|
5706
5750
|
</kendo-virtualization>
|
|
5707
|
-
|
|
5751
|
+
`,
|
|
5752
|
+
standalone: true,
|
|
5753
|
+
imports: [VirtualizationComponent, EventsOutsideAngularDirective, KForOf, NgIf, NgTemplateOutlet]
|
|
5708
5754
|
}]
|
|
5709
5755
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: CalendarDOMService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { activeView: [{
|
|
5710
5756
|
type: Input
|
|
@@ -5906,7 +5952,7 @@ class ViewListComponent {
|
|
|
5906
5952
|
}
|
|
5907
5953
|
}
|
|
5908
5954
|
ViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ViewListComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: CalendarDOMService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5909
|
-
ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: { allowReverse: "allowReverse", 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", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", size: "size", weekNumber: "weekNumber" }, outputs: { cellEnter: "cellEnter", 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: `
|
|
5955
|
+
ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ViewListComponent, isStandalone: true, selector: "kendo-calendar-viewlist", inputs: { allowReverse: "allowReverse", 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", activeRangeEnd: "activeRangeEnd", selectionRange: "selectionRange", size: "size", weekNumber: "weekNumber" }, outputs: { cellEnter: "cellEnter", 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: `
|
|
5910
5956
|
<kendo-calendar-header
|
|
5911
5957
|
[currentDate]="activeDate"
|
|
5912
5958
|
[size]="size"
|
|
@@ -5983,7 +6029,7 @@ ViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
5983
6029
|
[activeViewValue]="activeViewValue"
|
|
5984
6030
|
[currentDate]="activeDate">
|
|
5985
6031
|
</kendo-calendar-footer>
|
|
5986
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
6032
|
+
`, isInline: true, dependencies: [{ kind: "component", type: HeaderComponent, selector: "kendo-calendar-header", inputs: ["activeView", "currentDate", "min", "max", "rangeLength", "titleTemplateRef", "headerTemplateRef", "isPrevDisabled", "isNextDisabled", "showNavigationButtons", "orientation", "id", "size"], outputs: ["todayButtonClick", "prevButtonClick", "nextButtonClick"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { 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: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: ViewComponent, selector: "[kendoCalendarView]", inputs: ["allowReverse", "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: FooterComponent, selector: "kendo-calendar-footer", inputs: ["footerTemplateRef", "activeViewValue", "currentDate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5987
6033
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ViewListComponent, decorators: [{
|
|
5988
6034
|
type: Component,
|
|
5989
6035
|
args: [{
|
|
@@ -6066,7 +6112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6066
6112
|
[activeViewValue]="activeViewValue"
|
|
6067
6113
|
[currentDate]="activeDate">
|
|
6068
6114
|
</kendo-calendar-footer>
|
|
6069
|
-
|
|
6115
|
+
`,
|
|
6116
|
+
standalone: true,
|
|
6117
|
+
imports: [HeaderComponent, NgIf, NgFor, VirtualizationComponent, KForOf, ViewComponent, FooterComponent]
|
|
6070
6118
|
}]
|
|
6071
6119
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.ChangeDetectorRef }, { type: i1.IntlService }, { type: CalendarDOMService }, { type: i0.Renderer2 }]; }, propDecorators: { allowReverse: [{
|
|
6072
6120
|
type: Input
|
|
@@ -6266,11 +6314,12 @@ class NavigationItemTemplateDirective {
|
|
|
6266
6314
|
}
|
|
6267
6315
|
}
|
|
6268
6316
|
NavigationItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6269
|
-
NavigationItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NavigationItemTemplateDirective, selector: "[kendoCalendarNavigationItemTemplate]", ngImport: i0 });
|
|
6317
|
+
NavigationItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NavigationItemTemplateDirective, isStandalone: true, selector: "[kendoCalendarNavigationItemTemplate]", ngImport: i0 });
|
|
6270
6318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationItemTemplateDirective, decorators: [{
|
|
6271
6319
|
type: Directive,
|
|
6272
6320
|
args: [{
|
|
6273
|
-
selector: '[kendoCalendarNavigationItemTemplate]'
|
|
6321
|
+
selector: '[kendoCalendarNavigationItemTemplate]',
|
|
6322
|
+
standalone: true
|
|
6274
6323
|
}]
|
|
6275
6324
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
6276
6325
|
|
|
@@ -6299,7 +6348,7 @@ class MultiViewCalendarCustomMessagesComponent extends Messages {
|
|
|
6299
6348
|
}
|
|
6300
6349
|
}
|
|
6301
6350
|
MultiViewCalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6302
|
-
MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages", providers: [
|
|
6351
|
+
MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: MultiViewCalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-multiviewcalendar-messages", providers: [
|
|
6303
6352
|
{
|
|
6304
6353
|
provide: Messages,
|
|
6305
6354
|
useExisting: forwardRef(() => MultiViewCalendarCustomMessagesComponent)
|
|
@@ -6315,7 +6364,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6315
6364
|
}
|
|
6316
6365
|
],
|
|
6317
6366
|
selector: 'kendo-multiviewcalendar-messages',
|
|
6318
|
-
template:
|
|
6367
|
+
template: ``,
|
|
6368
|
+
standalone: true
|
|
6319
6369
|
}]
|
|
6320
6370
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
6321
6371
|
|
|
@@ -6352,7 +6402,7 @@ class CalendarLocalizedMessagesDirective extends CalendarMessages {
|
|
|
6352
6402
|
}
|
|
6353
6403
|
}
|
|
6354
6404
|
CalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6355
|
-
CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]", providers: [
|
|
6405
|
+
CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoCalendarLocalizedMessages]", providers: [
|
|
6356
6406
|
{
|
|
6357
6407
|
provide: CalendarMessages,
|
|
6358
6408
|
useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
|
|
@@ -6367,7 +6417,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
6367
6417
|
useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
|
|
6368
6418
|
}
|
|
6369
6419
|
],
|
|
6370
|
-
selector: '[kendoCalendarLocalizedMessages]'
|
|
6420
|
+
selector: '[kendoCalendarLocalizedMessages]',
|
|
6421
|
+
standalone: true
|
|
6371
6422
|
}]
|
|
6372
6423
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
6373
6424
|
|
|
@@ -7502,7 +7553,7 @@ class CalendarComponent {
|
|
|
7502
7553
|
}
|
|
7503
7554
|
}
|
|
7504
7555
|
CalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
7505
|
-
CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CalendarComponent, selector: "kendo-calendar", inputs: { showOtherMonthDays: "showOtherMonthDays", id: "id", focusedDate: "focusedDate", min: "min", max: "max", rangeValidation: "rangeValidation", weekDaysFormat: "weekDaysFormat", footer: "footer", selection: "selection", allowReverse: "allowReverse", 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", activeRangeEnd: "activeRangeEnd" }, 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: [
|
|
7556
|
+
CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CalendarComponent, isStandalone: true, selector: "kendo-calendar", inputs: { showOtherMonthDays: "showOtherMonthDays", id: "id", focusedDate: "focusedDate", min: "min", max: "max", rangeValidation: "rangeValidation", weekDaysFormat: "weekDaysFormat", footer: "footer", selection: "selection", allowReverse: "allowReverse", 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", activeRangeEnd: "activeRangeEnd" }, 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: [
|
|
7506
7557
|
BusViewService,
|
|
7507
7558
|
CALENDAR_VALUE_ACCESSOR,
|
|
7508
7559
|
CALENDAR_RANGE_VALIDATORS,
|
|
@@ -7634,7 +7685,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
7634
7685
|
</kendo-multiviewcalendar-messages>
|
|
7635
7686
|
</kendo-multiviewcalendar>
|
|
7636
7687
|
</ng-container>
|
|
7637
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
7688
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { kind: "component", type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["allowReverse", "cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "headerTemplateRef", "footerTemplateRef", "showOtherMonthDays", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "showFooter", "weekDaysFormat", "activeRangeEnd", "selectionRange", "size", "weekNumber"], outputs: ["cellEnter", "cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "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", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7638
7689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
7639
7690
|
type: Component,
|
|
7640
7691
|
args: [{
|
|
@@ -7774,7 +7825,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7774
7825
|
</kendo-multiviewcalendar-messages>
|
|
7775
7826
|
</kendo-multiviewcalendar>
|
|
7776
7827
|
</ng-container>
|
|
7777
|
-
|
|
7828
|
+
`,
|
|
7829
|
+
standalone: true,
|
|
7830
|
+
imports: [CalendarLocalizedMessagesDirective, NgIf, NavigationComponent, ViewListComponent, ResizeSensorComponent, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent]
|
|
7778
7831
|
}]
|
|
7779
7832
|
}], ctorParameters: function () { return [{ type: BusViewService }, { type: CalendarDOMService }, { type: i0.ElementRef }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: ScrollSyncService }, { type: DisabledDatesService }, { type: i1$1.LocalizationService }, { type: SelectionService }, { type: PickerService, decorators: [{
|
|
7780
7833
|
type: Optional
|
|
@@ -7978,7 +8031,7 @@ class DateInputLocalizedMessagesDirective extends DateInputMessages {
|
|
|
7978
8031
|
}
|
|
7979
8032
|
}
|
|
7980
8033
|
DateInputLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7981
|
-
DateInputLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]", providers: [
|
|
8034
|
+
DateInputLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateInputLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateInputLocalizedMessages]", providers: [
|
|
7982
8035
|
{
|
|
7983
8036
|
provide: DateInputMessages,
|
|
7984
8037
|
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
@@ -7993,7 +8046,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7993
8046
|
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
7994
8047
|
}
|
|
7995
8048
|
],
|
|
7996
|
-
selector: '[kendoDateInputLocalizedMessages]'
|
|
8049
|
+
selector: '[kendoDateInputLocalizedMessages]',
|
|
8050
|
+
standalone: true
|
|
7997
8051
|
}]
|
|
7998
8052
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
7999
8053
|
|
|
@@ -8862,7 +8916,7 @@ class DateInputComponent {
|
|
|
8862
8916
|
}
|
|
8863
8917
|
}
|
|
8864
8918
|
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
8865
|
-
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputComponent, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", 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: [
|
|
8919
|
+
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputComponent, isStandalone: true, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", 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: [
|
|
8866
8920
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8867
8921
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8868
8922
|
{ provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
|
|
@@ -8956,7 +9010,7 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
8956
9010
|
</kendo-icon-wrapper>
|
|
8957
9011
|
</button>
|
|
8958
9012
|
</span>
|
|
8959
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
9013
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8960
9014
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
8961
9015
|
type: Component,
|
|
8962
9016
|
args: [{
|
|
@@ -9058,7 +9112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9058
9112
|
</kendo-icon-wrapper>
|
|
9059
9113
|
</button>
|
|
9060
9114
|
</span>
|
|
9061
|
-
|
|
9115
|
+
`,
|
|
9116
|
+
standalone: true,
|
|
9117
|
+
imports: [DateInputLocalizedMessagesDirective, EventsOutsideAngularDirective, NgIf, IconWrapperComponent]
|
|
9062
9118
|
}]
|
|
9063
9119
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.IntlService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i1$1.LocalizationService }, { type: PickerService, decorators: [{
|
|
9064
9120
|
type: Optional
|
|
@@ -9188,11 +9244,6 @@ class PreventableEvent {
|
|
|
9188
9244
|
}
|
|
9189
9245
|
}
|
|
9190
9246
|
|
|
9191
|
-
/**
|
|
9192
|
-
* @hidden
|
|
9193
|
-
*/
|
|
9194
|
-
const TOUCH_ENABLED = new InjectionToken('dateinputs-touch-enabled');
|
|
9195
|
-
|
|
9196
9247
|
/**
|
|
9197
9248
|
* @hidden
|
|
9198
9249
|
*/
|
|
@@ -9211,7 +9262,7 @@ const disabledDatesValidator = (isDateDisabled) => {
|
|
|
9211
9262
|
/**
|
|
9212
9263
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9213
9264
|
*/
|
|
9214
|
-
class
|
|
9265
|
+
class CalendarCustomMessagesComponent extends CalendarMessages {
|
|
9215
9266
|
constructor(service) {
|
|
9216
9267
|
super();
|
|
9217
9268
|
this.service = service;
|
|
@@ -9220,31 +9271,32 @@ class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
|
9220
9271
|
return true;
|
|
9221
9272
|
}
|
|
9222
9273
|
}
|
|
9223
|
-
|
|
9224
|
-
|
|
9274
|
+
CalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9275
|
+
CalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-calendar-messages", providers: [
|
|
9225
9276
|
{
|
|
9226
|
-
provide:
|
|
9227
|
-
useExisting: forwardRef(() =>
|
|
9277
|
+
provide: CalendarMessages,
|
|
9278
|
+
useExisting: forwardRef(() => CalendarCustomMessagesComponent)
|
|
9228
9279
|
}
|
|
9229
9280
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
9281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
|
|
9231
9282
|
type: Component,
|
|
9232
9283
|
args: [{
|
|
9233
9284
|
providers: [
|
|
9234
9285
|
{
|
|
9235
|
-
provide:
|
|
9236
|
-
useExisting: forwardRef(() =>
|
|
9286
|
+
provide: CalendarMessages,
|
|
9287
|
+
useExisting: forwardRef(() => CalendarCustomMessagesComponent)
|
|
9237
9288
|
}
|
|
9238
9289
|
],
|
|
9239
|
-
selector: 'kendo-
|
|
9240
|
-
template:
|
|
9290
|
+
selector: 'kendo-calendar-messages',
|
|
9291
|
+
template: ``,
|
|
9292
|
+
standalone: true
|
|
9241
9293
|
}]
|
|
9242
9294
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9243
9295
|
|
|
9244
9296
|
/**
|
|
9245
9297
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9246
9298
|
*/
|
|
9247
|
-
class
|
|
9299
|
+
class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
9248
9300
|
constructor(service) {
|
|
9249
9301
|
super();
|
|
9250
9302
|
this.service = service;
|
|
@@ -9253,24 +9305,25 @@ class CalendarCustomMessagesComponent extends CalendarMessages {
|
|
|
9253
9305
|
return true;
|
|
9254
9306
|
}
|
|
9255
9307
|
}
|
|
9256
|
-
|
|
9257
|
-
|
|
9308
|
+
DateInputCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9309
|
+
DateInputCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputCustomMessagesComponent, isStandalone: true, selector: "kendo-dateinput-messages", providers: [
|
|
9258
9310
|
{
|
|
9259
|
-
provide:
|
|
9260
|
-
useExisting: forwardRef(() =>
|
|
9311
|
+
provide: DateInputMessages,
|
|
9312
|
+
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
9261
9313
|
}
|
|
9262
9314
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type:
|
|
9315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
9264
9316
|
type: Component,
|
|
9265
9317
|
args: [{
|
|
9266
9318
|
providers: [
|
|
9267
9319
|
{
|
|
9268
|
-
provide:
|
|
9269
|
-
useExisting: forwardRef(() =>
|
|
9320
|
+
provide: DateInputMessages,
|
|
9321
|
+
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
9270
9322
|
}
|
|
9271
9323
|
],
|
|
9272
|
-
selector: 'kendo-
|
|
9273
|
-
template:
|
|
9324
|
+
selector: 'kendo-dateinput-messages',
|
|
9325
|
+
template: ``,
|
|
9326
|
+
standalone: true
|
|
9274
9327
|
}]
|
|
9275
9328
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9276
9329
|
|
|
@@ -9311,7 +9364,7 @@ class DatePickerLocalizedMessagesDirective extends DatePickerMessages {
|
|
|
9311
9364
|
}
|
|
9312
9365
|
}
|
|
9313
9366
|
DatePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9314
|
-
DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]", providers: [
|
|
9367
|
+
DatePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDatePickerLocalizedMessages]", providers: [
|
|
9315
9368
|
{
|
|
9316
9369
|
provide: DatePickerMessages,
|
|
9317
9370
|
useExisting: forwardRef(() => DatePickerLocalizedMessagesDirective)
|
|
@@ -9326,7 +9379,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9326
9379
|
useExisting: forwardRef(() => DatePickerLocalizedMessagesDirective)
|
|
9327
9380
|
}
|
|
9328
9381
|
],
|
|
9329
|
-
selector: '[kendoDatePickerLocalizedMessages]'
|
|
9382
|
+
selector: '[kendoDatePickerLocalizedMessages]',
|
|
9383
|
+
standalone: true
|
|
9330
9384
|
}]
|
|
9331
9385
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9332
9386
|
|
|
@@ -9339,7 +9393,7 @@ const TWO_DIGIT_YEAR_MAX$1 = 68;
|
|
|
9339
9393
|
* Represents the [Kendo UI DatePicker component for Angular](slug:overview_datepicker).
|
|
9340
9394
|
*/
|
|
9341
9395
|
class DatePickerComponent extends MultiTabStop {
|
|
9342
|
-
constructor(zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, disabledDatesService
|
|
9396
|
+
constructor(zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, disabledDatesService) {
|
|
9343
9397
|
super();
|
|
9344
9398
|
this.zone = zone;
|
|
9345
9399
|
this.localization = localization;
|
|
@@ -9350,7 +9404,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9350
9404
|
this.injector = injector;
|
|
9351
9405
|
this.pickerService = pickerService;
|
|
9352
9406
|
this.disabledDatesService = disabledDatesService;
|
|
9353
|
-
this.touchEnabled = touchEnabled;
|
|
9354
9407
|
/**
|
|
9355
9408
|
* @hidden
|
|
9356
9409
|
*/
|
|
@@ -10253,7 +10306,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10253
10306
|
this.ariaActiveDescendantSubscription = focusedCellChangeEvent.subscribe((id) => this.renderer.setAttribute(this.dateInput?.inputElement, attributeNames.ariaActiveDescendant, id));
|
|
10254
10307
|
}
|
|
10255
10308
|
focusInput() {
|
|
10256
|
-
if (
|
|
10309
|
+
if (touchEnabled) {
|
|
10257
10310
|
return;
|
|
10258
10311
|
}
|
|
10259
10312
|
this.dateInput.focus();
|
|
@@ -10270,7 +10323,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10270
10323
|
this.calendar.focus();
|
|
10271
10324
|
}
|
|
10272
10325
|
}
|
|
10273
|
-
else if (!
|
|
10326
|
+
else if (!touchEnabled) {
|
|
10274
10327
|
this.dateInput.focus();
|
|
10275
10328
|
}
|
|
10276
10329
|
else if (!this.dateInput.isActive) {
|
|
@@ -10367,8 +10420,8 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10367
10420
|
}
|
|
10368
10421
|
}
|
|
10369
10422
|
}
|
|
10370
|
-
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }
|
|
10371
|
-
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
10423
|
+
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10424
|
+
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerComponent, isStandalone: true, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
10372
10425
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10373
10426
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10374
10427
|
{ provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
|
|
@@ -10553,7 +10606,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10553
10606
|
</kendo-calendar-messages>
|
|
10554
10607
|
</kendo-calendar>
|
|
10555
10608
|
</ng-template>
|
|
10556
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
10609
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "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: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10557
10610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
10558
10611
|
type: Component,
|
|
10559
10612
|
args: [{
|
|
@@ -10746,14 +10799,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10746
10799
|
</kendo-calendar-messages>
|
|
10747
10800
|
</kendo-calendar>
|
|
10748
10801
|
</ng-template>
|
|
10749
|
-
|
|
10802
|
+
`,
|
|
10803
|
+
standalone: true,
|
|
10804
|
+
imports: [DatePickerLocalizedMessagesDirective, DateInputComponent, DateInputCustomMessagesComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, NgIf, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, CalendarComponent, CalendarCustomMessagesComponent]
|
|
10750
10805
|
}]
|
|
10751
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: DisabledDatesService },
|
|
10752
|
-
type: Optional
|
|
10753
|
-
}, {
|
|
10754
|
-
type: Inject,
|
|
10755
|
-
args: [TOUCH_ENABLED]
|
|
10756
|
-
}] }]; }, propDecorators: { container: [{
|
|
10806
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: DisabledDatesService }]; }, propDecorators: { container: [{
|
|
10757
10807
|
type: ViewChild,
|
|
10758
10808
|
args: ['container', { read: ViewContainerRef, static: true }]
|
|
10759
10809
|
}], popupTemplate: [{
|
|
@@ -10950,130 +11000,6 @@ const TIME_PART = {
|
|
|
10950
11000
|
second: 'second'
|
|
10951
11001
|
};
|
|
10952
11002
|
|
|
10953
|
-
/**
|
|
10954
|
-
* @hidden
|
|
10955
|
-
*/
|
|
10956
|
-
const timeRangeValidator = (min, max) => {
|
|
10957
|
-
return (control) => {
|
|
10958
|
-
if (!min || !max || !control.value) {
|
|
10959
|
-
return null;
|
|
10960
|
-
}
|
|
10961
|
-
const err = {
|
|
10962
|
-
timeRangeError: {
|
|
10963
|
-
maxValue: max,
|
|
10964
|
-
minValue: min,
|
|
10965
|
-
value: control.value
|
|
10966
|
-
}
|
|
10967
|
-
};
|
|
10968
|
-
return isInTimeRange(control.value, min, max) ? null : err;
|
|
10969
|
-
};
|
|
10970
|
-
};
|
|
10971
|
-
|
|
10972
|
-
/**
|
|
10973
|
-
* @hidden
|
|
10974
|
-
*/
|
|
10975
|
-
class TimePickerMessages extends ComponentMessages {
|
|
10976
|
-
}
|
|
10977
|
-
TimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
10978
|
-
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
10979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
10980
|
-
type: Directive,
|
|
10981
|
-
args: [{
|
|
10982
|
-
// eslint-disable-next-line
|
|
10983
|
-
selector: 'kendo-timepicker-messages-base'
|
|
10984
|
-
}]
|
|
10985
|
-
}], propDecorators: { accept: [{
|
|
10986
|
-
type: Input
|
|
10987
|
-
}], acceptLabel: [{
|
|
10988
|
-
type: Input
|
|
10989
|
-
}], cancel: [{
|
|
10990
|
-
type: Input
|
|
10991
|
-
}], cancelLabel: [{
|
|
10992
|
-
type: Input
|
|
10993
|
-
}], now: [{
|
|
10994
|
-
type: Input
|
|
10995
|
-
}], nowLabel: [{
|
|
10996
|
-
type: Input
|
|
10997
|
-
}], toggle: [{
|
|
10998
|
-
type: Input
|
|
10999
|
-
}], hour: [{
|
|
11000
|
-
type: Input
|
|
11001
|
-
}], minute: [{
|
|
11002
|
-
type: Input
|
|
11003
|
-
}], second: [{
|
|
11004
|
-
type: Input
|
|
11005
|
-
}], millisecond: [{
|
|
11006
|
-
type: Input
|
|
11007
|
-
}], dayperiod: [{
|
|
11008
|
-
type: Input
|
|
11009
|
-
}], clearTitle: [{
|
|
11010
|
-
type: Input
|
|
11011
|
-
}] } });
|
|
11012
|
-
|
|
11013
|
-
/**
|
|
11014
|
-
* @hidden
|
|
11015
|
-
*/
|
|
11016
|
-
class TimePickerLocalizedMessagesDirective extends TimePickerMessages {
|
|
11017
|
-
constructor(service) {
|
|
11018
|
-
super();
|
|
11019
|
-
this.service = service;
|
|
11020
|
-
}
|
|
11021
|
-
}
|
|
11022
|
-
TimePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
11023
|
-
TimePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]", providers: [
|
|
11024
|
-
{
|
|
11025
|
-
provide: TimePickerMessages,
|
|
11026
|
-
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
11027
|
-
}
|
|
11028
|
-
], usesInheritance: true, ngImport: i0 });
|
|
11029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerLocalizedMessagesDirective, decorators: [{
|
|
11030
|
-
type: Directive,
|
|
11031
|
-
args: [{
|
|
11032
|
-
providers: [
|
|
11033
|
-
{
|
|
11034
|
-
provide: TimePickerMessages,
|
|
11035
|
-
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
11036
|
-
}
|
|
11037
|
-
],
|
|
11038
|
-
selector: '[kendoTimePickerLocalizedMessages]'
|
|
11039
|
-
}]
|
|
11040
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
11041
|
-
|
|
11042
|
-
/**
|
|
11043
|
-
* @hidden
|
|
11044
|
-
*
|
|
11045
|
-
* Custom component messages override default component messages.
|
|
11046
|
-
*/
|
|
11047
|
-
class TimeSelectorCustomMessagesComponent extends TimePickerMessages {
|
|
11048
|
-
constructor(service) {
|
|
11049
|
-
super();
|
|
11050
|
-
this.service = service;
|
|
11051
|
-
}
|
|
11052
|
-
get override() {
|
|
11053
|
-
return true;
|
|
11054
|
-
}
|
|
11055
|
-
}
|
|
11056
|
-
TimeSelectorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11057
|
-
TimeSelectorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages", providers: [
|
|
11058
|
-
{
|
|
11059
|
-
provide: TimePickerMessages,
|
|
11060
|
-
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
11061
|
-
}
|
|
11062
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
11063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorCustomMessagesComponent, decorators: [{
|
|
11064
|
-
type: Component,
|
|
11065
|
-
args: [{
|
|
11066
|
-
providers: [
|
|
11067
|
-
{
|
|
11068
|
-
provide: TimePickerMessages,
|
|
11069
|
-
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
11070
|
-
}
|
|
11071
|
-
],
|
|
11072
|
-
selector: 'kendo-timeselector-messages',
|
|
11073
|
-
template: ``
|
|
11074
|
-
}]
|
|
11075
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
11076
|
-
|
|
11077
11003
|
const div = domContainerFactory('div');
|
|
11078
11004
|
const ul = domContainerFactory('ul');
|
|
11079
11005
|
const li = domContainerFactory('li');
|
|
@@ -11144,9 +11070,12 @@ class TimePickerDOMService {
|
|
|
11144
11070
|
}
|
|
11145
11071
|
}
|
|
11146
11072
|
TimePickerDOMService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerDOMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11147
|
-
TimePickerDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerDOMService });
|
|
11073
|
+
TimePickerDOMService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerDOMService, providedIn: 'root' });
|
|
11148
11074
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerDOMService, decorators: [{
|
|
11149
|
-
type: Injectable
|
|
11075
|
+
type: Injectable,
|
|
11076
|
+
args: [{
|
|
11077
|
+
providedIn: 'root'
|
|
11078
|
+
}]
|
|
11150
11079
|
}] });
|
|
11151
11080
|
|
|
11152
11081
|
const HOURS_IN_DAY = 24;
|
|
@@ -11256,9 +11185,12 @@ class HoursService {
|
|
|
11256
11185
|
}
|
|
11257
11186
|
}
|
|
11258
11187
|
HoursService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HoursService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11259
|
-
HoursService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HoursService });
|
|
11188
|
+
HoursService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HoursService, providedIn: 'root' });
|
|
11260
11189
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HoursService, decorators: [{
|
|
11261
|
-
type: Injectable
|
|
11190
|
+
type: Injectable,
|
|
11191
|
+
args: [{
|
|
11192
|
+
providedIn: 'root'
|
|
11193
|
+
}]
|
|
11262
11194
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
11263
11195
|
|
|
11264
11196
|
const MINUTES_IN_HOUR = 60;
|
|
@@ -11366,9 +11298,12 @@ class MinutesService {
|
|
|
11366
11298
|
}
|
|
11367
11299
|
}
|
|
11368
11300
|
MinutesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinutesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11369
|
-
MinutesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinutesService });
|
|
11301
|
+
MinutesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinutesService, providedIn: 'root' });
|
|
11370
11302
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MinutesService, decorators: [{
|
|
11371
|
-
type: Injectable
|
|
11303
|
+
type: Injectable,
|
|
11304
|
+
args: [{
|
|
11305
|
+
providedIn: 'root'
|
|
11306
|
+
}]
|
|
11372
11307
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
11373
11308
|
|
|
11374
11309
|
const SECONDS_IN_HOUR = 60;
|
|
@@ -11476,9 +11411,12 @@ class SecondsService {
|
|
|
11476
11411
|
}
|
|
11477
11412
|
}
|
|
11478
11413
|
SecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11479
|
-
SecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SecondsService });
|
|
11414
|
+
SecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SecondsService, providedIn: 'root' });
|
|
11480
11415
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SecondsService, decorators: [{
|
|
11481
|
-
type: Injectable
|
|
11416
|
+
type: Injectable,
|
|
11417
|
+
args: [{
|
|
11418
|
+
providedIn: 'root'
|
|
11419
|
+
}]
|
|
11482
11420
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
11483
11421
|
|
|
11484
11422
|
const MILLISECONDS_IN_SECOND = 1000;
|
|
@@ -11589,9 +11527,12 @@ class MillisecondsService {
|
|
|
11589
11527
|
}
|
|
11590
11528
|
}
|
|
11591
11529
|
MillisecondsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MillisecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11592
|
-
MillisecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MillisecondsService });
|
|
11530
|
+
MillisecondsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MillisecondsService, providedIn: 'root' });
|
|
11593
11531
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MillisecondsService, decorators: [{
|
|
11594
|
-
type: Injectable
|
|
11532
|
+
type: Injectable,
|
|
11533
|
+
args: [{
|
|
11534
|
+
providedIn: 'root'
|
|
11535
|
+
}]
|
|
11595
11536
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
11596
11537
|
|
|
11597
11538
|
const setHours = (date, hours) => {
|
|
@@ -11705,9 +11646,12 @@ class DayPeriodService {
|
|
|
11705
11646
|
}
|
|
11706
11647
|
}
|
|
11707
11648
|
DayPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayPeriodService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11708
|
-
DayPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayPeriodService });
|
|
11649
|
+
DayPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayPeriodService, providedIn: 'root' });
|
|
11709
11650
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DayPeriodService, decorators: [{
|
|
11710
|
-
type: Injectable
|
|
11651
|
+
type: Injectable,
|
|
11652
|
+
args: [{
|
|
11653
|
+
providedIn: 'root'
|
|
11654
|
+
}]
|
|
11711
11655
|
}], ctorParameters: function () { return [{ type: i1.IntlService }]; } });
|
|
11712
11656
|
|
|
11713
11657
|
/* eslint-disable @angular-eslint/component-selector */
|
|
@@ -11945,7 +11889,7 @@ class TimeListComponent {
|
|
|
11945
11889
|
}
|
|
11946
11890
|
}
|
|
11947
11891
|
TimeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
11948
|
-
TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
11892
|
+
TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeListComponent, isStandalone: true, 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: `
|
|
11949
11893
|
<kendo-virtualization
|
|
11950
11894
|
[skip]="skip"
|
|
11951
11895
|
[take]="total"
|
|
@@ -11973,7 +11917,7 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
11973
11917
|
</li>
|
|
11974
11918
|
</ul>
|
|
11975
11919
|
</kendo-virtualization>
|
|
11976
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
11920
|
+
`, isInline: true, dependencies: [{ 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: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
11977
11921
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
11978
11922
|
type: Component,
|
|
11979
11923
|
args: [{
|
|
@@ -12006,7 +11950,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12006
11950
|
</li>
|
|
12007
11951
|
</ul>
|
|
12008
11952
|
</kendo-virtualization>
|
|
12009
|
-
|
|
11953
|
+
`,
|
|
11954
|
+
standalone: true,
|
|
11955
|
+
imports: [VirtualizationComponent, NgStyle, EventsOutsideAngularDirective, NgFor]
|
|
12010
11956
|
}]
|
|
12011
11957
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Injector }, { type: TimePickerDOMService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1$1.LocalizationService }]; }, propDecorators: { min: [{
|
|
12012
11958
|
type: Input
|
|
@@ -12108,6 +12054,47 @@ const snapTime = snappers => (candidate, min) => {
|
|
|
12108
12054
|
return date;
|
|
12109
12055
|
};
|
|
12110
12056
|
|
|
12057
|
+
/**
|
|
12058
|
+
* @hidden
|
|
12059
|
+
*/
|
|
12060
|
+
class TimePickerMessages extends ComponentMessages {
|
|
12061
|
+
}
|
|
12062
|
+
TimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
12063
|
+
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
12064
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
12065
|
+
type: Directive,
|
|
12066
|
+
args: [{
|
|
12067
|
+
// eslint-disable-next-line
|
|
12068
|
+
selector: 'kendo-timepicker-messages-base'
|
|
12069
|
+
}]
|
|
12070
|
+
}], propDecorators: { accept: [{
|
|
12071
|
+
type: Input
|
|
12072
|
+
}], acceptLabel: [{
|
|
12073
|
+
type: Input
|
|
12074
|
+
}], cancel: [{
|
|
12075
|
+
type: Input
|
|
12076
|
+
}], cancelLabel: [{
|
|
12077
|
+
type: Input
|
|
12078
|
+
}], now: [{
|
|
12079
|
+
type: Input
|
|
12080
|
+
}], nowLabel: [{
|
|
12081
|
+
type: Input
|
|
12082
|
+
}], toggle: [{
|
|
12083
|
+
type: Input
|
|
12084
|
+
}], hour: [{
|
|
12085
|
+
type: Input
|
|
12086
|
+
}], minute: [{
|
|
12087
|
+
type: Input
|
|
12088
|
+
}], second: [{
|
|
12089
|
+
type: Input
|
|
12090
|
+
}], millisecond: [{
|
|
12091
|
+
type: Input
|
|
12092
|
+
}], dayperiod: [{
|
|
12093
|
+
type: Input
|
|
12094
|
+
}], clearTitle: [{
|
|
12095
|
+
type: Input
|
|
12096
|
+
}] } });
|
|
12097
|
+
|
|
12111
12098
|
/**
|
|
12112
12099
|
* @hidden
|
|
12113
12100
|
*/
|
|
@@ -12118,7 +12105,7 @@ class TimeSelectorLocalizedMessagesDirective extends TimePickerMessages {
|
|
|
12118
12105
|
}
|
|
12119
12106
|
}
|
|
12120
12107
|
TimeSelectorLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12121
|
-
TimeSelectorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]", providers: [
|
|
12108
|
+
TimeSelectorLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorLocalizedMessagesDirective, isStandalone: true, selector: "[kendoTimeSelectorLocalizedMessages]", providers: [
|
|
12122
12109
|
{
|
|
12123
12110
|
provide: TimePickerMessages,
|
|
12124
12111
|
useExisting: forwardRef(() => TimeSelectorLocalizedMessagesDirective)
|
|
@@ -12133,7 +12120,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12133
12120
|
useExisting: forwardRef(() => TimeSelectorLocalizedMessagesDirective)
|
|
12134
12121
|
}
|
|
12135
12122
|
],
|
|
12136
|
-
selector: '[kendoTimeSelectorLocalizedMessages]'
|
|
12123
|
+
selector: '[kendoTimeSelectorLocalizedMessages]',
|
|
12124
|
+
standalone: true
|
|
12137
12125
|
}]
|
|
12138
12126
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
12139
12127
|
|
|
@@ -12531,7 +12519,7 @@ class TimeSelectorComponent {
|
|
|
12531
12519
|
}
|
|
12532
12520
|
}
|
|
12533
12521
|
TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
|
12534
|
-
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
12522
|
+
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorComponent, isStandalone: true, 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", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
12535
12523
|
LocalizationService,
|
|
12536
12524
|
{
|
|
12537
12525
|
provide: L10N_PREFIX,
|
|
@@ -12645,7 +12633,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
12645
12633
|
[disabled]="disabled"
|
|
12646
12634
|
>{{localization.get('cancel')}}</button>
|
|
12647
12635
|
</div>
|
|
12648
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
12636
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12649
12637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
12650
12638
|
type: Component,
|
|
12651
12639
|
args: [{
|
|
@@ -12767,7 +12755,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12767
12755
|
[disabled]="disabled"
|
|
12768
12756
|
>{{localization.get('cancel')}}</button>
|
|
12769
12757
|
</div>
|
|
12770
|
-
|
|
12758
|
+
`,
|
|
12759
|
+
standalone: true,
|
|
12760
|
+
imports: [TimeSelectorLocalizedMessagesDirective, NgIf, EventsOutsideAngularDirective, NgFor, TimeListComponent]
|
|
12771
12761
|
}]
|
|
12772
12762
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i1.IntlService }, { type: TimePickerDOMService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: PickerService, decorators: [{
|
|
12773
12763
|
type: Optional
|
|
@@ -12821,27 +12811,111 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
12821
12811
|
type: Output
|
|
12822
12812
|
}] } });
|
|
12823
12813
|
|
|
12824
|
-
const VALUE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/#toc-integration-with-json';
|
|
12825
|
-
const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md';
|
|
12826
|
-
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
12827
|
-
const ACCEPT_BUTTON_SELECTOR$1 = '.k-button.k-time-accept';
|
|
12828
12814
|
/**
|
|
12829
|
-
*
|
|
12815
|
+
* @hidden
|
|
12830
12816
|
*/
|
|
12831
|
-
|
|
12832
|
-
|
|
12833
|
-
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
|
|
12838
|
-
|
|
12839
|
-
|
|
12817
|
+
const timeRangeValidator = (min, max) => {
|
|
12818
|
+
return (control) => {
|
|
12819
|
+
if (!min || !max || !control.value) {
|
|
12820
|
+
return null;
|
|
12821
|
+
}
|
|
12822
|
+
const err = {
|
|
12823
|
+
timeRangeError: {
|
|
12824
|
+
maxValue: max,
|
|
12825
|
+
minValue: min,
|
|
12826
|
+
value: control.value
|
|
12827
|
+
}
|
|
12828
|
+
};
|
|
12829
|
+
return isInTimeRange(control.value, min, max) ? null : err;
|
|
12830
|
+
};
|
|
12831
|
+
};
|
|
12832
|
+
|
|
12833
|
+
/**
|
|
12834
|
+
* @hidden
|
|
12835
|
+
*
|
|
12836
|
+
* Custom component messages override default component messages.
|
|
12837
|
+
*/
|
|
12838
|
+
class TimeSelectorCustomMessagesComponent extends TimePickerMessages {
|
|
12839
|
+
constructor(service) {
|
|
12840
|
+
super();
|
|
12841
|
+
this.service = service;
|
|
12842
|
+
}
|
|
12843
|
+
get override() {
|
|
12844
|
+
return true;
|
|
12845
|
+
}
|
|
12846
|
+
}
|
|
12847
|
+
TimeSelectorCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12848
|
+
TimeSelectorCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorCustomMessagesComponent, isStandalone: true, selector: "kendo-timeselector-messages", providers: [
|
|
12849
|
+
{
|
|
12850
|
+
provide: TimePickerMessages,
|
|
12851
|
+
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
12852
|
+
}
|
|
12853
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
12854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorCustomMessagesComponent, decorators: [{
|
|
12855
|
+
type: Component,
|
|
12856
|
+
args: [{
|
|
12857
|
+
providers: [
|
|
12858
|
+
{
|
|
12859
|
+
provide: TimePickerMessages,
|
|
12860
|
+
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
12861
|
+
}
|
|
12862
|
+
],
|
|
12863
|
+
selector: 'kendo-timeselector-messages',
|
|
12864
|
+
template: ``,
|
|
12865
|
+
standalone: true
|
|
12866
|
+
}]
|
|
12867
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
12868
|
+
|
|
12869
|
+
/**
|
|
12870
|
+
* @hidden
|
|
12871
|
+
*/
|
|
12872
|
+
class TimePickerLocalizedMessagesDirective extends TimePickerMessages {
|
|
12873
|
+
constructor(service) {
|
|
12874
|
+
super();
|
|
12875
|
+
this.service = service;
|
|
12876
|
+
}
|
|
12877
|
+
}
|
|
12878
|
+
TimePickerLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12879
|
+
TimePickerLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerLocalizedMessagesDirective, isStandalone: true, selector: "[kendoTimePickerLocalizedMessages]", providers: [
|
|
12880
|
+
{
|
|
12881
|
+
provide: TimePickerMessages,
|
|
12882
|
+
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
12883
|
+
}
|
|
12884
|
+
], usesInheritance: true, ngImport: i0 });
|
|
12885
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerLocalizedMessagesDirective, decorators: [{
|
|
12886
|
+
type: Directive,
|
|
12887
|
+
args: [{
|
|
12888
|
+
providers: [
|
|
12889
|
+
{
|
|
12890
|
+
provide: TimePickerMessages,
|
|
12891
|
+
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
12892
|
+
}
|
|
12893
|
+
],
|
|
12894
|
+
selector: '[kendoTimePickerLocalizedMessages]',
|
|
12895
|
+
standalone: true
|
|
12896
|
+
}]
|
|
12897
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
12898
|
+
|
|
12899
|
+
const VALUE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/#toc-integration-with-json';
|
|
12900
|
+
const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md';
|
|
12901
|
+
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
12902
|
+
const ACCEPT_BUTTON_SELECTOR$1 = '.k-button.k-time-accept';
|
|
12903
|
+
/**
|
|
12904
|
+
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
12905
|
+
*/
|
|
12906
|
+
class TimePickerComponent extends MultiTabStop {
|
|
12907
|
+
constructor(bus, zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, intl) {
|
|
12908
|
+
super();
|
|
12909
|
+
this.bus = bus;
|
|
12910
|
+
this.zone = zone;
|
|
12911
|
+
this.localization = localization;
|
|
12912
|
+
this.cdr = cdr;
|
|
12913
|
+
this.popupService = popupService;
|
|
12914
|
+
this.wrapper = wrapper;
|
|
12840
12915
|
this.renderer = renderer;
|
|
12841
12916
|
this.injector = injector;
|
|
12842
12917
|
this.pickerService = pickerService;
|
|
12843
12918
|
this.intl = intl;
|
|
12844
|
-
this.touchEnabled = touchEnabled;
|
|
12845
12919
|
/**
|
|
12846
12920
|
* @hidden
|
|
12847
12921
|
*/
|
|
@@ -13647,7 +13721,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13647
13721
|
}
|
|
13648
13722
|
}
|
|
13649
13723
|
focusInput() {
|
|
13650
|
-
if (
|
|
13724
|
+
if (touchEnabled) {
|
|
13651
13725
|
return;
|
|
13652
13726
|
}
|
|
13653
13727
|
this.dateInput.focus();
|
|
@@ -13664,7 +13738,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13664
13738
|
this.timeSelector.focus();
|
|
13665
13739
|
}
|
|
13666
13740
|
}
|
|
13667
|
-
else if (!
|
|
13741
|
+
else if (!touchEnabled) {
|
|
13668
13742
|
this.dateInput.focus();
|
|
13669
13743
|
}
|
|
13670
13744
|
else if (!this.dateInput.isActive) {
|
|
@@ -13756,8 +13830,8 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13756
13830
|
}
|
|
13757
13831
|
}
|
|
13758
13832
|
}
|
|
13759
|
-
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }
|
|
13760
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13833
|
+
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13834
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13761
13835
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13762
13836
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13763
13837
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -13974,7 +14048,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13974
14048
|
</kendo-timeselector-messages>
|
|
13975
14049
|
</kendo-timeselector>
|
|
13976
14050
|
</ng-template>
|
|
13977
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
14051
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "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: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13978
14052
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
13979
14053
|
type: Component,
|
|
13980
14054
|
args: [{
|
|
@@ -14199,14 +14273,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14199
14273
|
</kendo-timeselector-messages>
|
|
14200
14274
|
</kendo-timeselector>
|
|
14201
14275
|
</ng-template>
|
|
14202
|
-
|
|
14276
|
+
`,
|
|
14277
|
+
standalone: true,
|
|
14278
|
+
imports: [TimePickerLocalizedMessagesDirective, DateInputComponent, DateInputCustomMessagesComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, NgIf, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
|
|
14203
14279
|
}]
|
|
14204
|
-
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: i1.IntlService },
|
|
14205
|
-
type: Optional
|
|
14206
|
-
}, {
|
|
14207
|
-
type: Inject,
|
|
14208
|
-
args: [TOUCH_ENABLED]
|
|
14209
|
-
}] }]; }, propDecorators: { container: [{
|
|
14280
|
+
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: i1.IntlService }]; }, propDecorators: { container: [{
|
|
14210
14281
|
type: ViewChild,
|
|
14211
14282
|
args: ['container', { read: ViewContainerRef, static: false }]
|
|
14212
14283
|
}], popupTemplate: [{
|
|
@@ -14375,7 +14446,7 @@ class LocalizedMessagesDirective extends DateTimePickerMessages {
|
|
|
14375
14446
|
}
|
|
14376
14447
|
}
|
|
14377
14448
|
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14378
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]", providers: [
|
|
14449
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateTimePickerLocalizedMessages]", providers: [
|
|
14379
14450
|
{
|
|
14380
14451
|
provide: DateTimePickerMessages,
|
|
14381
14452
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
@@ -14390,7 +14461,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14390
14461
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
14391
14462
|
}
|
|
14392
14463
|
],
|
|
14393
|
-
selector: '[kendoDateTimePickerLocalizedMessages]'
|
|
14464
|
+
selector: '[kendoDateTimePickerLocalizedMessages]',
|
|
14465
|
+
standalone: true
|
|
14394
14466
|
}]
|
|
14395
14467
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
14396
14468
|
|
|
@@ -14409,7 +14481,7 @@ const TIME_TAB_BUTTON_SELECTOR = '.k-button.k-group-end';
|
|
|
14409
14481
|
* Represents the [Kendo UI DateTimePicker component for Angular]({% slug overview_datetimepicker %}).
|
|
14410
14482
|
*/
|
|
14411
14483
|
class DateTimePickerComponent extends MultiTabStop {
|
|
14412
|
-
constructor(popupService, intl, cdr, pickerService, ngZone, wrapper,
|
|
14484
|
+
constructor(popupService, intl, cdr, pickerService, ngZone, wrapper, localization, disabledDatesService, renderer, injector) {
|
|
14413
14485
|
super();
|
|
14414
14486
|
this.popupService = popupService;
|
|
14415
14487
|
this.intl = intl;
|
|
@@ -14417,7 +14489,6 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
14417
14489
|
this.pickerService = pickerService;
|
|
14418
14490
|
this.ngZone = ngZone;
|
|
14419
14491
|
this.wrapper = wrapper;
|
|
14420
|
-
this.touchEnabled = touchEnabled;
|
|
14421
14492
|
this.localization = localization;
|
|
14422
14493
|
this.disabledDatesService = disabledDatesService;
|
|
14423
14494
|
this.renderer = renderer;
|
|
@@ -15553,7 +15624,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
15553
15624
|
if (this.isOpen) {
|
|
15554
15625
|
this.activeTabComponent.focus();
|
|
15555
15626
|
}
|
|
15556
|
-
else if (!
|
|
15627
|
+
else if (!touchEnabled) {
|
|
15557
15628
|
this.dateInput.focus();
|
|
15558
15629
|
}
|
|
15559
15630
|
else if (!this.dateInput.isActive) {
|
|
@@ -15678,8 +15749,8 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
15678
15749
|
}
|
|
15679
15750
|
}
|
|
15680
15751
|
}
|
|
15681
|
-
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$3.PopupService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: PickerService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token:
|
|
15682
|
-
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15752
|
+
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$3.PopupService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: PickerService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i1$1.LocalizationService }, { token: DisabledDatesService }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
15753
|
+
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateTimePickerComponent, isStandalone: true, 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", clearButton: "clearButton", 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", escape: "escape" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15683
15754
|
PickerService,
|
|
15684
15755
|
LocalizationService,
|
|
15685
15756
|
DisabledDatesService,
|
|
@@ -16074,7 +16145,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
16074
16145
|
</div>
|
|
16075
16146
|
</div>
|
|
16076
16147
|
</ng-template>
|
|
16077
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
16148
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "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: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: 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: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16078
16149
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
16079
16150
|
type: Component,
|
|
16080
16151
|
args: [{
|
|
@@ -16477,12 +16548,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16477
16548
|
</div>
|
|
16478
16549
|
</div>
|
|
16479
16550
|
</ng-template>
|
|
16480
|
-
|
|
16551
|
+
`,
|
|
16552
|
+
standalone: true,
|
|
16553
|
+
imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, NgIf, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
|
|
16481
16554
|
}]
|
|
16482
|
-
}], ctorParameters: function () { return [{ type: i1$3.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type:
|
|
16483
|
-
type: Inject,
|
|
16484
|
-
args: [TOUCH_ENABLED]
|
|
16485
|
-
}] }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }]; }, propDecorators: { hostClasses: [{
|
|
16555
|
+
}], ctorParameters: function () { return [{ type: i1$3.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }]; }, propDecorators: { hostClasses: [{
|
|
16486
16556
|
type: HostBinding,
|
|
16487
16557
|
args: ['class.k-datetimepicker']
|
|
16488
16558
|
}, {
|
|
@@ -16647,11 +16717,12 @@ class DateRangePopupTemplateDirective {
|
|
|
16647
16717
|
}
|
|
16648
16718
|
}
|
|
16649
16719
|
DateRangePopupTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16650
|
-
DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupTemplateDirective, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
|
|
16720
|
+
DateRangePopupTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupTemplateDirective, isStandalone: true, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
|
|
16651
16721
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupTemplateDirective, decorators: [{
|
|
16652
16722
|
type: Directive,
|
|
16653
16723
|
args: [{
|
|
16654
|
-
selector: '[kendoDateRangePopupTemplate]'
|
|
16724
|
+
selector: '[kendoDateRangePopupTemplate]',
|
|
16725
|
+
standalone: true
|
|
16655
16726
|
}]
|
|
16656
16727
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
16657
16728
|
|
|
@@ -17051,11 +17122,12 @@ class DateRangeSelectionDirective {
|
|
|
17051
17122
|
}
|
|
17052
17123
|
}
|
|
17053
17124
|
DateRangeSelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeSelectionDirective, deps: [{ token: MultiViewCalendarComponent }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DateRangeService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17054
|
-
DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeSelectionDirective, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd", shouldSetRange: "shouldSetRange" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
|
|
17125
|
+
DateRangeSelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeSelectionDirective, isStandalone: true, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd", shouldSetRange: "shouldSetRange" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
|
|
17055
17126
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeSelectionDirective, decorators: [{
|
|
17056
17127
|
type: Directive,
|
|
17057
17128
|
args: [{
|
|
17058
|
-
selector: '[kendoDateRangeSelection]'
|
|
17129
|
+
selector: '[kendoDateRangeSelection]',
|
|
17130
|
+
standalone: true
|
|
17059
17131
|
}]
|
|
17060
17132
|
}], ctorParameters: function () { return [{ type: MultiViewCalendarComponent }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: DateRangeService, decorators: [{
|
|
17061
17133
|
type: Optional
|
|
@@ -17106,7 +17178,7 @@ class DateRangePopupLocalizedMessagesDirective extends DateRangePopupMessages {
|
|
|
17106
17178
|
}
|
|
17107
17179
|
}
|
|
17108
17180
|
DateRangePopupLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17109
|
-
DateRangePopupLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]", providers: [
|
|
17181
|
+
DateRangePopupLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateRangePopupLocalizedMessages]", providers: [
|
|
17110
17182
|
{
|
|
17111
17183
|
provide: DateRangePopupMessages,
|
|
17112
17184
|
useExisting: forwardRef(() => DateRangePopupLocalizedMessagesDirective)
|
|
@@ -17121,7 +17193,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17121
17193
|
useExisting: forwardRef(() => DateRangePopupLocalizedMessagesDirective)
|
|
17122
17194
|
}
|
|
17123
17195
|
],
|
|
17124
|
-
selector: '[kendoDateRangePopupLocalizedMessages]'
|
|
17196
|
+
selector: '[kendoDateRangePopupLocalizedMessages]',
|
|
17197
|
+
standalone: true
|
|
17125
17198
|
}]
|
|
17126
17199
|
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
17127
17200
|
|
|
@@ -17599,7 +17672,7 @@ class DateRangePopupComponent {
|
|
|
17599
17672
|
}
|
|
17600
17673
|
}
|
|
17601
17674
|
DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1$3.PopupService }, { token: DateRangeService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
17602
|
-
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: { allowReverse: "allowReverse", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
17675
|
+
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupComponent, isStandalone: true, selector: "kendo-daterange-popup", inputs: { allowReverse: "allowReverse", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
17603
17676
|
LocalizationService,
|
|
17604
17677
|
{
|
|
17605
17678
|
provide: L10N_PREFIX,
|
|
@@ -17705,7 +17778,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
17705
17778
|
</div>
|
|
17706
17779
|
</ng-template>
|
|
17707
17780
|
</kendo-actionsheet>
|
|
17708
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
17781
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "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", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: 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"] }] });
|
|
17709
17782
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, decorators: [{
|
|
17710
17783
|
type: Component,
|
|
17711
17784
|
args: [{
|
|
@@ -17818,7 +17891,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17818
17891
|
</div>
|
|
17819
17892
|
</ng-template>
|
|
17820
17893
|
</kendo-actionsheet>
|
|
17821
|
-
|
|
17894
|
+
`,
|
|
17895
|
+
standalone: true,
|
|
17896
|
+
imports: [DateRangePopupLocalizedMessagesDirective, MultiViewCalendarComponent, ActionSheetComponent, ActionSheetTemplateDirective, NgIf, ResizeSensorComponent, ButtonComponent]
|
|
17822
17897
|
}]
|
|
17823
17898
|
}], ctorParameters: function () { return [{ type: i1$3.PopupService }, { type: DateRangeService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
17824
17899
|
type: Optional
|
|
@@ -17940,10 +18015,10 @@ class DateRangeComponent {
|
|
|
17940
18015
|
}
|
|
17941
18016
|
}
|
|
17942
18017
|
DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeComponent, deps: [{ token: DateRangeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17943
|
-
DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeComponent, selector: "kendo-daterange", inputs: { size: "size" }, host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
|
|
18018
|
+
DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeComponent, isStandalone: true, selector: "kendo-daterange", inputs: { size: "size" }, host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
|
|
17944
18019
|
<ng-content></ng-content>
|
|
17945
18020
|
<kendo-daterange-popup *ngIf="showDefault" [size]="size"></kendo-daterange-popup>
|
|
17946
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
18021
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["allowReverse", "animate", "anchor", "anchorAlign", "appendTo", "collision", "popupAlign", "margin", "adaptiveMode", "title", "subtitle", "size"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }] });
|
|
17947
18022
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeComponent, decorators: [{
|
|
17948
18023
|
type: Component,
|
|
17949
18024
|
args: [{
|
|
@@ -17952,7 +18027,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17952
18027
|
template: `
|
|
17953
18028
|
<ng-content></ng-content>
|
|
17954
18029
|
<kendo-daterange-popup *ngIf="showDefault" [size]="size"></kendo-daterange-popup>
|
|
17955
|
-
|
|
18030
|
+
`,
|
|
18031
|
+
standalone: true,
|
|
18032
|
+
imports: [NgIf, DateRangePopupComponent]
|
|
17956
18033
|
}]
|
|
17957
18034
|
}], ctorParameters: function () { return [{ type: DateRangeService }]; }, propDecorators: { size: [{
|
|
17958
18035
|
type: Input
|
|
@@ -18150,11 +18227,12 @@ class DateRangeEndInputDirective extends DateRangeInput {
|
|
|
18150
18227
|
}
|
|
18151
18228
|
}
|
|
18152
18229
|
DateRangeEndInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeEndInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18153
|
-
DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeEndInputDirective, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
18230
|
+
DateRangeEndInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeEndInputDirective, isStandalone: true, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
18154
18231
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeEndInputDirective, decorators: [{
|
|
18155
18232
|
type: Directive,
|
|
18156
18233
|
args: [{
|
|
18157
|
-
selector: '[kendoDateRangeEndInput]'
|
|
18234
|
+
selector: '[kendoDateRangeEndInput]',
|
|
18235
|
+
standalone: true
|
|
18158
18236
|
}]
|
|
18159
18237
|
}], ctorParameters: function () { return [{ type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { autoCorrectOn: [{
|
|
18160
18238
|
type: Input
|
|
@@ -18231,11 +18309,12 @@ class DateRangeStartInputDirective extends DateRangeInput {
|
|
|
18231
18309
|
}
|
|
18232
18310
|
}
|
|
18233
18311
|
DateRangeStartInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeStartInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18234
|
-
DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeStartInputDirective, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
18312
|
+
DateRangeStartInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeStartInputDirective, isStandalone: true, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
18235
18313
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeStartInputDirective, decorators: [{
|
|
18236
18314
|
type: Directive,
|
|
18237
18315
|
args: [{
|
|
18238
|
-
selector: '[kendoDateRangeStartInput]'
|
|
18316
|
+
selector: '[kendoDateRangeStartInput]',
|
|
18317
|
+
standalone: true
|
|
18239
18318
|
}]
|
|
18240
18319
|
}], ctorParameters: function () { return [{ type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { autoCorrectOn: [{
|
|
18241
18320
|
type: Input
|
|
@@ -18244,241 +18323,255 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18244
18323
|
}] } });
|
|
18245
18324
|
|
|
18246
18325
|
/**
|
|
18247
|
-
*
|
|
18248
|
-
*
|
|
18249
|
-
* The exported package module.
|
|
18250
|
-
*
|
|
18251
|
-
* The package exports:
|
|
18252
|
-
* - `HeaderComponent`—The component that renders the UI for vertical navigation.
|
|
18253
|
-
* - `ViewComponent`—The component that renders the active Calendar view.
|
|
18254
|
-
* - `FooterComponent`—The component that renders the Calendar footer.
|
|
18326
|
+
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18255
18327
|
*/
|
|
18256
|
-
class
|
|
18328
|
+
class DatePickerCustomMessagesComponent extends DatePickerMessages {
|
|
18329
|
+
constructor(service) {
|
|
18330
|
+
super();
|
|
18331
|
+
this.service = service;
|
|
18332
|
+
}
|
|
18333
|
+
get override() {
|
|
18334
|
+
return true;
|
|
18335
|
+
}
|
|
18257
18336
|
}
|
|
18258
|
-
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18262
|
-
|
|
18263
|
-
|
|
18264
|
-
|
|
18265
|
-
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
|
|
18337
|
+
DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18338
|
+
DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-datepicker-messages", providers: [
|
|
18339
|
+
{
|
|
18340
|
+
provide: DatePickerMessages,
|
|
18341
|
+
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
18342
|
+
}
|
|
18343
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
|
|
18345
|
+
type: Component,
|
|
18346
|
+
args: [{
|
|
18347
|
+
providers: [
|
|
18348
|
+
{
|
|
18349
|
+
provide: DatePickerMessages,
|
|
18350
|
+
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
18351
|
+
}
|
|
18352
|
+
],
|
|
18353
|
+
selector: 'kendo-datepicker-messages',
|
|
18354
|
+
template: ``,
|
|
18355
|
+
standalone: true
|
|
18356
|
+
}]
|
|
18357
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18358
|
+
|
|
18359
|
+
/**
|
|
18360
|
+
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18361
|
+
*/
|
|
18362
|
+
class DateRangePopupCustomMessagesComponent extends DateRangePopupMessages {
|
|
18363
|
+
constructor(service) {
|
|
18364
|
+
super();
|
|
18365
|
+
this.service = service;
|
|
18366
|
+
}
|
|
18367
|
+
get override() {
|
|
18368
|
+
return true;
|
|
18369
|
+
}
|
|
18370
|
+
}
|
|
18371
|
+
DateRangePopupCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18372
|
+
DateRangePopupCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupCustomMessagesComponent, isStandalone: true, selector: "kendo-daterange-popup-messages", providers: [
|
|
18373
|
+
{
|
|
18374
|
+
provide: DateRangePopupMessages,
|
|
18375
|
+
useExisting: forwardRef(() => DateRangePopupCustomMessagesComponent)
|
|
18376
|
+
}
|
|
18377
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupCustomMessagesComponent, decorators: [{
|
|
18379
|
+
type: Component,
|
|
18269
18380
|
args: [{
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
|
|
18274
|
-
|
|
18381
|
+
providers: [
|
|
18382
|
+
{
|
|
18383
|
+
provide: DateRangePopupMessages,
|
|
18384
|
+
useExisting: forwardRef(() => DateRangePopupCustomMessagesComponent)
|
|
18385
|
+
}
|
|
18275
18386
|
],
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18387
|
+
selector: 'kendo-daterange-popup-messages',
|
|
18388
|
+
template: ``,
|
|
18389
|
+
standalone: true
|
|
18390
|
+
}]
|
|
18391
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18392
|
+
|
|
18393
|
+
/**
|
|
18394
|
+
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18395
|
+
*/
|
|
18396
|
+
class DateTimePickerCustomMessagesComponent extends DateTimePickerMessages {
|
|
18397
|
+
constructor(service) {
|
|
18398
|
+
super();
|
|
18399
|
+
this.service = service;
|
|
18400
|
+
}
|
|
18401
|
+
get override() {
|
|
18402
|
+
return true;
|
|
18403
|
+
}
|
|
18404
|
+
}
|
|
18405
|
+
DateTimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18406
|
+
DateTimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateTimePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-datetimepicker-messages", providers: [
|
|
18407
|
+
{
|
|
18408
|
+
provide: DateTimePickerMessages,
|
|
18409
|
+
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
18410
|
+
}
|
|
18411
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerCustomMessagesComponent, decorators: [{
|
|
18413
|
+
type: Component,
|
|
18414
|
+
args: [{
|
|
18415
|
+
providers: [
|
|
18416
|
+
{
|
|
18417
|
+
provide: DateTimePickerMessages,
|
|
18418
|
+
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
18419
|
+
}
|
|
18281
18420
|
],
|
|
18282
|
-
|
|
18421
|
+
selector: 'kendo-datetimepicker-messages',
|
|
18422
|
+
template: ``,
|
|
18423
|
+
standalone: true
|
|
18283
18424
|
}]
|
|
18284
|
-
}] });
|
|
18425
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18285
18426
|
|
|
18286
18427
|
/**
|
|
18287
|
-
*
|
|
18288
|
-
*
|
|
18289
|
-
* The exported package module.
|
|
18290
|
-
*
|
|
18291
|
-
* The package exports:
|
|
18292
|
-
* - `CellTemplateDirective`—The month cell template directive.
|
|
18293
|
-
* - `MonthCellTemplateDirective`—The month cell template directive.
|
|
18294
|
-
* - `YearCellTemplateDirective`—The year cell template directive.
|
|
18295
|
-
* - `DecadeCellTemplateDirective`—The decade cell template directive.
|
|
18296
|
-
* - `CenturyCellTemplateDirective`—The century cell template directive.
|
|
18297
|
-
* - `WeekNumberCellTemplateDirective`—The month week number cell template directive.
|
|
18298
|
-
* - `HeaderTitleTemplateDirective`—The header title template directive.
|
|
18299
|
-
* - `NavigationItemTemplateDirective`—The navigation item template directive.
|
|
18428
|
+
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18300
18429
|
*/
|
|
18301
|
-
class
|
|
18430
|
+
class TimePickerCustomMessagesComponent extends TimePickerMessages {
|
|
18431
|
+
constructor(service) {
|
|
18432
|
+
super();
|
|
18433
|
+
this.service = service;
|
|
18434
|
+
}
|
|
18435
|
+
get override() {
|
|
18436
|
+
return true;
|
|
18437
|
+
}
|
|
18302
18438
|
}
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
HeaderTemplateDirective,
|
|
18313
|
-
FooterTemplateDirective], exports: [CellTemplateDirective,
|
|
18314
|
-
MonthCellTemplateDirective,
|
|
18315
|
-
YearCellTemplateDirective,
|
|
18316
|
-
DecadeCellTemplateDirective,
|
|
18317
|
-
CenturyCellTemplateDirective,
|
|
18318
|
-
WeekNumberCellTemplateDirective,
|
|
18319
|
-
HeaderTitleTemplateDirective,
|
|
18320
|
-
NavigationItemTemplateDirective,
|
|
18321
|
-
HeaderTemplateDirective,
|
|
18322
|
-
FooterTemplateDirective] });
|
|
18323
|
-
TemplatesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplatesModule });
|
|
18324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplatesModule, decorators: [{
|
|
18325
|
-
type: NgModule,
|
|
18439
|
+
TimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18440
|
+
TimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-timepicker-messages", providers: [
|
|
18441
|
+
{
|
|
18442
|
+
provide: TimePickerMessages,
|
|
18443
|
+
useExisting: forwardRef(() => TimePickerCustomMessagesComponent)
|
|
18444
|
+
}
|
|
18445
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerCustomMessagesComponent, decorators: [{
|
|
18447
|
+
type: Component,
|
|
18326
18448
|
args: [{
|
|
18327
|
-
|
|
18328
|
-
|
|
18329
|
-
|
|
18330
|
-
|
|
18331
|
-
|
|
18332
|
-
CenturyCellTemplateDirective,
|
|
18333
|
-
WeekNumberCellTemplateDirective,
|
|
18334
|
-
HeaderTitleTemplateDirective,
|
|
18335
|
-
NavigationItemTemplateDirective,
|
|
18336
|
-
HeaderTemplateDirective,
|
|
18337
|
-
FooterTemplateDirective
|
|
18449
|
+
providers: [
|
|
18450
|
+
{
|
|
18451
|
+
provide: TimePickerMessages,
|
|
18452
|
+
useExisting: forwardRef(() => TimePickerCustomMessagesComponent)
|
|
18453
|
+
}
|
|
18338
18454
|
],
|
|
18339
|
-
|
|
18340
|
-
|
|
18341
|
-
|
|
18342
|
-
YearCellTemplateDirective,
|
|
18343
|
-
DecadeCellTemplateDirective,
|
|
18344
|
-
CenturyCellTemplateDirective,
|
|
18345
|
-
WeekNumberCellTemplateDirective,
|
|
18346
|
-
HeaderTitleTemplateDirective,
|
|
18347
|
-
NavigationItemTemplateDirective,
|
|
18348
|
-
HeaderTemplateDirective,
|
|
18349
|
-
FooterTemplateDirective
|
|
18350
|
-
]
|
|
18455
|
+
selector: 'kendo-timepicker-messages',
|
|
18456
|
+
template: ``,
|
|
18457
|
+
standalone: true
|
|
18351
18458
|
}]
|
|
18352
|
-
}] });
|
|
18459
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18460
|
+
|
|
18461
|
+
/**
|
|
18462
|
+
* Utility array that contains all `Calendar` related components and directives
|
|
18463
|
+
*/
|
|
18464
|
+
const KENDO_CALENDAR = [
|
|
18465
|
+
CalendarCustomMessagesComponent,
|
|
18466
|
+
CalendarComponent,
|
|
18467
|
+
CellTemplateDirective,
|
|
18468
|
+
CenturyCellTemplateDirective,
|
|
18469
|
+
DecadeCellTemplateDirective,
|
|
18470
|
+
FooterTemplateDirective,
|
|
18471
|
+
HeaderTemplateDirective,
|
|
18472
|
+
HeaderTitleTemplateDirective,
|
|
18473
|
+
MonthCellTemplateDirective,
|
|
18474
|
+
NavigationItemTemplateDirective,
|
|
18475
|
+
WeekNumberCellTemplateDirective,
|
|
18476
|
+
YearCellTemplateDirective,
|
|
18477
|
+
NavigationItemTemplateDirective
|
|
18478
|
+
];
|
|
18479
|
+
/**
|
|
18480
|
+
* Utility array that contains all `MultiViewCalendar` related components and directives
|
|
18481
|
+
*/
|
|
18482
|
+
const KENDO_MULTIVIEWCALENDAR = [
|
|
18483
|
+
MultiViewCalendarCustomMessagesComponent,
|
|
18484
|
+
MultiViewCalendarComponent,
|
|
18485
|
+
CellTemplateDirective,
|
|
18486
|
+
CenturyCellTemplateDirective,
|
|
18487
|
+
DecadeCellTemplateDirective,
|
|
18488
|
+
FooterTemplateDirective,
|
|
18489
|
+
HeaderTemplateDirective,
|
|
18490
|
+
HeaderTitleTemplateDirective,
|
|
18491
|
+
MonthCellTemplateDirective,
|
|
18492
|
+
NavigationItemTemplateDirective,
|
|
18493
|
+
WeekNumberCellTemplateDirective,
|
|
18494
|
+
YearCellTemplateDirective
|
|
18495
|
+
];
|
|
18496
|
+
/**
|
|
18497
|
+
* Utility array that contains all `DateInput` related components and directives
|
|
18498
|
+
*/
|
|
18499
|
+
const KENDO_DATEINPUT = [
|
|
18500
|
+
DateInputCustomMessagesComponent,
|
|
18501
|
+
DateInputComponent
|
|
18502
|
+
];
|
|
18503
|
+
/**
|
|
18504
|
+
* Utility array that contains all `DatePicker` related components and directives
|
|
18505
|
+
*/
|
|
18506
|
+
const KENDO_DATEPICKER = [
|
|
18507
|
+
DatePickerCustomMessagesComponent,
|
|
18508
|
+
DatePickerComponent,
|
|
18509
|
+
CellTemplateDirective,
|
|
18510
|
+
CenturyCellTemplateDirective,
|
|
18511
|
+
DecadeCellTemplateDirective,
|
|
18512
|
+
FooterTemplateDirective,
|
|
18513
|
+
HeaderTemplateDirective,
|
|
18514
|
+
HeaderTitleTemplateDirective,
|
|
18515
|
+
MonthCellTemplateDirective,
|
|
18516
|
+
NavigationItemTemplateDirective,
|
|
18517
|
+
WeekNumberCellTemplateDirective,
|
|
18518
|
+
YearCellTemplateDirective,
|
|
18519
|
+
NavigationItemTemplateDirective
|
|
18520
|
+
];
|
|
18521
|
+
/**
|
|
18522
|
+
* Utility array that contains all `DateRange` related components and directives
|
|
18523
|
+
*/
|
|
18524
|
+
const KENDO_DATERANGE = [
|
|
18525
|
+
DateRangePopupCustomMessagesComponent,
|
|
18526
|
+
...KENDO_DATEINPUT,
|
|
18527
|
+
DateRangeEndInputDirective,
|
|
18528
|
+
DateRangePopupTemplateDirective,
|
|
18529
|
+
DateRangeComponent,
|
|
18530
|
+
DateRangePopupComponent,
|
|
18531
|
+
DateRangeSelectionDirective,
|
|
18532
|
+
DateRangeStartInputDirective
|
|
18533
|
+
];
|
|
18534
|
+
/**
|
|
18535
|
+
* Utility array that contains all `DateTimePicker` related components and directives
|
|
18536
|
+
*/
|
|
18537
|
+
const KENDO_DATETIMEPICKER = [
|
|
18538
|
+
DateTimePickerCustomMessagesComponent,
|
|
18539
|
+
DateTimePickerComponent,
|
|
18540
|
+
CellTemplateDirective,
|
|
18541
|
+
CenturyCellTemplateDirective,
|
|
18542
|
+
DecadeCellTemplateDirective,
|
|
18543
|
+
FooterTemplateDirective,
|
|
18544
|
+
HeaderTemplateDirective,
|
|
18545
|
+
HeaderTitleTemplateDirective,
|
|
18546
|
+
MonthCellTemplateDirective,
|
|
18547
|
+
NavigationItemTemplateDirective,
|
|
18548
|
+
WeekNumberCellTemplateDirective,
|
|
18549
|
+
YearCellTemplateDirective
|
|
18550
|
+
];
|
|
18551
|
+
/**
|
|
18552
|
+
* Utility array that contains all `TimePicker` related components and directives
|
|
18553
|
+
*/
|
|
18554
|
+
const KENDO_TIMEPICKER = [
|
|
18555
|
+
TimePickerCustomMessagesComponent,
|
|
18556
|
+
TimePickerComponent
|
|
18557
|
+
];
|
|
18558
|
+
/**
|
|
18559
|
+
* Utility array that contains all `@progress/kendo-angular-dateinputs` related components and directives
|
|
18560
|
+
*/
|
|
18561
|
+
const KENDO_DATEINPUTS = [
|
|
18562
|
+
...KENDO_CALENDAR,
|
|
18563
|
+
...KENDO_MULTIVIEWCALENDAR,
|
|
18564
|
+
...KENDO_DATEINPUT,
|
|
18565
|
+
...KENDO_DATEPICKER,
|
|
18566
|
+
...KENDO_DATERANGE,
|
|
18567
|
+
...KENDO_DATETIMEPICKER,
|
|
18568
|
+
...KENDO_TIMEPICKER
|
|
18569
|
+
];
|
|
18353
18570
|
|
|
18571
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18354
18572
|
/**
|
|
18355
|
-
* The package
|
|
18356
|
-
*
|
|
18357
|
-
* - `MonthCellTemplateDirective`—The month cell template directive.
|
|
18358
|
-
* - `YearCellTemplateDirective`—The year cell template directive.
|
|
18359
|
-
* - `DecadeCellTemplateDirective`—The decade cell template directive.
|
|
18360
|
-
* - `CenturyCellTemplateDirective`—The century cell template directive.
|
|
18361
|
-
* - `WeekNumberCellTemplateDirective`—The month week number cell template directive.
|
|
18362
|
-
* - `HeaderTitleTemplateDirective`—The header title template directive.
|
|
18363
|
-
*
|
|
18364
|
-
* @example
|
|
18365
|
-
*
|
|
18366
|
-
* ```ts-no-run
|
|
18367
|
-
* // Import the MultiViewCalendar module
|
|
18368
|
-
* import { MultiViewCalendarModule } from '@progress/kendo-angular-dateinputs';
|
|
18369
|
-
*
|
|
18370
|
-
* // The browser platform with a compiler
|
|
18371
|
-
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
18372
|
-
*
|
|
18373
|
-
* import { NgModule } from '@angular/core';
|
|
18374
|
-
*
|
|
18375
|
-
* // Import the app component
|
|
18376
|
-
* import { AppComponent } from './app.component';
|
|
18377
|
-
*
|
|
18378
|
-
* // Define the app module
|
|
18379
|
-
* _@NgModule({
|
|
18380
|
-
* declarations: [AppComponent], // declare app component
|
|
18381
|
-
* imports: [BrowserModule, MultiViewCalendarModule], // import MultiViewCalendar module
|
|
18382
|
-
* bootstrap: [AppComponent]
|
|
18383
|
-
* })
|
|
18384
|
-
* export class AppModule {}
|
|
18385
|
-
*
|
|
18386
|
-
* // Compile and launch the module
|
|
18387
|
-
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
18388
|
-
*/
|
|
18389
|
-
class MultiViewCalendarModule {
|
|
18390
|
-
}
|
|
18391
|
-
MultiViewCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18392
|
-
MultiViewCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, declarations: [HorizontalViewListComponent,
|
|
18393
|
-
MultiViewCalendarLocalizedMessagesDirective,
|
|
18394
|
-
MultiViewCalendarCustomMessagesComponent,
|
|
18395
|
-
MultiViewCalendarComponent], imports: [CommonModule,
|
|
18396
|
-
CalendarCommonModule,
|
|
18397
|
-
IntlModule,
|
|
18398
|
-
TemplatesModule,
|
|
18399
|
-
PopupModule,
|
|
18400
|
-
EventsModule], exports: [HorizontalViewListComponent,
|
|
18401
|
-
MultiViewCalendarLocalizedMessagesDirective,
|
|
18402
|
-
MultiViewCalendarCustomMessagesComponent,
|
|
18403
|
-
MultiViewCalendarComponent,
|
|
18404
|
-
CalendarCommonModule,
|
|
18405
|
-
TemplatesModule] });
|
|
18406
|
-
MultiViewCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, providers: [
|
|
18407
|
-
NavigationService,
|
|
18408
|
-
CenturyViewService,
|
|
18409
|
-
DecadeViewService,
|
|
18410
|
-
MonthViewService,
|
|
18411
|
-
YearViewService,
|
|
18412
|
-
WeekNamesService
|
|
18413
|
-
], imports: [CommonModule,
|
|
18414
|
-
CalendarCommonModule,
|
|
18415
|
-
IntlModule,
|
|
18416
|
-
TemplatesModule,
|
|
18417
|
-
PopupModule,
|
|
18418
|
-
EventsModule, CalendarCommonModule,
|
|
18419
|
-
TemplatesModule] });
|
|
18420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, decorators: [{
|
|
18421
|
-
type: NgModule,
|
|
18422
|
-
args: [{
|
|
18423
|
-
declarations: [
|
|
18424
|
-
HorizontalViewListComponent,
|
|
18425
|
-
MultiViewCalendarLocalizedMessagesDirective,
|
|
18426
|
-
MultiViewCalendarCustomMessagesComponent,
|
|
18427
|
-
MultiViewCalendarComponent
|
|
18428
|
-
],
|
|
18429
|
-
exports: [
|
|
18430
|
-
HorizontalViewListComponent,
|
|
18431
|
-
MultiViewCalendarLocalizedMessagesDirective,
|
|
18432
|
-
MultiViewCalendarCustomMessagesComponent,
|
|
18433
|
-
MultiViewCalendarComponent,
|
|
18434
|
-
CalendarCommonModule,
|
|
18435
|
-
TemplatesModule
|
|
18436
|
-
],
|
|
18437
|
-
imports: [
|
|
18438
|
-
CommonModule,
|
|
18439
|
-
CalendarCommonModule,
|
|
18440
|
-
IntlModule,
|
|
18441
|
-
TemplatesModule,
|
|
18442
|
-
PopupModule,
|
|
18443
|
-
EventsModule
|
|
18444
|
-
],
|
|
18445
|
-
providers: [
|
|
18446
|
-
NavigationService,
|
|
18447
|
-
CenturyViewService,
|
|
18448
|
-
DecadeViewService,
|
|
18449
|
-
MonthViewService,
|
|
18450
|
-
YearViewService,
|
|
18451
|
-
WeekNamesService
|
|
18452
|
-
]
|
|
18453
|
-
}]
|
|
18454
|
-
}] });
|
|
18455
|
-
|
|
18456
|
-
const COMPONENT_DIRECTIVES$3 = [
|
|
18457
|
-
VirtualizationComponent
|
|
18458
|
-
];
|
|
18459
|
-
/**
|
|
18460
|
-
* @hidden
|
|
18461
|
-
*
|
|
18462
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18463
|
-
* definition for the Virtualization component.
|
|
18464
|
-
*/
|
|
18465
|
-
class VirtualizationModule {
|
|
18466
|
-
}
|
|
18467
|
-
VirtualizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18468
|
-
VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, declarations: [VirtualizationComponent], imports: [CommonModule], exports: [VirtualizationComponent] });
|
|
18469
|
-
VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, imports: [CommonModule] });
|
|
18470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, decorators: [{
|
|
18471
|
-
type: NgModule,
|
|
18472
|
-
args: [{
|
|
18473
|
-
declarations: [COMPONENT_DIRECTIVES$3],
|
|
18474
|
-
exports: [COMPONENT_DIRECTIVES$3],
|
|
18475
|
-
imports: [CommonModule]
|
|
18476
|
-
}]
|
|
18477
|
-
}] });
|
|
18478
|
-
|
|
18479
|
-
/**
|
|
18480
|
-
* The exported package module.
|
|
18481
|
-
*
|
|
18573
|
+
* The exported package module.
|
|
18574
|
+
*
|
|
18482
18575
|
* The package exports:
|
|
18483
18576
|
* - `CellTemplateDirective`—The month cell template directive.
|
|
18484
18577
|
* - `MonthCellTemplateDirective`—The month cell template directive.
|
|
@@ -18519,80 +18612,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18519
18612
|
class CalendarModule {
|
|
18520
18613
|
}
|
|
18521
18614
|
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18522
|
-
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule,
|
|
18523
|
-
NavigationComponent,
|
|
18524
|
-
CalendarCustomMessagesComponent,
|
|
18525
|
-
CalendarLocalizedMessagesDirective,
|
|
18526
|
-
ViewListComponent], imports: [CommonModule,
|
|
18527
|
-
CalendarCommonModule,
|
|
18528
|
-
MultiViewCalendarModule,
|
|
18529
|
-
IntlModule,
|
|
18530
|
-
TemplatesModule,
|
|
18531
|
-
VirtualizationModule,
|
|
18532
|
-
EventsModule,
|
|
18533
|
-
ResizeSensorModule], exports: [CalendarComponent,
|
|
18534
|
-
NavigationComponent,
|
|
18535
|
-
CalendarCustomMessagesComponent,
|
|
18536
|
-
CalendarLocalizedMessagesDirective,
|
|
18537
|
-
ViewListComponent,
|
|
18538
|
-
CalendarCommonModule,
|
|
18539
|
-
TemplatesModule] });
|
|
18615
|
+
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, imports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective], exports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective] });
|
|
18540
18616
|
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, providers: [
|
|
18617
|
+
IconsService,
|
|
18618
|
+
ResizeBatchService,
|
|
18541
18619
|
CalendarDOMService,
|
|
18542
18620
|
CenturyViewService,
|
|
18543
18621
|
DecadeViewService,
|
|
18544
18622
|
MonthViewService,
|
|
18545
18623
|
YearViewService,
|
|
18546
|
-
WeekNamesService
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
|
|
18550
|
-
IntlModule,
|
|
18551
|
-
TemplatesModule,
|
|
18552
|
-
VirtualizationModule,
|
|
18553
|
-
EventsModule,
|
|
18554
|
-
ResizeSensorModule, CalendarCommonModule,
|
|
18555
|
-
TemplatesModule] });
|
|
18624
|
+
WeekNamesService,
|
|
18625
|
+
PopupService,
|
|
18626
|
+
NavigationService
|
|
18627
|
+
], imports: [CalendarCustomMessagesComponent, CalendarComponent] });
|
|
18556
18628
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, decorators: [{
|
|
18557
18629
|
type: NgModule,
|
|
18558
18630
|
args: [{
|
|
18559
|
-
|
|
18560
|
-
|
|
18561
|
-
NavigationComponent,
|
|
18562
|
-
CalendarCustomMessagesComponent,
|
|
18563
|
-
CalendarLocalizedMessagesDirective,
|
|
18564
|
-
ViewListComponent
|
|
18565
|
-
],
|
|
18566
|
-
exports: [
|
|
18567
|
-
CalendarComponent,
|
|
18568
|
-
NavigationComponent,
|
|
18569
|
-
CalendarCustomMessagesComponent,
|
|
18570
|
-
CalendarLocalizedMessagesDirective,
|
|
18571
|
-
ViewListComponent,
|
|
18572
|
-
CalendarCommonModule,
|
|
18573
|
-
TemplatesModule
|
|
18574
|
-
],
|
|
18575
|
-
imports: [
|
|
18576
|
-
CommonModule,
|
|
18577
|
-
CalendarCommonModule,
|
|
18578
|
-
MultiViewCalendarModule,
|
|
18579
|
-
IntlModule,
|
|
18580
|
-
TemplatesModule,
|
|
18581
|
-
VirtualizationModule,
|
|
18582
|
-
EventsModule,
|
|
18583
|
-
ResizeSensorModule
|
|
18584
|
-
],
|
|
18631
|
+
exports: [...KENDO_CALENDAR],
|
|
18632
|
+
imports: [...KENDO_CALENDAR],
|
|
18585
18633
|
providers: [
|
|
18634
|
+
IconsService,
|
|
18635
|
+
ResizeBatchService,
|
|
18586
18636
|
CalendarDOMService,
|
|
18587
18637
|
CenturyViewService,
|
|
18588
18638
|
DecadeViewService,
|
|
18589
18639
|
MonthViewService,
|
|
18590
18640
|
YearViewService,
|
|
18591
|
-
WeekNamesService
|
|
18641
|
+
WeekNamesService,
|
|
18642
|
+
PopupService,
|
|
18643
|
+
NavigationService
|
|
18592
18644
|
]
|
|
18593
18645
|
}]
|
|
18594
18646
|
}] });
|
|
18595
18647
|
|
|
18648
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18596
18649
|
/**
|
|
18597
18650
|
* The exported package module.
|
|
18598
18651
|
*
|
|
@@ -18630,26 +18683,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18630
18683
|
class CalendarsModule {
|
|
18631
18684
|
}
|
|
18632
18685
|
CalendarsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18633
|
-
CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CalendarsModule, imports: [
|
|
18634
|
-
|
|
18635
|
-
|
|
18636
|
-
|
|
18637
|
-
|
|
18638
|
-
|
|
18686
|
+
CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CalendarsModule, imports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective], exports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective] });
|
|
18687
|
+
CalendarsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarsModule, providers: [
|
|
18688
|
+
IconsService,
|
|
18689
|
+
ResizeBatchService,
|
|
18690
|
+
CalendarDOMService,
|
|
18691
|
+
CenturyViewService,
|
|
18692
|
+
DecadeViewService,
|
|
18693
|
+
MonthViewService,
|
|
18694
|
+
YearViewService,
|
|
18695
|
+
WeekNamesService,
|
|
18696
|
+
PopupService,
|
|
18697
|
+
NavigationService
|
|
18698
|
+
], imports: [CalendarCustomMessagesComponent, CalendarComponent, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent] });
|
|
18639
18699
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarsModule, decorators: [{
|
|
18640
18700
|
type: NgModule,
|
|
18641
18701
|
args: [{
|
|
18642
|
-
exports: [
|
|
18643
|
-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
|
|
18647
|
-
|
|
18648
|
-
|
|
18702
|
+
exports: [...KENDO_CALENDAR, ...KENDO_MULTIVIEWCALENDAR],
|
|
18703
|
+
imports: [...KENDO_CALENDAR, ...KENDO_MULTIVIEWCALENDAR],
|
|
18704
|
+
providers: [
|
|
18705
|
+
IconsService,
|
|
18706
|
+
ResizeBatchService,
|
|
18707
|
+
CalendarDOMService,
|
|
18708
|
+
CenturyViewService,
|
|
18709
|
+
DecadeViewService,
|
|
18710
|
+
MonthViewService,
|
|
18711
|
+
YearViewService,
|
|
18712
|
+
WeekNamesService,
|
|
18713
|
+
PopupService,
|
|
18714
|
+
NavigationService
|
|
18649
18715
|
]
|
|
18650
18716
|
}]
|
|
18651
18717
|
}] });
|
|
18652
18718
|
|
|
18719
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18653
18720
|
/**
|
|
18654
18721
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18655
18722
|
* definition for the DateInput component.
|
|
@@ -18657,90 +18724,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18657
18724
|
class DateInputModule {
|
|
18658
18725
|
}
|
|
18659
18726
|
DateInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18660
|
-
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule,
|
|
18661
|
-
|
|
18662
|
-
|
|
18663
|
-
|
|
18664
|
-
DateInputLocalizedMessagesDirective] });
|
|
18665
|
-
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule, imports: [CommonModule, IntlModule, EventsModule, IconsModule] });
|
|
18727
|
+
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule, imports: [DateInputCustomMessagesComponent, DateInputComponent], exports: [DateInputCustomMessagesComponent, DateInputComponent] });
|
|
18728
|
+
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule, providers: [
|
|
18729
|
+
IconsService
|
|
18730
|
+
], imports: [KENDO_DATEINPUT] });
|
|
18666
18731
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputModule, decorators: [{
|
|
18667
18732
|
type: NgModule,
|
|
18668
18733
|
args: [{
|
|
18669
|
-
|
|
18670
|
-
|
|
18671
|
-
DateInputCustomMessagesComponent,
|
|
18672
|
-
DateInputLocalizedMessagesDirective
|
|
18673
|
-
],
|
|
18674
|
-
exports: [
|
|
18675
|
-
DateInputComponent,
|
|
18676
|
-
DateInputCustomMessagesComponent,
|
|
18677
|
-
DateInputLocalizedMessagesDirective
|
|
18678
|
-
],
|
|
18679
|
-
imports: [CommonModule, IntlModule, EventsModule, IconsModule]
|
|
18680
|
-
}]
|
|
18681
|
-
}] });
|
|
18682
|
-
|
|
18683
|
-
/**
|
|
18684
|
-
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18685
|
-
*/
|
|
18686
|
-
class DatePickerCustomMessagesComponent extends DatePickerMessages {
|
|
18687
|
-
constructor(service) {
|
|
18688
|
-
super();
|
|
18689
|
-
this.service = service;
|
|
18690
|
-
}
|
|
18691
|
-
get override() {
|
|
18692
|
-
return true;
|
|
18693
|
-
}
|
|
18694
|
-
}
|
|
18695
|
-
DatePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18696
|
-
DatePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages", providers: [
|
|
18697
|
-
{
|
|
18698
|
-
provide: DatePickerMessages,
|
|
18699
|
-
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
18700
|
-
}
|
|
18701
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18702
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
|
|
18703
|
-
type: Component,
|
|
18704
|
-
args: [{
|
|
18734
|
+
exports: [...KENDO_DATEINPUT],
|
|
18735
|
+
imports: [...KENDO_DATEINPUT],
|
|
18705
18736
|
providers: [
|
|
18706
|
-
|
|
18707
|
-
|
|
18708
|
-
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
18709
|
-
}
|
|
18710
|
-
],
|
|
18711
|
-
selector: 'kendo-datepicker-messages',
|
|
18712
|
-
template: ``
|
|
18713
|
-
}]
|
|
18714
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18715
|
-
|
|
18716
|
-
const ADAPTIVE_MODULES = [
|
|
18717
|
-
NavigationModule,
|
|
18718
|
-
ResizeSensorModule,
|
|
18719
|
-
ButtonModule
|
|
18720
|
-
];
|
|
18721
|
-
/**
|
|
18722
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18723
|
-
* definition for the modules specific to the Adaptive Mode.
|
|
18724
|
-
*/
|
|
18725
|
-
class AdaptiveModule {
|
|
18726
|
-
}
|
|
18727
|
-
AdaptiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18728
|
-
AdaptiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, imports: [NavigationModule,
|
|
18729
|
-
ResizeSensorModule,
|
|
18730
|
-
ButtonModule], exports: [NavigationModule,
|
|
18731
|
-
ResizeSensorModule,
|
|
18732
|
-
ButtonModule] });
|
|
18733
|
-
AdaptiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, imports: [ADAPTIVE_MODULES, NavigationModule,
|
|
18734
|
-
ResizeSensorModule,
|
|
18735
|
-
ButtonModule] });
|
|
18736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, decorators: [{
|
|
18737
|
-
type: NgModule,
|
|
18738
|
-
args: [{
|
|
18739
|
-
imports: [...ADAPTIVE_MODULES],
|
|
18740
|
-
exports: [...ADAPTIVE_MODULES]
|
|
18737
|
+
IconsService
|
|
18738
|
+
]
|
|
18741
18739
|
}]
|
|
18742
18740
|
}] });
|
|
18743
18741
|
|
|
18742
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18744
18743
|
/**
|
|
18745
18744
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18746
18745
|
* definition for the DatePicker component.
|
|
@@ -18748,127 +18747,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18748
18747
|
class DatePickerModule {
|
|
18749
18748
|
}
|
|
18750
18749
|
DatePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18751
|
-
DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule,
|
|
18752
|
-
|
|
18753
|
-
|
|
18754
|
-
|
|
18755
|
-
CalendarModule
|
|
18756
|
-
|
|
18757
|
-
|
|
18758
|
-
|
|
18759
|
-
|
|
18760
|
-
|
|
18761
|
-
|
|
18762
|
-
|
|
18763
|
-
|
|
18764
|
-
|
|
18765
|
-
|
|
18766
|
-
DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule, providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }], imports: [CommonModule,
|
|
18767
|
-
DateInputModule,
|
|
18768
|
-
CalendarModule,
|
|
18769
|
-
IntlModule,
|
|
18770
|
-
PopupModule,
|
|
18771
|
-
TemplatesModule,
|
|
18772
|
-
EventsModule,
|
|
18773
|
-
IconsModule,
|
|
18774
|
-
AdaptiveModule, TemplatesModule,
|
|
18775
|
-
ToggleButtonTabStopModule] });
|
|
18750
|
+
DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule, imports: [DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective], exports: [DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective] });
|
|
18751
|
+
DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule, providers: [
|
|
18752
|
+
// DateInputModule providers
|
|
18753
|
+
IconsService,
|
|
18754
|
+
// CalendarModule providers
|
|
18755
|
+
ResizeBatchService,
|
|
18756
|
+
CalendarDOMService,
|
|
18757
|
+
CenturyViewService,
|
|
18758
|
+
DecadeViewService,
|
|
18759
|
+
MonthViewService,
|
|
18760
|
+
YearViewService,
|
|
18761
|
+
WeekNamesService,
|
|
18762
|
+
PopupService,
|
|
18763
|
+
NavigationService
|
|
18764
|
+
], imports: [DatePickerCustomMessagesComponent, DatePickerComponent] });
|
|
18776
18765
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerModule, decorators: [{
|
|
18777
18766
|
type: NgModule,
|
|
18778
18767
|
args: [{
|
|
18779
|
-
|
|
18780
|
-
|
|
18781
|
-
DatePickerCustomMessagesComponent,
|
|
18782
|
-
DatePickerLocalizedMessagesDirective
|
|
18783
|
-
],
|
|
18784
|
-
exports: [
|
|
18785
|
-
DatePickerComponent,
|
|
18786
|
-
DatePickerCustomMessagesComponent,
|
|
18787
|
-
DatePickerLocalizedMessagesDirective,
|
|
18788
|
-
TemplatesModule,
|
|
18789
|
-
ToggleButtonTabStopModule
|
|
18790
|
-
],
|
|
18791
|
-
imports: [
|
|
18792
|
-
CommonModule,
|
|
18793
|
-
DateInputModule,
|
|
18794
|
-
CalendarModule,
|
|
18795
|
-
IntlModule,
|
|
18796
|
-
PopupModule,
|
|
18797
|
-
TemplatesModule,
|
|
18798
|
-
EventsModule,
|
|
18799
|
-
IconsModule,
|
|
18800
|
-
AdaptiveModule
|
|
18801
|
-
],
|
|
18802
|
-
providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
|
|
18803
|
-
}]
|
|
18804
|
-
}] });
|
|
18805
|
-
|
|
18806
|
-
/**
|
|
18807
|
-
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18808
|
-
*/
|
|
18809
|
-
class DateRangePopupCustomMessagesComponent extends DateRangePopupMessages {
|
|
18810
|
-
constructor(service) {
|
|
18811
|
-
super();
|
|
18812
|
-
this.service = service;
|
|
18813
|
-
}
|
|
18814
|
-
get override() {
|
|
18815
|
-
return true;
|
|
18816
|
-
}
|
|
18817
|
-
}
|
|
18818
|
-
DateRangePopupCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18819
|
-
DateRangePopupCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupCustomMessagesComponent, selector: "kendo-daterange-popup-messages", providers: [
|
|
18820
|
-
{
|
|
18821
|
-
provide: DateRangePopupMessages,
|
|
18822
|
-
useExisting: forwardRef(() => DateRangePopupCustomMessagesComponent)
|
|
18823
|
-
}
|
|
18824
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupCustomMessagesComponent, decorators: [{
|
|
18826
|
-
type: Component,
|
|
18827
|
-
args: [{
|
|
18768
|
+
exports: [...KENDO_DATEPICKER],
|
|
18769
|
+
imports: [...KENDO_DATEPICKER],
|
|
18828
18770
|
providers: [
|
|
18829
|
-
|
|
18830
|
-
|
|
18831
|
-
|
|
18832
|
-
|
|
18833
|
-
|
|
18834
|
-
|
|
18835
|
-
|
|
18771
|
+
// DateInputModule providers
|
|
18772
|
+
IconsService,
|
|
18773
|
+
// CalendarModule providers
|
|
18774
|
+
ResizeBatchService,
|
|
18775
|
+
CalendarDOMService,
|
|
18776
|
+
CenturyViewService,
|
|
18777
|
+
DecadeViewService,
|
|
18778
|
+
MonthViewService,
|
|
18779
|
+
YearViewService,
|
|
18780
|
+
WeekNamesService,
|
|
18781
|
+
PopupService,
|
|
18782
|
+
NavigationService
|
|
18783
|
+
]
|
|
18836
18784
|
}]
|
|
18837
|
-
}]
|
|
18785
|
+
}] });
|
|
18838
18786
|
|
|
18839
|
-
|
|
18840
|
-
DateRangeComponent,
|
|
18841
|
-
DateRangePopupComponent,
|
|
18842
|
-
DateRangePopupTemplateDirective,
|
|
18843
|
-
DateRangeSelectionDirective,
|
|
18844
|
-
DateRangeStartInputDirective,
|
|
18845
|
-
DateRangeEndInputDirective,
|
|
18846
|
-
DateRangePopupCustomMessagesComponent,
|
|
18847
|
-
DateRangePopupLocalizedMessagesDirective
|
|
18848
|
-
];
|
|
18849
|
-
const COMPONENT_MODULES$2 = [
|
|
18850
|
-
MultiViewCalendarModule,
|
|
18851
|
-
DateInputModule,
|
|
18852
|
-
PopupModule,
|
|
18853
|
-
EventsModule,
|
|
18854
|
-
AdaptiveModule
|
|
18855
|
-
];
|
|
18787
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18856
18788
|
/**
|
|
18857
|
-
*
|
|
18858
|
-
*
|
|
18859
|
-
* The package exports:
|
|
18860
|
-
* - `DateRangeComponent`—The DateRange component class.
|
|
18861
|
-
* - `DateRangePopupComponent`—The DateRangePopup component class.
|
|
18862
|
-
* - `DateRangeSelectionDirective`—The MultiviewCalendar date range selection directive.
|
|
18863
|
-
* - `DateRangeEndInputDirective`—The end DateInput date range selection directive.
|
|
18864
|
-
* - `DateRangeStartInputDirective`—The start DateInput date range selection directive.
|
|
18865
|
-
* - `DateRangePopupTemplateDirective`—The DateRangePopup content template directive.
|
|
18789
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18790
|
+
* definition for the Date Inputs components.
|
|
18866
18791
|
*
|
|
18867
18792
|
* @example
|
|
18868
18793
|
*
|
|
18869
18794
|
* ```ts-no-run
|
|
18870
|
-
* // Import the
|
|
18871
|
-
* import {
|
|
18795
|
+
* // Import the Date Inputs module
|
|
18796
|
+
* import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
|
|
18872
18797
|
*
|
|
18873
18798
|
* // The browser platform with a compiler
|
|
18874
18799
|
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
@@ -18880,8 +18805,8 @@ const COMPONENT_MODULES$2 = [
|
|
|
18880
18805
|
*
|
|
18881
18806
|
* // Define the app module
|
|
18882
18807
|
* _@NgModule({
|
|
18883
|
-
* declarations: [AppComponent], // declare app component
|
|
18884
|
-
* imports: [BrowserModule,
|
|
18808
|
+
* declarations: [AppComponent], // declare the app component
|
|
18809
|
+
* imports: [BrowserModule, DateInputsModule], // import the Date Inputs module
|
|
18885
18810
|
* bootstrap: [AppComponent]
|
|
18886
18811
|
* })
|
|
18887
18812
|
* export class AppModule {}
|
|
@@ -18891,102 +18816,59 @@ const COMPONENT_MODULES$2 = [
|
|
|
18891
18816
|
*
|
|
18892
18817
|
* ```
|
|
18893
18818
|
*/
|
|
18894
|
-
class
|
|
18819
|
+
class DateInputsModule {
|
|
18895
18820
|
}
|
|
18896
|
-
|
|
18897
|
-
|
|
18898
|
-
|
|
18899
|
-
|
|
18900
|
-
|
|
18901
|
-
|
|
18902
|
-
|
|
18903
|
-
|
|
18904
|
-
|
|
18905
|
-
|
|
18906
|
-
|
|
18907
|
-
|
|
18908
|
-
|
|
18909
|
-
|
|
18910
|
-
|
|
18911
|
-
|
|
18912
|
-
|
|
18913
|
-
|
|
18914
|
-
|
|
18915
|
-
|
|
18916
|
-
|
|
18917
|
-
|
|
18821
|
+
DateInputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18822
|
+
DateInputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateInputsModule, imports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, DateInputCustomMessagesComponent, DateInputComponent, DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective, DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, TimePickerCustomMessagesComponent, TimePickerComponent], exports: [CalendarCustomMessagesComponent, CalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, DateInputCustomMessagesComponent, DateInputComponent, DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective, DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, TimePickerCustomMessagesComponent, TimePickerComponent] });
|
|
18823
|
+
DateInputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputsModule, providers: [
|
|
18824
|
+
// CalendarModule providers
|
|
18825
|
+
IconsService,
|
|
18826
|
+
ResizeBatchService,
|
|
18827
|
+
CalendarDOMService,
|
|
18828
|
+
CenturyViewService,
|
|
18829
|
+
DecadeViewService,
|
|
18830
|
+
MonthViewService,
|
|
18831
|
+
YearViewService,
|
|
18832
|
+
WeekNamesService,
|
|
18833
|
+
PopupService,
|
|
18834
|
+
NavigationService,
|
|
18835
|
+
// TimePickerModule providers
|
|
18836
|
+
TimePickerDOMService,
|
|
18837
|
+
HoursService,
|
|
18838
|
+
MinutesService,
|
|
18839
|
+
SecondsService,
|
|
18840
|
+
MillisecondsService,
|
|
18841
|
+
DayPeriodService
|
|
18842
|
+
], imports: [CalendarCustomMessagesComponent, CalendarComponent, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, DateInputCustomMessagesComponent, DateInputComponent, DatePickerCustomMessagesComponent, DatePickerComponent, DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeComponent, DateRangePopupComponent, DateTimePickerCustomMessagesComponent, DateTimePickerComponent, TimePickerCustomMessagesComponent, TimePickerComponent] });
|
|
18843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputsModule, decorators: [{
|
|
18918
18844
|
type: NgModule,
|
|
18919
18845
|
args: [{
|
|
18920
|
-
|
|
18921
|
-
|
|
18922
|
-
imports: [CommonModule, COMPONENT_MODULES$2]
|
|
18923
|
-
}]
|
|
18924
|
-
}] });
|
|
18925
|
-
|
|
18926
|
-
/**
|
|
18927
|
-
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18928
|
-
*/
|
|
18929
|
-
class TimePickerCustomMessagesComponent extends TimePickerMessages {
|
|
18930
|
-
constructor(service) {
|
|
18931
|
-
super();
|
|
18932
|
-
this.service = service;
|
|
18933
|
-
}
|
|
18934
|
-
get override() {
|
|
18935
|
-
return true;
|
|
18936
|
-
}
|
|
18937
|
-
}
|
|
18938
|
-
TimePickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18939
|
-
TimePickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerCustomMessagesComponent, selector: "kendo-timepicker-messages", providers: [
|
|
18940
|
-
{
|
|
18941
|
-
provide: TimePickerMessages,
|
|
18942
|
-
useExisting: forwardRef(() => TimePickerCustomMessagesComponent)
|
|
18943
|
-
}
|
|
18944
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerCustomMessagesComponent, decorators: [{
|
|
18946
|
-
type: Component,
|
|
18947
|
-
args: [{
|
|
18846
|
+
exports: [...KENDO_DATEINPUTS],
|
|
18847
|
+
imports: [...KENDO_DATEINPUTS],
|
|
18948
18848
|
providers: [
|
|
18949
|
-
|
|
18950
|
-
|
|
18951
|
-
|
|
18952
|
-
|
|
18953
|
-
|
|
18954
|
-
|
|
18955
|
-
|
|
18849
|
+
// CalendarModule providers
|
|
18850
|
+
IconsService,
|
|
18851
|
+
ResizeBatchService,
|
|
18852
|
+
CalendarDOMService,
|
|
18853
|
+
CenturyViewService,
|
|
18854
|
+
DecadeViewService,
|
|
18855
|
+
MonthViewService,
|
|
18856
|
+
YearViewService,
|
|
18857
|
+
WeekNamesService,
|
|
18858
|
+
PopupService,
|
|
18859
|
+
NavigationService,
|
|
18860
|
+
// TimePickerModule providers
|
|
18861
|
+
TimePickerDOMService,
|
|
18862
|
+
HoursService,
|
|
18863
|
+
MinutesService,
|
|
18864
|
+
SecondsService,
|
|
18865
|
+
MillisecondsService,
|
|
18866
|
+
DayPeriodService
|
|
18867
|
+
]
|
|
18956
18868
|
}]
|
|
18957
|
-
}]
|
|
18869
|
+
}] });
|
|
18958
18870
|
|
|
18959
|
-
|
|
18960
|
-
TimePickerLocalizedMessagesDirective,
|
|
18961
|
-
TimeListComponent,
|
|
18962
|
-
TimePickerCustomMessagesComponent,
|
|
18963
|
-
TimePickerComponent,
|
|
18964
|
-
TimeSelectorLocalizedMessagesDirective,
|
|
18965
|
-
TimeSelectorCustomMessagesComponent,
|
|
18966
|
-
TimeSelectorComponent
|
|
18967
|
-
];
|
|
18968
|
-
const COMPONENT_MODULES$1 = [
|
|
18969
|
-
DateInputModule,
|
|
18970
|
-
IntlModule,
|
|
18971
|
-
PopupModule,
|
|
18972
|
-
VirtualizationModule,
|
|
18973
|
-
EventsModule,
|
|
18974
|
-
IconsModule,
|
|
18975
|
-
AdaptiveModule,
|
|
18976
|
-
ToggleButtonTabStopModule
|
|
18977
|
-
];
|
|
18978
|
-
const providers = [
|
|
18979
|
-
TimePickerDOMService,
|
|
18980
|
-
HoursService,
|
|
18981
|
-
MinutesService,
|
|
18982
|
-
SecondsService,
|
|
18983
|
-
MillisecondsService,
|
|
18984
|
-
DayPeriodService,
|
|
18985
|
-
{
|
|
18986
|
-
provide: TOUCH_ENABLED,
|
|
18987
|
-
useValue: touchEnabled
|
|
18988
|
-
}
|
|
18989
|
-
];
|
|
18871
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
18990
18872
|
/**
|
|
18991
18873
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18992
18874
|
* definition for the TimePicker component.
|
|
@@ -18994,156 +18876,177 @@ const providers = [
|
|
|
18994
18876
|
class TimePickerModule {
|
|
18995
18877
|
}
|
|
18996
18878
|
TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18997
|
-
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule,
|
|
18998
|
-
|
|
18999
|
-
|
|
19000
|
-
|
|
19001
|
-
|
|
19002
|
-
|
|
19003
|
-
|
|
19004
|
-
|
|
19005
|
-
|
|
19006
|
-
|
|
19007
|
-
|
|
19008
|
-
|
|
19009
|
-
AdaptiveModule,
|
|
19010
|
-
ToggleButtonTabStopModule], exports: [TimePickerLocalizedMessagesDirective,
|
|
19011
|
-
TimeListComponent,
|
|
19012
|
-
TimePickerCustomMessagesComponent,
|
|
19013
|
-
TimePickerComponent,
|
|
19014
|
-
TimeSelectorLocalizedMessagesDirective,
|
|
19015
|
-
TimeSelectorCustomMessagesComponent,
|
|
19016
|
-
TimeSelectorComponent] });
|
|
19017
|
-
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, providers: providers, imports: [CommonModule, COMPONENT_MODULES$1] });
|
|
18879
|
+
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, imports: [TimePickerCustomMessagesComponent, TimePickerComponent], exports: [TimePickerCustomMessagesComponent, TimePickerComponent] });
|
|
18880
|
+
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, providers: [
|
|
18881
|
+
IconsService,
|
|
18882
|
+
PopupService,
|
|
18883
|
+
ResizeBatchService,
|
|
18884
|
+
TimePickerDOMService,
|
|
18885
|
+
HoursService,
|
|
18886
|
+
MinutesService,
|
|
18887
|
+
SecondsService,
|
|
18888
|
+
MillisecondsService,
|
|
18889
|
+
DayPeriodService,
|
|
18890
|
+
], imports: [KENDO_TIMEPICKER] });
|
|
19018
18891
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, decorators: [{
|
|
19019
18892
|
type: NgModule,
|
|
19020
18893
|
args: [{
|
|
19021
|
-
|
|
19022
|
-
|
|
19023
|
-
|
|
19024
|
-
|
|
18894
|
+
exports: [...KENDO_TIMEPICKER],
|
|
18895
|
+
imports: [...KENDO_TIMEPICKER],
|
|
18896
|
+
providers: [
|
|
18897
|
+
IconsService,
|
|
18898
|
+
PopupService,
|
|
18899
|
+
ResizeBatchService,
|
|
18900
|
+
TimePickerDOMService,
|
|
18901
|
+
HoursService,
|
|
18902
|
+
MinutesService,
|
|
18903
|
+
SecondsService,
|
|
18904
|
+
MillisecondsService,
|
|
18905
|
+
DayPeriodService,
|
|
18906
|
+
]
|
|
19025
18907
|
}]
|
|
19026
18908
|
}] });
|
|
19027
18909
|
|
|
18910
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
19028
18911
|
/**
|
|
19029
|
-
*
|
|
18912
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18913
|
+
* definition for the DateTimePicker component.
|
|
19030
18914
|
*/
|
|
19031
|
-
class
|
|
19032
|
-
constructor(service) {
|
|
19033
|
-
super();
|
|
19034
|
-
this.service = service;
|
|
19035
|
-
}
|
|
19036
|
-
get override() {
|
|
19037
|
-
return true;
|
|
19038
|
-
}
|
|
18915
|
+
class DateTimePickerModule {
|
|
19039
18916
|
}
|
|
19040
|
-
|
|
19041
|
-
|
|
19042
|
-
|
|
19043
|
-
|
|
19044
|
-
|
|
19045
|
-
|
|
19046
|
-
|
|
19047
|
-
|
|
19048
|
-
|
|
18917
|
+
DateTimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18918
|
+
DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, imports: [DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective], exports: [DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective] });
|
|
18919
|
+
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
18920
|
+
// CalendarModule providers
|
|
18921
|
+
IconsService,
|
|
18922
|
+
ResizeBatchService,
|
|
18923
|
+
CalendarDOMService,
|
|
18924
|
+
CenturyViewService,
|
|
18925
|
+
DecadeViewService,
|
|
18926
|
+
MonthViewService,
|
|
18927
|
+
YearViewService,
|
|
18928
|
+
WeekNamesService,
|
|
18929
|
+
PopupService,
|
|
18930
|
+
NavigationService,
|
|
18931
|
+
// TimePickerModule providers
|
|
18932
|
+
TimePickerDOMService,
|
|
18933
|
+
HoursService,
|
|
18934
|
+
MinutesService,
|
|
18935
|
+
SecondsService,
|
|
18936
|
+
MillisecondsService,
|
|
18937
|
+
DayPeriodService,
|
|
18938
|
+
], imports: [DateTimePickerCustomMessagesComponent, DateTimePickerComponent] });
|
|
18939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
18940
|
+
type: NgModule,
|
|
19049
18941
|
args: [{
|
|
18942
|
+
exports: [...KENDO_DATETIMEPICKER],
|
|
18943
|
+
imports: [...KENDO_DATETIMEPICKER],
|
|
19050
18944
|
providers: [
|
|
19051
|
-
|
|
19052
|
-
|
|
19053
|
-
|
|
19054
|
-
|
|
19055
|
-
|
|
19056
|
-
|
|
19057
|
-
|
|
18945
|
+
// CalendarModule providers
|
|
18946
|
+
IconsService,
|
|
18947
|
+
ResizeBatchService,
|
|
18948
|
+
CalendarDOMService,
|
|
18949
|
+
CenturyViewService,
|
|
18950
|
+
DecadeViewService,
|
|
18951
|
+
MonthViewService,
|
|
18952
|
+
YearViewService,
|
|
18953
|
+
WeekNamesService,
|
|
18954
|
+
PopupService,
|
|
18955
|
+
NavigationService,
|
|
18956
|
+
// TimePickerModule providers
|
|
18957
|
+
TimePickerDOMService,
|
|
18958
|
+
HoursService,
|
|
18959
|
+
MinutesService,
|
|
18960
|
+
SecondsService,
|
|
18961
|
+
MillisecondsService,
|
|
18962
|
+
DayPeriodService,
|
|
18963
|
+
]
|
|
19058
18964
|
}]
|
|
19059
|
-
}]
|
|
18965
|
+
}] });
|
|
19060
18966
|
|
|
19061
|
-
|
|
19062
|
-
DateTimePickerComponent,
|
|
19063
|
-
DateTimePickerCustomMessagesComponent,
|
|
19064
|
-
LocalizedMessagesDirective
|
|
19065
|
-
];
|
|
18967
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
19066
18968
|
/**
|
|
19067
|
-
*
|
|
19068
|
-
*
|
|
18969
|
+
* The package exports:
|
|
18970
|
+
* - `CellTemplateDirective`—The month cell template directive.
|
|
18971
|
+
* - `MonthCellTemplateDirective`—The month cell template directive.
|
|
18972
|
+
* - `YearCellTemplateDirective`—The year cell template directive.
|
|
18973
|
+
* - `DecadeCellTemplateDirective`—The decade cell template directive.
|
|
18974
|
+
* - `CenturyCellTemplateDirective`—The century cell template directive.
|
|
18975
|
+
* - `WeekNumberCellTemplateDirective`—The month week number cell template directive.
|
|
18976
|
+
* - `HeaderTitleTemplateDirective`—The header title template directive.
|
|
18977
|
+
*
|
|
18978
|
+
* @example
|
|
18979
|
+
*
|
|
18980
|
+
* ```ts-no-run
|
|
18981
|
+
* // Import the MultiViewCalendar module
|
|
18982
|
+
* import { MultiViewCalendarModule } from '@progress/kendo-angular-dateinputs';
|
|
18983
|
+
*
|
|
18984
|
+
* // The browser platform with a compiler
|
|
18985
|
+
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
18986
|
+
*
|
|
18987
|
+
* import { NgModule } from '@angular/core';
|
|
18988
|
+
*
|
|
18989
|
+
* // Import the app component
|
|
18990
|
+
* import { AppComponent } from './app.component';
|
|
18991
|
+
*
|
|
18992
|
+
* // Define the app module
|
|
18993
|
+
* _@NgModule({
|
|
18994
|
+
* declarations: [AppComponent], // declare app component
|
|
18995
|
+
* imports: [BrowserModule, MultiViewCalendarModule], // import MultiViewCalendar module
|
|
18996
|
+
* bootstrap: [AppComponent]
|
|
18997
|
+
* })
|
|
18998
|
+
* export class AppModule {}
|
|
18999
|
+
*
|
|
19000
|
+
* // Compile and launch the module
|
|
19001
|
+
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
19069
19002
|
*/
|
|
19070
|
-
class
|
|
19003
|
+
class MultiViewCalendarModule {
|
|
19071
19004
|
}
|
|
19072
|
-
|
|
19073
|
-
|
|
19074
|
-
|
|
19075
|
-
|
|
19076
|
-
|
|
19077
|
-
|
|
19078
|
-
|
|
19079
|
-
|
|
19080
|
-
|
|
19081
|
-
|
|
19082
|
-
|
|
19083
|
-
|
|
19084
|
-
AdaptiveModule], exports: [DateTimePickerComponent,
|
|
19085
|
-
DateTimePickerCustomMessagesComponent,
|
|
19086
|
-
LocalizedMessagesDirective, TemplatesModule,
|
|
19087
|
-
ToggleButtonTabStopModule] });
|
|
19088
|
-
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
19089
|
-
{ provide: TOUCH_ENABLED, useValue: touchEnabled }
|
|
19090
|
-
], imports: [CommonModule,
|
|
19091
|
-
IntlModule,
|
|
19092
|
-
DateInputModule,
|
|
19093
|
-
CalendarModule,
|
|
19094
|
-
TimePickerModule,
|
|
19095
|
-
PopupModule,
|
|
19096
|
-
EventsModule,
|
|
19097
|
-
TemplatesModule,
|
|
19098
|
-
IconsModule,
|
|
19099
|
-
AdaptiveModule, TemplatesModule,
|
|
19100
|
-
ToggleButtonTabStopModule] });
|
|
19101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
19005
|
+
MultiViewCalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19006
|
+
MultiViewCalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, imports: [MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective], exports: [MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective] });
|
|
19007
|
+
MultiViewCalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, providers: [
|
|
19008
|
+
PopupService,
|
|
19009
|
+
NavigationService,
|
|
19010
|
+
CenturyViewService,
|
|
19011
|
+
DecadeViewService,
|
|
19012
|
+
MonthViewService,
|
|
19013
|
+
YearViewService,
|
|
19014
|
+
WeekNamesService
|
|
19015
|
+
], imports: [MultiViewCalendarCustomMessagesComponent, MultiViewCalendarComponent] });
|
|
19016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiViewCalendarModule, decorators: [{
|
|
19102
19017
|
type: NgModule,
|
|
19103
19018
|
args: [{
|
|
19104
|
-
|
|
19105
|
-
|
|
19106
|
-
],
|
|
19107
|
-
exports: [
|
|
19108
|
-
...COMPONENT_DIRECTIVES,
|
|
19109
|
-
TemplatesModule,
|
|
19110
|
-
ToggleButtonTabStopModule
|
|
19111
|
-
],
|
|
19112
|
-
imports: [
|
|
19113
|
-
CommonModule,
|
|
19114
|
-
IntlModule,
|
|
19115
|
-
DateInputModule,
|
|
19116
|
-
CalendarModule,
|
|
19117
|
-
TimePickerModule,
|
|
19118
|
-
PopupModule,
|
|
19119
|
-
EventsModule,
|
|
19120
|
-
TemplatesModule,
|
|
19121
|
-
IconsModule,
|
|
19122
|
-
AdaptiveModule
|
|
19123
|
-
],
|
|
19019
|
+
exports: [...KENDO_MULTIVIEWCALENDAR],
|
|
19020
|
+
imports: [...KENDO_MULTIVIEWCALENDAR],
|
|
19124
19021
|
providers: [
|
|
19125
|
-
|
|
19022
|
+
PopupService,
|
|
19023
|
+
NavigationService,
|
|
19024
|
+
CenturyViewService,
|
|
19025
|
+
DecadeViewService,
|
|
19026
|
+
MonthViewService,
|
|
19027
|
+
YearViewService,
|
|
19028
|
+
WeekNamesService
|
|
19126
19029
|
]
|
|
19127
19030
|
}]
|
|
19128
19031
|
}] });
|
|
19129
19032
|
|
|
19130
|
-
|
|
19131
|
-
CalendarsModule,
|
|
19132
|
-
DateInputModule,
|
|
19133
|
-
DatePickerModule,
|
|
19134
|
-
TimePickerModule,
|
|
19135
|
-
DateRangeModule,
|
|
19136
|
-
DateTimePickerModule
|
|
19137
|
-
];
|
|
19033
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
19138
19034
|
/**
|
|
19139
|
-
*
|
|
19140
|
-
*
|
|
19035
|
+
* The exported package module.
|
|
19036
|
+
*
|
|
19037
|
+
* The package exports:
|
|
19038
|
+
* - `DateRangeComponent`—The DateRange component class.
|
|
19039
|
+
* - `DateRangePopupComponent`—The DateRangePopup component class.
|
|
19040
|
+
* - `DateRangeSelectionDirective`—The MultiviewCalendar date range selection directive.
|
|
19041
|
+
* - `DateRangeEndInputDirective`—The end DateInput date range selection directive.
|
|
19042
|
+
* - `DateRangeStartInputDirective`—The start DateInput date range selection directive.
|
|
19043
|
+
* - `DateRangePopupTemplateDirective`—The DateRangePopup content template directive.
|
|
19141
19044
|
*
|
|
19142
19045
|
* @example
|
|
19143
19046
|
*
|
|
19144
19047
|
* ```ts-no-run
|
|
19145
|
-
* // Import the
|
|
19146
|
-
* import {
|
|
19048
|
+
* // Import the DateRange module
|
|
19049
|
+
* import { DateRangeModule } from '@progress/kendo-angular-dateinputs';
|
|
19147
19050
|
*
|
|
19148
19051
|
* // The browser platform with a compiler
|
|
19149
19052
|
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
@@ -19155,8 +19058,8 @@ const COMPONENT_MODULES = [
|
|
|
19155
19058
|
*
|
|
19156
19059
|
* // Define the app module
|
|
19157
19060
|
* _@NgModule({
|
|
19158
|
-
* declarations: [AppComponent], // declare
|
|
19159
|
-
* imports: [BrowserModule,
|
|
19061
|
+
* declarations: [AppComponent], // declare app component
|
|
19062
|
+
* imports: [BrowserModule, DateRangeModule], // import DateRange module
|
|
19160
19063
|
* bootstrap: [AppComponent]
|
|
19161
19064
|
* })
|
|
19162
19065
|
* export class AppModule {}
|
|
@@ -19166,31 +19069,75 @@ const COMPONENT_MODULES = [
|
|
|
19166
19069
|
*
|
|
19167
19070
|
* ```
|
|
19168
19071
|
*/
|
|
19169
|
-
class
|
|
19072
|
+
class DateRangeModule {
|
|
19170
19073
|
}
|
|
19171
|
-
|
|
19172
|
-
|
|
19173
|
-
|
|
19174
|
-
|
|
19175
|
-
|
|
19176
|
-
|
|
19177
|
-
|
|
19178
|
-
|
|
19179
|
-
|
|
19180
|
-
|
|
19181
|
-
|
|
19182
|
-
|
|
19183
|
-
|
|
19184
|
-
|
|
19185
|
-
|
|
19186
|
-
|
|
19187
|
-
|
|
19188
|
-
DateTimePickerModule] });
|
|
19189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputsModule, decorators: [{
|
|
19074
|
+
DateRangeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19075
|
+
DateRangeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DateRangeModule, imports: [DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective], exports: [DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective] });
|
|
19076
|
+
DateRangeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeModule, providers: [
|
|
19077
|
+
// MultiViewCalendarModule providers
|
|
19078
|
+
PopupService,
|
|
19079
|
+
NavigationService,
|
|
19080
|
+
CenturyViewService,
|
|
19081
|
+
DecadeViewService,
|
|
19082
|
+
MonthViewService,
|
|
19083
|
+
YearViewService,
|
|
19084
|
+
WeekNamesService,
|
|
19085
|
+
// DateInputModule providers
|
|
19086
|
+
IconsService,
|
|
19087
|
+
// AdaptiveModule providers
|
|
19088
|
+
ResizeBatchService
|
|
19089
|
+
], imports: [DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeComponent, DateRangePopupComponent] });
|
|
19090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeModule, decorators: [{
|
|
19190
19091
|
type: NgModule,
|
|
19191
19092
|
args: [{
|
|
19192
|
-
exports:
|
|
19193
|
-
imports:
|
|
19093
|
+
exports: [...KENDO_DATERANGE],
|
|
19094
|
+
imports: [...KENDO_DATERANGE],
|
|
19095
|
+
providers: [
|
|
19096
|
+
// MultiViewCalendarModule providers
|
|
19097
|
+
PopupService,
|
|
19098
|
+
NavigationService,
|
|
19099
|
+
CenturyViewService,
|
|
19100
|
+
DecadeViewService,
|
|
19101
|
+
MonthViewService,
|
|
19102
|
+
YearViewService,
|
|
19103
|
+
WeekNamesService,
|
|
19104
|
+
// DateInputModule providers
|
|
19105
|
+
IconsService,
|
|
19106
|
+
// AdaptiveModule providers
|
|
19107
|
+
ResizeBatchService
|
|
19108
|
+
]
|
|
19109
|
+
}]
|
|
19110
|
+
}] });
|
|
19111
|
+
|
|
19112
|
+
const KENDO_ADAPTIVE = [
|
|
19113
|
+
...KENDO_RESIZESENSOR,
|
|
19114
|
+
...KENDO_BUTTON,
|
|
19115
|
+
...KENDO_NAVIGATION
|
|
19116
|
+
];
|
|
19117
|
+
//IMPORTANT: This module is not needed and can be removed in the following major release.
|
|
19118
|
+
//The reason to keep it is that the module used to be public prior the migration to standalone.
|
|
19119
|
+
/**
|
|
19120
|
+
* @hidden
|
|
19121
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
19122
|
+
* definition for the modules specific to the Adaptive Mode.
|
|
19123
|
+
*/
|
|
19124
|
+
class AdaptiveModule {
|
|
19125
|
+
}
|
|
19126
|
+
AdaptiveModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19127
|
+
AdaptiveModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, imports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective], exports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective] });
|
|
19128
|
+
AdaptiveModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, providers: [
|
|
19129
|
+
ResizeBatchService,
|
|
19130
|
+
IconsService
|
|
19131
|
+
], imports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BreadCrumbComponent] });
|
|
19132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AdaptiveModule, decorators: [{
|
|
19133
|
+
type: NgModule,
|
|
19134
|
+
args: [{
|
|
19135
|
+
imports: [...KENDO_ADAPTIVE],
|
|
19136
|
+
exports: [...KENDO_ADAPTIVE],
|
|
19137
|
+
providers: [
|
|
19138
|
+
ResizeBatchService,
|
|
19139
|
+
IconsService
|
|
19140
|
+
]
|
|
19194
19141
|
}]
|
|
19195
19142
|
}] });
|
|
19196
19143
|
|
|
@@ -19198,5 +19145,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
19198
19145
|
* Generated bundle index. Do not edit.
|
|
19199
19146
|
*/
|
|
19200
19147
|
|
|
19201
|
-
export { AdaptiveModule,
|
|
19148
|
+
export { AdaptiveModule, CalendarComponent, CalendarCustomMessagesComponent, CalendarDOMService, CalendarLocalizedMessagesDirective, CalendarModule, CalendarViewEnum, CalendarsModule, CellTemplateDirective, CenturyCellTemplateDirective, CenturyViewService, DateInputComponent, DateInputCustomMessagesComponent, DateInputLocalizedMessagesDirective, DateInputModule, DateInputsModule, DatePickerComponent, DatePickerCustomMessagesComponent, DatePickerLocalizedMessagesDirective, DatePickerModule, DateRangeComponent, DateRangeEndInputDirective, DateRangeModule, DateRangePopupComponent, DateRangePopupCustomMessagesComponent, DateRangePopupLocalizedMessagesDirective, DateRangePopupTemplateDirective, DateRangeSelectionDirective, DateRangeService, DateRangeStartInputDirective, DateTimePickerComponent, DateTimePickerCustomMessagesComponent, DateTimePickerModule, DayPeriodService, DecadeCellTemplateDirective, DecadeViewService, FooterComponent, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, HeaderTitleTemplateDirective, HorizontalViewListComponent, HoursService, KENDO_CALENDAR, KENDO_DATEINPUT, KENDO_DATEINPUTS, KENDO_DATEPICKER, KENDO_DATERANGE, KENDO_DATETIMEPICKER, KENDO_MULTIVIEWCALENDAR, KENDO_TIMEPICKER, KForOf, LocalizedMessagesDirective, MillisecondsService, MinutesService, MonthCellTemplateDirective, MonthViewService, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarLocalizedMessagesDirective, MultiViewCalendarModule, NavigationComponent, NavigationItemTemplateDirective, NavigationService, PreventableEvent, SecondsService, TimeListComponent, TimePickerComponent, TimePickerCustomMessagesComponent, TimePickerDOMService, TimePickerLocalizedMessagesDirective, TimePickerModule, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, TimeSelectorLocalizedMessagesDirective, ViewComponent, ViewListComponent, WeekNamesService, WeekNumberCellTemplateDirective, YearCellTemplateDirective, YearViewService };
|
|
19202
19149
|
|