fix(ui): make catalog mega menus interactive
Quality / quality (windows-latest) (push) Waiting to run
Quality / quality (ubuntu-latest) (push) Failing after 6m15s

This commit is contained in:
2026-08-24 22:18:30 +05:30
parent f5538ed621
commit 7d737ec0a0
9 changed files with 124 additions and 19 deletions
+12 -1
View File
@@ -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"
},
{