@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.
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +2 -72
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +72 -2
- package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue.js +2 -78
- package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
- package/dist/prometheus-framework/src/components/Select/Select.vue2.js +78 -2
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +15 -17
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +24 -26
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +28 -30
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +26 -26
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +30 -32
- package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/localization/EnterCode.json.js +20 -0
- package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/localization/EnterPassword.json.js +26 -0
- package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/localization/ResetPassword.json.js +30 -0
- package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.cjs +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/SignIn.json.js +1 -1
- package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.cjs +1 -0
- package/dist/prometheus-framework/src/modules/auth/localization/SignUp.json.js +32 -0
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -4
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -62
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +4 -1
- package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +62 -2
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
- package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/modules/auth/components/pages/EnterCode.vue +4 -4
- package/src/modules/auth/components/pages/EnterPassword.vue +3 -4
- package/src/modules/auth/components/pages/ResetPassword.vue +4 -5
- package/src/modules/auth/components/pages/SignIn.vue +3 -3
- package/src/modules/auth/components/pages/SignUp.vue +4 -5
- package/src/modules/auth/localization/EnterCode.json +13 -11
- package/src/modules/auth/localization/EnterPassword.json +19 -17
- package/src/modules/auth/localization/ResetPassword.json +23 -21
- package/src/modules/auth/localization/SignIn.json +1 -1
- package/src/modules/auth/localization/SignUp.json +25 -23
@@ -1,14 +1,16 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
"
|
10
|
-
|
11
|
-
|
12
|
-
|
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
|
-
"
|
3
|
-
"
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
"
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
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
|
-
"
|
3
|
-
"
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
"
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
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,26 +1,28 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
"
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
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
|
}
|