@nmorph/nmorph-ui-kit 0.2.130 → 0.2.131
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/dist/index.es.js
CHANGED
|
@@ -4621,7 +4621,7 @@ const Ke = (t) => {
|
|
|
4621
4621
|
};
|
|
4622
4622
|
return { placement: c, placementCoords: d };
|
|
4623
4623
|
}, $9 = () => {
|
|
4624
|
-
}, Eu = "@nmorph/nmorph-ui-kit", Ru = "module", Fu = "0.2.
|
|
4624
|
+
}, Eu = "@nmorph/nmorph-ui-kit", Ru = "module", Fu = "0.2.131", ju = "MIT", Wu = {
|
|
4625
4625
|
node: "18.13.0",
|
|
4626
4626
|
npm: "8.19.3"
|
|
4627
4627
|
}, Lu = "./dist/index.d.ts", Uu = "./dist/index.umd.js", Gu = "./dist/index.es.js", Qu = "./dist/style.css", Yu = [
|
|
@@ -5460,8 +5460,7 @@ const Gc = { class: "nmorph-file-upload__trigger" }, Qc = ["multiple"], Yc = { c
|
|
|
5460
5460
|
disabled: { type: Boolean, default: !1 },
|
|
5461
5461
|
multiple: { type: Boolean, default: !1 },
|
|
5462
5462
|
allowedTypes: { default: () => ["jpg", "jpeg", "png"] },
|
|
5463
|
-
photoWithPreview: { type: Boolean, default: !0 }
|
|
5464
|
-
fill: { type: Boolean, default: !0 }
|
|
5463
|
+
photoWithPreview: { type: Boolean, default: !0 }
|
|
5465
5464
|
},
|
|
5466
5465
|
emits: ["update:model-value", "on-unsupported-file-type-error"],
|
|
5467
5466
|
setup(t, { expose: e, emit: o }) {
|
|
@@ -5498,7 +5497,6 @@ const Gc = { class: "nmorph-file-upload__trigger" }, Qc = ["multiple"], Yc = { c
|
|
|
5498
5497
|
e({ inputDOMRef: d });
|
|
5499
5498
|
const g = o, y = h(
|
|
5500
5499
|
() => T({
|
|
5501
|
-
nmorph: [`${r.fill && "fill"}`],
|
|
5502
5500
|
"nmorph-file-upload": [`${r.disabled && "disabled"}`]
|
|
5503
5501
|
})
|
|
5504
5502
|
);
|
|
@@ -5518,8 +5516,9 @@ const Gc = { class: "nmorph-file-upload__trigger" }, Qc = ["multiple"], Yc = { c
|
|
|
5518
5516
|
B(f(K), {
|
|
5519
5517
|
text: "Select file",
|
|
5520
5518
|
fill: "",
|
|
5521
|
-
onClick: v
|
|
5522
|
-
|
|
5519
|
+
onClick: v,
|
|
5520
|
+
disabled: r.disabled
|
|
5521
|
+
}, null, 8, ["disabled"])
|
|
5523
5522
|
])
|
|
5524
5523
|
]),
|
|
5525
5524
|
n("div", Yc, [
|