@progress/kendo-angular-dateinputs 24.0.0-develop.20 → 24.0.0-develop.22

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
  */
@@ -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: 1778149473,
40
- version: '24.0.0-develop.20',
39
+ publishDate: 1778164699,
40
+ version: '24.0.0-develop.22',
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
  */
@@ -9451,8 +9451,8 @@ class DateInputComponent {
9451
9451
  [attr.aria-label]="localization.get('increment')"
9452
9452
  >
9453
9453
  <kendo-icon-wrapper
9454
- name="caret-alt-up"
9455
- [svgIcon]="caretAltUpIcon"
9454
+ name="chevron-up"
9455
+ [svgIcon]="chevronUpIcon"
9456
9456
  innerCssClass="k-button-icon"
9457
9457
  >
9458
9458
  </kendo-icon-wrapper>
@@ -9469,8 +9469,8 @@ class DateInputComponent {
9469
9469
  [attr.aria-label]="localization.get('decrement')"
9470
9470
  >
9471
9471
  <kendo-icon-wrapper
9472
- name="caret-alt-down"
9473
- [svgIcon]="caretAltDownIcon"
9472
+ name="chevron-down"
9473
+ [svgIcon]="chevronDownIcon"
9474
9474
  innerCssClass="k-button-icon"
9475
9475
  >
9476
9476
  </kendo-icon-wrapper>
@@ -9557,8 +9557,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
9557
9557
  [attr.aria-label]="localization.get('increment')"
9558
9558
  >
9559
9559
  <kendo-icon-wrapper
9560
- name="caret-alt-up"
9561
- [svgIcon]="caretAltUpIcon"
9560
+ name="chevron-up"
9561
+ [svgIcon]="chevronUpIcon"
9562
9562
  innerCssClass="k-button-icon"
9563
9563
  >
9564
9564
  </kendo-icon-wrapper>
@@ -9575,8 +9575,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
9575
9575
  [attr.aria-label]="localization.get('decrement')"
9576
9576
  >
9577
9577
  <kendo-icon-wrapper
9578
- name="caret-alt-down"
9579
- [svgIcon]="caretAltDownIcon"
9578
+ name="chevron-down"
9579
+ [svgIcon]="chevronDownIcon"
9580
9580
  innerCssClass="k-button-icon"
9581
9581
  >
9582
9582
  </kendo-icon-wrapper>
@@ -11208,7 +11208,7 @@ class DatePickerComponent extends MultiTabStop {
11208
11208
  </kendo-calendar-messages>
11209
11209
  </kendo-calendar>
11210
11210
  </ng-template>
11211
- `, 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 });
11211
+ `, 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 });
11212
11212
  }
