@ozdao/prometheus-framework 0.0.86 → 0.0.87
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-15e71ec4.js +1 -0
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-cdbafd07.mjs +1944 -0
- package/dist/CardOrganization-ee5c34ab.js +1 -0
- package/dist/CardOrganization-f70bd169.mjs +202 -0
- package/dist/Comments-63f154a6.js +9 -0
- package/dist/Comments-c5afa4d6.mjs +459 -0
- package/dist/Feed-8fd41524.js +1 -0
- package/dist/Feed-ecf37814.mjs +367 -0
- package/dist/IconEdit-736c89be.js +1 -0
- package/dist/IconEdit-e9fd4c6c.mjs +21 -0
- package/dist/Popup-105ef2c3.js +1 -0
- package/dist/Popup-82fb2c8a.mjs +76 -0
- package/dist/Product-2f3d592f.mjs +837 -0
- package/dist/Product-2fbf9d99.js +7 -0
- package/dist/ProductEdit-20709821.mjs +349 -0
- package/dist/ProductEdit-a81d13b9.js +1 -0
- package/dist/ProfileBlogposts-eca9916c.js +1 -0
- package/dist/ProfileBlogposts-fb014bc6.mjs +63 -0
- package/dist/ProfileComments-58094a50.mjs +43 -0
- package/dist/ProfileComments-b919f021.js +1 -0
- package/dist/ProfileEvents-05485e20.js +1 -0
- package/dist/ProfileEvents-5d206e3d.mjs +55 -0
- package/dist/ProfileLikes-2f3a4488.js +1 -0
- package/dist/ProfileLikes-b5ac7f48.mjs +43 -0
- package/dist/ProfileOrganizations-0b76e38f.js +1 -0
- package/dist/ProfileOrganizations-32ab1e30.mjs +211 -0
- package/dist/Publics-3f277c17.js +1 -0
- package/dist/Publics-9ebffff1.mjs +122 -0
- package/dist/Tab-58cd105f.mjs +46 -0
- package/dist/Tab-6f0a4909.js +1 -0
- package/dist/UploadImage-441e8526.js +1 -0
- package/dist/UploadImage-ff8f9a0c.mjs +83 -0
- package/dist/auth.client.cjs +2 -2
- package/dist/auth.client.js +60 -40
- package/dist/community.client.cjs +1 -9
- package/dist/community.client.js +367 -739
- package/dist/community.server.js +16 -4
- package/dist/community.server.mjs +16 -4
- package/dist/events.client.cjs +1 -1
- package/dist/events.client.js +431 -329
- package/dist/events.server.js +19 -2
- package/dist/events.server.mjs +19 -2
- package/dist/inputs.validation-24ae76b9.js +1 -0
- package/dist/modules/constructor/components/elements/Bullets.vue.d.ts +15 -0
- package/dist/modules/constructor/components/elements/Caption.vue.d.ts +15 -0
- package/dist/modules/constructor/components/elements/H2.vue.d.ts +16 -0
- package/dist/modules/constructor/components/elements/Image.vue.d.ts +8 -0
- package/dist/modules/constructor/components/elements/ImageUpload.vue.d.ts +9 -0
- package/dist/modules/constructor/components/elements/Textarea.vue.d.ts +12 -0
- package/dist/modules/constructor/components/sections/Constructor.vue.d.ts +7 -0
- package/dist/modules/events/components/sections/Feed.vue.d.ts +1 -0
- package/dist/organizations-1b4c84ee.mjs +121 -0
- package/dist/organizations-af43bda4.js +1 -0
- package/dist/organizations.client-253c8068.mjs +3179 -0
- package/dist/organizations.client-c60d7659.js +3 -0
- package/dist/organizations.client.cjs +1 -3
- package/dist/organizations.client.js +49 -3025
- package/dist/style.css +1 -1
- package/dist/users.client.cjs +1 -1
- package/dist/users.client.js +10 -10
- package/package.json +1 -1
- package/src/modules/auth/router/auth.js +28 -7
- package/src/modules/community/community.client.js +1 -12
- package/src/modules/community/components/pages/BlogPost.vue +1 -1
- package/src/modules/community/components/pages/CreateBlogPost.vue +8 -151
- package/src/modules/community/middlewares/server/verifyBlogpost.js +24 -11
- package/src/modules/{community → constructor}/components/elements/Textarea.vue +3 -11
- package/src/modules/constructor/components/sections/Constructor.vue +167 -0
- package/src/modules/events/components/blocks/CardEvent.vue +14 -6
- package/src/modules/events/components/pages/EditEvent.vue +228 -133
- package/src/modules/events/components/sections/Feed.vue +7 -1
- package/src/modules/events/controllers/events.controller.js +9 -0
- package/src/modules/events/controllers/tickets.controller.js +2 -1
- package/src/modules/events/models/event.model.js +10 -0
- package/src/modules/events/store/events.js +15 -19
- package/src/modules/organizations/components/blocks/CardOrganization.vue +1 -3
- package/src/modules/organizations/components/sections/Publics.vue +2 -3
- package/src/modules/organizations/organizations.client.js +0 -2
- package/src/modules/users/components/pages/ProfileEvents.vue +3 -3
- package/src/modules/organizations/components/blocks/CardOrganizationSocial.vue +0 -46
- /package/src/modules/{community → constructor}/components/elements/Bullets.vue +0 -0
- /package/src/modules/{community → constructor}/components/elements/Caption.vue +0 -0
- /package/src/modules/{community → constructor}/components/elements/H2.vue +0 -0
- /package/src/modules/{community → constructor}/components/elements/Image.vue +0 -0
- /package/src/modules/{community → constructor}/components/elements/ImageUpload.vue +0 -0
@@ -1,46 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<div
|
3
|
-
class="mn-small flex radius-medium bg-grey"
|
4
|
-
>
|
5
|
-
<div class="pd-medium w-100 flex-nowrap flex">
|
6
|
-
<img v-if="organization.profile.photo && organization.profile.photo.length > 0" :src="organization.profile.photo" class="radius-medium i-thin" />
|
7
|
-
|
8
|
-
<svg v-else class="radius-medium i-thin" width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
|
9
|
-
<circle fill="rgb(var(--main))" cx="21" cy="21" r="21" />
|
10
|
-
<path fill="#242424" fill-opacity="0.1" fill-rule="evenodd" clip-rule="evenodd" d="M8.00233 37.4954C8.00078 37.4458 8 37.3961 8 37.3462C8 32.9066 11.5673 29.3077 15.9677 29.3077H26.0323C30.4328 29.3077 34 32.9066 34 37.3462C34 37.3961 33.9992 37.4458 33.9977 37.4954C30.4223 40.3165 25.9078 42 21 42C16.0922 42 11.5777 40.3164 8.00233 37.4954ZM21 9C16.5995 9 13.0323 12.5989 13.0323 17.0385C13.0323 21.478 16.5995 25.0769 21 25.0769C25.4005 25.0769 28.9677 21.478 28.9677 17.0385C28.9677 12.5989 25.4005 9 21 9Z" />
|
11
|
-
</svg>
|
12
|
-
|
13
|
-
<div @click="$router.push({name: 'Organization', params: {_id: organization._id}})" class=" mn-l-thin">
|
14
|
-
<p class="w-max h4">{{ organization.profile.name.length > 16 ? organization.profile.name.substring(0, 10) + '...' : organization.profile.name }}</p>
|
15
|
-
<p class="">{{organization.numberOfMemberships}} followers</p>
|
16
|
-
</div>
|
17
|
-
</div>
|
18
|
-
|
19
|
-
<ButtonFollow
|
20
|
-
v-if="user._id"
|
21
|
-
:type="'organization'"
|
22
|
-
:isMember="organization.isMember"
|
23
|
-
:targetId="organization._id"
|
24
|
-
:userId="user._id"
|
25
|
-
class="radius-bl-big radius-br-big radius-tl-zero radius-tr-zero w-100"
|
26
|
-
@updateMembership="emits('updateMembership', $event)"
|
27
|
-
/>
|
28
|
-
</div>
|
29
|
-
</template>
|
30
|
-
|
31
|
-
<script setup>
|
32
|
-
import { reactive } from 'vue'
|
33
|
-
import { useRouter } from 'vue-router'
|
34
|
-
|
35
|
-
import ButtonFollow from '@pf/src/modules/organizations/components/elements/ButtonFollow.vue'
|
36
|
-
|
37
|
-
const emits = defineEmits(['updateMembership'])
|
38
|
-
|
39
|
-
const props = defineProps({
|
40
|
-
organization: Object,
|
41
|
-
user: Object,
|
42
|
-
});
|
43
|
-
|
44
|
-
|
45
|
-
const router = useRouter()
|
46
|
-
</script>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|