@ozdao/martyrs 0.2.603 → 0.2.605
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/README.md +2 -2
- package/dist/_virtual/dayjs.min.js +1 -1
- package/dist/_virtual/weekOfYear.js +1 -1
- package/dist/{abac-Blt8bUTL.js → abac-kz5xI99l.js} +1 -0
- package/dist/auth.server.js +52 -12
- package/dist/builder.js +67 -2
- package/dist/chats.server.js +2 -2
- package/dist/community.server.js +3 -3
- package/dist/core.server.js +2 -2
- package/dist/{core.websocket-Cl76z2wT.js → core.websocket-B2FA8gGl.js} +0 -2
- package/dist/{crud-BT5FIvQC.js → crud-Cwn0frBP.js} +8 -2
- package/dist/events.server.js +4 -4
- package/dist/files.server.js +1 -1
- package/dist/gallery.server.js +2 -2
- package/dist/governance.server.js +10 -10
- package/dist/{index-kvBwwb0w.js → index-CPACC651.js} +1 -1
- package/dist/inventory.server.js +4 -4
- package/dist/{mailing-DT7nbNjZ.js → mailing-BBCidXGr.js} +38 -2
- package/dist/marketplace.server.js +2 -2
- package/dist/martyrs/dist/martyrs.es3.js +1 -1
- package/dist/martyrs/dist/martyrs.es3.js.map +1 -1
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs/node_modules/.pnpm/dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +1 -1
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs/node_modules/.pnpm/dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js.map +1 -1
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs/node_modules/.pnpm/dayjs@1.11.19}/node_modules/dayjs/plugin/weekOfYear.js +1 -1
- package/dist/{node_modules/.pnpm/dayjs@1.11.13 → martyrs/node_modules/.pnpm/dayjs@1.11.19}/node_modules/dayjs/plugin/weekOfYear.js.map +1 -1
- package/dist/{node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_ → martyrs/node_modules/.pnpm/vue-draggable-next@2.3.0_sortablejs@1.15.7_vue@3.5.13}/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js +305 -268
- package/dist/martyrs/node_modules/.pnpm/vue-draggable-next@2.3.0_sortablejs@1.15.7_vue@3.5.13/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js.map +1 -0
- package/dist/martyrs/src/components/Address/Address.vue2.js +13 -13
- package/dist/martyrs/src/components/Address/Address.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Block/Block.vue.js +1 -1
- package/dist/martyrs/src/components/Button/Button.vue2.js +1 -1
- package/dist/martyrs/src/components/Button/Button.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.js +150 -143
- package/dist/martyrs/src/components/Calendar/Calendar.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Chart/Chart.vue.js +296 -0
- package/dist/martyrs/src/components/Chart/Chart.vue.js.map +1 -0
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.js +1 -1
- package/dist/martyrs/src/components/Checkbox/Checkbox.vue.js.map +1 -1
- package/dist/martyrs/src/components/Chips/Chips.vue.js +5 -6
- package/dist/martyrs/src/components/Chips/Chips.vue.js.map +1 -1
- package/dist/martyrs/src/components/Countdown/Countdown.vue.js +5 -5
- package/dist/martyrs/src/components/Countdown/Countdown.vue.js.map +1 -1
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.js +2 -2
- package/dist/martyrs/src/components/DatePicker/DatePicker.vue.js.map +1 -1
- package/dist/martyrs/src/components/EditImages/EditImages.vue.js +4 -4
- package/dist/martyrs/src/components/EditImages/EditImages.vue.js.map +1 -1
- package/dist/martyrs/src/components/EmptyState/EmptyState.vue.js +1 -1
- package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +2 -2
- package/dist/martyrs/src/components/Feed/Feed.vue.js.map +1 -1
- package/dist/martyrs/src/components/Field/Field.vue.js +4 -4
- package/dist/martyrs/src/components/Field/Field.vue.js.map +1 -1
- package/dist/martyrs/src/components/FieldDate/FieldDate.vue.js +3 -3
- package/dist/martyrs/src/components/FieldDate/FieldDate.vue.js.map +1 -1
- package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
- package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue2.js +27 -21
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue2.js.map +1 -1
- package/dist/martyrs/src/components/Map/Map.vue.js +20 -16
- package/dist/martyrs/src/components/Map/Map.vue.js.map +1 -1
- package/dist/martyrs/src/components/Media/Media.vue.js +1 -1
- package/dist/martyrs/src/components/Popup/Popup.vue.js +3 -4
- package/dist/martyrs/src/components/Popup/Popup.vue.js.map +1 -1
- package/dist/martyrs/src/components/Radio/Radio.vue.js +12 -10
- package/dist/martyrs/src/components/Radio/Radio.vue.js.map +1 -1
- package/dist/martyrs/src/components/Select/Select.vue.js +2 -2
- package/dist/martyrs/src/components/Select/Select.vue.js.map +1 -1
- package/dist/martyrs/src/components/Status/Snack.vue.js +1 -1
- package/dist/martyrs/src/components/Status/Snack.vue.js.map +1 -1
- package/dist/martyrs/src/components/Status/Status.vue.js +1 -1
- package/dist/martyrs/src/components/Status/Status.vue.js.map +1 -1
- package/dist/martyrs/src/components/Tab/{Tab.vue.js → Tab.vue2.js} +2 -2
- package/dist/martyrs/src/components/Tab/Tab.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Table/Table.vue.js +21 -4
- package/dist/martyrs/src/components/Table/Table.vue.js.map +1 -1
- package/dist/martyrs/src/components/Tooltip/{Tooltip.vue2.js → Tooltip.vue.js} +2 -2
- package/dist/martyrs/src/components/Tooltip/Tooltip.vue.js.map +1 -0
- package/dist/martyrs/src/components/Tree/Tree.vue.js +1 -1
- package/dist/martyrs/src/components/Upload/Upload.vue2.js +2 -2
- package/dist/martyrs/src/components/Upload/Upload.vue2.js.map +1 -1
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js +3 -3
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js.map +1 -1
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +2 -2
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/auth.client.js +14 -2
- package/dist/martyrs/src/modules/auth/auth.client.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/OtpDialog.vue.js +4 -4
- package/dist/martyrs/src/modules/auth/views/components/blocks/OtpDialog.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/PopupAuth.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/PopupAuth.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/SidebarUserCard.vue.js +96 -0
- package/dist/martyrs/src/modules/auth/views/components/blocks/SidebarUserCard.vue.js.map +1 -0
- package/dist/martyrs/src/modules/auth/views/components/pages/BackofficeUsers.vue.js +337 -0
- package/dist/martyrs/src/modules/auth/views/components/pages/BackofficeUsers.vue.js.map +1 -0
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +33 -19
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js +76 -40
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditAccount.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.js +6 -5
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEditSidebar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +5 -5
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +6 -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 +4 -4
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js +28 -16
- package/dist/martyrs/src/modules/auth/views/components/pages/UserDashboard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/FeaturedUsers.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/sections/SliderFeatures.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.js +6 -2
- package/dist/martyrs/src/modules/auth/views/middlewares/auth.validation.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/router/users.backoffice.router.js +53 -0
- package/dist/martyrs/src/modules/auth/views/router/users.backoffice.router.js.map +1 -0
- package/dist/martyrs/src/modules/auth/views/store/auth.js +3 -3
- package/dist/martyrs/src/modules/auth/views/store/auth.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/components/pages/Dashboard.vue.js +179 -253
- 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 +105 -44
- package/dist/martyrs/src/modules/backoffice/configs/navigation.backoffice.config.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/router/backoffice.router.js +11 -5
- package/dist/martyrs/src/modules/backoffice/router/backoffice.router.js.map +1 -1
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js +1 -1
- package/dist/martyrs/src/modules/chats/components/blocks/ChatMessage.vue.js.map +1 -1
- package/dist/martyrs/src/modules/chats/components/sections/ChatWindow.vue.js.map +1 -1
- package/dist/martyrs/src/modules/community/community.client.js +4 -4
- package/dist/martyrs/src/modules/community/community.client.js.map +1 -1
- package/dist/martyrs/src/modules/community/components/blocks/CardBlogpost.vue.js +1 -1
- 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 +4 -4
- 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 +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/components/sections/Comments.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.js +1 -1
- package/dist/martyrs/src/modules/constructor/components/elements/ImageUpload.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/core.client.js +18 -16
- package/dist/martyrs/src/modules/core/core.client.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/core.app.js +25 -6
- package/dist/martyrs/src/modules/core/views/classes/core.app.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/classes/module.manager.js +4 -2
- package/dist/martyrs/src/modules/core/views/classes/module.manager.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/AlertDialog.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSearch.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSlider.vue.js +132 -0
- package/dist/martyrs/src/modules/core/views/components/blocks/BlockSlider.vue.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +3 -3
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/CardStat.vue.js +6 -28
- package/dist/martyrs/src/modules/core/views/components/blocks/CardStat.vue.js.map +1 -1
- package/dist/martyrs/src/modules/{auth → core}/views/components/blocks/CardUser.vue.js +29 -11
- package/dist/martyrs/src/modules/{auth → core}/views/components/blocks/CardUser.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/blocks/HelpCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +42 -27
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/elements/OnlineIndicator.vue.js +1 -1
- 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 +4 -3
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/pages/404.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/pages/404.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/CitySelection.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/partials/CitySelection.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/partials/Footer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Header.vue.js +4 -4
- 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 +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/LocationSelection.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +2 -2
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/{Filters.vue.js → Filters.vue2.js} +5 -5
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue2.js.map +1 -0
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js +3 -3
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js +7 -7
- package/dist/martyrs/src/modules/core/views/components/sections/Walkthrough.vue.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js +14 -1
- package/dist/martyrs/src/modules/core/views/mixins/mixins.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js +8 -5
- package/dist/martyrs/src/modules/core/views/plugins/date-picker.plugin.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/store/core.store.js +5 -1
- package/dist/martyrs/src/modules/core/views/store/core.store.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +3 -0
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EditEvent.vue.js +1 -1
- 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 +3 -3
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/EditTickets.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/SelectDate.vue.js.map +1 -1
- package/dist/martyrs/src/modules/events/events.client.js +4 -4
- package/dist/martyrs/src/modules/events/events.client.js.map +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js.map +1 -1
- package/dist/martyrs/src/modules/gallery/router/gallery.router.js +3 -3
- package/dist/martyrs/src/modules/gallery/router/gallery.router.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardInitiativeItem.vue.js +5 -5
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardInitiativeItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardSprintItem.vue.js +6 -6
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardSprintItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardTaskItem.vue.js +4 -4
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardTaskItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardVotingItem.vue.js +5 -5
- package/dist/martyrs/src/modules/governance/views/components/blocks/CardVotingItem.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiative.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeCreate.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/InitiativeSprints.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiatives.vue.js +5 -5
- package/dist/martyrs/src/modules/governance/views/components/pages/Initiatives.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/pages/Sprint.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/SprintCreate.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/Task.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/TaskCreate.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/Tasks.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/Voting.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/pages/VotingCreate.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/partials/LinkedEntityCard.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/partials/TaskStatusBadge.vue.js +1 -1
- package/dist/martyrs/src/modules/governance/views/components/partials/TaskStatusBadge.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/partials/VotingResults.vue.js +2 -2
- package/dist/martyrs/src/modules/governance/views/components/sections/FormSprintDetails.vue.js +1 -1
- package/dist/martyrs/src/modules/governance/views/components/sections/FormSprintDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/components/sections/FormTaskDetails.vue.js +1 -1
- package/dist/martyrs/src/modules/governance/views/components/sections/FormTaskDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/governance/views/router/governance.router.js +3 -3
- package/dist/martyrs/src/modules/governance/views/router/governance.router.js.map +1 -1
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.js +2 -2
- package/dist/martyrs/src/modules/icons/components/IconSearchPopup.vue.js.map +1 -1
- package/dist/martyrs/src/modules/icons/entities/IconApplications.vue.js +32 -0
- package/dist/martyrs/src/modules/icons/entities/IconApplications.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/entities/IconCustomers.vue.js +32 -0
- package/dist/martyrs/src/modules/icons/entities/IconCustomers.vue.js.map +1 -0
- package/dist/martyrs/src/modules/icons/entities/IconUsers.vue.js +32 -0
- package/dist/martyrs/src/modules/icons/entities/IconUsers.vue.js.map +1 -0
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js +2 -2
- package/dist/martyrs/src/modules/inventory/components/forms/AdjustmentForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.js +2 -2
- package/dist/martyrs/src/modules/inventory/components/forms/ColumnSettingsMenu.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.js +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/HistoryView.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js +3 -3
- package/dist/martyrs/src/modules/inventory/components/forms/StockAlertsForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js +290 -173
- package/dist/martyrs/src/modules/inventory/components/pages/Inventory.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/inventory/components/pages/InventoryEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/inventory.client.js +4 -4
- package/dist/martyrs/src/modules/inventory/inventory.client.js.map +1 -1
- package/dist/martyrs/src/modules/inventory/router/inventory.router.js +15 -0
- package/dist/martyrs/src/modules/inventory/router/inventory.router.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.js +4 -4
- package/dist/martyrs/src/modules/landing/components/sections/SectionEarn.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeatures.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.js +3 -3
- package/dist/martyrs/src/modules/landing/components/sections/SectionFeaturesImages.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionHeroToken.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionMobileApp.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionOverview.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js +2 -2
- package/dist/martyrs/src/modules/landing/components/sections/SectionRoadmap.vue.js.map +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SubscribeNewsletter.vue.js.map +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/pages/Marketplace.vue.js +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +4 -4
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/cards/AlbumCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/cards/ArtistCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/cards/ArtistCardSmall.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/cards/PlaylistCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/cards/TrackListCard.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/forms/AlbumForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js +5 -5
- package/dist/martyrs/src/modules/music/components/forms/PlaylistForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js +3 -3
- package/dist/martyrs/src/modules/music/components/forms/TrackForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +9 -9
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +6 -6
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +12 -12
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +12 -12
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js +4 -4
- package/dist/martyrs/src/modules/music/components/player/FullscreenPlayer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js +2 -2
- package/dist/martyrs/src/modules/music/components/player/TrackProgress.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js +163 -69
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +183 -19
- package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/router/notifications.backoffice.router.js +21 -0
- package/dist/martyrs/src/modules/notifications/router/notifications.backoffice.router.js.map +1 -0
- package/dist/martyrs/src/modules/notifications/router/notifications.router.js +13 -42
- package/dist/martyrs/src/modules/notifications/router/notifications.router.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/store/notifications.store.js +67 -2
- package/dist/martyrs/src/modules/notifications/store/notifications.store.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardApplication.vue.js +9 -7
- 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 +11 -9
- package/dist/martyrs/src/modules/orders/components/blocks/CardCustomer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.js +9 -9
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrder.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js +66 -19
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderItem.vue.js +29 -27
- 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 +7 -12
- package/dist/martyrs/src/modules/orders/components/blocks/CardOrderUser.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/components/elements/PriceTotal.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormApplicationDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +46 -25
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/Applications.vue.js +2 -2
- 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 +54 -38
- 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 +454 -139
- package/dist/martyrs/src/modules/orders/components/pages/OrderBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreate.vue.js +2 -1
- 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 +141 -68
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.js +38 -32
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/partials/ShopCart.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js +4 -4
- package/dist/martyrs/src/modules/orders/components/sections/ApplicationDetails.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/AskToLogin.vue.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/CustomerDetails.vue.js +167 -95
- 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 +2 -2
- package/dist/martyrs/src/modules/orders/orders.client.js +22 -20
- package/dist/martyrs/src/modules/orders/orders.client.js.map +1 -1
- package/dist/martyrs/src/modules/orders/store/orders.js +3 -5
- package/dist/martyrs/src/modules/orders/store/orders.js.map +1 -1
- package/dist/martyrs/src/modules/orders/store/shopcart.js +6 -6
- package/dist/martyrs/src/modules/orders/store/shopcart.js.map +1 -1
- package/dist/martyrs/src/modules/orders/utils/rent-price.js +60 -0
- package/dist/martyrs/src/modules/orders/utils/rent-price.js.map +1 -0
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js +45 -55
- package/dist/martyrs/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/EmptyState.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Rating.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/blocks/Socials.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js +3 -3
- package/dist/martyrs/src/modules/organizations/components/forms/AddExistingMembersForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +1 -1
- 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 +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/InviteForm.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Members.vue.js +8 -8
- 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 +216 -83
- 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 +38 -28
- 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 +3 -2
- 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/Documents.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/sections/MembersAdd.vue.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.js +20 -18
- package/dist/martyrs/src/modules/organizations/configs/navigation.organization.config.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/organizations.client.js +39 -33
- package/dist/martyrs/src/modules/organizations/organizations.client.js.map +1 -1
- package/dist/martyrs/src/modules/organizations/router/organizations.backoffice.router.js +81 -0
- package/dist/martyrs/src/modules/organizations/router/organizations.backoffice.router.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/PageEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.js +1 -1
- package/dist/martyrs/src/modules/pages/views/components/pages/Pages.vue.js.map +1 -1
- package/dist/martyrs/src/modules/pages/views/router/pages.router.js +2 -2
- package/dist/martyrs/src/modules/pages/views/router/pages.router.js.map +1 -1
- 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/blocks/CardProduct.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/blocks/CardProduct.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/blocks/ProductDiscounts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/blocks/ProductImages.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.js +3 -3
- package/dist/martyrs/src/modules/products/components/blocks/ProductVariants.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/elements/Price.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +9 -25
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +34 -17
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +98 -98
- 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 +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditAttributes.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/EditDiscounts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js +22 -9
- package/dist/martyrs/src/modules/products/components/sections/EditVariants.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/ProductConfigurator.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +4 -4
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js.map +1 -1
- package/dist/martyrs/src/modules/products/router/categories.router.js +2 -2
- package/dist/martyrs/src/modules/products/router/categories.router.js.map +1 -1
- package/dist/martyrs/src/modules/products/router/products.router.js +17 -3
- package/dist/martyrs/src/modules/products/router/products.router.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.js +11 -10
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttBar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.js +197 -81
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttChart.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.js +2 -2
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js +3 -3
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js +685 -80
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js +68 -18
- package/dist/martyrs/src/modules/rents/views/components/pages/RentsEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/router/rents.router.js +3 -3
- package/dist/martyrs/src/modules/rents/views/router/rents.router.js.map +1 -1
- package/dist/martyrs/src/modules/rents/views/store/rents.store.js +1 -1
- package/dist/martyrs/src/modules/rents/views/store/rents.store.js.map +1 -1
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.js +3 -3
- package/dist/martyrs/src/modules/reports/components/pages/BackofficeReports.vue.js.map +1 -1
- package/dist/martyrs/src/modules/reports/router/reports.router.js +1 -1
- package/dist/martyrs/src/modules/reports/router/reports.router.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js +5 -5
- package/dist/martyrs/src/modules/spots/components/blocks/CardSpot.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Map.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js +3 -3
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +10 -8
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js +29 -37
- package/dist/martyrs/src/modules/spots/components/pages/Spots.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js +8 -8
- package/dist/martyrs/src/modules/spots/components/sections/WorktimeEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/spots/router/spots.router.js +3 -3
- package/dist/martyrs/src/modules/spots/router/spots.router.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.js +3 -3
- package/dist/martyrs/src/modules/wallet/views/components/elements/ConnectMetamask.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/pages/Payments.vue.js +1 -1
- package/dist/martyrs/src/modules/wallet/views/components/pages/Payments.vue.js.map +1 -1
- package/dist/martyrs/src/modules/wallet/views/router/wallet.router.js +1 -1
- package/dist/martyrs/src/modules/wallet/views/router/wallet.router.js.map +1 -1
- package/dist/martyrs.es10.js +59 -57
- package/dist/martyrs.es101.js +39 -0
- package/dist/martyrs.es102.js +24 -32
- package/dist/martyrs.es104.js +27 -0
- package/dist/martyrs.es105.js +6 -25
- package/dist/martyrs.es106.js +6 -5
- package/dist/martyrs.es107.js +76 -6
- package/dist/martyrs.es108.js +5 -77
- package/dist/martyrs.es109.js +119 -5
- package/dist/martyrs.es11.js +31 -30
- package/dist/martyrs.es112.js +2 -119
- package/dist/martyrs.es113.js +25 -0
- package/dist/martyrs.es114.js +7 -0
- package/dist/martyrs.es115.js +8 -2
- package/dist/martyrs.es116.js +166 -22
- package/dist/martyrs.es117.js +457 -4
- package/dist/martyrs.es118.js +40 -8
- package/dist/martyrs.es119.js +9 -166
- package/dist/martyrs.es12.js +8 -9
- package/dist/martyrs.es120.js +43 -451
- package/dist/martyrs.es121.js +10 -38
- package/dist/martyrs.es122.js +44 -9
- package/dist/martyrs.es123.js +4 -49
- package/dist/martyrs.es124.js +127 -10
- package/dist/martyrs.es125.js +98 -42
- package/dist/martyrs.es126.js +86 -4
- package/dist/martyrs.es127.js +29 -120
- package/dist/martyrs.es128.js +10 -99
- package/dist/martyrs.es129.js +24 -71
- package/dist/martyrs.es13.js +22 -19
- package/dist/martyrs.es130.js +8 -37
- package/dist/martyrs.es131.js +115 -10
- package/dist/martyrs.es132.js +16 -38
- package/dist/martyrs.es133.js +15 -8
- package/dist/martyrs.es135.js +28 -112
- package/dist/martyrs.es136.js +9 -17
- package/dist/martyrs.es137.js +19 -14
- package/dist/martyrs.es138.js +8 -32
- package/dist/martyrs.es139.js +9 -9
- package/dist/martyrs.es14.js +2 -2
- package/dist/martyrs.es140.js +43 -19
- package/dist/martyrs.es141.js +480 -9
- package/dist/martyrs.es142.js +5 -8
- package/dist/martyrs.es143.js +2 -45
- package/dist/martyrs.es144.js +11 -480
- package/dist/martyrs.es145.js +30 -5
- package/dist/martyrs.es146.js +17 -2
- package/dist/martyrs.es147.js +19 -11
- package/dist/martyrs.es148.js +27 -29
- package/dist/martyrs.es149.js +20 -16
- package/dist/martyrs.es2.js +31 -30
- package/dist/martyrs.es22.js +16 -16
- package/dist/martyrs.es23.js +8 -8
- package/dist/martyrs.es24.js +9 -9
- package/dist/martyrs.es26.js +9 -11
- package/dist/martyrs.es27.js +9 -9
- package/dist/martyrs.es28.js +1 -1
- package/dist/martyrs.es29.js +5 -5
- package/dist/martyrs.es3.js +1 -1
- package/dist/martyrs.es38.js +1 -1
- package/dist/martyrs.es4.js +12 -12
- package/dist/martyrs.es41.js +34 -224
- package/dist/martyrs.es5.js +251 -238
- package/dist/martyrs.es54.js +2 -2
- package/dist/martyrs.es61.js +33 -26
- package/dist/martyrs.es71.js +2 -2
- package/dist/martyrs.es74.js +8 -8
- package/dist/martyrs.es75.js +1 -1
- package/dist/martyrs.es76.js +18 -18
- package/dist/martyrs.es77.js +1 -1
- package/dist/martyrs.es78.js +1 -1
- package/dist/martyrs.es8.js +31 -31
- package/dist/martyrs.es91.js +1 -1
- package/dist/martyrs.es92.js +33 -5
- package/dist/martyrs.es94.js +41 -0
- package/dist/martyrs.es95.js +46 -28
- package/dist/martyrs.es96.js +116 -52
- package/dist/martyrs.es97.js +33 -113
- package/dist/martyrs.es98.js +76 -33
- package/dist/martyrs.es99.js +24 -77
- package/dist/music.server.js +3 -3
- package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/index.js +1 -1
- package/dist/node_modules/.pnpm/@capacitor-mlkit_barcode-scanning@7.3.0_@capacitor_core@7.4.4/node_modules/@capacitor-mlkit/barcode-scanning/dist/esm/web.js +1 -1
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@2.0.2/node_modules/@googlemaps/js-api-loader/dist/index.js +90 -0
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@2.0.2/node_modules/@googlemaps/js-api-loader/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/index.js +1 -1
- package/dist/node_modules/.pnpm/capacitor-plugin-app-tracking-transparency@2.0.5_@capacitor_core@7.4.4/node_modules/capacitor-plugin-app-tracking-transparency/dist/esm/web.js +1 -1
- package/dist/notifications.server.js +255 -23
- package/dist/orders.server.js +674 -136
- package/dist/organizations.server.js +11 -6
- package/dist/products.server.js +68 -7
- package/dist/{queryProcessor-C_5Iipam.js → queryProcessor-B2FCngFP.js} +3 -2
- package/dist/rents.server.js +183 -7
- package/dist/{socials.schema-DxnnaBgO.js → socials.schema-C3RjkqJv.js} +4 -0
- package/dist/spots.server.js +1 -1
- package/dist/style.css +292 -204
- package/dist/{tickets.controller-DdF85W-i.js → tickets.controller-Dpzf4kQx.js} +1 -1
- package/dist/wallet.server.js +2 -2
- package/package.json +5 -3
- package/src/builder/modes/ssr.rspack.dev.js +2 -0
- package/src/builder/rspack/rspack.config.ssr.client.js +58 -1
- package/src/builder/ssr/asset-resolver.js +1 -1
- package/src/builder/templates/page.js +2 -0
- package/src/components/Address/Address.vue +16 -16
- package/src/components/Button/Button.vue +0 -1
- package/src/components/ButtonSegmented/ButtonSegmented.vue +1 -1
- package/src/components/Calendar/Calendar.vue +141 -118
- package/src/components/Chart/Chart.vue +216 -0
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Chips/Chips.vue +4 -5
- package/src/components/Countdown/Countdown.vue +5 -5
- package/src/components/DatePicker/DatePicker.vue +2 -2
- package/src/components/EditImages/EditImages.vue +3 -3
- package/src/components/EmptyState/EmptyState.vue +1 -1
- package/src/components/Feed/Feed.vue +5 -0
- package/src/components/Field/Field.vue +3 -3
- package/src/components/FieldDate/FieldDate.vue +2 -2
- package/src/components/LocationMarker/LocationMarker.vue +28 -21
- package/src/components/Map/Map.vue +20 -15
- package/src/components/Popup/Popup.vue +3 -3
- package/src/components/Radio/Radio.vue +2 -2
- package/src/components/Select/Select.vue +1 -1
- package/src/components/Status/Snack.vue +1 -1
- package/src/components/Status/Status.vue +1 -1
- package/src/components/Table/Table.vue +16 -1
- package/src/components/Upload/Upload.vue +1 -1
- package/src/components/UploadImage/UploadImage.vue +1 -1
- package/src/components/UploadImageMultiple/UploadImageMultiple.vue +1 -1
- package/src/jit/rules.js +4 -0
- package/src/modules/TASKS.MD +16 -3
- package/src/modules/auth/auth.client.js +18 -3
- package/src/modules/auth/controllers/routes/users.routes.js +18 -0
- package/src/modules/auth/controllers/services/auth.service.js +3 -3
- package/src/modules/auth/controllers/services/users.service.js +34 -5
- package/src/modules/auth/views/components/blocks/OtpDialog.vue +4 -4
- package/src/modules/auth/views/components/blocks/PopupAuth.vue +1 -1
- package/src/modules/auth/views/components/blocks/SidebarUserCard.vue +95 -0
- package/src/modules/auth/views/components/pages/BackofficeUsers.vue +337 -0
- package/src/modules/auth/views/components/pages/Invite.vue +1 -1
- package/src/modules/auth/views/components/pages/Profile.vue +1 -1
- package/src/modules/auth/views/components/pages/ProfileEdit.vue +23 -14
- package/src/modules/auth/views/components/pages/ProfileEditAccount.vue +45 -26
- package/src/modules/auth/views/components/pages/ProfileEditSidebar.vue +8 -7
- package/src/modules/auth/views/components/pages/ResetPassword.vue +4 -4
- package/src/modules/auth/views/components/pages/SignUp.vue +3 -3
- package/src/modules/auth/views/components/pages/UserDashboard.vue +8 -5
- package/src/modules/auth/views/components/sections/FeaturedUsers.vue +1 -1
- package/src/modules/auth/views/components/sections/SliderFeatures.vue +1 -1
- package/src/modules/auth/views/middlewares/auth.validation.js +7 -2
- package/src/modules/auth/views/router/users.backoffice.router.js +39 -0
- package/src/modules/auth/views/store/auth.js +2 -2
- package/src/modules/backoffice/components/admin/Backcalls.vue +2 -2
- package/src/modules/backoffice/components/admin/Dashboard.sublime-workspace +1 -1
- package/src/modules/backoffice/components/admin/FastOrders.vue +3 -3
- package/src/modules/backoffice/components/admin/UserEdit.vue +1 -1
- package/src/modules/backoffice/components/pages/Dashboard.vue +102 -139
- package/src/modules/backoffice/configs/navigation.backoffice.config.js +91 -29
- package/src/modules/backoffice/router/backoffice.router.js +7 -1
- package/src/modules/chats/components/blocks/ChatMessage.vue +1 -1
- package/src/modules/chats/components/sections/ChatWindow.vue +1 -1
- package/src/modules/community/community.client.js +4 -4
- package/src/modules/community/components/blocks/CardBlogpost.vue +1 -1
- package/src/modules/community/components/layouts/Community.vue +4 -4
- package/src/modules/community/components/sections/Comment.vue +1 -1
- package/src/modules/constructor/components/elements/ImageUpload.vue +1 -1
- package/src/modules/core/TASK.MD +2 -2
- package/src/modules/core/controllers/classes/abac/abac.core.js +1 -0
- package/src/modules/core/controllers/classes/core.websocket.js +0 -2
- package/src/modules/core/controllers/classes/crud/crud.core.js +6 -0
- package/src/modules/core/controllers/classes/crud/crud.service.js +6 -0
- package/src/modules/core/controllers/utils/mailing.js +35 -26
- package/src/modules/core/controllers/utils/queryProcessor.js +4 -2
- package/src/modules/core/core.client.js +1 -0
- package/src/modules/core/models/schemas/embedding.schema.js +8 -0
- package/src/modules/core/models/schemas/socials.schema.js +4 -0
- package/src/modules/core/sw.js +448 -0
- package/src/modules/core/views/classes/core.app.js +37 -13
- package/src/modules/core/views/classes/module.manager.js +3 -1
- package/src/modules/core/views/components/blocks/AlertDialog.vue +1 -1
- package/src/modules/core/views/components/blocks/BlockSearch.vue +1 -1
- package/src/modules/core/views/components/blocks/BlockSlider.vue +96 -0
- package/src/modules/core/views/components/blocks/CardHeader.vue +2 -2
- package/src/modules/core/views/components/blocks/CardStat.vue +4 -18
- package/src/modules/{auth → core}/views/components/blocks/CardUser.vue +45 -20
- package/src/modules/core/views/components/blocks/HelpCard.vue +1 -1
- package/src/modules/core/views/components/blocks/PopupAuth.vue +1 -1
- package/src/modules/core/views/components/blocks/PopupDateSelector.vue +41 -24
- package/src/modules/core/views/components/layouts/Client.vue +1 -1
- package/src/modules/core/views/components/pages/404.vue +5 -5
- package/src/modules/core/views/components/partials/BottomNavigationBar.vue +5 -5
- package/src/modules/core/views/components/partials/CitySelection.vue +2 -2
- package/src/modules/core/views/components/partials/Footer.centered.vue +2 -2
- package/src/modules/core/views/components/partials/Footer.vue +2 -2
- package/src/modules/core/views/components/partials/Header.vue +3 -3
- package/src/modules/core/views/components/partials/LocationSelection.vue +1 -1
- package/src/modules/core/views/components/partials/Navigation.vue +1 -1
- package/src/modules/core/views/components/sections/Filters.vue +2 -2
- package/src/modules/core/views/components/sections/SectionPageTitle.vue +2 -2
- package/src/modules/core/views/components/sections/Walkthrough.vue +6 -6
- package/src/modules/core/views/mixins/mixins.js +17 -0
- package/src/modules/core/views/plugins/date-picker.plugin.js +8 -5
- package/src/modules/core/views/store/core.store.js +5 -0
- package/src/modules/core/views/utils/vue-app-renderer.js +5 -0
- package/src/modules/events/components/pages/EditEventTickets.vue +9 -9
- package/src/modules/events/components/pages/Event.vue +2 -2
- package/src/modules/events/components/sections/EditTickets.vue +1 -1
- package/src/modules/events/components/sections/SelectDate.vue +1 -1
- package/src/modules/events/events.client.js +4 -4
- package/src/modules/gallery/components/sections/BackofficeGallery.vue +1 -1
- package/src/modules/gallery/router/gallery.router.js +3 -3
- package/src/modules/governance/middlewares/sprints.verifier.js +3 -3
- package/src/modules/governance/middlewares/tasks.verifier.js +3 -3
- package/src/modules/governance/models/sprint.model.js +1 -1
- package/src/modules/governance/models/task.model.js +1 -1
- package/src/modules/governance/reactcode/src/components/TaskStatusBadge.tsx +1 -1
- package/src/modules/governance/views/components/blocks/CardInitiativeItem.vue +3 -3
- package/src/modules/governance/views/components/blocks/CardSprintItem.vue +4 -4
- package/src/modules/governance/views/components/blocks/CardTaskItem.vue +2 -2
- package/src/modules/governance/views/components/blocks/CardVotingItem.vue +3 -3
- package/src/modules/governance/views/components/pages/Initiatives.vue +3 -3
- package/src/modules/governance/views/components/partials/TaskStatusBadge.vue +1 -1
- package/src/modules/governance/views/components/sections/FormSprintDetails.vue +1 -1
- package/src/modules/governance/views/components/sections/FormTaskDetails.vue +1 -1
- package/src/modules/governance/views/router/governance.router.js +3 -3
- package/src/modules/icons/components/IconSearchPopup.vue +1 -1
- package/src/modules/icons/entities/IconApplications.vue +14 -0
- package/src/modules/icons/entities/IconCustomers.vue +14 -0
- package/src/modules/icons/entities/IconUsers.vue +14 -0
- package/src/modules/inventory/components/forms/AdjustmentForm.vue +2 -2
- package/src/modules/inventory/components/forms/ColumnSettingsMenu.vue +2 -2
- package/src/modules/inventory/components/forms/HistoryView.vue +1 -1
- package/src/modules/inventory/components/forms/StockAlertsForm.vue +3 -3
- package/src/modules/inventory/components/pages/Inventory.vue +278 -159
- package/src/modules/inventory/components/pages/InventoryEdit.vue +2 -2
- package/src/modules/inventory/inventory.client.js +4 -4
- package/src/modules/inventory/models/stock.audit.model.js +1 -1
- package/src/modules/inventory/router/inventory.router.js +12 -0
- package/src/modules/landing/components/sections/SectionEarn.vue +3 -3
- package/src/modules/landing/components/sections/SectionFeature.vue +1 -1
- package/src/modules/landing/components/sections/SectionFeatures.vue +1 -1
- package/src/modules/landing/components/sections/SectionFeaturesImages.vue +2 -2
- package/src/modules/landing/components/sections/SectionGuide.vue +2 -2
- package/src/modules/landing/components/sections/SectionHeroToken.vue +1 -1
- package/src/modules/landing/components/sections/SectionHeroVideo.vue +1 -1
- package/src/modules/landing/components/sections/SectionMobileApp.vue +2 -2
- package/src/modules/landing/components/sections/SectionOverview.vue +1 -1
- package/src/modules/landing/components/sections/SectionRoadmap.vue +1 -1
- package/src/modules/landing/components/sections/SubscribeNewsletter.vue +1 -1
- package/src/modules/marketplace/views/components/sections/SectionMenu.vue +2 -2
- package/src/modules/music/components/SidebarMusic.vue +1 -1
- package/src/modules/music/components/cards/AlbumCard.vue +1 -1
- package/src/modules/music/components/cards/ArtistCard.vue +1 -1
- package/src/modules/music/components/cards/ArtistCardSmall.vue +1 -1
- package/src/modules/music/components/cards/PlaylistCard.vue +1 -1
- package/src/modules/music/components/cards/TrackListCard.vue +6 -6
- package/src/modules/music/components/forms/AlbumForm.vue +2 -2
- package/src/modules/music/components/forms/ArtistForm.vue +1 -1
- package/src/modules/music/components/forms/PlaylistForm.vue +5 -5
- package/src/modules/music/components/forms/TrackForm.vue +3 -3
- package/src/modules/music/components/pages/Album.vue +8 -8
- package/src/modules/music/components/pages/Artist.vue +5 -5
- package/src/modules/music/components/pages/Playlist.vue +11 -11
- package/src/modules/music/components/pages/SearchResults.vue +2 -2
- package/src/modules/music/components/pages/Track.vue +11 -11
- package/src/modules/music/components/player/FullscreenPlayer.vue +3 -3
- package/src/modules/music/components/player/TrackProgress.vue +1 -1
- package/src/modules/notifications/components/sections/NotificationPreferences.vue +182 -52
- package/src/modules/notifications/controllers/notifications.controller.js +242 -17
- package/src/modules/notifications/models/notification-preference.model.js +4 -0
- package/src/modules/notifications/notifications.client.js +213 -20
- package/src/modules/notifications/router/notifications.backoffice.router.js +16 -0
- package/src/modules/notifications/router/notifications.router.js +13 -45
- package/src/modules/notifications/routes/notifications.routes.js +9 -0
- package/src/modules/notifications/services/notification.service.js +33 -9
- package/src/modules/notifications/services/telegram.service.js +2 -2
- package/src/modules/notifications/services/web-push.service.js +6 -2
- package/src/modules/notifications/store/notifications.store.js +69 -0
- package/src/modules/orders/components/blocks/CardApplication.vue +9 -6
- package/src/modules/orders/components/blocks/CardCustomer.vue +10 -7
- package/src/modules/orders/components/blocks/CardOrder.vue +8 -8
- package/src/modules/orders/components/blocks/CardOrderBackoffice.vue +58 -12
- package/src/modules/orders/components/blocks/CardOrderItem.vue +31 -28
- package/src/modules/orders/components/blocks/CardOrderUser.vue +7 -12
- package/src/modules/orders/components/blocks/CardOrderVar1.vue +3 -3
- package/src/modules/orders/components/elements/FieldSubscribeNewsletter.vue +1 -1
- package/src/modules/orders/components/elements/PriceTotal.vue +4 -4
- package/src/modules/orders/components/forms/FormApplicationDetails.vue +1 -1
- package/src/modules/orders/components/forms/FormSelectCustomer.vue +48 -25
- package/src/modules/orders/components/pages/Applications.vue +2 -2
- package/src/modules/orders/components/pages/Customers.vue +35 -23
- package/src/modules/orders/components/pages/OrderBackoffice.vue +780 -393
- package/src/modules/orders/components/pages/OrderCreate.vue +5 -4
- package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +112 -42
- package/src/modules/orders/components/pages/Orders.vue +20 -19
- package/src/modules/orders/components/pages/Orders_refact.vue +3 -3
- package/src/modules/orders/components/partials/ShopCart.vue +1 -1
- package/src/modules/orders/components/sections/ApplicationDetails.vue +2 -2
- package/src/modules/orders/components/sections/AskToLogin.vue +1 -1
- package/src/modules/orders/components/sections/CustomerDetails.vue +130 -64
- package/src/modules/orders/controllers/orders.controller.js +463 -134
- package/src/modules/orders/middlewares/applications.verifier.js +3 -3
- package/src/modules/orders/middlewares/customers.verifier.js +4 -0
- package/src/modules/orders/middlewares/orders.verifier.js +187 -0
- package/src/modules/orders/models/customer.model.js +2 -0
- package/src/modules/orders/models/order.model.js +20 -2
- package/src/modules/orders/orders.client.js +21 -19
- package/src/modules/orders/routes/applications.routes.js +13 -3
- package/src/modules/orders/routes/customers.routes.js +2 -0
- package/src/modules/orders/routes/orders.routes.js +46 -4
- package/src/modules/orders/store/orders.js +4 -7
- package/src/modules/orders/store/shopcart.js +6 -7
- package/src/modules/orders/utils/rent-price.js +90 -0
- package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -1
- package/src/modules/organizations/components/blocks/CardOrganization.vue +30 -33
- package/src/modules/organizations/components/blocks/EmptyState.vue +1 -1
- package/src/modules/organizations/components/blocks/Rating.vue +1 -1
- package/src/modules/organizations/components/blocks/Socials.vue +2 -2
- package/src/modules/organizations/components/elements/ButtonToggleMembership.vue +1 -1
- package/src/modules/organizations/components/forms/AddExistingMembersForm.vue +3 -3
- package/src/modules/organizations/components/forms/DepartmentForm.vue +1 -1
- package/src/modules/organizations/components/forms/InviteForm.vue +1 -1
- package/src/modules/organizations/components/pages/Department.vue +2 -2
- package/src/modules/organizations/components/pages/DepartmentEdit.vue +1 -1
- package/src/modules/organizations/components/pages/Members.vue +8 -8
- package/src/modules/organizations/components/pages/Organization.vue +232 -124
- package/src/modules/organizations/components/pages/OrganizationCreate.vue +3 -3
- package/src/modules/organizations/components/pages/OrganizationDocuments.vue +1 -1
- package/src/modules/organizations/components/pages/OrganizationEdit.vue +15 -6
- package/src/modules/organizations/components/pages/Organizations.vue +3 -2
- package/src/modules/organizations/components/sections/Documents.vue +1 -1
- package/src/modules/organizations/components/sections/MembersAdd.vue +2 -2
- package/src/modules/organizations/configs/navigation.organization.config.js +34 -26
- package/src/modules/organizations/controllers/organizations.controller.js +8 -3
- package/src/modules/organizations/models/organization.model.js +1 -0
- package/src/modules/organizations/organizations.client.js +39 -33
- package/src/modules/organizations/router/organizations.backoffice.router.js +67 -0
- package/src/modules/pages/views/components/pages/Pages.vue +1 -1
- package/src/modules/pages/views/router/pages.router.js +2 -2
- package/src/modules/products/components/blocks/CardPosition.vue +2 -2
- package/src/modules/products/components/blocks/CardProduct.vue +2 -2
- package/src/modules/products/components/blocks/ProductDiscounts.vue +1 -1
- package/src/modules/products/components/blocks/ProductImages.vue +1 -1
- package/src/modules/products/components/blocks/ProductVariants.vue +3 -3
- package/src/modules/products/components/elements/Price.vue +2 -2
- package/src/modules/products/components/forms/ColumnSettingsMenu.vue +2 -2
- package/src/modules/products/components/forms/ReorderSettingsForm.vue +3 -3
- package/src/modules/products/components/forms/StockAuditForm.vue +2 -2
- package/src/modules/products/components/forms/StockHistoryView.vue +1 -1
- package/src/modules/products/components/pages/Categories.vue +9 -20
- package/src/modules/products/components/pages/ProductEdit.vue +19 -3
- package/src/modules/products/components/pages/Products.vue +20 -19
- package/src/modules/products/components/sections/EditAttributes.vue +1 -1
- package/src/modules/products/components/sections/EditCategories.vue +1 -1
- package/src/modules/products/components/sections/EditDiscounts.vue +2 -2
- package/src/modules/products/components/sections/EditVariants.vue +14 -2
- package/src/modules/products/components/sections/FilterProducts.vue +1 -1
- package/src/modules/products/components/sections/ProductConfigurator.vue +1 -1
- package/src/modules/products/components/sections/SectionProduct.vue +3 -3
- package/src/modules/products/controllers/products.controller.js +50 -5
- package/src/modules/products/experiments/product-recommendation/components/HeroRecommendation.vue +2 -2
- package/src/modules/products/models/product.model.js +7 -0
- package/src/modules/products/models/variant.model.js +4 -0
- package/src/modules/products/router/categories.router.js +2 -2
- package/src/modules/products/router/products.router.js +14 -3
- package/src/modules/rents/controllers/routes/rents.routes.js +11 -0
- package/src/modules/rents/controllers/services/rents.services.js +193 -2
- package/src/modules/rents/models/rent.model.js +9 -0
- package/src/modules/rents/views/components/pages/Gant/GanttBar.vue +28 -11
- package/src/modules/rents/views/components/pages/Gant/GanttChart.vue +200 -40
- package/src/modules/rents/views/components/pages/Gant/GanttHeaderCell.vue +2 -2
- package/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue +2 -2
- package/src/modules/rents/views/components/pages/Rents.vue +641 -142
- package/src/modules/rents/views/components/pages/RentsEdit.vue +44 -4
- package/src/modules/rents/views/router/rents.router.js +3 -3
- package/src/modules/rents/views/store/rents.store.js +1 -1
- package/src/modules/reports/components/pages/BackofficeReports.vue +3 -3
- package/src/modules/reports/router/reports.router.js +1 -1
- package/src/modules/spots/components/blocks/CardSpot.vue +6 -6
- package/src/modules/spots/components/pages/Spot.vue +2 -2
- package/src/modules/spots/components/pages/SpotEdit.vue +8 -6
- package/src/modules/spots/components/pages/Spots.vue +18 -24
- package/src/modules/spots/components/sections/WorktimeEdit.vue +7 -7
- package/src/modules/spots/router/spots.router.js +3 -3
- package/src/modules/wallet/views/components/blocks/CashDeposit.vue +1 -1
- package/src/modules/wallet/views/components/elements/ConnectMetamask.vue +3 -3
- package/src/modules/wallet/views/components/pages/Payments.vue +1 -1
- package/src/modules/wallet/views/components/pages/Wallet.vue +4 -4
- package/src/modules/wallet/views/router/wallet.router.js +1 -1
- package/src/styles/layout.scss +1 -1
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js +0 -487
- package/dist/martyrs/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.2_@capacitor_core@7.4.4/node_modules/@capacitor/preferences/dist/esm/index.js +0 -8
- package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.2_@capacitor_core@7.4.4/node_modules/@capacitor/preferences/dist/esm/index.js.map +0 -1
- package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.2_@capacitor_core@7.4.4/node_modules/@capacitor/preferences/dist/esm/web.js +0 -73
- package/dist/martyrs/node_modules/.pnpm/@capacitor_preferences@7.0.2_@capacitor_core@7.4.4/node_modules/@capacitor/preferences/dist/esm/web.js.map +0 -1
- package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Tab/Tab.vue.js.map +0 -1
- package/dist/martyrs/src/components/Tooltip/Tooltip.vue2.js.map +0 -1
- package/dist/martyrs/src/modules/core/views/components/sections/Filters.vue.js.map +0 -1
- package/dist/martyrs/src/modules/icons/entities/IconCash.vue.js +0 -70
- package/dist/martyrs/src/modules/icons/entities/IconCash.vue.js.map +0 -1
- package/dist/martyrs.es100.js +0 -33
- package/dist/martyrs.es103.js +0 -31
- package/dist/martyrs.es110.js +0 -54
- package/dist/martyrs.es111.js +0 -327
- package/dist/martyrs.es150.js +0 -22
- package/dist/martyrs.es151.js +0 -31
- package/dist/martyrs.es152.js +0 -23
- package/dist/martyrs.es93.js +0 -35
- package/dist/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js +0 -487
- package/dist/node_modules/.pnpm/@capacitor_core@7.4.4/node_modules/@capacitor/core/dist/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.js +0 -336
- package/dist/node_modules/.pnpm/@googlemaps_js-api-loader@1.16.8/node_modules/@googlemaps/js-api-loader/dist/index.js.map +0 -1
- package/dist/node_modules/.pnpm/vue-draggable-next@2.2.1_sortablejs@1.15.6_vue@3.5.13_typescript@5.8.3_/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js.map +0 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ We believe in the power of a single codebase for all platforms. Our mission is t
|
|
|
6
6
|
|
|
7
7
|
⚠️ **WARNING**: This framework is under active development. Expect changes in the module structure. Use only if you're prepared to contribute. Use at your own risk. ⚠️
|
|
8
8
|
|
|
9
|
-
**Created by OZ DAO. Visit our website: [www.ozdao.
|
|
9
|
+
**Created by OZ DAO. Visit our website: [www.ozdao.com](https://www.ozdao.com)**
|
|
10
10
|
|
|
11
11
|
## Features
|
|
12
12
|
|
|
@@ -40,7 +40,7 @@ pnpm add '@ozdao/martyrs'
|
|
|
40
40
|
|
|
41
41
|
## Getting Started
|
|
42
42
|
|
|
43
|
-
For detailed information on how to use Martyrs, check out our [official documentation](https://docs.ozdao.
|
|
43
|
+
For detailed information on how to use Martyrs, check out our [official documentation](https://docs.ozdao.com).
|
|
44
44
|
|
|
45
45
|
## Contributing
|
|
46
46
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from "./_commonjsHelpers.js";
|
|
2
|
-
import { __require as requireDayjs_min } from "../node_modules/.pnpm/dayjs@1.11.
|
|
2
|
+
import { __require as requireDayjs_min } from "../martyrs/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.js";
|
|
3
3
|
var dayjs_minExports = requireDayjs_min();
|
|
4
4
|
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from "./_commonjsHelpers.js";
|
|
2
|
-
import { __require as requireWeekOfYear } from "../node_modules/.pnpm/dayjs@1.11.
|
|
2
|
+
import { __require as requireWeekOfYear } from "../martyrs/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekOfYear.js";
|
|
3
3
|
var weekOfYearExports = requireWeekOfYear();
|
|
4
4
|
const weekOfYear = /* @__PURE__ */ getDefaultExportFromCjs(weekOfYearExports);
|
|
5
5
|
export {
|
|
@@ -77,6 +77,7 @@ class ABACCore {
|
|
|
77
77
|
};
|
|
78
78
|
if (input.req) {
|
|
79
79
|
context.user = input.user || input.req.userId;
|
|
80
|
+
context.isServiceRequest = input.isServiceRequest || input.req.isServiceRequest || false;
|
|
80
81
|
context.data = {
|
|
81
82
|
body: input.req.body || {},
|
|
82
83
|
query: input.req.query || {},
|
package/dist/auth.server.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as middlewareIndexFactory, i as initOtpService } from "./index-
|
|
1
|
+
import { m as middlewareIndexFactory, i as initOtpService } from "./index-CPACC651.js";
|
|
2
2
|
import bcrypt from "bcryptjs";
|
|
3
3
|
import jwt from "jsonwebtoken";
|
|
4
4
|
import { Types } from "mongoose";
|
|
@@ -6,11 +6,11 @@ import jwkToPem from "jwk-to-pem";
|
|
|
6
6
|
import { g as getSessionsService } from "./sessions.service-COcwjd0f.js";
|
|
7
7
|
import { g as getVisitorsService } from "./visitors.service-B1dhhuSo.js";
|
|
8
8
|
import { a as addMembersQuantity, b as addUserStatusFields } from "./addUserStatusFields-CjV_sbh7.js";
|
|
9
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
10
|
-
import { A as ABAC } from "./abac-
|
|
9
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
10
|
+
import { A as ABAC } from "./abac-kz5xI99l.js";
|
|
11
11
|
import { a as applyCredentialsSchema } from "./credentials.schema--2vvcu8c.js";
|
|
12
12
|
import { a as applyProfileSchema } from "./profile.schema-C31Lynn3.js";
|
|
13
|
-
import { a as applySocialsSchema } from "./socials.schema-
|
|
13
|
+
import { a as applySocialsSchema } from "./socials.schema-C3RjkqJv.js";
|
|
14
14
|
async function verifyAppleIdToken(id_token) {
|
|
15
15
|
const decodedToken = jwt.decode(id_token, { complete: true });
|
|
16
16
|
if (!decodedToken) {
|
|
@@ -115,7 +115,7 @@ const controllerFactory$1 = (db) => {
|
|
|
115
115
|
},
|
|
116
116
|
process.env.SECRET_KEY,
|
|
117
117
|
{
|
|
118
|
-
expiresIn:
|
|
118
|
+
expiresIn: 2592e3
|
|
119
119
|
}
|
|
120
120
|
);
|
|
121
121
|
const authorities = user.roles.map((role) => `ROLE_${role.name.toUpperCase()}`);
|
|
@@ -207,7 +207,7 @@ const controllerFactory$1 = (db) => {
|
|
|
207
207
|
},
|
|
208
208
|
process.env.SECRET_KEY,
|
|
209
209
|
{
|
|
210
|
-
expiresIn:
|
|
210
|
+
expiresIn: 2592e3
|
|
211
211
|
}
|
|
212
212
|
);
|
|
213
213
|
res.status(200).send({
|
|
@@ -243,7 +243,7 @@ const controllerFactory$1 = (db) => {
|
|
|
243
243
|
req
|
|
244
244
|
});
|
|
245
245
|
const token = jwt.sign({ _id: user._id, session_id: session._id }, process.env.SECRET_KEY, {
|
|
246
|
-
expiresIn:
|
|
246
|
+
expiresIn: 2592e3
|
|
247
247
|
});
|
|
248
248
|
const authorities = user.roles.map((role) => `ROLE_${role.name.toUpperCase()}`);
|
|
249
249
|
return res.status(200).send({
|
|
@@ -413,16 +413,19 @@ const controllerFactory = (db) => {
|
|
|
413
413
|
const create = async (req, res) => {
|
|
414
414
|
try {
|
|
415
415
|
const newUser = {
|
|
416
|
-
phone: req.body.phone,
|
|
417
|
-
email: req.body.email,
|
|
418
416
|
roles: req.body.roles ? req.body.roles : []
|
|
419
417
|
};
|
|
420
|
-
|
|
418
|
+
if (req.body.phone) newUser.phone = req.body.phone;
|
|
419
|
+
if (req.body.email) newUser.email = req.body.email;
|
|
420
|
+
if (req.body.username) newUser.username = req.body.username;
|
|
421
|
+
if (req.body.password) newUser.password = bcrypt.hashSync(req.body.password, 8);
|
|
422
|
+
if (req.body.profile) newUser.profile = req.body.profile;
|
|
423
|
+
let user = await User.create(newUser);
|
|
421
424
|
if (!user) {
|
|
422
425
|
return res.status(404).send({ errorCode: "USER_NOT_CREATED", message: "User is not created." });
|
|
423
426
|
}
|
|
424
|
-
|
|
425
|
-
res.status(200).send(
|
|
427
|
+
user = await User.findById(user._id).select("-password -refreshToken -__v").populate("roles");
|
|
428
|
+
res.status(200).send(user);
|
|
426
429
|
} catch (err) {
|
|
427
430
|
return res.status(500).send({ errorCode: "INTERNAL_SERVER_ERROR", message: err });
|
|
428
431
|
}
|
|
@@ -511,10 +514,33 @@ const controllerFactory = (db) => {
|
|
|
511
514
|
});
|
|
512
515
|
}
|
|
513
516
|
};
|
|
517
|
+
const adminUpdate = async (req, res) => {
|
|
518
|
+
try {
|
|
519
|
+
const { profile, username, status, roles } = req.body;
|
|
520
|
+
const updateData = {};
|
|
521
|
+
if (profile) updateData.profile = profile;
|
|
522
|
+
if (username !== void 0) updateData.username = username;
|
|
523
|
+
if (status) updateData.status = status;
|
|
524
|
+
if (roles) updateData.roles = roles.map((r) => new ObjectId(r));
|
|
525
|
+
const user = await User.findOneAndUpdate(
|
|
526
|
+
{ _id: req.params._id },
|
|
527
|
+
updateData,
|
|
528
|
+
{ new: true }
|
|
529
|
+
).select("-password -refreshToken -__v").populate("roles");
|
|
530
|
+
if (!user) {
|
|
531
|
+
return res.status(404).send({ errorCode: "UPDATE_FAILED", message: "User not found." });
|
|
532
|
+
}
|
|
533
|
+
res.status(200).send(user);
|
|
534
|
+
} catch (err) {
|
|
535
|
+
console.error("adminUpdate error:", err);
|
|
536
|
+
return res.status(500).send({ errorCode: "INTERNAL_SERVER_ERROR", message: err.message || err });
|
|
537
|
+
}
|
|
538
|
+
};
|
|
514
539
|
return {
|
|
515
540
|
read,
|
|
516
541
|
create,
|
|
517
542
|
update,
|
|
543
|
+
adminUpdate,
|
|
518
544
|
updateEmail,
|
|
519
545
|
updatePhone,
|
|
520
546
|
getStats
|
|
@@ -552,6 +578,20 @@ const usersRoutes = (function(app, db, origins) {
|
|
|
552
578
|
verifyUser.checkDuplicatePhone,
|
|
553
579
|
otp.dualVerify("phone")
|
|
554
580
|
], controller.updatePhone);
|
|
581
|
+
app.put("/api/users/:_id/admin", [
|
|
582
|
+
authJwt.verifyToken(),
|
|
583
|
+
authJwt.isAdmin
|
|
584
|
+
], controller.adminUpdate);
|
|
585
|
+
app.get("/api/roles", [
|
|
586
|
+
authJwt.verifyToken()
|
|
587
|
+
], async (req, res) => {
|
|
588
|
+
try {
|
|
589
|
+
const roles = await db.role.find({});
|
|
590
|
+
res.status(200).send(roles);
|
|
591
|
+
} catch (err) {
|
|
592
|
+
res.status(500).send({ message: err });
|
|
593
|
+
}
|
|
594
|
+
});
|
|
555
595
|
});
|
|
556
596
|
const RoleModel = (db) => {
|
|
557
597
|
const RoleSchema = new db.mongoose.Schema({
|
package/dist/builder.js
CHANGED
|
@@ -5,6 +5,7 @@ import core, { rspack as rspack$2, ProgressPlugin, experiments } from "@rspack/c
|
|
|
5
5
|
import devMiddleware from "webpack-dev-middleware";
|
|
6
6
|
import express from "express";
|
|
7
7
|
import fs, { readFileSync } from "fs";
|
|
8
|
+
import hotMiddleware from "webpack-hot-middleware";
|
|
8
9
|
import Mustache from "mustache";
|
|
9
10
|
import Beasties from "beasties";
|
|
10
11
|
import { VueLoaderPlugin } from "vue-loader";
|
|
@@ -16,6 +17,7 @@ import { merge } from "webpack-merge";
|
|
|
16
17
|
import { StatsWriterPlugin } from "webpack-stats-plugin";
|
|
17
18
|
import { InjectManifest } from "@aaroon/workbox-rspack-plugin";
|
|
18
19
|
import { RspackManifestPlugin } from "rspack-manifest-plugin";
|
|
20
|
+
import { fileURLToPath } from "url";
|
|
19
21
|
import nodeExternals from "webpack-node-externals";
|
|
20
22
|
function createSpaDevServer(projectRoot, configs, createServer) {
|
|
21
23
|
const { spa, api } = configs;
|
|
@@ -155,6 +157,8 @@ const template = `
|
|
|
155
157
|
<meta name="theme-color" content="#ffffff">
|
|
156
158
|
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
157
159
|
|
|
160
|
+
<link rel="preload" href="/static/fonts/avenir-next-world-regular.otf" as="font" type="font/otf" crossorigin>
|
|
161
|
+
<link rel="preload" href="/static/fonts/avenir-next-world-medium.otf" as="font" type="font/otf" crossorigin>
|
|
158
162
|
{{{ head }}}
|
|
159
163
|
</head>
|
|
160
164
|
|
|
@@ -312,7 +316,7 @@ function createAssetResolver(statsJson) {
|
|
|
312
316
|
...css.map((href) => `<link rel="stylesheet" href="${publicPath}${href}">`)
|
|
313
317
|
].join("\n"),
|
|
314
318
|
// Script tags в body для выполнения после загрузки
|
|
315
|
-
body: initialJs.map((src) => `<script type="module" src="${publicPath}${src}" crossorigin="anonymous"></script>`).join("\n")
|
|
319
|
+
body: initialJs.map((src) => `<script type="module" src="${publicPath}${src}" crossorigin="anonymous" fetchpriority="high"></script>`).join("\n")
|
|
316
320
|
};
|
|
317
321
|
return result2;
|
|
318
322
|
}
|
|
@@ -580,6 +584,7 @@ function createSsrDevServer(projectRoot, configs, createServer) {
|
|
|
580
584
|
}
|
|
581
585
|
let { app, server, env } = await serverModule.createServer();
|
|
582
586
|
app.use(clientDevMiddleware);
|
|
587
|
+
app.use(hotMiddleware(clientCompiler, { log: false }));
|
|
583
588
|
if (!rendererInstance) {
|
|
584
589
|
rendererInstance = createDevRenderer();
|
|
585
590
|
}
|
|
@@ -1118,6 +1123,20 @@ const rules = [
|
|
|
1118
1123
|
const v = resolveValue(m[1], jit);
|
|
1119
1124
|
return v ? `height: ${v};` : null;
|
|
1120
1125
|
}],
|
|
1126
|
+
// w-clamp-20r-25r-100 → min-width: min(20rem, 100%); max-width: min(25rem, 100%)
|
|
1127
|
+
// 3 значения: min, max, cap (ограничитель, обычно 100 = 100%)
|
|
1128
|
+
[/^w-clamp-(.+?)-(.+?)-(.+)$/, (m, jit) => {
|
|
1129
|
+
const mn = resolveValue(m[1], jit);
|
|
1130
|
+
const mx = resolveValue(m[2], jit);
|
|
1131
|
+
const cap = resolveValue(m[3], jit);
|
|
1132
|
+
return mn && mx && cap ? `min-width: min(${mn}, ${cap}); max-width: min(${mx}, ${cap});` : null;
|
|
1133
|
+
}],
|
|
1134
|
+
[/^h-clamp-(.+?)-(.+?)-(.+)$/, (m, jit) => {
|
|
1135
|
+
const mn = resolveValue(m[1], jit);
|
|
1136
|
+
const mx = resolveValue(m[2], jit);
|
|
1137
|
+
const cap = resolveValue(m[3], jit);
|
|
1138
|
+
return mn && mx && cap ? `min-height: min(${mn}, ${cap}); max-height: min(${mx}, ${cap});` : null;
|
|
1139
|
+
}],
|
|
1121
1140
|
[/^w-min-(.+)$/, (m, jit) => {
|
|
1122
1141
|
const v = resolveValue(m[1], jit);
|
|
1123
1142
|
return v ? `min-width: ${v};` : null;
|
|
@@ -2050,8 +2069,46 @@ const baseConfig = (projectRoot) => {
|
|
|
2050
2069
|
}
|
|
2051
2070
|
};
|
|
2052
2071
|
};
|
|
2072
|
+
path.dirname(fileURLToPath(import.meta.url));
|
|
2073
|
+
function getAppVersion(projectRoot) {
|
|
2074
|
+
try {
|
|
2075
|
+
const pkg = JSON.parse(fs.readFileSync(path.resolve(projectRoot, "package.json"), "utf-8"));
|
|
2076
|
+
return pkg.version || "0.0.1";
|
|
2077
|
+
} catch {
|
|
2078
|
+
return "0.0.1";
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
function generateDevServiceWorker(projectRoot, replacements) {
|
|
2082
|
+
const publicDir = path.resolve(projectRoot, "../public");
|
|
2083
|
+
const swDest = path.resolve(publicDir, "sw.js");
|
|
2084
|
+
try {
|
|
2085
|
+
let content = fs.readFileSync(path.resolve(projectRoot, "martyrs/src/modules/core/sw.js"), "utf-8");
|
|
2086
|
+
for (const [key, value] of Object.entries(replacements)) {
|
|
2087
|
+
content = content.replaceAll(key, JSON.stringify(value));
|
|
2088
|
+
}
|
|
2089
|
+
fs.mkdirSync(publicDir, { recursive: true });
|
|
2090
|
+
fs.writeFileSync(swDest, content, "utf-8");
|
|
2091
|
+
console.log("[SW] Generated dev sw.js →", swDest);
|
|
2092
|
+
} catch (err) {
|
|
2093
|
+
console.warn("[SW] Failed to generate dev sw.js:", err.message);
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2053
2096
|
const clientConfig = (projectRoot) => {
|
|
2054
2097
|
const isProd2 = process.env.NODE_ENV === "production";
|
|
2098
|
+
const appVersion = getAppVersion(projectRoot);
|
|
2099
|
+
const appName = process.env.APP_NAME || "App";
|
|
2100
|
+
const appShortName = process.env.APP_SHORT_NAME || "app";
|
|
2101
|
+
const cachePrefix = appShortName.toLowerCase().replace(/\s+/g, "-") + "-app";
|
|
2102
|
+
const vapidPublicKey = process.env.VAPID_PUBLIC_KEY || "";
|
|
2103
|
+
const swReplacements = {
|
|
2104
|
+
__SW_VERSION__: appVersion,
|
|
2105
|
+
__CACHE_PREFIX__: cachePrefix,
|
|
2106
|
+
__APP_NAME__: appName,
|
|
2107
|
+
__VAPID_PUBLIC_KEY__: vapidPublicKey
|
|
2108
|
+
};
|
|
2109
|
+
if (!isProd2) {
|
|
2110
|
+
generateDevServiceWorker(projectRoot, swReplacements);
|
|
2111
|
+
}
|
|
2055
2112
|
console.log("[rspack.config.ssr.client] isProd:", isProd2, "NODE_ENV:", process.env.NODE_ENV);
|
|
2056
2113
|
console.log("[rspack.config.ssr.client] lazyCompilation will be set to: false");
|
|
2057
2114
|
const config = {
|
|
@@ -2134,7 +2191,7 @@ const clientConfig = (projectRoot) => {
|
|
|
2134
2191
|
}),
|
|
2135
2192
|
...isProd2 ? [
|
|
2136
2193
|
new InjectManifest({
|
|
2137
|
-
swSrc: path.resolve(projectRoot, "
|
|
2194
|
+
swSrc: path.resolve(projectRoot, "martyrs/src/modules/core/sw.js"),
|
|
2138
2195
|
swDest: "sw.js",
|
|
2139
2196
|
exclude: [
|
|
2140
2197
|
/\.html$/,
|
|
@@ -2156,6 +2213,14 @@ const clientConfig = (projectRoot) => {
|
|
|
2156
2213
|
});
|
|
2157
2214
|
return { manifest };
|
|
2158
2215
|
}
|
|
2216
|
+
],
|
|
2217
|
+
webpackCompilationPlugins: [
|
|
2218
|
+
new rspack$2.DefinePlugin({
|
|
2219
|
+
__SW_VERSION__: JSON.stringify(appVersion),
|
|
2220
|
+
__CACHE_PREFIX__: JSON.stringify(cachePrefix),
|
|
2221
|
+
__APP_NAME__: JSON.stringify(appName),
|
|
2222
|
+
__VAPID_PUBLIC_KEY__: JSON.stringify(vapidPublicKey)
|
|
2223
|
+
})
|
|
2159
2224
|
]
|
|
2160
2225
|
})
|
|
2161
2226
|
] : []
|
package/dist/chats.server.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./mailing-
|
|
2
|
-
import { m as middlewareIndexFactory } from "./index-
|
|
1
|
+
import "./mailing-BBCidXGr.js";
|
|
2
|
+
import { m as middlewareIndexFactory } from "./index-CPACC651.js";
|
|
3
3
|
const controllerFactory = (db) => {
|
|
4
4
|
const ChatMessage = db.chat;
|
|
5
5
|
const Department = db.department;
|
package/dist/community.server.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Types } from "mongoose";
|
|
2
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
2
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
3
3
|
import { a as applyCommonSchema } from "./common.schema-DswiUXKB.js";
|
|
4
4
|
import { a as applyEngagementSchema } from "./engagement.schema-B-Cc_NsG.js";
|
|
5
5
|
import { a as applyMetadataSchema } from "./metadata.schema-CIRR_WQ-.js";
|
|
6
6
|
import { a as applyOwnershipSchema } from "./ownership.schema-fwwDf_e5.js";
|
|
7
|
-
import { m as middlewareIndexFactory$1 } from "./index-
|
|
8
|
-
import { A as ABAC } from "./abac-
|
|
7
|
+
import { m as middlewareIndexFactory$1 } from "./index-CPACC651.js";
|
|
8
|
+
import { A as ABAC } from "./abac-kz5xI99l.js";
|
|
9
9
|
const ObjectId$2 = { Types }.Types.ObjectId;
|
|
10
10
|
function getCommentsLookupStage() {
|
|
11
11
|
return {
|
package/dist/core.server.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ABAC } from "./abac-
|
|
1
|
+
import { A as ABAC } from "./abac-kz5xI99l.js";
|
|
2
2
|
import { i as initSessionsService } from "./sessions.service-COcwjd0f.js";
|
|
3
3
|
import { g as getVisitorsService, i as initVisitorsService } from "./visitors.service-B1dhhuSo.js";
|
|
4
4
|
const initCorePolicies = (function initializeDefaultPolicies(abacAccessControl) {
|
|
@@ -293,7 +293,7 @@ const { getInstance } = ABAC;
|
|
|
293
293
|
let _WebSocketManagerClass = null;
|
|
294
294
|
async function createWebSocketManager(...args) {
|
|
295
295
|
if (!_WebSocketManagerClass) {
|
|
296
|
-
const module = await import("./core.websocket-
|
|
296
|
+
const module = await import("./core.websocket-B2FA8gGl.js");
|
|
297
297
|
_WebSocketManagerClass = module.default;
|
|
298
298
|
}
|
|
299
299
|
return new _WebSocketManagerClass(...args);
|
|
@@ -102,11 +102,9 @@ class WebSocketManager {
|
|
|
102
102
|
const msg = JSON.parse(msgStr);
|
|
103
103
|
if (msg.type === "subscribe" && msg.module && this.modules.has(msg.module)) {
|
|
104
104
|
ws.subscriptions.add(msg.module);
|
|
105
|
-
console.log(`[WebSocket Server] Client ${ws.userId || "anonymous"} subscribed to module: ${msg.module}`);
|
|
106
105
|
return;
|
|
107
106
|
} else if (msg.type === "unsubscribe" && msg.module) {
|
|
108
107
|
ws.subscriptions.delete(msg.module);
|
|
109
|
-
console.log(`[WebSocket Server] Client ${ws.userId || "anonymous"} unsubscribed from module: ${msg.module}`);
|
|
110
108
|
return;
|
|
111
109
|
}
|
|
112
110
|
if (msg.type === "rpc") {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { m as middlewareFactory } from "./authJwt-DKbMMjw0.js";
|
|
2
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
2
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
3
3
|
import { O as ObserverNamespaced } from "./core.observer-MZsqaE6F.js";
|
|
4
|
-
import { L as LoggerNamespaced } from "./abac-
|
|
4
|
+
import { L as LoggerNamespaced } from "./abac-kz5xI99l.js";
|
|
5
5
|
import { C as CacheNamespaced } from "./core.cache-DALYFDdy.js";
|
|
6
6
|
class CRUDCore {
|
|
7
7
|
constructor(crud) {
|
|
@@ -25,6 +25,7 @@ class CRUDCore {
|
|
|
25
25
|
delete: true
|
|
26
26
|
// Требует авторизацию
|
|
27
27
|
};
|
|
28
|
+
this.config = {};
|
|
28
29
|
this.options = {
|
|
29
30
|
enableEvents: true,
|
|
30
31
|
enableAudit: false,
|
|
@@ -69,6 +70,7 @@ class CRUDCore {
|
|
|
69
70
|
Object.assign(this.options, options.events);
|
|
70
71
|
}
|
|
71
72
|
}
|
|
73
|
+
if (options.searchFields) this.config.searchFields = options.searchFields;
|
|
72
74
|
if (options.verifiers) this.initVerifiers(options.verifiers);
|
|
73
75
|
if (options.hooks) this.initHooks(options.hooks);
|
|
74
76
|
if (options.middlewares) this.initMiddlewares(options.middlewares);
|
|
@@ -562,6 +564,10 @@ class CRUDService {
|
|
|
562
564
|
}
|
|
563
565
|
stages.push(...queryProcessorCore.getBasicOptions(query));
|
|
564
566
|
stages.push(...queryProcessorCore.getFilterDate(query.dateStart, query.dateEnd));
|
|
567
|
+
if (query.search) {
|
|
568
|
+
const searchFields = this.crud.core.config?.searchFields || ["name"];
|
|
569
|
+
stages.push(...queryProcessorCore.getSearchOptions(query.search, { fields: searchFields }));
|
|
570
|
+
}
|
|
565
571
|
if (extensions.middle) {
|
|
566
572
|
stages.push(...await extensions.middle(query, context));
|
|
567
573
|
}
|
package/dist/events.server.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
1
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
2
2
|
import { c as createFriendlyURL, a as applyMetadataSchema } from "./metadata.schema-CIRR_WQ-.js";
|
|
3
3
|
import Stripe from "stripe";
|
|
4
4
|
import { Types } from "mongoose";
|
|
5
|
-
import { c as controllerFactory } from "./tickets.controller-
|
|
5
|
+
import { c as controllerFactory } from "./tickets.controller-Dpzf4kQx.js";
|
|
6
6
|
import { a as applyCommonSchema } from "./common.schema-DswiUXKB.js";
|
|
7
7
|
import { a as applyEngagementSchema } from "./engagement.schema-B-Cc_NsG.js";
|
|
8
8
|
import { a as applyOwnershipSchema } from "./ownership.schema-fwwDf_e5.js";
|
|
9
|
-
import { m as middlewareIndexFactory$1 } from "./index-
|
|
10
|
-
import { A as ABAC } from "./abac-
|
|
9
|
+
import { m as middlewareIndexFactory$1 } from "./index-CPACC651.js";
|
|
10
|
+
import { A as ABAC } from "./abac-kz5xI99l.js";
|
|
11
11
|
class serviceIntegrations {
|
|
12
12
|
async createProduct(event) {
|
|
13
13
|
throw new Error("createProduct method not implemented");
|
package/dist/files.server.js
CHANGED
package/dist/gallery.server.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
1
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
2
2
|
import path from "path";
|
|
3
3
|
import { a as applyCommonSchema } from "./common.schema-DswiUXKB.js";
|
|
4
4
|
import { a as applyEngagementSchema } from "./engagement.schema-B-Cc_NsG.js";
|
|
5
5
|
import { a as applyOwnershipSchema } from "./ownership.schema-fwwDf_e5.js";
|
|
6
|
-
import { m as middlewareIndexFactory } from "./index-
|
|
6
|
+
import { m as middlewareIndexFactory } from "./index-CPACC651.js";
|
|
7
7
|
const controllerFactory = (db) => {
|
|
8
8
|
const Photo = db.photo;
|
|
9
9
|
const read = async (req, res) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as CRUD } from "./crud-
|
|
2
|
-
import { A as ABAC } from "./abac-
|
|
1
|
+
import { C as CRUD } from "./crud-Cwn0frBP.js";
|
|
2
|
+
import { A as ABAC } from "./abac-kz5xI99l.js";
|
|
3
3
|
import { V as Verifier, a as Validator } from "./core.verifier-DVB2a21y.js";
|
|
4
4
|
function initiativesVerifierFactory(db) {
|
|
5
5
|
const createVerifier = new Verifier({
|
|
@@ -333,7 +333,7 @@ function sprintsVerifierFactory(db) {
|
|
|
333
333
|
status: {
|
|
334
334
|
rule: "optional",
|
|
335
335
|
default: "not_started",
|
|
336
|
-
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "
|
|
336
|
+
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "canceled"], "Invalid status")
|
|
337
337
|
},
|
|
338
338
|
startDate: {
|
|
339
339
|
rule: "required",
|
|
@@ -393,7 +393,7 @@ function sprintsVerifierFactory(db) {
|
|
|
393
393
|
},
|
|
394
394
|
status: {
|
|
395
395
|
rule: "optional",
|
|
396
|
-
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "
|
|
396
|
+
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "canceled"], "Invalid status")
|
|
397
397
|
},
|
|
398
398
|
owner: {
|
|
399
399
|
rule: "optional",
|
|
@@ -429,7 +429,7 @@ function sprintsVerifierFactory(db) {
|
|
|
429
429
|
},
|
|
430
430
|
status: {
|
|
431
431
|
rule: "optional",
|
|
432
|
-
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "
|
|
432
|
+
validator: Validator.schema().string().oneOf(["not_started", "in_progress", "completed", "blocked", "canceled"], "Invalid status")
|
|
433
433
|
},
|
|
434
434
|
startDate: {
|
|
435
435
|
rule: "optional",
|
|
@@ -581,7 +581,7 @@ function tasksVerifierFactory(db) {
|
|
|
581
581
|
status: {
|
|
582
582
|
rule: "optional",
|
|
583
583
|
default: "not_started",
|
|
584
|
-
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "
|
|
584
|
+
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "canceled"], "Invalid status")
|
|
585
585
|
},
|
|
586
586
|
assignedTo: {
|
|
587
587
|
rule: "optional",
|
|
@@ -640,7 +640,7 @@ function tasksVerifierFactory(db) {
|
|
|
640
640
|
},
|
|
641
641
|
status: {
|
|
642
642
|
rule: "optional",
|
|
643
|
-
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "
|
|
643
|
+
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "canceled"], "Invalid status")
|
|
644
644
|
},
|
|
645
645
|
priority: {
|
|
646
646
|
rule: "optional",
|
|
@@ -676,7 +676,7 @@ function tasksVerifierFactory(db) {
|
|
|
676
676
|
},
|
|
677
677
|
status: {
|
|
678
678
|
rule: "optional",
|
|
679
|
-
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "
|
|
679
|
+
validator: Validator.schema().string().oneOf(["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "canceled"], "Invalid status")
|
|
680
680
|
},
|
|
681
681
|
assignedTo: {
|
|
682
682
|
rule: "optional",
|
|
@@ -1322,7 +1322,7 @@ const ModelSprint = (db) => {
|
|
|
1322
1322
|
},
|
|
1323
1323
|
status: {
|
|
1324
1324
|
type: String,
|
|
1325
|
-
enum: ["not_started", "in_progress", "completed", "blocked", "
|
|
1325
|
+
enum: ["not_started", "in_progress", "completed", "blocked", "canceled"],
|
|
1326
1326
|
default: "not_started"
|
|
1327
1327
|
},
|
|
1328
1328
|
startDate: {
|
|
@@ -1422,7 +1422,7 @@ const ModelTask = (db) => {
|
|
|
1422
1422
|
},
|
|
1423
1423
|
status: {
|
|
1424
1424
|
type: String,
|
|
1425
|
-
enum: ["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "
|
|
1425
|
+
enum: ["proposed", "voting", "not_started", "in_progress", "review", "completed", "blocked", "canceled"],
|
|
1426
1426
|
default: "not_started"
|
|
1427
1427
|
},
|
|
1428
1428
|
assignedTo: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { m as middlewareFactory$5 } from "./authJwt-DKbMMjw0.js";
|
|
2
2
|
import crypto from "crypto";
|
|
3
3
|
import * as mongodb from "mongodb";
|
|
4
|
-
import
|
|
4
|
+
import mailing from "./mailing-BBCidXGr.js";
|
|
5
5
|
const middlewareFactory$4 = () => {
|
|
6
6
|
const verifySecret = (method, endpoint, secret) => async (req, res, next) => {
|
|
7
7
|
const requestSignature = req.headers.signature;
|
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, A as ABAC } from "./abac-
|
|
4
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
3
|
+
import { L as LoggerNamespaced, A as ABAC } from "./abac-kz5xI99l.js";
|
|
4
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
5
5
|
import { C as CacheNamespaced } from "./core.cache-DALYFDdy.js";
|
|
6
6
|
import { O as ObserverNamespaced } from "./core.observer-MZsqaE6F.js";
|
|
7
7
|
import { a as Validator, V as Verifier } from "./core.verifier-DVB2a21y.js";
|
|
8
|
-
import { C as CRUD } from "./crud-
|
|
8
|
+
import { C as CRUD } from "./crud-Cwn0frBP.js";
|
|
9
9
|
const StockAdjustmentModel = (db) => {
|
|
10
10
|
const StockAdjustmentSchema = new db.mongoose.Schema({
|
|
11
11
|
product: {
|
|
@@ -131,7 +131,7 @@ const StockAuditModel = (db) => {
|
|
|
131
131
|
},
|
|
132
132
|
status: {
|
|
133
133
|
type: String,
|
|
134
|
-
enum: ["draft", "published", "
|
|
134
|
+
enum: ["draft", "published", "canceled"],
|
|
135
135
|
default: "draft"
|
|
136
136
|
},
|
|
137
137
|
positions: [{
|
|
@@ -63,10 +63,46 @@ async function sendSms(phone, message) {
|
|
|
63
63
|
return false;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
+
async function sendChatMessageTelegram(chatIds, text, options = {}, retries = 3) {
|
|
67
|
+
const telegramToken = process.env.TELEGRAM_BOT_TOKEN;
|
|
68
|
+
const telegramUrl = `https://api.telegram.org/bot${telegramToken}/sendMessage`;
|
|
69
|
+
const sendWithRetry = async (chatId) => {
|
|
70
|
+
const payload = {
|
|
71
|
+
chat_id: chatId,
|
|
72
|
+
text
|
|
73
|
+
};
|
|
74
|
+
if (options.parse_mode) payload.parse_mode = options.parse_mode;
|
|
75
|
+
if (options.disable_web_page_preview) payload.disable_web_page_preview = true;
|
|
76
|
+
if (options.reply_markup) payload.reply_markup = options.reply_markup;
|
|
77
|
+
for (let attempt = 1; attempt <= retries; attempt++) {
|
|
78
|
+
try {
|
|
79
|
+
const res = await axios.post(telegramUrl, payload);
|
|
80
|
+
return { chatId, success: true, data: res.data };
|
|
81
|
+
} catch (error) {
|
|
82
|
+
const status = error.response?.status;
|
|
83
|
+
const desc = error.response?.data?.description || error.message;
|
|
84
|
+
console.log(`[Telegram] Attempt ${attempt}/${retries} failed for chat ${chatId}: ${status} ${desc}`);
|
|
85
|
+
if (status === 400 || status === 403 || status === 404) break;
|
|
86
|
+
if (attempt < retries) await new Promise((r) => setTimeout(r, attempt * 1e3));
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return { chatId, success: false };
|
|
90
|
+
};
|
|
91
|
+
const results = await Promise.all(chatIds.map(sendWithRetry));
|
|
92
|
+
const failed = results.filter((r) => !r.success);
|
|
93
|
+
const succeeded = results.filter((r) => r.success);
|
|
94
|
+
console.log(`[Telegram] Sent: ${succeeded.length}/${results.length}`);
|
|
95
|
+
if (failed.length) console.log(`[Telegram] Failed chats: ${failed.map((r) => r.chatId).join(", ")}`);
|
|
96
|
+
return succeeded.length > 0;
|
|
97
|
+
}
|
|
66
98
|
const mailing = {
|
|
67
99
|
sendEmail,
|
|
68
|
-
sendSms
|
|
100
|
+
sendSms,
|
|
101
|
+
sendChatMessageTelegram
|
|
69
102
|
};
|
|
70
103
|
export {
|
|
71
|
-
mailing as
|
|
104
|
+
mailing as default,
|
|
105
|
+
sendChatMessageTelegram,
|
|
106
|
+
sendEmail,
|
|
107
|
+
sendSms
|
|
72
108
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { m as middlewareIndexFactory } from "./index-
|
|
1
|
+
import { m as middlewareIndexFactory } from "./index-CPACC651.js";
|
|
2
2
|
import { C as CacheNamespaced } from "./core.cache-DALYFDdy.js";
|
|
3
|
-
import { q as queryProcessorCore } from "./queryProcessor-
|
|
3
|
+
import { q as queryProcessorCore } from "./queryProcessor-B2FCngFP.js";
|
|
4
4
|
import { b as getLookupStages } from "./queryProcessorOrganizations-BB11WFpc.js";
|
|
5
5
|
import { Types } from "mongoose";
|
|
6
6
|
import * as googleMapsServicesJs from "@googlemaps/google-maps-services-js";
|
|
@@ -109,7 +109,7 @@ const T = ["disabled"], N = {
|
|
|
109
109
|
])) : createCommentVNode("", true)
|
|
110
110
|
], 10, T));
|
|
111
111
|
}
|
|
112
|
-
}, $ = /* @__PURE__ */ s(O, [["__scopeId", "data-v-
|
|
112
|
+
}, $ = /* @__PURE__ */ s(O, [["__scopeId", "data-v-5a0ec378"]]);
|
|
113
113
|
export {
|
|
114
114
|
$ as default
|
|
115
115
|
};
|