@spartacus/schematics
Version:
Spartacus schematics
34 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SEARCH_BOX_COMPONENT_SERVICE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.SEARCH_BOX_COMPONENT_SERVICE_MIGRATION = {
// projects/storefrontlib/cms-components/navigation/search-box/search-box-component.service.ts
class: constants_1.SEARCH_BOX_COMPONENT_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedParams: [
{
className: constants_1.SEARCH_BOX_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.ROUTING_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.TRANSLATION_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.WINDOW_REF,
importPath: constants_1.SPARTACUS_CORE,
},
],
addParams: [
{
className: constants_1.EVENT_SERVICE,
importPath: constants_1.SPARTACUS_CORE,
},
],
};
//# sourceMappingURL=search-box-component.service.migration.js.map