@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
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),V=require("./main-rF15sgss.cjs"),C={class:"media-container"},M=["src","data-src","alt"],j=["controls","loop","muted","autoplay","playsinline","preload"],N=["src","type"],O={key:2,class:"media-placeholder"},P={key:3,class:"media-error"},S={__name:"Media",props:{url:{type:String,required:!0},options:{type:Object,default:()=>({muted:!0,loop:!0,playsinline:!0,preload:"metadata"})}},setup(t){const m=t,l=e.ref(null),p=e.ref(null),s=e.ref(!1),u=e.ref(null),v=e.ref(!1);let i=null,f=!1;const d=e.computed(()=>{var o,a,n;return(n=(a=(o=m.url)==null?void 0:o.split("."))==null?void 0:a.pop())==null?void 0:n.toLowerCase()}),g=e.computed(()=>["jpg","jpeg","png","gif","webp","svg","avif"].includes(d.value)),y=e.computed(()=>["mp4","webm","ogg"].includes(d.value)),x=e.computed(()=>({mp4:"video/mp4",webm:"video/webm",ogg:"video/ogg"})[d.value]||"");function E(){s.value=!0}function I(o){u.value=`Ошибка загрузки медиа: ${o.message}`,s.value=!1}async function w(){if(l.value)try{l.value.paused&&!f&&(await l.value.play(),f=!0)}catch(o){I(o)}}function L(){const o={root:null,rootMargin:"50px",threshold:.1};i=new IntersectionObserver(n=>{n.forEach(r=>{var c;v.value=r.isIntersecting,r.isIntersecting&&(y.value&&((c=m.options)!=null&&c.autoplay)&&w(),i.disconnect())})},o);const a=g.value?p.value:l.value;a&&i.observe(a)}return e.onMounted(()=>{L()}),e.onUnmounted(()=>{i&&i.disconnect()}),(o,a)=>{var n,r,c,k,h,b,B;return e.openBlock(),e.createElementBlock("div",C,[g.value?(e.openBlock(),e.createElementBlock("img",e.mergeProps({key:0,src:v.value?t.url:"","data-src":t.url,alt:((n=t.options)==null?void 0:n.alt)||"Image",class:["media-item",{loading:!s.value}],loading:"lazy",onLoad:E},t.options,{ref_key:"imageElement",ref:p}),null,16,M)):y.value?(e.openBlock(),e.createElementBlock("video",e.mergeProps({key:1,ref_key:"videoElement",ref:l,class:[{loading:!s.value},"media-item"],controls:!((r=t.options)!=null&&r.hideControls),loop:((c=t.options)==null?void 0:c.loop)!==!1,muted:((k=t.options)==null?void 0:k.muted)!==!1,autoplay:(h=t.options)==null?void 0:h.autoplay,playsinline:((b=t.options)==null?void 0:b.playsinline)!==!1,preload:((B=t.options)==null?void 0:B.preload)||"metadata",onLoadeddata:E},t.options),[e.createElementVNode("source",{src:t.url,type:x.value},null,8,N)],16,j)):e.createCommentVNode("",!0),s.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",O," Loading... ")),u.value?(e.openBlock(),e.createElementBlock("div",P,e.toDisplayString(u.value),1)):e.createCommentVNode("",!0)])}}},q=V._export_sfc(S,[["__scopeId","data-v-1f94a0e9"]]);exports.default=q;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),V=require("./main-137vO86w.cjs"),C={class:"media-container"},M=["src","data-src","alt"],j=["controls","loop","muted","autoplay","playsinline","preload"],N=["src","type"],O={key:2,class:"media-placeholder"},P={key:3,class:"media-error"},S={__name:"Media",props:{url:{type:String,required:!0},options:{type:Object,default:()=>({muted:!0,loop:!0,playsinline:!0,preload:"metadata"})}},setup(t){const m=t,l=e.ref(null),p=e.ref(null),s=e.ref(!1),u=e.ref(null),v=e.ref(!1);let i=null,f=!1;const d=e.computed(()=>{var o,a,n;return(n=(a=(o=m.url)==null?void 0:o.split("."))==null?void 0:a.pop())==null?void 0:n.toLowerCase()}),g=e.computed(()=>["jpg","jpeg","png","gif","webp","svg","avif"].includes(d.value)),y=e.computed(()=>["mp4","webm","ogg"].includes(d.value)),x=e.computed(()=>({mp4:"video/mp4",webm:"video/webm",ogg:"video/ogg"})[d.value]||"");function E(){s.value=!0}function I(o){u.value=`Ошибка загрузки медиа: ${o.message}`,s.value=!1}async function w(){if(l.value)try{l.value.paused&&!f&&(await l.value.play(),f=!0)}catch(o){I(o)}}function L(){const o={root:null,rootMargin:"50px",threshold:.1};i=new IntersectionObserver(n=>{n.forEach(r=>{var c;v.value=r.isIntersecting,r.isIntersecting&&(y.value&&((c=m.options)!=null&&c.autoplay)&&w(),i.disconnect())})},o);const a=g.value?p.value:l.value;a&&i.observe(a)}return e.onMounted(()=>{L()}),e.onUnmounted(()=>{i&&i.disconnect()}),(o,a)=>{var n,r,c,k,h,b,B;return e.openBlock(),e.createElementBlock("div",C,[g.value?(e.openBlock(),e.createElementBlock("img",e.mergeProps({key:0,src:v.value?t.url:"","data-src":t.url,alt:((n=t.options)==null?void 0:n.alt)||"Image",class:["media-item",{loading:!s.value}],loading:"lazy",onLoad:E},t.options,{ref_key:"imageElement",ref:p}),null,16,M)):y.value?(e.openBlock(),e.createElementBlock("video",e.mergeProps({key:1,ref_key:"videoElement",ref:l,class:[{loading:!s.value},"media-item"],controls:!((r=t.options)!=null&&r.hideControls),loop:((c=t.options)==null?void 0:c.loop)!==!1,muted:((k=t.options)==null?void 0:k.muted)!==!1,autoplay:(h=t.options)==null?void 0:h.autoplay,playsinline:((b=t.options)==null?void 0:b.playsinline)!==!1,preload:((B=t.options)==null?void 0:B.preload)||"metadata",onLoadeddata:E},t.options),[e.createElementVNode("source",{src:t.url,type:x.value},null,8,N)],16,j)):e.createCommentVNode("",!0),s.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",O," Loading... ")),u.value?(e.openBlock(),e.createElementBlock("div",P,e.toDisplayString(u.value),1)):e.createCommentVNode("",!0)])}}},q=V._export_sfc(S,[["__scopeId","data-v-1f94a0e9"]]);exports.default=q;
@@ -1,5 +1,5 @@
1
1
  import { ref as u, computed as m, onMounted as N, onUnmounted as P, createElementBlock as c, openBlock as d, createCommentVNode as f, mergeProps as V, createElementVNode as S, toDisplayString as q } from "vue";
2
- import { _ as z } from "./main-BT1yoKH2.js";
2
+ import { _ as z } from "./main-CK6rC5Sz.js";
3
3
  const D = { class: "media-container" }, T = ["src", "data-src", "alt"], U = ["controls", "loop", "muted", "autoplay", "playsinline", "preload"], _ = ["src", "type"], $ = {
4
4
  key: 2,
5
5
  class: "media-placeholder"