mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5506 - Add dt
props to all components and directives
This commit is contained in:
parent
1bf6606457
commit
f496c2669f
102 changed files with 507 additions and 101 deletions
6
components/lib/tooltip/Tooltip.d.ts
vendored
6
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -10,7 +10,7 @@
|
|||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||
import { DirectiveHooks } from '../basedirective';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { PassThrough } from '../ts-helpers';
|
||||
import { DesignToken, PassThrough } from '../ts-helpers';
|
||||
|
||||
export declare type TooltipDirectivePassThroughOptionType = TooltipDirectivePassThroughAttributes | ((options: TooltipPassThroughMethodOptions) => TooltipDirectivePassThroughAttributes) | null | undefined;
|
||||
|
||||
|
@ -79,6 +79,10 @@ export interface TooltipOptions {
|
|||
* @defaultValue true
|
||||
*/
|
||||
autoHide?: boolean | undefined;
|
||||
/**
|
||||
* It generates scoped CSS variables using design tokens for the component.
|
||||
*/
|
||||
dt?: DesignToken<any>;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {TooltipDirectivePassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue