lwc 2.11.7 → 2.11.8

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 (30) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +5 -5
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +5 -5
  3. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +4 -4
  4. package/dist/engine-dom/iife/es5/engine-dom.js +5 -5
  5. package/dist/engine-dom/iife/es5/engine-dom_debug.js +4 -4
  6. package/dist/engine-dom/umd/es2017/engine-dom.js +5 -5
  7. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +4 -4
  8. package/dist/engine-dom/umd/es5/engine-dom.js +5 -5
  9. package/dist/engine-dom/umd/es5/engine-dom_debug.js +4 -4
  10. package/dist/engine-server/commonjs/es2017/engine-server.js +5 -5
  11. package/dist/engine-server/esm/es2017/engine-server.js +5 -5
  12. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
  13. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
  14. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
  15. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
  16. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
  17. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
  18. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
  19. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
  20. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
  21. package/dist/wire-service/esm/es2017/wire-service.js +2 -2
  22. package/dist/wire-service/iife/es2017/wire-service.js +2 -2
  23. package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
  24. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  25. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  26. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  27. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  28. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  29. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  30. package/package.json +7 -7
@@ -298,9 +298,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
298
298
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
299
299
  */
300
300
  // Increment whenever the LWC template compiler changes
301
- const LWC_VERSION = "2.11.7";
301
+ const LWC_VERSION = "2.11.8";
302
302
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
303
- /** version: 2.11.7 */
303
+ /** version: 2.11.8 */
304
304
 
305
305
  /*
306
306
  * Copyright (c) 2018, salesforce.com, inc.
@@ -453,7 +453,7 @@ function setFeatureFlagForTest(name, value) {
453
453
  setFeatureFlag(name, value);
454
454
  }
455
455
  }
456
- /** version: 2.11.7 */
456
+ /** version: 2.11.8 */
457
457
 
458
458
  /* proxy-compat-disable */
459
459
 
@@ -6599,7 +6599,7 @@ function setHooks(hooks) {
6599
6599
  hooksAreSet = true;
6600
6600
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6601
6601
  }
6602
- /* version: 2.11.7 */
6602
+ /* version: 2.11.8 */
6603
6603
 
6604
6604
  /*
6605
6605
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7239,6 +7239,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
7239
7239
  });
7240
7240
  freeze(LightningElement);
7241
7241
  seal(LightningElement.prototype);
7242
- /* version: 2.11.7 */
7242
+ /* version: 2.11.8 */
7243
7243
 
7244
7244
  export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeShadowed as isNodeFromTemplate, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
