@onereach/ui-components-vue2 25.1.5-beta.5778.0 → 25.2.1-beta.5780.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.
|
@@ -940,9 +940,11 @@ var script = defineComponent({
|
|
|
940
940
|
const value = Array.isArray(proxyModelValue.value) ? proxyModelValue.value[0] : proxyModelValue.value;
|
|
941
941
|
const selectedOptionElement = document.querySelector(`[data-value="${value}"]`);
|
|
942
942
|
if (selectedOptionElement) {
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
943
|
+
setTimeout(() => {
|
|
944
|
+
selectedOptionElement.scrollIntoView({
|
|
945
|
+
behavior: 'auto',
|
|
946
|
+
block: 'start'
|
|
947
|
+
});
|
|
946
948
|
});
|
|
947
949
|
}
|
|
948
950
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components-vue2",
|
|
3
|
-
"version": "25.1
|
|
3
|
+
"version": "25.2.1-beta.5780.0",
|
|
4
4
|
"description": "Vue components library for v2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@codemirror/view": "^6",
|
|
41
41
|
"@floating-ui/dom": "1.5.3",
|
|
42
42
|
"@lezer/highlight": "*",
|
|
43
|
-
"@onereach/styles": "^25.1
|
|
44
|
-
"@onereach/ui-components-common": "^25.1
|
|
43
|
+
"@onereach/styles": "^25.2.1-beta.5780.0",
|
|
44
|
+
"@onereach/ui-components-common": "^25.2.1-beta.5780.0",
|
|
45
45
|
"@splidejs/splide": "4.0.6",
|
|
46
46
|
"@tiptap/core": "2.0.3",
|
|
47
47
|
"@tiptap/extension-blockquote": "2.0.3",
|