@everymatrix/general-about-us 1.55.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/general-about-us.cjs.entry.js +109 -41
- package/dist/cjs/general-about-us.cjs.js +3 -3
- package/dist/cjs/{index-3d4db61a.js → index-e275fea3.js} +174 -71
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/general-about-us/general-about-us.js +86 -40
- package/dist/esm/general-about-us.entry.js +109 -41
- package/dist/esm/general-about-us.js +4 -4
- package/dist/esm/{index-f6c09f3b.js → index-5f2a97a2.js} +174 -71
- package/dist/esm/loader.js +3 -3
- package/dist/general-about-us/general-about-us.esm.js +1 -1
- package/dist/general-about-us/p-73146ff7.entry.js +1 -0
- package/dist/general-about-us/p-c303f99c.js +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-about-us/.stencil/packages/stencil/general-about-us/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-about-us/.stencil/packages/stencil/general-about-us/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/general-about-us/general-about-us.d.ts +8 -4
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/dist/general-about-us/p-157a2384.entry.js +0 -1
- package/dist/general-about-us/p-a4cae9d7.js +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-about-us/.stencil/packages/stencil/general-about-us/stencil.config.d.ts +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-about-us/.stencil/packages/stencil/general-about-us/stencil.config.dev.d.ts +0 -2
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-about-us/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-about-us/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-about-us/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-about-us/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
const NAMESPACE = 'general-about-us';
|
|
2
|
-
const BUILD = /* general-about-us */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender:
|
|
2
|
+
const BUILD = /* general-about-us */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: false, propMutable: false, propNumber: false, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: false, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: false, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Platform v4.
|
|
5
|
+
Stencil Client Platform v4.26.0 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __export = (target, all) => {
|
|
9
9
|
for (var name in all)
|
|
10
10
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
11
|
};
|
|
12
|
+
|
|
13
|
+
// src/client/client-host-ref.ts
|
|
12
14
|
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
13
15
|
var getHostRef = (ref) => hostRefs.get(ref);
|
|
14
|
-
var registerInstance = (lazyInstance, hostRef) =>
|
|
16
|
+
var registerInstance = (lazyInstance, hostRef) => {
|
|
17
|
+
hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
18
|
+
};
|
|
15
19
|
var registerHost = (hostElement, cmpMeta) => {
|
|
16
20
|
const hostRef = {
|
|
17
21
|
$flags$: 0,
|
|
@@ -24,7 +28,8 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
24
28
|
hostElement["s-p"] = [];
|
|
25
29
|
hostElement["s-rc"] = [];
|
|
26
30
|
}
|
|
27
|
-
|
|
31
|
+
const ref = hostRefs.set(hostElement, hostRef);
|
|
32
|
+
return ref;
|
|
28
33
|
};
|
|
29
34
|
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
30
35
|
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
@@ -61,16 +66,22 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
61
66
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
62
67
|
/* webpackMode: "lazy" */
|
|
63
68
|
`./${bundleId}.entry.js${""}`
|
|
64
|
-
).then(
|
|
65
|
-
{
|
|
66
|
-
|
|
69
|
+
).then(
|
|
70
|
+
(importedModule) => {
|
|
71
|
+
{
|
|
72
|
+
cmpModules.set(bundleId, importedModule);
|
|
73
|
+
}
|
|
74
|
+
return importedModule[exportName];
|
|
75
|
+
},
|
|
76
|
+
(e) => {
|
|
77
|
+
consoleError(e, hostRef.$hostElement$);
|
|
67
78
|
}
|
|
68
|
-
|
|
69
|
-
}, consoleError);
|
|
79
|
+
);
|
|
70
80
|
};
|
|
71
81
|
|
|
72
82
|
// src/client/client-style.ts
|
|
73
83
|
var styles = /* @__PURE__ */ new Map();
|
|
84
|
+
var HYDRATED_STYLE_ID = "sty-id";
|
|
74
85
|
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
75
86
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
76
87
|
var win = typeof window !== "undefined" ? window : {};
|
|
@@ -128,12 +139,6 @@ var flush = () => {
|
|
|
128
139
|
};
|
|
129
140
|
var nextTick = (cb) => promiseResolve().then(cb);
|
|
130
141
|
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
131
|
-
|
|
132
|
-
// src/utils/constants.ts
|
|
133
|
-
var EMPTY_OBJ = {};
|
|
134
|
-
|
|
135
|
-
// src/utils/helpers.ts
|
|
136
|
-
var isDef = (v) => v != null;
|
|
137
142
|
var isComplexType = (o) => {
|
|
138
143
|
o = typeof o;
|
|
139
144
|
return o === "object" || o === "function";
|
|
@@ -305,7 +310,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
305
310
|
}
|
|
306
311
|
if (!appliedStyles.has(scopeId2)) {
|
|
307
312
|
{
|
|
308
|
-
styleElm = doc.createElement("style");
|
|
313
|
+
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
|
|
309
314
|
styleElm.innerHTML = style;
|
|
310
315
|
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
311
316
|
if (nonce != null) {
|
|
@@ -315,7 +320,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
315
320
|
if (styleContainerNode.nodeName === "HEAD") {
|
|
316
321
|
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
317
322
|
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
318
|
-
styleContainerNode.insertBefore(
|
|
323
|
+
styleContainerNode.insertBefore(
|
|
324
|
+
styleElm,
|
|
325
|
+
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
326
|
+
);
|
|
319
327
|
} else if ("host" in styleContainerNode) {
|
|
320
328
|
if (supportsConstructableStylesheets) {
|
|
321
329
|
const stylesheet = new CSSStyleSheet();
|
|
@@ -333,7 +341,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
333
341
|
styleContainerNode.append(styleElm);
|
|
334
342
|
}
|
|
335
343
|
}
|
|
336
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */
|
|
344
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
337
345
|
styleContainerNode.insertBefore(styleElm, null);
|
|
338
346
|
}
|
|
339
347
|
}
|
|
@@ -358,23 +366,25 @@ var attachStyles = (hostRef) => {
|
|
|
358
366
|
const scopeId2 = addStyle(
|
|
359
367
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
360
368
|
cmpMeta);
|
|
361
|
-
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
369
|
+
if ((flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */ || flags & 128 /* shadowNeedsScopedCss */)) {
|
|
362
370
|
elm["s-sc"] = scopeId2;
|
|
363
371
|
elm.classList.add(scopeId2 + "-h");
|
|
364
372
|
}
|
|
365
373
|
endAttachStyles();
|
|
366
374
|
};
|
|
367
375
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
368
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
376
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
369
377
|
if (oldValue !== newValue) {
|
|
370
378
|
let isProp = isMemberInElement(elm, memberName);
|
|
371
379
|
let ln = memberName.toLowerCase();
|
|
372
380
|
if (memberName === "class") {
|
|
373
381
|
const classList = elm.classList;
|
|
374
382
|
const oldClasses = parseClassList(oldValue);
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
383
|
+
let newClasses = parseClassList(newValue);
|
|
384
|
+
{
|
|
385
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
386
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
387
|
+
}
|
|
378
388
|
} else if (memberName === "style") {
|
|
379
389
|
{
|
|
380
390
|
for (const prop in oldValue) {
|
|
@@ -433,7 +443,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
433
443
|
elm.setAttribute(memberName, n);
|
|
434
444
|
}
|
|
435
445
|
}
|
|
436
|
-
} else {
|
|
446
|
+
} else if (elm[memberName] !== newValue) {
|
|
437
447
|
elm[memberName] = newValue;
|
|
438
448
|
}
|
|
439
449
|
} catch (e) {
|
|
@@ -455,24 +465,44 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
455
465
|
}
|
|
456
466
|
};
|
|
457
467
|
var parseClassListRegex = /\s/;
|
|
458
|
-
var parseClassList = (value) =>
|
|
468
|
+
var parseClassList = (value) => {
|
|
469
|
+
if (typeof value === "object" && value && "baseVal" in value) {
|
|
470
|
+
value = value.baseVal;
|
|
471
|
+
}
|
|
472
|
+
if (!value || typeof value !== "string") {
|
|
473
|
+
return [];
|
|
474
|
+
}
|
|
475
|
+
return value.split(parseClassListRegex);
|
|
476
|
+
};
|
|
459
477
|
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
460
478
|
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
461
479
|
|
|
462
480
|
// src/runtime/vdom/update-element.ts
|
|
463
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
481
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
464
482
|
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
465
|
-
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ ||
|
|
466
|
-
const newVnodeAttrs = newVnode.$attrs$ ||
|
|
483
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
484
|
+
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
467
485
|
{
|
|
468
486
|
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
469
487
|
if (!(memberName in newVnodeAttrs)) {
|
|
470
|
-
setAccessor(
|
|
488
|
+
setAccessor(
|
|
489
|
+
elm,
|
|
490
|
+
memberName,
|
|
491
|
+
oldVnodeAttrs[memberName],
|
|
492
|
+
void 0,
|
|
493
|
+
isSvgMode2,
|
|
494
|
+
newVnode.$flags$);
|
|
471
495
|
}
|
|
472
496
|
}
|
|
473
497
|
}
|
|
474
498
|
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
475
|
-
setAccessor(
|
|
499
|
+
setAccessor(
|
|
500
|
+
elm,
|
|
501
|
+
memberName,
|
|
502
|
+
oldVnodeAttrs[memberName],
|
|
503
|
+
newVnodeAttrs[memberName],
|
|
504
|
+
isSvgMode2,
|
|
505
|
+
newVnode.$flags$);
|
|
476
506
|
}
|
|
477
507
|
};
|
|
478
508
|
function sortedAttrNames(attrNames) {
|
|
@@ -484,13 +514,10 @@ function sortedAttrNames(attrNames) {
|
|
|
484
514
|
attrNames
|
|
485
515
|
);
|
|
486
516
|
}
|
|
487
|
-
|
|
488
|
-
// src/runtime/vdom/vdom-render.ts
|
|
489
|
-
var scopeId;
|
|
490
517
|
var hostTagName;
|
|
491
518
|
var useNativeShadowDom = false;
|
|
492
519
|
var isSvgMode = false;
|
|
493
|
-
var createElm = (oldParentVNode, newParentVNode, childIndex
|
|
520
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
494
521
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
495
522
|
let i2 = 0;
|
|
496
523
|
let elm;
|
|
@@ -504,11 +531,6 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
504
531
|
{
|
|
505
532
|
updateElement(null, newVNode2, isSvgMode);
|
|
506
533
|
}
|
|
507
|
-
const rootNode = elm.getRootNode();
|
|
508
|
-
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
509
|
-
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
510
|
-
elm.classList.add(elm["s-si"] = scopeId);
|
|
511
|
-
}
|
|
512
534
|
if (newVNode2.$children$) {
|
|
513
535
|
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
514
536
|
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
@@ -613,6 +635,9 @@ var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = fals
|
|
|
613
635
|
};
|
|
614
636
|
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
615
637
|
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
638
|
+
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
639
|
+
leftVNode.$key$ = rightVNode.$key$;
|
|
640
|
+
}
|
|
616
641
|
return true;
|
|
617
642
|
}
|
|
618
643
|
return false;
|
|
@@ -652,8 +677,9 @@ var nullifyVNodeRefs = (vNode) => {
|
|
|
652
677
|
}
|
|
653
678
|
};
|
|
654
679
|
var insertBefore = (parent, newNode, reference) => {
|
|
655
|
-
|
|
656
|
-
|
|
680
|
+
{
|
|
681
|
+
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
682
|
+
}
|
|
657
683
|
};
|
|
658
684
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
659
685
|
const hostElm = hostRef.$hostElement$;
|
|
@@ -678,17 +704,21 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
678
704
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
679
705
|
hostRef.$vnode$ = rootVnode;
|
|
680
706
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
681
|
-
|
|
682
|
-
scopeId = hostElm["s-sc"];
|
|
683
|
-
}
|
|
684
|
-
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
707
|
+
useNativeShadowDom = !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && !(cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */);
|
|
685
708
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
686
709
|
};
|
|
687
710
|
|
|
688
711
|
// src/runtime/update-component.ts
|
|
689
712
|
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
690
713
|
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
691
|
-
ancestorComponent["s-p"].push(
|
|
714
|
+
const index = ancestorComponent["s-p"].push(
|
|
715
|
+
new Promise(
|
|
716
|
+
(r) => hostRef.$onRenderResolve$ = () => {
|
|
717
|
+
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
718
|
+
r();
|
|
719
|
+
}
|
|
720
|
+
)
|
|
721
|
+
);
|
|
692
722
|
}
|
|
693
723
|
};
|
|
694
724
|
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
@@ -715,7 +745,7 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
715
745
|
let maybePromise;
|
|
716
746
|
if (isInitialLoad) {
|
|
717
747
|
{
|
|
718
|
-
maybePromise = safeCall(instance, "componentWillLoad");
|
|
748
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
719
749
|
}
|
|
720
750
|
}
|
|
721
751
|
endSchedule();
|
|
@@ -783,16 +813,13 @@ var postUpdateComponent = (hostRef) => {
|
|
|
783
813
|
const endPostUpdate = createTime("postUpdate", tagName);
|
|
784
814
|
const instance = hostRef.$lazyInstance$ ;
|
|
785
815
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
786
|
-
{
|
|
787
|
-
safeCall(instance, "componentDidRender");
|
|
788
|
-
}
|
|
789
816
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
790
817
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
791
818
|
{
|
|
792
819
|
addHydratedFlag(elm);
|
|
793
820
|
}
|
|
794
821
|
{
|
|
795
|
-
safeCall(instance, "componentDidLoad");
|
|
822
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
796
823
|
}
|
|
797
824
|
endPostUpdate();
|
|
798
825
|
{
|
|
@@ -816,17 +843,14 @@ var postUpdateComponent = (hostRef) => {
|
|
|
816
843
|
}
|
|
817
844
|
};
|
|
818
845
|
var appDidLoad = (who) => {
|
|
819
|
-
{
|
|
820
|
-
addHydratedFlag(doc.documentElement);
|
|
821
|
-
}
|
|
822
846
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
823
847
|
};
|
|
824
|
-
var safeCall = (instance, method, arg) => {
|
|
848
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
825
849
|
if (instance && instance[method]) {
|
|
826
850
|
try {
|
|
827
851
|
return instance[method](arg);
|
|
828
852
|
} catch (e) {
|
|
829
|
-
consoleError(e);
|
|
853
|
+
consoleError(e, elm);
|
|
830
854
|
}
|
|
831
855
|
}
|
|
832
856
|
return void 0;
|
|
@@ -885,15 +909,68 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
885
909
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
886
910
|
members.map(([memberName, [memberFlags]]) => {
|
|
887
911
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
912
|
+
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
913
|
+
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
|
|
914
|
+
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
|
|
915
|
+
if (flags & 1 /* isElementConstructor */ || !origGetter) {
|
|
916
|
+
Object.defineProperty(prototype, memberName, {
|
|
917
|
+
get() {
|
|
918
|
+
{
|
|
919
|
+
if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
|
|
920
|
+
return getValue(this, memberName);
|
|
921
|
+
}
|
|
922
|
+
const ref = getHostRef(this);
|
|
923
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
924
|
+
if (!instance) return;
|
|
925
|
+
return instance[memberName];
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
configurable: true,
|
|
929
|
+
enumerable: true
|
|
930
|
+
});
|
|
931
|
+
}
|
|
888
932
|
Object.defineProperty(prototype, memberName, {
|
|
889
|
-
get() {
|
|
890
|
-
return getValue(this, memberName);
|
|
891
|
-
},
|
|
892
933
|
set(newValue) {
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
934
|
+
const ref = getHostRef(this);
|
|
935
|
+
if (origSetter) {
|
|
936
|
+
const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
937
|
+
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
|
938
|
+
newValue = ref.$instanceValues$.get(memberName);
|
|
939
|
+
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
940
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
941
|
+
}
|
|
942
|
+
origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
|
|
943
|
+
newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
944
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
945
|
+
return;
|
|
946
|
+
}
|
|
947
|
+
{
|
|
948
|
+
if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
|
|
949
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
950
|
+
if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
|
|
951
|
+
ref.$onReadyPromise$.then(() => {
|
|
952
|
+
if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
953
|
+
ref.$lazyInstance$[memberName] = newValue;
|
|
954
|
+
}
|
|
955
|
+
});
|
|
956
|
+
}
|
|
957
|
+
return;
|
|
958
|
+
}
|
|
959
|
+
const setterSetVal = () => {
|
|
960
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
961
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
962
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
963
|
+
}
|
|
964
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
|
|
965
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
966
|
+
};
|
|
967
|
+
if (ref.$lazyInstance$) {
|
|
968
|
+
setterSetVal();
|
|
969
|
+
} else {
|
|
970
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
}
|
|
897
974
|
});
|
|
898
975
|
}
|
|
899
976
|
});
|
|
@@ -903,7 +980,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
903
980
|
plt.jmp(() => {
|
|
904
981
|
var _a2;
|
|
905
982
|
const propName = attrNameToPropName.get(attrName);
|
|
906
|
-
if (this.hasOwnProperty(propName)) {
|
|
983
|
+
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
|
907
984
|
newValue = this[propName];
|
|
908
985
|
delete this[propName];
|
|
909
986
|
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
@@ -923,7 +1000,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
923
1000
|
}
|
|
924
1001
|
return;
|
|
925
1002
|
}
|
|
926
|
-
|
|
1003
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1004
|
+
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1005
|
+
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1006
|
+
this[propName] = newValue;
|
|
1007
|
+
}
|
|
927
1008
|
});
|
|
928
1009
|
};
|
|
929
1010
|
Cstr.observedAttributes = Array.from(
|
|
@@ -952,7 +1033,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
952
1033
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
953
1034
|
const bundleId = cmpMeta.$lazyBundleId$;
|
|
954
1035
|
if (bundleId) {
|
|
955
|
-
const CstrImport = loadModule(cmpMeta);
|
|
1036
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
956
1037
|
if (CstrImport && "then" in CstrImport) {
|
|
957
1038
|
const endLoad = uniqueTime();
|
|
958
1039
|
Cstr = await CstrImport;
|
|
@@ -977,7 +1058,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
977
1058
|
try {
|
|
978
1059
|
new Cstr(hostRef);
|
|
979
1060
|
} catch (e) {
|
|
980
|
-
consoleError(e);
|
|
1061
|
+
consoleError(e, elm);
|
|
981
1062
|
}
|
|
982
1063
|
{
|
|
983
1064
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
@@ -1012,7 +1093,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1012
1093
|
schedule();
|
|
1013
1094
|
}
|
|
1014
1095
|
};
|
|
1015
|
-
var fireConnectedCallback = (instance) => {
|
|
1096
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1016
1097
|
};
|
|
1017
1098
|
|
|
1018
1099
|
// src/runtime/connected-callback.ts
|
|
@@ -1052,15 +1133,26 @@ var connectedCallback = (elm) => {
|
|
|
1052
1133
|
endConnected();
|
|
1053
1134
|
}
|
|
1054
1135
|
};
|
|
1055
|
-
var disconnectInstance = (instance) => {
|
|
1136
|
+
var disconnectInstance = (instance, elm) => {
|
|
1137
|
+
{
|
|
1138
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1139
|
+
}
|
|
1056
1140
|
};
|
|
1057
1141
|
var disconnectedCallback = async (elm) => {
|
|
1058
1142
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
1059
1143
|
const hostRef = getHostRef(elm);
|
|
1060
|
-
if (hostRef == null ? void 0 : hostRef.$lazyInstance$)
|
|
1061
|
-
hostRef.$
|
|
1144
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1145
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1146
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1147
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1062
1148
|
}
|
|
1063
1149
|
}
|
|
1150
|
+
if (rootAppliedStyles.has(elm)) {
|
|
1151
|
+
rootAppliedStyles.delete(elm);
|
|
1152
|
+
}
|
|
1153
|
+
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1154
|
+
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1155
|
+
}
|
|
1064
1156
|
};
|
|
1065
1157
|
|
|
1066
1158
|
// src/runtime/bootstrap-lazy.ts
|
|
@@ -1141,6 +1233,17 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1141
1233
|
}
|
|
1142
1234
|
disconnectedCallback() {
|
|
1143
1235
|
plt.jmp(() => disconnectedCallback(this));
|
|
1236
|
+
plt.raf(() => {
|
|
1237
|
+
var _a3;
|
|
1238
|
+
const hostRef = getHostRef(this);
|
|
1239
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1240
|
+
if (i2 > -1) {
|
|
1241
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1242
|
+
}
|
|
1243
|
+
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1244
|
+
delete hostRef.$vnode$.$elm$;
|
|
1245
|
+
}
|
|
1246
|
+
});
|
|
1144
1247
|
}
|
|
1145
1248
|
componentOnReady() {
|
|
1146
1249
|
return getHostRef(this).$onReadyPromise$;
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { b as bootstrapLazy } from './index-5f2a97a2.js';
|
|
2
|
+
export { s as setNonce } from './index-5f2a97a2.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
7
|
await globalScripts();
|
|
8
|
-
return bootstrapLazy([["general-about-us",[[1,"general-about-us",{"cmsEndpoint":[513,"cms-endpoint"],"language":[513],"userRoles":[513,"user-roles"],"cmsEnv":[513,"cms-env"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"hasErrors":[32],"isLoading":[32],"
|
|
8
|
+
return bootstrapLazy([["general-about-us",[[1,"general-about-us",{"cmsEndpoint":[513,"cms-endpoint"],"language":[513],"userRoles":[513,"user-roles"],"cmsEnv":[513,"cms-env"],"mbSource":[1,"mb-source"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"hasErrors":[32],"isLoading":[32],"device":[32]},null,{"cmsEndpoint":["watchEndpoint"],"language":["watchEndpoint"],"userRoles":["watchEndpoint"],"device":["watchEndpoint"],"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingChangeURL"]}]]]], options);
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { defineCustomElements };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as n,b as
|
|
1
|
+
import{p as n,b as e}from"./p-c303f99c.js";export{s as setNonce}from"./p-c303f99c.js";import{g as t}from"./p-e1255160.js";(()=>{const e=import.meta.url,t={};return""!==e&&(t.resourcesUrl=new URL(".",e).href),n(t)})().then((async n=>(await t(),e([["p-73146ff7",[[1,"general-about-us",{cmsEndpoint:[513,"cms-endpoint"],language:[513],userRoles:[513,"user-roles"],cmsEnv:[513,"cms-env"],mbSource:[1,"mb-source"],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],hasErrors:[32],isLoading:[32],device:[32]},null,{cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],userRoles:["watchEndpoint"],device:["watchEndpoint"],clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingChangeURL"]}]]]],n))));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as n,h as t}from"./p-c303f99c.js";const i={en:{error:"Error",noResults:"Loading, please wait ..."},hu:{error:"Error",noResults:"Loading, please wait ..."},ro:{error:"Eroare",noResults:"Loading, please wait ..."},fr:{error:"Error",noResults:"Loading, please wait ..."},ar:{error:"خطأ",noResults:"Loading, please wait ..."},hr:{error:"Greška",noResults:"Učitavanje, molimo pričekajte ..."}};function e(n,t){if(n){const i=document.createElement("style");i.innerHTML=t,n.appendChild(i)}}function o(n,t){const i=new URL(t);fetch(i.href).then((n=>n.text())).then((t=>{const i=document.createElement("style");i.innerHTML=t,n&&n.appendChild(i)})).catch((n=>{console.error("There was an error while trying to load client styling from URL",n)}))}const r=class{constructor(i){n(this,i),this.language="en",this.userRoles="everyone",this.cmsEnv="stage",this.clientStyling="",this.clientStylingUrl="",this.hasErrors=!1,this.isLoading=!0,this.device="",this.handleClick=(n,t,i,e)=>{window.postMessage({type:"NavigateTo",path:n,target:t,locations:i,externalLink:e||!1},window.location.href),"function"==typeof gtag&>ag("event","GeneralAboutUs",{context:"AboutUsContent"})},this.setImage=n=>{let t="";switch(this.device=function(){const n=navigator.userAgent.toLowerCase(),t=screen.availWidth,i=screen.availHeight;if(n.includes("iphone"))return"mobile";if(n.includes("android")){if(i>t&&t<800)return"mobile";if(t>i&&i<800)return"tablet"}return"desktop"}(),this.device){case"mobile":t=n.imageMobile;break;case"tablet":t=n.imageTablet;break;case"desktop":t=n.imageDesktop}return t},this.formatTitle=(n,i)=>{let e,o;if(["zh","ja","th"].includes(i))e=n.substring(0,1),o=n.substring(1);else{const t=n.split(" ");e=t.shift(),o=t.join(" ")}return t("div",{class:"Title"},t("span",{class:"FirstWord"},e," "),t("span",null,o))}}watchEndpoint(n,t){n&&n!=t&&this.cmsEndpoint&&this.getAboutUs()}handleClientStylingChange(n,t){n!=t&&e(this.stylingContainer,this.clientStyling)}handleClientStylingChangeURL(n,t){n!=t&&this.clientStylingUrl&&o(this.stylingContainer,this.clientStylingUrl)}componentWillLoad(){if(this.cmsEndpoint&&this.language)return this.getAboutUs()}componentDidLoad(){this.device=function(){const n=navigator.userAgent.toLowerCase();let t="";return t=n.includes("android")||n.includes("iphone")||n.includes("ipad")?function(){const n=screen.availWidth;return n<600?"mobile":n>=600&&n<1100?"tablet":void 0}():"desktop",t}(),this.stylingContainer&&(null!=window.emMessageBus?function(n,t){if(window.emMessageBus){const i=document.createElement("style");window.emMessageBus.subscribe(t,(t=>{i.innerHTML=t,n&&n.appendChild(i)}))}}(this.stylingContainer,`${this.mbSource}.Style`):(this.clientStyling&&e(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&o(this.stylingContainer,this.clientStylingUrl)))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}getAboutUs(){let n=new URL(`${this.cmsEndpoint}/${this.language}/homepage`);return n.searchParams.append("env",this.cmsEnv),n.searchParams.append("userRoles",this.userRoles),n.searchParams.append("device",(()=>{const n=(()=>{let n=window.navigator.userAgent.toLocaleLowerCase();return n.includes("android/i")?"android":n.includes("iphone/i")?"iPhone":n.includes("ipad/i")||n.includes("ipod/i")?"iPad":"PC"})();if(n)return"PC"===n?"dk":"mtWeb"})()),new Promise(((t,i)=>{this.isLoading=!0,fetch(n.href).then((n=>n.json())).then((n=>{const i=["title","description","images","button","externalLink","targetType","locations"],e=Object.entries(n).filter((([n])=>i.includes(n))).reduce(((n,[t,i])=>(n[t]=i,n)),{});this.aboutUsData=e,t(e)})).catch((n=>{console.error(n),this.hasErrors=!0,i(n)})).finally((()=>{this.isLoading=!1}))}))}render(){var n,e,o,r,a,s;return this.hasErrors?t("div",{class:"AboutUsError"},t("div",{class:"ErrorInfo"},i[void 0!==(s=this.language)&&s in i?s:"en"].error)):this.isLoading?void 0:t("div",{ref:n=>this.stylingContainer=n},t("div",{class:"AboutUsWrapper"},t("div",{class:"ItemImage"},t("div",{class:"ForegroundImage",style:{background:`linear-gradient(to left, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%),\n linear-gradient(to bottom left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%),\n linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%),\n url(${this.setImage(null===(n=this.aboutUsData)||void 0===n?void 0:n.images)}) no-repeat center center / cover`}}),t("img",{class:"BackgroundImage",src:this.setImage(this.aboutUsData.images),alt:"image"}),t("div",{class:"ItemDetails"},this.formatTitle(null===(e=this.aboutUsData)||void 0===e?void 0:e.title,this.language),t("div",{class:"Description",innerHTML:null===(o=this.aboutUsData)||void 0===o?void 0:o.description}),t("button",{class:"Button",onClick:()=>{var n,t,i,e,o;return this.handleClick(null===(t=null===(n=this.aboutUsData)||void 0===n?void 0:n.button)||void 0===t?void 0:t.buttonUrl,null===(i=this.aboutUsData)||void 0===i?void 0:i.targetType,null===(e=this.aboutUsData)||void 0===e?void 0:e.locations,null===(o=this.aboutUsData)||void 0===o?void 0:o.externalLink)}},null===(a=null===(r=this.aboutUsData)||void 0===r?void 0:r.button)||void 0===a?void 0:a.buttonText,t("img",{src:"data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBoZWlnaHQ9IjY0cHgiIHdpZHRoPSI2NHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxODUuMzQzIDE4NS4zNDMiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNENUYzREYiIHN0cm9rZT0iI0Q1RjNERiI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnPiA8Zz4gPHBhdGggc3R5bGU9ImZpbGw6I2VjZjlmMDsiIGQ9Ik01MS43MDcsMTg1LjM0M2MtMi43NDEsMC01LjQ5My0xLjA0NC03LjU5My0zLjE0OWMtNC4xOTQtNC4xOTQtNC4xOTQtMTAuOTgxLDAtMTUuMTc1IGw3NC4zNTItNzQuMzQ3TDQ0LjExNCwxOC4zMmMtNC4xOTQtNC4xOTQtNC4xOTQtMTAuOTg3LDAtMTUuMTc1YzQuMTk0LTQuMTk0LDEwLjk4Ny00LjE5NCwxNS4xOCwwbDgxLjkzNCw4MS45MzQgYzQuMTk0LDQuMTk0LDQuMTk0LDEwLjk4NywwLDE1LjE3NWwtODEuOTM0LDgxLjkzOUM1Ny4yMDEsMTg0LjI5Myw1NC40NTQsMTg1LjM0Myw1MS43MDcsMTg1LjM0M3oiLz4gPC9nPiA8L2c+IDwvZz4KDTwvc3ZnPg==",alt:"right chevron",class:"Chevron"}))))))}static get watchers(){return{cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],userRoles:["watchEndpoint"],device:["watchEndpoint"],clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingChangeURL"]}}};r.style=":host {\n display: block;\n font-family: inherit;\n}\n\np {\n margin: 0;\n padding: 0;\n font-family: inherit;\n}\n\nbutton {\n font-family: inherit;\n}\n\n.AboutUsError .ErrorInfo {\n color: var(--emw--color-error, #ed0909);\n}\n\n.AboutUsWrapper {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n background-color: var(--emw--color-background, #000000);\n width: 100%;\n border-radius: var(--emw--border-radius-large, 15px);\n animation: fadeInAnimation ease 1.5s;\n animation-iteration-count: 1;\n animation-fill-mode: forwards;\n}\n\n@keyframes fadeInAnimation {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n.ItemImage {\n position: relative;\n width: 100%;\n max-width: 100%;\n height: auto;\n border-radius: var(--emw--border-radius-large, 20px);\n background: var(--emw--color-background, black);\n}\n.ItemImage .ForegroundImage {\n z-index: 3;\n pointer-events: none;\n opacity: 1;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: opacity 0.5s ease, filter 0.5s ease;\n border-radius: var(--emw--border-radius-large, 20px);\n}\n.ItemImage .BackgroundImage {\n position: absolute;\n left: 0;\n width: 100%;\n height: 100%;\n object-fit: cover;\n transition: opacity 0.5s ease, filter 0.5s ease;\n border-radius: var(--emw--border-radius-large, 20px);\n z-index: 2;\n top: 20px;\n filter: blur(16px);\n opacity: 0.7;\n transform: scale(1.01);\n}\n.ItemImage .ItemDetails {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 16px;\n width: 60%;\n padding: 40px;\n}\n.ItemImage .ItemDetails > div {\n position: relative;\n height: auto;\n border-radius: var(--emw--border-radius-medium, 5px);\n z-index: 10;\n overflow: hidden;\n}\n.ItemImage .Title {\n padding: 20px 0px 10px 0px;\n font-size: var(--emw--font-size-x-large, 38px);\n font-weight: var(--emw--font-weight-bold, 700);\n color: var(--emw--color-typography, white);\n}\n.ItemImage .Title .FirstWord {\n text-transform: uppercase;\n letter-spacing: 1px;\n background: var(--emw--color-primary, #1EC450);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n}\n.ItemImage .Description {\n font-size: var(--emw--font-size-small-plus, 16px);\n font-weight: var(--emw--font-weight-normal, 400);\n color: var(--emw--color-gray-100, #D1D1D2);\n}\n.ItemImage button {\n position: relative;\n width: auto;\n padding: 10px 24px;\n color: var(--emw--button-text-color, white);\n font-size: var(--emw--font-size-small, 16px);\n border: var(--emw--button-border, 3px solid) var(--emw--button-border-color, #063B17);\n border-radius: var(--emw--button-border-radius, 50px);\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n z-index: 20;\n animation: ButtonEffect 4s linear infinite;\n background-image: linear-gradient(to right, var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E), black 30%), var(--emw--color-primary, #22B04E));\n background-size: 300% 100%;\n}\n.ItemImage button:hover {\n opacity: 0.8;\n}\n.ItemImage button img.Chevron {\n position: relative;\n height: var(--emw--size-standard, 12px);\n margin-left: var(--emw--spacing-small-minus, 6px);\n}\n@keyframes ButtonEffect {\n 0% {\n background-position: 0% 50%;\n }\n 33% {\n background-position: 100% 50%;\n }\n 66% {\n background-position: 200% 50%;\n }\n 100% {\n background-position: 300% 50%;\n }\n}\n\n@container (max-width: 475px) {\n .AboutUsWrapper {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n flex-wrap: wrap;\n gap: var(--emw--spacing-small-minus, 10px);\n max-width: 100%;\n background-color: var(--emw--color-background, #000000);\n animation: fadeInAnimation ease 1.5s;\n animation-iteration-count: 1;\n animation-fill-mode: forwards;\n }\n .AboutUsWrapper .ItemDetails {\n padding: 30px;\n }\n .AboutUsWrapper .ItemDetails .Title {\n font-size: var(--emw--font-size-large, 28px);\n padding: 0;\n }\n .AboutUsWrapper .ItemDetails .Button {\n font-size: var(--emw--font-size-small, 14px);\n padding: 8px 20px;\n }\n .AboutUsWrapper .ItemDetails > div {\n border-radius: var(--emw--border-radius-medium, 5px);\n gap: var(--emw--spacing-2x-small, 4px);\n }\n .AboutUsWrapper .Description {\n text-align: left;\n font-size: var(--emw--font-size-small, 14px);\n font-weight: var(--emw--font-weight-normal, 400);\n }\n .AboutUsWrapper button {\n padding-bottom: 10px;\n line-height: 15px;\n padding: 10px;\n }\n}\n@container (max-width: 800px) {\n .Title {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n}";export{r as general_about_us}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var t=Object.defineProperty,e=new WeakMap,n=t=>e.get(t),o=(t,n)=>{e.set(n.t=t,n)},l=(t,e)=>e in t,s=(t,e)=>(0,console.error)(t,e),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="undefined"!=typeof window?window:{},a=u.document||{head:{}},f={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},h=t=>Promise.resolve(t),d=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),p=!1,m=[],y=[],v=(t,e)=>n=>{t.push(n),p||(p=!0,e&&4&f.o?w(b):f.raf(b))},$=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){s(t)}t.length=0},b=()=>{$(m),$(y),(p=m.length>0)&&f.raf(b)},w=t=>h().then(t),S=v(y,!0),g=t=>"object"==(t=typeof t)||"function"===t;function j(t){var e,n,o;return null!=(o=null==(n=null==(e=t.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((e,n)=>{for(var o in n)t(e,o,{get:n[o],enumerable:!0})})({},{err:()=>k,map:()=>E,ok:()=>O,unwrap:()=>M,unwrapErr:()=>x});var O=t=>({isOk:!0,isErr:!1,value:t}),k=t=>({isOk:!1,isErr:!0,value:t});function E(t,e){if(t.isOk){const n=e(t.value);return n instanceof Promise?n.then((t=>O(t))):O(n)}if(t.isErr)return k(t.value);throw"should never get here"}var C,M=t=>{if(t.isOk)return t.value;throw t.value},x=t=>{if(t.isErr)return t.value;throw t.value},P=(t,e,...n)=>{let o=null,l=!1,s=!1;const i=[],r=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?r(o):null!=o&&"boolean"!=typeof o&&((l="function"!=typeof t&&!g(o))&&(o+=""),l&&s?i[i.length-1].i+=o:i.push(l?A(null,o):o),s=l)};if(r(n),e){const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}const c=A(t,null);return c.u=e,i.length>0&&(c.h=i),c},A=(t,e)=>({o:0,p:t,i:e,m:null,h:null,u:null}),L={},N=(t,e)=>null==t||g(t)?t:1&e?t+"":t,R=new WeakMap,T=t=>"sc-"+t.v,D=(t,e,n,o,s,i)=>{if(n!==o){let r=l(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,l=U(n);let s=U(o);e.remove(...l.filter((t=>t&&!s.includes(t)))),e.add(...s.filter((t=>t&&!l.includes(t))))}else if("style"===e){for(const e in n)o&&null!=o[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in o)n&&o[e]===n[e]||(e.includes("-")?t.style.setProperty(e,o[e]):t.style[e]=o[e])}else if("ref"===e)o&&o(t);else if(r||"o"!==e[0]||"n"!==e[1]){const l=g(o);if((r||l&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[e]!==o&&(t[e]=o);else{const l=null==o?"":o;"list"===e?r=!1:null!=n&&t[e]==l||("function"==typeof t.__lookupSetter__(e)?t[e]=l:t.setAttribute(e,l))}}catch(t){}null==o||!1===o?!1===o&&""!==t.getAttribute(e)||t.removeAttribute(e):(!r||4&i||s)&&!l&&t.setAttribute(e,o=!0===o?"":o)}else if(e="-"===e[2]?e.slice(3):l(u,c)?c.slice(2):c[2]+e.slice(3),n||o){const l=e.endsWith(W);e=e.replace(F,""),n&&f.rel(t,e,n,l),o&&f.ael(t,e,o,l)}}},H=/\s/,U=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(H):[]),W="Capture",F=RegExp(W+"$"),V=(t,e,n)=>{const o=11===e.m.nodeType&&e.m.host?e.m.host:e.m,l=t&&t.u||{},s=e.u||{};for(const t of q(Object.keys(l)))t in s||D(o,t,l[t],void 0,n,e.o);for(const t of q(Object.keys(s)))D(o,t,l[t],s[t],n,e.o)};function q(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var G=!1,_=(t,e,n)=>{const o=e.h[n];let l,s,i=0;if(null!==o.i)l=o.m=a.createTextNode(o.i);else if(l=o.m=a.createElement(o.p),V(null,o,G),o.h)for(i=0;i<o.h.length;++i)s=_(t,o,i),s&&l.appendChild(s);return l["s-hn"]=C,l},z=(t,e,n,o,l,s)=>{let i,r=t;for(r.shadowRoot&&r.tagName===C&&(r=r.shadowRoot);l<=s;++l)o[l]&&(i=_(null,n,l),i&&(o[l].m=i,Q(r,i,e)))},B=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.m;K(e),t&&t.remove()}}},I=(t,e,n=!1)=>t.p===e.p&&(n&&!t.$&&e.$&&(t.$=e.$),!0),J=(t,e,n=!1)=>{const o=e.m=t.m,l=t.h,s=e.h,i=e.i;null===i?(V(t,e,G),null!==l&&null!==s?((t,e,n,o,l=!1)=>{let s,i=0,r=0,c=e.length-1,u=e[0],a=e[c],f=o.length-1,h=o[0],d=o[f];for(;i<=c&&r<=f;)null==u?u=e[++i]:null==a?a=e[--c]:null==h?h=o[++r]:null==d?d=o[--f]:I(u,h,l)?(J(u,h,l),u=e[++i],h=o[++r]):I(a,d,l)?(J(a,d,l),a=e[--c],d=o[--f]):I(u,d,l)?(J(u,d,l),Q(t,u.m,a.m.nextSibling),u=e[++i],d=o[--f]):I(a,h,l)?(J(a,h,l),Q(t,a.m,u.m),a=e[--c],h=o[++r]):(s=_(e&&e[r],n,r),h=o[++r],s&&Q(u.m.parentNode,s,u.m));i>c?z(t,null==o[f+1]?null:o[f+1].m,n,o,r,f):r>f&&B(e,i,c)})(o,l,e,s,n):null!==s?(null!==t.i&&(o.textContent=""),z(o,null,e,s,0,s.length-1)):!n&&null!==l&&B(l,0,l.length-1)):t.i!==i&&(o.data=i)},K=t=>{t.u&&t.u.ref&&t.u.ref(null),t.h&&t.h.map(K)},Q=(t,e,n)=>null==t?void 0:t.insertBefore(e,n),X=(t,e)=>{if(e&&!t.S&&e["s-p"]){const n=e["s-p"].push(new Promise((o=>t.S=()=>{e["s-p"].splice(n-1,1),o()})))}},Y=(t,e)=>{if(t.o|=16,!(4&t.o))return X(t,t.j),S((()=>Z(t,e)));t.o|=512},Z=(t,e)=>{const n=t.$hostElement$,o=t.t;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return e&&(l=it(o,"componentWillLoad",void 0,n)),tt(l,(()=>nt(t,o,e)))},tt=(t,e)=>et(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),et=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,nt=async(t,e,n)=>{var o;const l=t.$hostElement$,s=l["s-rc"];n&&(t=>{const e=t.O,n=t.$hostElement$,o=e.o,l=((t,e)=>{var n;const o=T(e),l=r.get(o);if(t=11===t.nodeType?t:a,l)if("string"==typeof l){let s,i=R.get(t=t.head||t);if(i||R.set(t,i=new Set),!i.has(o)){{s=document.querySelector(`[sty-id="${o}"]`)||a.createElement("style"),s.innerHTML=l;const i=null!=(n=f.k)?n:j(a);if(null!=i&&s.setAttribute("nonce",i),!(1&e.o))if("HEAD"===t.nodeName){const e=t.querySelectorAll("link[rel=preconnect]"),n=e.length>0?e[e.length-1].nextSibling:t.querySelector("style");t.insertBefore(s,(null==n?void 0:n.parentNode)===t?n:null)}else if("host"in t)if(d){const e=new CSSStyleSheet;e.replaceSync(l),t.adoptedStyleSheets=[e,...t.adoptedStyleSheets]}else{const e=t.querySelector("style");e?e.innerHTML=l+e.innerHTML:t.prepend(s)}else t.append(s);1&e.o&&t.insertBefore(s,null)}4&e.o&&(s.innerHTML+=c),i&&i.add(o)}}else t.adoptedStyleSheets.includes(l)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);(10&o&&2&o||128&o)&&(n["s-sc"]=l,n.classList.add(l+"-h"))})(t);ot(t,e,l,n),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const e=null!=(o=l["s-p"])?o:[],n=()=>lt(t);0===e.length?n():(Promise.all(e).then(n),t.o|=4,e.length=0)}},ot=(t,e,n,o)=>{try{e=e.render(),t.o&=-17,t.o|=2,((t,e,n=!1)=>{const o=t.$hostElement$,l=t.O,s=t.C||A(null,null),i=(t=>t&&t.p===L)(e)?e:P(null,null,e);if(C=o.tagName,l.M&&(i.u=i.u||{},l.M.map((([t,e])=>i.u[e]=o[t]))),n&&i.u)for(const t of Object.keys(i.u))o.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(i.u[t]=o[t]);i.p=null,i.o|=4,t.C=i,i.m=s.m=o.shadowRoot||o,J(s,i,n)})(t,e,o)}catch(e){s(e,t.$hostElement$)}return null},lt=t=>{const e=t.$hostElement$,n=t.t,o=t.j;64&t.o||(t.o|=64,rt(e),it(n,"componentDidLoad",void 0,e),t.P(e),o||st()),t.S&&(t.S(),t.S=void 0),512&t.o&&w((()=>Y(t,!1))),t.o&=-517},st=()=>{w((()=>(t=>{const e=f.ce("appload",{detail:{namespace:"general-about-us"}});return t.dispatchEvent(e),e})(u)))},it=(t,e,n,o)=>{if(t&&t[e])try{return t[e](n)}catch(t){s(t,o)}},rt=t=>t.classList.add("hydrated"),ct=(t,e,o,l)=>{const i=n(t);if(!i)throw Error(`Couldn't find host element for "${l.v}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const r=i.$hostElement$,c=i.A.get(e),u=i.o,a=i.t;if(o=N(o,l.L[e][0]),(!(8&u)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(i.A.set(e,o),a)){if(l.N&&128&u){const t=l.N[e];t&&t.map((t=>{try{a[t](o,c,e)}catch(t){s(t,r)}}))}2==(18&u)&&Y(i,!1)}},ut=(t,e,o)=>{var l,s;const i=t.prototype;if(e.L||e.N||t.watchers){t.watchers&&!e.N&&(e.N=t.watchers);const r=Object.entries(null!=(l=e.L)?l:{});if(r.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,t)||{};s&&(e.L[t][0]|=2048),r&&(e.L[t][0]|=4096),(1&o||!s)&&Object.defineProperty(i,t,{get(){{if(!(2048&e.L[t][0]))return((t,e)=>n(this).A.get(e))(0,t);const o=n(this),l=o?o.t:i;if(!l)return;return l[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,t,{set(s){const i=n(this);if(r){const n=32&l?this[t]:i.$hostElement$[t];return void 0===n&&i.A.get(t)?s=i.A.get(t):!i.A.get(t)&&n&&i.A.set(t,n),r.call(this,N(s,l)),void ct(this,t,s=32&l?this[t]:i.$hostElement$[t],e)}{if(!(1&o&&4096&e.L[t][0]))return ct(this,t,s,e),void(1&o&&!i.t&&i.R.then((()=>{4096&e.L[t][0]&&i.t[t]!==i.A.get(t)&&(i.t[t]=s)})));const n=()=>{const n=i.t[t];!i.A.get(t)&&n&&i.A.set(t,n),i.t[t]=N(s,l),ct(this,t,i.t[t],e)};i.t?n():i.R.then((()=>n()))}}})}})),1&o){const o=new Map;i.attributeChangedCallback=function(t,l,s){f.jmp((()=>{var r;const c=o.get(t);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=n(this),i=null==o?void 0:o.o;if(i&&!(8&i)&&128&i&&s!==l){const n=o.t,i=null==(r=e.N)?void 0:r[t];null==i||i.forEach((e=>{null!=n[e]&&n[e].call(n,s,l,t)}))}return}}const u=Object.getOwnPropertyDescriptor(i,c);(s=(null!==s||"boolean"!=typeof this[c])&&s)===this[c]||u.get&&!u.set||(this[c]=s)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=e.N)?s:{}),...r.filter((([t,e])=>15&e[0])).map((([t,n])=>{var l;const s=n[1]||t;return o.set(s,t),512&n[0]&&(null==(l=e.M)||l.push([t,s])),s}))]))}}return t},at=(t,e)=>{it(t,"disconnectedCallback",void 0,e||t)},ft=(t,o={})=>{var l;const h=[],p=o.exclude||[],m=u.customElements,y=a.head,v=y.querySelector("meta[charset]"),$=a.createElement("style"),b=[];let w,S=!0;Object.assign(f,o),f.l=new URL(o.resourcesUrl||"./",a.baseURI).href;let g=!1;if(t.map((t=>{t[1].map((o=>{var l;const c={o:o[0],v:o[1],L:o[2],T:o[3]};4&c.o&&(g=!0),c.L=o[2],c.M=[],c.N=null!=(l=o[4])?l:{};const u=c.v,a=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,n)=>{const o={o:0,$hostElement$:t,O:n,A:new Map};o.R=new Promise((t=>o.P=t)),t["s-p"]=[],t["s-rc"]=[],e.set(t,o)})(t=this,c),1&c.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.v}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else t.attachShadow({mode:"open"})}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),w&&(clearTimeout(w),w=null),S?b.push(this):f.jmp((()=>(t=>{if(!(1&f.o)){const e=n(t),o=e.O,l=()=>{};if(1&e.o)(null==e?void 0:e.t)||(null==e?void 0:e.R)&&e.R.then((()=>{}));else{e.o|=1;{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){X(e,e.j=n);break}}o.L&&Object.entries(o.L).map((([e,[n]])=>{if(31&n&&t.hasOwnProperty(e)){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n)=>{let o;if(!(32&e.o)){if(e.o|=32,n.D){const l=((t,e)=>{const n=t.v.replace(/-/g,"_"),o=t.D;if(!o)return;const l=i.get(o);return l?l[n]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[n])),(t=>{s(t,e.$hostElement$)}))
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,e);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${n.v}#${e.H}" was not found`);o.isProxied||(n.N=o.watchers,ut(o,n,2),o.isProxied=!0);const r=()=>{};e.o|=8;try{new o(e)}catch(e){s(e,t)}e.o&=-9,e.o|=128,r()}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.o|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const e=T(n);if(!r.has(e)){const o=()=>{};((t,e,n)=>{let o=r.get(t);d&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=e:o.replaceSync(e)):o=e,r.set(t,o)})(e,t,!!(1&n.o)),o()}}}const l=e.j,c=()=>Y(e,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(t,e,o)}l()}})(this)))}disconnectedCallback(){f.jmp((()=>(async t=>{if(!(1&f.o)){const e=n(t);(null==e?void 0:e.t)?at(e.t,t):(null==e?void 0:e.R)&&e.R.then((()=>at(e.t,t)))}R.has(t)&&R.delete(t),t.shadowRoot&&R.has(t.shadowRoot)&&R.delete(t.shadowRoot)})(this))),f.raf((()=>{var t;const e=n(this),o=b.findIndex((t=>t===this));o>-1&&b.splice(o,1),(null==(t=null==e?void 0:e.C)?void 0:t.m)instanceof Node&&!e.C.m.isConnected&&delete e.C.m}))}componentOnReady(){return n(this).R}};c.D=t[0],p.includes(u)||m.get(u)||(h.push(u),m.define(u,ut(a,c,1)))}))})),h.length>0&&(g&&($.textContent+=c),$.textContent+=h.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",$.innerHTML.length)){$.setAttribute("data-styles","");const t=null!=(l=f.k)?l:j(a);null!=t&&$.setAttribute("nonce",t),y.insertBefore($,v?v.nextSibling:y.firstChild)}S=!1,b.length?b.map((t=>t.connectedCallback())):f.jmp((()=>w=setTimeout(st,30)))},ht=t=>f.k=t;export{ft as b,P as h,h as p,o as r,ht as s}
|
|
@@ -16,6 +16,10 @@ export declare class GeneralAboutUs {
|
|
|
16
16
|
* CMS Endpoint stage
|
|
17
17
|
*/
|
|
18
18
|
cmsEnv: string;
|
|
19
|
+
/**
|
|
20
|
+
* Client custom styling via inline streamStyling
|
|
21
|
+
*/
|
|
22
|
+
mbSource: string;
|
|
19
23
|
/**
|
|
20
24
|
* Client custom styling via inline style
|
|
21
25
|
*/
|
|
@@ -26,19 +30,19 @@ export declare class GeneralAboutUs {
|
|
|
26
30
|
clientStylingUrl: string;
|
|
27
31
|
private hasErrors;
|
|
28
32
|
private isLoading;
|
|
29
|
-
private limitStylingAppends;
|
|
30
33
|
device: string;
|
|
31
34
|
private stylingContainer;
|
|
35
|
+
private stylingSubscription;
|
|
32
36
|
private aboutUsData;
|
|
33
37
|
watchEndpoint(newValue: string, oldValue: string): void;
|
|
38
|
+
handleClientStylingChange(newValue: any, oldValue: any): void;
|
|
39
|
+
handleClientStylingChangeURL(newValue: any, oldValue: any): void;
|
|
34
40
|
componentWillLoad(): Promise<any>;
|
|
35
41
|
componentDidLoad(): void;
|
|
42
|
+
disconnectedCallback(): void;
|
|
36
43
|
getAboutUs(): Promise<any>;
|
|
37
44
|
handleClick: (url: string, target: string, location: string, isExternal: boolean) => void;
|
|
38
45
|
setImage: (image: ImageSort) => string;
|
|
39
|
-
setClientStyling: () => void;
|
|
40
|
-
setClientStylingURL: () => void;
|
|
41
|
-
componentDidRender(): void;
|
|
42
46
|
formatTitle: (title: string, language: string) => any;
|
|
43
47
|
render(): void;
|
|
44
48
|
}
|
|
@@ -27,6 +27,10 @@ export namespace Components {
|
|
|
27
27
|
* Language of the widget
|
|
28
28
|
*/
|
|
29
29
|
"language": string;
|
|
30
|
+
/**
|
|
31
|
+
* Client custom styling via inline streamStyling
|
|
32
|
+
*/
|
|
33
|
+
"mbSource": string;
|
|
30
34
|
/**
|
|
31
35
|
* User roles
|
|
32
36
|
*/
|
|
@@ -66,6 +70,10 @@ declare namespace LocalJSX {
|
|
|
66
70
|
* Language of the widget
|
|
67
71
|
*/
|
|
68
72
|
"language"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Client custom styling via inline streamStyling
|
|
75
|
+
*/
|
|
76
|
+
"mbSource"?: string;
|
|
69
77
|
/**
|
|
70
78
|
* User roles
|
|
71
79
|
*/
|