@ozdao/martyrs 0.2.551 → 0.2.553

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 (1667) hide show
  1. package/dist/__vite-browser-external-l0sNRNKZ.js +1 -0
  2. package/dist/builder.js +86 -4
  3. package/dist/{main-BkG7nL3U.js → main-Bywjlw2D.js} +1891 -1861
  4. package/dist/martyrs/src/components/Button/Button.vue2.js +1 -1
  5. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js +4 -2
  6. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -1
  7. package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
  8. package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
  9. package/dist/martyrs/src/components/FieldPhone/click-outside.js +3 -1
  10. package/dist/martyrs/src/components/FieldPhone/click-outside.js.map +1 -1
  11. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js +1 -1
  12. package/dist/martyrs/src/components/FieldTags/{FieldTags.vue2.js → FieldTags.vue.js} +2 -2
  13. package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js.map +1 -0
  14. package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
  15. package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
  16. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js +1 -1
  17. package/dist/martyrs/src/components/Media/Media.vue.js +19 -6
  18. package/dist/martyrs/src/components/Media/Media.vue.js.map +1 -1
  19. package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue2.js → SelectMulti.vue.js} +2 -2
  20. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +1 -0
  21. package/dist/martyrs/src/components/UploadImage/{UploadImage.vue2.js → UploadImage.vue.js} +3 -3
  22. package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -0
  23. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +4 -3
  24. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
  25. package/dist/martyrs/src/modules/auth/auth.client.js +13 -1
  26. package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
  27. package/dist/martyrs/src/modules/auth/auth.router.js +4 -12
  28. package/dist/martyrs/src/modules/auth/auth.router.js.map +1 -1
  29. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
  30. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
  31. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +12 -10
  32. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
  33. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
  34. package/dist/martyrs/src/modules/auth/views/store/auth.js +17 -10
  35. package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
  36. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +1 -1
  37. package/dist/martyrs/src/modules/chats/store/chat.store.js +9 -9
  38. package/dist/martyrs/src/modules/chats/store/chat.store.js.map +1 -1
  39. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
  40. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +10 -9
  41. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
  42. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
  43. package/dist/martyrs/src/modules/core/core.client.js +29 -30
  44. package/dist/martyrs/src/modules/core/core.client.js.map +1 -1
  45. package/dist/martyrs/src/modules/core/views/classes/core.app.js +62 -22
  46. package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
  47. package/dist/martyrs/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +1 -1
  48. package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js.map +1 -0
  49. package/dist/martyrs/src/modules/core/views/classes/{module-registry.js → module.manager.js} +47 -8
  50. package/dist/martyrs/src/modules/core/views/classes/module.manager.js.map +1 -0
  51. package/dist/martyrs/src/modules/core/views/classes/{session.js → session.manager.js} +3 -3
  52. package/dist/martyrs/src/modules/core/views/classes/session.manager.js.map +1 -0
  53. package/dist/martyrs/src/modules/core/views/classes/{core.store.js → store.manager.js} +3 -3
  54. package/dist/martyrs/src/modules/core/views/classes/store.manager.js.map +1 -0
  55. package/dist/martyrs/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +5 -4
  56. package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -0
  57. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +1 -1
  58. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +4 -3
  59. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
  60. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
  61. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +3 -2
  62. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js.map +1 -1
  63. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +34 -25
  64. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
  65. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +10 -9
  66. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js.map +1 -1
  67. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js +6 -5
  68. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
  69. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +10 -9
  70. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
  71. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js +7 -6
  72. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js.map +1 -1
  73. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +28 -9
  74. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
  75. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -6
  76. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js.map +1 -1
  77. package/dist/martyrs/src/modules/core/views/mixins/mixins.js +7 -6
  78. package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
  79. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  80. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js.map +1 -1
  81. package/dist/martyrs/src/modules/core/views/store/core.store.js +157 -140
  82. package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
  83. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +51 -5
  84. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
  85. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +3 -3
  86. package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
  87. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +1 -1
  88. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
  89. package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
  90. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
  91. package/dist/martyrs/src/modules/gallery/store/gallery.js +2 -2
  92. package/dist/martyrs/src/modules/gallery/store/gallery.js.map +1 -1
  93. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +6 -5
  94. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
  95. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js +2 -2
  96. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js.map +1 -1
  97. package/dist/martyrs/src/modules/landing/landing.client.js +1 -1
  98. package/dist/martyrs/src/modules/landing/landing.client.js.map +1 -1
  99. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +4 -3
  100. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js.map +1 -1
  101. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js +9 -8
  102. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js.map +1 -1
  103. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +1 -1
  104. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +1 -1
  105. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
  106. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +7 -6
  107. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
  108. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +8 -7
  109. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
  110. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +7 -6
  111. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
  112. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +7 -6
  113. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
  114. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
  115. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +4 -3
  116. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
  117. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +5 -4
  118. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
  119. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +1 -1
  120. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
  121. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
  122. package/dist/martyrs/src/modules/music/music.client.js +4 -4
  123. package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
  124. package/dist/martyrs/src/modules/music/music.router.js +2 -4
  125. package/dist/martyrs/src/modules/music/music.router.js.map +1 -1
  126. package/dist/martyrs/src/modules/music/store/albums.js +2 -2
  127. package/dist/martyrs/src/modules/music/store/albums.js.map +1 -1
  128. package/dist/martyrs/src/modules/music/store/artists.js +2 -2
  129. package/dist/martyrs/src/modules/music/store/artists.js.map +1 -1
  130. package/dist/martyrs/src/modules/music/store/genres.js +2 -2
  131. package/dist/martyrs/src/modules/music/store/genres.js.map +1 -1
  132. package/dist/martyrs/src/modules/music/store/player.js +11 -11
  133. package/dist/martyrs/src/modules/music/store/player.js.map +1 -1
  134. package/dist/martyrs/src/modules/music/store/playlists.js +2 -2
  135. package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -1
  136. package/dist/martyrs/src/modules/music/store/tracks.js +2 -2
  137. package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -1
  138. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +7 -7
  139. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
  140. package/dist/martyrs/src/modules/notifications/notifications.client.js +17 -8
  141. package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
  142. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +5 -4
  143. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
  144. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
  145. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +20 -18
  146. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
  147. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +36 -35
  148. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
  149. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +3 -2
  150. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
  151. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +8 -7
  152. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
  153. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +6 -5
  154. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
  155. package/dist/martyrs/src/modules/orders/orders.client.js +1 -1
  156. package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
  157. package/dist/martyrs/src/modules/orders/store/applications.js +2 -2
  158. package/dist/martyrs/src/modules/orders/store/applications.js.map +1 -1
  159. package/dist/martyrs/src/modules/orders/store/customers.store.js +2 -2
  160. package/dist/martyrs/src/modules/orders/store/customers.store.js.map +1 -1
  161. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -34
  162. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
  163. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  164. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
  165. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +5 -4
  166. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
  167. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +8 -7
  168. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
  169. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -33
  170. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
  171. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +10 -38
  172. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
  173. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +8 -31
  174. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
  175. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  176. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
  177. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
  178. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
  179. package/dist/martyrs/src/modules/organizations/organizations.client.js +12 -0
  180. package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
  181. package/dist/martyrs/src/modules/organizations/store/departments.store.js +2 -2
  182. package/dist/martyrs/src/modules/organizations/store/departments.store.js.map +1 -1
  183. package/dist/martyrs/src/modules/organizations/store/invites.store.js +2 -2
  184. package/dist/martyrs/src/modules/organizations/store/invites.store.js.map +1 -1
  185. package/dist/martyrs/src/modules/organizations/store/memberships.store.js +2 -2
  186. package/dist/martyrs/src/modules/organizations/store/memberships.store.js.map +1 -1
  187. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
  188. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +1 -1
  189. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
  190. package/dist/martyrs/src/modules/products/components/elements/{THC.vue2.js → THC.vue.js} +2 -2
  191. package/dist/martyrs/src/modules/products/components/elements/THC.vue.js.map +1 -0
  192. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +13 -12
  193. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
  194. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +7 -6
  195. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
  196. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +1 -1
  197. package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
  198. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +3 -2
  199. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
  200. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.js +1 -1
  201. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +9 -8
  202. package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
  203. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +7 -6
  204. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js.map +1 -1
  205. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +7 -6
  206. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js.map +1 -1
  207. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.js +1 -1
  208. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -7
  209. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js.map +1 -1
  210. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
  211. package/dist/martyrs/src/modules/products/store/variants.store.js +2 -2
  212. package/dist/martyrs/src/modules/products/store/variants.store.js.map +1 -1
  213. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +8 -7
  214. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
  215. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +16 -15
  216. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js.map +1 -1
  217. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
  218. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +10 -9
  219. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
  220. package/dist/martyrs.css +1 -1
  221. package/dist/martyrs.es.js +1 -1
  222. package/dist/style.css +70 -41
  223. package/dist/{web-DvmEV7zh.js → web-i9sCtYxS.js} +1 -1
  224. package/package.json +1 -1
  225. package/src/builder/modes/ssr.prod.js +57 -3
  226. package/src/builder/modes/ssr.rspack.dev.js +63 -7
  227. package/src/builder/rspack/rspack.config.ssr.client.js +18 -5
  228. package/src/components/Dropdown/Dropdown.vue +4 -2
  229. package/src/components/FieldPhone/click-outside.js +3 -1
  230. package/src/components/Media/Media.vue +84 -56
  231. package/src/components/UploadImageMultiple/UploadImageMultiple.vue +2 -1
  232. package/src/modules/auth/auth.client.js +19 -1
  233. package/src/modules/auth/auth.router.js +5 -11
  234. package/src/modules/auth/views/components/pages/ProfileEdit.old.vue +3 -1
  235. package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +5 -3
  236. package/src/modules/auth/views/store/auth.js +22 -13
  237. package/src/modules/chats/store/chat.store.js +10 -10
  238. package/src/modules/community/components/pages/Posts.vue +2 -1
  239. package/src/modules/core/TASK.MD +3 -1
  240. package/src/modules/core/core.client.js +15 -10
  241. package/src/modules/core/views/classes/core.app.js +94 -82
  242. package/src/modules/core/views/classes/{module-registry.js → module.manager.js} +70 -13
  243. package/src/modules/core/views/classes/{session.js → session.manager.js} +2 -2
  244. package/src/modules/core/views/classes/{core.store.js → store.manager.js} +2 -2
  245. package/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +4 -3
  246. package/src/modules/core/views/components/blocks/HelpCard.vue +4 -2
  247. package/src/modules/core/views/components/layouts/App.vue +6 -4
  248. package/src/modules/core/views/components/layouts/Client.vue +52 -35
  249. package/src/modules/core/views/components/partials/Header.vue +9 -7
  250. package/src/modules/core/views/components/partials/LocationSelection.vue +7 -5
  251. package/src/modules/core/views/components/partials/Navigation.vue +5 -4
  252. package/src/modules/core/views/components/partials/NavigationBar.vue +5 -3
  253. package/src/modules/core/views/components/partials/Sidebar.vue +56 -9
  254. package/src/modules/core/views/mixins/mixins.js +3 -2
  255. package/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
  256. package/src/modules/core/views/store/core.store.js +218 -186
  257. package/src/modules/core/views/utils/vue-app-renderer.js +78 -8
  258. package/src/modules/gallery/store/gallery.js +2 -2
  259. package/src/modules/governance/views/components/pages/VotingCreate.vue +2 -2
  260. package/src/modules/inventory/components/pages/InventoryEdit.vue +3 -2
  261. package/src/modules/inventory/store/stock.alerts.store.js +2 -2
  262. package/src/modules/landing/landing.client.js +1 -1
  263. package/src/modules/marketplace/views/components/layouts/Marketplace.vue +2 -1
  264. package/src/modules/marketplace/views/components/pages/Catalog.vue +2 -1
  265. package/src/modules/music/components/cards/TrackListCard.vue +1 -1
  266. package/src/modules/music/components/forms/AlbumForm.vue +8 -6
  267. package/src/modules/music/components/forms/ArtistForm.vue +8 -6
  268. package/src/modules/music/components/forms/PlaylistForm.vue +8 -6
  269. package/src/modules/music/components/forms/TrackForm.vue +8 -6
  270. package/src/modules/music/components/pages/Artist.vue +5 -3
  271. package/src/modules/music/components/pages/Playlist.vue +6 -4
  272. package/src/modules/music/music.client.js +4 -4
  273. package/src/modules/music/music.router.js +4 -1
  274. package/src/modules/music/store/albums.js +2 -2
  275. package/src/modules/music/store/artists.js +2 -2
  276. package/src/modules/music/store/genres.js +2 -2
  277. package/src/modules/music/store/player.js +11 -11
  278. package/src/modules/music/store/playlists.js +2 -2
  279. package/src/modules/music/store/tracks.js +2 -2
  280. package/src/modules/notifications/components/layouts/NotificationsLayout.vue +7 -7
  281. package/src/modules/notifications/notifications.client.js +22 -8
  282. package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +6 -4
  283. package/src/modules/orders/components/pages/OrderBackoffice.vue +21 -19
  284. package/src/modules/orders/components/pages/OrderCreate.vue +13 -12
  285. package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +6 -4
  286. package/src/modules/orders/components/partials/ShopCart.vue +8 -7
  287. package/src/modules/orders/components/sections/FormDelivery.vue +8 -6
  288. package/src/modules/orders/orders.client.js +1 -1
  289. package/src/modules/orders/store/applications.js +2 -2
  290. package/src/modules/orders/store/customers.store.js +2 -2
  291. package/src/modules/organizations/CLAUDE.md +4 -4
  292. package/src/modules/organizations/components/blocks/CardOrganization.vue +2 -2
  293. package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +7 -5
  294. package/src/modules/organizations/components/forms/DepartmentForm.vue +7 -5
  295. package/src/modules/organizations/components/pages/Members.vue +4 -2
  296. package/src/modules/organizations/components/pages/Organization.vue +4 -2
  297. package/src/modules/organizations/organizations.client.js +18 -0
  298. package/src/modules/organizations/store/departments.store.js +2 -2
  299. package/src/modules/organizations/store/invites.store.js +2 -2
  300. package/src/modules/organizations/store/memberships.store.js +2 -2
  301. package/src/modules/pages/views/store/pages.store.js +2 -2
  302. package/src/modules/products/components/pages/Categories.vue +6 -5
  303. package/src/modules/products/components/pages/CategoryEdit.vue +6 -5
  304. package/src/modules/products/components/pages/Product.vue +1 -1
  305. package/src/modules/products/components/pages/ProductEdit.vue +2 -1
  306. package/src/modules/products/components/pages/Products.vue +8 -7
  307. package/src/modules/products/components/sections/EditIngredients.vue +7 -6
  308. package/src/modules/products/components/sections/EditRecommended.vue +4 -3
  309. package/src/modules/products/components/sections/ProductsPopular.vue +2 -2
  310. package/src/modules/products/components/sections/ProductsRecommended.vue +1 -7
  311. package/src/modules/products/products.router.js +0 -1
  312. package/src/modules/products/store/variants.store.js +2 -2
  313. package/src/modules/spots/components/layouts/Spots.vue +6 -4
  314. package/src/modules/spots/components/pages/Map.vue +9 -7
  315. package/src/modules/spots/components/pages/Spots.vue +6 -4
  316. package/dist/_virtual/_commonjsHelpers.cjs +0 -9
  317. package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
  318. package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -11
  319. package/dist/_virtual/_plugin-vue_export-helper.cjs.map +0 -1
  320. package/dist/_virtual/alignment-pattern.cjs +0 -5
  321. package/dist/_virtual/alignment-pattern.cjs.map +0 -1
  322. package/dist/_virtual/browser.cjs +0 -8
  323. package/dist/_virtual/browser.cjs.map +0 -1
  324. package/dist/_virtual/browser2.cjs +0 -5
  325. package/dist/_virtual/browser2.cjs.map +0 -1
  326. package/dist/_virtual/canvas.cjs +0 -5
  327. package/dist/_virtual/canvas.cjs.map +0 -1
  328. package/dist/_virtual/dayjs.min.cjs +0 -8
  329. package/dist/_virtual/dayjs.min.cjs.map +0 -1
  330. package/dist/_virtual/dayjs.min2.cjs +0 -5
  331. package/dist/_virtual/dayjs.min2.cjs.map +0 -1
  332. package/dist/_virtual/dijkstra.cjs +0 -5
  333. package/dist/_virtual/dijkstra.cjs.map +0 -1
  334. package/dist/_virtual/error-correction-code.cjs +0 -5
  335. package/dist/_virtual/error-correction-code.cjs.map +0 -1
  336. package/dist/_virtual/error-correction-level.cjs +0 -5
  337. package/dist/_virtual/error-correction-level.cjs.map +0 -1
  338. package/dist/_virtual/finder-pattern.cjs +0 -5
  339. package/dist/_virtual/finder-pattern.cjs.map +0 -1
  340. package/dist/_virtual/format-info.cjs +0 -5
  341. package/dist/_virtual/format-info.cjs.map +0 -1
  342. package/dist/_virtual/galois-field.cjs +0 -5
  343. package/dist/_virtual/galois-field.cjs.map +0 -1
  344. package/dist/_virtual/index.cjs +0 -8
  345. package/dist/_virtual/index.cjs.map +0 -1
  346. package/dist/_virtual/index2.cjs +0 -5
  347. package/dist/_virtual/index2.cjs.map +0 -1
  348. package/dist/_virtual/mask-pattern.cjs +0 -5
  349. package/dist/_virtual/mask-pattern.cjs.map +0 -1
  350. package/dist/_virtual/mode.cjs +0 -5
  351. package/dist/_virtual/mode.cjs.map +0 -1
  352. package/dist/_virtual/polynomial.cjs +0 -5
  353. package/dist/_virtual/polynomial.cjs.map +0 -1
  354. package/dist/_virtual/qrcode.cjs +0 -5
  355. package/dist/_virtual/qrcode.cjs.map +0 -1
  356. package/dist/_virtual/regex.cjs +0 -5
  357. package/dist/_virtual/regex.cjs.map +0 -1
  358. package/dist/_virtual/segments.cjs +0 -5
  359. package/dist/_virtual/segments.cjs.map +0 -1
  360. package/dist/_virtual/svg-tag.cjs +0 -5
  361. package/dist/_virtual/svg-tag.cjs.map +0 -1
  362. package/dist/_virtual/utils.cjs +0 -5
  363. package/dist/_virtual/utils.cjs.map +0 -1
  364. package/dist/_virtual/utils2.cjs +0 -5
  365. package/dist/_virtual/utils2.cjs.map +0 -1
  366. package/dist/_virtual/version-check.cjs +0 -5
  367. package/dist/_virtual/version-check.cjs.map +0 -1
  368. package/dist/_virtual/version.cjs +0 -5
  369. package/dist/_virtual/version.cjs.map +0 -1
  370. package/dist/_virtual/weekOfYear.cjs +0 -8
  371. package/dist/_virtual/weekOfYear.cjs.map +0 -1
  372. package/dist/_virtual/weekOfYear2.cjs +0 -5
  373. package/dist/_virtual/weekOfYear2.cjs.map +0 -1
  374. package/dist/abac-gNSxNkX1.cjs +0 -1029
  375. package/dist/addUserStatusFields-7-66sf45.cjs +0 -86
  376. package/dist/auth.server.cjs +0 -529
  377. package/dist/authJwt-BIZ2GIfT.cjs +0 -75
  378. package/dist/builder.cjs +0 -1142
  379. package/dist/chats.server.cjs +0 -323
  380. package/dist/common.schema-BtXLULba.cjs +0 -12
  381. package/dist/community.server.cjs +0 -840
  382. package/dist/core.abac-DqDvtkHR.cjs +0 -297
  383. package/dist/core.logger-BuW7JHMY.cjs +0 -165
  384. package/dist/core.server.cjs +0 -135
  385. package/dist/core.verifier-Bi-XLEi9.cjs +0 -651
  386. package/dist/core.websocket-Cm72lPCs.cjs +0 -374
  387. package/dist/credentials.schema-DVXaFnXl.cjs +0 -9
  388. package/dist/crud-CQ3ICbm7.cjs +0 -1176
  389. package/dist/engagement.schema-DHw4iY_W.cjs +0 -23
  390. package/dist/events.server.cjs +0 -1410
  391. package/dist/files.server.cjs +0 -292
  392. package/dist/gallery.server.cjs +0 -270
  393. package/dist/index-BFxqqmgh.cjs +0 -186
  394. package/dist/inventory.server.cjs +0 -1069
  395. package/dist/mailing-DCvDBHVh.cjs +0 -75
  396. package/dist/main-CXqpC28l.cjs +0 -11
  397. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  398. package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  399. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/index.cjs +0 -8
  400. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/index.cjs.map +0 -1
  401. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/web.cjs +0 -73
  402. package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/preferences/dist/esm/web.cjs.map +0 -1
  403. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +0 -1336
  404. package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs.map +0 -1
  405. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs +0 -131
  406. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs.map +0 -1
  407. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +0 -209
  408. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs.map +0 -1
  409. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs +0 -22
  410. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs.map +0 -1
  411. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs +0 -166
  412. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs.map +0 -1
  413. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +0 -14
  414. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs.map +0 -1
  415. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +0 -8
  416. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs.map +0 -1
  417. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +0 -27
  418. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs.map +0 -1
  419. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +0 -30
  420. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs.map +0 -1
  421. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +0 -24
  422. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs.map +0 -1
  423. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +0 -55
  424. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs.map +0 -1
  425. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +0 -27
  426. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs.map +0 -1
  427. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +0 -38
  428. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs.map +0 -1
  429. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +0 -43
  430. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs.map +0 -1
  431. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +0 -46
  432. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs.map +0 -1
  433. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +0 -49
  434. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs.map +0 -1
  435. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +0 -30
  436. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs.map +0 -1
  437. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +0 -19
  438. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs.map +0 -1
  439. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +0 -52
  440. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs.map +0 -1
  441. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +0 -16
  442. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs.map +0 -1
  443. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +0 -76
  444. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs.map +0 -1
  445. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +0 -23
  446. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs.map +0 -1
  447. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs +0 -8
  448. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs.map +0 -1
  449. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +0 -25
  450. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs.map +0 -1
  451. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +0 -8
  452. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs.map +0 -1
  453. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +0 -80
  454. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs.map +0 -1
  455. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +0 -26
  456. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs.map +0 -1
  457. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs +0 -55
  458. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs.map +0 -1
  459. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs +0 -17
  460. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs.map +0 -1
  461. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs +0 -539
  462. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs.map +0 -1
  463. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +0 -117
  464. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs.map +0 -1
  465. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs +0 -178
  466. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs.map +0 -1
  467. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +0 -51
  468. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs.map +0 -1
  469. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +0 -10
  470. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs.map +0 -1
  471. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +0 -39
  472. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs.map +0 -1
  473. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +0 -51
  474. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs.map +0 -1
  475. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +0 -22
  476. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs.map +0 -1
  477. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs +0 -5
  478. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs.map +0 -1
  479. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +0 -9
  480. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs.map +0 -1
  481. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +0 -10
  482. package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs.map +0 -1
  483. package/dist/martyrs/src/components/Address/Address.vue.cjs +0 -113
  484. package/dist/martyrs/src/components/Address/Address.vue.cjs.map +0 -1
  485. package/dist/martyrs/src/components/Block/Block.vue.cjs +0 -83
  486. package/dist/martyrs/src/components/Block/Block.vue.cjs.map +0 -1
  487. package/dist/martyrs/src/components/Button/Button.vue2.cjs +0 -158
  488. package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
  489. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs +0 -571
  490. package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs.map +0 -1
  491. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs +0 -98
  492. package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs.map +0 -1
  493. package/dist/martyrs/src/components/Chips/Chips.vue.cjs +0 -28
  494. package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
  495. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs +0 -96
  496. package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs.map +0 -1
  497. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs +0 -103
  498. package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs.map +0 -1
  499. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs +0 -106
  500. package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs.map +0 -1
  501. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs +0 -72
  502. package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs.map +0 -1
  503. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs +0 -95
  504. package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs.map +0 -1
  505. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs +0 -41
  506. package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs.map +0 -1
  507. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs +0 -99
  508. package/dist/martyrs/src/components/Feed/Carousel.vue.cjs.map +0 -1
  509. package/dist/martyrs/src/components/Feed/Feed.vue.cjs +0 -430
  510. package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +0 -1
  511. package/dist/martyrs/src/components/Field/Field.vue.cjs +0 -161
  512. package/dist/martyrs/src/components/Field/Field.vue.cjs.map +0 -1
  513. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs +0 -202
  514. package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs.map +0 -1
  515. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs +0 -183
  516. package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs.map +0 -1
  517. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs +0 -597
  518. package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs.map +0 -1
  519. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs +0 -257
  520. package/dist/martyrs/src/components/FieldPhone/all-countries.cjs.map +0 -1
  521. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs +0 -25
  522. package/dist/martyrs/src/components/FieldPhone/click-outside.cjs.map +0 -1
  523. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs +0 -94
  524. package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs.map +0 -1
  525. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs +0 -235
  526. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs.map +0 -1
  527. package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.js.map +0 -1
  528. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs +0 -61
  529. package/dist/martyrs/src/components/Loader/Loader.vue2.cjs.map +0 -1
  530. package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
  531. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs +0 -166
  532. package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs.map +0 -1
  533. package/dist/martyrs/src/components/Map/Map.vue.cjs +0 -62
  534. package/dist/martyrs/src/components/Map/Map.vue.cjs.map +0 -1
  535. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs +0 -240
  536. package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs.map +0 -1
  537. package/dist/martyrs/src/components/Media/Media.vue.cjs +0 -168
  538. package/dist/martyrs/src/components/Media/Media.vue.cjs.map +0 -1
  539. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs +0 -17
  540. package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +0 -1
  541. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs +0 -66
  542. package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs.map +0 -1
  543. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs +0 -240
  544. package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs.map +0 -1
  545. package/dist/martyrs/src/components/Popup/Popup.vue.cjs +0 -107
  546. package/dist/martyrs/src/components/Popup/Popup.vue.cjs.map +0 -1
  547. package/dist/martyrs/src/components/Radio/Radio.vue.cjs +0 -55
  548. package/dist/martyrs/src/components/Radio/Radio.vue.cjs.map +0 -1
  549. package/dist/martyrs/src/components/Select/Select.vue.cjs +0 -134
  550. package/dist/martyrs/src/components/Select/Select.vue.cjs.map +0 -1
  551. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs +0 -625
  552. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs.map +0 -1
  553. package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +0 -1
  554. package/dist/martyrs/src/components/Shader/Shader.vue.cjs +0 -2
  555. package/dist/martyrs/src/components/Shader/Shader.vue.cjs.map +0 -1
  556. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs +0 -97
  557. package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs.map +0 -1
  558. package/dist/martyrs/src/components/Slider/Slider.vue.cjs +0 -168
  559. package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +0 -1
  560. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs +0 -73
  561. package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs.map +0 -1
  562. package/dist/martyrs/src/components/Status/Snack.vue.cjs +0 -60
  563. package/dist/martyrs/src/components/Status/Snack.vue.cjs.map +0 -1
  564. package/dist/martyrs/src/components/Status/Status.vue.cjs +0 -46
  565. package/dist/martyrs/src/components/Status/Status.vue.cjs.map +0 -1
  566. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs +0 -74
  567. package/dist/martyrs/src/components/Tab/Tab.vue2.cjs.map +0 -1
  568. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs +0 -25
  569. package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs.map +0 -1
  570. package/dist/martyrs/src/components/Table/Table.vue.cjs +0 -67
  571. package/dist/martyrs/src/components/Table/Table.vue.cjs.map +0 -1
  572. package/dist/martyrs/src/components/Text/Text.vue.cjs +0 -40
  573. package/dist/martyrs/src/components/Text/Text.vue.cjs.map +0 -1
  574. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs +0 -54
  575. package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs.map +0 -1
  576. package/dist/martyrs/src/components/Tree/Tree.vue.cjs +0 -78
  577. package/dist/martyrs/src/components/Tree/Tree.vue.cjs.map +0 -1
  578. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs +0 -122
  579. package/dist/martyrs/src/components/Upload/Upload.vue2.cjs.map +0 -1
  580. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs +0 -219
  581. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs.map +0 -1
  582. package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.js.map +0 -1
  583. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +0 -142
  584. package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs.map +0 -1
  585. package/dist/martyrs/src/modules/auth/auth.client.cjs +0 -67
  586. package/dist/martyrs/src/modules/auth/auth.client.cjs.map +0 -1
  587. package/dist/martyrs/src/modules/auth/auth.router.cjs +0 -350
  588. package/dist/martyrs/src/modules/auth/auth.router.cjs.map +0 -1
  589. package/dist/martyrs/src/modules/auth/locales/en.cjs +0 -79
  590. package/dist/martyrs/src/modules/auth/locales/en.cjs.map +0 -1
  591. package/dist/martyrs/src/modules/auth/locales/index.cjs +0 -10
  592. package/dist/martyrs/src/modules/auth/locales/index.cjs.map +0 -1
  593. package/dist/martyrs/src/modules/auth/locales/ru.cjs +0 -81
  594. package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +0 -1
  595. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs +0 -95
  596. package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs.map +0 -1
  597. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs +0 -44
  598. package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs.map +0 -1
  599. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -41
  600. package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +0 -1
  601. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +0 -166
  602. package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +0 -1
  603. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +0 -118
  604. package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +0 -1
  605. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +0 -89
  606. package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs.map +0 -1
  607. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +0 -284
  608. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs.map +0 -1
  609. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs +0 -85
  610. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs.map +0 -1
  611. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +0 -74
  612. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs.map +0 -1
  613. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +0 -73
  614. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs.map +0 -1
  615. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +0 -116
  616. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs.map +0 -1
  617. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs +0 -42
  618. package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs.map +0 -1
  619. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +0 -145
  620. package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +0 -1
  621. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +0 -210
  622. package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +0 -1
  623. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +0 -154
  624. package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +0 -1
  625. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs +0 -186
  626. package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs.map +0 -1
  627. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs +0 -114
  628. package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs.map +0 -1
  629. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +0 -360
  630. package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs.map +0 -1
  631. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +0 -47
  632. package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +0 -1
  633. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs +0 -78
  634. package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs.map +0 -1
  635. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs +0 -55
  636. package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs.map +0 -1
  637. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs +0 -17
  638. package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs.map +0 -1
  639. package/dist/martyrs/src/modules/auth/views/store/auth.cjs +0 -255
  640. package/dist/martyrs/src/modules/auth/views/store/auth.cjs.map +0 -1
  641. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs +0 -40
  642. package/dist/martyrs/src/modules/auth/views/store/twofa.cjs.map +0 -1
  643. package/dist/martyrs/src/modules/auth/views/store/users.cjs +0 -97
  644. package/dist/martyrs/src/modules/auth/views/store/users.cjs.map +0 -1
  645. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs +0 -62
  646. package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs.map +0 -1
  647. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs +0 -36
  648. package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs.map +0 -1
  649. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs +0 -81
  650. package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs.map +0 -1
  651. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs +0 -145
  652. package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs.map +0 -1
  653. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs +0 -150
  654. package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs.map +0 -1
  655. package/dist/martyrs/src/modules/chats/chats.client.cjs +0 -31
  656. package/dist/martyrs/src/modules/chats/chats.client.cjs.map +0 -1
  657. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs +0 -49
  658. package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs.map +0 -1
  659. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs +0 -42
  660. package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs.map +0 -1
  661. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs +0 -176
  662. package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs.map +0 -1
  663. package/dist/martyrs/src/modules/chats/store/chat.store.cjs +0 -175
  664. package/dist/martyrs/src/modules/chats/store/chat.store.cjs.map +0 -1
  665. package/dist/martyrs/src/modules/community/community.client.cjs +0 -64
  666. package/dist/martyrs/src/modules/community/community.client.cjs.map +0 -1
  667. package/dist/martyrs/src/modules/community/community.router.cjs +0 -124
  668. package/dist/martyrs/src/modules/community/community.router.cjs.map +0 -1
  669. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs +0 -59
  670. package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs.map +0 -1
  671. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +0 -124
  672. package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs.map +0 -1
  673. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +0 -92
  674. package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs.map +0 -1
  675. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +0 -250
  676. package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs.map +0 -1
  677. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs +0 -83
  678. package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs.map +0 -1
  679. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +0 -145
  680. package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs.map +0 -1
  681. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +0 -300
  682. package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs.map +0 -1
  683. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs +0 -113
  684. package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs.map +0 -1
  685. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs +0 -157
  686. package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs.map +0 -1
  687. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs +0 -204
  688. package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs.map +0 -1
  689. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs +0 -72
  690. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs.map +0 -1
  691. package/dist/martyrs/src/modules/community/store/blogposts.cjs +0 -171
  692. package/dist/martyrs/src/modules/community/store/blogposts.cjs.map +0 -1
  693. package/dist/martyrs/src/modules/community/store/reactions.cjs +0 -95
  694. package/dist/martyrs/src/modules/community/store/reactions.cjs.map +0 -1
  695. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs +0 -63
  696. package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs.map +0 -1
  697. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs +0 -79
  698. package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs.map +0 -1
  699. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs +0 -82
  700. package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs.map +0 -1
  701. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs +0 -39
  702. package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs.map +0 -1
  703. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs +0 -90
  704. package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs.map +0 -1
  705. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs +0 -317
  706. package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs.map +0 -1
  707. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs +0 -63
  708. package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs.map +0 -1
  709. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +0 -43
  710. package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs.map +0 -1
  711. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs +0 -201
  712. package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs.map +0 -1
  713. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs +0 -64
  714. package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs.map +0 -1
  715. package/dist/martyrs/src/modules/core/core.client.cjs +0 -113
  716. package/dist/martyrs/src/modules/core/core.client.cjs.map +0 -1
  717. package/dist/martyrs/src/modules/core/locales/en.cjs +0 -32
  718. package/dist/martyrs/src/modules/core/locales/en.cjs.map +0 -1
  719. package/dist/martyrs/src/modules/core/locales/ru.cjs +0 -24
  720. package/dist/martyrs/src/modules/core/locales/ru.cjs.map +0 -1
  721. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs +0 -208
  722. package/dist/martyrs/src/modules/core/views/classes/core.app.cjs.map +0 -1
  723. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs +0 -71
  724. package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs.map +0 -1
  725. package/dist/martyrs/src/modules/core/views/classes/core.i18n.js.map +0 -1
  726. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs +0 -153
  727. package/dist/martyrs/src/modules/core/views/classes/core.store.cjs.map +0 -1
  728. package/dist/martyrs/src/modules/core/views/classes/core.store.js.map +0 -1
  729. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs +0 -298
  730. package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs.map +0 -1
  731. package/dist/martyrs/src/modules/core/views/classes/core.websocket.js.map +0 -1
  732. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs +0 -165
  733. package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs.map +0 -1
  734. package/dist/martyrs/src/modules/core/views/classes/module-registry.js.map +0 -1
  735. package/dist/martyrs/src/modules/core/views/classes/session.cjs +0 -50
  736. package/dist/martyrs/src/modules/core/views/classes/session.cjs.map +0 -1
  737. package/dist/martyrs/src/modules/core/views/classes/session.js.map +0 -1
  738. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs +0 -43
  739. package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs.map +0 -1
  740. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs +0 -308
  741. package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs.map +0 -1
  742. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs +0 -59
  743. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs.map +0 -1
  744. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs +0 -84
  745. package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs.map +0 -1
  746. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs +0 -76
  747. package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs.map +0 -1
  748. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs +0 -197
  749. package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs.map +0 -1
  750. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs +0 -38
  751. package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs.map +0 -1
  752. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs +0 -84
  753. package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs.map +0 -1
  754. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs +0 -184
  755. package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs.map +0 -1
  756. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs +0 -54
  757. package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs.map +0 -1
  758. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs +0 -36
  759. package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs.map +0 -1
  760. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs +0 -64
  761. package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs.map +0 -1
  762. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs +0 -106
  763. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs.map +0 -1
  764. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs +0 -341
  765. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs.map +0 -1
  766. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs +0 -17
  767. package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs.map +0 -1
  768. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs +0 -12
  769. package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs.map +0 -1
  770. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs +0 -12
  771. package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs.map +0 -1
  772. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs +0 -116
  773. package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs.map +0 -1
  774. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs +0 -100
  775. package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs.map +0 -1
  776. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs +0 -243
  777. package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs.map +0 -1
  778. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs +0 -179
  779. package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs.map +0 -1
  780. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs +0 -106
  781. package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs.map +0 -1
  782. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs +0 -250
  783. package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs.map +0 -1
  784. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs +0 -158
  785. package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs.map +0 -1
  786. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs +0 -105
  787. package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs.map +0 -1
  788. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs +0 -385
  789. package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs.map +0 -1
  790. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs +0 -61
  791. package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs.map +0 -1
  792. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs +0 -307
  793. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs.map +0 -1
  794. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs +0 -14
  795. package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs.map +0 -1
  796. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs +0 -262
  797. package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs.map +0 -1
  798. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs +0 -56
  799. package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs.map +0 -1
  800. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs +0 -83
  801. package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs.map +0 -1
  802. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs +0 -70
  803. package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs.map +0 -1
  804. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs +0 -106
  805. package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs.map +0 -1
  806. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs +0 -33
  807. package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs.map +0 -1
  808. package/dist/martyrs/src/modules/core/views/store/core.store.cjs +0 -285
  809. package/dist/martyrs/src/modules/core/views/store/core.store.cjs.map +0 -1
  810. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs +0 -17
  811. package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs.map +0 -1
  812. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs +0 -26
  813. package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs.map +0 -1
  814. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs +0 -100
  815. package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs.map +0 -1
  816. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs +0 -118
  817. package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs.map +0 -1
  818. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +0 -133
  819. package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs.map +0 -1
  820. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs +0 -80
  821. package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs.map +0 -1
  822. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +0 -174
  823. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs.map +0 -1
  824. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +0 -85
  825. package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs.map +0 -1
  826. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs +0 -36
  827. package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs.map +0 -1
  828. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +0 -422
  829. package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +0 -1
  830. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +0 -405
  831. package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs.map +0 -1
  832. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +0 -187
  833. package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs.map +0 -1
  834. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +0 -195
  835. package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs.map +0 -1
  836. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs +0 -141
  837. package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs.map +0 -1
  838. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs +0 -98
  839. package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs.map +0 -1
  840. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs +0 -281
  841. package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs.map +0 -1
  842. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs +0 -85
  843. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs.map +0 -1
  844. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs +0 -45
  845. package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs.map +0 -1
  846. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs +0 -168
  847. package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs.map +0 -1
  848. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs +0 -91
  849. package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs.map +0 -1
  850. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs +0 -108
  851. package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs.map +0 -1
  852. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs +0 -190
  853. package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs.map +0 -1
  854. package/dist/martyrs/src/modules/events/events.client.cjs +0 -61
  855. package/dist/martyrs/src/modules/events/events.client.cjs.map +0 -1
  856. package/dist/martyrs/src/modules/events/router/events.router.cjs +0 -369
  857. package/dist/martyrs/src/modules/events/router/events.router.cjs.map +0 -1
  858. package/dist/martyrs/src/modules/events/store/events.cjs +0 -147
  859. package/dist/martyrs/src/modules/events/store/events.cjs.map +0 -1
  860. package/dist/martyrs/src/modules/events/store/tickets.cjs +0 -117
  861. package/dist/martyrs/src/modules/events/store/tickets.cjs.map +0 -1
  862. package/dist/martyrs/src/modules/files/files.client.cjs +0 -2
  863. package/dist/martyrs/src/modules/files/files.client.cjs.map +0 -1
  864. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +0 -122
  865. package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs.map +0 -1
  866. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +0 -277
  867. package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs.map +0 -1
  868. package/dist/martyrs/src/modules/gallery/gallery.client.cjs +0 -33
  869. package/dist/martyrs/src/modules/gallery/gallery.client.cjs.map +0 -1
  870. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs +0 -129
  871. package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs.map +0 -1
  872. package/dist/martyrs/src/modules/gallery/store/gallery.cjs +0 -6
  873. package/dist/martyrs/src/modules/gallery/store/gallery.cjs.map +0 -1
  874. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs +0 -39
  875. package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs.map +0 -1
  876. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs +0 -32
  877. package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs.map +0 -1
  878. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs +0 -33
  879. package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs.map +0 -1
  880. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +0 -49
  881. package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +0 -1
  882. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs +0 -240
  883. package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs.map +0 -1
  884. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs +0 -40
  885. package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs.map +0 -1
  886. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs +0 -36
  887. package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs.map +0 -1
  888. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs +0 -38
  889. package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs.map +0 -1
  890. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs +0 -36
  891. package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs.map +0 -1
  892. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs +0 -34
  893. package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs.map +0 -1
  894. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs +0 -32
  895. package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs.map +0 -1
  896. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs +0 -57
  897. package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs.map +0 -1
  898. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs +0 -62
  899. package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs.map +0 -1
  900. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs +0 -32
  901. package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs.map +0 -1
  902. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs +0 -32
  903. package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs.map +0 -1
  904. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs +0 -35
  905. package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs.map +0 -1
  906. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs +0 -33
  907. package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs.map +0 -1
  908. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs +0 -55
  909. package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs.map +0 -1
  910. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs +0 -45
  911. package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs.map +0 -1
  912. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs +0 -32
  913. package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs.map +0 -1
  914. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs +0 -36
  915. package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs.map +0 -1
  916. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs +0 -45
  917. package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs.map +0 -1
  918. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs +0 -35
  919. package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs.map +0 -1
  920. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs +0 -35
  921. package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs.map +0 -1
  922. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs +0 -32
  923. package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs.map +0 -1
  924. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs +0 -33
  925. package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs.map +0 -1
  926. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs +0 -55
  927. package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs.map +0 -1
  928. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs +0 -34
  929. package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs.map +0 -1
  930. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs +0 -32
  931. package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs.map +0 -1
  932. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs +0 -33
  933. package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs.map +0 -1
  934. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs +0 -33
  935. package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs.map +0 -1
  936. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs +0 -33
  937. package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs.map +0 -1
  938. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs +0 -29
  939. package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs.map +0 -1
  940. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs +0 -53
  941. package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs.map +0 -1
  942. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs +0 -40
  943. package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs.map +0 -1
  944. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs +0 -45
  945. package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs.map +0 -1
  946. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs +0 -24
  947. package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs.map +0 -1
  948. package/dist/martyrs/src/modules/icons/icons.client.cjs +0 -202
  949. package/dist/martyrs/src/modules/icons/icons.client.cjs.map +0 -1
  950. package/dist/martyrs/src/modules/icons/icons.router.cjs +0 -31
  951. package/dist/martyrs/src/modules/icons/icons.router.cjs.map +0 -1
  952. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs +0 -20
  953. package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs.map +0 -1
  954. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs +0 -20
  955. package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs.map +0 -1
  956. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs +0 -26
  957. package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs.map +0 -1
  958. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs +0 -35
  959. package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs.map +0 -1
  960. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs +0 -37
  961. package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs.map +0 -1
  962. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs +0 -35
  963. package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs.map +0 -1
  964. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs +0 -37
  965. package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs.map +0 -1
  966. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs +0 -34
  967. package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs.map +0 -1
  968. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs +0 -34
  969. package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs.map +0 -1
  970. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs +0 -31
  971. package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs.map +0 -1
  972. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs +0 -31
  973. package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs.map +0 -1
  974. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs +0 -32
  975. package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs.map +0 -1
  976. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs +0 -45
  977. package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs.map +0 -1
  978. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs +0 -37
  979. package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs.map +0 -1
  980. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs +0 -37
  981. package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs.map +0 -1
  982. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs +0 -51
  983. package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs.map +0 -1
  984. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs +0 -36
  985. package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs.map +0 -1
  986. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +0 -34
  987. package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +0 -1
  988. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs +0 -44
  989. package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs.map +0 -1
  990. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs +0 -47
  991. package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs.map +0 -1
  992. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs +0 -34
  993. package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs.map +0 -1
  994. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs +0 -37
  995. package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs.map +0 -1
  996. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs +0 -32
  997. package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs.map +0 -1
  998. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs +0 -32
  999. package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs.map +0 -1
  1000. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs +0 -35
  1001. package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs.map +0 -1
  1002. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs +0 -32
  1003. package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs.map +0 -1
  1004. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs +0 -47
  1005. package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs.map +0 -1
  1006. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs +0 -31
  1007. package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs.map +0 -1
  1008. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs +0 -32
  1009. package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs.map +0 -1
  1010. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs +0 -67
  1011. package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs.map +0 -1
  1012. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs +0 -32
  1013. package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs.map +0 -1
  1014. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs +0 -39
  1015. package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs.map +0 -1
  1016. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs +0 -37
  1017. package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs.map +0 -1
  1018. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +0 -330
  1019. package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +0 -1
  1020. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs +0 -31
  1021. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs.map +0 -1
  1022. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs +0 -23
  1023. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs.map +0 -1
  1024. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs +0 -31
  1025. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs.map +0 -1
  1026. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +0 -31
  1027. package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs.map +0 -1
  1028. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +0 -18
  1029. package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs.map +0 -1
  1030. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +0 -19
  1031. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs.map +0 -1
  1032. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +0 -18
  1033. package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs.map +0 -1
  1034. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +0 -18
  1035. package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs.map +0 -1
  1036. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs +0 -32
  1037. package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs.map +0 -1
  1038. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs +0 -32
  1039. package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs.map +0 -1
  1040. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs +0 -31
  1041. package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs.map +0 -1
  1042. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs +0 -34
  1043. package/dist/martyrs/src/modules/icons/socials/line.vue.cjs.map +0 -1
  1044. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs +0 -32
  1045. package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs.map +0 -1
  1046. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs +0 -32
  1047. package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs.map +0 -1
  1048. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs +0 -44
  1049. package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs.map +0 -1
  1050. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs +0 -32
  1051. package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs.map +0 -1
  1052. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs +0 -32
  1053. package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs.map +0 -1
  1054. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs +0 -32
  1055. package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs.map +0 -1
  1056. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs +0 -32
  1057. package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs.map +0 -1
  1058. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +0 -225
  1059. package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs.map +0 -1
  1060. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs +0 -88
  1061. package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs.map +0 -1
  1062. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs +0 -162
  1063. package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs.map +0 -1
  1064. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +0 -184
  1065. package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs.map +0 -1
  1066. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs +0 -324
  1067. package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs.map +0 -1
  1068. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +0 -382
  1069. package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs.map +0 -1
  1070. package/dist/martyrs/src/modules/inventory/inventory.client.cjs +0 -55
  1071. package/dist/martyrs/src/modules/inventory/inventory.client.cjs.map +0 -1
  1072. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs +0 -36
  1073. package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs.map +0 -1
  1074. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs +0 -112
  1075. package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs.map +0 -1
  1076. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs +0 -6
  1077. package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs.map +0 -1
  1078. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs +0 -15
  1079. package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs.map +0 -1
  1080. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs +0 -120
  1081. package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs.map +0 -1
  1082. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs +0 -136
  1083. package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs.map +0 -1
  1084. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs +0 -47
  1085. package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs.map +0 -1
  1086. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs +0 -103
  1087. package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs.map +0 -1
  1088. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs +0 -70
  1089. package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs.map +0 -1
  1090. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs +0 -85
  1091. package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs.map +0 -1
  1092. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs +0 -89
  1093. package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs.map +0 -1
  1094. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs +0 -111
  1095. package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs.map +0 -1
  1096. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs +0 -54
  1097. package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs.map +0 -1
  1098. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs +0 -98
  1099. package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs.map +0 -1
  1100. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs +0 -48
  1101. package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs.map +0 -1
  1102. package/dist/martyrs/src/modules/landing/landing.client.cjs +0 -30
  1103. package/dist/martyrs/src/modules/landing/landing.client.cjs.map +0 -1
  1104. package/dist/martyrs/src/modules/landing/locales/en.cjs +0 -12
  1105. package/dist/martyrs/src/modules/landing/locales/en.cjs.map +0 -1
  1106. package/dist/martyrs/src/modules/landing/locales/index.cjs +0 -10
  1107. package/dist/martyrs/src/modules/landing/locales/index.cjs.map +0 -1
  1108. package/dist/martyrs/src/modules/landing/locales/ru.cjs +0 -12
  1109. package/dist/martyrs/src/modules/landing/locales/ru.cjs.map +0 -1
  1110. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs +0 -41
  1111. package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs.map +0 -1
  1112. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs +0 -63
  1113. package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs.map +0 -1
  1114. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +0 -325
  1115. package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs.map +0 -1
  1116. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs +0 -73
  1117. package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs.map +0 -1
  1118. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs +0 -107
  1119. package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs.map +0 -1
  1120. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs +0 -54
  1121. package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs.map +0 -1
  1122. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +0 -94
  1123. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +0 -1
  1124. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +0 -84
  1125. package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +0 -1
  1126. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs +0 -95
  1127. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs.map +0 -1
  1128. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +0 -100
  1129. package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +0 -1
  1130. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs +0 -178
  1131. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs.map +0 -1
  1132. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +0 -437
  1133. package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs.map +0 -1
  1134. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +0 -415
  1135. package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs.map +0 -1
  1136. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +0 -434
  1137. package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +0 -1
  1138. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +0 -98
  1139. package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +0 -1
  1140. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +0 -566
  1141. package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs.map +0 -1
  1142. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs +0 -21
  1143. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs.map +0 -1
  1144. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs +0 -498
  1145. package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs.map +0 -1
  1146. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs +0 -14
  1147. package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs.map +0 -1
  1148. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs +0 -23
  1149. package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs.map +0 -1
  1150. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs +0 -440
  1151. package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs.map +0 -1
  1152. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs +0 -14
  1153. package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs.map +0 -1
  1154. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs +0 -23
  1155. package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs.map +0 -1
  1156. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +0 -218
  1157. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +0 -1
  1158. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +0 -251
  1159. package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +0 -1
  1160. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs +0 -658
  1161. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs.map +0 -1
  1162. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs +0 -14
  1163. package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs.map +0 -1
  1164. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs +0 -23
  1165. package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs.map +0 -1
  1166. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +0 -335
  1167. package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +0 -1
  1168. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs +0 -502
  1169. package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs.map +0 -1
  1170. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs +0 -27
  1171. package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs.map +0 -1
  1172. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs +0 -23
  1173. package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs.map +0 -1
  1174. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +0 -212
  1175. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +0 -1
  1176. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +0 -89
  1177. package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +0 -1
  1178. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +0 -77
  1179. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +0 -1
  1180. package/dist/martyrs/src/modules/music/music.client.cjs +0 -137
  1181. package/dist/martyrs/src/modules/music/music.client.cjs.map +0 -1
  1182. package/dist/martyrs/src/modules/music/music.router.cjs +0 -228
  1183. package/dist/martyrs/src/modules/music/music.router.cjs.map +0 -1
  1184. package/dist/martyrs/src/modules/music/store/albums.cjs +0 -167
  1185. package/dist/martyrs/src/modules/music/store/albums.cjs.map +0 -1
  1186. package/dist/martyrs/src/modules/music/store/artists.cjs +0 -162
  1187. package/dist/martyrs/src/modules/music/store/artists.cjs.map +0 -1
  1188. package/dist/martyrs/src/modules/music/store/genres.cjs +0 -123
  1189. package/dist/martyrs/src/modules/music/store/genres.cjs.map +0 -1
  1190. package/dist/martyrs/src/modules/music/store/player.cjs +0 -301
  1191. package/dist/martyrs/src/modules/music/store/player.cjs.map +0 -1
  1192. package/dist/martyrs/src/modules/music/store/playlists.cjs +0 -180
  1193. package/dist/martyrs/src/modules/music/store/playlists.cjs.map +0 -1
  1194. package/dist/martyrs/src/modules/music/store/search.cjs +0 -109
  1195. package/dist/martyrs/src/modules/music/store/search.cjs.map +0 -1
  1196. package/dist/martyrs/src/modules/music/store/tracks.cjs +0 -206
  1197. package/dist/martyrs/src/modules/music/store/tracks.cjs.map +0 -1
  1198. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs +0 -82
  1199. package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs.map +0 -1
  1200. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +0 -142
  1201. package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs.map +0 -1
  1202. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs +0 -64
  1203. package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs.map +0 -1
  1204. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs +0 -36
  1205. package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs.map +0 -1
  1206. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs +0 -168
  1207. package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs.map +0 -1
  1208. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs +0 -143
  1209. package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs.map +0 -1
  1210. package/dist/martyrs/src/modules/notifications/notifications.client.cjs +0 -388
  1211. package/dist/martyrs/src/modules/notifications/notifications.client.cjs.map +0 -1
  1212. package/dist/martyrs/src/modules/notifications/notifications.router.cjs +0 -46
  1213. package/dist/martyrs/src/modules/notifications/notifications.router.cjs.map +0 -1
  1214. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs +0 -310
  1215. package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs.map +0 -1
  1216. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs +0 -86
  1217. package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs.map +0 -1
  1218. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs +0 -103
  1219. package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs.map +0 -1
  1220. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs +0 -154
  1221. package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs.map +0 -1
  1222. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs +0 -112
  1223. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs.map +0 -1
  1224. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +0 -194
  1225. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map +0 -1
  1226. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs +0 -207
  1227. package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs.map +0 -1
  1228. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs +0 -69
  1229. package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs.map +0 -1
  1230. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs +0 -193
  1231. package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs.map +0 -1
  1232. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs +0 -132
  1233. package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs.map +0 -1
  1234. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +0 -138
  1235. package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs.map +0 -1
  1236. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +0 -262
  1237. package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs.map +0 -1
  1238. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs +0 -173
  1239. package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs.map +0 -1
  1240. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs +0 -32
  1241. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs.map +0 -1
  1242. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs +0 -32
  1243. package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs.map +0 -1
  1244. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs +0 -32
  1245. package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs.map +0 -1
  1246. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs +0 -32
  1247. package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs.map +0 -1
  1248. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs +0 -32
  1249. package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs.map +0 -1
  1250. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs +0 -32
  1251. package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs.map +0 -1
  1252. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs +0 -233
  1253. package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs.map +0 -1
  1254. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs +0 -234
  1255. package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs.map +0 -1
  1256. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +0 -407
  1257. package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs.map +0 -1
  1258. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +0 -357
  1259. package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs.map +0 -1
  1260. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +0 -394
  1261. package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs.map +0 -1
  1262. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs +0 -155
  1263. package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs.map +0 -1
  1264. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs +0 -136
  1265. package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs.map +0 -1
  1266. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs +0 -119
  1267. package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs.map +0 -1
  1268. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs +0 -27
  1269. package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs.map +0 -1
  1270. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs +0 -139
  1271. package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs.map +0 -1
  1272. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs +0 -17
  1273. package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs.map +0 -1
  1274. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +0 -129
  1275. package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +0 -1
  1276. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +0 -42
  1277. package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs.map +0 -1
  1278. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs +0 -34
  1279. package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs.map +0 -1
  1280. package/dist/martyrs/src/modules/orders/locales/en.cjs +0 -38
  1281. package/dist/martyrs/src/modules/orders/locales/en.cjs.map +0 -1
  1282. package/dist/martyrs/src/modules/orders/locales/index.cjs +0 -10
  1283. package/dist/martyrs/src/modules/orders/locales/index.cjs.map +0 -1
  1284. package/dist/martyrs/src/modules/orders/locales/ru.cjs +0 -38
  1285. package/dist/martyrs/src/modules/orders/locales/ru.cjs.map +0 -1
  1286. package/dist/martyrs/src/modules/orders/orders.client.cjs +0 -202
  1287. package/dist/martyrs/src/modules/orders/orders.client.cjs.map +0 -1
  1288. package/dist/martyrs/src/modules/orders/router/applications.router.cjs +0 -17
  1289. package/dist/martyrs/src/modules/orders/router/applications.router.cjs.map +0 -1
  1290. package/dist/martyrs/src/modules/orders/router/customers.router.cjs +0 -18
  1291. package/dist/martyrs/src/modules/orders/router/customers.router.cjs.map +0 -1
  1292. package/dist/martyrs/src/modules/orders/router/orders.router.cjs +0 -80
  1293. package/dist/martyrs/src/modules/orders/router/orders.router.cjs.map +0 -1
  1294. package/dist/martyrs/src/modules/orders/store/applications.cjs +0 -6
  1295. package/dist/martyrs/src/modules/orders/store/applications.cjs.map +0 -1
  1296. package/dist/martyrs/src/modules/orders/store/customers.store.cjs +0 -6
  1297. package/dist/martyrs/src/modules/orders/store/customers.store.cjs.map +0 -1
  1298. package/dist/martyrs/src/modules/orders/store/models/application.cjs +0 -20
  1299. package/dist/martyrs/src/modules/orders/store/models/application.cjs.map +0 -1
  1300. package/dist/martyrs/src/modules/orders/store/models/customer.cjs +0 -50
  1301. package/dist/martyrs/src/modules/orders/store/models/customer.cjs.map +0 -1
  1302. package/dist/martyrs/src/modules/orders/store/models/order.cjs +0 -30
  1303. package/dist/martyrs/src/modules/orders/store/models/order.cjs.map +0 -1
  1304. package/dist/martyrs/src/modules/orders/store/orders.cjs +0 -166
  1305. package/dist/martyrs/src/modules/orders/store/orders.cjs.map +0 -1
  1306. package/dist/martyrs/src/modules/orders/store/shopcart.cjs +0 -175
  1307. package/dist/martyrs/src/modules/orders/store/shopcart.cjs.map +0 -1
  1308. package/dist/martyrs/src/modules/orders/store/testimonials.cjs +0 -63
  1309. package/dist/martyrs/src/modules/orders/store/testimonials.cjs.map +0 -1
  1310. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +0 -80
  1311. package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +0 -1
  1312. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +0 -157
  1313. package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs.map +0 -1
  1314. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs +0 -72
  1315. package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs.map +0 -1
  1316. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +0 -32
  1317. package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs.map +0 -1
  1318. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs +0 -42
  1319. package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs.map +0 -1
  1320. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs +0 -46
  1321. package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs.map +0 -1
  1322. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs +0 -101
  1323. package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs.map +0 -1
  1324. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs +0 -69
  1325. package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs.map +0 -1
  1326. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +0 -101
  1327. package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs.map +0 -1
  1328. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs +0 -195
  1329. package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs.map +0 -1
  1330. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +0 -402
  1331. package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs.map +0 -1
  1332. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +0 -86
  1333. package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs.map +0 -1
  1334. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +0 -131
  1335. package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs.map +0 -1
  1336. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +0 -376
  1337. package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs.map +0 -1
  1338. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +0 -200
  1339. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs.map +0 -1
  1340. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +0 -200
  1341. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs.map +0 -1
  1342. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +0 -162
  1343. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs.map +0 -1
  1344. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs +0 -104
  1345. package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs.map +0 -1
  1346. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +0 -119
  1347. package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs.map +0 -1
  1348. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +0 -148
  1349. package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs.map +0 -1
  1350. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +0 -78
  1351. package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs.map +0 -1
  1352. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs +0 -52
  1353. package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs.map +0 -1
  1354. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs +0 -2
  1355. package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs.map +0 -1
  1356. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs +0 -171
  1357. package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs.map +0 -1
  1358. package/dist/martyrs/src/modules/organizations/organizations.client.cjs +0 -79
  1359. package/dist/martyrs/src/modules/organizations/organizations.client.cjs.map +0 -1
  1360. package/dist/martyrs/src/modules/organizations/organizations.router.cjs +0 -145
  1361. package/dist/martyrs/src/modules/organizations/organizations.router.cjs.map +0 -1
  1362. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs +0 -6
  1363. package/dist/martyrs/src/modules/organizations/store/departments.store.cjs.map +0 -1
  1364. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs +0 -6
  1365. package/dist/martyrs/src/modules/organizations/store/invites.store.cjs.map +0 -1
  1366. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs +0 -20
  1367. package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs.map +0 -1
  1368. package/dist/martyrs/src/modules/organizations/store/organizations.cjs +0 -131
  1369. package/dist/martyrs/src/modules/organizations/store/organizations.cjs.map +0 -1
  1370. package/dist/martyrs/src/modules/pages/pages.client.cjs +0 -34
  1371. package/dist/martyrs/src/modules/pages/pages.client.cjs.map +0 -1
  1372. package/dist/martyrs/src/modules/pages/pages.router.cjs +0 -101
  1373. package/dist/martyrs/src/modules/pages/pages.router.cjs.map +0 -1
  1374. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +0 -105
  1375. package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs.map +0 -1
  1376. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs +0 -159
  1377. package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs.map +0 -1
  1378. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +0 -113
  1379. package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs.map +0 -1
  1380. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs +0 -57
  1381. package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs.map +0 -1
  1382. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +0 -103
  1383. package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs.map +0 -1
  1384. package/dist/martyrs/src/modules/pages/views/store/pages.cjs +0 -65
  1385. package/dist/martyrs/src/modules/pages/views/store/pages.cjs.map +0 -1
  1386. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs +0 -74
  1387. package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs.map +0 -1
  1388. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs +0 -99
  1389. package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs.map +0 -1
  1390. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs +0 -121
  1391. package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs.map +0 -1
  1392. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +0 -129
  1393. package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs.map +0 -1
  1394. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +0 -106
  1395. package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs.map +0 -1
  1396. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs +0 -123
  1397. package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs.map +0 -1
  1398. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs +0 -136
  1399. package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs.map +0 -1
  1400. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs +0 -45
  1401. package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs.map +0 -1
  1402. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs +0 -79
  1403. package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs.map +0 -1
  1404. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs +0 -89
  1405. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs.map +0 -1
  1406. package/dist/martyrs/src/modules/products/components/elements/THC.vue2.js.map +0 -1
  1407. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +0 -197
  1408. package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs.map +0 -1
  1409. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +0 -272
  1410. package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +0 -1
  1411. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +0 -251
  1412. package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +0 -1
  1413. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +0 -438
  1414. package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs.map +0 -1
  1415. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +0 -106
  1416. package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs.map +0 -1
  1417. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +0 -454
  1418. package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs.map +0 -1
  1419. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +0 -168
  1420. package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs.map +0 -1
  1421. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +0 -318
  1422. package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs.map +0 -1
  1423. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +0 -147
  1424. package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs.map +0 -1
  1425. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +0 -129
  1426. package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs.map +0 -1
  1427. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +0 -500
  1428. package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs.map +0 -1
  1429. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs +0 -195
  1430. package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs.map +0 -1
  1431. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs +0 -120
  1432. package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs.map +0 -1
  1433. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +0 -142
  1434. package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs.map +0 -1
  1435. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs +0 -49
  1436. package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs.map +0 -1
  1437. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +0 -155
  1438. package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs.map +0 -1
  1439. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +0 -240
  1440. package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs.map +0 -1
  1441. package/dist/martyrs/src/modules/products/products.client.cjs +0 -86
  1442. package/dist/martyrs/src/modules/products/products.client.cjs.map +0 -1
  1443. package/dist/martyrs/src/modules/products/router/categories.router.cjs +0 -174
  1444. package/dist/martyrs/src/modules/products/router/categories.router.cjs.map +0 -1
  1445. package/dist/martyrs/src/modules/products/router/products.router.cjs +0 -340
  1446. package/dist/martyrs/src/modules/products/router/products.router.cjs.map +0 -1
  1447. package/dist/martyrs/src/modules/products/store/categories.cjs +0 -123
  1448. package/dist/martyrs/src/modules/products/store/categories.cjs.map +0 -1
  1449. package/dist/martyrs/src/modules/products/store/products.cjs +0 -229
  1450. package/dist/martyrs/src/modules/products/store/products.cjs.map +0 -1
  1451. package/dist/martyrs/src/modules/products/store/variants.store.cjs +0 -6
  1452. package/dist/martyrs/src/modules/products/store/variants.store.cjs.map +0 -1
  1453. package/dist/martyrs/src/modules/rents/rents.client.cjs +0 -45
  1454. package/dist/martyrs/src/modules/rents/rents.client.cjs.map +0 -1
  1455. package/dist/martyrs/src/modules/rents/rents.router.cjs +0 -110
  1456. package/dist/martyrs/src/modules/rents/rents.router.cjs.map +0 -1
  1457. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs +0 -55
  1458. package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs.map +0 -1
  1459. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs +0 -25
  1460. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs.map +0 -1
  1461. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs +0 -44
  1462. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs.map +0 -1
  1463. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs +0 -403
  1464. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs.map +0 -1
  1465. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs +0 -52
  1466. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs.map +0 -1
  1467. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs +0 -164
  1468. package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs.map +0 -1
  1469. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs +0 -156
  1470. package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs.map +0 -1
  1471. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +0 -224
  1472. package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs.map +0 -1
  1473. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs +0 -143
  1474. package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs.map +0 -1
  1475. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs +0 -54
  1476. package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs.map +0 -1
  1477. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +0 -104
  1478. package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs.map +0 -1
  1479. package/dist/martyrs/src/modules/reports/reports.client.cjs +0 -29
  1480. package/dist/martyrs/src/modules/reports/reports.client.cjs.map +0 -1
  1481. package/dist/martyrs/src/modules/reports/reports.router.cjs +0 -34
  1482. package/dist/martyrs/src/modules/reports/reports.router.cjs.map +0 -1
  1483. package/dist/martyrs/src/modules/reports/store/reports.cjs +0 -103
  1484. package/dist/martyrs/src/modules/reports/store/reports.cjs.map +0 -1
  1485. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +0 -119
  1486. package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs.map +0 -1
  1487. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +0 -85
  1488. package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs.map +0 -1
  1489. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs +0 -32
  1490. package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs.map +0 -1
  1491. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +0 -198
  1492. package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs.map +0 -1
  1493. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +0 -531
  1494. package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs.map +0 -1
  1495. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs +0 -157
  1496. package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs.map +0 -1
  1497. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +0 -235
  1498. package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs.map +0 -1
  1499. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs +0 -135
  1500. package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs.map +0 -1
  1501. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +0 -803
  1502. package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs.map +0 -1
  1503. package/dist/martyrs/src/modules/spots/router/spots.router.cjs +0 -263
  1504. package/dist/martyrs/src/modules/spots/router/spots.router.cjs.map +0 -1
  1505. package/dist/martyrs/src/modules/spots/spots.client.cjs +0 -43
  1506. package/dist/martyrs/src/modules/spots/spots.client.cjs.map +0 -1
  1507. package/dist/martyrs/src/modules/spots/store/spots.cjs +0 -80
  1508. package/dist/martyrs/src/modules/spots/store/spots.cjs.map +0 -1
  1509. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs +0 -43
  1510. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs.map +0 -1
  1511. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs +0 -47
  1512. package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs.map +0 -1
  1513. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs +0 -29
  1514. package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs.map +0 -1
  1515. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +0 -89
  1516. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs.map +0 -1
  1517. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs +0 -136
  1518. package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs.map +0 -1
  1519. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs +0 -183
  1520. package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs.map +0 -1
  1521. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +0 -238
  1522. package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs.map +0 -1
  1523. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs +0 -9
  1524. package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs.map +0 -1
  1525. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs +0 -134
  1526. package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs.map +0 -1
  1527. package/dist/martyrs.cjs.js +0 -1
  1528. package/dist/metadata.schema-BGykn-_r.cjs +0 -267
  1529. package/dist/music.server.cjs +0 -2114
  1530. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.cjs +0 -83
  1531. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.cjs.map +0 -1
  1532. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.cjs +0 -45
  1533. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.cjs.map +0 -1
  1534. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.cjs +0 -139
  1535. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.cjs.map +0 -1
  1536. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
  1537. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
  1538. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/index.cjs +0 -8
  1539. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/index.cjs.map +0 -1
  1540. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/web.cjs +0 -146
  1541. package/dist/node_modules/.pnpm/@capacitor_device@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/device/dist/esm/web.cjs.map +0 -1
  1542. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/definitions.cjs +0 -16
  1543. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/definitions.cjs.map +0 -1
  1544. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/index.cjs +0 -15
  1545. package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/keyboard/dist/esm/index.cjs.map +0 -1
  1546. package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/push-notifications/dist/esm/index.cjs +0 -6
  1547. package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1/node_modules/@capacitor/push-notifications/dist/esm/index.cjs.map +0 -1
  1548. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs +0 -335
  1549. package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs.map +0 -1
  1550. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs +0 -198
  1551. package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs.map +0 -1
  1552. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs +0 -311
  1553. package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs.map +0 -1
  1554. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs +0 -97
  1555. package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs.map +0 -1
  1556. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.-sixQ7xP.cjs +0 -38
  1557. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.-sixQ7xP.cjs.map +0 -1
  1558. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.ziyDaVMR.cjs +0 -78
  1559. package/dist/node_modules/.pnpm/@unhead_vue@1.11.20_vue@3.5.13_typescript@5.8.3_/node_modules/@unhead/vue/dist/shared/vue.ziyDaVMR.cjs.map +0 -1
  1560. package/dist/node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.cjs +0 -755
  1561. package/dist/node_modules/.pnpm/@vue_server-renderer@3.5.13_vue@3.5.13_typescript@5.8.3_/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.cjs.map +0 -1
  1562. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs +0 -209
  1563. package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs.map +0 -1
  1564. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.cjs +0 -8
  1565. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.cjs.map +0 -1
  1566. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.cjs +0 -13
  1567. package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.cjs.map +0 -1
  1568. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs +0 -287
  1569. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs.map +0 -1
  1570. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs +0 -34
  1571. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs.map +0 -1
  1572. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs +0 -106
  1573. package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs.map +0 -1
  1574. package/dist/node_modules/.pnpm/embla-carousel-reactive-utils@8.5.2_embla-carousel@8.5.2/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs +0 -43
  1575. package/dist/node_modules/.pnpm/embla-carousel-reactive-utils@8.5.2_embla-carousel@8.5.2/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.map +0 -1
  1576. package/dist/node_modules/.pnpm/embla-carousel-vue@8.5.2_vue@3.5.13_typescript@5.8.3_/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs +0 -43
  1577. package/dist/node_modules/.pnpm/embla-carousel-vue@8.5.2_vue@3.5.13_typescript@5.8.3_/node_modules/embla-carousel-vue/esm/embla-carousel-vue.esm.cjs.map +0 -1
  1578. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +0 -1631
  1579. package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.map +0 -1
  1580. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs +0 -209
  1581. package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs.map +0 -1
  1582. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs +0 -101
  1583. package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs.map +0 -1
  1584. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs +0 -689
  1585. package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs.map +0 -1
  1586. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs +0 -79
  1587. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs.map +0 -1
  1588. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs +0 -14
  1589. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs.map +0 -1
  1590. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs +0 -43
  1591. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs.map +0 -1
  1592. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs +0 -85
  1593. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs.map +0 -1
  1594. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs +0 -40
  1595. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs.map +0 -1
  1596. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs +0 -34
  1597. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs.map +0 -1
  1598. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs +0 -36
  1599. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs.map +0 -1
  1600. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs +0 -367
  1601. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs.map +0 -1
  1602. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs +0 -52
  1603. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs.map +0 -1
  1604. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs +0 -25
  1605. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs.map +0 -1
  1606. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs +0 -24
  1607. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs.map +0 -1
  1608. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs +0 -38
  1609. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs.map +0 -1
  1610. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs +0 -46
  1611. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs.map +0 -1
  1612. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs +0 -149
  1613. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs.map +0 -1
  1614. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs +0 -90
  1615. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs.map +0 -1
  1616. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs +0 -41
  1617. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs.map +0 -1
  1618. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs +0 -44
  1619. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs.map +0 -1
  1620. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs +0 -279
  1621. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs.map +0 -1
  1622. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs +0 -38
  1623. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs.map +0 -1
  1624. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs +0 -33
  1625. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs.map +0 -1
  1626. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs +0 -201
  1627. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs.map +0 -1
  1628. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +0 -84
  1629. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs.map +0 -1
  1630. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs +0 -14
  1631. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs.map +0 -1
  1632. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs +0 -107
  1633. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs.map +0 -1
  1634. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs +0 -61
  1635. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs.map +0 -1
  1636. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs +0 -64
  1637. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs.map +0 -1
  1638. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +0 -87
  1639. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs.map +0 -1
  1640. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs +0 -423
  1641. package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs.map +0 -1
  1642. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs +0 -6
  1643. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs.map +0 -1
  1644. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs +0 -15
  1645. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs.map +0 -1
  1646. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs +0 -11
  1647. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs.map +0 -1
  1648. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs +0 -20
  1649. package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs.map +0 -1
  1650. package/dist/node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs +0 -2484
  1651. package/dist/node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs.map +0 -1
  1652. package/dist/notifications.server.cjs +0 -822
  1653. package/dist/orders.server.cjs +0 -1284
  1654. package/dist/organizations.server.cjs +0 -1590
  1655. package/dist/ownership.schema-CRYdbemm.cjs +0 -42
  1656. package/dist/pages.server.cjs +0 -142
  1657. package/dist/products.server.cjs +0 -1677
  1658. package/dist/profile.schema-l0Dk4Ptu.cjs +0 -91
  1659. package/dist/queryProcessor-DJUTwCLN.cjs +0 -329
  1660. package/dist/rents.server.cjs +0 -509
  1661. package/dist/reports.server.cjs +0 -133
  1662. package/dist/socials.schema-CqEHax2w.cjs +0 -24
  1663. package/dist/spots.server.cjs +0 -331
  1664. package/dist/web-pd1gb6DR.cjs +0 -1
  1665. package/src/modules/music/router/library.router.js +0 -26
  1666. package/src/modules/music/router/music.router.js +0 -176
  1667. /package/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +0 -0
