@vue/runtime-dom
Advanced tools
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.8 | ||
| * @vue/runtime-dom v3.6.0-beta.9 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1191,3 +1191,4 @@ * @license MIT | ||
| if (elValue === newValue) return; | ||
| if (document.activeElement === el && el.type !== "range") { | ||
| const rootNode = el.getRootNode(); | ||
| if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") { | ||
| if (lazy && value === oldValue) return; | ||
@@ -1194,0 +1195,0 @@ if (trim && el.value.trim() === newValue) return; |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.8 | ||
| * @vue/runtime-dom v3.6.0-beta.9 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1134,3 +1134,4 @@ * @license MIT | ||
| if (elValue === newValue) return; | ||
| if (document.activeElement === el && el.type !== "range") { | ||
| const rootNode = el.getRootNode(); | ||
| if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") { | ||
| if (lazy && value === oldValue) return; | ||
@@ -1137,0 +1138,0 @@ if (trim && el.value.trim() === newValue) return; |
| /** | ||
| * @vue/runtime-dom v3.6.0-beta.8 | ||
| * @vue/runtime-dom v3.6.0-beta.9 | ||
| * (c) 2018-present Yuxi (Evan) You and Vue contributors | ||
@@ -1269,3 +1269,4 @@ * @license MIT | ||
| if (elValue === newValue) return; | ||
| if (document.activeElement === el && el.type !== "range") { | ||
| const rootNode = el.getRootNode(); | ||
| if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") { | ||
| if (lazy && value === oldValue) return; | ||
@@ -1272,0 +1273,0 @@ if (trim && el.value.trim() === newValue) return; |
+4
-4
| { | ||
| "name": "@vue/runtime-dom", | ||
| "version": "3.6.0-beta.8", | ||
| "version": "3.6.0-beta.9", | ||
| "description": "@vue/runtime-dom", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
| "csstype": "^3.2.3", | ||
| "@vue/shared": "3.6.0-beta.8", | ||
| "@vue/reactivity": "3.6.0-beta.8", | ||
| "@vue/runtime-core": "3.6.0-beta.8" | ||
| "@vue/shared": "3.6.0-beta.9", | ||
| "@vue/reactivity": "3.6.0-beta.9", | ||
| "@vue/runtime-core": "3.6.0-beta.9" | ||
| }, | ||
@@ -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
1182936
0.28%26475
0.23%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated