@progress/kendo-angular-dateinputs 16.0.0-develop.19 → 16.0.0-develop.20
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/dateinput/dateinput.component.d.ts +13 -1
- package/dateinput/localization/messages.d.ts +5 -1
- package/datepicker/datepicker.component.d.ts +7 -2
- package/datepicker/localization/messages.d.ts +5 -1
- package/datetimepicker/datetimepicker.component.d.ts +7 -1
- package/datetimepicker/localization/messages.d.ts +5 -1
- package/esm2020/dateinput/dateinput.component.mjs +63 -2
- package/esm2020/dateinput/localization/messages.mjs +3 -1
- package/esm2020/datepicker/datepicker.component.mjs +39 -14
- package/esm2020/datepicker/localization/messages.mjs +3 -1
- package/esm2020/datetimepicker/datetimepicker.component.mjs +37 -11
- package/esm2020/datetimepicker/localization/messages.mjs +3 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/localization/messages.mjs +3 -1
- package/esm2020/timepicker/timepicker.component.mjs +39 -11
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +220 -74
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +219 -74
- package/package.json +9 -9
- package/timepicker/localization/messages.d.ts +5 -1
- package/timepicker/timepicker.component.d.ts +7 -1
|
@@ -8,7 +8,7 @@ import { NG_VALUE_ACCESSOR, NG_VALIDATORS, NgControl } from '@angular/forms';
|
|
|
8
8
|
import * as i1$1 from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { cloneDate, MS_PER_HOUR, MS_PER_MINUTE, addDays, getDate, isEqual, addDecades, addCenturies, firstDecadeOfCentury, lastDecadeOfCentury, firstYearOfDecade, createDate, lastYearOfDecade, lastMonthOfYear, lastDayOfMonth, durationInCenturies, addYears, durationInDecades, addWeeks, addMonths, firstDayOfMonth, dayOfWeek, durationInMonths, firstMonthOfYear, durationInYears, weekInYear } from '@progress/kendo-date-math';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i1$2 from '@progress/kendo-angular-common';
|
|
12
12
|
import { isDocumentAvailable, guid, Keys as Keys$1, hasObservers, isObject, KendoInput, isObjectPresent, removeHTMLAttributes, parseAttributes, isControlRequired, setHTMLAttributes, EventsModule, ResizeSensorModule, ToggleButtonTabStopModule } from '@progress/kendo-angular-common';
|
|
13
13
|
export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
14
14
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
@@ -17,16 +17,16 @@ import { localeData, IntlModule } from '@progress/kendo-angular-intl';
|
|
|
17
17
|
import * as i4 from '@angular/common';
|
|
18
18
|
import { CommonModule } from '@angular/common';
|
|
19
19
|
import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
|
|
20
|
-
import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, caretAltDownIcon, calendarIcon,
|
|
20
|
+
import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, xIcon, caretAltDownIcon, calendarIcon, clockIcon } from '@progress/kendo-svg-icons';
|
|
21
21
|
import * as i7 from '@progress/kendo-angular-buttons';
|
|
22
22
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
23
23
|
import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
|
|
24
24
|
import { DateInput } from '@progress/kendo-dateinputs-common';
|
|
25
25
|
import * as i6 from '@progress/kendo-angular-icons';
|
|
26
26
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
27
|
-
import * as i1$
|
|
27
|
+
import * as i1$3 from '@progress/kendo-angular-popup';
|
|
28
28
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
29
|
-
import * as
|
|
29
|
+
import * as i12 from '@progress/kendo-angular-navigation';
|
|
30
30
|
import { NavigationModule } from '@progress/kendo-angular-navigation';
|
|
31
31
|
import { touchEnabled } from '@progress/kendo-common';
|
|
32
32
|
import { TextBoxModule } from '@progress/kendo-angular-inputs';
|
|
@@ -38,8 +38,8 @@ const packageMetadata = {
|
|
|
38
38
|
name: '@progress/kendo-angular-dateinputs',
|
|
39
39
|
productName: 'Kendo UI for Angular',
|
|
40
40
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
41
|
-
publishDate:
|
|
42
|
-
version: '16.0.0-develop.
|
|
41
|
+
publishDate: 1715338566,
|
|
42
|
+
version: '16.0.0-develop.20',
|
|
43
43
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
44
44
|
};
|
|
45
45
|
|
|
@@ -2758,7 +2758,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2758
2758
|
</button>
|
|
2759
2759
|
</span>
|
|
2760
2760
|
</ng-template>
|
|
2761
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type:
|
|
2761
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i7.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
2762
2762
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2763
2763
|
type: Component,
|
|
2764
2764
|
args: [{
|
|
@@ -5481,7 +5481,7 @@ class VirtualizationComponent {
|
|
|
5481
5481
|
return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
|
|
5482
5482
|
}
|
|
5483
5483
|
}
|
|
5484
|
-
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token:
|
|
5484
|
+
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1$2.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5485
5485
|
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
|
|
5486
5486
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
5487
5487
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
@@ -5513,7 +5513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
5513
5513
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
5514
5514
|
type: Inject,
|
|
5515
5515
|
args: [SCROLLER_FACTORY_TOKEN]
|
|
5516
|
-
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type:
|
|
5516
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1$2.ScrollbarWidthService }]; }, propDecorators: { direction: [{
|
|
5517
5517
|
type: Input
|
|
5518
5518
|
}], itemHeight: [{
|
|
5519
5519
|
type: Input
|
|
@@ -5679,7 +5679,7 @@ NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
5679
5679
|
</li>
|
|
5680
5680
|
</ul>
|
|
5681
5681
|
</kendo-virtualization>
|
|
5682
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type:
|
|
5682
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5683
5683
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
5684
5684
|
type: Component,
|
|
5685
5685
|
args: [{
|
|
@@ -7634,7 +7634,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
7634
7634
|
</kendo-multiviewcalendar-messages>
|
|
7635
7635
|
</kendo-multiviewcalendar>
|
|
7636
7636
|
</ng-container>
|
|
7637
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "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:
|
|
7637
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "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: i1$2.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { kind: "directive", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { kind: "component", type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7638
7638
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
7639
7639
|
type: Component,
|
|
7640
7640
|
args: [{
|
|
@@ -7953,7 +7953,7 @@ var Arrow;
|
|
|
7953
7953
|
class DateInputMessages extends ComponentMessages {
|
|
7954
7954
|
}
|
|
7955
7955
|
DateInputMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7956
|
-
DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateInputMessages, selector: "kendo-dateinput-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
|
|
7956
|
+
DateInputMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateInputMessages, selector: "kendo-dateinput-messages-base", inputs: { decrement: "decrement", increment: "increment", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
7957
7957
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
7958
7958
|
type: Directive,
|
|
7959
7959
|
args: [{
|
|
@@ -7964,6 +7964,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
7964
7964
|
type: Input
|
|
7965
7965
|
}], increment: [{
|
|
7966
7966
|
type: Input
|
|
7967
|
+
}], clearTitle: [{
|
|
7968
|
+
type: Input
|
|
7967
7969
|
}] } });
|
|
7968
7970
|
|
|
7969
7971
|
/**
|
|
@@ -8049,10 +8051,20 @@ class DateInputComponent {
|
|
|
8049
8051
|
* @hidden
|
|
8050
8052
|
*/
|
|
8051
8053
|
this.caretAltUpIcon = caretAltUpIcon;
|
|
8054
|
+
/**
|
|
8055
|
+
* @hidden
|
|
8056
|
+
*/
|
|
8057
|
+
this.xIcon = xIcon;
|
|
8052
8058
|
/**
|
|
8053
8059
|
* @hidden
|
|
8054
8060
|
*/
|
|
8055
8061
|
this.caretAltDownIcon = caretAltDownIcon;
|
|
8062
|
+
/**
|
|
8063
|
+
* If set to `true`, renders a clear button after the input text or DateInput value has been changed.
|
|
8064
|
+
* Clicking this button resets the value of the component to `null` and triggers the `valueChange` event.
|
|
8065
|
+
* @default false
|
|
8066
|
+
*/
|
|
8067
|
+
this.clearButton = false;
|
|
8056
8068
|
/**
|
|
8057
8069
|
* Sets or gets the `disabled` property of the DateInput and
|
|
8058
8070
|
* determines whether the component is active
|
|
@@ -8225,6 +8237,7 @@ class DateInputComponent {
|
|
|
8225
8237
|
this.formatSections = { date: false, time: false };
|
|
8226
8238
|
this.hasMousedown = false;
|
|
8227
8239
|
this.focusedPriorToMousedown = false;
|
|
8240
|
+
this.showClearButton = false;
|
|
8228
8241
|
/**
|
|
8229
8242
|
* @hidden
|
|
8230
8243
|
*/
|
|
@@ -8662,6 +8675,12 @@ class DateInputComponent {
|
|
|
8662
8675
|
this.kendoDateObject?.setValue(this.value);
|
|
8663
8676
|
this.kendoDate?.refreshElementValue();
|
|
8664
8677
|
}
|
|
8678
|
+
resetInput() {
|
|
8679
|
+
this.kendoDateObject?.setValue(null);
|
|
8680
|
+
this.kendoDate?.refreshElementValue();
|
|
8681
|
+
this.control?.setValue(null);
|
|
8682
|
+
this.showClearButton = false;
|
|
8683
|
+
}
|
|
8665
8684
|
/**
|
|
8666
8685
|
* @hidden
|
|
8667
8686
|
*/
|
|
@@ -8677,6 +8696,7 @@ class DateInputComponent {
|
|
|
8677
8696
|
*/
|
|
8678
8697
|
notify() {
|
|
8679
8698
|
this.ngZone.run(() => {
|
|
8699
|
+
this.showClearButton = true;
|
|
8680
8700
|
this.onControlChange(cloneDate(this.value));
|
|
8681
8701
|
this.valueChange.emit(cloneDate(this.value));
|
|
8682
8702
|
});
|
|
@@ -8724,6 +8744,7 @@ class DateInputComponent {
|
|
|
8724
8744
|
* @hidden
|
|
8725
8745
|
*/
|
|
8726
8746
|
handleButtonClick(offset) {
|
|
8747
|
+
this.showClearButton = true;
|
|
8727
8748
|
this.arrowDirection = Arrow.None;
|
|
8728
8749
|
this.kendoDate.focus();
|
|
8729
8750
|
this.kendoDate.modifyDateSegmentValue(offset);
|
|
@@ -8749,6 +8770,10 @@ class DateInputComponent {
|
|
|
8749
8770
|
}
|
|
8750
8771
|
onWidgetInputEnd() {
|
|
8751
8772
|
this.updateIncompleteValidationStatus();
|
|
8773
|
+
if (this.clearButton) {
|
|
8774
|
+
this.showClearButton = true;
|
|
8775
|
+
this.cdr.markForCheck();
|
|
8776
|
+
}
|
|
8752
8777
|
}
|
|
8753
8778
|
onWidgetFocus({ event: FocuseEvent }) {
|
|
8754
8779
|
this.isActive = true;
|
|
@@ -8835,7 +8860,7 @@ class DateInputComponent {
|
|
|
8835
8860
|
}
|
|
8836
8861
|
}
|
|
8837
8862
|
DateInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.IntlService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1$1.LocalizationService }, { token: PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
8838
|
-
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputComponent, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-input": "this.wrapperClass", "class.k-dateinput": "this.wrapperClass", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
8863
|
+
DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputComponent, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-input": "this.wrapperClass", "class.k-dateinput": "this.wrapperClass", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
8839
8864
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8840
8865
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
|
|
8841
8866
|
{ provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
|
|
@@ -8848,6 +8873,9 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
8848
8873
|
|
|
8849
8874
|
i18n-decrement="kendo.dateinput.decrement|The label for the **Decrement** button in the DateInput"
|
|
8850
8875
|
decrement="Decrease value"
|
|
8876
|
+
|
|
8877
|
+
i18n-clearTitle="kendo.dateinput.clearTitle|The title of the clear button"
|
|
8878
|
+
clearTitle="clear"
|
|
8851
8879
|
>
|
|
8852
8880
|
</ng-container>
|
|
8853
8881
|
<input #dateInput
|
|
@@ -8873,6 +8901,21 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
8873
8901
|
}"
|
|
8874
8902
|
[scope]="this"
|
|
8875
8903
|
/>
|
|
8904
|
+
<span
|
|
8905
|
+
*ngIf="clearButton && showClearButton"
|
|
8906
|
+
class="k-clear-value"
|
|
8907
|
+
[attr.title]="localization.get('clearTitle')"
|
|
8908
|
+
role="button"
|
|
8909
|
+
tabindex="-1"
|
|
8910
|
+
(click)="resetInput()"
|
|
8911
|
+
(mousedown)="$event.preventDefault()"
|
|
8912
|
+
>
|
|
8913
|
+
<kendo-icon-wrapper
|
|
8914
|
+
name="x"
|
|
8915
|
+
[svgIcon]="xIcon"
|
|
8916
|
+
>
|
|
8917
|
+
</kendo-icon-wrapper>
|
|
8918
|
+
</span>
|
|
8876
8919
|
<span *ngIf="spinners" class="k-input-spinner k-spin-button" (mousedown)="$event.preventDefault()">
|
|
8877
8920
|
<button
|
|
8878
8921
|
#spinup
|
|
@@ -8911,7 +8954,7 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
8911
8954
|
</kendo-icon-wrapper>
|
|
8912
8955
|
</button>
|
|
8913
8956
|
</span>
|
|
8914
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type:
|
|
8957
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8915
8958
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
8916
8959
|
type: Component,
|
|
8917
8960
|
args: [{
|
|
@@ -8932,6 +8975,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8932
8975
|
|
|
8933
8976
|
i18n-decrement="kendo.dateinput.decrement|The label for the **Decrement** button in the DateInput"
|
|
8934
8977
|
decrement="Decrease value"
|
|
8978
|
+
|
|
8979
|
+
i18n-clearTitle="kendo.dateinput.clearTitle|The title of the clear button"
|
|
8980
|
+
clearTitle="clear"
|
|
8935
8981
|
>
|
|
8936
8982
|
</ng-container>
|
|
8937
8983
|
<input #dateInput
|
|
@@ -8957,6 +9003,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
8957
9003
|
}"
|
|
8958
9004
|
[scope]="this"
|
|
8959
9005
|
/>
|
|
9006
|
+
<span
|
|
9007
|
+
*ngIf="clearButton && showClearButton"
|
|
9008
|
+
class="k-clear-value"
|
|
9009
|
+
[attr.title]="localization.get('clearTitle')"
|
|
9010
|
+
role="button"
|
|
9011
|
+
tabindex="-1"
|
|
9012
|
+
(click)="resetInput()"
|
|
9013
|
+
(mousedown)="$event.preventDefault()"
|
|
9014
|
+
>
|
|
9015
|
+
<kendo-icon-wrapper
|
|
9016
|
+
name="x"
|
|
9017
|
+
[svgIcon]="xIcon"
|
|
9018
|
+
>
|
|
9019
|
+
</kendo-icon-wrapper>
|
|
9020
|
+
</span>
|
|
8960
9021
|
<span *ngIf="spinners" class="k-input-spinner k-spin-button" (mousedown)="$event.preventDefault()">
|
|
8961
9022
|
<button
|
|
8962
9023
|
#spinup
|
|
@@ -9003,6 +9064,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9003
9064
|
type: Input
|
|
9004
9065
|
}], pickerType: [{
|
|
9005
9066
|
type: Input
|
|
9067
|
+
}], clearButton: [{
|
|
9068
|
+
type: Input
|
|
9006
9069
|
}], disabled: [{
|
|
9007
9070
|
type: Input
|
|
9008
9071
|
}], readonly: [{
|
|
@@ -9143,6 +9206,39 @@ const disabledDatesValidator = (isDateDisabled) => {
|
|
|
9143
9206
|
};
|
|
9144
9207
|
};
|
|
9145
9208
|
|
|
9209
|
+
/**
|
|
9210
|
+
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9211
|
+
*/
|
|
9212
|
+
class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
9213
|
+
constructor(service) {
|
|
9214
|
+
super();
|
|
9215
|
+
this.service = service;
|
|
9216
|
+
}
|
|
9217
|
+
get override() {
|
|
9218
|
+
return true;
|
|
9219
|
+
}
|
|
9220
|
+
}
|
|
9221
|
+
DateInputCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9222
|
+
DateInputCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages", providers: [
|
|
9223
|
+
{
|
|
9224
|
+
provide: DateInputMessages,
|
|
9225
|
+
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
9226
|
+
}
|
|
9227
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
9229
|
+
type: Component,
|
|
9230
|
+
args: [{
|
|
9231
|
+
providers: [
|
|
9232
|
+
{
|
|
9233
|
+
provide: DateInputMessages,
|
|
9234
|
+
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
9235
|
+
}
|
|
9236
|
+
],
|
|
9237
|
+
selector: 'kendo-dateinput-messages',
|
|
9238
|
+
template: ``
|
|
9239
|
+
}]
|
|
9240
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
9241
|
+
|
|
9146
9242
|
/**
|
|
9147
9243
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9148
9244
|
*/
|
|
@@ -9182,7 +9278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9182
9278
|
class DatePickerMessages extends ComponentMessages {
|
|
9183
9279
|
}
|
|
9184
9280
|
DatePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
9185
|
-
DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
9281
|
+
DatePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerMessages, selector: "kendo-datepicker-messages-base", inputs: { today: "today", toggle: "toggle", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
9186
9282
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerMessages, decorators: [{
|
|
9187
9283
|
type: Directive,
|
|
9188
9284
|
args: [{
|
|
@@ -9199,6 +9295,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
9199
9295
|
type: Input
|
|
9200
9296
|
}], parentViewButtonTitle: [{
|
|
9201
9297
|
type: Input
|
|
9298
|
+
}], clearTitle: [{
|
|
9299
|
+
type: Input
|
|
9202
9300
|
}] } });
|
|
9203
9301
|
|
|
9204
9302
|
/**
|
|
@@ -9254,6 +9352,12 @@ class DatePickerComponent {
|
|
|
9254
9352
|
* @hidden
|
|
9255
9353
|
*/
|
|
9256
9354
|
this.calendarIcon = calendarIcon;
|
|
9355
|
+
/**
|
|
9356
|
+
* If set to `true`, renders a clear button after the input text or DatePicker value has been changed.
|
|
9357
|
+
* Clicking this button resets the value of the component to `null` and triggers the `valueChange` event.
|
|
9358
|
+
* @default false
|
|
9359
|
+
*/
|
|
9360
|
+
this.clearButton = false;
|
|
9257
9361
|
/**
|
|
9258
9362
|
* Toggles the visibility of the Calendar footer.
|
|
9259
9363
|
* @default false
|
|
@@ -9751,9 +9855,6 @@ class DatePickerComponent {
|
|
|
9751
9855
|
this.toggleCalendar(show);
|
|
9752
9856
|
}
|
|
9753
9857
|
}
|
|
9754
|
-
get inputElement() {
|
|
9755
|
-
return this.wrapper.nativeElement.querySelector('input');
|
|
9756
|
-
}
|
|
9757
9858
|
/**
|
|
9758
9859
|
* @hidden
|
|
9759
9860
|
*/
|
|
@@ -9958,6 +10059,7 @@ class DatePickerComponent {
|
|
|
9958
10059
|
*/
|
|
9959
10060
|
handleChange(value) {
|
|
9960
10061
|
this.cdr.markForCheck();
|
|
10062
|
+
this.dateInput.showClearButton = true;
|
|
9961
10063
|
this.value = value;
|
|
9962
10064
|
if (this.show) {
|
|
9963
10065
|
this.focusInput();
|
|
@@ -10254,8 +10356,8 @@ class DatePickerComponent {
|
|
|
10254
10356
|
}
|
|
10255
10357
|
}
|
|
10256
10358
|
}
|
|
10257
|
-
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$
|
|
10258
|
-
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], inputAttributes: "inputAttributes", monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer", navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode", adaptiveMode: "adaptiveMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
10359
|
+
DatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
10360
|
+
DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DatePickerComponent, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], clearButton: "clearButton", inputAttributes: "inputAttributes", monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer", navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode", adaptiveMode: "adaptiveMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
10259
10361
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10260
10362
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
|
|
10261
10363
|
{ provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
|
|
@@ -10282,6 +10384,9 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10282
10384
|
|
|
10283
10385
|
i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
10284
10386
|
parentViewButtonTitle="Navigate to parent view"
|
|
10387
|
+
|
|
10388
|
+
i18n-clearTitle="kendo.datepicker.clearTitle|The title of the clear button"
|
|
10389
|
+
clearTitle="clear"
|
|
10285
10390
|
>
|
|
10286
10391
|
</ng-container>
|
|
10287
10392
|
<kendo-dateinput
|
|
@@ -10290,6 +10395,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10290
10395
|
pickerType="datepicker"
|
|
10291
10396
|
hasPopup="grid"
|
|
10292
10397
|
[isPopupOpen]="show"
|
|
10398
|
+
[clearButton]="clearButton"
|
|
10293
10399
|
[disabled]="disabled"
|
|
10294
10400
|
[readonly]="readonly || readOnlyInput"
|
|
10295
10401
|
[ariaReadOnly]="readonly"
|
|
@@ -10317,7 +10423,12 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10317
10423
|
[value]="value"
|
|
10318
10424
|
(valueChange)="handleInputChange($event)"
|
|
10319
10425
|
(click)="handleDateInputClick()"
|
|
10320
|
-
|
|
10426
|
+
>
|
|
10427
|
+
<kendo-dateinput-messages
|
|
10428
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
10429
|
+
>
|
|
10430
|
+
</kendo-dateinput-messages>
|
|
10431
|
+
</kendo-dateinput>
|
|
10321
10432
|
<button
|
|
10322
10433
|
#toggleButton
|
|
10323
10434
|
type="button"
|
|
@@ -10430,7 +10541,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10430
10541
|
</kendo-calendar-messages>
|
|
10431
10542
|
</kendo-calendar>
|
|
10432
10543
|
</ng-template>
|
|
10433
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "directive", type:
|
|
10544
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "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: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i12.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i12.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i1$2.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10434
10545
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
10435
10546
|
type: Component,
|
|
10436
10547
|
args: [{
|
|
@@ -10465,6 +10576,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10465
10576
|
|
|
10466
10577
|
i18n-parentViewButtonTitle="kendo.datepicker.parentViewButtonTitle|The title of the parent view button in the calendar header"
|
|
10467
10578
|
parentViewButtonTitle="Navigate to parent view"
|
|
10579
|
+
|
|
10580
|
+
i18n-clearTitle="kendo.datepicker.clearTitle|The title of the clear button"
|
|
10581
|
+
clearTitle="clear"
|
|
10468
10582
|
>
|
|
10469
10583
|
</ng-container>
|
|
10470
10584
|
<kendo-dateinput
|
|
@@ -10473,6 +10587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10473
10587
|
pickerType="datepicker"
|
|
10474
10588
|
hasPopup="grid"
|
|
10475
10589
|
[isPopupOpen]="show"
|
|
10590
|
+
[clearButton]="clearButton"
|
|
10476
10591
|
[disabled]="disabled"
|
|
10477
10592
|
[readonly]="readonly || readOnlyInput"
|
|
10478
10593
|
[ariaReadOnly]="readonly"
|
|
@@ -10500,7 +10615,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10500
10615
|
[value]="value"
|
|
10501
10616
|
(valueChange)="handleInputChange($event)"
|
|
10502
10617
|
(click)="handleDateInputClick()"
|
|
10503
|
-
|
|
10618
|
+
>
|
|
10619
|
+
<kendo-dateinput-messages
|
|
10620
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
10621
|
+
>
|
|
10622
|
+
</kendo-dateinput-messages>
|
|
10623
|
+
</kendo-dateinput>
|
|
10504
10624
|
<button
|
|
10505
10625
|
#toggleButton
|
|
10506
10626
|
type="button"
|
|
@@ -10615,7 +10735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10615
10735
|
</ng-template>
|
|
10616
10736
|
`
|
|
10617
10737
|
}]
|
|
10618
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$
|
|
10738
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: DisabledDatesService }, { type: undefined, decorators: [{
|
|
10619
10739
|
type: Optional
|
|
10620
10740
|
}, {
|
|
10621
10741
|
type: Inject,
|
|
@@ -10640,6 +10760,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10640
10760
|
}], cellTemplateRef: [{
|
|
10641
10761
|
type: Input,
|
|
10642
10762
|
args: ['cellTemplate']
|
|
10763
|
+
}], clearButton: [{
|
|
10764
|
+
type: Input
|
|
10643
10765
|
}], inputAttributes: [{
|
|
10644
10766
|
type: Input
|
|
10645
10767
|
}], monthCellTemplate: [{
|
|
@@ -10838,7 +10960,7 @@ const timeRangeValidator = (min, max) => {
|
|
|
10838
10960
|
class TimePickerMessages extends ComponentMessages {
|
|
10839
10961
|
}
|
|
10840
10962
|
TimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
10841
|
-
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerMessages, selector: "kendo-timepicker-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", now: "now", nowLabel: "nowLabel", toggle: "toggle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
|
|
10963
|
+
TimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerMessages, selector: "kendo-timepicker-messages-base", inputs: { accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", now: "now", nowLabel: "nowLabel", toggle: "toggle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
10842
10964
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerMessages, decorators: [{
|
|
10843
10965
|
type: Directive,
|
|
10844
10966
|
args: [{
|
|
@@ -10869,6 +10991,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
10869
10991
|
type: Input
|
|
10870
10992
|
}], dayperiod: [{
|
|
10871
10993
|
type: Input
|
|
10994
|
+
}], clearTitle: [{
|
|
10995
|
+
type: Input
|
|
10872
10996
|
}] } });
|
|
10873
10997
|
|
|
10874
10998
|
/**
|
|
@@ -11834,7 +11958,7 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
11834
11958
|
</li>
|
|
11835
11959
|
</ul>
|
|
11836
11960
|
</kendo-virtualization>
|
|
11837
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type:
|
|
11961
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
11838
11962
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
11839
11963
|
type: Component,
|
|
11840
11964
|
args: [{
|
|
@@ -12506,7 +12630,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
12506
12630
|
[disabled]="disabled"
|
|
12507
12631
|
>{{localization.get('cancel')}}</button>
|
|
12508
12632
|
</div>
|
|
12509
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type:
|
|
12633
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }, { kind: "directive", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12510
12634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
12511
12635
|
type: Component,
|
|
12512
12636
|
args: [{
|
|
@@ -12728,6 +12852,12 @@ class TimePickerComponent {
|
|
|
12728
12852
|
* the input will be rendered in a read-only state regardless of the `readOnlyInput` value.
|
|
12729
12853
|
*/
|
|
12730
12854
|
this.readOnlyInput = false;
|
|
12855
|
+
/**
|
|
12856
|
+
* If set to `true`, renders a clear button after the input text or TimePicker value has been changed.
|
|
12857
|
+
* Clicking this button resets the value of the component to `null` and triggers the `valueChange` event.
|
|
12858
|
+
* @default false
|
|
12859
|
+
*/
|
|
12860
|
+
this.clearButton = false;
|
|
12731
12861
|
/**
|
|
12732
12862
|
* Specifies the time format that is used to display the input value
|
|
12733
12863
|
* ([see example]({% slug formats_timepicker %})).
|
|
@@ -13301,6 +13431,7 @@ class TimePickerComponent {
|
|
|
13301
13431
|
this.focusInput();
|
|
13302
13432
|
this.show = false;
|
|
13303
13433
|
}
|
|
13434
|
+
this.dateInput.showClearButton = true;
|
|
13304
13435
|
this.onControlChange(cloneDate(value));
|
|
13305
13436
|
this.valueChange.emit(cloneDate(value));
|
|
13306
13437
|
});
|
|
@@ -13603,8 +13734,8 @@ class TimePickerComponent {
|
|
|
13603
13734
|
}
|
|
13604
13735
|
}
|
|
13605
13736
|
}
|
|
13606
|
-
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$
|
|
13607
|
-
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13737
|
+
TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
13738
|
+
TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
13608
13739
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13609
13740
|
{ provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
|
|
13610
13741
|
{ provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
|
|
@@ -13652,6 +13783,9 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13652
13783
|
|
|
13653
13784
|
i18n-dayperiod="kendo.timepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
13654
13785
|
dayperiod="Dayperiod"
|
|
13786
|
+
|
|
13787
|
+
i18n-clearTitle="kendo.timepicker.clearTitle|The title of the clear button"
|
|
13788
|
+
clearTitle="clear"
|
|
13655
13789
|
>
|
|
13656
13790
|
</ng-container>
|
|
13657
13791
|
<kendo-dateinput
|
|
@@ -13660,6 +13794,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13660
13794
|
hasPopup="dialog"
|
|
13661
13795
|
[isPopupOpen]="show"
|
|
13662
13796
|
[disabled]="disabled"
|
|
13797
|
+
[clearButton]="clearButton"
|
|
13663
13798
|
[readonly]="readonly || readOnlyInput"
|
|
13664
13799
|
[role]="'combobox'"
|
|
13665
13800
|
[ariaReadOnly]="readonly"
|
|
@@ -13686,7 +13821,12 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13686
13821
|
[value]="value"
|
|
13687
13822
|
(valueChange)="handleInputChange($event)"
|
|
13688
13823
|
(click)="handleDateInputClick()"
|
|
13689
|
-
|
|
13824
|
+
>
|
|
13825
|
+
<kendo-dateinput-messages
|
|
13826
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
13827
|
+
>
|
|
13828
|
+
</kendo-dateinput-messages>
|
|
13829
|
+
</kendo-dateinput>
|
|
13690
13830
|
<button
|
|
13691
13831
|
#toggleButton
|
|
13692
13832
|
type="button"
|
|
@@ -13811,7 +13951,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13811
13951
|
</kendo-timeselector-messages>
|
|
13812
13952
|
</kendo-timeselector>
|
|
13813
13953
|
</ng-template>
|
|
13814
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "directive", type:
|
|
13954
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "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: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i12.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i12.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i1$2.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13815
13955
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
13816
13956
|
type: Component,
|
|
13817
13957
|
args: [{
|
|
@@ -13867,6 +14007,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13867
14007
|
|
|
13868
14008
|
i18n-dayperiod="kendo.timepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
13869
14009
|
dayperiod="Dayperiod"
|
|
14010
|
+
|
|
14011
|
+
i18n-clearTitle="kendo.timepicker.clearTitle|The title of the clear button"
|
|
14012
|
+
clearTitle="clear"
|
|
13870
14013
|
>
|
|
13871
14014
|
</ng-container>
|
|
13872
14015
|
<kendo-dateinput
|
|
@@ -13875,6 +14018,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13875
14018
|
hasPopup="dialog"
|
|
13876
14019
|
[isPopupOpen]="show"
|
|
13877
14020
|
[disabled]="disabled"
|
|
14021
|
+
[clearButton]="clearButton"
|
|
13878
14022
|
[readonly]="readonly || readOnlyInput"
|
|
13879
14023
|
[role]="'combobox'"
|
|
13880
14024
|
[ariaReadOnly]="readonly"
|
|
@@ -13901,7 +14045,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
13901
14045
|
[value]="value"
|
|
13902
14046
|
(valueChange)="handleInputChange($event)"
|
|
13903
14047
|
(click)="handleDateInputClick()"
|
|
13904
|
-
|
|
14048
|
+
>
|
|
14049
|
+
<kendo-dateinput-messages
|
|
14050
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
14051
|
+
>
|
|
14052
|
+
</kendo-dateinput-messages>
|
|
14053
|
+
</kendo-dateinput>
|
|
13905
14054
|
<button
|
|
13906
14055
|
#toggleButton
|
|
13907
14056
|
type="button"
|
|
@@ -14028,7 +14177,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14028
14177
|
</ng-template>
|
|
14029
14178
|
`
|
|
14030
14179
|
}]
|
|
14031
|
-
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$
|
|
14180
|
+
}], ctorParameters: function () { return [{ type: BusViewService }, { type: i0.NgZone }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i1$3.PopupService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: PickerService }, { type: i1.IntlService }, { type: undefined, decorators: [{
|
|
14032
14181
|
type: Optional
|
|
14033
14182
|
}, {
|
|
14034
14183
|
type: Inject,
|
|
@@ -14056,6 +14205,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14056
14205
|
args: ['class.k-readonly']
|
|
14057
14206
|
}], readOnlyInput: [{
|
|
14058
14207
|
type: Input
|
|
14208
|
+
}], clearButton: [{
|
|
14209
|
+
type: Input
|
|
14059
14210
|
}], format: [{
|
|
14060
14211
|
type: Input
|
|
14061
14212
|
}], formatPlaceholder: [{
|
|
@@ -14137,7 +14288,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14137
14288
|
class DateTimePickerMessages extends ComponentMessages {
|
|
14138
14289
|
}
|
|
14139
14290
|
DateTimePickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
14140
|
-
DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { toggle: "toggle", dateTab: "dateTab", dateTabLabel: "dateTabLabel", timeTab: "timeTab", timeTabLabel: "timeTabLabel", accept: "accept", acceptLabel: "acceptLabel", cancel: "cancel", cancelLabel: "cancelLabel", today: "today", now: "now", nowLabel: "nowLabel", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod" }, usesInheritance: true, ngImport: i0 });
|
|
14291
|
+
DateTimePickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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" }, usesInheritance: true, ngImport: i0 });
|
|
14141
14292
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerMessages, decorators: [{
|
|
14142
14293
|
type: Directive,
|
|
14143
14294
|
args: [{
|
|
@@ -14184,6 +14335,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14184
14335
|
type: Input
|
|
14185
14336
|
}], dayperiod: [{
|
|
14186
14337
|
type: Input
|
|
14338
|
+
}], clearTitle: [{
|
|
14339
|
+
type: Input
|
|
14187
14340
|
}] } });
|
|
14188
14341
|
|
|
14189
14342
|
/**
|
|
@@ -14379,6 +14532,12 @@ class DateTimePickerComponent {
|
|
|
14379
14532
|
* @default false
|
|
14380
14533
|
*/
|
|
14381
14534
|
this.allowCaretMode = false;
|
|
14535
|
+
/**
|
|
14536
|
+
* If set to `true`, renders a clear button after the input text or DateTimePicker value has been changed.
|
|
14537
|
+
* Clicking this button resets the value of the component to `null` and triggers the `valueChange` event.
|
|
14538
|
+
* @default false
|
|
14539
|
+
*/
|
|
14540
|
+
this.clearButton = false;
|
|
14382
14541
|
/**
|
|
14383
14542
|
* When enabled, the DateTimePicker will autofill the rest of the date to the current date when the component loses focus.
|
|
14384
14543
|
*
|
|
@@ -15427,6 +15586,7 @@ class DateTimePickerComponent {
|
|
|
15427
15586
|
if (isEqual(this.value, value)) {
|
|
15428
15587
|
return;
|
|
15429
15588
|
}
|
|
15589
|
+
this.dateInput.showClearButton = true;
|
|
15430
15590
|
this.value = cloneDate(value);
|
|
15431
15591
|
this.onControlChange(cloneDate(value));
|
|
15432
15592
|
this.valueChange.emit(cloneDate(value));
|
|
@@ -15495,8 +15655,8 @@ class DateTimePickerComponent {
|
|
|
15495
15655
|
}
|
|
15496
15656
|
}
|
|
15497
15657
|
}
|
|
15498
|
-
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$
|
|
15499
|
-
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: { focusableId: "focusableId", weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", tabindex: "tabindex", disabledDates: "disabledDates", popupSettings: "popupSettings", title: "title", subtitle: "subtitle", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", cancelButton: "cancelButton", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", focusedDate: "focusedDate", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", weekNumber: "weekNumber", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", adaptiveMode: "adaptiveMode", inputAttributes: "inputAttributes", defaultTab: "defaultTab", size: "size", rounded: "rounded", fillMode: "fillMode", headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15658
|
+
DateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$3.PopupService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: PickerService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: TOUCH_ENABLED }, { token: i1$1.LocalizationService }, { token: DisabledDatesService }, { token: i0.Renderer2 }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
15659
|
+
DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: { focusableId: "focusableId", weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", tabindex: "tabindex", disabledDates: "disabledDates", popupSettings: "popupSettings", title: "title", subtitle: "subtitle", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", cancelButton: "cancelButton", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", focusedDate: "focusedDate", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", weekNumber: "weekNumber", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", clearButton: "clearButton", autoFill: "autoFill", adaptiveMode: "adaptiveMode", inputAttributes: "inputAttributes", defaultTab: "defaultTab", size: "size", rounded: "rounded", fillMode: "fillMode", headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
|
|
15500
15660
|
PickerService,
|
|
15501
15661
|
LocalizationService,
|
|
15502
15662
|
DisabledDatesService,
|
|
@@ -15567,12 +15727,16 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
15567
15727
|
|
|
15568
15728
|
i18n-dayperiod="kendo.datetimepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
15569
15729
|
dayperiod="Dayperiod"
|
|
15730
|
+
|
|
15731
|
+
i18n-clearTitle="kendo.datetimepicker.clearTitle|The title of the clear button"
|
|
15732
|
+
clearTitle="clear"
|
|
15570
15733
|
>
|
|
15571
15734
|
</ng-container>
|
|
15572
15735
|
|
|
15573
15736
|
<kendo-dateinput
|
|
15574
15737
|
[value]="value"
|
|
15575
15738
|
[format]="format"
|
|
15739
|
+
[clearButton]="clearButton"
|
|
15576
15740
|
[twoDigitYearMax]="twoDigitYearMax"
|
|
15577
15741
|
[min]="min"
|
|
15578
15742
|
[max]="max"
|
|
@@ -15608,6 +15772,10 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
15608
15772
|
[size]="size"
|
|
15609
15773
|
(click)="handleDateInputClick()"
|
|
15610
15774
|
>
|
|
15775
|
+
<kendo-dateinput-messages
|
|
15776
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
15777
|
+
>
|
|
15778
|
+
</kendo-dateinput-messages>
|
|
15611
15779
|
</kendo-dateinput>
|
|
15612
15780
|
<button
|
|
15613
15781
|
#toggleButton
|
|
@@ -15877,7 +16045,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
15877
16045
|
</div>
|
|
15878
16046
|
</div>
|
|
15879
16047
|
</ng-template>
|
|
15880
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "directive", type:
|
|
16048
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "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: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "directive", type: i1$2.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i6.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i12.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i12.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i1$2.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
15881
16049
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
15882
16050
|
type: Component,
|
|
15883
16051
|
args: [{
|
|
@@ -15956,12 +16124,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15956
16124
|
|
|
15957
16125
|
i18n-dayperiod="kendo.datetimepicker.dayperiod|The label for the dayperiod part in the timepicker component"
|
|
15958
16126
|
dayperiod="Dayperiod"
|
|
16127
|
+
|
|
16128
|
+
i18n-clearTitle="kendo.datetimepicker.clearTitle|The title of the clear button"
|
|
16129
|
+
clearTitle="clear"
|
|
15959
16130
|
>
|
|
15960
16131
|
</ng-container>
|
|
15961
16132
|
|
|
15962
16133
|
<kendo-dateinput
|
|
15963
16134
|
[value]="value"
|
|
15964
16135
|
[format]="format"
|
|
16136
|
+
[clearButton]="clearButton"
|
|
15965
16137
|
[twoDigitYearMax]="twoDigitYearMax"
|
|
15966
16138
|
[min]="min"
|
|
15967
16139
|
[max]="max"
|
|
@@ -15997,6 +16169,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
15997
16169
|
[size]="size"
|
|
15998
16170
|
(click)="handleDateInputClick()"
|
|
15999
16171
|
>
|
|
16172
|
+
<kendo-dateinput-messages
|
|
16173
|
+
[clearTitle]="localization.get('clearTitle')"
|
|
16174
|
+
>
|
|
16175
|
+
</kendo-dateinput-messages>
|
|
16000
16176
|
</kendo-dateinput>
|
|
16001
16177
|
<button
|
|
16002
16178
|
#toggleButton
|
|
@@ -16268,7 +16444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16268
16444
|
</ng-template>
|
|
16269
16445
|
`
|
|
16270
16446
|
}]
|
|
16271
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
16447
|
+
}], ctorParameters: function () { return [{ type: i1$3.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: undefined, decorators: [{
|
|
16272
16448
|
type: Inject,
|
|
16273
16449
|
args: [TOUCH_ENABLED]
|
|
16274
16450
|
}] }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }]; }, propDecorators: { hostClasses: [{
|
|
@@ -16350,6 +16526,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16350
16526
|
type: Input
|
|
16351
16527
|
}], allowCaretMode: [{
|
|
16352
16528
|
type: Input
|
|
16529
|
+
}], clearButton: [{
|
|
16530
|
+
type: Input
|
|
16353
16531
|
}], autoFill: [{
|
|
16354
16532
|
type: Input
|
|
16355
16533
|
}], adaptiveMode: [{
|
|
@@ -17381,7 +17559,7 @@ class DateRangePopupComponent {
|
|
|
17381
17559
|
}
|
|
17382
17560
|
}
|
|
17383
17561
|
}
|
|
17384
|
-
DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1$
|
|
17562
|
+
DateRangePopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, deps: [{ token: i1$3.PopupService }, { token: DateRangeService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
17385
17563
|
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: { allowReverse: "allowReverse", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
17386
17564
|
LocalizationService,
|
|
17387
17565
|
{
|
|
@@ -17488,7 +17666,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
17488
17666
|
</div>
|
|
17489
17667
|
</ng-template>
|
|
17490
17668
|
</kendo-actionsheet>
|
|
17491
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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:
|
|
17669
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: i12.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i12.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i1$2.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i7.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }] });
|
|
17492
17670
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, decorators: [{
|
|
17493
17671
|
type: Component,
|
|
17494
17672
|
args: [{
|
|
@@ -17603,7 +17781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17603
17781
|
</kendo-actionsheet>
|
|
17604
17782
|
`
|
|
17605
17783
|
}]
|
|
17606
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
17784
|
+
}], ctorParameters: function () { return [{ type: i1$3.PopupService }, { type: DateRangeService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
17607
17785
|
type: Optional
|
|
17608
17786
|
}, {
|
|
17609
17787
|
type: Inject,
|
|
@@ -18433,39 +18611,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
18433
18611
|
}]
|
|
18434
18612
|
}] });
|
|
18435
18613
|
|
|
18436
|
-
/**
|
|
18437
|
-
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
18438
|
-
*/
|
|
18439
|
-
class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
18440
|
-
constructor(service) {
|
|
18441
|
-
super();
|
|
18442
|
-
this.service = service;
|
|
18443
|
-
}
|
|
18444
|
-
get override() {
|
|
18445
|
-
return true;
|
|
18446
|
-
}
|
|
18447
|
-
}
|
|
18448
|
-
DateInputCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18449
|
-
DateInputCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages", providers: [
|
|
18450
|
-
{
|
|
18451
|
-
provide: DateInputMessages,
|
|
18452
|
-
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
18453
|
-
}
|
|
18454
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
18456
|
-
type: Component,
|
|
18457
|
-
args: [{
|
|
18458
|
-
providers: [
|
|
18459
|
-
{
|
|
18460
|
-
provide: DateInputMessages,
|
|
18461
|
-
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
18462
|
-
}
|
|
18463
|
-
],
|
|
18464
|
-
selector: 'kendo-dateinput-messages',
|
|
18465
|
-
template: ``
|
|
18466
|
-
}]
|
|
18467
|
-
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
|
18468
|
-
|
|
18469
18614
|
/**
|
|
18470
18615
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18471
18616
|
* definition for the DateInput component.
|