mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4136 - Rename tab with tabpanel and accordiontab
This commit is contained in:
parent
ee95a5e641
commit
f6743c521f
4 changed files with 12 additions and 2 deletions
5
components/lib/tabview/TabView.d.ts
vendored
5
components/lib/tabview/TabView.d.ts
vendored
|
@ -83,8 +83,13 @@ export interface TabViewPassThroughOptions {
|
|||
panelContainer?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to TabPanel helper components.
|
||||
* @deprecated since v3.30.1. Use 'tabpanel' property instead.
|
||||
*/
|
||||
tab?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to TabPanel helper components.
|
||||
*/
|
||||
tabpanel?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Uses to manage all lifecycle hooks
|
||||
* @see {@link BaseComponent.ComponentHooks}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue