@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
|
`
|
|
@@ -4746,7 +4771,7 @@ class VirtualizationComponent {
|
|
|
4746
4771
|
return indexOffset < this.containerScrollPosition ? ScrollDirection.Backward : ScrollDirection.Forward;
|
|
4747
4772
|
}
|
|
4748
4773
|
}
|
|
4749
|
-
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:
|
|
4774
|
+
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 });
|
|
4750
4775
|
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: [{
|
|
4751
4776
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
4752
4777
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
@@ -4778,7 +4803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4778
4803
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4779
4804
|
type: Inject,
|
|
4780
4805
|
args: [SCROLLER_FACTORY_TOKEN]
|
|
4781
|
-
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type:
|
|
4806
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i6.ScrollbarWidthService }]; }, propDecorators: { direction: [{
|
|
4782
4807
|
type: Input
|
|
4783
4808
|
}], itemHeight: [{
|
|
4784
4809
|
type: Input
|
|
@@ -4944,7 +4969,7 @@ NavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4944
4969
|
</li>
|
|
4945
4970
|
</ul>
|
|
4946
4971
|
</kendo-virtualization>
|
|
4947
|
-
`, 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:
|
|
4972
|
+
`, 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 });
|
|
4948
4973
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NavigationComponent, decorators: [{
|
|
4949
4974
|
type: Component,
|
|
4950
4975
|
args: [{
|
|
@@ -6566,7 +6591,7 @@ CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
6566
6591
|
</kendo-multiviewcalendar-messages>
|
|
6567
6592
|
</kendo-multiviewcalendar>
|
|
6568
6593
|
</ng-container>
|
|
6569
|
-
`, 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:
|
|
6594
|
+
`, 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 });
|
|
6570
6595
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
6571
6596
|
type: Component,
|
|
6572
6597
|
args: [{
|
|
@@ -7321,6 +7346,14 @@ class DateInputComponent {
|
|
|
7321
7346
|
this.injector = injector;
|
|
7322
7347
|
this.localization = localization;
|
|
7323
7348
|
this.pickerService = pickerService;
|
|
7349
|
+
/**
|
|
7350
|
+
* @hidden
|
|
7351
|
+
*/
|
|
7352
|
+
this.caretAltUpIcon = caretAltUpIcon;
|
|
7353
|
+
/**
|
|
7354
|
+
* @hidden
|
|
7355
|
+
*/
|
|
7356
|
+
this.caretAltDownIcon = caretAltDownIcon;
|
|
7324
7357
|
/**
|
|
7325
7358
|
* Sets or gets the `disabled` property of the DateInput and
|
|
7326
7359
|
* determines whether the component is active
|
|
@@ -8331,8 +8364,14 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
8331
8364
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8332
8365
|
(click)="handleButtonClick(1)"
|
|
8333
8366
|
[title]="localization.get('increment')"
|
|
8334
|
-
[attr.aria-label]="localization.get('increment')"
|
|
8335
|
-
|
|
8367
|
+
[attr.aria-label]="localization.get('increment')"
|
|
8368
|
+
>
|
|
8369
|
+
<kendo-icon-wrapper
|
|
8370
|
+
name="caret-alt-up"
|
|
8371
|
+
class="k-button-icon"
|
|
8372
|
+
[svgIcon]="caretAltUpIcon"
|
|
8373
|
+
>
|
|
8374
|
+
</kendo-icon-wrapper>
|
|
8336
8375
|
</button>
|
|
8337
8376
|
<button
|
|
8338
8377
|
#spindown
|
|
@@ -8343,11 +8382,17 @@ DateInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
8343
8382
|
(mousedown)="arrowDirection = arrow.Down"
|
|
8344
8383
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8345
8384
|
[title]="localization.get('decrement')"
|
|
8346
|
-
[attr.aria-label]="localization.get('decrement')"
|
|
8347
|
-
|
|
8385
|
+
[attr.aria-label]="localization.get('decrement')"
|
|
8386
|
+
>
|
|
8387
|
+
<kendo-icon-wrapper
|
|
8388
|
+
name="caret-alt-down"
|
|
8389
|
+
class="k-button-icon"
|
|
8390
|
+
[svgIcon]="caretAltDownIcon"
|
|
8391
|
+
>
|
|
8392
|
+
</kendo-icon-wrapper>
|
|
8348
8393
|
</button>
|
|
8349
8394
|
</span>
|
|
8350
|
-
`, isInline: true, directives: [{ type: DateInputLocalizedMessagesDirective, selector: "[kendoDateInputLocalizedMessages]" }, { type:
|
|
8395
|
+
`, 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 });
|
|
8351
8396
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputComponent, decorators: [{
|
|
8352
8397
|
type: Component,
|
|
8353
8398
|
args: [{
|
|
@@ -8408,8 +8453,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8408
8453
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8409
8454
|
(click)="handleButtonClick(1)"
|
|
8410
8455
|
[title]="localization.get('increment')"
|
|
8411
|
-
[attr.aria-label]="localization.get('increment')"
|
|
8412
|
-
|
|
8456
|
+
[attr.aria-label]="localization.get('increment')"
|
|
8457
|
+
>
|
|
8458
|
+
<kendo-icon-wrapper
|
|
8459
|
+
name="caret-alt-up"
|
|
8460
|
+
class="k-button-icon"
|
|
8461
|
+
[svgIcon]="caretAltUpIcon"
|
|
8462
|
+
>
|
|
8463
|
+
</kendo-icon-wrapper>
|
|
8413
8464
|
</button>
|
|
8414
8465
|
<button
|
|
8415
8466
|
#spindown
|
|
@@ -8420,8 +8471,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8420
8471
|
(mousedown)="arrowDirection = arrow.Down"
|
|
8421
8472
|
(mouseleave)="arrowDirection = arrow.None"
|
|
8422
8473
|
[title]="localization.get('decrement')"
|
|
8423
|
-
[attr.aria-label]="localization.get('decrement')"
|
|
8424
|
-
|
|
8474
|
+
[attr.aria-label]="localization.get('decrement')"
|
|
8475
|
+
>
|
|
8476
|
+
<kendo-icon-wrapper
|
|
8477
|
+
name="caret-alt-down"
|
|
8478
|
+
class="k-button-icon"
|
|
8479
|
+
[svgIcon]="caretAltDownIcon"
|
|
8480
|
+
>
|
|
8481
|
+
</kendo-icon-wrapper>
|
|
8425
8482
|
</button>
|
|
8426
8483
|
</span>
|
|
8427
8484
|
`
|
|
@@ -8660,6 +8717,10 @@ class DatePickerComponent {
|
|
|
8660
8717
|
this.pickerService = pickerService;
|
|
8661
8718
|
this.disabledDatesService = disabledDatesService;
|
|
8662
8719
|
this.touchEnabled = touchEnabled;
|
|
8720
|
+
/**
|
|
8721
|
+
* @hidden
|
|
8722
|
+
*/
|
|
8723
|
+
this.calendarIcon = calendarIcon;
|
|
8663
8724
|
/**
|
|
8664
8725
|
* Defines the active view that the Calendar initially renders
|
|
8665
8726
|
* ([see example]({% slug calendar_type_datepicker %}#toc-active-view)).
|
|
@@ -9556,7 +9617,12 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9556
9617
|
}"
|
|
9557
9618
|
[scope]="this"
|
|
9558
9619
|
>
|
|
9559
|
-
<
|
|
9620
|
+
<kendo-icon-wrapper
|
|
9621
|
+
name="calendar"
|
|
9622
|
+
class="k-button-icon"
|
|
9623
|
+
[svgIcon]="calendarIcon"
|
|
9624
|
+
>
|
|
9625
|
+
</kendo-icon-wrapper>
|
|
9560
9626
|
</button>
|
|
9561
9627
|
<ng-container #container></ng-container>
|
|
9562
9628
|
<ng-template #popupTemplate>
|
|
@@ -9596,7 +9662,7 @@ DatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9596
9662
|
</kendo-calendar-messages>
|
|
9597
9663
|
</kendo-calendar>
|
|
9598
9664
|
<ng-template>
|
|
9599
|
-
`, 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:
|
|
9665
|
+
`, 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 });
|
|
9600
9666
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerComponent, decorators: [{
|
|
9601
9667
|
type: Component,
|
|
9602
9668
|
args: [{
|
|
@@ -9668,7 +9734,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9668
9734
|
}"
|
|
9669
9735
|
[scope]="this"
|
|
9670
9736
|
>
|
|
9671
|
-
<
|
|
9737
|
+
<kendo-icon-wrapper
|
|
9738
|
+
name="calendar"
|
|
9739
|
+
class="k-button-icon"
|
|
9740
|
+
[svgIcon]="calendarIcon"
|
|
9741
|
+
>
|
|
9742
|
+
</kendo-icon-wrapper>
|
|
9672
9743
|
</button>
|
|
9673
9744
|
<ng-container #container></ng-container>
|
|
9674
9745
|
<ng-template #popupTemplate>
|
|
@@ -10753,7 +10824,7 @@ TimeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
10753
10824
|
</li>
|
|
10754
10825
|
</ul>
|
|
10755
10826
|
</kendo-virtualization>
|
|
10756
|
-
`, 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:
|
|
10827
|
+
`, 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"] }] });
|
|
10757
10828
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimeListComponent, decorators: [{
|
|
10758
10829
|
type: Component,
|
|
10759
10830
|
args: [{
|
|
@@ -11411,7 +11482,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
11411
11482
|
[disabled]="disabled"
|
|
11412
11483
|
>{{localization.get('accept')}}</button>
|
|
11413
11484
|
</div>
|
|
11414
|
-
`, 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:
|
|
11485
|
+
`, 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 });
|
|
11415
11486
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
11416
11487
|
type: Component,
|
|
11417
11488
|
args: [{
|
|
@@ -11657,6 +11728,10 @@ class TimePickerComponent {
|
|
|
11657
11728
|
this.pickerService = pickerService;
|
|
11658
11729
|
this.intl = intl;
|
|
11659
11730
|
this.touchEnabled = touchEnabled;
|
|
11731
|
+
/**
|
|
11732
|
+
* @hidden
|
|
11733
|
+
*/
|
|
11734
|
+
this.clockIcon = clockIcon;
|
|
11660
11735
|
/**
|
|
11661
11736
|
* Sets or gets the `disabled` property of the TimePicker and
|
|
11662
11737
|
* determines whether the component is active
|
|
@@ -12501,7 +12576,12 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12501
12576
|
}"
|
|
12502
12577
|
[scope]="this"
|
|
12503
12578
|
>
|
|
12504
|
-
<
|
|
12579
|
+
<kendo-icon-wrapper
|
|
12580
|
+
name="clock"
|
|
12581
|
+
class="k-button-icon"
|
|
12582
|
+
[svgIcon]="clockIcon"
|
|
12583
|
+
>
|
|
12584
|
+
</kendo-icon-wrapper>
|
|
12505
12585
|
</button>
|
|
12506
12586
|
<ng-template #popupTemplate>
|
|
12507
12587
|
<kendo-timeselector
|
|
@@ -12538,7 +12618,7 @@ TimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
12538
12618
|
</kendo-timeselector>
|
|
12539
12619
|
</ng-template>
|
|
12540
12620
|
<ng-container #container></ng-container>
|
|
12541
|
-
`, 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:
|
|
12621
|
+
`, 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 });
|
|
12542
12622
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TimePickerComponent, decorators: [{
|
|
12543
12623
|
type: Component,
|
|
12544
12624
|
args: [{
|
|
@@ -12634,7 +12714,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
12634
12714
|
}"
|
|
12635
12715
|
[scope]="this"
|
|
12636
12716
|
>
|
|
12637
|
-
<
|
|
12717
|
+
<kendo-icon-wrapper
|
|
12718
|
+
name="clock"
|
|
12719
|
+
class="k-button-icon"
|
|
12720
|
+
[svgIcon]="clockIcon"
|
|
12721
|
+
>
|
|
12722
|
+
</kendo-icon-wrapper>
|
|
12638
12723
|
</button>
|
|
12639
12724
|
<ng-template #popupTemplate>
|
|
12640
12725
|
<kendo-timeselector
|
|
@@ -12848,6 +12933,14 @@ class DateTimePickerComponent {
|
|
|
12848
12933
|
this.localization = localization;
|
|
12849
12934
|
this.disabledDatesService = disabledDatesService;
|
|
12850
12935
|
this.renderer = renderer;
|
|
12936
|
+
/**
|
|
12937
|
+
* @hidden
|
|
12938
|
+
*/
|
|
12939
|
+
this.calendarIcon = calendarIcon;
|
|
12940
|
+
/**
|
|
12941
|
+
* @hidden
|
|
12942
|
+
*/
|
|
12943
|
+
this.clockIcon = clockIcon;
|
|
12851
12944
|
/**
|
|
12852
12945
|
* @hidden
|
|
12853
12946
|
*/
|
|
@@ -13903,12 +13996,20 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
13903
13996
|
}"
|
|
13904
13997
|
[scope]="this"
|
|
13905
13998
|
>
|
|
13906
|
-
<
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13999
|
+
<kendo-icon-wrapper
|
|
14000
|
+
*ngIf="activeTab === 'date'"
|
|
14001
|
+
name="calendar"
|
|
14002
|
+
class="k-button-icon"
|
|
14003
|
+
[svgIcon]="calendarIcon"
|
|
14004
|
+
>
|
|
14005
|
+
</kendo-icon-wrapper>
|
|
14006
|
+
<kendo-icon-wrapper
|
|
14007
|
+
*ngIf="activeTab === 'time'"
|
|
14008
|
+
name="clock"
|
|
14009
|
+
class="k-button-icon"
|
|
14010
|
+
[svgIcon]="clockIcon"
|
|
14011
|
+
>
|
|
14012
|
+
</kendo-icon-wrapper>
|
|
13912
14013
|
</button>
|
|
13913
14014
|
|
|
13914
14015
|
<ng-container #container></ng-container>
|
|
@@ -14058,7 +14159,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
14058
14159
|
</div>
|
|
14059
14160
|
</div>
|
|
14060
14161
|
</ng-template>
|
|
14061
|
-
`, 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:
|
|
14162
|
+
`, 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 });
|
|
14062
14163
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerComponent, decorators: [{
|
|
14063
14164
|
type: Component,
|
|
14064
14165
|
args: [{
|
|
@@ -14165,12 +14266,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
14165
14266
|
}"
|
|
14166
14267
|
[scope]="this"
|
|
14167
14268
|
>
|
|
14168
|
-
<
|
|
14169
|
-
|
|
14170
|
-
|
|
14171
|
-
|
|
14172
|
-
|
|
14173
|
-
|
|
14269
|
+
<kendo-icon-wrapper
|
|
14270
|
+
*ngIf="activeTab === 'date'"
|
|
14271
|
+
name="calendar"
|
|
14272
|
+
class="k-button-icon"
|
|
14273
|
+
[svgIcon]="calendarIcon"
|
|
14274
|
+
>
|
|
14275
|
+
</kendo-icon-wrapper>
|
|
14276
|
+
<kendo-icon-wrapper
|
|
14277
|
+
*ngIf="activeTab === 'time'"
|
|
14278
|
+
name="clock"
|
|
14279
|
+
class="k-button-icon"
|
|
14280
|
+
[svgIcon]="clockIcon"
|
|
14281
|
+
>
|
|
14282
|
+
</kendo-icon-wrapper>
|
|
14174
14283
|
</button>
|
|
14175
14284
|
|
|
14176
14285
|
<ng-container #container></ng-container>
|
|
@@ -15572,10 +15681,10 @@ class CalendarCommonModule {
|
|
|
15572
15681
|
CalendarCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15573
15682
|
CalendarCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, declarations: [KForOf,
|
|
15574
15683
|
HeaderComponent,
|
|
15575
|
-
ViewComponent], imports: [CommonModule, EventsModule], exports: [KForOf,
|
|
15684
|
+
ViewComponent], imports: [CommonModule, EventsModule, ButtonModule], exports: [KForOf,
|
|
15576
15685
|
HeaderComponent,
|
|
15577
15686
|
ViewComponent] });
|
|
15578
|
-
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, imports: [[CommonModule, EventsModule]] });
|
|
15687
|
+
CalendarCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, imports: [[CommonModule, EventsModule, ButtonModule]] });
|
|
15579
15688
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCommonModule, decorators: [{
|
|
15580
15689
|
type: NgModule,
|
|
15581
15690
|
args: [{
|
|
@@ -15589,7 +15698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
15589
15698
|
HeaderComponent,
|
|
15590
15699
|
ViewComponent
|
|
15591
15700
|
],
|
|
15592
|
-
imports: [CommonModule, EventsModule]
|
|
15701
|
+
imports: [CommonModule, EventsModule, ButtonModule]
|
|
15593
15702
|
}]
|
|
15594
15703
|
}] });
|
|
15595
15704
|
|
|
@@ -16000,10 +16109,10 @@ class DateInputModule {
|
|
|
16000
16109
|
DateInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16001
16110
|
DateInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, declarations: [DateInputComponent,
|
|
16002
16111
|
DateInputCustomMessagesComponent,
|
|
16003
|
-
DateInputLocalizedMessagesDirective], imports: [CommonModule, IntlModule, EventsModule], exports: [DateInputComponent,
|
|
16112
|
+
DateInputLocalizedMessagesDirective], imports: [CommonModule, IntlModule, EventsModule, IconsModule], exports: [DateInputComponent,
|
|
16004
16113
|
DateInputCustomMessagesComponent,
|
|
16005
16114
|
DateInputLocalizedMessagesDirective] });
|
|
16006
|
-
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, imports: [[CommonModule, IntlModule, EventsModule]] });
|
|
16115
|
+
DateInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, imports: [[CommonModule, IntlModule, EventsModule, IconsModule]] });
|
|
16007
16116
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateInputModule, decorators: [{
|
|
16008
16117
|
type: NgModule,
|
|
16009
16118
|
args: [{
|
|
@@ -16017,7 +16126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16017
16126
|
DateInputCustomMessagesComponent,
|
|
16018
16127
|
DateInputLocalizedMessagesDirective
|
|
16019
16128
|
],
|
|
16020
|
-
imports: [CommonModule, IntlModule, EventsModule]
|
|
16129
|
+
imports: [CommonModule, IntlModule, EventsModule, IconsModule]
|
|
16021
16130
|
}]
|
|
16022
16131
|
}] });
|
|
16023
16132
|
|
|
@@ -16069,7 +16178,8 @@ DatePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
16069
16178
|
IntlModule,
|
|
16070
16179
|
PopupModule,
|
|
16071
16180
|
TemplatesModule,
|
|
16072
|
-
EventsModule
|
|
16181
|
+
EventsModule,
|
|
16182
|
+
IconsModule], exports: [DatePickerComponent,
|
|
16073
16183
|
DatePickerCustomMessagesComponent,
|
|
16074
16184
|
DatePickerLocalizedMessagesDirective,
|
|
16075
16185
|
TemplatesModule] });
|
|
@@ -16080,7 +16190,8 @@ DatePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
16080
16190
|
IntlModule,
|
|
16081
16191
|
PopupModule,
|
|
16082
16192
|
TemplatesModule,
|
|
16083
|
-
EventsModule
|
|
16193
|
+
EventsModule,
|
|
16194
|
+
IconsModule
|
|
16084
16195
|
], TemplatesModule] });
|
|
16085
16196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DatePickerModule, decorators: [{
|
|
16086
16197
|
type: NgModule,
|
|
@@ -16103,7 +16214,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16103
16214
|
IntlModule,
|
|
16104
16215
|
PopupModule,
|
|
16105
16216
|
TemplatesModule,
|
|
16106
|
-
EventsModule
|
|
16217
|
+
EventsModule,
|
|
16218
|
+
IconsModule
|
|
16107
16219
|
],
|
|
16108
16220
|
providers: [{ provide: TOUCH_ENABLED, useValue: touchEnabled }]
|
|
16109
16221
|
}]
|
|
@@ -16235,7 +16347,8 @@ const COMPONENT_MODULES$1 = [
|
|
|
16235
16347
|
IntlModule,
|
|
16236
16348
|
PopupModule,
|
|
16237
16349
|
VirtualizationModule,
|
|
16238
|
-
EventsModule
|
|
16350
|
+
EventsModule,
|
|
16351
|
+
IconsModule
|
|
16239
16352
|
];
|
|
16240
16353
|
const providers = [
|
|
16241
16354
|
TimePickerDOMService,
|
|
@@ -16266,7 +16379,8 @@ TimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
16266
16379
|
IntlModule,
|
|
16267
16380
|
PopupModule,
|
|
16268
16381
|
VirtualizationModule,
|
|
16269
|
-
EventsModule
|
|
16382
|
+
EventsModule,
|
|
16383
|
+
IconsModule], exports: [TimePickerLocalizedMessagesDirective,
|
|
16270
16384
|
TimeListComponent,
|
|
16271
16385
|
TimePickerCustomMessagesComponent,
|
|
16272
16386
|
TimePickerComponent,
|
|
@@ -16338,7 +16452,8 @@ DateTimePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", ve
|
|
|
16338
16452
|
TimePickerModule,
|
|
16339
16453
|
PopupModule,
|
|
16340
16454
|
EventsModule,
|
|
16341
|
-
TemplatesModule
|
|
16455
|
+
TemplatesModule,
|
|
16456
|
+
IconsModule], exports: [DateTimePickerComponent,
|
|
16342
16457
|
DateTimePickerCustomMessagesComponent,
|
|
16343
16458
|
LocalizedMessagesDirective, TemplatesModule] });
|
|
16344
16459
|
DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerModule, providers: [
|
|
@@ -16351,7 +16466,8 @@ DateTimePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
16351
16466
|
TimePickerModule,
|
|
16352
16467
|
PopupModule,
|
|
16353
16468
|
EventsModule,
|
|
16354
|
-
TemplatesModule
|
|
16469
|
+
TemplatesModule,
|
|
16470
|
+
IconsModule
|
|
16355
16471
|
], TemplatesModule] });
|
|
16356
16472
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DateTimePickerModule, decorators: [{
|
|
16357
16473
|
type: NgModule,
|
|
@@ -16371,7 +16487,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
16371
16487
|
TimePickerModule,
|
|
16372
16488
|
PopupModule,
|
|
16373
16489
|
EventsModule,
|
|
16374
|
-
TemplatesModule
|
|
16490
|
+
TemplatesModule,
|
|
16491
|
+
IconsModule
|
|
16375
16492
|
],
|
|
16376
16493
|
providers: [
|
|
16377
16494
|
{ provide: TOUCH_ENABLED, useValue: touchEnabled }
|