@@ -301,9 +301,9 @@ var LWC = (function (exports) {
301
301
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
302
302
  */
303
303
  // Increment whenever the LWC template compiler changes
304
- const LWC_VERSION = "2.11.7";
304
+ const LWC_VERSION = "2.11.8";
305
305
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
306
- /** version: 2.11.7 */
306
+ /** version: 2.11.8 */
307
307
 
308
308
  /*
309
309
  * Copyright (c) 2018, salesforce.com, inc.
@@ -456,7 +456,7 @@ var LWC = (function (exports) {
456
456
  setFeatureFlag(name, value);
457
457
  }
458
458
  }
459
- /** version: 2.11.7 */
459
+ /** version: 2.11.8 */
460
460
 
461
461
  /* proxy-compat-disable */
462
462
 
@@ -6602,7 +6602,7 @@ var LWC = (function (exports) {
6602
6602
  hooksAreSet = true;
6603
6603
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6604
6604
  }
6605
- /* version: 2.11.7 */
6605
+ /* version: 2.11.8 */
6606
6606
 
6607
6607
  /*
6608
6608
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7242,7 +7242,7 @@ var LWC = (function (exports) {
7242
7242
  });
7243
7243
  freeze(LightningElement);
7244
7244
  seal(LightningElement.prototype);
7245
- /* version: 2.11.7 */
7245
+ /* version: 2.11.8 */
7246
7246
 
7247
7247
  exports.LightningElement = LightningElement;
7248
7248
  exports.__unstable__ProfilerControl = profilerControl;
@@ -290,7 +290,7 @@ var LWC = (function (exports) {
290
290
  const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
291
291
  const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
292
292
  const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
293
- /** version: 2.11.7 */
293
+ /** version: 2.11.8 */
294
294
 
295
295
  /*
296
296
  * Copyright (c) 2018, salesforce.com, inc.
@@ -433,7 +433,7 @@ var LWC = (function (exports) {
433
433
  */
434
434
  function setFeatureFlagForTest(name, value) {
435
435
  }
436
- /** version: 2.11.7 */
436
+ /** version: 2.11.8 */
437
437
 
438
438
  /* proxy-compat-disable */
439
439
 
@@ -5166,7 +5166,7 @@ var LWC = (function (exports) {
5166
5166
  hooksAreSet = true;
5167
5167
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5168
5168
  }
5169
- /* version: 2.11.7 */
5169
+ /* version: 2.11.8 */
5170
5170
 
5171
5171
  /*
5172
5172
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5773,7 +5773,7 @@ var LWC = (function (exports) {
5773
5773
  });
5774
5774
  freeze(LightningElement);
5775
5775
  seal(LightningElement.prototype);
5776
- /* version: 2.11.7 */
5776
+ /* version: 2.11.8 */
5777
5777
 
5778
5778
  exports.LightningElement = LightningElement;
5779
5779
  exports.__unstable__ProfilerControl = profilerControl;
@@ -359,9 +359,9 @@ var LWC = (function (exports) {
359
359
  */
360
360
  // Increment whenever the LWC template compiler changes
361
361
 
362
- var LWC_VERSION = "2.11.7";
362
+ var LWC_VERSION = "2.11.8";
363
363
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
364
- /** version: 2.11.7 */
364
+ /** version: 2.11.8 */
365
365
 
366
366
  /*
367
367
  * Copyright (c) 2018, salesforce.com, inc.
@@ -539,7 +539,7 @@ var LWC = (function (exports) {
539
539
  setFeatureFlag(name, value);
540
540
  }
541
541
  }
542
- /** version: 2.11.7 */
542
+ /** version: 2.11.8 */
543
543
 
544
544
  /* proxy-compat-disable */
545
545
 
@@ -7994,7 +7994,7 @@ var LWC = (function (exports) {
7994
7994
  hooksAreSet = true;
7995
7995
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7996
7996
  }
7997
- /* version: 2.11.7 */
7997
+ /* version: 2.11.8 */
7998
7998
 
7999
7999
  /*
8000
8000
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8774,7 +8774,7 @@ var LWC = (function (exports) {
8774
8774
  });
8775
8775
  freeze(LightningElement);
8776
8776
  seal(LightningElement.prototype);
8777
- /* version: 2.11.7 */
8777
+ /* version: 2.11.8 */
8778
8778
 
8779
8779
  exports.LightningElement = LightningElement;
8780
8780
  exports.__unstable__ProfilerControl = profilerControl;
@@ -347,7 +347,7 @@ var LWC = (function (exports) {
347
347
  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
348
348
  var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
349
349
  var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
350
- /** version: 2.11.7 */
350
+ /** version: 2.11.8 */
351
351
 
352
352
  /*
353
353
  * Copyright (c) 2018, salesforce.com, inc.
@@ -517,7 +517,7 @@ var LWC = (function (exports) {
517
517
 
518
518
  function setFeatureFlagForTest(name, value) {
519
519
  }
520
- /** version: 2.11.7 */
520
+ /** version: 2.11.8 */
521
521
 
522
522
  /* proxy-compat-disable */
523
523
 
@@ -6395,7 +6395,7 @@ var LWC = (function (exports) {
6395
6395
  hooksAreSet = true;
6396
6396
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6397
6397
  }
6398
- /* version: 2.11.7 */
6398
+ /* version: 2.11.8 */
6399
6399
 
6400
6400
  /*
6401
6401
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7140,7 +7140,7 @@ var LWC = (function (exports) {
7140
7140
  });
7141
7141
  freeze(LightningElement);
7142
7142
  seal(LightningElement.prototype);
7143
- /* version: 2.11.7 */
7143
+ /* version: 2.11.8 */
7144
7144
 
7145
7145
  exports.LightningElement = LightningElement;
7146
7146
  exports.__unstable__ProfilerControl = profilerControl;
@@ -304,9 +304,9 @@
304
304
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
305
305
  */
306
306
  // Increment whenever the LWC template compiler changes
307
- const LWC_VERSION = "2.11.7";
307
+ const LWC_VERSION = "2.11.8";
308
308
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
309
- /** version: 2.11.7 */
309
+ /** version: 2.11.8 */
310
310
 
311
311
  /*
312
312
  * Copyright (c) 2018, salesforce.com, inc.
@@ -459,7 +459,7 @@
459
459
  setFeatureFlag(name, value);
460
460
  }
461
461
  }
462
- /** version: 2.11.7 */
462
+ /** version: 2.11.8 */
463
463
 
464
464
  /* proxy-compat-disable */
465
465
 
@@ -6605,7 +6605,7 @@
6605
6605
  hooksAreSet = true;
6606
6606
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6607
6607
  }
6608
- /* version: 2.11.7 */
6608
+ /* version: 2.11.8 */
6609
6609
 
6610
6610
  /*
6611
6611
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7245,7 +7245,7 @@
7245
7245
  });
7246
7246
  freeze(LightningElement);
7247
7247
  seal(LightningElement.prototype);
7248
- /* version: 2.11.7 */
7248
+ /* version: 2.11.8 */
7249
7249
 
7250
7250
  exports.LightningElement = LightningElement;
7251
7251
  exports.__unstable__ProfilerControl = profilerControl;
@@ -293,7 +293,7 @@
293
293
  const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
294
294
  const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
295
295
  const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
296
- /** version: 2.11.7 */
296
+ /** version: 2.11.8 */
297
297
 
298
298
  /*
299
299
  * Copyright (c) 2018, salesforce.com, inc.
@@ -436,7 +436,7 @@
436
436
  */
437
437
  function setFeatureFlagForTest(name, value) {
438
438
  }
439
- /** version: 2.11.7 */
439
+ /** version: 2.11.8 */
440
440
 
441
441
  /* proxy-compat-disable */
442
442
 
@@ -5169,7 +5169,7 @@
5169
5169
  hooksAreSet = true;
5170
5170
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5171
5171
  }
5172
- /* version: 2.11.7 */
5172
+ /* version: 2.11.8 */
5173
5173
 
5174
5174
  /*
5175
5175
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5776,7 +5776,7 @@
5776
5776
  });
5777
5777
  freeze(LightningElement);
5778
5778
  seal(LightningElement.prototype);
5779
- /* version: 2.11.7 */
5779
+ /* version: 2.11.8 */
5780
5780
 
5781
5781
  exports.LightningElement = LightningElement;
5782
5782
  exports.__unstable__ProfilerControl = profilerControl;
@@ -362,9 +362,9 @@
362
362
  */
363
363
  // Increment whenever the LWC template compiler changes
364
364
 
365
- var LWC_VERSION = "2.11.7";
365
+ var LWC_VERSION = "2.11.8";
366
366
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
367
- /** version: 2.11.7 */
367
+ /** version: 2.11.8 */
368
368
 
369
369
  /*
370
370
  * Copyright (c) 2018, salesforce.com, inc.
@@ -542,7 +542,7 @@
542
542
  setFeatureFlag(name, value);
543
543
  }
544
544
  }
545
- /** version: 2.11.7 */
545
+ /** version: 2.11.8 */
546
546
 
547
547
  /* proxy-compat-disable */
548
548
 
@@ -7997,7 +7997,7 @@
7997
7997
  hooksAreSet = true;
7998
7998
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7999
7999
  }
8000
- /* version: 2.11.7 */
8000
+ /* version: 2.11.8 */
8001
8001
 
8002
8002
  /*
8003
8003
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8777,7 +8777,7 @@
8777
8777
  });
8778
8778
  freeze(LightningElement);
8779
8779
  seal(LightningElement.prototype);
8780
- /* version: 2.11.7 */
8780
+ /* version: 2.11.8 */
8781
8781
 
8782
8782
  exports.LightningElement = LightningElement;
8783
8783
  exports.__unstable__ProfilerControl = profilerControl;
@@ -350,7 +350,7 @@
350
350
  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
351
351
  var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
352
352
  var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
353
- /** version: 2.11.7 */
353
+ /** version: 2.11.8 */
354
354
 
355
355
  /*
356
356
  * Copyright (c) 2018, salesforce.com, inc.
@@ -520,7 +520,7 @@
520
520
 
521
521
  function setFeatureFlagForTest(name, value) {
522
522
  }
523
- /** version: 2.11.7 */
523
+ /** version: 2.11.8 */
524
524
 
525
525
  /* proxy-compat-disable */
526
526
 
@@ -6398,7 +6398,7 @@
6398
6398
  hooksAreSet = true;
6399
6399
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6400
6400
  }
6401
- /* version: 2.11.7 */
6401
+ /* version: 2.11.8 */
6402
6402
 
6403
6403
  /*
6404
6404
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7143,7 +7143,7 @@
7143
7143
  });
7144
7144
  freeze(LightningElement);
7145
7145
  seal(LightningElement.prototype);
7146
- /* version: 2.11.7 */
7146
+ /* version: 2.11.8 */
7147
7147
 
7148
7148
  exports.LightningElement = LightningElement;
7149
7149
  exports.__unstable__ProfilerControl = profilerControl;
@@ -421,9 +421,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
421
421
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
422
422
  */
423
423
  // Increment whenever the LWC template compiler changes
424
- const LWC_VERSION = "2.11.7";
424
+ const LWC_VERSION = "2.11.8";
425
425
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
426
- /** version: 2.11.7 */
426
+ /** version: 2.11.8 */
427
427
 
428
428
  /*
429
429
  * Copyright (c) 2020, salesforce.com, inc.
@@ -531,7 +531,7 @@ function setFeatureFlagForTest(name, value) {
531
531
  setFeatureFlag(name, value);
532
532
  }
533
533
  }
534
- /** version: 2.11.7 */
534
+ /** version: 2.11.8 */
535
535
 
536
536
  /* proxy-compat-disable */
537
537
 
@@ -6183,7 +6183,7 @@ function setHooks(hooks) {
6183
6183
  hooksAreSet = true;
6184
6184
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6185
6185
  }
6186
- /* version: 2.11.7 */
6186
+ /* version: 2.11.8 */
6187
6187
 
6188
6188
  /*
6189
6189
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6650,7 +6650,7 @@ function renderComponent(tagName, Ctor, props = {}) {
6650
6650
  */
6651
6651
  freeze(LightningElement);
6652
6652
  seal(LightningElement.prototype);
6653
- /* version: 2.11.7 */
6653
+ /* version: 2.11.8 */
6654
6654
 
6655
6655
  exports.LightningElement = LightningElement;
6656
6656
  exports.api = api$1;
@@ -417,9 +417,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
417
417
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
418
418
  */
419
419
  // Increment whenever the LWC template compiler changes
420
- const LWC_VERSION = "2.11.7";
420
+ const LWC_VERSION = "2.11.8";
421
421
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
422
- /** version: 2.11.7 */
422
+ /** version: 2.11.8 */
423
423
 
424
424
  /*
425
425
  * Copyright (c) 2020, salesforce.com, inc.
@@ -527,7 +527,7 @@ function setFeatureFlagForTest(name, value) {
527
527
  setFeatureFlag(name, value);
528
528
  }
529
529
  }
530
- /** version: 2.11.7 */
530
+ /** version: 2.11.8 */
531
531
 
532
532
  /* proxy-compat-disable */
533
533
 
@@ -6179,7 +6179,7 @@ function setHooks(hooks) {
6179
6179
  hooksAreSet = true;
6180
6180
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6181
6181
  }
6182
- /* version: 2.11.7 */
6182
+ /* version: 2.11.8 */
6183
6183
 
6184
6184
  /*
6185
6185
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6646,6 +6646,6 @@ function renderComponent(tagName, Ctor, props = {}) {
6646
6646
  */
6647
6647
  freeze(LightningElement);
6648
6648
  seal(LightningElement.prototype);
6649
- /* version: 2.11.7 */
6649
+ /* version: 2.11.8 */
6650
6650
 
6651
6651
  export { LightningElement, api$1 as api, createContextProvider, getComponentDef, isComponentConstructor, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
@@ -146,7 +146,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
146
146
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
147
147
  // we can't use typeof since it will fail when transpiling.
148
148
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
149
- /** version: 2.11.7 */
149
+ /** version: 2.11.8 */
150
150
 
151
151
  /*
152
152
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1300,7 +1300,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1300
1300
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1301
1301
  }
1302
1302
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1303
- /** version: 2.11.7 */
1303
+ /** version: 2.11.8 */
1304
1304
 
1305
1305
  /*
1306
1306
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5066,4 +5066,4 @@ defineProperty(Element.prototype, '$domManual$', {
5066
5066
  },
5067
5067
  configurable: true,
5068
5068
  });
5069
- /** version: 2.11.7 */
5069
+ /** version: 2.11.8 */
@@ -149,7 +149,7 @@
149
149
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
150
150
  // we can't use typeof since it will fail when transpiling.
151
151
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
152
- /** version: 2.11.7 */
152
+ /** version: 2.11.8 */
153
153
 
154
154
  /*
155
155
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1303,7 +1303,7 @@
1303
1303
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1304
1304
  }
1305
1305
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1306
- /** version: 2.11.7 */
1306
+ /** version: 2.11.8 */
1307
1307
 
1308
1308
  /*
1309
1309
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5069,6 +5069,6 @@
5069
5069
  },
5070
5070
  configurable: true,
5071
5071
  });
5072
- /** version: 2.11.7 */
5072
+ /** version: 2.11.8 */
5073
5073
 
5074
5074
  })();
@@ -85,7 +85,7 @@
85
85
  const KEY__SHADOW_TOKEN = '$shadowToken$';
86
86
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
87
87
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
88
- /** version: 2.11.7 */
88
+ /** version: 2.11.8 */
89
89
 
90
90
  /*
91
91
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1212,7 +1212,7 @@
1212
1212
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1213
1213
  }
1214
1214
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1215
- /** version: 2.11.7 */
1215
+ /** version: 2.11.8 */
1216
1216
 
1217
1217
  /*
1218
1218
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4891,6 +4891,6 @@
4891
4891
  },
4892
4892
  configurable: true,
4893
4893
  });
4894
- /** version: 2.11.7 */
4894
+ /** version: 2.11.8 */
4895
4895
 
4896
4896
  })();
@@ -197,7 +197,7 @@
197
197
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
198
198
  return Symbol('x').toString() === 'Symbol(x)';
199
199
  }();
200
- /** version: 2.11.7 */
200
+ /** version: 2.11.8 */
201
201
 
202
202
  /*
203
203
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1528,7 +1528,7 @@
1528
1528
  }
1529
1529
 
1530
1530
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1531
- /** version: 2.11.7 */
1531
+ /** version: 2.11.8 */
1532
1532
 
1533
1533
  /*
1534
1534
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5611,6 +5611,6 @@
5611
5611
  },
5612
5612
  configurable: true
5613
5613
  });
5614
- /** version: 2.11.7 */
5614
+ /** version: 2.11.8 */
5615
5615
 
5616
5616
  })();
@@ -121,7 +121,7 @@
121
121
  var KEY__SHADOW_TOKEN = '$shadowToken$';
122
122
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
123
123
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
124
- /** version: 2.11.7 */
124
+ /** version: 2.11.8 */
125
125
 
126
126
  /*
127
127
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1423,7 +1423,7 @@
1423
1423
  }
1424
1424
 
1425
1425
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1426
- /** version: 2.11.7 */
1426
+ /** version: 2.11.8 */
1427
1427
 
1428
1428
  /*
1429
1429
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5415,6 +5415,6 @@
5415
5415
  },
5416
5416
  configurable: true
5417
5417
  });
5418
- /** version: 2.11.7 */
5418
+ /** version: 2.11.8 */
5419
5419
 
5420
5420
  })();
