lwc 2.6.2 → 2.7.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 (34) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +4 -4
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +4 -4
  3. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +4 -4
  4. package/dist/engine-dom/iife/es5/engine-dom.js +4 -4
  5. package/dist/engine-dom/iife/es5/engine-dom_debug.js +4 -4
  6. package/dist/engine-dom/umd/es2017/engine-dom.js +4 -4
  7. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +4 -4
  8. package/dist/engine-dom/umd/es5/engine-dom.js +4 -4
  9. package/dist/engine-dom/umd/es5/engine-dom_debug.js +4 -4
  10. package/dist/engine-server/commonjs/es2017/engine-server.js +4 -4
  11. package/dist/engine-server/esm/es2017/engine-server.js +4 -4
  12. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +9 -3
  13. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +9 -3
  14. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.min.js +1 -1
  15. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +9 -3
  16. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +9 -3
  17. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.min.js +1 -1
  18. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +9 -3
  19. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +9 -3
  20. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.min.js +1 -1
  21. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +9 -3
  22. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +9 -3
  23. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.min.js +1 -1
  24. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +9 -3
  25. package/dist/wire-service/esm/es2017/wire-service.js +2 -2
  26. package/dist/wire-service/iife/es2017/wire-service.js +2 -2
  27. package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
  28. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  29. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  30. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  31. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  32. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  33. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  34. package/package.json +8 -8
@@ -299,7 +299,7 @@ function htmlPropertyToAttribute(propName) {
299
299
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
300
300
  return attributeName;
301
301
  }
302
- /** version: 2.6.2 */
302
+ /** version: 2.7.0 */
303
303
 
304
304
  /*
305
305
  * Copyright (c) 2018, salesforce.com, inc.
@@ -478,7 +478,7 @@ function setFeatureFlagForTest(name, value) {
478
478
  setFeatureFlag(name, value);
479
479
  }
480
480
  }
481
- /** version: 2.6.2 */
481
+ /** version: 2.7.0 */
482
482
 
483
483
  /* proxy-compat-disable */
484
484
 
@@ -7781,7 +7781,7 @@ function setHooks(hooks) {
7781
7781
  hooksAreSet = true;
7782
7782
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7783
7783
  }
7784
- /* version: 2.6.2 */
7784
+ /* version: 2.7.0 */
7785
7785
 
7786
7786
  /*
7787
7787
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8437,6 +8437,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
8437
8437
  });
8438
8438
  freeze(LightningElement);
8439
8439
  seal(LightningElement.prototype);
8440
- /* version: 2.6.2 */
8440
+ /* version: 2.7.0 */
8441
8441
 
8442
8442
  export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeFromTemplate, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
@@ -302,7 +302,7 @@ var LWC = (function (exports) {
302
302
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
303
303
  return attributeName;
304
304
  }
305
- /** version: 2.6.2 */
305
+ /** version: 2.7.0 */
306
306
 
307
307
  /*
308
308
  * Copyright (c) 2018, salesforce.com, inc.
@@ -481,7 +481,7 @@ var LWC = (function (exports) {
481
481
  setFeatureFlag(name, value);
482
482
  }
483
483
  }
484
- /** version: 2.6.2 */
484
+ /** version: 2.7.0 */
485
485
 
486
486
  /* proxy-compat-disable */
487
487
 
@@ -7784,7 +7784,7 @@ var LWC = (function (exports) {
7784
7784
  hooksAreSet = true;
7785
7785
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7786
7786
  }
7787
- /* version: 2.6.2 */
7787
+ /* version: 2.7.0 */
7788
7788
 
7789
7789
  /*
7790
7790
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8440,7 +8440,7 @@ var LWC = (function (exports) {
8440
8440
  });
8441
8441
  freeze(LightningElement);
8442
8442
  seal(LightningElement.prototype);
8443
- /* version: 2.6.2 */
8443
+ /* version: 2.7.0 */
8444
8444
 
8445
8445
  exports.LightningElement = LightningElement;
8446
8446
  exports.__unstable__ProfilerControl = profilerControl;
@@ -298,7 +298,7 @@ var LWC = (function (exports) {
298
298
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
299
299
  return attributeName;
300
300
  }
301
- /** version: 2.6.2 */
301
+ /** version: 2.7.0 */
302
302
 
303
303
  /*
304
304
  * Copyright (c) 2018, salesforce.com, inc.
@@ -469,7 +469,7 @@ var LWC = (function (exports) {
469
469
 
470
470
  function setFeatureFlagForTest(name, value) {
471
471
  }
472
- /** version: 2.6.2 */
472
+ /** version: 2.7.0 */
473
473
 
474
474
  /* proxy-compat-disable */
475
475
 
@@ -6069,7 +6069,7 @@ var LWC = (function (exports) {
6069
6069
  hooksAreSet = true;
6070
6070
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6071
6071
  }
6072
- /* version: 2.6.2 */
6072
+ /* version: 2.7.0 */
6073
6073
 
6074
6074
  /*
6075
6075
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6703,7 +6703,7 @@ var LWC = (function (exports) {
6703
6703
  });
6704
6704
  freeze(LightningElement);
6705
6705
  seal(LightningElement.prototype);
6706
- /* version: 2.6.2 */
6706
+ /* version: 2.7.0 */
6707
6707
 
6708
6708
  exports.LightningElement = LightningElement;
6709
6709
  exports.__unstable__ProfilerControl = profilerControl;
@@ -348,7 +348,7 @@ var LWC = (function (exports) {
348
348
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
349
349
  return attributeName;
350
350
  }
351
- /** version: 2.6.2 */
351
+ /** version: 2.7.0 */
352
352
 
353
353
  /*
354
354
  * Copyright (c) 2018, salesforce.com, inc.
@@ -527,7 +527,7 @@ var LWC = (function (exports) {
527
527
  setFeatureFlag(name, value);
528
528
  }
529
529
  }
530
- /** version: 2.6.2 */
530
+ /** version: 2.7.0 */
531
531
 
532
532
  /* proxy-compat-disable */
533
533
 
@@ -7588,7 +7588,7 @@ var LWC = (function (exports) {
7588
7588
  hooksAreSet = true;
7589
7589
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7590
7590
  }
7591
- /* version: 2.6.2 */
7591
+ /* version: 2.7.0 */
7592
7592
 
7593
7593
  /*
7594
7594
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8241,7 +8241,7 @@ var LWC = (function (exports) {
8241
8241
  });
8242
8242
  freeze(LightningElement);
8243
8243
  seal(LightningElement.prototype);
8244
- /* version: 2.6.2 */
8244
+ /* version: 2.7.0 */
8245
8245
 
8246
8246
  exports.LightningElement = LightningElement;
8247
8247
  exports.__unstable__ProfilerControl = profilerControl;
@@ -341,7 +341,7 @@ var LWC = (function (exports) {
341
341
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
342
342
  return attributeName;
343
343
  }
344
- /** version: 2.6.2 */
344
+ /** version: 2.7.0 */
345
345
 
346
346
  /*
347
347
  * Copyright (c) 2018, salesforce.com, inc.
@@ -512,7 +512,7 @@ var LWC = (function (exports) {
512
512
 
513
513
  function setFeatureFlagForTest(name, value) {
514
514
  }
515
- /** version: 2.6.2 */
515
+ /** version: 2.7.0 */
516
516
 
517
517
  /* proxy-compat-disable */
518
518
 
@@ -5900,7 +5900,7 @@ var LWC = (function (exports) {
5900
5900
  hooksAreSet = true;
5901
5901
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5902
5902
  }
5903
- /* version: 2.6.2 */
5903
+ /* version: 2.7.0 */
5904
5904
 
5905
5905
  /*
5906
5906
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6530,7 +6530,7 @@ var LWC = (function (exports) {
6530
6530
  });
6531
6531
  freeze(LightningElement);
6532
6532
  seal(LightningElement.prototype);
6533
- /* version: 2.6.2 */
6533
+ /* version: 2.7.0 */
6534
6534
 
6535
6535
  exports.LightningElement = LightningElement;
6536
6536
  exports.__unstable__ProfilerControl = profilerControl;
@@ -305,7 +305,7 @@
305
305
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
306
306
  return attributeName;
307
307
  }
308
- /** version: 2.6.2 */
308
+ /** version: 2.7.0 */
309
309
 
310
310
  /*
311
311
  * Copyright (c) 2018, salesforce.com, inc.
@@ -484,7 +484,7 @@
484
484
  setFeatureFlag(name, value);
485
485
  }
486
486
  }
487
- /** version: 2.6.2 */
487
+ /** version: 2.7.0 */
488
488
 
489
489
  /* proxy-compat-disable */
490
490
 
@@ -7787,7 +7787,7 @@
7787
7787
  hooksAreSet = true;
7788
7788
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7789
7789
  }
7790
- /* version: 2.6.2 */
7790
+ /* version: 2.7.0 */
7791
7791
 
7792
7792
  /*
7793
7793
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8443,7 +8443,7 @@
8443
8443
  });
8444
8444
  freeze(LightningElement);
8445
8445
  seal(LightningElement.prototype);
8446
- /* version: 2.6.2 */
8446
+ /* version: 2.7.0 */
8447
8447
 
8448
8448
  exports.LightningElement = LightningElement;
8449
8449
  exports.__unstable__ProfilerControl = profilerControl;
@@ -301,7 +301,7 @@
301
301
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
302
302
  return attributeName;
303
303
  }
304
- /** version: 2.6.2 */
304
+ /** version: 2.7.0 */
305
305
 
306
306
  /*
307
307
  * Copyright (c) 2018, salesforce.com, inc.
@@ -472,7 +472,7 @@
472
472
 
473
473
  function setFeatureFlagForTest(name, value) {
474
474
  }
475
- /** version: 2.6.2 */
475
+ /** version: 2.7.0 */
476
476
 
477
477
  /* proxy-compat-disable */
478
478
 
@@ -6072,7 +6072,7 @@
6072
6072
  hooksAreSet = true;
6073
6073
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6074
6074
  }
6075
- /* version: 2.6.2 */
6075
+ /* version: 2.7.0 */
6076
6076
 
6077
6077
  /*
6078
6078
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6706,7 +6706,7 @@
6706
6706
  });
6707
6707
  freeze(LightningElement);
6708
6708
  seal(LightningElement.prototype);
6709
- /* version: 2.6.2 */
6709
+ /* version: 2.7.0 */
6710
6710
 
6711
6711
  exports.LightningElement = LightningElement;
6712
6712
  exports.__unstable__ProfilerControl = profilerControl;
@@ -351,7 +351,7 @@
351
351
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
352
352
  return attributeName;
353
353
  }
354
- /** version: 2.6.2 */
354
+ /** version: 2.7.0 */
355
355
 
356
356
  /*
357
357
  * Copyright (c) 2018, salesforce.com, inc.
@@ -530,7 +530,7 @@
530
530
  setFeatureFlag(name, value);
531
531
  }
532
532
  }
533
- /** version: 2.6.2 */
533
+ /** version: 2.7.0 */
534
534
 
535
535
  /* proxy-compat-disable */
536
536
 
@@ -7591,7 +7591,7 @@
7591
7591
  hooksAreSet = true;
7592
7592
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7593
7593
  }
7594
- /* version: 2.6.2 */
7594
+ /* version: 2.7.0 */
7595
7595
 
7596
7596
  /*
7597
7597
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8244,7 +8244,7 @@
8244
8244
  });
8245
8245
  freeze(LightningElement);
8246
8246
  seal(LightningElement.prototype);
8247
- /* version: 2.6.2 */
8247
+ /* version: 2.7.0 */
8248
8248
 
8249
8249
  exports.LightningElement = LightningElement;
8250
8250
  exports.__unstable__ProfilerControl = profilerControl;
@@ -344,7 +344,7 @@
344
344
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
345
345
  return attributeName;
346
346
  }
347
- /** version: 2.6.2 */
347
+ /** version: 2.7.0 */
348
348
 
349
349
  /*
350
350
  * Copyright (c) 2018, salesforce.com, inc.
@@ -515,7 +515,7 @@
515
515
 
516
516
  function setFeatureFlagForTest(name, value) {
517
517
  }
518
- /** version: 2.6.2 */
518
+ /** version: 2.7.0 */
519
519
 
520
520
  /* proxy-compat-disable */
521
521
 
@@ -5903,7 +5903,7 @@
5903
5903
  hooksAreSet = true;
5904
5904
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5905
5905
  }
