lwc 2.14.2 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +155 -13
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +156 -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 +147 -10
  5. package/dist/engine-dom/iife/es5/engine-dom.js +268 -40
  6. package/dist/engine-dom/iife/es5/engine-dom.min.js +1 -1
  7. package/dist/engine-dom/iife/es5/engine-dom_debug.js +253 -38
  8. package/dist/engine-dom/umd/es2017/engine-dom.js +156 -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 +147 -10
  11. package/dist/engine-dom/umd/es5/engine-dom.js +268 -40
  12. package/dist/engine-dom/umd/es5/engine-dom.min.js +1 -1
  13. package/dist/engine-dom/umd/es5/engine-dom_debug.js +253 -38
  14. package/dist/engine-server/commonjs/es2017/engine-server.js +129 -29
  15. package/dist/engine-server/commonjs/es2017/engine-server.min.js +1 -1
  16. package/dist/engine-server/esm/es2017/engine-server.js +128 -30
  17. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +24 -4
  18. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +24 -4
  19. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.min.js +2 -2
  20. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +24 -4
  21. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +29 -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 +29 -3
  24. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +24 -4
  25. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.min.js +2 -2
  26. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +24 -4
  27. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +29 -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 +29 -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_debug.js +2 -2
  35. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  36. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  37. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  38. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  39. package/package.json +7 -7
@@ -236,6 +236,7 @@
236
236
  */
237
237
  const KEY__IS_NATIVE_SHADOW_ROOT_DEFINED = '$isNativeShadowRootDefined$';
238
238
  const KEY__SHADOW_RESOLVER = '$shadowResolver$';
239
+ const KEY__SHADOW_STATIC = '$shadowStaticNode$';
239
240
  const KEY__SHADOW_TOKEN = '$shadowToken$';
240
241
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
241
242
  const KEY__SCOPED_CSS = '$scoped$';
@@ -304,9 +305,9 @@
304
305
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
305
306
  */
306
307
  // Increment whenever the LWC template compiler changes
307
- const LWC_VERSION = "2.14.2";
308
+ const LWC_VERSION = "2.15.0";
308
309
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
309
- /** version: 2.14.2 */
310
+ /** version: 2.15.0 */
310
311
 
311
312
  /*
312
313
  * Copyright (c) 2018, salesforce.com, inc.
@@ -460,7 +461,7 @@
460
461
  setFeatureFlag(name, value);
461
462
  }
462
463
  }
463
- /** version: 2.14.2 */
464
+ /** version: 2.15.0 */
464
465
 
465
466
  /*
466
467
  * Copyright (c) 2018, salesforce.com, inc.
@@ -3665,6 +3666,9 @@
3665
3666
  // VComment has no special capability, fallback to the owner's renderer
3666
3667
  patchComment(n1, n2, renderer);
3667
3668
  break;
3669
+ case 4 /* Static */:
3670
+ n2.elm = n1.elm;
3671
+ break;
3668
3672
  case 2 /* Element */:
3669
3673
  patchElement(n1, n2, (_a = n2.data.renderer) !== null && _a !== void 0 ? _a : renderer);
3670
3674
  break;
@@ -3684,6 +3688,10 @@
3684
3688
  // VComment has no special capability, fallback to the owner's renderer
3685
3689
  mountComment(node, parent, anchor, renderer);
3686
3690
  break;
3691
+ case 4 /* Static */:
3692
+ // VStatic cannot have a custom renderer associated to them, using owner's renderer
3693
+ mountStatic(node, parent, anchor, renderer);
3694
+ break;
3687
3695
  case 2 /* Element */:
3688
3696
  // If the vnode data has a renderer override use it, else fallback to owner's renderer
3689
3697
  mountElement(node, parent, anchor, (_a = node.data.renderer) !== null && _a !== void 0 ? _a : renderer);
@@ -3739,6 +3747,24 @@
3739
3747
  patchElementPropsAndAttrs$1(n1, n2, renderer);
3740
3748
  patchChildren(n1.children, n2.children, elm, renderer);
3741
3749
  }
3750
+ function mountStatic(vnode, parent, anchor, renderer) {
3751
+ const { owner } = vnode;
3752
+ const { cloneNode, isSyntheticShadowDefined } = renderer;
3753
+ const elm = (vnode.elm = cloneNode(vnode.fragment, true));
3754
+ linkNodeToShadow(elm, owner, renderer);
3755
+ // Marks this node as Static to propagate the shadow resolver. must happen after elm is assigned to the proper shadow
3756
+ const { renderMode, shadowMode } = owner;
3757
+ if (isSyntheticShadowDefined) {
3758
+ if (shadowMode === 1 /* Synthetic */ || renderMode === 0 /* Light */) {
3759
+ elm[KEY__SHADOW_STATIC] = true;
3760
+ }
3761
+ }
3762
+ if (process.env.NODE_ENV !== 'production') {
3763
+ const isLight = renderMode === 0 /* Light */;
3764
+ patchElementWithRestrictions(elm, { isPortal: false, isLight });
3765
+ }
3766
+ insertNode(elm, parent, anchor, renderer);
3767
+ }
3742
3768
  function mountCustomElement(vnode, parent, anchor, renderer) {
3743
3769
  const { sel, owner } = vnode;
3744
3770
  const UpgradableConstructor = getUpgradableConstructor(sel, renderer);
@@ -4207,6 +4233,17 @@
4207
4233
  function addVNodeToChildLWC(vnode) {
4208
4234
  ArrayPush$1.call(getVMBeingRendered().velements, vnode);
4209
4235
  }
4236
+ // [st]atic node
4237
+ function st(fragment, key) {
4238
+ return {
4239
+ type: 4 /* Static */,
4240
+ sel: undefined,
4241
+ key,
4242
+ elm: undefined,
4243
+ fragment,
4244
+ owner: getVMBeingRendered(),
4245
+ };
4246
+ }
4210
4247
  // [h]tml node
4211
4248
  function h(sel, data, children = EmptyArray) {
4212
4249
  const vmBeingRendered = getVMBeingRendered();
@@ -4596,6 +4633,7 @@
4596
4633
  co,
4597
4634
  dc,
4598
4635
  ti,
4636
+ st,
4599
4637
  gid,
4600
4638
  fid,
4601
4639
  shc,
@@ -4747,8 +4785,7 @@
4747
4785
  // This works in the client, because the stylesheets are created, and cached in the VM
4748
4786
  // the first time the VM renders.
4749
4787
  // native shadow or light DOM, SSR
4750
- const combinedStylesheetContent = ArrayJoin.call(stylesheets, '\n');
4751
- return createInlineStyleVNode(combinedStylesheetContent);
4788
+ return ArrayMap.call(stylesheets, createInlineStyleVNode);
4752
4789
  }
4753
4790
  else {
4754
4791
  // native shadow or light DOM, DOM renderer
@@ -4916,6 +4953,59 @@
4916
4953
  assert.isTrue(isUndefined$1(template.renderMode), `Shadow DOM components template can't render light DOM templates. Either remove the 'lwc:render-mode' directive from ${getComponentTag(vm)} or set it to 'lwc:render-mode="shadow"`);
4917
4954
  }
4918
4955
  }
4956
+ function buildParseFragmentFn(createFragmentFn) {
4957
+ return (strings, ...keys) => {
4958
+ const cache = create(null);
4959
+ return function () {
4960
+ const { context: { hasScopedStyles, stylesheetToken }, shadowMode, renderer, } = getVMBeingRendered();
4961
+ const hasStyleToken = !isUndefined$1(stylesheetToken);
4962
+ const isSyntheticShadow = shadowMode === 1 /* Synthetic */;
4963
+ let cacheKey = 0;
4964
+ if (hasStyleToken && hasScopedStyles) {
4965
+ cacheKey |= 1 /* HAS_SCOPED_STYLE */;
4966
+ }
4967
+ if (hasStyleToken && isSyntheticShadow) {
4968
+ cacheKey |= 2 /* SHADOW_MODE_SYNTHETIC */;
4969
+ }
4970
+ if (!isUndefined$1(cache[cacheKey])) {
4971
+ return cache[cacheKey];
4972
+ }
4973
+ const classToken = hasScopedStyles && hasStyleToken ? ' ' + stylesheetToken : '';
4974
+ const classAttrToken = hasScopedStyles && hasStyleToken ? ` class="${stylesheetToken}"` : '';
4975
+ const attrToken = hasStyleToken && isSyntheticShadow ? ' ' + stylesheetToken : '';
4976
+ let htmlFragment = '';
4977
+ for (let i = 0, n = keys.length; i < n; i++) {
4978
+ switch (keys[i]) {
4979
+ case 0: // styleToken in existing class attr
4980
+ htmlFragment += strings[i] + classToken;
4981
+ break;
4982
+ case 1: // styleToken for added class attr
4983
+ htmlFragment += strings[i] + classAttrToken;
4984
+ break;
4985
+ case 2: // styleToken as attr
4986
+ htmlFragment += strings[i] + attrToken;
4987
+ break;
4988
+ case 3: // ${1}${2}
4989
+ htmlFragment += strings[i] + classAttrToken + attrToken;
4990
+ break;
4991
+ }
4992
+ }
4993
+ htmlFragment += strings[strings.length - 1];
4994
+ cache[cacheKey] = createFragmentFn(htmlFragment, renderer);
4995
+ return cache[cacheKey];
4996
+ };
4997
+ };
4998
+ }
4999
+ // Note: at the moment this code executes, we don't have a renderer yet.
5000
+ const parseFragment = buildParseFragmentFn((html, renderer) => {
5001
+ const { createFragment } = renderer;
5002
+ return createFragment(html);
5003
+ });
5004
+ const parseSVGFragment = buildParseFragmentFn((html, renderer) => {
5005
+ const { createFragment, getFirstChild } = renderer;
5006
+ const fragment = createFragment('<svg>' + html + '</svg>');
5007
+ return getFirstChild(fragment);
5008
+ });
4919
5009
  function evaluateTemplate(vm, html) {
4920
5010
  if (process.env.NODE_ENV !== 'production') {
4921
5011
  assert.isTrue(isFunction$1(html), `evaluateTemplate() second argument must be an imported template instead of ${toString$1(html)}`);
@@ -4962,7 +5052,7 @@
4962
5052
  // Evaluate, create stylesheet and cache the produced VNode for future
4963
5053
  // re-rendering.
4964
5054
  const stylesheetsContent = getStylesheetsContent(vm, html);
4965
- context.styleVNode =
5055
+ context.styleVNodes =
4966
5056
  stylesheetsContent.length === 0
4967
5057
  ? null
4968
5058
  : createStylesheet(vm, stylesheetsContent);
@@ -4979,9 +5069,9 @@
4979
5069
  // Set the global flag that template is being updated
4980
5070
  isUpdatingTemplate = true;
4981
5071
  vnodes = html.call(undefined, api, component, cmpSlots, context.tplCache);
4982
- const { styleVNode } = context;
4983
- if (!isNull(styleVNode)) {
4984
- ArrayUnshift.call(vnodes, styleVNode);
5072
+ const { styleVNodes } = context;
5073
+ if (!isNull(styleVNodes)) {
5074
+ ArrayUnshift.apply(vnodes, styleVNodes);
4985
5075
  }
4986
5076
  });
4987
5077
  }, () => {
@@ -5346,7 +5436,7 @@
5346
5436
  hasTokenInClass: undefined,
5347
5437
  hasTokenInAttribute: undefined,
5348
5438
  hasScopedStyles: undefined,
5349
- styleVNode: null,
5439
+ styleVNodes: null,
5350
5440
  tplCache: EmptyObject,
5351
5441
  wiredConnecting: EmptyArray,
5352
5442
  wiredDisconnecting: EmptyArray
@@ -6270,6 +6360,10 @@
6270
6360
  // VComment has no special capability, fallback to the owner's renderer
6271
6361
  hydratedNode = hydrateComment(node, vnode, renderer);
6272
6362
  break;
6363
+ case 4 /* Static */:
6364
+ // VStatic are cacheable and cannot have custom renderer associated to them
6365
+ hydratedNode = hydrateStaticElement(node, vnode, renderer);
6366
+ break;
6273
6367
  case 2 /* Element */:
6274
6368
  hydratedNode = hydrateElement(node, vnode, (_a = vnode.data.renderer) !== null && _a !== void 0 ? _a : renderer);
6275
6369
  break;
@@ -6313,6 +6407,13 @@
6313
6407
  vnode.elm = node;
6314
6408
  return node;
6315
6409
  }
6410
+ function hydrateStaticElement(elm, vnode, renderer) {
6411
+ if (!areCompatibleNodes(vnode.fragment, elm, vnode, renderer)) {
6412
+ return handleMismatch(elm, vnode, renderer);
6413
+ }
6414
+ vnode.elm = elm;
6415
+ return elm;
6416
+ }
6316
6417
  function hydrateElement(elm, vnode, renderer) {
6317
6418
  if (!hasCorrectNodeType(vnode, elm, 1 /* ELEMENT */, renderer) ||
6318
6419
  !isMatchingElement(vnode, elm, renderer)) {
@@ -6548,6 +6649,39 @@
6548
6649
  }
6549
6650
  return nodesAreCompatible;
6550
6651
  }
6652
+ function areCompatibleNodes(client, ssr, vnode, renderer) {
6653
+ const { getProperty, getAttribute } = renderer;
6654
+ if (getProperty(client, 'nodeType') === 3 /* TEXT */) {
6655
+ if (!hasCorrectNodeType(vnode, ssr, 3 /* TEXT */, renderer)) {
6656
+ return false;
6657
+ }
6658
+ return getProperty(client, 'nodeValue') === getProperty(ssr, 'nodeValue');
6659
+ }
6660
+ if (getProperty(client, 'nodeType') === 8 /* COMMENT */) {
6661
+ if (!hasCorrectNodeType(vnode, ssr, 8 /* COMMENT */, renderer)) {
6662
+ return false;
6663
+ }
6664
+ return getProperty(client, 'nodeValue') === getProperty(ssr, 'nodeValue');
6665
+ }
6666
+ if (!hasCorrectNodeType(vnode, ssr, 1 /* ELEMENT */, renderer)) {
6667
+ return false;
6668
+ }
6669
+ let isCompatibleElements = true;
6670
+ if (getProperty(client, 'tagName') !== getProperty(ssr, 'tagName')) {
6671
+ if (process.env.NODE_ENV !== 'production') {
6672
+ logError(`Hydration mismatch: expecting element with tag "${getProperty(client, 'tagName').toLowerCase()}" but found "${getProperty(ssr, 'tagName').toLowerCase()}".`, vnode.owner);
6673
+ }
6674
+ return false;
6675
+ }
6676
+ const clientAttrsNames = getProperty(client, 'getAttributeNames').call(client);
6677
+ clientAttrsNames.forEach((attrName) => {
6678
+ if (getAttribute(client, attrName) !== getAttribute(ssr, attrName)) {
6679
+ logError(`Mismatch hydrating element <${getProperty(client, 'tagName').toLowerCase()}>: attribute "${attrName}" has different values, expected "${getAttribute(client, attrName)}" but found "${getAttribute(ssr, attrName)}"`, vnode.owner);
6680
+ isCompatibleElements = false;
6681
+ }
6682
+ });
6683
+ return isCompatibleElements;
6684
+ }
6551
6685
 
6552
6686
  /*
6553
6687
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6683,7 +6817,7 @@
6683
6817
  }
6684
6818
  return ctor;
6685
6819
  }
6686
- /* version: 2.14.2 */
6820
+ /* version: 2.15.0 */
6687
6821
 
6688
6822
  /*
6689
6823
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6901,6 +7035,12 @@
6901
7035
  }
6902
7036
  const isNativeShadowDefined = _globalThis[KEY__IS_NATIVE_SHADOW_ROOT_DEFINED];
6903
7037
  const isSyntheticShadowDefined = hasOwnProperty$1.call(Element.prototype, KEY__SHADOW_TOKEN);
7038
+ function cloneNode(node, deep) {
7039
+ return node.cloneNode(deep);
7040
+ }
7041
+ function createFragment(html) {
7042
+ return document.createRange().createContextualFragment(html).firstChild;
7043
+ }
6904
7044
  function createElement$1(tagName, namespace) {
6905
7045
  return isUndefined$1(namespace)
6906
7046
  ? document.createElement(tagName)
@@ -7025,6 +7165,8 @@
7025
7165
  isHydrating,
7026
7166
  insert,
7027
7167
  remove,
7168
+ cloneNode,
7169
+ createFragment,
7028
7170
  createElement: createElement$1,
7029
7171
  createText,
7030
7172
  createComment,
@@ -7354,7 +7496,7 @@
7354
7496
  });
7355
7497
  freeze(LightningElement);
7356
7498
  seal(LightningElement.prototype);
7357
- /* version: 2.14.2 */
7499
+ /* version: 2.15.0 */
7358
7500
 
7359
7501
  exports.LightningElement = LightningElement;
7360
7502
  exports.__unstable__ProfilerControl = profilerControl;
@@ -7368,6 +7510,8 @@
7368
7510
  exports.hydrateComponent = hydrateComponent;
7369
7511
  exports.isComponentConstructor = isComponentConstructor;
7370
7512
  exports.isNodeFromTemplate = isNodeShadowed;
7513
+ exports.parseFragment = parseFragment;
7514
+ exports.parseSVGFragment = parseSVGFragment;
7371
7515
  exports.readonly = readonly;
7372
7516
  exports.register = register;
