Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Menu behavior change
issue: NEXT-8235
author: Stephan Pohl
author_email: [email protected]
author_github: @klarstil
---
- Added ability to add a third level to the menu
- Added error prone behavior to the menu item entries
- Changed menu colours from grey accents to blue-grey accents
- Changed method
registerModule()
incore/factory/module.factory.js
to add a default position of menu entries to 1000 - Added
borderColor
property tosw-admin-menu-item
- Added
getElementClasses
method tosw-admin-menu-item
- Added
mouseLocationTracked
&subMenuDelay
properties tosw-admin-menu
- Added
subMenuTimer
,mouseLocations
,lastDelayLocation
&activeEntry
data properties tosw-admin-menu
- Added
currentExpandedMenuEntries
computed property tosw-admin-menu
- Removed
openSubMenu
,changeActiveItem
,openFlyout
,closeFlyout
&getMenuItemClass
methods fromsw-admin-menu
- Added
onMouseMoveDocument
,onMenuItemClick
,onMenuLeave
,onMenuItemEnter
,onSubMenuItemEnter
,isPositionInPolygon
,possiblyActivate
,activateMenuItem
,deactivatePreviousMenuItem
,getPolygonFromMenuItem
,getActivationDelay
,onFlyoutEnter
,onFlyoutLeave
&removeClassesFromElements
methods tosw-admin-menu