@progress/kendo-angular-dateinputs 16.0.0-develop.2 → 16.0.0-develop.4

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 (148) hide show
  1. package/calendar/calendar.component.d.ts +1 -1
  2. package/calendar/footer.component.d.ts +1 -1
  3. package/calendar/for.directive.d.ts +1 -1
  4. package/calendar/header.component.d.ts +1 -1
  5. package/calendar/horizontal-view-list.component.d.ts +1 -1
  6. package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
  7. package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
  8. package/calendar/localization/calendar-messages.d.ts +1 -1
  9. package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
  10. package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
  11. package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
  12. package/calendar/multiview-calendar.component.d.ts +1 -1
  13. package/calendar/navigation.component.d.ts +1 -1
  14. package/calendar/templates/cell-template.directive.d.ts +1 -1
  15. package/calendar/templates/century-cell-template.directive.d.ts +1 -1
  16. package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
  17. package/calendar/templates/footer-template.directiv/320/265.d.ts +1 -1
  18. package/calendar/templates/header-template.directive.d.ts +1 -1
  19. package/calendar/templates/header-title-template.directive.d.ts +1 -1
  20. package/calendar/templates/month-cell-template.directive.d.ts +1 -1
  21. package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
  22. package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
  23. package/calendar/templates/year-cell-template.directive.d.ts +1 -1
  24. package/calendar/view-list.component.d.ts +1 -1
  25. package/calendar/view.component.d.ts +1 -1
  26. package/dateinput/dateinput.component.d.ts +1 -1
  27. package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
  28. package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
  29. package/dateinput/localization/messages.d.ts +1 -1
  30. package/datepicker/datepicker.component.d.ts +1 -1
  31. package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
  32. package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
  33. package/datepicker/localization/messages.d.ts +1 -1
  34. package/daterange/date-range-end-input.directive.d.ts +1 -1
  35. package/daterange/date-range-input.d.ts +1 -1
  36. package/daterange/date-range-popup-template.directive.d.ts +1 -1
  37. package/daterange/date-range-popup.component.d.ts +1 -1
  38. package/daterange/date-range-selection.directive.d.ts +1 -1
  39. package/daterange/date-range-start-input.directive.d.ts +1 -1
  40. package/daterange/date-range.component.d.ts +1 -1
  41. package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
  42. package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
  43. package/daterange/localization/messages.d.ts +1 -1
  44. package/datetimepicker/datetimepicker.component.d.ts +1 -1
  45. package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
  46. package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
  47. package/datetimepicker/localization/messages.d.ts +1 -1
  48. package/esm2020/calendar/calendar-common.module.mjs +4 -4
  49. package/esm2020/calendar/calendar.component.mjs +10 -11
  50. package/esm2020/calendar/calendar.module.mjs +12 -14
  51. package/esm2020/calendar/calendars.module.mjs +5 -7
  52. package/esm2020/calendar/footer.component.mjs +6 -6
  53. package/esm2020/calendar/for.directive.mjs +3 -3
  54. package/esm2020/calendar/header.component.mjs +7 -7
  55. package/esm2020/calendar/horizontal-view-list.component.mjs +7 -7
  56. package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -3
  57. package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -3
  58. package/esm2020/calendar/localization/calendar-messages.mjs +3 -3
  59. package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -3
  60. package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -3
  61. package/esm2020/calendar/localization/multiview-calendar-messages.mjs +3 -3
  62. package/esm2020/calendar/multiview-calendar.component.mjs +8 -8
  63. package/esm2020/calendar/multiview-calendar.module.mjs +10 -12
  64. package/esm2020/calendar/navigation.component.mjs +8 -8
  65. package/esm2020/calendar/services/bus-view.service.mjs +3 -3
  66. package/esm2020/calendar/services/century-view.service.mjs +3 -3
  67. package/esm2020/calendar/services/decade-view.service.mjs +3 -3
  68. package/esm2020/calendar/services/disabled-dates.service.mjs +3 -3
  69. package/esm2020/calendar/services/dom.service.mjs +3 -3
  70. package/esm2020/calendar/services/month-view.service.mjs +3 -3
  71. package/esm2020/calendar/services/navigation.service.mjs +3 -3
  72. package/esm2020/calendar/services/scroll-sync.service.mjs +3 -3
  73. package/esm2020/calendar/services/selection.service.mjs +3 -3
  74. package/esm2020/calendar/services/weeknames.service.mjs +3 -3
  75. package/esm2020/calendar/services/year-view.service.mjs +3 -3
  76. package/esm2020/calendar/templates/cell-template.directive.mjs +3 -3
  77. package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -3
  78. package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -3
  79. package/esm2020/calendar/templates/footer-template.directiv/320/265.mjs +3 -3
  80. package/esm2020/calendar/templates/header-template.directive.mjs +3 -3
  81. package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -3
  82. package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -3
  83. package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -3
  84. package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -3
  85. package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -3
  86. package/esm2020/calendar/templates.module.mjs +4 -4
  87. package/esm2020/calendar/view-list.component.mjs +9 -9
  88. package/esm2020/calendar/view.component.mjs +4 -4
  89. package/esm2020/common/adaptive.module.mjs +4 -4
  90. package/esm2020/dateinput/dateinput.component.mjs +8 -12
  91. package/esm2020/dateinput/dateinput.module.mjs +4 -4
  92. package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -3
  93. package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -3
  94. package/esm2020/dateinput/localization/messages.mjs +3 -3
  95. package/esm2020/dateinputs.module.mjs +4 -4
  96. package/esm2020/datepicker/datepicker.component.mjs +13 -16
  97. package/esm2020/datepicker/datepicker.module.mjs +12 -14
  98. package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -3
  99. package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -3
  100. package/esm2020/datepicker/localization/messages.mjs +3 -3
  101. package/esm2020/daterange/date-range-end-input.directive.mjs +3 -3
  102. package/esm2020/daterange/date-range-input.mjs +3 -3
  103. package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -3
  104. package/esm2020/daterange/date-range-popup.component.mjs +10 -13
  105. package/esm2020/daterange/date-range-selection.directive.mjs +3 -3
  106. package/esm2020/daterange/date-range-start-input.directive.mjs +3 -3
  107. package/esm2020/daterange/date-range.component.mjs +6 -6
  108. package/esm2020/daterange/date-range.module.mjs +4 -4
  109. package/esm2020/daterange/date-range.service.mjs +3 -4
  110. package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +3 -3
  111. package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +3 -3
  112. package/esm2020/daterange/localization/messages.mjs +3 -3
  113. package/esm2020/datetimepicker/datetimepicker.component.mjs +15 -20
  114. package/esm2020/datetimepicker/datetimepicker.module.mjs +14 -16
  115. package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -3
  116. package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -3
  117. package/esm2020/datetimepicker/localization/messages.mjs +3 -3
  118. package/esm2020/package-metadata.mjs +2 -2
  119. package/esm2020/timepicker/localization/messages.mjs +3 -3
  120. package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -3
  121. package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -3
  122. package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -3
  123. package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -3
  124. package/esm2020/timepicker/services/dayperiod.service.mjs +3 -3
  125. package/esm2020/timepicker/services/dom.service.mjs +3 -3
  126. package/esm2020/timepicker/services/hours.service.mjs +3 -3
  127. package/esm2020/timepicker/services/milliseconds.service.mjs +3 -3
  128. package/esm2020/timepicker/services/minutes.service.mjs +3 -3
  129. package/esm2020/timepicker/services/seconds.service.mjs +3 -3
  130. package/esm2020/timepicker/timelist.component.mjs +6 -6
  131. package/esm2020/timepicker/timepicker.component.mjs +12 -15
  132. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  133. package/esm2020/timepicker/timeselector.component.mjs +8 -8
  134. package/esm2020/virtualization/virtualization.component.mjs +4 -4
  135. package/esm2020/virtualization/virtualization.module.mjs +4 -4
  136. package/fesm2015/progress-kendo-angular-dateinputs.mjs +505 -535
  137. package/fesm2020/progress-kendo-angular-dateinputs.mjs +505 -535
  138. package/package.json +16 -19
  139. package/timepicker/localization/messages.d.ts +1 -1
  140. package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
  141. package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
  142. package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
  143. package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
  144. package/timepicker/timelist.component.d.ts +1 -1
  145. package/timepicker/timepicker.component.d.ts +1 -1
  146. package/timepicker/timeselector.component.d.ts +1 -1
  147. package/virtualization/virtualization.component.d.ts +1 -1
  148. package/progress-kendo-angular-dateinputs.d.ts +0 -9
