@ozdao/martyrs 0.2.565 → 0.2.567

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 (122) hide show
  1. package/dist/{main-B9o1iBAZ.js → main-BFvlam0J.js} +9 -6
  2. package/dist/martyrs/dist/main-BFvlam0J.js +943 -0
  3. package/dist/martyrs/dist/main-BFvlam0J.js.map +1 -0
  4. package/dist/martyrs/dist/web-CH5wzMHy.js +55 -0
  5. package/dist/martyrs/dist/web-CH5wzMHy.js.map +1 -0
  6. package/dist/martyrs/src/components/BottomSheet/BottomSheet.vue.js +96 -0
  7. package/dist/martyrs/src/components/BottomSheet/BottomSheet.vue.js.map +1 -0
  8. package/dist/martyrs/src/components/Feed/Carousel.vue.js +2 -2
  9. package/dist/martyrs/src/components/Feed/Carousel.vue.js.map +1 -1
  10. package/dist/martyrs/src/components/Feed/Feed.vue.js +6 -3
  11. package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
  12. package/dist/martyrs/src/components/Menu/{Menu.vue2.js → Menu.vue.js} +2 -2
  13. package/dist/martyrs/src/components/Menu/Menu.vue.js.map +1 -0
  14. package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
  15. package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.js.map +1 -1
  16. package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +1 -1
  17. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +1 -0
  18. package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
  19. package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -1
  20. package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +1 -1
  21. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.js +17 -1
  22. package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.js.map +1 -1
  23. package/dist/martyrs/src/modules/events/events.client.js +15 -12
  24. package/dist/martyrs/src/modules/events/events.client.js.map +1 -1
  25. package/dist/martyrs/src/modules/music/components/blocks/ActionButtons.vue.js +95 -0
  26. package/dist/martyrs/src/modules/music/components/blocks/ActionButtons.vue.js.map +1 -0
  27. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +5 -2
  28. package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js.map +1 -1
  29. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js +24 -24
  30. package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js.map +1 -1
  31. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +3 -3
  32. package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
  33. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.js +31 -6
  34. package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.js.map +1 -1
  35. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +120 -205
  36. package/dist/martyrs/src/modules/music/components/pages/Album.vue.js.map +1 -1
  37. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js +9 -13
  38. package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.js.map +1 -1
  39. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +166 -245
  40. package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
  41. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +135 -220
  42. package/dist/martyrs/src/modules/music/components/pages/Track.vue.js.map +1 -1
  43. package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js +171 -0
  44. package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js.map +1 -0
  45. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js +31 -153
  46. package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js.map +1 -1
  47. package/dist/martyrs/src/modules/music/components/player/PlayerControls.vue.js +96 -0
  48. package/dist/martyrs/src/modules/music/components/player/PlayerControls.vue.js.map +1 -0
  49. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js +55 -27
  50. package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js.map +1 -1
  51. package/dist/martyrs/src/modules/music/components/player/tonar.png.js +5 -0
  52. package/dist/martyrs/src/modules/music/components/player/tonar.png.js.map +1 -0
  53. package/dist/martyrs/src/modules/music/store/albums.js +8 -2
  54. package/dist/martyrs/src/modules/music/store/albums.js.map +1 -1
  55. package/dist/martyrs/src/modules/music/store/player.js +83 -65
  56. package/dist/martyrs/src/modules/music/store/player.js.map +1 -1
  57. package/dist/martyrs/src/modules/music/store/tracks.js +4 -13
  58. package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -1
  59. package/dist/martyrs/src/modules/notifications/notifications.client.js +2 -2
  60. package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +1 -1
  61. package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
  62. package/dist/martyrs.css +1 -1
  63. package/dist/martyrs.es.js +1 -1
  64. package/dist/music.server.js +33 -6
  65. package/dist/node_modules/.pnpm/{@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1 → @capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4}/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.js +1 -0
  66. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/definitions.js.map +1 -0
  67. package/dist/node_modules/.pnpm/{@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1 → @capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4}/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.js +1 -1
  68. package/dist/node_modules/.pnpm/{@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1 → @capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4}/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.js.map +1 -1
  69. package/dist/node_modules/.pnpm/{@capacitor-mlkit_barcode-scanning@7.1.0_@capacitor_core@7.0.1 → @capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4}/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.js +16 -1
  70. package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.js.map +1 -0
  71. package/dist/node_modules/.pnpm/{@capacitor_core@7.0.1 → @capacitor_core@7.4.4}/node_modules/@capacitor/core/dist/index.js +2 -1
  72. package/dist/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js.map +1 -0
  73. package/dist/node_modules/.pnpm/{@capacitor_device@7.0.0_@capacitor_core@7.0.1 → @capacitor_device@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/device/dist/esm/index.js +1 -1
  74. package/dist/node_modules/.pnpm/{@capacitor_device@7.0.0_@capacitor_core@7.0.1 → @capacitor_device@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/device/dist/esm/index.js.map +1 -1
  75. package/dist/node_modules/.pnpm/{@capacitor_device@7.0.0_@capacitor_core@7.0.1 → @capacitor_device@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/device/dist/esm/web.js +1 -1
  76. package/dist/node_modules/.pnpm/{@capacitor_device@7.0.0_@capacitor_core@7.0.1 → @capacitor_device@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/device/dist/esm/web.js.map +1 -1
  77. package/dist/node_modules/.pnpm/{@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1 → @capacitor_keyboard@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/keyboard/dist/esm/definitions.js.map +1 -1
  78. package/dist/node_modules/.pnpm/{@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1 → @capacitor_keyboard@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/keyboard/dist/esm/index.js +1 -1
  79. package/dist/node_modules/.pnpm/{@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1 → @capacitor_keyboard@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/keyboard/dist/esm/index.js.map +1 -1
  80. package/dist/node_modules/.pnpm/{@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1 → @capacitor_push-notifications@7.0.3_@capacitor_core@7.4.4}/node_modules/@capacitor/push-notifications/dist/esm/index.js +1 -1
  81. package/dist/node_modules/.pnpm/{@capacitor_push-notifications@7.0.0_@capacitor_core@7.0.1 → @capacitor_push-notifications@7.0.3_@capacitor_core@7.4.4}/node_modules/@capacitor/push-notifications/dist/esm/index.js.map +1 -1
  82. package/dist/node_modules/.pnpm/{capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1 → capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4}/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.js +1 -1
  83. package/dist/node_modules/.pnpm/{capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1 → capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4}/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.js.map +1 -1
  84. package/dist/node_modules/.pnpm/{capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1 → capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4}/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.js +1 -1
  85. package/dist/node_modules/.pnpm/{capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.0.1 → capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4}/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.js.map +1 -1
  86. package/dist/style.css +221 -145
  87. package/dist/{web-BF3ijvEr.js → web-CH5wzMHy.js} +1 -1
  88. package/package.json +1 -1
  89. package/src/components/BottomSheet/BottomSheet.vue +4 -4
  90. package/src/components/Feed/Carousel.vue +1 -1
  91. package/src/components/Feed/Feed.vue +3 -3
  92. package/src/modules/LAYOUT.MD +767 -0
  93. package/src/modules/community/components/sections/HotPosts.vue +8 -4
  94. package/src/modules/core/views/components/layouts/Client.vue +1 -1
  95. package/src/modules/events/components/sections/EventsHot.vue +21 -4
  96. package/src/modules/events/events.client.js +3 -0
  97. package/src/modules/music/components/blocks/ActionButtons.vue +74 -0
  98. package/src/modules/music/components/cards/AlbumCard.vue +1 -1
  99. package/src/modules/music/components/cards/ArtistCardSmall.vue +8 -6
  100. package/src/modules/music/components/cards/TrackListCard.vue +6 -6
  101. package/src/modules/music/components/layouts/MusicBottomPlayer.vue +94 -4
  102. package/src/modules/music/components/pages/Album.vue +55 -67
  103. package/src/modules/music/components/pages/MusicHome.vue +4 -6
  104. package/src/modules/music/components/pages/Playlist.vue +61 -70
  105. package/src/modules/music/components/pages/Track.vue +54 -71
  106. package/src/modules/music/components/player/FullscreenPlayer.vue +248 -0
  107. package/src/modules/music/components/player/MusicPlayer.vue +21 -216
  108. package/src/modules/music/components/player/PlayerControls.vue +112 -0
  109. package/src/modules/music/components/player/Visualizer.vue +151 -0
  110. package/src/modules/music/components/player/VolumeControl.vue +75 -23
  111. package/src/modules/music/components/player/tonar.png +0 -0
  112. package/src/modules/music/routes/albums.routes.js +13 -12
  113. package/src/modules/music/routes/tracks.routes.js +39 -0
  114. package/src/modules/music/store/albums.js +10 -2
  115. package/src/modules/music/store/player.js +101 -89
  116. package/src/modules/music/store/tracks.js +5 -21
  117. package/src/styles/config.scss +6 -6
  118. package/dist/martyrs/src/components/Menu/Menu.vue2.js.map +0 -1
  119. 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.js.map +0 -1
  120. 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.js.map +0 -1
  121. package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.js.map +0 -1
  122. /package/dist/node_modules/.pnpm/{@capacitor_keyboard@7.0.0_@capacitor_core@7.0.1 → @capacitor_keyboard@7.0.1_@capacitor_core@7.4.4}/node_modules/@capacitor/keyboard/dist/esm/definitions.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.