@ozdao/martyrs 0.2.484 → 0.2.485

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 (158) hide show
  1. package/dist/{Media-EYG9WPI4.cjs → Media-ByPHBvAU.cjs} +1 -1
  2. package/dist/{Media-2NvSR0vE.js → Media-DlUBwVWs.js} +1 -1
  3. package/dist/{main-rF15sgss.cjs → main-137vO86w.cjs} +7 -7
  4. package/dist/{main-BT1yoKH2.js → main-CK6rC5Sz.js} +2017 -1976
  5. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.cjs → Dropdown.vue.cjs} +2 -2
  6. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js.map → Dropdown.vue.cjs.map} +1 -1
  7. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js → Dropdown.vue.js} +2 -2
  8. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -0
  9. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +1 -1
  10. package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
  11. package/dist/martyrs/src/components/Field/Field.vue.cjs +13 -7
  12. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +1 -1
  13. package/dist/martyrs/src/components/Field/Field.vue.js +14 -8
  14. package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
  15. package/dist/martyrs/src/components/Menu/{Menu.vue.cjs → Menu.vue2.cjs} +2 -2
  16. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +1 -0
  17. package/dist/martyrs/src/components/Menu/{Menu.vue.js → Menu.vue2.js} +2 -2
  18. package/dist/martyrs/src/components/Menu/Menu.vue2.js.map +1 -0
  19. package/dist/martyrs/src/modules/auth/auth.client.cjs +3 -0
  20. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +1 -1
  21. package/dist/martyrs/src/modules/auth/auth.client.js +3 -0
  22. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  23. package/dist/martyrs/src/modules/auth/locales/en.cjs +79 -0
  24. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +1 -0
  25. package/dist/martyrs/src/modules/auth/locales/en.js +79 -0
  26. package/dist/martyrs/src/modules/auth/locales/en.js.map +1 -0
  27. package/dist/martyrs/src/modules/auth/locales/index.cjs +10 -0
  28. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +1 -0
  29. package/dist/martyrs/src/modules/auth/locales/index.js +10 -0
  30. package/dist/martyrs/src/modules/auth/locales/index.js.map +1 -0
  31. package/dist/martyrs/src/modules/auth/locales/ru.cjs +79 -0
  32. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +1 -0
  33. package/dist/martyrs/src/modules/auth/locales/ru.js +79 -0
  34. package/dist/martyrs/src/modules/auth/locales/ru.js.map +1 -0
  35. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -9
  36. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +1 -1
  37. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js +2 -11
  38. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.js.map +1 -1
  39. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +4 -6
  40. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +1 -1
  41. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +4 -6
  42. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js.map +1 -1
  43. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +6 -8
  44. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +1 -1
  45. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +6 -8
  46. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js.map +1 -1
  47. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +2 -2
  48. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +2 -2
  49. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +10 -12
  50. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +1 -1
  51. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +10 -12
  52. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
  53. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +11 -13
  54. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +1 -1
  55. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +11 -13
  56. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
  57. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +10 -12
  58. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +1 -1
  59. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +10 -12
  60. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
  61. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +5 -47
  62. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +1 -1
  63. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +5 -47
  64. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
  65. package/dist/martyrs/src/modules/globals/globals.client.cjs +1 -0
  66. package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
  67. package/dist/martyrs/src/modules/globals/globals.client.js +1 -0
  68. package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
  69. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
  70. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
  71. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.cjs +1 -1
  72. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.js +1 -1
  73. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +49 -0
  74. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +1 -0
  75. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js +49 -0
  76. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.js.map +1 -0
  77. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +34 -0
  78. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +1 -0
  79. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js +34 -0
  80. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.js.map +1 -0
  81. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +115 -122
  82. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +1 -1
  83. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js +163 -170
  84. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.js.map +1 -1
  85. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +1 -1
  86. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +1 -1
  87. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  88. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +1 -1
  89. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  90. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  91. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +1 -1
  92. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  93. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.cjs +1 -1
  94. package/dist/martyrs/src/modules/organizations/components/sections/DetailsTabSection.vue.js +1 -1
  95. package/dist/martyrs/src/modules/organizations/router/organizations.cjs +1 -1
  96. package/dist/martyrs/src/modules/organizations/router/organizations.js +1 -1
  97. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +1 -1
  98. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +1 -1
  99. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.cjs +1 -1
  100. package/dist/martyrs/src/modules/products/components/pages/LeftoverEdit.vue.js +1 -1
  101. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.cjs +2 -2
  102. package/dist/martyrs/src/modules/products/components/pages/Leftovers.vue.js +1 -1
  103. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
  104. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
  105. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +1 -1
  106. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +1 -1
  107. package/dist/martyrs.cjs.js +1 -1
  108. package/dist/martyrs.css +1 -1
  109. package/dist/martyrs.es.js +1 -1
  110. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +1 -1
  111. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  112. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +1 -1
  113. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  114. package/dist/style.css +95 -82
  115. package/package.json +1 -1
  116. package/src/components/Field/Field.vue +42 -27
  117. package/src/modules/auth/auth.client.js +7 -0
  118. package/src/modules/auth/locales/en.js +76 -0
  119. package/src/modules/auth/locales/index.js +7 -0
  120. package/src/modules/auth/locales/ru.js +76 -0
  121. package/src/modules/auth/views/components/layouts/Auth.vue +2 -44
  122. package/src/modules/auth/views/components/pages/EnterCode.vue +5 -7
  123. package/src/modules/auth/views/components/pages/EnterPassword.vue +7 -10
  124. package/src/modules/auth/views/components/pages/ResetPassword.vue +9 -12
  125. package/src/modules/auth/views/components/pages/SignIn.vue +12 -15
  126. package/src/modules/auth/views/components/pages/SignUp.vue +9 -12
  127. package/src/modules/auth/views/components/sections/SliderFeatures.vue +11 -48
  128. package/src/modules/globals/globals.client.js +1 -0
  129. package/src/modules/icons/actions/IconShow.vue +23 -0
  130. package/src/modules/icons/pages/IconsPage.vue +114 -120
  131. package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.cjs.map +0 -1
  132. package/dist/martyrs/src/components/Menu/Menu.vue.cjs.map +0 -1
  133. package/dist/martyrs/src/components/Menu/Menu.vue.js.map +0 -1
  134. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs +0 -9
  135. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.cjs.map +0 -1
  136. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js +0 -9
  137. package/dist/martyrs/src/modules/auth/views/localization/EnterCode.json.js.map +0 -1
  138. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs +0 -9
  139. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.cjs.map +0 -1
  140. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js +0 -9
  141. package/dist/martyrs/src/modules/auth/views/localization/EnterPassword.json.js.map +0 -1
  142. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs +0 -9
  143. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.cjs.map +0 -1
  144. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js +0 -9
  145. package/dist/martyrs/src/modules/auth/views/localization/ResetPassword.json.js.map +0 -1
  146. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs +0 -9
  147. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.cjs.map +0 -1
  148. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js +0 -9
  149. package/dist/martyrs/src/modules/auth/views/localization/SignIn.json.js.map +0 -1
  150. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs +0 -9
  151. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.cjs.map +0 -1
  152. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js +0 -9
  153. package/dist/martyrs/src/modules/auth/views/localization/SignUp.json.js.map +0 -1
  154. package/src/modules/auth/views/localization/EnterCode.json +0 -16
  155. package/src/modules/auth/views/localization/EnterPassword.json +0 -22
  156. package/src/modules/auth/views/localization/ResetPassword.json +0 -26
  157. package/src/modules/auth/views/localization/SignIn.json +0 -34
  158. package/src/modules/auth/views/localization/SignUp.json +0 -28
@@ -2,7 +2,7 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
4
  const clickOutside = require("../FieldPhone/click-outside.cjs");
5
- ;/* empty css */
5
+ ;/* empty css */
6
6
  const _hoisted_1 = {
7
7
  key: 0,
8
8
  class: "w-100 h-100 flex-center flex"
@@ -61,4 +61,4 @@ const _sfc_main = {
61
61
  }
62
62
  };
63
63
  exports.default = _sfc_main;
