@progress/kendo-angular-dateinputs 7.1.0-dev.202206241459 → 7.1.0

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.
@@ -115,9 +115,9 @@ export class ViewComponent {
115
115
  'k-range-split-end': !context.isOtherMonth && context.isRangeSplitEnd,
116
116
  'k-range-split-start': !context.isOtherMonth && context.isRangeSplitStart,
117
117
  'k-range-start': !context.isOtherMonth && isRangeStart,
118
- 'k-state-active': isStartActive || isEndActive,
119
- 'k-state-focused': !context.isOtherMonth && this.isActive && context.isFocused,
120
- 'k-state-selected': !context.isOtherMonth && (context.isSelected || isRangeStart || isRangeEnd),
118
+ 'k-active': isStartActive || isEndActive,
119
+ 'k-focus': !context.isOtherMonth && this.isActive && context.isFocused,
120
+ 'k-selected': !context.isOtherMonth && (context.isSelected || isRangeStart || isRangeEnd),
121
121
  'k-today': !context.isOtherMonth && context.isToday,
122
122
  'k-weekend': context.isWeekend,
123
123
  'k-disabled': context.isDisabled,
@@ -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: 1656082706,
12
+ publishDate: 1659524475,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -154,13 +154,13 @@ export class TimeSelectorComponent {
154
154
  return;
155
155
  }
156
156
  this.timeListWrappers.forEach(listWrapper => {
157
- this.renderer.removeClass(listWrapper.nativeElement, 'k-state-focused');
157
+ this.renderer.removeClass(listWrapper.nativeElement, 'k-focus');
158
158
  });
159
159
  if (value >= 0) {
160
160
  const listIndex = this.listIndex(value);
161
161
  const focusedWrapper = this.timeListWrappers.toArray()[listIndex];
162
162
  if (focusedWrapper) {
163
- this.renderer.addClass(focusedWrapper.nativeElement, 'k-state-focused');
163
+ this.renderer.addClass(focusedWrapper.nativeElement, 'k-focus');
164
164
  }
165
165
  }
166
166
  }
@@ -405,7 +405,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
405
405
  #now
406
406
  *ngIf="showNowButton"
407
407
  type="button"
408
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-time-now"
408
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
409
409
  [attr.title]="localization.get('nowLabel')"
410
410
  [attr.aria-label]="localization.get('nowLabel')"
411
411
  [kendoEventsOutsideAngular]="{
@@ -447,7 +447,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
447
447
  </div>
448
448
  </ng-template>
449
449
  </div>
450
- <div class="k-time-footer k-action-buttons k-actions k-hstack k-justify-content-stretch" *ngIf="setButton || cancelButton">
450
+ <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
451
451
  <button
452
452
  #cancel
453
453
  *ngIf="cancelButton"
@@ -522,7 +522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
522
522
  #now
523
523
  *ngIf="showNowButton"
524
524
  type="button"
525
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-time-now"
525
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
526
526
  [attr.title]="localization.get('nowLabel')"
527
527
  [attr.aria-label]="localization.get('nowLabel')"
528
528
  [kendoEventsOutsideAngular]="{
@@ -564,7 +564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
564
564
  </div>
565
565
  </ng-template>
566
566
  </div>
567
- <div class="k-time-footer k-action-buttons k-actions k-hstack k-justify-content-stretch" *ngIf="setButton || cancelButton">
567
+ <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
568
568
  <button
569
569
  #cancel
570
570
  *ngIf="cancelButton"
@@ -28,7 +28,7 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-dateinputs',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1656082706,
31
+ publishDate: 1659524475,
32
32
  version: '',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
34
34
  };
@@ -1577,9 +1577,9 @@ class ViewComponent {
1577
1577
  'k-range-split-end': !context.isOtherMonth && context.isRangeSplitEnd,
1578
1578
  'k-range-split-start': !context.isOtherMonth && context.isRangeSplitStart,
1579
1579
  'k-range-start': !context.isOtherMonth && isRangeStart,
1580
- 'k-state-active': isStartActive || isEndActive,
1581
- 'k-state-focused': !context.isOtherMonth && this.isActive && context.isFocused,
1582
- 'k-state-selected': !context.isOtherMonth && (context.isSelected || isRangeStart || isRangeEnd),
1580
+ 'k-active': isStartActive || isEndActive,
1581
+ 'k-focus': !context.isOtherMonth && this.isActive && context.isFocused,
1582
+ 'k-selected': !context.isOtherMonth && (context.isSelected || isRangeStart || isRangeEnd),
1583
1583
  'k-today': !context.isOtherMonth && context.isToday,
1584
1584
  'k-weekend': context.isWeekend,
1585
1585
  'k-disabled': context.isDisabled,
@@ -10684,13 +10684,13 @@ class TimeSelectorComponent {
10684
10684
  return;
10685
10685
  }
10686
10686
  this.timeListWrappers.forEach(listWrapper => {
10687
- this.renderer.removeClass(listWrapper.nativeElement, 'k-state-focused');
10687
+ this.renderer.removeClass(listWrapper.nativeElement, 'k-focus');
10688
10688
  });
10689
10689
  if (value >= 0) {
10690
10690
  const listIndex = this.listIndex(value);
10691
10691
  const focusedWrapper = this.timeListWrappers.toArray()[listIndex];
10692
10692
  if (focusedWrapper) {
10693
- this.renderer.addClass(focusedWrapper.nativeElement, 'k-state-focused');
10693
+ this.renderer.addClass(focusedWrapper.nativeElement, 'k-focus');
10694
10694
  }
10695
10695
  }
10696
10696
  }
@@ -10935,7 +10935,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
10935
10935
  #now
10936
10936
  *ngIf="showNowButton"
10937
10937
  type="button"
10938
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-time-now"
10938
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
10939
10939
  [attr.title]="localization.get('nowLabel')"
10940
10940
  [attr.aria-label]="localization.get('nowLabel')"
10941
10941
  [kendoEventsOutsideAngular]="{
@@ -10977,7 +10977,7 @@ TimeSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
10977
10977
  </div>
10978
10978
  </ng-template>
10979
10979
  </div>
10980
- <div class="k-time-footer k-action-buttons k-actions k-hstack k-justify-content-stretch" *ngIf="setButton || cancelButton">
10980
+ <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
10981
10981
  <button
10982
10982
  #cancel
10983
10983
  *ngIf="cancelButton"
@@ -11052,7 +11052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
11052
11052
  #now
11053
11053
  *ngIf="showNowButton"
11054
11054
  type="button"
11055
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-time-now"
11055
+ class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary k-time-now"
11056
11056
  [attr.title]="localization.get('nowLabel')"
11057
11057
  [attr.aria-label]="localization.get('nowLabel')"
11058
11058
  [kendoEventsOutsideAngular]="{
@@ -11094,7 +11094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
11094
11094
  </div>
11095
11095
  </ng-template>
11096
11096
  </div>
11097
- <div class="k-time-footer k-action-buttons k-actions k-hstack k-justify-content-stretch" *ngIf="setButton || cancelButton">
11097
+ <div class="k-time-footer k-action-buttons k-actions k-actions-stretched" *ngIf="setButton || cancelButton">
11098
11098
  <button
11099
11099
  #cancel
11100
11100
  *ngIf="cancelButton"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "7.1.0-dev.202206241459",
3
+ "version": "7.1.0",
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",