diff --git a/components/lib/config/PrimeVue.d.ts b/components/lib/config/PrimeVue.d.ts index 63bcfb14a..7cac3e143 100644 --- a/components/lib/config/PrimeVue.d.ts +++ b/components/lib/config/PrimeVue.d.ts @@ -150,6 +150,9 @@ export interface PrimeVuePTOptions { blockui?: DefaultPassThrough; breadcrumb?: DefaultPassThrough; button?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of DatePicker instead. + */ calendar?: DefaultPassThrough; card?: DefaultPassThrough; carousel?: DefaultPassThrough; @@ -157,6 +160,9 @@ export interface PrimeVuePTOptions { chart?: DefaultPassThrough; checkbox?: DefaultPassThrough; chip?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of InputChips instead. + */ chips?: DefaultPassThrough; colorpicker?: DefaultPassThrough; column?: DefaultPassThrough; @@ -172,6 +178,9 @@ export interface PrimeVuePTOptions { dialog?: DefaultPassThrough; dock?: DefaultPassThrough; drawer?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of Select instead. + */ dropdown?: DefaultPassThrough; dynamicdialog?: DefaultPassThrough; editor?: DefaultPassThrough; @@ -184,6 +193,9 @@ export interface PrimeVuePTOptions { inputchips?: DefaultPassThrough; inputmask?: DefaultPassThrough; inputnumber?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of ToggleSwitch instead. + */ inputswitch?: DefaultPassThrough; inputtext?: DefaultPassThrough; knob?: DefaultPassThrough; @@ -195,6 +207,9 @@ export interface PrimeVuePTOptions { multiselect?: DefaultPassThrough; orderlist?: DefaultPassThrough; organizationchart?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of Popover instead. + */ overlaypanel?: DefaultPassThrough; paginator?: DefaultPassThrough; panel?: DefaultPassThrough; @@ -209,6 +224,9 @@ export interface PrimeVuePTOptions { row?: DefaultPassThrough; scrollpanel?: DefaultPassThrough; scrolltop?: DefaultPassThrough; + /** + * @deprecated since v4. Use the new structure of Drawer instead. + */ sidebar?: DefaultPassThrough; skeleton?: DefaultPassThrough; slider?: DefaultPassThrough;