RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@eturnity/eturnity_reusable_components
Versions diffs
7.51.16-EPDM-10609.12 → 7.51.16-EPDM-10609.13
@eturnity/eturnity_reusable_components 7.51.16-EPDM-10609.12 → 7.51.16-EPDM-10609.13
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/components/infoText/index.vue
+0
-1
package/src/components/inputs/select/index.vue
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@eturnity/eturnity_reusable_components",
3
-
"version": "7.51.16-EPDM-10609.
12
",
3
+
"version": "7.51.16-EPDM-10609.
13
",
4
4
"files": [
5
5
"dist",
6
6
"src"
package/src/components/infoText/index.vue
CHANGED
Viewed
@@ -378,7 +378,6 @@
378
378
}
379
379
380
380
const updatePosition = async () => {
381
-
console.log('updatePosition')
382
381
if (!infoBox.value || !textContent.value) return
383
382
384
383
// First make the content visible but hidden to get accurate measurements
package/src/components/inputs/select/index.vue
CHANGED
Viewed
@@ -135,7 +135,7 @@
135
135
</Caret>
136
136
</SelectButton>
137
137
<DropdownWrapper ref="dropdownWrapperRef" :no-relative="noRelative">
138
-
<Teleport to="
#portal-target
">
138
+
<Teleport to="
body
">
139
139
<SelectDropdown
140
140
v-show="isSelectDropdownShown"
141
141
ref="dropdown"