@progress/kendo-angular-dateinputs 16.0.0-develop.13 → 16.0.0-develop.15

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": "16.0.0-develop.13",
3
+ "version": "16.0.0-develop.15",
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",
@@ -34,17 +34,17 @@
34
34
  "@angular/forms": "15 - 17",
35
35
  "@angular/platform-browser": "15 - 17",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-common": "16.0.0-develop.13",
38
- "@progress/kendo-angular-intl": "16.0.0-develop.13",
39
- "@progress/kendo-angular-l10n": "16.0.0-develop.13",
40
- "@progress/kendo-angular-icons": "16.0.0-develop.13",
41
- "@progress/kendo-angular-popup": "16.0.0-develop.13",
42
- "@progress/kendo-angular-navigation": "16.0.0-develop.13",
37
+ "@progress/kendo-angular-common": "16.0.0-develop.15",
38
+ "@progress/kendo-angular-intl": "16.0.0-develop.15",
39
+ "@progress/kendo-angular-l10n": "16.0.0-develop.15",
40
+ "@progress/kendo-angular-icons": "16.0.0-develop.15",
41
+ "@progress/kendo-angular-popup": "16.0.0-develop.15",
42
+ "@progress/kendo-angular-navigation": "16.0.0-develop.15",
43
43
  "rxjs": "^6.5.3 || ^7.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.3.1",
47
- "@progress/kendo-angular-schematics": "16.0.0-develop.13",
47
+ "@progress/kendo-angular-schematics": "16.0.0-develop.15",
48
48
  "@progress/kendo-common": "^0.2.0",
49
49
  "@progress/kendo-date-math": "^1.1.0",
50
50
  "@progress/kendo-dateinputs-common": "^0.3.2"
@@ -106,6 +106,7 @@ export declare class TimeSelectorComponent implements OnChanges, OnInit, OnDestr
106
106
  */
107
107
  valueReject: EventEmitter<any>;
108
108
  tabOutLastPart: EventEmitter<any>;
109
+ tabOutNow: EventEmitter<any>;
109
110
  dateFormatParts: any[];
110
111
  isActive: boolean;
111
112
  showNowButton: boolean;
@@ -196,5 +197,5 @@ export declare class TimeSelectorComponent implements OnChanges, OnInit, OnDestr
196
197
  private emitFocus;
197
198
  private listIndex;
198
199
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeSelectorComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
199
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeSelectorComponent, "kendo-timeselector", ["kendo-timeselector"], { "format": "format"; "min": "min"; "max": "max"; "cancelButton": "cancelButton"; "setButton": "setButton"; "nowButton": "nowButton"; "disabled": "disabled"; "isAdaptiveEnabled": "isAdaptiveEnabled"; "isDateTimePicker": "isDateTimePicker"; "steps": "steps"; "value": "value"; }, { "valueChange": "valueChange"; "valueReject": "valueReject"; "tabOutLastPart": "tabOutLastPart"; }, never, never, false, never>;
200
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeSelectorComponent, "kendo-timeselector", ["kendo-timeselector"], { "format": "format"; "min": "min"; "max": "max"; "cancelButton": "cancelButton"; "setButton": "setButton"; "nowButton": "nowButton"; "disabled": "disabled"; "isAdaptiveEnabled": "isAdaptiveEnabled"; "isDateTimePicker": "isDateTimePicker"; "steps": "steps"; "value": "value"; }, { "valueChange": "valueChange"; "valueReject": "valueReject"; "tabOutLastPart": "tabOutLastPart"; "tabOutNow": "tabOutNow"; }, never, never, false, never>;
200
201
  }