UNPKG

@spartacus/schematics

Version:
55 lines 2.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOGGLE_STATUS_COMPONENT_MIGRATION_V2 = exports.TOGGLE_STATUS_COMPONENT_MIGRATION_V1 = void 0; const constants_1 = require("../../../../shared/constants"); exports.TOGGLE_STATUS_COMPONENT_MIGRATION_V1 = { class: constants_1.TOGGLE_STATUS_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, }, ], addParams: [ { className: constants_1.DISABLE_INFO_SERVICE, importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS, }, ], }; exports.TOGGLE_STATUS_COMPONENT_MIGRATION_V2 = { class: constants_1.TOGGLE_STATUS_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, }, ], addParams: [ { className: constants_1.DISABLE_INFO_SERVICE, importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS, }, ], }; //# sourceMappingURL=toggle-status.component.migration.js.map