lwc 2.31.1 → 2.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +7 -7
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +7 -7
  3. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +4 -4
  4. package/dist/engine-dom/iife/es5/engine-dom.js +7 -7
  5. package/dist/engine-dom/iife/es5/engine-dom_debug.js +4 -4
  6. package/dist/engine-dom/umd/es2017/engine-dom.js +7 -7
  7. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +4 -4
  8. package/dist/engine-dom/umd/es5/engine-dom.js +7 -7
  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
@@ -341,9 +341,9 @@ function htmlAttributeToProperty(attrName) {
341
341
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
342
342
  */
343
343
  // Increment whenever the LWC template compiler changes
344
- const LWC_VERSION = "2.31.1";
344
+ const LWC_VERSION = "2.31.2";
345
345
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
346
- /** version: 2.31.1 */
346
+ /** version: 2.31.2 */
347
347
 
348
348
  /**
349
349
  * Copyright (C) 2018 salesforce.com, inc.
@@ -425,7 +425,7 @@ for (let i = 0, len = ElementPrototypeAriaPropertyNames.length; i < len; i += 1)
425
425
  patch$1(propName);
426
426
  }
427
427
  }
428
- /** version: 2.31.1 */
428
+ /** version: 2.31.2 */
429
429
 
430
430
  /**
431
431
  * Copyright (C) 2018 salesforce.com, inc.
@@ -505,7 +505,7 @@ function setFeatureFlagForTest(name, value) {
505
505
  setFeatureFlag(name, value);
506
506
  }
507
507
  }
508
- /** version: 2.31.1 */
508
+ /** version: 2.31.2 */
509
509
 
510
510
  /*
511
511
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7024,7 +7024,7 @@ function getComponentConstructor(elm) {
7024
7024
  }
7025
7025
  return ctor;
7026
7026
  }
7027
- /* version: 2.31.1 */
7027
+ /* version: 2.31.2 */
7028
7028
 
7029
7029
  /*
7030
7030
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7997,7 +7997,7 @@ function rendererFactory(baseRenderer) {
7997
7997
  function isNull(obj) {
7998
7998
  return obj === null;
7999
7999
  }
8000
- /** version: 2.31.1 */
8000
+ /** version: 2.31.2 */
8001
8001
 
8002
8002
  /*
8003
8003
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8558,6 +8558,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
8558
8558
  });
8559
8559
  freeze(LightningElement);
8560
8560
  seal(LightningElement.prototype);
8561
- /* version: 2.31.1 */
8561
+ /* version: 2.31.2 */
8562
8562
 
8563
8563
  export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, freezeTemplate, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeShadowed as isNodeFromTemplate, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderer, rendererFactory, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
@@ -344,9 +344,9 @@ var LWC = (function (exports) {
344
344
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
345
345
  */
346
346
  // Increment whenever the LWC template compiler changes
347
- const LWC_VERSION = "2.31.1";
347
+ const LWC_VERSION = "2.31.2";
348
348
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
349
- /** version: 2.31.1 */
349
+ /** version: 2.31.2 */
350
350
 
351
351
  /**
352
352
  * Copyright (C) 2018 salesforce.com, inc.
@@ -428,7 +428,7 @@ var LWC = (function (exports) {
428
428
  patch$1(propName);
429
429
  }
430
430
  }
431
- /** version: 2.31.1 */
431
+ /** version: 2.31.2 */
432
432
 
433
433
  /**
434
434
  * Copyright (C) 2018 salesforce.com, inc.
@@ -508,7 +508,7 @@ var LWC = (function (exports) {
508
508
  setFeatureFlag(name, value);
509
509
  }
510
510
  }
511
- /** version: 2.31.1 */
511
+ /** version: 2.31.2 */
512
512
 
513
513
  /*
514
514
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7027,7 +7027,7 @@ var LWC = (function (exports) {
7027
7027
  }
7028
7028
  return ctor;
7029
7029
  }
7030
- /* version: 2.31.1 */
7030
+ /* version: 2.31.2 */
7031
7031
 
7032
7032
  /*
7033
7033
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8000,7 +8000,7 @@ var LWC = (function (exports) {
8000
8000
  function isNull(obj) {
8001
8001
  return obj === null;
8002
8002
  }
8003
- /** version: 2.31.1 */
8003
+ /** version: 2.31.2 */
8004
8004
 
8005
8005
  /*
8006
8006
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8561,7 +8561,7 @@ var LWC = (function (exports) {
8561
8561
  });
8562
8562
  freeze(LightningElement);
8563
8563
  seal(LightningElement.prototype);
8564
- /* version: 2.31.1 */
8564
+ /* version: 2.31.2 */
8565
8565
 
8566
8566
  exports.LightningElement = LightningElement;
8567
8567
  exports.__unstable__ProfilerControl = profilerControl;
@@ -333,7 +333,7 @@ var LWC = (function (exports) {
333
333
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
334
334
  return propertyName;
335
335
  }
336
- /** version: 2.31.1 */
336
+ /** version: 2.31.2 */
337
337
 
338
338
  /**
339
339
  * Copyright (C) 2018 salesforce.com, inc.
@@ -415,7 +415,7 @@ var LWC = (function (exports) {
415
415
  patch$1(propName);
416
416
  }
417
417
  }
418
- /** version: 2.31.1 */
418
+ /** version: 2.31.2 */
419
419
 
420
420
  /**
421
421
  * Copyright (C) 2018 salesforce.com, inc.
@@ -6305,7 +6305,7 @@ var LWC = (function (exports) {
6305
6305
  function isNull(obj) {
6306
6306
  return obj === null;
6307
6307
  }
6308
- /** version: 2.31.1 */
6308
+ /** version: 2.31.2 */
6309
6309
 
6310
6310
  /*
6311
6311
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6858,7 +6858,7 @@ var LWC = (function (exports) {
6858
6858
  });
6859
6859
  freeze(LightningElement);
6860
6860
  seal(LightningElement.prototype);
6861
- /* version: 2.31.1 */
6861
+ /* version: 2.31.2 */
6862
6862
 
6863
6863
  exports.LightningElement = LightningElement;
6864
6864
  exports.__unstable__ProfilerControl = profilerControl;
@@ -346,9 +346,9 @@ var LWC = (function (exports) {
346
346
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
347
347
  */
348
348
  // Increment whenever the LWC template compiler changes
349
- var LWC_VERSION = "2.31.1";
349
+ var LWC_VERSION = "2.31.2";
350
350
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
351
- /** version: 2.31.1 */
351
+ /** version: 2.31.2 */
352
352
 
353
353
  /**
354
354
  * Copyright (C) 2018 salesforce.com, inc.
@@ -429,7 +429,7 @@ var LWC = (function (exports) {
429
429
  patch$1(propName);
430
430
  }
431
431
  }
432
- /** version: 2.31.1 */
432
+ /** version: 2.31.2 */
433
433
 
434
434
  /**
435
435
  * Copyright (C) 2018 salesforce.com, inc.
@@ -511,7 +511,7 @@ var LWC = (function (exports) {
511
511
  setFeatureFlag(name, value);
512
512
  }
513
513
  }
514
- /** version: 2.31.1 */
514
+ /** version: 2.31.2 */
515
515
 
516
516
  /*
517
517
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7153,7 +7153,7 @@ var LWC = (function (exports) {
7153
7153
  }
7154
7154
  return ctor;
7155
7155
  }
7156
- /* version: 2.31.1 */
7156
+ /* version: 2.31.2 */
7157
7157
 
7158
7158
  /*
7159
7159
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8184,7 +8184,7 @@ var LWC = (function (exports) {
8184
8184
  function isNull(obj) {
8185
8185
  return obj === null;
8186
8186
  }
8187
- /** version: 2.31.1 */
8187
+ /** version: 2.31.2 */
8188
8188
 
8189
8189
  /*
8190
8190
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8750,7 +8750,7 @@ var LWC = (function (exports) {
8750
8750
  });
8751
8751
  freeze(LightningElement);
8752
8752
  seal(LightningElement.prototype);
8753
- /* version: 2.31.1 */
8753
+ /* version: 2.31.2 */
8754
8754
 
8755
8755
  exports.LightningElement = LightningElement;
8756
8756
  exports.__unstable__ProfilerControl = profilerControl;
@@ -328,7 +328,7 @@ var LWC = (function (exports) {
328
328
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
329
329
  return propertyName;
330
330
  }
331
- /** version: 2.31.1 */
331
+ /** version: 2.31.2 */
332
332
 
333
333
  /**
334
334
  * Copyright (C) 2018 salesforce.com, inc.
@@ -409,7 +409,7 @@ var LWC = (function (exports) {
409
409
  patch$1(propName);
410
410
  }
411
411
  }
412
- /** version: 2.31.1 */
412
+ /** version: 2.31.2 */
413
413
 
414
414
  /**
415
415
  * Copyright (C) 2018 salesforce.com, inc.
@@ -6499,7 +6499,7 @@ var LWC = (function (exports) {
6499
6499
  function isNull(obj) {
6500
6500
  return obj === null;
6501
6501
  }
6502
- /** version: 2.31.1 */
6502
+ /** version: 2.31.2 */
6503
6503
 
6504
6504
  /*
6505
6505
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7058,7 +7058,7 @@ var LWC = (function (exports) {
7058
7058
  });
7059
7059
  freeze(LightningElement);
7060
7060
  seal(LightningElement.prototype);
7061
- /* version: 2.31.1 */
7061
+ /* version: 2.31.2 */
7062
7062
 
7063
7063
  exports.LightningElement = LightningElement;
7064
7064
  exports.__unstable__ProfilerControl = profilerControl;
@@ -347,9 +347,9 @@
347
347
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
348
348
  */
349
349
  // Increment whenever the LWC template compiler changes
350
- const LWC_VERSION = "2.31.1";
350
+ const LWC_VERSION = "2.31.2";
351
351
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
352
- /** version: 2.31.1 */
352
+ /** version: 2.31.2 */
353
353
 
354
354
  /**
355
355
  * Copyright (C) 2018 salesforce.com, inc.
@@ -431,7 +431,7 @@
431
431
  patch$1(propName);
432
432
  }
433
433
  }
434
- /** version: 2.31.1 */
434
+ /** version: 2.31.2 */
435
435
 
436
436
  /**
437
437
  * Copyright (C) 2018 salesforce.com, inc.
@@ -511,7 +511,7 @@
511
511
  setFeatureFlag(name, value);
512
512
  }
513
513
  }
514
- /** version: 2.31.1 */
514
+ /** version: 2.31.2 */
515
515
 
516
516
  /*
517
517
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7030,7 +7030,7 @@
7030
7030
  }
7031
7031
  return ctor;
7032
7032
  }
7033
- /* version: 2.31.1 */
7033
+ /* version: 2.31.2 */
7034
7034
 
7035
7035
  /*
7036
7036
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8003,7 +8003,7 @@
8003
8003
  function isNull(obj) {
8004
8004
  return obj === null;
8005
8005
  }
8006
- /** version: 2.31.1 */
8006
+ /** version: 2.31.2 */
8007
8007
 
8008
8008
  /*
8009
8009
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8564,7 +8564,7 @@
8564
8564
  });
8565
8565
  freeze(LightningElement);
8566
8566
  seal(LightningElement.prototype);
8567
- /* version: 2.31.1 */
8567
+ /* version: 2.31.2 */
8568
8568
 
8569
8569
  exports.LightningElement = LightningElement;
8570
8570
  exports.__unstable__ProfilerControl = profilerControl;
@@ -336,7 +336,7 @@
336
336
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
337
337
  return propertyName;
338
338
  }
339
- /** version: 2.31.1 */
339
+ /** version: 2.31.2 */
340
340
 
341
341
  /**
342
342
  * Copyright (C) 2018 salesforce.com, inc.
@@ -418,7 +418,7 @@
418
418
  patch$1(propName);
419
419
  }
420
420
  }
421
- /** version: 2.31.1 */
421
+ /** version: 2.31.2 */
422
422
 
423
423
  /**
424
424
  * Copyright (C) 2018 salesforce.com, inc.
@@ -6308,7 +6308,7 @@
6308
6308
  function isNull(obj) {
6309
6309
  return obj === null;
6310
6310
  }
6311
- /** version: 2.31.1 */
6311
+ /** version: 2.31.2 */
6312
6312
 
6313
6313
  /*
6314
6314
  * Copyright (c) 2018, salesforce.com, inc.
@@ -6861,7 +6861,7 @@
6861
6861
  });
6862
6862
  freeze(LightningElement);
6863
6863
  seal(LightningElement.prototype);
6864
- /* version: 2.31.1 */
6864
+ /* version: 2.31.2 */
6865
6865
 
6866
6866
  exports.LightningElement = LightningElement;
6867
6867
  exports.__unstable__ProfilerControl = profilerControl;
@@ -349,9 +349,9 @@
349
349
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
350
350
  */
351
351
  // Increment whenever the LWC template compiler changes
352
- var LWC_VERSION = "2.31.1";
352
+ var LWC_VERSION = "2.31.2";
353
353
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
354
- /** version: 2.31.1 */
354
+ /** version: 2.31.2 */
355
355
 
356
356
  /**
357
357
  * Copyright (C) 2018 salesforce.com, inc.
@@ -432,7 +432,7 @@
432
432
  patch$1(propName);
433
433
  }
434
434
  }
435
- /** version: 2.31.1 */
435
+ /** version: 2.31.2 */
436
436
 
437
437
  /**
438
438
  * Copyright (C) 2018 salesforce.com, inc.
@@ -514,7 +514,7 @@
514
514
  setFeatureFlag(name, value);
515
515
  }
516
516
  }
517
- /** version: 2.31.1 */
517
+ /** version: 2.31.2 */
518
518
 
519
519
  /*
520
520
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7156,7 +7156,7 @@
7156
7156
  }
7157
7157
  return ctor;
7158
7158
  }
7159
- /* version: 2.31.1 */
7159
+ /* version: 2.31.2 */
7160
7160
 
7161
7161
  /*
7162
7162
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8187,7 +8187,7 @@
8187
8187
  function isNull(obj) {
8188
8188
  return obj === null;
8189
8189
  }
8190
- /** version: 2.31.1 */
8190
+ /** version: 2.31.2 */
8191
8191
 
8192
8192
  /*
8193
8193
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8753,7 +8753,7 @@
8753
8753
  });
8754
8754
  freeze(LightningElement);
8755
8755
  seal(LightningElement.prototype);
8756
- /* version: 2.31.1 */
8756
+ /* version: 2.31.2 */
8757
8757
 
8758
8758
  exports.LightningElement = LightningElement;
8759
8759
  exports.__unstable__ProfilerControl = profilerControl;
@@ -331,7 +331,7 @@
331
331
  CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
332
332
  return propertyName;
333
333
  }
334
- /** version: 2.31.1 */
334
+ /** version: 2.31.2 */
335
335
 
336
336
  /**
337
337
  * Copyright (C) 2018 salesforce.com, inc.
@@ -412,7 +412,7 @@
412
412
  patch$1(propName);
413
413
  }
414
414
  }
415
- /** version: 2.31.1 */
415
+ /** version: 2.31.2 */
416
416
 
417
417
  /**
418
418
  * Copyright (C) 2018 salesforce.com, inc.
@@ -6502,7 +6502,7 @@
6502
6502
  function isNull(obj) {
6503
6503
  return obj === null;
6504
6504
  }
6505
- /** version: 2.31.1 */
6505
+ /** version: 2.31.2 */
6506
6506
 
6507
6507
  /*
6508
6508
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7061,7 +7061,7 @@
7061
7061
  });
7062
7062
  freeze(LightningElement);
7063
7063
  seal(LightningElement.prototype);
7064
- /* version: 2.31.1 */
7064
+ /* version: 2.31.2 */
7065
7065
 
7066
7066
  exports.LightningElement = LightningElement;
7067
7067
  exports.__unstable__ProfilerControl = profilerControl;
@@ -469,9 +469,9 @@ function htmlEscape(str, attrMode = false) {
469
469
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
470
470
  */
471
471
  // Increment whenever the LWC template compiler changes
472
- const LWC_VERSION = "2.31.1";
472
+ const LWC_VERSION = "2.31.2";
473
473
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
474
- /** version: 2.31.1 */
474
+ /** version: 2.31.2 */
475
475
 
476
476
  /*
477
477
  * Copyright (c) 2020, salesforce.com, inc.
@@ -583,7 +583,7 @@ function setFeatureFlagForTest(name, value) {
583
583
  setFeatureFlag(name, value);
584
584
  }
585
585
  }
586
- /** version: 2.31.1 */
586
+ /** version: 2.31.2 */
587
587
 
588
588
  /* proxy-compat-disable */
589
589
 
@@ -6204,7 +6204,7 @@ function freezeTemplate(tmpl) {
6204
6204
  });
6205
6205
  }
6206
6206
  }
6207
- /* version: 2.31.1 */
6207
+ /* version: 2.31.2 */
6208
6208
 
6209
6209
  /*
6210
6210
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6675,7 +6675,7 @@ function renderComponent(tagName, Ctor, props = {}) {
6675
6675
  */
6676
6676
  freeze(LightningElement);
6677
6677
  seal(LightningElement.prototype);
6678
- /* version: 2.31.1 */
6678
+ /* version: 2.31.2 */
6679
6679
 
6680
6680
  exports.LightningElement = LightningElement;
6681
6681
  exports.api = api$1;
@@ -467,9 +467,9 @@ function htmlEscape(str, attrMode = false) {
467
467
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
468
468
  */
469
469
  // Increment whenever the LWC template compiler changes
470
- const LWC_VERSION = "2.31.1";
470
+ const LWC_VERSION = "2.31.2";
471
471
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
472
- /** version: 2.31.1 */
472
+ /** version: 2.31.2 */
473
473
 
474
474
  /*
475
475
  * Copyright (c) 2020, salesforce.com, inc.
@@ -581,7 +581,7 @@ function setFeatureFlagForTest(name, value) {
581
581
  setFeatureFlag(name, value);
582
582
  }
583
583
  }
584
- /** version: 2.31.1 */
584
+ /** version: 2.31.2 */
585
585
 
586
586
  /* proxy-compat-disable */
587
587
 
@@ -6202,7 +6202,7 @@ function freezeTemplate(tmpl) {
6202
6202
  });
6203
6203
  }
6204
6204
  }
6205
- /* version: 2.31.1 */
6205
+ /* version: 2.31.2 */
6206
6206
 
6207
6207
  /*
6208
6208
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6673,6 +6673,6 @@ function renderComponent(tagName, Ctor, props = {}) {
6673
6673
  */
6674
6674
  freeze(LightningElement);
6675
6675
  seal(LightningElement.prototype);
6676
- /* version: 2.31.1 */
6676
+ /* version: 2.31.2 */
6677
6677
 
6678
6678
  export { LightningElement, api$1 as api, createContextProvider, freezeTemplate, getComponentDef, isComponentConstructor, parseFragment, parseFragment as parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, renderer, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
@@ -148,7 +148,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
148
148
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
149
149
  // we can't use typeof since it will fail when transpiling.
150
150
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
151
- /** version: 2.31.1 */
151
+ /** version: 2.31.2 */
152
152
 
153
153
  /*
154
154
  * Copyright (c) 2018, salesforce.com, inc.
@@ -462,7 +462,7 @@ if (!_globalThis.lwcRuntimeFlags) {
462
462
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
463
463
  }
464
464
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
465
- /** version: 2.31.1 */
465
+ /** version: 2.31.2 */
466
466
 
467
467
  /*
468
468
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4949,4 +4949,4 @@ if (process.env.NODE_ENV !== 'production' && typeof __karma__ !== 'undefined') {
4949
4949
  }));
4950
4950
  });
4951
4951
  }
4952
- /** version: 2.31.1 */
4952
+ /** version: 2.31.2 */
@@ -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.31.1 */
154
+ /** version: 2.31.2 */
155
155
 
156
156
  /*
157
157
  * Copyright (c) 2018, salesforce.com, inc.
@@ -465,7 +465,7 @@
465
465
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
466
466
  }
467
467
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
468
- /** version: 2.31.1 */
468
+ /** version: 2.31.2 */
469
469
 
470
470
  /*
471
471
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4952,6 +4952,6 @@
4952
4952
  }));
4953
4953
  });
4954
4954
  }
4955
- /** version: 2.31.1 */
4955
+ /** version: 2.31.2 */
4956
4956
 
4957
4957
  })();
@@ -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.31.1 */
90
+ /** version: 2.31.2 */
91
91
 
92
92
  /*
93
93
  * Copyright (c) 2018, salesforce.com, inc.
@@ -401,7 +401,7 @@
401
401
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
402
402
  }
403
403
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
404
- /** version: 2.31.1 */
404
+ /** version: 2.31.2 */
405
405
 
406
406
  /*
407
407
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4756,6 +4756,6 @@
4756
4756
  },
4757
4757
  configurable: true,
4758
4758
  });
4759
- /** version: 2.31.1 */
4759
+ /** version: 2.31.2 */
4760
4760
 
4761
4761
  })();
@@ -174,7 +174,7 @@
174
174
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
175
175
  return Symbol('x').toString() === 'Symbol(x)';
176
176
  }();
177
- /** version: 2.31.1 */
177
+ /** version: 2.31.2 */
178
178
 
179
179
  /*
180
180
  * Copyright (c) 2018, salesforce.com, inc.
@@ -491,7 +491,7 @@
491
491
  });
492
492
  }
493
493
  var lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
494
- /** version: 2.31.1 */
494
+ /** version: 2.31.2 */
495
495
 
496
496
  /*
497
497
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4948,6 +4948,6 @@
4948
4948
  }));
4949
4949
  });
4950
4950
  }
4951
- /** version: 2.31.1 */
4951
+ /** version: 2.31.2 */
4952
4952
 
