@ozdao/martyrs 0.2.602 → 0.2.603
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/{abac-BPl9Bmf9.js → abac-Blt8bUTL.js} +3 -3
- package/dist/{addUserStatusFields-Cc-JpmPo.js → addUserStatusFields-CjV_sbh7.js} +2 -2
- package/dist/auth.server.js +57 -2
- package/dist/builder.js +130 -81
- package/dist/community.server.js +11 -11
- package/dist/core.server.js +2 -2
- package/dist/{core.verifier-gPPX_jhf.js → core.verifier-DVB2a21y.js} +6 -3
- package/dist/{crud-DpOXTZep.js → crud-BT5FIvQC.js} +2 -3
- package/dist/engagement.schema-B-Cc_NsG.js +6 -0
- package/dist/events.server.js +3 -3
- package/dist/gallery.server.js +1 -1
- package/dist/governance.server.js +1632 -0
- package/dist/icons.server.js +267 -0
- package/dist/inventory.server.js +6 -6
- package/dist/martyrs/dist/martyrs.es3.js +116 -0
- package/dist/martyrs/dist/martyrs.es3.js.map +1 -0
- package/dist/martyrs/dist/martyrs.es39.js +124 -0
- package/dist/martyrs/dist/martyrs.es39.js.map +1 -0
- package/dist/martyrs/dist/martyrs.es43.js +30 -0
- package/dist/martyrs/dist/martyrs.es43.js.map +1 -0
- package/dist/martyrs/dist/martyrs.es44.js +28 -0
- package/dist/martyrs/dist/martyrs.es44.js.map +1 -0
- package/dist/martyrs/dist/martyrs.es46.js +10 -0
- package/dist/martyrs/dist/martyrs.es46.js.map +1 -0
- package/dist/martyrs/src/components/Address/{Address.vue.js → Address.vue2.js} +2 -2
- package/dist/martyrs/src/components/Address/Address.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Block/Block.vue.js +1 -1
- package/dist/martyrs/src/components/Block/Block.vue.js.map +1 -1
- package/dist/martyrs/src/components/Button/{Button.vue.js → Button.vue2.js} +8 -5
- package/dist/martyrs/src/components/Button/Button.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Dropdown/{Dropdown.vue2.js → Dropdown.vue.js} +2 -2
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue.js.map +1 -0
- package/dist/martyrs/src/components/EditImages/{EditImages.vue2.js → EditImages.vue.js} +2 -2
- package/dist/martyrs/src/components/EditImages/EditImages.vue.js.map +1 -0
- package/dist/martyrs/src/components/Feed/Feed.vue.js +2 -2
- package/dist/martyrs/src/components/FieldBig/FieldBig.vue.js +4 -4
- package/dist/martyrs/src/components/LocationMarker/{LocationMarker.vue.js → LocationMarker.vue2.js} +2 -2
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Tab/{Tab.vue2.js → Tab.vue.js} +2 -2
- package/dist/martyrs/src/components/Tab/Tab.vue.js.map +1 -0
- package/dist/martyrs/src/components/Table/StatusBadge.vue.js +19 -10
- package/dist/martyrs/src/components/Table/StatusBadge.vue.js.map +1 -1
- package/dist/martyrs/src/components/Text/Text.vue.js +1 -1
- package/dist/martyrs/src/components/Text/Text.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/OtpDialog.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/blocks/PopupAuth.vue.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/blocks/PopupAuth.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js +17 -21
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +13 -13
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditProfile.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +42 -4
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +3 -3
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js +34 -66
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/router/users.router.js +0 -53
- package/dist/martyrs/src/modules/auth/views/router/users.router.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.js +515 -103
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/configs/navigation.backoffice.config.js +1 -3
- package/dist/martyrs/src/modules/backoffice/configs/navigation.backoffice.config.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/router/backoffice.router.js +1 -32
- package/dist/martyrs/src/modules/backoffice/router/backoffice.router.js.map +1 -1
- package/dist/martyrs/src/modules/community/community.client.js +49 -8
- package/dist/martyrs/src/modules/community/community.client.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js +10 -4
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js +3 -3
- package/dist/martyrs/src/modules/community/components/layouts/Community.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +2 -2
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js +28 -17
- package/dist/martyrs/src/modules/community/components/pages/CreateBlogPost.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js +36 -28
- package/dist/martyrs/src/modules/community/components/pages/Posts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.js +2 -2
- package/dist/martyrs/src/modules/community/components/sections/Comment.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/router/community.backoffice.router.js +21 -0
- package/dist/martyrs/src/modules/community/router/community.backoffice.router.js.map +1 -0
- package/dist/martyrs/src/modules/community/router/community.organization.router.js +70 -0
- package/dist/martyrs/src/modules/community/router/community.organization.router.js.map +1 -0
- package/dist/martyrs/src/modules/community/router/community.router.js +73 -0
- package/dist/martyrs/src/modules/community/router/community.router.js.map +1 -0
- package/dist/martyrs/src/modules/community/router/community.user.router.js +20 -0
- package/dist/martyrs/src/modules/community/router/community.user.router.js.map +1 -0
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/Textarea.vue2.js.map +1 -1
- package/dist/martyrs/src/modules/constructor/components/sections/Constructor.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.js +5 -3
- package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js +7 -2
- package/dist/martyrs/src/modules/core/views/classes/i18n.manager.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/ws.manager.js +11 -5
- package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.js +53 -18
- package/dist/martyrs/src/modules/core/views/components/blocks/Card.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/blocks/CardStat.vue.js +44 -0
- package/dist/martyrs/src/modules/core/views/components/blocks/CardStat.vue.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +5 -5
- package/dist/martyrs/src/modules/core/views/components/layouts/App.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +9 -6
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.js +5 -5
- package/dist/martyrs/src/modules/core/views/components/partials/BottomNavigationBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +14 -14
- 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 +2 -2
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +28 -29
- 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 +6 -6
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js +5 -7
- package/dist/martyrs/src/modules/core/views/components/partials/Sidebar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/{Filters.vue2.js → Filters.vue.js} +2 -2
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js +28 -18
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js +3 -3
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/router/addRoutes.js +2 -3
- package/dist/martyrs/src/modules/core/views/router/addRoutes.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +10 -0
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/elements/ButtonCheck.vue.js +4 -4
- package/dist/martyrs/src/modules/events/components/elements/ButtonJoin.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +3 -3
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js +9 -9
- package/dist/martyrs/src/modules/events/components/pages/EditEventTickets.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js +1 -0
- package/dist/martyrs/src/modules/events/components/pages/Events.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.js +23 -33
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +13 -13
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js +2 -2
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/events.client.js +37 -15
- package/dist/martyrs/src/modules/events/events.client.js.map +1 -1
- package/dist/martyrs/src/modules/events/router/events.backoffice.router.js +95 -0
- package/dist/martyrs/src/modules/events/router/events.backoffice.router.js.map +1 -0
- package/dist/martyrs/src/modules/events/router/events.organization.router.js +95 -0
- package/dist/martyrs/src/modules/events/router/events.organization.router.js.map +1 -0
- package/dist/martyrs/src/modules/events/router/events.router.js +73 -364
- package/dist/martyrs/src/modules/events/router/events.router.js.map +1 -1
- package/dist/martyrs/src/modules/events/router/events.user.router.js +65 -0
- package/dist/martyrs/src/modules/events/router/events.user.router.js.map +1 -0
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +4 -4
- package/dist/martyrs/src/modules/governance/configs/navigation.initiative.config.js +33 -0
- package/dist/martyrs/src/modules/governance/configs/navigation.initiative.config.js.map +1 -0
- package/dist/martyrs/src/modules/governance/governance.client.js +31 -0
- package/dist/martyrs/src/modules/governance/governance.client.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardInitiativeItem.vue.js +110 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardInitiativeItem.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardSprintItem.vue.js +105 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardSprintItem.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardTaskItem.vue.js +110 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardTaskItem.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardVotingItem.vue.js +106 -0
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardVotingItem.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Governance.vue.js +52 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Governance.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiative.vue.js +684 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiative.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeCreate.vue.js +78 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeCreate.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeSprints.vue.js +328 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeSprints.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiatives.vue.js +145 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiatives.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Sprint.vue.js +258 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Sprint.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/SprintCreate.vue.js +72 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/SprintCreate.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Task.vue.js +769 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Task.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/TaskCreate.vue.js +88 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/TaskCreate.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Tasks.vue.js +291 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Tasks.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Voting.vue.js +267 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Voting.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/VotingCreate.vue.js +90 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/VotingCreate.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Votings.vue.js +68 -0
- package/dist/martyrs/src/modules/governance/views/components/pages/Votings.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/EmptyState.vue.js +47 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/EmptyState.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/LinkedEntityCard.vue.js +164 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/LinkedEntityCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/TaskStatusBadge.vue.js +39 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/TaskStatusBadge.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/VoteForm.vue.js +112 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/VoteForm.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/VotingResults.vue.js +187 -0
- package/dist/martyrs/src/modules/governance/views/components/partials/VotingResults.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormInitiativeDetails.vue.js +555 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormInitiativeDetails.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormSprintDetails.vue.js +187 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormSprintDetails.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormTaskDetails.vue.js +171 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormTaskDetails.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormVotingDetails.vue.js +179 -0
- package/dist/martyrs/src/modules/governance/views/components/sections/FormVotingDetails.vue.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/router/governance.router.js +502 -0
- package/dist/martyrs/src/modules/governance/views/router/governance.router.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/store/initiatives.js +119 -0
- package/dist/martyrs/src/modules/governance/views/store/initiatives.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/store/sprints.js +99 -0
- package/dist/martyrs/src/modules/governance/views/store/sprints.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/store/tasks.js +115 -0
- package/dist/martyrs/src/modules/governance/views/store/tasks.js.map +1 -0
- package/dist/martyrs/src/modules/governance/views/store/votings.js +155 -0
- package/dist/martyrs/src/modules/governance/views/store/votings.js.map +1 -0
- package/dist/martyrs/src/modules/icons/entities/IconCash.vue.js +70 -0
- package/dist/martyrs/src/modules/icons/entities/IconCash.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/icons.client.js +1 -1
- package/dist/martyrs/src/modules/icons/icons.client.js.map +1 -1
- package/dist/martyrs/src/modules/icons/{icons.router.js → router/icons.router.js} +1 -1
- package/dist/martyrs/src/modules/icons/router/icons.router.js.map +1 -0
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js +3 -3
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.js +3 -3
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.js +2 -2
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js +3 -3
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +6 -6
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Marketplace.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/blocks/ActionButtons.vue.js +9 -9
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +7 -7
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/forms/SearchForm.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +9 -9
- package/dist/martyrs/src/modules/music/components/pages/MusicLibrary.vue.js +13 -13
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +10 -10
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +9 -9
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +17 -17
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/player/MusicPlayer.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/player/PlayerControls.vue.js +10 -10
- package/dist/martyrs/src/modules/music/components/player/VolumeControl.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/sections/PopularTracks.vue.js +63 -0
- package/dist/martyrs/src/modules/music/components/sections/PopularTracks.vue.js.map +1 -0
- package/dist/martyrs/src/modules/music/music.client.js +29 -25
- package/dist/martyrs/src/modules/music/music.client.js.map +1 -1
- package/dist/martyrs/src/modules/music/{music.router.js → router/music.router.js} +16 -16
- package/dist/martyrs/src/modules/music/router/music.router.js.map +1 -0
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js +26 -27
- package/dist/martyrs/src/modules/notifications/components/elements/NotificationBadge.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js +118 -59
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +74 -54
- package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/{notifications.router.js → router/notifications.router.js} +3 -3
- package/dist/martyrs/src/modules/notifications/router/notifications.router.js.map +1 -0
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.js +34 -44
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.js +47 -57
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.js +2 -2
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js +3 -3
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js +5 -5
- package/dist/martyrs/src/modules/orders/components/forms/FormCustomerDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +7 -7
- package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.js +61 -54
- package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.js +43 -31
- package/dist/martyrs/src/modules/orders/components/pages/Customers.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js +13 -13
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +3 -3
- 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 +19 -19
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js +7 -10
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.js +7 -10
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/orders.client.js +16 -16
- package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +11 -4
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +22 -15
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +63 -1
- 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 +9 -3
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +14 -8
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js +24 -30
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/organizations.client.js +42 -6
- package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/router/organizations.backoffice.router.js +20 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.backoffice.router.js.map +1 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.router.js +102 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.router.js.map +1 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.user.router.js +20 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.user.router.js.map +1 -0
- package/dist/martyrs/src/modules/pages/pages.client.js +1 -1
- package/dist/martyrs/src/modules/pages/pages.client.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +3 -3
- package/dist/martyrs/src/modules/pages/views/components/partials/SidebarPages.vue.js +2 -2
- package/dist/martyrs/src/modules/pages/{pages.router.js → views/router/pages.router.js} +8 -8
- package/dist/martyrs/src/modules/pages/views/router/pages.router.js.map +1 -0
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/CardPosition.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +7 -7
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +21 -21
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +5 -5
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +20 -20
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/sections/ProductsRecommended.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +4 -4
- package/dist/martyrs/src/modules/rents/rents.client.js +1 -1
- package/dist/martyrs/src/modules/rents/rents.client.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js +7 -7
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +4 -4
- package/dist/martyrs/src/modules/rents/{rents.router.js → views/router/rents.router.js} +4 -4
- package/dist/martyrs/src/modules/rents/views/router/rents.router.js.map +1 -0
- package/dist/martyrs/src/modules/reports/components/sections/FormReport.vue.js +2 -2
- package/dist/martyrs/src/modules/reports/reports.client.js +1 -1
- package/dist/martyrs/src/modules/reports/reports.client.js.map +1 -1
- package/dist/martyrs/src/modules/reports/{reports.router.js → router/reports.router.js} +1 -1
- package/dist/martyrs/src/modules/reports/router/reports.router.js.map +1 -0
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +2 -2
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +12 -12
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +21 -21
- package/dist/martyrs/src/modules/wallet/views/components/pages/Payments.vue.js +68 -0
- package/dist/martyrs/src/modules/wallet/views/components/pages/Payments.vue.js.map +1 -0
- package/dist/martyrs/src/modules/wallet/views/router/wallet.router.js +48 -0
- package/dist/martyrs/src/modules/wallet/views/router/wallet.router.js.map +1 -0
- package/dist/martyrs/src/modules/wallet/views/store/payments.store.js +59 -0
- package/dist/martyrs/src/modules/wallet/views/store/payments.store.js.map +1 -0
- package/dist/martyrs/src/modules/wallet/wallet.client.js +20 -0
- package/dist/martyrs/src/modules/wallet/wallet.client.js.map +1 -0
- package/dist/martyrs.es.js +84 -41
- package/dist/martyrs.es10.js +126 -0
- package/dist/martyrs.es100.js +33 -0
- package/dist/martyrs.es102.js +39 -0
- package/dist/martyrs.es103.js +31 -0
- package/dist/martyrs.es105.js +27 -0
- package/dist/martyrs.es106.js +8 -0
- package/dist/martyrs.es107.js +9 -0
- package/dist/martyrs.es108.js +79 -0
- package/dist/martyrs.es109.js +7 -0
- package/dist/martyrs.es11.js +49 -0
- package/dist/{web-n_ivHO3v.js → martyrs.es110.js} +1 -1
- package/dist/martyrs.es111.js +327 -0
- package/dist/martyrs.es112.js +121 -0
- package/dist/martyrs.es115.js +4 -0
- package/dist/martyrs.es116.js +25 -0
- package/dist/martyrs.es117.js +7 -0
- package/dist/martyrs.es118.js +10 -0
- package/dist/martyrs.es119.js +169 -0
- package/dist/martyrs.es12.js +94 -0
- package/dist/martyrs.es120.js +460 -0
- package/dist/martyrs.es121.js +42 -0
- package/dist/martyrs.es122.js +12 -0
- package/dist/martyrs.es123.js +52 -0
- package/dist/martyrs.es124.js +14 -0
- package/dist/martyrs.es125.js +47 -0
- package/dist/martyrs.es126.js +7 -0
- package/dist/martyrs.es127.js +131 -0
- package/dist/martyrs.es128.js +103 -0
- package/dist/martyrs.es129.js +89 -0
- package/dist/martyrs.es13.js +48 -0
- package/dist/martyrs.es130.js +40 -0
- package/dist/martyrs.es131.js +14 -0
- package/dist/martyrs.es132.js +42 -0
- package/dist/martyrs.es133.js +11 -0
- package/dist/martyrs.es134.js +6 -0
- package/dist/martyrs.es135.js +119 -0
- package/dist/martyrs.es136.js +20 -0
- package/dist/martyrs.es137.js +18 -0
- package/dist/martyrs.es138.js +35 -0
- package/dist/martyrs.es139.js +12 -0
- package/dist/martyrs.es14.js +101 -0
- package/dist/martyrs.es140.js +23 -0
- package/dist/martyrs.es141.js +12 -0
- package/dist/martyrs.es142.js +11 -0
- package/dist/martyrs.es143.js +47 -0
- package/dist/martyrs.es144.js +483 -0
- package/dist/martyrs.es145.js +8 -0
- package/dist/martyrs.es146.js +4 -0
- package/dist/martyrs.es147.js +14 -0
- package/dist/martyrs.es148.js +33 -0
- package/dist/martyrs.es149.js +19 -0
- package/dist/martyrs.es15.js +408 -0
- package/dist/martyrs.es150.js +22 -0
- package/dist/martyrs.es151.js +31 -0
- package/dist/martyrs.es152.js +23 -0
- package/dist/martyrs.es16.js +58 -0
- package/dist/martyrs.es17.js +44 -0
- package/dist/martyrs.es18.js +42 -0
- package/dist/martyrs.es19.js +27 -0
- package/dist/martyrs.es2.js +88 -0
- package/dist/martyrs.es20.js +13 -0
- package/dist/martyrs.es21.js +57 -0
- package/dist/martyrs.es22.js +104 -0
- package/dist/martyrs.es23.js +178 -0
- package/dist/martyrs.es24.js +123 -0
- package/dist/martyrs.es25.js +139 -0
- package/dist/martyrs.es26.js +21 -0
- package/dist/martyrs.es27.js +60 -0
- package/dist/martyrs.es28.js +75 -0
- package/dist/martyrs.es29.js +36 -0
- package/dist/martyrs.es3.js +116 -0
- package/dist/martyrs.es30.js +348 -0
- package/dist/martyrs.es31.js +83 -0
- package/dist/martyrs.es32.js +148 -0
- package/dist/martyrs.es33.js +175 -0
- package/dist/martyrs.es34.js +66 -0
- package/dist/martyrs.es35.js +57 -0
- package/dist/martyrs.es36.js +76 -0
- package/dist/martyrs.es37.js +101 -0
- package/dist/martyrs.es38.js +39 -0
- package/dist/martyrs.es39.js +124 -0
- package/dist/martyrs.es4.js +85 -0
- package/dist/martyrs.es40.js +120 -0
- package/dist/martyrs.es41.js +229 -0
- package/dist/martyrs.es43.js +29 -0
- package/dist/martyrs.es44.js +27 -0
- package/dist/martyrs.es46.js +9 -0
- package/dist/martyrs.es48.js +18 -0
- package/dist/martyrs.es5.js +395 -0
- package/dist/martyrs.es50.js +42 -0
- package/dist/martyrs.es52.js +255 -0
- package/dist/martyrs.es54.js +8 -0
- package/dist/martyrs.es6.js +70 -0
- package/dist/martyrs.es61.js +139 -0
- package/dist/martyrs.es65.js +28 -0
- package/dist/martyrs.es68.js +33 -0
- package/dist/martyrs.es69.js +37 -0
- package/dist/martyrs.es7.js +17 -0
- package/dist/martyrs.es71.js +114 -0
- package/dist/martyrs.es73.js +83 -0
- package/dist/martyrs.es74.js +52 -0
- package/dist/martyrs.es75.js +75 -0
- package/dist/martyrs.es76.js +176 -0
- package/dist/martyrs.es77.js +31 -0
- package/dist/martyrs.es78.js +38 -0
- package/dist/martyrs.es8.js +127 -0
- package/dist/martyrs.es81.js +32 -0
- package/dist/martyrs.es86.js +37 -0
- package/dist/martyrs.es89.js +37 -0
- package/dist/martyrs.es9.js +396 -0
- package/dist/martyrs.es91.js +63 -0
- package/dist/martyrs.es92.js +7 -0
- package/dist/martyrs.es93.js +35 -0
- package/dist/martyrs.es95.js +41 -0
- package/dist/martyrs.es96.js +59 -0
- package/dist/martyrs.es97.js +123 -0
- package/dist/martyrs.es98.js +43 -0
- package/dist/martyrs.es99.js +86 -0
- package/dist/music.server.js +11 -11
- package/dist/notifications.server.js +16 -6
- package/dist/orders.server.js +264 -145
- package/dist/organizations.server.js +22 -6
- package/dist/products.server.js +7 -7
- package/dist/rents.server.js +4 -3
- package/dist/style.css +970 -986
- package/package.json +13 -6
- package/src/builder/modes/ssr.rspack.dev.js +32 -20
- package/src/builder/rspack/rspack.config.api.js +3 -0
- package/src/builder/rspack/rspack.config.base.js +9 -1
- package/src/builder/rspack/rspack.config.ssr.client.js +8 -5
- package/src/components/Block/Block.vue +1 -1
- package/src/components/Button/Button.vue +4 -4
- package/src/components/Table/StatusBadge.vue +24 -18
- package/src/components/Text/Text.vue +1 -1
- package/src/jit/core.js +72 -35
- package/src/jit/plugin.js +4 -3
- package/src/jit/rules.js +15 -15
- package/src/modules/TASKS.MD +30 -0
- package/src/modules/TASK_ACTIVITY.md +60 -0
- package/src/modules/TASK_MODULE_ARCH.md +391 -0
- package/src/modules/auth/controllers/routes/users.routes.js +8 -0
- package/src/modules/auth/controllers/services/users.service.js +51 -1
- package/src/modules/auth/views/components/blocks/PopupAuth.vue +1 -1
- package/src/modules/auth/views/components/pages/ProfileBlogposts.vue +25 -24
- package/src/modules/auth/views/components/pages/SignIn.vue +10 -1
- package/src/modules/auth/views/components/pages/UserDashboard.vue +35 -62
- package/src/modules/auth/views/router/users.router.js +0 -44
- package/src/modules/backoffice/components/pages/Dashboard.vue +423 -120
- package/src/modules/backoffice/configs/navigation.backoffice.config.js +0 -2
- package/src/modules/backoffice/router/backoffice.router.js +0 -25
- package/src/modules/community/community.client.js +54 -9
- package/src/modules/community/components/blocks/CardBlogpost.vue +10 -3
- package/src/modules/community/components/layouts/Community.vue +3 -3
- package/src/modules/community/components/pages/BlogPost.vue +1 -1
- package/src/modules/community/components/pages/CreateBlogPost.vue +19 -20
- package/src/modules/community/components/pages/Posts.vue +43 -28
- package/src/modules/community/components/sections/Comment.vue +1 -1
- package/src/modules/community/controllers/blog.controller.js +4 -5
- package/src/modules/community/models/reaction.model.js +1 -0
- package/src/modules/community/router/community.backoffice.router.js +16 -0
- package/src/modules/community/router/community.organization.router.js +56 -0
- package/src/modules/community/router/community.router.js +58 -106
- package/src/modules/community/router/community.user.router.js +15 -0
- package/src/modules/constructor/components/elements/Textarea.vue +1 -1
- package/src/modules/constructor/components/sections/Constructor.vue +1 -1
- package/src/modules/core/controllers/classes/core.validator.js +7 -1
- package/src/modules/core/controllers/classes/core.verifier.js +0 -2
- package/src/modules/core/controllers/classes/crud/crud.controller.js +0 -4
- package/src/modules/core/controllers/classes/crud/crud.service.js +1 -0
- package/src/modules/core/models/schemas/engagement.schema.js +19 -22
- package/src/modules/core/views/classes/core.app.js +6 -4
- package/src/modules/core/views/classes/i18n.manager.js +9 -2
- package/src/modules/core/views/classes/ws.manager.js +17 -7
- package/src/modules/core/views/components/blocks/Card.vue +47 -24
- package/src/modules/core/views/components/blocks/CardStat.vue +27 -0
- package/src/modules/core/views/components/blocks/PopupAuth.vue +1 -1
- package/src/modules/core/views/components/layouts/Client.vue +5 -4
- package/src/modules/core/views/components/partials/BottomNavigationBar.vue +5 -5
- package/src/modules/core/views/components/partials/Header.vue +2 -2
- package/src/modules/core/views/components/partials/Navigation.vue +13 -14
- package/src/modules/core/views/components/partials/Sidebar.vue +4 -6
- package/src/modules/core/views/components/sections/SectionPageTitle.vue +23 -15
- package/src/modules/core/views/mixins/mixins.js +4 -3
- package/src/modules/core/views/router/addRoutes.js +1 -2
- package/src/modules/core/views/utils/vue-app-renderer.js +12 -0
- package/src/modules/events/components/pages/EditEventTickets.vue +1 -1
- package/src/modules/events/components/pages/Events.vue +1 -0
- package/src/modules/events/components/pages/EventsBackoffice.vue +23 -48
- package/src/modules/events/components/sections/List.vue +2 -2
- package/src/modules/events/events.client.js +44 -17
- package/src/modules/events/router/events.backoffice.router.js +80 -0
- package/src/modules/events/router/events.organization.router.js +80 -0
- package/src/modules/events/router/events.router.js +55 -325
- package/src/modules/events/router/events.user.router.js +49 -0
- package/src/modules/governance/TASK-TRACKER.MD +534 -39
- package/src/modules/governance/configs/navigation.initiative.config.js +30 -0
- package/src/modules/governance/controllers/routes/initiatives.routes.js +55 -8
- package/src/modules/governance/controllers/routes/{milestones.routes.js → sprints.routes.js} +22 -22
- package/src/modules/governance/controllers/routes/tasks.routes.js +2 -2
- package/src/modules/governance/governance.client.js +1 -4
- package/src/modules/governance/governance.server.js +6 -6
- package/src/modules/governance/middlewares/initiatives.verifier.js +60 -0
- package/src/modules/governance/middlewares/{milestones.verifier.js → sprints.verifier.js} +10 -10
- package/src/modules/governance/middlewares/tasks.verifier.js +4 -4
- package/src/modules/governance/middlewares/votings.verifier.js +25 -7
- package/src/modules/governance/models/{milestone.model.js → sprint.model.js} +11 -11
- package/src/modules/governance/models/task.model.js +4 -4
- package/src/modules/governance/models/voting.model.js +10 -5
- package/src/modules/governance/views/components/blocks/CardInitiativeItem.vue +8 -13
- package/src/modules/governance/views/components/blocks/{CardMilestoneItem.vue → CardSprintItem.vue} +16 -17
- package/src/modules/governance/views/components/blocks/CardTaskItem.vue +7 -9
- package/src/modules/governance/views/components/blocks/CardVotingItem.vue +7 -9
- package/src/modules/governance/views/components/pages/Governance.vue +13 -34
- package/src/modules/governance/views/components/pages/Initiative.vue +73 -154
- package/src/modules/governance/views/components/pages/InitiativeCreate.vue +44 -7
- package/src/modules/governance/views/components/pages/{Roadmap.vue → InitiativeSprints.vue} +70 -69
- package/src/modules/governance/views/components/pages/Initiatives.vue +23 -108
- package/src/modules/governance/views/components/pages/{Milestone.vue → Sprint.vue} +43 -41
- package/src/modules/governance/views/components/pages/SprintCreate.vue +55 -0
- package/src/modules/governance/views/components/pages/Task.vue +95 -88
- package/src/modules/governance/views/components/pages/TaskCreate.vue +47 -9
- package/src/modules/governance/views/components/pages/Tasks.vue +25 -21
- package/src/modules/governance/views/components/pages/Voting.vue +84 -68
- package/src/modules/governance/views/components/pages/VotingCreate.vue +48 -8
- package/src/modules/governance/views/components/pages/Votings.vue +12 -57
- package/src/modules/governance/views/components/partials/EmptyState.vue +1 -1
- package/src/modules/governance/views/components/partials/LinkedEntityCard.vue +23 -11
- package/src/modules/governance/views/components/partials/TaskStatusBadge.vue +1 -1
- package/src/modules/governance/views/components/partials/VoteForm.vue +3 -3
- package/src/modules/governance/views/components/partials/VotingResults.vue +13 -19
- package/src/modules/governance/views/components/sections/FormInitiativeDetails.vue +413 -15
- package/src/modules/governance/views/components/sections/FormSprintDetails.vue +156 -0
- package/src/modules/governance/views/components/sections/FormTaskDetails.vue +125 -21
- package/src/modules/governance/views/components/sections/FormVotingDetails.vue +136 -17
- package/src/modules/governance/views/components/sections/VoteForm.vue +2 -2
- package/src/modules/governance/views/router/governance.router.js +255 -151
- package/src/modules/governance/views/store/initiatives.js +23 -2
- package/src/modules/governance/views/store/sprints.js +102 -0
- package/src/modules/governance/views/store/tasks.js +25 -9
- package/src/modules/governance/views/store/votings.js +106 -27
- package/src/modules/icons/icons.client.js +1 -1
- package/src/modules/inventory/components/pages/InventoryEdit.vue +1 -1
- package/src/modules/music/components/sections/PopularTracks.vue +52 -0
- package/src/modules/music/music.client.js +8 -1
- package/src/modules/music/router/music.router.js +13 -1
- package/src/modules/notifications/components/elements/NotificationBadge.vue +8 -33
- package/src/modules/notifications/components/sections/NotificationPreferences.vue +110 -48
- package/src/modules/notifications/notifications.client.js +78 -57
- package/src/modules/notifications/router/notifications.router.js +32 -15
- package/src/modules/notifications/services/notification.service.js +15 -6
- package/src/modules/notifications/services/web-push.service.js +2 -0
- package/src/modules/orders/components/blocks/CardApplication.vue +20 -40
- package/src/modules/orders/components/blocks/CardCustomer.vue +35 -55
- package/src/modules/orders/components/blocks/CardOrderItem.vue +2 -2
- package/src/modules/orders/components/blocks/CardOrderUser.vue +2 -2
- package/src/modules/orders/components/forms/FormCustomerDetails.vue +2 -2
- package/src/modules/orders/components/pages/Applications.vue +59 -57
- package/src/modules/orders/components/pages/Customers.vue +40 -27
- package/src/modules/orders/components/pages/OrderCreate.vue +1 -1
- package/src/modules/orders/components/sections/ApplicationDetails.vue +1 -4
- package/src/modules/orders/components/sections/CustomerDetails.vue +1 -4
- package/src/modules/orders/controllers/orders.controller.js +113 -0
- package/src/modules/orders/middlewares/applications.verifier.js +13 -37
- package/src/modules/orders/middlewares/customers.verifier.js +44 -121
- package/src/modules/orders/models/customer.model.js +0 -1
- package/src/modules/orders/routes/applications.routes.js +108 -50
- package/src/modules/orders/routes/orders.routes.js +9 -1
- package/src/modules/organizations/components/blocks/CardOrganization.vue +12 -4
- package/src/modules/organizations/components/forms/DepartmentForm.vue +9 -4
- package/src/modules/organizations/components/pages/Members.vue +62 -1
- package/src/modules/organizations/components/pages/Organization.new.vue +17 -17
- package/src/modules/organizations/components/pages/Organization.vue +8 -1
- package/src/modules/organizations/components/pages/OrganizationBackoffice.vue +1 -1
- package/src/modules/organizations/components/pages/OrganizationEdit.vue +11 -4
- package/src/modules/organizations/components/pages/Organizations.vue +33 -46
- package/src/modules/organizations/controllers/invites.controller.js +19 -0
- package/src/modules/organizations/controllers/memberships.controller.js +1 -0
- package/src/modules/organizations/organizations.client.js +48 -7
- package/src/modules/organizations/router/organizations.backoffice.router.js +15 -0
- package/src/modules/organizations/router/organizations.router.js +72 -112
- package/src/modules/organizations/router/organizations.user.router.js +15 -0
- package/src/modules/pages/pages.client.js +1 -1
- package/src/modules/pages/views/router/pages.router.js +95 -15
- package/src/modules/products/components/blocks/CardPosition.vue +1 -1
- package/src/modules/products/components/pages/Products.vue +3 -3
- package/src/modules/rents/controllers/services/rents.services.js +1 -0
- package/src/modules/rents/rents.client.js +1 -1
- package/src/modules/rents/views/router/rents.router.js +93 -33
- package/src/modules/reports/reports.client.js +1 -1
- package/src/modules/wallet/wallet.client.js +1 -1
- package/src/styles/theme.scss +5 -3
- package/dist/engagement.schema-fh6W1fb_.js +0 -24
- package/dist/main-DQm5pwFO.js +0 -8213
- package/dist/martyrs/dist/main-DQm5pwFO.js +0 -1080
- package/dist/martyrs/dist/main-DQm5pwFO.js.map +0 -1
- package/dist/martyrs/dist/web-n_ivHO3v.js +0 -55
- package/dist/martyrs/dist/web-n_ivHO3v.js.map +0 -1
- package/dist/martyrs/src/components/Address/Address.vue.js.map +0 -1
- package/dist/martyrs/src/components/Button/Button.vue.js.map +0 -1
- package/dist/martyrs/src/components/Dropdown/Dropdown.vue2.js.map +0 -1
- package/dist/martyrs/src/components/EditImages/EditImages.vue2.js.map +0 -1
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js.map +0 -1
- package/dist/martyrs/src/components/Tab/Tab.vue2.js.map +0 -1
- package/dist/martyrs/src/modules/community/community.router.js +0 -124
- package/dist/martyrs/src/modules/community/community.router.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.js.map +0 -1
- package/dist/martyrs/src/modules/icons/icons.router.js.map +0 -1
- package/dist/martyrs/src/modules/music/music.router.js.map +0 -1
- package/dist/martyrs/src/modules/notifications/notifications.router.js.map +0 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +0 -200
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js.map +0 -1
- package/dist/martyrs/src/modules/organizations/organizations.router.js +0 -145
- package/dist/martyrs/src/modules/organizations/organizations.router.js.map +0 -1
- package/dist/martyrs/src/modules/pages/pages.router.js.map +0 -1
- package/dist/martyrs/src/modules/rents/rents.router.js.map +0 -1
- package/dist/martyrs/src/modules/reports/reports.router.js.map +0 -1
- package/dist/martyrs.css +0 -1
- package/dist/node_modules/.pnpm/@capacitor_device@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/device/dist/esm/index.js +0 -8
- package/dist/node_modules/.pnpm/@capacitor_device@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/device/dist/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@capacitor_device@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/device/dist/esm/web.js +0 -146
- package/dist/node_modules/.pnpm/@capacitor_device@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/device/dist/esm/web.js.map +0 -1
- package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/keyboard/dist/esm/definitions.js +0 -18
- package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/keyboard/dist/esm/definitions.js.map +0 -1
- package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/keyboard/dist/esm/index.js +0 -9
- package/dist/node_modules/.pnpm/@capacitor_keyboard@7.0.1_@capacitor_core@7.4.4/node_modules/@capacitor/keyboard/dist/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.3_@capacitor_core@7.4.4/node_modules/@capacitor/push-notifications/dist/esm/index.js +0 -6
- package/dist/node_modules/.pnpm/@capacitor_push-notifications@7.0.3_@capacitor_core@7.4.4/node_modules/@capacitor/push-notifications/dist/esm/index.js.map +0 -1
- package/src/jit/.claude/settings.local.json +0 -10
- package/src/modules/community/community.router.js +0 -107
- package/src/modules/governance/governance.router.js +0 -350
- package/src/modules/governance/seed-governance.js +0 -348
- package/src/modules/governance/views/components/pages/InitiativeMilestones.vue +0 -159
- package/src/modules/governance/views/router/goverance.router.js +0 -290
- package/src/modules/governance/views/store/votes.js +0 -113
- package/src/modules/icons/icons.router.js +0 -29
- package/src/modules/marketplace/marketplace.router.js +0 -66
- package/src/modules/music/.claude/settings.local.json +0 -8
- package/src/modules/music/music.router.js +0 -188
- package/src/modules/notifications/notifications.router.js +0 -47
- package/src/modules/orders/orders.router.js +0 -255
- package/src/modules/organizations/organizations.router.js +0 -123
- package/src/modules/organizations/router/backoffice.router.js +0 -27
- package/src/modules/organizations/router/departments.router.js +0 -15
- package/src/modules/organizations/router/members.router.js +0 -20
- package/src/modules/pages/pages.router.js +0 -107
- package/src/modules/rents/rents.router.js +0 -115
- package/src/modules/reports/reports.router.js +0 -33
- package/src/modules/wallet/wallet.router.js +0 -45
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
import crypto from "crypto";
|
|
2
|
+
import fs from "fs";
|
|
3
|
+
import path from "path";
|
|
4
|
+
import { fileURLToPath } from "url";
|
|
5
|
+
function iconsRoutes(app, db, origins, publicPath) {
|
|
6
|
+
app.post("/api/icons/search", async (req, res) => {
|
|
7
|
+
try {
|
|
8
|
+
const {
|
|
9
|
+
search: term,
|
|
10
|
+
limit = 50,
|
|
11
|
+
next_page,
|
|
12
|
+
prev_page
|
|
13
|
+
} = req.body;
|
|
14
|
+
if (!term) {
|
|
15
|
+
return res.status(400).json({ error: "Search term is required" });
|
|
16
|
+
}
|
|
17
|
+
const cleanTerm = term.replace(/^Icon/i, "").trim();
|
|
18
|
+
const searchParams = { limit };
|
|
19
|
+
if (next_page) {
|
|
20
|
+
searchParams.next_page = next_page;
|
|
21
|
+
} else if (prev_page) {
|
|
22
|
+
searchParams.prev_page = prev_page;
|
|
23
|
+
}
|
|
24
|
+
const response = await searchIcons(cleanTerm, searchParams);
|
|
25
|
+
res.json({
|
|
26
|
+
success: true,
|
|
27
|
+
icons: (response.icons || []).map((icon) => ({
|
|
28
|
+
id: icon.id,
|
|
29
|
+
term: icon.term,
|
|
30
|
+
preview_url: icon.thumbnail_url || icon.preview_url_84 || icon.preview_url_42,
|
|
31
|
+
attribution: icon.attribution
|
|
32
|
+
})),
|
|
33
|
+
pagination: {
|
|
34
|
+
next_page: response.next_page || null,
|
|
35
|
+
prev_page: response.prev_page || null,
|
|
36
|
+
total: response.total || 0
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
} catch (error) {
|
|
40
|
+
console.error("Error searching icons:", error);
|
|
41
|
+
res.status(500).json({ error: error.message });
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
app.post("/api/icons/save", async (req, res) => {
|
|
45
|
+
try {
|
|
46
|
+
const { iconId, category, iconName, mode = "add", currentIconName } = req.body;
|
|
47
|
+
if (!iconId || !category || !iconName) {
|
|
48
|
+
return res.status(400).json({ error: "iconId, category, and iconName are required" });
|
|
49
|
+
}
|
|
50
|
+
const result = await saveIconToDisk(iconId, category, iconName, mode, currentIconName);
|
|
51
|
+
res.json(result);
|
|
52
|
+
} catch (error) {
|
|
53
|
+
console.error("Error saving icon:", error);
|
|
54
|
+
res.status(500).json({ error: error.message });
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
59
|
+
const __dirname = path.dirname(__filename);
|
|
60
|
+
const API_KEY = process.env.THENOUNPROJECT_KEY;
|
|
61
|
+
const API_SECRET = process.env.THENOUNPROJECT_SECRET;
|
|
62
|
+
const BASE_URL = "https://api.thenounproject.com/v2";
|
|
63
|
+
function generateOAuthSignature(method, url, oauthParams, queryParams, consumerSecret) {
|
|
64
|
+
const allParams = { ...oauthParams, ...queryParams };
|
|
65
|
+
const sortedParams = Object.keys(allParams).sort().map((key) => `${encodeURIComponent(key)}=${encodeURIComponent(allParams[key])}`).join("&");
|
|
66
|
+
const baseString = `${method.toUpperCase()}&${encodeURIComponent(url)}&${encodeURIComponent(sortedParams)}`;
|
|
67
|
+
const signingKey = `${encodeURIComponent(consumerSecret)}&`;
|
|
68
|
+
return crypto.createHmac("sha1", signingKey).update(baseString).digest("base64");
|
|
69
|
+
}
|
|
70
|
+
function generateOAuthHeader(method, url, queryParams = {}) {
|
|
71
|
+
const timestamp = Math.floor(Date.now() / 1e3).toString();
|
|
72
|
+
const nonce = Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
|
|
73
|
+
const oauthParams = {
|
|
74
|
+
oauth_consumer_key: API_KEY,
|
|
75
|
+
oauth_nonce: nonce,
|
|
76
|
+
oauth_signature_method: "HMAC-SHA1",
|
|
77
|
+
oauth_timestamp: timestamp,
|
|
78
|
+
oauth_version: "1.0"
|
|
79
|
+
};
|
|
80
|
+
const signature = generateOAuthSignature(method, url, oauthParams, queryParams, API_SECRET);
|
|
81
|
+
oauthParams.oauth_signature = signature;
|
|
82
|
+
const authHeader = "OAuth " + Object.keys(oauthParams).filter((key) => key.startsWith("oauth_")).sort().map((key) => `${encodeURIComponent(key)}="${encodeURIComponent(oauthParams[key])}"`).join(", ");
|
|
83
|
+
return authHeader;
|
|
84
|
+
}
|
|
85
|
+
async function searchIcons(term, options = {}) {
|
|
86
|
+
try {
|
|
87
|
+
const {
|
|
88
|
+
limit = 20,
|
|
89
|
+
next_page,
|
|
90
|
+
prev_page
|
|
91
|
+
} = typeof options === "number" ? { limit: options } : options;
|
|
92
|
+
const url = `${BASE_URL}/icon`;
|
|
93
|
+
const queryParams = {
|
|
94
|
+
query: term,
|
|
95
|
+
limit_to_public_domain: "1",
|
|
96
|
+
limit: limit.toString(),
|
|
97
|
+
thumbnail_size: "84"
|
|
98
|
+
};
|
|
99
|
+
if (next_page) {
|
|
100
|
+
queryParams.next_page = next_page;
|
|
101
|
+
}
|
|
102
|
+
if (prev_page) {
|
|
103
|
+
queryParams.prev_page = prev_page;
|
|
104
|
+
}
|
|
105
|
+
const queryString = new URLSearchParams(queryParams).toString();
|
|
106
|
+
const fullUrl = `${url}?${queryString}`;
|
|
107
|
+
const authHeader = generateOAuthHeader("GET", url, queryParams);
|
|
108
|
+
const response = await fetch(fullUrl, {
|
|
109
|
+
headers: {
|
|
110
|
+
"Authorization": authHeader,
|
|
111
|
+
"Accept": "application/json"
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
if (!response.ok) {
|
|
115
|
+
const errorText = await response.text();
|
|
116
|
+
console.error("API Error Response:", {
|
|
117
|
+
status: response.status,
|
|
118
|
+
statusText: response.statusText,
|
|
119
|
+
body: errorText,
|
|
120
|
+
headers: Object.fromEntries(response.headers.entries())
|
|
121
|
+
});
|
|
122
|
+
throw new Error(`API request failed: ${response.status} ${response.statusText}`);
|
|
123
|
+
}
|
|
124
|
+
const data = await response.json();
|
|
125
|
+
return {
|
|
126
|
+
icons: data.icons || [],
|
|
127
|
+
next_page: data.next_page || null,
|
|
128
|
+
prev_page: data.prev_page || null,
|
|
129
|
+
total: data.total || (data.icons ? data.icons.length : 0)
|
|
130
|
+
};
|
|
131
|
+
} catch (error) {
|
|
132
|
+
console.error("Error searching icons:", error);
|
|
133
|
+
throw error;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
async function getIconById(iconId) {
|
|
137
|
+
try {
|
|
138
|
+
const url = `${BASE_URL}/icon/${iconId}`;
|
|
139
|
+
const queryParams = { thumbnail_size: "200" };
|
|
140
|
+
const queryString = new URLSearchParams(queryParams).toString();
|
|
141
|
+
const fullUrl = `${url}?${queryString}`;
|
|
142
|
+
const authHeader = generateOAuthHeader("GET", url, queryParams);
|
|
143
|
+
const response = await fetch(fullUrl, {
|
|
144
|
+
headers: {
|
|
145
|
+
"Authorization": authHeader,
|
|
146
|
+
"Accept": "application/json"
|
|
147
|
+
}
|
|
148
|
+
});
|
|
149
|
+
if (!response.ok) {
|
|
150
|
+
throw new Error(`API request failed: ${response.status} ${response.statusText}`);
|
|
151
|
+
}
|
|
152
|
+
const data = await response.json();
|
|
153
|
+
return data.icon;
|
|
154
|
+
} catch (error) {
|
|
155
|
+
console.error("Error getting icon:", error);
|
|
156
|
+
throw error;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
async function downloadIconSvg(svgUrl) {
|
|
160
|
+
try {
|
|
161
|
+
const response = await fetch(svgUrl);
|
|
162
|
+
if (!response.ok) {
|
|
163
|
+
throw new Error(`Failed to download SVG: ${response.status}`);
|
|
164
|
+
}
|
|
165
|
+
const svgContent = await response.text();
|
|
166
|
+
if (svgContent.startsWith("data:image/svg+xml;base64,")) {
|
|
167
|
+
const base64Data = svgContent.split(",")[1];
|
|
168
|
+
return Buffer.from(base64Data, "base64").toString("utf-8");
|
|
169
|
+
}
|
|
170
|
+
return svgContent;
|
|
171
|
+
} catch (error) {
|
|
172
|
+
console.error("Error downloading SVG:", error);
|
|
173
|
+
throw error;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
function convertSvgToVueComponent(svgContent, iconName) {
|
|
177
|
+
let cleanSvg = svgContent.replace(/<\?xml[^>]*\?>/g, "");
|
|
178
|
+
cleanSvg = cleanSvg.replace(/<!DOCTYPE[^>]*>/g, "");
|
|
179
|
+
cleanSvg = cleanSvg.trim();
|
|
180
|
+
cleanSvg = cleanSvg.replace(/fill="[^"]*"/g, ':fill="fill"');
|
|
181
|
+
cleanSvg = cleanSvg.replace(/stroke="[^"]*"/g, ':stroke="fill"');
|
|
182
|
+
const svgElements = ["path", "rect", "circle", "ellipse", "polygon", "polyline", "line", "g"];
|
|
183
|
+
svgElements.forEach((element) => {
|
|
184
|
+
const regex = new RegExp(`<${element}(\\s+[^>]*?)?(?<!:fill="fill"|:stroke="fill")(/?)>`, "gi");
|
|
185
|
+
cleanSvg = cleanSvg.replace(regex, (match, attributes, selfClosing) => {
|
|
186
|
+
if (match.includes("fill") || match.includes("stroke")) {
|
|
187
|
+
return match;
|
|
188
|
+
}
|
|
189
|
+
return `<${element} :fill="fill"${attributes || ""}${selfClosing || ""}>`;
|
|
190
|
+
});
|
|
191
|
+
});
|
|
192
|
+
cleanSvg = cleanSvg.replace(/<svg/g, "\n<svg");
|
|
193
|
+
cleanSvg = cleanSvg.replace(/<\/svg>/g, "\n</svg>");
|
|
194
|
+
cleanSvg = cleanSvg.replace(/<(path|rect|circle|ellipse|polygon|polyline|line|g)/g, "\n <$1");
|
|
195
|
+
cleanSvg = cleanSvg.replace(/>\s*\n\s*</g, ">\n<");
|
|
196
|
+
const vueComponent = `<template>${cleanSvg}
|
|
197
|
+
</template>
|
|
198
|
+
|
|
199
|
+
<script setup>
|
|
200
|
+
const props = defineProps({
|
|
201
|
+
fill: {
|
|
202
|
+
type: String,
|
|
203
|
+
default: 'rgb(var(--black))'
|
|
204
|
+
}
|
|
205
|
+
})
|
|
206
|
+
</script>`;
|
|
207
|
+
return vueComponent;
|
|
208
|
+
}
|
|
209
|
+
async function saveIconToDisk(iconId, category, iconName, mode = "add", currentIconName = null) {
|
|
210
|
+
try {
|
|
211
|
+
const icon = await getIconById(iconId);
|
|
212
|
+
if (!icon.icon_url) {
|
|
213
|
+
throw new Error("No SVG URL available for this icon");
|
|
214
|
+
}
|
|
215
|
+
const svgContent = await downloadIconSvg(icon.icon_url);
|
|
216
|
+
const vueComponent = convertSvgToVueComponent(svgContent, iconName);
|
|
217
|
+
const categoryPath = path.join(__dirname, category);
|
|
218
|
+
const filePath = path.join(categoryPath, `${iconName}.vue`);
|
|
219
|
+
if (!fs.existsSync(categoryPath)) {
|
|
220
|
+
fs.mkdirSync(categoryPath, { recursive: true });
|
|
221
|
+
}
|
|
222
|
+
if (mode === "replace" && currentIconName && currentIconName !== iconName) {
|
|
223
|
+
const oldFilePath = path.join(categoryPath, `${currentIconName}.vue`);
|
|
224
|
+
if (fs.existsSync(oldFilePath)) {
|
|
225
|
+
fs.unlinkSync(oldFilePath);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
fs.writeFileSync(filePath, vueComponent);
|
|
229
|
+
return {
|
|
230
|
+
success: true,
|
|
231
|
+
filePath: filePath.replace(__dirname, ""),
|
|
232
|
+
content: vueComponent,
|
|
233
|
+
iconData: {
|
|
234
|
+
name: iconName,
|
|
235
|
+
category,
|
|
236
|
+
originalName: icon.term,
|
|
237
|
+
attribution: icon.attribution
|
|
238
|
+
}
|
|
239
|
+
};
|
|
240
|
+
} catch (error) {
|
|
241
|
+
console.error("Error saving icon:", error);
|
|
242
|
+
throw error;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
function initializeIcons({ app, db, origins, publicPath, options = {} }) {
|
|
246
|
+
console.log("initializeIcons publicPath:", publicPath);
|
|
247
|
+
if (app) {
|
|
248
|
+
iconsRoutes(app);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
const routes = {
|
|
252
|
+
iconsRoutes
|
|
253
|
+
};
|
|
254
|
+
const icons_server = {
|
|
255
|
+
initialize: initializeIcons,
|
|
256
|
+
routes
|
|
257
|
+
};
|
|
258
|
+
export {
|
|
259
|
+
convertSvgToVueComponent,
|
|
260
|
+
icons_server as default,
|
|
261
|
+
downloadIconSvg,
|
|
262
|
+
getIconById,
|
|
263
|
+
initializeIcons as initialize,
|
|
264
|
+
routes,
|
|
265
|
+
saveIconToDisk,
|
|
266
|
+
searchIcons
|
|
267
|
+
};
|
package/dist/inventory.server.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as applyOwnershipSchema } from "./ownership.schema-fwwDf_e5.js";
|
|
2
2
|
import { m as middlewareFactory } from "./authJwt-DKbMMjw0.js";
|
|
3
|
-
import { L as LoggerNamespaced,
|
|
3
|
+
import { L as LoggerNamespaced, A as ABAC } from "./abac-Blt8bUTL.js";
|
|
4
4
|
import { q as queryProcessorCore } from "./queryProcessor-C_5Iipam.js";
|
|
5
5
|
import { C as CacheNamespaced } from "./core.cache-DALYFDdy.js";
|
|
6
6
|
import { O as ObserverNamespaced } from "./core.observer-MZsqaE6F.js";
|
|
7
|
-
import { a as Validator, V as Verifier } from "./core.verifier-
|
|
8
|
-
import { C as CRUD } from "./crud-
|
|
7
|
+
import { a as Validator, V as Verifier } from "./core.verifier-DVB2a21y.js";
|
|
8
|
+
import { C as CRUD } from "./crud-BT5FIvQC.js";
|
|
9
9
|
const StockAdjustmentModel = (db) => {
|
|
10
10
|
const StockAdjustmentSchema = new db.mongoose.Schema({
|
|
11
11
|
product: {
|
|
@@ -967,7 +967,7 @@ function stockAlertsVerifierFactory(db) {
|
|
|
967
967
|
deleteVerifier
|
|
968
968
|
};
|
|
969
969
|
}
|
|
970
|
-
const { getInstance: getInstance$2 } =
|
|
970
|
+
const { getInstance: getInstance$2 } = ABAC;
|
|
971
971
|
function setupStockAlertsRoutes(app, db) {
|
|
972
972
|
const abac = getInstance$2(db);
|
|
973
973
|
const verifier = stockAlertsVerifierFactory();
|
|
@@ -997,7 +997,7 @@ function setupStockAlertsRoutes(app, db) {
|
|
|
997
997
|
});
|
|
998
998
|
return stockAlertsCRUD;
|
|
999
999
|
}
|
|
1000
|
-
const { getInstance: getInstance$1 } =
|
|
1000
|
+
const { getInstance: getInstance$1 } = ABAC;
|
|
1001
1001
|
function inventoryRoutes(app, db) {
|
|
1002
1002
|
const jwt = middlewareFactory(db);
|
|
1003
1003
|
const verifier = verifierFactory();
|
|
@@ -1045,7 +1045,7 @@ function inventoryRoutes(app, db) {
|
|
|
1045
1045
|
);
|
|
1046
1046
|
setupStockAlertsRoutes(app, db);
|
|
1047
1047
|
}
|
|
1048
|
-
const { getInstance } =
|
|
1048
|
+
const { getInstance } = ABAC;
|
|
1049
1049
|
function inventoryPolicies(db) {
|
|
1050
1050
|
const abac = getInstance(db);
|
|
1051
1051
|
return abac;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { ref, createElementBlock, openBlock, normalizeClass, withModifiers, createElementVNode, createCommentVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString } from "vue";
|
|
2
|
+
import d from "./martyrs.es43.js";
|
|
3
|
+
import p from "./martyrs.es44.js";
|
|
4
|
+
import s from "./martyrs.es46.js";
|
|
5
|
+
const T = ["disabled"], N = {
|
|
6
|
+
key: 0,
|
|
7
|
+
class: "button-counter font-second flex flex-center"
|
|
8
|
+
}, E = { class: "t-black dark:t-white" }, O = {
|
|
9
|
+
__name: "Button",
|
|
10
|
+
props: {
|
|
11
|
+
submit: {
|
|
12
|
+
type: Function,
|
|
13
|
+
default: async () => {
|
|
14
|
+
console.log("Button click.");
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
text: {
|
|
18
|
+
type: Object,
|
|
19
|
+
default: () => ({
|
|
20
|
+
success: null,
|
|
21
|
+
error: null
|
|
22
|
+
})
|
|
23
|
+
},
|
|
24
|
+
counter: {
|
|
25
|
+
type: Object
|
|
26
|
+
},
|
|
27
|
+
callback: {
|
|
28
|
+
type: Function,
|
|
29
|
+
default: async () => {
|
|
30
|
+
console.log("Button callback.");
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
callbackDelay: {
|
|
34
|
+
type: Number,
|
|
35
|
+
default: 750
|
|
36
|
+
},
|
|
37
|
+
showSucces: {
|
|
38
|
+
type: Boolean,
|
|
39
|
+
default: true
|
|
40
|
+
},
|
|
41
|
+
showLoader: {
|
|
42
|
+
type: Boolean,
|
|
43
|
+
default: true
|
|
44
|
+
},
|
|
45
|
+
validation: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: false
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
emits: ["error"],
|
|
51
|
+
setup(e, { emit: k }) {
|
|
52
|
+
const o = e, p$1 = k, t = ref(null), n = ref(null), l = ref(false), i = ref(false);
|
|
53
|
+
async function g() {
|
|
54
|
+
console.log("click"), t.value.style["pointer-events"] = "none", n.value = null, l.value = true;
|
|
55
|
+
const c = () => {
|
|
56
|
+
t.value && (t.value.style.pointerEvents = "auto", l.value = false, i.value = false, n.value = null);
|
|
57
|
+
};
|
|
58
|
+
try {
|
|
59
|
+
await o.submit(), t.value.classList.replace("bg-main", "bg-second"), l.value = false, o.showSucces ? (i.value = true, setTimeout(() => {
|
|
60
|
+
c(), t.value.classList.replace("bg-second", "bg-main");
|
|
61
|
+
}, 500)) : (c(), t.value.classList.replace("bg-second", "bg-main")), o.callback && setTimeout(() => o.callback(), o.callbackDelay);
|
|
62
|
+
} catch (u) {
|
|
63
|
+
console.error("=== BUTTON ERROR ===", u), p$1("error", u), t.value.classList.replace("bg-main", "bg-fourth-nano"), l.value = false, n.value = true, setTimeout(() => {
|
|
64
|
+
c(), t.value.classList.replace("bg-fourth-nano", "bg-main");
|
|
65
|
+
}, 1330);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return (c, u) => (openBlock(), createElementBlock("button", {
|
|
69
|
+
onClick: withModifiers(g, ["stop"]),
|
|
70
|
+
disabled: e.validation,
|
|
71
|
+
ref_key: "button",
|
|
72
|
+
ref: t,
|
|
73
|
+
class: normalizeClass(["button", { "button--disabled": l.value || e.validation }])
|
|
74
|
+
}, [
|
|
75
|
+
createElementVNode("span", {
|
|
76
|
+
class: normalizeClass(["button-content", { hidden: l.value || n.value || i.value }])
|
|
77
|
+
}, [
|
|
78
|
+
renderSlot(c.$slots, "default", {}, void 0, true)
|
|
79
|
+
], 2),
|
|
80
|
+
createElementVNode("span", {
|
|
81
|
+
class: normalizeClass(["button-loader", { active: l.value && e.showLoader }])
|
|
82
|
+
}, u[0] || (u[0] = [
|
|
83
|
+
createElementVNode("span", { class: "dot" }, null, -1),
|
|
84
|
+
createElementVNode("span", { class: "dot" }, null, -1),
|
|
85
|
+
createElementVNode("span", { class: "dot" }, null, -1)
|
|
86
|
+
]), 2),
|
|
87
|
+
createElementVNode("span", {
|
|
88
|
+
class: normalizeClass(["button-success", { active: i.value && e.showSucces }])
|
|
89
|
+
}, [
|
|
90
|
+
e.text.success ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
91
|
+
createTextVNode(toDisplayString(e.text.success), 1)
|
|
92
|
+
], 64)) : (openBlock(), createBlock(d, {
|
|
93
|
+
key: 1,
|
|
94
|
+
class: "i-regular"
|
|
95
|
+
}))
|
|
96
|
+
], 2),
|
|
97
|
+
createElementVNode("span", {
|
|
98
|
+
class: normalizeClass(["button-error", { active: n.value }])
|
|
99
|
+
}, [
|
|
100
|
+
e.text.error ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
101
|
+
createTextVNode(toDisplayString(e.text.error), 1)
|
|
102
|
+
], 64)) : (openBlock(), createBlock(p, {
|
|
103
|
+
key: 1,
|
|
104
|
+
class: "i-regular"
|
|
105
|
+
}))
|
|
106
|
+
], 2),
|
|
107
|
+
e.counter ? (openBlock(), createElementBlock("div", N, [
|
|
108
|
+
createElementVNode("span", E, toDisplayString(e.counter), 1)
|
|
109
|
+
])) : createCommentVNode("", true)
|
|
110
|
+
], 10, T));
|
|
111
|
+
}
|
|
112
|
+
}, $ = /* @__PURE__ */ s(O, [["__scopeId", "data-v-8d15c58c"]]);
|
|
113
|
+
export {
|
|
114
|
+
$ as default
|
|
115
|
+
};
|
|
116
|
+
//# sourceMappingURL=martyrs.es3.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"martyrs.es3.js","sources":["../../martyrs.es3.js"],"sourcesContent":["import { ref as d, createElementBlock as f, openBlock as s, normalizeClass as r, withModifiers as h, createElementVNode as a, createCommentVNode as B, renderSlot as x, createBlock as m, Fragment as v, createTextVNode as y, toDisplayString as b } from \"vue\";\nimport w from \"./martyrs.es43.js\";\nimport L from \"./martyrs.es44.js\";\n/* empty css */\nimport S from \"./martyrs.es46.js\";\nconst T = [\"disabled\"], N = {\n key: 0,\n class: \"button-counter font-second flex flex-center\"\n}, E = { class: \"t-black dark:t-white\" }, O = {\n __name: \"Button\",\n props: {\n submit: {\n type: Function,\n default: async () => {\n console.log(\"Button click.\");\n }\n },\n text: {\n type: Object,\n default: () => ({\n success: null,\n error: null\n })\n },\n counter: {\n type: Object\n },\n callback: {\n type: Function,\n default: async () => {\n console.log(\"Button callback.\");\n }\n },\n callbackDelay: {\n type: Number,\n default: 750\n },\n showSucces: {\n type: Boolean,\n default: !0\n },\n showLoader: {\n type: Boolean,\n default: !0\n },\n validation: {\n type: Boolean,\n default: !1\n }\n },\n emits: [\"error\"],\n setup(e, { emit: k }) {\n const o = e, p = k, t = d(null), n = d(null), l = d(!1), i = d(!1);\n async function g() {\n console.log(\"click\"), t.value.style[\"pointer-events\"] = \"none\", n.value = null, l.value = !0;\n const c = () => {\n t.value && (t.value.style.pointerEvents = \"auto\", l.value = !1, i.value = !1, n.value = null);\n };\n try {\n await o.submit(), t.value.classList.replace(\"bg-main\", \"bg-second\"), l.value = !1, o.showSucces ? (i.value = !0, setTimeout(() => {\n c(), t.value.classList.replace(\"bg-second\", \"bg-main\");\n }, 500)) : (c(), t.value.classList.replace(\"bg-second\", \"bg-main\")), o.callback && setTimeout(() => o.callback(), o.callbackDelay);\n } catch (u) {\n console.error(\"=== BUTTON ERROR ===\", u), p(\"error\", u), t.value.classList.replace(\"bg-main\", \"bg-fourth-nano\"), l.value = !1, n.value = !0, setTimeout(() => {\n c(), t.value.classList.replace(\"bg-fourth-nano\", \"bg-main\");\n }, 1330);\n }\n }\n return (c, u) => (s(), f(\"button\", {\n onClick: h(g, [\"stop\"]),\n disabled: e.validation,\n ref_key: \"button\",\n ref: t,\n class: r([\"button\", { \"button--disabled\": l.value || e.validation }])\n }, [\n a(\"span\", {\n class: r([\"button-content\", { hidden: l.value || n.value || i.value }])\n }, [\n x(c.$slots, \"default\", {}, void 0, !0)\n ], 2),\n a(\"span\", {\n class: r([\"button-loader\", { active: l.value && e.showLoader }])\n }, u[0] || (u[0] = [\n a(\"span\", { class: \"dot\" }, null, -1),\n a(\"span\", { class: \"dot\" }, null, -1),\n a(\"span\", { class: \"dot\" }, null, -1)\n ]), 2),\n a(\"span\", {\n class: r([\"button-success\", { active: i.value && e.showSucces }])\n }, [\n e.text.success ? (s(), f(v, { key: 0 }, [\n y(b(e.text.success), 1)\n ], 64)) : (s(), m(w, {\n key: 1,\n class: \"i-regular\"\n }))\n ], 2),\n a(\"span\", {\n class: r([\"button-error\", { active: n.value }])\n }, [\n e.text.error ? (s(), f(v, { key: 0 }, [\n y(b(e.text.error), 1)\n ], 64)) : (s(), m(L, {\n key: 1,\n class: \"i-regular\"\n }))\n ], 2),\n e.counter ? (s(), f(\"div\", N, [\n a(\"span\", E, b(e.counter), 1)\n ])) : B(\"\", !0)\n ], 10, T));\n }\n}, $ = /* @__PURE__ */ S(O, [[\"__scopeId\", \"data-v-8d15c58c\"]]);\nexport {\n $ as default\n};\n"],"names":["p","d","s","f","h","r","a","x","v","y","b","m","w","L","B","S"],"mappings":"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"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { ref, computed, createElementBlock, createCommentVNode, onMounted, onBeforeUnmount, watch, openBlock, normalizeStyle, normalizeClass, createElementVNode, renderSlot, Fragment, renderList, nextTick } from "vue";
|
|
2
|
+
const Q = {
|
|
3
|
+
class: "marquee",
|
|
4
|
+
"aria-hidden": true
|
|
5
|
+
}, ee = {
|
|
6
|
+
__name: "Marquee",
|
|
7
|
+
props: {
|
|
8
|
+
vertical: { type: Boolean, default: false },
|
|
9
|
+
direction: { type: String, default: "normal" },
|
|
10
|
+
duration: { type: Number, default: 20 },
|
|
11
|
+
delay: { type: Number, default: 0 },
|
|
12
|
+
loop: { type: Number, default: 0 },
|
|
13
|
+
clone: { type: Boolean, default: false },
|
|
14
|
+
gradient: { type: Boolean, default: false },
|
|
15
|
+
gradientColor: { type: [Array, String], default: () => [255, 255, 255] },
|
|
16
|
+
gradientLength: { type: String },
|
|
17
|
+
pauseOnHover: { type: Boolean, default: false },
|
|
18
|
+
pauseOnClick: { type: Boolean, default: false },
|
|
19
|
+
pause: { type: Boolean, default: false }
|
|
20
|
+
},
|
|
21
|
+
emits: ["onComplete", "onLoopComplete", "onPause", "onResume"],
|
|
22
|
+
setup(c, { emit: I }) {
|
|
23
|
+
const e = c, u = I, m = ref(false), d = ref(0), M = ref(0), p = ref(null), o = ref(null), i = ref(null), h = ref(null), g = ref({ width: 0, height: 0 }), r = ref("100%"), $ = ref(0), q = ref(0), s = ref("100%"), H = ref(0), b = ref(0), z = ref("200px"), y = ref(false), v = ref(null), n = ref(null), L = async () => {
|
|
24
|
+
e.vertical && (y.value = true), await nextTick();
|
|
25
|
+
const l = () => {
|
|
26
|
+
if (r.value = "0%", s.value = "0%", v.value !== null && n.value !== null)
|
|
27
|
+
if (v.value && n.value)
|
|
28
|
+
if (e.vertical && "clientHeight" in v.value && "clientHeight" in n.value) {
|
|
29
|
+
b.value = v.value.clientHeight, H.value = n.value.clientHeight;
|
|
30
|
+
const a = Math.ceil(H.value / b.value);
|
|
31
|
+
return d.value = isFinite(a) ? a : 0, y.value = false, d.value;
|
|
32
|
+
} else if (!e.vertical && "clientWidth" in v.value && "clientWidth" in n.value) {
|
|
33
|
+
q.value = v.value.clientWidth, $.value = n.value.clientWidth;
|
|
34
|
+
const a = Math.ceil($.value / q.value);
|
|
35
|
+
return d.value = isFinite(a) ? a : 0, d.value;
|
|
36
|
+
} else
|
|
37
|
+
return r.value = "100%", s.value = "100%", 0;
|
|
38
|
+
else
|
|
39
|
+
return r.value = "100%", s.value = "100%", 0;
|
|
40
|
+
else
|
|
41
|
+
return r.value = "100%", s.value = "100%", 0;
|
|
42
|
+
};
|
|
43
|
+
l(), typeof ResizeObserver < "u" && n.value ? (o.value && o.value.disconnect(), o.value = new ResizeObserver((a) => {
|
|
44
|
+
const f = a[0], B = f.contentRect.width, R = f.contentRect.height, E = Math.abs(B - g.value.width) > 1, U = Math.abs(R - g.value.height) > 1;
|
|
45
|
+
(E || U) && (g.value = { width: B, height: R }, clearTimeout(h.value), h.value = setTimeout(() => {
|
|
46
|
+
l();
|
|
47
|
+
}, 300));
|
|
48
|
+
}), o.value.observe(n.value)) : (i.value && clearInterval(i.value), i.value = setTimeout(() => {
|
|
49
|
+
l(), i.value = null;
|
|
50
|
+
}, 500));
|
|
51
|
+
}, A = () => {
|
|
52
|
+
e.pauseOnHover && u("onPause");
|
|
53
|
+
}, T = () => {
|
|
54
|
+
e.pauseOnHover && u("onResume");
|
|
55
|
+
}, N = () => {
|
|
56
|
+
e.pauseOnClick && u("onPause");
|
|
57
|
+
}, P = () => {
|
|
58
|
+
e.pauseOnClick && u("onResume");
|
|
59
|
+
}, W = computed(() => ({
|
|
60
|
+
"--loops": `${e.loop === 0 ? "infinite" : e.loop}`,
|
|
61
|
+
"--duration": `${e.duration}s`,
|
|
62
|
+
"--delay": `${e.delay}s`,
|
|
63
|
+
"--direction": `${e.direction}`,
|
|
64
|
+
"--pauseOnHover": `${e.pauseOnHover ? "paused" : "running"}`,
|
|
65
|
+
"--pauseOnClick": `${e.pauseOnClick ? "paused" : "running"}`,
|
|
66
|
+
"--pauseAnimation": `${e.vertical && y.value || e.pause ? "paused" : "running"}`,
|
|
67
|
+
"--gradient-color": e.gradientColor,
|
|
68
|
+
"--gradient-length": `${z.value}`,
|
|
69
|
+
"--min-width": `${r.value}`,
|
|
70
|
+
"--min-height": `${s.value}`,
|
|
71
|
+
"--orientation": e.vertical ? "scrollY" : "scrollX"
|
|
72
|
+
})), F = async () => {
|
|
73
|
+
e.vertical ? (s.value = "100%", r.value = "auto") : (s.value = "auto", r.value = "100%"), e.gradient && e.gradientLength && (z.value = e.gradientLength), e.clone && await L(), m.value = true;
|
|
74
|
+
};
|
|
75
|
+
return onMounted(async () => {
|
|
76
|
+
F(), p.value = setInterval(() => {
|
|
77
|
+
M.value++, e.loop !== 0 && M.value === e.loop && (u("onComplete"), clearInterval(p.value)), u("onLoopComplete");
|
|
78
|
+
}, e.duration * 1e3);
|
|
79
|
+
}), onBeforeUnmount(() => {
|
|
80
|
+
clearInterval(p.value), o.value && (o.value.disconnect(), o.value = null), i.value && (clearInterval(i.value), i.value = null), h.value && (clearTimeout(h.value), h.value = null);
|
|
81
|
+
}), watch(
|
|
82
|
+
() => e.pause,
|
|
83
|
+
(l, a) => {
|
|
84
|
+
l !== a && u(l ? "onPause" : "onResume");
|
|
85
|
+
}
|
|
86
|
+
), (l, a) => m.value ? (openBlock(), createElementBlock("div", {
|
|
87
|
+
key: 0,
|
|
88
|
+
class: normalizeClass(["vue3-marquee", { vertical: c.vertical, horizontal: !c.vertical }]),
|
|
89
|
+
style: normalizeStyle(W.value),
|
|
90
|
+
onMouseenter: A,
|
|
91
|
+
onMouseleave: T,
|
|
92
|
+
onMousedown: N,
|
|
93
|
+
onMouseup: P
|
|
94
|
+
}, [
|
|
95
|
+
createElementVNode("div", {
|
|
96
|
+
class: normalizeClass(["transparent-overlay", { vertical: c.vertical, horizontal: !c.vertical, overlay: c.gradient }]),
|
|
97
|
+
ref_key: "marqueeOverlayContainer",
|
|
98
|
+
ref: n,
|
|
99
|
+
"aria-hidden": true
|
|
100
|
+
}, null, 2),
|
|
101
|
+
createElementVNode("div", {
|
|
102
|
+
class: "marquee",
|
|
103
|
+
ref_key: "marqueeContent",
|
|
104
|
+
ref: v
|
|
105
|
+
}, [
|
|
106
|
+
renderSlot(l.$slots, "default")
|
|
107
|
+
], 512),
|
|
108
|
+
createElementVNode("div", Q, [
|
|
109
|
+
renderSlot(l.$slots, "default")
|
|
110
|
+
]),
|
|
111
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(d.value, (f) => (openBlock(), createElementBlock("div", {
|
|
112
|
+
key: f,
|
|
113
|
+
"aria-hidden": true,
|
|
114
|
+
class: "marquee cloned"
|
|
115
|
+
}, [
|
|
116
|
+
renderSlot(l.$slots, "default")
|
|
117
|
+
]))), 128))
|
|
118
|
+
], 38)) : createCommentVNode("", true);
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
export {
|
|
122
|
+
ee as default
|
|
123
|
+
};
|
|
124
|
+
//# sourceMappingURL=martyrs.es39.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"martyrs.es39.js","sources":["../../martyrs.es39.js"],"sourcesContent":["import { ref as t, computed as x, onMounted as D, onBeforeUnmount as V, watch as X, createElementBlock as C, createCommentVNode as Y, openBlock as w, normalizeStyle as j, normalizeClass as S, createElementVNode as O, renderSlot as k, Fragment as G, renderList as J, nextTick as K } from \"vue\";\n/* empty css */\nconst Q = {\n class: \"marquee\",\n \"aria-hidden\": !0\n}, ee = {\n __name: \"Marquee\",\n props: {\n vertical: { type: Boolean, default: !1 },\n direction: { type: String, default: \"normal\" },\n duration: { type: Number, default: 20 },\n delay: { type: Number, default: 0 },\n loop: { type: Number, default: 0 },\n clone: { type: Boolean, default: !1 },\n gradient: { type: Boolean, default: !1 },\n gradientColor: { type: [Array, String], default: () => [255, 255, 255] },\n gradientLength: { type: String },\n pauseOnHover: { type: Boolean, default: !1 },\n pauseOnClick: { type: Boolean, default: !1 },\n pause: { type: Boolean, default: !1 }\n },\n emits: [\"onComplete\", \"onLoopComplete\", \"onPause\", \"onResume\"],\n setup(c, { emit: I }) {\n const e = c, u = I, m = t(!1), d = t(0), M = t(0), p = t(null), o = t(null), i = t(null), h = t(null), g = t({ width: 0, height: 0 }), r = t(\"100%\"), $ = t(0), q = t(0), s = t(\"100%\"), H = t(0), b = t(0), z = t(\"200px\"), y = t(!1), v = t(null), n = t(null), L = async () => {\n e.vertical && (y.value = !0), await K();\n const l = () => {\n if (r.value = \"0%\", s.value = \"0%\", v.value !== null && n.value !== null)\n if (v.value && n.value)\n if (e.vertical && \"clientHeight\" in v.value && \"clientHeight\" in n.value) {\n b.value = v.value.clientHeight, H.value = n.value.clientHeight;\n const a = Math.ceil(H.value / b.value);\n return d.value = isFinite(a) ? a : 0, y.value = !1, d.value;\n } else if (!e.vertical && \"clientWidth\" in v.value && \"clientWidth\" in n.value) {\n q.value = v.value.clientWidth, $.value = n.value.clientWidth;\n const a = Math.ceil($.value / q.value);\n return d.value = isFinite(a) ? a : 0, d.value;\n } else\n return r.value = \"100%\", s.value = \"100%\", 0;\n else\n return r.value = \"100%\", s.value = \"100%\", 0;\n else\n return r.value = \"100%\", s.value = \"100%\", 0;\n };\n l(), typeof ResizeObserver < \"u\" && n.value ? (o.value && o.value.disconnect(), o.value = new ResizeObserver((a) => {\n const f = a[0], B = f.contentRect.width, R = f.contentRect.height, E = Math.abs(B - g.value.width) > 1, U = Math.abs(R - g.value.height) > 1;\n (E || U) && (g.value = { width: B, height: R }, clearTimeout(h.value), h.value = setTimeout(() => {\n l();\n }, 300));\n }), o.value.observe(n.value)) : (i.value && clearInterval(i.value), i.value = setTimeout(() => {\n l(), i.value = null;\n }, 500));\n }, A = () => {\n e.pauseOnHover && u(\"onPause\");\n }, T = () => {\n e.pauseOnHover && u(\"onResume\");\n }, N = () => {\n e.pauseOnClick && u(\"onPause\");\n }, P = () => {\n e.pauseOnClick && u(\"onResume\");\n }, W = x(() => ({\n \"--loops\": `${e.loop === 0 ? \"infinite\" : e.loop}`,\n \"--duration\": `${e.duration}s`,\n \"--delay\": `${e.delay}s`,\n \"--direction\": `${e.direction}`,\n \"--pauseOnHover\": `${e.pauseOnHover ? \"paused\" : \"running\"}`,\n \"--pauseOnClick\": `${e.pauseOnClick ? \"paused\" : \"running\"}`,\n \"--pauseAnimation\": `${e.vertical && y.value || e.pause ? \"paused\" : \"running\"}`,\n \"--gradient-color\": e.gradientColor,\n \"--gradient-length\": `${z.value}`,\n \"--min-width\": `${r.value}`,\n \"--min-height\": `${s.value}`,\n \"--orientation\": e.vertical ? \"scrollY\" : \"scrollX\"\n })), F = async () => {\n e.vertical ? (s.value = \"100%\", r.value = \"auto\") : (s.value = \"auto\", r.value = \"100%\"), e.gradient && e.gradientLength && (z.value = e.gradientLength), e.clone && await L(), m.value = !0;\n };\n return D(async () => {\n F(), p.value = setInterval(() => {\n M.value++, e.loop !== 0 && M.value === e.loop && (u(\"onComplete\"), clearInterval(p.value)), u(\"onLoopComplete\");\n }, e.duration * 1e3);\n }), V(() => {\n clearInterval(p.value), o.value && (o.value.disconnect(), o.value = null), i.value && (clearInterval(i.value), i.value = null), h.value && (clearTimeout(h.value), h.value = null);\n }), X(\n () => e.pause,\n (l, a) => {\n l !== a && u(l ? \"onPause\" : \"onResume\");\n }\n ), (l, a) => m.value ? (w(), C(\"div\", {\n key: 0,\n class: S([\"vue3-marquee\", { vertical: c.vertical, horizontal: !c.vertical }]),\n style: j(W.value),\n onMouseenter: A,\n onMouseleave: T,\n onMousedown: N,\n onMouseup: P\n }, [\n O(\"div\", {\n class: S([\"transparent-overlay\", { vertical: c.vertical, horizontal: !c.vertical, overlay: c.gradient }]),\n ref_key: \"marqueeOverlayContainer\",\n ref: n,\n \"aria-hidden\": !0\n }, null, 2),\n O(\"div\", {\n class: \"marquee\",\n ref_key: \"marqueeContent\",\n ref: v\n }, [\n k(l.$slots, \"default\")\n ], 512),\n O(\"div\", Q, [\n k(l.$slots, \"default\")\n ]),\n (w(!0), C(G, null, J(d.value, (f) => (w(), C(\"div\", {\n key: f,\n \"aria-hidden\": !0,\n class: \"marquee cloned\"\n }, [\n k(l.$slots, \"default\")\n ]))), 128))\n ], 38)) : Y(\"\", !0);\n }\n};\nexport {\n ee as default\n};\n"],"names":["t","K","x","D","V","X","w","C","S","j","O","k","G","J","Y"],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "48",
|
|
5
|
+
height: "48",
|
|
6
|
+
viewBox: "0 0 48 48",
|
|
7
|
+
fill: "none"
|
|
8
|
+
}, r = ["fill"], d = {
|
|
9
|
+
__name: "IconCheckmark",
|
|
10
|
+
props: {
|
|
11
|
+
fill: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
setup(e) {
|
|
17
|
+
return (c, i) => (openBlock(), createElementBlock("svg", n, [
|
|
18
|
+
createElementVNode("path", {
|
|
19
|
+
fill: e.fill,
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
d: "M19.1081 37.3513C18.3271 38.1323 17.061 38.1323 16.2799 37.3515L7.41509 28.4891C6.63367 27.7079 6.63381 26.441 7.4154 25.66L9.04833 24.0282C9.82946 23.2476 11.0954 23.2478 11.8763 24.0287L17.6941 29.8465L36.1264 11.4142C36.9074 10.6332 38.1738 10.6332 38.9548 11.4142L40.5858 13.0452C41.3668 13.8262 41.3668 15.0926 40.5858 15.8736L19.1081 37.3513Z"
|
|
23
|
+
}, null, 8, r)
|
|
24
|
+
]));
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
d as default
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=martyrs.es43.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"martyrs.es43.js","sources":["../../martyrs.es43.js"],"sourcesContent":["import { createElementBlock as l, openBlock as t, createElementVNode as o } from \"vue\";\nconst n = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"48\",\n height: \"48\",\n viewBox: \"0 0 48 48\",\n fill: \"none\"\n}, r = [\"fill\"], d = {\n __name: \"IconCheckmark\",\n props: {\n fill: {\n type: String,\n default: \"currentColor\"\n }\n },\n setup(e) {\n return (c, i) => (t(), l(\"svg\", n, [\n o(\"path\", {\n fill: e.fill,\n \"fill-rule\": \"evenodd\",\n \"clip-rule\": \"evenodd\",\n d: \"M19.1081 37.3513C18.3271 38.1323 17.061 38.1323 16.2799 37.3515L7.41509 28.4891C6.63367 27.7079 6.63381 26.441 7.4154 25.66L9.04833 24.0282C9.82946 23.2476 11.0954 23.2478 11.8763 24.0287L17.6941 29.8465L36.1264 11.4142C36.9074 10.6332 38.1738 10.6332 38.9548 11.4142L40.5858 13.0452C41.3668 13.8262 41.3668 15.0926 40.5858 15.8736L19.1081 37.3513Z\"\n }, null, 8, r)\n ]));\n }\n};\nexport {\n d as default\n};\n"],"names":["t","l","o"],"mappings":";AACK,MAAC,IAAI;AAAA,EACR,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,MAAM;AACR,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI;AAAA,EACnB,QAAQ;AAAA,EACR,OAAO;AAAA,IACL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,IACf;AAAA,EACA;AAAA,EACE,MAAM,GAAG;AACP,WAAO,CAAC,GAAG,OAAOA,UAAC,GAAIC,mBAAE,OAAO,GAAG;AAAA,MACjCC,mBAAE,QAAQ;AAAA,QACR,MAAM,EAAE;AAAA,QACR,aAAa;AAAA,QACb,aAAa;AAAA,QACb,GAAG;AAAA,MACX,GAAS,MAAM,GAAG,CAAC;AAAA,IACnB,CAAK;AAAA,EACH;AACF;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
|
+
const c = {
|
|
3
|
+
width: "100pt",
|
|
4
|
+
height: "100pt",
|
|
5
|
+
version: "1.1",
|
|
6
|
+
viewBox: "0 0 100 100",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
}, r = ["fill"], p = {
|
|
9
|
+
__name: "IconCross",
|
|
10
|
+
props: {
|
|
11
|
+
fill: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
setup(t) {
|
|
17
|
+
return (n, s) => (openBlock(), createElementBlock("svg", c, [
|
|
18
|
+
createElementVNode("path", {
|
|
19
|
+
fill: t.fill,
|
|
20
|
+
d: "m22.055 22.055c1.625-1.6289 4.2656-1.6289 5.8906 0l22.055 22.055 22.055-22.055c1.625-1.6289 4.2656-1.6289 5.8906 0 1.6289 1.625 1.6289 4.2656 0 5.8906l-22.055 22.055 22.055 22.055c1.6289 1.625 1.6289 4.2656 0 5.8906-1.625 1.6289-4.2656 1.6289-5.8906 0l-22.055-22.055-22.055 22.055c-1.625 1.6289-4.2656 1.6289-5.8906 0-1.6289-1.625-1.6289-4.2656 0-5.8906l22.055-22.055-22.055-22.055c-1.6289-1.625-1.6289-4.2656 0-5.8906z"
|
|
21
|
+
}, null, 8, r)
|
|
22
|
+
]));
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
p as default
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=martyrs.es44.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"martyrs.es44.js","sources":["../../martyrs.es44.js"],"sourcesContent":["import { createElementBlock as e, openBlock as l, createElementVNode as o } from \"vue\";\nconst c = {\n width: \"100pt\",\n height: \"100pt\",\n version: \"1.1\",\n viewBox: \"0 0 100 100\",\n xmlns: \"http://www.w3.org/2000/svg\"\n}, r = [\"fill\"], p = {\n __name: \"IconCross\",\n props: {\n fill: {\n type: String,\n default: \"currentColor\"\n }\n },\n setup(t) {\n return (n, s) => (l(), e(\"svg\", c, [\n o(\"path\", {\n fill: t.fill,\n d: \"m22.055 22.055c1.625-1.6289 4.2656-1.6289 5.8906 0l22.055 22.055 22.055-22.055c1.625-1.6289 4.2656-1.6289 5.8906 0 1.6289 1.625 1.6289 4.2656 0 5.8906l-22.055 22.055 22.055 22.055c1.6289 1.625 1.6289 4.2656 0 5.8906-1.625 1.6289-4.2656 1.6289-5.8906 0l-22.055-22.055-22.055 22.055c-1.625 1.6289-4.2656 1.6289-5.8906 0-1.6289-1.625-1.6289-4.2656 0-5.8906l22.055-22.055-22.055-22.055c-1.6289-1.625-1.6289-4.2656 0-5.8906z\"\n }, null, 8, r)\n ]));\n }\n};\nexport {\n p as default\n};\n"],"names":["l","e","o"],"mappings":";AACK,MAAC,IAAI;AAAA,EACR,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAO;AACT,GAAG,IAAI,CAAC,MAAM,GAAG,IAAI;AAAA,EACnB,QAAQ;AAAA,EACR,OAAO;AAAA,IACL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,IACf;AAAA,EACA;AAAA,EACE,MAAM,GAAG;AACP,WAAO,CAAC,GAAG,OAAOA,UAAC,GAAIC,mBAAE,OAAO,GAAG;AAAA,MACjCC,mBAAE,QAAQ;AAAA,QACR,MAAM,EAAE;AAAA,QACR,GAAG;AAAA,MACX,GAAS,MAAM,GAAG,CAAC;AAAA,IACnB,CAAK;AAAA,EACH;AACF;"}
|