64
- //# sourceMappingURL=Dropdown.vue2.cjs.map
64
+ //# sourceMappingURL=Dropdown.vue.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.vue2.js","sources":["../../../../../src/components/Dropdown/Dropdown.vue"],"sourcesContent":["<template>\n <div class=\"dropdown pos-relative\" v-click-outside=\"clickedOutside\" @click.stop=\"isOpen = !isOpen\">\n <div v-if=\"isComponentLabel\" class=\"w-100 h-100 flex-center flex\">\n <component :is=\"label.component\" v-bind=\"label.props\" :class=\"label.class\"></component>\n </div>\n <div v-else>\n {{ label }}\n </div>\n <transition name=\"TransitionTranslateY\" mode=\"out-in\">\n <div \n v-show=\"isOpen\" \n :style=\"{ left: align === 'left' ? '0' : 'auto', right: align === 'right' ? '0' : 'auto' }\" \n class=\"dropdown-content radius-big\" \n >\n <slot></slot>\n </div>\n </transition>\n </div>\n</template>\n\n<script setup>\nimport { ref, computed } from 'vue';\nimport clickOutside from '../FieldPhone/click-outside.js';\n\nlet vClickOutside = clickOutside\n\nconst props = defineProps({\n label: {\n type: [String, Object],\n default: 'Open'\n },\n align: {\n type: String,\n default: 'left'\n }\n})\n\nconst isOpen = ref(false);\nconst isComponentLabel = computed(() => typeof props.label === 'object');\n\nfunction clickedOutside () {\n isOpen.value = false\n}\n</script>\n\n<style >\n.dropdown-content {\n display: block;\n position: absolute;\n box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n z-index: 1;\n}\n\n/*.dropdown:hover .dropdown-content {\n display: block;\n}*/\n</style>\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAwBA,QAAI,gBAAgB;AAEpB,UAAM,QAAQ;AAWd,UAAM,SAAS,IAAI,KAAK;AACxB,UAAM,mBAAmB,SAAS,MAAM,OAAO,MAAM,UAAU,QAAQ;AAEvE,aAAS,iBAAkB;AACzB,aAAO,QAAQ;AAAA,IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Dropdown.vue.cjs","sources":["../../../../../src/components/Dropdown/Dropdown.vue"],"sourcesContent":["<template>\n <div class=\"dropdown pos-relative\" v-click-outside=\"clickedOutside\" @click.stop=\"isOpen = !isOpen\">\n <div v-if=\"isComponentLabel\" class=\"w-100 h-100 flex-center flex\">\n <component :is=\"label.component\" v-bind=\"label.props\" :class=\"label.class\"></component>\n </div>\n <div v-else>\n {{ label }}\n </div>\n <transition name=\"TransitionTranslateY\" mode=\"out-in\">\n <div \n v-show=\"isOpen\" \n :style=\"{ left: align === 'left' ? '0' : 'auto', right: align === 'right' ? '0' : 'auto' }\" \n class=\"dropdown-content radius-big\" \n >\n <slot></slot>\n </div>\n </transition>\n </div>\n</template>\n\n<script setup>\nimport { ref, computed } from 'vue';\nimport clickOutside from '../FieldPhone/click-outside.js';\n\nlet vClickOutside = clickOutside\n\nconst props = defineProps({\n label: {\n type: [String, Object],\n default: 'Open'\n },\n align: {\n type: String,\n default: 'left'\n }\n})\n\nconst isOpen = ref(false);\nconst isComponentLabel = computed(() => typeof props.label === 'object');\n\nfunction clickedOutside () {\n isOpen.value = false\n}\n</script>\n\n<style >\n.dropdown-content {\n display: block;\n position: absolute;\n box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n z-index: 1;\n}\n\n/*.dropdown:hover .dropdown-content {\n display: block;\n}*/\n</style>\n"],"names":["clickOutside","ref","computed"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAwBA,QAAI,gBAAgBA,aAAAA;AAEpB,UAAM,QAAQ;AAWd,UAAM,SAASC,IAAG,IAAC,KAAK;AACxB,UAAM,mBAAmBC,IAAAA,SAAS,MAAM,OAAO,MAAM,UAAU,QAAQ;AAEvE,aAAS,iBAAkB;AACzB,aAAO,QAAQ;AAAA,IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { ref, computed, withDirectives, createElementBlock, openBlock, withModifiers, createVNode, createBlock, resolveDynamicComponent, mergeProps, toDisplayString, Transition, withCtx, createElementVNode, normalizeStyle, renderSlot, vShow, unref } from "vue";
2
2
  import clickOutside from "../FieldPhone/click-outside.js";
