@ozdao/prometheus-framework 0.1.20 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BackofficeGallery-7ae8fbba.mjs +307 -0
- package/dist/BackofficeGallery-fe39cff3.js +1 -0
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-8660f9cb.js +1 -0
- package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-bd3889ee.mjs +1945 -0
- package/dist/ButtonFollow-81508d85.mjs +132 -0
- package/dist/ButtonFollow-df6317f0.js +1 -0
- package/dist/CardOrganization-d8f209ee.js +1 -0
- package/dist/CardOrganization-de8ec36e.mjs +230 -0
- package/dist/Feed-a75d053e.js +1 -0
- package/dist/Feed-c4084664.mjs +368 -0
- package/dist/Feed-fea84ce7.mjs +439 -0
- package/dist/Feed-ff3b96b2.js +1 -0
- package/dist/Image-1281bc48.mjs +477 -0
- package/dist/Image-8e67dd2d.js +9 -0
- package/dist/Popup-b7609baa.js +1 -0
- package/dist/Popup-d5c4cb46.mjs +76 -0
- package/dist/Product-3c7b2921.mjs +841 -0
- package/dist/Product-6df77924.js +7 -0
- package/dist/ProductEdit-737e2a5a.mjs +302 -0
- package/dist/ProductEdit-c99ab559.js +1 -0
- package/dist/ProfileBlogposts-4293a1e3.js +1 -0
- package/dist/ProfileBlogposts-4c326fed.mjs +65 -0
- package/dist/ProfileComments-03f88b54.mjs +44 -0
- package/dist/ProfileComments-761ce00e.js +1 -0
- package/dist/ProfileEvents-0bdd36e4.mjs +57 -0
- package/dist/ProfileEvents-a9b96fec.js +1 -0
- package/dist/ProfileLikes-3edf6fb8.mjs +44 -0
- package/dist/ProfileLikes-51729962.js +1 -0
- package/dist/ProfileOrganizations-8961aaee.mjs +213 -0
- package/dist/ProfileOrganizations-f52e62e1.js +1 -0
- package/dist/Publics-70a0ca9c.mjs +45 -0
- package/dist/Publics-bbab7a79.js +1 -0
- package/dist/Select-90d4b7c8.mjs +81 -0
- package/dist/Select-b9299fb6.js +1 -0
- package/dist/Select.vue_vue_type_style_index_0_scoped_a78dbba1_lang-0ea8fbf8.js +1 -0
- package/dist/Select.vue_vue_type_style_index_0_scoped_a78dbba1_lang-4ed993c7.mjs +1 -0
- package/dist/UploadImage-c9711af2.js +1 -0
- package/dist/UploadImage-ec3714e8.mjs +83 -0
- package/dist/UploadImageMultiple-b4c8d627.js +1 -0
- package/dist/UploadImageMultiple-ebcc51e6.mjs +58 -0
- package/dist/auth-78d9392a.mjs +612 -0
- package/dist/auth-96449d96.js +7 -0
- package/dist/auth.client.cjs +8 -8
- package/dist/auth.client.js +8 -8
- package/dist/auth.validation-9e493d2f.mjs +20 -0
- package/dist/auth.validation-d4795c25.js +1 -0
- package/dist/backoffice.client.cjs +1 -1
- package/dist/backoffice.client.js +43 -48
- package/dist/community.client.cjs +1 -1
- package/dist/community.client.js +44 -42
- package/dist/events.client.cjs +2 -2
- package/dist/events.client.js +25 -24
- package/dist/index-2a0269fc.js +2 -0
- package/dist/index-9128ade5.mjs +1228 -0
- package/dist/landing.client.cjs +1 -1
- package/dist/organizations-0fb56927.mjs +122 -0
- package/dist/organizations-195ec134.js +1 -0
- package/dist/organizations.client-b39db194.js +3 -0
- package/dist/organizations.client-df5e8a6f.mjs +3020 -0
- package/dist/organizations.client.cjs +1 -1
- package/dist/organizations.client.js +46 -44
- package/dist/style.css +1 -1
- package/dist/users.client.cjs +1 -1
- package/dist/users.client.js +23 -23
- package/package.json +1 -1
- package/src/modules/backoffice/components/layouts/Backoffice.vue +0 -11
- package/src/modules/gallery/components/sections/BackofficeGallery.vue +3 -1
@@ -0,0 +1,439 @@
|
|
1
|
+
import { reactive as z, watch as B, openBlock as o, createElementBlock as i, toDisplayString as d, createCommentVNode as c, createElementVNode as b, ref as g, createTextVNode as I, computed as L, createBlock as w, withModifiers as T, createVNode as k, normalizeClass as N, unref as m, renderSlot as O, onMounted as U, Transition as $, withCtx as j, Fragment as A, renderList as M } from "vue";
|
2
|
+
import { _ as F } from "./EmptyState-34d85f10.mjs";
|
3
|
+
import { _ as V } from "./_plugin-vue_export-helper-dad06003.mjs";
|
4
|
+
import { _ as q, a as D } from "./Chips-03ff0c34.mjs";
|
5
|
+
import { useRouter as G } from "vue-router";
|
6
|
+
import { a as E } from "./index-9128ade5.mjs";
|
7
|
+
import { s as p } from "./globals-96ba60e4.mjs";
|
8
|
+
import { I as H } from "./IconEdit-eacf3856.mjs";
|
9
|
+
const _ = E.create({ baseURL: process.env.API_URL, withCredentials: !0 });
|
10
|
+
_.defaults.withCredentials = !0;
|
11
|
+
const f = z({
|
12
|
+
all: [],
|
13
|
+
filter: {
|
14
|
+
// query
|
15
|
+
tags: [],
|
16
|
+
period: ""
|
17
|
+
// pagination
|
18
|
+
},
|
19
|
+
pagination: {
|
20
|
+
page: 1,
|
21
|
+
perPage: 18
|
22
|
+
},
|
23
|
+
// Sort
|
24
|
+
sort: {
|
25
|
+
current: "popularity",
|
26
|
+
ascending: !1
|
27
|
+
},
|
28
|
+
current: {
|
29
|
+
_id: "",
|
30
|
+
url: "",
|
31
|
+
status: "",
|
32
|
+
name: "",
|
33
|
+
tags: [],
|
34
|
+
owner: {},
|
35
|
+
date: "",
|
36
|
+
views: 0,
|
37
|
+
content: []
|
38
|
+
}
|
39
|
+
});
|
40
|
+
async function R(e = {}) {
|
41
|
+
e.params = e.params || {}, e.params.skip = e.skip || 0, e.params.limit = e.limit || 9, e.params.tags = e.tags || [], e.period && (e.params.period = e.period), e.url && (e.params = { url: e.url }), e.category && (e.params.category = e.category), e.organization && (e.params.organization = e.organization), e.owner && (e.params.owner = e.owner), e.creator && (e.params.creator = e.creator), e.status && (e.params.status = e.status), e.user && (e.params.user = e.user), e.params.skip = e.skip || 0, e.params.limit = e.limit || 10;
|
42
|
+
try {
|
43
|
+
console.log("Request params:" + e.params);
|
44
|
+
const t = await _.get("/api/blog/read", { params: e.params });
|
45
|
+
return e.url ? P(t.data, "current") : P(t.data, "all"), Promise.resolve(t.data);
|
46
|
+
} catch (t) {
|
47
|
+
return p(t), Promise.reject(t);
|
48
|
+
}
|
49
|
+
}
|
50
|
+
async function J(e) {
|
51
|
+
return _.post("/api/blog/create", e).then(
|
52
|
+
(t) => (P(t.data, "current"), Promise.resolve(t.data)),
|
53
|
+
(t) => (p(t), Promise.reject(t))
|
54
|
+
);
|
55
|
+
}
|
56
|
+
async function K(e) {
|
57
|
+
return _.post("/api/blog/update", e).then(
|
58
|
+
(t) => (P(t.data, "current"), Promise.resolve(t.data)),
|
59
|
+
(t) => (p(t), Promise.reject(t))
|
60
|
+
);
|
61
|
+
}
|
62
|
+
async function Q(e) {
|
63
|
+
return await _.delete(`/api/blog/delete/${e}`).then(
|
64
|
+
(t) => {
|
65
|
+
const a = f.all.findIndex((r) => r._id === e);
|
66
|
+
return a !== -1 && f.all.splice(a, 1), Promise.resolve(t.data);
|
67
|
+
},
|
68
|
+
(t) => (p(t), Promise.reject(t))
|
69
|
+
);
|
70
|
+
}
|
71
|
+
function P(e, t) {
|
72
|
+
f[t] = e;
|
73
|
+
}
|
74
|
+
function W() {
|
75
|
+
f.current = {
|
76
|
+
_id: "",
|
77
|
+
url: "",
|
78
|
+
status: "",
|
79
|
+
name: "",
|
80
|
+
tags: [],
|
81
|
+
author: "",
|
82
|
+
owner: "",
|
83
|
+
date: "",
|
84
|
+
views: 0,
|
85
|
+
content: []
|
86
|
+
};
|
87
|
+
}
|
88
|
+
function X(e) {
|
89
|
+
const t = {
|
90
|
+
order: f.project.content.length + 1,
|
91
|
+
type: e.type,
|
92
|
+
data: e.data,
|
93
|
+
class: e.class,
|
94
|
+
content: e.content
|
95
|
+
};
|
96
|
+
f.project.content.push(t);
|
97
|
+
}
|
98
|
+
B(f, (e, t) => {
|
99
|
+
});
|
100
|
+
const Ce = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
101
|
+
__proto__: null,
|
102
|
+
blockAdd: X,
|
103
|
+
clean: W,
|
104
|
+
create: J,
|
105
|
+
read: R,
|
106
|
+
remove: Q,
|
107
|
+
set: P,
|
108
|
+
state: f,
|
109
|
+
update: K
|
110
|
+
}, Symbol.toStringTag, { value: "Module" })), Y = {
|
111
|
+
props: {
|
112
|
+
progress: {
|
113
|
+
type: Number,
|
114
|
+
default: null
|
115
|
+
},
|
116
|
+
status: {
|
117
|
+
type: String,
|
118
|
+
default: null
|
119
|
+
}
|
120
|
+
}
|
121
|
+
}, Z = { class: "circular-loader" }, ee = /* @__PURE__ */ b("svg", { viewBox: "25 25 50 50" }, [
|
122
|
+
/* @__PURE__ */ b("circle", {
|
123
|
+
cx: "50",
|
124
|
+
cy: "50",
|
125
|
+
r: "20",
|
126
|
+
fill: "none",
|
127
|
+
"stroke-width": "4",
|
128
|
+
"stroke-miterlimit": "10"
|
129
|
+
})
|
130
|
+
], -1), te = {
|
131
|
+
key: 0,
|
132
|
+
class: "progress-text"
|
133
|
+
}, re = {
|
134
|
+
key: 1,
|
135
|
+
class: "uppercase t-semi w-m-10r status-text"
|
136
|
+
};
|
137
|
+
function ae(e, t, a, r, s, l) {
|
138
|
+
return o(), i("div", Z, [
|
139
|
+
ee,
|
140
|
+
a.progress ? (o(), i("div", te, d(a.progress), 1)) : c("", !0),
|
141
|
+
a.status ? (o(), i("div", re, d(a.status), 1)) : c("", !0)
|
142
|
+
]);
|
143
|
+
}
|
144
|
+
const se = /* @__PURE__ */ V(Y, [["render", ae]]), x = E.create({
|
145
|
+
baseURL: process.env.API_URL,
|
146
|
+
withCredentials: !0
|
147
|
+
}), y = z({
|
148
|
+
reactions: [],
|
149
|
+
error: null
|
150
|
+
}), S = {
|
151
|
+
async read({ user: e, type: t, target: a, role: r }) {
|
152
|
+
try {
|
153
|
+
const s = await x.get("/api/reactions", { params: { user: e, type: t, target: a, role: r } });
|
154
|
+
return y.error = null, y.reactions = s.data, Promise.resolve(s.data);
|
155
|
+
} catch (s) {
|
156
|
+
return p(s), Promise.reject(s);
|
157
|
+
}
|
158
|
+
},
|
159
|
+
async create(e) {
|
160
|
+
try {
|
161
|
+
const t = await x.post("/api/reactions/create", e);
|
162
|
+
return y.error = null, Promise.resolve(t.data);
|
163
|
+
} catch (t) {
|
164
|
+
return console.log(t), p(t), Promise.reject(t);
|
165
|
+
}
|
166
|
+
},
|
167
|
+
async update(e) {
|
168
|
+
try {
|
169
|
+
const t = await x.post("/api/reactions/update", e);
|
170
|
+
return y.error = null, Promise.resolve(t.data);
|
171
|
+
} catch (t) {
|
172
|
+
return p(t), Promise.reject(t);
|
173
|
+
}
|
174
|
+
},
|
175
|
+
async delete(e) {
|
176
|
+
try {
|
177
|
+
const t = await x.post("/api/reactions/delete", e);
|
178
|
+
return y.error = null, Promise.resolve(t.data);
|
179
|
+
} catch (t) {
|
180
|
+
return p(t), Promise.reject(t);
|
181
|
+
}
|
182
|
+
}
|
183
|
+
}, oe = {
|
184
|
+
handleReactionUpdate(e, t, a) {
|
185
|
+
let r;
|
186
|
+
if (Array.isArray(e) ? r = e.find((s) => s._id === t.target) : typeof e == "object" && e._id === t.target && (r = e), r)
|
187
|
+
if (r.hasReaction = a, a)
|
188
|
+
r.reactions.push(t), r.numberOfReactions += 1;
|
189
|
+
else {
|
190
|
+
const s = r.reactions.findIndex((l) => l._id === t._id);
|
191
|
+
s !== -1 && (r.reactions.splice(s, 1), r.numberOfReactions -= 1);
|
192
|
+
}
|
193
|
+
}
|
194
|
+
};
|
195
|
+
B(y, (e) => {
|
196
|
+
});
|
197
|
+
const Ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
198
|
+
__proto__: null,
|
199
|
+
actions: S,
|
200
|
+
mutations: oe,
|
201
|
+
state: y
|
202
|
+
}, Symbol.toStringTag, { value: "Module" })), ne = { class: "t-semi br-top-dark flex-nowrap flex-nojustify flex" }, le = /* @__PURE__ */ b("span", { class: "mn-r-small mn-l-small d-block" }, "·", -1), ie = { class: "cursor-pointer" }, ce = /* @__PURE__ */ b("span", { class: "mn-r-small mn-l-small d-block" }, "·", -1), ue = {
|
203
|
+
__name: "FooterBlogpost",
|
204
|
+
props: ["blogpost", "owner", "user"],
|
205
|
+
setup(e) {
|
206
|
+
const t = e, a = g(t.blogpost.numberOfReactions), r = g(t.blogpost.isReacted), s = g(t.blogpost.reactionId);
|
207
|
+
async function l(v) {
|
208
|
+
if (!t.user) {
|
209
|
+
alert("Please login to add a reaction");
|
210
|
+
return;
|
211
|
+
}
|
212
|
+
try {
|
213
|
+
const n = {
|
214
|
+
target: t.blogpost._id,
|
215
|
+
type: "blogpost",
|
216
|
+
user: t.user,
|
217
|
+
class: "like"
|
218
|
+
}, h = await S.create(n);
|
219
|
+
h.reaction.class === "like" && (a.value += 1, r.value = !0, s.value = h.reaction._id);
|
220
|
+
} catch (n) {
|
221
|
+
console.error(n), alert("Error adding reaction. Please try again later.");
|
222
|
+
}
|
223
|
+
}
|
224
|
+
async function u(v) {
|
225
|
+
if (!t.user) {
|
226
|
+
alert("Please login to add a reaction");
|
227
|
+
return;
|
228
|
+
}
|
229
|
+
try {
|
230
|
+
const n = { _id: s.value };
|
231
|
+
await S.delete(n), a.value -= 1, r.value = !1, s.value = null;
|
232
|
+
} catch {
|
233
|
+
alert("Error adding reaction. Please try again later.");
|
234
|
+
}
|
235
|
+
}
|
236
|
+
return (v, n) => (o(), i("footer", ne, [
|
237
|
+
I(" 👁️ " + d(e.blogpost.views) + " ", 1),
|
238
|
+
le,
|
239
|
+
b("div", ie, [
|
240
|
+
r.value ? c("", !0) : (o(), i("div", {
|
241
|
+
key: 0,
|
242
|
+
class: "cursor-pointer",
|
243
|
+
onClick: n[0] || (n[0] = (h) => l())
|
244
|
+
}, " 👍 " + d(a.value), 1)),
|
245
|
+
r.value ? (o(), i("div", {
|
246
|
+
key: 1,
|
247
|
+
class: "cursor-pointer",
|
248
|
+
onClick: n[1] || (n[1] = (h) => u())
|
249
|
+
}, " 👍 " + d(a.value), 1)) : c("", !0)
|
250
|
+
]),
|
251
|
+
ce,
|
252
|
+
I(" 💬 " + d(e.blogpost.numberOfComments), 1)
|
253
|
+
]));
|
254
|
+
}
|
255
|
+
}, de = { class: "pos-relative bg-grey radius-big" }, me = ["src"], ge = { class: "pd-t-zero pd-medium" }, pe = {
|
256
|
+
key: 0,
|
257
|
+
class: "cursor-pointer mn-thin flex-nowrap flex w-100"
|
258
|
+
}, fe = {
|
259
|
+
key: 0,
|
260
|
+
class: "pd-micro t-white uppercase t-semi p-small flex-center flex pd-r-small pd-l-small mn-l-thin w-min bg-second radius-extra"
|
261
|
+
}, ye = {
|
262
|
+
key: 1,
|
263
|
+
class: "mn-small t-transp p-big"
|
264
|
+
}, be = {
|
265
|
+
key: 2,
|
266
|
+
class: "mn-small h2"
|
267
|
+
}, ve = {
|
268
|
+
__name: "CardBlogpost",
|
269
|
+
props: ["blogpost", "user", "type"],
|
270
|
+
setup(e) {
|
271
|
+
const t = e, a = G(), r = L(() => t.blogpost.content.find((l) => l.type === "ImageUpload")), s = L(() => t.blogpost.content.find((l) => l.type === "Textarea"));
|
272
|
+
return (l, u) => (o(), i("article", de, [
|
273
|
+
e.user === e.blogpost.creator.target._id ? (o(), w(H, {
|
274
|
+
key: 0,
|
275
|
+
onClick: u[0] || (u[0] = T((v) => l.$router.push({
|
276
|
+
name: "Edit BlogPost",
|
277
|
+
params: {
|
278
|
+
url: e.blogpost.url
|
279
|
+
}
|
280
|
+
}), ["stop"])),
|
281
|
+
class: "z-index-2 pos-absolute pos-t-regular pos-r-regular i-regular t-transp"
|
282
|
+
})) : c("", !0),
|
283
|
+
k(q, {
|
284
|
+
class: N({
|
285
|
+
"mn-small pd-medium": e.type !== "short",
|
286
|
+
"flex-child-order-last flex-child mn-l-small": e.type === "short"
|
287
|
+
}),
|
288
|
+
owner: e.blogpost.owner,
|
289
|
+
creator: e.blogpost.creator,
|
290
|
+
date: e.blogpost.createdAt
|
291
|
+
}, null, 8, ["class", "owner", "creator", "date"]),
|
292
|
+
m(r) && m(r).content && e.type !== "blogpostPage" ? (o(), i("img", {
|
293
|
+
key: 1,
|
294
|
+
src: (l.FILE_SERVER_URL || "") + m(r).content,
|
295
|
+
alt: "Blog post image",
|
296
|
+
class: "mn-medium object-fit-cover w-100 h-20r"
|
297
|
+
}, null, 8, me)) : c("", !0),
|
298
|
+
b("section", ge, [
|
299
|
+
e.type !== "blogpostPage" ? (o(), i("div", pe, [
|
300
|
+
b("h3", {
|
301
|
+
onClick: u[1] || (u[1] = (v) => m(a).push({
|
302
|
+
name: "BlogPost",
|
303
|
+
params: {
|
304
|
+
url: e.blogpost.url
|
305
|
+
}
|
306
|
+
})),
|
307
|
+
class: ""
|
308
|
+
}, d(e.blogpost.name), 1),
|
309
|
+
e.blogpost.status === "draft" ? (o(), i("div", fe, d(e.blogpost.status), 1)) : c("", !0)
|
310
|
+
])) : c("", !0),
|
311
|
+
m(s) && m(s).content && e.type !== "blogpostPage" ? (o(), i("p", ye, d(m(s).content.slice(0, 120)) + "... ", 1)) : c("", !0),
|
312
|
+
e.type === "blogpostPage" ? (o(), i("h3", be, d(e.blogpost.name), 1)) : c("", !0),
|
313
|
+
O(l.$slots, "default"),
|
314
|
+
e.type !== "short" && e.blogpost.tags.length > 0 ? (o(), w(D, {
|
315
|
+
key: 3,
|
316
|
+
chips: e.blogpost.tags
|
317
|
+
}, null, 8, ["chips"])) : c("", !0)
|
318
|
+
]),
|
319
|
+
k(ue, {
|
320
|
+
class: "pd-t-zero pd-medium",
|
321
|
+
blogpost: e.blogpost,
|
322
|
+
user: e.user
|
323
|
+
}, null, 8, ["blogpost", "user"])
|
324
|
+
]));
|
325
|
+
}
|
326
|
+
}, he = { class: "feed" }, we = { key: 1 }, Le = {
|
327
|
+
__name: "Feed",
|
328
|
+
props: {
|
329
|
+
category: {
|
330
|
+
type: String,
|
331
|
+
default: null
|
332
|
+
},
|
333
|
+
owner: {
|
334
|
+
type: String,
|
335
|
+
default: null
|
336
|
+
},
|
337
|
+
creator: {
|
338
|
+
type: String,
|
339
|
+
default: null
|
340
|
+
},
|
341
|
+
status: {
|
342
|
+
type: String,
|
343
|
+
default: "published"
|
344
|
+
},
|
345
|
+
user: {
|
346
|
+
type: [String, Number],
|
347
|
+
default: null
|
348
|
+
},
|
349
|
+
period: {
|
350
|
+
type: String,
|
351
|
+
default: null
|
352
|
+
}
|
353
|
+
},
|
354
|
+
setup(e) {
|
355
|
+
const t = e, a = g([]), r = g(!0);
|
356
|
+
let s = g(!0), l = g(0), u = g(7);
|
357
|
+
const v = async () => {
|
358
|
+
if (r.value) {
|
359
|
+
l.value += u.value;
|
360
|
+
const n = await R({
|
361
|
+
skip: l.value,
|
362
|
+
limit: u.value,
|
363
|
+
category: t.category,
|
364
|
+
user: t.user,
|
365
|
+
owner: t.owner,
|
366
|
+
status: t.status,
|
367
|
+
creator: t.creator,
|
368
|
+
period: t.period
|
369
|
+
});
|
370
|
+
n.length === 0 && (r.value = !1), a.value = [...a.value, ...n];
|
371
|
+
}
|
372
|
+
};
|
373
|
+
return U(async () => {
|
374
|
+
const n = await R({
|
375
|
+
skip: l.value,
|
376
|
+
limit: u.value,
|
377
|
+
category: t.category,
|
378
|
+
user: t.user,
|
379
|
+
owner: t.owner,
|
380
|
+
status: t.status,
|
381
|
+
creator: t.creator,
|
382
|
+
period: t.period
|
383
|
+
});
|
384
|
+
n.length === 0 ? r.value = !1 : r.value = !0, a.value = n, s.value = !1;
|
385
|
+
}), (n, h) => (o(), i("section", he, [
|
386
|
+
k($, { name: "scaleTransition" }, {
|
387
|
+
default: j(() => [
|
388
|
+
m(s) ? (o(), w(se, {
|
389
|
+
key: 0,
|
390
|
+
class: "z-index-5 pos-t-50 left-t-50 pos-absolute"
|
391
|
+
})) : c("", !0)
|
392
|
+
]),
|
393
|
+
_: 1
|
394
|
+
}),
|
395
|
+
k($, { name: "scaleTransition" }, {
|
396
|
+
default: j(() => [
|
397
|
+
!m(s) && a.value.length < 1 ? (o(), w(F, {
|
398
|
+
key: 0,
|
399
|
+
title: "No Blog Posts Found",
|
400
|
+
description: "Currently, there are no posts available in this blog. Please check back later.",
|
401
|
+
class: "pd-medium mn-thin bg-grey radius-big"
|
402
|
+
})) : (o(), i("div", we, [
|
403
|
+
(o(!0), i(A, null, M(a.value, (C) => (o(), w(ve, {
|
404
|
+
key: C._id,
|
405
|
+
blogpost: C,
|
406
|
+
user: e.user,
|
407
|
+
class: "mn-medium"
|
408
|
+
}, null, 8, ["blogpost", "user"]))), 128)),
|
409
|
+
k($, { name: "scaleTransition" }, {
|
410
|
+
default: j(() => [
|
411
|
+
r.value && a.value.length > 0 ? (o(), i("button", {
|
412
|
+
key: 0,
|
413
|
+
onClick: v,
|
414
|
+
class: "w-100 bg-main button"
|
415
|
+
}, " Load more ")) : c("", !0)
|
416
|
+
]),
|
417
|
+
_: 1
|
418
|
+
})
|
419
|
+
]))
|
420
|
+
]),
|
421
|
+
_: 1
|
422
|
+
})
|
423
|
+
]));
|
424
|
+
}
|
425
|
+
};
|
426
|
+
export {
|
427
|
+
se as L,
|
428
|
+
Le as _,
|
429
|
+
J as a,
|
430
|
+
Q as b,
|
431
|
+
W as c,
|
432
|
+
ve as d,
|
433
|
+
ue as e,
|
434
|
+
Ce as f,
|
435
|
+
Ie as g,
|
436
|
+
R as r,
|
437
|
+
f as s,
|
438
|
+
K as u
|
439
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";const e=require("vue"),V=require("./EmptyState-7658d7d6.js"),S=require("./_plugin-vue_export-helper-f246444f.js"),h=require("./Chips-4d8ac62e.js"),$=require("vue-router"),w=require("./index-2a0269fc.js"),u=require("./globals-928eb13c.js"),R=require("./IconEdit-4cfe2115.js"),f=w.axios.create({baseURL:process.env.API_URL,withCredentials:!0});f.defaults.withCredentials=!0;const i=e.reactive({all:[],filter:{tags:[],period:""},pagination:{page:1,perPage:18},sort:{current:"popularity",ascending:!1},current:{_id:"",url:"",status:"",name:"",tags:[],owner:{},date:"",views:0,content:[]}});async function k(t={}){t.params=t.params||{},t.params.skip=t.skip||0,t.params.limit=t.limit||9,t.params.tags=t.tags||[],t.period&&(t.params.period=t.period),t.url&&(t.params={url:t.url}),t.category&&(t.params.category=t.category),t.organization&&(t.params.organization=t.organization),t.owner&&(t.params.owner=t.owner),t.creator&&(t.params.creator=t.creator),t.status&&(t.params.status=t.status),t.user&&(t.params.user=t.user),t.params.skip=t.skip||0,t.params.limit=t.limit||10;try{console.log("Request params:"+t.params);const r=await f.get("/api/blog/read",{params:t.params});return t.url?g(r.data,"current"):g(r.data,"all"),Promise.resolve(r.data)}catch(r){return u.setError(r),Promise.reject(r)}}async function B(t){return f.post("/api/blog/create",t).then(r=>(g(r.data,"current"),Promise.resolve(r.data)),r=>(u.setError(r),Promise.reject(r)))}async function E(t){return f.post("/api/blog/update",t).then(r=>(g(r.data,"current"),Promise.resolve(r.data)),r=>(u.setError(r),Promise.reject(r)))}async function _(t){return await f.delete(`/api/blog/delete/${t}`).then(r=>{const o=i.all.findIndex(a=>a._id===t);return o!==-1&&i.all.splice(o,1),Promise.resolve(r.data)},r=>(u.setError(r),Promise.reject(r)))}function g(t,r){i[r]=t}function x(){i.current={_id:"",url:"",status:"",name:"",tags:[],author:"",owner:"",date:"",views:0,content:[]}}function j(t){const r={order:i.project.content.length+1,type:t.type,data:t.data,class:t.class,content:t.content};i.project.content.push(r)}e.watch(i,(t,r)=>{});const T=Object.freeze(Object.defineProperty({__proto__:null,blockAdd:j,clean:x,create:B,read:k,remove:_,set:g,state:i,update:E},Symbol.toStringTag,{value:"Module"})),I={props:{progress:{type:Number,default:null},status:{type:String,default:null}}},L={class:"circular-loader"},z=e.createElementVNode("svg",{viewBox:"25 25 50 50"},[e.createElementVNode("circle",{cx:"50",cy:"50",r:"20",fill:"none","stroke-width":"4","stroke-miterlimit":"10"})],-1),D={key:0,class:"progress-text"},q={key:1,class:"uppercase t-semi w-m-10r status-text"};function O(t,r,o,a,s,l){return e.openBlock(),e.createElementBlock("div",L,[z,o.progress?(e.openBlock(),e.createElementBlock("div",D,e.toDisplayString(o.progress),1)):e.createCommentVNode("",!0),o.status?(e.openBlock(),e.createElementBlock("div",q,e.toDisplayString(o.status),1)):e.createCommentVNode("",!0)])}const P=S._export_sfc(I,[["render",O]]),y=w.axios.create({baseURL:process.env.API_URL,withCredentials:!0}),d=e.reactive({reactions:[],error:null}),b={async read({user:t,type:r,target:o,role:a}){try{const s=await y.get("/api/reactions",{params:{user:t,type:r,target:o,role:a}});return d.error=null,d.reactions=s.data,Promise.resolve(s.data)}catch(s){return u.setError(s),Promise.reject(s)}},async create(t){try{const r=await y.post("/api/reactions/create",t);return d.error=null,Promise.resolve(r.data)}catch(r){return console.log(r),u.setError(r),Promise.reject(r)}},async update(t){try{const r=await y.post("/api/reactions/update",t);return d.error=null,Promise.resolve(r.data)}catch(r){return u.setError(r),Promise.reject(r)}},async delete(t){try{const r=await y.post("/api/reactions/delete",t);return d.error=null,Promise.resolve(r.data)}catch(r){return u.setError(r),Promise.reject(r)}}},U={handleReactionUpdate(t,r,o){let a;if(Array.isArray(t)?a=t.find(s=>s._id===r.target):typeof t=="object"&&t._id===r.target&&(a=t),a)if(a.hasReaction=o,o)a.reactions.push(r),a.numberOfReactions+=1;else{const s=a.reactions.findIndex(l=>l._id===r._id);s!==-1&&(a.reactions.splice(s,1),a.numberOfReactions-=1)}}};e.watch(d,t=>{});const A=Object.freeze(Object.defineProperty({__proto__:null,actions:b,mutations:U,state:d},Symbol.toStringTag,{value:"Module"})),M={class:"t-semi br-top-dark flex-nowrap flex-nojustify flex"},F=e.createElementVNode("span",{class:"mn-r-small mn-l-small d-block"},"·",-1),H={class:"cursor-pointer"},G=e.createElementVNode("span",{class:"mn-r-small mn-l-small d-block"},"·",-1),N={__name:"FooterBlogpost",props:["blogpost","owner","user"],setup(t){const r=t,o=e.ref(r.blogpost.numberOfReactions),a=e.ref(r.blogpost.isReacted),s=e.ref(r.blogpost.reactionId);async function l(m){if(!r.user){alert("Please login to add a reaction");return}try{const n={target:r.blogpost._id,type:"blogpost",user:r.user,class:"like"},p=await b.create(n);p.reaction.class==="like"&&(o.value+=1,a.value=!0,s.value=p.reaction._id)}catch(n){console.error(n),alert("Error adding reaction. Please try again later.")}}async function c(m){if(!r.user){alert("Please login to add a reaction");return}try{const n={_id:s.value};await b.delete(n),o.value-=1,a.value=!1,s.value=null}catch{alert("Error adding reaction. Please try again later.")}}return(m,n)=>(e.openBlock(),e.createElementBlock("footer",M,[e.createTextVNode(" 👁️ "+e.toDisplayString(t.blogpost.views)+" ",1),F,e.createElementVNode("div",H,[a.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"cursor-pointer",onClick:n[0]||(n[0]=p=>l())}," 👍 "+e.toDisplayString(o.value),1)),a.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:"cursor-pointer",onClick:n[1]||(n[1]=p=>c())}," 👍 "+e.toDisplayString(o.value),1)):e.createCommentVNode("",!0)]),G,e.createTextVNode(" 💬 "+e.toDisplayString(t.blogpost.numberOfComments),1)]))}},J={class:"pos-relative bg-grey radius-big"},K=["src"],Q={class:"pd-t-zero pd-medium"},W={key:0,class:"cursor-pointer mn-thin flex-nowrap flex w-100"},X={key:0,class:"pd-micro t-white uppercase t-semi p-small flex-center flex pd-r-small pd-l-small mn-l-thin w-min bg-second radius-extra"},Y={key:1,class:"mn-small t-transp p-big"},Z={key:2,class:"mn-small h2"},C={__name:"CardBlogpost",props:["blogpost","user","type"],setup(t){const r=t,o=$.useRouter(),a=e.computed(()=>r.blogpost.content.find(l=>l.type==="ImageUpload")),s=e.computed(()=>r.blogpost.content.find(l=>l.type==="Textarea"));return(l,c)=>(e.openBlock(),e.createElementBlock("article",J,[t.user===t.blogpost.creator.target._id?(e.openBlock(),e.createBlock(R.IconEdit,{key:0,onClick:c[0]||(c[0]=e.withModifiers(m=>l.$router.push({name:"Edit BlogPost",params:{url:t.blogpost.url}}),["stop"])),class:"z-index-2 pos-absolute pos-t-regular pos-r-regular i-regular t-transp"})):e.createCommentVNode("",!0),e.createVNode(h._sfc_main,{class:e.normalizeClass({"mn-small pd-medium":t.type!=="short","flex-child-order-last flex-child mn-l-small":t.type==="short"}),owner:t.blogpost.owner,creator:t.blogpost.creator,date:t.blogpost.createdAt},null,8,["class","owner","creator","date"]),e.unref(a)&&e.unref(a).content&&t.type!=="blogpostPage"?(e.openBlock(),e.createElementBlock("img",{key:1,src:(l.FILE_SERVER_URL||"")+e.unref(a).content,alt:"Blog post image",class:"mn-medium object-fit-cover w-100 h-20r"},null,8,K)):e.createCommentVNode("",!0),e.createElementVNode("section",Q,[t.type!=="blogpostPage"?(e.openBlock(),e.createElementBlock("div",W,[e.createElementVNode("h3",{onClick:c[1]||(c[1]=m=>e.unref(o).push({name:"BlogPost",params:{url:t.blogpost.url}})),class:""},e.toDisplayString(t.blogpost.name),1),t.blogpost.status==="draft"?(e.openBlock(),e.createElementBlock("div",X,e.toDisplayString(t.blogpost.status),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.unref(s)&&e.unref(s).content&&t.type!=="blogpostPage"?(e.openBlock(),e.createElementBlock("p",Y,e.toDisplayString(e.unref(s).content.slice(0,120))+"... ",1)):e.createCommentVNode("",!0),t.type==="blogpostPage"?(e.openBlock(),e.createElementBlock("h3",Z,e.toDisplayString(t.blogpost.name),1)):e.createCommentVNode("",!0),e.renderSlot(l.$slots,"default"),t.type!=="short"&&t.blogpost.tags.length>0?(e.openBlock(),e.createBlock(h._sfc_main$1,{key:3,chips:t.blogpost.tags},null,8,["chips"])):e.createCommentVNode("",!0)]),e.createVNode(N,{class:"pd-t-zero pd-medium",blogpost:t.blogpost,user:t.user},null,8,["blogpost","user"])]))}},ee={class:"feed"},te={key:1},re={__name:"Feed",props:{category:{type:String,default:null},owner:{type:String,default:null},creator:{type:String,default:null},status:{type:String,default:"published"},user:{type:[String,Number],default:null},period:{type:String,default:null}},setup(t){const r=t,o=e.ref([]),a=e.ref(!0);let s=e.ref(!0),l=e.ref(0),c=e.ref(7);const m=async()=>{if(a.value){l.value+=c.value;const n=await k({skip:l.value,limit:c.value,category:r.category,user:r.user,owner:r.owner,status:r.status,creator:r.creator,period:r.period});n.length===0&&(a.value=!1),o.value=[...o.value,...n]}};return e.onMounted(async()=>{const n=await k({skip:l.value,limit:c.value,category:r.category,user:r.user,owner:r.owner,status:r.status,creator:r.creator,period:r.period});n.length===0?a.value=!1:a.value=!0,o.value=n,s.value=!1}),(n,p)=>(e.openBlock(),e.createElementBlock("section",ee,[e.createVNode(e.Transition,{name:"scaleTransition"},{default:e.withCtx(()=>[e.unref(s)?(e.openBlock(),e.createBlock(P,{key:0,class:"z-index-5 pos-t-50 left-t-50 pos-absolute"})):e.createCommentVNode("",!0)]),_:1}),e.createVNode(e.Transition,{name:"scaleTransition"},{default:e.withCtx(()=>[!e.unref(s)&&o.value.length<1?(e.openBlock(),e.createBlock(V._sfc_main,{key:0,title:"No Blog Posts Found",description:"Currently, there are no posts available in this blog. Please check back later.",class:"pd-medium mn-thin bg-grey radius-big"})):(e.openBlock(),e.createElementBlock("div",te,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.value,v=>(e.openBlock(),e.createBlock(C,{key:v._id,blogpost:v,user:t.user,class:"mn-medium"},null,8,["blogpost","user"]))),128)),e.createVNode(e.Transition,{name:"scaleTransition"},{default:e.withCtx(()=>[a.value&&o.value.length>0?(e.openBlock(),e.createElementBlock("button",{key:0,onClick:m,class:"w-100 bg-main button"}," Load more ")):e.createCommentVNode("",!0)]),_:1})]))]),_:1})]))}};exports.Loader=P;exports._sfc_main=re;exports._sfc_main$1=C;exports._sfc_main$2=N;exports.blogposts=T;exports.clean=x;exports.create=B;exports.reactions=A;exports.read=k;exports.remove=_;exports.state=i;exports.update=E;
|