@energycap/components 0.39.15 → 0.39.16-ECAP-23123-Help-Popover-On-Controls.20240513-1123

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.
@@ -54,6 +54,10 @@ export declare abstract class FormControlBase implements OnInit, OnDestroy, OnCh
54
54
  * Conditionally show a tooltip on the form control's input.
55
55
  */
56
56
  tooltip?: string;
57
+ /**
58
+ * Conditionally show a help popover next to the controls label.
59
+ */
60
+ helpPopover?: string;
57
61
  /**
58
62
  * All current validation errors
59
63
  */
@@ -97,5 +101,5 @@ export declare abstract class FormControlBase implements OnInit, OnDestroy, OnCh
97
101
  */
98
102
  protected translateValidationMessages(data?: any): Promise<void>;
99
103
  static ɵfac: i0.ɵɵFactoryDeclaration<FormControlBase, never>;
100
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlBase, never, never, { "autofocus": "autofocus"; "formModel": "formModel"; "label": "label"; "labelPosition": "labelPosition"; "id": "id"; "pending": "pending"; "required": "required"; "tabindex": "tabindex"; "readonly": "readonly"; "tooltip": "tooltip"; }, {}, never, never, false, never>;
104
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlBase, never, never, { "autofocus": "autofocus"; "formModel": "formModel"; "label": "label"; "labelPosition": "labelPosition"; "id": "id"; "pending": "pending"; "required": "required"; "tabindex": "tabindex"; "readonly": "readonly"; "tooltip": "tooltip"; "helpPopover": "helpPopover"; }, {}, never, never, false, never>;
101
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.39.15",
3
+ "version": "0.39.16-ECAP-23123-Help-Popover-On-Controls.20240513-1123",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },