@bnsights/bbsf-controls 1.0.182 → 1.0.183
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 +8 -0
- package/esm2022/lib/controls/FileUpload/FileUpload.component.mjs +14 -11
- package/esm2022/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.mjs +3 -3
- package/esm2022/lib/controls/TextArea/TextArea.component.mjs +140 -5
- package/fesm2022/bnsights-bbsf-controls.mjs +154 -16
- package/fesm2022/bnsights-bbsf-controls.mjs.map +1 -1
- package/lib/controls/FileUpload/FileUpload.component.d.ts +0 -8
- package/lib/controls/TextArea/TextArea.component.d.ts +9 -0
- package/package.json +1 -1
- package/src/lib/assets/sass/textarea.scss +59 -2
package/README.md
CHANGED
|
@@ -6,6 +6,14 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
|
|
|
6
6
|
|
|
7
7
|
## Change Log
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
## 1.0.183 03-09-2025
|
|
11
|
+
|
|
12
|
+
====================
|
|
13
|
+
|
|
14
|
+
- Fix FileUpload issues
|
|
15
|
+
- Fix TextArea SpeechRecognition issue.
|
|
16
|
+
|
|
9
17
|
## 1.0.182 28-08-2025
|
|
10
18
|
|
|
11
19
|
====================
|