diff --git a/components/lib/config/PrimeVue.d.ts b/components/lib/config/PrimeVue.d.ts index 0fba6354d..97e1767a9 100644 --- a/components/lib/config/PrimeVue.d.ts +++ b/components/lib/config/PrimeVue.d.ts @@ -3,6 +3,7 @@ import { AccordionPassThroughOptions } from '../accordion'; import { AccordionTabPassThroughOptions } from '../accordiontab'; import { AutoCompletePassThroughOptions } from '../autocomplete'; import { AvatarPassThroughOptions } from '../avatar'; +import { AvatarGroupPassThroughOptions } from '../avatargroup'; import { BadgePassThroughOptions } from '../badge'; import { BadgeDirectivePassThroughOptions } from '../badgedirective'; import { BlockUIPassThroughOptions } from '../blockui'; @@ -17,6 +18,7 @@ import { CheckboxPassThroughOptions } from '../checkbox'; import { ChipPassThroughOptions } from '../chip'; import { ChipsPassThroughOptions } from '../chips'; import { ColorPickerPassThroughOptions } from '../colorpicker'; +import { ColumnPassThroughOptions } from '../column'; import { ColumnGroupPassThroughOptions } from '../columngroup'; import { ConfirmDialogPassThroughOptions } from '../confirmdialog'; import { ConfirmPopupPassThroughOptions } from '../confirmpopup'; @@ -59,6 +61,7 @@ import { PickListPassThroughOptions } from '../picklist'; import { ProgressBarPassThroughOptions } from '../progressbar'; import { ProgressSpinnerPassThroughOptions } from '../progressspinner'; import { RadioButtonPassThroughOptions } from '../radiobutton'; +import { RatingPassThroughOptions } from '../rating'; import { RippleDirectivePassThroughOptions } from '../ripple'; import { RowPassThroughOptions } from '../row'; import { ScrollPanelPassThroughOptions } from '../scrollpanel'; @@ -66,9 +69,11 @@ import { ScrollTopPassThroughOptions } from '../scrolltop'; import { SelectButtonPassThroughOptions } from '../selectbutton'; import { SidebarPassThroughOptions } from '../sidebar'; import { SkeletonPassThroughOptions } from '../skeleton'; +import { SliderPassThroughOptions } from '../slider'; import { SpeedDialPassThroughOptions } from '../speeddial'; import { SplitButtonPassThroughOptions } from '../splitbutton'; import { SplitterPassThroughOptions } from '../splitter'; +import { SplitterPanelPassThroughOptions } from '../splitterpanel'; import { StepsPassThroughOptions } from '../steps'; import { StyleClassDirectivePassThroughOptions } from '../styleclass'; import { TabMenuPassThroughOptions } from '../tabmenu'; @@ -80,11 +85,13 @@ import { TextareaPassThroughOptions } from '../textarea'; import { TieredMenuPassThroughOptions } from '../tieredmenu'; import { TimelinePassThroughOptions } from '../timeline'; import { ToastPassThroughOptions } from '../toast'; +import { ToggleButtonPassThroughOptions } from '../togglebutton'; import { ToolbarPassThroughOptions } from '../toolbar'; import { TooltipDirectivePassThroughOptions } from '../tooltip'; import { TreePassThroughOptions } from '../tree'; import { TreeSelectPassThroughOptions } from '../treeselect'; import { TreeTablePassThroughOptions } from '../treetable'; +import { TriStateCheckboxPassThroughOptions } from '../tristatecheckbox'; import { DefaultPTOptions } from '../ts-helpers'; import { VirtualScrollerPassThroughOptions } from '../virtualscroller'; @@ -110,6 +117,7 @@ export interface PrimeVuePTOptions { accordiontab?: DefaultPTOptions; autocomplete?: DefaultPTOptions; avatar?: DefaultPTOptions; + avatargroup?: DefaultPTOptions; badge?: DefaultPTOptions; blockui?: DefaultPTOptions; breadcrumb?: DefaultPTOptions; @@ -123,6 +131,7 @@ export interface PrimeVuePTOptions { chip?: DefaultPTOptions; chips?: DefaultPTOptions; colorpicker?: DefaultPTOptions; + column?: DefaultPTOptions; columngroup?: DefaultPTOptions; confirmdialog?: DefaultPTOptions; confirmpopup?: DefaultPTOptions; @@ -165,15 +174,18 @@ export interface PrimeVuePTOptions { progressbar?: DefaultPTOptions; progressspinner?: DefaultPTOptions; radiobutton?: DefaultPTOptions; + rating?: DefaultPTOptions; row?: DefaultPTOptions; scrollpanel?: DefaultPTOptions; scrolltop?: DefaultPTOptions; sidebar?: DefaultPTOptions; skeleton?: DefaultPTOptions; + slider?: DefaultPTOptions; speeddial?: DefaultPTOptions; selectbutton?: DefaultPTOptions; splitbutton?: DefaultPTOptions; splitter?: DefaultPTOptions; + splitterpanel?: DefaultPTOptions; steps?: DefaultPTOptions; tabmenu?: DefaultPTOptions; tabpanel?: DefaultPTOptions; @@ -184,9 +196,11 @@ export interface PrimeVuePTOptions { tieredmenu?: DefaultPTOptions; timeline?: DefaultPTOptions; toast?: DefaultPTOptions; + togglebutton?: DefaultPTOptions; toolbar?: DefaultPTOptions; tree?: DefaultPTOptions; treeselect?: DefaultPTOptions; + tristatecheckbox?: DefaultPTOptions; treetable?: DefaultPTOptions; virtualscroller?: DefaultPTOptions; directives?: {