@ozdao/prometheus-framework 0.1.31 → 0.1.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/dist/CardOrganization-26714a5e.mjs +297 -0
  2. package/dist/CardOrganization-88c6d479.js +1 -0
  3. package/dist/Chips-0e5bdd54.js +1 -0
  4. package/dist/Chips-41cd6570.mjs +203 -0
  5. package/dist/Chips-5e32c8cb.mjs +200 -0
  6. package/dist/Chips-c3d7341e.js +1 -0
  7. package/dist/EULA-e05236af.mjs +4210 -0
  8. package/dist/EULA-f5fba925.js +1 -0
  9. package/dist/Feed-046852fc.js +1 -0
  10. package/dist/Feed-275a14d8.mjs +371 -0
  11. package/dist/Feed-4efa2a93.mjs +394 -0
  12. package/dist/Feed-505b3fa8.mjs +383 -0
  13. package/dist/Feed-acfbb839.mjs +371 -0
  14. package/dist/Feed-d0da2943.js +1 -0
  15. package/dist/Feed-e6e84388.js +1 -0
  16. package/dist/Feed-ee36f80b.js +1 -0
  17. package/dist/IconEdit-1b7b5874.js +1 -0
  18. package/dist/IconEdit-680dc269.mjs +339 -0
  19. package/dist/Image-2d2e606a.js +9 -0
  20. package/dist/Image-93c3a270.mjs +480 -0
  21. package/dist/Image-95c0fb07.mjs +480 -0
  22. package/dist/Image-de94b883.js +9 -0
  23. package/dist/Product-1892b14a.js +7 -0
  24. package/dist/Product-6aa1c9ee.mjs +844 -0
  25. package/dist/Product-6ca8d04d.js +7 -0
  26. package/dist/Product-d3f1d10a.mjs +844 -0
  27. package/dist/ProductEdit-2e309add.js +1 -0
  28. package/dist/ProductEdit-6abcc97b.mjs +306 -0
  29. package/dist/ProductEdit-8e779ed8.js +1 -0
  30. package/dist/ProductEdit-ebcc3f98.mjs +306 -0
  31. package/dist/ProfileBlogposts-62d5e809.mjs +70 -0
  32. package/dist/ProfileBlogposts-8c10a505.js +1 -0
  33. package/dist/ProfileBlogposts-a2f7cd4c.mjs +70 -0
  34. package/dist/ProfileBlogposts-c31917ec.js +1 -0
  35. package/dist/ProfileEvents-47409c9e.mjs +62 -0
  36. package/dist/ProfileEvents-89471c05.js +1 -0
  37. package/dist/ProfileEvents-db12cf78.js +1 -0
  38. package/dist/ProfileEvents-e070d9d4.mjs +62 -0
  39. package/dist/ProfileOrganizations-bee6a3ae.js +1 -0
  40. package/dist/ProfileOrganizations-db313b5e.mjs +219 -0
  41. package/dist/Publics-24f055eb.js +1 -0
  42. package/dist/Publics-b1cbfd97.mjs +45 -0
  43. package/dist/Socials-9b2d27a6.js +1 -0
  44. package/dist/Socials-becde7dc.mjs +275 -0
  45. package/dist/auth.client.cjs +7 -7
  46. package/dist/auth.client.js +165 -162
  47. package/dist/auth.server.js +4 -4
  48. package/dist/auth.server.mjs +4 -4
  49. package/dist/community.client.cjs +1 -1
  50. package/dist/community.client.js +218 -242
  51. package/dist/community.server.js +2 -2
  52. package/dist/community.server.mjs +2 -2
  53. package/dist/events.client.cjs +1 -1
  54. package/dist/events.client.js +5 -5
  55. package/dist/events.server.js +447 -262
  56. package/dist/events.server.mjs +447 -262
  57. package/dist/files.server.js +1 -1
  58. package/dist/files.server.mjs +1 -1
  59. package/dist/legal.client.cjs +1 -1
  60. package/dist/legal.client.js +1 -1
  61. package/dist/modules/community/components/sections/Feed.vue.d.ts +2 -0
  62. package/dist/organizations.client-6a69b54a.js +3 -0
  63. package/dist/organizations.client-76c3660a.mjs +3072 -0
  64. package/dist/organizations.client-c288ff44.mjs +3072 -0
  65. package/dist/organizations.client-ddbf8809.js +3 -0
  66. package/dist/organizations.client.cjs +1 -1
  67. package/dist/organizations.client.js +8 -8
  68. package/dist/organizations.server.js +4 -4
  69. package/dist/organizations.server.mjs +4 -4
  70. package/dist/style.css +1 -1
  71. package/dist/users.client.cjs +1 -1
  72. package/dist/users.client.js +5 -5
  73. package/dist/users.server.js +2 -2
  74. package/dist/users.server.mjs +2 -2
  75. package/package.json +1 -1
  76. package/src/components/CardHeader/CardHeader.vue +3 -3
  77. package/src/modules/auth/router/auth.js +1 -1
  78. package/src/modules/community/components/blocks/CardBlogpost.vue +2 -4
  79. package/src/modules/community/components/sections/Feed.vue +44 -39
  80. package/src/modules/community/components/sections/HotPosts.vue +9 -56
  81. package/src/modules/events/components/blocks/CardEvent.vue +0 -2
  82. package/src/modules/events/controllers/events.controller.js +55 -255
  83. package/src/modules/events/controllers/utils/queryProcessor.js +118 -0
  84. package/src/modules/events/models/event.model.js +43 -49
  85. package/src/modules/events/models/event.new.model.js +82 -0
  86. package/src/modules/files/middlewares/server/middlewareMulter.js +1 -0
  87. package/src/modules/globals/controllers/utils/queryProcessor.js +228 -0
  88. package/src/modules/globals/models/common.schema.js +14 -0
  89. package/src/modules/globals/models/engagement.schema.js +10 -0
  90. package/src/modules/globals/models/metadata.schema.js +15 -0
  91. package/src/modules/globals/models/ownership.schema.js +34 -0
  92. package/src/modules/globals/utils/seo-friendly-url.js +28 -0
  93. package/src/modules/legal/components/pages/legal/EULA.vue +0 -3
  94. package/src/modules/products/controllers/categories.controller.js +3 -0
  95. package/src/modules/products/models/category.model.js +63 -13
  96. package/src/modules/products/models/leftover.model.js +38 -17
  97. package/src/modules/products/models/modification.model.js +31 -14
  98. package/src/modules/products/models/product.model.js +37 -38
  99. package/src/modules/products/products.server.js +11 -1
  100. package/src/modules/reports/components/sections/FormReport.vue +3 -1
