mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For OrganizationChart
This commit is contained in:
parent
15131bf13b
commit
413fb026d6
5 changed files with 188 additions and 18 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -46,6 +46,7 @@ import { MenubarPassThroughOptions } from '../menubar';
|
|||
import { MessagePassThroughOptions } from '../message';
|
||||
import { MultiSelectPassThroughOptions } from '../multiselect';
|
||||
import { OrderListPassThroughOptions } from '../orderlist';
|
||||
import { OrganizationChartPassThroughOptions } from '../organizationchart';
|
||||
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
|
||||
import { PaginatorPassThroughOptions } from '../paginator';
|
||||
import { PanelPassThroughOptions } from '../panel';
|
||||
|
@ -142,6 +143,7 @@ interface PrimeVuePTOptions {
|
|||
message?: MessagePassThroughOptions;
|
||||
multiselect?: MultiSelectPassThroughOptions;
|
||||
orderlist?: OrderListPassThroughOptions;
|
||||
organizationchart?: OrganizationChartPassThroughOptions;
|
||||
overlaypanel?: OverlayPanelPassThroughOptions;
|
||||
paginator?: PaginatorPassThroughOptions;
|
||||
panel?: PanelPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue