@bnsights/bbsf-controls 1.2.16 → 1.2.17

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.
@@ -22,7 +22,6 @@ export declare class FileUploadComponent implements OnInit, AfterViewInit, OnDes
22
22
  isUploadComplete: EventEmitter<any>;
23
23
  fileUploadFormControl: AbstractControl;
24
24
  validationMessage: string;
25
- validationCountMessage: string;
26
25
  uploader: FileUploader;
27
26
  hasAnotherDropZoneOver: boolean;
28
27
  acceptedType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.14",
6
6
  "@angular/cdk": "^19.2.19",