@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.
- package/dist/__vite-browser-external-l0sNRNKZ.js +1 -0
- package/dist/builder.js +86 -4
- package/dist/{main-BkG7nL3U.js → main-Bywjlw2D.js} +1891 -1861
- package/dist/martyrs/src/components/Button/Button.vue2.js +1 -1
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js +4 -2
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -1
- package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
- package/dist/martyrs/src/components/FieldPhone/click-outside.js +3 -1
- package/dist/martyrs/src/components/FieldPhone/click-outside.js.map +1 -1
- package/dist/martyrs/src/components/FieldTags/BlockTags.vue.js +1 -1
- package/dist/martyrs/src/components/FieldTags/{FieldTags.vue2.js → FieldTags.vue.js} +2 -2
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue.js.map +1 -0
- package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
- package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js +1 -1
- package/dist/martyrs/src/components/Media/Media.vue.js +19 -6
- package/dist/martyrs/src/components/Media/Media.vue.js.map +1 -1
- package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue2.js → SelectMulti.vue.js} +2 -2
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +1 -0
- package/dist/martyrs/src/components/UploadImage/{UploadImage.vue2.js → UploadImage.vue.js} +3 -3
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -0
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +4 -3
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.client.js +13 -1
- package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.router.js +4 -12
- package/dist/martyrs/src/modules/auth/auth.router.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +12 -10
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/store/auth.js +17 -10
- package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +1 -1
- package/dist/martyrs/src/modules/chats/store/chat.store.js +9 -9
- package/dist/martyrs/src/modules/chats/store/chat.store.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +10 -9
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.js +1 -1
- package/dist/martyrs/src/modules/core/core.client.js +29 -30
- package/dist/martyrs/src/modules/core/core.client.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.js +62 -22
- package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +1 -1
- package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/classes/{module-registry.js → module.manager.js} +47 -8
- package/dist/martyrs/src/modules/core/views/classes/module.manager.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/classes/{session.js → session.manager.js} +3 -3
- package/dist/martyrs/src/modules/core/views/classes/session.manager.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/classes/{core.store.js → store.manager.js} +3 -3
- package/dist/martyrs/src/modules/core/views/classes/store.manager.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +5 -4
- package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +4 -3
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +3 -2
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +34 -25
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +10 -9
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js +6 -5
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +10 -9
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js +7 -6
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +28 -9
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +1 -6
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js +7 -6
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/store/core.store.js +157 -140
- package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +51 -5
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +3 -3
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/store/gallery.js +2 -2
- package/dist/martyrs/src/modules/gallery/store/gallery.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +6 -5
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js +2 -2
- package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.js.map +1 -1
- package/dist/martyrs/src/modules/landing/landing.client.js +1 -1
- package/dist/martyrs/src/modules/landing/landing.client.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js +4 -3
- package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js +9 -8
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +7 -6
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +8 -7
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +7 -6
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +7 -6
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +4 -3
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +5 -4
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/music/music.client.js +4 -4
- package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
- package/dist/martyrs/src/modules/music/music.router.js +2 -4
- package/dist/martyrs/src/modules/music/music.router.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/albums.js +2 -2
- package/dist/martyrs/src/modules/music/store/albums.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/artists.js +2 -2
- package/dist/martyrs/src/modules/music/store/artists.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/genres.js +2 -2
- package/dist/martyrs/src/modules/music/store/genres.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/player.js +11 -11
- package/dist/martyrs/src/modules/music/store/player.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/playlists.js +2 -2
- package/dist/martyrs/src/modules/music/store/playlists.js.map +1 -1
- package/dist/martyrs/src/modules/music/store/tracks.js +2 -2
- package/dist/martyrs/src/modules/music/store/tracks.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +7 -7
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +17 -8
- package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +5 -4
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +20 -18
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +36 -35
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +3 -2
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +8 -7
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +6 -5
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/orders.client.js +1 -1
- package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
- package/dist/martyrs/src/modules/orders/store/applications.js +2 -2
- package/dist/martyrs/src/modules/orders/store/applications.js.map +1 -1
- package/dist/martyrs/src/modules/orders/store/customers.store.js +2 -2
- package/dist/martyrs/src/modules/orders/store/customers.store.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -34
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +5 -4
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +8 -7
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -33
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +10 -38
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +8 -31
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/organizations.client.js +12 -0
- package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/store/departments.store.js +2 -2
- package/dist/martyrs/src/modules/organizations/store/departments.store.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/store/invites.store.js +2 -2
- package/dist/martyrs/src/modules/organizations/store/invites.store.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/store/memberships.store.js +2 -2
- package/dist/martyrs/src/modules/organizations/store/memberships.store.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/elements/{THC.vue2.js → THC.vue.js} +2 -2
- package/dist/martyrs/src/modules/products/components/elements/THC.vue.js.map +1 -0
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +13 -12
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +7 -6
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +3 -2
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +9 -8
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js +7 -6
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js +7 -6
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +1 -7
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/martyrs/src/modules/products/store/variants.store.js +2 -2
- package/dist/martyrs/src/modules/products/store/variants.store.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +8 -7
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +16 -15
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +10 -9
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
- package/dist/martyrs.css +1 -1
- package/dist/martyrs.es.js +1 -1
- package/dist/style.css +70 -41
- package/dist/{web-DvmEV7zh.js → web-i9sCtYxS.js} +1 -1
- package/package.json +1 -1
- package/src/builder/modes/ssr.prod.js +57 -3
- package/src/builder/modes/ssr.rspack.dev.js +63 -7
- package/src/builder/rspack/rspack.config.ssr.client.js +18 -5
- package/src/components/Dropdown/Dropdown.vue +4 -2
- package/src/components/FieldPhone/click-outside.js +3 -1
- package/src/components/Media/Media.vue +84 -56
- package/src/components/UploadImageMultiple/UploadImageMultiple.vue +2 -1
- package/src/modules/auth/auth.client.js +19 -1
- package/src/modules/auth/auth.router.js +5 -11
- package/src/modules/auth/views/components/pages/ProfileEdit.old.vue +3 -1
- package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +5 -3
- package/src/modules/auth/views/store/auth.js +22 -13
- package/src/modules/chats/store/chat.store.js +10 -10
- package/src/modules/community/components/pages/Posts.vue +2 -1
- package/src/modules/core/TASK.MD +3 -1
- package/src/modules/core/core.client.js +15 -10
- package/src/modules/core/views/classes/core.app.js +94 -82
- package/src/modules/core/views/classes/{module-registry.js → module.manager.js} +70 -13
- package/src/modules/core/views/classes/{session.js → session.manager.js} +2 -2
- package/src/modules/core/views/classes/{core.store.js → store.manager.js} +2 -2
- package/src/modules/core/views/classes/{core.websocket.js → ws.manager.js} +4 -3
- package/src/modules/core/views/components/blocks/HelpCard.vue +4 -2
- package/src/modules/core/views/components/layouts/App.vue +6 -4
- package/src/modules/core/views/components/layouts/Client.vue +52 -35
- package/src/modules/core/views/components/partials/Header.vue +9 -7
- package/src/modules/core/views/components/partials/LocationSelection.vue +7 -5
- package/src/modules/core/views/components/partials/Navigation.vue +5 -4
- package/src/modules/core/views/components/partials/NavigationBar.vue +5 -3
- package/src/modules/core/views/components/partials/Sidebar.vue +56 -9
- package/src/modules/core/views/mixins/mixins.js +3 -2
- package/src/modules/core/views/plugins/date-picker.plugin.js +6 -5
- package/src/modules/core/views/store/core.store.js +218 -186
- package/src/modules/core/views/utils/vue-app-renderer.js +78 -8
- package/src/modules/gallery/store/gallery.js +2 -2
- package/src/modules/governance/views/components/pages/VotingCreate.vue +2 -2
- package/src/modules/inventory/components/pages/InventoryEdit.vue +3 -2
- package/src/modules/inventory/store/stock.alerts.store.js +2 -2
- package/src/modules/landing/landing.client.js +1 -1
- package/src/modules/marketplace/views/components/layouts/Marketplace.vue +2 -1
- package/src/modules/marketplace/views/components/pages/Catalog.vue +2 -1
- package/src/modules/music/components/cards/TrackListCard.vue +1 -1
- package/src/modules/music/components/forms/AlbumForm.vue +8 -6
- package/src/modules/music/components/forms/ArtistForm.vue +8 -6
- package/src/modules/music/components/forms/PlaylistForm.vue +8 -6
- package/src/modules/music/components/forms/TrackForm.vue +8 -6
- package/src/modules/music/components/pages/Artist.vue +5 -3
- package/src/modules/music/components/pages/Playlist.vue +6 -4
- package/src/modules/music/music.client.js +4 -4
- package/src/modules/music/music.router.js +4 -1
- package/src/modules/music/store/albums.js +2 -2
- package/src/modules/music/store/artists.js +2 -2
- package/src/modules/music/store/genres.js +2 -2
- package/src/modules/music/store/player.js +11 -11
- package/src/modules/music/store/playlists.js +2 -2
- package/src/modules/music/store/tracks.js +2 -2
- package/src/modules/notifications/components/layouts/NotificationsLayout.vue +7 -7
- package/src/modules/notifications/notifications.client.js +22 -8
- package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +6 -4
- package/src/modules/orders/components/pages/OrderBackoffice.vue +21 -19
- package/src/modules/orders/components/pages/OrderCreate.vue +13 -12
- package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +6 -4
- package/src/modules/orders/components/partials/ShopCart.vue +8 -7
- package/src/modules/orders/components/sections/FormDelivery.vue +8 -6
- package/src/modules/orders/orders.client.js +1 -1
- package/src/modules/orders/store/applications.js +2 -2
- package/src/modules/orders/store/customers.store.js +2 -2
- package/src/modules/organizations/CLAUDE.md +4 -4
- package/src/modules/organizations/components/blocks/CardOrganization.vue +2 -2
- package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +7 -5
- package/src/modules/organizations/components/forms/DepartmentForm.vue +7 -5
- package/src/modules/organizations/components/pages/Members.vue +4 -2
- package/src/modules/organizations/components/pages/Organization.vue +4 -2
- package/src/modules/organizations/organizations.client.js +18 -0
- package/src/modules/organizations/store/departments.store.js +2 -2
- package/src/modules/organizations/store/invites.store.js +2 -2
- package/src/modules/organizations/store/memberships.store.js +2 -2
- package/src/modules/pages/views/store/pages.store.js +2 -2
- package/src/modules/products/components/pages/Categories.vue +6 -5
- package/src/modules/products/components/pages/CategoryEdit.vue +6 -5
- package/src/modules/products/components/pages/Product.vue +1 -1
- package/src/modules/products/components/pages/ProductEdit.vue +2 -1
- package/src/modules/products/components/pages/Products.vue +8 -7
- package/src/modules/products/components/sections/EditIngredients.vue +7 -6
- package/src/modules/products/components/sections/EditRecommended.vue +4 -3
- package/src/modules/products/components/sections/ProductsPopular.vue +2 -2
- package/src/modules/products/components/sections/ProductsRecommended.vue +1 -7
- package/src/modules/products/products.router.js +0 -1
- package/src/modules/products/store/variants.store.js +2 -2
- package/src/modules/spots/components/layouts/Spots.vue +6 -4
- package/src/modules/spots/components/pages/Map.vue +9 -7
- package/src/modules/spots/components/pages/Spots.vue +6 -4
- package/dist/_virtual/_commonjsHelpers.cjs +0 -9
- package/dist/_virtual/_commonjsHelpers.cjs.map +0 -1
- package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -11
- package/dist/_virtual/_plugin-vue_export-helper.cjs.map +0 -1
- package/dist/_virtual/alignment-pattern.cjs +0 -5
- package/dist/_virtual/alignment-pattern.cjs.map +0 -1
- package/dist/_virtual/browser.cjs +0 -8
- package/dist/_virtual/browser.cjs.map +0 -1
- package/dist/_virtual/browser2.cjs +0 -5
- package/dist/_virtual/browser2.cjs.map +0 -1
- package/dist/_virtual/canvas.cjs +0 -5
- package/dist/_virtual/canvas.cjs.map +0 -1
- package/dist/_virtual/dayjs.min.cjs +0 -8
- package/dist/_virtual/dayjs.min.cjs.map +0 -1
- package/dist/_virtual/dayjs.min2.cjs +0 -5
- package/dist/_virtual/dayjs.min2.cjs.map +0 -1
- package/dist/_virtual/dijkstra.cjs +0 -5
- package/dist/_virtual/dijkstra.cjs.map +0 -1
- package/dist/_virtual/error-correction-code.cjs +0 -5
- package/dist/_virtual/error-correction-code.cjs.map +0 -1
- package/dist/_virtual/error-correction-level.cjs +0 -5
- package/dist/_virtual/error-correction-level.cjs.map +0 -1
- package/dist/_virtual/finder-pattern.cjs +0 -5
- package/dist/_virtual/finder-pattern.cjs.map +0 -1
- package/dist/_virtual/format-info.cjs +0 -5
- package/dist/_virtual/format-info.cjs.map +0 -1
- package/dist/_virtual/galois-field.cjs +0 -5
- package/dist/_virtual/galois-field.cjs.map +0 -1
- package/dist/_virtual/index.cjs +0 -8
- package/dist/_virtual/index.cjs.map +0 -1
- package/dist/_virtual/index2.cjs +0 -5
- package/dist/_virtual/index2.cjs.map +0 -1
- package/dist/_virtual/mask-pattern.cjs +0 -5
- package/dist/_virtual/mask-pattern.cjs.map +0 -1
- package/dist/_virtual/mode.cjs +0 -5
- package/dist/_virtual/mode.cjs.map +0 -1
- package/dist/_virtual/polynomial.cjs +0 -5
- package/dist/_virtual/polynomial.cjs.map +0 -1
- package/dist/_virtual/qrcode.cjs +0 -5
- package/dist/_virtual/qrcode.cjs.map +0 -1
- package/dist/_virtual/regex.cjs +0 -5
- package/dist/_virtual/regex.cjs.map +0 -1
- package/dist/_virtual/segments.cjs +0 -5
- package/dist/_virtual/segments.cjs.map +0 -1
- package/dist/_virtual/svg-tag.cjs +0 -5
- package/dist/_virtual/svg-tag.cjs.map +0 -1
- package/dist/_virtual/utils.cjs +0 -5
- package/dist/_virtual/utils.cjs.map +0 -1
- package/dist/_virtual/utils2.cjs +0 -5
- package/dist/_virtual/utils2.cjs.map +0 -1
- package/dist/_virtual/version-check.cjs +0 -5
- package/dist/_virtual/version-check.cjs.map +0 -1
- package/dist/_virtual/version.cjs +0 -5
- package/dist/_virtual/version.cjs.map +0 -1
- package/dist/_virtual/weekOfYear.cjs +0 -8
- package/dist/_virtual/weekOfYear.cjs.map +0 -1
- package/dist/_virtual/weekOfYear2.cjs +0 -5
- package/dist/_virtual/weekOfYear2.cjs.map +0 -1
- package/dist/abac-gNSxNkX1.cjs +0 -1029
- package/dist/addUserStatusFields-7-66sf45.cjs +0 -86
- package/dist/auth.server.cjs +0 -529
- package/dist/authJwt-BIZ2GIfT.cjs +0 -75
- package/dist/builder.cjs +0 -1142
- package/dist/chats.server.cjs +0 -323
- package/dist/common.schema-BtXLULba.cjs +0 -12
- package/dist/community.server.cjs +0 -840
- package/dist/core.abac-DqDvtkHR.cjs +0 -297
- package/dist/core.logger-BuW7JHMY.cjs +0 -165
- package/dist/core.server.cjs +0 -135
- package/dist/core.verifier-Bi-XLEi9.cjs +0 -651
- package/dist/core.websocket-Cm72lPCs.cjs +0 -374
- package/dist/credentials.schema-DVXaFnXl.cjs +0 -9
- package/dist/crud-CQ3ICbm7.cjs +0 -1176
- package/dist/engagement.schema-DHw4iY_W.cjs +0 -23
- package/dist/events.server.cjs +0 -1410
- package/dist/files.server.cjs +0 -292
- package/dist/gallery.server.cjs +0 -270
- package/dist/index-BFxqqmgh.cjs +0 -186
- package/dist/inventory.server.cjs +0 -1069
- package/dist/mailing-DCvDBHVh.cjs +0 -75
- package/dist/main-CXqpC28l.cjs +0 -11
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
- 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
- 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
- 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
- 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
- package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +0 -1336
- package/dist/martyrs/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs +0 -131
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/ParseError.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +0 -209
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/PhoneNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs +0 -22
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/constants.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs +0 -166
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/format.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +0 -14
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +0 -8
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +0 -27
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +0 -30
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +0 -24
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +0 -55
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +0 -27
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +0 -38
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +0 -43
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +0 -46
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +0 -49
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +0 -30
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +0 -19
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +0 -52
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +0 -16
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +0 -76
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +0 -23
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs +0 -8
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isObject.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +0 -25
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +0 -8
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +0 -80
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +0 -26
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs +0 -55
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isPossible.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs +0 -17
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/isValid.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs +0 -539
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/metadata.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +0 -117
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/normalizeArguments.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs +0 -178
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parse.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +0 -51
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +0 -10
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +0 -39
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +0 -51
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +0 -22
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs +0 -5
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/metadata.min.json.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +0 -9
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +0 -10
- package/dist/martyrs/node_modules/.pnpm/libphonenumber-js@1.12.4/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs.map +0 -1
- package/dist/martyrs/src/components/Address/Address.vue.cjs +0 -113
- package/dist/martyrs/src/components/Address/Address.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Block/Block.vue.cjs +0 -83
- package/dist/martyrs/src/components/Block/Block.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Button/Button.vue2.cjs +0 -158
- package/dist/martyrs/src/components/Button/Button.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs +0 -571
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs +0 -98
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Chips/Chips.vue.cjs +0 -28
- package/dist/martyrs/src/components/Chips/Chips.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs +0 -96
- package/dist/martyrs/src/components/Countdown/Countdown.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs +0 -103
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs +0 -106
- package/dist/martyrs/src/components/Draggable/Draggable.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs +0 -72
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs +0 -95
- package/dist/martyrs/src/components/EditImages/EditImages.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs +0 -41
- package/dist/martyrs/src/components/EmptyState/EmptyState.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Feed/Carousel.vue.cjs +0 -99
- package/dist/martyrs/src/components/Feed/Carousel.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs +0 -430
- package/dist/martyrs/src/components/Feed/Feed.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Field/Field.vue.cjs +0 -161
- package/dist/martyrs/src/components/Field/Field.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs +0 -202
- package/dist/martyrs/src/components/FieldBig/FieldBig.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs +0 -183
- package/dist/martyrs/src/components/FieldDate/FieldDate.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs +0 -597
- package/dist/martyrs/src/components/FieldPhone/FieldPhone.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldPhone/all-countries.cjs +0 -257
- package/dist/martyrs/src/components/FieldPhone/all-countries.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldPhone/click-outside.cjs +0 -25
- package/dist/martyrs/src/components/FieldPhone/click-outside.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs +0 -94
- package/dist/martyrs/src/components/FieldTags/BlockTags.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs +0 -235
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/FieldTags/FieldTags.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Loader/Loader.vue2.cjs +0 -61
- package/dist/martyrs/src/components/Loader/Loader.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs +0 -166
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Map/Map.vue.cjs +0 -62
- package/dist/martyrs/src/components/Map/Map.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs +0 -240
- package/dist/martyrs/src/components/Marquee/Marquee.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Media/Media.vue.cjs +0 -168
- package/dist/martyrs/src/components/Media/Media.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Menu/Menu.vue2.cjs +0 -17
- package/dist/martyrs/src/components/Menu/Menu.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs +0 -66
- package/dist/martyrs/src/components/Menu/MenuItem.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs +0 -240
- package/dist/martyrs/src/components/PhotoViewer/PhotoViewer.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Popup/Popup.vue.cjs +0 -107
- package/dist/martyrs/src/components/Popup/Popup.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Radio/Radio.vue.cjs +0 -55
- package/dist/martyrs/src/components/Radio/Radio.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Select/Select.vue.cjs +0 -134
- package/dist/martyrs/src/components/Select/Select.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs +0 -625
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Shader/Shader.vue.cjs +0 -2
- package/dist/martyrs/src/components/Shader/Shader.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs +0 -97
- package/dist/martyrs/src/components/Skeleton/Skeleton.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Slider/Slider.vue.cjs +0 -168
- package/dist/martyrs/src/components/Slider/Slider.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs +0 -73
- package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Status/Snack.vue.cjs +0 -60
- package/dist/martyrs/src/components/Status/Snack.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Status/Status.vue.cjs +0 -46
- package/dist/martyrs/src/components/Status/Status.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Tab/Tab.vue2.cjs +0 -74
- package/dist/martyrs/src/components/Tab/Tab.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs +0 -25
- package/dist/martyrs/src/components/Table/StatusBadge.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Table/Table.vue.cjs +0 -67
- package/dist/martyrs/src/components/Table/Table.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Text/Text.vue.cjs +0 -40
- package/dist/martyrs/src/components/Text/Text.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs +0 -54
- package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/Tree/Tree.vue.cjs +0 -78
- package/dist/martyrs/src/components/Tree/Tree.vue.cjs.map +0 -1
- package/dist/martyrs/src/components/Upload/Upload.vue2.cjs +0 -122
- package/dist/martyrs/src/components/Upload/Upload.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs +0 -219
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.cjs.map +0 -1
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue2.js.map +0 -1
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +0 -142
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/auth.client.cjs +0 -67
- package/dist/martyrs/src/modules/auth/auth.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/auth.router.cjs +0 -350
- package/dist/martyrs/src/modules/auth/auth.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/locales/en.cjs +0 -79
- package/dist/martyrs/src/modules/auth/locales/en.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/locales/index.cjs +0 -10
- package/dist/martyrs/src/modules/auth/locales/index.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/locales/ru.cjs +0 -81
- package/dist/martyrs/src/modules/auth/locales/ru.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs +0 -95
- package/dist/martyrs/src/modules/auth/views/components/blocks/CardUser.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs +0 -44
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs +0 -41
- package/dist/martyrs/src/modules/auth/views/components/layouts/Auth.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs +0 -166
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterCode.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs +0 -118
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs +0 -89
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs +0 -284
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs +0 -85
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +0 -74
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs +0 -73
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs +0 -116
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs +0 -42
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs +0 -145
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs +0 -210
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs +0 -154
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs +0 -186
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs +0 -114
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs +0 -360
- package/dist/martyrs/src/modules/auth/views/components/sections/ProfileEditCredentials.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs +0 -47
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs +0 -78
- package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs +0 -55
- package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs +0 -17
- package/dist/martyrs/src/modules/auth/views/middlewares/ownership.validation.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/store/auth.cjs +0 -255
- package/dist/martyrs/src/modules/auth/views/store/auth.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/store/twofa.cjs +0 -40
- package/dist/martyrs/src/modules/auth/views/store/twofa.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/store/users.cjs +0 -97
- package/dist/martyrs/src/modules/auth/views/store/users.cjs.map +0 -1
- package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs +0 -62
- package/dist/martyrs/src/modules/auth/views/validations/inputs.validation.cjs.map +0 -1
- package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs +0 -36
- package/dist/martyrs/src/modules/backoffice/backoffice.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs +0 -81
- package/dist/martyrs/src/modules/backoffice/backoffice.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs +0 -145
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs +0 -150
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/chats/chats.client.cjs +0 -31
- package/dist/martyrs/src/modules/chats/chats.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs +0 -49
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs +0 -42
- package/dist/martyrs/src/modules/chats/components/pages/ChatPage.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs +0 -176
- package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/chats/store/chat.store.cjs +0 -175
- package/dist/martyrs/src/modules/chats/store/chat.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/community.client.cjs +0 -64
- package/dist/martyrs/src/modules/community/community.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/community.router.cjs +0 -124
- package/dist/martyrs/src/modules/community/community.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs +0 -59
- package/dist/martyrs/src/modules/community/components/blocks/Activity.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs +0 -124
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +0 -92
- package/dist/martyrs/src/modules/community/components/blocks/FooterBlogpost.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs +0 -250
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs +0 -83
- package/dist/martyrs/src/modules/community/components/pages/Blog.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs +0 -145
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs +0 -300
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs +0 -113
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs +0 -157
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs +0 -204
- package/dist/martyrs/src/modules/community/components/sections/Comments.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs +0 -72
- package/dist/martyrs/src/modules/community/components/sections/HotPosts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/store/blogposts.cjs +0 -171
- package/dist/martyrs/src/modules/community/store/blogposts.cjs.map +0 -1
- package/dist/martyrs/src/modules/community/store/reactions.cjs +0 -95
- package/dist/martyrs/src/modules/community/store/reactions.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs +0 -63
- package/dist/martyrs/src/modules/constructor/components/elements/Audio.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs +0 -79
- package/dist/martyrs/src/modules/constructor/components/elements/Card.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs +0 -82
- package/dist/martyrs/src/modules/constructor/components/elements/Embed.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs +0 -39
- package/dist/martyrs/src/modules/constructor/components/elements/Image.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs +0 -90
- package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs +0 -317
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs +0 -63
- package/dist/martyrs/src/modules/constructor/components/elements/Video.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs +0 -43
- package/dist/martyrs/src/modules/constructor/components/elements/VideoPlayer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs +0 -201
- package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs +0 -64
- package/dist/martyrs/src/modules/constructor/components/sections/Viewer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/core.client.cjs +0 -113
- package/dist/martyrs/src/modules/core/core.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/locales/en.cjs +0 -32
- package/dist/martyrs/src/modules/core/locales/en.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/locales/ru.cjs +0 -24
- package/dist/martyrs/src/modules/core/locales/ru.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.cjs +0 -208
- package/dist/martyrs/src/modules/core/views/classes/core.app.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs +0 -71
- package/dist/martyrs/src/modules/core/views/classes/core.i18n.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.i18n.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.store.cjs +0 -153
- package/dist/martyrs/src/modules/core/views/classes/core.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.store.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs +0 -298
- package/dist/martyrs/src/modules/core/views/classes/core.websocket.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/core.websocket.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs +0 -165
- package/dist/martyrs/src/modules/core/views/classes/module-registry.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/module-registry.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/session.cjs +0 -50
- package/dist/martyrs/src/modules/core/views/classes/session.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/classes/session.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs +0 -43
- package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs +0 -308
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockMultiselect.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs +0 -59
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs +0 -84
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSorting.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs +0 -76
- package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs +0 -197
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs +0 -38
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs +0 -84
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupAuth.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs +0 -184
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs +0 -54
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonDate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs +0 -36
- package/dist/martyrs/src/modules/core/views/components/elements/ButtonSort.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs +0 -64
- package/dist/martyrs/src/modules/core/views/components/elements/PhotoStack.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs +0 -106
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs +0 -341
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs +0 -17
- package/dist/martyrs/src/modules/core/views/components/layouts/Empty.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs +0 -12
- package/dist/martyrs/src/modules/core/views/components/pages/401.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs +0 -12
- package/dist/martyrs/src/modules/core/views/components/pages/404.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs +0 -116
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs +0 -100
- package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs +0 -243
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs +0 -179
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs +0 -106
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs +0 -250
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs +0 -158
- package/dist/martyrs/src/modules/core/views/components/partials/NavigationBar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs +0 -105
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs +0 -385
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs +0 -61
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs +0 -307
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs +0 -14
- package/dist/martyrs/src/modules/core/views/localization/get-browser-locale.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs +0 -262
- package/dist/martyrs/src/modules/core/views/mixins/mixins.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs +0 -56
- package/dist/martyrs/src/modules/core/views/plugins/alert.plugin.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs +0 -83
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs +0 -70
- package/dist/martyrs/src/modules/core/views/plugins/popup.auth.plugin.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs +0 -106
- package/dist/martyrs/src/modules/core/views/router/addRoutes.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs +0 -33
- package/dist/martyrs/src/modules/core/views/router/scrollBehavior.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/store/core.store.cjs +0 -285
- package/dist/martyrs/src/modules/core/views/store/core.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs +0 -17
- package/dist/martyrs/src/modules/core/views/utils/axios-instance.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs +0 -26
- package/dist/martyrs/src/modules/core/views/utils/polyfills.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs +0 -100
- package/dist/martyrs/src/modules/core/views/utils/query-serializer.cjs.map +0 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs +0 -118
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs +0 -133
- package/dist/martyrs/src/modules/events/components/blocks/CardEvent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs +0 -80
- package/dist/martyrs/src/modules/events/components/blocks/CardEventShort.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs +0 -174
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs +0 -85
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs +0 -36
- package/dist/martyrs/src/modules/events/components/layouts/layoutEvents.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs +0 -422
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs +0 -405
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs +0 -187
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs +0 -195
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs +0 -141
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs +0 -98
- package/dist/martyrs/src/modules/events/components/pages/EventsSearch.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs +0 -281
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs +0 -85
- package/dist/martyrs/src/modules/events/components/sections/EventsHot.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs +0 -45
- package/dist/martyrs/src/modules/events/components/sections/FeaturedEvents.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs +0 -168
- package/dist/martyrs/src/modules/events/components/sections/Feed.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs +0 -91
- package/dist/martyrs/src/modules/events/components/sections/HeroEvent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs +0 -108
- package/dist/martyrs/src/modules/events/components/sections/List.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs +0 -190
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/events.client.cjs +0 -61
- package/dist/martyrs/src/modules/events/events.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/router/events.router.cjs +0 -369
- package/dist/martyrs/src/modules/events/router/events.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/store/events.cjs +0 -147
- package/dist/martyrs/src/modules/events/store/events.cjs.map +0 -1
- package/dist/martyrs/src/modules/events/store/tickets.cjs +0 -117
- package/dist/martyrs/src/modules/events/store/tickets.cjs.map +0 -1
- package/dist/martyrs/src/modules/files/files.client.cjs +0 -2
- package/dist/martyrs/src/modules/files/files.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs +0 -122
- package/dist/martyrs/src/modules/gallery/components/pages/Gallery.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +0 -277
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/gallery/gallery.client.cjs +0 -33
- package/dist/martyrs/src/modules/gallery/gallery.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs +0 -129
- package/dist/martyrs/src/modules/gallery/router/gallery.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/gallery/store/gallery.cjs +0 -6
- package/dist/martyrs/src/modules/gallery/store/gallery.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs +0 -39
- package/dist/martyrs/src/modules/icons/actions/IconDuplicate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/actions/IconOpenLink.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/actions/IconShopcartAdd.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs +0 -49
- package/dist/martyrs/src/modules/icons/actions/IconShow.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs +0 -240
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs +0 -40
- package/dist/martyrs/src/modules/icons/entities/IconAddress.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs +0 -36
- package/dist/martyrs/src/modules/icons/entities/IconBell.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs +0 -38
- package/dist/martyrs/src/modules/icons/entities/IconCalendar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs +0 -36
- package/dist/martyrs/src/modules/icons/entities/IconCatalog.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/entities/IconCommunity.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconDate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs +0 -57
- package/dist/martyrs/src/modules/icons/entities/IconDiscount.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs +0 -62
- package/dist/martyrs/src/modules/icons/entities/IconEarn.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconEmail.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconEvents.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/entities/IconFeatured.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/entities/IconFile.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs +0 -55
- package/dist/martyrs/src/modules/icons/entities/IconFollowing.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs +0 -45
- package/dist/martyrs/src/modules/icons/entities/IconGallery.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconGroups.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs +0 -36
- package/dist/martyrs/src/modules/icons/entities/IconHome.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs +0 -45
- package/dist/martyrs/src/modules/icons/entities/IconInfo.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/entities/IconLeftovers.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/entities/IconList.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconLock.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/entities/IconMusic.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs +0 -55
- package/dist/martyrs/src/modules/icons/entities/IconOrders.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/entities/IconPayments.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/entities/IconPhone.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/entities/IconPopular.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/entities/IconPrice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs +0 -33
- package/dist/martyrs/src/modules/icons/entities/IconProducts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs +0 -29
- package/dist/martyrs/src/modules/icons/entities/IconProfile.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs +0 -53
- package/dist/martyrs/src/modules/icons/entities/IconRecent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs +0 -40
- package/dist/martyrs/src/modules/icons/entities/IconSettings.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs +0 -45
- package/dist/martyrs/src/modules/icons/entities/IconShopcart.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs +0 -24
- package/dist/martyrs/src/modules/icons/entities/IconTime.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/icons.client.cjs +0 -202
- package/dist/martyrs/src/modules/icons/icons.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/icons.router.cjs +0 -31
- package/dist/martyrs/src/modules/icons/icons.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs +0 -20
- package/dist/martyrs/src/modules/icons/labels/LabelAppStore.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs +0 -20
- package/dist/martyrs/src/modules/icons/labels/LabelGooglePlay.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs +0 -26
- package/dist/martyrs/src/modules/icons/logos/Logotype.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/navigation/IconAdd.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconArrow.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/navigation/IconAttach.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconCheck.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/navigation/IconCheckmark.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/navigation/IconChevronBottom.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/navigation/IconChevronLeft.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/navigation/IconChevronRight.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconCross.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs +0 -45
- package/dist/martyrs/src/modules/icons/navigation/IconDelete.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconDoubleCheck.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs +0 -51
- package/dist/martyrs/src/modules/icons/navigation/IconEllipsis.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs +0 -36
- package/dist/martyrs/src/modules/icons/navigation/IconFilter.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/navigation/IconHeart.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs +0 -44
- package/dist/martyrs/src/modules/icons/navigation/IconInfo.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs +0 -47
- package/dist/martyrs/src/modules/icons/navigation/IconLike.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/navigation/IconMinus.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconMute.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconPause.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconPlay.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs +0 -35
- package/dist/martyrs/src/modules/icons/navigation/IconPlus.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconRefresh.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs +0 -47
- package/dist/martyrs/src/modules/icons/navigation/IconSearch.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/navigation/IconSend.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconShuffle.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs +0 -67
- package/dist/martyrs/src/modules/icons/navigation/IconSort.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/navigation/IconUnMute.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs +0 -39
- package/dist/martyrs/src/modules/icons/navigation/IconUpload.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs +0 -37
- package/dist/martyrs/src/modules/icons/navigation/IconVolume.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs +0 -330
- package/dist/martyrs/src/modules/icons/pages/IconsPage.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderChat.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs +0 -23
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderImage.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderOrganizationPic.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +0 -18
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +0 -19
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonEvent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +0 -18
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +0 -18
- package/dist/martyrs/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/dribbble.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/facebook.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs +0 -31
- package/dist/martyrs/src/modules/icons/socials/instagram.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/line.vue.cjs +0 -34
- package/dist/martyrs/src/modules/icons/socials/line.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/linkedin.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/reddit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs +0 -44
- package/dist/martyrs/src/modules/icons/socials/telegram.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/twitter.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/vk.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/whatsapp.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs +0 -32
- package/dist/martyrs/src/modules/icons/socials/youtube.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs +0 -225
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs +0 -88
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs +0 -162
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs +0 -184
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs +0 -324
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs +0 -382
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/inventory.client.cjs +0 -55
- package/dist/martyrs/src/modules/inventory/inventory.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs +0 -36
- package/dist/martyrs/src/modules/inventory/router/inventory.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs +0 -112
- package/dist/martyrs/src/modules/inventory/store/inventory.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs +0 -6
- package/dist/martyrs/src/modules/inventory/store/stock.alerts.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs +0 -15
- package/dist/martyrs/src/modules/landing/components/elements/AnimatedGrid.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs +0 -120
- package/dist/martyrs/src/modules/landing/components/elements/FloatingImages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs +0 -136
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs +0 -47
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs +0 -103
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs +0 -70
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs +0 -85
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs +0 -89
- package/dist/martyrs/src/modules/landing/components/sections/SectionJoinUs.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs +0 -111
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs +0 -54
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs +0 -98
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs +0 -48
- package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/landing.client.cjs +0 -30
- package/dist/martyrs/src/modules/landing/landing.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/locales/en.cjs +0 -12
- package/dist/martyrs/src/modules/landing/locales/en.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/locales/index.cjs +0 -10
- package/dist/martyrs/src/modules/landing/locales/index.cjs.map +0 -1
- package/dist/martyrs/src/modules/landing/locales/ru.cjs +0 -12
- package/dist/martyrs/src/modules/landing/locales/ru.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs +0 -41
- package/dist/martyrs/src/modules/marketplace/marketplace.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs +0 -63
- package/dist/martyrs/src/modules/marketplace/marketplace.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs +0 -325
- package/dist/martyrs/src/modules/marketplace/views/components/layouts/Marketplace.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs +0 -73
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Catalog.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs +0 -107
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs +0 -54
- package/dist/martyrs/src/modules/marketplace/views/store/marketplace.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs +0 -94
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs +0 -84
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs +0 -95
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs +0 -100
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs +0 -178
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs +0 -437
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs +0 -415
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs +0 -434
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs +0 -98
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs +0 -566
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs +0 -21
- package/dist/martyrs/src/modules/music/components/layouts/MusicBottomPlayer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs +0 -498
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs +0 -14
- package/dist/martyrs/src/modules/music/components/pages/AlbumCreate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs +0 -23
- package/dist/martyrs/src/modules/music/components/pages/AlbumEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs +0 -440
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs +0 -14
- package/dist/martyrs/src/modules/music/components/pages/ArtistCreate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs +0 -23
- package/dist/martyrs/src/modules/music/components/pages/ArtistEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs +0 -218
- package/dist/martyrs/src/modules/music/components/pages/MusicHome.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs +0 -251
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs +0 -658
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs +0 -14
- package/dist/martyrs/src/modules/music/components/pages/PlaylistCreate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs +0 -23
- package/dist/martyrs/src/modules/music/components/pages/PlaylistEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs +0 -335
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs +0 -502
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs +0 -27
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs +0 -23
- package/dist/martyrs/src/modules/music/components/pages/TrackEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs +0 -212
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs +0 -89
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs +0 -77
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/music.client.cjs +0 -137
- package/dist/martyrs/src/modules/music/music.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/music.router.cjs +0 -228
- package/dist/martyrs/src/modules/music/music.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/albums.cjs +0 -167
- package/dist/martyrs/src/modules/music/store/albums.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/artists.cjs +0 -162
- package/dist/martyrs/src/modules/music/store/artists.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/genres.cjs +0 -123
- package/dist/martyrs/src/modules/music/store/genres.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/player.cjs +0 -301
- package/dist/martyrs/src/modules/music/store/player.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/playlists.cjs +0 -180
- package/dist/martyrs/src/modules/music/store/playlists.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/search.cjs +0 -109
- package/dist/martyrs/src/modules/music/store/search.cjs.map +0 -1
- package/dist/martyrs/src/modules/music/store/tracks.cjs +0 -206
- package/dist/martyrs/src/modules/music/store/tracks.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs +0 -82
- package/dist/martyrs/src/modules/notifications/components/blocks/NotificationItem.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs +0 -142
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs +0 -64
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs +0 -36
- package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs +0 -168
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs +0 -143
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.cjs +0 -388
- package/dist/martyrs/src/modules/notifications/notifications.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/notifications.router.cjs +0 -46
- package/dist/martyrs/src/modules/notifications/notifications.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs +0 -310
- package/dist/martyrs/src/modules/notifications/store/notifications.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs +0 -86
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs +0 -103
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs +0 -154
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs +0 -112
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +0 -194
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs +0 -207
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs +0 -69
- package/dist/martyrs/src/modules/orders/components/blocks/StatusHistory.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs +0 -193
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs +0 -132
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs +0 -138
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs +0 -262
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs +0 -173
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusCanceled.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusConfirmed.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusCreated.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusDelay.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusFinished.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs +0 -32
- package/dist/martyrs/src/modules/orders/components/icons/IconStatusInUse.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs +0 -233
- package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs +0 -234
- package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs +0 -407
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs +0 -357
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +0 -394
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs +0 -155
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs +0 -136
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs +0 -119
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs +0 -27
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs +0 -139
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs +0 -17
- package/dist/martyrs/src/modules/orders/components/sections/EmptyState.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs +0 -129
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs +0 -42
- package/dist/martyrs/src/modules/orders/components/sections/FormPayment.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs +0 -34
- package/dist/martyrs/src/modules/orders/components/sections/Succes.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/locales/en.cjs +0 -38
- package/dist/martyrs/src/modules/orders/locales/en.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/locales/index.cjs +0 -10
- package/dist/martyrs/src/modules/orders/locales/index.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/locales/ru.cjs +0 -38
- package/dist/martyrs/src/modules/orders/locales/ru.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/orders.client.cjs +0 -202
- package/dist/martyrs/src/modules/orders/orders.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/router/applications.router.cjs +0 -17
- package/dist/martyrs/src/modules/orders/router/applications.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/router/customers.router.cjs +0 -18
- package/dist/martyrs/src/modules/orders/router/customers.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/router/orders.router.cjs +0 -80
- package/dist/martyrs/src/modules/orders/router/orders.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/applications.cjs +0 -6
- package/dist/martyrs/src/modules/orders/store/applications.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/customers.store.cjs +0 -6
- package/dist/martyrs/src/modules/orders/store/customers.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/models/application.cjs +0 -20
- package/dist/martyrs/src/modules/orders/store/models/application.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/models/customer.cjs +0 -50
- package/dist/martyrs/src/modules/orders/store/models/customer.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/models/order.cjs +0 -30
- package/dist/martyrs/src/modules/orders/store/models/order.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/orders.cjs +0 -166
- package/dist/martyrs/src/modules/orders/store/orders.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/shopcart.cjs +0 -175
- package/dist/martyrs/src/modules/orders/store/shopcart.cjs.map +0 -1
- package/dist/martyrs/src/modules/orders/store/testimonials.cjs +0 -63
- package/dist/martyrs/src/modules/orders/store/testimonials.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +0 -80
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +0 -157
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs +0 -72
- package/dist/martyrs/src/modules/organizations/components/blocks/Contacts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +0 -32
- package/dist/martyrs/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs +0 -42
- package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs +0 -46
- package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs +0 -101
- package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs +0 -69
- package/dist/martyrs/src/modules/organizations/components/blocks/Unit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +0 -101
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs +0 -195
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs +0 -402
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs +0 -86
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs +0 -131
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs +0 -376
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs +0 -200
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs +0 -200
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +0 -162
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs +0 -104
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs +0 -119
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs +0 -148
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs +0 -78
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs +0 -52
- package/dist/martyrs/src/modules/organizations/components/sections/Publics.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs +0 -2
- package/dist/martyrs/src/modules/organizations/components/sections/Unit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs +0 -171
- package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/organizations.client.cjs +0 -79
- package/dist/martyrs/src/modules/organizations/organizations.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/organizations.router.cjs +0 -145
- package/dist/martyrs/src/modules/organizations/organizations.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/store/departments.store.cjs +0 -6
- package/dist/martyrs/src/modules/organizations/store/departments.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/store/invites.store.cjs +0 -6
- package/dist/martyrs/src/modules/organizations/store/invites.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs +0 -20
- package/dist/martyrs/src/modules/organizations/store/memberships.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/organizations/store/organizations.cjs +0 -131
- package/dist/martyrs/src/modules/organizations/store/organizations.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/pages.client.cjs +0 -34
- package/dist/martyrs/src/modules/pages/pages.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/pages.router.cjs +0 -101
- package/dist/martyrs/src/modules/pages/pages.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs +0 -105
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs +0 -159
- package/dist/martyrs/src/modules/pages/views/components/pages/Page.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs +0 -113
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs +0 -57
- package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs +0 -103
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/pages/views/store/pages.cjs +0 -65
- package/dist/martyrs/src/modules/pages/views/store/pages.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs +0 -74
- package/dist/martyrs/src/modules/products/components/blocks/CardCategory.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs +0 -99
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs +0 -121
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs +0 -129
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs +0 -106
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs +0 -123
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs +0 -136
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs +0 -45
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs +0 -79
- package/dist/martyrs/src/modules/products/components/elements/QuantitySelector.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs +0 -89
- package/dist/martyrs/src/modules/products/components/elements/THC.vue2.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/elements/THC.vue2.js.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs +0 -197
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs +0 -272
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs +0 -251
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs +0 -438
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +0 -106
- package/dist/martyrs/src/modules/products/components/pages/ProductRecommmendation.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs +0 -454
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs +0 -168
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs +0 -318
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs +0 -147
- package/dist/martyrs/src/modules/products/components/sections/EditIngredients.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs +0 -129
- package/dist/martyrs/src/modules/products/components/sections/EditRecommended.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs +0 -500
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs +0 -195
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs +0 -120
- package/dist/martyrs/src/modules/products/components/sections/HeroRecommendation.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs +0 -142
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs +0 -49
- package/dist/martyrs/src/modules/products/components/sections/ProductsPopular.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs +0 -155
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs +0 -240
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/products.client.cjs +0 -86
- package/dist/martyrs/src/modules/products/products.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/router/categories.router.cjs +0 -174
- package/dist/martyrs/src/modules/products/router/categories.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/router/products.router.cjs +0 -340
- package/dist/martyrs/src/modules/products/router/products.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/store/categories.cjs +0 -123
- package/dist/martyrs/src/modules/products/store/categories.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/store/products.cjs +0 -229
- package/dist/martyrs/src/modules/products/store/products.cjs.map +0 -1
- package/dist/martyrs/src/modules/products/store/variants.store.cjs +0 -6
- package/dist/martyrs/src/modules/products/store/variants.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/rents.client.cjs +0 -45
- package/dist/martyrs/src/modules/rents/rents.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/rents.router.cjs +0 -110
- package/dist/martyrs/src/modules/rents/rents.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs +0 -55
- package/dist/martyrs/src/modules/rents/views/components/blocks/CardRent.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs +0 -25
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/DateLabel.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs +0 -44
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs +0 -403
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs +0 -52
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs +0 -164
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs +0 -156
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs +0 -224
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs +0 -143
- package/dist/martyrs/src/modules/rents/views/store/rents.store.cjs.map +0 -1
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs +0 -54
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs +0 -104
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/reports/reports.client.cjs +0 -29
- package/dist/martyrs/src/modules/reports/reports.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/reports/reports.router.cjs +0 -34
- package/dist/martyrs/src/modules/reports/reports.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/reports/store/reports.cjs +0 -103
- package/dist/martyrs/src/modules/reports/store/reports.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs +0 -119
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs +0 -85
- package/dist/martyrs/src/modules/spots/components/blocks/SpotMemberModify.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs +0 -32
- package/dist/martyrs/src/modules/spots/components/blocks/SpotSub.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs +0 -198
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs +0 -531
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs +0 -157
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs +0 -235
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs +0 -135
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs +0 -803
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/router/spots.router.cjs +0 -263
- package/dist/martyrs/src/modules/spots/router/spots.router.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/spots.client.cjs +0 -43
- package/dist/martyrs/src/modules/spots/spots.client.cjs.map +0 -1
- package/dist/martyrs/src/modules/spots/store/spots.cjs +0 -80
- package/dist/martyrs/src/modules/spots/store/spots.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs +0 -43
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardBalanceReplenished.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs +0 -47
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CardDeposit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs +0 -29
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CashDeposit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs +0 -89
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDeposit.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs +0 -136
- package/dist/martyrs/src/modules/wallet/views/components/blocks/CryptoDepositProcessing.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs +0 -183
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs +0 -238
- package/dist/martyrs/src/modules/wallet/views/components/pages/Wallet.vue.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs +0 -9
- package/dist/martyrs/src/modules/wallet/views/localization/wallet.json.cjs.map +0 -1
- package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs +0 -134
- package/dist/martyrs/src/modules/wallet/views/store/wallet.store.cjs.map +0 -1
- package/dist/martyrs.cjs.js +0 -1
- package/dist/metadata.schema-BGykn-_r.cjs +0 -267
- package/dist/music.server.cjs +0 -2114
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs +0 -485
- package/dist/node_modules/.pnpm/@capacitor_core@7.0.1/node_modules/@capacitor/core/dist/index.cjs.map +0 -1
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs +0 -335
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs +0 -198
- package/dist/node_modules/.pnpm/@unhead_dom@1.11.20/node_modules/@unhead/dom/dist/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs +0 -311
- package/dist/node_modules/.pnpm/@unhead_shared@1.11.20/node_modules/@unhead/shared/dist/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs +0 -97
- package/dist/node_modules/.pnpm/@unhead_ssr@1.11.20/node_modules/@unhead/ssr/dist/index.cjs.map +0 -1
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs +0 -209
- package/dist/node_modules/.pnpm/@vue_shared@3.5.13/node_modules/@vue/shared/dist/shared.esm-bundler.cjs.map +0 -1
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs +0 -287
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.cjs.map +0 -1
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs +0 -34
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/weekOfYear.cjs.map +0 -1
- package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs +0 -106
- package/dist/node_modules/.pnpm/dijkstrajs@1.0.3/node_modules/dijkstrajs/dijkstra.cjs.map +0 -1
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs +0 -1631
- package/dist/node_modules/.pnpm/embla-carousel@8.5.2/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.map +0 -1
- package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs +0 -209
- package/dist/node_modules/.pnpm/hookable@5.5.3/node_modules/hookable/dist/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs +0 -101
- package/dist/node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.cjs.map +0 -1
- package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs +0 -689
- package/dist/node_modules/.pnpm/lodash.merge@4.6.2/node_modules/lodash.merge/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs +0 -79
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/browser.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs +0 -14
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/can-promise.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs +0 -43
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alignment-pattern.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs +0 -85
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/alphanumeric-data.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs +0 -40
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-buffer.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs +0 -34
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/bit-matrix.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs +0 -36
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/byte-data.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs +0 -367
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-code.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs +0 -52
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/error-correction-level.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs +0 -25
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/finder-pattern.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs +0 -24
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/format-info.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs +0 -38
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/galois-field.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs +0 -46
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/kanji-data.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs +0 -149
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mask-pattern.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs +0 -90
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/mode.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs +0 -41
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/numeric-data.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs +0 -44
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/polynomial.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs +0 -279
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/qrcode.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs +0 -38
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/reed-solomon-encoder.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs +0 -33
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/regex.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs +0 -201
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/segments.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs +0 -84
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs +0 -14
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version-check.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs +0 -107
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/version.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs +0 -61
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/canvas.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs +0 -64
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/svg-tag.cjs.map +0 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs +0 -87
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.cjs.map +0 -1
- package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs +0 -423
- package/dist/node_modules/.pnpm/unhead@1.11.20/node_modules/unhead/dist/index.cjs.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs +0 -6
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.cjs.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs +0 -15
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.cjs.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs +0 -11
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.cjs.map +0 -1
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs +0 -20
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.cjs.map +0 -1
- 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
- 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
- package/dist/notifications.server.cjs +0 -822
- package/dist/orders.server.cjs +0 -1284
- package/dist/organizations.server.cjs +0 -1590
- package/dist/ownership.schema-CRYdbemm.cjs +0 -42
- package/dist/pages.server.cjs +0 -142
- package/dist/products.server.cjs +0 -1677
- package/dist/profile.schema-l0Dk4Ptu.cjs +0 -91
- package/dist/queryProcessor-DJUTwCLN.cjs +0 -329
- package/dist/rents.server.cjs +0 -509
- package/dist/reports.server.cjs +0 -133
- package/dist/socials.schema-CqEHax2w.cjs +0 -24
- package/dist/spots.server.cjs +0 -331
- package/dist/web-pd1gb6DR.cjs +0 -1
- package/src/modules/music/router/library.router.js +0 -26
- package/src/modules/music/router/music.router.js +0 -176
- /package/src/modules/core/views/classes/{core.i18n.js → i18n.manager.js} +0 -0
|
@@ -1,1631 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
function isNumber(subject) {
|
|
4
|
-
return typeof subject === "number";
|
|
5
|
-
}
|
|
6
|
-
function isString(subject) {
|
|
7
|
-
return typeof subject === "string";
|
|
8
|
-
}
|
|
9
|
-
function isBoolean(subject) {
|
|
10
|
-
return typeof subject === "boolean";
|
|
11
|
-
}
|
|
12
|
-
function isObject(subject) {
|
|
13
|
-
return Object.prototype.toString.call(subject) === "[object Object]";
|
|
14
|
-
}
|
|
15
|
-
function mathAbs(n) {
|
|
16
|
-
return Math.abs(n);
|
|
17
|
-
}
|
|
18
|
-
function mathSign(n) {
|
|
19
|
-
return Math.sign(n);
|
|
20
|
-
}
|
|
21
|
-
function deltaAbs(valueB, valueA) {
|
|
22
|
-
return mathAbs(valueB - valueA);
|
|
23
|
-
}
|
|
24
|
-
function factorAbs(valueB, valueA) {
|
|
25
|
-
if (valueB === 0 || valueA === 0) return 0;
|
|
26
|
-
if (mathAbs(valueB) <= mathAbs(valueA)) return 0;
|
|
27
|
-
const diff = deltaAbs(mathAbs(valueB), mathAbs(valueA));
|
|
28
|
-
return mathAbs(diff / valueB);
|
|
29
|
-
}
|
|
30
|
-
function roundToTwoDecimals(num) {
|
|
31
|
-
return Math.round(num * 100) / 100;
|
|
32
|
-
}
|
|
33
|
-
function arrayKeys(array) {
|
|
34
|
-
return objectKeys(array).map(Number);
|
|
35
|
-
}
|
|
36
|
-
function arrayLast(array) {
|
|
37
|
-
return array[arrayLastIndex(array)];
|
|
38
|
-
}
|
|
39
|
-
function arrayLastIndex(array) {
|
|
40
|
-
return Math.max(0, array.length - 1);
|
|
41
|
-
}
|
|
42
|
-
function arrayIsLastIndex(array, index) {
|
|
43
|
-
return index === arrayLastIndex(array);
|
|
44
|
-
}
|
|
45
|
-
function arrayFromNumber(n, startAt = 0) {
|
|
46
|
-
return Array.from(Array(n), (_, i) => startAt + i);
|
|
47
|
-
}
|
|
48
|
-
function objectKeys(object) {
|
|
49
|
-
return Object.keys(object);
|
|
50
|
-
}
|
|
51
|
-
function objectsMergeDeep(objectA, objectB) {
|
|
52
|
-
return [objectA, objectB].reduce((mergedObjects, currentObject) => {
|
|
53
|
-
objectKeys(currentObject).forEach((key) => {
|
|
54
|
-
const valueA = mergedObjects[key];
|
|
55
|
-
const valueB = currentObject[key];
|
|
56
|
-
const areObjects = isObject(valueA) && isObject(valueB);
|
|
57
|
-
mergedObjects[key] = areObjects ? objectsMergeDeep(valueA, valueB) : valueB;
|
|
58
|
-
});
|
|
59
|
-
return mergedObjects;
|
|
60
|
-
}, {});
|
|
61
|
-
}
|
|
62
|
-
function isMouseEvent(evt, ownerWindow) {
|
|
63
|
-
return typeof ownerWindow.MouseEvent !== "undefined" && evt instanceof ownerWindow.MouseEvent;
|
|
64
|
-
}
|
|
65
|
-
function Alignment(align, viewSize) {
|
|
66
|
-
const predefined = {
|
|
67
|
-
start,
|
|
68
|
-
center,
|
|
69
|
-
end
|
|
70
|
-
};
|
|
71
|
-
function start() {
|
|
72
|
-
return 0;
|
|
73
|
-
}
|
|
74
|
-
function center(n) {
|
|
75
|
-
return end(n) / 2;
|
|
76
|
-
}
|
|
77
|
-
function end(n) {
|
|
78
|
-
return viewSize - n;
|
|
79
|
-
}
|
|
80
|
-
function measure(n, index) {
|
|
81
|
-
if (isString(align)) return predefined[align](n);
|
|
82
|
-
return align(viewSize, n, index);
|
|
83
|
-
}
|
|
84
|
-
const self = {
|
|
85
|
-
measure
|
|
86
|
-
};
|
|
87
|
-
return self;
|
|
88
|
-
}
|
|
89
|
-
function EventStore() {
|
|
90
|
-
let listeners = [];
|
|
91
|
-
function add(node, type, handler, options = {
|
|
92
|
-
passive: true
|
|
93
|
-
}) {
|
|
94
|
-
let removeListener;
|
|
95
|
-
if ("addEventListener" in node) {
|
|
96
|
-
node.addEventListener(type, handler, options);
|
|
97
|
-
removeListener = () => node.removeEventListener(type, handler, options);
|
|
98
|
-
} else {
|
|
99
|
-
const legacyMediaQueryList = node;
|
|
100
|
-
legacyMediaQueryList.addListener(handler);
|
|
101
|
-
removeListener = () => legacyMediaQueryList.removeListener(handler);
|
|
102
|
-
}
|
|
103
|
-
listeners.push(removeListener);
|
|
104
|
-
return self;
|
|
105
|
-
}
|
|
106
|
-
function clear() {
|
|
107
|
-
listeners = listeners.filter((remove) => remove());
|
|
108
|
-
}
|
|
109
|
-
const self = {
|
|
110
|
-
add,
|
|
111
|
-
clear
|
|
112
|
-
};
|
|
113
|
-
return self;
|
|
114
|
-
}
|
|
115
|
-
function Animations(ownerDocument, ownerWindow, update, render) {
|
|
116
|
-
const documentVisibleHandler = EventStore();
|
|
117
|
-
const fixedTimeStep = 1e3 / 60;
|
|
118
|
-
let lastTimeStamp = null;
|
|
119
|
-
let accumulatedTime = 0;
|
|
120
|
-
let animationId = 0;
|
|
121
|
-
function init() {
|
|
122
|
-
documentVisibleHandler.add(ownerDocument, "visibilitychange", () => {
|
|
123
|
-
if (ownerDocument.hidden) reset();
|
|
124
|
-
});
|
|
125
|
-
}
|
|
126
|
-
function destroy() {
|
|
127
|
-
stop();
|
|
128
|
-
documentVisibleHandler.clear();
|
|
129
|
-
}
|
|
130
|
-
function animate(timeStamp) {
|
|
131
|
-
if (!animationId) return;
|
|
132
|
-
if (!lastTimeStamp) {
|
|
133
|
-
lastTimeStamp = timeStamp;
|
|
134
|
-
update();
|
|
135
|
-
update();
|
|
136
|
-
}
|
|
137
|
-
const timeElapsed = timeStamp - lastTimeStamp;
|
|
138
|
-
lastTimeStamp = timeStamp;
|
|
139
|
-
accumulatedTime += timeElapsed;
|
|
140
|
-
while (accumulatedTime >= fixedTimeStep) {
|
|
141
|
-
update();
|
|
142
|
-
accumulatedTime -= fixedTimeStep;
|
|
143
|
-
}
|
|
144
|
-
const alpha = accumulatedTime / fixedTimeStep;
|
|
145
|
-
render(alpha);
|
|
146
|
-
if (animationId) {
|
|
147
|
-
animationId = ownerWindow.requestAnimationFrame(animate);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
function start() {
|
|
151
|
-
if (animationId) return;
|
|
152
|
-
animationId = ownerWindow.requestAnimationFrame(animate);
|
|
153
|
-
}
|
|
154
|
-
function stop() {
|
|
155
|
-
ownerWindow.cancelAnimationFrame(animationId);
|
|
156
|
-
lastTimeStamp = null;
|
|
157
|
-
accumulatedTime = 0;
|
|
158
|
-
animationId = 0;
|
|
159
|
-
}
|
|
160
|
-
function reset() {
|
|
161
|
-
lastTimeStamp = null;
|
|
162
|
-
accumulatedTime = 0;
|
|
163
|
-
}
|
|
164
|
-
const self = {
|
|
165
|
-
init,
|
|
166
|
-
destroy,
|
|
167
|
-
start,
|
|
168
|
-
stop,
|
|
169
|
-
update,
|
|
170
|
-
render
|
|
171
|
-
};
|
|
172
|
-
return self;
|
|
173
|
-
}
|
|
174
|
-
function Axis(axis, contentDirection) {
|
|
175
|
-
const isRightToLeft = contentDirection === "rtl";
|
|
176
|
-
const isVertical = axis === "y";
|
|
177
|
-
const scroll = isVertical ? "y" : "x";
|
|
178
|
-
const cross = isVertical ? "x" : "y";
|
|
179
|
-
const sign = !isVertical && isRightToLeft ? -1 : 1;
|
|
180
|
-
const startEdge = getStartEdge();
|
|
181
|
-
const endEdge = getEndEdge();
|
|
182
|
-
function measureSize(nodeRect) {
|
|
183
|
-
const {
|
|
184
|
-
height,
|
|
185
|
-
width
|
|
186
|
-
} = nodeRect;
|
|
187
|
-
return isVertical ? height : width;
|
|
188
|
-
}
|
|
189
|
-
function getStartEdge() {
|
|
190
|
-
if (isVertical) return "top";
|
|
191
|
-
return isRightToLeft ? "right" : "left";
|
|
192
|
-
}
|
|
193
|
-
function getEndEdge() {
|
|
194
|
-
if (isVertical) return "bottom";
|
|
195
|
-
return isRightToLeft ? "left" : "right";
|
|
196
|
-
}
|
|
197
|
-
function direction(n) {
|
|
198
|
-
return n * sign;
|
|
199
|
-
}
|
|
200
|
-
const self = {
|
|
201
|
-
scroll,
|
|
202
|
-
cross,
|
|
203
|
-
startEdge,
|
|
204
|
-
endEdge,
|
|
205
|
-
measureSize,
|
|
206
|
-
direction
|
|
207
|
-
};
|
|
208
|
-
return self;
|
|
209
|
-
}
|
|
210
|
-
function Limit(min = 0, max = 0) {
|
|
211
|
-
const length = mathAbs(min - max);
|
|
212
|
-
function reachedMin(n) {
|
|
213
|
-
return n < min;
|
|
214
|
-
}
|
|
215
|
-
function reachedMax(n) {
|
|
216
|
-
return n > max;
|
|
217
|
-
}
|
|
218
|
-
function reachedAny(n) {
|
|
219
|
-
return reachedMin(n) || reachedMax(n);
|
|
220
|
-
}
|
|
221
|
-
function constrain(n) {
|
|
222
|
-
if (!reachedAny(n)) return n;
|
|
223
|
-
return reachedMin(n) ? min : max;
|
|
224
|
-
}
|
|
225
|
-
function removeOffset(n) {
|
|
226
|
-
if (!length) return n;
|
|
227
|
-
return n - length * Math.ceil((n - max) / length);
|
|
228
|
-
}
|
|
229
|
-
const self = {
|
|
230
|
-
length,
|
|
231
|
-
max,
|
|
232
|
-
min,
|
|
233
|
-
constrain,
|
|
234
|
-
reachedAny,
|
|
235
|
-
reachedMax,
|
|
236
|
-
reachedMin,
|
|
237
|
-
removeOffset
|
|
238
|
-
};
|
|
239
|
-
return self;
|
|
240
|
-
}
|
|
241
|
-
function Counter(max, start, loop) {
|
|
242
|
-
const {
|
|
243
|
-
constrain
|
|
244
|
-
} = Limit(0, max);
|
|
245
|
-
const loopEnd = max + 1;
|
|
246
|
-
let counter = withinLimit(start);
|
|
247
|
-
function withinLimit(n) {
|
|
248
|
-
return !loop ? constrain(n) : mathAbs((loopEnd + n) % loopEnd);
|
|
249
|
-
}
|
|
250
|
-
function get() {
|
|
251
|
-
return counter;
|
|
252
|
-
}
|
|
253
|
-
function set(n) {
|
|
254
|
-
counter = withinLimit(n);
|
|
255
|
-
return self;
|
|
256
|
-
}
|
|
257
|
-
function add(n) {
|
|
258
|
-
return clone().set(get() + n);
|
|
259
|
-
}
|
|
260
|
-
function clone() {
|
|
261
|
-
return Counter(max, get(), loop);
|
|
262
|
-
}
|
|
263
|
-
const self = {
|
|
264
|
-
get,
|
|
265
|
-
set,
|
|
266
|
-
add,
|
|
267
|
-
clone
|
|
268
|
-
};
|
|
269
|
-
return self;
|
|
270
|
-
}
|
|
271
|
-
function DragHandler(axis, rootNode, ownerDocument, ownerWindow, target, dragTracker, location, animation, scrollTo, scrollBody, scrollTarget, index, eventHandler, percentOfView, dragFree, dragThreshold, skipSnaps, baseFriction, watchDrag) {
|
|
272
|
-
const {
|
|
273
|
-
cross: crossAxis,
|
|
274
|
-
direction
|
|
275
|
-
} = axis;
|
|
276
|
-
const focusNodes = ["INPUT", "SELECT", "TEXTAREA"];
|
|
277
|
-
const nonPassiveEvent = {
|
|
278
|
-
passive: false
|
|
279
|
-
};
|
|
280
|
-
const initEvents = EventStore();
|
|
281
|
-
const dragEvents = EventStore();
|
|
282
|
-
const goToNextThreshold = Limit(50, 225).constrain(percentOfView.measure(20));
|
|
283
|
-
const snapForceBoost = {
|
|
284
|
-
mouse: 300,
|
|
285
|
-
touch: 400
|
|
286
|
-
};
|
|
287
|
-
const freeForceBoost = {
|
|
288
|
-
mouse: 500,
|
|
289
|
-
touch: 600
|
|
290
|
-
};
|
|
291
|
-
const baseSpeed = dragFree ? 43 : 25;
|
|
292
|
-
let isMoving = false;
|
|
293
|
-
let startScroll = 0;
|
|
294
|
-
let startCross = 0;
|
|
295
|
-
let pointerIsDown = false;
|
|
296
|
-
let preventScroll = false;
|
|
297
|
-
let preventClick = false;
|
|
298
|
-
let isMouse = false;
|
|
299
|
-
function init(emblaApi) {
|
|
300
|
-
if (!watchDrag) return;
|
|
301
|
-
function downIfAllowed(evt) {
|
|
302
|
-
if (isBoolean(watchDrag) || watchDrag(emblaApi, evt)) down(evt);
|
|
303
|
-
}
|
|
304
|
-
const node = rootNode;
|
|
305
|
-
initEvents.add(node, "dragstart", (evt) => evt.preventDefault(), nonPassiveEvent).add(node, "touchmove", () => void 0, nonPassiveEvent).add(node, "touchend", () => void 0).add(node, "touchstart", downIfAllowed).add(node, "mousedown", downIfAllowed).add(node, "touchcancel", up).add(node, "contextmenu", up).add(node, "click", click, true);
|
|
306
|
-
}
|
|
307
|
-
function destroy() {
|
|
308
|
-
initEvents.clear();
|
|
309
|
-
dragEvents.clear();
|
|
310
|
-
}
|
|
311
|
-
function addDragEvents() {
|
|
312
|
-
const node = isMouse ? ownerDocument : rootNode;
|
|
313
|
-
dragEvents.add(node, "touchmove", move, nonPassiveEvent).add(node, "touchend", up).add(node, "mousemove", move, nonPassiveEvent).add(node, "mouseup", up);
|
|
314
|
-
}
|
|
315
|
-
function isFocusNode(node) {
|
|
316
|
-
const nodeName = node.nodeName || "";
|
|
317
|
-
return focusNodes.includes(nodeName);
|
|
318
|
-
}
|
|
319
|
-
function forceBoost() {
|
|
320
|
-
const boost = dragFree ? freeForceBoost : snapForceBoost;
|
|
321
|
-
const type = isMouse ? "mouse" : "touch";
|
|
322
|
-
return boost[type];
|
|
323
|
-
}
|
|
324
|
-
function allowedForce(force, targetChanged) {
|
|
325
|
-
const next = index.add(mathSign(force) * -1);
|
|
326
|
-
const baseForce = scrollTarget.byDistance(force, !dragFree).distance;
|
|
327
|
-
if (dragFree || mathAbs(force) < goToNextThreshold) return baseForce;
|
|
328
|
-
if (skipSnaps && targetChanged) return baseForce * 0.5;
|
|
329
|
-
return scrollTarget.byIndex(next.get(), 0).distance;
|
|
330
|
-
}
|
|
331
|
-
function down(evt) {
|
|
332
|
-
const isMouseEvt = isMouseEvent(evt, ownerWindow);
|
|
333
|
-
isMouse = isMouseEvt;
|
|
334
|
-
preventClick = dragFree && isMouseEvt && !evt.buttons && isMoving;
|
|
335
|
-
isMoving = deltaAbs(target.get(), location.get()) >= 2;
|
|
336
|
-
if (isMouseEvt && evt.button !== 0) return;
|
|
337
|
-
if (isFocusNode(evt.target)) return;
|
|
338
|
-
pointerIsDown = true;
|
|
339
|
-
dragTracker.pointerDown(evt);
|
|
340
|
-
scrollBody.useFriction(0).useDuration(0);
|
|
341
|
-
target.set(location);
|
|
342
|
-
addDragEvents();
|
|
343
|
-
startScroll = dragTracker.readPoint(evt);
|
|
344
|
-
startCross = dragTracker.readPoint(evt, crossAxis);
|
|
345
|
-
eventHandler.emit("pointerDown");
|
|
346
|
-
}
|
|
347
|
-
function move(evt) {
|
|
348
|
-
const isTouchEvt = !isMouseEvent(evt, ownerWindow);
|
|
349
|
-
if (isTouchEvt && evt.touches.length >= 2) return up(evt);
|
|
350
|
-
const lastScroll = dragTracker.readPoint(evt);
|
|
351
|
-
const lastCross = dragTracker.readPoint(evt, crossAxis);
|
|
352
|
-
const diffScroll = deltaAbs(lastScroll, startScroll);
|
|
353
|
-
const diffCross = deltaAbs(lastCross, startCross);
|
|
354
|
-
if (!preventScroll && !isMouse) {
|
|
355
|
-
if (!evt.cancelable) return up(evt);
|
|
356
|
-
preventScroll = diffScroll > diffCross;
|
|
357
|
-
if (!preventScroll) return up(evt);
|
|
358
|
-
}
|
|
359
|
-
const diff = dragTracker.pointerMove(evt);
|
|
360
|
-
if (diffScroll > dragThreshold) preventClick = true;
|
|
361
|
-
scrollBody.useFriction(0.3).useDuration(0.75);
|
|
362
|
-
animation.start();
|
|
363
|
-
target.add(direction(diff));
|
|
364
|
-
evt.preventDefault();
|
|
365
|
-
}
|
|
366
|
-
function up(evt) {
|
|
367
|
-
const currentLocation = scrollTarget.byDistance(0, false);
|
|
368
|
-
const targetChanged = currentLocation.index !== index.get();
|
|
369
|
-
const rawForce = dragTracker.pointerUp(evt) * forceBoost();
|
|
370
|
-
const force = allowedForce(direction(rawForce), targetChanged);
|
|
371
|
-
const forceFactor = factorAbs(rawForce, force);
|
|
372
|
-
const speed = baseSpeed - 10 * forceFactor;
|
|
373
|
-
const friction = baseFriction + forceFactor / 50;
|
|
374
|
-
preventScroll = false;
|
|
375
|
-
pointerIsDown = false;
|
|
376
|
-
dragEvents.clear();
|
|
377
|
-
scrollBody.useDuration(speed).useFriction(friction);
|
|
378
|
-
scrollTo.distance(force, !dragFree);
|
|
379
|
-
isMouse = false;
|
|
380
|
-
eventHandler.emit("pointerUp");
|
|
381
|
-
}
|
|
382
|
-
function click(evt) {
|
|
383
|
-
if (preventClick) {
|
|
384
|
-
evt.stopPropagation();
|
|
385
|
-
evt.preventDefault();
|
|
386
|
-
preventClick = false;
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
function pointerDown() {
|
|
390
|
-
return pointerIsDown;
|
|
391
|
-
}
|
|
392
|
-
const self = {
|
|
393
|
-
init,
|
|
394
|
-
destroy,
|
|
395
|
-
pointerDown
|
|
396
|
-
};
|
|
397
|
-
return self;
|
|
398
|
-
}
|
|
399
|
-
function DragTracker(axis, ownerWindow) {
|
|
400
|
-
const logInterval = 170;
|
|
401
|
-
let startEvent;
|
|
402
|
-
let lastEvent;
|
|
403
|
-
function readTime(evt) {
|
|
404
|
-
return evt.timeStamp;
|
|
405
|
-
}
|
|
406
|
-
function readPoint(evt, evtAxis) {
|
|
407
|
-
const property = evtAxis || axis.scroll;
|
|
408
|
-
const coord = `client${property === "x" ? "X" : "Y"}`;
|
|
409
|
-
return (isMouseEvent(evt, ownerWindow) ? evt : evt.touches[0])[coord];
|
|
410
|
-
}
|
|
411
|
-
function pointerDown(evt) {
|
|
412
|
-
startEvent = evt;
|
|
413
|
-
lastEvent = evt;
|
|
414
|
-
return readPoint(evt);
|
|
415
|
-
}
|
|
416
|
-
function pointerMove(evt) {
|
|
417
|
-
const diff = readPoint(evt) - readPoint(lastEvent);
|
|
418
|
-
const expired = readTime(evt) - readTime(startEvent) > logInterval;
|
|
419
|
-
lastEvent = evt;
|
|
420
|
-
if (expired) startEvent = evt;
|
|
421
|
-
return diff;
|
|
422
|
-
}
|
|
423
|
-
function pointerUp(evt) {
|
|
424
|
-
if (!startEvent || !lastEvent) return 0;
|
|
425
|
-
const diffDrag = readPoint(lastEvent) - readPoint(startEvent);
|
|
426
|
-
const diffTime = readTime(evt) - readTime(startEvent);
|
|
427
|
-
const expired = readTime(evt) - readTime(lastEvent) > logInterval;
|
|
428
|
-
const force = diffDrag / diffTime;
|
|
429
|
-
const isFlick = diffTime && !expired && mathAbs(force) > 0.1;
|
|
430
|
-
return isFlick ? force : 0;
|
|
431
|
-
}
|
|
432
|
-
const self = {
|
|
433
|
-
pointerDown,
|
|
434
|
-
pointerMove,
|
|
435
|
-
pointerUp,
|
|
436
|
-
readPoint
|
|
437
|
-
};
|
|
438
|
-
return self;
|
|
439
|
-
}
|
|
440
|
-
function NodeRects() {
|
|
441
|
-
function measure(node) {
|
|
442
|
-
const {
|
|
443
|
-
offsetTop,
|
|
444
|
-
offsetLeft,
|
|
445
|
-
offsetWidth,
|
|
446
|
-
offsetHeight
|
|
447
|
-
} = node;
|
|
448
|
-
const offset = {
|
|
449
|
-
top: offsetTop,
|
|
450
|
-
right: offsetLeft + offsetWidth,
|
|
451
|
-
bottom: offsetTop + offsetHeight,
|
|
452
|
-
left: offsetLeft,
|
|
453
|
-
width: offsetWidth,
|
|
454
|
-
height: offsetHeight
|
|
455
|
-
};
|
|
456
|
-
return offset;
|
|
457
|
-
}
|
|
458
|
-
const self = {
|
|
459
|
-
measure
|
|
460
|
-
};
|
|
461
|
-
return self;
|
|
462
|
-
}
|
|
463
|
-
function PercentOfView(viewSize) {
|
|
464
|
-
function measure(n) {
|
|
465
|
-
return viewSize * (n / 100);
|
|
466
|
-
}
|
|
467
|
-
const self = {
|
|
468
|
-
measure
|
|
469
|
-
};
|
|
470
|
-
return self;
|
|
471
|
-
}
|
|
472
|
-
function ResizeHandler(container, eventHandler, ownerWindow, slides, axis, watchResize, nodeRects) {
|
|
473
|
-
const observeNodes = [container].concat(slides);
|
|
474
|
-
let resizeObserver;
|
|
475
|
-
let containerSize;
|
|
476
|
-
let slideSizes = [];
|
|
477
|
-
let destroyed = false;
|
|
478
|
-
function readSize(node) {
|
|
479
|
-
return axis.measureSize(nodeRects.measure(node));
|
|
480
|
-
}
|
|
481
|
-
function init(emblaApi) {
|
|
482
|
-
if (!watchResize) return;
|
|
483
|
-
containerSize = readSize(container);
|
|
484
|
-
slideSizes = slides.map(readSize);
|
|
485
|
-
function defaultCallback(entries) {
|
|
486
|
-
for (const entry of entries) {
|
|
487
|
-
if (destroyed) return;
|
|
488
|
-
const isContainer = entry.target === container;
|
|
489
|
-
const slideIndex = slides.indexOf(entry.target);
|
|
490
|
-
const lastSize = isContainer ? containerSize : slideSizes[slideIndex];
|
|
491
|
-
const newSize = readSize(isContainer ? container : slides[slideIndex]);
|
|
492
|
-
const diffSize = mathAbs(newSize - lastSize);
|
|
493
|
-
if (diffSize >= 0.5) {
|
|
494
|
-
emblaApi.reInit();
|
|
495
|
-
eventHandler.emit("resize");
|
|
496
|
-
break;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
resizeObserver = new ResizeObserver((entries) => {
|
|
501
|
-
if (isBoolean(watchResize) || watchResize(emblaApi, entries)) {
|
|
502
|
-
defaultCallback(entries);
|
|
503
|
-
}
|
|
504
|
-
});
|
|
505
|
-
ownerWindow.requestAnimationFrame(() => {
|
|
506
|
-
observeNodes.forEach((node) => resizeObserver.observe(node));
|
|
507
|
-
});
|
|
508
|
-
}
|
|
509
|
-
function destroy() {
|
|
510
|
-
destroyed = true;
|
|
511
|
-
if (resizeObserver) resizeObserver.disconnect();
|
|
512
|
-
}
|
|
513
|
-
const self = {
|
|
514
|
-
init,
|
|
515
|
-
destroy
|
|
516
|
-
};
|
|
517
|
-
return self;
|
|
518
|
-
}
|
|
519
|
-
function ScrollBody(location, offsetLocation, previousLocation, target, baseDuration, baseFriction) {
|
|
520
|
-
let scrollVelocity = 0;
|
|
521
|
-
let scrollDirection = 0;
|
|
522
|
-
let scrollDuration = baseDuration;
|
|
523
|
-
let scrollFriction = baseFriction;
|
|
524
|
-
let rawLocation = location.get();
|
|
525
|
-
let rawLocationPrevious = 0;
|
|
526
|
-
function seek() {
|
|
527
|
-
const displacement = target.get() - location.get();
|
|
528
|
-
const isInstant = !scrollDuration;
|
|
529
|
-
let scrollDistance = 0;
|
|
530
|
-
if (isInstant) {
|
|
531
|
-
scrollVelocity = 0;
|
|
532
|
-
previousLocation.set(target);
|
|
533
|
-
location.set(target);
|
|
534
|
-
scrollDistance = displacement;
|
|
535
|
-
} else {
|
|
536
|
-
previousLocation.set(location);
|
|
537
|
-
scrollVelocity += displacement / scrollDuration;
|
|
538
|
-
scrollVelocity *= scrollFriction;
|
|
539
|
-
rawLocation += scrollVelocity;
|
|
540
|
-
location.add(scrollVelocity);
|
|
541
|
-
scrollDistance = rawLocation - rawLocationPrevious;
|
|
542
|
-
}
|
|
543
|
-
scrollDirection = mathSign(scrollDistance);
|
|
544
|
-
rawLocationPrevious = rawLocation;
|
|
545
|
-
return self;
|
|
546
|
-
}
|
|
547
|
-
function settled() {
|
|
548
|
-
const diff = target.get() - offsetLocation.get();
|
|
549
|
-
return mathAbs(diff) < 1e-3;
|
|
550
|
-
}
|
|
551
|
-
function duration() {
|
|
552
|
-
return scrollDuration;
|
|
553
|
-
}
|
|
554
|
-
function direction() {
|
|
555
|
-
return scrollDirection;
|
|
556
|
-
}
|
|
557
|
-
function velocity() {
|
|
558
|
-
return scrollVelocity;
|
|
559
|
-
}
|
|
560
|
-
function useBaseDuration() {
|
|
561
|
-
return useDuration(baseDuration);
|
|
562
|
-
}
|
|
563
|
-
function useBaseFriction() {
|
|
564
|
-
return useFriction(baseFriction);
|
|
565
|
-
}
|
|
566
|
-
function useDuration(n) {
|
|
567
|
-
scrollDuration = n;
|
|
568
|
-
return self;
|
|
569
|
-
}
|
|
570
|
-
function useFriction(n) {
|
|
571
|
-
scrollFriction = n;
|
|
572
|
-
return self;
|
|
573
|
-
}
|
|
574
|
-
const self = {
|
|
575
|
-
direction,
|
|
576
|
-
duration,
|
|
577
|
-
velocity,
|
|
578
|
-
seek,
|
|
579
|
-
settled,
|
|
580
|
-
useBaseFriction,
|
|
581
|
-
useBaseDuration,
|
|
582
|
-
useFriction,
|
|
583
|
-
useDuration
|
|
584
|
-
};
|
|
585
|
-
return self;
|
|
586
|
-
}
|
|
587
|
-
function ScrollBounds(limit, location, target, scrollBody, percentOfView) {
|
|
588
|
-
const pullBackThreshold = percentOfView.measure(10);
|
|
589
|
-
const edgeOffsetTolerance = percentOfView.measure(50);
|
|
590
|
-
const frictionLimit = Limit(0.1, 0.99);
|
|
591
|
-
let disabled = false;
|
|
592
|
-
function shouldConstrain() {
|
|
593
|
-
if (disabled) return false;
|
|
594
|
-
if (!limit.reachedAny(target.get())) return false;
|
|
595
|
-
if (!limit.reachedAny(location.get())) return false;
|
|
596
|
-
return true;
|
|
597
|
-
}
|
|
598
|
-
function constrain(pointerDown) {
|
|
599
|
-
if (!shouldConstrain()) return;
|
|
600
|
-
const edge = limit.reachedMin(location.get()) ? "min" : "max";
|
|
601
|
-
const diffToEdge = mathAbs(limit[edge] - location.get());
|
|
602
|
-
const diffToTarget = target.get() - location.get();
|
|
603
|
-
const friction = frictionLimit.constrain(diffToEdge / edgeOffsetTolerance);
|
|
604
|
-
target.subtract(diffToTarget * friction);
|
|
605
|
-
if (!pointerDown && mathAbs(diffToTarget) < pullBackThreshold) {
|
|
606
|
-
target.set(limit.constrain(target.get()));
|
|
607
|
-
scrollBody.useDuration(25).useBaseFriction();
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
function toggleActive(active) {
|
|
611
|
-
disabled = !active;
|
|
612
|
-
}
|
|
613
|
-
const self = {
|
|
614
|
-
shouldConstrain,
|
|
615
|
-
constrain,
|
|
616
|
-
toggleActive
|
|
617
|
-
};
|
|
618
|
-
return self;
|
|
619
|
-
}
|
|
620
|
-
function ScrollContain(viewSize, contentSize, snapsAligned, containScroll, pixelTolerance) {
|
|
621
|
-
const scrollBounds = Limit(-contentSize + viewSize, 0);
|
|
622
|
-
const snapsBounded = measureBounded();
|
|
623
|
-
const scrollContainLimit = findScrollContainLimit();
|
|
624
|
-
const snapsContained = measureContained();
|
|
625
|
-
function usePixelTolerance(bound, snap) {
|
|
626
|
-
return deltaAbs(bound, snap) <= 1;
|
|
627
|
-
}
|
|
628
|
-
function findScrollContainLimit() {
|
|
629
|
-
const startSnap = snapsBounded[0];
|
|
630
|
-
const endSnap = arrayLast(snapsBounded);
|
|
631
|
-
const min = snapsBounded.lastIndexOf(startSnap);
|
|
632
|
-
const max = snapsBounded.indexOf(endSnap) + 1;
|
|
633
|
-
return Limit(min, max);
|
|
634
|
-
}
|
|
635
|
-
function measureBounded() {
|
|
636
|
-
return snapsAligned.map((snapAligned, index) => {
|
|
637
|
-
const {
|
|
638
|
-
min,
|
|
639
|
-
max
|
|
640
|
-
} = scrollBounds;
|
|
641
|
-
const snap = scrollBounds.constrain(snapAligned);
|
|
642
|
-
const isFirst = !index;
|
|
643
|
-
const isLast = arrayIsLastIndex(snapsAligned, index);
|
|
644
|
-
if (isFirst) return max;
|
|
645
|
-
if (isLast) return min;
|
|
646
|
-
if (usePixelTolerance(min, snap)) return min;
|
|
647
|
-
if (usePixelTolerance(max, snap)) return max;
|
|
648
|
-
return snap;
|
|
649
|
-
}).map((scrollBound) => parseFloat(scrollBound.toFixed(3)));
|
|
650
|
-
}
|
|
651
|
-
function measureContained() {
|
|
652
|
-
if (contentSize <= viewSize + pixelTolerance) return [scrollBounds.max];
|
|
653
|
-
if (containScroll === "keepSnaps") return snapsBounded;
|
|
654
|
-
const {
|
|
655
|
-
min,
|
|
656
|
-
max
|
|
657
|
-
} = scrollContainLimit;
|
|
658
|
-
return snapsBounded.slice(min, max);
|
|
659
|
-
}
|
|
660
|
-
const self = {
|
|
661
|
-
snapsContained,
|
|
662
|
-
scrollContainLimit
|
|
663
|
-
};
|
|
664
|
-
return self;
|
|
665
|
-
}
|
|
666
|
-
function ScrollLimit(contentSize, scrollSnaps, loop) {
|
|
667
|
-
const max = scrollSnaps[0];
|
|
668
|
-
const min = loop ? max - contentSize : arrayLast(scrollSnaps);
|
|
669
|
-
const limit = Limit(min, max);
|
|
670
|
-
const self = {
|
|
671
|
-
limit
|
|
672
|
-
};
|
|
673
|
-
return self;
|
|
674
|
-
}
|
|
675
|
-
function ScrollLooper(contentSize, limit, location, vectors) {
|
|
676
|
-
const jointSafety = 0.1;
|
|
677
|
-
const min = limit.min + jointSafety;
|
|
678
|
-
const max = limit.max + jointSafety;
|
|
679
|
-
const {
|
|
680
|
-
reachedMin,
|
|
681
|
-
reachedMax
|
|
682
|
-
} = Limit(min, max);
|
|
683
|
-
function shouldLoop(direction) {
|
|
684
|
-
if (direction === 1) return reachedMax(location.get());
|
|
685
|
-
if (direction === -1) return reachedMin(location.get());
|
|
686
|
-
return false;
|
|
687
|
-
}
|
|
688
|
-
function loop(direction) {
|
|
689
|
-
if (!shouldLoop(direction)) return;
|
|
690
|
-
const loopDistance = contentSize * (direction * -1);
|
|
691
|
-
vectors.forEach((v) => v.add(loopDistance));
|
|
692
|
-
}
|
|
693
|
-
const self = {
|
|
694
|
-
loop
|
|
695
|
-
};
|
|
696
|
-
return self;
|
|
697
|
-
}
|
|
698
|
-
function ScrollProgress(limit) {
|
|
699
|
-
const {
|
|
700
|
-
max,
|
|
701
|
-
length
|
|
702
|
-
} = limit;
|
|
703
|
-
function get(n) {
|
|
704
|
-
const currentLocation = n - max;
|
|
705
|
-
return length ? currentLocation / -length : 0;
|
|
706
|
-
}
|
|
707
|
-
const self = {
|
|
708
|
-
get
|
|
709
|
-
};
|
|
710
|
-
return self;
|
|
711
|
-
}
|
|
712
|
-
function ScrollSnaps(axis, alignment, containerRect, slideRects, slidesToScroll) {
|
|
713
|
-
const {
|
|
714
|
-
startEdge,
|
|
715
|
-
endEdge
|
|
716
|
-
} = axis;
|
|
717
|
-
const {
|
|
718
|
-
groupSlides
|
|
719
|
-
} = slidesToScroll;
|
|
720
|
-
const alignments = measureSizes().map(alignment.measure);
|
|
721
|
-
const snaps = measureUnaligned();
|
|
722
|
-
const snapsAligned = measureAligned();
|
|
723
|
-
function measureSizes() {
|
|
724
|
-
return groupSlides(slideRects).map((rects) => arrayLast(rects)[endEdge] - rects[0][startEdge]).map(mathAbs);
|
|
725
|
-
}
|
|
726
|
-
function measureUnaligned() {
|
|
727
|
-
return slideRects.map((rect) => containerRect[startEdge] - rect[startEdge]).map((snap) => -mathAbs(snap));
|
|
728
|
-
}
|
|
729
|
-
function measureAligned() {
|
|
730
|
-
return groupSlides(snaps).map((g) => g[0]).map((snap, index) => snap + alignments[index]);
|
|
731
|
-
}
|
|
732
|
-
const self = {
|
|
733
|
-
snaps,
|
|
734
|
-
snapsAligned
|
|
735
|
-
};
|
|
736
|
-
return self;
|
|
737
|
-
}
|
|
738
|
-
function SlideRegistry(containSnaps, containScroll, scrollSnaps, scrollContainLimit, slidesToScroll, slideIndexes) {
|
|
739
|
-
const {
|
|
740
|
-
groupSlides
|
|
741
|
-
} = slidesToScroll;
|
|
742
|
-
const {
|
|
743
|
-
min,
|
|
744
|
-
max
|
|
745
|
-
} = scrollContainLimit;
|
|
746
|
-
const slideRegistry = createSlideRegistry();
|
|
747
|
-
function createSlideRegistry() {
|
|
748
|
-
const groupedSlideIndexes = groupSlides(slideIndexes);
|
|
749
|
-
const doNotContain = !containSnaps || containScroll === "keepSnaps";
|
|
750
|
-
if (scrollSnaps.length === 1) return [slideIndexes];
|
|
751
|
-
if (doNotContain) return groupedSlideIndexes;
|
|
752
|
-
return groupedSlideIndexes.slice(min, max).map((group, index, groups) => {
|
|
753
|
-
const isFirst = !index;
|
|
754
|
-
const isLast = arrayIsLastIndex(groups, index);
|
|
755
|
-
if (isFirst) {
|
|
756
|
-
const range = arrayLast(groups[0]) + 1;
|
|
757
|
-
return arrayFromNumber(range);
|
|
758
|
-
}
|
|
759
|
-
if (isLast) {
|
|
760
|
-
const range = arrayLastIndex(slideIndexes) - arrayLast(groups)[0] + 1;
|
|
761
|
-
return arrayFromNumber(range, arrayLast(groups)[0]);
|
|
762
|
-
}
|
|
763
|
-
return group;
|
|
764
|
-
});
|
|
765
|
-
}
|
|
766
|
-
const self = {
|
|
767
|
-
slideRegistry
|
|
768
|
-
};
|
|
769
|
-
return self;
|
|
770
|
-
}
|
|
771
|
-
function ScrollTarget(loop, scrollSnaps, contentSize, limit, targetVector) {
|
|
772
|
-
const {
|
|
773
|
-
reachedAny,
|
|
774
|
-
removeOffset,
|
|
775
|
-
constrain
|
|
776
|
-
} = limit;
|
|
777
|
-
function minDistance(distances) {
|
|
778
|
-
return distances.concat().sort((a, b) => mathAbs(a) - mathAbs(b))[0];
|
|
779
|
-
}
|
|
780
|
-
function findTargetSnap(target) {
|
|
781
|
-
const distance = loop ? removeOffset(target) : constrain(target);
|
|
782
|
-
const ascDiffsToSnaps = scrollSnaps.map((snap, index2) => ({
|
|
783
|
-
diff: shortcut(snap - distance, 0),
|
|
784
|
-
index: index2
|
|
785
|
-
})).sort((d1, d2) => mathAbs(d1.diff) - mathAbs(d2.diff));
|
|
786
|
-
const {
|
|
787
|
-
index
|
|
788
|
-
} = ascDiffsToSnaps[0];
|
|
789
|
-
return {
|
|
790
|
-
index,
|
|
791
|
-
distance
|
|
792
|
-
};
|
|
793
|
-
}
|
|
794
|
-
function shortcut(target, direction) {
|
|
795
|
-
const targets = [target, target + contentSize, target - contentSize];
|
|
796
|
-
if (!loop) return target;
|
|
797
|
-
if (!direction) return minDistance(targets);
|
|
798
|
-
const matchingTargets = targets.filter((t) => mathSign(t) === direction);
|
|
799
|
-
if (matchingTargets.length) return minDistance(matchingTargets);
|
|
800
|
-
return arrayLast(targets) - contentSize;
|
|
801
|
-
}
|
|
802
|
-
function byIndex(index, direction) {
|
|
803
|
-
const diffToSnap = scrollSnaps[index] - targetVector.get();
|
|
804
|
-
const distance = shortcut(diffToSnap, direction);
|
|
805
|
-
return {
|
|
806
|
-
index,
|
|
807
|
-
distance
|
|
808
|
-
};
|
|
809
|
-
}
|
|
810
|
-
function byDistance(distance, snap) {
|
|
811
|
-
const target = targetVector.get() + distance;
|
|
812
|
-
const {
|
|
813
|
-
index,
|
|
814
|
-
distance: targetSnapDistance
|
|
815
|
-
} = findTargetSnap(target);
|
|
816
|
-
const reachedBound = !loop && reachedAny(target);
|
|
817
|
-
if (!snap || reachedBound) return {
|
|
818
|
-
index,
|
|
819
|
-
distance
|
|
820
|
-
};
|
|
821
|
-
const diffToSnap = scrollSnaps[index] - targetSnapDistance;
|
|
822
|
-
const snapDistance = distance + shortcut(diffToSnap, 0);
|
|
823
|
-
return {
|
|
824
|
-
index,
|
|
825
|
-
distance: snapDistance
|
|
826
|
-
};
|
|
827
|
-
}
|
|
828
|
-
const self = {
|
|
829
|
-
byDistance,
|
|
830
|
-
byIndex,
|
|
831
|
-
shortcut
|
|
832
|
-
};
|
|
833
|
-
return self;
|
|
834
|
-
}
|
|
835
|
-
function ScrollTo(animation, indexCurrent, indexPrevious, scrollBody, scrollTarget, targetVector, eventHandler) {
|
|
836
|
-
function scrollTo(target) {
|
|
837
|
-
const distanceDiff = target.distance;
|
|
838
|
-
const indexDiff = target.index !== indexCurrent.get();
|
|
839
|
-
targetVector.add(distanceDiff);
|
|
840
|
-
if (distanceDiff) {
|
|
841
|
-
if (scrollBody.duration()) {
|
|
842
|
-
animation.start();
|
|
843
|
-
} else {
|
|
844
|
-
animation.update();
|
|
845
|
-
animation.render(1);
|
|
846
|
-
animation.update();
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
if (indexDiff) {
|
|
850
|
-
indexPrevious.set(indexCurrent.get());
|
|
851
|
-
indexCurrent.set(target.index);
|
|
852
|
-
eventHandler.emit("select");
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
function distance(n, snap) {
|
|
856
|
-
const target = scrollTarget.byDistance(n, snap);
|
|
857
|
-
scrollTo(target);
|
|
858
|
-
}
|
|
859
|
-
function index(n, direction) {
|
|
860
|
-
const targetIndex = indexCurrent.clone().set(n);
|
|
861
|
-
const target = scrollTarget.byIndex(targetIndex.get(), direction);
|
|
862
|
-
scrollTo(target);
|
|
863
|
-
}
|
|
864
|
-
const self = {
|
|
865
|
-
distance,
|
|
866
|
-
index
|
|
867
|
-
};
|
|
868
|
-
return self;
|
|
869
|
-
}
|
|
870
|
-
function SlideFocus(root, slides, slideRegistry, scrollTo, scrollBody, eventStore, eventHandler, watchFocus) {
|
|
871
|
-
const focusListenerOptions = {
|
|
872
|
-
passive: true,
|
|
873
|
-
capture: true
|
|
874
|
-
};
|
|
875
|
-
let lastTabPressTime = 0;
|
|
876
|
-
function init(emblaApi) {
|
|
877
|
-
if (!watchFocus) return;
|
|
878
|
-
function defaultCallback(index) {
|
|
879
|
-
const nowTime = (/* @__PURE__ */ new Date()).getTime();
|
|
880
|
-
const diffTime = nowTime - lastTabPressTime;
|
|
881
|
-
if (diffTime > 10) return;
|
|
882
|
-
eventHandler.emit("slideFocusStart");
|
|
883
|
-
root.scrollLeft = 0;
|
|
884
|
-
const group = slideRegistry.findIndex((group2) => group2.includes(index));
|
|
885
|
-
if (!isNumber(group)) return;
|
|
886
|
-
scrollBody.useDuration(0);
|
|
887
|
-
scrollTo.index(group, 0);
|
|
888
|
-
eventHandler.emit("slideFocus");
|
|
889
|
-
}
|
|
890
|
-
eventStore.add(document, "keydown", registerTabPress, false);
|
|
891
|
-
slides.forEach((slide, slideIndex) => {
|
|
892
|
-
eventStore.add(slide, "focus", (evt) => {
|
|
893
|
-
if (isBoolean(watchFocus) || watchFocus(emblaApi, evt)) {
|
|
894
|
-
defaultCallback(slideIndex);
|
|
895
|
-
}
|
|
896
|
-
}, focusListenerOptions);
|
|
897
|
-
});
|
|
898
|
-
}
|
|
899
|
-
function registerTabPress(event) {
|
|
900
|
-
if (event.code === "Tab") lastTabPressTime = (/* @__PURE__ */ new Date()).getTime();
|
|
901
|
-
}
|
|
902
|
-
const self = {
|
|
903
|
-
init
|
|
904
|
-
};
|
|
905
|
-
return self;
|
|
906
|
-
}
|
|
907
|
-
function Vector1D(initialValue) {
|
|
908
|
-
let value = initialValue;
|
|
909
|
-
function get() {
|
|
910
|
-
return value;
|
|
911
|
-
}
|
|
912
|
-
function set(n) {
|
|
913
|
-
value = normalizeInput(n);
|
|
914
|
-
}
|
|
915
|
-
function add(n) {
|
|
916
|
-
value += normalizeInput(n);
|
|
917
|
-
}
|
|
918
|
-
function subtract(n) {
|
|
919
|
-
value -= normalizeInput(n);
|
|
920
|
-
}
|
|
921
|
-
function normalizeInput(n) {
|
|
922
|
-
return isNumber(n) ? n : n.get();
|
|
923
|
-
}
|
|
924
|
-
const self = {
|
|
925
|
-
get,
|
|
926
|
-
set,
|
|
927
|
-
add,
|
|
928
|
-
subtract
|
|
929
|
-
};
|
|
930
|
-
return self;
|
|
931
|
-
}
|
|
932
|
-
function Translate(axis, container) {
|
|
933
|
-
const translate = axis.scroll === "x" ? x : y;
|
|
934
|
-
const containerStyle = container.style;
|
|
935
|
-
let previousTarget = null;
|
|
936
|
-
let disabled = false;
|
|
937
|
-
function x(n) {
|
|
938
|
-
return `translate3d(${n}px,0px,0px)`;
|
|
939
|
-
}
|
|
940
|
-
function y(n) {
|
|
941
|
-
return `translate3d(0px,${n}px,0px)`;
|
|
942
|
-
}
|
|
943
|
-
function to(target) {
|
|
944
|
-
if (disabled) return;
|
|
945
|
-
const newTarget = roundToTwoDecimals(axis.direction(target));
|
|
946
|
-
if (newTarget === previousTarget) return;
|
|
947
|
-
containerStyle.transform = translate(newTarget);
|
|
948
|
-
previousTarget = newTarget;
|
|
949
|
-
}
|
|
950
|
-
function toggleActive(active) {
|
|
951
|
-
disabled = !active;
|
|
952
|
-
}
|
|
953
|
-
function clear() {
|
|
954
|
-
if (disabled) return;
|
|
955
|
-
containerStyle.transform = "";
|
|
956
|
-
if (!container.getAttribute("style")) container.removeAttribute("style");
|
|
957
|
-
}
|
|
958
|
-
const self = {
|
|
959
|
-
clear,
|
|
960
|
-
to,
|
|
961
|
-
toggleActive
|
|
962
|
-
};
|
|
963
|
-
return self;
|
|
964
|
-
}
|
|
965
|
-
function SlideLooper(axis, viewSize, contentSize, slideSizes, slideSizesWithGaps, snaps, scrollSnaps, location, slides) {
|
|
966
|
-
const roundingSafety = 0.5;
|
|
967
|
-
const ascItems = arrayKeys(slideSizesWithGaps);
|
|
968
|
-
const descItems = arrayKeys(slideSizesWithGaps).reverse();
|
|
969
|
-
const loopPoints = startPoints().concat(endPoints());
|
|
970
|
-
function removeSlideSizes(indexes, from) {
|
|
971
|
-
return indexes.reduce((a, i) => {
|
|
972
|
-
return a - slideSizesWithGaps[i];
|
|
973
|
-
}, from);
|
|
974
|
-
}
|
|
975
|
-
function slidesInGap(indexes, gap) {
|
|
976
|
-
return indexes.reduce((a, i) => {
|
|
977
|
-
const remainingGap = removeSlideSizes(a, gap);
|
|
978
|
-
return remainingGap > 0 ? a.concat([i]) : a;
|
|
979
|
-
}, []);
|
|
980
|
-
}
|
|
981
|
-
function findSlideBounds(offset) {
|
|
982
|
-
return snaps.map((snap, index) => ({
|
|
983
|
-
start: snap - slideSizes[index] + roundingSafety + offset,
|
|
984
|
-
end: snap + viewSize - roundingSafety + offset
|
|
985
|
-
}));
|
|
986
|
-
}
|
|
987
|
-
function findLoopPoints(indexes, offset, isEndEdge) {
|
|
988
|
-
const slideBounds = findSlideBounds(offset);
|
|
989
|
-
return indexes.map((index) => {
|
|
990
|
-
const initial = isEndEdge ? 0 : -contentSize;
|
|
991
|
-
const altered = isEndEdge ? contentSize : 0;
|
|
992
|
-
const boundEdge = isEndEdge ? "end" : "start";
|
|
993
|
-
const loopPoint = slideBounds[index][boundEdge];
|
|
994
|
-
return {
|
|
995
|
-
index,
|
|
996
|
-
loopPoint,
|
|
997
|
-
slideLocation: Vector1D(-1),
|
|
998
|
-
translate: Translate(axis, slides[index]),
|
|
999
|
-
target: () => location.get() > loopPoint ? initial : altered
|
|
1000
|
-
};
|
|
1001
|
-
});
|
|
1002
|
-
}
|
|
1003
|
-
function startPoints() {
|
|
1004
|
-
const gap = scrollSnaps[0];
|
|
1005
|
-
const indexes = slidesInGap(descItems, gap);
|
|
1006
|
-
return findLoopPoints(indexes, contentSize, false);
|
|
1007
|
-
}
|
|
1008
|
-
function endPoints() {
|
|
1009
|
-
const gap = viewSize - scrollSnaps[0] - 1;
|
|
1010
|
-
const indexes = slidesInGap(ascItems, gap);
|
|
1011
|
-
return findLoopPoints(indexes, -contentSize, true);
|
|
1012
|
-
}
|
|
1013
|
-
function canLoop() {
|
|
1014
|
-
return loopPoints.every(({
|
|
1015
|
-
index
|
|
1016
|
-
}) => {
|
|
1017
|
-
const otherIndexes = ascItems.filter((i) => i !== index);
|
|
1018
|
-
return removeSlideSizes(otherIndexes, viewSize) <= 0.1;
|
|
1019
|
-
});
|
|
1020
|
-
}
|
|
1021
|
-
function loop() {
|
|
1022
|
-
loopPoints.forEach((loopPoint) => {
|
|
1023
|
-
const {
|
|
1024
|
-
target,
|
|
1025
|
-
translate,
|
|
1026
|
-
slideLocation
|
|
1027
|
-
} = loopPoint;
|
|
1028
|
-
const shiftLocation = target();
|
|
1029
|
-
if (shiftLocation === slideLocation.get()) return;
|
|
1030
|
-
translate.to(shiftLocation);
|
|
1031
|
-
slideLocation.set(shiftLocation);
|
|
1032
|
-
});
|
|
1033
|
-
}
|
|
1034
|
-
function clear() {
|
|
1035
|
-
loopPoints.forEach((loopPoint) => loopPoint.translate.clear());
|
|
1036
|
-
}
|
|
1037
|
-
const self = {
|
|
1038
|
-
canLoop,
|
|
1039
|
-
clear,
|
|
1040
|
-
loop,
|
|
1041
|
-
loopPoints
|
|
1042
|
-
};
|
|
1043
|
-
return self;
|
|
1044
|
-
}
|
|
1045
|
-
function SlidesHandler(container, eventHandler, watchSlides) {
|
|
1046
|
-
let mutationObserver;
|
|
1047
|
-
let destroyed = false;
|
|
1048
|
-
function init(emblaApi) {
|
|
1049
|
-
if (!watchSlides) return;
|
|
1050
|
-
function defaultCallback(mutations) {
|
|
1051
|
-
for (const mutation of mutations) {
|
|
1052
|
-
if (mutation.type === "childList") {
|
|
1053
|
-
emblaApi.reInit();
|
|
1054
|
-
eventHandler.emit("slidesChanged");
|
|
1055
|
-
break;
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
mutationObserver = new MutationObserver((mutations) => {
|
|
1060
|
-
if (destroyed) return;
|
|
1061
|
-
if (isBoolean(watchSlides) || watchSlides(emblaApi, mutations)) {
|
|
1062
|
-
defaultCallback(mutations);
|
|
1063
|
-
}
|
|
1064
|
-
});
|
|
1065
|
-
mutationObserver.observe(container, {
|
|
1066
|
-
childList: true
|
|
1067
|
-
});
|
|
1068
|
-
}
|
|
1069
|
-
function destroy() {
|
|
1070
|
-
if (mutationObserver) mutationObserver.disconnect();
|
|
1071
|
-
destroyed = true;
|
|
1072
|
-
}
|
|
1073
|
-
const self = {
|
|
1074
|
-
init,
|
|
1075
|
-
destroy
|
|
1076
|
-
};
|
|
1077
|
-
return self;
|
|
1078
|
-
}
|
|
1079
|
-
function SlidesInView(container, slides, eventHandler, threshold) {
|
|
1080
|
-
const intersectionEntryMap = {};
|
|
1081
|
-
let inViewCache = null;
|
|
1082
|
-
let notInViewCache = null;
|
|
1083
|
-
let intersectionObserver;
|
|
1084
|
-
let destroyed = false;
|
|
1085
|
-
function init() {
|
|
1086
|
-
intersectionObserver = new IntersectionObserver((entries) => {
|
|
1087
|
-
if (destroyed) return;
|
|
1088
|
-
entries.forEach((entry) => {
|
|
1089
|
-
const index = slides.indexOf(entry.target);
|
|
1090
|
-
intersectionEntryMap[index] = entry;
|
|
1091
|
-
});
|
|
1092
|
-
inViewCache = null;
|
|
1093
|
-
notInViewCache = null;
|
|
1094
|
-
eventHandler.emit("slidesInView");
|
|
1095
|
-
}, {
|
|
1096
|
-
root: container.parentElement,
|
|
1097
|
-
threshold
|
|
1098
|
-
});
|
|
1099
|
-
slides.forEach((slide) => intersectionObserver.observe(slide));
|
|
1100
|
-
}
|
|
1101
|
-
function destroy() {
|
|
1102
|
-
if (intersectionObserver) intersectionObserver.disconnect();
|
|
1103
|
-
destroyed = true;
|
|
1104
|
-
}
|
|
1105
|
-
function createInViewList(inView) {
|
|
1106
|
-
return objectKeys(intersectionEntryMap).reduce((list, slideIndex) => {
|
|
1107
|
-
const index = parseInt(slideIndex);
|
|
1108
|
-
const {
|
|
1109
|
-
isIntersecting
|
|
1110
|
-
} = intersectionEntryMap[index];
|
|
1111
|
-
const inViewMatch = inView && isIntersecting;
|
|
1112
|
-
const notInViewMatch = !inView && !isIntersecting;
|
|
1113
|
-
if (inViewMatch || notInViewMatch) list.push(index);
|
|
1114
|
-
return list;
|
|
1115
|
-
}, []);
|
|
1116
|
-
}
|
|
1117
|
-
function get(inView = true) {
|
|
1118
|
-
if (inView && inViewCache) return inViewCache;
|
|
1119
|
-
if (!inView && notInViewCache) return notInViewCache;
|
|
1120
|
-
const slideIndexes = createInViewList(inView);
|
|
1121
|
-
if (inView) inViewCache = slideIndexes;
|
|
1122
|
-
if (!inView) notInViewCache = slideIndexes;
|
|
1123
|
-
return slideIndexes;
|
|
1124
|
-
}
|
|
1125
|
-
const self = {
|
|
1126
|
-
init,
|
|
1127
|
-
destroy,
|
|
1128
|
-
get
|
|
1129
|
-
};
|
|
1130
|
-
return self;
|
|
1131
|
-
}
|
|
1132
|
-
function SlideSizes(axis, containerRect, slideRects, slides, readEdgeGap, ownerWindow) {
|
|
1133
|
-
const {
|
|
1134
|
-
measureSize,
|
|
1135
|
-
startEdge,
|
|
1136
|
-
endEdge
|
|
1137
|
-
} = axis;
|
|
1138
|
-
const withEdgeGap = slideRects[0] && readEdgeGap;
|
|
1139
|
-
const startGap = measureStartGap();
|
|
1140
|
-
const endGap = measureEndGap();
|
|
1141
|
-
const slideSizes = slideRects.map(measureSize);
|
|
1142
|
-
const slideSizesWithGaps = measureWithGaps();
|
|
1143
|
-
function measureStartGap() {
|
|
1144
|
-
if (!withEdgeGap) return 0;
|
|
1145
|
-
const slideRect = slideRects[0];
|
|
1146
|
-
return mathAbs(containerRect[startEdge] - slideRect[startEdge]);
|
|
1147
|
-
}
|
|
1148
|
-
function measureEndGap() {
|
|
1149
|
-
if (!withEdgeGap) return 0;
|
|
1150
|
-
const style = ownerWindow.getComputedStyle(arrayLast(slides));
|
|
1151
|
-
return parseFloat(style.getPropertyValue(`margin-${endEdge}`));
|
|
1152
|
-
}
|
|
1153
|
-
function measureWithGaps() {
|
|
1154
|
-
return slideRects.map((rect, index, rects) => {
|
|
1155
|
-
const isFirst = !index;
|
|
1156
|
-
const isLast = arrayIsLastIndex(rects, index);
|
|
1157
|
-
if (isFirst) return slideSizes[index] + startGap;
|
|
1158
|
-
if (isLast) return slideSizes[index] + endGap;
|
|
1159
|
-
return rects[index + 1][startEdge] - rect[startEdge];
|
|
1160
|
-
}).map(mathAbs);
|
|
1161
|
-
}
|
|
1162
|
-
const self = {
|
|
1163
|
-
slideSizes,
|
|
1164
|
-
slideSizesWithGaps,
|
|
1165
|
-
startGap,
|
|
1166
|
-
endGap
|
|
1167
|
-
};
|
|
1168
|
-
return self;
|
|
1169
|
-
}
|
|
1170
|
-
function SlidesToScroll(axis, viewSize, slidesToScroll, loop, containerRect, slideRects, startGap, endGap, pixelTolerance) {
|
|
1171
|
-
const {
|
|
1172
|
-
startEdge,
|
|
1173
|
-
endEdge,
|
|
1174
|
-
direction
|
|
1175
|
-
} = axis;
|
|
1176
|
-
const groupByNumber = isNumber(slidesToScroll);
|
|
1177
|
-
function byNumber(array, groupSize) {
|
|
1178
|
-
return arrayKeys(array).filter((i) => i % groupSize === 0).map((i) => array.slice(i, i + groupSize));
|
|
1179
|
-
}
|
|
1180
|
-
function bySize(array) {
|
|
1181
|
-
if (!array.length) return [];
|
|
1182
|
-
return arrayKeys(array).reduce((groups, rectB, index) => {
|
|
1183
|
-
const rectA = arrayLast(groups) || 0;
|
|
1184
|
-
const isFirst = rectA === 0;
|
|
1185
|
-
const isLast = rectB === arrayLastIndex(array);
|
|
1186
|
-
const edgeA = containerRect[startEdge] - slideRects[rectA][startEdge];
|
|
1187
|
-
const edgeB = containerRect[startEdge] - slideRects[rectB][endEdge];
|
|
1188
|
-
const gapA = !loop && isFirst ? direction(startGap) : 0;
|
|
1189
|
-
const gapB = !loop && isLast ? direction(endGap) : 0;
|
|
1190
|
-
const chunkSize = mathAbs(edgeB - gapB - (edgeA + gapA));
|
|
1191
|
-
if (index && chunkSize > viewSize + pixelTolerance) groups.push(rectB);
|
|
1192
|
-
if (isLast) groups.push(array.length);
|
|
1193
|
-
return groups;
|
|
1194
|
-
}, []).map((currentSize, index, groups) => {
|
|
1195
|
-
const previousSize = Math.max(groups[index - 1] || 0);
|
|
1196
|
-
return array.slice(previousSize, currentSize);
|
|
1197
|
-
});
|
|
1198
|
-
}
|
|
1199
|
-
function groupSlides(array) {
|
|
1200
|
-
return groupByNumber ? byNumber(array, slidesToScroll) : bySize(array);
|
|
1201
|
-
}
|
|
1202
|
-
const self = {
|
|
1203
|
-
groupSlides
|
|
1204
|
-
};
|
|
1205
|
-
return self;
|
|
1206
|
-
}
|
|
1207
|
-
function Engine(root, container, slides, ownerDocument, ownerWindow, options, eventHandler) {
|
|
1208
|
-
const {
|
|
1209
|
-
align,
|
|
1210
|
-
axis: scrollAxis,
|
|
1211
|
-
direction,
|
|
1212
|
-
startIndex,
|
|
1213
|
-
loop,
|
|
1214
|
-
duration,
|
|
1215
|
-
dragFree,
|
|
1216
|
-
dragThreshold,
|
|
1217
|
-
inViewThreshold,
|
|
1218
|
-
slidesToScroll: groupSlides,
|
|
1219
|
-
skipSnaps,
|
|
1220
|
-
containScroll,
|
|
1221
|
-
watchResize,
|
|
1222
|
-
watchSlides,
|
|
1223
|
-
watchDrag,
|
|
1224
|
-
watchFocus
|
|
1225
|
-
} = options;
|
|
1226
|
-
const pixelTolerance = 2;
|
|
1227
|
-
const nodeRects = NodeRects();
|
|
1228
|
-
const containerRect = nodeRects.measure(container);
|
|
1229
|
-
const slideRects = slides.map(nodeRects.measure);
|
|
1230
|
-
const axis = Axis(scrollAxis, direction);
|
|
1231
|
-
const viewSize = axis.measureSize(containerRect);
|
|
1232
|
-
const percentOfView = PercentOfView(viewSize);
|
|
1233
|
-
const alignment = Alignment(align, viewSize);
|
|
1234
|
-
const containSnaps = !loop && !!containScroll;
|
|
1235
|
-
const readEdgeGap = loop || !!containScroll;
|
|
1236
|
-
const {
|
|
1237
|
-
slideSizes,
|
|
1238
|
-
slideSizesWithGaps,
|
|
1239
|
-
startGap,
|
|
1240
|
-
endGap
|
|
1241
|
-
} = SlideSizes(axis, containerRect, slideRects, slides, readEdgeGap, ownerWindow);
|
|
1242
|
-
const slidesToScroll = SlidesToScroll(axis, viewSize, groupSlides, loop, containerRect, slideRects, startGap, endGap, pixelTolerance);
|
|
1243
|
-
const {
|
|
1244
|
-
snaps,
|
|
1245
|
-
snapsAligned
|
|
1246
|
-
} = ScrollSnaps(axis, alignment, containerRect, slideRects, slidesToScroll);
|
|
1247
|
-
const contentSize = -arrayLast(snaps) + arrayLast(slideSizesWithGaps);
|
|
1248
|
-
const {
|
|
1249
|
-
snapsContained,
|
|
1250
|
-
scrollContainLimit
|
|
1251
|
-
} = ScrollContain(viewSize, contentSize, snapsAligned, containScroll, pixelTolerance);
|
|
1252
|
-
const scrollSnaps = containSnaps ? snapsContained : snapsAligned;
|
|
1253
|
-
const {
|
|
1254
|
-
limit
|
|
1255
|
-
} = ScrollLimit(contentSize, scrollSnaps, loop);
|
|
1256
|
-
const index = Counter(arrayLastIndex(scrollSnaps), startIndex, loop);
|
|
1257
|
-
const indexPrevious = index.clone();
|
|
1258
|
-
const slideIndexes = arrayKeys(slides);
|
|
1259
|
-
const update = ({
|
|
1260
|
-
dragHandler,
|
|
1261
|
-
scrollBody: scrollBody2,
|
|
1262
|
-
scrollBounds,
|
|
1263
|
-
options: {
|
|
1264
|
-
loop: loop2
|
|
1265
|
-
}
|
|
1266
|
-
}) => {
|
|
1267
|
-
if (!loop2) scrollBounds.constrain(dragHandler.pointerDown());
|
|
1268
|
-
scrollBody2.seek();
|
|
1269
|
-
};
|
|
1270
|
-
const render = ({
|
|
1271
|
-
scrollBody: scrollBody2,
|
|
1272
|
-
translate,
|
|
1273
|
-
location: location2,
|
|
1274
|
-
offsetLocation: offsetLocation2,
|
|
1275
|
-
previousLocation: previousLocation2,
|
|
1276
|
-
scrollLooper,
|
|
1277
|
-
slideLooper,
|
|
1278
|
-
dragHandler,
|
|
1279
|
-
animation: animation2,
|
|
1280
|
-
eventHandler: eventHandler2,
|
|
1281
|
-
scrollBounds,
|
|
1282
|
-
options: {
|
|
1283
|
-
loop: loop2
|
|
1284
|
-
}
|
|
1285
|
-
}, alpha) => {
|
|
1286
|
-
const shouldSettle = scrollBody2.settled();
|
|
1287
|
-
const withinBounds = !scrollBounds.shouldConstrain();
|
|
1288
|
-
const hasSettled = loop2 ? shouldSettle : shouldSettle && withinBounds;
|
|
1289
|
-
if (hasSettled && !dragHandler.pointerDown()) {
|
|
1290
|
-
animation2.stop();
|
|
1291
|
-
eventHandler2.emit("settle");
|
|
1292
|
-
}
|
|
1293
|
-
if (!hasSettled) eventHandler2.emit("scroll");
|
|
1294
|
-
const interpolatedLocation = location2.get() * alpha + previousLocation2.get() * (1 - alpha);
|
|
1295
|
-
offsetLocation2.set(interpolatedLocation);
|
|
1296
|
-
if (loop2) {
|
|
1297
|
-
scrollLooper.loop(scrollBody2.direction());
|
|
1298
|
-
slideLooper.loop();
|
|
1299
|
-
}
|
|
1300
|
-
translate.to(offsetLocation2.get());
|
|
1301
|
-
};
|
|
1302
|
-
const animation = Animations(ownerDocument, ownerWindow, () => update(engine), (alpha) => render(engine, alpha));
|
|
1303
|
-
const friction = 0.68;
|
|
1304
|
-
const startLocation = scrollSnaps[index.get()];
|
|
1305
|
-
const location = Vector1D(startLocation);
|
|
1306
|
-
const previousLocation = Vector1D(startLocation);
|
|
1307
|
-
const offsetLocation = Vector1D(startLocation);
|
|
1308
|
-
const target = Vector1D(startLocation);
|
|
1309
|
-
const scrollBody = ScrollBody(location, offsetLocation, previousLocation, target, duration, friction);
|
|
1310
|
-
const scrollTarget = ScrollTarget(loop, scrollSnaps, contentSize, limit, target);
|
|
1311
|
-
const scrollTo = ScrollTo(animation, index, indexPrevious, scrollBody, scrollTarget, target, eventHandler);
|
|
1312
|
-
const scrollProgress = ScrollProgress(limit);
|
|
1313
|
-
const eventStore = EventStore();
|
|
1314
|
-
const slidesInView = SlidesInView(container, slides, eventHandler, inViewThreshold);
|
|
1315
|
-
const {
|
|
1316
|
-
slideRegistry
|
|
1317
|
-
} = SlideRegistry(containSnaps, containScroll, scrollSnaps, scrollContainLimit, slidesToScroll, slideIndexes);
|
|
1318
|
-
const slideFocus = SlideFocus(root, slides, slideRegistry, scrollTo, scrollBody, eventStore, eventHandler, watchFocus);
|
|
1319
|
-
const engine = {
|
|
1320
|
-
ownerDocument,
|
|
1321
|
-
ownerWindow,
|
|
1322
|
-
eventHandler,
|
|
1323
|
-
containerRect,
|
|
1324
|
-
slideRects,
|
|
1325
|
-
animation,
|
|
1326
|
-
axis,
|
|
1327
|
-
dragHandler: DragHandler(axis, root, ownerDocument, ownerWindow, target, DragTracker(axis, ownerWindow), location, animation, scrollTo, scrollBody, scrollTarget, index, eventHandler, percentOfView, dragFree, dragThreshold, skipSnaps, friction, watchDrag),
|
|
1328
|
-
eventStore,
|
|
1329
|
-
percentOfView,
|
|
1330
|
-
index,
|
|
1331
|
-
indexPrevious,
|
|
1332
|
-
limit,
|
|
1333
|
-
location,
|
|
1334
|
-
offsetLocation,
|
|
1335
|
-
previousLocation,
|
|
1336
|
-
options,
|
|
1337
|
-
resizeHandler: ResizeHandler(container, eventHandler, ownerWindow, slides, axis, watchResize, nodeRects),
|
|
1338
|
-
scrollBody,
|
|
1339
|
-
scrollBounds: ScrollBounds(limit, offsetLocation, target, scrollBody, percentOfView),
|
|
1340
|
-
scrollLooper: ScrollLooper(contentSize, limit, offsetLocation, [location, offsetLocation, previousLocation, target]),
|
|
1341
|
-
scrollProgress,
|
|
1342
|
-
scrollSnapList: scrollSnaps.map(scrollProgress.get),
|
|
1343
|
-
scrollSnaps,
|
|
1344
|
-
scrollTarget,
|
|
1345
|
-
scrollTo,
|
|
1346
|
-
slideLooper: SlideLooper(axis, viewSize, contentSize, slideSizes, slideSizesWithGaps, snaps, scrollSnaps, offsetLocation, slides),
|
|
1347
|
-
slideFocus,
|
|
1348
|
-
slidesHandler: SlidesHandler(container, eventHandler, watchSlides),
|
|
1349
|
-
slidesInView,
|
|
1350
|
-
slideIndexes,
|
|
1351
|
-
slideRegistry,
|
|
1352
|
-
slidesToScroll,
|
|
1353
|
-
target,
|
|
1354
|
-
translate: Translate(axis, container)
|
|
1355
|
-
};
|
|
1356
|
-
return engine;
|
|
1357
|
-
}
|
|
1358
|
-
function EventHandler() {
|
|
1359
|
-
let listeners = {};
|
|
1360
|
-
let api;
|
|
1361
|
-
function init(emblaApi) {
|
|
1362
|
-
api = emblaApi;
|
|
1363
|
-
}
|
|
1364
|
-
function getListeners(evt) {
|
|
1365
|
-
return listeners[evt] || [];
|
|
1366
|
-
}
|
|
1367
|
-
function emit(evt) {
|
|
1368
|
-
getListeners(evt).forEach((e) => e(api, evt));
|
|
1369
|
-
return self;
|
|
1370
|
-
}
|
|
1371
|
-
function on(evt, cb) {
|
|
1372
|
-
listeners[evt] = getListeners(evt).concat([cb]);
|
|
1373
|
-
return self;
|
|
1374
|
-
}
|
|
1375
|
-
function off(evt, cb) {
|
|
1376
|
-
listeners[evt] = getListeners(evt).filter((e) => e !== cb);
|
|
1377
|
-
return self;
|
|
1378
|
-
}
|
|
1379
|
-
function clear() {
|
|
1380
|
-
listeners = {};
|
|
1381
|
-
}
|
|
1382
|
-
const self = {
|
|
1383
|
-
init,
|
|
1384
|
-
emit,
|
|
1385
|
-
off,
|
|
1386
|
-
on,
|
|
1387
|
-
clear
|
|
1388
|
-
};
|
|
1389
|
-
return self;
|
|
1390
|
-
}
|
|
1391
|
-
const defaultOptions = {
|
|
1392
|
-
align: "center",
|
|
1393
|
-
axis: "x",
|
|
1394
|
-
container: null,
|
|
1395
|
-
slides: null,
|
|
1396
|
-
containScroll: "trimSnaps",
|
|
1397
|
-
direction: "ltr",
|
|
1398
|
-
slidesToScroll: 1,
|
|
1399
|
-
inViewThreshold: 0,
|
|
1400
|
-
breakpoints: {},
|
|
1401
|
-
dragFree: false,
|
|
1402
|
-
dragThreshold: 10,
|
|
1403
|
-
loop: false,
|
|
1404
|
-
skipSnaps: false,
|
|
1405
|
-
duration: 25,
|
|
1406
|
-
startIndex: 0,
|
|
1407
|
-
active: true,
|
|
1408
|
-
watchDrag: true,
|
|
1409
|
-
watchResize: true,
|
|
1410
|
-
watchSlides: true,
|
|
1411
|
-
watchFocus: true
|
|
1412
|
-
};
|
|
1413
|
-
function OptionsHandler(ownerWindow) {
|
|
1414
|
-
function mergeOptions(optionsA, optionsB) {
|
|
1415
|
-
return objectsMergeDeep(optionsA, optionsB || {});
|
|
1416
|
-
}
|
|
1417
|
-
function optionsAtMedia(options) {
|
|
1418
|
-
const optionsAtMedia2 = options.breakpoints || {};
|
|
1419
|
-
const matchedMediaOptions = objectKeys(optionsAtMedia2).filter((media) => ownerWindow.matchMedia(media).matches).map((media) => optionsAtMedia2[media]).reduce((a, mediaOption) => mergeOptions(a, mediaOption), {});
|
|
1420
|
-
return mergeOptions(options, matchedMediaOptions);
|
|
1421
|
-
}
|
|
1422
|
-
function optionsMediaQueries(optionsList) {
|
|
1423
|
-
return optionsList.map((options) => objectKeys(options.breakpoints || {})).reduce((acc, mediaQueries) => acc.concat(mediaQueries), []).map(ownerWindow.matchMedia);
|
|
1424
|
-
}
|
|
1425
|
-
const self = {
|
|
1426
|
-
mergeOptions,
|
|
1427
|
-
optionsAtMedia,
|
|
1428
|
-
optionsMediaQueries
|
|
1429
|
-
};
|
|
1430
|
-
return self;
|
|
1431
|
-
}
|
|
1432
|
-
function PluginsHandler(optionsHandler) {
|
|
1433
|
-
let activePlugins = [];
|
|
1434
|
-
function init(emblaApi, plugins) {
|
|
1435
|
-
activePlugins = plugins.filter(({
|
|
1436
|
-
options
|
|
1437
|
-
}) => optionsHandler.optionsAtMedia(options).active !== false);
|
|
1438
|
-
activePlugins.forEach((plugin) => plugin.init(emblaApi, optionsHandler));
|
|
1439
|
-
return plugins.reduce((map, plugin) => Object.assign(map, {
|
|
1440
|
-
[plugin.name]: plugin
|
|
1441
|
-
}), {});
|
|
1442
|
-
}
|
|
1443
|
-
function destroy() {
|
|
1444
|
-
activePlugins = activePlugins.filter((plugin) => plugin.destroy());
|
|
1445
|
-
}
|
|
1446
|
-
const self = {
|
|
1447
|
-
init,
|
|
1448
|
-
destroy
|
|
1449
|
-
};
|
|
1450
|
-
return self;
|
|
1451
|
-
}
|
|
1452
|
-
function EmblaCarousel(root, userOptions, userPlugins) {
|
|
1453
|
-
const ownerDocument = root.ownerDocument;
|
|
1454
|
-
const ownerWindow = ownerDocument.defaultView;
|
|
1455
|
-
const optionsHandler = OptionsHandler(ownerWindow);
|
|
1456
|
-
const pluginsHandler = PluginsHandler(optionsHandler);
|
|
1457
|
-
const mediaHandlers = EventStore();
|
|
1458
|
-
const eventHandler = EventHandler();
|
|
1459
|
-
const {
|
|
1460
|
-
mergeOptions,
|
|
1461
|
-
optionsAtMedia,
|
|
1462
|
-
optionsMediaQueries
|
|
1463
|
-
} = optionsHandler;
|
|
1464
|
-
const {
|
|
1465
|
-
on,
|
|
1466
|
-
off,
|
|
1467
|
-
emit
|
|
1468
|
-
} = eventHandler;
|
|
1469
|
-
const reInit = reActivate;
|
|
1470
|
-
let destroyed = false;
|
|
1471
|
-
let engine;
|
|
1472
|
-
let optionsBase = mergeOptions(defaultOptions, EmblaCarousel.globalOptions);
|
|
1473
|
-
let options = mergeOptions(optionsBase);
|
|
1474
|
-
let pluginList = [];
|
|
1475
|
-
let pluginApis;
|
|
1476
|
-
let container;
|
|
1477
|
-
let slides;
|
|
1478
|
-
function storeElements() {
|
|
1479
|
-
const {
|
|
1480
|
-
container: userContainer,
|
|
1481
|
-
slides: userSlides
|
|
1482
|
-
} = options;
|
|
1483
|
-
const customContainer = isString(userContainer) ? root.querySelector(userContainer) : userContainer;
|
|
1484
|
-
container = customContainer || root.children[0];
|
|
1485
|
-
const customSlides = isString(userSlides) ? container.querySelectorAll(userSlides) : userSlides;
|
|
1486
|
-
slides = [].slice.call(customSlides || container.children);
|
|
1487
|
-
}
|
|
1488
|
-
function createEngine(options2) {
|
|
1489
|
-
const engine2 = Engine(root, container, slides, ownerDocument, ownerWindow, options2, eventHandler);
|
|
1490
|
-
if (options2.loop && !engine2.slideLooper.canLoop()) {
|
|
1491
|
-
const optionsWithoutLoop = Object.assign({}, options2, {
|
|
1492
|
-
loop: false
|
|
1493
|
-
});
|
|
1494
|
-
return createEngine(optionsWithoutLoop);
|
|
1495
|
-
}
|
|
1496
|
-
return engine2;
|
|
1497
|
-
}
|
|
1498
|
-
function activate(withOptions, withPlugins) {
|
|
1499
|
-
if (destroyed) return;
|
|
1500
|
-
optionsBase = mergeOptions(optionsBase, withOptions);
|
|
1501
|
-
options = optionsAtMedia(optionsBase);
|
|
1502
|
-
pluginList = withPlugins || pluginList;
|
|
1503
|
-
storeElements();
|
|
1504
|
-
engine = createEngine(options);
|
|
1505
|
-
optionsMediaQueries([optionsBase, ...pluginList.map(({
|
|
1506
|
-
options: options2
|
|
1507
|
-
}) => options2)]).forEach((query) => mediaHandlers.add(query, "change", reActivate));
|
|
1508
|
-
if (!options.active) return;
|
|
1509
|
-
engine.translate.to(engine.location.get());
|
|
1510
|
-
engine.animation.init();
|
|
1511
|
-
engine.slidesInView.init();
|
|
1512
|
-
engine.slideFocus.init(self);
|
|
1513
|
-
engine.eventHandler.init(self);
|
|
1514
|
-
engine.resizeHandler.init(self);
|
|
1515
|
-
engine.slidesHandler.init(self);
|
|
1516
|
-
if (engine.options.loop) engine.slideLooper.loop();
|
|
1517
|
-
if (container.offsetParent && slides.length) engine.dragHandler.init(self);
|
|
1518
|
-
pluginApis = pluginsHandler.init(self, pluginList);
|
|
1519
|
-
}
|
|
1520
|
-
function reActivate(withOptions, withPlugins) {
|
|
1521
|
-
const startIndex = selectedScrollSnap();
|
|
1522
|
-
deActivate();
|
|
1523
|
-
activate(mergeOptions({
|
|
1524
|
-
startIndex
|
|
1525
|
-
}, withOptions), withPlugins);
|
|
1526
|
-
eventHandler.emit("reInit");
|
|
1527
|
-
}
|
|
1528
|
-
function deActivate() {
|
|
1529
|
-
engine.dragHandler.destroy();
|
|
1530
|
-
engine.eventStore.clear();
|
|
1531
|
-
engine.translate.clear();
|
|
1532
|
-
engine.slideLooper.clear();
|
|
1533
|
-
engine.resizeHandler.destroy();
|
|
1534
|
-
engine.slidesHandler.destroy();
|
|
1535
|
-
engine.slidesInView.destroy();
|
|
1536
|
-
engine.animation.destroy();
|
|
1537
|
-
pluginsHandler.destroy();
|
|
1538
|
-
mediaHandlers.clear();
|
|
1539
|
-
}
|
|
1540
|
-
function destroy() {
|
|
1541
|
-
if (destroyed) return;
|
|
1542
|
-
destroyed = true;
|
|
1543
|
-
mediaHandlers.clear();
|
|
1544
|
-
deActivate();
|
|
1545
|
-
eventHandler.emit("destroy");
|
|
1546
|
-
eventHandler.clear();
|
|
1547
|
-
}
|
|
1548
|
-
function scrollTo(index, jump, direction) {
|
|
1549
|
-
if (!options.active || destroyed) return;
|
|
1550
|
-
engine.scrollBody.useBaseFriction().useDuration(jump === true ? 0 : options.duration);
|
|
1551
|
-
engine.scrollTo.index(index, direction || 0);
|
|
1552
|
-
}
|
|
1553
|
-
function scrollNext(jump) {
|
|
1554
|
-
const next = engine.index.add(1).get();
|
|
1555
|
-
scrollTo(next, jump, -1);
|
|
1556
|
-
}
|
|
1557
|
-
function scrollPrev(jump) {
|
|
1558
|
-
const prev = engine.index.add(-1).get();
|
|
1559
|
-
scrollTo(prev, jump, 1);
|
|
1560
|
-
}
|
|
1561
|
-
function canScrollNext() {
|
|
1562
|
-
const next = engine.index.add(1).get();
|
|
1563
|
-
return next !== selectedScrollSnap();
|
|
1564
|
-
}
|
|
1565
|
-
function canScrollPrev() {
|
|
1566
|
-
const prev = engine.index.add(-1).get();
|
|
1567
|
-
return prev !== selectedScrollSnap();
|
|
1568
|
-
}
|
|
1569
|
-
function scrollSnapList() {
|
|
1570
|
-
return engine.scrollSnapList;
|
|
1571
|
-
}
|
|
1572
|
-
function scrollProgress() {
|
|
1573
|
-
return engine.scrollProgress.get(engine.location.get());
|
|
1574
|
-
}
|
|
1575
|
-
function selectedScrollSnap() {
|
|
1576
|
-
return engine.index.get();
|
|
1577
|
-
}
|
|
1578
|
-
function previousScrollSnap() {
|
|
1579
|
-
return engine.indexPrevious.get();
|
|
1580
|
-
}
|
|
1581
|
-
function slidesInView() {
|
|
1582
|
-
return engine.slidesInView.get();
|
|
1583
|
-
}
|
|
1584
|
-
function slidesNotInView() {
|
|
1585
|
-
return engine.slidesInView.get(false);
|
|
1586
|
-
}
|
|
1587
|
-
function plugins() {
|
|
1588
|
-
return pluginApis;
|
|
1589
|
-
}
|
|
1590
|
-
function internalEngine() {
|
|
1591
|
-
return engine;
|
|
1592
|
-
}
|
|
1593
|
-
function rootNode() {
|
|
1594
|
-
return root;
|
|
1595
|
-
}
|
|
1596
|
-
function containerNode() {
|
|
1597
|
-
return container;
|
|
1598
|
-
}
|
|
1599
|
-
function slideNodes() {
|
|
1600
|
-
return slides;
|
|
1601
|
-
}
|
|
1602
|
-
const self = {
|
|
1603
|
-
canScrollNext,
|
|
1604
|
-
canScrollPrev,
|
|
1605
|
-
containerNode,
|
|
1606
|
-
internalEngine,
|
|
1607
|
-
destroy,
|
|
1608
|
-
off,
|
|
1609
|
-
on,
|
|
1610
|
-
emit,
|
|
1611
|
-
plugins,
|
|
1612
|
-
previousScrollSnap,
|
|
1613
|
-
reInit,
|
|
1614
|
-
rootNode,
|
|
1615
|
-
scrollNext,
|
|
1616
|
-
scrollPrev,
|
|
1617
|
-
scrollProgress,
|
|
1618
|
-
scrollSnapList,
|
|
1619
|
-
scrollTo,
|
|
1620
|
-
selectedScrollSnap,
|
|
1621
|
-
slideNodes,
|
|
1622
|
-
slidesInView,
|
|
1623
|
-
slidesNotInView
|
|
1624
|
-
};
|
|
1625
|
-
activate(userOptions, userPlugins);
|
|
1626
|
-
setTimeout(() => eventHandler.emit("init"), 0);
|
|
1627
|
-
return self;
|
|
1628
|
-
}
|
|
1629
|
-
EmblaCarousel.globalOptions = void 0;
|
|
1630
|
-
exports.default = EmblaCarousel;
|
|
1631
|
-
//# sourceMappingURL=embla-carousel.esm.cjs.map
|