ps-toolkit-ui 0.0.65 → 0.0.66

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.
@@ -991,6 +991,9 @@
991
991
  HelperClass.getMoment = function (i, f) {
992
992
  if (i === void 0) { i = null; }
993
993
  if (f === void 0) { f = null; }
994
+ if (i == null) {
995
+ return moment__namespace();
996
+ }
994
997
  return moment__namespace(i, f);
995
998
  };
996
999
  HelperClass.getDateRemain = function (l, dt) {