@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,255 @@
|
|
|
1
|
+
const i = [
|
|
2
|
+
["افغانستان", "af", "93", , "🇦🇫"],
|
|
3
|
+
["Shqipëri", "al", "355", , "🇦🇱"],
|
|
4
|
+
["الجزائر", "dz", "213", , "🇩🇿"],
|
|
5
|
+
["American Samoa", "as", "1684", , "🇦🇸"],
|
|
6
|
+
["Andorra", "ad", "376", , "🇦🇩"],
|
|
7
|
+
["Angola", "ao", "244", , "🇦🇴"],
|
|
8
|
+
["Anguilla", "ai", "1264", , "🇦🇮"],
|
|
9
|
+
["Antigua and Barbuda", "ag", "1268", , "🇦🇬"],
|
|
10
|
+
["Argentina", "ar", "54", , "🇦🇷"],
|
|
11
|
+
["Հայաստան", "am", "374", , "🇦🇲"],
|
|
12
|
+
["Aruba", "aw", "297", , "🇦🇼"],
|
|
13
|
+
["Australia", "au", "61", 0, , "🇦🇺"],
|
|
14
|
+
["Österreich", "at", "43", , "🇦🇹"],
|
|
15
|
+
["Azərbaycan", "az", "994", , "🇦🇿"],
|
|
16
|
+
["Bahamas", "bs", "1242", , "🇧🇸"],
|
|
17
|
+
["البحرين", "bh", "973", , "🇧🇭"],
|
|
18
|
+
["বাংলাদেশ", "bd", "880", , "🇧🇩"],
|
|
19
|
+
["Barbados", "bb", "1246", , "🇧🇧"],
|
|
20
|
+
["Беларусь", "by", "375", , "🇧🇾"],
|
|
21
|
+
["België", "be", "32", , "🇧🇪"],
|
|
22
|
+
["Belize", "bz", "501", , "🇧🇿"],
|
|
23
|
+
["Bénin", "bj", "229", , "🇧🇯"],
|
|
24
|
+
["Bermuda", "bm", "1441", , "🇧🇲"],
|
|
25
|
+
["འབྲུག", "bt", "975", , "🇧🇹"],
|
|
26
|
+
["Bolivia", "bo", "591", , "🇧🇴"],
|
|
27
|
+
["Босна и Херцеговина", "ba", "387", , "🇧🇦"],
|
|
28
|
+
["Botswana", "bw", "267", , "🇧🇼"],
|
|
29
|
+
["Brasil", "br", "55", , "🇧🇷"],
|
|
30
|
+
["British Indian Ocean Territory", "io", "246", , "🇮🇴"],
|
|
31
|
+
["British Virgin Islands", "vg", "1284", , "🇻🇬"],
|
|
32
|
+
["Brunei", "bn", "673", , "🇧🇳"],
|
|
33
|
+
["България", "bg", "359", , "🇧🇬"],
|
|
34
|
+
["Burkina Faso", "bf", "226", , "🇧🇫"],
|
|
35
|
+
["Uburundi", "bi", "257", , "🇧🇮"],
|
|
36
|
+
["កម្ពុជា", "kh", "855", , "🇰🇭"],
|
|
37
|
+
["Cameroun", "cm", "237", , "🇨🇲"],
|
|
38
|
+
["Canada", "ca", "1", 1, "🇨🇦"],
|
|
39
|
+
["Kabu Verdi", "cv", "238", , "🇨🇻"],
|
|
40
|
+
["Caribbean Netherlands", "bq", "599", 1, , "🇧🇶"],
|
|
41
|
+
["Cayman Islands", "ky", "1345", , "🇰🇾"],
|
|
42
|
+
["République centrafricaine", "cf", "236", , "🇨🇫"],
|
|
43
|
+
["Tchad", "td", "235", , "🇹🇩"],
|
|
44
|
+
["Chile", "cl", "56", , "🇨🇱"],
|
|
45
|
+
["中国", "cn", "86", , "🇨🇳"],
|
|
46
|
+
["Christmas Island", "cx", "61", 2, , "🇨🇽"],
|
|
47
|
+
["Keeling", "cc", "61", 1, , "🇨🇨"],
|
|
48
|
+
["Colombia", "co", "57", , "🇨🇴"],
|
|
49
|
+
["جزر القمر", "km", "269", , "🇰🇲"],
|
|
50
|
+
["DRC", "cd", "243", , "🇨🇩"],
|
|
51
|
+
["Republic", "cg", "242", , "🇨🇬"],
|
|
52
|
+
["Cook Islands", "ck", "682", , "🇨🇰"],
|
|
53
|
+
["Costa Rica", "cr", "506", , "🇨🇷"],
|
|
54
|
+
["Côte d’Ivoire", "ci", "225", , "🇨🇮"],
|
|
55
|
+
["Hrvatska", "hr", "385", , "🇭🇷"],
|
|
56
|
+
["Cuba", "cu", "53", , "🇨🇺"],
|
|
57
|
+
["Curaçao", "cw", "599", 0, , "🇨🇼"],
|
|
58
|
+
["Κύπρος", "cy", "357", , "🇨🇾"],
|
|
59
|
+
["Česká republika", "cz", "420", , "🇨🇿"],
|
|
60
|
+
["Danmark", "dk", "45", , "🇩🇰"],
|
|
61
|
+
["Djibouti", "dj", "253", , "🇩🇯"],
|
|
62
|
+
["Dominica", "dm", "1767", , "🇩🇲"],
|
|
63
|
+
["República Dominicana", "do", "1", 2, ["809", "829", "849", "🇩🇴"]],
|
|
64
|
+
["Ecuador", "ec", "593", , "🇪🇨"],
|
|
65
|
+
["مصر", "eg", "20", , "🇪🇬"],
|
|
66
|
+
["El Salvador", "sv", "503", , "🇸🇻"],
|
|
67
|
+
["Guinea Ecuatorial", "gq", "240", , "🇬🇶"],
|
|
68
|
+
["Eritrea", "er", "291", , "🇪🇷"],
|
|
69
|
+
["Eesti", "ee", "372", , "🇪🇪"],
|
|
70
|
+
["Ethiopia", "et", "251", , "🇪🇹"],
|
|
71
|
+
["Islas Malvinas", "fk", "500", , "🇫🇰"],
|
|
72
|
+
["Føroyar", "fo", "298", , "🇫🇴"],
|
|
73
|
+
["Fiji", "fj", "679", , "🇫🇯"],
|
|
74
|
+
["Suomi", "fi", "358", 0, , "🇫🇮"],
|
|
75
|
+
["France", "fr", "33", , "🇫🇷"],
|
|
76
|
+
["Guyane française", "gf", "594", , "🇬🇫"],
|
|
77
|
+
["Polynésie française", "pf", "689", , "🇵🇫"],
|
|
78
|
+
["Gabon", "ga", "241", , "🇬🇦"],
|
|
79
|
+
["Gambia", "gm", "220", , "🇬🇲"],
|
|
80
|
+
["საქართველო", "ge", "995", , "🇬🇪"],
|
|
81
|
+
["Deutschland", "de", "49", , "🇩🇪"],
|
|
82
|
+
["Gaana", "gh", "233", , "🇬🇭"],
|
|
83
|
+
["Gibraltar", "gi", "350", , "🇬🇮"],
|
|
84
|
+
["Ελλάδα", "gr", "30", , "🇬🇷"],
|
|
85
|
+
["Kalaallit Nunaat", "gl", "299", , "🇬🇱"],
|
|
86
|
+
["Grenada", "gd", "1473", , "🇬🇩"],
|
|
87
|
+
["Guadeloupe", "gp", "590", 0, , "🇬🇵"],
|
|
88
|
+
["Guam", "gu", "1671", , "🇬🇺"],
|
|
89
|
+
["Guatemala", "gt", "502", , "🇬🇹"],
|
|
90
|
+
["Guernsey", "gg", "44", 1, , "🇬🇬"],
|
|
91
|
+
["Guinée", "gn", "224", , "🇬🇳"],
|
|
92
|
+
["Guiné Bissau", "gw", "245", , "🇬🇼"],
|
|
93
|
+
["Guyana", "gy", "592", , "🇬🇾"],
|
|
94
|
+
["Haiti", "ht", "509", , "🇭🇹"],
|
|
95
|
+
["Honduras", "hn", "504", , "🇭🇳"],
|
|
96
|
+
["香港", "hk", "852", , "🇭🇰"],
|
|
97
|
+
["Magyarország", "hu", "36", , "🇭🇺"],
|
|
98
|
+
["Ísland", "is", "354", , "🇮🇸"],
|
|
99
|
+
["भारत", "in", "91", , "🇮🇳"],
|
|
100
|
+
["Indonesia", "id", "62", , "🇮🇩"],
|
|
101
|
+
["ایران", "ir", "98", , "🇮🇷"],
|
|
102
|
+
["العراق", "iq", "964", , "🇮🇶"],
|
|
103
|
+
["Ireland", "ie", "353", , "🇮🇪"],
|
|
104
|
+
["Isle of Man", "im", "44", 2, , "🇮🇲"],
|
|
105
|
+
["ישראל", "il", "972", , "🇮🇱"],
|
|
106
|
+
["Italia", "it", "39", 0, , "🇮🇹"],
|
|
107
|
+
["Jamaica", "jm", "1876", , "🇯🇲"],
|
|
108
|
+
["日本", "jp", "81", , "🇯🇵"],
|
|
109
|
+
["Jersey", "je", "44", 3, , "🇯🇪"],
|
|
110
|
+
["الأردن", "jo", "962", , "🇯🇴"],
|
|
111
|
+
["Казахстан", "kz", "7", 1, , "🇰🇿"],
|
|
112
|
+
["Kenya", "ke", "254", , "🇰🇪"],
|
|
113
|
+
["Kiribati", "ki", "686", , "🇰🇮"],
|
|
114
|
+
["Kosovo", "xk", "383", , "🇽🇰"],
|
|
115
|
+
["الكويت", "kw", "965", , "🇰🇼"],
|
|
116
|
+
["Кыргызстан", "kg", "996", , "🇰🇬"],
|
|
117
|
+
["ລາວ", "la", "856", , "🇱🇦"],
|
|
118
|
+
["Latvija", "lv", "371", , "🇱🇻"],
|
|
119
|
+
["لبنان", "lb", "961", , "🇱🇧"],
|
|
120
|
+
["Lesotho", "ls", "266", , "🇱🇸"],
|
|
121
|
+
["Liberia", "lr", "231", , "🇱🇷"],
|
|
122
|
+
["ليبيا", "ly", "218", , "🇱🇾"],
|
|
123
|
+
["Liechtenstein", "li", "423", , "🇱🇮"],
|
|
124
|
+
["Lietuva", "lt", "370", , "🇱🇹"],
|
|
125
|
+
["Luxembourg", "lu", "352", , "🇱🇺"],
|
|
126
|
+
["澳門", "mo", "853", , "🇲🇴"],
|
|
127
|
+
["FYROM", "mk", "389", , "🇲🇰"],
|
|
128
|
+
["Madagasikara", "mg", "261", , "🇲🇬"],
|
|
129
|
+
["Malawi", "mw", "265", , "🇲🇼"],
|
|
130
|
+
["Malaysia", "my", "60", , "🇲🇾"],
|
|
131
|
+
["Maldives", "mv", "960", , "🇲🇻"],
|
|
132
|
+
["Mali", "ml", "223", , "🇲🇱"],
|
|
133
|
+
["Malta", "mt", "356", , "🇲🇹"],
|
|
134
|
+
["Marshall Islands", "mh", "692", , "🇲🇭"],
|
|
135
|
+
["Martinique", "mq", "596", , "🇲🇶"],
|
|
136
|
+
["موريتانيا", "mr", "222", , "🇲🇷"],
|
|
137
|
+
["Moris", "mu", "230", , "🇲🇺"],
|
|
138
|
+
["Mayotte", "yt", "262", 1, , "🇾🇹"],
|
|
139
|
+
["México", "mx", "52", , "🇲🇽"],
|
|
140
|
+
["Micronesia", "fm", "691", , "🇫🇲"],
|
|
141
|
+
["Republica Moldova", "md", "373", , "🇲🇩"],
|
|
142
|
+
["Monaco", "mc", "377", , "🇲🇨"],
|
|
143
|
+
["Монгол", "mn", "976", , "🇲🇳"],
|
|
144
|
+
["Crna Gora", "me", "382", , "🇲🇪"],
|
|
145
|
+
["Montserrat", "ms", "1664", , "🇲🇸"],
|
|
146
|
+
["المغرب", "ma", "212", 0, , "🇲🇦"],
|
|
147
|
+
["Moçambique", "mz", "258", , "🇲🇿"],
|
|
148
|
+
["Burma", "mm", "95", , "🇲🇲"],
|
|
149
|
+
["Namibië", "na", "264", , "🇳🇦"],
|
|
150
|
+
["Nauru", "nr", "674", , "🇳🇷"],
|
|
151
|
+
["नेपाल", "np", "977", , "🇳🇵"],
|
|
152
|
+
["Nederland", "nl", "31", , "🇳🇱"],
|
|
153
|
+
["Nouvelle-Calédonie", "nc", "687", , "🇳🇨"],
|
|
154
|
+
["New Zealand", "nz", "64", , "🇳🇿"],
|
|
155
|
+
["Nicaragua", "ni", "505", , "🇳🇮"],
|
|
156
|
+
["Nijar", "ne", "227", , "🇳🇪"],
|
|
157
|
+
["Nigeria", "ng", "234", , "🇳🇬"],
|
|
158
|
+
["Niue", "nu", "683", , "🇳🇺"],
|
|
159
|
+
["Norfolk Island", "nf", "672", , "🇳🇫"],
|
|
160
|
+
["조선 민주주의 인민 공화국", "kp", "850", , "🇰🇵"],
|
|
161
|
+
["Northern Mariana Islands", "mp", "1670", , "🇲🇵"],
|
|
162
|
+
["Norge", "no", "47", 0, , "🇳🇴"],
|
|
163
|
+
["عُمان", "om", "968", , "🇴🇲"],
|
|
164
|
+
["پاکستان", "pk", "92", , "🇵🇰"],
|
|
165
|
+
["Palau", "pw", "680", , "🇵🇼"],
|
|
166
|
+
["فلسطين", "ps", "970", , "🇵🇸"],
|
|
167
|
+
["Panamá", "pa", "507", , "🇵🇦"],
|
|
168
|
+
["Papua New Guinea", "pg", "675", , "🇵🇬"],
|
|
169
|
+
["Paraguay", "py", "595", , "🇵🇾"],
|
|
170
|
+
["Perú", "pe", "51", , "🇵🇪"],
|
|
171
|
+
["Philippines", "ph", "63", , "🇵🇭"],
|
|
172
|
+
["Polska", "pl", "48", , "🇵🇱"],
|
|
173
|
+
["Portugal", "pt", "351", , "🇵🇹"],
|
|
174
|
+
["Puerto Rico", "pr", "1", 3, ["787", "939", "🇵🇷"]],
|
|
175
|
+
["قطر", "qa", "974", , "🇶🇦"],
|
|
176
|
+
["La Réunion", "re", "262", 0, , "🇷🇪"],
|
|
177
|
+
["România", "ro", "40", , "🇷🇴"],
|
|
178
|
+
["Россия", "ru", "7", 0, , "🇷🇺"],
|
|
179
|
+
["Rwanda", "rw", "250", , "🇷🇼"],
|
|
180
|
+
["Saint Barthélemy", "bl", "590", 1, , "🇧🇱"],
|
|
181
|
+
["Saint Helena", "sh", "290", , "🇸🇭"],
|
|
182
|
+
["Saint Kitts and Nevis", "kn", "1869", , "🇰🇳"],
|
|
183
|
+
["Saint Lucia", "lc", "1758", , "🇱🇨"],
|
|
184
|
+
["Saint-Martin (partie française", "mf", "590", 2, , "🇲🇫"],
|
|
185
|
+
["Saint-Pierre-et-Miquelon", "pm", "508", , "🇵🇲"],
|
|
186
|
+
["Saint Vincent and the Grenadines", "vc", "1784", , "🇻🇨"],
|
|
187
|
+
["Samoa", "ws", "685", , "🇼🇸"],
|
|
188
|
+
["San Marino", "sm", "378", , "🇸🇲"],
|
|
189
|
+
["São Tomé e Príncipe", "st", "239", , "🇸🇹"],
|
|
190
|
+
["المملكة العربية السعودية", "sa", "966", , "🇸🇦"],
|
|
191
|
+
["Sénégal", "sn", "221", , "🇸🇳"],
|
|
192
|
+
["Србија", "rs", "381", , "🇷🇸"],
|
|
193
|
+
["Seychelles", "sc", "248", , "🇸🇨"],
|
|
194
|
+
["Sierra Leone", "sl", "232", , "🇸🇱"],
|
|
195
|
+
["Singapore", "sg", "65", , "🇸🇬"],
|
|
196
|
+
["Sint Maarten", "sx", "1721", , "🇸🇽"],
|
|
197
|
+
["Slovensko", "sk", "421", , "🇸🇰"],
|
|
198
|
+
["Slovenija", "si", "386", , "🇸🇮"],
|
|
199
|
+
["Solomon Islands", "sb", "677", , "🇸🇧"],
|
|
200
|
+
["Soomaaliya", "so", "252", , "🇸🇴"],
|
|
201
|
+
["South Africa", "za", "27", , "🇿🇦"],
|
|
202
|
+
["대한민국", "kr", "82", , "🇰🇷"],
|
|
203
|
+
["جنوب السودان", "ss", "211", , "🇸🇸"],
|
|
204
|
+
["España", "es", "34", , "🇪🇸"],
|
|
205
|
+
["ශ්රී ලංකාව", "lk", "94", , "🇱🇰"],
|
|
206
|
+
["السودان", "sd", "249", , "🇸🇩"],
|
|
207
|
+
["Suriname", "sr", "597", , "🇸🇷"],
|
|
208
|
+
["Svalbard and Jan Mayen", "sj", "47", 1, , "🇸🇯"],
|
|
209
|
+
["Swaziland", "sz", "268", , "🇸🇿"],
|
|
210
|
+
["Sverige", "se", "46", , "🇸🇪"],
|
|
211
|
+
["Schweiz", "ch", "41", , "🇨🇭"],
|
|
212
|
+
["سوريا", "sy", "963", , "🇸🇾"],
|
|
213
|
+
["台灣", "tw", "886", , "🇹🇼"],
|
|
214
|
+
["Tajikistan", "tj", "992", , "🇹🇯"],
|
|
215
|
+
["Tanzania", "tz", "255", , "🇹🇿"],
|
|
216
|
+
["ไทย", "th", "66", , "🇹🇭"],
|
|
217
|
+
["Timor-Leste", "tl", "670", , "🇹🇱"],
|
|
218
|
+
["Togo", "tg", "228", , "🇹🇬"],
|
|
219
|
+
["Tokelau", "tk", "690", , "🇹🇰"],
|
|
220
|
+
["Tonga", "to", "676", , "🇹🇴"],
|
|
221
|
+
["Trinidad and Tobago", "tt", "1868", , "🇹🇹"],
|
|
222
|
+
["تونس", "tn", "216", , "🇹🇳"],
|
|
223
|
+
["Türkiye", "tr", "90", , "🇹🇷"],
|
|
224
|
+
["Turkmenistan", "tm", "993", , "🇹🇲"],
|
|
225
|
+
["Turks and Caicos Islands", "tc", "1649", , "🇹🇨"],
|
|
226
|
+
["Tuvalu", "tv", "688", , "🇹🇻"],
|
|
227
|
+
["U.S. Virgin Islands", "vi", "1340", , "🇻🇮"],
|
|
228
|
+
["Uganda", "ug", "256", , "🇺🇬"],
|
|
229
|
+
["Україна", "ua", "380", , "🇺🇦"],
|
|
230
|
+
["الإمارات العربية المتحدة", "ae", "971", , "🇦🇪"],
|
|
231
|
+
["United Kingdom", "gb", "44", 0, , "🇬🇧"],
|
|
232
|
+
["United States", "us", "1", 0, , "🇺🇸"],
|
|
233
|
+
["Uruguay", "uy", "598", , "🇺🇾"],
|
|
234
|
+
["Oʻzbekiston", "uz", "998", , "🇺🇿"],
|
|
235
|
+
["Vanuatu", "vu", "678", , "🇻🇺"],
|
|
236
|
+
["Città del Vaticano", "va", "39", 1, , "🇻🇦"],
|
|
237
|
+
["Venezuela", "ve", "58", , "🇻🇪"],
|
|
238
|
+
["Việt Nam", "vn", "84", , "🇻🇳"],
|
|
239
|
+
["Wallis-et-Futuna", "wf", "681", , "🇼🇫"],
|
|
240
|
+
["الصحراء الغربية", "eh", "212", 1, , "🇪🇭"],
|
|
241
|
+
["اليمن", "ye", "967", , "🇾🇪"],
|
|
242
|
+
["Zambia", "zm", "260", , "🇿🇲"],
|
|
243
|
+
["Zimbabwe", "zw", "263", , "🇿🇼"],
|
|
244
|
+
["Åland Islands", "ax", "358", 1, , "🇦🇽"]
|
|
245
|
+
], n = i.map((a) => ({
|
|
246
|
+
name: a[0],
|
|
247
|
+
iso2: a[1].toUpperCase(),
|
|
248
|
+
dialCode: a[2],
|
|
249
|
+
priority: a[3] || 0,
|
|
250
|
+
areaCodes: a[4] || null,
|
|
251
|
+
flag: a[a.length - 1] || null
|
|
252
|
+
}));
|
|
253
|
+
export {
|
|
254
|
+
n as default
|
|
255
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { ref as g, computed as v, withDirectives as p, createElementBlock as n, openBlock as l, withModifiers as k, renderSlot as s, createVNode as h, createBlock as y, resolveDynamicComponent as b, mergeProps as w, toDisplayString as C, Transition as O, withCtx as S, createCommentVNode as M, normalizeStyle as D, unref as T } from "vue";
|
|
2
|
+
import x from "./martyrs.es48.js";
|
|
3
|
+
/* empty css */
|
|
4
|
+
const B = {
|
|
5
|
+
key: 0,
|
|
6
|
+
class: "w-100 h-100 flex-center flex"
|
|
7
|
+
}, $ = { key: 1 }, V = {
|
|
8
|
+
__name: "Dropdown",
|
|
9
|
+
props: {
|
|
10
|
+
label: {
|
|
11
|
+
type: [String, Object],
|
|
12
|
+
default: "Open"
|
|
13
|
+
},
|
|
14
|
+
align: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "left"
|
|
17
|
+
},
|
|
18
|
+
trigger: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: "click"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
setup(e) {
|
|
24
|
+
let c = x;
|
|
25
|
+
const o = e, t = g(!1), u = v(() => typeof o.label == "object");
|
|
26
|
+
let i = null;
|
|
27
|
+
function d() {
|
|
28
|
+
o.trigger === "hover" && (clearTimeout(i), t.value = !0);
|
|
29
|
+
}
|
|
30
|
+
function f() {
|
|
31
|
+
o.trigger === "hover" && (i = setTimeout(() => {
|
|
32
|
+
t.value = !1;
|
|
33
|
+
}, 100));
|
|
34
|
+
}
|
|
35
|
+
function m() {
|
|
36
|
+
o.trigger === "click" && (t.value = !1);
|
|
37
|
+
}
|
|
38
|
+
return (a, r) => p((l(), n("div", {
|
|
39
|
+
class: "dropdown pos-relative",
|
|
40
|
+
onClick: r[0] || (r[0] = k((j) => e.trigger === "click" ? t.value = !t.value : null, ["stop"])),
|
|
41
|
+
onMouseenter: d,
|
|
42
|
+
onMouseleave: f
|
|
43
|
+
}, [
|
|
44
|
+
s(a.$slots, "label", {}, () => [
|
|
45
|
+
u.value ? (l(), n("div", B, [
|
|
46
|
+
(l(), y(b(e.label.component), w(e.label.props, {
|
|
47
|
+
class: e.label.class
|
|
48
|
+
}), null, 16, ["class"]))
|
|
49
|
+
])) : (l(), n("div", $, C(e.label), 1))
|
|
50
|
+
]),
|
|
51
|
+
h(O, { name: "dropdown" }, {
|
|
52
|
+
default: S(() => [
|
|
53
|
+
t.value ? (l(), n("div", {
|
|
54
|
+
key: 0,
|
|
55
|
+
style: D({ left: e.align === "left" ? "0" : "auto", right: e.align === "right" ? "0" : "auto" }),
|
|
56
|
+
class: "dropdown-content"
|
|
57
|
+
}, [
|
|
58
|
+
s(a.$slots, "default")
|
|
59
|
+
], 4)) : M("", !0)
|
|
60
|
+
]),
|
|
61
|
+
_: 3
|
|
62
|
+
})
|
|
63
|
+
], 32)), [
|
|
64
|
+
[T(c), m]
|
|
65
|
+
]);
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
export {
|
|
69
|
+
V as default
|
|
70
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { useStore as x } from "./martyrs.es71.js";
|
|
2
|
+
import { i18nManager as $ } from "./martyrs.es91.js";
|
|
3
|
+
function C() {
|
|
4
|
+
const b = (e) => {
|
|
5
|
+
const n = x().core.state.options;
|
|
6
|
+
return n && typeof n == "object" ? Object.prototype.hasOwnProperty.call(n, e) : !1;
|
|
7
|
+
}, f = (e) => e ? (e.includes("ROLE_ADMIN") ? e.includes("ROLE_ADMIN") : !1) === !0 : !1, D = (e, t = null, n = null, r, s) => {
|
|
8
|
+
if (f(s))
|
|
9
|
+
return !0;
|
|
10
|
+
const a = r.find((d) => d.organization === e);
|
|
11
|
+
if (t === null && n === null)
|
|
12
|
+
return !!a;
|
|
13
|
+
if (!a)
|
|
14
|
+
return !1;
|
|
15
|
+
const i = a.rights[t];
|
|
16
|
+
return i ? i[n] === !0 : !1;
|
|
17
|
+
}, h = () => x().core.state.options?.currency || "$", M = (e) => {
|
|
18
|
+
try {
|
|
19
|
+
if (e == null)
|
|
20
|
+
throw new TypeError("formatPrice: ожидается число, но получено null или undefined");
|
|
21
|
+
const t = h(), n = Math.abs(e).toFixed(2).replace(".", ",").replace(/\B(?=(\d{3})+(?!\d))/g, " ");
|
|
22
|
+
return `${e < 0 ? "-" : ""} ${t}${n}`;
|
|
23
|
+
} catch (t) {
|
|
24
|
+
return console.error(t), "null";
|
|
25
|
+
}
|
|
26
|
+
}, k = (e = "", t = null) => {
|
|
27
|
+
if (t == null && typeof e != "string") return "";
|
|
28
|
+
if (typeof t == "string") {
|
|
29
|
+
const n = typeof e == "string" ? e.trim().split(/\s+/) : [], r = t.trim().split(/\s+/), s = new Set(r), o = n.map((i) => s.has(i) && r.find((d) => d !== i) || i), a = r.filter((i) => !n.includes(i));
|
|
30
|
+
return [.../* @__PURE__ */ new Set([...o, ...a])].join(" ");
|
|
31
|
+
}
|
|
32
|
+
return typeof t == "object" && t !== null ? (typeof e == "string" ? e.trim().split(/\s+/) : []).map((r) => t[r] ?? r).join(" ") : typeof e == "string" ? e.trim() : "";
|
|
33
|
+
}, O = (e, t = {}) => {
|
|
34
|
+
var n = new Date(e);
|
|
35
|
+
const r = {
|
|
36
|
+
year: "numeric",
|
|
37
|
+
month: "long",
|
|
38
|
+
// название месяца
|
|
39
|
+
day: "2-digit",
|
|
40
|
+
// день с ведущим нулем
|
|
41
|
+
hour: "2-digit",
|
|
42
|
+
// часы с ведущим нулем
|
|
43
|
+
minute: "2-digit",
|
|
44
|
+
// минуты с ведущим нулем
|
|
45
|
+
hour12: !1,
|
|
46
|
+
// 24-часовой формат времени
|
|
47
|
+
...t
|
|
48
|
+
// дополнительные настройки
|
|
49
|
+
}, s = t.language || $.i18nInstance?.global?.locale?.value || "en", o = new Intl.DateTimeFormat(s, r);
|
|
50
|
+
var a = {
|
|
51
|
+
dateOnly: t.dateOnly || !1,
|
|
52
|
+
timeOnly: t.timeOnly || !1,
|
|
53
|
+
dayMonth: t.dayMonth || !1,
|
|
54
|
+
dayTime: t.dayTime || !1,
|
|
55
|
+
monthYear: t.monthYear || !1,
|
|
56
|
+
yearOnly: t.yearOnly || !1,
|
|
57
|
+
custom: t.custom || "",
|
|
58
|
+
monthName: t.monthName || !1,
|
|
59
|
+
// Новый параметр для вывода названия месяца
|
|
60
|
+
language: t.language || $.i18nInstance?.global?.locale?.value || "en"
|
|
61
|
+
};
|
|
62
|
+
return a.dateOnly ? o.format(n).split(",")[0] : a.timeOnly ? new Intl.DateTimeFormat(s, {
|
|
63
|
+
hour: "2-digit",
|
|
64
|
+
minute: "2-digit",
|
|
65
|
+
hour12: !1
|
|
66
|
+
}).format(n) : a.dayMonth ? new Intl.DateTimeFormat(s, { day: "2-digit", month: "short" }).format(n) : a.dayTime ? new Intl.DateTimeFormat(s, {
|
|
67
|
+
day: "2-digit",
|
|
68
|
+
month: "short",
|
|
69
|
+
hour: "2-digit",
|
|
70
|
+
minute: "2-digit",
|
|
71
|
+
hour12: !1
|
|
72
|
+
}).format(n) : a.monthYear ? new Intl.DateTimeFormat(s, { month: "long", year: "numeric" }).format(n) : a.yearOnly ? new Intl.DateTimeFormat(s, { year: "numeric" }).format(n) : a.custom ? a.custom.replace("yyyy", n.getFullYear()).replace("mm", ("0" + (n.getMonth() + 1)).slice(-2)).replace("dd", ("0" + n.getDate()).slice(-2)).replace("hh", ("0" + n.getHours()).slice(-2)).replace("min", ("0" + n.getMinutes()).slice(-2)) : o.format(n);
|
|
73
|
+
}, T = (e, t = 16) => e ? e.length <= t ? e : e.substring(0, t) + "..." : "", c = (e) => (e || (e = ""), e.toLowerCase().replace(/ /g, "-").replace(/[^a-z0-9-]/g, "")), A = (e) => e.join("/");
|
|
74
|
+
function F(e) {
|
|
75
|
+
const t = [];
|
|
76
|
+
for (const [n, r] of Object.entries(e))
|
|
77
|
+
r && r.length > 0 && n !== "prices" && n !== "delivery" && n !== "categories" && t.push({
|
|
78
|
+
parameter: n,
|
|
79
|
+
caseSensitive: !1,
|
|
80
|
+
values: Array.isArray(r) ? r : [r]
|
|
81
|
+
});
|
|
82
|
+
return t.length > 0 ? JSON.stringify(t) : void 0;
|
|
83
|
+
}
|
|
84
|
+
const I = (e, t, n, r) => {
|
|
85
|
+
let s = t ? c(t) : "", o = n ? c(n) : "", a = r ? c(r) : "", i = "/marketplace";
|
|
86
|
+
return i += s ? `/${s}` : "", i += s && o ? `/${o}` : "", i += s && o && a ? `/${a}` : "", e && e.length && (i += `?categories=${e.join(",")}`), i;
|
|
87
|
+
}, z = (e, t, n) => {
|
|
88
|
+
let r = e ? c(e) : "", s = t ? c(t) : "", o = n ? c(n) : "", a = "/spots";
|
|
89
|
+
return a += r ? `/${r}` : "", a += r && s ? `/${s}` : "", a += r && s && o ? `/${o}` : "", a;
|
|
90
|
+
}, y = typeof window < "u" && typeof document < "u", l = (e) => y ? getComputedStyle(document.documentElement).getPropertyValue(e).trim() : "", m = (e) => y ? window.matchMedia(e) : { matches: !1 }, u = (e) => {
|
|
91
|
+
const t = l(e);
|
|
92
|
+
return m(`(max-width: ${t})`).matches;
|
|
93
|
+
}, p = (e) => {
|
|
94
|
+
const t = l(e);
|
|
95
|
+
return m(`(min-width: ${t})`).matches;
|
|
96
|
+
}, S = () => u("--flip-phone-max"), j = () => u("--phone-landscape-max"), g = () => {
|
|
97
|
+
const e = l("--tablet-portrait-min"), t = l("--tablet-portrait-max");
|
|
98
|
+
return m(`(min-width: ${e}) and (max-width: ${t})`).matches;
|
|
99
|
+
}, w = () => {
|
|
100
|
+
const e = l("--tablet-landscape-min"), t = l("--tablet-landscape-max");
|
|
101
|
+
return m(`(min-width: ${e}) and (max-width: ${t})`).matches;
|
|
102
|
+
};
|
|
103
|
+
return {
|
|
104
|
+
isModuleInstalled: b,
|
|
105
|
+
isAdmin: f,
|
|
106
|
+
hasAccess: D,
|
|
107
|
+
returnCurrency: h,
|
|
108
|
+
formatPrice: M,
|
|
109
|
+
formatDate: O,
|
|
110
|
+
formateText: T,
|
|
111
|
+
replaceClasses: k,
|
|
112
|
+
normalizeUrlParam: c,
|
|
113
|
+
joinArrayToUrl: A,
|
|
114
|
+
getMarketplaceLink: I,
|
|
115
|
+
getSpotsLink: z,
|
|
116
|
+
generateFilters: F,
|
|
117
|
+
// Брейкпоинты
|
|
118
|
+
getCssVar: l,
|
|
119
|
+
isMediaMax: u,
|
|
120
|
+
isMediaMin: p,
|
|
121
|
+
isFlipPhone: S,
|
|
122
|
+
isPhone: j,
|
|
123
|
+
isTabletPortrait: g,
|
|
124
|
+
isTabletLandscape: w,
|
|
125
|
+
isTablet: () => g() || w(),
|
|
126
|
+
isDesktop: () => {
|
|
127
|
+
const e = l("--desktop-min"), t = l("--desktop-max");
|
|
128
|
+
return m(`(min-width: ${e}) and (max-width: ${t})`).matches;
|
|
129
|
+
},
|
|
130
|
+
isXLDesktop: () => {
|
|
131
|
+
const e = l("--xl-desktop-min"), t = l("--xl-desktop-max");
|
|
132
|
+
return m(`(min-width: ${e}) and (max-width: ${t})`).matches;
|
|
133
|
+
},
|
|
134
|
+
isXXLDesktop: () => p("--xxl-desktop-min")
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
export {
|
|
138
|
+
C as useGlobalMixins
|
|
139
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createElementBlock as e, openBlock as o, createElementVNode as n } from "vue";
|
|
2
|
+
import l from "./martyrs.es46.js";
|
|
3
|
+
const r = {
|
|
4
|
+
props: {
|
|
5
|
+
fill: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: "rgb(var(--black)"
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}, c = {
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
width: "80",
|
|
13
|
+
height: "80",
|
|
14
|
+
viewBox: "0 0 80 80",
|
|
15
|
+
fill: "none"
|
|
16
|
+
}, i = ["fill"];
|
|
17
|
+
function s(f, a, t, p, _, d) {
|
|
18
|
+
return o(), e("svg", c, [
|
|
19
|
+
n("path", {
|
|
20
|
+
fill: t.fill,
|
|
21
|
+
d: "M25.2765 9.37509L29.0265 5.93759C30.589 4.53134 32.9327 4.68759 34.339 6.25009L63.2453 37.8126C64.339 39.0626 64.339 40.9376 63.2453 42.1876L34.339 73.7501C32.9327 75.3126 30.589 75.4689 29.0265 74.0626L25.2765 70.6251C23.714 69.3751 23.5577 66.8751 24.964 65.4689L48.4015 40.0001L24.964 14.5313C23.5577 13.1251 23.714 10.6251 25.2765 9.37509Z"
|
|
22
|
+
}, null, 8, i)
|
|
23
|
+
]);
|
|
24
|
+
}
|
|
25
|
+
const g = /* @__PURE__ */ l(r, [["render", s]]);
|
|
26
|
+
export {
|
|
27
|
+
g as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const C = {
|
|
3
|
+
width: "49",
|
|
4
|
+
height: "35",
|
|
5
|
+
viewBox: "0 0 49 35",
|
|
6
|
+
fill: "none",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
}, n = ["fill"], i = ["fill"], f = {
|
|
9
|
+
__name: "IconUpload",
|
|
10
|
+
props: {
|
|
11
|
+
fill: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
setup(l) {
|
|
17
|
+
return (r, c) => (o(), t("svg", C, [
|
|
18
|
+
e("path", {
|
|
19
|
+
fill: l.fill,
|
|
20
|
+
d: "M18.0196 16.645C17.3501 17.3144 17.3501 18.3999 18.0196 19.0693C18.689 19.7388 19.7745 19.7388 20.4439 19.0693L22.6603 16.8529V26.4286C22.6603 27.3754 23.4278 28.1429 24.3746 28.1429C25.3214 28.1429 26.0889 27.3754 26.0889 26.4286V16.8529L28.3053 19.0693C28.9747 19.7388 30.0602 19.7388 30.7296 19.0693C31.399 18.3999 31.399 17.3144 30.7296 16.645L25.5868 11.5021C24.9173 10.8327 23.8318 10.8327 23.1624 11.5021L18.0196 16.645Z"
|
|
21
|
+
}, null, 8, n),
|
|
22
|
+
e("path", {
|
|
23
|
+
fill: l.fill,
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
"clip-rule": "evenodd",
|
|
26
|
+
d: "M24.3746 0.714294C16.9516 0.714294 10.7548 5.95521 9.27936 12.9394C4.19731 13.976 0.374592 18.4695 0.374592 23.8572C0.374592 30.0113 5.36342 35 11.5174 35H37.2317C43.3857 35 48.3746 30.0113 48.3746 23.8572C48.3746 18.4695 44.5519 13.976 39.4699 12.9394C37.9944 5.95521 31.7976 0.714294 24.3746 0.714294ZM12.4643 14.6667C13.1906 8.73646 18.2474 4.14287 24.3746 4.14287C30.5018 4.14287 35.5586 8.73646 36.2849 14.6667C36.384 15.4757 37.0387 16.1029 37.8511 16.1672C41.821 16.4818 44.946 19.8053 44.946 23.8572C44.946 28.1177 41.4922 31.5714 37.2317 31.5714H11.5174C7.25697 31.5714 3.80316 28.1177 3.80316 23.8572C3.80316 19.8053 6.92808 16.4818 10.8981 16.1672C11.7104 16.1029 12.3652 15.4757 12.4643 14.6667Z"
|
|
27
|
+
}, null, 8, i)
|
|
28
|
+
]));
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
f as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as e, createElementVNode as c } from "vue";
|
|
2
|
+
const s = {
|
|
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
|
+
}, h = ["fill"], i = ["fill"], o = ["fill"], n = ["fill"], r = {
|
|
9
|
+
__name: "IconDelete",
|
|
10
|
+
props: {
|
|
11
|
+
fill: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: "currentColor"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
setup(l) {
|
|
17
|
+
return (f, v) => (e(), t("svg", s, [
|
|
18
|
+
c("g", { fill: l.fill }, [
|
|
19
|
+
c("path", {
|
|
20
|
+
fill: l.fill,
|
|
21
|
+
d: "m75 16.668h-4.168v-4.168c0-6.9023-5.5938-12.5-12.5-12.5h-16.664c-6.9062 0-12.5 5.5977-12.5 12.5v4.168h-4.168c-6.9023 0-12.5 5.5938-12.5 12.5v8.332c0 1.1055 0.4375 2.1641 1.2188 2.9453s1.8438 1.2227 2.9492 1.2227h0.28906l3.332 46.727v-0.003906c0.48828 6.5312 5.9219 11.586 12.469 11.609h34.484c6.5469-0.023438 11.977-5.0781 12.465-11.609l3.3398-46.723h0.28516c1.1055 0 2.168-0.44141 2.9492-1.2227s1.2188-1.8398 1.2188-2.9453v-8.332c0-6.9062-5.5977-12.5-12.5-12.5zm-37.5-4.168c0-2.3008 1.8672-4.168 4.168-4.168h16.668-0.003907c1.1055 0 2.168 0.44141 2.9492 1.2227s1.2188 1.8398 1.2188 2.9453v4.168h-25zm-16.668 16.668c0-2.3008 1.8672-4.168 4.168-4.168h50c1.1055 0 2.1641 0.4375 2.9453 1.2188s1.2227 1.8438 1.2227 2.9492v4.1641h-58.336zm50.566 58.629c-0.15234 2.1836-1.9766 3.875-4.1641 3.8711h-34.477c-2.1914 0.003906-4.0117-1.6875-4.168-3.8711l-3.2812-46.129h49.383z"
|
|
22
|
+
}, null, 8, i),
|
|
23
|
+
c("path", {
|
|
24
|
+
fill: l.fill,
|
|
25
|
+
d: "m41.668 83.332c1.1055 0 2.1641-0.4375 2.9453-1.2188s1.2188-1.8398 1.2188-2.9453v-25c0-2.3008-1.8633-4.168-4.1641-4.168s-4.168 1.8672-4.168 4.168v25c0 1.1055 0.4375 2.1641 1.2188 2.9453s1.8438 1.2188 2.9492 1.2188z"
|
|
26
|
+
}, null, 8, o),
|
|
27
|
+
c("path", {
|
|
28
|
+
fill: l.fill,
|
|
29
|
+
d: "m58.332 83.332c1.1055 0 2.168-0.4375 2.9492-1.2188s1.2188-1.8398 1.2188-2.9453v-25c0-2.3008-1.8672-4.168-4.168-4.168s-4.1641 1.8672-4.1641 4.168v25c0 1.1055 0.4375 2.1641 1.2188 2.9453s1.8398 1.2188 2.9453 1.2188z"
|
|
30
|
+
}, null, 8, n)
|
|
31
|
+
], 8, h)
|
|
32
|
+
]));
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
r as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r, toDisplayString as s } from "vue";
|
|
2
|
+
const c = { class: "error-wrapper" }, a = { class: "error-card" }, _ = {
|
|
3
|
+
__name: "Error",
|
|
4
|
+
props: {
|
|
5
|
+
error: Object
|
|
6
|
+
},
|
|
7
|
+
setup(e) {
|
|
8
|
+
return (n, l) => (o(), t("div", c, [
|
|
9
|
+
r("div", a, [
|
|
10
|
+
r("p", null, "Ошибка " + s(e.error.status), 1)
|
|
11
|
+
])
|
|
12
|
+
]));
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
_ as default
|
|
17
|
+
};
|