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