reakit
Version:
Toolkit for building accessible rich web apps with React
26 lines (23 loc) • 1.88 kB
JavaScript
// Automatically generated
var MENU_BAR_STATE_KEYS = ["baseId", "unstable_idCountRef", "unstable_virtual", "rtl", "orientation", "items", "groups", "currentId", "loop", "wrap", "shift", "unstable_moves", "unstable_hasActiveWidget", "unstable_includesBaseElement", "unstable_values", "setBaseId", "registerItem", "unregisterItem", "registerGroup", "unregisterGroup", "move", "next", "previous", "up", "down", "first", "last", "sort", "unstable_setVirtual", "setRTL", "setOrientation", "setCurrentId", "setLoop", "setWrap", "setShift", "reset", "unstable_setIncludesBaseElement", "unstable_setHasActiveWidget", "unstable_setValue"];
var MENU_STATE_KEYS = [].concat(MENU_BAR_STATE_KEYS, ["visible", "animated", "animating", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "modal", "unstable_disclosureRef", "setModal", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "place"]);
var MENU_KEYS = MENU_STATE_KEYS;
var MENU_ARROW_KEYS = MENU_KEYS;
var MENU_BAR_KEYS = MENU_ARROW_KEYS;
var MENU_BUTTON_KEYS = MENU_BAR_KEYS;
var MENU_DISCLOSURE_KEYS = MENU_BUTTON_KEYS;
var MENU_GROUP_KEYS = MENU_DISCLOSURE_KEYS;
var MENU_ITEM_KEYS = MENU_GROUP_KEYS;
var MENU_ITEM_CHECKBOX_KEYS = [].concat(MENU_ITEM_KEYS, ["name"]);
var MENU_ITEM_RADIO_KEYS = MENU_ITEM_CHECKBOX_KEYS;
var MENU_SEPARATOR_KEYS = MENU_ITEM_KEYS;
exports.MENU_ARROW_KEYS = MENU_ARROW_KEYS;
exports.MENU_BAR_KEYS = MENU_BAR_KEYS;
exports.MENU_BUTTON_KEYS = MENU_BUTTON_KEYS;
exports.MENU_GROUP_KEYS = MENU_GROUP_KEYS;
exports.MENU_ITEM_CHECKBOX_KEYS = MENU_ITEM_CHECKBOX_KEYS;
exports.MENU_ITEM_KEYS = MENU_ITEM_KEYS;
exports.MENU_ITEM_RADIO_KEYS = MENU_ITEM_RADIO_KEYS;
exports.MENU_KEYS = MENU_KEYS;
exports.MENU_SEPARATOR_KEYS = MENU_SEPARATOR_KEYS;
;