@bnsights/bbsf-controls 1.0.44 → 1.0.47

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 CHANGED
@@ -6,7 +6,23 @@ For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsigh
6
6
 
7
7
  # Change Log
8
8
 
9
- ## 1.0.44 / 14-6-2022
9
+ ## 1.0.47 / 5-7-2022
10
+ ===================
11
+ * Add DisableBlockUI and StartPagingCallback to paging control options
12
+
13
+ ## 1.0.46 / 4-7-2022
14
+ ===================
15
+ * [Paging control] Add clearFilter method to reset all filters
16
+ * [PagingOptions] Add property (ResetFilterButtonName) (string), to select button that clears filters
17
+ * [Paging control] Check for ResetFilterButtonName, if not null then add event listener (click) to call clearFilter method
18
+ * [Paging control] Add method (getFiltersValue) to get all filters in paging, Usually used in export method
19
+
20
+ ## 1.0.45 / 23-6-2022
21
+ ===================
22
+ * Change paging control update items action,Pass PagingPayload object in body instead of params
23
+ * Fix bug in form control ngAfterViewInit
24
+
25
+ ## 1.0.44 / 14-6-2022
10
26
  ===================
11
27
  * Fix bugs in DropDown,TagsInput controls
12
28