@progress/kendo-angular-dateinputs 13.0.0-develop.6 → 13.0.0-develop.7

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.
@@ -1531,7 +1531,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
1531
1531
  </div>
1532
1532
  <div
1533
1533
  *ngIf="!isAdaptive"
1534
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
1534
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
1535
1535
  [kendoEventsOutsideAngular]="{
1536
1536
  focusin: handleFocus,
1537
1537
  focusout: handleBlur
@@ -1539,34 +1539,34 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
1539
1539
  [scope]="this"
1540
1540
  >
1541
1541
  <button
1542
- *ngIf="cancelButton"
1543
1542
  type="button"
1544
- class="k-button k-time-cancel"
1545
- [ngClass]="popupButtonsClasses()"
1546
- [attr.title]="localization.get('cancelLabel')"
1547
- [attr.aria-label]="localization.get('cancelLabel')"
1543
+ class="k-button k-time-accept"
1544
+ [ngClass]="popupButtonsClasses('primary')"
1545
+ [attr.title]="localization.get('acceptLabel')"
1546
+ [attr.aria-label]="localization.get('acceptLabel')"
1547
+ [disabled]="!calendarValue"
1548
1548
  [kendoEventsOutsideAngular]="{
1549
- click: handleCancel,
1549
+ click: handleAccept,
1550
1550
  'keydown.tab': handleTab
1551
1551
  }"
1552
1552
  [scope]="this"
1553
1553
  >
1554
- {{localization.get('cancel')}}
1554
+ {{localization.get('accept')}}
1555
1555
  </button>
1556
1556
  <button
1557
+ *ngIf="cancelButton"
1557
1558
  type="button"
1558
- class="k-button k-time-accept"
1559
- [ngClass]="popupButtonsClasses('primary')"
1560
- [attr.title]="localization.get('acceptLabel')"
1561
- [attr.aria-label]="localization.get('acceptLabel')"
1562
- [disabled]="!calendarValue"
1559
+ class="k-button k-time-cancel"
1560
+ [ngClass]="popupButtonsClasses()"
1561
+ [attr.title]="localization.get('cancelLabel')"
1562
+ [attr.aria-label]="localization.get('cancelLabel')"
1563
1563
  [kendoEventsOutsideAngular]="{
1564
- click: handleAccept,
1564
+ click: handleCancel,
1565
1565
  'keydown.tab': handleTab
1566
1566
  }"
1567
1567
  [scope]="this"
1568
1568
  >
1569
- {{localization.get('accept')}}
1569
+ {{localization.get('cancel')}}
1570
1570
  </button>
1571
1571
  </div>
1572
1572
  </div>
@@ -1893,7 +1893,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1893
1893
  </div>
1894
1894
  <div
1895
1895
  *ngIf="!isAdaptive"
1896
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
1896
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
1897
1897
  [kendoEventsOutsideAngular]="{
1898
1898
  focusin: handleFocus,
1899
1899
  focusout: handleBlur
@@ -1901,34 +1901,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1901
1901
  [scope]="this"
1902
1902
  >
1903
1903
  <button
1904
- *ngIf="cancelButton"
1905
1904
  type="button"
1906
- class="k-button k-time-cancel"
1907
- [ngClass]="popupButtonsClasses()"
1908
- [attr.title]="localization.get('cancelLabel')"
1909
- [attr.aria-label]="localization.get('cancelLabel')"
1905
+ class="k-button k-time-accept"
1906
+ [ngClass]="popupButtonsClasses('primary')"
1907
+ [attr.title]="localization.get('acceptLabel')"
1908
+ [attr.aria-label]="localization.get('acceptLabel')"
1909
+ [disabled]="!calendarValue"
1910
1910
  [kendoEventsOutsideAngular]="{
1911
- click: handleCancel,
1911
+ click: handleAccept,
1912
1912
  'keydown.tab': handleTab
1913
1913
  }"
1914
1914
  [scope]="this"
1915
1915
  >
1916
- {{localization.get('cancel')}}
1916
+ {{localization.get('accept')}}
1917
1917
  </button>
1918
1918
  <button
1919
+ *ngIf="cancelButton"
1919
1920
  type="button"
