lwc 2.41.3 → 2.42.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.
- package/dist/engine-dom/esm/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +5 -5
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.js +7 -7
- package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +5 -5
- package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +5 -5
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.js +7 -7
- package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +5 -5
- package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.js +6 -6
- package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
- package/dist/engine-server/esm/es2017/engine-server.js +6 -6
- package/dist/engine-server/esm/es2017/engine-server.js.map +1 -1
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/wire-service/esm/es2017/wire-service.js +2 -2
- package/dist/wire-service/esm/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service.js +2 -2
- package/dist/wire-service/iife/es5/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
- package/dist/wire-service/iife/es5/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service.js +2 -2
- package/dist/wire-service/umd/es5/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es5/wire-service_debug.js.map +1 -1
- package/package.json +7 -7
|
@@ -348,9 +348,9 @@ var LWC = (function (exports) {
|
|
|
348
348
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
349
349
|
*/
|
|
350
350
|
// Increment whenever the LWC template compiler changes
|
|
351
|
-
var LWC_VERSION = "2.
|
|
351
|
+
var LWC_VERSION = "2.42.0";
|
|
352
352
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
353
|
-
/** version: 2.
|
|
353
|
+
/** version: 2.42.0 */
|
|
354
354
|
|
|
355
355
|
/**
|
|
356
356
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -430,7 +430,7 @@ var LWC = (function (exports) {
|
|
|
430
430
|
setFeatureFlag(name, value);
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
/** version: 2.
|
|
433
|
+
/** version: 2.42.0 */
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -494,7 +494,7 @@ var LWC = (function (exports) {
|
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
|
-
/** version: 2.
|
|
497
|
+
/** version: 2.42.0 */
|
|
498
498
|
|
|
499
499
|
/*
|
|
500
500
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7822,7 +7822,7 @@ var LWC = (function (exports) {
|
|
|
7822
7822
|
}
|
|
7823
7823
|
return getReadOnlyProxy(obj);
|
|
7824
7824
|
}
|
|
7825
|
-
/* version: 2.
|
|
7825
|
+
/* version: 2.42.0 */
|
|
7826
7826
|
|
|
7827
7827
|
/*
|
|
7828
7828
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8248,7 +8248,7 @@ var LWC = (function (exports) {
|
|
|
8248
8248
|
function isNull(obj) {
|
|
8249
8249
|
return obj === null;
|
|
8250
8250
|
}
|
|
8251
|
-
/** version: 2.
|
|
8251
|
+
/** version: 2.42.0 */
|
|
8252
8252
|
|
|
8253
8253
|
/*
|
|
8254
8254
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8890,7 +8890,7 @@ var LWC = (function (exports) {
|
|
|
8890
8890
|
});
|
|
8891
8891
|
});
|
|
8892
8892
|
}
|
|
8893
|
-
/* version: 2.
|
|
8893
|
+
/* version: 2.42.0 */
|
|
8894
8894
|
|
|
8895
8895
|
exports.LightningElement = LightningElement;
|
|
8896
8896
|
exports.__unstable__ProfilerControl = profilerControl;
|