@progress/kendo-angular-treeview 24.0.0-develop.13 → 24.0.0-develop.15

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.
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  productName: 'Kendo UI for Angular',
29
29
  productCode: 'KENDOUIANGULAR',
30
30
  productCodes: ['KENDOUIANGULAR'],
31
- publishDate: 1777479424,
32
- version: '24.0.0-develop.13',
31
+ publishDate: 1777541320,
32
+ version: '24.0.0-develop.15',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -1596,8 +1596,8 @@ class TreeViewGroupComponent {
1596
1596
  }
1597
1597
  return state === 'checked';
1598
1598
  }
1599
- getCheckboxAttributes(index) {
1600
- return { 'aria-hidden': 'true', role: 'none', 'aria-labelledby': this.nodeIndex(index) };
1599
+ getCheckboxAttributes(node) {
1600
+ return { 'aria-label': this.nodeText(node) };
1601
1601
  }
1602
1602
  ngOnDestroy() {
1603
1603
  if (isPresent(this.nodesSubscription)) {
@@ -1790,7 +1790,7 @@ class TreeViewGroupComponent {
1790
1790
  [checkedState]="getCheckBoxState(node, nodeIndex(index))"
1791
1791
  (checkedStateChange)="checkNode(nodeIndex(index), checkbox)"
1792
1792
  [tabindex]="-1"
1793
- [inputAttributes]="getCheckboxAttributes(index)"
1793
+ [inputAttributes]="getCheckboxAttributes(node)"
1794
1794
  ></kendo-checkbox>
1795
1795
  }
1796
1796
  <span
@@ -1978,7 +1978,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
1978
1978
  [checkedState]="getCheckBoxState(node, nodeIndex(index))"
1979
1979
  (checkedStateChange)="checkNode(nodeIndex(index), checkbox)"
1980
1980
  [tabindex]="-1"
1981
- [inputAttributes]="getCheckboxAttributes(index)"
1981
+ [inputAttributes]="getCheckboxAttributes(node)"
1982
1982
  ></kendo-checkbox>
1983
1983
  }
1984
1984
  <span
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777479424,
11
- "version": "24.0.0-develop.13",
10
+ "publishDate": 1777541320,
11
+ "version": "24.0.0-develop.15",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treeview",
3
- "version": "24.0.0-develop.13",
3
+ "version": "24.0.0-develop.15",
4
4
  "description": "Kendo UI TreeView for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,7 +34,7 @@
34
34
  "package": {
35
35
  "productName": "Kendo UI for Angular",
36
36
  "productCode": "KENDOUIANGULAR",
37
- "publishDate": 1777479424,
37
+ "publishDate": 1777541320,
38
38
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
39
39
  }
40
40
  },
@@ -44,15 +44,15 @@
44
44
  "@angular/core": "19 - 21",
45
45
  "@angular/platform-browser": "19 - 21",
46
46
  "@progress/kendo-licensing": "^1.11.0",
47
- "@progress/kendo-angular-common": "24.0.0-develop.13",
48
- "@progress/kendo-angular-inputs": "24.0.0-develop.13",
49
- "@progress/kendo-angular-icons": "24.0.0-develop.13",
50
- "@progress/kendo-angular-l10n": "24.0.0-develop.13",
47
+ "@progress/kendo-angular-common": "24.0.0-develop.15",
48
+ "@progress/kendo-angular-inputs": "24.0.0-develop.15",
49
+ "@progress/kendo-angular-icons": "24.0.0-develop.15",
50
+ "@progress/kendo-angular-l10n": "24.0.0-develop.15",
51
51
  "rxjs": "^6.5.3 || ^7.0.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1",
55
- "@progress/kendo-angular-schematics": "24.0.0-develop.13",
55
+ "@progress/kendo-angular-schematics": "24.0.0-develop.15",
56
56
  "@progress/kendo-common": "^1.0.1",
57
57
  "@progress/kendo-draggable": "^3.0.2"
58
58
  },
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
11
11
  // Peers of kendo-angular-inputs
12
- '@progress/kendo-angular-buttons': '24.0.0-develop.13',
13
- '@progress/kendo-angular-dialog': '24.0.0-develop.13',
14
- '@progress/kendo-angular-intl': '24.0.0-develop.13',
15
- '@progress/kendo-angular-popup': '24.0.0-develop.13',
12
+ '@progress/kendo-angular-buttons': '24.0.0-develop.15',
13
+ '@progress/kendo-angular-dialog': '24.0.0-develop.15',
14
+ '@progress/kendo-angular-intl': '24.0.0-develop.15',
15
+ '@progress/kendo-angular-popup': '24.0.0-develop.15',
16
16
  '@progress/kendo-drawing': '^1.9.3',
17
17
  // Peer dependency of icons
18
18
  '@progress/kendo-svg-icons': '^4.0.0'
@@ -103,7 +103,7 @@ export declare class TreeViewGroupComponent implements OnChanges, OnInit, OnDest
103
103
  nodeIndex(index: number): string;
104
104
  nodeText(dataItem: any): any;
105
105
  getCheckBoxState(item: object, index: any): any;
106
- getCheckboxAttributes(index: number): {
106
+ getCheckboxAttributes(node: any): {
107
107
  [key: string]: string;
108
108
  };
109
109
  ngOnDestroy(): void;