Refactor #3924 - For PickList

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 01:03:24 +03:00
parent e8c8343c08
commit 9ccf18dd16
4 changed files with 196 additions and 34 deletions

View file

@ -49,6 +49,7 @@ import { PaginatorPassThroughOptions } from '../paginator';
import { PanelPassThroughOptions } from '../panel';
import { PanelMenuPassThroughOptions } from '../panelmenu';
import { PasswordPassThroughOptions } from '../password';
import { PickListPassThroughOptions } from '../picklist';
import { ProgressBarPassThroughOptions } from '../progressbar';
import { ProgressSpinnerPassThroughOptions } from '../progressspinner';
import { RadioButtonPassThroughOptions } from '../radiobutton';
@ -141,6 +142,7 @@ interface PrimeVuePTOptions {
panel?: PanelPassThroughOptions;
panelmenu?: PanelMenuPassThroughOptions;
password?: PasswordPassThroughOptions;
picklist?: PickListPassThroughOptions;
progressbar?: ProgressBarPassThroughOptions;
progressspinner?: ProgressSpinnerPassThroughOptions;
radiobutton?: RadioButtonPassThroughOptions;