Refactor #3922 - For Password

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 17:58:54 +03:00
parent 103c827a16
commit 03f33ba7a7
4 changed files with 123 additions and 9 deletions

View file

@ -42,6 +42,7 @@ import { MessagePassThroughOptions } from '../message';
import { OverlayPanelPassThroughOptions } from '../overlaypanel';
import { PanelPassThroughOptions } from '../panel';
import { PanelMenuPassThroughOptions } from '../panelmenu';
import { PasswordPassThroughOptions } from '../password';
import { ProgressBarPassThroughOptions } from '../progressbar';
import { ProgressSpinnerPassThroughOptions } from '../progressspinner';
import { ScrollPanelPassThroughOptions } from '../scrollpanel';
@ -122,6 +123,7 @@ interface PrimeVuePTOptions {
overlaypanel?: OverlayPanelPassThroughOptions;
panel?: PanelPassThroughOptions;
panelmenu?: PanelMenuPassThroughOptions;
password?: PasswordPassThroughOptions;
progressbar?: ProgressBarPassThroughOptions;
progressspinner?: ProgressSpinnerPassThroughOptions;
scrollpanel?: ScrollPanelPassThroughOptions;