@progress/kendo-angular-dateinputs 11.0.0-develop.92 → 11.0.0-develop.93
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/calendar-common.module.d.ts +2 -1
- package/calendar/header.component.d.ts +9 -0
- package/dateinput/dateinput.component.d.ts +9 -0
- package/dateinput/dateinput.module.d.ts +2 -1
- package/datepicker/datepicker.component.d.ts +5 -0
- package/datepicker/datepicker.module.d.ts +2 -1
- package/datetimepicker/datetimepicker.component.d.ts +9 -0
- package/datetimepicker/datetimepicker.module.d.ts +2 -1
- package/esm2020/calendar/calendar-common.module.mjs +4 -3
- package/esm2020/calendar/header.component.mjs +33 -11
- package/esm2020/dateinput/dateinput.component.mjs +46 -12
- package/esm2020/dateinput/dateinput.module.mjs +4 -3
- package/esm2020/datepicker/datepicker.component.mjs +23 -7
- package/esm2020/datepicker/datepicker.module.mjs +7 -3
- package/esm2020/datetimepicker/datetimepicker.component.mjs +46 -20
- package/esm2020/datetimepicker/datetimepicker.module.mjs +7 -3
- package/esm2020/package-metadata.mjs +1 -1
- package/esm2020/timepicker/timepicker.component.mjs +23 -7
- package/esm2020/timepicker/timepicker.module.mjs +5 -2
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +177 -60
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +177 -60
- package/package.json +9 -7
- package/schematics/ngAdd/index.js +4 -2
- package/timepicker/timepicker.component.d.ts +5 -0
- package/timepicker/timepicker.module.d.ts +2 -1
|
@@ -8,7 +8,7 @@ import { NG_VALUE_ACCESSOR, NG_VALIDATORS, NgControl } from '@angular/forms';
|
|
|
8
8
|
import * as i1$1 from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
|
|
10
10
|
import { cloneDate, addDays, getDate, isEqual, addDecades, addCenturies, firstDecadeOfCentury, lastDecadeOfCentury, firstYearOfDecade, createDate, lastYearOfDecade, lastMonthOfYear, lastDayOfMonth, durationInCenturies, addYears, durationInDecades, addWeeks, addMonths, firstDayOfMonth, dayOfWeek, durationInMonths, firstMonthOfYear, durationInYears, weekInYear } from '@progress/kendo-date-math';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i6 from '@progress/kendo-angular-common';
|
|
12
12
|
import { isDocumentAvailable, guid, Keys as Keys$1, hasObservers, KendoInput, EventsModule, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
13
13
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
14
14
|
import * as i1 from '@progress/kendo-angular-intl';
|
|
@@ -16,7 +16,12 @@ import { IntlModule } from '@progress/kendo-angular-intl';
|
|
|
16
16
|
import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
|
|
17
17
|
import * as i7 from '@angular/common';
|
|
18
18
|
import { CommonModule } from '@angular/common';
|
|
19
|
+
import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, caretAltDownIcon, calendarIcon, clockIcon } from '@progress/kendo-svg-icons';
|
|
20
|
+
import * as i5 from '@progress/kendo-angular-buttons';
|
|
21
|
+
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
19
22
|
import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
|
|
23
|
+
import * as i7$1 from '@progress/kendo-angular-icons';
|
|
24
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
20
25
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
|
21
26
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
22
27
|
import { touchEnabled } from '@progress/kendo-common';
|
|
@@ -28,7 +33,7 @@ const packageMetadata = {
|
|
|
28
33
|
name: '@progress/kendo-angular-dateinputs',
|
|
29
34
|
productName: 'Kendo UI for Angular',
|
|
30
35
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
36
|
+
publishDate: 1673265668,
|
|
32
37
|
version: '',
|
|
33
38
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
39
|
};
|
|
@@ -1776,7 +1781,7 @@ ViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
1776
1781
|
</td>
|
|
1777
1782
|
</ng-container>
|
|
1778
1783
|
</tr>
|
|
1779
|
-
`, isInline: true, directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { type:
|
|
1784
|
+
`, isInline: true, directives: [{ type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1780
1785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ViewComponent, decorators: [{
|
|
1781
1786
|
type: Component,
|
|
1782
1787
|
args: [{
|
|
@@ -2402,6 +2407,14 @@ class HeaderComponent {
|
|
|
2402
2407
|
this.localization = localization;
|
|
2403
2408
|
this.intl = intl;
|
|
2404
2409
|
this.disabledDatesService = disabledDatesService;
|
|
2410
|
+
/**
|
|
2411
|
+
* @hidden
|
|
2412
|
+
*/
|
|
2413
|
+
this.chevronRightIcon = chevronRightIcon;
|
|
2414
|
+
/**
|
|
2415
|
+
* @hidden
|
|
2416
|
+
*/
|
|
2417
|
+
this.chevronLeftIcon = chevronLeftIcon;
|
|
2405
2418
|
this.navigate = true;
|
|
2406
2419
|
this.todayAvailable = true;
|
|
2407
2420
|
this.min = new Date(MIN_DATE);
|
|
@@ -2517,15 +2530,18 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
2517
2530
|
<span class="k-calendar-nav k-hstack">
|
|
2518
2531
|
<button
|
|
2519
2532
|
*ngIf="showNavigationButtons"
|
|
2520
|
-
|
|
2533
|
+
kendoButton
|
|
2534
|
+
fillMode="flat"
|
|
2535
|
+
[svgIcon]="chevronLeftIcon"
|
|
2536
|
+
icon="chevron-left"
|
|
2521
2537
|
tabindex="-1"
|
|
2522
2538
|
type="button"
|
|
2539
|
+
class="k-calendar-nav-prev"
|
|
2523
2540
|
[attr.aria-disabled]="isPrevDisabled"
|
|
2524
2541
|
[disabled]="isPrevDisabled"
|
|
2525
2542
|
[title]="prevButtonTitle"
|
|
2526
2543
|
(click)="prevButtonClick.emit()"
|
|
2527
2544
|
>
|
|
2528
|
-
<span class="k-button-icon k-icon k-i-chevron-left"></span>
|
|
2529
2545
|
</button>
|
|
2530
2546
|
<button
|
|
2531
2547
|
class="k-calendar-nav-today k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md"
|
|
@@ -2541,7 +2557,11 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
2541
2557
|
</button>
|
|
2542
2558
|
<button
|
|
2543
2559
|
*ngIf="showNavigationButtons"
|
|
2544
|
-
|
|
2560
|
+
kendoButton
|
|
2561
|
+
fillMode="flat"
|
|
2562
|
+
[svgIcon]="chevronRightIcon"
|
|
2563
|
+
icon="chevron-right"
|
|
2564
|
+
class="k-calendar-nav-next"
|
|
2545
2565
|
tabindex="-1"
|
|
2546
2566
|
type="button"
|
|
2547
2567
|
[attr.aria-disabled]="isNextDisabled"
|
|
@@ -2549,10 +2569,9 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
2549
2569
|
[title]="nextButtonTitle"
|
|
2550
2570
|
(click)="nextButtonClick.emit()"
|
|
2551
2571
|
>
|
|
2552
|
-
<span class="k-button-icon k-icon k-i-chevron-right"></span>
|
|
2553
2572
|
</button>
|
|
2554
2573
|
</span>
|
|
2555
|
-
`, isInline: true,
|
|
2574
|
+
`, isInline: true, components: [{ type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
2556
2575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HeaderComponent, decorators: [{
|
|
2557
2576
|
type: Component,
|
|
2558
2577
|
args: [{
|
|
@@ -2580,15 +2599,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2580
2599
|
<span class="k-calendar-nav k-hstack">
|
|
2581
2600
|
<button
|
|
2582
2601
|
*ngIf="showNavigationButtons"
|
|
2583
|
-
|
|
2602
|
+
kendoButton
|
|
2603
|
+
fillMode="flat"
|
|
2604
|
+
[svgIcon]="chevronLeftIcon"
|
|
2605
|
+
icon="chevron-left"
|
|
2584
2606
|
tabindex="-1"
|
|
2585
2607
|
type="button"
|
|
2608
|
+
class="k-calendar-nav-prev"
|
|
2586
2609
|
[attr.aria-disabled]="isPrevDisabled"
|
|
2587
2610
|
[disabled]="isPrevDisabled"
|
|
2588
2611
|
[title]="prevButtonTitle"
|
|
2589
2612
|
(click)="prevButtonClick.emit()"
|
|
2590
2613
|
>
|
|
2591
|
-
<span class="k-button-icon k-icon k-i-chevron-left"></span>
|
|
2592
2614
|
</button>
|
|
2593
2615
|
<button
|
|
2594
2616
|
class="k-calendar-nav-today k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md"
|
|
@@ -2604,7 +2626,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2604
2626
|
</button>
|
|
2605
2627
|
<button
|
|
2606
2628
|
*ngIf="showNavigationButtons"
|
|
2607
|
-
|
|
2629
|
+
kendoButton
|
|
2630
|
+
fillMode="flat"
|
|
2631
|
+
[svgIcon]="chevronRightIcon"
|
|
2632
|
+
icon="chevron-right"
|
|
2633
|
+
class="k-calendar-nav-next"
|
|
2608
2634
|
tabindex="-1"
|
|
2609
2635
|
type="button"
|
|
2610
2636
|
[attr.aria-disabled]="isNextDisabled"
|
|
@@ -2612,7 +2638,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2612
2638
|
[title]="nextButtonTitle"
|
|
2613
2639
|
(click)="nextButtonClick.emit()"
|
|
2614
2640
|
>
|
|
2615
|
-
<span class="k-button-icon k-icon k-i-chevron-right"></span>
|
|
2616
2641
|
</button>
|
|
2617
2642
|
</span>
|
|
2618
2643
|
`
|
|
@@ -4581,7 +4606,7 @@ class VirtualizationComponent {
|
|
|
4581
4606
|
return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
|
|
4582
4607
|
}
|
|
4583
4608
|
}
|
|
4584
|
-
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token:
|
|
4609
|
+
VirtualizationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: VirtualizationComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i6.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4585
4610
|
VirtualizationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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: [{
|
|
4586
4611
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
4587
4612
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
@@ -4614,7 +4639,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4614
4639
|
return [{ type: undefined, decorators: [{
|
|
4615
4640
|
type: Inject,
|
|
4616
4641
|
args: [SCROLLER_FACTORY_TOKEN]
|
|
4617
|
-
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type:
|
|
4642
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i6.ScrollbarWidthService }];
|
|
4618
4643
|
}, propDecorators: { direction: [{
|
|
4619
4644
|
type: Input
|
|
4620
4645
|
}], itemHeight: [{
|
|
@@ -4946,7 +4971,7 @@ NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4946
4971
|
</li>
|
|
4947
4972
|
</ul>
|
|
4948
4973
|
</kendo-virtualization>
|
|
4949
|
-
`, isInline: true, components: [{ type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }], directives: [{ type:
|
|
4974
|
+
`, isInline: true, components: [{ type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }], directives: [{ type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4950
4975
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
4951
4976
|
type: Component,
|
|
4952
4977
|
args: [{
|
|
@@ -6570,7 +6595,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
6570
6595
|
</kendo-multiviewcalendar-messages>
|
|
6571
6596
|
</kendo-multiviewcalendar>
|
|
6572
6597
|
</ng-container>
|
|
6573
|
-
`, isInline: true, components: [{ type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { type:
|
|
6598
|
+
`, isInline: true, components: [{ type: NavigationComponent, selector: "kendo-calendar-navigation", inputs: ["activeView", "min", "max", "focusedDate", "templateRef"], outputs: ["valueChange", "pageChange"] }, { type: ViewListComponent, selector: "kendo-calendar-viewlist", inputs: ["cellTemplateRef", "weekNumberTemplateRef", "headerTitleTemplateRef", "activeView", "cellUID", "focusedDate", "isActive", "min", "max", "selectedDates", "tabIndex", "disabled", "id", "weekNumber"], outputs: ["cellClick", "weekNumberCellClick", "activeDateChange", "todayButtonClick", "pageChange", "focusCalendar", "blurCalendar", "focusedCellChange"] }, { type: i6.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: MultiViewCalendarComponent, selector: "kendo-multiviewcalendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "disabledDatesRangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "isActive", "disabledDates", "activeView", "bottomView", "topView", "showViewHeader", "animateNavigation", "weekNumber", "activeRangeEnd", "selectionRange", "views", "orientation", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate"], outputs: ["activeViewChange", "navigate", "cellEnter", "cellLeave", "valueChange", "blur", "focus", "focusCalendar"], exportAs: ["kendo-multiviewcalendar"] }, { type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages" }], directives: [{ type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6574
6599
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
6575
6600
|
type: Component,
|
|
6576
6601
|
args: [{
|
|
@@ -7327,6 +7352,14 @@ class DateInputComponent {
|
|
|
7327
7352
|
this.injector = injector;
|
|
7328
7353
|
this.localization = localization;
|
|
7329
7354
|
this.pickerService = pickerService;
|
|
7355
|
+
/**
|
|
7356
|
+
* @hidden
|
|
7357
|
+
*/
|
|
7358
|
+
this.caretAltUpIcon = caretAltUpIcon;
|
|
7359
|
+
/**
|
|
7360
|
+
* @hidden
|
|
7361
|
+
*/
|
|
7362
|
+
this.caretAltDownIcon = caretAltDownIcon;
|
|
7330
7363
|
/**
|
|
7331
7364
|
* Sets or gets the `disabled` property of the DateInput and
|
|
7332
7365
|
* determines whether the component is active
|
|
@@ -8338,8 +8371,14 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
8338
8371
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8339
8372
|
(click)="handleButtonClick(1)"
|
|
8340
8373
|
[title]="localization.get('increment')"
|
|
8341
|
-
[attr.aria-label]="localization.get('increment')"
|
|
8342
|
-
|
|
8374
|
+
[attr.aria-label]="localization.get('increment')"
|
|
8375
|
+
>
|
|
8376
|
+
<kendo-icon-wrapper
|
|
8377
|
+
name="caret-alt-up"
|
|
8378
|
+
class="k-button-icon"
|
|
8379
|
+
[svgIcon]="caretAltUpIcon"
|
|
8380
|
+
>
|
|
8381
|
+
</kendo-icon-wrapper>
|
|
8343
8382
|
</button>
|
|
8344
8383
|
<button
|
|
8345
8384
|
#spindown
|
|
@@ -8350,11 +8389,17 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
8350
8389
|
(mousedown)="arrowDirection = arrow.Down"
|
|
8351
8390
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8352
8391
|
[title]="localization.get('decrement')"
|
|
8353
|
-
[attr.aria-label]="localization.get('decrement')"
|
|
8354
|
-
|
|
8392
|
+
[attr.aria-label]="localization.get('decrement')"
|
|
8393
|
+
>
|
|
8394
|
+
<kendo-icon-wrapper
|
|
8395
|
+
name="caret-alt-down"
|
|
8396
|
+
class="k-button-icon"
|
|
8397
|
+
[svgIcon]="caretAltDownIcon"
|
|
8398
|
+
>
|
|
8399
|
+
</kendo-icon-wrapper>
|
|
8355
8400
|
</button>
|
|
8356
8401
|
</span>
|
|
8357
|
-
`, isInline: true, directives: [{ type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }, { type:
|
|
8402
|
+
`, isInline: true, components: [{ type: i7$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8358
8403
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
8359
8404
|
type: Component,
|
|
8360
8405
|
args: [{
|
|
@@ -8415,8 +8460,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8415
8460
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8416
8461
|
(click)="handleButtonClick(1)"
|
|
8417
8462
|
[title]="localization.get('increment')"
|
|
8418
|
-
[attr.aria-label]="localization.get('increment')"
|
|
8419
|
-
|
|
8463
|
+
[attr.aria-label]="localization.get('increment')"
|
|
8464
|
+
>
|
|
8465
|
+
<kendo-icon-wrapper
|
|
8466
|
+
name="caret-alt-up"
|
|
8467
|
+
class="k-button-icon"
|
|
8468
|
+
[svgIcon]="caretAltUpIcon"
|
|
8469
|
+
>
|
|
8470
|
+
</kendo-icon-wrapper>
|
|
8420
8471
|
</button>
|
|
8421
8472
|
<button
|
|
8422
8473
|
#spindown
|
|
@@ -8427,8 +8478,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8427
8478
|
(mousedown)="arrowDirection = arrow.Down"
|
|
8428
8479
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8429
8480
|
[title]="localization.get('decrement')"
|
|
8430
|
-
[attr.aria-label]="localization.get('decrement')"
|
|
8431
|
-
|
|
8481
|
+
[attr.aria-label]="localization.get('decrement')"
|
|
8482
|
+
>
|
|
8483
|
+
<kendo-icon-wrapper
|
|
8484
|
+
name="caret-alt-down"
|
|
8485
|
+
class="k-button-icon"
|
|
8486
|
+
[svgIcon]="caretAltDownIcon"
|
|
8487
|
+
>
|
|
8488
|
+
</kendo-icon-wrapper>
|
|
8432
8489
|
</button>
|
|
8433
8490
|
</span>
|
|
8434
8491
|
`
|
|
@@ -8669,6 +8726,10 @@ class DatePickerComponent {
|
|
|
8669
8726
|
this.pickerService = pickerService;
|
|
8670
8727
|
this.disabledDatesService = disabledDatesService;
|
|
8671
8728
|
this.touchEnabled = touchEnabled;
|
|
8729
|
+
/**
|
|
8730
|
+
* @hidden
|
|
8731
|
+
*/
|
|
8732
|
+
this.calendarIcon = calendarIcon;
|
|
8672
8733
|
/**
|
|
8673
8734
|
* Defines the active view that the Calendar initially renders
|
|
8674
8735
|
* ([see example]({% slug calendar_type_datepicker %}#toc-active-view)).
|
|
@@ -9566,7 +9627,12 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9566
9627
|
}"
|
|
9567
9628
|
[scope]="this"
|
|
9568
9629
|
>
|
|
9569
|
-
<
|
|
9630
|
+
<kendo-icon-wrapper
|
|
9631
|
+
name="calendar"
|
|
9632
|
+
class="k-button-icon"
|
|
9633
|
+
[svgIcon]="calendarIcon"
|
|
9634
|
+
>
|
|
9635
|
+
</kendo-icon-wrapper>
|
|
9570
9636
|
</button>
|
|
9571
9637
|
<ng-container #container></ng-container>
|
|
9572
9638
|
<ng-template #popupTemplate>
|
|
@@ -9606,7 +9672,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9606
9672
|
</kendo-calendar-messages>
|
|
9607
9673
|
</kendo-calendar>
|
|
9608
9674
|
<ng-template>
|
|
9609
|
-
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { type:
|
|
9675
|
+
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: i7$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }], directives: [{ type: DatePickerLocalizedMessagesDirective, selector: "[kendoDatePickerLocalizedMessages]" }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9610
9676
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
9611
9677
|
type: Component,
|
|
9612
9678
|
args: [{
|
|
@@ -9678,7 +9744,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9678
9744
|
}"
|
|
9679
9745
|
[scope]="this"
|
|
9680
9746
|
>
|
|
9681
|
-
<
|
|
9747
|
+
<kendo-icon-wrapper
|
|
9748
|
+
name="calendar"
|
|
9749
|
+
class="k-button-icon"
|
|
9750
|
+
[svgIcon]="calendarIcon"
|
|
9751
|
+
>
|
|
9752
|
+
</kendo-icon-wrapper>
|
|
9682
9753
|
</button>
|
|
9683
9754
|
<ng-container #container></ng-container>
|
|
9684
9755
|
<ng-template #popupTemplate>
|
|
@@ -10767,7 +10838,7 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
10767
10838
|
</li>
|
|
10768
10839
|
</ul>
|
|
10769
10840
|
</kendo-virtualization>
|
|
10770
|
-
`, isInline: true, components: [{ type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }], directives: [{ type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type:
|
|
10841
|
+
`, isInline: true, components: [{ type: VirtualizationComponent, selector: "kendo-virtualization", inputs: ["direction", "itemHeight", "itemWidth", "topOffset", "bottomOffset", "maxScrollDifference", "scrollOffsetSize", "scrollDuration", "skip", "take", "total"], outputs: ["activeIndexChange", "pageChange", "scrollChange"] }], directives: [{ type: i7.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
10771
10842
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
10772
10843
|
type: Component,
|
|
10773
10844
|
args: [{
|
|
@@ -11425,7 +11496,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
11425
11496
|
[disabled]="disabled"
|
|
11426
11497
|
>{{localization.get('accept')}}</button>
|
|
11427
11498
|
</div>
|
|
11428
|
-
`, isInline: true, components: [{ type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value"], outputs: ["valueChange"] }], directives: [{ type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type:
|
|
11499
|
+
`, isInline: true, components: [{ type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value"], outputs: ["valueChange"] }], directives: [{ type: TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
11429
11500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
11430
11501
|
type: Component,
|
|
11431
11502
|
args: [{
|
|
@@ -11673,6 +11744,10 @@ class TimePickerComponent {
|
|
|
11673
11744
|
this.pickerService = pickerService;
|
|
11674
11745
|
this.intl = intl;
|
|
11675
11746
|
this.touchEnabled = touchEnabled;
|
|
11747
|
+
/**
|
|
11748
|
+
* @hidden
|
|
11749
|
+
*/
|
|
11750
|
+
this.clockIcon = clockIcon;
|
|
11676
11751
|
/**
|
|
11677
11752
|
* Sets or gets the `disabled` property of the TimePicker and
|
|
11678
11753
|
* determines whether the component is active
|
|
@@ -12517,7 +12592,12 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12517
12592
|
}"
|
|
12518
12593
|
[scope]="this"
|
|
12519
12594
|
>
|
|
12520
|
-
<
|
|
12595
|
+
<kendo-icon-wrapper
|
|
12596
|
+
name="clock"
|
|
12597
|
+
class="k-button-icon"
|
|
12598
|
+
[svgIcon]="clockIcon"
|
|
12599
|
+
>
|
|
12600
|
+
</kendo-icon-wrapper>
|
|
12521
12601
|
</button>
|
|
12522
12602
|
<ng-template #popupTemplate>
|
|
12523
12603
|
<kendo-timeselector
|
|
@@ -12554,7 +12634,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12554
12634
|
</kendo-timeselector>
|
|
12555
12635
|
</ng-template>
|
|
12556
12636
|
<ng-container #container></ng-container>
|
|
12557
|
-
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "steps", "value"], outputs: ["valueChange", "valueReject"], exportAs: ["kendo-timeselector"] }, { type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], directives: [{ type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { type:
|
|
12637
|
+
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: i7$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "steps", "value"], outputs: ["valueChange", "valueReject"], exportAs: ["kendo-timeselector"] }, { type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], directives: [{ type: TimePickerLocalizedMessagesDirective, selector: "[kendoTimePickerLocalizedMessages]" }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12558
12638
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
12559
12639
|
type: Component,
|
|
12560
12640
|
args: [{
|
|
@@ -12650,7 +12730,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
12650
12730
|
}"
|
|
12651
12731
|
[scope]="this"
|
|
12652
12732
|
>
|
|
12653
|
-
<
|
|
12733
|
+
<kendo-icon-wrapper
|
|
12734
|
+
name="clock"
|
|
12735
|
+
class="k-button-icon"
|
|
12736
|
+
[svgIcon]="clockIcon"
|
|
12737
|
+
>
|
|
12738
|
+
</kendo-icon-wrapper>
|
|
12654
12739
|
</button>
|
|
12655
12740
|
<ng-template #popupTemplate>
|
|
12656
12741
|
<kendo-timeselector
|
|
@@ -12866,6 +12951,14 @@ class DateTimePickerComponent {
|
|
|
12866
12951
|
this.localization = localization;
|
|
12867
12952
|
this.disabledDatesService = disabledDatesService;
|
|
12868
12953
|
this.renderer = renderer;
|
|
12954
|
+
/**
|
|
12955
|
+
* @hidden
|
|
12956
|
+
*/
|
|
12957
|
+
this.calendarIcon = calendarIcon;
|
|
12958
|
+
/**
|
|
12959
|
+
* @hidden
|
|
12960
|
+
*/
|
|
12961
|
+
this.clockIcon = clockIcon;
|
|
12869
12962
|
/**
|
|
12870
12963
|
* @hidden
|
|
12871
12964
|
*/
|
|
@@ -13922,12 +14015,20 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
13922
14015
|
}"
|
|
13923
14016
|
[scope]="this"
|
|
13924
14017
|
>
|
|
13925
|
-
<
|
|
13926
|
-
|
|
13927
|
-
|
|
13928
|
-
|
|
13929
|
-
|
|
13930
|
-
|
|
14018
|
+
<kendo-icon-wrapper
|
|
14019
|
+
*ngIf="activeTab === 'date'"
|
|
14020
|
+
name="calendar"
|
|
14021
|
+
class="k-button-icon"
|
|
14022
|
+
[svgIcon]="calendarIcon"
|
|
14023
|
+
>
|
|
14024
|
+
</kendo-icon-wrapper>
|
|
14025
|
+
<kendo-icon-wrapper
|
|
14026
|
+
*ngIf="activeTab === 'time'"
|
|
14027
|
+
name="clock"
|
|
14028
|
+
class="k-button-icon"
|
|
14029
|
+
[svgIcon]="clockIcon"
|
|
14030
|
+
>
|
|
14031
|
+
</kendo-icon-wrapper>
|
|
13931
14032
|
</button>
|
|
13932
14033
|
|
|
13933
14034
|
<ng-container #container></ng-container>
|
|
@@ -14077,7 +14178,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14077
14178
|
</div>
|
|
14078
14179
|
</div>
|
|
14079
14180
|
</ng-template>
|
|
14080
|
-
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "steps", "value"], outputs: ["valueChange", "valueReject"], exportAs: ["kendo-timeselector"] }, { type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }, { type:
|
|
14181
|
+
`, isInline: true, components: [{ type: DateInputComponent, selector: "kendo-dateinput", inputs: ["focusableId", "pickerType", "disabled", "readonly", "title", "tabindex", "role", "ariaReadOnly", "tabIndex", "format", "formatPlaceholder", "placeholder", "steps", "max", "min", "rangeValidation", "autoCorrect", "incompleteDateValidation", "twoDigitYearMax", "value", "spinners", "isPopupOpen", "hasPopup", "size", "rounded", "fillMode"], outputs: ["valueChange", "valueUpdate", "focus", "blur"], exportAs: ["kendo-dateinput"] }, { type: i7$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }, { type: CalendarComponent, selector: "kendo-calendar", inputs: ["id", "focusedDate", "min", "max", "rangeValidation", "selection", "value", "disabled", "tabindex", "tabIndex", "disabledDates", "navigation", "activeView", "bottomView", "topView", "type", "animateNavigation", "weekNumber", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate"], outputs: ["activeViewChange", "navigate", "activeViewDateChange", "blur", "focus", "valueChange"], exportAs: ["kendo-calendar"] }, { type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages" }, { type: TimeSelectorComponent, selector: "kendo-timeselector", inputs: ["format", "min", "max", "cancelButton", "setButton", "nowButton", "disabled", "steps", "value"], outputs: ["valueChange", "valueReject"], exportAs: ["kendo-timeselector"] }, { type: TimeSelectorCustomMessagesComponent, selector: "kendo-timeselector-messages" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoDateTimePickerLocalizedMessages]" }, { type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
14081
14182
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
14082
14183
|
type: Component,
|
|
14083
14184
|
args: [{
|
|
@@ -14184,12 +14285,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
14184
14285
|
}"
|
|
14185
14286
|
[scope]="this"
|
|
14186
14287
|
>
|
|
14187
|
-
<
|
|
14188
|
-
|
|
14189
|
-
|
|
14190
|
-
|
|
14191
|
-
|
|
14192
|
-
|
|
14288
|
+
<kendo-icon-wrapper
|
|
14289
|
+
*ngIf="activeTab === 'date'"
|
|
14290
|
+
name="calendar"
|
|
14291
|
+
class="k-button-icon"
|
|
14292
|
+
[svgIcon]="calendarIcon"
|
|
14293
|
+
>
|
|
14294
|
+
</kendo-icon-wrapper>
|
|
14295
|
+
<kendo-icon-wrapper
|
|
14296
|
+
*ngIf="activeTab === 'time'"
|
|
14297
|
+
name="clock"
|
|
14298
|
+
class="k-button-icon"
|
|
14299
|
+
[svgIcon]="clockIcon"
|
|
14300
|
+
>
|
|
14301
|
+
</kendo-icon-wrapper>
|
|
14193
14302
|
</button>
|
|
14194
14303
|
|
|
14195
14304
|
<ng-container #container></ng-container>
|
|
@@ -15600,10 +15709,10 @@ class CalendarCommonModule {
|
|
|
15600
15709
|
CalendarCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15601
15710
|
CalendarCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, declarations: [KForOf,
|
|
15602
15711
|
HeaderComponent,
|
|
15603
|
-
ViewComponent], imports: [CommonModule, EventsModule], exports: [KForOf,
|
|
15712
|
+
ViewComponent], imports: [CommonModule, EventsModule, ButtonModule], exports: [KForOf,
|
|
15604
15713
|
HeaderComponent,
|
|
15605
15714
|
ViewComponent] });
|
|
15606
|
-
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, imports: [[CommonModule, EventsModule]] });
|
|
15715
|
+
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, imports: [[CommonModule, EventsModule, ButtonModule]] });
|
|
15607
15716
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, decorators: [{
|
|
15608
15717
|
type: NgModule,
|
|
15609
15718
|
args: [{
|
|
@@ -15617,7 +15726,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15617
15726
|
HeaderComponent,
|
|
15618
15727
|
ViewComponent
|
|
15619
15728
|
],
|
|
15620
|
-
imports: [CommonModule, EventsModule]
|
|
15729
|
+
imports: [CommonModule, EventsModule, ButtonModule]
|
|
15621
15730
|
}]
|
|
15622
15731
|
}] });
|
|
15623
15732
|
|
|
@@ -16028,10 +16137,10 @@ class DateInputModule {
|
|
|
16028
16137
|
DateInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16029
16138
|
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, declarations: [DateInputComponent,
|
|
16030
16139
|
DateInputCustomMessagesComponent,
|
|
16031
|
-
DateInputLocalizedMessagesDirective], imports: [CommonModule, IntlModule, EventsModule], exports: [DateInputComponent,
|
|
16140
|
+
DateInputLocalizedMessagesDirective], imports: [CommonModule, IntlModule, EventsModule, IconsModule], exports: [DateInputComponent,
|
|
16032
16141
|
DateInputCustomMessagesComponent,
|
|
16033
16142
|
DateInputLocalizedMessagesDirective] });
|
|
16034
|
-
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, imports: [[CommonModule, IntlModule, EventsModule]] });
|
|
16143
|
+
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, imports: [[CommonModule, IntlModule, EventsModule, IconsModule]] });
|
|
16035
16144
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, decorators: [{
|
|
16036
16145
|
type: NgModule,
|
|
16037
16146
|
args: [{
|
|
@@ -16045,7 +16154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16045
16154
|
DateInputCustomMessagesComponent,
|
|
16046
16155
|
DateInputLocalizedMessagesDirective
|
|
16047
16156
|
],
|
|
16048
|
-
imports: [CommonModule, IntlModule, EventsModule]
|
|
16157
|
+
imports: [CommonModule, IntlModule, EventsModule, IconsModule]
|
|
16049
16158
|
}]
|
|
16050
16159
|
}] });
|
|
16051
16160
|
|
|
@@ -16097,7 +16206,8 @@ DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
16097
16206
|
IntlModule,
|
|
16098
16207
|
PopupModule,
|
|
16099
16208
|
TemplatesModule,
|
|
16100
|
-
EventsModule
|
|
16209
|
+
EventsModule,
|
|
16210
|
+
IconsModule], exports: [DatePickerComponent,
|
|
16101
16211
|
DatePickerCustomMessagesComponent,
|
|
16102
16212
|
DatePickerLocalizedMessagesDirective,
|
|
16103
16213
|
TemplatesModule] });
|
|
@@ -16108,7 +16218,8 @@ DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
16108
16218
|
IntlModule,
|
|
16109
16219
|
PopupModule,
|
|
16110
16220
|
TemplatesModule,
|
|
16111
|
-
EventsModule
|
|
16221
|
+
EventsModule,
|
|
16222
|
+
IconsModule
|
|
16112
16223
|
], TemplatesModule] });
|
|
16113
16224
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, decorators: [{
|
|
16114
16225
|
type: NgModule,
|
|
@@ -16131,7 +16242,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16131
16242
|
IntlModule,
|
|
16132
16243
|
PopupModule,
|
|
16133
16244
|
TemplatesModule,
|
|
16134
|
-
EventsModule
|
|
16245
|
+
EventsModule,
|
|
16246
|
+
IconsModule
|
|
16135
16247
|
],
|
|
16136
16248
|
providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
|
|
16137
16249
|
}]
|
|
@@ -16263,7 +16375,8 @@ const COMPONENT_MODULES$1 = [
|
|
|
16263
16375
|
IntlModule,
|
|
16264
16376
|
PopupModule,
|
|
16265
16377
|
VirtualizationModule,
|
|
16266
|
-
EventsModule
|
|
16378
|
+
EventsModule,
|
|
16379
|
+
IconsModule
|
|
16267
16380
|
];
|
|
16268
16381
|
const providers = [
|
|
16269
16382
|
TimePickerDOMService,
|
|
@@ -16294,7 +16407,8 @@ TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
16294
16407
|
IntlModule,
|
|
16295
16408
|
PopupModule,
|
|
16296
16409
|
VirtualizationModule,
|
|
16297
|
-
EventsModule
|
|
16410
|
+
EventsModule,
|
|
16411
|
+
IconsModule], exports: [TimePickerLocalizedMessagesDirective,
|
|
16298
16412
|
TimeListComponent,
|
|
16299
16413
|
TimePickerCustomMessagesComponent,
|
|
16300
16414
|
TimePickerComponent,
|
|
@@ -16366,7 +16480,8 @@ DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
16366
16480
|
TimePickerModule,
|
|
16367
16481
|
PopupModule,
|
|
16368
16482
|
EventsModule,
|
|
16369
|
-
TemplatesModule
|
|
16483
|
+
TemplatesModule,
|
|
16484
|
+
IconsModule], exports: [DateTimePickerComponent,
|
|
16370
16485
|
DateTimePickerCustomMessagesComponent,
|
|
16371
16486
|
LocalizedMessagesDirective, TemplatesModule] });
|
|
16372
16487
|
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
@@ -16379,7 +16494,8 @@ DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
16379
16494
|
TimePickerModule,
|
|
16380
16495
|
PopupModule,
|
|
16381
16496
|
EventsModule,
|
|
16382
|
-
TemplatesModule
|
|
16497
|
+
TemplatesModule,
|
|
16498
|
+
IconsModule
|
|
16383
16499
|
], TemplatesModule] });
|
|
16384
16500
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
16385
16501
|
type: NgModule,
|
|
@@ -16399,7 +16515,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16399
16515
|
TimePickerModule,
|
|
16400
16516
|
PopupModule,
|
|
16401
16517
|
EventsModule,
|
|
16402
|
-
TemplatesModule
|
|
16518
|
+
TemplatesModule,
|
|
16519
|
+
IconsModule
|
|
16403
16520
|
],
|
|
16404
16521
|
providers: [
|
|
16405
16522
|
{ provide: TOUCH_ENABLED, useValue: touchEnabled }
|