@@ -1,2484 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const vue = require("vue");
4
- /*!
5
- * vue-draggable-next v2.2.0
6
- * (c) 2023 Anish George
7
- * @license MIT
8
- */
9
- /**!
10
- * Sortable 1.14.0
11
- * @author RubaXa <trash@rubaxa.org>
12
- * @author owenm <owen23355@gmail.com>
13
- * @license MIT
14
- */
15
- function ownKeys(object, enumerableOnly) {
16
- var keys = Object.keys(object);
17
- if (Object.getOwnPropertySymbols) {
18
- var symbols = Object.getOwnPropertySymbols(object);
19
- if (enumerableOnly) {
20
- symbols = symbols.filter(function(sym) {
21
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
22
- });
23
- }
24
- keys.push.apply(keys, symbols);
25
- }
26
- return keys;
27
- }
28
- function _objectSpread2(target) {
29
- for (var i = 1; i < arguments.length; i++) {
30
- var source = arguments[i] != null ? arguments[i] : {};
31
- if (i % 2) {
32
- ownKeys(Object(source), true).forEach(function(key) {
33
- _defineProperty(target, key, source[key]);
34
- });
35
- } else if (Object.getOwnPropertyDescriptors) {
36
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
37
- } else {
38
- ownKeys(Object(source)).forEach(function(key) {
39
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
40
- });
41
- }
42
- }
43
- return target;
44
- }
45
- function _typeof(obj) {
46
- "@babel/helpers - typeof";
47
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
48
- _typeof = function(obj2) {
49
- return typeof obj2;
50
- };
51
- } else {
52
- _typeof = function(obj2) {
53
- return obj2 && typeof Symbol === "function" && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
54
- };
55
- }
56
- return _typeof(obj);
57
- }
58
- function _defineProperty(obj, key, value) {
59
- if (key in obj) {
60
- Object.defineProperty(obj, key, {
61
- value,
62
- enumerable: true,
63
- configurable: true,
64
- writable: true
65
- });
66
- } else {
67
- obj[key] = value;
68
- }
69
- return obj;
70
- }
71
- function _extends() {
72
- _extends = Object.assign || function(target) {
73
- for (var i = 1; i < arguments.length; i++) {
74
- var source = arguments[i];
75
- for (var key in source) {
76
- if (Object.prototype.hasOwnProperty.call(source, key)) {
77
- target[key] = source[key];
78
- }
79
- }
80
- }
81
- return target;
82
- };
83
- return _extends.apply(this, arguments);
84
- }
85
- function _objectWithoutPropertiesLoose(source, excluded) {
86
- if (source == null) return {};
87
- var target = {};
88
- var sourceKeys = Object.keys(source);
89
- var key, i;
90
- for (i = 0; i < sourceKeys.length; i++) {
91
- key = sourceKeys[i];
92
- if (excluded.indexOf(key) >= 0) continue;
93
- target[key] = source[key];
94
- }
95
- return target;
96
- }
97
- function _objectWithoutProperties(source, excluded) {
98
- if (source == null) return {};
99
- var target = _objectWithoutPropertiesLoose(source, excluded);
100
- var key, i;
101
- if (Object.getOwnPropertySymbols) {
102
- var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
103
- for (i = 0; i < sourceSymbolKeys.length; i++) {
104
- key = sourceSymbolKeys[i];
105
- if (excluded.indexOf(key) >= 0) continue;
106
- if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
107
- target[key] = source[key];
108
- }
109
- }
110
- return target;
111
- }
112
- var version = "1.14.0";
113
- function userAgent(pattern) {
114
- if (typeof window !== "undefined" && window.navigator) {
115
- return !!/* @__PURE__ */ navigator.userAgent.match(pattern);
116
- }
117
- }
118
- var IE11OrLess = userAgent(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);
119
- var Edge = userAgent(/Edge/i);
120
- var FireFox = userAgent(/firefox/i);
121
- var Safari = userAgent(/safari/i) && !userAgent(/chrome/i) && !userAgent(/android/i);
122
- var IOS = userAgent(/iP(ad|od|hone)/i);
123
- var ChromeForAndroid = userAgent(/chrome/i) && userAgent(/android/i);
124
- var captureMode = {
125
- capture: false,
126
- passive: false
127
- };
128
- function on(el, event, fn) {
129
- el.addEventListener(event, fn, !IE11OrLess && captureMode);
130
- }
131
- function off(el, event, fn) {
132
- el.removeEventListener(event, fn, !IE11OrLess && captureMode);
133
- }
134
- function matches(el, selector) {
135
- if (!selector) return;
136
- selector[0] === ">" && (selector = selector.substring(1));
137
- if (el) {
138
- try {
139
- if (el.matches) {
140
- return el.matches(selector);
141
- } else if (el.msMatchesSelector) {
142
- return el.msMatchesSelector(selector);
143
- } else if (el.webkitMatchesSelector) {
144
- return el.webkitMatchesSelector(selector);
145
- }
146
- } catch (_) {
147
- return false;
148
- }
149
- }
150
- return false;
151
- }
152
- function getParentOrHost(el) {
153
- return el.host && el !== document && el.host.nodeType ? el.host : el.parentNode;
154
- }
155
- function closest(el, selector, ctx, includeCTX) {
156
- if (el) {
157
- ctx = ctx || document;
158
- do {
159
- if (selector != null && (selector[0] === ">" ? el.parentNode === ctx && matches(el, selector) : matches(el, selector)) || includeCTX && el === ctx) {
160
- return el;
161
- }
162
- if (el === ctx) break;
163
- } while (el = getParentOrHost(el));
164
- }
165
- return null;
166
- }
167
- var R_SPACE = /\s+/g;
168
- function toggleClass(el, name, state) {
169
- if (el && name) {
170
- if (el.classList) {
171
- el.classList[state ? "add" : "remove"](name);
172
- } else {
173
- var className = (" " + el.className + " ").replace(R_SPACE, " ").replace(" " + name + " ", " ");
174
- el.className = (className + (state ? " " + name : "")).replace(R_SPACE, " ");
175
- }
176
- }
177
- }
178
- function css(el, prop, val) {
179
- var style = el && el.style;
180
- if (style) {
181
- if (val === void 0) {
182
- if (document.defaultView && document.defaultView.getComputedStyle) {
183
- val = document.defaultView.getComputedStyle(el, "");
184
- } else if (el.currentStyle) {
185
- val = el.currentStyle;
186
- }
187
- return prop === void 0 ? val : val[prop];
188
- } else {
189
- if (!(prop in style) && prop.indexOf("webkit") === -1) {
190
- prop = "-webkit-" + prop;
191
- }
192
- style[prop] = val + (typeof val === "string" ? "" : "px");
193
- }
194
- }
195
- }
196
- function matrix(el, selfOnly) {
197
- var appliedTransforms = "";
198
- if (typeof el === "string") {
199
- appliedTransforms = el;
200
- } else {
201
- do {
202
- var transform = css(el, "transform");
203
- if (transform && transform !== "none") {
204
- appliedTransforms = transform + " " + appliedTransforms;
205
- }
206
- } while (!selfOnly && (el = el.parentNode));
207
- }
208
- var matrixFn = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
209
- return matrixFn && new matrixFn(appliedTransforms);
210
- }
211
- function find(ctx, tagName, iterator) {
212
- if (ctx) {
213
- var list = ctx.getElementsByTagName(tagName), i = 0, n = list.length;
214
- if (iterator) {
215
- for (; i < n; i++) {
216
- iterator(list[i], i);
217
- }
218
- }
219
- return list;
220
- }
221
- return [];
222
- }
223
- function getWindowScrollingElement() {
224
- var scrollingElement = document.scrollingElement;
225
- if (scrollingElement) {
226
- return scrollingElement;
227
- } else {
228
- return document.documentElement;
229
- }
230
- }
231
- function getRect(el, relativeToContainingBlock, relativeToNonStaticParent, undoScale, container) {
232
- if (!el.getBoundingClientRect && el !== window) return;
233
- var elRect, top, left, bottom, right, height, width;
234
- if (el !== window && el.parentNode && el !== getWindowScrollingElement()) {
235
- elRect = el.getBoundingClientRect();
236
- top = elRect.top;
237
- left = elRect.left;
238
- bottom = elRect.bottom;
239
- right = elRect.right;
240
- height = elRect.height;
241
- width = elRect.width;
242
- } else {
243
- top = 0;
244
- left = 0;
245
- bottom = window.innerHeight;
246
- right = window.innerWidth;
247
- height = window.innerHeight;
248
- width = window.innerWidth;
249
- }
250
- if ((relativeToContainingBlock || relativeToNonStaticParent) && el !== window) {
251
- container = container || el.parentNode;
252
- if (!IE11OrLess) {
253
- do {
254
- if (container && container.getBoundingClientRect && (css(container, "transform") !== "none" || relativeToNonStaticParent && css(container, "position") !== "static")) {
255
- var containerRect = container.getBoundingClientRect();
256
- top -= containerRect.top + parseInt(css(container, "border-top-width"));
257
- left -= containerRect.left + parseInt(css(container, "border-left-width"));
258
- bottom = top + elRect.height;
259
- right = left + elRect.width;
260
- break;
261
- }
262
- } while (container = container.parentNode);
263
- }
264
- }
265
- if (undoScale && el !== window) {
266
- var elMatrix = matrix(container || el), scaleX = elMatrix && elMatrix.a, scaleY = elMatrix && elMatrix.d;
267
- if (elMatrix) {
268
- top /= scaleY;
269
- left /= scaleX;
270
- width /= scaleX;
271
- height /= scaleY;
272
- bottom = top + height;
273
- right = left + width;
274
- }
275
- }
276
- return {
277
- top,
278
- left,
279
- bottom,
280
- right,
281
- width,
282
- height
283
- };
284
- }
285
- function isScrolledPast(el, elSide, parentSide) {
286
- var parent = getParentAutoScrollElement(el, true), elSideVal = getRect(el)[elSide];
287
- while (parent) {
288
- var parentSideVal = getRect(parent)[parentSide], visible = void 0;
289
- {
290
- visible = elSideVal >= parentSideVal;
291
- }
292
- if (!visible) return parent;
293
- if (parent === getWindowScrollingElement()) break;
294
- parent = getParentAutoScrollElement(parent, false);
295
- }
296
- return false;
297
- }
298
- function getChild(el, childNum, options, includeDragEl) {
299
- var currentChild = 0, i = 0, children = el.children;
300
- while (i < children.length) {
301
- if (children[i].style.display !== "none" && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {
302
- if (currentChild === childNum) {
303
- return children[i];
304
- }
305
- currentChild++;
306
- }
307
- i++;
308
- }
309
- return null;
310
- }
311
- function lastChild(el, selector) {
312
- var last = el.lastElementChild;
313
- while (last && (last === Sortable.ghost || css(last, "display") === "none" || selector && !matches(last, selector))) {
314
- last = last.previousElementSibling;
315
- }
316
- return last || null;
317
- }
318
- function index(el, selector) {
319
- var index2 = 0;
320
- if (!el || !el.parentNode) {
321
- return -1;
322
- }
323
- while (el = el.previousElementSibling) {
324
- if (el.nodeName.toUpperCase() !== "TEMPLATE" && el !== Sortable.clone && (!selector || matches(el, selector))) {
325
- index2++;
326
- }
327
- }
328
- return index2;
329
- }
330
- function getRelativeScrollOffset(el) {
331
- var offsetLeft = 0, offsetTop = 0, winScroller = getWindowScrollingElement();
332
- if (el) {
333
- do {
334
- var elMatrix = matrix(el), scaleX = elMatrix.a, scaleY = elMatrix.d;
335
- offsetLeft += el.scrollLeft * scaleX;
336
- offsetTop += el.scrollTop * scaleY;
337
- } while (el !== winScroller && (el = el.parentNode));
338
- }
339
- return [offsetLeft, offsetTop];
340
- }
341
- function indexOfObject(arr, obj) {
342
- for (var i in arr) {
343
- if (!arr.hasOwnProperty(i)) continue;
344
- for (var key in obj) {
345
- if (obj.hasOwnProperty(key) && obj[key] === arr[i][key]) return Number(i);
346
- }
347
- }
348
- return -1;
349
- }
350
- function getParentAutoScrollElement(el, includeSelf) {
351
- if (!el || !el.getBoundingClientRect) return getWindowScrollingElement();
352
- var elem = el;
353
- var gotSelf = false;
354
- do {
355
- if (elem.clientWidth < elem.scrollWidth || elem.clientHeight < elem.scrollHeight) {
356
- var elemCSS = css(elem);
357
- if (elem.clientWidth < elem.scrollWidth && (elemCSS.overflowX == "auto" || elemCSS.overflowX == "scroll") || elem.clientHeight < elem.scrollHeight && (elemCSS.overflowY == "auto" || elemCSS.overflowY == "scroll")) {
358
- if (!elem.getBoundingClientRect || elem === document.body) return getWindowScrollingElement();
359
- if (gotSelf || includeSelf) return elem;
360
- gotSelf = true;
361
- }
362
- }
363
- } while (elem = elem.parentNode);
364
- return getWindowScrollingElement();
365
- }
366
- function extend(dst, src) {
367
- if (dst && src) {
368
- for (var key in src) {
369
- if (src.hasOwnProperty(key)) {
370
- dst[key] = src[key];
371
- }
372
- }
373
- }
374
- return dst;
375
- }
376
- function isRectEqual(rect1, rect2) {
377
- return Math.round(rect1.top) === Math.round(rect2.top) && Math.round(rect1.left) === Math.round(rect2.left) && Math.round(rect1.height) === Math.round(rect2.height) && Math.round(rect1.width) === Math.round(rect2.width);
378
- }
379
- var _throttleTimeout;
380
- function throttle(callback, ms) {
381
- return function() {
382
- if (!_throttleTimeout) {
383
- var args = arguments, _this = this;
384
- if (args.length === 1) {
385
- callback.call(_this, args[0]);
386
- } else {
387
- callback.apply(_this, args);
388
- }
389
- _throttleTimeout = setTimeout(function() {
390
- _throttleTimeout = void 0;
391
- }, ms);
392
- }
393
- };
394
- }
395
- function cancelThrottle() {
396
- clearTimeout(_throttleTimeout);
397
- _throttleTimeout = void 0;
398
- }
399
- function scrollBy(el, x, y) {
400
- el.scrollLeft += x;
401
- el.scrollTop += y;
402
- }
403
- function clone(el) {
404
- var Polymer = window.Polymer;
405
- var $ = window.jQuery || window.Zepto;
406
- if (Polymer && Polymer.dom) {
407
- return Polymer.dom(el).cloneNode(true);
408
- } else if ($) {
409
- return $(el).clone(true)[0];
410
- } else {
411
- return el.cloneNode(true);
412
- }
413
- }
414
- var expando = "Sortable" + (/* @__PURE__ */ new Date()).getTime();
415
- function AnimationStateManager() {
416
- var animationStates = [], animationCallbackId;
417
- return {
418
- captureAnimationState: function captureAnimationState() {
419
- animationStates = [];
420
- if (!this.options.animation) return;
421
- var children = [].slice.call(this.el.children);
422
- children.forEach(function(child) {
423
- if (css(child, "display") === "none" || child === Sortable.ghost) return;
424
- animationStates.push({
425
- target: child,
426
- rect: getRect(child)
427
- });
428
- var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect);
429
- if (child.thisAnimationDuration) {
430
- var childMatrix = matrix(child, true);
431
- if (childMatrix) {
432
- fromRect.top -= childMatrix.f;
433
- fromRect.left -= childMatrix.e;
434
- }
435
- }
436
- child.fromRect = fromRect;
437
- });
438
- },
439
- addAnimationState: function addAnimationState(state) {
440
- animationStates.push(state);
441
- },
442
- removeAnimationState: function removeAnimationState(target) {
443
- animationStates.splice(indexOfObject(animationStates, {
444
- target
445
- }), 1);
446
- },
447
- animateAll: function animateAll(callback) {
448
- var _this = this;
449
- if (!this.options.animation) {
450
- clearTimeout(animationCallbackId);
451
- if (typeof callback === "function") callback();
452
- return;
453
- }
454
- var animating = false, animationTime = 0;
455
- animationStates.forEach(function(state) {
456
- var time = 0, target = state.target, fromRect = target.fromRect, toRect = getRect(target), prevFromRect = target.prevFromRect, prevToRect = target.prevToRect, animatingRect = state.rect, targetMatrix = matrix(target, true);
457
- if (targetMatrix) {
458
- toRect.top -= targetMatrix.f;
459
- toRect.left -= targetMatrix.e;
460
- }
461
- target.toRect = toRect;
462
- if (target.thisAnimationDuration) {
463
- if (isRectEqual(prevFromRect, toRect) && !isRectEqual(fromRect, toRect) && // Make sure animatingRect is on line between toRect & fromRect
464
- (animatingRect.top - toRect.top) / (animatingRect.left - toRect.left) === (fromRect.top - toRect.top) / (fromRect.left - toRect.left)) {
465
- time = calculateRealTime(animatingRect, prevFromRect, prevToRect, _this.options);
466
- }
467
- }
468
- if (!isRectEqual(toRect, fromRect)) {
469
- target.prevFromRect = fromRect;
470
- target.prevToRect = toRect;
471
- if (!time) {
472
- time = _this.options.animation;
473
- }
474
- _this.animate(target, animatingRect, toRect, time);
475
- }
476
- if (time) {
477
- animating = true;
478
- animationTime = Math.max(animationTime, time);
479
- clearTimeout(target.animationResetTimer);
480
- target.animationResetTimer = setTimeout(function() {
481
- target.animationTime = 0;
482
- target.prevFromRect = null;
483
- target.fromRect = null;
484
- target.prevToRect = null;
485
- target.thisAnimationDuration = null;
486
- }, time);
487
- target.thisAnimationDuration = time;
488
- }
489
- });
490
- clearTimeout(animationCallbackId);
491
- if (!animating) {
492
- if (typeof callback === "function") callback();
493
- } else {
494
- animationCallbackId = setTimeout(function() {
495
- if (typeof callback === "function") callback();
496
- }, animationTime);
497
- }
498
- animationStates = [];
499
- },
500
- animate: function animate(target, currentRect, toRect, duration) {
501
- if (duration) {
502
- css(target, "transition", "");
503
- css(target, "transform", "");
504
- var elMatrix = matrix(this.el), scaleX = elMatrix && elMatrix.a, scaleY = elMatrix && elMatrix.d, translateX = (currentRect.left - toRect.left) / (scaleX || 1), translateY = (currentRect.top - toRect.top) / (scaleY || 1);
505
- target.animatingX = !!translateX;
506
- target.animatingY = !!translateY;
507
- css(target, "transform", "translate3d(" + translateX + "px," + translateY + "px,0)");
508
- this.forRepaintDummy = repaint(target);
509
- css(target, "transition", "transform " + duration + "ms" + (this.options.easing ? " " + this.options.easing : ""));
510
- css(target, "transform", "translate3d(0,0,0)");
511
- typeof target.animated === "number" && clearTimeout(target.animated);
512
- target.animated = setTimeout(function() {
513
- css(target, "transition", "");
514
- css(target, "transform", "");
515
- target.animated = false;
516
- target.animatingX = false;
517
- target.animatingY = false;
518
- }, duration);
519
- }
520
- }
521
- };
522
- }
523
- function repaint(target) {
524
- return target.offsetWidth;
525
- }
526
- function calculateRealTime(animatingRect, fromRect, toRect, options) {
527
- return Math.sqrt(Math.pow(fromRect.top - animatingRect.top, 2) + Math.pow(fromRect.left - animatingRect.left, 2)) / Math.sqrt(Math.pow(fromRect.top - toRect.top, 2) + Math.pow(fromRect.left - toRect.left, 2)) * options.animation;
528
- }
529
- var plugins = [];
530
- var defaults = {
531
- initializeByDefault: true
532
- };
533
- var PluginManager = {
534
- mount: function mount(plugin) {
535
- for (var option2 in defaults) {
536
- if (defaults.hasOwnProperty(option2) && !(option2 in plugin)) {
537
- plugin[option2] = defaults[option2];
538
- }
539
- }
540
- plugins.forEach(function(p) {
541
- if (p.pluginName === plugin.pluginName) {
542
- throw "Sortable: Cannot mount plugin ".concat(plugin.pluginName, " more than once");
543
- }
544
- });
545
- plugins.push(plugin);
546
- },
547
- pluginEvent: function pluginEvent(eventName, sortable, evt) {
548
- var _this = this;
549
- this.eventCanceled = false;
550
- evt.cancel = function() {
551
- _this.eventCanceled = true;
552
- };
553
- var eventNameGlobal = eventName + "Global";
554
- plugins.forEach(function(plugin) {
555
- if (!sortable[plugin.pluginName]) return;
556
- if (sortable[plugin.pluginName][eventNameGlobal]) {
557
- sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({
558
- sortable
559
- }, evt));
560
- }
561
- if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) {
562
- sortable[plugin.pluginName][eventName](_objectSpread2({
563
- sortable
564
- }, evt));
565
- }
566
- });
567
- },
568
- initializePlugins: function initializePlugins(sortable, el, defaults2, options) {
569
- plugins.forEach(function(plugin) {
570
- var pluginName = plugin.pluginName;
571
- if (!sortable.options[pluginName] && !plugin.initializeByDefault) return;
572
- var initialized = new plugin(sortable, el, sortable.options);
573
- initialized.sortable = sortable;
574
- initialized.options = sortable.options;
575
- sortable[pluginName] = initialized;
576
- _extends(defaults2, initialized.defaults);
577
- });
578
- for (var option2 in sortable.options) {
579
- if (!sortable.options.hasOwnProperty(option2)) continue;
580
- var modified = this.modifyOption(sortable, option2, sortable.options[option2]);
581
- if (typeof modified !== "undefined") {
582
- sortable.options[option2] = modified;
583
- }
584
- }
585
- },
586
- getEventProperties: function getEventProperties(name, sortable) {
587
- var eventProperties = {};
588
- plugins.forEach(function(plugin) {
589
- if (typeof plugin.eventProperties !== "function") return;
590
- _extends(eventProperties, plugin.eventProperties.call(sortable[plugin.pluginName], name));
591
- });
592
- return eventProperties;
593
- },
594
- modifyOption: function modifyOption(sortable, name, value) {
595
- var modifiedValue;
596
- plugins.forEach(function(plugin) {
597
- if (!sortable[plugin.pluginName]) return;
598
- if (plugin.optionListeners && typeof plugin.optionListeners[name] === "function") {
599
- modifiedValue = plugin.optionListeners[name].call(sortable[plugin.pluginName], value);
600
- }
601
- });
602
- return modifiedValue;
603
- }
604
- };
605
- function dispatchEvent(_ref) {
606
- var sortable = _ref.sortable, rootEl2 = _ref.rootEl, name = _ref.name, targetEl = _ref.targetEl, cloneEl2 = _ref.cloneEl, toEl = _ref.toEl, fromEl = _ref.fromEl, oldIndex2 = _ref.oldIndex, newIndex2 = _ref.newIndex, oldDraggableIndex2 = _ref.oldDraggableIndex, newDraggableIndex2 = _ref.newDraggableIndex, originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, extraEventProperties = _ref.extraEventProperties;
607
- sortable = sortable || rootEl2 && rootEl2[expando];
608
- if (!sortable) return;
609
- var evt, options = sortable.options, onName = "on" + name.charAt(0).toUpperCase() + name.substr(1);
610
- if (window.CustomEvent && !IE11OrLess && !Edge) {
611
- evt = new CustomEvent(name, {
612
- bubbles: true,
613
- cancelable: true
614
- });
615
- } else {
616
- evt = document.createEvent("Event");
617
- evt.initEvent(name, true, true);
618
- }
619
- evt.to = toEl || rootEl2;
620
- evt.from = fromEl || rootEl2;
621
- evt.item = targetEl || rootEl2;
622
- evt.clone = cloneEl2;
623
- evt.oldIndex = oldIndex2;
624
- evt.newIndex = newIndex2;
625
- evt.oldDraggableIndex = oldDraggableIndex2;
626
- evt.newDraggableIndex = newDraggableIndex2;
627
- evt.originalEvent = originalEvent;
628
- evt.pullMode = putSortable2 ? putSortable2.lastPutMode : void 0;
629
- var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable));
630
- for (var option2 in allEventProperties) {
631
- evt[option2] = allEventProperties[option2];
632
- }
633
- if (rootEl2) {
634
- rootEl2.dispatchEvent(evt);
635
- }
636
- if (options[onName]) {
637
- options[onName].call(sortable, evt);
638
- }
639
- }
640
- var _excluded = ["evt"];
641
- var pluginEvent2 = function pluginEvent3(eventName, sortable) {
642
- var _ref = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, originalEvent = _ref.evt, data = _objectWithoutProperties(_ref, _excluded);
643
- PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({
644
- dragEl,
645
- parentEl,
646
- ghostEl,
647
- rootEl,
648
- nextEl,
649
- lastDownEl,
650
- cloneEl,
651
- cloneHidden,
652
- dragStarted: moved,
653
- putSortable,
654
- activeSortable: Sortable.active,
655
- originalEvent,
656
- oldIndex,
657
- oldDraggableIndex,
658
- newIndex,
659
- newDraggableIndex,
660
- hideGhostForTarget: _hideGhostForTarget,
661
- unhideGhostForTarget: _unhideGhostForTarget,
662
- cloneNowHidden: function cloneNowHidden() {
663
- cloneHidden = true;
664
- },
665
- cloneNowShown: function cloneNowShown() {
666
- cloneHidden = false;
667
- },
668
- dispatchSortableEvent: function dispatchSortableEvent(name) {
669
- _dispatchEvent({
670
- sortable,
671
- name,
672
- originalEvent
673
- });
674
- }
675
- }, data));
676
- };
677
- function _dispatchEvent(info) {
678
- dispatchEvent(_objectSpread2({
679
- putSortable,
680
- cloneEl,
681
- targetEl: dragEl,
682
- rootEl,
683
- oldIndex,
684
- oldDraggableIndex,
685
- newIndex,
686
- newDraggableIndex
687
- }, info));
688
- }
689
- var dragEl, parentEl, ghostEl, rootEl, nextEl, lastDownEl, cloneEl, cloneHidden, oldIndex, newIndex, oldDraggableIndex, newDraggableIndex, activeGroup, putSortable, awaitingDragStarted = false, ignoreNextClick = false, sortables = [], tapEvt, touchEvt, lastDx, lastDy, tapDistanceLeft, tapDistanceTop, moved, lastTarget, lastDirection, pastFirstInvertThresh = false, isCircumstantialInvert = false, targetMoveDistance, ghostRelativeParent, ghostRelativeParentInitialScroll = [], _silent = false, savedInputChecked = [];
690
- var documentExists = typeof document !== "undefined", PositionGhostAbsolutely = IOS, CSSFloatProperty = Edge || IE11OrLess ? "cssFloat" : "float", supportDraggable = documentExists && !ChromeForAndroid && !IOS && "draggable" in document.createElement("div"), supportCssPointerEvents = (function() {
691
- if (!documentExists) return;
692
- if (IE11OrLess) {
693
- return false;
694
- }
695
- var el = document.createElement("x");
696
- el.style.cssText = "pointer-events:auto";
697
- return el.style.pointerEvents === "auto";
698
- })(), _detectDirection = function _detectDirection2(el, options) {
699
- var elCSS = css(el), elWidth = parseInt(elCSS.width) - parseInt(elCSS.paddingLeft) - parseInt(elCSS.paddingRight) - parseInt(elCSS.borderLeftWidth) - parseInt(elCSS.borderRightWidth), child1 = getChild(el, 0, options), child2 = getChild(el, 1, options), firstChildCSS = child1 && css(child1), secondChildCSS = child2 && css(child2), firstChildWidth = firstChildCSS && parseInt(firstChildCSS.marginLeft) + parseInt(firstChildCSS.marginRight) + getRect(child1).width, secondChildWidth = secondChildCSS && parseInt(secondChildCSS.marginLeft) + parseInt(secondChildCSS.marginRight) + getRect(child2).width;
700
- if (elCSS.display === "flex") {
701
- return elCSS.flexDirection === "column" || elCSS.flexDirection === "column-reverse" ? "vertical" : "horizontal";
702
- }
703
- if (elCSS.display === "grid") {
704
- return elCSS.gridTemplateColumns.split(" ").length <= 1 ? "vertical" : "horizontal";
705
- }
706
- if (child1 && firstChildCSS["float"] && firstChildCSS["float"] !== "none") {
707
- var touchingSideChild2 = firstChildCSS["float"] === "left" ? "left" : "right";
708
- return child2 && (secondChildCSS.clear === "both" || secondChildCSS.clear === touchingSideChild2) ? "vertical" : "horizontal";
709
- }
710
- return child1 && (firstChildCSS.display === "block" || firstChildCSS.display === "flex" || firstChildCSS.display === "table" || firstChildCSS.display === "grid" || firstChildWidth >= elWidth && elCSS[CSSFloatProperty] === "none" || child2 && elCSS[CSSFloatProperty] === "none" && firstChildWidth + secondChildWidth > elWidth) ? "vertical" : "horizontal";
711
- }, _dragElInRowColumn = function _dragElInRowColumn2(dragRect, targetRect, vertical) {
712
- var dragElS1Opp = vertical ? dragRect.left : dragRect.top, dragElS2Opp = vertical ? dragRect.right : dragRect.bottom, dragElOppLength = vertical ? dragRect.width : dragRect.height, targetS1Opp = vertical ? targetRect.left : targetRect.top, targetS2Opp = vertical ? targetRect.right : targetRect.bottom, targetOppLength = vertical ? targetRect.width : targetRect.height;
713
- return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;
714
- }, _detectNearestEmptySortable = function _detectNearestEmptySortable2(x, y) {
715
- var ret;
716
- sortables.some(function(sortable) {
717
- var threshold = sortable[expando].options.emptyInsertThreshold;
718
- if (!threshold || lastChild(sortable)) return;
719
- var rect = getRect(sortable), insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold, insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold;
720
- if (insideHorizontally && insideVertically) {
721
- return ret = sortable;
722
- }
723
- });
724
- return ret;
725
- }, _prepareGroup = function _prepareGroup2(options) {
726
- function toFn(value, pull) {
727
- return function(to, from, dragEl2, evt) {
728
- var sameGroup = to.options.group.name && from.options.group.name && to.options.group.name === from.options.group.name;
729
- if (value == null && (pull || sameGroup)) {
730
- return true;
731
- } else if (value == null || value === false) {
732
- return false;
733
- } else if (pull && value === "clone") {
734
- return value;
735
- } else if (typeof value === "function") {
736
- return toFn(value(to, from, dragEl2, evt), pull)(to, from, dragEl2, evt);
737
- } else {
738
- var otherGroup = (pull ? to : from).options.group.name;
739
- return value === true || typeof value === "string" && value === otherGroup || value.join && value.indexOf(otherGroup) > -1;
740
- }
741
- };
742
- }
743
- var group = {};
744
- var originalGroup = options.group;
745
- if (!originalGroup || _typeof(originalGroup) != "object") {
746
- originalGroup = {
747
- name: originalGroup
748
- };
749
- }
750
- group.name = originalGroup.name;
751
- group.checkPull = toFn(originalGroup.pull, true);
752
- group.checkPut = toFn(originalGroup.put);
753
- group.revertClone = originalGroup.revertClone;
754
- options.group = group;
755
- }, _hideGhostForTarget = function _hideGhostForTarget2() {
756
- if (!supportCssPointerEvents && ghostEl) {
757
- css(ghostEl, "display", "none");
758
- }
759
- }, _unhideGhostForTarget = function _unhideGhostForTarget2() {
760
- if (!supportCssPointerEvents && ghostEl) {
761
- css(ghostEl, "display", "");
762
- }
763
- };
764
- if (documentExists) {
765
- document.addEventListener("click", function(evt) {
766
- if (ignoreNextClick) {
767
- evt.preventDefault();
768
- evt.stopPropagation && evt.stopPropagation();
769
- evt.stopImmediatePropagation && evt.stopImmediatePropagation();
770
- ignoreNextClick = false;
771
- return false;
772
- }
773
- }, true);
774
- }
775
- var nearestEmptyInsertDetectEvent = function nearestEmptyInsertDetectEvent2(evt) {
776
- if (dragEl) {
777
- evt = evt.touches ? evt.touches[0] : evt;
778
- var nearest = _detectNearestEmptySortable(evt.clientX, evt.clientY);
779
- if (nearest) {
780
- var event = {};
781
- for (var i in evt) {
782
- if (evt.hasOwnProperty(i)) {
783
- event[i] = evt[i];
784
- }
785
- }
786
- event.target = event.rootEl = nearest;
787
- event.preventDefault = void 0;
788
- event.stopPropagation = void 0;
789
- nearest[expando]._onDragOver(event);
790
- }
791
- }
792
- };
793
- var _checkOutsideTargetEl = function _checkOutsideTargetEl2(evt) {
794
- if (dragEl) {
795
- dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
796
- }
797
- };
798
- function Sortable(el, options) {
799
- if (!(el && el.nodeType && el.nodeType === 1)) {
800
- throw "Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(el));
801
- }
802
- this.el = el;
803
- this.options = options = _extends({}, options);
804
- el[expando] = this;
805
- var defaults2 = {
806
- group: null,
807
- sort: true,
808
- disabled: false,
809
- store: null,
810
- handle: null,
811
- draggable: /^[uo]l$/i.test(el.nodeName) ? ">li" : ">*",
812
- swapThreshold: 1,
813
- // percentage; 0 <= x <= 1
814
- invertSwap: false,
815
- // invert always
816
- invertedSwapThreshold: null,
817
- // will be set to same as swapThreshold if default
818
- removeCloneOnHide: true,
819
- direction: function direction() {
820
- return _detectDirection(el, this.options);
821
- },
822
- ghostClass: "sortable-ghost",
823
- chosenClass: "sortable-chosen",
824
- dragClass: "sortable-drag",
825
- ignore: "a, img",
826
- filter: null,
827
- preventOnFilter: true,
828
- animation: 0,
829
- easing: null,
830
- setData: function setData(dataTransfer, dragEl2) {
831
- dataTransfer.setData("Text", dragEl2.textContent);
832
- },
833
- dropBubble: false,
834
- dragoverBubble: false,
835
- dataIdAttr: "data-id",
836
- delay: 0,
837
- delayOnTouchOnly: false,
838
- touchStartThreshold: (Number.parseInt ? Number : window).parseInt(window.devicePixelRatio, 10) || 1,
839
- forceFallback: false,
840
- fallbackClass: "sortable-fallback",
841
- fallbackOnBody: false,
842
- fallbackTolerance: 0,
843
- fallbackOffset: {
844
- x: 0,
845
- y: 0
846
- },
847
- supportPointer: Sortable.supportPointer !== false && "PointerEvent" in window && !Safari,
848
- emptyInsertThreshold: 5
849
- };
850
- PluginManager.initializePlugins(this, el, defaults2);
851
- for (var name in defaults2) {
852
- !(name in options) && (options[name] = defaults2[name]);
853
- }
854
- _prepareGroup(options);
855
- for (var fn in this) {
856
- if (fn.charAt(0) === "_" && typeof this[fn] === "function") {
857
- this[fn] = this[fn].bind(this);
858
- }
859
- }
860
- this.nativeDraggable = options.forceFallback ? false : supportDraggable;
861
- if (this.nativeDraggable) {
862
- this.options.touchStartThreshold = 1;
863
- }
864
- if (options.supportPointer) {
865
- on(el, "pointerdown", this._onTapStart);
866
- } else {
867
- on(el, "mousedown", this._onTapStart);
868
- on(el, "touchstart", this._onTapStart);
869
- }
870
- if (this.nativeDraggable) {
871
- on(el, "dragover", this);
872
- on(el, "dragenter", this);
873
- }
874
- sortables.push(this.el);
875
- options.store && options.store.get && this.sort(options.store.get(this) || []);
876
- _extends(this, AnimationStateManager());
877
- }
878
- Sortable.prototype = /** @lends Sortable.prototype */
879
- {
880
- constructor: Sortable,
881
- _isOutsideThisEl: function _isOutsideThisEl(target) {
882
- if (!this.el.contains(target) && target !== this.el) {
883
- lastTarget = null;
884
- }
885
- },
886
- _getDirection: function _getDirection(evt, target) {
887
- return typeof this.options.direction === "function" ? this.options.direction.call(this, evt, target, dragEl) : this.options.direction;
888
- },
889
- _onTapStart: function _onTapStart(evt) {
890
- if (!evt.cancelable) return;
891
- var _this = this, el = this.el, options = this.options, preventOnFilter = options.preventOnFilter, type = evt.type, touch = evt.touches && evt.touches[0] || evt.pointerType && evt.pointerType === "touch" && evt, target = (touch || evt).target, originalTarget = evt.target.shadowRoot && (evt.path && evt.path[0] || evt.composedPath && evt.composedPath()[0]) || target, filter = options.filter;
892
- _saveInputCheckedState(el);
893
- if (dragEl) {
894
- return;
895
- }
896
- if (/mousedown|pointerdown/.test(type) && evt.button !== 0 || options.disabled) {
897
- return;
898
- }
899
- if (originalTarget.isContentEditable) {
900
- return;
901
- }
902
- if (!this.nativeDraggable && Safari && target && target.tagName.toUpperCase() === "SELECT") {
903
- return;
904
- }
905
- target = closest(target, options.draggable, el, false);
906
- if (target && target.animated) {
907
- return;
908
- }
909
- if (lastDownEl === target) {
910
- return;
911
- }
912
- oldIndex = index(target);
913
- oldDraggableIndex = index(target, options.draggable);
914
- if (typeof filter === "function") {
915
- if (filter.call(this, evt, target, this)) {
916
- _dispatchEvent({
917
- sortable: _this,
918
- rootEl: originalTarget,
919
- name: "filter",
920
- targetEl: target,
921
- toEl: el,
922
- fromEl: el
923
- });
924
- pluginEvent2("filter", _this, {
925
- evt
926
- });
927
- preventOnFilter && evt.cancelable && evt.preventDefault();
928
- return;
929
- }
930
- } else if (filter) {
931
- filter = filter.split(",").some(function(criteria) {
932
- criteria = closest(originalTarget, criteria.trim(), el, false);
933
- if (criteria) {
934
- _dispatchEvent({
935
- sortable: _this,
936
- rootEl: criteria,
937
- name: "filter",
938
- targetEl: target,
939
- fromEl: el,
940
- toEl: el
941
- });
942
- pluginEvent2("filter", _this, {
943
- evt
944
- });
945
- return true;
946
- }
947
- });
948
- if (filter) {
949
- preventOnFilter && evt.cancelable && evt.preventDefault();
950
- return;
951
- }
952
- }
953
- if (options.handle && !closest(originalTarget, options.handle, el, false)) {
954
- return;
955
- }
956
- this._prepareDragStart(evt, touch, target);
957
- },
958
- _prepareDragStart: function _prepareDragStart(evt, touch, target) {
959
- var _this = this, el = _this.el, options = _this.options, ownerDocument = el.ownerDocument, dragStartFn;
960
- if (target && !dragEl && target.parentNode === el) {
961
- var dragRect = getRect(target);
962
- rootEl = el;
963
- dragEl = target;
964
- parentEl = dragEl.parentNode;
965
- nextEl = dragEl.nextSibling;
966
- lastDownEl = target;
967
- activeGroup = options.group;
968
- Sortable.dragged = dragEl;
969
- tapEvt = {
970
- target: dragEl,
971
- clientX: (touch || evt).clientX,
972
- clientY: (touch || evt).clientY
973
- };
974
- tapDistanceLeft = tapEvt.clientX - dragRect.left;
975
- tapDistanceTop = tapEvt.clientY - dragRect.top;
976
- this._lastX = (touch || evt).clientX;
977
- this._lastY = (touch || evt).clientY;
978
- dragEl.style["will-change"] = "all";
979
- dragStartFn = function dragStartFn2() {
980
- pluginEvent2("delayEnded", _this, {
981
- evt
982
- });
983
- if (Sortable.eventCanceled) {
984
- _this._onDrop();
985
- return;
986
- }
987
- _this._disableDelayedDragEvents();
988
- if (!FireFox && _this.nativeDraggable) {
989
- dragEl.draggable = true;
990
- }
991
- _this._triggerDragStart(evt, touch);
992
- _dispatchEvent({
993
- sortable: _this,
994
- name: "choose",
995
- originalEvent: evt
996
- });
997
- toggleClass(dragEl, options.chosenClass, true);
998
- };
999
- options.ignore.split(",").forEach(function(criteria) {
1000
- find(dragEl, criteria.trim(), _disableDraggable);
1001
- });
1002
- on(ownerDocument, "dragover", nearestEmptyInsertDetectEvent);
1003
- on(ownerDocument, "mousemove", nearestEmptyInsertDetectEvent);
1004
- on(ownerDocument, "touchmove", nearestEmptyInsertDetectEvent);
1005
- on(ownerDocument, "mouseup", _this._onDrop);
1006
- on(ownerDocument, "touchend", _this._onDrop);
1007
- on(ownerDocument, "touchcancel", _this._onDrop);
1008
- if (FireFox && this.nativeDraggable) {
1009
- this.options.touchStartThreshold = 4;
1010
- dragEl.draggable = true;
1011
- }
1012
- pluginEvent2("delayStart", this, {
1013
- evt
1014
- });
1015
- if (options.delay && (!options.delayOnTouchOnly || touch) && (!this.nativeDraggable || !(Edge || IE11OrLess))) {
1016
- if (Sortable.eventCanceled) {
1017
- this._onDrop();
1018
- return;
1019
- }
1020
- on(ownerDocument, "mouseup", _this._disableDelayedDrag);
1021
- on(ownerDocument, "touchend", _this._disableDelayedDrag);
1022
- on(ownerDocument, "touchcancel", _this._disableDelayedDrag);
1023
- on(ownerDocument, "mousemove", _this._delayedDragTouchMoveHandler);
1024
- on(ownerDocument, "touchmove", _this._delayedDragTouchMoveHandler);
1025
- options.supportPointer && on(ownerDocument, "pointermove", _this._delayedDragTouchMoveHandler);
1026
- _this._dragStartTimer = setTimeout(dragStartFn, options.delay);
1027
- } else {
1028
- dragStartFn();
1029
- }
1030
- }
1031
- },
1032
- _delayedDragTouchMoveHandler: function _delayedDragTouchMoveHandler(e) {
1033
- var touch = e.touches ? e.touches[0] : e;
1034
- if (Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) >= Math.floor(this.options.touchStartThreshold / (this.nativeDraggable && window.devicePixelRatio || 1))) {
1035
- this._disableDelayedDrag();
1036
- }
1037
- },
1038
- _disableDelayedDrag: function _disableDelayedDrag() {
1039
- dragEl && _disableDraggable(dragEl);
1040
- clearTimeout(this._dragStartTimer);
1041
- this._disableDelayedDragEvents();
1042
- },
1043
- _disableDelayedDragEvents: function _disableDelayedDragEvents() {
1044
- var ownerDocument = this.el.ownerDocument;
1045
- off(ownerDocument, "mouseup", this._disableDelayedDrag);
1046
- off(ownerDocument, "touchend", this._disableDelayedDrag);
1047
- off(ownerDocument, "touchcancel", this._disableDelayedDrag);
1048
- off(ownerDocument, "mousemove", this._delayedDragTouchMoveHandler);
1049
- off(ownerDocument, "touchmove", this._delayedDragTouchMoveHandler);
1050
- off(ownerDocument, "pointermove", this._delayedDragTouchMoveHandler);
1051
- },
1052
- _triggerDragStart: function _triggerDragStart(evt, touch) {
1053
- touch = touch || evt.pointerType == "touch" && evt;
1054
- if (!this.nativeDraggable || touch) {
1055
- if (this.options.supportPointer) {
1056
- on(document, "pointermove", this._onTouchMove);
1057
- } else if (touch) {
1058
- on(document, "touchmove", this._onTouchMove);
1059
- } else {
1060
- on(document, "mousemove", this._onTouchMove);
1061
- }
1062
- } else {
1063
- on(dragEl, "dragend", this);
1064
- on(rootEl, "dragstart", this._onDragStart);
1065
- }
1066
- try {
1067
- if (document.selection) {
1068
- _nextTick(function() {
1069
- document.selection.empty();
1070
- });
1071
- } else {
1072
- window.getSelection().removeAllRanges();
1073
- }
1074
- } catch (err) {
1075
- }
1076
- },
1077
- _dragStarted: function _dragStarted(fallback, evt) {
1078
- awaitingDragStarted = false;
1079
- if (rootEl && dragEl) {
1080
- pluginEvent2("dragStarted", this, {
1081
- evt
1082
- });
1083
- if (this.nativeDraggable) {
1084
- on(document, "dragover", _checkOutsideTargetEl);
1085
- }
1086
- var options = this.options;
1087
- !fallback && toggleClass(dragEl, options.dragClass, false);
1088
- toggleClass(dragEl, options.ghostClass, true);
1089
- Sortable.active = this;
1090
- fallback && this._appendGhost();
1091
- _dispatchEvent({
1092
- sortable: this,
1093
- name: "start",
1094
- originalEvent: evt
1095
- });
1096
- } else {
1097
- this._nulling();
1098
- }
1099
- },
1100
- _emulateDragOver: function _emulateDragOver() {
1101
- if (touchEvt) {
1102
- this._lastX = touchEvt.clientX;
1103
- this._lastY = touchEvt.clientY;
1104
- _hideGhostForTarget();
1105
- var target = document.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1106
- var parent = target;
1107
- while (target && target.shadowRoot) {
1108
- target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
1109
- if (target === parent) break;
1110
- parent = target;
1111
- }
1112
- dragEl.parentNode[expando]._isOutsideThisEl(target);
1113
- if (parent) {
1114
- do {
1115
- if (parent[expando]) {
1116
- var inserted = void 0;
1117
- inserted = parent[expando]._onDragOver({
1118
- clientX: touchEvt.clientX,
1119
- clientY: touchEvt.clientY,
1120
- target,
1121
- rootEl: parent
1122
- });
1123
- if (inserted && !this.options.dragoverBubble) {
1124
- break;
1125
- }
1126
- }
1127
- target = parent;
1128
- } while (parent = parent.parentNode);
1129
- }
1130
- _unhideGhostForTarget();
1131
- }
1132
- },
1133
- _onTouchMove: function _onTouchMove(evt) {
1134
- if (tapEvt) {
1135
- var options = this.options, fallbackTolerance = options.fallbackTolerance, fallbackOffset = options.fallbackOffset, touch = evt.touches ? evt.touches[0] : evt, ghostMatrix = ghostEl && matrix(ghostEl, true), scaleX = ghostEl && ghostMatrix && ghostMatrix.a, scaleY = ghostEl && ghostMatrix && ghostMatrix.d, relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent), dx = (touch.clientX - tapEvt.clientX + fallbackOffset.x) / (scaleX || 1) + (relativeScrollOffset ? relativeScrollOffset[0] - ghostRelativeParentInitialScroll[0] : 0) / (scaleX || 1), dy = (touch.clientY - tapEvt.clientY + fallbackOffset.y) / (scaleY || 1) + (relativeScrollOffset ? relativeScrollOffset[1] - ghostRelativeParentInitialScroll[1] : 0) / (scaleY || 1);
1136
- if (!Sortable.active && !awaitingDragStarted) {
1137
- if (fallbackTolerance && Math.max(Math.abs(touch.clientX - this._lastX), Math.abs(touch.clientY - this._lastY)) < fallbackTolerance) {
1138
- return;
1139
- }
1140
- this._onDragStart(evt, true);
1141
- }
1142
- if (ghostEl) {
1143
- if (ghostMatrix) {
1144
- ghostMatrix.e += dx - (lastDx || 0);
1145
- ghostMatrix.f += dy - (lastDy || 0);
1146
- } else {
1147
- ghostMatrix = {
1148
- a: 1,
1149
- b: 0,
1150
- c: 0,
1151
- d: 1,
1152
- e: dx,
1153
- f: dy
1154
- };
1155
- }
1156
- var cssMatrix = "matrix(".concat(ghostMatrix.a, ",").concat(ghostMatrix.b, ",").concat(ghostMatrix.c, ",").concat(ghostMatrix.d, ",").concat(ghostMatrix.e, ",").concat(ghostMatrix.f, ")");
1157
- css(ghostEl, "webkitTransform", cssMatrix);
1158
- css(ghostEl, "mozTransform", cssMatrix);
1159
- css(ghostEl, "msTransform", cssMatrix);
1160
- css(ghostEl, "transform", cssMatrix);
1161
- lastDx = dx;
1162
- lastDy = dy;
1163
- touchEvt = touch;
1164
- }
1165
- evt.cancelable && evt.preventDefault();
1166
- }
1167
- },
1168
- _appendGhost: function _appendGhost() {
1169
- if (!ghostEl) {
1170
- var container = this.options.fallbackOnBody ? document.body : rootEl, rect = getRect(dragEl, true, PositionGhostAbsolutely, true, container), options = this.options;
1171
- if (PositionGhostAbsolutely) {
1172
- ghostRelativeParent = container;
1173
- while (css(ghostRelativeParent, "position") === "static" && css(ghostRelativeParent, "transform") === "none" && ghostRelativeParent !== document) {
1174
- ghostRelativeParent = ghostRelativeParent.parentNode;
1175
- }
1176
- if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) {
1177
- if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement();
1178
- rect.top += ghostRelativeParent.scrollTop;
1179
- rect.left += ghostRelativeParent.scrollLeft;
1180
- } else {
1181
- ghostRelativeParent = getWindowScrollingElement();
1182
- }
1183
- ghostRelativeParentInitialScroll = getRelativeScrollOffset(ghostRelativeParent);
1184
- }
1185
- ghostEl = dragEl.cloneNode(true);
1186
- toggleClass(ghostEl, options.ghostClass, false);
1187
- toggleClass(ghostEl, options.fallbackClass, true);
1188
- toggleClass(ghostEl, options.dragClass, true);
1189
- css(ghostEl, "transition", "");
1190
- css(ghostEl, "transform", "");
1191
- css(ghostEl, "box-sizing", "border-box");
1192
- css(ghostEl, "margin", 0);
1193
- css(ghostEl, "top", rect.top);
1194
- css(ghostEl, "left", rect.left);
1195
- css(ghostEl, "width", rect.width);
1196
- css(ghostEl, "height", rect.height);
1197
- css(ghostEl, "opacity", "0.8");
1198
- css(ghostEl, "position", PositionGhostAbsolutely ? "absolute" : "fixed");
1199
- css(ghostEl, "zIndex", "100000");
1200
- css(ghostEl, "pointerEvents", "none");
1201
- Sortable.ghost = ghostEl;
1202
- container.appendChild(ghostEl);
1203
- css(ghostEl, "transform-origin", tapDistanceLeft / parseInt(ghostEl.style.width) * 100 + "% " + tapDistanceTop / parseInt(ghostEl.style.height) * 100 + "%");
1204
- }
1205
- },
1206
- _onDragStart: function _onDragStart(evt, fallback) {
1207
- var _this = this;
1208
- var dataTransfer = evt.dataTransfer;
1209
- var options = _this.options;
1210
- pluginEvent2("dragStart", this, {
1211
- evt
1212
- });
1213
- if (Sortable.eventCanceled) {
1214
- this._onDrop();
1215
- return;
1216
- }
1217
- pluginEvent2("setupClone", this);
1218
- if (!Sortable.eventCanceled) {
1219
- cloneEl = clone(dragEl);
1220
- cloneEl.draggable = false;
1221
- cloneEl.style["will-change"] = "";
1222
- this._hideClone();
1223
- toggleClass(cloneEl, this.options.chosenClass, false);
1224
- Sortable.clone = cloneEl;
1225
- }
1226
- _this.cloneId = _nextTick(function() {
1227
- pluginEvent2("clone", _this);
1228
- if (Sortable.eventCanceled) return;
1229
- if (!_this.options.removeCloneOnHide) {
1230
- rootEl.insertBefore(cloneEl, dragEl);
1231
- }
1232
- _this._hideClone();
1233
- _dispatchEvent({
1234
- sortable: _this,
1235
- name: "clone"
1236
- });
1237
- });
1238
- !fallback && toggleClass(dragEl, options.dragClass, true);
1239
- if (fallback) {
1240
- ignoreNextClick = true;
1241
- _this._loopId = setInterval(_this._emulateDragOver, 50);
1242
- } else {
1243
- off(document, "mouseup", _this._onDrop);
1244
- off(document, "touchend", _this._onDrop);
1245
- off(document, "touchcancel", _this._onDrop);
1246
- if (dataTransfer) {
1247
- dataTransfer.effectAllowed = "move";
1248
- options.setData && options.setData.call(_this, dataTransfer, dragEl);
1249
- }
1250
- on(document, "drop", _this);
1251
- css(dragEl, "transform", "translateZ(0)");
1252
- }
1253
- awaitingDragStarted = true;
1254
- _this._dragStartId = _nextTick(_this._dragStarted.bind(_this, fallback, evt));
1255
- on(document, "selectstart", _this);
1256
- moved = true;
1257
- if (Safari) {
1258
- css(document.body, "user-select", "none");
1259
- }
1260
- },
1261
- // Returns true - if no further action is needed (either inserted or another condition)
1262
- _onDragOver: function _onDragOver(evt) {
1263
- var el = this.el, target = evt.target, dragRect, targetRect, revert, options = this.options, group = options.group, activeSortable = Sortable.active, isOwner = activeGroup === group, canSort = options.sort, fromSortable = putSortable || activeSortable, vertical, _this = this, completedFired = false;
1264
- if (_silent) return;
1265
- function dragOverEvent(name, extra) {
1266
- pluginEvent2(name, _this, _objectSpread2({
1267
- evt,
1268
- isOwner,
1269
- axis: vertical ? "vertical" : "horizontal",
1270
- revert,
1271
- dragRect,
1272
- targetRect,
1273
- canSort,
1274
- fromSortable,
1275
- target,
1276
- completed,
1277
- onMove: function onMove(target2, after2) {
1278
- return _onMove(rootEl, el, dragEl, dragRect, target2, getRect(target2), evt, after2);
1279
- },
1280
- changed
1281
- }, extra));
1282
- }
1283
- function capture() {
1284
- dragOverEvent("dragOverAnimationCapture");
1285
- _this.captureAnimationState();
1286
- if (_this !== fromSortable) {
1287
- fromSortable.captureAnimationState();
1288
- }
1289
- }
1290
- function completed(insertion) {
1291
- dragOverEvent("dragOverCompleted", {
1292
- insertion
1293
- });
1294
- if (insertion) {
1295
- if (isOwner) {
1296
- activeSortable._hideClone();
1297
- } else {
1298
- activeSortable._showClone(_this);
1299
- }
1300
- if (_this !== fromSortable) {
1301
- toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : activeSortable.options.ghostClass, false);
1302
- toggleClass(dragEl, options.ghostClass, true);
1303
- }
1304
- if (putSortable !== _this && _this !== Sortable.active) {
1305
- putSortable = _this;
1306
- } else if (_this === Sortable.active && putSortable) {
1307
- putSortable = null;
1308
- }
1309
- if (fromSortable === _this) {
1310
- _this._ignoreWhileAnimating = target;
1311
- }
1312
- _this.animateAll(function() {
1313
- dragOverEvent("dragOverAnimationComplete");
1314
- _this._ignoreWhileAnimating = null;
1315
- });
1316
- if (_this !== fromSortable) {
1317
- fromSortable.animateAll();
1318
- fromSortable._ignoreWhileAnimating = null;
1319
- }
1320
- }
1321
- if (target === dragEl && !dragEl.animated || target === el && !target.animated) {
1322
- lastTarget = null;
1323
- }
1324
- if (!options.dragoverBubble && !evt.rootEl && target !== document) {
1325
- dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
1326
- !insertion && nearestEmptyInsertDetectEvent(evt);
1327
- }
1328
- !options.dragoverBubble && evt.stopPropagation && evt.stopPropagation();
1329
- return completedFired = true;
1330
- }
1331
- function changed() {
1332
- newIndex = index(dragEl);
1333
- newDraggableIndex = index(dragEl, options.draggable);
1334
- _dispatchEvent({
1335
- sortable: _this,
1336
- name: "change",
1337
- toEl: el,
1338
- newIndex,
1339
- newDraggableIndex,
1340
- originalEvent: evt
1341
- });
1342
- }
1343
- if (evt.preventDefault !== void 0) {
1344
- evt.cancelable && evt.preventDefault();
1345
- }
1346
- target = closest(target, options.draggable, el, true);
1347
- dragOverEvent("dragOver");
1348
- if (Sortable.eventCanceled) return completedFired;
1349
- if (dragEl.contains(evt.target) || target.animated && target.animatingX && target.animatingY || _this._ignoreWhileAnimating === target) {
1350
- return completed(false);
1351
- }
1352
- ignoreNextClick = false;
1353
- if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) : putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) {
1354
- vertical = this._getDirection(evt, target) === "vertical";
1355
- dragRect = getRect(dragEl);
1356
- dragOverEvent("dragOverValid");
1357
- if (Sortable.eventCanceled) return completedFired;
1358
- if (revert) {
1359
- parentEl = rootEl;
1360
- capture();
1361
- this._hideClone();
1362
- dragOverEvent("revert");
1363
- if (!Sortable.eventCanceled) {
1364
- if (nextEl) {
1365
- rootEl.insertBefore(dragEl, nextEl);
1366
- } else {
1367
- rootEl.appendChild(dragEl);
1368
- }
1369
- }
1370
- return completed(true);
1371
- }
1372
- var elLastChild = lastChild(el, options.draggable);
1373
- if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) {
1374
- if (elLastChild === dragEl) {
1375
- return completed(false);
1376
- }
1377
- if (elLastChild && el === evt.target) {
1378
- target = elLastChild;
1379
- }
1380
- if (target) {
1381
- targetRect = getRect(target);
1382
- }
1383
- if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
1384
- capture();
1385
- el.appendChild(dragEl);
1386
- parentEl = el;
1387
- changed();
1388
- return completed(true);
1389
- }
1390
- } else if (elLastChild && _ghostIsFirst(evt, vertical, this)) {
1391
- var firstChild = getChild(el, 0, options, true);
1392
- if (firstChild === dragEl) {
1393
- return completed(false);
1394
- }
1395
- target = firstChild;
1396
- targetRect = getRect(target);
1397
- if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
1398
- capture();
1399
- el.insertBefore(dragEl, firstChild);
1400
- parentEl = el;
1401
- changed();
1402
- return completed(true);
1403
- }
1404
- } else if (target.parentNode === el) {
1405
- targetRect = getRect(target);
1406
- var direction = 0, targetBeforeFirstSwap, differentLevel = dragEl.parentNode !== el, differentRowCol = !_dragElInRowColumn(dragEl.animated && dragEl.toRect || dragRect, target.animated && target.toRect || targetRect, vertical), side1 = vertical ? "top" : "left", scrolledPastTop = isScrolledPast(target, "top", "top") || isScrolledPast(dragEl, "top", "top"), scrollBefore = scrolledPastTop ? scrolledPastTop.scrollTop : void 0;
1407
- if (lastTarget !== target) {
1408
- targetBeforeFirstSwap = targetRect[side1];
1409
- pastFirstInvertThresh = false;
1410
- isCircumstantialInvert = !differentRowCol && options.invertSwap || differentLevel;
1411
- }
1412
- direction = _getSwapDirection(evt, target, targetRect, vertical, differentRowCol ? 1 : options.swapThreshold, options.invertedSwapThreshold == null ? options.swapThreshold : options.invertedSwapThreshold, isCircumstantialInvert, lastTarget === target);
1413
- var sibling;
1414
- if (direction !== 0) {
1415
- var dragIndex = index(dragEl);
1416
- do {
1417
- dragIndex -= direction;
1418
- sibling = parentEl.children[dragIndex];
1419
- } while (sibling && (css(sibling, "display") === "none" || sibling === ghostEl));
1420
- }
1421
- if (direction === 0 || sibling === target) {
1422
- return completed(false);
1423
- }
1424
- lastTarget = target;
1425
- lastDirection = direction;
1426
- var nextSibling = target.nextElementSibling, after = false;
1427
- after = direction === 1;
1428
- var moveVector = _onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, after);
1429
- if (moveVector !== false) {
1430
- if (moveVector === 1 || moveVector === -1) {
1431
- after = moveVector === 1;
1432
- }
1433
- _silent = true;
1434
- setTimeout(_unsilent, 30);
1435
- capture();
1436
- if (after && !nextSibling) {
1437
- el.appendChild(dragEl);
1438
- } else {
1439
- target.parentNode.insertBefore(dragEl, after ? nextSibling : target);
1440
- }
1441
- if (scrolledPastTop) {
1442
- scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop);
1443
- }
1444
- parentEl = dragEl.parentNode;
1445
- if (targetBeforeFirstSwap !== void 0 && !isCircumstantialInvert) {
1446
- targetMoveDistance = Math.abs(targetBeforeFirstSwap - getRect(target)[side1]);
1447
- }
1448
- changed();
1449
- return completed(true);
1450
- }
1451
- }
1452
- if (el.contains(dragEl)) {
1453
- return completed(false);
1454
- }
1455
- }
1456
- return false;
1457
- },
1458
- _ignoreWhileAnimating: null,
1459
- _offMoveEvents: function _offMoveEvents() {
1460
- off(document, "mousemove", this._onTouchMove);
1461
- off(document, "touchmove", this._onTouchMove);
1462
- off(document, "pointermove", this._onTouchMove);
1463
- off(document, "dragover", nearestEmptyInsertDetectEvent);
1464
- off(document, "mousemove", nearestEmptyInsertDetectEvent);
1465
- off(document, "touchmove", nearestEmptyInsertDetectEvent);
1466
- },
1467
- _offUpEvents: function _offUpEvents() {
1468
- var ownerDocument = this.el.ownerDocument;
1469
- off(ownerDocument, "mouseup", this._onDrop);
1470
- off(ownerDocument, "touchend", this._onDrop);
1471
- off(ownerDocument, "pointerup", this._onDrop);
1472
- off(ownerDocument, "touchcancel", this._onDrop);
1473
- off(document, "selectstart", this);
1474
- },
1475
- _onDrop: function _onDrop(evt) {
1476
- var el = this.el, options = this.options;
1477
- newIndex = index(dragEl);
1478
- newDraggableIndex = index(dragEl, options.draggable);
1479
- pluginEvent2("drop", this, {
1480
- evt
1481
- });
1482
- parentEl = dragEl && dragEl.parentNode;
1483
- newIndex = index(dragEl);
1484
- newDraggableIndex = index(dragEl, options.draggable);
1485
- if (Sortable.eventCanceled) {
1486
- this._nulling();
1487
- return;
1488
- }
1489
- awaitingDragStarted = false;
1490
- isCircumstantialInvert = false;
1491
- pastFirstInvertThresh = false;
1492
- clearInterval(this._loopId);
1493
- clearTimeout(this._dragStartTimer);
1494
- _cancelNextTick(this.cloneId);
1495
- _cancelNextTick(this._dragStartId);
1496
- if (this.nativeDraggable) {
1497
- off(document, "drop", this);
1498
- off(el, "dragstart", this._onDragStart);
1499
- }
1500
- this._offMoveEvents();
1501
- this._offUpEvents();
1502
- if (Safari) {
1503
- css(document.body, "user-select", "");
1504
- }
1505
- css(dragEl, "transform", "");
1506
- if (evt) {
1507
- if (moved) {
1508
- evt.cancelable && evt.preventDefault();
1509
- !options.dropBubble && evt.stopPropagation();
1510
- }
1511
- ghostEl && ghostEl.parentNode && ghostEl.parentNode.removeChild(ghostEl);
1512
- if (rootEl === parentEl || putSortable && putSortable.lastPutMode !== "clone") {
1513
- cloneEl && cloneEl.parentNode && cloneEl.parentNode.removeChild(cloneEl);
1514
- }
1515
- if (dragEl) {
1516
- if (this.nativeDraggable) {
1517
- off(dragEl, "dragend", this);
1518
- }
1519
- _disableDraggable(dragEl);
1520
- dragEl.style["will-change"] = "";
1521
- if (moved && !awaitingDragStarted) {
1522
- toggleClass(dragEl, putSortable ? putSortable.options.ghostClass : this.options.ghostClass, false);
1523
- }
1524
- toggleClass(dragEl, this.options.chosenClass, false);
1525
- _dispatchEvent({
1526
- sortable: this,
1527
- name: "unchoose",
1528
- toEl: parentEl,
1529
- newIndex: null,
1530
- newDraggableIndex: null,
1531
- originalEvent: evt
1532
- });
1533
- if (rootEl !== parentEl) {
1534
- if (newIndex >= 0) {
1535
- _dispatchEvent({
1536
- rootEl: parentEl,
1537
- name: "add",
1538
- toEl: parentEl,
1539
- fromEl: rootEl,
1540
- originalEvent: evt
1541
- });
1542
- _dispatchEvent({
1543
- sortable: this,
1544
- name: "remove",
1545
- toEl: parentEl,
1546
- originalEvent: evt
1547
- });
1548
- _dispatchEvent({
1549
- rootEl: parentEl,
1550
- name: "sort",
1551
- toEl: parentEl,
1552
- fromEl: rootEl,
1553
- originalEvent: evt
1554
- });
1555
- _dispatchEvent({
1556
- sortable: this,
1557
- name: "sort",
1558
- toEl: parentEl,
1559
- originalEvent: evt
1560
- });
1561
- }
1562
- putSortable && putSortable.save();
1563
- } else {
1564
- if (newIndex !== oldIndex) {
1565
- if (newIndex >= 0) {
1566
- _dispatchEvent({
1567
- sortable: this,
1568
- name: "update",
1569
- toEl: parentEl,
1570
- originalEvent: evt
1571
- });
1572
- _dispatchEvent({
1573
- sortable: this,
1574
- name: "sort",
1575
- toEl: parentEl,
1576
- originalEvent: evt
1577
- });
1578
- }
1579
- }
1580
- }
1581
- if (Sortable.active) {
1582
- if (newIndex == null || newIndex === -1) {
1583
- newIndex = oldIndex;
1584
- newDraggableIndex = oldDraggableIndex;
1585
- }
1586
- _dispatchEvent({
1587
- sortable: this,
1588
- name: "end",
1589
- toEl: parentEl,
1590
- originalEvent: evt
1591
- });
1592
- this.save();
1593
- }
1594
- }
1595
- }
1596
- this._nulling();
1597
- },
1598
- _nulling: function _nulling() {
1599
- pluginEvent2("nulling", this);
1600
- rootEl = dragEl = parentEl = ghostEl = nextEl = cloneEl = lastDownEl = cloneHidden = tapEvt = touchEvt = moved = newIndex = newDraggableIndex = oldIndex = oldDraggableIndex = lastTarget = lastDirection = putSortable = activeGroup = Sortable.dragged = Sortable.ghost = Sortable.clone = Sortable.active = null;
1601
- savedInputChecked.forEach(function(el) {
1602
- el.checked = true;
1603
- });
1604
- savedInputChecked.length = lastDx = lastDy = 0;
1605
- },
1606
- handleEvent: function handleEvent(evt) {
1607
- switch (evt.type) {
1608
- case "drop":
1609
- case "dragend":
1610
- this._onDrop(evt);
1611
- break;
1612
- case "dragenter":
1613
- case "dragover":
1614
- if (dragEl) {
1615
- this._onDragOver(evt);
1616
- _globalDragOver(evt);
1617
- }
1618
- break;
1619
- case "selectstart":
1620
- evt.preventDefault();
1621
- break;
1622
- }
1623
- },
1624
- /**
1625
- * Serializes the item into an array of string.
1626
- * @returns {String[]}
1627
- */
1628
- toArray: function toArray() {
1629
- var order = [], el, children = this.el.children, i = 0, n = children.length, options = this.options;
1630
- for (; i < n; i++) {
1631
- el = children[i];
1632
- if (closest(el, options.draggable, this.el, false)) {
1633
- order.push(el.getAttribute(options.dataIdAttr) || _generateId(el));
1634
- }
1635
- }
1636
- return order;
1637
- },
1638
- /**
1639
- * Sorts the elements according to the array.
1640
- * @param {String[]} order order of the items
1641
- */
1642
- sort: function sort(order, useAnimation) {
1643
- var items = {}, rootEl2 = this.el;
1644
- this.toArray().forEach(function(id, i) {
1645
- var el = rootEl2.children[i];
1646
- if (closest(el, this.options.draggable, rootEl2, false)) {
1647
- items[id] = el;
1648
- }
1649
- }, this);
1650
- useAnimation && this.captureAnimationState();
1651
- order.forEach(function(id) {
1652
- if (items[id]) {
1653
- rootEl2.removeChild(items[id]);
1654
- rootEl2.appendChild(items[id]);
1655
- }
1656
- });
1657
- useAnimation && this.animateAll();
1658
- },
1659
- /**
1660
- * Save the current sorting
1661
- */
1662
- save: function save() {
1663
- var store = this.options.store;
1664
- store && store.set && store.set(this);
1665
- },
1666
- /**
1667
- * For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
1668
- * @param {HTMLElement} el
1669
- * @param {String} [selector] default: `options.draggable`
1670
- * @returns {HTMLElement|null}
1671
- */
1672
- closest: function closest$1(el, selector) {
1673
- return closest(el, selector || this.options.draggable, this.el, false);
1674
- },
1675
- /**
1676
- * Set/get option
1677
- * @param {string} name
1678
- * @param {*} [value]
1679
- * @returns {*}
1680
- */
1681
- option: function option(name, value) {
1682
- var options = this.options;
1683
- if (value === void 0) {
1684
- return options[name];
1685
- } else {
1686
- var modifiedValue = PluginManager.modifyOption(this, name, value);
1687
- if (typeof modifiedValue !== "undefined") {
1688
- options[name] = modifiedValue;
1689
- } else {
1690
- options[name] = value;
1691
- }
1692
- if (name === "group") {
1693
- _prepareGroup(options);
1694
- }
1695
- }
1696
- },
1697
- /**
1698
- * Destroy
1699
- */
1700
- destroy: function destroy() {
1701
- pluginEvent2("destroy", this);
1702
- var el = this.el;
1703
- el[expando] = null;
1704
- off(el, "mousedown", this._onTapStart);
1705
- off(el, "touchstart", this._onTapStart);
1706
- off(el, "pointerdown", this._onTapStart);
1707
- if (this.nativeDraggable) {
1708
- off(el, "dragover", this);
1709
- off(el, "dragenter", this);
1710
- }
1711
- Array.prototype.forEach.call(el.querySelectorAll("[draggable]"), function(el2) {
1712
- el2.removeAttribute("draggable");
1713
- });
1714
- this._onDrop();
1715
- this._disableDelayedDragEvents();
1716
- sortables.splice(sortables.indexOf(this.el), 1);
1717
- this.el = el = null;
1718
- },
1719
- _hideClone: function _hideClone() {
1720
- if (!cloneHidden) {
1721
- pluginEvent2("hideClone", this);
1722
- if (Sortable.eventCanceled) return;
1723
- css(cloneEl, "display", "none");
1724
- if (this.options.removeCloneOnHide && cloneEl.parentNode) {
1725
- cloneEl.parentNode.removeChild(cloneEl);
1726
- }
1727
- cloneHidden = true;
1728
- }
1729
- },
1730
- _showClone: function _showClone(putSortable2) {
1731
- if (putSortable2.lastPutMode !== "clone") {
1732
- this._hideClone();
1733
- return;
1734
- }
1735
- if (cloneHidden) {
1736
- pluginEvent2("showClone", this);
1737
- if (Sortable.eventCanceled) return;
1738
- if (dragEl.parentNode == rootEl && !this.options.group.revertClone) {
1739
- rootEl.insertBefore(cloneEl, dragEl);
1740
- } else if (nextEl) {
1741
- rootEl.insertBefore(cloneEl, nextEl);
1742
- } else {
1743
- rootEl.appendChild(cloneEl);
1744
- }
1745
- if (this.options.group.revertClone) {
1746
- this.animate(dragEl, cloneEl);
1747
- }
1748
- css(cloneEl, "display", "");
1749
- cloneHidden = false;
1750
- }
1751
- }
1752
- };
1753
- function _globalDragOver(evt) {
1754
- if (evt.dataTransfer) {
1755
- evt.dataTransfer.dropEffect = "move";
1756
- }
1757
- evt.cancelable && evt.preventDefault();
1758
- }
1759
- function _onMove(fromEl, toEl, dragEl2, dragRect, targetEl, targetRect, originalEvent, willInsertAfter) {
1760
- var evt, sortable = fromEl[expando], onMoveFn = sortable.options.onMove, retVal;
1761
- if (window.CustomEvent && !IE11OrLess && !Edge) {
1762
- evt = new CustomEvent("move", {
1763
- bubbles: true,
1764
- cancelable: true
1765
- });
1766
- } else {
1767
- evt = document.createEvent("Event");
1768
- evt.initEvent("move", true, true);
1769
- }
1770
- evt.to = toEl;
1771
- evt.from = fromEl;
1772
- evt.dragged = dragEl2;
1773
- evt.draggedRect = dragRect;
1774
- evt.related = targetEl || toEl;
1775
- evt.relatedRect = targetRect || getRect(toEl);
1776
- evt.willInsertAfter = willInsertAfter;
1777
- evt.originalEvent = originalEvent;
1778
- fromEl.dispatchEvent(evt);
1779
- if (onMoveFn) {
1780
- retVal = onMoveFn.call(sortable, evt, originalEvent);
1781
- }
1782
- return retVal;
1783
- }
1784
- function _disableDraggable(el) {
1785
- el.draggable = false;
1786
- }
1787
- function _unsilent() {
1788
- _silent = false;
1789
- }
1790
- function _ghostIsFirst(evt, vertical, sortable) {
1791
- var rect = getRect(getChild(sortable.el, 0, sortable.options, true));
1792
- var spacer = 10;
1793
- return vertical ? evt.clientX < rect.left - spacer || evt.clientY < rect.top && evt.clientX < rect.right : evt.clientY < rect.top - spacer || evt.clientY < rect.bottom && evt.clientX < rect.left;
1794
- }
1795
- function _ghostIsLast(evt, vertical, sortable) {
1796
- var rect = getRect(lastChild(sortable.el, sortable.options.draggable));
1797
- var spacer = 10;
1798
- return vertical ? evt.clientX > rect.right + spacer || evt.clientX <= rect.right && evt.clientY > rect.bottom && evt.clientX >= rect.left : evt.clientX > rect.right && evt.clientY > rect.top || evt.clientX <= rect.right && evt.clientY > rect.bottom + spacer;
1799
- }
1800
- function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, invertedSwapThreshold, invertSwap, isLastTarget) {
1801
- var mouseOnAxis = vertical ? evt.clientY : evt.clientX, targetLength = vertical ? targetRect.height : targetRect.width, targetS1 = vertical ? targetRect.top : targetRect.left, targetS2 = vertical ? targetRect.bottom : targetRect.right, invert = false;
1802
- if (!invertSwap) {
1803
- if (isLastTarget && targetMoveDistance < targetLength * swapThreshold) {
1804
- if (!pastFirstInvertThresh && (lastDirection === 1 ? mouseOnAxis > targetS1 + targetLength * invertedSwapThreshold / 2 : mouseOnAxis < targetS2 - targetLength * invertedSwapThreshold / 2)) {
1805
- pastFirstInvertThresh = true;
1806
- }
1807
- if (!pastFirstInvertThresh) {
1808
- if (lastDirection === 1 ? mouseOnAxis < targetS1 + targetMoveDistance : mouseOnAxis > targetS2 - targetMoveDistance) {
1809
- return -lastDirection;
1810
- }
1811
- } else {
1812
- invert = true;
1813
- }
1814
- } else {
1815
- if (mouseOnAxis > targetS1 + targetLength * (1 - swapThreshold) / 2 && mouseOnAxis < targetS2 - targetLength * (1 - swapThreshold) / 2) {
1816
- return _getInsertDirection(target);
1817
- }
1818
- }
1819
- }
1820
- invert = invert || invertSwap;
1821
- if (invert) {
1822
- if (mouseOnAxis < targetS1 + targetLength * invertedSwapThreshold / 2 || mouseOnAxis > targetS2 - targetLength * invertedSwapThreshold / 2) {
1823
- return mouseOnAxis > targetS1 + targetLength / 2 ? 1 : -1;
1824
- }
1825
- }
1826
- return 0;
1827
- }
1828
- function _getInsertDirection(target) {
1829
- if (index(dragEl) < index(target)) {
1830
- return 1;
1831
- } else {
1832
- return -1;
1833
- }
1834
- }
1835
- function _generateId(el) {
1836
- var str = el.tagName + el.className + el.src + el.href + el.textContent, i = str.length, sum = 0;
1837
- while (i--) {
1838
- sum += str.charCodeAt(i);
1839
- }
1840
- return sum.toString(36);
1841
- }
1842
- function _saveInputCheckedState(root) {
1843
- savedInputChecked.length = 0;
1844
- var inputs = root.getElementsByTagName("input");
1845
- var idx = inputs.length;
1846
- while (idx--) {
1847
- var el = inputs[idx];
1848
- el.checked && savedInputChecked.push(el);
1849
- }
1850
- }
1851
- function _nextTick(fn) {
1852
- return setTimeout(fn, 0);
1853
- }
1854
- function _cancelNextTick(id) {
1855
- return clearTimeout(id);
1856
- }
1857
- if (documentExists) {
1858
- on(document, "touchmove", function(evt) {
1859
- if ((Sortable.active || awaitingDragStarted) && evt.cancelable) {
1860
- evt.preventDefault();
1861
- }
1862
- });
1863
- }
1864
- Sortable.utils = {
1865
- on,
1866
- off,
1867
- css,
1868
- find,
1869
- is: function is(el, selector) {
1870
- return !!closest(el, selector, el, false);
1871
- },
1872
- extend,
1873
- throttle,
1874
- closest,
1875
- toggleClass,
1876
- clone,
1877
- index,
1878
- nextTick: _nextTick,
1879
- cancelNextTick: _cancelNextTick,
1880
- detectDirection: _detectDirection,
1881
- getChild
1882
- };
1883
- Sortable.get = function(element) {
1884
- return element[expando];
1885
- };
1886
- Sortable.mount = function() {
1887
- for (var _len = arguments.length, plugins2 = new Array(_len), _key = 0; _key < _len; _key++) {
1888
- plugins2[_key] = arguments[_key];
1889
- }
1890
- if (plugins2[0].constructor === Array) plugins2 = plugins2[0];
1891
- plugins2.forEach(function(plugin) {
1892
- if (!plugin.prototype || !plugin.prototype.constructor) {
1893
- throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin));
1894
- }
1895
- if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
1896
- PluginManager.mount(plugin);
1897
- });
1898
- };
1899
- Sortable.create = function(el, options) {
1900
- return new Sortable(el, options);
1901
- };
1902
- Sortable.version = version;
1903
- var autoScrolls = [], scrollEl, scrollRootEl, scrolling = false, lastAutoScrollX, lastAutoScrollY, touchEvt$1, pointerElemChangedInterval;
1904
- function AutoScrollPlugin() {
1905
- function AutoScroll() {
1906
- this.defaults = {
1907
- scroll: true,
1908
- forceAutoScrollFallback: false,
1909
- scrollSensitivity: 30,
1910
- scrollSpeed: 10,
1911
- bubbleScroll: true
1912
- };
1913
- for (var fn in this) {
1914
- if (fn.charAt(0) === "_" && typeof this[fn] === "function") {
1915
- this[fn] = this[fn].bind(this);
1916
- }
1917
- }
1918
- }
1919
- AutoScroll.prototype = {
1920
- dragStarted: function dragStarted(_ref) {
1921
- var originalEvent = _ref.originalEvent;
1922
- if (this.sortable.nativeDraggable) {
1923
- on(document, "dragover", this._handleAutoScroll);
1924
- } else {
1925
- if (this.options.supportPointer) {
1926
- on(document, "pointermove", this._handleFallbackAutoScroll);
1927
- } else if (originalEvent.touches) {
1928
- on(document, "touchmove", this._handleFallbackAutoScroll);
1929
- } else {
1930
- on(document, "mousemove", this._handleFallbackAutoScroll);
1931
- }
1932
- }
1933
- },
1934
- dragOverCompleted: function dragOverCompleted(_ref2) {
1935
- var originalEvent = _ref2.originalEvent;
1936
- if (!this.options.dragOverBubble && !originalEvent.rootEl) {
1937
- this._handleAutoScroll(originalEvent);
1938
- }
1939
- },
1940
- drop: function drop3() {
1941
- if (this.sortable.nativeDraggable) {
1942
- off(document, "dragover", this._handleAutoScroll);
1943
- } else {
1944
- off(document, "pointermove", this._handleFallbackAutoScroll);
1945
- off(document, "touchmove", this._handleFallbackAutoScroll);
1946
- off(document, "mousemove", this._handleFallbackAutoScroll);
1947
- }
1948
- clearPointerElemChangedInterval();
1949
- clearAutoScrolls();
1950
- cancelThrottle();
1951
- },
1952
- nulling: function nulling() {
1953
- touchEvt$1 = scrollRootEl = scrollEl = scrolling = pointerElemChangedInterval = lastAutoScrollX = lastAutoScrollY = null;
1954
- autoScrolls.length = 0;
1955
- },
1956
- _handleFallbackAutoScroll: function _handleFallbackAutoScroll(evt) {
1957
- this._handleAutoScroll(evt, true);
1958
- },
1959
- _handleAutoScroll: function _handleAutoScroll(evt, fallback) {
1960
- var _this = this;
1961
- var x = (evt.touches ? evt.touches[0] : evt).clientX, y = (evt.touches ? evt.touches[0] : evt).clientY, elem = document.elementFromPoint(x, y);
1962
- touchEvt$1 = evt;
1963
- if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) {
1964
- autoScroll(evt, this.options, elem, fallback);
1965
- var ogElemScroller = getParentAutoScrollElement(elem, true);
1966
- if (scrolling && (!pointerElemChangedInterval || x !== lastAutoScrollX || y !== lastAutoScrollY)) {
1967
- pointerElemChangedInterval && clearPointerElemChangedInterval();
1968
- pointerElemChangedInterval = setInterval(function() {
1969
- var newElem = getParentAutoScrollElement(document.elementFromPoint(x, y), true);
1970
- if (newElem !== ogElemScroller) {
1971
- ogElemScroller = newElem;
1972
- clearAutoScrolls();
1973
- }
1974
- autoScroll(evt, _this.options, newElem, fallback);
1975
- }, 10);
1976
- lastAutoScrollX = x;
1977
- lastAutoScrollY = y;
1978
- }
1979
- } else {
1980
- if (!this.options.bubbleScroll || getParentAutoScrollElement(elem, true) === getWindowScrollingElement()) {
1981
- clearAutoScrolls();
1982
- return;
1983
- }
1984
- autoScroll(evt, this.options, getParentAutoScrollElement(elem, false), false);
1985
- }
1986
- }
1987
- };
1988
- return _extends(AutoScroll, {
1989
- pluginName: "scroll",
1990
- initializeByDefault: true
1991
- });
1992
- }
1993
- function clearAutoScrolls() {
1994
- autoScrolls.forEach(function(autoScroll2) {
1995
- clearInterval(autoScroll2.pid);
1996
- });
1997
- autoScrolls = [];
1998
- }
1999
- function clearPointerElemChangedInterval() {
2000
- clearInterval(pointerElemChangedInterval);
2001
- }
2002
- var autoScroll = throttle(function(evt, options, rootEl2, isFallback) {
2003
- if (!options.scroll) return;
2004
- var x = (evt.touches ? evt.touches[0] : evt).clientX, y = (evt.touches ? evt.touches[0] : evt).clientY, sens = options.scrollSensitivity, speed = options.scrollSpeed, winScroller = getWindowScrollingElement();
2005
- var scrollThisInstance = false, scrollCustomFn;
2006
- if (scrollRootEl !== rootEl2) {
2007
- scrollRootEl = rootEl2;
2008
- clearAutoScrolls();
2009
- scrollEl = options.scroll;
2010
- scrollCustomFn = options.scrollFn;
2011
- if (scrollEl === true) {
2012
- scrollEl = getParentAutoScrollElement(rootEl2, true);
2013
- }
2014
- }
2015
- var layersOut = 0;
2016
- var currentParent = scrollEl;
2017
- do {
2018
- var el = currentParent, rect = getRect(el), top = rect.top, bottom = rect.bottom, left = rect.left, right = rect.right, width = rect.width, height = rect.height, canScrollX = void 0, canScrollY = void 0, scrollWidth = el.scrollWidth, scrollHeight = el.scrollHeight, elCSS = css(el), scrollPosX = el.scrollLeft, scrollPosY = el.scrollTop;
2019
- if (el === winScroller) {
2020
- canScrollX = width < scrollWidth && (elCSS.overflowX === "auto" || elCSS.overflowX === "scroll" || elCSS.overflowX === "visible");
2021
- canScrollY = height < scrollHeight && (elCSS.overflowY === "auto" || elCSS.overflowY === "scroll" || elCSS.overflowY === "visible");
2022
- } else {
2023
- canScrollX = width < scrollWidth && (elCSS.overflowX === "auto" || elCSS.overflowX === "scroll");
2024
- canScrollY = height < scrollHeight && (elCSS.overflowY === "auto" || elCSS.overflowY === "scroll");
2025
- }
2026
- var vx = canScrollX && (Math.abs(right - x) <= sens && scrollPosX + width < scrollWidth) - (Math.abs(left - x) <= sens && !!scrollPosX);
2027
- var vy = canScrollY && (Math.abs(bottom - y) <= sens && scrollPosY + height < scrollHeight) - (Math.abs(top - y) <= sens && !!scrollPosY);
2028
- if (!autoScrolls[layersOut]) {
2029
- for (var i = 0; i <= layersOut; i++) {
2030
- if (!autoScrolls[i]) {
2031
- autoScrolls[i] = {};
2032
- }
2033
- }
2034
- }
2035
- if (autoScrolls[layersOut].vx != vx || autoScrolls[layersOut].vy != vy || autoScrolls[layersOut].el !== el) {
2036
- autoScrolls[layersOut].el = el;
2037
- autoScrolls[layersOut].vx = vx;
2038
- autoScrolls[layersOut].vy = vy;
2039
- clearInterval(autoScrolls[layersOut].pid);
2040
- if (vx != 0 || vy != 0) {
2041
- scrollThisInstance = true;
2042
- autoScrolls[layersOut].pid = setInterval((function() {
2043
- if (isFallback && this.layer === 0) {
2044
- Sortable.active._onTouchMove(touchEvt$1);
2045
- }
2046
- var scrollOffsetY = autoScrolls[this.layer].vy ? autoScrolls[this.layer].vy * speed : 0;
2047
- var scrollOffsetX = autoScrolls[this.layer].vx ? autoScrolls[this.layer].vx * speed : 0;
2048
- if (typeof scrollCustomFn === "function") {
2049
- if (scrollCustomFn.call(Sortable.dragged.parentNode[expando], scrollOffsetX, scrollOffsetY, evt, touchEvt$1, autoScrolls[this.layer].el) !== "continue") {
2050
- return;
2051
- }
2052
- }
2053
- scrollBy(autoScrolls[this.layer].el, scrollOffsetX, scrollOffsetY);
2054
- }).bind({
2055
- layer: layersOut
2056
- }), 24);
2057
- }
2058
- }
2059
- layersOut++;
2060
- } while (options.bubbleScroll && currentParent !== winScroller && (currentParent = getParentAutoScrollElement(currentParent, false)));
2061
- scrolling = scrollThisInstance;
2062
- }, 30);
2063
- var drop = function drop2(_ref) {
2064
- var originalEvent = _ref.originalEvent, putSortable2 = _ref.putSortable, dragEl2 = _ref.dragEl, activeSortable = _ref.activeSortable, dispatchSortableEvent = _ref.dispatchSortableEvent, hideGhostForTarget = _ref.hideGhostForTarget, unhideGhostForTarget = _ref.unhideGhostForTarget;
2065
- if (!originalEvent) return;
2066
- var toSortable = putSortable2 || activeSortable;
2067
- hideGhostForTarget();
2068
- var touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;
2069
- var target = document.elementFromPoint(touch.clientX, touch.clientY);
2070
- unhideGhostForTarget();
2071
- if (toSortable && !toSortable.el.contains(target)) {
2072
- dispatchSortableEvent("spill");
2073
- this.onSpill({
2074
- dragEl: dragEl2,
2075
- putSortable: putSortable2
2076
- });
2077
- }
2078
- };
2079
- function Revert() {
2080
- }
2081
- Revert.prototype = {
2082
- startIndex: null,
2083
- dragStart: function dragStart(_ref2) {
2084
- var oldDraggableIndex2 = _ref2.oldDraggableIndex;
2085
- this.startIndex = oldDraggableIndex2;
2086
- },
2087
- onSpill: function onSpill(_ref3) {
2088
- var dragEl2 = _ref3.dragEl, putSortable2 = _ref3.putSortable;
2089
- this.sortable.captureAnimationState();
2090
- if (putSortable2) {
2091
- putSortable2.captureAnimationState();
2092
- }
2093
- var nextSibling = getChild(this.sortable.el, this.startIndex, this.options);
2094
- if (nextSibling) {
2095
- this.sortable.el.insertBefore(dragEl2, nextSibling);
2096
- } else {
2097
- this.sortable.el.appendChild(dragEl2);
2098
- }
2099
- this.sortable.animateAll();
2100
- if (putSortable2) {
2101
- putSortable2.animateAll();
2102
- }
2103
- },
2104
- drop
2105
- };
2106
- _extends(Revert, {
2107
- pluginName: "revertOnSpill"
2108
- });
2109
- function Remove() {
2110
- }
2111
- Remove.prototype = {
2112
- onSpill: function onSpill2(_ref4) {
2113
- var dragEl2 = _ref4.dragEl, putSortable2 = _ref4.putSortable;
2114
- var parentSortable = putSortable2 || this.sortable;
2115
- parentSortable.captureAnimationState();
2116
- dragEl2.parentNode && dragEl2.parentNode.removeChild(dragEl2);
2117
- parentSortable.animateAll();
2118
- },
2119
- drop
2120
- };
2121
- _extends(Remove, {
2122
- pluginName: "removeOnSpill"
2123
- });
2124
- Sortable.mount(new AutoScrollPlugin());
2125
- Sortable.mount(Remove, Revert);
2126
- function getConsole() {
2127
- if (typeof window !== "undefined") {
2128
- return window.console;
2129
- }
2130
- return global.console;
2131
- }
2132
- const console = getConsole();
2133
- function cached(fn) {
2134
- const cache = /* @__PURE__ */ Object.create(null);
2135
- return function cachedFn(str) {
2136
- const hit = cache[str];
2137
- return hit || (cache[str] = fn(str));
2138
- };
2139
- }
2140
- const regex = /-(\w)/g;
2141
- const camelize = cached((str) => str.replace(regex, (_, c) => c ? c.toUpperCase() : ""));
2142
- function removeNode(node) {
2143
- if (node.parentElement !== null) {
2144
- node.parentElement.removeChild(node);
2145
- }
2146
- }
2147
- function insertNodeAt(fatherNode, node, position) {
2148
- const refNode = position === 0 ? fatherNode.children[0] : fatherNode.children[position - 1].nextSibling;
2149
- fatherNode.insertBefore(node, refNode);
2150
- }
2151
- function computeVmIndex(vnodes, element) {
2152
- return Object.values(vnodes).indexOf(element);
2153
- }
2154
- function computeIndexes(slots, children, isTransition2, footerOffset) {
2155
- if (!slots) {
2156
- return [];
2157
- }
2158
- const elmFromNodes = Object.values(slots);
2159
- const footerIndex = children.length - footerOffset;
2160
- const rawIndexes = [...children].map((elt, idx) => idx >= footerIndex ? elmFromNodes.length : elmFromNodes.indexOf(elt));
2161
- return rawIndexes;
2162
- }
2163
- function emit(evtName, evtData) {
2164
- this.$nextTick(() => this.$emit(evtName.toLowerCase(), evtData));
2165
- }
2166
- function delegateAndEmit(evtName) {
2167
- return (evtData) => {
2168
- if (this.realList !== null) {
2169
- this["onDrag" + evtName](evtData);
2170
- }
2171
- emit.call(this, evtName, evtData);
2172
- };
2173
- }
2174
- function isTransitionName(name) {
2175
- return ["transition-group", "TransitionGroup"].includes(name);
2176
- }
2177
- function isTransition(slots) {
2178
- if (!slots || slots.length !== 1) {
2179
- return false;
2180
- }
2181
- const [{ type }] = slots;
2182
- if (!type) {
2183
- return false;
2184
- }
2185
- return isTransitionName(type.name);
2186
- }
2187
- function getComponentAttributes($attrs, componentData) {
2188
- if (!componentData) {
2189
- return $attrs;
2190
- }
2191
- return { ...componentData.props, ...componentData.attrs };
2192
- }
2193
- const eventsListened = ["Start", "Add", "Remove", "Update", "End"];
2194
- const eventsToEmit = ["Choose", "Unchoose", "Sort", "Filter", "Clone"];
2195
- const readonlyProperties = ["Move", ...eventsListened, ...eventsToEmit].map((evt) => "on" + evt);
2196
- let draggingElement = null;
2197
- const props = {
2198
- options: Object,
2199
- list: {
2200
- type: Array,
2201
- required: false,
2202
- default: null
2203
- },
2204
- noTransitionOnDrag: {
2205
- type: Boolean,
2206
- default: false
2207
- },
2208
- clone: {
2209
- type: Function,
2210
- default: (original) => {
2211
- return original;
2212
- }
2213
- },
2214
- tag: {
2215
- type: String,
2216
- default: "div"
2217
- },
2218
- move: {
2219
- type: Function,
2220
- default: null
2221
- },
2222
- componentData: {
2223
- type: Object,
2224
- required: false,
2225
- default: null
2226
- },
2227
- component: {
2228
- type: String,
2229
- default: null
2230
- },
2231
- modelValue: {
2232
- type: Array,
2233
- required: false,
2234
- default: null
2235
- }
2236
- };
2237
- const VueDraggableNext = vue.defineComponent({
2238
- name: "VueDraggableNext",
2239
- inheritAttrs: false,
2240
- emits: [
2241
- "update:modelValue",
2242
- "move",
2243
- "change",
2244
- ...eventsListened.map((s) => s.toLowerCase()),
2245
- ...eventsToEmit.map((s) => s.toLowerCase())
2246
- ],
2247
- props,
2248
- data() {
2249
- return {
2250
- transitionMode: false,
2251
- noneFunctionalComponentMode: false,
2252
- headerOffset: 0,
2253
- footerOffset: 0,
2254
- _sortable: {},
2255
- visibleIndexes: [],
2256
- context: {}
2257
- };
2258
- },
2259
- render() {
2260
- const slots = this.$slots.default ? this.$slots.default() : null;
2261
- const attrs = getComponentAttributes(this.$attrs, this.componentData);
2262
- if (!slots)
2263
- return vue.h(this.getTag(), attrs, []);
2264
- this.transitionMode = isTransition(slots);
2265
- return vue.h(this.getTag(), attrs, slots);
2266
- },
2267
- created() {
2268
- if (this.list !== null && this.modelValue !== null) {
2269
- console.error("list props are mutually exclusive! Please set one.");
2270
- }
2271
- },
2272
- mounted() {
2273
- const optionsAdded = {};
2274
- eventsListened.forEach((elt) => {
2275
- optionsAdded["on" + elt] = delegateAndEmit.call(this, elt);
2276
- });
2277
- eventsToEmit.forEach((elt) => {
2278
- optionsAdded["on" + elt] = emit.bind(this, elt);
2279
- });
2280
- const attributes = Object.keys(this.$attrs).reduce((res, key) => {
2281
- res[camelize(key)] = this.$attrs[key];
2282
- return res;
2283
- }, {});
2284
- const options = Object.assign({}, attributes, optionsAdded, {
2285
- onMove: (evt, originalEvent) => {
2286
- return this.onDragMove(evt, originalEvent);
2287
- }
2288
- });
2289
- !("draggable" in options) && (options.draggable = ">*");
2290
- const targetDomElement = this.$el.nodeType === 1 ? this.$el : this.$el.parentElement;
2291
- this._sortable = new Sortable(targetDomElement, options);
2292
- targetDomElement.__draggable_component__ = this;
2293
- this.computeIndexes();
2294
- },
2295
- beforeUnmount() {
2296
- try {
2297
- if (this._sortable !== void 0)
2298
- this._sortable.destroy();
2299
- } catch (error) {
2300
- }
2301
- },
2302
- computed: {
2303
- realList() {
2304
- return this.list ? this.list : this.modelValue;
2305
- }
2306
- },
2307
- watch: {
2308
- $attrs: {
2309
- handler(newOptionValue) {
2310
- this.updateOptions(newOptionValue);
2311
- },
2312
- deep: true
2313
- },
2314
- realList() {
2315
- this.computeIndexes();
2316
- }
2317
- },
2318
- methods: {
2319
- getTag() {
2320
- return this.component ? vue.resolveComponent(this.component) : this.tag;
2321
- },
2322
- updateOptions(newOptionValue) {
2323
- for (var property in newOptionValue) {
2324
- const value = camelize(property);
2325
- if (readonlyProperties.indexOf(value) === -1) {
2326
- this._sortable.option(value, newOptionValue[property]);
2327
- }
2328
- }
2329
- },
2330
- getChildrenNodes() {
2331
- return this.$el.children;
2332
- },
2333
- computeIndexes() {
2334
- this.$nextTick(() => {
2335
- this.visibleIndexes = computeIndexes(this.getChildrenNodes(), this.$el.children, this.transitionMode, this.footerOffset);
2336
- });
2337
- },
2338
- getUnderlyingVm(htmlElt) {
2339
- const index2 = computeVmIndex(this.getChildrenNodes() || [], htmlElt);
2340
- if (index2 === -1) {
2341
- return null;
2342
- }
2343
- const element = this.realList[index2];
2344
- return { index: index2, element };
2345
- },
2346
- emitChanges(evt) {
2347
- this.$nextTick(() => {
2348
- this.$emit("change", evt);
2349
- });
2350
- },
2351
- alterList(onList) {
2352
- if (this.list) {
2353
- onList(this.list);
2354
- return;
2355
- }
2356
- const newList = [...this.modelValue];
2357
- onList(newList);
2358
- this.$emit("update:modelValue", newList);
2359
- },
2360
- spliceList() {
2361
- const spliceList = (list) => list.splice(...arguments);
2362
- this.alterList(spliceList);
2363
- },
2364
- updatePosition(oldIndex2, newIndex2) {
2365
- const updatePosition = (list) => list.splice(newIndex2, 0, list.splice(oldIndex2, 1)[0]);
2366
- this.alterList(updatePosition);
2367
- },
2368
- getVmIndex(domIndex) {
2369
- const indexes = this.visibleIndexes;
2370
- const numberIndexes = indexes.length;
2371
- return domIndex > numberIndexes - 1 ? numberIndexes : indexes[domIndex];
2372
- },
2373
- getComponent() {
2374
- return this.$slots.default ? (
2375
- //@ts-ignore
2376
- this.$slots.default()[0].componentInstance
2377
- ) : null;
2378
- },
2379
- resetTransitionData(index2) {
2380
- if (!this.noTransitionOnDrag || !this.transitionMode) {
2381
- return;
2382
- }
2383
- var nodes = this.getChildrenNodes();
2384
- nodes[index2].data = null;
2385
- const transitionContainer = this.getComponent();
2386
- transitionContainer.children = [];
2387
- transitionContainer.kept = void 0;
2388
- },
2389
- onDragStart(evt) {
2390
- this.computeIndexes();
2391
- this.context = this.getUnderlyingVm(evt.item);
2392
- if (!this.context)
2393
- return;
2394
- evt.item._underlying_vm_ = this.clone(this.context.element);
2395
- draggingElement = evt.item;
2396
- },
2397
- onDragAdd(evt) {
2398
- const element = evt.item._underlying_vm_;
2399
- if (element === void 0) {
2400
- return;
2401
- }
2402
- removeNode(evt.item);
2403
- const newIndex2 = this.getVmIndex(evt.newIndex);
2404
- this.spliceList(newIndex2, 0, element);
2405
- this.computeIndexes();
2406
- const added = { element, newIndex: newIndex2 };
2407
- this.emitChanges({ added });
2408
- },
2409
- onDragRemove(evt) {
2410
- insertNodeAt(this.$el, evt.item, evt.oldIndex);
2411
- if (evt.pullMode === "clone") {
2412
- removeNode(evt.clone);
2413
- return;
2414
- }
2415
- if (!this.context)
2416
- return;
2417
- const oldIndex2 = this.context.index;
2418
- this.spliceList(oldIndex2, 1);
2419
- const removed = { element: this.context.element, oldIndex: oldIndex2 };
2420
- this.resetTransitionData(oldIndex2);
2421
- this.emitChanges({ removed });
2422
- },
2423
- onDragUpdate(evt) {
2424
- removeNode(evt.item);
2425
- insertNodeAt(evt.from, evt.item, evt.oldIndex);
2426
- const oldIndex2 = this.context.index;
2427
- const newIndex2 = this.getVmIndex(evt.newIndex);
2428
- this.updatePosition(oldIndex2, newIndex2);
2429
- const moved2 = { element: this.context.element, oldIndex: oldIndex2, newIndex: newIndex2 };
2430
- this.emitChanges({ moved: moved2 });
2431
- },
2432
- updateProperty(evt, propertyName) {
2433
- evt.hasOwnProperty(propertyName) && (evt[propertyName] += this.headerOffset);
2434
- },
2435
- onDragMove(evt, originalEvent) {
2436
- const onMove = this.move;
2437
- if (!onMove || !this.realList) {
2438
- return true;
2439
- }
2440
- const relatedContext = this.getRelatedContextFromMoveEvent(evt);
2441
- const draggedContext = this.context;
2442
- const futureIndex = this.computeFutureIndex(relatedContext, evt);
2443
- Object.assign(draggedContext, { futureIndex });
2444
- const sendEvt = Object.assign({}, evt, {
2445
- relatedContext,
2446
- draggedContext
2447
- });
2448
- return onMove(sendEvt, originalEvent);
2449
- },
2450
- onDragEnd() {
2451
- this.computeIndexes();
2452
- draggingElement = null;
2453
- },
2454
- getTrargetedComponent(htmElement) {
2455
- return htmElement.__draggable_component__;
2456
- },
2457
- getRelatedContextFromMoveEvent({ to, related }) {
2458
- const component = this.getTrargetedComponent(to);
2459
- if (!component) {
2460
- return { component };
2461
- }
2462
- const list = component.realList;
2463
- const context = { list, component };
2464
- if (to !== related && list && component.getUnderlyingVm) {
2465
- const destination = component.getUnderlyingVm(related);
2466
- if (destination) {
2467
- return Object.assign(destination, context);
2468
- }
2469
- }
2470
- return context;
2471
- },
2472
- computeFutureIndex(relatedContext, evt) {
2473
- const domChildren = [...evt.to.children].filter((el) => el.style["display"] !== "none");
2474
- if (domChildren.length === 0)
2475
- return 0;
2476
- const currentDOMIndex = domChildren.indexOf(evt.related);
2477
- const currentIndex = relatedContext.component.getVmIndex(currentDOMIndex);
2478
- const draggedInList = domChildren.indexOf(draggingElement) !== -1;
2479
- return draggedInList || !evt.willInsertAfter ? currentIndex : currentIndex + 1;
2480
- }
2481
- }
2482
- });
2483
- exports.VueDraggableNext = VueDraggableNext;
2484
- //# sourceMappingURL=vue-draggable-next.esm-bundler.cjs.map