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