diff --git a/components/lib/contextmenu/ContextMenu.d.ts b/components/lib/contextmenu/ContextMenu.d.ts index 90b3ee5c1..829906a47 100755 --- a/components/lib/contextmenu/ContextMenu.d.ts +++ b/components/lib/contextmenu/ContextMenu.d.ts @@ -59,7 +59,7 @@ export interface ContextMenuPassThroughOptions { /** * Uses to pass attributes to the submenu icon's DOM element. */ - submenuicon?: ContextMenuPassThroughOptionType; + submenuIcon?: ContextMenuPassThroughOptionType; /** * Uses to pass attributes to the separator's DOM element. */ diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts index 89cf08513..d2dfe3b69 100755 --- a/components/lib/megamenu/MegaMenu.d.ts +++ b/components/lib/megamenu/MegaMenu.d.ts @@ -35,10 +35,6 @@ export interface MegaMenuPassThroughOptions { * Uses to pass attributes to the list's DOM element. */ menu?: MegaMenuPassThroughOptionType; - /** - * Uses to pass attributes to the submenu header's DOM element. - */ - submenuHeader?: MegaMenuPassThroughOptionType; /** * Uses to pass attributes to the list item's DOM element. */ @@ -62,7 +58,7 @@ export interface MegaMenuPassThroughOptions { /** * Uses to pass attributes to the submenu icon's DOM element. */ - submenuicon?: MegaMenuPassThroughOptionType; + submenuIcon?: MegaMenuPassThroughOptionType; /** * Uses to pass attributes to the panel's DOM element. */ @@ -75,6 +71,10 @@ export interface MegaMenuPassThroughOptions { * Uses to pass attributes to the column's DOM element. */ column?: MegaMenuPassThroughOptionType; + /** + * Uses to pass attributes to the submenu header's DOM element. + */ + submenuHeader?: MegaMenuPassThroughOptionType; /** * Uses to pass attributes to the separator's DOM element. */ diff --git a/components/lib/menu/Menu.d.ts b/components/lib/menu/Menu.d.ts index 0fd3a36db..3e22b5384 100755 --- a/components/lib/menu/Menu.d.ts +++ b/components/lib/menu/Menu.d.ts @@ -31,14 +31,14 @@ export interface MenuPassThroughOptions { * Uses to pass attributes to the root's DOM element. */ root?: MenuPassThroughOptionType; - /** - * Uses to pass attributes to the submenu header's DOM element. - */ - submenuHeader?: MenuPassThroughOptionType; /** * Uses to pass attributes to the list's DOM element. */ menu?: MenuPassThroughOptionType; + /** + * Uses to pass attributes to the submenu header's DOM element. + */ + submenuHeader?: MenuPassThroughOptionType; /** * Uses to pass attributes to the list item's DOM element. */ diff --git a/components/lib/menubar/Menubar.d.ts b/components/lib/menubar/Menubar.d.ts index f4281938b..7f248d4a6 100755 --- a/components/lib/menubar/Menubar.d.ts +++ b/components/lib/menubar/Menubar.d.ts @@ -58,7 +58,7 @@ export interface MenubarPassThroughOptions { /** * Uses to pass attributes to the submenu icon's DOM element. */ - submenuicon?: MenubarPassThroughOptionType; + submenuIcon?: MenubarPassThroughOptionType; /** * Uses to pass attributes to the separator's DOM element. */