@spartacus/schematics
Version:
Spartacus schematics
14 lines • 903 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
//feature-libs/product-configurator/rulebased/components/attribute/types/radio-button/configurator-attribute-radio-button.component.ts
exports.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT_MIGRATION = [
{
class: constants_1.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.ON_DESELECT,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.ON_DESELECT}' was removed from '${constants_1.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT}'. It is no longer used.`,
},
];
//# sourceMappingURL=configurator-attribute-radio-button.component.migration.js.map