@progress/kendo-angular-dateinputs 13.0.0-develop.1 → 13.0.0-develop.11
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/horizontal-view-list.component.d.ts +1 -0
- package/calendar/models/keydown.interface.d.ts +8 -0
- package/calendar/multiview-calendar.component.d.ts +13 -1
- package/daterange/date-range-popup.component.d.ts +13 -0
- package/esm2020/calendar/calendar.component.mjs +1 -1
- package/esm2020/calendar/horizontal-view-list.component.mjs +13 -7
- package/esm2020/calendar/multiview-calendar.component.mjs +38 -4
- package/esm2020/dateinput/dateinput.component.mjs +1 -1
- package/esm2020/datepicker/datepicker.component.mjs +1 -1
- package/esm2020/daterange/date-range-input.mjs +0 -2
- package/esm2020/daterange/date-range-popup.component.mjs +45 -3
- package/esm2020/datetimepicker/datetimepicker.component.mjs +31 -31
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/timepicker/timepicker.component.mjs +1 -1
- package/esm2020/timepicker/timeselector.component.mjs +32 -32
- package/fesm2015/progress-kendo-angular-dateinputs.mjs +165 -84
- package/fesm2020/progress-kendo-angular-dateinputs.mjs +165 -84
- package/package.json +11 -11
|
@@ -482,22 +482,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
482
482
|
</div>
|
|
483
483
|
</ng-template>
|
|
484
484
|
</div>
|
|
485
|
-
<div class="k-time-footer k-
|
|
486
|
-
<button
|
|
487
|
-
#cancel
|
|
488
|
-
*ngIf="cancelButton"
|
|
489
|
-
class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
|
|
490
|
-
type="button"
|
|
491
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
492
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
493
|
-
[kendoEventsOutsideAngular]="{
|
|
494
|
-
click: handleReject,
|
|
495
|
-
focus: handleFocus,
|
|
496
|
-
blur: handleBlur
|
|
497
|
-
}"
|
|
498
|
-
[scope]="this"
|
|
499
|
-
[disabled]="disabled"
|
|
500
|
-
>{{localization.get('cancel')}}</button>
|
|
485
|
+
<div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
|
|
501
486
|
<button
|
|
502
487
|
#accept
|
|
503
488
|
*ngIf="setButton"
|
|
@@ -514,6 +499,21 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
514
499
|
[scope]="this"
|
|
515
500
|
[disabled]="disabled"
|
|
516
501
|
>{{localization.get('accept')}}</button>
|
|
502
|
+
<button
|
|
503
|
+
#cancel
|
|
504
|
+
*ngIf="cancelButton"
|
|
505
|
+
class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
|
|
506
|
+
type="button"
|
|
507
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
508
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
509
|
+
[kendoEventsOutsideAngular]="{
|
|
510
|
+
click: handleReject,
|
|
511
|
+
focus: handleFocus,
|
|
512
|
+
blur: handleBlur
|
|
513
|
+
}"
|
|
514
|
+
[scope]="this"
|
|
515
|
+
[disabled]="disabled"
|
|
516
|
+
>{{localization.get('cancel')}}</button>
|
|
517
517
|
</div>
|
|
518
518
|
`, isInline: true, components: [{ type: i5.TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], directives: [{ type: i6.TimeSelectorLocalizedMessagesDirective, selector: "[kendoTimeSelectorLocalizedMessages]" }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i8.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
519
519
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorComponent, decorators: [{
|
|
@@ -602,22 +602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
602
602
|
</div>
|
|
603
603
|
</ng-template>
|
|
604
604
|
</div>
|
|
605
|
-
<div class="k-time-footer k-
|
|
606
|
-
<button
|
|
607
|
-
#cancel
|
|
608
|
-
*ngIf="cancelButton"
|
|
609
|
-
class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
|
|
610
|
-
type="button"
|
|
611
|
-
[attr.title]="localization.get('cancelLabel')"
|
|
612
|
-
[attr.aria-label]="localization.get('cancelLabel')"
|
|
613
|
-
[kendoEventsOutsideAngular]="{
|
|
614
|
-
click: handleReject,
|
|
615
|
-
focus: handleFocus,
|
|
616
|
-
blur: handleBlur
|
|
617
|
-
}"
|
|
618
|
-
[scope]="this"
|
|
619
|
-
[disabled]="disabled"
|
|
620
|
-
>{{localization.get('cancel')}}</button>
|
|
605
|
+
<div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
|
|
621
606
|
<button
|
|
622
607
|
#accept
|
|
623
608
|
*ngIf="setButton"
|
|
@@ -634,6 +619,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
634
619
|
[scope]="this"
|
|
635
620
|
[disabled]="disabled"
|
|
636
621
|
>{{localization.get('accept')}}</button>
|
|
622
|
+
<button
|
|
623
|
+
#cancel
|
|
624
|
+
*ngIf="cancelButton"
|
|
625
|
+
class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
|
|
626
|
+
type="button"
|
|
627
|
+
[attr.title]="localization.get('cancelLabel')"
|
|
628
|
+
[attr.aria-label]="localization.get('cancelLabel')"
|
|
629
|
+
[kendoEventsOutsideAngular]="{
|
|
630
|
+
click: handleReject,
|
|
631
|
+
focus: handleFocus,
|
|
632
|
+
blur: handleBlur
|
|
633
|
+
}"
|
|
634
|
+
[scope]="this"
|
|
635
|
+
[disabled]="disabled"
|
|
636
|
+
>{{localization.get('cancel')}}</button>
|
|
637
637
|
</div>
|
|
638
638
|
`
|
|
639
639
|
}]
|