@nmorph/nmorph-ui-kit 0.2.69 → 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 +8 -8
- 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 -10
- 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,17 +2954,17 @@ const Tf = /* @__PURE__ */ D({
|
|
|
2954
2954
|
props: {
|
|
2955
2955
|
size: { default: 40 },
|
|
2956
2956
|
shape: { default: "circle" },
|
|
2957
|
-
src: {
|
|
2958
|
-
|
|
2957
|
+
src: {},
|
|
2958
|
+
srcSet: {},
|
|
2959
2959
|
fit: { default: "cover" },
|
|
2960
|
-
alt: {
|
|
2960
|
+
alt: {}
|
|
2961
2961
|
},
|
|
2962
2962
|
emits: ["error", "load"],
|
|
2963
2963
|
setup(e, { emit: t }) {
|
|
2964
2964
|
I((y) => ({
|
|
2965
|
-
"
|
|
2966
|
-
"
|
|
2967
|
-
|
|
2965
|
+
"13e33bae": h.value,
|
|
2966
|
+
"318dfdc6": b.value,
|
|
2967
|
+
ac61f68c: f.value
|
|
2968
2968
|
}));
|
|
2969
2969
|
const a = e, l = t, r = w(!1), c = _(
|
|
2970
2970
|
() => A({
|
|
@@ -3546,7 +3546,7 @@ const If = ["src", "alt", "srcset"], eg = {
|
|
|
3546
3546
|
loadingText: { default: "Loading ..." },
|
|
3547
3547
|
loadFailedText: { default: "Image loading failed" },
|
|
3548
3548
|
src: {},
|
|
3549
|
-
|
|
3549
|
+
srcSet: { default: "" },
|
|
3550
3550
|
fit: { default: "cover" },
|
|
3551
3551
|
alt: { default: "" }
|
|
3552
3552
|
},
|
|
@@ -4468,7 +4468,7 @@ const Le = (e) => {
|
|
|
4468
4468
|
};
|
|
4469
4469
|
return { placement: u, placementCoords: d };
|
|
4470
4470
|
}, jx = () => {
|
|
4471
|
-
}, 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 = {
|
|
4472
4472
|
node: "18.13.0",
|
|
4473
4473
|
npm: "8.19.3"
|
|
4474
4474
|
}, tw = "./dist/index.d.ts", nw = "./dist/index.umd.js", ow = "./dist/index.es.js", aw = "./dist/style.css", sw = [
|