@spartacus/schematics
Version:
Spartacus schematics
32 lines • 1.76 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PAGE_EVENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/events/page/page.events.ts
exports.PAGE_EVENT_MIGRATION = [
{
class: constants_1.PAGE_EVENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.CONTEXT,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.PAGE_EVENT}.${constants_1.CONTEXT}' was removed. Please use 'navigation' property instead, or subscribe to 'NavigationEvent'.`,
},
{
class: constants_1.PAGE_EVENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.SEMANTIC_ROUTE,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.PAGE_EVENT}.${constants_1.SEMANTIC_ROUTE}' was removed. Please use 'navigation' property instead, or subscribe to 'NavigationEvent'.`,
},
{
class: constants_1.PAGE_EVENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.URL,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.PAGE_EVENT}.${constants_1.URL}' was removed. Please use 'navigation' property instead, or subscribe to 'NavigationEvent'.`,
},
{
class: constants_1.PAGE_EVENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.PARAMS,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.PAGE_EVENT}.${constants_1.PARAMS}' was removed. Please use 'navigation' property instead, or subscribe to 'NavigationEvent'.`,
},
];
//# sourceMappingURL=page-event.builder.ts.migration.js.map