@progress/kendo-angular-layout 24.0.0-develop.2 → 24.0.0-develop.21

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.
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776936085,
11
- "version": "24.0.0-develop.2",
10
+ "publishDate": 1778160952,
11
+ "version": "24.0.0-develop.21",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "24.0.0-develop.2",
3
+ "version": "24.0.0-develop.21",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -63,7 +63,7 @@
63
63
  "package": {
64
64
  "productName": "Kendo UI for Angular",
65
65
  "productCode": "KENDOUIANGULAR",
66
- "publishDate": 1776936085,
66
+ "publishDate": 1778160952,
67
67
  "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"
68
68
  }
69
69
  },
@@ -73,17 +73,17 @@
73
73
  "@angular/core": "19 - 21",
74
74
  "@angular/platform-browser": "19 - 21",
75
75
  "@progress/kendo-licensing": "^1.11.0",
76
- "@progress/kendo-angular-common": "24.0.0-develop.2",
77
- "@progress/kendo-angular-l10n": "24.0.0-develop.2",
78
- "@progress/kendo-angular-progressbar": "24.0.0-develop.2",
79
- "@progress/kendo-angular-icons": "24.0.0-develop.2",
80
- "@progress/kendo-angular-buttons": "24.0.0-develop.2",
81
- "@progress/kendo-angular-intl": "24.0.0-develop.2",
76
+ "@progress/kendo-angular-common": "24.0.0-develop.21",
77
+ "@progress/kendo-angular-l10n": "24.0.0-develop.21",
78
+ "@progress/kendo-angular-progressbar": "24.0.0-develop.21",
79
+ "@progress/kendo-angular-icons": "24.0.0-develop.21",
80
+ "@progress/kendo-angular-buttons": "24.0.0-develop.21",
81
+ "@progress/kendo-angular-intl": "24.0.0-develop.21",
82
82
  "rxjs": "^6.5.3 || ^7.0.0"
83
83
  },
84
84
  "dependencies": {
85
85
  "tslib": "^2.3.1",
86
- "@progress/kendo-angular-schematics": "24.0.0-develop.2",
86
+ "@progress/kendo-angular-schematics": "24.0.0-develop.21",
87
87
  "@progress/kendo-draggable": "^3.0.2"
88
88
  },
89
89
  "schematics": "./schematics/collection.json",
@@ -23,6 +23,7 @@ export declare class SplitterBarComponent implements OnInit, OnDestroy {
23
23
  ariaLabel: string;
24
24
  focused: boolean;
25
25
  get hostOrientation(): string;
26
+ ariaKeyShortcuts: string;
26
27
  get tabIndex(): number;
27
28
  get hostClasses(): string;
28
29
  get order(): number;
@@ -22,7 +22,7 @@ export declare class TabComponent {
22
22
  tabClose: EventEmitter<TabCloseEvent>;
23
23
  hostClasses: boolean;
24
24
  get activeClass(): boolean;
25
- get disabledClass(): boolean;
25
+ get disabledClass(): boolean | null;
26
26
  get focusedClass(): boolean;
27
27
  get tabIndex(): number;
28
28
  constructor(localization: LocalizationService);
@@ -29,10 +29,10 @@ export declare class TabStripScrollableButtonComponent implements AfterViewInit,
29
29
  get iconClass(): string;
30
30
  get customIconClass(): string;
31
31
  get svgIcon(): SVGIcon;
32
- caretAltLeftIcon: SVGIcon;
33
- caretAltRightIcon: SVGIcon;
34
- caretAltUpIcon: SVGIcon;
35
- caretAltDownIcon: SVGIcon;
32
+ chevronLeftIcon: SVGIcon;
33
+ chevronRightIcon: SVGIcon;
34
+ chevronUpIcon: SVGIcon;
35
+ chevronDownIcon: SVGIcon;
36
36
  private subs;
37
37
  constructor(host: ElementRef, renderer: Renderer2, ngZone: NgZone, localization: LocalizationService);
38
38
  ngAfterViewInit(): void;
@@ -69,10 +69,8 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
69
69
  resizable: boolean;
70
70
  itemClass: boolean;
71
71
  hostRole: string;
72
- get hostDropEffect(): string;
73
72
  get hostTabindex(): string;
74
73
  get ariaKeyShortcuts(): string;
75
- get hostGrabbed(): boolean;
76
74
  get hostLabelledBy(): string;
77
75
  get colEnd(): string;
78
76
  get rowEnd(): string;
@@ -38,6 +38,7 @@ export declare class TimelineCardComponent implements OnChanges, AfterViewInit {
38
38
  get collapsedClass(): boolean;
39
39
  onComponentKeyDown(event: any): void;
40
40
  get role(): string;
41
+ get ariaCardLabel(): string;
41
42
  get ariaLive(): any;
42
43
  get ariaExpanded(): any;
43
44
  calloutSvgIcon: SVGIcon;