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,6 +1,8 @@
|
|
|
1
|
+
/* proxy-compat-disable */
|
|
1
2
|
/**
|
|
2
3
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
3
4
|
*/
|
|
5
|
+
/* proxy-compat-disable */
|
|
4
6
|
/**
|
|
5
7
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
6
8
|
*/
|
|
@@ -445,10 +447,11 @@ function htmlEscape(str, attrMode = false) {
|
|
|
445
447
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
446
448
|
*/
|
|
447
449
|
// Increment whenever the LWC template compiler changes
|
|
448
|
-
const LWC_VERSION = "2.45.
|
|
450
|
+
const LWC_VERSION = "2.45.4";
|
|
449
451
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
450
|
-
/** version: 2.45.
|
|
452
|
+
/** version: 2.45.4 */
|
|
451
453
|
|
|
454
|
+
/* proxy-compat-disable */
|
|
452
455
|
/**
|
|
453
456
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
454
457
|
*/
|
|
@@ -525,7 +528,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
525
528
|
setFeatureFlag(name, value);
|
|
526
529
|
}
|
|
527
530
|
}
|
|
528
|
-
/** version: 2.45.
|
|
531
|
+
/** version: 2.45.4 */
|
|
529
532
|
|
|
530
533
|
/*
|
|
531
534
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -559,6 +562,7 @@ if (typeof CustomEvent !== 'function') {
|
|
|
559
562
|
});
|
|
560
563
|
}
|
|
561
564
|
|
|
565
|
+
/* proxy-compat-disable */
|
|
562
566
|
/**
|
|
563
567
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
564
568
|
*/
|
|
@@ -621,8 +625,9 @@ function applyAriaReflection(prototype = Element.prototype) {
|
|
|
621
625
|
}
|
|
622
626
|
}
|
|
623
627
|
}
|
|
624
|
-
/** version: 2.45.
|
|
628
|
+
/** version: 2.45.4 */
|
|
625
629
|
|
|
630
|
+
/* proxy-compat-disable */
|
|
626
631
|
/**
|
|
627
632
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
628
633
|
*/
|
|
@@ -6238,7 +6243,7 @@ function readonly(obj) {
|
|
|
6238
6243
|
}
|
|
6239
6244
|
return getReadOnlyProxy(obj);
|
|
6240
6245
|
}
|
|
6241
|
-
/** version: 2.45.
|
|
6246
|
+
/** version: 2.45.4 */
|
|
6242
6247
|
|
|
6243
6248
|
/*
|
|
6244
6249
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -14550,7 +14555,7 @@ seal(LightningElement.prototype);
|
|
|
14550
14555
|
function createElement() {
|
|
14551
14556
|
throw new Error('createElement is not supported in @lwc/engine-server, only @lwc/engine-dom.');
|
|
14552
14557
|
}
|
|
14553
|
-
/** version: 2.45.
|
|
14558
|
+
/** version: 2.45.4 */
|
|
14554
14559
|
|
|
14555
14560
|
export { LightningElement, api$1 as api, createContextProvider, createElement, freezeTemplate, getComponentDef, isComponentConstructor, parseFragment$1 as parseFragment, parseFragment$1 as parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, renderer, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
|
|
14556
14561
|
//# sourceMappingURL=engine-server.js.map
|