@parameter1/base-cms-marko-web 3.8.0 → 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.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.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/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 +2 -2
- 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,125 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/elements/core/text.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_objectPath_module = require("@base-cms/object-path"),
|
10
|
+
objectPath_module = module_objectPath_module.default || module_objectPath_module,
|
11
|
+
get = module_objectPath_module.get,
|
12
|
+
module_utils_module = require("@base-cms/web-common/utils"),
|
13
|
+
utils_module = module_utils_module.default || module_utils_module,
|
14
|
+
elementClassNames = module_utils_module.elementClassNames,
|
15
|
+
module_getHref = require("./get-href"),
|
16
|
+
getHref = module_getHref.default || module_getHref,
|
17
|
+
module_shouldCollapse = require("../../../utils/should-collapse"),
|
18
|
+
shouldCollapse = module_shouldCollapse.default || module_shouldCollapse,
|
19
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
20
|
+
marko_dynamicTag = marko_helpers.d,
|
21
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
22
|
+
tag_content_template = marko_loadTemplate(require.resolve("./components/tag-content.marko")),
|
23
|
+
marko_loadTag = marko_helpers.t,
|
24
|
+
tag_content_tag = marko_loadTag(tag_content_template),
|
25
|
+
marko_assign = require("marko/src/runtime/helper-assign"),
|
26
|
+
cms_link_element_template = marko_loadTemplate(require.resolve("./link.marko")),
|
27
|
+
cms_link_element_tag = marko_loadTag(cms_link_element_template);
|
28
|
+
|
29
|
+
function render(input, out, __component, component, state) {
|
30
|
+
var data = input;
|
31
|
+
|
32
|
+
const result = get(input.obj, input.field, input.defaultValue);
|
33
|
+
|
34
|
+
const value = result == null ? '' : `${result}`.trim();
|
35
|
+
|
36
|
+
const tag = input.tag === null ? null : input.tag || 'div';
|
37
|
+
|
38
|
+
const collapse = shouldCollapse(input.collapse);
|
39
|
+
|
40
|
+
const tagInput = {
|
41
|
+
class: [...elementClassNames(input.block, input.obj, input.field, input.modifiers), input.class],
|
42
|
+
};
|
43
|
+
|
44
|
+
const contentInput = {
|
45
|
+
asHTML: input.asHTML,
|
46
|
+
renderBody: input.renderBody,
|
47
|
+
value,
|
48
|
+
};
|
49
|
+
|
50
|
+
const href = getHref(input.obj, input.linkPath);
|
51
|
+
|
52
|
+
const linkInput = {
|
53
|
+
attrs: input.linkAttrs,
|
54
|
+
block: input.block,
|
55
|
+
class: input.linkClass,
|
56
|
+
collapse,
|
57
|
+
modifiers: input.linkModifiers,
|
58
|
+
path: input.linkPath,
|
59
|
+
renderBody: input.renderBody,
|
60
|
+
to: input.obj,
|
61
|
+
};
|
62
|
+
|
63
|
+
if (!collapse || value) {
|
64
|
+
if (input.link && (!collapse || href)) {
|
65
|
+
if (tag === null) {
|
66
|
+
marko_dynamicTag(input.before, {}, null, out, __component, "0");
|
67
|
+
|
68
|
+
cms_link_element_tag(marko_assign(linkInput, {
|
69
|
+
renderBody: function renderBody(out) {
|
70
|
+
tag_content_tag(contentInput, out, __component, "2");
|
71
|
+
}
|
72
|
+
}), out, __component, "1");
|
73
|
+
|
74
|
+
marko_dynamicTag(input.after, {}, null, out, __component, "3");
|
75
|
+
} else {
|
76
|
+
marko_dynamicTag(tag, marko_assign({}, tagInput, input.attrs, {
|
77
|
+
renderBody: function renderBody(out) {
|
78
|
+
marko_dynamicTag(input.before, {}, null, out, __component, "5");
|
79
|
+
|
80
|
+
cms_link_element_tag(marko_assign(linkInput, {
|
81
|
+
renderBody: function renderBody(out) {
|
82
|
+
tag_content_tag(contentInput, out, __component, "7");
|
83
|
+
}
|
84
|
+
}), out, __component, "6");
|
85
|
+
|
86
|
+
marko_dynamicTag(input.after, {}, null, out, __component, "8");
|
87
|
+
}
|
88
|
+
}), null, out, __component, "4");
|
89
|
+
}
|
90
|
+
} else {
|
91
|
+
if (tag === null) {
|
92
|
+
marko_dynamicTag(input.before, {}, null, out, __component, "9");
|
93
|
+
|
94
|
+
tag_content_tag(contentInput, out, __component, "10");
|
95
|
+
|
96
|
+
marko_dynamicTag(input.after, {}, null, out, __component, "11");
|
97
|
+
} else {
|
98
|
+
marko_dynamicTag(tag, marko_assign({}, tagInput, input.attrs, {
|
99
|
+
renderBody: function renderBody(out) {
|
100
|
+
marko_dynamicTag(input.before, {}, null, out, __component, "13");
|
101
|
+
|
102
|
+
tag_content_tag(contentInput, out, __component, "14");
|
103
|
+
|
104
|
+
marko_dynamicTag(input.after, {}, null, out, __component, "15");
|
105
|
+
}
|
106
|
+
}), null, out, __component, "12");
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
marko_template._ = marko_renderer(render, {
|
113
|
+
___implicit: true,
|
114
|
+
___type: marko_componentType
|
115
|
+
});
|
116
|
+
|
117
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
118
|
+
|
119
|
+
marko_template.meta = {
|
120
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/elements/core/text.marko",
|
121
|
+
tags: [
|
122
|
+
"./components/tag-content.marko",
|
123
|
+
"./link.marko"
|
124
|
+
]
|
125
|
+
};
|
@@ -0,0 +1,65 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/elements/website-section/hierarchy.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_objectPath_module = require("@base-cms/object-path"),
|
10
|
+
objectPath_module = module_objectPath_module.default || module_objectPath_module,
|
11
|
+
getAsArray = module_objectPath_module.getAsArray,
|
12
|
+
module_utils_module = require("@base-cms/web-common/utils"),
|
13
|
+
utils_module = module_utils_module.default || module_utils_module,
|
14
|
+
elementClassNames = module_utils_module.elementClassNames,
|
15
|
+
module_shouldCollapse = require("../../../utils/should-collapse"),
|
16
|
+
shouldCollapse = module_shouldCollapse.default || module_shouldCollapse,
|
17
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
18
|
+
marko_dynamicTag = marko_helpers.d,
|
19
|
+
marko_forEach = marko_helpers.f,
|
20
|
+
marko_assign = require("marko/src/runtime/helper-assign");
|
21
|
+
|
22
|
+
function render(input, out, __component, component, state) {
|
23
|
+
var data = input;
|
24
|
+
|
25
|
+
const field = 'hierarchy';
|
26
|
+
|
27
|
+
const value = getAsArray(input.obj, field);
|
28
|
+
|
29
|
+
const collapse = shouldCollapse(input.collapse);
|
30
|
+
|
31
|
+
const classNames = [...elementClassNames(input.block, input.obj, field, input.modifiers), input.class];
|
32
|
+
|
33
|
+
if (!collapse || value.length) {
|
34
|
+
marko_dynamicTag(input.tag, marko_assign({
|
35
|
+
class: classNames
|
36
|
+
}, input.attrs, {
|
37
|
+
renderBody: function renderBody(out) {
|
38
|
+
marko_dynamicTag(input.before, {}, null, out, __component, "1");
|
39
|
+
|
40
|
+
var for__2 = 0;
|
41
|
+
|
42
|
+
marko_forEach(value, function(section) {
|
43
|
+
var keyscope__3 = "[" + ((for__2++) + "]");
|
44
|
+
|
45
|
+
marko_dynamicTag(input.renderBody, {
|
46
|
+
section: section
|
47
|
+
}, null, out, __component, "4" + keyscope__3);
|
48
|
+
});
|
49
|
+
|
50
|
+
marko_dynamicTag(input.after, {}, null, out, __component, "5");
|
51
|
+
}
|
52
|
+
}), null, out, __component, "0");
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
marko_template._ = marko_renderer(render, {
|
57
|
+
___implicit: true,
|
58
|
+
___type: marko_componentType
|
59
|
+
});
|
60
|
+
|
61
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
62
|
+
|
63
|
+
marko_template.meta = {
|
64
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/elements/website-section/hierarchy.marko"
|
65
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/elements/website-section/name.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_objectPath_module = require("@base-cms/object-path"),
|
10
|
+
objectPath_module = module_objectPath_module.default || module_objectPath_module,
|
11
|
+
get = module_objectPath_module.get,
|
12
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
13
|
+
cms_text_element_template = marko_loadTemplate(require.resolve("../core/text.marko")),
|
14
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
15
|
+
marko_loadTag = marko_helpers.t,
|
16
|
+
cms_text_element_tag = marko_loadTag(cms_text_element_template);
|
17
|
+
|
18
|
+
function render(input, out, __component, component, state) {
|
19
|
+
var data = input;
|
20
|
+
|
21
|
+
const props = {
|
22
|
+
...input,
|
23
|
+
field: 'name',
|
24
|
+
attrs: { ...input.attrs, title: get(input.obj, 'fullName') },
|
25
|
+
};
|
26
|
+
|
27
|
+
cms_text_element_tag(props, out, __component, "0");
|
28
|
+
}
|
29
|
+
|
30
|
+
marko_template._ = marko_renderer(render, {
|
31
|
+
___implicit: true,
|
32
|
+
___type: marko_componentType
|
33
|
+
});
|
34
|
+
|
35
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
36
|
+
|
37
|
+
marko_template.meta = {
|
38
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/elements/website-section/name.marko",
|
39
|
+
tags: [
|
40
|
+
"../core/text.marko"
|
41
|
+
]
|
42
|
+
};
|
@@ -0,0 +1,49 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/gtm/container-init.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_utils_module = require("@base-cms/utils"),
|
10
|
+
utils_module = module_utils_module.default || module_utils_module,
|
11
|
+
isObject = module_utils_module.isObject,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_escapeXml = marko_helpers.x,
|
14
|
+
marko_escapeScript = marko_helpers.xs;
|
15
|
+
|
16
|
+
function render(input, out, __component, component, state) {
|
17
|
+
var data = input;
|
18
|
+
|
19
|
+
const { isArray } = Array;
|
20
|
+
|
21
|
+
const createContainerScript = (containerId, name = 'dataLayer') => `
|
22
|
+
(function(w,d,s,l,i){w[l]=w[l]||[];
|
23
|
+
var f=d.getElementsByTagName(s)[0],
|
24
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
25
|
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
26
|
+
})(window,document,'script','${name}','${containerId}');
|
27
|
+
`;
|
28
|
+
|
29
|
+
const containerIds = (isArray(input.containerId) ? input.containerId : [input.containerId]).filter(v => v);
|
30
|
+
|
31
|
+
const scripts = containerIds.map(containerId => createContainerScript(containerId, input.name));
|
32
|
+
|
33
|
+
if (scripts.length) {
|
34
|
+
out.w("<script>" +
|
35
|
+
marko_escapeScript(scripts.join().replace(/\n/g, "")) +
|
36
|
+
"</script>");
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
marko_template._ = marko_renderer(render, {
|
41
|
+
___implicit: true,
|
42
|
+
___type: marko_componentType
|
43
|
+
});
|
44
|
+
|
45
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
46
|
+
|
47
|
+
marko_template.meta = {
|
48
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/gtm/container-init.marko"
|
49
|
+
};
|
@@ -0,0 +1,41 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/gtm/container-push.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_utils_module = require("@base-cms/utils"),
|
10
|
+
utils_module = module_utils_module.default || module_utils_module,
|
11
|
+
isObject = module_utils_module.isObject,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_escapeXml = marko_helpers.x,
|
14
|
+
marko_escapeScript = marko_helpers.xs;
|
15
|
+
|
16
|
+
function render(input, out, __component, component, state) {
|
17
|
+
var data = input;
|
18
|
+
|
19
|
+
const { isArray } = Array;
|
20
|
+
|
21
|
+
const names = (isArray(input.name) ? input.name : [input.name]).filter(v => v);
|
22
|
+
|
23
|
+
const scripts = names.map(name => isObject(input.data) ? `${name}.push(${JSON.stringify(input.data)});` : '');
|
24
|
+
|
25
|
+
if (scripts.length) {
|
26
|
+
out.w("<script>" +
|
27
|
+
marko_escapeScript(scripts.join().replace(/\n/g, "")) +
|
28
|
+
"</script>");
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
marko_template._ = marko_renderer(render, {
|
33
|
+
___implicit: true,
|
34
|
+
___type: marko_componentType
|
35
|
+
});
|
36
|
+
|
37
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
38
|
+
|
39
|
+
marko_template.meta = {
|
40
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/gtm/container-push.marko"
|
41
|
+
};
|
@@ -0,0 +1,55 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/gtm/container-start.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_utils_module = require("@base-cms/utils"),
|
10
|
+
utils_module = module_utils_module.default || module_utils_module,
|
11
|
+
isObject = module_utils_module.isObject,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_forEach = marko_helpers.f,
|
14
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
15
|
+
cms_gtm_container_push_template = marko_loadTemplate(require.resolve("./container-push.marko")),
|
16
|
+
marko_loadTag = marko_helpers.t,
|
17
|
+
cms_gtm_container_push_tag = marko_loadTag(cms_gtm_container_push_template);
|
18
|
+
|
19
|
+
function render(input, out, __component, component, state) {
|
20
|
+
var data = input;
|
21
|
+
|
22
|
+
const { isArray } = Array;
|
23
|
+
|
24
|
+
const names = (isArray(input.name) ? input.name : [input.name]).filter(v => v);
|
25
|
+
|
26
|
+
const payload = {
|
27
|
+
'gtm.start': new Date().getTime(),
|
28
|
+
event: 'gtm.js',
|
29
|
+
};
|
30
|
+
|
31
|
+
var for__0 = 0;
|
32
|
+
|
33
|
+
marko_forEach(names, function(name) {
|
34
|
+
var keyscope__1 = "[" + ((for__0++) + "]");
|
35
|
+
|
36
|
+
cms_gtm_container_push_tag({
|
37
|
+
name: name,
|
38
|
+
data: payload
|
39
|
+
}, out, __component, "2" + keyscope__1);
|
40
|
+
});
|
41
|
+
}
|
42
|
+
|
43
|
+
marko_template._ = marko_renderer(render, {
|
44
|
+
___implicit: true,
|
45
|
+
___type: marko_componentType
|
46
|
+
});
|
47
|
+
|
48
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
49
|
+
|
50
|
+
marko_template.meta = {
|
51
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/gtm/container-start.marko",
|
52
|
+
tags: [
|
53
|
+
"./container-push.marko"
|
54
|
+
]
|
55
|
+
};
|
@@ -0,0 +1,72 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/gtm/container.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_utils_module = require("@base-cms/utils"),
|
10
|
+
utils_module = module_utils_module.default || module_utils_module,
|
11
|
+
isObject = module_utils_module.isObject,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_escapeXml = marko_helpers.x,
|
14
|
+
marko_escapeScript = marko_helpers.xs,
|
15
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
16
|
+
cms_gtm_container_push_template = marko_loadTemplate(require.resolve("./container-push.marko")),
|
17
|
+
marko_loadTag = marko_helpers.t,
|
18
|
+
cms_gtm_container_push_tag = marko_loadTag(cms_gtm_container_push_template),
|
19
|
+
cms_gtm_container_start_template = marko_loadTemplate(require.resolve("./container-start.marko")),
|
20
|
+
cms_gtm_container_start_tag = marko_loadTag(cms_gtm_container_start_template);
|
21
|
+
|
22
|
+
function render(input, out, __component, component, state) {
|
23
|
+
var data = input;
|
24
|
+
|
25
|
+
const { isArray } = Array;
|
26
|
+
|
27
|
+
const createContainerScript = (containerId, name = 'dataLayer') => `
|
28
|
+
(function(w,d,s,l,i){w[l]=w[l]||[];
|
29
|
+
var f=d.getElementsByTagName(s)[0],
|
30
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
31
|
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
32
|
+
})(window,document,'script','${name}','${containerId}');
|
33
|
+
`;
|
34
|
+
|
35
|
+
const containerIds = (isArray(input.containerId) ? input.containerId : [input.containerId]).filter(v => v);
|
36
|
+
|
37
|
+
const scripts = containerIds.map(containerId => createContainerScript(containerId, input.name));
|
38
|
+
|
39
|
+
if (scripts.length) {
|
40
|
+
out.w("<script>" +
|
41
|
+
marko_escapeScript(scripts.join().replace(/\n/g, "")) +
|
42
|
+
"</script>");
|
43
|
+
}
|
44
|
+
|
45
|
+
if (input.push) {
|
46
|
+
cms_gtm_container_push_tag({
|
47
|
+
name: input.name,
|
48
|
+
data: input.push
|
49
|
+
}, out, __component, "1");
|
50
|
+
}
|
51
|
+
|
52
|
+
if (input.start) {
|
53
|
+
cms_gtm_container_start_tag({
|
54
|
+
name: input.name
|
55
|
+
}, out, __component, "2");
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
marko_template._ = marko_renderer(render, {
|
60
|
+
___implicit: true,
|
61
|
+
___type: marko_componentType
|
62
|
+
});
|
63
|
+
|
64
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
65
|
+
|
66
|
+
marko_template.meta = {
|
67
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/gtm/container.marko",
|
68
|
+
tags: [
|
69
|
+
"./container-push.marko",
|
70
|
+
"./container-start.marko"
|
71
|
+
]
|
72
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.8.4/src/components/gtm/track-event.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
10
|
+
cms_browser_component_template = marko_loadTemplate(require.resolve("../browser/component.marko")),
|
11
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
12
|
+
marko_loadTag = marko_helpers.t,
|
13
|
+
cms_browser_component_tag = marko_loadTag(cms_browser_component_template);
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
cms_browser_component_tag({
|
19
|
+
name: "GTMTrackEvent",
|
20
|
+
props: input
|
21
|
+
}, out, __component, "0");
|
22
|
+
}
|
23
|
+
|
24
|
+
marko_template._ = marko_renderer(render, {
|
25
|
+
___implicit: true,
|
26
|
+
___type: marko_componentType
|
27
|
+
});
|
28
|
+
|
29
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
30
|
+
|
31
|
+
marko_template.meta = {
|
32
|
+
id: "/@base-cms/marko-web$0.8.4/src/components/gtm/track-event.marko",
|
33
|
+
tags: [
|
34
|
+
"../browser/component.marko"
|
35
|
+
]
|
36
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/gtm/track-inview-event.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
marko_loadTemplate = require("marko/src/runtime/helper-loadTemplate"),
|
10
|
+
cms_browser_component_template = marko_loadTemplate(require.resolve("../browser/component.marko")),
|
11
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
12
|
+
marko_loadTag = marko_helpers.t,
|
13
|
+
cms_browser_component_tag = marko_loadTag(cms_browser_component_template);
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
cms_browser_component_tag({
|
19
|
+
name: "GTMTrackInViewEvent",
|
20
|
+
props: input
|
21
|
+
}, out, __component, "0");
|
22
|
+
}
|
23
|
+
|
24
|
+
marko_template._ = marko_renderer(render, {
|
25
|
+
___implicit: true,
|
26
|
+
___type: marko_componentType
|
27
|
+
});
|
28
|
+
|
29
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
30
|
+
|
31
|
+
marko_template.meta = {
|
32
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/gtm/track-inview-event.marko",
|
33
|
+
tags: [
|
34
|
+
"../browser/component.marko"
|
35
|
+
]
|
36
|
+
};
|
@@ -0,0 +1,48 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/page/container/components/content.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_objectPath_module = require("@base-cms/object-path"),
|
10
|
+
objectPath_module = module_objectPath_module.default || module_objectPath_module,
|
11
|
+
get = module_objectPath_module.get,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_dynamicTag = marko_helpers.d,
|
14
|
+
marko_assign = require("marko/src/runtime/helper-assign");
|
15
|
+
|
16
|
+
function render(input, out, __component, component, state) {
|
17
|
+
var data = input;
|
18
|
+
|
19
|
+
const id = get(input, 'data.id');
|
20
|
+
|
21
|
+
const type = get(input, 'data.type');
|
22
|
+
|
23
|
+
const block = 'content-page';
|
24
|
+
|
25
|
+
marko_dynamicTag(input.tag || "article", marko_assign({
|
26
|
+
class: [
|
27
|
+
block,
|
28
|
+
(block + "--") + type,
|
29
|
+
(block + "--") + id,
|
30
|
+
input.class
|
31
|
+
]
|
32
|
+
}, input.attrs, {
|
33
|
+
renderBody: function renderBody(out) {
|
34
|
+
marko_dynamicTag(input.renderBody, {}, null, out, __component, "1");
|
35
|
+
}
|
36
|
+
}), null, out, __component, "0");
|
37
|
+
}
|
38
|
+
|
39
|
+
marko_template._ = marko_renderer(render, {
|
40
|
+
___implicit: true,
|
41
|
+
___type: marko_componentType
|
42
|
+
});
|
43
|
+
|
44
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
45
|
+
|
46
|
+
marko_template.meta = {
|
47
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/page/container/components/content.marko"
|
48
|
+
};
|
@@ -0,0 +1,39 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/page/container/components/default.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
10
|
+
marko_dynamicTag = marko_helpers.d,
|
11
|
+
marko_assign = require("marko/src/runtime/helper-assign");
|
12
|
+
|
13
|
+
function render(input, out, __component, component, state) {
|
14
|
+
var data = input;
|
15
|
+
|
16
|
+
const block = 'default-page';
|
17
|
+
|
18
|
+
marko_dynamicTag(input.tag || "main", marko_assign({
|
19
|
+
class: [
|
20
|
+
block,
|
21
|
+
input.class
|
22
|
+
]
|
23
|
+
}, input.attrs, {
|
24
|
+
renderBody: function renderBody(out) {
|
25
|
+
marko_dynamicTag(input.renderBody, {}, null, out, __component, "1");
|
26
|
+
}
|
27
|
+
}), null, out, __component, "0");
|
28
|
+
}
|
29
|
+
|
30
|
+
marko_template._ = marko_renderer(render, {
|
31
|
+
___implicit: true,
|
32
|
+
___type: marko_componentType
|
33
|
+
});
|
34
|
+
|
35
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
36
|
+
|
37
|
+
marko_template.meta = {
|
38
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/page/container/components/default.marko"
|
39
|
+
};
|
@@ -0,0 +1,45 @@
|
|
1
|
+
// Compiled using marko@4.15.2 - DO NOT EDIT
|
2
|
+
"use strict";
|
3
|
+
|
4
|
+
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
+
marko_componentType = "/@base-cms/marko-web$0.9.53/src/components/page/container/components/dynamic-page.marko",
|
6
|
+
components_helpers = require("marko/src/components/helpers"),
|
7
|
+
marko_renderer = components_helpers.r,
|
8
|
+
marko_defineComponent = components_helpers.c,
|
9
|
+
module_objectPath_module = require("@base-cms/object-path"),
|
10
|
+
objectPath_module = module_objectPath_module.default || module_objectPath_module,
|
11
|
+
get = module_objectPath_module.get,
|
12
|
+
marko_helpers = require("marko/src/runtime/html/helpers"),
|
13
|
+
marko_dynamicTag = marko_helpers.d,
|
14
|
+
marko_assign = require("marko/src/runtime/helper-assign");
|
15
|
+
|
16
|
+
function render(input, out, __component, component, state) {
|
17
|
+
var data = input;
|
18
|
+
|
19
|
+
const id = get(input, 'data.id');
|
20
|
+
|
21
|
+
const block = 'dynamic-page';
|
22
|
+
|
23
|
+
marko_dynamicTag(input.tag || "main", marko_assign({
|
24
|
+
class: [
|
25
|
+
block,
|
26
|
+
(block + "--") + id,
|
27
|
+
input.class
|
28
|
+
]
|
29
|
+
}, input.attrs, {
|
30
|
+
renderBody: function renderBody(out) {
|
31
|
+
marko_dynamicTag(input.renderBody, {}, null, out, __component, "1");
|
32
|
+
}
|
33
|
+
}), null, out, __component, "0");
|
34
|
+
}
|
35
|
+
|
36
|
+
marko_template._ = marko_renderer(render, {
|
37
|
+
___implicit: true,
|
38
|
+
___type: marko_componentType
|
39
|
+
});
|
40
|
+
|
41
|
+
marko_template.Component = marko_defineComponent({}, marko_template._);
|
42
|
+
|
43
|
+
marko_template.meta = {
|
44
|
+
id: "/@base-cms/marko-web$0.9.53/src/components/page/container/components/dynamic-page.marko"
|
45
|
+
};
|