ywana-core8 0.0.617 → 0.0.618
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/domain/CollectionPage.js +2 -1
package/dist/index.modern.js
CHANGED
@@ -5939,7 +5939,8 @@ var CollectionTree = function CollectionTree(props) {
|
|
5939
5939
|
}
|
5940
5940
|
|
5941
5941
|
function group(items, by) {
|
5942
|
-
|
5942
|
+
console.log(schema, items, by);
|
5943
|
+
var options = schema[by] ? schema[by].options : null;
|
5943
5944
|
return items.reduce(function (nodes, field) {
|
5944
5945
|
var node = nodes.find(function (n) {
|
5945
5946
|
return n.name === field[by];
|