mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3922 - For InputNumber
This commit is contained in:
parent
409005b671
commit
ee16b59f15
4 changed files with 90 additions and 11 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -31,6 +31,7 @@ import { ImagePassThroughOptions } from '../image';
|
|||
import { InlineMessagePassThroughOptions } from '../inlinemessage';
|
||||
import { InplacePassThroughOptions } from '../inplace';
|
||||
import { InputMaskPassThroughOptions } from '../inputmask';
|
||||
import { InputNumberPassThroughOptions } from '../inputnumber';
|
||||
import { InputTextPassThroughOptions } from '../inputtext';
|
||||
import { MegaMenuPassThroughOptions } from '../megamenu';
|
||||
import { MenuPassThroughOptions } from '../menu';
|
||||
|
@ -108,6 +109,7 @@ interface PrimeVuePTOptions {
|
|||
inlinemessage?: InlineMessagePassThroughOptions;
|
||||
inplace?: InplacePassThroughOptions;
|
||||
inputmask?: InputMaskPassThroughOptions;
|
||||
inputnumber?: InputNumberPassThroughOptions;
|
||||
inputtext?: InputTextPassThroughOptions;
|
||||
megamenu?: MegaMenuPassThroughOptions;
|
||||
menu?: MenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue