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