@bnsights/bbsf-controls 1.0.179 → 1.0.180

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,7 +25,6 @@ export declare class FileUploadComponent implements OnInit, AfterViewInit, OnDes
25
25
  private readonly ERROR_DISPLAY_DURATION;
26
26
  private readonly MAX_MEMORY_USAGE;
27
27
  private currentMemoryUsage;
28
- private hasClearedRequiredError;
29
28
  fileInput: ElementRef<HTMLInputElement>;
30
29
  isSubmitted: boolean;
31
30
  group: FormGroup;
@@ -90,7 +89,6 @@ export declare class FileUploadComponent implements OnInit, AfterViewInit, OnDes
90
89
  private validateMinFileCount;
91
90
  private validateMaxFileCount;
92
91
  private showFileCountError;
93
- private forceValidationErrorDisplay;
94
92
  private clearFileCountError;
95
93
  private validateTotalFileSize;
96
94
  private showTotalSizeError;
@@ -119,7 +117,6 @@ export declare class FileUploadComponent implements OnInit, AfterViewInit, OnDes
119
117
  private setupMultipleFileModel;
120
118
  private updateFormControl;
121
119
  private preserveErrorsAndUpdateValue;
122
- private hasValidFileValue;
123
120
  private handlePatchAndEmit;
124
121
  removeFromControlValue(item: FileItem): void;
125
122
  private handleAsyncFileDeletion;
@@ -130,14 +127,8 @@ export declare class FileUploadComponent implements OnInit, AfterViewInit, OnDes
130
127
  private handleExistingFileRemoval;
131
128
  private removeFromUploadedFiles;
132
129
  private validateRemainingFiles;
133
- private reEvaluateAllValidations;
134
- private clearObsoleteValidationErrors;
135
- private reValidateFileCountConstraints;
136
- private reValidateTotalFileSize;
137
- private reValidateIndividualFiles;
138
130
  private updateMultipleFileModel;
139
131
  removeRequiredValidation: () => void;
140
- removeRequiredValidatorOnly: () => void;
141
132
  addRequiredValidation: () => void;
142
133
  removeCustomValidation: (customValidation: any) => void;
143
134
  addCustomValidation: (customValidation: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.179",
3
+ "version": "1.0.180",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@angular/google-maps": "^17.0.3",
16
- "@bnsights/bbsf-utilities": "^1.0.62",
16
+ "@bnsights/bbsf-utilities": "^1.0.64",
17
17
  "@danielmoncada/angular-datetime-picker": "^17.0.0",
18
18
  "@fullcalendar/angular": "^6.1.10",
19
19
  "@fullcalendar/core": "^6.1.10",