@@ -151,7 +151,7 @@
151
151
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
152
152
  // we can't use typeof since it will fail when transpiling.
153
153
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
154
- /** version: 2.11.7 */
154
+ /** version: 2.11.8 */
155
155
 
156
156
  /*
157
157
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1305,7 +1305,7 @@
1305
1305
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1306
1306
  }
1307
1307
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1308
- /** version: 2.11.7 */
1308
+ /** version: 2.11.8 */
1309
1309
 
1310
1310
  /*
1311
1311
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5071,6 +5071,6 @@
5071
5071
  },
5072
5072
  configurable: true,
5073
5073
  });
5074
- /** version: 2.11.7 */
5074
+ /** version: 2.11.8 */
5075
5075
 
5076
5076
  }));
@@ -87,7 +87,7 @@
87
87
  const KEY__SHADOW_TOKEN = '$shadowToken$';
88
88
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
89
89
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
90
- /** version: 2.11.7 */
90
+ /** version: 2.11.8 */
91
91
 
92
92
  /*
93
93
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1214,7 +1214,7 @@
1214
1214
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1215
1215
  }
1216
1216
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1217
- /** version: 2.11.7 */
1217
+ /** version: 2.11.8 */
1218
1218
 
1219
1219
  /*
1220
1220
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4893,6 +4893,6 @@
4893
4893
  },
4894
4894
  configurable: true,
4895
4895
  });
4896
- /** version: 2.11.7 */
4896
+ /** version: 2.11.8 */
4897
4897
 
