lwc 2.46.0 → 2.48.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 +8 -7
- package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.js +8 -7
- package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +6 -5
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.js +8 -7
- package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +6 -5
- package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.js +8 -7
- package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +6 -5
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.js +8 -7
- package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +6 -5
- package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.js +7 -6
- package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
- package/dist/engine-server/esm/es2017/engine-server.js +7 -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
|
@@ -320,9 +320,9 @@ var LWC = (function (exports) {
|
|
|
320
320
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
321
321
|
*/
|
|
322
322
|
// Increment whenever the LWC template compiler changes
|
|
323
|
-
const LWC_VERSION = "2.
|
|
323
|
+
const LWC_VERSION = "2.48.0";
|
|
324
324
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
325
|
-
/** version: 2.
|
|
325
|
+
/** version: 2.48.0 */
|
|
326
326
|
|
|
327
327
|
/* proxy-compat-disable */
|
|
328
328
|
/**
|
|
@@ -401,7 +401,7 @@ var LWC = (function (exports) {
|
|
|
401
401
|
setFeatureFlag(name, value);
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
|
-
/** version: 2.
|
|
404
|
+
/** version: 2.48.0 */
|
|
405
405
|
|
|
406
406
|
/* proxy-compat-disable */
|
|
407
407
|
/**
|
|
@@ -466,7 +466,7 @@ var LWC = (function (exports) {
|
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
-
/** version: 2.
|
|
469
|
+
/** version: 2.48.0 */
|
|
470
470
|
|
|
471
471
|
/*
|
|
472
472
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -3552,6 +3552,7 @@ var LWC = (function (exports) {
|
|
|
3552
3552
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
3553
3553
|
*/
|
|
3554
3554
|
function makeHostToken(token) {
|
|
3555
|
+
// Note: if this ever changes, update the `cssScopeTokens` returned by `@lwc/compiler`
|
|
3555
3556
|
return `${token}-host`;
|
|
3556
3557
|
}
|
|
3557
3558
|
function createInlineStyleVNode(content) {
|
|
@@ -7328,7 +7329,7 @@ var LWC = (function (exports) {
|
|
|
7328
7329
|
}
|
|
7329
7330
|
return getReadOnlyProxy(obj);
|
|
7330
7331
|
}
|
|
7331
|
-
/** version: 2.
|
|
7332
|
+
/** version: 2.48.0 */
|
|
7332
7333
|
|
|
7333
7334
|
/*
|
|
7334
7335
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7758,7 +7759,7 @@ var LWC = (function (exports) {
|
|
|
7758
7759
|
function isNull(obj) {
|
|
7759
7760
|
return obj === null;
|
|
7760
7761
|
}
|
|
7761
|
-
/** version: 2.
|
|
7762
|
+
/** version: 2.48.0 */
|
|
7762
7763
|
|
|
7763
7764
|
/*
|
|
7764
7765
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8377,7 +8378,7 @@ var LWC = (function (exports) {
|
|
|
8377
8378
|
});
|
|
8378
8379
|
}));
|
|
8379
8380
|
}
|
|
8380
|
-
/** version: 2.
|
|
8381
|
+
/** version: 2.48.0 */
|
|
8381
8382
|
|
|
8382
8383
|
exports.LightningElement = LightningElement;
|
|
8383
8384
|
exports.__unstable__ProfilerControl = profilerControl;
|