@ozdao/martyrs 0.2.546 → 0.2.547

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 (198) hide show
  1. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.cjs → Dropdown.vue2.cjs} +2 -2
  2. package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.cjs.map +1 -0
  3. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.js → Dropdown.vue2.js} +2 -2
  4. package/dist/martyrs/src/components/Dropdown/{Dropdown.vue.cjs.map → Dropdown.vue2.js.map} +1 -1
  5. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +1 -1
  6. package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
  7. package/dist/martyrs/src/components/Field/{Field.vue2.cjs → Field.vue.cjs} +2 -2
  8. package/dist/martyrs/src/components/Field/{Field.vue2.js.map → Field.vue.cjs.map} +1 -1
  9. package/dist/martyrs/src/components/Field/{Field.vue2.js → Field.vue.js} +2 -2
  10. package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -0
  11. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs +1 -1
  12. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.js +1 -1
  13. package/dist/martyrs/src/components/Menu/{Menu.vue.cjs → Menu.vue2.cjs} +2 -2
  14. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +1 -0
  15. package/dist/martyrs/src/components/Menu/{Menu.vue.js → Menu.vue2.js} +2 -2
  16. package/dist/martyrs/src/components/Menu/Menu.vue2.js.map +1 -0
  17. package/dist/martyrs/src/components/Select/{Select.vue.cjs → Select.vue2.cjs} +2 -2
  18. package/dist/martyrs/src/components/Select/Select.vue2.cjs.map +1 -0
  19. package/dist/martyrs/src/components/Select/{Select.vue.js → Select.vue2.js} +2 -2
  20. package/dist/martyrs/src/components/Select/{Select.vue.cjs.map → Select.vue2.js.map} +1 -1
  21. package/dist/martyrs/src/components/Spoiler/{Spoiler.vue.cjs → Spoiler.vue2.cjs} +2 -2
  22. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs.map +1 -0
  23. package/dist/martyrs/src/components/Spoiler/{Spoiler.vue.js → Spoiler.vue2.js} +2 -2
  24. package/dist/martyrs/src/components/Spoiler/{Spoiler.vue.cjs.map → Spoiler.vue2.js.map} +1 -1
  25. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +1 -1
  26. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.js +1 -1
  27. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +1 -1
  28. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +1 -1
  29. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +1 -1
  30. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
  31. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +3 -3
  32. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +3 -3
  33. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +1 -1
  34. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  35. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +1 -1
  36. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +1 -1
  37. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +1 -1
  38. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +1 -1
  39. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +1 -1
  40. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +1 -1
  41. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +1 -1
  42. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.js +1 -1
  43. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  44. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js +1 -1
  45. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  46. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +1 -1
  47. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs +1 -1
  48. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
  49. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
  50. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.js +1 -1
  51. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  52. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +1 -1
  53. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +1 -1
  54. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +1 -1
  55. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +2 -2
  56. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +2 -2
  57. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +2 -2
  58. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +2 -2
  59. package/dist/martyrs/src/modules/globals/globals.client.cjs +0 -6
  60. package/dist/martyrs/src/modules/globals/globals.client.cjs.map +1 -1
  61. package/dist/martyrs/src/modules/globals/globals.client.js +0 -6
  62. package/dist/martyrs/src/modules/globals/globals.client.js.map +1 -1
  63. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue.cjs +1 -1
  64. package/dist/martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue.js +1 -1
  65. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.cjs +1 -1
  66. package/dist/martyrs/src/modules/globals/views/components/blocks/CardHeader.vue.js +1 -1
  67. package/dist/martyrs/src/modules/globals/views/components/partials/Footer.vue.cjs +25 -117
  68. package/dist/martyrs/src/modules/globals/views/components/partials/Footer.vue.cjs.map +1 -1
  69. package/dist/martyrs/src/modules/globals/views/components/partials/Footer.vue.js +25 -117
  70. package/dist/martyrs/src/modules/globals/views/components/partials/Footer.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.cjs +1 -1
  72. package/dist/martyrs/src/modules/globals/views/components/partials/Header.vue.js +1 -1
  73. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.cjs +2 -2
  74. package/dist/martyrs/src/modules/globals/views/components/partials/Navigation.vue.js +2 -2
  75. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.cjs +1 -1
  76. package/dist/martyrs/src/modules/globals/views/components/sections/Filters.vue2.js +1 -1
  77. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +2 -2
  78. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js +2 -2
  79. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +2 -2
  80. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js +2 -2
  81. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs +2 -2
  82. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js +1 -1
  83. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +3 -3
  84. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +3 -3
  85. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs +1 -1
  86. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js +1 -1
  87. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +2 -2
  88. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +2 -2
  89. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +2 -2
  90. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +2 -2
  91. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +2 -2
  92. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +2 -2
  93. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +1 -1
  94. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +1 -1
  95. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +2 -2
  96. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +2 -2
  97. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs +1 -1
  98. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
  99. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs +1 -1
  100. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +1 -1
  101. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs +1 -1
  102. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
  103. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +2 -2
  104. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js +2 -2
  105. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +2 -2
  106. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js +2 -2
  107. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +1 -1
  108. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +1 -1
  109. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
  110. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +1 -1
  111. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +2 -2
  112. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +2 -2
  113. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +1 -1
  114. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.js +1 -1
  115. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +6 -6
  116. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +6 -6
  117. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +2 -2
  118. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +2 -2
  119. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +1 -1
  120. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js +1 -1
  121. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +6 -6
  122. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +6 -6
  123. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +6 -6
  124. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +6 -6
  125. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +5 -5
  126. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +5 -5
  127. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +1 -1
  128. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  129. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +2 -2
  130. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  131. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  132. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  133. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +2 -2
  134. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +2 -2
  135. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +2 -2
  136. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
  137. package/dist/martyrs/src/modules/organizations/router/organizations.cjs +1 -1
  138. package/dist/martyrs/src/modules/organizations/router/organizations.js +1 -1
  139. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +1 -1
  140. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  141. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +1 -1
  142. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
  143. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
  144. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +1 -1
  145. package/dist/martyrs/src/modules/products/components/elements/{THC.vue.cjs → THC.vue2.cjs} +2 -2
  146. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs.map +1 -0
  147. package/dist/martyrs/src/modules/products/components/elements/{THC.vue.js → THC.vue2.js} +2 -2
  148. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.js.map +1 -0
  149. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +3 -3
  150. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +3 -3
  151. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +2 -2
  152. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +2 -2
  153. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +2 -2
  154. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +2 -2
  155. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +1 -1
  156. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +1 -1
  157. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +2 -2
  158. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
  159. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +2 -2
  160. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +2 -2
  161. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  162. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  163. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  164. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  165. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs +1 -1
  166. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js +1 -1
  167. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +1 -1
  168. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +1 -1
  169. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  170. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +1 -1
  171. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +2 -2
  172. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.js +2 -2
  173. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +3 -3
  174. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +3 -3
  175. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs +1 -1
  176. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js +1 -1
  177. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +2 -2
  178. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +2 -2
  179. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +2 -2
  180. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +2 -2
  181. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs +1 -1
  182. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.js +1 -1
  183. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +2 -2
  184. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.js +2 -2
  185. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +2 -2
  186. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.js +2 -2
  187. package/package.json +1 -1
  188. package/src/modules/globals/TASK.MD +9 -102
  189. package/src/modules/globals/globals.client.js +0 -7
  190. package/src/modules/globals/views/components/partials/Footer.vue +27 -127
  191. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +0 -1
  192. package/dist/martyrs/src/components/Field/Field.vue2.cjs.map +0 -1
  193. package/dist/martyrs/src/components/Menu/Menu.vue.cjs.map +0 -1
  194. package/dist/martyrs/src/components/Menu/Menu.vue.js.map +0 -1
  195. package/dist/martyrs/src/components/Select/Select.vue.js.map +0 -1
  196. package/dist/martyrs/src/components/Spoiler/Spoiler.vue.js.map +0 -1
  197. package/dist/martyrs/src/modules/products/components/elements/THC.vue.cjs.map +0 -1
  198. package/dist/martyrs/src/modules/products/components/elements/THC.vue.js.map +0 -1
@@ -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
- const Field = require("../../../../components/Field/Field.vue2.cjs");
4
+ const Field = require("../../../../components/Field/Field.vue.cjs");
5
5
  ;/* empty css */
6
6
  const _hoisted_1 = { class: "w-100 h-max-40r pd-medium bg-white radius-medium pos-relative" };
7
7
  const _hoisted_2 = ["innerHTML"];
@@ -1,5 +1,5 @@
1
1
  import { ref, onMounted, createElementBlock, openBlock, createVNode, createElementVNode } from "vue";
2
- import Field from "../../../../components/Field/Field.vue2.js";
2
+ import Field from "../../../../components/Field/Field.vue.js";
3
3
  /* empty css */
4
4
  const _hoisted_1 = { class: "w-100 h-max-40r pd-medium bg-white radius-medium pos-relative" };
5
5
  const _hoisted_2 = ["innerHTML"];
