@malloydata/malloy-explorer 0.0.284-dev250528183401 → 0.0.285-dev250529214052
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/cjs/index.cjs
CHANGED
|
@@ -31220,7 +31220,8 @@ function ValueList({
|
|
|
31220
31220
|
search,
|
|
31221
31221
|
fieldPath,
|
|
31222
31222
|
ref,
|
|
31223
|
-
customStyle
|
|
31223
|
+
customStyle,
|
|
31224
|
+
showPath = true
|
|
31224
31225
|
}) {
|
|
31225
31226
|
const {
|
|
31226
31227
|
searchResults
|
|
@@ -31236,12 +31237,12 @@ function ValueList({
|
|
|
31236
31237
|
onClick: () => onClick(value),
|
|
31237
31238
|
children: [/* @__PURE__ */ jsxRuntime.jsx(Value, {
|
|
31238
31239
|
value
|
|
31239
|
-
}), /* @__PURE__ */ jsxRuntime.jsx("div", {
|
|
31240
|
+
}), showPath ? /* @__PURE__ */ jsxRuntime.jsx("div", {
|
|
31240
31241
|
...{
|
|
31241
31242
|
className: "mly1jwwhvr"
|
|
31242
31243
|
},
|
|
31243
31244
|
children: value.fieldName
|
|
31244
|
-
})]
|
|
31245
|
+
}) : null]
|
|
31245
31246
|
}, value.fieldName + ":" + value.fieldValue)) : search ? /* @__PURE__ */ jsxRuntime.jsx("div", {
|
|
31246
31247
|
..._stylex.props(addMenuStyles.item),
|
|
31247
31248
|
"data-disabled": "true",
|
|
@@ -31435,7 +31436,8 @@ const StringFilterCore = ({
|
|
|
31435
31436
|
setSearchValue("");
|
|
31436
31437
|
}
|
|
31437
31438
|
},
|
|
31438
|
-
customStyle: styles$i.valueList
|
|
31439
|
+
customStyle: styles$i.valueList,
|
|
31440
|
+
showPath: false
|
|
31439
31441
|
})
|
|
31440
31442
|
})]
|
|
31441
31443
|
}) : currentFilter.operator === "~" ? /* @__PURE__ */ jsxRuntime.jsx(StringEditor, {
|