@syncfusion/ej2-circulargauge
Advanced tools
Comparing version 21.2.3 to 21.2.10
@@ -7,2 +7,8 @@ <!-- markdownlint-disable MD004 --> | ||
### Circular Gauge | ||
#### Bug fixes | ||
- `#I469483` - The annotation is no longer removed when the pointer tooltip in the Circular Gauge component is removed. | ||
## 21.1.35 (2023-03-23) | ||
@@ -9,0 +15,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 21.2.3 | ||
* version : 21.2.10 | ||
* 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-circulargauge@*", | ||
"_id": "@syncfusion/ej2-circulargauge@21.1.38", | ||
"_id": "@syncfusion/ej2-circulargauge@21.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-kG/CPobeeMEv453IQ5lQWLnUPfJ1NMSQI1hCZgNCGdLJoSsQgNwQRzakDUc+XDZRrtYgCjUdfchztRF8G5jJ6g==", | ||
"_integrity": "sha512-NfusW+nZEWgGbvqr4BC8pTcRWT6KRofs7HX0sUCR9D/qOkCkI+oInJIIOeXUaNZS40GUBWaV8biEsgd0Uum3TQ==", | ||
"_location": "/@syncfusion/ej2-circulargauge", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.1.38.tgz", | ||
"_shasum": "1ad9d21936de73355ecf9c2425f8ee570d2eba96", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-21.2.3.tgz", | ||
"_shasum": "0139c36bce0b47f6d99f0476c6d83add3052add7", | ||
"_spec": "@syncfusion/ej2-circulargauge@*", | ||
@@ -39,4 +39,4 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~21.2.3", | ||
"@syncfusion/ej2-pdf-export": "~21.2.3", | ||
"@syncfusion/ej2-base": "~21.2.9", | ||
"@syncfusion/ej2-pdf-export": "~21.2.10", | ||
"@syncfusion/ej2-svg-base": "~21.2.3" | ||
@@ -85,4 +85,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "21.2.3", | ||
"version": "21.2.10", | ||
"sideEffects": false | ||
} |
@@ -283,3 +283,3 @@ import { Tooltip } from '@syncfusion/ej2-svg-base'; | ||
} | ||
else { | ||
else if (!this.gauge.isAngular) { | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -286,0 +286,0 @@ this.gauge.clearTemplate(); |
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
3879958