@@ -9,7 +9,7 @@ const vueDatepicker = require("../../../../../../node_modules/.pnpm/@vuepic_vue-
9
9
  ;/* empty css */
10
10
  const Block = require("../../../../components/Block/Block.vue.cjs");
11
11
  const Popup = require("../../../../components/Popup/Popup.vue.cjs");
12
- const Field = require("../../../../components/Field/Field.vue2.cjs");
12
+ const Field = require("../../../../components/Field/Field.vue.cjs");
13
13
  const BlockTags = require("../../../../components/FieldTags/BlockTags.vue.cjs");
14
14
  const Checkbox = require("../../../../components/Checkbox/Checkbox.vue.cjs");
15
15
  ;/* empty css */
@@ -7,7 +7,7 @@ import Qn from "../../../../../../node_modules/.pnpm/@vuepic_vue-datepicker@11.0
7
7
  /* empty css */
8
8
  import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
9
9
  import _sfc_main$4 from "../../../../components/Popup/Popup.vue.js";
10
- import Field from "../../../../components/Field/Field.vue2.js";
10
+ import Field from "../../../../components/Field/Field.vue.js";
11
11
  import _sfc_main$5 from "../../../../components/FieldTags/BlockTags.vue.js";
12
12
  import _sfc_main$8 from "../../../../components/Checkbox/Checkbox.vue.js";
13
13
  /* empty css */
@@ -4,7 +4,7 @@ const vue = require("vue");
4
4
  const Feed = require("../../../../components/Feed/Feed.vue.cjs");
5
5
  const Block = require("../../../../components/Block/Block.vue.cjs");
6
6
  const Popup = require("../../../../components/Popup/Popup.vue.cjs");
7
- const Field = require("../../../../components/Field/Field.vue2.cjs");
7
+ const Field = require("../../../../components/Field/Field.vue.cjs");
8
8
  const Button = require("../../../../components/Button/Button.vue.cjs");
9
9
  const ButtonCheck = require("../elements/ButtonCheck.vue.cjs");
10
10
  const IconDelete = require("../../../icons/navigation/IconDelete.vue.cjs");
@@ -2,7 +2,7 @@ import { ref, onMounted, createElementBlock, createCommentVNode, unref, openBloc
2
2
  import _sfc_main$7 from "../../../../components/Feed/Feed.vue.js";
3
3
  import _sfc_main$3 from "../../../../components/Block/Block.vue.js";
4
4
  import _sfc_main$2 from "../../../../components/Popup/Popup.vue.js";
5
- import Field from "../../../../components/Field/Field.vue2.js";
5
+ import Field from "../../../../components/Field/Field.vue.js";
6
6
  import _sfc_main$6 from "../../../../components/Button/Button.vue.js";
7
7
  import _sfc_main$1 from "../elements/ButtonCheck.vue.js";
8
8
  import _sfc_main$5 from "../../../icons/navigation/IconDelete.vue.js";
@@ -14,9 +14,9 @@ const vueRouter = require("vue-router");
14
14
  const mixins = require("../../../globals/views/mixins/mixins.cjs");
15
15
  const SkeletonEvent = require("../../../icons/skeletons/SkeletonEvent.vue.cjs");
16
16
  ;/* empty css */
17
- ;/* empty css */
18
17
  ;/* empty css */
19
- ;/* empty css */
18
+ ;/* empty css */
19
+ ;/* empty css */
20
20
  ;/* empty css */
21
21
  ;/* empty css */
22
22
  ;/* empty css */
@@ -12,9 +12,9 @@ import { useRoute } from "vue-router";
12
12
  import { useGlobalMixins } from "../../../globals/views/mixins/mixins.js";
13
13
  import SkeletonEvent from "../../../icons/skeletons/SkeletonEvent.vue.js";
14
14
  /* empty css */
15
- /* empty css */
16
15
  /* empty css */
17
- /* empty css */
16
+ /* empty css */
17
+ /* empty css */
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
@@ -2,9 +2,9 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
4
  const vueRouter = require("vue-router");
5
- ;/* empty css */
5
+ ;/* empty css */
6
6
  const Button = require("../../../../components/Button/Button.vue.cjs");
7
- ;/* empty css */
7
+ ;/* empty css */
8
8
  const Chips = require("../../../../components/Chips/Chips.vue2.cjs");
9
9
  ;/* empty css */
10
10
  const Popup = require("../../../../components/Popup/Popup.vue.cjs");
@@ -1,8 +1,8 @@
1
1
  import { ref, createElementBlock, openBlock, createVNode, unref, isRef, withCtx, Fragment, renderList, createElementVNode, toDisplayString, createBlock, createCommentVNode, createTextVNode } from "vue";
2
2
  import { useRoute } from "vue-router";
3
- /* empty css */
3
+ /* empty css */
4
4
  import _sfc_main$8 from "../../../../components/Button/Button.vue.js";
5
- /* empty css */
5
+ /* empty css */
6
6
  import _sfc_main$4 from "../../../../components/Chips/Chips.vue2.js";
7
7
  /* empty css */
8
8
  import _sfc_main$5 from "../../../../components/Popup/Popup.vue.js";
@@ -27,8 +27,6 @@ const Footer = require("./views/components/partials/Footer.vue.cjs");
27
27
  const Walkthrough = require("./views/components/sections/Walkthrough.vue.cjs");
28
28
  const globals_app = require("./views/classes/globals.app.cjs");
29
29
  function initializeGlobals(app, store2, router, config, options = {}) {
30
- console.log("[initializeGlobals] START");
31
- console.log("[initializeGlobals] Store before addStore:", store2);
32
30
  const route = options.route || "Home";
33
31
  const locales = {
34
32
  en: en.default,
@@ -60,11 +58,7 @@ function initializeGlobals(app, store2, router, config, options = {}) {
60
58
  return next();
61
59
  });
62
60
  if (config && config.modules) globals.state.options = config.modules;
63
- console.log("[initializeGlobals] Adding globals store with state:", globals.state);
64
61
  store2.addStore("globals", globals);
65
- console.log("[initializeGlobals] Store after addStore:", store2);
66
- console.log("[initializeGlobals] Store.globals exists:", !!store2.globals);
67
- console.log("[initializeGlobals] END");
68
62
  router.addRoute(route, {
69
63
  path: "404",
70
64
  name: "notfound",
@@ -1 +1 @@
1
- {"version":3,"file":"globals.client.cjs","sources":["../../../../../src/modules/globals/globals.client.js"],"sourcesContent":["// Functional imports (needed for initialize function)\nimport getBrowserLocale from './views/localization/get-browser-locale.js';\nimport scrollBehavior from './views/router/scrollBehavior.js';\n\nimport * as mixins from './views/mixins/mixins.js';\nimport * as storeGlobals from './views/store/globals.js';\nimport * as appRenderer from './views/utils/vue-app-renderer.js';\nimport './views/utils/polyfills.js'; // Auto-apply polyfills\n\nimport alertPlugin from './views/plugins/alert.plugin.js';\nimport popupAuthPlugin from './views/plugins/popup.auth.plugin.js';\nimport datePickerPlugin from './views/plugins/date-picker.plugin.js';\nimport storeDebuggerPlugin from './views/plugins/store-debugger/store-debugger.plugin.js';\n\nimport store from './views/classes/store.js';\nimport websockets from './views/classes/globals.websocket.js';\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\nimport { moduleRegistry } from './views/classes/module-registry.js';\n\nimport en from './locales/en.js';\nimport ru from './locales/ru.js';\n\n\n// Пример функции инициализации для модуля заказов\nfunction initializeGlobals(app, store, router, config, options = {}) {\n console.log('[initializeGlobals] START');\n console.log('[initializeGlobals] Store before addStore:', store);\n \n const route = options.route || 'Home';\n\n const locales = {\n en: en,\n ru: ru,\n es: {} // или es: undefined\n };\n\n i18nManager.register('globals', locales);\n\n const envVariables = ['NODE_ENV', 'PORT', 'APP_NAME', 'DOMAIN_URL', 'API_URL', 'WSS_URL', 'FILE_SERVER_URL', 'WDT_TOKEN', 'WDM_URL_PROD', 'GOOGLE_MAPS_API_KEY', 'MOBILE_APP'];\n\n app.config.globalProperties.DOMAIN_URL = process.env.DOMAIN_URL;\n app.config.globalProperties.API_URL = process.env.API_URL;\n app.config.globalProperties.WSS_URL = process.env.WSS_URL;\n app.config.globalProperties.MOBILE_APP = process.env.MOBILE_APP;\n app.config.globalProperties.FILE_SERVER_URL = process.env.FILE_SERVER_URL;\n app.config.globalProperties.GOOGLE_MAPS_API_KEY = process.env.GOOGLE_MAPS_API_KEY;\n\n app.mixin(mixins.globalMixins);\n\n app.use(alertPlugin);\n app.use(popupAuthPlugin);\n app.use(datePickerPlugin);\n // app.use(storeDebuggerPlugin, store);\n\n\n // WebSocket инициализируется в client.js после гидратации\n // чтобы не блокировать главный поток\n\n // Change Locale to Route Locale if available\n router.beforeEach((to, from, next) => {\n const locale = to.params.locale;\n\n if (locale) {\n if (!app.config.globalProperties.$i18n.availableLocales.includes(locale)) {\n return next({ path: '/404' });\n } else {\n app.config.globalProperties.$i18n.locale = locale;\n return next();\n }\n }\n\n return next();\n });\n\n if (config && config.modules) storeGlobals.state.options = config.modules;\n\n console.log('[initializeGlobals] Adding globals store with state:', storeGlobals.state);\n store.addStore('globals', storeGlobals);\n console.log('[initializeGlobals] Store after addStore:', store);\n console.log('[initializeGlobals] Store.globals exists:', !!store.globals);\n console.log('[initializeGlobals] END');\n\n router.addRoute(route, {\n path: '404',\n name: 'notfound',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/404.vue'),\n });\n router.addRoute(route, {\n path: '401',\n name: 'unauthorized',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/401.vue'),\n });\n router.addRoute(route, {\n path: ':pathMatch(.*)*',\n name: 'NotFound',\n redirect: { name: 'notfound' },\n });\n}\n\nconst ModuleGlobals = {\n initialize: initializeGlobals,\n views: {\n store: {\n storeGlobals,\n },\n router: {\n // routerOrders\n },\n },\n};\n\n// Component re-exports (enables tree shaking)\nexport { default as layoutApp } from './views/components/layouts/App.vue';\nexport { default as layoutClient } from './views/components/layouts/Client.vue';\nexport { default as BlockSearch } from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue';\nexport { default as BottomNavigationBar } from '@martyrs/src/modules/globals/views/components/partials/BottomNavigationBar.vue';\nexport { default as Header } from '@martyrs/src/modules/globals/views/components/partials/Header.vue';\nexport { default as Navigation } from '@martyrs/src/modules/globals/views/components/partials/Navigation.vue';\nexport { default as NavigationBar } from '@martyrs/src/modules/globals/views/components/partials/NavigationBar.vue';\nexport { default as Sidebar } from '@martyrs/src/modules/globals/views/components/partials/Sidebar.vue';\nexport { default as Footer } from '@martyrs/src/modules/globals/views/components/partials/Footer.vue';\nexport { default as Walkthrough } from '@martyrs/src/modules/globals/views/components/sections/Walkthrough.vue';\n\n// Functional exports\nexport {\n appRenderer,\n getBrowserLocale,\n mixins,\n moduleRegistry,\n scrollBehavior,\n store,\n i18nManager,\n storeGlobals,\n websockets,\n};\n\n// Export client factory\nexport { createUniversalApp } from './views/classes/globals.app.js';\n\n// Re-export polyfills for documentation\nexport * from './views/utils/polyfills.js';\n\nexport default ModuleGlobals;\n"],"names":["store","en","ru","i18nManager","mixins.globalMixins","alertPlugin","popupAuthPlugin","datePickerPlugin","storeGlobals.state","storeGlobals"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBA,SAAS,kBAAkB,KAAKA,QAAO,QAAQ,QAAQ,UAAU,IAAI;AACnE,UAAQ,IAAI,2BAA2B;AACvC,UAAQ,IAAI,8CAA8CA,MAAK;AAE/D,QAAM,QAAQ,QAAQ,SAAS;AAE/B,QAAM,UAAU;AAAA,IACd,IAAIC,GAAAA;AAAAA,IACJ,IAAIC,GAAAA;AAAAA,IACJ,IAAI,CAAA;AAAA;AAAA,EACR;AAEEC,2BAAY,SAAS,WAAW,OAAO;AAIvC,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,kBAAkB,QAAQ,IAAI;AAC1D,MAAI,OAAO,iBAAiB,sBAAsB,QAAQ,IAAI;AAE9D,MAAI,MAAMC,mBAAmB;AAE7B,MAAI,IAAIC,oBAAW;AACnB,MAAI,IAAIC,yBAAe;AACvB,MAAI,IAAIC,yBAAgB;AAQxB,SAAO,WAAW,CAAC,IAAI,MAAM,SAAS;AACpC,UAAM,SAAS,GAAG,OAAO;AAEzB,QAAI,QAAQ;AACV,UAAI,CAAC,IAAI,OAAO,iBAAiB,MAAM,iBAAiB,SAAS,MAAM,GAAG;AACxE,eAAO,KAAK,EAAE,MAAM,QAAQ;AAAA,MAC9B,OAAO;AACL,YAAI,OAAO,iBAAiB,MAAM,SAAS;AAC3C,eAAO,KAAI;AAAA,MACb;AAAA,IACF;AAEA,WAAO,KAAI;AAAA,EACb,CAAC;AAED,MAAI,UAAU,OAAO,QAASC,SAAAA,MAAmB,UAAU,OAAO;AAElE,UAAQ,IAAI,wDAAwDA,aAAkB;AACtF,EAAAR,OAAM,SAAS,WAAWS,OAAY;AACtC,UAAQ,IAAI,6CAA6CT,MAAK;AAC9D,UAAQ,IAAI,6CAA6C,CAAC,CAACA,OAAM,OAAO;AACxE,UAAQ,IAAI,yBAAyB;AAErC,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,sCAA6D,CAAA;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,sCAA6D,CAAA;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU,EAAE,MAAM,WAAU;AAAA,EAChC,CAAG;AACH;AAEK,MAAC,gBAAgB;AAAA,EACpB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,cAAMS;AAAAA,IACN;AAAA,IACI,QAAQ;AAAA;AAAA,IAEZ;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"globals.client.cjs","sources":["../../../../../src/modules/globals/globals.client.js"],"sourcesContent":["// Functional imports (needed for initialize function)\nimport getBrowserLocale from './views/localization/get-browser-locale.js';\nimport scrollBehavior from './views/router/scrollBehavior.js';\n\nimport * as mixins from './views/mixins/mixins.js';\nimport * as storeGlobals from './views/store/globals.js';\nimport * as appRenderer from './views/utils/vue-app-renderer.js';\nimport './views/utils/polyfills.js'; // Auto-apply polyfills\n\nimport alertPlugin from './views/plugins/alert.plugin.js';\nimport popupAuthPlugin from './views/plugins/popup.auth.plugin.js';\nimport datePickerPlugin from './views/plugins/date-picker.plugin.js';\nimport storeDebuggerPlugin from './views/plugins/store-debugger/store-debugger.plugin.js';\n\nimport store from './views/classes/store.js';\nimport websockets from './views/classes/globals.websocket.js';\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\nimport { moduleRegistry } from './views/classes/module-registry.js';\n\nimport en from './locales/en.js';\nimport ru from './locales/ru.js';\n\n\n// Пример функции инициализации для модуля заказов\nfunction initializeGlobals(app, store, router, config, options = {}) {\n const route = options.route || 'Home';\n\n const locales = {\n en: en,\n ru: ru,\n es: {} // или es: undefined\n };\n\n i18nManager.register('globals', locales);\n\n const envVariables = ['NODE_ENV', 'PORT', 'APP_NAME', 'DOMAIN_URL', 'API_URL', 'WSS_URL', 'FILE_SERVER_URL', 'WDT_TOKEN', 'WDM_URL_PROD', 'GOOGLE_MAPS_API_KEY', 'MOBILE_APP'];\n\n app.config.globalProperties.DOMAIN_URL = process.env.DOMAIN_URL;\n app.config.globalProperties.API_URL = process.env.API_URL;\n app.config.globalProperties.WSS_URL = process.env.WSS_URL;\n app.config.globalProperties.MOBILE_APP = process.env.MOBILE_APP;\n app.config.globalProperties.FILE_SERVER_URL = process.env.FILE_SERVER_URL;\n app.config.globalProperties.GOOGLE_MAPS_API_KEY = process.env.GOOGLE_MAPS_API_KEY;\n\n app.mixin(mixins.globalMixins);\n\n app.use(alertPlugin);\n app.use(popupAuthPlugin);\n app.use(datePickerPlugin);\n // app.use(storeDebuggerPlugin, store);\n\n\n // WebSocket инициализируется в client.js после гидратации\n // чтобы не блокировать главный поток\n\n // Change Locale to Route Locale if available\n router.beforeEach((to, from, next) => {\n const locale = to.params.locale;\n\n if (locale) {\n if (!app.config.globalProperties.$i18n.availableLocales.includes(locale)) {\n return next({ path: '/404' });\n } else {\n app.config.globalProperties.$i18n.locale = locale;\n return next();\n }\n }\n\n return next();\n });\n\n if (config && config.modules) storeGlobals.state.options = config.modules;\n\n store.addStore('globals', storeGlobals);\n\n router.addRoute(route, {\n path: '404',\n name: 'notfound',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/404.vue'),\n });\n router.addRoute(route, {\n path: '401',\n name: 'unauthorized',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/401.vue'),\n });\n router.addRoute(route, {\n path: ':pathMatch(.*)*',\n name: 'NotFound',\n redirect: { name: 'notfound' },\n });\n}\n\nconst ModuleGlobals = {\n initialize: initializeGlobals,\n views: {\n store: {\n storeGlobals,\n },\n router: {\n // routerOrders\n },\n },\n};\n\n// Component re-exports (enables tree shaking)\nexport { default as layoutApp } from './views/components/layouts/App.vue';\nexport { default as layoutClient } from './views/components/layouts/Client.vue';\nexport { default as BlockSearch } from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue';\nexport { default as BottomNavigationBar } from '@martyrs/src/modules/globals/views/components/partials/BottomNavigationBar.vue';\nexport { default as Header } from '@martyrs/src/modules/globals/views/components/partials/Header.vue';\nexport { default as Navigation } from '@martyrs/src/modules/globals/views/components/partials/Navigation.vue';\nexport { default as NavigationBar } from '@martyrs/src/modules/globals/views/components/partials/NavigationBar.vue';\nexport { default as Sidebar } from '@martyrs/src/modules/globals/views/components/partials/Sidebar.vue';\nexport { default as Footer } from '@martyrs/src/modules/globals/views/components/partials/Footer.vue';\nexport { default as Walkthrough } from '@martyrs/src/modules/globals/views/components/sections/Walkthrough.vue';\n\n// Functional exports\nexport {\n appRenderer,\n getBrowserLocale,\n mixins,\n moduleRegistry,\n scrollBehavior,\n store,\n i18nManager,\n storeGlobals,\n websockets,\n};\n\n// Export client factory\nexport { createUniversalApp } from './views/classes/globals.app.js';\n\n// Re-export polyfills for documentation\nexport * from './views/utils/polyfills.js';\n\nexport default ModuleGlobals;\n"],"names":["store","en","ru","i18nManager","mixins.globalMixins","alertPlugin","popupAuthPlugin","datePickerPlugin","storeGlobals.state","storeGlobals"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBA,SAAS,kBAAkB,KAAKA,QAAO,QAAQ,QAAQ,UAAU,IAAI;AACnE,QAAM,QAAQ,QAAQ,SAAS;AAE/B,QAAM,UAAU;AAAA,IACd,IAAIC,GAAAA;AAAAA,IACJ,IAAIC,GAAAA;AAAAA,IACJ,IAAI,CAAA;AAAA;AAAA,EACR;AAEEC,2BAAY,SAAS,WAAW,OAAO;AAIvC,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,kBAAkB,QAAQ,IAAI;AAC1D,MAAI,OAAO,iBAAiB,sBAAsB,QAAQ,IAAI;AAE9D,MAAI,MAAMC,mBAAmB;AAE7B,MAAI,IAAIC,oBAAW;AACnB,MAAI,IAAIC,yBAAe;AACvB,MAAI,IAAIC,yBAAgB;AAQxB,SAAO,WAAW,CAAC,IAAI,MAAM,SAAS;AACpC,UAAM,SAAS,GAAG,OAAO;AAEzB,QAAI,QAAQ;AACV,UAAI,CAAC,IAAI,OAAO,iBAAiB,MAAM,iBAAiB,SAAS,MAAM,GAAG;AACxE,eAAO,KAAK,EAAE,MAAM,QAAQ;AAAA,MAC9B,OAAO;AACL,YAAI,OAAO,iBAAiB,MAAM,SAAS;AAC3C,eAAO,KAAI;AAAA,MACb;AAAA,IACF;AAEA,WAAO,KAAI;AAAA,EACb,CAAC;AAED,MAAI,UAAU,OAAO,QAASC,SAAAA,MAAmB,UAAU,OAAO;AAElE,EAAAR,OAAM,SAAS,WAAWS,OAAY;AAEtC,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,sCAA6D,CAAA;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,MAAA,QAAO,sCAA6D,CAAA;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU,EAAE,MAAM,WAAU;AAAA,EAChC,CAAG;AACH;AAEK,MAAC,gBAAgB;AAAA,EACpB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,cAAMA;AAAAA,IACN;AAAA,IACI,QAAQ;AAAA;AAAA,IAEZ;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -27,8 +27,6 @@ import { default as default14 } from "./views/components/partials/Footer.vue.js"
27
27
  import { default as default15 } from "./views/components/sections/Walkthrough.vue.js";
28
28
  import { createUniversalApp } from "./views/classes/globals.app.js";
29
29
  function initializeGlobals(app, store, router, config, options = {}) {
30
- console.log("[initializeGlobals] START");
31
- console.log("[initializeGlobals] Store before addStore:", store);
32
30
  const route = options.route || "Home";
33
31
  const locales = {
34
32
  en,
@@ -60,11 +58,7 @@ function initializeGlobals(app, store, router, config, options = {}) {
60
58
  return next();
61
59
  });
62
60
  if (config && config.modules) state.options = config.modules;
63
- console.log("[initializeGlobals] Adding globals store with state:", state);
64
61
  store.addStore("globals", globals);
65
- console.log("[initializeGlobals] Store after addStore:", store);
66
- console.log("[initializeGlobals] Store.globals exists:", !!store.globals);
67
- console.log("[initializeGlobals] END");
68
62
  router.addRoute(route, {
69
63
  path: "404",
70
64
  name: "notfound",
@@ -1 +1 @@
1
- {"version":3,"file":"globals.client.js","sources":["../../../../../src/modules/globals/globals.client.js"],"sourcesContent":["// Functional imports (needed for initialize function)\nimport getBrowserLocale from './views/localization/get-browser-locale.js';\nimport scrollBehavior from './views/router/scrollBehavior.js';\n\nimport * as mixins from './views/mixins/mixins.js';\nimport * as storeGlobals from './views/store/globals.js';\nimport * as appRenderer from './views/utils/vue-app-renderer.js';\nimport './views/utils/polyfills.js'; // Auto-apply polyfills\n\nimport alertPlugin from './views/plugins/alert.plugin.js';\nimport popupAuthPlugin from './views/plugins/popup.auth.plugin.js';\nimport datePickerPlugin from './views/plugins/date-picker.plugin.js';\nimport storeDebuggerPlugin from './views/plugins/store-debugger/store-debugger.plugin.js';\n\nimport store from './views/classes/store.js';\nimport websockets from './views/classes/globals.websocket.js';\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\nimport { moduleRegistry } from './views/classes/module-registry.js';\n\nimport en from './locales/en.js';\nimport ru from './locales/ru.js';\n\n\n// Пример функции инициализации для модуля заказов\nfunction initializeGlobals(app, store, router, config, options = {}) {\n console.log('[initializeGlobals] START');\n console.log('[initializeGlobals] Store before addStore:', store);\n \n const route = options.route || 'Home';\n\n const locales = {\n en: en,\n ru: ru,\n es: {} // или es: undefined\n };\n\n i18nManager.register('globals', locales);\n\n const envVariables = ['NODE_ENV', 'PORT', 'APP_NAME', 'DOMAIN_URL', 'API_URL', 'WSS_URL', 'FILE_SERVER_URL', 'WDT_TOKEN', 'WDM_URL_PROD', 'GOOGLE_MAPS_API_KEY', 'MOBILE_APP'];\n\n app.config.globalProperties.DOMAIN_URL = process.env.DOMAIN_URL;\n app.config.globalProperties.API_URL = process.env.API_URL;\n app.config.globalProperties.WSS_URL = process.env.WSS_URL;\n app.config.globalProperties.MOBILE_APP = process.env.MOBILE_APP;\n app.config.globalProperties.FILE_SERVER_URL = process.env.FILE_SERVER_URL;\n app.config.globalProperties.GOOGLE_MAPS_API_KEY = process.env.GOOGLE_MAPS_API_KEY;\n\n app.mixin(mixins.globalMixins);\n\n app.use(alertPlugin);\n app.use(popupAuthPlugin);\n app.use(datePickerPlugin);\n // app.use(storeDebuggerPlugin, store);\n\n\n // WebSocket инициализируется в client.js после гидратации\n // чтобы не блокировать главный поток\n\n // Change Locale to Route Locale if available\n router.beforeEach((to, from, next) => {\n const locale = to.params.locale;\n\n if (locale) {\n if (!app.config.globalProperties.$i18n.availableLocales.includes(locale)) {\n return next({ path: '/404' });\n } else {\n app.config.globalProperties.$i18n.locale = locale;\n return next();\n }\n }\n\n return next();\n });\n\n if (config && config.modules) storeGlobals.state.options = config.modules;\n\n console.log('[initializeGlobals] Adding globals store with state:', storeGlobals.state);\n store.addStore('globals', storeGlobals);\n console.log('[initializeGlobals] Store after addStore:', store);\n console.log('[initializeGlobals] Store.globals exists:', !!store.globals);\n console.log('[initializeGlobals] END');\n\n router.addRoute(route, {\n path: '404',\n name: 'notfound',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/404.vue'),\n });\n router.addRoute(route, {\n path: '401',\n name: 'unauthorized',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/401.vue'),\n });\n router.addRoute(route, {\n path: ':pathMatch(.*)*',\n name: 'NotFound',\n redirect: { name: 'notfound' },\n });\n}\n\nconst ModuleGlobals = {\n initialize: initializeGlobals,\n views: {\n store: {\n storeGlobals,\n },\n router: {\n // routerOrders\n },\n },\n};\n\n// Component re-exports (enables tree shaking)\nexport { default as layoutApp } from './views/components/layouts/App.vue';\nexport { default as layoutClient } from './views/components/layouts/Client.vue';\nexport { default as BlockSearch } from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue';\nexport { default as BottomNavigationBar } from '@martyrs/src/modules/globals/views/components/partials/BottomNavigationBar.vue';\nexport { default as Header } from '@martyrs/src/modules/globals/views/components/partials/Header.vue';\nexport { default as Navigation } from '@martyrs/src/modules/globals/views/components/partials/Navigation.vue';\nexport { default as NavigationBar } from '@martyrs/src/modules/globals/views/components/partials/NavigationBar.vue';\nexport { default as Sidebar } from '@martyrs/src/modules/globals/views/components/partials/Sidebar.vue';\nexport { default as Footer } from '@martyrs/src/modules/globals/views/components/partials/Footer.vue';\nexport { default as Walkthrough } from '@martyrs/src/modules/globals/views/components/sections/Walkthrough.vue';\n\n// Functional exports\nexport {\n appRenderer,\n getBrowserLocale,\n mixins,\n moduleRegistry,\n scrollBehavior,\n store,\n i18nManager,\n storeGlobals,\n websockets,\n};\n\n// Export client factory\nexport { createUniversalApp } from './views/classes/globals.app.js';\n\n// Re-export polyfills for documentation\nexport * from './views/utils/polyfills.js';\n\nexport default ModuleGlobals;\n"],"names":["mixins.globalMixins","storeGlobals.state","storeGlobals"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBA,SAAS,kBAAkB,KAAK,OAAO,QAAQ,QAAQ,UAAU,IAAI;AACnE,UAAQ,IAAI,2BAA2B;AACvC,UAAQ,IAAI,8CAA8C,KAAK;AAE/D,QAAM,QAAQ,QAAQ,SAAS;AAE/B,QAAM,UAAU;AAAA,IACd;AAAA,IACA;AAAA,IACA,IAAI,CAAA;AAAA;AAAA,EACR;AAEE,cAAY,SAAS,WAAW,OAAO;AAIvC,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,kBAAkB,QAAQ,IAAI;AAC1D,MAAI,OAAO,iBAAiB,sBAAsB,QAAQ,IAAI;AAE9D,MAAI,MAAMA,YAAmB;AAE7B,MAAI,IAAI,WAAW;AACnB,MAAI,IAAI,eAAe;AACvB,MAAI,IAAI,gBAAgB;AAQxB,SAAO,WAAW,CAAC,IAAI,MAAM,SAAS;AACpC,UAAM,SAAS,GAAG,OAAO;AAEzB,QAAI,QAAQ;AACV,UAAI,CAAC,IAAI,OAAO,iBAAiB,MAAM,iBAAiB,SAAS,MAAM,GAAG;AACxE,eAAO,KAAK,EAAE,MAAM,QAAQ;AAAA,MAC9B,OAAO;AACL,YAAI,OAAO,iBAAiB,MAAM,SAAS;AAC3C,eAAO,KAAI;AAAA,MACb;AAAA,IACF;AAEA,WAAO,KAAI;AAAA,EACb,CAAC;AAED,MAAI,UAAU,OAAO,QAASC,OAAmB,UAAU,OAAO;AAElE,UAAQ,IAAI,wDAAwDA,KAAkB;AACtF,QAAM,SAAS,WAAWC,OAAY;AACtC,UAAQ,IAAI,6CAA6C,KAAK;AAC9D,UAAQ,IAAI,6CAA6C,CAAC,CAAC,MAAM,OAAO;AACxE,UAAQ,IAAI,yBAAyB;AAErC,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,OAAO,qCAA6D;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,OAAO,qCAA6D;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU,EAAE,MAAM,WAAU;AAAA,EAChC,CAAG;AACH;AAEK,MAAC,gBAAgB;AAAA,EACpB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,cAAMA;AAAAA,IACN;AAAA,IACI,QAAQ;AAAA;AAAA,IAEZ;AAAA,EACA;AACA;"}
1
+ {"version":3,"file":"globals.client.js","sources":["../../../../../src/modules/globals/globals.client.js"],"sourcesContent":["// Functional imports (needed for initialize function)\nimport getBrowserLocale from './views/localization/get-browser-locale.js';\nimport scrollBehavior from './views/router/scrollBehavior.js';\n\nimport * as mixins from './views/mixins/mixins.js';\nimport * as storeGlobals from './views/store/globals.js';\nimport * as appRenderer from './views/utils/vue-app-renderer.js';\nimport './views/utils/polyfills.js'; // Auto-apply polyfills\n\nimport alertPlugin from './views/plugins/alert.plugin.js';\nimport popupAuthPlugin from './views/plugins/popup.auth.plugin.js';\nimport datePickerPlugin from './views/plugins/date-picker.plugin.js';\nimport storeDebuggerPlugin from './views/plugins/store-debugger/store-debugger.plugin.js';\n\nimport store from './views/classes/store.js';\nimport websockets from './views/classes/globals.websocket.js';\nimport { i18nManager } from '@martyrs/src/modules/globals/views/classes/globals.i18n.js';\nimport { moduleRegistry } from './views/classes/module-registry.js';\n\nimport en from './locales/en.js';\nimport ru from './locales/ru.js';\n\n\n// Пример функции инициализации для модуля заказов\nfunction initializeGlobals(app, store, router, config, options = {}) {\n const route = options.route || 'Home';\n\n const locales = {\n en: en,\n ru: ru,\n es: {} // или es: undefined\n };\n\n i18nManager.register('globals', locales);\n\n const envVariables = ['NODE_ENV', 'PORT', 'APP_NAME', 'DOMAIN_URL', 'API_URL', 'WSS_URL', 'FILE_SERVER_URL', 'WDT_TOKEN', 'WDM_URL_PROD', 'GOOGLE_MAPS_API_KEY', 'MOBILE_APP'];\n\n app.config.globalProperties.DOMAIN_URL = process.env.DOMAIN_URL;\n app.config.globalProperties.API_URL = process.env.API_URL;\n app.config.globalProperties.WSS_URL = process.env.WSS_URL;\n app.config.globalProperties.MOBILE_APP = process.env.MOBILE_APP;\n app.config.globalProperties.FILE_SERVER_URL = process.env.FILE_SERVER_URL;\n app.config.globalProperties.GOOGLE_MAPS_API_KEY = process.env.GOOGLE_MAPS_API_KEY;\n\n app.mixin(mixins.globalMixins);\n\n app.use(alertPlugin);\n app.use(popupAuthPlugin);\n app.use(datePickerPlugin);\n // app.use(storeDebuggerPlugin, store);\n\n\n // WebSocket инициализируется в client.js после гидратации\n // чтобы не блокировать главный поток\n\n // Change Locale to Route Locale if available\n router.beforeEach((to, from, next) => {\n const locale = to.params.locale;\n\n if (locale) {\n if (!app.config.globalProperties.$i18n.availableLocales.includes(locale)) {\n return next({ path: '/404' });\n } else {\n app.config.globalProperties.$i18n.locale = locale;\n return next();\n }\n }\n\n return next();\n });\n\n if (config && config.modules) storeGlobals.state.options = config.modules;\n\n store.addStore('globals', storeGlobals);\n\n router.addRoute(route, {\n path: '404',\n name: 'notfound',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/404.vue'),\n });\n router.addRoute(route, {\n path: '401',\n name: 'unauthorized',\n component: () => import('@martyrs/src/modules/globals/views/components/pages/401.vue'),\n });\n router.addRoute(route, {\n path: ':pathMatch(.*)*',\n name: 'NotFound',\n redirect: { name: 'notfound' },\n });\n}\n\nconst ModuleGlobals = {\n initialize: initializeGlobals,\n views: {\n store: {\n storeGlobals,\n },\n router: {\n // routerOrders\n },\n },\n};\n\n// Component re-exports (enables tree shaking)\nexport { default as layoutApp } from './views/components/layouts/App.vue';\nexport { default as layoutClient } from './views/components/layouts/Client.vue';\nexport { default as BlockSearch } from '@martyrs/src/modules/globals/views/components/blocks/BlockSearch.vue';\nexport { default as BottomNavigationBar } from '@martyrs/src/modules/globals/views/components/partials/BottomNavigationBar.vue';\nexport { default as Header } from '@martyrs/src/modules/globals/views/components/partials/Header.vue';\nexport { default as Navigation } from '@martyrs/src/modules/globals/views/components/partials/Navigation.vue';\nexport { default as NavigationBar } from '@martyrs/src/modules/globals/views/components/partials/NavigationBar.vue';\nexport { default as Sidebar } from '@martyrs/src/modules/globals/views/components/partials/Sidebar.vue';\nexport { default as Footer } from '@martyrs/src/modules/globals/views/components/partials/Footer.vue';\nexport { default as Walkthrough } from '@martyrs/src/modules/globals/views/components/sections/Walkthrough.vue';\n\n// Functional exports\nexport {\n appRenderer,\n getBrowserLocale,\n mixins,\n moduleRegistry,\n scrollBehavior,\n store,\n i18nManager,\n storeGlobals,\n websockets,\n};\n\n// Export client factory\nexport { createUniversalApp } from './views/classes/globals.app.js';\n\n// Re-export polyfills for documentation\nexport * from './views/utils/polyfills.js';\n\nexport default ModuleGlobals;\n"],"names":["mixins.globalMixins","storeGlobals.state","storeGlobals"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBA,SAAS,kBAAkB,KAAK,OAAO,QAAQ,QAAQ,UAAU,IAAI;AACnE,QAAM,QAAQ,QAAQ,SAAS;AAE/B,QAAM,UAAU;AAAA,IACd;AAAA,IACA;AAAA,IACA,IAAI,CAAA;AAAA;AAAA,EACR;AAEE,cAAY,SAAS,WAAW,OAAO;AAIvC,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,UAAU,QAAQ,IAAI;AAClD,MAAI,OAAO,iBAAiB,aAAa,QAAQ,IAAI;AACrD,MAAI,OAAO,iBAAiB,kBAAkB,QAAQ,IAAI;AAC1D,MAAI,OAAO,iBAAiB,sBAAsB,QAAQ,IAAI;AAE9D,MAAI,MAAMA,YAAmB;AAE7B,MAAI,IAAI,WAAW;AACnB,MAAI,IAAI,eAAe;AACvB,MAAI,IAAI,gBAAgB;AAQxB,SAAO,WAAW,CAAC,IAAI,MAAM,SAAS;AACpC,UAAM,SAAS,GAAG,OAAO;AAEzB,QAAI,QAAQ;AACV,UAAI,CAAC,IAAI,OAAO,iBAAiB,MAAM,iBAAiB,SAAS,MAAM,GAAG;AACxE,eAAO,KAAK,EAAE,MAAM,QAAQ;AAAA,MAC9B,OAAO;AACL,YAAI,OAAO,iBAAiB,MAAM,SAAS;AAC3C,eAAO,KAAI;AAAA,MACb;AAAA,IACF;AAEA,WAAO,KAAI;AAAA,EACb,CAAC;AAED,MAAI,UAAU,OAAO,QAASC,OAAmB,UAAU,OAAO;AAElE,QAAM,SAAS,WAAWC,OAAY;AAEtC,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,OAAO,qCAA6D;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,WAAW,MAAM,OAAO,qCAA6D;AAAA,EACzF,CAAG;AACD,SAAO,SAAS,OAAO;AAAA,IACrB,MAAM;AAAA,IACN,MAAM;AAAA,IACN,UAAU,EAAE,MAAM,WAAU;AAAA,EAChC,CAAG;AACH;AAEK,MAAC,gBAAgB;AAAA,EACpB,YAAY;AAAA,EACZ,OAAO;AAAA,IACL,OAAO;AAAA,MACX,cAAMA;AAAAA,IACN;AAAA,IACI,QAAQ;AAAA;AAAA,IAEZ;AAAA,EACA;AACA;"}
@@ -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 IconSearch = require("../../../../icons/navigation/IconSearch.vue.cjs");
5
- const Field = require("../../../../../components/Field/Field.vue2.cjs");
5
+ const Field = require("../../../../../components/Field/Field.vue.cjs");
6
6
  const _sfc_main = {
7
7
  __name: "BlockSearch",
8
8
  props: {
@@ -1,6 +1,6 @@
1
1
  import { ref, watch, createBlock, openBlock, withCtx, createVNode } from "vue";
2
2
  import _sfc_main$1 from "../../../../icons/navigation/IconSearch.vue.js";
3
- import Field from "../../../../../components/Field/Field.vue2.js";
3
+ import Field from "../../../../../components/Field/Field.vue.js";
4
4
  const _sfc_main = {
5
5
  __name: "BlockSearch",
6
6
  props: {
@@ -3,7 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const vueRouter = require("vue-router");
5
5
  const Tooltip = require("../../../../../components/Tooltip/Tooltip.vue2.cjs");
6
- const Dropdown = require("../../../../../components/Dropdown/Dropdown.vue.cjs");
6
+ const Dropdown = require("../../../../../components/Dropdown/Dropdown.vue2.cjs");
7
7
  const PlaceholderUserpic = require("../../../../icons/placeholders/PlaceholderUserpic.vue.cjs");
8
8
  const PlaceholderOrganizationPic = require("../../../../icons/placeholders/PlaceholderOrganizationPic.vue.cjs");
9
9
  const IconEllipsis = require("../../../../icons/navigation/IconEllipsis.vue.cjs");
@@ -1,7 +1,7 @@
1
1
  import { resolveComponent, createElementBlock, createCommentVNode, openBlock, createElementVNode, createBlock, withModifiers, resolveDynamicComponent, toDisplayString, withCtx, createTextVNode, Fragment, renderList, normalizeClass } from "vue";
2
2
  import { useRouter } from "vue-router";
3
3
  import _sfc_main$1 from "../../../../../components/Tooltip/Tooltip.vue2.js";
4
- import _sfc_main$3 from "../../../../../components/Dropdown/Dropdown.vue.js";
4
+ import _sfc_main$3 from "../../../../../components/Dropdown/Dropdown.vue2.js";
5
5
  import PlaceholderUserpic from "../../../../icons/placeholders/PlaceholderUserpic.vue.js";
6
6
  import PlaceholderOrganizationPic from "../../../../icons/placeholders/PlaceholderOrganizationPic.vue.js";
7
7
  import _sfc_main$4 from "../../../../icons/navigation/IconEllipsis.vue.js";
@@ -70,100 +70,8 @@ const _sfc_main = {
70
70
  setup(__props) {
71
71
  const router = vueRouter.useRouter();
72
72
  vueRouter.useRoute();
73
- const text = {
74
- messages: {
75
- en: {
76
- linkAppStore: "https://play.google.com/store/apps/details?id=com.threestepsrental.app",
77
- linkGooglePlay: "https://play.google.com/store/apps/details?id=com.threestepsrental.app",
78
- // Contact
79
- description: "3SR – Premium Video Gear Rentals for Filmmakers and Content Creators",
80
- contact: "Contact",
81
- phone: "Phone / WhatsApp",
82
- email: "Email",
83
- hours: "Hours",
84
- hours_text: "Mon–Sun, 10:00–19:00",
85
- app: "Get Our App",
86
- // Subscribe
87
- subscribe: "Subscribe",
88
- subscribe_text: "Get updates on new equipment and special offers",
89
- email_placeholder: "Enter your email",
90
- follow: "Follow Us",
91
- // Footer
92
- year: "2025 ",
93
- heart: "❤",
94
- copyright: "Three Steps Studio Ltd. All Rights Reserved.",
95
- ozdao: "Builded in OZ DAO",
96
- // Contact info
97
- phoneNumber: "+44 77 7878 4893",
98
- emailAddress: "info{'@'}3stepsprod.com",
99
- // Navigation columns
100
- navigationColumns: [
101
- {
102
- sections: [
103
- {
104
- title: "Equipment",
105
- items: [
106
- { name: "Cameras", url: "products/categories/cameras" },
107
- { name: "Lighting", url: "products/categories/lighting-kits" },
108
- { name: "Stabilizers", url: "products/categories/stabilization-motion" },
109
- { name: "Accessories", url: "products/categories/accessories" }
110
- ]
111
- },
112
- {
113
- title: "Services",
114
- items: [
115
- { name: "Kits & Packages", url: "products/categories/kits-packages" },
116
- { name: "Studio Hire", url: "products/categories/studio-hire" },
117
- { name: "Delivery", url: "products/categories/delivery" },
118
- { name: "Production Help", url: "products/categories/production-help" }
119
- ]
120
- }
121
- ]
122
- },
123
- {
124
- sections: [
125
- {
126
- title: "Company",
127
- items: [
128
- { name: "About Us", url: "pages/about" },
129
- { name: "Contact", url: "pages/contact" },
130
- { name: "FAQ", url: "pages/faq" },
131
- { name: "Blog", url: "/community" }
132
- ]
133
- },
134
- {
135
- title: "Legal",
136
- items: [
137
- { name: "Privacy Policy", url: "pages/privacy-policy" },
138
- { name: "Cookie Policy", url: "pages/cookie-policy" },
139
- { name: "Terms of Use", url: "pages/terms-of-use" },
140
- { name: "EULA", url: "pages/eula" }
141
- ]
142
- }
143
- ]
144
- }
145
- ],
146
- // Social links
147
- socialLinks: [
148
- {
149
- name: "IconInstagram",
150
- url: "https://www.instagram.com/3stepsprod"
151
- },
152
- {
153
- name: "IconYoutube",
154
- url: "https://www.youtube.com/@threestepsproduction"
155
- },
156
- {
157
- name: "IconWhatsapp",
158
- url: "https://api.whatsapp.com/send/?phone=447778784893&text&type=phone_number&app_absent=0"
159
- }
160
- ]
161
- }
162
- }
163
- };
164
73
  const { t, te, tm } = vueI18n.useI18n({
165
- useScope: "global",
166
- messages: text.messages
74
+ useScope: "global"
167
75
  });
168
76
  const iconComponents = {
169
77
  IconInstagram: instagram.default,
@@ -189,57 +97,57 @@ const _sfc_main = {
189
97
  }, null, 8, ["theme"])) : vue.createCommentVNode("", true),
190
98
  vue.createElementVNode("div", _hoisted_2, [
191
99
  vue.createElementVNode("div", _hoisted_3, [
192
- vue.createElementVNode("p", _hoisted_4, vue.toDisplayString(vue.unref(t)("description")), 1),
100
+ vue.createElementVNode("p", _hoisted_4, vue.toDisplayString(vue.unref(t)("footer.description")), 1),
193
101
  vue.createElementVNode("div", _hoisted_5, [
194
102
  vue.createElementVNode("a", {
195
- href: `tel:${vue.unref(t)("phoneNumber").replace(/\s/g, "")}`,
103
+ href: `tel:${vue.unref(t)("footer.phoneNumber").replace(/\s/g, "")}`,
196
104
  class: vue.normalizeClass(["flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70", __props.theme === "light" ? "t-black" : "t-white"])
197
105
  }, [
198
106
  vue.createVNode(IconPhone.default, {
199
107
  class: "i-regular",
200
108
  fill: __props.theme === "light" ? "rgb(var(--black))" : "rgb(var(--white))"
201
109
  }, null, 8, ["fill"]),
202
- vue.createElementVNode("span", _hoisted_7, vue.toDisplayString(vue.unref(t)("phoneNumber")), 1)
110
+ vue.createElementVNode("span", _hoisted_7, vue.toDisplayString(vue.unref(t)("footer.phoneNumber")), 1)
203
111
  ], 10, _hoisted_6),
204
112
  vue.createElementVNode("a", {
205
- href: `mailto:${vue.unref(t)("emailAddress")}`,
113
+ href: `mailto:${vue.unref(t)("footer.emailAddress")}`,
206
114
  class: vue.normalizeClass(["flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70", __props.theme === "light" ? "t-black" : "t-white"])
207
115
  }, [
208
116
  vue.createVNode(IconEmail.default, {
209
117
  class: "i-regular",
210
118
  fill: __props.theme === "light" ? "rgb(var(--black))" : "rgb(var(--white))"
211
119
  }, null, 8, ["fill"]),
212
- vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(vue.unref(t)("emailAddress")), 1)
120
+ vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(vue.unref(t)("footer.emailAddress")), 1)
213
121
  ], 10, _hoisted_8),
214
122
  vue.createElementVNode("div", _hoisted_10, [
215
123
  vue.createVNode(IconTime.default, {
216
124
  class: "i-regular",
217
125
  fill: __props.theme === "light" ? "rgb(var(--black))" : "rgb(var(--white))"
218
126
  }, null, 8, ["fill"]),
219
- vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(vue.unref(t)("hours_text")), 1)
127
+ vue.createElementVNode("span", _hoisted_11, vue.toDisplayString(vue.unref(t)("footer.hours_text")), 1)
220
128
  ])
221
129
  ]),
222
- vue.createElementVNode("h4", _hoisted_12, vue.toDisplayString(vue.unref(t)("app")), 1),
130
+ vue.createElementVNode("h4", _hoisted_12, vue.toDisplayString(vue.unref(t)("footer.app")), 1),
223
131
  vue.createElementVNode("div", _hoisted_13, [
224
- vue.unref(te)("linkAppStore") || vue.unref(te)("label") ? (vue.openBlock(), vue.createElementBlock("a", {
132
+ vue.unref(te)("footer.linkAppStore") || vue.unref(te)("footer.label") ? (vue.openBlock(), vue.createElementBlock("a", {
225
133
  key: 0,
226
- href: vue.unref(te)("linkAppStore") ? vue.unref(t)("linkAppStore") : null,
227
- target: vue.unref(te)("linkAppStore") ? "_blank" : null,
134
+ href: vue.unref(te)("footer.linkAppStore") ? vue.unref(t)("footer.linkAppStore") : null,
135
+ target: vue.unref(te)("footer.linkAppStore") ? "_blank" : null,
228
136
  class: "pos-relative w-100 h-100"
229
137
  }, [
230
- vue.unref(te)("label") ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, vue.toDisplayString(vue.unref(t)("label")), 1)) : vue.createCommentVNode("", true),
138
+ vue.unref(te)("footer.label") ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, vue.toDisplayString(vue.unref(t)("footer.label")), 1)) : vue.createCommentVNode("", true),
231
139
  vue.createVNode(LabelAppStore.default, {
232
140
  class: "w-100 h-max",
233
141
  alt: "Download on App Store"
234
142
  })
235
143
  ], 8, _hoisted_14)) : vue.createCommentVNode("", true),
236
- vue.unref(te)("linkGooglePlay") || vue.unref(te)("label") ? (vue.openBlock(), vue.createElementBlock("a", {
144
+ vue.unref(te)("footer.linkGooglePlay") || vue.unref(te)("footer.label") ? (vue.openBlock(), vue.createElementBlock("a", {
237
145
  key: 1,
238
- href: vue.unref(te)("linkGooglePlay") ? vue.unref(t)("linkGooglePlay") : null,
239
- target: vue.unref(te)("linkGooglePlay") ? "_blank" : null,
146
+ href: vue.unref(te)("footer.linkGooglePlay") ? vue.unref(t)("footer.linkGooglePlay") : null,
147
+ target: vue.unref(te)("footer.linkGooglePlay") ? "_blank" : null,
240
148
  class: "pos-relative w-100 h-100"
241
149
  }, [
242
- vue.unref(te)("label") ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_17, vue.toDisplayString(vue.unref(t)("label")), 1)) : vue.createCommentVNode("", true),
150
+ vue.unref(te)("footer.label") ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_17, vue.toDisplayString(vue.unref(t)("footer.label")), 1)) : vue.createCommentVNode("", true),
243
151
  vue.createVNode(LabelGooglePlay.default, {
244
152
  class: "w-100 h-max",
245
153
  alt: "Download on Google Play"
@@ -248,7 +156,7 @@ const _sfc_main = {
248
156
  ])
249
157
  ]),
250
158
  vue.createElementVNode("div", _hoisted_18, [
251
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(tm)("navigationColumns"), (column, colIndex) => {
159
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(tm)("footer.navigationColumns"), (column, colIndex) => {
252
160
  return vue.openBlock(), vue.createElementBlock("div", {
253
161
  key: colIndex,
254
162
  class: "flex flex-column gap-medium"
@@ -284,17 +192,17 @@ const _sfc_main = {
284
192
  }), 128))
285
193
  ]),
286
194
  vue.createElementVNode("div", _hoisted_21, [
287
- vue.createElementVNode("h4", _hoisted_22, vue.toDisplayString(vue.unref(t)("subscribe")), 1),
288
- vue.createElementVNode("p", _hoisted_23, vue.toDisplayString(vue.unref(t)("subscribe_text")), 1),
195
+ vue.createElementVNode("h4", _hoisted_22, vue.toDisplayString(vue.unref(t)("footer.subscribe")), 1),
196
+ vue.createElementVNode("p", _hoisted_23, vue.toDisplayString(vue.unref(t)("footer.subscribe_text")), 1),
289
197
  vue.createVNode(FieldSubscribeNewsletter.default, {
290
198
  action: "",
291
199
  fieldName: "footer-newsletter",
292
200
  fieldId: "footer-newsletter-email",
293
201
  class: "d-inline-flex mn-b-medium bg-light t-black w-100"
294
202
  }),
295
- vue.createElementVNode("h4", _hoisted_24, vue.toDisplayString(vue.unref(t)("follow")), 1),
203
+ vue.createElementVNode("h4", _hoisted_24, vue.toDisplayString(vue.unref(t)("footer.follow")), 1),
296
204
  vue.createElementVNode("div", _hoisted_25, [
297
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(tm)("socialLinks"), (social) => {
205
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(tm)("footer.socialLinks"), (social) => {
298
206
  return vue.openBlock(), vue.createElementBlock("a", {
299
207
  key: social.name,
300
208
  href: social.url,
@@ -318,13 +226,13 @@ const _sfc_main = {
318
226
  }])
319
227
  }, [
320
228
  vue.createElementVNode("p", _hoisted_27, [
321
- vue.createTextVNode(vue.toDisplayString(vue.unref(t)("year")) + " ", 1),
322
- vue.createElementVNode("span", _hoisted_28, vue.toDisplayString(vue.unref(t)("heart")), 1),
323
- vue.createTextVNode(" " + vue.toDisplayString(vue.unref(t)("copyright")), 1)
229
+ vue.createTextVNode(vue.toDisplayString(vue.unref(t)("footer.year")) + " ", 1),
230
+ vue.createElementVNode("span", _hoisted_28, vue.toDisplayString(vue.unref(t)("footer.heart")), 1),
231
+ vue.createTextVNode(" " + vue.toDisplayString(vue.unref(t)("footer.copyright")), 1)
324
232
  ]),
325
233
  vue.createElementVNode("a", _hoisted_29, [
326
234
  vue.createVNode(Logotype.default, { class: "h-1r w-auto" }),
327
- vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(t)("ozdao")), 1)
235
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(t)("footer.ozdao")), 1)
328
236
  ])
329
237
  ], 2)
330
238
  ], 2);
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.vue.cjs","sources":["../../../../../../../../src/modules/globals/views/components/partials/Footer.vue"],"sourcesContent":["<script setup=\"props\">\nimport { computed, ref } from 'vue'\nimport { useRouter, useRoute } from 'vue-router'\nimport { useI18n } from 'vue-i18n'\n\n// Martyrs Components\nimport FieldSubscribeNewsletter from '@martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue'\n\nimport LabelGooglePlay from '@martyrs/src/modules/icons/labels/LabelGooglePlay.vue';\nimport LabelAppStore from '@martyrs/src/modules/icons/labels/LabelAppStore.vue';\n\nimport IconPhone from '@martyrs/src/modules/icons/entities/IconPhone.vue';\nimport IconEmail from '@martyrs/src/modules/icons/entities/IconEmail.vue';\nimport IconAddress from '@martyrs/src/modules/icons/entities/IconAddress.vue';\nimport IconTime from '@martyrs/src/modules/icons/entities/IconTime.vue';\n\nimport IconInfo from '@martyrs/src/modules/icons/navigation/IconInfo.vue'\nimport IconInstagram from '@martyrs/src/modules/icons/socials/instagram.vue';\nimport IconFacebook from '@martyrs/src/modules/icons/socials/facebook.vue';\nimport IconLinkedin from '@martyrs/src/modules/icons/socials/linkedin.vue'\nimport IconYoutube from '@martyrs/src/modules/icons/socials/youtube.vue'\nimport IconWhatsapp from '@martyrs/src/modules/icons/socials/whatsapp.vue'\n\nimport Logotype from '@martyrs/src/modules/icons/logos/Logotype.vue'\n\n\n// Props\nconst props = defineProps({\n theme: {\n type: String,\n default: \"light\"\n },\n logotype: {\n type: Object\n }\n})\n\n// State\nconst router = useRouter()\nconst route = useRoute()\n\n// Localization\nconst text = {\n locale: 'en',\n messages: {\n en: {\n linkAppStore: 'https://play.google.com/store/apps/details?id=com.threestepsrental.app',\n linkGooglePlay: 'https://play.google.com/store/apps/details?id=com.threestepsrental.app',\n // Contact\n description: \"3SR – Premium Video Gear Rentals for Filmmakers and Content Creators\",\n contact: 'Contact',\n phone: 'Phone / WhatsApp',\n email: 'Email',\n hours: 'Hours',\n hours_text: 'Mon–Sun, 10:00–19:00',\n app: 'Get Our App',\n \n // Subscribe\n subscribe: 'Subscribe',\n subscribe_text: 'Get updates on new equipment and special offers',\n email_placeholder: 'Enter your email',\n follow: 'Follow Us',\n \n // Footer\n year: '2025 ',\n heart: \"❤\",\n copyright: 'Three Steps Studio Ltd. All Rights Reserved.',\n ozdao: 'Builded in OZ DAO',\n \n // Contact info\n phoneNumber: '+44 77 7878 4893',\n emailAddress: \"info{'@'}3stepsprod.com\",\n \n // Navigation columns\n navigationColumns: [\n {\n sections: [\n {\n title: 'Equipment',\n items: [\n { name: 'Cameras', url: 'products/categories/cameras' },\n { name: 'Lighting', url: 'products/categories/lighting-kits' },\n { name: 'Stabilizers', url: 'products/categories/stabilization-motion' },\n { name: 'Accessories', url: 'products/categories/accessories' }\n ]\n },\n {\n title: 'Services',\n items: [\n { name: 'Kits & Packages', url: 'products/categories/kits-packages' },\n { name: 'Studio Hire', url: 'products/categories/studio-hire' },\n { name: 'Delivery', url: 'products/categories/delivery' },\n { name: 'Production Help', url: 'products/categories/production-help' }\n ]\n }\n ]\n },\n {\n sections: [\n {\n title: 'Company',\n items: [\n { name: 'About Us', url: 'pages/about' },\n { name: 'Contact', url: 'pages/contact' },\n { name: 'FAQ', url: 'pages/faq' },\n { name: 'Blog', url: '/community' }\n ]\n },\n {\n title: 'Legal',\n items: [\n { name: 'Privacy Policy', url: 'pages/privacy-policy' },\n { name: 'Cookie Policy', url: 'pages/cookie-policy' },\n { name: 'Terms of Use', url: 'pages/terms-of-use' },\n { name: 'EULA', url: 'pages/eula' }\n ]\n }\n ]\n }\n ],\n \n // Social links\n socialLinks: [\n { \n name: 'IconInstagram',\n url: 'https://www.instagram.com/3stepsprod'\n },\n { \n name: 'IconYoutube',\n url: 'https://www.youtube.com/@threestepsproduction'\n },\n { \n name: 'IconWhatsapp',\n url: 'https://api.whatsapp.com/send/?phone=447778784893&text&type=phone_number&app_absent=0'\n }\n ]\n }\n }\n}\n\nconst { t, te, tm } = useI18n({\n useScope: 'global',\n messages: text.messages\n})\n\n// Component mapping for social icons\nconst iconComponents = {\n IconInstagram,\n IconFacebook,\n IconLinkedin,\n IconYoutube,\n IconWhatsapp\n}\n</script>\n\n<template>\n <footer \n class=\"\n w-100\n br-t br-solid\n \"\n :class=\"{\n 't-black bg-white br-light': theme === 'light',\n 't-white bg-black br-dark': theme === 'dark' \n }\"\n >\n <div class=\"pd-medium\">\n <!-- Top Section -->\n <component\n v-if=\"logotype\"\n :is=\"logotype\"\n @click=\"router.push({ path: '/' })\" \n :theme=\"theme\"\n class=\"cursor-pointer h-3r mn-b-medium\"\n />\n\n <div class=\"grid cols-3-footer tablet:cols-2 mobile:cols-1 gap-extra mobile:gap-big\">\n \n <!-- Contact Block -->\n <div class=\"col w-max-15r\">\n <p class=\"p-semi t-medium mn-b-semi\">{{ t('description') }}</p>\n \n <div class=\"mn-b-semi flex flex-column gap-small\">\n <a \n :href=\"`tel:${t('phoneNumber').replace(/\\s/g, '')}`\" \n class=\"flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70\"\n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n <IconPhone class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('phoneNumber') }}</span>\n </a>\n \n <a \n :href=\"`mailto:${t('emailAddress')}`\" \n class=\"flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70\"\n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n <IconEmail class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('emailAddress') }}</span>\n </a>\n \n <div class=\"flex mn-b-micro gap-micro flex-v-center\">\n <IconTime class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('hours_text') }}</span>\n </div>\n </div>\n\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('app') }}</h4>\n <div class=\"w-100 flex-nowrap flex gap-thin\">\n <a \n v-if=\"te('linkAppStore') || te('label')\"\n :href=\"te('linkAppStore') ? t('linkAppStore') : null\" \n :target=\"te('linkAppStore') ? '_blank' : null\" \n class=\"pos-relative w-100 h-100\"\n > \n <span \n v-if=\"te('label')\"\n class=\"z-index-2 radius-medium bg-main t-medium uppercase pd-thin pos-absolute pos-r-10-negative pos-t-10-negative\"\n >\n {{ t('label') }}\n </span>\n <LabelAppStore class=\"w-100 h-max\" alt=\"Download on App Store\"/>\n </a>\n\n <a \n v-if=\"te('linkGooglePlay') || te('label')\"\n :href=\"te('linkGooglePlay') ? t('linkGooglePlay') : null\" \n :target=\"te('linkGooglePlay') ? '_blank' : null\" \n class=\"pos-relative w-100 h-100\"\n > \n <span \n v-if=\"te('label')\"\n class=\"z-index-2 pd-thin radius-medium bg-main t-medium uppercase pos-absolute pos-r-10-negative pos-t-10-negative\"\n >\n {{ t('label') }}\n </span>\n <LabelGooglePlay class=\"w-100 h-max\" alt=\"Download on Google Play\"/>\n </a>\n </div>\n </div>\n\n <!-- Navigation Columns -->\n <div class=\"cols-2 gap-big\">\n <div v-for=\"(column, colIndex) in tm('navigationColumns')\" :key=\"colIndex\" class=\"flex flex-column gap-medium\">\n <div v-for=\"(section, sectionIndex) in column.sections\" :key=\"sectionIndex\" class=\"\">\n <h4 class=\"h5 t-medium mn-b-regular\">{{ section.title }}</h4>\n <nav>\n <ul class=\"flex flex-column gap-thin\">\n <li v-for=\"item in section.items\" :key=\"item.url\">\n <router-link \n :to=\"`/${item.url}`\" \n class=\"t-small transition-opacity hover-opacity-70\" \n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n {{ item.name }}\n </router-link>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n\n <!-- Subscribe Block -->\n <div class=\"col\">\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('subscribe') }}</h4>\n <p class=\"t-small mn-b-small t-transp\">{{ t('subscribe_text') }}</p>\n \n <FieldSubscribeNewsletter\n :action=\"''\"\n fieldName=\"footer-newsletter\"\n fieldId=\"footer-newsletter-email\"\n class=\"d-inline-flex mn-b-medium bg-light t-black w-100\"\n />\n\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('follow') }}</h4>\n <!-- Social Links -->\n <div class=\"flex gap-thin\">\n <a \n v-for=\"social in tm('socialLinks')\"\n :key=\"social.name\"\n :href=\"social.url\" \n target=\"_blank\"\n class=\"\n w-3r h-3r \n flex flex-center \n radius-small\n bg-light \n transition-opacity\n hover-opacity-70\n \"\n >\n <component\n :is=\"iconComponents[social.name]\"\n class=\"i-semi\"\n :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\"\n />\n </a>\n </div>\n </div>\n </div>\n </div>\n\n <!-- Bottom Section -->\n <div class=\"\n pd-medium \n br-t \n br-solid\n flex \n flex-justify-between \n flex-v-center\n flex-nowrap\n mobile:flex-column \n mobile:flex-align-start\n mobile:gap-small\n \"\n :class=\"{\n 'br-light': theme === 'light',\n 'br-dark': theme === 'dark'\n }\"\n >\n <!-- Copyright -->\n <p class=\"t-small t-medium uppercase\">\n {{ t('year') }} \n <span class=\"t-main copyleft\">{{ t('heart') }}</span> \n {{ t('copyright') }} \n </p>\n\n <a href=\"https://ozdao.dev\" target=\"_blank\" rel=\"noopener\" class=\"flex-nowrap flex-v-center flex t-medium gap-thin br-1px br-light pd-thin radius-thin\">\n <Logotype class=\"h-1r w-auto\"/>\n <span>{{ t('ozdao') }}</span>\n </a>\n </div>\n </footer>\n</template>\n\n<style lang=\"scss\">\n.cols-3-footer {\n grid-template-columns: 5fr 7fr 4fr;\n}\n</style>"],"names":["useRouter","useRoute","useI18n","IconInstagram","IconFacebook","IconLinkedin","IconYoutube","IconWhatsapp"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,UAAM,SAASA,UAAAA,UAAS;AACVC,cAAAA,SAAQ;AAGtB,UAAM,OAAO;AAAA,MAEX,UAAU;AAAA,QACR,IAAI;AAAA,UACF,cAAc;AAAA,UACd,gBAAgB;AAAA;AAAA,UAEhB,aAAa;AAAA,UACb,SAAS;AAAA,UACT,OAAO;AAAA,UACP,OAAO;AAAA,UACP,OAAO;AAAA,UACP,YAAY;AAAA,UACZ,KAAK;AAAA;AAAA,UAGL,WAAW;AAAA,UACX,gBAAgB;AAAA,UAChB,mBAAmB;AAAA,UACnB,QAAQ;AAAA;AAAA,UAGR,MAAM;AAAA,UACN,OAAO;AAAA,UACP,WAAW;AAAA,UACX,OAAO;AAAA;AAAA,UAGP,aAAa;AAAA,UACb,cAAc;AAAA;AAAA,UAGd,mBAAmB;AAAA,YACjB;AAAA,cACE,UAAU;AAAA,gBACR;AAAA,kBACE,OAAO;AAAA,kBACP,OAAO;AAAA,oBACL,EAAE,MAAM,WAAW,KAAK,8BAA6B;AAAA,oBACrD,EAAE,MAAM,YAAY,KAAK,oCAAmC;AAAA,oBAC5D,EAAE,MAAM,eAAe,KAAK,2CAA0C;AAAA,oBACtE,EAAE,MAAM,eAAe,KAAK,kCAAiC;AAAA,kBAC7E;AAAA,gBACA;AAAA,gBACY;AAAA,kBACE,OAAO;AAAA,kBACP,OAAO;AAAA,oBACL,EAAE,MAAM,mBAAmB,KAAK,oCAAmC;AAAA,oBACnE,EAAE,MAAM,eAAe,KAAK,kCAAiC;AAAA,oBAC7D,EAAE,MAAM,YAAY,KAAK,+BAA8B;AAAA,oBACvD,EAAE,MAAM,mBAAmB,KAAK,sCAAqC;AAAA,kBACrF;AAAA,gBACA;AAAA,cACA;AAAA,YACA;AAAA,YACQ;AAAA,cACE,UAAU;AAAA,gBACR;AAAA,kBACE,OAAO;AAAA,kBACP,OAAO;AAAA,oBACL,EAAE,MAAM,YAAY,KAAK,cAAa;AAAA,oBACtC,EAAE,MAAM,WAAW,KAAK,gBAAe;AAAA,oBACvC,EAAE,MAAM,OAAO,KAAK,YAAW;AAAA,oBAC/B,EAAE,MAAM,QAAQ,KAAK,aAAY;AAAA,kBACjD;AAAA,gBACA;AAAA,gBACY;AAAA,kBACE,OAAO;AAAA,kBACP,OAAO;AAAA,oBACL,EAAE,MAAM,kBAAkB,KAAK,uBAAsB;AAAA,oBACrD,EAAE,MAAM,iBAAiB,KAAK,sBAAqB;AAAA,oBACnD,EAAE,MAAM,gBAAgB,KAAK,qBAAoB;AAAA,oBACjD,EAAE,MAAM,QAAQ,KAAK,aAAY;AAAA,kBACjD;AAAA,gBACA;AAAA,cACA;AAAA,YACA;AAAA,UACA;AAAA;AAAA,UAGM,aAAa;AAAA,YACX;AAAA,cACE,MAAM;AAAA,cACN,KAAK;AAAA,YACf;AAAA,YACQ;AAAA,cACE,MAAM;AAAA,cACN,KAAK;AAAA,YACf;AAAA,YACQ;AAAA,cACE,MAAM;AAAA,cACN,KAAK;AAAA,YACf;AAAA,UACA;AAAA,QACA;AAAA,MACA;AAAA,IACA;AAEA,UAAM,EAAE,GAAG,IAAI,GAAE,IAAKC,QAAAA,QAAQ;AAAA,MAC5B,UAAU;AAAA,MACV,UAAU,KAAK;AAAA,IACjB,CAAC;AAGD,UAAM,iBAAiB;AAAA,MACvB,eAAEC,UAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,MACF,aAAEC,QAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Footer.vue.cjs","sources":["../../../../../../../../src/modules/globals/views/components/partials/Footer.vue"],"sourcesContent":["<script setup=\"props\">\nimport { computed, ref } from 'vue'\nimport { useRouter, useRoute } from 'vue-router'\nimport { useI18n } from 'vue-i18n'\n\n// Martyrs Components\nimport FieldSubscribeNewsletter from '@martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue'\n\nimport LabelGooglePlay from '@martyrs/src/modules/icons/labels/LabelGooglePlay.vue';\nimport LabelAppStore from '@martyrs/src/modules/icons/labels/LabelAppStore.vue';\n\nimport IconPhone from '@martyrs/src/modules/icons/entities/IconPhone.vue';\nimport IconEmail from '@martyrs/src/modules/icons/entities/IconEmail.vue';\nimport IconAddress from '@martyrs/src/modules/icons/entities/IconAddress.vue';\nimport IconTime from '@martyrs/src/modules/icons/entities/IconTime.vue';\n\nimport IconInfo from '@martyrs/src/modules/icons/navigation/IconInfo.vue'\nimport IconInstagram from '@martyrs/src/modules/icons/socials/instagram.vue';\nimport IconFacebook from '@martyrs/src/modules/icons/socials/facebook.vue';\nimport IconLinkedin from '@martyrs/src/modules/icons/socials/linkedin.vue'\nimport IconYoutube from '@martyrs/src/modules/icons/socials/youtube.vue'\nimport IconWhatsapp from '@martyrs/src/modules/icons/socials/whatsapp.vue'\n\nimport Logotype from '@martyrs/src/modules/icons/logos/Logotype.vue'\n\n\n// Props\nconst props = defineProps({\n theme: {\n type: String,\n default: \"light\"\n },\n logotype: {\n type: Object\n }\n})\n\n// State\nconst router = useRouter()\nconst route = useRoute()\n\nconst { t, te, tm } = useI18n({\n useScope: 'global'\n})\n\n// Component mapping for social icons\nconst iconComponents = {\n IconInstagram,\n IconFacebook,\n IconLinkedin,\n IconYoutube,\n IconWhatsapp\n}\n</script>\n\n<template>\n <footer \n class=\"\n w-100\n br-t br-solid\n \"\n :class=\"{\n 't-black bg-white br-light': theme === 'light',\n 't-white bg-black br-dark': theme === 'dark' \n }\"\n >\n <div class=\"pd-medium\">\n <!-- Top Section -->\n <component\n v-if=\"logotype\"\n :is=\"logotype\"\n @click=\"router.push({ path: '/' })\" \n :theme=\"theme\"\n class=\"cursor-pointer h-3r mn-b-medium\"\n />\n\n <div class=\"grid cols-3-footer tablet:cols-2 mobile:cols-1 gap-extra mobile:gap-big\">\n \n <!-- Contact Block -->\n <div class=\"col w-max-15r\">\n <p class=\"p-semi t-medium mn-b-semi\">{{ t('footer.description') }}</p>\n \n <div class=\"mn-b-semi flex flex-column gap-small\">\n <a \n :href=\"`tel:${t('footer.phoneNumber').replace(/\\s/g, '')}`\" \n class=\"flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70\"\n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n <IconPhone class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('footer.phoneNumber') }}</span>\n </a>\n \n <a \n :href=\"`mailto:${t('footer.emailAddress')}`\" \n class=\"flex mn-b-micro gap-micro flex-v-center transition-opacity hover-opacity-70\"\n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n <IconEmail class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('footer.emailAddress') }}</span>\n </a>\n \n <div class=\"flex mn-b-micro gap-micro flex-v-center\">\n <IconTime class=\"i-regular\" :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\" />\n <span class=\"t-small\">{{ t('footer.hours_text') }}</span>\n </div>\n </div>\n\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('footer.app') }}</h4>\n <div class=\"w-100 flex-nowrap flex gap-thin\">\n <a \n v-if=\"te('footer.linkAppStore') || te('footer.label')\"\n :href=\"te('footer.linkAppStore') ? t('footer.linkAppStore') : null\" \n :target=\"te('footer.linkAppStore') ? '_blank' : null\" \n class=\"pos-relative w-100 h-100\"\n > \n <span \n v-if=\"te('footer.label')\"\n class=\"z-index-2 radius-medium bg-main t-medium uppercase pd-thin pos-absolute pos-r-10-negative pos-t-10-negative\"\n >\n {{ t('footer.label') }}\n </span>\n <LabelAppStore class=\"w-100 h-max\" alt=\"Download on App Store\"/>\n </a>\n\n <a \n v-if=\"te('footer.linkGooglePlay') || te('footer.label')\"\n :href=\"te('footer.linkGooglePlay') ? t('footer.linkGooglePlay') : null\" \n :target=\"te('footer.linkGooglePlay') ? '_blank' : null\" \n class=\"pos-relative w-100 h-100\"\n > \n <span \n v-if=\"te('footer.label')\"\n class=\"z-index-2 pd-thin radius-medium bg-main t-medium uppercase pos-absolute pos-r-10-negative pos-t-10-negative\"\n >\n {{ t('footer.label') }}\n </span>\n <LabelGooglePlay class=\"w-100 h-max\" alt=\"Download on Google Play\"/>\n </a>\n </div>\n </div>\n\n <!-- Navigation Columns -->\n <div class=\"cols-2 gap-big\">\n <div v-for=\"(column, colIndex) in tm('footer.navigationColumns')\" :key=\"colIndex\" class=\"flex flex-column gap-medium\">\n <div v-for=\"(section, sectionIndex) in column.sections\" :key=\"sectionIndex\" class=\"\">\n <h4 class=\"h5 t-medium mn-b-regular\">{{ section.title }}</h4>\n <nav>\n <ul class=\"flex flex-column gap-thin\">\n <li v-for=\"item in section.items\" :key=\"item.url\">\n <router-link \n :to=\"`/${item.url}`\" \n class=\"t-small transition-opacity hover-opacity-70\" \n :class=\"theme === 'light' ? 't-black' : 't-white'\"\n >\n {{ item.name }}\n </router-link>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n\n <!-- Subscribe Block -->\n <div class=\"col\">\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('footer.subscribe') }}</h4>\n <p class=\"t-small mn-b-small t-transp\">{{ t('footer.subscribe_text') }}</p>\n \n <FieldSubscribeNewsletter\n :action=\"''\"\n fieldName=\"footer-newsletter\"\n fieldId=\"footer-newsletter-email\"\n class=\"d-inline-flex mn-b-medium bg-light t-black w-100\"\n />\n\n <h4 class=\"h5 t-medium mn-b-regular\">{{ t('footer.follow') }}</h4>\n <!-- Social Links -->\n <div class=\"flex gap-thin\">\n <a \n v-for=\"social in tm('footer.socialLinks')\"\n :key=\"social.name\"\n :href=\"social.url\" \n target=\"_blank\"\n class=\"\n w-3r h-3r \n flex flex-center \n radius-small\n bg-light \n transition-opacity\n hover-opacity-70\n \"\n >\n <component\n :is=\"iconComponents[social.name]\"\n class=\"i-semi\"\n :fill=\"theme === 'light' ? 'rgb(var(--black))' : 'rgb(var(--white))'\"\n />\n </a>\n </div>\n </div>\n </div>\n </div>\n\n <!-- Bottom Section -->\n <div class=\"\n pd-medium \n br-t \n br-solid\n flex \n flex-justify-between \n flex-v-center\n flex-nowrap\n mobile:flex-column \n mobile:flex-align-start\n mobile:gap-small\n \"\n :class=\"{\n 'br-light': theme === 'light',\n 'br-dark': theme === 'dark'\n }\"\n >\n <!-- Copyright -->\n <p class=\"t-small t-medium uppercase\">\n {{ t('footer.year') }} \n <span class=\"t-main copyleft\">{{ t('footer.heart') }}</span> \n {{ t('footer.copyright') }} \n </p>\n\n <a href=\"https://ozdao.dev\" target=\"_blank\" rel=\"noopener\" class=\"flex-nowrap flex-v-center flex t-medium gap-thin br-1px br-light pd-thin radius-thin\">\n <Logotype class=\"h-1r w-auto\"/>\n <span>{{ t('footer.ozdao') }}</span>\n </a>\n </div>\n </footer>\n</template>\n\n<style lang=\"scss\">\n.cols-3-footer {\n grid-template-columns: 5fr 7fr 4fr;\n}\n</style>"],"names":["useRouter","useRoute","useI18n","IconInstagram","IconFacebook","IconLinkedin","IconYoutube","IconWhatsapp"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA,UAAM,SAASA,UAAAA,UAAS;AACVC,cAAAA,SAAQ;AAEtB,UAAM,EAAE,GAAG,IAAI,GAAE,IAAKC,QAAAA,QAAQ;AAAA,MAC5B,UAAU;AAAA,IACZ,CAAC;AAGD,UAAM,iBAAiB;AAAA,MACvB,eAAEC,UAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,MACF,aAAEC,QAAAA;AAAAA,MACF,cAAEC,SAAAA;AAAAA,IACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}