@progress/kendo-angular-scheduler 24.0.0-develop.3 → 24.0.0-develop.31

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.
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  */
16
16
  export declare class DayTimeViewItemComponent extends BaseViewItem {
17
17
  private intlService;
18
- caretAltLeftIcon: SVGIcon;
19
- caretAltRightIcon: SVGIcon;
20
- caretAltUpIcon: SVGIcon;
21
- caretAltDownIcon: SVGIcon;
18
+ chevronLeftIcon: SVGIcon;
19
+ chevronRightIcon: SVGIcon;
20
+ chevronUpIcon: SVGIcon;
21
+ chevronDownIcon: SVGIcon;
22
22
  arrowRotateCwIcon: SVGIcon;
23
23
  arrowsNoRepeatIcon: SVGIcon;
24
24
  xIcon: SVGIcon;
@@ -14,8 +14,8 @@ import * as i0 from "@angular/core";
14
14
  * @hidden
15
15
  */
16
16
  export declare class MonthViewItemComponent extends BaseViewItem {
17
- caretAltLeftIcon: SVGIcon;
18
- caretAltRightIcon: SVGIcon;
17
+ chevronLeftIcon: SVGIcon;
18
+ chevronRightIcon: SVGIcon;
19
19
  arrowRotateCwIcon: SVGIcon;
20
20
  arrowsNoRepeatIcon: SVGIcon;
21
21
  xIcon: SVGIcon;
@@ -35,8 +35,8 @@ export declare class BaseViewItem implements OnInit, OnChanges, OnDestroy, ViewI
35
35
  get deleteMessage(): string;
36
36
  get resizable(): boolean;
37
37
  get removable(): boolean;
38
- caretAltLeftIcon: SVGIcon;
39
- caretAltRightIcon: SVGIcon;
38
+ chevronLeftIcon: SVGIcon;
39
+ chevronRightIcon: SVGIcon;
40
40
  rect: Rect;
41
41
  private subs;
42
42
  constructor(slotService: BaseSlotService, localization: LocalizationService, focusService: FocusService, element: ElementRef, renderer: Renderer2, intl: IntlService);
@@ -35,8 +35,8 @@ export declare class YearViewInternalComponent extends BaseView implements After
35
35
  tooltip: TooltipDirective;
36
36
  get arrowIcons(): string[];
37
37
  get arrowSVGIcons(): SVGIcon[];
38
- caretAltLeftIcon: SVGIcon;
39
- caretAltRightIcon: SVGIcon;
38
+ chevronLeftIcon: SVGIcon;
39
+ chevronRightIcon: SVGIcon;
40
40
  eventsPerSelectedDay: any[];
41
41
  days: Date[];
42
42
  focusedDate: Date;