3
- /* empty css */
3
+ /* empty css */
4
4
  const _hoisted_1 = {
5
5
  key: 0,
6
6
  class: "w-100 h-100 flex-center flex"
@@ -61,4 +61,4 @@ const _sfc_main = {
61
61
  export {
62
62
  _sfc_main as default
63
63
  };
64
- //# sourceMappingURL=Dropdown.vue2.js.map
64
+ //# sourceMappingURL=Dropdown.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.vue.js","sources":["../../../../../src/components/Dropdown/Dropdown.vue"],"sourcesContent":["<template>\n <div class=\"dropdown pos-relative\" v-click-outside=\"clickedOutside\" @click.stop=\"isOpen = !isOpen\">\n <div v-if=\"isComponentLabel\" class=\"w-100 h-100 flex-center flex\">\n <component :is=\"label.component\" v-bind=\"label.props\" :class=\"label.class\"></component>\n </div>\n <div v-else>\n {{ label }}\n </div>\n <transition name=\"TransitionTranslateY\" mode=\"out-in\">\n <div \n v-show=\"isOpen\" \n :style=\"{ left: align === 'left' ? '0' : 'auto', right: align === 'right' ? '0' : 'auto' }\" \n class=\"dropdown-content radius-big\" \n >\n <slot></slot>\n </div>\n </transition>\n </div>\n</template>\n\n<script setup>\nimport { ref, computed } from 'vue';\nimport clickOutside from '../FieldPhone/click-outside.js';\n\nlet vClickOutside = clickOutside\n\nconst props = defineProps({\n label: {\n type: [String, Object],\n default: 'Open'\n },\n align: {\n type: String,\n default: 'left'\n }\n})\n\nconst isOpen = ref(false);\nconst isComponentLabel = computed(() => typeof props.label === 'object');\n\nfunction clickedOutside () {\n isOpen.value = false\n}\n</script>\n\n<style >\n.dropdown-content {\n display: block;\n position: absolute;\n box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n z-index: 1;\n}\n\n/*.dropdown:hover .dropdown-content {\n display: block;\n}*/\n</style>\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAwBA,QAAI,gBAAgB;AAEpB,UAAM,QAAQ;AAWd,UAAM,SAAS,IAAI,KAAK;AACxB,UAAM,mBAAmB,SAAS,MAAM,OAAO,MAAM,UAAU,QAAQ;AAEvE,aAAS,iBAAkB;AACzB,aAAO,QAAQ;AAAA,IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -4,7 +4,7 @@ const vue = require("vue");
4
4
  const Loader = require("../Loader/Loader.vue2.cjs");
5
5
  const Skeleton = require("../Skeleton/Skeleton.vue.cjs");
6
6
  const EmptyState = require("../EmptyState/EmptyState.vue.cjs");
7
- const Dropdown = require("../Dropdown/Dropdown.vue2.cjs");
7
+ const Dropdown = require("../Dropdown/Dropdown.vue.cjs");
8
8
  const Calendar = require("../DatePicker/Calendar.vue.cjs");
9
9
  const BottomSheet = require("../BottomSheet/BottomSheet.vue.cjs");
10
10
  const BlockSearch = require("../../modules/globals/views/components/blocks/BlockSearch.vue.cjs");
@@ -2,7 +2,7 @@ import { mergeModels, useModel, computed, shallowRef, ref, watch, onMounted, onU
2
2
  import Loader from "../Loader/Loader.vue2.js";
3
3
  import Skeleton from "../Skeleton/Skeleton.vue.js";
4
4
  import _sfc_main$a from "../EmptyState/EmptyState.vue.js";
5
- import _sfc_main$3 from "../Dropdown/Dropdown.vue2.js";
5
+ import _sfc_main$3 from "../Dropdown/Dropdown.vue.js";
6
6
  import Calendar from "../DatePicker/Calendar.vue.js";
7
7
  import _sfc_main$6 from "../BottomSheet/BottomSheet.vue.js";
8
8
  import _sfc_main$1 from "../../modules/globals/views/components/blocks/BlockSearch.vue.js";
@@ -1,17 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
+ const IconShow = require("../../modules/icons/actions/IconShow.vue.cjs");
4
5
  const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.cjs");
5
6
  const _hoisted_1 = {
6
7
  key: 0,
7
8
  class: "t-transp mn-r-small"
8
9
  };
9
10
  const _hoisted_2 = { class: "t-nowrap" };
10
- const _hoisted_3 = { class: "w-100" };
11
+ const _hoisted_3 = { class: "w-100 pos-relative" };
11
12
  const _hoisted_4 = ["type", "value", "placeholder", "tabindex", "disabled", "autofocus"];
12
13
  const _hoisted_5 = ["value", "placeholder", "tabindex", "disabled"];
13
14
  const _hoisted_6 = {
14
- key: 1,
15
+ key: 2,
15
16
  class: "t-transp mn-l-small"
16
17
  };
17
18
  const _hoisted_7 = {
@@ -41,6 +42,7 @@ const _sfc_main = {
41
42
  }
42
43
  const textarea = vue.ref(null);
43
44
  const input = vue.ref(null);
45
+ const showPassword = vue.ref(false);
44
46
  function resize() {
45
47
  if (!textarea.value) {
46
48
  textarea.value.style.height = "";
@@ -84,9 +86,7 @@ const _sfc_main = {
84
86
  vue.createElementVNode("div", {
85
87
  class: vue.normalizeClass([[
86
88
  _ctx.$attrs.class,
87
- {
88
- "bg-fourth-nano": __props.validation
89
- }
89
+ { "bg-fourth-nano": __props.validation }
90
90
  ], "flex-center flex-nowrap flex"])
91
91
  }, [
92
92
  __props.label ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
@@ -100,7 +100,7 @@ const _sfc_main = {
100
100
  onInput: _cache[0] || (_cache[0] = (event) => text.value = emit("update:field", event.target.value)),
101
101
  onFocus: _cache[1] || (_cache[1] = (event) => emit("focus", event)),
102
102
  onBlur: _cache[2] || (_cache[2] = (event) => emit("blur", event)),
103
- type: __props.type,
103
+ type: __props.type === "password" && !showPassword.value ? "password" : __props.type === "password" ? "text" : __props.type,
104
104
  class: "w-100",
105
105
  value: __props.field,
106
106
  placeholder: __props.placeholder,
@@ -121,6 +121,12 @@ const _sfc_main = {
121
121
  disabled: __props.disabled
122
122
  }, null, 40, _hoisted_5))
123
123
  ]),
124
+ __props.type === "password" ? (vue.openBlock(), vue.createBlock(IconShow.default, {
125
+ key: 1,
126
+ show: !showPassword.value,
127
+ onClick: _cache[6] || (_cache[6] = ($event) => showPassword.value = !showPassword.value),
128
+ class: "i-medium cursor-pointer"
129
+ }, null, 8, ["show"])) : vue.createCommentVNode("", true),
124
130
  vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
125
131
  __props.symbol ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
126
132
  vue.createElementVNode("span", null, vue.toDisplayString(__props.symbol), 1)
@@ -136,6 +142,6 @@ const _sfc_main = {
136
142
  };
137
143
  }
138
144
  };
139
- const Field = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cf6a6a58"]]);
145
+ const Field = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a0727209"]]);
140
146
  exports.default = Field;
141
147
  //# sourceMappingURL=Field.vue.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Field.vue.cjs","sources":["../../../../../src/components/Field/Field.vue"],"sourcesContent":["<script setup>\nimport { ref, onMounted, nextTick, watch } from 'vue'\nconst emit = defineEmits(['update:field', 'focus', 'blur']);\nconst props = defineProps({\n label: null,\n symbol: null,\n type: 'text',\n placeholder: 'Enter something here',\n field: null,\n value: null,\n validation: false,\n disabled: null,\n tabindex: -1,\n autofocus: false\n});\nif (props.value) {\n emit('update:field', props.value)\n}\nconst textarea = ref(null);\nconst input = ref(null);\n\nfunction resize() {\n if (!textarea.value) {\n textarea.value.style.height = '';\n return;\n }\n \n const el = textarea.value;\n \n // Сначала сбрасываем высоту для правильного расчета scrollHeight\n el.style.height = '';\n \n const scrollHeight = el.scrollHeight;\n \n // Теперь устанавливаем высоту на основе scrollHeight\n if (scrollHeight > 33) {\n el.style.height = scrollHeight + 'px';\n } else {\n el.style.height = '';\n }\n}\n\n\nfunction focus() {\n if (props.autofocus) {\n if (props.type === 'textarea' && textarea.value) {\n textarea.value.focus();\n } else if (input.value) {\n input.value.focus();\n }\n }\n}\n\n// Следим за изменениями поля\nwatch(() => props.field, () => {\n if (props.type === 'textarea') {\n nextTick(resize);\n }\n});\n\n// Autofocus\nwatch(() => props.autofocus, (newVal) => {\n if (newVal) {\n nextTick(focus);\n }\n});\n\nonMounted(() => {\n nextTick(focus);\n nextTick(resize);\n});\n\nconst text = ref(props.field);\n</script>\n<template>\n <div \n :class=\"[\n $attrs.class, \n { \n 'bg-fourth-nano': validation \n }\n ]\" \n class=\"flex-center flex-nowrap flex\"\n >\n <div \n v-if=\"label\" \n class=\"t-transp mn-r-small\"\n >\n <span class=\"t-nowrap\">\n {{label}}\n </span>\n </div>\n <div class=\"w-100\">\n <input \n v-if=\"type !== 'textarea'\"\n ref=\"input\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n :type=\"type\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n :autofocus=\"autofocus\"\n />\n <textarea \n v-else\n ref=\"textarea\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n />\n </div> \n <slot></slot>\n <div \n v-if=\"symbol\" \n class=\"t-transp mn-l-small\"\n >\n <span>\n {{symbol}}\n </span>\n </div>\n </div>\n <!-- Validation -->\n <transition name=\"fade\">\n <div v-if=\"validation\" class=\"mn-t-thin mn-b-thin mn-b-thin invalid-feedback\">\n * {{validation.message}}\n </div>\n </transition>\n</template>\n<style scoped>\ninput, textarea, span {\n line-height: 1;\n color: inherit;\n}\ntextarea {\n resize: none;\n overflow: hidden;\n height: 1rem; \n line-height: 1rem;\n}\ninput[type=\"date\"]::-webkit-calendar-picker-indicator,\ninput[type=\"time\"]::-webkit-calendar-picker-indicator {\n filter: invert(1); /* Это инвертирует иконку, подходит при светлом фоне */\n opacity: 1;\n color: inherit;\n}\n</style>"],"names":["ref","watch","nextTick","onMounted"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,UAAM,OAAO;AACb,UAAM,QAAQ;AAYd,QAAI,MAAM,OAAO;AACf,WAAK,gBAAgB,MAAM,KAAK;AAAA,IAClC;AACA,UAAM,WAAWA,IAAG,IAAC,IAAI;AACzB,UAAM,QAAQA,IAAG,IAAC,IAAI;AAEtB,aAAS,SAAS;AAChB,UAAI,CAAC,SAAS,OAAO;AACnB,iBAAS,MAAM,MAAM,SAAS;AAC9B;AAAA,MACJ;AAEE,YAAM,KAAK,SAAS;AAGpB,SAAG,MAAM,SAAS;AAElB,YAAM,eAAe,GAAG;AAGxB,UAAI,eAAe,IAAI;AACrB,WAAG,MAAM,SAAS,eAAe;AAAA,MACrC,OAAS;AACL,WAAG,MAAM,SAAS;AAAA,MACtB;AAAA,IACA;AAGA,aAAS,QAAQ;AACf,UAAI,MAAM,WAAW;AACnB,YAAI,MAAM,SAAS,cAAc,SAAS,OAAO;AAC/C,mBAAS,MAAM,MAAO;AAAA,QAC5B,WAAe,MAAM,OAAO;AACtB,gBAAM,MAAM,MAAO;AAAA,QACzB;AAAA,MACA;AAAA,IACA;AAGAC,QAAAA,MAAM,MAAM,MAAM,OAAO,MAAM;AAC7B,UAAI,MAAM,SAAS,YAAY;AAC7BC,YAAAA,SAAS,MAAM;AAAA,MACnB;AAAA,IACA,CAAC;AAGDD,QAAK,MAAC,MAAM,MAAM,WAAW,CAAC,WAAW;AACvC,UAAI,QAAQ;AACVC,YAAAA,SAAS,KAAK;AAAA,MAClB;AAAA,IACA,CAAC;AAEDC,QAAAA,UAAU,MAAM;AACdD,UAAAA,SAAS,KAAK;AACdA,UAAAA,SAAS,MAAM;AAAA,IACjB,CAAC;AAED,UAAM,OAAOF,IAAAA,IAAI,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Field.vue.cjs","sources":["../../../../../src/components/Field/Field.vue"],"sourcesContent":["<script setup>\nimport { ref, onMounted, nextTick, watch } from 'vue'\nimport IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';\n\nconst emit = defineEmits(['update:field', 'focus', 'blur']);\n\nconst props = defineProps({\n label: null,\n symbol: null,\n type: 'text',\n placeholder: 'Enter something here',\n field: null,\n value: null,\n validation: false,\n disabled: null,\n tabindex: -1,\n autofocus: false\n});\n\nif (props.value) {\n emit('update:field', props.value)\n}\n\nconst textarea = ref(null);\nconst input = ref(null);\nconst showPassword = ref(false);\n\nfunction resize() {\n if (!textarea.value) {\n textarea.value.style.height = '';\n return;\n }\n const el = textarea.value;\n el.style.height = '';\n const scrollHeight = el.scrollHeight;\n if (scrollHeight > 33) {\n el.style.height = scrollHeight + 'px';\n } else {\n el.style.height = '';\n }\n}\n\nfunction focus() {\n if (props.autofocus) {\n if (props.type === 'textarea' && textarea.value) {\n textarea.value.focus();\n } else if (input.value) {\n input.value.focus();\n }\n }\n}\n\nwatch(() => props.field, () => {\n if (props.type === 'textarea') {\n nextTick(resize);\n }\n});\n\nwatch(() => props.autofocus, (newVal) => {\n if (newVal) {\n nextTick(focus);\n }\n});\n\nonMounted(() => {\n nextTick(focus);\n nextTick(resize);\n});\n\nconst text = ref(props.field);\n</script>\n\n<template>\n <div\n :class=\"[\n $attrs.class,\n { 'bg-fourth-nano': validation }\n ]\"\n class=\"flex-center flex-nowrap flex\"\n >\n <div\n v-if=\"label\"\n class=\"t-transp mn-r-small\"\n >\n <span class=\"t-nowrap\">\n {{label}}\n </span>\n </div>\n <div class=\"w-100 pos-relative\">\n <input\n v-if=\"type !== 'textarea'\"\n ref=\"input\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n :type=\"type === 'password' && !showPassword ? 'password' : type === 'password' ? 'text' : type\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n :autofocus=\"autofocus\"\n />\n <textarea\n v-else\n ref=\"textarea\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n />\n </div>\n <IconShow\n v-if=\"type === 'password'\"\n :show=\"!showPassword\"\n @click=\"showPassword = !showPassword\"\n class=\"i-medium cursor-pointer\"\n />\n <slot></slot>\n <div\n v-if=\"symbol\"\n class=\"t-transp mn-l-small\"\n >\n <span>\n {{symbol}}\n </span>\n </div>\n </div>\n <!-- Validation -->\n <transition name=\"fade\">\n <div v-if=\"validation\" class=\"mn-t-thin mn-b-thin mn-b-thin invalid-feedback\">\n * {{validation.message}}\n </div>\n </transition>\n</template>\n\n<style scoped>\ninput,\ntextarea,\nspan {\n line-height: 1;\n color: inherit;\n}\n\ntextarea {\n resize: none;\n overflow: hidden;\n height: 1rem;\n line-height: 1rem;\n}\n\ninput[type=\"date\"]::-webkit-calendar-picker-indicator,\ninput[type=\"time\"]::-webkit-calendar-picker-indicator {\n filter: invert(1);\n opacity: 1;\n color: inherit;\n}\n\n.cursor-pointer {\n cursor: pointer;\n}\n\n.pos-relative {\n position: relative;\n}\n</style>"],"names":["ref","watch","nextTick","onMounted"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,UAAM,OAAO;AAEb,UAAM,QAAQ;AAad,QAAI,MAAM,OAAO;AACf,WAAK,gBAAgB,MAAM,KAAK;AAAA,IAClC;AAEA,UAAM,WAAWA,IAAG,IAAC,IAAI;AACzB,UAAM,QAAQA,IAAG,IAAC,IAAI;AACtB,UAAM,eAAeA,IAAG,IAAC,KAAK;AAE9B,aAAS,SAAS;AAChB,UAAI,CAAC,SAAS,OAAO;AACnB,iBAAS,MAAM,MAAM,SAAS;AAC9B;AAAA,MACJ;AACE,YAAM,KAAK,SAAS;AACpB,SAAG,MAAM,SAAS;AAClB,YAAM,eAAe,GAAG;AACxB,UAAI,eAAe,IAAI;AACrB,WAAG,MAAM,SAAS,eAAe;AAAA,MACrC,OAAS;AACL,WAAG,MAAM,SAAS;AAAA,MACtB;AAAA,IACA;AAEA,aAAS,QAAQ;AACf,UAAI,MAAM,WAAW;AACnB,YAAI,MAAM,SAAS,cAAc,SAAS,OAAO;AAC/C,mBAAS,MAAM,MAAO;AAAA,QAC5B,WAAe,MAAM,OAAO;AACtB,gBAAM,MAAM,MAAO;AAAA,QACzB;AAAA,MACA;AAAA,IACA;AAEAC,QAAAA,MAAM,MAAM,MAAM,OAAO,MAAM;AAC7B,UAAI,MAAM,SAAS,YAAY;AAC7BC,YAAAA,SAAS,MAAM;AAAA,MACnB;AAAA,IACA,CAAC;AAEDD,QAAK,MAAC,MAAM,MAAM,WAAW,CAAC,WAAW;AACvC,UAAI,QAAQ;AACVC,YAAAA,SAAS,KAAK;AAAA,MAClB;AAAA,IACA,CAAC;AAEDC,QAAAA,UAAU,MAAM;AACdD,UAAAA,SAAS,KAAK;AACdA,UAAAA,SAAS,MAAM;AAAA,IACjB,CAAC;AAED,UAAM,OAAOF,IAAAA,IAAI,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,16 @@
1
- import { ref, watch, nextTick, onMounted, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, normalizeClass, createCommentVNode, renderSlot, toDisplayString, Transition, withCtx } from "vue";
1
+ import { ref, watch, nextTick, onMounted, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, normalizeClass, createCommentVNode, createBlock, renderSlot, toDisplayString, Transition, withCtx } from "vue";
2
+ import _sfc_main$1 from "../../modules/icons/actions/IconShow.vue.js";
2
3
  import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
3
4
  const _hoisted_1 = {
4
5
  key: 0,
5
6
  class: "t-transp mn-r-small"
6
7
  };
7
8
  const _hoisted_2 = { class: "t-nowrap" };
8
- const _hoisted_3 = { class: "w-100" };
9
+ const _hoisted_3 = { class: "w-100 pos-relative" };
9
10
  const _hoisted_4 = ["type", "value", "placeholder", "tabindex", "disabled", "autofocus"];
10
11
  const _hoisted_5 = ["value", "placeholder", "tabindex", "disabled"];
11
12
  const _hoisted_6 = {
12
- key: 1,
13
+ key: 2,
13
14
  class: "t-transp mn-l-small"
14
15
  };
15
16
  const _hoisted_7 = {
@@ -39,6 +40,7 @@ const _sfc_main = {
39
40
  }
40
41
  const textarea = ref(null);
41
42
  const input = ref(null);
43
+ const showPassword = ref(false);
42
44
  function resize() {
43
45
  if (!textarea.value) {
44
46
  textarea.value.style.height = "";
@@ -82,9 +84,7 @@ const _sfc_main = {
82
84
  createElementVNode("div", {
83
85
  class: normalizeClass([[
84
86
  _ctx.$attrs.class,
85
- {
86
- "bg-fourth-nano": __props.validation
87
- }
87
+ { "bg-fourth-nano": __props.validation }
88
88
  ], "flex-center flex-nowrap flex"])
89
89
  }, [
90
90
  __props.label ? (openBlock(), createElementBlock("div", _hoisted_1, [
@@ -98,7 +98,7 @@ const _sfc_main = {
98
98
  onInput: _cache[0] || (_cache[0] = (event) => text.value = emit("update:field", event.target.value)),
99
99
  onFocus: _cache[1] || (_cache[1] = (event) => emit("focus", event)),
100
100
  onBlur: _cache[2] || (_cache[2] = (event) => emit("blur", event)),
101
- type: __props.type,
101
+ type: __props.type === "password" && !showPassword.value ? "password" : __props.type === "password" ? "text" : __props.type,
102
102
  class: "w-100",
103
103
  value: __props.field,
104
104
  placeholder: __props.placeholder,
@@ -119,6 +119,12 @@ const _sfc_main = {
119
119
  disabled: __props.disabled
120
120
  }, null, 40, _hoisted_5))
121
121
  ]),
122
+ __props.type === "password" ? (openBlock(), createBlock(_sfc_main$1, {
123
+ key: 1,
124
+ show: !showPassword.value,
125
+ onClick: _cache[6] || (_cache[6] = ($event) => showPassword.value = !showPassword.value),
126
+ class: "i-medium cursor-pointer"
127
+ }, null, 8, ["show"])) : createCommentVNode("", true),
122
128
  renderSlot(_ctx.$slots, "default", {}, void 0, true),
123
129
  __props.symbol ? (openBlock(), createElementBlock("div", _hoisted_6, [
124
130
  createElementVNode("span", null, toDisplayString(__props.symbol), 1)
@@ -134,7 +140,7 @@ const _sfc_main = {
134
140
  };
135
141
  }
136
142
  };
137
- const Field = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-cf6a6a58"]]);
143
+ const Field = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a0727209"]]);
138
144
  export {
139
145
  Field as default
140
146
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Field.vue.js","sources":["../../../../../src/components/Field/Field.vue"],"sourcesContent":["<script setup>\nimport { ref, onMounted, nextTick, watch } from 'vue'\nconst emit = defineEmits(['update:field', 'focus', 'blur']);\nconst props = defineProps({\n label: null,\n symbol: null,\n type: 'text',\n placeholder: 'Enter something here',\n field: null,\n value: null,\n validation: false,\n disabled: null,\n tabindex: -1,\n autofocus: false\n});\nif (props.value) {\n emit('update:field', props.value)\n}\nconst textarea = ref(null);\nconst input = ref(null);\n\nfunction resize() {\n if (!textarea.value) {\n textarea.value.style.height = '';\n return;\n }\n \n const el = textarea.value;\n \n // Сначала сбрасываем высоту для правильного расчета scrollHeight\n el.style.height = '';\n \n const scrollHeight = el.scrollHeight;\n \n // Теперь устанавливаем высоту на основе scrollHeight\n if (scrollHeight > 33) {\n el.style.height = scrollHeight + 'px';\n } else {\n el.style.height = '';\n }\n}\n\n\nfunction focus() {\n if (props.autofocus) {\n if (props.type === 'textarea' && textarea.value) {\n textarea.value.focus();\n } else if (input.value) {\n input.value.focus();\n }\n }\n}\n\n// Следим за изменениями поля\nwatch(() => props.field, () => {\n if (props.type === 'textarea') {\n nextTick(resize);\n }\n});\n\n// Autofocus\nwatch(() => props.autofocus, (newVal) => {\n if (newVal) {\n nextTick(focus);\n }\n});\n\nonMounted(() => {\n nextTick(focus);\n nextTick(resize);\n});\n\nconst text = ref(props.field);\n</script>\n<template>\n <div \n :class=\"[\n $attrs.class, \n { \n 'bg-fourth-nano': validation \n }\n ]\" \n class=\"flex-center flex-nowrap flex\"\n >\n <div \n v-if=\"label\" \n class=\"t-transp mn-r-small\"\n >\n <span class=\"t-nowrap\">\n {{label}}\n </span>\n </div>\n <div class=\"w-100\">\n <input \n v-if=\"type !== 'textarea'\"\n ref=\"input\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n :type=\"type\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n :autofocus=\"autofocus\"\n />\n <textarea \n v-else\n ref=\"textarea\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n />\n </div> \n <slot></slot>\n <div \n v-if=\"symbol\" \n class=\"t-transp mn-l-small\"\n >\n <span>\n {{symbol}}\n </span>\n </div>\n </div>\n <!-- Validation -->\n <transition name=\"fade\">\n <div v-if=\"validation\" class=\"mn-t-thin mn-b-thin mn-b-thin invalid-feedback\">\n * {{validation.message}}\n </div>\n </transition>\n</template>\n<style scoped>\ninput, textarea, span {\n line-height: 1;\n color: inherit;\n}\ntextarea {\n resize: none;\n overflow: hidden;\n height: 1rem; \n line-height: 1rem;\n}\ninput[type=\"date\"]::-webkit-calendar-picker-indicator,\ninput[type=\"time\"]::-webkit-calendar-picker-indicator {\n filter: invert(1); /* Это инвертирует иконку, подходит при светлом фоне */\n opacity: 1;\n color: inherit;\n}\n</style>"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,UAAM,OAAO;AACb,UAAM,QAAQ;AAYd,QAAI,MAAM,OAAO;AACf,WAAK,gBAAgB,MAAM,KAAK;AAAA,IAClC;AACA,UAAM,WAAW,IAAI,IAAI;AACzB,UAAM,QAAQ,IAAI,IAAI;AAEtB,aAAS,SAAS;AAChB,UAAI,CAAC,SAAS,OAAO;AACnB,iBAAS,MAAM,MAAM,SAAS;AAC9B;AAAA,MACJ;AAEE,YAAM,KAAK,SAAS;AAGpB,SAAG,MAAM,SAAS;AAElB,YAAM,eAAe,GAAG;AAGxB,UAAI,eAAe,IAAI;AACrB,WAAG,MAAM,SAAS,eAAe;AAAA,MACrC,OAAS;AACL,WAAG,MAAM,SAAS;AAAA,MACtB;AAAA,IACA;AAGA,aAAS,QAAQ;AACf,UAAI,MAAM,WAAW;AACnB,YAAI,MAAM,SAAS,cAAc,SAAS,OAAO;AAC/C,mBAAS,MAAM,MAAO;AAAA,QAC5B,WAAe,MAAM,OAAO;AACtB,gBAAM,MAAM,MAAO;AAAA,QACzB;AAAA,MACA;AAAA,IACA;AAGA,UAAM,MAAM,MAAM,OAAO,MAAM;AAC7B,UAAI,MAAM,SAAS,YAAY;AAC7B,iBAAS,MAAM;AAAA,MACnB;AAAA,IACA,CAAC;AAGD,UAAM,MAAM,MAAM,WAAW,CAAC,WAAW;AACvC,UAAI,QAAQ;AACV,iBAAS,KAAK;AAAA,MAClB;AAAA,IACA,CAAC;AAED,cAAU,MAAM;AACd,eAAS,KAAK;AACd,eAAS,MAAM;AAAA,IACjB,CAAC;AAED,UAAM,OAAO,IAAI,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Field.vue.js","sources":["../../../../../src/components/Field/Field.vue"],"sourcesContent":["<script setup>\nimport { ref, onMounted, nextTick, watch } from 'vue'\nimport IconShow from '@martyrs/src/modules/icons/actions/IconShow.vue';\n\nconst emit = defineEmits(['update:field', 'focus', 'blur']);\n\nconst props = defineProps({\n label: null,\n symbol: null,\n type: 'text',\n placeholder: 'Enter something here',\n field: null,\n value: null,\n validation: false,\n disabled: null,\n tabindex: -1,\n autofocus: false\n});\n\nif (props.value) {\n emit('update:field', props.value)\n}\n\nconst textarea = ref(null);\nconst input = ref(null);\nconst showPassword = ref(false);\n\nfunction resize() {\n if (!textarea.value) {\n textarea.value.style.height = '';\n return;\n }\n const el = textarea.value;\n el.style.height = '';\n const scrollHeight = el.scrollHeight;\n if (scrollHeight > 33) {\n el.style.height = scrollHeight + 'px';\n } else {\n el.style.height = '';\n }\n}\n\nfunction focus() {\n if (props.autofocus) {\n if (props.type === 'textarea' && textarea.value) {\n textarea.value.focus();\n } else if (input.value) {\n input.value.focus();\n }\n }\n}\n\nwatch(() => props.field, () => {\n if (props.type === 'textarea') {\n nextTick(resize);\n }\n});\n\nwatch(() => props.autofocus, (newVal) => {\n if (newVal) {\n nextTick(focus);\n }\n});\n\nonMounted(() => {\n nextTick(focus);\n nextTick(resize);\n});\n\nconst text = ref(props.field);\n</script>\n\n<template>\n <div\n :class=\"[\n $attrs.class,\n { 'bg-fourth-nano': validation }\n ]\"\n class=\"flex-center flex-nowrap flex\"\n >\n <div\n v-if=\"label\"\n class=\"t-transp mn-r-small\"\n >\n <span class=\"t-nowrap\">\n {{label}}\n </span>\n </div>\n <div class=\"w-100 pos-relative\">\n <input\n v-if=\"type !== 'textarea'\"\n ref=\"input\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n :type=\"type === 'password' && !showPassword ? 'password' : type === 'password' ? 'text' : type\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n :autofocus=\"autofocus\"\n />\n <textarea\n v-else\n ref=\"textarea\"\n @input=\"event => text = emit('update:field', event.target.value)\"\n @focus=\"event => emit('focus', event)\"\n @blur=\"event => emit('blur', event)\"\n class=\"w-100\"\n :value=\"field\"\n :placeholder=\"placeholder\"\n :tabindex=\"tabindex\"\n :disabled=\"disabled\"\n />\n </div>\n <IconShow\n v-if=\"type === 'password'\"\n :show=\"!showPassword\"\n @click=\"showPassword = !showPassword\"\n class=\"i-medium cursor-pointer\"\n />\n <slot></slot>\n <div\n v-if=\"symbol\"\n class=\"t-transp mn-l-small\"\n >\n <span>\n {{symbol}}\n </span>\n </div>\n </div>\n <!-- Validation -->\n <transition name=\"fade\">\n <div v-if=\"validation\" class=\"mn-t-thin mn-b-thin mn-b-thin invalid-feedback\">\n * {{validation.message}}\n </div>\n </transition>\n</template>\n\n<style scoped>\ninput,\ntextarea,\nspan {\n line-height: 1;\n color: inherit;\n}\n\ntextarea {\n resize: none;\n overflow: hidden;\n height: 1rem;\n line-height: 1rem;\n}\n\ninput[type=\"date\"]::-webkit-calendar-picker-indicator,\ninput[type=\"time\"]::-webkit-calendar-picker-indicator {\n filter: invert(1);\n opacity: 1;\n color: inherit;\n}\n\n.cursor-pointer {\n cursor: pointer;\n}\n\n.pos-relative {\n position: relative;\n}\n</style>"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,UAAM,OAAO;AAEb,UAAM,QAAQ;AAad,QAAI,MAAM,OAAO;AACf,WAAK,gBAAgB,MAAM,KAAK;AAAA,IAClC;AAEA,UAAM,WAAW,IAAI,IAAI;AACzB,UAAM,QAAQ,IAAI,IAAI;AACtB,UAAM,eAAe,IAAI,KAAK;AAE9B,aAAS,SAAS;AAChB,UAAI,CAAC,SAAS,OAAO;AACnB,iBAAS,MAAM,MAAM,SAAS;AAC9B;AAAA,MACJ;AACE,YAAM,KAAK,SAAS;AACpB,SAAG,MAAM,SAAS;AAClB,YAAM,eAAe,GAAG;AACxB,UAAI,eAAe,IAAI;AACrB,WAAG,MAAM,SAAS,eAAe;AAAA,MACrC,OAAS;AACL,WAAG,MAAM,SAAS;AAAA,MACtB;AAAA,IACA;AAEA,aAAS,QAAQ;AACf,UAAI,MAAM,WAAW;AACnB,YAAI,MAAM,SAAS,cAAc,SAAS,OAAO;AAC/C,mBAAS,MAAM,MAAO;AAAA,QAC5B,WAAe,MAAM,OAAO;AACtB,gBAAM,MAAM,MAAO;AAAA,QACzB;AAAA,MACA;AAAA,IACA;AAEA,UAAM,MAAM,MAAM,OAAO,MAAM;AAC7B,UAAI,MAAM,SAAS,YAAY;AAC7B,iBAAS,MAAM;AAAA,MACnB;AAAA,IACA,CAAC;AAED,UAAM,MAAM,MAAM,WAAW,CAAC,WAAW;AACvC,UAAI,QAAQ;AACV,iBAAS,KAAK;AAAA,MAClB;AAAA,IACA,CAAC;AAED,cAAU,MAAM;AACd,eAAS,KAAK;AACd,eAAS,MAAM;AAAA,IACjB,CAAC;AAED,UAAM,OAAO,IAAI,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
- ;/* empty css */
4
+ ;/* empty css */
5
5
  const _hoisted_1 = { class: "mobile-menu-section pd-r-zero pd-t-thin pd-b-thin pd-medium radius-medium" };
6
6
  const _sfc_main = {
7
7
  __name: "Menu",
@@ -14,4 +14,4 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  exports.default = _sfc_main;
17
- //# sourceMappingURL=Menu.vue.cjs.map
17
+ //# sourceMappingURL=Menu.vue2.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menu.vue2.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
1
  import { createElementBlock, openBlock, renderSlot } from "vue";
2
- /* empty css */
2
+ /* empty css */
3
3
  const _hoisted_1 = { class: "mobile-menu-section pd-r-zero pd-t-thin pd-b-thin pd-medium radius-medium" };
4
4
  const _sfc_main = {
5
5
  __name: "Menu",
@@ -14,4 +14,4 @@ const _sfc_main = {
14
14
  export {
15
15
  _sfc_main as default
16
16
  };
17
- //# sourceMappingURL=Menu.vue.js.map
17
+ //# sourceMappingURL=Menu.vue2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Menu.vue2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -17,8 +17,11 @@ const SignIn = require("./views/components/pages/SignIn.vue.cjs");
17
17
  const SignUp = require("./views/components/pages/SignUp.vue.cjs");
18
18
  const FeaturedUsers = require("./views/components/sections/FeaturedUsers.vue.cjs");
19
19
  const SliderFeatures = require("./views/components/sections/SliderFeatures.vue.cjs");
20
+ const globals_i18n = require("../globals/views/classes/globals.i18n.cjs");
21
+ const index = require("./locales/index.cjs");
20
22
  function initializeAuth(app, store, router, options = {}) {
21
23
  const route = options.route || "Home";
24
+ globals_i18n.i18nManager.register("auth", index.default);
22
25
  router.addRoute(route, auth.default);
23
26
  router.addRoute(route, users.default);
24
27
  store.addStore("auth", auth$1);
@@ -1 +1 @@
1
- {"version":3,"file":"auth.client.cjs","sources":["../../../../../src/modules/auth/auth.client.js"],"sourcesContent":["// Store\nimport * as storeAuth from './views/store/auth.js';\nimport * as storeTwofa from './views/store/twofa.js';\nimport * as storeUsers from './views/store/users.js';\n\n// Router\nimport routerAuth from './views/router/auth.js';\nimport routerUsers from './views/router/users.js';\n\n// Middlewares\nimport * as validationAuth from '@martyrs/src/modules/auth/views/middlewares/auth.validation.js';\n\n// Views\nimport Auth from './views/components/layouts/Auth.vue';\nimport EnterCode from './views/components/pages/EnterCode.vue';\nimport EnterPassword from './views/components/pages/EnterPassword.vue';\nimport Invite from './views/components/pages/Invite.vue';\nimport Profile from './views/components/pages/Profile.vue';\nimport ProfileEdit from './views/components/pages/ProfileEdit.vue';\nimport ResetPassword from './views/components/pages/ResetPassword.vue';\nimport SignIn from './views/components/pages/SignIn.vue';\nimport SignUp from './views/components/pages/SignUp.vue';\n\n// Importing sections components\nimport FeaturedUsers from './views/components/sections/FeaturedUsers.vue';\nimport SliderFeatures from './views/components/sections/SliderFeatures.vue';\n\n// Пример функции инициализации для модуля аутентификации\nfunction initializeAuth(app, store, router, options = {}) {\n const route = options.route || 'Home';\n\n router.addRoute(route, routerAuth);\n router.addRoute(route, routerUsers);\n\n store.addStore('auth', storeAuth);\n store.addStore('twofa', storeTwofa);\n store.addStore('users', storeUsers);\n\n app.provide('store', store);\n}\n\nconst ModuleAuth = {\n initialize: initializeAuth,\n views: {\n store: {\n storeAuth,\n storeTwofa,\n storeUsers,\n },\n router: {\n routerAuth,\n routerUsers,\n },\n middlewares: {\n validationAuth,\n },\n components: {\n // Layout\n Auth,\n // Pages\n EnterCode,\n Invite,\n EnterPassword,\n ResetPassword,\n SignUp,\n SignIn,\n Profile,\n ProfileEdit,\n // Sections\n SliderFeatures,\n FeaturedUsers,\n },\n },\n};\n\nexport default ModuleAuth;\n"],"names":["routerAuth","routerUsers","storeAuth","storeTwofa","storeUsers","validationAuth","Auth","EnterCode","Invite","EnterPassword","ResetPassword","SignUp","SignIn","Profile","ProfileEdit","SliderFeatures","FeaturedUsers"],"mappings":";;;;;;;;;;;;;;;;;;;AA4BA,SAAS,eAAe,KAAK,OAAO,QAAQ,UAAU,CAAA,GAAI;AACxD,QAAM,QAAQ,QAAQ,SAAS;AAE/B,SAAO,SAAS,OAAOA,YAAU;AACjC,SAAO,SAAS,OAAOC,aAAW;AAElC,QAAM,SAAS,QAAQC,MAAS;AAChC,QAAM,SAAS,SAASC,KAAU;AAClC,QAAM,SAAS,SAASC,OAAU;AAElC,MAAI,QAAQ,SAAS,KAAK;AAC5B;AAEK,MAAC,aAAa;AAAA,EACjB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,WAAMF;AAAAA,MACN,YAAMC;AAAAA,MACN,YAAMC;AAAAA,IACD;AAAA,IACD,QAAQ;AAAA,MACZ,YAAMJ,KAAU;AAAA,MAChB,aAAMC,MAAW;AAAA,IACZ;AAAA,IACD,aAAa;AAAA,MACjB,gBAAMI;AAAAA,IACD;AAAA,IACD,YAAY;AAAA;AAAA,MAEhB,MAAMC,KAAI;AAAA;AAAA,MAEV,WAAMC,UAAS;AAAA,MACf,QAAMC,OAAM;AAAA,MACZ,eAAMC,cAAa;AAAA,MACnB,eAAMC,cAAa;AAAA,MACnB,QAAMC,OAAM;AAAA,MACZ,QAAMC,OAAM;AAAA,MACZ,SAAMC,QAAO;AAAA,MACb,aAAMC,YAAW;AAAA;AAAA,MAEjB,gBAAMC,eAAc;AAAA,MACpB,eAAMC,cAAa;AAAA,IACd;AAAA,EACF;AACH;;"}
1
+ {"version":3,"file":"auth.client.cjs","sources":["../../../../../src/modules/auth/auth.client.js"],"sourcesContent":["// Store\nimport * as storeAuth from './views/store/auth.js';\nimport * as storeTwofa from './views/store/twofa.js';\nimport * as storeUsers from './views/store/users.js';\n\n// Router\nimport routerAuth from './views/router/auth.js';\nimport routerUsers from './views/router/users.js';\n\n// Middlewares\nimport * as validationAuth from '@martyrs/src/modules/auth/views/middlewares/auth.validation.js';\n\n// Views\nimport Auth from './views/components/layouts/Auth.vue';\nimport EnterCode from './views/components/pages/EnterCode.vue';\nimport EnterPassword from './views/components/pages/EnterPassword.vue';\nimport Invite from './views/components/pages/Invite.vue';\nimport Profile from './views/components/pages/Profile.vue';\nimport ProfileEdit from './views/components/pages/ProfileEdit.vue';\nimport ResetPassword from './views/components/pages/ResetPassword.vue';\nimport SignIn from './views/components/pages/SignIn.vue';\nimport SignUp from './views/components/pages/SignUp.vue';\n\n\n// Importing sections components\nimport FeaturedUsers from './views/components/sections/FeaturedUsers.vue';\nimport SliderFeatures from './views/components/sections/SliderFeatures.vue';\n\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\n\nimport locales from './locales/index.js';\n\n// Пример функции инициализации для модуля аутентификации\nfunction initializeAuth(app, store, router, options = {}) {\n const route = options.route || 'Home';\n\n i18nManager.register('auth', locales);\n\n router.addRoute(route, routerAuth);\n router.addRoute(route, routerUsers);\n\n store.addStore('auth', storeAuth);\n store.addStore('twofa', storeTwofa);\n store.addStore('users', storeUsers);\n\n app.provide('store', store);\n}\n\nconst ModuleAuth = {\n initialize: initializeAuth,\n views: {\n store: {\n storeAuth,\n storeTwofa,\n storeUsers,\n },\n router: {\n routerAuth,\n routerUsers,\n },\n middlewares: {\n validationAuth,\n },\n components: {\n // Layout\n Auth,\n // Pages\n EnterCode,\n Invite,\n EnterPassword,\n ResetPassword,\n SignUp,\n SignIn,\n Profile,\n ProfileEdit,\n // Sections\n SliderFeatures,\n FeaturedUsers,\n },\n },\n};\n\nexport default ModuleAuth;\n"],"names":["i18nManager","locales","routerAuth","routerUsers","storeAuth","storeTwofa","storeUsers","validationAuth","Auth","EnterCode","Invite","EnterPassword","ResetPassword","SignUp","SignIn","Profile","ProfileEdit","SliderFeatures","FeaturedUsers"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAiCA,SAAS,eAAe,KAAK,OAAO,QAAQ,UAAU,CAAA,GAAI;AACxD,QAAM,QAAQ,QAAQ,SAAS;AAE/BA,2BAAY,SAAS,QAAQC,aAAO;AAEpC,SAAO,SAAS,OAAOC,YAAU;AACjC,SAAO,SAAS,OAAOC,aAAW;AAElC,QAAM,SAAS,QAAQC,MAAS;AAChC,QAAM,SAAS,SAASC,KAAU;AAClC,QAAM,SAAS,SAASC,OAAU;AAElC,MAAI,QAAQ,SAAS,KAAK;AAC5B;AAEK,MAAC,aAAa;AAAA,EACjB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,WAAMF;AAAAA,MACN,YAAMC;AAAAA,MACN,YAAMC;AAAAA,IACD;AAAA,IACD,QAAQ;AAAA,MACZ,YAAMJ,KAAU;AAAA,MAChB,aAAMC,MAAW;AAAA,IACZ;AAAA,IACD,aAAa;AAAA,MACjB,gBAAMI;AAAAA,IACD;AAAA,IACD,YAAY;AAAA;AAAA,MAEhB,MAAMC,KAAI;AAAA;AAAA,MAEV,WAAMC,UAAS;AAAA,MACf,QAAMC,OAAM;AAAA,MACZ,eAAMC,cAAa;AAAA,MACnB,eAAMC,cAAa;AAAA,MACnB,QAAMC,OAAM;AAAA,MACZ,QAAMC,OAAM;AAAA,MACZ,SAAMC,QAAO;AAAA,MACb,aAAMC,YAAW;AAAA;AAAA,MAEjB,gBAAMC,eAAc;AAAA,MACpB,eAAMC,cAAa;AAAA,IACd;AAAA,EACF;AACH;;"}
@@ -15,8 +15,11 @@ import _sfc_main$4 from "./views/components/pages/SignIn.vue.js";
15
15
  import _sfc_main$5 from "./views/components/pages/SignUp.vue.js";
16
16
  import _sfc_main from "./views/components/sections/FeaturedUsers.vue.js";
17
17
  import _sfc_main$1 from "./views/components/sections/SliderFeatures.vue.js";
18
+ import { i18nManager } from "../globals/views/classes/globals.i18n.js";
19
+ import locales from "./locales/index.js";
18
20
  function initializeAuth(app, store, router, options = {}) {
19
21
  const route = options.route || "Home";
22
+ i18nManager.register("auth", locales);
20
23
  router.addRoute(route, auth$1);
21
24
  router.addRoute(route, users$1);
22
25
  store.addStore("auth", auth);
@@ -1 +1 @@
1
- {"version":3,"file":"auth.client.js","sources":["../../../../../src/modules/auth/auth.client.js"],"sourcesContent":["// Store\nimport * as storeAuth from './views/store/auth.js';\nimport * as storeTwofa from './views/store/twofa.js';\nimport * as storeUsers from './views/store/users.js';\n\n// Router\nimport routerAuth from './views/router/auth.js';\nimport routerUsers from './views/router/users.js';\n\n// Middlewares\nimport * as validationAuth from '@martyrs/src/modules/auth/views/middlewares/auth.validation.js';\n\n// Views\nimport Auth from './views/components/layouts/Auth.vue';\nimport EnterCode from './views/components/pages/EnterCode.vue';\nimport EnterPassword from './views/components/pages/EnterPassword.vue';\nimport Invite from './views/components/pages/Invite.vue';\nimport Profile from './views/components/pages/Profile.vue';\nimport ProfileEdit from './views/components/pages/ProfileEdit.vue';\nimport ResetPassword from './views/components/pages/ResetPassword.vue';\nimport SignIn from './views/components/pages/SignIn.vue';\nimport SignUp from './views/components/pages/SignUp.vue';\n\n// Importing sections components\nimport FeaturedUsers from './views/components/sections/FeaturedUsers.vue';\nimport SliderFeatures from './views/components/sections/SliderFeatures.vue';\n\n// Пример функции инициализации для модуля аутентификации\nfunction initializeAuth(app, store, router, options = {}) {\n const route = options.route || 'Home';\n\n router.addRoute(route, routerAuth);\n router.addRoute(route, routerUsers);\n\n store.addStore('auth', storeAuth);\n store.addStore('twofa', storeTwofa);\n store.addStore('users', storeUsers);\n\n app.provide('store', store);\n}\n\nconst ModuleAuth = {\n initialize: initializeAuth,\n views: {\n store: {\n storeAuth,\n storeTwofa,\n storeUsers,\n },\n router: {\n routerAuth,\n routerUsers,\n },\n middlewares: {\n validationAuth,\n },\n components: {\n // Layout\n Auth,\n // Pages\n EnterCode,\n Invite,\n EnterPassword,\n ResetPassword,\n SignUp,\n SignIn,\n Profile,\n ProfileEdit,\n // Sections\n SliderFeatures,\n FeaturedUsers,\n },\n },\n};\n\nexport default ModuleAuth;\n"],"names":["routerAuth","routerUsers","storeAuth","storeTwofa","storeUsers","validationAuth","Auth","EnterCode","Invite","EnterPassword","ResetPassword","SignUp","SignIn","Profile","ProfileEdit","SliderFeatures","FeaturedUsers"],"mappings":";;;;;;;;;;;;;;;;;AA4BA,SAAS,eAAe,KAAK,OAAO,QAAQ,UAAU,CAAA,GAAI;AACxD,QAAM,QAAQ,QAAQ,SAAS;AAE/B,SAAO,SAAS,OAAOA,MAAU;AACjC,SAAO,SAAS,OAAOC,OAAW;AAElC,QAAM,SAAS,QAAQC,IAAS;AAChC,QAAM,SAAS,SAASC,KAAU;AAClC,QAAM,SAAS,SAASC,KAAU;AAElC,MAAI,QAAQ,SAAS,KAAK;AAC5B;AAEK,MAAC,aAAa;AAAA,EACjB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,WAAMF;AAAAA,MACN,YAAMC;AAAAA,MACN,YAAMC;AAAAA,IACD;AAAA,IACD,QAAQ;AAAA,MACZ,YAAMJ;AAAAA,MACN,aAAMC;AAAAA,IACD;AAAA,IACD,aAAa;AAAA,MACjB,gBAAMI;AAAAA,IACD;AAAA,IACD,YAAY;AAAA;AAAA,MAEhB,MAAMC;AAAAA;AAAAA,MAEN,WAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,eAAMC;AAAAA,MACN,eAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,SAAMC;AAAAA,MACN,aAAMC;AAAAA;AAAAA,MAEN,gBAAMC;AAAAA,MACN,eAAMC;AAAAA,IACD;AAAA,EACF;AACH;"}
1
+ {"version":3,"file":"auth.client.js","sources":["../../../../../src/modules/auth/auth.client.js"],"sourcesContent":["// Store\nimport * as storeAuth from './views/store/auth.js';\nimport * as storeTwofa from './views/store/twofa.js';\nimport * as storeUsers from './views/store/users.js';\n\n// Router\nimport routerAuth from './views/router/auth.js';\nimport routerUsers from './views/router/users.js';\n\n// Middlewares\nimport * as validationAuth from '@martyrs/src/modules/auth/views/middlewares/auth.validation.js';\n\n// Views\nimport Auth from './views/components/layouts/Auth.vue';\nimport EnterCode from './views/components/pages/EnterCode.vue';\nimport EnterPassword from './views/components/pages/EnterPassword.vue';\nimport Invite from './views/components/pages/Invite.vue';\nimport Profile from './views/components/pages/Profile.vue';\nimport ProfileEdit from './views/components/pages/ProfileEdit.vue';\nimport ResetPassword from './views/components/pages/ResetPassword.vue';\nimport SignIn from './views/components/pages/SignIn.vue';\nimport SignUp from './views/components/pages/SignUp.vue';\n\n\n// Importing sections components\nimport FeaturedUsers from './views/components/sections/FeaturedUsers.vue';\nimport SliderFeatures from './views/components/sections/SliderFeatures.vue';\n\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\n\nimport locales from './locales/index.js';\n\n// Пример функции инициализации для модуля аутентификации\nfunction initializeAuth(app, store, router, options = {}) {\n const route = options.route || 'Home';\n\n i18nManager.register('auth', locales);\n\n router.addRoute(route, routerAuth);\n router.addRoute(route, routerUsers);\n\n store.addStore('auth', storeAuth);\n store.addStore('twofa', storeTwofa);\n store.addStore('users', storeUsers);\n\n app.provide('store', store);\n}\n\nconst ModuleAuth = {\n initialize: initializeAuth,\n views: {\n store: {\n storeAuth,\n storeTwofa,\n storeUsers,\n },\n router: {\n routerAuth,\n routerUsers,\n },\n middlewares: {\n validationAuth,\n },\n components: {\n // Layout\n Auth,\n // Pages\n EnterCode,\n Invite,\n EnterPassword,\n ResetPassword,\n SignUp,\n SignIn,\n Profile,\n ProfileEdit,\n // Sections\n SliderFeatures,\n FeaturedUsers,\n },\n },\n};\n\nexport default ModuleAuth;\n"],"names":["routerAuth","routerUsers","storeAuth","storeTwofa","storeUsers","validationAuth","Auth","EnterCode","Invite","EnterPassword","ResetPassword","SignUp","SignIn","Profile","ProfileEdit","SliderFeatures","FeaturedUsers"],"mappings":";;;;;;;;;;;;;;;;;;;AAiCA,SAAS,eAAe,KAAK,OAAO,QAAQ,UAAU,CAAA,GAAI;AACxD,QAAM,QAAQ,QAAQ,SAAS;AAE/B,cAAY,SAAS,QAAQ,OAAO;AAEpC,SAAO,SAAS,OAAOA,MAAU;AACjC,SAAO,SAAS,OAAOC,OAAW;AAElC,QAAM,SAAS,QAAQC,IAAS;AAChC,QAAM,SAAS,SAASC,KAAU;AAClC,QAAM,SAAS,SAASC,KAAU;AAElC,MAAI,QAAQ,SAAS,KAAK;AAC5B;AAEK,MAAC,aAAa;AAAA,EACjB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,WAAMF;AAAAA,MACN,YAAMC;AAAAA,MACN,YAAMC;AAAAA,IACD;AAAA,IACD,QAAQ;AAAA,MACZ,YAAMJ;AAAAA,MACN,aAAMC;AAAAA,IACD;AAAA,IACD,aAAa;AAAA,MACjB,gBAAMI;AAAAA,IACD;AAAA,IACD,YAAY;AAAA;AAAA,MAEhB,MAAMC;AAAAA;AAAAA,MAEN,WAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,eAAMC;AAAAA,MACN,eAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,QAAMC;AAAAA,MACN,SAAMC;AAAAA,MACN,aAAMC;AAAAA;AAAAA,MAEN,gBAAMC;AAAAA,MACN,eAAMC;AAAAA,IACD;AAAA,EACF;AACH;"}
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const en = {
4
+ auth: {
5
+ signIn: {
6
+ title: "Welcome to OZ DAO,",
7
+ subtitle: "Sign In to Continue",
8
+ signup: "Don't have an account?",
9
+ phone: "Phone",
10
+ email: "Email",
11
+ phonePlaceholder: "Enter your phone",
12
+ emailPlaceholder: "Enter your email",
13
+ haveAccount: "Don't have an account? Sign Up",
14
+ passwordPlaceholder: "Enter your password",
15
+ forgotPassword: "Forgot Password?",
16
+ signin: "Sign In",
17
+ signin_apple: "Sign In with Apple",
18
+ soon: "SOON"
19
+ },
20
+ signUp: {
21
+ title: "Sign Up",
22
+ description: "Choose a convenient way to register via phone or email:",
23
+ phone: "Phone",
24
+ email: "Email",
25
+ phonePlaceholder: "Enter your phone",
26
+ emailPlaceholder: "Enter your email",
27
+ emailNotice: "We will send you an email with a confirmation code that you will need to enter in the next step.",
28
+ smsNotice: "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
29
+ sendCode: "Send Code",
30
+ haveAccount: "Already have an account?"
31
+ },
32
+ enterCode: {
33
+ verifyNumberTitle: "Verify Number",
34
+ instructions: "We have sent a registration code to your phone number. Please enter it in the field below:",
35
+ resendCode: "Send the code again",
36
+ secondsResend: "seconds to the possibility of sending the code again."
37
+ },
38
+ resetPassword: {
39
+ forgotPasswordTitle: "Forgot Password?",
40
+ instructions: "To reset your password, specify the phone or email used during registration.",
41
+ 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.",
42
+ 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.",
43
+ phone: "Phone",
44
+ email: "Email",
45
+ phonePlaceholder: "Enter your phone",
46
+ emailPlaceholder: "Enter your email",
47
+ sendCode: "Send code"
48
+ },
49
+ enterPassword: {
50
+ almostDone: "Almost there!",
51
+ newPasswordPrompt: "Please, set a new password.",
52
+ registrationPasswordPrompt: "Please, set your password to complete the registration.",
53
+ passwordPlaceholder: "Password",
54
+ repeatPasswordPlaceholder: "Repeat Password",
55
+ changePasswordBtn: "Change Password",
56
+ registerBtn: "Register"
57
+ },
58
+ features: [
59
+ {
60
+ title: "What's the Weeder Token, Dude?",
61
+ description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?"
62
+ },
63
+ {
64
+ title: "Light Up and Level Up",
65
+ description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man."
66
+ },
67
+ {
68
+ title: "Hang Ten with Our Community",
69
+ description: "Find the dopest strains and start floating on cloud 9 with us!"
70
+ },
71
+ {
72
+ title: "Shop 'Til You Drop... Into Your Couch",
73
+ description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!"
74
+ }
75
+ ]
76
+ }
77
+ };
78
+ exports.default = en;
79
+ //# sourceMappingURL=en.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.cjs","sources":["../../../../../../src/modules/auth/locales/en.js"],"sourcesContent":["// @martyrs/src/modules/auth/locales/en.js\nexport default {\n auth: {\n signIn: {\n title: \"Welcome to OZ DAO,\",\n subtitle: \"Sign In to Continue\",\n signup: \"Don't have an account?\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n haveAccount: \"Don't have an account? Sign Up\",\n passwordPlaceholder: \"Enter your password\",\n forgotPassword: \"Forgot Password?\",\n signin: \"Sign In\",\n signin_apple: \"Sign In with Apple\",\n soon: \"SOON\"\n },\n signUp: {\n title: \"Sign Up\",\n description: \"Choose a convenient way to register via phone or email:\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n emailNotice: \"We will send you an email with a confirmation code that you will need to enter in the next step.\",\n smsNotice: \"We will send you an SMS with a confirmation code that you will need to enter in the next step.\",\n sendCode: \"Send Code\",\n haveAccount: \"Already have an account?\"\n },\n enterCode: {\n verifyNumberTitle: \"Verify Number\",\n instructions: \"We have sent a registration code to your phone number. Please enter it in the field below:\",\n resendCode: \"Send the code again\",\n secondsResend: \"seconds to the possibility of sending the code again.\"\n },\n resetPassword: {\n forgotPasswordTitle: \"Forgot Password?\",\n instructions: \"To reset your password, specify the phone or email used during registration.\",\n 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.\",\n 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.\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n sendCode: \"Send code\"\n },\n enterPassword: {\n almostDone: \"Almost there!\",\n newPasswordPrompt: \"Please, set a new password.\",\n registrationPasswordPrompt: \"Please, set your password to complete the registration.\",\n passwordPlaceholder: \"Password\",\n repeatPasswordPlaceholder: \"Repeat Password\",\n changePasswordBtn: \"Change Password\",\n registerBtn: \"Register\"\n },\n features: [\n {\n title: \"What's the Weeder Token, Dude?\",\n description: \"WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?\"\n },\n {\n title: \"Light Up and Level Up\",\n description: \"Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man.\"\n },\n {\n title: \"Hang Ten with Our Community\",\n description: \"Find the dopest strains and start floating on cloud 9 with us!\"\n },\n {\n title: \"Shop 'Til You Drop... Into Your Couch\",\n description: \"Score primo bud and gear with just a few clicks. Delivered right to your pad!\"\n }\n ]\n }\n};"],"names":[],"mappings":";;AACA,MAAe,KAAA;AAAA,EACb,MAAM;AAAA,IACJ,QAAQ;AAAA,MACN,OAAO;AAAA,MACP,UAAU;AAAA,MACV,QAAQ;AAAA,MACR,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,aAAa;AAAA,MACb,qBAAqB;AAAA,MACrB,gBAAgB;AAAA,MAChB,QAAQ;AAAA,MACR,cAAc;AAAA,MACd,MAAM;AAAA,IACP;AAAA,IACD,QAAQ;AAAA,MACN,OAAO;AAAA,MACP,aAAa;AAAA,MACb,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,aAAa;AAAA,MACb,WAAW;AAAA,MACX,UAAU;AAAA,MACV,aAAa;AAAA,IACd;AAAA,IACD,WAAW;AAAA,MACT,mBAAmB;AAAA,MACnB,cAAc;AAAA,MACd,YAAY;AAAA,MACZ,eAAe;AAAA,IAChB;AAAA,IACD,eAAe;AAAA,MACb,qBAAqB;AAAA,MACrB,cAAc;AAAA,MACd,SAAS;AAAA,MACT,WAAW;AAAA,MACX,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,UAAU;AAAA,IACX;AAAA,IACD,eAAe;AAAA,MACb,YAAY;AAAA,MACZ,mBAAmB;AAAA,MACnB,4BAA4B;AAAA,MAC5B,qBAAqB;AAAA,MACrB,2BAA2B;AAAA,MAC3B,mBAAmB;AAAA,MACnB,aAAa;AAAA,IACd;AAAA,IACD,UAAU;AAAA,MACR;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACrB;AAAA,IACA;AAAA,EACA;AACA;;"}
@@ -0,0 +1,79 @@
1
+ const en = {
2
+ auth: {
3
+ signIn: {
4
+ title: "Welcome to OZ DAO,",
5
+ subtitle: "Sign In to Continue",
6
+ signup: "Don't have an account?",
7
+ phone: "Phone",
8
+ email: "Email",
9
+ phonePlaceholder: "Enter your phone",
10
+ emailPlaceholder: "Enter your email",
11
+ haveAccount: "Don't have an account? Sign Up",
12
+ passwordPlaceholder: "Enter your password",
13
+ forgotPassword: "Forgot Password?",
14
+ signin: "Sign In",
15
+ signin_apple: "Sign In with Apple",
16
+ soon: "SOON"
17
+ },
18
+ signUp: {
19
+ title: "Sign Up",
20
+ description: "Choose a convenient way to register via phone or email:",
21
+ phone: "Phone",
22
+ email: "Email",
23
+ phonePlaceholder: "Enter your phone",
24
+ emailPlaceholder: "Enter your email",
25
+ emailNotice: "We will send you an email with a confirmation code that you will need to enter in the next step.",
26
+ smsNotice: "We will send you an SMS with a confirmation code that you will need to enter in the next step.",
27
+ sendCode: "Send Code",
28
+ haveAccount: "Already have an account?"
29
+ },
30
+ enterCode: {
31
+ verifyNumberTitle: "Verify Number",
32
+ instructions: "We have sent a registration code to your phone number. Please enter it in the field below:",
33
+ resendCode: "Send the code again",
34
+ secondsResend: "seconds to the possibility of sending the code again."
35
+ },
36
+ resetPassword: {
37
+ forgotPasswordTitle: "Forgot Password?",
38
+ instructions: "To reset your password, specify the phone or email used during registration.",
39
+ 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.",
40
+ 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.",
41
+ phone: "Phone",
42
+ email: "Email",
43
+ phonePlaceholder: "Enter your phone",
44
+ emailPlaceholder: "Enter your email",
45
+ sendCode: "Send code"
46
+ },
47
+ enterPassword: {
48
+ almostDone: "Almost there!",
49
+ newPasswordPrompt: "Please, set a new password.",
50
+ registrationPasswordPrompt: "Please, set your password to complete the registration.",
51
+ passwordPlaceholder: "Password",
52
+ repeatPasswordPlaceholder: "Repeat Password",
53
+ changePasswordBtn: "Change Password",
54
+ registerBtn: "Register"
55
+ },
56
+ features: [
57
+ {
58
+ title: "What's the Weeder Token, Dude?",
59
+ description: "WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?"
60
+ },
61
+ {
62
+ title: "Light Up and Level Up",
63
+ description: "Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man."
64
+ },
65
+ {
66
+ title: "Hang Ten with Our Community",
67
+ description: "Find the dopest strains and start floating on cloud 9 with us!"
68
+ },
69
+ {
70
+ title: "Shop 'Til You Drop... Into Your Couch",
71
+ description: "Score primo bud and gear with just a few clicks. Delivered right to your pad!"
72
+ }
73
+ ]
74
+ }
75
+ };
76
+ export {
77
+ en as default
78
+ };
79
+ //# sourceMappingURL=en.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.js","sources":["../../../../../../src/modules/auth/locales/en.js"],"sourcesContent":["// @martyrs/src/modules/auth/locales/en.js\nexport default {\n auth: {\n signIn: {\n title: \"Welcome to OZ DAO,\",\n subtitle: \"Sign In to Continue\",\n signup: \"Don't have an account?\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n haveAccount: \"Don't have an account? Sign Up\",\n passwordPlaceholder: \"Enter your password\",\n forgotPassword: \"Forgot Password?\",\n signin: \"Sign In\",\n signin_apple: \"Sign In with Apple\",\n soon: \"SOON\"\n },\n signUp: {\n title: \"Sign Up\",\n description: \"Choose a convenient way to register via phone or email:\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n emailNotice: \"We will send you an email with a confirmation code that you will need to enter in the next step.\",\n smsNotice: \"We will send you an SMS with a confirmation code that you will need to enter in the next step.\",\n sendCode: \"Send Code\",\n haveAccount: \"Already have an account?\"\n },\n enterCode: {\n verifyNumberTitle: \"Verify Number\",\n instructions: \"We have sent a registration code to your phone number. Please enter it in the field below:\",\n resendCode: \"Send the code again\",\n secondsResend: \"seconds to the possibility of sending the code again.\"\n },\n resetPassword: {\n forgotPasswordTitle: \"Forgot Password?\",\n instructions: \"To reset your password, specify the phone or email used during registration.\",\n 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.\",\n 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.\",\n phone: \"Phone\",\n email: \"Email\",\n phonePlaceholder: \"Enter your phone\",\n emailPlaceholder: \"Enter your email\",\n sendCode: \"Send code\"\n },\n enterPassword: {\n almostDone: \"Almost there!\",\n newPasswordPrompt: \"Please, set a new password.\",\n registrationPasswordPrompt: \"Please, set your password to complete the registration.\",\n passwordPlaceholder: \"Password\",\n repeatPasswordPlaceholder: \"Repeat Password\",\n changePasswordBtn: \"Change Password\",\n registerBtn: \"Register\"\n },\n features: [\n {\n title: \"What's the Weeder Token, Dude?\",\n description: \"WDT is like, the backbone of our rad community. It's cash, it's power, it's an investment. Groovy, right?\"\n },\n {\n title: \"Light Up and Level Up\",\n description: \"Order up, light up, and earn Weeder tokens. More tokes, more cash in your pocket, man.\"\n },\n {\n title: \"Hang Ten with Our Community\",\n description: \"Find the dopest strains and start floating on cloud 9 with us!\"\n },\n {\n title: \"Shop 'Til You Drop... Into Your Couch\",\n description: \"Score primo bud and gear with just a few clicks. Delivered right to your pad!\"\n }\n ]\n }\n};"],"names":[],"mappings":"AACA,MAAe,KAAA;AAAA,EACb,MAAM;AAAA,IACJ,QAAQ;AAAA,MACN,OAAO;AAAA,MACP,UAAU;AAAA,MACV,QAAQ;AAAA,MACR,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,aAAa;AAAA,MACb,qBAAqB;AAAA,MACrB,gBAAgB;AAAA,MAChB,QAAQ;AAAA,MACR,cAAc;AAAA,MACd,MAAM;AAAA,IACP;AAAA,IACD,QAAQ;AAAA,MACN,OAAO;AAAA,MACP,aAAa;AAAA,MACb,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,aAAa;AAAA,MACb,WAAW;AAAA,MACX,UAAU;AAAA,MACV,aAAa;AAAA,IACd;AAAA,IACD,WAAW;AAAA,MACT,mBAAmB;AAAA,MACnB,cAAc;AAAA,MACd,YAAY;AAAA,MACZ,eAAe;AAAA,IAChB;AAAA,IACD,eAAe;AAAA,MACb,qBAAqB;AAAA,MACrB,cAAc;AAAA,MACd,SAAS;AAAA,MACT,WAAW;AAAA,MACX,OAAO;AAAA,MACP,OAAO;AAAA,MACP,kBAAkB;AAAA,MAClB,kBAAkB;AAAA,MAClB,UAAU;AAAA,IACX;AAAA,IACD,eAAe;AAAA,MACb,YAAY;AAAA,MACZ,mBAAmB;AAAA,MACnB,4BAA4B;AAAA,MAC5B,qBAAqB;AAAA,MACrB,2BAA2B;AAAA,MAC3B,mBAAmB;AAAA,MACnB,aAAa;AAAA,IACd;AAAA,IACD,UAAU;AAAA,MACR;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACd;AAAA,MACD;AAAA,QACE,OAAO;AAAA,QACP,aAAa;AAAA,MACrB;AAAA,IACA;AAAA,EACA;AACA;"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
+ const en = require("./en.cjs");
4
+ const ru = require("./ru.cjs");
5
+ const locales = {
6
+ en: en.default,
7
+ ru: ru.default
8
+ };
9
+ exports.default = locales;
10
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../../../../../../src/modules/auth/locales/index.js"],"sourcesContent":["import en from './en.js';\nimport ru from './ru.js';\n\nexport default {\n en,\n ru\n};\n"],"names":["en","ru"],"mappings":";;;;AAGA,MAAe,UAAA;AAAA,EACf,IAAEA,GAAE;AAAA,EACFC,IAAAA,GAAAA;AACF;;"}
@@ -0,0 +1,10 @@
1
+ import en from "./en.js";
2
+ import ru from "./ru.js";
3
+ const locales = {
4
+ en,
5
+ ru
6
+ };
7
+ export {
8
+ locales as default
9
+ };
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../src/modules/auth/locales/index.js"],"sourcesContent":["import en from './en.js';\nimport ru from './ru.js';\n\nexport default {\n en,\n ru\n};\n"],"names":[],"mappings":";;AAGA,MAAe,UAAA;AAAA,EACb;AAAA,EACA;AACF;"}