@bnsights/bbsf-controls 1.0.41 → 1.0.42
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 +9 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +8 -7
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Enums/Enums.js +2 -1
- package/esm2015/lib/Shared/Enums/FileType.js +2 -2
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +1 -3
- package/esm2015/lib/controls/FileUplaod/FileUplaod.component.js +2 -2
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +3 -3
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +3 -1
- package/esm2015/lib/controls/TextBox/TextBox.component.js +2 -2
- package/fesm2015/bnsights-bbsf-controls.js +8 -7
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Enums/Enums.d.ts +2 -1
- package/lib/Shared/Enums/FileType.d.ts +1 -1
- package/lib/controls/FileUplaod/FileUplaod.component.d.ts +1 -1
- package/package.json +2 -2
- package/bnsights-bbsf-controls-1.0.41.tgz +0 -0
package/README.md
CHANGED
|
@@ -6,6 +6,15 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
|
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
8
|
|
|
9
|
+
## 1.0.42 / 2-6-2022
|
|
10
|
+
===================
|
|
11
|
+
*Fix FileUpload "Upload" resource
|
|
12
|
+
*Fix MultiLingualTextBox Arabic validation
|
|
13
|
+
*Fix TextBox Arabic validation
|
|
14
|
+
*Fix TagsInput noItemsMAtch message
|
|
15
|
+
*Add AreaOfFocus Guid to Enums
|
|
16
|
+
*Fix License FileType to BN
|
|
17
|
+
|
|
9
18
|
##1.0.40/ 25-5-2022
|
|
10
19
|
===================
|
|
11
20
|
* Update repeater model
|