@ozdao/prometheus-framework 0.1.24 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. package/dist/BackofficeGallery-0e0132f5.mjs +306 -0
  2. package/dist/BackofficeGallery-a52a27b6.js +1 -0
  3. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-19e23006.mjs +1945 -0
  4. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-f3d37f29.js +1 -0
  5. package/dist/Button-d8e72ac0.mjs +296 -0
  6. package/dist/Button-ee08e6bf.js +1 -0
  7. package/dist/ButtonFollow-00d85977.mjs +133 -0
  8. package/dist/ButtonFollow-7c0180b3.js +1 -0
  9. package/dist/CardOrganization-3f4a13d3.mjs +230 -0
  10. package/dist/CardOrganization-bf366e4e.js +1 -0
  11. package/dist/Feed-0b1dad65.js +1 -0
  12. package/dist/Feed-8110366a.mjs +439 -0
  13. package/dist/Feed-82ad8e29.mjs +368 -0
  14. package/dist/Feed-c8b1c72d.js +1 -0
  15. package/dist/Image-2269667e.js +9 -0
  16. package/dist/Image-7dcfe90d.mjs +477 -0
  17. package/dist/MenuItem-1216a99f.js +1 -0
  18. package/dist/MenuItem-97c50b97.mjs +93 -0
  19. package/dist/Popup-0420381f.js +1 -0
  20. package/dist/Popup-47b37484.mjs +76 -0
  21. package/dist/Product-977a8a7f.js +7 -0
  22. package/dist/Product-bbe7171a.mjs +842 -0
  23. package/dist/ProductEdit-e4cad9d1.js +1 -0
  24. package/dist/ProductEdit-f7a9af17.mjs +303 -0
  25. package/dist/ProfileBlogposts-5379335e.js +1 -0
  26. package/dist/ProfileBlogposts-5deee0c5.mjs +65 -0
  27. package/dist/ProfileComments-3cf3e265.mjs +44 -0
  28. package/dist/ProfileComments-8c9146ef.js +1 -0
  29. package/dist/ProfileEvents-7502ed90.mjs +57 -0
  30. package/dist/ProfileEvents-ea023c17.js +1 -0
  31. package/dist/ProfileLikes-23b6f2f9.js +1 -0
  32. package/dist/ProfileLikes-5b52e4ae.mjs +44 -0
  33. package/dist/ProfileOrganizations-769325c7.js +1 -0
  34. package/dist/ProfileOrganizations-c5151835.mjs +214 -0
  35. package/dist/Publics-4438ca51.js +1 -0
  36. package/dist/Publics-538180a8.mjs +45 -0
  37. package/dist/UploadImage-33f6a9f4.js +1 -0
  38. package/dist/UploadImage-f7b0335f.mjs +83 -0
  39. package/dist/UploadImageMultiple-297b3897.js +1 -0
  40. package/dist/UploadImageMultiple-7b132ba0.mjs +58 -0
  41. package/dist/auth-2f9b2dfc.js +7 -0
  42. package/dist/auth-b047fdc0.mjs +612 -0
  43. package/dist/auth.client.cjs +8 -8
  44. package/dist/auth.client.js +24 -23
  45. package/dist/auth.validation-02e0629b.mjs +20 -0
  46. package/dist/auth.validation-6a59443b.js +1 -0
  47. package/dist/backoffice.client.cjs +1 -1
  48. package/dist/backoffice.client.js +1 -1
  49. package/dist/community.client.cjs +1 -1
  50. package/dist/community.client.js +69 -68
  51. package/dist/events.client.cjs +2 -2
  52. package/dist/events.client.js +21 -20
  53. package/dist/index-0ab9d59c.mjs +934 -0
  54. package/dist/index-7ecbf72a.js +2 -0
  55. package/dist/legal.client.cjs +1 -0
  56. package/dist/legal.client.js +8426 -0
  57. package/dist/modules/landing/components/pages/Legal.vue.d.ts +2 -0
  58. package/dist/modules/landing/components/pages/legal/Cookies.vue.d.ts +2 -0
  59. package/dist/modules/landing/components/pages/legal/Privacy.vue.d.ts +2 -0
  60. package/dist/modules/landing/components/pages/legal/Terms.vue.d.ts +2 -0
  61. package/dist/modules/legal/components/pages/Legal.vue.d.ts +2 -0
  62. package/dist/modules/legal/components/pages/legal/Cookies.vue.d.ts +2 -0
  63. package/dist/modules/legal/components/pages/legal/Privacy.vue.d.ts +2 -0
  64. package/dist/modules/legal/components/pages/legal/Terms.vue.d.ts +2 -0
  65. package/dist/organizations-aed4245d.mjs +122 -0
  66. package/dist/organizations-bb8f676d.js +1 -0
  67. package/dist/organizations.client-5548024c.js +3 -0
  68. package/dist/organizations.client-976762d2.mjs +3021 -0
  69. package/dist/organizations.client.cjs +1 -1
  70. package/dist/organizations.client.js +45 -44
  71. package/dist/style.css +1 -1
  72. package/dist/users.client.cjs +1 -1
  73. package/dist/users.client.js +254 -324
  74. package/package.json +5 -1
  75. package/src/modules/community/components/pages/CreateBlogPost.vue +1 -1
  76. package/src/modules/constructor/components/sections/Constructor.vue +3 -3
  77. package/src/modules/landing/landing.client.js +1 -2
  78. package/src/modules/legal/components/pages/Legal.vue +43 -0
  79. package/src/modules/legal/components/pages/legal/Cookies.vue +370 -0
  80. package/src/modules/legal/components/pages/legal/Privacy.vue +4284 -0
  81. package/src/modules/legal/components/pages/legal/Terms.vue +1283 -0
  82. package/src/modules/legal/legal.client.js +16 -0
  83. package/src/modules/legal/router/legal.js +22 -0
  84. package/src/modules/users/components/pages/Profile.vue +13 -0
