@progress/kendo-angular-treeview 21.4.0-develop.3 → 21.4.0-develop.5
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/esm2022/package-metadata.mjs +2 -2
- package/esm2022/selection/select.directive.mjs +2 -2
- package/esm2022/treeview.component.mjs +2 -2
- package/fesm2022/progress-kendo-angular-treeview.mjs +6 -6
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +4 -4
- package/selection/select.directive.d.ts +2 -2
- package/treeitem.interface.d.ts +2 -2
- package/treeview.component.d.ts +2 -2
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.4.0-develop.
|
|
13
|
+
publishDate: 1766065985,
|
|
14
|
+
version: '21.4.0-develop.5',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -44,12 +44,12 @@ export class SelectDirective {
|
|
|
44
44
|
selectKey;
|
|
45
45
|
/**
|
|
46
46
|
* Sets the current selection mode
|
|
47
|
-
* ([see example](slug:selection_treeview
|
|
47
|
+
* ([see example](slug:selection_treeview)).
|
|
48
48
|
*/
|
|
49
49
|
selection;
|
|
50
50
|
/**
|
|
51
51
|
* Defines the collection that stores the selected keys
|
|
52
|
-
* ([see example](slug:selection_treeview
|
|
52
|
+
* ([see example](slug:selection_treeview)).
|
|
53
53
|
*/
|
|
54
54
|
selectedKeys;
|
|
55
55
|
/**
|
|
@@ -186,7 +186,7 @@ export class TreeViewComponent {
|
|
|
186
186
|
*/
|
|
187
187
|
checkedChange = new EventEmitter();
|
|
188
188
|
/**
|
|
189
|
-
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#
|
|
189
|
+
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
190
190
|
*/
|
|
191
191
|
selectionChange = new EventEmitter();
|
|
192
192
|
/**
|
|
@@ -298,7 +298,7 @@ export class TreeViewComponent {
|
|
|
298
298
|
this.expandIcons = Boolean(this._isExpanded && this._hasChildren);
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection)).
|
|
301
|
+
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
302
302
|
*/
|
|
303
303
|
get isSelected() {
|
|
304
304
|
return this._isSelected || isSelected;
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
productName: 'Kendo UI for Angular',
|
|
29
29
|
productCode: 'KENDOUIANGULAR',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '21.4.0-develop.
|
|
31
|
+
publishDate: 1766065985,
|
|
32
|
+
version: '21.4.0-develop.5',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -2330,7 +2330,7 @@ class TreeViewComponent {
|
|
|
2330
2330
|
*/
|
|
2331
2331
|
checkedChange = new EventEmitter();
|
|
2332
2332
|
/**
|
|
2333
|
-
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#
|
|
2333
|
+
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
2334
2334
|
*/
|
|
2335
2335
|
selectionChange = new EventEmitter();
|
|
2336
2336
|
/**
|
|
@@ -2442,7 +2442,7 @@ class TreeViewComponent {
|
|
|
2442
2442
|
this.expandIcons = Boolean(this._isExpanded && this._hasChildren);
|
|
2443
2443
|
}
|
|
2444
2444
|
/**
|
|
2445
|
-
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection)).
|
|
2445
|
+
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
2446
2446
|
*/
|
|
2447
2447
|
get isSelected() {
|
|
2448
2448
|
return this._isSelected || isSelected;
|
|
@@ -5792,12 +5792,12 @@ class SelectDirective {
|
|
|
5792
5792
|
selectKey;
|
|
5793
5793
|
/**
|
|
5794
5794
|
* Sets the current selection mode
|
|
5795
|
-
* ([see example](slug:selection_treeview
|
|
5795
|
+
* ([see example](slug:selection_treeview)).
|
|
5796
5796
|
*/
|
|
5797
5797
|
selection;
|
|
5798
5798
|
/**
|
|
5799
5799
|
* Defines the collection that stores the selected keys
|
|
5800
|
-
* ([see example](slug:selection_treeview
|
|
5800
|
+
* ([see example](slug:selection_treeview)).
|
|
5801
5801
|
*/
|
|
5802
5802
|
selectedKeys;
|
|
5803
5803
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treeview",
|
|
3
|
-
"version": "21.4.0-develop.
|
|
3
|
+
"version": "21.4.0-develop.5",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1766065985,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "18 - 21",
|
|
30
30
|
"@angular/platform-browser": "18 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.7.0",
|
|
32
|
-
"@progress/kendo-angular-common": "21.4.0-develop.
|
|
33
|
-
"@progress/kendo-angular-inputs": "21.4.0-develop.
|
|
34
|
-
"@progress/kendo-angular-icons": "21.4.0-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "21.4.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "21.4.0-develop.5",
|
|
33
|
+
"@progress/kendo-angular-inputs": "21.4.0-develop.5",
|
|
34
|
+
"@progress/kendo-angular-icons": "21.4.0-develop.5",
|
|
35
|
+
"@progress/kendo-angular-l10n": "21.4.0-develop.5",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "21.4.0-develop.
|
|
40
|
+
"@progress/kendo-angular-schematics": "21.4.0-develop.5",
|
|
41
41
|
"@progress/kendo-common": "^1.0.1",
|
|
42
42
|
"@progress/kendo-draggable": "^3.0.2"
|
|
43
43
|
},
|
|
@@ -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': '21.4.0-develop.
|
|
13
|
-
'@progress/kendo-angular-dialog': '21.4.0-develop.
|
|
14
|
-
'@progress/kendo-angular-intl': '21.4.0-develop.
|
|
15
|
-
'@progress/kendo-angular-popup': '21.4.0-develop.
|
|
12
|
+
'@progress/kendo-angular-buttons': '21.4.0-develop.5',
|
|
13
|
+
'@progress/kendo-angular-dialog': '21.4.0-develop.5',
|
|
14
|
+
'@progress/kendo-angular-intl': '21.4.0-develop.5',
|
|
15
|
+
'@progress/kendo-angular-popup': '21.4.0-develop.5',
|
|
16
16
|
'@progress/kendo-drawing': '^1.9.3',
|
|
17
17
|
// Peer dependency of icons
|
|
18
18
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
@@ -40,12 +40,12 @@ export declare class SelectDirective implements OnDestroy, OnChanges {
|
|
|
40
40
|
selectKey: string | ((context: TreeItem) => any);
|
|
41
41
|
/**
|
|
42
42
|
* Sets the current selection mode
|
|
43
|
-
* ([see example](slug:selection_treeview
|
|
43
|
+
* ([see example](slug:selection_treeview)).
|
|
44
44
|
*/
|
|
45
45
|
selection: boolean | SelectableSettings | string;
|
|
46
46
|
/**
|
|
47
47
|
* Defines the collection that stores the selected keys
|
|
48
|
-
* ([see example](slug:selection_treeview
|
|
48
|
+
* ([see example](slug:selection_treeview)).
|
|
49
49
|
*/
|
|
50
50
|
selectedKeys: any[];
|
|
51
51
|
/**
|
package/treeitem.interface.d.ts
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
export interface TreeItem {
|
|
9
9
|
/**
|
|
10
10
|
* The data item associated with the TreeView node
|
|
11
|
-
* ([see example](slug:selection_treeview#modifying-the-selection)).
|
|
11
|
+
* ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
12
12
|
*/
|
|
13
13
|
dataItem: any;
|
|
14
14
|
/**
|
|
15
15
|
* The auto-generated hierarchical index of the TreeView node
|
|
16
|
-
* ([see example](slug:selection_treeview#
|
|
16
|
+
* ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
17
17
|
*/
|
|
18
18
|
index: string;
|
|
19
19
|
}
|
package/treeview.component.d.ts
CHANGED
|
@@ -148,7 +148,7 @@ export declare class TreeViewComponent implements OnChanges, OnInit, AfterViewIn
|
|
|
148
148
|
*/
|
|
149
149
|
checkedChange: EventEmitter<TreeItemLookup>;
|
|
150
150
|
/**
|
|
151
|
-
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#
|
|
151
|
+
* Fires when a TreeView node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
152
152
|
*/
|
|
153
153
|
selectionChange: EventEmitter<TreeItem>;
|
|
154
154
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class TreeViewComponent implements OnChanges, OnInit, AfterViewIn
|
|
|
232
232
|
get isExpanded(): (item: object, index: string) => boolean;
|
|
233
233
|
set isExpanded(callback: (item: object, index: string) => boolean);
|
|
234
234
|
/**
|
|
235
|
-
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection)).
|
|
235
|
+
* A function that determines if a node is selected ([see example](slug:selection_treeview#modifying-the-selection-behavior)).
|
|
236
236
|
*/
|
|
237
237
|
get isSelected(): (item: object, index: string) => boolean;
|
|
238
238
|
set isSelected(callback: (item: object, index: string) => boolean);
|