chrv-components 1.10.39 → 1.10.41

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.
@@ -50,6 +50,8 @@ export declare class ChrFormComponent implements OnInit {
50
50
  private initValues;
51
51
  private initControls;
52
52
  private initListeners;
53
+ private hasFile;
54
+ getEncType: () => string;
53
55
  /**
54
56
  * Methods that returns the FormControl for the given input. If no FormControl is found, return null.
55
57
  * @param name input's name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.10.39",
3
+ "version": "1.10.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.3.0",
6
6
  "@angular/core": ">=17.3.0",
package/public-api.d.ts CHANGED
@@ -26,6 +26,7 @@ export * from './lib/chr-toast/chr-toast.component';
26
26
  export * from './lib/chr-default-modal/chr-default-modal.component';
27
27
  export * from './lib/directives/tab-input-only-handler.directive';
28
28
  export * from './lib/directives/tab-to-enter-handler.directive';
29
+ export * from './lib/directives/autofocus.directive';
29
30
  export * from './lib/animations/in-out.animation';
30
31
  export * from './lib/animations/rotation.animation';
31
32
  export * from './lib/services/dialog.service';
Binary file