UNPKG

@spartacus/schematics

Version:
20 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNIT_FORM_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // feature-libs\organization\administration\components\unit\form\unit-form.component.ts exports.UNIT_FORM_COMPONENT_MIGRATION = [ { class: constants_1.UNIT_FORM_COMPONENT, importPath: constants_1.SPARTACUS_ORGANIZATION, deprecatedNode: constants_1.FORM_GROUP, comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.UNIT_FORM_COMPONENT}.${constants_1.FORM_GROUP}' has been renamed to 'form'.`, }, { class: constants_1.UNIT_FORM_COMPONENT, importPath: constants_1.SPARTACUS_ORGANIZATION, deprecatedNode: constants_1.FORM$, comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.UNIT_FORM_COMPONENT}.${constants_1.FORM$}' was removed. Please use 'form' property instead.`, }, ]; //# sourceMappingURL=unit-form.component.migration.js.map