@progress/kendo-angular-dateinputs 21.4.0-develop.9 → 21.4.1-develop.1
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/calendar/calendar.component.d.ts +1 -1
- package/calendar/calendar.module.d.ts +1 -1
- package/calendar/calendars.module.d.ts +1 -1
- package/calendar/footer.component.d.ts +1 -1
- package/calendar/for.directive.d.ts +1 -1
- package/calendar/header.component.d.ts +1 -1
- package/calendar/horizontal-view-list.component.d.ts +1 -1
- package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/localization/calendar-messages.d.ts +1 -1
- package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
- package/calendar/models/cell-context.interface.d.ts +1 -1
- package/calendar/models/navigation-action.enum.d.ts +1 -1
- package/calendar/models/orientation.d.ts +1 -1
- package/calendar/models/row-length-options.interface.d.ts +1 -1
- package/calendar/models/scrollable.interface.d.ts +1 -1
- package/calendar/models/selection-range-end.type.d.ts +1 -1
- package/calendar/models/selection-range.interface.d.ts +1 -1
- package/calendar/models/selection.d.ts +1 -1
- package/calendar/models/type.d.ts +1 -1
- package/calendar/models/view-service.interface.d.ts +1 -1
- package/calendar/models/view.enum.d.ts +1 -1
- package/calendar/models/view.type.d.ts +1 -1
- package/calendar/multiview-calendar.component.d.ts +1 -1
- package/calendar/multiview-calendar.module.d.ts +1 -1
- package/calendar/navigation.component.d.ts +1 -1
- package/calendar/services/bus-view.service.d.ts +1 -1
- package/calendar/services/century-view.service.d.ts +1 -1
- package/calendar/services/decade-view.service.d.ts +1 -1
- package/calendar/services/disabled-dates.service.d.ts +1 -1
- package/calendar/services/dom.service.d.ts +1 -1
- package/calendar/services/month-view.service.d.ts +1 -1
- package/calendar/services/navigation.service.d.ts +1 -1
- package/calendar/services/scroll-sync.service.d.ts +1 -1
- package/calendar/services/selection.service.d.ts +1 -1
- package/calendar/services/weeknames.service.d.ts +1 -1
- package/calendar/services/year-view.service.d.ts +1 -1
- package/calendar/templates/cell-template.directive.d.ts +1 -1
- package/calendar/templates/century-cell-template.directive.d.ts +1 -1
- package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
- package/calendar/templates/footer-template.directive.d.ts +1 -1
- package/calendar/templates/header-template.directive.d.ts +1 -1
- package/calendar/templates/header-title-template.directive.d.ts +1 -1
- package/calendar/templates/month-cell-template.directive.d.ts +1 -1
- package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
- package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
- package/calendar/templates/year-cell-template.directive.d.ts +1 -1
- package/calendar/view-list.component.d.ts +1 -1
- package/calendar/view.component.d.ts +1 -1
- package/codemods/utils.js +1 -1
- package/codemods/v19/datepicker-subtitle.js +1 -1
- package/codemods/v19/datepicker-title.js +1 -1
- package/codemods/v19/daterange-popup-subtitle.js +1 -1
- package/codemods/v19/daterange-popup-title.js +1 -1
- package/codemods/v19/datetimepicker-subtitle.js +1 -1
- package/codemods/v19/datetimepicker-title.js +1 -1
- package/codemods/v19/timepicker-subtitle.js +1 -1
- package/codemods/v19/timepicker-title.js +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/models/fillmode.d.ts +1 -1
- package/common/models/rounded.d.ts +1 -1
- package/common/models/size.d.ts +1 -1
- package/common/models/week-days-format.d.ts +1 -1
- package/common/picker.service.d.ts +1 -1
- package/common/utils.d.ts +1 -1
- package/dateinput/arrow.enum.d.ts +1 -1
- package/dateinput/dateinput.component.d.ts +1 -1
- package/dateinput/dateinput.module.d.ts +1 -1
- package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
- package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
- package/dateinput/localization/messages.d.ts +1 -1
- package/dateinput/models/format-placeholder.model.d.ts +1 -1
- package/dateinput/models/format-settings.model.d.ts +1 -1
- package/dateinput/models/incremental-steps.model.d.ts +1 -1
- package/dateinputs.module.d.ts +1 -1
- package/datepicker/datepicker.component.d.ts +1 -2
- package/datepicker/datepicker.module.d.ts +1 -1
- package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
- package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
- package/datepicker/localization/messages.d.ts +1 -1
- package/daterange/auto-correct-on.type.d.ts +1 -1
- package/daterange/date-range-end-input.directive.d.ts +1 -1
- package/daterange/date-range-input.d.ts +1 -1
- package/daterange/date-range-popup-template.directive.d.ts +1 -1
- package/daterange/date-range-popup.component.d.ts +1 -1
- package/daterange/date-range-selection.directive.d.ts +1 -1
- package/daterange/date-range-start-input.directive.d.ts +1 -1
- package/daterange/date-range.component.d.ts +1 -1
- package/daterange/date-range.module.d.ts +1 -1
- package/daterange/date-range.service.d.ts +1 -1
- package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
- package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
- package/daterange/localization/messages.d.ts +1 -1
- package/datetimepicker/datetimepicker.component.d.ts +1 -1
- package/datetimepicker/datetimepicker.module.d.ts +1 -1
- package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
- package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
- package/datetimepicker/localization/messages.d.ts +1 -1
- package/datetimepicker/models/active-tab.type.d.ts +1 -1
- package/defaults.d.ts +1 -1
- package/directives.d.ts +1 -1
- package/esm2022/calendar/calendar.component.mjs +1 -1
- package/esm2022/calendar/calendar.module.mjs +1 -1
- package/esm2022/calendar/calendars.module.mjs +1 -1
- package/esm2022/calendar/footer.component.mjs +1 -1
- package/esm2022/calendar/for.directive.mjs +1 -1
- package/esm2022/calendar/header.component.mjs +1 -1
- package/esm2022/calendar/horizontal-view-list.component.mjs +1 -1
- package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +1 -1
- package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +1 -1
- package/esm2022/calendar/localization/calendar-messages.mjs +1 -1
- package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +1 -1
- package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +1 -1
- package/esm2022/calendar/localization/multiview-calendar-messages.mjs +1 -1
- package/esm2022/calendar/models/cell-context.interface.mjs +1 -1
- package/esm2022/calendar/models/navigation-action.enum.mjs +1 -1
- package/esm2022/calendar/models/orientation.mjs +1 -1
- package/esm2022/calendar/models/row-length-options.interface.mjs +1 -1
- package/esm2022/calendar/models/scrollable.interface.mjs +1 -1
- package/esm2022/calendar/models/selection-range-end.type.mjs +1 -1
- package/esm2022/calendar/models/selection-range.interface.mjs +1 -1
- package/esm2022/calendar/models/selection.mjs +1 -1
- package/esm2022/calendar/models/type.mjs +1 -1
- package/esm2022/calendar/models/view-service.interface.mjs +1 -1
- package/esm2022/calendar/models/view.enum.mjs +1 -1
- package/esm2022/calendar/models/view.type.mjs +1 -1
- package/esm2022/calendar/multiview-calendar.component.mjs +1 -1
- package/esm2022/calendar/multiview-calendar.module.mjs +1 -1
- package/esm2022/calendar/navigation.component.mjs +1 -1
- package/esm2022/calendar/services/bus-view.service.mjs +1 -1
- package/esm2022/calendar/services/century-view.service.mjs +1 -1
- package/esm2022/calendar/services/decade-view.service.mjs +1 -1
- package/esm2022/calendar/services/disabled-dates.service.mjs +1 -1
- package/esm2022/calendar/services/dom.service.mjs +1 -1
- package/esm2022/calendar/services/month-view.service.mjs +1 -1
- package/esm2022/calendar/services/navigation.service.mjs +1 -1
- package/esm2022/calendar/services/scroll-sync.service.mjs +1 -1
- package/esm2022/calendar/services/selection.service.mjs +1 -1
- package/esm2022/calendar/services/weeknames.service.mjs +1 -1
- package/esm2022/calendar/services/year-view.service.mjs +1 -1
- package/esm2022/calendar/templates/cell-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/century-cell-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/decade-cell-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/footer-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/header-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/header-title-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/month-cell-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/navigation-item-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +1 -1
- package/esm2022/calendar/templates/year-cell-template.directive.mjs +1 -1
- package/esm2022/calendar/view-list.component.mjs +1 -1
- package/esm2022/calendar/view.component.mjs +1 -1
- package/esm2022/common/dom-queries.mjs +1 -1
- package/esm2022/common/models/fillmode.mjs +1 -1
- package/esm2022/common/models/rounded.mjs +1 -1
- package/esm2022/common/models/size.mjs +1 -1
- package/esm2022/common/models/week-days-format.mjs +1 -1
- package/esm2022/common/picker.service.mjs +1 -1
- package/esm2022/common/utils.mjs +1 -1
- package/esm2022/dateinput/arrow.enum.mjs +1 -1
- package/esm2022/dateinput/dateinput.component.mjs +1 -1
- package/esm2022/dateinput/dateinput.module.mjs +1 -1
- package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +1 -1
- package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +1 -1
- package/esm2022/dateinput/localization/messages.mjs +1 -1
- package/esm2022/dateinput/models/format-placeholder.model.mjs +1 -1
- package/esm2022/dateinput/models/format-settings.model.mjs +1 -1
- package/esm2022/dateinput/models/incremental-steps.model.mjs +1 -1
- package/esm2022/dateinputs.module.mjs +1 -1
- package/esm2022/datepicker/datepicker.component.mjs +1 -6
- package/esm2022/datepicker/datepicker.module.mjs +1 -1
- package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +1 -1
- package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +1 -1
- package/esm2022/datepicker/localization/messages.mjs +1 -1
- package/esm2022/daterange/auto-correct-on.type.mjs +1 -1
- package/esm2022/daterange/date-range-end-input.directive.mjs +1 -1
- package/esm2022/daterange/date-range-input.mjs +1 -1
- package/esm2022/daterange/date-range-popup-template.directive.mjs +1 -1
- package/esm2022/daterange/date-range-popup.component.mjs +1 -1
- package/esm2022/daterange/date-range-selection.directive.mjs +1 -1
- package/esm2022/daterange/date-range-start-input.directive.mjs +1 -1
- package/esm2022/daterange/date-range.component.mjs +1 -1
- package/esm2022/daterange/date-range.module.mjs +1 -1
- package/esm2022/daterange/date-range.service.mjs +1 -1
- package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +1 -1
- package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +1 -1
- package/esm2022/daterange/localization/messages.mjs +1 -1
- package/esm2022/datetimepicker/datetimepicker.component.mjs +1 -1
- package/esm2022/datetimepicker/datetimepicker.module.mjs +1 -1
- package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +1 -1
- package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +1 -1
- package/esm2022/datetimepicker/localization/messages.mjs +1 -1
- package/esm2022/datetimepicker/models/active-tab.type.mjs +1 -1
- package/esm2022/defaults.mjs +1 -1
- package/esm2022/directives.mjs +1 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/package-metadata.mjs +3 -3
- package/esm2022/popup-settings.model.mjs +1 -1
- package/esm2022/preventable-event.mjs +1 -1
- package/esm2022/progress-kendo-angular-dateinputs.mjs +1 -1
- package/esm2022/timepicker/localization/messages.mjs +1 -1
- package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +1 -1
- package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +1 -1
- package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +1 -1
- package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +1 -1
- package/esm2022/timepicker/models/incremental-steps.model.mjs +1 -1
- package/esm2022/timepicker/models/list-item.interface.mjs +1 -1
- package/esm2022/timepicker/models/list-service-settings.mjs +1 -1
- package/esm2022/timepicker/models/list-service.interface.mjs +1 -1
- package/esm2022/timepicker/models/time-part.default.mjs +1 -1
- package/esm2022/timepicker/services/dayperiod.service.mjs +1 -1
- package/esm2022/timepicker/services/dom.service.mjs +1 -1
- package/esm2022/timepicker/services/hours.service.mjs +1 -1
- package/esm2022/timepicker/services/milliseconds.service.mjs +1 -1
- package/esm2022/timepicker/services/minutes.service.mjs +1 -1
- package/esm2022/timepicker/services/seconds.service.mjs +1 -1
- package/esm2022/timepicker/timelist.component.mjs +1 -1
- package/esm2022/timepicker/timepicker.component.mjs +1 -1
- package/esm2022/timepicker/timepicker.module.mjs +1 -1
- package/esm2022/timepicker/timeselector.component.mjs +1 -1
- package/esm2022/timepicker/util.mjs +1 -1
- package/esm2022/util.mjs +1 -1
- package/esm2022/validators/disabled-date.validator.mjs +1 -1
- package/esm2022/validators/disabled-dates-range.validator.mjs +1 -1
- package/esm2022/validators/incomplete-date.validator.mjs +1 -1
- package/esm2022/validators/max.validator.mjs +1 -1
- package/esm2022/validators/min.validator.mjs +1 -1
- package/esm2022/validators/time-range.validator.mjs +1 -1
- package/esm2022/virtualization/models/scrollable.interface.mjs +1 -1
- package/esm2022/virtualization/services/row-height.service.mjs +1 -1
- package/esm2022/virtualization/services/scroller.service.mjs +1 -1
- package/esm2022/virtualization/virtualization.component.mjs +1 -1
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +3 -8
- package/index.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +11 -11
- package/popup-settings.model.d.ts +1 -1
- package/preventable-event.d.ts +1 -1
- package/schematics/ngAdd/index.js +1 -1
- package/timepicker/localization/messages.d.ts +1 -1
- package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
- package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
- package/timepicker/models/incremental-steps.model.d.ts +1 -1
- package/timepicker/models/list-item.interface.d.ts +1 -1
- package/timepicker/models/list-service-settings.d.ts +1 -1
- package/timepicker/models/list-service.interface.d.ts +1 -1
- package/timepicker/models/time-part.default.d.ts +1 -1
- package/timepicker/services/dayperiod.service.d.ts +1 -1
- package/timepicker/services/dom.service.d.ts +1 -1
- package/timepicker/services/hours.service.d.ts +1 -1
- package/timepicker/services/milliseconds.service.d.ts +1 -1
- package/timepicker/services/minutes.service.d.ts +1 -1
- package/timepicker/services/seconds.service.d.ts +1 -1
- package/timepicker/timelist.component.d.ts +1 -1
- package/timepicker/timepicker.component.d.ts +1 -1
- package/timepicker/timepicker.module.d.ts +1 -1
- package/timepicker/timeselector.component.d.ts +1 -1
- package/timepicker/util.d.ts +1 -1
- package/util.d.ts +1 -1
- package/validators/disabled-date.validator.d.ts +1 -1
- package/validators/disabled-dates-range.validator.d.ts +1 -1
- package/validators/incomplete-date.validator.d.ts +1 -1
- package/validators/max.validator.d.ts +1 -1
- package/validators/min.validator.d.ts +1 -1
- package/validators/time-range.validator.d.ts +1 -1
- package/virtualization/models/scrollable.interface.d.ts +1 -1
- package/virtualization/services/row-height.service.d.ts +1 -1
- package/virtualization/services/scroller.service.d.ts +1 -1
- package/virtualization/virtualization.component.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Directive, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Directive, forwardRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/* eslint-disable @angular-eslint/component-selector */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, ChangeDetectorRef, ChangeDetectionStrategy, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, TemplateRef, ViewChild, ViewContainerRef, Renderer2, forwardRef, isDevMode, Injector } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, ChangeDetectorRef, ChangeDetectionStrategy, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, ViewChild, ViewChildren, QueryList, Optional, Renderer2 } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { cloneDate } from '@progress/kendo-date-math';
|
package/esm2022/util.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { MS_PER_HOUR, MS_PER_MINUTE, addDays, cloneDate, getDate, isEqual } from '@progress/kendo-date-math';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { disabledDatesInRange } from '../util';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { isPresent } from '../common/utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { isInTimeRange } from '../util';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Observable, ReplaySubject } from 'rxjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/* eslint-disable @angular-eslint/component-selector */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '21.4.
|
|
39
|
+
publishDate: 1768386477,
|
|
40
|
+
version: '21.4.1-develop.1',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -10467,7 +10467,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10467
10467
|
if (show && (this.disabled || this.readonly)) {
|
|
10468
10468
|
return;
|
|
10469
10469
|
}
|
|
10470
|
-
this.isBlurring = !show;
|
|
10471
10470
|
const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
|
|
10472
10471
|
if (!skipZone) {
|
|
10473
10472
|
this.zone.run(() => {
|
|
@@ -10522,7 +10521,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
10522
10521
|
ariaActiveDescendantSubscription;
|
|
10523
10522
|
control;
|
|
10524
10523
|
domEvents = [];
|
|
10525
|
-
isBlurring = false;
|
|
10526
10524
|
_size = DEFAULT_SIZE;
|
|
10527
10525
|
_rounded = DEFAULT_ROUNDED;
|
|
10528
10526
|
_fillMode = DEFAULT_FILL_MODE;
|
|
@@ -11005,9 +11003,6 @@ class DatePickerComponent extends MultiTabStop {
|
|
|
11005
11003
|
}
|
|
11006
11004
|
}
|
|
11007
11005
|
blurComponent() {
|
|
11008
|
-
if (this.isBlurring) {
|
|
11009
|
-
return;
|
|
11010
|
-
}
|
|
11011
11006
|
this.isActive = false;
|
|
11012
11007
|
this.show = false;
|
|
11013
11008
|
this.cdr.detectChanges();
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
export { CalendarComponent } from './calendar/calendar.component';
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "21.4.
|
|
3
|
+
"version": "21.4.1-develop.1",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1768386477,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
"@angular/forms": "18 - 21",
|
|
91
91
|
"@angular/platform-browser": "18 - 21",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "21.4.
|
|
94
|
-
"@progress/kendo-angular-common": "21.4.
|
|
95
|
-
"@progress/kendo-angular-utils": "21.4.
|
|
96
|
-
"@progress/kendo-angular-intl": "21.4.
|
|
97
|
-
"@progress/kendo-angular-l10n": "21.4.
|
|
98
|
-
"@progress/kendo-angular-icons": "21.4.
|
|
99
|
-
"@progress/kendo-angular-popup": "21.4.
|
|
100
|
-
"@progress/kendo-angular-navigation": "21.4.
|
|
93
|
+
"@progress/kendo-angular-buttons": "21.4.1-develop.1",
|
|
94
|
+
"@progress/kendo-angular-common": "21.4.1-develop.1",
|
|
95
|
+
"@progress/kendo-angular-utils": "21.4.1-develop.1",
|
|
96
|
+
"@progress/kendo-angular-intl": "21.4.1-develop.1",
|
|
97
|
+
"@progress/kendo-angular-l10n": "21.4.1-develop.1",
|
|
98
|
+
"@progress/kendo-angular-icons": "21.4.1-develop.1",
|
|
99
|
+
"@progress/kendo-angular-popup": "21.4.1-develop.1",
|
|
100
|
+
"@progress/kendo-angular-navigation": "21.4.1-develop.1",
|
|
101
101
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
104
|
"tslib": "^2.3.1",
|
|
105
|
-
"@progress/kendo-angular-schematics": "21.4.
|
|
105
|
+
"@progress/kendo-angular-schematics": "21.4.1-develop.1",
|
|
106
106
|
"@progress/kendo-common": "^1.0.1",
|
|
107
107
|
"@progress/kendo-date-math": "^1.1.0",
|
|
108
108
|
"@progress/kendo-dateinputs-common": "^0.4.7"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ViewContainerRef } from '@angular/core';
|
package/preventable-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
"use strict";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DateFormatPart } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ListItem } from './list-item.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EventEmitter, ElementRef, Renderer2, NgZone, Injector, OnChanges, OnInit, OnDestroy } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, TemplateRef, ViewContainerRef, OnInit, OnChanges, OnDestroy, Renderer2, Injector, AfterViewInit } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, QueryList, OnInit, OnChanges, OnDestroy, Renderer2 } from '@angular/core';
|
package/timepicker/util.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/util.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SelectionRange } from './calendar/models/selection-range.interface';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|