@bnsights/bbsf-controls 1.0.76 → 1.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -6
- package/bnsights-bbsf-controls-1.0.77.tgz +0 -0
- package/bundles/bnsights-bbsf-controls.umd.js +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +2 -2
- package/fesm2015/bnsights-bbsf-controls.js +1 -1
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.76.tgz +0 -0
package/README.md
CHANGED
|
@@ -5,14 +5,9 @@ BBSF Controls package is part of BBSF 3 packages. It has all the form controls t
|
|
|
5
5
|
For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsights.com/controls) or [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
|
-
## 1.0.
|
|
8
|
+
## 1.0.77 / 11-1-2022
|
|
9
9
|
===================
|
|
10
10
|
* Solve Image Control Bug
|
|
11
|
-
|
|
12
|
-
## 1.0.75 / 11-1-2022
|
|
13
|
-
===================
|
|
14
|
-
* Solve Image Control Bug
|
|
15
|
-
|
|
16
11
|
## 1.0.74 / 9-1-2022
|
|
17
12
|
===================
|
|
18
13
|
* Add UI Changes
|
|
Binary file
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
if (!this.options.DefaultImageSrc)
|
|
3593
3593
|
this.options.DefaultImageSrc = this.globalSettings.DefaultImageSrc;
|
|
3594
3594
|
//Set img src by default value
|
|
3595
|
-
this.ImageSource = this.options.DefaultImageSrc;
|
|
3595
|
+
// this.ImageSource = this.options.DefaultImageSrc;
|
|
3596
3596
|
if (this.options.AllowImageCropper) {
|
|
3597
3597
|
this.config = {
|
|
3598
3598
|
aspectRatio: this.options.ImageCropperWidth / this.options.ImageCropperHeight,
|