chrv-components 1.10.49 → 1.10.51

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.
@@ -9,9 +9,18 @@ import * as i0 from "@angular/core";
9
9
  export declare class ChrFileInputComponent extends ChrBaseInputComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnDestroy {
10
10
  private fileService;
11
11
  private toastService;
12
+ /**
13
+ * An array of string that contains each type that should be accepted by the input
14
+ */
12
15
  accept: string[];
16
+ /**
17
+ * Whether or not the input should allow multiple file selection
18
+ */
13
19
  multiple: boolean;
14
20
  valueDisplay: string | null;
21
+ /**
22
+ * Whether or not the progress bar that display a file's conversion progress will be editable by the user
23
+ */
15
24
  editable: boolean;
16
25
  errors: {
17
26
  [index: number]: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.10.49",
3
+ "version": "1.10.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.3.0",
6
6
  "@angular/core": ">=17.3.0",
Binary file