lwc 2.37.1 → 2.37.3

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.
Files changed (41) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +77 -17
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +77 -17
  3. package/dist/engine-dom/iife/es2017/engine-dom.min.js +1 -1
  4. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +23 -10
  5. package/dist/engine-dom/iife/es5/engine-dom.js +80 -17
  6. package/dist/engine-dom/iife/es5/engine-dom.min.js +1 -1
  7. package/dist/engine-dom/iife/es5/engine-dom_debug.js +23 -10
  8. package/dist/engine-dom/umd/es2017/engine-dom.js +77 -17
  9. package/dist/engine-dom/umd/es2017/engine-dom.min.js +1 -1
  10. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +23 -10
  11. package/dist/engine-dom/umd/es5/engine-dom.js +80 -17
  12. package/dist/engine-dom/umd/es5/engine-dom.min.js +1 -1
  13. package/dist/engine-dom/umd/es5/engine-dom_debug.js +23 -10
  14. package/dist/engine-server/commonjs/es2017/engine-server.js +8 -8
  15. package/dist/engine-server/commonjs/es2017/engine-server.min.js +1 -1
  16. package/dist/engine-server/esm/es2017/engine-server.js +8 -8
  17. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
  18. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
  19. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.min.js +2 -2
  20. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
  21. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
  22. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.min.js +2 -2
  23. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
  24. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
  25. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.min.js +2 -2
  26. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
  27. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
  28. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.min.js +2 -2
  29. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
  30. package/dist/wire-service/esm/es2017/wire-service.js +2 -2
  31. package/dist/wire-service/iife/es2017/wire-service.js +2 -2
  32. package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
  33. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  34. package/dist/wire-service/iife/es5/wire-service.min.js +1 -1
  35. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  36. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  37. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  38. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  39. package/dist/wire-service/umd/es5/wire-service.min.js +1 -1
  40. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  41. package/package.json +7 -7
@@ -318,7 +318,7 @@
318
318
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
319
319
  return propertyName;
320
320
  }
321
- /** version: 2.37.1 */
321
+ /** version: 2.37.3 */
322
322
 
323
323
  /**
324
324
  * Copyright (C) 2018 salesforce.com, inc.
@@ -390,7 +390,7 @@
390
390
  */
391
391
  function setFeatureFlagForTest(name, value) {
392
392
  }
393
- /** version: 2.37.1 */
393
+ /** version: 2.37.3 */
394
394
 
395
395
  /**
396
396
  * Copyright (C) 2018 salesforce.com, inc.
@@ -454,7 +454,7 @@
454
454
  }
455
455
  }
456
456
  }
457
- /** version: 2.37.1 */
457
+ /** version: 2.37.3 */
458
458
 
459
459
  /*
460
460
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5215,7 +5215,7 @@
5215
5215
  // vm should never be undefined here, but just to be safe, bail out and don't report
5216
5216
  return;
5217
5217
  }
5218
- report(0 /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
5218
+ report("CrossRootAriaInSyntheticShadow" /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
5219
5219
  tagName: vm.tagName,
5220
5220
  attributeName: attrName
5221
5221
  });
@@ -5392,7 +5392,7 @@
5392
5392
  // https://github.com/salesforce/lwc/issues/3284
5393
5393
  setValueType = isNull(setValue) ? 'null' : _typeof(setValue);
5394
5394
  }
5395
- report(2 /* ReportingEventId.NonStandardAriaReflection */, {
5395
+ report("NonStandardAriaReflection" /* ReportingEventId.NonStandardAriaReflection */, {
5396
5396
  tagName: vm === null || vm === void 0 ? void 0 : vm.tagName,
5397
5397
  propertyName: prop,
5398
5398
  isSetter: isSetter,
@@ -5709,6 +5709,19 @@
5709
5709
  var hasIncompatibleStyle = validateStyleAttr(vnode, elm, renderer);
5710
5710
  return hasIncompatibleAttrs && hasIncompatibleClass && hasIncompatibleStyle;
5711
5711
  }
5712
+ function attributeValuesAreEqual(vnodeValue, value) {
5713
+ var vnodeValueAsString = String(vnodeValue);
5714
+ if (vnodeValueAsString === value) {
5715
+ return true;
5716
+ }
5717
+ // If the expected value is null, this means that the attribute does not exist. In that case,
5718
+ // we accept any nullish value (undefined or null).
5719
+ if (isNull(value) && (isUndefined$1(vnodeValue) || isNull(vnodeValue))) {
5720
+ return true;
5721
+ }
5722
+ // In all other cases, the two values are not considered equal
5723
+ return false;
5724
+ }
5712
5725
  function validateAttrs(vnode, elm, renderer) {
5713
5726
  var _vnode$data$attrs = vnode.data.attrs,
5714
5727
  attrs = _vnode$data$attrs === void 0 ? {} : _vnode$data$attrs;
@@ -5722,7 +5735,7 @@
5722
5735
  vnode.owner;
5723
5736
  var getAttribute = renderer.getAttribute;
5724
5737
  var elmAttrValue = getAttribute(elm, attrName);
5725
- if (String(attrValue) !== elmAttrValue) {
5738
+ if (!attributeValuesAreEqual(attrValue, elmAttrValue)) {
5726
5739
  nodesAreCompatible = false;
5727
5740
  }
5728
5741
  }
@@ -5913,10 +5926,10 @@
5913
5926
  });
5914
5927
  }
5915
5928
  function reportTemplateViolation(prop) {
5916
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
5929
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
5917
5930
  }
5918
5931
  function reportStylesheetViolation(prop) {
5919
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
5932
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
5920
5933
  }
5921
5934
  // Warn if the user tries to mutate a stylesheets array, e.g.:
5922
5935
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -6456,7 +6469,7 @@
6456
6469
  function isNull(obj) {
6457
6470
  return obj === null;
6458
6471
  }
6459
- /** version: 2.37.1 */
6472
+ /** version: 2.37.3 */
6460
6473
 
6461
6474
  /*
6462
6475
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7015,7 +7028,7 @@
7015
7028
  });
7016
7029
  freeze(LightningElement);
7017
7030
  seal(LightningElement.prototype);
7018
- /* version: 2.37.1 */
7031
+ /* version: 2.37.3 */
7019
7032
 
7020
7033
  exports.LightningElement = LightningElement;
7021
7034
  exports.__unstable__ProfilerControl = profilerControl;
@@ -442,9 +442,9 @@ function htmlEscape(str, attrMode = false) {
442
442
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
443
443
  */
444
444
  // Increment whenever the LWC template compiler changes
445
- const LWC_VERSION = "2.37.1";
445
+ const LWC_VERSION = "2.37.3";
446
446
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
447
- /** version: 2.37.1 */
447
+ /** version: 2.37.3 */
448
448
 
449
449
  /**
450
450
  * Copyright (C) 2018 salesforce.com, inc.
@@ -523,7 +523,7 @@ function setFeatureFlagForTest(name, value) {
523
523
  setFeatureFlag(name, value);
524
524
  }
525
525
  }
526
- /** version: 2.37.1 */
526
+ /** version: 2.37.3 */
527
527
 
528
528
  /*
529
529
  * Copyright (c) 2020, salesforce.com, inc.
@@ -619,7 +619,7 @@ function applyAriaReflection(prototype = Element.prototype) {
619
619
  }
620
620
  }
621
621
  }
622
- /** version: 2.37.1 */
622
+ /** version: 2.37.3 */
623
623
 
624
624
  /* proxy-compat-disable */
625
625
 
@@ -6069,10 +6069,10 @@ function reportViolation(type, eventId, prop) {
6069
6069
  }
6070
6070
  }
6071
6071
  function reportTemplateViolation(prop) {
6072
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
6072
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
6073
6073
  }
6074
6074
  function reportStylesheetViolation(prop) {
6075
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
6075
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
6076
6076
  }
6077
6077
  // Warn if the user tries to mutate a stylesheets array, e.g.:
6078
6078
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -6215,7 +6215,7 @@ function freezeTemplate(tmpl) {
6215
6215
  }
6216
6216
  }
6217
6217
  }
6218
- /* version: 2.37.1 */
6218
+ /* version: 2.37.3 */
6219
6219
 
6220
6220
  /*
6221
6221
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6703,7 +6703,7 @@ seal(LightningElement.prototype);
6703
6703
  function createElement() {
6704
6704
  throw new Error('createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.');
6705
6705
  }
6706
- /* version: 2.37.1 */
6706
+ /* version: 2.37.3 */
6707
6707
 
6708
6708
  exports.LightningElement = LightningElement;
6709
6709
  exports.api = api$1;
@@ -1 +1 @@
1
- "use strict";var e=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error(`Invariant Violation: ${t}`)},isFalse:function(e,t){if(e)throw new Error(`Assert Violation: ${t}`)},isTrue:function(e,t){if(!e)throw new Error(`Assert Violation: ${t}`)}});const{assign:t,create:n,defineProperties:r,defineProperty:o,freeze:s,getOwnPropertyDescriptor:i,getOwnPropertyNames:l,getPrototypeOf:a,hasOwnProperty:c,isFrozen:u,keys:d,seal:f,setPrototypeOf:p}=Object,{isArray:h}=Array,{concat:m,copyWithin:g,fill:w,filter:y,find:b,indexOf:v,join:E,map:C,pop:S,push:k,reduce:M,reverse:T,shift:x,slice:A,some:N,sort:O,splice:P,unshift:L,forEach:_}=Array.prototype,{fromCharCode:D}=String,{charCodeAt:R,replace:$,split:F,slice:I,toLowerCase:H}=String.prototype;function B(e){return void 0===e}function W(e){return null===e}function V(e){return!0===e}function j(e){return!1===e}function G(e){return"function"==typeof e}function U(e){return"string"==typeof e}function K(){}const z={}.toString;function Y(e){return e&&e.toString?h(e)?E.call(C.call(e,Y),","):e.toString():"object"==typeof e?z.call(e):e+""}function q(e,t){do{const n=i(e,t);if(!B(n))return n;e=a(e)}while(null!==e)}const X=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","role"],{AriaAttrNameToPropNameMap:Z,AriaPropNameToAttrNameMap:J}=(()=>{const e=n(null),t=n(null);return _.call(X,(n=>{const r=H.call($.call(n,/^aria/,(()=>"aria-")));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})();function Q(e){return e in Z}const ee="object"==typeof globalThis?globalThis:window,te="$shadowResolver$",ne="$shadowStaticNode$",re="$scoped$",oe="http://www.w3.org/1999/xhtml",se="http://www.w3.org/XML/1998/namespace",ie="http://www.w3.org/2000/svg",le="http://www.w3.org/1999/xlink",ae=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);const ce=/-([a-z])/g,ue=new Map([["autofocus",new Set(["button","input","keygen","select","textarea"])],["autoplay",new Set(["audio","video"])],["checked",new Set(["command","input"])],["disabled",new Set(["button","command","fieldset","input","keygen","optgroup","select","textarea"])],["formnovalidate",new Set(["button"])],["hidden",new Set],["loop",new Set(["audio","bgsound","marquee","video"])],["multiple",new Set(["input","select"])],["muted",new Set(["audio","video"])],["novalidate",new Set(["form"])],["open",new Set(["details"])],["readonly",new Set(["input","textarea"])],["required",new Set(["input","select","textarea"])],["reversed",new Set(["ol"])],["selected",new Set(["option"])]]);function de(e,t){const n=ue.get(e);return void 0!==n&&(0===n.size||n.has(t))}const fe=new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","contextmenu","dir","draggable","enterkeyhint","exportparts","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","slot","spellcheck","style","tabindex","title","translate"]);function pe(e){return fe.has(e)}const{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:he,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:me}=(()=>{const e=new Map([["accessKey","accesskey"],["readOnly","readonly"],["tabIndex","tabindex"],["bgColor","bgcolor"],["colSpan","colspan"],["rowSpan","rowspan"],["contentEditable","contenteditable"],["crossOrigin","crossorigin"],["dateTime","datetime"],["formAction","formaction"],["isMap","ismap"],["maxLength","maxlength"],["minLength","minlength"],["noValidate","novalidate"],["useMap","usemap"],["htmlFor","for"]]),t=new Map;return e.forEach(((e,n)=>t.set(e,n))),{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:t,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:e}})(),ge=new Map,we=new Map;function ye(e){const t=J[e];if(!B(t))return t;const n=me.get(e);if(!B(n))return n;const r=ge.get(e);if(!B(r))return r;let o="";for(let t=0,n=e.length;t<n;t++){const n=R.call(e,t);o+=n>=65&&n<=90?"-"+D(n+32):D(n)}return ge.set(e,o),o}function be(e){const t=Z[e];if(!B(t))return t;const n=he.get(e);if(!B(n))return n;const r=we.get(e);if(!B(r))return r;const o=$.call(e,ce,(e=>e[1].toUpperCase()));return we.set(e,o),o}const ve={'"':"&quot;","'":"&#x27;","<":"&lt;",">":"&gt;","&":"&amp;"};function Ee(e,t=!1){const n=t?/["&]/g:/["'<>&]/g;return e.replace(n,(e=>ve[e]))}const Ce={DUMMY_TEST_FLAG:null,ENABLE_FORCE_NATIVE_SHADOW_MODE_FOR_TEST:null,ENABLE_MIXED_SHADOW_MODE:null,ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE:null,ENABLE_WIRE_SYNC_EMIT:null,ENABLE_LIGHT_GET_ROOT_NODE_PATCH:null,DISABLE_LIGHT_DOM_UNSCOPED_CSS:null,ENABLE_FROZEN_TEMPLATE:null,DISABLE_ARIA_REFLECTION_POLYFILL:null};ee.lwcRuntimeFlags||Object.defineProperty(ee,"lwcRuntimeFlags",{value:n(null)});const Se=ee.lwcRuntimeFlags;if("function"!=typeof Event){class e{}o(ee,"Event",{value:e,configurable:!0,writable:!0})}if("function"!=typeof CustomEvent){class e extends Event{}o(ee,"CustomEvent",{value:e,configurable:!0,writable:!0})}function ke(e,t){return B(i(t,e))}function Me(e,t){const n=function(e){return{get(){return this.hasAttribute(e)?this.getAttribute(e):null},set(t){W(t)?this.removeAttribute(e):this.setAttribute(e,t)},configurable:!0,enumerable:!0}}(J[e]);o(t,e,n)}function Te(e){return`<${H.call(e.tagName)}>`}function xe(e,t){if(!u(t)&&B(t.wcStack)){const n=function(e){const t=[];let n=e;for(;!W(n);)k.call(t,Te(n)),n=n.owner;return t.reverse().join("\n\t")}(e);o(t,"wcStack",{get:()=>n})}}const Ae=new Set;function Ne(e,t,n,r){let o=`[LWC ${e}]: ${t}`;if(B(n)||(o=`${o}\n${function(e){const t=[];let n="";for(;!W(e.owner);)k.call(t,n+Te(e)),e=e.owner,n+="\t";return E.call(t,"\n")}(n)}`),r){if(Ae.has(o))return;Ae.add(o)}try{throw new Error(o)}catch(t){console[e](t)}}function Oe(e,t){Ne("error",e,t,!1)}const Pe=new WeakMap;const Le={observe(e){e()},reset(){},link(){}};function _e(e){return Le}const De=f(n(null)),Re=f([]);function $e(e){const t=[];for(const n of e)h(n)?t.push(...$e(n)):t.push(n);return t}function Fe(e,t,n){const r=e.refVNodes;(!(t in r)||r[t].key<n.key)&&(r[t]=n)}function Ie(e){const t=e();return(null==t?void 0:t.__esModule)?t.default:t}function He(e){return G(e)&&c.call(e,"__circular__")}const Be="undefined"!=typeof HTMLElement?HTMLElement:function(){},We=Be.prototype;let Ve,je=null;function Ge(e,t){return e!==je||t!==Ve}function Ue(e,t){je=null,Ve=void 0}function Ke(e,t){je=e,Ve=t}const ze=n(null);function Ye(e,t,n){const{cmpFields:r}=e;n!==r[t]&&(r[t]=n)}_.call(d(J),(e=>{const t=q(We,e);B(t)||(ze[e]=t)})),_.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(e=>{const t=q(We,e);B(t)||(ze[e]=t)}));const{isArray:qe}=Array,{prototype:Xe,getPrototypeOf:Ze,create:Je,defineProperty:Qe,isExtensible:et,getOwnPropertyDescriptor:tt,getOwnPropertyNames:nt,getOwnPropertySymbols:rt,preventExtensions:ot,hasOwnProperty:st}=Object,{push:it,concat:lt}=Array.prototype;function at(e){return void 0===e}function ct(e){return"function"==typeof e}const ut=new WeakMap;function dt(e,t){ut.set(e,t)}const ft=e=>ut.get(e)||e;class pt{constructor(e,t){this.originalTarget=t,this.membrane=e}wrapDescriptor(e){if(st.call(e,"value"))e.value=this.wrapValue(e.value);else{const{set:t,get:n}=e;at(n)||(e.get=this.wrapGetter(n)),at(t)||(e.set=this.wrapSetter(t))}return e}copyDescriptorIntoShadowTarget(e,t){const{originalTarget:n}=this,r=tt(n,t);if(!at(r)){const n=this.wrapDescriptor(r);Qe(e,t,n)}}lockShadowTarget(e){const{originalTarget:t}=this;lt.call(nt(t),rt(t)).forEach((t=>{this.copyDescriptorIntoShadowTarget(e,t)}));const{membrane:{tagPropertyKey:n}}=this;at(n)||st.call(e,n)||Qe(e,n,Je(null)),ot(e)}apply(e,t,n){}construct(e,t,n){}get(e,t){const{originalTarget:n,membrane:{valueObserved:r}}=this,o=n[t];return r(n,t),this.wrapValue(o)}has(e,t){const{originalTarget:n,membrane:{tagPropertyKey:r,valueObserved:o}}=this;return o(n,t),t in n||t===r}ownKeys(e){const{originalTarget:t,membrane:{tagPropertyKey:n}}=this,r=at(n)||st.call(t,n)?[]:[n];return it.apply(r,nt(t)),it.apply(r,rt(t)),r}isExtensible(e){const{originalTarget:t}=this;return!!et(e)&&(!!et(t)||(this.lockShadowTarget(e),!1))}getPrototypeOf(e){const{originalTarget:t}=this;return Ze(t)}getOwnPropertyDescriptor(e,t){const{originalTarget:n,membrane:{valueObserved:r,tagPropertyKey:o}}=this;r(n,t);let s=tt(n,t);if(at(s)){if(t!==o)return;return s={value:void 0,writable:!1,configurable:!1,enumerable:!1},Qe(e,o,s),s}return!1===s.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(s)}}const ht=new WeakMap,mt=new WeakMap,gt=new WeakMap,wt=new WeakMap;class yt extends pt{wrapValue(e){return this.membrane.getProxy(e)}wrapGetter(e){const t=ht.get(e);if(!at(t))return t;const n=this,r=function(){return n.wrapValue(e.call(ft(this)))};return ht.set(e,r),gt.set(r,e),r}wrapSetter(e){const t=mt.get(e);if(!at(t))return t;const n=function(t){e.call(ft(this),ft(t))};return mt.set(e,n),wt.set(n,e),n}unwrapDescriptor(e){if(st.call(e,"value"))e.value=ft(e.value);else{const{set:t,get:n}=e;at(n)||(e.get=this.unwrapGetter(n)),at(t)||(e.set=this.unwrapSetter(t))}return e}unwrapGetter(e){const t=gt.get(e);if(!at(t))return t;const n=this,r=function(){return ft(e.call(n.wrapValue(this)))};return ht.set(r,e),gt.set(e,r),r}unwrapSetter(e){const t=wt.get(e);if(!at(t))return t;const n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return mt.set(r,e),wt.set(e,r),r}set(e,t,n){const{originalTarget:r,membrane:{valueMutated:o}}=this;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&qe(r)&&o(r,t),!0}deleteProperty(e,t){const{originalTarget:n,membrane:{valueMutated:r}}=this;return delete n[t],r(n,t),!0}setPrototypeOf(e,t){}preventExtensions(e){if(et(e)){const{originalTarget:t}=this;if(ot(t),et(t))return!1;this.lockShadowTarget(e)}return!0}defineProperty(e,t,n){const{originalTarget:r,membrane:{valueMutated:o,tagPropertyKey:s}}=this;return t===s&&!st.call(r,t)||(Qe(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),o(r,t),!0)}}const bt=new WeakMap,vt=new WeakMap;class Et extends pt{wrapValue(e){return this.membrane.getReadOnlyProxy(e)}wrapGetter(e){const t=bt.get(e);if(!at(t))return t;const n=this,r=function(){return n.wrapValue(e.call(ft(this)))};return bt.set(e,r),r}wrapSetter(e){const t=vt.get(e);if(!at(t))return t;const n=function(e){};return vt.set(e,n),n}set(e,t,n){return!1}deleteProperty(e,t){return!1}setPrototypeOf(e,t){}preventExtensions(e){return!1}defineProperty(e,t,n){return!1}}function Ct(e){if(null===e)return!1;if("object"!=typeof e)return!1;if(qe(e))return!0;const t=Ze(e);return t===Xe||null===t||null===Ze(t)}const St=(e,t)=>{},kt=(e,t)=>{};function Mt(e){return qe(e)?[]:{}}const Tt=Symbol.for("@@lockerLiveValue"),xt=new class{constructor(e={}){this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;const{valueMutated:t,valueObserved:n,valueIsObservable:r,tagPropertyKey:o}=e;this.valueMutated=ct(t)?t:kt,this.valueObserved=ct(n)?n:St,this.valueIsObservable=ct(r)?r:Ct,this.tagPropertyKey=o}getProxy(e){const t=ft(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}getReadOnlyProxy(e){return e=ft(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}unwrapProxy(e){return ft(e)}getReactiveHandler(e){let t=this.reactiveObjectGraph.get(e);if(at(t)){const n=new yt(this,e);t=new Proxy(Mt(e),n),dt(t,e),this.reactiveObjectGraph.set(e,t)}return t}getReadOnlyHandler(e){let t=this.readOnlyObjectGraph.get(e);if(at(t)){const n=new Et(this,e);t=new Proxy(Mt(e),n),dt(t,e),this.readOnlyObjectGraph.set(e,t)}return t}}({valueObserved:function(e,t){},valueMutated:function(e,t){const n=Pe.get(e);if(!B(n)){const e=n[t];if(!B(e))for(let t=0,n=e.length;t<n;t+=1){e[t].notify()}}},tagPropertyKey:Tt});function At(e){return xt.getReadOnlyProxy(e)}function Nt(e,t){const{get:n,set:r,enumerable:o,configurable:s}=t;if(!G(n))throw new TypeError;if(!G(r))throw new TypeError;return{enumerable:o,configurable:s,get(){const e=xr(this);if(!ir(e))return n.call(e.elm)},set(t){const n=xr(this);return Ye(n,e,t),r.call(n.elm,t)}}}const Ot=new WeakMap,Pt=function(){if(W(sr))throw new TypeError("Illegal constructor");const e=sr,{def:t,elm:n}=e,{bridge:r}=t,o=this;if(p(n,r.prototype),e.component=this,1===arguments.length){const{callHook:t,setHook:n,getHook:r}=arguments[0];e.callHook=t,e.setHook=n,e.getHook=r}return Tr(o,e),Tr(n,e),1===e.renderMode?e.renderRoot=Lt(e):e.renderRoot=n,this};function Lt(e){const{elm:t,mode:n,shadowMode:r,def:{ctor:o},renderer:{attachShadow:s}}=e,i=s(t,{"$$lwc-synthetic-mode":1===r,delegatesFocus:Boolean(o.delegatesFocus),mode:n});return e.shadowRoot=i,Tr(i,e),i}Pt.prototype={constructor:Pt,dispatchEvent(e){const t=xr(this),{elm:n,renderer:{dispatchEvent:r}}=t;return r(n,e)},addEventListener(e,t,n){const r=xr(this),{elm:o,renderer:{addEventListener:s}}=r;s(o,e,pr(r,t),n)},removeEventListener(e,t,n){const r=xr(this),{elm:o,renderer:{removeEventListener:s}}=r;s(o,e,pr(r,t),n)},hasAttribute(e){const t=xr(this),{elm:n,renderer:{getAttribute:r}}=t;return!W(r(n,e))},hasAttributeNS(e,t){const n=xr(this),{elm:r,renderer:{getAttribute:o}}=n;return!W(o(r,t,e))},removeAttribute(e){const t=xr(this),{elm:n,renderer:{removeAttribute:r}}=t;Ke(n,e),r(n,e),Ue()},removeAttributeNS(e,t){const{elm:n,renderer:{removeAttribute:r}}=xr(this);Ke(n,t),r(n,t,e),Ue()},getAttribute(e){const t=xr(this),{elm:n}=t,{getAttribute:r}=t.renderer;return r(n,e)},getAttributeNS(e,t){const n=xr(this),{elm:r}=n,{getAttribute:o}=n.renderer;return o(r,t,e)},setAttribute(e,t){const n=xr(this),{elm:r,renderer:{setAttribute:o}}=n;Ke(r,e),o(r,e,t),Ue()},setAttributeNS(e,t,n){const r=xr(this),{elm:o,renderer:{setAttribute:s}}=r;Ke(o,t),s(o,t,n,e),Ue()},getBoundingClientRect(){const e=xr(this),{elm:t,renderer:{getBoundingClientRect:n}}=e;return n(t)},get isConnected(){const e=xr(this),{elm:t,renderer:{isConnected:n}}=e;return n(t)},get classList(){const e=xr(this),{elm:t,renderer:{getClassList:n}}=e;return n(t)},get template(){return xr(this).shadowRoot},get refs(){const e=xr(this);if(Xn)return;const{refVNodes:t,cmpTemplate:r}=e;if(W(t))return;let o=Ot.get(t);if(B(o)){o=n(null);for(const e of d(t))o[e]=t[e].elm;s(o),Ot.set(t,o)}return o},set refs(e){o(this,"refs",{configurable:!0,enumerable:!0,writable:!0,value:e})},get shadowRoot(){return null},get children(){const e=xr(this);return e.renderer.getChildren(e.elm)},get childNodes(){const e=xr(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){const e=xr(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){const e=xr(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){const e=xr(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){const e=xr(this);return e.renderer.getLastElementChild(e.elm)},render(){return xr(this).def.template},toString(){return`[object ${xr(this).def.name}]`}};const _t=n(null),Dt=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];for(const e of Dt)_t[e]={value(t){const n=xr(this),{elm:r,renderer:o}=n;return o[e](r,t)},configurable:!0,enumerable:!0,writable:!0};r(Pt.prototype,_t);const Rt=n(null);for(const e in ze)Rt[e]=Nt(e,ze[e]);function $t(e){return{get(){return xr(this).cmpFields[e]},set(t){Ye(xr(this),e,t)},enumerable:!0,configurable:!0}}r(Pt.prototype,Rt),function(e=Element.prototype){const t=d(J);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];ke(r,e)&&Me(r,e)}}(Pt.prototype),o(Pt,"CustomElementConstructor",{get(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});const Ft=new Map;class It extends CustomEvent{constructor(e,{setNewContext:t,setDisconnectedCallback:n}){super(e,{bubbles:!0,composed:!0}),r(this,{setNewContext:{value:t},setDisconnectedCallback:{value:n}})}}function Ht(e,t,n){const{method:r,adapter:s,configCallback:i,dynamic:l}=n;const a=B(r)?function(e,t){return n=>{Ye(e,t,n)}}(e,t):function(e,t){return n=>{Rr(e,e.owner,K,(()=>{t.call(e.component,n)}),K)}}(e,r),c=e=>{a(e)};let u,d;o(c,"$$DeprecatedWiredElementHostKey$$",{value:e.elm}),o(c,"$$DeprecatedWiredParamsMetaKey$$",{value:l}),Rr(e,e,K,(()=>{d=new s(c)}),K);const{computeConfigAndUpdate:f,ro:p}=function(e,t,n){const r=_e();return{computeConfigAndUpdate:()=>{let o;r.observe((()=>o=t(e))),n(o)},ro:r}}(e.component,i,(t=>{Rr(e,e,K,(()=>{d.update(t,u)}),K)}));return B(s.contextSchema)||function(e,t,n){const{adapter:r}=t,o=Wt(r);if(B(o))return;const{elm:s,context:{wiredConnecting:i,wiredDisconnecting:l},renderer:{dispatchEvent:a}}=e;k.call(i,(()=>{const e=new It(o,{setNewContext(e){n(e)},setDisconnectedCallback(e){k.call(l,e)}});a(s,e)}))}(e,n,(t=>{u!==t&&(u=t,1===e.state&&f())})),{connector:d,computeConfigAndUpdate:f,resetConfigWatcher:()=>p.reset()}}const Bt=new Map;function Wt(e){return Bt.get(e)}function Vt(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,method:e.value,configCallback:n,dynamic:r};Ft.set(e,o)}function jt(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,configCallback:n,dynamic:r};Ft.set(e,o)}function Gt(e){return{get(){const t=xr(this);if(!ir(t))return t.cmpProps[e]},set(t){xr(this).cmpProps[e]=t},enumerable:!0,configurable:!0}}function Ut(e,t){const{get:n,set:r,enumerable:o,configurable:s}=t;if(!G(n))throw new Error;return{get(){return n.call(this)},set(e){xr(this),r&&r.call(this,e)},enumerable:o,configurable:s}}function Kt(e){return{get(){return xr(this).cmpFields[e]},set(t){Ye(xr(this),e,t)},enumerable:!0,configurable:!0}}function zt(e){return{get(){return xr(this).cmpFields[e]},set(t){Ye(xr(this),e,t)},enumerable:!0,configurable:!0}}const Yt=new Map;const qt={apiMethods:De,apiFields:De,apiFieldsConfig:De,wiredMethods:De,wiredFields:De,observedFields:De};const Xt=new Set;function Zt(){return[]}Xt.add(Zt);const Jt=n(null),Qt=n(null);function en(e){let t=Jt[e];return B(t)&&(t=Jt[e]=function(){const t=xr(this),{getHook:n}=t;return n(t.component,e)}),t}function tn(e){let t=Qt[e];return B(t)&&(t=Qt[e]=function(t){const n=xr(this),{setHook:r}=n;t=At(t),r(n.component,e,t)}),t}function nn(e){return function(){const t=xr(this),{callHook:n,component:r}=t,o=r[e];return n(t.component,o,A.call(arguments))}}function rn(e,t){return function(n,r,o){if(r===o)return;const s=e[n];B(s)?B(t)||t.apply(this,arguments):Ge(this,n)&&(this[s]=o)}}function on(e,t,s){let i;G(e)?i=class extends e{}:(i=function(){throw new TypeError("Illegal constructor")},p(i,e),p(i.prototype,e.prototype),o(i.prototype,"constructor",{writable:!0,configurable:!0,value:i}));const l=n(null),{attributeChangedCallback:a}=e.prototype,{observedAttributes:c=[]}=e,u=n(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];l[ye(n)]=n,u[n]={get:en(n),set:tn(n),enumerable:!0,configurable:!0}}for(let e=0,t=s.length;e<t;e+=1){const t=s[e];u[t]={value:nn(t),writable:!0,configurable:!0}}return u.attributeChangedCallback={value:rn(l,a)},o(i,"observedAttributes",{get:()=>[...c,...d(l)]}),r(i.prototype,u),i}const sn=on(Be,l(ze),[]);s(sn),f(sn.prototype);new WeakMap,new WeakMap,new WeakMap,new WeakMap;const ln=new WeakMap;function an(e){const{shadowSupportMode:o,renderMode:s}=e,i=function(e){const t=Yt.get(e);return B(t)?qt:t}(e),{apiFields:l,apiFieldsConfig:c,apiMethods:u,wiredFields:f,wiredMethods:p,observedFields:h}=i,m=e.prototype;let{connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}=m;const E=function(e){let t=a(e);if(W(t))throw new ReferenceError(`Invalid prototype chain for ${e.name}, you must extend LightningElement.`);if(He(t)){const e=Ie(t);t=e===t?Pt:e}return t}(e),C=E!==Pt?un(E):dn,S=on(C.bridge,d(l),d(u)),k=t(n(null),C.props,l),M=t(n(null),C.propsConfig,c),T=t(n(null),C.methods,u),x=t(n(null),C.wire,f,p);g=g||C.connectedCallback,w=w||C.disconnectedCallback,y=y||C.renderedCallback,b=b||C.errorCallback,v=v||C.render;let A=C.shadowSupportMode;B(o)||(A=o);let N=C.renderMode;B(s)||(N="light"===s?0:1);const O=function(e){return cr.get(e)}(e)||C.template,P=e.name||C.name;r(m,h);return{ctor:e,name:P,wire:x,props:k,propsConfig:M,methods:T,bridge:S,template:O,renderMode:N,shadowSupportMode:A,connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}}function cn(e){if(!G(e))return!1;if(e.prototype instanceof Pt)return!0;let t=e;do{if(He(t)){const e=Ie(t);if(e===t)return!0;t=e}if(t===Pt)return!0}while(!W(t)&&(t=a(t)));return!1}function un(e){let t=ln.get(e);if(B(t)){if(He(e)){return t=un(Ie(e)),ln.set(e,t),t}if(!cn(e))throw new TypeError(`${e} is not a valid component, or does not extends LightningElement from "lwc". You probably forgot to add the extend clause on the class declaration.`);t=an(e),ln.set(e,t)}return t}const dn={ctor:Pt,name:Pt.name,props:Rt,propsConfig:De,methods:De,renderMode:1,shadowSupportMode:"reset",wire:De,bridge:sn,template:Zt,render:Pt.prototype.render};function fn(e){return`${e}-host`}function pn(e){return qn.h("style",{key:"style",attrs:{type:"text/css"}},[qn.t(e)])}function hn(e,t,n){const r=[];let o;for(let s=0;s<e.length;s++){let i=e[s];if(h(i))k.apply(r,hn(i,t,n));else{const e=i[re];if(lwcRuntimeFlags.DISABLE_LIGHT_DOM_UNSCOPED_CSS&&!e&&0===n.renderMode){Oe("Unscoped CSS is not supported in Light DOM. Please use scoped CSS (*.scoped.css) instead of unscoped CSS (*.css).");continue}const s=e||1===n.shadowMode&&1===n.renderMode?t:void 0,l=0===n.renderMode?!e:0===n.shadowMode;let a;1===n.renderMode?a=0===n.shadowMode:(B(o)&&(o=mn(n)),a=W(o)||0===o.shadowMode),k.call(r,i(s,l,a))}}return r}function mn(e){let t=e;for(;!W(t);){if(1===t.renderMode)return t;t=t.owner}return t}function gn(e){const{type:t}=e;return 2===t||3===t}function wn(e,t){return e.key===t.key&&e.sel===t.sel}function yn(e){return 5===e.type}function bn(e){return 6===e.type}function vn(e,t){return"input"===e&&("value"===t||"checked"===t)}const En=n(null);function Cn(e){if(null==e)return De;e=U(e)?e:e+"";let t=En[e];if(t)return t;t=n(null);let r,o=0;const s=e.length;for(r=0;r<s;r++)32===R.call(e,r)&&(r>o&&(t[I.call(e,o,r)]=!0),o=r+1);return r>o&&(t[I.call(e,o,r)]=!0),En[e]=t,t}function Sn(e,t,n,r){Hn(t)?Wn(e,t,n,r):Vn(e,t,n,r)}function kn(e,t,n,r){var o,s;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&Ln(t,n)}(e,t,r);break;case 4:t.elm=e.elm;break;case 5:!function(e,t,n,r){const{children:o,stable:s}=t;s?Vn(e.children,o,n,r):Wn(e.children,o,n,r);t.elm=o[o.length-1].elm}(e,t,n,r);break;case 2:!function(e,t,n){const r=t.elm=e.elm;Dn(e,t,n),Sn(e.children,t.children,r,n)}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:r);break;case 3:!function(e,t,n,r){if(e.ctor!==t.ctor){const o=r.nextSibling(e.elm);An(e,n,r,!0),Tn(t,n,o,r)}else{const n=t.elm=e.elm,o=t.vm=e.vm;if(Dn(e,t,r),!B(o)){$n(t,o);const{shadowMode:n,renderMode:r}=o;0==n&&0!==r&&Hn(e.children)&&In(t.children)}Sn(e.children,t.children,n,r),B(o)||function(e){Nr(e)}(o)}}(e,t,n,null!==(s=t.data.renderer)&&void 0!==s?s:r)}}function Mn(e,t,n,r){var o,s;switch(e.type){case 0:!function(e,t,n,r){const{owner:o}=e,{createText:s}=r,i=e.elm=s(e.text);Pn(i,o,r),_n(i,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){const{owner:o}=e,{createComment:s}=r,i=e.elm=s(e.text);Pn(i,o,r),_n(i,t,n,r)}(e,t,r,n);break;case 4:!function(e,t,n,r){const{owner:o}=e,{cloneNode:s,isSyntheticShadowDefined:i}=r,l=e.elm=s(e.fragment,!0);Pn(l,o,r);const{renderMode:a,shadowMode:c}=o;i&&(1!==c&&0!==a||(l[ne]=!0));_n(l,t,n,r)}(e,t,r,n);break;case 5:!function(e,t,n,r){const{children:o}=e;xn(o,t,r,n),e.elm=o[o.length-1].elm}(e,t,r,n);break;case 2:!function(e,t,n,r){const{sel:o,owner:s,data:{svg:i}}=e,{createElement:l}=r,a=V(i)?ie:void 0,c=e.elm=l(o,a);Pn(c,s,r),Rn(c,s,r),function(e,t){var n;const{owner:r,data:{context:o}}=t;1===r.shadowMode&&"manual"===(null===(n=null==o?void 0:o.lwc)||void 0===n?void 0:n.dom)&&(e.$domManual$=!0)}(c,e),Dn(null,e,r),_n(c,t,n,r),xn(e.children,c,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:Tn(e,t,r,null!==(s=e.data.renderer)&&void 0!==s?s:n)}}function Tn(e,t,n,r){const{sel:o,owner:s}=e,{createCustomElement:i}=r;let l;let a,c;lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(a=e=>{Cr(e)},c=e=>{Sr(e)});const u=i(o.toLowerCase(),(t=>{l=function(e,t,n){let r=Ar(e);if(!B(r))return r;const{sel:o,mode:s,ctor:i,owner:l}=t;return r=Mr(e,i,n,{mode:s,owner:l,tagName:o}),r}(t,e,r)}),a,c);e.elm=u,e.vm=l,Pn(u,s,r),Rn(u,s,r),l&&$n(e,l),Dn(null,e,r),_n(u,t,n,r),l&&Or(l),xn(e.children,u,r,null),l&&function(e){Nr(e)}(l)}function xn(e,t,n,r,o=0,s=e.length){for(;o<s;++o){const s=e[o];On(s)&&Mn(s,t,n,r)}}function An(e,t,n,r=!1){const{type:o,elm:s,sel:i}=e;switch(r&&(5===o?Nn(e.children,t,n,r):function(e,t,n){n.remove(e,t)}(s,t,n)),o){case 2:{const t="slot"===i&&1===e.owner.shadowMode;Nn(e.children,s,n,t);break}case 3:{const{vm:t}=e;B(t)||function(e){kr(e)}(t)}}}function Nn(e,t,n,r=!1,o=0,s=e.length){for(;o<s;++o){const s=e[o];On(s)&&An(s,t,n,r)}}function On(e){return null!=e}function Pn(e,t,n){const{renderRoot:r,renderMode:o,shadowMode:s}=t,{isSyntheticShadowDefined:i}=n;i&&(1!==s&&0!==o||(e[te]=r[te]))}function Ln(e,t){const{elm:n,text:r}=e,{setText:o}=t;o(n,r)}function _n(e,t,n,r){r.insert(e,t,n)}function Dn(e,n,r){W(e)&&(function(e,t){const{elm:n,data:{on:r}}=e;if(B(r))return;const{addEventListener:o}=t;for(const e in r)o(n,e,r[e])}(n,r),function(e,t){const{elm:n,data:{classMap:r}}=e;if(B(r))return;const{getClassList:o}=t,s=o(n);for(const e in r)s.add(e)}(n,r),function(e,t){const{elm:n,data:{styleDecls:r}}=e;if(B(r))return;const{setCSSStyleProperty:o}=t;for(let e=0;e<r.length;e++){const[t,s,i]=r[e];o(n,t,s,i)}}(n,r)),function(e,t,n){const{elm:r,data:{className:o}}=t,s=W(e)?void 0:e.data.className;if(s===o)return;const{getClassList:i}=n,l=i(r),a=Cn(o),c=Cn(s);let u;for(u in c)B(a[u])&&l.remove(u);for(u in a)B(c[u])&&l.add(u)}(e,n,r),function(e,t,n){const{elm:r,data:{style:o}}=t;if((W(e)?void 0:e.data.style)===o)return;const{setAttribute:s,removeAttribute:i}=n;U(o)&&""!==o?s(r,"style",o):i(r,"style")}(e,n,r),n.data.external?function(e,t,n){const{data:{attrs:r},elm:o}=t;if(B(r))return;const{removeAttribute:s,setAttribute:i,setProperty:l}=n,a=W(e)?De:e.data.attrs;for(const e in r){const t=r[e];a[e]!==t&&(be(e)in o?l(o,e,t):58===R.call(e,3)?i(o,e,t,se):58===R.call(e,5)?i(o,e,t,le):W(t)||B(t)?s(o,e):i(o,e,t))}}(e,n,r):function(e,t,n){const{attrs:r}=t.data;if(B(r))return;const o=W(e)?De:e.data.attrs;if(o===r)return;const{elm:s}=t,{setAttribute:i,removeAttribute:l}=n;for(const e in r){const t=r[e];o[e]!==t&&(Ke(s,e),58===R.call(e,3)?i(s,e,t,se):58===R.call(e,5)?i(s,e,t,le):W(t)||B(t)?l(s,e):i(s,e,t),Ue())}}(e,n,r),function(e,n,r){let{props:o}=n.data;const{spread:s}=n.data;if(B(o)&&B(s))return;let i;if(!W(e)){i=e.data.props;const n=e.data.spread;if(i===o&&n===s)return;B(i)&&(i=De),B(n)||(i=t({},i,n))}B(s)||(o=t({},o,s));const l=W(e),{elm:a,sel:c}=n,{getProperty:u,setProperty:d}=r;for(const e in o){const t=o[e];!l&&t===(vn(c,e)?u(a,e):i[e])&&e in i||d(a,e,t)}}(e,n,r)}function Rn(e,t,n){const r=function(e){const{cmpTemplate:t,context:n}=e;return n.hasScopedStyles&&(null==t?void 0:t.stylesheetToken)||null}(t);if(!W(r)){const{getClassList:t}=n;t(e).add(r)}const{stylesheetToken:o}=t.context;1!==t.shadowMode||B(o)||(e.$shadowToken$=o)}function $n(e,t){const r=e.aChildren||e.children,{renderMode:o,shadowMode:s}=t,i=function(e){const t=[],n=[];let r,o=!1;for(let t=e.length-1;t>-1;t-=1){const r=e[t];k.call(n,r),o=o||!(!r||!yn(r))}if(!o)return e;for(;!B(r=S.call(n));)if(!W(r)&&yn(r)){const e=r.children;for(let t=e.length-2;t>0;t-=1)k.call(n,e[t])}else k.call(t,r);return In(t),t}(r);e.children=i,t.aChildren=i,1!==s&&0!==o||(!function(e,t,r){var o,s;const{cmpSlots:{slotAssignments:i}}=e,l=n(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];if(W(n))continue;let r="";gn(n)?r=null!==(s=null===(o=n.data.attrs)||void 0===o?void 0:o.slot)&&void 0!==s?s:"":bn(n)&&(r=n.slotName);const i=""+r,a=l[i]=l[i]||[];k.call(a,n)}if(e.cmpSlots={owner:r,slotAssignments:l},j(e.isDirty)){const t=d(i);if(t.length!==d(l).length)return void dr(e);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];if(B(l[r])||i[r].length!==l[r].length)return void dr(e);const o=i[r],s=l[r];for(let t=0,n=l[r].length;t<n;t+=1)if(o[t]!==s[t])return void dr(e)}}}(t,i,e.owner),e.aChildren=i,e.children=Re)}const Fn=new WeakMap;function In(e){Fn.set(e,1)}function Hn(e){return Fn.has(e)}function Bn(e,t,n){const r={};for(let o=t;o<=n;++o){const t=e[o];if(On(t)){const{key:e}=t;void 0!==e&&(r[e]=o)}}return r}function Wn(e,t,n,r){let o=0,s=0,i=e.length-1,l=e[0],a=e[i];const c=t.length-1;let u,d,f,p,h=c,m=t[0],g=t[h],w=!1;for(;o<=i&&s<=h;)On(l)?On(a)?On(m)?On(g)?wn(l,m)?(kn(l,m,n,r),l=e[++o],m=t[++s]):wn(a,g)?(kn(a,g,n,r),a=e[--i],g=t[--h]):wn(l,g)?(kn(l,g,n,r),_n(l.elm,n,r.nextSibling(a.elm),r),l=e[++o],g=t[--h]):wn(a,m)?(kn(a,m,n,r),_n(m.elm,n,l.elm,r),a=e[--i],m=t[++s]):(void 0===u&&(u=Bn(e,o,i)),d=u[m.key],B(d)?(Mn(m,n,r,l.elm),m=t[++s]):(f=e[d],On(f)&&(f.sel!==m.sel?Mn(m,n,r,l.elm):(kn(f,m,n,r),w||(w=!0,e=[...e]),e[d]=void 0,_n(f.elm,n,l.elm,r))),m=t[++s])):g=t[--h]:m=t[++s]:a=e[--i]:l=e[++o];if(o<=i||s<=h)if(o>i){let e,o=h;do{e=t[++o]}while(!On(e)&&o<c);p=On(e)?e.elm:null,xn(t,n,r,p,s,h+1)}else Nn(e,n,r,!0,o,i+1)}function Vn(e,t,n,r){const o=e.length,s=t.length;if(0===o)return void xn(t,n,r,null);if(0===s)return void Nn(e,n,r,!0);let i=null;for(let o=s-1;o>=0;o-=1){const s=e[o],l=t[o];l!==s&&(On(s)?On(l)?(kn(s,l,n,r),i=l.elm):An(s,n,r,!0):On(l)&&(Mn(l,n,r,i),i=l.elm))}}const jn=Symbol.iterator;function Gn(e,t,n=Re){const r=Jn(),{key:o,ref:s}=t,i={type:2,sel:e,data:t,children:n,elm:void 0,key:o,owner:r};return B(s)||Fe(r,s,i),i}function Un(e,t,n,r=Re){const o=Jn(),{key:s,ref:i}=n;const l={type:3,sel:e,data:n,children:r,elm:undefined,key:s,ctor:t,owner:o,mode:"open",aChildren:undefined,vm:undefined};return function(e){k.call(Jn().velements,e)}(l),B(i)||Fe(o,i,l),l}function Kn(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:Jn()}}function zn(e){return In(e),e}let Yn=()=>{throw new Error("sanitizeHtmlContent hook must be implemented.")};const qn=s({s:function(e,t,n,r){if(!B(r)&&!B(r.slotAssignments)&&!B(r.slotAssignments[e])&&0!==r.slotAssignments[e].length){const o=[],s=r.slotAssignments[e];for(let e=0;e<s.length;e++){const n=s[e];if(!W(n)){const e=bn(n);if(e!==!B(t.slotData))continue;if(e){const e=Jn();Qn(r.owner);try{k.call(o,n.factory(t.slotData,t.key))}finally{Qn(e)}}else k.call(o,n)}}n=o}const o=Jn(),{renderMode:s,shadowMode:i}=o;return 0===s?(zn(n),n):(1===i&&zn(n),Gn("slot",t,n))},h:Gn,c:Un,i:function(e,t){const n=[];if(zn(n),B(e)||null===e)return n;const r=e[jn]();let o=r.next(),s=0,{value:i,done:l}=o;for(;!1===l;){o=r.next(),l=o.done;const e=t(i,s,0===s,!0===l);h(e)?k.apply(n,e):k.call(n,e),s+=1,i=o.value}return n},f:function(e){const t=e.length,n=[];zn(n);for(let r=0;r<t;r+=1){const t=e[r];h(t)?k.apply(n,t):k.call(n,t)}return n},t:Kn,d:function(e){return null==e?"":String(e)},b:function(e){const t=Jn();if(W(t))throw new Error;const n=t;return function(t){ar(n,e,n.component,t)}},k:function(e,t){switch(typeof t){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:"c",owner:Jn()}},dc:function(e,t,n,r=Re){if(null==t)return null;if(!cn(t))throw new Error(`Invalid LWC Constructor ${Y(t)} for custom element <${e}>.`);return Un(e,t,n,r)},fr:function(e,t,n){return{type:5,sel:void 0,key:e,elm:void 0,children:[Kn(""),...t,Kn("")],stable:n,owner:Jn()}},ti:function(e){return e>0&&!(V(e)||j(e))?0:e},st:function(e,t){return{type:4,sel:void 0,key:t,elm:void 0,fragment:e,owner:Jn()}},gid:function(e){const t=Jn();if(B(e)||""===e)return e;if(W(e))return null;const{idx:n,shadowMode:r}=t;return 1===r?$.call(e,/\S+/g,(e=>`${e}-${n}`)):e},fid:function(e){const t=Jn();if(B(e)||""===e)return e;if(W(e))return null;const{idx:n,shadowMode:r}=t;return 1===r&&/^#/.test(e)?`${e}-${n}`:e},shc:function(e){return Yn(e)},ssf:function(e,t){return{type:6,factory:t,owner:Jn(),elm:void 0,sel:void 0,key:void 0,slotName:e}}});let Xn=!1,Zn=null;function Jn(){return Zn}function Qn(e){Zn=e}const er=(tr=(e,t)=>{const{createFragment:n}=t;return n(e)},(e,...t)=>{const r=n(null);return function(){const{context:{hasScopedStyles:n,stylesheetToken:o},shadowMode:s,renderer:i}=Jn(),l=!B(o),a=1===s;let c=0;if(l&&n&&(c|=1),l&&a&&(c|=2),!B(r[c]))return r[c];const u=n&&l?" "+o:"",d=n&&l?` class="${o}"`:"",f=l&&a?" "+o:"";let p="";for(let n=0,r=t.length;n<r;n++)switch(t[n]){case 0:p+=e[n]+u;break;case 1:p+=e[n]+d;break;case 2:p+=e[n]+f;break;case 3:p+=e[n]+d+f}return p+=e[e.length-1],r[c]=tr(p,i),r[c]}});var tr;function nr(e,t){const r=Xn,o=Zn;let s=[];return Rr(e,e.owner,(()=>{Zn=e}),(()=>{const{component:r,context:o,cmpSlots:i,cmpTemplate:l,tro:a}=e;a.observe((()=>{if(t!==l){if(W(l)||Dr(e),a=t,!Xt.has(a))throw new TypeError(`Invalid template returned by the render() method on ${e}. It must return an imported template (e.g.: \`import html from "./${e.def.name}.html"\`), instead, it has returned: ${Y(t)}.`);e.cmpTemplate=t,o.tplCache=n(null),o.hasScopedStyles=function(e,t){const{stylesheets:n}=e,r=B(t)?null:t.stylesheets;return rr(n)||rr(r)}(t,e),function(e,t){const{elm:n,context:r,renderMode:o,shadowMode:s,renderer:{getClassList:i,removeAttribute:l,setAttribute:a}}=e,{stylesheets:c,stylesheetToken:u}=t,{stylesheets:d}=e,f=1===o&&1===s,{hasScopedStyles:p}=r;let h,m,g;const{stylesheetToken:w,hasTokenInClass:y,hasTokenInAttribute:b}=r;B(w)||(y&&i(n).remove(fn(w)),b&&l(n,fn(w)));const v=or(c),E=or(d);(v||E)&&(h=u),B(h)||(p&&(i(n).add(fn(h)),m=!0),f&&(a(n,fn(h),""),g=!0)),r.stylesheetToken=h,r.hasTokenInClass=m,r.hasTokenInAttribute=g}(e,t);const r=function(e,t){const{stylesheets:n,stylesheetToken:r}=t,{stylesheets:o}=e;let s=[];return or(n)&&(s=hn(n,r,e)),or(o)&&k.apply(s,hn(o,r,e)),s}(e,t);o.styleVNodes=0===r.length?null:function(e,t){const{renderMode:n,shadowMode:r,renderer:{insertStylesheet:o}}=e;if(1!==n||1!==r)return C.call(t,pn);for(let e=0;e<t.length;e++)o(t[e]);return null}(e,r)}var a;e.refVNodes=t.hasRefs?n(null):null,e.velements=[],Xn=!0,s=t.call(void 0,qn,r,i,o.tplCache);const{styleVNodes:c}=o;W(c)||L.apply(s,c)}))}),(()=>{Xn=r,Zn=o})),s}function rr(e){if(or(e))for(let t=0;t<e.length;t++)if(V(e[t][re]))return!0;return!1}function or(e){return!B(e)&&!W(e)&&e.length>0}let sr=null;function ir(e){return sr===e}function lr(e,t,n){const{component:r,callHook:o,owner:s}=e;Rr(e,s,K,(()=>{o(r,t,n)}),K)}function ar(e,t,n,r){const{callHook:o,owner:s}=e;Rr(e,s,K,(()=>{o(n,t,[r])}),K)}const cr=new Map;function ur(e){e.tro.reset();const t=function(e){const{def:{render:t},callHook:n,component:r,owner:o}=e,s=Jn();let i,l=!1;return Rr(e,o,(()=>{Qn(e)}),(()=>{e.tro.observe((()=>{i=n(r,t),l=!0}))}),(()=>{Qn(s)})),l?nr(e,i):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function dr(e){e.isDirty=!0}const fr=new WeakMap;function pr(e,t){if(!G(t))throw new TypeError("Expected an EventListener but received "+typeof t);let n=fr.get(t);return B(n)&&(n=function(n){ar(e,t,void 0,n)},fr.set(t,n)),n}const hr=n(null),mr=["rendered","connected","disconnected"];function gr(e,t){const{component:n,def:r,context:o}=e;for(let e=0,s=t.length;e<s;++e)t[e].call(void 0,n,{},r,o)}let wr=0;const yr=new WeakMap;function br(e,t,n=[]){return t.apply(e,n)}function vr(e,t,n){e[t]=n}function Er(e,t){return e[t]}function Cr(e){const t=xr(e);1===t.state&&Sr(e),Or(t),Nr(t)}function Sr(e){kr(xr(e))}function kr(e){const{state:t}=e;if(2!==t){const{tro:t}=e;t.reset(),function(e){j(e.isDirty)&&(e.isDirty=!0);e.state=2;const{disconnected:t}=hr;t&&gr(e,t);Pr(e)&&function(e){const{wiredDisconnecting:t}=e.context;Rr(e,e,K,(()=>{for(let e=0,n=t.length;e<n;e+=1)t[e]()}),K)}(e);const{disconnectedCallback:n}=e.def;B(n)||lr(e,n)}(e),Lr(e),function(e){const{aChildren:t}=e;_r(t)}(e)}}function Mr(e,t,r,o){const{mode:s,owner:i,tagName:l,hydrated:a}=o,c=un(t),u={elm:e,def:c,idx:wr++,state:0,isScheduled:!1,isDirty:!0,tagName:l,mode:s,owner:i,refVNodes:null,children:Re,aChildren:Re,velements:Re,cmpProps:n(null),cmpFields:n(null),cmpSlots:{slotAssignments:n(null)},cmpTemplate:null,hydrated:Boolean(a),renderMode:c.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNodes:null,tplCache:De,wiredConnecting:Re,wiredDisconnecting:Re},tro:null,shadowMode:null,stylesheets:null,component:null,shadowRoot:null,renderRoot:null,callHook:br,setHook:vr,getHook:Er,renderer:r};return u.stylesheets=function(e,t){const{stylesheets:n}=t;if(!B(n)){const e=function(e,t){let n=!0;const r=e=>{if(h(e))for(let t=0;t<e.length;t++)r(e[t]);else G(e)||(n=!1)};h(t)?r(t):n=!1;return n}(0,n);if(e)return $e(n)}return null}(0,c.ctor),u.shadowMode=function(e,t){const{def:n}=e,{isSyntheticShadowDefined:r,isNativeShadowDefined:o}=t;let s;if(r)if(0===n.renderMode)s=0;else if(o)if(lwcRuntimeFlags.ENABLE_MIXED_SHADOW_MODE)if("any"===n.shadowSupportMode)s=0;else{const t=function(e){let t=e.owner;for(;!W(t)&&0===t.renderMode;)t=t.owner;return t}(e);s=W(t)||0!==t.shadowMode?1:0}else s=1;else s=1;else s=0;return s}(u,r),u.tro=_e(),function(e,t){const n=sr;let r;sr=e;try{const o=new t;if(sr.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){r=Object(e)}finally{if(sr=n,!B(r))throw xe(e,r),r}}(u,c.ctor),Pr(u)&&function(e){const{context:t,def:{wire:n}}=e,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[];for(const t in n){const s=n[t],i=Ft.get(s);if(!B(i)){const{connector:n,computeConfigAndUpdate:s,resetConfigWatcher:l}=Ht(e,t,i),a=i.dynamic.length>0;k.call(r,(()=>{n.connect(),lwcRuntimeFlags.ENABLE_WIRE_SYNC_EMIT||!a?s():Promise.resolve().then(s)})),k.call(o,(()=>{n.disconnect(),l()}))}}}(u),u}function Tr(e,t){yr.set(e,t)}function xr(e){return yr.get(e)}function Ar(e){return yr.get(e)}function Nr(e){if(V(e.isDirty)){!function(e,t){const{renderRoot:n,children:r,renderer:o}=e;e.children=t,(t.length>0||r.length>0)&&r!==t&&Rr(e,e,(()=>{}),(()=>{Sn(r,t,n,o)}),(()=>{}));e.state}(e,ur(e))}}function Or(e){const{state:t}=e;if(1===t)return;e.state=1;const{connected:n}=hr;n&&gr(e,n),Pr(e)&&function(e){const{wiredConnecting:t}=e.context;for(let e=0,n=t.length;e<n;e+=1)t[e]()}(e);const{connectedCallback:r}=e.def;B(r)||lr(e,r)}function Pr(e){return l(e.def.wire).length>0}function Lr(e){const{velements:t}=e;for(let e=t.length-1;e>=0;e-=1){const{elm:n}=t[e];if(!B(n)){const e=Ar(n);B(e)||kr(e)}}}function _r(e){for(let t=0,n=e.length;t<n;t+=1){const n=e[t];if(!W(n)&&!B(n.elm))switch(n.type){case 2:_r(n.children);break;case 3:kr(xr(n.elm));break}}}function Dr(e){const{children:t,renderRoot:n,renderer:{remove:r}}=e;for(let e=0,o=t.length;e<o;e++){const o=t[e];W(o)||B(o.elm)||r(o.elm,n)}e.children=Re,Lr(e),e.velements=Re}function Rr(e,t,n,r,o){let s;n();try{r()}catch(e){s=Object(e)}finally{if(o(),!B(s)){xe(e,s);const n=W(t)?void 0:function(e){let t=e;for(;!W(t);){if(!B(t.def.errorCallback))return t;t=t.owner}}(t);if(B(n))throw s;Dr(e);lr(n,n.def.errorCallback,[s,s.wcStack])}}}let $r=!1;function Fr(e){Ir(e,(e=>{s(e)}))}function Ir(e,t){t(e);for(let n=0;n<e.length;n++){const r=e[n];h(r)?Ir(r,t):t(r)}}const Hr=Symbol("namespace"),Br=Symbol("type"),Wr=Symbol("parent"),Vr=Symbol("shadow-root"),jr=Symbol("children"),Gr=Symbol("attributes"),Ur=Symbol("event-listeners"),Kr=Symbol("value");var zr;!function(e){e.Text="text",e.Comment="comment",e.Raw="raw",e.Element="element",e.ShadowRoot="shadow-root"}(zr||(zr={}));const Yr=/\s+/g;function qr(e){return new Set(e.split(Yr).filter((e=>e.length)))}function Xr(e){return Array.from(e).join(" ")}function Zr(e){return function(){throw new TypeError(`"${e}" is not supported in this environment`)}}function Jr(e,t){return{[Br]:zr.Element,tagName:e,[Hr]:null!=t?t:oe,[Wr]:null,[Vr]:null,[jr]:[],[Gr]:[],[Ur]:{}}}function Qr(e,t,n=null){const r=e[Gr].find((e=>e.name===t&&e[Hr]===n));return r?r.value:null}function eo(e,t,n,r=null){const o=e[Gr].find((e=>e.name===t&&e[Hr]===r));B(r)&&(r=null),B(o)?e[Gr].push({name:t,[Hr]:r,value:String(n)}):o.value=n}function to(e,t,n){e[Gr]=e[Gr].filter((e=>e.name!==t&&e[Hr]!==n))}const no=K,ro=K,oo=K,so=Zr("dispatchEvent"),io=Zr("getBoundingClientRect"),lo=Zr("querySelector"),ao=Zr("querySelectorAll"),co=Zr("getElementsByTagName"),uo=Zr("getElementsByClassName"),fo=Zr("getChildren"),po=Zr("getChildNodes"),ho=Zr("getFirstChild"),mo=Zr("getFirstElementChild"),go=Zr("getLastChild"),wo=Zr("getLastElementChild"),yo=K,bo=new Map;function vo(e){let t=bo.get(e);return B(t)?(t=function(e){return function(t){const n=Jr(e);return G(t)&&t(n),n}}(e),bo.set(e,t),t):t}const Eo={isNativeShadowDefined:!1,isSyntheticShadowDefined:!1,insert:function(e,t,n){const r=e[Wr];if(null!==r&&r!==t){const t=r[jr].indexOf(e);r[jr].splice(t,1)}e[Wr]=t;const o=W(n)?-1:t[jr].indexOf(n);-1===o?t[jr].push(e):t[jr].splice(o,0,e)},remove:function(e,t){const n=t[jr].indexOf(e);t[jr].splice(n,1)},cloneNode:function(e){return Object.assign({},e)},createFragment:function(e){return{[Br]:zr.Raw,[Wr]:null,[Kr]:e}},createElement:Jr,createText:function(e){return{[Br]:zr.Text,[Kr]:String(e),[Wr]:null}},createComment:function(e){return{[Br]:zr.Comment,[Kr]:e,[Wr]:null}},createCustomElement:function(e,t){return new(vo(e))(t)},nextSibling:function(e){const t=e[Wr];if(W(t))return null;const n=t[jr].indexOf(e);return t[jr][n+1]||null},attachShadow:function(e,t){return e[Vr]={[Br]:zr.ShadowRoot,[jr]:[],mode:t.mode,delegatesFocus:!!t.delegatesFocus},e[Vr]},getProperty:function(e,t){var n,r;if(t in e)return e[t];if(e[Br]===zr.Element){const o=ye(t);if(de(o,e.tagName))return null!==(n=Qr(e,o))&&void 0!==n&&n;if(pe(o)||Q(o))return Qr(e,o);if("input"===e.tagName&&"value"===t)return null!==(r=Qr(e,"value"))&&void 0!==r?r:""}},setProperty:function(e,t,n){if(t in e)return e[t]=n;if(e[Br]===zr.Element){const r=ye(t);if("innerHTML"===t)return void(e[jr]=[{[Br]:zr.Raw,[Wr]:e,[Kr]:n}]);if(de(r,e.tagName))return!0===n?eo(e,r,""):to(e,r);if(pe(r)||Q(r))return eo(e,r,n);if("input"===e.tagName&&"value"===r)return W(n)||B(n)?to(e,"value"):eo(e,"value",n)}},setText:function(e,t){e[Br]===zr.Text?e[Kr]=t:e[Br]===zr.Element&&(e[jr]=[{[Br]:zr.Text,[Wr]:e,[Kr]:t}])},getAttribute:Qr,setAttribute:eo,removeAttribute:to,addEventListener:ro,removeEventListener:oo,dispatchEvent:so,getClassList:function(e){function t(){let t=e[Gr].find((e=>"class"===e.name&&W(e[Hr])));return B(t)&&(t={name:"class",[Hr]:null,value:""},e[Gr].push(t)),t}return{add(...e){const n=t(),r=qr(n.value);e.forEach((e=>r.add(e))),n.value=Xr(r)},remove(...e){const n=t(),r=qr(n.value);e.forEach((e=>r.delete(e))),n.value=Xr(r)}}},setCSSStyleProperty:function(e,t,n,r){const o=e[Gr].find((e=>"style"===e.name&&W(e[Hr]))),s=`${t}: ${n}${r?" !important":""}`;B(o)?e[Gr].push({name:"style",[Hr]:null,value:s}):o.value+=`; ${s}`},getBoundingClientRect:io,querySelector:lo,querySelectorAll:ao,getElementsByTagName:co,getElementsByClassName:uo,getChildren:fo,getChildNodes:po,getFirstChild:ho,getFirstElementChild:mo,getLastChild:go,getLastElementChild:wo,isConnected:function(e){return!W(e[Wr])},insertStylesheet:no,assertInstanceOfHTMLElement:yo};function Co(e){return e.map((e=>{switch(e[Br]){case zr.Text:return""===e[Kr]?"‍":Ee(e[Kr]);case zr.Comment:return`\x3c!--${Ee(e[Kr])}--\x3e`;case zr.Raw:return e[Kr];case zr.Element:return So(e)}})).join("")}function So(e){let t="";const n=e.tagName,r=e[Hr],o=r!==oe,s=e[jr].length>0;var i;return t+=`<${n}${e[Gr].length?` ${i=e[Gr],i.map((e=>e.value.length?`${e.name}="${Ee(e.value,!0)}"`:e.name)).join(" ")}`:""}`,o&&!s?(t+="/>",t):(t+=">",e[Vr]&&(t+=function(e){const t=[`shadowroot="${e.mode}"`];return e.delegatesFocus&&t.push("shadowrootdelegatesfocus"),`<template ${t.join(" ")}>${Co(e[jr])}</template>`}(e[Vr])),t+=Co(e[jr]),function(e,t){return t===oe&&ae.has(e.toLowerCase())}(n,r)&&!s||(t+=`</${n}>`),t)}const ko={[Br]:zr.Element,tagName:"fake-root-element",[Hr]:oe,[Wr]:null,[Vr]:null,[jr]:[],[Gr]:[],[Ur]:{}};s(Pt),f(Pt.prototype),exports.LightningElement=Pt,exports.api=function(){throw new Error},exports.createContextProvider=function(e){let t=Wt(e);if(!B(t))throw new Error("Adapter already has a context provider.");t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}(),function(e,t){Bt.set(e,t)}(e,t);const n=new WeakSet;return(e,r)=>{if(n.has(e))throw new Error(`Adapter was already installed on ${e}.`);n.add(e);const{consumerConnectedCallback:o,consumerDisconnectedCallback:s}=r;e.addEventListener(t,(e=>{const{setNewContext:t,setDisconnectedCallback:n}=e,r={provide(e){t(e)}};n((()=>{B(s)||s(r)})),o(r),e.stopImmediatePropagation()}))}},exports.createElement=function(){throw new Error("createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.")},exports.freezeTemplate=function(e){lwcRuntimeFlags.ENABLE_FROZEN_TEMPLATE?(s(e),B(e.stylesheets)||Fr(e.stylesheets)):function(e){o(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get(){const{stylesheetToken:e}=this;return B(e)?e:{hostAttribute:`${e}-host`,shadowAttribute:e}},set(e){this.stylesheetToken=B(e)?void 0:e.shadowAttribute}})}(e)},exports.getComponentDef=function(e){const t=un(e),{ctor:n,name:r,props:o,propsConfig:s,methods:i}=t,l={};for(const e in o)l[e]={config:s[e]||0,type:"any",attr:ye(e)};const a={};for(const e in i)a[e]=i[e].value;return{ctor:n,name:r,props:l,methods:a}},exports.isComponentConstructor=cn,exports.parseFragment=er,exports.parseSVGFragment=er,exports.readonly=function(e){return At(e)},exports.register=function(e){for(let t=0;t<mr.length;++t){const n=mr[t];if(n in e){let t=hr[n];B(t)&&(hr[n]=t=[]),k.call(t,e[n])}}},exports.registerComponent=function(e,{tmpl:t}){return G(e)&&cr.set(e,t),e},exports.registerDecorators=function(e,t){const r=e.prototype,{publicProps:s,publicMethods:l,wire:a,track:c,fields:u}=t,d=n(null),f=n(null),p=n(null),h=n(null),m=n(null),g=n(null);let w;if(!B(s))for(const e in s){const t=s[e];if(g[e]=t.config,w=i(r,e),t.config>0){if(B(w))throw new Error;w=Ut(0,w)}else w=B(w)||B(w.get)?Gt(e):Ut(0,w);f[e]=w,o(r,e,w)}if(B(l)||_.call(l,(e=>{if(w=i(r,e),B(w))throw new Error;d[e]=w})),!B(a))for(const e in a){const{adapter:t,method:n,config:s,dynamic:l=[]}=a[e];if(w=i(r,e),1===n){if(B(w))throw new Error;p[e]=w,Vt(w,t,s,l)}else w=zt(e),h[e]=w,jt(w,t,s,l),o(r,e,w)}if(!B(c))for(const e in c)w=i(r,e),w=Kt(e),o(r,e,w);if(!B(u))for(let e=0,t=u.length;e<t;e++){const t=u[e];w=i(r,t);const n=!B(s)&&t in s,o=!B(c)&&t in c;n||o||(m[t]=$t(t))}return function(e,t){Yt.set(e,t)}(e,{apiMethods:d,apiFields:f,apiFieldsConfig:g,wiredMethods:p,wiredFields:h,observedFields:m}),e},exports.registerTemplate=function(e){return Xt.add(e),e},exports.renderComponent=function(e,t,n={}){if(!U(e))throw new TypeError(`"renderComponent" expects a string as the first parameter but instead received ${e}.`);if(!G(t))throw new TypeError(`"renderComponent" expects a valid component constructor as the second parameter but instead received ${t}.`);if("object"!=typeof n||W(n))throw new TypeError(`"renderComponent" expects an object as the third parameter but instead received ${n}.`);const r=Eo.createElement(e);Mr(r,t,Eo,{mode:"open",owner:null,tagName:e});for(const[e,t]of Object.entries(n))r[e]=t;return r[Wr]=ko,Cr(r),So(r)},exports.renderer=Eo,exports.sanitizeAttribute=function(e,t,n,r){return r},exports.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(B(Ce[e])){const n=d(Ce).map((e=>`"${e}"`)).join(", ");console.warn(`Failed to set the value "${t}" for the runtime feature flag "${e}" because it is undefined. Available flags: ${n}.`)}else{const n=Se[e];if(!B(n))return void console.error(`Failed to set the value "${t}" for the runtime feature flag "${e}". "${e}" has already been set with the value "${n}".`);o(Se,e,{value:t})}}else{const n=`Failed to set the value "${t}" for the runtime feature flag "${e}". Runtime feature flags can only be set to a boolean value.`;console.error(n)}},exports.setFeatureFlagForTest=function(e,t){},exports.setHooks=function(t){var n;e.isFalse($r,"Hooks are already overridden, only one definition is allowed."),$r=!0,n=t.sanitizeHtmlContent,Yn=n},exports.track=function(e){if(1===arguments.length)return e;throw new Error},exports.unwrap=function(e){return e},exports.wire=function(e,t){throw new Error};
1
+ "use strict";var e=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error(`Invariant Violation: ${t}`)},isFalse:function(e,t){if(e)throw new Error(`Assert Violation: ${t}`)},isTrue:function(e,t){if(!e)throw new Error(`Assert Violation: ${t}`)}});const{assign:t,create:n,defineProperties:r,defineProperty:o,freeze:s,getOwnPropertyDescriptor:i,getOwnPropertyNames:l,getPrototypeOf:c,hasOwnProperty:a,isFrozen:u,keys:d,seal:f,setPrototypeOf:p}=Object,{isArray:h}=Array,{concat:m,copyWithin:g,fill:w,filter:y,find:b,indexOf:v,join:E,map:C,pop:S,push:k,reduce:M,reverse:T,shift:x,slice:A,some:N,sort:O,splice:P,unshift:L,forEach:_}=Array.prototype,{fromCharCode:D}=String,{charCodeAt:R,replace:$,split:F,slice:I,toLowerCase:H}=String.prototype;function B(e){return void 0===e}function W(e){return null===e}function V(e){return!0===e}function j(e){return!1===e}function G(e){return"function"==typeof e}function U(e){return"string"==typeof e}function K(){}const z={}.toString;function Y(e){return e&&e.toString?h(e)?E.call(C.call(e,Y),","):e.toString():"object"==typeof e?z.call(e):e+""}function q(e,t){do{const n=i(e,t);if(!B(n))return n;e=c(e)}while(null!==e)}const X=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","role"],{AriaAttrNameToPropNameMap:Z,AriaPropNameToAttrNameMap:J}=(()=>{const e=n(null),t=n(null);return _.call(X,(n=>{const r=H.call($.call(n,/^aria/,(()=>"aria-")));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})();function Q(e){return e in Z}const ee="object"==typeof globalThis?globalThis:window,te="$shadowResolver$",ne="$shadowStaticNode$",re="$$lwc-synthetic-mode",oe="$scoped$",se="http://www.w3.org/1999/xhtml",ie="http://www.w3.org/XML/1998/namespace",le="http://www.w3.org/2000/svg",ce="http://www.w3.org/1999/xlink",ae=new Set(["area","base","br","col","embed","hr","img","input","link","meta","source","track","wbr","param","keygen","menuitem"]);const ue=/-([a-z])/g,de=new Map([["autofocus",new Set(["button","input","keygen","select","textarea"])],["autoplay",new Set(["audio","video"])],["checked",new Set(["command","input"])],["disabled",new Set(["button","command","fieldset","input","keygen","optgroup","select","textarea"])],["formnovalidate",new Set(["button"])],["hidden",new Set],["loop",new Set(["audio","bgsound","marquee","video"])],["multiple",new Set(["input","select"])],["muted",new Set(["audio","video"])],["novalidate",new Set(["form"])],["open",new Set(["details"])],["readonly",new Set(["input","textarea"])],["required",new Set(["input","select","textarea"])],["reversed",new Set(["ol"])],["selected",new Set(["option"])]]);function fe(e,t){const n=de.get(e);return void 0!==n&&(0===n.size||n.has(t))}const pe=new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","contextmenu","dir","draggable","enterkeyhint","exportparts","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","slot","spellcheck","style","tabindex","title","translate"]);function he(e){return pe.has(e)}const{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:me,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:ge}=(()=>{const e=new Map([["accessKey","accesskey"],["readOnly","readonly"],["tabIndex","tabindex"],["bgColor","bgcolor"],["colSpan","colspan"],["rowSpan","rowspan"],["contentEditable","contenteditable"],["crossOrigin","crossorigin"],["dateTime","datetime"],["formAction","formaction"],["isMap","ismap"],["maxLength","maxlength"],["minLength","minlength"],["noValidate","novalidate"],["useMap","usemap"],["htmlFor","for"]]),t=new Map;return e.forEach(((e,n)=>t.set(e,n))),{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:t,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:e}})(),we=new Map,ye=new Map;function be(e){const t=J[e];if(!B(t))return t;const n=ge.get(e);if(!B(n))return n;const r=we.get(e);if(!B(r))return r;let o="";for(let t=0,n=e.length;t<n;t++){const n=R.call(e,t);o+=n>=65&&n<=90?"-"+D(n+32):D(n)}return we.set(e,o),o}function ve(e){const t=Z[e];if(!B(t))return t;const n=me.get(e);if(!B(n))return n;const r=ye.get(e);if(!B(r))return r;const o=$.call(e,ue,(e=>e[1].toUpperCase()));return ye.set(e,o),o}const Ee={'"':"&quot;","'":"&#x27;","<":"&lt;",">":"&gt;","&":"&amp;"};function Ce(e,t=!1){const n=t?/["&]/g:/["'<>&]/g;return e.replace(n,(e=>Ee[e]))}const Se={DUMMY_TEST_FLAG:null,ENABLE_FORCE_NATIVE_SHADOW_MODE_FOR_TEST:null,ENABLE_MIXED_SHADOW_MODE:null,ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE:null,ENABLE_WIRE_SYNC_EMIT:null,ENABLE_LIGHT_GET_ROOT_NODE_PATCH:null,DISABLE_LIGHT_DOM_UNSCOPED_CSS:null,ENABLE_FROZEN_TEMPLATE:null,DISABLE_ARIA_REFLECTION_POLYFILL:null};ee.lwcRuntimeFlags||Object.defineProperty(ee,"lwcRuntimeFlags",{value:n(null)});const ke=ee.lwcRuntimeFlags;if("function"!=typeof Event){class e{}o(ee,"Event",{value:e,configurable:!0,writable:!0})}if("function"!=typeof CustomEvent){class e extends Event{}o(ee,"CustomEvent",{value:e,configurable:!0,writable:!0})}function Me(e,t){return B(i(t,e))}function Te(e,t){const n=function(e){return{get(){return this.hasAttribute(e)?this.getAttribute(e):null},set(t){W(t)?this.removeAttribute(e):this.setAttribute(e,t)},configurable:!0,enumerable:!0}}(J[e]);o(t,e,n)}function xe(e){return`<${H.call(e.tagName)}>`}function Ae(e,t){if(!u(t)&&B(t.wcStack)){const n=function(e){const t=[];let n=e;for(;!W(n);)k.call(t,xe(n)),n=n.owner;return t.reverse().join("\n\t")}(e);o(t,"wcStack",{get:()=>n})}}const Ne=new Set;function Oe(e,t,n,r){let o=`[LWC ${e}]: ${t}`;if(B(n)||(o=`${o}\n${function(e){const t=[];let n="";for(;!W(e.owner);)k.call(t,n+xe(e)),e=e.owner,n+="\t";return E.call(t,"\n")}(n)}`),r){if(Ne.has(o))return;Ne.add(o)}try{throw new Error(o)}catch(t){console[e](t)}}function Pe(e,t){Oe("error",e,t,!1)}const Le=new WeakMap;const _e={observe(e){e()},reset(){},link(){}};function De(e){return _e}const Re=32,$e=f(n(null)),Fe=f([]);function Ie(e){const t=[];for(const n of e)h(n)?t.push(...Ie(n)):t.push(n);return t}function He(e,t,n){const r=e.refVNodes;(!(t in r)||r[t].key<n.key)&&(r[t]=n)}function Be(e){const t=e();return(null==t?void 0:t.__esModule)?t.default:t}function We(e){return G(e)&&a.call(e,"__circular__")}const Ve="undefined"!=typeof HTMLElement?HTMLElement:function(){},je=Ve.prototype;let Ge,Ue=null;function Ke(e,t){Ue=null,Ge=void 0}function ze(e,t){Ue=e,Ge=t}const Ye=n(null);function qe(e,t,n){const{cmpFields:r}=e;n!==r[t]&&(r[t]=n)}_.call(d(J),(e=>{const t=q(je,e);B(t)||(Ye[e]=t)})),_.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(e=>{const t=q(je,e);B(t)||(Ye[e]=t)}));const{isArray:Xe}=Array,{prototype:Ze,getPrototypeOf:Je,create:Qe,defineProperty:et,isExtensible:tt,getOwnPropertyDescriptor:nt,getOwnPropertyNames:rt,getOwnPropertySymbols:ot,preventExtensions:st,hasOwnProperty:it}=Object,{push:lt,concat:ct}=Array.prototype;function at(e){return void 0===e}function ut(e){return"function"==typeof e}const dt=new WeakMap;function ft(e,t){dt.set(e,t)}const pt=e=>dt.get(e)||e;class ht{constructor(e,t){this.originalTarget=t,this.membrane=e}wrapDescriptor(e){if(it.call(e,"value"))e.value=this.wrapValue(e.value);else{const{set:t,get:n}=e;at(n)||(e.get=this.wrapGetter(n)),at(t)||(e.set=this.wrapSetter(t))}return e}copyDescriptorIntoShadowTarget(e,t){const{originalTarget:n}=this,r=nt(n,t);if(!at(r)){const n=this.wrapDescriptor(r);et(e,t,n)}}lockShadowTarget(e){const{originalTarget:t}=this;ct.call(rt(t),ot(t)).forEach((t=>{this.copyDescriptorIntoShadowTarget(e,t)}));const{membrane:{tagPropertyKey:n}}=this;at(n)||it.call(e,n)||et(e,n,Qe(null)),st(e)}apply(e,t,n){}construct(e,t,n){}get(e,t){const{originalTarget:n,membrane:{valueObserved:r}}=this,o=n[t];return r(n,t),this.wrapValue(o)}has(e,t){const{originalTarget:n,membrane:{tagPropertyKey:r,valueObserved:o}}=this;return o(n,t),t in n||t===r}ownKeys(e){const{originalTarget:t,membrane:{tagPropertyKey:n}}=this,r=at(n)||it.call(t,n)?[]:[n];return lt.apply(r,rt(t)),lt.apply(r,ot(t)),r}isExtensible(e){const{originalTarget:t}=this;return!!tt(e)&&(!!tt(t)||(this.lockShadowTarget(e),!1))}getPrototypeOf(e){const{originalTarget:t}=this;return Je(t)}getOwnPropertyDescriptor(e,t){const{originalTarget:n,membrane:{valueObserved:r,tagPropertyKey:o}}=this;r(n,t);let s=nt(n,t);if(at(s)){if(t!==o)return;return s={value:void 0,writable:!1,configurable:!1,enumerable:!1},et(e,o,s),s}return!1===s.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(s)}}const mt=new WeakMap,gt=new WeakMap,wt=new WeakMap,yt=new WeakMap;class bt extends ht{wrapValue(e){return this.membrane.getProxy(e)}wrapGetter(e){const t=mt.get(e);if(!at(t))return t;const n=this,r=function(){return n.wrapValue(e.call(pt(this)))};return mt.set(e,r),wt.set(r,e),r}wrapSetter(e){const t=gt.get(e);if(!at(t))return t;const n=function(t){e.call(pt(this),pt(t))};return gt.set(e,n),yt.set(n,e),n}unwrapDescriptor(e){if(it.call(e,"value"))e.value=pt(e.value);else{const{set:t,get:n}=e;at(n)||(e.get=this.unwrapGetter(n)),at(t)||(e.set=this.unwrapSetter(t))}return e}unwrapGetter(e){const t=wt.get(e);if(!at(t))return t;const n=this,r=function(){return pt(e.call(n.wrapValue(this)))};return mt.set(r,e),wt.set(e,r),r}unwrapSetter(e){const t=yt.get(e);if(!at(t))return t;const n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return gt.set(r,e),yt.set(e,r),r}set(e,t,n){const{originalTarget:r,membrane:{valueMutated:o}}=this;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&Xe(r)&&o(r,t),!0}deleteProperty(e,t){const{originalTarget:n,membrane:{valueMutated:r}}=this;return delete n[t],r(n,t),!0}setPrototypeOf(e,t){}preventExtensions(e){if(tt(e)){const{originalTarget:t}=this;if(st(t),tt(t))return!1;this.lockShadowTarget(e)}return!0}defineProperty(e,t,n){const{originalTarget:r,membrane:{valueMutated:o,tagPropertyKey:s}}=this;return t===s&&!it.call(r,t)||(et(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),o(r,t),!0)}}const vt=new WeakMap,Et=new WeakMap;class Ct extends ht{wrapValue(e){return this.membrane.getReadOnlyProxy(e)}wrapGetter(e){const t=vt.get(e);if(!at(t))return t;const n=this,r=function(){return n.wrapValue(e.call(pt(this)))};return vt.set(e,r),r}wrapSetter(e){const t=Et.get(e);if(!at(t))return t;const n=function(e){};return Et.set(e,n),n}set(e,t,n){return!1}deleteProperty(e,t){return!1}setPrototypeOf(e,t){}preventExtensions(e){return!1}defineProperty(e,t,n){return!1}}function St(e){if(null===e)return!1;if("object"!=typeof e)return!1;if(Xe(e))return!0;const t=Je(e);return t===Ze||null===t||null===Je(t)}const kt=(e,t)=>{},Mt=(e,t)=>{};function Tt(e){return Xe(e)?[]:{}}const xt=Symbol.for("@@lockerLiveValue"),At=new class{constructor(e={}){this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;const{valueMutated:t,valueObserved:n,valueIsObservable:r,tagPropertyKey:o}=e;this.valueMutated=ut(t)?t:Mt,this.valueObserved=ut(n)?n:kt,this.valueIsObservable=ut(r)?r:St,this.tagPropertyKey=o}getProxy(e){const t=pt(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}getReadOnlyProxy(e){return e=pt(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}unwrapProxy(e){return pt(e)}getReactiveHandler(e){let t=this.reactiveObjectGraph.get(e);if(at(t)){const n=new bt(this,e);t=new Proxy(Tt(e),n),ft(t,e),this.reactiveObjectGraph.set(e,t)}return t}getReadOnlyHandler(e){let t=this.readOnlyObjectGraph.get(e);if(at(t)){const n=new Ct(this,e);t=new Proxy(Tt(e),n),ft(t,e),this.readOnlyObjectGraph.set(e,t)}return t}}({valueObserved:function(e,t){},valueMutated:function(e,t){const n=Le.get(e);if(!B(n)){const e=n[t];if(!B(e))for(let t=0,n=e.length;t<n;t+=1){e[t].notify()}}},tagPropertyKey:xt});function Nt(e){return At.getReadOnlyProxy(e)}function Ot(e,t){const{get:n,set:r,enumerable:o,configurable:s}=t;if(!G(n))throw new TypeError;if(!G(r))throw new TypeError;return{enumerable:o,configurable:s,get(){const e=Pr(this);if(!ur(e))return n.call(e.elm)},set(t){const n=Pr(this);return qe(n,e,t),r.call(n.elm,t)}}}const Pt=new WeakMap,Lt=function(){if(W(ar))throw new TypeError("Illegal constructor");const e=ar,{def:t,elm:n}=e,{bridge:r}=t;if(p(n,r.prototype),e.component=this,1===arguments.length){const{callHook:t,setHook:n,getHook:r}=arguments[0];e.callHook=t,e.setHook=n,e.getHook=r}return Or(this,e),Or(n,e),1===e.renderMode?e.renderRoot=function(e){const{elm:t,mode:n,shadowMode:r,def:{ctor:o},renderer:{attachShadow:s}}=e,i=s(t,{[re]:1===r,delegatesFocus:Boolean(o.delegatesFocus),mode:n});return e.shadowRoot=i,Or(i,e),i}(e):e.renderRoot=n,this};Lt.prototype={constructor:Lt,dispatchEvent(e){const t=Pr(this),{elm:n,renderer:{dispatchEvent:r}}=t;return r(n,e)},addEventListener(e,t,n){const r=Pr(this),{elm:o,renderer:{addEventListener:s}}=r;s(o,e,wr(r,t),n)},removeEventListener(e,t,n){const r=Pr(this),{elm:o,renderer:{removeEventListener:s}}=r;s(o,e,wr(r,t),n)},hasAttribute(e){const t=Pr(this),{elm:n,renderer:{getAttribute:r}}=t;return!W(r(n,e))},hasAttributeNS(e,t){const n=Pr(this),{elm:r,renderer:{getAttribute:o}}=n;return!W(o(r,t,e))},removeAttribute(e){const t=Pr(this),{elm:n,renderer:{removeAttribute:r}}=t;ze(n,e),r(n,e),Ke()},removeAttributeNS(e,t){const{elm:n,renderer:{removeAttribute:r}}=Pr(this);ze(n,t),r(n,t,e),Ke()},getAttribute(e){const t=Pr(this),{elm:n}=t,{getAttribute:r}=t.renderer;return r(n,e)},getAttributeNS(e,t){const n=Pr(this),{elm:r}=n,{getAttribute:o}=n.renderer;return o(r,t,e)},setAttribute(e,t){const n=Pr(this),{elm:r,renderer:{setAttribute:o}}=n;ze(r,e),o(r,e,t),Ke()},setAttributeNS(e,t,n){const r=Pr(this),{elm:o,renderer:{setAttribute:s}}=r;ze(o,t),s(o,t,n,e),Ke()},getBoundingClientRect(){const e=Pr(this),{elm:t,renderer:{getBoundingClientRect:n}}=e;return n(t)},get isConnected(){const e=Pr(this),{elm:t,renderer:{isConnected:n}}=e;return n(t)},get classList(){const e=Pr(this),{elm:t,renderer:{getClassList:n}}=e;return n(t)},get template(){return Pr(this).shadowRoot},get refs(){const e=Pr(this);if(er)return;const{refVNodes:t,cmpTemplate:r}=e;if(W(t))return;let o=Pt.get(t);if(B(o)){o=n(null);for(const e of d(t))o[e]=t[e].elm;s(o),Pt.set(t,o)}return o},set refs(e){o(this,"refs",{configurable:!0,enumerable:!0,writable:!0,value:e})},get shadowRoot(){return null},get children(){const e=Pr(this);return e.renderer.getChildren(e.elm)},get childNodes(){const e=Pr(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){const e=Pr(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){const e=Pr(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){const e=Pr(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){const e=Pr(this);return e.renderer.getLastElementChild(e.elm)},render(){return Pr(this).def.template},toString(){return`[object ${Pr(this).def.name}]`}};const _t=n(null),Dt=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];for(const e of Dt)_t[e]={value(t){const n=Pr(this),{elm:r,renderer:o}=n;return o[e](r,t)},configurable:!0,enumerable:!0,writable:!0};r(Lt.prototype,_t);const Rt=n(null);for(const e in Ye)Rt[e]=Ot(e,Ye[e]);function $t(e){return{get(){return Pr(this).cmpFields[e]},set(t){qe(Pr(this),e,t)},enumerable:!0,configurable:!0}}r(Lt.prototype,Rt),function(e=Element.prototype){const t=d(J);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];Me(r,e)&&Te(r,e)}}(Lt.prototype),o(Lt,"CustomElementConstructor",{get(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});const Ft="$$DeprecatedWiredElementHostKey$$",It="$$DeprecatedWiredParamsMetaKey$$",Ht=new Map;class Bt extends CustomEvent{constructor(e,{setNewContext:t,setDisconnectedCallback:n}){super(e,{bubbles:!0,composed:!0}),r(this,{setNewContext:{value:t},setDisconnectedCallback:{value:n}})}}function Wt(e,t,n){const{method:r,adapter:s,configCallback:i,dynamic:l}=n;const c=B(r)?function(e,t){return n=>{qe(e,t,n)}}(e,t):function(e,t){return n=>{Hr(e,e.owner,K,(()=>{t.call(e.component,n)}),K)}}(e,r),a=e=>{c(e)};let u,d;o(a,Ft,{value:e.elm}),o(a,It,{value:l}),Hr(e,e,K,(()=>{d=new s(a)}),K);const{computeConfigAndUpdate:f,ro:p}=function(e,t,n){const r=De();return{computeConfigAndUpdate:()=>{let o;r.observe((()=>o=t(e))),n(o)},ro:r}}(e.component,i,(t=>{Hr(e,e,K,(()=>{d.update(t,u)}),K)}));return B(s.contextSchema)||function(e,t,n){const{adapter:r}=t,o=jt(r);if(B(o))return;const{elm:s,context:{wiredConnecting:i,wiredDisconnecting:l},renderer:{dispatchEvent:c}}=e;k.call(i,(()=>{const e=new Bt(o,{setNewContext(e){n(e)},setDisconnectedCallback(e){k.call(l,e)}});c(s,e)}))}(e,n,(t=>{u!==t&&(u=t,1===e.state&&f())})),{connector:d,computeConfigAndUpdate:f,resetConfigWatcher:()=>p.reset()}}const Vt=new Map;function jt(e){return Vt.get(e)}function Gt(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,method:e.value,configCallback:n,dynamic:r};Ht.set(e,o)}function Ut(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,configCallback:n,dynamic:r};Ht.set(e,o)}function Kt(e){return{get(){const t=Pr(this);if(!ur(t))return t.cmpProps[e]},set(t){Pr(this).cmpProps[e]=t},enumerable:!0,configurable:!0}}function zt(e,t){const{get:n,set:r,enumerable:o,configurable:s}=t;if(!G(n))throw new Error;return{get(){return n.call(this)},set(e){Pr(this),r&&r.call(this,e)},enumerable:o,configurable:s}}function Yt(e){return{get(){return Pr(this).cmpFields[e]},set(t){qe(Pr(this),e,t)},enumerable:!0,configurable:!0}}function qt(e){return{get(){return Pr(this).cmpFields[e]},set(t){qe(Pr(this),e,t)},enumerable:!0,configurable:!0}}const Xt=new Map;const Zt={apiMethods:$e,apiFields:$e,apiFieldsConfig:$e,wiredMethods:$e,wiredFields:$e,observedFields:$e};const Jt=new Set;function Qt(){return[]}Jt.add(Qt);const en=n(null),tn=n(null);function nn(e){let t=en[e];return B(t)&&(t=en[e]=function(){const t=Pr(this),{getHook:n}=t;return n(t.component,e)}),t}function rn(e){let t=tn[e];return B(t)&&(t=tn[e]=function(t){const n=Pr(this),{setHook:r}=n;t=Nt(t),r(n.component,e,t)}),t}function on(e){return function(){const t=Pr(this),{callHook:n,component:r}=t,o=r[e];return n(t.component,o,A.call(arguments))}}function sn(e,t){return function(n,r,o){if(r===o)return;const s=e[n];B(s)?B(t)||t.apply(this,arguments):function(e,t){return e!==Ue||t!==Ge}(this,n)&&(this[s]=o)}}function ln(e,t,s){let i;G(e)?i=class extends e{}:(i=function(){throw new TypeError("Illegal constructor")},p(i,e),p(i.prototype,e.prototype),o(i.prototype,"constructor",{writable:!0,configurable:!0,value:i}));const l=n(null),{attributeChangedCallback:c}=e.prototype,{observedAttributes:a=[]}=e,u=n(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];l[be(n)]=n,u[n]={get:nn(n),set:rn(n),enumerable:!0,configurable:!0}}for(let e=0,t=s.length;e<t;e+=1){const t=s[e];u[t]={value:on(t),writable:!0,configurable:!0}}return u.attributeChangedCallback={value:sn(l,c)},o(i,"observedAttributes",{get:()=>[...a,...d(l)]}),r(i.prototype,u),i}const cn=ln(Ve,l(Ye),[]);s(cn),f(cn.prototype);new WeakMap,new WeakMap,new WeakMap,new WeakMap;const an=new WeakMap;function un(e){const{shadowSupportMode:o,renderMode:s}=e,i=function(e){const t=Xt.get(e);return B(t)?Zt:t}(e),{apiFields:l,apiFieldsConfig:a,apiMethods:u,wiredFields:f,wiredMethods:p,observedFields:h}=i,m=e.prototype;let{connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}=m;const E=function(e){let t=c(e);if(W(t))throw new ReferenceError(`Invalid prototype chain for ${e.name}, you must extend LightningElement.`);if(We(t)){const e=Be(t);t=e===t?Lt:e}return t}(e),C=E!==Lt?fn(E):pn,S=ln(C.bridge,d(l),d(u)),k=t(n(null),C.props,l),M=t(n(null),C.propsConfig,a),T=t(n(null),C.methods,u),x=t(n(null),C.wire,f,p);g=g||C.connectedCallback,w=w||C.disconnectedCallback,y=y||C.renderedCallback,b=b||C.errorCallback,v=v||C.render;let A=C.shadowSupportMode;B(o)||(A=o);let N=C.renderMode;B(s)||(N="light"===s?0:1);const O=function(e){return pr.get(e)}(e)||C.template,P=e.name||C.name;r(m,h);return{ctor:e,name:P,wire:x,props:k,propsConfig:M,methods:T,bridge:S,template:O,renderMode:N,shadowSupportMode:A,connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}}function dn(e){if(!G(e))return!1;if(e.prototype instanceof Lt)return!0;let t=e;do{if(We(t)){const e=Be(t);if(e===t)return!0;t=e}if(t===Lt)return!0}while(!W(t)&&(t=c(t)));return!1}function fn(e){let t=an.get(e);if(B(t)){if(We(e)){return t=fn(Be(e)),an.set(e,t),t}if(!dn(e))throw new TypeError(`${e} is not a valid component, or does not extends LightningElement from "lwc". You probably forgot to add the extend clause on the class declaration.`);t=un(e),an.set(e,t)}return t}const pn={ctor:Lt,name:Lt.name,props:Rt,propsConfig:$e,methods:$e,renderMode:1,shadowSupportMode:"reset",wire:$e,bridge:cn,template:Qt,render:Lt.prototype.render};function hn(e){return`${e}-host`}function mn(e){return Qn.h("style",{key:"style",attrs:{type:"text/css"}},[Qn.t(e)])}function gn(e,t,n){const r=[];let o;for(let s=0;s<e.length;s++){let i=e[s];if(h(i))k.apply(r,gn(i,t,n));else{const e=i[oe];if(lwcRuntimeFlags.DISABLE_LIGHT_DOM_UNSCOPED_CSS&&!e&&0===n.renderMode){Pe("Unscoped CSS is not supported in Light DOM. Please use scoped CSS (*.scoped.css) instead of unscoped CSS (*.css).");continue}const s=e||1===n.shadowMode&&1===n.renderMode?t:void 0,l=0===n.renderMode?!e:0===n.shadowMode;let c;1===n.renderMode?c=0===n.shadowMode:(B(o)&&(o=wn(n)),c=W(o)||0===o.shadowMode),k.call(r,i(s,l,c))}}return r}function wn(e){let t=e;for(;!W(t);){if(1===t.renderMode)return t;t=t.owner}return t}function yn(e){const{type:t}=e;return 2===t||3===t}function bn(e,t){return e.key===t.key&&e.sel===t.sel}function vn(e){return 5===e.type}function En(e){return 6===e.type}const Cn=58;const Sn=58;function kn(e,t){return"input"===e&&("value"===t||"checked"===t)}const Mn=n(null);function Tn(e){if(null==e)return $e;e=U(e)?e:e+"";let t=Mn[e];if(t)return t;t=n(null);let r,o=0;const s=e.length;for(r=0;r<s;r++)R.call(e,r)===Re&&(r>o&&(t[I.call(e,o,r)]=!0),o=r+1);return r>o&&(t[I.call(e,o,r)]=!0),Mn[e]=t,t}function xn(e,t,n,r){jn(t)?Un(e,t,n,r):Kn(e,t,n,r)}function An(e,t,n,r){var o,s;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&$n(t,n)}(e,t,r);break;case 4:t.elm=e.elm;break;case 5:!function(e,t,n,r){const{children:o,stable:s}=t;s?Kn(e.children,o,n,r):Un(e.children,o,n,r);t.elm=o[o.length-1].elm}(e,t,n,r);break;case 2:!function(e,t,n){const r=t.elm=e.elm;In(e,t,n),xn(e.children,t.children,r,n)}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:r);break;case 3:!function(e,t,n,r){if(e.ctor!==t.ctor){const o=r.nextSibling(e.elm);Ln(e,n,r,!0),On(t,n,o,r)}else{const n=t.elm=e.elm,o=t.vm=e.vm;if(In(e,t,r),!B(o)){Bn(t,o);const{shadowMode:n,renderMode:r}=o;0==n&&0!==r&&jn(e.children)&&Vn(t.children)}xn(e.children,t.children,n,r),B(o)||function(e){_r(e)}(o)}}(e,t,n,null!==(s=t.data.renderer)&&void 0!==s?s:r)}}function Nn(e,t,n,r){var o,s;switch(e.type){case 0:!function(e,t,n,r){const{owner:o}=e,{createText:s}=r,i=e.elm=s(e.text);Rn(i,o,r),Fn(i,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){const{owner:o}=e,{createComment:s}=r,i=e.elm=s(e.text);Rn(i,o,r),Fn(i,t,n,r)}(e,t,r,n);break;case 4:!function(e,t,n,r){const{owner:o}=e,{cloneNode:s,isSyntheticShadowDefined:i}=r,l=e.elm=s(e.fragment,!0);Rn(l,o,r);const{renderMode:c,shadowMode:a}=o;i&&(1!==a&&0!==c||(l[ne]=!0));Fn(l,t,n,r)}(e,t,r,n);break;case 5:!function(e,t,n,r){const{children:o}=e;Pn(o,t,r,n),e.elm=o[o.length-1].elm}(e,t,r,n);break;case 2:!function(e,t,n,r){const{sel:o,owner:s,data:{svg:i}}=e,{createElement:l}=r,c=V(i)?le:void 0,a=e.elm=l(o,c);Rn(a,s,r),Hn(a,s,r),function(e,t){var n;const{owner:r,data:{context:o}}=t;1===r.shadowMode&&"manual"===(null===(n=null==o?void 0:o.lwc)||void 0===n?void 0:n.dom)&&(e.$domManual$=!0)}(a,e),In(null,e,r),Fn(a,t,n,r),Pn(e.children,a,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:On(e,t,r,null!==(s=e.data.renderer)&&void 0!==s?s:n)}}function On(e,t,n,r){const{sel:o,owner:s}=e,{createCustomElement:i}=r;let l;let c,a;lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(c=e=>{Tr(e)},a=e=>{xr(e)});const u=i(o.toLowerCase(),(t=>{l=function(e,t,n){let r=Lr(e);if(!B(r))return r;const{sel:o,mode:s,ctor:i,owner:l}=t;return r=Nr(e,i,n,{mode:s,owner:l,tagName:o}),r}(t,e,r)}),c,a);e.elm=u,e.vm=l,Rn(u,s,r),Hn(u,s,r),l&&Bn(e,l),In(null,e,r),Fn(u,t,n,r),l&&Dr(l),Pn(e.children,u,r,null),l&&function(e){_r(e)}(l)}function Pn(e,t,n,r,o=0,s=e.length){for(;o<s;++o){const s=e[o];Dn(s)&&Nn(s,t,n,r)}}function Ln(e,t,n,r=!1){const{type:o,elm:s,sel:i}=e;switch(r&&(5===o?_n(e.children,t,n,r):function(e,t,n){n.remove(e,t)}(s,t,n)),o){case 2:{const t="slot"===i&&1===e.owner.shadowMode;_n(e.children,s,n,t);break}case 3:{const{vm:t}=e;B(t)||function(e){Ar(e)}(t)}}}function _n(e,t,n,r=!1,o=0,s=e.length){for(;o<s;++o){const s=e[o];Dn(s)&&Ln(s,t,n,r)}}function Dn(e){return null!=e}function Rn(e,t,n){const{renderRoot:r,renderMode:o,shadowMode:s}=t,{isSyntheticShadowDefined:i}=n;i&&(1!==s&&0!==o||(e[te]=r[te]))}function $n(e,t){const{elm:n,text:r}=e,{setText:o}=t;o(n,r)}function Fn(e,t,n,r){r.insert(e,t,n)}function In(e,n,r){W(e)&&(function(e,t){const{elm:n,data:{on:r}}=e;if(B(r))return;const{addEventListener:o}=t;for(const e in r)o(n,e,r[e])}(n,r),function(e,t){const{elm:n,data:{classMap:r}}=e;if(B(r))return;const{getClassList:o}=t,s=o(n);for(const e in r)s.add(e)}(n,r),function(e,t){const{elm:n,data:{styleDecls:r}}=e;if(B(r))return;const{setCSSStyleProperty:o}=t;for(let e=0;e<r.length;e++){const[t,s,i]=r[e];o(n,t,s,i)}}(n,r)),function(e,t,n){const{elm:r,data:{className:o}}=t,s=W(e)?void 0:e.data.className;if(s===o)return;const{getClassList:i}=n,l=i(r),c=Tn(o),a=Tn(s);let u;for(u in a)B(c[u])&&l.remove(u);for(u in c)B(a[u])&&l.add(u)}(e,n,r),function(e,t,n){const{elm:r,data:{style:o}}=t;if((W(e)?void 0:e.data.style)===o)return;const{setAttribute:s,removeAttribute:i}=n;U(o)&&""!==o?s(r,"style",o):i(r,"style")}(e,n,r),n.data.external?function(e,t,n){const{data:{attrs:r},elm:o}=t;if(B(r))return;const{removeAttribute:s,setAttribute:i,setProperty:l}=n,c=W(e)?$e:e.data.attrs;for(const e in r){const t=r[e];c[e]!==t&&(ve(e)in o?l(o,e,t):R.call(e,3)===Sn?i(o,e,t,ie):R.call(e,5)===Sn?i(o,e,t,ce):W(t)||B(t)?s(o,e):i(o,e,t))}}(e,n,r):function(e,t,n){const{attrs:r}=t.data;if(B(r))return;const o=W(e)?$e:e.data.attrs;if(o===r)return;const{elm:s}=t,{setAttribute:i,removeAttribute:l}=n;for(const e in r){const t=r[e];o[e]!==t&&(ze(s,e),R.call(e,3)===Cn?i(s,e,t,ie):R.call(e,5)===Cn?i(s,e,t,ce):W(t)||B(t)?l(s,e):i(s,e,t),Ke())}}(e,n,r),function(e,n,r){let{props:o}=n.data;const{spread:s}=n.data;if(B(o)&&B(s))return;let i;if(!W(e)){i=e.data.props;const n=e.data.spread;if(i===o&&n===s)return;B(i)&&(i=$e),B(n)||(i=t({},i,n))}B(s)||(o=t({},o,s));const l=W(e),{elm:c,sel:a}=n,{getProperty:u,setProperty:d}=r;for(const e in o){const t=o[e];!l&&t===(kn(a,e)?u(c,e):i[e])&&e in i||d(c,e,t)}}(e,n,r)}function Hn(e,t,n){const r=function(e){const{cmpTemplate:t,context:n}=e;return n.hasScopedStyles&&(null==t?void 0:t.stylesheetToken)||null}(t);if(!W(r)){const{getClassList:t}=n;t(e).add(r)}const{stylesheetToken:o}=t.context;1!==t.shadowMode||B(o)||(e.$shadowToken$=o)}function Bn(e,t){const r=e.aChildren||e.children,{renderMode:o,shadowMode:s}=t,i=function(e){const t=[],n=[];let r,o=!1;for(let t=e.length-1;t>-1;t-=1){const r=e[t];k.call(n,r),o=o||!(!r||!vn(r))}if(!o)return e;for(;!B(r=S.call(n));)if(!W(r)&&vn(r)){const e=r.children;for(let t=e.length-2;t>0;t-=1)k.call(n,e[t])}else k.call(t,r);return Vn(t),t}(r);e.children=i,t.aChildren=i,1!==s&&0!==o||(!function(e,t,r){var o,s;const{cmpSlots:{slotAssignments:i}}=e,l=n(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];if(W(n))continue;let r="";yn(n)?r=null!==(s=null===(o=n.data.attrs)||void 0===o?void 0:o.slot)&&void 0!==s?s:"":En(n)&&(r=n.slotName);const i=""+r,c=l[i]=l[i]||[];k.call(c,n)}if(e.cmpSlots={owner:r,slotAssignments:l},j(e.isDirty)){const t=d(i);if(t.length!==d(l).length)return void mr(e);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];if(B(l[r])||i[r].length!==l[r].length)return void mr(e);const o=i[r],s=l[r];for(let t=0,n=l[r].length;t<n;t+=1)if(o[t]!==s[t])return void mr(e)}}}(t,i,e.owner),e.aChildren=i,e.children=Fe)}const Wn=new WeakMap;function Vn(e){Wn.set(e,1)}function jn(e){return Wn.has(e)}function Gn(e,t,n){const r={};for(let o=t;o<=n;++o){const t=e[o];if(Dn(t)){const{key:e}=t;void 0!==e&&(r[e]=o)}}return r}function Un(e,t,n,r){let o=0,s=0,i=e.length-1,l=e[0],c=e[i];const a=t.length-1;let u,d,f,p,h=a,m=t[0],g=t[h],w=!1;for(;o<=i&&s<=h;)Dn(l)?Dn(c)?Dn(m)?Dn(g)?bn(l,m)?(An(l,m,n,r),l=e[++o],m=t[++s]):bn(c,g)?(An(c,g,n,r),c=e[--i],g=t[--h]):bn(l,g)?(An(l,g,n,r),Fn(l.elm,n,r.nextSibling(c.elm),r),l=e[++o],g=t[--h]):bn(c,m)?(An(c,m,n,r),Fn(m.elm,n,l.elm,r),c=e[--i],m=t[++s]):(void 0===u&&(u=Gn(e,o,i)),d=u[m.key],B(d)?(Nn(m,n,r,l.elm),m=t[++s]):(f=e[d],Dn(f)&&(f.sel!==m.sel?Nn(m,n,r,l.elm):(An(f,m,n,r),w||(w=!0,e=[...e]),e[d]=void 0,Fn(f.elm,n,l.elm,r))),m=t[++s])):g=t[--h]:m=t[++s]:c=e[--i]:l=e[++o];if(o<=i||s<=h)if(o>i){let e,o=h;do{e=t[++o]}while(!Dn(e)&&o<a);p=Dn(e)?e.elm:null,Pn(t,n,r,p,s,h+1)}else _n(e,n,r,!0,o,i+1)}function Kn(e,t,n,r){const o=e.length,s=t.length;if(0===o)return void Pn(t,n,r,null);if(0===s)return void _n(e,n,r,!0);let i=null;for(let o=s-1;o>=0;o-=1){const s=e[o],l=t[o];l!==s&&(Dn(s)?Dn(l)?(An(s,l,n,r),i=l.elm):Ln(s,n,r,!0):Dn(l)&&(Nn(l,n,r,i),i=l.elm))}}const zn=Symbol.iterator;function Yn(e,t,n=Fe){const r=nr(),{key:o,ref:s}=t,i={type:2,sel:e,data:t,children:n,elm:void 0,key:o,owner:r};return B(s)||He(r,s,i),i}function qn(e,t,n,r=Fe){const o=nr(),{key:s,ref:i}=n;const l={type:3,sel:e,data:n,children:r,elm:undefined,key:s,ctor:t,owner:o,mode:"open",aChildren:undefined,vm:undefined};return function(e){k.call(nr().velements,e)}(l),B(i)||He(o,i,l),l}function Xn(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:nr()}}function Zn(e){return Vn(e),e}let Jn=()=>{throw new Error("sanitizeHtmlContent hook must be implemented.")};const Qn=s({s:function(e,t,n,r){if(!B(r)&&!B(r.slotAssignments)&&!B(r.slotAssignments[e])&&0!==r.slotAssignments[e].length){const o=[],s=r.slotAssignments[e];for(let e=0;e<s.length;e++){const n=s[e];if(!W(n)){const e=En(n);if(e!==!B(t.slotData))continue;if(e){const e=nr();rr(r.owner);try{k.call(o,n.factory(t.slotData,t.key))}finally{rr(e)}}else k.call(o,n)}}n=o}const o=nr(),{renderMode:s,shadowMode:i}=o;return 0===s?(Zn(n),n):(1===i&&Zn(n),Yn("slot",t,n))},h:Yn,c:qn,i:function(e,t){const n=[];if(Zn(n),B(e)||null===e)return n;const r=e[zn]();let o=r.next(),s=0,{value:i,done:l}=o;for(;!1===l;){o=r.next(),l=o.done;const e=t(i,s,0===s,!0===l);h(e)?k.apply(n,e):k.call(n,e),s+=1,i=o.value}return n},f:function(e){const t=e.length,n=[];Zn(n);for(let r=0;r<t;r+=1){const t=e[r];h(t)?k.apply(n,t):k.call(n,t)}return n},t:Xn,d:function(e){return null==e?"":String(e)},b:function(e){const t=nr();if(W(t))throw new Error;const n=t;return function(t){fr(n,e,n.component,t)}},k:function(e,t){switch(typeof t){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:"c",owner:nr()}},dc:function(e,t,n,r=Fe){if(null==t)return null;if(!dn(t))throw new Error(`Invalid LWC Constructor ${Y(t)} for custom element <${e}>.`);return qn(e,t,n,r)},fr:function(e,t,n){return{type:5,sel:void 0,key:e,elm:void 0,children:[Xn(""),...t,Xn("")],stable:n,owner:nr()}},ti:function(e){return e>0&&!(V(e)||j(e))?0:e},st:function(e,t){return{type:4,sel:void 0,key:t,elm:void 0,fragment:e,owner:nr()}},gid:function(e){const t=nr();if(B(e)||""===e)return e;if(W(e))return null;const{idx:n,shadowMode:r}=t;return 1===r?$.call(e,/\S+/g,(e=>`${e}-${n}`)):e},fid:function(e){const t=nr();if(B(e)||""===e)return e;if(W(e))return null;const{idx:n,shadowMode:r}=t;return 1===r&&/^#/.test(e)?`${e}-${n}`:e},shc:function(e){return Jn(e)},ssf:function(e,t){return{type:6,factory:t,owner:nr(),elm:void 0,sel:void 0,key:void 0,slotName:e}}});let er=!1,tr=null;function nr(){return tr}function rr(e){tr=e}const or=(sr=(e,t)=>{const{createFragment:n}=t;return n(e)},(e,...t)=>{const r=n(null);return function(){const{context:{hasScopedStyles:n,stylesheetToken:o},shadowMode:s,renderer:i}=nr(),l=!B(o),c=1===s;let a=0;if(l&&n&&(a|=1),l&&c&&(a|=2),!B(r[a]))return r[a];const u=n&&l?" "+o:"",d=n&&l?` class="${o}"`:"",f=l&&c?" "+o:"";let p="";for(let n=0,r=t.length;n<r;n++)switch(t[n]){case 0:p+=e[n]+u;break;case 1:p+=e[n]+d;break;case 2:p+=e[n]+f;break;case 3:p+=e[n]+d+f}return p+=e[e.length-1],r[a]=sr(p,i),r[a]}});var sr;function ir(e,t){const r=er,o=tr;let s=[];return Hr(e,e.owner,(()=>{tr=e}),(()=>{const{component:r,context:o,cmpSlots:i,cmpTemplate:l,tro:c}=e;c.observe((()=>{if(t!==l){if(W(l)||Ir(e),c=t,!Jt.has(c))throw new TypeError(`Invalid template returned by the render() method on ${e}. It must return an imported template (e.g.: \`import html from "./${e.def.name}.html"\`), instead, it has returned: ${Y(t)}.`);e.cmpTemplate=t,o.tplCache=n(null),o.hasScopedStyles=function(e,t){const{stylesheets:n}=e,r=B(t)?null:t.stylesheets;return lr(n)||lr(r)}(t,e),function(e,t){const{elm:n,context:r,renderMode:o,shadowMode:s,renderer:{getClassList:i,removeAttribute:l,setAttribute:c}}=e,{stylesheets:a,stylesheetToken:u}=t,{stylesheets:d}=e,f=1===o&&1===s,{hasScopedStyles:p}=r;let h,m,g;const{stylesheetToken:w,hasTokenInClass:y,hasTokenInAttribute:b}=r;B(w)||(y&&i(n).remove(hn(w)),b&&l(n,hn(w)));const v=cr(a),E=cr(d);(v||E)&&(h=u),B(h)||(p&&(i(n).add(hn(h)),m=!0),f&&(c(n,hn(h),""),g=!0)),r.stylesheetToken=h,r.hasTokenInClass=m,r.hasTokenInAttribute=g}(e,t);const r=function(e,t){const{stylesheets:n,stylesheetToken:r}=t,{stylesheets:o}=e;let s=[];return cr(n)&&(s=gn(n,r,e)),cr(o)&&k.apply(s,gn(o,r,e)),s}(e,t);o.styleVNodes=0===r.length?null:function(e,t){const{renderMode:n,shadowMode:r,renderer:{insertStylesheet:o}}=e;if(1!==n||1!==r)return C.call(t,mn);for(let e=0;e<t.length;e++)o(t[e]);return null}(e,r)}var c;e.refVNodes=t.hasRefs?n(null):null,e.velements=[],er=!0,s=t.call(void 0,Qn,r,i,o.tplCache);const{styleVNodes:a}=o;W(a)||L.apply(s,a)}))}),(()=>{er=r,tr=o})),s}function lr(e){if(cr(e))for(let t=0;t<e.length;t++)if(V(e[t][oe]))return!0;return!1}function cr(e){return!B(e)&&!W(e)&&e.length>0}let ar=null;function ur(e){return ar===e}function dr(e,t,n){const{component:r,callHook:o,owner:s}=e;Hr(e,s,K,(()=>{o(r,t,n)}),K)}function fr(e,t,n,r){const{callHook:o,owner:s}=e;Hr(e,s,K,(()=>{o(n,t,[r])}),K)}const pr=new Map;function hr(e){e.tro.reset();const t=function(e){const{def:{render:t},callHook:n,component:r,owner:o}=e,s=nr();let i,l=!1;return Hr(e,o,(()=>{rr(e)}),(()=>{e.tro.observe((()=>{i=n(r,t),l=!0}))}),(()=>{rr(s)})),l?ir(e,i):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function mr(e){e.isDirty=!0}const gr=new WeakMap;function wr(e,t){if(!G(t))throw new TypeError("Expected an EventListener but received "+typeof t);let n=gr.get(t);return B(n)&&(n=function(n){fr(e,t,void 0,n)},gr.set(t,n)),n}const yr=n(null),br=["rendered","connected","disconnected"];function vr(e,t){const{component:n,def:r,context:o}=e;for(let e=0,s=t.length;e<s;++e)t[e].call(void 0,n,{},r,o)}let Er=0;const Cr=new WeakMap;function Sr(e,t,n=[]){return t.apply(e,n)}function kr(e,t,n){e[t]=n}function Mr(e,t){return e[t]}function Tr(e){const t=Pr(e);1===t.state&&xr(e),Dr(t),_r(t)}function xr(e){Ar(Pr(e))}function Ar(e){const{state:t}=e;if(2!==t){const{tro:t}=e;t.reset(),function(e){j(e.isDirty)&&(e.isDirty=!0);e.state=2;const{disconnected:t}=yr;t&&vr(e,t);Rr(e)&&function(e){const{wiredDisconnecting:t}=e.context;Hr(e,e,K,(()=>{for(let e=0,n=t.length;e<n;e+=1)t[e]()}),K)}(e);const{disconnectedCallback:n}=e.def;B(n)||dr(e,n)}(e),$r(e),function(e){const{aChildren:t}=e;Fr(t)}(e)}}function Nr(e,t,r,o){const{mode:s,owner:i,tagName:l,hydrated:c}=o,a=fn(t),u={elm:e,def:a,idx:Er++,state:0,isScheduled:!1,isDirty:!0,tagName:l,mode:s,owner:i,refVNodes:null,children:Fe,aChildren:Fe,velements:Fe,cmpProps:n(null),cmpFields:n(null),cmpSlots:{slotAssignments:n(null)},cmpTemplate:null,hydrated:Boolean(c),renderMode:a.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNodes:null,tplCache:$e,wiredConnecting:Fe,wiredDisconnecting:Fe},tro:null,shadowMode:null,stylesheets:null,component:null,shadowRoot:null,renderRoot:null,callHook:Sr,setHook:kr,getHook:Mr,renderer:r};return u.stylesheets=function(e,t){const{stylesheets:n}=t;if(!B(n)){const e=function(e,t){let n=!0;const r=e=>{if(h(e))for(let t=0;t<e.length;t++)r(e[t]);else G(e)||(n=!1)};h(t)?r(t):n=!1;return n}(0,n);if(e)return Ie(n)}return null}(0,a.ctor),u.shadowMode=function(e,t){const{def:n}=e,{isSyntheticShadowDefined:r,isNativeShadowDefined:o}=t;let s;if(r)if(0===n.renderMode)s=0;else if(o)if(lwcRuntimeFlags.ENABLE_MIXED_SHADOW_MODE)if("any"===n.shadowSupportMode)s=0;else{const t=function(e){let t=e.owner;for(;!W(t)&&0===t.renderMode;)t=t.owner;return t}(e);s=W(t)||0!==t.shadowMode?1:0}else s=1;else s=1;else s=0;return s}(u,r),u.tro=De(),function(e,t){const n=ar;let r;ar=e;try{const o=new t;if(ar.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){r=Object(e)}finally{if(ar=n,!B(r))throw Ae(e,r),r}}(u,a.ctor),Rr(u)&&function(e){const{context:t,def:{wire:n}}=e,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[];for(const t in n){const s=n[t],i=Ht.get(s);if(!B(i)){const{connector:n,computeConfigAndUpdate:s,resetConfigWatcher:l}=Wt(e,t,i),c=i.dynamic.length>0;k.call(r,(()=>{n.connect(),lwcRuntimeFlags.ENABLE_WIRE_SYNC_EMIT||!c?s():Promise.resolve().then(s)})),k.call(o,(()=>{n.disconnect(),l()}))}}}(u),u}function Or(e,t){Cr.set(e,t)}function Pr(e){return Cr.get(e)}function Lr(e){return Cr.get(e)}function _r(e){if(V(e.isDirty)){!function(e,t){const{renderRoot:n,children:r,renderer:o}=e;e.children=t,(t.length>0||r.length>0)&&r!==t&&Hr(e,e,(()=>{}),(()=>{xn(r,t,n,o)}),(()=>{}));e.state}(e,hr(e))}}function Dr(e){const{state:t}=e;if(1===t)return;e.state=1;const{connected:n}=yr;n&&vr(e,n),Rr(e)&&function(e){const{wiredConnecting:t}=e.context;for(let e=0,n=t.length;e<n;e+=1)t[e]()}(e);const{connectedCallback:r}=e.def;B(r)||dr(e,r)}function Rr(e){return l(e.def.wire).length>0}function $r(e){const{velements:t}=e;for(let e=t.length-1;e>=0;e-=1){const{elm:n}=t[e];if(!B(n)){const e=Lr(n);B(e)||Ar(e)}}}function Fr(e){for(let t=0,n=e.length;t<n;t+=1){const n=e[t];if(!W(n)&&!B(n.elm))switch(n.type){case 2:Fr(n.children);break;case 3:Ar(Pr(n.elm));break}}}function Ir(e){const{children:t,renderRoot:n,renderer:{remove:r}}=e;for(let e=0,o=t.length;e<o;e++){const o=t[e];W(o)||B(o.elm)||r(o.elm,n)}e.children=Fe,$r(e),e.velements=Fe}function Hr(e,t,n,r,o){let s;n();try{r()}catch(e){s=Object(e)}finally{if(o(),!B(s)){Ae(e,s);const n=W(t)?void 0:function(e){let t=e;for(;!W(t);){if(!B(t.def.errorCallback))return t;t=t.owner}}(t);if(B(n))throw s;Ir(e);dr(n,n.def.errorCallback,[s,s.wcStack])}}}let Br=!1;function Wr(e){Vr(e,(e=>{s(e)}))}function Vr(e,t){t(e);for(let n=0;n<e.length;n++){const r=e[n];h(r)?Vr(r,t):t(r)}}const jr=Symbol("namespace"),Gr=Symbol("type"),Ur=Symbol("parent"),Kr=Symbol("shadow-root"),zr=Symbol("children"),Yr=Symbol("attributes"),qr=Symbol("event-listeners"),Xr=Symbol("value");var Zr;!function(e){e.Text="text",e.Comment="comment",e.Raw="raw",e.Element="element",e.ShadowRoot="shadow-root"}(Zr||(Zr={}));const Jr=/\s+/g;function Qr(e){return new Set(e.split(Jr).filter((e=>e.length)))}function eo(e){return Array.from(e).join(" ")}function to(e){return function(){throw new TypeError(`"${e}" is not supported in this environment`)}}function no(e,t){return{[Gr]:Zr.Element,tagName:e,[jr]:null!=t?t:se,[Ur]:null,[Kr]:null,[zr]:[],[Yr]:[],[qr]:{}}}function ro(e,t,n=null){const r=e[Yr].find((e=>e.name===t&&e[jr]===n));return r?r.value:null}function oo(e,t,n,r=null){const o=e[Yr].find((e=>e.name===t&&e[jr]===r));B(r)&&(r=null),B(o)?e[Yr].push({name:t,[jr]:r,value:String(n)}):o.value=n}function so(e,t,n){e[Yr]=e[Yr].filter((e=>e.name!==t&&e[jr]!==n))}const io=K,lo=K,co=K,ao=to("dispatchEvent"),uo=to("getBoundingClientRect"),fo=to("querySelector"),po=to("querySelectorAll"),ho=to("getElementsByTagName"),mo=to("getElementsByClassName"),go=to("getChildren"),wo=to("getChildNodes"),yo=to("getFirstChild"),bo=to("getFirstElementChild"),vo=to("getLastChild"),Eo=to("getLastElementChild"),Co=K,So=new Map;function ko(e){let t=So.get(e);return B(t)?(t=function(e){return function(t){const n=no(e);return G(t)&&t(n),n}}(e),So.set(e,t),t):t}const Mo={isNativeShadowDefined:!1,isSyntheticShadowDefined:!1,insert:function(e,t,n){const r=e[Ur];if(null!==r&&r!==t){const t=r[zr].indexOf(e);r[zr].splice(t,1)}e[Ur]=t;const o=W(n)?-1:t[zr].indexOf(n);-1===o?t[zr].push(e):t[zr].splice(o,0,e)},remove:function(e,t){const n=t[zr].indexOf(e);t[zr].splice(n,1)},cloneNode:function(e){return Object.assign({},e)},createFragment:function(e){return{[Gr]:Zr.Raw,[Ur]:null,[Xr]:e}},createElement:no,createText:function(e){return{[Gr]:Zr.Text,[Xr]:String(e),[Ur]:null}},createComment:function(e){return{[Gr]:Zr.Comment,[Xr]:e,[Ur]:null}},createCustomElement:function(e,t){return new(ko(e))(t)},nextSibling:function(e){const t=e[Ur];if(W(t))return null;const n=t[zr].indexOf(e);return t[zr][n+1]||null},attachShadow:function(e,t){return e[Kr]={[Gr]:Zr.ShadowRoot,[zr]:[],mode:t.mode,delegatesFocus:!!t.delegatesFocus},e[Kr]},getProperty:function(e,t){var n,r;if(t in e)return e[t];if(e[Gr]===Zr.Element){const o=be(t);if(fe(o,e.tagName))return null!==(n=ro(e,o))&&void 0!==n&&n;if(he(o)||Q(o))return ro(e,o);if("input"===e.tagName&&"value"===t)return null!==(r=ro(e,"value"))&&void 0!==r?r:""}},setProperty:function(e,t,n){if(t in e)return e[t]=n;if(e[Gr]===Zr.Element){const r=be(t);if("innerHTML"===t)return void(e[zr]=[{[Gr]:Zr.Raw,[Ur]:e,[Xr]:n}]);if(fe(r,e.tagName))return!0===n?oo(e,r,""):so(e,r);if(he(r)||Q(r))return oo(e,r,n);if("input"===e.tagName&&"value"===r)return W(n)||B(n)?so(e,"value"):oo(e,"value",n)}},setText:function(e,t){e[Gr]===Zr.Text?e[Xr]=t:e[Gr]===Zr.Element&&(e[zr]=[{[Gr]:Zr.Text,[Ur]:e,[Xr]:t}])},getAttribute:ro,setAttribute:oo,removeAttribute:so,addEventListener:lo,removeEventListener:co,dispatchEvent:ao,getClassList:function(e){function t(){let t=e[Yr].find((e=>"class"===e.name&&W(e[jr])));return B(t)&&(t={name:"class",[jr]:null,value:""},e[Yr].push(t)),t}return{add(...e){const n=t(),r=Qr(n.value);e.forEach((e=>r.add(e))),n.value=eo(r)},remove(...e){const n=t(),r=Qr(n.value);e.forEach((e=>r.delete(e))),n.value=eo(r)}}},setCSSStyleProperty:function(e,t,n,r){const o=e[Yr].find((e=>"style"===e.name&&W(e[jr]))),s=`${t}: ${n}${r?" !important":""}`;B(o)?e[Yr].push({name:"style",[jr]:null,value:s}):o.value+=`; ${s}`},getBoundingClientRect:uo,querySelector:fo,querySelectorAll:po,getElementsByTagName:ho,getElementsByClassName:mo,getChildren:go,getChildNodes:wo,getFirstChild:yo,getFirstElementChild:bo,getLastChild:vo,getLastElementChild:Eo,isConnected:function(e){return!W(e[Ur])},insertStylesheet:io,assertInstanceOfHTMLElement:Co};function To(e){return e.map((e=>{switch(e[Gr]){case Zr.Text:return""===e[Xr]?"‍":Ce(e[Xr]);case Zr.Comment:return`\x3c!--${Ce(e[Xr])}--\x3e`;case Zr.Raw:return e[Xr];case Zr.Element:return xo(e)}})).join("")}function xo(e){let t="";const n=e.tagName,r=e[jr],o=r!==se,s=e[zr].length>0;var i;return t+=`<${n}${e[Yr].length?` ${i=e[Yr],i.map((e=>e.value.length?`${e.name}="${Ce(e.value,!0)}"`:e.name)).join(" ")}`:""}`,o&&!s?(t+="/>",t):(t+=">",e[Kr]&&(t+=function(e){const t=[`shadowroot="${e.mode}"`];return e.delegatesFocus&&t.push("shadowrootdelegatesfocus"),`<template ${t.join(" ")}>${To(e[zr])}</template>`}(e[Kr])),t+=To(e[zr]),function(e,t){return t===se&&ae.has(e.toLowerCase())}(n,r)&&!s||(t+=`</${n}>`),t)}const Ao={[Gr]:Zr.Element,tagName:"fake-root-element",[jr]:se,[Ur]:null,[Kr]:null,[zr]:[],[Yr]:[],[qr]:{}};s(Lt),f(Lt.prototype),exports.LightningElement=Lt,exports.api=function(){throw new Error},exports.createContextProvider=function(e){let t=jt(e);if(!B(t))throw new Error("Adapter already has a context provider.");t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}(),function(e,t){Vt.set(e,t)}(e,t);const n=new WeakSet;return(e,r)=>{if(n.has(e))throw new Error(`Adapter was already installed on ${e}.`);n.add(e);const{consumerConnectedCallback:o,consumerDisconnectedCallback:s}=r;e.addEventListener(t,(e=>{const{setNewContext:t,setDisconnectedCallback:n}=e,r={provide(e){t(e)}};n((()=>{B(s)||s(r)})),o(r),e.stopImmediatePropagation()}))}},exports.createElement=function(){throw new Error("createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.")},exports.freezeTemplate=function(e){lwcRuntimeFlags.ENABLE_FROZEN_TEMPLATE?(s(e),B(e.stylesheets)||Wr(e.stylesheets)):function(e){o(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get(){const{stylesheetToken:e}=this;return B(e)?e:{hostAttribute:`${e}-host`,shadowAttribute:e}},set(e){this.stylesheetToken=B(e)?void 0:e.shadowAttribute}})}(e)},exports.getComponentDef=function(e){const t=fn(e),{ctor:n,name:r,props:o,propsConfig:s,methods:i}=t,l={};for(const e in o)l[e]={config:s[e]||0,type:"any",attr:be(e)};const c={};for(const e in i)c[e]=i[e].value;return{ctor:n,name:r,props:l,methods:c}},exports.isComponentConstructor=dn,exports.parseFragment=or,exports.parseSVGFragment=or,exports.readonly=function(e){return Nt(e)},exports.register=function(e){for(let t=0;t<br.length;++t){const n=br[t];if(n in e){let t=yr[n];B(t)&&(yr[n]=t=[]),k.call(t,e[n])}}},exports.registerComponent=function(e,{tmpl:t}){return G(e)&&pr.set(e,t),e},exports.registerDecorators=function(e,t){const r=e.prototype,{publicProps:s,publicMethods:l,wire:c,track:a,fields:u}=t,d=n(null),f=n(null),p=n(null),h=n(null),m=n(null),g=n(null);let w;if(!B(s))for(const e in s){const t=s[e];if(g[e]=t.config,w=i(r,e),t.config>0){if(B(w))throw new Error;w=zt(0,w)}else w=B(w)||B(w.get)?Kt(e):zt(0,w);f[e]=w,o(r,e,w)}if(B(l)||_.call(l,(e=>{if(w=i(r,e),B(w))throw new Error;d[e]=w})),!B(c))for(const e in c){const{adapter:t,method:n,config:s,dynamic:l=[]}=c[e];if(w=i(r,e),1===n){if(B(w))throw new Error;p[e]=w,Gt(w,t,s,l)}else w=qt(e),h[e]=w,Ut(w,t,s,l),o(r,e,w)}if(!B(a))for(const e in a)w=i(r,e),w=Yt(e),o(r,e,w);if(!B(u))for(let e=0,t=u.length;e<t;e++){const t=u[e];w=i(r,t);const n=!B(s)&&t in s,o=!B(a)&&t in a;n||o||(m[t]=$t(t))}return function(e,t){Xt.set(e,t)}(e,{apiMethods:d,apiFields:f,apiFieldsConfig:g,wiredMethods:p,wiredFields:h,observedFields:m}),e},exports.registerTemplate=function(e){return Jt.add(e),e},exports.renderComponent=function(e,t,n={}){if(!U(e))throw new TypeError(`"renderComponent" expects a string as the first parameter but instead received ${e}.`);if(!G(t))throw new TypeError(`"renderComponent" expects a valid component constructor as the second parameter but instead received ${t}.`);if("object"!=typeof n||W(n))throw new TypeError(`"renderComponent" expects an object as the third parameter but instead received ${n}.`);const r=Mo.createElement(e);Nr(r,t,Mo,{mode:"open",owner:null,tagName:e});for(const[e,t]of Object.entries(n))r[e]=t;return r[Ur]=Ao,Tr(r),xo(r)},exports.renderer=Mo,exports.sanitizeAttribute=function(e,t,n,r){return r},exports.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(B(Se[e])){const n=d(Se).map((e=>`"${e}"`)).join(", ");console.warn(`Failed to set the value "${t}" for the runtime feature flag "${e}" because it is undefined. Available flags: ${n}.`)}else{const n=ke[e];if(!B(n))return void console.error(`Failed to set the value "${t}" for the runtime feature flag "${e}". "${e}" has already been set with the value "${n}".`);o(ke,e,{value:t})}}else{const n=`Failed to set the value "${t}" for the runtime feature flag "${e}". Runtime feature flags can only be set to a boolean value.`;console.error(n)}},exports.setFeatureFlagForTest=function(e,t){},exports.setHooks=function(t){var n;e.isFalse(Br,"Hooks are already overridden, only one definition is allowed."),Br=!0,n=t.sanitizeHtmlContent,Jn=n},exports.track=function(e){if(1===arguments.length)return e;throw new Error},exports.unwrap=function(e){return e},exports.wire=function(e,t){throw new Error};
@@ -440,9 +440,9 @@ function htmlEscape(str, attrMode = false) {
440
440
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
441
441
  */
442
442
  // Increment whenever the LWC template compiler changes
443
- const LWC_VERSION = "2.37.1";
443
+ const LWC_VERSION = "2.37.3";
444
444
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
445
- /** version: 2.37.1 */
445
+ /** version: 2.37.3 */
446
446
 
447
447
  /**
448
448
  * Copyright (C) 2018 salesforce.com, inc.
@@ -521,7 +521,7 @@ function setFeatureFlagForTest(name, value) {
521
521
  setFeatureFlag(name, value);
522
522
  }
523
523
  }
524
- /** version: 2.37.1 */
524
+ /** version: 2.37.3 */
525
525
 
526
526
  /*
527
527
  * Copyright (c) 2020, salesforce.com, inc.
@@ -617,7 +617,7 @@ function applyAriaReflection(prototype = Element.prototype) {
617
617
  }
618
618
  }
619
619
  }
620
- /** version: 2.37.1 */
620
+ /** version: 2.37.3 */
621
621
 
622
622
  /* proxy-compat-disable */
623
623
 
@@ -6067,10 +6067,10 @@ function reportViolation(type, eventId, prop) {
6067
6067
  }
6068
6068
  }
