mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For Paginator
This commit is contained in:
parent
751e627b63
commit
ca57a6520f
13 changed files with 242 additions and 26 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -43,6 +43,7 @@ import { MenubarPassThroughOptions } from '../menubar';
|
|||
import { MessagePassThroughOptions } from '../message';
|
||||
import { MultiSelectPassThroughOptions } from '../multiselect';
|
||||
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
|
||||
import { PaginatorPassThroughOptions } from '../paginator';
|
||||
import { PanelPassThroughOptions } from '../panel';
|
||||
import { PanelMenuPassThroughOptions } from '../panelmenu';
|
||||
import { PasswordPassThroughOptions } from '../password';
|
||||
|
@ -132,6 +133,7 @@ interface PrimeVuePTOptions {
|
|||
message?: MessagePassThroughOptions;
|
||||
multiselect?: MultiSelectPassThroughOptions;
|
||||
overlaypanel?: OverlayPanelPassThroughOptions;
|
||||
paginator?: PaginatorPassThroughOptions;
|
||||
panel?: PanelPassThroughOptions;
|
||||
panelmenu?: PanelMenuPassThroughOptions;
|
||||
password?: PasswordPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue