@syncfusion/ej2-circulargauge
Advanced tools
Comparing version 17.4.39 to 17.4.41
@@ -7,2 +7,8 @@ <!-- markdownlint-disable MD004 --> | ||
### CircularGauge | ||
#### Bug Fixes | ||
- `#256184` - The unwanted div element appended in the DOM is removed now. | ||
## 17.3.9-beta (2019-09-20) | ||
@@ -9,0 +15,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.4.39 | ||
* version : 17.4.41 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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@17.2.48", | ||
"_id": "@syncfusion/ej2-circulargauge@17.4.39", | ||
"_inBundle": false, | ||
"_integrity": "sha512-KC5FzheRpBeFRzD1Yc9w+ZfrHJKU8NY3X4lsQKGFEdvRZKEhJFzCqXAj2Enni8TxEoT7N+AKDiuVT0N9UZwhDA==", | ||
"_integrity": "sha512-f97YXJfoVHdAP1k/Pgzc1+qYvEsE3Y/kJARTavOgbwa8YcjWco30Vhq1eveC4lfNqA7bEG8V1zRlE7twCAlvUQ==", | ||
"_location": "/@syncfusion/ej2-circulargauge", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.2.48.tgz", | ||
"_shasum": "b06436767765d99a9a09c9150ba2df3458aaec5b", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-circulargauge/-/ej2-circulargauge-17.4.39.tgz", | ||
"_shasum": "9ea04b588e02a24500388d561e94d2b8ba67f2f7", | ||
"_spec": "@syncfusion/ej2-circulargauge@*", | ||
@@ -39,4 +39,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.4.39", | ||
"@syncfusion/ej2-svg-base": "~17.4.39" | ||
"@syncfusion/ej2-base": "~17.4.41", | ||
"@syncfusion/ej2-svg-base": "~17.4.41" | ||
}, | ||
@@ -73,4 +73,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.4.39", | ||
"version": "17.4.41", | ||
"sideEffects": false | ||
} |
@@ -463,2 +463,3 @@ var __extends = (this && this.__extends) || (function () { | ||
this.trigger(loaded, this.isBlazor ? {} : { gauge: this }); | ||
removeElement("gauge-measuretext"); | ||
}; | ||
@@ -465,0 +466,0 @@ /** |
@@ -36,3 +36,3 @@ var __extends = (this && this.__extends) || (function () { | ||
var style = 'position: absolute; visibility: hidden;' + | ||
';left: 0; top: -100; white-space: nowrap;' + getFontStyle(font); | ||
';left: 0px; top: -100px; white-space: nowrap;' + getFontStyle(font); | ||
htmlObject.innerHTML = text; | ||
@@ -39,0 +39,0 @@ htmlObject.setAttribute('style', style); |
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
2338833
17794