mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For ColorPicker
This commit is contained in:
parent
46f8eca9f3
commit
d5ebfd3175
4 changed files with 93 additions and 9 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -15,6 +15,7 @@ import { ChartPassThroughOptions } from '../chart';
|
|||
import { CheckboxPassThroughOptions } from '../checkbox';
|
||||
import { ChipPassThroughOptions } from '../chip';
|
||||
import { ChipsPassThroughOptions } from '../chips';
|
||||
import { ColorPickerPassThroughOptions } from '../colorpicker';
|
||||
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
|
||||
import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
|
||||
import { ContextMenuPassThroughOptions } from '../contextmenu';
|
||||
|
@ -87,6 +88,7 @@ interface PrimeVuePTOptions {
|
|||
checkbox?: CheckboxPassThroughOptions;
|
||||
chip?: ChipPassThroughOptions;
|
||||
chips?: ChipsPassThroughOptions;
|
||||
colorpicker?: ColorPickerPassThroughOptions;
|
||||
confirmdialog?: ConfirmDialogPassThroughOptions;
|
||||
confirmpopup?: ConfirmPopupPassThroughOptions;
|
||||
contextmenu?: ContextMenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue