master-control 0.3.25 → 0.3.27

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.
@@ -0,0 +1,16 @@
1
+ import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CustomizedTooltipDirective {
4
+ private el;
5
+ private vcr;
6
+ template: TemplateRef<any>;
7
+ private tooltipElement;
8
+ private showTimeout;
9
+ private hideTimeout;
10
+ constructor(el: ElementRef, vcr: ViewContainerRef);
11
+ showTooltip(): void;
12
+ hideTooltip(): void;
13
+ ngOnDestroy(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomizedTooltipDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomizedTooltipDirective, "[appTooltipTemplate]", never, { "template": { "alias": "appTooltipTemplate"; "required": false; }; }, {}, never, never, true, never>;
16
+ }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "master-control",
3
- "version": "0.3.25",
3
+ "version": "0.3.27",
4
4
  "description": "medical questions height fix",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.0",
Binary file