@progress/kendo-angular-dateinputs 16.0.0-develop.14 → 16.0.0-develop.16

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.
Files changed (97) hide show
  1. package/calendar/header.component.d.ts +3 -2
  2. package/calendar/multiview-calendar.component.d.ts +18 -1
  3. package/calendar/view-list.component.d.ts +3 -1
  4. package/daterange/date-range-popup.component.d.ts +16 -1
  5. package/daterange/date-range.component.d.ts +16 -1
  6. package/esm2020/calendar/calendar-common.module.mjs +4 -4
  7. package/esm2020/calendar/calendar.component.mjs +19 -16
  8. package/esm2020/calendar/calendar.module.mjs +4 -4
  9. package/esm2020/calendar/calendars.module.mjs +4 -4
  10. package/esm2020/calendar/footer.component.mjs +3 -3
  11. package/esm2020/calendar/for.directive.mjs +3 -3
  12. package/esm2020/calendar/header.component.mjs +41 -23
  13. package/esm2020/calendar/horizontal-view-list.component.mjs +5 -5
  14. package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -3
  15. package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -3
  16. package/esm2020/calendar/localization/calendar-messages.mjs +3 -3
  17. package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -3
  18. package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -3
  19. package/esm2020/calendar/localization/multiview-calendar-messages.mjs +3 -3
  20. package/esm2020/calendar/multiview-calendar.component.mjs +40 -9
  21. package/esm2020/calendar/multiview-calendar.module.mjs +4 -4
  22. package/esm2020/calendar/navigation.component.mjs +3 -3
  23. package/esm2020/calendar/services/bus-view.service.mjs +3 -3
  24. package/esm2020/calendar/services/century-view.service.mjs +3 -3
  25. package/esm2020/calendar/services/decade-view.service.mjs +3 -3
  26. package/esm2020/calendar/services/disabled-dates.service.mjs +3 -3
  27. package/esm2020/calendar/services/dom.service.mjs +5 -5
  28. package/esm2020/calendar/services/month-view.service.mjs +3 -3
  29. package/esm2020/calendar/services/navigation.service.mjs +3 -3
  30. package/esm2020/calendar/services/scroll-sync.service.mjs +3 -3
  31. package/esm2020/calendar/services/selection.service.mjs +3 -3
  32. package/esm2020/calendar/services/weeknames.service.mjs +3 -3
  33. package/esm2020/calendar/services/year-view.service.mjs +3 -3
  34. package/esm2020/calendar/templates/cell-template.directive.mjs +3 -3
  35. package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -3
  36. package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -3
  37. package/esm2020/calendar/templates/footer-template.directiv/320/265.mjs +3 -3
  38. package/esm2020/calendar/templates/header-template.directive.mjs +3 -3
  39. package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -3
  40. package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -3
  41. package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -3
  42. package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -3
  43. package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -3
  44. package/esm2020/calendar/templates.module.mjs +4 -4
  45. package/esm2020/calendar/view-list.component.mjs +8 -4
  46. package/esm2020/calendar/view.component.mjs +3 -3
  47. package/esm2020/common/adaptive.module.mjs +4 -4
  48. package/esm2020/common/utils.mjs +1 -1
  49. package/esm2020/dateinput/dateinput.component.mjs +3 -3
  50. package/esm2020/dateinput/dateinput.module.mjs +4 -4
  51. package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -3
  52. package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -3
  53. package/esm2020/dateinput/localization/messages.mjs +3 -3
  54. package/esm2020/dateinputs.module.mjs +4 -4
  55. package/esm2020/datepicker/datepicker.component.mjs +5 -5
  56. package/esm2020/datepicker/datepicker.module.mjs +4 -4
  57. package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -3
  58. package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -3
  59. package/esm2020/datepicker/localization/messages.mjs +3 -3
  60. package/esm2020/daterange/date-range-end-input.directive.mjs +3 -3
  61. package/esm2020/daterange/date-range-input.mjs +3 -3
  62. package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -3
  63. package/esm2020/daterange/date-range-popup.component.mjs +8 -4
  64. package/esm2020/daterange/date-range-selection.directive.mjs +3 -3
  65. package/esm2020/daterange/date-range-start-input.directive.mjs +3 -3
  66. package/esm2020/daterange/date-range.component.mjs +10 -8
  67. package/esm2020/daterange/date-range.module.mjs +4 -4
  68. package/esm2020/daterange/date-range.service.mjs +3 -3
  69. package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +3 -3
  70. package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +3 -3
  71. package/esm2020/daterange/localization/messages.mjs +3 -3
  72. package/esm2020/datetimepicker/datetimepicker.component.mjs +5 -5
  73. package/esm2020/datetimepicker/datetimepicker.module.mjs +4 -4
  74. package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -3
  75. package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -3
  76. package/esm2020/datetimepicker/localization/messages.mjs +3 -3
  77. package/esm2020/package-metadata.mjs +2 -2
  78. package/esm2020/timepicker/localization/messages.mjs +3 -3
  79. package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -3
  80. package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -3
  81. package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -3
  82. package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -3
  83. package/esm2020/timepicker/services/dayperiod.service.mjs +3 -3
  84. package/esm2020/timepicker/services/dom.service.mjs +3 -3
  85. package/esm2020/timepicker/services/hours.service.mjs +3 -3
  86. package/esm2020/timepicker/services/milliseconds.service.mjs +3 -3
  87. package/esm2020/timepicker/services/minutes.service.mjs +3 -3
  88. package/esm2020/timepicker/services/seconds.service.mjs +3 -3
  89. package/esm2020/timepicker/timelist.component.mjs +3 -3
  90. package/esm2020/timepicker/timepicker.component.mjs +3 -3
  91. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  92. package/esm2020/timepicker/timeselector.component.mjs +3 -3
  93. package/esm2020/virtualization/virtualization.component.mjs +3 -3
  94. package/esm2020/virtualization/virtualization.module.mjs +4 -4
  95. package/fesm2015/progress-kendo-angular-dateinputs.mjs +391 -329
  96. package/fesm2020/progress-kendo-angular-dateinputs.mjs +391 -329
  97. package/package.json +8 -8