1920
- class="k-button k-time-accept"
1921
- [ngClass]="popupButtonsClasses('primary')"
1922
- [attr.title]="localization.get('acceptLabel')"
1923
- [attr.aria-label]="localization.get('acceptLabel')"
1924
- [disabled]="!calendarValue"
1921
+ class="k-button k-time-cancel"
1922
+ [ngClass]="popupButtonsClasses()"
1923
+ [attr.title]="localization.get('cancelLabel')"
1924
+ [attr.aria-label]="localization.get('cancelLabel')"
1925
1925
  [kendoEventsOutsideAngular]="{
1926
- click: handleAccept,
1926
+ click: handleCancel,
1927
1927
  'keydown.tab': handleTab
1928
1928
  }"
1929
1929
  [scope]="this"
1930
1930
  >
1931
- {{localization.get('accept')}}
1931
+ {{localization.get('cancel')}}
1932
1932
  </button>
1933
1933
  </div>
1934
1934
  </div>
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dateinputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1685095143,
13
- version: '13.0.0-develop.6',
12
+ publishDate: 1685096946,
13
+ version: '13.0.0-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -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
  }]
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1685095143,
40
- version: '13.0.0-develop.6',
39
+ publishDate: 1685096946,
40
+ version: '13.0.0-develop.7',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -11828,22 +11828,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
11828
11828
  </div>
11829
11829
  </ng-template>
11830
11830
  </div>
11831
- <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
11832
- <button
11833
- #cancel
11834
- *ngIf="cancelButton"
11835
- class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11836
- type="button"
11837
- [attr.title]="localization.get('cancelLabel')"
11838
- [attr.aria-label]="localization.get('cancelLabel')"
11839
- [kendoEventsOutsideAngular]="{
11840
- click: handleReject,
11841
- focus: handleFocus,
11842
- blur: handleBlur
11843
- }"
11844
- [scope]="this"
11845
- [disabled]="disabled"
11846
- >{{localization.get('cancel')}}</button>
11831
+ <div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
11847
11832
  <button
11848
11833
  #accept
11849
11834
  *ngIf="setButton"
@@ -11860,6 +11845,21 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
11860
11845
  [scope]="this"
11861
11846
  [disabled]="disabled"
11862
11847
  >{{localization.get('accept')}}</button>
11848
+ <button
11849
+ #cancel
11850
+ *ngIf="cancelButton"
11851
+ class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11852
+ type="button"
11853
+ [attr.title]="localization.get('cancelLabel')"
11854
+ [attr.aria-label]="localization.get('cancelLabel')"
11855
+ [kendoEventsOutsideAngular]="{
11856
+ click: handleReject,
11857
+ focus: handleFocus,
11858
+ blur: handleBlur
11859
+ }"
11860
+ [scope]="this"
11861
+ [disabled]="disabled"
11862
+ >{{localization.get('cancel')}}</button>
11863
11863
  </div>
11864
11864
  `, isInline: true, components: [{ type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], directives: [{ type: 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 });
11865
11865
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorComponent, decorators: [{
@@ -11948,22 +11948,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11948
11948
  </div>
11949
11949
  </ng-template>
11950
11950
  </div>
11951
- <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
11952
- <button
11953
- #cancel
11954
- *ngIf="cancelButton"
11955
- class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11956
- type="button"
11957
- [attr.title]="localization.get('cancelLabel')"
11958
- [attr.aria-label]="localization.get('cancelLabel')"
11959
- [kendoEventsOutsideAngular]="{
11960
- click: handleReject,
11961
- focus: handleFocus,
11962
- blur: handleBlur
11963
- }"
11964
- [scope]="this"
11965
- [disabled]="disabled"
11966
- >{{localization.get('cancel')}}</button>
11951
+ <div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
11967
11952
  <button
11968
11953
  #accept
11969
11954
  *ngIf="setButton"
@@ -11980,6 +11965,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11980
11965
  [scope]="this"
11981
11966
  [disabled]="disabled"
11982
11967
  >{{localization.get('accept')}}</button>
11968
+ <button
11969
+ #cancel
11970
+ *ngIf="cancelButton"
11971
+ class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11972
+ type="button"
11973
+ [attr.title]="localization.get('cancelLabel')"
11974
+ [attr.aria-label]="localization.get('cancelLabel')"
11975
+ [kendoEventsOutsideAngular]="{
11976
+ click: handleReject,
11977
+ focus: handleFocus,
11978
+ blur: handleBlur
11979
+ }"
11980
+ [scope]="this"
11981
+ [disabled]="disabled"
11982
+ >{{localization.get('cancel')}}</button>
11983
11983
  </div>
11984
11984
  `
11985
11985
  }]
@@ -15062,7 +15062,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15062
15062
  </div>
15063
15063
  <div
15064
15064
  *ngIf="!isAdaptive"
15065
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
15065
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
15066
15066
  [kendoEventsOutsideAngular]="{
15067
15067
  focusin: handleFocus,
15068
15068
  focusout: handleBlur
@@ -15070,34 +15070,34 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15070
15070
  [scope]="this"
15071
15071
  >
15072
15072
  <button
15073
- *ngIf="cancelButton"
15074
15073
  type="button"
15075
- class="k-button k-time-cancel"
15076
- [ngClass]="popupButtonsClasses()"
15077
- [attr.title]="localization.get('cancelLabel')"
15078
- [attr.aria-label]="localization.get('cancelLabel')"
15074
+ class="k-button k-time-accept"
15075
+ [ngClass]="popupButtonsClasses('primary')"
15076
+ [attr.title]="localization.get('acceptLabel')"
15077
+ [attr.aria-label]="localization.get('acceptLabel')"
15078
+ [disabled]="!calendarValue"
15079
15079
  [kendoEventsOutsideAngular]="{
15080
- click: handleCancel,
15080
+ click: handleAccept,
15081
15081
  'keydown.tab': handleTab
15082
15082
  }"
15083
15083
  [scope]="this"
15084
15084
  >
15085
- {{localization.get('cancel')}}
15085
+ {{localization.get('accept')}}
15086
15086
  </button>
15087
15087
  <button
15088
+ *ngIf="cancelButton"
15088
15089
  type="button"
15089
- class="k-button k-time-accept"
15090
- [ngClass]="popupButtonsClasses('primary')"
15091
- [attr.title]="localization.get('acceptLabel')"
15092
- [attr.aria-label]="localization.get('acceptLabel')"
15093
- [disabled]="!calendarValue"
15090
+ class="k-button k-time-cancel"
15091
+ [ngClass]="popupButtonsClasses()"
15092
+ [attr.title]="localization.get('cancelLabel')"
15093
+ [attr.aria-label]="localization.get('cancelLabel')"
15094
15094
  [kendoEventsOutsideAngular]="{
15095
- click: handleAccept,
15095
+ click: handleCancel,
15096
15096
  'keydown.tab': handleTab
15097
15097
  }"
15098
15098
  [scope]="this"
15099
15099
  >
15100
- {{localization.get('accept')}}
15100
+ {{localization.get('cancel')}}
15101
15101
  </button>
15102
15102
  </div>
15103
15103
  </div>
@@ -15424,7 +15424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15424
15424
  </div>
15425
15425
  <div
15426
15426
  *ngIf="!isAdaptive"
15427
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
15427
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
15428
15428
  [kendoEventsOutsideAngular]="{
15429
15429
  focusin: handleFocus,
15430
15430
  focusout: handleBlur
@@ -15432,34 +15432,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15432
15432
  [scope]="this"
15433
15433
  >
15434
15434
  <button
15435
- *ngIf="cancelButton"
15436
15435
  type="button"
15437
- class="k-button k-time-cancel"
15438
- [ngClass]="popupButtonsClasses()"
15439
- [attr.title]="localization.get('cancelLabel')"
15440
- [attr.aria-label]="localization.get('cancelLabel')"
15436
+ class="k-button k-time-accept"
15437
+ [ngClass]="popupButtonsClasses('primary')"
15438
+ [attr.title]="localization.get('acceptLabel')"
15439
+ [attr.aria-label]="localization.get('acceptLabel')"
15440
+ [disabled]="!calendarValue"
15441
15441
  [kendoEventsOutsideAngular]="{
15442
- click: handleCancel,
15442
+ click: handleAccept,
15443
15443
  'keydown.tab': handleTab