@@ -0,0 +1,477 @@
1
+ import { ref as d, onUpdated as U, nextTick as b, onMounted as F, openBlock as i, createElementBlock as p, withDirectives as B, createElementVNode as v, vModelText as $, watch as E, createTextVNode as j, toDisplayString as I, withModifiers as D, watchEffect as K, unref as _, createBlock as R, withCtx as L, Fragment as V, renderList as A, resolveDynamicComponent as P, normalizeClass as W, createVNode as H, Transition as q, createCommentVNode as w } from "vue";
2
+ import { a as S } from "./index-0ab9d59c.mjs";
3
+ import { V as G } from "./vue-draggable-next.esm-bundler-ff6e3f52.mjs";
4
+ import { _ as J } from "./Chips-03ff0c34.mjs";
5
+ const O = ["placeholder"], Q = {
6
+ __name: "Textarea",
7
+ props: ["prop", "value", "content", "placeholder", "index", "setFocus"],
8
+ emits: ["deleteBlock", "updateBlock", "addBlock", "focus"],
9
+ setup(n, { emit: s }) {
10
+ const t = n;
11
+ d(t);
12
+ const e = d(null);
13
+ d(0);
14
+ function f(o) {
15
+ let l = o.target.value.split(/\n+/);
16
+ if (l.length > 1) {
17
+ t.prop[t.content] = l[0], b(() => {
18
+ a();
19
+ });
20
+ let r = l.slice(1).map((h) => ({ __name: "Textarea", content: h }));
21
+ s("addBlock", "Textarea", "", t.index, { blocks: r, ref: e });
22
+ } else
23
+ o.target.value.trim() === "" && o.target.value.includes(`
24
+
25
+ `) && (console.log("We are adding new block:" + t.index + newBlocks + e), s("addBlock", "Textarea", "", t.index, { blocks: newBlocks, ref: e })), a();
26
+ }
27
+ function u(o) {
28
+ (o.keyCode === 8 || o.keyCode === 46) && t.prop[t.content].trim() === "" && s("deleteBlock", t.prop);
29
+ }
30
+ function c() {
31
+ b(() => {
32
+ e.value.focus(), s("updateBlock", t.prop, { setFocus: !1 });
33
+ });
34
+ }
35
+ function a() {
36
+ e.value.style.height = "1rem", e.value.style.height = e.value.scrollHeight + "px";
37
+ }
38
+ return U(() => {
39
+ t.setFocus && b(() => {
40
+ c();
41
+ }), a();
42
+ }), F(() => {
43
+ t.setFocus && b(() => {
44
+ c();
45
+ }), a();
46
+ }), (o, l) => (i(), p("div", null, [
47
+ B(v("textarea", {
48
+ "onUpdate:modelValue": l[0] || (l[0] = (r) => n.prop[n.content] = r),
49
+ placeholder: n.placeholder ? n.placeholder : "Enter text",
50
+ onInput: f,
51
+ onFocus: l[1] || (l[1] = (r) => s("focus", e.value)),
52
+ onKeyup: u,
53
+ ref_key: "textarea",
54
+ ref: e,
55
+ class: "text-area mn-thin"
56
+ }, `
57
+ `, 40, O), [
58
+ [$, n.prop[n.content]]
59
+ ])
60
+ ]));
61
+ }
62
+ };
63
+ const X = ["placeholder"], Y = {
64
+ __name: "H2",
65
+ props: ["obj", "label", "prop", "value", "content", "textarea", "placeholder", "index", "ref", "setFocus"],
66
+ emits: ["deleteBlock", "updateBlock", "addBlock", "focus"],
67
+ setup(n, { emit: s }) {
68
+ const t = n;
69
+ d(t);
70
+ const e = d(null);
71
+ d(0);
72
+ function f(o) {
73
+ let l = o.target.value.split(/\n+/);
74
+ if (l.length > 1) {
75
+ t.prop[t.content] = l[0], b(() => {
76
+ a();
77
+ });
78
+ let r = l.slice(1).map((h) => ({ type: "Textarea", content: h }));
79
+ s("addBlock", "Textarea", "", t.index, { blocks: r, ref: e });
80
+ } else
81
+ o.target.value.trim() === "" && o.target.value.includes(`
82
+
83
+ `) && (console.log("We are adding new block:" + t.index + newBlocks + e), s("addBlock", "Textarea", "", t.index, { blocks: newBlocks, ref: e })), a();
84
+ }
85
+ function u(o) {
86
+ (o.keyCode === 8 || o.keyCode === 46) && t.prop[t.content].trim() === "" && s("deleteBlock", t.prop);
87
+ }
88
+ function c() {
89
+ b(() => {
90
+ e.value.focus(), s("updateBlock", t.prop, { setFocus: !1 });
91
+ });
92
+ }
93
+ function a() {
94
+ e.value.style.height = "1rem", e.value.style.height = e.value.scrollHeight + "px";
95
+ }
96
+ return U(() => {
97
+ t.setFocus && b(() => {
98
+ c();
99
+ }), a();
100
+ }), F(() => {
101
+ t.setFocus && b(() => {
102
+ c();
103
+ }), a();
104
+ }), E(() => t.prop[t.content], (o) => {
105
+ }), (o, l) => (i(), p("div", null, [
106
+ B(v("textarea", {
107
+ "onUpdate:modelValue": l[0] || (l[0] = (r) => n.prop[n.content] = r),
108
+ placeholder: n.placeholder ? n.placeholder : "Enter text",
109
+ onInput: f,
110
+ onFocus: l[1] || (l[1] = (r) => s("focus", e.value)),
111
+ onKeyup: u,
112
+ ref_key: "textarea",
113
+ ref: e,
114
+ class: "h3 text-area mn-thin"
115
+ }, `
116
+ `, 40, X), [
117
+ [$, n.prop[n.content]]
118
+ ])
119
+ ]));
120
+ }
121
+ }, Z = ["placeholder"], ee = {
122
+ __name: "Caption",
123
+ props: ["obj", "label", "prop", "value", "content", "textarea", "placeholder", "index", "ref"],
124
+ emits: ["deleteBlock", "addBlock", "focus"],
125
+ setup(n, { emit: s }) {
126
+ const t = n;
127
+ d(t);
128
+ const e = d(null);
129
+ function f(c) {
130
+ const a = /^\s*[-*]\s+(.*)/;
131
+ let l = c.target.value.split(/\n+/).map((r) => {
132
+ const h = a.exec(r);
133
+ return h ? h[1] : null;
134
+ }).filter((r) => r !== null);
135
+ l.length > 0 ? (t.prop[t.content] = l, u()) : c.target.value.trim() === "" && (t.prop[t.content] = [], u());
136
+ }
137
+ function u() {
138
+ e.value.style.height = "1rem", e.value.style.height = e.value.scrollHeight + "px";
139
+ }
140
+ return U(() => {
141
+ u();
142
+ }), F(() => {
143
+ u();
144
+ }), E(() => t.prop[t.content], (c) => {
145
+ (!c || c.length === 0) && s("deleteBlock", t.prop);
146
+ }), (c, a) => (i(), p("div", null, [
147
+ B(v("textarea", {
148
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => n.prop[n.content] = o),
149
+ placeholder: n.placeholder ? n.placeholder : "Enter text",
150
+ onInput: f,
151
+ onFocus: a[1] || (a[1] = (o) => s("focus", e.value)),
152
+ ref_key: "textarea",
153
+ ref: e,
154
+ class: "br-l br-solid br-main pd-l-small text-area mn-small"
155
+ }, `
156
+ `, 40, Z), [
157
+ [$, n.prop[n.content]]
158
+ ])
159
+ ]));
160
+ }
161
+ }, te = ["placeholder"], ne = {
162
+ __name: "Bullets",
163
+ props: ["obj", "label", "prop", "value", "content", "textarea", "placeholder", "index", "ref"],
164
+ emits: ["deleteBlock", "addBlock", "focus"],
165
+ setup(n, { emit: s }) {
166
+ const t = n;
167
+ d(t);
168
+ const e = d(null);
169
+ function f(c) {
170
+ const a = /^\s*[-*]\s+(.*)/;
171
+ let l = c.target.value.split(/\n+/).map((r) => {
172
+ const h = a.exec(r);
173
+ return h ? h[1] : null;
174
+ }).filter((r) => r !== null);
175
+ l.length > 0 ? (t.prop[t.content] = l, u()) : c.target.value.trim() === "" && (t.prop[t.content] = [], u());
176
+ }
177
+ function u() {
178
+ e.value.style.height = "1rem", e.value.style.height = e.value.scrollHeight + "px";
179
+ }
180
+ return U(() => {
181
+ u();
182
+ }), F(() => {
183
+ u();
184
+ }), E(() => t.prop[t.content], (c) => {
185
+ (!c || c.length === 0) && s("deleteBlock", t.prop);
186
+ }), (c, a) => (i(), p("div", null, [
187
+ j(I(n.prop[n.content]) + " ", 1),
188
+ B(v("textarea", {
189
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => n.prop[n.content] = o),
190
+ placeholder: n.placeholder ? n.placeholder : "Enter text",
191
+ onInput: f,
192
+ onFocus: a[1] || (a[1] = (o) => s("focus", e.value)),
193
+ ref_key: "textarea",
194
+ ref: e,
195
+ class: "text-area mn-small"
196
+ }, `
197
+ `, 40, te), [
198
+ [$, n.prop[n.content]]
199
+ ])
200
+ ]));
201
+ }
202
+ }, le = ["src"], oe = {
203
+ key: 1,
204
+ class: "t-transp pd-extra"
205
+ }, ae = {
206
+ __name: "ImageUpload",
207
+ props: [
208
+ "label",
209
+ "value",
210
+ "prop"
211
+ ],
212
+ emits: ["input", "updateBlock"],
213
+ setup(n, { emit: s }) {
214
+ const t = n, e = d(null), f = d(null);
215
+ function u() {
216
+ f.value.click();
217
+ }
218
+ async function c(o) {
219
+ let l = o.target.files[0];
220
+ console.log(l);
221
+ let r = new FormData(), h = "unsorted";
222
+ r.append("file", l), console.log(r.has("file"));
223
+ try {
224
+ let y = await S.create({ baseURL: process.env.API_URL, withCredentials: !0 }).post(`/api/upload/file?folderName=${encodeURIComponent(h)}`, r, {
225
+ headers: {
226
+ "Content-Type": "multipart/form-data"
227
+ }
228
+ });
229
+ e.value = y.data.filepath, console.log(e.value), s("input", e.value), s("updateBlock", t.prop, { content: e.value });
230
+ } catch (C) {
231
+ console.error(C);
232
+ }
233
+ }
234
+ function a(o) {
235
+ o.preventDefault(), c({
236
+ target: {
237
+ files: o.dataTransfer.files
238
+ }
239
+ });
240
+ }
241
+ return (o, l) => (i(), p("div", {
242
+ onClick: u,
243
+ onDrop: a,
244
+ onDragover: l[0] || (l[0] = D(() => {
245
+ }, ["prevent"])),
246
+ class: "w-100 radius-big bg-white image-upload-area flex-v-center flex-h-center flex t-black mn-small"
247
+ }, [
248
+ n.prop.content ? (i(), p("img", {
249
+ key: 0,
250
+ src: (o.FILE_SERVER_URL || "") + n.prop.content,
251
+ alt: "Uploaded image",
252
+ class: "w-100 h-30r object-fit-contain"
253
+ }, null, 8, le)) : (i(), p("span", oe, "Click or drag-and-drop your image")),
254
+ v("input", {
255
+ type: "file",
256
+ ref_key: "fileInput",
257
+ ref: f,
258
+ onChange: c,
259
+ style: { display: "none" }
260
+ }, null, 544)
261
+ ], 32));
262
+ }
263
+ }, se = ["onMouseover"], ce = {
264
+ key: 0,
265
+ class: "z-index-5 radius-thin mn-small relative left-0 mt-2 w-max bg-white shadow-lg rounded"
266
+ }, re = ["onClick"], ue = ["onClick"], ie = ["onClick"], Ce = {
267
+ __name: "Constructor",
268
+ props: ["content"],
269
+ emits: ["update"],
270
+ setup(n, { emit: s }) {
271
+ const t = n;
272
+ let e = d(null);
273
+ d(null), e.value = { content: t.content };
274
+ const f = {
275
+ Textarea: Q,
276
+ H2: Y,
277
+ Bullets: ne,
278
+ Caption: ee,
279
+ ImageUpload: ae
280
+ };
281
+ function u(y = "Textarea", x = "", m, g) {
282
+ console.log("We are adding new block (functuin HandleAddBlock):" + y + x + m + g);
283
+ let k = {
284
+ order: e.value.content.length + 1,
285
+ type: y,
286
+ style: "",
287
+ class: "",
288
+ content: x,
289
+ blocks: [],
290
+ setFocus: !0
291
+ };
292
+ if (g && g.blocks && Array.isArray(g.blocks)) {
293
+ let T = g.blocks.map((N) => ({
294
+ ...k,
295
+ content: N.content
296
+ })), z = [(g.index || m) + 1, 0].concat(T);
297
+ e.value.content.splice.apply(e.value.content, z);
298
+ const M = T[T.length - 1];
299
+ console.log("New block is" + M);
300
+ } else
301
+ m !== void 0 ? (e.value.content.splice(m + 1, 0, k), console.log("Latest block is" + k)) : (console.log("Another block is" + k), e.value.content.push(k));
302
+ o.value = null, s("update", e.value.content);
303
+ }
304
+ function c(y, x) {
305
+ const m = e.value.content.findIndex((g) => g === y);
306
+ m !== -1 && (e.value.content[m] = { ...e.value.content[m], ...x }), s("update", e.value.content);
307
+ }
308
+ function a(y) {
309
+ let x = e.value.content.findIndex((m) => m === y);
310
+ x !== -1 && e.value.content.splice(x, 1), e.value.content[x - 1].setFocus = !0, s("update", e.value.content);
311
+ }
312
+ const o = d(null), l = d(!1), r = d(!1);
313
+ function h() {
314
+ l.value = !0;
315
+ }
316
+ function C() {
317
+ l.value = !1;
318
+ }
319
+ return K(() => {
320
+ e.value && e.value.content.length === 0 && u("Textarea", ""), s("update", e.value.content);
321
+ }), (y, x) => (i(), p("section", null, [
322
+ _(e).content ? (i(), R(_(G), {
323
+ key: 0,
324
+ class: "w-full",
325
+ list: _(e).content,
326
+ onStart: h,
327
+ onEnd: C
328
+ }, {
329
+ default: L(() => [
330
+ (i(!0), p(V, null, A(_(e).content, (m, g) => (i(), p("div", {
331
+ key: g,
332
+ class: "pos-relative"
333
+ }, [
334
+ v("div", {
335
+ onMouseover: (k) => (o.value = g, r.value = !1),
336
+ class: "pos-relative w-full h-full"
337
+ }, [
338
+ (i(), R(P(f[m.type]), {
339
+ index: g,
340
+ component: m,
341
+ prop: m,
342
+ class: W(m.class),
343
+ setFocus: m.setFocus,
344
+ content: "content",
345
+ onDeleteBlock: a,
346
+ onAddBlock: u,
347
+ onUpdateBlock: c
348
+ }, null, 40, ["index", "component", "prop", "class", "setFocus"]))
349
+ ], 40, se),
350
+ H(q, { name: "fade" }, {
351
+ default: L(() => [
352
+ o.value === g ? (i(), p("div", {
353
+ key: 0,
354
+ class: "pos-absolute pos-r-100 pos-t-0 z-index-4 i-semi",
355
+ onMousedown: x[1] || (x[1] = D((k) => l.value = !0, ["prevent"]))
356
+ }, [
357
+ v("button", {
358
+ onClick: x[0] || (x[0] = (k) => r.value = !r.value),
359
+ class: "mn-small w-100 i-semi bg-white radius-thin"
360
+ }, I(m.content ? "..." : "+"), 1),
361
+ r.value ? (i(), p("div", ce, [
362
+ v("button", {
363
+ onClick: (k) => a(m),
364
+ class: "block w-max text-left px-4 py-2 hover:bg-gray-200"
365
+ }, "Remove", 8, re),
366
+ v("button", {
367
+ onClick: (k) => u("ImageUpload", "", g),
368
+ class: "block w-max text-left px-4 py-2 hover:bg-gray-200"
369
+ }, "Add Image", 8, ue),
370
+ v("button", {
371
+ onClick: (k) => u("H2", "", g),
372
+ class: "block w-max text-left px-4 py-2 hover:bg-gray-200"
373
+ }, "Add Title", 8, ie)
374
+ ])) : w("", !0)
375
+ ], 32)) : w("", !0)
376
+ ]),
377
+ _: 2
378
+ }, 1024)
379
+ ]))), 128))
380
+ ]),
381
+ _: 1
382
+ }, 8, ["list"])) : w("", !0)
383
+ ]));
384
+ }
385
+ }, de = { class: "mn-small" }, pe = /* @__PURE__ */ v("p", { class: "t-semi uppercase" }, "Please log in to leave a comment.", -1), fe = [
386
+ pe
387
+ ], me = {
388
+ key: 1,
389
+ class: "mn-small"
390
+ }, ve = ["onSubmit"], ge = /* @__PURE__ */ v("button", {
391
+ type: "submit",
392
+ class: "mn-l-auto bg-main button"
393
+ }, "Send", -1), he = { class: "pd-t-zero" }, xe = { class: "p-big" }, _e = {
394
+ __name: "Comments",
395
+ props: ["target", "owner", "type"],
396
+ setup(n) {
397
+ const s = n, t = S.create({ baseURL: process.env.API_URL }), e = d([]), f = d(""), u = async () => {
398
+ const { data: a } = await t.get(`/comments/read?type=${s.type}&target=${s.target}`);
399
+ e.value = a;
400
+ }, c = async () => {
401
+ if (f.value)
402
+ try {
403
+ const a = await t.post("/comments/create", {
404
+ target: s.target,
405
+ user: s.owner,
406
+ type: s.type,
407
+ content: f.value
408
+ });
409
+ a.data.owner = s.owner, e.value.push(a.data), f.value = "";
410
+ } catch (a) {
411
+ console.error(a);
412
+ }
413
+ };
414
+ return u(), (a, o) => (i(), p("div", null, [
415
+ v("div", null, [
416
+ v("h3", de, I(e.value.length) + " comments", 1),
417
+ n.owner ? w("", !0) : (i(), p("div", {
418
+ key: 0,
419
+ onClick: o[0] || (o[0] = (l) => a.$router.push({ name: "Sign In" })),
420
+ class: "cursor-pointer mn-small section bg-black t-white flex-center flex radius-big"
421
+ }, fe)),
422
+ n.owner ? (i(), p("div", me, [
423
+ v("form", {
424
+ onSubmit: D(c, ["prevent"]),
425
+ class: "bg-grey radius-big pd-medium"
426
+ }, [
427
+ B(v("textarea", {
428
+ "onUpdate:modelValue": o[1] || (o[1] = (l) => f.value = l),
429
+ placeholder: "Enter your comment",
430
+ class: "pd-small p-big w-100 radius-small mn-r-small"
431
+ }, null, 512), [
432
+ [$, f.value]
433
+ ]),
434
+ ge
435
+ ], 40, ve)
436
+ ])) : w("", !0)
437
+ ]),
438
+ (i(!0), p(V, null, A(e.value, (l) => (i(), p("div", {
439
+ key: l._id,
440
+ class: "comment mn-small radius-big pd-medium bg-grey"
441
+ }, [
442
+ H(J, {
443
+ class: "mn-medium",
444
+ owner: { target: l.user },
445
+ creator: { target: l.user },
446
+ date: l.createdAt
447
+ }, null, 8, ["owner", "creator", "date"]),
448
+ v("div", he, [
449
+ v("p", xe, I(l.content), 1)
450
+ ])
451
+ ]))), 128))
452
+ ]));
453
+ }
454
+ }, ke = { class: "w-100 bg-white radius-big image-upload-area flex-v-center flex-h-center flex t-black mn-small" }, ye = ["src"], Ie = {
455
+ __name: "Image",
456
+ props: [
457
+ "label",
458
+ "value",
459
+ "prop"
460
+ ],
461
+ setup(n) {
462
+ return d(null), (s, t) => (i(), p("div", ke, [
463
+ n.prop.content ? (i(), p("img", {
464
+ key: 0,
465
+ src: (s.FILE_SERVER_URL || "") + n.prop.content,
466
+ alt: "Uploaded image",
467
+ class: "w-100 h-30r object-fit-contain"
468
+ }, null, 8, ye)) : w("", !0)
469
+ ]));
470
+ }
471
+ };
472
+ export {
473
+ Q as _,
474
+ Ce as a,
475
+ _e as b,
476
+ Ie as c
477
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),c=require("./_plugin-vue_export-helper-f246444f.js");const o={class:"mobile-menu-section mn-semi pd-r-zero pd-t-thin pd-b-thin pd-medium radius-medium"},m={__name:"Menu",setup(l){return(n,s)=>(e.openBlock(),e.createElementBlock("section",o,[e.renderSlot(n.$slots,"default")]))}},a={props:{theme:{type:String,default:"black"}}},u={width:"80",height:"80",viewBox:"0 0 80 80",fill:"none",xmlns:"http://www.w3.org/2000/svg"},h=["fill"];function p(l,n,s,i,r,t){return e.openBlock(),e.createElementBlock("svg",u,[e.createElementVNode("path",{fill:s.theme,d:"M16.25 9.375L20 5.9375C21.5625 4.53125 23.9062 4.6875 25.3125 6.25L54.2188 37.8125C55.3125 39.0625 55.3125 40.9375 54.2188 42.1875L25.3125 73.75C23.9062 75.3125 21.5625 75.4688 20 74.0625L16.25 70.625C14.6875 69.375 14.5312 66.875 15.9375 65.4688L39.375 40L15.9375 14.5312C14.5312 13.125 14.6875 10.625 16.25 9.375Z"},null,8,h)])}const _=c._export_sfc(a,[["render",p]]),d=e.defineComponent({props:{theme:{type:String,default:"black"}},setup(l,{slots:n}){return()=>{const s=n.default?n.default():[],i=[],r=[];return s.forEach(t=>{t.toString(),t.props&&t.props.icon?i.push(t):r.push(t)}),e.h("div",{class:["w-100","t-left","flex-nowrap","flex-v-center","flex",{"br-b br-black-transp-10 br-solid":!0}]},[...i.length?[e.h("div",{class:["mn-thin","mn-t-thin","flex-center","flex","mn-r-small","flex-child","flex-child-shrink-0","i-big","bg-main","radius-thin"]},i)]:[],e.h("div",{class:["w-100","mn-thin","mn-t-thin","mn-r-small","i-big","flex-v-center","flex"]},[e.h("span",{class:["p-big","t-medium","mn-r-auto"]},r)]),e.h(_,{class:"i-medium mn-r-medium",type:"chevron",theme:l.theme})])}}});exports._sfc_main=m;exports._sfc_main$1=d;
@@ -0,0 +1,93 @@
1
+ import { openBlock as o, createElementBlock as c, renderSlot as m, createElementVNode as a, defineComponent as p, h as n } from "vue";
2
+ import { _ as h } from "./_plugin-vue_export-helper-dad06003.mjs";
3
+ const u = { class: "mobile-menu-section mn-semi pd-r-zero pd-t-thin pd-b-thin pd-medium radius-medium" }, v = {
4
+ __name: "Menu",
5
+ setup(l) {
6
+ return (t, s) => (o(), c("section", u, [
7
+ m(t.$slots, "default")
8
+ ]));
9
+ }
10
+ }, _ = {
11
+ props: {
12
+ theme: {
13
+ type: String,
14
+ default: "black"
15
+ }
16
+ }
17
+ }, d = {
18
+ width: "80",
19
+ height: "80",
20
+ viewBox: "0 0 80 80",
21
+ fill: "none",
22
+ xmlns: "http://www.w3.org/2000/svg"
23
+ }, f = ["fill"];
24
+ function x(l, t, s, i, r, e) {
25
+ return o(), c("svg", d, [
26
+ a("path", {
27
+ fill: s.theme,
28
+ d: "M16.25 9.375L20 5.9375C21.5625 4.53125 23.9062 4.6875 25.3125 6.25L54.2188 37.8125C55.3125 39.0625 55.3125 40.9375 54.2188 42.1875L25.3125 73.75C23.9062 75.3125 21.5625 75.4688 20 74.0625L16.25 70.625C14.6875 69.375 14.5312 66.875 15.9375 65.4688L39.375 40L15.9375 14.5312C14.5312 13.125 14.6875 10.625 16.25 9.375Z"
29
+ }, null, 8, f)
30
+ ]);
31
+ }
32
+ const g = /* @__PURE__ */ h(_, [["render", x]]), C = p({
33
+ props: {
34
+ theme: {
35
+ type: String,
36
+ default: "black"
37
+ // Значение по умолчанию
38
+ }
39
+ },
40
+ setup(l, { slots: t }) {
41
+ return () => {
42
+ const s = t.default ? t.default() : [], i = [], r = [];
43
+ return s.forEach((e) => {
44
+ e.toString(), e.props && e.props.icon ? i.push(e) : r.push(e);
45
+ }), n(
46
+ "div",
47
+ {
48
+ class: [
49
+ "w-100",
50
+ "t-left",
51
+ "flex-nowrap",
52
+ "flex-v-center",
53
+ "flex",
54
+ // here we need add logic
55
+ { "br-b br-black-transp-10 br-solid": !0 }
56
+ ]
57
+ },
58
+ [
59
+ // Conditionally include the div for iconSlot
60
+ ...i.length ? [
61
+ n(
62
+ "div",
63
+ {
64
+ class: ["mn-thin", "mn-t-thin", "flex-center", "flex", "mn-r-small", "flex-child", "flex-child-shrink-0", "i-big", "bg-main", "radius-thin"]
65
+ },
66
+ i
67
+ )
68
+ ] : [],
69
+ n(
70
+ "div",
71
+ {
72
+ class: ["w-100", "mn-thin", "mn-t-thin", "mn-r-small", "i-big", "flex-v-center", "flex"]
73
+ },
74
+ [
75
+ n(
76
+ "span",
77
+ {
78
+ class: ["p-big", "t-medium", "mn-r-auto"]
79
+ },
80
+ r
81
+ )
82
+ ]
83
+ ),
84
+ n(g, { class: "i-medium mn-r-medium", type: "chevron", theme: l.theme })
85
+ ]
86
+ );
87
+ };
88
+ }
89
+ });
90
+ export {
91
+ v as _,
92
+ C as a
93
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("vue"),l=require("vue-router"),p=require("vue-i18n");require("./Breadcrumbs.vue_vue_type_style_index_0_lang-f3d37f29.js");const a={class:"pd-small popup-wrapper"},d=e.createElementVNode("svg",{width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("rect",{width:"24",height:"24",transform:"translate(1 1)"}),e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.9996 10.8L22.8994 0.900244L25.0993 3.1002L15.1995 13L25.0993 22.8998L22.8994 25.0998L12.9996 15.2L3.09976 25.0998L0.899801 22.8998L10.7996 13L0.899801 3.1002L3.09976 0.900244L12.9996 10.8Z",fill:"white"})],-1),m=[d],v={__name:"Popup",props:{isPopupOpen:{type:Boolean,default:!1},style:String},emits:["close-popup"],setup(t,{emit:r}){const i=t;function n(){r("close-popup")}e.watch(()=>i.isPopupOpen,o=>{o?document.body.classList.add("no-scroll"):document.body.classList.remove("no-scroll")}),l.useRoute(),l.useRouter();const c={messages:{en:{},ru:{}}};return p.useI18n(c),(o,s)=>t.isPopupOpen?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(e.Transition,{name:"scale"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",a,[e.createElementVNode("section",e.mergeProps({class:"t-center z-index-4"},o.$attrs),[e.createElementVNode("button",{onClick:s[0]||(s[0]=u=>n()),class:"pd-regular hover-scale-1 z-index-5 button-close-popup button"},m),e.renderSlot(o.$slots,"default")],16),e.createElementVNode("div",{onClick:s[1]||(s[1]=u=>n()),class:e.normalizeClass([{active:t.isPopupOpen===!0},"color-overlay z-index-3"])},null,2)],512),[[e.vShow,t.isPopupOpen]])]),_:3})])):e.createCommentVNode("",!0)}};exports._sfc_main=v;
@@ -0,0 +1,76 @@
1
+ import { watch as p, openBlock as u, createBlock as a, Teleport as c, createVNode as d, Transition as m, withCtx as v, withDirectives as f, createElementVNode as e, mergeProps as h, renderSlot as L, normalizeClass as w, vShow as g, createCommentVNode as x } from "vue";
2
+ import { useRoute as P, useRouter as y } from "vue-router";
3
+ import { useI18n as b } from "vue-i18n";
4
+ import "./Breadcrumbs.vue_vue_type_style_index_0_lang-19e23006.mjs";
5
+ const k = { class: "pd-small popup-wrapper" }, C = /* @__PURE__ */ e("svg", {
6
+ width: "26",
7
+ height: "26",
8
+ viewBox: "0 0 26 26",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [
12
+ /* @__PURE__ */ e("rect", {
13
+ width: "24",
14
+ height: "24",
15
+ transform: "translate(1 1)"
16
+ }),
17
+ /* @__PURE__ */ e("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M12.9996 10.8L22.8994 0.900244L25.0993 3.1002L15.1995 13L25.0993 22.8998L22.8994 25.0998L12.9996 15.2L3.09976 25.0998L0.899801 22.8998L10.7996 13L0.899801 3.1002L3.09976 0.900244L12.9996 10.8Z",
21
+ fill: "white"
22
+ })
23
+ ], -1), O = [
24
+ C
25
+ ], V = {
26
+ __name: "Popup",
27
+ props: {
28
+ isPopupOpen: {
29
+ type: Boolean,
30
+ default: !1
31
+ },
32
+ style: String
33
+ },
34
+ emits: ["close-popup"],
35
+ setup(t, { emit: l }) {
36
+ const r = t;
37
+ function n() {
38
+ l("close-popup");
39
+ }
40
+ return p(() => r.isPopupOpen, (o) => {
41
+ o ? document.body.classList.add("no-scroll") : document.body.classList.remove("no-scroll");
42
+ }), P(), y(), b({
43
+ messages: {
44
+ en: {},
45
+ ru: {}
46
+ }
47
+ }), (o, s) => t.isPopupOpen ? (u(), a(c, {
48
+ key: 0,
49
+ to: "body"
50
+ }, [
51
+ d(m, { name: "scale" }, {
52
+ default: v(() => [
53
+ f(e("div", k, [
54
+ e("section", h({ class: "t-center z-index-4" }, o.$attrs), [
55
+ e("button", {
56
+ onClick: s[0] || (s[0] = (i) => n()),
57
+ class: "pd-regular hover-scale-1 z-index-5 button-close-popup button"
58
+ }, O),
59
+ L(o.$slots, "default")
60
+ ], 16),
61
+ e("div", {
62
+ onClick: s[1] || (s[1] = (i) => n()),
63
+ class: w([{ active: t.isPopupOpen === !0 }, "color-overlay z-index-3"])
64
+ }, null, 2)
65
+ ], 512), [
66
+ [g, t.isPopupOpen]
67
+ ])
68
+ ]),
69
+ _: 3
70
+ })
71
+ ])) : x("", !0);
72
+ }
73
+ };
74
+ export {
75
+ V as _
76
+ };