4953
4953
  })();
@@ -108,7 +108,7 @@
108
108
  var KEY__SHADOW_TOKEN = '$shadowToken$';
109
109
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
110
110
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
111
- /** version: 2.31.1 */
111
+ /** version: 2.31.2 */
112
112
 
113
113
  /*
114
114
  * Copyright (c) 2018, salesforce.com, inc.
@@ -423,7 +423,7 @@
423
423
  });
424
424
  }
425
425
  var lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
426
- /** version: 2.31.1 */
426
+ /** version: 2.31.2 */
427
427
 
428
428
  /*
429
429
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4748,6 +4748,6 @@
4748
4748
  },
4749
4749
  configurable: true
4750
4750
  });
4751
- /** version: 2.31.1 */
4751
+ /** version: 2.31.2 */
4752
4752
 
4753
4753
  })();
@@ -153,7 +153,7 @@
153
153
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
154
154
  // we can't use typeof since it will fail when transpiling.
155
155
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
156
- /** version: 2.31.1 */
156
+ /** version: 2.31.2 */
157
157
 
158
158
  /*
159
159
  * Copyright (c) 2018, salesforce.com, inc.
@@ -467,7 +467,7 @@
467
467
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
468
468
  }
469
469
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
470
- /** version: 2.31.1 */
470
+ /** version: 2.31.2 */
471
471
 
