@amirjalili1374/ui-kit 1.6.2 → 1.6.3

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/ui-kit.es.js CHANGED
@@ -38898,7 +38898,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
38898
38898
  } else if (header.type === "date" || header.isDate) {
38899
38899
  if (value2) {
38900
38900
  try {
38901
- console.log("is date format excel");
38901
+ console.log("is date format excel" + value2);
38902
38902
  value2 = DateConverter.toShamsi(value2);
38903
38903
  } catch {
38904
38904
  }