@progress/kendo-angular-dateinputs 20.1.2-develop.2 → 21.0.0-develop.3

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/codemods/template-transformer/index.js +1 -2
  2. package/codemods/utils.js +2 -2
  3. package/codemods/v19/datepicker-subtitle.js +1 -1
  4. package/codemods/v19/datepicker-title.js +1 -1
  5. package/codemods/v19/daterange-popup-subtitle.js +1 -1
  6. package/codemods/v19/daterange-popup-title.js +1 -1
  7. package/codemods/v19/datetimepicker-subtitle.js +1 -1
  8. package/codemods/v19/datetimepicker-title.js +1 -1
  9. package/codemods/v19/timepicker-subtitle.js +1 -1
  10. package/codemods/v19/timepicker-title.js +1 -1
  11. package/esm2022/calendar/calendar.component.mjs +5 -5
  12. package/esm2022/calendar/calendar.module.mjs +4 -4
  13. package/esm2022/calendar/calendars.module.mjs +4 -4
  14. package/esm2022/calendar/footer.component.mjs +4 -4
  15. package/esm2022/calendar/for.directive.mjs +5 -5
  16. package/esm2022/calendar/header.component.mjs +4 -4
  17. package/esm2022/calendar/horizontal-view-list.component.mjs +4 -4
  18. package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +4 -4
  19. package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +4 -4
  20. package/esm2022/calendar/localization/calendar-messages.mjs +3 -3
  21. package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +4 -4
  22. package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +4 -4
  23. package/esm2022/calendar/localization/multiview-calendar-messages.mjs +3 -3
  24. package/esm2022/calendar/multiview-calendar.component.mjs +4 -4
  25. package/esm2022/calendar/multiview-calendar.module.mjs +4 -4
  26. package/esm2022/calendar/navigation.component.mjs +4 -4
  27. package/esm2022/calendar/services/bus-view.service.mjs +4 -4
  28. package/esm2022/calendar/services/century-view.service.mjs +3 -3
  29. package/esm2022/calendar/services/decade-view.service.mjs +3 -3
  30. package/esm2022/calendar/services/disabled-dates.service.mjs +3 -3
  31. package/esm2022/calendar/services/dom.service.mjs +3 -3
  32. package/esm2022/calendar/services/month-view.service.mjs +4 -4
  33. package/esm2022/calendar/services/navigation.service.mjs +4 -4
  34. package/esm2022/calendar/services/scroll-sync.service.mjs +4 -4
  35. package/esm2022/calendar/services/selection.service.mjs +4 -4
  36. package/esm2022/calendar/services/weeknames.service.mjs +4 -4
  37. package/esm2022/calendar/services/year-view.service.mjs +4 -4
  38. package/esm2022/calendar/templates/cell-template.directive.mjs +4 -4
  39. package/esm2022/calendar/templates/century-cell-template.directive.mjs +4 -4
  40. package/esm2022/calendar/templates/decade-cell-template.directive.mjs +4 -4
  41. package/esm2022/calendar/templates/footer-template.directive.mjs +4 -4
  42. package/esm2022/calendar/templates/header-template.directive.mjs +4 -4
  43. package/esm2022/calendar/templates/header-title-template.directive.mjs +4 -4
  44. package/esm2022/calendar/templates/month-cell-template.directive.mjs +4 -4
  45. package/esm2022/calendar/templates/navigation-item-template.directive.mjs +4 -4
  46. package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +4 -4
  47. package/esm2022/calendar/templates/year-cell-template.directive.mjs +4 -4
  48. package/esm2022/calendar/view-list.component.mjs +4 -4
  49. package/esm2022/calendar/view.component.mjs +4 -4
  50. package/esm2022/dateinput/dateinput.component.mjs +6 -6
  51. package/esm2022/dateinput/dateinput.module.mjs +4 -4
  52. package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +4 -4
  53. package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +4 -4
  54. package/esm2022/dateinput/localization/messages.mjs +3 -3
  55. package/esm2022/dateinputs.module.mjs +4 -4
  56. package/esm2022/datepicker/datepicker.component.mjs +4 -4
  57. package/esm2022/datepicker/datepicker.module.mjs +4 -4
  58. package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +4 -4
  59. package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +4 -4
  60. package/esm2022/datepicker/localization/messages.mjs +3 -3
  61. package/esm2022/daterange/date-range-end-input.directive.mjs +4 -4
  62. package/esm2022/daterange/date-range-input.mjs +4 -4
  63. package/esm2022/daterange/date-range-popup-template.directive.mjs +4 -4
  64. package/esm2022/daterange/date-range-popup.component.mjs +5 -5
  65. package/esm2022/daterange/date-range-selection.directive.mjs +5 -5
  66. package/esm2022/daterange/date-range-start-input.directive.mjs +4 -4
  67. package/esm2022/daterange/date-range.component.mjs +4 -4
  68. package/esm2022/daterange/date-range.module.mjs +4 -4
  69. package/esm2022/daterange/date-range.service.mjs +5 -5
  70. package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +4 -4
  71. package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +4 -4
  72. package/esm2022/daterange/localization/messages.mjs +3 -3
  73. package/esm2022/datetimepicker/datetimepicker.component.mjs +4 -4
  74. package/esm2022/datetimepicker/datetimepicker.module.mjs +4 -4
  75. package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +4 -4
  76. package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +4 -4
  77. package/esm2022/datetimepicker/localization/messages.mjs +3 -3
  78. package/esm2022/package-metadata.mjs +2 -2
  79. package/esm2022/timepicker/localization/messages.mjs +3 -3
  80. package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +4 -4
  81. package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +4 -4
  82. package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +4 -4
  83. package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +4 -4
  84. package/esm2022/timepicker/services/dayperiod.service.mjs +4 -4
  85. package/esm2022/timepicker/services/dom.service.mjs +4 -4
  86. package/esm2022/timepicker/services/hours.service.mjs +4 -4
  87. package/esm2022/timepicker/services/milliseconds.service.mjs +5 -5
  88. package/esm2022/timepicker/services/minutes.service.mjs +4 -4
  89. package/esm2022/timepicker/services/seconds.service.mjs +4 -4
  90. package/esm2022/timepicker/timelist.component.mjs +4 -4
  91. package/esm2022/timepicker/timepicker.component.mjs +4 -4
  92. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  93. package/esm2022/timepicker/timeselector.component.mjs +5 -5
  94. package/esm2022/virtualization/virtualization.component.mjs +5 -5
  95. package/fesm2022/progress-kendo-angular-dateinputs.mjs +333 -333
  96. package/package.json +16 -16
  97. package/schematics/ngAdd/index.js +1 -1
@@ -246,8 +246,8 @@ export class VirtualizationComponent {
246
246
  getContainerScrollDirection(indexOffset) {
247
247
  return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
248
248
  }
249
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", 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 });
250
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: VirtualizationComponent, isStandalone: true, 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: [{
249
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
250
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: VirtualizationComponent, isStandalone: true, 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: [{
251
251
  provide: SCROLLER_FACTORY_TOKEN,
252
252
  useValue: DEFAULT_SCROLLER_FACTORY
253
253
  }], usesOnChanges: true, ngImport: i0, template: `
@@ -259,7 +259,7 @@ export class VirtualizationComponent {
259
259
  ></div>
260
260
  `, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
261
261
  }
262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VirtualizationComponent, decorators: [{
262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: VirtualizationComponent, decorators: [{
263
263
  type: Component,
264
264
  args: [{
265
265
  providers: [{
@@ -278,10 +278,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
278
278
  standalone: true,
279
279
  imports: [NgStyle]
280
280
  }]
281
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
281
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
282
282
  type: Inject,
283
283
  args: [SCROLLER_FACTORY_TOKEN]
284
- }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.ScrollbarWidthService }]; }, propDecorators: { direction: [{
284
+ }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.ScrollbarWidthService }], propDecorators: { direction: [{
285
285
  type: Input
286
286
  }], itemHeight: [{
287
287
  type: Input