UNPKG

@spartacus/schematics

Version:
64 lines 2.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REVIEW_SUBMIT_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.REVIEW_SUBMIT_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/review-submit/review-submit.component.ts class: constants_1.REVIEW_SUBMIT_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.CHECKOUT_DELIVERY_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_PAYMENT_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.USER_ADDRESS_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, { className: constants_1.PROMOTION_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], removeParams: [ { className: constants_1.CHECKOUT_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], addParams: [ { className: constants_1.CHECKOUT_STEP_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, { className: constants_1.PAYMENT_TYPE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.CHECKOUT_COST_CENTER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.USER_COST_CENTER_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=review-submit.component.migration.js.map