UNPKG

@spartacus/schematics

Version:
34 lines 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIGURATOR_FORM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CONFIGURATOR_FORM_COMPONENT_MIGRATION = { //feature-libs/product-configurator/rulebased/components/form/configurator-form.component.ts class: constants_1.CONFIGURATOR_FORM_COMPONENT, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, deprecatedParams: [ { className: constants_1.CONFIGURATOR_COMMONS_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, { className: constants_1.CONFIGURATOR_GROUPS_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, { className: constants_1.CONFIGURATOR_ROUTER_EXTRACTOR_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, { className: constants_1.LANGUAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.CONFIGURATOR_STOREFRONT_UTILS_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, ], }; //# sourceMappingURL=configurator-form.component.migration.js.map