@bnsights/bbsf-controls 1.0.40 → 1.0.41

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.
@@ -49,4 +49,6 @@ export declare class TagsInputOptions extends ControlOptionsBase {
49
49
  /** allow add value of TagInput dosn't exist in list*/
50
50
  AllowNewSelection: boolean;
51
51
  ValidationToken: string;
52
+ /**Set Extra Filters*/
53
+ ExtraFilters: string;
52
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
Binary file