mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4473 - Add ptOptions option to PrimeVue config
This commit is contained in:
parent
234c9a48d2
commit
31c3bdf566
5 changed files with 12 additions and 9 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -56,6 +56,7 @@ import { OverlayPanelPassThroughOptions } from '../overlaypanel';
|
|||
import { PaginatorPassThroughOptions } from '../paginator';
|
||||
import { PanelPassThroughOptions } from '../panel';
|
||||
import { PanelMenuPassThroughOptions } from '../panelmenu';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { PasswordPassThroughOptions } from '../password';
|
||||
import { PickListPassThroughOptions } from '../picklist';
|
||||
import { ProgressBarPassThroughOptions } from '../progressbar';
|
||||
|
@ -102,6 +103,7 @@ export interface PrimeVueConfiguration {
|
|||
filterMatchModeOptions?: any;
|
||||
zIndex?: PrimeVueZIndexOptions;
|
||||
pt?: PassThrough<PrimeVuePTOptions>;
|
||||
ptOptions?: PassThroughOptions;
|
||||
unstyled?: boolean;
|
||||
csp?: PrimeVueCSPOptions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue