@lwc/synthetic-shadow 8.26.2 → 8.28.0
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/LICENSE.md +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.js +6 -6
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MIT LICENSE
|
|
4
4
|
|
|
5
|
-
Copyright (c)
|
|
5
|
+
Copyright (c) 2026, Salesforce, Inc.
|
|
6
6
|
All rights reserved.
|
|
7
7
|
|
|
8
8
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
if (!globalThis.lwcRuntimeFlags) {
|
|
5
5
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: Object.create(null) });
|
|
@@ -8,7 +8,7 @@ if (!lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE && !lwcRuntimeFlags.DISABL
|
|
|
8
8
|
'use strict';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Copyright (c)
|
|
11
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
12
12
|
*/
|
|
13
13
|
/*
|
|
14
14
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -197,15 +197,15 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
|
197
197
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
198
198
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
199
199
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
200
|
-
/** version: 8.
|
|
200
|
+
/** version: 8.28.0 */
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
|
-
* Copyright (c)
|
|
203
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
204
204
|
*/
|
|
205
205
|
if (!globalThis.lwcRuntimeFlags) {
|
|
206
206
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
207
207
|
}
|
|
208
|
-
/** version: 8.
|
|
208
|
+
/** version: 8.28.0 */
|
|
209
209
|
|
|
210
210
|
/*
|
|
211
211
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4363,6 +4363,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4363
4363
|
},
|
|
4364
4364
|
configurable: true,
|
|
4365
4365
|
});
|
|
4366
|
-
/** version: 8.
|
|
4366
|
+
/** version: 8.28.0 */
|
|
4367
4367
|
}
|
|
4368
4368
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
if (!globalThis.lwcRuntimeFlags) {
|
|
5
5
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: Object.create(null) });
|
|
6
6
|
}
|
|
7
7
|
if (!lwcRuntimeFlags.ENABLE_FORCE_SHADOW_MIGRATE_MODE && !lwcRuntimeFlags.DISABLE_SYNTHETIC_SHADOW) {
|
|
8
8
|
/**
|
|
9
|
-
* Copyright (c)
|
|
9
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
10
10
|
*/
|
|
11
11
|
/*
|
|
12
12
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -195,15 +195,15 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
|
195
195
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
196
196
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
197
197
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
198
|
-
/** version: 8.
|
|
198
|
+
/** version: 8.28.0 */
|
|
199
199
|
|
|
200
200
|
/**
|
|
201
|
-
* Copyright (c)
|
|
201
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
202
202
|
*/
|
|
203
203
|
if (!globalThis.lwcRuntimeFlags) {
|
|
204
204
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
205
205
|
}
|
|
206
|
-
/** version: 8.
|
|
206
|
+
/** version: 8.28.0 */
|
|
207
207
|
|
|
208
208
|
/*
|
|
209
209
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4361,6 +4361,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4361
4361
|
},
|
|
4362
4362
|
configurable: true,
|
|
4363
4363
|
});
|
|
4364
|
-
/** version: 8.
|
|
4364
|
+
/** version: 8.28.0 */
|
|
4365
4365
|
}
|
|
4366
4366
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
|
5
5
|
],
|
|
6
6
|
"name": "@lwc/synthetic-shadow",
|
|
7
|
-
"version": "8.
|
|
7
|
+
"version": "8.28.0",
|
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@lwc/features": "8.
|
|
50
|
-
"@lwc/shared": "8.
|
|
49
|
+
"@lwc/features": "8.28.0",
|
|
50
|
+
"@lwc/shared": "8.28.0"
|
|
51
51
|
},
|
|
52
52
|
"lwc": {
|
|
53
53
|
"modules": [
|