@eturnity/eturnity_reusable_components 9.25.14 → 9.25.16
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/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.4961 8.68262C11.4961 8.94088 11.5489 9.16727 11.6543 9.3623C11.765 9.55206 11.9173 9.70274 12.1123 9.81348C12.3074 9.91895 12.532 9.97168 12.7852 9.97168C13.0435 9.97167 13.2707 9.91894 13.4658 9.81348C13.666 9.70275 13.8184 9.55205 13.9238 9.3623C14.0292 9.16727 14.082 8.94087 14.082 8.68262V5.16992H15V8.68262C15 9.10959 14.9081 9.48408 14.7236 9.80566C14.5443 10.1274 14.2857 10.3783 13.9482 10.5576C13.6161 10.7316 13.223 10.8183 12.7695 10.8184C12.3319 10.8184 11.9465 10.7316 11.6143 10.5576C11.2873 10.3783 11.0313 10.1274 10.8467 9.80566C10.6674 9.48406 10.5782 9.10963 10.5781 8.68262V5.16992H11.4961V8.68262ZM4.40918 6.00879H1.91797V7.47949H4.11719V8.30273H1.91797V9.86914H4.43359V10.707H1V5.16992H4.40918V6.00879ZM7.50098 9.63184L9.26562 5.16992H10.2461L8.00781 10.707H7.00293L4.76465 5.16992H5.7373L7.50098 9.63184Z" fill="#263238"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.59233 2.09407L4.4078 8.34331C4.2456 8.53883 4.38465 8.83486 4.63869 8.83486H6.85299C7.05209 8.83486 7.19596 9.02525 7.14159 9.21678L5.88818 13.6325C5.7996 13.9445 6.20054 14.1556 6.40767 13.9059L11.5922 7.65669C11.7544 7.46117 11.6154 7.16514 11.3613 7.16514H9.14701C8.94791 7.16514 8.80404 6.97475 8.85841 6.78322L10.1118 2.36754C10.2004 2.05547 9.79946 1.8444 9.59233 2.09407Z" fill="#263238"/>
|
|
3
|
+
</svg>
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
.replace('${index}', index)
|
|
36
36
|
"
|
|
37
37
|
:dropdown-auto-close="false"
|
|
38
|
+
:is-fixed-dropdown-position="true"
|
|
38
39
|
select-height="40px"
|
|
39
40
|
@input-change="
|
|
40
41
|
onSelectFilter({
|
|
@@ -79,6 +80,7 @@
|
|
|
79
80
|
"
|
|
80
81
|
:disabled="!item.column"
|
|
81
82
|
:dropdown-auto-close="false"
|
|
83
|
+
:is-fixed-dropdown-position="true"
|
|
82
84
|
select-height="40px"
|
|
83
85
|
@input-change="
|
|
84
86
|
onSelectFilter({
|
|
@@ -165,6 +167,7 @@
|
|
|
165
167
|
"
|
|
166
168
|
:disabled="!item.column || !item.constraint"
|
|
167
169
|
:dropdown-auto-close="false"
|
|
170
|
+
:is-fixed-dropdown-position="true"
|
|
168
171
|
:is-searchable="false"
|
|
169
172
|
option-width="max-content"
|
|
170
173
|
select-height="40px"
|
|
@@ -262,6 +265,7 @@
|
|
|
262
265
|
.replace('${index}', 0)
|
|
263
266
|
"
|
|
264
267
|
:dropdown-auto-close="false"
|
|
268
|
+
:is-fixed-dropdown-position="true"
|
|
265
269
|
select-height="40px"
|
|
266
270
|
@input-change="
|
|
267
271
|
onSelectFilter({
|
|
@@ -300,6 +304,7 @@
|
|
|
300
304
|
"
|
|
301
305
|
:disabled="true"
|
|
302
306
|
:dropdown-auto-close="false"
|
|
307
|
+
:is-fixed-dropdown-position="true"
|
|
303
308
|
select-height="40px"
|
|
304
309
|
>
|
|
305
310
|
<template #selector>
|
|
@@ -322,6 +327,7 @@
|
|
|
322
327
|
"
|
|
323
328
|
:disabled="true"
|
|
324
329
|
:dropdown-auto-close="false"
|
|
330
|
+
:is-fixed-dropdown-position="true"
|
|
325
331
|
select-height="40px"
|
|
326
332
|
>
|
|
327
333
|
<template #selector>
|
|
@@ -1424,11 +1424,14 @@
|
|
|
1424
1424
|
},
|
|
1425
1425
|
observeSelectWidth() {
|
|
1426
1426
|
if (!this.$refs.select) return
|
|
1427
|
-
this.selectResizeObserver = new ResizeObserver(() =>
|
|
1427
|
+
this.selectResizeObserver = new ResizeObserver(() => {
|
|
1428
1428
|
// eslint-disable-next-line vue/valid-next-tick
|
|
1429
|
-
this.$nextTick(() =>
|
|
1430
|
-
|
|
1431
|
-
|
|
1429
|
+
this.$nextTick(() => {
|
|
1430
|
+
this.handleSetDropdownOffet()
|
|
1431
|
+
if (this.isDropdownOpen) this.getDropdownPosition()
|
|
1432
|
+
})
|
|
1433
|
+
})
|
|
1434
|
+
this.selectResizeObserver.observe(this.$refs.select.$el)
|
|
1432
1435
|
},
|
|
1433
1436
|
async getDropdownWidth() {
|
|
1434
1437
|
if (!this.$refs.select) return
|