UNPKG

@spartacus/schematics

Version:
32 lines 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ORDER_CONFIRMATION_OVERVIEW_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); //projects/storefrontlib/cms-components/order-confirmation/components/order-confirmation-overview/order-confirmation-overview.component.ts; exports.ORDER_CONFIRMATION_OVERVIEW_COMPONENT_MIGRATION = [ { class: constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.GET_ADDRESS_CARD_CONTENT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_ADDRESS_CARD_CONTENT}' was removed from '${constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT}'.`, }, { class: constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.GET_DELIVERY_MODE_CARD_CONTENT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_DELIVERY_MODE_CARD_CONTENT}' was removed from '${constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT}'.`, }, { class: constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.GET_PAYMENT_INFO_CARD_CONTENT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_PAYMENT_INFO_CARD_CONTENT}' was removed from '${constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT}'.`, }, { class: constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.GET_BILLING_ADDRESS_CARD_CONTENT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.GET_BILLING_ADDRESS_CARD_CONTENT}' was removed from '${constants_1.ORDER_CONFIRMATION_OVERVIEW_COMPONENT}'.`, }, ]; //# sourceMappingURL=order-confirmation-overview.component.migration.js.map