4898
4898
  }));
@@ -199,7 +199,7 @@
199
199
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
200
200
  return Symbol('x').toString() === 'Symbol(x)';
201
201
  }();
202
- /** version: 2.11.7 */
202
+ /** version: 2.11.8 */
203
203
 
204
204
  /*
205
205
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1530,7 +1530,7 @@
1530
1530
  }
1531
1531
 
1532
1532
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1533
- /** version: 2.11.7 */
1533
+ /** version: 2.11.8 */
1534
1534
 
1535
1535
  /*
1536
1536
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5613,6 +5613,6 @@
5613
5613
  },
5614
5614
  configurable: true
5615
5615
  });
5616
- /** version: 2.11.7 */
5616
+ /** version: 2.11.8 */
5617
5617
 
5618
5618
  }));
@@ -123,7 +123,7 @@
123
123
  var KEY__SHADOW_TOKEN = '$shadowToken$';
124
124
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
125
125
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
126
- /** version: 2.11.7 */
126
+ /** version: 2.11.8 */
127
127
 
128
128
  /*
129
129
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1425,7 +1425,7 @@
1425
1425
  }
1426
1426
 
1427
1427
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1428
- /** version: 2.11.7 */
1428
+ /** version: 2.11.8 */
1429
1429
 
1430
1430
  /*
1431
1431
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5417,6 +5417,6 @@
5417
5417
  },
5418
5418
  configurable: true
5419
5419
  });
5420
- /** version: 2.11.7 */
5420
+ /** version: 2.11.8 */
5421
5421
 
