mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Password
This commit is contained in:
parent
103c827a16
commit
03f33ba7a7
4 changed files with 123 additions and 9 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue