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
|
@@ -313,9 +313,9 @@ var LWC = (function (exports) {
|
|
|
313
313
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
314
314
|
*/
|
|
315
315
|
// Increment whenever the LWC template compiler changes
|
|
316
|
-
var LWC_VERSION = "2.
|
|
316
|
+
var LWC_VERSION = "2.48.0";
|
|
317
317
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
318
|
-
/** version: 2.
|
|
318
|
+
/** version: 2.48.0 */
|
|
319
319
|
|
|
320
320
|
/* proxy-compat-disable */
|
|
321
321
|
/**
|
|
@@ -396,7 +396,7 @@ var LWC = (function (exports) {
|
|
|
396
396
|
setFeatureFlag(name, value);
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
|
-
/** version: 2.
|
|
399
|
+
/** version: 2.48.0 */
|
|
400
400
|
|
|
401
401
|
/* proxy-compat-disable */
|
|
402
402
|
/**
|
|
@@ -461,7 +461,7 @@ var LWC = (function (exports) {
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
|
-
/** version: 2.
|
|
464
|
+
/** version: 2.48.0 */
|
|
465
465
|
|
|
466
466
|
/*
|
|
467
467
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -3828,6 +3828,7 @@ var LWC = (function (exports) {
|
|
|
3828
3828
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
3829
3829
|
*/
|
|
3830
3830
|
function makeHostToken(token) {
|
|
3831
|
+
// Note: if this ever changes, update the `cssScopeTokens` returned by `@lwc/compiler`
|
|
3831
3832
|
return "".concat(token, "-host");
|
|
3832
3833
|
}
|
|
3833
3834
|
function createInlineStyleVNode(content) {
|
|
@@ -7694,7 +7695,7 @@ var LWC = (function (exports) {
|
|
|
7694
7695
|
}
|
|
7695
7696
|
return getReadOnlyProxy(obj);
|
|
7696
7697
|
}
|
|
7697
|
-
/** version: 2.
|
|
7698
|
+
/** version: 2.48.0 */
|
|
7698
7699
|
|
|
7699
7700
|
/*
|
|
7700
7701
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8122,7 +8123,7 @@ var LWC = (function (exports) {
|
|
|
8122
8123
|
function isNull(obj) {
|
|
8123
8124
|
return obj === null;
|
|
8124
8125
|
}
|
|
8125
|
-
/** version: 2.
|
|
8126
|
+
/** version: 2.48.0 */
|
|
8126
8127
|
|
|
8127
8128
|
/*
|
|
8128
8129
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8764,7 +8765,7 @@ var LWC = (function (exports) {
|
|
|
8764
8765
|
});
|
|
8765
8766
|
});
|
|
8766
8767
|
}
|
|
8767
|
-
/** version: 2.
|
|
8768
|
+
/** version: 2.48.0 */
|
|
8768
8769
|
|
|
8769
8770
|
exports.LightningElement = LightningElement;
|
|
8770
8771
|
exports.__unstable__ProfilerControl = profilerControl;
|