@@ -257,8 +257,8 @@ export class TimeListComponent {
257
257
  this.domEvents.push(this.renderer.listen(element, 'mouseover', () => !this.isActive && this.focus()), this.renderer.listen(element, 'click', () => this.focus()), this.renderer.listen(element, 'blur', () => this.isActive = false), this.renderer.listen(element, 'focus', () => this.isActive = true), this.renderer.listen(element, 'keydown', this.handleKeyDown.bind(this)));
258
258
  }
259
259
  }
260
- TimeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Injector }, { token: i1.TimePickerDOMService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
261
- TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeListComponent, selector: "kendo-timelist", inputs: { min: "min", max: "max", part: "part", step: "step", disabled: "disabled", value: "value", isLast: "isLast" }, outputs: { valueChange: "valueChange", tabOutLastPart: "tabOutLastPart" }, host: { properties: { "attr.role": "this.roleAttribute", "attr.aria-label": "this.ariaLabel", "attr.tabindex": "this.tabIndex", "class.k-time-list": "this.componentClass" } }, viewQueries: [{ propertyName: "virtualization", first: true, predicate: VirtualizationComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
260
+ TimeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Injector }, { token: i1.TimePickerDOMService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
261
+ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeListComponent, selector: "kendo-timelist", inputs: { min: "min", max: "max", part: "part", step: "step", disabled: "disabled", value: "value", isLast: "isLast" }, outputs: { valueChange: "valueChange", tabOutLastPart: "tabOutLastPart" }, host: { properties: { "attr.role": "this.roleAttribute", "attr.aria-label": "this.ariaLabel", "attr.tabindex": "this.tabIndex", "class.k-time-list": "this.componentClass" } }, viewQueries: [{ propertyName: "virtualization", first: true, predicate: VirtualizationComponent, descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
262
262
  <kendo-virtualization
263
263
  [skip]="skip"
264
264
  [take]="total"
@@ -287,7 +287,7 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
287
287
  </ul>
288
288
  </kendo-virtualization>
289
289
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i4.VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }, { kind: "directive", type: i5.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeListComponent, decorators: [{
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeListComponent, decorators: [{
291
291
  type: Component,
292
292
  args: [{
293
293
  selector: 'kendo-timelist',
@@ -960,8 +960,8 @@ export class TimePickerComponent {
960
960
  }
961
961
  }
962
962
  }
963
- TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerComponent, deps: [{ token: i1.BusViewService }, { token: i0.NgZone }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i4.PickerService }, { token: i5.IntlService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
964
- TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
963
+ TimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, deps: [{ token: i1.BusViewService }, { token: i0.NgZone }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i4.PickerService }, { token: i5.IntlService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
964
+ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimePickerComponent, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", title: "title", subtitle: "subtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
965
965
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
966
966
  { provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
967
967
  { provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
@@ -1169,7 +1169,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
1169
1169
  </kendo-timeselector>
1170
1170
  </ng-template>
1171
1171
  `, isInline: true, dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i7.DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "isRequired", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "allowCaretMode", "autoFill", "incompleteDateValidation", "twoDigitYearMax", "enableMouseWheel", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { kind: "directive", type: i8.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i9.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i10.ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["title", "subtitle", "items", "cssClass", "animation", "expanded", "titleId"], outputs: ["expandedChange", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: i10.ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: i8.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i11.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i12.TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { kind: "component", type: i13.TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }, { kind: "component", type: i14.TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "isAdaptiveEnabled", "isDateTimePicker", "steps", "value"], outputs: ["valueChange", "valueReject", "tabOutLastPart", "tabOutNow"], exportAs: ["kendo-timeselector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerComponent, decorators: [{
1172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerComponent, decorators: [{
1173
1173
  type: Component,
1174
1174
  args: [{
1175
1175
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -64,8 +64,8 @@ const providers = [
64
64
  */
65
65
  export class TimePickerModule {
66
66
  }
67
- TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
68
- TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, declarations: [TimePickerLocalizedMessagesDirective,
67
+ TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
68
+ TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, declarations: [TimePickerLocalizedMessagesDirective,
69
69
  TimeListComponent,
70
70
  TimePickerCustomMessagesComponent,
71
71
  TimePickerComponent,
@@ -85,8 +85,8 @@ TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", versio
85
85
  TimeSelectorLocalizedMessagesDirective,
86
86
  TimeSelectorCustomMessagesComponent,
87
87
  TimeSelectorComponent] });
88
- TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, providers: providers, imports: [CommonModule, COMPONENT_MODULES] });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimePickerModule, decorators: [{
88
+ TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, providers: providers, imports: [CommonModule, COMPONENT_MODULES] });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, decorators: [{
90
90
  type: NgModule,
91
91
  args: [{
92
92
  declarations: [COMPONENT_DIRECTIVES],
@@ -418,8 +418,8 @@ export class TimeSelectorComponent {
418
418
  return listIdx;
419
419
  }
420
420
  }
421
- TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i2.IntlService }, { token: i3.TimePickerDOMService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
422
- TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: { format: "format", min: "min", max: "max", cancelButton: "cancelButton", setButton: "setButton", nowButton: "nowButton", disabled: "disabled", isAdaptiveEnabled: "isAdaptiveEnabled", isDateTimePicker: "isDateTimePicker", steps: "steps", value: "value" }, outputs: { valueChange: "valueChange", valueReject: "valueReject", tabOutLastPart: "tabOutLastPart", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
421
+ TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i2.IntlService }, { token: i3.TimePickerDOMService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
422
+ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: { format: "format", min: "min", max: "max", cancelButton: "cancelButton", setButton: "setButton", nowButton: "nowButton", disabled: "disabled", isAdaptiveEnabled: "isAdaptiveEnabled", isDateTimePicker: "isDateTimePicker", steps: "steps", value: "value" }, outputs: { valueChange: "valueChange", valueReject: "valueReject", tabOutLastPart: "tabOutLastPart", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
423
423
  LocalizationService,
424
424
  {
425
425
  provide: L10N_PREFIX,
@@ -534,7 +534,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
534
534
  >{{localization.get('cancel')}}</button>
535
535
  </div>
536
536
  `, isInline: true, dependencies: [{ kind: "directive", type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i7.TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }, { kind: "directive", type: i8.TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
537
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorComponent, decorators: [{
537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, decorators: [{
538
538
  type: Component,
539
539
  args: [{
540
540
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -233,8 +233,8 @@ export class VirtualizationComponent {
233
233
  return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
234
234
  }
235
235
  }
236
- VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
237
- VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
236
+ VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
237
+ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
238
238
  provide: SCROLLER_FACTORY_TOKEN,
239
239
  useValue: DEFAULT_SCROLLER_FACTORY
240
240
  }], usesOnChanges: true, ngImport: i0, template: `
@@ -245,7 +245,7 @@ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
245
245
  [ngStyle]="totalVertexLength"
246
246
  ></div>
247
247
  `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationComponent, decorators: [{
248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, decorators: [{
249
249
  type: Component,
250
250
  args: [{
251
251
  providers: [{
@@ -17,10 +17,10 @@ const COMPONENT_DIRECTIVES = [
17
17
  */
18
18
  export class VirtualizationModule {
19
19
  }
20
- VirtualizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, declarations: [VirtualizationComponent], imports: [CommonModule], exports: [VirtualizationComponent] });
22
- VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, imports: [CommonModule] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VirtualizationModule, decorators: [{
20
+ VirtualizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, declarations: [VirtualizationComponent], imports: [CommonModule], exports: [VirtualizationComponent] });
22
+ VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, imports: [CommonModule] });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [COMPONENT_DIRECTIVES],