mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For OrderList
This commit is contained in:
parent
c7ffcaa08d
commit
f1ea8f9f9a
4 changed files with 150 additions and 16 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -43,6 +43,7 @@ import { MenuPassThroughOptions } from '../menu';
|
|||
import { MenubarPassThroughOptions } from '../menubar';
|
||||
import { MessagePassThroughOptions } from '../message';
|
||||
import { MultiSelectPassThroughOptions } from '../multiselect';
|
||||
import { OrderListPassThroughOptions } from '../orderlist';
|
||||
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
|
||||
import { PaginatorPassThroughOptions } from '../paginator';
|
||||
import { PanelPassThroughOptions } from '../panel';
|
||||
|
@ -134,6 +135,7 @@ interface PrimeVuePTOptions {
|
|||
menubar?: MenubarPassThroughOptions;
|
||||
message?: MessagePassThroughOptions;
|
||||
multiselect?: MultiSelectPassThroughOptions;
|
||||
orderlist?: OrderListPassThroughOptions;
|
||||
overlaypanel?: OverlayPanelPassThroughOptions;
|
||||
paginator?: PaginatorPassThroughOptions;
|
||||
panel?: PanelPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue