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,8 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
/* proxy-compat-disable */
|
|
3
4
|
/**
|
|
4
5
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
5
6
|
*/
|
|
7
|
+
/* proxy-compat-disable */
|
|
6
8
|
/**
|
|
7
9
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
8
10
|
*/
|
|
@@ -447,10 +449,11 @@ function htmlEscape(str, attrMode = false) {
|
|
|
447
449
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
448
450
|
*/
|
|
449
451
|
// Increment whenever the LWC template compiler changes
|
|
450
|
-
const LWC_VERSION = "2.45.
|
|
452
|
+
const LWC_VERSION = "2.45.4";
|
|
451
453
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
452
|
-
/** version: 2.45.
|
|
454
|
+
/** version: 2.45.4 */
|
|
453
455
|
|
|
456
|
+
/* proxy-compat-disable */
|
|
454
457
|
/**
|
|
455
458
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
456
459
|
*/
|
|
@@ -527,7 +530,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
527
530
|
setFeatureFlag(name, value);
|
|
528
531
|
}
|
|
529
532
|
}
|
|
530
|
-
/** version: 2.45.
|
|
533
|
+
/** version: 2.45.4 */
|
|
531
534
|
|
|
532
535
|
/*
|
|
533
536
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -561,6 +564,7 @@ if (typeof CustomEvent !== 'function') {
|
|
|
561
564
|
});
|
|
562
565
|
}
|
|
563
566
|
|
|
567
|
+
/* proxy-compat-disable */
|
|
564
568
|
/**
|
|
565
569
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
566
570
|
*/
|
|
@@ -623,8 +627,9 @@ function applyAriaReflection(prototype = Element.prototype) {
|
|
|
623
627
|
}
|
|
624
628
|
}
|
|
625
629
|
}
|
|
626
|
-
/** version: 2.45.
|
|
630
|
+
/** version: 2.45.4 */
|
|
627
631
|
|
|
632
|
+
/* proxy-compat-disable */
|
|
628
633
|
/**
|
|
629
634
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
630
635
|
*/
|
|
@@ -6240,7 +6245,7 @@ function readonly(obj) {
|
|
|
6240
6245
|
}
|
|
6241
6246
|
return getReadOnlyProxy(obj);
|
|
6242
6247
|
}
|
|
6243
|
-
/** version: 2.45.
|
|
6248
|
+
/** version: 2.45.4 */
|
|
6244
6249
|
|
|
6245
6250
|
/*
|
|
6246
6251
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -14552,7 +14557,7 @@ seal(LightningElement.prototype);
|
|
|
14552
14557
|
function createElement() {
|
|
14553
14558
|
throw new Error('createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.');
|
|
14554
14559
|
}
|
|
14555
|
-
/** version: 2.45.
|
|
14560
|
+
/** version: 2.45.4 */
|
|
14556
14561
|
|
|
14557
14562
|
exports.LightningElement = LightningElement;
|
|
14558
14563
|
exports.api = api$1;
|