@spartacus/schematics
Version:
Spartacus schematics
16 lines • 707 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STAR_RATING_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/shared/components/star-rating/star-rating.component.ts
exports.STAR_RATING_COMPONENT_MIGRATION = {
selector: 'cx-star-rating',
componentClassName: constants_1.STAR_RATING_COMPONENT,
removedProperties: [
{
name: constants_1.SET_RATE_ON_EVENT,
comment: `'${constants_1.SET_RATE_ON_EVENT}' method was removed. The '${constants_1.SET_RATE}' method should be used instead`,
},
],
};
//# sourceMappingURL=star-rating.component.migration.js.map