UNPKG

@spartacus/schematics

Version:
73 lines 2.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SAVED_CART_DETAILS_OVERVIEW_COMPONENT_MIGRATION_V2 = exports.SAVED_CART_DETAILS_OVERVIEW_COMPONENT_MIGRATION_V1 = void 0; const constants_1 = require("../../../../shared/constants"); exports.SAVED_CART_DETAILS_OVERVIEW_COMPONENT_MIGRATION_V1 = { // feature-libs/cart/saved-cart/components/details/saved-cart-details-overview/saved-cart-details-overview.component.ts class: constants_1.SAVED_CART_DETAILS_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, deprecatedParams: [ { className: constants_1.SAVED_CART_DETAILS_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SAVED_CART_FORM_LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, { className: constants_1.VIEW_CONTAINER_REF, importPath: constants_1.ANGULAR_CORE, }, ], removeParams: [ { className: constants_1.SAVED_CART_FORM_LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, ], addParams: [ { className: constants_1.LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; exports.SAVED_CART_DETAILS_OVERVIEW_COMPONENT_MIGRATION_V2 = { // feature-libs/cart/saved-cart/components/details/saved-cart-details-overview/saved-cart-details-overview.component.ts class: constants_1.SAVED_CART_DETAILS_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, deprecatedParams: [ { className: constants_1.SAVED_CART_DETAILS_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, { className: constants_1.TRANSLATION_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SAVED_CART_FORM_LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, { className: constants_1.VIEW_CONTAINER_REF, importPath: constants_1.ANGULAR_CORE, }, { className: constants_1.LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], removeParams: [ { className: constants_1.SAVED_CART_FORM_LAUNCH_DIALOG_SERVICE, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, }, ], }; //# sourceMappingURL=saved-cart-details-overview.component.migration.js.map