@progress/kendo-angular-treelist 20.1.1 → 20.1.2-develop.2
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.
|
@@ -82,7 +82,8 @@ export class DragHintService {
|
|
|
82
82
|
}
|
|
83
83
|
this.dom = document.createElement("div");
|
|
84
84
|
decorate(this.dom);
|
|
85
|
-
const
|
|
85
|
+
const sanitized = this.sanitizer.sanitize(SecurityContext.HTML, title);
|
|
86
|
+
const safeTitle = sanitized?.replace(/<[^>]*>/g, '');
|
|
86
87
|
const innerHtml = this.isSVG ?
|
|
87
88
|
svgIconsMarkup(this.cancelIcon.viewBox, this.cancelIcon.content, safeTitle) :
|
|
88
89
|
fontIconsMarkup(safeTitle);
|
|
@@ -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: 1761310071,
|
|
14
|
+
version: '20.1.2-develop.2',
|
|
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: '20.1.
|
|
52
|
+
publishDate: 1761310071,
|
|
53
|
+
version: '20.1.2-develop.2',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -3268,7 +3268,8 @@ class DragHintService {
|
|
|
3268
3268
|
}
|
|
3269
3269
|
this.dom = document.createElement("div");
|
|
3270
3270
|
decorate(this.dom);
|
|
3271
|
-
const
|
|
3271
|
+
const sanitized = this.sanitizer.sanitize(SecurityContext.HTML, title);
|
|
3272
|
+
const safeTitle = sanitized?.replace(/<[^>]*>/g, '');
|
|
3272
3273
|
const innerHtml = this.isSVG ?
|
|
3273
3274
|
svgIconsMarkup(this.cancelIcon.viewBox, this.cancelIcon.content, safeTitle) :
|
|
3274
3275
|
fontIconsMarkup(safeTitle);
|
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.2-develop.2",
|
|
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": 1761310071,
|
|
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.2-develop.2",
|
|
41
|
+
"@progress/kendo-angular-common": "20.1.2-develop.2",
|
|
42
|
+
"@progress/kendo-angular-dateinputs": "20.1.2-develop.2",
|
|
43
|
+
"@progress/kendo-angular-dropdowns": "20.1.2-develop.2",
|
|
44
|
+
"@progress/kendo-angular-excel-export": "20.1.2-develop.2",
|
|
45
|
+
"@progress/kendo-angular-icons": "20.1.2-develop.2",
|
|
46
|
+
"@progress/kendo-angular-inputs": "20.1.2-develop.2",
|
|
47
|
+
"@progress/kendo-angular-intl": "20.1.2-develop.2",
|
|
48
|
+
"@progress/kendo-angular-l10n": "20.1.2-develop.2",
|
|
49
|
+
"@progress/kendo-angular-label": "20.1.2-develop.2",
|
|
50
|
+
"@progress/kendo-angular-pager": "20.1.2-develop.2",
|
|
51
|
+
"@progress/kendo-angular-pdf-export": "20.1.2-develop.2",
|
|
52
|
+
"@progress/kendo-angular-popup": "20.1.2-develop.2",
|
|
53
|
+
"@progress/kendo-angular-toolbar": "20.1.2-develop.2",
|
|
54
|
+
"@progress/kendo-angular-utils": "20.1.2-develop.2",
|
|
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.2-develop.2",
|
|
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.2-develop.2',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '20.1.
|
|
9
|
+
'@progress/kendo-angular-dialog': '20.1.2-develop.2',
|
|
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.2-develop.2',
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|