@spartacus/schematics
Version:
Spartacus schematics
14 lines • 976 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
//feature-libs/product-configurator/rulebased/components/attribute/types/numeric-input-field/configurator-attribute-numeric-input-field.component.ts
exports.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT_MIGRATION = [
{
class: constants_1.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedNode: constants_1.CREATE_EVENT_FROM_INPUT,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CREATE_EVENT_FROM_INPUT}' was removed from '${constants_1.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT}'. It is no longer used.`,
},
];
//# sourceMappingURL=configurator-attribute-numeric-input-field.component.migration.js.map