fix(ui): make catalog mega menus interactive
This commit is contained in:
@@ -8408,6 +8408,13 @@
|
||||
"default": "true",
|
||||
"options": []
|
||||
},
|
||||
{
|
||||
"name": "activeCategory",
|
||||
"type": "string",
|
||||
"required": false,
|
||||
"default": "\"\"",
|
||||
"options": []
|
||||
},
|
||||
{
|
||||
"name": "actionLabel",
|
||||
"type": "string",
|
||||
@@ -8464,9 +8471,13 @@
|
||||
{
|
||||
"name": "select",
|
||||
"payloadType": "{ item: object; value: string }"
|
||||
},
|
||||
{
|
||||
"name": "category",
|
||||
"payloadType": "{ item: object; value: string; index: number }"
|
||||
}
|
||||
],
|
||||
"events": ["open", "close", "select"],
|
||||
"events": ["open", "close", "select", "category"],
|
||||
"source": "components/MegaMenu.wrn"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user