@progress/kendo-angular-treelist 23.0.1 → 23.1.0-develop.1
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.
- package/columns/column-base.d.ts +3 -0
- package/fesm2022/progress-kendo-angular-treelist.mjs +13 -1
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +3 -0
- package/schematics/ngAdd/index.js +3 -3
- package/treelist.component.d.ts +6 -0
package/columns/column-base.d.ts
CHANGED
|
@@ -127,6 +127,9 @@ export declare class ColumnBase implements OnChanges {
|
|
|
127
127
|
/**
|
|
128
128
|
* Sets the `role` attribute for the table cells (excluding the footer and header) of the column.
|
|
129
129
|
* @default "gridcell"
|
|
130
|
+
*
|
|
131
|
+
* @remarks
|
|
132
|
+
* This property is related to accessibility.
|
|
130
133
|
*/
|
|
131
134
|
tableCellsRole: string;
|
|
132
135
|
/**
|
|
@@ -50,7 +50,7 @@ const packageMetadata = {
|
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
52
|
publishDate: 0,
|
|
53
|
-
version: '23.0.1',
|
|
53
|
+
version: '23.1.0-develop.1',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -412,6 +412,9 @@ class ColumnBase {
|
|
|
412
412
|
/**
|
|
413
413
|
* Sets the `role` attribute for the table cells (excluding the footer and header) of the column.
|
|
414
414
|
* @default "gridcell"
|
|
415
|
+
*
|
|
416
|
+
* @remarks
|
|
417
|
+
* This property is related to accessibility.
|
|
415
418
|
*/
|
|
416
419
|
tableCellsRole = 'gridcell';
|
|
417
420
|
/**
|
|
@@ -16922,6 +16925,9 @@ class TreeListComponent {
|
|
|
16922
16925
|
rowReorderService;
|
|
16923
16926
|
/**
|
|
16924
16927
|
* Provides an accessible description of the component.
|
|
16928
|
+
*
|
|
16929
|
+
* @remarks
|
|
16930
|
+
* This property is related to accessibility.
|
|
16925
16931
|
*/
|
|
16926
16932
|
ariaLabel;
|
|
16927
16933
|
/**
|
|
@@ -17094,6 +17100,9 @@ class TreeListComponent {
|
|
|
17094
17100
|
* By default, navigation is enabled. To disable it and include the TreeList content in the normal tab sequence, set this property to `false`.
|
|
17095
17101
|
*
|
|
17096
17102
|
* @default true
|
|
17103
|
+
*
|
|
17104
|
+
* @remarks
|
|
17105
|
+
* This property is related to accessibility.
|
|
17097
17106
|
*/
|
|
17098
17107
|
navigable = true;
|
|
17099
17108
|
/**
|
|
@@ -19911,6 +19920,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
19911
19920
|
* </kendo-toolbar>
|
|
19912
19921
|
* </kendo-treelist>
|
|
19913
19922
|
* ```
|
|
19923
|
+
*
|
|
19924
|
+
* @remarks
|
|
19925
|
+
* This directive is related to accessibility.
|
|
19914
19926
|
*/
|
|
19915
19927
|
class TreeListToolbarFocusableDirective {
|
|
19916
19928
|
host;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.1",
|
|
10
|
+
"publishDate": 1771342398,
|
|
11
|
+
"version": "23.1.0-develop.1",
|
|
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-treelist",
|
|
3
|
-
"version": "23.0.1",
|
|
3
|
+
"version": "23.1.0-develop.1",
|
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"package": {
|
|
25
25
|
"productName": "Kendo UI for Angular",
|
|
26
26
|
"productCode": "KENDOUIANGULAR",
|
|
27
|
-
"publishDate":
|
|
27
|
+
"publishDate": 1771342398,
|
|
28
28
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"@progress/kendo-data-query": "^1.7.3",
|
|
38
38
|
"@progress/kendo-drawing": "^1.24.0",
|
|
39
39
|
"@progress/kendo-licensing": "^1.10.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
41
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "23.0.1",
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "23.0.1",
|
|
44
|
-
"@progress/kendo-angular-excel-export": "23.0.1",
|
|
45
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
46
|
-
"@progress/kendo-angular-inputs": "23.0.1",
|
|
47
|
-
"@progress/kendo-angular-intl": "23.0.1",
|
|
48
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
49
|
-
"@progress/kendo-angular-label": "23.0.1",
|
|
50
|
-
"@progress/kendo-angular-pager": "23.0.1",
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "23.0.1",
|
|
52
|
-
"@progress/kendo-angular-popup": "23.0.1",
|
|
53
|
-
"@progress/kendo-angular-toolbar": "23.0.1",
|
|
54
|
-
"@progress/kendo-angular-utils": "23.0.1",
|
|
40
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-common": "23.1.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "23.1.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "23.1.0-develop.1",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "23.1.0-develop.1",
|
|
45
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.1",
|
|
46
|
+
"@progress/kendo-angular-inputs": "23.1.0-develop.1",
|
|
47
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.1",
|
|
48
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.1",
|
|
49
|
+
"@progress/kendo-angular-label": "23.1.0-develop.1",
|
|
50
|
+
"@progress/kendo-angular-pager": "23.1.0-develop.1",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "23.1.0-develop.1",
|
|
52
|
+
"@progress/kendo-angular-popup": "23.1.0-develop.1",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "23.1.0-develop.1",
|
|
54
|
+
"@progress/kendo-angular-utils": "23.1.0-develop.1",
|
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
|
-
"@progress/kendo-angular-schematics": "23.0.1",
|
|
59
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.1",
|
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -9,13 +9,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
11
11
|
// peer dep of the dropdowns
|
|
12
|
-
'@progress/kendo-angular-treeview': '23.0.1',
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.1.0-develop.1',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '23.0.1',
|
|
14
|
+
'@progress/kendo-angular-dialog': '23.1.0-develop.1',
|
|
15
15
|
// peer dependency of kendo-angular-icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dependency of kendo-angular-dateinputs
|
|
18
|
-
'@progress/kendo-angular-navigation': '23.0.1',
|
|
18
|
+
'@progress/kendo-angular-navigation': '23.1.0-develop.1',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
package/treelist.component.d.ts
CHANGED
|
@@ -132,6 +132,9 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
132
132
|
private rowReorderService;
|
|
133
133
|
/**
|
|
134
134
|
* Provides an accessible description of the component.
|
|
135
|
+
*
|
|
136
|
+
* @remarks
|
|
137
|
+
* This property is related to accessibility.
|
|
135
138
|
*/
|
|
136
139
|
ariaLabel: string;
|
|
137
140
|
/**
|
|
@@ -239,6 +242,9 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
239
242
|
* By default, navigation is enabled. To disable it and include the TreeList content in the normal tab sequence, set this property to `false`.
|
|
240
243
|
*
|
|
241
244
|
* @default true
|
|
245
|
+
*
|
|
246
|
+
* @remarks
|
|
247
|
+
* This property is related to accessibility.
|
|
242
248
|
*/
|
|
243
249
|
navigable: boolean;
|
|
244
250
|
/**
|