@malloydata/render 0.0.199 → 0.0.200-dev241012235421
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
CHANGED
|
@@ -48202,7 +48202,7 @@ class jSe extends MSe.View {
|
|
|
48202
48202
|
const s = r.found.fieldDef();
|
|
48203
48203
|
if (s === void 0)
|
|
48204
48204
|
throw new Error("Expected field to have definition");
|
|
48205
|
-
if ((0, s6.
|
|
48205
|
+
if ((0, s6.isAtomic)(s)) {
|
|
48206
48206
|
const o = {
|
|
48207
48207
|
type: "reduce",
|
|
48208
48208
|
queryFields: [this.reference.refToField]
|
|
@@ -51291,7 +51291,7 @@ yd.exploreQueryWalkerBuilder = oTe;
|
|
|
51291
51291
|
var Oe = {}, H5 = {};
|
|
51292
51292
|
Object.defineProperty(H5, "__esModule", { value: !0 });
|
|
51293
51293
|
H5.MALLOY_VERSION = void 0;
|
|
51294
|
-
H5.MALLOY_VERSION = "0.0.
|
|
51294
|
+
H5.MALLOY_VERSION = "0.0.200";
|
|
51295
51295
|
Object.defineProperty(Oe, "__esModule", { value: !0 });
|
|
51296
51296
|
Oe.CSVWriter = Oe.JSONWriter = Oe.DataWriter = Oe.DataRecord = Oe.DataArray = Oe.Result = Oe.ExploreMaterializer = Oe.PreparedResultMaterializer = Oe.QueryMaterializer = Oe.ModelMaterializer = Oe.SingleConnectionRuntime = Oe.ConnectionRuntime = Oe.Runtime = Oe.ExploreField = Oe.JoinRelationship = Oe.QueryField = Oe.Query = Oe.StringField = Oe.UnsupportedField = Oe.JSONField = Oe.BooleanField = Oe.NumberField = Oe.TimestampField = Oe.DateField = Oe.TimestampTimeframe = Oe.DateTimeframe = Oe.AtomicField = Oe.AtomicFieldType = Oe.Explore = Oe.SourceRelationship = Oe.FixedConnectionMap = Oe.InMemoryURLReader = Oe.EmptyURLReader = Oe.PreparedResult = Oe.DocumentCompletion = Oe.DocumentSymbol = Oe.DocumentPosition = Oe.DocumentRange = Oe.DocumentTablePath = Oe.Parse = Oe.PreparedQuery = Oe.Model = Oe.MalloyError = Oe.Malloy = void 0;
|
|
51297
51297
|
const uTe = ZN, dr = ki, NM = qi, yn = _u, p6 = Xd, aTe = H5;
|