mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #5476 - For DataViewLayoutOptions
This commit is contained in:
parent
bb51b40051
commit
1cbaf36aa0
20 changed files with 52 additions and 363 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -26,7 +26,6 @@ import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
|
|||
import { ContextMenuPassThroughOptions } from '../contextmenu';
|
||||
import { DataTablePassThroughOptions } from '../datatable';
|
||||
import { DataViewPassThroughOptions } from '../dataview';
|
||||
import { DataViewLayoutOptionsPassThroughOptions } from '../dataviewlayoutoptions';
|
||||
import { DeferredContentPassThroughOptions } from '../deferredcontent';
|
||||
import { DialogPassThroughOptions } from '../dialog';
|
||||
import { DividerPassThroughOptions } from '../divider';
|
||||
|
@ -148,7 +147,6 @@ export interface PrimeVuePTOptions {
|
|||
contextmenu?: DefaultPassThrough<ContextMenuPassThroughOptions>;
|
||||
datatable?: DefaultPassThrough<DataTablePassThroughOptions>;
|
||||
dataview?: DefaultPassThrough<DataViewPassThroughOptions>;
|
||||
dataviewlayoutoptions?: DefaultPassThrough<DataViewLayoutOptionsPassThroughOptions>;
|
||||
deferredcontent?: DefaultPassThrough<DeferredContentPassThroughOptions>;
|
||||
divider?: DefaultPassThrough<DividerPassThroughOptions>;
|
||||
dialog?: DefaultPassThrough<DialogPassThroughOptions>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue