@bnsights/bbsf-controls 1.0.56 → 1.0.58
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-1.0.58.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +66 -29
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/components/ng-tag-input.js +5 -2
- package/esm2015/lib/controls/Repeater/repeater-table/repeater-table.component.js +7 -4
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +47 -15
- package/fesm2015/bnsights-bbsf-controls.js +55 -18
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/controls/TagsInput/TagsInput.component.d.ts +6 -3
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.55.tgz +0 -0
- package/bnsights-bbsf-controls-1.0.56.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.58 / 19-9-2022
|
|
10
|
+
===================
|
|
11
|
+
* Update tag-input control to allow reset and delete
|
|
12
|
+
* Update repeater control
|
|
13
|
+
|
|
14
|
+
## 1.0.57 / 11-9-2022
|
|
15
|
+
===================
|
|
16
|
+
* Fix tags input (hanle backspace to remove no matched error)
|
|
17
|
+
|
|
9
18
|
## 1.0.53 / 18-8-2022
|
|
10
19
|
===================
|
|
11
20
|
* Update Location control(delete value when value empty)
|
|
Binary file
|