@syncfusion/ej2-popups
Advanced tools
Comparing version 20.2.43 to 20.2.45
@@ -5,2 +5,8 @@ # Changelog | ||
### Tooltip | ||
#### Bug Fixes | ||
- `#I395530` - Issue with 'Unable to set a break within the content of the Tooltip component in order to render text in multiple lines' has been resolved. | ||
## 20.2.40 (2022-07-26) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.2.43 | ||
* version : 20.2.45 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-popups@*", | ||
"_id": "@syncfusion/ej2-popups@20.2.40", | ||
"_id": "@syncfusion/ej2-popups@20.2.43", | ||
"_inBundle": false, | ||
"_integrity": "sha512-JpPRhK/9A6PdUeiJrtWZcG4tdalxgpXWihz8XTyJZMWbU9GdM5sByLBedxuldUYV7s2aYY/lKQSadL5EuVNhYg==", | ||
"_integrity": "sha512-jiAlHk3PxTle+vTtQdOrV2CTSJOhH0/9EYZKgCBoiLk5KnE4vhS1vwn9ojinFilse+U8t0a7R4mns0PXeSM5lw==", | ||
"_location": "/@syncfusion/ej2-popups", | ||
@@ -44,4 +44,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.2.40.tgz", | ||
"_shasum": "69e9f8e86797da92c6b1d9b87d380d9f43044fba", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-popups/-/ej2-popups-20.2.43.tgz", | ||
"_shasum": "3cb9745bec47f023393c143d43543083b1997a98", | ||
"_spec": "@syncfusion/ej2-popups@*", | ||
@@ -57,4 +57,4 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.2.43", | ||
"@syncfusion/ej2-buttons": "~20.2.43" | ||
"@syncfusion/ej2-base": "~20.2.45", | ||
"@syncfusion/ej2-buttons": "~20.2.45" | ||
}, | ||
@@ -94,4 +94,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.2.43", | ||
"version": "20.2.45", | ||
"sideEffects": false | ||
} |
@@ -342,3 +342,3 @@ var __extends = (this && this.__extends) || (function () { | ||
for (var i = 0; i < nodeList; i++) { | ||
append(tempArr, tooltipContent); | ||
tooltipContent[append(tempArr, tooltipContent), 'innerHTML'] = this.content; | ||
} | ||
@@ -349,3 +349,2 @@ } | ||
} | ||
this.enableHtmlParse ? append(tempArr, tooltipContent) : tooltipContent['textContent'] = this.content; | ||
} | ||
@@ -352,0 +351,0 @@ } |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3389793
48432