UNPKG

@spartacus/schematics

Version:
36 lines 1.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIGURATOR_UPDATE_MESSAGE_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CONFIGURATOR_UPDATE_MESSAGE_COMPONENT_MIGRATION = { // feature-libs/product-configurator/rulebased/components/update-message/configurator-update-message.component.ts class: constants_1.CONFIGURATOR_UPDATE_MESSAGE_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_ROUTER_EXTRACTOR_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_COMMON, }, { className: constants_1.MESSAGE_CONFIG, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, ], removeParams: [ { className: constants_1.MESSAGE_CONFIG, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, ], addParams: [ { className: constants_1.CONFIGURATOR_MESSAGE_CONFIG, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, ], }; //# sourceMappingURL=configurator-update-message.component.migration.js.map