@lwc/synthetic-shadow 5.0.2 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
@@ -45,7 +45,7 @@ var assert = /*#__PURE__*/Object.freeze({
|
|
45
45
|
* SPDX-License-Identifier: MIT
|
46
46
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
47
47
|
*/
|
48
|
-
const { assign, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isFrozen, keys, seal, setPrototypeOf, } = Object;
|
48
|
+
const { assign, create, defineProperties, defineProperty, entries, freeze, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isFrozen, keys, seal, setPrototypeOf, } = Object;
|
49
49
|
const { isArray } = Array;
|
50
50
|
const { concat: ArrayConcat, copyWithin: ArrayCopyWithin, every: ArrayEvery, fill: ArrayFill, filter: ArrayFilter, find: ArrayFind, findIndex: ArrayFindIndex, includes: ArrayIncludes, indexOf: ArrayIndexOf, join: ArrayJoin, map: ArrayMap, pop: ArrayPop, push: ArrayPush, reduce: ArrayReduce, reverse: ArrayReverse, shift: ArrayShift, slice: ArraySlice, some: ArraySome, sort: ArraySort, splice: ArraySplice, unshift: ArrayUnshift, forEach, } = Array.prototype;
|
51
51
|
function isUndefined(obj) {
|
@@ -115,7 +115,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
115
115
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
116
116
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
117
117
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
118
|
-
/** version: 5.0
|
118
|
+
/** version: 5.1.0 */
|
119
119
|
|
120
120
|
/**
|
121
121
|
* Copyright (C) 2023 salesforce.com, inc.
|
@@ -124,7 +124,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
124
124
|
if (!_globalThis.lwcRuntimeFlags) {
|
125
125
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
126
126
|
}
|
127
|
-
/** version: 5.0
|
127
|
+
/** version: 5.1.0 */
|
128
128
|
|
129
129
|
/*
|
130
130
|
* Copyright (c) 2018, salesforce.com, inc.
|
@@ -4260,5 +4260,5 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
4260
4260
|
},
|
4261
4261
|
configurable: true,
|
4262
4262
|
});
|
4263
|
-
/** version: 5.0
|
4263
|
+
/** version: 5.1.0 */
|
4264
4264
|
//# sourceMappingURL=index.cjs.js.map
|