@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.
Files changed (46) hide show
  1. package/dist/{ProfileEmailDialog-DLudgSso.js → ProfileEmailDialog-CSkBhFZg.js} +2 -2
  2. package/dist/{ProfilePasswordDialog-CBk7eiWU.js → ProfilePasswordDialog-33HFcbos.js} +1 -1
  3. package/dist/{ProfilePhoneDialog-DliOsBke.js → ProfilePhoneDialog-C38K6-Gg.js} +2 -2
  4. package/dist/components/PEditUserContact/PEditUserContact.vue.d.ts +48 -0
  5. package/dist/components/PEditUserContact/ProfileDialogs/DialogManager.vue.d.ts +26 -0
  6. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewEmailContent.vue.d.ts +64 -0
  7. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPasswordContent.vue.d.ts +25 -0
  8. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/AddNewPhoneContent.vue.d.ts +75 -0
  9. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewEmailContent.vue.d.ts +66 -0
  10. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/NewPhoneContent.vue.d.ts +74 -0
  11. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldEmailContent.vue.d.ts +57 -0
  12. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/OldPhoneContent.vue.d.ts +65 -0
  13. package/dist/components/PEditUserContact/ProfileDialogs/DialogSegments/ThrottlerTimer.vue.d.ts +33 -0
  14. package/dist/components/PEditUserContact/ProfileDialogs/ProfileEmailDialog.vue.d.ts +55 -0
  15. package/dist/components/PEditUserContact/ProfileDialogs/ProfilePasswordDialog.vue.d.ts +36 -0
  16. package/dist/components/PEditUserContact/ProfileDialogs/ProfilePhoneDialog.vue.d.ts +92 -0
  17. package/dist/components/PEditUserContact/ProfileOverlayLoading.vue.d.ts +2 -0
  18. package/dist/components/PEditUserContact/index.vue.d.ts +40 -0
  19. package/dist/components/PEditUserContact/types.d.ts +35 -0
  20. package/dist/components/PEmailOrPhoneInput/index.vue.d.ts +37 -0
  21. package/dist/components/PEmailOrPhoneInput/types.d.ts +16 -0
  22. package/dist/components/PEmailOrPhoneInput/utils/detect-field.d.ts +2 -0
  23. package/dist/components/PEmailOrPhoneInput/utils/email.d.ts +2 -0
  24. package/dist/components/PEmailOrPhoneInput/utils/phone.d.ts +6 -0
  25. package/dist/components/index.d.ts +0 -0
  26. package/dist/composables/profile/useDialogManager.d.ts +21 -0
  27. package/dist/composables/profile/useModeFlow.d.ts +7 -0
  28. package/dist/composables/profile/usePasswordRateLimitToast.d.ts +9 -0
  29. package/dist/composables/profile/useRateLimitToast.d.ts +9 -0
  30. package/dist/composables/profile/useThrottler.d.ts +13 -0
  31. package/dist/icons/index.d.ts +1 -0
  32. package/dist/{index-BqAKjNzC.js → index-DYfxtE--.js} +9 -6
  33. package/dist/index.d.ts +2 -1
  34. package/dist/index.js +2 -2
  35. package/dist/locales/index.d.ts +134 -0
  36. package/dist/modules/api/profile/check-availability.d.ts +1 -0
  37. package/dist/modules/api/profile/me.d.ts +19 -0
  38. package/dist/modules/index.d.ts +7 -0
  39. package/dist/types.d.ts +10 -0
  40. package/dist/{useRateLimitToast-DhiphkbR.js → useRateLimitToast-BAK-6nD5.js} +1 -1
  41. package/dist/utils/checkEmailFormatError.d.ts +1 -0
  42. package/dist/utils/checkPhoneFormatError.d.ts +1 -0
  43. package/dist/utils/formatPhone.d.ts +5 -0
  44. package/dist/utils/phoneValidationKeywords.d.ts +1 -0
  45. package/dist/utils/url.d.ts +2 -0
  46. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourgoods/ui-smart",
3
- "version": "0.53.14",
3
+ "version": "0.53.16",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",