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
|
@@ -32,9 +32,11 @@
|
|
|
32
32
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
33
33
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
34
34
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
35
|
+
/* proxy-compat-disable */
|
|
35
36
|
/**
|
|
36
37
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
37
38
|
*/
|
|
39
|
+
/* proxy-compat-disable */
|
|
38
40
|
/**
|
|
39
41
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
40
42
|
*/
|
|
@@ -343,10 +345,11 @@
|
|
|
343
345
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
344
346
|
*/
|
|
345
347
|
// Increment whenever the LWC template compiler changes
|
|
346
|
-
var LWC_VERSION = "2.45.
|
|
348
|
+
var LWC_VERSION = "2.45.4";
|
|
347
349
|
var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
348
|
-
/** version: 2.45.
|
|
350
|
+
/** version: 2.45.4 */
|
|
349
351
|
|
|
352
|
+
/* proxy-compat-disable */
|
|
350
353
|
/**
|
|
351
354
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
352
355
|
*/
|
|
@@ -425,8 +428,9 @@
|
|
|
425
428
|
setFeatureFlag(name, value);
|
|
426
429
|
}
|
|
427
430
|
}
|
|
428
|
-
/** version: 2.45.
|
|
431
|
+
/** version: 2.45.4 */
|
|
429
432
|
|
|
433
|
+
/* proxy-compat-disable */
|
|
430
434
|
/**
|
|
431
435
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
432
436
|
*/
|
|
@@ -489,7 +493,7 @@
|
|
|
489
493
|
}
|
|
490
494
|
}
|
|
491
495
|
}
|
|
492
|
-
/** version: 2.45.
|
|
496
|
+
/** version: 2.45.4 */
|
|
493
497
|
|
|
494
498
|
/*
|
|
495
499
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -503,6 +507,7 @@
|
|
|
503
507
|
applyAriaReflection();
|
|
504
508
|
}
|
|
505
509
|
|
|
510
|
+
/* proxy-compat-disable */
|
|
506
511
|
/**
|
|
507
512
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
508
513
|
*/
|
|
@@ -7739,7 +7744,7 @@
|
|
|
7739
7744
|
}
|
|
7740
7745
|
return getReadOnlyProxy(obj);
|
|
7741
7746
|
}
|
|
7742
|
-
/** version: 2.45.
|
|
7747
|
+
/** version: 2.45.4 */
|
|
7743
7748
|
|
|
7744
7749
|
/*
|
|
7745
7750
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -8126,6 +8131,7 @@
|
|
|
8126
8131
|
*/
|
|
8127
8132
|
function rendererFactory(baseRenderer) {
|
|
8128
8133
|
var renderer = function (exports) {
|
|
8134
|
+
/* proxy-compat-disable */
|
|
8129
8135
|
/**
|
|
8130
8136
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
8131
8137
|
*/
|
|
@@ -8166,7 +8172,7 @@
|
|
|
8166
8172
|
function isNull(obj) {
|
|
8167
8173
|
return obj === null;
|
|
8168
8174
|
}
|
|
8169
|
-
/** version: 2.45.
|
|
8175
|
+
/** version: 2.45.4 */
|
|
8170
8176
|
|
|
8171
8177
|
/*
|
|
8172
8178
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8808,7 +8814,7 @@
|
|
|
8808
8814
|
});
|
|
8809
8815
|
});
|
|
8810
8816
|
}
|
|
8811
|
-
/** version: 2.45.
|
|
8817
|
+
/** version: 2.45.4 */
|
|
8812
8818
|
|
|
8813
8819
|
exports.LightningElement = LightningElement;
|
|
8814
8820
|
exports.__unstable__ProfilerControl = profilerControl;
|