@energycap/components 0.43.0 → 0.43.1-ECAP-28460-autofocus-issue.20250221-1452

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.
@@ -16,4 +16,5 @@ export interface DialogContent<T> {
16
16
  onDialogSave: EventEmitter<T>;
17
17
  /** An event emitter that will emit an event when the dialog action has been canceled */
18
18
  onDialogCancel: EventEmitter<void>;
19
+ formLoaded?: EventEmitter<void>;
19
20
  }
@@ -84,6 +84,10 @@ export declare class DialogComponent {
84
84
  * A reference of the component once it has been loaded
85
85
  */
86
86
  componentRef?: ComponentRef<any>;
87
+ /** Used to trigger the cdk trap focus auto capture to detect changes and find the first
88
+ * available field to focus in a dialog.
89
+ */
90
+ updateCdkTrapFocusAutoCapture: boolean;
87
91
  private previouslyFocusedElement;
88
92
  constructor(componentFactoryResolver: ComponentFactoryResolver, windowService: WindowService, dialogService: DialogService, documentRef: Document);
89
93
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.43.0",
3
+ "version": "0.43.1-ECAP-28460-autofocus-issue.20250221-1452",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"