@progress/kendo-angular-dateinputs 13.0.0-develop.1 → 13.0.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
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-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
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
  }]