@ozdao/martyrs 0.2.581 → 0.2.582
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/martyrs/src/components/Button/Button.vue.js +1 -1
- package/dist/martyrs/src/components/Feed/Carousel.vue.js +1 -1
- package/dist/martyrs/src/components/Feed/Feed.vue.js +1 -1
- package/dist/martyrs/src/components/Loader/{Loader.vue2.js → Loader.vue.js} +2 -2
- package/dist/martyrs/src/components/Loader/Loader.vue.js.map +1 -0
- package/dist/martyrs/src/components/LocationMarker/LocationMarker.vue.js +1 -1
- package/dist/martyrs/src/components/Media/Media.vue.js +1 -1
- package/dist/martyrs/src/components/Menu/{Menu.vue2.js → Menu.vue.js} +2 -2
- package/dist/martyrs/src/components/Menu/Menu.vue.js.map +1 -0
- package/dist/martyrs/src/components/SelectMulti/{SelectMulti.vue.js → SelectMulti.vue2.js} +2 -2
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue2.js.map +1 -0
- package/dist/martyrs/src/components/Spoiler/{Spoiler.vue2.js → Spoiler.vue.js} +2 -2
- package/dist/martyrs/src/components/Spoiler/Spoiler.vue.js.map +1 -0
- package/dist/martyrs/src/components/Tab/{Tab.vue2.js → Tab.vue.js} +2 -2
- package/dist/martyrs/src/components/Tab/Tab.vue.js.map +1 -0
- package/dist/martyrs/src/components/UploadImage/UploadImage.vue.js +1 -1
- package/dist/martyrs/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/EnterPassword.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Invite.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/Profile.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/auth/views/components/pages/ProfileEdit.vue.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/ResetPassword.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignIn.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/components/pages/SignUp.vue.js +1 -1
- package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.js +2 -3
- package/dist/martyrs/src/modules/auth/views/configs/navigation.user.config.js.map +1 -1
- package/dist/martyrs/src/modules/auth/views/router/users.router.js +1 -2
- package/dist/martyrs/src/modules/auth/views/router/users.router.js.map +1 -1
- package/dist/martyrs/src/modules/backoffice/components/partials/Sidebar.vue.js +1 -1
- package/dist/martyrs/src/modules/community/components/pages/BlogPost.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/classes/ws.manager.js +16 -1
- package/dist/martyrs/src/modules/core/views/classes/ws.manager.js.map +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/CardHeader.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/blocks/PopupDateSelector.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/layouts/Client.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/partials/Navigation.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/components/sections/SectionPageTitle.vue.js +1 -1
- package/dist/martyrs/src/modules/core/views/utils/vue-app-renderer.js +7 -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 +2 -2
- package/dist/martyrs/src/modules/events/components/pages/Event.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/pages/EventsBackoffice.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/Feed.vue.js +1 -1
- package/dist/martyrs/src/modules/events/components/sections/List.vue.js +1 -1
- package/dist/martyrs/src/modules/gallery/components/sections/BackofficeGallery.vue.js +1 -1
- package/dist/martyrs/src/modules/landing/components/sections/SectionGuide.vue.js +1 -1
- package/dist/martyrs/src/modules/marketplace/views/components/sections/SectionMenu.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/forms/ArtistForm.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Album.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Artist.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Playlist.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/SearchResults.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/Track.vue.js +1 -1
- package/dist/martyrs/src/modules/music/components/pages/TrackCreate.vue.js +1 -1
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js +11 -40
- package/dist/martyrs/src/modules/notifications/components/layouts/NotificationsLayout.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.js +26 -21
- package/dist/martyrs/src/modules/notifications/components/pages/Notifications.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js +54 -48
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationPreferences.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.js +37 -117
- package/dist/martyrs/src/modules/notifications/components/sections/NotificationsList.vue.js.map +1 -1
- package/dist/martyrs/src/modules/notifications/notifications.client.js +18 -15
- package/dist/martyrs/src/modules/notifications/notifications.client.js.map +1 -1
- package/dist/martyrs/src/modules/orders/components/forms/FormSelectCustomer.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/pages/Orders.vue.js +1 -1
- package/dist/martyrs/src/modules/orders/components/sections/FormDelivery.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/blocks/CardDepartment.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/forms/DepartmentForm.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Department.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/Organization.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/OrganizationEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/organizations/components/pages/Organizations.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Documents.vue.js +1 -1
- package/dist/martyrs/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
- package/dist/martyrs/src/modules/pages/views/components/blocks/CardPage.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/elements/Image360.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Categories.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/CategoryEdit.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/pages/Product.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/ProductEdit.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/pages/Products.vue.js +2 -2
- package/dist/martyrs/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
- package/dist/martyrs/src/modules/products/components/sections/SectionProduct.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Gant/GanttToolbar.vue.js +1 -1
- package/dist/martyrs/src/modules/rents/views/components/pages/Rents.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/layouts/Spots.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/Spot.vue.js +1 -1
- package/dist/martyrs/src/modules/spots/components/pages/SpotEdit.vue.js +1 -1
- package/dist/style.css +1 -188
- package/package.json +1 -1
- package/src/modules/auth/views/components/pages/ProfileEdit.vue +1 -1
- package/src/modules/auth/views/configs/navigation.user.config.js +10 -10
- package/src/modules/auth/views/router/users.router.js +0 -1
- package/src/modules/core/views/classes/ws.manager.js +20 -1
- package/src/modules/core/views/utils/vue-app-renderer.js +9 -3
- package/src/modules/notifications/components/layouts/NotificationsLayout.vue +9 -53
- package/src/modules/notifications/components/pages/Notifications.vue +21 -22
- package/src/modules/notifications/components/sections/NotificationPreferences.vue +41 -180
- package/src/modules/notifications/components/sections/NotificationsList.vue +39 -219
- package/src/modules/notifications/notifications.client.js +17 -16
- package/dist/martyrs/src/components/Loader/Loader.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Menu/Menu.vue2.js.map +0 -1
- package/dist/martyrs/src/components/SelectMulti/SelectMulti.vue.js.map +0 -1
- package/dist/martyrs/src/components/Spoiler/Spoiler.vue2.js.map +0 -1
- package/dist/martyrs/src/components/Tab/Tab.vue2.js.map +0 -1
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.js +0 -44
- package/dist/martyrs/src/modules/auth/views/components/blocks/ProfileCard.vue.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { watch, onMounted, computed, createBlock, openBlock, withCtx, createElementVNode, createElementBlock, createCommentVNode, createVNode, Fragment, renderList } from "vue";
|
|
2
2
|
import { useRoute } from "vue-router";
|
|
3
|
-
/* empty css
|
|
3
|
+
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock, openBlock, createElementVNode, createCommentVNode, Fragment, renderList, createBlock } from "vue";
|
|
2
|
-
/* empty css
|
|
2
|
+
/* empty css */
|
|
3
3
|
import "../../organizations.client.js";
|
|
4
4
|
import _sfc_main$1 from "../../../auth/views/components/blocks/CardUser.vue.js";
|
|
5
5
|
/* empty css */
|
|
@@ -7,7 +7,7 @@ import _sfc_main$6 from "../../../../components/Button/Button.vue.js";
|
|
|
7
7
|
import _sfc_main$7 from "../../../../components/Popup/Popup.vue.js";
|
|
8
8
|
import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
|
|
9
9
|
import _sfc_main$8 from "../../../../components/Feed/Feed.vue.js";
|
|
10
|
-
import _sfc_main$5 from "../../../../components/Spoiler/Spoiler.
|
|
10
|
+
import _sfc_main$5 from "../../../../components/Spoiler/Spoiler.vue.js";
|
|
11
11
|
import _sfc_main$2 from "../../../auth/views/components/blocks/CardUser.vue.js";
|
|
12
12
|
import _sfc_main$3 from "../../../icons/navigation/IconDelete.vue.js";
|
|
13
13
|
import { useStore } from "../../../core/views/store/core.store.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withAsyncContext, resolveComponent, createElementBlock, openBlock, createCommentVNode, unref, createElementVNode, createVNode, toDisplayString, withCtx, Fragment, renderList, createBlock } from "vue";
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
|
-
/* empty css
|
|
3
|
+
/* empty css */
|
|
4
4
|
import "../../organizations.client.js";
|
|
5
5
|
import _sfc_main$2 from "../../../auth/views/components/blocks/CardUser.vue.js";
|
|
6
6
|
import _sfc_main$1 from "../../../icons/navigation/IconEdit.vue.js";
|
|
@@ -5,7 +5,7 @@ import "vue-i18n";
|
|
|
5
5
|
/* empty css */
|
|
6
6
|
import _sfc_main$1 from "../../../../components/Dropdown/Dropdown.vue.js";
|
|
7
7
|
import _sfc_main$7 from "../../../../components/Chips/Chips.vue.js";
|
|
8
|
-
/* empty css
|
|
8
|
+
/* empty css */
|
|
9
9
|
import "../../../../components/Menu/MenuItem.vue.js";
|
|
10
10
|
import _sfc_main$6 from "../../../icons/entities/IconFollowing.vue.js";
|
|
11
11
|
import _sfc_main$5 from "../../../icons/navigation/IconEdit.vue.js";
|
package/dist/martyrs/src/modules/organizations/components/pages/OrganizationBackoffice.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, onMounted, createElementBlock, openBlock, createVNode, withCtx, createBlock, createCommentVNode, unref, createElementVNode } from "vue";
|
|
2
|
-
import _sfc_main$1 from "../../../../components/Menu/Menu.
|
|
2
|
+
import _sfc_main$1 from "../../../../components/Menu/Menu.vue.js";
|
|
3
3
|
import _sfc_main$2 from "../../../../components/Menu/MenuItem.vue.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import _sfc_main$4 from "../../../icons/entities/IconProducts.vue.js";
|
|
6
6
|
import _sfc_main$8 from "../../../icons/entities/IconEvents.vue.js";
|
|
7
7
|
import _sfc_main$3 from "../../../icons/entities/IconGroups.vue.js";
|
|
@@ -3,10 +3,10 @@ import { useRoute, useRouter } from "vue-router";
|
|
|
3
3
|
import "vue-i18n";
|
|
4
4
|
/* empty css */
|
|
5
5
|
import _sfc_main$2 from "../../../../components/FieldTags/BlockTags.vue.js";
|
|
6
|
-
/* empty css
|
|
6
|
+
/* empty css */
|
|
7
7
|
import Field from "../../../../components/Field/Field.vue.js";
|
|
8
8
|
/* empty css */
|
|
9
|
-
import _sfc_main$1 from "../../../../components/SelectMulti/SelectMulti.
|
|
9
|
+
import _sfc_main$1 from "../../../../components/SelectMulti/SelectMulti.vue2.js";
|
|
10
10
|
import UploadImage from "../../../../components/UploadImage/UploadImage.vue.js";
|
|
11
11
|
import _sfc_main$3 from "../../../../components/Button/Button.vue.js";
|
|
12
12
|
/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, watch, createElementBlock, openBlock, createCommentVNode, createVNode, createElementVNode, Transition, withCtx, unref, Fragment, renderList, isMemoSame, createBlock } from "vue";
|
|
2
2
|
import { useRoute, useRouter } from "vue-router";
|
|
3
|
-
import _sfc_main$1 from "../../../../components/Tab/Tab.
|
|
3
|
+
import _sfc_main$1 from "../../../../components/Tab/Tab.vue.js";
|
|
4
4
|
import _sfc_main$2 from "../../../../components/Feed/Feed.vue.js";
|
|
5
5
|
import { state } from "../../../auth/views/store/auth.js";
|
|
6
6
|
import { actions } from "../../store/organizations.js";
|
|
@@ -2,7 +2,7 @@ import { ref, watchEffect, resolveComponent, createElementBlock, openBlock, crea
|
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
3
|
import Field from "../../../../components/Field/Field.vue.js";
|
|
4
4
|
/* empty css */
|
|
5
|
-
/* empty css
|
|
5
|
+
/* empty css */
|
|
6
6
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
/* empty css */
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ref, withAsyncContext, watch, createElementBlock, openBlock, createElementVNode, createBlock, Fragment, renderList, normalizeClass } from "vue";
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
3
|
import "../../../../../../node_modules/.pnpm/js-cookie@3.0.5/node_modules/js-cookie/dist/js.cookie.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
|
-
/* empty css
|
|
7
|
+
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _sfc_main$2 from "../blocks/CardOrganization.vue.js";
|
|
10
10
|
import _sfc_main$1 from "../blocks/EmptyState.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, resolveComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, normalizeClass, createVNode, createBlock, unref, withCtx, createTextVNode, toDisplayString, Fragment, renderList } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../../../icons/navigation/IconEdit.vue.js";
|
|
3
3
|
import _sfc_main$2 from "../../../../icons/navigation/IconAdd.vue.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
7
|
import { useRouter } from "vue-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, computed, watch, onMounted, onUnmounted, createElementBlock, openBlock, createStaticVNode, createVNode, Transition, withCtx, createCommentVNode, withModifiers, createBlock } from "vue";
|
|
2
|
-
import Loader from "../../../../components/Loader/Loader.
|
|
2
|
+
import Loader from "../../../../components/Loader/Loader.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
5
|
const _hoisted_1 = { class: "product-360-viewer" };
|
|
@@ -4,7 +4,7 @@ import { useStore } from "../../../core/views/store/core.store.js";
|
|
|
4
4
|
import { state } from "../../../auth/views/store/auth.js";
|
|
5
5
|
import { state as state$1, actions } from "../../store/categories.js";
|
|
6
6
|
import { useGlobalMixins } from "../../../core/views/mixins/mixins.js";
|
|
7
|
-
/* empty css
|
|
7
|
+
/* empty css */
|
|
8
8
|
/* empty css */
|
|
9
9
|
import _sfc_main$2 from "../../../../components/Block/Block.vue.js";
|
|
10
10
|
import _sfc_main$3 from "../../../../components/Feed/Feed.vue.js";
|
|
@@ -6,7 +6,7 @@ import Select from "../../../../components/Select/Select.vue2.js";
|
|
|
6
6
|
import UploadImage from "../../../../components/UploadImage/UploadImage.vue.js";
|
|
7
7
|
import Field from "../../../../components/Field/Field.vue.js";
|
|
8
8
|
import FieldTags from "../../../../components/FieldTags/FieldTags.vue.js";
|
|
9
|
-
/* empty css
|
|
9
|
+
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
11
|
/* empty css */
|
|
12
12
|
/* empty css */
|
|
@@ -5,10 +5,10 @@ import { useGlobalMixins } from "../../../core/views/mixins/mixins.js";
|
|
|
5
5
|
import { state as state$1 } from "../../../auth/views/store/auth.js";
|
|
6
6
|
import { state, actions } from "../../store/products.js";
|
|
7
7
|
import { state as state$2, actions as actions$1 } from "../../../orders/store/shopcart.js";
|
|
8
|
-
/* empty css
|
|
8
|
+
/* empty css */
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
|
-
/* empty css
|
|
11
|
+
/* empty css */
|
|
12
12
|
/* empty css */
|
|
13
13
|
import _sfc_main$1 from "../../../icons/navigation/IconEdit.vue.js";
|
|
14
14
|
import _sfc_main$4 from "../../../icons/navigation/IconInfo.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, onMounted, createElementBlock, createCommentVNode, unref, openBlock, createBlock, createElementVNode, withCtx, createVNode, toDisplayString, createTextVNode, isRef, withModifiers, Fragment, renderList } from "vue";
|
|
2
2
|
import { useRoute, useRouter } from "vue-router";
|
|
3
3
|
import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
|
|
4
|
-
import _sfc_main$3 from "../../../../components/Tab/Tab.
|
|
4
|
+
import _sfc_main$3 from "../../../../components/Tab/Tab.vue.js";
|
|
5
5
|
import Field from "../../../../components/Field/Field.vue.js";
|
|
6
6
|
import Select from "../../../../components/Select/Select.vue2.js";
|
|
7
7
|
import _sfc_main$2 from "../../../../components/Button/Button.vue.js";
|
|
@@ -12,7 +12,7 @@ import _sfc_main$a from "../../../icons/navigation/IconDelete.vue.js";
|
|
|
12
12
|
import _sfc_main$7 from "../sections/EditVariants.vue.js";
|
|
13
13
|
import _sfc_main$6 from "../sections/EditAttributes.vue.js";
|
|
14
14
|
import _sfc_main$8 from "../sections/EditDiscounts.vue.js";
|
|
15
|
-
/* empty css
|
|
15
|
+
/* empty css */
|
|
16
16
|
import _sfc_main$9 from "../sections/EditRecommended.vue.js";
|
|
17
17
|
import { useStore, setError } from "../../../core/views/store/core.store.js";
|
|
18
18
|
import { state as state$2 } from "../../../auth/views/store/auth.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ref, computed, onMounted, onUnmounted, resolveComponent, createElementBlock, openBlock, createCommentVNode, createElementVNode, createVNode, unref, toDisplayString, Fragment, renderList, createTextVNode, createBlock, withCtx, normalizeClass, renderSlot } from "vue";
|
|
2
2
|
import { useRoute, useRouter } from "vue-router";
|
|
3
3
|
import { useGlobalMixins } from "../../../core/views/mixins/mixins.js";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
import _sfc_main$5 from "../../../../components/Feed/Feed.vue.js";
|
|
6
|
-
import _sfc_main$2 from "../../../../components/Spoiler/Spoiler.
|
|
6
|
+
import _sfc_main$2 from "../../../../components/Spoiler/Spoiler.vue.js";
|
|
7
7
|
import _sfc_main$3 from "../../../../components/Checkbox/Checkbox.vue.js";
|
|
8
8
|
import "vue-i18n";
|
|
9
9
|
import { actions as actions$1 } from "../../store/categories.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watch, onMounted, createElementBlock, openBlock, createVNode, createElementVNode, withCtx, Fragment, renderList, createBlock, toDisplayString, unref } from "vue";
|
|
2
|
-
import _sfc_main$1 from "../../../../components/Spoiler/Spoiler.
|
|
2
|
+
import _sfc_main$1 from "../../../../components/Spoiler/Spoiler.vue.js";
|
|
3
3
|
import _sfc_main$2 from "../../../../components/Checkbox/Checkbox.vue.js";
|
|
4
4
|
import { useI18n } from "vue-i18n";
|
|
5
5
|
import { useRoute, useRouter } from "vue-router";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, ref, createElementBlock, openBlock, createElementVNode, createBlock, createCommentVNode, createVNode, unref, toDisplayString, Transition, withCtx, Fragment, renderList, createTextVNode } from "vue";
|
|
2
2
|
import _sfc_main$4 from "../../../../components/Button/Button.vue.js";
|
|
3
|
-
import _sfc_main$3 from "../../../../components/Tab/Tab.
|
|
3
|
+
import _sfc_main$3 from "../../../../components/Tab/Tab.vue.js";
|
|
4
4
|
import _sfc_main$1 from "../../../icons/navigation/IconEdit.vue.js";
|
|
5
5
|
import PlaceholderImage from "../../../icons/placeholders/PlaceholderImage.vue.js";
|
|
6
6
|
import Image360 from "../elements/Image360.vue.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, ref, watch, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, createTextVNode } from "vue";
|
|
2
2
|
import dayjs from "../../../../../../../../_virtual/dayjs.min.js";
|
|
3
|
-
import _sfc_main$2 from "../../../../../../components/Tab/Tab.
|
|
3
|
+
import _sfc_main$2 from "../../../../../../components/Tab/Tab.vue.js";
|
|
4
4
|
import _sfc_main$3 from "../../../../../../components/Button/Button.vue.js";
|
|
5
5
|
import _sfc_main$4 from "../../../../../../components/Dropdown/Dropdown.vue.js";
|
|
6
6
|
import Calendar from "../../../../../../components/Calendar/Calendar.vue2.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, unref, toDisplayString, withCtx } from "vue";
|
|
2
2
|
import dayjs from "../../../../../../../_virtual/dayjs.min.js";
|
|
3
|
-
/* empty css
|
|
3
|
+
/* empty css */
|
|
4
4
|
import _sfc_main$1 from "../../../../../components/Feed/Feed.vue.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
import _sfc_main$2 from "./Gant/GanttChart.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref, onMounted, watch, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, unref, createCommentVNode, toDisplayString, withCtx, Transition, createBlock, resolveDynamicComponent } from "vue";
|
|
2
2
|
import { useRoute, useRouter } from "vue-router";
|
|
3
3
|
import { useI18n } from "vue-i18n";
|
|
4
|
-
/* empty css
|
|
4
|
+
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
7
|
/* empty css */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed, onMounted, createElementBlock, createCommentVNode, openBlock, createVNode, createElementVNode, unref, withCtx, Fragment, renderList, createBlock, toDisplayString } from "vue";
|
|
2
2
|
import { useRoute, useRouter } from "vue-router";
|
|
3
|
-
import _sfc_main$1 from "../../../../components/Spoiler/Spoiler.
|
|
3
|
+
import _sfc_main$1 from "../../../../components/Spoiler/Spoiler.vue.js";
|
|
4
4
|
import Map from "../../../../components/Map/Map.vue.js";
|
|
5
5
|
import SpotSub from "../blocks/SpotSub.vue.js";
|
|
6
6
|
import _sfc_main$2 from "../../../auth/views/components/blocks/CardUser.vue.js";
|
|
@@ -2,7 +2,7 @@ import { ref, onMounted, createElementBlock, createCommentVNode, openBlock, crea
|
|
|
2
2
|
import { useRouter, useRoute } from "vue-router";
|
|
3
3
|
import _sfc_main$1 from "../../../../components/Block/Block.vue.js";
|
|
4
4
|
import UploadImage from "../../../../components/UploadImage/UploadImage.vue.js";
|
|
5
|
-
/* empty css
|
|
5
|
+
/* empty css */
|
|
6
6
|
import Field from "../../../../components/Field/Field.vue.js";
|
|
7
7
|
import Select from "../../../../components/Select/Select.vue2.js";
|
|
8
8
|
import _sfc_main$3 from "../../../../components/Checkbox/Checkbox.vue.js";
|
package/dist/style.css
CHANGED
|
@@ -1678,194 +1678,7 @@ to {
|
|
|
1678
1678
|
}
|
|
1679
1679
|
}.cols-3-footer {
|
|
1680
1680
|
grid-template-columns: 5fr 7fr 4fr;
|
|
1681
|
-
}
|
|
1682
|
-
.description[data-v-420a3f66] {
|
|
1683
|
-
color: #666;
|
|
1684
|
-
margin-bottom: 24px;
|
|
1685
|
-
}
|
|
1686
|
-
.preferences-loading[data-v-420a3f66] {
|
|
1687
|
-
display: flex;
|
|
1688
|
-
flex-direction: column;
|
|
1689
|
-
align-items: center;
|
|
1690
|
-
justify-content: center;
|
|
1691
|
-
padding: 48px 0;
|
|
1692
|
-
}
|
|
1693
|
-
.loading-spinner[data-v-420a3f66] {
|
|
1694
|
-
font-size: 2rem;
|
|
1695
|
-
margin-bottom: 16px;
|
|
1696
|
-
animation: spin-420a3f66 2s linear infinite;
|
|
1697
|
-
}
|
|
1698
|
-
@keyframes spin-420a3f66 {
|
|
1699
|
-
0% { transform: rotate(0deg);
|
|
1700
|
-
}
|
|
1701
|
-
100% { transform: rotate(360deg);
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
.preference-item[data-v-420a3f66] {
|
|
1705
|
-
display: flex;
|
|
1706
|
-
align-items: center;
|
|
1707
|
-
justify-content: space-between;
|
|
1708
|
-
padding: 16px;
|
|
1709
|
-
border-bottom: 1px solid #eee;
|
|
1710
|
-
}
|
|
1711
|
-
.preference-item[data-v-420a3f66]:last-child {
|
|
1712
|
-
border-bottom: none;
|
|
1713
|
-
}
|
|
1714
|
-
.preference-info[data-v-420a3f66] {
|
|
1715
|
-
display: flex;
|
|
1716
|
-
align-items: center;
|
|
1717
|
-
flex: 1;
|
|
1718
|
-
}
|
|
1719
|
-
.preference-icon[data-v-420a3f66] {
|
|
1720
|
-
font-size: 1.5rem;
|
|
1721
|
-
margin-right: 16px;
|
|
1722
|
-
width: 40px;
|
|
1723
|
-
height: 40px;
|
|
1724
|
-
display: flex;
|
|
1725
|
-
align-items: center;
|
|
1726
|
-
justify-content: center;
|
|
1727
|
-
}
|
|
1728
|
-
.preference-details h3[data-v-420a3f66] {
|
|
1729
|
-
margin: 0 0 4px 0;
|
|
1730
|
-
font-size: 1rem;
|
|
1731
|
-
}
|
|
1732
|
-
.preference-details p[data-v-420a3f66] {
|
|
1733
|
-
margin: 0;
|
|
1734
|
-
color: #666;
|
|
1735
|
-
font-size: 0.875rem;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
/* Toggle switch styles */
|
|
1739
|
-
.toggle-switch[data-v-420a3f66] {
|
|
1740
|
-
position: relative;
|
|
1741
|
-
display: inline-block;
|
|
1742
|
-
width: 50px;
|
|
1743
|
-
height: 24px;
|
|
1744
|
-
}
|
|
1745
|
-
.toggle-switch input[data-v-420a3f66] {
|
|
1746
|
-
opacity: 0;
|
|
1747
|
-
width: 0;
|
|
1748
|
-
height: 0;
|
|
1749
|
-
}
|
|
1750
|
-
.toggle-slider[data-v-420a3f66] {
|
|
1751
|
-
position: absolute;
|
|
1752
|
-
cursor: pointer;
|
|
1753
|
-
top: 0;
|
|
1754
|
-
left: 0;
|
|
1755
|
-
right: 0;
|
|
1756
|
-
bottom: 0;
|
|
1757
|
-
background-color: #ccc;
|
|
1758
|
-
transition: .4s;
|
|
1759
|
-
border-radius: 24px;
|
|
1760
|
-
}
|
|
1761
|
-
.toggle-slider[data-v-420a3f66]:before {
|
|
1762
|
-
position: absolute;
|
|
1763
|
-
content: "";
|
|
1764
|
-
height: 16px;
|
|
1765
|
-
width: 16px;
|
|
1766
|
-
left: 4px;
|
|
1767
|
-
bottom: 4px;
|
|
1768
|
-
background-color: white;
|
|
1769
|
-
transition: .4s;
|
|
1770
|
-
border-radius: 50%;
|
|
1771
|
-
}
|
|
1772
|
-
input:checked + .toggle-slider[data-v-420a3f66] {
|
|
1773
|
-
background-color: #2196F3;
|
|
1774
|
-
}
|
|
1775
|
-
input:checked + .toggle-slider[data-v-420a3f66]:before {
|
|
1776
|
-
transform: translateX(26px);
|
|
1777
|
-
}
|
|
1778
|
-
.form-actions[data-v-420a3f66] {
|
|
1779
|
-
margin-top: 24px;
|
|
1780
|
-
display: flex;
|
|
1781
|
-
justify-content: flex-end;
|
|
1782
|
-
gap: 16px;
|
|
1783
|
-
}
|
|
1784
|
-
.save-btn[data-v-420a3f66], .cancel-btn[data-v-420a3f66] {
|
|
1785
|
-
padding: 8px 16px;
|
|
1786
|
-
border-radius: 4px;
|
|
1787
|
-
cursor: pointer;
|
|
1788
|
-
}
|
|
1789
|
-
.save-btn[data-v-420a3f66] {
|
|
1790
|
-
background-color: #2196F3;
|
|
1791
|
-
border: none;
|
|
1792
|
-
color: white;
|
|
1793
|
-
}
|
|
1794
|
-
.save-btn[data-v-420a3f66]:disabled {
|
|
1795
|
-
background-color: #ccc;
|
|
1796
|
-
cursor: not-allowed;
|
|
1797
|
-
}
|
|
1798
|
-
.cancel-btn[data-v-420a3f66] {
|
|
1799
|
-
background-color: white;
|
|
1800
|
-
border: 1px solid #ccc;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
.notifications-list-container[data-v-5af8a2ed] {
|
|
1804
|
-
width: 100%;
|
|
1805
|
-
max-width: 800px;
|
|
1806
|
-
margin: 0 auto;
|
|
1807
|
-
}
|
|
1808
|
-
.notifications-header[data-v-5af8a2ed] {
|
|
1809
|
-
display: flex;
|
|
1810
|
-
justify-content: space-between;
|
|
1811
|
-
align-items: center;
|
|
1812
|
-
margin-bottom: 20px;
|
|
1813
|
-
}
|
|
1814
|
-
.notifications-controls[data-v-5af8a2ed] {
|
|
1815
|
-
display: flex;
|
|
1816
|
-
align-items: center;
|
|
1817
|
-
gap: 16px;
|
|
1818
|
-
}
|
|
1819
|
-
.notifications-filter select[data-v-5af8a2ed] {
|
|
1820
|
-
padding: 6px 12px;
|
|
1821
|
-
border-radius: 4px;
|
|
1822
|
-
border: 1px solid #ddd;
|
|
1823
|
-
}
|
|
1824
|
-
.mark-all-read-btn[data-v-5af8a2ed] {
|
|
1825
|
-
background-color: #2196f3;
|
|
1826
|
-
color: white;
|
|
1827
|
-
border: none;
|
|
1828
|
-
padding: 6px 12px;
|
|
1829
|
-
border-radius: 4px;
|
|
1830
|
-
cursor: pointer;
|
|
1831
|
-
}
|
|
1832
|
-
.notifications-loading[data-v-5af8a2ed],
|
|
1833
|
-
.notifications-empty[data-v-5af8a2ed] {
|
|
1834
|
-
padding: 40px 0;
|
|
1835
|
-
text-align: center;
|
|
1836
|
-
color: #666;
|
|
1837
|
-
}
|
|
1838
|
-
.loading-spinner[data-v-5af8a2ed] {
|
|
1839
|
-
font-size: 2rem;
|
|
1840
|
-
margin-bottom: 10px;
|
|
1841
|
-
animation: spin-5af8a2ed 1s linear infinite;
|
|
1842
|
-
}
|
|
1843
|
-
@keyframes spin-5af8a2ed {
|
|
1844
|
-
from { transform: rotate(0deg);
|
|
1845
|
-
}
|
|
1846
|
-
to { transform: rotate(360deg);
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
.notifications-items[data-v-5af8a2ed] {
|
|
1850
|
-
display: flex;
|
|
1851
|
-
flex-direction: column;
|
|
1852
|
-
gap: 10px;
|
|
1853
|
-
}
|
|
1854
|
-
.notifications-footer[data-v-5af8a2ed] {
|
|
1855
|
-
margin-top: 20px;
|
|
1856
|
-
text-align: center;
|
|
1857
|
-
}
|
|
1858
|
-
.refresh-btn[data-v-5af8a2ed] {
|
|
1859
|
-
background: none;
|
|
1860
|
-
border: none;
|
|
1861
|
-
color: #666;
|
|
1862
|
-
cursor: pointer;
|
|
1863
|
-
padding: 6px 12px;
|
|
1864
|
-
}
|
|
1865
|
-
.refresh-btn[data-v-5af8a2ed]:hover {
|
|
1866
|
-
color: #2196f3;
|
|
1867
|
-
}
|
|
1868
|
-
.embla {
|
|
1681
|
+
}.embla {
|
|
1869
1682
|
overflow: hidden;
|
|
1870
1683
|
}
|
|
1871
1684
|
.embla__container {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
class="w-m-50r h-40r mobile:h-100 h-m-40r bg-white mobile:radius-zero radius-medium pd-medium"
|
|
8
8
|
>
|
|
9
9
|
<div v-if="loading" class="flex-center h-100">
|
|
10
|
-
<Loader />
|
|
10
|
+
<Loader :centered="true"/>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<div v-else class="flex h-min-100 flex-row mobile:flex-column gap-regular">
|
|
@@ -64,21 +64,21 @@ export const navigationItems = [
|
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
category: 'Orders',
|
|
67
|
-
visible: () =>
|
|
67
|
+
visible: (auth, route) => isModuleInstalled('orders') && (
|
|
68
|
+
auth.user && (
|
|
69
|
+
auth.user._id === route.params._id ||
|
|
70
|
+
(auth.access.roles &&
|
|
71
|
+
(auth.access.roles.includes('ROLE_MODERATOR') ||
|
|
72
|
+
auth.access.roles.includes('ROLE_ADMIN'))
|
|
73
|
+
)
|
|
74
|
+
)
|
|
75
|
+
),
|
|
68
76
|
items: [
|
|
69
77
|
{
|
|
70
78
|
title: 'Orders',
|
|
71
79
|
iconComponent: IconOrders,
|
|
72
80
|
route: (auth, route) => `/users/${route.params._id}/orders`,
|
|
73
|
-
|
|
74
|
-
auth.user && (
|
|
75
|
-
auth.user._id === route.params._id ||
|
|
76
|
-
(auth.access.roles &&
|
|
77
|
-
(auth.access.roles.includes('ROLE_MODERATOR') ||
|
|
78
|
-
auth.access.roles.includes('ROLE_ADMIN'))
|
|
79
|
-
)
|
|
80
|
-
)
|
|
81
|
-
)
|
|
81
|
+
|
|
82
82
|
},
|
|
83
83
|
]
|
|
84
84
|
},
|
|
@@ -33,7 +33,6 @@ export function getUsersRoutes(options = {}) {
|
|
|
33
33
|
},
|
|
34
34
|
sidebar_hover: false,
|
|
35
35
|
sidebar_navigation_items: navigationItems,
|
|
36
|
-
sidebar_header_component: ProfileCard,
|
|
37
36
|
sidebar_footer_component: HelpCard,
|
|
38
37
|
sidebarOpenOnEnter: true,
|
|
39
38
|
sidebarCloseOnLeave: true
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { reactive } from 'vue';
|
|
2
|
+
|
|
1
3
|
class WebSocketManager {
|
|
2
4
|
constructor() {
|
|
3
5
|
this.socket = null;
|
|
4
|
-
this.isConnected = false;
|
|
5
6
|
this.reconnectAttempts = 0;
|
|
6
7
|
this.maxReconnectAttempts = 5;
|
|
7
8
|
this.reconnectDelay = 3000;
|
|
@@ -17,6 +18,24 @@ class WebSocketManager {
|
|
|
17
18
|
this.rpcCallbacks = new Map();
|
|
18
19
|
this.rpcTimeout = 30000; // 30 секунд таймаут по умолчанию
|
|
19
20
|
this.rpcIdCounter = 0;
|
|
21
|
+
|
|
22
|
+
// Реактивное состояние
|
|
23
|
+
this.state = reactive({
|
|
24
|
+
isConnected: false,
|
|
25
|
+
wasConnected: false, // был ли когда-либо подключен
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// Геттер для обратной совместимости
|
|
30
|
+
get isConnected() {
|
|
31
|
+
return this.state.isConnected;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
set isConnected(value) {
|
|
35
|
+
this.state.isConnected = value;
|
|
36
|
+
if (value) {
|
|
37
|
+
this.state.wasConnected = true;
|
|
38
|
+
}
|
|
20
39
|
}
|
|
21
40
|
|
|
22
41
|
initialize(options = {}) {
|
|
@@ -78,9 +78,6 @@ export function renderAndMountApp({ createApp, hooks = {} }) {
|
|
|
78
78
|
initialState = null;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
81
|
if (initialState) {
|
|
85
82
|
console.log('[AUTH COOKIE DEBUG] Browser initialState.auth:', initialState.auth);
|
|
86
83
|
console.log('[AUTH COOKIE DEBUG] Has token?', !!initialState?.auth?.access?.token);
|
|
@@ -89,6 +86,15 @@ export function renderAndMountApp({ createApp, hooks = {} }) {
|
|
|
89
86
|
// Применяем начальное состояние ко всем модулям (true = гидратация)
|
|
90
87
|
store.setInitialState(initialState, true);
|
|
91
88
|
|
|
89
|
+
// Гидратация session из auth данных — напрямую в reactive state
|
|
90
|
+
if (initialState?.auth?.user?._id && store.core?.state?.session) {
|
|
91
|
+
store.core.state.session.userId = initialState.auth.user._id;
|
|
92
|
+
store.core.state.session.token = initialState.auth.access?.token;
|
|
93
|
+
store.core.state.session.roles = initialState.auth.access?.roles;
|
|
94
|
+
store.core.state.session.accesses = initialState.auth.accesses || [];
|
|
95
|
+
console.log('[AUTH COOKIE DEBUG] Session hydrated with userId:', initialState.auth.user._id);
|
|
96
|
+
}
|
|
97
|
+
|
|
92
98
|
if (initialState?.auth?.access?.token) {
|
|
93
99
|
console.log('[AUTH COOKIE DEBUG] Setting auth token from initialState');
|
|
94
100
|
|