lwc 2.37.1 → 2.37.2

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 +12 -12
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +12 -12
  3. package/dist/engine-dom/iife/es2017/engine-dom.min.js +1 -1
  4. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +9 -9
  5. package/dist/engine-dom/iife/es5/engine-dom.js +12 -12
  6. package/dist/engine-dom/iife/es5/engine-dom.min.js +1 -1
  7. package/dist/engine-dom/iife/es5/engine-dom_debug.js +9 -9
  8. package/dist/engine-dom/umd/es2017/engine-dom.js +12 -12
  9. package/dist/engine-dom/umd/es2017/engine-dom.min.js +1 -1
  10. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +9 -9
  11. package/dist/engine-dom/umd/es5/engine-dom.js +12 -12
  12. package/dist/engine-dom/umd/es5/engine-dom.min.js +1 -1
  13. package/dist/engine-dom/umd/es5/engine-dom_debug.js +9 -9
  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
@@ -327,9 +327,9 @@ var LWC = (function (exports) {
327
327
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
328
328
  */
329
329
  // Increment whenever the LWC template compiler changes
330
- var LWC_VERSION = "2.37.1";
330
+ var LWC_VERSION = "2.37.2";
331
331
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
332
- /** version: 2.37.1 */
332
+ /** version: 2.37.2 */
333
333
 
334
334
  /**
335
335
  * Copyright (C) 2018 salesforce.com, inc.
@@ -410,7 +410,7 @@ var LWC = (function (exports) {
410
410
  setFeatureFlag(name, value);
411
411
  }
412
412
  }
413
- /** version: 2.37.1 */
413
+ /** version: 2.37.2 */
414
414
 
415
415
  /**
416
416
  * Copyright (C) 2018 salesforce.com, inc.
@@ -474,7 +474,7 @@ var LWC = (function (exports) {
474
474
  }
475
475
  }
476
476
  }
477
- /** version: 2.37.1 */
477
+ /** version: 2.37.2 */
478
478
 
479
479
  /*
480
480
  * Copyright (c) 2018, salesforce.com, inc.
@@ -3195,7 +3195,7 @@ var LWC = (function (exports) {
3195
3195
  // stylesheets and templates do not have user-meaningful names, but components do
3196
3196
  var friendlyName = type === 'component' ? "".concat(type, " ").concat(func.name) : type;
3197
3197
  logError("LWC WARNING: current engine is v".concat(LWC_VERSION, ", but ").concat(friendlyName, " was compiled with v").concat(version, ".\nPlease update your compiled code or LWC engine so that the versions match.\nNo further warnings will appear."));
3198
- report(1 /* ReportingEventId.CompilerRuntimeVersionMismatch */, {
3198
+ report("CompilerRuntimeVersionMismatch" /* ReportingEventId.CompilerRuntimeVersionMismatch */, {
3199
3199
  compilerVersion: version,
3200
3200
  runtimeVersion: LWC_VERSION
3201
3201
  });
@@ -6596,7 +6596,7 @@ var LWC = (function (exports) {
6596
6596
  // vm should never be undefined here, but just to be safe, bail out and don't report
6597
6597
  return;
6598
6598
  }
6599
- report(0 /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
6599
+ report("CrossRootAriaInSyntheticShadow" /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
6600
6600
  tagName: vm.tagName,
6601
6601
  attributeName: attrName
6602
6602
  });
@@ -6782,7 +6782,7 @@ var LWC = (function (exports) {
6782
6782
  // https://github.com/salesforce/lwc/issues/3284
6783
6783
  setValueType = isNull(setValue) ? 'null' : _typeof(setValue);
6784
6784
  }
6785
- report(2 /* ReportingEventId.NonStandardAriaReflection */, {
6785
+ report("NonStandardAriaReflection" /* ReportingEventId.NonStandardAriaReflection */, {
6786
6786
  tagName: vm === null || vm === void 0 ? void 0 : vm.tagName,
6787
6787
  propertyName: prop,
6788
6788
  isSetter: isSetter,
@@ -7383,10 +7383,10 @@ var LWC = (function (exports) {
7383
7383
  });
7384
7384
  }
7385
7385
  function reportTemplateViolation(prop) {
7386
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
7386
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
7387
7387
  }
7388
7388
  function reportStylesheetViolation(prop) {
7389
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
7389
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
7390
7390
  }
7391
7391
  // Warn if the user tries to mutate a stylesheets array, e.g.:
7392
7392
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -7590,7 +7590,7 @@ var LWC = (function (exports) {
7590
7590
  }
7591
7591
  return ctor;
7592
7592
  }
7593
- /* version: 2.37.1 */
7593
+ /* version: 2.37.2 */
7594
7594
 
7595
7595
  /*
7596
7596
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8016,7 +8016,7 @@ var LWC = (function (exports) {
8016
8016
  function isNull(obj) {
8017
8017
  return obj === null;
8018
8018
  }
8019
- /** version: 2.37.1 */
8019
+ /** version: 2.37.2 */
8020
8020
 
8021
8021
  /*
8022
8022
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8582,7 +8582,7 @@ var LWC = (function (exports) {
8582
8582
  });
8583
8583
  freeze(LightningElement);
8584
8584
  seal(LightningElement.prototype);
8585
- /* version: 2.37.1 */
8585
+ /* version: 2.37.2 */
8586
8586
 
8587
8587
  exports.LightningElement = LightningElement;
8588
8588
  exports.__unstable__ProfilerControl = profilerControl;
@@ -1 +1 @@
1
- var LWC=function(e){"use strict";function t(e){var r="function"==typeof Map?new Map:void 0;return t=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,o)}function o(){return n(e,arguments,s(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),a(o,e)},t(e)}function n(e,t,r){return n=c()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&a(o,n.prototype),o},n.apply(null,arguments)}function r(e,t,n){return(t=w(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function i(e){var t=c();return function(){var n,r=s(e);if(t){var o=s(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return l(this,n)}}function l(e,t){if(t&&("object"===b(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return u(e)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function c(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function s(e){return s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},s(e)}function f(e){return function(e){if(Array.isArray(e))return p(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||h(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,l=[],u=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){c=!0,o=e}finally{try{if(!u&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}(e,t)||h(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=h(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){l=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(l)throw a}}}}function h(e,t){if(e){if("string"==typeof e)return p(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(e,t):void 0}}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function m(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,w(r.key),r)}}function g(e,t,n){return t&&y(e.prototype,t),n&&y(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function w(e){var t=function(e,t){if("object"!==b(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==b(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===b(t)?t:String(t)}function b(e){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},b(e)}var E=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error("Invariant Violation: ".concat(t))},isFalse:function(e,t){if(e)throw new Error("Assert Violation: ".concat(t))},isTrue:function(e,t){if(!e)throw new Error("Assert Violation: ".concat(t))}}),C=Object.assign,S=Object.create,k=Object.defineProperties,T=Object.defineProperty,M=Object.freeze,A=Object.getOwnPropertyDescriptor,O=Object.getOwnPropertyNames,N=Object.getPrototypeOf,L=Object.hasOwnProperty,_=Object.isFrozen,P=Object.keys,R=Object.seal,x=Object.setPrototypeOf,I=Array.isArray,D=Array.prototype,F=D.copyWithin,j=D.fill,B=D.filter,H=D.indexOf,W=D.join,V=D.map,$=D.pop,G=D.push,U=D.reverse,Y=D.shift,K=D.slice,z=D.sort,q=D.splice,X=D.unshift,Z=D.forEach,Q=String.fromCharCode,J=String.prototype,ee=J.charCodeAt,te=J.replace,ne=J.split,re=J.slice,oe=J.toLowerCase;function ae(e){return void 0===e}function ie(e){return null===e}function le(e){return!0===e}function ue(e){return!1===e}function ce(e){return"function"==typeof e}function se(e){return"object"===b(e)}function fe(e){return"string"==typeof e}function de(){}var ve={}.toString;function he(e){return e&&e.toString?I(e)?W.call(V.call(e,he),","):e.toString():"object"===b(e)?ve.call(e):e+""}function pe(e,t){do{var n=A(e,t);if(!ae(n))return n;e=N(e)}while(null!==e)}var me=["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"],ye=function(){var e=S(null),t=S(null);return Z.call(me,(function(n){var r=oe.call(te.call(n,/^aria/,(function(){return"aria-"})));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}}(),ge=ye.AriaAttrNameToPropNameMap,we=ye.AriaPropNameToAttrNameMap,be=new Set(["aria-activedescendant","aria-controls","aria-describedby","aria-details","aria-errormessage","aria-flowto","aria-labelledby","aria-owns","for"]),Ee="object"===("undefined"==typeof globalThis?"undefined":b(globalThis))?globalThis:window,Ce="$shadowResolver$",Se="$shadowStaticNode$",ke="$shadowToken$",Te="$scoped$",Me="http://www.w3.org/XML/1998/namespace",Ae="http://www.w3.org/2000/svg",Oe="http://www.w3.org/1999/xlink",Ne=/-([a-z])/g,Le=function(){var 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((function(e,n){return t.set(e,n)})),{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:t,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:e}}(),_e=Le.NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING,Pe=Le.NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING,Re=new Map,xe=new Map;function Ie(e){var t=we[e];if(!ae(t))return t;var n=Pe.get(e);if(!ae(n))return n;var r=Re.get(e);if(!ae(r))return r;for(var o="",a=0,i=e.length;a<i;a++){var l=ee.call(e,a);o+=l>=65&&l<=90?"-"+Q(l+32):Q(l)}return Re.set(e,o),o}function De(e){var t=ge[e];if(!ae(t))return t;var n=_e.get(e);if(!ae(n))return n;var r=xe.get(e);if(!ae(r))return r;var o=te.call(e,Ne,(function(e){return e[1].toUpperCase()}));return xe.set(e,o),o}var Fe={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:S(null)});var je=Ee.lwcRuntimeFlags;function Be(e,t){return ae(A(t,e))}function He(e,t){var n=function(e){return{get:function(){return this.hasAttribute(e)?this.getAttribute(e):null},set:function(t){ie(t)?this.removeAttribute(e):this.setAttribute(e,t)},configurable:!0,enumerable:!0}}(we[e]);T(t,e,n)}function We(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Element.prototype,t=P(we),n=0,r=t.length;n<r;n+=1){var o=t[n];Be(o,e)&&He(o,e)}}lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL||We();var Ve=[],$e=de,Ge=!1,Ue={attachDispatcher:function(e){Ge=!0,$e=e;for(var t=0,n=Ve;t<n.length;t++){var r=n[t];try{r()}catch(e){console.error("Could not invoke callback",e)}}Ve.length=0},detachDispatcher:function(){Ge=!1,$e=de}};function Ye(e){Ge?e():Ve.push(e)}function Ke(e,t){Ge&&$e(e,t)}function ze(e){return"<".concat(oe.call(e.tagName),">")}function qe(e,t){if(!_(t)&&ae(t.wcStack)){var n=function(e){for(var t=[],n=e;!ie(n);)G.call(t,ze(n)),n=n.owner;return t.reverse().join("\n\t")}(e);T(t,"wcStack",{get:function(){return n}})}}var Xe=new Set;function Ze(e,t,n,r){var o="[LWC ".concat(e,"]: ").concat(t);if(ae(n)||(o="".concat(o,"\n").concat(function(e){for(var t=[],n="";!ie(e.owner);)G.call(t,n+ze(e)),e=e.owner,n+="\t";return W.call(t,"\n")}(n))),r){if(Xe.has(o))return;Xe.add(o)}try{throw new Error(o)}catch(t){console[e](t)}}function Qe(e,t){Ze("error",e,t,!1)}var Je=new WeakMap;var et=null;function tt(e,t){var n=Je.get(e);if(!ae(n)){var r=n[t];if(!ae(r))for(var o=0,a=r.length;o<a;o+=1){r[o].notify()}}}function nt(e,t){if(null!==et){var n=et,r=function(e){var t=Je.get(e);if(ae(t)){var n=S(null);t=n,Je.set(e,n)}return t}(e),o=r[t];if(ae(o))o=[],r[t]=o;else if(o[0]===n)return;-1===H.call(o,n)&&n.link(o)}}var rt=function(){function e(t){m(this,e),this.listeners=[],this.callback=t}return g(e,[{key:"observe",value:function(e){var t,n=et;et=this;try{e()}catch(e){t=Object(e)}finally{if(et=n,void 0!==t)throw t}}},{key:"reset",value:function(){var e=this.listeners,t=e.length;if(t>0){for(var n=0;n<t;n+=1){var r=e[n],o=H.call(e[n],this);q.call(r,o,1)}e.length=0}}},{key:"notify",value:function(){this.callback.call(void 0,this)}},{key:"link",value:function(e){G.call(e,this),G.call(this.listeners,e)}}]),e}();function ot(e,t){tt(e.component,t)}function at(e,t){nt(e.component,t)}function it(e){return new rt(e)}var lt=[],ut=R(S(null)),ct=R([]);function st(){var e=lt;lt=[];for(var t=0,n=e.length;t<n;t+=1)e[t]()}function ft(e){0===lt.length&&Promise.resolve().then(st),G.call(lt,e)}var dt=/;(?![^(]*\))/g,vt=/:(.+)/;function ht(e,t){var n,r={},o=v(P(e));try{for(o.s();!(n=o.n()).done;){var a=n.value;a!==t&&(r[a]=e[a])}}catch(e){o.e(e)}finally{o.f()}return r}function pt(e){var t,n=[],r=v(e);try{for(r.s();!(t=r.n()).done;){var o=t.value;I(o)?n.push.apply(n,f(pt(o))):n.push(o)}}catch(e){r.e(e)}finally{r.f()}return n}function mt(e,t,n){var r=e.refVNodes;(!(t in r)||r[t].key<n.key)&&(r[t]=n)}function yt(e){var t=e();return(null==t?void 0:t.__esModule)?t.default:t}function gt(e){return ce(e)&&L.call(e,"__circular__")}var wt,bt="undefined"!=typeof HTMLElement?HTMLElement:function(){},Et=bt.prototype,Ct=null;function St(e,t){return e!==Ct||t!==wt}function kt(e,t){Ct=null,wt=void 0}function Tt(e,t){Ct=e,wt=t}var Mt=S(null);function At(e,t,n){var r=e.cmpFields;n!==r[t]&&(r[t]=n,ot(e,t))}Z.call(P(we),(function(e){var t=pe(Et,e);ae(t)||(Mt[e]=t)})),Z.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(function(e){var t=pe(Et,e);ae(t)||(Mt[e]=t)}));var Ot=Array.isArray,Nt=Object.prototype,Lt=Object.getPrototypeOf,_t=Object.create,Pt=Object.defineProperty,Rt=Object.isExtensible,xt=Object.getOwnPropertyDescriptor,It=Object.getOwnPropertyNames,Dt=Object.getOwnPropertySymbols,Ft=Object.preventExtensions,jt=Object.hasOwnProperty,Bt=Array.prototype,Ht=Bt.push,Wt=Bt.concat;function Vt(e){return void 0===e}function $t(e){return"function"==typeof e}var Gt=new WeakMap;function Ut(e,t){Gt.set(e,t)}var Yt=function(e){return Gt.get(e)||e},Kt=function(){function e(t,n){m(this,e),this.originalTarget=n,this.membrane=t}return g(e,[{key:"wrapDescriptor",value:function(e){if(jt.call(e,"value"))e.value=this.wrapValue(e.value);else{var t=e.set,n=e.get;Vt(n)||(e.get=this.wrapGetter(n)),Vt(t)||(e.set=this.wrapSetter(t))}return e}},{key:"copyDescriptorIntoShadowTarget",value:function(e,t){var n=this.originalTarget,r=xt(n,t);if(!Vt(r)){var o=this.wrapDescriptor(r);Pt(e,t,o)}}},{key:"lockShadowTarget",value:function(e){var t=this,n=this.originalTarget;Wt.call(It(n),Dt(n)).forEach((function(n){t.copyDescriptorIntoShadowTarget(e,n)}));var r=this.membrane.tagPropertyKey;Vt(r)||jt.call(e,r)||Pt(e,r,_t(null)),Ft(e)}},{key:"apply",value:function(e,t,n){}},{key:"construct",value:function(e,t,n){}},{key:"get",value:function(e,t){var n=this.originalTarget,r=this.membrane.valueObserved,o=n[t];return r(n,t),this.wrapValue(o)}},{key:"has",value:function(e,t){var n=this.originalTarget,r=this.membrane,o=r.tagPropertyKey;return(0,r.valueObserved)(n,t),t in n||t===o}},{key:"ownKeys",value:function(e){var t=this.originalTarget,n=this.membrane.tagPropertyKey,r=Vt(n)||jt.call(t,n)?[]:[n];return Ht.apply(r,It(t)),Ht.apply(r,Dt(t)),r}},{key:"isExtensible",value:function(e){var t=this.originalTarget;return!!Rt(e)&&(!!Rt(t)||(this.lockShadowTarget(e),!1))}},{key:"getPrototypeOf",value:function(e){var t=this.originalTarget;return Lt(t)}},{key:"getOwnPropertyDescriptor",value:function(e,t){var n=this.originalTarget,r=this.membrane,o=r.valueObserved,a=r.tagPropertyKey;o(n,t);var i=xt(n,t);if(Vt(i)){if(t!==a)return;return Pt(e,a,i={value:void 0,writable:!1,configurable:!1,enumerable:!1}),i}return!1===i.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(i)}}]),e}(),zt=new WeakMap,qt=new WeakMap,Xt=new WeakMap,Zt=new WeakMap,Qt=function(e){o(n,e);var t=i(n);function n(){return m(this,n),t.apply(this,arguments)}return g(n,[{key:"wrapValue",value:function(e){return this.membrane.getProxy(e)}},{key:"wrapGetter",value:function(e){var t=zt.get(e);if(!Vt(t))return t;var n=this,r=function(){return n.wrapValue(e.call(Yt(this)))};return zt.set(e,r),Xt.set(r,e),r}},{key:"wrapSetter",value:function(e){var t=qt.get(e);if(!Vt(t))return t;var n=function(t){e.call(Yt(this),Yt(t))};return qt.set(e,n),Zt.set(n,e),n}},{key:"unwrapDescriptor",value:function(e){if(jt.call(e,"value"))e.value=Yt(e.value);else{var t=e.set,n=e.get;Vt(n)||(e.get=this.unwrapGetter(n)),Vt(t)||(e.set=this.unwrapSetter(t))}return e}},{key:"unwrapGetter",value:function(e){var t=Xt.get(e);if(!Vt(t))return t;var n=this,r=function(){return Yt(e.call(n.wrapValue(this)))};return zt.set(r,e),Xt.set(e,r),r}},{key:"unwrapSetter",value:function(e){var t=Zt.get(e);if(!Vt(t))return t;var n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return qt.set(r,e),Zt.set(e,r),r}},{key:"set",value:function(e,t,n){var r=this.originalTarget,o=this.membrane.valueMutated;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&Ot(r)&&o(r,t),!0}},{key:"deleteProperty",value:function(e,t){var n=this.originalTarget,r=this.membrane.valueMutated;return delete n[t],r(n,t),!0}},{key:"setPrototypeOf",value:function(e,t){}},{key:"preventExtensions",value:function(e){if(Rt(e)){var t=this.originalTarget;if(Ft(t),Rt(t))return!1;this.lockShadowTarget(e)}return!0}},{key:"defineProperty",value:function(e,t,n){var r=this.originalTarget,o=this.membrane,a=o.valueMutated;return t===o.tagPropertyKey&&!jt.call(r,t)||(Pt(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),a(r,t),!0)}}]),n}(Kt),Jt=new WeakMap,en=new WeakMap,tn=function(e){o(n,e);var t=i(n);function n(){return m(this,n),t.apply(this,arguments)}return g(n,[{key:"wrapValue",value:function(e){return this.membrane.getReadOnlyProxy(e)}},{key:"wrapGetter",value:function(e){var t=Jt.get(e);if(!Vt(t))return t;var n=this,r=function(){return n.wrapValue(e.call(Yt(this)))};return Jt.set(e,r),r}},{key:"wrapSetter",value:function(e){var t=en.get(e);if(!Vt(t))return t;var n=function(e){};return en.set(e,n),n}},{key:"set",value:function(e,t,n){return!1}},{key:"deleteProperty",value:function(e,t){return!1}},{key:"setPrototypeOf",value:function(e,t){}},{key:"preventExtensions",value:function(e){return!1}},{key:"defineProperty",value:function(e,t,n){return!1}}]),n}(Kt);function nn(e){if(null===e)return!1;if("object"!==b(e))return!1;if(Ot(e))return!0;var t=Lt(e);return t===Nt||null===t||null===Lt(t)}var rn=function(e,t){},on=function(e,t){};function an(e){return Ot(e)?[]:{}}var ln=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(this,e),this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;var n=t.valueMutated,r=t.valueObserved,o=t.valueIsObservable,a=t.tagPropertyKey;this.valueMutated=$t(n)?n:on,this.valueObserved=$t(r)?r:rn,this.valueIsObservable=$t(o)?o:nn,this.tagPropertyKey=a}return g(e,[{key:"getProxy",value:function(e){var t=Yt(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}},{key:"getReadOnlyProxy",value:function(e){return e=Yt(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}},{key:"unwrapProxy",value:function(e){return Yt(e)}},{key:"getReactiveHandler",value:function(e){var t=this.reactiveObjectGraph.get(e);if(Vt(t)){var n=new Qt(this,e);Ut(t=new Proxy(an(e),n),e),this.reactiveObjectGraph.set(e,t)}return t}},{key:"getReadOnlyHandler",value:function(e){var t=this.readOnlyObjectGraph.get(e);if(Vt(t)){var n=new tn(this,e);Ut(t=new Proxy(an(e),n),e),this.readOnlyObjectGraph.set(e,t)}return t}}]),e}(),un=Symbol.for("@@lockerLiveValue"),cn=new ln({valueObserved:nt,valueMutated:tt,tagPropertyKey:un});function sn(e){return cn.getReadOnlyProxy(e)}function fn(e){return cn.getProxy(e)}function dn(e){e[un]=void 0}function vn(e,t){var n=t.get,r=t.set,o=t.enumerable,a=t.configurable;if(!ce(n))throw new TypeError;if(!ce(r))throw new TypeError;return{enumerable:o,configurable:a,get:function(){var t=_o(this);if(!lo(t))return at(t,e),n.call(t.elm)},set:function(t){var n=_o(this);return At(n,e,t),r.call(n.elm,t)}}}var hn=new WeakMap,pn=function(){if(ie(io))throw new TypeError("Illegal constructor");var e=io,t=e.def,n=e.elm,r=t.bridge,o=this;if(x(n,r.prototype),e.component=this,1===arguments.length){var a=arguments[0],i=a.callHook,l=a.setHook,u=a.getHook;e.callHook=i,e.setHook=l,e.getHook=u}return dn(this),Lo(o,e),Lo(n,e),1===e.renderMode?e.renderRoot=mn(e):e.renderRoot=n,this};function mn(e){var t,n=e.elm,o=e.mode,a=e.shadowMode,i=e.def.ctor,l=(0,e.renderer.attachShadow)(n,(r(t={},"$$lwc-synthetic-mode",1===a),r(t,"delegatesFocus",Boolean(i.delegatesFocus)),r(t,"mode",o),t));return e.shadowRoot=l,Lo(l,e),l}pn.prototype={constructor:pn,dispatchEvent:function(e){var t=_o(this),n=t.elm,r=t.renderer.dispatchEvent;return r(n,e)},addEventListener:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.addEventListener;a(o,e,mo(r,t),n)},removeEventListener:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.removeEventListener;a(o,e,mo(r,t),n)},hasAttribute:function(e){var t=_o(this),n=t.elm;return!ie((0,t.renderer.getAttribute)(n,e))},hasAttributeNS:function(e,t){var n=_o(this),r=n.elm;return!ie((0,n.renderer.getAttribute)(r,t,e))},removeAttribute:function(e){var t=_o(this),n=t.elm,r=t.renderer.removeAttribute;Tt(n,e),r(n,e),kt()},removeAttributeNS:function(e,t){var n=_o(this),r=n.elm,o=n.renderer.removeAttribute;Tt(r,t),o(r,t,e),kt()},getAttribute:function(e){var t=_o(this),n=t.elm,r=t.renderer.getAttribute;return r(n,e)},getAttributeNS:function(e,t){var n=_o(this),r=n.elm;return(0,n.renderer.getAttribute)(r,t,e)},setAttribute:function(e,t){var n=_o(this),r=n.elm,o=n.renderer.setAttribute;Tt(r,e),o(r,e,t),kt()},setAttributeNS:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.setAttribute;Tt(o,t),a(o,t,n,e),kt()},getBoundingClientRect:function(){var e=_o(this),t=e.elm,n=e.renderer.getBoundingClientRect;return n(t)},get isConnected(){var e=_o(this),t=e.elm;return(0,e.renderer.isConnected)(t)},get classList(){var e=_o(this),t=e.elm;return(0,e.renderer.getClassList)(t)},get template(){return _o(this).shadowRoot},get refs(){var e=_o(this);if(!qr){var t=e.refVNodes;if(e.cmpTemplate,!ie(t)){var n=hn.get(t);if(ae(n)){n=S(null);var r,o=v(P(t));try{for(o.s();!(r=o.n()).done;){var a=r.value;n[a]=t[a].elm}}catch(e){o.e(e)}finally{o.f()}M(n),hn.set(t,n)}return n}}},set refs(e){T(this,"refs",{configurable:!0,enumerable:!0,writable:!0,value:e})},get shadowRoot(){return null},get children(){var e=_o(this);return e.renderer.getChildren(e.elm)},get childNodes(){var e=_o(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){var e=_o(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){var e=_o(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){var e=_o(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){var e=_o(this);return e.renderer.getLastElementChild(e.elm)},render:function(){return _o(this).def.template},toString:function(){var e=_o(this);return"[object ".concat(e.def.name,"]")}};for(var yn=S(null),gn=function(){var e=bn[wn];yn[e]={value:function(t){var n=_o(this),r=n.elm;return n.renderer[e](r,t)},configurable:!0,enumerable:!0,writable:!0}},wn=0,bn=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];wn<bn.length;wn++)gn();k(pn.prototype,yn);var En=S(null);for(var Cn in Mt)En[Cn]=vn(Cn,Mt[Cn]);function Sn(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){At(_o(this),e,t)},enumerable:!0,configurable:!0}}k(pn.prototype,En),lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL&&We(pn.prototype),T(pn,"CustomElementConstructor",{get:function(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});var kn=new Map,Tn=function(e){o(n,e);var t=i(n);function n(e,r){var o,a=r.setNewContext,i=r.setDisconnectedCallback;return m(this,n),o=t.call(this,e,{bubbles:!0,composed:!0}),k(u(o),{setNewContext:{value:a},setDisconnectedCallback:{value:i}}),o}return g(n)}(t(CustomEvent));function Mn(e,t,n){var r,o,a=n.method,i=n.adapter,l=n.configCallback,u=n.dynamic,c=ae(a)?function(e,t){return function(n){At(e,t,n)}}(e,t):function(e,t){return function(n){Vo(e,e.owner,de,(function(){t.call(e.component,n)}),de)}}(e,a),s=function(e){c(e)};T(s,"$$DeprecatedWiredElementHostKey$$",{value:e.elm}),T(s,"$$DeprecatedWiredParamsMetaKey$$",{value:u}),Vo(e,e,de,(function(){o=new i(s)}),de);var f=function(e,t,n){var r=!1,o=it((function(){!1===r&&(r=!0,Promise.resolve().then((function(){r=!1,o.reset(),a()})))})),a=function(){var r;o.observe((function(){return r=t(e)})),n(r)};return{computeConfigAndUpdate:a,ro:o}}(e.component,l,(function(t){Vo(e,e,de,(function(){o.update(t,r)}),de)})),d=f.computeConfigAndUpdate,v=f.ro;return ae(i.contextSchema)||function(e,t,n){var r=On(t.adapter);if(!ae(r)){var o=e.elm,a=e.context,i=a.wiredConnecting,l=a.wiredDisconnecting,u=e.renderer.dispatchEvent;G.call(i,(function(){var e=new Tn(r,{setNewContext:function(e){n(e)},setDisconnectedCallback:function(e){G.call(l,e)}});u(o,e)}))}}(e,n,(function(t){r!==t&&(r=t,1===e.state&&d())})),{connector:o,computeConfigAndUpdate:d,resetConfigWatcher:function(){return v.reset()}}}var An=new Map;function On(e){return An.get(e)}function Nn(e,t,n,r){t.adapter&&(t=t.adapter);var o={adapter:t,method:e.value,configCallback:n,dynamic:r};kn.set(e,o)}function Ln(e,t,n,r){t.adapter&&(t=t.adapter);var o={adapter:t,configCallback:n,dynamic:r};kn.set(e,o)}function _n(e){return{get:function(){var t=_o(this);if(!lo(t))return at(t,e),t.cmpProps[e]},set:function(t){var n=_o(this);n.cmpProps[e]=t,ot(n,e)},enumerable:!0,configurable:!0}}function Pn(e,t){var n=t.get,r=t.set,o=t.enumerable,a=t.configurable;if(!ce(n))throw new Error;return{get:function(){return n.call(this)},set:function(e){_o(this),r&&r.call(this,e)},enumerable:o,configurable:a}}function Rn(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){var n=_o(this),r=fn(t);At(n,e,r)},enumerable:!0,configurable:!0}}function xn(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){At(_o(this),e,t)},enumerable:!0,configurable:!0}}var In=new Map;var Dn={apiMethods:ut,apiFields:ut,apiFieldsConfig:ut,wiredMethods:ut,wiredFields:ut,observedFields:ut};var Fn=new Set;function jn(){return[]}Fn.add(jn);var Bn=S(null),Hn=S(null);function Wn(e){var t=Bn[e];return ae(t)&&(t=Bn[e]=function(){var t=_o(this);return(0,t.getHook)(t.component,e)}),t}function Vn(e){var t=Hn[e];return ae(t)&&(t=Hn[e]=function(t){var n=_o(this),r=n.setHook;t=sn(t),r(n.component,e,t)}),t}function $n(e){return function(){var t=_o(this),n=t.callHook,r=t.component,o=r[e];return n(t.component,o,K.call(arguments))}}function Gn(e,t){return function(n,r,o){if(r!==o){var a=e[n];ae(a)?ae(t)||t.apply(this,arguments):St(this,n)&&(this[a]=o)}}}function Un(e,t,n){var r;ce(e)?r=function(e){o(n,e);var t=i(n);function n(){return m(this,n),t.apply(this,arguments)}return g(n)}(e):(x(r=function(){throw new TypeError("Illegal constructor")},e),x(r.prototype,e.prototype),T(r.prototype,"constructor",{writable:!0,configurable:!0,value:r}));for(var a=S(null),l=e.prototype.attributeChangedCallback,u=e.observedAttributes,c=void 0===u?[]:u,s=S(null),d=0,v=t.length;d<v;d+=1){var h=t[d];a[Ie(h)]=h,s[h]={get:Wn(h),set:Vn(h),enumerable:!0,configurable:!0}}for(var p=0,y=n.length;p<y;p+=1){var w=n[p];s[w]={value:$n(w),writable:!0,configurable:!0}}return s.attributeChangedCallback={value:Gn(a,l)},T(r,"observedAttributes",{get:function(){return[].concat(f(c),f(P(a)))}}),k(r.prototype,s),r}var Yn=Un(bt,O(Mt),[]);lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL&&We(Yn.prototype),M(Yn),R(Yn.prototype);new WeakMap,new WeakMap,new WeakMap,new WeakMap;var Kn=new WeakMap;function zn(e){var t=e.shadowSupportMode,n=e.renderMode,r=function(e){var t=In.get(e);return ae(t)?Dn:t}(e),o=r.apiFields,a=r.apiFieldsConfig,i=r.apiMethods,l=r.wiredFields,u=r.wiredMethods,c=r.observedFields,s=e.prototype,f=s.connectedCallback,d=s.disconnectedCallback,v=s.renderedCallback,h=s.errorCallback,p=s.render,m=function(e){var t=N(e);if(ie(t))throw new ReferenceError("Invalid prototype chain for ".concat(e.name,", you must extend LightningElement."));if(gt(t)){var n=yt(t);t=n===t?pn:n}return t}(e),y=m!==pn?Xn(m):Zn,g=Un(y.bridge,P(o),P(i)),w=C(S(null),y.props,o),b=C(S(null),y.propsConfig,a),E=C(S(null),y.methods,i),T=C(S(null),y.wire,l,u);f=f||y.connectedCallback,d=d||y.disconnectedCallback,v=v||y.renderedCallback,h=h||y.errorCallback,p=p||y.render;var M=y.shadowSupportMode;ae(t)||(M=t);var A=y.renderMode;ae(n)||(A="light"===n?0:1);var O=function(e){return so.get(e)}(e)||y.template,L=e.name||y.name;return k(s,c),{ctor:e,name:L,wire:T,props:w,propsConfig:b,methods:E,bridge:g,template:O,renderMode:A,shadowSupportMode:M,connectedCallback:f,disconnectedCallback:d,renderedCallback:v,errorCallback:h,render:p}}function qn(e){if(!ce(e))return!1;if(e.prototype instanceof pn)return!0;var t=e;do{if(gt(t)){var n=yt(t);if(n===t)return!0;t=n}if(t===pn)return!0}while(!ie(t)&&(t=N(t)));return!1}function Xn(e){var t=Kn.get(e);if(ae(t)){if(gt(e))return t=Xn(yt(e)),Kn.set(e,t),t;if(!qn(e))throw new TypeError("".concat(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=zn(e),Kn.set(e,t)}return t}var Zn={ctor:pn,name:pn.name,props:En,propsConfig:ut,methods:ut,renderMode:1,shadowSupportMode:"reset",wire:ut,bridge:Yn,template:jn,render:pn.prototype.render};function Qn(e){return"".concat(e,"-host")}function Jn(e){return Wr.h("style",{key:"style",attrs:{type:"text/css"}},[Wr.t(e)])}function er(e,t,n){for(var r,o=[],a=0;a<e.length;a++){var i=e[a];if(I(i))G.apply(o,er(i,t,n));else{var l=i[Te];if(lwcRuntimeFlags.DISABLE_LIGHT_DOM_UNSCOPED_CSS&&!l&&0===n.renderMode){Qe("Unscoped CSS is not supported in Light DOM. Please use scoped CSS (*.scoped.css) instead of unscoped CSS (*.css).");continue}var u=l||1===n.shadowMode&&1===n.renderMode?t:void 0,c=0===n.renderMode?!l:0===n.shadowMode,s=void 0;1===n.renderMode?s=0===n.shadowMode:(ae(r)&&(r=tr(n)),s=ie(r)||0===r.shadowMode),G.call(o,i(u,c,s))}}return o}function tr(e){for(var t=e;!ie(t);){if(1===t.renderMode)return t;t=t.owner}return t}function nr(e){var t=e.cmpTemplate;return e.context.hasScopedStyles&&(null==t?void 0:t.stylesheetToken)||null}function rr(e,t){var n=e.renderMode,r=e.shadowMode,o=e.renderer.insertStylesheet;if(1===n&&1===r)for(var a=0;a<t.length;a++)o(t[a]);else{if(e.hydrated)return V.call(t,Jn);for(var i=function(e){var t=tr(e);return ie(t)||1!==t.shadowMode?t:null}(e),l=ie(i)?void 0:i.shadowRoot,u=0;u<t.length;u++)o(t[u],l)}return null}function or(e){var t=e.type;return 2===t||3===t}function ar(e,t){return e.key===t.key&&e.sel===t.sel}function ir(e){return 5===e.type}function lr(e){return 6===e.type}function ur(e,t){return"input"===e&&("value"===t||"checked"===t)}function cr(e,t,n){var r=t.data.props,o=t.data.spread;if(!ae(r)||!ae(o)){var a;if(!ie(e)){a=e.data.props;var i=e.data.spread;if(a===r&&i===o)return;ae(a)&&(a=ut),ae(i)||(a=C({},a,i))}ae(o)||(r=C({},r,o));var l=ie(e),u=t.elm,c=t.sel,s=n.getProperty,f=n.setProperty;for(var d in r){var v=r[d];!l&&v===(ur(c,d)?s(u,d):a[d])&&d in a||f(u,d,v)}}}var sr=S(null);function fr(e){if(null==e)return ut;e=fe(e)?e:e+"";var t=sr[e];if(t)return t;t=S(null);var n,r=0,o=e.length;for(n=0;n<o;n++)32===ee.call(e,n)&&(n>r&&(t[re.call(e,r,n)]=!0),r=n+1);return n>r&&(t[re.call(e,r,n)]=!0),sr[e]=t,t}function dr(e,t){var n=e.elm,r=e.data.on;if(!ae(r)){var o=t.addEventListener;for(var a in r){o(n,a,r[a])}}}function vr(e,t,n,r){Lr(t)?Pr(e,t,n,r):Rr(e,t,n,r)}function hr(e,t,n,r){var o,a;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&Cr(t,n)}(e,t,r);break;case 4:t.elm=e.elm;break;case 5:!function(e,t,n,r){var o=t.children,a=t.stable;a?Rr(e.children,o,n,r):Pr(e.children,o,n,r);t.elm=o[o.length-1].elm}(e,t,n,r);break;case 2:!function(e,t,n){var r=t.elm=e.elm;Tr(e,t,n),vr(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){var o=r.nextSibling(e.elm);gr(e,n,r,!0),mr(t,n,o,r)}else{var a=t.elm=e.elm,i=t.vm=e.vm;if(Tr(e,t,r),!ae(i)){Ar(t,i);var l=i.shadowMode,u=i.renderMode;0==l&&0!==u&&Lr(e.children)&&Nr(t.children)}vr(e.children,t.children,a,r),ae(i)||function(e){Ro(e)}(i)}}(e,t,n,null!==(a=t.data.renderer)&&void 0!==a?a:r)}}function pr(e,t,n,r){var o,a;switch(e.type){case 0:!function(e,t,n,r){var o=e.owner,a=r.createText,i=e.elm=a(e.text);Er(i,o,r),Sr(i,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){var o=e.owner,a=r.createComment,i=e.elm=a(e.text);Er(i,o,r),Sr(i,t,n,r)}(e,t,r,n);break;case 4:!function(e,t,n,r){var o=e.owner,a=r.cloneNode,i=r.isSyntheticShadowDefined,l=e.elm=a(e.fragment,!0);Er(l,o,r);var u=o.renderMode,c=o.shadowMode;i&&(1!==c&&0!==u||(l[Se]=!0));Sr(l,t,n,r)}(e,t,r,n);break;case 5:!function(e,t,n,r){var o=e.children;yr(o,t,r,n),e.elm=o[o.length-1].elm}(e,t,r,n);break;case 2:!function(e,t,n,r){var o=e.sel,a=e.owner,i=e.data.svg,l=r.createElement,u=le(i)?Ae:void 0,c=e.elm=l(o,u);Er(c,a,r),Mr(c,a,r),function(e,t){var n,r=t.owner,o=t.data.context;1===r.shadowMode&&"manual"===(null===(n=null==o?void 0:o.lwc)||void 0===n?void 0:n.dom)&&(e.$domManual$=!0)}(c,e),Tr(null,e,r),Sr(c,t,n,r),yr(e.children,c,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:mr(e,t,r,null!==(a=e.data.renderer)&&void 0!==a?a:n)}}function mr(e,t,n,r){var o,a,i,l=e.sel,u=e.owner,c=r.createCustomElement;lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(a=function(e){To(e)},i=function(e){Mo(e)});var s=c(l.toLowerCase(),(function(t){o=function(e,t,n){var r=Po(e);if(!ae(r))return r;var o=t.sel,a=t.mode,i=t.ctor,l=t.owner;return r=No(e,i,n,{mode:a,owner:l,tagName:o}),r}(t,e,r)}),a,i);e.elm=s,e.vm=o,Er(s,u,r),Mr(s,u,r),o&&Ar(e,o),Tr(null,e,r),Sr(s,t,n,r),o&&(lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE||Fo(o)),yr(e.children,s,r,null),o&&function(e){Ro(e)}(o)}function yr(e,t,n,r){for(var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e.length;o<a;++o){var i=e[o];br(i)&&pr(i,t,n,r)}}function gr(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=e.type,a=e.elm,i=e.sel;switch(r&&(5===o?wr(e.children,t,n,r):kr(a,t,n)),o){case 2:var l="slot"===i&&1===e.owner.shadowMode;wr(e.children,a,n,l);break;case 3:var u=e.vm;ae(u)||Oo(u)}}function wr(e,t,n){for(var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e.length;o<a;++o){var i=e[o];br(i)&&gr(i,t,n,r)}}function br(e){return null!=e}function Er(e,t,n){var r=t.renderRoot,o=t.renderMode,a=t.shadowMode;n.isSyntheticShadowDefined&&(1!==a&&0!==o||(e[Ce]=r[Ce]))}function Cr(e,t){var n=e.elm,r=e.text;(0,t.setText)(n,r)}function Sr(e,t,n,r){r.insert(e,t,n)}function kr(e,t,n){n.remove(e,t)}function Tr(e,t,n){ie(e)&&(dr(t,n),function(e,t){var n=e.elm,r=e.data.classMap;if(!ae(r)){var o=(0,t.getClassList)(n);for(var a in r)o.add(a)}}(t,n),function(e,t){var n=e.elm,r=e.data.styleDecls;if(!ae(r))for(var o=t.setCSSStyleProperty,a=0;a<r.length;a++){var i=d(r[a],3);o(n,i[0],i[1],i[2])}}(t,n)),function(e,t,n){var r=t.elm,o=t.data.className,a=ie(e)?void 0:e.data.className;if(a!==o){var i,l=(0,n.getClassList)(r),u=fr(o),c=fr(a);for(i in c)ae(u[i])&&l.remove(i);for(i in u)ae(c[i])&&l.add(i)}}(e,t,n),function(e,t,n){var r=t.elm,o=t.data.style;if((ie(e)?void 0:e.data.style)!==o){var a=n.setAttribute,i=n.removeAttribute;fe(o)&&""!==o?a(r,"style",o):i(r,"style")}}(e,t,n),t.data.external?function(e,t,n){var r=t.data.attrs,o=t.elm;if(!ae(r)){var a=n.removeAttribute,i=n.setAttribute,l=n.setProperty,u=ie(e)?ut:e.data.attrs;for(var c in r){var s=r[c];u[c]!==s&&(De(c)in o?l(o,c,s):58===ee.call(c,3)?i(o,c,s,Me):58===ee.call(c,5)?i(o,c,s,Oe):ie(s)||ae(s)?a(o,c):i(o,c,s))}}}(e,t,n):function(e,t,n){var r=t.data.attrs;if(!ae(r)){var o=ie(e)?ut:e.data.attrs;if(o!==r){var a=t.elm,i=n.setAttribute,l=n.removeAttribute;for(var u in r){var c=r[u];o[u]!==c&&(Tt(a,u),58===ee.call(u,3)?i(a,u,c,Me):58===ee.call(u,5)?i(a,u,c,Oe):ie(c)||ae(c)?l(a,u):i(a,u,c),kt())}}}}(e,t,n),cr(e,t,n)}function Mr(e,t,n){var r=nr(t);ie(r)||(0,n.getClassList)(e).add(r);var o=t.context.stylesheetToken;1!==t.shadowMode||ae(o)||(e.$shadowToken$=o)}function Ar(e,t){var n=e.aChildren||e.children,r=t.renderMode,o=t.shadowMode,a=function(e){for(var t,n=[],r=[],o=!1,a=e.length-1;a>-1;a-=1){var i=e[a];G.call(r,i),o=o||!(!i||!ir(i))}if(!o)return e;for(;!ae(t=$.call(r));)if(!ie(t)&&ir(t))for(var l=t.children,u=l.length-2;u>0;u-=1)G.call(r,l[u]);else G.call(n,t);return Nr(n),n}(n);e.children=a,t.aChildren=a,1!==o&&0!==r||(!function(e,t,n){for(var r,o,a=e.cmpSlots.slotAssignments,i=S(null),l=0,u=t.length;l<u;l+=1){var c=t[l];if(!ie(c)){var s="";or(c)?s=null!==(o=null===(r=c.data.attrs)||void 0===r?void 0:r.slot)&&void 0!==o?o:"":lr(c)&&(s=c.slotName);var f=""+s,d=i[f]=i[f]||[];G.call(d,c)}}if(e.cmpSlots={owner:n,slotAssignments:i},ue(e.isDirty)){var v=P(a);if(v.length!==P(i).length)return void ho(e);for(var h=0,p=v.length;h<p;h+=1){var m=v[h];if(ae(i[m])||a[m].length!==i[m].length)return void ho(e);for(var y=a[m],g=i[m],w=0,b=i[m].length;w<b;w+=1)if(y[w]!==g[w])return void ho(e)}}}(t,a,e.owner),e.aChildren=a,e.children=ct)}var Or=new WeakMap;function Nr(e){Or.set(e,1)}function Lr(e){return Or.has(e)}function _r(e,t,n){for(var r={},o=t;o<=n;++o){var a=e[o];if(br(a)){var i=a.key;void 0!==i&&(r[i]=o)}}return r}function Pr(e,t,n,r){for(var o,a,i,l=0,u=0,c=e.length-1,s=e[0],d=e[c],v=t.length-1,h=v,p=t[0],m=t[h],y=!1;l<=c&&u<=h;)br(s)?br(d)?br(p)?br(m)?ar(s,p)?(hr(s,p,n,r),s=e[++l],p=t[++u]):ar(d,m)?(hr(d,m,n,r),d=e[--c],m=t[--h]):ar(s,m)?(hr(s,m,n,r),Sr(s.elm,n,r.nextSibling(d.elm),r),s=e[++l],m=t[--h]):ar(d,p)?(hr(d,p,n,r),Sr(p.elm,n,s.elm,r),d=e[--c],p=t[++u]):(void 0===o&&(o=_r(e,l,c)),ae(a=o[p.key])?(pr(p,n,r,s.elm),p=t[++u]):(br(i=e[a])&&(i.sel!==p.sel?pr(p,n,r,s.elm):(hr(i,p,n,r),y||(y=!0,e=f(e)),e[a]=void 0,Sr(i.elm,n,s.elm,r))),p=t[++u])):m=t[--h]:p=t[++u]:d=e[--c]:s=e[++l];if(l<=c||u<=h)if(l>c){var g,w=h;do{g=t[++w]}while(!br(g)&&w<v);yr(t,n,r,br(g)?g.elm:null,u,h+1)}else wr(e,n,r,!0,l,c+1)}function Rr(e,t,n,r){var o=e.length,a=t.length;if(0!==o)if(0!==a)for(var i=null,l=a-1;l>=0;l-=1){var u=e[l],c=t[l];c!==u&&(br(u)?br(c)?(hr(u,c,n,r),i=c.elm):gr(u,n,r,!0):br(c)&&(pr(c,n,r,i),i=c.elm))}else wr(e,n,r,!0);else yr(t,n,r,null)}var xr=Symbol.iterator;function Ir(e){G.call(Zr().velements,e)}function Dr(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ct,r=Zr(),o=t.key,a=t.ref,i={type:2,sel:e,data:t,children:n,elm:void 0,key:o,owner:r};return ae(a)||mt(r,a,i),i}function Fr(e,t,n){var r,o,a,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:ct,l=Zr(),u=n.key,c=n.ref,s={type:3,sel:e,data:n,children:i,elm:r,key:u,ctor:t,owner:l,mode:"open",aChildren:o,vm:a};return Ir(s),ae(c)||mt(l,c,s),s}function jr(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:Zr()}}function Br(e){return Nr(e),e}var Hr=function(){throw new Error("sanitizeHtmlContent hook must be implemented.")};var Wr=M({s:function(e,t,n,r){if(!ae(r)&&!ae(r.slotAssignments)&&!ae(r.slotAssignments[e])&&0!==r.slotAssignments[e].length){for(var o=[],a=r.slotAssignments[e],i=0;i<a.length;i++){var l=a[i];if(!ie(l)){var u=lr(l);if(u!==!ae(t.slotData))continue;if(u){var c=Zr();Qr(r.owner);try{G.call(o,l.factory(t.slotData,t.key))}finally{Qr(c)}}else G.call(o,l)}}n=o}var s=Zr(),f=s.renderMode,d=s.shadowMode;return 0===f?(Br(n),n):(1===d&&Br(n),Dr("slot",t,n))},h:Dr,c:Fr,i:function(e,t){var n=[];if(Br(n),ae(e)||null===e)return n;for(var r=e[xr](),o=r.next(),a=0,i=o,l=i.value,u=i.done;!1===u;){var c=t(l,a,0===a,!0===(u=(o=r.next()).done));I(c)?G.apply(n,c):G.call(n,c),a+=1,l=o.value}return n},f:function(e){var t=e.length,n=[];Br(n);for(var r=0;r<t;r+=1){var o=e[r];I(o)?G.apply(n,o):G.call(n,o)}return n},t:jr,d:function(e){return null==e?"":String(e)},b:function(e){var t=Zr();if(ie(t))throw new Error;var n=t;return function(t){co(n,e,n.component,t)}},k:function(e,t){switch(b(t)){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:"c",owner:Zr()}},dc:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:ct;if(null==t)return null;if(!qn(t))throw new Error("Invalid LWC Constructor ".concat(he(t)," for custom element <").concat(e,">."));return Fr(e,t,n,r)},fr:function(e,t,n){return{type:5,sel:void 0,key:e,elm:void 0,children:[jr("")].concat(f(t),[jr("")]),stable:n,owner:Zr()}},ti:function(e){return e>0&&!(le(e)||ue(e))?0:e},st:function(e,t){return{type:4,sel:void 0,key:t,elm:void 0,fragment:e,owner:Zr()}},gid:function(e){var t=Zr();if(ae(e)||""===e)return e;if(ie(e))return null;var n=t.idx;return 1===t.shadowMode?te.call(e,/\S+/g,(function(e){return"".concat(e,"-").concat(n)})):e},fid:function(e){var t=Zr();if(ae(e)||""===e)return e;if(ie(e))return null;var n=t.idx;return 1===t.shadowMode&&/^#/.test(e)?"".concat(e,"-").concat(n):e},shc:function(e){return Hr(e)},ssf:function(e,t){return{type:6,factory:t,owner:Zr(),elm:void 0,sel:void 0,key:void 0,slotName:e}}}),Vr=!1,$r=de,Gr={enableProfiler:function(){Vr=!0},disableProfiler:function(){Vr=!1},attachDispatcher:function(e){$r=e,this.enableProfiler()},detachDispatcher:function(){var e=$r;return $r=de,this.disableProfiler(),e}};function Ur(e,t){Vr&&$r(e,0,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Yr(e,t){Vr&&$r(e,1,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Kr(e,t){Vr&&$r(e,0,null==t?void 0:t.tagName,null==t?void 0:t.idx,null==t?void 0:t.renderMode,null==t?void 0:t.shadowMode)}function zr(e,t){Vr&&$r(e,1,null==t?void 0:t.tagName,null==t?void 0:t.idx,null==t?void 0:t.renderMode,null==t?void 0:t.shadowMode)}var qr=!1,Xr=null;function Zr(){return Xr}function Qr(e){Xr=e}function Jr(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];var a=S(null);return function(){var n=Zr(),o=n.context,i=o.hasScopedStyles,l=o.stylesheetToken,u=n.shadowMode,c=n.renderer,s=!ae(l),f=1===u,d=0;if(s&&i&&(d|=1),s&&f&&(d|=2),!ae(a[d]))return a[d];for(var v=i&&s?" "+l:"",h=i&&s?' class="'.concat(l,'"'):"",p=s&&f?" "+l:"",m="",y=0,g=r.length;y<g;y++)switch(r[y]){case 0:m+=t[y]+v;break;case 1:m+=t[y]+h;break;case 2:m+=t[y]+p;break;case 3:m+=t[y]+h+p}return m+=t[t.length-1],a[d]=e(m,c),a[d]}}}var eo=Jr((function(e,t){return(0,t.createFragment)(e)})),to=Jr((function(e,t){var n=t.createFragment;return(0,t.getFirstChild)(n("<svg>"+e+"</svg>"))}));function no(e,t){var n=qr,r=Xr,o=[];return Vo(e,e.owner,(function(){Xr=e,Ur(1,e)}),(function(){var n=e.component,r=e.context,a=e.cmpSlots,i=e.cmpTemplate;e.tro.observe((function(){if(t!==i){if(ie(i)||Wo(e),u=t,!Fn.has(u))throw new TypeError("Invalid template returned by the render() method on ".concat(e,'. It must return an imported template (e.g.: `import html from "./').concat(e.def.name,'.html"`), instead, it has returned: ').concat(he(t),"."));e.cmpTemplate=t,r.tplCache=S(null),r.hasScopedStyles=oo(t,e),function(e,t){var n,r,o,a=e.elm,i=e.context,l=e.renderMode,u=e.shadowMode,c=e.renderer,s=c.getClassList,f=c.removeAttribute,d=c.setAttribute,v=t.stylesheets,h=t.stylesheetToken,p=e.stylesheets,m=1===l&&1===u,y=i.hasScopedStyles,g=i.stylesheetToken,w=i.hasTokenInClass,b=i.hasTokenInAttribute;ae(g)||(w&&s(a).remove(Qn(g)),b&&f(a,Qn(g)));var E=ao(v),C=ao(p);(E||C)&&(n=h),ae(n)||(y&&(s(a).add(Qn(n)),r=!0),m&&(d(a,Qn(n),""),o=!0)),i.stylesheetToken=n,i.hasTokenInClass=r,i.hasTokenInAttribute=o}(e,t);var l=function(e,t){var n=t.stylesheets,r=t.stylesheetToken,o=e.stylesheets,a=[];return ao(n)&&(a=er(n,r,e)),ao(o)&&G.apply(a,er(o,r,e)),a}(e,t);r.styleVNodes=0===l.length?null:rr(e,l)}var u;e.refVNodes=t.hasRefs?S(null):null,e.velements=[],qr=!0,o=t.call(void 0,Wr,n,a,r.tplCache);var c=r.styleVNodes;ie(c)||X.apply(o,c)}))}),(function(){qr=n,Xr=r,Yr(1,e)})),o}function ro(e){if(ao(e))for(var t=0;t<e.length;t++)if(le(e[t][Te]))return!0;return!1}function oo(e,t){var n=e.stylesheets,r=ae(t)?null:t.stylesheets;return ro(n)||ro(r)}function ao(e){return!ae(e)&&!ie(e)&&e.length>0}var io=null;function lo(e){return io===e}function uo(e,t,n){var r=e.component,o=e.callHook;Vo(e,e.owner,de,(function(){o(r,t,n)}),de)}function co(e,t,n,r){var o=e.callHook;Vo(e,e.owner,de,(function(){o(n,t,[r])}),de)}var so=new Map;function fo(e){return it((function(){ue(e.isDirty)&&(ho(e),function(e){if(le(e.isScheduled))return;e.isScheduled=!0,0===Io.length&&ft(Do);G.call(Io,e)}(e))}))}function vo(e){e.tro.reset();var t=function(e){var t,n=e.def.render,r=e.callHook,o=e.component,a=e.owner,i=Zr(),l=!1;return Vo(e,a,(function(){Qr(e)}),(function(){e.tro.observe((function(){t=r(o,n),l=!0}))}),(function(){Qr(i)})),l?no(e,t):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function ho(e){e.isDirty=!0}var po=new WeakMap;function mo(e,t){if(!ce(t))throw new TypeError("Expected an EventListener but received "+b(t));var n=po.get(t);return ae(n)&&(n=function(n){co(e,t,void 0,n)},po.set(t,n)),n}var yo=S(null),go=["rendered","connected","disconnected"];function wo(e,t){for(var n=e.component,r=e.def,o=e.context,a=0,i=t.length;a<i;++a)t[a].call(void 0,n,{},r,o)}var bo=0,Eo=new WeakMap;function Co(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.apply(e,n)}function So(e,t,n){e[t]=n}function ko(e,t){return e[t]}function To(e){var t=_o(e);Kr(7,t),1===t.state&&Mo(e),Fo(t),Ro(t),zr(7,t)}function Mo(e){Ao(_o(e))}function Ao(e){2!==e.state&&(e.tro.reset(),function(e){ue(e.isDirty)&&(e.isDirty=!0);e.state=2;var t=yo.disconnected;t&&wo(e,t);jo(e)&&function(e){var t=e.context.wiredDisconnecting;Vo(e,e,de,(function(){for(var e=0,n=t.length;e<n;e+=1)t[e]()}),de)}(e);var n=e.def.disconnectedCallback;ae(n)||(Ur(5,e),uo(e,n),Yr(5,e))}(e),Bo(e),function(e){var t=e.aChildren;Ho(t)}(e))}function Oo(e){Ao(e)}function No(e,t,n,r){var o=r.mode,a=r.owner,i=r.tagName,l=r.hydrated,u=Xn(t),c={elm:e,def:u,idx:bo++,state:0,isScheduled:!1,isDirty:!0,tagName:i,mode:o,owner:a,refVNodes:null,children:ct,aChildren:ct,velements:ct,cmpProps:S(null),cmpFields:S(null),cmpSlots:{slotAssignments:S(null)},cmpTemplate:null,hydrated:Boolean(l),renderMode:u.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNodes:null,tplCache:ut,wiredConnecting:ct,wiredDisconnecting:ct},tro:null,shadowMode:null,stylesheets:null,component:null,shadowRoot:null,renderRoot:null,callHook:Co,setHook:So,getHook:ko,renderer:n};return c.stylesheets=function(e,t){var n=t.stylesheets;if(!ae(n)){var r=function(e,t){var n=!0,r=function e(t){if(I(t))for(var r=0;r<t.length;r++)e(t[r]);else ce(t)||(n=!1)};I(t)?r(t):n=!1;return n}(0,n);if(r)return pt(n)}return null}(0,u.ctor),c.shadowMode=function(e,t){var n,r=e.def,o=t.isSyntheticShadowDefined,a=t.isNativeShadowDefined;if(o)if(0===r.renderMode)n=0;else if(a)if(lwcRuntimeFlags.ENABLE_MIXED_SHADOW_MODE)if("any"===r.shadowSupportMode)n=0;else{var i=function(e){for(var t=e.owner;!ie(t)&&0===t.renderMode;)t=t.owner;return t}(e);n=ie(i)||0!==i.shadowMode?1:0}else n=1;else n=1;else n=0;return n}(c,n),c.tro=fo(c),function(e,t){var n,r=io;Ur(0,e),io=e;try{var o=new t;if(io.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){n=Object(e)}finally{if(Yr(0,e),io=r,!ae(n))throw qe(e,n),n}}(c,u.ctor),jo(c)&&function(e){var t=e.context,n=e.def.wire,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[],a=function(){var t=n[i],a=kn.get(t);if(!ae(a)){var l=Mn(e,i,a),u=l.connector,c=l.computeConfigAndUpdate,s=l.resetConfigWatcher,f=a.dynamic.length>0;G.call(r,(function(){u.connect(),lwcRuntimeFlags.ENABLE_WIRE_SYNC_EMIT||!f?c():Promise.resolve().then(c)})),G.call(o,(function(){u.disconnect(),s()}))}};for(var i in n)a()}(c),c}function Lo(e,t){Eo.set(e,t)}function _o(e){return Eo.get(e)}function Po(e){return Eo.get(e)}function Ro(e){le(e.isDirty)&&function(e,t){var n=e.renderRoot,r=e.children,o=e.renderer;e.children=t,(t.length>0||r.length>0)&&r!==t&&Vo(e,e,(function(){Ur(2,e)}),(function(){vr(r,t,n,o)}),(function(){Yr(2,e)}));1===e.state&&xo(e)}(e,vo(e))}function xo(e){var t=e.def.renderedCallback,n=yo.rendered;n&&wo(e,n),ae(t)||(Ur(4,e),uo(e,t),Yr(4,e))}var Io=[];function Do(){Kr(8);var e=Io.sort((function(e,t){return e.idx-t.idx}));Io=[];for(var t=0,n=e.length;t<n;t+=1){var r=e[t];try{Ro(r)}catch(r){throw t+1<n&&(0===Io.length&&ft(Do),X.apply(Io,K.call(e,t+1))),zr(8),r}}zr(8)}function Fo(e){if(1!==e.state){e.state=1;var t=yo.connected;t&&wo(e,t),jo(e)&&function(e){for(var t=e.context.wiredConnecting,n=0,r=t.length;n<r;n+=1)t[n]()}(e);var n=e.def.connectedCallback;ae(n)||(Ur(3,e),uo(e,n),Yr(3,e))}}function jo(e){return O(e.def.wire).length>0}function Bo(e){for(var t=e.velements,n=t.length-1;n>=0;n-=1){var r=t[n].elm;if(!ae(r)){var o=Po(r);ae(o)||Ao(o)}}}function Ho(e){for(var t=0,n=e.length;t<n;t+=1){var r=e[t];if(!ie(r)&&!ae(r.elm))switch(r.type){case 2:Ho(r.children);break;case 3:Ao(_o(r.elm))}}}function Wo(e){for(var t=e.children,n=e.renderRoot,r=e.renderer.remove,o=0,a=t.length;o<a;o++){var i=t[o];ie(i)||ae(i.elm)||r(i.elm,n)}e.children=ct,Bo(e),e.velements=ct}function Vo(e,t,n,r,o){var a;n();try{r()}catch(e){a=Object(e)}finally{if(o(),!ae(a)){qe(e,a);var i=ie(t)?void 0:function(e){for(var t=e;!ie(t);){if(!ae(t.def.errorCallback))return t;t=t.owner}}(t);if(ae(i))throw a;Wo(e),Ur(6,e),uo(i,i.def.errorCallback,[a,a.wcStack]),Yr(6,e)}}}var $o=Ee.$nativeGetElementById$,Go=Ee.$nativeQuerySelectorAll$;function Uo(e,t,n){var r=Po(e.getRootNode().host);ae(r)&&(r=Po(t.getRootNode().host)),ae(r)||Ke(0,{tagName:r.tagName,attributeName:n})}function Yo(e,t,n){var r,o=e.getRootNode();if((r=o)!==document&&le(r.synthetic))if("id"===t){if(!fe(n)||0===n.length)return;var a,i=v(be);try{for(i.s();!(a=i.n()).done;)for(var l=a.value,u="[".concat(l,'~="').concat(CSS.escape(n),'"]'),c=Go.call(document,u),s=0;s<c.length;s++){var f=c[s];if(f.getRootNode()!==o){Uo(f,e,l);break}}}catch(e){i.e(e)}finally{i.f()}}else{var d,h=function(e){return fe(e)?B.call(ne.call(e,/\s+/),Boolean):[]}(n),p=v(h);try{for(p.s();!(d=p.n()).done;){var m=d.value,y=$o.call(document,m);if(!ie(y))y.getRootNode()!==o&&Uo(e,y,t)}}catch(e){p.e(e)}finally{p.f()}}}var Ko=!1;"undefined"!=typeof CSS&&ce(CSS.escape)&&L.call(Element.prototype,ke)&&Ye((function(){if(!Ko){Ko=!0;var e=Element.prototype.setAttribute;C(Element.prototype,{setAttribute:function(t,n){e.call(this,t,n),("id"===t||be.has(t))&&Yo(this,t,n)}});var t=A(Element.prototype,"id");if(!ae(t)){var n=t.get,r=t.set;ce(n)&&ce(r)&&T(Element.prototype,"id",{get:function(){return n.call(this)},set:function(e){r.call(this,e),Yo(this,"id",e)},enumerable:!0,configurable:!0})}}}));var zo=["ariaActiveDescendant","ariaControls","ariaDescribedBy","ariaDetails","ariaErrorMessage","ariaFlowTo","ariaLabelledBy","ariaOwns"];function qo(e){return e instanceof pn||e instanceof Yn}function Xo(e,t,n,r){if(!qo(e)){var o,a=function(e){var t=e.getRootNode().host,n=ae(t)?void 0:Po(t);if(!ae(n))return n;for(var r=e;!ie(r=r.parentElement);)if(qo(r)){var o=Po(r);if(!ae(o))return o}}(e);n&&(o=ie(r)?"null":b(r)),Ke(2,{tagName:null==a?void 0:a.tagName,propertyName:t,isSetter:n,setValueType:o})}}lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL||Ye((function(){var e,t=Element.prototype,n=v(zo);try{var r=function(){var n=e.value,r=A(t,n),o=r.get,a=r.set;T(t,n,{get:function(){return Xo(this,n,!1,void 0),o.call(this)},set:function(e){return Xo(this,n,!0,e),a.call(this,e)},configurable:!0,enumerable:!0})};for(n.s();!(e=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}));var Zo=!1;function Qo(e){Zo=!1,Fo(e),Jo(e),Zo&&Qe("Hydration completed with errors.",e)}function Jo(e){var t=vo(e);e.children=t;var n=e.renderRoot;na((0,e.renderer.getFirstChild)(n),t,n,e),xo(e)}function ea(e,t,n){var r,o,a;switch(t.type){case 0:a=function(e,t,n){var r;if(!aa(t,e,3,n))return ra(e,t,n);var o=n.setText;return o(e,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 1:a=function(e,t,n){var r;if(!aa(t,e,8,n))return ra(e,t,n);var o=n.setProperty;return o(e,ta,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 4:a=function(e,t,n){if(!function(e,t,n,r){var o=r.getProperty,a=r.getAttribute;if(3===o(e,"nodeType"))return!!aa(n,t,3,r)&&o(e,ta)===o(t,ta);if(8===o(e,"nodeType"))return!!aa(n,t,8,r)&&o(e,ta)===o(t,ta);if(!aa(n,t,1,r))return!1;var i=!0;if(o(e,"tagName")!==o(t,"tagName"))return!1;return o(e,"getAttributeNames").call(e).forEach((function(r){a(e,r)!==a(t,r)&&(Qe("Mismatch hydrating element <".concat(o(e,"tagName").toLowerCase(),'>: attribute "').concat(r,'" has different values, expected "').concat(a(e,r),'" but found "').concat(a(t,r),'"'),n.owner),i=!1)})),i}(t.fragment,e,t,n))return ra(e,t,n);return t.elm=e,e}(e,t,n);break;case 5:a=function(e,t,n){var r=t.children,o=t.owner;return na(e,r,n.getProperty(e,"parentNode"),o),t.elm=r[r.length-1].elm}(e,t,n);break;case 2:a=function(e,t,n){if(!aa(t,e,1,n)||!ia(t,e,n))return ra(e,t,n);t.elm=e;var r=t.owner,o=t.data.context,a=Boolean(!ae(o)&&!ae(o.lwc)&&"manual"===o.lwc.dom);if(a){var i=t.data.props,l=n.getProperty;ae(i)||ae(i.innerHTML)||l(e,"innerHTML")===i.innerHTML&&(t.data=Object.assign(Object.assign({},t.data),{props:ht(i,"innerHTML")}))}if(oa(t,n),!a){na((0,n.getFirstChild)(e),t.children,e,r)}return e}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:a=function(e,t,n){if(!aa(t,e,1,n)||!ia(t,e,n))return ra(e,t,n);var r=t.sel,o=t.mode,a=t.ctor,i=t.owner,l=No(e,a,n,{mode:o,owner:i,tagName:r,hydrated:!0});if(t.elm=e,t.vm=l,Ar(t,l),oa(t,n),Fo(l),0!==l.renderMode){na((0,n.getFirstChild)(e),t.children,e,l)}return Jo(l),e}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}return n.nextSibling(a)}var ta="nodeValue";function na(e,t,n,r){for(var o=e,a=null,i=r.renderer,l=0;l<t.length;l++){var u=t[l];ie(u)||(o?(o=ea(o,u,i),a=u.elm):(Zo=!0,pr(u,n,i,a),a=u.elm))}if(o){Zo=!0;var c=i.nextSibling;do{var s=o;o=c(o),kr(s,n,i)}while(o)}}function ra(e,t,n){Zo=!0;var r=(0,n.getProperty)(e,"parentNode");return pr(t,r,n,e),kr(e,r,n),t.elm}function oa(e,t){dr(e,t),cr(null,e,t)}function aa(e,t,n,r){return(0,r.getProperty)(t,"nodeType")===n}function ia(e,t,n){var o=n.getProperty;if(e.sel.toLowerCase()!==o(t,"tagName").toLowerCase())return!1;var a=function(e,t,n){for(var r=e.data.attrs,o=void 0===r?{}:r,a=!0,i=0,l=Object.entries(o);i<l.length;i++){var u=d(l[i],2),c=u[0],s=u[1];e.owner;var f=(0,n.getAttribute)(t,c);String(s)!==f&&(a=!1)}return a}(e,t,n),i=function(e,t,n){var o=e.data,a=e.owner,i=o.className,l=o.classMap,u=n.getProperty,c=n.getClassList,s=nr(a),f=function(e){return 3===e.type}(e)?function(e){var t=Xn(e.ctor).template,n=e.vm,r=t.stylesheetToken;return!ae(r)&&oo(t,n)?Qn(r):null}(e):null;if(!ie(s)||!ie(f))if(ae(i))if(ae(l)){var d=[s,f],v=B.call(d,(function(e){return!ie(e)}));v.length&&(i=W.call(v," "))}else l=Object.assign(Object.assign(Object.assign({},l),ie(s)?{}:r({},s,!0)),ie(f)?{}:r({},f,!0));else{var h=[s,i,f],p=B.call(h,(function(e){return!ie(e)}));i=W.call(p," ")}var m=!0,y=u(t,"className");if(ae(i)||String(i)===y)if(ae(l))ae(i)&&""!==y&&(m=!1);else{var g=c(t),w="";for(var b in l)w+=" "+b,g.contains(b)||(m=!1);w.trim(),g.length>P(l).length&&(m=!1)}else m=!1;return m}(e,t,n),l=function(e,t,n){var r=e.data,o=r.style,a=r.styleDecls,i=n.getAttribute,l=i(t,"style")||"",u=!0;if(ae(o)||o===l){if(!ae(a)){for(var c=function(e){var t,n={},r=v(e.split(dt));try{for(r.s();!(t=r.n()).done;){var o=t.value;if(o){var a=d(o.split(vt),2),i=a[0],l=a[1];void 0!==i&&void 0!==l&&(n[i.trim()]=l.trim())}}}catch(e){r.e(e)}finally{r.f()}return n}(l),s=[],f=0,h=a.length;f<h;f++){var p=d(a[f],3),m=p[0],y=p[1],g=p[2];s.push("".concat(m,": ").concat(y+(g?" important!":"")));var w=c[m];ae(w)?u=!1:w.startsWith(y)?g&&!w.endsWith("!important")&&(u=!1):u=!1}P(c).length>a.length&&(u=!1),W.call(s,";")}}else u=!1;return u}(e,t,n);return a&&i&&l}var la=!1;var ua=["slots","stylesheetToken","stylesheets","renderMode"],ca=["$scoped$"],sa=["pop","push","shift","unshift","reverse","sort","fill","splice","copyWithin"],fa=!1;function da(e,t,n){Ke(t,{propertyName:n})}function va(e){da(0,3,e)}function ha(e){var t,n=v(sa);try{var r=function(){var n=t.value,r=function(e){switch(e){case"pop":return $;case"push":return G;case"shift":return Y;case"unshift":return X;case"reverse":return U;case"sort":return z;case"fill":return j;case"splice":return q;case"copyWithin":return F}}(n);e[n]=function(){return va("stylesheets"),r.apply(this,arguments)}};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}function pa(e){var t,n=v(ca);try{var r=function(){var n=t.value,r=e[n];T(e,n,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){!function(e){da(0,4,e)}(n),r=e}})};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}function ma(e,t){t(e);for(var n=0;n<e.length;n++){var r=e[n];I(r)?ma(r,t):t(r)}}function ya(e){ae(e.stylesheets)||ma(e.stylesheets,(function(e){I(e)?ha(e):pa(e)}));var t,n=v(ua);try{var r=function(){var n=t.value,r=e[n];T(e,n,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){fa||va(n),r=e}})};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}var o=A(e,"stylesheetTokens");T(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get:o.get,set:function(e){va("stylesheetTokens"),fa=!0,o.set.call(this,e),fa=!1}})}var ga=ce(CSSStyleSheet.prototype.replaceSync)&&I(document.adoptedStyleSheets),wa=ga&&A(document.adoptedStyleSheets,"length").writable,ba=!ae(document.documentMode),Ea=new Map;function Ca(e){var t=document.createElement("style");return t.type="text/css",t.textContent=e,t}function Sa(e,t,n){var r=function(e,t){var n=t.element;return t.usedElement?ba?Ca(e):n.cloneNode(!0):(t.usedElement=!0,n)}(e,n);t.appendChild(r)}function ka(e,t){var n=Ea.get(e);return ae(n)&&(n={stylesheet:void 0,element:void 0,roots:void 0,global:!1,usedElement:!1},Ea.set(e,n)),t&&ae(n.stylesheet)?n.stylesheet=function(e){var t=new CSSStyleSheet;return t.replaceSync(e),t}(e):!t&&ae(n.element)&&(n.element=Ca(e)),n}function Ta(e,t){var n=ka(e,ga),r=n.roots;if(ae(r))r=n.roots=new WeakSet;else if(r.has(t))return;r.add(t),ga?function(e,t,n){var r=t.adoptedStyleSheets,o=n.stylesheet;wa?r.push(o):t.adoptedStyleSheets=[].concat(f(r),[o])}(0,t,n):Sa(e,t,n)}var Ma,Aa=function(){if("undefined"==typeof customElements)return!1;try{var e=function(e){o(n,e);var t=i(n);function n(){return m(this,n),t.apply(this,arguments)}return g(n)}(HTMLElement);return customElements.define("lwc-test-"+Math.floor(1e6*Math.random()),e),new e,!0}catch(e){return!1}}(),Oa=new Map,Na=new WeakSet,La=!1;function _a(e){var t=function(e){var t=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error("Invariant Violation: ".concat(t))},isFalse:function(e,t){if(e)throw new Error("Assert Violation: ".concat(t))},isTrue:function(e,t){if(!e)throw new Error("Assert Violation: ".concat(t))}});function n(e){return void 0===e}if(e.createFragment=void 0,"function"==typeof HTMLTemplateElement)e.createFragment=function(e){var t=document.createElement("template");return t.innerHTML=e,t.content.firstChild};else{var r={caption:["table"],col:["colgroup","table"],colgroup:["table"],option:["select"],tbody:["table"],td:["tr","tbody","table"],th:["tr","tbody","table"],thead:["table"],tfoot:["table"],tr:["tbody","table"]};e.createFragment=function(e){var t,o=r[(t=e,(/<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(t)||["",""])[1].toLowerCase())];if(!n(o)){var a,i=v(o);try{for(i.s();!(a=i.n()).done;){var l=a.value;e="<".concat(l,">").concat(e,"</").concat(l,">")}}catch(e){i.e(e)}finally{i.f()}}var u=document.implementation.createHTMLDocument("");u.body.innerHTML=e;var c=u.body;if(!n(o))for(var s=0;s<o.length;s++)c=c.firstChild;return c.firstChild}}return e.addEventListener=function(e,t,n,r){e.addEventListener(t,n,r)},e.assertInstanceOfHTMLElement=function(e,n){t.invariant(e instanceof HTMLElement,n)},e.attachShadow=function(e,t){return null!==e.shadowRoot?e.shadowRoot:e.attachShadow(t)},e.cloneNode=function(e,t){return e.cloneNode(t)},e.createComment=function(e){return document.createComment(e)},e.createElement=function(e,t){return n(t)?document.createElement(e):document.createElementNS(t,e)},e.createText=function(e){return document.createTextNode(e)},e.dispatchEvent=function(e,t){return e.dispatchEvent(t)},e.getAttribute=function(e,t,r){return n(r)?e.getAttribute(t):e.getAttributeNS(r,t)},e.getBoundingClientRect=function(e){return e.getBoundingClientRect()},e.getChildNodes=function(e){return e.childNodes},e.getChildren=function(e){return e.children},e.getClassList=function(e){return e.classList},e.getElementsByClassName=function(e,t){return e.getElementsByClassName(t)},e.getElementsByTagName=function(e,t){return e.getElementsByTagName(t)},e.getFirstChild=function(e){return e.firstChild},e.getFirstElementChild=function(e){return e.firstElementChild},e.getLastChild=function(e){return e.lastChild},e.getLastElementChild=function(e){return e.lastElementChild},e.getProperty=function(e,t){return e[t]},e.insert=function(e,t,n){t.insertBefore(e,n)},e.isConnected=function(e){return e.isConnected},e.nextSibling=function(e){return e.nextSibling},e.querySelector=function(e,t){return e.querySelector(t)},e.querySelectorAll=function(e,t){return e.querySelectorAll(t)},e.remove=function(e,t){t.removeChild(e)},e.removeAttribute=function(e,t,r){n(r)?e.removeAttribute(t):e.removeAttributeNS(r,t)},e.removeEventListener=function(e,t,n,r){e.removeEventListener(t,n,r)},e.setAttribute=function(e,t,r,o){return n(o)?e.setAttribute(t,r):e.setAttributeNS(o,t,r)},e.setCSSStyleProperty=function(e,t,n,r){e.style.setProperty(t,n,r?"important":"")},e.setProperty=function(e,t,n){e[t]=n},e.setText=function(e,t){e.nodeValue=t},e}({});return Object.setPrototypeOf(t,e),t}Ma=Aa?function(e,n,r,a){var l=Oa.get(e);if(ae(l)){if(!ae(customElements.get(e)))throw new Error('Unexpected tag name "'.concat(e,'". This name is a registered custom element, preventing LWC to upgrade the element.'));l=function(e,n){var r=!ae(e),a=!ae(n),l=function(e){o(n,e);var t=i(n);function n(e){var o;return m(this,n),o=t.call(this),La?e(u(o)):(r||a)&&Na.add(u(o)),o}return g(n)}(t(HTMLElement));return r&&(l.prototype.connectedCallback=function(){Na.has(this)||e(this)}),a&&(l.prototype.disconnectedCallback=function(){Na.has(this)||n(this)}),l}(r,a),customElements.define(e,l),Oa.set(e,l)}La=!0;try{return new l(n)}finally{La=!1}}:function(e,t){var n=document.createElement(e);return t(n),n};var Pa=C(_a(null),{insertStylesheet:function(e,t){ae(t)?function(e){var t=ka(e,!1);t.global||(t.global=!0,Sa(e,document.head,t))}(e):Ta(e,t)},createCustomElement:Ma,isNativeShadowDefined:Ee.$isNativeShadowRootDefined$,isSyntheticShadowDefined:L.call(Element.prototype,ke)});function Ra(e,t){if(e.shadowRoot)for(var n=e.shadowRoot;!ie(n.firstChild);)n.removeChild(n.firstChild);if("light"===t.renderMode)for(;!ie(e.firstChild);)e.removeChild(e.firstChild)}function xa(e,t,n){for(var r=No(e,t,Pa,{mode:"open",owner:null,tagName:e.tagName.toLowerCase(),hydrated:!0}),o=0,a=Object.entries(n);o<a.length;o++){var i=d(a[o],2),l=i[0],u=i[1];e[l]=u}return r}function Ia(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!(e instanceof Element))throw new TypeError('"hydrateComponent" expects a valid DOM element as the first parameter but instead received '.concat(e,"."));if(!ce(t))throw new TypeError('"hydrateComponent" expects a valid component constructor as the second parameter but instead received '.concat(t,"."));if(!se(n)||ie(n))throw new TypeError('"hydrateComponent" expects an object as the third parameter but instead received '.concat(n,"."));if(Po(e))console.warn('"hydrateComponent" expects an element that is not hydrated.',e);else try{var r=xa(e,t,n);Qo(r)}catch(r){console.error("Recovering from error while hydrating: ",r),Ra(e,t),xa(e,t,n),To(e)}}var Da=new WeakSet;function Fa(e){var n,r=function(e){return Xn(e).bridge}(e),a=r.observedAttributes,l=r.prototype.attributeChangedCallback;return(n=function(t){o(r,t);var n=i(r);function r(){var t;return m(this,r),(t=n.call(this)).isConnected?(Ia(u(t),e,{}),Da.add(u(t))):No(u(t),e,Pa,{mode:"open",owner:null,tagName:t.tagName}),t}return g(r,[{key:"connectedCallback",value:function(){Da.has(this)?Da.delete(this):To(this)}},{key:"disconnectedCallback",value:function(){Mo(this)}},{key:"attributeChangedCallback",value:function(e,t,n){l.call(this,e,t,n)}}]),r}(t(HTMLElement))).observedAttributes=a,n}var ja=Node,Ba=new WeakMap,Ha=new WeakMap;function Wa(e,t){var n=t.get(e);return ae(n)||n(e),e}if(!lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE){var Va=ja.prototype,$a=Va.appendChild,Ga=Va.insertBefore,Ua=Va.removeChild,Ya=Va.replaceChild;C(ja.prototype,{appendChild:function(e){return Wa($a.call(this,e),Ba)},insertBefore:function(e,t){return Wa(Ga.call(this,e,t),Ba)},removeChild:function(e){return Wa(Ua.call(this,e),Ha)},replaceChild:function(e,t){var n=Ya.call(this,e,t);return Wa(n,Ha),Wa(e,Ba),n}})}var Ka=Node;var za=new Map;return T(pn,"CustomElementConstructor",{get:function(){return function(e){if(e===pn)throw new TypeError("Invalid Constructor. LightningElement base class can't be claimed as a custom element.");var t=za.get(e);return ae(t)&&(t=Fa(e),za.set(e,t)),t}(this)}}),M(pn),R(pn.prototype),e.LightningElement=pn,e.__unstable__ProfilerControl=Gr,e.__unstable__ReportingControl=Ue,e.api=function(){throw new Error},e.buildCustomElementConstructor=function(e){return e.CustomElementConstructor},e.createContextProvider=function(e){var t=On(e);if(!ae(t))throw new Error("Adapter already has a context provider.");!function(e,t){An.set(e,t)}(e,t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}());var n=new WeakSet;return function(e,r){if(n.has(e))throw new Error("Adapter was already installed on ".concat(e,"."));n.add(e);var o=r.consumerConnectedCallback,a=r.consumerDisconnectedCallback;e.addEventListener(t,(function(e){var t=e.setNewContext,n=e.setDisconnectedCallback,r={provide:function(e){t(e)}};n((function(){ae(a)||a(r)})),o(r),e.stopImmediatePropagation()}))}},e.createElement=function(e,t){if(!se(t)||ie(t))throw new TypeError('"createElement" function expects an object as second parameter but received "'.concat(he(t),'".'));var n=t.is;if(!ce(n))throw new TypeError('"createElement" function expects an "is" option with a valid component constructor.');var r,o,a=Pa.createCustomElement,i=oe.call(e);return lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(r=function(e){To(e)},o=function(e){Mo(e)}),a(i,(function(e){No(e,n,Pa,{tagName:i,mode:"closed"!==t.mode?"open":"closed",owner:null}),lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE||(Ba.set(e,To),Ha.set(e,Mo))}),r,o)},e.freezeTemplate=function(e){lwcRuntimeFlags.ENABLE_FROZEN_TEMPLATE?(M(e),ae(e.stylesheets)||ma(e.stylesheets,(function(e){M(e)}))):(!function(e){T(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get:function(){var e=this.stylesheetToken;return ae(e)?e:{hostAttribute:"".concat(e,"-host"),shadowAttribute:e}},set:function(e){this.stylesheetToken=ae(e)?void 0:e.shadowAttribute}})}(e),Ye((function(){ya(e)})))},e.getComponentConstructor=function(e){var t=null;if(!ae(e)){var n=Po(e);ae(n)||(t=n.def.ctor)}return t},e.getComponentDef=function(e){var t=Xn(e),n=t.ctor,r=t.name,o=t.props,a=t.propsConfig,i=t.methods,l={};for(var u in o)l[u]={config:a[u]||0,type:"any",attr:Ie(u)};var c={};for(var s in i)c[s]=i[s].value;return{ctor:n,name:r,props:l,methods:c}},e.hydrateComponent=Ia,e.isComponentConstructor=qn,e.isNodeFromTemplate=function(e){if(ue(e instanceof Ka))return!1;if(e instanceof ShadowRoot)return!1;var t=e.getRootNode();return!!(t instanceof ShadowRoot&&ue(L.call(N(t),"synthetic")))||Pa.isSyntheticShadowDefined&&!ae(e[Ce])},e.parseFragment=eo,e.parseSVGFragment=to,e.readonly=function(e){return sn(e)},e.register=function(e){for(var t=0;t<go.length;++t){var n=go[t];if(n in e){var r=yo[n];ae(r)&&(yo[n]=r=[]),G.call(r,e[n])}}},e.registerComponent=function(e,t){var n=t.tmpl;return ce(e)&&so.set(e,n),e},e.registerDecorators=function(e,t){var n,r=e.prototype,o=t.publicProps,a=t.publicMethods,i=t.wire,l=t.track,u=t.fields,c=S(null),s=S(null),f=S(null),d=S(null),v=S(null),h=S(null);if(!ae(o))for(var p in o){var m=o[p];if(h[p]=m.config,n=A(r,p),m.config>0){if(ae(n))throw new Error;n=Pn(0,n)}else n=ae(n)||ae(n.get)?_n(p):Pn(0,n);s[p]=n,T(r,p,n)}if(ae(a)||Z.call(a,(function(e){if(ae(n=A(r,e)))throw new Error;c[e]=n})),!ae(i))for(var y in i){var g=i[y],w=g.adapter,b=g.method,E=g.config,C=g.dynamic,k=void 0===C?[]:C;if(n=A(r,y),1===b){if(ae(n))throw new Error;f[y]=n,Nn(n,w,E,k)}else n=xn(y),d[y]=n,Ln(n,w,E,k),T(r,y,n)}if(!ae(l))for(var M in l)n=A(r,M),n=Rn(M),T(r,M,n);if(!ae(u))for(var O=0,N=u.length;O<N;O++){var L=u[O];n=A(r,L);var _=!ae(o)&&L in o,P=!ae(l)&&L in l;_||P||(v[L]=Sn(L))}return function(e,t){In.set(e,t)}(e,{apiMethods:c,apiFields:s,apiFieldsConfig:h,wiredMethods:f,wiredFields:d,observedFields:v}),e},e.registerTemplate=function(e){return Fn.add(e),e},e.renderer=Pa,e.rendererFactory=_a,e.sanitizeAttribute=function(e,t,n,r){return r},e.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(ae(Fe[e])){var n=P(Fe).map((function(e){return'"'.concat(e,'"')})).join(", ");console.warn('Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'" because it is undefined. Available flags: ').concat(n,"."))}else{var r=je[e];ae(r)?T(je,e,{value:t}):console.error('Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'". "').concat(e,'" has already been set with the value "').concat(r,'".'))}}else{var o='Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'". Runtime feature flags can only be set to a boolean value.');console.error(o)}},e.setFeatureFlagForTest=function(e,t){},e.setHooks=function(e){var t;E.isFalse(la,"Hooks are already overridden, only one definition is allowed."),la=!0,t=e.sanitizeHtmlContent,Hr=t},e.swapComponent=function(e,t){return!1},e.swapStyle=function(e,t){return!1},e.swapTemplate=function(e,t){return!1},e.track=function(e){if(1===arguments.length)return fn(e);throw new Error},e.unwrap=function(e){return cn.unwrapProxy(e)},e.wire=function(e,t){throw new Error},e}({});
1
+ var LWC=function(e){"use strict";function t(e){var r="function"==typeof Map?new Map:void 0;return t=function(e){if(null===e||(t=e,-1===Function.toString.call(t).indexOf("[native code]")))return e;var t;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,o)}function o(){return n(e,arguments,c(this).constructor)}return o.prototype=Object.create(e.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),a(o,e)},t(e)}function n(e,t,r){return n=u()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&a(o,n.prototype),o},n.apply(null,arguments)}function r(e,t,n){return(t=g(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function i(e){var t=u();return function(){var n,r=c(e);if(t){var o=c(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"===w(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return l(e)}(this,n)}}function l(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function c(e){return c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},c(e)}function s(e){return function(e){if(Array.isArray(e))return h(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||v(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a,i,l=[],u=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){c=!0,o=e}finally{try{if(!u&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw o}}return l}}(e,t)||v(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=v(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){l=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(l)throw a}}}}function v(e,t){if(e){if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(e,t):void 0}}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function m(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,g(r.key),r)}}function y(e,t,n){return t&&m(e.prototype,t),n&&m(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function g(e){var t=function(e,t){if("object"!==w(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==w(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===w(t)?t:String(t)}function w(e){return w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},w(e)}var b=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error("Invariant Violation: ".concat(t))},isFalse:function(e,t){if(e)throw new Error("Assert Violation: ".concat(t))},isTrue:function(e,t){if(!e)throw new Error("Assert Violation: ".concat(t))}}),E=Object.assign,C=Object.create,S=Object.defineProperties,k=Object.defineProperty,T=Object.freeze,M=Object.getOwnPropertyDescriptor,A=Object.getOwnPropertyNames,O=Object.getPrototypeOf,N=Object.hasOwnProperty,L=Object.isFrozen,_=Object.keys,P=Object.seal,R=Object.setPrototypeOf,x=Array.isArray,I=Array.prototype,D=I.copyWithin,F=I.fill,j=I.filter,B=I.indexOf,H=I.join,W=I.map,V=I.pop,$=I.push,G=I.reverse,U=I.shift,Y=I.slice,K=I.sort,z=I.splice,q=I.unshift,X=I.forEach,Z=String.fromCharCode,Q=String.prototype,J=Q.charCodeAt,ee=Q.replace,te=Q.split,ne=Q.slice,re=Q.toLowerCase;function oe(e){return void 0===e}function ae(e){return null===e}function ie(e){return!0===e}function le(e){return!1===e}function ue(e){return"function"==typeof e}function ce(e){return"object"===w(e)}function se(e){return"string"==typeof e}function fe(){}var de={}.toString;function ve(e){return e&&e.toString?x(e)?H.call(W.call(e,ve),","):e.toString():"object"===w(e)?de.call(e):e+""}function he(e,t){do{var n=M(e,t);if(!oe(n))return n;e=O(e)}while(null!==e)}var pe=["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"],me=function(){var e=C(null),t=C(null);return X.call(pe,(function(n){var r=re.call(ee.call(n,/^aria/,(function(){return"aria-"})));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}}(),ye=me.AriaAttrNameToPropNameMap,ge=me.AriaPropNameToAttrNameMap,we=new Set(["aria-activedescendant","aria-controls","aria-describedby","aria-details","aria-errormessage","aria-flowto","aria-labelledby","aria-owns","for"]),be="object"===("undefined"==typeof globalThis?"undefined":w(globalThis))?globalThis:window,Ee="$shadowResolver$",Ce="$shadowStaticNode$",Se="$shadowToken$",ke="$$lwc-synthetic-mode",Te="$scoped$",Me="http://www.w3.org/XML/1998/namespace",Ae="http://www.w3.org/2000/svg",Oe="http://www.w3.org/1999/xlink",Ne=/-([a-z])/g,Le=function(){var 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((function(e,n){return t.set(e,n)})),{NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING:t,NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING:e}}(),_e=Le.NO_STANDARD_ATTRIBUTE_PROPERTY_MAPPING,Pe=Le.NO_STANDARD_PROPERTY_ATTRIBUTE_MAPPING,Re=new Map,xe=new Map;function Ie(e){var t=ge[e];if(!oe(t))return t;var n=Pe.get(e);if(!oe(n))return n;var r=Re.get(e);if(!oe(r))return r;for(var o="",a=0,i=e.length;a<i;a++){var l=J.call(e,a);o+=l>=65&&l<=90?"-"+Z(l+32):Z(l)}return Re.set(e,o),o}function De(e){var t=ye[e];if(!oe(t))return t;var n=_e.get(e);if(!oe(n))return n;var r=xe.get(e);if(!oe(r))return r;var o=ee.call(e,Ne,(function(e){return e[1].toUpperCase()}));return xe.set(e,o),o}var Fe={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};be.lwcRuntimeFlags||Object.defineProperty(be,"lwcRuntimeFlags",{value:C(null)});var je=be.lwcRuntimeFlags;function Be(e,t){return oe(M(t,e))}function He(e,t){var n=function(e){return{get:function(){return this.hasAttribute(e)?this.getAttribute(e):null},set:function(t){ae(t)?this.removeAttribute(e):this.setAttribute(e,t)},configurable:!0,enumerable:!0}}(ge[e]);k(t,e,n)}function We(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Element.prototype,t=_(ge),n=0,r=t.length;n<r;n+=1){var o=t[n];Be(o,e)&&He(o,e)}}lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL||We();var Ve=[],$e=fe,Ge=!1,Ue={attachDispatcher:function(e){Ge=!0,$e=e;for(var t=0,n=Ve;t<n.length;t++){var r=n[t];try{r()}catch(e){console.error("Could not invoke callback",e)}}Ve.length=0},detachDispatcher:function(){Ge=!1,$e=fe}};function Ye(e){Ge?e():Ve.push(e)}function Ke(e,t){Ge&&$e(e,t)}function ze(e){return"<".concat(re.call(e.tagName),">")}function qe(e,t){if(!L(t)&&oe(t.wcStack)){var n=function(e){for(var t=[],n=e;!ae(n);)$.call(t,ze(n)),n=n.owner;return t.reverse().join("\n\t")}(e);k(t,"wcStack",{get:function(){return n}})}}var Xe=new Set;function Ze(e,t,n,r){var o="[LWC ".concat(e,"]: ").concat(t);if(oe(n)||(o="".concat(o,"\n").concat(function(e){for(var t=[],n="";!ae(e.owner);)$.call(t,n+ze(e)),e=e.owner,n+="\t";return H.call(t,"\n")}(n))),r){if(Xe.has(o))return;Xe.add(o)}try{throw new Error(o)}catch(t){console[e](t)}}function Qe(e,t){Ze("error",e,t,!1)}var Je=new WeakMap;var et=null;function tt(e,t){var n=Je.get(e);if(!oe(n)){var r=n[t];if(!oe(r))for(var o=0,a=r.length;o<a;o+=1){r[o].notify()}}}function nt(e,t){if(null!==et){var n=et,r=function(e){var t=Je.get(e);if(oe(t)){var n=C(null);t=n,Je.set(e,n)}return t}(e),o=r[t];if(oe(o))o=[],r[t]=o;else if(o[0]===n)return;-1===B.call(o,n)&&n.link(o)}}var rt=function(){function e(t){p(this,e),this.listeners=[],this.callback=t}return y(e,[{key:"observe",value:function(e){var t,n=et;et=this;try{e()}catch(e){t=Object(e)}finally{if(et=n,void 0!==t)throw t}}},{key:"reset",value:function(){var e=this.listeners,t=e.length;if(t>0){for(var n=0;n<t;n+=1){var r=e[n],o=B.call(e[n],this);z.call(r,o,1)}e.length=0}}},{key:"notify",value:function(){this.callback.call(void 0,this)}},{key:"link",value:function(e){$.call(e,this),$.call(this.listeners,e)}}]),e}();function ot(e,t){tt(e.component,t)}function at(e,t){nt(e.component,t)}function it(e){return new rt(e)}var lt=[],ut=32,ct=P(C(null)),st=P([]);function ft(){var e=lt;lt=[];for(var t=0,n=e.length;t<n;t+=1)e[t]()}function dt(e){0===lt.length&&Promise.resolve().then(ft),$.call(lt,e)}var vt=/;(?![^(]*\))/g,ht=/:(.+)/;function pt(e,t){var n,r={},o=d(_(e));try{for(o.s();!(n=o.n()).done;){var a=n.value;a!==t&&(r[a]=e[a])}}catch(e){o.e(e)}finally{o.f()}return r}function mt(e){var t,n=[],r=d(e);try{for(r.s();!(t=r.n()).done;){var o=t.value;x(o)?n.push.apply(n,s(mt(o))):n.push(o)}}catch(e){r.e(e)}finally{r.f()}return n}function yt(e,t,n){var r=e.refVNodes;(!(t in r)||r[t].key<n.key)&&(r[t]=n)}function gt(e){var t=e();return(null==t?void 0:t.__esModule)?t.default:t}function wt(e){return ue(e)&&N.call(e,"__circular__")}var bt,Et="undefined"!=typeof HTMLElement?HTMLElement:function(){},Ct=Et.prototype,St=null;function kt(e,t){St=null,bt=void 0}function Tt(e,t){St=e,bt=t}var Mt=C(null);function At(e,t,n){var r=e.cmpFields;n!==r[t]&&(r[t]=n,ot(e,t))}X.call(_(ge),(function(e){var t=he(Ct,e);oe(t)||(Mt[e]=t)})),X.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(function(e){var t=he(Ct,e);oe(t)||(Mt[e]=t)}));var Ot=Array.isArray,Nt=Object.prototype,Lt=Object.getPrototypeOf,_t=Object.create,Pt=Object.defineProperty,Rt=Object.isExtensible,xt=Object.getOwnPropertyDescriptor,It=Object.getOwnPropertyNames,Dt=Object.getOwnPropertySymbols,Ft=Object.preventExtensions,jt=Object.hasOwnProperty,Bt=Array.prototype,Ht=Bt.push,Wt=Bt.concat;function Vt(e){return void 0===e}function $t(e){return"function"==typeof e}var Gt=new WeakMap;function Ut(e,t){Gt.set(e,t)}var Yt=function(e){return Gt.get(e)||e},Kt=function(){function e(t,n){p(this,e),this.originalTarget=n,this.membrane=t}return y(e,[{key:"wrapDescriptor",value:function(e){if(jt.call(e,"value"))e.value=this.wrapValue(e.value);else{var t=e.set,n=e.get;Vt(n)||(e.get=this.wrapGetter(n)),Vt(t)||(e.set=this.wrapSetter(t))}return e}},{key:"copyDescriptorIntoShadowTarget",value:function(e,t){var n=this.originalTarget,r=xt(n,t);if(!Vt(r)){var o=this.wrapDescriptor(r);Pt(e,t,o)}}},{key:"lockShadowTarget",value:function(e){var t=this,n=this.originalTarget;Wt.call(It(n),Dt(n)).forEach((function(n){t.copyDescriptorIntoShadowTarget(e,n)}));var r=this.membrane.tagPropertyKey;Vt(r)||jt.call(e,r)||Pt(e,r,_t(null)),Ft(e)}},{key:"apply",value:function(e,t,n){}},{key:"construct",value:function(e,t,n){}},{key:"get",value:function(e,t){var n=this.originalTarget,r=this.membrane.valueObserved,o=n[t];return r(n,t),this.wrapValue(o)}},{key:"has",value:function(e,t){var n=this.originalTarget,r=this.membrane,o=r.tagPropertyKey;return(0,r.valueObserved)(n,t),t in n||t===o}},{key:"ownKeys",value:function(e){var t=this.originalTarget,n=this.membrane.tagPropertyKey,r=Vt(n)||jt.call(t,n)?[]:[n];return Ht.apply(r,It(t)),Ht.apply(r,Dt(t)),r}},{key:"isExtensible",value:function(e){var t=this.originalTarget;return!!Rt(e)&&(!!Rt(t)||(this.lockShadowTarget(e),!1))}},{key:"getPrototypeOf",value:function(e){var t=this.originalTarget;return Lt(t)}},{key:"getOwnPropertyDescriptor",value:function(e,t){var n=this.originalTarget,r=this.membrane,o=r.valueObserved,a=r.tagPropertyKey;o(n,t);var i=xt(n,t);if(Vt(i)){if(t!==a)return;return Pt(e,a,i={value:void 0,writable:!1,configurable:!1,enumerable:!1}),i}return!1===i.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(i)}}]),e}(),zt=new WeakMap,qt=new WeakMap,Xt=new WeakMap,Zt=new WeakMap,Qt=function(e){o(n,e);var t=i(n);function n(){return p(this,n),t.apply(this,arguments)}return y(n,[{key:"wrapValue",value:function(e){return this.membrane.getProxy(e)}},{key:"wrapGetter",value:function(e){var t=zt.get(e);if(!Vt(t))return t;var n=this,r=function(){return n.wrapValue(e.call(Yt(this)))};return zt.set(e,r),Xt.set(r,e),r}},{key:"wrapSetter",value:function(e){var t=qt.get(e);if(!Vt(t))return t;var n=function(t){e.call(Yt(this),Yt(t))};return qt.set(e,n),Zt.set(n,e),n}},{key:"unwrapDescriptor",value:function(e){if(jt.call(e,"value"))e.value=Yt(e.value);else{var t=e.set,n=e.get;Vt(n)||(e.get=this.unwrapGetter(n)),Vt(t)||(e.set=this.unwrapSetter(t))}return e}},{key:"unwrapGetter",value:function(e){var t=Xt.get(e);if(!Vt(t))return t;var n=this,r=function(){return Yt(e.call(n.wrapValue(this)))};return zt.set(r,e),Xt.set(e,r),r}},{key:"unwrapSetter",value:function(e){var t=Zt.get(e);if(!Vt(t))return t;var n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return qt.set(r,e),Zt.set(e,r),r}},{key:"set",value:function(e,t,n){var r=this.originalTarget,o=this.membrane.valueMutated;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&Ot(r)&&o(r,t),!0}},{key:"deleteProperty",value:function(e,t){var n=this.originalTarget,r=this.membrane.valueMutated;return delete n[t],r(n,t),!0}},{key:"setPrototypeOf",value:function(e,t){}},{key:"preventExtensions",value:function(e){if(Rt(e)){var t=this.originalTarget;if(Ft(t),Rt(t))return!1;this.lockShadowTarget(e)}return!0}},{key:"defineProperty",value:function(e,t,n){var r=this.originalTarget,o=this.membrane,a=o.valueMutated;return t===o.tagPropertyKey&&!jt.call(r,t)||(Pt(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),a(r,t),!0)}}]),n}(Kt),Jt=new WeakMap,en=new WeakMap,tn=function(e){o(n,e);var t=i(n);function n(){return p(this,n),t.apply(this,arguments)}return y(n,[{key:"wrapValue",value:function(e){return this.membrane.getReadOnlyProxy(e)}},{key:"wrapGetter",value:function(e){var t=Jt.get(e);if(!Vt(t))return t;var n=this,r=function(){return n.wrapValue(e.call(Yt(this)))};return Jt.set(e,r),r}},{key:"wrapSetter",value:function(e){var t=en.get(e);if(!Vt(t))return t;var n=function(e){};return en.set(e,n),n}},{key:"set",value:function(e,t,n){return!1}},{key:"deleteProperty",value:function(e,t){return!1}},{key:"setPrototypeOf",value:function(e,t){}},{key:"preventExtensions",value:function(e){return!1}},{key:"defineProperty",value:function(e,t,n){return!1}}]),n}(Kt);function nn(e){if(null===e)return!1;if("object"!==w(e))return!1;if(Ot(e))return!0;var t=Lt(e);return t===Nt||null===t||null===Lt(t)}var rn=function(e,t){},on=function(e,t){};function an(e){return Ot(e)?[]:{}}var ln=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};p(this,e),this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;var n=t.valueMutated,r=t.valueObserved,o=t.valueIsObservable,a=t.tagPropertyKey;this.valueMutated=$t(n)?n:on,this.valueObserved=$t(r)?r:rn,this.valueIsObservable=$t(o)?o:nn,this.tagPropertyKey=a}return y(e,[{key:"getProxy",value:function(e){var t=Yt(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}},{key:"getReadOnlyProxy",value:function(e){return e=Yt(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}},{key:"unwrapProxy",value:function(e){return Yt(e)}},{key:"getReactiveHandler",value:function(e){var t=this.reactiveObjectGraph.get(e);if(Vt(t)){var n=new Qt(this,e);Ut(t=new Proxy(an(e),n),e),this.reactiveObjectGraph.set(e,t)}return t}},{key:"getReadOnlyHandler",value:function(e){var t=this.readOnlyObjectGraph.get(e);if(Vt(t)){var n=new tn(this,e);Ut(t=new Proxy(an(e),n),e),this.readOnlyObjectGraph.set(e,t)}return t}}]),e}(),un=Symbol.for("@@lockerLiveValue"),cn=new ln({valueObserved:nt,valueMutated:tt,tagPropertyKey:un});function sn(e){return cn.getReadOnlyProxy(e)}function fn(e){return cn.getProxy(e)}function dn(e,t){var n=t.get,r=t.set,o=t.enumerable,a=t.configurable;if(!ue(n))throw new TypeError;if(!ue(r))throw new TypeError;return{enumerable:o,configurable:a,get:function(){var t=_o(this);if(!uo(t))return at(t,e),n.call(t.elm)},set:function(t){var n=_o(this);return At(n,e,t),r.call(n.elm,t)}}}var vn=new WeakMap,hn=function(){if(ae(lo))throw new TypeError("Illegal constructor");var e=lo,t=e.def,n=e.elm,o=t.bridge;if(R(n,o.prototype),e.component=this,1===arguments.length){var a=arguments[0],i=a.callHook,l=a.setHook,u=a.getHook;e.callHook=i,e.setHook=l,e.getHook=u}return this[un]=void 0,Lo(this,e),Lo(n,e),1===e.renderMode?e.renderRoot=function(e){var t,n=e.elm,o=e.mode,a=e.shadowMode,i=e.def.ctor,l=e.renderer.attachShadow,u=l(n,(r(t={},ke,1===a),r(t,"delegatesFocus",Boolean(i.delegatesFocus)),r(t,"mode",o),t));return e.shadowRoot=u,Lo(u,e),u}(e):e.renderRoot=n,this};hn.prototype={constructor:hn,dispatchEvent:function(e){var t=_o(this),n=t.elm,r=t.renderer.dispatchEvent;return r(n,e)},addEventListener:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.addEventListener;a(o,e,yo(r,t),n)},removeEventListener:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.removeEventListener;a(o,e,yo(r,t),n)},hasAttribute:function(e){var t=_o(this),n=t.elm;return!ae((0,t.renderer.getAttribute)(n,e))},hasAttributeNS:function(e,t){var n=_o(this),r=n.elm;return!ae((0,n.renderer.getAttribute)(r,t,e))},removeAttribute:function(e){var t=_o(this),n=t.elm,r=t.renderer.removeAttribute;Tt(n,e),r(n,e),kt()},removeAttributeNS:function(e,t){var n=_o(this),r=n.elm,o=n.renderer.removeAttribute;Tt(r,t),o(r,t,e),kt()},getAttribute:function(e){var t=_o(this),n=t.elm,r=t.renderer.getAttribute;return r(n,e)},getAttributeNS:function(e,t){var n=_o(this),r=n.elm;return(0,n.renderer.getAttribute)(r,t,e)},setAttribute:function(e,t){var n=_o(this),r=n.elm,o=n.renderer.setAttribute;Tt(r,e),o(r,e,t),kt()},setAttributeNS:function(e,t,n){var r=_o(this),o=r.elm,a=r.renderer.setAttribute;Tt(o,t),a(o,t,n,e),kt()},getBoundingClientRect:function(){var e=_o(this),t=e.elm,n=e.renderer.getBoundingClientRect;return n(t)},get isConnected(){var e=_o(this),t=e.elm;return(0,e.renderer.isConnected)(t)},get classList(){var e=_o(this),t=e.elm;return(0,e.renderer.getClassList)(t)},get template(){return _o(this).shadowRoot},get refs(){var e=_o(this);if(!Xr){var t=e.refVNodes;if(e.cmpTemplate,!ae(t)){var n=vn.get(t);if(oe(n)){n=C(null);var r,o=d(_(t));try{for(o.s();!(r=o.n()).done;){var a=r.value;n[a]=t[a].elm}}catch(e){o.e(e)}finally{o.f()}T(n),vn.set(t,n)}return n}}},set refs(e){k(this,"refs",{configurable:!0,enumerable:!0,writable:!0,value:e})},get shadowRoot(){return null},get children(){var e=_o(this);return e.renderer.getChildren(e.elm)},get childNodes(){var e=_o(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){var e=_o(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){var e=_o(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){var e=_o(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){var e=_o(this);return e.renderer.getLastElementChild(e.elm)},render:function(){return _o(this).def.template},toString:function(){var e=_o(this);return"[object ".concat(e.def.name,"]")}};for(var pn=C(null),mn=function(){var e=gn[yn];pn[e]={value:function(t){var n=_o(this),r=n.elm;return n.renderer[e](r,t)},configurable:!0,enumerable:!0,writable:!0}},yn=0,gn=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];yn<gn.length;yn++)mn();S(hn.prototype,pn);var wn=C(null);for(var bn in Mt)wn[bn]=dn(bn,Mt[bn]);function En(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){At(_o(this),e,t)},enumerable:!0,configurable:!0}}S(hn.prototype,wn),lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL&&We(hn.prototype),k(hn,"CustomElementConstructor",{get:function(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});var Cn="$$DeprecatedWiredElementHostKey$$",Sn="$$DeprecatedWiredParamsMetaKey$$",kn=new Map,Tn=function(e){o(n,e);var t=i(n);function n(e,r){var o,a=r.setNewContext,i=r.setDisconnectedCallback;return p(this,n),o=t.call(this,e,{bubbles:!0,composed:!0}),S(l(o),{setNewContext:{value:a},setDisconnectedCallback:{value:i}}),o}return y(n)}(t(CustomEvent));function Mn(e,t,n){var r,o,a=n.method,i=n.adapter,l=n.configCallback,u=n.dynamic,c=oe(a)?function(e,t){return function(n){At(e,t,n)}}(e,t):function(e,t){return function(n){Vo(e,e.owner,fe,(function(){t.call(e.component,n)}),fe)}}(e,a),s=function(e){c(e)};k(s,Cn,{value:e.elm}),k(s,Sn,{value:u}),Vo(e,e,fe,(function(){o=new i(s)}),fe);var f=function(e,t,n){var r=!1,o=it((function(){!1===r&&(r=!0,Promise.resolve().then((function(){r=!1,o.reset(),a()})))})),a=function(){var r;o.observe((function(){return r=t(e)})),n(r)};return{computeConfigAndUpdate:a,ro:o}}(e.component,l,(function(t){Vo(e,e,fe,(function(){o.update(t,r)}),fe)})),d=f.computeConfigAndUpdate,v=f.ro;return oe(i.contextSchema)||function(e,t,n){var r=On(t.adapter);if(!oe(r)){var o=e.elm,a=e.context,i=a.wiredConnecting,l=a.wiredDisconnecting,u=e.renderer.dispatchEvent;$.call(i,(function(){var e=new Tn(r,{setNewContext:function(e){n(e)},setDisconnectedCallback:function(e){$.call(l,e)}});u(o,e)}))}}(e,n,(function(t){r!==t&&(r=t,1===e.state&&d())})),{connector:o,computeConfigAndUpdate:d,resetConfigWatcher:function(){return v.reset()}}}var An=new Map;function On(e){return An.get(e)}function Nn(e,t,n,r){t.adapter&&(t=t.adapter);var o={adapter:t,method:e.value,configCallback:n,dynamic:r};kn.set(e,o)}function Ln(e,t,n,r){t.adapter&&(t=t.adapter);var o={adapter:t,configCallback:n,dynamic:r};kn.set(e,o)}function _n(e){return{get:function(){var t=_o(this);if(!uo(t))return at(t,e),t.cmpProps[e]},set:function(t){var n=_o(this);n.cmpProps[e]=t,ot(n,e)},enumerable:!0,configurable:!0}}function Pn(e,t){var n=t.get,r=t.set,o=t.enumerable,a=t.configurable;if(!ue(n))throw new Error;return{get:function(){return n.call(this)},set:function(e){_o(this),r&&r.call(this,e)},enumerable:o,configurable:a}}function Rn(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){var n=_o(this),r=fn(t);At(n,e,r)},enumerable:!0,configurable:!0}}function xn(e){return{get:function(){var t=_o(this);return at(t,e),t.cmpFields[e]},set:function(t){At(_o(this),e,t)},enumerable:!0,configurable:!0}}var In=new Map;var Dn={apiMethods:ct,apiFields:ct,apiFieldsConfig:ct,wiredMethods:ct,wiredFields:ct,observedFields:ct};var Fn=new Set;function jn(){return[]}Fn.add(jn);var Bn=C(null),Hn=C(null);function Wn(e){var t=Bn[e];return oe(t)&&(t=Bn[e]=function(){var t=_o(this);return(0,t.getHook)(t.component,e)}),t}function Vn(e){var t=Hn[e];return oe(t)&&(t=Hn[e]=function(t){var n=_o(this),r=n.setHook;t=sn(t),r(n.component,e,t)}),t}function $n(e){return function(){var t=_o(this),n=t.callHook,r=t.component[e];return n(t.component,r,Y.call(arguments))}}function Gn(e,t){return function(n,r,o){if(r!==o){var a=e[n];oe(a)?oe(t)||t.apply(this,arguments):function(e,t){return e!==St||t!==bt}(this,n)&&(this[a]=o)}}}function Un(e,t,n){var r;ue(e)?r=function(e){o(n,e);var t=i(n);function n(){return p(this,n),t.apply(this,arguments)}return y(n)}(e):(R(r=function(){throw new TypeError("Illegal constructor")},e),R(r.prototype,e.prototype),k(r.prototype,"constructor",{writable:!0,configurable:!0,value:r}));for(var a=C(null),l=e.prototype.attributeChangedCallback,u=e.observedAttributes,c=void 0===u?[]:u,f=C(null),d=0,v=t.length;d<v;d+=1){var h=t[d];a[Ie(h)]=h,f[h]={get:Wn(h),set:Vn(h),enumerable:!0,configurable:!0}}for(var m=0,g=n.length;m<g;m+=1){var w=n[m];f[w]={value:$n(w),writable:!0,configurable:!0}}return f.attributeChangedCallback={value:Gn(a,l)},k(r,"observedAttributes",{get:function(){return[].concat(s(c),s(_(a)))}}),S(r.prototype,f),r}var Yn=Un(Et,A(Mt),[]);lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL&&We(Yn.prototype),T(Yn),P(Yn.prototype);new WeakMap,new WeakMap,new WeakMap,new WeakMap;var Kn=new WeakMap;function zn(e){var t=e.shadowSupportMode,n=e.renderMode,r=function(e){var t=In.get(e);return oe(t)?Dn:t}(e),o=r.apiFields,a=r.apiFieldsConfig,i=r.apiMethods,l=r.wiredFields,u=r.wiredMethods,c=r.observedFields,s=e.prototype,f=s.connectedCallback,d=s.disconnectedCallback,v=s.renderedCallback,h=s.errorCallback,p=s.render,m=function(e){var t=O(e);if(ae(t))throw new ReferenceError("Invalid prototype chain for ".concat(e.name,", you must extend LightningElement."));if(wt(t)){var n=gt(t);t=n===t?hn:n}return t}(e),y=m!==hn?Xn(m):Zn,g=Un(y.bridge,_(o),_(i)),w=E(C(null),y.props,o),b=E(C(null),y.propsConfig,a),k=E(C(null),y.methods,i),T=E(C(null),y.wire,l,u);f=f||y.connectedCallback,d=d||y.disconnectedCallback,v=v||y.renderedCallback,h=h||y.errorCallback,p=p||y.render;var M=y.shadowSupportMode;oe(t)||(M=t);var A=y.renderMode;oe(n)||(A="light"===n?0:1);var N=function(e){return fo.get(e)}(e)||y.template,L=e.name||y.name;return S(s,c),{ctor:e,name:L,wire:T,props:w,propsConfig:b,methods:k,bridge:g,template:N,renderMode:A,shadowSupportMode:M,connectedCallback:f,disconnectedCallback:d,renderedCallback:v,errorCallback:h,render:p}}function qn(e){if(!ue(e))return!1;if(e.prototype instanceof hn)return!0;var t=e;do{if(wt(t)){var n=gt(t);if(n===t)return!0;t=n}if(t===hn)return!0}while(!ae(t)&&(t=O(t)));return!1}function Xn(e){var t=Kn.get(e);if(oe(t)){if(wt(e))return t=Xn(gt(e)),Kn.set(e,t),t;if(!qn(e))throw new TypeError("".concat(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=zn(e),Kn.set(e,t)}return t}var Zn={ctor:hn,name:hn.name,props:wn,propsConfig:ct,methods:ct,renderMode:1,shadowSupportMode:"reset",wire:ct,bridge:Yn,template:jn,render:hn.prototype.render};function Qn(e){return"".concat(e,"-host")}function Jn(e){return Vr.h("style",{key:"style",attrs:{type:"text/css"}},[Vr.t(e)])}function er(e,t,n){for(var r,o=[],a=0;a<e.length;a++){var i=e[a];if(x(i))$.apply(o,er(i,t,n));else{var l=i[Te];if(lwcRuntimeFlags.DISABLE_LIGHT_DOM_UNSCOPED_CSS&&!l&&0===n.renderMode){Qe("Unscoped CSS is not supported in Light DOM. Please use scoped CSS (*.scoped.css) instead of unscoped CSS (*.css).");continue}var u=l||1===n.shadowMode&&1===n.renderMode?t:void 0,c=0===n.renderMode?!l:0===n.shadowMode,s=void 0;1===n.renderMode?s=0===n.shadowMode:(oe(r)&&(r=tr(n)),s=ae(r)||0===r.shadowMode),$.call(o,i(u,c,s))}}return o}function tr(e){for(var t=e;!ae(t);){if(1===t.renderMode)return t;t=t.owner}return t}function nr(e){var t=e.cmpTemplate;return e.context.hasScopedStyles&&(null==t?void 0:t.stylesheetToken)||null}function rr(e,t){var n=e.renderMode,r=e.shadowMode,o=e.renderer.insertStylesheet;if(1===n&&1===r)for(var a=0;a<t.length;a++)o(t[a]);else{if(e.hydrated)return W.call(t,Jn);for(var i=function(e){var t=tr(e);return ae(t)||1!==t.shadowMode?t:null}(e),l=ae(i)?void 0:i.shadowRoot,u=0;u<t.length;u++)o(t[u],l)}return null}function or(e){var t=e.type;return 2===t||3===t}function ar(e,t){return e.key===t.key&&e.sel===t.sel}function ir(e){return 5===e.type}function lr(e){return 6===e.type}var ur=58;var cr=58;function sr(e,t){return"input"===e&&("value"===t||"checked"===t)}function fr(e,t,n){var r=t.data.props,o=t.data.spread;if(!oe(r)||!oe(o)){var a;if(!ae(e)){a=e.data.props;var i=e.data.spread;if(a===r&&i===o)return;oe(a)&&(a=ct),oe(i)||(a=E({},a,i))}oe(o)||(r=E({},r,o));var l=ae(e),u=t.elm,c=t.sel,s=n.getProperty,f=n.setProperty;for(var d in r){var v=r[d];!l&&v===(sr(c,d)?s(u,d):a[d])&&d in a||f(u,d,v)}}}var dr=C(null);function vr(e){if(null==e)return ct;e=se(e)?e:e+"";var t=dr[e];if(t)return t;t=C(null);var n,r=0,o=e.length;for(n=0;n<o;n++)J.call(e,n)===ut&&(n>r&&(t[ne.call(e,r,n)]=!0),r=n+1);return n>r&&(t[ne.call(e,r,n)]=!0),dr[e]=t,t}function hr(e,t){var n=e.elm,r=e.data.on;if(!oe(r)){var o=t.addEventListener;for(var a in r){o(n,a,r[a])}}}function pr(e,t,n,r){Pr(t)?xr(e,t,n,r):Ir(e,t,n,r)}function mr(e,t,n,r){var o,a;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&kr(t,n)}(e,t,r);break;case 4:t.elm=e.elm;break;case 5:!function(e,t,n,r){var o=t.children,a=t.stable;a?Ir(e.children,o,n,r):xr(e.children,o,n,r);t.elm=o[o.length-1].elm}(e,t,n,r);break;case 2:!function(e,t,n){var r=t.elm=e.elm;Ar(e,t,n),pr(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){var o=r.nextSibling(e.elm);br(e,n,r,!0),gr(t,n,o,r)}else{var a=t.elm=e.elm,i=t.vm=e.vm;if(Ar(e,t,r),!oe(i)){Nr(t,i);var l=i.shadowMode,u=i.renderMode;0==l&&0!==u&&Pr(e.children)&&_r(t.children)}pr(e.children,t.children,a,r),oe(i)||function(e){Ro(e)}(i)}}(e,t,n,null!==(a=t.data.renderer)&&void 0!==a?a:r)}}function yr(e,t,n,r){var o,a;switch(e.type){case 0:!function(e,t,n,r){var o=e.owner,a=r.createText,i=e.elm=a(e.text);Sr(i,o,r),Tr(i,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){var o=e.owner,a=r.createComment,i=e.elm=a(e.text);Sr(i,o,r),Tr(i,t,n,r)}(e,t,r,n);break;case 4:!function(e,t,n,r){var o=e.owner,a=r.cloneNode,i=r.isSyntheticShadowDefined,l=e.elm=a(e.fragment,!0);Sr(l,o,r);var u=o.renderMode,c=o.shadowMode;i&&(1!==c&&0!==u||(l[Ce]=!0));Tr(l,t,n,r)}(e,t,r,n);break;case 5:!function(e,t,n,r){var o=e.children;wr(o,t,r,n),e.elm=o[o.length-1].elm}(e,t,r,n);break;case 2:!function(e,t,n,r){var o=e.sel,a=e.owner,i=e.data.svg,l=r.createElement,u=ie(i)?Ae:void 0,c=e.elm=l(o,u);Sr(c,a,r),Or(c,a,r),function(e,t){var n,r=t.owner,o=t.data.context;1===r.shadowMode&&"manual"===(null===(n=null==o?void 0:o.lwc)||void 0===n?void 0:n.dom)&&(e.$domManual$=!0)}(c,e),Ar(null,e,r),Tr(c,t,n,r),wr(e.children,c,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:gr(e,t,r,null!==(a=e.data.renderer)&&void 0!==a?a:n)}}function gr(e,t,n,r){var o,a,i,l=e.sel,u=e.owner,c=r.createCustomElement;lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(a=function(e){Mo(e)},i=function(e){Ao(e)});var s=c(l.toLowerCase(),(function(t){o=function(e,t,n){var r=Po(e);if(!oe(r))return r;var o=t.sel,a=t.mode,i=t.ctor,l=t.owner;return r=No(e,i,n,{mode:a,owner:l,tagName:o}),r}(t,e,r)}),a,i);e.elm=s,e.vm=o,Sr(s,u,r),Or(s,u,r),o&&Nr(e,o),Ar(null,e,r),Tr(s,t,n,r),o&&(lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE||Fo(o)),wr(e.children,s,r,null),o&&function(e){Ro(e)}(o)}function wr(e,t,n,r){for(var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e.length;o<a;++o){var i=e[o];Cr(i)&&yr(i,t,n,r)}}function br(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=e.type,a=e.elm,i=e.sel;switch(r&&(5===o?Er(e.children,t,n,r):Mr(a,t,n)),o){case 2:var l="slot"===i&&1===e.owner.shadowMode;Er(e.children,a,n,l);break;case 3:var u=e.vm;oe(u)||function(e){Oo(e)}(u)}}function Er(e,t,n){for(var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e.length;o<a;++o){var i=e[o];Cr(i)&&br(i,t,n,r)}}function Cr(e){return null!=e}function Sr(e,t,n){var r=t.renderRoot,o=t.renderMode,a=t.shadowMode;n.isSyntheticShadowDefined&&(1!==a&&0!==o||(e[Ee]=r[Ee]))}function kr(e,t){var n=e.elm,r=e.text;(0,t.setText)(n,r)}function Tr(e,t,n,r){r.insert(e,t,n)}function Mr(e,t,n){n.remove(e,t)}function Ar(e,t,n){ae(e)&&(hr(t,n),function(e,t){var n=e.elm,r=e.data.classMap;if(!oe(r)){var o=(0,t.getClassList)(n);for(var a in r)o.add(a)}}(t,n),function(e,t){var n=e.elm,r=e.data.styleDecls;if(!oe(r))for(var o=t.setCSSStyleProperty,a=0;a<r.length;a++){var i=f(r[a],3);o(n,i[0],i[1],i[2])}}(t,n)),function(e,t,n){var r=t.elm,o=t.data.className,a=ae(e)?void 0:e.data.className;if(a!==o){var i,l=(0,n.getClassList)(r),u=vr(o),c=vr(a);for(i in c)oe(u[i])&&l.remove(i);for(i in u)oe(c[i])&&l.add(i)}}(e,t,n),function(e,t,n){var r=t.elm,o=t.data.style;if((ae(e)?void 0:e.data.style)!==o){var a=n.setAttribute,i=n.removeAttribute;se(o)&&""!==o?a(r,"style",o):i(r,"style")}}(e,t,n),t.data.external?function(e,t,n){var r=t.data.attrs,o=t.elm;if(!oe(r)){var a=n.removeAttribute,i=n.setAttribute,l=n.setProperty,u=ae(e)?ct:e.data.attrs;for(var c in r){var s=r[c];u[c]!==s&&(De(c)in o?l(o,c,s):J.call(c,3)===cr?i(o,c,s,Me):J.call(c,5)===cr?i(o,c,s,Oe):ae(s)||oe(s)?a(o,c):i(o,c,s))}}}(e,t,n):function(e,t,n){var r=t.data.attrs;if(!oe(r)){var o=ae(e)?ct:e.data.attrs;if(o!==r){var a=t.elm,i=n.setAttribute,l=n.removeAttribute;for(var u in r){var c=r[u];o[u]!==c&&(Tt(a,u),J.call(u,3)===ur?i(a,u,c,Me):J.call(u,5)===ur?i(a,u,c,Oe):ae(c)||oe(c)?l(a,u):i(a,u,c),kt())}}}}(e,t,n),fr(e,t,n)}function Or(e,t,n){var r=nr(t);ae(r)||(0,n.getClassList)(e).add(r);var o=t.context.stylesheetToken;1!==t.shadowMode||oe(o)||(e.$shadowToken$=o)}function Nr(e,t){var n=e.aChildren||e.children,r=t.renderMode,o=t.shadowMode,a=function(e){for(var t,n=[],r=[],o=!1,a=e.length-1;a>-1;a-=1){var i=e[a];$.call(r,i),o=o||!(!i||!ir(i))}if(!o)return e;for(;!oe(t=V.call(r));)if(!ae(t)&&ir(t))for(var l=t.children,u=l.length-2;u>0;u-=1)$.call(r,l[u]);else $.call(n,t);return _r(n),n}(n);e.children=a,t.aChildren=a,1!==o&&0!==r||(!function(e,t,n){for(var r,o,a=e.cmpSlots.slotAssignments,i=C(null),l=0,u=t.length;l<u;l+=1){var c=t[l];if(!ae(c)){var s="";or(c)?s=null!==(o=null===(r=c.data.attrs)||void 0===r?void 0:r.slot)&&void 0!==o?o:"":lr(c)&&(s=c.slotName);var f=""+s,d=i[f]=i[f]||[];$.call(d,c)}}if(e.cmpSlots={owner:n,slotAssignments:i},le(e.isDirty)){var v=_(a);if(v.length!==_(i).length)return void po(e);for(var h=0,p=v.length;h<p;h+=1){var m=v[h];if(oe(i[m])||a[m].length!==i[m].length)return void po(e);for(var y=a[m],g=i[m],w=0,b=i[m].length;w<b;w+=1)if(y[w]!==g[w])return void po(e)}}}(t,a,e.owner),e.aChildren=a,e.children=st)}var Lr=new WeakMap;function _r(e){Lr.set(e,1)}function Pr(e){return Lr.has(e)}function Rr(e,t,n){for(var r={},o=t;o<=n;++o){var a=e[o];if(Cr(a)){var i=a.key;void 0!==i&&(r[i]=o)}}return r}function xr(e,t,n,r){for(var o,a,i,l=0,u=0,c=e.length-1,f=e[0],d=e[c],v=t.length-1,h=v,p=t[0],m=t[h],y=!1;l<=c&&u<=h;)Cr(f)?Cr(d)?Cr(p)?Cr(m)?ar(f,p)?(mr(f,p,n,r),f=e[++l],p=t[++u]):ar(d,m)?(mr(d,m,n,r),d=e[--c],m=t[--h]):ar(f,m)?(mr(f,m,n,r),Tr(f.elm,n,r.nextSibling(d.elm),r),f=e[++l],m=t[--h]):ar(d,p)?(mr(d,p,n,r),Tr(p.elm,n,f.elm,r),d=e[--c],p=t[++u]):(void 0===o&&(o=Rr(e,l,c)),oe(a=o[p.key])?(yr(p,n,r,f.elm),p=t[++u]):(Cr(i=e[a])&&(i.sel!==p.sel?yr(p,n,r,f.elm):(mr(i,p,n,r),y||(y=!0,e=s(e)),e[a]=void 0,Tr(i.elm,n,f.elm,r))),p=t[++u])):m=t[--h]:p=t[++u]:d=e[--c]:f=e[++l];if(l<=c||u<=h)if(l>c){var g,w=h;do{g=t[++w]}while(!Cr(g)&&w<v);wr(t,n,r,Cr(g)?g.elm:null,u,h+1)}else Er(e,n,r,!0,l,c+1)}function Ir(e,t,n,r){var o=e.length,a=t.length;if(0!==o)if(0!==a)for(var i=null,l=a-1;l>=0;l-=1){var u=e[l],c=t[l];c!==u&&(Cr(u)?Cr(c)?(mr(u,c,n,r),i=c.elm):br(u,n,r,!0):Cr(c)&&(yr(c,n,r,i),i=c.elm))}else Er(e,n,r,!0);else wr(t,n,r,null)}var Dr=Symbol.iterator;function Fr(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:st,r=Qr(),o=t.key,a=t.ref,i={type:2,sel:e,data:t,children:n,elm:void 0,key:o,owner:r};return oe(a)||yt(r,a,i),i}function jr(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:st,o=Qr(),a=n.key,i=n.ref,l={type:3,sel:e,data:n,children:r,elm:undefined,key:a,ctor:t,owner:o,mode:"open",aChildren:undefined,vm:undefined};return function(e){$.call(Qr().velements,e)}(l),oe(i)||yt(o,i,l),l}function Br(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:Qr()}}function Hr(e){return _r(e),e}var Wr=function(){throw new Error("sanitizeHtmlContent hook must be implemented.")};var Vr=T({s:function(e,t,n,r){if(!oe(r)&&!oe(r.slotAssignments)&&!oe(r.slotAssignments[e])&&0!==r.slotAssignments[e].length){for(var o=[],a=r.slotAssignments[e],i=0;i<a.length;i++){var l=a[i];if(!ae(l)){var u=lr(l);if(u!==!oe(t.slotData))continue;if(u){var c=Qr();Jr(r.owner);try{$.call(o,l.factory(t.slotData,t.key))}finally{Jr(c)}}else $.call(o,l)}}n=o}var s=Qr(),f=s.renderMode,d=s.shadowMode;return 0===f?(Hr(n),n):(1===d&&Hr(n),Fr("slot",t,n))},h:Fr,c:jr,i:function(e,t){var n=[];if(Hr(n),oe(e)||null===e)return n;for(var r=e[Dr](),o=r.next(),a=0,i=o,l=i.value,u=i.done;!1===u;){var c=t(l,a,0===a,!0===(u=(o=r.next()).done));x(c)?$.apply(n,c):$.call(n,c),a+=1,l=o.value}return n},f:function(e){var t=e.length,n=[];Hr(n);for(var r=0;r<t;r+=1){var o=e[r];x(o)?$.apply(n,o):$.call(n,o)}return n},t:Br,d:function(e){return null==e?"":String(e)},b:function(e){var t=Qr();if(ae(t))throw new Error;var n=t;return function(t){so(n,e,n.component,t)}},k:function(e,t){switch(w(t)){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:"c",owner:Qr()}},dc:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:st;if(null==t)return null;if(!qn(t))throw new Error("Invalid LWC Constructor ".concat(ve(t)," for custom element <").concat(e,">."));return jr(e,t,n,r)},fr:function(e,t,n){return{type:5,sel:void 0,key:e,elm:void 0,children:[Br("")].concat(s(t),[Br("")]),stable:n,owner:Qr()}},ti:function(e){return e>0&&!(ie(e)||le(e))?0:e},st:function(e,t){return{type:4,sel:void 0,key:t,elm:void 0,fragment:e,owner:Qr()}},gid:function(e){var t=Qr();if(oe(e)||""===e)return e;if(ae(e))return null;var n=t.idx;return 1===t.shadowMode?ee.call(e,/\S+/g,(function(e){return"".concat(e,"-").concat(n)})):e},fid:function(e){var t=Qr();if(oe(e)||""===e)return e;if(ae(e))return null;var n=t.idx;return 1===t.shadowMode&&/^#/.test(e)?"".concat(e,"-").concat(n):e},shc:function(e){return Wr(e)},ssf:function(e,t){return{type:6,factory:t,owner:Qr(),elm:void 0,sel:void 0,key:void 0,slotName:e}}}),$r=!1,Gr=fe,Ur={enableProfiler:function(){$r=!0},disableProfiler:function(){$r=!1},attachDispatcher:function(e){Gr=e,this.enableProfiler()},detachDispatcher:function(){var e=Gr;return Gr=fe,this.disableProfiler(),e}};function Yr(e,t){$r&&Gr(e,0,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Kr(e,t){$r&&Gr(e,1,t.tagName,t.idx,t.renderMode,t.shadowMode)}function zr(e,t){$r&&Gr(e,0,null==t?void 0:t.tagName,null==t?void 0:t.idx,null==t?void 0:t.renderMode,null==t?void 0:t.shadowMode)}function qr(e,t){$r&&Gr(e,1,null==t?void 0:t.tagName,null==t?void 0:t.idx,null==t?void 0:t.renderMode,null==t?void 0:t.shadowMode)}var Xr=!1,Zr=null;function Qr(){return Zr}function Jr(e){Zr=e}function eo(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];var a=C(null);return function(){var n=Qr(),o=n.context,i=o.hasScopedStyles,l=o.stylesheetToken,u=n.shadowMode,c=n.renderer,s=!oe(l),f=1===u,d=0;if(s&&i&&(d|=1),s&&f&&(d|=2),!oe(a[d]))return a[d];for(var v=i&&s?" "+l:"",h=i&&s?' class="'.concat(l,'"'):"",p=s&&f?" "+l:"",m="",y=0,g=r.length;y<g;y++)switch(r[y]){case 0:m+=t[y]+v;break;case 1:m+=t[y]+h;break;case 2:m+=t[y]+p;break;case 3:m+=t[y]+h+p}return m+=t[t.length-1],a[d]=e(m,c),a[d]}}}var to=eo((function(e,t){return(0,t.createFragment)(e)})),no=eo((function(e,t){var n=t.createFragment;return(0,t.getFirstChild)(n("<svg>"+e+"</svg>"))}));function ro(e,t){var n=Xr,r=Zr,o=[];return Vo(e,e.owner,(function(){Zr=e,Yr(1,e)}),(function(){var n=e.component,r=e.context,a=e.cmpSlots,i=e.cmpTemplate;e.tro.observe((function(){if(t!==i){if(ae(i)||Wo(e),u=t,!Fn.has(u))throw new TypeError("Invalid template returned by the render() method on ".concat(e,'. It must return an imported template (e.g.: `import html from "./').concat(e.def.name,'.html"`), instead, it has returned: ').concat(ve(t),"."));e.cmpTemplate=t,r.tplCache=C(null),r.hasScopedStyles=ao(t,e),function(e,t){var n,r,o,a=e.elm,i=e.context,l=e.renderMode,u=e.shadowMode,c=e.renderer,s=c.getClassList,f=c.removeAttribute,d=c.setAttribute,v=t.stylesheets,h=t.stylesheetToken,p=e.stylesheets,m=1===l&&1===u,y=i.hasScopedStyles,g=i.stylesheetToken,w=i.hasTokenInClass,b=i.hasTokenInAttribute;oe(g)||(w&&s(a).remove(Qn(g)),b&&f(a,Qn(g)));var E=io(v),C=io(p);(E||C)&&(n=h),oe(n)||(y&&(s(a).add(Qn(n)),r=!0),m&&(d(a,Qn(n),""),o=!0)),i.stylesheetToken=n,i.hasTokenInClass=r,i.hasTokenInAttribute=o}(e,t);var l=function(e,t){var n=t.stylesheets,r=t.stylesheetToken,o=e.stylesheets,a=[];return io(n)&&(a=er(n,r,e)),io(o)&&$.apply(a,er(o,r,e)),a}(e,t);r.styleVNodes=0===l.length?null:rr(e,l)}var u;e.refVNodes=t.hasRefs?C(null):null,e.velements=[],Xr=!0,o=t.call(void 0,Vr,n,a,r.tplCache);var c=r.styleVNodes;ae(c)||q.apply(o,c)}))}),(function(){Xr=n,Zr=r,Kr(1,e)})),o}function oo(e){if(io(e))for(var t=0;t<e.length;t++)if(ie(e[t][Te]))return!0;return!1}function ao(e,t){var n=e.stylesheets,r=oe(t)?null:t.stylesheets;return oo(n)||oo(r)}function io(e){return!oe(e)&&!ae(e)&&e.length>0}var lo=null;function uo(e){return lo===e}function co(e,t,n){var r=e.component,o=e.callHook;Vo(e,e.owner,fe,(function(){o(r,t,n)}),fe)}function so(e,t,n,r){var o=e.callHook;Vo(e,e.owner,fe,(function(){o(n,t,[r])}),fe)}var fo=new Map;function vo(e){return it((function(){le(e.isDirty)&&(po(e),function(e){if(ie(e.isScheduled))return;e.isScheduled=!0,0===Io.length&&dt(Do);$.call(Io,e)}(e))}))}function ho(e){e.tro.reset();var t=function(e){var t,n=e.def.render,r=e.callHook,o=e.component,a=e.owner,i=Qr(),l=!1;return Vo(e,a,(function(){Jr(e)}),(function(){e.tro.observe((function(){t=r(o,n),l=!0}))}),(function(){Jr(i)})),l?ro(e,t):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function po(e){e.isDirty=!0}var mo=new WeakMap;function yo(e,t){if(!ue(t))throw new TypeError("Expected an EventListener but received "+w(t));var n=mo.get(t);return oe(n)&&(n=function(n){so(e,t,void 0,n)},mo.set(t,n)),n}var go=C(null),wo=["rendered","connected","disconnected"];function bo(e,t){for(var n=e.component,r=e.def,o=e.context,a=0,i=t.length;a<i;++a)t[a].call(void 0,n,{},r,o)}var Eo=0,Co=new WeakMap;function So(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t.apply(e,n)}function ko(e,t,n){e[t]=n}function To(e,t){return e[t]}function Mo(e){var t=_o(e);zr(7,t),1===t.state&&Ao(e),Fo(t),Ro(t),qr(7,t)}function Ao(e){Oo(_o(e))}function Oo(e){2!==e.state&&(e.tro.reset(),function(e){le(e.isDirty)&&(e.isDirty=!0);e.state=2;var t=go.disconnected;t&&bo(e,t);jo(e)&&function(e){var t=e.context.wiredDisconnecting;Vo(e,e,fe,(function(){for(var e=0,n=t.length;e<n;e+=1)t[e]()}),fe)}(e);var n=e.def.disconnectedCallback;oe(n)||(Yr(5,e),co(e,n),Kr(5,e))}(e),Bo(e),function(e){var t=e.aChildren;Ho(t)}(e))}function No(e,t,n,r){var o=r.mode,a=r.owner,i=r.tagName,l=r.hydrated,u=Xn(t),c={elm:e,def:u,idx:Eo++,state:0,isScheduled:!1,isDirty:!0,tagName:i,mode:o,owner:a,refVNodes:null,children:st,aChildren:st,velements:st,cmpProps:C(null),cmpFields:C(null),cmpSlots:{slotAssignments:C(null)},cmpTemplate:null,hydrated:Boolean(l),renderMode:u.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNodes:null,tplCache:ct,wiredConnecting:st,wiredDisconnecting:st},tro:null,shadowMode:null,stylesheets:null,component:null,shadowRoot:null,renderRoot:null,callHook:So,setHook:ko,getHook:To,renderer:n};return c.stylesheets=function(e,t){var n=t.stylesheets;if(!oe(n)){var r=function(e,t){var n=!0,r=function e(t){if(x(t))for(var r=0;r<t.length;r++)e(t[r]);else ue(t)||(n=!1)};x(t)?r(t):n=!1;return n}(0,n);if(r)return mt(n)}return null}(0,u.ctor),c.shadowMode=function(e,t){var n,r=e.def,o=t.isSyntheticShadowDefined,a=t.isNativeShadowDefined;if(o)if(0===r.renderMode)n=0;else if(a)if(lwcRuntimeFlags.ENABLE_MIXED_SHADOW_MODE)if("any"===r.shadowSupportMode)n=0;else{var i=function(e){for(var t=e.owner;!ae(t)&&0===t.renderMode;)t=t.owner;return t}(e);n=ae(i)||0!==i.shadowMode?1:0}else n=1;else n=1;else n=0;return n}(c,n),c.tro=vo(c),function(e,t){var n,r=lo;Yr(0,e),lo=e;try{var o=new t;if(lo.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){n=Object(e)}finally{if(Kr(0,e),lo=r,!oe(n))throw qe(e,n),n}}(c,u.ctor),jo(c)&&function(e){var t=e.context,n=e.def.wire,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[],a=function(){var t=n[i],a=kn.get(t);if(!oe(a)){var l=Mn(e,i,a),u=l.connector,c=l.computeConfigAndUpdate,s=l.resetConfigWatcher,f=a.dynamic.length>0;$.call(r,(function(){u.connect(),lwcRuntimeFlags.ENABLE_WIRE_SYNC_EMIT||!f?c():Promise.resolve().then(c)})),$.call(o,(function(){u.disconnect(),s()}))}};for(var i in n)a()}(c),c}function Lo(e,t){Co.set(e,t)}function _o(e){return Co.get(e)}function Po(e){return Co.get(e)}function Ro(e){ie(e.isDirty)&&function(e,t){var n=e.renderRoot,r=e.children,o=e.renderer;e.children=t,(t.length>0||r.length>0)&&r!==t&&Vo(e,e,(function(){Yr(2,e)}),(function(){pr(r,t,n,o)}),(function(){Kr(2,e)}));1===e.state&&xo(e)}(e,ho(e))}function xo(e){var t=e.def.renderedCallback,n=go.rendered;n&&bo(e,n),oe(t)||(Yr(4,e),co(e,t),Kr(4,e))}var Io=[];function Do(){zr(8);var e=Io.sort((function(e,t){return e.idx-t.idx}));Io=[];for(var t=0,n=e.length;t<n;t+=1){var r=e[t];try{Ro(r)}catch(r){throw t+1<n&&(0===Io.length&&dt(Do),q.apply(Io,Y.call(e,t+1))),qr(8),r}}qr(8)}function Fo(e){if(1!==e.state){e.state=1;var t=go.connected;t&&bo(e,t),jo(e)&&function(e){for(var t=e.context.wiredConnecting,n=0,r=t.length;n<r;n+=1)t[n]()}(e);var n=e.def.connectedCallback;oe(n)||(Yr(3,e),co(e,n),Kr(3,e))}}function jo(e){return A(e.def.wire).length>0}function Bo(e){for(var t=e.velements,n=t.length-1;n>=0;n-=1){var r=t[n].elm;if(!oe(r)){var o=Po(r);oe(o)||Oo(o)}}}function Ho(e){for(var t=0,n=e.length;t<n;t+=1){var r=e[t];if(!ae(r)&&!oe(r.elm))switch(r.type){case 2:Ho(r.children);break;case 3:Oo(_o(r.elm))}}}function Wo(e){for(var t=e.children,n=e.renderRoot,r=e.renderer.remove,o=0,a=t.length;o<a;o++){var i=t[o];ae(i)||oe(i.elm)||r(i.elm,n)}e.children=st,Bo(e),e.velements=st}function Vo(e,t,n,r,o){var a;n();try{r()}catch(e){a=Object(e)}finally{if(o(),!oe(a)){qe(e,a);var i=ae(t)?void 0:function(e){for(var t=e;!ae(t);){if(!oe(t.def.errorCallback))return t;t=t.owner}}(t);if(oe(i))throw a;Wo(e),Yr(6,e),co(i,i.def.errorCallback,[a,a.wcStack]),Kr(6,e)}}}var $o=be.$nativeGetElementById$,Go=be.$nativeQuerySelectorAll$;function Uo(e,t,n){var r=Po(e.getRootNode().host);oe(r)&&(r=Po(t.getRootNode().host)),oe(r)||Ke("CrossRootAriaInSyntheticShadow",{tagName:r.tagName,attributeName:n})}function Yo(e,t,n){var r,o=e.getRootNode();if((r=o)!==document&&ie(r.synthetic))if("id"===t){if(!se(n)||0===n.length)return;var a,i=d(we);try{for(i.s();!(a=i.n()).done;)for(var l=a.value,u="[".concat(l,'~="').concat(CSS.escape(n),'"]'),c=Go.call(document,u),s=0;s<c.length;s++){var f=c[s];if(f.getRootNode()!==o){Uo(f,e,l);break}}}catch(e){i.e(e)}finally{i.f()}}else{var v,h=function(e){return se(e)?j.call(te.call(e,/\s+/),Boolean):[]}(n),p=d(h);try{for(p.s();!(v=p.n()).done;){var m=v.value,y=$o.call(document,m);if(!ae(y))y.getRootNode()!==o&&Uo(e,y,t)}}catch(e){p.e(e)}finally{p.f()}}}var Ko=!1;"undefined"!=typeof CSS&&ue(CSS.escape)&&N.call(Element.prototype,Se)&&Ye((function(){if(!Ko){Ko=!0;var e=Element.prototype.setAttribute;E(Element.prototype,{setAttribute:function(t,n){e.call(this,t,n),("id"===t||we.has(t))&&Yo(this,t,n)}});var t=M(Element.prototype,"id");if(!oe(t)){var n=t.get,r=t.set;ue(n)&&ue(r)&&k(Element.prototype,"id",{get:function(){return n.call(this)},set:function(e){r.call(this,e),Yo(this,"id",e)},enumerable:!0,configurable:!0})}}}));var zo=["ariaActiveDescendant","ariaControls","ariaDescribedBy","ariaDetails","ariaErrorMessage","ariaFlowTo","ariaLabelledBy","ariaOwns"];function qo(e){return e instanceof hn||e instanceof Yn}function Xo(e,t,n,r){if(!qo(e)){var o,a=function(e){var t=e.getRootNode().host,n=oe(t)?void 0:Po(t);if(!oe(n))return n;for(var r=e;!ae(r=r.parentElement);)if(qo(r)){var o=Po(r);if(!oe(o))return o}}(e);n&&(o=ae(r)?"null":w(r)),Ke("NonStandardAriaReflection",{tagName:null==a?void 0:a.tagName,propertyName:t,isSetter:n,setValueType:o})}}lwcRuntimeFlags.DISABLE_ARIA_REFLECTION_POLYFILL||Ye((function(){var e,t=Element.prototype,n=d(zo);try{var r=function(){var n=e.value,r=M(t,n),o=r.get,a=r.set;k(t,n,{get:function(){return Xo(this,n,!1,void 0),o.call(this)},set:function(e){return Xo(this,n,!0,e),a.call(this,e)},configurable:!0,enumerable:!0})};for(n.s();!(e=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}));var Zo=!1;function Qo(e){var t=ho(e);e.children=t;var n=e.renderRoot;ta((0,e.renderer.getFirstChild)(n),t,n,e),xo(e)}function Jo(e,t,n){var r,o,a;switch(t.type){case 0:a=function(e,t,n){var r;if(!oa(t,e,3,n))return na(e,t,n);var o=n.setText;return o(e,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 1:a=function(e,t,n){var r;if(!oa(t,e,8,n))return na(e,t,n);var o=n.setProperty;return o(e,ea,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 4:a=function(e,t,n){if(!function(e,t,n,r){var o=r.getProperty,a=r.getAttribute;if(3===o(e,"nodeType"))return!!oa(n,t,3,r)&&o(e,ea)===o(t,ea);if(8===o(e,"nodeType"))return!!oa(n,t,8,r)&&o(e,ea)===o(t,ea);if(!oa(n,t,1,r))return!1;var i=!0;if(o(e,"tagName")!==o(t,"tagName"))return!1;return o(e,"getAttributeNames").call(e).forEach((function(r){a(e,r)!==a(t,r)&&(Qe("Mismatch hydrating element <".concat(o(e,"tagName").toLowerCase(),'>: attribute "').concat(r,'" has different values, expected "').concat(a(e,r),'" but found "').concat(a(t,r),'"'),n.owner),i=!1)})),i}(t.fragment,e,t,n))return na(e,t,n);return t.elm=e,e}(e,t,n);break;case 5:a=function(e,t,n){var r=t.children,o=t.owner;return ta(e,r,n.getProperty(e,"parentNode"),o),t.elm=r[r.length-1].elm}(e,t,n);break;case 2:a=function(e,t,n){if(!oa(t,e,1,n)||!aa(t,e,n))return na(e,t,n);t.elm=e;var r=t.owner,o=t.data.context,a=Boolean(!oe(o)&&!oe(o.lwc)&&"manual"===o.lwc.dom);if(a){var i=t.data.props,l=n.getProperty;oe(i)||oe(i.innerHTML)||l(e,"innerHTML")===i.innerHTML&&(t.data=Object.assign(Object.assign({},t.data),{props:pt(i,"innerHTML")}))}if(ra(t,n),!a){ta((0,n.getFirstChild)(e),t.children,e,r)}return e}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:a=function(e,t,n){if(!oa(t,e,1,n)||!aa(t,e,n))return na(e,t,n);var r=t.sel,o=t.mode,a=t.ctor,i=t.owner,l=No(e,a,n,{mode:o,owner:i,tagName:r,hydrated:!0});if(t.elm=e,t.vm=l,Nr(t,l),ra(t,n),Fo(l),0!==l.renderMode){ta((0,n.getFirstChild)(e),t.children,e,l)}return Qo(l),e}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}return n.nextSibling(a)}var ea="nodeValue";function ta(e,t,n,r){for(var o=e,a=null,i=r.renderer,l=0;l<t.length;l++){var u=t[l];ae(u)||(o?(o=Jo(o,u,i),a=u.elm):(Zo=!0,yr(u,n,i,a),a=u.elm))}if(o){Zo=!0;var c=i.nextSibling;do{var s=o;o=c(o),Mr(s,n,i)}while(o)}}function na(e,t,n){Zo=!0;var r=(0,n.getProperty)(e,"parentNode");return yr(t,r,n,e),Mr(e,r,n),t.elm}function ra(e,t){hr(e,t),fr(null,e,t)}function oa(e,t,n,r){return(0,r.getProperty)(t,"nodeType")===n}function aa(e,t,n){var o=n.getProperty;if(e.sel.toLowerCase()!==o(t,"tagName").toLowerCase())return!1;var a=function(e,t,n){for(var r=e.data.attrs,o=void 0===r?{}:r,a=!0,i=0,l=Object.entries(o);i<l.length;i++){var u=f(l[i],2),c=u[0],s=u[1];e.owner;var d=(0,n.getAttribute)(t,c);String(s)!==d&&(a=!1)}return a}(e,t,n),i=function(e,t,n){var o=e.data,a=e.owner,i=o.className,l=o.classMap,u=n.getProperty,c=n.getClassList,s=nr(a),f=function(e){return 3===e.type}(e)?function(e){var t=Xn(e.ctor).template,n=e.vm,r=t.stylesheetToken;return!oe(r)&&ao(t,n)?Qn(r):null}(e):null;if(!ae(s)||!ae(f))if(oe(i))if(oe(l)){var d=[s,f],v=j.call(d,(function(e){return!ae(e)}));v.length&&(i=H.call(v," "))}else l=Object.assign(Object.assign(Object.assign({},l),ae(s)?{}:r({},s,!0)),ae(f)?{}:r({},f,!0));else{var h=[s,i,f],p=j.call(h,(function(e){return!ae(e)}));i=H.call(p," ")}var m=!0,y=u(t,"className");if(oe(i)||String(i)===y)if(oe(l))oe(i)&&""!==y&&(m=!1);else{var g=c(t),w="";for(var b in l)w+=" "+b,g.contains(b)||(m=!1);w.trim(),g.length>_(l).length&&(m=!1)}else m=!1;return m}(e,t,n),l=function(e,t,n){var r=e.data,o=r.style,a=r.styleDecls,i=n.getAttribute,l=i(t,"style")||"",u=!0;if(oe(o)||o===l){if(!oe(a)){for(var c=function(e){var t,n={},r=d(e.split(vt));try{for(r.s();!(t=r.n()).done;){var o=t.value;if(o){var a=f(o.split(ht),2),i=a[0],l=a[1];void 0!==i&&void 0!==l&&(n[i.trim()]=l.trim())}}}catch(e){r.e(e)}finally{r.f()}return n}(l),s=[],v=0,h=a.length;v<h;v++){var p=f(a[v],3),m=p[0],y=p[1],g=p[2];s.push("".concat(m,": ").concat(y+(g?" important!":"")));var w=c[m];oe(w)?u=!1:w.startsWith(y)?g&&!w.endsWith("!important")&&(u=!1):u=!1}_(c).length>a.length&&(u=!1),H.call(s,";")}}else u=!1;return u}(e,t,n);return a&&i&&l}var ia=!1;var la=["slots","stylesheetToken","stylesheets","renderMode"],ua=["$scoped$"],ca=["pop","push","shift","unshift","reverse","sort","fill","splice","copyWithin"],sa=!1;function fa(e,t,n){Ke(t,{propertyName:n})}function da(e){fa(0,"TemplateMutation",e)}function va(e){var t,n=d(ca);try{var r=function(){var n=t.value,r=function(e){switch(e){case"pop":return V;case"push":return $;case"shift":return U;case"unshift":return q;case"reverse":return G;case"sort":return K;case"fill":return F;case"splice":return z;case"copyWithin":return D}}(n);e[n]=function(){return da("stylesheets"),r.apply(this,arguments)}};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}function ha(e){var t,n=d(ua);try{var r=function(){var n=t.value,r=e[n];k(e,n,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){!function(e){fa(0,"StylesheetMutation",e)}(n),r=e}})};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}}function pa(e,t){t(e);for(var n=0;n<e.length;n++){var r=e[n];x(r)?pa(r,t):t(r)}}function ma(e){oe(e.stylesheets)||pa(e.stylesheets,(function(e){x(e)?va(e):ha(e)}));var t,n=d(la);try{var r=function(){var n=t.value,r=e[n];k(e,n,{enumerable:!0,configurable:!0,get:function(){return r},set:function(e){sa||da(n),r=e}})};for(n.s();!(t=n.n()).done;)r()}catch(e){n.e(e)}finally{n.f()}var o=M(e,"stylesheetTokens");k(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get:o.get,set:function(e){da("stylesheetTokens"),sa=!0,o.set.call(this,e),sa=!1}})}var ya=ue(CSSStyleSheet.prototype.replaceSync)&&x(document.adoptedStyleSheets),ga=ya&&M(document.adoptedStyleSheets,"length").writable,wa=!oe(document.documentMode),ba=new Map;function Ea(e){var t=document.createElement("style");return t.type="text/css",t.textContent=e,t}function Ca(e,t,n){var r=function(e,t){var n=t.element;return t.usedElement?wa?Ea(e):n.cloneNode(!0):(t.usedElement=!0,n)}(e,n);t.appendChild(r)}function Sa(e,t){var n=ba.get(e);return oe(n)&&(n={stylesheet:void 0,element:void 0,roots:void 0,global:!1,usedElement:!1},ba.set(e,n)),t&&oe(n.stylesheet)?n.stylesheet=function(e){var t=new CSSStyleSheet;return t.replaceSync(e),t}(e):!t&&oe(n.element)&&(n.element=Ea(e)),n}function ka(e,t){var n=Sa(e,ya),r=n.roots;if(oe(r))r=n.roots=new WeakSet;else if(r.has(t))return;r.add(t),ya?function(e,t,n){var r=t.adoptedStyleSheets,o=n.stylesheet;ga?r.push(o):t.adoptedStyleSheets=[].concat(s(r),[o])}(0,t,n):Ca(e,t,n)}var Ta,Ma=function(){if("undefined"==typeof customElements)return!1;try{var e=function(e){o(n,e);var t=i(n);function n(){return p(this,n),t.apply(this,arguments)}return y(n)}(HTMLElement);return customElements.define("lwc-test-"+Math.floor(1e6*Math.random()),e),new e,!0}catch(e){return!1}}(),Aa=new Map,Oa=new WeakSet,Na=!1;function La(e){var t=function(e){var t=Object.freeze({__proto__:null,fail:function(e){throw new Error(e)},invariant:function(e,t){if(!e)throw new Error("Invariant Violation: ".concat(t))},isFalse:function(e,t){if(e)throw new Error("Assert Violation: ".concat(t))},isTrue:function(e,t){if(!e)throw new Error("Assert Violation: ".concat(t))}});function n(e){return void 0===e}if(e.createFragment=void 0,"function"==typeof HTMLTemplateElement)e.createFragment=function(e){var t=document.createElement("template");return t.innerHTML=e,t.content.firstChild};else{var r={caption:["table"],col:["colgroup","table"],colgroup:["table"],option:["select"],tbody:["table"],td:["tr","tbody","table"],th:["tr","tbody","table"],thead:["table"],tfoot:["table"],tr:["tbody","table"]};e.createFragment=function(e){var t,o=r[(t=e,(/<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(t)||["",""])[1].toLowerCase())];if(!n(o)){var a,i=d(o);try{for(i.s();!(a=i.n()).done;){var l=a.value;e="<".concat(l,">").concat(e,"</").concat(l,">")}}catch(e){i.e(e)}finally{i.f()}}var u=document.implementation.createHTMLDocument("");u.body.innerHTML=e;var c=u.body;if(!n(o))for(var s=0;s<o.length;s++)c=c.firstChild;return c.firstChild}}return e.addEventListener=function(e,t,n,r){e.addEventListener(t,n,r)},e.assertInstanceOfHTMLElement=function(e,n){t.invariant(e instanceof HTMLElement,n)},e.attachShadow=function(e,t){return null!==e.shadowRoot?e.shadowRoot:e.attachShadow(t)},e.cloneNode=function(e,t){return e.cloneNode(t)},e.createComment=function(e){return document.createComment(e)},e.createElement=function(e,t){return n(t)?document.createElement(e):document.createElementNS(t,e)},e.createText=function(e){return document.createTextNode(e)},e.dispatchEvent=function(e,t){return e.dispatchEvent(t)},e.getAttribute=function(e,t,r){return n(r)?e.getAttribute(t):e.getAttributeNS(r,t)},e.getBoundingClientRect=function(e){return e.getBoundingClientRect()},e.getChildNodes=function(e){return e.childNodes},e.getChildren=function(e){return e.children},e.getClassList=function(e){return e.classList},e.getElementsByClassName=function(e,t){return e.getElementsByClassName(t)},e.getElementsByTagName=function(e,t){return e.getElementsByTagName(t)},e.getFirstChild=function(e){return e.firstChild},e.getFirstElementChild=function(e){return e.firstElementChild},e.getLastChild=function(e){return e.lastChild},e.getLastElementChild=function(e){return e.lastElementChild},e.getProperty=function(e,t){return e[t]},e.insert=function(e,t,n){t.insertBefore(e,n)},e.isConnected=function(e){return e.isConnected},e.nextSibling=function(e){return e.nextSibling},e.querySelector=function(e,t){return e.querySelector(t)},e.querySelectorAll=function(e,t){return e.querySelectorAll(t)},e.remove=function(e,t){t.removeChild(e)},e.removeAttribute=function(e,t,r){n(r)?e.removeAttribute(t):e.removeAttributeNS(r,t)},e.removeEventListener=function(e,t,n,r){e.removeEventListener(t,n,r)},e.setAttribute=function(e,t,r,o){return n(o)?e.setAttribute(t,r):e.setAttributeNS(o,t,r)},e.setCSSStyleProperty=function(e,t,n,r){e.style.setProperty(t,n,r?"important":"")},e.setProperty=function(e,t,n){e[t]=n},e.setText=function(e,t){e.nodeValue=t},e}({});return Object.setPrototypeOf(t,e),t}Ta=Ma?function(e,n,r,a){var u=Aa.get(e);if(oe(u)){if(!oe(customElements.get(e)))throw new Error('Unexpected tag name "'.concat(e,'". This name is a registered custom element, preventing LWC to upgrade the element.'));u=function(e,n){var r=!oe(e),a=!oe(n),u=function(e){o(n,e);var t=i(n);function n(e){var o;return p(this,n),o=t.call(this),Na?e(l(o)):(r||a)&&Oa.add(l(o)),o}return y(n)}(t(HTMLElement));return r&&(u.prototype.connectedCallback=function(){Oa.has(this)||e(this)}),a&&(u.prototype.disconnectedCallback=function(){Oa.has(this)||n(this)}),u}(r,a),customElements.define(e,u),Aa.set(e,u)}Na=!0;try{return new u(n)}finally{Na=!1}}:function(e,t){var n=document.createElement(e);return t(n),n};var _a=E(La(null),{insertStylesheet:function(e,t){oe(t)?function(e){var t=Sa(e,!1);t.global||(t.global=!0,Ca(e,document.head,t))}(e):ka(e,t)},createCustomElement:Ta,isNativeShadowDefined:be.$isNativeShadowRootDefined$,isSyntheticShadowDefined:N.call(Element.prototype,Se)});function Pa(e,t,n){for(var r=No(e,t,_a,{mode:"open",owner:null,tagName:e.tagName.toLowerCase(),hydrated:!0}),o=0,a=Object.entries(n);o<a.length;o++){var i=f(a[o],2),l=i[0],u=i[1];e[l]=u}return r}function Ra(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!(e instanceof Element))throw new TypeError('"hydrateComponent" expects a valid DOM element as the first parameter but instead received '.concat(e,"."));if(!ue(t))throw new TypeError('"hydrateComponent" expects a valid component constructor as the second parameter but instead received '.concat(t,"."));if(!ce(n)||ae(n))throw new TypeError('"hydrateComponent" expects an object as the third parameter but instead received '.concat(n,"."));if(Po(e))console.warn('"hydrateComponent" expects an element that is not hydrated.',e);else try{!function(e){Zo=!1,Fo(e),Qo(e),Zo&&Qe("Hydration completed with errors.",e)}(Pa(e,t,n))}catch(r){console.error("Recovering from error while hydrating: ",r),function(e,t){if(e.shadowRoot)for(var n=e.shadowRoot;!ae(n.firstChild);)n.removeChild(n.firstChild);if("light"===t.renderMode)for(;!ae(e.firstChild);)e.removeChild(e.firstChild)}(e,t),Pa(e,t,n),Mo(e)}}var xa=new WeakSet;function Ia(e){var n,r=function(e){return Xn(e).bridge}(e),a=r.observedAttributes,u=r.prototype.attributeChangedCallback;return(n=function(t){o(r,t);var n=i(r);function r(){var t;return p(this,r),(t=n.call(this)).isConnected?(Ra(l(t),e,{}),xa.add(l(t))):No(l(t),e,_a,{mode:"open",owner:null,tagName:t.tagName}),t}return y(r,[{key:"connectedCallback",value:function(){xa.has(this)?xa.delete(this):Mo(this)}},{key:"disconnectedCallback",value:function(){Ao(this)}},{key:"attributeChangedCallback",value:function(e,t,n){u.call(this,e,t,n)}}]),r}(t(HTMLElement))).observedAttributes=a,n}var Da=Node,Fa=new WeakMap,ja=new WeakMap;function Ba(e,t){var n=t.get(e);return oe(n)||n(e),e}if(!lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE){var Ha=Da.prototype,Wa=Ha.appendChild,Va=Ha.insertBefore,$a=Ha.removeChild,Ga=Ha.replaceChild;E(Da.prototype,{appendChild:function(e){return Ba(Wa.call(this,e),Fa)},insertBefore:function(e,t){return Ba(Va.call(this,e,t),Fa)},removeChild:function(e){return Ba($a.call(this,e),ja)},replaceChild:function(e,t){var n=Ga.call(this,e,t);return Ba(n,ja),Ba(e,Fa),n}})}var Ua=Node;var Ya=new Map;return k(hn,"CustomElementConstructor",{get:function(){return function(e){if(e===hn)throw new TypeError("Invalid Constructor. LightningElement base class can't be claimed as a custom element.");var t=Ya.get(e);return oe(t)&&(t=Ia(e),Ya.set(e,t)),t}(this)}}),T(hn),P(hn.prototype),e.LightningElement=hn,e.__unstable__ProfilerControl=Ur,e.__unstable__ReportingControl=Ue,e.api=function(){throw new Error},e.buildCustomElementConstructor=function(e){return e.CustomElementConstructor},e.createContextProvider=function(e){var t=On(e);if(!oe(t))throw new Error("Adapter already has a context provider.");!function(e,t){An.set(e,t)}(e,t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}());var n=new WeakSet;return function(e,r){if(n.has(e))throw new Error("Adapter was already installed on ".concat(e,"."));n.add(e);var o=r.consumerConnectedCallback,a=r.consumerDisconnectedCallback;e.addEventListener(t,(function(e){var t=e.setNewContext,n=e.setDisconnectedCallback,r={provide:function(e){t(e)}};n((function(){oe(a)||a(r)})),o(r),e.stopImmediatePropagation()}))}},e.createElement=function(e,t){if(!ce(t)||ae(t))throw new TypeError('"createElement" function expects an object as second parameter but received "'.concat(ve(t),'".'));var n=t.is;if(!ue(n))throw new TypeError('"createElement" function expects an "is" option with a valid component constructor.');var r,o,a=_a.createCustomElement,i=re.call(e);return lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE&&(r=function(e){Mo(e)},o=function(e){Ao(e)}),a(i,(function(e){No(e,n,_a,{tagName:i,mode:"closed"!==t.mode?"open":"closed",owner:null}),lwcRuntimeFlags.ENABLE_NATIVE_CUSTOM_ELEMENT_LIFECYCLE||(Fa.set(e,Mo),ja.set(e,Ao))}),r,o)},e.freezeTemplate=function(e){lwcRuntimeFlags.ENABLE_FROZEN_TEMPLATE?(T(e),oe(e.stylesheets)||pa(e.stylesheets,(function(e){T(e)}))):(!function(e){k(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get:function(){var e=this.stylesheetToken;return oe(e)?e:{hostAttribute:"".concat(e,"-host"),shadowAttribute:e}},set:function(e){this.stylesheetToken=oe(e)?void 0:e.shadowAttribute}})}(e),Ye((function(){ma(e)})))},e.getComponentConstructor=function(e){var t=null;if(!oe(e)){var n=Po(e);oe(n)||(t=n.def.ctor)}return t},e.getComponentDef=function(e){var t=Xn(e),n=t.ctor,r=t.name,o=t.props,a=t.propsConfig,i=t.methods,l={};for(var u in o)l[u]={config:a[u]||0,type:"any",attr:Ie(u)};var c={};for(var s in i)c[s]=i[s].value;return{ctor:n,name:r,props:l,methods:c}},e.hydrateComponent=Ra,e.isComponentConstructor=qn,e.isNodeFromTemplate=function(e){if(le(e instanceof Ua))return!1;if(e instanceof ShadowRoot)return!1;var t=e.getRootNode();return!!(t instanceof ShadowRoot&&le(N.call(O(t),"synthetic")))||_a.isSyntheticShadowDefined&&!oe(e[Ee])},e.parseFragment=to,e.parseSVGFragment=no,e.readonly=function(e){return sn(e)},e.register=function(e){for(var t=0;t<wo.length;++t){var n=wo[t];if(n in e){var r=go[n];oe(r)&&(go[n]=r=[]),$.call(r,e[n])}}},e.registerComponent=function(e,t){var n=t.tmpl;return ue(e)&&fo.set(e,n),e},e.registerDecorators=function(e,t){var n,r=e.prototype,o=t.publicProps,a=t.publicMethods,i=t.wire,l=t.track,u=t.fields,c=C(null),s=C(null),f=C(null),d=C(null),v=C(null),h=C(null);if(!oe(o))for(var p in o){var m=o[p];if(h[p]=m.config,n=M(r,p),m.config>0){if(oe(n))throw new Error;n=Pn(0,n)}else n=oe(n)||oe(n.get)?_n(p):Pn(0,n);s[p]=n,k(r,p,n)}if(oe(a)||X.call(a,(function(e){if(oe(n=M(r,e)))throw new Error;c[e]=n})),!oe(i))for(var y in i){var g=i[y],w=g.adapter,b=g.method,E=g.config,S=g.dynamic,T=void 0===S?[]:S;if(n=M(r,y),1===b){if(oe(n))throw new Error;f[y]=n,Nn(n,w,E,T)}else n=xn(y),d[y]=n,Ln(n,w,E,T),k(r,y,n)}if(!oe(l))for(var A in l)n=M(r,A),n=Rn(A),k(r,A,n);if(!oe(u))for(var O=0,N=u.length;O<N;O++){var L=u[O];n=M(r,L);var _=!oe(o)&&L in o,P=!oe(l)&&L in l;_||P||(v[L]=En(L))}return function(e,t){In.set(e,t)}(e,{apiMethods:c,apiFields:s,apiFieldsConfig:h,wiredMethods:f,wiredFields:d,observedFields:v}),e},e.registerTemplate=function(e){return Fn.add(e),e},e.renderer=_a,e.rendererFactory=La,e.sanitizeAttribute=function(e,t,n,r){return r},e.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(oe(Fe[e])){var n=_(Fe).map((function(e){return'"'.concat(e,'"')})).join(", ");console.warn('Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'" because it is undefined. Available flags: ').concat(n,"."))}else{var r=je[e];oe(r)?k(je,e,{value:t}):console.error('Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'". "').concat(e,'" has already been set with the value "').concat(r,'".'))}}else{var o='Failed to set the value "'.concat(t,'" for the runtime feature flag "').concat(e,'". Runtime feature flags can only be set to a boolean value.');console.error(o)}},e.setFeatureFlagForTest=function(e,t){},e.setHooks=function(e){var t;b.isFalse(ia,"Hooks are already overridden, only one definition is allowed."),ia=!0,t=e.sanitizeHtmlContent,Wr=t},e.swapComponent=function(e,t){return!1},e.swapStyle=function(e,t){return!1},e.swapTemplate=function(e,t){return!1},e.track=function(e){if(1===arguments.length)return fn(e);throw new Error},e.unwrap=function(e){return cn.unwrapProxy(e)},e.wire=function(e,t){throw new Error},e}({});
@@ -315,7 +315,7 @@ var LWC = (function (exports) {
315
315
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
316
316
  return propertyName;
317
317
  }
318
- /** version: 2.37.1 */
318
+ /** version: 2.37.2 */
319
319
 
320
320
  /**
321
321
  * Copyright (C) 2018 salesforce.com, inc.
@@ -387,7 +387,7 @@ var LWC = (function (exports) {
387
387
  */
388
388
  function setFeatureFlagForTest(name, value) {
389
389
  }
390
- /** version: 2.37.1 */
390
+ /** version: 2.37.2 */
391
391
 
392
392
  /**
393
393
  * Copyright (C) 2018 salesforce.com, inc.
@@ -451,7 +451,7 @@ var LWC = (function (exports) {
451
451
  }
452
452
  }
453
453
  }
454
- /** version: 2.37.1 */
454
+ /** version: 2.37.2 */
455
455
 
456
456
  /*
457
457
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5212,7 +5212,7 @@ var LWC = (function (exports) {
5212
5212
  // vm should never be undefined here, but just to be safe, bail out and don't report
5213
5213
  return;
5214
5214
  }
5215
- report(0 /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
5215
+ report("CrossRootAriaInSyntheticShadow" /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
5216
5216
  tagName: vm.tagName,
5217
5217
  attributeName: attrName
5218
5218
  });
@@ -5389,7 +5389,7 @@ var LWC = (function (exports) {
5389
5389
  // https://github.com/salesforce/lwc/issues/3284
5390
5390
  setValueType = isNull(setValue) ? 'null' : _typeof(setValue);
5391
5391
  }
5392
- report(2 /* ReportingEventId.NonStandardAriaReflection */, {
5392
+ report("NonStandardAriaReflection" /* ReportingEventId.NonStandardAriaReflection */, {
5393
5393
  tagName: vm === null || vm === void 0 ? void 0 : vm.tagName,
5394
5394
  propertyName: prop,
5395
5395
  isSetter: isSetter,
@@ -5910,10 +5910,10 @@ var LWC = (function (exports) {
5910
5910
  });
5911
5911
  }
5912
5912
  function reportTemplateViolation(prop) {
5913
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
5913
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
5914
5914
  }
5915
5915
  function reportStylesheetViolation(prop) {
5916
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
5916
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
5917
5917
  }
5918
5918
  // Warn if the user tries to mutate a stylesheets array, e.g.:
5919
5919
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -6453,7 +6453,7 @@ var LWC = (function (exports) {
6453
6453
  function isNull(obj) {
6454
6454
  return obj === null;
6455
6455
  }
6456
- /** version: 2.37.1 */
6456
+ /** version: 2.37.2 */
6457
6457
 
6458
6458
  /*
6459
6459
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7012,7 +7012,7 @@ var LWC = (function (exports) {
7012
7012
  });
7013
7013
  freeze(LightningElement);
7014
7014
  seal(LightningElement.prototype);
7015
- /* version: 2.37.1 */
7015
+ /* version: 2.37.2 */
7016
7016
 
7017
7017
  exports.LightningElement = LightningElement;
7018
7018
  exports.__unstable__ProfilerControl = profilerControl;
@@ -335,9 +335,9 @@
335
335
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
336
336
  */
337
337
  // Increment whenever the LWC template compiler changes
338
- const LWC_VERSION = "2.37.1";
338
+ const LWC_VERSION = "2.37.2";
339
339
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
340
- /** version: 2.37.1 */
340
+ /** version: 2.37.2 */
341
341
 
342
342
  /**
343
343
  * Copyright (C) 2018 salesforce.com, inc.
@@ -416,7 +416,7 @@
416
416
  setFeatureFlag(name, value);
417
417
  }
418
418
  }
419
- /** version: 2.37.1 */
419
+ /** version: 2.37.2 */
420
420
 
421
421
  /**
422
422
  * Copyright (C) 2018 salesforce.com, inc.
@@ -480,7 +480,7 @@
480
480
  }
481
481
  }
482
482
  }
483
- /** version: 2.37.1 */
483
+ /** version: 2.37.2 */
484
484
 
485
485
  /*
486
486
  * Copyright (c) 2018, salesforce.com, inc.
@@ -2999,7 +2999,7 @@
2999
2999
  // stylesheets and templates do not have user-meaningful names, but components do
3000
3000
  const friendlyName = type === 'component' ? `${type} ${func.name}` : type;
3001
3001
  logError(`LWC WARNING: current engine is v${LWC_VERSION}, but ${friendlyName} was compiled with v${version}.\nPlease update your compiled code or LWC engine so that the versions match.\nNo further warnings will appear.`);
3002
- report(1 /* ReportingEventId.CompilerRuntimeVersionMismatch */, {
3002
+ report("CompilerRuntimeVersionMismatch" /* ReportingEventId.CompilerRuntimeVersionMismatch */, {
3003
3003
  compilerVersion: version,
3004
3004
  runtimeVersion: LWC_VERSION,
3005
3005
  });
@@ -6353,7 +6353,7 @@
6353
6353
  // vm should never be undefined here, but just to be safe, bail out and don't report
6354
6354
  return;
6355
6355
  }
6356
- report(0 /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
6356
+ report("CrossRootAriaInSyntheticShadow" /* ReportingEventId.CrossRootAriaInSyntheticShadow */, {
6357
6357
  tagName: vm.tagName,
6358
6358
  attributeName: attrName,
6359
6359
  });
@@ -6533,7 +6533,7 @@
6533
6533
  // https://github.com/salesforce/lwc/issues/3284
6534
6534
  setValueType = isNull(setValue) ? 'null' : typeof setValue;
6535
6535
  }
6536
- report(2 /* ReportingEventId.NonStandardAriaReflection */, {
6536
+ report("NonStandardAriaReflection" /* ReportingEventId.NonStandardAriaReflection */, {
6537
6537
  tagName: vm === null || vm === void 0 ? void 0 : vm.tagName,
6538
6538
  propertyName: prop,
6539
6539
  isSetter,
@@ -7119,10 +7119,10 @@
7119
7119
  report(eventId, { propertyName: prop });
7120
7120
  }
7121
7121
  function reportTemplateViolation(prop) {
7122
- reportViolation('template', 3 /* ReportingEventId.TemplateMutation */, prop);
7122
+ reportViolation('template', "TemplateMutation" /* ReportingEventId.TemplateMutation */, prop);
7123
7123
  }
7124
7124
  function reportStylesheetViolation(prop) {
7125
- reportViolation('stylesheet', 4 /* ReportingEventId.StylesheetMutation */, prop);
7125
+ reportViolation('stylesheet', "StylesheetMutation" /* ReportingEventId.StylesheetMutation */, prop);
7126
7126
  }
7127
7127
  // Warn if the user tries to mutate a stylesheets array, e.g.:
7128
7128
  // `tmpl.stylesheets.push(someStylesheetFunction)`
@@ -7294,7 +7294,7 @@
7294
7294
  }
7295
7295
  return ctor;
7296
7296
  }
7297
- /* version: 2.37.1 */
7297
+ /* version: 2.37.2 */
7298
7298
 
7299
7299
  /*
7300
7300
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7722,7 +7722,7 @@
7722
7722
  function isNull(obj) {
7723
7723
  return obj === null;
7724
7724
  }
7725
- /** version: 2.37.1 */
7725
+ /** version: 2.37.2 */
7726
7726
 
7727
7727
  /*
7728
7728
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8275,7 +8275,7 @@
8275
8275
  });
8276
8276
  freeze(LightningElement);
8277
8277
  seal(LightningElement.prototype);
8278
- /* version: 2.37.1 */
8278
+ /* version: 2.37.2 */
8279
8279
 
8280
8280
  exports.LightningElement = LightningElement;
8281
8281
  exports.__unstable__ProfilerControl = profilerControl;