5422
5422
  }));
@@ -7,7 +7,7 @@
7
7
  function isUndefined(obj) {
8
8
  return obj === undefined;
9
9
  }
10
- /** version: 2.11.7 */
10
+ /** version: 2.11.8 */
11
11
 
12
12
  /*
13
13
  * Copyright (c) 2018, salesforce.com, inc.
@@ -181,6 +181,6 @@ class LegacyWireAdapterBridge {
181
181
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
182
182
  }
183
183
  }
184
- /** version: 2.11.7 */
184
+ /** version: 2.11.8 */
185
185
 
186
186
  export { ValueChangedEvent, register, registerWireService };
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
10
10
  function isUndefined(obj) {
11
11
  return obj === undefined;
12
12
  }
13
- /** version: 2.11.7 */
13
+ /** version: 2.11.8 */
14
14
 
15
15
  /*
16
16
  * Copyright (c) 2018, salesforce.com, inc.
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
184
184
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
185
185
  }
186
186
  }
187
- /** version: 2.11.7 */
187
+ /** version: 2.11.8 */
188
188
 
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
10
10
  function isUndefined(obj) {
11
11
  return obj === undefined;
12
12
  }
13
- /** version: 2.11.7 */
13
+ /** version: 2.11.8 */
14
14
 
15
15
  /*
16
16
  * Copyright (c) 2018, salesforce.com, inc.
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
184
184
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
185
185
  }
186
186
  }
187
- /** version: 2.11.7 */
187
+ /** version: 2.11.8 */
188
188
 
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
33
33
  function isUndefined(obj) {
34
34
  return obj === undefined;
35
35
  }
