@lwc/ssr-runtime 9.2.1 → 9.2.2
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/index.cjs +5 -7
- package/dist/index.js +5 -7
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -680,7 +680,7 @@ function normalizeTabIndex(value) {
|
|
|
680
680
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
|
681
681
|
return shouldNormalize ? 0 : value;
|
|
682
682
|
}
|
|
683
|
-
/** version: 9.2.
|
|
683
|
+
/** version: 9.2.2 */
|
|
684
684
|
|
|
685
685
|
/**
|
|
686
686
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -704,7 +704,7 @@ function normalizeTabIndex(value) {
|
|
|
704
704
|
* @param value
|
|
705
705
|
* @param msg
|
|
706
706
|
*/
|
|
707
|
-
/** version: 9.2.
|
|
707
|
+
/** version: 9.2.2 */
|
|
708
708
|
|
|
709
709
|
/*
|
|
710
710
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -728,7 +728,7 @@ class SignalBaseClass {
|
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
|
-
/** version: 9.2.
|
|
731
|
+
/** version: 9.2.2 */
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
734
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -752,13 +752,11 @@ const features = {
|
|
|
752
752
|
ENABLE_LEGACY_SCOPE_TOKENS: null,
|
|
753
753
|
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
|
|
754
754
|
ENABLE_EXPERIMENTAL_SIGNALS: null,
|
|
755
|
-
ENABLE_LEGACY_SIGNAL_CONTEXT_VALIDATION: null,
|
|
756
755
|
DISABLE_SYNTHETIC_SHADOW: null,
|
|
757
756
|
DISABLE_HOST_ATTACH_SHADOW_GUARD: null,
|
|
758
757
|
DISABLE_SCOPE_TOKEN_VALIDATION: null,
|
|
759
758
|
DISABLE_STRICT_VALIDATION: null,
|
|
760
759
|
DISABLE_DETACHED_REHYDRATION: null,
|
|
761
|
-
ENABLE_LEGACY_CONTEXT_CONNECTION: null,
|
|
762
760
|
};
|
|
763
761
|
if (!globalThis.lwcRuntimeFlags) {
|
|
764
762
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
@@ -819,7 +817,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
819
817
|
setFeatureFlag(name, value);
|
|
820
818
|
}
|
|
821
819
|
}
|
|
822
|
-
/** version: 9.2.
|
|
820
|
+
/** version: 9.2.2 */
|
|
823
821
|
|
|
824
822
|
/*
|
|
825
823
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2191,5 +2189,5 @@ exports.track = track;
|
|
|
2191
2189
|
exports.unwrap = unwrap$1;
|
|
2192
2190
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
2193
2191
|
exports.wire = wire;
|
|
2194
|
-
/** version: 9.2.
|
|
2192
|
+
/** version: 9.2.2 */
|
|
2195
2193
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -676,7 +676,7 @@ function normalizeTabIndex(value) {
|
|
|
676
676
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
|
677
677
|
return shouldNormalize ? 0 : value;
|
|
678
678
|
}
|
|
679
|
-
/** version: 9.2.
|
|
679
|
+
/** version: 9.2.2 */
|
|
680
680
|
|
|
681
681
|
/**
|
|
682
682
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -700,7 +700,7 @@ function normalizeTabIndex(value) {
|
|
|
700
700
|
* @param value
|
|
701
701
|
* @param msg
|
|
702
702
|
*/
|
|
703
|
-
/** version: 9.2.
|
|
703
|
+
/** version: 9.2.2 */
|
|
704
704
|
|
|
705
705
|
/*
|
|
706
706
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -724,7 +724,7 @@ class SignalBaseClass {
|
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
|
-
/** version: 9.2.
|
|
727
|
+
/** version: 9.2.2 */
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -748,13 +748,11 @@ const features = {
|
|
|
748
748
|
ENABLE_LEGACY_SCOPE_TOKENS: null,
|
|
749
749
|
ENABLE_FORCE_SHADOW_MIGRATE_MODE: null,
|
|
750
750
|
ENABLE_EXPERIMENTAL_SIGNALS: null,
|
|
751
|
-
ENABLE_LEGACY_SIGNAL_CONTEXT_VALIDATION: null,
|
|
752
751
|
DISABLE_SYNTHETIC_SHADOW: null,
|
|
753
752
|
DISABLE_HOST_ATTACH_SHADOW_GUARD: null,
|
|
754
753
|
DISABLE_SCOPE_TOKEN_VALIDATION: null,
|
|
755
754
|
DISABLE_STRICT_VALIDATION: null,
|
|
756
755
|
DISABLE_DETACHED_REHYDRATION: null,
|
|
757
|
-
ENABLE_LEGACY_CONTEXT_CONNECTION: null,
|
|
758
756
|
};
|
|
759
757
|
if (!globalThis.lwcRuntimeFlags) {
|
|
760
758
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
@@ -815,7 +813,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
815
813
|
setFeatureFlag(name, value);
|
|
816
814
|
}
|
|
817
815
|
}
|
|
818
|
-
/** version: 9.2.
|
|
816
|
+
/** version: 9.2.2 */
|
|
819
817
|
|
|
820
818
|
/*
|
|
821
819
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2133,5 +2131,5 @@ function* toIteratorDirective(iterable) {
|
|
|
2133
2131
|
}
|
|
2134
2132
|
|
|
2135
2133
|
export { ClassList, LightningElement, SYMBOL__DEFAULT_TEMPLATE, SYMBOL__GENERATE_MARKUP, SYMBOL__SET_INTERNALS, SignalBaseClass, addTrustedContext as __dangerous_do_not_use_addTrustedContext, addSlottedContent, api, connectContext$1 as connectContext, createContextProvider, createElement, establishContextfulRelationship, fallbackTmpl, fallbackTmplNoYield, freezeTemplate, getComponentDef, hasScopedStaticStylesheets, hot, htmlEscape, isComponentConstructor, isTrustedSignal, mutationTracker, normalizeClass, normalizeTabIndex, normalizeTextContent, parseFragment, parseSVGFragment, readonly, registerComponent, registerDecorators, registerTemplate, renderAttrs, renderAttrsNoYield, serverSideRenderComponent as renderComponent, renderStylesheets, renderTextContent, renderer, sanitizeAttribute, sanitizeHtmlContent, serverSideRenderComponent, setContextKeys, setFeatureFlag, setFeatureFlagForTest, setHooks, setTrustedContextSet, setTrustedSignalSet, swapComponent, swapStyle, swapTemplate, toIteratorDirective, track, unwrap$1 as unwrap, validateStyleTextContents, wire };
|
|
2136
|
-
/** version: 9.2.
|
|
2134
|
+
/** version: 9.2.2 */
|
|
2137
2135
|
//# 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/ssr-runtime",
|
|
7
|
-
"version": "9.2.
|
|
7
|
+
"version": "9.2.2",
|
|
8
8
|
"description": "Runtime complement to @lwc/ssr-compiler",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@lwc/shared": "9.2.
|
|
57
|
-
"@lwc/engine-core": "9.2.
|
|
58
|
-
"@lwc/features": "9.2.
|
|
59
|
-
"@lwc/signals": "9.2.
|
|
56
|
+
"@lwc/shared": "9.2.2",
|
|
57
|
+
"@lwc/engine-core": "9.2.2",
|
|
58
|
+
"@lwc/features": "9.2.2",
|
|
59
|
+
"@lwc/signals": "9.2.2",
|
|
60
60
|
"observable-membrane": "2.0.0"
|
|
61
61
|
}
|
|
62
62
|
}
|