drizzle-cube 0.1.51 → 0.1.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.
@@ -4400,8 +4400,8 @@ function Zy(e) {
4400
4400
  function su(e) {
4401
4401
  if (e.dateRange)
4402
4402
  return e.dateRange;
4403
- if (e.values && e.values.length >= 2)
4404
- return e.values;
4403
+ if (e.values && e.values.length > 0)
4404
+ return e.values.length === 1 ? e.values[0] : e.values;
4405
4405
  }
4406
4406
  function B_(e, t, r) {
4407
4407
  if (!r || r.length === 0 || !t || t.length === 0)
@@ -21222,4 +21222,4 @@ export {
21222
21222
  M_ as s,
21223
21223
  Ky as w
21224
21224
  };
21225
- //# sourceMappingURL=components-D4HmwY2V.js.map
21225
+ //# sourceMappingURL=components-DoiFHeIC.js.map