mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For ColumnGroup & Row
This commit is contained in:
parent
05cb0588da
commit
a52acf2a32
9 changed files with 159 additions and 6 deletions
4
components/lib/config/PrimeVue.d.ts
vendored
4
components/lib/config/PrimeVue.d.ts
vendored
|
@ -16,6 +16,7 @@ import { CheckboxPassThroughOptions } from '../checkbox';
|
|||
import { ChipPassThroughOptions } from '../chip';
|
||||
import { ChipsPassThroughOptions } from '../chips';
|
||||
import { ColorPickerPassThroughOptions } from '../colorpicker';
|
||||
import { ColumnGroupPassThroughOptions } from '../columngroup';
|
||||
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
|
||||
import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
|
||||
import { ContextMenuPassThroughOptions } from '../contextmenu';
|
||||
|
@ -56,6 +57,7 @@ import { PickListPassThroughOptions } from '../picklist';
|
|||
import { ProgressBarPassThroughOptions } from '../progressbar';
|
||||
import { ProgressSpinnerPassThroughOptions } from '../progressspinner';
|
||||
import { RadioButtonPassThroughOptions } from '../radiobutton';
|
||||
import { RowPassThroughOptions } from '../row';
|
||||
import { ScrollPanelPassThroughOptions } from '../scrollpanel';
|
||||
import { ScrollTopPassThroughOptions } from '../scrolltop';
|
||||
import { SelectButtonPassThroughOptions } from '../selectbutton';
|
||||
|
@ -112,6 +114,7 @@ interface PrimeVuePTOptions {
|
|||
chip?: ChipPassThroughOptions;
|
||||
chips?: ChipsPassThroughOptions;
|
||||
colorpicker?: ColorPickerPassThroughOptions;
|
||||
columngroup?: ColumnGroupPassThroughOptions;
|
||||
confirmdialog?: ConfirmDialogPassThroughOptions;
|
||||
confirmpopup?: ConfirmPopupPassThroughOptions;
|
||||
contextmenu?: ContextMenuPassThroughOptions;
|
||||
|
@ -153,6 +156,7 @@ interface PrimeVuePTOptions {
|
|||
progressbar?: ProgressBarPassThroughOptions;
|
||||
progressspinner?: ProgressSpinnerPassThroughOptions;
|
||||
radiobutton?: RadioButtonPassThroughOptions;
|
||||
row?: RowPassThroughOptions;
|
||||
scrollpanel?: ScrollPanelPassThroughOptions;
|
||||
scrolltop?: ScrollTopPassThroughOptions;
|
||||
sidebar?: SidebarPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue