@nhtio/common-vue 1.20251216.2 → 1.20251216.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/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const svg_icon = require("./base-CDWDOOgm.js");
4
- const version = "1.20251216.2";
4
+ const version = "1.20251216.3";
5
5
  exports.BaseField = svg_icon.BaseField;
6
6
  exports.baseEmits = svg_icon.baseEmits;
7
7
  exports.baseFieldBaseRawEmits = svg_icon.baseFieldBaseRawEmits;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { B, g, f, e, l, b, i, m, o, n, p, s, a, j, h, k, d, c, u } from "./base-blJzFBGR.mjs";
2
- const version = "1.20251216.2";
2
+ const version = "1.20251216.3";
3
3
  export {
4
4
  B as BaseField,
5
5
  g as baseEmits,
@@ -4751,8 +4751,7 @@ const InlineImageField = vue.defineComponent({
4751
4751
  e.preventDefault();
4752
4752
  e.stopPropagation();
4753
4753
  }
4754
- if (null !== modelValue.value) ;
4755
- else if (fileInputField.value) {
4754
+ if (fileInputField.value) {
4756
4755
  if ("showPicker" in HTMLInputElement.prototype) {
4757
4756
  try {
4758
4757
  fileInputField.value.showPicker();