voiptime-components 1.13.51 → 1.13.52
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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5091,7 +5091,7 @@ const am = ["for"], um = {
|
|
|
5091
5091
|
F.push(X1);
|
|
5092
5092
|
}
|
|
5093
5093
|
}
|
|
5094
|
-
return
|
|
5094
|
+
return F;
|
|
5095
5095
|
}), g1 = (Z) => Z == null ? "" : typeof Z == "object" ? Z.label ? String(Z.label) : Z.name ? String(Z.name) : i.valueKey && Z[i.valueKey] ? String(Z[i.valueKey]) : JSON.stringify(Z) : String(Z), A1 = M(() => {
|
|
5096
5096
|
if (!i.multiple || y1.value.length === 0) return [];
|
|
5097
5097
|
if (!i.collapsedTags)
|