@spartacus/schematics
Version:
Spartacus schematics
14 lines • 846 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRODUCT_LIST_COMPONENT_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/cms-components/product/product-list/container/product-list-component.service.ts
exports.PRODUCT_LIST_COMPONENT_SERVICE_MIGRATION = [
{
class: constants_1.PRODUCT_LIST_COMPONENT_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.DEFAULT_PAGE_SIZE,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.PRODUCT_LIST_COMPONENT_SERVICE}.${constants_1.DEFAULT_PAGE_SIZE}' was removed, to modify default page size use 'view.defaultPageSize' configuration property.`,
},
];
//# sourceMappingURL=product-list-component.service.migration.js.map