UNPKG

@spartacus/schematics

Version:
56 lines 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SHIPPING_ADDRESS_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.SHIPPING_ADDRESS_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/shipping-address/shipping-address.component.ts class: constants_1.SHIPPING_ADDRESS_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.USER_ADDRESS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, { className: constants_1.ACTIVATED_ROUTE, importPath: constants_1.ANGULAR_ROUTER, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.ROUTING_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.CHECKOUT_STEP_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=shipping-address.component.migration.js.map