@nmorph/nmorph-ui-kit 0.2.68 → 0.2.71
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 +9 -10
- package/dist/index.umd.js +1 -1
- package/dist/src/components/data/index.d.ts +0 -1
- package/dist/src/components/data/nmorph-avatar/NmorphAvatar.vue.d.ts +1 -11
- package/dist/src/components/data/nmorph-image/NmorphImage.vue.d.ts +2 -1
- package/dist/src/types/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/data/nmorph-avatar/type.d.ts +0 -1
package/dist/index.es.js
CHANGED
|
@@ -2954,18 +2954,17 @@ const Tf = /* @__PURE__ */ D({
|
|
|
2954
2954
|
props: {
|
|
2955
2955
|
size: { default: 40 },
|
|
2956
2956
|
shape: { default: "circle" },
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
srcset: {},
|
|
2957
|
+
src: {},
|
|
2958
|
+
srcSet: {},
|
|
2960
2959
|
fit: { default: "cover" },
|
|
2961
|
-
alt: {
|
|
2960
|
+
alt: {}
|
|
2962
2961
|
},
|
|
2963
2962
|
emits: ["error", "load"],
|
|
2964
2963
|
setup(e, { emit: t }) {
|
|
2965
2964
|
I((y) => ({
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
2968
|
-
|
|
2965
|
+
"13e33bae": h.value,
|
|
2966
|
+
"318dfdc6": b.value,
|
|
2967
|
+
ac61f68c: f.value
|
|
2969
2968
|
}));
|
|
2970
2969
|
const a = e, l = t, r = w(!1), c = _(
|
|
2971
2970
|
() => A({
|
|
@@ -3547,14 +3546,14 @@ const If = ["src", "alt", "srcset"], eg = {
|
|
|
3547
3546
|
loadingText: { default: "Loading ..." },
|
|
3548
3547
|
loadFailedText: { default: "Image loading failed" },
|
|
3549
3548
|
src: {},
|
|
3550
|
-
|
|
3549
|
+
srcSet: { default: "" },
|
|
3551
3550
|
fit: { default: "cover" },
|
|
3552
3551
|
alt: { default: "" }
|
|
3553
3552
|
},
|
|
3554
3553
|
emits: ["error", "load"],
|
|
3555
3554
|
setup(e, { emit: t }) {
|
|
3556
3555
|
I((b) => ({
|
|
3557
|
-
"
|
|
3556
|
+
"9b045ea4": f.value
|
|
3558
3557
|
}));
|
|
3559
3558
|
const a = e, l = w(!1), r = w(!1), c = t, u = (b) => {
|
|
3560
3559
|
l.value = !0, r.value = !1, c("load", b);
|
|
@@ -4469,7 +4468,7 @@ const Le = (e) => {
|
|
|
4469
4468
|
};
|
|
4470
4469
|
return { placement: u, placementCoords: d };
|
|
4471
4470
|
}, jx = () => {
|
|
4472
|
-
}, Qg = "@nmorph/nmorph-ui-kit", Zg = "module", Ng = "0.2.
|
|
4471
|
+
}, Qg = "@nmorph/nmorph-ui-kit", Zg = "module", Ng = "0.2.71", Ig = "MIT", ew = {
|
|
4473
4472
|
node: "18.13.0",
|
|
4474
4473
|
npm: "8.19.3"
|
|
4475
4474
|
}, tw = "./dist/index.d.ts", nw = "./dist/index.umd.js", ow = "./dist/index.es.js", aw = "./dist/style.css", sw = [
|