UNPKG

@spartacus/schematics

Version:
15 lines 762 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STOREFRONT_COMPONENT_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/storefrontlib/layout/main/storefront.component.ts exports.STOREFRONT_COMPONENT_MIGRATION = [ { class: constants_1.STOREFRONT_COMPONENT, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedNode: constants_1.COLLAPSE_MENU_IF_CLICK_OUTSIDE, newNode: constants_1.COLLAPSE_MENU_IF_CLICK_OUTSIDE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.COLLAPSE_MENU_IF_CLICK_OUTSIDE}' changed method param type from 'MouseEvent' to 'any'`, }, ]; //# sourceMappingURL=storefront-component.migration.js.map