@syncfusion/ej2-progressbar
Advanced tools
Comparing version 24.2.3 to 24.2.5
@@ -5,2 +5,8 @@ # Changelog | ||
### ProgressBar | ||
#### Bug Fixes | ||
- `#I548132` - Optimized the inline style of the progress bar. | ||
## 23.2.6 (2023-11-28) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.3 | ||
* version : 24.2.5 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-progressbar@*", | ||
"_id": "@syncfusion/ej2-progressbar@24.1.41", | ||
"_id": "@syncfusion/ej2-progressbar@24.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-lLoDHpOi2Nl9aaPRoKFJC4gZKjyrXgcIT1gxnFHQh5ZRPs1FlvhuWoBy5oSrCcqv0SHlXAaluwX7AGJn6+qlLQ==", | ||
"_integrity": "sha512-QIMwPE2O1tT+IxmdQJWzPDT5BX8eVYqgPZtgT3AWAZVUh0cvcMC1q2yRqEyLihE+HnbL53xF+utms6k4mtJCvw==", | ||
"_location": "/@syncfusion/ej2-progressbar", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-progressbar/-/ej2-progressbar-24.1.41.tgz", | ||
"_shasum": "e0f1daf57a1efdb918e36a6a8e7ac96a7607f050", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-progressbar/-/ej2-progressbar-24.2.3.tgz", | ||
"_shasum": "0f7e6bca2efd58e1bc4cbd99206af2ba19903a6f", | ||
"_spec": "@syncfusion/ej2-progressbar@*", | ||
@@ -36,3 +36,3 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.3", | ||
"@syncfusion/ej2-base": "~24.2.5", | ||
"@syncfusion/ej2-data": "~24.2.3", | ||
@@ -59,5 +59,5 @@ "@syncfusion/ej2-svg-base": "~24.2.3" | ||
"typings": "index.d.ts", | ||
"version": "24.2.3", | ||
"version": "24.2.5", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -130,3 +130,3 @@ import { ProgressAnimation } from '../utils/progress-animation'; | ||
if (((progress.animation.enable && animationMode != 'Disable') || animationMode === 'Enable') && !progress.isIndeterminate && !progress.isActive) { | ||
circularProgress.setAttribute('style', 'clip-path:url(#' + progress.element.id + '_clippath)'); | ||
circularProgress.style.clipPath = 'url(#' + progress.element.id + '_clippath)'; | ||
this.animation.doCircularAnimation(this.centerX, this.centerY, radius, progressEndAngle, progressEnd, linearClipPath, progress, thickness, this.delay, refresh ? previousEnd : null, refresh ? previousTotalEnd : null); | ||
@@ -133,0 +133,0 @@ } |
@@ -141,3 +141,3 @@ import { ProgressAnimation } from '../utils/progress-animation'; | ||
linearProgressGroup.appendChild(progress.clipPath); | ||
linearProgress.setAttribute('style', 'clip-path:url(#' + progress.element.id + '_clippath)'); | ||
linearProgress.style.clipPath = 'url(#' + progress.element.id + '_clippath)'; | ||
this.animation.doLinearAnimation(clipPathLinear, progress, animationdelay, refresh ? previousWidth : 0); | ||
@@ -295,3 +295,3 @@ } | ||
linearLabelGroup.appendChild(clipPath); | ||
linearlabel.setAttribute('style', 'clip-path:url(#' + progress.element.id + '_clippathLabel)'); | ||
linearlabel.style.clipPath = 'url(#' + progress.element.id + '_clippathLabel)'; | ||
this.animation.doLabelAnimation(linearlabel, (isProgressRefresh ? progress.previousLabelWidth : 0), progressWidth - (isProgressRefresh ? progress.previousLabelWidth : 0), progress, this.delay, textSize.width); | ||
@@ -298,0 +298,0 @@ } |
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
1844063
Updated@syncfusion/ej2-base@~24.2.5