@dataloop-ai/components 0.18.83 → 0.18.85
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
|
@@ -424,7 +424,10 @@ export default defineComponent({
|
|
|
424
424
|
if (val) {
|
|
425
425
|
const aliased = fromJSON(val)
|
|
426
426
|
|
|
427
|
-
if (
|
|
427
|
+
if (
|
|
428
|
+
aliased !== searchQuery.value.trim() ||
|
|
429
|
+
!input.value?.innerHTML.length
|
|
430
|
+
) {
|
|
428
431
|
debouncedSetInputFromModel(aliased)
|
|
429
432
|
}
|
|
430
433
|
}
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<dl-label
|
|
110
110
|
indicator-color="dl-color-secondary"
|
|
111
111
|
hint="tooltip"
|
|
112
|
-
text="dl-
|
|
112
|
+
text="dl-labelaaaaaaaaaaaaaaasdasdsdfsdfhaskjhsadkjsahdkjsahkfdsjhsdfkhkjhkshhajhfhfkfkjfhfkjakjh"
|
|
113
113
|
suffix=".mp3"
|
|
114
114
|
>
|
|
115
115
|
<template #actions>
|