@parameter1/base-cms-marko-web 3.8.0 → 3.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/browser-component.marko.js +86 -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/container.marko.js +54 -0
- package/components/document/index.marko.js +118 -0
- package/components/element/array.marko.js +67 -0
- package/components/element/block.marko.js +44 -0
- package/components/element/clear.marko.js +32 -0
- 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/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/fax.marko.js +40 -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/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/obj-array.marko.js +56 -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/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 +93 -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/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/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/middleware/page-node/index.js +15 -2
- package/middleware/with-content.js +2 -0
- package/package.json +4 -4
@@ -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.11.0/components/node/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
|
+
getRelativeAspectRatioHeight = module_baseCmsImage_module.getRelativeAspectRatioHeight,
|
11
|
+
getRelativeAspectRatioWidth = module_baseCmsImage_module.getRelativeAspectRatioWidth,
|
12
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
13
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
14
|
+
get = module_baseCmsObjectPath_module.get,
|
15
|
+
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
16
|
+
marko_web_img_template = require("../element/img.marko"),
|
17
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
18
|
+
marko_web_img_tag = marko_loadTag(marko_web_img_template),
|
19
|
+
marko_mergeAttrs = require("marko/src/runtime/html/helpers/merge-attrs");
|
20
|
+
|
21
|
+
function render(input, out, __component, component, state) {
|
22
|
+
var data = input;
|
23
|
+
|
24
|
+
const element = "node__image";
|
25
|
+
|
26
|
+
const hasImage = Boolean(input.src);
|
27
|
+
|
28
|
+
const { width, height } = input;
|
29
|
+
|
30
|
+
const options = getAsObject(input, "options");
|
31
|
+
|
32
|
+
if (width || height) {
|
33
|
+
options.w = width || undefined;
|
34
|
+
options.h = height || undefined;
|
35
|
+
}
|
36
|
+
|
37
|
+
if (input.ar) options.ar = input.ar;
|
38
|
+
|
39
|
+
const {
|
40
|
+
w,
|
41
|
+
h,
|
42
|
+
ar,
|
43
|
+
fit,
|
44
|
+
} = options;
|
45
|
+
|
46
|
+
if (w && !h) options.h = ar ? getRelativeAspectRatioHeight(w, ar) : undefined;
|
47
|
+
|
48
|
+
if (h && !w) options.w = ar ? getRelativeAspectRatioWidth(h, ar) : undefined;
|
49
|
+
|
50
|
+
if (!fit) options.fit = options.w && options.h ? "crop" : undefined;
|
51
|
+
|
52
|
+
const attrs = { ...input.attrs, width: options.w, height: options.h };
|
53
|
+
|
54
|
+
if (hasImage) {
|
55
|
+
const src = buildImgixUrl(input.src, options, input.defaultOptions, input.isLogo);
|
56
|
+
|
57
|
+
const srcset = [`${buildImgixUrl(src, { dpr: 2 })} 2x`];
|
58
|
+
|
59
|
+
marko_web_img_tag({
|
60
|
+
lazyload: input.lazyload,
|
61
|
+
src: src,
|
62
|
+
srcset: srcset,
|
63
|
+
alt: input.alt,
|
64
|
+
attrs: attrs,
|
65
|
+
class: [
|
66
|
+
element,
|
67
|
+
input.class
|
68
|
+
]
|
69
|
+
}, out, __component, "0");
|
70
|
+
} else if (input.usePlaceholder) {
|
71
|
+
out.w("<div" +
|
72
|
+
marko_mergeAttrs(attrs, {
|
73
|
+
class: [
|
74
|
+
element,
|
75
|
+
element + "--placeholder",
|
76
|
+
input.class
|
77
|
+
]
|
78
|
+
}) +
|
79
|
+
"></div>");
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
marko_template._ = marko_renderer(render, {
|
84
|
+
___implicit: true,
|
85
|
+
___type: marko_componentType
|
86
|
+
});
|
87
|
+
|
88
|
+
marko_template.meta = {
|
89
|
+
id: "/@parameter1/base-cms-marko-web$3.11.0/components/node/image.marko",
|
90
|
+
tags: [
|
91
|
+
"../element/img.marko"
|
92
|
+
]
|
93
|
+
};
|
@@ -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.11.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.11.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
|
+
};
|
@@ -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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.0/components/node-list/nodes.marko",
|
122
|
+
tags: [
|
123
|
+
"./node.marko",
|
124
|
+
"./element.marko"
|
125
|
+
]
|
126
|
+
};
|