@lwc/shared 9.0.4-alpha.2 → 9.1.1-alpha.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 → index.cjs} +9 -4
- package/dist/index.js +8 -3
- package/package.json +7 -2
|
@@ -748,7 +748,12 @@ const AMBIGUOUS_PROP_SET = /*@__PURE__@*/ new Map([
|
|
|
748
748
|
* by users on their components.
|
|
749
749
|
* We throw for these.
|
|
750
750
|
*/
|
|
751
|
-
const DISALLOWED_PROP_SET = /*@__PURE__@*/ new Set([
|
|
751
|
+
const DISALLOWED_PROP_SET = /*@__PURE__@*/ new Set([
|
|
752
|
+
'is',
|
|
753
|
+
'class',
|
|
754
|
+
'slot',
|
|
755
|
+
'style',
|
|
756
|
+
]);
|
|
752
757
|
|
|
753
758
|
/*
|
|
754
759
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -780,7 +785,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
780
785
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
781
786
|
*/
|
|
782
787
|
// Increment whenever the LWC template compiler changes
|
|
783
|
-
const LWC_VERSION = "9.
|
|
788
|
+
const LWC_VERSION = "9.1.1-alpha.0";
|
|
784
789
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
785
790
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
786
791
|
|
|
@@ -1123,5 +1128,5 @@ exports.setPrototypeOf = setPrototypeOf;
|
|
|
1123
1128
|
exports.setTrustedContextSet = setTrustedContextSet;
|
|
1124
1129
|
exports.setTrustedSignalSet = setTrustedSignalSet;
|
|
1125
1130
|
exports.toString = toString;
|
|
1126
|
-
/** version: 9.
|
|
1127
|
-
//# sourceMappingURL=index.cjs.
|
|
1131
|
+
/** version: 9.1.1-alpha.0 */
|
|
1132
|
+
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -744,7 +744,12 @@ const AMBIGUOUS_PROP_SET = /*@__PURE__@*/ new Map([
|
|
|
744
744
|
* by users on their components.
|
|
745
745
|
* We throw for these.
|
|
746
746
|
*/
|
|
747
|
-
const DISALLOWED_PROP_SET = /*@__PURE__@*/ new Set([
|
|
747
|
+
const DISALLOWED_PROP_SET = /*@__PURE__@*/ new Set([
|
|
748
|
+
'is',
|
|
749
|
+
'class',
|
|
750
|
+
'slot',
|
|
751
|
+
'style',
|
|
752
|
+
]);
|
|
748
753
|
|
|
749
754
|
/*
|
|
750
755
|
* Copyright (c) 2020, salesforce.com, inc.
|
|
@@ -776,7 +781,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
776
781
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
777
782
|
*/
|
|
778
783
|
// Increment whenever the LWC template compiler changes
|
|
779
|
-
const LWC_VERSION = "9.
|
|
784
|
+
const LWC_VERSION = "9.1.1-alpha.0";
|
|
780
785
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
781
786
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
782
787
|
|
|
@@ -997,5 +1002,5 @@ function normalizeTabIndex(value) {
|
|
|
997
1002
|
}
|
|
998
1003
|
|
|
999
1004
|
export { AMBIGUOUS_PROP_SET, AriaAttrNameToPropNameMap, AriaPropNameToAttrNameMap, ArrayConcat, ArrayCopyWithin, ArrayEvery, ArrayFill, ArrayFilter, ArrayFind, ArrayFindIndex, ArrayFrom, ArrayIncludes, ArrayIndexOf, ArrayJoin, ArrayMap, ArrayPop, ArrayPush, ArrayReduce, ArrayReverse, ArrayShift, ArraySlice, ArraySome, ArraySort, ArraySplice, ArrayUnshift, ContextEventName, DEFAULT_SSR_MODE, DISALLOWED_PROP_SET, HIGHEST_API_VERSION, HTML_NAMESPACE, ID_REFERENCING_ATTRIBUTES_SET, IMPORTANT_FLAG, KEY__LEGACY_SHADOW_TOKEN, KEY__LEGACY_SHADOW_TOKEN_PRIVATE, KEY__NATIVE_GET_ELEMENT_BY_ID, KEY__NATIVE_ONLY_CSS, KEY__NATIVE_QUERY_SELECTOR_ALL, KEY__SCOPED_CSS, KEY__SHADOW_RESOLVER, KEY__SHADOW_RESOLVER_PRIVATE, KEY__SHADOW_STATIC, KEY__SHADOW_STATIC_PRIVATE, KEY__SHADOW_TOKEN, KEY__SHADOW_TOKEN_PRIVATE, KEY__SYNTHETIC_MODE, LOWEST_API_VERSION, LWC_VERSION, LWC_VERSION_COMMENT, LWC_VERSION_COMMENT_REGEX, MATHML_NAMESPACE, REFLECTIVE_GLOBAL_PROPERTY_SET, SPECIAL_PROPERTY_ATTRIBUTE_MAPPING, SVG_NAMESPACE, StringCharAt, StringCharCodeAt, StringFromCharCode, StringReplace, StringSlice, StringSplit, StringToLowerCase, StringTrim, XLINK_NAMESPACE, XML_NAMESPACE, addTrustedContext, addTrustedSignal, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, flattenStylesheets, forEach, freeze, fromEntries, generateCustomElementTagName, getAPIVersionFromNumber, getContextKeys, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isTrustedContext, isTrustedSignal, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, legacyIsTrustedSignal, minApiVersion, noop, normalizeClass, normalizeStyleAttributeValue, normalizeTabIndex, parseStyleText, sanitizeHtmlContent, seal, setContextKeys, setHooks, setPrototypeOf, setTrustedContextSet, setTrustedSignalSet, toString };
|
|
1000
|
-
/** version: 9.
|
|
1005
|
+
/** version: 9.1.1-alpha.0 */
|
|
1001
1006
|
//# 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/shared",
|
|
7
|
-
"version": "9.
|
|
7
|
+
"version": "9.1.1-alpha.0",
|
|
8
8
|
"description": "Utilities and methods that are shared across packages",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|
|
@@ -19,17 +19,22 @@
|
|
|
19
19
|
"url": "https://github.com/salesforce/lwc/issues"
|
|
20
20
|
},
|
|
21
21
|
"license": "MIT",
|
|
22
|
+
"type": "module",
|
|
22
23
|
"publishConfig": {
|
|
23
24
|
"access": "public"
|
|
24
25
|
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=16.6.0"
|
|
28
|
+
},
|
|
25
29
|
"volta": {
|
|
26
30
|
"extends": "../../../package.json"
|
|
27
31
|
},
|
|
28
|
-
"main": "dist/index.
|
|
32
|
+
"main": "dist/index.js",
|
|
29
33
|
"module": "dist/index.js",
|
|
30
34
|
"types": "dist/index.d.ts",
|
|
31
35
|
"files": [
|
|
32
36
|
"dist/**/*.js",
|
|
37
|
+
"dist/**/*.cjs",
|
|
33
38
|
"dist/**/*.d.ts"
|
|
34
39
|
],
|
|
35
40
|
"scripts": {
|