@progress/kendo-angular-dateinputs 21.4.1 → 22.0.0-develop.1
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/calendar/localization/calendar-messages.d.ts +1 -1
- package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
- package/dateinput/localization/messages.d.ts +1 -1
- package/datepicker/localization/messages.d.ts +1 -1
- package/daterange/date-range-input.d.ts +1 -1
- package/daterange/localization/messages.d.ts +1 -1
- package/datetimepicker/localization/messages.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-dateinputs.mjs +262 -262
- package/package.json +15 -23
- package/timepicker/localization/messages.d.ts +1 -1
- package/esm2022/calendar/calendar.component.mjs +0 -1711
- package/esm2022/calendar/calendar.module.mjs +0 -91
- package/esm2022/calendar/calendars.module.mjs +0 -87
- package/esm2022/calendar/footer.component.mjs +0 -77
- package/esm2022/calendar/for.directive.mjs +0 -116
- package/esm2022/calendar/header.component.mjs +0 -367
- package/esm2022/calendar/horizontal-view-list.component.mjs +0 -580
- package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +0 -51
- package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +0 -39
- package/esm2022/calendar/localization/calendar-messages.mjs +0 -45
- package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +0 -51
- package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +0 -39
- package/esm2022/calendar/localization/multiview-calendar-messages.mjs +0 -45
- package/esm2022/calendar/models/cell-context.interface.mjs +0 -5
- package/esm2022/calendar/models/navigation-action.enum.mjs +0 -20
- package/esm2022/calendar/models/orientation.mjs +0 -5
- package/esm2022/calendar/models/row-length-options.interface.mjs +0 -5
- package/esm2022/calendar/models/scrollable.interface.mjs +0 -5
- package/esm2022/calendar/models/selection-range-end.type.mjs +0 -5
- package/esm2022/calendar/models/selection-range.interface.mjs +0 -10
- package/esm2022/calendar/models/selection.mjs +0 -50
- package/esm2022/calendar/models/type.mjs +0 -5
- package/esm2022/calendar/models/view-service.interface.mjs +0 -5
- package/esm2022/calendar/models/view.enum.mjs +0 -16
- package/esm2022/calendar/models/view.type.mjs +0 -5
- package/esm2022/calendar/multiview-calendar.component.mjs +0 -1564
- package/esm2022/calendar/multiview-calendar.module.mjs +0 -89
- package/esm2022/calendar/navigation.component.mjs +0 -230
- package/esm2022/calendar/services/bus-view.service.mjs +0 -83
- package/esm2022/calendar/services/century-view.service.mjs +0 -219
- package/esm2022/calendar/services/decade-view.service.mjs +0 -217
- package/esm2022/calendar/services/disabled-dates.service.mjs +0 -66
- package/esm2022/calendar/services/dom.service.mjs +0 -203
- package/esm2022/calendar/services/month-view.service.mjs +0 -223
- package/esm2022/calendar/services/navigation.service.mjs +0 -60
- package/esm2022/calendar/services/scroll-sync.service.mjs +0 -89
- package/esm2022/calendar/services/selection.service.mjs +0 -62
- package/esm2022/calendar/services/weeknames.service.mjs +0 -33
- package/esm2022/calendar/services/year-view.service.mjs +0 -204
- package/esm2022/calendar/templates/cell-template.directive.mjs +0 -45
- package/esm2022/calendar/templates/century-cell-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/decade-cell-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/footer-template.directive.mjs +0 -44
- package/esm2022/calendar/templates/header-template.directive.mjs +0 -47
- package/esm2022/calendar/templates/header-title-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/month-cell-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/navigation-item-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +0 -43
- package/esm2022/calendar/templates/year-cell-template.directive.mjs +0 -43
- package/esm2022/calendar/view-list.component.mjs +0 -497
- package/esm2022/calendar/view.component.mjs +0 -432
- package/esm2022/common/dom-queries.mjs +0 -24
- package/esm2022/common/models/fillmode.mjs +0 -5
- package/esm2022/common/models/rounded.mjs +0 -5
- package/esm2022/common/models/size.mjs +0 -5
- package/esm2022/common/models/week-days-format.mjs +0 -5
- package/esm2022/common/picker.service.mjs +0 -17
- package/esm2022/common/utils.mjs +0 -70
- package/esm2022/dateinput/arrow.enum.mjs +0 -13
- package/esm2022/dateinput/dateinput.component.mjs +0 -1196
- package/esm2022/dateinput/dateinput.module.mjs +0 -45
- package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +0 -60
- package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +0 -39
- package/esm2022/dateinput/localization/messages.mjs +0 -39
- package/esm2022/dateinput/models/format-placeholder.model.mjs +0 -5
- package/esm2022/dateinput/models/format-settings.model.mjs +0 -5
- package/esm2022/dateinput/models/incremental-steps.model.mjs +0 -5
- package/esm2022/dateinputs.module.mjs +0 -136
- package/esm2022/datepicker/datepicker.component.mjs +0 -1758
- package/esm2022/datepicker/datepicker.module.mjs +0 -83
- package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +0 -53
- package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +0 -39
- package/esm2022/datepicker/localization/messages.mjs +0 -63
- package/esm2022/daterange/auto-correct-on.type.mjs +0 -5
- package/esm2022/daterange/date-range-end-input.directive.mjs +0 -105
- package/esm2022/daterange/date-range-input.mjs +0 -138
- package/esm2022/daterange/date-range-popup-template.directive.mjs +0 -36
- package/esm2022/daterange/date-range-popup.component.mjs +0 -1051
- package/esm2022/daterange/date-range-selection.directive.mjs +0 -223
- package/esm2022/daterange/date-range-start-input.directive.mjs +0 -109
- package/esm2022/daterange/date-range.component.mjs +0 -116
- package/esm2022/daterange/date-range.module.mjs +0 -103
- package/esm2022/daterange/date-range.service.mjs +0 -225
- package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +0 -43
- package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +0 -39
- package/esm2022/daterange/localization/messages.mjs +0 -51
- package/esm2022/datetimepicker/datetimepicker.component.mjs +0 -2505
- package/esm2022/datetimepicker/datetimepicker.module.mjs +0 -106
- package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +0 -52
- package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +0 -39
- package/esm2022/datetimepicker/localization/messages.mjs +0 -153
- package/esm2022/datetimepicker/models/active-tab.type.mjs +0 -5
- package/esm2022/defaults.mjs +0 -24
- package/esm2022/directives.mjs +0 -146
- package/esm2022/index.mjs +0 -78
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/popup-settings.model.mjs +0 -5
- package/esm2022/preventable-event.mjs +0 -27
- package/esm2022/progress-kendo-angular-dateinputs.mjs +0 -8
- package/esm2022/timepicker/localization/messages.mjs +0 -105
- package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +0 -54
- package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +0 -39
- package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +0 -45
- package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +0 -39
- package/esm2022/timepicker/models/incremental-steps.model.mjs +0 -5
- package/esm2022/timepicker/models/list-item.interface.mjs +0 -5
- package/esm2022/timepicker/models/list-service-settings.mjs +0 -5
- package/esm2022/timepicker/models/list-service.interface.mjs +0 -5
- package/esm2022/timepicker/models/time-part.default.mjs +0 -14
- package/esm2022/timepicker/services/dayperiod.service.mjs +0 -131
- package/esm2022/timepicker/services/dom.service.mjs +0 -126
- package/esm2022/timepicker/services/hours.service.mjs +0 -130
- package/esm2022/timepicker/services/milliseconds.service.mjs +0 -131
- package/esm2022/timepicker/services/minutes.service.mjs +0 -128
- package/esm2022/timepicker/services/seconds.service.mjs +0 -128
- package/esm2022/timepicker/timelist.component.mjs +0 -388
- package/esm2022/timepicker/timepicker.component.mjs +0 -1598
- package/esm2022/timepicker/timepicker.module.mjs +0 -71
- package/esm2022/timepicker/timeselector.component.mjs +0 -728
- package/esm2022/timepicker/util.mjs +0 -70
- package/esm2022/util.mjs +0 -406
- package/esm2022/validators/disabled-date.validator.mjs +0 -18
- package/esm2022/validators/disabled-dates-range.validator.mjs +0 -26
- package/esm2022/validators/incomplete-date.validator.mjs +0 -18
- package/esm2022/validators/max.validator.mjs +0 -21
- package/esm2022/validators/min.validator.mjs +0 -21
- package/esm2022/validators/time-range.validator.mjs +0 -23
- package/esm2022/virtualization/models/scrollable.interface.mjs +0 -5
- package/esm2022/virtualization/services/row-height.service.mjs +0 -73
- package/esm2022/virtualization/services/scroller.service.mjs +0 -109
- package/esm2022/virtualization/virtualization.component.mjs +0 -324
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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 { KENDO_DATETIMEPICKER } from '../directives';
|
|
7
|
-
import { IconsService } from '@progress/kendo-angular-icons';
|
|
8
|
-
import { ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
|
|
9
|
-
import { PopupService } from '@progress/kendo-angular-popup';
|
|
10
|
-
import { CenturyViewService } from '../calendar/services/century-view.service';
|
|
11
|
-
import { DecadeViewService } from '../calendar/services/decade-view.service';
|
|
12
|
-
import { CalendarDOMService } from '../calendar/services/dom.service';
|
|
13
|
-
import { MonthViewService } from '../calendar/services/month-view.service';
|
|
14
|
-
import { NavigationService } from '../calendar/services/navigation.service';
|
|
15
|
-
import { YearViewService } from '../calendar/services/year-view.service';
|
|
16
|
-
import { DayPeriodService } from '../timepicker/services/dayperiod.service';
|
|
17
|
-
import { TimePickerDOMService } from '../timepicker/services/dom.service';
|
|
18
|
-
import { HoursService } from '../timepicker/services/hours.service';
|
|
19
|
-
import { MillisecondsService } from '../timepicker/services/milliseconds.service';
|
|
20
|
-
import { MinutesService } from '../timepicker/services/minutes.service';
|
|
21
|
-
import { SecondsService } from '../timepicker/services/seconds.service';
|
|
22
|
-
import { AdaptiveService } from '@progress/kendo-angular-utils';
|
|
23
|
-
import * as i0 from "@angular/core";
|
|
24
|
-
import * as i1 from "./localization/datetimepicker-custom-messages.component";
|
|
25
|
-
import * as i2 from "./datetimepicker.component";
|
|
26
|
-
import * as i3 from "../calendar/templates/cell-template.directive";
|
|
27
|
-
import * as i4 from "../calendar/templates/century-cell-template.directive";
|
|
28
|
-
import * as i5 from "../calendar/templates/decade-cell-template.directive";
|
|
29
|
-
import * as i6 from "../calendar/templates/footer-template.directive";
|
|
30
|
-
import * as i7 from "../calendar/templates/header-template.directive";
|
|
31
|
-
import * as i8 from "../calendar/templates/header-title-template.directive";
|
|
32
|
-
import * as i9 from "../calendar/templates/month-cell-template.directive";
|
|
33
|
-
import * as i10 from "../calendar/templates/navigation-item-template.directive";
|
|
34
|
-
import * as i11 from "../calendar/templates/weeknumber-cell-template.directive";
|
|
35
|
-
import * as i12 from "../calendar/templates/year-cell-template.directive";
|
|
36
|
-
import * as i13 from "@progress/kendo-angular-common";
|
|
37
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
38
|
-
/**
|
|
39
|
-
* Required for adding all DateTimePicker features in [NgModule-based](link:site.data.urls.angular['ngmoduleapi']) Angular applications.
|
|
40
|
-
*
|
|
41
|
-
* @example
|
|
42
|
-
* ```typescript
|
|
43
|
-
* import { NgModule } from '@angular/core';
|
|
44
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
45
|
-
* import { DateTimePickerModule } from '@progress/kendo-angular-dateinputs';
|
|
46
|
-
*
|
|
47
|
-
* @NgModule({
|
|
48
|
-
* imports: [
|
|
49
|
-
* BrowserModule,
|
|
50
|
-
* DateTimePickerModule
|
|
51
|
-
* ]
|
|
52
|
-
* })
|
|
53
|
-
* export class AppModule { }
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
|
-
export class DateTimePickerModule {
|
|
57
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
58
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, imports: [i1.DateTimePickerCustomMessagesComponent, i2.DateTimePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i13.ToggleButtonTabStopDirective, i13.ToggleButtonTabStopDirective], exports: [i1.DateTimePickerCustomMessagesComponent, i2.DateTimePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i13.ToggleButtonTabStopDirective, i13.ToggleButtonTabStopDirective] });
|
|
59
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
60
|
-
// CalendarModule providers
|
|
61
|
-
IconsService,
|
|
62
|
-
ResizeBatchService,
|
|
63
|
-
CalendarDOMService,
|
|
64
|
-
CenturyViewService,
|
|
65
|
-
DecadeViewService,
|
|
66
|
-
MonthViewService,
|
|
67
|
-
YearViewService,
|
|
68
|
-
PopupService,
|
|
69
|
-
NavigationService,
|
|
70
|
-
// TimePickerModule providers
|
|
71
|
-
TimePickerDOMService,
|
|
72
|
-
HoursService,
|
|
73
|
-
MinutesService,
|
|
74
|
-
SecondsService,
|
|
75
|
-
MillisecondsService,
|
|
76
|
-
DayPeriodService,
|
|
77
|
-
AdaptiveService
|
|
78
|
-
], imports: [i2.DateTimePickerComponent] });
|
|
79
|
-
}
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
81
|
-
type: NgModule,
|
|
82
|
-
args: [{
|
|
83
|
-
exports: [...KENDO_DATETIMEPICKER, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
84
|
-
imports: [...KENDO_DATETIMEPICKER, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
85
|
-
providers: [
|
|
86
|
-
// CalendarModule providers
|
|
87
|
-
IconsService,
|
|
88
|
-
ResizeBatchService,
|
|
89
|
-
CalendarDOMService,
|
|
90
|
-
CenturyViewService,
|
|
91
|
-
DecadeViewService,
|
|
92
|
-
MonthViewService,
|
|
93
|
-
YearViewService,
|
|
94
|
-
PopupService,
|
|
95
|
-
NavigationService,
|
|
96
|
-
// TimePickerModule providers
|
|
97
|
-
TimePickerDOMService,
|
|
98
|
-
HoursService,
|
|
99
|
-
MinutesService,
|
|
100
|
-
SecondsService,
|
|
101
|
-
MillisecondsService,
|
|
102
|
-
DayPeriodService,
|
|
103
|
-
AdaptiveService
|
|
104
|
-
]
|
|
105
|
-
}]
|
|
106
|
-
}] });
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, forwardRef } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { DateTimePickerMessages } from './messages';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@progress/kendo-angular-l10n";
|
|
10
|
-
/**
|
|
11
|
-
* Allows you to override the default messages of the DateTimePicker component ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-datetimepicker>
|
|
16
|
-
* <kendo-datetimepicker-messages
|
|
17
|
-
* toggle="Open calendar">
|
|
18
|
-
* </kendo-datetimepicker-messages>
|
|
19
|
-
* </kendo-datetimepicker>
|
|
20
|
-
* ```
|
|
21
|
-
*/
|
|
22
|
-
export class DateTimePickerCustomMessagesComponent extends DateTimePickerMessages {
|
|
23
|
-
service;
|
|
24
|
-
constructor(service) {
|
|
25
|
-
super();
|
|
26
|
-
this.service = service;
|
|
27
|
-
}
|
|
28
|
-
get override() {
|
|
29
|
-
return true;
|
|
30
|
-
}
|
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateTimePickerCustomMessagesComponent, isStandalone: true, selector: "kendo-datetimepicker-messages", providers: [
|
|
33
|
-
{
|
|
34
|
-
provide: DateTimePickerMessages,
|
|
35
|
-
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
36
|
-
}
|
|
37
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
38
|
-
}
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerCustomMessagesComponent, decorators: [{
|
|
40
|
-
type: Component,
|
|
41
|
-
args: [{
|
|
42
|
-
providers: [
|
|
43
|
-
{
|
|
44
|
-
provide: DateTimePickerMessages,
|
|
45
|
-
useExisting: forwardRef(() => DateTimePickerCustomMessagesComponent)
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
selector: 'kendo-datetimepicker-messages',
|
|
49
|
-
template: ``,
|
|
50
|
-
standalone: true
|
|
51
|
-
}]
|
|
52
|
-
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, forwardRef } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { DateTimePickerMessages } from './messages';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@progress/kendo-angular-l10n";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export class LocalizedMessagesDirective extends DateTimePickerMessages {
|
|
14
|
-
service;
|
|
15
|
-
constructor(service) {
|
|
16
|
-
super();
|
|
17
|
-
this.service = service;
|
|
18
|
-
}
|
|
19
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateTimePickerLocalizedMessages]", providers: [
|
|
21
|
-
{
|
|
22
|
-
provide: DateTimePickerMessages,
|
|
23
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
24
|
-
}
|
|
25
|
-
], usesInheritance: true, ngImport: i0 });
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
28
|
-
type: Directive,
|
|
29
|
-
args: [{
|
|
30
|
-
providers: [
|
|
31
|
-
{
|
|
32
|
-
provide: DateTimePickerMessages,
|
|
33
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
selector: '[kendoDateTimePickerLocalizedMessages]',
|
|
37
|
-
standalone: true
|
|
38
|
-
}]
|
|
39
|
-
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Input } from '@angular/core';
|
|
6
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class DateTimePickerMessages extends ComponentMessages {
|
|
12
|
-
/**
|
|
13
|
-
* The title of the **Toggle** button of the DateTimePicker.
|
|
14
|
-
*/
|
|
15
|
-
toggle;
|
|
16
|
-
/**
|
|
17
|
-
* The text of the **Date** tab in the popup header of the DateTimePicker.
|
|
18
|
-
*/
|
|
19
|
-
dateTab;
|
|
20
|
-
/**
|
|
21
|
-
* The label of the **Date** tab in the popup header of the DateTimePicker.
|
|
22
|
-
*/
|
|
23
|
-
dateTabLabel;
|
|
24
|
-
/**
|
|
25
|
-
* The text of the **Time** tab in the popup header of the DateTimePicker.
|
|
26
|
-
*/
|
|
27
|
-
timeTab;
|
|
28
|
-
/**
|
|
29
|
-
* The label of the **Time** tab in the popup header of the DateTimePicker.
|
|
30
|
-
*/
|
|
31
|
-
timeTabLabel;
|
|
32
|
-
/**
|
|
33
|
-
* The text of the **Accept** button in the popup footer of the DateTimePicker.
|
|
34
|
-
*/
|
|
35
|
-
accept;
|
|
36
|
-
/**
|
|
37
|
-
* The label of the **Accept** button in the popup footer of the DateTimePicker.
|
|
38
|
-
*/
|
|
39
|
-
acceptLabel;
|
|
40
|
-
/**
|
|
41
|
-
* The text of the **Cancel** button in the popup footer of the DateTimePicker.
|
|
42
|
-
*/
|
|
43
|
-
cancel;
|
|
44
|
-
/**
|
|
45
|
-
* The label of the **Cancel** button in the popup footer of the DateTimePicker.
|
|
46
|
-
*/
|
|
47
|
-
cancelLabel;
|
|
48
|
-
/**
|
|
49
|
-
* The **Today** button text in the header of the Calendar.
|
|
50
|
-
*/
|
|
51
|
-
today;
|
|
52
|
-
/**
|
|
53
|
-
* The text of the **Now** button in the popup header of the TimePicker.
|
|
54
|
-
*/
|
|
55
|
-
now;
|
|
56
|
-
/**
|
|
57
|
-
* The label of the **Now** button in the popup header of the TimePicker.
|
|
58
|
-
*/
|
|
59
|
-
nowLabel;
|
|
60
|
-
/**
|
|
61
|
-
* The title of the **Prev** button in the header of the Classic Calendar.
|
|
62
|
-
*/
|
|
63
|
-
prevButtonTitle;
|
|
64
|
-
/**
|
|
65
|
-
* The title of the **Next** button in the header of the Classic Calendar.
|
|
66
|
-
*/
|
|
67
|
-
nextButtonTitle;
|
|
68
|
-
/**
|
|
69
|
-
* The title of the **Parent View** button in the header of the Calendar.
|
|
70
|
-
*/
|
|
71
|
-
parentViewButtonTitle;
|
|
72
|
-
/**
|
|
73
|
-
* The label of the **Hour** part in the TimePicker.
|
|
74
|
-
*/
|
|
75
|
-
hour;
|
|
76
|
-
/**
|
|
77
|
-
* The label of the **Minute** part in the TimePicker.
|
|
78
|
-
*/
|
|
79
|
-
minute;
|
|
80
|
-
/**
|
|
81
|
-
* The label of the **Second** part in the TimePicker.
|
|
82
|
-
*/
|
|
83
|
-
second;
|
|
84
|
-
/**
|
|
85
|
-
* The label of the **Millisecond** part in the TimePicker.
|
|
86
|
-
*/
|
|
87
|
-
millisecond;
|
|
88
|
-
/**
|
|
89
|
-
* The label of the **Dayperiod** part in the TimePicker.
|
|
90
|
-
*/
|
|
91
|
-
dayperiod;
|
|
92
|
-
/**
|
|
93
|
-
* The title of the **Clear** button of the DateTimePicker.
|
|
94
|
-
*/
|
|
95
|
-
clearTitle;
|
|
96
|
-
/**
|
|
97
|
-
* The title of the Close button of the ActionSheet that is rendered instead of the Popup when using small screen devices in adaptive mode.
|
|
98
|
-
*/
|
|
99
|
-
adaptiveCloseButtonTitle;
|
|
100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
101
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateTimePickerMessages, selector: "kendo-datetimepicker-messages-base", inputs: { 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", parentViewButtonTitle: "parentViewButtonTitle", hour: "hour", minute: "minute", second: "second", millisecond: "millisecond", dayperiod: "dayperiod", clearTitle: "clearTitle", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle" }, usesInheritance: true, ngImport: i0 });
|
|
102
|
-
}
|
|
103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateTimePickerMessages, decorators: [{
|
|
104
|
-
type: Directive,
|
|
105
|
-
args: [{
|
|
106
|
-
// eslint-disable-next-line
|
|
107
|
-
selector: 'kendo-datetimepicker-messages-base'
|
|
108
|
-
}]
|
|
109
|
-
}], propDecorators: { toggle: [{
|
|
110
|
-
type: Input
|
|
111
|
-
}], dateTab: [{
|
|
112
|
-
type: Input
|
|
113
|
-
}], dateTabLabel: [{
|
|
114
|
-
type: Input
|
|
115
|
-
}], timeTab: [{
|
|
116
|
-
type: Input
|
|
117
|
-
}], timeTabLabel: [{
|
|
118
|
-
type: Input
|
|
119
|
-
}], accept: [{
|
|
120
|
-
type: Input
|
|
121
|
-
}], acceptLabel: [{
|
|
122
|
-
type: Input
|
|
123
|
-
}], cancel: [{
|
|
124
|
-
type: Input
|
|
125
|
-
}], cancelLabel: [{
|
|
126
|
-
type: Input
|
|
127
|
-
}], today: [{
|
|
128
|
-
type: Input
|
|
129
|
-
}], now: [{
|
|
130
|
-
type: Input
|
|
131
|
-
}], nowLabel: [{
|
|
132
|
-
type: Input
|
|
133
|
-
}], prevButtonTitle: [{
|
|
134
|
-
type: Input
|
|
135
|
-
}], nextButtonTitle: [{
|
|
136
|
-
type: Input
|
|
137
|
-
}], parentViewButtonTitle: [{
|
|
138
|
-
type: Input
|
|
139
|
-
}], hour: [{
|
|
140
|
-
type: Input
|
|
141
|
-
}], minute: [{
|
|
142
|
-
type: Input
|
|
143
|
-
}], second: [{
|
|
144
|
-
type: Input
|
|
145
|
-
}], millisecond: [{
|
|
146
|
-
type: Input
|
|
147
|
-
}], dayperiod: [{
|
|
148
|
-
type: Input
|
|
149
|
-
}], clearTitle: [{
|
|
150
|
-
type: Input
|
|
151
|
-
}], adaptiveCloseButtonTitle: [{
|
|
152
|
-
type: Input
|
|
153
|
-
}] } });
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export {};
|
package/esm2022/defaults.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export const MIDNIGHT_DATE = new Date(1980, 0, 1);
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export const MIN_DATE = new Date(1900, 0, 1);
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export const MAX_DATE = new Date(2099, 11, 31);
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export const MIN_TIME = new Date(1980, 0, 1);
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export const MAX_TIME = new Date(1980, 0, 1, 23, 59, 59);
|
package/esm2022/directives.mjs
DELETED
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { CalendarComponent } from "./calendar/calendar.component";
|
|
6
|
-
import { MultiViewCalendarComponent } from "./calendar/multiview-calendar.component";
|
|
7
|
-
import { DateInputComponent } from "./dateinput/dateinput.component";
|
|
8
|
-
import { DatePickerComponent } from "./datepicker/datepicker.component";
|
|
9
|
-
import { DateRangePopupComponent } from "./daterange/date-range-popup.component";
|
|
10
|
-
import { DateRangeComponent } from "./daterange/date-range.component";
|
|
11
|
-
import { DateTimePickerComponent } from "./datetimepicker/datetimepicker.component";
|
|
12
|
-
import { TimePickerComponent } from "./timepicker/timepicker.component";
|
|
13
|
-
import { CellTemplateDirective } from "./calendar/templates/cell-template.directive";
|
|
14
|
-
import { CenturyCellTemplateDirective } from "./calendar/templates/century-cell-template.directive";
|
|
15
|
-
import { DecadeCellTemplateDirective } from "./calendar/templates/decade-cell-template.directive";
|
|
16
|
-
import { FooterTemplateDirective } from "./calendar/templates/footer-template.directive";
|
|
17
|
-
import { HeaderTemplateDirective } from "./calendar/templates/header-template.directive";
|
|
18
|
-
import { HeaderTitleTemplateDirective } from "./calendar/templates/header-title-template.directive";
|
|
19
|
-
import { MonthCellTemplateDirective } from "./calendar/templates/month-cell-template.directive";
|
|
20
|
-
import { NavigationItemTemplateDirective } from "./calendar/templates/navigation-item-template.directive";
|
|
21
|
-
import { WeekNumberCellTemplateDirective } from "./calendar/templates/weeknumber-cell-template.directive";
|
|
22
|
-
import { YearCellTemplateDirective } from "./calendar/templates/year-cell-template.directive";
|
|
23
|
-
import { DateRangeEndInputDirective } from "./daterange/date-range-end-input.directive";
|
|
24
|
-
import { DateRangePopupTemplateDirective } from "./daterange/date-range-popup-template.directive";
|
|
25
|
-
import { DateRangeSelectionDirective } from "./daterange/date-range-selection.directive";
|
|
26
|
-
import { DateRangeStartInputDirective } from "./daterange/date-range-start-input.directive";
|
|
27
|
-
import { CalendarCustomMessagesComponent } from "./calendar/localization/calendar-custom-messages.component";
|
|
28
|
-
import { MultiViewCalendarCustomMessagesComponent } from "./calendar/localization/multiview-calendar-custom-messages.component";
|
|
29
|
-
import { DateInputCustomMessagesComponent } from "./dateinput/localization/dateinput-custom-messages.component";
|
|
30
|
-
import { DatePickerCustomMessagesComponent } from "./datepicker/localization/datepicker-custom-messages.component";
|
|
31
|
-
import { DateRangePopupCustomMessagesComponent } from "./daterange/localization/daterange-popup-custom-messages.component";
|
|
32
|
-
import { DateTimePickerCustomMessagesComponent } from "./datetimepicker/localization/datetimepicker-custom-messages.component";
|
|
33
|
-
import { TimePickerCustomMessagesComponent } from "./timepicker/localization/timepicker-custom-messages.component";
|
|
34
|
-
import { ToggleButtonTabStopDirective } from "@progress/kendo-angular-common";
|
|
35
|
-
/**
|
|
36
|
-
* Utility array that contains all `Calendar` related components and directives
|
|
37
|
-
*/
|
|
38
|
-
export const KENDO_CALENDAR = [
|
|
39
|
-
CalendarCustomMessagesComponent,
|
|
40
|
-
CalendarComponent,
|
|
41
|
-
CellTemplateDirective,
|
|
42
|
-
CenturyCellTemplateDirective,
|
|
43
|
-
DecadeCellTemplateDirective,
|
|
44
|
-
FooterTemplateDirective,
|
|
45
|
-
HeaderTemplateDirective,
|
|
46
|
-
HeaderTitleTemplateDirective,
|
|
47
|
-
MonthCellTemplateDirective,
|
|
48
|
-
NavigationItemTemplateDirective,
|
|
49
|
-
WeekNumberCellTemplateDirective,
|
|
50
|
-
YearCellTemplateDirective,
|
|
51
|
-
NavigationItemTemplateDirective
|
|
52
|
-
];
|
|
53
|
-
/**
|
|
54
|
-
* Utility array that contains all `MultiViewCalendar` related components and directives
|
|
55
|
-
*/
|
|
56
|
-
export const KENDO_MULTIVIEWCALENDAR = [
|
|
57
|
-
MultiViewCalendarCustomMessagesComponent,
|
|
58
|
-
MultiViewCalendarComponent,
|
|
59
|
-
CellTemplateDirective,
|
|
60
|
-
CenturyCellTemplateDirective,
|
|
61
|
-
DecadeCellTemplateDirective,
|
|
62
|
-
FooterTemplateDirective,
|
|
63
|
-
HeaderTemplateDirective,
|
|
64
|
-
HeaderTitleTemplateDirective,
|
|
65
|
-
MonthCellTemplateDirective,
|
|
66
|
-
NavigationItemTemplateDirective,
|
|
67
|
-
WeekNumberCellTemplateDirective,
|
|
68
|
-
YearCellTemplateDirective
|
|
69
|
-
];
|
|
70
|
-
/**
|
|
71
|
-
* Utility array that contains all `DateInput` related components and directives
|
|
72
|
-
*/
|
|
73
|
-
export const KENDO_DATEINPUT = [
|
|
74
|
-
DateInputCustomMessagesComponent,
|
|
75
|
-
DateInputComponent
|
|
76
|
-
];
|
|
77
|
-
/**
|
|
78
|
-
* Utility array that contains all `DatePicker` related components and directives
|
|
79
|
-
*/
|
|
80
|
-
export const KENDO_DATEPICKER = [
|
|
81
|
-
DatePickerCustomMessagesComponent,
|
|
82
|
-
DatePickerComponent,
|
|
83
|
-
CellTemplateDirective,
|
|
84
|
-
CenturyCellTemplateDirective,
|
|
85
|
-
DecadeCellTemplateDirective,
|
|
86
|
-
FooterTemplateDirective,
|
|
87
|
-
HeaderTemplateDirective,
|
|
88
|
-
HeaderTitleTemplateDirective,
|
|
89
|
-
MonthCellTemplateDirective,
|
|
90
|
-
NavigationItemTemplateDirective,
|
|
91
|
-
WeekNumberCellTemplateDirective,
|
|
92
|
-
YearCellTemplateDirective,
|
|
93
|
-
NavigationItemTemplateDirective,
|
|
94
|
-
ToggleButtonTabStopDirective
|
|
95
|
-
];
|
|
96
|
-
/**
|
|
97
|
-
* Utility array that contains all `DateRange` related components and directives
|
|
98
|
-
*/
|
|
99
|
-
export const KENDO_DATERANGE = [
|
|
100
|
-
DateRangePopupCustomMessagesComponent,
|
|
101
|
-
...KENDO_DATEINPUT,
|
|
102
|
-
DateRangeEndInputDirective,
|
|
103
|
-
DateRangePopupTemplateDirective,
|
|
104
|
-
DateRangeComponent,
|
|
105
|
-
DateRangePopupComponent,
|
|
106
|
-
DateRangeSelectionDirective,
|
|
107
|
-
DateRangeStartInputDirective
|
|
108
|
-
];
|
|
109
|
-
/**
|
|
110
|
-
* Utility array that contains all `DateTimePicker` related components and directives
|
|
111
|
-
*/
|
|
112
|
-
export const KENDO_DATETIMEPICKER = [
|
|
113
|
-
DateTimePickerCustomMessagesComponent,
|
|
114
|
-
DateTimePickerComponent,
|
|
115
|
-
CellTemplateDirective,
|
|
116
|
-
CenturyCellTemplateDirective,
|
|
117
|
-
DecadeCellTemplateDirective,
|
|
118
|
-
FooterTemplateDirective,
|
|
119
|
-
HeaderTemplateDirective,
|
|
120
|
-
HeaderTitleTemplateDirective,
|
|
121
|
-
MonthCellTemplateDirective,
|
|
122
|
-
NavigationItemTemplateDirective,
|
|
123
|
-
WeekNumberCellTemplateDirective,
|
|
124
|
-
YearCellTemplateDirective,
|
|
125
|
-
ToggleButtonTabStopDirective
|
|
126
|
-
];
|
|
127
|
-
/**
|
|
128
|
-
* Utility array that contains all `TimePicker` related components and directives
|
|
129
|
-
*/
|
|
130
|
-
export const KENDO_TIMEPICKER = [
|
|
131
|
-
TimePickerCustomMessagesComponent,
|
|
132
|
-
TimePickerComponent,
|
|
133
|
-
ToggleButtonTabStopDirective
|
|
134
|
-
];
|
|
135
|
-
/**
|
|
136
|
-
* Utility array that contains all `@progress/kendo-angular-dateinputs` related components and directives
|
|
137
|
-
*/
|
|
138
|
-
export const KENDO_DATEINPUTS = [
|
|
139
|
-
...KENDO_CALENDAR,
|
|
140
|
-
...KENDO_MULTIVIEWCALENDAR,
|
|
141
|
-
...KENDO_DATEINPUT,
|
|
142
|
-
...KENDO_DATEPICKER,
|
|
143
|
-
...KENDO_DATERANGE,
|
|
144
|
-
...KENDO_DATETIMEPICKER,
|
|
145
|
-
...KENDO_TIMEPICKER
|
|
146
|
-
];
|
package/esm2022/index.mjs
DELETED
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { CalendarComponent } from './calendar/calendar.component';
|
|
6
|
-
export { DateInputComponent } from './dateinput/dateinput.component';
|
|
7
|
-
export { DatePickerComponent } from './datepicker/datepicker.component';
|
|
8
|
-
export { TimePickerComponent } from './timepicker/timepicker.component';
|
|
9
|
-
export { DateTimePickerComponent } from './datetimepicker/datetimepicker.component';
|
|
10
|
-
export { MultiViewCalendarComponent } from './calendar/multiview-calendar.component';
|
|
11
|
-
export { NavigationComponent } from './calendar/navigation.component';
|
|
12
|
-
export { ViewListComponent } from './calendar/view-list.component';
|
|
13
|
-
export { TimeListComponent } from './timepicker/timelist.component';
|
|
14
|
-
export { TimeSelectorComponent } from './timepicker/timeselector.component';
|
|
15
|
-
export { HorizontalViewListComponent } from './calendar/horizontal-view-list.component';
|
|
16
|
-
export { HeaderComponent } from './calendar/header.component';
|
|
17
|
-
export { FooterComponent } from './calendar/footer.component';
|
|
18
|
-
export { ViewComponent } from './calendar/view.component';
|
|
19
|
-
export { CellTemplateDirective } from './calendar/templates/cell-template.directive';
|
|
20
|
-
export { MonthCellTemplateDirective } from './calendar/templates/month-cell-template.directive';
|
|
21
|
-
export { YearCellTemplateDirective } from './calendar/templates/year-cell-template.directive';
|
|
22
|
-
export { DecadeCellTemplateDirective } from './calendar/templates/decade-cell-template.directive';
|
|
23
|
-
export { CenturyCellTemplateDirective } from './calendar/templates/century-cell-template.directive';
|
|
24
|
-
export { WeekNumberCellTemplateDirective } from './calendar/templates/weeknumber-cell-template.directive';
|
|
25
|
-
export { HeaderTitleTemplateDirective } from './calendar/templates/header-title-template.directive';
|
|
26
|
-
export { HeaderTemplateDirective } from './calendar/templates/header-template.directive';
|
|
27
|
-
export { FooterTemplateDirective } from './calendar/templates/footer-template.directive';
|
|
28
|
-
export { NavigationItemTemplateDirective } from './calendar/templates/navigation-item-template.directive';
|
|
29
|
-
export { KForOf } from './calendar/for.directive';
|
|
30
|
-
export { CalendarDOMService } from './calendar/services/dom.service';
|
|
31
|
-
export { CenturyViewService } from './calendar/services/century-view.service';
|
|
32
|
-
export { DecadeViewService } from './calendar/services/decade-view.service';
|
|
33
|
-
export { MonthViewService } from './calendar/services/month-view.service';
|
|
34
|
-
export { YearViewService } from './calendar/services/year-view.service';
|
|
35
|
-
export { WeekNamesService } from './calendar/services/weeknames.service';
|
|
36
|
-
export { NavigationService } from './calendar/services/navigation.service';
|
|
37
|
-
export { TimePickerDOMService } from './timepicker/services/dom.service';
|
|
38
|
-
export { HoursService } from './timepicker/services/hours.service';
|
|
39
|
-
export { MinutesService } from './timepicker/services/minutes.service';
|
|
40
|
-
export { SecondsService } from './timepicker/services/seconds.service';
|
|
41
|
-
export { MillisecondsService } from './timepicker/services/milliseconds.service';
|
|
42
|
-
export { DayPeriodService } from './timepicker/services/dayperiod.service';
|
|
43
|
-
export { DateRangeComponent } from './daterange/date-range.component';
|
|
44
|
-
export { DateRangePopupComponent } from './daterange/date-range-popup.component';
|
|
45
|
-
export { DateRangeEndInputDirective } from './daterange/date-range-end-input.directive';
|
|
46
|
-
export { DateRangeStartInputDirective } from './daterange/date-range-start-input.directive';
|
|
47
|
-
export { DateRangeSelectionDirective } from './daterange/date-range-selection.directive';
|
|
48
|
-
export { DateRangePopupTemplateDirective } from './daterange/date-range-popup-template.directive';
|
|
49
|
-
export { CalendarModule } from './calendar/calendar.module';
|
|
50
|
-
export { CalendarsModule } from './calendar/calendars.module';
|
|
51
|
-
export { DateInputModule } from './dateinput/dateinput.module';
|
|
52
|
-
export { DatePickerModule } from './datepicker/datepicker.module';
|
|
53
|
-
export { DateInputsModule } from './dateinputs.module';
|
|
54
|
-
export { TimePickerModule } from './timepicker/timepicker.module';
|
|
55
|
-
export { DateTimePickerModule } from './datetimepicker/datetimepicker.module';
|
|
56
|
-
export { MultiViewCalendarModule } from './calendar/multiview-calendar.module';
|
|
57
|
-
export { DateRangeModule } from './daterange/date-range.module';
|
|
58
|
-
export { DateRangeService } from './daterange/date-range.service';
|
|
59
|
-
export { CalendarCustomMessagesComponent } from './calendar/localization/calendar-custom-messages.component';
|
|
60
|
-
export { DateInputCustomMessagesComponent } from './dateinput/localization/dateinput-custom-messages.component';
|
|
61
|
-
export { DatePickerCustomMessagesComponent } from './datepicker/localization/datepicker-custom-messages.component';
|
|
62
|
-
export { CalendarViewEnum } from './calendar/models/view.enum';
|
|
63
|
-
export { PreventableEvent } from './preventable-event';
|
|
64
|
-
export { CalendarLocalizedMessagesDirective } from './calendar/localization/calendar-localized-messages.directive';
|
|
65
|
-
export { MultiViewCalendarLocalizedMessagesDirective } from './calendar/localization/multiview-calendar-localized-messages.directive';
|
|
66
|
-
export { MultiViewCalendarCustomMessagesComponent } from './calendar/localization/multiview-calendar-custom-messages.component';
|
|
67
|
-
export { DateInputLocalizedMessagesDirective } from './dateinput/localization/dateinput-localized-messages.directive';
|
|
68
|
-
export { DatePickerLocalizedMessagesDirective } from './datepicker/localization/datepicker-localized-messages.directive';
|
|
69
|
-
export { TimePickerLocalizedMessagesDirective } from './timepicker/localization/timepicker-localized-messages.directive';
|
|
70
|
-
export { TimeSelectorLocalizedMessagesDirective } from './timepicker/localization/timeselector-localized-messages.directive';
|
|
71
|
-
export { TimePickerCustomMessagesComponent } from './timepicker/localization/timepicker-custom-messages.component';
|
|
72
|
-
export { TimeSelectorCustomMessagesComponent } from './timepicker/localization/timeselector-custom-messages.component';
|
|
73
|
-
export { LocalizedMessagesDirective } from './datetimepicker/localization/localized-messages.directive';
|
|
74
|
-
export { DateTimePickerCustomMessagesComponent } from './datetimepicker/localization/datetimepicker-custom-messages.component';
|
|
75
|
-
export { DateRangePopupCustomMessagesComponent } from './daterange/localization/daterange-popup-custom-messages.component';
|
|
76
|
-
export { DateRangePopupLocalizedMessagesDirective } from './daterange/localization/daterange-popup-localized-messages.directive';
|
|
77
|
-
export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
78
|
-
export * from './directives';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export const packageMetadata = {
|
|
9
|
-
name: '@progress/kendo-angular-dateinputs',
|
|
10
|
-
productName: 'Kendo UI for Angular',
|
|
11
|
-
productCode: 'KENDOUIANGULAR',
|
|
12
|
-
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate: 1768393176,
|
|
14
|
-
version: '21.4.1',
|
|
15
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export {};
|