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.
- package/dist/client/chunks/{components-D4HmwY2V.js → components-DoiFHeIC.js} +3 -3
- package/dist/client/chunks/components-DoiFHeIC.js.map +1 -0
- package/dist/client/components.js +1 -1
- package/dist/client/index.js +1 -1
- package/dist/client-bundle-stats.html +1 -1
- package/package.json +1 -1
- package/dist/client/chunks/components-D4HmwY2V.js.map +0 -1
|
@@ -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
|
|
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-
|
|
21225
|
+
//# sourceMappingURL=components-DoiFHeIC.js.map
|