@@ -0,0 +1,371 @@
1
+ import { ref as v, computed as m, openBlock as r, createElementBlock as i, normalizeClass as p, createVNode as C, unref as T, createElementVNode as f, createCommentVNode as l, createBlock as w, withModifiers as L, toDisplayString as g, renderSlot as O, createStaticVNode as R, reactive as N, watch as j, onMounted as V, TransitionGroup as z, withCtx as D, Fragment as I, renderList as F, Transition as _ } from "vue";
2
+ import { _ as B } from "./EmptyState-34d85f10.mjs";
3
+ import { _ as H, a as Y } from "./Chips-5e32c8cb.mjs";
4
+ import { I as q } from "./IconEdit-680dc269.mjs";
5
+ import { useRouter as A } from "vue-router";
6
+ import { _ as G } from "./_plugin-vue_export-helper-dad06003.mjs";
7
+ import { a as J } from "./index-a661083c.mjs";
8
+ import { s as S } from "./globals-96ba60e4.mjs";
9
+ const K = {
10
+ key: 0,
11
+ class: "o-hidden pos-relative bg-grey mn-small w-100"
12
+ }, Q = ["src"], W = ["src"], X = { class: "w-max mn-r-thin pd-thin radius-small t-semi bg-main" }, Z = {
13
+ key: 0,
14
+ class: "t-semi"
15
+ }, ee = { class: "t-semi" }, te = {
16
+ key: 0,
17
+ class: "t-semi uppercase"
18
+ }, ae = {
19
+ key: 1,
20
+ class: "cursor-pointer mn-thin flex-nowrap flex w-100"
21
+ }, re = {
22
+ key: 0,
23
+ class: ""
24
+ }, ne = {
25
+ key: 1,
26
+ 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"
27
+ }, se = {
28
+ key: 2,
29
+ class: "mn-small p-big"
30
+ }, le = {
31
+ __name: "CardEvent",
32
+ props: ["event", "user", "short", "type"],
33
+ setup(e) {
34
+ const t = e;
35
+ v(/* @__PURE__ */ new Date()), A(), m(() => t.event.content.find((a) => a.type.name === "ImageUpload")), m(() => t.event.content.find((a) => a.type.name === "Textarea"));
36
+ const s = m(() => {
37
+ const a = /* @__PURE__ */ new Date(), u = Date.UTC(a.getUTCFullYear(), a.getUTCMonth(), a.getUTCDate(), a.getUTCHours(), a.getUTCMinutes(), a.getUTCSeconds()), n = new Date(t.event.date.start), o = Date.UTC(n.getUTCFullYear(), n.getUTCMonth(), n.getUTCDate(), n.getUTCHours(), n.getUTCMinutes(), n.getUTCSeconds()) - u;
38
+ if (o < 0)
39
+ return "Finished";
40
+ if (o === 0)
41
+ return "Starting Now";
42
+ {
43
+ const k = Math.floor(o / 1e3), x = Math.floor(k / 60), $ = Math.floor(x / 60), M = Math.floor($ / 24);
44
+ return M > 0 ? `${M} days until event` : $ > 0 ? `${$} hours until event` : x > 0 ? `${x} minutes until event` : `${k} seconds until event`;
45
+ }
46
+ }), c = m(() => {
47
+ const a = new Date(t.event.date.start), u = { day: "2-digit", month: "2-digit" };
48
+ return a.toLocaleDateString(void 0, u);
49
+ }), d = m(() => {
50
+ console.log(t.event.date.start), console.log(t.event.date.end);
51
+ const a = new Date(t.event.date.start), u = new Date(t.event.date.end), n = new Intl.DateTimeFormat(void 0, { hour: "2-digit", minute: "2-digit", hourCycle: "h23" }).format(a), E = new Intl.DateTimeFormat(void 0, { hour: "2-digit", minute: "2-digit", hourCycle: "h23" }).format(u);
52
+ return `${n}-${E}`;
53
+ }), y = m(() => {
54
+ const a = t.event.name;
55
+ return a.length > 26 ? `${a.substring(0, 22)}…` : a;
56
+ });
57
+ return (a, u) => (r(), i("article", {
58
+ class: p([{
59
+ "flex-nowrap flex-v-center flex": e.type === "short"
60
+ }, "pos-relative"])
61
+ }, [
62
+ C(H, {
63
+ class: p({
64
+ "mn-small pd-medium": e.type !== "short",
65
+ "flex-child-order-last flex-child mn-l-small": e.type === "short"
66
+ }),
67
+ entity: e.event,
68
+ entityType: "event",
69
+ user: e.user,
70
+ owner: e.event.owner,
71
+ creator: e.event.creator,
72
+ members: e.event.numberOfTickets,
73
+ membersPhotos: e.event.participantsPhotos,
74
+ type: e.type,
75
+ dateFormatted: T(s)
76
+ }, null, 8, ["class", "entity", "user", "owner", "creator", "members", "membersPhotos", "type", "dateFormatted"]),
77
+ e.event.cover && e.type !== "short" ? (r(), i("div", K, [
78
+ f("img", {
79
+ src: (a.FILE_SERVER_URL || "") + e.event.cover,
80
+ alt: "Event image",
81
+ class: "pos-relative z-index-1 d-block mn-auto h-20r"
82
+ }, null, 8, Q),
83
+ f("img", {
84
+ src: (a.FILE_SERVER_URL || "") + e.event.cover,
85
+ alt: "Event Background",
86
+ class: "z-index-0 pos-absolute w-100 h-100 pos-t-0 pos-r-0",
87
+ style: { transform: "scale(1.5)", filter: "blur(2rem)", "-webkit-filter": "blur(2rem)" }
88
+ }, null, 8, W)
89
+ ])) : l("", !0),
90
+ f("section", {
91
+ class: p(["pos-relative w-100", { "pd-t-zero pd-medium": e.type !== "short" }])
92
+ }, [
93
+ e.user === e.event.creator.target._id ? (r(), w(q, {
94
+ key: 0,
95
+ onClick: u[0] || (u[0] = L((n) => a.$router.push({
96
+ name: "Edit Event",
97
+ params: {
98
+ url: e.event.url
99
+ }
100
+ }), ["stop"])),
101
+ class: "z-index-2 pos-absolute pos-t-regular pos-r-regular i-regular t-transp"
102
+ })) : l("", !0),
103
+ f("div", {
104
+ class: p([{ "mn-small": e.type !== "short" }, "flex-v-center flex-nowrap flex"])
105
+ }, [
106
+ f("div", X, [
107
+ e.type !== "short" ? (r(), i("span", Z, g(T(c)) + " | ", 1)) : l("", !0),
108
+ f("span", ee, g(T(d)), 1)
109
+ ]),
110
+ e.type === "short" ? (r(), i("span", te, g(T(y)), 1)) : l("", !0)
111
+ ], 2),
112
+ e.type !== "short" ? (r(), i("div", ae, [
113
+ e.type !== "short" ? (r(), i("h3", re, g(e.event.name), 1)) : l("", !0),
114
+ e.event.status === "draft" ? (r(), i("div", ne, g(e.event.status), 1)) : l("", !0)
115
+ ])) : l("", !0),
116
+ e.type !== "short" ? (r(), i("p", se, g(e.event.description), 1)) : l("", !0),
117
+ O(a.$slots, "default"),
118
+ e.type !== "short" && e.event.tags.length > 0 ? (r(), w(Y, {
119
+ key: 3,
120
+ chips: e.event.tags
121
+ }, null, 8, ["chips"])) : l("", !0)
122
+ ], 2)
123
+ ], 2));
124
+ }
125
+ }, ie = {}, ce = {
126
+ width: "100%",
127
+ height: "20rem",
128
+ xmlns: "http://www.w3.org/2000/svg"
129
+ }, ue = /* @__PURE__ */ R('<rect x="0" y="0" rx="5" ry="5" width="100%" height="100%" fill="rgb(var(--grey))"></rect><rect x="15" y="15" rx="4" ry="4" width="40%" height="20" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="45" rx="5" ry="5" width="70%" height="50" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="110" rx="3" ry="3" width="90%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="15" y="130" rx="3" ry="3" width="70%" height="6" fill="rgba(var(--black),0.05)"></rect><rect x="-25%" y="0" width="25%" height="100%" fill="#fff" mask="url(#myMask)" opacity="0.3"><animate attributeName="x" from="-25%" to="100%" dur="2s" repeatCount="indefinite"></animate></rect>', 6), oe = [
130
+ ue
131
+ ];
132
+ function de(e, t) {
133
+ return r(), i("svg", ce, oe);
134
+ }
135
+ const me = /* @__PURE__ */ G(ie, [["render", de]]), U = J.create({ baseURL: process.env.API_URL, withCredentials: !0 }), h = N({
136
+ all: [],
137
+ filter: {
138
+ // query
139
+ tags: [],
140
+ period: "",
141
+ date: null
142
+ // pagination
143
+ },
144
+ pagination: {
145
+ page: 1,
146
+ perPage: 18
147
+ },
148
+ // Sort
149
+ sort: {
150
+ current: "popularity",
151
+ ascending: !1
152
+ },
153
+ current: {
154
+ _id: "",
155
+ cover: "",
156
+ url: "",
157
+ status: "",
158
+ name: "",
159
+ tags: [],
160
+ date: {
161
+ start: null,
162
+ false: null
163
+ },
164
+ views: 0,
165
+ content: []
166
+ }
167
+ });
168
+ async function P(e = {}) {
169
+ e.params = e.params || {}, e.params.skip = e.skip || 0, e.params.limit = e.limit || 9, e.params.tags = e.tags || [], e.status && (e.params = { status: e.status }), e.url && (e.params = { url: e.url }), e.period && (e.params.period = e.period), e.category && (e.params.category = e.category), e.organization && (e.params.organization = e.organization), e.date && (e.params.date = e.date), e.participant && (e.params.participant = e.participant), e.owner && (e.params.owner = e.owner), e.creator && (e.params.creator = e.creator), e.user && (e.params.user = e.user), e.sortOrder && (e.params.sortOrder = e.sortOrder), e.sortParam && (e.params.sortParam = e.sortParam), e.params.skip = e.skip || 0, e.params.limit = e.limit || 10;
170
+ try {
171
+ console.log("Request params:" + e.params);
172
+ const t = await U.get("/api/events/read", { params: e.params });
173
+ return console.log(e.params), e.url ? b(t.data, "current") : b(t.data, "all"), Promise.resolve(t.data);
174
+ } catch (t) {
175
+ return S(t), Promise.reject(t);
176
+ }
177
+ }
178
+ async function fe(e) {
179
+ return U.post("/api/events/create", e).then(
180
+ (t) => (b(t.data, "current"), Promise.resolve(t.data)),
181
+ (t) => (S(t), Promise.reject(t))
182
+ );
183
+ }
184
+ async function ge(e) {
185
+ return U.post("/api/events/update", e).then(
186
+ (t) => (b(t.data, "current"), Promise.resolve(t.data)),
187
+ (t) => (S(t), Promise.reject(t))
188
+ );
189
+ }
190
+ async function ve(e) {
191
+ return await U.post("/api/events/delete", { _id: e }).then(
192
+ (t) => {
193
+ const s = h.all.findIndex((c) => c._id === e);
194
+ return s !== -1 && h.all.splice(s, 1), Promise.resolve(t.data);
195
+ },
196
+ (t) => (S(t), Promise.reject(t))
197
+ );
198
+ }
199
+ function b(e, t) {
200
+ h[t] = e;
201
+ }
202
+ function he() {
203
+ h.current = {
204
+ _id: "",
205
+ cover: "",
206
+ url: "",
207
+ status: "",
208
+ name: "",
209
+ tags: [],
210
+ date: {
211
+ start: null,
212
+ false: null
213
+ },
214
+ views: 0,
215
+ content: []
216
+ };
217
+ }
218
+ j(h, (e, t) => {
219
+ });
220
+ const Ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
221
+ __proto__: null,
222
+ clean: he,
223
+ create: fe,
224
+ read: P,
225
+ remove: ve,
226
+ set: b,
227
+ state: h,
228
+ update: ge
229
+ }, Symbol.toStringTag, { value: "Module" })), ye = { class: "feed" }, Ee = {
230
+ __name: "Feed",
231
+ props: {
232
+ category: {
233
+ type: String,
234
+ default: null
235
+ },
236
+ selectedDate: {
237
+ type: String,
238
+ default: null
239
+ },
240
+ organization: {
241
+ type: String,
242
+ default: null
243
+ },
244
+ owner: {
245
+ type: String,
246
+ default: null
247
+ },
248
+ creator: {
249
+ type: String,
250
+ default: null
251
+ },
252
+ user: {
253
+ type: [String, Number],
254
+ default: null
255
+ },
256
+ sortOrder: {
257
+ type: String,
258
+ default: "desc"
259
+ },
260
+ participant: {
261
+ type: String,
262
+ default: null
263
+ },
264
+ period: {
265
+ type: String,
266
+ default: null
267
+ },
268
+ status: {
269
+ type: String,
270
+ default: null
271
+ }
272
+ },
273
+ setup(e) {
274
+ const t = e, s = v([]), c = v(!1), d = v(!0), y = v(0), a = v(20), u = async () => {
275
+ if (c.value) {
276
+ y.value += a.value;
277
+ const n = await P({
278
+ skip: y.value,
279
+ limit: a.value,
280
+ category: t.category,
281
+ sortOrder: t.sortOrder,
282
+ participant: t.participant,
283
+ creator: t.creator,
284
+ user: t.user,
285
+ date: t.selectedDate,
286
+ owner: t.owner,
287
+ organization: t.organization,
288
+ period: t.period,
289
+ status: t.status
290
+ });
291
+ n.length === 0 ? c.value = !1 : c.value = !0, s.value = [...s.value, ...n];
292
+ }
293
+ };
294
+ return V(async () => {
295
+ d.value = !0, console.log(t.selectedDate);
296
+ const n = await P({
297
+ skip: y.value,
298
+ limit: a.value,
299
+ category: t.category,
300
+ participant: t.participant,
301
+ sortOrder: t.sortOrder,
302
+ user: t.user,
303
+ owner: t.owner,
304
+ creator: t.creator,
305
+ date: t.selectedDate,
306
+ organization: t.organization,
307
+ period: t.period,
308
+ status: t.status
309
+ });
310
+ n.length === 0 ? c.value = !1 : c.value = !0, s.value = n, d.value = !1;
311
+ }), (n, E) => (r(), i("section", ye, [
312
+ C(z, {
313
+ tag: "ul",
314
+ name: "scaleTransition",
315
+ class: "o-hidden bg-grey radius-big"
316
+ }, {
317
+ default: D(() => [
318
+ d.value ? (r(!0), i(I, { key: 0 }, F(a.value, (o) => (r(), w(me, { key: o }))), 128)) : l("", !0)
319
+ ]),
320
+ _: 1
321
+ }),
322
+ C(_, { name: "scaleTransition" }, {
323
+ default: D(() => [
324
+ !d.value && s.value.length < 1 ? (r(), w(B, {
325
+ key: 0,
326
+ title: "No Events Found",
327
+ description: "Currently, there are no events available. Please check back later.",
328
+ class: "pd-medium mn-thin bg-grey radius-big"
329
+ })) : l("", !0)
330
+ ]),
331
+ _: 1
332
+ }),
333
+ C(z, {
334
+ tag: "ul",
335
+ name: "scaleTransition",
336
+ class: "container"
337
+ }, {
338
+ default: D(() => [
339
+ !d.value && s.value.length > 0 ? (r(!0), i(I, { key: 0 }, F(s.value, (o, k) => (r(), w(le, {
340
+ onClick: (x) => n.$router.push({ name: "Event", params: { url: o.url } }),
341
+ key: o._id,
342
+ event: o,
343
+ user: e.user,
344
+ type: "normal",
345
+ class: p(["bg-grey radius-big mn-medium", {
346
+ "br-b br-solid br-black-transp-10": k !== s.value.length - 1
347
+ }])
348
+ }, null, 8, ["onClick", "event", "user", "class"]))), 128)) : l("", !0),
349
+ c.value && s.value.length > 0 ? (r(), i("button", {
350
+ key: 1,
351
+ onClick: u,
352
+ class: "w-100 bg-main button"
353
+ }, "Load more")) : l("", !0)
354
+ ]),
355
+ _: 1
356
+ })
357
+ ]));
358
+ }
359
+ };
360
+ export {
361
+ me as S,
362
+ Ee as _,
363
+ le as a,
364
+ fe as b,
365
+ he as c,
366
+ ve as d,
367
+ Ue as e,
368
+ P as r,
369
+ h as s,
370
+ ge as u
371
+ };