@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
15 lines • 2.7 kB
JavaScript
// Automatically generated
export var USE_SELECT_BASE_STATE_KEYS = ["values", "selectedValue"];
export var USE_SELECT_LIST_STATE_KEYS = [...USE_SELECT_BASE_STATE_KEYS, "baseId", "rtl", "orientation", "currentId", "loop", "wrap", "shift", "unstable_includesBaseElement"];
export var SELECT_LIST_STATE_KEYS = [...USE_SELECT_LIST_STATE_KEYS, "unstable_idCountRef", "unstable_virtual", "unstable_hasActiveWidget", "groups", "unstable_moves", "menuRole", "items", "valuesById", "currentValue", "selectedId", "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", "setSelectedValue"];
export var SELECT_BASE_STATE_KEYS = SELECT_LIST_STATE_KEYS;
export var USE_SELECT_POPOVER_STATE_KEYS = ["baseId", "visible", "animated", "modal", "placement", "unstable_fixed", "unstable_flip", "unstable_offset", "gutter", "unstable_preventOverflow"];
export var SELECT_POPOVER_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "animated", "animating", "modal", "unstable_disclosureRef", "unstable_referenceRef", "unstable_popoverRef", "unstable_arrowRef", "unstable_popoverStyles", "unstable_arrowStyles", "unstable_originalPlacement", "unstable_update", "placement", "setBaseId", "show", "hide", "toggle", "setVisible", "setAnimated", "stopAnimation", "setModal", "place"];
export var USE_SELECT_STATE_KEYS = [...USE_SELECT_BASE_STATE_KEYS, ...USE_SELECT_POPOVER_STATE_KEYS, "rtl", "orientation", "currentId", "loop", "wrap", "shift", "unstable_includesBaseElement"];
export var SELECT_STATE_KEYS = [...USE_SELECT_BASE_STATE_KEYS, ...SELECT_POPOVER_STATE_KEYS, "unstable_virtual", "rtl", "orientation", "currentId", "loop", "wrap", "shift", "unstable_includesBaseElement", "unstable_hasActiveWidget", "groups", "unstable_moves", "menuRole", "items", "valuesById", "currentValue", "selectedId", "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", "setSelectedValue"];
export var SELECT_KEYS = [...SELECT_STATE_KEYS, "hideOnEsc"];
export var SELECT_ITEM_KEYS = [...SELECT_STATE_KEYS, "value"];
export var SELECT_LIST_KEYS = SELECT_STATE_KEYS;
export var SELECT_OPTION_KEYS = SELECT_LIST_KEYS;
export var SELECT_POPOVER_KEYS = SELECT_OPTION_KEYS;
//# sourceMappingURL=__keys.js.map