@progress/kendo-angular-dateinputs 24.2.0-develop.6 → 24.2.0-develop.7

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.
@@ -451,10 +451,6 @@ export declare class DatePickerComponent extends MultiTabStop implements Control
451
451
  * @hidden
452
452
  */
453
453
  escape: EventEmitter<any>;
454
- /**
455
- * @hidden
456
- */
457
- wrapperClasses: boolean;
458
454
  /**
459
455
  * @hidden
460
456
  */
@@ -87,10 +87,6 @@ export declare class DateTimePickerComponent extends MultiTabStop implements OnI
87
87
  * @hidden
88
88
  */
89
89
  clockIcon: SVGIcon;
90
- /**
91
- * @hidden
92
- */
93
- hostClasses: boolean;
94
90
  /**
95
91
  * @hidden
96
92
  */
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  productName: 'Kendo UI for Angular',
37
37
  productCode: 'KENDOUIANGULAR',
38
38
  productCodes: ['KENDOUIANGULAR'],
39
- publishDate: 1782229221,
40
- version: '24.2.0-develop.6',
39
+ publishDate: 1782230541,
40
+ version: '24.2.0-develop.7',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -9033,6 +9033,8 @@ class DateInputComponent {
9033
9033
  else {
9034
9034
  this.ariaReadOnly = null;
9035
9035
  }
9036
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
9037
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-dateinput');
9036
9038
  }
9037
9039
  /**
9038
9040
  * @hidden
@@ -9058,8 +9060,6 @@ class DateInputComponent {
9058
9060
  * @hidden
9059
9061
  */
