@lwc/shared 8.18.1 → 8.19.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 +4 -2
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -436,6 +436,7 @@ const ID_REFERENCING_ATTRIBUTES_SET = /*@__PURE__*/ new Set([
|
|
|
436
436
|
'aria-labelledby',
|
|
437
437
|
'aria-owns',
|
|
438
438
|
'for',
|
|
439
|
+
'popovertarget',
|
|
439
440
|
]);
|
|
440
441
|
|
|
441
442
|
/*
|
|
@@ -584,6 +585,7 @@ const GLOBAL_ATTRIBUTE = /*@__PURE__*/ new Set([
|
|
|
584
585
|
'lang',
|
|
585
586
|
'nonce',
|
|
586
587
|
'part',
|
|
588
|
+
'popover',
|
|
587
589
|
'slot',
|
|
588
590
|
'spellcheck',
|
|
589
591
|
'style',
|
|
@@ -736,7 +738,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
736
738
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
737
739
|
*/
|
|
738
740
|
// Increment whenever the LWC template compiler changes
|
|
739
|
-
const LWC_VERSION = "8.
|
|
741
|
+
const LWC_VERSION = "8.19.0";
|
|
740
742
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
741
743
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
742
744
|
|
|
@@ -1047,5 +1049,5 @@ exports.setHooks = setHooks;
|
|
|
1047
1049
|
exports.setPrototypeOf = setPrototypeOf;
|
|
1048
1050
|
exports.setTrustedSignalSet = setTrustedSignalSet;
|
|
1049
1051
|
exports.toString = toString;
|
|
1050
|
-
/** version: 8.
|
|
1052
|
+
/** version: 8.19.0 */
|
|
1051
1053
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.js
CHANGED
|
@@ -432,6 +432,7 @@ const ID_REFERENCING_ATTRIBUTES_SET = /*@__PURE__*/ new Set([
|
|
|
432
432
|
'aria-labelledby',
|
|
433
433
|
'aria-owns',
|
|
434
434
|
'for',
|
|
435
|
+
'popovertarget',
|
|
435
436
|
]);
|
|
436
437
|
|
|
437
438
|
/*
|
|
@@ -580,6 +581,7 @@ const GLOBAL_ATTRIBUTE = /*@__PURE__*/ new Set([
|
|
|
580
581
|
'lang',
|
|
581
582
|
'nonce',
|
|
582
583
|
'part',
|
|
584
|
+
'popover',
|
|
583
585
|
'slot',
|
|
584
586
|
'spellcheck',
|
|
585
587
|
'style',
|
|
@@ -732,7 +734,7 @@ function htmlEscape(str, attrMode = false) {
|
|
|
732
734
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
733
735
|
*/
|
|
734
736
|
// Increment whenever the LWC template compiler changes
|
|
735
|
-
const LWC_VERSION = "8.
|
|
737
|
+
const LWC_VERSION = "8.19.0";
|
|
736
738
|
const LWC_VERSION_COMMENT = `LWC compiler v${LWC_VERSION}`;
|
|
737
739
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
738
740
|
|
|
@@ -930,5 +932,5 @@ function normalizeTabIndex(value) {
|
|
|
930
932
|
}
|
|
931
933
|
|
|
932
934
|
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, 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, addTrustedSignal, arrayEvery, assert, assign, create, defineProperties, defineProperty, entries, flattenStylesheets, forEach, freeze, fromEntries, generateCustomElementTagName, getAPIVersionFromNumber, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPropertyDescriptor, getPrototypeOf, hasOwnProperty, htmlEscape, htmlPropertyToAttribute, isAPIFeatureEnabled, isAriaAttribute, isArray, isBoolean, isBooleanAttribute, isFalse, isFrozen, isFunction, isGlobalHtmlAttribute, isNull, isNumber, isObject, isString, isTrue, isTrustedSignal, isUndefined, isVoidElement, kebabCaseToCamelCase, keys, noop, normalizeClass, normalizeStyleAttributeValue, normalizeTabIndex, parseStyleText, sanitizeHtmlContent, seal, setHooks, setPrototypeOf, setTrustedSignalSet, toString };
|
|
933
|
-
/** version: 8.
|
|
935
|
+
/** version: 8.19.0 */
|
|
934
936
|
//# 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": "8.
|
|
7
|
+
"version": "8.19.0",
|
|
8
8
|
"description": "Utilities and methods that are shared across packages",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"lwc"
|