@spartacus/schematics
Version:
Spartacus schematics
22 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT_MIGRATION = {
// feature-libs/product-configurator/rulebased/components/attribute/types/numeric-input-field/configurator-attribute-numeric-input-field.component.ts
class: constants_1.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_COMPONENT,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
deprecatedParams: [
{
className: constants_1.CONFIGURATOR_ATTRIBUTE_NUMERIC_INPUT_FIELD_SERVICE,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
],
addParams: [
{
className: constants_1.CONFIGURATOR_UI_SETTINGS_CONFIG,
importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED,
},
],
};
//# sourceMappingURL=configurator-attribute-numeric-input-field.component.migration.js.map