@vismaux/ngx-vud
Advanced tools
Comparing version 14.0.3 to 14.0.4
@@ -1,2 +0,2 @@ | ||
import { EventEmitter, TemplateRef, Type, ViewContainerRef } from '@angular/core'; | ||
import { TemplateRef, Type, ViewContainerRef } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
@@ -7,14 +7,13 @@ export type VudTooltipPlacement = 'left' | 'right' | 'top' | 'bottom'; | ||
export declare class VudTooltipComponent { | ||
private readonly cdRef; | ||
private mouseLeaveSubject; | ||
readonly afterMouseLeave: () => import("rxjs").Observable<void>; | ||
text?: string; | ||
template?: TemplateRef<any>; | ||
mouseOver: boolean; | ||
readonly contentContainerRef: ViewContainerRef; | ||
set content(content: string | TemplateRef<any>); | ||
position: string; | ||
offset: number; | ||
style: VudTooltipStyle; | ||
hideTriggered: EventEmitter<void>; | ||
readonly mouseOver: import("@angular/core").WritableSignal<boolean>; | ||
readonly contentContainerRef: import("@angular/core").Signal<ViewContainerRef>; | ||
readonly content: import("@angular/core").InputSignal<string | TemplateRef<any>>; | ||
readonly template: import("@angular/core").Signal<TemplateRef<any> | null>; | ||
readonly text: import("@angular/core").Signal<string | null>; | ||
readonly position: import("@angular/core").InputSignal<VudTooltipPlacement | undefined>; | ||
readonly offset: import("@angular/core").InputSignal<number>; | ||
readonly style: import("@angular/core").InputSignal<VudTooltipStyle>; | ||
readonly hideTriggered: import("@angular/core").OutputEmitterRef<void>; | ||
readonly triggerHide: () => void; | ||
@@ -24,6 +23,5 @@ get inlineStyle(): string; | ||
handleMouseLeave(): void; | ||
_markForCheck(): void; | ||
projectComponent<T>(componentType: Type<T>): T; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<VudTooltipComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<VudTooltipComponent, "vud-tooltip", never, { "content": { "alias": "content"; "required": false; }; "position": { "alias": "position"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "hideTriggered": "hideTriggered"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<VudTooltipComponent, "vud-tooltip", never, { "content": { "alias": "content"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "offset": { "alias": "offset"; "required": false; "isSignal": true; }; "style": { "alias": "style"; "required": false; "isSignal": true; }; }, { "hideTriggered": "hideTriggered"; }, never, never, false, never>; | ||
} |
@@ -19,2 +19,4 @@ import { OnDestroy, TemplateRef, Type } from '@angular/core'; | ||
/** @ignore */ | ||
private outputSubscription; | ||
/** @ignore */ | ||
private overlayRef?; | ||
@@ -24,4 +26,6 @@ /** @ignore */ | ||
/** @ignore */ | ||
private tooltipInstance?; | ||
private tooltipRef?; | ||
/** @ignore */ | ||
private get tooltipInstance(); | ||
/** @ignore */ | ||
private currentPosition$?; | ||
@@ -28,0 +32,0 @@ /** @ignore */ |
{ | ||
"name": "@vismaux/ngx-vud", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/cdk": "^18.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2975332
24365