lwc 2.39.1 → 2.40.1
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.40.1";
|
|
352
352
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
353
|
-
/** version: 2.
|
|
353
|
+
/** version: 2.40.1 */
|
|
354
354
|
|
|
355
355
|
/**
|
|
356
356
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -431,7 +431,7 @@ var LWC = (function (exports) {
|
|
|
431
431
|
setFeatureFlag(name, value);
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
|
-
/** version: 2.
|
|
434
|
+
/** version: 2.40.1 */
|
|
435
435
|
|
|
436
436
|
/**
|
|
437
437
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -495,7 +495,7 @@ var LWC = (function (exports) {
|
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
|
-
/** version: 2.
|
|
498
|
+
/** version: 2.40.1 */
|
|
499
499
|
|
|
500
500
|
/*
|
|
501
501
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7791,7 +7791,7 @@ var LWC = (function (exports) {
|
|
|
7791
7791
|
}
|
|
7792
7792
|
return getReadOnlyProxy(obj);
|
|
7793
7793
|
}
|
|
7794
|
-
/* version: 2.
|
|
7794
|
+
/* version: 2.40.1 */
|
|
7795
7795
|
|
|
7796
7796
|
/*
|
|
7797
7797
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8217,7 +8217,7 @@ var LWC = (function (exports) {
|
|
|
8217
8217
|
function isNull(obj) {
|
|
8218
8218
|
return obj === null;
|
|
8219
8219
|
}
|
|
8220
|
-
/** version: 2.
|
|
8220
|
+
/** version: 2.40.1 */
|
|
8221
8221
|
|
|
8222
8222
|
/*
|
|
8223
8223
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8859,7 +8859,7 @@ var LWC = (function (exports) {
|
|
|
8859
8859
|
});
|
|
8860
8860
|
});
|
|
8861
8861
|
}
|
|
8862
|
-
/* version: 2.
|
|
8862
|
+
/* version: 2.40.1 */
|
|
8863
8863
|
|
|
8864
8864
|
exports.LightningElement = LightningElement;
|
|
8865
8865
|
exports.__unstable__ProfilerControl = profilerControl;
|