UNPKG

@spartacus/schematics

Version:
98 lines 3.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V3 = exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V2 = exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V1 = void 0; const constants_1 = require("../../../../shared/constants"); exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V1 = { // projects/storefrontlib/cms-components/cart/cart-shared/cart-item-list/cart-item-list.component.ts class: constants_1.CART_ITEM_LIST_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SELECTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.MULTI_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V2 = { // projects/storefrontlib/cms-components/cart/cart-shared/cart-item-list/cart-item-list.component.ts class: constants_1.CART_ITEM_LIST_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SELECTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.MULTI_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; exports.CART_LIST_ITEM_COMPONENT_MIGRATION_V3 = { // projects/storefrontlib/cms-components/cart/cart-shared/cart-item-list/cart-item-list.component.ts class: constants_1.CART_ITEM_LIST_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.ACTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.SELECTIVE_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.USER_ID_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.MULTI_CART_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=cart-list-item.component.migration.js.map