lwc 2.45.3 → 2.45.5
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.
- package/dist/engine-dom/esm/es2017/engine-dom.js +19 -8
- package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.js +19 -8
- package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.min.js +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +17 -6
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.js +33 -18
- package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.min.js +1 -1
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +31 -16
- package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.js +19 -8
- package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.min.js +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +17 -6
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.js +33 -18
- package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.min.js +1 -1
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +31 -16
- package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.js +17 -7
- package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.min.js +1 -1
- package/dist/engine-server/esm/es2017/engine-server.js +17 -7
- package/dist/engine-server/esm/es2017/engine-server.js.map +1 -1
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +6 -3
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +6 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +6 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +6 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +4 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +6 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +6 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +6 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +4 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/wire-service/esm/es2017/wire-service.js +4 -2
- package/dist/wire-service/esm/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service.js +4 -2
- package/dist/wire-service/iife/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service_debug.js +4 -2
- package/dist/wire-service/iife/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service.js +4 -2
- package/dist/wire-service/iife/es5/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service_debug.js +4 -2
- package/dist/wire-service/iife/es5/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service.js +4 -2
- package/dist/wire-service/umd/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service_debug.js +4 -2
- package/dist/wire-service/umd/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service.js +4 -2
- package/dist/wire-service/umd/es5/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service_debug.js +4 -2
- package/dist/wire-service/umd/es5/wire-service_debug.js.map +1 -1
- package/package.json +7 -7
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
var LWC = (function (exports) {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
+
/* proxy-compat-disable */
|
|
4
5
|
/**
|
|
5
6
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
6
7
|
*/
|
|
8
|
+
/* proxy-compat-disable */
|
|
7
9
|
/**
|
|
8
10
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
9
11
|
*/
|
|
@@ -343,10 +345,11 @@ var LWC = (function (exports) {
|
|
|
343
345
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
344
346
|
*/
|
|
345
347
|
// Increment whenever the LWC template compiler changes
|
|
346
|
-
const LWC_VERSION = "2.45.
|
|
348
|
+
const LWC_VERSION = "2.45.5";
|
|
347
349
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
348
|
-
/** version: 2.45.
|
|
350
|
+
/** version: 2.45.5 */
|
|
349
351
|
|
|
352
|
+
/* proxy-compat-disable */
|
|
350
353
|
/**
|
|
351
354
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
352
355
|
*/
|
|
@@ -423,8 +426,9 @@ var LWC = (function (exports) {
|
|
|
423
426
|
setFeatureFlag(name, value);
|
|
424
427
|
}
|
|
425
428
|
}
|
|
426
|
-
/** version: 2.45.
|
|
429
|
+
/** version: 2.45.5 */
|
|
427
430
|
|
|
431
|
+
/* proxy-compat-disable */
|
|
428
432
|
/**
|
|
429
433
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
430
434
|
*/
|
|
@@ -487,7 +491,7 @@ var LWC = (function (exports) {
|
|
|
487
491
|
}
|
|
488
492
|
}
|
|
489
493
|
}
|
|
490
|
-
/** version: 2.45.
|
|
494
|
+
/** version: 2.45.5 */
|
|
491
495
|
|
|
492
496
|
/*
|
|
493
497
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -501,6 +505,7 @@ var LWC = (function (exports) {
|
|
|
501
505
|
applyAriaReflection();
|
|
502
506
|
}
|
|
503
507
|
|
|
508
|
+
/* proxy-compat-disable */
|
|
504
509
|
/**
|
|
505
510
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
506
511
|
*/
|
|
@@ -4973,7 +4978,12 @@ var LWC = (function (exports) {
|
|
|
4973
4978
|
// undefined is for root components, but root components cannot accept slotted content
|
|
4974
4979
|
setVMBeingRendered(slotset.owner);
|
|
4975
4980
|
try {
|
|
4976
|
-
|
|
4981
|
+
// The factory function is a template snippet from the slot set owner's template,
|
|
4982
|
+
// hence switch over to the slot set owner's template reactive observer
|
|
4983
|
+
const { tro } = slotset.owner;
|
|
4984
|
+
tro.observe(() => {
|
|
4985
|
+
ArrayPush$1.call(newChildren, vnode.factory(data.slotData, data.key));
|
|
4986
|
+
});
|
|
4977
4987
|
}
|
|
4978
4988
|
finally {
|
|
4979
4989
|
setVMBeingRendered(vmBeingRenderedInception);
|
|
@@ -7373,7 +7383,7 @@ var LWC = (function (exports) {
|
|
|
7373
7383
|
}
|
|
7374
7384
|
return getReadOnlyProxy(obj);
|
|
7375
7385
|
}
|
|
7376
|
-
/** version: 2.45.
|
|
7386
|
+
/** version: 2.45.5 */
|
|
7377
7387
|
|
|
7378
7388
|
/*
|
|
7379
7389
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7761,6 +7771,7 @@ var LWC = (function (exports) {
|
|
|
7761
7771
|
function rendererFactory(baseRenderer) {
|
|
7762
7772
|
const renderer = (function (exports) {
|
|
7763
7773
|
|
|
7774
|
+
/* proxy-compat-disable */
|
|
7764
7775
|
/**
|
|
7765
7776
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
7766
7777
|
*/
|
|
@@ -7802,7 +7813,7 @@ var LWC = (function (exports) {
|
|
|
7802
7813
|
function isNull(obj) {
|
|
7803
7814
|
return obj === null;
|
|
7804
7815
|
}
|
|
7805
|
-
/** version: 2.45.
|
|
7816
|
+
/** version: 2.45.5 */
|
|
7806
7817
|
|
|
7807
7818
|
/*
|
|
7808
7819
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8421,7 +8432,7 @@ var LWC = (function (exports) {
|
|
|
8421
8432
|
});
|
|
8422
8433
|
}));
|
|
8423
8434
|
}
|
|
8424
|
-
/** version: 2.45.
|
|
8435
|
+
/** version: 2.45.5 */
|
|
8425
8436
|
|
|
8426
8437
|
exports.LightningElement = LightningElement;
|
|
8427
8438
|
exports.__unstable__ProfilerControl = profilerControl;
|