@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
26 lines • 816 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.INPUTS_TO_REMOVE = void 0;
const elements_1 = require("../../../../utils/templates/elements");
exports.INPUTS_TO_REMOVE = [
{
inputName: 'pseudo',
tags: ['a', 'button'],
filterFn: (el) => (0, elements_1.hasElementAttribute)(el, 'tuiLink') &&
!el.attrs.some((attr) => attr.name === '[pseudo]' && attr.value !== 'false'),
},
{
inputName: 'size',
tags: ['tui-pagination'],
filterFn: (el) => (0, elements_1.hasElementAttributeWithValue)(el, 'size', 's'),
},
{
inputName: 'tuiDirectionOrder',
tags: ['table'],
},
{
inputName: 'rounded',
tags: ['tui-accordion'],
},
];
//# sourceMappingURL=inputs-to-remove.js.map