@progress/kendo-angular-dateinputs 20.1.2-develop.2 → 21.0.0-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/codemods/template-transformer/index.js +1 -2
- package/codemods/utils.js +2 -2
- package/codemods/v19/datepicker-subtitle.js +1 -1
- package/codemods/v19/datepicker-title.js +1 -1
- package/codemods/v19/daterange-popup-subtitle.js +1 -1
- package/codemods/v19/daterange-popup-title.js +1 -1
- package/codemods/v19/datetimepicker-subtitle.js +1 -1
- package/codemods/v19/datetimepicker-title.js +1 -1
- package/codemods/v19/timepicker-subtitle.js +1 -1
- package/codemods/v19/timepicker-title.js +1 -1
- package/esm2022/calendar/calendar.component.mjs +5 -5
- package/esm2022/calendar/calendar.module.mjs +4 -4
- package/esm2022/calendar/calendars.module.mjs +4 -4
- package/esm2022/calendar/footer.component.mjs +4 -4
- package/esm2022/calendar/for.directive.mjs +5 -5
- package/esm2022/calendar/header.component.mjs +4 -4
- package/esm2022/calendar/horizontal-view-list.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/calendar-messages.mjs +3 -3
- package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-messages.mjs +3 -3
- package/esm2022/calendar/multiview-calendar.component.mjs +4 -4
- package/esm2022/calendar/multiview-calendar.module.mjs +4 -4
- package/esm2022/calendar/navigation.component.mjs +4 -4
- package/esm2022/calendar/services/bus-view.service.mjs +4 -4
- package/esm2022/calendar/services/century-view.service.mjs +3 -3
- package/esm2022/calendar/services/decade-view.service.mjs +3 -3
- package/esm2022/calendar/services/disabled-dates.service.mjs +3 -3
- package/esm2022/calendar/services/dom.service.mjs +3 -3
- package/esm2022/calendar/services/month-view.service.mjs +4 -4
- package/esm2022/calendar/services/navigation.service.mjs +4 -4
- package/esm2022/calendar/services/scroll-sync.service.mjs +4 -4
- package/esm2022/calendar/services/selection.service.mjs +4 -4
- package/esm2022/calendar/services/weeknames.service.mjs +4 -4
- package/esm2022/calendar/services/year-view.service.mjs +4 -4
- package/esm2022/calendar/templates/cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/century-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/decade-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/footer-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-title-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/month-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/navigation-item-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/year-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/view-list.component.mjs +4 -4
- package/esm2022/calendar/view.component.mjs +4 -4
- package/esm2022/dateinput/dateinput.component.mjs +6 -6
- package/esm2022/dateinput/dateinput.module.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +4 -4
- package/esm2022/dateinput/localization/messages.mjs +3 -3
- package/esm2022/dateinputs.module.mjs +4 -4
- package/esm2022/datepicker/datepicker.component.mjs +7 -4
- package/esm2022/datepicker/datepicker.module.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/datepicker/localization/messages.mjs +3 -3
- package/esm2022/daterange/date-range-end-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range-input.mjs +4 -4
- package/esm2022/daterange/date-range-popup-template.directive.mjs +4 -4
- package/esm2022/daterange/date-range-popup.component.mjs +5 -5
- package/esm2022/daterange/date-range-selection.directive.mjs +5 -5
- package/esm2022/daterange/date-range-start-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range.component.mjs +4 -4
- package/esm2022/daterange/date-range.module.mjs +4 -4
- package/esm2022/daterange/date-range.service.mjs +5 -5
- package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +4 -4
- package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +4 -4
- package/esm2022/daterange/localization/messages.mjs +3 -3
- package/esm2022/datetimepicker/datetimepicker.component.mjs +7 -4
- package/esm2022/datetimepicker/datetimepicker.module.mjs +4 -4
- package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/datetimepicker/localization/messages.mjs +3 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timepicker/localization/messages.mjs +3 -3
- package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/services/dayperiod.service.mjs +4 -4
- package/esm2022/timepicker/services/dom.service.mjs +4 -4
- package/esm2022/timepicker/services/hours.service.mjs +4 -4
- package/esm2022/timepicker/services/milliseconds.service.mjs +5 -5
- package/esm2022/timepicker/services/minutes.service.mjs +4 -4
- package/esm2022/timepicker/services/seconds.service.mjs +4 -4
- package/esm2022/timepicker/timelist.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.component.mjs +7 -4
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timepicker/timeselector.component.mjs +5 -5
- package/esm2022/virtualization/virtualization.component.mjs +5 -5
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +342 -333
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +1 -1
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '
|
|
39
|
+
publishDate: 1761912912,
|
|
40
|
+
version: '21.0.0-develop.10',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -750,10 +750,10 @@ class CenturyViewService {
|
|
|
750
750
|
}
|
|
751
751
|
return cellDate;
|
|
752
752
|
}
|
|
753
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
754
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
753
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CenturyViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
754
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CenturyViewService, providedIn: 'root' });
|
|
755
755
|
}
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CenturyViewService, decorators: [{
|
|
757
757
|
type: Injectable,
|
|
758
758
|
args: [{
|
|
759
759
|
providedIn: 'root'
|
|
@@ -957,10 +957,10 @@ class DecadeViewService {
|
|
|
957
957
|
}
|
|
958
958
|
return cellDate;
|
|
959
959
|
}
|
|
960
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
961
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
960
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecadeViewService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
961
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecadeViewService, providedIn: 'root' });
|
|
962
962
|
}
|
|
963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecadeViewService, decorators: [{
|
|
964
964
|
type: Injectable,
|
|
965
965
|
args: [{
|
|
966
966
|
providedIn: 'root'
|
|
@@ -1168,15 +1168,15 @@ class MonthViewService {
|
|
|
1168
1168
|
wideMonthNames() {
|
|
1169
1169
|
return this._intlService.dateFormatNames({ nameType: 'wide', type: 'months' });
|
|
1170
1170
|
}
|
|
1171
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1172
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MonthViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1172
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MonthViewService, providedIn: 'root' });
|
|
1173
1173
|
}
|
|
1174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MonthViewService, decorators: [{
|
|
1175
1175
|
type: Injectable,
|
|
1176
1176
|
args: [{
|
|
1177
1177
|
providedIn: 'root'
|
|
1178
1178
|
}]
|
|
1179
|
-
}], ctorParameters:
|
|
1179
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
1180
1180
|
|
|
1181
1181
|
const EMPTY_DATA = [[]];
|
|
1182
1182
|
const CELLS_LENGTH = 4;
|
|
@@ -1360,15 +1360,15 @@ class YearViewService {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
return cellDate;
|
|
1362
1362
|
}
|
|
1363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1363
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: YearViewService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1364
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: YearViewService, providedIn: 'root' });
|
|
1365
1365
|
}
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: YearViewService, decorators: [{
|
|
1367
1367
|
type: Injectable,
|
|
1368
1368
|
args: [{
|
|
1369
1369
|
providedIn: 'root'
|
|
1370
1370
|
}]
|
|
1371
|
-
}], ctorParameters:
|
|
1371
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
1372
1372
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* @hidden
|
|
@@ -1449,12 +1449,12 @@ class BusViewService {
|
|
|
1449
1449
|
}
|
|
1450
1450
|
this.viewChanged.emit({ view: candidate });
|
|
1451
1451
|
}
|
|
1452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1453
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BusViewService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1453
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BusViewService });
|
|
1454
1454
|
}
|
|
1455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BusViewService, decorators: [{
|
|
1456
1456
|
type: Injectable
|
|
1457
|
-
}], ctorParameters:
|
|
1457
|
+
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1458
1458
|
|
|
1459
1459
|
/**
|
|
1460
1460
|
* @hidden
|
|
@@ -1505,7 +1505,7 @@ class KForOf {
|
|
|
1505
1505
|
try {
|
|
1506
1506
|
this._differ = this._differs.find(value).create(this.kForTrackBy);
|
|
1507
1507
|
}
|
|
1508
|
-
catch (
|
|
1508
|
+
catch (_e) {
|
|
1509
1509
|
throw new Error(`Cannot find a differ supporting object '${value}' of type '${getTypeNameForDebugging(value)}'.`);
|
|
1510
1510
|
}
|
|
1511
1511
|
}
|
|
@@ -1543,16 +1543,16 @@ class KForOf {
|
|
|
1543
1543
|
view.context.$implicit = tuples[i] || null;
|
|
1544
1544
|
}
|
|
1545
1545
|
}
|
|
1546
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1547
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1546
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1547
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KForOf, isStandalone: true, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
|
|
1548
1548
|
}
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KForOf, decorators: [{
|
|
1550
1550
|
type: Directive,
|
|
1551
1551
|
args: [{
|
|
1552
1552
|
selector: '[kFor][kForOf]',
|
|
1553
1553
|
standalone: true
|
|
1554
1554
|
}]
|
|
1555
|
-
}], ctorParameters:
|
|
1555
|
+
}], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }], propDecorators: { kForOf: [{
|
|
1556
1556
|
type: Input
|
|
1557
1557
|
}], kForTrackBy: [{
|
|
1558
1558
|
type: Input
|
|
@@ -1617,10 +1617,10 @@ class DisabledDatesService {
|
|
|
1617
1617
|
notifyServiceChange() {
|
|
1618
1618
|
this.changes.next();
|
|
1619
1619
|
}
|
|
1620
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1621
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1620
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DisabledDatesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1621
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DisabledDatesService });
|
|
1622
1622
|
}
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DisabledDatesService, decorators: [{
|
|
1624
1624
|
type: Injectable
|
|
1625
1625
|
}] });
|
|
1626
1626
|
|
|
@@ -1886,8 +1886,8 @@ class ViewComponent {
|
|
|
1886
1886
|
const [rowIndex, cellIndex] = index.split(':');
|
|
1887
1887
|
return this.data[rowIndex][cellIndex];
|
|
1888
1888
|
}
|
|
1889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1890
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
1890
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
1891
1891
|
<ng-template #emptyCell><td class="k-empty k-calendar-td" role="gridcell"> </td></ng-template>
|
|
1892
1892
|
<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>
|
|
1893
1893
|
<tr *kFor="let row of data; let rowIndex = index" class="k-calendar-tr" role="row">
|
|
@@ -1936,7 +1936,7 @@ class ViewComponent {
|
|
|
1936
1936
|
</tr>
|
|
1937
1937
|
`, 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"] }] });
|
|
1938
1938
|
}
|
|
1939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1940
1940
|
type: Component,
|
|
1941
1941
|
args: [{
|
|
1942
1942
|
// eslint-disable-next-line
|
|
@@ -1992,7 +1992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1992
1992
|
standalone: true,
|
|
1993
1993
|
imports: [NgIf, KForOf, NgTemplateOutlet, NgClass]
|
|
1994
1994
|
}]
|
|
1995
|
-
}], ctorParameters:
|
|
1995
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: DisabledDatesService }], propDecorators: { allowReverse: [{
|
|
1996
1996
|
type: Input
|
|
1997
1997
|
}], showOtherMonthDays: [{
|
|
1998
1998
|
type: Input
|
|
@@ -2304,8 +2304,8 @@ class HorizontalViewListComponent {
|
|
|
2304
2304
|
this.renderer.setAttribute(this.element.nativeElement, attributeNames.ariaActiveDescendant, this.activeDescendant);
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2308
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: BusViewService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
2309
2309
|
<ng-template #tableTemplate let-date="date" let-class="className">
|
|
2310
2310
|
<table
|
|
2311
2311
|
[attr.role]="views >= 2 ? 'none' : 'grid'"
|
|
@@ -2390,7 +2390,7 @@ class HorizontalViewListComponent {
|
|
|
2390
2390
|
</ng-template>
|
|
2391
2391
|
`, 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 });
|
|
2392
2392
|
}
|
|
2393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
|
|
2394
2394
|
type: Component,
|
|
2395
2395
|
args: [{
|
|
2396
2396
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2482,7 +2482,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2482
2482
|
standalone: true,
|
|
2483
2483
|
imports: [NgClass, NgIf, NgFor, ViewComponent, NgTemplateOutlet, KForOf]
|
|
2484
2484
|
}]
|
|
2485
|
-
}], ctorParameters:
|
|
2485
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { handleMultiViewCalendarFocus: [{
|
|
2486
2486
|
type: HostListener,
|
|
2487
2487
|
args: ["focus"]
|
|
2488
2488
|
}], handleMultiViewCalendarBlur: [{
|
|
@@ -2707,8 +2707,8 @@ class HeaderComponent {
|
|
|
2707
2707
|
this.todayAvailable = isTodayInRange && !isDisabled;
|
|
2708
2708
|
this.cdr.markForCheck();
|
|
2709
2709
|
}
|
|
2710
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2711
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2710
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }, { token: i1.IntlService }, { token: DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2711
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
2712
2712
|
<ng-template *ngIf="headerTemplateRef; else defaultRendering"
|
|
2713
2713
|
[ngTemplateOutlet]="headerTemplateRef"
|
|
2714
2714
|
[ngTemplateOutletContext]="{ title: title, activeView: activeViewValue, date: currentDate }">
|
|
@@ -2790,7 +2790,7 @@ class HeaderComponent {
|
|
|
2790
2790
|
</ng-template>
|
|
2791
2791
|
`, 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]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
2792
2792
|
}
|
|
2793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2794
2794
|
type: Component,
|
|
2795
2795
|
args: [{
|
|
2796
2796
|
selector: 'kendo-calendar-header',
|
|
@@ -2878,7 +2878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2878
2878
|
standalone: true,
|
|
2879
2879
|
imports: [NgIf, NgTemplateOutlet, ButtonComponent, EventsOutsideAngularDirective]
|
|
2880
2880
|
}]
|
|
2881
|
-
}], ctorParameters:
|
|
2881
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i0.ChangeDetectorRef }, { type: i1$1.LocalizationService }, { type: i1.IntlService }, { type: DisabledDatesService }], propDecorators: { activeView: [{
|
|
2882
2882
|
type: Input
|
|
2883
2883
|
}], currentDate: [{
|
|
2884
2884
|
type: Input
|
|
@@ -2964,12 +2964,12 @@ class SelectionService {
|
|
|
2964
2964
|
isDateSelected(selectedDates, date) {
|
|
2965
2965
|
return selectedDates.some(item => isEqual(item, date));
|
|
2966
2966
|
}
|
|
2967
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2968
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, deps: [{ token: BusViewService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2968
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService });
|
|
2969
2969
|
}
|
|
2970
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, decorators: [{
|
|
2971
2971
|
type: Injectable
|
|
2972
|
-
}], ctorParameters:
|
|
2972
|
+
}], ctorParameters: () => [{ type: BusViewService }] });
|
|
2973
2973
|
|
|
2974
2974
|
/**
|
|
2975
2975
|
* A directive for customizing the cells in the Calendar component.
|
|
@@ -3000,16 +3000,16 @@ class CellTemplateDirective {
|
|
|
3000
3000
|
constructor(templateRef) {
|
|
3001
3001
|
this.templateRef = templateRef;
|
|
3002
3002
|
}
|
|
3003
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3004
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3003
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3004
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CellTemplateDirective, isStandalone: true, selector: "[kendoCalendarCellTemplate]", ngImport: i0 });
|
|
3005
3005
|
}
|
|
3006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
3007
3007
|
type: Directive,
|
|
3008
3008
|
args: [{
|
|
3009
3009
|
selector: '[kendoCalendarCellTemplate]',
|
|
3010
3010
|
standalone: true
|
|
3011
3011
|
}]
|
|
3012
|
-
}], ctorParameters:
|
|
3012
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3013
3013
|
|
|
3014
3014
|
/**
|
|
3015
3015
|
* A directive for customizing the month cells in the Calendar component.
|
|
@@ -3038,16 +3038,16 @@ class MonthCellTemplateDirective {
|
|
|
3038
3038
|
constructor(templateRef) {
|
|
3039
3039
|
this.templateRef = templateRef;
|
|
3040
3040
|
}
|
|
3041
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3042
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3041
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MonthCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3042
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MonthCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarMonthCellTemplate]", ngImport: i0 });
|
|
3043
3043
|
}
|
|
3044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MonthCellTemplateDirective, decorators: [{
|
|
3045
3045
|
type: Directive,
|
|
3046
3046
|
args: [{
|
|
3047
3047
|
selector: '[kendoCalendarMonthCellTemplate]',
|
|
3048
3048
|
standalone: true
|
|
3049
3049
|
}]
|
|
3050
|
-
}], ctorParameters:
|
|
3050
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3051
3051
|
|
|
3052
3052
|
/**
|
|
3053
3053
|
* A directive for customizing the year cells in the Calendar component.
|
|
@@ -3076,16 +3076,16 @@ class YearCellTemplateDirective {
|
|
|
3076
3076
|
constructor(templateRef) {
|
|
3077
3077
|
this.templateRef = templateRef;
|
|
3078
3078
|
}
|
|
3079
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3080
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3079
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: YearCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3080
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: YearCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarYearCellTemplate]", ngImport: i0 });
|
|
3081
3081
|
}
|
|
3082
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: YearCellTemplateDirective, decorators: [{
|
|
3083
3083
|
type: Directive,
|
|
3084
3084
|
args: [{
|
|
3085
3085
|
selector: '[kendoCalendarYearCellTemplate]',
|
|
3086
3086
|
standalone: true
|
|
3087
3087
|
}]
|
|
3088
|
-
}], ctorParameters:
|
|
3088
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3089
3089
|
|
|
3090
3090
|
/**
|
|
3091
3091
|
* A directive for customizing the decade cells in the Calendar component.
|
|
@@ -3114,16 +3114,16 @@ class DecadeCellTemplateDirective {
|
|
|
3114
3114
|
constructor(templateRef) {
|
|
3115
3115
|
this.templateRef = templateRef;
|
|
3116
3116
|
}
|
|
3117
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3118
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3117
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecadeCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3118
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DecadeCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarDecadeCellTemplate]", ngImport: i0 });
|
|
3119
3119
|
}
|
|
3120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DecadeCellTemplateDirective, decorators: [{
|
|
3121
3121
|
type: Directive,
|
|
3122
3122
|
args: [{
|
|
3123
3123
|
selector: '[kendoCalendarDecadeCellTemplate]',
|
|
3124
3124
|
standalone: true
|
|
3125
3125
|
}]
|
|
3126
|
-
}], ctorParameters:
|
|
3126
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3127
3127
|
|
|
3128
3128
|
/**
|
|
3129
3129
|
* A directive for customizing the century cells in the Calendar component.
|
|
@@ -3152,16 +3152,16 @@ class CenturyCellTemplateDirective {
|
|
|
3152
3152
|
constructor(templateRef) {
|
|
3153
3153
|
this.templateRef = templateRef;
|
|
3154
3154
|
}
|
|
3155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3156
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CenturyCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3156
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CenturyCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarCenturyCellTemplate]", ngImport: i0 });
|
|
3157
3157
|
}
|
|
3158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CenturyCellTemplateDirective, decorators: [{
|
|
3159
3159
|
type: Directive,
|
|
3160
3160
|
args: [{
|
|
3161
3161
|
selector: '[kendoCalendarCenturyCellTemplate]',
|
|
3162
3162
|
standalone: true
|
|
3163
3163
|
}]
|
|
3164
|
-
}], ctorParameters:
|
|
3164
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3165
3165
|
|
|
3166
3166
|
/**
|
|
3167
3167
|
* A directive for customizing the week number cells in the Calendar component.
|
|
@@ -3190,16 +3190,16 @@ class WeekNumberCellTemplateDirective {
|
|
|
3190
3190
|
constructor(templateRef) {
|
|
3191
3191
|
this.templateRef = templateRef;
|
|
3192
3192
|
}
|
|
3193
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3194
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3193
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WeekNumberCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3194
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: WeekNumberCellTemplateDirective, isStandalone: true, selector: "[kendoCalendarWeekNumberCellTemplate]", ngImport: i0 });
|
|
3195
3195
|
}
|
|
3196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WeekNumberCellTemplateDirective, decorators: [{
|
|
3197
3197
|
type: Directive,
|
|
3198
3198
|
args: [{
|
|
3199
3199
|
selector: '[kendoCalendarWeekNumberCellTemplate]',
|
|
3200
3200
|
standalone: true
|
|
3201
3201
|
}]
|
|
3202
|
-
}], ctorParameters:
|
|
3202
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3203
3203
|
|
|
3204
3204
|
/**
|
|
3205
3205
|
* A directive for customizing the header title in the Calendar component.
|
|
@@ -3228,16 +3228,16 @@ class HeaderTitleTemplateDirective {
|
|
|
3228
3228
|
constructor(templateRef) {
|
|
3229
3229
|
this.templateRef = templateRef;
|
|
3230
3230
|
}
|
|
3231
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3232
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3231
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTitleTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3232
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HeaderTitleTemplateDirective, isStandalone: true, selector: "[kendoCalendarHeaderTitleTemplate]", ngImport: i0 });
|
|
3233
3233
|
}
|
|
3234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTitleTemplateDirective, decorators: [{
|
|
3235
3235
|
type: Directive,
|
|
3236
3236
|
args: [{
|
|
3237
3237
|
selector: '[kendoCalendarHeaderTitleTemplate]',
|
|
3238
3238
|
standalone: true
|
|
3239
3239
|
}]
|
|
3240
|
-
}], ctorParameters:
|
|
3240
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3241
3241
|
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Handles range selection logic for Calendar components.
|
|
@@ -3384,15 +3384,15 @@ class NavigationService {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
return service.move(value, action);
|
|
3386
3386
|
}
|
|
3387
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3388
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3387
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [{ token: BusViewService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3388
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, providedIn: 'root' });
|
|
3389
3389
|
}
|
|
3390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
3391
3391
|
type: Injectable,
|
|
3392
3392
|
args: [{
|
|
3393
3393
|
providedIn: 'root'
|
|
3394
3394
|
}]
|
|
3395
|
-
}], ctorParameters:
|
|
3395
|
+
}], ctorParameters: () => [{ type: BusViewService }] });
|
|
3396
3396
|
|
|
3397
3397
|
/**
|
|
3398
3398
|
* A directive for customizing the entire header in the Calendar component.
|
|
@@ -3425,16 +3425,16 @@ class HeaderTemplateDirective {
|
|
|
3425
3425
|
constructor(templateRef) {
|
|
3426
3426
|
this.templateRef = templateRef;
|
|
3427
3427
|
}
|
|
3428
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3429
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3428
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3429
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoCalendarHeaderTemplate]", ngImport: i0 });
|
|
3430
3430
|
}
|
|
3431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
3432
3432
|
type: Directive,
|
|
3433
3433
|
args: [{
|
|
3434
3434
|
selector: '[kendoCalendarHeaderTemplate]',
|
|
3435
3435
|
standalone: true
|
|
3436
3436
|
}]
|
|
3437
|
-
}], ctorParameters:
|
|
3437
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3438
3438
|
|
|
3439
3439
|
/**
|
|
3440
3440
|
* A directive for customizing the footer in the Calendar component.
|
|
@@ -3464,16 +3464,16 @@ class FooterTemplateDirective {
|
|
|
3464
3464
|
constructor(templateRef) {
|
|
3465
3465
|
this.templateRef = templateRef;
|
|
3466
3466
|
}
|
|
3467
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3468
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3467
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3468
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoCalendarFooterTemplate]", ngImport: i0 });
|
|
3469
3469
|
}
|
|
3470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
3471
3471
|
type: Directive,
|
|
3472
3472
|
args: [{
|
|
3473
3473
|
selector: '[kendoCalendarFooterTemplate]',
|
|
3474
3474
|
standalone: true
|
|
3475
3475
|
}]
|
|
3476
|
-
}], ctorParameters:
|
|
3476
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
3477
3477
|
|
|
3478
3478
|
/**
|
|
3479
3479
|
* @hidden
|
|
@@ -3488,8 +3488,8 @@ class FooterComponent {
|
|
|
3488
3488
|
constructor(intl) {
|
|
3489
3489
|
this.intl = intl;
|
|
3490
3490
|
}
|
|
3491
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3492
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3491
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterComponent, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3492
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
3493
3493
|
<ng-template *ngIf="footerTemplateRef; else defaultRendering"
|
|
3494
3494
|
[ngTemplateOutlet]="footerTemplateRef"
|
|
3495
3495
|
[ngTemplateOutletContext]="{ activeView: activeViewValue, date: currentDate }">
|
|
@@ -3506,7 +3506,7 @@ class FooterComponent {
|
|
|
3506
3506
|
</ng-template>
|
|
3507
3507
|
`, 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]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
3508
3508
|
}
|
|
3509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterComponent, decorators: [{
|
|
3510
3510
|
type: Component,
|
|
3511
3511
|
args: [{
|
|
3512
3512
|
selector: 'kendo-calendar-footer',
|
|
@@ -3529,7 +3529,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3529
3529
|
standalone: true,
|
|
3530
3530
|
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
3531
3531
|
}]
|
|
3532
|
-
}], ctorParameters:
|
|
3532
|
+
}], ctorParameters: () => [{ type: i1.IntlService }], propDecorators: { showFooter: [{
|
|
3533
3533
|
type: HostBinding,
|
|
3534
3534
|
args: ['class.k-calendar-footer']
|
|
3535
3535
|
}], footerTemplateRef: [{
|
|
@@ -3560,10 +3560,10 @@ class Messages extends ComponentMessages {
|
|
|
3560
3560
|
* The title of the **Parent View** button in the header of the MultiViewCalendar.
|
|
3561
3561
|
*/
|
|
3562
3562
|
parentViewButtonTitle;
|
|
3563
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3564
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3563
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3564
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, selector: "kendo-multiview-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
3565
3565
|
}
|
|
3566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
3567
3567
|
type: Directive,
|
|
3568
3568
|
args: [{
|
|
3569
3569
|
// eslint-disable-next-line
|
|
@@ -3588,15 +3588,15 @@ class MultiViewCalendarLocalizedMessagesDirective extends Messages {
|
|
|
3588
3588
|
super();
|
|
3589
3589
|
this.service = service;
|
|
3590
3590
|
}
|
|
3591
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3592
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3591
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3592
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MultiViewCalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
|
|
3593
3593
|
{
|
|
3594
3594
|
provide: Messages,
|
|
3595
3595
|
useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
|
|
3596
3596
|
}
|
|
3597
3597
|
], usesInheritance: true, ngImport: i0 });
|
|
3598
3598
|
}
|
|
3599
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, decorators: [{
|
|
3600
3600
|
type: Directive,
|
|
3601
3601
|
args: [{
|
|
3602
3602
|
providers: [
|
|
@@ -3608,7 +3608,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3608
3608
|
selector: '[kendoMultiViewCalendarLocalizedMessages]',
|
|
3609
3609
|
standalone: true
|
|
3610
3610
|
}]
|
|
3611
|
-
}], ctorParameters:
|
|
3611
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
3612
3612
|
|
|
3613
3613
|
const BOTTOM_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
3614
3614
|
const TOP_VIEW_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
@@ -4767,8 +4767,8 @@ class MultiViewCalendarComponent {
|
|
|
4767
4767
|
focusedDate: date
|
|
4768
4768
|
});
|
|
4769
4769
|
}
|
|
4770
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4771
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4770
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
4771
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: [
|
|
4772
4772
|
BusViewService,
|
|
4773
4773
|
RANGE_CALENDAR_VALUE_ACCESSOR,
|
|
4774
4774
|
RANGE_CALENDAR_RANGE_VALIDATORS,
|
|
@@ -4857,7 +4857,7 @@ class MultiViewCalendarComponent {
|
|
|
4857
4857
|
</kendo-calendar-footer>
|
|
4858
4858
|
`, 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 });
|
|
4859
4859
|
}
|
|
4860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarComponent, decorators: [{
|
|
4861
4861
|
type: Component,
|
|
4862
4862
|
args: [{
|
|
4863
4863
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -4955,7 +4955,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4955
4955
|
standalone: true,
|
|
4956
4956
|
imports: [MultiViewCalendarLocalizedMessagesDirective, NgIf, HeaderComponent, HorizontalViewListComponent, FooterComponent]
|
|
4957
4957
|
}]
|
|
4958
|
-
}], ctorParameters:
|
|
4958
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i0.ElementRef }, { type: NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: DisabledDatesService }, { type: SelectionService }], propDecorators: { showOtherMonthDays: [{
|
|
4959
4959
|
type: Input
|
|
4960
4960
|
}], showCalendarHeader: [{
|
|
4961
4961
|
type: Input
|
|
@@ -5301,10 +5301,10 @@ class CalendarDOMService {
|
|
|
5301
5301
|
document.body.removeChild(hostClone);
|
|
5302
5302
|
}
|
|
5303
5303
|
}
|
|
5304
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5305
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarDOMService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5305
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarDOMService, providedIn: 'root' });
|
|
5306
5306
|
}
|
|
5307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarDOMService, decorators: [{
|
|
5308
5308
|
type: Injectable,
|
|
5309
5309
|
args: [{
|
|
5310
5310
|
providedIn: 'root'
|
|
@@ -5721,8 +5721,8 @@ class VirtualizationComponent {
|
|
|
5721
5721
|
getContainerScrollDirection(indexOffset) {
|
|
5722
5722
|
return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
|
|
5723
5723
|
}
|
|
5724
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5725
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5724
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i19.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5725
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: [{
|
|
5726
5726
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
5727
5727
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
5728
5728
|
}], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -5734,7 +5734,7 @@ class VirtualizationComponent {
|
|
|
5734
5734
|
></div>
|
|
5735
5735
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5736
5736
|
}
|
|
5737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: VirtualizationComponent, decorators: [{
|
|
5738
5738
|
type: Component,
|
|
5739
5739
|
args: [{
|
|
5740
5740
|
providers: [{
|
|
@@ -5753,10 +5753,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5753
5753
|
standalone: true,
|
|
5754
5754
|
imports: [NgStyle]
|
|
5755
5755
|
}]
|
|
5756
|
-
}], ctorParameters:
|
|
5756
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
5757
5757
|
type: Inject,
|
|
5758
5758
|
args: [SCROLLER_FACTORY_TOKEN]
|
|
5759
|
-
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i19.ScrollbarWidthService }]
|
|
5759
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i19.ScrollbarWidthService }], propDecorators: { direction: [{
|
|
5760
5760
|
type: Input
|
|
5761
5761
|
}], itemHeight: [{
|
|
5762
5762
|
type: Input
|
|
@@ -5913,8 +5913,8 @@ class NavigationComponent {
|
|
|
5913
5913
|
this.cdr.markForCheck();
|
|
5914
5914
|
}
|
|
5915
5915
|
}
|
|
5916
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5917
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationComponent, deps: [{ token: BusViewService }, { token: CalendarDOMService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
5917
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
5918
5918
|
<span class="k-calendar-navigation-highlight"></span>
|
|
5919
5919
|
<kendo-virtualization
|
|
5920
5920
|
[skip]="skip"
|
|
@@ -5942,7 +5942,7 @@ class NavigationComponent {
|
|
|
5942
5942
|
</kendo-virtualization>
|
|
5943
5943
|
`, 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 });
|
|
5944
5944
|
}
|
|
5945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
5946
5946
|
type: Component,
|
|
5947
5947
|
args: [{
|
|
5948
5948
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -5977,7 +5977,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5977
5977
|
standalone: true,
|
|
5978
5978
|
imports: [VirtualizationComponent, EventsOutsideAngularDirective, KForOf, NgIf, NgTemplateOutlet]
|
|
5979
5979
|
}]
|
|
5980
|
-
}], ctorParameters:
|
|
5980
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: CalendarDOMService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }], propDecorators: { activeView: [{
|
|
5981
5981
|
type: Input
|
|
5982
5982
|
}], min: [{
|
|
5983
5983
|
type: Input
|
|
@@ -6206,8 +6206,8 @@ class ViewListComponent {
|
|
|
6206
6206
|
this.cdr.markForCheck();
|
|
6207
6207
|
}
|
|
6208
6208
|
}
|
|
6209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6210
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewListComponent, deps: [{ token: BusViewService }, { token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: CalendarDOMService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
6210
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
6211
6211
|
<kendo-calendar-header
|
|
6212
6212
|
[currentDate]="activeDate"
|
|
6213
6213
|
[size]="size"
|
|
@@ -6286,7 +6286,7 @@ class ViewListComponent {
|
|
|
6286
6286
|
</kendo-calendar-footer>
|
|
6287
6287
|
`, 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 });
|
|
6288
6288
|
}
|
|
6289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewListComponent, decorators: [{
|
|
6290
6290
|
type: Component,
|
|
6291
6291
|
args: [{
|
|
6292
6292
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -6372,7 +6372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6372
6372
|
standalone: true,
|
|
6373
6373
|
imports: [HeaderComponent, NgIf, NgFor, VirtualizationComponent, KForOf, ViewComponent, FooterComponent]
|
|
6374
6374
|
}]
|
|
6375
|
-
}], ctorParameters:
|
|
6375
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i0.ChangeDetectorRef }, { type: i1.IntlService }, { type: CalendarDOMService }, { type: i0.Renderer2 }], propDecorators: { allowReverse: [{
|
|
6376
6376
|
type: Input
|
|
6377
6377
|
}], cellTemplateRef: [{
|
|
6378
6378
|
type: Input
|
|
@@ -6540,12 +6540,12 @@ class ScrollSyncService {
|
|
|
6540
6540
|
this.viewSubscription.unsubscribe();
|
|
6541
6541
|
}
|
|
6542
6542
|
}
|
|
6543
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6544
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
6543
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, deps: [{ token: CalendarDOMService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
6544
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService });
|
|
6545
6545
|
}
|
|
6546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, decorators: [{
|
|
6547
6547
|
type: Injectable
|
|
6548
|
-
}], ctorParameters:
|
|
6548
|
+
}], ctorParameters: () => [{ type: CalendarDOMService }, { type: i0.NgZone }] });
|
|
6549
6549
|
|
|
6550
6550
|
/**
|
|
6551
6551
|
* A directive for customizing the navigation items in the Calendar component.
|
|
@@ -6574,16 +6574,16 @@ class NavigationItemTemplateDirective {
|
|
|
6574
6574
|
constructor(templateRef) {
|
|
6575
6575
|
this.templateRef = templateRef;
|
|
6576
6576
|
}
|
|
6577
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6578
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6578
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NavigationItemTemplateDirective, isStandalone: true, selector: "[kendoCalendarNavigationItemTemplate]", ngImport: i0 });
|
|
6579
6579
|
}
|
|
6580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationItemTemplateDirective, decorators: [{
|
|
6581
6581
|
type: Directive,
|
|
6582
6582
|
args: [{
|
|
6583
6583
|
selector: '[kendoCalendarNavigationItemTemplate]',
|
|
6584
6584
|
standalone: true
|
|
6585
6585
|
}]
|
|
6586
|
-
}], ctorParameters:
|
|
6586
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
6587
6587
|
|
|
6588
6588
|
/**
|
|
6589
6589
|
* @hidden
|
|
@@ -6618,15 +6618,15 @@ class MultiViewCalendarCustomMessagesComponent extends Messages {
|
|
|
6618
6618
|
get override() {
|
|
6619
6619
|
return true;
|
|
6620
6620
|
}
|
|
6621
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6622
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6621
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6622
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MultiViewCalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-multiviewcalendar-messages", providers: [
|
|
6623
6623
|
{
|
|
6624
6624
|
provide: Messages,
|
|
6625
6625
|
useExisting: forwardRef(() => MultiViewCalendarCustomMessagesComponent)
|
|
6626
6626
|
}
|
|
6627
6627
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6628
6628
|
}
|
|
6629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, decorators: [{
|
|
6630
6630
|
type: Component,
|
|
6631
6631
|
args: [{
|
|
6632
6632
|
providers: [
|
|
@@ -6639,7 +6639,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6639
6639
|
template: ``,
|
|
6640
6640
|
standalone: true
|
|
6641
6641
|
}]
|
|
6642
|
-
}], ctorParameters:
|
|
6642
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
6643
6643
|
|
|
6644
6644
|
/**
|
|
6645
6645
|
* @hidden
|
|
@@ -6661,10 +6661,10 @@ class CalendarMessages extends ComponentMessages {
|
|
|
6661
6661
|
* The title of the **Parent View** button in the header of the Calendar.
|
|
6662
6662
|
*/
|
|
6663
6663
|
parentViewButtonTitle;
|
|
6664
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6665
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6664
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6665
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CalendarMessages, selector: "kendo-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
6666
6666
|
}
|
|
6667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6667
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
6668
6668
|
type: Directive,
|
|
6669
6669
|
args: [{
|
|
6670
6670
|
// eslint-disable-next-line
|
|
@@ -6689,15 +6689,15 @@ class CalendarLocalizedMessagesDirective extends CalendarMessages {
|
|
|
6689
6689
|
super();
|
|
6690
6690
|
this.service = service;
|
|
6691
6691
|
}
|
|
6692
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6693
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
6692
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6693
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoCalendarLocalizedMessages]", providers: [
|
|
6694
6694
|
{
|
|
6695
6695
|
provide: CalendarMessages,
|
|
6696
6696
|
useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
|
|
6697
6697
|
}
|
|
6698
6698
|
], usesInheritance: true, ngImport: i0 });
|
|
6699
6699
|
}
|
|
6700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarLocalizedMessagesDirective, decorators: [{
|
|
6701
6701
|
type: Directive,
|
|
6702
6702
|
args: [{
|
|
6703
6703
|
providers: [
|
|
@@ -6709,7 +6709,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6709
6709
|
selector: '[kendoCalendarLocalizedMessages]',
|
|
6710
6710
|
standalone: true
|
|
6711
6711
|
}]
|
|
6712
|
-
}], ctorParameters:
|
|
6712
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
6713
6713
|
|
|
6714
6714
|
const BOTTOM_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-bottomview';
|
|
6715
6715
|
const TOP_VIEW_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/CalendarComponent/#toc-topview';
|
|
@@ -7941,8 +7941,8 @@ class CalendarComponent {
|
|
|
7941
7941
|
focusedDate: date
|
|
7942
7942
|
});
|
|
7943
7943
|
}
|
|
7944
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7945
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7944
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
7945
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: { closePopup: "closePopup", 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: [
|
|
7946
7946
|
BusViewService,
|
|
7947
7947
|
CALENDAR_VALUE_ACCESSOR,
|
|
7948
7948
|
CALENDAR_RANGE_VALIDATORS,
|
|
@@ -8077,7 +8077,7 @@ class CalendarComponent {
|
|
|
8077
8077
|
</ng-container>
|
|
8078
8078
|
`, 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 });
|
|
8079
8079
|
}
|
|
8080
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
8081
8081
|
type: Component,
|
|
8082
8082
|
args: [{
|
|
8083
8083
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -8221,9 +8221,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8221
8221
|
standalone: true,
|
|
8222
8222
|
imports: [CalendarLocalizedMessagesDirective, NgIf, NavigationComponent, ViewListComponent, ResizeSensorComponent, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent]
|
|
8223
8223
|
}]
|
|
8224
|
-
}], ctorParameters:
|
|
8224
|
+
}], ctorParameters: () => [{ 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: [{
|
|
8225
8225
|
type: Optional
|
|
8226
|
-
}] }]
|
|
8226
|
+
}] }], propDecorators: { showOtherMonthDays: [{
|
|
8227
8227
|
type: Input
|
|
8228
8228
|
}], id: [{
|
|
8229
8229
|
type: Input
|
|
@@ -8410,10 +8410,10 @@ class DateInputMessages extends ComponentMessages {
|
|
|
8410
8410
|
* The title of the **Clear** button of the DateInput.
|
|
8411
8411
|
*/
|
|
8412
8412
|
clearTitle;
|
|
8413
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8414
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
8414
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateInputMessages, selector: "kendo-dateinput-messages-base", inputs: { decrement: "decrement", increment: "increment", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
8415
8415
|
}
|
|
8416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
8417
8417
|
type: Directive,
|
|
8418
8418
|
args: [{
|
|
8419
8419
|
// eslint-disable-next-line
|
|
@@ -8436,15 +8436,15 @@ class DateInputLocalizedMessagesDirective extends DateInputMessages {
|
|
|
8436
8436
|
super();
|
|
8437
8437
|
this.service = service;
|
|
8438
8438
|
}
|
|
8439
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8440
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8439
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8440
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateInputLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateInputLocalizedMessages]", providers: [
|
|
8441
8441
|
{
|
|
8442
8442
|
provide: DateInputMessages,
|
|
8443
8443
|
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
8444
8444
|
}
|
|
8445
8445
|
], usesInheritance: true, ngImport: i0 });
|
|
8446
8446
|
}
|
|
8447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputLocalizedMessagesDirective, decorators: [{
|
|
8448
8448
|
type: Directive,
|
|
8449
8449
|
args: [{
|
|
8450
8450
|
providers: [
|
|
@@ -8456,7 +8456,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8456
8456
|
selector: '[kendoDateInputLocalizedMessages]',
|
|
8457
8457
|
standalone: true
|
|
8458
8458
|
}]
|
|
8459
|
-
}], ctorParameters:
|
|
8459
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
8460
8460
|
|
|
8461
8461
|
let nextId = 0;
|
|
8462
8462
|
const MIN_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DateInputComponent/#toc-min';
|
|
@@ -8886,7 +8886,7 @@ class DateInputComponent {
|
|
|
8886
8886
|
placeholder: this.placeholder,
|
|
8887
8887
|
autoCorrectParts: this.autoCorrectParts,
|
|
8888
8888
|
autoSwitchParts: this.autoSwitchParts,
|
|
8889
|
-
selectPreviousSegmentOnBackspace: true,
|
|
8889
|
+
selectPreviousSegmentOnBackspace: true, // matches current behavior -> Backspace moves to previous segment
|
|
8890
8890
|
autoSwitchKeys: this.autoSwitchKeys,
|
|
8891
8891
|
twoDigitYearMax: this.twoDigitYearMax,
|
|
8892
8892
|
enableMouseWheel: this.enableMouseWheel,
|
|
@@ -9314,8 +9314,8 @@ class DateInputComponent {
|
|
|
9314
9314
|
const attributesToRender = { ...this.mutableAttributes, ...this.parsedAttributes };
|
|
9315
9315
|
setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
|
|
9316
9316
|
}
|
|
9317
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9318
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9317
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
9318
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: [
|
|
9319
9319
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
9320
9320
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
9321
9321
|
{ provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
|
|
@@ -9411,7 +9411,7 @@ class DateInputComponent {
|
|
|
9411
9411
|
</span>
|
|
9412
9412
|
`, 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 });
|
|
9413
9413
|
}
|
|
9414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
9415
9415
|
type: Component,
|
|
9416
9416
|
args: [{
|
|
9417
9417
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -9516,9 +9516,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9516
9516
|
standalone: true,
|
|
9517
9517
|
imports: [DateInputLocalizedMessagesDirective, EventsOutsideAngularDirective, NgIf, IconWrapperComponent]
|
|
9518
9518
|
}]
|
|
9519
|
-
}], ctorParameters:
|
|
9519
|
+
}], ctorParameters: () => [{ 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: [{
|
|
9520
9520
|
type: Optional
|
|
9521
|
-
}] }]
|
|
9521
|
+
}] }], propDecorators: { focusableId: [{
|
|
9522
9522
|
type: Input
|
|
9523
9523
|
}], pickerType: [{
|
|
9524
9524
|
type: Input
|
|
@@ -9678,15 +9678,15 @@ class CalendarCustomMessagesComponent extends CalendarMessages {
|
|
|
9678
9678
|
get override() {
|
|
9679
9679
|
return true;
|
|
9680
9680
|
}
|
|
9681
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9682
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9681
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9682
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-calendar-messages", providers: [
|
|
9683
9683
|
{
|
|
9684
9684
|
provide: CalendarMessages,
|
|
9685
9685
|
useExisting: forwardRef(() => CalendarCustomMessagesComponent)
|
|
9686
9686
|
}
|
|
9687
9687
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9688
9688
|
}
|
|
9689
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9689
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
|
|
9690
9690
|
type: Component,
|
|
9691
9691
|
args: [{
|
|
9692
9692
|
providers: [
|
|
@@ -9699,7 +9699,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9699
9699
|
template: ``,
|
|
9700
9700
|
standalone: true
|
|
9701
9701
|
}]
|
|
9702
|
-
}], ctorParameters:
|
|
9702
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
9703
9703
|
|
|
9704
9704
|
/**
|
|
9705
9705
|
* Represents the Kendo UI DateInput custom messages component.
|
|
@@ -9730,15 +9730,15 @@ class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
|
9730
9730
|
get override() {
|
|
9731
9731
|
return true;
|
|
9732
9732
|
}
|
|
9733
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9734
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9734
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateInputCustomMessagesComponent, isStandalone: true, selector: "kendo-dateinput-messages", providers: [
|
|
9735
9735
|
{
|
|
9736
9736
|
provide: DateInputMessages,
|
|
9737
9737
|
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
9738
9738
|
}
|
|
9739
9739
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9740
9740
|
}
|
|
9741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
9742
9742
|
type: Component,
|
|
9743
9743
|
args: [{
|
|
9744
9744
|
providers: [
|
|
@@ -9751,7 +9751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9751
9751
|
template: ``,
|
|
9752
9752
|
standalone: true
|
|
9753
9753
|
}]
|
|
9754
|
-
}], ctorParameters:
|
|
9754
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
9755
9755
|
|
|
9756
9756
|
/**
|
|
9757
9757
|
* @hidden
|
|
@@ -9785,10 +9785,10 @@ class DatePickerMessages extends ComponentMessages {
|
|
|
9785
9785
|
* The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
|
|
9786
9786
|
*/
|
|
9787
9787
|
adaptiveCloseButtonTitle;
|
|
9788
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9789
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
9788
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
9789
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", clearTitle: "clearTitle", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
9790
9790
|
}
|
|
9791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
9792
9792
|
type: Directive,
|
|
9793
9793
|
args: [{
|
|
9794
9794
|
// eslint-disable-next-line
|
|
@@ -9819,15 +9819,15 @@ class DatePickerLocalizedMessagesDirective extends DatePickerMessages {
|
|
|
9819
9819
|
super();
|
|
9820
9820
|
this.service = service;
|
|
9821
9821
|
}
|
|
9822
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9823
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
9822
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9823
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DatePickerLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDatePickerLocalizedMessages]", providers: [
|
|
9824
9824
|
{
|
|
9825
9825
|
provide: DatePickerMessages,
|
|
9826
9826
|
useExisting: forwardRef(() => DatePickerLocalizedMessagesDirective)
|
|
9827
9827
|
}
|
|
9828
9828
|
], usesInheritance: true, ngImport: i0 });
|
|
9829
9829
|
}
|
|
9830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerLocalizedMessagesDirective, decorators: [{
|
|
9831
9831
|
type: Directive,
|
|
9832
9832
|
args: [{
|
|
9833
9833
|
providers: [
|
|
@@ -9839,7 +9839,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9839
9839
|
selector: '[kendoDatePickerLocalizedMessages]',
|
|
9840
9840
|
standalone: true
|
|
9841
9841
|
}]
|
|
9842
|
-
}], ctorParameters:
|
|
9842
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
9843
9843
|
|
|
9844
9844
|
const MIN_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-min';
|
|
9845
9845
|
const MAX_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/api/DatePickerComponent/#toc-max';
|
|
@@ -10624,6 +10624,9 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10624
10624
|
if (this.isAdaptive) {
|
|
10625
10625
|
this.show = true;
|
|
10626
10626
|
}
|
|
10627
|
+
else if (this.isOpen) {
|
|
10628
|
+
this.show = false;
|
|
10629
|
+
}
|
|
10627
10630
|
}
|
|
10628
10631
|
/**
|
|
10629
10632
|
* @hidden
|
|
@@ -10932,8 +10935,8 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10932
10935
|
this.renderer.addClass(this.toggleButton.nativeElement, `k-button-${this.fillMode}-base`);
|
|
10933
10936
|
}
|
|
10934
10937
|
}
|
|
10935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10936
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
10938
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
10939
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", 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: [
|
|
10937
10940
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10938
10941
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10939
10942
|
{ provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
|
|
@@ -11133,7 +11136,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11133
11136
|
</ng-template>
|
|
11134
11137
|
`, 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: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "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: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11135
11138
|
}
|
|
11136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
11137
11140
|
type: Component,
|
|
11138
11141
|
args: [{
|
|
11139
11142
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -11342,7 +11345,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
11342
11345
|
standalone: true,
|
|
11343
11346
|
imports: [DatePickerLocalizedMessagesDirective, DateInputComponent, DateInputCustomMessagesComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, NgIf, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, CalendarComponent, CalendarCustomMessagesComponent]
|
|
11344
11347
|
}]
|
|
11345
|
-
}], ctorParameters:
|
|
11348
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$2.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: DisabledDatesService }, { type: i6.AdaptiveService }], propDecorators: { container: [{
|
|
11346
11349
|
type: ViewChild,
|
|
11347
11350
|
args: ['container', { read: ViewContainerRef, static: true }]
|
|
11348
11351
|
}], popupTemplate: [{
|
|
@@ -11646,15 +11649,15 @@ class TimePickerDOMService {
|
|
|
11646
11649
|
}
|
|
11647
11650
|
return (element.nativeElement || element) === document.activeElement;
|
|
11648
11651
|
}
|
|
11649
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11650
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11652
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerDOMService, deps: [{ token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11653
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerDOMService, providedIn: 'root' });
|
|
11651
11654
|
}
|
|
11652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerDOMService, decorators: [{
|
|
11653
11656
|
type: Injectable,
|
|
11654
11657
|
args: [{
|
|
11655
11658
|
providedIn: 'root'
|
|
11656
11659
|
}]
|
|
11657
|
-
}], ctorParameters:
|
|
11660
|
+
}], ctorParameters: () => [{ type: i6.AdaptiveService }] });
|
|
11658
11661
|
|
|
11659
11662
|
const HOURS_IN_DAY = 24;
|
|
11660
11663
|
const clampToRange$3 = (rangeValue) => (value) => value % rangeValue;
|
|
@@ -11766,15 +11769,15 @@ class HoursService {
|
|
|
11766
11769
|
const [min, max] = this.limitRange(this.min, this.max, value);
|
|
11767
11770
|
return [min.getHours(), max.getHours()];
|
|
11768
11771
|
}
|
|
11769
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11770
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11772
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HoursService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11773
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HoursService, providedIn: 'root' });
|
|
11771
11774
|
}
|
|
11772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HoursService, decorators: [{
|
|
11773
11776
|
type: Injectable,
|
|
11774
11777
|
args: [{
|
|
11775
11778
|
providedIn: 'root'
|
|
11776
11779
|
}]
|
|
11777
|
-
}], ctorParameters:
|
|
11780
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
11778
11781
|
|
|
11779
11782
|
const MINUTES_IN_HOUR = 60;
|
|
11780
11783
|
const clampToRange$2 = (rangeValue) => (value) => value % rangeValue;
|
|
@@ -11884,15 +11887,15 @@ class MinutesService {
|
|
|
11884
11887
|
const [min, max] = this.limitRange(this.min, this.max, value);
|
|
11885
11888
|
return [min.getMinutes(), max.getMinutes()];
|
|
11886
11889
|
}
|
|
11887
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11888
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11890
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MinutesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11891
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MinutesService, providedIn: 'root' });
|
|
11889
11892
|
}
|
|
11890
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MinutesService, decorators: [{
|
|
11891
11894
|
type: Injectable,
|
|
11892
11895
|
args: [{
|
|
11893
11896
|
providedIn: 'root'
|
|
11894
11897
|
}]
|
|
11895
|
-
}], ctorParameters:
|
|
11898
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
11896
11899
|
|
|
11897
11900
|
const SECONDS_IN_HOUR = 60;
|
|
11898
11901
|
const clampToRange$1 = (rangeValue) => (value) => value % rangeValue;
|
|
@@ -12002,15 +12005,15 @@ class SecondsService {
|
|
|
12002
12005
|
const [min, max] = this.limitRange(this.min, this.max, value);
|
|
12003
12006
|
return [min.getSeconds(), max.getSeconds()];
|
|
12004
12007
|
}
|
|
12005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12006
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
12008
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12009
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SecondsService, providedIn: 'root' });
|
|
12007
12010
|
}
|
|
12008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SecondsService, decorators: [{
|
|
12009
12012
|
type: Injectable,
|
|
12010
12013
|
args: [{
|
|
12011
12014
|
providedIn: 'root'
|
|
12012
12015
|
}]
|
|
12013
|
-
}], ctorParameters:
|
|
12016
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
12014
12017
|
|
|
12015
12018
|
const MILLISECONDS_IN_SECOND = 1000;
|
|
12016
12019
|
const clampToRange = (rangeValue) => (value) => value % rangeValue;
|
|
@@ -12048,7 +12051,7 @@ class MillisecondsService {
|
|
|
12048
12051
|
this.toListItem = (millisecond) => {
|
|
12049
12052
|
const date = setMilliseconds(MIDNIGHT_DATE, millisecond);
|
|
12050
12053
|
return {
|
|
12051
|
-
text: this.intl.formatDate(date, "SSS"),
|
|
12054
|
+
text: this.intl.formatDate(date, "SSS"), // Always "SSS" for the popup UI
|
|
12052
12055
|
value: date
|
|
12053
12056
|
};
|
|
12054
12057
|
};
|
|
@@ -12123,15 +12126,15 @@ class MillisecondsService {
|
|
|
12123
12126
|
const [min, max] = this.limitRange(this.min, this.max, value);
|
|
12124
12127
|
return [min.getMilliseconds(), max.getMilliseconds()];
|
|
12125
12128
|
}
|
|
12126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12127
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
12129
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MillisecondsService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12130
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MillisecondsService, providedIn: 'root' });
|
|
12128
12131
|
}
|
|
12129
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MillisecondsService, decorators: [{
|
|
12130
12133
|
type: Injectable,
|
|
12131
12134
|
args: [{
|
|
12132
12135
|
providedIn: 'root'
|
|
12133
12136
|
}]
|
|
12134
|
-
}], ctorParameters:
|
|
12137
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
12135
12138
|
|
|
12136
12139
|
const setHours = (date, hours) => {
|
|
12137
12140
|
const clone = cloneDate(date);
|
|
@@ -12246,15 +12249,15 @@ class DayPeriodService {
|
|
|
12246
12249
|
Math.max(minHour, maxHour)
|
|
12247
12250
|
];
|
|
12248
12251
|
}
|
|
12249
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12250
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
12252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DayPeriodService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12253
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DayPeriodService, providedIn: 'root' });
|
|
12251
12254
|
}
|
|
12252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DayPeriodService, decorators: [{
|
|
12253
12256
|
type: Injectable,
|
|
12254
12257
|
args: [{
|
|
12255
12258
|
providedIn: 'root'
|
|
12256
12259
|
}]
|
|
12257
|
-
}], ctorParameters:
|
|
12260
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
12258
12261
|
|
|
12259
12262
|
/* eslint-disable @angular-eslint/component-selector */
|
|
12260
12263
|
const SNAP_THRESHOLD = 0.05; //% of the item height
|
|
@@ -12514,8 +12517,8 @@ class TimeListComponent {
|
|
|
12514
12517
|
const element = this.element.nativeElement;
|
|
12515
12518
|
this.domEvents.push(this.renderer.listen(element, 'mouseover', () => !this.isActive && this.focus()), this.renderer.listen(element, 'click', () => this.focus()), this.renderer.listen(element, 'blur', () => this.isActive = false), this.renderer.listen(element, 'focus', () => this.isActive = true), this.renderer.listen(element, 'keydown', this.handleKeyDown.bind(this)));
|
|
12516
12519
|
}
|
|
12517
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12518
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
12520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
12521
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimeListComponent, isStandalone: true, selector: "kendo-timelist", inputs: { min: "min", max: "max", part: "part", step: "step", disabled: "disabled", value: "value", isLast: "isLast", isFirst: "isFirst" }, outputs: { valueChange: "valueChange", tabOutLastPart: "tabOutLastPart", tabOutFirstPart: "tabOutFirstPart" }, host: { properties: { "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: `
|
|
12519
12522
|
<kendo-virtualization
|
|
12520
12523
|
[attr.role]="roleAttribute"
|
|
12521
12524
|
[attr.aria-label]="ariaLabel"
|
|
@@ -12547,7 +12550,7 @@ class TimeListComponent {
|
|
|
12547
12550
|
</kendo-virtualization>
|
|
12548
12551
|
`, 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"] }] });
|
|
12549
12552
|
}
|
|
12550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
12551
12554
|
type: Component,
|
|
12552
12555
|
args: [{
|
|
12553
12556
|
selector: 'kendo-timelist',
|
|
@@ -12585,7 +12588,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12585
12588
|
standalone: true,
|
|
12586
12589
|
imports: [VirtualizationComponent, NgStyle, EventsOutsideAngularDirective, NgFor]
|
|
12587
12590
|
}]
|
|
12588
|
-
}], ctorParameters:
|
|
12591
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Injector }, { type: TimePickerDOMService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1$1.LocalizationService }], propDecorators: { min: [{
|
|
12589
12592
|
type: Input
|
|
12590
12593
|
}], max: [{
|
|
12591
12594
|
type: Input
|
|
@@ -12743,10 +12746,10 @@ class TimePickerMessages extends ComponentMessages {
|
|
|
12743
12746
|
* Specifies the title of the **Close** button of the ActionSheet that renders instead of the popup when using small screen devices in adaptive mode.
|
|
12744
12747
|
*/
|
|
12745
12748
|
adaptiveCloseButtonTitle;
|
|
12746
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12747
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12749
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
12750
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", 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", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
12748
12751
|
}
|
|
12749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
12750
12753
|
type: Directive,
|
|
12751
12754
|
args: [{
|
|
12752
12755
|
// eslint-disable-next-line
|
|
@@ -12791,15 +12794,15 @@ class TimeSelectorLocalizedMessagesDirective extends TimePickerMessages {
|
|
|
12791
12794
|
super();
|
|
12792
12795
|
this.service = service;
|
|
12793
12796
|
}
|
|
12794
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12795
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
12797
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeSelectorLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12798
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TimeSelectorLocalizedMessagesDirective, isStandalone: true, selector: "[kendoTimeSelectorLocalizedMessages]", providers: [
|
|
12796
12799
|
{
|
|
12797
12800
|
provide: TimePickerMessages,
|
|
12798
12801
|
useExisting: forwardRef(() => TimeSelectorLocalizedMessagesDirective)
|
|
12799
12802
|
}
|
|
12800
12803
|
], usesInheritance: true, ngImport: i0 });
|
|
12801
12804
|
}
|
|
12802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeSelectorLocalizedMessagesDirective, decorators: [{
|
|
12803
12806
|
type: Directive,
|
|
12804
12807
|
args: [{
|
|
12805
12808
|
providers: [
|
|
@@ -12811,7 +12814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12811
12814
|
selector: '[kendoTimeSelectorLocalizedMessages]',
|
|
12812
12815
|
standalone: true
|
|
12813
12816
|
}]
|
|
12814
|
-
}], ctorParameters:
|
|
12817
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
12815
12818
|
|
|
12816
12819
|
const listReducer = (state, list, idx, all) => {
|
|
12817
12820
|
if (state.length || !list.isActive) {
|
|
@@ -13203,8 +13206,8 @@ class TimeSelectorComponent {
|
|
|
13203
13206
|
}
|
|
13204
13207
|
return listIdx;
|
|
13205
13208
|
}
|
|
13206
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13207
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
13210
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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", tabOutFirstPart: "tabOutFirstPart", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13208
13211
|
LocalizationService,
|
|
13209
13212
|
{
|
|
13210
13213
|
provide: L10N_PREFIX,
|
|
@@ -13322,7 +13325,7 @@ class TimeSelectorComponent {
|
|
|
13322
13325
|
</div>
|
|
13323
13326
|
`, 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", "isFirst"], outputs: ["valueChange", "tabOutLastPart", "tabOutFirstPart"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13324
13327
|
}
|
|
13325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
13326
13329
|
type: Component,
|
|
13327
13330
|
args: [{
|
|
13328
13331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -13449,9 +13452,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
13449
13452
|
standalone: true,
|
|
13450
13453
|
imports: [TimeSelectorLocalizedMessagesDirective, NgIf, EventsOutsideAngularDirective, NgFor, TimeListComponent]
|
|
13451
13454
|
}]
|
|
13452
|
-
}], ctorParameters:
|
|
13455
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i1.IntlService }, { type: TimePickerDOMService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: PickerService, decorators: [{
|
|
13453
13456
|
type: Optional
|
|
13454
|
-
}] }]
|
|
13457
|
+
}] }], propDecorators: { accept: [{
|
|
13455
13458
|
type: ViewChild,
|
|
13456
13459
|
args: ['accept', { static: false }]
|
|
13457
13460
|
}], cancel: [{
|
|
@@ -13536,15 +13539,15 @@ class TimeSelectorCustomMessagesComponent extends TimePickerMessages {
|
|
|
13536
13539
|
get override() {
|
|
13537
13540
|
return true;
|
|
13538
13541
|
}
|
|
13539
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13540
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
13542
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeSelectorCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13543
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimeSelectorCustomMessagesComponent, isStandalone: true, selector: "kendo-timeselector-messages", providers: [
|
|
13541
13544
|
{
|
|
13542
13545
|
provide: TimePickerMessages,
|
|
13543
13546
|
useExisting: forwardRef(() => TimeSelectorCustomMessagesComponent)
|
|
13544
13547
|
}
|
|
13545
13548
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
13546
13549
|
}
|
|
13547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeSelectorCustomMessagesComponent, decorators: [{
|
|
13548
13551
|
type: Component,
|
|
13549
13552
|
args: [{
|
|
13550
13553
|
providers: [
|
|
@@ -13557,7 +13560,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
13557
13560
|
template: ``,
|
|
13558
13561
|
standalone: true
|
|
13559
13562
|
}]
|
|
13560
|
-
}], ctorParameters:
|
|
13563
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
13561
13564
|
|
|
13562
13565
|
/**
|
|
13563
13566
|
* @hidden
|
|
@@ -13568,15 +13571,15 @@ class TimePickerLocalizedMessagesDirective extends TimePickerMessages {
|
|
|
13568
13571
|
super();
|
|
13569
13572
|
this.service = service;
|
|
13570
13573
|
}
|
|
13571
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13572
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
13574
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13575
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TimePickerLocalizedMessagesDirective, isStandalone: true, selector: "[kendoTimePickerLocalizedMessages]", providers: [
|
|
13573
13576
|
{
|
|
13574
13577
|
provide: TimePickerMessages,
|
|
13575
13578
|
useExisting: forwardRef(() => TimePickerLocalizedMessagesDirective)
|
|
13576
13579
|
}
|
|
13577
13580
|
], usesInheritance: true, ngImport: i0 });
|
|
13578
13581
|
}
|
|
13579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerLocalizedMessagesDirective, decorators: [{
|
|
13580
13583
|
type: Directive,
|
|
13581
13584
|
args: [{
|
|
13582
13585
|
providers: [
|
|
@@ -13588,7 +13591,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
13588
13591
|
selector: '[kendoTimePickerLocalizedMessages]',
|
|
13589
13592
|
standalone: true
|
|
13590
13593
|
}]
|
|
13591
|
-
}], ctorParameters:
|
|
13594
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
13592
13595
|
|
|
13593
13596
|
const VALUE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/timepicker/#toc-integration-with-json';
|
|
13594
13597
|
const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md';
|
|
@@ -14271,6 +14274,9 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14271
14274
|
if (this.isAdaptive) {
|
|
14272
14275
|
this.show = true;
|
|
14273
14276
|
}
|
|
14277
|
+
else if (this.isOpen) {
|
|
14278
|
+
this.show = false;
|
|
14279
|
+
}
|
|
14274
14280
|
}
|
|
14275
14281
|
/**
|
|
14276
14282
|
* @hidden
|
|
@@ -14556,8 +14562,8 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14556
14562
|
this.renderer.addClass(this.toggleButton.nativeElement, `k-button-${this.fillMode}-base`);
|
|
14557
14563
|
}
|
|
14558
14564
|
}
|
|
14559
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14560
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
14565
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14566
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", 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: [
|
|
14561
14567
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
14562
14568
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
14563
14569
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -14787,7 +14793,7 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
14787
14793
|
</ng-template>
|
|
14788
14794
|
`, 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: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "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", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14789
14795
|
}
|
|
14790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
14791
14797
|
type: Component,
|
|
14792
14798
|
args: [{
|
|
14793
14799
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -15026,7 +15032,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
15026
15032
|
standalone: true,
|
|
15027
15033
|
imports: [TimePickerLocalizedMessagesDirective, DateInputComponent, DateInputCustomMessagesComponent, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, NgIf, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
|
|
15028
15034
|
}]
|
|
15029
|
-
}], ctorParameters:
|
|
15035
|
+
}], ctorParameters: () => [{ type: BusViewService }, { type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$2.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: i1.IntlService }, { type: i6.AdaptiveService }], propDecorators: { container: [{
|
|
15030
15036
|
type: ViewChild,
|
|
15031
15037
|
args: ['container', { read: ViewContainerRef, static: false }]
|
|
15032
15038
|
}], popupTemplate: [{
|
|
@@ -15218,10 +15224,10 @@ class DateTimePickerMessages extends ComponentMessages {
|
|
|
15218
15224
|
* The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
|
|
15219
15225
|
*/
|
|
15220
15226
|
adaptiveCloseButtonTitle;
|
|
15221
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15222
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15227
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
15228
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod", clearTitle: "clearTitle", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
15223
15229
|
}
|
|
15224
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerMessages, decorators: [{
|
|
15225
15231
|
type: Directive,
|
|
15226
15232
|
args: [{
|
|
15227
15233
|
// eslint-disable-next-line
|
|
@@ -15282,15 +15288,15 @@ class LocalizedMessagesDirective extends DateTimePickerMessages {
|
|
|
15282
15288
|
super();
|
|
15283
15289
|
this.service = service;
|
|
15284
15290
|
}
|
|
15285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15286
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
15291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15292
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateTimePickerLocalizedMessages]", providers: [
|
|
15287
15293
|
{
|
|
15288
15294
|
provide: DateTimePickerMessages,
|
|
15289
15295
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
15290
15296
|
}
|
|
15291
15297
|
], usesInheritance: true, ngImport: i0 });
|
|
15292
15298
|
}
|
|
15293
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
15294
15300
|
type: Directive,
|
|
15295
15301
|
args: [{
|
|
15296
15302
|
providers: [
|
|
@@ -15302,7 +15308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
15302
15308
|
selector: '[kendoDateTimePickerLocalizedMessages]',
|
|
15303
15309
|
standalone: true
|
|
15304
15310
|
}]
|
|
15305
|
-
}], ctorParameters:
|
|
15311
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
15306
15312
|
|
|
15307
15313
|
const timeFormatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.dayperiod}|literal`);
|
|
15308
15314
|
const VALUE_DOC_LINK = 'https://www.telerik.com/kendo-angular-ui/components/dateinputs/datetimepicker/integration-with-json/';
|
|
@@ -16349,6 +16355,9 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16349
16355
|
if (this.isAdaptive) {
|
|
16350
16356
|
this.toggleDateTime(true);
|
|
16351
16357
|
}
|
|
16358
|
+
else if (this.isOpen) {
|
|
16359
|
+
this.toggleDateTime(false);
|
|
16360
|
+
}
|
|
16352
16361
|
}
|
|
16353
16362
|
/**
|
|
16354
16363
|
* @hidden
|
|
@@ -16729,8 +16738,8 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
16729
16738
|
this.renderer.addClass(this.toggleButton.nativeElement, `k-button-${this.fillMode}-base`);
|
|
16730
16739
|
}
|
|
16731
16740
|
}
|
|
16732
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16733
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
16741
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$2.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 }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16742
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", 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: [
|
|
16734
16743
|
PickerService,
|
|
16735
16744
|
LocalizationService,
|
|
16736
16745
|
DisabledDatesService,
|
|
@@ -17143,7 +17152,7 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
17143
17152
|
</ng-template>
|
|
17144
17153
|
`, 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: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "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: ["closePopup", "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", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17145
17154
|
}
|
|
17146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
17147
17156
|
type: Component,
|
|
17148
17157
|
args: [{
|
|
17149
17158
|
selector: 'kendo-datetimepicker',
|
|
@@ -17565,7 +17574,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
17565
17574
|
standalone: true,
|
|
17566
17575
|
imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, NgIf, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
|
|
17567
17576
|
}]
|
|
17568
|
-
}], ctorParameters:
|
|
17577
|
+
}], ctorParameters: () => [{ type: i1$2.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 }, { type: i6.AdaptiveService }], propDecorators: { hostClasses: [{
|
|
17569
17578
|
type: HostBinding,
|
|
17570
17579
|
args: ['class.k-datetimepicker']
|
|
17571
17580
|
}, {
|
|
@@ -17735,15 +17744,15 @@ class WeekNamesService {
|
|
|
17735
17744
|
const weekNames = shiftWeekNames(this.intl.dateFormatNames({ nameType: nameType, type: 'days' }), this.intl.firstDay());
|
|
17736
17745
|
return includeWeekNumber ? [''].concat(weekNames) : weekNames;
|
|
17737
17746
|
}
|
|
17738
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17739
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17747
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WeekNamesService, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17748
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WeekNamesService, providedIn: 'root' });
|
|
17740
17749
|
}
|
|
17741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WeekNamesService, decorators: [{
|
|
17742
17751
|
type: Injectable,
|
|
17743
17752
|
args: [{
|
|
17744
17753
|
providedIn: 'root'
|
|
17745
17754
|
}]
|
|
17746
|
-
}], ctorParameters:
|
|
17755
|
+
}], ctorParameters: () => [{ type: i1.IntlService }] });
|
|
17747
17756
|
|
|
17748
17757
|
/**
|
|
17749
17758
|
* Renders the content of the DateRange Popup.
|
|
@@ -17765,16 +17774,16 @@ class DateRangePopupTemplateDirective {
|
|
|
17765
17774
|
constructor(templateRef) {
|
|
17766
17775
|
this.templateRef = templateRef;
|
|
17767
17776
|
}
|
|
17768
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17769
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
17777
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17778
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangePopupTemplateDirective, isStandalone: true, selector: "[kendoDateRangePopupTemplate]", ngImport: i0 });
|
|
17770
17779
|
}
|
|
17771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupTemplateDirective, decorators: [{
|
|
17772
17781
|
type: Directive,
|
|
17773
17782
|
args: [{
|
|
17774
17783
|
selector: '[kendoDateRangePopupTemplate]',
|
|
17775
17784
|
standalone: true
|
|
17776
17785
|
}]
|
|
17777
|
-
}], ctorParameters:
|
|
17786
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
17778
17787
|
|
|
17779
17788
|
const isActive = (cmp) => (cmp && cmp.isActive) || false;
|
|
17780
17789
|
const hasActiveContent = (popup) => popup && popup.hasActiveContent();
|
|
@@ -17983,14 +17992,14 @@ class DateRangeService {
|
|
|
17983
17992
|
setRange(range = EMPTY_SELECTIONRANGE) {
|
|
17984
17993
|
this.range$.next(range);
|
|
17985
17994
|
}
|
|
17986
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17987
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
17995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeService, deps: [{ token: i0.Renderer2, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17996
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeService });
|
|
17988
17997
|
}
|
|
17989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeService, decorators: [{
|
|
17990
17999
|
type: Injectable
|
|
17991
|
-
}], ctorParameters:
|
|
18000
|
+
}], ctorParameters: () => [{ type: i0.Renderer2, decorators: [{
|
|
17992
18001
|
type: Optional
|
|
17993
|
-
}] }]
|
|
18002
|
+
}] }] });
|
|
17994
18003
|
|
|
17995
18004
|
/**
|
|
17996
18005
|
* Manages the MultiViewCalendar range selection.
|
|
@@ -18177,18 +18186,18 @@ class DateRangeSelectionDirective {
|
|
|
18177
18186
|
this.setSelectionRange(range);
|
|
18178
18187
|
this.selectionRangeChange.emit(range);
|
|
18179
18188
|
}
|
|
18180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18181
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18189
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeSelectionDirective, deps: [{ token: MultiViewCalendarComponent }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DateRangeService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18190
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangeSelectionDirective, isStandalone: true, selector: "[kendoDateRangeSelection]", inputs: { autoCorrectOn: "autoCorrectOn", selectionRange: "selectionRange", activeRangeEnd: "activeRangeEnd", shouldSetRange: "shouldSetRange" }, outputs: { activeRangeEndChange: "activeRangeEndChange", selectionRangeChange: "selectionRangeChange" }, ngImport: i0 });
|
|
18182
18191
|
}
|
|
18183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeSelectionDirective, decorators: [{
|
|
18184
18193
|
type: Directive,
|
|
18185
18194
|
args: [{
|
|
18186
18195
|
selector: '[kendoDateRangeSelection]',
|
|
18187
18196
|
standalone: true
|
|
18188
18197
|
}]
|
|
18189
|
-
}], ctorParameters:
|
|
18198
|
+
}], ctorParameters: () => [{ type: MultiViewCalendarComponent }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: DateRangeService, decorators: [{
|
|
18190
18199
|
type: Optional
|
|
18191
|
-
}] }]
|
|
18200
|
+
}] }], propDecorators: { autoCorrectOn: [{
|
|
18192
18201
|
type: Input
|
|
18193
18202
|
}], selectionRange: [{
|
|
18194
18203
|
type: Input
|
|
@@ -18226,10 +18235,10 @@ class DateRangePopupMessages extends ComponentMessages {
|
|
|
18226
18235
|
* The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
|
|
18227
18236
|
*/
|
|
18228
18237
|
adaptiveCloseButtonTitle;
|
|
18229
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18230
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
18239
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangePopupMessages, selector: "kendo-daterangepopup-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
18231
18240
|
}
|
|
18232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupMessages, decorators: [{
|
|
18233
18242
|
type: Directive,
|
|
18234
18243
|
args: [{
|
|
18235
18244
|
// eslint-disable-next-line
|
|
@@ -18256,15 +18265,15 @@ class DateRangePopupLocalizedMessagesDirective extends DateRangePopupMessages {
|
|
|
18256
18265
|
super();
|
|
18257
18266
|
this.service = service;
|
|
18258
18267
|
}
|
|
18259
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18260
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupLocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18269
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangePopupLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateRangePopupLocalizedMessages]", providers: [
|
|
18261
18270
|
{
|
|
18262
18271
|
provide: DateRangePopupMessages,
|
|
18263
18272
|
useExisting: forwardRef(() => DateRangePopupLocalizedMessagesDirective)
|
|
18264
18273
|
}
|
|
18265
18274
|
], usesInheritance: true, ngImport: i0 });
|
|
18266
18275
|
}
|
|
18267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupLocalizedMessagesDirective, decorators: [{
|
|
18268
18277
|
type: Directive,
|
|
18269
18278
|
args: [{
|
|
18270
18279
|
providers: [
|
|
@@ -18276,7 +18285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
18276
18285
|
selector: '[kendoDateRangePopupLocalizedMessages]',
|
|
18277
18286
|
standalone: true
|
|
18278
18287
|
}]
|
|
18279
|
-
}], ctorParameters:
|
|
18288
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
18280
18289
|
|
|
18281
18290
|
/**
|
|
18282
18291
|
* Represents the Kendo UI DateRangePopup component for Angular.
|
|
@@ -18889,8 +18898,8 @@ class DateRangePopupComponent {
|
|
|
18889
18898
|
this.dateRangeService.setActiveDescendent(id);
|
|
18890
18899
|
}));
|
|
18891
18900
|
};
|
|
18892
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18893
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
18901
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1$2.PopupService }, { token: DateRangeService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18902
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateRangePopupComponent, isStandalone: true, selector: "kendo-daterange-popup", inputs: { showCalendarHeader: "showCalendarHeader", focusedDate: "focusedDate", disabledDates: "disabledDates", activeView: "activeView", bottomView: "bottomView", topView: "topView", min: "min", max: "max", allowReverse: "allowReverse", animateNavigation: "animateNavigation", disabled: "disabled", views: "views", weekNumber: "weekNumber", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", showViewHeader: "showViewHeader", showOtherMonthDays: "showOtherMonthDays", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
18894
18903
|
LocalizationService,
|
|
18895
18904
|
{
|
|
18896
18905
|
provide: L10N_PREFIX,
|
|
@@ -19040,7 +19049,7 @@ class DateRangePopupComponent {
|
|
|
19040
19049
|
</kendo-actionsheet>
|
|
19041
19050
|
`, 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: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "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]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
19042
19051
|
}
|
|
19043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupComponent, decorators: [{
|
|
19044
19053
|
type: Component,
|
|
19045
19054
|
args: [{
|
|
19046
19055
|
exportAs: 'kendo-daterange-popup',
|
|
@@ -19198,12 +19207,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19198
19207
|
standalone: true,
|
|
19199
19208
|
imports: [DateRangePopupLocalizedMessagesDirective, MultiViewCalendarComponent, ActionSheetComponent, ActionSheetTemplateDirective, NgIf, ResizeSensorComponent, ButtonComponent]
|
|
19200
19209
|
}]
|
|
19201
|
-
}], ctorParameters:
|
|
19210
|
+
}], ctorParameters: () => [{ type: i1$2.PopupService }, { type: DateRangeService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
19202
19211
|
type: Optional
|
|
19203
19212
|
}, {
|
|
19204
19213
|
type: Inject,
|
|
19205
19214
|
args: [RTL]
|
|
19206
|
-
}] }, { type: i6.AdaptiveService }]
|
|
19215
|
+
}] }, { type: i6.AdaptiveService }], propDecorators: { container: [{
|
|
19207
19216
|
type: ViewChild,
|
|
19208
19217
|
args: ['container', { read: ViewContainerRef, static: false }]
|
|
19209
19218
|
}], actionSheet: [{
|
|
@@ -19360,13 +19369,13 @@ class DateRangeComponent {
|
|
|
19360
19369
|
ngOnDestroy() {
|
|
19361
19370
|
this.subscription?.unsubscribe();
|
|
19362
19371
|
}
|
|
19363
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19364
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19372
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeComponent, deps: [{ token: DateRangeService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19373
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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: `
|
|
19365
19374
|
<ng-content></ng-content>
|
|
19366
19375
|
<kendo-daterange-popup *ngIf="showDefault" [size]="size"></kendo-daterange-popup>
|
|
19367
19376
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["showCalendarHeader", "focusedDate", "disabledDates", "activeView", "bottomView", "topView", "min", "max", "allowReverse", "animateNavigation", "disabled", "views", "weekNumber", "animate", "anchor", "anchorAlign", "showViewHeader", "showOtherMonthDays", "appendTo", "collision", "popupAlign", "margin", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "size"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }] });
|
|
19368
19377
|
}
|
|
19369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeComponent, decorators: [{
|
|
19370
19379
|
type: Component,
|
|
19371
19380
|
args: [{
|
|
19372
19381
|
providers: [DateRangeService],
|
|
@@ -19378,7 +19387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19378
19387
|
standalone: true,
|
|
19379
19388
|
imports: [NgIf, DateRangePopupComponent]
|
|
19380
19389
|
}]
|
|
19381
|
-
}], ctorParameters:
|
|
19390
|
+
}], ctorParameters: () => [{ type: DateRangeService }], propDecorators: { size: [{
|
|
19382
19391
|
type: Input
|
|
19383
19392
|
}], keydown: [{
|
|
19384
19393
|
type: HostListener,
|
|
@@ -19508,13 +19517,13 @@ class DateRangeInput {
|
|
|
19508
19517
|
this.renderer[action](nativeElement, 'k-focus');
|
|
19509
19518
|
}
|
|
19510
19519
|
}
|
|
19511
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19512
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeInput, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
19521
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangeInput, ngImport: i0 });
|
|
19513
19522
|
}
|
|
19514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeInput, decorators: [{
|
|
19515
19524
|
type: Directive,
|
|
19516
19525
|
args: [{}]
|
|
19517
|
-
}], ctorParameters:
|
|
19526
|
+
}], ctorParameters: () => [{ type: undefined }, { type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }] });
|
|
19518
19527
|
|
|
19519
19528
|
/**
|
|
19520
19529
|
* Manages the end date selection in a date range.
|
|
@@ -19592,16 +19601,16 @@ class DateRangeEndInputDirective extends DateRangeInput {
|
|
|
19592
19601
|
this.dateInput.writeValue(cloneDate(end));
|
|
19593
19602
|
this.dateInput.notify();
|
|
19594
19603
|
}
|
|
19595
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19596
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19604
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeEndInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19605
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangeEndInputDirective, isStandalone: true, selector: "[kendoDateRangeEndInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
19597
19606
|
}
|
|
19598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeEndInputDirective, decorators: [{
|
|
19599
19608
|
type: Directive,
|
|
19600
19609
|
args: [{
|
|
19601
19610
|
selector: '[kendoDateRangeEndInput]',
|
|
19602
19611
|
standalone: true
|
|
19603
19612
|
}]
|
|
19604
|
-
}], ctorParameters:
|
|
19613
|
+
}], ctorParameters: () => [{ type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }], propDecorators: { autoCorrectOn: [{
|
|
19605
19614
|
type: Input
|
|
19606
19615
|
}], navigateCalendarOnFocus: [{
|
|
19607
19616
|
type: Input
|
|
@@ -19687,16 +19696,16 @@ class DateRangeStartInputDirective extends DateRangeInput {
|
|
|
19687
19696
|
this.dateInput.writeValue(cloneDate(start));
|
|
19688
19697
|
this.dateInput.notify();
|
|
19689
19698
|
}
|
|
19690
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19691
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19699
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeStartInputDirective, deps: [{ token: DateRangeService }, { token: DateInputComponent }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19700
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateRangeStartInputDirective, isStandalone: true, selector: "[kendoDateRangeStartInput]", inputs: { autoCorrectOn: "autoCorrectOn", navigateCalendarOnFocus: "navigateCalendarOnFocus" }, usesInheritance: true, ngImport: i0 });
|
|
19692
19701
|
}
|
|
19693
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19702
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeStartInputDirective, decorators: [{
|
|
19694
19703
|
type: Directive,
|
|
19695
19704
|
args: [{
|
|
19696
19705
|
selector: '[kendoDateRangeStartInput]',
|
|
19697
19706
|
standalone: true
|
|
19698
19707
|
}]
|
|
19699
|
-
}], ctorParameters:
|
|
19708
|
+
}], ctorParameters: () => [{ type: DateRangeService }, { type: DateInputComponent }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }], propDecorators: { autoCorrectOn: [{
|
|
19700
19709
|
type: Input
|
|
19701
19710
|
}], navigateCalendarOnFocus: [{
|
|
19702
19711
|
type: Input
|
|
@@ -19724,15 +19733,15 @@ class DatePickerCustomMessagesComponent extends DatePickerMessages {
|
|
|
19724
19733
|
get override() {
|
|
19725
19734
|
return true;
|
|
19726
19735
|
}
|
|
19727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19736
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19737
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DatePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-datepicker-messages", providers: [
|
|
19729
19738
|
{
|
|
19730
19739
|
provide: DatePickerMessages,
|
|
19731
19740
|
useExisting: forwardRef(() => DatePickerCustomMessagesComponent)
|
|
19732
19741
|
}
|
|
19733
19742
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19734
19743
|
}
|
|
19735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerCustomMessagesComponent, decorators: [{
|
|
19736
19745
|
type: Component,
|
|
19737
19746
|
args: [{
|
|
19738
19747
|
providers: [
|
|
@@ -19745,7 +19754,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19745
19754
|
template: ``,
|
|
19746
19755
|
standalone: true
|
|
19747
19756
|
}]
|
|
19748
|
-
}], ctorParameters:
|
|
19757
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
19749
19758
|
|
|
19750
19759
|
/**
|
|
19751
19760
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
@@ -19759,15 +19768,15 @@ class DateRangePopupCustomMessagesComponent extends DateRangePopupMessages {
|
|
|
19759
19768
|
get override() {
|
|
19760
19769
|
return true;
|
|
19761
19770
|
}
|
|
19762
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19763
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19772
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateRangePopupCustomMessagesComponent, isStandalone: true, selector: "kendo-daterange-popup-messages", providers: [
|
|
19764
19773
|
{
|
|
19765
19774
|
provide: DateRangePopupMessages,
|
|
19766
19775
|
useExisting: forwardRef(() => DateRangePopupCustomMessagesComponent)
|
|
19767
19776
|
}
|
|
19768
19777
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19769
19778
|
}
|
|
19770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangePopupCustomMessagesComponent, decorators: [{
|
|
19771
19780
|
type: Component,
|
|
19772
19781
|
args: [{
|
|
19773
19782
|
providers: [
|
|
@@ -19780,7 +19789,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19780
19789
|
template: ``,
|
|
19781
19790
|
standalone: true
|
|
19782
19791
|
}]
|
|
19783
|
-
}], ctorParameters:
|
|
19792
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
19784
19793
|
|
|
19785
19794
|
/**
|
|
19786
19795
|
* Allows you to override the default messages of the DateTimePicker component ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
@@ -19803,15 +19812,15 @@ class DateTimePickerCustomMessagesComponent extends DateTimePickerMessages {
|
|
|
19803
19812
|
get override() {
|
|
19804
19813
|
return true;
|
|
19805
19814
|
}
|
|
19806
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19807
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19815
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19816
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateTimePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-datetimepicker-messages", providers: [
|
|
19808
19817
|
{
|
|
19809
19818
|
provide: DateTimePickerMessages,
|
|
19810
19819
|
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
19811
19820
|
}
|
|
19812
19821
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19813
19822
|
}
|
|
19814
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerCustomMessagesComponent, decorators: [{
|
|
19815
19824
|
type: Component,
|
|
19816
19825
|
args: [{
|
|
19817
19826
|
providers: [
|
|
@@ -19824,7 +19833,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19824
19833
|
template: ``,
|
|
19825
19834
|
standalone: true
|
|
19826
19835
|
}]
|
|
19827
|
-
}], ctorParameters:
|
|
19836
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
19828
19837
|
|
|
19829
19838
|
/**
|
|
19830
19839
|
* Represents the Kendo UI TimePicker custom messages component for Angular. Allows you to override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
@@ -19849,15 +19858,15 @@ class TimePickerCustomMessagesComponent extends TimePickerMessages {
|
|
|
19849
19858
|
get override() {
|
|
19850
19859
|
return true;
|
|
19851
19860
|
}
|
|
19852
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19853
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
19861
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19862
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-timepicker-messages", providers: [
|
|
19854
19863
|
{
|
|
19855
19864
|
provide: TimePickerMessages,
|
|
19856
19865
|
useExisting: forwardRef(() => TimePickerCustomMessagesComponent)
|
|
19857
19866
|
}
|
|
19858
19867
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19859
19868
|
}
|
|
19860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerCustomMessagesComponent, decorators: [{
|
|
19861
19870
|
type: Component,
|
|
19862
19871
|
args: [{
|
|
19863
19872
|
providers: [
|
|
@@ -19870,7 +19879,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19870
19879
|
template: ``,
|
|
19871
19880
|
standalone: true
|
|
19872
19881
|
}]
|
|
19873
|
-
}], ctorParameters:
|
|
19882
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
19874
19883
|
|
|
19875
19884
|
/**
|
|
19876
19885
|
* Utility array that contains all `Calendar` related components and directives
|
|
@@ -20016,9 +20025,9 @@ const KENDO_DATEINPUTS = [
|
|
|
20016
20025
|
* ```
|
|
20017
20026
|
*/
|
|
20018
20027
|
class CalendarModule {
|
|
20019
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20020
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20021
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20028
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20029
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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] });
|
|
20030
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, providers: [
|
|
20022
20031
|
IconsService,
|
|
20023
20032
|
ResizeBatchService,
|
|
20024
20033
|
CalendarDOMService,
|
|
@@ -20030,7 +20039,7 @@ class CalendarModule {
|
|
|
20030
20039
|
NavigationService
|
|
20031
20040
|
], imports: [CalendarComponent] });
|
|
20032
20041
|
}
|
|
20033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, decorators: [{
|
|
20034
20043
|
type: NgModule,
|
|
20035
20044
|
args: [{
|
|
20036
20045
|
exports: [...KENDO_CALENDAR],
|
|
@@ -20074,9 +20083,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20074
20083
|
* ```
|
|
20075
20084
|
*/
|
|
20076
20085
|
class CalendarsModule {
|
|
20077
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20078
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20079
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20086
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20087
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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] });
|
|
20088
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, providers: [
|
|
20080
20089
|
IconsService,
|
|
20081
20090
|
ResizeBatchService,
|
|
20082
20091
|
CalendarDOMService,
|
|
@@ -20088,7 +20097,7 @@ class CalendarsModule {
|
|
|
20088
20097
|
NavigationService
|
|
20089
20098
|
], imports: [CalendarComponent, MultiViewCalendarComponent] });
|
|
20090
20099
|
}
|
|
20091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, decorators: [{
|
|
20092
20101
|
type: NgModule,
|
|
20093
20102
|
args: [{
|
|
20094
20103
|
exports: [...KENDO_CALENDAR, ...KENDO_MULTIVIEWCALENDAR],
|
|
@@ -20126,13 +20135,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20126
20135
|
* ```
|
|
20127
20136
|
*/
|
|
20128
20137
|
class DateInputModule {
|
|
20129
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20130
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20131
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20138
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20139
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, imports: [DateInputCustomMessagesComponent, DateInputComponent], exports: [DateInputCustomMessagesComponent, DateInputComponent] });
|
|
20140
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, providers: [
|
|
20132
20141
|
IconsService
|
|
20133
20142
|
], imports: [DateInputComponent] });
|
|
20134
20143
|
}
|
|
20135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, decorators: [{
|
|
20136
20145
|
type: NgModule,
|
|
20137
20146
|
args: [{
|
|
20138
20147
|
exports: [...KENDO_DATEINPUT],
|
|
@@ -20158,9 +20167,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20158
20167
|
* ```
|
|
20159
20168
|
*/
|
|
20160
20169
|
class DatePickerModule {
|
|
20161
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20162
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20163
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20170
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20171
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DatePickerModule, imports: [DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective], exports: [DatePickerCustomMessagesComponent, DatePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, NavigationItemTemplateDirective, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective] });
|
|
20172
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerModule, providers: [
|
|
20164
20173
|
// DateInputModule providers
|
|
20165
20174
|
IconsService,
|
|
20166
20175
|
// CalendarModule providers
|
|
@@ -20175,7 +20184,7 @@ class DatePickerModule {
|
|
|
20175
20184
|
AdaptiveService
|
|
20176
20185
|
], imports: [DatePickerComponent] });
|
|
20177
20186
|
}
|
|
20178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DatePickerModule, decorators: [{
|
|
20179
20188
|
type: NgModule,
|
|
20180
20189
|
args: [{
|
|
20181
20190
|
exports: [...KENDO_DATEPICKER, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -20230,9 +20239,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20230
20239
|
* ```
|
|
20231
20240
|
*/
|
|
20232
20241
|
class DateInputsModule {
|
|
20233
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20234
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20235
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20242
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20243
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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, i19.ToggleButtonTabStopDirective, DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective, DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, TimePickerCustomMessagesComponent, TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective], 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, i19.ToggleButtonTabStopDirective, DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective, DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, TimePickerCustomMessagesComponent, TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective] });
|
|
20244
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, providers: [
|
|
20236
20245
|
// CalendarModule providers
|
|
20237
20246
|
IconsService,
|
|
20238
20247
|
ResizeBatchService,
|
|
@@ -20253,7 +20262,7 @@ class DateInputsModule {
|
|
|
20253
20262
|
AdaptiveService
|
|
20254
20263
|
], imports: [CalendarComponent, MultiViewCalendarComponent, DateInputComponent, DatePickerComponent, DateInputComponent, DateRangeComponent, DateRangePopupComponent, DateTimePickerComponent, TimePickerComponent] });
|
|
20255
20264
|
}
|
|
20256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, decorators: [{
|
|
20257
20266
|
type: NgModule,
|
|
20258
20267
|
args: [{
|
|
20259
20268
|
exports: [...KENDO_DATEINPUTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -20298,9 +20307,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20298
20307
|
* ```
|
|
20299
20308
|
*/
|
|
20300
20309
|
class TimePickerModule {
|
|
20301
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20302
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20303
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20311
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TimePickerModule, imports: [TimePickerCustomMessagesComponent, TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective], exports: [TimePickerCustomMessagesComponent, TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective] });
|
|
20312
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerModule, providers: [
|
|
20304
20313
|
IconsService,
|
|
20305
20314
|
PopupService,
|
|
20306
20315
|
ResizeBatchService,
|
|
@@ -20313,7 +20322,7 @@ class TimePickerModule {
|
|
|
20313
20322
|
AdaptiveService
|
|
20314
20323
|
], imports: [TimePickerComponent] });
|
|
20315
20324
|
}
|
|
20316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimePickerModule, decorators: [{
|
|
20317
20326
|
type: NgModule,
|
|
20318
20327
|
args: [{
|
|
20319
20328
|
exports: [...KENDO_TIMEPICKER, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -20353,9 +20362,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20353
20362
|
* ```
|
|
20354
20363
|
*/
|
|
20355
20364
|
class DateTimePickerModule {
|
|
20356
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20357
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20358
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20366
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, imports: [DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective], exports: [DateTimePickerCustomMessagesComponent, DateTimePickerComponent, CellTemplateDirective, CenturyCellTemplateDirective, DecadeCellTemplateDirective, FooterTemplateDirective, HeaderTemplateDirective, HeaderTitleTemplateDirective, MonthCellTemplateDirective, NavigationItemTemplateDirective, WeekNumberCellTemplateDirective, YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective] });
|
|
20367
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
20359
20368
|
// CalendarModule providers
|
|
20360
20369
|
IconsService,
|
|
20361
20370
|
ResizeBatchService,
|
|
@@ -20376,7 +20385,7 @@ class DateTimePickerModule {
|
|
|
20376
20385
|
AdaptiveService
|
|
20377
20386
|
], imports: [DateTimePickerComponent] });
|
|
20378
20387
|
}
|
|
20379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
20380
20389
|
type: NgModule,
|
|
20381
20390
|
args: [{
|
|
20382
20391
|
exports: [...KENDO_DATETIMEPICKER, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -20442,9 +20451,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20442
20451
|
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
20443
20452
|
*/
|
|
20444
20453
|
class MultiViewCalendarModule {
|
|
20445
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20446
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20447
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20455
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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] });
|
|
20456
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarModule, providers: [
|
|
20448
20457
|
PopupService,
|
|
20449
20458
|
NavigationService,
|
|
20450
20459
|
CenturyViewService,
|
|
@@ -20453,7 +20462,7 @@ class MultiViewCalendarModule {
|
|
|
20453
20462
|
YearViewService
|
|
20454
20463
|
], imports: [MultiViewCalendarComponent] });
|
|
20455
20464
|
}
|
|
20456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarModule, decorators: [{
|
|
20457
20466
|
type: NgModule,
|
|
20458
20467
|
args: [{
|
|
20459
20468
|
exports: [...KENDO_MULTIVIEWCALENDAR],
|
|
@@ -20509,9 +20518,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
20509
20518
|
* ```
|
|
20510
20519
|
*/
|
|
20511
20520
|
class DateRangeModule {
|
|
20512
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20513
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
20514
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
20521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20522
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateRangeModule, imports: [DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective], exports: [DateRangePopupCustomMessagesComponent, DateInputCustomMessagesComponent, DateInputComponent, DateRangeEndInputDirective, DateRangePopupTemplateDirective, DateRangeComponent, DateRangePopupComponent, DateRangeSelectionDirective, DateRangeStartInputDirective] });
|
|
20523
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeModule, providers: [
|
|
20515
20524
|
// MultiViewCalendarModule providers
|
|
20516
20525
|
PopupService,
|
|
20517
20526
|
NavigationService,
|
|
@@ -20526,7 +20535,7 @@ class DateRangeModule {
|
|
|
20526
20535
|
AdaptiveService
|
|
20527
20536
|
], imports: [DateInputComponent, DateRangeComponent, DateRangePopupComponent] });
|
|
20528
20537
|
}
|
|
20529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateRangeModule, decorators: [{
|
|
20530
20539
|
type: NgModule,
|
|
20531
20540
|
args: [{
|
|
20532
20541
|
exports: [...KENDO_DATERANGE],
|