@bento-core/query-bar 1.0.1-ccdihub.16 → 1.0.1-ccdihub.17
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.
|
@@ -99,7 +99,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
|
|
|
99
99
|
}, hasImportFrom && /*#__PURE__*/_react.default.createElement("span", {
|
|
100
100
|
className: (0, _clsx.default)(classes.filterCheckboxes, classes.localFindBackground),
|
|
101
101
|
onClick: clearImportFrom
|
|
102
|
-
}, "IMPORTED PARTICIPANT SET"),
|
|
102
|
+
}, "IMPORTED PARTICIPANT SET"), hasImportFrom && mappedInputs.length ? /*#__PURE__*/_react.default.createElement("span", {
|
|
103
103
|
className: classes.operators
|
|
104
104
|
}, " AND ") : null, autocomplete.length || upload.length ? /*#__PURE__*/_react.default.createElement("span", null, upload.length && !autocomplete.length ? /*#__PURE__*/_react.default.createElement("span", {
|
|
105
105
|
className: (0, _clsx.default)(classes.filterCheckboxes, classes.localFindBackground),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bento-core/query-bar",
|
|
3
|
-
"version": "1.0.1-ccdihub.
|
|
3
|
+
"version": "1.0.1-ccdihub.17",
|
|
4
4
|
"description": "This package provides the Query Bar component that displays the current Facet Search and Local Find filters on the Dashboard/Explore page. It also provides the direct ability to reset all or some of the filters with the click of a button. It is designed to be implemented directly with the:",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -118,7 +118,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
|
|
|
118
118
|
</span>
|
|
119
119
|
)
|
|
120
120
|
}
|
|
121
|
-
{
|
|
121
|
+
{hasImportFrom && mappedInputs.length
|
|
122
122
|
? <span className={classes.operators}> AND </span>
|
|
123
123
|
: null}
|
|
124
124
|
{(autocomplete.length || upload.length) ? (
|