@syncfusion/ej2-lists
Advanced tools
Comparing version 28.1.37 to 28.2.3
/*! | ||
* filename: index.d.ts | ||
* version : 28.1.37 | ||
* version : 28.2.3 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-lists@*", | ||
"_id": "@syncfusion/ej2-lists@28.1.33", | ||
"_id": "@syncfusion/ej2-lists@28.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-jsTPB1Muo45jK17PcD4qBOhpNkmS55tD4cmLvQ7Cv2dBC2Qk4JeOnQEMksFjuLh1fC8nOsfYjy/39bHjC/Hf4A==", | ||
"_integrity": "sha512-F3XtJcn5MPMsviyoDOPZm1tRkRfHFiXK0j5JJshg6tjULETxbsMeq6GwtZ3PO4zQYFVEPOz59VGdXTREVwOZhQ==", | ||
"_location": "/@syncfusion/ej2-lists", | ||
@@ -21,2 +21,3 @@ "_phantomChildren": {}, | ||
"/", | ||
"/@syncfusion/ej2", | ||
"/@syncfusion/ej2-angular-lists", | ||
@@ -34,7 +35,8 @@ "/@syncfusion/ej2-calendars", | ||
"/@syncfusion/ej2-react-lists", | ||
"/@syncfusion/ej2-ribbon", | ||
"/@syncfusion/ej2-schedule", | ||
"/@syncfusion/ej2-vue-lists" | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-28.1.33.tgz", | ||
"_shasum": "263e5544a516a40ac920e898108a993680a36fae", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-lists/-/ej2-lists-28.1.37.tgz", | ||
"_shasum": "9da744980db16cabc444ab6087cab6e128ad68be", | ||
"_spec": "@syncfusion/ej2-lists@*", | ||
@@ -47,6 +49,6 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~28.1.33", | ||
"@syncfusion/ej2-buttons": "~28.1.37", | ||
"@syncfusion/ej2-data": "~28.1.33", | ||
"@syncfusion/ej2-popups": "~28.1.33" | ||
"@syncfusion/ej2-base": "~28.2.3", | ||
"@syncfusion/ej2-buttons": "~28.2.3", | ||
"@syncfusion/ej2-data": "~28.2.3", | ||
"@syncfusion/ej2-popups": "~28.2.3" | ||
}, | ||
@@ -91,5 +93,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "28.1.37", | ||
"version": "28.2.3", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -73,2 +73,2 @@ # ej2-lists | ||
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. | ||
© Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. |
@@ -262,2 +262,14 @@ /* eslint-disable no-inner-declarations */ | ||
anchorElement = li.querySelector('.' + cssClass.anchorWrap); | ||
if (Object.prototype.hasOwnProperty.call(fieldData, fields.tooltip)) { | ||
var tooltipText = fieldData[fields.tooltip]; | ||
if (options && options.enableHtmlSanitizer) { | ||
tooltipText = SanitizeHtmlHelper.sanitize(tooltipText); | ||
} | ||
else { | ||
var tooltipTextElement = createElement('span', { innerHTML: tooltipText }); | ||
tooltipText = tooltipTextElement.innerText; | ||
tooltipTextElement = null; | ||
} | ||
li.setAttribute('title', tooltipText); | ||
} | ||
if (curOpt.itemNavigable && checkboxElement.length) { | ||
@@ -830,2 +842,5 @@ prepend(checkboxElement, li.firstElementChild); | ||
} | ||
if (options && options.enableHtmlSanitizer) { | ||
text = SanitizeHtmlHelper.sanitize(text); | ||
} | ||
if (grpLI) { | ||
@@ -949,4 +964,3 @@ li.innerText = text; | ||
if (options && options.enableHtmlSanitizer) { | ||
// eslint-disable-next-line no-self-assign | ||
text = text; | ||
text = SanitizeHtmlHelper.sanitize(text); | ||
} | ||
@@ -1003,3 +1017,3 @@ var li = createElement('li', { | ||
if (options && options.enableHtmlSanitizer) { | ||
element.innerText = SanitizeHtmlHelper.sanitize(text); | ||
element.innerText = text; | ||
} | ||
@@ -1006,0 +1020,0 @@ else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3398956
44520
+ Added@syncfusion/ej2-base@28.2.3(transitive)
+ Added@syncfusion/ej2-buttons@28.2.3(transitive)
+ Added@syncfusion/ej2-data@28.2.3(transitive)
+ Added@syncfusion/ej2-icons@28.2.3(transitive)
+ Added@syncfusion/ej2-popups@28.2.3(transitive)
- Removed@syncfusion/ej2-base@28.1.33(transitive)
- Removed@syncfusion/ej2-buttons@28.1.39(transitive)
- Removed@syncfusion/ej2-data@28.1.33(transitive)
- Removed@syncfusion/ej2-icons@28.1.33(transitive)
- Removed@syncfusion/ej2-popups@28.1.39(transitive)
Updated@syncfusion/ej2-base@~28.2.3
Updated@syncfusion/ej2-data@~28.2.3