@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.
Files changed (97) hide show
  1. package/codemods/template-transformer/index.js +1 -2
  2. package/codemods/utils.js +2 -2
  3. package/codemods/v19/datepicker-subtitle.js +1 -1
  4. package/codemods/v19/datepicker-title.js +1 -1
  5. package/codemods/v19/daterange-popup-subtitle.js +1 -1
  6. package/codemods/v19/daterange-popup-title.js +1 -1
  7. package/codemods/v19/datetimepicker-subtitle.js +1 -1
  8. package/codemods/v19/datetimepicker-title.js +1 -1
  9. package/codemods/v19/timepicker-subtitle.js +1 -1
  10. package/codemods/v19/timepicker-title.js +1 -1
  11. package/esm2022/calendar/calendar.component.mjs +5 -5
  12. package/esm2022/calendar/calendar.module.mjs +4 -4
  13. package/esm2022/calendar/calendars.module.mjs +4 -4
  14. package/esm2022/calendar/footer.component.mjs +4 -4
  15. package/esm2022/calendar/for.directive.mjs +5 -5
  16. package/esm2022/calendar/header.component.mjs +4 -4
  17. package/esm2022/calendar/horizontal-view-list.component.mjs +4 -4
  18. package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +4 -4
  19. package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +4 -4
  20. package/esm2022/calendar/localization/calendar-messages.mjs +3 -3
  21. package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +4 -4
  22. package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +4 -4
  23. package/esm2022/calendar/localization/multiview-calendar-messages.mjs +3 -3
  24. package/esm2022/calendar/multiview-calendar.component.mjs +4 -4
  25. package/esm2022/calendar/multiview-calendar.module.mjs +4 -4
  26. package/esm2022/calendar/navigation.component.mjs +4 -4
  27. package/esm2022/calendar/services/bus-view.service.mjs +4 -4
  28. package/esm2022/calendar/services/century-view.service.mjs +3 -3
  29. package/esm2022/calendar/services/decade-view.service.mjs +3 -3
  30. package/esm2022/calendar/services/disabled-dates.service.mjs +3 -3
  31. package/esm2022/calendar/services/dom.service.mjs +3 -3
  32. package/esm2022/calendar/services/month-view.service.mjs +4 -4
  33. package/esm2022/calendar/services/navigation.service.mjs +4 -4
  34. package/esm2022/calendar/services/scroll-sync.service.mjs +4 -4
  35. package/esm2022/calendar/services/selection.service.mjs +4 -4
  36. package/esm2022/calendar/services/weeknames.service.mjs +4 -4
  37. package/esm2022/calendar/services/year-view.service.mjs +4 -4
  38. package/esm2022/calendar/templates/cell-template.directive.mjs +4 -4
  39. package/esm2022/calendar/templates/century-cell-template.directive.mjs +4 -4
  40. package/esm2022/calendar/templates/decade-cell-template.directive.mjs +4 -4
  41. package/esm2022/calendar/templates/footer-template.directive.mjs +4 -4
  42. package/esm2022/calendar/templates/header-template.directive.mjs +4 -4
  43. package/esm2022/calendar/templates/header-title-template.directive.mjs +4 -4
  44. package/esm2022/calendar/templates/month-cell-template.directive.mjs +4 -4
  45. package/esm2022/calendar/templates/navigation-item-template.directive.mjs +4 -4
  46. package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +4 -4
  47. package/esm2022/calendar/templates/year-cell-template.directive.mjs +4 -4
  48. package/esm2022/calendar/view-list.component.mjs +4 -4
  49. package/esm2022/calendar/view.component.mjs +4 -4
  50. package/esm2022/dateinput/dateinput.component.mjs +6 -6
  51. package/esm2022/dateinput/dateinput.module.mjs +4 -4
  52. package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +4 -4
  53. package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +4 -4
  54. package/esm2022/dateinput/localization/messages.mjs +3 -3
  55. package/esm2022/dateinputs.module.mjs +4 -4
  56. package/esm2022/datepicker/datepicker.component.mjs +4 -4
  57. package/esm2022/datepicker/datepicker.module.mjs +4 -4
  58. package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +4 -4
  59. package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +4 -4
  60. package/esm2022/datepicker/localization/messages.mjs +3 -3
  61. package/esm2022/daterange/date-range-end-input.directive.mjs +4 -4
  62. package/esm2022/daterange/date-range-input.mjs +4 -4
  63. package/esm2022/daterange/date-range-popup-template.directive.mjs +4 -4
  64. package/esm2022/daterange/date-range-popup.component.mjs +5 -5
  65. package/esm2022/daterange/date-range-selection.directive.mjs +5 -5
  66. package/esm2022/daterange/date-range-start-input.directive.mjs +4 -4
  67. package/esm2022/daterange/date-range.component.mjs +4 -4
  68. package/esm2022/daterange/date-range.module.mjs +4 -4
  69. package/esm2022/daterange/date-range.service.mjs +5 -5
  70. package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +4 -4
  71. package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +4 -4
  72. package/esm2022/daterange/localization/messages.mjs +3 -3
  73. package/esm2022/datetimepicker/datetimepicker.component.mjs +4 -4
  74. package/esm2022/datetimepicker/datetimepicker.module.mjs +4 -4
  75. package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +4 -4
  76. package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +4 -4
  77. package/esm2022/datetimepicker/localization/messages.mjs +3 -3
  78. package/esm2022/package-metadata.mjs +2 -2
  79. package/esm2022/timepicker/localization/messages.mjs +3 -3
  80. package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +4 -4
  81. package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +4 -4
  82. package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +4 -4
  83. package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +4 -4
  84. package/esm2022/timepicker/services/dayperiod.service.mjs +4 -4
  85. package/esm2022/timepicker/services/dom.service.mjs +4 -4
  86. package/esm2022/timepicker/services/hours.service.mjs +4 -4
  87. package/esm2022/timepicker/services/milliseconds.service.mjs +5 -5
  88. package/esm2022/timepicker/services/minutes.service.mjs +4 -4
  89. package/esm2022/timepicker/services/seconds.service.mjs +4 -4
  90. package/esm2022/timepicker/timelist.component.mjs +4 -4
  91. package/esm2022/timepicker/timepicker.component.mjs +4 -4
  92. package/esm2022/timepicker/timepicker.module.mjs +4 -4
  93. package/esm2022/timepicker/timeselector.component.mjs +5 -5
  94. package/esm2022/virtualization/virtualization.component.mjs +5 -5
  95. package/fesm2022/progress-kendo-angular-dateinputs.mjs +333 -333
  96. package/package.json +16 -16
  97. 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": "20.1.2-develop.2",
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": 1761309885,
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": "16 - 20",
88
- "@angular/common": "16 - 20",
89
- "@angular/core": "16 - 20",
90
- "@angular/forms": "16 - 20",
91
- "@angular/platform-browser": "16 - 20",
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": "20.1.2-develop.2",
94
- "@progress/kendo-angular-common": "20.1.2-develop.2",
95
- "@progress/kendo-angular-utils": "20.1.2-develop.2",
96
- "@progress/kendo-angular-intl": "20.1.2-develop.2",
97
- "@progress/kendo-angular-l10n": "20.1.2-develop.2",
98
- "@progress/kendo-angular-icons": "20.1.2-develop.2",
99
- "@progress/kendo-angular-popup": "20.1.2-develop.2",
100
- "@progress/kendo-angular-navigation": "20.1.2-develop.2",
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": "20.1.2-develop.2",
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;