@parameter1/base-cms-marko-web 3.7.11 → 3.11.0
Sign up to get free protection for your applications and to get access to all the features.
- package/base-cms-marko-web-0.7.4.tgz +0 -0
- package/base-cms-marko-web-0.9.37.tgz +0 -0
- package/base-cms-marko-web-0.9.55.tgz +0 -0
- package/components/browser-component.marko.js +86 -0
- package/components/document/components/assets.marko.js +43 -0
- package/components/document/components/body-wrapper.marko.js +33 -0
- package/components/document/components/error.marko.js +85 -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 +0 -5
- package/components/element/components/image.marko.js +62 -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/sidebar-stubs.marko.js +64 -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/image/slider.marko.js +51 -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-issue/pdf-url.marko.js +52 -0
- package/components/element/magazine-publication/cancel-url.marko.js +52 -0
- package/components/element/magazine-publication/change-address-url.marko.js +52 -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 +85 -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 +24 -17
- package/components/node/image.marko.js +93 -0
- package/components/node/index.marko.js +100 -0
- package/components/node/marko.json +1 -0
- package/components/node/utils/image-height.js +3 -5
- package/components/node/utils/image-values.js +8 -3
- 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 +60 -0
- package/components/page/layouts/magazine-issue.marko.js +60 -0
- package/components/page/layouts/magazine-publication.marko.js +60 -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 +85 -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/queries/all-author-content.marko.js +38 -0
- package/components/queries/all-company-content.marko.js +38 -0
- package/components/queries/all-published-content.marko.js +38 -0
- package/components/queries/components/loader.marko.js +45 -0
- package/components/queries/content.marko.js +38 -0
- package/components/queries/dynamic-page.marko.js +38 -0
- package/components/queries/index.marko.js +108 -0
- package/components/queries/magazine-active-issues.marko.js +38 -0
- package/components/queries/magazine-issue.marko.js +38 -0
- package/components/queries/magazine-latest-issue.marko.js +38 -0
- package/components/queries/magazine-publication.marko.js +38 -0
- package/components/queries/magazine-publications.marko.js +38 -0
- package/components/queries/magazine-scheduled-content.marko.js +38 -0
- package/components/queries/related-published-content.marko.js +38 -0
- package/components/queries/website-optioned-content.marko.js +38 -0
- package/components/queries/website-scheduled-content.marko.js +38 -0
- package/components/queries/website-section.marko.js +38 -0
- package/components/resolve/index.marko.js +86 -0
- package/components/resolve/page.marko.js +49 -0
- package/components/rss/website-section.marko.js +46 -0
- package/middleware/page-node/index.js +15 -2
- package/middleware/with-content.js +2 -0
- package/package.json +4 -4
- package/src/components/ads/gam/define-display.marko.js +63 -0
- package/src/components/ads/gam/display.marko.js +41 -0
- package/src/components/ads/gam/head.marko.js +48 -0
- package/src/components/ads/gam/init.marko.js +31 -0
- package/src/components/ads/gam/out-of-page.marko.js +47 -0
- package/src/components/ads/placeholder.marko.js +35 -0
- package/src/components/browser/component.marko.js +38 -0
- package/src/components/document/components/assets.marko.js +52 -0
- package/src/components/document/components/error.marko.js +54 -0
- package/src/components/document/components/load-more-result.marko.js +27 -0
- package/src/components/document/index.marko.js +73 -0
- package/src/components/document/live-reload.marko.js +35 -0
- package/src/components/elements/content/authors.marko.js +38 -0
- package/src/components/elements/content/body.marko.js +38 -0
- package/src/components/elements/content/byline.marko.js +38 -0
- package/src/components/elements/content/components/contacts.marko.js +68 -0
- package/src/components/elements/content/contributors.marko.js +38 -0
- package/src/components/elements/content/embed-code.marko.js +38 -0
- package/src/components/elements/content/name.marko.js +38 -0
- package/src/components/elements/content/photographers.marko.js +38 -0
- package/src/components/elements/content/published.marko.js +38 -0
- package/src/components/elements/content/short-name.marko.js +38 -0
- package/src/components/elements/content/source.marko.js +38 -0
- package/src/components/elements/content/sponsors.marko.js +38 -0
- package/src/components/elements/content/teaser.marko.js +38 -0
- package/src/components/elements/core/components/imgix.marko.js +58 -0
- package/src/components/elements/core/components/tag-content.marko.js +37 -0
- package/src/components/elements/core/date.marko.js +56 -0
- package/src/components/elements/core/html.marko.js +38 -0
- package/src/components/elements/core/image.marko.js +91 -0
- package/src/components/elements/core/link.marko.js +61 -0
- package/src/components/elements/core/load-more.marko.js +49 -0
- package/src/components/elements/core/text.marko.js +125 -0
- package/src/components/elements/website-section/hierarchy.marko.js +65 -0
- package/src/components/elements/website-section/name.marko.js +42 -0
- package/src/components/gtm/container-init.marko.js +49 -0
- package/src/components/gtm/container-push.marko.js +41 -0
- package/src/components/gtm/container-start.marko.js +55 -0
- package/src/components/gtm/container.marko.js +72 -0
- package/src/components/gtm/track-event.marko.js +36 -0
- package/src/components/gtm/track-inview-event.marko.js +36 -0
- package/src/components/page/container/components/content.marko.js +48 -0
- package/src/components/page/container/components/default.marko.js +39 -0
- package/src/components/page/container/components/dynamic-page.marko.js +45 -0
- package/src/components/page/container/components/home.marko.js +39 -0
- package/src/components/page/container/components/website-section.marko.js +45 -0
- package/src/components/page/container/index.marko.js +63 -0
- package/src/components/page/description.marko.js +31 -0
- package/src/components/page/metadata/components/content.marko.js +111 -0
- package/src/components/page/metadata/components/dynamic-page.marko.js +51 -0
- package/src/components/page/metadata/components/magazine-issue.marko.js +51 -0
- package/src/components/page/metadata/components/magazine-publication.marko.js +51 -0
- package/src/components/page/metadata/components/website-section.marko.js +51 -0
- package/src/components/page/metadata/index.marko.js +87 -0
- package/src/components/page/rel-canonical.marko.js +43 -0
- package/src/components/page/title.marko.js +50 -0
- package/src/components/queries/all-author-content.marko.js +39 -0
- package/src/components/queries/all-company-content.marko.js +39 -0
- package/src/components/queries/all-published-content.marko.js +39 -0
- package/src/components/queries/components/loader-multi.marko.js +66 -0
- package/src/components/queries/components/loader-raw.marko.js +64 -0
- package/src/components/queries/components/loader-single.marko.js +66 -0
- package/src/components/queries/components/loader.marko.js +65 -0
- package/src/components/queries/magazine-active-issues.marko.js +39 -0
- package/src/components/queries/magazine-issues.marko.js +39 -0
- package/src/components/queries/magazine-latest-issue.marko.js +39 -0
- package/src/components/queries/magazine-publications.marko.js +39 -0
- package/src/components/queries/magazine-scheduled-content.marko.js +39 -0
- package/src/components/queries/published-content.marko.js +39 -0
- package/src/components/queries/published-startable-content.marko.js +39 -0
- package/src/components/queries/related-published-content.marko.js +39 -0
- package/src/components/queries/website-scheduled-content-by-year.marko.js +39 -0
- package/src/components/queries/website-scheduled-content.marko.js +39 -0
@@ -0,0 +1,100 @@
|
|
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.8.0/components/node/index.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_web_node_header_template = require("./header.marko"),
|
11
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
12
|
+
marko_web_node_header_tag = marko_loadTag(marko_web_node_header_template),
|
13
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
14
|
+
marko_web_node_image_wrapper_template = require("./image-wrapper.marko"),
|
15
|
+
marko_web_node_image_wrapper_tag = marko_loadTag(marko_web_node_image_wrapper_template),
|
16
|
+
marko_web_node_body_template = require("./body.marko"),
|
17
|
+
marko_web_node_body_tag = marko_loadTag(marko_web_node_body_template),
|
18
|
+
marko_web_node_element_template = require("./element.marko"),
|
19
|
+
marko_web_node_element_tag = marko_loadTag(marko_web_node_element_template),
|
20
|
+
marko_web_node_footer_template = require("./footer.marko"),
|
21
|
+
marko_web_node_footer_tag = marko_loadTag(marko_web_node_footer_template),
|
22
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
23
|
+
|
24
|
+
function render(input, out, __component, component, state) {
|
25
|
+
var data = input;
|
26
|
+
|
27
|
+
const blockName = input.blockName || "node";
|
28
|
+
|
29
|
+
const tag = input.tag || "div";
|
30
|
+
|
31
|
+
const modifiers = [...getAsArray(input.modifiers)];
|
32
|
+
|
33
|
+
if (input.imagePosition) modifiers.push(`image-${input.imagePosition}`);
|
34
|
+
|
35
|
+
if (input.flush) modifiers.push("flush");
|
36
|
+
|
37
|
+
if (input.flushX) modifiers.push("flush-x");
|
38
|
+
|
39
|
+
if (input.flushY) modifiers.push("flush-y");
|
40
|
+
|
41
|
+
if (input.card) modifiers.push("card");
|
42
|
+
|
43
|
+
if (input.imageFlush) modifiers.push("image-flush");
|
44
|
+
|
45
|
+
if (input.fullHeight) modifiers.push("full-height");
|
46
|
+
|
47
|
+
if (input.type) modifiers.push(`${input.type}-type`);
|
48
|
+
|
49
|
+
const classNames = [blockName, ...modifiers.map(mod => `${blockName}--${mod}`), input.class];
|
50
|
+
|
51
|
+
marko_dynamicTag(out, tag, function() {
|
52
|
+
return marko_assign({}, input.attrs, {
|
53
|
+
class: classNames
|
54
|
+
});
|
55
|
+
}, function(out) {
|
56
|
+
if (input.header) {
|
57
|
+
marko_web_node_header_tag(input.header, out, __component, "1");
|
58
|
+
}
|
59
|
+
|
60
|
+
marko_web_node_element_tag({
|
61
|
+
show: true,
|
62
|
+
tag: "div",
|
63
|
+
blockName: "node",
|
64
|
+
name: "contents",
|
65
|
+
renderBody: function(out) {
|
66
|
+
if (input.image) {
|
67
|
+
marko_web_node_image_wrapper_tag(marko_assign({
|
68
|
+
ar: "1:1",
|
69
|
+
width: 320,
|
70
|
+
lazyload: true
|
71
|
+
}, input.image), out, __component, "3");
|
72
|
+
}
|
73
|
+
|
74
|
+
if (input.body) {
|
75
|
+
marko_web_node_body_tag(input.body, out, __component, "4");
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}, out, __component, "2");
|
79
|
+
|
80
|
+
if (input.footer) {
|
81
|
+
marko_web_node_footer_tag(input.footer, out, __component, "5");
|
82
|
+
}
|
83
|
+
}, null, null, __component, "0");
|
84
|
+
}
|
85
|
+
|
86
|
+
marko_template._ = marko_renderer(render, {
|
87
|
+
___implicit: true,
|
88
|
+
___type: marko_componentType
|
89
|
+
});
|
90
|
+
|
91
|
+
marko_template.meta = {
|
92
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node/index.marko",
|
93
|
+
tags: [
|
94
|
+
"./header.marko",
|
95
|
+
"./image-wrapper.marko",
|
96
|
+
"./body.marko",
|
97
|
+
"./element.marko",
|
98
|
+
"./footer.marko"
|
99
|
+
]
|
100
|
+
};
|
@@ -1,12 +1,17 @@
|
|
1
1
|
const imageHeight = require('./image-height');
|
2
2
|
|
3
|
-
module.exports = ({
|
3
|
+
module.exports = ({
|
4
|
+
fluid,
|
5
|
+
ar,
|
6
|
+
width = 320,
|
7
|
+
delimiter = ':',
|
8
|
+
}) => {
|
4
9
|
if (fluid === true) {
|
5
|
-
if (ar) return { modifier: `fluid-${ar.replace(
|
10
|
+
if (ar) return { modifier: `fluid-${ar.replace(delimiter, 'by')}` };
|
6
11
|
return { modifier: 'fluid' };
|
7
12
|
}
|
8
13
|
if (ar) {
|
9
|
-
return { width, height: imageHeight(width, ar) };
|
14
|
+
return { width, height: imageHeight(width, ar, delimiter) };
|
10
15
|
}
|
11
16
|
return { width };
|
12
17
|
};
|
@@ -0,0 +1,50 @@
|
|
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.8.0/components/node-list/body.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
|
+
const modifiers = [...getAsArray(input, "modifiers")];
|
21
|
+
|
22
|
+
if (input.flushX) modifiers.push("flush-x");
|
23
|
+
|
24
|
+
if (input.flushY) modifiers.push("flush-y");
|
25
|
+
|
26
|
+
if (input.renderBody) {
|
27
|
+
marko_web_node_list_element_tag({
|
28
|
+
tag: input.tag,
|
29
|
+
blockName: blockName,
|
30
|
+
name: "body",
|
31
|
+
modifiers: modifiers,
|
32
|
+
attrs: input.attrs,
|
33
|
+
renderBody: function(out) {
|
34
|
+
marko_dynamicTag(out, input.renderBody, null, null, null, null, __component, "1");
|
35
|
+
}
|
36
|
+
}, out, __component, "0");
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
marko_template._ = marko_renderer(render, {
|
41
|
+
___implicit: true,
|
42
|
+
___type: marko_componentType
|
43
|
+
});
|
44
|
+
|
45
|
+
marko_template.meta = {
|
46
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node-list/body.marko",
|
47
|
+
tags: [
|
48
|
+
"./element.marko"
|
49
|
+
]
|
50
|
+
};
|
@@ -0,0 +1,35 @@
|
|
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.8.0/components/node-list/element.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
8
|
+
marko_web_element_template = require("../element"),
|
9
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
10
|
+
marko_web_element_tag = marko_loadTag(marko_web_element_template);
|
11
|
+
|
12
|
+
function render(input, out, __component, component, state) {
|
13
|
+
var data = input;
|
14
|
+
|
15
|
+
const block = input.blockName || "node-list";
|
16
|
+
|
17
|
+
marko_web_element_tag(marko_assign({
|
18
|
+
name: "default",
|
19
|
+
tag: "div"
|
20
|
+
}, input, {
|
21
|
+
blockName: block
|
22
|
+
}), out, __component, "0");
|
23
|
+
}
|
24
|
+
|
25
|
+
marko_template._ = marko_renderer(render, {
|
26
|
+
___implicit: true,
|
27
|
+
___type: marko_componentType
|
28
|
+
});
|
29
|
+
|
30
|
+
marko_template.meta = {
|
31
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node-list/element.marko",
|
32
|
+
tags: [
|
33
|
+
"../element"
|
34
|
+
]
|
35
|
+
};
|
@@ -0,0 +1,50 @@
|
|
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.8.0/components/node-list/footer.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
|
+
const modifiers = [...getAsArray(input, "modifiers")];
|
21
|
+
|
22
|
+
if (input.flushX) modifiers.push("flush-x");
|
23
|
+
|
24
|
+
if (input.flushY) modifiers.push("flush-y");
|
25
|
+
|
26
|
+
if (input.renderBody) {
|
27
|
+
marko_web_node_list_element_tag({
|
28
|
+
tag: input.tag,
|
29
|
+
blockName: blockName,
|
30
|
+
name: "footer",
|
31
|
+
modifiers: modifiers,
|
32
|
+
attrs: input.attrs,
|
33
|
+
renderBody: function(out) {
|
34
|
+
marko_dynamicTag(out, input.renderBody, null, null, null, null, __component, "1");
|
35
|
+
}
|
36
|
+
}, out, __component, "0");
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
marko_template._ = marko_renderer(render, {
|
41
|
+
___implicit: true,
|
42
|
+
___type: marko_componentType
|
43
|
+
});
|
44
|
+
|
45
|
+
marko_template.meta = {
|
46
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node-list/footer.marko",
|
47
|
+
tags: [
|
48
|
+
"./element.marko"
|
49
|
+
]
|
50
|
+
};
|
@@ -0,0 +1,50 @@
|
|
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.8.0/components/node-list/header.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
|
+
const modifiers = [...getAsArray(input, "modifiers")];
|
21
|
+
|
22
|
+
if (input.flushX) modifiers.push("flush-x");
|
23
|
+
|
24
|
+
if (input.flushY) modifiers.push("flush-y");
|
25
|
+
|
26
|
+
if (input.renderBody) {
|
27
|
+
marko_web_node_list_element_tag({
|
28
|
+
tag: input.tag,
|
29
|
+
blockName: blockName,
|
30
|
+
name: "header",
|
31
|
+
modifiers: modifiers,
|
32
|
+
attrs: input.attrs,
|
33
|
+
renderBody: function(out) {
|
34
|
+
marko_dynamicTag(out, input.renderBody, null, null, null, null, __component, "1");
|
35
|
+
}
|
36
|
+
}, out, __component, "0");
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
marko_template._ = marko_renderer(render, {
|
41
|
+
___implicit: true,
|
42
|
+
___type: marko_componentType
|
43
|
+
});
|
44
|
+
|
45
|
+
marko_template.meta = {
|
46
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node-list/header.marko",
|
47
|
+
tags: [
|
48
|
+
"./element.marko"
|
49
|
+
]
|
50
|
+
};
|
@@ -0,0 +1,93 @@
|
|
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.8.0/components/node-list/index.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
|
+
get = module_baseCmsObjectPath_module.get,
|
11
|
+
module_shouldCollapse = require("../../utils/should-collapse"),
|
12
|
+
shouldCollapse = module_shouldCollapse.default || module_shouldCollapse,
|
13
|
+
marko_web_node_list_header_template = require("./header.marko"),
|
14
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
15
|
+
marko_web_node_list_header_tag = marko_loadTag(marko_web_node_list_header_template),
|
16
|
+
marko_web_node_list_body_template = require("./body.marko"),
|
17
|
+
marko_web_node_list_body_tag = marko_loadTag(marko_web_node_list_body_template),
|
18
|
+
marko_web_node_list_nodes_template = require("./nodes.marko"),
|
19
|
+
marko_web_node_list_nodes_tag = marko_loadTag(marko_web_node_list_nodes_template),
|
20
|
+
marko_web_node_list_footer_template = require("./footer.marko"),
|
21
|
+
marko_web_node_list_footer_tag = marko_loadTag(marko_web_node_list_footer_template),
|
22
|
+
marko_mergeAttrs = require("marko/src/runtime/html/helpers/merge-attrs");
|
23
|
+
|
24
|
+
function render(input, out, __component, component, state) {
|
25
|
+
var data = input;
|
26
|
+
|
27
|
+
const blockName = input.blockName || "node-list";
|
28
|
+
|
29
|
+
const tag = input.tag || "div";
|
30
|
+
|
31
|
+
const nodes = getAsArray(input, "nodes.nodes");
|
32
|
+
|
33
|
+
const justified = get(input, "justified", false);
|
34
|
+
|
35
|
+
const innerJustified = get(input, "innerJustified", false);
|
36
|
+
|
37
|
+
const modifiers = [...getAsArray(input.modifiers)];
|
38
|
+
|
39
|
+
if (input.flushX) modifiers.push("flush-x");
|
40
|
+
|
41
|
+
if (input.flushY) modifiers.push("flush-y");
|
42
|
+
|
43
|
+
if (input.fullHeight) modifiers.push("full-height");
|
44
|
+
|
45
|
+
if (justified) modifiers.push("justified");
|
46
|
+
|
47
|
+
if (innerJustified) modifiers.push("inner-justified");
|
48
|
+
|
49
|
+
const collapsible = shouldCollapse(input.collapsible);
|
50
|
+
|
51
|
+
const classNames = [blockName, ...modifiers.map(mod => `${blockName}--${mod}`), input.class];
|
52
|
+
|
53
|
+
if (nodes.length || (!collapsible)) {
|
54
|
+
out.w("<div" +
|
55
|
+
marko_mergeAttrs(input.attrs, {
|
56
|
+
class: classNames
|
57
|
+
}) +
|
58
|
+
">");
|
59
|
+
|
60
|
+
if (input.header) {
|
61
|
+
marko_web_node_list_header_tag(input.header, out, __component, "1");
|
62
|
+
}
|
63
|
+
|
64
|
+
if (input.body) {
|
65
|
+
marko_web_node_list_body_tag(input.body, out, __component, "2");
|
66
|
+
}
|
67
|
+
|
68
|
+
if (input.nodes) {
|
69
|
+
marko_web_node_list_nodes_tag(input.nodes, out, __component, "3");
|
70
|
+
}
|
71
|
+
|
72
|
+
if (input.footer) {
|
73
|
+
marko_web_node_list_footer_tag(input.footer, out, __component, "4");
|
74
|
+
}
|
75
|
+
|
76
|
+
out.w("</div>");
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
marko_template._ = marko_renderer(render, {
|
81
|
+
___implicit: true,
|
82
|
+
___type: marko_componentType
|
83
|
+
});
|
84
|
+
|
85
|
+
marko_template.meta = {
|
86
|
+
id: "/@parameter1/base-cms-marko-web$3.8.0/components/node-list/index.marko",
|
87
|
+
tags: [
|
88
|
+
"./header.marko",
|
89
|
+
"./body.marko",
|
90
|
+
"./nodes.marko",
|
91
|
+
"./footer.marko"
|
92
|
+
]
|
93
|
+
};
|
@@ -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.8.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.8.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.8.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.8.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.8.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.8.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.8.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.8.0/components/page/description.marko"
|
26
|
+
};
|