Files
formipay/node_modules/reakit/lib/__keys-a7141fdd.js
dwindown e8fbfb14c1 fix: prevent asset conflicts between React and Grid.js versions
Add coexistence checks to all enqueue methods to prevent loading
both React and Grid.js assets simultaneously.

Changes:
- ReactAdmin.php: Only enqueue React assets when ?react=1
- Init.php: Skip Grid.js when React active on admin pages
- Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0
- Customer.php, Product.php, License.php: Add coexistence checks

Now the toggle between Classic and React versions works correctly.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 17:02:14 +07:00

23 lines
2.2 KiB
JavaScript

'use strict';
// 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;