15444
15444
  }"
15445
15445
  [scope]="this"
15446
15446
  >
15447
- {{localization.get('cancel')}}
15447
+ {{localization.get('accept')}}
15448
15448
  </button>
15449
15449
  <button
15450
+ *ngIf="cancelButton"
15450
15451
  type="button"
15451
- class="k-button k-time-accept"
15452
- [ngClass]="popupButtonsClasses('primary')"
15453
- [attr.title]="localization.get('acceptLabel')"
15454
- [attr.aria-label]="localization.get('acceptLabel')"
15455
- [disabled]="!calendarValue"
15452
+ class="k-button k-time-cancel"
15453
+ [ngClass]="popupButtonsClasses()"
15454
+ [attr.title]="localization.get('cancelLabel')"
15455
+ [attr.aria-label]="localization.get('cancelLabel')"
15456
15456
  [kendoEventsOutsideAngular]="{
15457
- click: handleAccept,
15457
+ click: handleCancel,
15458
15458
  'keydown.tab': handleTab
15459
15459
  }"
15460
15460
  [scope]="this"
15461
15461
  >
15462
- {{localization.get('accept')}}
15462
+ {{localization.get('cancel')}}
15463
15463
  </button>
15464
15464
  </div>
15465
15465
  </div>
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dateinputs',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1685095143,
40
- version: '13.0.0-develop.6',
39
+ publishDate: 1685096946,
40
+ version: '13.0.0-develop.7',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
@@ -11813,22 +11813,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
11813
11813
  </div>
11814
11814
  </ng-template>
11815
11815
  </div>
11816
- <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
11817
- <button
11818
- #cancel
11819
- *ngIf="cancelButton"
11820
- class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11821
- type="button"
11822
- [attr.title]="localization.get('cancelLabel')"
11823
- [attr.aria-label]="localization.get('cancelLabel')"
11824
- [kendoEventsOutsideAngular]="{
11825
- click: handleReject,
11826
- focus: handleFocus,
11827
- blur: handleBlur
11828
- }"
11829
- [scope]="this"
11830
- [disabled]="disabled"
11831
- >{{localization.get('cancel')}}</button>
11816
+ <div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
11832
11817
  <button
11833
11818
  #accept
11834
11819
  *ngIf="setButton"
@@ -11845,6 +11830,21 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
11845
11830
  [scope]="this"
11846
11831
  [disabled]="disabled"
11847
11832
  >{{localization.get('accept')}}</button>
11833
+ <button
11834
+ #cancel
11835
+ *ngIf="cancelButton"
11836
+ class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11837
+ type="button"
11838
+ [attr.title]="localization.get('cancelLabel')"
11839
+ [attr.aria-label]="localization.get('cancelLabel')"
11840
+ [kendoEventsOutsideAngular]="{
11841
+ click: handleReject,
11842
+ focus: handleFocus,
11843
+ blur: handleBlur
11844
+ }"
11845
+ [scope]="this"
11846
+ [disabled]="disabled"
11847
+ >{{localization.get('cancel')}}</button>
11848
11848
  </div>
11849
11849
  `, isInline: true, components: [{ type: TimeListComponent, selector: "kendo-timelist", inputs: ["min", "max", "part", "step", "disabled", "value", "isLast"], outputs: ["valueChange", "tabOutLastPart"] }], directives: [{ type: 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 });
11850
11850
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeSelectorComponent, decorators: [{
@@ -11933,22 +11933,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11933
11933
  </div>
11934
11934
  </ng-template>
11935
11935
  </div>
11936
- <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
11937
- <button
11938
- #cancel
11939
- *ngIf="cancelButton"
11940
- class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11941
- type="button"
11942
- [attr.title]="localization.get('cancelLabel')"
11943
- [attr.aria-label]="localization.get('cancelLabel')"
11944
- [kendoEventsOutsideAngular]="{
11945
- click: handleReject,
11946
- focus: handleFocus,
11947
- blur: handleBlur
11948
- }"
11949
- [scope]="this"
11950
- [disabled]="disabled"
11951
- >{{localization.get('cancel')}}</button>
11936
+ <div class="k-time-footer k-actions k-actions-stretched k-actions-horizontal" *ngIf="setButton || cancelButton">
11952
11937
  <button
11953
11938
  #accept
11954
11939
  *ngIf="setButton"
@@ -11965,6 +11950,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
11965
11950
  [scope]="this"
11966
11951
  [disabled]="disabled"
11967
11952
  >{{localization.get('accept')}}</button>
11953
+ <button
11954
+ #cancel
11955
+ *ngIf="cancelButton"
11956
+ class="k-button k-time-cancel k-button-md k-rounded-md k-button-solid k-button-solid-base"
11957
+ type="button"
11958
+ [attr.title]="localization.get('cancelLabel')"
11959
+ [attr.aria-label]="localization.get('cancelLabel')"
11960
+ [kendoEventsOutsideAngular]="{
11961
+ click: handleReject,
11962
+ focus: handleFocus,
11963
+ blur: handleBlur
11964
+ }"
11965
+ [scope]="this"
11966
+ [disabled]="disabled"
11967
+ >{{localization.get('cancel')}}</button>
11968
11968
  </div>
11969
11969
  `