7373
7517
  exports.registerComponent = registerComponent;
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).LWC={})}(this,(function(e){"use strict";var t=Object.freeze({__proto__:null,invariant:function(e,t){if(!e)throw new Error(`Invariant Violation: ${t}`)},isTrue:function(e,t){if(!e)throw new Error(`Assert Violation: ${t}`)},isFalse:function(e,t){if(e)throw new Error(`Assert Violation: ${t}`)},fail:function(e){throw new Error(e)}});const{assign:n,create:r,defineProperties:o,defineProperty:i,freeze:s,getOwnPropertyDescriptor:l,getOwnPropertyNames:c,getPrototypeOf:a,hasOwnProperty:u,isFrozen:d,keys:f,seal:h,setPrototypeOf:p}=Object,{isArray:m}=Array,{copyWithin:g,fill:w,filter:y,find:b,indexOf:v,join:C,map:E,pop:M,push:S,reduce:k,reverse:T,shift:x,slice:A,sort:N,splice:O,unshift:P,forEach:L}=Array.prototype,{fromCharCode:$}=String,{charCodeAt:_,replace:R,slice:D,toLowerCase:H}=String.prototype;function F(e){return void 0===e}function I(e){return null===e}function W(e){return!0===e}function j(e){return!1===e}function B(e){return"function"==typeof e}function V(e){return"object"==typeof e}function K(e){return"string"==typeof e}function G(){}const z={}.toString;function U(e){return e&&e.toString?m(e)?C.call(E.call(e,U),","):e.toString():"object"==typeof e?z.call(e):e+""}function q(e,t){do{const n=l(e,t);if(!F(n))return n;e=a(e)}while(null!==e)}const X=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","role"],{AriaAttrNameToPropNameMap:Y,AriaPropNameToAttrNameMap:J}=(()=>{const e=r(null),t=r(null);return L.call(X,(n=>{const r=H.call(R.call(n,/^aria/,(()=>"aria-")));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})(),Q=function(){if("object"==typeof globalThis)return globalThis;let e;try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),e=__magic__,delete Object.prototype.__magic__}catch(e){}finally{void 0===e&&(e=window)}return e}(),Z=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"]]),ee=new Map;function te(e){const t=J[e];if(!F(t))return t;const n=Z.get(e);if(!F(n))return n;const r=ee.get(e);if(!F(r))return r;let o="";for(let t=0,n=e.length;t<n;t++){const n=_.call(e,t);o+=n>=65&&n<=90?"-"+$(n+32):$(n)}return ee.set(e,o),o}const ne="http://www.w3.org/2000/svg";function re(e){return void 0===Object.getOwnPropertyDescriptor(Element.prototype,e)}const oe=new WeakMap;function ie(e){let t=oe.get(e);return void 0===t&&(t={},oe.set(e,t)),t}function se(e,t){return{get(){const n=ie(this);return u.call(n,e)?n[e]:this.hasAttribute(t)?this.getAttribute(t):null},set(n){const r=null==(o=n)?null:String(o);var o;ie(this)[e]=r,null===n?this.removeAttribute(t):this.setAttribute(t,n)},configurable:!0,enumerable:!0}}function le(e){const t=se(e,J[e]);Object.defineProperty(Element.prototype,e,t)}const ce=f(J);for(let e=0,t=ce.length;e<t;e+=1){const t=ce[e];re(t)&&le(t)}const ae={DUMMY_TEST_FLAG:null,ENABLE_ELEMENT_PATCH:null,ENABLE_FORCE_NATIVE_SHADOW_MODE_FOR_TEST:null,ENABLE_HMR:null,ENABLE_HTML_COLLECTIONS_PATCH:null,ENABLE_INNER_OUTER_TEXT_PATCH:null,ENABLE_MIXED_SHADOW_MODE:null,ENABLE_NODE_LIST_PATCH:null,ENABLE_NODE_PATCH:null,ENABLE_REACTIVE_SETTER:null,ENABLE_WIRE_SYNC_EMIT:null};Q.lwcRuntimeFlags||Object.defineProperty(Q,"lwcRuntimeFlags",{value:r(null)});const ue=Q.lwcRuntimeFlags;let de=[];const fe=h(r(null)),he=h([]);function pe(){const e=de;de=[];for(let t=0,n=e.length;t<n;t+=1)e[t]()}function me(e){0===de.length&&Promise.resolve().then(pe),S.call(de,e)}const ge=/;(?![^(]*\))/g,we=/:(.+)/;function ye(e,t){const n={};for(const r of Object.keys(e))r!==t&&(n[r]=e[r]);return n}const be=new WeakMap;let ve=null;function Ce(e,t){const n=be.get(e);if(!F(n)){const e=n[t];if(!F(e))for(let t=0,n=e.length;t<n;t+=1){e[t].notify()}}}function Ee(e,t){if(null===ve)return;const n=ve,o=function(e){let t=be.get(e);if(F(t)){const n=r(null);t=n,be.set(e,n)}return t}(e);let i=o[t];if(F(i))i=[],o[t]=i;else if(i[0]===n)return;-1===v.call(i,n)&&n.link(i)}class Me{constructor(e){this.listeners=[],this.callback=e}observe(e){const t=ve;let n;ve=this;try{e()}catch(e){n=Object(e)}finally{if(ve=t,void 0!==n)throw n}}reset(){const{listeners:e}=this,t=e.length;if(t>0){for(let n=0;n<t;n+=1){const t=e[n],r=v.call(e[n],this);O.call(t,r,1)}e.length=0}}notify(){this.callback.call(void 0,this)}link(e){S.call(e,this),S.call(this.listeners,e)}}function Se(e,t){Ce(e.component,t)}function ke(e,t){Ee(e.component,t)}function Te(e){return`<${H.call(e.tagName)}>`}function xe(e,t){if(!d(t)&&F(t.wcStack)){const n=function(e){const t=[];let n=e;for(;!I(n);)S.call(t,Te(n)),n=n.owner;return t.reverse().join("\n\t")}(e);i(t,"wcStack",{get:()=>n})}}function Ae(e,t,n){let r=`[LWC ${e}]: ${t}`;F(n)||(r=`${r}\n${function(e){const t=[];let n="";for(;!I(e.owner);)S.call(t,n+Te(e)),e=e.owner,n+="\t";return C.call(t,"\n")}(n)}`);try{throw new Error(r)}catch(t){console[e](t)}}function Ne(e){const t=e();return(null==t?void 0:t.__esModule)?t.default:t}function Oe(e){return B(e)&&u.call(e,"__circular__")}const Pe="undefined"!=typeof HTMLElement?HTMLElement:function(){},Le=Pe.prototype;function $e(e){return`Using the \`${e}\` property is an anti-pattern because it rounds the value to an integer. Instead, use the \`getBoundingClientRect\` method to obtain fractional values for the size of an element and its position relative to the viewport.`}n(r(null),{accessKey:{attribute:"accesskey"},accessKeyLabel:{readOnly:!0},className:{attribute:"class",error:"Using the `className` property is an anti-pattern because of slow runtime behavior and potential conflicts with classes provided by the owner element. Use the `classList` API instead."},contentEditable:{attribute:"contenteditable"},dataset:{readOnly:!0,error:"Using the `dataset` property is an anti-pattern because it can't be statically analyzed. Expose each property individually using the `@api` decorator instead."},dir:{attribute:"dir"},draggable:{attribute:"draggable"},dropzone:{attribute:"dropzone",readOnly:!0},hidden:{attribute:"hidden"},id:{attribute:"id"},inputMode:{attribute:"inputmode"},lang:{attribute:"lang"},slot:{attribute:"slot",error:"Using the `slot` property is an anti-pattern."},spellcheck:{attribute:"spellcheck"},style:{attribute:"style"},tabIndex:{attribute:"tabindex"},title:{attribute:"title"},translate:{attribute:"translate"},isContentEditable:{readOnly:!0},offsetHeight:{readOnly:!0,error:$e("offsetHeight")},offsetLeft:{readOnly:!0,error:$e("offsetLeft")},offsetParent:{readOnly:!0},offsetTop:{readOnly:!0,error:$e("offsetTop")},offsetWidth:{readOnly:!0,error:$e("offsetWidth")},role:{attribute:"role"}});let _e,Re=null;function De(e,t){return e!==Re||t!==_e}function He(e,t){Re=null,_e=void 0}function Fe(e,t){Re=e,_e=t}const Ie=r(null);L.call(f(J),(e=>{const t=q(Le,e);F(t)||(Ie[e]=t)})),L.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(e=>{const t=q(Le,e);F(t)||(Ie[e]=t)}));const{isArray:We}=Array,{prototype:je,getPrototypeOf:Be,create:Ve,defineProperty:Ke,isExtensible:Ge,getOwnPropertyDescriptor:ze,getOwnPropertyNames:Ue,getOwnPropertySymbols:qe,preventExtensions:Xe,hasOwnProperty:Ye}=Object,{push:Je,concat:Qe}=Array.prototype;function Ze(e){return void 0===e}function et(e){return"function"==typeof e}const tt=new WeakMap;function nt(e,t){tt.set(e,t)}const rt=e=>tt.get(e)||e;class ot{constructor(e,t){this.originalTarget=t,this.membrane=e}wrapDescriptor(e){if(Ye.call(e,"value"))e.value=this.wrapValue(e.value);else{const{set:t,get:n}=e;Ze(n)||(e.get=this.wrapGetter(n)),Ze(t)||(e.set=this.wrapSetter(t))}return e}copyDescriptorIntoShadowTarget(e,t){const{originalTarget:n}=this,r=ze(n,t);if(!Ze(r)){const n=this.wrapDescriptor(r);Ke(e,t,n)}}lockShadowTarget(e){const{originalTarget:t}=this;Qe.call(Ue(t),qe(t)).forEach((t=>{this.copyDescriptorIntoShadowTarget(e,t)}));const{membrane:{tagPropertyKey:n}}=this;Ze(n)||Ye.call(e,n)||Ke(e,n,Ve(null)),Xe(e)}apply(e,t,n){}construct(e,t,n){}get(e,t){const{originalTarget:n,membrane:{valueObserved:r}}=this,o=n[t];return r(n,t),this.wrapValue(o)}has(e,t){const{originalTarget:n,membrane:{tagPropertyKey:r,valueObserved:o}}=this;return o(n,t),t in n||t===r}ownKeys(e){const{originalTarget:t,membrane:{tagPropertyKey:n}}=this,r=Ze(n)||Ye.call(t,n)?[]:[n];return Je.apply(r,Ue(t)),Je.apply(r,qe(t)),r}isExtensible(e){const{originalTarget:t}=this;return!!Ge(e)&&(!!Ge(t)||(this.lockShadowTarget(e),!1))}getPrototypeOf(e){const{originalTarget:t}=this;return Be(t)}getOwnPropertyDescriptor(e,t){const{originalTarget:n,membrane:{valueObserved:r,tagPropertyKey:o}}=this;r(n,t);let i=ze(n,t);if(Ze(i)){if(t!==o)return;return i={value:void 0,writable:!1,configurable:!1,enumerable:!1},Ke(e,o,i),i}return!1===i.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(i)}}const it=new WeakMap,st=new WeakMap,lt=new WeakMap,ct=new WeakMap;class at extends ot{wrapValue(e){return this.membrane.getProxy(e)}wrapGetter(e){const t=it.get(e);if(!Ze(t))return t;const n=this,r=function(){return n.wrapValue(e.call(rt(this)))};return it.set(e,r),lt.set(r,e),r}wrapSetter(e){const t=st.get(e);if(!Ze(t))return t;const n=function(t){e.call(rt(this),rt(t))};return st.set(e,n),ct.set(n,e),n}unwrapDescriptor(e){if(Ye.call(e,"value"))e.value=rt(e.value);else{const{set:t,get:n}=e;Ze(n)||(e.get=this.unwrapGetter(n)),Ze(t)||(e.set=this.unwrapSetter(t))}return e}unwrapGetter(e){const t=lt.get(e);if(!Ze(t))return t;const n=this,r=function(){return rt(e.call(n.wrapValue(this)))};return it.set(r,e),lt.set(e,r),r}unwrapSetter(e){const t=ct.get(e);if(!Ze(t))return t;const n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return st.set(r,e),ct.set(e,r),r}set(e,t,n){const{originalTarget:r,membrane:{valueMutated:o}}=this;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&We(r)&&o(r,t),!0}deleteProperty(e,t){const{originalTarget:n,membrane:{valueMutated:r}}=this;return delete n[t],r(n,t),!0}setPrototypeOf(e,t){}preventExtensions(e){if(Ge(e)){const{originalTarget:t}=this;if(Xe(t),Ge(t))return!1;this.lockShadowTarget(e)}return!0}defineProperty(e,t,n){const{originalTarget:r,membrane:{valueMutated:o,tagPropertyKey:i}}=this;return t===i&&!Ye.call(r,t)||(Ke(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),o(r,t),!0)}}const ut=new WeakMap,dt=new WeakMap;class ft extends ot{wrapValue(e){return this.membrane.getReadOnlyProxy(e)}wrapGetter(e){const t=ut.get(e);if(!Ze(t))return t;const n=this,r=function(){return n.wrapValue(e.call(rt(this)))};return ut.set(e,r),r}wrapSetter(e){const t=dt.get(e);if(!Ze(t))return t;const n=function(e){};return dt.set(e,n),n}set(e,t,n){return!1}deleteProperty(e,t){return!1}setPrototypeOf(e,t){}preventExtensions(e){return!1}defineProperty(e,t,n){return!1}}function ht(e){if(null===e)return!1;if("object"!=typeof e)return!1;if(We(e))return!0;const t=Be(e);return t===je||null===t||null===Be(t)}const pt=(e,t)=>{},mt=(e,t)=>{};function gt(e){return We(e)?[]:{}}const wt=Symbol.for("@@lockerLiveValue"),yt=new class{constructor(e={}){this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;const{valueMutated:t,valueObserved:n,valueIsObservable:r,tagPropertyKey:o}=e;this.valueMutated=et(t)?t:mt,this.valueObserved=et(n)?n:pt,this.valueIsObservable=et(r)?r:ht,this.tagPropertyKey=o}getProxy(e){const t=rt(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}getReadOnlyProxy(e){return e=rt(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}unwrapProxy(e){return rt(e)}getReactiveHandler(e){let t=this.reactiveObjectGraph.get(e);if(Ze(t)){const n=new at(this,e);t=new Proxy(gt(e),n),nt(t,e),this.reactiveObjectGraph.set(e,t)}return t}getReadOnlyHandler(e){let t=this.readOnlyObjectGraph.get(e);if(Ze(t)){const n=new ft(this,e);t=new Proxy(gt(e),n),nt(t,e),this.readOnlyObjectGraph.set(e,t)}return t}}({valueObserved:Ee,valueMutated:Ce,tagPropertyKey:wt});function bt(e,t){const{get:n,set:r,enumerable:o,configurable:i}=t;if(!B(n))throw new TypeError;if(!B(r))throw new TypeError;return{enumerable:o,configurable:i,get(){const t=mr(this);if(!zn(t))return ke(t,e),n.call(t.elm)},set(t){const n=mr(this);return t!==n.cmpProps[e]&&(n.cmpProps[e]=t,Se(n,e)),r.call(n.elm,t)}}}const vt=function(){if(I(Gn))throw new ReferenceError("Illegal constructor");const e=Gn,{def:t,elm:n}=e,{bridge:r}=t,o=this;if(p(n,r.prototype),e.component=this,1===arguments.length){const{callHook:t,setHook:n,getHook:r}=arguments[0];e.callHook=t,e.setHook=n,e.getHook=r}return this[wt]=void 0,pr(o,e),pr(n,e),1===e.renderMode?e.renderRoot=Ct(e):e.renderRoot=n,this};function Ct(e){const{elm:t,mode:n,shadowMode:r,def:{ctor:o},renderer:{attachShadow:i}}=e,s=i(t,{"$$lwc-synthetic-mode":1===r,delegatesFocus:Boolean(o.delegatesFocus),mode:n});return e.shadowRoot=s,pr(s,e),s}vt.prototype={constructor:vt,dispatchEvent(e){const t=mr(this),{elm:n,renderer:{dispatchEvent:r}}=t;return r(n,e)},addEventListener(e,t,n){const r=mr(this),{elm:o,renderer:{addEventListener:i}}=r;i(o,e,er(r,t),n)},removeEventListener(e,t,n){const r=mr(this),{elm:o,renderer:{removeEventListener:i}}=r;i(o,e,er(r,t),n)},hasAttribute(e){const t=mr(this),{elm:n,renderer:{getAttribute:r}}=t;return!I(r(n,e))},hasAttributeNS(e,t){const n=mr(this),{elm:r,renderer:{getAttribute:o}}=n;return!I(o(r,t,e))},removeAttribute(e){const t=mr(this),{elm:n,renderer:{removeAttribute:r}}=t;Fe(n,e),r(n,e),He()},removeAttributeNS(e,t){const{elm:n,renderer:{removeAttribute:r}}=mr(this);Fe(n,t),r(n,t,e),He()},getAttribute(e){const t=mr(this),{elm:n}=t,{getAttribute:r}=t.renderer;return r(n,e)},getAttributeNS(e,t){const n=mr(this),{elm:r}=n,{getAttribute:o}=n.renderer;return o(r,t,e)},setAttribute(e,t){const n=mr(this),{elm:r,renderer:{setAttribute:o}}=n;Fe(r,e),o(r,e,t),He()},setAttributeNS(e,t,n){const r=mr(this),{elm:o,renderer:{setAttribute:i}}=r;Fe(o,t),i(o,t,n,e),He()},getBoundingClientRect(){const e=mr(this),{elm:t,renderer:{getBoundingClientRect:n}}=e;return n(t)},get isConnected(){const e=mr(this),{elm:t,renderer:{isConnected:n}}=e;return n(t)},get classList(){const e=mr(this),{elm:t,renderer:{getClassList:n}}=e;return n(t)},get template(){return mr(this).shadowRoot},get shadowRoot(){return null},get children(){const e=mr(this);return e.renderer.getChildren(e.elm)},get childNodes(){const e=mr(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){const e=mr(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){const e=mr(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){const e=mr(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){const e=mr(this);return e.renderer.getLastElementChild(e.elm)},render(){return mr(this).def.template},toString(){return`[object ${mr(this).def.name}]`}};const Et=r(null),Mt=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];for(const e of Mt)Et[e]={value(t){const n=mr(this),{elm:r,renderer:o}=n;return o[e](r,t)},configurable:!0,enumerable:!0,writable:!0};o(vt.prototype,Et);const St=r(null);for(const e in Ie)St[e]=bt(e,Ie[e]);function kt(e){return{get(){const t=mr(this);return ke(t,e),t.cmpFields[e]},set(t){const n=mr(this);t!==n.cmpFields[e]&&(n.cmpFields[e]=t,Se(n,e))},enumerable:!0,configurable:!0}}function Tt(e){return{get(){const t=mr(this);if(!zn(t))return ke(t,e),t.cmpProps[e]},set(t){const n=mr(this);n.cmpProps[e]=t,Se(n,e)},enumerable:!0,configurable:!0}}o(vt.prototype,St),i(vt,"CustomElementConstructor",{get(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});class xt extends Me{constructor(e,t){super((()=>{j(this.debouncing)&&(this.debouncing=!0,me((()=>{if(W(this.debouncing)){const{value:n}=this,{isDirty:r,component:o,idx:i}=e;t.call(o,n),this.debouncing=!1,W(e.isDirty)&&j(r)&&i>0&&ar(e)}})))})),this.debouncing=!1}reset(e){super.reset(),this.debouncing=!1,arguments.length>0&&(this.value=e)}}function At(e,t){const{get:n,set:r,enumerable:o,configurable:i}=t;if(!B(n))throw new Error;return{get(){return n.call(this)},set(t){const n=mr(this);if(r)if(ue.ENABLE_REACTIVE_SETTER){let o=n.oar[e];F(o)&&(o=n.oar[e]=new xt(n,r)),o.reset(t),o.observe((()=>{r.call(this,t)}))}else r.call(this,t)},enumerable:o,configurable:i}}function Nt(e){return{get(){const t=mr(this);return ke(t,e),t.cmpFields[e]},set(t){const n=mr(this),r=yt.getProxy(t);r!==n.cmpFields[e]&&(n.cmpFields[e]=r,Se(n,e))},enumerable:!0,configurable:!0}}function Ot(e){return{get(){const t=mr(this);return ke(t,e),t.cmpFields[e]},set(t){const n=mr(this);t!==n.cmpFields[e]&&(n.cmpFields[e]=t,Se(n,e))},enumerable:!0,configurable:!0}}const Pt=new Map;const Lt={apiMethods:fe,apiFields:fe,apiFieldsConfig:fe,wiredMethods:fe,wiredFields:fe,observedFields:fe};const $t=new Set;function _t(){return[]}$t.add(_t);const Rt=r(null),Dt=r(null);function Ht(e){let t=Rt[e];return F(t)&&(t=Rt[e]=function(){const t=mr(this),{getHook:n}=t;return n(t.component,e)}),t}function Ft(e){let t=Dt[e];return F(t)&&(t=Dt[e]=function(t){const n=mr(this),{setHook:r}=n;t=yt.getReadOnlyProxy(t),r(n.component,e,t)}),t}function It(e){return function(){const t=mr(this),{callHook:n,component:r}=t,o=r[e];return n(t.component,o,A.call(arguments))}}function Wt(e,t){return function(n,r,o){if(r===o)return;const i=e[n];F(i)?F(t)||t.apply(this,arguments):De(this,n)&&(this[i]=o)}}function jt(e,t,n){let s;B(e)?s=class extends e{}:(s=function(){throw new TypeError("Illegal constructor")},p(s,e),p(s.prototype,e.prototype),i(s.prototype,"constructor",{writable:!0,configurable:!0,value:s}));const l=r(null),{attributeChangedCallback:c}=e.prototype,{observedAttributes:a=[]}=e,u=r(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];l[te(n)]=n,u[n]={get:Ht(n),set:Ft(n),enumerable:!0,configurable:!0}}for(let e=0,t=n.length;e<t;e+=1){const t=n[e];u[t]={value:It(t),writable:!0,configurable:!0}}return u.attributeChangedCallback={value:Wt(l,c)},i(s,"observedAttributes",{get:()=>[...a,...f(l)]}),o(s.prototype,u),s}const Bt=jt(Pe,c(Ie),[]);s(Bt),h(Bt.prototype);const Vt=new WeakMap;function Kt(e){const{shadowSupportMode:t,renderMode:i}=e,s=function(e){const t=Pt.get(e);return F(t)?Lt:t}(e),{apiFields:l,apiFieldsConfig:c,apiMethods:u,wiredFields:d,wiredMethods:h,observedFields:p}=s,m=e.prototype;let{connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}=m;const C=function(e){let t=a(e);if(I(t))throw new ReferenceError(`Invalid prototype chain for ${e.name}, you must extend LightningElement.`);if(Oe(t)){const e=Ne(t);t=e===t?vt:e}return t}(e),E=C!==vt?zt(C):Ut,M=jt(E.bridge,f(l),f(u)),S=n(r(null),E.props,l),k=n(r(null),E.propsConfig,c),T=n(r(null),E.methods,u),x=n(r(null),E.wire,d,h);g=g||E.connectedCallback,w=w||E.disconnectedCallback,y=y||E.renderedCallback,b=b||E.errorCallback,v=v||E.render;let A=E.shadowSupportMode;F(t)||(A=t);let N=E.renderMode;F(i)||(N="light"===i?0:1);const O=function(e){return Xn.get(e)}(e)||E.template,P=e.name||E.name;o(m,p);return{ctor:e,name:P,wire:x,props:S,propsConfig:k,methods:T,bridge:M,template:O,renderMode:N,shadowSupportMode:A,connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}}function Gt(e){if(!B(e))return!1;if(e.prototype instanceof vt)return!0;let t=e;do{if(Oe(t)){const e=Ne(t);if(e===t)return!0;t=e}if(t===vt)return!0}while(!I(t)&&(t=a(t)));return!1}function zt(e){let t=Vt.get(e);if(F(t)){if(Oe(e)){return t=zt(Ne(e)),Vt.set(e,t),t}if(!Gt(e))throw new TypeError(`${e} is not a valid component, or does not extends LightningElement from "lwc". You probably forgot to add the extend clause on the class declaration.`);t=Kt(e),Vt.set(e,t)}return t}const Ut={ctor:vt,name:vt.name,props:St,propsConfig:fe,methods:fe,renderMode:1,shadowSupportMode:"reset",wire:fe,bridge:Bt,template:_t,render:vt.prototype.render};function qt(e,t){const{getCustomElement:n,HTMLElementExported:r,defineCustomElement:o}=t;let i=n(e=e.toLowerCase());return F(i)?(i=class extends r{constructor(e){super(),B(e)&&e(this)}},o(e,i),i):i}function Xt(e){const{type:t}=e;return 2===t||3===t}function Yt(e,t){return e.key===t.key&&e.sel===t.sel}function Jt(e,t){return"input"===e&&("value"===t||"checked"===t)}function Qt(e,t,n){const{props:r}=t.data;if(F(r))return;const o=I(e)?fe:e.data.props;if(o===r)return;const i=I(e),{elm:s,sel:l}=t,{getProperty:c,setProperty:a}=n;for(const e in r){const t=r[e];(i||t!==(Jt(l,e)?c(s,e):o[e]))&&a(s,e,t)}}const Zt=r(null);function en(e){if(null==e)return fe;e=K(e)?e:e+"";let t=Zt[e];if(t)return t;t=r(null);let n,o=0;const i=e.length;for(n=0;n<i;n++)32===_.call(e,n)&&(n>o&&(t[D.call(e,o,n)]=!0),o=n+1);return n>o&&(t[D.call(e,o,n)]=!0),Zt[e]=t,t}function tn(e,t){const{elm:n,data:{on:r}}=e;if(F(r))return;const{addEventListener:o}=t;for(const e in r){o(n,e,r[e])}}function nn(e,t,n,r){var o;o=t,yn.has(o)?function(e,t,n,r){let o=0,i=0,s=e.length-1,l=e[0],c=e[s];const a=t.length-1;let u,d,f,h,p=a,m=t[0],g=t[p],w=!1;for(;o<=s&&i<=p;)an(l)?an(c)?an(m)?an(g)?Yt(l,m)?(rn(l,m,r),l=e[++o],m=t[++i]):Yt(c,g)?(rn(c,g,r),c=e[--s],g=t[--p]):Yt(l,g)?(rn(l,g,r),pn(l.elm,n,r.nextSibling(c.elm),r),l=e[++o],g=t[--p]):Yt(c,m)?(rn(c,m,r),pn(m.elm,n,l.elm,r),c=e[--s],m=t[++i]):(void 0===u&&(u=bn(e,o,s)),d=u[m.key],F(d)?(on(m,n,r,l.elm),m=t[++i]):(f=e[d],an(f)&&(f.sel!==m.sel?on(m,n,r,l.elm):(rn(f,m,r),w||(w=!0,e=[...e]),e[d]=void 0,pn(f.elm,n,l.elm,r))),m=t[++i])):g=t[--p]:m=t[++i]:c=e[--s]:l=e[++o];if(o<=s||i<=p)if(o>s){let e,o=p;do{e=t[++o]}while(!an(e)&&o<a);h=an(e)?e.elm:null,sn(t,n,r,h,i,p+1)}else cn(e,n,r,!0,o,s+1)}(e,t,n,r):function(e,t,n,r){const o=e.length,i=t.length;if(0===o)return void sn(t,n,r,null);if(0===i)return void cn(e,n,r,!0);let s=null;for(let o=i-1;o>=0;o-=1){const i=e[o],l=t[o];l!==i&&(an(i)?an(l)?(rn(i,l,r),s=l.elm):ln(i,n,r,!0):an(l)&&(on(l,n,r,s),s=l.elm))}}(e,t,n,r)}function rn(e,t,n){var r,o;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&hn(t,n)}(e,t,n);break;case 2:!function(e,t,n){const r=t.elm=e.elm;gn(e,t,n),nn(e.children,t.children,r,n)}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:!function(e,t,n){const r=t.elm=e.elm,o=t.vm=e.vm;gn(e,t,n),F(o)||wn(t,o);nn(e.children,t.children,r,n),F(o)||ar(o)}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}}function on(e,t,n,r){var o,i;switch(e.type){case 0:!function(e,t,n,r){const{owner:o}=e,{createText:i}=r,s=e.elm=i(e.text);fn(s,o,r),pn(s,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){const{owner:o}=e,{createComment:i}=r,s=e.elm=i(e.text);fn(s,o,r),pn(s,t,n,r)}(e,t,r,n);break;case 2:!function(e,t,n,r){const{sel:o,owner:i,data:{svg:s}}=e,{createElement:l}=r,c=W(s)?ne:void 0,a=l(o,c);fn(a,i,r),function(e,t,n){const{owner:r}=t;if(dn(e,r,n),1===r.shadowMode){const{data:{context:n}}=t,{stylesheetToken:o}=r.context;F(n)||F(n.lwc)||"manual"!==n.lwc.dom||function(e){e.$domManual$=!0}(e),F(o)||un(e,o)}}(a,e,r),e.elm=a,gn(null,e,r),pn(a,t,n,r),sn(e.children,a,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:!function(e,t,n,r){const{sel:o,owner:i}=e,s=qt(o,r);let l;const c=new s((t=>{l=function(e,t,n){let r=gr(e);if(!F(r))return r;const{sel:o,mode:i,ctor:s,owner:l}=t;if(dn(e,l,n),1===l.shadowMode){const{stylesheetToken:t}=l.context;F(t)||un(e,t)}return r=hr(e,s,n,{mode:i,owner:l,tagName:o}),r}(t,e,r)}));if(fn(c,i,r),e.elm=c,e.vm=l,l)wn(e,l);else if(e.ctor!==s)throw new TypeError("Incorrect Component Constructor");gn(null,e,r),pn(c,t,n,r),l&&Cr(l);sn(e.children,c,r,null),l&&function(e){wr(e)}(l)}(e,t,r,null!==(i=e.data.renderer)&&void 0!==i?i:n)}}function sn(e,t,n,r,o=0,i=e.length){for(;o<i;++o){const i=e[o];an(i)&&on(i,t,n,r)}}function ln(e,t,n,r=!1){const{type:o,elm:i,sel:s}=e;switch(r&&mn(i,t,n),o){case 2:{const t="slot"===s&&1===e.owner.shadowMode;cn(e.children,i,n,t);break}case 3:{const{vm:t}=e;F(t)||function(e){fr(e)}(t)}}}function cn(e,t,n,r=!1,o=0,i=e.length){for(;o<i;++o){const i=e[o];an(i)&&ln(i,t,n,r)}}function an(e){return null!=e}function un(e,t){e.$shadowToken$=t}function dn(e,t,n){const{cmpTemplate:r,context:o}=t,{getClassList:i}=n,s=null==r?void 0:r.stylesheetToken;!F(s)&&o.hasScopedStyles&&i(e).add(s)}function fn(e,t,n){const{renderRoot:r,renderMode:o,shadowMode:i}=t,{isSyntheticShadowDefined:s}=n;s&&(1!==i&&0!==o||(e.$shadowResolver$=r.$shadowResolver$))}function hn(e,t){const{elm:n,text:r}=e,{setText:o}=t;o(n,r)}function pn(e,t,n,r){r.insert(e,t,n)}function mn(e,t,n){n.remove(e,t)}function gn(e,t,n){I(e)&&(tn(t,n),function(e,t){const{elm:n,data:{classMap:r}}=e;if(F(r))return;const{getClassList:o}=t,i=o(n);for(const e in r)i.add(e)}(t,n),function(e,t){const{elm:n,data:{styleDecls:r}}=e;if(F(r))return;const{setCSSStyleProperty:o}=t;for(let e=0;e<r.length;e++){const[t,i,s]=r[e];o(n,t,i,s)}}(t,n)),function(e,t,n){const{elm:r,data:{className:o}}=t,i=I(e)?void 0:e.data.className;if(i===o)return;const{getClassList:s}=n,l=s(r),c=en(o),a=en(i);let u;for(u in a)F(c[u])&&l.remove(u);for(u in c)F(a[u])&&l.add(u)}(e,t,n),function(e,t,n){const{elm:r,data:{style:o}}=t;if((I(e)?void 0:e.data.style)===o)return;const{setAttribute:i,removeAttribute:s}=n;K(o)&&""!==o?i(r,"style",o):s(r,"style")}(e,t,n),function(e,t,n){const{attrs:r}=t.data;if(F(r))return;const o=I(e)?fe:e.data.attrs;if(o===r)return;const{elm:i}=t,{setAttribute:s,removeAttribute:l}=n;for(const e in r){const t=r[e];o[e]!==t&&(Fe(i,e),58===_.call(e,3)?s(i,e,t,"http://www.w3.org/XML/1998/namespace"):58===_.call(e,5)?s(i,e,t,"http://www.w3.org/1999/xlink"):I(t)||F(t)?l(i,e):s(i,e,t),He())}}(e,t,n),Qt(e,t,n)}function wn(e,t){const n=e.aChildren||e.children;t.aChildren=n;const{renderMode:o,shadowMode:i}=t;1!==i&&0!==o||(!function(e,t){var n;const{cmpSlots:o}=e,i=e.cmpSlots=r(null);for(let e=0,r=t.length;e<r;e+=1){const r=t[e];if(I(r))continue;let o="";Xt(r)&&(o=(null===(n=r.data.attrs)||void 0===n?void 0:n.slot)||"");const s=i[o]=i[o]||[];S.call(s,r)}if(j(e.isDirty)){const t=f(o);if(t.length!==f(i).length)return void Qn(e);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];if(F(i[r])||o[r].length!==i[r].length)return void Qn(e);const s=o[r],l=i[r];for(let t=0,n=i[r].length;t<n;t+=1)if(s[t]!==l[t])return void Qn(e)}}}(t,n),e.aChildren=n,e.children=he)}const yn=new WeakMap;function bn(e,t,n){const r={};for(let o=t;o<=n;++o){const t=e[o];if(an(t)){const{key:e}=t;void 0!==e&&(r[e]=o)}}return r}const vn=Symbol.iterator;function Cn(e,t,n=he){const r=Bn();const{key:o}=t;return{type:2,sel:e,data:t,children:n,elm:undefined,key:o,owner:r}}function En(e,t,n,r=he){const o=Bn(),{key:i}=n;const s={type:3,sel:e,data:n,children:r,elm:undefined,key:i,ctor:t,owner:o,mode:"open",aChildren:undefined,vm:undefined};return function(e){S.call(Bn().velements,e)}(s),s}const Mn=new Map;let Sn=0;function kn(e){var t;return t=e,yn.set(t,1),e}let Tn=()=>{throw new Error("sanitizeHtmlContent hook must be implemented.")};const xn=s({s:function(e,t,n,r){F(r)||F(r[e])||0===r[e].length||(n=r[e]);const o=Bn(),{renderMode:i,shadowMode:s}=o;return 0===i?(kn(n),n):(1===s&&kn(n),Cn("slot",t,n))},h:Cn,c:En,i:function(e,t){const n=[];if(kn(n),F(e)||null===e)return n;const r=e[vn]();let o=r.next(),i=0,{value:s,done:l}=o;for(;!1===l;){o=r.next(),l=o.done;const e=t(s,i,0===i,!0===l);m(e)?S.apply(n,e):S.call(n,e),i+=1,s=o.value}return n},f:function(e){const t=e.length,n=[];kn(n);for(let r=0;r<t;r+=1){const t=e[r];m(t)?S.apply(n,t):S.call(n,t)}return n},t:function(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:Bn()}},d:function(e){return null==e?"":String(e)},b:function(e){const t=Bn();if(I(t))throw new Error;const n=t;return function(t){qn(n,e,n.component,t)}},k:function(e,t){switch(typeof t){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:undefined,owner:Bn()}},dc:function(e,t,n,r=he){if(null==t)return null;if(!Gt(t))throw new Error(`Invalid LWC Constructor ${U(t)} for custom element <${e}>.`);let o=Mn.get(t);return F(o)&&(o=Sn++,Mn.set(t,o)),En(e,t,Object.assign(Object.assign({},n),{key:`dc:${o}:${n.key}`}),r)},ti:function(e){return e>0&&!(W(e)||j(e))?0:e},gid:function(e){const t=Bn();if(F(e)||""===e)return e;if(I(e))return null;const{idx:n,shadowMode:r}=t;return 1===r?R.call(e,/\S+/g,(e=>`${e}-${n}`)):e},fid:function(e){const t=Bn();if(F(e)||""===e)return e;if(I(e))return null;const{idx:n,shadowMode:r}=t;return 1===r&&/^#/.test(e)?`${e}-${n}`:e},shc:function(e){return Tn(e)}});function An(e){return`${e}-host`}function Nn(e,t,n){const r=[];let o;for(let i=0;i<e.length;i++){let s=e[i];if(m(s))S.apply(r,Nn(s,t,n));else{const e=s.$scoped$,i=e||1===n.shadowMode&&1===n.renderMode?t:void 0,l=0===n.renderMode?!e:0===n.shadowMode;let c;1===n.renderMode?c=0===n.shadowMode:(F(o)&&(o=Pn(n)),c=I(o)||0===o.shadowMode),S.call(r,s(i,l,c))}}return r}function On(e,t){const{stylesheets:n,stylesheetToken:r}=t;let o=[];return F(n)||0===n.length||(o=Nn(n,r,e)),o}function Pn(e){let t=e;for(;!I(t);){if(1===t.renderMode)return t;t=t.owner}return t}function Ln(e,t){const{renderMode:n,shadowMode:r,renderer:{ssr:o,insertStylesheet:i}}=e;if(1===n&&1===r)for(let e=0;e<t.length;e++)i(t[e]);else{if(o||e.hydrated){const e=C.call(t,"\n");return s=e,xn.h("style",{key:"style",attrs:{type:"text/css"}},[xn.t(s)])}{const n=function(e){const t=Pn(e);return I(t)||1!==t.shadowMode?t:null}(e),r=I(n)?void 0:n.shadowRoot;for(let e=0;e<t.length;e++)i(t[e],r)}}var s;return null}let $n=!1,_n=G;const Rn={enableProfiler(){$n=!0},disableProfiler(){$n=!1},attachDispatcher(e){_n=e,this.enableProfiler()},detachDispatcher(){const e=_n;return _n=G,this.disableProfiler(),e}};function Dn(e,t){$n&&_n(e,0,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Hn(e,t){$n&&_n(e,1,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Fn(e,t){$n&&_n(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 In(e,t){$n&&_n(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)}let Wn=!1,jn=null;function Bn(){return jn}function Vn(e){jn=e}function Kn(e,t){const n=Wn,o=jn;let i=[];return Tr(e,e.owner,(()=>{jn=e,Dn(1,e)}),(()=>{const{component:n,context:o,cmpSlots:s,cmpTemplate:l,tro:c}=e;c.observe((()=>{if(t!==l){if(I(l)||kr(e),c=t,!$t.has(c))throw new TypeError(`Invalid template returned by the render() method on ${e}. It must return an imported template (e.g.: \`import html from "./${e.def.name}.html"\`), instead, it has returned: ${U(t)}.`);e.cmpTemplate=t,o.tplCache=r(null),o.hasScopedStyles=function(e){const{stylesheets:t}=e;if(!F(t))for(let e=0;e<t.length;e++)if(W(t[e].$scoped$))return!0;return!1}(t),function(e,t){const{elm:n,context:r,renderMode:o,shadowMode:i,renderer:{getClassList:s,removeAttribute:l,setAttribute:c}}=e,{stylesheets:a,stylesheetToken:u}=t,d=1===o&&1===i,{hasScopedStyles:f}=r;let h,p,m;const{stylesheetToken:g,hasTokenInClass:w,hasTokenInAttribute:y}=r;F(g)||(w&&s(n).remove(An(g)),y&&l(n,An(g))),F(a)||0===a.length||(h=u),F(h)||(f&&(s(n).add(An(h)),p=!0),d&&(c(n,An(h),""),m=!0)),r.stylesheetToken=h,r.hasTokenInClass=p,r.hasTokenInAttribute=m}(e,t);const n=On(e,t);o.styleVNode=0===n.length?null:Ln(e,n)}var c;e.velements=[],Wn=!0,i=t.call(void 0,xn,n,s,o.tplCache);const{styleVNode:a}=o;I(a)||P.call(i,a)}))}),(()=>{Wn=n,jn=o,Hn(1,e)})),i}let Gn=null;function zn(e){return Gn===e}function Un(e,t,n){const{component:r,callHook:o,owner:i}=e;Tr(e,i,G,(()=>{o(r,t,n)}),G)}function qn(e,t,n,r){const{callHook:o,owner:i}=e;Tr(e,i,G,(()=>{o(n,t,[r])}),G)}const Xn=new Map;function Yn(e){return new Me((()=>{const{isDirty:t}=e;j(t)&&(Qn(e),function(e){const{renderer:{ssr:t}}=e;if(W(t)||W(e.isScheduled))return;e.isScheduled=!0,0===br.length&&me(vr);S.call(br,e)}(e))}))}function Jn(e){e.tro.reset();const t=function(e){const{def:{render:t},callHook:n,component:r,owner:o}=e,i=Bn();let s,l=!1;return Tr(e,o,(()=>{Vn(e)}),(()=>{e.tro.observe((()=>{s=n(r,t),l=!0}))}),(()=>{Vn(i)})),l?Kn(e,s):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function Qn(e){e.isDirty=!0}const Zn=new WeakMap;function er(e,t){if(!B(t))throw new TypeError;let n=Zn.get(t);return F(n)&&(n=function(n){qn(e,t,void 0,n)},Zn.set(t,n)),n}const tr=r(null),nr=["rendered","connected","disconnected"];function rr(e,t){const{component:n,def:r,context:o}=e;for(let e=0,i=t.length;e<i;++e)t[e].call(void 0,n,{},r,o)}let or=0;const ir=new WeakMap;function sr(e,t,n=[]){return t.apply(e,n)}function lr(e,t,n){e[t]=n}function cr(e,t){return e[t]}function ar(e){wr(e)}function ur(e){const t=mr(e);Fn(7,t),1===t.state&&dr(e),Cr(t),wr(t),In(7,t)}function dr(e){fr(mr(e))}function fr(e){const{state:t}=e;if(2!==t){const{oar:t,tro:n}=e;n.reset();for(const e in t)t[e].reset();!function(e){j(e.isDirty)&&(e.isDirty=!0);e.state=2;const{disconnected:t}=tr;t&&rr(e,t);Er(e)&&function(e){const{wiredDisconnecting:t}=e.context;Tr(e,e,G,(()=>{for(let e=0,n=t.length;e<n;e+=1)t[e]()}),G)}(e);const{disconnectedCallback:n}=e.def;F(n)||(Dn(5,e),Un(e,n),Hn(5,e))}(e),Mr(e),function(e){const{aChildren:t}=e;Sr(t)}(e)}}function hr(e,t,n,o){const{mode:i,owner:s,tagName:l,hydrated:c}=o,a=zt(t),u={elm:e,def:a,idx:or++,state:0,isScheduled:!1,isDirty:!0,tagName:l,mode:i,owner:s,children:he,aChildren:he,velements:he,cmpProps:r(null),cmpFields:r(null),cmpSlots:r(null),oar:r(null),cmpTemplate:null,hydrated:Boolean(c),renderMode:a.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNode:null,tplCache:fe,wiredConnecting:he,wiredDisconnecting:he},tro:null,shadowMode:null,component:null,shadowRoot:null,renderRoot:null,callHook:sr,setHook:lr,getHook:cr,renderer:n};return u.shadowMode=function(e,t){const{def:n}=e,{isSyntheticShadowDefined:r,isNativeShadowDefined:o}=t;let i;if(r)if(0===n.renderMode)i=0;else if(o)if(ue.ENABLE_MIXED_SHADOW_MODE)if("any"===n.shadowSupportMode)i=0;else{const t=function(e){let t=e.owner;for(;!I(t)&&0===t.renderMode;)t=t.owner;return t}(e);i=I(t)||0!==t.shadowMode?1:0}else i=1;else i=1;else i=0;return i}(u,n),u.tro=Yn(u),function(e,t){const n=Gn;let r;Dn(0,e),Gn=e;try{const o=new t;if(Gn.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){r=Object(e)}finally{if(Hn(0,e),Gn=n,!F(r))throw xe(e,r),r}}(u,a.ctor),Er(u)&&function(e){const{context:t,def:{wire:n}}=e,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[];for(const t in n){const i=n[t],s=xr.get(i);if(!F(s)){const{connector:n,computeConfigAndUpdate:i,resetConfigWatcher:l}=Nr(e,t,s),c=s.dynamic.length>0;S.call(r,(()=>{n.connect(),ue.ENABLE_WIRE_SYNC_EMIT||!c?i():Promise.resolve().then(i)})),S.call(o,(()=>{n.disconnect(),l()}))}}}(u),u}function pr(e,t){ir.set(e,t)}function mr(e){return ir.get(e)}function gr(e){return ir.get(e)}function wr(e){if(W(e.isDirty)){!function(e,t){const{renderRoot:n,children:r,renderer:o}=e;e.children=t,(t.length>0||r.length>0)&&r!==t&&Tr(e,e,(()=>{Dn(2,e)}),(()=>{nn(r,t,n,o)}),(()=>{Hn(2,e)}));1===e.state&&yr(e)}(e,Jn(e))}}function yr(e){const{def:{renderedCallback:t},renderer:{ssr:n}}=e;if(W(n))return;const{rendered:r}=tr;r&&rr(e,r),F(t)||(Dn(4,e),Un(e,t),Hn(4,e))}let br=[];function vr(){Fn(8);const e=br.sort(((e,t)=>e.idx-t.idx));br=[];for(let t=0,n=e.length;t<n;t+=1){const r=e[t];try{wr(r)}catch(r){throw t+1<n&&(0===br.length&&me(vr),P.apply(br,A.call(e,t+1))),In(8),r}}In(8)}function Cr(e){const{state:t}=e;if(1===t)return;e.state=1;const{connected:n}=tr;n&&rr(e,n),Er(e)&&function(e){const{wiredConnecting:t}=e.context;for(let e=0,n=t.length;e<n;e+=1)t[e]()}(e);const{connectedCallback:r}=e.def;F(r)||(Dn(3,e),Un(e,r),Hn(3,e))}function Er(e){return c(e.def.wire).length>0}function Mr(e){const{velements:t}=e;for(let e=t.length-1;e>=0;e-=1){const{elm:n}=t[e];if(!F(n)){const e=gr(n);F(e)||fr(e)}}}function Sr(e){for(let t=0,n=e.length;t<n;t+=1){const n=e[t];if(!I(n)&&!F(n.elm))switch(n.type){case 2:Sr(n.children);break;case 3:fr(mr(n.elm));break}}}function kr(e){const{children:t,renderRoot:n,renderer:{remove:r}}=e;for(let e=0,o=t.length;e<o;e++){const o=t[e];I(o)||F(o.elm)||r(o.elm,n)}e.children=he,Mr(e),e.velements=he}function Tr(e,t,n,r,o){let i;n();try{r()}catch(e){i=Object(e)}finally{if(o(),!F(i)){xe(e,i);const n=I(t)?void 0:function(e){let t=e;for(;!I(t);){if(!F(t.def.errorCallback))return t;t=t.owner}}(t);if(F(n))throw i;kr(e),Dn(6,e);Un(n,n.def.errorCallback,[i,i.wcStack]),Hn(6,e)}}}const xr=new Map;class Ar extends CustomEvent{constructor(e,{setNewContext:t,setDisconnectedCallback:n}){super(e,{bubbles:!0,composed:!0}),o(this,{setNewContext:{value:t},setDisconnectedCallback:{value:n}})}}function Nr(e,t,n){const{method:r,adapter:o,configCallback:s,dynamic:l}=n,c=F(r)?function(e,t){const{cmpFields:n}=e;return r=>{r!==e.cmpFields[t]&&(n[t]=r,Se(e,t))}}(e,t):function(e,t){return n=>{Tr(e,e.owner,G,(()=>{t.call(e.component,n)}),G)}}(e,r);let a,u;i(c,"$$DeprecatedWiredElementHostKey$$",{value:e.elm}),i(c,"$$DeprecatedWiredParamsMetaKey$$",{value:l}),Tr(e,e,G,(()=>{u=new o(c)}),G);const{computeConfigAndUpdate:d,ro:f}=function(e,t,n){let r=!1;const o=new Me((()=>{!1===r&&(r=!0,Promise.resolve().then((()=>{r=!1,o.reset(),i()})))})),i=()=>{let r;o.observe((()=>r=t(e))),n(r)};return{computeConfigAndUpdate:i,ro:o}}(e.component,s,(t=>{Tr(e,e,G,(()=>{u.update(t,a)}),G)}));return F(o.contextSchema)||function(e,t,n){const{adapter:r}=t,o=Pr(r);if(F(o))return;const{elm:i,context:{wiredConnecting:s,wiredDisconnecting:l},renderer:{dispatchEvent:c}}=e;S.call(s,(()=>{const e=new Ar(o,{setNewContext(e){n(e)},setDisconnectedCallback(e){S.call(l,e)}});c(i,e)}))}(e,n,(t=>{a!==t&&(a=t,1===e.state&&d())})),{connector:u,computeConfigAndUpdate:d,resetConfigWatcher:()=>f.reset()}}const Or=new Map;function Pr(e){return Or.get(e)}function Lr(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,method:e.value,configCallback:n,dynamic:r};xr.set(e,o)}function $r(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,configCallback:n,dynamic:r};xr.set(e,o)}let _r=!1;function Rr(e){_r=!1,Cr(e),Dr(e),_r&&function(e,t){Ae("error",e,t)}("Hydration completed with errors.",e)}function Dr(e){const t=Jn(e);e.children=t;const{renderRoot:n,renderer:{getFirstChild:r}}=e;Fr(r(n),t,n,e),yr(e)}function Hr(e,t,n){var r,o;let i;switch(t.type){case 0:i=function(e,t,n){var r;if(!jr(t,e,3,n))return Ir(e,t,n);const{setText:o}=n;return o(e,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 1:i=function(e,t,n){var r;if(!jr(t,e,8,n))return Ir(e,t,n);const{setProperty:o}=n;return o(e,"nodeValue",null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 2:i=function(e,t,n){if(!jr(t,e,1,n)||!Br(t,e,n))return Ir(e,t,n);t.elm=e;const{owner:r}=t,{context:o}=t.data,i=Boolean(!F(o)&&!F(o.lwc)&&"manual"===o.lwc.dom);if(i){const{data:{props:r}}=t,{getProperty:o}=n;F(r)||F(r.innerHTML)||o(e,"innerHTML")===r.innerHTML&&(t.data=Object.assign(Object.assign({},t.data),{props:ye(r,"innerHTML")}))}if(Wr(t,n),!i){const{getFirstChild:o}=n;Fr(o(e),t.children,e,r)}return e}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:i=function(e,t,n){if(!jr(t,e,1,n)||!Br(t,e,n))return Ir(e,t,n);const{sel:r,mode:o,ctor:i,owner:s}=t,l=hr(e,i,n,{mode:o,owner:s,tagName:r,hydrated:!0});if(t.elm=e,t.vm=l,wn(t,l),Wr(t,n),Cr(l),0!==l.renderMode){const{getFirstChild:r}=n;Fr(r(e),t.children,e,l)}return Dr(l),e}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}return n.nextSibling(i)}function Fr(e,t,n,r){let o=e,i=null;const{renderer:s}=r;for(let e=0;e<t.length;e++){const r=t[e];I(r)||(o?(o=Hr(o,r,s),i=r.elm):(_r=!0,on(r,n,s,i),i=r.elm))}if(o){_r=!0;const{nextSibling:e}=s;do{const t=o;o=e(o),mn(t,n,s)}while(o)}}function Ir(e,t,n){_r=!0;const{getProperty:r}=n,o=r(e,"parentNode");return on(t,o,n,e),mn(e,o,n),t.elm}function Wr(e,t){tn(e,t),Qt(null,e,t)}function jr(e,t,n,r){const{getProperty:o}=r;return o(t,"nodeType")===n}function Br(e,t,n){const{getProperty:r}=n;if(e.sel.toLowerCase()!==r(t,"tagName").toLowerCase())return!1;const o=function(e,t,n){const{data:{attrs:r={}}}=e;let o=!0;for(const[e,i]of Object.entries(r)){const{getAttribute:r}=n,s=r(t,e);String(i)!==s&&(o=!1)}return o}(e,t,n),i=function(e,t,n){const{data:{className:r,classMap:o}}=e,{getProperty:i,getClassList:s}=n;let l=!0;if(F(r)||String(r)===i(t,"className")){if(!F(o)){const e=s(t);let n="";for(const t in o)n+=" "+t,e.contains(t)||(l=!1);n.trim(),e.length>f(o).length&&(l=!1)}}else l=!1;return l}(e,t,n),s=function(e,t,n){const{data:{style:r,styleDecls:o}}=e,{getAttribute:i}=n,s=i(t,"style")||"";let l=!0;if(F(r)||r===s){if(!F(o)){const e=function(e){const t={},n=e.split(ge);for(const e of n)if(e){const[n,r]=e.split(we);void 0!==n&&void 0!==r&&(t[n.trim()]=r.trim())}return t}(s),t=[];for(let n=0,r=o.length;n<r;n++){const[r,i,s]=o[n];t.push(`${r}: ${i+(s?" important!":"")}`);const c=e[r];F(c)?l=!1:c.startsWith(i)?s&&!c.endsWith("!important")&&(l=!1):l=!1}f(e).length>o.length&&(l=!1),C.call(t,";")}}else l=!1;return l}(e,t,n);return o&&i&&s}let Vr=!1;const Kr=B(CSSStyleSheet.prototype.replaceSync)&&m(document.adoptedStyleSheets),Gr=Kr&&l(document.adoptedStyleSheets,"length").writable,zr=!F(document.documentMode),Ur=new Map;function qr(e){const t=document.createElement("style");return t.type="text/css",t.textContent=e,t}function Xr(e){const t=new CSSStyleSheet;return t.replaceSync(e),t}function Yr(e,t,n){const r=function(e,t){const{stylesheet:n,used:r}=t;return r?zr?qr(e):n.cloneNode(!0):(t.used=!0,n)}(e,n);(function(e){return!F(e.head)}(t)?t.head:t).appendChild(r)}function Jr(e,t,n){Kr?function(e,t,n){const{adoptedStyleSheets:r}=t,{stylesheet:o}=n;Gr?r.push(o):t.adoptedStyleSheets=[...r,o]}(0,t,n):Yr(e,t,n)}function Qr(e){let t=Ur.get(e);return F(t)&&(t={stylesheet:Kr?Xr(e):qr(e),roots:void 0,global:!1,used:!1},Ur.set(e,t)),t}let Zr,eo,to;if(function(){if("undefined"==typeof customElements)return!1;try{const e=HTMLElement;class t extends e{}return customElements.define("lwc-test-"+Math.floor(1e6*Math.random()),t),new t,!0}catch(e){return!1}}())Zr=customElements.get.bind(customElements),eo=customElements.define.bind(customElements),to=HTMLElement;else{const e=r(null),t=new WeakMap;eo=function(n,r){if(n!==H.call(n)||e[n])throw new TypeError("Invalid Registration");e[n]=r,t.set(r,n)},Zr=function(t){return e[t]},to=function e(){if(!(this instanceof e))throw new TypeError("Invalid Invocation");const{constructor:n}=this,r=t.get(n);if(!r)throw new TypeError("Invalid Construction");const o=document.createElement(r);return p(o,n.prototype),o},to.prototype=HTMLElement.prototype}let no=!1;function ro(e){no=e}const oo=Q.$isNativeShadowRootDefined$,io=u.call(Element.prototype,"$shadowToken$");const so={ssr:!1,isNativeShadowDefined:oo,isSyntheticShadowDefined:io,HTMLElementExported:to,isHydrating:function(){return no},insert:function(e,t,n){t.insertBefore(e,n)},remove:function(e,t){t.removeChild(e)},createElement:function(e,t){return F(t)?document.createElement(e):document.createElementNS(t,e)},createText:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},nextSibling:function(e){return e.nextSibling},attachShadow:function(e,t){return no?e.shadowRoot:e.attachShadow(t)},getProperty:function(e,t){return e[t]},setProperty:function(e,t,n){e[t]=n},setText:function(e,t){e.nodeValue=t},getAttribute:function(e,t,n){return F(n)?e.getAttribute(t):e.getAttributeNS(n,t)},setAttribute:function(e,t,n,r){return F(r)?e.setAttribute(t,n):e.setAttributeNS(r,t,n)},removeAttribute:function(e,t,n){F(n)?e.removeAttribute(t):e.removeAttributeNS(n,t)},addEventListener:function(e,t,n,r){e.addEventListener(t,n,r)},removeEventListener:function(e,t,n,r){e.removeEventListener(t,n,r)},dispatchEvent:function(e,t){return e.dispatchEvent(t)},getClassList:function(e){return e.classList},setCSSStyleProperty:function(e,t,n,r){e.style.setProperty(t,n,r?"important":"")},getBoundingClientRect:function(e){return e.getBoundingClientRect()},querySelector:function(e,t){return e.querySelector(t)},querySelectorAll:function(e,t){return e.querySelectorAll(t)},getElementsByTagName:function(e,t){return e.getElementsByTagName(t)},getElementsByClassName:function(e,t){return e.getElementsByClassName(t)},getChildren:function(e){return e.children},getChildNodes:function(e){return e.childNodes},getFirstChild:function(e){return e.firstChild},getFirstElementChild:function(e){return e.firstElementChild},getLastChild:function(e){return e.lastChild},getLastElementChild:function(e){return e.lastElementChild},isConnected:function(e){return e.isConnected},insertStylesheet:function(e,t){F(t)?function(e){const t=Qr(e);t.global||(t.global=!0,Jr(e,document,t))}(e):function(e,t){const n=Qr(e);let{roots:r}=n;if(F(r))r=n.roots=new WeakSet;else if(r.has(t))return;r.add(t),Jr(e,t,n)}(e,t)},assertInstanceOfHTMLElement:function(e,n){t.invariant(e instanceof HTMLElement,n)},defineCustomElement:eo,getCustomElement:Zr};function lo(e,t,n){const r=hr(e,t,so,{mode:"open",owner:null,tagName:e.tagName.toLowerCase(),hydrated:!0});for(const[t,r]of Object.entries(n))e[t]=r;return r}function co(e,t,n={}){if(!(e instanceof Element))throw new TypeError(`"hydrateComponent" expects a valid DOM element as the first parameter but instead received ${e}.`);if(!B(t))throw new TypeError(`"hydrateComponent" expects a valid component constructor as the second parameter but instead received ${t}.`);if(!V(n)||I(n))throw new TypeError(`"hydrateComponent" expects an object as the third parameter but instead received ${n}.`);if(gr(e))console.warn('"hydrateComponent" expects an element that is not hydrated.',e);else try{ro(!0);Rr(lo(e,t,n)),ro(!1)}catch(r){console.error("Recovering from error while hydrating: ",r),function(e,t){if(e.shadowRoot){const t=e.shadowRoot;for(;!I(t.firstChild);)t.removeChild(t.firstChild)}if("light"===t.renderMode)for(;!I(e.firstChild);)e.removeChild(e.firstChild)}(e,t),lo(e,t,n),ro(!1),ur(e)}finally{ro(!1)}}const ao=new WeakSet;function uo(e){const t=function(e){return zt(e).bridge}(e);return class extends t{constructor(){super(),this.isConnected?(co(this,e,{}),ao.add(this)):hr(this,e,so,{mode:"open",owner:null,tagName:this.tagName})}connectedCallback(){ao.has(this)?ao.delete(this):ur(this)}disconnectedCallback(){dr(this)}}}const fo=Node,ho=new WeakMap,po=new WeakMap;function mo(e,t){const n=t.get(e);return F(n)||n(e),e}const{appendChild:go,insertBefore:wo,removeChild:yo,replaceChild:bo}=fo.prototype;n(fo.prototype,{appendChild(e){return mo(go.call(this,e),ho)},insertBefore(e,t){return mo(wo.call(this,e,t),ho)},removeChild(e){return mo(yo.call(this,e),po)},replaceChild(e,t){const n=bo.call(this,e,t);return mo(n,po),mo(e,ho),n}});const vo=Node;const Co=new Map;i(vt,"CustomElementConstructor",{get(){return function(e){if(e===vt)throw new TypeError("Invalid Constructor. LightningElement base class can't be claimed as a custom element.");let t=Co.get(e);return F(t)&&(t=uo(e),Co.set(e,t)),t}(this)}}),s(vt),h(vt.prototype),e.LightningElement=vt,e.__unstable__ProfilerControl=Rn,e.api=function(){throw new Error},e.buildCustomElementConstructor=function(e){return e.CustomElementConstructor},e.createContextProvider=function(e){let t=Pr(e);if(!F(t))throw new Error("Adapter already has a context provider.");t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}(),function(e,t){Or.set(e,t)}(e,t);const n=new WeakSet;return(e,r)=>{if(n.has(e))throw new Error(`Adapter was already installed on ${e}.`);n.add(e);const{consumerConnectedCallback:o,consumerDisconnectedCallback:i}=r;e.addEventListener(t,(e=>{const{setNewContext:t,setDisconnectedCallback:n}=e,r={provide(e){t(e)}};n((()=>{F(i)||i(r)})),o(r),e.stopImmediatePropagation()}))}},e.createElement=function(e,t){if(!V(t)||I(t))throw new TypeError(`"createElement" function expects an object as second parameter but received "${U(t)}".`);const n=t.is;if(!B(n))throw new TypeError('"createElement" function expects an "is" option with a valid component constructor.');const r=qt(e,so);let o=!1;const i=new r((r=>{hr(r,n,so,{tagName:e,mode:"closed"!==t.mode?"open":"closed",owner:null}),ho.set(r,ur),po.set(r,dr),o=!0}));return o||console.error(`Unexpected tag name "${e}". This name is a registered custom element, preventing LWC to upgrade the element.`),i},e.freezeTemplate=function(e){},e.getComponentConstructor=function(e){let t=null;if(!F(e)){const n=gr(e);F(n)||(t=n.def.ctor)}return t},e.getComponentDef=function(e){const t=zt(e),{ctor:n,name:r,props:o,propsConfig:i,methods:s}=t,l={};for(const e in o)l[e]={config:i[e]||0,type:"any",attr:te(e)};const c={};for(const e in s)c[e]=s[e].value;return{ctor:n,name:r,props:l,methods:c}},e.hydrateComponent=co,e.isComponentConstructor=Gt,e.isNodeFromTemplate=function(e){if(j(e instanceof vo))return!1;if(e instanceof ShadowRoot)return!1;const t=e.getRootNode();return!!(t instanceof ShadowRoot&&j(u.call(a(t),"synthetic")))||io&&!F(e.$shadowResolver$)},e.readonly=function(e){return yt.getReadOnlyProxy(e)},e.register=function(e){for(let t=0;t<nr.length;++t){const n=nr[t];if(n in e){let t=tr[n];F(t)&&(tr[n]=t=[]),S.call(t,e[n])}}},e.registerComponent=function(e,{tmpl:t}){return B(e)&&Xn.set(e,t),e},e.registerDecorators=function(e,t){const n=e.prototype,{publicProps:o,publicMethods:s,wire:c,track:a,fields:u}=t,d=r(null),f=r(null),h=r(null),p=r(null),m=r(null),g=r(null);let w;if(!F(o))for(const e in o){const t=o[e];if(g[e]=t.config,w=l(n,e),t.config>0){if(F(w))throw new Error;w=At(e,w)}else w=F(w)||F(w.get)?Tt(e):At(e,w);f[e]=w,i(n,e,w)}if(F(s)||L.call(s,(e=>{if(w=l(n,e),F(w))throw new Error;d[e]=w})),!F(c))for(const e in c){const{adapter:t,method:r,config:o,dynamic:s=[]}=c[e];if(w=l(n,e),1===r){if(F(w))throw new Error;h[e]=w,Lr(w,t,o,s)}else w=Ot(e),p[e]=w,$r(w,t,o,s),i(n,e,w)}if(!F(a))for(const e in a)w=l(n,e),w=Nt(e),i(n,e,w);if(!F(u))for(let e=0,t=u.length;e<t;e++){const t=u[e];w=l(n,t);const r=!F(o)&&t in o,i=!F(a)&&t in a;r||i||(m[t]=kt(t))}return function(e,t){Pt.set(e,t)}(e,{apiMethods:d,apiFields:f,apiFieldsConfig:g,wiredMethods:h,wiredFields:p,observedFields:m}),e},e.registerTemplate=function(e){return $t.add(e),i(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get(){const{stylesheetToken:e}=this;return F(e)?e:{hostAttribute:`${e}-host`,shadowAttribute:e}},set(e){this.stylesheetToken=F(e)?void 0:e.shadowAttribute}}),e},e.renderer=so,e.sanitizeAttribute=function(e,t,n,r){return r},e.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(F(ae[e])){const n=f(ae).map((e=>`"${e}"`)).join(", ");console.warn(`Failed to set the value "${t}" for the runtime feature flag "${e}" because it is undefined. Available flags: ${n}.`)}else{const n=ue[e];if(!F(n))return void console.error(`Failed to set the value "${t}" for the runtime feature flag "${e}". "${e}" has already been set with the value "${n}".`);i(ue,e,{value:t})}}else{const n=`Failed to set the value "${t}" for the runtime feature flag "${e}". Runtime feature flags can only be set to a boolean value.`;console.error(n)}},e.setFeatureFlagForTest=function(e,t){},e.setHooks=function(e){var n;t.isFalse(Vr,"Hooks are already overridden, only one definition is allowed."),Vr=!0,n=e.sanitizeHtmlContent,Tn=n},e.swapComponent=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.swapStyle=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.swapTemplate=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.track=function(e){if(1===arguments.length)return yt.getProxy(e);throw new Error},e.unwrap=function(e){return yt.unwrapProxy(e)},e.wire=function(e,t){throw new Error},Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).LWC={})}(this,(function(e){"use strict";var t=Object.freeze({__proto__:null,invariant:function(e,t){if(!e)throw new Error(`Invariant Violation: ${t}`)},isTrue:function(e,t){if(!e)throw new Error(`Assert Violation: ${t}`)},isFalse:function(e,t){if(e)throw new Error(`Assert Violation: ${t}`)},fail:function(e){throw new Error(e)}});const{assign:n,create:r,defineProperties:o,defineProperty:i,freeze:s,getOwnPropertyDescriptor:l,getOwnPropertyNames:c,getPrototypeOf:a,hasOwnProperty:u,isFrozen:d,keys:f,seal:h,setPrototypeOf:p}=Object,{isArray:m}=Array,{copyWithin:g,fill:w,filter:y,find:b,indexOf:v,join:C,map:E,pop:M,push:k,reduce:S,reverse:T,shift:x,slice:A,sort:N,splice:O,unshift:P,forEach:L}=Array.prototype,{fromCharCode:$}=String,{charCodeAt:_,replace:R,slice:D,toLowerCase:F}=String.prototype;function H(e){return void 0===e}function I(e){return null===e}function W(e){return!0===e}function j(e){return!1===e}function B(e){return"function"==typeof e}function V(e){return"object"==typeof e}function K(e){return"string"==typeof e}function G(){}const z={}.toString;function U(e){return e&&e.toString?m(e)?C.call(E.call(e,U),","):e.toString():"object"==typeof e?z.call(e):e+""}function q(e,t){do{const n=l(e,t);if(!H(n))return n;e=a(e)}while(null!==e)}const X=["ariaActiveDescendant","ariaAtomic","ariaAutoComplete","ariaBusy","ariaChecked","ariaColCount","ariaColIndex","ariaColSpan","ariaControls","ariaCurrent","ariaDescribedBy","ariaDetails","ariaDisabled","ariaErrorMessage","ariaExpanded","ariaFlowTo","ariaHasPopup","ariaHidden","ariaInvalid","ariaKeyShortcuts","ariaLabel","ariaLabelledBy","ariaLevel","ariaLive","ariaModal","ariaMultiLine","ariaMultiSelectable","ariaOrientation","ariaOwns","ariaPlaceholder","ariaPosInSet","ariaPressed","ariaReadOnly","ariaRelevant","ariaRequired","ariaRoleDescription","ariaRowCount","ariaRowIndex","ariaRowSpan","ariaSelected","ariaSetSize","ariaSort","ariaValueMax","ariaValueMin","ariaValueNow","ariaValueText","role"],{AriaAttrNameToPropNameMap:Y,AriaPropNameToAttrNameMap:J}=(()=>{const e=r(null),t=r(null);return L.call(X,(n=>{const r=F.call(R.call(n,/^aria/,(()=>"aria-")));e[r]=n,t[n]=r})),{AriaAttrNameToPropNameMap:e,AriaPropNameToAttrNameMap:t}})(),Q=function(){if("object"==typeof globalThis)return globalThis;let e;try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),e=__magic__,delete Object.prototype.__magic__}catch(e){}finally{void 0===e&&(e=window)}return e}(),Z=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"]]),ee=new Map;function te(e){const t=J[e];if(!H(t))return t;const n=Z.get(e);if(!H(n))return n;const r=ee.get(e);if(!H(r))return r;let o="";for(let t=0,n=e.length;t<n;t++){const n=_.call(e,t);o+=n>=65&&n<=90?"-"+$(n+32):$(n)}return ee.set(e,o),o}const ne="http://www.w3.org/2000/svg";function re(e){return void 0===Object.getOwnPropertyDescriptor(Element.prototype,e)}const oe=new WeakMap;function ie(e){let t=oe.get(e);return void 0===t&&(t={},oe.set(e,t)),t}function se(e,t){return{get(){const n=ie(this);return u.call(n,e)?n[e]:this.hasAttribute(t)?this.getAttribute(t):null},set(n){const r=null==(o=n)?null:String(o);var o;ie(this)[e]=r,null===n?this.removeAttribute(t):this.setAttribute(t,n)},configurable:!0,enumerable:!0}}function le(e){const t=se(e,J[e]);Object.defineProperty(Element.prototype,e,t)}const ce=f(J);for(let e=0,t=ce.length;e<t;e+=1){const t=ce[e];re(t)&&le(t)}const ae={DUMMY_TEST_FLAG:null,ENABLE_ELEMENT_PATCH:null,ENABLE_FORCE_NATIVE_SHADOW_MODE_FOR_TEST:null,ENABLE_HMR:null,ENABLE_HTML_COLLECTIONS_PATCH:null,ENABLE_INNER_OUTER_TEXT_PATCH:null,ENABLE_MIXED_SHADOW_MODE:null,ENABLE_NODE_LIST_PATCH:null,ENABLE_NODE_PATCH:null,ENABLE_REACTIVE_SETTER:null,ENABLE_WIRE_SYNC_EMIT:null};Q.lwcRuntimeFlags||Object.defineProperty(Q,"lwcRuntimeFlags",{value:r(null)});const ue=Q.lwcRuntimeFlags;let de=[];const fe=h(r(null)),he=h([]);function pe(){const e=de;de=[];for(let t=0,n=e.length;t<n;t+=1)e[t]()}function me(e){0===de.length&&Promise.resolve().then(pe),k.call(de,e)}const ge=/;(?![^(]*\))/g,we=/:(.+)/;function ye(e,t){const n={};for(const r of Object.keys(e))r!==t&&(n[r]=e[r]);return n}const be=new WeakMap;let ve=null;function Ce(e,t){const n=be.get(e);if(!H(n)){const e=n[t];if(!H(e))for(let t=0,n=e.length;t<n;t+=1){e[t].notify()}}}function Ee(e,t){if(null===ve)return;const n=ve,o=function(e){let t=be.get(e);if(H(t)){const n=r(null);t=n,be.set(e,n)}return t}(e);let i=o[t];if(H(i))i=[],o[t]=i;else if(i[0]===n)return;-1===v.call(i,n)&&n.link(i)}class Me{constructor(e){this.listeners=[],this.callback=e}observe(e){const t=ve;let n;ve=this;try{e()}catch(e){n=Object(e)}finally{if(ve=t,void 0!==n)throw n}}reset(){const{listeners:e}=this,t=e.length;if(t>0){for(let n=0;n<t;n+=1){const t=e[n],r=v.call(e[n],this);O.call(t,r,1)}e.length=0}}notify(){this.callback.call(void 0,this)}link(e){k.call(e,this),k.call(this.listeners,e)}}function ke(e,t){Ce(e.component,t)}function Se(e,t){Ee(e.component,t)}function Te(e){return`<${F.call(e.tagName)}>`}function xe(e,t){if(!d(t)&&H(t.wcStack)){const n=function(e){const t=[];let n=e;for(;!I(n);)k.call(t,Te(n)),n=n.owner;return t.reverse().join("\n\t")}(e);i(t,"wcStack",{get:()=>n})}}function Ae(e,t,n){let r=`[LWC ${e}]: ${t}`;H(n)||(r=`${r}\n${function(e){const t=[];let n="";for(;!I(e.owner);)k.call(t,n+Te(e)),e=e.owner,n+="\t";return C.call(t,"\n")}(n)}`);try{throw new Error(r)}catch(t){console[e](t)}}function Ne(e,t){Ae("error",e,t)}function Oe(e){const t=e();return(null==t?void 0:t.__esModule)?t.default:t}function Pe(e){return B(e)&&u.call(e,"__circular__")}const Le="undefined"!=typeof HTMLElement?HTMLElement:function(){},$e=Le.prototype;function _e(e){return`Using the \`${e}\` property is an anti-pattern because it rounds the value to an integer. Instead, use the \`getBoundingClientRect\` method to obtain fractional values for the size of an element and its position relative to the viewport.`}n(r(null),{accessKey:{attribute:"accesskey"},accessKeyLabel:{readOnly:!0},className:{attribute:"class",error:"Using the `className` property is an anti-pattern because of slow runtime behavior and potential conflicts with classes provided by the owner element. Use the `classList` API instead."},contentEditable:{attribute:"contenteditable"},dataset:{readOnly:!0,error:"Using the `dataset` property is an anti-pattern because it can't be statically analyzed. Expose each property individually using the `@api` decorator instead."},dir:{attribute:"dir"},draggable:{attribute:"draggable"},dropzone:{attribute:"dropzone",readOnly:!0},hidden:{attribute:"hidden"},id:{attribute:"id"},inputMode:{attribute:"inputmode"},lang:{attribute:"lang"},slot:{attribute:"slot",error:"Using the `slot` property is an anti-pattern."},spellcheck:{attribute:"spellcheck"},style:{attribute:"style"},tabIndex:{attribute:"tabindex"},title:{attribute:"title"},translate:{attribute:"translate"},isContentEditable:{readOnly:!0},offsetHeight:{readOnly:!0,error:_e("offsetHeight")},offsetLeft:{readOnly:!0,error:_e("offsetLeft")},offsetParent:{readOnly:!0},offsetTop:{readOnly:!0,error:_e("offsetTop")},offsetWidth:{readOnly:!0,error:_e("offsetWidth")},role:{attribute:"role"}});let Re,De=null;function Fe(e,t){return e!==De||t!==Re}function He(e,t){De=null,Re=void 0}function Ie(e,t){De=e,Re=t}const We=r(null);L.call(f(J),(e=>{const t=q($e,e);H(t)||(We[e]=t)})),L.call(["accessKey","dir","draggable","hidden","id","lang","spellcheck","tabIndex","title"],(e=>{const t=q($e,e);H(t)||(We[e]=t)}));const{isArray:je}=Array,{prototype:Be,getPrototypeOf:Ve,create:Ke,defineProperty:Ge,isExtensible:ze,getOwnPropertyDescriptor:Ue,getOwnPropertyNames:qe,getOwnPropertySymbols:Xe,preventExtensions:Ye,hasOwnProperty:Je}=Object,{push:Qe,concat:Ze}=Array.prototype;function et(e){return void 0===e}function tt(e){return"function"==typeof e}const nt=new WeakMap;function rt(e,t){nt.set(e,t)}const ot=e=>nt.get(e)||e;class it{constructor(e,t){this.originalTarget=t,this.membrane=e}wrapDescriptor(e){if(Je.call(e,"value"))e.value=this.wrapValue(e.value);else{const{set:t,get:n}=e;et(n)||(e.get=this.wrapGetter(n)),et(t)||(e.set=this.wrapSetter(t))}return e}copyDescriptorIntoShadowTarget(e,t){const{originalTarget:n}=this,r=Ue(n,t);if(!et(r)){const n=this.wrapDescriptor(r);Ge(e,t,n)}}lockShadowTarget(e){const{originalTarget:t}=this;Ze.call(qe(t),Xe(t)).forEach((t=>{this.copyDescriptorIntoShadowTarget(e,t)}));const{membrane:{tagPropertyKey:n}}=this;et(n)||Je.call(e,n)||Ge(e,n,Ke(null)),Ye(e)}apply(e,t,n){}construct(e,t,n){}get(e,t){const{originalTarget:n,membrane:{valueObserved:r}}=this,o=n[t];return r(n,t),this.wrapValue(o)}has(e,t){const{originalTarget:n,membrane:{tagPropertyKey:r,valueObserved:o}}=this;return o(n,t),t in n||t===r}ownKeys(e){const{originalTarget:t,membrane:{tagPropertyKey:n}}=this,r=et(n)||Je.call(t,n)?[]:[n];return Qe.apply(r,qe(t)),Qe.apply(r,Xe(t)),r}isExtensible(e){const{originalTarget:t}=this;return!!ze(e)&&(!!ze(t)||(this.lockShadowTarget(e),!1))}getPrototypeOf(e){const{originalTarget:t}=this;return Ve(t)}getOwnPropertyDescriptor(e,t){const{originalTarget:n,membrane:{valueObserved:r,tagPropertyKey:o}}=this;r(n,t);let i=Ue(n,t);if(et(i)){if(t!==o)return;return i={value:void 0,writable:!1,configurable:!1,enumerable:!1},Ge(e,o,i),i}return!1===i.configurable&&this.copyDescriptorIntoShadowTarget(e,t),this.wrapDescriptor(i)}}const st=new WeakMap,lt=new WeakMap,ct=new WeakMap,at=new WeakMap;class ut extends it{wrapValue(e){return this.membrane.getProxy(e)}wrapGetter(e){const t=st.get(e);if(!et(t))return t;const n=this,r=function(){return n.wrapValue(e.call(ot(this)))};return st.set(e,r),ct.set(r,e),r}wrapSetter(e){const t=lt.get(e);if(!et(t))return t;const n=function(t){e.call(ot(this),ot(t))};return lt.set(e,n),at.set(n,e),n}unwrapDescriptor(e){if(Je.call(e,"value"))e.value=ot(e.value);else{const{set:t,get:n}=e;et(n)||(e.get=this.unwrapGetter(n)),et(t)||(e.set=this.unwrapSetter(t))}return e}unwrapGetter(e){const t=ct.get(e);if(!et(t))return t;const n=this,r=function(){return ot(e.call(n.wrapValue(this)))};return st.set(r,e),ct.set(e,r),r}unwrapSetter(e){const t=at.get(e);if(!et(t))return t;const n=this,r=function(t){e.call(n.wrapValue(this),n.wrapValue(t))};return lt.set(r,e),at.set(e,r),r}set(e,t,n){const{originalTarget:r,membrane:{valueMutated:o}}=this;return r[t]!==n?(r[t]=n,o(r,t)):"length"===t&&je(r)&&o(r,t),!0}deleteProperty(e,t){const{originalTarget:n,membrane:{valueMutated:r}}=this;return delete n[t],r(n,t),!0}setPrototypeOf(e,t){}preventExtensions(e){if(ze(e)){const{originalTarget:t}=this;if(Ye(t),ze(t))return!1;this.lockShadowTarget(e)}return!0}defineProperty(e,t,n){const{originalTarget:r,membrane:{valueMutated:o,tagPropertyKey:i}}=this;return t===i&&!Je.call(r,t)||(Ge(r,t,this.unwrapDescriptor(n)),!1===n.configurable&&this.copyDescriptorIntoShadowTarget(e,t),o(r,t),!0)}}const dt=new WeakMap,ft=new WeakMap;class ht extends it{wrapValue(e){return this.membrane.getReadOnlyProxy(e)}wrapGetter(e){const t=dt.get(e);if(!et(t))return t;const n=this,r=function(){return n.wrapValue(e.call(ot(this)))};return dt.set(e,r),r}wrapSetter(e){const t=ft.get(e);if(!et(t))return t;const n=function(e){};return ft.set(e,n),n}set(e,t,n){return!1}deleteProperty(e,t){return!1}setPrototypeOf(e,t){}preventExtensions(e){return!1}defineProperty(e,t,n){return!1}}function pt(e){if(null===e)return!1;if("object"!=typeof e)return!1;if(je(e))return!0;const t=Ve(e);return t===Be||null===t||null===Ve(t)}const mt=(e,t)=>{},gt=(e,t)=>{};function wt(e){return je(e)?[]:{}}const yt=Symbol.for("@@lockerLiveValue"),bt=new class{constructor(e={}){this.readOnlyObjectGraph=new WeakMap,this.reactiveObjectGraph=new WeakMap;const{valueMutated:t,valueObserved:n,valueIsObservable:r,tagPropertyKey:o}=e;this.valueMutated=tt(t)?t:gt,this.valueObserved=tt(n)?n:mt,this.valueIsObservable=tt(r)?r:pt,this.tagPropertyKey=o}getProxy(e){const t=ot(e);return this.valueIsObservable(t)?this.readOnlyObjectGraph.get(t)===e?e:this.getReactiveHandler(t):t}getReadOnlyProxy(e){return e=ot(e),this.valueIsObservable(e)?this.getReadOnlyHandler(e):e}unwrapProxy(e){return ot(e)}getReactiveHandler(e){let t=this.reactiveObjectGraph.get(e);if(et(t)){const n=new ut(this,e);t=new Proxy(wt(e),n),rt(t,e),this.reactiveObjectGraph.set(e,t)}return t}getReadOnlyHandler(e){let t=this.readOnlyObjectGraph.get(e);if(et(t)){const n=new ht(this,e);t=new Proxy(wt(e),n),rt(t,e),this.readOnlyObjectGraph.set(e,t)}return t}}({valueObserved:Ee,valueMutated:Ce,tagPropertyKey:yt});function vt(e,t){const{get:n,set:r,enumerable:o,configurable:i}=t;if(!B(n))throw new TypeError;if(!B(r))throw new TypeError;return{enumerable:o,configurable:i,get(){const t=vr(this);if(!Jn(t))return Se(t,e),n.call(t.elm)},set(t){const n=vr(this);return t!==n.cmpProps[e]&&(n.cmpProps[e]=t,ke(n,e)),r.call(n.elm,t)}}}const Ct=function(){if(I(Yn))throw new ReferenceError("Illegal constructor");const e=Yn,{def:t,elm:n}=e,{bridge:r}=t,o=this;if(p(n,r.prototype),e.component=this,1===arguments.length){const{callHook:t,setHook:n,getHook:r}=arguments[0];e.callHook=t,e.setHook=n,e.getHook=r}return this[yt]=void 0,br(o,e),br(n,e),1===e.renderMode?e.renderRoot=Et(e):e.renderRoot=n,this};function Et(e){const{elm:t,mode:n,shadowMode:r,def:{ctor:o},renderer:{attachShadow:i}}=e,s=i(t,{"$$lwc-synthetic-mode":1===r,delegatesFocus:Boolean(o.delegatesFocus),mode:n});return e.shadowRoot=s,br(s,e),s}Ct.prototype={constructor:Ct,dispatchEvent(e){const t=vr(this),{elm:n,renderer:{dispatchEvent:r}}=t;return r(n,e)},addEventListener(e,t,n){const r=vr(this),{elm:o,renderer:{addEventListener:i}}=r;i(o,e,ir(r,t),n)},removeEventListener(e,t,n){const r=vr(this),{elm:o,renderer:{removeEventListener:i}}=r;i(o,e,ir(r,t),n)},hasAttribute(e){const t=vr(this),{elm:n,renderer:{getAttribute:r}}=t;return!I(r(n,e))},hasAttributeNS(e,t){const n=vr(this),{elm:r,renderer:{getAttribute:o}}=n;return!I(o(r,t,e))},removeAttribute(e){const t=vr(this),{elm:n,renderer:{removeAttribute:r}}=t;Ie(n,e),r(n,e),He()},removeAttributeNS(e,t){const{elm:n,renderer:{removeAttribute:r}}=vr(this);Ie(n,t),r(n,t,e),He()},getAttribute(e){const t=vr(this),{elm:n}=t,{getAttribute:r}=t.renderer;return r(n,e)},getAttributeNS(e,t){const n=vr(this),{elm:r}=n,{getAttribute:o}=n.renderer;return o(r,t,e)},setAttribute(e,t){const n=vr(this),{elm:r,renderer:{setAttribute:o}}=n;Ie(r,e),o(r,e,t),He()},setAttributeNS(e,t,n){const r=vr(this),{elm:o,renderer:{setAttribute:i}}=r;Ie(o,t),i(o,t,n,e),He()},getBoundingClientRect(){const e=vr(this),{elm:t,renderer:{getBoundingClientRect:n}}=e;return n(t)},get isConnected(){const e=vr(this),{elm:t,renderer:{isConnected:n}}=e;return n(t)},get classList(){const e=vr(this),{elm:t,renderer:{getClassList:n}}=e;return n(t)},get template(){return vr(this).shadowRoot},get shadowRoot(){return null},get children(){const e=vr(this);return e.renderer.getChildren(e.elm)},get childNodes(){const e=vr(this);return e.renderer.getChildNodes(e.elm)},get firstChild(){const e=vr(this);return e.renderer.getFirstChild(e.elm)},get firstElementChild(){const e=vr(this);return e.renderer.getFirstElementChild(e.elm)},get lastChild(){const e=vr(this);return e.renderer.getLastChild(e.elm)},get lastElementChild(){const e=vr(this);return e.renderer.getLastElementChild(e.elm)},render(){return vr(this).def.template},toString(){return`[object ${vr(this).def.name}]`}};const Mt=r(null),kt=["getElementsByClassName","getElementsByTagName","querySelector","querySelectorAll"];for(const e of kt)Mt[e]={value(t){const n=vr(this),{elm:r,renderer:o}=n;return o[e](r,t)},configurable:!0,enumerable:!0,writable:!0};o(Ct.prototype,Mt);const St=r(null);for(const e in We)St[e]=vt(e,We[e]);function Tt(e){return{get(){const t=vr(this);return Se(t,e),t.cmpFields[e]},set(t){const n=vr(this);t!==n.cmpFields[e]&&(n.cmpFields[e]=t,ke(n,e))},enumerable:!0,configurable:!0}}function xt(e){return{get(){const t=vr(this);if(!Jn(t))return Se(t,e),t.cmpProps[e]},set(t){const n=vr(this);n.cmpProps[e]=t,ke(n,e)},enumerable:!0,configurable:!0}}o(Ct.prototype,St),i(Ct,"CustomElementConstructor",{get(){throw new ReferenceError("The current runtime does not support CustomElementConstructor.")},configurable:!0});class At extends Me{constructor(e,t){super((()=>{j(this.debouncing)&&(this.debouncing=!0,me((()=>{if(W(this.debouncing)){const{value:n}=this,{isDirty:r,component:o,idx:i}=e;t.call(o,n),this.debouncing=!1,W(e.isDirty)&&j(r)&&i>0&&pr(e)}})))})),this.debouncing=!1}reset(e){super.reset(),this.debouncing=!1,arguments.length>0&&(this.value=e)}}function Nt(e,t){const{get:n,set:r,enumerable:o,configurable:i}=t;if(!B(n))throw new Error;return{get(){return n.call(this)},set(t){const n=vr(this);if(r)if(ue.ENABLE_REACTIVE_SETTER){let o=n.oar[e];H(o)&&(o=n.oar[e]=new At(n,r)),o.reset(t),o.observe((()=>{r.call(this,t)}))}else r.call(this,t)},enumerable:o,configurable:i}}function Ot(e){return{get(){const t=vr(this);return Se(t,e),t.cmpFields[e]},set(t){const n=vr(this),r=bt.getProxy(t);r!==n.cmpFields[e]&&(n.cmpFields[e]=r,ke(n,e))},enumerable:!0,configurable:!0}}function Pt(e){return{get(){const t=vr(this);return Se(t,e),t.cmpFields[e]},set(t){const n=vr(this);t!==n.cmpFields[e]&&(n.cmpFields[e]=t,ke(n,e))},enumerable:!0,configurable:!0}}const Lt=new Map;const $t={apiMethods:fe,apiFields:fe,apiFieldsConfig:fe,wiredMethods:fe,wiredFields:fe,observedFields:fe};const _t=new Set;function Rt(){return[]}_t.add(Rt);const Dt=r(null),Ft=r(null);function Ht(e){let t=Dt[e];return H(t)&&(t=Dt[e]=function(){const t=vr(this),{getHook:n}=t;return n(t.component,e)}),t}function It(e){let t=Ft[e];return H(t)&&(t=Ft[e]=function(t){const n=vr(this),{setHook:r}=n;t=bt.getReadOnlyProxy(t),r(n.component,e,t)}),t}function Wt(e){return function(){const t=vr(this),{callHook:n,component:r}=t,o=r[e];return n(t.component,o,A.call(arguments))}}function jt(e,t){return function(n,r,o){if(r===o)return;const i=e[n];H(i)?H(t)||t.apply(this,arguments):Fe(this,n)&&(this[i]=o)}}function Bt(e,t,n){let s;B(e)?s=class extends e{}:(s=function(){throw new TypeError("Illegal constructor")},p(s,e),p(s.prototype,e.prototype),i(s.prototype,"constructor",{writable:!0,configurable:!0,value:s}));const l=r(null),{attributeChangedCallback:c}=e.prototype,{observedAttributes:a=[]}=e,u=r(null);for(let e=0,n=t.length;e<n;e+=1){const n=t[e];l[te(n)]=n,u[n]={get:Ht(n),set:It(n),enumerable:!0,configurable:!0}}for(let e=0,t=n.length;e<t;e+=1){const t=n[e];u[t]={value:Wt(t),writable:!0,configurable:!0}}return u.attributeChangedCallback={value:jt(l,c)},i(s,"observedAttributes",{get:()=>[...a,...f(l)]}),o(s.prototype,u),s}const Vt=Bt(Le,c(We),[]);s(Vt),h(Vt.prototype);const Kt=new WeakMap;function Gt(e){const{shadowSupportMode:t,renderMode:i}=e,s=function(e){const t=Lt.get(e);return H(t)?$t:t}(e),{apiFields:l,apiFieldsConfig:c,apiMethods:u,wiredFields:d,wiredMethods:h,observedFields:p}=s,m=e.prototype;let{connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}=m;const C=function(e){let t=a(e);if(I(t))throw new ReferenceError(`Invalid prototype chain for ${e.name}, you must extend LightningElement.`);if(Pe(t)){const e=Oe(t);t=e===t?Ct:e}return t}(e),E=C!==Ct?Ut(C):qt,M=Bt(E.bridge,f(l),f(u)),k=n(r(null),E.props,l),S=n(r(null),E.propsConfig,c),T=n(r(null),E.methods,u),x=n(r(null),E.wire,d,h);g=g||E.connectedCallback,w=w||E.disconnectedCallback,y=y||E.renderedCallback,b=b||E.errorCallback,v=v||E.render;let A=E.shadowSupportMode;H(t)||(A=t);let N=E.renderMode;H(i)||(N="light"===i?0:1);const O=function(e){return er.get(e)}(e)||E.template,P=e.name||E.name;o(m,p);return{ctor:e,name:P,wire:x,props:k,propsConfig:S,methods:T,bridge:M,template:O,renderMode:N,shadowSupportMode:A,connectedCallback:g,disconnectedCallback:w,renderedCallback:y,errorCallback:b,render:v}}function zt(e){if(!B(e))return!1;if(e.prototype instanceof Ct)return!0;let t=e;do{if(Pe(t)){const e=Oe(t);if(e===t)return!0;t=e}if(t===Ct)return!0}while(!I(t)&&(t=a(t)));return!1}function Ut(e){let t=Kt.get(e);if(H(t)){if(Pe(e)){return t=Ut(Oe(e)),Kt.set(e,t),t}if(!zt(e))throw new TypeError(`${e} is not a valid component, or does not extends LightningElement from "lwc". You probably forgot to add the extend clause on the class declaration.`);t=Gt(e),Kt.set(e,t)}return t}const qt={ctor:Ct,name:Ct.name,props:St,propsConfig:fe,methods:fe,renderMode:1,shadowSupportMode:"reset",wire:fe,bridge:Vt,template:Rt,render:Ct.prototype.render};function Xt(e,t){const{getCustomElement:n,HTMLElementExported:r,defineCustomElement:o}=t;let i=n(e=e.toLowerCase());return H(i)?(i=class extends r{constructor(e){super(),B(e)&&e(this)}},o(e,i),i):i}function Yt(e){const{type:t}=e;return 2===t||3===t}function Jt(e,t){return e.key===t.key&&e.sel===t.sel}function Qt(e,t){return"input"===e&&("value"===t||"checked"===t)}function Zt(e,t,n){const{props:r}=t.data;if(H(r))return;const o=I(e)?fe:e.data.props;if(o===r)return;const i=I(e),{elm:s,sel:l}=t,{getProperty:c,setProperty:a}=n;for(const e in r){const t=r[e];(i||t!==(Qt(l,e)?c(s,e):o[e]))&&a(s,e,t)}}const en=r(null);function tn(e){if(null==e)return fe;e=K(e)?e:e+"";let t=en[e];if(t)return t;t=r(null);let n,o=0;const i=e.length;for(n=0;n<i;n++)32===_.call(e,n)&&(n>o&&(t[D.call(e,o,n)]=!0),o=n+1);return n>o&&(t[D.call(e,o,n)]=!0),en[e]=t,t}function nn(e,t){const{elm:n,data:{on:r}}=e;if(H(r))return;const{addEventListener:o}=t;for(const e in r){o(n,e,r[e])}}function rn(e,t,n,r){var o;o=t,bn.has(o)?function(e,t,n,r){let o=0,i=0,s=e.length-1,l=e[0],c=e[s];const a=t.length-1;let u,d,f,h,p=a,m=t[0],g=t[p],w=!1;for(;o<=s&&i<=p;)un(l)?un(c)?un(m)?un(g)?Jt(l,m)?(on(l,m,r),l=e[++o],m=t[++i]):Jt(c,g)?(on(c,g,r),c=e[--s],g=t[--p]):Jt(l,g)?(on(l,g,r),mn(l.elm,n,r.nextSibling(c.elm),r),l=e[++o],g=t[--p]):Jt(c,m)?(on(c,m,r),mn(m.elm,n,l.elm,r),c=e[--s],m=t[++i]):(void 0===u&&(u=vn(e,o,s)),d=u[m.key],H(d)?(sn(m,n,r,l.elm),m=t[++i]):(f=e[d],un(f)&&(f.sel!==m.sel?sn(m,n,r,l.elm):(on(f,m,r),w||(w=!0,e=[...e]),e[d]=void 0,mn(f.elm,n,l.elm,r))),m=t[++i])):g=t[--p]:m=t[++i]:c=e[--s]:l=e[++o];if(o<=s||i<=p)if(o>s){let e,o=p;do{e=t[++o]}while(!un(e)&&o<a);h=un(e)?e.elm:null,ln(t,n,r,h,i,p+1)}else an(e,n,r,!0,o,s+1)}(e,t,n,r):function(e,t,n,r){const o=e.length,i=t.length;if(0===o)return void ln(t,n,r,null);if(0===i)return void an(e,n,r,!0);let s=null;for(let o=i-1;o>=0;o-=1){const i=e[o],l=t[o];l!==i&&(un(i)?un(l)?(on(i,l,r),s=l.elm):cn(i,n,r,!0):un(l)&&(sn(l,n,r,s),s=l.elm))}}(e,t,n,r)}function on(e,t,n){var r,o;if(e!==t)switch(t.type){case 0:case 1:!function(e,t,n){t.elm=e.elm,t.text!==e.text&&pn(t,n)}(e,t,n);break;case 4:t.elm=e.elm;break;case 2:!function(e,t,n){const r=t.elm=e.elm;wn(e,t,n),rn(e.children,t.children,r,n)}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:!function(e,t,n){const r=t.elm=e.elm,o=t.vm=e.vm;wn(e,t,n),H(o)||yn(t,o);rn(e.children,t.children,r,n),H(o)||pr(o)}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}}function sn(e,t,n,r){var o,i;switch(e.type){case 0:!function(e,t,n,r){const{owner:o}=e,{createText:i}=r,s=e.elm=i(e.text);hn(s,o,r),mn(s,t,n,r)}(e,t,r,n);break;case 1:!function(e,t,n,r){const{owner:o}=e,{createComment:i}=r,s=e.elm=i(e.text);hn(s,o,r),mn(s,t,n,r)}(e,t,r,n);break;case 4:!function(e,t,n,r){const{owner:o}=e,{cloneNode:i,isSyntheticShadowDefined:s}=r,l=e.elm=i(e.fragment,!0);hn(l,o,r);const{renderMode:c,shadowMode:a}=o;s&&(1!==a&&0!==c||(l.$shadowStaticNode$=!0));mn(l,t,n,r)}(e,t,r,n);break;case 2:!function(e,t,n,r){const{sel:o,owner:i,data:{svg:s}}=e,{createElement:l}=r,c=W(s)?ne:void 0,a=l(o,c);hn(a,i,r),function(e,t,n){const{owner:r}=t;if(fn(e,r,n),1===r.shadowMode){const{data:{context:n}}=t,{stylesheetToken:o}=r.context;H(n)||H(n.lwc)||"manual"!==n.lwc.dom||function(e){e.$domManual$=!0}(e),H(o)||dn(e,o)}}(a,e,r),e.elm=a,wn(null,e,r),mn(a,t,n,r),ln(e.children,a,r,null)}(e,t,r,null!==(o=e.data.renderer)&&void 0!==o?o:n);break;case 3:!function(e,t,n,r){const{sel:o,owner:i}=e,s=Xt(o,r);let l;const c=new s((t=>{l=function(e,t,n){let r=Cr(e);if(!H(r))return r;const{sel:o,mode:i,ctor:s,owner:l}=t;if(fn(e,l,n),1===l.shadowMode){const{stylesheetToken:t}=l.context;H(t)||dn(e,t)}return r=yr(e,s,n,{mode:i,owner:l,tagName:o}),r}(t,e,r)}));if(hn(c,i,r),e.elm=c,e.vm=l,l)yn(e,l);else if(e.ctor!==s)throw new TypeError("Incorrect Component Constructor");wn(null,e,r),mn(c,t,n,r),l&&Tr(l);ln(e.children,c,r,null),l&&function(e){Er(e)}(l)}(e,t,r,null!==(i=e.data.renderer)&&void 0!==i?i:n)}}function ln(e,t,n,r,o=0,i=e.length){for(;o<i;++o){const i=e[o];un(i)&&sn(i,t,n,r)}}function cn(e,t,n,r=!1){const{type:o,elm:i,sel:s}=e;switch(r&&gn(i,t,n),o){case 2:{const t="slot"===s&&1===e.owner.shadowMode;an(e.children,i,n,t);break}case 3:{const{vm:t}=e;H(t)||function(e){wr(e)}(t)}}}function an(e,t,n,r=!1,o=0,i=e.length){for(;o<i;++o){const i=e[o];un(i)&&cn(i,t,n,r)}}function un(e){return null!=e}function dn(e,t){e.$shadowToken$=t}function fn(e,t,n){const{cmpTemplate:r,context:o}=t,{getClassList:i}=n,s=null==r?void 0:r.stylesheetToken;!H(s)&&o.hasScopedStyles&&i(e).add(s)}function hn(e,t,n){const{renderRoot:r,renderMode:o,shadowMode:i}=t,{isSyntheticShadowDefined:s}=n;s&&(1!==i&&0!==o||(e.$shadowResolver$=r.$shadowResolver$))}function pn(e,t){const{elm:n,text:r}=e,{setText:o}=t;o(n,r)}function mn(e,t,n,r){r.insert(e,t,n)}function gn(e,t,n){n.remove(e,t)}function wn(e,t,n){I(e)&&(nn(t,n),function(e,t){const{elm:n,data:{classMap:r}}=e;if(H(r))return;const{getClassList:o}=t,i=o(n);for(const e in r)i.add(e)}(t,n),function(e,t){const{elm:n,data:{styleDecls:r}}=e;if(H(r))return;const{setCSSStyleProperty:o}=t;for(let e=0;e<r.length;e++){const[t,i,s]=r[e];o(n,t,i,s)}}(t,n)),function(e,t,n){const{elm:r,data:{className:o}}=t,i=I(e)?void 0:e.data.className;if(i===o)return;const{getClassList:s}=n,l=s(r),c=tn(o),a=tn(i);let u;for(u in a)H(c[u])&&l.remove(u);for(u in c)H(a[u])&&l.add(u)}(e,t,n),function(e,t,n){const{elm:r,data:{style:o}}=t;if((I(e)?void 0:e.data.style)===o)return;const{setAttribute:i,removeAttribute:s}=n;K(o)&&""!==o?i(r,"style",o):s(r,"style")}(e,t,n),function(e,t,n){const{attrs:r}=t.data;if(H(r))return;const o=I(e)?fe:e.data.attrs;if(o===r)return;const{elm:i}=t,{setAttribute:s,removeAttribute:l}=n;for(const e in r){const t=r[e];o[e]!==t&&(Ie(i,e),58===_.call(e,3)?s(i,e,t,"http://www.w3.org/XML/1998/namespace"):58===_.call(e,5)?s(i,e,t,"http://www.w3.org/1999/xlink"):I(t)||H(t)?l(i,e):s(i,e,t),He())}}(e,t,n),Zt(e,t,n)}function yn(e,t){const n=e.aChildren||e.children;t.aChildren=n;const{renderMode:o,shadowMode:i}=t;1!==i&&0!==o||(!function(e,t){var n;const{cmpSlots:o}=e,i=e.cmpSlots=r(null);for(let e=0,r=t.length;e<r;e+=1){const r=t[e];if(I(r))continue;let o="";Yt(r)&&(o=(null===(n=r.data.attrs)||void 0===n?void 0:n.slot)||"");const s=i[o]=i[o]||[];k.call(s,r)}if(j(e.isDirty)){const t=f(o);if(t.length!==f(i).length)return void rr(e);for(let n=0,r=t.length;n<r;n+=1){const r=t[n];if(H(i[r])||o[r].length!==i[r].length)return void rr(e);const s=o[r],l=i[r];for(let t=0,n=i[r].length;t<n;t+=1)if(s[t]!==l[t])return void rr(e)}}}(t,n),e.aChildren=n,e.children=he)}const bn=new WeakMap;function vn(e,t,n){const r={};for(let o=t;o<=n;++o){const t=e[o];if(un(t)){const{key:e}=t;void 0!==e&&(r[e]=o)}}return r}const Cn=Symbol.iterator;function En(e,t,n=he){const r=Kn();const{key:o}=t;return{type:2,sel:e,data:t,children:n,elm:undefined,key:o,owner:r}}function Mn(e,t,n,r=he){const o=Kn(),{key:i}=n;const s={type:3,sel:e,data:n,children:r,elm:undefined,key:i,ctor:t,owner:o,mode:"open",aChildren:undefined,vm:undefined};return function(e){k.call(Kn().velements,e)}(s),s}const kn=new Map;let Sn=0;function Tn(e){var t;return t=e,bn.set(t,1),e}let xn=()=>{throw new Error("sanitizeHtmlContent hook must be implemented.")};const An=s({s:function(e,t,n,r){H(r)||H(r[e])||0===r[e].length||(n=r[e]);const o=Kn(),{renderMode:i,shadowMode:s}=o;return 0===i?(Tn(n),n):(1===s&&Tn(n),En("slot",t,n))},h:En,c:Mn,i:function(e,t){const n=[];if(Tn(n),H(e)||null===e)return n;const r=e[Cn]();let o=r.next(),i=0,{value:s,done:l}=o;for(;!1===l;){o=r.next(),l=o.done;const e=t(s,i,0===i,!0===l);m(e)?k.apply(n,e):k.call(n,e),i+=1,s=o.value}return n},f:function(e){const t=e.length,n=[];Tn(n);for(let r=0;r<t;r+=1){const t=e[r];m(t)?k.apply(n,t):k.call(n,t)}return n},t:function(e){return{type:0,sel:undefined,text:e,elm:undefined,key:undefined,owner:Kn()}},d:function(e){return null==e?"":String(e)},b:function(e){const t=Kn();if(I(t))throw new Error;const n=t;return function(t){Zn(n,e,n.component,t)}},k:function(e,t){switch(typeof t){case"number":case"string":return e+":"+t}},co:function(e){return{type:1,sel:undefined,text:e,elm:undefined,key:undefined,owner:Kn()}},dc:function(e,t,n,r=he){if(null==t)return null;if(!zt(t))throw new Error(`Invalid LWC Constructor ${U(t)} for custom element <${e}>.`);let o=kn.get(t);return H(o)&&(o=Sn++,kn.set(t,o)),Mn(e,t,Object.assign(Object.assign({},n),{key:`dc:${o}:${n.key}`}),r)},ti:function(e){return e>0&&!(W(e)||j(e))?0:e},st:function(e,t){return{type:4,sel:void 0,key:t,elm:void 0,fragment:e,owner:Kn()}},gid:function(e){const t=Kn();if(H(e)||""===e)return e;if(I(e))return null;const{idx:n,shadowMode:r}=t;return 1===r?R.call(e,/\S+/g,(e=>`${e}-${n}`)):e},fid:function(e){const t=Kn();if(H(e)||""===e)return e;if(I(e))return null;const{idx:n,shadowMode:r}=t;return 1===r&&/^#/.test(e)?`${e}-${n}`:e},shc:function(e){return xn(e)}});function Nn(e){return`${e}-host`}function On(e){return An.h("style",{key:"style",attrs:{type:"text/css"}},[An.t(e)])}function Pn(e,t,n){const r=[];let o;for(let i=0;i<e.length;i++){let s=e[i];if(m(s))k.apply(r,Pn(s,t,n));else{const e=s.$scoped$,i=e||1===n.shadowMode&&1===n.renderMode?t:void 0,l=0===n.renderMode?!e:0===n.shadowMode;let c;1===n.renderMode?c=0===n.shadowMode:(H(o)&&(o=$n(n)),c=I(o)||0===o.shadowMode),k.call(r,s(i,l,c))}}return r}function Ln(e,t){const{stylesheets:n,stylesheetToken:r}=t;let o=[];return H(n)||0===n.length||(o=Pn(n,r,e)),o}function $n(e){let t=e;for(;!I(t);){if(1===t.renderMode)return t;t=t.owner}return t}function _n(e,t){const{renderMode:n,shadowMode:r,renderer:{ssr:o,insertStylesheet:i}}=e;if(1===n&&1===r)for(let e=0;e<t.length;e++)i(t[e]);else{if(o||e.hydrated)return E.call(t,On);{const n=function(e){const t=$n(e);return I(t)||1!==t.shadowMode?t:null}(e),r=I(n)?void 0:n.shadowRoot;for(let e=0;e<t.length;e++)i(t[e],r)}}return null}let Rn=!1,Dn=G;const Fn={enableProfiler(){Rn=!0},disableProfiler(){Rn=!1},attachDispatcher(e){Dn=e,this.enableProfiler()},detachDispatcher(){const e=Dn;return Dn=G,this.disableProfiler(),e}};function Hn(e,t){Rn&&Dn(e,0,t.tagName,t.idx,t.renderMode,t.shadowMode)}function In(e,t){Rn&&Dn(e,1,t.tagName,t.idx,t.renderMode,t.shadowMode)}function Wn(e,t){Rn&&Dn(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 jn(e,t){Rn&&Dn(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)}let Bn=!1,Vn=null;function Kn(){return Vn}function Gn(e){Vn=e}function zn(e){return(t,...n)=>{const o=r(null);return function(){const{context:{hasScopedStyles:r,stylesheetToken:i},shadowMode:s,renderer:l}=Kn(),c=!H(i),a=1===s;let u=0;if(c&&r&&(u|=1),c&&a&&(u|=2),!H(o[u]))return o[u];const d=r&&c?" "+i:"",f=r&&c?` class="${i}"`:"",h=c&&a?" "+i:"";let p="";for(let e=0,r=n.length;e<r;e++)switch(n[e]){case 0:p+=t[e]+d;break;case 1:p+=t[e]+f;break;case 2:p+=t[e]+h;break;case 3:p+=t[e]+f+h}return p+=t[t.length-1],o[u]=e(p,l),o[u]}}}const Un=zn(((e,t)=>{const{createFragment:n}=t;return n(e)})),qn=zn(((e,t)=>{const{createFragment:n,getFirstChild:r}=t;return r(n("<svg>"+e+"</svg>"))}));function Xn(e,t){const n=Bn,o=Vn;let i=[];return Pr(e,e.owner,(()=>{Vn=e,Hn(1,e)}),(()=>{const{component:n,context:o,cmpSlots:s,cmpTemplate:l,tro:c}=e;c.observe((()=>{if(t!==l){if(I(l)||Or(e),c=t,!_t.has(c))throw new TypeError(`Invalid template returned by the render() method on ${e}. It must return an imported template (e.g.: \`import html from "./${e.def.name}.html"\`), instead, it has returned: ${U(t)}.`);e.cmpTemplate=t,o.tplCache=r(null),o.hasScopedStyles=function(e){const{stylesheets:t}=e;if(!H(t))for(let e=0;e<t.length;e++)if(W(t[e].$scoped$))return!0;return!1}(t),function(e,t){const{elm:n,context:r,renderMode:o,shadowMode:i,renderer:{getClassList:s,removeAttribute:l,setAttribute:c}}=e,{stylesheets:a,stylesheetToken:u}=t,d=1===o&&1===i,{hasScopedStyles:f}=r;let h,p,m;const{stylesheetToken:g,hasTokenInClass:w,hasTokenInAttribute:y}=r;H(g)||(w&&s(n).remove(Nn(g)),y&&l(n,Nn(g))),H(a)||0===a.length||(h=u),H(h)||(f&&(s(n).add(Nn(h)),p=!0),d&&(c(n,Nn(h),""),m=!0)),r.stylesheetToken=h,r.hasTokenInClass=p,r.hasTokenInAttribute=m}(e,t);const n=Ln(e,t);o.styleVNodes=0===n.length?null:_n(e,n)}var c;e.velements=[],Bn=!0,i=t.call(void 0,An,n,s,o.tplCache);const{styleVNodes:a}=o;I(a)||P.apply(i,a)}))}),(()=>{Bn=n,Vn=o,In(1,e)})),i}let Yn=null;function Jn(e){return Yn===e}function Qn(e,t,n){const{component:r,callHook:o,owner:i}=e;Pr(e,i,G,(()=>{o(r,t,n)}),G)}function Zn(e,t,n,r){const{callHook:o,owner:i}=e;Pr(e,i,G,(()=>{o(n,t,[r])}),G)}const er=new Map;function tr(e){return new Me((()=>{const{isDirty:t}=e;j(t)&&(rr(e),function(e){const{renderer:{ssr:t}}=e;if(W(t)||W(e.isScheduled))return;e.isScheduled=!0,0===kr.length&&me(Sr);k.call(kr,e)}(e))}))}function nr(e){e.tro.reset();const t=function(e){const{def:{render:t},callHook:n,component:r,owner:o}=e,i=Kn();let s,l=!1;return Pr(e,o,(()=>{Gn(e)}),(()=>{e.tro.observe((()=>{s=n(r,t),l=!0}))}),(()=>{Gn(i)})),l?Xn(e,s):[]}(e);return e.isDirty=!1,e.isScheduled=!1,t}function rr(e){e.isDirty=!0}const or=new WeakMap;function ir(e,t){if(!B(t))throw new TypeError;let n=or.get(t);return H(n)&&(n=function(n){Zn(e,t,void 0,n)},or.set(t,n)),n}const sr=r(null),lr=["rendered","connected","disconnected"];function cr(e,t){const{component:n,def:r,context:o}=e;for(let e=0,i=t.length;e<i;++e)t[e].call(void 0,n,{},r,o)}let ar=0;const ur=new WeakMap;function dr(e,t,n=[]){return t.apply(e,n)}function fr(e,t,n){e[t]=n}function hr(e,t){return e[t]}function pr(e){Er(e)}function mr(e){const t=vr(e);Wn(7,t),1===t.state&&gr(e),Tr(t),Er(t),jn(7,t)}function gr(e){wr(vr(e))}function wr(e){const{state:t}=e;if(2!==t){const{oar:t,tro:n}=e;n.reset();for(const e in t)t[e].reset();!function(e){j(e.isDirty)&&(e.isDirty=!0);e.state=2;const{disconnected:t}=sr;t&&cr(e,t);xr(e)&&function(e){const{wiredDisconnecting:t}=e.context;Pr(e,e,G,(()=>{for(let e=0,n=t.length;e<n;e+=1)t[e]()}),G)}(e);const{disconnectedCallback:n}=e.def;H(n)||(Hn(5,e),Qn(e,n),In(5,e))}(e),Ar(e),function(e){const{aChildren:t}=e;Nr(t)}(e)}}function yr(e,t,n,o){const{mode:i,owner:s,tagName:l,hydrated:c}=o,a=Ut(t),u={elm:e,def:a,idx:ar++,state:0,isScheduled:!1,isDirty:!0,tagName:l,mode:i,owner:s,children:he,aChildren:he,velements:he,cmpProps:r(null),cmpFields:r(null),cmpSlots:r(null),oar:r(null),cmpTemplate:null,hydrated:Boolean(c),renderMode:a.renderMode,context:{stylesheetToken:void 0,hasTokenInClass:void 0,hasTokenInAttribute:void 0,hasScopedStyles:void 0,styleVNodes:null,tplCache:fe,wiredConnecting:he,wiredDisconnecting:he},tro:null,shadowMode:null,component:null,shadowRoot:null,renderRoot:null,callHook:dr,setHook:fr,getHook:hr,renderer:n};return u.shadowMode=function(e,t){const{def:n}=e,{isSyntheticShadowDefined:r,isNativeShadowDefined:o}=t;let i;if(r)if(0===n.renderMode)i=0;else if(o)if(ue.ENABLE_MIXED_SHADOW_MODE)if("any"===n.shadowSupportMode)i=0;else{const t=function(e){let t=e.owner;for(;!I(t)&&0===t.renderMode;)t=t.owner;return t}(e);i=I(t)||0!==t.shadowMode?1:0}else i=1;else i=1;else i=0;return i}(u,n),u.tro=tr(u),function(e,t){const n=Yn;let r;Hn(0,e),Yn=e;try{const o=new t;if(Yn.component!==o)throw new TypeError("Invalid component constructor, the class should extend LightningElement.")}catch(e){r=Object(e)}finally{if(In(0,e),Yn=n,!H(r))throw xe(e,r),r}}(u,a.ctor),xr(u)&&function(e){const{context:t,def:{wire:n}}=e,r=t.wiredConnecting=[],o=t.wiredDisconnecting=[];for(const t in n){const i=n[t],s=Lr.get(i);if(!H(s)){const{connector:n,computeConfigAndUpdate:i,resetConfigWatcher:l}=_r(e,t,s),c=s.dynamic.length>0;k.call(r,(()=>{n.connect(),ue.ENABLE_WIRE_SYNC_EMIT||!c?i():Promise.resolve().then(i)})),k.call(o,(()=>{n.disconnect(),l()}))}}}(u),u}function br(e,t){ur.set(e,t)}function vr(e){return ur.get(e)}function Cr(e){return ur.get(e)}function Er(e){if(W(e.isDirty)){!function(e,t){const{renderRoot:n,children:r,renderer:o}=e;e.children=t,(t.length>0||r.length>0)&&r!==t&&Pr(e,e,(()=>{Hn(2,e)}),(()=>{rn(r,t,n,o)}),(()=>{In(2,e)}));1===e.state&&Mr(e)}(e,nr(e))}}function Mr(e){const{def:{renderedCallback:t},renderer:{ssr:n}}=e;if(W(n))return;const{rendered:r}=sr;r&&cr(e,r),H(t)||(Hn(4,e),Qn(e,t),In(4,e))}let kr=[];function Sr(){Wn(8);const e=kr.sort(((e,t)=>e.idx-t.idx));kr=[];for(let t=0,n=e.length;t<n;t+=1){const r=e[t];try{Er(r)}catch(r){throw t+1<n&&(0===kr.length&&me(Sr),P.apply(kr,A.call(e,t+1))),jn(8),r}}jn(8)}function Tr(e){const{state:t}=e;if(1===t)return;e.state=1;const{connected:n}=sr;n&&cr(e,n),xr(e)&&function(e){const{wiredConnecting:t}=e.context;for(let e=0,n=t.length;e<n;e+=1)t[e]()}(e);const{connectedCallback:r}=e.def;H(r)||(Hn(3,e),Qn(e,r),In(3,e))}function xr(e){return c(e.def.wire).length>0}function Ar(e){const{velements:t}=e;for(let e=t.length-1;e>=0;e-=1){const{elm:n}=t[e];if(!H(n)){const e=Cr(n);H(e)||wr(e)}}}function Nr(e){for(let t=0,n=e.length;t<n;t+=1){const n=e[t];if(!I(n)&&!H(n.elm))switch(n.type){case 2:Nr(n.children);break;case 3:wr(vr(n.elm));break}}}function Or(e){const{children:t,renderRoot:n,renderer:{remove:r}}=e;for(let e=0,o=t.length;e<o;e++){const o=t[e];I(o)||H(o.elm)||r(o.elm,n)}e.children=he,Ar(e),e.velements=he}function Pr(e,t,n,r,o){let i;n();try{r()}catch(e){i=Object(e)}finally{if(o(),!H(i)){xe(e,i);const n=I(t)?void 0:function(e){let t=e;for(;!I(t);){if(!H(t.def.errorCallback))return t;t=t.owner}}(t);if(H(n))throw i;Or(e),Hn(6,e);Qn(n,n.def.errorCallback,[i,i.wcStack]),In(6,e)}}}const Lr=new Map;class $r extends CustomEvent{constructor(e,{setNewContext:t,setDisconnectedCallback:n}){super(e,{bubbles:!0,composed:!0}),o(this,{setNewContext:{value:t},setDisconnectedCallback:{value:n}})}}function _r(e,t,n){const{method:r,adapter:o,configCallback:s,dynamic:l}=n,c=H(r)?function(e,t){const{cmpFields:n}=e;return r=>{r!==e.cmpFields[t]&&(n[t]=r,ke(e,t))}}(e,t):function(e,t){return n=>{Pr(e,e.owner,G,(()=>{t.call(e.component,n)}),G)}}(e,r);let a,u;i(c,"$$DeprecatedWiredElementHostKey$$",{value:e.elm}),i(c,"$$DeprecatedWiredParamsMetaKey$$",{value:l}),Pr(e,e,G,(()=>{u=new o(c)}),G);const{computeConfigAndUpdate:d,ro:f}=function(e,t,n){let r=!1;const o=new Me((()=>{!1===r&&(r=!0,Promise.resolve().then((()=>{r=!1,o.reset(),i()})))})),i=()=>{let r;o.observe((()=>r=t(e))),n(r)};return{computeConfigAndUpdate:i,ro:o}}(e.component,s,(t=>{Pr(e,e,G,(()=>{u.update(t,a)}),G)}));return H(o.contextSchema)||function(e,t,n){const{adapter:r}=t,o=Dr(r);if(H(o))return;const{elm:i,context:{wiredConnecting:s,wiredDisconnecting:l},renderer:{dispatchEvent:c}}=e;k.call(s,(()=>{const e=new $r(o,{setNewContext(e){n(e)},setDisconnectedCallback(e){k.call(l,e)}});c(i,e)}))}(e,n,(t=>{a!==t&&(a=t,1===e.state&&d())})),{connector:u,computeConfigAndUpdate:d,resetConfigWatcher:()=>f.reset()}}const Rr=new Map;function Dr(e){return Rr.get(e)}function Fr(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,method:e.value,configCallback:n,dynamic:r};Lr.set(e,o)}function Hr(e,t,n,r){t.adapter&&(t=t.adapter);const o={adapter:t,configCallback:n,dynamic:r};Lr.set(e,o)}let Ir=!1;function Wr(e){const t=nr(e);e.children=t;const{renderRoot:n,renderer:{getFirstChild:r}}=e;Br(r(n),t,n,e),Mr(e)}function jr(e,t,n){var r,o;let i;switch(t.type){case 0:i=function(e,t,n){var r;if(!Gr(t,e,3,n))return Vr(e,t,n);const{setText:o}=n;return o(e,null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 1:i=function(e,t,n){var r;if(!Gr(t,e,8,n))return Vr(e,t,n);const{setProperty:o}=n;return o(e,"nodeValue",null!==(r=t.text)&&void 0!==r?r:null),t.elm=e,e}(e,t,n);break;case 4:i=function(e,t,n){if(!function(e,t,n,r){const{getProperty:o,getAttribute:i}=r;if(3===o(e,"nodeType"))return!!Gr(n,t,3,r)&&o(e,"nodeValue")===o(t,"nodeValue");if(8===o(e,"nodeType"))return!!Gr(n,t,8,r)&&o(e,"nodeValue")===o(t,"nodeValue");if(!Gr(n,t,1,r))return!1;let s=!0;if(o(e,"tagName")!==o(t,"tagName"))return!1;return o(e,"getAttributeNames").call(e).forEach((r=>{i(e,r)!==i(t,r)&&(Ne(`Mismatch hydrating element <${o(e,"tagName").toLowerCase()}>: attribute "${r}" has different values, expected "${i(e,r)}" but found "${i(t,r)}"`,n.owner),s=!1)})),s}(t.fragment,e,t,n))return Vr(e,t,n);return t.elm=e,e}(e,t,n);break;case 2:i=function(e,t,n){if(!Gr(t,e,1,n)||!zr(t,e,n))return Vr(e,t,n);t.elm=e;const{owner:r}=t,{context:o}=t.data,i=Boolean(!H(o)&&!H(o.lwc)&&"manual"===o.lwc.dom);if(i){const{data:{props:r}}=t,{getProperty:o}=n;H(r)||H(r.innerHTML)||o(e,"innerHTML")===r.innerHTML&&(t.data=Object.assign(Object.assign({},t.data),{props:ye(r,"innerHTML")}))}if(Kr(t,n),!i){const{getFirstChild:o}=n;Br(o(e),t.children,e,r)}return e}(e,t,null!==(r=t.data.renderer)&&void 0!==r?r:n);break;case 3:i=function(e,t,n){if(!Gr(t,e,1,n)||!zr(t,e,n))return Vr(e,t,n);const{sel:r,mode:o,ctor:i,owner:s}=t,l=yr(e,i,n,{mode:o,owner:s,tagName:r,hydrated:!0});if(t.elm=e,t.vm=l,yn(t,l),Kr(t,n),Tr(l),0!==l.renderMode){const{getFirstChild:r}=n;Br(r(e),t.children,e,l)}return Wr(l),e}(e,t,null!==(o=t.data.renderer)&&void 0!==o?o:n)}return n.nextSibling(i)}function Br(e,t,n,r){let o=e,i=null;const{renderer:s}=r;for(let e=0;e<t.length;e++){const r=t[e];I(r)||(o?(o=jr(o,r,s),i=r.elm):(Ir=!0,sn(r,n,s,i),i=r.elm))}if(o){Ir=!0;const{nextSibling:e}=s;do{const t=o;o=e(o),gn(t,n,s)}while(o)}}function Vr(e,t,n){Ir=!0;const{getProperty:r}=n,o=r(e,"parentNode");return sn(t,o,n,e),gn(e,o,n),t.elm}function Kr(e,t){nn(e,t),Zt(null,e,t)}function Gr(e,t,n,r){const{getProperty:o}=r;return o(t,"nodeType")===n}function zr(e,t,n){const{getProperty:r}=n;if(e.sel.toLowerCase()!==r(t,"tagName").toLowerCase())return!1;const o=function(e,t,n){const{data:{attrs:r={}}}=e;let o=!0;for(const[e,i]of Object.entries(r)){const{getAttribute:r}=n,s=r(t,e);String(i)!==s&&(o=!1)}return o}(e,t,n),i=function(e,t,n){const{data:{className:r,classMap:o}}=e,{getProperty:i,getClassList:s}=n;let l=!0;if(H(r)||String(r)===i(t,"className")){if(!H(o)){const e=s(t);let n="";for(const t in o)n+=" "+t,e.contains(t)||(l=!1);n.trim(),e.length>f(o).length&&(l=!1)}}else l=!1;return l}(e,t,n),s=function(e,t,n){const{data:{style:r,styleDecls:o}}=e,{getAttribute:i}=n,s=i(t,"style")||"";let l=!0;if(H(r)||r===s){if(!H(o)){const e=function(e){const t={},n=e.split(ge);for(const e of n)if(e){const[n,r]=e.split(we);void 0!==n&&void 0!==r&&(t[n.trim()]=r.trim())}return t}(s),t=[];for(let n=0,r=o.length;n<r;n++){const[r,i,s]=o[n];t.push(`${r}: ${i+(s?" important!":"")}`);const c=e[r];H(c)?l=!1:c.startsWith(i)?s&&!c.endsWith("!important")&&(l=!1):l=!1}f(e).length>o.length&&(l=!1),C.call(t,";")}}else l=!1;return l}(e,t,n);return o&&i&&s}let Ur=!1;const qr=B(CSSStyleSheet.prototype.replaceSync)&&m(document.adoptedStyleSheets),Xr=qr&&l(document.adoptedStyleSheets,"length").writable,Yr=!H(document.documentMode),Jr=new Map;function Qr(e){const t=document.createElement("style");return t.type="text/css",t.textContent=e,t}function Zr(e){const t=new CSSStyleSheet;return t.replaceSync(e),t}function eo(e,t,n){const r=function(e,t){const{stylesheet:n,used:r}=t;return r?Yr?Qr(e):n.cloneNode(!0):(t.used=!0,n)}(e,n);(function(e){return!H(e.head)}(t)?t.head:t).appendChild(r)}function to(e,t,n){qr?function(e,t,n){const{adoptedStyleSheets:r}=t,{stylesheet:o}=n;Xr?r.push(o):t.adoptedStyleSheets=[...r,o]}(0,t,n):eo(e,t,n)}function no(e){let t=Jr.get(e);return H(t)&&(t={stylesheet:qr?Zr(e):Qr(e),roots:void 0,global:!1,used:!1},Jr.set(e,t)),t}let ro,oo,io;if(function(){if("undefined"==typeof customElements)return!1;try{const e=HTMLElement;class t extends e{}return customElements.define("lwc-test-"+Math.floor(1e6*Math.random()),t),new t,!0}catch(e){return!1}}())ro=customElements.get.bind(customElements),oo=customElements.define.bind(customElements),io=HTMLElement;else{const e=r(null),t=new WeakMap;oo=function(n,r){if(n!==F.call(n)||e[n])throw new TypeError("Invalid Registration");e[n]=r,t.set(r,n)},ro=function(t){return e[t]},io=function e(){if(!(this instanceof e))throw new TypeError("Invalid Invocation");const{constructor:n}=this,r=t.get(n);if(!r)throw new TypeError("Invalid Construction");const o=document.createElement(r);return p(o,n.prototype),o},io.prototype=HTMLElement.prototype}let so=!1;function lo(e){so=e}const co=Q.$isNativeShadowRootDefined$,ao=u.call(Element.prototype,"$shadowToken$");const uo={ssr:!1,isNativeShadowDefined:co,isSyntheticShadowDefined:ao,HTMLElementExported:io,isHydrating:function(){return so},insert:function(e,t,n){t.insertBefore(e,n)},remove:function(e,t){t.removeChild(e)},cloneNode:function(e,t){return e.cloneNode(t)},createFragment:function(e){return document.createRange().createContextualFragment(e).firstChild},createElement:function(e,t){return H(t)?document.createElement(e):document.createElementNS(t,e)},createText:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},nextSibling:function(e){return e.nextSibling},attachShadow:function(e,t){return so?e.shadowRoot:e.attachShadow(t)},getProperty:function(e,t){return e[t]},setProperty:function(e,t,n){e[t]=n},setText:function(e,t){e.nodeValue=t},getAttribute:function(e,t,n){return H(n)?e.getAttribute(t):e.getAttributeNS(n,t)},setAttribute:function(e,t,n,r){return H(r)?e.setAttribute(t,n):e.setAttributeNS(r,t,n)},removeAttribute:function(e,t,n){H(n)?e.removeAttribute(t):e.removeAttributeNS(n,t)},addEventListener:function(e,t,n,r){e.addEventListener(t,n,r)},removeEventListener:function(e,t,n,r){e.removeEventListener(t,n,r)},dispatchEvent:function(e,t){return e.dispatchEvent(t)},getClassList:function(e){return e.classList},setCSSStyleProperty:function(e,t,n,r){e.style.setProperty(t,n,r?"important":"")},getBoundingClientRect:function(e){return e.getBoundingClientRect()},querySelector:function(e,t){return e.querySelector(t)},querySelectorAll:function(e,t){return e.querySelectorAll(t)},getElementsByTagName:function(e,t){return e.getElementsByTagName(t)},getElementsByClassName:function(e,t){return e.getElementsByClassName(t)},getChildren:function(e){return e.children},getChildNodes:function(e){return e.childNodes},getFirstChild:function(e){return e.firstChild},getFirstElementChild:function(e){return e.firstElementChild},getLastChild:function(e){return e.lastChild},getLastElementChild:function(e){return e.lastElementChild},isConnected:function(e){return e.isConnected},insertStylesheet:function(e,t){H(t)?function(e){const t=no(e);t.global||(t.global=!0,to(e,document,t))}(e):function(e,t){const n=no(e);let{roots:r}=n;if(H(r))r=n.roots=new WeakSet;else if(r.has(t))return;r.add(t),to(e,t,n)}(e,t)},assertInstanceOfHTMLElement:function(e,n){t.invariant(e instanceof HTMLElement,n)},defineCustomElement:oo,getCustomElement:ro};function fo(e,t,n){const r=yr(e,t,uo,{mode:"open",owner:null,tagName:e.tagName.toLowerCase(),hydrated:!0});for(const[t,r]of Object.entries(n))e[t]=r;return r}function ho(e,t,n={}){if(!(e instanceof Element))throw new TypeError(`"hydrateComponent" expects a valid DOM element as the first parameter but instead received ${e}.`);if(!B(t))throw new TypeError(`"hydrateComponent" expects a valid component constructor as the second parameter but instead received ${t}.`);if(!V(n)||I(n))throw new TypeError(`"hydrateComponent" expects an object as the third parameter but instead received ${n}.`);if(Cr(e))console.warn('"hydrateComponent" expects an element that is not hydrated.',e);else try{lo(!0);!function(e){Ir=!1,Tr(e),Wr(e),Ir&&Ne("Hydration completed with errors.",e)}(fo(e,t,n)),lo(!1)}catch(r){console.error("Recovering from error while hydrating: ",r),function(e,t){if(e.shadowRoot){const t=e.shadowRoot;for(;!I(t.firstChild);)t.removeChild(t.firstChild)}if("light"===t.renderMode)for(;!I(e.firstChild);)e.removeChild(e.firstChild)}(e,t),fo(e,t,n),lo(!1),mr(e)}finally{lo(!1)}}const po=new WeakSet;function mo(e){const t=function(e){return Ut(e).bridge}(e);return class extends t{constructor(){super(),this.isConnected?(ho(this,e,{}),po.add(this)):yr(this,e,uo,{mode:"open",owner:null,tagName:this.tagName})}connectedCallback(){po.has(this)?po.delete(this):mr(this)}disconnectedCallback(){gr(this)}}}const go=Node,wo=new WeakMap,yo=new WeakMap;function bo(e,t){const n=t.get(e);return H(n)||n(e),e}const{appendChild:vo,insertBefore:Co,removeChild:Eo,replaceChild:Mo}=go.prototype;n(go.prototype,{appendChild(e){return bo(vo.call(this,e),wo)},insertBefore(e,t){return bo(Co.call(this,e,t),wo)},removeChild(e){return bo(Eo.call(this,e),yo)},replaceChild(e,t){const n=Mo.call(this,e,t);return bo(n,yo),bo(e,wo),n}});const ko=Node;const So=new Map;i(Ct,"CustomElementConstructor",{get(){return function(e){if(e===Ct)throw new TypeError("Invalid Constructor. LightningElement base class can't be claimed as a custom element.");let t=So.get(e);return H(t)&&(t=mo(e),So.set(e,t)),t}(this)}}),s(Ct),h(Ct.prototype),e.LightningElement=Ct,e.__unstable__ProfilerControl=Fn,e.api=function(){throw new Error},e.buildCustomElementConstructor=function(e){return e.CustomElementConstructor},e.createContextProvider=function(e){let t=Dr(e);if(!H(t))throw new Error("Adapter already has a context provider.");t=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}(),function(e,t){Rr.set(e,t)}(e,t);const n=new WeakSet;return(e,r)=>{if(n.has(e))throw new Error(`Adapter was already installed on ${e}.`);n.add(e);const{consumerConnectedCallback:o,consumerDisconnectedCallback:i}=r;e.addEventListener(t,(e=>{const{setNewContext:t,setDisconnectedCallback:n}=e,r={provide(e){t(e)}};n((()=>{H(i)||i(r)})),o(r),e.stopImmediatePropagation()}))}},e.createElement=function(e,t){if(!V(t)||I(t))throw new TypeError(`"createElement" function expects an object as second parameter but received "${U(t)}".`);const n=t.is;if(!B(n))throw new TypeError('"createElement" function expects an "is" option with a valid component constructor.');const r=Xt(e,uo);let o=!1;const i=new r((r=>{yr(r,n,uo,{tagName:e,mode:"closed"!==t.mode?"open":"closed",owner:null}),wo.set(r,mr),yo.set(r,gr),o=!0}));return o||console.error(`Unexpected tag name "${e}". This name is a registered custom element, preventing LWC to upgrade the element.`),i},e.freezeTemplate=function(e){},e.getComponentConstructor=function(e){let t=null;if(!H(e)){const n=Cr(e);H(n)||(t=n.def.ctor)}return t},e.getComponentDef=function(e){const t=Ut(e),{ctor:n,name:r,props:o,propsConfig:i,methods:s}=t,l={};for(const e in o)l[e]={config:i[e]||0,type:"any",attr:te(e)};const c={};for(const e in s)c[e]=s[e].value;return{ctor:n,name:r,props:l,methods:c}},e.hydrateComponent=ho,e.isComponentConstructor=zt,e.isNodeFromTemplate=function(e){if(j(e instanceof ko))return!1;if(e instanceof ShadowRoot)return!1;const t=e.getRootNode();return!!(t instanceof ShadowRoot&&j(u.call(a(t),"synthetic")))||ao&&!H(e.$shadowResolver$)},e.parseFragment=Un,e.parseSVGFragment=qn,e.readonly=function(e){return bt.getReadOnlyProxy(e)},e.register=function(e){for(let t=0;t<lr.length;++t){const n=lr[t];if(n in e){let t=sr[n];H(t)&&(sr[n]=t=[]),k.call(t,e[n])}}},e.registerComponent=function(e,{tmpl:t}){return B(e)&&er.set(e,t),e},e.registerDecorators=function(e,t){const n=e.prototype,{publicProps:o,publicMethods:s,wire:c,track:a,fields:u}=t,d=r(null),f=r(null),h=r(null),p=r(null),m=r(null),g=r(null);let w;if(!H(o))for(const e in o){const t=o[e];if(g[e]=t.config,w=l(n,e),t.config>0){if(H(w))throw new Error;w=Nt(e,w)}else w=H(w)||H(w.get)?xt(e):Nt(e,w);f[e]=w,i(n,e,w)}if(H(s)||L.call(s,(e=>{if(w=l(n,e),H(w))throw new Error;d[e]=w})),!H(c))for(const e in c){const{adapter:t,method:r,config:o,dynamic:s=[]}=c[e];if(w=l(n,e),1===r){if(H(w))throw new Error;h[e]=w,Fr(w,t,o,s)}else w=Pt(e),p[e]=w,Hr(w,t,o,s),i(n,e,w)}if(!H(a))for(const e in a)w=l(n,e),w=Ot(e),i(n,e,w);if(!H(u))for(let e=0,t=u.length;e<t;e++){const t=u[e];w=l(n,t);const r=!H(o)&&t in o,i=!H(a)&&t in a;r||i||(m[t]=Tt(t))}return function(e,t){Lt.set(e,t)}(e,{apiMethods:d,apiFields:f,apiFieldsConfig:g,wiredMethods:h,wiredFields:p,observedFields:m}),e},e.registerTemplate=function(e){return _t.add(e),i(e,"stylesheetTokens",{enumerable:!0,configurable:!0,get(){const{stylesheetToken:e}=this;return H(e)?e:{hostAttribute:`${e}-host`,shadowAttribute:e}},set(e){this.stylesheetToken=H(e)?void 0:e.shadowAttribute}}),e},e.renderer=uo,e.sanitizeAttribute=function(e,t,n,r){return r},e.setFeatureFlag=function(e,t){if("boolean"==typeof t){if(H(ae[e])){const n=f(ae).map((e=>`"${e}"`)).join(", ");console.warn(`Failed to set the value "${t}" for the runtime feature flag "${e}" because it is undefined. Available flags: ${n}.`)}else{const n=ue[e];if(!H(n))return void console.error(`Failed to set the value "${t}" for the runtime feature flag "${e}". "${e}" has already been set with the value "${n}".`);i(ue,e,{value:t})}}else{const n=`Failed to set the value "${t}" for the runtime feature flag "${e}". Runtime feature flags can only be set to a boolean value.`;console.error(n)}},e.setFeatureFlagForTest=function(e,t){},e.setHooks=function(e){var n;t.isFalse(Ur,"Hooks are already overridden, only one definition is allowed."),Ur=!0,n=e.sanitizeHtmlContent,xn=n},e.swapComponent=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.swapStyle=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.swapTemplate=function(e,t){if(!ue.ENABLE_HMR)throw new Error("HMR is not enabled");return!1},e.track=function(e){if(1===arguments.length)return bt.getProxy(e);throw new Error},e.unwrap=function(e){return bt.unwrapProxy(e)},e.wire=function(e,t){throw new Error},Object.defineProperty(e,"__esModule",{value:!0})}));