@tmagic/form 1.2.0-beta.12 → 1.2.0-beta.13

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.
@@ -2138,7 +2138,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
2138
2138
  placeholder: __props.config.placeholder,
2139
2139
  disabled: __props.disabled,
2140
2140
  format: __props.config.format,
2141
- "value-format": __props.config.format || "YYYY-MM-DD HH:mm:ss",
2141
+ "value-format": __props.config.valueFormat || "YYYY-MM-DD HH:mm:ss",
2142
2142
  onChange: changeHandler
2143
2143
  }, null, 8, ["modelValue", "size", "placeholder", "disabled", "format", "value-format"]);
2144
2144
  };
@@ -3576,11 +3576,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
3576
3576
  return openBlock(), createBlock(unref(TMagicTimePicker), {
3577
3577
  modelValue: __props.model[__props.name],
3578
3578
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.model[__props.name] = $event),
3579
+ "value-format": __props.config.valueFormat || "HH:mm:ss",
3580
+ format: __props.config.format || "HH:mm:ss",
3579
3581
  size: __props.size,
3580
3582
  placeholder: __props.config.placeholder,
3581
3583
  disabled: __props.disabled,
3582
3584
  onChange: changeHandler
3583
- }, null, 8, ["modelValue", "size", "placeholder", "disabled"]);
3585
+ }, null, 8, ["modelValue", "value-format", "format", "size", "placeholder", "disabled"]);
3584
3586
  };
3585
3587
  }
3586
3588
  });