@spartacus/schematics
Version:
Spartacus schematics
42 lines • 1.73 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_GROUP_MENU_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CONFIGURATOR_GROUP_MENU_COMPONENT_MIGRATION = {
// feature-libs/product-configurator/rulebased/components/group-menu/configurator-group-menu.component.ts
class: constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedParams: [
{
className: constants_1.CONFIGURATOR_COMMONS_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_COMMON,
},
{
className: constants_1.CONFIGURATOR_GROUPS_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
{
className: constants_1.HAMBURGER_MENU_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
{
className: constants_1.CONFIGURATOR_ROUTER_EXTRACTOR_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_COMMON,
},
{
className: constants_1.CONFIGURATOR_STOREFRONT_UTILS_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
],
addParams: [
{
className: constants_1.CONFIGURATOR_GROUP_MENU_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
{
className: constants_1.DIRECTION_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
],
};
//# sourceMappingURL=configurator-group-menu.component.migration.js.map