@progress/kendo-angular-treelist 21.0.0-develop.28 → 21.0.0-develop.29
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.
|
@@ -39,7 +39,7 @@ const decorate = (element) => {
|
|
|
39
39
|
};
|
|
40
40
|
const svgIconsMarkup = (viewBox, content, safeTitle) => `
|
|
41
41
|
<span class="k-icon k-svg-icon k-drag-status k-svg-i-cancel">
|
|
42
|
-
<svg
|
|
42
|
+
<svg
|
|
43
43
|
xmlns="http://www.w3.org/2000/svg"
|
|
44
44
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
45
45
|
viewBox="${viewBox}"
|
|
@@ -95,7 +95,11 @@ export class DragHintService {
|
|
|
95
95
|
remove() {
|
|
96
96
|
if (this.dom && this.dom.parentNode) {
|
|
97
97
|
(function (el) {
|
|
98
|
-
setTimeout(() =>
|
|
98
|
+
setTimeout(() => {
|
|
99
|
+
if (isDocumentAvailable()) {
|
|
100
|
+
document.body.removeChild(el);
|
|
101
|
+
}
|
|
102
|
+
});
|
|
99
103
|
})(this.dom); // hack for IE + pointer events!
|
|
100
104
|
this.dom = null;
|
|
101
105
|
}
|
|
@@ -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.0.0-develop.
|
|
13
|
+
publishDate: 1762888964,
|
|
14
|
+
version: '21.0.0-develop.29',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -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: '21.0.0-develop.
|
|
52
|
+
publishDate: 1762888964,
|
|
53
|
+
version: '21.0.0-develop.29',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -3225,7 +3225,7 @@ const decorate = (element) => {
|
|
|
3225
3225
|
};
|
|
3226
3226
|
const svgIconsMarkup = (viewBox, content, safeTitle) => `
|
|
3227
3227
|
<span class="k-icon k-svg-icon k-drag-status k-svg-i-cancel">
|
|
3228
|
-
<svg
|
|
3228
|
+
<svg
|
|
3229
3229
|
xmlns="http://www.w3.org/2000/svg"
|
|
3230
3230
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
3231
3231
|
viewBox="${viewBox}"
|
|
@@ -3281,7 +3281,11 @@ class DragHintService {
|
|
|
3281
3281
|
remove() {
|
|
3282
3282
|
if (this.dom && this.dom.parentNode) {
|
|
3283
3283
|
(function (el) {
|
|
3284
|
-
setTimeout(() =>
|
|
3284
|
+
setTimeout(() => {
|
|
3285
|
+
if (isDocumentAvailable()) {
|
|
3286
|
+
document.body.removeChild(el);
|
|
3287
|
+
}
|
|
3288
|
+
});
|
|
3285
3289
|
})(this.dom); // hack for IE + pointer events!
|
|
3286
3290
|
this.dom = null;
|
|
3287
3291
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
|
3
|
-
"version": "21.0.0-develop.
|
|
3
|
+
"version": "21.0.0-develop.29",
|
|
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": 1762888964,
|
|
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": "21.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-common": "21.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-dateinputs": "21.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-dropdowns": "21.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-excel-export": "21.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "21.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-inputs": "21.0.0-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "21.0.0-develop.
|
|
48
|
-
"@progress/kendo-angular-l10n": "21.0.0-develop.
|
|
49
|
-
"@progress/kendo-angular-label": "21.0.0-develop.
|
|
50
|
-
"@progress/kendo-angular-pager": "21.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-pdf-export": "21.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-popup": "21.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-toolbar": "21.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-utils": "21.0.0-develop.
|
|
40
|
+
"@progress/kendo-angular-buttons": "21.0.0-develop.29",
|
|
41
|
+
"@progress/kendo-angular-common": "21.0.0-develop.29",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "21.0.0-develop.29",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "21.0.0-develop.29",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "21.0.0-develop.29",
|
|
45
|
+
"@progress/kendo-angular-icons": "21.0.0-develop.29",
|
|
46
|
+
"@progress/kendo-angular-inputs": "21.0.0-develop.29",
|
|
47
|
+
"@progress/kendo-angular-intl": "21.0.0-develop.29",
|
|
48
|
+
"@progress/kendo-angular-l10n": "21.0.0-develop.29",
|
|
49
|
+
"@progress/kendo-angular-label": "21.0.0-develop.29",
|
|
50
|
+
"@progress/kendo-angular-pager": "21.0.0-develop.29",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "21.0.0-develop.29",
|
|
52
|
+
"@progress/kendo-angular-popup": "21.0.0-develop.29",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "21.0.0-develop.29",
|
|
54
|
+
"@progress/kendo-angular-utils": "21.0.0-develop.29",
|
|
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": "21.0.0-develop.
|
|
59
|
+
"@progress/kendo-angular-schematics": "21.0.0-develop.29",
|
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
62
62
|
},
|
|
@@ -5,13 +5,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
5
5
|
function default_1(options) {
|
|
6
6
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
|
7
7
|
// peer dep of the dropdowns
|
|
8
|
-
'@progress/kendo-angular-treeview': '21.0.0-develop.
|
|
8
|
+
'@progress/kendo-angular-treeview': '21.0.0-develop.29',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '21.0.0-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '21.0.0-develop.29',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-dateinputs
|
|
14
|
-
'@progress/kendo-angular-navigation': '21.0.0-develop.
|
|
14
|
+
'@progress/kendo-angular-navigation': '21.0.0-develop.29',
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|