@voicenter-team/voicenter-ui-plus 0.4.69 → 0.4.70
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/library/super.mjs +2 -0
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +1 -1
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
package/library/super.mjs
CHANGED
|
@@ -52272,6 +52272,8 @@ const Jde = [
|
|
|
52272
52272
|
async function O() {
|
|
52273
52273
|
if (f.value === void 0)
|
|
52274
52274
|
return;
|
|
52275
|
+
if (a.multiple && Array.isArray(f.value) && !f.value.length)
|
|
52276
|
+
return [];
|
|
52275
52277
|
const _ = C(m.value ?? []);
|
|
52276
52278
|
if (_ !== void 0)
|
|
52277
52279
|
return _;
|