@progress/kendo-angular-dateinputs 24.0.0-develop.3 → 24.0.0-develop.30

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.
@@ -63,7 +63,7 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
63
63
  /**
64
64
  * @hidden
65
65
  */
66
- caretAltUpIcon: SVGIcon;
66
+ chevronUpIcon: SVGIcon;
67
67
  /**
68
68
  * @hidden
69
69
  */
@@ -71,7 +71,7 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
71
71
  /**
72
72
  * @hidden
73
73
  */
74
- caretAltDownIcon: SVGIcon;
74
+ chevronDownIcon: SVGIcon;
75
75
  /**
76
76
  * @hidden
77
77
  */
@@ -308,7 +308,6 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
308
308
  * @hidden
309
309
  */
310
310
  dateInput: ElementRef;
311
- get wrapperClass(): boolean;
312
311
  get disabledClass(): boolean;
313
312
  get inputElement(): any;
314
313
  get inputValue(): string;
@@ -38,6 +38,7 @@ import { ActionSheetComponent } from '@progress/kendo-angular-navigation';
38
38
  import { HeaderTemplateDirective } from '../calendar/templates/header-template.directive';
39
39
  import { FooterTemplateDirective } from '../calendar/templates/footer-template.directive';
40
40
  import { WeekDaysFormat } from '../common/models/week-days-format';
41
+ import { SegmentedItemSettings } from '@progress/kendo-angular-buttons';
41
42
  import * as i0 from "@angular/core";
42
43
  /**
43
44
  * Represents the Kendo UI DateTimePicker component for Angular.
@@ -640,6 +641,22 @@ export declare class DateTimePickerComponent extends MultiTabStop implements OnI
640
641
  * @hidden
641
642
  */
642
643
  handleBlur(event?: FocusEvent): void;
644
+ /**
645
+ * @hidden
646
+ */
647
+ get tabItems(): SegmentedItemSettings[];
648
+ /**
649
+ * @hidden
650
+ */
651
+ get activeTabIndex(): number;
652
+ /**
653
+ * @hidden
654
+ */
655
+ onTabChange(index: number): void;
656
+ /**
657
+ * @hidden
658
+ */
659
+ handleButtonGroupKeydown(event: KeyboardEvent): void;
643
660
  /**
644
661
  * @hidden
645
662
  */
@@ -16,8 +16,8 @@ import * as i1 from '@progress/kendo-angular-intl';
16
16
  import { localeData } from '@progress/kendo-angular-intl';
17
17
  import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, EMPTY, fromEvent, from, BehaviorSubject, merge } from 'rxjs';
18
18
  import { NgTemplateOutlet, NgClass, NgStyle } from '@angular/common';
19
- import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, xIcon, caretAltDownIcon, calendarIcon, checkIcon, clockIcon } from '@progress/kendo-svg-icons';
20
- import { ButtonComponent } from '@progress/kendo-angular-buttons';
19
+ import { chevronRightIcon, chevronLeftIcon, chevronUpIcon, xIcon, chevronDownIcon, calendarIcon, checkIcon, clockIcon } from '@progress/kendo-svg-icons';
20
+ import { ButtonComponent, SegmentedControlComponent } from '@progress/kendo-angular-buttons';
21
21
  import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
22
22
  import { DateInput } from '@progress/kendo-dateinputs-common';
23
23
  import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1776940518,
40
- version: '24.0.0-develop.3',
39
+ publishDate: 1778748718,
40
+ version: '24.0.0-develop.30',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -2811,7 +2811,7 @@ class HeaderComponent {
2811
2811
  }
2812
2812
  </span>
2813
2813
  }
2814
- `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
2814
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
2815
2815
  }
2816
2816
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: HeaderComponent, decorators: [{
2817
2817
  type: Component,
@@ -3534,7 +3534,7 @@ class FooterComponent {
3534
3534
  {{intl.formatDate(getToday(), 'D')}}
3535
3535
  </button>
3536
3536
  }
3537
- `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
3537
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
3538
3538
  }
