@progress/kendo-angular-dateinputs 16.4.0-develop.5 → 16.4.0-develop.6
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/calendar.component.d.ts +3 -3
- package/calendar/multiview-calendar.component.d.ts +3 -3
- package/dateinput/dateinput.component.d.ts +1 -1
- package/datepicker/datepicker.component.d.ts +6 -6
- package/daterange/date-range-end-input.directive.d.ts +1 -1
- package/daterange/date-range-selection.directive.d.ts +3 -3
- package/daterange/date-range-start-input.directive.d.ts +1 -1
- package/datetimepicker/datetimepicker.component.d.ts +2 -3
- package/datetimepicker/models/active-tab.type.d.ts +1 -1
- package/esm2020/calendar/calendar.component.mjs +3 -3
- package/esm2020/calendar/multiview-calendar.component.mjs +3 -3
- package/esm2020/dateinput/dateinput.component.mjs +1 -1
- package/esm2020/datepicker/datepicker.component.mjs +6 -6
- package/esm2020/daterange/date-range-selection.directive.mjs +3 -3
- package/esm2020/datetimepicker/datetimepicker.component.mjs +2 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +21 -22
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +21 -22
- package/package.json +9 -9
- package/timepicker/timepicker.component.d.ts +1 -1
|
@@ -48,7 +48,7 @@ export declare const CALENDAR_RANGE_VALIDATORS: any;
|
|
|
48
48
|
*/
|
|
49
49
|
export declare const KENDO_INPUT_PROVIDER: any;
|
|
50
50
|
/**
|
|
51
|
-
* Represents the [Kendo UI Calendar component for Angular](
|
|
51
|
+
* Represents the [Kendo UI Calendar component for Angular](slug:overview_calendar).
|
|
52
52
|
*
|
|
53
53
|
* @example
|
|
54
54
|
* ```ts
|
|
@@ -202,12 +202,12 @@ export declare class CalendarComponent implements ControlValueAccessor, OnChange
|
|
|
202
202
|
activeView: CalendarView;
|
|
203
203
|
/**
|
|
204
204
|
* Defines the bottommost view to which the user can navigate
|
|
205
|
-
* ([see example](
|
|
205
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
206
206
|
*/
|
|
207
207
|
bottomView: CalendarView;
|
|
208
208
|
/**
|
|
209
209
|
* Defines the topmost view to which the user can navigate
|
|
210
|
-
* ([see example](
|
|
210
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
211
211
|
*/
|
|
212
212
|
topView: CalendarView;
|
|
213
213
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class MultiViewCalendarComponent implements AfterViewInit, Contro
|
|
|
139
139
|
/**
|
|
140
140
|
* Determines whether the built-in validator for disabled
|
|
141
141
|
* date ranges is enforced when validating a form
|
|
142
|
-
* ([see example](
|
|
142
|
+
* ([see example](slug:disabled_dates_multiviewcalendar)).
|
|
143
143
|
*/
|
|
144
144
|
disabledDatesRangeValidation: boolean;
|
|
145
145
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class MultiViewCalendarComponent implements AfterViewInit, Contro
|
|
|
212
212
|
activeView: CalendarView;
|
|
213
213
|
/**
|
|
214
214
|
* Defines the bottommost view, to which the user can navigate
|
|
215
|
-
* ([see example](
|
|
215
|
+
* ([see example](slug:viewdepth_multiviewcalendar)).
|
|
216
216
|
*/
|
|
217
217
|
bottomView: CalendarView;
|
|
218
218
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class MultiViewCalendarComponent implements AfterViewInit, Contro
|
|
|
247
247
|
/**
|
|
248
248
|
* Sets or gets the `selectionRange` property of the Calendar and
|
|
249
249
|
* defines the selection range of the component
|
|
250
|
-
* ([see example](
|
|
250
|
+
* ([see example](slug:selection_multiviewcalendar#toc-range-selection)).
|
|
251
251
|
* > We recommend using the `value` property as it now supports `range` selection.
|
|
252
252
|
*/
|
|
253
253
|
set selectionRange(range: SelectionRange);
|
|
@@ -42,7 +42,7 @@ export declare class DateInputIntl {
|
|
|
42
42
|
constructor(service: IntlService);
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* Represents the [Kendo UI DateInput component for Angular](
|
|
45
|
+
* Represents the [Kendo UI DateInput component for Angular](slug:overview_dateinput).
|
|
46
46
|
*/
|
|
47
47
|
export declare class DateInputComponent implements OnInit, AfterViewInit, ControlValueAccessor, OnChanges, OnDestroy, Validator {
|
|
48
48
|
private cdr;
|
|
@@ -36,7 +36,7 @@ import { FooterTemplateDirective } from '../calendar/templates/footer-template.d
|
|
|
36
36
|
import { WeekDaysFormat } from '../common/models/week-days-format';
|
|
37
37
|
import * as i0 from "@angular/core";
|
|
38
38
|
/**
|
|
39
|
-
* Represents the [Kendo UI DatePicker component for Angular](
|
|
39
|
+
* Represents the [Kendo UI DatePicker component for Angular](slug:overview_datepicker).
|
|
40
40
|
*/
|
|
41
41
|
export declare class DatePickerComponent extends MultiTabStop implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges, OnDestroy, Validator {
|
|
42
42
|
zone: NgZone;
|
|
@@ -180,12 +180,12 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
180
180
|
activeView: CalendarView;
|
|
181
181
|
/**
|
|
182
182
|
* Defines the bottommost Calendar view to which the user can navigate
|
|
183
|
-
* ([see example](
|
|
183
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
184
184
|
*/
|
|
185
185
|
bottomView: CalendarView;
|
|
186
186
|
/**
|
|
187
187
|
* Defines the topmost Calendar view to which the user can navigate
|
|
188
|
-
* ([see example](
|
|
188
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
189
189
|
*/
|
|
190
190
|
topView: CalendarView;
|
|
191
191
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
300
300
|
autoFill: boolean;
|
|
301
301
|
/**
|
|
302
302
|
* Specifies the focused date of the Calendar component
|
|
303
|
-
* ([see example](
|
|
303
|
+
* ([see example](slug:datepicker_calendar_options#toc-focused-dates)).
|
|
304
304
|
*/
|
|
305
305
|
focusedDate: Date;
|
|
306
306
|
/**
|
|
@@ -421,12 +421,12 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
|
|
|
421
421
|
/**
|
|
422
422
|
* Determines whether the built-in validator for disabled
|
|
423
423
|
* date ranges is enforced when validating a form
|
|
424
|
-
* ([see example](
|
|
424
|
+
* ([see example]( slug:disabled_dates_datepicker#toc-using-a-function)).
|
|
425
425
|
*/
|
|
426
426
|
disabledDatesValidation: boolean;
|
|
427
427
|
/**
|
|
428
428
|
* Determines whether to display a week number column in the `month` view of the Calendar
|
|
429
|
-
* ([see example](
|
|
429
|
+
* ([see example](slug:datepicker_calendar_options#toc-week-number-column)).
|
|
430
430
|
*/
|
|
431
431
|
weekNumber: boolean;
|
|
432
432
|
/**
|
|
@@ -20,7 +20,7 @@ export declare class DateRangeEndInputDirective extends DateRangeInput implement
|
|
|
20
20
|
/**
|
|
21
21
|
* Specifies the auto-correction behavior. If the start date is greater than the end date, the
|
|
22
22
|
* directive fixes the date range to a single date either on input change or on blur
|
|
23
|
-
* ([see example](
|
|
23
|
+
* ([see example](slug:autocorrect_daterange#toc-input-directives)).
|
|
24
24
|
*
|
|
25
25
|
* By default, the component does not perform any auto-correction.
|
|
26
26
|
*/
|
|
@@ -22,7 +22,7 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
22
22
|
/**
|
|
23
23
|
* Specifies the auto-correction behavior. If the start date is greater than the end date,
|
|
24
24
|
* the directive fixes the date range to a single date either on input change or on blur
|
|
25
|
-
* ([see example](
|
|
25
|
+
* ([see example](slug:autocorrect_daterange#toc-calendar-selection-directive)).
|
|
26
26
|
*
|
|
27
27
|
* By default, the auto-correction is triggered on change.
|
|
28
28
|
* To disable this behavior, set the `autoCorrectOn` property to `none`.
|
|
@@ -54,12 +54,12 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
54
54
|
shouldSetRange: boolean;
|
|
55
55
|
/**
|
|
56
56
|
* Fires when the active range end is changed. For more information, refer to
|
|
57
|
-
* the section on [events](
|
|
57
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
58
58
|
*/
|
|
59
59
|
activeRangeEndChange: EventEmitter<SelectionRangeEnd>;
|
|
60
60
|
/**
|
|
61
61
|
* Fires when the selection range is changed. For more information, refer to
|
|
62
|
-
* the section on [events](
|
|
62
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
63
63
|
*/
|
|
64
64
|
selectionRangeChange: EventEmitter<SelectionRange>;
|
|
65
65
|
private get calendarRange();
|
|
@@ -21,7 +21,7 @@ export declare class DateRangeStartInputDirective extends DateRangeInput impleme
|
|
|
21
21
|
/**
|
|
22
22
|
* Specifies the auto-correction behavior. If the start date is greater than the end date,
|
|
23
23
|
* the directive fixes the date range to a single date either on input change or on blur
|
|
24
|
-
* ([see example](
|
|
24
|
+
* ([see example](slug:autocorrect_daterange#toc-input-directives)).
|
|
25
25
|
*
|
|
26
26
|
* By default, the component does not perform any auto-correction.
|
|
27
27
|
*/
|
|
@@ -251,13 +251,13 @@ export declare class DateTimePickerComponent extends MultiTabStop implements OnI
|
|
|
251
251
|
get max(): Date;
|
|
252
252
|
/**
|
|
253
253
|
* Determines whether the built-in min or max validators are enforced when validating a form
|
|
254
|
-
* ([see example](
|
|
254
|
+
* ([see example](slug:dateranges_datetimepicker)).
|
|
255
255
|
*/
|
|
256
256
|
rangeValidation: boolean;
|
|
257
257
|
/**
|
|
258
258
|
* Determines whether the built-in validator for disabled
|
|
259
259
|
* date ranges is enforced when validating a form
|
|
260
|
-
* ([see example](
|
|
260
|
+
* ([see example](slug:disabled_dates_datetimepicker)).
|
|
261
261
|
*/
|
|
262
262
|
disabledDatesValidation: boolean;
|
|
263
263
|
/**
|
|
@@ -575,7 +575,6 @@ export declare class DateTimePickerComponent extends MultiTabStop implements OnI
|
|
|
575
575
|
* Toggles the visibility of the popup or actionSheet.
|
|
576
576
|
* If you use the `toggle` method to show or hide the popup or actionSheet,
|
|
577
577
|
* the `open` and `close` events do not fire.
|
|
578
|
-
* ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
|
|
579
578
|
*
|
|
580
579
|
* @param show - The state of the popup.
|
|
581
580
|
*/
|
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* The literal type that defines the active tab of the DateTimePicker
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:datetimepicker_popup_options#toc-setting-the-default-tab)).
|
|
8
8
|
*/
|
|
9
9
|
export declare type DateTimePickerActiveTab = 'date' | 'time';
|
|
@@ -84,7 +84,7 @@ export const KENDO_INPUT_PROVIDER = {
|
|
|
84
84
|
useExisting: forwardRef(() => CalendarComponent)
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
|
-
* Represents the [Kendo UI Calendar component for Angular](
|
|
87
|
+
* Represents the [Kendo UI Calendar component for Angular](slug:overview_calendar).
|
|
88
88
|
*
|
|
89
89
|
* @example
|
|
90
90
|
* ```ts
|
|
@@ -164,12 +164,12 @@ export class CalendarComponent {
|
|
|
164
164
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
165
165
|
/**
|
|
166
166
|
* Defines the bottommost view to which the user can navigate
|
|
167
|
-
* ([see example](
|
|
167
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
168
168
|
*/
|
|
169
169
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
170
170
|
/**
|
|
171
171
|
* Defines the topmost view to which the user can navigate
|
|
172
|
-
* ([see example](
|
|
172
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
173
173
|
*/
|
|
174
174
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
175
175
|
/**
|
|
@@ -111,7 +111,7 @@ export class MultiViewCalendarComponent {
|
|
|
111
111
|
/**
|
|
112
112
|
* Determines whether the built-in validator for disabled
|
|
113
113
|
* date ranges is enforced when validating a form
|
|
114
|
-
* ([see example](
|
|
114
|
+
* ([see example](slug:disabled_dates_multiviewcalendar)).
|
|
115
115
|
*/
|
|
116
116
|
this.disabledDatesRangeValidation = false;
|
|
117
117
|
this._selection = 'single';
|
|
@@ -154,7 +154,7 @@ export class MultiViewCalendarComponent {
|
|
|
154
154
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
155
155
|
/**
|
|
156
156
|
* Defines the bottommost view, to which the user can navigate
|
|
157
|
-
* ([see example](
|
|
157
|
+
* ([see example](slug:viewdepth_multiviewcalendar)).
|
|
158
158
|
*/
|
|
159
159
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
160
160
|
/**
|
|
@@ -411,7 +411,7 @@ export class MultiViewCalendarComponent {
|
|
|
411
411
|
/**
|
|
412
412
|
* Sets or gets the `selectionRange` property of the Calendar and
|
|
413
413
|
* defines the selection range of the component
|
|
414
|
-
* ([see example](
|
|
414
|
+
* ([see example](slug:selection_multiviewcalendar#toc-range-selection)).
|
|
415
415
|
* > We recommend using the `value` property as it now supports `range` selection.
|
|
416
416
|
*/
|
|
417
417
|
set selectionRange(range) {
|
|
@@ -67,7 +67,7 @@ export class DateInputIntl {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* Represents the [Kendo UI DateInput component for Angular](
|
|
70
|
+
* Represents the [Kendo UI DateInput component for Angular](slug:overview_dateinput).
|
|
71
71
|
*/
|
|
72
72
|
export class DateInputComponent {
|
|
73
73
|
constructor(cdr, intl, renderer, wrapper, ngZone, injector, localization, pickerService) {
|
|
@@ -56,7 +56,7 @@ const VALUE_DOC_LINK = 'http://www.telerik.com/kendo-angular-ui/components/datei
|
|
|
56
56
|
const DEFAULT_FORMAT = 'd';
|
|
57
57
|
const TWO_DIGIT_YEAR_MAX = 68;
|
|
58
58
|
/**
|
|
59
|
-
* Represents the [Kendo UI DatePicker component for Angular](
|
|
59
|
+
* Represents the [Kendo UI DatePicker component for Angular](slug:overview_datepicker).
|
|
60
60
|
*/
|
|
61
61
|
export class DatePickerComponent extends MultiTabStop {
|
|
62
62
|
constructor(zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, disabledDatesService, touchEnabled) {
|
|
@@ -101,12 +101,12 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
101
101
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
102
102
|
/**
|
|
103
103
|
* Defines the bottommost Calendar view to which the user can navigate
|
|
104
|
-
* ([see example](
|
|
104
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
105
105
|
*/
|
|
106
106
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
107
107
|
/**
|
|
108
108
|
* Defines the topmost Calendar view to which the user can navigate
|
|
109
|
-
* ([see example](
|
|
109
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
110
110
|
*/
|
|
111
111
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
112
112
|
/**
|
|
@@ -204,7 +204,7 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
204
204
|
this.autoFill = false;
|
|
205
205
|
/**
|
|
206
206
|
* Specifies the focused date of the Calendar component
|
|
207
|
-
* ([see example](
|
|
207
|
+
* ([see example](slug:datepicker_calendar_options#toc-focused-dates)).
|
|
208
208
|
*/
|
|
209
209
|
this.focusedDate = null;
|
|
210
210
|
/**
|
|
@@ -256,12 +256,12 @@ export class DatePickerComponent extends MultiTabStop {
|
|
|
256
256
|
/**
|
|
257
257
|
* Determines whether the built-in validator for disabled
|
|
258
258
|
* date ranges is enforced when validating a form
|
|
259
|
-
* ([see example](
|
|
259
|
+
* ([see example]( slug:disabled_dates_datepicker#toc-using-a-function)).
|
|
260
260
|
*/
|
|
261
261
|
this.disabledDatesValidation = true;
|
|
262
262
|
/**
|
|
263
263
|
* Determines whether to display a week number column in the `month` view of the Calendar
|
|
264
|
-
* ([see example](
|
|
264
|
+
* ([see example](slug:datepicker_calendar_options#toc-week-number-column)).
|
|
265
265
|
*/
|
|
266
266
|
this.weekNumber = false;
|
|
267
267
|
/**
|
|
@@ -26,7 +26,7 @@ export class DateRangeSelectionDirective {
|
|
|
26
26
|
/**
|
|
27
27
|
* Specifies the auto-correction behavior. If the start date is greater than the end date,
|
|
28
28
|
* the directive fixes the date range to a single date either on input change or on blur
|
|
29
|
-
* ([see example](
|
|
29
|
+
* ([see example](slug:autocorrect_daterange#toc-calendar-selection-directive)).
|
|
30
30
|
*
|
|
31
31
|
* By default, the auto-correction is triggered on change.
|
|
32
32
|
* To disable this behavior, set the `autoCorrectOn` property to `none`.
|
|
@@ -39,12 +39,12 @@ export class DateRangeSelectionDirective {
|
|
|
39
39
|
this.shouldSetRange = true;
|
|
40
40
|
/**
|
|
41
41
|
* Fires when the active range end is changed. For more information, refer to
|
|
42
|
-
* the section on [events](
|
|
42
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
43
43
|
*/
|
|
44
44
|
this.activeRangeEndChange = new EventEmitter();
|
|
45
45
|
/**
|
|
46
46
|
* Fires when the selection range is changed. For more information, refer to
|
|
47
|
-
* the section on [events](
|
|
47
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
48
48
|
*/
|
|
49
49
|
this.selectionRangeChange = new EventEmitter();
|
|
50
50
|
this.calendarSubscriptions = new Subscription();
|
|
@@ -168,13 +168,13 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
168
168
|
this.weekNumber = false;
|
|
169
169
|
/**
|
|
170
170
|
* Determines whether the built-in min or max validators are enforced when validating a form
|
|
171
|
-
* ([see example](
|
|
171
|
+
* ([see example](slug:dateranges_datetimepicker)).
|
|
172
172
|
*/
|
|
173
173
|
this.rangeValidation = true;
|
|
174
174
|
/**
|
|
175
175
|
* Determines whether the built-in validator for disabled
|
|
176
176
|
* date ranges is enforced when validating a form
|
|
177
|
-
* ([see example](
|
|
177
|
+
* ([see example](slug:disabled_dates_datetimepicker)).
|
|
178
178
|
*/
|
|
179
179
|
this.disabledDatesValidation = true;
|
|
180
180
|
/**
|
|
@@ -758,7 +758,6 @@ export class DateTimePickerComponent extends MultiTabStop {
|
|
|
758
758
|
* Toggles the visibility of the popup or actionSheet.
|
|
759
759
|
* If you use the `toggle` method to show or hide the popup or actionSheet,
|
|
760
760
|
* the `open` and `close` events do not fire.
|
|
761
|
-
* ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
|
|
762
761
|
*
|
|
763
762
|
* @param show - The state of the popup.
|
|
764
763
|
*/
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dateinputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.4.0-develop.
|
|
12
|
+
publishDate: 1720184973,
|
|
13
|
+
version: '16.4.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -45,7 +45,7 @@ const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs
|
|
|
45
45
|
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
46
46
|
const ACCEPT_BUTTON_SELECTOR = '.k-button.k-time-accept';
|
|
47
47
|
/**
|
|
48
|
-
* Represents the [Kendo UI TimePicker component for Angular](
|
|
48
|
+
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
49
49
|
*/
|
|
50
50
|
export class TimePickerComponent extends MultiTabStop {
|
|
51
51
|
constructor(bus, zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, intl, touchEnabled) {
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '16.4.0-develop.
|
|
40
|
+
publishDate: 1720184973,
|
|
41
|
+
version: '16.4.0-develop.6',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -3591,7 +3591,7 @@ class MultiViewCalendarComponent {
|
|
|
3591
3591
|
/**
|
|
3592
3592
|
* Determines whether the built-in validator for disabled
|
|
3593
3593
|
* date ranges is enforced when validating a form
|
|
3594
|
-
* ([see example](
|
|
3594
|
+
* ([see example](slug:disabled_dates_multiviewcalendar)).
|
|
3595
3595
|
*/
|
|
3596
3596
|
this.disabledDatesRangeValidation = false;
|
|
3597
3597
|
this._selection = 'single';
|
|
@@ -3634,7 +3634,7 @@ class MultiViewCalendarComponent {
|
|
|
3634
3634
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
3635
3635
|
/**
|
|
3636
3636
|
* Defines the bottommost view, to which the user can navigate
|
|
3637
|
-
* ([see example](
|
|
3637
|
+
* ([see example](slug:viewdepth_multiviewcalendar)).
|
|
3638
3638
|
*/
|
|
3639
3639
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
3640
3640
|
/**
|
|
@@ -3891,7 +3891,7 @@ class MultiViewCalendarComponent {
|
|
|
3891
3891
|
/**
|
|
3892
3892
|
* Sets or gets the `selectionRange` property of the Calendar and
|
|
3893
3893
|
* defines the selection range of the component
|
|
3894
|
-
* ([see example](
|
|
3894
|
+
* ([see example](slug:selection_multiviewcalendar#toc-range-selection)).
|
|
3895
3895
|
* > We recommend using the `value` property as it now supports `range` selection.
|
|
3896
3896
|
*/
|
|
3897
3897
|
set selectionRange(range) {
|
|
@@ -6410,7 +6410,7 @@ const KENDO_INPUT_PROVIDER = {
|
|
|
6410
6410
|
useExisting: forwardRef(() => CalendarComponent)
|
|
6411
6411
|
};
|
|
6412
6412
|
/**
|
|
6413
|
-
* Represents the [Kendo UI Calendar component for Angular](
|
|
6413
|
+
* Represents the [Kendo UI Calendar component for Angular](slug:overview_calendar).
|
|
6414
6414
|
*
|
|
6415
6415
|
* @example
|
|
6416
6416
|
* ```ts
|
|
@@ -6490,12 +6490,12 @@ class CalendarComponent {
|
|
|
6490
6490
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
6491
6491
|
/**
|
|
6492
6492
|
* Defines the bottommost view to which the user can navigate
|
|
6493
|
-
* ([see example](
|
|
6493
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
6494
6494
|
*/
|
|
6495
6495
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
6496
6496
|
/**
|
|
6497
6497
|
* Defines the topmost view to which the user can navigate
|
|
6498
|
-
* ([see example](
|
|
6498
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
6499
6499
|
*/
|
|
6500
6500
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
6501
6501
|
/**
|
|
@@ -8053,7 +8053,7 @@ class DateInputIntl {
|
|
|
8053
8053
|
}
|
|
8054
8054
|
}
|
|
8055
8055
|
/**
|
|
8056
|
-
* Represents the [Kendo UI DateInput component for Angular](
|
|
8056
|
+
* Represents the [Kendo UI DateInput component for Angular](slug:overview_dateinput).
|
|
8057
8057
|
*/
|
|
8058
8058
|
class DateInputComponent {
|
|
8059
8059
|
constructor(cdr, intl, renderer, wrapper, ngZone, injector, localization, pickerService) {
|
|
@@ -9356,7 +9356,7 @@ const VALUE_DOC_LINK$2 = 'http://www.telerik.com/kendo-angular-ui/components/dat
|
|
|
9356
9356
|
const DEFAULT_FORMAT = 'd';
|
|
9357
9357
|
const TWO_DIGIT_YEAR_MAX$1 = 68;
|
|
9358
9358
|
/**
|
|
9359
|
-
* Represents the [Kendo UI DatePicker component for Angular](
|
|
9359
|
+
* Represents the [Kendo UI DatePicker component for Angular](slug:overview_datepicker).
|
|
9360
9360
|
*/
|
|
9361
9361
|
class DatePickerComponent extends MultiTabStop {
|
|
9362
9362
|
constructor(zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, disabledDatesService, touchEnabled) {
|
|
@@ -9401,12 +9401,12 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9401
9401
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
9402
9402
|
/**
|
|
9403
9403
|
* Defines the bottommost Calendar view to which the user can navigate
|
|
9404
|
-
* ([see example](
|
|
9404
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
9405
9405
|
*/
|
|
9406
9406
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
9407
9407
|
/**
|
|
9408
9408
|
* Defines the topmost Calendar view to which the user can navigate
|
|
9409
|
-
* ([see example](
|
|
9409
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
9410
9410
|
*/
|
|
9411
9411
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
9412
9412
|
/**
|
|
@@ -9504,7 +9504,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9504
9504
|
this.autoFill = false;
|
|
9505
9505
|
/**
|
|
9506
9506
|
* Specifies the focused date of the Calendar component
|
|
9507
|
-
* ([see example](
|
|
9507
|
+
* ([see example](slug:datepicker_calendar_options#toc-focused-dates)).
|
|
9508
9508
|
*/
|
|
9509
9509
|
this.focusedDate = null;
|
|
9510
9510
|
/**
|
|
@@ -9556,12 +9556,12 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9556
9556
|
/**
|
|
9557
9557
|
* Determines whether the built-in validator for disabled
|
|
9558
9558
|
* date ranges is enforced when validating a form
|
|
9559
|
-
* ([see example](
|
|
9559
|
+
* ([see example]( slug:disabled_dates_datepicker#toc-using-a-function)).
|
|
9560
9560
|
*/
|
|
9561
9561
|
this.disabledDatesValidation = true;
|
|
9562
9562
|
/**
|
|
9563
9563
|
* Determines whether to display a week number column in the `month` view of the Calendar
|
|
9564
|
-
* ([see example](
|
|
9564
|
+
* ([see example](slug:datepicker_calendar_options#toc-week-number-column)).
|
|
9565
9565
|
*/
|
|
9566
9566
|
this.weekNumber = false;
|
|
9567
9567
|
/**
|
|
@@ -12858,7 +12858,7 @@ const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs
|
|
|
12858
12858
|
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
12859
12859
|
const ACCEPT_BUTTON_SELECTOR$1 = '.k-button.k-time-accept';
|
|
12860
12860
|
/**
|
|
12861
|
-
* Represents the [Kendo UI TimePicker component for Angular](
|
|
12861
|
+
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
12862
12862
|
*/
|
|
12863
12863
|
class TimePickerComponent extends MultiTabStop {
|
|
12864
12864
|
constructor(bus, zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, intl, touchEnabled) {
|
|
@@ -14544,13 +14544,13 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
14544
14544
|
this.weekNumber = false;
|
|
14545
14545
|
/**
|
|
14546
14546
|
* Determines whether the built-in min or max validators are enforced when validating a form
|
|
14547
|
-
* ([see example](
|
|
14547
|
+
* ([see example](slug:dateranges_datetimepicker)).
|
|
14548
14548
|
*/
|
|
14549
14549
|
this.rangeValidation = true;
|
|
14550
14550
|
/**
|
|
14551
14551
|
* Determines whether the built-in validator for disabled
|
|
14552
14552
|
* date ranges is enforced when validating a form
|
|
14553
|
-
* ([see example](
|
|
14553
|
+
* ([see example](slug:disabled_dates_datetimepicker)).
|
|
14554
14554
|
*/
|
|
14555
14555
|
this.disabledDatesValidation = true;
|
|
14556
14556
|
/**
|
|
@@ -15142,7 +15142,6 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
15142
15142
|
* Toggles the visibility of the popup or actionSheet.
|
|
15143
15143
|
* If you use the `toggle` method to show or hide the popup or actionSheet,
|
|
15144
15144
|
* the `open` and `close` events do not fire.
|
|
15145
|
-
* ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
|
|
15146
15145
|
*
|
|
15147
15146
|
* @param show - The state of the popup.
|
|
15148
15147
|
*/
|
|
@@ -16937,7 +16936,7 @@ class DateRangeSelectionDirective {
|
|
|
16937
16936
|
/**
|
|
16938
16937
|
* Specifies the auto-correction behavior. If the start date is greater than the end date,
|
|
16939
16938
|
* the directive fixes the date range to a single date either on input change or on blur
|
|
16940
|
-
* ([see example](
|
|
16939
|
+
* ([see example](slug:autocorrect_daterange#toc-calendar-selection-directive)).
|
|
16941
16940
|
*
|
|
16942
16941
|
* By default, the auto-correction is triggered on change.
|
|
16943
16942
|
* To disable this behavior, set the `autoCorrectOn` property to `none`.
|
|
@@ -16950,12 +16949,12 @@ class DateRangeSelectionDirective {
|
|
|
16950
16949
|
this.shouldSetRange = true;
|
|
16951
16950
|
/**
|
|
16952
16951
|
* Fires when the active range end is changed. For more information, refer to
|
|
16953
|
-
* the section on [events](
|
|
16952
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
16954
16953
|
*/
|
|
16955
16954
|
this.activeRangeEndChange = new EventEmitter();
|
|
16956
16955
|
/**
|
|
16957
16956
|
* Fires when the selection range is changed. For more information, refer to
|
|
16958
|
-
* the section on [events](
|
|
16957
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
16959
16958
|
*/
|
|
16960
16959
|
this.selectionRangeChange = new EventEmitter();
|
|
16961
16960
|
this.calendarSubscriptions = new Subscription();
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
name: '@progress/kendo-angular-dateinputs',
|
|
38
38
|
productName: 'Kendo UI for Angular',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '16.4.0-develop.
|
|
40
|
+
publishDate: 1720184973,
|
|
41
|
+
version: '16.4.0-develop.6',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -3590,7 +3590,7 @@ class MultiViewCalendarComponent {
|
|
|
3590
3590
|
/**
|
|
3591
3591
|
* Determines whether the built-in validator for disabled
|
|
3592
3592
|
* date ranges is enforced when validating a form
|
|
3593
|
-
* ([see example](
|
|
3593
|
+
* ([see example](slug:disabled_dates_multiviewcalendar)).
|
|
3594
3594
|
*/
|
|
3595
3595
|
this.disabledDatesRangeValidation = false;
|
|
3596
3596
|
this._selection = 'single';
|
|
@@ -3633,7 +3633,7 @@ class MultiViewCalendarComponent {
|
|
|
3633
3633
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
3634
3634
|
/**
|
|
3635
3635
|
* Defines the bottommost view, to which the user can navigate
|
|
3636
|
-
* ([see example](
|
|
3636
|
+
* ([see example](slug:viewdepth_multiviewcalendar)).
|
|
3637
3637
|
*/
|
|
3638
3638
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
3639
3639
|
/**
|
|
@@ -3890,7 +3890,7 @@ class MultiViewCalendarComponent {
|
|
|
3890
3890
|
/**
|
|
3891
3891
|
* Sets or gets the `selectionRange` property of the Calendar and
|
|
3892
3892
|
* defines the selection range of the component
|
|
3893
|
-
* ([see example](
|
|
3893
|
+
* ([see example](slug:selection_multiviewcalendar#toc-range-selection)).
|
|
3894
3894
|
* > We recommend using the `value` property as it now supports `range` selection.
|
|
3895
3895
|
*/
|
|
3896
3896
|
set selectionRange(range) {
|
|
@@ -6401,7 +6401,7 @@ const KENDO_INPUT_PROVIDER = {
|
|
|
6401
6401
|
useExisting: forwardRef(() => CalendarComponent)
|
|
6402
6402
|
};
|
|
6403
6403
|
/**
|
|
6404
|
-
* Represents the [Kendo UI Calendar component for Angular](
|
|
6404
|
+
* Represents the [Kendo UI Calendar component for Angular](slug:overview_calendar).
|
|
6405
6405
|
*
|
|
6406
6406
|
* @example
|
|
6407
6407
|
* ```ts
|
|
@@ -6481,12 +6481,12 @@ class CalendarComponent {
|
|
|
6481
6481
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
6482
6482
|
/**
|
|
6483
6483
|
* Defines the bottommost view to which the user can navigate
|
|
6484
|
-
* ([see example](
|
|
6484
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
6485
6485
|
*/
|
|
6486
6486
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
6487
6487
|
/**
|
|
6488
6488
|
* Defines the topmost view to which the user can navigate
|
|
6489
|
-
* ([see example](
|
|
6489
|
+
* ([see example](slug:viewdepth_calendar)).
|
|
6490
6490
|
*/
|
|
6491
6491
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
6492
6492
|
/**
|
|
@@ -8035,7 +8035,7 @@ class DateInputIntl {
|
|
|
8035
8035
|
}
|
|
8036
8036
|
}
|
|
8037
8037
|
/**
|
|
8038
|
-
* Represents the [Kendo UI DateInput component for Angular](
|
|
8038
|
+
* Represents the [Kendo UI DateInput component for Angular](slug:overview_dateinput).
|
|
8039
8039
|
*/
|
|
8040
8040
|
class DateInputComponent {
|
|
8041
8041
|
constructor(cdr, intl, renderer, wrapper, ngZone, injector, localization, pickerService) {
|
|
@@ -9336,7 +9336,7 @@ const VALUE_DOC_LINK$2 = 'http://www.telerik.com/kendo-angular-ui/components/dat
|
|
|
9336
9336
|
const DEFAULT_FORMAT = 'd';
|
|
9337
9337
|
const TWO_DIGIT_YEAR_MAX$1 = 68;
|
|
9338
9338
|
/**
|
|
9339
|
-
* Represents the [Kendo UI DatePicker component for Angular](
|
|
9339
|
+
* Represents the [Kendo UI DatePicker component for Angular](slug:overview_datepicker).
|
|
9340
9340
|
*/
|
|
9341
9341
|
class DatePickerComponent extends MultiTabStop {
|
|
9342
9342
|
constructor(zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, disabledDatesService, touchEnabled) {
|
|
@@ -9381,12 +9381,12 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9381
9381
|
this.activeView = CalendarViewEnum[CalendarViewEnum.month];
|
|
9382
9382
|
/**
|
|
9383
9383
|
* Defines the bottommost Calendar view to which the user can navigate
|
|
9384
|
-
* ([see example](
|
|
9384
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
9385
9385
|
*/
|
|
9386
9386
|
this.bottomView = CalendarViewEnum[CalendarViewEnum.month];
|
|
9387
9387
|
/**
|
|
9388
9388
|
* Defines the topmost Calendar view to which the user can navigate
|
|
9389
|
-
* ([see example](
|
|
9389
|
+
* ([see example](slug:datepicker_calendar_options#toc-view-selection-depth)).
|
|
9390
9390
|
*/
|
|
9391
9391
|
this.topView = CalendarViewEnum[CalendarViewEnum.century];
|
|
9392
9392
|
/**
|
|
@@ -9484,7 +9484,7 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9484
9484
|
this.autoFill = false;
|
|
9485
9485
|
/**
|
|
9486
9486
|
* Specifies the focused date of the Calendar component
|
|
9487
|
-
* ([see example](
|
|
9487
|
+
* ([see example](slug:datepicker_calendar_options#toc-focused-dates)).
|
|
9488
9488
|
*/
|
|
9489
9489
|
this.focusedDate = null;
|
|
9490
9490
|
/**
|
|
@@ -9536,12 +9536,12 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
9536
9536
|
/**
|
|
9537
9537
|
* Determines whether the built-in validator for disabled
|
|
9538
9538
|
* date ranges is enforced when validating a form
|
|
9539
|
-
* ([see example](
|
|
9539
|
+
* ([see example]( slug:disabled_dates_datepicker#toc-using-a-function)).
|
|
9540
9540
|
*/
|
|
9541
9541
|
this.disabledDatesValidation = true;
|
|
9542
9542
|
/**
|
|
9543
9543
|
* Determines whether to display a week number column in the `month` view of the Calendar
|
|
9544
|
-
* ([see example](
|
|
9544
|
+
* ([see example](slug:datepicker_calendar_options#toc-week-number-column)).
|
|
9545
9545
|
*/
|
|
9546
9546
|
this.weekNumber = false;
|
|
9547
9547
|
/**
|
|
@@ -12826,7 +12826,7 @@ const INTL_DATE_FORMAT = 'https://github.com/telerik/kendo-intl/blob/master/docs
|
|
|
12826
12826
|
const formatRegExp = new RegExp(`${TIME_PART.hour}|${TIME_PART.minute}|${TIME_PART.second}|${TIME_PART.millisecond}|${TIME_PART.dayperiod}|literal`);
|
|
12827
12827
|
const ACCEPT_BUTTON_SELECTOR$1 = '.k-button.k-time-accept';
|
|
12828
12828
|
/**
|
|
12829
|
-
* Represents the [Kendo UI TimePicker component for Angular](
|
|
12829
|
+
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
12830
12830
|
*/
|
|
12831
12831
|
class TimePickerComponent extends MultiTabStop {
|
|
12832
12832
|
constructor(bus, zone, localization, cdr, popupService, wrapper, renderer, injector, pickerService, intl, touchEnabled) {
|
|
@@ -14507,13 +14507,13 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
14507
14507
|
this.weekNumber = false;
|
|
14508
14508
|
/**
|
|
14509
14509
|
* Determines whether the built-in min or max validators are enforced when validating a form
|
|
14510
|
-
* ([see example](
|
|
14510
|
+
* ([see example](slug:dateranges_datetimepicker)).
|
|
14511
14511
|
*/
|
|
14512
14512
|
this.rangeValidation = true;
|
|
14513
14513
|
/**
|
|
14514
14514
|
* Determines whether the built-in validator for disabled
|
|
14515
14515
|
* date ranges is enforced when validating a form
|
|
14516
|
-
* ([see example](
|
|
14516
|
+
* ([see example](slug:disabled_dates_datetimepicker)).
|
|
14517
14517
|
*/
|
|
14518
14518
|
this.disabledDatesValidation = true;
|
|
14519
14519
|
/**
|
|
@@ -15097,7 +15097,6 @@ class DateTimePickerComponent extends MultiTabStop {
|
|
|
15097
15097
|
* Toggles the visibility of the popup or actionSheet.
|
|
15098
15098
|
* If you use the `toggle` method to show or hide the popup or actionSheet,
|
|
15099
15099
|
* the `open` and `close` events do not fire.
|
|
15100
|
-
* ([more information and example]({% slug overview_datetimepicker %}#toc-methods-and-events)).
|
|
15101
15100
|
*
|
|
15102
15101
|
* @param show - The state of the popup.
|
|
15103
15102
|
*/
|
|
@@ -16884,7 +16883,7 @@ class DateRangeSelectionDirective {
|
|
|
16884
16883
|
/**
|
|
16885
16884
|
* Specifies the auto-correction behavior. If the start date is greater than the end date,
|
|
16886
16885
|
* the directive fixes the date range to a single date either on input change or on blur
|
|
16887
|
-
* ([see example](
|
|
16886
|
+
* ([see example](slug:autocorrect_daterange#toc-calendar-selection-directive)).
|
|
16888
16887
|
*
|
|
16889
16888
|
* By default, the auto-correction is triggered on change.
|
|
16890
16889
|
* To disable this behavior, set the `autoCorrectOn` property to `none`.
|
|
@@ -16897,12 +16896,12 @@ class DateRangeSelectionDirective {
|
|
|
16897
16896
|
this.shouldSetRange = true;
|
|
16898
16897
|
/**
|
|
16899
16898
|
* Fires when the active range end is changed. For more information, refer to
|
|
16900
|
-
* the section on [events](
|
|
16899
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
16901
16900
|
*/
|
|
16902
16901
|
this.activeRangeEndChange = new EventEmitter();
|
|
16903
16902
|
/**
|
|
16904
16903
|
* Fires when the selection range is changed. For more information, refer to
|
|
16905
|
-
* the section on [events](
|
|
16904
|
+
* the section on [events](slug:events_multiviewcalendar).
|
|
16906
16905
|
*/
|
|
16907
16906
|
this.selectionRangeChange = new EventEmitter();
|
|
16908
16907
|
this.calendarSubscriptions = new Subscription();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "16.4.0-develop.
|
|
3
|
+
"version": "16.4.0-develop.6",
|
|
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,18 +34,18 @@
|
|
|
34
34
|
"@angular/forms": "15 - 18",
|
|
35
35
|
"@angular/platform-browser": "15 - 18",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "16.4.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "16.4.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
|
41
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "16.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-navigation": "16.4.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "16.4.0-develop.6",
|
|
38
|
+
"@progress/kendo-angular-common": "16.4.0-develop.6",
|
|
39
|
+
"@progress/kendo-angular-intl": "16.4.0-develop.6",
|
|
40
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.6",
|
|
41
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.6",
|
|
42
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.6",
|
|
43
|
+
"@progress/kendo-angular-navigation": "16.4.0-develop.6",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "16.4.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.6",
|
|
49
49
|
"@progress/kendo-common": "^0.2.0",
|
|
50
50
|
"@progress/kendo-date-math": "^1.1.0",
|
|
51
51
|
"@progress/kendo-dateinputs-common": "^0.3.3"
|
|
@@ -24,7 +24,7 @@ import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
|
24
24
|
import { ActionSheetComponent } from '@progress/kendo-angular-navigation';
|
|
25
25
|
import * as i0 from "@angular/core";
|
|
26
26
|
/**
|
|
27
|
-
* Represents the [Kendo UI TimePicker component for Angular](
|
|
27
|
+
* Represents the [Kendo UI TimePicker component for Angular](slug:overview_timepicker).
|
|
28
28
|
*/
|
|
29
29
|
export declare class TimePickerComponent extends MultiTabStop implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges, OnDestroy, Validator {
|
|
30
30
|
private bus;
|