UNPKG

@spartacus/schematics

Version:
14 lines 984 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIGURATOR_ATTRIBUTE_DROP_DOWN_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); //feature-libs/product-configurator/rulebased/components/attribute/types/drop-down/configurator-attribute-drop-down.component.ts exports.CONFIGURATOR_ATTRIBUTE_DROP_DOWN_COMPONENT_MIGRATION = [ { class: constants_1.CONFIGURATOR_ATTRIBUTE_DROP_DOWN_COMPONENT, importPath: constants_1.SPARTACUS_PRODUCT_CONFIGURATOR_RULEBASED, deprecatedNode: constants_1.ON_SELECT, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.ON_SELECT}' was removed from '${constants_1.CONFIGURATOR_ATTRIBUTE_DROP_DOWN_COMPONENT}'. Instead use new method '${constants_1.ON_SELECT}' from '${constants_1.CONFIGURATOR_ATTRIBUTE_SINGLE_SELECTION_BASE_COMPONENT}'.`, }, ]; //# sourceMappingURL=configurator-attribute-drop-down.component.migration.js.map