@spartacus/schematics
Version:
Spartacus schematics
28 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STORE_FINDER_STORE_DESCRIPTION_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.STORE_FINDER_STORE_DESCRIPTION_COMPONENT_MIGRATION = {
// feature-libs/storefinder/components/store-finder-store-description/store-finder-store-description.component.ts
class: constants_1.STORE_FINDER_STORE_DESCRIPTION_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFINDER,
deprecatedParams: [
{
className: constants_1.STORE_DATA_SERVICE,
importPath: constants_1.SPARTACUS_STOREFINDER,
},
],
removeParams: [
{
className: constants_1.STORE_DATA_SERVICE,
importPath: constants_1.SPARTACUS_STOREFINDER,
},
],
addParams: [
{
className: constants_1.STORE_FINDER_SERVICE,
importPath: constants_1.SPARTACUS_STOREFINDER,
},
],
};
//# sourceMappingURL=store-finder-store-description.component.migration.js.map