@tmagic/form 1.3.0-alpha.19 → 1.3.0-alpha.20

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.
@@ -2418,7 +2418,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
2418
2418
  placeholder: _ctx.config.placeholder,
2419
2419
  disabled: _ctx.disabled,
2420
2420
  format: _ctx.config.format,
2421
- "value-format": _ctx.config.valueFormat || "YYYY-MM-DD HH:mm:ss",
2421
+ "value-format": _ctx.config.valueFormat || "YYYY/MM/DD HH:mm:ss",
2422
2422
  onChange: changeHandler
2423
2423
  }, null, 8, ["modelValue", "size", "placeholder", "disabled", "format", "value-format"]);
2424
2424
  };
@@ -2567,8 +2567,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
2567
2567
  size: _ctx.size,
2568
2568
  placeholder: _ctx.config.placeholder,
2569
2569
  disabled: _ctx.disabled,
2570
- format: _ctx.config.format || "YYYY-MM-DD HH:mm:ss",
2571
- "value-format": _ctx.config.valueFormat || "YYYY-MM-DD HH:mm:ss",
2570
+ format: _ctx.config.format || "YYYY/MM/DD HH:mm:ss",
2571
+ "value-format": _ctx.config.valueFormat || "YYYY/MM/DD HH:mm:ss",
2572
2572
  "default-time": _ctx.config.defaultTime,
2573
2573
  onChange: changeHandler
2574
2574
  }, null, 8, ["modelValue", "size", "placeholder", "disabled", "format", "value-format", "default-time"]);