@progress/kendo-angular-dateinputs 6.0.3-dev.202203150818 → 7.0.0-dev.202204150726
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 +46 -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 +5 -5
- package/{dist/es2015/common → common}/models/rounded.d.ts +6 -6
- package/{dist/es2015/common → common}/models/size.d.ts +5 -5
- 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 +34 -25
- 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 +49 -37
- 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 +3 -0
- package/{dist/es2015/daterange → daterange}/date-range-input.d.ts +2 -2
- 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 +9 -4
- 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 +3 -0
- package/{dist/es2015/daterange → daterange}/date-range.component.d.ts +5 -1
- package/{dist/es2015/daterange → daterange}/date-range.module.d.ts +15 -1
- package/{dist/es2015/daterange → daterange}/date-range.service.d.ts +11 -6
- package/{dist/es2015/datetimepicker → datetimepicker}/datetimepicker.component.d.ts +51 -36
- 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 +283 -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 +17 -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 +27 -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 +27 -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 +105 -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 +215 -216
- 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 +25 -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 +320 -317
- 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 +29 -0
- package/{dist/es → esm2015}/daterange/auto-correct-on.type.js +1 -0
- package/{dist/es2015 → esm2015}/daterange/date-range-end-input.directive.js +18 -25
- package/{dist/es2015 → esm2015}/daterange/date-range-input.js +0 -0
- package/esm2015/daterange/date-range-popup-template.directive.js +23 -0
- package/{dist/es2015 → esm2015}/daterange/date-range-popup.component.js +71 -89
- package/{dist/es2015 → esm2015}/daterange/date-range-selection.directive.js +26 -39
- package/{dist/es2015 → esm2015}/daterange/date-range-start-input.directive.js +18 -25
- package/esm2015/daterange/date-range.component.js +77 -0
- package/{dist/es2015 → esm2015}/daterange/date-range.module.js +27 -12
- package/{dist/es2015 → esm2015}/daterange/date-range.service.js +9 -14
- package/{dist/es2015 → esm2015}/datetimepicker/datetimepicker.component.js +436 -257
- 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 +49 -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 +24 -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 +1 -0
- package/esm2015/timepicker/localization/messages.js +35 -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 +251 -208
- 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 +13 -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} +9763 -9156
- 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} +24 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +46 -117
- 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} +2 -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 +45 -31
- 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} +12 -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
|
@@ -8,6 +8,7 @@ import { DateRangePopupTemplateDirective } from './date-range-popup-template.dir
|
|
|
8
8
|
import { DateRangeService } from './date-range.service';
|
|
9
9
|
import { MultiViewCalendarComponent } from '../calendar/multiview-calendar.component';
|
|
10
10
|
import { PreventableEvent } from '../preventable-event';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* Represents the Kendo UI DateRangePopup component for Angular.
|
|
13
14
|
*
|
|
@@ -109,12 +110,13 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
109
110
|
*
|
|
110
111
|
* > When the popup is closed, the property returns `null`.
|
|
111
112
|
*/
|
|
112
|
-
calendar: MultiViewCalendarComponent;
|
|
113
|
+
get calendar(): MultiViewCalendarComponent;
|
|
114
|
+
set calendar(calendar: MultiViewCalendarComponent);
|
|
113
115
|
/**
|
|
114
116
|
* Gets the active state of the component.
|
|
115
117
|
* When the opened calendar is active, returns `true`.
|
|
116
118
|
*/
|
|
117
|
-
|
|
119
|
+
get isActive(): boolean;
|
|
118
120
|
/**
|
|
119
121
|
* @hidden
|
|
120
122
|
*/
|
|
@@ -126,7 +128,8 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
126
128
|
/**
|
|
127
129
|
* Gets or sets the visibility state of the component.
|
|
128
130
|
*/
|
|
129
|
-
show: boolean;
|
|
131
|
+
set show(show: boolean);
|
|
132
|
+
get show(): boolean;
|
|
130
133
|
private activateSubscription;
|
|
131
134
|
private blurSubscription;
|
|
132
135
|
private focusSubscription;
|
|
@@ -173,7 +176,9 @@ export declare class DateRangePopupComponent implements OnInit, OnDestroy {
|
|
|
173
176
|
private handleKeydown;
|
|
174
177
|
private subscribeFocusBlur;
|
|
175
178
|
private addPopupSubscriptions;
|
|
176
|
-
private
|
|
179
|
+
private get _appendTo();
|
|
177
180
|
private _toggle;
|
|
178
181
|
private destroyPopup;
|
|
182
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePopupComponent, [null, null, null, null, { optional: true; }]>;
|
|
183
|
+
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
184
|
}
|
|
@@ -8,6 +8,7 @@ import { MultiViewCalendarComponent } from '../calendar/multiview-calendar.compo
|
|
|
8
8
|
import { SelectionRange } from '../calendar/models/selection-range.interface';
|
|
9
9
|
import { SelectionRangeEnd } from '../calendar/models/selection-range-end.type';
|
|
10
10
|
import { AutoCorrectOn } from './auto-correct-on.type';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* A directive which manages the MultiViewCalendar range selection.
|
|
13
14
|
*/
|
|
@@ -29,7 +30,8 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
29
30
|
* Gets or sets the selection range of the calendar. When a new range is set,
|
|
30
31
|
* the connected DateRangeService notifies all related parties.
|
|
31
32
|
*/
|
|
32
|
-
selectionRange: SelectionRange;
|
|
33
|
+
get selectionRange(): SelectionRange;
|
|
34
|
+
set selectionRange(range: SelectionRange);
|
|
33
35
|
/**
|
|
34
36
|
* Gets or sets the active end of the selection range. This option determines which range end will be updated on
|
|
35
37
|
* user interaction. When a new active end is set, the connected DateRangeService notifies all related parties.
|
|
@@ -41,7 +43,8 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
41
43
|
*
|
|
42
44
|
* > If the selection range is undefined, the value is ignored.
|
|
43
45
|
*/
|
|
44
|
-
activeRangeEnd: SelectionRangeEnd;
|
|
46
|
+
get activeRangeEnd(): SelectionRangeEnd;
|
|
47
|
+
set activeRangeEnd(activeRange: SelectionRangeEnd);
|
|
45
48
|
/**
|
|
46
49
|
* Fires when the active range end is changed. For more information, refer to
|
|
47
50
|
* the section on [events]({% slug overview_multiviewcalendar %}#toc-events).
|
|
@@ -52,7 +55,7 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
52
55
|
* the section on [events]({% slug overview_multiviewcalendar %}#toc-events).
|
|
53
56
|
*/
|
|
54
57
|
selectionRangeChange: EventEmitter<SelectionRange>;
|
|
55
|
-
private
|
|
58
|
+
private get calendarRange();
|
|
56
59
|
private calendarSubscriptions;
|
|
57
60
|
constructor(calendar: MultiViewCalendarComponent, cdr: ChangeDetectorRef, element: ElementRef, renderer: Renderer2, dateRangeService: DateRangeService);
|
|
58
61
|
ngOnInit(): void;
|
|
@@ -68,4 +71,6 @@ export declare class DateRangeSelectionDirective implements OnInit {
|
|
|
68
71
|
private updateRange;
|
|
69
72
|
private setSelectionRange;
|
|
70
73
|
private acceptAndEmit;
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeSelectionDirective, [null, null, null, null, { optional: true; }]>;
|
|
75
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateRangeSelectionDirective, "[kendoDateRangeSelection]", never, { "autoCorrectOn": "autoCorrectOn"; "selectionRange": "selectionRange"; "activeRangeEnd": "activeRangeEnd"; }, { "activeRangeEndChange": "activeRangeEndChange"; "selectionRangeChange": "selectionRangeChange"; }, never>;
|
|
71
76
|
}
|
|
@@ -8,6 +8,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
10
|
import { SelectionRange } from '../calendar/models/selection-range.interface';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* A directive which manages the start selection range.
|
|
13
14
|
*
|
|
@@ -55,4 +56,6 @@ export declare class DateRangeStartInputDirective extends DateRangeInput impleme
|
|
|
55
56
|
ngOnDestroy(): void;
|
|
56
57
|
protected getRange(value: Date, correctOn: AutoCorrectOn): SelectionRange;
|
|
57
58
|
protected updateInputValue(range: SelectionRange): void;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeStartInputDirective, never>;
|
|
60
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateRangeStartInputDirective, "[kendoDateRangeStartInput]", never, { "autoCorrectOn": "autoCorrectOn"; "navigateCalendarOnFocus": "navigateCalendarOnFocus"; }, {}, never>;
|
|
58
61
|
}
|
|
@@ -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 { AfterContentInit, OnDestroy } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents the Kendo UI DateRange component for Angular.
|
|
8
9
|
*
|
|
@@ -23,14 +24,17 @@ import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
|
23
24
|
* ```
|
|
24
25
|
*/
|
|
25
26
|
export declare class DateRangeComponent implements AfterContentInit, OnDestroy {
|
|
27
|
+
wrapperClass: boolean;
|
|
26
28
|
/**
|
|
27
29
|
* @hidden
|
|
28
30
|
*/
|
|
29
31
|
showDefault: boolean;
|
|
30
32
|
private contentPopup;
|
|
31
|
-
private
|
|
33
|
+
private get hasContentPopup();
|
|
32
34
|
private subscription;
|
|
33
35
|
constructor();
|
|
34
36
|
ngAfterContentInit(): void;
|
|
35
37
|
ngOnDestroy(): void;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangeComponent, "kendo-daterange", never, {}, {}, ["contentPopup"], ["*"]>;
|
|
36
40
|
}
|
|
@@ -2,6 +2,18 @@
|
|
|
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 "./date-range.component";
|
|
7
|
+
import * as i2 from "./date-range-popup.component";
|
|
8
|
+
import * as i3 from "./date-range-popup-template.directive";
|
|
9
|
+
import * as i4 from "./date-range-selection.directive";
|
|
10
|
+
import * as i5 from "./date-range-start-input.directive";
|
|
11
|
+
import * as i6 from "./date-range-end-input.directive";
|
|
12
|
+
import * as i7 from "@angular/common";
|
|
13
|
+
import * as i8 from "../calendar/multiview-calendar.module";
|
|
14
|
+
import * as i9 from "../dateinput/dateinput.module";
|
|
15
|
+
import * as i10 from "@progress/kendo-angular-popup";
|
|
16
|
+
import * as i11 from "@progress/kendo-angular-common";
|
|
5
17
|
/**
|
|
6
18
|
* The exported package module.
|
|
7
19
|
*
|
|
@@ -12,7 +24,6 @@
|
|
|
12
24
|
* - `DateRangeEndInputDirective`—The end DateInput date range selection directive.
|
|
13
25
|
* - `DateRangeStartInputDirective`—The start DateInput date range selection directive.
|
|
14
26
|
* - `DateRangePopupTemplateDirective`—The DateRangePopup content template directive.
|
|
15
|
-
* - `MultiViewCalendarModule`—The MultiViewCalendar module.
|
|
16
27
|
*
|
|
17
28
|
* @example
|
|
18
29
|
*
|
|
@@ -42,4 +53,7 @@
|
|
|
42
53
|
* ```
|
|
43
54
|
*/
|
|
44
55
|
export declare class DateRangeModule {
|
|
56
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeModule, never>;
|
|
57
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateRangeModule, [typeof i1.DateRangeComponent, typeof i2.DateRangePopupComponent, typeof i3.DateRangePopupTemplateDirective, typeof i4.DateRangeSelectionDirective, typeof i5.DateRangeStartInputDirective, typeof i6.DateRangeEndInputDirective], [typeof i7.CommonModule, typeof i8.MultiViewCalendarModule, typeof i9.DateInputModule, typeof i10.PopupModule, typeof i11.EventsModule], [typeof i1.DateRangeComponent, typeof i2.DateRangePopupComponent, typeof i3.DateRangePopupTemplateDirective, typeof i4.DateRangeSelectionDirective, typeof i5.DateRangeStartInputDirective, typeof i6.DateRangeEndInputDirective]>;
|
|
58
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateRangeModule>;
|
|
45
59
|
}
|
|
@@ -4,9 +4,10 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
6
|
import { DateInputComponent } from '../dateinput/dateinput.component';
|
|
7
|
-
import { DateRangePopupComponent } from './date-range-popup.component';
|
|
7
|
+
import type { DateRangePopupComponent } from './date-range-popup.component';
|
|
8
8
|
import { SelectionRangeEnd } from '../calendar/models/selection-range-end.type';
|
|
9
9
|
import { SelectionRange } from '../calendar/models/selection-range.interface';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A service that handles the communication between the components that are placed inside the DateRangeComponent.
|
|
12
13
|
* For example, the start and end `DateInput` and `DateRangePopup` components.
|
|
@@ -41,25 +42,27 @@ export declare class DateRangeService {
|
|
|
41
42
|
/**
|
|
42
43
|
* Gets the current `activeRangeEnd` value.
|
|
43
44
|
*/
|
|
44
|
-
|
|
45
|
+
get activeRangeEnd(): SelectionRangeEnd;
|
|
45
46
|
/**
|
|
46
47
|
* Gets the current `focusedDate` value.
|
|
47
48
|
*/
|
|
48
|
-
|
|
49
|
+
get focusedDate(): Date;
|
|
49
50
|
/**
|
|
50
51
|
* Gets the `min` range value.
|
|
51
52
|
* The `min` value is extracted from the `start` DateInput value or the `min` value of the Calendar.
|
|
52
53
|
*/
|
|
53
|
-
|
|
54
|
+
get min(): Date;
|
|
54
55
|
/**
|
|
55
56
|
* Gets the `max` range value.
|
|
56
57
|
* The `max` value is extracted from the `end` DateInput value or the `max` value of the Calendar.
|
|
57
58
|
*/
|
|
58
|
-
|
|
59
|
+
get max(): Date;
|
|
59
60
|
/**
|
|
60
61
|
* Gets the current `selectionRange` value.
|
|
61
62
|
*/
|
|
62
|
-
|
|
63
|
+
get selectionRange(): SelectionRange;
|
|
64
|
+
/** @hidden */
|
|
65
|
+
constructor();
|
|
63
66
|
/**
|
|
64
67
|
* Activates the registered `DateRangePopup` component.
|
|
65
68
|
* The method opens the popup and focuses the calendar.
|
|
@@ -113,4 +116,6 @@ export declare class DateRangeService {
|
|
|
113
116
|
* Updates the selection range. Notifies all `range$` listeners.
|
|
114
117
|
*/
|
|
115
118
|
setRange(range?: SelectionRange): void;
|
|
119
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeService, never>;
|
|
120
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DateRangeService>;
|
|
116
121
|
}
|
|
@@ -30,6 +30,7 @@ import { FormatSettings } from '../dateinput/models/format-settings.model';
|
|
|
30
30
|
import { DateInputSize } from '../common/models/size';
|
|
31
31
|
import { DateInputRounded } from '../common/models/rounded';
|
|
32
32
|
import { DateInputFillMode } from '../common/models/fillmode';
|
|
33
|
+
import * as i0 from "@angular/core";
|
|
33
34
|
/**
|
|
34
35
|
* Represents the [Kendo UI DateTimePicker component for Angular]({% slug overview_datetimepicker %}).
|
|
35
36
|
*/
|
|
@@ -51,7 +52,7 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
51
52
|
/**
|
|
52
53
|
* @hidden
|
|
53
54
|
*/
|
|
54
|
-
|
|
55
|
+
get disabledClass(): boolean;
|
|
55
56
|
/**
|
|
56
57
|
* @hidden
|
|
57
58
|
*/
|
|
@@ -59,21 +60,22 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
59
60
|
/**
|
|
60
61
|
* @hidden
|
|
61
62
|
*/
|
|
62
|
-
|
|
63
|
+
get input(): DateInputComponent;
|
|
63
64
|
/**
|
|
64
65
|
* @hidden
|
|
65
66
|
*/
|
|
66
|
-
|
|
67
|
+
get calendar(): CalendarComponent;
|
|
67
68
|
/**
|
|
68
69
|
* @hidden
|
|
69
70
|
*/
|
|
70
|
-
|
|
71
|
+
get timeSelector(): TimeSelectorComponent;
|
|
71
72
|
/**
|
|
72
73
|
* Specifies the value of the DateTimePicker component.
|
|
73
74
|
*
|
|
74
75
|
* > The `value` has to be a valid [JavaScript `Date`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) instance.
|
|
75
76
|
*/
|
|
76
|
-
value: Date;
|
|
77
|
+
set value(value: Date);
|
|
78
|
+
get value(): Date;
|
|
77
79
|
/**
|
|
78
80
|
* Specifies the date format for displaying the input value
|
|
79
81
|
* ([see example]({% slug formats_datetimepicker %}))
|
|
@@ -84,7 +86,8 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
84
86
|
*
|
|
85
87
|
* > If a [`FormatSettings`]({% slug api_dateinputs_formatsettings %}) object is provided, the `displayFormat` value will be used for the popup TimePicker.
|
|
86
88
|
*/
|
|
87
|
-
format: string | FormatSettings;
|
|
89
|
+
set format(format: string | FormatSettings);
|
|
90
|
+
get format(): string | FormatSettings;
|
|
88
91
|
/**
|
|
89
92
|
* The maximum year to assume to be from the current century when typing two-digit year value
|
|
90
93
|
* ([see example]({% slug formats_datetimepicker %}#toc-two-digit-year-format)).
|
|
@@ -96,12 +99,14 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
96
99
|
/**
|
|
97
100
|
* Specifies the [`tabindex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the DateTimePicker.
|
|
98
101
|
*/
|
|
99
|
-
tabindex: number;
|
|
102
|
+
set tabindex(value: number);
|
|
103
|
+
get tabindex(): number;
|
|
100
104
|
/**
|
|
101
105
|
* Sets the dates of the DateTimePicker that will be disabled
|
|
102
106
|
* ([see example]({% slug disabled_dates_datetimepicker %})).
|
|
103
107
|
*/
|
|
104
|
-
disabledDates: ((date: Date) => boolean) | Date[] | Day[];
|
|
108
|
+
set disabledDates(value: ((date: Date) => boolean) | Date[] | Day[]);
|
|
109
|
+
get disabledDates(): ((date: Date) => boolean) | Date[] | Day[];
|
|
105
110
|
/**
|
|
106
111
|
* Configures the popup settings of the DateTimePicker
|
|
107
112
|
* ([see example]({% slug datetimepicker_popup_options %}#toc-customizing-the-popup)).
|
|
@@ -111,7 +116,8 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
111
116
|
* - `appendTo: 'root' | 'component' | ViewContainerRef`—Controls the popup container. By default, the popup will be appended to the root component.
|
|
112
117
|
* - `popupClass: String`—Specifies a list of CSS classes that are used to style the popup.
|
|
113
118
|
*/
|
|
114
|
-
popupSettings: PopupSettings;
|
|
119
|
+
set popupSettings(settings: PopupSettings);
|
|
120
|
+
get popupSettings(): PopupSettings;
|
|
115
121
|
/**
|
|
116
122
|
* @hidden
|
|
117
123
|
*/
|
|
@@ -193,7 +199,8 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
193
199
|
* time entries before the specified time portion of this value
|
|
194
200
|
* ([see example]({% slug dateranges_datetimepicker %})).
|
|
195
201
|
*/
|
|
196
|
-
min: Date;
|
|
202
|
+
set min(value: Date);
|
|
203
|
+
get min(): Date;
|
|
197
204
|
/**
|
|
198
205
|
* Specifies the biggest valid date.
|
|
199
206
|
* The Calendar will not display dates after this value.
|
|
@@ -201,7 +208,8 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
201
208
|
* time entries after the specified time portion of this value
|
|
202
209
|
* ([see example]({% slug dateranges_datetimepicker %})).
|
|
203
210
|
*/
|
|
204
|
-
max: Date;
|
|
211
|
+
set max(value: Date);
|
|
212
|
+
get max(): Date;
|
|
205
213
|
/**
|
|
206
214
|
* Determines whether the built-in min or max validators are enforced when validating a form
|
|
207
215
|
* ([see example]({% slug dateranges_datetimepicker %}#toc-prevent-invalid-input)).
|
|
@@ -247,72 +255,77 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
247
255
|
/**
|
|
248
256
|
* Indicates whether the component is currently open.
|
|
249
257
|
*/
|
|
250
|
-
|
|
258
|
+
get isOpen(): boolean;
|
|
251
259
|
/**
|
|
252
260
|
* Indicates whether the component or its popup content is focused.
|
|
253
261
|
*/
|
|
254
|
-
isActive: boolean;
|
|
262
|
+
get isActive(): boolean;
|
|
263
|
+
set isActive(value: boolean);
|
|
255
264
|
/**
|
|
256
265
|
* Sets the active tab on opening the popup
|
|
257
266
|
* ([see example]({% slug datetimepicker_popup_options %}#toc-setting-the-default-tab)).
|
|
258
267
|
*/
|
|
259
|
-
defaultTab: DateTimePickerActiveTab;
|
|
268
|
+
set defaultTab(tab: DateTimePickerActiveTab);
|
|
269
|
+
get defaultTab(): DateTimePickerActiveTab;
|
|
260
270
|
/**
|
|
261
271
|
* Sets the size of the component.
|
|
262
272
|
*
|
|
263
273
|
* The possible values are:
|
|
264
|
-
* * `
|
|
265
|
-
* * `
|
|
266
|
-
* * `
|
|
267
|
-
* * `
|
|
274
|
+
* * `small`
|
|
275
|
+
* * `medium` (Default)
|
|
276
|
+
* * `large`
|
|
277
|
+
* * `none`
|
|
268
278
|
*
|
|
269
279
|
*/
|
|
270
|
-
size: DateInputSize;
|
|
280
|
+
set size(size: DateInputSize);
|
|
281
|
+
get size(): DateInputSize;
|
|
271
282
|
/**
|
|
272
283
|
* Sets the border radius of the component.
|
|
273
284
|
*
|
|
274
285
|
* The possible values are:
|
|
275
|
-
* * `
|
|
276
|
-
* * `
|
|
277
|
-
* * `
|
|
278
|
-
* * `
|
|
279
|
-
* * `
|
|
286
|
+
* * `small`
|
|
287
|
+
* * `medium` (Default)
|
|
288
|
+
* * `large`
|
|
289
|
+
* * `full`
|
|
290
|
+
* * `none`
|
|
280
291
|
*
|
|
281
292
|
*/
|
|
282
|
-
rounded: DateInputRounded;
|
|
293
|
+
set rounded(rounded: DateInputRounded);
|
|
294
|
+
get rounded(): DateInputRounded;
|
|
283
295
|
/**
|
|
284
296
|
* Sets the fillMode of the component.
|
|
285
297
|
*
|
|
286
298
|
* The possible values are:
|
|
287
|
-
* * `
|
|
288
|
-
* * `
|
|
289
|
-
* * `
|
|
290
|
-
* * `
|
|
299
|
+
* * `solid` (Default)
|
|
300
|
+
* * `flat`
|
|
301
|
+
* * `outline`
|
|
302
|
+
* * `none`
|
|
291
303
|
*
|
|
292
304
|
*/
|
|
293
|
-
fillMode: DateInputFillMode;
|
|
305
|
+
set fillMode(fillMode: DateInputFillMode);
|
|
306
|
+
get fillMode(): DateInputFillMode;
|
|
294
307
|
/**
|
|
295
308
|
* @hidden
|
|
296
309
|
*/
|
|
297
|
-
|
|
310
|
+
get tabSwitchTransition(): string;
|
|
298
311
|
/**
|
|
299
312
|
* @hidden
|
|
300
313
|
*
|
|
301
314
|
* Indicates whether the Calendar will be disabled.
|
|
302
315
|
* The inactive tab component gets disabled and becomes inaccessible on tab click.
|
|
303
316
|
*/
|
|
304
|
-
|
|
317
|
+
get disableCalendar(): boolean;
|
|
305
318
|
/**
|
|
306
319
|
* @hidden
|
|
307
320
|
*/
|
|
308
|
-
|
|
321
|
+
get inputRole(): string;
|
|
309
322
|
/**
|
|
310
323
|
* @hidden
|
|
311
324
|
*
|
|
312
325
|
* Indicates whether the TimeSelector will be disabled.
|
|
313
326
|
* The inactive tab component gets disabled and becomes inaccessible on tab click.
|
|
314
327
|
*/
|
|
315
|
-
|
|
328
|
+
get disableTimeSelector(): boolean;
|
|
316
329
|
/**
|
|
317
330
|
* @hidden
|
|
318
331
|
*
|
|
@@ -374,8 +387,8 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
374
387
|
* @hidden
|
|
375
388
|
*/
|
|
376
389
|
headerTitleTemplate: HeaderTitleTemplateDirective;
|
|
377
|
-
private
|
|
378
|
-
private
|
|
390
|
+
private get activeTabComponent();
|
|
391
|
+
private get appendTo();
|
|
379
392
|
private container;
|
|
380
393
|
private popupTemplate;
|
|
381
394
|
private popupRef;
|
|
@@ -552,4 +565,6 @@ export declare class DateTimePickerComponent implements OnInit, OnChanges, After
|
|
|
552
565
|
private run;
|
|
553
566
|
private handleDateCompletenessChange;
|
|
554
567
|
private setComponentClasses;
|
|
568
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
|
|
569
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "kendo-datetimepicker", ["kendo-datetimepicker"], { "value": "value"; "format": "format"; "twoDigitYearMax": "twoDigitYearMax"; "tabindex": "tabindex"; "disabledDates": "disabledDates"; "popupSettings": "popupSettings"; "focusableId": "focusableId"; "title": "title"; "disabled": "disabled"; "readonly": "readonly"; "readOnlyInput": "readOnlyInput"; "cancelButton": "cancelButton"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "steps": "steps"; "focusedDate": "focusedDate"; "calendarType": "calendarType"; "animateCalendarNavigation": "animateCalendarNavigation"; "weekNumber": "weekNumber"; "min": "min"; "max": "max"; "rangeValidation": "rangeValidation"; "disabledDatesValidation": "disabledDatesValidation"; "incompleteDateValidation": "incompleteDateValidation"; "defaultTab": "defaultTab"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; }, ["cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate"], never>;
|
|
555
570
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 "./datetimepicker.component";
|
|
7
|
+
import * as i2 from "./localization/datetimepicker-custom-messages.component";
|
|
8
|
+
import * as i3 from "./localization/localized-messages.directive";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "@progress/kendo-angular-intl";
|
|
11
|
+
import * as i6 from "../dateinput/dateinput.module";
|
|
12
|
+
import * as i7 from "../calendar/calendar.module";
|
|
13
|
+
import * as i8 from "../timepicker/timepicker.module";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-popup";
|
|
15
|
+
import * as i10 from "@progress/kendo-angular-common";
|
|
16
|
+
import * as i11 from "../calendar/templates.module";
|
|
17
|
+
/**
|
|
18
|
+
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
19
|
+
* definition for the DateTimePicker component.
|
|
20
|
+
*/
|
|
21
|
+
export declare class DateTimePickerModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DateTimePickerComponent, typeof i2.DateTimePickerCustomMessagesComponent, typeof i3.LocalizedMessagesDirective], [typeof i4.CommonModule, typeof i5.IntlModule, typeof i6.DateInputModule, typeof i7.CalendarModule, typeof i8.TimePickerModule, typeof i9.PopupModule, typeof i10.EventsModule, typeof i11.TemplatesModule], [typeof i1.DateTimePickerComponent, typeof i2.DateTimePickerCustomMessagesComponent, typeof i3.LocalizedMessagesDirective, typeof i11.TemplatesModule]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
|
|
25
|
+
}
|
|
@@ -4,11 +4,14 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } 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 DateTimePickerCustomMessagesComponent extends Messages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
13
|
-
protected
|
|
14
|
+
protected get override(): boolean;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerCustomMessagesComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerCustomMessagesComponent, "kendo-datetimepicker-messages", never, {}, {}, never, never>;
|
|
14
17
|
}
|
package/{dist/es2015/datetimepicker → datetimepicker}/localization/localized-messages.directive.d.ts
RENAMED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
6
|
import { Messages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
11
|
export declare class LocalizedMessagesDirective extends Messages {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoDateTimePickerLocalizedMessages]", 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
|
*/
|
|
@@ -63,4 +64,6 @@ export declare class Messages extends ComponentMessages {
|
|
|
63
64
|
* The title of the **Next** button in the header of the Classic Calendar.
|
|
64
65
|
*/
|
|
65
66
|
nextButtonTitle: string;
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
68
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendo-datetimepicker-messages-base", never, { "toggle": "toggle"; "dateTab": "dateTab"; "dateTabLabel": "dateTabLabel"; "timeTab": "timeTab"; "timeTabLabel": "timeTabLabel"; "accept": "accept"; "acceptLabel": "acceptLabel"; "cancel": "cancel"; "cancelLabel": "cancelLabel"; "today": "today"; "now": "now"; "nowLabel": "nowLabel"; "prevButtonTitle": "prevButtonTitle"; "nextButtonTitle": "nextButtonTitle"; }, {}, never>;
|
|
66
69
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { NgModule } from '@angular/core';
|
|
6
|
+
import { CommonModule } from '@angular/common';
|
|
7
|
+
import { KForOf } from './for.directive';
|
|
8
|
+
import { HeaderComponent } from './header.component';
|
|
9
|
+
import { ViewComponent } from './view.component';
|
|
10
|
+
import { EventsModule } from '@progress/kendo-angular-common';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*
|
|
15
|
+
* The exported package module.
|
|
16
|
+
*
|
|
17
|
+
* The package exports:
|
|
18
|
+
* - `HeaderComponent`—The component that renders the UI for vertical navigation.
|
|
19
|
+
* - `ViewComponent`—The component that renders the active Calendar view.
|
|
20
|
+
*/
|
|
21
|
+
export class CalendarCommonModule {
|
|
22
|
+
}
|
|
23
|
+
CalendarCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
CalendarCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCommonModule, declarations: [KForOf,
|
|
25
|
+
HeaderComponent,
|
|
26
|
+
ViewComponent], imports: [CommonModule, EventsModule], exports: [KForOf,
|
|
27
|
+
HeaderComponent,
|
|
28
|
+
ViewComponent] });
|
|
29
|
+
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCommonModule, imports: [[CommonModule, EventsModule]] });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCommonModule, decorators: [{
|
|
31
|
+
type: NgModule,
|
|
32
|
+
args: [{
|
|
33
|
+
declarations: [
|
|
34
|
+
KForOf,
|
|
35
|
+
HeaderComponent,
|
|
36
|
+
ViewComponent
|
|
37
|
+
],
|
|
38
|
+
exports: [
|
|
39
|
+
KForOf,
|
|
40
|
+
HeaderComponent,
|
|
41
|
+
ViewComponent
|
|
42
|
+
],
|
|
43
|
+
imports: [CommonModule, EventsModule]
|
|
44
|
+
}]
|
|
45
|
+
}] });
|