@progress/kendo-angular-dateinputs 20.1.2-develop.2 → 21.0.0-develop.3
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/codemods/template-transformer/index.js +1 -2
- package/codemods/utils.js +2 -2
- 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/esm2022/calendar/calendar.component.mjs +5 -5
- package/esm2022/calendar/calendar.module.mjs +4 -4
- package/esm2022/calendar/calendars.module.mjs +4 -4
- package/esm2022/calendar/footer.component.mjs +4 -4
- package/esm2022/calendar/for.directive.mjs +5 -5
- package/esm2022/calendar/header.component.mjs +4 -4
- package/esm2022/calendar/horizontal-view-list.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/calendar-messages.mjs +3 -3
- package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +4 -4
- package/esm2022/calendar/localization/multiview-calendar-messages.mjs +3 -3
- package/esm2022/calendar/multiview-calendar.component.mjs +4 -4
- package/esm2022/calendar/multiview-calendar.module.mjs +4 -4
- package/esm2022/calendar/navigation.component.mjs +4 -4
- package/esm2022/calendar/services/bus-view.service.mjs +4 -4
- package/esm2022/calendar/services/century-view.service.mjs +3 -3
- package/esm2022/calendar/services/decade-view.service.mjs +3 -3
- package/esm2022/calendar/services/disabled-dates.service.mjs +3 -3
- package/esm2022/calendar/services/dom.service.mjs +3 -3
- package/esm2022/calendar/services/month-view.service.mjs +4 -4
- package/esm2022/calendar/services/navigation.service.mjs +4 -4
- package/esm2022/calendar/services/scroll-sync.service.mjs +4 -4
- package/esm2022/calendar/services/selection.service.mjs +4 -4
- package/esm2022/calendar/services/weeknames.service.mjs +4 -4
- package/esm2022/calendar/services/year-view.service.mjs +4 -4
- package/esm2022/calendar/templates/cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/century-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/decade-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/footer-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/header-title-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/month-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/navigation-item-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/templates/year-cell-template.directive.mjs +4 -4
- package/esm2022/calendar/view-list.component.mjs +4 -4
- package/esm2022/calendar/view.component.mjs +4 -4
- package/esm2022/dateinput/dateinput.component.mjs +6 -6
- package/esm2022/dateinput/dateinput.module.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +4 -4
- package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +4 -4
- package/esm2022/dateinput/localization/messages.mjs +3 -3
- package/esm2022/dateinputs.module.mjs +4 -4
- package/esm2022/datepicker/datepicker.component.mjs +4 -4
- package/esm2022/datepicker/datepicker.module.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/datepicker/localization/messages.mjs +3 -3
- package/esm2022/daterange/date-range-end-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range-input.mjs +4 -4
- package/esm2022/daterange/date-range-popup-template.directive.mjs +4 -4
- package/esm2022/daterange/date-range-popup.component.mjs +5 -5
- package/esm2022/daterange/date-range-selection.directive.mjs +5 -5
- package/esm2022/daterange/date-range-start-input.directive.mjs +4 -4
- package/esm2022/daterange/date-range.component.mjs +4 -4
- package/esm2022/daterange/date-range.module.mjs +4 -4
- package/esm2022/daterange/date-range.service.mjs +5 -5
- package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +4 -4
- package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +4 -4
- package/esm2022/daterange/localization/messages.mjs +3 -3
- package/esm2022/datetimepicker/datetimepicker.component.mjs +4 -4
- package/esm2022/datetimepicker/datetimepicker.module.mjs +4 -4
- package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +4 -4
- package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/datetimepicker/localization/messages.mjs +3 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/timepicker/localization/messages.mjs +3 -3
- package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +4 -4
- package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +4 -4
- package/esm2022/timepicker/services/dayperiod.service.mjs +4 -4
- package/esm2022/timepicker/services/dom.service.mjs +4 -4
- package/esm2022/timepicker/services/hours.service.mjs +4 -4
- package/esm2022/timepicker/services/milliseconds.service.mjs +5 -5
- package/esm2022/timepicker/services/minutes.service.mjs +4 -4
- package/esm2022/timepicker/services/seconds.service.mjs +4 -4
- package/esm2022/timepicker/timelist.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timepicker/timeselector.component.mjs +5 -5
- package/esm2022/virtualization/virtualization.component.mjs +5 -5
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +333 -333
- package/package.json +16 -16
- package/schematics/ngAdd/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dateinputs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-develop.3",
|
|
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,30 +79,30 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1761757702,
|
|
83
83
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@angular/animations": "
|
|
88
|
-
"@angular/common": "
|
|
89
|
-
"@angular/core": "
|
|
90
|
-
"@angular/forms": "
|
|
91
|
-
"@angular/platform-browser": "
|
|
87
|
+
"@angular/animations": "18 - 20",
|
|
88
|
+
"@angular/common": "18 - 20",
|
|
89
|
+
"@angular/core": "18 - 20",
|
|
90
|
+
"@angular/forms": "18 - 20",
|
|
91
|
+
"@angular/platform-browser": "18 - 20",
|
|
92
92
|
"@progress/kendo-licensing": "^1.7.0",
|
|
93
|
-
"@progress/kendo-angular-buttons": "
|
|
94
|
-
"@progress/kendo-angular-common": "
|
|
95
|
-
"@progress/kendo-angular-utils": "
|
|
96
|
-
"@progress/kendo-angular-intl": "
|
|
97
|
-
"@progress/kendo-angular-l10n": "
|
|
98
|
-
"@progress/kendo-angular-icons": "
|
|
99
|
-
"@progress/kendo-angular-popup": "
|
|
100
|
-
"@progress/kendo-angular-navigation": "
|
|
93
|
+
"@progress/kendo-angular-buttons": "21.0.0-develop.3",
|
|
94
|
+
"@progress/kendo-angular-common": "21.0.0-develop.3",
|
|
95
|
+
"@progress/kendo-angular-utils": "21.0.0-develop.3",
|
|
96
|
+
"@progress/kendo-angular-intl": "21.0.0-develop.3",
|
|
97
|
+
"@progress/kendo-angular-l10n": "21.0.0-develop.3",
|
|
98
|
+
"@progress/kendo-angular-icons": "21.0.0-develop.3",
|
|
99
|
+
"@progress/kendo-angular-popup": "21.0.0-develop.3",
|
|
100
|
+
"@progress/kendo-angular-navigation": "21.0.0-develop.3",
|
|
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": "
|
|
105
|
+
"@progress/kendo-angular-schematics": "21.0.0-develop.3",
|
|
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,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = default_1;
|
|
3
4
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
5
|
function default_1(options) {
|
|
5
6
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DateInputsModule', package: 'dateinputs', peerDependencies: {
|
|
@@ -8,4 +9,3 @@ function default_1(options) {
|
|
|
8
9
|
} });
|
|
9
10
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
10
11
|
}
|
|
11
|
-
exports.default = default_1;
|