UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

23 lines 917 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INPUTS_TO_REMOVE = void 0; const elements_1 = require("../../../../utils/templates/elements"); exports.INPUTS_TO_REMOVE = [ { inputName: 'active', tags: ['tui-card', 'tui-thumbnail-card'] }, { inputName: 'showLoader', tags: ['tui-toggle'] }, { inputName: 'singleColor', tags: ['tui-toggle'] }, { inputName: 'hoverable', tags: ['tui-badge'] }, { inputName: 'singleColor', tags: ['tui-money'] }, { inputName: 'iconAlign', tags: ['button', 'a'], filterFn: (el) => (0, elements_1.hasElementAttribute)(el, 'tuiLink'), }, { inputName: 'disabled', tags: ['a'], filterFn: (el) => (0, elements_1.hasElementAttribute)(el, 'tuiIconButton') || (0, elements_1.hasElementAttribute)(el, 'tuiButton'), }, ]; //# sourceMappingURL=inputs-to-remove.js.map