add iconfield to PrimeVuePTOptions
parent
ea5a98daba
commit
cc5c8ed3de
|
@ -45,6 +45,7 @@ import type { FloatLabelPassThroughOptions } from 'primevue/floatlabel';
|
||||||
import type { FluidPassThroughOptions } from 'primevue/fluid';
|
import type { FluidPassThroughOptions } from 'primevue/fluid';
|
||||||
import type { FocusTrapDirectivePassThroughOptions } from 'primevue/focustrap';
|
import type { FocusTrapDirectivePassThroughOptions } from 'primevue/focustrap';
|
||||||
import type { GalleriaPassThroughOptions } from 'primevue/galleria';
|
import type { GalleriaPassThroughOptions } from 'primevue/galleria';
|
||||||
|
import type { IconFieldPassThroughOptions } from 'primevue/iconfield';
|
||||||
import type { ImagePassThroughOptions } from 'primevue/image';
|
import type { ImagePassThroughOptions } from 'primevue/image';
|
||||||
import type { InlineMessagePassThroughOptions } from 'primevue/inlinemessage';
|
import type { InlineMessagePassThroughOptions } from 'primevue/inlinemessage';
|
||||||
import type { InplacePassThroughOptions } from 'primevue/inplace';
|
import type { InplacePassThroughOptions } from 'primevue/inplace';
|
||||||
|
@ -199,6 +200,7 @@ export interface PrimeVuePTOptions {
|
||||||
floatlabel?: DefaultPassThrough<FloatLabelPassThroughOptions>;
|
floatlabel?: DefaultPassThrough<FloatLabelPassThroughOptions>;
|
||||||
fluid?: DefaultPassThrough<FluidPassThroughOptions>;
|
fluid?: DefaultPassThrough<FluidPassThroughOptions>;
|
||||||
galleria?: DefaultPassThrough<GalleriaPassThroughOptions>;
|
galleria?: DefaultPassThrough<GalleriaPassThroughOptions>;
|
||||||
|
iconfield?: DefaultPassThrough<IconFieldPassThroughOptions>;
|
||||||
image?: DefaultPassThrough<ImagePassThroughOptions>;
|
image?: DefaultPassThrough<ImagePassThroughOptions>;
|
||||||
inlinemessage?: DefaultPassThrough<InlineMessagePassThroughOptions>;
|
inlinemessage?: DefaultPassThrough<InlineMessagePassThroughOptions>;
|
||||||
inplace?: DefaultPassThrough<InplacePassThroughOptions>;
|
inplace?: DefaultPassThrough<InplacePassThroughOptions>;
|
||||||
|
|
Loading…
Reference in New Issue