@@ -21,10 +21,10 @@ import * as i1 from "@progress/kendo-angular-l10n";
21
21
  import * as i2 from "@progress/kendo-angular-intl";
22
22
  import * as i3 from "./services/dom.service";
23
23
  import * as i4 from "../common/picker.service";
24
- import * as i5 from "./timelist.component";
25
- import * as i6 from "./localization/timeselector-localized-messages.directive";
26
- import * as i7 from "@angular/common";
27
- import * as i8 from "@progress/kendo-angular-common";
24
+ import * as i5 from "@angular/common";
25
+ import * as i6 from "@progress/kendo-angular-common";
26
+ import * as i7 from "./timelist.component";
27
+ import * as i8 from "./localization/timeselector-localized-messages.directive";
28
28
  const listReducer = (state, list, idx, all) => {
29
29
  if (state.length || !list.isActive) {
30
30
  return state;
@@ -407,8 +407,8 @@ export class TimeSelectorComponent {
407
407
  return listIdx;
408
408
  }
409
409
  }
410
- TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
411
- TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
410
+ 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 });
411
+ 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" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
412
412
  LocalizationService,
413
413
  {
414
414
  provide: L10N_PREFIX,
@@ -521,8 +521,8 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
521
521
  [disabled]="disabled"
522
522
  >{{localization.get('cancel')}}</button>
523
523
  </div>
524
- `, isInline: true, components: [{ type: i5.TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], directives: [{ type: i6.TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
525
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorComponent, decorators: [{
524
+ `, 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 });
525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TimeSelectorComponent, decorators: [{
526
526
  type: Component,
527
527
  args: [{
528
528
  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: "13.3.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 });
237
- VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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.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: [{
238
238
  provide: SCROLLER_FACTORY_TOKEN,
239
239
  useValue: DEFAULT_SCROLLER_FACTORY
240
240
  }], usesOnChanges: true, ngImport: i0, template: `
@@ -244,8 +244,8 @@ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
244
244
  [class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
245
245
  [ngStyle]="totalVertexLength"
246
246
  ></div>
247
- `, isInline: true, directives: [{ type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: VirtualizationComponent, decorators: [{
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: [{
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: "13.3.12", ngImport: i0, type: VirtualizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- VirtualizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: VirtualizationModule, declarations: [VirtualizationComponent], imports: [CommonModule], exports: [VirtualizationComponent] });
22
- VirtualizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: VirtualizationModule, imports: [[CommonModule]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: VirtualizationModule, decorators: [{
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: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [COMPONENT_DIRECTIVES],