36
- /** version: 2.11.7 */
36
+ /** version: 2.11.8 */
37
37
 
38
38
  /*
39
39
  * Copyright (c) 2018, salesforce.com, inc.
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
280
280
 
281
281
  return LegacyWireAdapterBridge;
282
282
  }();
283
- /** version: 2.11.7 */
283
+ /** version: 2.11.8 */
284
284
 
285
285
  exports.ValueChangedEvent = ValueChangedEvent;
286
286
  exports.register = register;
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
33
33
  function isUndefined(obj) {
34
34
  return obj === undefined;
35
35
  }
36
- /** version: 2.11.7 */
36
+ /** version: 2.11.8 */
37
37
 
38
38
  /*
39
39
  * Copyright (c) 2018, salesforce.com, inc.
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
280
280
 
281
281
  return LegacyWireAdapterBridge;
282
282
  }();
283
- /** version: 2.11.7 */
283
+ /** version: 2.11.8 */
284
284
 
285
285
  exports.ValueChangedEvent = ValueChangedEvent;
286
286
  exports.register = register;
@@ -13,7 +13,7 @@
13
13
  function isUndefined(obj) {
14
14
  return obj === undefined;
15
15
  }
16
- /** version: 2.11.7 */
16
+ /** version: 2.11.8 */
17
17
 
