@malloydata/render 0.0.179-dev240904162152 → 0.0.179-dev240904175913
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/module/index.mjs +12227 -11985
- package/dist/module/index.umd.js +248 -248
- package/dist/register/register.mjs +1 -1
- package/dist/register/register.umd.js +1 -1
- package/dist/webcomponent/malloy-render.mjs +1 -1
- package/dist/webcomponent/malloy-render.umd.js +1 -1
- package/package.json +2 -2
|
@@ -48435,7 +48435,7 @@ class qc extends cOe.MalloyElement {
|
|
|
48435
48435
|
type: s,
|
|
48436
48436
|
location: this.location
|
|
48437
48437
|
};
|
|
48438
|
-
return u.e = r.value, r.expressionType && (u.expressionType = r.expressionType), this.typecheckExprValue(r), this.exprSrc && (u.code = this.exprSrc), (0, lOe.isGranularResult)(r) && u.type === "timestamp" && (u.timeframe = r.timeframe), this.note && (u.annotation = this.note), u;
|
|
48438
|
+
return u.e = r.value, r.expressionType && (u.expressionType = r.expressionType), this.typecheckExprValue(r), this.exprSrc && (u.code = this.exprSrc), (0, lOe.isGranularResult)(r) && (u.type === "timestamp" || u.type === "date") && (u.timeframe = r.timeframe), this.note && (u.annotation = this.note), u;
|
|
48439
48439
|
}
|
|
48440
48440
|
if (!(e instanceof HD && e.foundCircle) && r.dataType !== "error") {
|
|
48441
48441
|
const u = aOe.FT.inspect(r);
|