@bnsights/bbsf-controls 1.0.43 → 1.0.46

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