3539
3539
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: FooterComponent, decorators: [{
3540
3540
  type: Component,
@@ -8599,7 +8599,7 @@ class DateInputComponent {
8599
8599
  /**
8600
8600
  * @hidden
8601
8601
  */
8602
- caretAltUpIcon = caretAltUpIcon;
8602
+ chevronUpIcon = chevronUpIcon;
8603
8603
  /**
8604
8604
  * @hidden
8605
8605
  */
@@ -8607,7 +8607,7 @@ class DateInputComponent {
8607
8607
  /**
8608
8608
  * @hidden
8609
8609
  */
8610
- caretAltDownIcon = caretAltDownIcon;
8610
+ chevronDownIcon = chevronDownIcon;
8611
8611
  /**
8612
8612
  * @hidden
8613
8613
  */
@@ -8904,9 +8904,6 @@ class DateInputComponent {
8904
8904
  * @hidden
8905
8905
  */
8906
8906
  dateInput;
8907
- get wrapperClass() {
8908
- return true;
8909
- }
8910
8907
  get disabledClass() {
8911
8908
  return this.disabled;
8912
8909
  }
@@ -9059,6 +9056,8 @@ class DateInputComponent {
9059
9056
  * @hidden
9060
9057
  */
9061
9058
  ngOnInit() {
9059
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
9060
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-dateinput');
9062
9061
  if (this.kendoDate) {
9063
9062
  this.kendoDate.destroy();
9064
9063
  }
@@ -9195,6 +9194,7 @@ class DateInputComponent {
9195
9194
  this.kendoDate?.setOptions(this.options, true);
9196
9195
  this.kendoDateObject?.setValue(this.value);
9197
9196
  this.kendoDate?.refreshElementValue();
9197
+ this.cdr.markForCheck();
9198
9198
  }
9199
9199
  resetInput() {
9200
9200
  this.isDateIncomplete = false;
@@ -9379,7 +9379,7 @@ class DateInputComponent {
9379
9379
  setHTMLAttributes(attributesToRender, this.renderer, this.dateInput.nativeElement, this.ngZone);
9380
9380
  }
9381
9381
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", 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 });
9382
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: DateInputComponent, isStandalone: true, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-input": "this.wrapperClass", "class.k-dateinput": "this.wrapperClass", "class.k-disabled": "this.disabledClass" } }, providers: [
9382
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: DateInputComponent, isStandalone: true, selector: "kendo-dateinput", inputs: { focusableId: "focusableId", pickerType: "pickerType", clearButton: "clearButton", disabled: "disabled", readonly: "readonly", title: "title", tabindex: "tabindex", role: "role", ariaReadOnly: "ariaReadOnly", tabIndex: "tabIndex", isRequired: "isRequired", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", max: "max", min: "min", rangeValidation: "rangeValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", allowCaretMode: "allowCaretMode", autoFill: "autoFill", incompleteDateValidation: "incompleteDateValidation", twoDigitYearMax: "twoDigitYearMax", enableMouseWheel: "enableMouseWheel", value: "value", spinners: "spinners", isPopupOpen: "isPopupOpen", hasPopup: "hasPopup", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", valueUpdate: "valueUpdate", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass" } }, providers: [
9383
9383
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DateInputComponent), multi: true },
9384
9384
  { provide: NG_VALIDATORS, useExisting: forwardRef(() => DateInputComponent), multi: true },
9385
9385
  { provide: L10N_PREFIX, useValue: 'kendo.dateinput' },
@@ -9450,8 +9450,8 @@ class DateInputComponent {
9450
9450
  [attr.aria-label]="localization.get('increment')"
9451
9451
  >
9452
9452
  <kendo-icon-wrapper
9453
- name="caret-alt-up"
9454
- [svgIcon]="caretAltUpIcon"
9453
+ name="chevron-up"
9454
+ [svgIcon]="chevronUpIcon"
9455
9455
  innerCssClass="k-button-icon"
9456
9456
  >
9457
9457
  </kendo-icon-wrapper>
@@ -9468,8 +9468,8 @@ class DateInputComponent {
9468
9468
  [attr.aria-label]="localization.get('decrement')"
9469
9469
  >
9470
9470
  <kendo-icon-wrapper
9471
- name="caret-alt-down"
9472
- [svgIcon]="caretAltDownIcon"
9471
+ name="chevron-down"
9472
+ [svgIcon]="chevronDownIcon"
9473
9473
  innerCssClass="k-button-icon"
9474
9474
  >
9475
9475
  </kendo-icon-wrapper>
@@ -9556,8 +9556,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
9556
9556
  [attr.aria-label]="localization.get('increment')"
9557
9557
  >
9558
9558
  <kendo-icon-wrapper
9559
- name="caret-alt-up"
9560
- [svgIcon]="caretAltUpIcon"
9559
+ name="chevron-up"
9560
+ [svgIcon]="chevronUpIcon"
9561
9561
  innerCssClass="k-button-icon"
9562
9562
  >
9563
9563
  </kendo-icon-wrapper>
@@ -9574,8 +9574,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
9574
9574
  [attr.aria-label]="localization.get('decrement')"
9575
9575
  >
9576
9576
  <kendo-icon-wrapper
9577
- name="caret-alt-down"
9578
- [svgIcon]="caretAltDownIcon"
9577
+ name="chevron-down"
9578
+ [svgIcon]="chevronDownIcon"
9579
9579
  innerCssClass="k-button-icon"
9580
9580
  >
9581
9581
  </kendo-icon-wrapper>
@@ -9672,12 +9672,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
9672
9672
  }], dateInput: [{
9673
9673
  type: ViewChild,
9674
9674
  args: ['dateInput', { static: true }]
9675
- }], wrapperClass: [{
9676
- type: HostBinding,
9677
- args: ['class.k-input']
9678
- }, {
9679
- type: HostBinding,
9680
- args: ['class.k-dateinput']
9681
9675
  }], disabledClass: [{
9682
9676
  type: HostBinding,
9683
9677
  args: ['class.k-disabled']
@@ -11207,7 +11201,7 @@ class DatePickerComponent extends MultiTabStop {
11207
11201
  </kendo-calendar-messages>
11208
11202
  </kendo-calendar>
11209
11203
  </ng-template>
11210
- `, 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: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11204
+ `, 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: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11211
11205
  }
11212
11206
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DatePickerComponent, decorators: [{
11213
11207
  type: Component,
@@ -11627,7 +11621,7 @@ const listItem = () => li('<span>02</span>', 'k-item');
11627
11621
  const list = () => ul([listItem()], 'k-reset');
11628
11622
  const scrollable = () => (div([list()], 'k-time-container k-flex k-content k-scrollable'));
11629
11623
  const actionSheetContent = (isDateTimePicker) => [
11630
- isDateTimePicker ? div([div('button', 'k-button k-button-lg')], 'k-datetime-buttongroup') : null,
11624
+ isDateTimePicker ? div([div('button', 'k-segmented-control-button')], 'k-segmented-control') : null,
11631
11625
  div([
11632
11626
  div([span('04:08:48:49 AM', 'k-title k-timeselector-title'),
11633
11627
  div('now', 'k-button k-button-md')
@@ -14888,7 +14882,7 @@ class TimePickerComponent extends MultiTabStop {
14888
14882
  </kendo-timeselector-messages>
14889
14883
  </kendo-timeselector>
14890
14884
  </ng-template>
14891
- `, 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: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14885
+ `, 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: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14892
14886
  }
14893
14887
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TimePickerComponent, decorators: [{
14894
14888
  type: Component,
@@ -15418,8 +15412,8 @@ const DEFAULT_TIMESELECTOR_FORMAT = 't';
15418
15412
  const TWO_DIGIT_YEAR_MAX = 68;
15419
15413
  const ACCEPT_BUTTON_SELECTOR = '.k-button.k-time-accept';
15420
15414
  const CANCEL_BUTTON_SELECOTR = '.k-button.k-time-cancel';
15421
- const DATE_TAB_BUTTON_SELECTOR = '.k-button.k-group-start';
15422
- const TIME_TAB_BUTTON_SELECTOR = '.k-button.k-group-end';
15415
+ const DATE_TAB_BUTTON_SELECTOR = '.k-segmented-control-button:first-of-type';
15416
+ const TIME_TAB_BUTTON_SELECTOR = '.k-segmented-control-button:last-of-type';
15423
15417
  const TODAY_BUTTON_SELECTOR = '.k-button.k-calendar-nav-today';
15424
15418
  /**
15425
15419
  * Represents the Kendo UI DateTimePicker component for Angular.
@@ -16362,6 +16356,39 @@ class DateTimePickerComponent extends MultiTabStop {
16362
16356
  this.cdr.markForCheck();
16363
16357
  });
16364
16358
  }
16359
+ /**
16360
+ * @hidden
16361
+ */
16362
+ get tabItems() {
16363
+ return [
16364
+ { text: this.localization.get('dateTab'), title: this.localization.get('dateTabLabel') },
16365
+ { text: this.localization.get('timeTab'), title: this.localization.get('timeTabLabel') }
16366
+ ];
16367
+ }
16368
+ /**
16369
+ * @hidden
16370
+ */
16371
+ get activeTabIndex() {
16372
+ return this.activeTab === 'date' ? 0 : 1;
16373
+ }
16374
+ /**
16375
+ * @hidden
16376
+ */
16377
+ onTabChange(index) {
16378
+ this.changeActiveTab(index === 0 ? 'date' : 'time');
16379
+ }
16380
+ /**
16381
+ * @hidden
16382
+ */
16383
+ handleButtonGroupKeydown(event) {
16384
+ if (event.key !== Keys.Tab) {
16385
+ return;
16386
+ }
16387
+ if ((event.shiftKey && event.target === this.dateTabButton) ||
16388
+ (!event.shiftKey && event.target === this.timeTabButton)) {
16389
+ this.handleTab(event);
16390
+ }
16391
+ }
16365
16392
  /**
16366
16393
  * @hidden
16367
16394
  */
@@ -17096,47 +17123,20 @@ class DateTimePickerComponent extends MultiTabStop {
17096
17123
  }"
17097
17124
  [scope]="this"
17098
17125
  >
17099
- <div class="k-datetime-buttongroup"
17100
- [kendoEventsOutsideAngular]="{
17101
- focusin: handleFocus,
17102
- focusout: handleBlur
17103
- }"
17104
- [scope]="this"
17105
- >
17106
- <div class="k-button-group k-button-group-stretched" role="group">
17107
- <button kendoButton
17108
- type="button"
17109
- class="k-group-start"
17110
- [size]="isAdaptive ? 'large' : size"
17111
- [class.k-selected]="activeTab === 'date'"
17112
- [attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
17113
- [attr.title]="localization.get('dateTabLabel')"
17114
- [attr.aria-label]="localization.get('dateTabLabel')"
17115
- [kendoEventsOutsideAngular]="{
17116
- click: changeActiveTab.bind(this, 'date'),
17117
- 'keydown.shift.tab': handleTab
17118
- }"
17119
- [scope]="this"
17120
- >
17121
- {{localization.get('dateTab')}}
17122
- </button>
17123
- <button kendoButton
17124
- type="button"
17125
- class="k-group-end"
17126
- [size]="isAdaptive ? 'large' : size"
17127
- [class.k-selected]="activeTab === 'time'"
17128
- [attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
17129
- [attr.title]="localization.get('timeTabLabel')"
17130
- [attr.aria-label]="localization.get('timeTabLabel')"
17131
- [kendoEventsOutsideAngular]="{
17132
- click: changeActiveTab.bind(this, 'time'),
17133
- 'keydown.tab': handleTab
17134
- }"
17135
- [scope]="this"
17136
- >
17137
- {{localization.get('timeTab')}}
17138
- </button>
17139
- </div>
17126
+ <div class="k-datetime-buttongroup">
17127
+ <kendo-segmented-control
17128
+ [items]="tabItems"
17129
+ [selected]="activeTabIndex"
17130
+ [size]="isAdaptive ? 'large' : size"
17131
+ layoutMode="stretch"
17132
+ (selectedChange)="onTabChange($event)"
17133
+ [kendoEventsOutsideAngular]="{
17134
+ focusin: handleFocus,
17135
+ focusout: handleBlur,
17136
+ keydown: handleButtonGroupKeydown
17137
+ }"
17138
+ [scope]="this">
17139
+ </kendo-segmented-control>
17140
17140
  </div>
17141
17141
  <div
17142
17142
  #dateTimeSelector
@@ -17262,7 +17262,7 @@ class DateTimePickerComponent extends MultiTabStop {
17262
17262
  }
17263
17263
  </div>
17264
17264
  </ng-template>
17265
- `, 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: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17265
+ `, 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: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: CalendarComponent, selector: "kendo-calendar", inputs: ["showOtherMonthDays", "id", "focusedDate", "min", "max", "rangeValidation", "weekDaysFormat", "footer", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "navigationItemTemplate", "size", "activeRangeEnd"], outputs: ["closePopup", "activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { kind: "component", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { kind: "component", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutFirstPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }, { kind: "component", type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: SegmentedControlComponent, selector: "kendo-segmented-control", inputs: ["items", "layoutMode", "size", "selected"], outputs: ["selectedChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17266
17266
  }
17267
17267
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateTimePickerComponent, decorators: [{
17268
17268
  type: Component,
@@ -17520,47 +17520,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17520
17520
  }"
17521
17521
  [scope]="this"
17522
17522
  >
17523
- <div class="k-datetime-buttongroup"
17524
- [kendoEventsOutsideAngular]="{
17525
- focusin: handleFocus,
17526
- focusout: handleBlur
17527
- }"
17528
- [scope]="this"
17529
- >
17530
- <div class="k-button-group k-button-group-stretched" role="group">
17531
- <button kendoButton
17532
- type="button"
17533
- class="k-group-start"
17534
- [size]="isAdaptive ? 'large' : size"
17535
- [class.k-selected]="activeTab === 'date'"
17536
- [attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
17537
- [attr.title]="localization.get('dateTabLabel')"
17538
- [attr.aria-label]="localization.get('dateTabLabel')"
17539
- [kendoEventsOutsideAngular]="{
17540
- click: changeActiveTab.bind(this, 'date'),
17541
- 'keydown.shift.tab': handleTab
17542
- }"
17543
- [scope]="this"
17544
- >
17545
- {{localization.get('dateTab')}}
17546
- </button>
17547
- <button kendoButton
17548
- type="button"
17549
- class="k-group-end"
17550
- [size]="isAdaptive ? 'large' : size"
17551
- [class.k-selected]="activeTab === 'time'"
17552
- [attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
17553
- [attr.title]="localization.get('timeTabLabel')"
17554
- [attr.aria-label]="localization.get('timeTabLabel')"
17555
- [kendoEventsOutsideAngular]="{
17556
- click: changeActiveTab.bind(this, 'time'),
17557
- 'keydown.tab': handleTab
17558
- }"
17559
- [scope]="this"
17560
- >
17561
- {{localization.get('timeTab')}}
17562
- </button>
17563
- </div>
17523
+ <div class="k-datetime-buttongroup">
17524
+ <kendo-segmented-control
17525
+ [items]="tabItems"
17526
+ [selected]="activeTabIndex"
17527
+ [size]="isAdaptive ? 'large' : size"
17528
+ layoutMode="stretch"
17529
+ (selectedChange)="onTabChange($event)"
17530
+ [kendoEventsOutsideAngular]="{
17531
+ focusin: handleFocus,
17532
+ focusout: handleBlur,
17533
+ keydown: handleButtonGroupKeydown
17534
+ }"
17535
+ [scope]="this">
17536
+ </kendo-segmented-control>
17564
17537
  </div>
17565
17538
  <div
17566
17539
  #dateTimeSelector
@@ -17688,7 +17661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17688
17661
  </ng-template>
17689
17662
  `,
17690
17663
  standalone: true,
17691
- imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
17664
+ imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, SegmentedControlComponent]
17692
17665
  }]
17693
17666
  }], ctorParameters: () => [{ type: i1$2.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i6.AdaptiveService }], propDecorators: { hostClasses: [{
17694
17667
  type: HostBinding,
@@ -19172,7 +19145,7 @@ class DateRangePopupComponent {
19172
19145
  </div>
19173
19146
  </ng-template>
19174
19147
  </kendo-actionsheet>
19175
- `, isInline: true, dependencies: [{ kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "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", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
19148
+ `, isInline: true, dependencies: [{ kind: "directive", type: DateRangePopupLocalizedMessagesDirective, selector: "[kendoDateRangePopupLocalizedMessages]" }, { kind: "component", type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["showOtherMonthDays", "showCalendarHeader", "size", "id", "focusedDate", "footer", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "allowReverse", "value", "disabled", "tabindex", "tabIndex", "weekDaysFormat", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "footerTemplate", "headerTitleTemplate", "headerTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "rangeSelectionChange", "blur", "focus", "focusCalendar", "onClosePopup", "onTabPress", "onShiftTabPress"], exportAs: ["kendo-multiviewcalendar"] }, { kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "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", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
19176
19149
  }
19177
19150
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateRangePopupComponent, decorators: [{
19178
19151
  type: Component,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776940518,
11
- "version": "24.0.0-develop.3",
10
+ "publishDate": 1778748718,
11
+ "version": "24.0.0-develop.30",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "24.0.0-develop.3",
3
+ "version": "24.0.0-develop.30",
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",
@@ -100,7 +100,7 @@
100
100
  "package": {
101
101
  "productName": "Kendo UI for Angular",
102
102
  "productCode": "KENDOUIANGULAR",
103
- "publishDate": 1776940518,
103
+ "publishDate": 1778748718,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,22 +111,22 @@
111
111
  "@angular/forms": "19 - 21",
112
112
  "@angular/platform-browser": "19 - 21",
113
113
  "@progress/kendo-licensing": "^1.11.0",
114
- "@progress/kendo-angular-buttons": "24.0.0-develop.3",
115
- "@progress/kendo-angular-common": "24.0.0-develop.3",
116
- "@progress/kendo-angular-utils": "24.0.0-develop.3",
117
- "@progress/kendo-angular-intl": "24.0.0-develop.3",
118
- "@progress/kendo-angular-l10n": "24.0.0-develop.3",
119
- "@progress/kendo-angular-icons": "24.0.0-develop.3",
120
- "@progress/kendo-angular-popup": "24.0.0-develop.3",
121
- "@progress/kendo-angular-navigation": "24.0.0-develop.3",
114
+ "@progress/kendo-angular-buttons": "24.0.0-develop.30",
115
+ "@progress/kendo-angular-common": "24.0.0-develop.30",
116
+ "@progress/kendo-angular-utils": "24.0.0-develop.30",
117
+ "@progress/kendo-angular-intl": "24.0.0-develop.30",
118
+ "@progress/kendo-angular-l10n": "24.0.0-develop.30",
119
+ "@progress/kendo-angular-icons": "24.0.0-develop.30",
120
+ "@progress/kendo-angular-popup": "24.0.0-develop.30",
121
+ "@progress/kendo-angular-navigation": "24.0.0-develop.30",
122
122
  "rxjs": "^6.5.3 || ^7.0.0"
123
123
  },
124
124
  "dependencies": {
125
125
  "tslib": "^2.3.1",
126
- "@progress/kendo-angular-schematics": "24.0.0-develop.3",
126
+ "@progress/kendo-angular-schematics": "24.0.0-develop.30",
127
127
  "@progress/kendo-common": "^1.0.1",
128
128
  "@progress/kendo-date-math": "^1.1.0",
129
- "@progress/kendo-dateinputs-common": "^0.4.10"
129
+ "@progress/kendo-dateinputs-common": "^0.4.11"
130
130
  },
131
131
  "schematics": "./schematics/collection.json",
132
132
  "module": "fesm2022/progress-kendo-angular-dateinputs.mjs",