mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3797 - Use camelcase for pt
This commit is contained in:
parent
ebd8e6283b
commit
afda38b1eb
9 changed files with 30 additions and 30 deletions
14
components/lib/tabview/TabView.d.ts
vendored
14
components/lib/tabview/TabView.d.ts
vendored
|
@ -46,11 +46,11 @@ export interface TabViewPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the nav container's DOM element.
|
||||
*/
|
||||
navcontainer?: TabViewPassThroughOptionType;
|
||||
navContainer?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the nav content's DOM element.
|
||||
*/
|
||||
navcontent?: TabViewPassThroughOptionType;
|
||||
navContent?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the list's DOM element.
|
||||
*/
|
||||
|
@ -62,23 +62,23 @@ export interface TabViewPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the previous button's DOM element.
|
||||
*/
|
||||
prevbutton?: TabViewPassThroughOptionType;
|
||||
previousButton?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the previous button icon's DOM element.
|
||||
*/
|
||||
previcon?: TabViewPassThroughOptionType;
|
||||
previousIcon?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the nex button's DOM element.
|
||||
*/
|
||||
nextbutton?: TabViewPassThroughOptionType;
|
||||
nextButton?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the next button icon's DOM element.
|
||||
*/
|
||||
nexticon?: TabViewPassThroughOptionType;
|
||||
nextIcon?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panelcontainer?: TabViewPassThroughOptionType;
|
||||
panelContainer?: TabViewPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue