@myrtex-org/form 1.0.41 → 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.
@@ -17,11 +17,13 @@ export declare class InputFileComponent extends BaseFieldComponent<InputFileBase
17
17
  private _changeFileSubject$;
18
18
  private _fileSubscriptions$;
19
19
  private _isFileCheckRequired;
20
+ private _isFileCanEditObject;
20
21
  applicationId$: Observable<string>;
21
22
  files: any[];
22
23
  ngOnInit(): void;
23
24
  get apiUrl(): string;
24
25
  get getInvalid(): boolean;
26
+ get disabled(): boolean;
25
27
  ngOnDestroy(): void;
26
28
  filesChanged(files: InputFileModel[]): void;
27
29
  deleteFile(file: InputFileModel): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrtex-org/form",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"