472
472
  /*
473
473
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4954,6 +4954,6 @@
4954
4954
  }));
4955
4955
  });
4956
4956
  }
4957
- /** version: 2.31.1 */
4957
+ /** version: 2.31.2 */
4958
4958
 
4959
4959
  }));
@@ -89,7 +89,7 @@
89
89
  const KEY__SHADOW_TOKEN = '$shadowToken$';
90
90
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
91
91
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
92
- /** version: 2.31.1 */
92
+ /** version: 2.31.2 */
93
93
 
94
94
  /*
95
95
  * Copyright (c) 2018, salesforce.com, inc.
@@ -403,7 +403,7 @@
403
403
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
404
404
  }
405
405
  const lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
406
- /** version: 2.31.1 */
406
+ /** version: 2.31.2 */
407
407
 
408
408
  /*
409
409
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4758,6 +4758,6 @@
4758
4758
  },
4759
4759
  configurable: true,
4760
4760
  });
4761
- /** version: 2.31.1 */
4761
+ /** version: 2.31.2 */
4762
4762
 
4763
4763
  }));
@@ -176,7 +176,7 @@
176
176
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
177
177
  return Symbol('x').toString() === 'Symbol(x)';
178
178
  }();
179
- /** version: 2.31.1 */
179
+ /** version: 2.31.2 */
180
180
 
181
181
  /*
182
182
  * Copyright (c) 2018, salesforce.com, inc.
@@ -493,7 +493,7 @@
493
493
  });
494
494
  }
495
495
  var lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
496
- /** version: 2.31.1 */
496
+ /** version: 2.31.2 */
497
497
 
498
498
  /*
499
499
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4950,6 +4950,6 @@
4950
4950
  }));
4951
4951
  });
4952
4952
  }
4953
- /** version: 2.31.1 */
4953
+ /** version: 2.31.2 */
4954
4954
 
4955
4955
  }));
@@ -110,7 +110,7 @@
110
110
  var KEY__SHADOW_TOKEN = '$shadowToken$';
111
111
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
112
112
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
113
- /** version: 2.31.1 */
113
+ /** version: 2.31.2 */
114
114
 
115
115
  /*
116
116
  * Copyright (c) 2018, salesforce.com, inc.
@@ -425,7 +425,7 @@
425
425
  });
426
426
  }
427
427
  var lwcRuntimeFlags = _globalThis.lwcRuntimeFlags;
428
- /** version: 2.31.1 */
428
+ /** version: 2.31.2 */
429
429
 
430
430
  /*
431
431
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4750,6 +4750,6 @@
4750
4750
  },
4751
4751
  configurable: true
4752
4752
  });
4753
- /** version: 2.31.1 */
4753
+ /** version: 2.31.2 */
4754
4754
 
