mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For MultiSelect
This commit is contained in:
parent
812e6c6a8c
commit
f7bd91e3cf
4 changed files with 302 additions and 41 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -41,6 +41,7 @@ import { MegaMenuPassThroughOptions } from '../megamenu';
|
|||
import { MenuPassThroughOptions } from '../menu';
|
||||
import { MenubarPassThroughOptions } from '../menubar';
|
||||
import { MessagePassThroughOptions } from '../message';
|
||||
import { MultiSelectPassThroughOptions } from '../multiselect';
|
||||
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
|
||||
import { PanelPassThroughOptions } from '../panel';
|
||||
import { PanelMenuPassThroughOptions } from '../panelmenu';
|
||||
|
@ -129,6 +130,7 @@ interface PrimeVuePTOptions {
|
|||
menu?: MenuPassThroughOptions;
|
||||
menubar?: MenubarPassThroughOptions;
|
||||
message?: MessagePassThroughOptions;
|
||||
multiselect?: MultiSelectPassThroughOptions;
|
||||
overlaypanel?: OverlayPanelPassThroughOptions;
|
||||
panel?: PanelPassThroughOptions;
|
||||
panelmenu?: PanelMenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue