@spartacus/schematics
Version:
Spartacus schematics
17 lines • 871 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT_MIGRATION = {
// feature-libs/product-configurator/rulebased/components/attribute/types/radio-button/configurator-attribute-radio-button.component.ts
class: constants_1.CONFIGURATOR_ATTRIBUTE_RADIO_BUTTON_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedParams: [],
addParams: [
{
className: constants_1.CONFIGURATOR_ATTRIBUTE_QUANTITY_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
],
};
//# sourceMappingURL=configurator-attribute-radio-button.component.migration.js.map