@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/calendar/header.component.d.ts +3 -2
- package/calendar/multiview-calendar.component.d.ts +18 -1
- package/calendar/view-list.component.d.ts +3 -1
- package/daterange/date-range-popup.component.d.ts +16 -1
- package/daterange/date-range.component.d.ts +16 -1
- package/datetimepicker/datetimepicker.component.d.ts +5 -0
- package/esm2020/calendar/calendar.component.mjs +16 -13
- package/esm2020/calendar/header.component.mjs +39 -21
- package/esm2020/calendar/horizontal-view-list.component.mjs +2 -2
- package/esm2020/calendar/multiview-calendar.component.mjs +38 -7
- package/esm2020/calendar/services/dom.service.mjs +2 -2
- package/esm2020/calendar/view-list.component.mjs +6 -2
- package/esm2020/common/utils.mjs +1 -1
- package/esm2020/datepicker/datepicker.component.mjs +2 -2
- package/esm2020/daterange/date-range-popup.component.mjs +6 -2
- package/esm2020/daterange/date-range.component.mjs +8 -6
- package/esm2020/datetimepicker/datetimepicker.component.mjs +16 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +1 -1
- package/esm2020/timepicker/timeselector.component.mjs +22 -7
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +161 -71
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +159 -70
- package/package.json +8 -8
- package/timepicker/timeselector.component.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.0.0-develop.
|
|
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.
|
|
38
|
-
"@progress/kendo-angular-intl": "16.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-popup": "16.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-navigation": "16.0.0-develop.
|
|
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.
|
|
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
|
}
|