5906
- /* version: 2.6.2 */
5906
+ /* version: 2.7.0 */
5907
5907
 
5908
5908
  /*
5909
5909
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6533,7 +6533,7 @@
6533
6533
  });
6534
6534
  freeze(LightningElement);
6535
6535
  seal(LightningElement.prototype);
6536
- /* version: 2.6.2 */
6536
+ /* version: 2.7.0 */
6537
6537
 
6538
6538
  exports.LightningElement = LightningElement;
6539
6539
  exports.__unstable__ProfilerControl = profilerControl;
@@ -339,7 +339,7 @@ function htmlPropertyToAttribute(propName) {
339
339
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
340
340
  return attributeName;
341
341
  }
342
- /** version: 2.6.2 */
342
+ /** version: 2.7.0 */
343
343
 
344
344
  /*
345
345
  * Copyright (c) 2020, salesforce.com, inc.
@@ -462,7 +462,7 @@ function setFeatureFlagForTest(name, value) {
462
462
  setFeatureFlag(name, value);
463
463
  }
464
464
  }
465
- /** version: 2.6.2 */
465
+ /** version: 2.7.0 */
466
466
 
467
467
  /* proxy-compat-disable */
468
468
 
@@ -7569,7 +7569,7 @@ function setHooks(hooks) {
7569
7569
  hooksAreSet = true;
7570
7570
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7571
7571
  }
7572
- /* version: 2.6.2 */
7572
+ /* version: 2.7.0 */
7573
7573
 
7574
7574
  /*
7575
7575
  * Copyright (c) 2020, salesforce.com, inc.
@@ -8065,7 +8065,7 @@ function renderComponent(tagName, Ctor, props = {}) {
8065
8065
 
8066
8066
  freeze(LightningElement);
8067
8067
  seal(LightningElement.prototype);
8068
- /* version: 2.6.2 */
8068
+ /* version: 2.7.0 */
8069
8069
 
8070
8070
  exports.LightningElement = LightningElement;
8071
8071
  exports.api = api$1;
@@ -335,7 +335,7 @@ function htmlPropertyToAttribute(propName) {
335
335
  CACHED_PROPERTY_ATTRIBUTE_MAPPING.set(propName, attributeName);
336
336
  return attributeName;
337
337
  }
338
- /** version: 2.6.2 */
338
+ /** version: 2.7.0 */
339
339
 
340
340
  /*
341
341
  * Copyright (c) 2020, salesforce.com, inc.
@@ -458,7 +458,7 @@ function setFeatureFlagForTest(name, value) {
458
458
  setFeatureFlag(name, value);
459
459
  }
460
460
  }
461
- /** version: 2.6.2 */
461
+ /** version: 2.7.0 */
462
462
 
463
463
  /* proxy-compat-disable */
464
464
 
@@ -7565,7 +7565,7 @@ function setHooks(hooks) {
7565
7565
  hooksAreSet = true;
7566
7566
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7567
7567
  }
7568
- /* version: 2.6.2 */
7568
+ /* version: 2.7.0 */
7569
7569
 
7570
7570
  /*
7571
7571
  * Copyright (c) 2020, salesforce.com, inc.
@@ -8061,6 +8061,6 @@ function renderComponent(tagName, Ctor, props = {}) {
8061
8061
 
8062
8062
  freeze(LightningElement);
8063
8063
  seal(LightningElement.prototype);
8064
- /* version: 2.6.2 */
8064
+ /* version: 2.7.0 */
8065
8065
 
8066
8066
  export { LightningElement, api$1 as api, createContextProvider, getComponentDef, isComponentConstructor, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
194
194
  // we can't use typeof since it will fail when transpiling.
195
195
 
196
196
  const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
197
- /** version: 2.6.2 */
197
+ /** version: 2.7.0 */
198
198
 
199
199
  /*
200
200
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1561,7 +1561,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1561
1561
  }
1562
1562
 
1563
1563
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1564
- /** version: 2.6.2 */
1564
+ /** version: 2.7.0 */
1565
1565
 
1566
1566
  /*
1567
1567
  * Copyright (c) 2018, salesforce.com, inc.
@@ -2195,6 +2195,12 @@ const SyntheticShadowRootDescriptors = {
2195
2195
  return `[object ShadowRoot]`;
2196
2196
  }
2197
2197
 
2198
+ },
2199
+ synthetic: {
2200
+ writable: false,
2201
+ enumerable: false,
2202
+ configurable: false,
2203
+ value: true
2198
2204
  }
2199
2205
  };
2200
2206
  const ShadowRootDescriptors = {
@@ -5722,4 +5728,4 @@ defineProperty(Element.prototype, '$domManual$', {
5722
5728
 
5723
5729
  configurable: true
5724
5730
  });
5725
- /** version: 2.6.2 */
5731
+ /** version: 2.7.0 */
@@ -197,7 +197,7 @@
197
197
  // we can't use typeof since it will fail when transpiling.
198
198
 
199
199
  const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
200
- /** version: 2.6.2 */
200
+ /** version: 2.7.0 */
201
201
 
202
202
  /*
203
203
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1564,7 +1564,7 @@
1564
1564
  }
1565
1565
 
1566
1566
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1567
- /** version: 2.6.2 */
1567
+ /** version: 2.7.0 */
1568
1568
 
1569
1569
  /*
1570
1570
  * Copyright (c) 2018, salesforce.com, inc.
@@ -2198,6 +2198,12 @@
2198
2198
  return `[object ShadowRoot]`;
2199
2199
  }
2200
2200
 
2201
+ },
2202
+ synthetic: {
2203
+ writable: false,
2204
+ enumerable: false,
2205
+ configurable: false,
2206
+ value: true
2201
2207
  }
2202
2208
  };
2203
2209
  const ShadowRootDescriptors = {
@@ -5725,6 +5731,6 @@
5725
5731
 
5726
5732
  configurable: true
5727
5733
  });
5728
- /** version: 2.6.2 */
5734
+ /** version: 2.7.0 */
5729
5735
 
5730
5736
  })();
