@ozdao/prometheus-framework 0.1.80 → 0.1.81

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  2. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -72
  3. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  4. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +72 -2
  5. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
  6. package/dist/prometheus-framework/src/components/Select/Select.vue.js +2 -78
  7. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
  8. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +78 -2
  9. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
  10. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +15 -17
  11. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
  12. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +24 -26
  13. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
  14. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +28 -30
  15. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
  16. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +26 -26
  17. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
  18. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +30 -32
  19. package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.cjs +1 -0
  20. package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.js +20 -0
  21. package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.cjs +1 -0
  22. package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.js +26 -0
  23. package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.cjs +1 -0
  24. package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.js +30 -0
  25. package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.cjs +1 -1
  26. package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.js +1 -1
  27. package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.cjs +1 -0
  28. package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.js +32 -0
  29. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  30. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
  31. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  32. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +2 -2
  33. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -4
  34. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -62
  35. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +4 -1
  36. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +62 -2
  37. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  38. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
  39. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
  40. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
  41. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  42. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +2 -2
  43. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  44. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +2 -2
  45. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  46. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  47. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  48. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +1 -1
  49. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  50. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +1 -1
  51. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  52. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
  53. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  54. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  55. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  56. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  57. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  58. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  59. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  60. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
  61. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  62. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
  63. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  64. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
  65. package/dist/style.css +1 -1
  66. package/package.json +1 -1
  67. package/src/modules/auth/components/pages/EnterCode.vue +4 -4
  68. package/src/modules/auth/components/pages/EnterPassword.vue +3 -4
  69. package/src/modules/auth/components/pages/ResetPassword.vue +4 -5
  70. package/src/modules/auth/components/pages/SignIn.vue +3 -3
  71. package/src/modules/auth/components/pages/SignUp.vue +4 -5
  72. package/src/modules/auth/localization/EnterCode.json +13 -11
  73. package/src/modules/auth/localization/EnterPassword.json +19 -17
  74. package/src/modules/auth/localization/ResetPassword.json +23 -21
  75. package/src/modules/auth/localization/SignIn.json +1 -1
  76. package/src/modules/auth/localization/SignUp.json +25 -23
@@ -1,14 +1,16 @@
1
1
  {
2
- "en": {
3
- "verifyNumberTitle": "Verify Number",
4
- "instructions": "We have sent a registration code to your phone number. Please enter it in the field below:",
5
- "resendCode": "Send the code again",
6
- "secondsResend": "seconds to the possibility of sending the code again."
7
- },
8
- "ru": {
9
- "verifyNumberTitle": "Подтвердите номер",
10
- "instructions": "Мы отправили код регистрации на ваш номер телефона. Введите его в поле ниже:",
11
- "resendCode": "Отправить код еще раз",
12
- "secondsResend": "секунд до возможности отправить код еще раз."
2
+ "messages": {
3
+ "en": {
4
+ "verifyNumberTitle": "Verify Number",
5
+ "instructions": "We have sent a registration code to your phone number. Please enter it in the field below:",
6
+ "resendCode": "Send the code again",
7
+ "secondsResend": "seconds to the possibility of sending the code again."
8
+ },
9
+ "ru": {
10
+ "verifyNumberTitle": "Подтвердите номер",
11
+ "instructions": "Мы отправили код регистрации на ваш номер телефона. Введите его в поле ниже:",
12
+ "resendCode": "Отправить код еще раз",
13
+ "secondsResend": "секунд до возможности отправить код еще раз."
14
+ }
13
15
  }
14
16
  }
@@ -1,20 +1,22 @@
1
1
  {
2
- "en": {
3
- "almostDone": "Almost there!",
4
- "newPasswordPrompt": "Please, set a new password.",
5
- "registrationPasswordPrompt": "Please, set your password to complete the registration.",
6
- "passwordPlaceholder": "Password",
7
- "repeatPasswordPlaceholder": "Repeat Password",
8
- "changePasswordBtn": "Change Password",
9
- "registerBtn": "Register"
10
- },
11
- "ru": {
12
- "almostDone": "Почти все!",
13
- "newPasswordPrompt": "Пожалуйста, укажите новый пароль.",
14
- "registrationPasswordPrompt": "Пожалуйста, укажите пароль, на этом регистрация будет закончена.",
15
- "passwordPlaceholder": "Пароль",
16
- "repeatPasswordPlaceholder": "Повторите пароль",
17
- "changePasswordBtn": "Поменять пароль",
18
- "registerBtn": "Зарегистрироваться"
2
+ "messages": {
3
+ "en": {
4
+ "almostDone": "Almost there!",
5
+ "newPasswordPrompt": "Please, set a new password.",
6
+ "registrationPasswordPrompt": "Please, set your password to complete the registration.",
7
+ "passwordPlaceholder": "Password",
8
+ "repeatPasswordPlaceholder": "Repeat Password",
9
+ "changePasswordBtn": "Change Password",
10
+ "registerBtn": "Register"
11
+ },
12
+ "ru": {
13
+ "almostDone": "Почти все!",
14
+ "newPasswordPrompt": "Пожалуйста, укажите новый пароль.",
15
+ "registrationPasswordPrompt": "Пожалуйста, укажите пароль, на этом регистрация будет закончена.",
16
+ "passwordPlaceholder": "Пароль",
17
+ "repeatPasswordPlaceholder": "Повторите пароль",
18
+ "changePasswordBtn": "Поменять пароль",
19
+ "registerBtn": "Зарегистрироваться"
20
+ }
19
21
  }
20
22
  }
@@ -1,24 +1,26 @@
1
1
  {
2
- "en": {
3
- "forgotPasswordTitle": "Forgot Password?",
4
- "instructions": "To reset your password, specify the phone or email used during registration.",
5
- "smsInfo": "We will send you an SMS with a confirmation code to reset your password, which you will need to enter in the next step.",
6
- "emailInfo": "We will send you an email with a confirmation code to reset your password, which you will need to enter in the next step.",
7
- "phone": "Phone",
8
- "email": "Email",
9
- "phonePlaceholder": "Enter your phone",
10
- "emailPlaceholder": "Enter your email",
11
- "sendCode": "Send code"
12
- },
13
- "ru": {
14
- "forgotPasswordTitle": "Забыли пароль?",
15
- "instructions": "Чтобы сбросить пароль, укажите телефон или email, использованные при регистрации.",
16
- "smsInfo": "Мы вышлем вам SMS с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
17
- "emailInfo": "Мы отправим вам электронное письмо с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
18
- "phone": "Телефон",
19
- "email": "Email",
20
- "phonePlaceholder": "Введите ваш телефон",
21
- "emailPlaceholder": "Введите ваш email",
22
- "sendCode": "Отправить код"
2
+ "messages": {
3
+ "en": {
4
+ "forgotPasswordTitle": "Forgot Password?",
5
+ "instructions": "To reset your password, specify the phone or email used during registration.",
6
+ "smsInfo": "We will send you an SMS with a confirmation code to reset your password, which you will need to enter in the next step.",
7
+ "emailInfo": "We will send you an email with a confirmation code to reset your password, which you will need to enter in the next step.",
8
+ "phone": "Phone",
9
+ "email": "Email",
10
+ "phonePlaceholder": "Enter your phone",
11
+ "emailPlaceholder": "Enter your email",
12
+ "sendCode": "Send code"
13
+ },
14
+ "ru": {
15
+ "forgotPasswordTitle": "Забыли пароль?",
16
+ "instructions": "Чтобы сбросить пароль, укажите телефон или email, использованные при регистрации.",
17
+ "smsInfo": "Мы вышлем вам SMS с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
18
+ "emailInfo": "Мы отправим вам электронное письмо с кодом подтверждения для сброса пароля, который вы должны будете ввести в следующем шаге.",
19
+ "phone": "Телефон",
20
+ "email": "Email",
21
+ "phonePlaceholder": "Введите ваш телефон",
22
+ "emailPlaceholder": "Введите ваш email",
23
+ "sendCode": "Отправить код"
24
+ }
23
25
  }
24
26
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "messages": {
3
3
  "en": {
4
- "title": "Welcome to Weeder",
4
+ "title": "Welcome to The Commune",
5
5
  "subtitle": "Sign In to Continue",
6
6
  "signup": "Don't have an account?",
7
7
  "phone": "Phone",
@@ -1,26 +1,28 @@
1
1
  {
2
- "en": {
3
- "title": "Sign Up to The Commune",
4
- "description": "Choose a convenient way to register via phone or email:",
5
- "phone": "Phone",
6
- "email": "Email",
7
- "phonePlaceholder": "Enter your phone",
8
- "emailPlaceholder": "Enter your email",
9
- "emailNotice": "We will send you an email with a confirmation code that you will need to enter in the next step.",
10
- "smsNotice": "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
11
- "sendCode": "Send Code",
12
- "haveAccount": "Already have an account?"
13
- },
14
- "ru": {
15
- "title": "Новая учетная запись",
16
- "description": "Выберите удобный способ регистрации через телефон или email:",
17
- "phone": "Телефон",
18
- "email": "Email",
19
- "phonePlaceholder": "Введите ваш телефон",
20
- "emailPlaceholder": "Введите ваш email",
21
- "emailNotice": "Мы отправим вам электронное письмо с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
22
- "smsNotice": "Мы вышлем вам SMS с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
23
- "sendCode": "Отправить код",
24
- "haveAccount": "У вас уже есть аккаунт?"
2
+ "messages": {
3
+ "en": {
4
+ "title": "Sign Up to The Commune",
5
+ "description": "Choose a convenient way to register via phone or email:",
6
+ "phone": "Phone",
7
+ "email": "Email",
8
+ "phonePlaceholder": "Enter your phone",
9
+ "emailPlaceholder": "Enter your email",
10
+ "emailNotice": "We will send you an email with a confirmation code that you will need to enter in the next step.",
11
+ "smsNotice": "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
12
+ "sendCode": "Send Code",
13
+ "haveAccount": "Already have an account?"
14
+ },
15
+ "ru": {
16
+ "title": "Новая учетная запись",
17
+ "description": "Выберите удобный способ регистрации через телефон или email:",
18
+ "phone": "Телефон",
19
+ "email": "Email",
20
+ "phonePlaceholder": "Введите ваш телефон",
21
+ "emailPlaceholder": "Введите ваш email",
22
+ "emailNotice": "Мы отправим вам электронное письмо с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
23
+ "smsNotice": "Мы вышлем вам SMS с кодом подтверждения, который вы должны будете ввести в следующем шаге.",
24
+ "sendCode": "Отправить код",
25
+ "haveAccount": "У вас уже есть аккаунт?"
26
+ }
25
27
  }
26
28
  }