@parameter1/base-cms-marko-web 3.3.1 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/browser-component.marko.js +81 -0
- package/components/document/components/body-wrapper.marko.js +33 -0
- package/components/document/components/error.marko.js +85 -0
- package/components/document/components/lazysizes.marko.js +21 -0
- package/components/document/components/live-reload.marko.js +30 -0
- package/components/document/components/polyfill.marko.js +33 -0
- package/components/document/container.marko.js +54 -0
- package/components/document/index.marko.js +118 -0
- package/components/element/array.marko.js +67 -0
- package/components/element/audio.marko.js +33 -0
- package/components/element/block.marko.js +44 -0
- package/components/element/clear.marko.js +32 -0
- package/components/element/components/image.marko.js +57 -0
- package/components/element/components/text.marko.js +37 -0
- package/components/element/content/address1.marko.js +40 -0
- package/components/element/content/address2.marko.js +40 -0
- package/components/element/content/audio.marko.js +40 -0
- package/components/element/content/authors.marko.js +43 -0
- package/components/element/content/body.marko.js +62 -0
- package/components/element/content/byline.marko.js +41 -0
- package/components/element/content/city-state-zip.marko.js +40 -0
- package/components/element/content/contributors.marko.js +43 -0
- package/components/element/content/country.marko.js +40 -0
- package/components/element/content/embed-code.marko.js +41 -0
- package/components/element/content/end-date.marko.js +42 -0
- package/components/element/content/ends.marko.js +41 -0
- package/components/element/content/fax.marko.js +40 -0
- package/components/element/content/images.marko.js +44 -0
- package/components/element/content/mobile.marko.js +40 -0
- package/components/element/content/name.marko.js +41 -0
- package/components/element/content/phone.marko.js +40 -0
- package/components/element/content/photographers.marko.js +43 -0
- package/components/element/content/public-email.marko.js +47 -0
- package/components/element/content/published.marko.js +42 -0
- package/components/element/content/short-name.marko.js +41 -0
- package/components/element/content/sidebars.marko.js +63 -0
- package/components/element/content/source.marko.js +40 -0
- package/components/element/content/sponsors.marko.js +43 -0
- package/components/element/content/start-date.marko.js +42 -0
- package/components/element/content/starts.marko.js +41 -0
- package/components/element/content/teaser.marko.js +41 -0
- package/components/element/content/title.marko.js +40 -0
- package/components/element/content/tollfree.marko.js +40 -0
- package/components/element/content/website.marko.js +51 -0
- package/components/element/date.marko.js +27 -0
- package/components/element/image/caption.marko.js +41 -0
- package/components/element/image/credit.marko.js +41 -0
- package/components/element/image/display-name.marko.js +40 -0
- package/components/element/img.marko.js +43 -0
- package/components/element/index.marko.js +47 -0
- package/components/element/link.marko.js +54 -0
- package/components/element/magazine-issue/description.marko.js +41 -0
- package/components/element/magazine-issue/digital-edition-url.marko.js +52 -0
- package/components/element/magazine-issue/name.marko.js +41 -0
- package/components/element/magazine-publication/description.marko.js +41 -0
- package/components/element/magazine-publication/einquiry-url.marko.js +52 -0
- package/components/element/magazine-publication/name.marko.js +41 -0
- package/components/element/magazine-publication/renewal-url.marko.js +52 -0
- package/components/element/magazine-publication/reprints-url.marko.js +52 -0
- package/components/element/magazine-publication/subscribe-url.marko.js +52 -0
- package/components/element/obj-array.marko.js +56 -0
- package/components/element/obj-audio.marko.js +51 -0
- package/components/element/obj-date.marko.js +54 -0
- package/components/element/obj-nodes.marko.js +62 -0
- package/components/element/obj-text.marko.js +53 -0
- package/components/element/obj.marko.js +61 -0
- package/components/element/picture.marko.js +83 -0
- package/components/element/text.marko.js +76 -0
- package/components/element/website-section/description.marko.js +45 -0
- package/components/element/website-section/hierarchy.marko.js +61 -0
- package/components/element/website-section/name.marko.js +46 -0
- package/components/load-more/index.marko.js +119 -0
- package/components/load-more/trigger.marko.js +40 -0
- package/components/node/body.marko.js +112 -0
- package/components/node/element.marko.js +39 -0
- package/components/node/footer.marko.js +63 -0
- package/components/node/header.marko.js +63 -0
- package/components/node/image-inner-wrapper.marko.js +116 -0
- package/components/node/image-wrapper.marko.js +98 -0
- package/components/node/image.marko.js +77 -0
- package/components/node/index.marko.js +100 -0
- package/components/node-list/body.marko.js +50 -0
- package/components/node-list/element.marko.js +35 -0
- package/components/node-list/footer.marko.js +50 -0
- package/components/node-list/header.marko.js +50 -0
- package/components/node-list/index.marko.js +93 -0
- package/components/node-list/node.marko.js +49 -0
- package/components/node-list/nodes.marko.js +126 -0
- package/components/page/container.marko.js +46 -0
- package/components/page/description.marko.js +26 -0
- package/components/page/image.marko.js +122 -0
- package/components/page/layouts/content.marko.js +63 -0
- package/components/page/layouts/default.marko.js +61 -0
- package/components/page/layouts/dynamic-page.marko.js +59 -0
- package/components/page/layouts/magazine-issue.marko.js +59 -0
- package/components/page/layouts/magazine-publication.marko.js +59 -0
- package/components/page/layouts/website-section.marko.js +78 -0
- package/components/page/metadata/components/common.marko.js +108 -0
- package/components/page/metadata/content.marko.js +201 -0
- package/components/page/metadata/default.marko.js +29 -0
- package/components/page/metadata/dynamic-page.marko.js +83 -0
- package/components/page/metadata/magazine-issue.marko.js +84 -0
- package/components/page/metadata/magazine-publication.marko.js +80 -0
- package/components/page/metadata/website-section.marko.js +79 -0
- package/components/page/rel-canonical.marko.js +42 -0
- package/components/page/title.marko.js +46 -0
- package/components/page/wrapper.marko.js +63 -0
- package/components/resolve/page.marko.js +49 -0
- package/components/rss/website-section.marko.js +46 -0
- package/package.json +2 -2
- package/utils/embedded-media/image.js +10 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/node-list/node.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
9
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
10
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
11
|
+
marko_web_node_list_element_template = require("./element.marko"),
|
12
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
13
|
+
marko_web_node_list_element_tag = marko_loadTag(marko_web_node_list_element_template);
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
const blockName = input.blockName || "node-list";
|
19
|
+
|
20
|
+
if (input.renderBody) {
|
21
|
+
marko_web_node_list_element_tag({
|
22
|
+
tag: input.tag,
|
23
|
+
blockName: blockName,
|
24
|
+
name: "node",
|
25
|
+
modifiers: input.modifiers,
|
26
|
+
attrs: input.attrs,
|
27
|
+
renderBody: function(out) {
|
28
|
+
marko_dynamicTag(out, input.renderBody, function() {
|
29
|
+
return {
|
30
|
+
node: input.node,
|
31
|
+
index: input.index
|
32
|
+
};
|
33
|
+
}, null, null, null, __component, "1");
|
34
|
+
}
|
35
|
+
}, out, __component, "0");
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
marko_template._ = marko_renderer(render, {
|
40
|
+
___implicit: true,
|
41
|
+
___type: marko_componentType
|
42
|
+
});
|
43
|
+
|
44
|
+
marko_template.meta = {
|
45
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/node-list/node.marko",
|
46
|
+
tags: [
|
47
|
+
"./element.marko"
|
48
|
+
]
|
49
|
+
};
|
@@ -0,0 +1,126 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/node-list/nodes.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
9
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
10
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
11
|
+
marko_forOf = require("marko/src/runtime/helpers/for-of"),
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_web_node_list_node_template = require("./node.marko"),
|
14
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
15
|
+
marko_web_node_list_node_tag = marko_loadTag(marko_web_node_list_node_template),
|
16
|
+
marko_web_node_list_element_template = require("./element.marko"),
|
17
|
+
marko_web_node_list_element_tag = marko_loadTag(marko_web_node_list_element_template);
|
18
|
+
|
19
|
+
function render(input, out, __component, component, state) {
|
20
|
+
var data = input;
|
21
|
+
|
22
|
+
const nodes = getAsArray(input, "nodes");
|
23
|
+
|
24
|
+
const blockName = input.blockName || "node-list";
|
25
|
+
|
26
|
+
const slots = getAsArray(input, "slots");
|
27
|
+
|
28
|
+
const slotMap = getAsArray(input, "slots").reduce((map, slot) => {
|
29
|
+
const { index, position } = slot;
|
30
|
+
if (index == null && !position) {
|
31
|
+
map.set("default", slot);
|
32
|
+
return map;
|
33
|
+
}
|
34
|
+
if (!position) return map;
|
35
|
+
map.set(`${position}_${index}`, slot)
|
36
|
+
return map;
|
37
|
+
}, new Map());
|
38
|
+
|
39
|
+
const getSlot = (position, index) => (slotMap.get(`${position}_${index}`) || {});
|
40
|
+
|
41
|
+
const defaultSlot = slotMap.get("default") || {};
|
42
|
+
|
43
|
+
const modifiers = [...getAsArray(input, "modifiers")];
|
44
|
+
|
45
|
+
if (input.flushX) modifiers.push("flush-x");
|
46
|
+
|
47
|
+
if (input.flushY) modifiers.push("flush-y");
|
48
|
+
|
49
|
+
if (nodes.length) {
|
50
|
+
marko_web_node_list_element_tag({
|
51
|
+
tag: input.tag,
|
52
|
+
blockName: blockName,
|
53
|
+
name: "nodes",
|
54
|
+
modifiers: modifiers,
|
55
|
+
attrs: input.attrs,
|
56
|
+
renderBody: function(out) {
|
57
|
+
if (input.renderBody) {
|
58
|
+
marko_dynamicTag(out, input.renderBody, function() {
|
59
|
+
return {
|
60
|
+
nodes: nodes,
|
61
|
+
"block-name": blockName
|
62
|
+
};
|
63
|
+
}, null, null, null, __component, "1");
|
64
|
+
} else {
|
65
|
+
var $for$0 = 0;
|
66
|
+
|
67
|
+
marko_forOf(nodes, function(node, index) {
|
68
|
+
var $keyScope$0 = "[" + (($for$0++) + "]");
|
69
|
+
|
70
|
+
const at = getSlot("at", index);
|
71
|
+
|
72
|
+
const before = getSlot("before", index);
|
73
|
+
|
74
|
+
const after = getSlot("after", index);
|
75
|
+
|
76
|
+
if (before.renderBody) {
|
77
|
+
marko_web_node_list_node_tag(marko_assign({}, before, {
|
78
|
+
blockName: blockName,
|
79
|
+
node: node,
|
80
|
+
index: index,
|
81
|
+
modifiers: ["position-before", ...getAsArray(before.modifiers)]
|
82
|
+
}), out, __component, "2" + $keyScope$0);
|
83
|
+
}
|
84
|
+
|
85
|
+
if (at.renderBody) {
|
86
|
+
marko_web_node_list_node_tag(marko_assign({}, at, {
|
87
|
+
blockName: blockName,
|
88
|
+
node: node,
|
89
|
+
index: index,
|
90
|
+
modifiers: ["position-at", ...getAsArray(at.modifiers)]
|
91
|
+
}), out, __component, "3" + $keyScope$0);
|
92
|
+
} else if (defaultSlot.renderBody) {
|
93
|
+
marko_web_node_list_node_tag(marko_assign({}, defaultSlot, {
|
94
|
+
blockName: blockName,
|
95
|
+
node: node,
|
96
|
+
index: index
|
97
|
+
}), out, __component, "4" + $keyScope$0);
|
98
|
+
}
|
99
|
+
|
100
|
+
if (after.renderBody) {
|
101
|
+
marko_web_node_list_node_tag(marko_assign({}, after, {
|
102
|
+
blockName: blockName,
|
103
|
+
node: node,
|
104
|
+
index: index,
|
105
|
+
modifiers: ["position-after", ...getAsArray(after.modifiers)]
|
106
|
+
}), out, __component, "5" + $keyScope$0);
|
107
|
+
}
|
108
|
+
});
|
109
|
+
}
|
110
|
+
}
|
111
|
+
}, out, __component, "0");
|
112
|
+
}
|
113
|
+
}
|
114
|
+
|
115
|
+
marko_template._ = marko_renderer(render, {
|
116
|
+
___implicit: true,
|
117
|
+
___type: marko_componentType
|
118
|
+
});
|
119
|
+
|
120
|
+
marko_template.meta = {
|
121
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/node-list/nodes.marko",
|
122
|
+
tags: [
|
123
|
+
"./node.marko",
|
124
|
+
"./element.marko"
|
125
|
+
]
|
126
|
+
};
|
@@ -0,0 +1,46 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/container.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
9
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
10
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
11
|
+
marko_assign = require("marko/src/runtime/helpers/assign");
|
12
|
+
|
13
|
+
function render(input, out, __component, component, state) {
|
14
|
+
var data = input;
|
15
|
+
|
16
|
+
const tag = input.tag || "main";
|
17
|
+
|
18
|
+
const blockName = "page";
|
19
|
+
|
20
|
+
const classes = [blockName, ...getAsArray(input.modifiers).map(mod => `${blockName}--${mod}`)];
|
21
|
+
|
22
|
+
if (input.for) classes.push(`${blockName}--${input.for}`);
|
23
|
+
|
24
|
+
if (input.for && input.id) classes.push(`${blockName}--${input.for}-${input.id}`);
|
25
|
+
|
26
|
+
if (input.for && input.type) classes.push(`${blockName}--${input.for}-${input.type}`);
|
27
|
+
|
28
|
+
if (input.class) classes.push(input.class);
|
29
|
+
|
30
|
+
marko_dynamicTag(out, tag, function() {
|
31
|
+
return marko_assign({}, input.attrs, {
|
32
|
+
class: classes
|
33
|
+
});
|
34
|
+
}, function(out) {
|
35
|
+
marko_dynamicTag(out, input.renderBody, null, null, null, null, __component, "1");
|
36
|
+
}, null, null, __component, "0");
|
37
|
+
}
|
38
|
+
|
39
|
+
marko_template._ = marko_renderer(render, {
|
40
|
+
___implicit: true,
|
41
|
+
___type: marko_componentType
|
42
|
+
});
|
43
|
+
|
44
|
+
marko_template.meta = {
|
45
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/container.marko"
|
46
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/description.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_attr = require("marko/src/runtime/html/helpers/attr");
|
8
|
+
|
9
|
+
function render(input, out, __component, component, state) {
|
10
|
+
var data = input;
|
11
|
+
|
12
|
+
if (input.value) {
|
13
|
+
out.w("<meta name=\"description\" property=\"og:description\" item-prop=\"description\"" +
|
14
|
+
marko_attr("content", input.value) +
|
15
|
+
">");
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
marko_template._ = marko_renderer(render, {
|
20
|
+
___implicit: true,
|
21
|
+
___type: marko_componentType
|
22
|
+
});
|
23
|
+
|
24
|
+
marko_template.meta = {
|
25
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/description.marko"
|
26
|
+
};
|
@@ -0,0 +1,122 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/image.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsImage_module = require("@parameter1/base-cms-image"),
|
8
|
+
baseCmsImage_module = module_baseCmsImage_module.default || module_baseCmsImage_module,
|
9
|
+
buildImgixUrl = module_baseCmsImage_module.buildImgixUrl,
|
10
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
11
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
12
|
+
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
13
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
14
|
+
marko_web_image_display_name_template = require("../element/image/display-name.marko"),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
|
+
marko_web_image_display_name_tag = marko_loadTag(marko_web_image_display_name_template),
|
17
|
+
marko_web_img_template = require("../element/img.marko"),
|
18
|
+
marko_web_img_tag = marko_loadTag(marko_web_img_template),
|
19
|
+
marko_classAttr = require("marko/src/runtime/html/helpers/class-attr"),
|
20
|
+
marko_web_image_caption_template = require("../element/image/caption.marko"),
|
21
|
+
marko_web_image_caption_tag = marko_loadTag(marko_web_image_caption_template),
|
22
|
+
marko_web_image_credit_template = require("../element/image/credit.marko"),
|
23
|
+
marko_web_image_credit_tag = marko_loadTag(marko_web_image_credit_template),
|
24
|
+
marko_web_block_template = require("../element/block.marko"),
|
25
|
+
marko_web_block_tag = marko_loadTag(marko_web_block_template);
|
26
|
+
|
27
|
+
function render(input, out, __component, component, state) {
|
28
|
+
var data = input;
|
29
|
+
|
30
|
+
const blockName = input.blockName || "page-image";
|
31
|
+
|
32
|
+
const image = getAsObject(input, "obj");
|
33
|
+
|
34
|
+
const withCaption = input.withCaption != null ? input.withCaption : true;
|
35
|
+
|
36
|
+
const withCredit = input.withCredit != null ? input.withCredit : true;
|
37
|
+
|
38
|
+
const withDisplayName = input.withDisplayName != null ? input.withDisplayName : false;
|
39
|
+
|
40
|
+
const lazyload = input.lazyload != null ? input.lazyload : true;
|
41
|
+
|
42
|
+
const width = input.width != null ? input.width : 320;
|
43
|
+
|
44
|
+
const modifiers = [...getAsArray(input, "modifiers")];
|
45
|
+
|
46
|
+
const fluid = input.fluid != null ? input.fluid : true;
|
47
|
+
|
48
|
+
if (fluid) modifiers.push("fluid");
|
49
|
+
|
50
|
+
const hasImage = Boolean(image.src);
|
51
|
+
|
52
|
+
const imageOptions = { w: width, ...input.options };
|
53
|
+
|
54
|
+
const imageAttrs = {};
|
55
|
+
|
56
|
+
if (image.id) imageAttrs["data-image-id"] = image.id;
|
57
|
+
|
58
|
+
if (hasImage) {
|
59
|
+
const src = buildImgixUrl(image.src, imageOptions);
|
60
|
+
|
61
|
+
const srcset = [`${buildImgixUrl(src, { dpr: 2 })} 2x`];
|
62
|
+
|
63
|
+
marko_web_block_tag({
|
64
|
+
name: blockName,
|
65
|
+
tag: "div",
|
66
|
+
modifiers: modifiers,
|
67
|
+
renderBody: function(out) {
|
68
|
+
if (withDisplayName) {
|
69
|
+
marko_web_image_display_name_tag({
|
70
|
+
blockName: blockName,
|
71
|
+
obj: image
|
72
|
+
}, out, __component, "1");
|
73
|
+
}
|
74
|
+
|
75
|
+
out.w("<div" +
|
76
|
+
marko_classAttr(blockName + "__wrapper") +
|
77
|
+
">");
|
78
|
+
|
79
|
+
marko_web_img_tag({
|
80
|
+
lazyload: lazyload,
|
81
|
+
src: src,
|
82
|
+
srcset: srcset,
|
83
|
+
alt: image.alt,
|
84
|
+
class: blockName + "__image",
|
85
|
+
attrs: imageAttrs
|
86
|
+
}, out, __component, "3");
|
87
|
+
|
88
|
+
out.w("</div>");
|
89
|
+
|
90
|
+
if (withCaption) {
|
91
|
+
marko_web_image_caption_tag({
|
92
|
+
blockName: blockName,
|
93
|
+
obj: image
|
94
|
+
}, out, __component, "4");
|
95
|
+
}
|
96
|
+
|
97
|
+
if (withCredit) {
|
98
|
+
marko_web_image_credit_tag({
|
99
|
+
blockName: blockName,
|
100
|
+
obj: image
|
101
|
+
}, out, __component, "5");
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}, out, __component, "0");
|
105
|
+
}
|
106
|
+
}
|
107
|
+
|
108
|
+
marko_template._ = marko_renderer(render, {
|
109
|
+
___implicit: true,
|
110
|
+
___type: marko_componentType
|
111
|
+
});
|
112
|
+
|
113
|
+
marko_template.meta = {
|
114
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/image.marko",
|
115
|
+
tags: [
|
116
|
+
"../element/image/display-name.marko",
|
117
|
+
"../element/img.marko",
|
118
|
+
"../element/image/caption.marko",
|
119
|
+
"../element/image/credit.marko",
|
120
|
+
"../element/block.marko"
|
121
|
+
]
|
122
|
+
};
|
@@ -0,0 +1,63 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/content.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_web_content_page_metadata_template = require("../metadata/content.marko"),
|
8
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
9
|
+
marko_web_content_page_metadata_tag = marko_loadTag(marko_web_content_page_metadata_template),
|
10
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
11
|
+
|
12
|
+
function render(input, out, __component, component, state) {
|
13
|
+
var data = input;
|
14
|
+
|
15
|
+
const { structuredDataQueryFragment, buildStructuredData, id, type } = input;
|
16
|
+
|
17
|
+
const { document } = out.global;
|
18
|
+
|
19
|
+
marko_dynamicTag(out, document, function() {
|
20
|
+
return {
|
21
|
+
"above-container": input.aboveContainer,
|
22
|
+
"below-container": input.belowContainer,
|
23
|
+
foot: input.foot,
|
24
|
+
head: {
|
25
|
+
renderBody: function(out) {
|
26
|
+
marko_web_content_page_metadata_tag({
|
27
|
+
id: id,
|
28
|
+
structuredDataQueryFragment: structuredDataQueryFragment,
|
29
|
+
buildStructuredData: buildStructuredData
|
30
|
+
}, out, __component, "2");
|
31
|
+
|
32
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "3");
|
33
|
+
}
|
34
|
+
},
|
35
|
+
container: {
|
36
|
+
abovePage: input.abovePage,
|
37
|
+
belowPage: input.belowPage,
|
38
|
+
page: {
|
39
|
+
for: "content",
|
40
|
+
tag: "article",
|
41
|
+
id: id,
|
42
|
+
type: type,
|
43
|
+
attrs: input.attrs,
|
44
|
+
renderBody: function(out) {
|
45
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "6");
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
};
|
50
|
+
}, null, null, null, __component, "0");
|
51
|
+
}
|
52
|
+
|
53
|
+
marko_template._ = marko_renderer(render, {
|
54
|
+
___implicit: true,
|
55
|
+
___type: marko_componentType
|
56
|
+
});
|
57
|
+
|
58
|
+
marko_template.meta = {
|
59
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/content.marko",
|
60
|
+
tags: [
|
61
|
+
"../metadata/content.marko"
|
62
|
+
]
|
63
|
+
};
|
@@ -0,0 +1,61 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/default.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_web_default_page_metadata_template = require("../metadata/default.marko"),
|
8
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
9
|
+
marko_web_default_page_metadata_tag = marko_loadTag(marko_web_default_page_metadata_template),
|
10
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
11
|
+
|
12
|
+
function render(input, out, __component, component, state) {
|
13
|
+
var data = input;
|
14
|
+
|
15
|
+
const type = input.type || "default";
|
16
|
+
|
17
|
+
const { title, description } = input;
|
18
|
+
|
19
|
+
const { document } = out.global;
|
20
|
+
|
21
|
+
marko_dynamicTag(out, document, function() {
|
22
|
+
return {
|
23
|
+
"above-container": input.aboveContainer,
|
24
|
+
"below-container": input.belowContainer,
|
25
|
+
foot: input.foot,
|
26
|
+
head: {
|
27
|
+
renderBody: function(out) {
|
28
|
+
marko_web_default_page_metadata_tag({
|
29
|
+
title: title,
|
30
|
+
description: description
|
31
|
+
}, out, __component, "2");
|
32
|
+
|
33
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "3");
|
34
|
+
}
|
35
|
+
},
|
36
|
+
container: {
|
37
|
+
abovePage: input.abovePage,
|
38
|
+
belowPage: input.belowPage,
|
39
|
+
page: {
|
40
|
+
for: type,
|
41
|
+
attrs: input.attrs,
|
42
|
+
renderBody: function(out) {
|
43
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "6");
|
44
|
+
}
|
45
|
+
}
|
46
|
+
}
|
47
|
+
};
|
48
|
+
}, null, null, null, __component, "0");
|
49
|
+
}
|
50
|
+
|
51
|
+
marko_template._ = marko_renderer(render, {
|
52
|
+
___implicit: true,
|
53
|
+
___type: marko_componentType
|
54
|
+
});
|
55
|
+
|
56
|
+
marko_template.meta = {
|
57
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/page/layouts/default.marko",
|
58
|
+
tags: [
|
59
|
+
"../metadata/default.marko"
|
60
|
+
]
|
61
|
+
};
|
@@ -0,0 +1,59 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/dynamic-page.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
8
|
+
marko_web_dynamic_page_metadata_template = marko_loadTemplate(require.resolve("../metadata/dynamic-page.marko")),
|
9
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
10
|
+
marko_web_dynamic_page_metadata_tag = marko_loadTag(marko_web_dynamic_page_metadata_template),
|
11
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
12
|
+
|
13
|
+
function render(input, out, __component, component, state) {
|
14
|
+
var data = input;
|
15
|
+
|
16
|
+
const { id, alias } = input;
|
17
|
+
|
18
|
+
const { document } = out.global;
|
19
|
+
|
20
|
+
marko_dynamicTag(out, document, function() {
|
21
|
+
return {
|
22
|
+
"above-container": input.aboveContainer,
|
23
|
+
"below-container": input.belowContainer,
|
24
|
+
foot: input.foot,
|
25
|
+
head: {
|
26
|
+
renderBody: function(out) {
|
27
|
+
marko_web_dynamic_page_metadata_tag({
|
28
|
+
alias: alias
|
29
|
+
}, out, __component, "2");
|
30
|
+
|
31
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "3");
|
32
|
+
}
|
33
|
+
},
|
34
|
+
container: {
|
35
|
+
abovePage: input.abovePage,
|
36
|
+
belowPage: input.belowPage,
|
37
|
+
page: {
|
38
|
+
for: "dynamic-page",
|
39
|
+
id: id,
|
40
|
+
renderBody: function(out) {
|
41
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "6");
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
};
|
46
|
+
}, null, null, null, __component, "0");
|
47
|
+
}
|
48
|
+
|
49
|
+
marko_template._ = marko_renderer(render, {
|
50
|
+
___implicit: true,
|
51
|
+
___type: marko_componentType
|
52
|
+
});
|
53
|
+
|
54
|
+
marko_template.meta = {
|
55
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/dynamic-page.marko",
|
56
|
+
tags: [
|
57
|
+
"../metadata/dynamic-page.marko"
|
58
|
+
]
|
59
|
+
};
|
@@ -0,0 +1,59 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/magazine-issue.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
8
|
+
marko_web_magazine_issue_page_metadata_template = marko_loadTemplate(require.resolve("../metadata/magazine-issue.marko")),
|
9
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
10
|
+
marko_web_magazine_issue_page_metadata_tag = marko_loadTag(marko_web_magazine_issue_page_metadata_template),
|
11
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
12
|
+
|
13
|
+
function render(input, out, __component, component, state) {
|
14
|
+
var data = input;
|
15
|
+
|
16
|
+
const { id } = input;
|
17
|
+
|
18
|
+
const { document } = out.global;
|
19
|
+
|
20
|
+
marko_dynamicTag(out, document, function() {
|
21
|
+
return {
|
22
|
+
"above-container": input.aboveContainer,
|
23
|
+
"below-container": input.belowContainer,
|
24
|
+
foot: input.foot,
|
25
|
+
head: {
|
26
|
+
renderBody: function(out) {
|
27
|
+
marko_web_magazine_issue_page_metadata_tag({
|
28
|
+
id: id
|
29
|
+
}, out, __component, "2");
|
30
|
+
|
31
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "3");
|
32
|
+
}
|
33
|
+
},
|
34
|
+
container: {
|
35
|
+
abovePage: input.abovePage,
|
36
|
+
belowPage: input.belowPage,
|
37
|
+
page: {
|
38
|
+
for: "magazine-issue",
|
39
|
+
id: id,
|
40
|
+
renderBody: function(out) {
|
41
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "6");
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
};
|
46
|
+
}, null, null, null, __component, "0");
|
47
|
+
}
|
48
|
+
|
49
|
+
marko_template._ = marko_renderer(render, {
|
50
|
+
___implicit: true,
|
51
|
+
___type: marko_componentType
|
52
|
+
});
|
53
|
+
|
54
|
+
marko_template.meta = {
|
55
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/magazine-issue.marko",
|
56
|
+
tags: [
|
57
|
+
"../metadata/magazine-issue.marko"
|
58
|
+
]
|
59
|
+
};
|
@@ -0,0 +1,59 @@
|
|
1
|
+
// Compiled using marko@4.20.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/magazine-publication.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
8
|
+
marko_web_magazine_publication_page_metadata_template = marko_loadTemplate(require.resolve("../metadata/magazine-publication.marko")),
|
9
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
10
|
+
marko_web_magazine_publication_page_metadata_tag = marko_loadTag(marko_web_magazine_publication_page_metadata_template),
|
11
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
12
|
+
|
13
|
+
function render(input, out, __component, component, state) {
|
14
|
+
var data = input;
|
15
|
+
|
16
|
+
const { id } = input;
|
17
|
+
|
18
|
+
const { document } = out.global;
|
19
|
+
|
20
|
+
marko_dynamicTag(out, document, function() {
|
21
|
+
return {
|
22
|
+
"above-container": input.aboveContainer,
|
23
|
+
"below-container": input.belowContainer,
|
24
|
+
foot: input.foot,
|
25
|
+
head: {
|
26
|
+
renderBody: function(out) {
|
27
|
+
marko_web_magazine_publication_page_metadata_tag({
|
28
|
+
id: id
|
29
|
+
}, out, __component, "2");
|
30
|
+
|
31
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "3");
|
32
|
+
}
|
33
|
+
},
|
34
|
+
container: {
|
35
|
+
abovePage: input.abovePage,
|
36
|
+
belowPage: input.belowPage,
|
37
|
+
page: {
|
38
|
+
for: "magazine-publication",
|
39
|
+
id: id,
|
40
|
+
renderBody: function(out) {
|
41
|
+
marko_dynamicTag(out, input.page, null, null, null, null, __component, "6");
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
};
|
46
|
+
}, null, null, null, __component, "0");
|
47
|
+
}
|
48
|
+
|
49
|
+
marko_template._ = marko_renderer(render, {
|
50
|
+
___implicit: true,
|
51
|
+
___type: marko_componentType
|
52
|
+
});
|
53
|
+
|
54
|
+
marko_template.meta = {
|
55
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/page/layouts/magazine-publication.marko",
|
56
|
+
tags: [
|
57
|
+
"../metadata/magazine-publication.marko"
|
58
|
+
]
|
59
|
+
};
|