@progress/kendo-angular-dateinputs 17.0.0-develop.2 → 17.0.0-develop.21
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/README.md +39 -124
- package/daterange/date-range-popup.component.d.ts +86 -2
- package/esm2020/calendar/footer.component.mjs +1 -1
- package/esm2020/calendar/header.component.mjs +1 -1
- package/esm2020/datepicker/datepicker.component.mjs +1 -1
- package/esm2020/daterange/date-range-popup.component.mjs +147 -3
- package/esm2020/daterange/date-range.component.mjs +1 -1
- package/esm2020/datetimepicker/datetimepicker.component.mjs +37 -27
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +33 -24
- package/esm2020/timepicker/timeselector.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +226 -64
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +223 -61
- package/package.json +9 -9
- package/timepicker/timepicker.component.d.ts +1 -0
|
@@ -35,8 +35,8 @@ const packageMetadata = {
|
|
|
35
35
|
name: '@progress/kendo-angular-dateinputs',
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
38
|
-
publishDate:
|
|
39
|
-
version: '17.0.0-develop.
|
|
38
|
+
publishDate: 1729874227,
|
|
39
|
+
version: '17.0.0-develop.21',
|
|
40
40
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -2738,7 +2738,7 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
2738
2738
|
</button>
|
|
2739
2739
|
</span>
|
|
2740
2740
|
</ng-template>
|
|
2741
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
2741
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
2742
2742
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2743
2743
|
type: Component,
|
|
2744
2744
|
args: [{
|
|
@@ -3449,7 +3449,7 @@ FooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
3449
3449
|
{{intl.formatDate(getToday(), 'D')}}
|
|
3450
3450
|
</button>
|
|
3451
3451
|
</ng-template>
|
|
3452
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
3452
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
3453
3453
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterComponent, decorators: [{
|
|
3454
3454
|
type: Component,
|
|
3455
3455
|
args: [{
|
|
@@ -10585,7 +10585,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
10585
10585
|
</kendo-calendar-messages>
|
|
10586
10586
|
</kendo-calendar>
|
|
10587
10587
|
</ng-template>
|
|
10588
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
10588
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10589
10589
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
10590
10590
|
type: Component,
|
|
10591
10591
|
args: [{
|
|
@@ -12397,7 +12397,7 @@ class TimeSelectorComponent {
|
|
|
12397
12397
|
this.tabOutNow.emit();
|
|
12398
12398
|
}
|
|
12399
12399
|
else {
|
|
12400
|
-
this.cancel ? this.cancel.nativeElement.focus() : this.accept
|
|
12400
|
+
this.cancel ? this.cancel.nativeElement.focus() : this.accept?.nativeElement.focus();
|
|
12401
12401
|
}
|
|
12402
12402
|
return;
|
|
12403
12403
|
}
|
|
@@ -12879,6 +12879,7 @@ const VALUE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/da
|
|
|
12879
12879
|
const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md';
|
|
12880
12880
|
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
12881
12881
|
const ACCEPT_BUTTON_SELECTOR$1 = '.k-button.k-time-accept';
|
|
12882
|
+
const CANCEL_BUTTON_SELECTOR = '.k-button.k-time-cancel';
|
|
12882
12883
|
/**
|
|
12883
12884
|
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
12884
12885
|
*/
|
|
@@ -13292,6 +13293,9 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13292
13293
|
get adaptiveAcceptButton() {
|
|
13293
13294
|
return this.actionSheet.element.nativeElement.querySelector(ACCEPT_BUTTON_SELECTOR$1);
|
|
13294
13295
|
}
|
|
13296
|
+
get adaptiveCancelButton() {
|
|
13297
|
+
return this.actionSheet.element.nativeElement.querySelector(CANCEL_BUTTON_SELECTOR);
|
|
13298
|
+
}
|
|
13295
13299
|
get inputElement() {
|
|
13296
13300
|
return this.wrapper.nativeElement.querySelector('input');
|
|
13297
13301
|
}
|
|
@@ -13612,7 +13616,12 @@ class TimePickerComponent extends MultiTabStop {
|
|
|
13612
13616
|
* @hidden
|
|
13613
13617
|
*/
|
|
13614
13618
|
onTabOutLastPart() {
|
|
13615
|
-
this.isAdaptive
|
|
13619
|
+
if (this.isAdaptive) {
|
|
13620
|
+
this.cancelButton ? this.adaptiveCancelButton.focus() : this.adaptiveAcceptButton.focus();
|
|
13621
|
+
}
|
|
13622
|
+
else {
|
|
13623
|
+
this.timeSelector.accept.nativeElement.focus();
|
|
13624
|
+
}
|
|
13616
13625
|
}
|
|
13617
13626
|
toggleTimeSelector(show) {
|
|
13618
13627
|
this.windowSize = windowSize();
|
|
@@ -13956,6 +13965,17 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13956
13965
|
<ng-container *ngTemplateOutlet="timeSelectorTemplate"></ng-container>
|
|
13957
13966
|
</div>
|
|
13958
13967
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
13968
|
+
<button kendoButton
|
|
13969
|
+
type="button"
|
|
13970
|
+
(click)="handleReject()"
|
|
13971
|
+
size="large"
|
|
13972
|
+
class="k-time-cancel"
|
|
13973
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
13974
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
13975
|
+
>
|
|
13976
|
+
{{localization.get('cancel')}}
|
|
13977
|
+
</button>
|
|
13978
|
+
|
|
13959
13979
|
<button kendoButton
|
|
13960
13980
|
type="button"
|
|
13961
13981
|
(click)="handleActionSheetAccept()"
|
|
@@ -13967,17 +13987,6 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
13967
13987
|
>
|
|
13968
13988
|
{{localization.get('accept')}}
|
|
13969
13989
|
</button>
|
|
13970
|
-
|
|
13971
|
-
<button kendoButton
|
|
13972
|
-
type="button"
|
|
13973
|
-
(click)="handleReject()"
|
|
13974
|
-
size="large"
|
|
13975
|
-
class="k-time-cancel"
|
|
13976
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
13977
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
13978
|
-
>
|
|
13979
|
-
{{localization.get('cancel')}}
|
|
13980
|
-
</button>
|
|
13981
13990
|
</div>
|
|
13982
13991
|
</ng-template>
|
|
13983
13992
|
</kendo-actionsheet>
|
|
@@ -14020,7 +14029,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
14020
14029
|
</kendo-timeselector-messages>
|
|
14021
14030
|
</kendo-timeselector>
|
|
14022
14031
|
</ng-template>
|
|
14023
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
14032
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14024
14033
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
14025
14034
|
type: Component,
|
|
14026
14035
|
args: [{
|
|
@@ -14180,6 +14189,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14180
14189
|
<ng-container *ngTemplateOutlet="timeSelectorTemplate"></ng-container>
|
|
14181
14190
|
</div>
|
|
14182
14191
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
14192
|
+
<button kendoButton
|
|
14193
|
+
type="button"
|
|
14194
|
+
(click)="handleReject()"
|
|
14195
|
+
size="large"
|
|
14196
|
+
class="k-time-cancel"
|
|
14197
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
14198
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
14199
|
+
>
|
|
14200
|
+
{{localization.get('cancel')}}
|
|
14201
|
+
</button>
|
|
14202
|
+
|
|
14183
14203
|
<button kendoButton
|
|
14184
14204
|
type="button"
|
|
14185
14205
|
(click)="handleActionSheetAccept()"
|
|
@@ -14191,17 +14211,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
14191
14211
|
>
|
|
14192
14212
|
{{localization.get('accept')}}
|
|
14193
14213
|
</button>
|
|
14194
|
-
|
|
14195
|
-
<button kendoButton
|
|
14196
|
-
type="button"
|
|
14197
|
-
(click)="handleReject()"
|
|
14198
|
-
size="large"
|
|
14199
|
-
class="k-time-cancel"
|
|
14200
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
14201
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
14202
|
-
>
|
|
14203
|
-
{{localization.get('cancel')}}
|
|
14204
|
-
</button>
|
|
14205
14214
|
</div>
|
|
14206
14215
|
</ng-template>
|
|
14207
14216
|
</kendo-actionsheet>
|
|
@@ -15040,10 +15049,20 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
15040
15049
|
}
|
|
15041
15050
|
}
|
|
15042
15051
|
get dateTabButton() {
|
|
15043
|
-
|
|
15052
|
+
if (this.isAdaptive) {
|
|
15053
|
+
return this.actionSheet.element.nativeElement.querySelector(DATE_TAB_BUTTON_SELECTOR);
|
|
15054
|
+
}
|
|
15055
|
+
else {
|
|
15056
|
+
return this.popupRef?.popup.instance.container.nativeElement.querySelector(DATE_TAB_BUTTON_SELECTOR);
|
|
15057
|
+
}
|
|
15044
15058
|
}
|
|
15045
15059
|
get timeTabButton() {
|
|
15046
|
-
|
|
15060
|
+
if (this.isAdaptive) {
|
|
15061
|
+
return this.actionSheet.element.nativeElement.querySelector(TIME_TAB_BUTTON_SELECTOR);
|
|
15062
|
+
}
|
|
15063
|
+
else {
|
|
15064
|
+
return this.popupRef?.popup.instance.container.nativeElement.querySelector(TIME_TAB_BUTTON_SELECTOR);
|
|
15065
|
+
}
|
|
15047
15066
|
}
|
|
15048
15067
|
/**
|
|
15049
15068
|
* @hidden
|
|
@@ -15914,6 +15933,18 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
15914
15933
|
<ng-container *ngTemplateOutlet="dateTimeTemplate"></ng-container>
|
|
15915
15934
|
</div>
|
|
15916
15935
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
15936
|
+
<button kendoButton
|
|
15937
|
+
*ngIf="cancelButton"
|
|
15938
|
+
class="k-time-cancel"
|
|
15939
|
+
type="button"
|
|
15940
|
+
(click)="handleCancel()"
|
|
15941
|
+
size="large"
|
|
15942
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
15943
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
15944
|
+
>
|
|
15945
|
+
{{localization.get('cancel')}}
|
|
15946
|
+
</button>
|
|
15947
|
+
|
|
15917
15948
|
<button kendoButton
|
|
15918
15949
|
type="button"
|
|
15919
15950
|
class="k-time-accept"
|
|
@@ -15926,18 +15957,6 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
15926
15957
|
>
|
|
15927
15958
|
{{localization.get('accept')}}
|
|
15928
15959
|
</button>
|
|
15929
|
-
|
|
15930
|
-
<button kendoButton
|
|
15931
|
-
*ngIf="cancelButton"
|
|
15932
|
-
class="k-time-cancel"
|
|
15933
|
-
type="button"
|
|
15934
|
-
(click)="handleCancel()"
|
|
15935
|
-
size="large"
|
|
15936
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
15937
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
15938
|
-
>
|
|
15939
|
-
{{localization.get('cancel')}}
|
|
15940
|
-
</button>
|
|
15941
15960
|
</div>
|
|
15942
15961
|
</ng-template>
|
|
15943
15962
|
</kendo-actionsheet>
|
|
@@ -16116,7 +16135,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
16116
16135
|
</div>
|
|
16117
16136
|
</div>
|
|
16118
16137
|
</ng-template>
|
|
16119
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
16138
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }, { kind: "component", type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "clearButton", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: DateInputCustomMessagesComponent, selector: "kendo-dateinput-messages" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16120
16139
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
16121
16140
|
type: Component,
|
|
16122
16141
|
args: [{
|
|
@@ -16317,6 +16336,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16317
16336
|
<ng-container *ngTemplateOutlet="dateTimeTemplate"></ng-container>
|
|
16318
16337
|
</div>
|
|
16319
16338
|
<div class="k-actions k-actions-stretched k-actions-horizontal k-actionsheet-footer">
|
|
16339
|
+
<button kendoButton
|
|
16340
|
+
*ngIf="cancelButton"
|
|
16341
|
+
class="k-time-cancel"
|
|
16342
|
+
type="button"
|
|
16343
|
+
(click)="handleCancel()"
|
|
16344
|
+
size="large"
|
|
16345
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
16346
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
16347
|
+
>
|
|
16348
|
+
{{localization.get('cancel')}}
|
|
16349
|
+
</button>
|
|
16350
|
+
|
|
16320
16351
|
<button kendoButton
|
|
16321
16352
|
type="button"
|
|
16322
16353
|
class="k-time-accept"
|
|
@@ -16329,18 +16360,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
16329
16360
|
>
|
|
16330
16361
|
{{localization.get('accept')}}
|
|
16331
16362
|
</button>
|
|
16332
|
-
|
|
16333
|
-
<button kendoButton
|
|
16334
|
-
*ngIf="cancelButton"
|
|
16335
|
-
class="k-time-cancel"
|
|
16336
|
-
type="button"
|
|
16337
|
-
(click)="handleCancel()"
|
|
16338
|
-
size="large"
|
|
16339
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
16340
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
16341
|
-
>
|
|
16342
|
-
{{localization.get('cancel')}}
|
|
16343
|
-
</button>
|
|
16344
16363
|
</div>
|
|
16345
16364
|
</ng-template>
|
|
16346
16365
|
</kendo-actionsheet>
|
|
@@ -17222,12 +17241,58 @@ class DateRangePopupComponent {
|
|
|
17222
17241
|
this.cdr = cdr;
|
|
17223
17242
|
this.rtl = rtl;
|
|
17224
17243
|
/**
|
|
17225
|
-
*
|
|
17244
|
+
* @hidden
|
|
17245
|
+
*
|
|
17246
|
+
* Determines whether to display the MultiViewCalendar header.
|
|
17247
|
+
*/
|
|
17248
|
+
this.showCalendarHeader = true;
|
|
17249
|
+
/**
|
|
17250
|
+
* Defines the active view that the MultiViewCalendar initially renders
|
|
17251
|
+
* ([see example]({% slug viewoptions_multiviewcalendar %})).
|
|
17252
|
+
* By default, the active view is `month`.
|
|
17253
|
+
*
|
|
17254
|
+
* > You have to set `activeView` within the `topView`-`bottomView` range.
|
|
17255
|
+
*/
|
|
17256
|
+
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
17257
|
+
/**
|
|
17258
|
+
* Defines the bottommost view, to which the user can navigate
|
|
17259
|
+
* ([see example](slug:viewdepth_multiviewcalendar)).
|
|
17260
|
+
*/
|
|
17261
|
+
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
17262
|
+
/**
|
|
17263
|
+
* Defines the topmost view, to which the user can navigate.
|
|
17264
|
+
*/
|
|
17265
|
+
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
17266
|
+
/**
|
|
17267
|
+
* Allows reverse selection.
|
|
17226
17268
|
* If `allowReverse` is set to `true`, the component skips the validation of whether the start date is after the end date.
|
|
17227
17269
|
*
|
|
17228
17270
|
* @default false
|
|
17229
17271
|
*/
|
|
17230
17272
|
this.allowReverse = false;
|
|
17273
|
+
/**
|
|
17274
|
+
* Determines whether to enable animation when navigating to previous/next view.
|
|
17275
|
+
* @default false
|
|
17276
|
+
*/
|
|
17277
|
+
this.animateNavigation = false;
|
|
17278
|
+
/**
|
|
17279
|
+
* Sets or gets the `disabled` property of the MultiViewCalendar and
|
|
17280
|
+
* determines whether the component is active
|
|
17281
|
+
* ([see example]({% slug disabled_multiviewcalendar %})).
|
|
17282
|
+
*/
|
|
17283
|
+
this.disabled = false;
|
|
17284
|
+
/**
|
|
17285
|
+
* Sets or gets the `views` property of the MultiViewCalendar and
|
|
17286
|
+
* defines the number of rendered months.
|
|
17287
|
+
*
|
|
17288
|
+
* @default 2
|
|
17289
|
+
*/
|
|
17290
|
+
this.views = 2;
|
|
17291
|
+
/**
|
|
17292
|
+
* Determines whether to display a week number column in the `month` view
|
|
17293
|
+
* ([see example]({% slug weeknumcolumn_multiviewcalendar %})).
|
|
17294
|
+
*/
|
|
17295
|
+
this.weekNumber = false;
|
|
17231
17296
|
/**
|
|
17232
17297
|
* Controls the popup animation.
|
|
17233
17298
|
* By default, the opening and closing animations are enabled.
|
|
@@ -17235,6 +17300,17 @@ class DateRangePopupComponent {
|
|
|
17235
17300
|
* refer to the article on [animations]({% slug animations_popup %}).
|
|
17236
17301
|
*/
|
|
17237
17302
|
this.animate = true;
|
|
17303
|
+
/**
|
|
17304
|
+
* Determines whether to display a header for every view (for example the month name).
|
|
17305
|
+
*
|
|
17306
|
+
* @default false
|
|
17307
|
+
*/
|
|
17308
|
+
this.showViewHeader = false;
|
|
17309
|
+
/**
|
|
17310
|
+
* Displays the days that fall out of the current month ([see example]({% slug viewoptions_multiviewcalendar %}#toc-displaying-other-month-days)).
|
|
17311
|
+
* @default false
|
|
17312
|
+
*/
|
|
17313
|
+
this.showOtherMonthDays = false;
|
|
17238
17314
|
/**
|
|
17239
17315
|
* Configures the collision behavior of the popup.
|
|
17240
17316
|
* For more information, refer to the article on
|
|
@@ -17669,7 +17745,7 @@ class DateRangePopupComponent {
|
|
|
17669
17745
|
}
|
|
17670
17746
|
}
|
|
17671
17747
|
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 });
|
|
17672
|
-
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupComponent, isStandalone: true, selector: "kendo-daterange-popup", inputs: { allowReverse: "allowReverse", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
17748
|
+
DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangePopupComponent, isStandalone: true, selector: "kendo-daterange-popup", inputs: { showCalendarHeader: "showCalendarHeader", focusedDate: "focusedDate", disabledDates: "disabledDates", activeView: "activeView", bottomView: "bottomView", topView: "topView", min: "min", max: "max", allowReverse: "allowReverse", animateNavigation: "animateNavigation", disabled: "disabled", views: "views", weekNumber: "weekNumber", animate: "animate", anchor: "anchor", anchorAlign: "anchorAlign", showViewHeader: "showViewHeader", showOtherMonthDays: "showOtherMonthDays", appendTo: "appendTo", collision: "collision", popupAlign: "popupAlign", margin: "margin", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", size: "size" }, outputs: { open: "open", close: "close", onBlur: "blur", onFocus: "focus", cancel: "cancel" }, providers: [
|
|
17673
17749
|
LocalizationService,
|
|
17674
17750
|
{
|
|
17675
17751
|
provide: L10N_PREFIX,
|
|
@@ -17693,7 +17769,22 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
17693
17769
|
<ng-container #container></ng-container>
|
|
17694
17770
|
<ng-template #defaultTemplate>
|
|
17695
17771
|
<kendo-multiviewcalendar
|
|
17772
|
+
[activeView]="activeView"
|
|
17773
|
+
[bottomView]="bottomView"
|
|
17774
|
+
[animateNavigation]="animateNavigation"
|
|
17775
|
+
[disabled]="disabled"
|
|
17776
|
+
orientation="horizontal"
|
|
17777
|
+
[views]="views"
|
|
17778
|
+
[weekNumber]="weekNumber"
|
|
17779
|
+
[topView]="topView"
|
|
17780
|
+
[disabledDates]="disabledDates"
|
|
17781
|
+
[min]="min"
|
|
17782
|
+
[max]="max"
|
|
17783
|
+
[showCalendarHeader]="showCalendarHeader"
|
|
17784
|
+
[focusedDate]="focusedDate"
|
|
17696
17785
|
[allowReverse]="allowReverse"
|
|
17786
|
+
[showViewHeader]="showViewHeader"
|
|
17787
|
+
[showOtherMonthDays]="showOtherMonthDays"
|
|
17697
17788
|
selection="range"
|
|
17698
17789
|
[size]="size"
|
|
17699
17790
|
[value]="dateRangeService.selectionRange"
|
|
@@ -17741,8 +17832,22 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
17741
17832
|
<div class="k-scrollable-wrap">
|
|
17742
17833
|
<kendo-multiviewcalendar
|
|
17743
17834
|
size="large"
|
|
17835
|
+
[animateNavigation]="animateNavigation"
|
|
17836
|
+
[disabled]="disabled"
|
|
17744
17837
|
orientation="vertical"
|
|
17838
|
+
[views]="views"
|
|
17839
|
+
[weekNumber]="weekNumber"
|
|
17840
|
+
[disabledDates]="disabledDates"
|
|
17841
|
+
[activeView]="activeView"
|
|
17842
|
+
[bottomView]="bottomView"
|
|
17843
|
+
[topView]="topView"
|
|
17844
|
+
[min]="min"
|
|
17845
|
+
[max]="max"
|
|
17846
|
+
[showCalendarHeader]="showCalendarHeader"
|
|
17847
|
+
[focusedDate]="focusedDate"
|
|
17745
17848
|
[allowReverse]="allowReverse"
|
|
17849
|
+
[showViewHeader]="showViewHeader"
|
|
17850
|
+
[showOtherMonthDays]="showOtherMonthDays"
|
|
17746
17851
|
[focusedDate]="dateRangeService.focusedDate"
|
|
17747
17852
|
[value]="dateRangeService.selectionRange"
|
|
17748
17853
|
selection="range"
|
|
@@ -17775,7 +17880,7 @@ DateRangePopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
17775
17880
|
</div>
|
|
17776
17881
|
</ng-template>
|
|
17777
17882
|
</kendo-actionsheet>
|
|
17778
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
|
17883
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
17779
17884
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangePopupComponent, decorators: [{
|
|
17780
17885
|
type: Component,
|
|
17781
17886
|
args: [{
|
|
@@ -17806,7 +17911,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17806
17911
|
<ng-container #container></ng-container>
|
|
17807
17912
|
<ng-template #defaultTemplate>
|
|
17808
17913
|
<kendo-multiviewcalendar
|
|
17914
|
+
[activeView]="activeView"
|
|
17915
|
+
[bottomView]="bottomView"
|
|
17916
|
+
[animateNavigation]="animateNavigation"
|
|
17917
|
+
[disabled]="disabled"
|
|
17918
|
+
orientation="horizontal"
|
|
17919
|
+
[views]="views"
|
|
17920
|
+
[weekNumber]="weekNumber"
|
|
17921
|
+
[topView]="topView"
|
|
17922
|
+
[disabledDates]="disabledDates"
|
|
17923
|
+
[min]="min"
|
|
17924
|
+
[max]="max"
|
|
17925
|
+
[showCalendarHeader]="showCalendarHeader"
|
|
17926
|
+
[focusedDate]="focusedDate"
|
|
17809
17927
|
[allowReverse]="allowReverse"
|
|
17928
|
+
[showViewHeader]="showViewHeader"
|
|
17929
|
+
[showOtherMonthDays]="showOtherMonthDays"
|
|
17810
17930
|
selection="range"
|
|
17811
17931
|
[size]="size"
|
|
17812
17932
|
[value]="dateRangeService.selectionRange"
|
|
@@ -17854,8 +17974,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17854
17974
|
<div class="k-scrollable-wrap">
|
|
17855
17975
|
<kendo-multiviewcalendar
|
|
17856
17976
|
size="large"
|
|
17977
|
+
[animateNavigation]="animateNavigation"
|
|
17978
|
+
[disabled]="disabled"
|
|
17857
17979
|
orientation="vertical"
|
|
17980
|
+
[views]="views"
|
|
17981
|
+
[weekNumber]="weekNumber"
|
|
17982
|
+
[disabledDates]="disabledDates"
|
|
17983
|
+
[activeView]="activeView"
|
|
17984
|
+
[bottomView]="bottomView"
|
|
17985
|
+
[topView]="topView"
|
|
17986
|
+
[min]="min"
|
|
17987
|
+
[max]="max"
|
|
17988
|
+
[showCalendarHeader]="showCalendarHeader"
|
|
17989
|
+
[focusedDate]="focusedDate"
|
|
17858
17990
|
[allowReverse]="allowReverse"
|
|
17991
|
+
[showViewHeader]="showViewHeader"
|
|
17992
|
+
[showOtherMonthDays]="showOtherMonthDays"
|
|
17859
17993
|
[focusedDate]="dateRangeService.focusedDate"
|
|
17860
17994
|
[value]="dateRangeService.selectionRange"
|
|
17861
17995
|
selection="range"
|
|
@@ -17918,14 +18052,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
17918
18052
|
}], contentCalendar: [{
|
|
17919
18053
|
type: ContentChildren,
|
|
17920
18054
|
args: [MultiViewCalendarComponent]
|
|
18055
|
+
}], showCalendarHeader: [{
|
|
18056
|
+
type: Input
|
|
18057
|
+
}], focusedDate: [{
|
|
18058
|
+
type: Input
|
|
18059
|
+
}], disabledDates: [{
|
|
18060
|
+
type: Input
|
|
18061
|
+
}], activeView: [{
|
|
18062
|
+
type: Input
|
|
18063
|
+
}], bottomView: [{
|
|
18064
|
+
type: Input
|
|
18065
|
+
}], topView: [{
|
|
18066
|
+
type: Input
|
|
18067
|
+
}], min: [{
|
|
18068
|
+
type: Input
|
|
18069
|
+
}], max: [{
|
|
18070
|
+
type: Input
|
|
17921
18071
|
}], allowReverse: [{
|
|
17922
18072
|
type: Input
|
|
18073
|
+
}], animateNavigation: [{
|
|
18074
|
+
type: Input
|
|
18075
|
+
}], disabled: [{
|
|
18076
|
+
type: Input
|
|
18077
|
+
}], views: [{
|
|
18078
|
+
type: Input
|
|
18079
|
+
}], weekNumber: [{
|
|
18080
|
+
type: Input
|
|
17923
18081
|
}], animate: [{
|
|
17924
18082
|
type: Input
|
|
17925
18083
|
}], anchor: [{
|
|
17926
18084
|
type: Input
|
|
17927
18085
|
}], anchorAlign: [{
|
|
17928
18086
|
type: Input
|
|
18087
|
+
}], showViewHeader: [{
|
|
18088
|
+
type: Input
|
|
18089
|
+
}], showOtherMonthDays: [{
|
|
18090
|
+
type: Input
|
|
17929
18091
|
}], appendTo: [{
|
|
17930
18092
|
type: Input
|
|
17931
18093
|
}], collision: [{
|
|
@@ -18015,7 +18177,7 @@ DateRangeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versi
|
|
|
18015
18177
|
DateRangeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateRangeComponent, isStandalone: true, selector: "kendo-daterange", inputs: { size: "size" }, host: { listeners: { "keydown": "keydown($event)" }, properties: { "class.k-daterangepicker": "this.wrapperClass" } }, providers: [DateRangeService], queries: [{ propertyName: "contentPopup", predicate: DateRangePopupComponent }], ngImport: i0, template: `
|
|
18016
18178
|
<ng-content></ng-content>
|
|
18017
18179
|
<kendo-daterange-popup *ngIf="showDefault" [size]="size"></kendo-daterange-popup>
|
|
18018
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["allowReverse", "animate", "anchor", "anchorAlign", "appendTo", "collision", "popupAlign", "margin", "adaptiveMode", "title", "subtitle", "size"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }] });
|
|
18180
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DateRangePopupComponent, selector: "kendo-daterange-popup", inputs: ["showCalendarHeader", "focusedDate", "disabledDates", "activeView", "bottomView", "topView", "min", "max", "allowReverse", "animateNavigation", "disabled", "views", "weekNumber", "animate", "anchor", "anchorAlign", "showViewHeader", "showOtherMonthDays", "appendTo", "collision", "popupAlign", "margin", "adaptiveMode", "title", "subtitle", "size"], outputs: ["open", "close", "blur", "focus", "cancel"], exportAs: ["kendo-daterange-popup"] }] });
|
|
18019
18181
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateRangeComponent, decorators: [{
|
|
18020
18182
|
type: Component,
|
|
18021
18183
|
args: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.21",
|
|
4
4
|
"description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "17.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.21",
|
|
38
|
+
"@progress/kendo-angular-common": "17.0.0-develop.21",
|
|
39
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.21",
|
|
40
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.21",
|
|
41
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.21",
|
|
42
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.21",
|
|
43
|
+
"@progress/kendo-angular-navigation": "17.0.0-develop.21",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.21",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
51
|
"@progress/kendo-dateinputs-common": "^0.3.5"
|
|
@@ -359,6 +359,7 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
|
|
|
359
359
|
*/
|
|
360
360
|
get isControlRequired(): boolean;
|
|
361
361
|
private get adaptiveAcceptButton();
|
|
362
|
+
private get adaptiveCancelButton();
|
|
362
363
|
private get inputElement();
|
|
363
364
|
private onControlChange;
|
|
364
365
|
private onControlTouched;
|