ywana-core8 0.0.704 → 0.0.705
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +36 -36
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain2/CollectionFilters.js +4 -4
package/dist/index.cjs
CHANGED
@@ -10276,7 +10276,7 @@ var CollectionFiltersResume = function CollectionFiltersResume(props) {
|
|
10276
10276
|
var filters = context.filters;
|
10277
10277
|
var fields = Object.keys(filters);
|
10278
10278
|
if (!fields.length) return null;
|
10279
|
-
return /*#__PURE__*/React__default["default"].createElement(Fragment, null, fields.filter(function (id) {
|
10279
|
+
return /*#__PURE__*/React__default["default"].createElement(React.Fragment, null, fields.filter(function (id) {
|
10280
10280
|
return filters[id] !== undefined && filters[id] !== null && filters[id] !== "";
|
10281
10281
|
}).map(function (id) {
|
10282
10282
|
var field = schema[id];
|