@progress/kendo-angular-dateinputs 11.2.0-develop.13 → 11.2.0-develop.15

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 (84) hide show
  1. package/esm2020/calendar/calendar-common.module.mjs +4 -4
  2. package/esm2020/calendar/calendar.component.mjs +3 -3
  3. package/esm2020/calendar/calendar.module.mjs +4 -4
  4. package/esm2020/calendar/calendars.module.mjs +4 -4
  5. package/esm2020/calendar/for.directive.mjs +3 -3
  6. package/esm2020/calendar/header.component.mjs +3 -3
  7. package/esm2020/calendar/horizontal-view-list.component.mjs +3 -3
  8. package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -3
  9. package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -3
  10. package/esm2020/calendar/localization/calendar-messages.mjs +3 -3
  11. package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -3
  12. package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -3
  13. package/esm2020/calendar/localization/multiview-calendar-messages.mjs +3 -3
  14. package/esm2020/calendar/multiview-calendar.component.mjs +3 -3
  15. package/esm2020/calendar/multiview-calendar.module.mjs +4 -4
  16. package/esm2020/calendar/navigation.component.mjs +3 -3
  17. package/esm2020/calendar/services/bus-view.service.mjs +3 -3
  18. package/esm2020/calendar/services/century-view.service.mjs +3 -3
  19. package/esm2020/calendar/services/decade-view.service.mjs +3 -3
  20. package/esm2020/calendar/services/disabled-dates.service.mjs +3 -3
  21. package/esm2020/calendar/services/dom.service.mjs +3 -3
  22. package/esm2020/calendar/services/month-view.service.mjs +3 -3
  23. package/esm2020/calendar/services/navigation.service.mjs +3 -3
  24. package/esm2020/calendar/services/scroll-sync.service.mjs +3 -3
  25. package/esm2020/calendar/services/selection.service.mjs +3 -3
  26. package/esm2020/calendar/services/weeknames.service.mjs +3 -3
  27. package/esm2020/calendar/services/year-view.service.mjs +3 -3
  28. package/esm2020/calendar/templates/cell-template.directive.mjs +3 -3
  29. package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -3
  30. package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -3
  31. package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -3
  32. package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -3
  33. package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -3
  34. package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -3
  35. package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -3
  36. package/esm2020/calendar/templates.module.mjs +4 -4
  37. package/esm2020/calendar/view-list.component.mjs +3 -3
  38. package/esm2020/calendar/view.component.mjs +3 -3
  39. package/esm2020/dateinput/dateinput.component.mjs +3 -3
  40. package/esm2020/dateinput/dateinput.module.mjs +4 -4
  41. package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -3
  42. package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -3
  43. package/esm2020/dateinput/localization/messages.mjs +3 -3
  44. package/esm2020/dateinputs.module.mjs +4 -4
  45. package/esm2020/datepicker/datepicker.component.mjs +3 -3
  46. package/esm2020/datepicker/datepicker.module.mjs +4 -4
  47. package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -3
  48. package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -3
  49. package/esm2020/datepicker/localization/messages.mjs +3 -3
  50. package/esm2020/daterange/date-range-end-input.directive.mjs +3 -3
  51. package/esm2020/daterange/date-range-input.mjs +3 -3
  52. package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -3
  53. package/esm2020/daterange/date-range-popup.component.mjs +3 -3
  54. package/esm2020/daterange/date-range-selection.directive.mjs +3 -3
  55. package/esm2020/daterange/date-range-start-input.directive.mjs +3 -3
  56. package/esm2020/daterange/date-range.component.mjs +3 -3
  57. package/esm2020/daterange/date-range.module.mjs +4 -4
  58. package/esm2020/daterange/date-range.service.mjs +3 -3
  59. package/esm2020/datetimepicker/datetimepicker.component.mjs +3 -3
  60. package/esm2020/datetimepicker/datetimepicker.module.mjs +4 -4
  61. package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -3
  62. package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -3
  63. package/esm2020/datetimepicker/localization/messages.mjs +3 -3
  64. package/esm2020/package-metadata.mjs +2 -2
  65. package/esm2020/timepicker/localization/messages.mjs +3 -3
  66. package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -3
  67. package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -3
  68. package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -3
  69. package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -3
  70. package/esm2020/timepicker/services/dayperiod.service.mjs +3 -3
  71. package/esm2020/timepicker/services/dom.service.mjs +3 -3
  72. package/esm2020/timepicker/services/hours.service.mjs +3 -3
  73. package/esm2020/timepicker/services/milliseconds.service.mjs +3 -3
  74. package/esm2020/timepicker/services/minutes.service.mjs +3 -3
  75. package/esm2020/timepicker/services/seconds.service.mjs +3 -3
  76. package/esm2020/timepicker/timelist.component.mjs +3 -3
  77. package/esm2020/timepicker/timepicker.component.mjs +3 -3
  78. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  79. package/esm2020/timepicker/timeselector.component.mjs +3 -3
  80. package/esm2020/virtualization/virtualization.component.mjs +3 -3
  81. package/esm2020/virtualization/virtualization.module.mjs +4 -4
  82. package/fesm2015/progress-kendo-angular-dateinputs.mjs +254 -254
  83. package/fesm2020/progress-kendo-angular-dateinputs.mjs +254 -254
  84. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "11.2.0-develop.13",
3
+ "version": "11.2.0-develop.15",
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",
@@ -33,18 +33,18 @@
33
33
  "@angular/core": "13 - 15",
34
34
  "@angular/platform-browser": "13 - 15",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-common": "11.2.0-develop.13",
37
- "@progress/kendo-angular-intl": "11.2.0-develop.13",
38
- "@progress/kendo-angular-l10n": "11.2.0-develop.13",
39
- "@progress/kendo-angular-icons": "11.2.0-develop.13",
40
- "@progress/kendo-angular-popup": "11.2.0-develop.13",
36
+ "@progress/kendo-angular-common": "11.2.0-develop.15",
37
+ "@progress/kendo-angular-intl": "11.2.0-develop.15",
38
+ "@progress/kendo-angular-l10n": "11.2.0-develop.15",
39
+ "@progress/kendo-angular-icons": "11.2.0-develop.15",
40
+ "@progress/kendo-angular-popup": "11.2.0-develop.15",
41
41
  "rxjs": "^6.5.3 || ^7.0.0",
42
- "@progress/kendo-angular-buttons": "11.2.0-develop.13",
43
- "@progress/kendo-angular-label": "11.2.0-develop.13"
42
+ "@progress/kendo-angular-buttons": "11.2.0-develop.15",
43
+ "@progress/kendo-angular-label": "11.2.0-develop.15"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.3.1",
47
- "@progress/kendo-angular-schematics": "11.2.0-develop.13",
47
+ "@progress/kendo-angular-schematics": "11.2.0-develop.15",
48
48
  "@progress/kendo-common": "^0.2.0",
49
49
  "@progress/kendo-date-math": "^1.1.0"
50
50
  },