UNPKG

@spartacus/schematics

Version:
24 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELIVERY_MODE_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.DELIVERY_MODE_COMPONENT_MIGRATION = { // projects/storefrontlib/cms-components/checkout/components/delivery-mode/delivery-mode.component.ts selector: 'cx-delivery-mode', componentClassName: constants_1.DELIVERY_MODE_COMPONENT, removedProperties: [ { name: 'checkoutStepUrlNext', comment: `'checkoutStepUrlNext' property has been removed.`, }, { name: 'checkoutStepUrlPrevious', comment: `'checkoutStepUrlPrevious' property has been removed.`, }, { name: 'currentDeliveryModeId', comment: `'currentDeliveryModeId' property has been removed. The current delivery mode selection is stored in the form called "mode" in the "deliveryModeId" input field.`, }, ], }; //# sourceMappingURL=delivery-mode.component.migration.js.map