11213
11213
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DatePickerComponent, decorators: [{
11214
11214
  type: Component,
@@ -11628,7 +11628,7 @@ const listItem = () => li('<span>02</span>', 'k-item');
11628
11628
  const list = () => ul([listItem()], 'k-reset');
11629
11629
  const scrollable = () => (div([list()], 'k-time-container k-flex k-content k-scrollable'));
11630
11630
  const actionSheetContent = (isDateTimePicker) => [
11631
- isDateTimePicker ? div([div('button', 'k-button k-button-lg')], 'k-datetime-buttongroup') : null,
11631
+ isDateTimePicker ? div([div('button', 'k-segmented-control-button')], 'k-segmented-control') : null,
11632
11632
  div([
11633
11633
  div([span('04:08:48:49 AM', 'k-title k-timeselector-title'),
11634
11634
  div('now', 'k-button k-button-md')
@@ -14889,7 +14889,7 @@ class TimePickerComponent extends MultiTabStop {
14889
14889
  </kendo-timeselector-messages>
14890
14890
  </kendo-timeselector>
14891
14891
  </ng-template>
14892
- `, 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 });
14892
+ `, 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 });
14893
14893
  }
14894
14894
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TimePickerComponent, decorators: [{
14895
14895
  type: Component,
@@ -15419,8 +15419,8 @@ const DEFAULT_TIMESELECTOR_FORMAT = 't';
15419
15419
  const TWO_DIGIT_YEAR_MAX = 68;
15420
15420
  const ACCEPT_BUTTON_SELECTOR = '.k-button.k-time-accept';
15421
15421
  const CANCEL_BUTTON_SELECOTR = '.k-button.k-time-cancel';
15422
- const DATE_TAB_BUTTON_SELECTOR = '.k-button.k-group-start';
15423
- const TIME_TAB_BUTTON_SELECTOR = '.k-button.k-group-end';
15422
+ const DATE_TAB_BUTTON_SELECTOR = '.k-segmented-control-button:first-of-type';
15423
+ const TIME_TAB_BUTTON_SELECTOR = '.k-segmented-control-button:last-of-type';
15424
15424
  const TODAY_BUTTON_SELECTOR = '.k-button.k-calendar-nav-today';
15425
15425
  /**
15426
15426
  * Represents the Kendo UI DateTimePicker component for Angular.
@@ -16363,6 +16363,39 @@ class DateTimePickerComponent extends MultiTabStop {
16363
16363
  this.cdr.markForCheck();
16364
16364
  });
16365
16365
  }
16366
+ /**
16367
+ * @hidden
16368
+ */
16369
+ get tabItems() {
16370
+ return [
16371
+ { text: this.localization.get('dateTab'), title: this.localization.get('dateTabLabel') },
16372
+ { text: this.localization.get('timeTab'), title: this.localization.get('timeTabLabel') }
16373
+ ];
16374
+ }
16375
+ /**
16376
+ * @hidden
16377
+ */
16378
+ get activeTabIndex() {
16379
+ return this.activeTab === 'date' ? 0 : 1;
16380
+ }
16381
+ /**
16382
+ * @hidden
16383
+ */
16384
+ onTabChange(index) {
16385
+ this.changeActiveTab(index === 0 ? 'date' : 'time');
16386
+ }
16387
+ /**
16388
+ * @hidden
16389
+ */
16390
+ handleButtonGroupKeydown(event) {
16391
+ if (event.key !== Keys.Tab) {
16392
+ return;
16393
+ }
16394
+ if ((event.shiftKey && event.target === this.dateTabButton) ||
16395
+ (!event.shiftKey && event.target === this.timeTabButton)) {
16396
+ this.handleTab(event);
16397
+ }
16398
+ }
16366
16399
  /**
16367
16400
  * @hidden
16368
16401
  */
@@ -17097,47 +17130,20 @@ class DateTimePickerComponent extends MultiTabStop {
17097
17130
  }"
17098
17131
  [scope]="this"
17099
17132
  >
17100
- <div class="k-datetime-buttongroup"
17101
- [kendoEventsOutsideAngular]="{
17102
- focusin: handleFocus,
17103
- focusout: handleBlur
17104
- }"
17105
- [scope]="this"
17106
- >
17107
- <div class="k-button-group k-button-group-stretched" role="group">
17108
- <button kendoButton
17109
- type="button"
17110
- class="k-group-start"
17111
- [size]="isAdaptive ? 'large' : size"
17112
- [class.k-selected]="activeTab === 'date'"
17113
- [attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
17114
- [attr.title]="localization.get('dateTabLabel')"
17115
- [attr.aria-label]="localization.get('dateTabLabel')"
17116
- [kendoEventsOutsideAngular]="{
17117
- click: changeActiveTab.bind(this, 'date'),
17118
- 'keydown.shift.tab': handleTab
17119
- }"
17120
- [scope]="this"
17121
- >
17122
- {{localization.get('dateTab')}}
17123
- </button>
17124
- <button kendoButton
17125
- type="button"
17126
- class="k-group-end"
17127
- [size]="isAdaptive ? 'large' : size"
17128
- [class.k-selected]="activeTab === 'time'"
17129
- [attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
17130
- [attr.title]="localization.get('timeTabLabel')"
17131
- [attr.aria-label]="localization.get('timeTabLabel')"
17132
- [kendoEventsOutsideAngular]="{
17133
- click: changeActiveTab.bind(this, 'time'),
17134
- 'keydown.tab': handleTab
17135
- }"
17136
- [scope]="this"
17137
- >
17138
- {{localization.get('timeTab')}}
17139
- </button>
17140
- </div>
17133
+ <div class="k-datetime-buttongroup">
17134
+ <kendo-segmented-control
17135
+ [items]="tabItems"
17136
+ [selected]="activeTabIndex"
17137
+ [size]="isAdaptive ? 'large' : size"
17138
+ layoutMode="stretch"
17139
+ (selectedChange)="onTabChange($event)"
17140
+ [kendoEventsOutsideAngular]="{
17141
+ focusin: handleFocus,
17142
+ focusout: handleBlur,
17143
+ keydown: handleButtonGroupKeydown
17144
+ }"
17145
+ [scope]="this">
17146
+ </kendo-segmented-control>
17141
17147
  </div>
17142
17148
  <div
17143
17149
  #dateTimeSelector
@@ -17263,7 +17269,7 @@ class DateTimePickerComponent extends MultiTabStop {
17263
17269
  }
17264
17270
  </div>
17265
17271
  </ng-template>
17266
- `, 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 });
17272
+ `, 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 });
17267
17273
  }
17268
17274
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateTimePickerComponent, decorators: [{
17269
17275
  type: Component,
@@ -17521,47 +17527,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17521
17527
  }"
17522
17528
  [scope]="this"
17523
17529
  >
17524
- <div class="k-datetime-buttongroup"
17525
- [kendoEventsOutsideAngular]="{
17526
- focusin: handleFocus,
17527
- focusout: handleBlur
17528
- }"
17529
- [scope]="this"
17530
- >
17531
- <div class="k-button-group k-button-group-stretched" role="group">
17532
- <button kendoButton
17533
- type="button"
17534
- class="k-group-start"
17535
- [size]="isAdaptive ? 'large' : size"
17536
- [class.k-selected]="activeTab === 'date'"
17537
- [attr.aria-pressed]="activeTab === 'date' ? 'true' : 'false'"
17538
- [attr.title]="localization.get('dateTabLabel')"
17539
- [attr.aria-label]="localization.get('dateTabLabel')"
17540
- [kendoEventsOutsideAngular]="{
17541
- click: changeActiveTab.bind(this, 'date'),
17542
- 'keydown.shift.tab': handleTab
17543
- }"
17544
- [scope]="this"
17545
- >
17546
- {{localization.get('dateTab')}}
17547
- </button>
17548
- <button kendoButton
17549
- type="button"
17550
- class="k-group-end"
17551
- [size]="isAdaptive ? 'large' : size"
17552
- [class.k-selected]="activeTab === 'time'"
17553
- [attr.aria-pressed]="activeTab === 'time' ? 'true' : 'false'"
17554
- [attr.title]="localization.get('timeTabLabel')"
17555
- [attr.aria-label]="localization.get('timeTabLabel')"
17556
- [kendoEventsOutsideAngular]="{
17557
- click: changeActiveTab.bind(this, 'time'),
17558
- 'keydown.tab': handleTab
17559
- }"
17560
- [scope]="this"
17561
- >
17562
- {{localization.get('timeTab')}}
17563
- </button>
17564
- </div>
17530
+ <div class="k-datetime-buttongroup">
17531
+ <kendo-segmented-control
17532
+ [items]="tabItems"
17533
+ [selected]="activeTabIndex"
17534
+ [size]="isAdaptive ? 'large' : size"
17535
+ layoutMode="stretch"
17536
+ (selectedChange)="onTabChange($event)"
17537
+ [kendoEventsOutsideAngular]="{
17538
+ focusin: handleFocus,
17539
+ focusout: handleBlur,
17540
+ keydown: handleButtonGroupKeydown
17541
+ }"
17542
+ [scope]="this">
17543
+ </kendo-segmented-control>
17565
17544
  </div>
