@yourgoods/ui-smart 0.2.0 → 0.3.0
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/{ProfileEmailDialog-QyJL9xJa.js → ProfileEmailDialog-rL4YTLa1.js} +2 -2
- package/dist/{ProfilePasswordDialog-XLfFIviS.js → ProfilePasswordDialog-DmfK_fyQ.js} +1 -1
- package/dist/ProfilePhoneDialog-Df3-2osj.js +778 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPhoneContent.vue.d.ts +6 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewPhoneContent.vue.d.ts +6 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldPhoneContent.vue.d.ts +6 -0
- package/dist/components/PEditUserContact/ProfileDialogs/ProfilePhoneDialog.vue.d.ts +5 -3
- package/dist/{index-D9_chX1D.js → index-rDbP74yn.js} +216 -217
- package/dist/index.js +1 -1
- package/dist/{useRateLimitToast-DGwU_bUG.js → useRateLimitToast-D3SdHQJl.js} +1 -1
- package/package.json +2 -2
- package/dist/ProfilePhoneDialog-D6YONYeR.js +0 -734
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as le, ref as V, reactive as Q, watch as _, computed as b, toRefs as de, createElementBlock as k, openBlock as y, createElementVNode as S, createCommentVNode as P, toDisplayString as Y, createVNode as M, unref as c, isRef as X, withCtx as W, createTextVNode as ee, Fragment as Oe, createBlock as z, resolveDynamicComponent as Ce, onMounted as Ue } from "vue";
|
|
2
|
-
import { T as re, c as Ve, _ as Ae, u as Fe, a as Re, P as ye, b as ze } from "./useRateLimitToast-
|
|
3
|
-
import { C as D, B as We, p as R, g as He } from "./index-
|
|
2
|
+
import { T as re, c as Ve, _ as Ae, u as Fe, a as Re, P as ye, b as ze } from "./useRateLimitToast-D3SdHQJl.js";
|
|
3
|
+
import { C as D, B as We, p as R, g as He } from "./index-rDbP74yn.js";
|
|
4
4
|
import { PInput as G, IconMailMd as ue, PButton as te, IconEyeMd as ge, IconEyeClosedMd as he, PDialog as qe, PTopBar as je, IconCrossMd as _e } from "@profeat/ui-kit";
|
|
5
5
|
const Ge = { class: "dialogDefaultContainerInsideContent" }, Ye = { class: "dialogDefaultContainerTextHint" }, Je = {
|
|
6
6
|
key: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as Pe, ref as r, reactive as N, computed as u, watch as X, onMounted as ye, createElementBlock as _, openBlock as g, Fragment as Ce, createVNode as n, unref as o, withCtx as P, createCommentVNode as Y, createElementVNode as l, toDisplayString as V, createBlock as S, resolveDynamicComponent as B, createTextVNode as R } from "vue";
|
|
2
|
-
import { C as b, p as E, g as ge } from "./index-
|
|
2
|
+
import { C as b, p as E, g as ge } from "./index-rDbP74yn.js";
|
|
3
3
|
import { PDialog as Ve, PInput as $, IconEyeMd as z, IconEyeClosedMd as M, PButton as O, PTopBar as be, IconCrossMd as Ie, PTeleportContainer as Te } from "@profeat/ui-kit";
|
|
4
4
|
function xe(I) {
|
|
5
5
|
return { showPasswordRateLimitToast: (y) => {
|