@progress/kendo-angular-treelist 23.2.1-develop.3 → 23.2.1-develop.4
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.
|
@@ -50,7 +50,7 @@ const packageMetadata = {
|
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
52
|
publishDate: 0,
|
|
53
|
-
version: '23.2.1-develop.
|
|
53
|
+
version: '23.2.1-develop.4',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -4422,7 +4422,7 @@ class SelectionService {
|
|
|
4422
4422
|
column: this.leafColumns[0],
|
|
4423
4423
|
item: this.view.firstItem.data
|
|
4424
4424
|
};
|
|
4425
|
-
this.selectRange({ item: dataItem, column, columnIndex }, origin);
|
|
4425
|
+
this.selectRange({ item: dataItem, column, columnIndex }, origin, originalEvent.shiftKey);
|
|
4426
4426
|
}
|
|
4427
4427
|
else {
|
|
4428
4428
|
this.selectionOrigin = {
|
|
@@ -4502,9 +4502,11 @@ class SelectionService {
|
|
|
4502
4502
|
this.selectAllCheckedStateChange.next(select);
|
|
4503
4503
|
});
|
|
4504
4504
|
}
|
|
4505
|
-
selectRange(firstPoint, secondPoint) {
|
|
4505
|
+
selectRange(firstPoint, secondPoint, shiftKey) {
|
|
4506
4506
|
const rangeItems = this.rangeItems(firstPoint, secondPoint);
|
|
4507
|
-
|
|
4507
|
+
if (shiftKey || (!shiftKey && rangeItems.length > 1)) {
|
|
4508
|
+
this.changes.next(new SelectionChangeEvent('select', rangeItems));
|
|
4509
|
+
}
|
|
4508
4510
|
}
|
|
4509
4511
|
rangeItems(firstPoint, secondPoint) {
|
|
4510
4512
|
const firstIndex = this.view.findIndex(item => item.data === firstPoint.item || item === firstPoint.item);
|
|
@@ -7091,7 +7093,7 @@ class TableBodyComponent {
|
|
|
7091
7093
|
if (isCheckboxCell && !isCheckbox && this.selection.settings.checkboxOnly) {
|
|
7092
7094
|
return;
|
|
7093
7095
|
}
|
|
7094
|
-
if (eventArg.type === 'click' && isCheckboxCell &&
|
|
7096
|
+
if (eventArg.type === 'click' && isCheckbox && isCheckboxCell &&
|
|
7095
7097
|
this.selection.enabled && this.selection.rowSelection) {
|
|
7096
7098
|
const args = this.cellClickArgs(cell, row, eventArg);
|
|
7097
7099
|
this.ngZone.run(() => {
|
|
@@ -7591,7 +7593,6 @@ class MarqueeDirective {
|
|
|
7591
7593
|
// if one is missing select first / last viewItem depending on the position
|
|
7592
7594
|
// select column based on coordinates
|
|
7593
7595
|
if (pressTarget && releaseTarget) {
|
|
7594
|
-
this.selection.dragging = true;
|
|
7595
7596
|
this.selection.selectRange(pressTarget, releaseTarget);
|
|
7596
7597
|
}
|
|
7597
7598
|
else {
|
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.2.1-develop.
|
|
10
|
+
"publishDate": 1773132628,
|
|
11
|
+
"version": "23.2.1-develop.4",
|
|
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.2.1-develop.
|
|
3
|
+
"version": "23.2.1-develop.4",
|
|
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": 1773132628,
|
|
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.2.1-develop.
|
|
41
|
-
"@progress/kendo-angular-common": "23.2.1-develop.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "23.2.1-develop.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "23.2.1-develop.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "23.2.1-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "23.2.1-develop.
|
|
46
|
-
"@progress/kendo-angular-inputs": "23.2.1-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "23.2.1-develop.
|
|
48
|
-
"@progress/kendo-angular-l10n": "23.2.1-develop.
|
|
49
|
-
"@progress/kendo-angular-label": "23.2.1-develop.
|
|
50
|
-
"@progress/kendo-angular-pager": "23.2.1-develop.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "23.2.1-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "23.2.1-develop.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "23.2.1-develop.
|
|
54
|
-
"@progress/kendo-angular-utils": "23.2.1-develop.
|
|
40
|
+
"@progress/kendo-angular-buttons": "23.2.1-develop.4",
|
|
41
|
+
"@progress/kendo-angular-common": "23.2.1-develop.4",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "23.2.1-develop.4",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "23.2.1-develop.4",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "23.2.1-develop.4",
|
|
45
|
+
"@progress/kendo-angular-icons": "23.2.1-develop.4",
|
|
46
|
+
"@progress/kendo-angular-inputs": "23.2.1-develop.4",
|
|
47
|
+
"@progress/kendo-angular-intl": "23.2.1-develop.4",
|
|
48
|
+
"@progress/kendo-angular-l10n": "23.2.1-develop.4",
|
|
49
|
+
"@progress/kendo-angular-label": "23.2.1-develop.4",
|
|
50
|
+
"@progress/kendo-angular-pager": "23.2.1-develop.4",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "23.2.1-develop.4",
|
|
52
|
+
"@progress/kendo-angular-popup": "23.2.1-develop.4",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "23.2.1-develop.4",
|
|
54
|
+
"@progress/kendo-angular-utils": "23.2.1-develop.4",
|
|
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.2.1-develop.
|
|
59
|
+
"@progress/kendo-angular-schematics": "23.2.1-develop.4",
|
|
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.2.1-develop.
|
|
12
|
+
'@progress/kendo-angular-treeview': '23.2.1-develop.4',
|
|
13
13
|
// peer dependency of kendo-angular-inputs
|
|
14
|
-
'@progress/kendo-angular-dialog': '23.2.1-develop.
|
|
14
|
+
'@progress/kendo-angular-dialog': '23.2.1-develop.4',
|
|
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.2.1-develop.
|
|
18
|
+
'@progress/kendo-angular-navigation': '23.2.1-develop.4',
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
|
@@ -40,7 +40,7 @@ export declare class SelectionService {
|
|
|
40
40
|
click(args: any, toggle?: boolean): void;
|
|
41
41
|
checkboxClick(args: any): void;
|
|
42
42
|
toggleAll(select: boolean): void;
|
|
43
|
-
selectRange(firstPoint: any, secondPoint: any): void;
|
|
43
|
+
selectRange(firstPoint: any, secondPoint: any, shiftKey?: boolean): void;
|
|
44
44
|
rangeItems(firstPoint: any, secondPoint: any): any[];
|
|
45
45
|
updateSelectedState(): void;
|
|
46
46
|
targetArgs(target: any, skipFocusable?: boolean): any;
|