@vue/runtime-dom
Advanced tools
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * @vue/runtime-dom v3.6.0-beta.16 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -497,3 +497,3 @@ * @license MIT | ||
| else { | ||
| const [name, options] = parseName(rawName); | ||
| const [name, options] = parseEventName(rawName); | ||
| if (nextValue) addEventListener(el, name, invokers[rawName] = createInvoker(sanitizeEventValue(nextValue, rawName), instance), options); | ||
@@ -507,3 +507,3 @@ else if (existingInvoker) { | ||
| const optionsModifierRE = /(?:Once|Passive|Capture)$/; | ||
| function parseName(name) { | ||
| function parseEventName(name) { | ||
| let options; | ||
@@ -510,0 +510,0 @@ if (optionsModifierRE.test(name)) { |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * @vue/runtime-dom v3.6.0-beta.16 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -489,3 +489,3 @@ * @license MIT | ||
| else { | ||
| const [name, options] = parseName(rawName); | ||
| const [name, options] = parseEventName(rawName); | ||
| if (nextValue) addEventListener(el, name, invokers[rawName] = createInvoker(nextValue, instance), options); | ||
@@ -499,3 +499,3 @@ else if (existingInvoker) { | ||
| const optionsModifierRE = /(?:Once|Passive|Capture)$/; | ||
| function parseName(name) { | ||
| function parseEventName(name) { | ||
| let options; | ||
@@ -502,0 +502,0 @@ if (optionsModifierRE.test(name)) { |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.15 | ||
| * @vue/runtime-dom v3.6.0-beta.16 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -573,3 +573,3 @@ * @license MIT | ||
| else { | ||
| const [name, options] = parseName(rawName); | ||
| const [name, options] = parseEventName(rawName); | ||
| if (nextValue) addEventListener(el, name, invokers[rawName] = createInvoker(!!(process.env.NODE_ENV !== "production") ? sanitizeEventValue(nextValue, rawName) : nextValue, instance), options); | ||
@@ -583,3 +583,3 @@ else if (existingInvoker) { | ||
| const optionsModifierRE = /(?:Once|Passive|Capture)$/; | ||
| function parseName(name) { | ||
| function parseEventName(name) { | ||
| let options; | ||
@@ -1649,2 +1649,2 @@ if (optionsModifierRE.test(name)) { | ||
| //#endregion | ||
| export { Transition, TransitionGroup, TransitionPropsValidators, VueElement, VueElementBase, baseApplyTranslation, baseUseCssVars, callPendingCbs, createApp, createSSRApp, defineCustomElement, defineSSRCustomElement, ensureHydrationRenderer, ensureRenderer, forceReflow, handleMovedChildren, hasCSSTransform, hydrate, initDirectivesForSSR, nodeOps, normalizeContainer, patchProp, patchStyle, render, resolveTransitionProps, setVarsOnNode, shouldSetAsProp, shouldSetAsPropForVueCE, svgNS, unsafeToTrustedHTML, useCssModule, useCssVars, useHost, useShadowRoot, vModelCheckbox, vModelCheckboxInit, vModelCheckboxUpdate, vModelDynamic, getValue as vModelGetValue, vModelRadio, vModelSelect, vModelSelectInit, vModelSetSelected, vModelText, vModelTextInit, vModelTextUpdate, vShow, vShowHidden, vShowOriginalDisplay, withKeys, withModifiers, xlinkNS }; | ||
| export { Transition, TransitionGroup, TransitionPropsValidators, VueElement, VueElementBase, baseApplyTranslation, baseUseCssVars, callPendingCbs, createApp, createSSRApp, defineCustomElement, defineSSRCustomElement, ensureHydrationRenderer, ensureRenderer, forceReflow, handleMovedChildren, hasCSSTransform, hydrate, initDirectivesForSSR, nodeOps, normalizeContainer, parseEventName, patchProp, patchStyle, render, resolveTransitionProps, setVarsOnNode, shouldSetAsProp, shouldSetAsPropForVueCE, svgNS, unsafeToTrustedHTML, useCssModule, useCssVars, useHost, useShadowRoot, vModelCheckbox, vModelCheckboxInit, vModelCheckboxUpdate, vModelDynamic, getValue as vModelGetValue, vModelRadio, vModelSelect, vModelSelectInit, vModelSetSelected, vModelText, vModelTextInit, vModelTextUpdate, vShow, vShowHidden, vShowOriginalDisplay, withKeys, withModifiers, xlinkNS }; |
+4
-4
| { | ||
| "name": "@vue/runtime-dom", | ||
| "version": "3.6.0-beta.15", | ||
| "version": "3.6.0-beta.16", | ||
| "description": "@vue/runtime-dom", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
| "csstype": "^3.2.3", | ||
| "@vue/shared": "3.6.0-beta.15", | ||
| "@vue/reactivity": "3.6.0-beta.15", | ||
| "@vue/runtime-core": "3.6.0-beta.15" | ||
| "@vue/runtime-core": "3.6.0-beta.16", | ||
| "@vue/reactivity": "3.6.0-beta.16", | ||
| "@vue/shared": "3.6.0-beta.16" | ||
| }, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1201792
0.01%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated