@lwc/ssr-runtime 9.4.0 → 9.4.1
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 +12 -5
- package/dist/index.js +12 -5
- 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.4.
|
|
683
|
+
/** version: 9.4.1 */
|
|
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.4.
|
|
707
|
+
/** version: 9.4.1 */
|
|
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.4.
|
|
731
|
+
/** version: 9.4.1 */
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
734
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -754,11 +754,18 @@ const features = {
|
|
|
754
754
|
DISABLE_HOST_ATTACH_SHADOW_GUARD: null,
|
|
755
755
|
DISABLE_STRICT_VALIDATION: null,
|
|
756
756
|
DISABLE_DETACHED_REHYDRATION: null,
|
|
757
|
+
DISABLE_BRIDGE_ELEMENT_PROPERTY_GUARD: null,
|
|
757
758
|
// Remove in 270
|
|
758
759
|
ENABLE_LEGACY_ITEM_POLYFILL: null,
|
|
760
|
+
// Remove in 270
|
|
759
761
|
ENABLE_SHADOW_ROOT_UNDEFINED_GET_ELEMENT_BY_ID: null,
|
|
760
762
|
// Remove in 270
|
|
761
763
|
ENABLE_BROKEN_HTML_COLLECTION_NAMED_ITEM: null,
|
|
764
|
+
// Remove in 270
|
|
765
|
+
ENABLE_LEGACY_ATTRIBUTE_CHANGED_CALLBACK: null,
|
|
766
|
+
// Remove in 270
|
|
767
|
+
DISABLE_HYDRATION_CUSTOM_ELEMENT_CHECK: null,
|
|
768
|
+
DISABLE_SANITIZED_HTML_CONTENT_IDENTITY_CHECK: null,
|
|
762
769
|
};
|
|
763
770
|
if (!globalThis.lwcRuntimeFlags) {
|
|
764
771
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
@@ -819,7 +826,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
819
826
|
setFeatureFlag(name, value);
|
|
820
827
|
}
|
|
821
828
|
}
|
|
822
|
-
/** version: 9.4.
|
|
829
|
+
/** version: 9.4.1 */
|
|
823
830
|
|
|
824
831
|
/*
|
|
825
832
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2322,5 +2329,5 @@ exports.track = track;
|
|
|
2322
2329
|
exports.unwrap = unwrap$1;
|
|
2323
2330
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
2324
2331
|
exports.wire = wire;
|
|
2325
|
-
/** version: 9.4.
|
|
2332
|
+
/** version: 9.4.1 */
|
|
2326
2333
|
//# 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.4.
|
|
679
|
+
/** version: 9.4.1 */
|
|
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.4.
|
|
703
|
+
/** version: 9.4.1 */
|
|
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.4.
|
|
727
|
+
/** version: 9.4.1 */
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
730
|
* Copyright (c) 2026 Salesforce, Inc.
|
|
@@ -750,11 +750,18 @@ const features = {
|
|
|
750
750
|
DISABLE_HOST_ATTACH_SHADOW_GUARD: null,
|
|
751
751
|
DISABLE_STRICT_VALIDATION: null,
|
|
752
752
|
DISABLE_DETACHED_REHYDRATION: null,
|
|
753
|
+
DISABLE_BRIDGE_ELEMENT_PROPERTY_GUARD: null,
|
|
753
754
|
// Remove in 270
|
|
754
755
|
ENABLE_LEGACY_ITEM_POLYFILL: null,
|
|
756
|
+
// Remove in 270
|
|
755
757
|
ENABLE_SHADOW_ROOT_UNDEFINED_GET_ELEMENT_BY_ID: null,
|
|
756
758
|
// Remove in 270
|
|
757
759
|
ENABLE_BROKEN_HTML_COLLECTION_NAMED_ITEM: null,
|
|
760
|
+
// Remove in 270
|
|
761
|
+
ENABLE_LEGACY_ATTRIBUTE_CHANGED_CALLBACK: null,
|
|
762
|
+
// Remove in 270
|
|
763
|
+
DISABLE_HYDRATION_CUSTOM_ELEMENT_CHECK: null,
|
|
764
|
+
DISABLE_SANITIZED_HTML_CONTENT_IDENTITY_CHECK: null,
|
|
758
765
|
};
|
|
759
766
|
if (!globalThis.lwcRuntimeFlags) {
|
|
760
767
|
Object.defineProperty(globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
@@ -815,7 +822,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
815
822
|
setFeatureFlag(name, value);
|
|
816
823
|
}
|
|
817
824
|
}
|
|
818
|
-
/** version: 9.4.
|
|
825
|
+
/** version: 9.4.1 */
|
|
819
826
|
|
|
820
827
|
/*
|
|
821
828
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2262,5 +2269,5 @@ function setStaticInternals(Component, defaultTagName, cmpPublicProps, wireAdapt
|
|
|
2262
2269
|
}
|
|
2263
2270
|
|
|
2264
2271
|
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, registerPublicProperties, registerTemplate, renderAttrs, renderAttrsNoYield, serverSideRenderComponent as renderComponent, renderStylesheets, renderTextContent, renderer, sanitizeAttribute, sanitizeHtmlContent, serverSideRenderComponent, setContextKeys, setFeatureFlag, setFeatureFlagForTest, setHooks, setStaticInternals, setTrustedContextSet, setTrustedSignalSet, swapComponent, swapStyle, swapTemplate, toIteratorDirective, track, unwrap$1 as unwrap, validateStyleTextContents, wire };
|
|
2265
|
-
/** version: 9.4.
|
|
2272
|
+
/** version: 9.4.1 */
|
|
2266
2273
|
//# 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.4.
|
|
7
|
+
"version": "9.4.1",
|
|
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.4.
|
|
57
|
-
"@lwc/engine-core": "9.4.
|
|
58
|
-
"@lwc/features": "9.4.
|
|
59
|
-
"@lwc/signals": "9.4.
|
|
56
|
+
"@lwc/shared": "9.4.1",
|
|
57
|
+
"@lwc/engine-core": "9.4.1",
|
|
58
|
+
"@lwc/features": "9.4.1",
|
|
59
|
+
"@lwc/signals": "9.4.1",
|
|
60
60
|
"observable-membrane": "2.0.0"
|
|
61
61
|
}
|
|
62
62
|
}
|