@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.
|
@@ -49125,7 +49125,7 @@ class R5e extends T5e.View {
|
|
|
49125
49125
|
const s = r.found.fieldDef();
|
|
49126
49126
|
if (s === void 0)
|
|
49127
49127
|
throw new Error("Expected field to have definition");
|
|
49128
|
-
if ((0, B6.
|
|
49128
|
+
if ((0, B6.isAtomic)(s)) {
|
|
49129
49129
|
const o = {
|
|
49130
49130
|
type: "reduce",
|
|
49131
49131
|
queryFields: [this.reference.refToField]
|
|
@@ -52214,7 +52214,7 @@ Gd.exploreQueryWalkerBuilder = WTe;
|
|
|
52214
52214
|
var Oe = {}, pC = {};
|
|
52215
52215
|
Object.defineProperty(pC, "__esModule", { value: !0 });
|
|
52216
52216
|
pC.MALLOY_VERSION = void 0;
|
|
52217
|
-
pC.MALLOY_VERSION = "0.0.
|
|
52217
|
+
pC.MALLOY_VERSION = "0.0.200";
|
|
52218
52218
|
Object.defineProperty(Oe, "__esModule", { value: !0 });
|
|
52219
52219
|
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;
|
|
52220
52220
|
const VTe = E8, mr = qi, sj = Wi, vn = Bu, G6 = Oh, YTe = pC;
|