@parameter1/base-cms-marko-web 2.75.1 → 2.80.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/browser-component.marko.js +53 -14
- package/components/document/components/body-wrapper.marko.js +2 -2
- package/components/document/components/error.marko.js +2 -2
- package/components/document/components/lazysizes.marko.js +21 -0
- package/components/document/components/live-reload.marko.js +2 -2
- package/components/document/container.marko.js +2 -2
- package/components/document/index.marko.js +32 -28
- package/components/element/array.marko.js +5 -5
- package/components/element/audio.marko.js +33 -0
- package/components/element/block.marko.js +5 -5
- package/components/element/clear.marko.js +2 -2
- package/components/element/components/image.marko.js +5 -5
- package/components/element/components/text.marko.js +2 -2
- package/components/element/content/address1.marko.js +4 -3
- package/components/element/content/address2.marko.js +4 -3
- package/components/element/content/audio.marko.js +40 -0
- package/components/element/content/authors.marko.js +4 -3
- package/components/element/content/body.marko.js +9 -8
- package/components/element/content/byline.marko.js +4 -3
- package/components/element/content/city-state-zip.marko.js +4 -3
- package/components/element/content/contributors.marko.js +4 -3
- package/components/element/content/country.marko.js +4 -3
- package/components/element/content/embed-code.marko.js +4 -3
- package/components/element/content/end-date.marko.js +4 -3
- package/components/element/content/ends.marko.js +7 -12
- package/components/element/content/fax.marko.js +4 -3
- package/components/element/content/images.marko.js +7 -12
- package/components/element/content/mobile.marko.js +4 -3
- package/components/element/content/name.marko.js +4 -3
- package/components/element/content/phone.marko.js +4 -3
- package/components/element/content/photographers.marko.js +4 -3
- package/components/element/content/public-email.marko.js +7 -6
- package/components/element/content/published.marko.js +4 -3
- package/components/element/content/short-name.marko.js +4 -3
- package/components/element/content/sidebars.marko.js +5 -4
- package/components/element/content/source.marko.js +4 -3
- package/components/element/content/sponsors.marko.js +4 -3
- package/components/element/content/start-date.marko.js +4 -3
- package/components/element/content/starts.marko.js +7 -12
- package/components/element/content/teaser.marko.js +4 -3
- package/components/element/content/title.marko.js +4 -3
- package/components/element/content/tollfree.marko.js +4 -3
- package/components/element/content/website.marko.js +7 -6
- package/components/element/date.marko.js +5 -4
- package/components/element/image/caption.marko.js +4 -3
- package/components/element/image/credit.marko.js +4 -3
- package/components/element/image/display-name.marko.js +4 -3
- package/components/element/img.marko.js +5 -4
- package/components/element/index.marko.js +2 -2
- package/components/element/link.marko.js +2 -2
- package/components/element/magazine-issue/description.marko.js +7 -12
- package/components/element/magazine-issue/digital-edition-url.marko.js +7 -6
- package/components/element/magazine-issue/name.marko.js +4 -3
- package/components/element/magazine-publication/description.marko.js +7 -12
- package/components/element/magazine-publication/einquiry-url.marko.js +7 -6
- package/components/element/magazine-publication/name.marko.js +4 -3
- package/components/element/magazine-publication/renewal-url.marko.js +7 -6
- package/components/element/magazine-publication/reprints-url.marko.js +7 -6
- package/components/element/magazine-publication/subscribe-url.marko.js +7 -6
- package/components/element/obj-array.marko.js +5 -4
- package/components/element/obj-audio.marko.js +51 -0
- package/components/element/obj-date.marko.js +5 -4
- package/components/element/obj-nodes.marko.js +9 -8
- package/components/element/obj-text.marko.js +5 -4
- package/components/element/obj.marko.js +11 -11
- package/components/element/text.marko.js +5 -4
- package/components/element/website-section/description.marko.js +45 -0
- package/components/element/website-section/hierarchy.marko.js +11 -16
- package/components/element/website-section/name.marko.js +7 -6
- package/components/load-more/index.marko.js +3 -2
- package/components/load-more/trigger.marko.js +2 -2
- package/components/node/body.marko.js +10 -9
- package/components/node/element.marko.js +5 -4
- package/components/node/footer.marko.js +7 -6
- package/components/node/header.marko.js +7 -6
- package/components/node/image-inner-wrapper.marko.js +9 -8
- package/components/node/image-wrapper.marko.js +10 -9
- package/components/node/image.marko.js +10 -9
- package/components/node/index.marko.js +11 -10
- package/components/node-list/body.marko.js +7 -6
- package/components/node-list/element.marko.js +5 -4
- package/components/node-list/footer.marko.js +7 -6
- package/components/node-list/header.marko.js +7 -6
- package/components/node-list/index.marko.js +11 -10
- package/components/node-list/node.marko.js +7 -6
- package/components/node-list/nodes.marko.js +8 -7
- package/components/page/container.marko.js +2 -2
- package/components/page/description.marko.js +2 -2
- package/components/page/image.marko.js +15 -14
- package/components/page/layouts/content.marko.js +4 -3
- package/components/page/layouts/default.marko.js +3 -2
- package/components/page/layouts/dynamic-page.marko.js +4 -3
- package/components/page/layouts/magazine-issue.marko.js +4 -3
- package/components/page/layouts/magazine-publication.marko.js +4 -3
- package/components/page/layouts/website-section.marko.js +9 -8
- package/components/page/metadata/components/common.marko.js +8 -3
- package/components/page/metadata/content.marko.js +12 -11
- package/components/page/metadata/default.marko.js +2 -2
- package/components/page/metadata/dynamic-page.marko.js +12 -11
- package/components/page/metadata/magazine-issue.marko.js +12 -11
- package/components/page/metadata/magazine-publication.marko.js +12 -11
- package/components/page/metadata/website-section.marko.js +12 -11
- package/components/page/rel-canonical.marko.js +2 -2
- package/components/page/title.marko.js +2 -2
- package/components/page/wrapper.marko.js +2 -2
- package/components/resolve/page.marko.js +11 -10
- package/components/rss/website-section.marko.js +2 -2
- package/package.json +3 -3
- 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/document/components/assets.marko.js +0 -43
- package/components/queries/all-author-content.marko.js +0 -38
- package/components/queries/all-company-content.marko.js +0 -38
- package/components/queries/all-published-content.marko.js +0 -38
- package/components/queries/components/loader.marko.js +0 -45
- package/components/queries/content.marko.js +0 -38
- package/components/queries/dynamic-page.marko.js +0 -38
- package/components/queries/index.marko.js +0 -108
- package/components/queries/magazine-active-issues.marko.js +0 -38
- package/components/queries/magazine-issue.marko.js +0 -38
- package/components/queries/magazine-latest-issue.marko.js +0 -38
- package/components/queries/magazine-publication.marko.js +0 -38
- package/components/queries/magazine-publications.marko.js +0 -38
- package/components/queries/magazine-scheduled-content.marko.js +0 -38
- package/components/queries/related-published-content.marko.js +0 -38
- package/components/queries/website-optioned-content.marko.js +0 -38
- package/components/queries/website-scheduled-content.marko.js +0 -38
- package/components/queries/website-section.marko.js +0 -38
- package/components/resolve/index.marko.js +0 -86
- package/src/components/ads/gam/define-display.marko.js +0 -63
- package/src/components/ads/gam/display.marko.js +0 -41
- package/src/components/ads/gam/head.marko.js +0 -48
- package/src/components/ads/gam/init.marko.js +0 -31
- package/src/components/ads/gam/out-of-page.marko.js +0 -47
- package/src/components/ads/placeholder.marko.js +0 -35
- package/src/components/browser/component.marko.js +0 -38
- package/src/components/document/components/assets.marko.js +0 -52
- package/src/components/document/components/error.marko.js +0 -54
- package/src/components/document/components/load-more-result.marko.js +0 -27
- package/src/components/document/index.marko.js +0 -73
- package/src/components/document/live-reload.marko.js +0 -35
- package/src/components/elements/content/authors.marko.js +0 -38
- package/src/components/elements/content/body.marko.js +0 -38
- package/src/components/elements/content/byline.marko.js +0 -38
- package/src/components/elements/content/components/contacts.marko.js +0 -68
- package/src/components/elements/content/contributors.marko.js +0 -38
- package/src/components/elements/content/embed-code.marko.js +0 -38
- package/src/components/elements/content/name.marko.js +0 -38
- package/src/components/elements/content/photographers.marko.js +0 -38
- package/src/components/elements/content/published.marko.js +0 -38
- package/src/components/elements/content/short-name.marko.js +0 -38
- package/src/components/elements/content/source.marko.js +0 -38
- package/src/components/elements/content/sponsors.marko.js +0 -38
- package/src/components/elements/content/teaser.marko.js +0 -38
- package/src/components/elements/core/components/imgix.marko.js +0 -58
- package/src/components/elements/core/components/tag-content.marko.js +0 -37
- package/src/components/elements/core/date.marko.js +0 -56
- package/src/components/elements/core/html.marko.js +0 -38
- package/src/components/elements/core/image.marko.js +0 -91
- package/src/components/elements/core/link.marko.js +0 -61
- package/src/components/elements/core/load-more.marko.js +0 -49
- package/src/components/elements/core/text.marko.js +0 -125
- package/src/components/elements/website-section/hierarchy.marko.js +0 -65
- package/src/components/elements/website-section/name.marko.js +0 -42
- package/src/components/gtm/container-init.marko.js +0 -49
- package/src/components/gtm/container-push.marko.js +0 -41
- package/src/components/gtm/container-start.marko.js +0 -55
- package/src/components/gtm/container.marko.js +0 -72
- package/src/components/gtm/track-event.marko.js +0 -36
- package/src/components/gtm/track-inview-event.marko.js +0 -36
- package/src/components/page/container/components/content.marko.js +0 -48
- package/src/components/page/container/components/default.marko.js +0 -39
- package/src/components/page/container/components/dynamic-page.marko.js +0 -45
- package/src/components/page/container/components/home.marko.js +0 -39
- package/src/components/page/container/components/website-section.marko.js +0 -45
- package/src/components/page/container/index.marko.js +0 -63
- package/src/components/page/description.marko.js +0 -31
- package/src/components/page/metadata/components/content.marko.js +0 -111
- package/src/components/page/metadata/components/dynamic-page.marko.js +0 -51
- package/src/components/page/metadata/components/magazine-issue.marko.js +0 -51
- package/src/components/page/metadata/components/magazine-publication.marko.js +0 -51
- package/src/components/page/metadata/components/website-section.marko.js +0 -51
- package/src/components/page/metadata/index.marko.js +0 -87
- package/src/components/page/rel-canonical.marko.js +0 -43
- package/src/components/page/title.marko.js +0 -50
- package/src/components/queries/all-author-content.marko.js +0 -39
- package/src/components/queries/all-company-content.marko.js +0 -39
- package/src/components/queries/all-published-content.marko.js +0 -39
- package/src/components/queries/components/loader-multi.marko.js +0 -66
- package/src/components/queries/components/loader-raw.marko.js +0 -64
- package/src/components/queries/components/loader-single.marko.js +0 -66
- package/src/components/queries/components/loader.marko.js +0 -65
- package/src/components/queries/magazine-active-issues.marko.js +0 -39
- package/src/components/queries/magazine-issues.marko.js +0 -39
- package/src/components/queries/magazine-latest-issue.marko.js +0 -39
- package/src/components/queries/magazine-publications.marko.js +0 -39
- package/src/components/queries/magazine-scheduled-content.marko.js +0 -39
- package/src/components/queries/published-content.marko.js +0 -39
- package/src/components/queries/published-startable-content.marko.js +0 -39
- package/src/components/queries/related-published-content.marko.js +0 -39
- package/src/components/queries/website-scheduled-content-by-year.marko.js +0 -39
- package/src/components/queries/website-scheduled-content.marko.js +0 -39
@@ -2,41 +2,80 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/browser-component.marko",
|
6
|
+
marko_component = require("./browser-component.marko"),
|
6
7
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
|
+
module_defaultValue = require("@parameter1/base-cms-marko-core/utils/default-value"),
|
9
|
+
defaultValue = module_defaultValue.default || module_defaultValue,
|
7
10
|
module_baseCmsUtils_module = require("@parameter1/base-cms-utils"),
|
8
11
|
baseCmsUtils_module = module_baseCmsUtils_module.default || module_baseCmsUtils_module,
|
9
12
|
randomElementId = module_baseCmsUtils_module.randomElementId,
|
10
|
-
|
13
|
+
module_renderComponent = require("../utils/render-ssr-component"),
|
14
|
+
renderComponent = module_renderComponent.default || module_renderComponent,
|
11
15
|
marko_str = require("marko/src/runtime/helpers/to-string"),
|
12
|
-
|
16
|
+
marko_web_resolve_template = require("@parameter1/base-cms-marko-core/components/resolve.marko"),
|
17
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
18
|
+
marko_web_resolve_tag = marko_loadTag(marko_web_resolve_template),
|
19
|
+
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
20
|
+
marko_assign = require("marko/src/runtime/helpers/assign");
|
13
21
|
|
14
22
|
function render(input, out, __component, component, state) {
|
15
23
|
var data = input;
|
16
24
|
|
17
25
|
const id = randomElementId({ prefix: 'vue' });
|
18
26
|
|
27
|
+
const tag = defaultValue(input.tag, "div");
|
28
|
+
|
29
|
+
const { name } = input;
|
30
|
+
|
31
|
+
const ssr = defaultValue(input.ssr, false);
|
32
|
+
|
33
|
+
const hydrate = ssr ? true : defaultValue(input.hydrate, false);
|
34
|
+
|
19
35
|
const props = JSON.stringify(input.props || {});
|
20
36
|
|
21
|
-
const contents =
|
37
|
+
const contents = `CMSBrowserComponents.load({ el: '#${id}', name: '${name}', props: ${props}, hydrate: ${hydrate} });`;
|
38
|
+
|
39
|
+
if (ssr) {
|
40
|
+
const { compiledVueComponents } = out.global;
|
41
|
+
|
42
|
+
const Component = compiledVueComponents[name];
|
22
43
|
|
23
|
-
|
24
|
-
marko_attr("id", id) +
|
25
|
-
">");
|
44
|
+
if (!Component) throw new Error(`No compiled Vue template found for ${name}. Unable to render server-side.`);
|
26
45
|
|
27
|
-
|
28
|
-
|
46
|
+
marko_web_resolve_tag({
|
47
|
+
promise: renderComponent(Component, {
|
48
|
+
id: id,
|
49
|
+
props: input.props
|
50
|
+
}),
|
51
|
+
renderBody: function(out, { resolved: html }) {
|
52
|
+
out.w(marko_str(html));
|
53
|
+
}
|
54
|
+
}, out, __component, "0");
|
55
|
+
} else {
|
56
|
+
marko_dynamicTag(out, tag, function() {
|
57
|
+
return marko_assign({}, input.attrs, {
|
58
|
+
id: id,
|
59
|
+
class: input.class
|
60
|
+
});
|
61
|
+
}, function(out) {
|
62
|
+
marko_dynamicTag(out, input.renderBody, null, null, null, null, __component, "2");
|
63
|
+
}, null, null, __component, "1");
|
29
64
|
}
|
30
65
|
|
31
|
-
out.w(
|
32
|
-
|
66
|
+
out.w("<script>" +
|
67
|
+
marko_str(contents) +
|
68
|
+
"</script>");
|
33
69
|
}
|
34
70
|
|
35
71
|
marko_template._ = marko_renderer(render, {
|
36
|
-
___implicit: true,
|
37
72
|
___type: marko_componentType
|
38
|
-
});
|
73
|
+
}, marko_component);
|
39
74
|
|
40
75
|
marko_template.meta = {
|
41
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
76
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/browser-component.marko",
|
77
|
+
component: "./browser-component.marko",
|
78
|
+
tags: [
|
79
|
+
"@parameter1/base-cms-marko-core/components/resolve.marko"
|
80
|
+
]
|
42
81
|
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/body-wrapper.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
8
8
|
marko_attrs = require("marko/src/runtime/html/helpers/attrs");
|
@@ -29,5 +29,5 @@ marko_template._ = marko_renderer(render, {
|
|
29
29
|
});
|
30
30
|
|
31
31
|
marko_template.meta = {
|
32
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
32
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/body-wrapper.marko"
|
33
33
|
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/error.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_isDev = require("../../../utils/is-dev"),
|
8
8
|
isDev = module_isDev.default || module_isDev,
|
@@ -77,7 +77,7 @@ marko_template._ = marko_renderer(render, {
|
|
77
77
|
});
|
78
78
|
|
79
79
|
marko_template.meta = {
|
80
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
80
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/error.marko",
|
81
81
|
tags: [
|
82
82
|
"../../page/title.marko",
|
83
83
|
"../../page/wrapper.marko"
|
@@ -0,0 +1,21 @@
|
|
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$2.13.0/components/document/components/lazysizes.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer");
|
7
|
+
|
8
|
+
function render(input, out, __component, component, state) {
|
9
|
+
var data = input;
|
10
|
+
|
11
|
+
out.w("<script>\n/*! lazysizes - v5.3.2 */\n!function(e){var t=function(u,D,f){\"use strict\";var k,H;if(function(){var e;var t={lazyClass:\"lazyload\",loadedClass:\"lazyloaded\",loadingClass:\"lazyloading\",preloadClass:\"lazypreload\",errorClass:\"lazyerror\",autosizesClass:\"lazyautosizes\",fastLoadedClass:\"ls-is-cached\",iframeLoadMode:0,srcAttr:\"data-src\",srcsetAttr:\"data-srcset\",sizesAttr:\"data-sizes\",minSize:40,customMedia:{},init:true,expFactor:1.5,hFac:.8,loadMode:2,loadHidden:true,ricTimeout:0,throttleDelay:125};H=u.lazySizesConfig||u.lazysizesConfig||{};for(e in t){if(!(e in H)){H[e]=t[e]}}}(),!D||!D.getElementsByClassName){return{init:function(){},cfg:H,noSupport:true}}var O=D.documentElement,i=u.HTMLPictureElement,P=\"addEventListener\",$=\"getAttribute\",q=u[P].bind(u),I=u.setTimeout,U=u.requestAnimationFrame||I,o=u.requestIdleCallback,j=/^picture$/i,r=[\"load\",\"error\",\"lazyincluded\",\"_lazyloaded\"],a={},G=Array.prototype.forEach,J=function(e,t){if(!a[t]){a[t]=new RegExp(\"(\\\\s|^)\"+t+\"(\\\\s|$)\")}return a[t].test(e[$](\"class\")||\"\")&&a[t]},K=function(e,t){if(!J(e,t)){e.setAttribute(\"class\",(e[$](\"class\")||\"\").trim()+\" \"+t)}},Q=function(e,t){var a;if(a=J(e,t)){e.setAttribute(\"class\",(e[$](\"class\")||\"\").replace(a,\" \"))}},V=function(t,a,e){var i=e?P:\"removeEventListener\";if(e){V(t,a)}r.forEach(function(e){t[i](e,a)})},X=function(e,t,a,i,r){var n=D.createEvent(\"Event\");if(!a){a={}}a.instance=k;n.initEvent(t,!i,!r);n.detail=a;e.dispatchEvent(n);return n},Y=function(e,t){var a;if(!i&&(a=u.picturefill||H.pf)){if(t&&t.src&&!e[$](\"srcset\")){e.setAttribute(\"srcset\",t.src)}a({reevaluate:true,elements:[e]})}else if(t&&t.src){e.src=t.src}},Z=function(e,t){return(getComputedStyle(e,null)||{})[t]},s=function(e,t,a){a=a||e.offsetWidth;while(a<H.minSize&&t&&!e._lazysizesWidth){a=t.offsetWidth;t=t.parentNode}return a},ee=function(){var a,i;var t=[];var r=[];var n=t;var s=function(){var e=n;n=t.length?r:t;a=true;i=false;while(e.length){e.shift()()}a=false};var e=function(e,t){if(a&&!t){e.apply(this,arguments)}else{n.push(e);if(!i){i=true;(D.hidden?I:U)(s)}}};e._lsFlush=s;return e}(),te=function(a,e){return e?function(){ee(a)}:function(){var e=this;var t=arguments;ee(function(){a.apply(e,t)})}},ae=function(e){var a;var i=0;var r=H.throttleDelay;var n=H.ricTimeout;var t=function(){a=false;i=f.now();e()};var s=o&&n>49?function(){o(t,{timeout:n});if(n!==H.ricTimeout){n=H.ricTimeout}}:te(function(){I(t)},true);return function(e){var t;if(e=e===true){n=33}if(a){return}a=true;t=r-(f.now()-i);if(t<0){t=0}if(e||t<9){s()}else{I(s,t)}}},ie=function(e){var t,a;var i=99;var r=function(){t=null;e()};var n=function(){var e=f.now()-a;if(e<i){I(n,i-e)}else{(o||r)(r)}};return function(){a=f.now();if(!t){t=I(n,i)}}},e=function(){var v,m,c,h,e;var y,z,g,p,C,b,A;var n=/^img$/i;var d=/^iframe$/i;var E=\"onscroll\"in u&&!/(gle|ing)bot/.test(navigator.userAgent);var _=0;var w=0;var M=0;var N=-1;var L=function(e){M--;if(!e||M<0||!e.target){M=0}};var x=function(e){if(A==null){A=Z(D.body,\"visibility\")==\"hidden\"}return A||!(Z(e.parentNode,\"visibility\")==\"hidden\"&&Z(e,\"visibility\")==\"hidden\")};var W=function(e,t){var a;var i=e;var r=x(e);g-=t;b+=t;p-=t;C+=t;while(r&&(i=i.offsetParent)&&i!=D.body&&i!=O){r=(Z(i,\"opacity\")||1)>0;if(r&&Z(i,\"overflow\")!=\"visible\"){a=i.getBoundingClientRect();r=C>a.left&&p<a.right&&b>a.top-1&&g<a.bottom+1}}return r};var t=function(){var e,t,a,i,r,n,s,o,l,u,f,c;var d=k.elements;if((h=H.loadMode)&&M<8&&(e=d.length)){t=0;N++;for(;t<e;t++){if(!d[t]||d[t]._lazyRace){continue}if(!E||k.prematureUnveil&&k.prematureUnveil(d[t])){R(d[t]);continue}if(!(o=d[t][$](\"data-expand\"))||!(n=o*1)){n=w}if(!u){u=!H.expand||H.expand<1?O.clientHeight>500&&O.clientWidth>500?500:370:H.expand;k._defEx=u;f=u*H.expFactor;c=H.hFac;A=null;if(w<f&&M<1&&N>2&&h>2&&!D.hidden){w=f;N=0}else if(h>1&&N>1&&M<6){w=u}else{w=_}}if(l!==n){y=innerWidth+n*c;z=innerHeight+n;s=n*-1;l=n}a=d[t].getBoundingClientRect();if((b=a.bottom)>=s&&(g=a.top)<=z&&(C=a.right)>=s*c&&(p=a.left)<=y&&(b||C||p||g)&&(H.loadHidden||x(d[t]))&&(m&&M<3&&!o&&(h<3||N<4)||W(d[t],n))){R(d[t]);r=true;if(M>9){break}}else if(!r&&m&&!i&&M<4&&N<4&&h>2&&(v[0]||H.preloadAfterLoad)&&(v[0]||!o&&(b||C||p||g||d[t][$](H.sizesAttr)!=\"auto\"))){i=v[0]||d[t]}}if(i&&!r){R(i)}}};var a=ae(t);var S=function(e){var t=e.target;if(t._lazyCache){delete t._lazyCache;return}L(e);K(t,H.loadedClass);Q(t,H.loadingClass);V(t,B);X(t,\"lazyloaded\")};var i=te(S);var B=function(e){i({target:e.target})};var T=function(e,t){var a=e.getAttribute(\"data-load-mode\")||H.iframeLoadMode;if(a==0){e.contentWindow.location.replace(t)}else if(a==1){e.src=t}};var F=function(e){var t;var a=e[$](H.srcsetAttr);if(t=H.customMedia[e[$](\"data-media\")||e[$](\"media\")]){e.setAttribute(\"media\",t)}if(a){e.setAttribute(\"srcset\",a)}};var s=te(function(t,e,a,i,r){var n,s,o,l,u,f;if(!(u=X(t,\"lazybeforeunveil\",e)).defaultPrevented){if(i){if(a){K(t,H.autosizesClass)}else{t.setAttribute(\"sizes\",i)}}s=t[$](H.srcsetAttr);n=t[$](H.srcAttr);if(r){o=t.parentNode;l=o&&j.test(o.nodeName||\"\")}f=e.firesLoad||\"src\"in t&&(s||n||l);u={target:t};K(t,H.loadingClass);if(f){clearTimeout(c);c=I(L,2500);V(t,B,true)}if(l){G.call(o.getElementsByTagName(\"source\"),F)}if(s){t.setAttribute(\"srcset\",s)}else if(n&&!l){if(d.test(t.nodeName)){T(t,n)}else{t.src=n}}if(r&&(s||l)){Y(t,{src:n})}}if(t._lazyRace){delete t._lazyRace}Q(t,H.lazyClass);ee(function(){var e=t.complete&&t.naturalWidth>1;if(!f||e){if(e){K(t,H.fastLoadedClass)}S(u);t._lazyCache=true;I(function(){if(\"_lazyCache\"in t){delete t._lazyCache}},9)}if(t.loading==\"lazy\"){M--}},true)});var R=function(e){if(e._lazyRace){return}var t;var a=n.test(e.nodeName);var i=a&&(e[$](H.sizesAttr)||e[$](\"sizes\"));var r=i==\"auto\";if((r||!m)&&a&&(e[$](\"src\")||e.srcset)&&!e.complete&&!J(e,H.errorClass)&&J(e,H.lazyClass)){return}t=X(e,\"lazyunveilread\").detail;if(r){re.updateElem(e,true,e.offsetWidth)}e._lazyRace=true;M++;s(e,t,r,i,a)};var r=ie(function(){H.loadMode=3;a()});var o=function(){if(H.loadMode==3){H.loadMode=2}r()};var l=function(){if(m){return}if(f.now()-e<999){I(l,999);return}m=true;H.loadMode=3;a();q(\"scroll\",o,true)};return{_:function(){e=f.now();k.elements=D.getElementsByClassName(H.lazyClass);v=D.getElementsByClassName(H.lazyClass+\" \"+H.preloadClass);q(\"scroll\",a,true);q(\"resize\",a,true);q(\"pageshow\",function(e){if(e.persisted){var t=D.querySelectorAll(\".\"+H.loadingClass);if(t.length&&t.forEach){U(function(){t.forEach(function(e){if(e.complete){R(e)}})})}}});if(u.MutationObserver){new MutationObserver(a).observe(O,{childList:true,subtree:true,attributes:true})}else{O[P](\"DOMNodeInserted\",a,true);O[P](\"DOMAttrModified\",a,true);setInterval(a,999)}q(\"hashchange\",a,true);[\"focus\",\"mouseover\",\"click\",\"load\",\"transitionend\",\"animationend\"].forEach(function(e){D[P](e,a,true)});if(/d$|^c/.test(D.readyState)){l()}else{q(\"load\",l);D[P](\"DOMContentLoaded\",a);I(l,2e4)}if(k.elements.length){t();ee._lsFlush()}else{a()}},checkElems:a,unveil:R,_aLSL:o}}(),re=function(){var a;var n=te(function(e,t,a,i){var r,n,s;e._lazysizesWidth=i;i+=\"px\";e.setAttribute(\"sizes\",i);if(j.test(t.nodeName||\"\")){r=t.getElementsByTagName(\"source\");for(n=0,s=r.length;n<s;n++){r[n].setAttribute(\"sizes\",i)}}if(!a.detail.dataAttr){Y(e,a.detail)}});var i=function(e,t,a){var i;var r=e.parentNode;if(r){a=s(e,r,a);i=X(e,\"lazybeforesizes\",{width:a,dataAttr:!!t});if(!i.defaultPrevented){a=i.detail.width;if(a&&a!==e._lazysizesWidth){n(e,r,i,a)}}}};var e=function(){var e;var t=a.length;if(t){e=0;for(;e<t;e++){i(a[e])}}};var t=ie(e);return{_:function(){a=D.getElementsByClassName(H.autosizesClass);q(\"resize\",t)},checkElems:t,updateElem:i}}(),t=function(){if(!t.i&&D.getElementsByClassName){t.i=true;re._();e._()}};return I(function(){H.init&&t()}),k={cfg:H,autoSizer:re,loader:e,init:t,uP:Y,aC:K,rC:Q,hC:J,fire:X,gW:s,rAF:ee}}(e,e.document,Date);e.lazySizes=t,\"object\"==typeof module&&module.exports&&(module.exports=t)}(\"undefined\"!=typeof window?window:{});\n</script>");
|
12
|
+
}
|
13
|
+
|
14
|
+
marko_template._ = marko_renderer(render, {
|
15
|
+
___implicit: true,
|
16
|
+
___type: marko_componentType
|
17
|
+
});
|
18
|
+
|
19
|
+
marko_template.meta = {
|
20
|
+
id: "/@parameter1/base-cms-marko-web$2.13.0/components/document/components/lazysizes.marko"
|
21
|
+
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/live-reload.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_isDev = require("../../../utils/is-dev"),
|
8
8
|
isDev = module_isDev.default || module_isDev,
|
@@ -26,5 +26,5 @@ marko_template._ = marko_renderer(render, {
|
|
26
26
|
});
|
27
27
|
|
28
28
|
marko_template.meta = {
|
29
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
29
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/document/components/live-reload.marko"
|
30
30
|
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/document/container.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
8
|
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
@@ -47,7 +47,7 @@ marko_template._ = marko_renderer(render, {
|
|
47
47
|
});
|
48
48
|
|
49
49
|
marko_template.meta = {
|
50
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
50
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/document/container.marko",
|
51
51
|
tags: [
|
52
52
|
"../page/container.marko"
|
53
53
|
]
|
@@ -2,20 +2,17 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@parameter1/base-cms-marko-web$2.
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$2.62.0/components/document/index.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_baseCmsObjectPath_module = require("@parameter1/base-cms-object-path"),
|
8
8
|
baseCmsObjectPath_module = module_baseCmsObjectPath_module.default || module_baseCmsObjectPath_module,
|
9
9
|
getAsObject = module_baseCmsObjectPath_module.getAsObject,
|
10
10
|
marko_attr = require("marko/src/runtime/html/helpers/attr"),
|
11
|
-
|
12
|
-
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
13
|
-
polyfill_tag = marko_loadTag(polyfill_template),
|
14
|
-
assets_template = require("./components/assets.marko"),
|
15
|
-
assets_tag = marko_loadTag(assets_template),
|
11
|
+
marko_forOf = require("marko/src/runtime/helpers/for-of"),
|
16
12
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
17
13
|
marko_assign = require("marko/src/runtime/helpers/assign"),
|
18
14
|
marko_web_document_container_template = require("./container.marko"),
|
15
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
19
16
|
marko_web_document_container_tag = marko_loadTag(marko_web_document_container_template),
|
20
17
|
live_reload_template = require("./components/live-reload.marko"),
|
21
18
|
live_reload_tag = marko_loadTag(live_reload_template),
|
@@ -45,49 +42,58 @@ function render(input, out, __component, component, state) {
|
|
45
42
|
marko_attr("content", viewport) +
|
46
43
|
">");
|
47
44
|
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
45
|
+
var $for$0 = 0;
|
46
|
+
|
47
|
+
marko_forOf(config.styles(), function(href) {
|
48
|
+
var $keyScope$0 = "[" + (($for$0++) + "]");
|
49
|
+
|
50
|
+
out.w("<link rel=\"stylesheet\"" +
|
51
|
+
marko_attr("href", href) +
|
52
|
+
">");
|
53
|
+
});
|
56
54
|
|
57
|
-
|
55
|
+
out.w("<script>\n (function(w) {\n w.markoCompQueue = w.markoCompQueue || [];\n var name = 'CMSBrowserComponents', methods = ['load', 'loadComponent'], queue = function(method) { return function() { w.markoCompQueue.push([method, arguments]) } };\n w[name] = w[name] || {};\n for (var i = 0; i < methods.length; i++) { var method = methods[i]; w[name][method] = w[name][method] || queue(method); }\n })(window);\n </script><script src=\"/dist/js/lazysizes/v5.3.2.js\" async></script>");
|
58
56
|
|
59
|
-
marko_dynamicTag(out, input.head, null, null, null, null, __component, "
|
57
|
+
marko_dynamicTag(out, input.head, null, null, null, null, __component, "6");
|
60
58
|
|
61
59
|
out.w("</head><body>");
|
62
60
|
|
63
|
-
marko_dynamicTag(out, input.aboveWrapper, null, null, null, null, __component, "
|
61
|
+
marko_dynamicTag(out, input.aboveWrapper, null, null, null, null, __component, "8");
|
64
62
|
|
65
63
|
body_wrapper_tag({
|
66
64
|
enabled: wrapper.enabled,
|
67
65
|
attrs: wrapper.attrs,
|
68
66
|
renderBody: function(out) {
|
69
|
-
marko_dynamicTag(out, input.aboveContainer, null, null, null, null, __component, "
|
67
|
+
marko_dynamicTag(out, input.aboveContainer, null, null, null, null, __component, "10");
|
70
68
|
|
71
69
|
if (input.container) {
|
72
70
|
marko_web_document_container_tag(marko_assign({
|
73
71
|
blockName: "document-container",
|
74
72
|
tag: "div"
|
75
|
-
}, input.container), out, __component, "
|
73
|
+
}, input.container), out, __component, "11");
|
76
74
|
}
|
77
75
|
|
78
|
-
marko_dynamicTag(out, input.belowContainer, null, null, null, null, __component, "
|
76
|
+
marko_dynamicTag(out, input.belowContainer, null, null, null, null, __component, "12");
|
79
77
|
|
80
|
-
live_reload_tag({}, out, __component, "
|
78
|
+
live_reload_tag({}, out, __component, "13");
|
81
79
|
|
82
|
-
marko_dynamicTag(out, input.foot, null, null, null, null, __component, "
|
80
|
+
marko_dynamicTag(out, input.foot, null, null, null, null, __component, "14");
|
83
81
|
}
|
84
|
-
}, out, __component, "
|
82
|
+
}, out, __component, "9");
|
83
|
+
|
84
|
+
marko_dynamicTag(out, input.belowWrapper, null, null, null, null, __component, "15");
|
85
|
+
|
86
|
+
marko_forOf(config.sources(), function(src) {
|
87
|
+
out.w("<script" +
|
88
|
+
marko_attr("src", src) +
|
89
|
+
"></script>");
|
90
|
+
});
|
85
91
|
|
86
|
-
|
92
|
+
out.w("<script>CMSBrowserComponents.init();</script>");
|
87
93
|
|
88
94
|
init_components_tag({}, out);
|
89
95
|
|
90
|
-
await_reorderer_tag({}, out, __component, "
|
96
|
+
await_reorderer_tag({}, out, __component, "16");
|
91
97
|
|
92
98
|
_preferred_script_location_tag({}, out);
|
93
99
|
|
@@ -100,10 +106,8 @@ marko_template._ = marko_renderer(render, {
|
|
100
106
|
});
|
101
107
|
|
102
108
|
marko_template.meta = {
|
103
|
-
id: "/@parameter1/base-cms-marko-web$2.
|
109
|
+
id: "/@parameter1/base-cms-marko-web$2.62.0/components/document/index.marko",
|
104
110
|
tags: [
|
105
|
-
"./components/polyfill.marko",
|
106
|
-
"./components/assets.marko",
|
107
111
|
"./container.marko",
|
108
112
|
"./components/live-reload.marko",
|
109
113
|
"./components/body-wrapper.marko",
|
@@ -2,11 +2,11 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/array.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
-
|
8
|
-
|
9
|
-
getAsArray =
|
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
10
|
marko_forOf = require("marko/src/runtime/helpers/for-of"),
|
11
11
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
12
12
|
marko_assign = require("marko/src/runtime/helpers/assign");
|
@@ -63,5 +63,5 @@ marko_template._ = marko_renderer(render, {
|
|
63
63
|
});
|
64
64
|
|
65
65
|
marko_template.meta = {
|
66
|
-
id: "/@base-cms
|
66
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/array.marko"
|
67
67
|
};
|
@@ -0,0 +1,33 @@
|
|
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/audio.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
marko_attr = require("marko/src/runtime/html/helpers/attr"),
|
8
|
+
marko_mergeAttrs = require("marko/src/runtime/html/helpers/merge-attrs");
|
9
|
+
|
10
|
+
function render(input, out, __component, component, state) {
|
11
|
+
var data = input;
|
12
|
+
|
13
|
+
if (input.src) {
|
14
|
+
out.w("<audio" +
|
15
|
+
marko_mergeAttrs(input.attrs, {
|
16
|
+
src: input.src,
|
17
|
+
class: input.class,
|
18
|
+
controls: "controls"
|
19
|
+
}) +
|
20
|
+
"><p>Your browser doesn't support HTML5 audio. Here is a <a" +
|
21
|
+
marko_attr("href", input.src) +
|
22
|
+
">link to the audio</a> instead.</p></audio>");
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
marko_template._ = marko_renderer(render, {
|
27
|
+
___implicit: true,
|
28
|
+
___type: marko_componentType
|
29
|
+
});
|
30
|
+
|
31
|
+
marko_template.meta = {
|
32
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/audio.marko"
|
33
|
+
};
|
@@ -2,11 +2,11 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/block.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
-
|
8
|
-
|
9
|
-
getAsArray =
|
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
10
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
11
11
|
marko_assign = require("marko/src/runtime/helpers/assign");
|
12
12
|
|
@@ -40,5 +40,5 @@ marko_template._ = marko_renderer(render, {
|
|
40
40
|
});
|
41
41
|
|
42
42
|
marko_template.meta = {
|
43
|
-
id: "/@base-cms
|
43
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/block.marko"
|
44
44
|
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/clear.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
marko_styleAttr = require("marko/src/runtime/html/helpers/style-attr");
|
8
8
|
|
@@ -28,5 +28,5 @@ marko_template._ = marko_renderer(render, {
|
|
28
28
|
});
|
29
29
|
|
30
30
|
marko_template.meta = {
|
31
|
-
id: "/@base-cms
|
31
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/clear.marko"
|
32
32
|
};
|
@@ -2,11 +2,11 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/components/image.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
-
|
8
|
-
|
9
|
-
getAsArray =
|
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
10
|
marko_mergeAttrs = require("marko/src/runtime/html/helpers/merge-attrs");
|
11
11
|
|
12
12
|
function render(input, out, __component, component, state) {
|
@@ -53,5 +53,5 @@ marko_template._ = marko_renderer(render, {
|
|
53
53
|
});
|
54
54
|
|
55
55
|
marko_template.meta = {
|
56
|
-
id: "/@base-cms
|
56
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/components/image.marko"
|
57
57
|
};
|
@@ -2,7 +2,7 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/components/text.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
8
8
|
marko_str = require("marko/src/runtime/helpers/to-string"),
|
@@ -33,5 +33,5 @@ marko_template._ = marko_renderer(render, {
|
|
33
33
|
});
|
34
34
|
|
35
35
|
marko_template.meta = {
|
36
|
-
id: "/@base-cms
|
36
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/components/text.marko"
|
37
37
|
};
|
@@ -2,12 +2,13 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/address1.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_extractRender = require("../extract-render"),
|
8
8
|
extractRender = module_extractRender.default || module_extractRender,
|
9
9
|
marko_assign = require("marko/src/runtime/helpers/assign"),
|
10
|
-
|
10
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
11
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
11
12
|
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
12
13
|
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template);
|
13
14
|
|
@@ -33,7 +34,7 @@ marko_template._ = marko_renderer(render, {
|
|
33
34
|
});
|
34
35
|
|
35
36
|
marko_template.meta = {
|
36
|
-
id: "/@base-cms
|
37
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/address1.marko",
|
37
38
|
tags: [
|
38
39
|
"../obj-text.marko"
|
39
40
|
]
|
@@ -2,12 +2,13 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/address2.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
7
|
module_extractRender = require("../extract-render"),
|
8
8
|
extractRender = module_extractRender.default || module_extractRender,
|
9
9
|
marko_assign = require("marko/src/runtime/helpers/assign"),
|
10
|
-
|
10
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
11
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
11
12
|
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
12
13
|
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template);
|
13
14
|
|
@@ -33,7 +34,7 @@ marko_template._ = marko_renderer(render, {
|
|
33
34
|
});
|
34
35
|
|
35
36
|
marko_template.meta = {
|
36
|
-
id: "/@base-cms
|
37
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/address2.marko",
|
37
38
|
tags: [
|
38
39
|
"../obj-text.marko"
|
39
40
|
]
|
@@ -0,0 +1,40 @@
|
|
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/content/audio.marko",
|
6
|
+
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
+
module_extractRender = require("../extract-render"),
|
8
|
+
extractRender = module_extractRender.default || module_extractRender,
|
9
|
+
marko_assign = require("marko/src/runtime/helpers/assign"),
|
10
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
11
|
+
marko_web_obj_audio_template = marko_loadTemplate(require.resolve("../obj-audio.marko")),
|
12
|
+
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
13
|
+
marko_web_obj_audio_tag = marko_loadTag(marko_web_obj_audio_template);
|
14
|
+
|
15
|
+
function render(input, out, __component, component, state) {
|
16
|
+
var data = input;
|
17
|
+
|
18
|
+
marko_web_obj_audio_tag(marko_assign({
|
19
|
+
type: "content",
|
20
|
+
blockName: input.blockName,
|
21
|
+
obj: input.obj,
|
22
|
+
field: "fileSrc",
|
23
|
+
tag: input.tag,
|
24
|
+
class: input.class,
|
25
|
+
modifiers: input.modifiers,
|
26
|
+
attrs: input.attrs
|
27
|
+
}, extractRender(input)), out, __component, "0");
|
28
|
+
}
|
29
|
+
|
30
|
+
marko_template._ = marko_renderer(render, {
|
31
|
+
___implicit: true,
|
32
|
+
___type: marko_componentType
|
33
|
+
});
|
34
|
+
|
35
|
+
marko_template.meta = {
|
36
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/audio.marko",
|
37
|
+
tags: [
|
38
|
+
"../obj-audio.marko"
|
39
|
+
]
|
40
|
+
};
|
@@ -2,11 +2,12 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/authors.marko",
|
6
6
|
marko_component = require("./authors.marko"),
|
7
7
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
8
8
|
marko_dynamicTag = require("marko/src/runtime/helpers/dynamic-tag"),
|
9
|
-
|
9
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
10
|
+
marko_web_obj_nodes_template = marko_loadTemplate(require.resolve("../obj-nodes.marko")),
|
10
11
|
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
11
12
|
marko_web_obj_nodes_tag = marko_loadTag(marko_web_obj_nodes_template);
|
12
13
|
|
@@ -35,7 +36,7 @@ marko_template._ = marko_renderer(render, {
|
|
35
36
|
}, marko_component);
|
36
37
|
|
37
38
|
marko_template.meta = {
|
38
|
-
id: "/@base-cms
|
39
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/authors.marko",
|
39
40
|
component: "./authors.marko",
|
40
41
|
tags: [
|
41
42
|
"../obj-nodes.marko"
|
@@ -2,19 +2,20 @@
|
|
2
2
|
"use strict";
|
3
3
|
|
4
4
|
var marko_template = module.exports = require("marko/src/html").t(__filename),
|
5
|
-
marko_componentType = "/@base-cms
|
5
|
+
marko_componentType = "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/body.marko",
|
6
6
|
marko_renderer = require("marko/src/runtime/components/renderer"),
|
7
|
-
|
8
|
-
|
9
|
-
get =
|
10
|
-
getAsObject =
|
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
11
|
module_extractRender = require("../extract-render"),
|
12
12
|
extractRender = module_extractRender.default || module_extractRender,
|
13
13
|
marko_assign = require("marko/src/runtime/helpers/assign"),
|
14
|
-
|
14
|
+
marko_loadTemplate = require("marko/src/runtime/helpers/load-template"),
|
15
|
+
marko_web_obj_text_template = marko_loadTemplate(require.resolve("../obj-text.marko")),
|
15
16
|
marko_loadTag = require("marko/src/runtime/helpers/load-tag"),
|
16
17
|
marko_web_obj_text_tag = marko_loadTag(marko_web_obj_text_template),
|
17
|
-
marko_web_clear_template = require("../clear.marko"),
|
18
|
+
marko_web_clear_template = marko_loadTemplate(require.resolve("../clear.marko")),
|
18
19
|
marko_web_clear_tag = marko_loadTag(marko_web_clear_template);
|
19
20
|
|
20
21
|
function render(input, out, __component, component, state) {
|
@@ -54,7 +55,7 @@ marko_template._ = marko_renderer(render, {
|
|
54
55
|
});
|
55
56
|
|
56
57
|
marko_template.meta = {
|
57
|
-
id: "/@base-cms
|
58
|
+
id: "/@parameter1/base-cms-marko-web$1.49.0/components/element/content/body.marko",
|
58
59
|
tags: [
|
59
60
|
"../obj-text.marko",
|
60
61
|
"../clear.marko"
|