lwc 2.45.3 → 2.45.4
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 +13 -7
- package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.js +13 -7
- package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +11 -5
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.js +13 -7
- package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +11 -5
- package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.js +13 -7
- package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +11 -5
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.js +13 -7
- package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +11 -5
- package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.js +11 -6
- package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
- package/dist/engine-server/esm/es2017/engine-server.js +11 -6
- 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
|
*/
|
|
@@ -332,8 +334,9 @@ var LWC = (function (exports) {
|
|
|
332
334
|
CACHED_ATTRIBUTE_PROPERTY_MAPPING.set(attrName, propertyName);
|
|
333
335
|
return propertyName;
|
|
334
336
|
}
|
|
335
|
-
/** version: 2.45.
|
|
337
|
+
/** version: 2.45.4 */
|
|
336
338
|
|
|
339
|
+
/* proxy-compat-disable */
|
|
337
340
|
/**
|
|
338
341
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
339
342
|
*/
|
|
@@ -399,8 +402,9 @@ var LWC = (function (exports) {
|
|
|
399
402
|
*/
|
|
400
403
|
function setFeatureFlagForTest(name, value) {
|
|
401
404
|
}
|
|
402
|
-
/** version: 2.45.
|
|
405
|
+
/** version: 2.45.4 */
|
|
403
406
|
|
|
407
|
+
/* proxy-compat-disable */
|
|
404
408
|
/**
|
|
405
409
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
406
410
|
*/
|
|
@@ -463,7 +467,7 @@ var LWC = (function (exports) {
|
|
|
463
467
|
}
|
|
464
468
|
}
|
|
465
469
|
}
|
|
466
|
-
/** version: 2.45.
|
|
470
|
+
/** version: 2.45.4 */
|
|
467
471
|
|
|
468
472
|
/*
|
|
469
473
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -477,6 +481,7 @@ var LWC = (function (exports) {
|
|
|
477
481
|
applyAriaReflection();
|
|
478
482
|
}
|
|
479
483
|
|
|
484
|
+
/* proxy-compat-disable */
|
|
480
485
|
/**
|
|
481
486
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
482
487
|
*/
|
|
@@ -6270,6 +6275,7 @@ var LWC = (function (exports) {
|
|
|
6270
6275
|
function rendererFactory(baseRenderer) {
|
|
6271
6276
|
const renderer = (function (exports) {
|
|
6272
6277
|
|
|
6278
|
+
/* proxy-compat-disable */
|
|
6273
6279
|
/**
|
|
6274
6280
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
6275
6281
|
*/
|
|
@@ -6311,7 +6317,7 @@ var LWC = (function (exports) {
|
|
|
6311
6317
|
function isNull(obj) {
|
|
6312
6318
|
return obj === null;
|
|
6313
6319
|
}
|
|
6314
|
-
/** version: 2.45.
|
|
6320
|
+
/** version: 2.45.4 */
|
|
6315
6321
|
|
|
6316
6322
|
/*
|
|
6317
6323
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -6922,7 +6928,7 @@ var LWC = (function (exports) {
|
|
|
6922
6928
|
});
|
|
6923
6929
|
}));
|
|
6924
6930
|
}
|
|
6925
|
-
/** version: 2.45.
|
|
6931
|
+
/** version: 2.45.4 */
|
|
6926
6932
|
|
|
6927
6933
|
exports.LightningElement = LightningElement;
|
|
6928
6934
|
exports.__unstable__ProfilerControl = profilerControl;
|