@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,45 +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_DATEINPUT } from '../directives';
|
|
7
|
-
import { IconsService } from '@progress/kendo-angular-icons';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "./localization/dateinput-custom-messages.component";
|
|
10
|
-
import * as i2 from "./dateinput.component";
|
|
11
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
12
|
-
/**
|
|
13
|
-
* Required for adding all DateInput features in NgModule-based Angular applications.
|
|
14
|
-
*
|
|
15
|
-
* The package exports:
|
|
16
|
-
* - `DateInputComponent`—The DateInput component.
|
|
17
|
-
* - `DateInputMessagesComponent`—The DateInput custom messages component.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```ts
|
|
21
|
-
* import { DateInputModule } from '@progress/kendo-angular-dateinputs';
|
|
22
|
-
*
|
|
23
|
-
* @NgModule({
|
|
24
|
-
* imports: [DateInputModule]
|
|
25
|
-
* })
|
|
26
|
-
* export class AppModule { }
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export class DateInputModule {
|
|
30
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
31
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, imports: [i1.DateInputCustomMessagesComponent, i2.DateInputComponent], exports: [i1.DateInputCustomMessagesComponent, i2.DateInputComponent] });
|
|
32
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, providers: [
|
|
33
|
-
IconsService
|
|
34
|
-
], imports: [i2.DateInputComponent] });
|
|
35
|
-
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputModule, decorators: [{
|
|
37
|
-
type: NgModule,
|
|
38
|
-
args: [{
|
|
39
|
-
exports: [...KENDO_DATEINPUT],
|
|
40
|
-
imports: [...KENDO_DATEINPUT],
|
|
41
|
-
providers: [
|
|
42
|
-
IconsService
|
|
43
|
-
]
|
|
44
|
-
}]
|
|
45
|
-
}] });
|
|
@@ -1,60 +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 { DateInputMessages } from './messages';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@progress/kendo-angular-l10n";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the Kendo UI DateInput custom messages component.
|
|
12
|
-
* Overrides the default component messages with custom messages ([see example]({% slug globalization_dateinputs %}#toc-custom-messages)).
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```ts
|
|
16
|
-
* @Component({
|
|
17
|
-
* selector: 'my-app',
|
|
18
|
-
* template: `
|
|
19
|
-
* <kendo-dateinput>
|
|
20
|
-
* <kendo-dateinput-messages
|
|
21
|
-
* increment="Increase value"
|
|
22
|
-
* decrement="Decrease value">
|
|
23
|
-
* </kendo-dateinput-messages>
|
|
24
|
-
* </kendo-dateinput>
|
|
25
|
-
* `
|
|
26
|
-
* })
|
|
27
|
-
* export class AppComponent { }
|
|
28
|
-
* ```
|
|
29
|
-
*/
|
|
30
|
-
export class DateInputCustomMessagesComponent extends DateInputMessages {
|
|
31
|
-
service;
|
|
32
|
-
constructor(service) {
|
|
33
|
-
super();
|
|
34
|
-
this.service = service;
|
|
35
|
-
}
|
|
36
|
-
get override() {
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DateInputCustomMessagesComponent, isStandalone: true, selector: "kendo-dateinput-messages", providers: [
|
|
41
|
-
{
|
|
42
|
-
provide: DateInputMessages,
|
|
43
|
-
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
44
|
-
}
|
|
45
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
46
|
-
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputCustomMessagesComponent, decorators: [{
|
|
48
|
-
type: Component,
|
|
49
|
-
args: [{
|
|
50
|
-
providers: [
|
|
51
|
-
{
|
|
52
|
-
provide: DateInputMessages,
|
|
53
|
-
useExisting: forwardRef(() => DateInputCustomMessagesComponent)
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
selector: 'kendo-dateinput-messages',
|
|
57
|
-
template: ``,
|
|
58
|
-
standalone: true
|
|
59
|
-
}]
|
|
60
|
-
}], 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 { DateInputMessages } 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 DateInputLocalizedMessagesDirective extends DateInputMessages {
|
|
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: DateInputLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateInputLocalizedMessagesDirective, isStandalone: true, selector: "[kendoDateInputLocalizedMessages]", providers: [
|
|
21
|
-
{
|
|
22
|
-
provide: DateInputMessages,
|
|
23
|
-
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
24
|
-
}
|
|
25
|
-
], usesInheritance: true, ngImport: i0 });
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputLocalizedMessagesDirective, decorators: [{
|
|
28
|
-
type: Directive,
|
|
29
|
-
args: [{
|
|
30
|
-
providers: [
|
|
31
|
-
{
|
|
32
|
-
provide: DateInputMessages,
|
|
33
|
-
useExisting: forwardRef(() => DateInputLocalizedMessagesDirective)
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
selector: '[kendoDateInputLocalizedMessages]',
|
|
37
|
-
standalone: true
|
|
38
|
-
}]
|
|
39
|
-
}], 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, 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 DateInputMessages extends ComponentMessages {
|
|
12
|
-
/**
|
|
13
|
-
* The title of the **Decrement** button of the DateInput.
|
|
14
|
-
*/
|
|
15
|
-
decrement;
|
|
16
|
-
/**
|
|
17
|
-
* The title of the **Increment** button of the DateInput.
|
|
18
|
-
*/
|
|
19
|
-
increment;
|
|
20
|
-
/**
|
|
21
|
-
* The title of the **Clear** button of the DateInput.
|
|
22
|
-
*/
|
|
23
|
-
clearTitle;
|
|
24
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
25
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DateInputMessages, selector: "kendo-dateinput-messages-base", inputs: { decrement: "decrement", increment: "increment", clearTitle: "clearTitle" }, usesInheritance: true, ngImport: i0 });
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputMessages, decorators: [{
|
|
28
|
-
type: Directive,
|
|
29
|
-
args: [{
|
|
30
|
-
// eslint-disable-next-line
|
|
31
|
-
selector: 'kendo-dateinput-messages-base'
|
|
32
|
-
}]
|
|
33
|
-
}], propDecorators: { decrement: [{
|
|
34
|
-
type: Input
|
|
35
|
-
}], increment: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], clearTitle: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}] } });
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -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 {};
|
|
@@ -1,136 +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_DATEINPUTS } from './directives';
|
|
7
|
-
import { ResizeBatchService, KENDO_TOGGLEBUTTONTABSTOP } from '@progress/kendo-angular-common';
|
|
8
|
-
import { IconsService } from '@progress/kendo-angular-icons';
|
|
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 "./calendar/localization/calendar-custom-messages.component";
|
|
25
|
-
import * as i2 from "./calendar/calendar.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 "./calendar/localization/multiview-calendar-custom-messages.component";
|
|
37
|
-
import * as i14 from "./calendar/multiview-calendar.component";
|
|
38
|
-
import * as i15 from "./dateinput/localization/dateinput-custom-messages.component";
|
|
39
|
-
import * as i16 from "./dateinput/dateinput.component";
|
|
40
|
-
import * as i17 from "./datepicker/localization/datepicker-custom-messages.component";
|
|
41
|
-
import * as i18 from "./datepicker/datepicker.component";
|
|
42
|
-
import * as i19 from "@progress/kendo-angular-common";
|
|
43
|
-
import * as i20 from "./daterange/localization/daterange-popup-custom-messages.component";
|
|
44
|
-
import * as i21 from "./daterange/date-range-end-input.directive";
|
|
45
|
-
import * as i22 from "./daterange/date-range-popup-template.directive";
|
|
46
|
-
import * as i23 from "./daterange/date-range.component";
|
|
47
|
-
import * as i24 from "./daterange/date-range-popup.component";
|
|
48
|
-
import * as i25 from "./daterange/date-range-selection.directive";
|
|
49
|
-
import * as i26 from "./daterange/date-range-start-input.directive";
|
|
50
|
-
import * as i27 from "./datetimepicker/localization/datetimepicker-custom-messages.component";
|
|
51
|
-
import * as i28 from "./datetimepicker/datetimepicker.component";
|
|
52
|
-
import * as i29 from "./timepicker/localization/timepicker-custom-messages.component";
|
|
53
|
-
import * as i30 from "./timepicker/timepicker.component";
|
|
54
|
-
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
55
|
-
/**
|
|
56
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
57
|
-
* definition for the Date Inputs components.
|
|
58
|
-
*
|
|
59
|
-
* @example
|
|
60
|
-
*
|
|
61
|
-
* ```ts-no-run
|
|
62
|
-
* // Import the Date Inputs module
|
|
63
|
-
* import { DateInputsModule } from '@progress/kendo-angular-dateinputs';
|
|
64
|
-
*
|
|
65
|
-
* // The browser platform with a compiler
|
|
66
|
-
* import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
67
|
-
*
|
|
68
|
-
* import { NgModule } from '@angular/core';
|
|
69
|
-
*
|
|
70
|
-
* // Import the app component
|
|
71
|
-
* import { AppComponent } from './app.component';
|
|
72
|
-
*
|
|
73
|
-
* // Define the app module
|
|
74
|
-
* _@NgModule({
|
|
75
|
-
* declarations: [AppComponent], // declare the app component
|
|
76
|
-
* imports: [BrowserModule, DateInputsModule], // import the Date Inputs module
|
|
77
|
-
* bootstrap: [AppComponent]
|
|
78
|
-
* })
|
|
79
|
-
* export class AppModule {}
|
|
80
|
-
*
|
|
81
|
-
* // Compile and launch the module
|
|
82
|
-
* platformBrowserDynamic().bootstrapModule(AppModule);
|
|
83
|
-
*
|
|
84
|
-
* ```
|
|
85
|
-
*/
|
|
86
|
-
export class DateInputsModule {
|
|
87
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
88
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, imports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i13.MultiViewCalendarCustomMessagesComponent, i14.MultiViewCalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i15.DateInputCustomMessagesComponent, i16.DateInputComponent, i17.DatePickerCustomMessagesComponent, i18.DatePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i19.ToggleButtonTabStopDirective, i20.DateRangePopupCustomMessagesComponent, i15.DateInputCustomMessagesComponent, i16.DateInputComponent, i21.DateRangeEndInputDirective, i22.DateRangePopupTemplateDirective, i23.DateRangeComponent, i24.DateRangePopupComponent, i25.DateRangeSelectionDirective, i26.DateRangeStartInputDirective, i27.DateTimePickerCustomMessagesComponent, i28.DateTimePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, i29.TimePickerCustomMessagesComponent, i30.TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective], exports: [i1.CalendarCustomMessagesComponent, i2.CalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i13.MultiViewCalendarCustomMessagesComponent, i14.MultiViewCalendarComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i15.DateInputCustomMessagesComponent, i16.DateInputComponent, i17.DatePickerCustomMessagesComponent, i18.DatePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i10.NavigationItemTemplateDirective, i19.ToggleButtonTabStopDirective, i20.DateRangePopupCustomMessagesComponent, i15.DateInputCustomMessagesComponent, i16.DateInputComponent, i21.DateRangeEndInputDirective, i22.DateRangePopupTemplateDirective, i23.DateRangeComponent, i24.DateRangePopupComponent, i25.DateRangeSelectionDirective, i26.DateRangeStartInputDirective, i27.DateTimePickerCustomMessagesComponent, i28.DateTimePickerComponent, i3.CellTemplateDirective, i4.CenturyCellTemplateDirective, i5.DecadeCellTemplateDirective, i6.FooterTemplateDirective, i7.HeaderTemplateDirective, i8.HeaderTitleTemplateDirective, i9.MonthCellTemplateDirective, i10.NavigationItemTemplateDirective, i11.WeekNumberCellTemplateDirective, i12.YearCellTemplateDirective, i19.ToggleButtonTabStopDirective, i29.TimePickerCustomMessagesComponent, i30.TimePickerComponent, i19.ToggleButtonTabStopDirective, i19.ToggleButtonTabStopDirective] });
|
|
89
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, providers: [
|
|
90
|
-
// CalendarModule providers
|
|
91
|
-
IconsService,
|
|
92
|
-
ResizeBatchService,
|
|
93
|
-
CalendarDOMService,
|
|
94
|
-
CenturyViewService,
|
|
95
|
-
DecadeViewService,
|
|
96
|
-
MonthViewService,
|
|
97
|
-
YearViewService,
|
|
98
|
-
PopupService,
|
|
99
|
-
NavigationService,
|
|
100
|
-
// TimePickerModule providers
|
|
101
|
-
TimePickerDOMService,
|
|
102
|
-
HoursService,
|
|
103
|
-
MinutesService,
|
|
104
|
-
SecondsService,
|
|
105
|
-
MillisecondsService,
|
|
106
|
-
DayPeriodService,
|
|
107
|
-
AdaptiveService
|
|
108
|
-
], imports: [i2.CalendarComponent, i14.MultiViewCalendarComponent, i16.DateInputComponent, i18.DatePickerComponent, i16.DateInputComponent, i23.DateRangeComponent, i24.DateRangePopupComponent, i28.DateTimePickerComponent, i30.TimePickerComponent] });
|
|
109
|
-
}
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateInputsModule, decorators: [{
|
|
111
|
-
type: NgModule,
|
|
112
|
-
args: [{
|
|
113
|
-
exports: [...KENDO_DATEINPUTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
114
|
-
imports: [...KENDO_DATEINPUTS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
115
|
-
providers: [
|
|
116
|
-
// CalendarModule providers
|
|
117
|
-
IconsService,
|
|
118
|
-
ResizeBatchService,
|
|
119
|
-
CalendarDOMService,
|
|
120
|
-
CenturyViewService,
|
|
121
|
-
DecadeViewService,
|
|
122
|
-
MonthViewService,
|
|
123
|
-
YearViewService,
|
|
124
|
-
PopupService,
|
|
125
|
-
NavigationService,
|
|
126
|
-
// TimePickerModule providers
|
|
127
|
-
TimePickerDOMService,
|
|
128
|
-
HoursService,
|
|
129
|
-
MinutesService,
|
|
130
|
-
SecondsService,
|
|
131
|
-
MillisecondsService,
|
|
132
|
-
DayPeriodService,
|
|
133
|
-
AdaptiveService
|
|
134
|
-
]
|
|
135
|
-
}]
|
|
136
|
-
}] });
|