@klippa/ngx-enhancy-forms 20.0.12 → 20.0.14
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.
package/index.d.ts
CHANGED
|
@@ -239,9 +239,10 @@ declare class ButtonComponent {
|
|
|
239
239
|
|
|
240
240
|
declare class CheckboxComponent extends ValueAccessorBase<boolean> {
|
|
241
241
|
caption: string;
|
|
242
|
+
description: string;
|
|
242
243
|
renderUndefinedAsIndeterminate: boolean;
|
|
243
244
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
244
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "klp-form-checkbox", never, { "caption": { "alias": "caption"; "required": false; }; "renderUndefinedAsIndeterminate": { "alias": "renderUndefinedAsIndeterminate"; "required": false; }; }, {}, never, never, false, never>;
|
|
245
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "klp-form-checkbox", never, { "caption": { "alias": "caption"; "required": false; }; "description": { "alias": "description"; "required": false; }; "renderUndefinedAsIndeterminate": { "alias": "renderUndefinedAsIndeterminate"; "required": false; }; }, {}, never, never, false, never>;
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
declare const invalidDateKey = "--invalid_date--";
|
|
@@ -652,6 +653,8 @@ declare class WithTooltipDirective {
|
|
|
652
653
|
private templateInstance;
|
|
653
654
|
private viewRefForTemplate;
|
|
654
655
|
constructor(el: ElementRef, appRef: ApplicationRef, ngZone: NgZone);
|
|
656
|
+
private cleanUpTooltipFromDom;
|
|
657
|
+
ngOnDestroy(): void;
|
|
655
658
|
hookUpTemplate(): void;
|
|
656
659
|
cleanUpTemplate(): void;
|
|
657
660
|
static ɵfac: i0.ɵɵFactoryDeclaration<WithTooltipDirective, never>;
|