@progress/kendo-angular-dateinputs 20.1.2-develop.1 → 21.0.0-develop.2
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 +4 -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 +4 -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 +4 -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 +333 -333
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.templateTransformer =
|
|
7
|
+
exports.templateTransformer = templateTransformer;
|
|
8
8
|
const node_html_parser_1 = require("node-html-parser");
|
|
9
9
|
function templateTransformer(root, j, ...processFns) {
|
|
10
10
|
root
|
|
@@ -91,4 +91,3 @@ function templateTransformer(root, j, ...processFns) {
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
}
|
|
94
|
-
exports.templateTransformer = templateTransformer;
|
package/codemods/utils.js
CHANGED
|
@@ -7,7 +7,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
7
7
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
8
|
};
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.tsComponentPropertyRemoval = exports.
|
|
10
|
+
exports.tsComponentPropertyRemoval = exports.templateAttributeRemoval = exports.htmlAttributeRemoval = exports.htmlAttributeValueTransformer = exports.tsPropertyValueTransformer = exports.templateAttributeValueTransformer = exports.htmlAttributeTransformer = exports.htmlBoundAttributeTransformer = exports.htmlStaticAttributeTransformer = exports.tsPropertyTransformer = exports.templateAttributeTransformer = exports.templateBoundAttributeTransformer = exports.templateStaticAttributeTransformer = void 0;
|
|
11
|
+
exports.tsPropertyRemoval = tsPropertyRemoval;
|
|
11
12
|
const node_html_parser_1 = __importDefault(require("node-html-parser"));
|
|
12
13
|
const templateStaticAttributeTransformer = (root, tagName, attributeName, newAttributeName) => {
|
|
13
14
|
const elements = Array.from(root.getElementsByTagName(tagName)) || [];
|
|
@@ -439,7 +440,6 @@ function tsPropertyRemoval(rootSource, j, typeName, propertyName) {
|
|
|
439
440
|
});
|
|
440
441
|
return rootSource;
|
|
441
442
|
}
|
|
442
|
-
exports.tsPropertyRemoval = tsPropertyRemoval;
|
|
443
443
|
/**
|
|
444
444
|
* Removes assignments to a specific nested property of a component
|
|
445
445
|
*
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DatePickerComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DatePickerComponent', 'title', 'adaptiveTitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DateRangePopupComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DateRangePopupComponent', 'title', 'adaptiveTitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DateTimePickerComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'DateTimePickerComponent', 'title', 'adaptiveTitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'TimePickerComponent', 'subtitle', 'adaptiveSubtitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -27,6 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
return result;
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
+
exports.default = default_1;
|
|
30
31
|
const fs = __importStar(require("fs"));
|
|
31
32
|
const index_1 = require("../template-transformer/index");
|
|
32
33
|
const utils_1 = require("../utils");
|
|
@@ -47,4 +48,3 @@ function default_1(fileInfo, api) {
|
|
|
47
48
|
(0, utils_1.tsPropertyTransformer)(rootSource, j, 'TimePickerComponent', 'title', 'adaptiveTitle');
|
|
48
49
|
return rootSource.toSource();
|
|
49
50
|
}
|
|
50
|
-
exports.default = default_1;
|
|
@@ -1280,8 +1280,8 @@ export class CalendarComponent {
|
|
|
1280
1280
|
focusedDate: date
|
|
1281
1281
|
});
|
|
1282
1282
|
}
|
|
1283
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1284
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarComponent, deps: [{ token: i1.BusViewService }, { token: i2.CalendarDOMService }, { token: i0.ElementRef }, { token: i3.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i4.ScrollSyncService }, { token: i5.DisabledDatesService }, { token: i6.LocalizationService }, { token: i7.SelectionService }, { token: i8.PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
1284
|
+
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: [
|
|
1285
1285
|
BusViewService,
|
|
1286
1286
|
CALENDAR_VALUE_ACCESSOR,
|
|
1287
1287
|
CALENDAR_RANGE_VALIDATORS,
|
|
@@ -1416,7 +1416,7 @@ export class CalendarComponent {
|
|
|
1416
1416
|
</ng-container>
|
|
1417
1417
|
`, 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 });
|
|
1418
1418
|
}
|
|
1419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
1420
1420
|
type: Component,
|
|
1421
1421
|
args: [{
|
|
1422
1422
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1560,9 +1560,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1560
1560
|
standalone: true,
|
|
1561
1561
|
imports: [CalendarLocalizedMessagesDirective, NgIf, NavigationComponent, ViewListComponent, ResizeSensorComponent, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent]
|
|
1562
1562
|
}]
|
|
1563
|
-
}], ctorParameters:
|
|
1563
|
+
}], ctorParameters: () => [{ type: i1.BusViewService }, { type: i2.CalendarDOMService }, { type: i0.ElementRef }, { type: i3.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i4.ScrollSyncService }, { type: i5.DisabledDatesService }, { type: i6.LocalizationService }, { type: i7.SelectionService }, { type: i8.PickerService, decorators: [{
|
|
1564
1564
|
type: Optional
|
|
1565
|
-
}] }]
|
|
1565
|
+
}] }], propDecorators: { showOtherMonthDays: [{
|
|
1566
1566
|
type: Input
|
|
1567
1567
|
}], id: [{
|
|
1568
1568
|
type: Input
|
|
@@ -57,9 +57,9 @@ import * as i12 from "./templates/year-cell-template.directive";
|
|
|
57
57
|
* ```
|
|
58
58
|
*/
|
|
59
59
|
export class CalendarModule {
|
|
60
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
61
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
62
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
60
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
61
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, imports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective], exports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective] });
|
|
62
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, providers: [
|
|
63
63
|
IconsService,
|
|
64
64
|
ResizeBatchService,
|
|
65
65
|
CalendarDOMService,
|
|
@@ -71,7 +71,7 @@ export class CalendarModule {
|
|
|
71
71
|
NavigationService
|
|
72
72
|
], imports: [i2.CalendarComponent] });
|
|
73
73
|
}
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarModule, decorators: [{
|
|
75
75
|
type: NgModule,
|
|
76
76
|
args: [{
|
|
77
77
|
exports: [...KENDO_CALENDAR],
|
|
@@ -53,9 +53,9 @@ import * as i14 from "./multiview-calendar.component";
|
|
|
53
53
|
* ```
|
|
54
54
|
*/
|
|
55
55
|
export class CalendarsModule {
|
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
57
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
58
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
56
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
57
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, imports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i13.MultiViewCalendarCustomMessagesComponent, i14.MultiViewCalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective], exports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i13.MultiViewCalendarCustomMessagesComponent, i14.MultiViewCalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective] });
|
|
58
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, providers: [
|
|
59
59
|
IconsService,
|
|
60
60
|
ResizeBatchService,
|
|
61
61
|
CalendarDOMService,
|
|
@@ -67,7 +67,7 @@ export class CalendarsModule {
|
|
|
67
67
|
NavigationService
|
|
68
68
|
], imports: [i2.CalendarComponent, i14.MultiViewCalendarComponent] });
|
|
69
69
|
}
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarsModule, decorators: [{
|
|
71
71
|
type: NgModule,
|
|
72
72
|
args: [{
|
|
73
73
|
exports: [...KENDO_CALENDAR, ...KENDO_MULTIVIEWCALENDAR],
|
|
@@ -22,8 +22,8 @@ export class FooterComponent {
|
|
|
22
22
|
constructor(intl) {
|
|
23
23
|
this.intl = intl;
|
|
24
24
|
}
|
|
25
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
26
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
25
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterComponent, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
26
|
+
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: `
|
|
27
27
|
<ng-template *ngIf="footerTemplateRef; else defaultRendering"
|
|
28
28
|
[ngTemplateOutlet]="footerTemplateRef"
|
|
29
29
|
[ngTemplateOutletContext]="{ activeView: activeViewValue, date: currentDate }">
|
|
@@ -40,7 +40,7 @@ export class FooterComponent {
|
|
|
40
40
|
</ng-template>
|
|
41
41
|
`, 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"] }] });
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterComponent, decorators: [{
|
|
44
44
|
type: Component,
|
|
45
45
|
args: [{
|
|
46
46
|
selector: 'kendo-calendar-footer',
|
|
@@ -63,7 +63,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
63
63
|
standalone: true,
|
|
64
64
|
imports: [NgIf, NgTemplateOutlet, ButtonComponent]
|
|
65
65
|
}]
|
|
66
|
-
}], ctorParameters:
|
|
66
|
+
}], ctorParameters: () => [{ type: i1.IntlService }], propDecorators: { showFooter: [{
|
|
67
67
|
type: HostBinding,
|
|
68
68
|
args: ['class.k-calendar-footer']
|
|
69
69
|
}], footerTemplateRef: [{
|
|
@@ -54,7 +54,7 @@ export class KForOf {
|
|
|
54
54
|
try {
|
|
55
55
|
this._differ = this._differs.find(value).create(this.kForTrackBy);
|
|
56
56
|
}
|
|
57
|
-
catch (
|
|
57
|
+
catch (_e) {
|
|
58
58
|
throw new Error(`Cannot find a differ supporting object '${value}' of type '${getTypeNameForDebugging(value)}'.`);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -92,16 +92,16 @@ export class KForOf {
|
|
|
92
92
|
view.context.$implicit = tuples[i] || null;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
96
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
95
|
+
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 });
|
|
96
|
+
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 });
|
|
97
97
|
}
|
|
98
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
98
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KForOf, decorators: [{
|
|
99
99
|
type: Directive,
|
|
100
100
|
args: [{
|
|
101
101
|
selector: '[kFor][kForOf]',
|
|
102
102
|
standalone: true
|
|
103
103
|
}]
|
|
104
|
-
}], ctorParameters:
|
|
104
|
+
}], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }], propDecorators: { kForOf: [{
|
|
105
105
|
type: Input
|
|
106
106
|
}], kForTrackBy: [{
|
|
107
107
|
type: Input
|
|
@@ -143,8 +143,8 @@ export class HeaderComponent {
|
|
|
143
143
|
this.todayAvailable = isTodayInRange && !isDisabled;
|
|
144
144
|
this.cdr.markForCheck();
|
|
145
145
|
}
|
|
146
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
147
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.BusViewService }, { token: i0.ChangeDetectorRef }, { token: i2.LocalizationService }, { token: i3.IntlService }, { token: i4.DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
|
|
147
|
+
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: `
|
|
148
148
|
<ng-template *ngIf="headerTemplateRef; else defaultRendering"
|
|
149
149
|
[ngTemplateOutlet]="headerTemplateRef"
|
|
150
150
|
[ngTemplateOutletContext]="{ title: title, activeView: activeViewValue, date: currentDate }">
|
|
@@ -226,7 +226,7 @@ export class HeaderComponent {
|
|
|
226
226
|
</ng-template>
|
|
227
227
|
`, 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"] }] });
|
|
228
228
|
}
|
|
229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
230
230
|
type: Component,
|
|
231
231
|
args: [{
|
|
232
232
|
selector: 'kendo-calendar-header',
|
|
@@ -314,7 +314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
314
314
|
standalone: true,
|
|
315
315
|
imports: [NgIf, NgTemplateOutlet, ButtonComponent, EventsOutsideAngularDirective]
|
|
316
316
|
}]
|
|
317
|
-
}], ctorParameters:
|
|
317
|
+
}], ctorParameters: () => [{ type: i1.BusViewService }, { type: i0.ChangeDetectorRef }, { type: i2.LocalizationService }, { type: i3.IntlService }, { type: i4.DisabledDatesService }], propDecorators: { activeView: [{
|
|
318
318
|
type: Input
|
|
319
319
|
}], currentDate: [{
|
|
320
320
|
type: Input
|
|
@@ -282,8 +282,8 @@ export class HorizontalViewListComponent {
|
|
|
282
282
|
this.renderer.setAttribute(this.element.nativeElement, attributeNames.ariaActiveDescendant, this.activeDescendant);
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
286
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: i1.BusViewService }, { token: i2.IntlService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
286
|
+
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: `
|
|
287
287
|
<ng-template #tableTemplate let-date="date" let-class="className">
|
|
288
288
|
<table
|
|
289
289
|
[attr.role]="views >= 2 ? 'none' : 'grid'"
|
|
@@ -368,7 +368,7 @@ export class HorizontalViewListComponent {
|
|
|
368
368
|
</ng-template>
|
|
369
369
|
`, 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 });
|
|
370
370
|
}
|
|
371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
|
|
372
372
|
type: Component,
|
|
373
373
|
args: [{
|
|
374
374
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -460,7 +460,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
460
460
|
standalone: true,
|
|
461
461
|
imports: [NgClass, NgIf, NgFor, ViewComponent, NgTemplateOutlet, KForOf]
|
|
462
462
|
}]
|
|
463
|
-
}], ctorParameters:
|
|
463
|
+
}], ctorParameters: () => [{ type: i1.BusViewService }, { type: i2.IntlService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { handleMultiViewCalendarFocus: [{
|
|
464
464
|
type: HostListener,
|
|
465
465
|
args: ["focus"]
|
|
466
466
|
}], handleMultiViewCalendarBlur: [{
|
|
@@ -27,15 +27,15 @@ export class CalendarCustomMessagesComponent extends CalendarMessages {
|
|
|
27
27
|
get override() {
|
|
28
28
|
return true;
|
|
29
29
|
}
|
|
30
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
31
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-calendar-messages", providers: [
|
|
32
32
|
{
|
|
33
33
|
provide: CalendarMessages,
|
|
34
34
|
useExisting: forwardRef(() => CalendarCustomMessagesComponent)
|
|
35
35
|
}
|
|
36
36
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{
|
|
41
41
|
providers: [
|
|
@@ -48,4 +48,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
48
48
|
template: ``,
|
|
49
49
|
standalone: true
|
|
50
50
|
}]
|
|
51
|
-
}], ctorParameters:
|
|
51
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -16,15 +16,15 @@ export class CalendarLocalizedMessagesDirective extends CalendarMessages {
|
|
|
16
16
|
super();
|
|
17
17
|
this.service = service;
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoCalendarLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: CalendarMessages,
|
|
23
23
|
useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
|
|
24
24
|
}
|
|
25
25
|
], usesInheritance: true, ngImport: i0 });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarLocalizedMessagesDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
30
|
providers: [
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
36
36
|
selector: '[kendoCalendarLocalizedMessages]',
|
|
37
37
|
standalone: true
|
|
38
38
|
}]
|
|
39
|
-
}], ctorParameters:
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -25,10 +25,10 @@ export class CalendarMessages extends ComponentMessages {
|
|
|
25
25
|
* The title of the **Parent View** button in the header of the Calendar.
|
|
26
26
|
*/
|
|
27
27
|
parentViewButtonTitle;
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
29
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
+
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 });
|
|
30
30
|
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CalendarMessages, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
34
|
// eslint-disable-next-line
|
|
@@ -27,15 +27,15 @@ export class MultiViewCalendarCustomMessagesComponent extends Messages {
|
|
|
27
27
|
get override() {
|
|
28
28
|
return true;
|
|
29
29
|
}
|
|
30
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
31
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MultiViewCalendarCustomMessagesComponent, isStandalone: true, selector: "kendo-multiviewcalendar-messages", providers: [
|
|
32
32
|
{
|
|
33
33
|
provide: Messages,
|
|
34
34
|
useExisting: forwardRef(() => MultiViewCalendarCustomMessagesComponent)
|
|
35
35
|
}
|
|
36
36
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
40
|
args: [{
|
|
41
41
|
providers: [
|
|
@@ -48,4 +48,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
48
48
|
template: ``,
|
|
49
49
|
standalone: true
|
|
50
50
|
}]
|
|
51
|
-
}], ctorParameters:
|
|
51
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -16,15 +16,15 @@ export class MultiViewCalendarLocalizedMessagesDirective extends Messages {
|
|
|
16
16
|
super();
|
|
17
17
|
this.service = service;
|
|
18
18
|
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MultiViewCalendarLocalizedMessagesDirective, isStandalone: true, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: Messages,
|
|
23
23
|
useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
|
|
24
24
|
}
|
|
25
25
|
], usesInheritance: true, ngImport: i0 });
|
|
26
26
|
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, decorators: [{
|
|
28
28
|
type: Directive,
|
|
29
29
|
args: [{
|
|
30
30
|
providers: [
|
|
@@ -36,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
36
36
|
selector: '[kendoMultiViewCalendarLocalizedMessages]',
|
|
37
37
|
standalone: true
|
|
38
38
|
}]
|
|
39
|
-
}], ctorParameters:
|
|
39
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -25,10 +25,10 @@ export class Messages extends ComponentMessages {
|
|
|
25
25
|
* The title of the **Parent View** button in the header of the MultiViewCalendar.
|
|
26
26
|
*/
|
|
27
27
|
parentViewButtonTitle;
|
|
28
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
29
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
29
|
+
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 });
|
|
30
30
|
}
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
34
|
// eslint-disable-next-line
|
|
@@ -1197,8 +1197,8 @@ export class MultiViewCalendarComponent {
|
|
|
1197
1197
|
focusedDate: date
|
|
1198
1198
|
});
|
|
1199
1199
|
}
|
|
1200
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1201
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1200
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarComponent, deps: [{ token: i1.BusViewService }, { token: i0.ElementRef }, { token: i2.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i3.DisabledDatesService }, { token: i4.SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1201
|
+
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: [
|
|
1202
1202
|
BusViewService,
|
|
1203
1203
|
RANGE_CALENDAR_VALUE_ACCESSOR,
|
|
1204
1204
|
RANGE_CALENDAR_RANGE_VALIDATORS,
|
|
@@ -1287,7 +1287,7 @@ export class MultiViewCalendarComponent {
|
|
|
1287
1287
|
</kendo-calendar-footer>
|
|
1288
1288
|
`, 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 });
|
|
1289
1289
|
}
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiViewCalendarComponent, decorators: [{
|
|
1291
1291
|
type: Component,
|
|
1292
1292
|
args: [{
|
|
1293
1293
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1385,7 +1385,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1385
1385
|
standalone: true,
|
|
1386
1386
|
imports: [MultiViewCalendarLocalizedMessagesDirective, NgIf, HeaderComponent, HorizontalViewListComponent, FooterComponent]
|
|
1387
1387
|
}]
|
|
1388
|
-
}], ctorParameters:
|
|
1388
|
+
}], ctorParameters: () => [{ type: i1.BusViewService }, { type: i0.ElementRef }, { type: i2.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i3.DisabledDatesService }, { type: i4.SelectionService }], propDecorators: { showOtherMonthDays: [{
|
|
1389
1389
|
type: Input
|
|
1390
1390
|
}], showCalendarHeader: [{
|
|
1391
1391
|
type: Input
|