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