bkui-vue 0.0.2-beta.136 → 0.0.2-beta.137

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.esm.js CHANGED
@@ -21356,7 +21356,10 @@ const ZS = (e, ...t) => {
21356
21356
  }) {
21357
21357
  const a = Xt(), i = e.type.includes("range"), s = i ? [null, null] : [null], l = i ? e.value || e.modelValue : [e.value || e.modelValue];
21358
21358
  let r = s3(l) ? s : on(e.value || e.modelValue, e.type, e.multiple, e.format), c = null;
21359
- e.shortcutSelectedIndex !== -1 && (c = e.shortcuts[e.shortcutSelectedIndex] || null, c && (r = [c.value()]));
21359
+ if (e.shortcutSelectedIndex !== -1 && (c = e.shortcuts[e.shortcutSelectedIndex] || null, c)) {
21360
+ const x = c.value();
21361
+ r = Array.isArray(x) ? x : [x];
21362
+ }
21360
21363
  const {
21361
21364
  resolveClassName: o
21362
21365
  } = he(), d = De({