@spartacus/schematics
Version:
Spartacus schematics
49 lines • 2.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TAB_PARAGRAPH_CONTAINER_COMPONENT_CONSTRUCTOR_DEPRECATION_2 = exports.TAB_PARAGRAPH_CONTAINER_COMPONENT_CONSTRUCTOR_DEPRECATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.TAB_PARAGRAPH_CONTAINER_COMPONENT_CONSTRUCTOR_DEPRECATION = {
// projects/storefrontlib/cms-components/content/tab-paragraph-container/tab-paragraph-container.component.ts
class: constants_1.TAB_PARAGRAPH_CONTAINER_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedParams: [
{
className: constants_1.CMS_COMPONENT_DATA_CLASS,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
{
className: constants_1.WINDOW_REF,
importPath: constants_1.SPARTACUS_CORE,
},
],
addParams: [
{
className: constants_1.BREAKPOINT_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
],
};
exports.TAB_PARAGRAPH_CONTAINER_COMPONENT_CONSTRUCTOR_DEPRECATION_2 = {
// projects/storefrontlib/cms-components/content/tab-paragraph-container/tab-paragraph-container.component.ts
class: constants_1.TAB_PARAGRAPH_CONTAINER_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedParams: [
{
className: constants_1.CMS_COMPONENT_DATA_CLASS,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
{ className: constants_1.CMS_SERVICE, importPath: constants_1.SPARTACUS_CORE },
],
addParams: [
{
className: constants_1.WINDOW_REF,
importPath: constants_1.SPARTACUS_CORE,
},
{
className: constants_1.BREAKPOINT_SERVICE,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
},
],
};
//# sourceMappingURL=tab-paragraph-container.component.migration.js.map