lwc 2.45.3 → 2.45.4

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 (59) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +13 -7
  2. package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
  3. package/dist/engine-dom/iife/es2017/engine-dom.js +13 -7
  4. package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
  5. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +11 -5
  6. package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
  7. package/dist/engine-dom/iife/es5/engine-dom.js +13 -7
  8. package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
  9. package/dist/engine-dom/iife/es5/engine-dom_debug.js +11 -5
  10. package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
  11. package/dist/engine-dom/umd/es2017/engine-dom.js +13 -7
  12. package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
  13. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +11 -5
  14. package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
  15. package/dist/engine-dom/umd/es5/engine-dom.js +13 -7
  16. package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
  17. package/dist/engine-dom/umd/es5/engine-dom_debug.js +11 -5
  18. package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
  19. package/dist/engine-server/commonjs/es2017/engine-server.js +11 -6
  20. package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
  21. package/dist/engine-server/esm/es2017/engine-server.js +11 -6
  22. package/dist/engine-server/esm/es2017/engine-server.js.map +1 -1
  23. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +6 -3
  24. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js.map +1 -1
  25. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +6 -3
  26. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js.map +1 -1
  27. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +6 -3
  28. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js.map +1 -1
  29. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +6 -3
  30. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js.map +1 -1
  31. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +4 -3
  32. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js.map +1 -1
  33. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +6 -3
  34. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js.map +1 -1
  35. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +6 -3
  36. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js.map +1 -1
  37. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +6 -3
  38. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js.map +1 -1
  39. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +4 -3
  40. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js.map +1 -1
  41. package/dist/wire-service/esm/es2017/wire-service.js +4 -2
  42. package/dist/wire-service/esm/es2017/wire-service.js.map +1 -1
  43. package/dist/wire-service/iife/es2017/wire-service.js +4 -2
  44. package/dist/wire-service/iife/es2017/wire-service.js.map +1 -1
  45. package/dist/wire-service/iife/es2017/wire-service_debug.js +4 -2
  46. package/dist/wire-service/iife/es2017/wire-service_debug.js.map +1 -1
  47. package/dist/wire-service/iife/es5/wire-service.js +4 -2
  48. package/dist/wire-service/iife/es5/wire-service.js.map +1 -1
  49. package/dist/wire-service/iife/es5/wire-service_debug.js +4 -2
  50. package/dist/wire-service/iife/es5/wire-service_debug.js.map +1 -1
  51. package/dist/wire-service/umd/es2017/wire-service.js +4 -2
  52. package/dist/wire-service/umd/es2017/wire-service.js.map +1 -1
  53. package/dist/wire-service/umd/es2017/wire-service_debug.js +4 -2
  54. package/dist/wire-service/umd/es2017/wire-service_debug.js.map +1 -1
  55. package/dist/wire-service/umd/es5/wire-service.js +4 -2
  56. package/dist/wire-service/umd/es5/wire-service.js.map +1 -1
  57. package/dist/wire-service/umd/es5/wire-service_debug.js +4 -2
  58. package/dist/wire-service/umd/es5/wire-service_debug.js.map +1 -1
  59. package/package.json +7 -7
@@ -4,9 +4,11 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.LWC = {}));
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
+ /* proxy-compat-disable */
7
8
  /**
8
9
  * Copyright (C) 2023 salesforce.com, inc.
9
10
  */
11
+ /* proxy-compat-disable */
10
12
  /**
11
13
  * Copyright (C) 2023 salesforce.com, inc.
12
14
  */
@@ -346,10 +348,11 @@
346
348
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
347
349
  */
348
350
  // Increment whenever the LWC template compiler changes
349
- const LWC_VERSION = "2.45.3";
351
+ const LWC_VERSION = "2.45.4";
350
352
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
351
- /** version: 2.45.3 */
353
+ /** version: 2.45.4 */
352
354
 
355
+ /* proxy-compat-disable */
353
356
  /**
354
357
  * Copyright (C) 2023 salesforce.com, inc.
355
358
  */
@@ -426,8 +429,9 @@
426
429
  setFeatureFlag(name, value);
427
430
  }
428
431
  }
429
- /** version: 2.45.3 */
432
+ /** version: 2.45.4 */
430
433
 
434
+ /* proxy-compat-disable */
431
435
  /**
432
436
  * Copyright (C) 2023 salesforce.com, inc.
433
437
  */
@@ -490,7 +494,7 @@
490
494
  }
491
495
  }
492
496
  }
493
- /** version: 2.45.3 */
497
+ /** version: 2.45.4 */
494
498
 
495
499
  /*
496
500
  * Copyright (c) 2018, salesforce.com, inc.
@@ -504,6 +508,7 @@
504
508
  applyAriaReflection();
505
509
  }
506
510
 
511
+ /* proxy-compat-disable */
507
512
  /**
508
513
  * Copyright (C) 2023 salesforce.com, inc.
509
514
  */
@@ -7376,7 +7381,7 @@
7376
7381
  }
7377
7382
  return getReadOnlyProxy(obj);
7378
7383
  }
7379
- /** version: 2.45.3 */
7384
+ /** version: 2.45.4 */
7380
7385
 
7381
7386
  /*
7382
7387
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7764,6 +7769,7 @@
7764
7769
  function rendererFactory(baseRenderer) {
7765
7770
  const renderer = (function (exports) {
7766
7771
 
7772
+ /* proxy-compat-disable */
7767
7773
  /**
7768
7774
  * Copyright (C) 2023 salesforce.com, inc.
7769
7775
  */
@@ -7805,7 +7811,7 @@
7805
7811
  function isNull(obj) {
7806
7812
  return obj === null;
7807
7813
  }
7808
- /** version: 2.45.3 */
7814
+ /** version: 2.45.4 */
7809
7815
 
7810
7816
  /*
7811
7817
  * Copyright (c) 2023, salesforce.com, inc.
@@ -8424,7 +8430,7 @@
8424
8430
  });
8425
8431
  }));
8426
8432
  }
8427
- /** version: 2.45.3 */
8433
+ /** version: 2.45.4 */
8428
8434
 
8429
8435
  exports.LightningElement = LightningElement;
8430
8436
  exports.__unstable__ProfilerControl = profilerControl;