@progress/kendo-angular-dateinputs 7.1.4 → 7.1.5-dev.202211011455

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "7.1.4",
3
+ "version": "7.1.5-dev.202211011455",
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",
@@ -30,11 +30,10 @@ export declare class TimeListComponent implements OnChanges, OnInit, OnDestroy {
30
30
  virtualization: VirtualizationComponent;
31
31
  get roleAttribute(): string;
32
32
  get ariaLabel(): string;
33
- get valueMin(): string;
34
- get valueMax(): string;
35
33
  get tabIndex(): number;
36
34
  componentClass: boolean;
37
35
  get isDayPeriod(): boolean;
36
+ get currentSelectedIndex(): number;
38
37
  animateToIndex: boolean;
39
38
  isActive: boolean;
40
39
  skip: number;
@@ -51,7 +50,6 @@ export declare class TimeListComponent implements OnChanges, OnInit, OnDestroy {
51
50
  private indexToScroll;
52
51
  private scrollSubscription;
53
52
  private domEvents;
54
- private hostElement;
55
53
  constructor(element: ElementRef, injector: Injector, dom: TimePickerDOMService, renderer: Renderer2, zone: NgZone, localization: LocalizationService);
56
54
  ngOnChanges(changes: any): void;
57
55
  ngOnInit(): void;