6069
6069
  function reportTemplateViolation(prop) {
6070
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
6070
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
6071
6071
  }
6072
6072
  function reportStylesheetViolation(prop) {
6073
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
6073
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
6074
6074
  }
6075
6075
  // Warn if the user tries to mutate a stylesheets array, e.g.:
6076
6076
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -6213,7 +6213,7 @@ function freezeTemplate(tmpl) {
6213
6213
  }
6214
6214
  }
6215
6215
  }
6216
- /* version: 2.37.1 */
6216
+ /* version: 2.37.3 */
6217
6217
 
6218
6218
  /*
6219
6219
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6701,6 +6701,6 @@ seal(LightningElement.prototype);
6701
6701
  function createElement() {
6702
6702
  throw new Error('createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.');
6703
6703
  }
6704
- /* version: 2.37.1 */
6704
+ /* version: 2.37.3 */
6705
6705
 
6706
6706
  export { LightningElement, api$1 as api, createContextProvider, createElement, freezeTemplate, getComponentDef, isComponentConstructor, parseFragment, parseFragment as parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, renderer, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
@@ -120,7 +120,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
120
120
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
121
121
  // we can't use typeof since it will fail when transpiling.
122
122
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
123
- /** version: 2.37.1 */
123
+ /** version: 2.37.3 */
124
124
 
125
125
  /**
126
126
  * Copyright (C) 2018 salesforce.com, inc.
@@ -129,7 +129,7 @@ const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === '
129
129
  if (!_globalThis.lwcRuntimeFlags) {
130
130
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
131
131
  }
132
- /** version: 2.37.1 */
132
+ /** version: 2.37.3 */
133
133
 
134
134
  /*
135
135
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4674,4 +4674,4 @@ defineProperty(Element.prototype, '$domManual$', {
4674
4674
  },
4675
4675
  configurable: true,
4676
4676
  });
4677
- /** version: 2.37.1 */
4677
+ /** version: 2.37.3 */
@@ -123,7 +123,7 @@
123
123
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
124
124
  // we can't use typeof since it will fail when transpiling.
125
125
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
126
- /** version: 2.37.1 */
126
+ /** version: 2.37.3 */
127
127
 
128
128
  /**
129
129
  * Copyright (C) 2018 salesforce.com, inc.
@@ -132,7 +132,7 @@
132
132
  if (!_globalThis.lwcRuntimeFlags) {
133
133
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
134
134
  }
135
- /** version: 2.37.1 */
135
+ /** version: 2.37.3 */
136
136
 
137
137
  /*
138
138
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4677,6 +4677,6 @@
4677
4677
  },
4678
4678
  configurable: true,
4679
4679
  });
4680
- /** version: 2.37.1 */
4680
+ /** version: 2.37.3 */
4681
4681
 
4682
4682
  })();