@open-rlb/ng-bootstrap 2.3.3 → 2.3.4
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
|
@@ -1375,7 +1375,7 @@ declare class PopoverDirective implements DoCheck, AfterViewInit {
|
|
|
1375
1375
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[popover]", never, { "popover": { "alias": "popover"; "required": true; }; "placement": { "alias": "popover-placement"; "required": false; }; "customClass": { "alias": "popover-class"; "required": false; }; "title": { "alias": "popover-title"; "required": false; }; }, {}, never, never, false, never>;
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
|
-
declare class TooltipDirective implements OnInit, OnChanges {
|
|
1378
|
+
declare class TooltipDirective implements OnInit, OnChanges, OnDestroy {
|
|
1379
1379
|
private elementRef;
|
|
1380
1380
|
private renderer;
|
|
1381
1381
|
static bsInit: boolean;
|
|
@@ -1385,6 +1385,7 @@ declare class TooltipDirective implements OnInit, OnChanges {
|
|
|
1385
1385
|
customClass: string;
|
|
1386
1386
|
html?: boolean;
|
|
1387
1387
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
1388
|
+
ngOnDestroy(): void;
|
|
1388
1389
|
ngOnChanges(changes: SimpleChanges): void;
|
|
1389
1390
|
ngOnInit(): void;
|
|
1390
1391
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|