@bnsights/bbsf-controls 1.0.39 → 1.0.42

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.
@@ -25,5 +25,6 @@ export declare enum DataType {
25
25
  Challenge = "48C419CE-5306-4F6B-87A3-F016E522D9E3",
26
26
  CoverPhoto = "9CC8C0BB-C670-466F-A632-8632FF5C1296",
27
27
  InnovationLab = "4B914ED0-8B36-4E24-B85E-9A04C9F266BE",
28
- Country = "342AA701-76C7-4E5D-8056-407BFC86F888"
28
+ Country = "342AA701-76C7-4E5D-8056-407BFC86F888",
29
+ AreaOfFocus = "06a4cfb7-216a-4a60-8388-7a859aab90b4"
29
30
  }
@@ -9,7 +9,7 @@ export declare enum FileType {
9
9
  ZIP = "application/zip",
10
10
  RAR = "application/x-rar-compressed",
11
11
  VIDEO = "video/webm,video/ogg,video/mp4,video/quicktime,video/x-msvideo,video/x-ms-wmv",
12
- License = "application/octet-stream",
12
+ License = "application/BN",
13
13
  Xml = "text/xml",
14
14
  OctetSteam = "application/octet-stream",
15
15
  Txt = "text/plain",
@@ -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
  }
@@ -11,7 +11,7 @@ export declare class FileUploadComponent implements OnInit {
11
11
  private controlContainer;
12
12
  MultipleFileUplaodControlHost: FormGroupDirective;
13
13
  private controlUtility;
14
- private UtilityService;
14
+ UtilityService: UtilityService;
15
15
  private controlValidationService;
16
16
  private globalSettings;
17
17
  static controlContainerstatic: any;
@@ -41,6 +41,7 @@ export declare class ImageUploaderComponent implements OnInit {
41
41
  markAllAsTouched: boolean;
42
42
  validationRules: any[];
43
43
  validationRulesasync: any[];
44
+ maxFileSize: number;
44
45
  constructor(zone: NgZone, controlUtility: ControlUtility, controlContainer: ControlContainer, ImageUplaoderControlHost: FormGroupDirective, UtilityService: UtilityService, controlValidationService: ControlValidationService, globalSettings: GlobalSettings);
45
46
  ngOnInit(): void;
46
47
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.39",
3
+ "version": "1.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~12.2.12",
6
6
  "@angular/core": "~12.2.12"
@@ -21,7 +21,7 @@
21
21
  "@angular/platform-browser": "~12.2.12",
22
22
  "@angular/platform-browser-dynamic": "~12.2.12",
23
23
  "@angular/router": "~12.2.12",
24
- "@bnsights/bbsf-utilities": "1.0.19",
24
+ "@bnsights/bbsf-utilities": "1.0.20",
25
25
  "@fortawesome/fontawesome-free": "^5.15.2",
26
26
  "google-libphonenumber": "^3.2.17",
27
27
  "@fullcalendar/angular": "^5.5.0",
Binary file