18
18
  /*
19
19
  * Copyright (c) 2018, salesforce.com, inc.
@@ -187,7 +187,7 @@
187
187
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
188
188
  }
189
189
  }
190
- /** version: 2.11.7 */
190
+ /** version: 2.11.8 */
191
191
 
192
192
  exports.ValueChangedEvent = ValueChangedEvent;
193
193
  exports.register = register;
@@ -13,7 +13,7 @@
13
13
  function isUndefined(obj) {
14
14
  return obj === undefined;
15
15
  }
16
- /** version: 2.11.7 */
16
+ /** version: 2.11.8 */
17
17
 
18
18
  /*
19
19
  * Copyright (c) 2018, salesforce.com, inc.
@@ -187,7 +187,7 @@
187
187
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
188
188
  }
189
189
  }
190
- /** version: 2.11.7 */
190
+ /** version: 2.11.8 */
191
191
 
192
192
  exports.ValueChangedEvent = ValueChangedEvent;
193
193
  exports.register = register;
@@ -36,7 +36,7 @@
36
36
  function isUndefined(obj) {
37
37
  return obj === undefined;
38
38
  }
39
- /** version: 2.11.7 */
39
+ /** version: 2.11.8 */
40
40
 
41
41
  /*
42
42
  * Copyright (c) 2018, salesforce.com, inc.
@@ -283,7 +283,7 @@
283
283
 
284
284
  return LegacyWireAdapterBridge;
285
285
  }();
286
- /** version: 2.11.7 */
286
+ /** version: 2.11.8 */
287
287
 
288
288
  exports.ValueChangedEvent = ValueChangedEvent;
289
289
  exports.register = register;
@@ -36,7 +36,7 @@
36
36
  function isUndefined(obj) {
37
37
  return obj === undefined;
38
38
  }
39
- /** version: 2.11.7 */
39
+ /** version: 2.11.8 */
40
40
 
41
41
  /*
42
42
  * Copyright (c) 2018, salesforce.com, inc.
@@ -283,7 +283,7 @@
283
283
 
284
284
  return LegacyWireAdapterBridge;
285
285
  }();
286
- /** version: 2.11.7 */
286
+ /** version: 2.11.8 */
287
287
 
288
288
  exports.ValueChangedEvent = ValueChangedEvent;
289
289
  exports.register = register;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "2.11.7",
3
+ "version": "2.11.8",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -41,11 +41,11 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@lwc/compiler": "2.11.7",
45
- "@lwc/engine-dom": "2.11.7",
46
- "@lwc/engine-server": "2.11.7",
47
- "@lwc/features": "2.11.7",
48
- "@lwc/synthetic-shadow": "2.11.7",
49
- "@lwc/wire-service": "2.11.7"
44
+ "@lwc/compiler": "2.11.8",
45
+ "@lwc/engine-dom": "2.11.8",
46
+ "@lwc/engine-server": "2.11.8",
47
+ "@lwc/features": "2.11.8",
48
+ "@lwc/synthetic-shadow": "2.11.8",
49
+ "@lwc/wire-service": "2.11.8"
50
50
  }
51
51
  }