@malloydata/malloy-explorer 0.0.269-dev250430213122 → 0.0.269-dev250430234249
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/@flowtypes/components/QueryPanel/{QueryActionBar.flow.js → QueryPanel.flow.js} +4 -3
- package/dist/cjs/index.cjs +17 -18
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +17 -18
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/gen_flow.ts +1 -2
- package/@flowtypes/components/QueryPanel/QueryEditor.flow.js +0 -3
package/dist/esm/index.js
CHANGED
|
@@ -34564,25 +34564,26 @@ function QueryEditor() {
|
|
|
34564
34564
|
console.error("Missing <MalloyExplorerProvider>");
|
|
34565
34565
|
return null;
|
|
34566
34566
|
}
|
|
34567
|
-
return /* @__PURE__ */
|
|
34568
|
-
|
|
34569
|
-
|
|
34570
|
-
|
|
34571
|
-
|
|
34572
|
-
|
|
34573
|
-
|
|
34574
|
-
|
|
34575
|
-
|
|
34576
|
-
|
|
34577
|
-
|
|
34578
|
-
})]
|
|
34579
|
-
})
|
|
34567
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
34568
|
+
..._stylex.props(fontStyles.body, styles$8.main),
|
|
34569
|
+
children: [/* @__PURE__ */ jsx(Source, {
|
|
34570
|
+
rootQuery
|
|
34571
|
+
}), /* @__PURE__ */ jsx(Parameters, {
|
|
34572
|
+
rootQuery
|
|
34573
|
+
}), /* @__PURE__ */ jsx(Query, {
|
|
34574
|
+
rootQuery,
|
|
34575
|
+
query: rootQuery,
|
|
34576
|
+
setQuery
|
|
34577
|
+
})]
|
|
34580
34578
|
});
|
|
34581
34579
|
}
|
|
34582
34580
|
const styles$8 = {
|
|
34583
34581
|
main: {
|
|
34584
34582
|
display: "mly78zum5",
|
|
34585
34583
|
flexDirection: "mlydt5ytf",
|
|
34584
|
+
overflow: "mlyysyzu8",
|
|
34585
|
+
overflowX: null,
|
|
34586
|
+
overflowY: null,
|
|
34586
34587
|
gap: "mly167g77z",
|
|
34587
34588
|
rowGap: null,
|
|
34588
34589
|
columnGap: null,
|
|
@@ -34603,13 +34604,11 @@ function QueryPanel({
|
|
|
34603
34604
|
}) {
|
|
34604
34605
|
return /* @__PURE__ */ jsxs("div", {
|
|
34605
34606
|
...{
|
|
34606
|
-
className: "mly78zum5 mlydt5ytf
|
|
34607
|
+
className: "mly78zum5 mlydt5ytf mly5yr21d mlyotlr4g mly1roky18"
|
|
34607
34608
|
},
|
|
34608
34609
|
children: [/* @__PURE__ */ jsx(QueryActionBar, {
|
|
34609
34610
|
runQuery
|
|
34610
|
-
}), /* @__PURE__ */ jsx(
|
|
34611
|
-
children: /* @__PURE__ */ jsx(QueryEditor, {})
|
|
34612
|
-
})]
|
|
34611
|
+
}), /* @__PURE__ */ jsx(QueryEditor, {})]
|
|
34613
34612
|
});
|
|
34614
34613
|
}
|
|
34615
34614
|
function BookmarkedView({
|
|
@@ -36311,7 +36310,7 @@ function ResizableCollapsiblePanel({
|
|
|
36311
36310
|
width: `${width}px`
|
|
36312
36311
|
},
|
|
36313
36312
|
children: [children, /* @__PURE__ */ jsx(ResizeBar, {
|
|
36314
|
-
width
|
|
36313
|
+
width,
|
|
36315
36314
|
minWidth,
|
|
36316
36315
|
onWidthChange: setWidth
|
|
36317
36316
|
})]
|