9060
9062
  ngOnInit() {
9061
- this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
9062
- this.renderer.addClass(this.wrapper.nativeElement, 'k-dateinput');
9063
9063
  if (this.kendoDate) {
9064
9064
  this.kendoDate.destroy();
9065
9065
  }
@@ -10401,10 +10401,6 @@ class DatePickerComponent extends MultiTabStop {
10401
10401
  * @hidden
10402
10402
  */
10403
10403
  escape = new EventEmitter();
10404
- /**
10405
- * @hidden
10406
- */
10407
- wrapperClasses = true;
10408
10404
  /**
10409
10405
  * @hidden
10410
10406
  */
@@ -10512,6 +10508,8 @@ class DatePickerComponent extends MultiTabStop {
10512
10508
  this.pickerSubscriptions.add(this.pickerService.onBlur.subscribe(this.handleBlur.bind(this)));
10513
10509
  this.pickerSubscriptions.add(this.pickerService.sameDateSelected.subscribe(this.handleSameSelection.bind(this)));
10514
10510
  this.pickerSubscriptions.add(this.pickerService.dateCompletenessChange.subscribe(this.handleDateCompletenessChange.bind(this)));
10511
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-datepicker');
10512
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
10515
10513
  }
10516
10514
  /**
10517
10515
  * @hidden
@@ -11006,7 +11004,7 @@ class DatePickerComponent extends MultiTabStop {
11006
11004
  }
11007
11005
  }
11008
11006
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: DatePickerComponent, deps: [{ token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: DisabledDatesService }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
11009
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: DatePickerComponent, isStandalone: true, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], clearButton: "clearButton", inputAttributes: "inputAttributes", monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer", navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode", adaptiveMode: "adaptiveMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-datepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
11007
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: DatePickerComponent, isStandalone: true, selector: "kendo-datepicker", inputs: { focusableId: "focusableId", cellTemplateRef: ["cellTemplate", "cellTemplateRef"], clearButton: "clearButton", inputAttributes: "inputAttributes", monthCellTemplateRef: ["monthCellTemplate", "monthCellTemplateRef"], yearCellTemplateRef: ["yearCellTemplate", "yearCellTemplateRef"], decadeCellTemplateRef: ["decadeCellTemplate", "decadeCellTemplateRef"], centuryCellTemplateRef: ["centuryCellTemplate", "centuryCellTemplateRef"], weekNumberTemplateRef: ["weekNumberTemplate", "weekNumberTemplateRef"], headerTitleTemplateRef: ["headerTitleTemplate", "headerTitleTemplateRef"], headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer", navigationItemTemplateRef: ["navigationItemTemplate", "navigationItemTemplateRef"], weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", activeView: "activeView", bottomView: "bottomView", topView: "topView", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", popupSettings: "popupSettings", navigation: "navigation", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", autoFill: "autoFill", focusedDate: "focusedDate", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", tabindex: "tabindex", tabIndex: "tabIndex", disabledDates: "disabledDates", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", weekNumber: "weekNumber", size: "size", rounded: "rounded", fillMode: "fillMode", adaptiveMode: "adaptiveMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass" } }, providers: [
11010
11008
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => DatePickerComponent), multi: true },
11011
11009
  { provide: NG_VALIDATORS, useExisting: forwardRef(() => DatePickerComponent), multi: true },
11012
11010
  { provide: KendoInput, useExisting: forwardRef(() => DatePickerComponent) },
@@ -11598,12 +11596,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
11598
11596
  type: Output
11599
11597
  }], escape: [{
11600
11598
  type: Output
11601
- }], wrapperClasses: [{
11602
- type: HostBinding,
11603
- args: ['class.k-datepicker']
11604
- }, {
11605
- type: HostBinding,
11606
- args: ['class.k-input']
11607
11599
  }], disabledClass: [{
11608
11600
  type: HostBinding,
11609
11601
  args: ['class.k-disabled']
@@ -14006,10 +13998,6 @@ class TimePickerComponent extends MultiTabStop {
14006
13998
  * @hidden
14007
13999
  */
14008
14000
  escape = new EventEmitter();
14009
- /**
14010
- * @hidden
14011
- */
14012
- wrapperClasses = true;
14013
14001
  /**
14014
14002
  * @hidden
14015
14003
  */
@@ -14130,6 +14118,8 @@ class TimePickerComponent extends MultiTabStop {
14130
14118
  this.pickerSubscriptions = this.pickerService.onFocus.subscribe(this.handleFocus.bind(this));
14131
14119
  this.pickerSubscriptions.add(this.pickerService.onBlur.subscribe(this.handleBlur.bind(this)));
14132
14120
  this.pickerSubscriptions.add(this.pickerService.dateCompletenessChange.subscribe(this.handleDateCompletenessChange.bind(this)));
14121
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-timepicker');
14122
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
14133
14123
  }
14134
14124
  /**
14135
14125
  * @hidden
@@ -14659,7 +14649,7 @@ class TimePickerComponent extends MultiTabStop {
14659
14649
  }
14660
14650
  }
14661
14651
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: TimePickerComponent, deps: [{ token: BusViewService }, { token: i0.NgZone }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i1$2.PopupService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: PickerService }, { token: i1.IntlService }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
14662
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-timepicker": "this.wrapperClasses", "class.k-input": "this.wrapperClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
14652
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: TimePickerComponent, isStandalone: true, selector: "kendo-timepicker", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", clearButton: "clearButton", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", incompleteDateValidation: "incompleteDateValidation", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", cancelButton: "cancelButton", nowButton: "nowButton", steps: "steps", popupSettings: "popupSettings", tabindex: "tabindex", tabIndex: "tabIndex", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", rangeValidation: "rangeValidation", adaptiveMode: "adaptiveMode", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", open: "open", close: "close", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass" } }, providers: [
14663
14653
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => TimePickerComponent), multi: true },
14664
14654
  { provide: NG_VALIDATORS, useExisting: forwardRef(() => TimePickerComponent), multi: true },
14665
14655
  { provide: KendoInput, useExisting: forwardRef(() => TimePickerComponent) },
@@ -15225,12 +15215,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
15225
15215
  type: Output
15226
15216
  }], escape: [{
15227
15217
  type: Output
15228
- }], wrapperClasses: [{
15229
- type: HostBinding,
15230
- args: ['class.k-timepicker']
15231
- }, {
15232
- type: HostBinding,
15233
- args: ['class.k-input']
15234
15218
  }], disabledClass: [{
15235
15219
  type: HostBinding,
15236
15220
  args: ['class.k-disabled']
@@ -15472,10 +15456,6 @@ class DateTimePickerComponent extends MultiTabStop {
15472
15456
  * @hidden
15473
15457
  */
15474
15458
  clockIcon = clockIcon;
15475
- /**
15476
- * @hidden
15477
- */
15478
- hostClasses = true;
15479
15459
  /**
15480
15460
  * @hidden
15481
15461
  */
@@ -16163,6 +16143,8 @@ class DateTimePickerComponent extends MultiTabStop {
16163
16143
  this.injector = injector;
16164
16144
  this.adaptiveService = adaptiveService;
16165
16145
  validatePackage(packageMetadata);
16146
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-datetimepicker');
16147
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
16166
16148
  }
16167
16149
  ngOnInit() {
16168
16150
  this.subscriptions.add(this.pickerService.onFocus
@@ -16884,7 +16866,7 @@ class DateTimePickerComponent extends MultiTabStop {
16884
16866
  }
16885
16867
  }
16886
16868
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: DateTimePickerComponent, deps: [{ token: i1$2.PopupService }, { token: i1.IntlService }, { token: i0.ChangeDetectorRef }, { token: PickerService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i1$1.LocalizationService }, { token: DisabledDatesService }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i6.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
16887
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: DateTimePickerComponent, isStandalone: true, selector: "kendo-datetimepicker", inputs: { focusableId: "focusableId", weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", tabindex: "tabindex", disabledDates: "disabledDates", popupSettings: "popupSettings", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", cancelButton: "cancelButton", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", focusedDate: "focusedDate", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", weekNumber: "weekNumber", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", clearButton: "clearButton", autoFill: "autoFill", adaptiveMode: "adaptiveMode", inputAttributes: "inputAttributes", defaultTab: "defaultTab", size: "size", rounded: "rounded", fillMode: "fillMode", headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", escape: "escape" }, host: { properties: { "class.k-datetimepicker": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
16869
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: DateTimePickerComponent, isStandalone: true, selector: "kendo-datetimepicker", inputs: { focusableId: "focusableId", weekDaysFormat: "weekDaysFormat", showOtherMonthDays: "showOtherMonthDays", value: "value", format: "format", twoDigitYearMax: "twoDigitYearMax", tabindex: "tabindex", disabledDates: "disabledDates", popupSettings: "popupSettings", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", disabled: "disabled", readonly: "readonly", readOnlyInput: "readOnlyInput", cancelButton: "cancelButton", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", steps: "steps", focusedDate: "focusedDate", calendarType: "calendarType", animateCalendarNavigation: "animateCalendarNavigation", weekNumber: "weekNumber", min: "min", max: "max", rangeValidation: "rangeValidation", disabledDatesValidation: "disabledDatesValidation", incompleteDateValidation: "incompleteDateValidation", autoCorrectParts: "autoCorrectParts", autoSwitchParts: "autoSwitchParts", autoSwitchKeys: "autoSwitchKeys", enableMouseWheel: "enableMouseWheel", allowCaretMode: "allowCaretMode", clearButton: "clearButton", autoFill: "autoFill", adaptiveMode: "adaptiveMode", inputAttributes: "inputAttributes", defaultTab: "defaultTab", size: "size", rounded: "rounded", fillMode: "fillMode", headerTemplateRef: ["headerTemplate", "headerTemplateRef"], footerTemplateRef: ["footerTemplate", "footerTemplateRef"], footer: "footer" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", escape: "escape" }, host: { properties: { "class.k-disabled": "this.disabledClass", "class.k-readonly": "this.readonly" } }, providers: [
16888
16870
  PickerService,
16889
16871
  LocalizationService,
16890
16872
  DisabledDatesService,
@@ -17675,13 +17657,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
17675
17657
  standalone: true,
17676
17658
  imports: [LocalizedMessagesDirective, DateInputComponent, EventsOutsideAngularDirective, DateInputCustomMessagesComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ActionSheetComponent, ActionSheetTemplateDirective, ButtonComponent, NgClass, CalendarComponent, CalendarCustomMessagesComponent, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, SegmentedControlComponent]
17677
17659
  }]
17678
- }], ctorParameters: () => [{ type: i1$2.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i6.AdaptiveService }], propDecorators: { hostClasses: [{
17679
- type: HostBinding,
17680
- args: ['class.k-datetimepicker']
17681
- }, {
17682
- type: HostBinding,
17683
- args: ['class.k-input']
17684
- }], disabledClass: [{
17660
+ }], ctorParameters: () => [{ type: i1$2.PopupService }, { type: i1.IntlService }, { type: i0.ChangeDetectorRef }, { type: PickerService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: DisabledDatesService }, { type: i0.Renderer2 }, { type: i0.Injector }, { type: i6.AdaptiveService }], propDecorators: { disabledClass: [{
17685
17661
  type: HostBinding,
17686
17662
  args: ['class.k-disabled']
17687
17663
  }], toggleButton: [{
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782229221,
11
- "version": "24.2.0-develop.6",
10
+ "publishDate": 1782230541,
11
+ "version": "24.2.0-develop.7",
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": "24.2.0-develop.6",
3
+ "version": "24.2.0-develop.7",
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",
@@ -107,7 +107,7 @@
107
107
  "package": {
108
108
  "productName": "Kendo UI for Angular",
109
109
  "productCode": "KENDOUIANGULAR",
110
- "publishDate": 1782229221,
110
+ "publishDate": 1782230541,
111
111
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
112
112
  }
113
113
  },
@@ -118,19 +118,19 @@
118
118
  "@angular/forms": "19 - 22",
119
119
  "@angular/platform-browser": "19 - 22",
120
120
  "@progress/kendo-licensing": "^1.11.0",
121
- "@progress/kendo-angular-buttons": "24.2.0-develop.6",
122
- "@progress/kendo-angular-common": "24.2.0-develop.6",
123
- "@progress/kendo-angular-utils": "24.2.0-develop.6",
124
- "@progress/kendo-angular-intl": "24.2.0-develop.6",
125
- "@progress/kendo-angular-l10n": "24.2.0-develop.6",
126
- "@progress/kendo-angular-icons": "24.2.0-develop.6",
127
- "@progress/kendo-angular-popup": "24.2.0-develop.6",
128
- "@progress/kendo-angular-navigation": "24.2.0-develop.6",
121
+ "@progress/kendo-angular-buttons": "24.2.0-develop.7",
122
+ "@progress/kendo-angular-common": "24.2.0-develop.7",
123
+ "@progress/kendo-angular-utils": "24.2.0-develop.7",
124
+ "@progress/kendo-angular-intl": "24.2.0-develop.7",
125
+ "@progress/kendo-angular-l10n": "24.2.0-develop.7",
126
+ "@progress/kendo-angular-icons": "24.2.0-develop.7",
127
+ "@progress/kendo-angular-popup": "24.2.0-develop.7",
128
+ "@progress/kendo-angular-navigation": "24.2.0-develop.7",
129
129
  "rxjs": "^6.5.3 || ^7.0.0"
130
130
  },
131
131
  "dependencies": {
132
132
  "tslib": "^2.3.1",
133
- "@progress/kendo-angular-schematics": "24.2.0-develop.6",
133
+ "@progress/kendo-angular-schematics": "24.2.0-develop.7",
134
134
  "@progress/kendo-common": "^1.0.1",
135
135
  "@progress/kendo-date-math": "^1.1.0",
136
136
  "@progress/kendo-dateinputs-common": "^0.4.11"
@@ -285,10 +285,6 @@ export declare class TimePickerComponent extends MultiTabStop implements Control
285
285
  * @hidden
286
286
  */
287
287
  escape: EventEmitter<any>;
288
- /**
289
- * @hidden
290
- */
291
- wrapperClasses: boolean;
292
288
  /**
293
289
  * @hidden
294
290
  */