@lwc/ssr-runtime 8.26.2 → 8.27.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/dist/index.cjs.js +10 -10
- package/dist/index.js +10 -10
- package/package.json +5 -5
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
|
'use strict';
|
|
5
5
|
|
|
@@ -214,7 +214,7 @@ const hot = undefined;
|
|
|
214
214
|
/* v8 ignore stop */
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
* Copyright (c)
|
|
217
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
218
218
|
*/
|
|
219
219
|
/*
|
|
220
220
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -680,13 +680,13 @@ function normalizeTabIndex(value) {
|
|
|
680
680
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
|
681
681
|
return shouldNormalize ? 0 : value;
|
|
682
682
|
}
|
|
683
|
-
/** version: 8.
|
|
683
|
+
/** version: 8.27.0 */
|
|
684
684
|
|
|
685
685
|
/**
|
|
686
|
-
* Copyright (c)
|
|
686
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
687
687
|
*/
|
|
688
688
|
/**
|
|
689
|
-
* Copyright (c)
|
|
689
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
690
690
|
*/
|
|
691
691
|
/*
|
|
692
692
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -704,7 +704,7 @@ function normalizeTabIndex(value) {
|
|
|
704
704
|
* @param value
|
|
705
705
|
* @param msg
|
|
706
706
|
*/
|
|
707
|
-
/** version: 8.
|
|
707
|
+
/** version: 8.27.0 */
|
|
708
708
|
|
|
709
709
|
/*
|
|
710
710
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -728,10 +728,10 @@ class SignalBaseClass {
|
|
|
728
728
|
}
|
|
729
729
|
}
|
|
730
730
|
}
|
|
731
|
-
/** version: 8.
|
|
731
|
+
/** version: 8.27.0 */
|
|
732
732
|
|
|
733
733
|
/**
|
|
734
|
-
* Copyright (c)
|
|
734
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
735
735
|
*/
|
|
736
736
|
|
|
737
737
|
/*
|
|
@@ -819,7 +819,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
819
819
|
setFeatureFlag(name, value);
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
|
-
/** version: 8.
|
|
822
|
+
/** version: 8.27.0 */
|
|
823
823
|
|
|
824
824
|
/*
|
|
825
825
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2190,5 +2190,5 @@ exports.track = track;
|
|
|
2190
2190
|
exports.unwrap = unwrap$1;
|
|
2191
2191
|
exports.validateStyleTextContents = validateStyleTextContents;
|
|
2192
2192
|
exports.wire = wire;
|
|
2193
|
-
/** version: 8.
|
|
2193
|
+
/** version: 8.27.0 */
|
|
2194
2194
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
3
3
|
*/
|
|
4
4
|
/*
|
|
5
5
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -210,7 +210,7 @@ const hot = undefined;
|
|
|
210
210
|
/* v8 ignore stop */
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
|
-
* Copyright (c)
|
|
213
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
214
214
|
*/
|
|
215
215
|
/*
|
|
216
216
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -676,13 +676,13 @@ function normalizeTabIndex(value) {
|
|
|
676
676
|
const shouldNormalize = value > 0 && typeof value !== 'boolean';
|
|
677
677
|
return shouldNormalize ? 0 : value;
|
|
678
678
|
}
|
|
679
|
-
/** version: 8.
|
|
679
|
+
/** version: 8.27.0 */
|
|
680
680
|
|
|
681
681
|
/**
|
|
682
|
-
* Copyright (c)
|
|
682
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
683
683
|
*/
|
|
684
684
|
/**
|
|
685
|
-
* Copyright (c)
|
|
685
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
686
686
|
*/
|
|
687
687
|
/*
|
|
688
688
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -700,7 +700,7 @@ function normalizeTabIndex(value) {
|
|
|
700
700
|
* @param value
|
|
701
701
|
* @param msg
|
|
702
702
|
*/
|
|
703
|
-
/** version: 8.
|
|
703
|
+
/** version: 8.27.0 */
|
|
704
704
|
|
|
705
705
|
/*
|
|
706
706
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -724,10 +724,10 @@ class SignalBaseClass {
|
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
726
|
}
|
|
727
|
-
/** version: 8.
|
|
727
|
+
/** version: 8.27.0 */
|
|
728
728
|
|
|
729
729
|
/**
|
|
730
|
-
* Copyright (c)
|
|
730
|
+
* Copyright (c) 2026 Salesforce, Inc.
|
|
731
731
|
*/
|
|
732
732
|
|
|
733
733
|
/*
|
|
@@ -815,7 +815,7 @@ function setFeatureFlagForTest(name, value) {
|
|
|
815
815
|
setFeatureFlag(name, value);
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
/** version: 8.
|
|
818
|
+
/** version: 8.27.0 */
|
|
819
819
|
|
|
820
820
|
/*
|
|
821
821
|
* Copyright (c) 2024, Salesforce, Inc.
|
|
@@ -2132,5 +2132,5 @@ function* toIteratorDirective(iterable) {
|
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
2134
|
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 };
|
|
2135
|
-
/** version: 8.
|
|
2135
|
+
/** version: 8.27.0 */
|
|
2136
2136
|
//# 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": "8.
|
|
7
|
+
"version": "8.27.0",
|
|
8
8
|
"description": "Runtime complement to @lwc/ssr-compiler",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@lwc/shared": "8.
|
|
52
|
-
"@lwc/engine-core": "8.
|
|
53
|
-
"@lwc/features": "8.
|
|
54
|
-
"@lwc/signals": "8.
|
|
51
|
+
"@lwc/shared": "8.27.0",
|
|
52
|
+
"@lwc/engine-core": "8.27.0",
|
|
53
|
+
"@lwc/features": "8.27.0",
|
|
54
|
+
"@lwc/signals": "8.27.0",
|
|
55
55
|
"observable-membrane": "2.0.0"
|
|
56
56
|
}
|
|
57
57
|
}
|