UNPKG

@spartacus/schematics

Version:
26 lines 1.47 kB
"use strict"; 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.SUB, comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.SUB}' was removed from '${constants_1.PRODUCT_LIST_COMPONENT_SERVICE}'. It is no longer used.`, }, { class: constants_1.PRODUCT_LIST_COMPONENT_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.SET_QUERY, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SET_QUERY}' was removed from '${constants_1.PRODUCT_LIST_COMPONENT_SERVICE}'. It is no longer used.`, }, { class: constants_1.PRODUCT_LIST_COMPONENT_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.VIEW_PAGE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.VIEW_PAGE}' was removed from '${constants_1.PRODUCT_LIST_COMPONENT_SERVICE}'. It is no longer used.`, }, ]; //# sourceMappingURL=product-list-component.service.migration.js.map