Merge branch 'master' of https://github.com/primefaces/primevue
commit
2d2b2dff1e
|
@ -34404,6 +34404,13 @@
|
|||
"readonly": false,
|
||||
"type": "TabViewPassThroughOptions",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "TabPanelContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -34557,6 +34564,21 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"TabPanelContext": {
|
||||
"description": "Defines current options in TabPanel component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"description": "Current index of the tab."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"TabPanelSlots": {
|
||||
"description": "Defines valid slots in TabPanel slots.",
|
||||
"relatedProp": "",
|
||||
|
@ -34693,6 +34715,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the list's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "tab",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TabPanelPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to TabPanel helper components."
|
||||
},
|
||||
{
|
||||
"name": "inkbar",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue