@progress/kendo-angular-dateinputs 6.0.4-dev.202203211102 → 7.0.0-next.202204010857
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/bundles/kendo-angular-dateinputs.umd.js +5 -0
- package/calendar/calendar-common.module.d.ts +24 -0
- package/{dist/es2015/calendar → calendar}/calendar.component.d.ts +40 -21
- package/{dist/es2015/calendar → calendar}/calendar.module.d.ts +16 -0
- package/{dist/es2015/calendar → calendar}/calendars.module.d.ts +6 -0
- package/{dist/es2015/calendar → calendar}/for.directive.d.ts +8 -5
- package/{dist/es2015/calendar → calendar}/header.component.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/horizontal-view-list.component.d.ts +9 -5
- package/{dist/es2015/calendar → calendar}/localization/calendar-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/calendar → calendar}/localization/calendar-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/localization/calendar-messages.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/localization/multiview-calendar-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/calendar → calendar}/localization/multiview-calendar-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/localization/multiview-calendar-messages.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/models/cell-context.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/keydown.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/navigation-action.enum.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/row-length-options.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/scrollable.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/selection-range-end.type.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/selection-range.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/selection.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/type.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/view-service.interface.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/view.enum.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/models/view.type.d.ts +0 -0
- package/{dist/es2015/calendar → calendar}/multiview-calendar.component.d.ts +38 -24
- package/{dist/es2015/calendar → calendar}/multiview-calendar.module.d.ts +14 -0
- package/{dist/es2015/calendar → calendar}/navigation.component.d.ts +4 -1
- package/{dist/es2015/calendar → calendar}/services/bus-view.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/century-view.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/decade-view.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/disabled-dates.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/dom.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/month-view.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/navigation.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/scroll-sync.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/selection.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/weeknames.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/services/year-view.service.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/cell-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/century-cell-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/decade-cell-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/header-title-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/month-cell-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/navigation-item-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/weeknumber-cell-template.directive.d.ts +3 -0
- package/{dist/es2015/calendar → calendar}/templates/year-cell-template.directive.d.ts +3 -0
- package/calendar/templates.module.d.ts +33 -0
- package/{dist/es2015/calendar → calendar}/view-list.component.d.ts +9 -5
- package/{dist/es2015/calendar → calendar}/view.component.d.ts +5 -1
- package/{dist/es2015/common → common}/dom-queries.d.ts +0 -0
- package/{dist/es2015/common → common}/models/fillmode.d.ts +0 -0
- package/{dist/es2015/common → common}/models/rounded.d.ts +0 -0
- package/{dist/es2015/common → common}/models/size.d.ts +0 -0
- package/{dist/es2015/common → common}/picker.service.d.ts +0 -0
- package/{dist/es2015/common → common}/utils.d.ts +0 -0
- package/{dist/es2015/dateinput → dateinput}/arrow.enum.d.ts +0 -0
- package/{dist/es2015/dateinput → dateinput}/dateinput.component.d.ts +21 -12
- package/dateinput/dateinput.module.d.ts +20 -0
- package/{dist/es2015/dateinput → dateinput}/localization/dateinput-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/dateinput → dateinput}/localization/dateinput-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/dateinput → dateinput}/localization/messages.d.ts +3 -0
- package/{dist/es2015/dateinput → dateinput}/models/format-placeholder.model.d.ts +0 -0
- package/{dist/es2015/dateinput → dateinput}/models/format-settings.model.d.ts +0 -0
- package/{dist/es2015/dateinput → dateinput}/models/incremental-steps.model.d.ts +0 -0
- package/{dist/es2015/dateinputs.module.d.ts → dateinputs.module.d.ts} +10 -0
- package/{dist/es2015/datepicker → datepicker}/datepicker.component.d.ts +36 -24
- package/datepicker/datepicker.module.d.ts +24 -0
- package/{dist/es2015/datepicker → datepicker}/localization/datepicker-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/datepicker → datepicker}/localization/datepicker-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/datepicker → datepicker}/localization/messages.d.ts +3 -0
- package/{dist/es2015/daterange → daterange}/auto-correct-on.type.d.ts +0 -0
- package/{dist/es2015/daterange → daterange}/date-range-end-input.directive.d.ts +5 -1
- package/{dist/es2015/daterange → daterange}/date-range-input.d.ts +5 -3
- package/{dist/es2015/daterange → daterange}/date-range-popup-template.directive.d.ts +3 -0
- package/{dist/es2015/daterange → daterange}/date-range-popup.component.d.ts +12 -5
- package/daterange/date-range-popup.service.d.ts +52 -0
- package/{dist/es2015/daterange → daterange}/date-range-selection.directive.d.ts +8 -3
- package/{dist/es2015/daterange → daterange}/date-range-start-input.directive.d.ts +5 -1
- package/{dist/es2015/daterange → daterange}/date-range.component.d.ts +4 -1
- package/{dist/es2015/daterange → daterange}/date-range.module.d.ts +15 -1
- package/{dist/es2015/daterange → daterange}/date-range.service.d.ts +8 -38
- package/{dist/es2015/datetimepicker → datetimepicker}/datetimepicker.component.d.ts +38 -23
- package/datetimepicker/datetimepicker.module.d.ts +25 -0
- package/{dist/es2015/datetimepicker → datetimepicker}/localization/datetimepicker-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/datetimepicker → datetimepicker}/localization/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/datetimepicker → datetimepicker}/localization/messages.d.ts +3 -0
- package/{dist/es2015/datetimepicker → datetimepicker}/models/active-tab.type.d.ts +0 -0
- package/{dist/es2015/defaults.d.ts → defaults.d.ts} +0 -0
- package/esm2015/calendar/calendar-common.module.js +45 -0
- package/{dist/es2015 → esm2015}/calendar/calendar.component.js +277 -246
- package/{dist/es2015 → esm2015}/calendar/calendar.module.js +71 -34
- package/{dist/es2015 → esm2015}/calendar/calendars.module.js +23 -14
- package/{dist/es2015 → esm2015}/calendar/for.directive.js +16 -25
- package/{dist/es2015 → esm2015}/calendar/header.component.js +97 -73
- package/{dist/es2015 → esm2015}/calendar/horizontal-view-list.component.js +155 -130
- package/esm2015/calendar/localization/calendar-custom-messages.component.js +40 -0
- package/esm2015/calendar/localization/calendar-localized-messages.directive.js +36 -0
- package/esm2015/calendar/localization/calendar-messages.js +26 -0
- package/esm2015/calendar/localization/multiview-calendar-custom-messages.component.js +40 -0
- package/esm2015/calendar/localization/multiview-calendar-localized-messages.directive.js +36 -0
- package/esm2015/calendar/localization/multiview-calendar-messages.js +26 -0
- package/{dist/es → esm2015}/calendar/models/cell-context.interface.js +1 -0
- package/{dist/es2015 → esm2015}/calendar/models/keydown.interface.js +1 -0
- package/{dist/es → esm2015}/calendar/models/navigation-action.enum.js +0 -0
- package/{dist/es2015 → esm2015}/calendar/models/row-length-options.interface.js +1 -0
- package/{dist/es/virtualization → esm2015/calendar}/models/scrollable.interface.js +1 -0
- package/{dist/es → esm2015}/calendar/models/selection-range-end.type.js +1 -0
- package/{dist/es2015 → esm2015}/calendar/models/selection-range.interface.js +0 -0
- package/{dist/es → esm2015}/calendar/models/selection.js +1 -0
- package/{dist/es → esm2015}/calendar/models/type.js +1 -0
- package/{dist/es → esm2015}/calendar/models/view-service.interface.js +1 -0
- package/{dist/es → esm2015}/calendar/models/view.enum.js +0 -0
- package/{dist/es → esm2015}/calendar/models/view.type.js +1 -0
- package/{dist/es2015 → esm2015}/calendar/multiview-calendar.component.js +246 -298
- package/{dist/es2015 → esm2015}/calendar/multiview-calendar.module.js +63 -32
- package/{dist/es2015 → esm2015}/calendar/navigation.component.js +71 -62
- package/{dist/es2015 → esm2015}/calendar/services/bus-view.service.js +9 -11
- package/{dist/es2015 → esm2015}/calendar/services/century-view.service.js +8 -11
- package/{dist/es2015 → esm2015}/calendar/services/decade-view.service.js +8 -11
- package/{dist/es2015 → esm2015}/calendar/services/disabled-dates.service.js +8 -12
- package/{dist/es2015 → esm2015}/calendar/services/dom.service.js +10 -26
- package/{dist/es2015 → esm2015}/calendar/services/month-view.service.js +9 -10
- package/{dist/es2015 → esm2015}/calendar/services/navigation.service.js +9 -9
- package/{dist/es2015 → esm2015}/calendar/services/scroll-sync.service.js +10 -13
- package/{dist/es2015 → esm2015}/calendar/services/selection.service.js +9 -9
- package/{dist/es2015 → esm2015}/calendar/services/weeknames.service.js +9 -9
- package/{dist/es2015 → esm2015}/calendar/services/year-view.service.js +9 -13
- package/{dist/es2015 → esm2015}/calendar/templates/cell-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/century-cell-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/decade-cell-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/header-title-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/month-cell-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/navigation-item-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/weeknumber-cell-template.directive.js +12 -11
- package/{dist/es2015 → esm2015}/calendar/templates/year-cell-template.directive.js +12 -11
- package/esm2015/calendar/templates.module.js +73 -0
- package/{dist/es2015 → esm2015}/calendar/view-list.component.js +135 -120
- package/{dist/es2015 → esm2015}/calendar/view.component.js +104 -98
- package/{dist/es2015 → esm2015}/common/dom-queries.js +0 -0
- package/{dist/es → esm2015}/common/models/fillmode.js +1 -0
- package/{dist/es → esm2015}/common/models/rounded.js +1 -0
- package/{dist/es → esm2015}/common/models/size.js +1 -0
- package/{dist/es2015 → esm2015}/common/picker.service.js +0 -0
- package/{dist/es2015 → esm2015}/common/utils.js +0 -0
- package/{dist/es → esm2015}/dateinput/arrow.enum.js +0 -0
- package/{dist/es2015 → esm2015}/dateinput/dateinput.component.js +179 -183
- package/esm2015/dateinput/dateinput.module.js +41 -0
- package/esm2015/dateinput/localization/dateinput-custom-messages.component.js +40 -0
- package/esm2015/dateinput/localization/dateinput-localized-messages.directive.js +36 -0
- package/esm2015/dateinput/localization/messages.js +24 -0
- package/{dist/es → esm2015}/dateinput/models/format-placeholder.model.js +1 -0
- package/{dist/es → esm2015}/dateinput/models/format-settings.model.js +1 -0
- package/{dist/es → esm2015}/dateinput/models/incremental-steps.model.js +1 -0
- package/{dist/es2015 → esm2015}/dateinputs.module.js +28 -10
- package/{dist/es2015 → esm2015}/datepicker/datepicker.component.js +285 -285
- package/esm2015/datepicker/datepicker.module.js +72 -0
- package/esm2015/datepicker/localization/datepicker-custom-messages.component.js +40 -0
- package/esm2015/datepicker/localization/datepicker-localized-messages.directive.js +36 -0
- package/esm2015/datepicker/localization/messages.js +28 -0
- package/{dist/es → esm2015}/daterange/auto-correct-on.type.js +1 -0
- package/{dist/es2015 → esm2015}/daterange/date-range-end-input.directive.js +21 -27
- package/{dist/es2015 → esm2015}/daterange/date-range-input.js +11 -8
- package/esm2015/daterange/date-range-popup-template.directive.js +23 -0
- package/{dist/es2015 → esm2015}/daterange/date-range-popup.component.js +75 -91
- package/esm2015/daterange/date-range-popup.service.js +87 -0
- package/{dist/es2015 → esm2015}/daterange/date-range-selection.directive.js +26 -39
- package/{dist/es2015 → esm2015}/daterange/date-range-start-input.directive.js +21 -27
- package/esm2015/daterange/date-range.component.js +74 -0
- package/{dist/es2015 → esm2015}/daterange/date-range.module.js +27 -12
- package/{dist/es2015 → esm2015}/daterange/date-range.service.js +8 -75
- package/{dist/es2015 → esm2015}/datetimepicker/datetimepicker.component.js +398 -227
- package/esm2015/datetimepicker/datetimepicker.module.js +80 -0
- package/esm2015/datetimepicker/localization/datetimepicker-custom-messages.component.js +40 -0
- package/esm2015/datetimepicker/localization/localized-messages.directive.js +36 -0
- package/esm2015/datetimepicker/localization/messages.js +48 -0
- package/{dist/es → esm2015}/datetimepicker/models/active-tab.type.js +1 -0
- package/{dist/es2015 → esm2015}/defaults.js +0 -0
- package/esm2015/kendo-angular-dateinputs.js +8 -0
- package/{dist/es → esm2015}/main.js +25 -0
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es → esm2015}/popup-settings.model.js +1 -0
- package/{dist/es2015 → esm2015}/preventable-event.js +0 -0
- package/esm2015/timepicker/localization/messages.js +34 -0
- package/esm2015/timepicker/localization/timepicker-custom-messages.component.js +40 -0
- package/esm2015/timepicker/localization/timepicker-localized-messages.directive.js +36 -0
- package/esm2015/timepicker/localization/timeselector-custom-messages.component.js +42 -0
- package/esm2015/timepicker/localization/timeselector-localized-messages.directive.js +36 -0
- package/{dist/es → esm2015}/timepicker/models/incremental-steps.model.js +1 -0
- package/{dist/es → esm2015}/timepicker/models/list-item.interface.js +1 -0
- package/{dist/es → esm2015}/timepicker/models/list-service-settings.js +1 -0
- package/{dist/es → esm2015}/timepicker/models/list-service.interface.js +1 -0
- package/{dist/es2015 → esm2015}/timepicker/models/time-part.default.js +0 -0
- package/{dist/es2015 → esm2015}/timepicker/services/dayperiod.service.js +9 -15
- package/{dist/es2015 → esm2015}/timepicker/services/dom.service.js +8 -13
- package/{dist/es2015 → esm2015}/timepicker/services/hours.service.js +9 -14
- package/{dist/es2015 → esm2015}/timepicker/services/milliseconds.service.js +9 -14
- package/{dist/es2015 → esm2015}/timepicker/services/minutes.service.js +9 -14
- package/{dist/es2015 → esm2015}/timepicker/services/seconds.service.js +9 -14
- package/{dist/es2015 → esm2015}/timepicker/timelist.component.js +66 -61
- package/{dist/es2015 → esm2015}/timepicker/timepicker.component.js +219 -179
- package/{dist/es2015 → esm2015}/timepicker/timepicker.module.js +32 -15
- package/{dist/es2015 → esm2015}/timepicker/timeselector.component.js +181 -104
- package/{dist/es2015 → esm2015}/timepicker/util.js +8 -20
- package/{dist/es2015 → esm2015}/touch-enabled.js +0 -0
- package/{dist/es2015 → esm2015}/util.js +1 -6
- package/{dist/es2015 → esm2015}/validators/disabled-date.validator.js +0 -0
- package/{dist/es2015 → esm2015}/validators/disabled-dates-range.validator.js +0 -2
- package/{dist/es2015 → esm2015}/validators/incomplete-date.validator.js +0 -0
- package/{dist/es2015 → esm2015}/validators/max.validator.js +0 -0
- package/{dist/es2015 → esm2015}/validators/min.validator.js +0 -0
- package/{dist/es2015 → esm2015}/validators/time-range.validator.js +0 -0
- package/{dist/es2015/calendar → esm2015/virtualization}/models/scrollable.interface.js +1 -0
- package/{dist/es2015 → esm2015}/virtualization/services/row-height.service.js +1 -3
- package/{dist/es2015 → esm2015}/virtualization/services/scroller.service.js +0 -2
- package/{dist/es2015 → esm2015}/virtualization/virtualization.component.js +75 -90
- package/esm2015/virtualization/virtualization.module.js +30 -0
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-dateinputs.js} +9630 -9048
- package/{dist/es/calendar/models/selection-range.interface.js → kendo-angular-dateinputs.d.ts} +3 -2
- package/{dist/es2015/main.d.ts → main.d.ts} +25 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +45 -118
- package/{dist/es2015/popup-settings.model.d.ts → popup-settings.model.d.ts} +0 -0
- package/{dist/es2015/preventable-event.d.ts → preventable-event.d.ts} +0 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/timepicker → timepicker}/localization/messages.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/localization/timepicker-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/timepicker → timepicker}/localization/timepicker-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/localization/timeselector-custom-messages.component.d.ts +4 -1
- package/{dist/es2015/timepicker → timepicker}/localization/timeselector-localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/models/incremental-steps.model.d.ts +0 -0
- package/{dist/es2015/timepicker → timepicker}/models/list-item.interface.d.ts +0 -0
- package/{dist/es2015/timepicker → timepicker}/models/list-service-settings.d.ts +0 -0
- package/{dist/es2015/timepicker → timepicker}/models/list-service.interface.d.ts +0 -0
- package/{dist/es2015/timepicker → timepicker}/models/time-part.default.d.ts +0 -0
- package/{dist/es2015/timepicker → timepicker}/services/dayperiod.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/services/dom.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/services/hours.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/services/milliseconds.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/services/minutes.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/services/seconds.service.d.ts +3 -0
- package/{dist/es2015/timepicker → timepicker}/timelist.component.d.ts +4 -1
- package/{dist/es2015/timepicker → timepicker}/timepicker.component.d.ts +32 -18
- package/timepicker/timepicker.module.d.ts +27 -0
- package/{dist/es2015/timepicker → timepicker}/timeselector.component.d.ts +10 -4
- package/{dist/es2015/timepicker → timepicker}/util.d.ts +0 -0
- package/{dist/es2015/touch-enabled.d.ts → touch-enabled.d.ts} +0 -0
- package/{dist/es2015/util.d.ts → util.d.ts} +0 -0
- package/{dist/es2015/validators → validators}/disabled-date.validator.d.ts +0 -0
- package/{dist/es2015/validators → validators}/disabled-dates-range.validator.d.ts +0 -0
- package/{dist/es2015/validators → validators}/incomplete-date.validator.d.ts +0 -0
- package/{dist/es2015/validators → validators}/max.validator.d.ts +0 -0
- package/{dist/es2015/validators → validators}/min.validator.d.ts +0 -0
- package/{dist/es2015/validators → validators}/time-range.validator.d.ts +0 -0
- package/{dist/es2015/virtualization → virtualization}/models/scrollable.interface.d.ts +0 -0
- package/{dist/es2015/virtualization → virtualization}/services/row-height.service.d.ts +0 -0
- package/{dist/es2015/virtualization → virtualization}/services/scroller.service.d.ts +0 -0
- package/{dist/es2015/virtualization → virtualization}/virtualization.component.d.ts +8 -5
- package/{dist/es2015/virtualization → virtualization}/virtualization.module.d.ts +6 -0
- package/dist/cdn/js/kendo-angular-dateinputs.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/calendar/calendar-common.module.js +0 -41
- package/dist/es/calendar/calendar.component.js +0 -1189
- package/dist/es/calendar/calendar.module.js +0 -108
- package/dist/es/calendar/calendars.module.js +0 -60
- package/dist/es/calendar/for.directive.js +0 -135
- package/dist/es/calendar/header.component.js +0 -170
- package/dist/es/calendar/horizontal-view-list.component.js +0 -363
- package/dist/es/calendar/localization/calendar-custom-messages.component.js +0 -43
- package/dist/es/calendar/localization/calendar-localized-messages.directive.js +0 -35
- package/dist/es/calendar/localization/calendar-messages.js +0 -30
- package/dist/es/calendar/localization/multiview-calendar-custom-messages.component.js +0 -43
- package/dist/es/calendar/localization/multiview-calendar-localized-messages.directive.js +0 -35
- package/dist/es/calendar/localization/multiview-calendar-messages.js +0 -30
- package/dist/es/calendar/models/keydown.interface.js +0 -4
- package/dist/es/calendar/models/row-length-options.interface.js +0 -4
- package/dist/es/calendar/models/scrollable.interface.js +0 -4
- package/dist/es/calendar/multiview-calendar.component.js +0 -1122
- package/dist/es/calendar/multiview-calendar.module.js +0 -97
- package/dist/es/calendar/navigation.component.js +0 -173
- package/dist/es/calendar/services/bus-view.service.js +0 -83
- package/dist/es/calendar/services/century-view.service.js +0 -180
- package/dist/es/calendar/services/decade-view.service.js +0 -179
- package/dist/es/calendar/services/disabled-dates.service.js +0 -70
- package/dist/es/calendar/services/dom.service.js +0 -195
- package/dist/es/calendar/services/month-view.service.js +0 -203
- package/dist/es/calendar/services/navigation.service.js +0 -53
- package/dist/es/calendar/services/scroll-sync.service.js +0 -85
- package/dist/es/calendar/services/selection.service.js +0 -55
- package/dist/es/calendar/services/weeknames.service.js +0 -27
- package/dist/es/calendar/services/year-view.service.js +0 -204
- package/dist/es/calendar/templates/cell-template.directive.js +0 -46
- package/dist/es/calendar/templates/century-cell-template.directive.js +0 -45
- package/dist/es/calendar/templates/decade-cell-template.directive.js +0 -45
- package/dist/es/calendar/templates/header-title-template.directive.js +0 -44
- package/dist/es/calendar/templates/month-cell-template.directive.js +0 -43
- package/dist/es/calendar/templates/navigation-item-template.directive.js +0 -44
- package/dist/es/calendar/templates/weeknumber-cell-template.directive.js +0 -43
- package/dist/es/calendar/templates/year-cell-template.directive.js +0 -46
- package/dist/es/calendar/templates.module.js +0 -59
- package/dist/es/calendar/view-list.component.js +0 -301
- package/dist/es/calendar/view.component.js +0 -318
- package/dist/es/common/dom-queries.js +0 -24
- package/dist/es/common/picker.service.js +0 -18
- package/dist/es/common/utils.js +0 -35
- package/dist/es/dateinput/dateinput.component.js +0 -1617
- package/dist/es/dateinput/dateinput.module.js +0 -37
- package/dist/es/dateinput/localization/dateinput-custom-messages.component.js +0 -43
- package/dist/es/dateinput/localization/dateinput-localized-messages.directive.js +0 -35
- package/dist/es/dateinput/localization/messages.js +0 -26
- package/dist/es/dateinputs.module.js +0 -63
- package/dist/es/datepicker/datepicker.component.js +0 -1256
- package/dist/es/datepicker/datepicker.module.js +0 -55
- package/dist/es/datepicker/localization/datepicker-custom-messages.component.js +0 -43
- package/dist/es/datepicker/localization/datepicker-localized-messages.directive.js +0 -35
- package/dist/es/datepicker/localization/messages.js +0 -34
- package/dist/es/daterange/date-range-end-input.directive.js +0 -97
- package/dist/es/daterange/date-range-input.js +0 -131
- package/dist/es/daterange/date-range-popup-template.directive.js +0 -23
- package/dist/es/daterange/date-range-popup.component.js +0 -403
- package/dist/es/daterange/date-range-selection.directive.js +0 -230
- package/dist/es/daterange/date-range-start-input.directive.js +0 -97
- package/dist/es/daterange/date-range.component.js +0 -71
- package/dist/es/daterange/date-range.module.js +0 -83
- package/dist/es/daterange/date-range.service.js +0 -208
- package/dist/es/datetimepicker/datetimepicker.component.js +0 -1309
- package/dist/es/datetimepicker/datetimepicker.module.js +0 -57
- package/dist/es/datetimepicker/localization/datetimepicker-custom-messages.component.js +0 -43
- package/dist/es/datetimepicker/localization/localized-messages.directive.js +0 -35
- package/dist/es/datetimepicker/localization/messages.js +0 -74
- package/dist/es/defaults.js +0 -24
- package/dist/es/index.js +0 -63
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/preventable-event.js +0 -29
- package/dist/es/timepicker/localization/messages.js +0 -46
- package/dist/es/timepicker/localization/timepicker-custom-messages.component.js +0 -43
- package/dist/es/timepicker/localization/timepicker-localized-messages.directive.js +0 -35
- package/dist/es/timepicker/localization/timeselector-custom-messages.component.js +0 -45
- package/dist/es/timepicker/localization/timeselector-localized-messages.directive.js +0 -35
- package/dist/es/timepicker/models/time-part.default.js +0 -14
- package/dist/es/timepicker/services/dayperiod.service.js +0 -130
- package/dist/es/timepicker/services/dom.service.js +0 -64
- package/dist/es/timepicker/services/hours.service.js +0 -129
- package/dist/es/timepicker/services/milliseconds.service.js +0 -130
- package/dist/es/timepicker/services/minutes.service.js +0 -127
- package/dist/es/timepicker/services/seconds.service.js +0 -127
- package/dist/es/timepicker/timelist.component.js +0 -297
- package/dist/es/timepicker/timepicker.component.js +0 -1044
- package/dist/es/timepicker/timepicker.module.js +0 -75
- package/dist/es/timepicker/timeselector.component.js +0 -486
- package/dist/es/timepicker/util.js +0 -82
- package/dist/es/touch-enabled.js +0 -9
- package/dist/es/util.js +0 -395
- package/dist/es/validators/disabled-date.validator.js +0 -18
- package/dist/es/validators/disabled-dates-range.validator.js +0 -28
- package/dist/es/validators/incomplete-date.validator.js +0 -18
- package/dist/es/validators/max.validator.js +0 -21
- package/dist/es/validators/min.validator.js +0 -21
- package/dist/es/validators/time-range.validator.js +0 -23
- package/dist/es/virtualization/services/row-height.service.js +0 -72
- package/dist/es/virtualization/services/scroller.service.js +0 -111
- package/dist/es/virtualization/virtualization.component.js +0 -343
- package/dist/es/virtualization/virtualization.module.js +0 -30
- package/dist/es2015/calendar/calendar-common.module.d.ts +0 -15
- package/dist/es2015/calendar/calendar-common.module.js +0 -38
- package/dist/es2015/calendar/localization/calendar-custom-messages.component.js +0 -35
- package/dist/es2015/calendar/localization/calendar-localized-messages.directive.js +0 -31
- package/dist/es2015/calendar/localization/calendar-messages.js +0 -24
- package/dist/es2015/calendar/localization/multiview-calendar-custom-messages.component.js +0 -35
- package/dist/es2015/calendar/localization/multiview-calendar-localized-messages.directive.js +0 -31
- package/dist/es2015/calendar/localization/multiview-calendar-messages.js +0 -24
- package/dist/es2015/calendar/models/cell-context.interface.js +0 -4
- package/dist/es2015/calendar/models/navigation-action.enum.js +0 -20
- package/dist/es2015/calendar/models/selection-range-end.type.js +0 -4
- package/dist/es2015/calendar/models/selection.js +0 -4
- package/dist/es2015/calendar/models/type.js +0 -4
- package/dist/es2015/calendar/models/view-service.interface.js +0 -4
- package/dist/es2015/calendar/models/view.enum.js +0 -16
- package/dist/es2015/calendar/models/view.type.js +0 -4
- package/dist/es2015/calendar/templates.module.d.ts +0 -21
- package/dist/es2015/calendar/templates.module.js +0 -56
- package/dist/es2015/common/models/fillmode.js +0 -4
- package/dist/es2015/common/models/rounded.js +0 -4
- package/dist/es2015/common/models/size.js +0 -4
- package/dist/es2015/dateinput/arrow.enum.js +0 -13
- package/dist/es2015/dateinput/dateinput.module.d.ts +0 -10
- package/dist/es2015/dateinput/dateinput.module.js +0 -34
- package/dist/es2015/dateinput/localization/dateinput-custom-messages.component.js +0 -35
- package/dist/es2015/dateinput/localization/dateinput-localized-messages.directive.js +0 -31
- package/dist/es2015/dateinput/localization/messages.js +0 -20
- package/dist/es2015/dateinput/models/format-placeholder.model.js +0 -4
- package/dist/es2015/dateinput/models/format-settings.model.js +0 -4
- package/dist/es2015/dateinput/models/incremental-steps.model.js +0 -4
- package/dist/es2015/datepicker/datepicker.module.d.ts +0 -10
- package/dist/es2015/datepicker/datepicker.module.js +0 -52
- package/dist/es2015/datepicker/localization/datepicker-custom-messages.component.js +0 -35
- package/dist/es2015/datepicker/localization/datepicker-localized-messages.directive.js +0 -31
- package/dist/es2015/datepicker/localization/messages.js +0 -28
- package/dist/es2015/daterange/auto-correct-on.type.js +0 -4
- package/dist/es2015/daterange/date-range-popup-template.directive.js +0 -22
- package/dist/es2015/daterange/date-range.component.js +0 -68
- package/dist/es2015/datetimepicker/datetimepicker.module.d.ts +0 -10
- package/dist/es2015/datetimepicker/datetimepicker.module.js +0 -57
- package/dist/es2015/datetimepicker/localization/datetimepicker-custom-messages.component.js +0 -35
- package/dist/es2015/datetimepicker/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/datetimepicker/localization/messages.js +0 -68
- package/dist/es2015/datetimepicker/models/active-tab.type.js +0 -4
- package/dist/es2015/index.d.ts +0 -63
- package/dist/es2015/index.js +0 -63
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/main.js +0 -35
- package/dist/es2015/popup-settings.model.js +0 -4
- package/dist/es2015/timepicker/localization/messages.js +0 -40
- package/dist/es2015/timepicker/localization/timepicker-custom-messages.component.js +0 -35
- package/dist/es2015/timepicker/localization/timepicker-localized-messages.directive.js +0 -31
- package/dist/es2015/timepicker/localization/timeselector-custom-messages.component.js +0 -37
- package/dist/es2015/timepicker/localization/timeselector-localized-messages.directive.js +0 -31
- package/dist/es2015/timepicker/models/incremental-steps.model.js +0 -4
- package/dist/es2015/timepicker/models/list-item.interface.js +0 -4
- package/dist/es2015/timepicker/models/list-service-settings.js +0 -4
- package/dist/es2015/timepicker/models/list-service.interface.js +0 -4
- package/dist/es2015/timepicker/timepicker.module.d.ts +0 -10
- package/dist/es2015/virtualization/models/scrollable.interface.js +0 -4
- package/dist/es2015/virtualization/virtualization.module.js +0 -27
- package/dist/fesm5/index.js +0 -15216
- package/dist/npm/calendar/calendar-common.module.js +0 -43
- package/dist/npm/calendar/calendar.component.js +0 -1191
- package/dist/npm/calendar/calendar.module.js +0 -110
- package/dist/npm/calendar/calendars.module.js +0 -62
- package/dist/npm/calendar/for.directive.js +0 -138
- package/dist/npm/calendar/header.component.js +0 -172
- package/dist/npm/calendar/horizontal-view-list.component.js +0 -365
- package/dist/npm/calendar/localization/calendar-custom-messages.component.js +0 -45
- package/dist/npm/calendar/localization/calendar-localized-messages.directive.js +0 -37
- package/dist/npm/calendar/localization/calendar-messages.js +0 -32
- package/dist/npm/calendar/localization/multiview-calendar-custom-messages.component.js +0 -45
- package/dist/npm/calendar/localization/multiview-calendar-localized-messages.directive.js +0 -37
- package/dist/npm/calendar/localization/multiview-calendar-messages.js +0 -32
- package/dist/npm/calendar/models/cell-context.interface.js +0 -6
- package/dist/npm/calendar/models/keydown.interface.js +0 -6
- package/dist/npm/calendar/models/navigation-action.enum.js +0 -22
- package/dist/npm/calendar/models/row-length-options.interface.js +0 -6
- package/dist/npm/calendar/models/scrollable.interface.js +0 -6
- package/dist/npm/calendar/models/selection-range-end.type.js +0 -6
- package/dist/npm/calendar/models/selection-range.interface.js +0 -10
- package/dist/npm/calendar/models/selection.js +0 -6
- package/dist/npm/calendar/models/type.js +0 -6
- package/dist/npm/calendar/models/view-service.interface.js +0 -6
- package/dist/npm/calendar/models/view.enum.js +0 -18
- package/dist/npm/calendar/models/view.type.js +0 -6
- package/dist/npm/calendar/multiview-calendar.component.js +0 -1124
- package/dist/npm/calendar/multiview-calendar.module.js +0 -99
- package/dist/npm/calendar/navigation.component.js +0 -175
- package/dist/npm/calendar/services/bus-view.service.js +0 -85
- package/dist/npm/calendar/services/century-view.service.js +0 -182
- package/dist/npm/calendar/services/decade-view.service.js +0 -181
- package/dist/npm/calendar/services/disabled-dates.service.js +0 -72
- package/dist/npm/calendar/services/dom.service.js +0 -212
- package/dist/npm/calendar/services/month-view.service.js +0 -205
- package/dist/npm/calendar/services/navigation.service.js +0 -55
- package/dist/npm/calendar/services/scroll-sync.service.js +0 -88
- package/dist/npm/calendar/services/selection.service.js +0 -57
- package/dist/npm/calendar/services/weeknames.service.js +0 -29
- package/dist/npm/calendar/services/year-view.service.js +0 -207
- package/dist/npm/calendar/templates/cell-template.directive.js +0 -48
- package/dist/npm/calendar/templates/century-cell-template.directive.js +0 -47
- package/dist/npm/calendar/templates/decade-cell-template.directive.js +0 -47
- package/dist/npm/calendar/templates/header-title-template.directive.js +0 -46
- package/dist/npm/calendar/templates/month-cell-template.directive.js +0 -45
- package/dist/npm/calendar/templates/navigation-item-template.directive.js +0 -46
- package/dist/npm/calendar/templates/weeknumber-cell-template.directive.js +0 -45
- package/dist/npm/calendar/templates/year-cell-template.directive.js +0 -48
- package/dist/npm/calendar/templates.module.js +0 -61
- package/dist/npm/calendar/view-list.component.js +0 -303
- package/dist/npm/calendar/view.component.js +0 -320
- package/dist/npm/common/dom-queries.js +0 -26
- package/dist/npm/common/models/fillmode.js +0 -6
- package/dist/npm/common/models/rounded.js +0 -6
- package/dist/npm/common/models/size.js +0 -6
- package/dist/npm/common/picker.service.js +0 -20
- package/dist/npm/common/utils.js +0 -37
- package/dist/npm/dateinput/arrow.enum.js +0 -15
- package/dist/npm/dateinput/dateinput.component.js +0 -1620
- package/dist/npm/dateinput/dateinput.module.js +0 -39
- package/dist/npm/dateinput/localization/dateinput-custom-messages.component.js +0 -45
- package/dist/npm/dateinput/localization/dateinput-localized-messages.directive.js +0 -37
- package/dist/npm/dateinput/localization/messages.js +0 -28
- package/dist/npm/dateinput/models/format-placeholder.model.js +0 -6
- package/dist/npm/dateinput/models/format-settings.model.js +0 -6
- package/dist/npm/dateinput/models/incremental-steps.model.js +0 -6
- package/dist/npm/dateinputs.module.js +0 -65
- package/dist/npm/datepicker/datepicker.component.js +0 -1258
- package/dist/npm/datepicker/datepicker.module.js +0 -57
- package/dist/npm/datepicker/localization/datepicker-custom-messages.component.js +0 -45
- package/dist/npm/datepicker/localization/datepicker-localized-messages.directive.js +0 -37
- package/dist/npm/datepicker/localization/messages.js +0 -36
- package/dist/npm/daterange/auto-correct-on.type.js +0 -6
- package/dist/npm/daterange/date-range-end-input.directive.js +0 -99
- package/dist/npm/daterange/date-range-input.js +0 -133
- package/dist/npm/daterange/date-range-popup-template.directive.js +0 -25
- package/dist/npm/daterange/date-range-popup.component.js +0 -405
- package/dist/npm/daterange/date-range-selection.directive.js +0 -232
- package/dist/npm/daterange/date-range-start-input.directive.js +0 -99
- package/dist/npm/daterange/date-range.component.js +0 -73
- package/dist/npm/daterange/date-range.module.js +0 -85
- package/dist/npm/daterange/date-range.service.js +0 -211
- package/dist/npm/datetimepicker/datetimepicker.component.js +0 -1311
- package/dist/npm/datetimepicker/datetimepicker.module.js +0 -59
- package/dist/npm/datetimepicker/localization/datetimepicker-custom-messages.component.js +0 -45
- package/dist/npm/datetimepicker/localization/localized-messages.directive.js +0 -37
- package/dist/npm/datetimepicker/localization/messages.js +0 -76
- package/dist/npm/datetimepicker/models/active-tab.type.js +0 -6
- package/dist/npm/defaults.js +0 -26
- package/dist/npm/index.js +0 -127
- package/dist/npm/main.js +0 -68
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/popup-settings.model.js +0 -6
- package/dist/npm/preventable-event.js +0 -31
- package/dist/npm/timepicker/localization/messages.js +0 -48
- package/dist/npm/timepicker/localization/timepicker-custom-messages.component.js +0 -45
- package/dist/npm/timepicker/localization/timepicker-localized-messages.directive.js +0 -37
- package/dist/npm/timepicker/localization/timeselector-custom-messages.component.js +0 -47
- package/dist/npm/timepicker/localization/timeselector-localized-messages.directive.js +0 -37
- package/dist/npm/timepicker/models/incremental-steps.model.js +0 -6
- package/dist/npm/timepicker/models/list-item.interface.js +0 -6
- package/dist/npm/timepicker/models/list-service-settings.js +0 -6
- package/dist/npm/timepicker/models/list-service.interface.js +0 -6
- package/dist/npm/timepicker/models/time-part.default.js +0 -16
- package/dist/npm/timepicker/services/dayperiod.service.js +0 -136
- package/dist/npm/timepicker/services/dom.service.js +0 -70
- package/dist/npm/timepicker/services/hours.service.js +0 -134
- package/dist/npm/timepicker/services/milliseconds.service.js +0 -135
- package/dist/npm/timepicker/services/minutes.service.js +0 -132
- package/dist/npm/timepicker/services/seconds.service.js +0 -132
- package/dist/npm/timepicker/timelist.component.js +0 -299
- package/dist/npm/timepicker/timepicker.component.js +0 -1046
- package/dist/npm/timepicker/timepicker.module.js +0 -77
- package/dist/npm/timepicker/timeselector.component.js +0 -488
- package/dist/npm/timepicker/util.js +0 -101
- package/dist/npm/touch-enabled.js +0 -11
- package/dist/npm/util.js +0 -399
- package/dist/npm/validators/disabled-date.validator.js +0 -20
- package/dist/npm/validators/disabled-dates-range.validator.js +0 -30
- package/dist/npm/validators/incomplete-date.validator.js +0 -20
- package/dist/npm/validators/max.validator.js +0 -23
- package/dist/npm/validators/min.validator.js +0 -23
- package/dist/npm/validators/time-range.validator.js +0 -25
- package/dist/npm/virtualization/models/scrollable.interface.js +0 -6
- package/dist/npm/virtualization/services/row-height.service.js +0 -74
- package/dist/npm/virtualization/services/scroller.service.js +0 -113
- package/dist/npm/virtualization/virtualization.component.js +0 -346
- package/dist/npm/virtualization/virtualization.module.js +0 -32
- package/dist/systemjs/kendo-angular-dateinputs.js +0 -5
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -14,6 +14,7 @@ import { FormatSettings } from './models/format-settings.model';
|
|
|
14
14
|
import { DateInputSize } from '../common/models/size';
|
|
15
15
|
import { DateInputRounded } from '../common/models/rounded';
|
|
16
16
|
import { DateInputFillMode } from '../common/models/fillmode';
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
17
18
|
/**
|
|
18
19
|
* Represents the [Kendo UI DateInput component for Angular]({% slug overview_dateinput %}#toc-basic-usage).
|
|
19
20
|
*/
|
|
@@ -61,7 +62,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
61
62
|
/**
|
|
62
63
|
* @hidden
|
|
63
64
|
*/
|
|
64
|
-
tabIndex: number;
|
|
65
|
+
set tabIndex(tabIndex: number);
|
|
66
|
+
get tabIndex(): number;
|
|
65
67
|
/**
|
|
66
68
|
* Specifies the date format that is used to display the input value
|
|
67
69
|
* ([see example]({% slug formats_dateinput %})).
|
|
@@ -192,7 +194,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
192
194
|
*
|
|
193
195
|
* > The `value` has to be a valid [JavaScript `Date`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) instance.
|
|
194
196
|
*/
|
|
195
|
-
value: Date;
|
|
197
|
+
set value(value: Date);
|
|
198
|
+
get value(): Date;
|
|
196
199
|
/**
|
|
197
200
|
* Specifies whether the **Up** and **Down** spin buttons will be rendered.
|
|
198
201
|
* For more information, refer to the article on
|
|
@@ -217,7 +220,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
217
220
|
* * `null`
|
|
218
221
|
*
|
|
219
222
|
*/
|
|
220
|
-
size: DateInputSize;
|
|
223
|
+
set size(size: DateInputSize);
|
|
224
|
+
get size(): DateInputSize;
|
|
221
225
|
/**
|
|
222
226
|
* Sets the border radius of the component.
|
|
223
227
|
*
|
|
@@ -229,7 +233,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
229
233
|
* * `null`
|
|
230
234
|
*
|
|
231
235
|
*/
|
|
232
|
-
rounded: DateInputRounded;
|
|
236
|
+
set rounded(rounded: DateInputRounded);
|
|
237
|
+
get rounded(): DateInputRounded;
|
|
233
238
|
/**
|
|
234
239
|
* Sets the fillMode of the component.
|
|
235
240
|
*
|
|
@@ -240,7 +245,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
240
245
|
* * `null`
|
|
241
246
|
*
|
|
242
247
|
*/
|
|
243
|
-
fillMode: DateInputFillMode;
|
|
248
|
+
set fillMode(fillMode: DateInputFillMode);
|
|
249
|
+
get fillMode(): DateInputFillMode;
|
|
244
250
|
/**
|
|
245
251
|
* Fires each time the user selects a new value.
|
|
246
252
|
* For more information, refer to the section on
|
|
@@ -306,11 +312,12 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
306
312
|
* @hidden
|
|
307
313
|
*/
|
|
308
314
|
dateInput: ElementRef;
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
isActive: boolean;
|
|
315
|
+
get wrapperClass(): boolean;
|
|
316
|
+
get disabledClass(): boolean;
|
|
317
|
+
get inputElement(): any;
|
|
318
|
+
get inputValue(): string;
|
|
319
|
+
get isActive(): boolean;
|
|
320
|
+
set isActive(value: boolean);
|
|
314
321
|
arrow: any;
|
|
315
322
|
arrowDirection: Arrow;
|
|
316
323
|
formatSections: {
|
|
@@ -329,8 +336,8 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
329
336
|
private backspace;
|
|
330
337
|
private resetSegmentValue;
|
|
331
338
|
private symbolsMap;
|
|
332
|
-
private
|
|
333
|
-
private
|
|
339
|
+
private get inputFormat();
|
|
340
|
+
private get displayFormat();
|
|
334
341
|
private minValidator;
|
|
335
342
|
private maxValidator;
|
|
336
343
|
private incompleteValidator;
|
|
@@ -478,4 +485,6 @@ export declare class DateInputComponent implements OnInit, AfterViewInit, Contro
|
|
|
478
485
|
private updateIncompleteValidationStatus;
|
|
479
486
|
private setSpinnerFill;
|
|
480
487
|
private setComponentClasses;
|
|
488
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
|
|
489
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputComponent, "kendo-dateinput", ["kendo-dateinput"], { "focusableId": "focusableId"; "disabled": "disabled"; "readonly": "readonly"; "title": "title"; "tabindex": "tabindex"; "role": "role"; "ariaReadOnly": "ariaReadOnly"; "tabIndex": "tabIndex"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "steps": "steps"; "max": "max"; "min": "min"; "rangeValidation": "rangeValidation"; "autoCorrect": "autoCorrect"; "incompleteDateValidation": "incompleteDateValidation"; "twoDigitYearMax": "twoDigitYearMax"; "value": "value"; "spinners": "spinners"; "isPopupOpen": "isPopupOpen"; "hasPopup": "hasPopup"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "valueUpdate": "valueUpdate"; "onFocus": "focus"; "onBlur": "blur"; }, never, never>;
|
|
481
490
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./dateinput.component";
|
|
7
|
+
import * as i2 from "./localization/dateinput-custom-messages.component";
|
|
8
|
+
import * as i3 from "./localization/dateinput-localized-messages.directive";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-intl";
|
|
11
|
+
import * as i6 from "@progress/kendo-angular-common";
|
|
12
|
+
/**
|
|
13
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
14
|
+
* definition for the DateInput component.
|
|
15
|
+
*/
|
|
16
|
+
export declare class DateInputModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputModule, [typeof i1.DateInputComponent, typeof i2.DateInputCustomMessagesComponent, typeof i3.DateInputLocalizedMessagesDirective], [typeof i4.CommonModule, typeof i5.IntlModule, typeof i6.EventsModule], [typeof i1.DateInputComponent, typeof i2.DateInputCustomMessagesComponent, typeof i3.DateInputLocalizedMessagesDirective]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateInputModule>;
|
|
20
|
+
}
|
package/{dist/es2015/dateinput → dateinput}/localization/dateinput-custom-messages.component.d.ts
RENAMED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { DateInputMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9
10
|
*/
|
|
10
11
|
export declare class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
13
|
-
protected
|
|
14
|
+
protected get override(): boolean;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputCustomMessagesComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputCustomMessagesComponent, "kendo-dateinput-messages", never, {}, {}, never, never>;
|
|
14
17
|
}
|
package/{dist/es2015/dateinput → dateinput}/localization/dateinput-localized-messages.directive.d.ts
RENAMED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { DateInputMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class DateInputLocalizedMessagesDirective extends DateInputMessages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputLocalizedMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateInputLocalizedMessagesDirective, "[kendoDateInputLocalizedMessages]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
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';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -15,4 +16,6 @@ export declare class DateInputMessages extends ComponentMessages {
|
|
|
15
16
|
* The title of the **Increment** button of the DateInput.
|
|
16
17
|
*/
|
|
17
18
|
increment: string;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputMessages, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateInputMessages, "kendo-dateinput-messages-base", never, { "decrement": "decrement"; "increment": "increment"; }, {}, never>;
|
|
18
21
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
* Copyright © 2021 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
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./calendar/calendars.module";
|
|
7
|
+
import * as i2 from "./dateinput/dateinput.module";
|
|
8
|
+
import * as i3 from "./datepicker/datepicker.module";
|
|
9
|
+
import * as i4 from "./timepicker/timepicker.module";
|
|
10
|
+
import * as i5 from "./daterange/date-range.module";
|
|
11
|
+
import * as i6 from "./datetimepicker/datetimepicker.module";
|
|
5
12
|
/**
|
|
6
13
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
14
|
* definition for the Date Inputs components.
|
|
@@ -34,4 +41,7 @@
|
|
|
34
41
|
* ```
|
|
35
42
|
*/
|
|
36
43
|
export declare class DateInputsModule {
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputsModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputsModule, never, [typeof i1.CalendarsModule, typeof i2.DateInputModule, typeof i3.DatePickerModule, typeof i4.TimePickerModule, typeof i5.DateRangeModule, typeof i6.DateTimePickerModule], [typeof i1.CalendarsModule, typeof i2.DateInputModule, typeof i3.DatePickerModule, typeof i4.TimePickerModule, typeof i5.DateRangeModule, typeof i6.DateTimePickerModule]>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateInputsModule>;
|
|
37
47
|
}
|
|
@@ -27,6 +27,7 @@ import { DateInputComponent } from '../dateinput/dateinput.component';
|
|
|
27
27
|
import { DateInputSize } from '../common/models/size';
|
|
28
28
|
import { DateInputRounded } from '../common/models/rounded';
|
|
29
29
|
import { DateInputFillMode } from '../common/models/fillmode';
|
|
30
|
+
import * as i0 from "@angular/core";
|
|
30
31
|
/**
|
|
31
32
|
* Represents the [Kendo UI DatePicker component for Angular]({% slug overview_datepicker %}#toc-basic-usage).
|
|
32
33
|
*/
|
|
@@ -51,7 +52,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
51
52
|
/**
|
|
52
53
|
* @hidden
|
|
53
54
|
*/
|
|
54
|
-
cellTemplateRef: CellTemplateDirective;
|
|
55
|
+
set cellTemplateRef(template: CellTemplateDirective);
|
|
55
56
|
/**
|
|
56
57
|
* @hidden
|
|
57
58
|
*/
|
|
@@ -59,7 +60,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
59
60
|
/**
|
|
60
61
|
* @hidden
|
|
61
62
|
*/
|
|
62
|
-
monthCellTemplateRef: MonthCellTemplateDirective;
|
|
63
|
+
set monthCellTemplateRef(template: MonthCellTemplateDirective);
|
|
63
64
|
/**
|
|
64
65
|
* @hidden
|
|
65
66
|
*/
|
|
@@ -67,7 +68,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
67
68
|
/**
|
|
68
69
|
* @hidden
|
|
69
70
|
*/
|
|
70
|
-
yearCellTemplateRef: YearCellTemplateDirective;
|
|
71
|
+
set yearCellTemplateRef(template: YearCellTemplateDirective);
|
|
71
72
|
/**
|
|
72
73
|
* @hidden
|
|
73
74
|
*/
|
|
@@ -75,7 +76,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
75
76
|
/**
|
|
76
77
|
* @hidden
|
|
77
78
|
*/
|
|
78
|
-
decadeCellTemplateRef: DecadeCellTemplateDirective;
|
|
79
|
+
set decadeCellTemplateRef(template: DecadeCellTemplateDirective);
|
|
79
80
|
/**
|
|
80
81
|
* @hidden
|
|
81
82
|
*/
|
|
@@ -83,7 +84,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
83
84
|
/**
|
|
84
85
|
* @hidden
|
|
85
86
|
*/
|
|
86
|
-
centuryCellTemplateRef: CenturyCellTemplateDirective;
|
|
87
|
+
set centuryCellTemplateRef(template: CenturyCellTemplateDirective);
|
|
87
88
|
/**
|
|
88
89
|
* @hidden
|
|
89
90
|
*/
|
|
@@ -91,7 +92,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
91
92
|
/**
|
|
92
93
|
* @hidden
|
|
93
94
|
*/
|
|
94
|
-
weekNumberTemplateRef: WeekNumberCellTemplateDirective;
|
|
95
|
+
set weekNumberTemplateRef(template: WeekNumberCellTemplateDirective);
|
|
95
96
|
/**
|
|
96
97
|
* @hidden
|
|
97
98
|
*/
|
|
@@ -99,7 +100,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
99
100
|
/**
|
|
100
101
|
* @hidden
|
|
101
102
|
*/
|
|
102
|
-
headerTitleTemplateRef: HeaderTitleTemplateDirective;
|
|
103
|
+
set headerTitleTemplateRef(template: HeaderTitleTemplateDirective);
|
|
103
104
|
/**
|
|
104
105
|
* @hidden
|
|
105
106
|
*/
|
|
@@ -107,7 +108,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
107
108
|
/**
|
|
108
109
|
* @hidden
|
|
109
110
|
*/
|
|
110
|
-
navigationItemTemplateRef: NavigationItemTemplateDirective;
|
|
111
|
+
set navigationItemTemplateRef(template: NavigationItemTemplateDirective);
|
|
111
112
|
/**
|
|
112
113
|
* @hidden
|
|
113
114
|
*/
|
|
@@ -174,7 +175,8 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
174
175
|
* - `appendTo: 'root' | 'component' | ViewContainerRef`—Controls the popup container. By default, the popup will be appended to the root component.
|
|
175
176
|
* - `popupClass: String`—Specifies a list of CSS classes that are used to style the popup.
|
|
176
177
|
*/
|
|
177
|
-
popupSettings: PopupSettings;
|
|
178
|
+
set popupSettings(settings: PopupSettings);
|
|
179
|
+
get popupSettings(): PopupSettings;
|
|
178
180
|
/**
|
|
179
181
|
* Sets or gets the `navigation` property of the Calendar
|
|
180
182
|
* and determines whether the navigation side-bar is displayed.
|
|
@@ -208,7 +210,8 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
208
210
|
* > The `value` has to be a valid
|
|
209
211
|
* [JavaScript `Date`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) instance.
|
|
210
212
|
*/
|
|
211
|
-
value: Date;
|
|
213
|
+
set value(value: Date);
|
|
214
|
+
get value(): Date;
|
|
212
215
|
/**
|
|
213
216
|
* Specifies the date format that is used to display the input value
|
|
214
217
|
* ([see example]({% slug formats_datepicker %})).
|
|
@@ -292,12 +295,14 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
292
295
|
/**
|
|
293
296
|
* @hidden
|
|
294
297
|
*/
|
|
295
|
-
tabIndex: number;
|
|
298
|
+
set tabIndex(tabIndex: number);
|
|
299
|
+
get tabIndex(): number;
|
|
296
300
|
/**
|
|
297
301
|
* Sets the dates of the DatePicker that will be disabled
|
|
298
302
|
* ([see example]({% slug disabled_dates_datepicker %})).
|
|
299
303
|
*/
|
|
300
|
-
disabledDates: ((date: Date) => boolean) | Date[] | Day[];
|
|
304
|
+
set disabledDates(value: ((date: Date) => boolean) | Date[] | Day[]);
|
|
305
|
+
get disabledDates(): ((date: Date) => boolean) | Date[] | Day[];
|
|
301
306
|
/**
|
|
302
307
|
* Sets the title of the input element of the DatePicker.
|
|
303
308
|
*/
|
|
@@ -327,7 +332,8 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
327
332
|
* * `null`
|
|
328
333
|
*
|
|
329
334
|
*/
|
|
330
|
-
size: DateInputSize;
|
|
335
|
+
set size(size: DateInputSize);
|
|
336
|
+
get size(): DateInputSize;
|
|
331
337
|
/**
|
|
332
338
|
* Sets the border radius of the component.
|
|
333
339
|
*
|
|
@@ -339,7 +345,8 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
339
345
|
* * `null`
|
|
340
346
|
*
|
|
341
347
|
*/
|
|
342
|
-
rounded: DateInputRounded;
|
|
348
|
+
set rounded(rounded: DateInputRounded);
|
|
349
|
+
get rounded(): DateInputRounded;
|
|
343
350
|
/**
|
|
344
351
|
* Sets the fillMode of the component.
|
|
345
352
|
*
|
|
@@ -350,7 +357,8 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
350
357
|
* * `null`
|
|
351
358
|
*
|
|
352
359
|
*/
|
|
353
|
-
fillMode: DateInputFillMode;
|
|
360
|
+
set fillMode(fillMode: DateInputFillMode);
|
|
361
|
+
get fillMode(): DateInputFillMode;
|
|
354
362
|
/**
|
|
355
363
|
* Fires each time the user selects a new value
|
|
356
364
|
* ([more information and example]({% slug overview_datepicker %}#toc-events)).
|
|
@@ -419,15 +427,17 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
419
427
|
/**
|
|
420
428
|
* @hidden
|
|
421
429
|
*/
|
|
422
|
-
|
|
430
|
+
get disabledClass(): boolean;
|
|
423
431
|
/**
|
|
424
432
|
* @hidden
|
|
425
433
|
*/
|
|
426
|
-
|
|
434
|
+
get inputRole(): string;
|
|
427
435
|
popupUID: string;
|
|
428
436
|
popupRef: PopupRef;
|
|
429
|
-
isActive: boolean;
|
|
430
|
-
|
|
437
|
+
get isActive(): boolean;
|
|
438
|
+
set isActive(value: boolean);
|
|
439
|
+
get show(): boolean;
|
|
440
|
+
set show(show: boolean);
|
|
431
441
|
private _popupSettings;
|
|
432
442
|
private _show;
|
|
433
443
|
private _value;
|
|
@@ -472,7 +482,7 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
472
482
|
/**
|
|
473
483
|
* Returns the current open state of the popup.
|
|
474
484
|
*/
|
|
475
|
-
|
|
485
|
+
get isOpen(): boolean;
|
|
476
486
|
/**
|
|
477
487
|
* @hidden
|
|
478
488
|
*/
|
|
@@ -545,13 +555,13 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
545
555
|
/**
|
|
546
556
|
* @hidden
|
|
547
557
|
*/
|
|
548
|
-
|
|
558
|
+
get popupClasses(): string[];
|
|
549
559
|
/**
|
|
550
560
|
* @hidden
|
|
551
561
|
*/
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
562
|
+
get appendTo(): ViewContainerRef;
|
|
563
|
+
get input(): DateInputComponent;
|
|
564
|
+
get calendar(): any;
|
|
555
565
|
/**
|
|
556
566
|
* @hidden
|
|
557
567
|
*/
|
|
@@ -574,4 +584,6 @@ export declare class DatePickerComponent implements ControlValueAccessor, OnInit
|
|
|
574
584
|
private handleSameSelection;
|
|
575
585
|
private handleDateCompletenessChange;
|
|
576
586
|
private setComponentClasses;
|
|
587
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
588
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "kendo-datepicker", ["kendo-datepicker"], { "cellTemplateRef": "cellTemplate"; "monthCellTemplateRef": "monthCellTemplate"; "yearCellTemplateRef": "yearCellTemplate"; "decadeCellTemplateRef": "decadeCellTemplate"; "centuryCellTemplateRef": "centuryCellTemplate"; "weekNumberTemplateRef": "weekNumberTemplate"; "headerTitleTemplateRef": "headerTitleTemplate"; "navigationItemTemplateRef": "navigationItemTemplate"; "focusableId": "focusableId"; "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"; "focusedDate": "focusedDate"; "value": "value"; "format": "format"; "twoDigitYearMax": "twoDigitYearMax"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "disabledDates": "disabledDates"; "title": "title"; "rangeValidation": "rangeValidation"; "disabledDatesValidation": "disabledDatesValidation"; "weekNumber": "weekNumber"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; }, ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], never>;
|
|
577
589
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./datepicker.component";
|
|
7
|
+
import * as i2 from "./localization/datepicker-custom-messages.component";
|
|
8
|
+
import * as i3 from "./localization/datepicker-localized-messages.directive";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "../dateinput/dateinput.module";
|
|
11
|
+
import * as i6 from "../calendar/calendar.module";
|
|
12
|
+
import * as i7 from "@progress/kendo-angular-intl";
|
|
13
|
+
import * as i8 from "@progress/kendo-angular-popup";
|
|
14
|
+
import * as i9 from "../calendar/templates.module";
|
|
15
|
+
import * as i10 from "@progress/kendo-angular-common";
|
|
16
|
+
/**
|
|
17
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
18
|
+
* definition for the DatePicker component.
|
|
19
|
+
*/
|
|
20
|
+
export declare class DatePickerModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DatePickerModule, [typeof i1.DatePickerComponent, typeof i2.DatePickerCustomMessagesComponent, typeof i3.DatePickerLocalizedMessagesDirective], [typeof i4.CommonModule, typeof i5.DateInputModule, typeof i6.CalendarModule, typeof i7.IntlModule, typeof i8.PopupModule, typeof i9.TemplatesModule, typeof i10.EventsModule], [typeof i1.DatePickerComponent, typeof i2.DatePickerCustomMessagesComponent, typeof i3.DatePickerLocalizedMessagesDirective, typeof i9.TemplatesModule]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DatePickerModule>;
|
|
24
|
+
}
|
package/{dist/es2015/datepicker → datepicker}/localization/datepicker-custom-messages.component.d.ts
RENAMED
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { DatePickerMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Custom component messages override default component messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
9
10
|
*/
|
|
10
11
|
export declare class DatePickerCustomMessagesComponent extends DatePickerMessages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
13
|
-
protected
|
|
14
|
+
protected get override(): boolean;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerCustomMessagesComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerCustomMessagesComponent, "kendo-datepicker-messages", never, {}, {}, never, never>;
|
|
14
17
|
}
|
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { DatePickerMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class DatePickerLocalizedMessagesDirective extends DatePickerMessages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerLocalizedMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DatePickerLocalizedMessagesDirective, "[kendoDatePickerLocalizedMessages]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
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';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -23,4 +24,6 @@ export declare class DatePickerMessages extends ComponentMessages {
|
|
|
23
24
|
* The title of the **Next** button in the header of the Classic Calendar.
|
|
24
25
|
*/
|
|
25
26
|
nextButtonTitle: string;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerMessages, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DatePickerMessages, "kendo-datepicker-messages-base", never, { "today": "today"; "toggle": "toggle"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; }, {}, never>;
|
|
26
29
|
}
|
|
File without changes
|
|
@@ -7,7 +7,9 @@ import { DateInputComponent } from '../dateinput/dateinput.component';
|
|
|
7
7
|
import { AutoCorrectOn } from './auto-correct-on.type';
|
|
8
8
|
import { DateRangeInput } from './date-range-input';
|
|
9
9
|
import { DateRangeService } from './date-range.service';
|
|
10
|
+
import { DateRangePopupService } from './date-range-popup.service';
|
|
10
11
|
import { SelectionRange } from '../calendar/models/selection-range.interface';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
11
13
|
/**
|
|
12
14
|
* A directive which manages the end range selection.
|
|
13
15
|
*
|
|
@@ -49,9 +51,11 @@ export declare class DateRangeEndInputDirective extends DateRangeInput implement
|
|
|
49
51
|
* ```
|
|
50
52
|
*/
|
|
51
53
|
navigateCalendarOnFocus: boolean;
|
|
52
|
-
constructor(rangeService: DateRangeService, dateInput: DateInputComponent, element: ElementRef, renderer: Renderer2, zone: NgZone);
|
|
54
|
+
constructor(rangeService: DateRangeService, dateInput: DateInputComponent, rangePopupService: DateRangePopupService, element: ElementRef, renderer: Renderer2, zone: NgZone);
|
|
53
55
|
ngOnInit(): void;
|
|
54
56
|
ngOnDestroy(): void;
|
|
55
57
|
protected getRange(value: Date, correctOn: AutoCorrectOn): SelectionRange;
|
|
56
58
|
protected updateInputValue(range: SelectionRange): void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeEndInputDirective, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateRangeEndInputDirective, "[kendoDateRangeEndInput]", never, { "autoCorrectOn": "autoCorrectOn"; "navigateCalendarOnFocus": "navigateCalendarOnFocus"; }, {}, never>;
|
|
57
61
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ElementRef, Renderer2, NgZone } from '@angular/core';
|
|
6
6
|
import { DateInputComponent } from '../dateinput/dateinput.component';
|
|
7
7
|
import { DateRangeService } from './date-range.service';
|
|
8
|
+
import { DateRangePopupService } from './date-range-popup.service';
|
|
8
9
|
import { AutoCorrectOn } from './auto-correct-on.type';
|
|
9
10
|
import { SelectionRange } from '../calendar/models/selection-range.interface';
|
|
10
11
|
import { SelectionRangeEnd } from '../calendar/models/selection-range-end.type';
|
|
@@ -14,16 +15,17 @@ import { SelectionRangeEnd } from '../calendar/models/selection-range-end.type';
|
|
|
14
15
|
export declare abstract class DateRangeInput {
|
|
15
16
|
private activeRangeEnd;
|
|
16
17
|
private dateRangeService;
|
|
18
|
+
private dateRangePopupService;
|
|
17
19
|
private input;
|
|
18
20
|
private element;
|
|
19
21
|
private renderer;
|
|
20
22
|
private zone;
|
|
21
23
|
navigateCalendarOnFocus: boolean;
|
|
22
|
-
private
|
|
24
|
+
private get isActiveEnd();
|
|
23
25
|
private popupSubscriptions;
|
|
24
26
|
private subscriptions;
|
|
25
|
-
private
|
|
26
|
-
constructor(activeRangeEnd: SelectionRangeEnd, dateRangeService: DateRangeService, input: DateInputComponent, element: ElementRef, renderer: Renderer2, zone: NgZone);
|
|
27
|
+
private get popupCalendarActivated();
|
|
28
|
+
constructor(activeRangeEnd: SelectionRangeEnd, dateRangeService: DateRangeService, dateRangePopupService: DateRangePopupService, input: DateInputComponent, element: ElementRef, renderer: Renderer2, zone: NgZone);
|
|
27
29
|
protected init(): void;
|
|
28
30
|
protected destroy(): void;
|
|
29
31
|
protected abstract getRange(value: Date, correctOn?: AutoCorrectOn): SelectionRange;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* A directive which renders the content of the DateRange Popup. To define the cell template, nest an
|
|
8
9
|
* `<ng-template>` tag with the `kendoRangePopupTemplate` directive inside the component tag.
|
|
@@ -10,4 +11,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
10
11
|
export declare class DateRangePopupTemplateDirective {
|
|
11
12
|
templateRef: TemplateRef<any>;
|
|
12
13
|
constructor(templateRef: TemplateRef<any>);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePopupTemplateDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateRangePopupTemplateDirective, "[kendoDateRangePopupTemplate]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -6,8 +6,10 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef, NgZone, OnIni
|
|
|
6
6
|
import { Align, Collision, Margin, PopupAnimation, PopupService, PopupRef } from '@progress/kendo-angular-popup';
|
|
7
7
|
import { DateRangePopupTemplateDirective } from './date-range-popup-template.directive';
|
|
8
8
|
import { DateRangeService } from './date-range.service';
|
|
9
|
+
import { DateRangePopupService } from './date-range-popup.service';
|
|
9
10
|
import { MultiViewCalendarComponent } from '../calendar/multiview-calendar.component';
|
|
10
11
|
import { PreventableEvent } from '../preventable-event';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
11
13
|
/**
|
|
12
14
|
* Represents the Kendo UI DateRangePopup component for Angular.
|
|
13
15
|
*
|
|
@@ -30,6 +32,7 @@ import { PreventableEvent } from '../preventable-event';
|
|
|
30
32
|
export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
31
33
|
private popupService;
|
|
32
34
|
private dateRangeService;
|
|
35
|
+
private dateRangePopupService;
|
|
33
36
|
private ref;
|
|
34
37
|
private zone;
|
|
35
38
|
private rtl;
|
|
@@ -109,12 +112,13 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
109
112
|
*
|
|
110
113
|
* > When the popup is closed, the property returns `null`.
|
|
111
114
|
*/
|
|
112
|
-
calendar: MultiViewCalendarComponent;
|
|
115
|
+
get calendar(): MultiViewCalendarComponent;
|
|
116
|
+
set calendar(calendar: MultiViewCalendarComponent);
|
|
113
117
|
/**
|
|
114
118
|
* Gets the active state of the component.
|
|
115
119
|
* When the opened calendar is active, returns `true`.
|
|
116
120
|
*/
|
|
117
|
-
|
|
121
|
+
get isActive(): boolean;
|
|
118
122
|
/**
|
|
119
123
|
* @hidden
|
|
120
124
|
*/
|
|
@@ -126,7 +130,8 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
126
130
|
/**
|
|
127
131
|
* Gets or sets the visibility state of the component.
|
|
128
132
|
*/
|
|
129
|
-
show: boolean;
|
|
133
|
+
set show(show: boolean);
|
|
134
|
+
get show(): boolean;
|
|
130
135
|
private activateSubscription;
|
|
131
136
|
private blurSubscription;
|
|
132
137
|
private focusSubscription;
|
|
@@ -136,7 +141,7 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
136
141
|
private resolvedPromise;
|
|
137
142
|
private _calendar;
|
|
138
143
|
private _show;
|
|
139
|
-
constructor(popupService: PopupService, dateRangeService: DateRangeService, ref: ChangeDetectorRef, zone: NgZone, rtl: boolean);
|
|
144
|
+
constructor(popupService: PopupService, dateRangeService: DateRangeService, dateRangePopupService: DateRangePopupService, ref: ChangeDetectorRef, zone: NgZone, rtl: boolean);
|
|
140
145
|
ngOnInit(): void;
|
|
141
146
|
ngAfterViewInit(): void;
|
|
142
147
|
ngOnDestroy(): void;
|
|
@@ -173,7 +178,9 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
173
178
|
private handleKeydown;
|
|
174
179
|
private subscribeFocusBlur;
|
|
175
180
|
private addPopupSubscriptions;
|
|
176
|
-
private
|
|
181
|
+
private get _appendTo();
|
|
177
182
|
private _toggle;
|
|
178
183
|
private destroyPopup;
|
|
184
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePopupComponent, [null, null, null, null, null, { optional: true; }]>;
|
|
185
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePopupComponent, "kendo-daterange-popup", ["kendo-daterange-popup"], { "animate": "animate"; "anchor": "anchor"; "anchorAlign": "anchorAlign"; "appendTo": "appendTo"; "collision": "collision"; "popupAlign": "popupAlign"; "margin": "margin"; }, { "open": "open"; "close": "close"; "onBlur": "blur"; "onFocus": "focus"; "cancel": "cancel"; }, ["contentTemplate", "contentCalendar"], never>;
|
|
179
186
|
}
|