@@ -1,4 +1,4 @@
1
- !function(){"use strict";const{assign:e,create:t,defineProperties:n,defineProperty:l,freeze:o,getOwnPropertyDescriptor:r,getOwnPropertyNames:i,getPrototypeOf:a,hasOwnProperty:c,isFrozen:u,keys:s,seal:h,setPrototypeOf:f}=Object,{filter:p,find:g,indexOf:m,join:d,map:b,push:E,reduce:y,reverse:w,slice:T,splice:v,unshift:N,forEach:L}=Array.prototype,{charCodeAt:M,replace:C,slice:S,toLowerCase:O}=String.prototype;function H(e){return void 0===e}function A(e){return null===e}function _(e){return!0===e}function R(e){return!1===e}function P(e){return"function"==typeof e}function D(e){return"object"==typeof e}const $=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}(),I="$shadowResolver$",B="$shadowToken$",k=Node,x=k.prototype,{DOCUMENT_POSITION_CONTAINED_BY:F,DOCUMENT_POSITION_CONTAINS:W,DOCUMENT_POSITION_PRECEDING:U,DOCUMENT_POSITION_FOLLOWING:j,ELEMENT_NODE:K,TEXT_NODE:G,CDATA_SECTION_NODE:q,PROCESSING_INSTRUCTION_NODE:X,COMMENT_NODE:Y,DOCUMENT_FRAGMENT_NODE:V}=k,{appendChild:z,cloneNode:J,compareDocumentPosition:Q,insertBefore:Z,removeChild:ee,replaceChild:te,hasChildNodes:ne}=x,{contains:le}=HTMLElement.prototype,oe=r(x,"firstChild").get,re=r(x,"lastChild").get,ie=r(x,"textContent").get,ae=r(x,"parentNode").get,ce=r(x,"ownerDocument").get,ue=c.call(x,"parentElement")?r(x,"parentElement").get:r(HTMLElement.prototype,"parentElement").get,se=r(x,"textContent").set,he=c.call(x,"childNodes")?r(x,"childNodes").get:r(HTMLElement.prototype,"childNodes").get,fe=c.call(x,"isConnected")?r(x,"isConnected").get:function(){const e=ce.call(this);return null===e||0!=(Q.call(e,this)&F)},{getAttribute:pe,getBoundingClientRect:ge,getElementsByTagName:me,getElementsByTagNameNS:de,hasAttribute:be,querySelector:Ee,querySelectorAll:ye,removeAttribute:we,setAttribute:Te}=Element.prototype,ve=c.call(Element.prototype,"attachShadow")?Element.prototype.attachShadow:()=>{throw new TypeError("attachShadow() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill and use Lightning Web Components")},Ne=r(Element.prototype,"childElementCount").get,Le=r(Element.prototype,"firstElementChild").get,Me=r(Element.prototype,"lastElementChild").get,Ce=r(HTMLElement.prototype,"innerText"),Se=Ce?Ce.get:null,Oe=Ce?Ce.set:null,He=r(HTMLElement.prototype,"outerText"),Ae=He?He.get:null,_e=He?He.set:null,Re=c.call(Element.prototype,"innerHTML")?r(Element.prototype,"innerHTML"):r(HTMLElement.prototype,"innerHTML"),Pe=Re.get,De=Re.set,$e=c.call(Element.prototype,"outerHTML")?r(Element.prototype,"outerHTML"):r(HTMLElement.prototype,"outerHTML"),Ie=$e.get,Be=$e.set,ke=r(Element.prototype,"tagName").get,xe=r(HTMLElement.prototype,"tabIndex"),Fe=xe.get,We=xe.set,Ue=c.call(Element.prototype,"matches")?Element.prototype.matches:Element.prototype.msMatchesSelector,je=c.call(Element.prototype,"children")?r(Element.prototype,"children").get:r(HTMLElement.prototype,"children").get,{getElementsByClassName:Ke}=HTMLElement.prototype,Ge=c.call(Element.prototype,"shadowRoot")?r(Element.prototype,"shadowRoot").get:()=>null;let qe,Xe;"undefined"!=typeof HTMLSlotElement?(qe=HTMLSlotElement.prototype.assignedNodes,Xe=HTMLSlotElement.prototype.assignedElements):(qe=()=>{throw new TypeError("assignedNodes() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill to start using <slot> elements in your Lightning Web Component's template")},Xe=()=>{throw new TypeError("assignedElements() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill to start using <slot> elements in your Lightning Web Component's template")});const Ye=r(Event.prototype,"target").get,Ve=r(Event.prototype,"currentTarget").get,ze=r(FocusEvent.prototype,"relatedTarget").get,Je=c.call(Event.prototype,"composedPath")?Event.prototype.composedPath:()=>[],Qe=r(Document.prototype,"activeElement").get,Ze=c.call(Document.prototype,"elementFromPoint")?Document.prototype.elementFromPoint:Document.prototype.msElementFromPoint,et=c.call(Document.prototype,"elementsFromPoint")?Document.prototype.elementsFromPoint:Document.prototype.msElementsFromPoint,tt=r(Document.prototype,"defaultView").get,{createComment:nt,querySelectorAll:lt,getElementById:ot,getElementsByClassName:rt,getElementsByTagName:it,getElementsByTagNameNS:at}=Document.prototype,{getElementsByName:ct}=HTMLDocument.prototype,{addEventListener:ut,removeEventListener:st,getComputedStyle:ht,getSelection:ft}=window,pt=MutationObserver,gt=pt.prototype.observe;let mt=null;"undefined"!=typeof ShadowRoot&&(mt=ShadowRoot);const dt=!A(mt),bt=A(mt)?()=>!1:e=>e instanceof mt;const{createElement:Et}=Document.prototype;function yt(e){const t=ce.call(e);return null===t?e:t}function wt(e){const t=yt(e),n=tt.call(t);if(null===n)throw new TypeError;return n}let Tt;function vt(e){if(H(Tt)){const t=yt(e);Tt=t.body&&"temporary-bypass"===pe.call(t.body,"data-global-patching-bypass")}return _(Tt)}function Nt(e){const t=e.length,n=[];if(t>0)for(let l=0;l<t;l++)n[l]=e[l];return n}"undefined"==typeof HTMLSlotElement&&function(){class e{}f(e,HTMLElement.constructor),f(e.prototype,HTMLElement.prototype),Window.prototype.HTMLSlotElement=e,l(Document.prototype,"createElement",{value:function(t,n){const l=Et.apply(this,T.call(arguments));return 4===t.length&&115===M.call(t,0)&&108===M.call(t,1)&&111===M.call(t,2)&&116===M.call(t,3)&&f(l,e.prototype),l}})}();const Lt="undefined"!=typeof EventTarget?EventTarget.prototype:k.prototype,{addEventListener:Mt,dispatchEvent:Ct,removeEventListener:St}=Lt,Ot=new WeakMap,Ht=new WeakMap;function At(e,t,n){if(t===n)return!0;let l=Ht.get(e);return H(l)&&(l=e.composedPath(),Ht.set(e,l)),l.includes(n)}function _t(e){if(!function(e){return P(e)||D(e)&&!A(e)&&P(e.handleEvent)}(e))return e;let t=Ot.get(e);return H(t)&&(t=function(t){const n=Ve.call(t);if(At(t,$t(t),n))return P(e)?e.call(this,t):e.handleEvent&&e.handleEvent(t)},Ot.set(e,t)),t}const Rt=new WeakMap,Pt=new WeakMap;function Dt(e){let n=Pt.get(e);return H(n)&&(n=t(null),Pt.set(e,n)),n}function $t(e){var t;return null!==(t=rl.get(e))&&void 0!==t?t:Ye.call(e)}const It=new WeakMap;function Bt(e){if(!P(e))throw new TypeError;let t=It.get(e);return H(t)&&(t=function(t){let n=Ve.call(t);bt(n)||(n=Qn(n));At(t,$t(t),n)&&e.call(n,t)},t.placement=1,It.set(e,t)),t}const kt=new WeakMap;function xt(e){if(!P(e))throw new TypeError;let t=kt.get(e);return H(t)&&(t=function(t){const n=Ve.call(t);At(t,$t(t),n)&&e.call(n,t)},t.placement=0,kt.set(e,t)),t}function Ft(e){let t=!1,n=!1;const{type:o,stopImmediatePropagation:r,stopPropagation:i}=e,a=Dt(Ve.call(e))[o];l(e,"stopImmediatePropagation",{value(){t=!0,r.call(e)},writable:!0,enumerable:!0,configurable:!0}),l(e,"stopPropagation",{value(){n=!0,i.call(e)},writable:!0,enumerable:!0,configurable:!0});const c=T.call(a);function u(n){L.call(c,(l=>{R(t)&&l.placement===n&&-1!==m.call(a,l)&&l.call(void 0,e)}))}Rt.set(e,1),u(1),R(t)&&R(n)&&(Rt.set(e,0),u(0)),Rt.set(e,2)}function Wt(e,t,n){const l=Dt(e);let o=l[t];H(o)&&(o=l[t]=[]),-1===m.call(o,n)&&(0===o.length&&Mt.call(e,t,Ft),E.call(o,n))}function Ut(e,t,n){let l,o;H(o=Dt(e)[t])||-1===(l=m.call(o,n))||(v.call(o,l,1),0===o.length&&St.call(e,t,Ft))}function jt(e,t,n){if(P(t)){Wt(this,e,xt(t))}}function Kt(e,t,n){if(P(t)){Ut(this,e,xt(t))}}const Gt="$$HostElementKey$$",qt="$$ShadowedNodeKey$$";function Xt(e,t,n){const l=e;{const{value:e}=n;l[t]=e}}function Yt(e){return e[Gt]}function Vt(e){let t,n=e;for(;!A(n);){if(t=Yt(n),!H(t))return t;n=ae.call(n)}}function zt(e){return e[qt]}function Jt(e){return!H(Yt(e))}function Qt(e){let t=ue.call(e);for(;!A(t)&&nn(t);)e=t,t=ue.call(e);return e}function Zt(e,t){const n=zt(e);let l=t instanceof Element?t:ue.call(t);for(;!A(l)&&l!==e;){const t=Vt(l),o=ue.call(l);if(t===n)return nn(l);if(o===e)return!1;if(A(o)||Vt(o)===t)l=o;else{if(!nn(o))return!1;if(l=en(Qt(o)),!A(l)){if(l===e)return!0;if(Vt(l)===n)return!0}}}return!1}function en(e){if(!(e instanceof k))return null;const t=Vt(e);if(H(t))return null;let n=e;for(;!A(n)&&zt(n)!==t;)n=ae.call(n);return A(n)?null:n}function tn(e){return nn(e)&&Jt(e)}function nn(e){return e instanceof HTMLSlotElement}function ln(e,t){const n=Vt(t);return H(n)||zt(e)===n}function on(e){const t=Jn(e);return cn(t,Nt(he.call(t)))}function rn(e,t){const n=[];for(let l=0,o=t.length;l<o;l+=1){const o=t[l];!ln(e,o)&&Zt(e,o)&&E.call(n,o)}return n}function an(e,t){for(let n=0,l=t.length;n<l;n+=1){const l=t[n];if(!ln(e,l)&&Zt(e,l))return l}return null}function cn(e,t){const n=[];for(let l=0,o=t.length;l<o;l+=1){const o=t[l];ln(e,o)&&E.call(n,o)}return n}function un(e,t){for(let n=0,l=t.length;n<l;n+=1)if(ln(e,t[n]))return t[n];return null}function sn(e){if(!Zn(e)&&!nn(e)){return Nt(he.call(e))}if(Zn(e)){const t=Nt(ye.call(e,"slot")),n=Yn(Qn(e));return y.call(t,((e,t)=>(n===Yn(t)&&E.apply(e,hn(t)),e)),[])}{const t=Nt(he.call(e)),n=Yn(e);return p.call(t,(e=>n===Yn(e)))}}function hn(e){const t=en(e);if(A(t))return[];const n=Nt(he.call(e));return p.call(n,(e=>!Jt(e)||!ln(t,e)))}function fn(e){if(e.nodeType===K){const t=sn(e);let n="";for(let e=0,l=t.length;e<l;e+=1){const l=t[e];l.nodeType!==Y&&(n+=fn(l))}return n}return e.nodeValue}const pn=new WeakMap;function gn(){throw new TypeError("Illegal constructor")}function mn(e){const n=t(gn.prototype);return pn.set(n,e),L.call(e,((e,t)=>{l(n,t,{value:e,enumerable:!0,configurable:!0})})),n}gn.prototype=t(NodeList.prototype,{constructor:{writable:!0,configurable:!0,value:gn},item:{writable:!0,enumerable:!0,configurable:!0,value(e){return this[e]}},length:{enumerable:!0,configurable:!0,get(){return pn.get(this).length}},forEach:{writable:!0,enumerable:!0,configurable:!0,value(e,t){L.call(pn.get(this),e,t)}},entries:{writable:!0,enumerable:!0,configurable:!0,value(){return b.call(pn.get(this),((e,t)=>[t,e]))}},keys:{writable:!0,enumerable:!0,configurable:!0,value(){return b.call(pn.get(this),((e,t)=>t))}},values:{writable:!0,enumerable:!0,configurable:!0,value(){return pn.get(this)}},[Symbol.iterator]:{writable:!0,configurable:!0,value(){let e=0;return{next:()=>{const t=pn.get(this);return e<t.length?{value:t[e++],done:!1}:{done:!0}}}}},[Symbol.toStringTag]:{configurable:!0,get:()=>"NodeList"},toString:{writable:!0,configurable:!0,value:()=>"[object NodeList]"}}),f(gn,NodeList);const dn=new WeakMap;function bn(){throw new TypeError("Illegal constructor")}function En(e){const n=t(bn.prototype);return dn.set(n,e),L.call(e,((e,t)=>{l(n,t,{value:e,enumerable:!0,configurable:!0})})),n}bn.prototype=t(HTMLCollection.prototype,{constructor:{writable:!0,configurable:!0,value:bn},item:{writable:!0,enumerable:!0,configurable:!0,value(e){return this[e]}},length:{enumerable:!0,configurable:!0,get(){return dn.get(this).length}},namedItem:{writable:!0,enumerable:!0,configurable:!0,value(e){if(""===e)return null;const t=dn.get(this);for(let n=0,l=t.length;n<l;n++){const n=t[l];if(e===pe.call(n,"id")||e===pe.call(n,"name"))return n}return null}},[Symbol.toStringTag]:{configurable:!0,get:()=>"HTMLCollection"},toString:{writable:!0,configurable:!0,value:()=>"[object HTMLCollection]"}}),f(bn,HTMLCollection);const yn=/[&\u00A0"]/g,wn=/[&\u00A0<>]/g,{replace:Tn,toLowerCase:vn}=String.prototype;function Nn(e){switch(e){case"&":return"&amp;";case"<":return"&lt;";case">":return"&gt;";case'"':return"&quot;";case" ":return"&nbsp;";default:return""}}function Ln(e){return Tn.call(e,yn,Nn)}const Mn=new Set(["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"]),Cn=new Set(["STYLE","SCRIPT","XMP","IFRAME","NOEMBED","NOFRAMES","PLAINTEXT","NOSCRIPT"]);function Sn(e){switch(e.nodeType){case K:{const{attributes:t}=e,n=ke.call(e);let l="<"+vn.call(n);for(let e,n=0;e=t[n];n++)l+=" "+e.name+'="'+Ln(e.value)+'"';return l+=">",Mn.has(n)?l:l+function(e){let t="";const n=sn(e);for(let e=0,l=n.length;e<l;e+=1)t+=Sn(n[e]);return t}(e)+"</"+vn.call(n)+">"}case G:{const{data:n,parentNode:l}=e;return l instanceof Element&&Cn.has(ke.call(l))?n:(t=n,Tn.call(t,wn,Nn))}case q:return`<!CDATA[[${e.data}]]>`;case X:return`<?${e.target} ${e.data}?>`;case Y:return`\x3c!--${e.data}--\x3e`;default:return""}var t}$.lwcRuntimeFlags||Object.defineProperty($,"lwcRuntimeFlags",{value:t(null)});const On=$.lwcRuntimeFlags;function Hn(e){return tn(e)||Zn(e)}function An(e,t){const n=en(e);if(t===n)return Qn(n);if(t instanceof Element){if(Vt(e)===Vt(t))return t;if(!A(n)&&nn(t)){const e=en(t);if(!A(e)&&ln(n,e))return e}}return null}function _n(){return jn(this).length>0}function Rn(){return jn(this)[0]||null}function Pn(){const e=jn(this);return e[e.length-1]||null}function Dn(){return fn(this)}function $n(){const e=ae.call(this);return A(e)?e:An(this,e)}function In(){const e=ae.call(this);if(A(e))return null;const t=An(this,e);return t instanceof Element?t:null}function Bn(e){return this.getRootNode()===e?10:Yt(this)!==Yt(e)?35:Q.call(this,e)}function kn(e){return null!=e&&Yt(this)===Yt(e)&&0!=(Q.call(this,e)&F)}function xn(e){const t=J.call(this,!1);if(!e)return t;const n=jn(this);for(let e=0,l=n.length;e<l;e+=1)t.appendChild(n[e].cloneNode(!0));return t}function Fn(){if(Zn(this)){const e=en(this);return mn(A(e)?[]:cn(e,sn(this)))}return he.call(this)}const Wn=k.prototype.getRootNode,Un=H(Wn)?function(){let e,t=this;for(;!A(e=ae.call(t));)t=e;return t}:Wn;n(k.prototype,{firstChild:{get(){return Hn(this)?Rn.call(this):oe.call(this)},enumerable:!0,configurable:!0},lastChild:{get(){return Hn(this)?Pn.call(this):re.call(this)},enumerable:!0,configurable:!0},textContent:{get(){return On.ENABLE_NODE_PATCH?vt(this)?ie.call(this):Dn.call(this):Jt(this)||Zn(this)?Dn.call(this):ie.call(this)},set:function(e){se.call(this,e)},enumerable:!0,configurable:!0},parentNode:{get(){if(Jt(this))return $n.call(this);const e=ae.call(this);return!A(e)&&tn(e)?en(e):e},enumerable:!0,configurable:!0},parentElement:{get(){if(Jt(this))return In.call(this);const e=ue.call(this);return!A(e)&&tn(e)?en(e):e},enumerable:!0,configurable:!0},childNodes:{get(){return Hn(this)?Fn.call(this):he.call(this)},enumerable:!0,configurable:!0},hasChildNodes:{value(){return Hn(this)?_n.call(this):ne.call(this)},enumerable:!0,writable:!0,configurable:!0},compareDocumentPosition:{value(e){return vt(this)?Q.call(this,e):Bn.call(this,e)},enumerable:!0,writable:!0,configurable:!0},contains:{value(e){return this===e||(On.ENABLE_NODE_PATCH?vt(this)?le.call(this,e):kn.call(this,e):null!=e&&(Jt(this)||Zn(this)?kn.call(this,e):le.call(this,e)))},enumerable:!0,writable:!0,configurable:!0},cloneNode:{value(e){return On.ENABLE_NODE_PATCH?_(e)?vt(this)?J.call(this,e):xn.call(this,e):J.call(this,e):Jt(this)||Zn(this)?xn.call(this,e):J.call(this,e)},enumerable:!0,writable:!0,configurable:!0},getRootNode:{value:function(e){return _(!H(e)&&!!e.composed)?Un.call(this,e):function(e){const t=en(e);return A(t)?Un.call(e):Qn(t)}(this)},enumerable:!0,configurable:!0,writable:!0},isConnected:{enumerable:!0,configurable:!0,get(){return fe.call(this)}}});const jn=function(e){return e.childNodes};function Kn(e,t,n,l){const o=et.call(t,n,l),r=[],i=function(e){var t;const n=[];let l=e.getRootNode();for(;!H(l);)n.push(l),l=null===(t=l.host)||void 0===t?void 0:t.getRootNode();return n}(e);if(!A(o))for(let e=0;e<o.length;e++){const t=o[e];-1===i.indexOf(t.getRootNode())||tn(t)||r.push(t)}return r}c.call(HTMLElement.prototype,"contains")&&l(HTMLElement.prototype,"contains",r(k.prototype,"contains")),c.call(HTMLElement.prototype,"parentElement")&&l(HTMLElement.prototype,"parentElement",r(k.prototype,"parentElement"));const Gn=new WeakMap,{createDocumentFragment:qn}=document;function Xn(e){const t=Gn.get(e);if(H(t))throw new TypeError;return t}function Yn(e){return e.$shadowResolver$}function Vn(e,t){e.$shadowResolver$=t}function zn(e){return Xn(e).delegatesFocus}function Jn(e){return Xn(e).host}function Qn(e){return Xn(e).shadowRoot}function Zn(e){const t=Gn.get(e);return!H(t)&&e===t.host}function el(e){const t=Gn.get(e);return!H(t)&&e===t.shadowRoot}l(k.prototype,I,{set(e){var t,n;H(e)||(this.$$ShadowResolverKey$$=e,t=this,n=e.nodeKey,Xt(t,Gt,{value:n,configurable:!0}))},get(){return this.$$ShadowResolverKey$$},configurable:!0,enumerable:!0}),l($,"$isNativeShadowRootDefined$",{value:dt});let tl=0;function nl(e,t){if(Gn.has(e))throw new Error("Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.");const{mode:n,delegatesFocus:l}=t,o=yt(e),r=qn.call(o),i={mode:n,delegatesFocus:!!l,host:e,shadowRoot:r};Gn.set(r,i),Gn.set(e,i);const a=()=>r,c=a.nodeKey=tl++;return Xt(e,qt,{value:c}),Vn(r,a),f(r,al.prototype),r}const ll={constructor:{writable:!0,configurable:!0,value:al},toString:{writable:!0,configurable:!0,value:()=>"[object ShadowRoot]"}},ol={activeElement:{enumerable:!0,configurable:!0,get(){const e=Jn(this),t=yt(e),n=Qe.call(t);if(A(n))return n;if(0==(Q.call(e,n)&F))return null;let l=n;for(;!ln(e,l);)l=ue.call(l);return nn(l)?null:l}},delegatesFocus:{configurable:!0,get(){return Xn(this).delegatesFocus}},elementFromPoint:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return sl(this,yt(Jn(this)),e,t)}},elementsFromPoint:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return Kn(this,yt(Jn(this)),e,t)}},getSelection:{writable:!0,enumerable:!0,configurable:!0,value(){throw new Error('Disallowed method "getSelection" on ShadowRoot.')}},host:{enumerable:!0,configurable:!0,get(){return Jn(this)}},mode:{configurable:!0,get(){return Xn(this).mode}},styleSheets:{enumerable:!0,configurable:!0,get(){throw new Error}}},rl=new WeakMap,il={insertBefore:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return Z.call(Jn(this),e,t),e}},removeChild:{writable:!0,enumerable:!0,configurable:!0,value(e){return ee.call(Jn(this),e),e}},appendChild:{writable:!0,enumerable:!0,configurable:!0,value(e){return z.call(Jn(this),e),e}},replaceChild:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return te.call(Jn(this),e,t),t}},addEventListener:{writable:!0,enumerable:!0,configurable:!0,value(e,t,n){!function(e,t,n,l){P(n)&&Wt(Jn(e),t,Bt(n))}(this,e,t)}},dispatchEvent:{writable:!0,enumerable:!0,configurable:!0,value(e){return rl.set(e,this),Ct.apply(Jn(this),arguments)}},removeEventListener:{writable:!0,enumerable:!0,configurable:!0,value(e,t,n){!function(e,t,n,l){P(n)&&Ut(Jn(e),t,Bt(n))}(this,e,t)}},baseURI:{enumerable:!0,configurable:!0,get(){return Jn(this).baseURI}},childNodes:{enumerable:!0,configurable:!0,get(){return mn(on(this))}},cloneNode:{writable:!0,enumerable:!0,configurable:!0,value(){throw new Error('Disallowed method "cloneNode" on ShadowRoot.')}},compareDocumentPosition:{writable:!0,enumerable:!0,configurable:!0,value(e){const t=Jn(this);return this===e?0:this.contains(e)?20:Q.call(t,e)&F?37:35}},contains:{writable:!0,enumerable:!0,configurable:!0,value(e){if(this===e)return!0;const t=Jn(this);return 0!=(Q.call(t,e)&F)&&ln(t,e)}},firstChild:{enumerable:!0,configurable:!0,get(){return jn(this)[0]||null}},lastChild:{enumerable:!0,configurable:!0,get(){const e=jn(this);return e[e.length-1]||null}},hasChildNodes:{writable:!0,enumerable:!0,configurable:!0,value(){return jn(this).length>0}},isConnected:{enumerable:!0,configurable:!0,get(){return fe.call(Jn(this))}},nextSibling:{enumerable:!0,configurable:!0,get:()=>null},previousSibling:{enumerable:!0,configurable:!0,get:()=>null},nodeName:{enumerable:!0,configurable:!0,get:()=>"#document-fragment"},nodeType:{enumerable:!0,configurable:!0,get:()=>11},nodeValue:{enumerable:!0,configurable:!0,get:()=>null},ownerDocument:{enumerable:!0,configurable:!0,get(){return Jn(this).ownerDocument}},parentElement:{enumerable:!0,configurable:!0,get:()=>null},parentNode:{enumerable:!0,configurable:!0,get:()=>null},textContent:{enumerable:!0,configurable:!0,get(){const e=jn(this);let t="";for(let n=0,l=e.length;n<l;n+=1){const l=e[n];l.nodeType!==Y&&(t+=fn(l))}return t},set(e){const t=Jn(this);se.call(t,e)}},getRootNode:{writable:!0,enumerable:!0,configurable:!0,value(e){return!H(e)&&_(e.composed)?Jn(this).getRootNode(e):this}}};function al(){throw new TypeError("Illegal constructor")}function cl(e,t){const n=[];let l;if(e instanceof Window)l=e;else{if(!(e instanceof k))return n;l=e.getRootNode()}let o,r=e;for(;!A(r);)if(n.push(r),r instanceof Element||r instanceof Text){const e=r.assignedSlot;r=A(e)?r.parentNode:e}else r=!el(r)&&!bt(r)||!t&&r===l?r instanceof k?r.parentNode:null:r.host;return o=e instanceof Window?e.document:yt(e),n[n.length-1]===o&&n.push(window),n}
1
+ !function(){"use strict";const{assign:e,create:t,defineProperties:n,defineProperty:l,freeze:o,getOwnPropertyDescriptor:r,getOwnPropertyNames:i,getPrototypeOf:a,hasOwnProperty:c,isFrozen:u,keys:s,seal:h,setPrototypeOf:f}=Object,{filter:p,find:g,indexOf:m,join:d,map:b,push:E,reduce:y,reverse:w,slice:T,splice:v,unshift:N,forEach:L}=Array.prototype,{charCodeAt:M,replace:C,slice:S,toLowerCase:O}=String.prototype;function H(e){return void 0===e}function A(e){return null===e}function _(e){return!0===e}function R(e){return!1===e}function P(e){return"function"==typeof e}function D(e){return"object"==typeof e}const $=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}(),I="$shadowResolver$",B="$shadowToken$",k=Node,x=k.prototype,{DOCUMENT_POSITION_CONTAINED_BY:F,DOCUMENT_POSITION_CONTAINS:W,DOCUMENT_POSITION_PRECEDING:U,DOCUMENT_POSITION_FOLLOWING:j,ELEMENT_NODE:K,TEXT_NODE:G,CDATA_SECTION_NODE:q,PROCESSING_INSTRUCTION_NODE:X,COMMENT_NODE:Y,DOCUMENT_FRAGMENT_NODE:V}=k,{appendChild:z,cloneNode:J,compareDocumentPosition:Q,insertBefore:Z,removeChild:ee,replaceChild:te,hasChildNodes:ne}=x,{contains:le}=HTMLElement.prototype,oe=r(x,"firstChild").get,re=r(x,"lastChild").get,ie=r(x,"textContent").get,ae=r(x,"parentNode").get,ce=r(x,"ownerDocument").get,ue=c.call(x,"parentElement")?r(x,"parentElement").get:r(HTMLElement.prototype,"parentElement").get,se=r(x,"textContent").set,he=c.call(x,"childNodes")?r(x,"childNodes").get:r(HTMLElement.prototype,"childNodes").get,fe=c.call(x,"isConnected")?r(x,"isConnected").get:function(){const e=ce.call(this);return null===e||0!=(Q.call(e,this)&F)},{getAttribute:pe,getBoundingClientRect:ge,getElementsByTagName:me,getElementsByTagNameNS:de,hasAttribute:be,querySelector:Ee,querySelectorAll:ye,removeAttribute:we,setAttribute:Te}=Element.prototype,ve=c.call(Element.prototype,"attachShadow")?Element.prototype.attachShadow:()=>{throw new TypeError("attachShadow() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill and use Lightning Web Components")},Ne=r(Element.prototype,"childElementCount").get,Le=r(Element.prototype,"firstElementChild").get,Me=r(Element.prototype,"lastElementChild").get,Ce=r(HTMLElement.prototype,"innerText"),Se=Ce?Ce.get:null,Oe=Ce?Ce.set:null,He=r(HTMLElement.prototype,"outerText"),Ae=He?He.get:null,_e=He?He.set:null,Re=c.call(Element.prototype,"innerHTML")?r(Element.prototype,"innerHTML"):r(HTMLElement.prototype,"innerHTML"),Pe=Re.get,De=Re.set,$e=c.call(Element.prototype,"outerHTML")?r(Element.prototype,"outerHTML"):r(HTMLElement.prototype,"outerHTML"),Ie=$e.get,Be=$e.set,ke=r(Element.prototype,"tagName").get,xe=r(HTMLElement.prototype,"tabIndex"),Fe=xe.get,We=xe.set,Ue=c.call(Element.prototype,"matches")?Element.prototype.matches:Element.prototype.msMatchesSelector,je=c.call(Element.prototype,"children")?r(Element.prototype,"children").get:r(HTMLElement.prototype,"children").get,{getElementsByClassName:Ke}=HTMLElement.prototype,Ge=c.call(Element.prototype,"shadowRoot")?r(Element.prototype,"shadowRoot").get:()=>null;let qe,Xe;"undefined"!=typeof HTMLSlotElement?(qe=HTMLSlotElement.prototype.assignedNodes,Xe=HTMLSlotElement.prototype.assignedElements):(qe=()=>{throw new TypeError("assignedNodes() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill to start using <slot> elements in your Lightning Web Component's template")},Xe=()=>{throw new TypeError("assignedElements() is not supported in current browser. Load the @lwc/synthetic-shadow polyfill to start using <slot> elements in your Lightning Web Component's template")});const Ye=r(Event.prototype,"target").get,Ve=r(Event.prototype,"currentTarget").get,ze=r(FocusEvent.prototype,"relatedTarget").get,Je=c.call(Event.prototype,"composedPath")?Event.prototype.composedPath:()=>[],Qe=r(Document.prototype,"activeElement").get,Ze=c.call(Document.prototype,"elementFromPoint")?Document.prototype.elementFromPoint:Document.prototype.msElementFromPoint,et=c.call(Document.prototype,"elementsFromPoint")?Document.prototype.elementsFromPoint:Document.prototype.msElementsFromPoint,tt=r(Document.prototype,"defaultView").get,{createComment:nt,querySelectorAll:lt,getElementById:ot,getElementsByClassName:rt,getElementsByTagName:it,getElementsByTagNameNS:at}=Document.prototype,{getElementsByName:ct}=HTMLDocument.prototype,{addEventListener:ut,removeEventListener:st,getComputedStyle:ht,getSelection:ft}=window,pt=MutationObserver,gt=pt.prototype.observe;let mt=null;"undefined"!=typeof ShadowRoot&&(mt=ShadowRoot);const dt=!A(mt),bt=A(mt)?()=>!1:e=>e instanceof mt;const{createElement:Et}=Document.prototype;function yt(e){const t=ce.call(e);return null===t?e:t}function wt(e){const t=yt(e),n=tt.call(t);if(null===n)throw new TypeError;return n}let Tt;function vt(e){if(H(Tt)){const t=yt(e);Tt=t.body&&"temporary-bypass"===pe.call(t.body,"data-global-patching-bypass")}return _(Tt)}function Nt(e){const t=e.length,n=[];if(t>0)for(let l=0;l<t;l++)n[l]=e[l];return n}"undefined"==typeof HTMLSlotElement&&function(){class e{}f(e,HTMLElement.constructor),f(e.prototype,HTMLElement.prototype),Window.prototype.HTMLSlotElement=e,l(Document.prototype,"createElement",{value:function(t,n){const l=Et.apply(this,T.call(arguments));return 4===t.length&&115===M.call(t,0)&&108===M.call(t,1)&&111===M.call(t,2)&&116===M.call(t,3)&&f(l,e.prototype),l}})}();const Lt="undefined"!=typeof EventTarget?EventTarget.prototype:k.prototype,{addEventListener:Mt,dispatchEvent:Ct,removeEventListener:St}=Lt,Ot=new WeakMap,Ht=new WeakMap;function At(e,t,n){if(t===n)return!0;let l=Ht.get(e);return H(l)&&(l=e.composedPath(),Ht.set(e,l)),l.includes(n)}function _t(e){if(!function(e){return P(e)||D(e)&&!A(e)&&P(e.handleEvent)}(e))return e;let t=Ot.get(e);return H(t)&&(t=function(t){const n=Ve.call(t);if(At(t,$t(t),n))return P(e)?e.call(this,t):e.handleEvent&&e.handleEvent(t)},Ot.set(e,t)),t}const Rt=new WeakMap,Pt=new WeakMap;function Dt(e){let n=Pt.get(e);return H(n)&&(n=t(null),Pt.set(e,n)),n}function $t(e){var t;return null!==(t=rl.get(e))&&void 0!==t?t:Ye.call(e)}const It=new WeakMap;function Bt(e){if(!P(e))throw new TypeError;let t=It.get(e);return H(t)&&(t=function(t){let n=Ve.call(t);bt(n)||(n=Qn(n));At(t,$t(t),n)&&e.call(n,t)},t.placement=1,It.set(e,t)),t}const kt=new WeakMap;function xt(e){if(!P(e))throw new TypeError;let t=kt.get(e);return H(t)&&(t=function(t){const n=Ve.call(t);At(t,$t(t),n)&&e.call(n,t)},t.placement=0,kt.set(e,t)),t}function Ft(e){let t=!1,n=!1;const{type:o,stopImmediatePropagation:r,stopPropagation:i}=e,a=Dt(Ve.call(e))[o];l(e,"stopImmediatePropagation",{value(){t=!0,r.call(e)},writable:!0,enumerable:!0,configurable:!0}),l(e,"stopPropagation",{value(){n=!0,i.call(e)},writable:!0,enumerable:!0,configurable:!0});const c=T.call(a);function u(n){L.call(c,(l=>{R(t)&&l.placement===n&&-1!==m.call(a,l)&&l.call(void 0,e)}))}Rt.set(e,1),u(1),R(t)&&R(n)&&(Rt.set(e,0),u(0)),Rt.set(e,2)}function Wt(e,t,n){const l=Dt(e);let o=l[t];H(o)&&(o=l[t]=[]),-1===m.call(o,n)&&(0===o.length&&Mt.call(e,t,Ft),E.call(o,n))}function Ut(e,t,n){let l,o;H(o=Dt(e)[t])||-1===(l=m.call(o,n))||(v.call(o,l,1),0===o.length&&St.call(e,t,Ft))}function jt(e,t,n){if(P(t)){Wt(this,e,xt(t))}}function Kt(e,t,n){if(P(t)){Ut(this,e,xt(t))}}const Gt="$$HostElementKey$$",qt="$$ShadowedNodeKey$$";function Xt(e,t,n){const l=e;{const{value:e}=n;l[t]=e}}function Yt(e){return e[Gt]}function Vt(e){let t,n=e;for(;!A(n);){if(t=Yt(n),!H(t))return t;n=ae.call(n)}}function zt(e){return e[qt]}function Jt(e){return!H(Yt(e))}function Qt(e){let t=ue.call(e);for(;!A(t)&&nn(t);)e=t,t=ue.call(e);return e}function Zt(e,t){const n=zt(e);let l=t instanceof Element?t:ue.call(t);for(;!A(l)&&l!==e;){const t=Vt(l),o=ue.call(l);if(t===n)return nn(l);if(o===e)return!1;if(A(o)||Vt(o)===t)l=o;else{if(!nn(o))return!1;if(l=en(Qt(o)),!A(l)){if(l===e)return!0;if(Vt(l)===n)return!0}}}return!1}function en(e){if(!(e instanceof k))return null;const t=Vt(e);if(H(t))return null;let n=e;for(;!A(n)&&zt(n)!==t;)n=ae.call(n);return A(n)?null:n}function tn(e){return nn(e)&&Jt(e)}function nn(e){return e instanceof HTMLSlotElement}function ln(e,t){const n=Vt(t);return H(n)||zt(e)===n}function on(e){const t=Jn(e);return cn(t,Nt(he.call(t)))}function rn(e,t){const n=[];for(let l=0,o=t.length;l<o;l+=1){const o=t[l];!ln(e,o)&&Zt(e,o)&&E.call(n,o)}return n}function an(e,t){for(let n=0,l=t.length;n<l;n+=1){const l=t[n];if(!ln(e,l)&&Zt(e,l))return l}return null}function cn(e,t){const n=[];for(let l=0,o=t.length;l<o;l+=1){const o=t[l];ln(e,o)&&E.call(n,o)}return n}function un(e,t){for(let n=0,l=t.length;n<l;n+=1)if(ln(e,t[n]))return t[n];return null}function sn(e){if(!Zn(e)&&!nn(e)){return Nt(he.call(e))}if(Zn(e)){const t=Nt(ye.call(e,"slot")),n=Yn(Qn(e));return y.call(t,((e,t)=>(n===Yn(t)&&E.apply(e,hn(t)),e)),[])}{const t=Nt(he.call(e)),n=Yn(e);return p.call(t,(e=>n===Yn(e)))}}function hn(e){const t=en(e);if(A(t))return[];const n=Nt(he.call(e));return p.call(n,(e=>!Jt(e)||!ln(t,e)))}function fn(e){if(e.nodeType===K){const t=sn(e);let n="";for(let e=0,l=t.length;e<l;e+=1){const l=t[e];l.nodeType!==Y&&(n+=fn(l))}return n}return e.nodeValue}const pn=new WeakMap;function gn(){throw new TypeError("Illegal constructor")}function mn(e){const n=t(gn.prototype);return pn.set(n,e),L.call(e,((e,t)=>{l(n,t,{value:e,enumerable:!0,configurable:!0})})),n}gn.prototype=t(NodeList.prototype,{constructor:{writable:!0,configurable:!0,value:gn},item:{writable:!0,enumerable:!0,configurable:!0,value(e){return this[e]}},length:{enumerable:!0,configurable:!0,get(){return pn.get(this).length}},forEach:{writable:!0,enumerable:!0,configurable:!0,value(e,t){L.call(pn.get(this),e,t)}},entries:{writable:!0,enumerable:!0,configurable:!0,value(){return b.call(pn.get(this),((e,t)=>[t,e]))}},keys:{writable:!0,enumerable:!0,configurable:!0,value(){return b.call(pn.get(this),((e,t)=>t))}},values:{writable:!0,enumerable:!0,configurable:!0,value(){return pn.get(this)}},[Symbol.iterator]:{writable:!0,configurable:!0,value(){let e=0;return{next:()=>{const t=pn.get(this);return e<t.length?{value:t[e++],done:!1}:{done:!0}}}}},[Symbol.toStringTag]:{configurable:!0,get:()=>"NodeList"},toString:{writable:!0,configurable:!0,value:()=>"[object NodeList]"}}),f(gn,NodeList);const dn=new WeakMap;function bn(){throw new TypeError("Illegal constructor")}function En(e){const n=t(bn.prototype);return dn.set(n,e),L.call(e,((e,t)=>{l(n,t,{value:e,enumerable:!0,configurable:!0})})),n}bn.prototype=t(HTMLCollection.prototype,{constructor:{writable:!0,configurable:!0,value:bn},item:{writable:!0,enumerable:!0,configurable:!0,value(e){return this[e]}},length:{enumerable:!0,configurable:!0,get(){return dn.get(this).length}},namedItem:{writable:!0,enumerable:!0,configurable:!0,value(e){if(""===e)return null;const t=dn.get(this);for(let n=0,l=t.length;n<l;n++){const n=t[l];if(e===pe.call(n,"id")||e===pe.call(n,"name"))return n}return null}},[Symbol.toStringTag]:{configurable:!0,get:()=>"HTMLCollection"},toString:{writable:!0,configurable:!0,value:()=>"[object HTMLCollection]"}}),f(bn,HTMLCollection);const yn=/[&\u00A0"]/g,wn=/[&\u00A0<>]/g,{replace:Tn,toLowerCase:vn}=String.prototype;function Nn(e){switch(e){case"&":return"&amp;";case"<":return"&lt;";case">":return"&gt;";case'"':return"&quot;";case" ":return"&nbsp;";default:return""}}function Ln(e){return Tn.call(e,yn,Nn)}const Mn=new Set(["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"]),Cn=new Set(["STYLE","SCRIPT","XMP","IFRAME","NOEMBED","NOFRAMES","PLAINTEXT","NOSCRIPT"]);function Sn(e){switch(e.nodeType){case K:{const{attributes:t}=e,n=ke.call(e);let l="<"+vn.call(n);for(let e,n=0;e=t[n];n++)l+=" "+e.name+'="'+Ln(e.value)+'"';return l+=">",Mn.has(n)?l:l+function(e){let t="";const n=sn(e);for(let e=0,l=n.length;e<l;e+=1)t+=Sn(n[e]);return t}(e)+"</"+vn.call(n)+">"}case G:{const{data:n,parentNode:l}=e;return l instanceof Element&&Cn.has(ke.call(l))?n:(t=n,Tn.call(t,wn,Nn))}case q:return`<!CDATA[[${e.data}]]>`;case X:return`<?${e.target} ${e.data}?>`;case Y:return`\x3c!--${e.data}--\x3e`;default:return""}var t}$.lwcRuntimeFlags||Object.defineProperty($,"lwcRuntimeFlags",{value:t(null)});const On=$.lwcRuntimeFlags;function Hn(e){return tn(e)||Zn(e)}function An(e,t){const n=en(e);if(t===n)return Qn(n);if(t instanceof Element){if(Vt(e)===Vt(t))return t;if(!A(n)&&nn(t)){const e=en(t);if(!A(e)&&ln(n,e))return e}}return null}function _n(){return jn(this).length>0}function Rn(){return jn(this)[0]||null}function Pn(){const e=jn(this);return e[e.length-1]||null}function Dn(){return fn(this)}function $n(){const e=ae.call(this);return A(e)?e:An(this,e)}function In(){const e=ae.call(this);if(A(e))return null;const t=An(this,e);return t instanceof Element?t:null}function Bn(e){return this.getRootNode()===e?10:Yt(this)!==Yt(e)?35:Q.call(this,e)}function kn(e){return null!=e&&Yt(this)===Yt(e)&&0!=(Q.call(this,e)&F)}function xn(e){const t=J.call(this,!1);if(!e)return t;const n=jn(this);for(let e=0,l=n.length;e<l;e+=1)t.appendChild(n[e].cloneNode(!0));return t}function Fn(){if(Zn(this)){const e=en(this);return mn(A(e)?[]:cn(e,sn(this)))}return he.call(this)}const Wn=k.prototype.getRootNode,Un=H(Wn)?function(){let e,t=this;for(;!A(e=ae.call(t));)t=e;return t}:Wn;n(k.prototype,{firstChild:{get(){return Hn(this)?Rn.call(this):oe.call(this)},enumerable:!0,configurable:!0},lastChild:{get(){return Hn(this)?Pn.call(this):re.call(this)},enumerable:!0,configurable:!0},textContent:{get(){return On.ENABLE_NODE_PATCH?vt(this)?ie.call(this):Dn.call(this):Jt(this)||Zn(this)?Dn.call(this):ie.call(this)},set:function(e){se.call(this,e)},enumerable:!0,configurable:!0},parentNode:{get(){if(Jt(this))return $n.call(this);const e=ae.call(this);return!A(e)&&tn(e)?en(e):e},enumerable:!0,configurable:!0},parentElement:{get(){if(Jt(this))return In.call(this);const e=ue.call(this);return!A(e)&&tn(e)?en(e):e},enumerable:!0,configurable:!0},childNodes:{get(){return Hn(this)?Fn.call(this):he.call(this)},enumerable:!0,configurable:!0},hasChildNodes:{value(){return Hn(this)?_n.call(this):ne.call(this)},enumerable:!0,writable:!0,configurable:!0},compareDocumentPosition:{value(e){return vt(this)?Q.call(this,e):Bn.call(this,e)},enumerable:!0,writable:!0,configurable:!0},contains:{value(e){return this===e||(On.ENABLE_NODE_PATCH?vt(this)?le.call(this,e):kn.call(this,e):null!=e&&(Jt(this)||Zn(this)?kn.call(this,e):le.call(this,e)))},enumerable:!0,writable:!0,configurable:!0},cloneNode:{value(e){return On.ENABLE_NODE_PATCH?_(e)?vt(this)?J.call(this,e):xn.call(this,e):J.call(this,e):Jt(this)||Zn(this)?xn.call(this,e):J.call(this,e)},enumerable:!0,writable:!0,configurable:!0},getRootNode:{value:function(e){return _(!H(e)&&!!e.composed)?Un.call(this,e):function(e){const t=en(e);return A(t)?Un.call(e):Qn(t)}(this)},enumerable:!0,configurable:!0,writable:!0},isConnected:{enumerable:!0,configurable:!0,get(){return fe.call(this)}}});const jn=function(e){return e.childNodes};function Kn(e,t,n,l){const o=et.call(t,n,l),r=[],i=function(e){var t;const n=[];let l=e.getRootNode();for(;!H(l);)n.push(l),l=null===(t=l.host)||void 0===t?void 0:t.getRootNode();return n}(e);if(!A(o))for(let e=0;e<o.length;e++){const t=o[e];-1===i.indexOf(t.getRootNode())||tn(t)||r.push(t)}return r}c.call(HTMLElement.prototype,"contains")&&l(HTMLElement.prototype,"contains",r(k.prototype,"contains")),c.call(HTMLElement.prototype,"parentElement")&&l(HTMLElement.prototype,"parentElement",r(k.prototype,"parentElement"));const Gn=new WeakMap,{createDocumentFragment:qn}=document;function Xn(e){const t=Gn.get(e);if(H(t))throw new TypeError;return t}function Yn(e){return e.$shadowResolver$}function Vn(e,t){e.$shadowResolver$=t}function zn(e){return Xn(e).delegatesFocus}function Jn(e){return Xn(e).host}function Qn(e){return Xn(e).shadowRoot}function Zn(e){const t=Gn.get(e);return!H(t)&&e===t.host}function el(e){const t=Gn.get(e);return!H(t)&&e===t.shadowRoot}l(k.prototype,I,{set(e){var t,n;H(e)||(this.$$ShadowResolverKey$$=e,t=this,n=e.nodeKey,Xt(t,Gt,{value:n,configurable:!0}))},get(){return this.$$ShadowResolverKey$$},configurable:!0,enumerable:!0}),l($,"$isNativeShadowRootDefined$",{value:dt});let tl=0;function nl(e,t){if(Gn.has(e))throw new Error("Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.");const{mode:n,delegatesFocus:l}=t,o=yt(e),r=qn.call(o),i={mode:n,delegatesFocus:!!l,host:e,shadowRoot:r};Gn.set(r,i),Gn.set(e,i);const a=()=>r,c=a.nodeKey=tl++;return Xt(e,qt,{value:c}),Vn(r,a),f(r,al.prototype),r}const ll={constructor:{writable:!0,configurable:!0,value:al},toString:{writable:!0,configurable:!0,value:()=>"[object ShadowRoot]"},synthetic:{writable:!1,enumerable:!1,configurable:!1,value:!0}},ol={activeElement:{enumerable:!0,configurable:!0,get(){const e=Jn(this),t=yt(e),n=Qe.call(t);if(A(n))return n;if(0==(Q.call(e,n)&F))return null;let l=n;for(;!ln(e,l);)l=ue.call(l);return nn(l)?null:l}},delegatesFocus:{configurable:!0,get(){return Xn(this).delegatesFocus}},elementFromPoint:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return sl(this,yt(Jn(this)),e,t)}},elementsFromPoint:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return Kn(this,yt(Jn(this)),e,t)}},getSelection:{writable:!0,enumerable:!0,configurable:!0,value(){throw new Error('Disallowed method "getSelection" on ShadowRoot.')}},host:{enumerable:!0,configurable:!0,get(){return Jn(this)}},mode:{configurable:!0,get(){return Xn(this).mode}},styleSheets:{enumerable:!0,configurable:!0,get(){throw new Error}}},rl=new WeakMap,il={insertBefore:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return Z.call(Jn(this),e,t),e}},removeChild:{writable:!0,enumerable:!0,configurable:!0,value(e){return ee.call(Jn(this),e),e}},appendChild:{writable:!0,enumerable:!0,configurable:!0,value(e){return z.call(Jn(this),e),e}},replaceChild:{writable:!0,enumerable:!0,configurable:!0,value(e,t){return te.call(Jn(this),e,t),t}},addEventListener:{writable:!0,enumerable:!0,configurable:!0,value(e,t,n){!function(e,t,n,l){P(n)&&Wt(Jn(e),t,Bt(n))}(this,e,t)}},dispatchEvent:{writable:!0,enumerable:!0,configurable:!0,value(e){return rl.set(e,this),Ct.apply(Jn(this),arguments)}},removeEventListener:{writable:!0,enumerable:!0,configurable:!0,value(e,t,n){!function(e,t,n,l){P(n)&&Ut(Jn(e),t,Bt(n))}(this,e,t)}},baseURI:{enumerable:!0,configurable:!0,get(){return Jn(this).baseURI}},childNodes:{enumerable:!0,configurable:!0,get(){return mn(on(this))}},cloneNode:{writable:!0,enumerable:!0,configurable:!0,value(){throw new Error('Disallowed method "cloneNode" on ShadowRoot.')}},compareDocumentPosition:{writable:!0,enumerable:!0,configurable:!0,value(e){const t=Jn(this);return this===e?0:this.contains(e)?20:Q.call(t,e)&F?37:35}},contains:{writable:!0,enumerable:!0,configurable:!0,value(e){if(this===e)return!0;const t=Jn(this);return 0!=(Q.call(t,e)&F)&&ln(t,e)}},firstChild:{enumerable:!0,configurable:!0,get(){return jn(this)[0]||null}},lastChild:{enumerable:!0,configurable:!0,get(){const e=jn(this);return e[e.length-1]||null}},hasChildNodes:{writable:!0,enumerable:!0,configurable:!0,value(){return jn(this).length>0}},isConnected:{enumerable:!0,configurable:!0,get(){return fe.call(Jn(this))}},nextSibling:{enumerable:!0,configurable:!0,get:()=>null},previousSibling:{enumerable:!0,configurable:!0,get:()=>null},nodeName:{enumerable:!0,configurable:!0,get:()=>"#document-fragment"},nodeType:{enumerable:!0,configurable:!0,get:()=>11},nodeValue:{enumerable:!0,configurable:!0,get:()=>null},ownerDocument:{enumerable:!0,configurable:!0,get(){return Jn(this).ownerDocument}},parentElement:{enumerable:!0,configurable:!0,get:()=>null},parentNode:{enumerable:!0,configurable:!0,get:()=>null},textContent:{enumerable:!0,configurable:!0,get(){const e=jn(this);let t="";for(let n=0,l=e.length;n<l;n+=1){const l=e[n];l.nodeType!==Y&&(t+=fn(l))}return t},set(e){const t=Jn(this);se.call(t,e)}},getRootNode:{writable:!0,enumerable:!0,configurable:!0,value(e){return!H(e)&&_(e.composed)?Jn(this).getRootNode(e):this}}};function al(){throw new TypeError("Illegal constructor")}function cl(e,t){const n=[];let l;if(e instanceof Window)l=e;else{if(!(e instanceof k))return n;l=e.getRootNode()}let o,r=e;for(;!A(r);)if(n.push(r),r instanceof Element||r instanceof Text){const e=r.assignedSlot;r=A(e)?r.parentNode:e}else r=!el(r)&&!bt(r)||!t&&r===l?r instanceof k?r.parentNode:null:r.host;return o=e instanceof Window?e.document:yt(e),n[n.length-1]===o&&n.push(window),n}
2
2
  /**
3
3
  @license
4
4
  Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
@@ -125,7 +125,7 @@
125
125
  const KEY__SHADOW_TOKEN = '$shadowToken$';
126
126
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
127
127
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
128
- /** version: 2.6.2 */
128
+ /** version: 2.7.0 */
129
129
 
130
130
  /*
131
131
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1465,7 +1465,7 @@
1465
1465
  }
1466
1466
 
1467
1467
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1468
- /** version: 2.6.2 */
1468
+ /** version: 2.7.0 */
1469
1469
 
1470
1470
  /*
1471
1471
  * Copyright (c) 2018, salesforce.com, inc.
@@ -2060,6 +2060,12 @@
2060
2060
  return `[object ShadowRoot]`;
2061
2061
  }
2062
2062
 
2063
+ },
2064
+ synthetic: {
2065
+ writable: false,
2066
+ enumerable: false,
2067
+ configurable: false,
2068
+ value: true
2063
2069
  }
2064
2070
  };
2065
2071
  const ShadowRootDescriptors = {
@@ -5533,6 +5539,6 @@
5533
5539
 
5534
5540
  configurable: true
5535
5541
  });
5536
- /** version: 2.6.2 */
5542
+ /** version: 2.7.0 */
5537
5543
 
5538
5544
  })();
@@ -197,7 +197,7 @@
197
197
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
198
198
  return Symbol('x').toString() === 'Symbol(x)';
199
199
  }();
200
- /** version: 2.6.2 */
200
+ /** version: 2.7.0 */
201
201
 
202
202
  /*
203
203
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1520,7 +1520,7 @@
1520
1520
  }
1521
1521
 
1522
1522
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1523
- /** version: 2.6.2 */
1523
+ /** version: 2.7.0 */
1524
1524
 
1525
1525
  /*
1526
1526
  * Copyright (c) 2018, salesforce.com, inc.
@@ -2137,6 +2137,12 @@
2137
2137
  value: function value() {
2138
2138
  return "[object ShadowRoot]";
2139
2139
  }
2140
+ },
2141
+ synthetic: {
2142
+ writable: false,
2143
+ enumerable: false,
2144
+ configurable: false,
2145
+ value: true
2140
2146
  }
2141
2147
  };
2142
2148
  var ShadowRootDescriptors = {
@@ -5534,6 +5540,6 @@
5534
5540
  },
5535
5541
  configurable: true
5536
5542
  });
5537
- /** version: 2.6.2 */
5543
+ /** version: 2.7.0 */
5538
5544
 
5539
5545
  })();