@syncfusion/ej2-progressbar
Advanced tools
Comparing version 24.2.9 to 25.1.35
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.9 | ||
* version : 25.1.35 | ||
* 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.2.5", | ||
"_id": "@syncfusion/ej2-progressbar@24.2.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-2EuwaaRt838Cn8vuhgOEvhkzMXu+paCFbGxdy+gpoRILB/OLeXrlG/ulZ/J/HNfnKLbU13yYRAWxksZg7aGz2Q==", | ||
"_integrity": "sha512-CnXko2k1aLYb9SEtIaNHrR/f5lZBPT1EH/rJgh4rCYWnE2bTiqjlMo6MaBzhsICO0/xKIupmkP7Fosy/C5iwnA==", | ||
"_location": "/@syncfusion/ej2-progressbar", | ||
@@ -26,6 +26,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-progressbar/-/ej2-progressbar-24.2.5.tgz", | ||
"_shasum": "cca07612c8105401985613feae180c61836244dc", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-progressbar/-/ej2-progressbar-24.2.3.tgz", | ||
"_shasum": "e2481ef11eb0f6f6bc01d2fd63bea48cb00348d6", | ||
"_spec": "@syncfusion/ej2-progressbar@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"author": { | ||
@@ -36,5 +36,5 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.7", | ||
"@syncfusion/ej2-data": "~24.2.3", | ||
"@syncfusion/ej2-svg-base": "~24.2.3" | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-data": "~25.1.35", | ||
"@syncfusion/ej2-svg-base": "~25.1.35" | ||
}, | ||
@@ -59,5 +59,5 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "24.2.9", | ||
"version": "25.1.35", | ||
"sideEffects": false, | ||
"homepage": "https://www.syncfusion.com/javascript-ui-controls" | ||
} |
@@ -56,6 +56,6 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.scaleY = 1; | ||
/** ProgressTooltip module to use tooltip */ | ||
_this.progressTooltipModule = new ProgressTooltip(_this); | ||
ProgressBar_1.Inject(ProgressTooltip); | ||
return _this; | ||
} | ||
ProgressBar_1 = ProgressBar; | ||
ProgressBar.prototype.getModuleName = function () { | ||
@@ -498,3 +498,3 @@ return 'progressbar'; | ||
modules.push({ | ||
member: 'Tooltip', | ||
member: 'ProgressTooltip', | ||
args: [this] | ||
@@ -551,2 +551,3 @@ }); | ||
}; | ||
var ProgressBar_1; | ||
__decorate([ | ||
@@ -702,3 +703,3 @@ Property('Linear') | ||
], ProgressBar.prototype, "rangeColors", void 0); | ||
ProgressBar = __decorate([ | ||
ProgressBar = ProgressBar_1 = __decorate([ | ||
NotifyPropertyChanges | ||
@@ -705,0 +706,0 @@ ], ProgressBar); |
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
2014208
75
16884
+ Added@syncfusion/ej2-base@25.1.35(transitive)
+ Added@syncfusion/ej2-data@25.1.35(transitive)
+ Added@syncfusion/ej2-icons@25.1.35(transitive)
+ Added@syncfusion/ej2-svg-base@25.1.37(transitive)
- Removed@syncfusion/ej2-base@24.2.8(transitive)
- Removed@syncfusion/ej2-data@24.2.3(transitive)
- Removed@syncfusion/ej2-icons@24.2.3(transitive)
- Removed@syncfusion/ej2-svg-base@24.2.3(transitive)