UNPKG

@spartacus/schematics

Version:
20 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SAVED_CART_LIST_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // feature-libs/cart/saved-cart/components/list/saved-cart-list.component.ts exports.SAVED_CART_LIST_COMPONENT_MIGRATION = [ { class: constants_1.SAVED_CART_LIST_COMPONENT, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, deprecatedNode: constants_1.RESTORE_SAVED_CART, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SAVED_CART_LIST_COMPONENT}.${constants_1.RESTORE_SAVED_CART}' was removed. ${constants_1.SAVED_CART_FORM_DIALOG_COMPONENT} will handle the restore saved cart logic`, }, { class: constants_1.SAVED_CART_LIST_COMPONENT, importPath: constants_1.SPARTACUS_CART_SAVED_CART_COMPONENTS, deprecatedNode: constants_1.ON_RESTORE_COMPLETE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SAVED_CART_LIST_COMPONENT}.${constants_1.ON_RESTORE_COMPLETE}' was removed. ${constants_1.SAVED_CART_FORM_DIALOG_COMPONENT} will handle the restore saved cart completion logic`, }, ]; //# sourceMappingURL=saved-cart-list.component.migration.js.map