UNPKG

nly-adminlte-vue

Version:
21 lines (19 loc) 536 B
export const IGNORED_FIELD_KEYS = { _rowVariant: true, _cellVariants: true, _showDetails: true }; export const EVENT_FILTER = [ "a", "a *", // Include content inside links "button", "button *", // Include content inside buttons "input:not(.disabled):not([disabled])", "select:not(.disabled):not([disabled])", "textarea:not(.disabled):not([disabled])", '[role="link"]', '[role="link"] *', '[role="button"]', '[role="button"] *', "[tabindex]:not(.disabled):not([disabled])" ].join(",");