11970
11970
  }]
@@ -15038,7 +15038,7 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15038
15038
  </div>
15039
15039
  <div
15040
15040
  *ngIf="!isAdaptive"
15041
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
15041
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
15042
15042
  [kendoEventsOutsideAngular]="{
15043
15043
  focusin: handleFocus,
15044
15044
  focusout: handleBlur
@@ -15046,34 +15046,34 @@ DateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
15046
15046
  [scope]="this"
15047
15047
  >
15048
15048
  <button
15049
- *ngIf="cancelButton"
15050
15049
  type="button"
15051
- class="k-button k-time-cancel"
15052
- [ngClass]="popupButtonsClasses()"
15053
- [attr.title]="localization.get('cancelLabel')"
15054
- [attr.aria-label]="localization.get('cancelLabel')"
15050
+ class="k-button k-time-accept"
15051
+ [ngClass]="popupButtonsClasses('primary')"
15052
+ [attr.title]="localization.get('acceptLabel')"
15053
+ [attr.aria-label]="localization.get('acceptLabel')"
15054
+ [disabled]="!calendarValue"
15055
15055
  [kendoEventsOutsideAngular]="{
15056
- click: handleCancel,
15056
+ click: handleAccept,
15057
15057
  'keydown.tab': handleTab
15058
15058
  }"
15059
15059
  [scope]="this"
15060
15060
  >
15061
- {{localization.get('cancel')}}
15061
+ {{localization.get('accept')}}
15062
15062
  </button>
15063
15063
  <button
15064
+ *ngIf="cancelButton"
15064
15065
  type="button"
15065
- class="k-button k-time-accept"
15066
- [ngClass]="popupButtonsClasses('primary')"
15067
- [attr.title]="localization.get('acceptLabel')"
15068
- [attr.aria-label]="localization.get('acceptLabel')"
15069
- [disabled]="!calendarValue"
15066
+ class="k-button k-time-cancel"
15067
+ [ngClass]="popupButtonsClasses()"
15068
+ [attr.title]="localization.get('cancelLabel')"
15069
+ [attr.aria-label]="localization.get('cancelLabel')"
15070
15070
  [kendoEventsOutsideAngular]="{
15071
- click: handleAccept,
15071
+ click: handleCancel,
15072
15072
  'keydown.tab': handleTab
15073
15073
  }"
15074
15074
  [scope]="this"
15075
15075
  >
15076
- {{localization.get('accept')}}
15076
+ {{localization.get('cancel')}}
15077
15077
  </button>
15078
15078
  </div>
15079
15079
  </div>
@@ -15400,7 +15400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15400
15400
  </div>
15401
15401
  <div
15402
15402
  *ngIf="!isAdaptive"
15403
- class="k-datetime-footer k-action-buttons k-actions k-hstack k-justify-content-stretch"
15403
+ class="k-datetime-footer k-actions k-actions-stretched k-actions-horizontal"
15404
15404
  [kendoEventsOutsideAngular]="{
15405
15405
  focusin: handleFocus,
15406
15406
  focusout: handleBlur
@@ -15408,34 +15408,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
15408
15408
  [scope]="this"
15409
15409
  >
15410
15410
  <button
