@spartacus/schematics
Version:
Spartacus schematics
26 lines • 1.62 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_GROUP_MENU_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
//feature-libs/product-configurator/rulebased/components/group-menu/configurator-group-menu.component.ts
exports.CONFIGURATOR_GROUP_MENU_COMPONENT_MIGRATION = [
{
class: constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.PREVENT_SCROLLING_ON_SPACE,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.PREVENT_SCROLLING_ON_SPACE}' was removed from '${constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT}'. It is no longer used.`,
},
{
class: constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.CLICK_ON_ENTER,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CLICK_ON_ENTER}' was removed from '${constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT}'. It is no longer used.`,
},
{
class: constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.NAVIGATE_UP_ON_ENTER,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.NAVIGATE_UP_ON_ENTER}' was removed from '${constants_1.CONFIGURATOR_GROUP_MENU_COMPONENT}'. It is no longer used.`,
},
];
//# sourceMappingURL=configurator-group-menu.component.migration.js.map