@progress/kendo-angular-dateinputs 7.1.0-dev.202207271219 → 7.1.0-dev.202207291058

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: 1658923995,
12
+ publishDate: 1659092106,
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
  }
@@ -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: 1658923995,
31
+ publishDate: 1659092106,
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "7.1.0-dev.202207271219",
3
+ "version": "7.1.0-dev.202207291058",
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",