Merge branch 'master' of https://github.com/primefaces/primevue
commit
bcd1c91084
|
@ -23600,6 +23600,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the submenu header's DOM element."
|
"description": "Uses to pass attributes to the submenu header's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "submenu",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "MegaMenuPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the submenu's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "separator",
|
"name": "separator",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -23800,6 +23808,14 @@
|
||||||
"type": "MegaMenuPassThroughOptions",
|
"type": "MegaMenuPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "unstyled",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "When enabled, it removes component related styles in the core."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue