@spartacus/schematics
Version:
Spartacus schematics
14 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POPOVER_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/shared/components/popover/popover.component.ts
exports.POPOVER_COMPONENT_MIGRATION = [
{
class: constants_1.POPOVER_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.INSIDE_CLICKED,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.POPOVER_COMPONENT}.${constants_1.INSIDE_CLICKED}' was removed.`,
},
];
//# sourceMappingURL=popover-component.migration.js.map