nly-adminlte-vue
Version:
nly adminlte3 components
21 lines (19 loc) • 536 B
JavaScript
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(",");