@bnsights/bbsf-controls 1.0.61 → 1.0.63
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 +11 -0
- package/bnsights-bbsf-controls-1.0.63.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +55 -12
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Models/FormOptions.js +3 -1
- package/esm2015/lib/Shared/Models/ProfilePictureDTO.js +1 -1
- package/esm2015/lib/Shared/components/ng-tag-input.js +17 -4
- package/esm2015/lib/controls/Form/Form.component.js +8 -5
- package/esm2015/lib/controls/ProfileImageUploader/ProfileImageUploader.component.js +15 -5
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +21 -3
- package/fesm2015/bnsights-bbsf-controls.js +58 -12
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Models/FormOptions.d.ts +1 -0
- package/lib/Shared/Models/ProfilePictureDTO.d.ts +1 -0
- package/lib/Shared/components/ng-tag-input.d.ts +2 -0
- package/lib/controls/TagsInput/TagsInput.component.d.ts +2 -0
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.61.tgz +0 -0
package/README.md
CHANGED
|
@@ -5,6 +5,17 @@ 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
|
+
|
|
9
|
+
##1.0.63 / 18-10-2022
|
|
10
|
+
===================
|
|
11
|
+
* Fix Profile Image Upload control
|
|
12
|
+
|
|
13
|
+
##1.0.62 / 11-10-2022
|
|
14
|
+
===================
|
|
15
|
+
* Fix modal dismiss in form submission success
|
|
16
|
+
* Add new property to (DisableModalDismiss) to FormOptions
|
|
17
|
+
* Fix tags input control, add tag selected text when losing focus if AllowNewSelection set to true
|
|
18
|
+
|
|
8
19
|
##1.0.61 / 10-10-2022
|
|
9
20
|
===================
|
|
10
21
|
* Update tags input control validation (Handle unmatched selection when enabling add new selection)
|
|
Binary file
|