@yourgoods/ui-smart 0.53.14 → 0.53.16
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-DLudgSso.js → ProfileEmailDialog-CSkBhFZg.js} +2 -2
- package/dist/{ProfilePasswordDialog-CBk7eiWU.js → ProfilePasswordDialog-33HFcbos.js} +1 -1
- package/dist/{ProfilePhoneDialog-DliOsBke.js → ProfilePhoneDialog-C38K6-Gg.js} +2 -2
- package/dist/components/PEditUserContact/PEditUserContact.vue.d.ts +48 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogManager.vue.d.ts +26 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewEmailContent.vue.d.ts +64 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPasswordContent.vue.d.ts +25 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPhoneContent.vue.d.ts +75 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewEmailContent.vue.d.ts +66 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewPhoneContent.vue.d.ts +74 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldEmailContent.vue.d.ts +57 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldPhoneContent.vue.d.ts +65 -0
- package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/ThrottlerTimer.vue.d.ts +33 -0
- package/dist/components/PEditUserContact/ProfileDialogs/ProfileEmailDialog.vue.d.ts +55 -0
- package/dist/components/PEditUserContact/ProfileDialogs/ProfilePasswordDialog.vue.d.ts +36 -0
- package/dist/components/PEditUserContact/ProfileDialogs/ProfilePhoneDialog.vue.d.ts +92 -0
- package/dist/components/PEditUserContact/ProfileOverlayLoading.vue.d.ts +2 -0
- package/dist/components/PEditUserContact/index.vue.d.ts +40 -0
- package/dist/components/PEditUserContact/types.d.ts +35 -0
- package/dist/components/PEmailOrPhoneInput/index.vue.d.ts +37 -0
- package/dist/components/PEmailOrPhoneInput/types.d.ts +16 -0
- package/dist/components/PEmailOrPhoneInput/utils/detect-field.d.ts +2 -0
- package/dist/components/PEmailOrPhoneInput/utils/email.d.ts +2 -0
- package/dist/components/PEmailOrPhoneInput/utils/phone.d.ts +6 -0
- package/dist/components/index.d.ts +0 -0
- package/dist/composables/profile/useDialogManager.d.ts +21 -0
- package/dist/composables/profile/useModeFlow.d.ts +7 -0
- package/dist/composables/profile/usePasswordRateLimitToast.d.ts +9 -0
- package/dist/composables/profile/useRateLimitToast.d.ts +9 -0
- package/dist/composables/profile/useThrottler.d.ts +13 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/{index-BqAKjNzC.js → index-DYfxtE--.js} +9 -6
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/locales/index.d.ts +134 -0
- package/dist/modules/api/profile/check-availability.d.ts +1 -0
- package/dist/modules/api/profile/me.d.ts +19 -0
- package/dist/modules/index.d.ts +7 -0
- package/dist/types.d.ts +10 -0
- package/dist/{useRateLimitToast-DhiphkbR.js → useRateLimitToast-BAK-6nD5.js} +1 -1
- package/dist/utils/checkEmailFormatError.d.ts +1 -0
- package/dist/utils/checkPhoneFormatError.d.ts +1 -0
- package/dist/utils/formatPhone.d.ts +5 -0
- package/dist/utils/phoneValidationKeywords.d.ts +1 -0
- package/dist/utils/url.d.ts +2 -0
- package/package.json +1 -1