@everymatrix/general-about-us 1.52.6 → 1.53.10

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.
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-f6c09f3b.js';
1
+ import { r as registerInstance, h } from './index-88bbbb29.js';
2
2
 
3
3
  const DEFAULT_LANGUAGE = 'en';
4
4
  const TRANSLATIONS = {
@@ -97,6 +97,30 @@ const GeneralAboutUsStyle0 = generalAboutUsCss;
97
97
  const GeneralAboutUs = class {
98
98
  constructor(hostRef) {
99
99
  registerInstance(this, hostRef);
100
+ /**
101
+ * Language of the widget
102
+ */
103
+ this.language = 'en';
104
+ /**
105
+ * User roles
106
+ */
107
+ this.userRoles = 'everyone';
108
+ /**
109
+ * CMS Endpoint stage
110
+ */
111
+ this.cmsEnv = 'stage';
112
+ /**
113
+ * Client custom styling via inline style
114
+ */
115
+ this.clientStyling = '';
116
+ /**
117
+ * Client custom styling via url
118
+ */
119
+ this.clientStylingUrl = '';
120
+ this.hasErrors = false;
121
+ this.isLoading = true;
122
+ this.limitStylingAppends = false;
123
+ this.device = '';
100
124
  this.handleClick = (url, target, location, isExternal) => {
101
125
  window.postMessage({ type: 'NavigateTo', path: url, target: target, locations: location, externalLink: isExternal || false }, window.location.href);
102
126
  // @ts-ignore Analytics event
@@ -156,16 +180,6 @@ const GeneralAboutUs = class {
156
180
  }
157
181
  return h("div", { class: "Title" }, h("span", { class: "FirstWord" }, firstWord, " "), h("span", null, restOfTitle));
158
182
  };
159
- this.cmsEndpoint = undefined;
160
- this.language = 'en';
161
- this.userRoles = 'everyone';
162
- this.cmsEnv = 'stage';
163
- this.clientStyling = '';
164
- this.clientStylingUrl = '';
165
- this.hasErrors = false;
166
- this.isLoading = true;
167
- this.limitStylingAppends = false;
168
- this.device = '';
169
183
  }
170
184
  watchEndpoint(newValue, oldValue) {
171
185
  if (newValue && newValue != oldValue && this.cmsEndpoint) {
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-f6c09f3b.js';
2
- export { s as setNonce } from './index-f6c09f3b.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-88bbbb29.js';
2
+ export { s as setNonce } from './index-88bbbb29.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.25.1 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  var patchBrowser = () => {
9
9
  const importMeta = import.meta.url;
@@ -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: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, 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, 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 };
2
+ const BUILD = /* general-about-us */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, 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.22.3 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Platform v4.25.1 | 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) => hostRefs.set(hostRef.$lazyInstance$ = 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
- return hostRefs.set(hostElement, hostRef);
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((importedModule) => {
65
- {
66
- cmpModules.set(bundleId, importedModule);
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
- return importedModule[exportName];
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(styleElm, referenceNode2);
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();
@@ -365,16 +373,18 @@ var attachStyles = (hostRef) => {
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
- const newClasses = parseClassList(newValue);
376
- classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
377
- classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
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) => !value ? [] : value.split(parseClassListRegex);
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$ || EMPTY_OBJ;
466
- const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
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(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
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(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
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, parentElm) => {
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
- const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
656
- return inserted;
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,9 +704,6 @@ 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
707
  useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
685
708
  patch(oldVNode, rootVnode, isInitialLoad);
686
709
  };
@@ -688,7 +711,14 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
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(new Promise((r) => hostRef.$onRenderResolve$ = r));
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();
@@ -784,7 +814,7 @@ var postUpdateComponent = (hostRef) => {
784
814
  const instance = hostRef.$lazyInstance$ ;
785
815
  const ancestorComponent = hostRef.$ancestorComponent$;
786
816
  {
787
- safeCall(instance, "componentDidRender");
817
+ safeCall(instance, "componentDidRender", void 0, elm);
788
818
  }
789
819
  if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
790
820
  hostRef.$flags$ |= 64 /* hasLoadedComponent */;
@@ -792,7 +822,7 @@ var postUpdateComponent = (hostRef) => {
792
822
  addHydratedFlag(elm);
793
823
  }
794
824
  {
795
- safeCall(instance, "componentDidLoad");
825
+ safeCall(instance, "componentDidLoad", void 0, elm);
796
826
  }
797
827
  endPostUpdate();
798
828
  {
@@ -821,12 +851,12 @@ var appDidLoad = (who) => {
821
851
  }
822
852
  nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
823
853
  };
824
- var safeCall = (instance, method, arg) => {
854
+ var safeCall = (instance, method, arg, elm) => {
825
855
  if (instance && instance[method]) {
826
856
  try {
827
857
  return instance[method](arg);
828
858
  } catch (e) {
829
- consoleError(e);
859
+ consoleError(e, elm);
830
860
  }
831
861
  }
832
862
  return void 0;
@@ -885,15 +915,68 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
885
915
  const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
886
916
  members.map(([memberName, [memberFlags]]) => {
887
917
  if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
918
+ const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
919
+ if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
920
+ if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
921
+ if (flags & 1 /* isElementConstructor */ || !origGetter) {
922
+ Object.defineProperty(prototype, memberName, {
923
+ get() {
924
+ {
925
+ if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
926
+ return getValue(this, memberName);
927
+ }
928
+ const ref = getHostRef(this);
929
+ const instance = ref ? ref.$lazyInstance$ : prototype;
930
+ if (!instance) return;
931
+ return instance[memberName];
932
+ }
933
+ },
934
+ configurable: true,
935
+ enumerable: true
936
+ });
937
+ }
888
938
  Object.defineProperty(prototype, memberName, {
889
- get() {
890
- return getValue(this, memberName);
891
- },
892
939
  set(newValue) {
893
- setValue(this, memberName, newValue, cmpMeta);
894
- },
895
- configurable: true,
896
- enumerable: true
940
+ const ref = getHostRef(this);
941
+ if (origSetter) {
942
+ const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
943
+ if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
944
+ newValue = ref.$instanceValues$.get(memberName);
945
+ } else if (!ref.$instanceValues$.get(memberName) && currentValue) {
946
+ ref.$instanceValues$.set(memberName, currentValue);
947
+ }
948
+ origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
949
+ newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
950
+ setValue(this, memberName, newValue, cmpMeta);
951
+ return;
952
+ }
953
+ {
954
+ if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
955
+ setValue(this, memberName, newValue, cmpMeta);
956
+ if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
957
+ ref.$onReadyPromise$.then(() => {
958
+ if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
959
+ ref.$lazyInstance$[memberName] = newValue;
960
+ }
961
+ });
962
+ }
963
+ return;
964
+ }
965
+ const setterSetVal = () => {
966
+ const currentValue = ref.$lazyInstance$[memberName];
967
+ if (!ref.$instanceValues$.get(memberName) && currentValue) {
968
+ ref.$instanceValues$.set(memberName, currentValue);
969
+ }
970
+ ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
971
+ setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
972
+ };
973
+ if (ref.$lazyInstance$) {
974
+ setterSetVal();
975
+ } else {
976
+ ref.$onReadyPromise$.then(() => setterSetVal());
977
+ }
978
+ }
979
+ }
897
980
  });
898
981
  }
899
982
  });
@@ -903,7 +986,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
903
986
  plt.jmp(() => {
904
987
  var _a2;
905
988
  const propName = attrNameToPropName.get(attrName);
906
- if (this.hasOwnProperty(propName)) {
989
+ if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
907
990
  newValue = this[propName];
908
991
  delete this[propName];
909
992
  } else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
@@ -923,7 +1006,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
923
1006
  }
924
1007
  return;
925
1008
  }
926
- this[propName] = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
1009
+ const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
1010
+ newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
1011
+ if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
1012
+ this[propName] = newValue;
1013
+ }
927
1014
  });
