@progress/kendo-angular-layout 25.0.0-develop.7 → 25.0.0-develop.8

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.
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCode: 'KENDOUIANGULAR',
31
31
  productCodes: ['KENDOUIANGULAR'],
32
- publishDate: 1784618825,
33
- version: '25.0.0-develop.7',
32
+ publishDate: 1784795916,
33
+ version: '25.0.0-develop.8',
34
34
  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'
35
35
  };
36
36
 
@@ -431,7 +431,7 @@ class PanelBarItemComponent {
431
431
  return !this.disabled && (this.selected || this.expanded);
432
432
  }
433
433
  get ariaDisabled() {
434
- return this.disabled ? true : null;
434
+ return this.disabled || null;
435
435
  }
436
436
  get headerClass() {
437
437
  return this.parent ? null : true;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1784618825,
11
- "version": "25.0.0-develop.7",
10
+ "publishDate": 1784795916,
11
+ "version": "25.0.0-develop.8",
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": "25.0.0-develop.7",
3
+ "version": "25.0.0-develop.8",
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",
@@ -79,7 +79,7 @@
79
79
  "package": {
80
80
  "productName": "Kendo UI for Angular",
81
81
  "productCode": "KENDOUIANGULAR",
82
- "publishDate": 1784618825,
82
+ "publishDate": 1784795916,
83
83
  "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"
84
84
  }
85
85
  },
@@ -89,17 +89,17 @@
89
89
  "@angular/core": "20 - 22",
90
90
  "@angular/platform-browser": "20 - 22",
91
91
  "@progress/kendo-licensing": "^1.11.0",
92
- "@progress/kendo-angular-common": "25.0.0-develop.7",
93
- "@progress/kendo-angular-l10n": "25.0.0-develop.7",
94
- "@progress/kendo-angular-progressbar": "25.0.0-develop.7",
95
- "@progress/kendo-angular-icons": "25.0.0-develop.7",
96
- "@progress/kendo-angular-buttons": "25.0.0-develop.7",
97
- "@progress/kendo-angular-intl": "25.0.0-develop.7",
92
+ "@progress/kendo-angular-common": "25.0.0-develop.8",
93
+ "@progress/kendo-angular-l10n": "25.0.0-develop.8",
94
+ "@progress/kendo-angular-progressbar": "25.0.0-develop.8",
95
+ "@progress/kendo-angular-icons": "25.0.0-develop.8",
96
+ "@progress/kendo-angular-buttons": "25.0.0-develop.8",
97
+ "@progress/kendo-angular-intl": "25.0.0-develop.8",
98
98
  "rxjs": "^6.5.3 || ^7.0.0"
99
99
  },
100
100
  "dependencies": {
101
101
  "tslib": "^2.3.1",
102
- "@progress/kendo-angular-schematics": "25.0.0-develop.7",
102
+ "@progress/kendo-angular-schematics": "25.0.0-develop.8",
103
103
  "@progress/kendo-draggable": "^3.0.2"
104
104
  },
105
105
  "schematics": "./schematics/collection.json",