You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('./src/focus-trap.js');
var tokens = require('./src/tokens.js');
var utils = require('./src/utils.js');
var focusTrap_vue_vue_type_script_lang = require('./src/focus-trap.vue_vue_type_script_lang.js');
exports.FOCUS_ON_MOUNT = tokens.FOCUS_ON_MOUNT;
exports.FOCUS_ON_MOUNT_OPTS = tokens.FOCUS_ON_MOUNT_OPTS;
exports.FOCUS_ON_UNMOUNT = tokens.FOCUS_ON_UNMOUNT;
exports.FOCUS_TRAP_INJECTION_KEY = tokens.FOCUS_TRAP_INJECTION_KEY;
exports.ON_MOUNT_FOCUS_EVT = tokens.ON_MOUNT_FOCUS_EVT;
exports.ON_UNMOUNT_FOCUS_EVT = tokens.ON_UNMOUNT_FOCUS_EVT;
exports.focusFirstDescendant = utils.focusFirstDescendant;
exports.focusableStack = utils.focusableStack;
exports.getEdges = utils.getEdges;
exports.getVisibleElement = utils.getVisibleElement;
exports.isHidden = utils.isHidden;
exports.obtainAllFocusableElements = utils.obtainAllFocusableElements;
exports.tryFocus = utils.tryFocus;
exports.ElFocusTrap = focusTrap_vue_vue_type_script_lang["default"];
exports["default"] = focusTrap_vue_vue_type_script_lang["default"];
//# sourceMappingURL=index.js.map