928
1015
  };
929
1016
  Cstr.observedAttributes = Array.from(
@@ -950,9 +1037,8 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
950
1037
  let Cstr;
951
1038
  if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
952
1039
  hostRef.$flags$ |= 32 /* hasInitializedComponent */;
953
- const bundleId = cmpMeta.$lazyBundleId$;
954
- if (bundleId) {
955
- const CstrImport = loadModule(cmpMeta);
1040
+ {
1041
+ const CstrImport = loadModule(cmpMeta, hostRef);
956
1042
  if (CstrImport && "then" in CstrImport) {
957
1043
  const endLoad = uniqueTime();
958
1044
  Cstr = await CstrImport;
@@ -977,7 +1063,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
977
1063
  try {
978
1064
  new Cstr(hostRef);
979
1065
  } catch (e) {
980
- consoleError(e);
1066
+ consoleError(e, elm);
981
1067
  }
982
1068
  {
983
1069
  hostRef.$flags$ &= ~8 /* isConstructingInstance */;
@@ -986,10 +1072,6 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
986
1072
  hostRef.$flags$ |= 128 /* isWatchReady */;
987
1073
  }
988
1074
  endNewInstance();
989
- } else {
990
- Cstr = elm.constructor;
991
- const cmpTag = elm.localName;
992
- customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
993
1075
  }
994
1076
  if (Cstr && Cstr.style) {
995
1077
  let style;
@@ -1012,7 +1094,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
1012
1094
  schedule();
1013
1095
  }
1014
1096
  };
1015
- var fireConnectedCallback = (instance) => {
1097
+ var fireConnectedCallback = (instance, elm) => {
1016
1098
  };
1017
1099
 
1018
1100
  // src/runtime/connected-callback.ts
@@ -1052,7 +1134,7 @@ var connectedCallback = (elm) => {
1052
1134
  endConnected();
1053
1135
  }
1054
1136
  };
1055
- var disconnectInstance = (instance) => {
1137
+ var disconnectInstance = (instance, elm) => {
1056
1138
  };
1057
1139
  var disconnectedCallback = async (elm) => {
1058
1140
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
@@ -1061,6 +1143,12 @@ var disconnectedCallback = async (elm) => {
1061
1143
  hostRef.$onReadyPromise$.then(() => disconnectInstance());
1062
1144
  }
1063
1145
  }
1146
+ if (rootAppliedStyles.has(elm)) {
1147
+ rootAppliedStyles.delete(elm);
1148
+ }
1149
+ if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
1150
+ rootAppliedStyles.delete(elm.shadowRoot);
1151
+ }
1064
1152
  };
1065
1153
 
1066
1154
  // src/runtime/bootstrap-lazy.ts
@@ -1141,6 +1229,13 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1141
1229
  }
1142
1230
  disconnectedCallback() {
1143
1231
  plt.jmp(() => disconnectedCallback(this));
1232
+ plt.raf(() => {
1233
+ var _a3;
1234
+ const hostRef = getHostRef(this);
1235
+ if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
1236
+ delete hostRef.$vnode$.$elm$;
1237
+ }
1238
+ });
1144
1239
  }
1145
1240
  componentOnReady() {
1146
1241
  return getHostRef(this).$onReadyPromise$;
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-f6c09f3b.js';
2
- export { s as setNonce } from './index-f6c09f3b.js';
1
+ import { b as bootstrapLazy } from './index-88bbbb29.js';
2
+ export { s as setNonce } from './index-88bbbb29.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
@@ -1 +1 @@
1
- import{p as n,b as t}from"./p-a4cae9d7.js";export{s as setNonce}from"./p-a4cae9d7.js";import{g as e}from"./p-e1255160.js";(()=>{const t=import.meta.url,e={};return""!==t&&(e.resourcesUrl=new URL(".",t).href),n(e)})().then((async n=>(await e(),t([["p-157a2384",[[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],limitStylingAppends:[32],device:[32]},null,{cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],userRoles:["watchEndpoint"],device:["watchEndpoint"]}]]]],n))));
1
+ import{p as n,b as e}from"./p-3e4ba4dc.js";export{s as setNonce}from"./p-3e4ba4dc.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-e9157831",[[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],limitStylingAppends:[32],device:[32]},null,{cmsEndpoint:["watchEndpoint"],language:["watchEndpoint"],userRoles:["watchEndpoint"],device:["watchEndpoint"]}]]]],n))));
@@ -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:()=>E,map:()=>k,ok:()=>O,unwrap:()=>M,unwrapErr:()=>x});var O=t=>({isOk:!0,isErr:!1,value:t}),E=t=>({isOk:!1,isErr:!0,value:t});function k(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 E(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}),D={},R=(t,e)=>null==t||g(t)?t:1&e?t+"":t,H=new WeakMap,L=t=>"sc-"+t.v,N=(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)}}},T=/\s/,U=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(T):[]),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||N(o,t,l[t],void 0,n,e.o);for(const t of q(Object.keys(s)))N(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=L(e),l=r.get(o);if(t=11===t.nodeType?t:a,l)if("string"==typeof l){let s,i=H.get(t=t.head||t);if(i||H.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&&"HEAD"!==t.nodeName&&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&&(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===D)(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;it(n,"componentDidRender",void 0,e),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=()=>{rt(a.documentElement),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=R(o,l.D[e][0]),(!(8&u)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(i.A.set(e,o),a)){if(l.R&&128&u){const t=l.R[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.D||e.R||t.watchers){t.watchers&&!e.R&&(e.R=t.watchers);const r=Object.entries(null!=(l=e.D)?l:{});if(r.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,t)||{};s&&(e.D[t][0]|=2048),r&&(e.D[t][0]|=4096),(1&o||!s)&&Object.defineProperty(i,t,{get(){{if(!(2048&e.D[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,R(s,l)),void ct(this,t,s=32&l?this[t]:i.$hostElement$[t],e)}{if(!(1&o&&4096&e.D[t][0]))return ct(this,t,s,e),void(1&o&&!i.t&&i.H.then((()=>{4096&e.D[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]=R(s,l),ct(this,t,i.t[t],e)};i.t?n():i.H.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.R)?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.R)?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,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],D:o[2],L:o[3]};4&c.o&&(g=!0),c.D=o[2],c.M=[],c.R=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.H=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.H)&&e.H.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.D&&Object.entries(o.D).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)){e.o|=32;{const l=((t,e)=>{const n=t.v.replace(/-/g,"_"),o=t.N;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.T}" was not found`);o.isProxied||(n.R=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()}if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const e=L(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)||(null==e?void 0:e.H)&&e.H.then((()=>{}))}H.has(t)&&H.delete(t),t.shadowRoot&&H.has(t.shadowRoot)&&H.delete(t.shadowRoot)})(this))),f.raf((()=>{var t;const e=n(this);(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).H}};c.N=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)))},ft=t=>f.k=t;export{at as b,P as h,h as p,o as r,ft as s}
@@ -0,0 +1 @@
1
+ import{r as n,h as t}from"./p-3e4ba4dc.js";const e={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 ..."}};const i=class{constructor(e){n(this,e),this.language="en",this.userRoles="everyone",this.cmsEnv="stage",this.clientStyling="",this.clientStylingUrl="",this.hasErrors=!1,this.isLoading=!0,this.limitStylingAppends=!1,this.device="",this.handleClick=(n,t,e,i)=>{window.postMessage({type:"NavigateTo",path:n,target:t,locations:e,externalLink:i||!1},window.location.href),"function"==typeof gtag&&gtag("event","GeneralAboutUs",{context:"AboutUsContent"})},this.setImage=n=>{let t="";switch(this.device=function(){const n=navigator.userAgent.toLowerCase(),t=screen.availWidth,e=screen.availHeight;if(n.includes("iphone"))return"mobile";if(n.includes("android")){if(e>t&&t<800)return"mobile";if(t>e&&e<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.setClientStyling=()=>{let n=document.createElement("style");n.innerHTML=this.clientStyling,this.stylingContainer.prepend(n)},this.setClientStylingURL=()=>{let n=new URL(this.clientStylingUrl),t=document.createElement("style");fetch(n.href).then((n=>n.text())).then((n=>{t.innerHTML=n,setTimeout((()=>{this.stylingContainer.prepend(t)}),1)})).catch((n=>{console.log("error ",n)}))},this.formatTitle=(n,e)=>{let i,o;if(["zh","ja","th"].includes(e))i=n.substring(0,1),o=n.substring(1);else{const t=n.split(" ");i=t.shift(),o=t.join(" ")}return t("div",{class:"Title"},t("span",{class:"FirstWord"},i," "),t("span",null,o))}}watchEndpoint(n,t){n&&n!=t&&this.cmsEndpoint&&this.getAboutUs()}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}()}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,e)=>{this.isLoading=!0,fetch(n.href).then((n=>n.json())).then((n=>{const e=["title","description","images","button","externalLink","targetType","locations"],i=Object.entries(n).filter((([n])=>e.includes(n))).reduce(((n,[t,e])=>(n[t]=e,n)),{});this.aboutUsData=i,t(i)})).catch((n=>{console.error(n),this.hasErrors=!0,e(n)})).finally((()=>{this.isLoading=!1}))}))}componentDidRender(){!this.limitStylingAppends&&this.stylingContainer&&(this.clientStyling&&this.setClientStyling(),this.clientStylingUrl&&this.setClientStylingURL(),this.limitStylingAppends=!0)}render(){var n,i,o,r,a,s;return this.hasErrors?t("div",{class:"AboutUsError"},t("div",{class:"ErrorInfo"},e[void 0!==(s=this.language)&&s in e?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===(i=this.aboutUsData)||void 0===i?void 0:i.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,e,i,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===(e=this.aboutUsData)||void 0===e?void 0:e.targetType,null===(i=this.aboutUsData)||void 0===i?void 0:i.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"]}}};i.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{i as general_about_us}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-about-us",
3
- "version": "1.52.6",
3
+ "version": "1.53.10",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",