@syncfusion/ej2-progressbar
Advanced tools
Comparing version 22.1.34 to 22.1.36
@@ -5,2 +5,8 @@ # Changelog | ||
### ProgressBar | ||
#### Bug Fixes | ||
- `#I470963` - Fixed an issue where the progress bar displaying an extra segment at the end. | ||
## 21.1.37 (2023-03-29) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 22.1.34 | ||
* version : 21.1.36 | ||
* 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-progressbar@*", | ||
"_id": "@syncfusion/ej2-progressbar@18.15.4", | ||
"_id": "@syncfusion/ej2-progressbar@21.1.36", | ||
"_inBundle": false, | ||
"_integrity": "sha512-F6ZbqoKeggGCvdMA8v7XagXYkqoVsRkkK/h+CmRS7Z51/dHvSWGqgca9jH3d1Kjaqv+LLOd1xgJdHaDvzgo1pA==", | ||
"_integrity": "sha512-CzBPPJdZBaSgTwta9GZj8dfEBpPUJCTpIuHGv8FUhg3+1XK/8oO/DAb9Nr4NMTghBNASfVWCEhg8aJo9/PEOQA==", | ||
"_location": "/@syncfusion/ej2-progressbar", | ||
@@ -21,3 +21,2 @@ "_phantomChildren": {}, | ||
"/", | ||
"/@syncfusion/ej2", | ||
"/@syncfusion/ej2-angular-progressbar", | ||
@@ -27,6 +26,6 @@ "/@syncfusion/ej2-react-progressbar", | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-progressbar/-/ej2-progressbar-18.15.4.tgz", | ||
"_shasum": "20cec400cff95f06541b1dc67bc9717c410a1835", | ||
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-progressbar/-/ej2-progressbar-21.1.36.tgz", | ||
"_shasum": "6d849499546ea7c846d000e34e2b235f0e235f73", | ||
"_spec": "@syncfusion/ej2-progressbar@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"_where": "D:\\june 2023\\progressbar package publish", | ||
"author": { | ||
@@ -38,3 +37,3 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~22.1.34", | ||
"@syncfusion/ej2-data": "~22.1.34", | ||
"@syncfusion/ej2-data": "~22.1.36", | ||
"@syncfusion/ej2-svg-base": "~22.1.34" | ||
@@ -46,2 +45,3 @@ }, | ||
"es2015": "./dist/es6/ej2-progressbar.es5.js", | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls", | ||
"keywords": [ | ||
@@ -60,6 +60,5 @@ "ej2", | ||
}, | ||
"sideEffects": false, | ||
"typings": "index.d.ts", | ||
"version": "22.1.34", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} | ||
"version": "22.1.36" | ||
} |
@@ -25,2 +25,3 @@ import { lineCapRadius, completeAngle } from '../model/constant'; | ||
var count = Math.ceil(width / avlWidth); | ||
count = (count > progress.segmentCount) ? progress.segmentCount : count; | ||
var segWidth; | ||
@@ -27,0 +28,0 @@ var color; |
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
1815744
12793