@bnsights/bbsf-controls 1.0.44 → 1.0.45
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 +6 -1
- package/bnsights-bbsf-controls-1.0.45.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +12 -10
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Models/PagingPayload.js +3 -0
- package/esm2015/lib/controls/Form/Form.component.js +2 -5
- package/esm2015/lib/controls/Paging/Paging.component.js +13 -8
- package/fesm2015/bnsights-bbsf-controls.js +12 -10
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/Shared/Models/PagingPayload.d.ts +5 -0
- package/package.json +1 -1
- package/bnsights-bbsf-controls-1.0.44.tgz +0 -0
package/README.md
CHANGED
|
@@ -6,7 +6,12 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
|
|
|
6
6
|
|
|
7
7
|
# Change Log
|
|
8
8
|
|
|
9
|
-
## 1.0.
|
|
9
|
+
## 1.0.45 / 23-6-2022
|
|
10
|
+
===================
|
|
11
|
+
* Change paging control update items action,Pass PagingPayload object in body instead of params
|
|
12
|
+
* Fix bug in form control ngAfterViewInit
|
|
13
|
+
|
|
14
|
+
## 1.0.44 / 14-6-2022
|
|
10
15
|
===================
|
|
11
16
|
* Fix bugs in DropDown,TagsInput controls
|
|
12
17
|
|
|
Binary file
|