@progress/kendo-angular-dateinputs 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- package/calendar/calendar.component.d.ts +1 -1
- package/calendar/calendar.module.d.ts +13 -13
- package/calendar/calendars.module.d.ts +15 -3
- package/calendar/footer.component.d.ts +1 -1
- package/calendar/for.directive.d.ts +1 -1
- package/calendar/header.component.d.ts +1 -1
- package/calendar/horizontal-view-list.component.d.ts +1 -1
- package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
- package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
- package/calendar/multiview-calendar.component.d.ts +1 -1
- package/calendar/multiview-calendar.module.d.ts +13 -11
- package/calendar/navigation.component.d.ts +1 -1
- package/calendar/templates/cell-template.directive.d.ts +1 -1
- package/calendar/templates/century-cell-template.directive.d.ts +1 -1
- package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
- package/calendar/templates/footer-template.directive.d.ts +1 -1
- package/calendar/templates/header-template.directive.d.ts +1 -1
- package/calendar/templates/header-title-template.directive.d.ts +1 -1
- package/calendar/templates/month-cell-template.directive.d.ts +1 -1
- package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
- package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
- package/calendar/templates/year-cell-template.directive.d.ts +1 -1
- package/calendar/view-list.component.d.ts +1 -1
- package/calendar/view.component.d.ts +1 -1
- package/common/adaptive.module.d.ts +5 -4
- package/dateinput/dateinput.component.d.ts +2 -5
- package/dateinput/dateinput.module.d.ts +3 -8
- package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
- package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
- package/dateinputs.module.d.ts +30 -7
- package/datepicker/datepicker.component.d.ts +4 -8
- package/datepicker/datepicker.module.d.ts +13 -13
- package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
- package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
- package/daterange/date-range-end-input.directive.d.ts +1 -1
- package/daterange/date-range-popup-template.directive.d.ts +1 -1
- package/daterange/date-range-popup.component.d.ts +1 -1
- package/daterange/date-range-selection.directive.d.ts +1 -1
- package/daterange/date-range-start-input.directive.d.ts +1 -1
- package/daterange/date-range.component.d.ts +1 -1
- package/daterange/date-range.module.d.ts +10 -15
- package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
- package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
- package/datetimepicker/datetimepicker.component.d.ts +3 -7
- package/datetimepicker/datetimepicker.module.d.ts +13 -14
- package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
- package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
- package/directives.d.ts +65 -0
- package/esm2020/calendar/calendar.component.mjs +9 -11
- package/esm2020/calendar/calendar.module.mjs +34 -69
- package/esm2020/calendar/calendars.module.mjs +52 -15
- package/esm2020/calendar/footer.component.mjs +7 -5
- package/esm2020/calendar/for.directive.mjs +5 -2
- package/esm2020/calendar/header.component.mjs +8 -6
- package/esm2020/calendar/horizontal-view-list.component.mjs +8 -6
- package/esm2020/calendar/localization/calendar-custom-messages.component.mjs +3 -2
- package/esm2020/calendar/localization/calendar-localized-messages.directive.mjs +3 -2
- package/esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs +3 -2
- package/esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs +3 -2
- package/esm2020/calendar/multiview-calendar.component.mjs +8 -8
- package/esm2020/calendar/multiview-calendar.module.mjs +23 -55
- package/esm2020/calendar/navigation.component.mjs +8 -7
- package/esm2020/calendar/services/century-view.service.mjs +5 -2
- package/esm2020/calendar/services/decade-view.service.mjs +5 -2
- package/esm2020/calendar/services/dom.service.mjs +5 -2
- package/esm2020/calendar/services/month-view.service.mjs +5 -2
- package/esm2020/calendar/services/navigation.service.mjs +5 -2
- package/esm2020/calendar/services/weeknames.service.mjs +5 -2
- package/esm2020/calendar/services/year-view.service.mjs +5 -2
- package/esm2020/calendar/templates/cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/century-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/decade-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/footer-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/header-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/header-title-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/month-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/navigation-item-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/weeknumber-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/templates/year-cell-template.directive.mjs +3 -2
- package/esm2020/calendar/view-list.component.mjs +9 -9
- package/esm2020/calendar/view.component.mjs +7 -5
- package/esm2020/common/adaptive.module.mjs +25 -17
- package/esm2020/dateinput/dateinput.component.mjs +11 -13
- package/esm2020/dateinput/dateinput.module.mjs +14 -24
- package/esm2020/dateinput/localization/dateinput-custom-messages.component.mjs +3 -2
- package/esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs +3 -2
- package/esm2020/dateinputs.module.mjs +90 -33
- package/esm2020/datepicker/datepicker.component.mjs +23 -32
- package/esm2020/datepicker/datepicker.module.mjs +55 -63
- package/esm2020/datepicker/localization/datepicker-custom-messages.component.mjs +3 -2
- package/esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs +3 -2
- package/esm2020/daterange/date-range-end-input.directive.mjs +3 -2
- package/esm2020/daterange/date-range-popup-template.directive.mjs +3 -2
- package/esm2020/daterange/date-range-popup.component.mjs +10 -11
- package/esm2020/daterange/date-range-selection.directive.mjs +3 -2
- package/esm2020/daterange/date-range-start-input.directive.mjs +3 -2
- package/esm2020/daterange/date-range.component.mjs +6 -5
- package/esm2020/daterange/date-range.module.mjs +51 -54
- package/esm2020/daterange/localization/daterange-popup-custom-messages.component.mjs +3 -2
- package/esm2020/daterange/localization/daterange-popup-localized-messages.directive.mjs +3 -2
- package/esm2020/datetimepicker/datetimepicker.component.mjs +24 -31
- package/esm2020/datetimepicker/datetimepicker.module.mjs +70 -68
- package/esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +3 -2
- package/esm2020/datetimepicker/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/directives.mjs +142 -0
- package/esm2020/index.mjs +14 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/localization/timepicker-custom-messages.component.mjs +3 -2
- package/esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs +3 -2
- package/esm2020/timepicker/localization/timeselector-custom-messages.component.mjs +3 -2
- package/esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs +3 -2
- package/esm2020/timepicker/services/dayperiod.service.mjs +5 -2
- package/esm2020/timepicker/services/dom.service.mjs +5 -2
- package/esm2020/timepicker/services/hours.service.mjs +5 -2
- package/esm2020/timepicker/services/milliseconds.service.mjs +5 -2
- package/esm2020/timepicker/services/minutes.service.mjs +5 -2
- package/esm2020/timepicker/services/seconds.service.mjs +5 -2
- package/esm2020/timepicker/timelist.component.mjs +7 -7
- package/esm2020/timepicker/timepicker.component.mjs +22 -41
- package/esm2020/timepicker/timepicker.module.mjs +34 -75
- package/esm2020/timepicker/timeselector.component.mjs +8 -8
- package/esm2020/virtualization/virtualization.component.mjs +6 -4
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +1229 -1310
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +975 -1050
- package/index.d.ts +14 -2
- package/package.json +10 -10
- package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
- package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
- package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
- package/timepicker/timelist.component.d.ts +1 -1
- package/timepicker/timepicker.component.d.ts +3 -13
- package/timepicker/timepicker.module.d.ts +3 -16
- package/timepicker/timeselector.component.d.ts +1 -1
- package/virtualization/virtualization.component.d.ts +1 -1
- package/calendar/calendar-common.module.d.ts +0 -27
- package/calendar/templates.module.d.ts +0 -35
- package/esm2020/calendar/calendar-common.module.mjs +0 -52
- package/esm2020/calendar/templates.module.mjs +0 -83
- package/esm2020/touch-enabled.mjs +0 -9
- package/esm2020/virtualization/virtualization.module.mjs +0 -30
- package/touch-enabled.d.ts +0 -9
- package/virtualization/virtualization.module.d.ts +0 -18
|
@@ -3,61 +3,20 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
9
|
-
import { TimeListComponent } from './timelist.component';
|
|
10
|
-
import { TimePickerComponent } from './timepicker.component';
|
|
11
|
-
import { TimeSelectorComponent } from './timeselector.component';
|
|
12
|
-
import { VirtualizationModule } from '../virtualization/virtualization.module';
|
|
6
|
+
import { KENDO_TIMEPICKER } from '../directives';
|
|
7
|
+
import { DayPeriodService } from './services/dayperiod.service';
|
|
13
8
|
import { TimePickerDOMService } from './services/dom.service';
|
|
14
9
|
import { HoursService } from './services/hours.service';
|
|
10
|
+
import { MillisecondsService } from './services/milliseconds.service';
|
|
15
11
|
import { MinutesService } from './services/minutes.service';
|
|
16
12
|
import { SecondsService } from './services/seconds.service';
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { TimePickerLocalizedMessagesDirective } from './localization/timepicker-localized-messages.directive';
|
|
21
|
-
import { TimePickerCustomMessagesComponent } from './localization/timepicker-custom-messages.component';
|
|
22
|
-
import { TimeSelectorLocalizedMessagesDirective } from './localization/timeselector-localized-messages.directive';
|
|
23
|
-
import { TimeSelectorCustomMessagesComponent } from './localization/timeselector-custom-messages.component';
|
|
24
|
-
import { touchEnabled } from '@progress/kendo-common';
|
|
25
|
-
import { TOUCH_ENABLED } from '../touch-enabled';
|
|
26
|
-
import { EventsModule, ToggleButtonTabStopModule } from '@progress/kendo-angular-common';
|
|
27
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
28
|
-
import { AdaptiveModule } from '../common/adaptive.module';
|
|
13
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
14
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
15
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
29
16
|
import * as i0 from "@angular/core";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
TimePickerCustomMessagesComponent,
|
|
34
|
-
TimePickerComponent,
|
|
35
|
-
TimeSelectorLocalizedMessagesDirective,
|
|
36
|
-
TimeSelectorCustomMessagesComponent,
|
|
37
|
-
TimeSelectorComponent
|
|
38
|
-
];
|
|
39
|
-
const COMPONENT_MODULES = [
|
|
40
|
-
DateInputModule,
|
|
41
|
-
IntlModule,
|
|
42
|
-
PopupModule,
|
|
43
|
-
VirtualizationModule,
|
|
44
|
-
EventsModule,
|
|
45
|
-
IconsModule,
|
|
46
|
-
AdaptiveModule,
|
|
47
|
-
ToggleButtonTabStopModule
|
|
48
|
-
];
|
|
49
|
-
const providers = [
|
|
50
|
-
TimePickerDOMService,
|
|
51
|
-
HoursService,
|
|
52
|
-
MinutesService,
|
|
53
|
-
SecondsService,
|
|
54
|
-
MillisecondsService,
|
|
55
|
-
DayPeriodService,
|
|
56
|
-
{
|
|
57
|
-
provide: TOUCH_ENABLED,
|
|
58
|
-
useValue: touchEnabled
|
|
59
|
-
}
|
|
60
|
-
];
|
|
17
|
+
import * as i1 from "./localization/timepicker-custom-messages.component";
|
|
18
|
+
import * as i2 from "./timepicker.component";
|
|
19
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
61
20
|
/**
|
|
62
21
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
63
22
|
* definition for the TimePicker component.
|
|
@@ -65,33 +24,33 @@ const providers = [
|
|
|
65
24
|
export class TimePickerModule {
|
|
66
25
|
}
|
|
67
26
|
TimePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
68
|
-
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
AdaptiveModule,
|
|
81
|
-
ToggleButtonTabStopModule], exports: [TimePickerLocalizedMessagesDirective,
|
|
82
|
-
TimeListComponent,
|
|
83
|
-
TimePickerCustomMessagesComponent,
|
|
84
|
-
TimePickerComponent,
|
|
85
|
-
TimeSelectorLocalizedMessagesDirective,
|
|
86
|
-
TimeSelectorCustomMessagesComponent,
|
|
87
|
-
TimeSelectorComponent] });
|
|
88
|
-
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, providers: providers, imports: [CommonModule, COMPONENT_MODULES] });
|
|
27
|
+
TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, imports: [i1.TimePickerCustomMessagesComponent, i2.TimePickerComponent], exports: [i1.TimePickerCustomMessagesComponent, i2.TimePickerComponent] });
|
|
28
|
+
TimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, providers: [
|
|
29
|
+
IconsService,
|
|
30
|
+
PopupService,
|
|
31
|
+
ResizeBatchService,
|
|
32
|
+
TimePickerDOMService,
|
|
33
|
+
HoursService,
|
|
34
|
+
MinutesService,
|
|
35
|
+
SecondsService,
|
|
36
|
+
MillisecondsService,
|
|
37
|
+
DayPeriodService,
|
|
38
|
+
], imports: [KENDO_TIMEPICKER] });
|
|
89
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimePickerModule, decorators: [{
|
|
90
40
|
type: NgModule,
|
|
91
41
|
args: [{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
42
|
+
exports: [...KENDO_TIMEPICKER],
|
|
43
|
+
imports: [...KENDO_TIMEPICKER],
|
|
44
|
+
providers: [
|
|
45
|
+
IconsService,
|
|
46
|
+
PopupService,
|
|
47
|
+
ResizeBatchService,
|
|
48
|
+
TimePickerDOMService,
|
|
49
|
+
HoursService,
|
|
50
|
+
MinutesService,
|
|
51
|
+
SecondsService,
|
|
52
|
+
MillisecondsService,
|
|
53
|
+
DayPeriodService,
|
|
54
|
+
]
|
|
96
55
|
}]
|
|
97
56
|
}] });
|
|
@@ -6,7 +6,7 @@ import { Component, ChangeDetectorRef, ChangeDetectionStrategy, ElementRef, Even
|
|
|
6
6
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { IntlService } from '@progress/kendo-angular-intl';
|
|
8
8
|
import { cloneDate, getDate } from '@progress/kendo-date-math';
|
|
9
|
-
import { Keys } from '@progress/kendo-angular-common';
|
|
9
|
+
import { Keys, EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
|
|
10
10
|
import { MIDNIGHT_DATE, MIN_TIME, MAX_TIME } from '../defaults';
|
|
11
11
|
import { TimeListComponent } from './timelist.component';
|
|
12
12
|
import { TimePickerDOMService } from './services/dom.service';
|
|
@@ -16,15 +16,13 @@ import { fromEvent } from 'rxjs';
|
|
|
16
16
|
import { PickerService } from '../common/picker.service';
|
|
17
17
|
import { closest } from '../common/dom-queries';
|
|
18
18
|
import { currentFocusTarget, isPresent } from '../common/utils';
|
|
19
|
+
import { NgIf, NgFor } from '@angular/common';
|
|
20
|
+
import { TimeSelectorLocalizedMessagesDirective } from './localization/timeselector-localized-messages.directive';
|
|
19
21
|
import * as i0 from "@angular/core";
|
|
20
22
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
21
23
|
import * as i2 from "@progress/kendo-angular-intl";
|
|
22
24
|
import * as i3 from "./services/dom.service";
|
|
23
25
|
import * as i4 from "../common/picker.service";
|
|
24
|
-
import * as i5 from "@angular/common";
|
|
25
|
-
import * as i6 from "@progress/kendo-angular-common";
|
|
26
|
-
import * as i7 from "./timelist.component";
|
|
27
|
-
import * as i8 from "./localization/timeselector-localized-messages.directive";
|
|
28
26
|
const listReducer = (state, list, idx, all) => {
|
|
29
27
|
if (state.length || !list.isActive) {
|
|
30
28
|
return state;
|
|
@@ -419,7 +417,7 @@ export class TimeSelectorComponent {
|
|
|
419
417
|
}
|
|
420
418
|
}
|
|
421
419
|
TimeSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i2.IntlService }, { token: i3.TimePickerDOMService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i4.PickerService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
422
|
-
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: { format: "format", min: "min", max: "max", cancelButton: "cancelButton", setButton: "setButton", nowButton: "nowButton", disabled: "disabled", isAdaptiveEnabled: "isAdaptiveEnabled", isDateTimePicker: "isDateTimePicker", steps: "steps", value: "value" }, outputs: { valueChange: "valueChange", valueReject: "valueReject", tabOutLastPart: "tabOutLastPart", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
420
|
+
TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimeSelectorComponent, isStandalone: true, selector: "kendo-timeselector", inputs: { format: "format", min: "min", max: "max", cancelButton: "cancelButton", setButton: "setButton", nowButton: "nowButton", disabled: "disabled", isAdaptiveEnabled: "isAdaptiveEnabled", isDateTimePicker: "isDateTimePicker", steps: "steps", value: "value" }, outputs: { valueChange: "valueChange", valueReject: "valueReject", tabOutLastPart: "tabOutLastPart", tabOutNow: "tabOutNow" }, host: { properties: { "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
423
421
|
LocalizationService,
|
|
424
422
|
{
|
|
425
423
|
provide: L10N_PREFIX,
|
|
@@ -533,7 +531,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
533
531
|
[disabled]="disabled"
|
|
534
532
|
>{{localization.get('cancel')}}</button>
|
|
535
533
|
</div>
|
|
536
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
534
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
537
535
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
538
536
|
type: Component,
|
|
539
537
|
args: [{
|
|
@@ -655,7 +653,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
655
653
|
[disabled]="disabled"
|
|
656
654
|
>{{localization.get('cancel')}}</button>
|
|
657
655
|
</div>
|
|
658
|
-
|
|
656
|
+
`,
|
|
657
|
+
standalone: true,
|
|
658
|
+
imports: [TimeSelectorLocalizedMessagesDirective, NgIf, EventsOutsideAngularDirective, NgFor, TimeListComponent]
|
|
659
659
|
}]
|
|
660
660
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i2.IntlService }, { type: i3.TimePickerDOMService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i4.PickerService, decorators: [{
|
|
661
661
|
type: Optional
|
|
@@ -9,9 +9,9 @@ import { ScrollerService, PageAction } from './services/scroller.service';
|
|
|
9
9
|
import { isDocumentAvailable, ScrollbarWidthService } from '@progress/kendo-angular-common';
|
|
10
10
|
import { Subject, fromEvent, interval, EMPTY, of, combineLatest, animationFrameScheduler as animationFrame } from 'rxjs';
|
|
11
11
|
import { map, scan, takeWhile } from 'rxjs/operators';
|
|
12
|
+
import { NgStyle } from '@angular/common';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
import * as i1 from "@progress/kendo-angular-common";
|
|
14
|
-
import * as i2 from "@angular/common";
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -234,7 +234,7 @@ export class VirtualizationComponent {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
237
|
-
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: VirtualizationComponent, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
|
|
237
|
+
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: VirtualizationComponent, isStandalone: true, selector: "kendo-virtualization", inputs: { direction: "direction", itemHeight: "itemHeight", itemWidth: "itemWidth", topOffset: "topOffset", bottomOffset: "bottomOffset", maxScrollDifference: "maxScrollDifference", scrollOffsetSize: "scrollOffsetSize", scrollDuration: "scrollDuration", skip: "skip", take: "take", total: "total" }, outputs: { activeIndexChange: "activeIndexChange", pageChange: "pageChange", scrollChange: "scrollChange" }, host: { properties: { "class.k-flex": "this.wrapperClasses", "class.k-content": "this.wrapperClasses", "class.k-scrollable": "this.wrapperClasses", "class.k-scrollable-horizontal": "this.horizontalClass" } }, providers: [{
|
|
238
238
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
239
239
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
240
240
|
}], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -244,7 +244,7 @@ VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
244
244
|
[class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
|
|
245
245
|
[ngStyle]="totalVertexLength"
|
|
246
246
|
></div>
|
|
247
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
247
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
248
248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: VirtualizationComponent, decorators: [{
|
|
249
249
|
type: Component,
|
|
250
250
|
args: [{
|
|
@@ -260,7 +260,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
260
260
|
[class.k-scrollable-horizontal-placeholder]="direction === 'horizontal'"
|
|
261
261
|
[ngStyle]="totalVertexLength"
|
|
262
262
|
></div>
|
|
263
|
-
|
|
263
|
+
`,
|
|
264
|
+
standalone: true,
|
|
265
|
+
imports: [NgStyle]
|
|
264
266
|
}]
|
|
265
267
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
266
268
|
type: Inject,
|