@spartacus/schematics
Version:
Spartacus schematics
44 lines • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CHECKOUT_PROGRESS_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CHECKOUT_PROGRESS_COMPONENT_MIGRATION = {
// projects/storefrontlib/cms-components/checkout/components/checkout-progress/checkout-progress.component.ts
class: constants_1.CHECKOUT_PROGRESS_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedParams: [
{
className: constants_1.CHECKOUT_CONFIG,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
{
className: constants_1.ROUTING_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.ROUTING_CONFIG_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
],
removeParams: [
{
className: constants_1.CHECKOUT_CONFIG,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
{
className: constants_1.ROUTING_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.ROUTING_CONFIG_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
],
addParams: [
{
className: constants_1.CHECKOUT_STEP_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
],
};
//# sourceMappingURL=checkout-progress.component.migration.js.map