@mjhls/mjh-framework 1.0.481 → 1.0.482
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/README.md +1 -1
- package/dist/cjs/EventsDeck.js +3 -0
- package/dist/esm/EventsDeck.js +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/EventsDeck.js
CHANGED
|
@@ -1672,6 +1672,9 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
1672
1672
|
}
|
|
1673
1673
|
return 0;
|
|
1674
1674
|
});
|
|
1675
|
+
if (filter.indexOf('end') >= 0) {
|
|
1676
|
+
sortedEventsByStartData.reverse();
|
|
1677
|
+
}
|
|
1675
1678
|
setData(function (prevData) {
|
|
1676
1679
|
return [].concat(toConsumableArray._toConsumableArray(prevData), toConsumableArray._toConsumableArray(sortedEventsByStartData));
|
|
1677
1680
|
});
|
package/dist/esm/EventsDeck.js
CHANGED
|
@@ -1667,6 +1667,9 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
1667
1667
|
}
|
|
1668
1668
|
return 0;
|
|
1669
1669
|
});
|
|
1670
|
+
if (filter.indexOf('end') >= 0) {
|
|
1671
|
+
sortedEventsByStartData.reverse();
|
|
1672
|
+
}
|
|
1670
1673
|
setData(function (prevData) {
|
|
1671
1674
|
return [].concat(_toConsumableArray(prevData), _toConsumableArray(sortedEventsByStartData));
|
|
1672
1675
|
});
|