@progress/kendo-angular-dateinputs 23.3.0-develop.11 → 23.3.0-develop.13

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.
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1774361812,
40
- version: '23.3.0-develop.11',
39
+ publishDate: 1774450054,
40
+ version: '23.3.0-develop.13',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -5575,7 +5575,7 @@ class VirtualizationComponent {
5575
5575
  container;
5576
5576
  renderer;
5577
5577
  zone;
5578
- scrollBarWidthService;
5578
+ scrollbarService;
5579
5579
  direction = 'vertical';
5580
5580
  itemHeight = 1;
5581
5581
  itemWidth = 1;
@@ -5616,11 +5616,11 @@ class VirtualizationComponent {
5616
5616
  scrollSubscription;
5617
5617
  containerScrollSubscription;
5618
5618
  animationSubscription;
5619
- constructor(scrollerFactory, container, renderer, zone, scrollBarWidthService) {
5619
+ constructor(scrollerFactory, container, renderer, zone, scrollbarService) {
5620
5620
  this.container = container;
5621
5621
  this.renderer = renderer;
5622
5622
  this.zone = zone;
5623
- this.scrollBarWidthService = scrollBarWidthService;
5623
+ this.scrollbarService = scrollbarService;
5624
5624
  this.scroller = scrollerFactory(this.dispatcher);
5625
5625
  }
5626
5626
  ngOnChanges(changes) {
@@ -5768,7 +5768,7 @@ class VirtualizationComponent {
5768
5768
  getContainerScrollDirection(indexOffset) {
5769
5769
  return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
5770
5770
  }
5771
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i19.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
5771
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i19.ScrollbarService }], target: i0.ɵɵFactoryTarget.Component });
5772
5772
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", 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: [{
5773
5773
  provide: SCROLLER_FACTORY_TOKEN,
5774
5774
  useValue: DEFAULT_SCROLLER_FACTORY
@@ -5803,7 +5803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
5803
5803
  }], ctorParameters: () => [{ type: undefined, decorators: [{
5804
5804
  type: Inject,
5805
5805
  args: [SCROLLER_FACTORY_TOKEN]
5806
- }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i19.ScrollbarWidthService }], propDecorators: { direction: [{
5806
+ }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i19.ScrollbarService }], propDecorators: { direction: [{
5807
5807
  type: Input
5808
5808
  }], itemHeight: [{
5809
5809
  type: Input
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1774361812,
11
- "version": "23.3.0-develop.11",
10
+ "publishDate": 1774450054,
11
+ "version": "23.3.0-develop.13",
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": "23.3.0-develop.11",
3
+ "version": "23.3.0-develop.13",
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",
@@ -79,7 +79,7 @@
79
79
  "package": {
80
80
  "productName": "Kendo UI for Angular",
81
81
  "productCode": "KENDOUIANGULAR",
82
- "publishDate": 1774361812,
82
+ "publishDate": 1774450054,
83
83
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
84
84
  }
85
85
  },
@@ -90,19 +90,19 @@
90
90
  "@angular/forms": "19 - 21",
91
91
  "@angular/platform-browser": "19 - 21",
92
92
  "@progress/kendo-licensing": "^1.10.0",
93
- "@progress/kendo-angular-buttons": "23.3.0-develop.11",
94
- "@progress/kendo-angular-common": "23.3.0-develop.11",
95
- "@progress/kendo-angular-utils": "23.3.0-develop.11",
96
- "@progress/kendo-angular-intl": "23.3.0-develop.11",
97
- "@progress/kendo-angular-l10n": "23.3.0-develop.11",
98
- "@progress/kendo-angular-icons": "23.3.0-develop.11",
99
- "@progress/kendo-angular-popup": "23.3.0-develop.11",
100
- "@progress/kendo-angular-navigation": "23.3.0-develop.11",
93
+ "@progress/kendo-angular-buttons": "23.3.0-develop.13",
94
+ "@progress/kendo-angular-common": "23.3.0-develop.13",
95
+ "@progress/kendo-angular-utils": "23.3.0-develop.13",
96
+ "@progress/kendo-angular-intl": "23.3.0-develop.13",
97
+ "@progress/kendo-angular-l10n": "23.3.0-develop.13",
98
+ "@progress/kendo-angular-icons": "23.3.0-develop.13",
99
+ "@progress/kendo-angular-popup": "23.3.0-develop.13",
100
+ "@progress/kendo-angular-navigation": "23.3.0-develop.13",
101
101
  "rxjs": "^6.5.3 || ^7.0.0"
102
102
  },
103
103
  "dependencies": {
104
104
  "tslib": "^2.3.1",
105
- "@progress/kendo-angular-schematics": "23.3.0-develop.11",
105
+ "@progress/kendo-angular-schematics": "23.3.0-develop.13",
106
106
  "@progress/kendo-common": "^1.0.1",
107
107
  "@progress/kendo-date-math": "^1.1.0",
108
108
  "@progress/kendo-dateinputs-common": "^0.4.10"
@@ -5,7 +5,7 @@
5
5
  import { EventEmitter, ElementRef, InjectionToken, OnChanges, OnDestroy, OnInit, AfterViewInit, Renderer2, NgZone } from '@angular/core';
6
6
  import { Scrollable } from './models/scrollable.interface';
7
7
  import { ScrollerService, PageAction, ScrollAction } from './services/scroller.service';
8
- import { ScrollbarWidthService } from '@progress/kendo-angular-common';
8
+ import { ScrollbarService } from '@progress/kendo-angular-common';
9
9
  import { Observable } from 'rxjs';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
@@ -30,7 +30,7 @@ export declare class VirtualizationComponent implements OnChanges, OnInit, OnDes
30
30
  container: ElementRef;
31
31
  renderer: Renderer2;
32
32
  zone: NgZone;
33
- protected scrollBarWidthService: ScrollbarWidthService;
33
+ protected scrollbarService: ScrollbarService;
34
34
  direction: 'horizontal' | 'vertical';
35
35
  itemHeight: number;
36
36
  itemWidth: number;
@@ -60,7 +60,7 @@ export declare class VirtualizationComponent implements OnChanges, OnInit, OnDes
60
60
  private scrollSubscription;
61
61
  private containerScrollSubscription;
62
62
  private animationSubscription;
63
- constructor(scrollerFactory: any, container: ElementRef, renderer: Renderer2, zone: NgZone, scrollBarWidthService: ScrollbarWidthService);
63
+ constructor(scrollerFactory: any, container: ElementRef, renderer: Renderer2, zone: NgZone, scrollbarService: ScrollbarService);
64
64
  ngOnChanges(changes: any): void;
65
65
  ngOnInit(): void;
66
66
  ngAfterViewInit(): void;