UNPKG

@spartacus/schematics

Version:
14 lines 796 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ORDER_OVERVIEW_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/storefrontlib/shared/components/order-overview/order-overview.component.ts exports.ORDER_OVERVIEW_COMPONENT_MIGRATION = [ { class: constants_1.ORDER_OVERVIEW_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.GET_ORDER_CURRENT_DATE_CARD_CONTENT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.ORDER_OVERVIEW_COMPONENT}.${constants_1.GET_ORDER_CURRENT_DATE_CARD_CONTENT}' now requires isoDate parameter. It is no longer optional`, }, ]; //# sourceMappingURL=order-overview.component.migration.js.map