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.umd.js
CHANGED
@@ -10270,7 +10270,7 @@
|
|
10270
10270
|
var filters = context.filters;
|
10271
10271
|
var fields = Object.keys(filters);
|
10272
10272
|
if (!fields.length) return null;
|
10273
|
-
return /*#__PURE__*/React__default["default"].createElement(Fragment, null, fields.filter(function (id) {
|
10273
|
+
return /*#__PURE__*/React__default["default"].createElement(React.Fragment, null, fields.filter(function (id) {
|
10274
10274
|
return filters[id] !== undefined && filters[id] !== null && filters[id] !== "";
|
10275
10275
|
}).map(function (id) {
|
10276
10276
|
var field = schema[id];
|