UNPKG

@spartacus/schematics

Version:
48 lines 1.75 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHECKOUT_PROGRESS_MOBILE_TOP_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CHECKOUT_PROGRESS_MOBILE_TOP_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/checkout-progress/checkout-progress-mobile-top/checkout-progress-mobile-top.component.ts class: constants_1.CHECKOUT_PROGRESS_MOBILE_TOP_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, }, { className: constants_1.ACTIVE_CART_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-mobile-top.component.migration.js.map