@spartacus/schematics
Version:
Spartacus schematics
30 lines • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.USER_GROUP_USER_LIST_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.USER_GROUP_USER_LIST_COMPONENT_MIGRATION = {
// feature-libs\organization\administration\components\user-group\users\user-group-user-list.component.ts
class: constants_1.USER_GROUP_USER_LIST_COMPONENT,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
deprecatedParams: [
{
className: constants_1.CURRENT_USER_GROUP_SERVICE,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
},
{
className: constants_1.USER_GROUP_USER_LIST_SERVICE,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
},
{
className: constants_1.MESSAGE_SERVICE,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
},
],
removeParams: [
{
className: constants_1.MESSAGE_SERVICE,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
},
],
};
//# sourceMappingURL=user-group-user-list.component.migration.js.map