@spartacus/schematics
Version:
Spartacus schematics
19 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ADDED_TO_CART_DIALOG_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.ADDED_TO_CART_DIALOG_COMPONENT_MIGRATION = [
{
class: constants_1.ADDED_TO_CART_DIALOG_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.INCREMENT,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.ADDED_TO_CART_DIALOG_COMPONENT}.${constants_1.INCREMENT}' was removed. Please set 'numberOfEntriesBeforeAdd' property instead`,
},
{
class: constants_1.ADDED_TO_CART_DIALOG_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.ORDER_PROMOTIONS$,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.ADDED_TO_CART_DIALOG_COMPONENT}.${constants_1.ORDER_PROMOTIONS$}' was removed. The component may get promotions directly from the cart.`,
},
];
//# sourceMappingURL=added-to-cart-dialog-component.migration.js.map