reakit
Version:
Toolkit for building accessible rich web apps with React
23 lines (20 loc) • 2.2 kB
JavaScript
// Automatically generated
var COMBOBOX_LIST_STATE_KEYS = ["baseId", "unstable_idCountRef", "unstable_virtual", "rtl", "orientation", "groups", "currentId", "loop", "wrap", "shift", "unstable_moves", "unstable_hasActiveWidget", "unstable_includesBaseElement", "items", "menuRole", "inputValue", "minValueLength", "currentValue", "values", "limit", "matches", "list", "inline", "autoSelect", "visible", "setBaseId", "unregisterItem", "registerGroup", "unregisterGroup", "move", "next", "previous", "up", "down", "first", "last", "sort", "unstable_setVirtual", "setRTL", "setOrientation", "setCurrentId", "setLoop", "setWrap", "setShift", "reset", "unstable_setIncludesBaseElement", "unstable_setHasActiveWidget", "registerItem", "setInputValue", "setMinValueLength", "setValues", "setLimit", "setList", "setInline", "setAutoSelect"];
var COMBOBOX_LIST_GRID_STATE_KEYS = [].concat(COMBOBOX_LIST_STATE_KEYS, ["columns", "setColumns"]);
var COMBOBOX_STATE_KEYS = [].concat(COMBOBOX_LIST_STATE_KEYS, ["animated", "animating", "modal", "unstable_disclosureRef", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "setModal", "place"]);
var COMBOBOX_GRID_STATE_KEYS = [].concat(COMBOBOX_LIST_GRID_STATE_KEYS, COMBOBOX_STATE_KEYS);
var COMBOBOX_KEYS = [].concat(COMBOBOX_GRID_STATE_KEYS, ["hideOnEsc"]);
var COMBOBOX_GRID_CELL_KEYS = COMBOBOX_GRID_STATE_KEYS;
var COMBOBOX_GRID_ROW_KEYS = COMBOBOX_GRID_CELL_KEYS;
var COMBOBOX_ITEM_KEYS = [].concat(COMBOBOX_GRID_ROW_KEYS, ["value"]);
var COMBOBOX_LIST_KEYS = COMBOBOX_GRID_ROW_KEYS;
var COMBOBOX_OPTION_KEYS = COMBOBOX_LIST_KEYS;
var COMBOBOX_POPOVER_KEYS = COMBOBOX_OPTION_KEYS;
exports.COMBOBOX_GRID_CELL_KEYS = COMBOBOX_GRID_CELL_KEYS;
exports.COMBOBOX_GRID_ROW_KEYS = COMBOBOX_GRID_ROW_KEYS;
exports.COMBOBOX_ITEM_KEYS = COMBOBOX_ITEM_KEYS;
exports.COMBOBOX_KEYS = COMBOBOX_KEYS;
exports.COMBOBOX_LIST_KEYS = COMBOBOX_LIST_KEYS;
exports.COMBOBOX_OPTION_KEYS = COMBOBOX_OPTION_KEYS;
exports.COMBOBOX_POPOVER_KEYS = COMBOBOX_POPOVER_KEYS;
;