UNPKG

@spartacus/schematics

Version:
29 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELETE_ITEM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); exports.DELETE_ITEM_COMPONENT_MIGRATION = { class: constants_1.DELETE_ITEM_COMPONENT, importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS, deprecatedParams: [ { className: constants_1.ITEM_SERVICE, importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS, }, { className: constants_1.MESSAGE_SERVICE, importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS, }, { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], removeParams: [ { className: constants_1.FEATURE_CONFIG_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], }; //# sourceMappingURL=delete-item.component.migration.js.map