UNPKG

@spartacus/schematics

Version:
36 lines 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIGURATOR_STOREFRONT_UTILS_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.CONFIGURATOR_STOREFRONT_UTILS_SERVICE_MIGRATION = { // feature-libs/product-configurator/rulebased/components/service/configurator-storefront-utils.service.ts class: constants_1.CONFIGURATOR_STOREFRONT_UTILS_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, deprecatedParams: [ { className: constants_1.CONFIGURATOR_GROUPS_SERVICE, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, }, { className: constants_1.PLATFORM_ID_STRING, importPath: constants_1.ANGULAR_CORE, }, ], removeParams: [ { className: constants_1.PLATFORM_ID_STRING, importPath: constants_1.ANGULAR_CORE, }, ], addParams: [ { className: constants_1.WINDOW_REF, importPath: constants_1.SPARTACUS_CORE, }, { className: constants_1.KEYBOARD_FOCUS_SERVICE, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=configurator-storefront-utils.service.migration.js.map