From 4aecb09c460a09d107b914cd35f871cc29107c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 3 May 2023 15:53:24 +0300 Subject: [PATCH] .d.ts updates --- components/lib/contextmenu/ContextMenu.d.ts | 2 +- components/lib/megamenu/MegaMenu.d.ts | 10 +++++----- components/lib/menu/Menu.d.ts | 8 ++++---- components/lib/menubar/Menubar.d.ts | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) 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. */