15411
- *ngIf="cancelButton"
15412
15411
  type="button"
15413
- class="k-button k-time-cancel"
15414
- [ngClass]="popupButtonsClasses()"
15415
- [attr.title]="localization.get('cancelLabel')"
15416
- [attr.aria-label]="localization.get('cancelLabel')"
15412
+ class="k-button k-time-accept"
15413
+ [ngClass]="popupButtonsClasses('primary')"
15414
+ [attr.title]="localization.get('acceptLabel')"
15415
+ [attr.aria-label]="localization.get('acceptLabel')"
15416
+ [disabled]="!calendarValue"
15417
15417
  [kendoEventsOutsideAngular]="{
15418
- click: handleCancel,
15418
+ click: handleAccept,
15419
15419
  'keydown.tab': handleTab
15420
15420
  }"
15421
15421
  [scope]="this"
15422
15422
  >
15423
- {{localization.get('cancel')}}
15423
+ {{localization.get('accept')}}
15424
15424
  </button>
15425
15425
  <button
15426
+ *ngIf="cancelButton"
15426
15427
  type="button"
15427
- class="k-button k-time-accept"
15428
- [ngClass]="popupButtonsClasses('primary')"
15429
- [attr.title]="localization.get('acceptLabel')"
15430
- [attr.aria-label]="localization.get('acceptLabel')"
15431
- [disabled]="!calendarValue"
15428
+ class="k-button k-time-cancel"
15429
+ [ngClass]="popupButtonsClasses()"
15430
+ [attr.title]="localization.get('cancelLabel')"
15431
+ [attr.aria-label]="localization.get('cancelLabel')"
15432
15432
  [kendoEventsOutsideAngular]="{
15433
- click: handleAccept,
15433
+ click: handleCancel,
15434
15434
  'keydown.tab': handleTab
15435
15435
  }"
15436
15436
  [scope]="this"
15437
15437
  >
15438
- {{localization.get('accept')}}
15438
+ {{localization.get('cancel')}}
15439
15439
  </button>
15440
15440
  </div>
15441
15441
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "13.0.0-develop.6",
3
+ "version": "13.0.0-develop.7",
4
4
  "description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -33,20 +33,20 @@
33
33
  "@angular/core": "13 - 16",
34
34
  "@angular/platform-browser": "13 - 16",
35
35
  "@progress/kendo-licensing": "^1.0.2",
36
- "@progress/kendo-angular-common": "13.0.0-develop.6",
37
- "@progress/kendo-angular-intl": "13.0.0-develop.6",
38
- "@progress/kendo-angular-l10n": "13.0.0-develop.6",
39
- "@progress/kendo-angular-icons": "13.0.0-develop.6",
40
- "@progress/kendo-angular-popup": "13.0.0-develop.6",
41
- "@progress/kendo-angular-navigation": "13.0.0-develop.6",
36
+ "@progress/kendo-angular-common": "13.0.0-develop.7",
37
+ "@progress/kendo-angular-intl": "13.0.0-develop.7",
38
+ "@progress/kendo-angular-l10n": "13.0.0-develop.7",
39
+ "@progress/kendo-angular-icons": "13.0.0-develop.7",
40
+ "@progress/kendo-angular-popup": "13.0.0-develop.7",
41
+ "@progress/kendo-angular-navigation": "13.0.0-develop.7",
42
42
  "rxjs": "^6.5.3 || ^7.0.0",
43
- "@progress/kendo-angular-buttons": "13.0.0-develop.6",
44
- "@progress/kendo-angular-inputs": "13.0.0-develop.6",
45
- "@progress/kendo-angular-label": "13.0.0-develop.6"
43
+ "@progress/kendo-angular-buttons": "13.0.0-develop.7",
44
+ "@progress/kendo-angular-inputs": "13.0.0-develop.7",
45
+ "@progress/kendo-angular-label": "13.0.0-develop.7"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1",
49
- "@progress/kendo-angular-schematics": "13.0.0-develop.6",
49
+ "@progress/kendo-angular-schematics": "13.0.0-develop.7",
50
50
  "@progress/kendo-common": "^0.2.0",
51
51
  "@progress/kendo-date-math": "^1.1.0"
52
52
  },