@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.
- package/codemods/template-transformer/index.js +1 -2
- package/codemods/utils.js +2 -2
- package/codemods/v19/datepicker-subtitle.js +1 -1
- package/codemods/v19/datepicker-title.js +1 -1
- package/codemods/v19/daterange-popup-subtitle.js +1 -1
- package/codemods/v19/daterange-popup-title.js +1 -1
- package/codemods/v19/datetimepicker-subtitle.js +1 -1
- package/codemods/v19/datetimepicker-title.js +1 -1
- package/codemods/v19/timepicker-subtitle.js +1 -1
- package/codemods/v19/timepicker-title.js +1 -1
- package/esm2022/calendar/calendar.component.mjs +5 -5
- package/esm2022/calendar/calendar.module.mjs +4 -4
- package/esm2022/calendar/calendars.module.mjs +4 -4
- package/esm2022/calendar/footer.component.mjs +4 -4
- package/esm2022/calendar/for.directive.mjs +5 -5
- package/esm2022/calendar/header.component.mjs +4 -4
- package/esm2022/calendar/horizontal-view-list.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/calendar-messages.mjs +3 -3
- package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-messages.mjs +3 -3
- package/esm2022/calendar/multiview-calendar.component.mjs +4 -4
- package/esm2022/calendar/multiview-calendar.module.mjs +4 -4
- package/esm2022/calendar/navigation.component.mjs +4 -4
- package/esm2022/calendar/services/bus-view.service.mjs +4 -4
- package/esm2022/calendar/services/century-view.service.mjs +3 -3
- package/esm2022/calendar/services/decade-view.service.mjs +3 -3
- package/esm2022/calendar/services/disabled-dates.service.mjs +3 -3
- package/esm2022/calendar/services/dom.service.mjs +3 -3
- package/esm2022/calendar/services/month-view.service.mjs +4 -4
- package/esm2022/calendar/services/navigation.service.mjs +4 -4
- package/esm2022/calendar/services/scroll-sync.service.mjs +4 -4
- package/esm2022/calendar/services/selection.service.mjs +4 -4
- package/esm2022/calendar/services/weeknames.service.mjs +4 -4
- package/esm2022/calendar/services/year-view.service.mjs +4 -4
- package/esm2022/calendar/templates/cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/century-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/decade-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/footer-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-title-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/month-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/navigation-item-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/year-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/view-list.component.mjs +4 -4
- package/esm2022/calendar/view.component.mjs +4 -4
- package/esm2022/dateinput/dateinput.component.mjs +6 -6
- package/esm2022/dateinput/dateinput.module.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +4 -4
- package/esm2022/dateinput/localization/messages.mjs +3 -3
- package/esm2022/dateinputs.module.mjs +4 -4
- package/esm2022/datepicker/datepicker.component.mjs +4 -4
- package/esm2022/datepicker/datepicker.module.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/datepicker/localization/messages.mjs +3 -3
- package/esm2022/daterange/date-range-end-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range-input.mjs +4 -4
- package/esm2022/daterange/date-range-popup-template.directive.mjs +4 -4
- package/esm2022/daterange/date-range-popup.component.mjs +5 -5
- package/esm2022/daterange/date-range-selection.directive.mjs +5 -5
- package/esm2022/daterange/date-range-start-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range.component.mjs +4 -4
- package/esm2022/daterange/date-range.module.mjs +4 -4
- package/esm2022/daterange/date-range.service.mjs +5 -5
- package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +4 -4
- package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +4 -4
- package/esm2022/daterange/localization/messages.mjs +3 -3
- package/esm2022/datetimepicker/datetimepicker.component.mjs +4 -4
- package/esm2022/datetimepicker/datetimepicker.module.mjs +4 -4
- package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/datetimepicker/localization/messages.mjs +3 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timepicker/localization/messages.mjs +3 -3
- package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/services/dayperiod.service.mjs +4 -4
- package/esm2022/timepicker/services/dom.service.mjs +4 -4
- package/esm2022/timepicker/services/hours.service.mjs +4 -4
- package/esm2022/timepicker/services/milliseconds.service.mjs +5 -5
- package/esm2022/timepicker/services/minutes.service.mjs +4 -4
- package/esm2022/timepicker/services/seconds.service.mjs +4 -4
- package/esm2022/timepicker/timelist.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timepicker/timeselector.component.mjs +5 -5
- package/esm2022/virtualization/virtualization.component.mjs +5 -5
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +333 -333
- package/package.json +16 -16
- 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: "
|
|
250
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
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: "
|
|
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:
|
|
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 }]
|
|
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
|