@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,52 @@
|
|
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/element/magazine-publication/renewal-url.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
8
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
9
|
+
isObject = module_baseCmsUtils_module.isObject,
|
10
|
+
module_extractRender = require("../extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
14
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
|
+
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template);
|
17
|
+
|
18
|
+
function render(input, out, __component, component, state) {
|
19
|
+
var data = input;
|
20
|
+
|
21
|
+
const linkInput = { field: "renewalUrl" };
|
22
|
+
|
23
|
+
if (input.link === true) {
|
24
|
+
input.link = linkInput;
|
25
|
+
} else if (isObject(input.link)) {
|
26
|
+
input.link = { ...input.link, ...linkInput };
|
27
|
+
}
|
28
|
+
|
29
|
+
marko_web_obj_text_tag(marko_assign({
|
30
|
+
type: "magazine-publication",
|
31
|
+
blockName: input.blockName,
|
32
|
+
obj: input.obj,
|
33
|
+
field: "renewalUrl",
|
34
|
+
tag: input.tag,
|
35
|
+
class: input.class,
|
36
|
+
modifiers: input.modifiers,
|
37
|
+
attrs: input.attrs,
|
38
|
+
link: input.link
|
39
|
+
}, extractRender(input)), out, __component, "0");
|
40
|
+
}
|
41
|
+
|
42
|
+
marko_template._ = marko_renderer(render, {
|
43
|
+
___implicit: true,
|
44
|
+
___type: marko_componentType
|
45
|
+
});
|
46
|
+
|
47
|
+
marko_template.meta = {
|
48
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/magazine-publication/renewal-url.marko",
|
49
|
+
tags: [
|
50
|
+
"../obj-text.marko"
|
51
|
+
]
|
52
|
+
};
|
@@ -0,0 +1,52 @@
|
|
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/element/magazine-publication/reprints-url.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
8
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
9
|
+
isObject = module_baseCmsUtils_module.isObject,
|
10
|
+
module_extractRender = require("../extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
14
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
|
+
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template);
|
17
|
+
|
18
|
+
function render(input, out, __component, component, state) {
|
19
|
+
var data = input;
|
20
|
+
|
21
|
+
const linkInput = { field: "reprintsUrl" };
|
22
|
+
|
23
|
+
if (input.link === true) {
|
24
|
+
input.link = linkInput;
|
25
|
+
} else if (isObject(input.link)) {
|
26
|
+
input.link = { ...input.link, ...linkInput };
|
27
|
+
}
|
28
|
+
|
29
|
+
marko_web_obj_text_tag(marko_assign({
|
30
|
+
type: "magazine-publication",
|
31
|
+
blockName: input.blockName,
|
32
|
+
obj: input.obj,
|
33
|
+
field: "reprintsUrl",
|
34
|
+
tag: input.tag,
|
35
|
+
class: input.class,
|
36
|
+
modifiers: input.modifiers,
|
37
|
+
attrs: input.attrs,
|
38
|
+
link: input.link
|
39
|
+
}, extractRender(input)), out, __component, "0");
|
40
|
+
}
|
41
|
+
|
42
|
+
marko_template._ = marko_renderer(render, {
|
43
|
+
___implicit: true,
|
44
|
+
___type: marko_componentType
|
45
|
+
});
|
46
|
+
|
47
|
+
marko_template.meta = {
|
48
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/magazine-publication/reprints-url.marko",
|
49
|
+
tags: [
|
50
|
+
"../obj-text.marko"
|
51
|
+
]
|
52
|
+
};
|
@@ -0,0 +1,52 @@
|
|
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/element/magazine-publication/subscribe-url.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
8
|
+
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
9
|
+
isObject = module_baseCmsUtils_module.isObject,
|
10
|
+
module_extractRender = require("../extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
14
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
|
+
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template);
|
17
|
+
|
18
|
+
function render(input, out, __component, component, state) {
|
19
|
+
var data = input;
|
20
|
+
|
21
|
+
const linkInput = { field: "subscribeUrl" };
|
22
|
+
|
23
|
+
if (input.link === true) {
|
24
|
+
input.link = linkInput;
|
25
|
+
} else if (isObject(input.link)) {
|
26
|
+
input.link = { ...input.link, ...linkInput };
|
27
|
+
}
|
28
|
+
|
29
|
+
marko_web_obj_text_tag(marko_assign({
|
30
|
+
type: "magazine-publication",
|
31
|
+
blockName: input.blockName,
|
32
|
+
obj: input.obj,
|
33
|
+
field: "subscribeUrl",
|
34
|
+
tag: input.tag,
|
35
|
+
class: input.class,
|
36
|
+
modifiers: input.modifiers,
|
37
|
+
attrs: input.attrs,
|
38
|
+
link: input.link
|
39
|
+
}, extractRender(input)), out, __component, "0");
|
40
|
+
}
|
41
|
+
|
42
|
+
marko_template._ = marko_renderer(render, {
|
43
|
+
___implicit: true,
|
44
|
+
___type: marko_componentType
|
45
|
+
});
|
46
|
+
|
47
|
+
marko_template.meta = {
|
48
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/magazine-publication/subscribe-url.marko",
|
49
|
+
tags: [
|
50
|
+
"../obj-text.marko"
|
51
|
+
]
|
52
|
+
};
|
@@ -0,0 +1,56 @@
|
|
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/element/obj-array.marko",
|
6
|
+
marko_component = require("./obj-array.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
9
|
+
marko_web_array_template = require("./array.marko"),
|
10
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
11
|
+
marko_web_array_tag = marko_loadTag(marko_web_array_template),
|
12
|
+
marko_web_obj_template = require("./obj.marko"),
|
13
|
+
marko_web_obj_tag = marko_loadTag(marko_web_obj_template);
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
marko_web_obj_tag({
|
19
|
+
type: input.type,
|
20
|
+
blockName: input.blockName,
|
21
|
+
obj: input.obj,
|
22
|
+
field: input.field,
|
23
|
+
class: input.class,
|
24
|
+
modifiers: input.modifiers,
|
25
|
+
renderBody: function(out, { value, classNames }) {
|
26
|
+
marko_web_array_tag({
|
27
|
+
attrs: input.attrs,
|
28
|
+
tag: input.tag,
|
29
|
+
value: value,
|
30
|
+
class: classNames,
|
31
|
+
renderBody: function(out, { value: v, index, length }) {
|
32
|
+
marko_dynamicTag(out, input.renderBody, function() {
|
33
|
+
return {
|
34
|
+
value: v,
|
35
|
+
index: index,
|
36
|
+
length: length
|
37
|
+
};
|
38
|
+
}, null, null, null, __component, "2");
|
39
|
+
}
|
40
|
+
}, out, __component, "1");
|
41
|
+
}
|
42
|
+
}, out, __component, "0");
|
43
|
+
}
|
44
|
+
|
45
|
+
marko_template._ = marko_renderer(render, {
|
46
|
+
___type: marko_componentType
|
47
|
+
}, marko_component);
|
48
|
+
|
49
|
+
marko_template.meta = {
|
50
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/obj-array.marko",
|
51
|
+
component: "./obj-array.marko",
|
52
|
+
tags: [
|
53
|
+
"./array.marko",
|
54
|
+
"./obj.marko"
|
55
|
+
]
|
56
|
+
};
|
@@ -0,0 +1,51 @@
|
|
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/element/obj-audio.marko",
|
6
|
+
marko_component = require("./obj-audio.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_objectLink = require("./object-link"),
|
9
|
+
objectLink = module_objectLink.default || module_objectLink,
|
10
|
+
module_extractRender = require("./extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
14
|
+
marko_web_audio_template = marko_loadTemplate(require.resolve("./audio.marko")),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
|
+
marko_web_audio_tag = marko_loadTag(marko_web_audio_template),
|
17
|
+
marko_web_obj_template = marko_loadTemplate(require.resolve("./obj.marko")),
|
18
|
+
marko_web_obj_tag = marko_loadTag(marko_web_obj_template);
|
19
|
+
|
20
|
+
function render(input, out, __component, component, state) {
|
21
|
+
var data = input;
|
22
|
+
|
23
|
+
marko_web_obj_tag({
|
24
|
+
type: input.type,
|
25
|
+
blockName: input.blockName,
|
26
|
+
obj: input.obj,
|
27
|
+
field: input.field,
|
28
|
+
class: input.class,
|
29
|
+
modifiers: input.modifiers,
|
30
|
+
renderBody: function(out, { value, classNames, resolvedObj }) {
|
31
|
+
marko_web_audio_tag(marko_assign({
|
32
|
+
src: value,
|
33
|
+
class: classNames,
|
34
|
+
attrs: input.attrs
|
35
|
+
}, extractRender(input)), out, __component, "1");
|
36
|
+
}
|
37
|
+
}, out, __component, "0");
|
38
|
+
}
|
39
|
+
|
40
|
+
marko_template._ = marko_renderer(render, {
|
41
|
+
___type: marko_componentType
|
42
|
+
}, marko_component);
|
43
|
+
|
44
|
+
marko_template.meta = {
|
45
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/obj-audio.marko",
|
46
|
+
component: "./obj-audio.marko",
|
47
|
+
tags: [
|
48
|
+
"./audio.marko",
|
49
|
+
"./obj.marko"
|
50
|
+
]
|
51
|
+
};
|
@@ -0,0 +1,54 @@
|
|
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/element/obj-date.marko",
|
6
|
+
marko_component = require("./obj-date.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_objectLink = require("./object-link"),
|
9
|
+
objectLink = module_objectLink.default || module_objectLink,
|
10
|
+
module_extractRender = require("./extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_web_date_template = require("./date.marko"),
|
14
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
15
|
+
marko_web_date_tag = marko_loadTag(marko_web_date_template),
|
16
|
+
marko_web_obj_template = require("./obj.marko"),
|
17
|
+
marko_web_obj_tag = marko_loadTag(marko_web_obj_template);
|
18
|
+
|
19
|
+
function render(input, out, __component, component, state) {
|
20
|
+
var data = input;
|
21
|
+
|
22
|
+
marko_web_obj_tag({
|
23
|
+
type: input.type,
|
24
|
+
blockName: input.blockName,
|
25
|
+
obj: input.obj,
|
26
|
+
field: input.field,
|
27
|
+
class: input.class,
|
28
|
+
modifiers: input.modifiers,
|
29
|
+
renderBody: function(out, { value, classNames, resolvedObj }) {
|
30
|
+
marko_web_date_tag(marko_assign({
|
31
|
+
tag: input.tag,
|
32
|
+
value: value,
|
33
|
+
class: classNames,
|
34
|
+
format: input.format,
|
35
|
+
locale: input.locale,
|
36
|
+
attrs: input.attrs,
|
37
|
+
link: objectLink(input.link, resolvedObj)
|
38
|
+
}, extractRender(input)), out, __component, "1");
|
39
|
+
}
|
40
|
+
}, out, __component, "0");
|
41
|
+
}
|
42
|
+
|
43
|
+
marko_template._ = marko_renderer(render, {
|
44
|
+
___type: marko_componentType
|
45
|
+
}, marko_component);
|
46
|
+
|
47
|
+
marko_template.meta = {
|
48
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/obj-date.marko",
|
49
|
+
component: "./obj-date.marko",
|
50
|
+
tags: [
|
51
|
+
"./date.marko",
|
52
|
+
"./obj.marko"
|
53
|
+
]
|
54
|
+
};
|
@@ -0,0 +1,62 @@
|
|
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/element/obj-nodes.marko",
|
6
|
+
marko_component = require("./obj-nodes.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
9
|
+
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
10
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
11
|
+
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
12
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
13
|
+
marko_web_array_template = require("./array.marko"),
|
14
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
15
|
+
marko_web_array_tag = marko_loadTag(marko_web_array_template),
|
16
|
+
marko_web_obj_template = require("./obj.marko"),
|
17
|
+
marko_web_obj_tag = marko_loadTag(marko_web_obj_template);
|
18
|
+
|
19
|
+
function render(input, out, __component, component, state) {
|
20
|
+
var data = input;
|
21
|
+
|
22
|
+
marko_web_obj_tag({
|
23
|
+
type: input.type,
|
24
|
+
blockName: input.blockName,
|
25
|
+
obj: input.obj,
|
26
|
+
field: input.field,
|
27
|
+
class: input.class,
|
28
|
+
modifiers: input.modifiers,
|
29
|
+
renderBody: function(out, { value, classNames }) {
|
30
|
+
const nodes = getAsArray(value, "edges").map(edge => getAsObject(edge, "node"));
|
31
|
+
|
32
|
+
marko_web_array_tag({
|
33
|
+
attrs: input.attrs,
|
34
|
+
tag: input.tag,
|
35
|
+
value: nodes,
|
36
|
+
class: classNames,
|
37
|
+
renderBody: function(out, { value: node, index, length }) {
|
38
|
+
marko_dynamicTag(out, input.renderBody, function() {
|
39
|
+
return {
|
40
|
+
node: node,
|
41
|
+
index: index,
|
42
|
+
length: length
|
43
|
+
};
|
44
|
+
}, null, null, null, __component, "2");
|
45
|
+
}
|
46
|
+
}, out, __component, "1");
|
47
|
+
}
|
48
|
+
}, out, __component, "0");
|
49
|
+
}
|
50
|
+
|
51
|
+
marko_template._ = marko_renderer(render, {
|
52
|
+
___type: marko_componentType
|
53
|
+
}, marko_component);
|
54
|
+
|
55
|
+
marko_template.meta = {
|
56
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/obj-nodes.marko",
|
57
|
+
component: "./obj-nodes.marko",
|
58
|
+
tags: [
|
59
|
+
"./array.marko",
|
60
|
+
"./obj.marko"
|
61
|
+
]
|
62
|
+
};
|
@@ -0,0 +1,53 @@
|
|
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/element/obj-text.marko",
|
6
|
+
marko_component = require("./obj-text.marko"),
|
7
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_objectLink = require("./object-link"),
|
9
|
+
objectLink = module_objectLink.default || module_objectLink,
|
10
|
+
module_extractRender = require("./extract-render"),
|
11
|
+
extractRender = module_extractRender.default || module_extractRender,
|
12
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
13
|
+
marko_web_text_template = require("./text.marko"),
|
14
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
15
|
+
marko_web_text_tag = marko_loadTag(marko_web_text_template),
|
16
|
+
marko_web_obj_template = require("./obj.marko"),
|
17
|
+
marko_web_obj_tag = marko_loadTag(marko_web_obj_template);
|
18
|
+
|
19
|
+
function render(input, out, __component, component, state) {
|
20
|
+
var data = input;
|
21
|
+
|
22
|
+
marko_web_obj_tag({
|
23
|
+
type: input.type,
|
24
|
+
blockName: input.blockName,
|
25
|
+
obj: input.obj,
|
26
|
+
field: input.field,
|
27
|
+
class: input.class,
|
28
|
+
modifiers: input.modifiers,
|
29
|
+
renderBody: function(out, { value, classNames, resolvedObj }) {
|
30
|
+
marko_web_text_tag(marko_assign({
|
31
|
+
tag: input.tag,
|
32
|
+
value: value,
|
33
|
+
html: input.html,
|
34
|
+
class: classNames,
|
35
|
+
attrs: input.attrs,
|
36
|
+
link: objectLink(input.link, resolvedObj)
|
37
|
+
}, extractRender(input)), out, __component, "1");
|
38
|
+
}
|
39
|
+
}, out, __component, "0");
|
40
|
+
}
|
41
|
+
|
42
|
+
marko_template._ = marko_renderer(render, {
|
43
|
+
___type: marko_componentType
|
44
|
+
}, marko_component);
|
45
|
+
|
46
|
+
marko_template.meta = {
|
47
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/obj-text.marko",
|
48
|
+
component: "./obj-text.marko",
|
49
|
+
tags: [
|
50
|
+
"./text.marko",
|
51
|
+
"./obj.marko"
|
52
|
+
]
|
53
|
+
};
|
@@ -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/element/obj.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
|
+
get = module_baseCmsObjectPath_module.get,
|
10
|
+
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
11
|
+
getAsArray = module_baseCmsObjectPath_module.getAsArray,
|
12
|
+
getLastObject = module_baseCmsObjectPath_module.getLastObject,
|
13
|
+
module_baseCmsInflector_module = require("@parameter1/base-cms-inflector"),
|
14
|
+
baseCmsInflector_module = module_baseCmsInflector_module.default || module_baseCmsInflector_module,
|
15
|
+
dasherize = module_baseCmsInflector_module.dasherize,
|
16
|
+
module_objectType = require("./object-type"),
|
17
|
+
objectType = module_objectType.default || module_objectType,
|
18
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
19
|
+
|
20
|
+
function render(input, out, __component, component, state) {
|
21
|
+
var data = input;
|
22
|
+
|
23
|
+
const obj = getAsObject(input, "obj");
|
24
|
+
|
25
|
+
const field = input.field || "id";
|
26
|
+
|
27
|
+
const resolvedObj = getLastObject(obj, field);
|
28
|
+
|
29
|
+
const type = objectType(input.type || get(resolvedObj, "__typename"));
|
30
|
+
|
31
|
+
const value = get(obj, field);
|
32
|
+
|
33
|
+
const classNames = [];
|
34
|
+
|
35
|
+
if (input.blockName) {
|
36
|
+
const elementName = `${input.blockName}__${type}-${dasherize(field.split(".").pop())}`;
|
37
|
+
classNames.push(elementName);
|
38
|
+
classNames.push(...getAsArray(input.modifiers).map(mod => `${elementName}--${mod}`));
|
39
|
+
}
|
40
|
+
|
41
|
+
classNames.push(input.class);
|
42
|
+
|
43
|
+
if (value) {
|
44
|
+
marko_dynamicTag(out, input.renderBody, function() {
|
45
|
+
return {
|
46
|
+
value: value,
|
47
|
+
"class-names": classNames,
|
48
|
+
"resolved-obj": resolvedObj
|
49
|
+
};
|
50
|
+
}, null, null, null, __component, "0");
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
marko_template._ = marko_renderer(render, {
|
55
|
+
___implicit: true,
|
56
|
+
___type: marko_componentType
|
57
|
+
});
|
58
|
+
|
59
|
+
marko_template.meta = {
|
60
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/obj.marko"
|
61
|
+
};
|
@@ -0,0 +1,83 @@
|
|
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/element/picture.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_picture_template = require("./picture.marko"),
|
11
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
12
|
+
marko_web_picture_tag = marko_loadTag(marko_web_picture_template),
|
13
|
+
marko_core_link_template = require("@parameter1/base-cms-marko-core/components/elements/link.marko"),
|
14
|
+
marko_core_link_tag = marko_loadTag(marko_core_link_template),
|
15
|
+
marko_forOf = require("marko/src/runtime/helpers/for-of"),
|
16
|
+
marko_attr = require("marko/src/runtime/html/helpers/attr"),
|
17
|
+
image_template = require("./components/image.marko"),
|
18
|
+
image_tag = marko_loadTag(image_template);
|
19
|
+
|
20
|
+
function render(input, out, __component, component, state) {
|
21
|
+
var data = input;
|
22
|
+
|
23
|
+
const { link, sources = [], image } = input;
|
24
|
+
|
25
|
+
const hasImage = Boolean(image.src);
|
26
|
+
|
27
|
+
if (hasImage) {
|
28
|
+
if (link) {
|
29
|
+
marko_core_link_tag({
|
30
|
+
before: link.before,
|
31
|
+
after: link.after,
|
32
|
+
href: link.href,
|
33
|
+
target: link.target,
|
34
|
+
title: link.title,
|
35
|
+
rel: link.rel,
|
36
|
+
class: link.class,
|
37
|
+
attrs: link.attrs,
|
38
|
+
renderBody: function(out) {
|
39
|
+
marko_web_picture_tag({
|
40
|
+
image: image,
|
41
|
+
sources: sources
|
42
|
+
}, out, __component, "1");
|
43
|
+
}
|
44
|
+
}, out, __component, "0");
|
45
|
+
} else {
|
46
|
+
out.w("<picture>");
|
47
|
+
|
48
|
+
var $for$0 = 0;
|
49
|
+
|
50
|
+
marko_forOf(sources, function(s) {
|
51
|
+
const srcset = image.lazyload ? null : s.srcset.join(", ");
|
52
|
+
|
53
|
+
const dataSrcset = image.lazyload ? s.srcset.join(", ") : null;
|
54
|
+
|
55
|
+
var $keyScope$0 = "[" + (($for$0++) + "]");
|
56
|
+
|
57
|
+
out.w("<source" +
|
58
|
+
marko_attr("srcset", srcset) +
|
59
|
+
marko_attr("data-srcset", dataSrcset) +
|
60
|
+
marko_attr("media", s.media) +
|
61
|
+
">");
|
62
|
+
});
|
63
|
+
|
64
|
+
image_tag(image, out, __component, "4");
|
65
|
+
|
66
|
+
out.w("</picture>");
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}
|
70
|
+
|
71
|
+
marko_template._ = marko_renderer(render, {
|
72
|
+
___implicit: true,
|
73
|
+
___type: marko_componentType
|
74
|
+
});
|
75
|
+
|
76
|
+
marko_template.meta = {
|
77
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/picture.marko",
|
78
|
+
tags: [
|
79
|
+
"./picture.marko",
|
80
|
+
"@parameter1/base-cms-marko-core/components/elements/link.marko",
|
81
|
+
"./components/image.marko"
|
82
|
+
]
|
83
|
+
};
|
@@ -0,0 +1,76 @@
|
|
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/element/text.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
text_template = require("./components/text.marko"),
|
8
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
9
|
+
text_tag = marko_loadTag(text_template),
|
10
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
11
|
+
marko_web_link_template = require("./link.marko"),
|
12
|
+
marko_web_link_tag = marko_loadTag(marko_web_link_template),
|
13
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag");
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
const tag = input.tag === undefined ? "div" : input.tag;
|
19
|
+
|
20
|
+
const value = input.value != null ? `${input.value}`.trim() : null;
|
21
|
+
|
22
|
+
const textInput = {
|
23
|
+
html: input.html,
|
24
|
+
renderBody: input.renderBody,
|
25
|
+
value,
|
26
|
+
};
|
27
|
+
|
28
|
+
if (value) {
|
29
|
+
if (input.link) {
|
30
|
+
if (tag) {
|
31
|
+
marko_dynamicTag(out, tag, function() {
|
32
|
+
return marko_assign({}, input.attrs, {
|
33
|
+
class: input.class
|
34
|
+
});
|
35
|
+
}, function(out) {
|
36
|
+
marko_web_link_tag(marko_assign({}, input.link, {
|
37
|
+
renderBody: function(out) {
|
38
|
+
text_tag(textInput, out, __component, "2");
|
39
|
+
}
|
40
|
+
}), out, __component, "1");
|
41
|
+
}, null, null, __component, "0");
|
42
|
+
} else {
|
43
|
+
marko_web_link_tag(marko_assign({}, input.link, {
|
44
|
+
renderBody: function(out) {
|
45
|
+
text_tag(textInput, out, __component, "4");
|
46
|
+
}
|
47
|
+
}), out, __component, "3");
|
48
|
+
}
|
49
|
+
} else {
|
50
|
+
if (tag) {
|
51
|
+
marko_dynamicTag(out, tag, function() {
|
52
|
+
return marko_assign({}, input.attrs, {
|
53
|
+
class: input.class
|
54
|
+
});
|
55
|
+
}, function(out) {
|
56
|
+
text_tag(textInput, out, __component, "6");
|
57
|
+
}, null, null, __component, "5");
|
58
|
+
} else {
|
59
|
+
text_tag(textInput, out, __component, "7");
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
marko_template._ = marko_renderer(render, {
|
66
|
+
___implicit: true,
|
67
|
+
___type: marko_componentType
|
68
|
+
});
|
69
|
+
|
70
|
+
marko_template.meta = {
|
71
|
+
id: "/@parameter1/base-cms-marko-web$3.0.0/components/element/text.marko",
|
72
|
+
tags: [
|
73
|
+
"./components/text.marko",
|
74
|
+
"./link.marko"
|
75
|
+
]
|
76
|
+
};
|