@progress/kendo-angular-treelist 20.1.0 → 20.1.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.
|
@@ -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: '20.1.
|
|
13
|
+
publishDate: 1761290448,
|
|
14
|
+
version: '20.1.1',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -87,7 +87,9 @@ export class RowReorderService {
|
|
|
87
87
|
const draggedDataItem = draggedDragRow?.dataItem;
|
|
88
88
|
isPresent(draggedDataItem) && columnFieldsArray.forEach(column => {
|
|
89
89
|
const columnValue = draggedDataItem[column];
|
|
90
|
-
isPresent(columnValue)
|
|
90
|
+
if (isPresent(columnValue)) {
|
|
91
|
+
hintText += `${columnValue} `;
|
|
92
|
+
}
|
|
91
93
|
});
|
|
92
94
|
return hintText.trim();
|
|
93
95
|
}
|
|
@@ -1505,7 +1505,7 @@ export class TreeListComponent {
|
|
|
1505
1505
|
colsForLevel.push(...c.childrenArray.sort((a, b) => a.orderIndex - b.orderIndex));
|
|
1506
1506
|
}
|
|
1507
1507
|
});
|
|
1508
|
-
expandColumnsWithSpan(colsForLevel).
|
|
1508
|
+
expandColumnsWithSpan(colsForLevel).forEach((c, i) => c.orderIndex = i);
|
|
1509
1509
|
if (level < this.columnList.totalColumnLevels()) {
|
|
1510
1510
|
this.updateIndicesForLevel(level + 1);
|
|
1511
1511
|
}
|
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '20.1.
|
|
52
|
+
publishDate: 1761290448,
|
|
53
|
+
version: '20.1.1',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -5607,7 +5607,9 @@ class RowReorderService {
|
|
|
5607
5607
|
const draggedDataItem = draggedDragRow?.dataItem;
|
|
5608
5608
|
isPresent$1(draggedDataItem) && columnFieldsArray.forEach(column => {
|
|
5609
5609
|
const columnValue = draggedDataItem[column];
|
|
5610
|
-
isPresent$1(columnValue)
|
|
5610
|
+
if (isPresent$1(columnValue)) {
|
|
5611
|
+
hintText += `${columnValue} `;
|
|
5612
|
+
}
|
|
5611
5613
|
});
|
|
5612
5614
|
return hintText.trim();
|
|
5613
5615
|
}
|
|
@@ -17739,7 +17741,7 @@ class TreeListComponent {
|
|
|
17739
17741
|
colsForLevel.push(...c.childrenArray.sort((a, b) => a.orderIndex - b.orderIndex));
|
|
17740
17742
|
}
|
|
17741
17743
|
});
|
|
17742
|
-
expandColumnsWithSpan(colsForLevel).
|
|
17744
|
+
expandColumnsWithSpan(colsForLevel).forEach((c, i) => c.orderIndex = i);
|
|
17743
17745
|
if (level < this.columnList.totalColumnLevels()) {
|
|
17744
17746
|
this.updateIndicesForLevel(level + 1);
|
|
17745
17747
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.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": 1761290448,
|
|
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.0.0",
|
|
38
38
|
"@progress/kendo-drawing": "^1.21.0",
|
|
39
39
|
"@progress/kendo-licensing": "^1.7.0",
|
|
40
|
-
"@progress/kendo-angular-buttons": "20.1.
|
|
41
|
-
"@progress/kendo-angular-common": "20.1.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "20.1.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "20.1.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "20.1.
|
|
45
|
-
"@progress/kendo-angular-icons": "20.1.
|
|
46
|
-
"@progress/kendo-angular-inputs": "20.1.
|
|
47
|
-
"@progress/kendo-angular-intl": "20.1.
|
|
48
|
-
"@progress/kendo-angular-l10n": "20.1.
|
|
49
|
-
"@progress/kendo-angular-label": "20.1.
|
|
50
|
-
"@progress/kendo-angular-pager": "20.1.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "20.1.
|
|
52
|
-
"@progress/kendo-angular-popup": "20.1.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "20.1.
|
|
54
|
-
"@progress/kendo-angular-utils": "20.1.
|
|
40
|
+
"@progress/kendo-angular-buttons": "20.1.1",
|
|
41
|
+
"@progress/kendo-angular-common": "20.1.1",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "20.1.1",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "20.1.1",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "20.1.1",
|
|
45
|
+
"@progress/kendo-angular-icons": "20.1.1",
|
|
46
|
+
"@progress/kendo-angular-inputs": "20.1.1",
|
|
47
|
+
"@progress/kendo-angular-intl": "20.1.1",
|
|
48
|
+
"@progress/kendo-angular-l10n": "20.1.1",
|
|
49
|
+
"@progress/kendo-angular-label": "20.1.1",
|
|
50
|
+
"@progress/kendo-angular-pager": "20.1.1",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "20.1.1",
|
|
52
|
+
"@progress/kendo-angular-popup": "20.1.1",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "20.1.1",
|
|
54
|
+
"@progress/kendo-angular-utils": "20.1.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": "20.1.
|
|
59
|
+
"@progress/kendo-angular-schematics": "20.1.1",
|
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '20.1.
|
|
7
|
+
'@progress/kendo-angular-treeview': '20.1.1',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '20.1.
|
|
9
|
+
'@progress/kendo-angular-dialog': '20.1.1',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
|
13
|
-
'@progress/kendo-angular-navigation': '20.1.
|
|
13
|
+
'@progress/kendo-angular-navigation': '20.1.1',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|