4755
4755
  }));
@@ -7,7 +7,7 @@
7
7
  function isUndefined(obj) {
8
8
  return obj === undefined;
9
9
  }
10
- /** version: 2.31.1 */
10
+ /** version: 2.31.2 */
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.31.1 */
184
+ /** version: 2.31.2 */
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.31.1 */
13
+ /** version: 2.31.2 */
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.31.1 */
187
+ /** version: 2.31.2 */
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.31.1 */
13
+ /** version: 2.31.2 */
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.31.1 */
187
+ /** version: 2.31.2 */
188
188
 
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
@@ -21,7 +21,7 @@ var WireService = (function (exports) {
21
21
  function isUndefined(obj) {
22
22
  return obj === undefined;
23
23
  }
24
- /** version: 2.31.1 */
24
+ /** version: 2.31.2 */
25
25
 
26
26
  /*
27
27
  * Copyright (c) 2018, salesforce.com, inc.
@@ -225,7 +225,7 @@ var WireService = (function (exports) {
225
225
  }]);
226
226
  return LegacyWireAdapterBridge;
227
227
  }();
228
- /** version: 2.31.1 */
228
+ /** version: 2.31.2 */
229
229
 
230
230
  exports.ValueChangedEvent = ValueChangedEvent;
231
231
  exports.register = register;
@@ -21,7 +21,7 @@ var WireService = (function (exports) {
21
21
  function isUndefined(obj) {
22
22
  return obj === undefined;
23
23
  }
24
- /** version: 2.31.1 */
24
+ /** version: 2.31.2 */
25
25
 
26
26
  /*
27
27
  * Copyright (c) 2018, salesforce.com, inc.
@@ -225,7 +225,7 @@ var WireService = (function (exports) {
225
225
  }]);
226
226
  return LegacyWireAdapterBridge;
227
227
  }();
228
- /** version: 2.31.1 */
228
+ /** version: 2.31.2 */
229
229
 
230
230
  exports.ValueChangedEvent = ValueChangedEvent;
231
231
  exports.register = register;
@@ -13,7 +13,7 @@
13
13
  function isUndefined(obj) {
14
14
  return obj === undefined;
15
15
  }
16
- /** version: 2.31.1 */
16
+ /** version: 2.31.2 */
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.31.1 */
190
+ /** version: 2.31.2 */
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.31.1 */
16
+ /** version: 2.31.2 */
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.31.1 */
190
+ /** version: 2.31.2 */
191
191
 
192
192
  exports.ValueChangedEvent = ValueChangedEvent;
193
193
  exports.register = register;
@@ -24,7 +24,7 @@
24
24
  function isUndefined(obj) {
25
25
  return obj === undefined;
26
26
  }
27
- /** version: 2.31.1 */
27
+ /** version: 2.31.2 */
28
28
 
29
29
  /*
30
30
  * Copyright (c) 2018, salesforce.com, inc.
@@ -228,7 +228,7 @@
228
228
  }]);
229
229
  return LegacyWireAdapterBridge;
230
230
  }();
231
- /** version: 2.31.1 */
231
+ /** version: 2.31.2 */
232
232
 
233
233
  exports.ValueChangedEvent = ValueChangedEvent;
234
234
  exports.register = register;
@@ -24,7 +24,7 @@
24
24
  function isUndefined(obj) {
25
25
  return obj === undefined;
26
26
  }
27
- /** version: 2.31.1 */
27
+ /** version: 2.31.2 */
28
28
 
29
29
  /*
30
30
  * Copyright (c) 2018, salesforce.com, inc.
@@ -228,7 +228,7 @@
228
228
  }]);
229
229
  return LegacyWireAdapterBridge;
230
230
  }();
231
- /** version: 2.31.1 */
231
+ /** version: 2.31.2 */
232
232
 
233
233
  exports.ValueChangedEvent = ValueChangedEvent;
234
234
  exports.register = register;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "2.31.1",
3
+ "version": "2.31.2",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -41,12 +41,12 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@lwc/compiler": "2.31.1",
45
- "@lwc/engine-dom": "2.31.1",
46
- "@lwc/engine-server": "2.31.1",
47
- "@lwc/features": "2.31.1",
48
- "@lwc/synthetic-shadow": "2.31.1",
49
- "@lwc/wire-service": "2.31.1"
44
+ "@lwc/compiler": "2.31.2",
45
+ "@lwc/engine-dom": "2.31.2",
46
+ "@lwc/engine-server": "2.31.2",
47
+ "@lwc/features": "2.31.2",
48
+ "@lwc/synthetic-shadow": "2.31.2",
49
+ "@lwc/wire-service": "2.31.2"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {