Update Config.d.ts
parent
097525b558
commit
9c821d5fac
|
@ -59,6 +59,7 @@ import type { InputNumberPassThroughOptions } from 'primevue/inputnumber';
|
||||||
import type { InputOtpPassThroughOptions } from 'primevue/inputotp';
|
import type { InputOtpPassThroughOptions } from 'primevue/inputotp';
|
||||||
import type { InputSwitchPassThroughOptions } from 'primevue/inputswitch';
|
import type { InputSwitchPassThroughOptions } from 'primevue/inputswitch';
|
||||||
import type { InputTextPassThroughOptions } from 'primevue/inputtext';
|
import type { InputTextPassThroughOptions } from 'primevue/inputtext';
|
||||||
|
import type { KeyFilterDirectivePassThroughOptions } from 'primevue/keyfilter';
|
||||||
import type { KnobPassThroughOptions } from 'primevue/knob';
|
import type { KnobPassThroughOptions } from 'primevue/knob';
|
||||||
import type { ListboxPassThroughOptions } from 'primevue/listbox';
|
import type { ListboxPassThroughOptions } from 'primevue/listbox';
|
||||||
import type { MegaMenuPassThroughOptions } from 'primevue/megamenu';
|
import type { MegaMenuPassThroughOptions } from 'primevue/megamenu';
|
||||||
|
@ -289,12 +290,13 @@ export interface PrimeVuePTOptions {
|
||||||
treetable?: DefaultPassThrough<TreeTablePassThroughOptions>;
|
treetable?: DefaultPassThrough<TreeTablePassThroughOptions>;
|
||||||
virtualscroller?: DefaultPassThrough<VirtualScrollerPassThroughOptions>;
|
virtualscroller?: DefaultPassThrough<VirtualScrollerPassThroughOptions>;
|
||||||
directives?: {
|
directives?: {
|
||||||
badge?: BadgeDirectivePassThroughOptions;
|
|
||||||
tooltip?: TooltipDirectivePassThroughOptions;
|
|
||||||
styleclass?: StyleClassDirectivePassThroughOptions;
|
|
||||||
focustrap?: FocusTrapDirectivePassThroughOptions;
|
|
||||||
ripple?: RippleDirectivePassThroughOptions;
|
|
||||||
animate?: AnimateOnScrollDirectivePassThroughOptions;
|
animate?: AnimateOnScrollDirectivePassThroughOptions;
|
||||||
|
badge?: BadgeDirectivePassThroughOptions;
|
||||||
|
focustrap?: FocusTrapDirectivePassThroughOptions;
|
||||||
|
keyfilter?: KeyFilterDirectivePassThroughOptions;
|
||||||
|
ripple?: RippleDirectivePassThroughOptions;
|
||||||
|
styleclass?: StyleClassDirectivePassThroughOptions;
|
||||||
|
tooltip?: TooltipDirectivePassThroughOptions;
|
||||||
};
|
};
|
||||||
global?: {
|
global?: {
|
||||||
css?: ((options: any) => string | undefined) | string | undefined;
|
css?: ((options: any) => string | undefined) | string | undefined;
|
||||||
|
|
Loading…
Reference in New Issue