@muflih_kh/profile-ui 1.0.1 → 1.0.2
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/profile-ui.es.js +5 -4
- package/dist/profile-ui.es.js.map +1 -1
- package/dist/profile-ui.umd.js +19 -19
- package/dist/profile-ui.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/OtpModal.vue +1 -1
- package/src/components/ParentModal.vue +1 -1
- package/src/components/PersonalDataEditModal.vue +1 -1
- package/src/components/Profile.vue +8 -8
- package/src/components/SgFileUploader.vue +1 -1
package/dist/profile-ui.es.js
CHANGED
|
@@ -3901,7 +3901,7 @@ function qd(t, e, n, s, r, o) {
|
|
|
3901
3901
|
}, 8, ["modelValue"])
|
|
3902
3902
|
]);
|
|
3903
3903
|
}
|
|
3904
|
-
const bo = /* @__PURE__ */ pe($d, [["render", qd], ["__scopeId", "data-v-
|
|
3904
|
+
const bo = /* @__PURE__ */ pe($d, [["render", qd], ["__scopeId", "data-v-696f33a6"]]);
|
|
3905
3905
|
const zd = {
|
|
3906
3906
|
name: "ImageCropModal",
|
|
3907
3907
|
components: {
|
|
@@ -8118,7 +8118,7 @@ function nm(t, e, n, s, r, o) {
|
|
|
8118
8118
|
])
|
|
8119
8119
|
])) : T("", !0);
|
|
8120
8120
|
}
|
|
8121
|
-
const sm = /* @__PURE__ */ pe($p, [["render", nm], ["__scopeId", "data-v-
|
|
8121
|
+
const sm = /* @__PURE__ */ pe($p, [["render", nm], ["__scopeId", "data-v-651105ed"]]);
|
|
8122
8122
|
const rm = {
|
|
8123
8123
|
name: "ProfilePersonalData",
|
|
8124
8124
|
components: {
|
|
@@ -8392,7 +8392,7 @@ function Qm(t, e, n, s, r, o) {
|
|
|
8392
8392
|
])
|
|
8393
8393
|
])) : T("", !0);
|
|
8394
8394
|
}
|
|
8395
|
-
const ew = /* @__PURE__ */ pe(Im, [["render", Qm], ["__scopeId", "data-v-
|
|
8395
|
+
const ew = /* @__PURE__ */ pe(Im, [["render", Qm], ["__scopeId", "data-v-5db341bf"]]), tw = {
|
|
8396
8396
|
name: "ProfileVerification",
|
|
8397
8397
|
components: {
|
|
8398
8398
|
OtpModal: ew
|
|
@@ -9162,7 +9162,7 @@ function Fg(t, e, n, s, r, o) {
|
|
|
9162
9162
|
])
|
|
9163
9163
|
])) : T("", !0);
|
|
9164
9164
|
}
|
|
9165
|
-
const Rg = /* @__PURE__ */ pe(rg, [["render", Fg], ["__scopeId", "data-v-
|
|
9165
|
+
const Rg = /* @__PURE__ */ pe(rg, [["render", Fg], ["__scopeId", "data-v-5543efb2"]]), Ig = {
|
|
9166
9166
|
name: "ProfileParents",
|
|
9167
9167
|
components: {
|
|
9168
9168
|
ParentModal: Rg
|
|
@@ -9602,6 +9602,7 @@ export {
|
|
|
9602
9602
|
jo as ProfileParents,
|
|
9603
9603
|
Ro as ProfilePersonalData,
|
|
9604
9604
|
Io as ProfileVerification,
|
|
9605
|
+
bo as SgFileUploader,
|
|
9605
9606
|
Mv as default
|
|
9606
9607
|
};
|
|
9607
9608
|
//# sourceMappingURL=profile-ui.es.js.map
|