3h1-ui 2.14.45 → 2.14.47

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/es/index.js CHANGED
@@ -7980,6 +7980,8 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
7980
7980
  });
7981
7981
  }
7982
7982
  if (schema2.component === "RangePicker") {
7983
+ /* @__PURE__ */ console.log(3, dayjs);
7984
+ /* @__PURE__ */ console.log(1, dayjs("00:00:00", "HH:mm:ss"));
7983
7985
  componentProps = Object.assign({
7984
7986
  format: "YYYY-MM-DD",
7985
7987
  valueFormat: "YYYY-MM-DD HH:mm:ss",
@@ -7988,7 +7990,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
7988
7990
  defaultValue: [dayjs("00:00:00", "HH:mm:ss"), dayjs("23:59:59", "HH:mm:ss")]
7989
7991
  }
7990
7992
  }, componentProps);
7991
- /* @__PURE__ */ console.log(1, componentProps);
7993
+ /* @__PURE__ */ console.log(2, componentProps);
7992
7994
  }
7993
7995
  return componentProps;
7994
7996
  });
package/lib/index.js CHANGED
@@ -7982,6 +7982,8 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
7982
7982
  });
7983
7983
  }
7984
7984
  if (schema2.component === "RangePicker") {
7985
+ /* @__PURE__ */ console.log(3, dayjs);
7986
+ /* @__PURE__ */ console.log(1, dayjs("00:00:00", "HH:mm:ss"));
7985
7987
  componentProps = Object.assign({
7986
7988
  format: "YYYY-MM-DD",
7987
7989
  valueFormat: "YYYY-MM-DD HH:mm:ss",
@@ -7990,7 +7992,7 @@ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
7990
7992
  defaultValue: [dayjs("00:00:00", "HH:mm:ss"), dayjs("23:59:59", "HH:mm:ss")]
7991
7993
  }
7992
7994
  }, componentProps);
7993
- /* @__PURE__ */ console.log(1, componentProps);
7995
+ /* @__PURE__ */ console.log(2, componentProps);
7994
7996
  }
7995
7997
  return componentProps;
7996
7998
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.14.45",
3
+ "version": "2.14.47",
4
4
  "description": "",
5
5
  "module": "es/index.js",
6
6
  "main": "lib/index.js",