Update PrimeVue.d.ts
parent
fa07db180c
commit
4178e83046
|
@ -150,6 +150,9 @@ export interface PrimeVuePTOptions {
|
||||||
blockui?: DefaultPassThrough<BlockUIPassThroughOptions>;
|
blockui?: DefaultPassThrough<BlockUIPassThroughOptions>;
|
||||||
breadcrumb?: DefaultPassThrough<BreadcrumbPassThroughOptions>;
|
breadcrumb?: DefaultPassThrough<BreadcrumbPassThroughOptions>;
|
||||||
button?: DefaultPassThrough<ButtonPassThroughOptions>;
|
button?: DefaultPassThrough<ButtonPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of DatePicker instead.
|
||||||
|
*/
|
||||||
calendar?: DefaultPassThrough<CalendarPassThroughOptions>;
|
calendar?: DefaultPassThrough<CalendarPassThroughOptions>;
|
||||||
card?: DefaultPassThrough<CardPassThroughOptions>;
|
card?: DefaultPassThrough<CardPassThroughOptions>;
|
||||||
carousel?: DefaultPassThrough<CarouselPassThroughOptions>;
|
carousel?: DefaultPassThrough<CarouselPassThroughOptions>;
|
||||||
|
@ -157,6 +160,9 @@ export interface PrimeVuePTOptions {
|
||||||
chart?: DefaultPassThrough<ChartPassThroughOptions>;
|
chart?: DefaultPassThrough<ChartPassThroughOptions>;
|
||||||
checkbox?: DefaultPassThrough<CheckboxPassThroughOptions>;
|
checkbox?: DefaultPassThrough<CheckboxPassThroughOptions>;
|
||||||
chip?: DefaultPassThrough<ChipPassThroughOptions>;
|
chip?: DefaultPassThrough<ChipPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of InputChips instead.
|
||||||
|
*/
|
||||||
chips?: DefaultPassThrough<ChipsPassThroughOptions>;
|
chips?: DefaultPassThrough<ChipsPassThroughOptions>;
|
||||||
colorpicker?: DefaultPassThrough<ColorPickerPassThroughOptions>;
|
colorpicker?: DefaultPassThrough<ColorPickerPassThroughOptions>;
|
||||||
column?: DefaultPassThrough<ColumnPassThroughOptions>;
|
column?: DefaultPassThrough<ColumnPassThroughOptions>;
|
||||||
|
@ -172,6 +178,9 @@ export interface PrimeVuePTOptions {
|
||||||
dialog?: DefaultPassThrough<DialogPassThroughOptions>;
|
dialog?: DefaultPassThrough<DialogPassThroughOptions>;
|
||||||
dock?: DefaultPassThrough<DockPassThroughOptions>;
|
dock?: DefaultPassThrough<DockPassThroughOptions>;
|
||||||
drawer?: DefaultPassThrough<DrawerPassThroughOptions>;
|
drawer?: DefaultPassThrough<DrawerPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of Select instead.
|
||||||
|
*/
|
||||||
dropdown?: DefaultPassThrough<DropdownPassThroughOptions>;
|
dropdown?: DefaultPassThrough<DropdownPassThroughOptions>;
|
||||||
dynamicdialog?: DefaultPassThrough<DialogPassThroughOptions>;
|
dynamicdialog?: DefaultPassThrough<DialogPassThroughOptions>;
|
||||||
editor?: DefaultPassThrough<EditorPassThroughOptions>;
|
editor?: DefaultPassThrough<EditorPassThroughOptions>;
|
||||||
|
@ -184,6 +193,9 @@ export interface PrimeVuePTOptions {
|
||||||
inputchips?: DefaultPassThrough<InputChipsPassThroughOptions>;
|
inputchips?: DefaultPassThrough<InputChipsPassThroughOptions>;
|
||||||
inputmask?: DefaultPassThrough<InputMaskPassThroughOptions>;
|
inputmask?: DefaultPassThrough<InputMaskPassThroughOptions>;
|
||||||
inputnumber?: DefaultPassThrough<InputNumberPassThroughOptions>;
|
inputnumber?: DefaultPassThrough<InputNumberPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of ToggleSwitch instead.
|
||||||
|
*/
|
||||||
inputswitch?: DefaultPassThrough<InputSwitchPassThroughOptions>;
|
inputswitch?: DefaultPassThrough<InputSwitchPassThroughOptions>;
|
||||||
inputtext?: DefaultPassThrough<InputTextPassThroughOptions>;
|
inputtext?: DefaultPassThrough<InputTextPassThroughOptions>;
|
||||||
knob?: DefaultPassThrough<KnobPassThroughOptions>;
|
knob?: DefaultPassThrough<KnobPassThroughOptions>;
|
||||||
|
@ -195,6 +207,9 @@ export interface PrimeVuePTOptions {
|
||||||
multiselect?: DefaultPassThrough<MultiSelectPassThroughOptions>;
|
multiselect?: DefaultPassThrough<MultiSelectPassThroughOptions>;
|
||||||
orderlist?: DefaultPassThrough<OrderListPassThroughOptions>;
|
orderlist?: DefaultPassThrough<OrderListPassThroughOptions>;
|
||||||
organizationchart?: DefaultPassThrough<OrganizationChartPassThroughOptions>;
|
organizationchart?: DefaultPassThrough<OrganizationChartPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of Popover instead.
|
||||||
|
*/
|
||||||
overlaypanel?: DefaultPassThrough<OverlayPanelPassThroughOptions>;
|
overlaypanel?: DefaultPassThrough<OverlayPanelPassThroughOptions>;
|
||||||
paginator?: DefaultPassThrough<PaginatorPassThroughOptions>;
|
paginator?: DefaultPassThrough<PaginatorPassThroughOptions>;
|
||||||
panel?: DefaultPassThrough<PanelPassThroughOptions>;
|
panel?: DefaultPassThrough<PanelPassThroughOptions>;
|
||||||
|
@ -209,6 +224,9 @@ export interface PrimeVuePTOptions {
|
||||||
row?: DefaultPassThrough<RowPassThroughOptions>;
|
row?: DefaultPassThrough<RowPassThroughOptions>;
|
||||||
scrollpanel?: DefaultPassThrough<ScrollPanelPassThroughOptions>;
|
scrollpanel?: DefaultPassThrough<ScrollPanelPassThroughOptions>;
|
||||||
scrolltop?: DefaultPassThrough<ScrollTopPassThroughOptions>;
|
scrolltop?: DefaultPassThrough<ScrollTopPassThroughOptions>;
|
||||||
|
/**
|
||||||
|
* @deprecated since v4. Use the new structure of Drawer instead.
|
||||||
|
*/
|
||||||
sidebar?: DefaultPassThrough<SidebarPassThroughOptions>;
|
sidebar?: DefaultPassThrough<SidebarPassThroughOptions>;
|
||||||
skeleton?: DefaultPassThrough<SkeletonPassThroughOptions>;
|
skeleton?: DefaultPassThrough<SkeletonPassThroughOptions>;
|
||||||
slider?: DefaultPassThrough<SliderPassThroughOptions>;
|
slider?: DefaultPassThrough<SliderPassThroughOptions>;
|
||||||
|
|
Loading…
Reference in New Issue