@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 +1 -1
- package/index.mjs +1 -1
- package/inline_image_field.cjs +1 -2
- package/inline_image_field.cjs.map +1 -1
- package/inline_image_field.mjs +1 -2
- package/inline_image_field.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
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
package/inline_image_field.cjs
CHANGED
|
@@ -4751,8 +4751,7 @@ const InlineImageField = vue.defineComponent({
|
|
|
4751
4751
|
e.preventDefault();
|
|
4752
4752
|
e.stopPropagation();
|
|
4753
4753
|
}
|
|
4754
|
-
if (
|
|
4755
|
-
else if (fileInputField.value) {
|
|
4754
|
+
if (fileInputField.value) {
|
|
4756
4755
|
if ("showPicker" in HTMLInputElement.prototype) {
|
|
4757
4756
|
try {
|
|
4758
4757
|
fileInputField.value.showPicker();
|