.d.ts updates
parent
cf7d3f74b7
commit
4aecb09c46
|
@ -59,7 +59,7 @@ export interface ContextMenuPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the submenu icon's DOM element.
|
* 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.
|
* Uses to pass attributes to the separator's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -35,10 +35,6 @@ export interface MegaMenuPassThroughOptions {
|
||||||
* Uses to pass attributes to the list's DOM element.
|
* Uses to pass attributes to the list's DOM element.
|
||||||
*/
|
*/
|
||||||
menu?: MegaMenuPassThroughOptionType;
|
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.
|
* 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.
|
* 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.
|
* 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.
|
* Uses to pass attributes to the column's DOM element.
|
||||||
*/
|
*/
|
||||||
column?: MegaMenuPassThroughOptionType;
|
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.
|
* Uses to pass attributes to the separator's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,14 +31,14 @@ export interface MenuPassThroughOptions {
|
||||||
* Uses to pass attributes to the root's DOM element.
|
* Uses to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: MenuPassThroughOptionType;
|
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.
|
* Uses to pass attributes to the list's DOM element.
|
||||||
*/
|
*/
|
||||||
menu?: MenuPassThroughOptionType;
|
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.
|
* Uses to pass attributes to the list item's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -58,7 +58,7 @@ export interface MenubarPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the submenu icon's DOM element.
|
* 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.
|
* Uses to pass attributes to the separator's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue