@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.481
2
+ # mjh-framework v. 1.0.482
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -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
  });
@@ -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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.481",
3
+ "version": "1.0.482",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",