funda-ui 3.8.555 → 3.8.750

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/Date/index.js CHANGED
@@ -2587,6 +2587,7 @@ var src_Date = /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_reac
2587
2587
  //
2588
2588
  var _val = e.currentTarget.dataset.value;
2589
2589
  var _v = getFullTimeData("".concat(dateVal, " ").concat(_val, ":").concat(timeVal[1], ":").concat(timeVal[2]));
2590
+ console.log('^^^^^^^funda-ui test: ', e.currentTarget.dataset.value, "".concat(dateVal, " ").concat(_val, ":").concat(timeVal[1], ":").concat(timeVal[2]), getFullTimeData("".concat(dateVal, " ").concat(_val, ":").concat(timeVal[1], ":").concat(timeVal[2])));
2590
2591
  setChangedVal("".concat(dateVal, " ").concat(_val, ":").concat(timeVal[1], ":").concat(timeVal[2]));
2591
2592
  setTimeVal(function (prevState) {
2592
2593
  return [_val, prevState[1], prevState[2]];
@@ -2618,6 +2619,7 @@ var src_Date = /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_reac
2618
2619
  //
2619
2620
  var _val = e.currentTarget.dataset.value;
2620
2621
  var _v = getFullTimeData("".concat(dateVal, " ").concat(timeVal[0], ":").concat(_val, ":").concat(timeVal[2]));
2622
+ console.log('^^^^^^^funda-ui test: ', e.currentTarget.dataset.value, "".concat(dateVal, " ").concat(timeVal[0], ":").concat(_val, ":").concat(timeVal[2]), getFullTimeData("".concat(dateVal, " ").concat(timeVal[0], ":").concat(_val, ":").concat(timeVal[2])));
2621
2623
  setChangedVal("".concat(dateVal, " ").concat(timeVal[0], ":").concat(_val, ":").concat(timeVal[2]));
2622
2624
  setTimeVal(function (prevState) {
2623
2625
  return [prevState[0], _val, prevState[2]];