17566
17545
  <div
17567
17546
  #dateTimeSelector
@@ -17689,7 +17668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17689
17668
  </ng-template>
17690
17669
  `,
17691
17670
  standalone: true,
17692
- imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent]
17671
+ imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, SegmentedControlComponent]
17693
17672
  }]
17694
17673
  }], 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: [{
17695
17674
  type: HostBinding,
@@ -19173,7 +19152,7 @@ class DateRangePopupComponent {
19173
19152
  </div>
19174
19153
  </ng-template>
19175
19154
  </kendo-actionsheet>
19176
- `, 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"] }] });
19155
+ `, 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"] }] });
19177
19156
  }
19178
19157
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DateRangePopupComponent, decorators: [{
19179
19158
  type: Component,
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778149473,
11
- "version": "24.0.0-develop.20",
10
+ "publishDate": 1778164699,
11
+ "version": "24.0.0-develop.22",
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.20",
3
+ "version": "24.0.0-develop.22",
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": 1778149473,
103
+ "publishDate": 1778164699,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,19 +111,19 @@
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.20",
115
- "@progress/kendo-angular-common": "24.0.0-develop.20",
116
- "@progress/kendo-angular-utils": "24.0.0-develop.20",
117
- "@progress/kendo-angular-intl": "24.0.0-develop.20",
118
- "@progress/kendo-angular-l10n": "24.0.0-develop.20",
119
- "@progress/kendo-angular-icons": "24.0.0-develop.20",
120
- "@progress/kendo-angular-popup": "24.0.0-develop.20",
121
- "@progress/kendo-angular-navigation": "24.0.0-develop.20",
114
+ "@progress/kendo-angular-buttons": "24.0.0-develop.22",
115
+ "@progress/kendo-angular-common": "24.0.0-develop.22",
116
+ "@progress/kendo-angular-utils": "24.0.0-develop.22",
117
+ "@progress/kendo-angular-intl": "24.0.0-develop.22",
118
+ "@progress/kendo-angular-l10n": "24.0.0-develop.22",
119
+ "@progress/kendo-angular-icons": "24.0.0-develop.22",
120
+ "@progress/kendo-angular-popup": "24.0.0-develop.22",
121
+ "@progress/kendo-angular-navigation": "24.0.0-develop.22",
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.20",
126
+ "@progress/kendo-angular-schematics": "24.0.0-develop.22",
127
127
  "@progress/kendo-common": "^1.0.1",
128
128
  "@progress/kendo-date-math": "^1.1.0",
129
129
  "@progress/kendo-dateinputs-common": "^0.4.10"