@spartacus/schematics
Version:
Spartacus schematics
26 lines • 1.65 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_PRODUCT_TITLE_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
//feature-libs/product-configurator/rulebased/components/product-title/configurator-product-title.component.ts
exports.CONFIGURATOR_PRODUCT_TITLE_COMPONENT_MIGRATION = [
{
class: constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.GET_PRODUCT_IMAGE_URL,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_PRODUCT_IMAGE_URL}' was removed from '${constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT}'. It is no longer used.`,
},
{
class: constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.GET_PRODUCT_IMAGE_ALT,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_PRODUCT_IMAGE_ALT}' was removed from '${constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT}'. It is no longer used.`,
},
{
class: constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.CLICK_ON_ENTER,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CLICK_ON_ENTER}' was removed from '${constants_1.CONFIGURATOR_PRODUCT_TITLE_COMPONENT}'. It is no longer used.`,
},
];
//# sourceMappingURL=configurator-product-title.component.migration.js.map