@ozdao/prometheus-framework 0.1.39 → 0.1.41
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ButtonToggleMembership-738720bd.js +1 -0
- package/dist/ButtonToggleMembership-e337e704.mjs +90 -0
- package/dist/CardBlogpost-c7adb0a7.mjs +246 -0
- package/dist/CardBlogpost-f308ff64.js +1 -0
- package/dist/CardOrganization-22beb83d.js +1 -0
- package/dist/CardOrganization-ae384e54.mjs +234 -0
- package/dist/Chips-edf2b573.js +1 -0
- package/dist/Chips-f06ec38f.mjs +213 -0
- package/dist/Community-04b25965.mjs +130 -0
- package/dist/Community-2f6fee0f.js +1 -0
- package/dist/Events-41d71b0e.js +1 -0
- package/dist/Events-af7170ed.mjs +134 -0
- package/dist/Feed-04fe1f7a.mjs +361 -0
- package/dist/Feed-23758089.mjs +124 -0
- package/dist/Feed-36e83be3.mjs +156 -0
- package/dist/Feed-5653cf8b.js +1 -0
- package/dist/Feed-5a359bb7.js +1 -0
- package/dist/Feed-6ca0541a.js +1 -0
- package/dist/Image-39955d9d.mjs +480 -0
- package/dist/Image-c2d190d8.js +9 -0
- package/dist/LeftoverAdd-21311275.js +1 -0
- package/dist/LeftoverAdd-ccf4595f.mjs +228 -0
- package/dist/Members-7251dd52.mjs +109 -0
- package/dist/Members-d35ab7e8.js +1 -0
- package/dist/Organizations-a964d4b6.mjs +72 -0
- package/dist/Organizations-ed6d36d6.js +1 -0
- package/dist/Product-299070ad.mjs +652 -0
- package/dist/Product-aacb05f3.js +7 -0
- package/dist/ProductEdit-70bed802.mjs +296 -0
- package/dist/ProductEdit-e5a2e0f6.js +1 -0
- package/dist/ProductsBackoffice-3c182d6a.mjs +86 -0
- package/dist/ProductsBackoffice-b684913d.js +1 -0
- package/dist/ProfileBlogposts-6bf526fb.js +1 -0
- package/dist/ProfileBlogposts-d4b17535.mjs +77 -0
- package/dist/ProfileEvents-3eeb4320.mjs +68 -0
- package/dist/ProfileEvents-90e09978.js +1 -0
- package/dist/ProfileOrganizations-e838925f.js +1 -0
- package/dist/ProfileOrganizations-edf657ca.mjs +72 -0
- package/dist/Publics-a31d7fe7.js +1 -0
- package/dist/Publics-a8f31413.mjs +45 -0
- package/dist/Wallet-2043b611.mjs +24682 -0
- package/dist/Wallet-8fa7386a.js +55 -0
- package/dist/auth-076a83d0.mjs +625 -0
- package/dist/auth-df5a20c6.js +7 -0
- package/dist/auth.client.cjs +1 -1
- package/dist/auth.client.js +4 -4
- package/dist/auth.validation-80b133df.js +1 -0
- package/dist/auth.validation-fd9ae66f.mjs +24 -0
- package/dist/backoffice.client.cjs +1 -1
- package/dist/backoffice.client.js +11 -11
- package/dist/categories-4327a81c.js +1 -0
- package/dist/categories-52a561a4.mjs +122 -0
- package/dist/community.client.cjs +1 -1
- package/dist/community.client.js +10 -10
- package/dist/events.client.cjs +2 -2
- package/dist/events.client.js +9 -9
- package/dist/legal.client.cjs +1 -1
- package/dist/legal.client.js +1 -1
- package/dist/main.css +1 -1
- package/dist/modules/gallery/components/pages/Gallery.vue.d.ts +2 -0
- package/dist/modules/gallery/components/sections/GalleryWithCategories.vue.d.ts +2 -0
- package/dist/modules/globals/components/sections/Title.vue.d.ts +6 -0
- package/dist/organizations-966e1cd2.mjs +122 -0
- package/dist/organizations-d12c42b6.js +1 -0
- package/dist/organizations.client-8f263e28.js +3 -0
- package/dist/organizations.client-9ffc023f.mjs +2996 -0
- package/dist/organizations.client.cjs +1 -1
- package/dist/organizations.client.js +15 -15
- package/dist/products-7e4253eb.js +1 -0
- package/dist/products-aabe5c02.mjs +108 -0
- package/dist/prometheus-framework.cjs.js +1 -1
- package/dist/prometheus-framework.es.js +2 -2
- package/dist/states.validation-4594b33c.mjs +13 -0
- package/dist/states.validation-69003e66.js +1 -0
- package/dist/style.css +1 -1
- package/dist/users.client.cjs +1 -1
- package/dist/users.client.js +198 -166
- package/package.json +1 -1
- package/src/components/LocationMarker/LocationMarker.vue +1 -1
- package/src/components/LocationSelection/LocationSelection.vue +1 -1
- package/src/components/Navigation/Navigation.vue +12 -1
- package/src/components/Sidebar/Sidebar.vue +8 -10
- package/src/modules/auth/store/auth.js +7 -4
- package/src/modules/backoffice/components/admin/ProductEdit.vue +0 -2
- package/src/modules/files/middlewares/server/md.js +1 -0
- package/src/modules/gallery/components/pages/Gallery.vue +21 -0
- package/src/modules/gallery/components/sections/GalleryWithCategories.vue +408 -0
- package/src/modules/gallery/gallery.client.js +11 -14
- package/src/modules/gallery/router/gallery.router.js +10 -0
- package/src/modules/globals/components/sections/Title.vue +22 -0
- package/src/modules/marketplace/router/marketplace.js +4 -3
- package/src/modules/organizations/components/sections/Feed.vue +2 -2
- package/src/modules/products/components/pages/ProductRecommmendation.vue +5 -3
- package/src/modules/products/components/sections/FilterProducts.vue +2 -0
- package/src/modules/products/components/sections/SectionProduct.vue +17 -5
- package/src/modules/products/components/sections/SortProducts.vue +0 -2
- package/src/modules/products/controllers/products.controller.js +83 -0
- package/src/modules/products/routes/products.routes.js +5 -5
- package/src/modules/products/store/categories.js +9 -9
- package/src/modules/products/store/leftovers.js +9 -6
- package/src/modules/products/store/products.js +0 -2
- package/src/modules/spots/components/layouts/Spots.vue +16 -11
- package/src/modules/spots/components/pages/Map.vue +9 -7
- package/src/modules/users/components/pages/Profile.vue +15 -5
- package/src/modules/users/router/users.js +10 -0
- package/src/modules/wallet/components/pages/Wallet.vue +104 -23
@@ -0,0 +1,480 @@
|
|
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-a661083c.mjs";
|
3
|
+
import { V as G } from "./vue-draggable-next.esm-bundler-ff6e3f52.mjs";
|
4
|
+
import { _ as J } from "./Chips-f06ec38f.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 c = l.slice(1).map((h) => ({ __name: "Textarea", content: h }));
|
21
|
+
s("addBlock", "Textarea", "", t.index, { blocks: c, 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 r() {
|
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
|
+
r();
|
41
|
+
}), a();
|
42
|
+
}), F(() => {
|
43
|
+
t.setFocus && b(() => {
|
44
|
+
r();
|
45
|
+
}), a();
|
46
|
+
}), (o, l) => (i(), p("div", null, [
|
47
|
+
B(v("textarea", {
|
48
|
+
"onUpdate:modelValue": l[0] || (l[0] = (c) => n.prop[n.content] = c),
|
49
|
+
placeholder: n.placeholder ? n.placeholder : "Enter text",
|
50
|
+
onInput: f,
|
51
|
+
onFocus: l[1] || (l[1] = (c) => 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 c = l.slice(1).map((h) => ({ type: "Textarea", content: h }));
|
79
|
+
s("addBlock", "Textarea", "", t.index, { blocks: c, 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 r() {
|
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
|
+
r();
|
99
|
+
}), a();
|
100
|
+
}), F(() => {
|
101
|
+
t.setFocus && b(() => {
|
102
|
+
r();
|
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] = (c) => n.prop[n.content] = c),
|
108
|
+
placeholder: n.placeholder ? n.placeholder : "Enter text",
|
109
|
+
onInput: f,
|
110
|
+
onFocus: l[1] || (l[1] = (c) => 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(r) {
|
130
|
+
const a = /^\s*[-*]\s+(.*)/;
|
131
|
+
let l = r.target.value.split(/\n+/).map((c) => {
|
132
|
+
const h = a.exec(c);
|
133
|
+
return h ? h[1] : null;
|
134
|
+
}).filter((c) => c !== null);
|
135
|
+
l.length > 0 ? (t.prop[t.content] = l, u()) : r.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], (r) => {
|
145
|
+
(!r || r.length === 0) && s("deleteBlock", t.prop);
|
146
|
+
}), (r, 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(r) {
|
170
|
+
const a = /^\s*[-*]\s+(.*)/;
|
171
|
+
let l = r.target.value.split(/\n+/).map((c) => {
|
172
|
+
const h = a.exec(c);
|
173
|
+
return h ? h[1] : null;
|
174
|
+
}).filter((c) => c !== null);
|
175
|
+
l.length > 0 ? (t.prop[t.content] = l, u()) : r.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], (r) => {
|
185
|
+
(!r || r.length === 0) && s("deleteBlock", t.prop);
|
186
|
+
}), (r, 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 r(o) {
|
219
|
+
let l = o.target.files[0];
|
220
|
+
console.log(l);
|
221
|
+
let c = new FormData(), h = "unsorted";
|
222
|
+
c.append("file", l), console.log(c.has("file"));
|
223
|
+
try {
|
224
|
+
let y = await S.create({ baseURL: process.env.API_URL, withCredentials: !0 }).post(`/api/upload/file?folderName=${encodeURIComponent(h)}`, c, {
|
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(), r({
|
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: r,
|
259
|
+
style: { display: "none" }
|
260
|
+
}, null, 544)
|
261
|
+
], 32));
|
262
|
+
}
|
263
|
+
}, se = ["onMouseover"], re = {
|
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
|
+
}, ce = ["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 r(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), c = 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, c.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: r
|
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) => c.value = !c.value),
|
359
|
+
class: "mn-small w-100 i-semi bg-white radius-thin"
|
360
|
+
}, I(m.content ? "..." : "+"), 1),
|
361
|
+
c.value ? (i(), p("div", re, [
|
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, ce),
|
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}&user=${s.owner}`);
|
399
|
+
e.value = a;
|
400
|
+
}, r = 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(r, ["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
|
+
entity: l,
|
445
|
+
entityType: "comment",
|
446
|
+
user: n.owner,
|
447
|
+
owner: { target: l.user },
|
448
|
+
creator: { target: l.user },
|
449
|
+
date: l.createdAt
|
450
|
+
}, null, 8, ["entity", "user", "owner", "creator", "date"]),
|
451
|
+
v("div", he, [
|
452
|
+
v("p", xe, I(l.content), 1)
|
453
|
+
])
|
454
|
+
]))), 128))
|
455
|
+
]));
|
456
|
+
}
|
457
|
+
}, 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 = {
|
458
|
+
__name: "Image",
|
459
|
+
props: [
|
460
|
+
"label",
|
461
|
+
"value",
|
462
|
+
"prop"
|
463
|
+
],
|
464
|
+
setup(n) {
|
465
|
+
return d(null), (s, t) => (i(), p("div", ke, [
|
466
|
+
n.prop.content ? (i(), p("img", {
|
467
|
+
key: 0,
|
468
|
+
src: (s.FILE_SERVER_URL || "") + n.prop.content,
|
469
|
+
alt: "Uploaded image",
|
470
|
+
class: "w-100 h-30r object-fit-contain"
|
471
|
+
}, null, 8, ye)) : w("", !0)
|
472
|
+
]));
|
473
|
+
}
|
474
|
+
};
|
475
|
+
export {
|
476
|
+
Q as _,
|
477
|
+
Ce as a,
|
478
|
+
_e as b,
|
479
|
+
Ie as c
|
480
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";const e=require("vue"),B=require("./index-b41aac19.js"),$=require("./vue-draggable-next.esm-bundler-21a209c6.js"),C=require("./Chips-edf2b573.js");const _=["placeholder"],y={__name:"Textarea",props:["prop","value","content","placeholder","index","setFocus"],emits:["deleteBlock","updateBlock","addBlock","focus"],setup(o,{emit:r}){const n=o;e.ref(n);const t=e.ref(null);e.ref(0);function d(a){let l=a.target.value.split(/\n+/);if(l.length>1){n.prop[n.content]=l[0],e.nextTick(()=>{c()});let u=l.slice(1).map(f=>({__name:"Textarea",content:f}));r("addBlock","Textarea","",n.index,{blocks:u,ref:t})}else a.target.value.trim()===""&&a.target.value.includes(`
|
2
|
+
|
3
|
+
`)&&(console.log("We are adding new block:"+n.index+newBlocks+t),r("addBlock","Textarea","",n.index,{blocks:newBlocks,ref:t})),c()}function i(a){(a.keyCode===8||a.keyCode===46)&&n.prop[n.content].trim()===""&&r("deleteBlock",n.prop)}function s(){e.nextTick(()=>{t.value.focus(),r("updateBlock",n.prop,{setFocus:!1})})}function c(){t.value.style.height="1rem",t.value.style.height=t.value.scrollHeight+"px"}return e.onUpdated(()=>{n.setFocus&&e.nextTick(()=>{s()}),c()}),e.onMounted(()=>{n.setFocus&&e.nextTick(()=>{s()}),c()}),(a,l)=>(e.openBlock(),e.createElementBlock("div",null,[e.withDirectives(e.createElementVNode("textarea",{"onUpdate:modelValue":l[0]||(l[0]=u=>o.prop[o.content]=u),placeholder:o.placeholder?o.placeholder:"Enter text",onInput:d,onFocus:l[1]||(l[1]=u=>r("focus",t.value)),onKeyup:i,ref_key:"textarea",ref:t,class:"text-area mn-thin"},`
|
4
|
+
`,40,_),[[e.vModelText,o.prop[o.content]]])]))}};const V=["placeholder"],N={__name:"H2",props:["obj","label","prop","value","content","textarea","placeholder","index","ref","setFocus"],emits:["deleteBlock","updateBlock","addBlock","focus"],setup(o,{emit:r}){const n=o;e.ref(n);const t=e.ref(null);e.ref(0);function d(a){let l=a.target.value.split(/\n+/);if(l.length>1){n.prop[n.content]=l[0],e.nextTick(()=>{c()});let u=l.slice(1).map(f=>({type:"Textarea",content:f}));r("addBlock","Textarea","",n.index,{blocks:u,ref:t})}else a.target.value.trim()===""&&a.target.value.includes(`
|
5
|
+
|
6
|
+
`)&&(console.log("We are adding new block:"+n.index+newBlocks+t),r("addBlock","Textarea","",n.index,{blocks:newBlocks,ref:t})),c()}function i(a){(a.keyCode===8||a.keyCode===46)&&n.prop[n.content].trim()===""&&r("deleteBlock",n.prop)}function s(){e.nextTick(()=>{t.value.focus(),r("updateBlock",n.prop,{setFocus:!1})})}function c(){t.value.style.height="1rem",t.value.style.height=t.value.scrollHeight+"px"}return e.onUpdated(()=>{n.setFocus&&e.nextTick(()=>{s()}),c()}),e.onMounted(()=>{n.setFocus&&e.nextTick(()=>{s()}),c()}),e.watch(()=>n.prop[n.content],a=>{}),(a,l)=>(e.openBlock(),e.createElementBlock("div",null,[e.withDirectives(e.createElementVNode("textarea",{"onUpdate:modelValue":l[0]||(l[0]=u=>o.prop[o.content]=u),placeholder:o.placeholder?o.placeholder:"Enter text",onInput:d,onFocus:l[1]||(l[1]=u=>r("focus",t.value)),onKeyup:i,ref_key:"textarea",ref:t,class:"h3 text-area mn-thin"},`
|
7
|
+
`,40,V),[[e.vModelText,o.prop[o.content]]])]))}},T=["placeholder"],U={__name:"Caption",props:["obj","label","prop","value","content","textarea","placeholder","index","ref"],emits:["deleteBlock","addBlock","focus"],setup(o,{emit:r}){const n=o;e.ref(n);const t=e.ref(null);function d(s){const c=/^\s*[-*]\s+(.*)/;let l=s.target.value.split(/\n+/).map(u=>{const f=c.exec(u);return f?f[1]:null}).filter(u=>u!==null);l.length>0?(n.prop[n.content]=l,i()):s.target.value.trim()===""&&(n.prop[n.content]=[],i())}function i(){t.value.style.height="1rem",t.value.style.height=t.value.scrollHeight+"px"}return e.onUpdated(()=>{i()}),e.onMounted(()=>{i()}),e.watch(()=>n.prop[n.content],s=>{(!s||s.length===0)&&r("deleteBlock",n.prop)}),(s,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.withDirectives(e.createElementVNode("textarea",{"onUpdate:modelValue":c[0]||(c[0]=a=>o.prop[o.content]=a),placeholder:o.placeholder?o.placeholder:"Enter text",onInput:d,onFocus:c[1]||(c[1]=a=>r("focus",t.value)),ref_key:"textarea",ref:t,class:"br-l br-solid br-main pd-l-small text-area mn-small"},`
|
8
|
+
`,40,T),[[e.vModelText,o.prop[o.content]]])]))}},D=["placeholder"],F={__name:"Bullets",props:["obj","label","prop","value","content","textarea","placeholder","index","ref"],emits:["deleteBlock","addBlock","focus"],setup(o,{emit:r}){const n=o;e.ref(n);const t=e.ref(null);function d(s){const c=/^\s*[-*]\s+(.*)/;let l=s.target.value.split(/\n+/).map(u=>{const f=c.exec(u);return f?f[1]:null}).filter(u=>u!==null);l.length>0?(n.prop[n.content]=l,i()):s.target.value.trim()===""&&(n.prop[n.content]=[],i())}function i(){t.value.style.height="1rem",t.value.style.height=t.value.scrollHeight+"px"}return e.onUpdated(()=>{i()}),e.onMounted(()=>{i()}),e.watch(()=>n.prop[n.content],s=>{(!s||s.length===0)&&r("deleteBlock",n.prop)}),(s,c)=>(e.openBlock(),e.createElementBlock("div",null,[e.createTextVNode(e.toDisplayString(o.prop[o.content])+" ",1),e.withDirectives(e.createElementVNode("textarea",{"onUpdate:modelValue":c[0]||(c[0]=a=>o.prop[o.content]=a),placeholder:o.placeholder?o.placeholder:"Enter text",onInput:d,onFocus:c[1]||(c[1]=a=>r("focus",t.value)),ref_key:"textarea",ref:t,class:"text-area mn-small"},`
|
9
|
+
`,40,D),[[e.vModelText,o.prop[o.content]]])]))}},I=["src"],M={key:1,class:"t-transp pd-extra"},R={__name:"ImageUpload",props:["label","value","prop"],emits:["input","updateBlock"],setup(o,{emit:r}){const n=o,t=e.ref(null),d=e.ref(null);function i(){d.value.click()}async function s(a){let l=a.target.files[0];console.log(l);let u=new FormData,f="unsorted";u.append("file",l),console.log(u.has("file"));try{let h=await B.axios.create({baseURL:process.env.API_URL,withCredentials:!0}).post(`/api/upload/file?folderName=${encodeURIComponent(f)}`,u,{headers:{"Content-Type":"multipart/form-data"}});t.value=h.data.filepath,console.log(t.value),r("input",t.value),r("updateBlock",n.prop,{content:t.value})}catch(g){console.error(g)}}function c(a){a.preventDefault(),s({target:{files:a.dataTransfer.files}})}return(a,l)=>(e.openBlock(),e.createElementBlock("div",{onClick:i,onDrop:c,onDragover:l[0]||(l[0]=e.withModifiers(()=>{},["prevent"])),class:"w-100 radius-big bg-white image-upload-area flex-v-center flex-h-center flex t-black mn-small"},[o.prop.content?(e.openBlock(),e.createElementBlock("img",{key:0,src:(a.FILE_SERVER_URL||"")+o.prop.content,alt:"Uploaded image",class:"w-100 h-30r object-fit-contain"},null,8,I)):(e.openBlock(),e.createElementBlock("span",M,"Click or drag-and-drop your image")),e.createElementVNode("input",{type:"file",ref_key:"fileInput",ref:d,onChange:s,style:{display:"none"}},null,544)],32))}},L=["onMouseover"],S={key:0,class:"z-index-5 radius-thin mn-small relative left-0 mt-2 w-max bg-white shadow-lg rounded"},A=["onClick"],H=["onClick"],z=["onClick"],j={__name:"Constructor",props:["content"],emits:["update"],setup(o,{emit:r}){const n=o;let t=e.ref(null);e.ref(null),t.value={content:n.content};const d={Textarea:y,H2:N,Bullets:F,Caption:U,ImageUpload:R};function i(h="Textarea",k="",p,m){console.log("We are adding new block (functuin HandleAddBlock):"+h+k+p+m);let v={order:t.value.content.length+1,type:h,style:"",class:"",content:k,blocks:[],setFocus:!0};if(m&&m.blocks&&Array.isArray(m.blocks)){let x=m.blocks.map(E=>({...v,content:E.content})),b=[(m.index||p)+1,0].concat(x);t.value.content.splice.apply(t.value.content,b);const w=x[x.length-1];console.log("New block is"+w)}else p!==void 0?(t.value.content.splice(p+1,0,v),console.log("Latest block is"+v)):(console.log("Another block is"+v),t.value.content.push(v));a.value=null,r("update",t.value.content)}function s(h,k){const p=t.value.content.findIndex(m=>m===h);p!==-1&&(t.value.content[p]={...t.value.content[p],...k}),r("update",t.value.content)}function c(h){let k=t.value.content.findIndex(p=>p===h);k!==-1&&t.value.content.splice(k,1),t.value.content[k-1].setFocus=!0,r("update",t.value.content)}const a=e.ref(null),l=e.ref(!1),u=e.ref(!1);function f(){l.value=!0}function g(){l.value=!1}return e.watchEffect(()=>{t.value&&t.value.content.length===0&&i("Textarea",""),r("update",t.value.content)}),(h,k)=>(e.openBlock(),e.createElementBlock("section",null,[e.unref(t).content?(e.openBlock(),e.createBlock(e.unref($.VueDraggableNext),{key:0,class:"w-full",list:e.unref(t).content,onStart:f,onEnd:g},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(t).content,(p,m)=>(e.openBlock(),e.createElementBlock("div",{key:m,class:"pos-relative"},[e.createElementVNode("div",{onMouseover:v=>(a.value=m,u.value=!1),class:"pos-relative w-full h-full"},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d[p.type]),{index:m,component:p,prop:p,class:e.normalizeClass(p.class),setFocus:p.setFocus,content:"content",onDeleteBlock:c,onAddBlock:i,onUpdateBlock:s},null,40,["index","component","prop","class","setFocus"]))],40,L),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[a.value===m?(e.openBlock(),e.createElementBlock("div",{key:0,class:"pos-absolute pos-r-100 pos-t-0 z-index-4 i-semi",onMousedown:k[1]||(k[1]=e.withModifiers(v=>l.value=!0,["prevent"]))},[e.createElementVNode("button",{onClick:k[0]||(k[0]=v=>u.value=!u.value),class:"mn-small w-100 i-semi bg-white radius-thin"},e.toDisplayString(p.content?"...":"+"),1),u.value?(e.openBlock(),e.createElementBlock("div",S,[e.createElementVNode("button",{onClick:v=>c(p),class:"block w-max text-left px-4 py-2 hover:bg-gray-200"},"Remove",8,A),e.createElementVNode("button",{onClick:v=>i("ImageUpload","",m),class:"block w-max text-left px-4 py-2 hover:bg-gray-200"},"Add Image",8,H),e.createElementVNode("button",{onClick:v=>i("H2","",m),class:"block w-max text-left px-4 py-2 hover:bg-gray-200"},"Add Title",8,z)])):e.createCommentVNode("",!0)],32)):e.createCommentVNode("",!0)]),_:2},1024)]))),128))]),_:1},8,["list"])):e.createCommentVNode("",!0)]))}},q={class:"mn-small"},K=e.createElementVNode("p",{class:"t-semi uppercase"},"Please log in to leave a comment.",-1),P=[K],W={key:1,class:"mn-small"},G=["onSubmit"],J=e.createElementVNode("button",{type:"submit",class:"mn-l-auto bg-main button"},"Send",-1),O={class:"pd-t-zero"},Q={class:"p-big"},X={__name:"Comments",props:["target","owner","type"],setup(o){const r=o,n=B.axios.create({baseURL:process.env.API_URL}),t=e.ref([]),d=e.ref(""),i=async()=>{const{data:c}=await n.get(`/comments/read?type=${r.type}&target=${r.target}&user=${r.owner}`);t.value=c},s=async()=>{if(d.value)try{const c=await n.post("/comments/create",{target:r.target,user:r.owner,type:r.type,content:d.value});c.data.owner=r.owner,t.value.push(c.data),d.value=""}catch(c){console.error(c)}};return i(),(c,a)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",null,[e.createElementVNode("h3",q,e.toDisplayString(t.value.length)+" comments",1),o.owner?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,onClick:a[0]||(a[0]=l=>c.$router.push({name:"Sign In"})),class:"cursor-pointer mn-small section bg-black t-white flex-center flex radius-big"},P)),o.owner?(e.openBlock(),e.createElementBlock("div",W,[e.createElementVNode("form",{onSubmit:e.withModifiers(s,["prevent"]),class:"bg-grey radius-big pd-medium"},[e.withDirectives(e.createElementVNode("textarea",{"onUpdate:modelValue":a[1]||(a[1]=l=>d.value=l),placeholder:"Enter your comment",class:"pd-small p-big w-100 radius-small mn-r-small"},null,512),[[e.vModelText,d.value]]),J],40,G)])):e.createCommentVNode("",!0)]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value,l=>(e.openBlock(),e.createElementBlock("div",{key:l._id,class:"comment mn-small radius-big pd-medium bg-grey"},[e.createVNode(C._sfc_main,{class:"mn-medium",entity:l,entityType:"comment",user:o.owner,owner:{target:l.user},creator:{target:l.user},date:l.createdAt},null,8,["entity","user","owner","creator","date"]),e.createElementVNode("div",O,[e.createElementVNode("p",Q,e.toDisplayString(l.content),1)])]))),128))]))}},Y={class:"w-100 bg-white radius-big image-upload-area flex-v-center flex-h-center flex t-black mn-small"},Z=["src"],ee={__name:"Image",props:["label","value","prop"],setup(o){return e.ref(null),(r,n)=>(e.openBlock(),e.createElementBlock("div",Y,[o.prop.content?(e.openBlock(),e.createElementBlock("img",{key:0,src:(r.FILE_SERVER_URL||"")+o.prop.content,alt:"Uploaded image",class:"w-100 h-30r object-fit-contain"},null,8,Z)):e.createCommentVNode("",!0)]))}};exports._sfc_main=y;exports._sfc_main$1=j;exports._sfc_main$2=X;exports._sfc_main$3=ee;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");require("./Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-0ea8fbf8.js");const _=require("./Select-3ca5ab39.js"),b=require("./SelectMulti-c25765cf.js"),m=require("vue-router"),p=require("./Field-e2a43424.js"),o=require("./leftovers-66951de6.js"),v=require("./products-7e4253eb.js");require("./_plugin-vue_export-helper-f246444f.js");require("./index-b41aac19.js");require("./globals-928eb13c.js");require("vue-i18n");require("./auth-df5a20c6.js");const g={class:"flex-column flex-wrap block"},V={key:0,class:"w-100"},k={class:"mn-r-regular w-100"},N=["onClick"],h={__name:"LeftoverPositions",props:{order:Object},setup(i){const s=i;m.useRouter(),m.useRoute();function a(n){o.actions.deleteItemFromLeftover(s.order.positions[n])}return(n,u)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("ul",g,[i.order.positions.length===0?(e.openBlock(),e.createElementBlock("span",V," No positions added yet ")):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.order.positions,(l,d)=>(e.openBlock(),e.createElementBlock("li",{key:l._id,class:"w-100 flex-center flex-nowrap flex"},[e.createElementVNode("span",k,e.toDisplayString(l.name),1),e.createVNode(p.Field,{field:l.price,"onUpdate:field":c=>l.price=c,type:"number",label:"Price",symbol:n.returnCurrency(),class:"bg-grey pd-medium radius-small"},null,8,["field","onUpdate:field","symbol"]),e.createVNode(p.Field,{field:l.quantity,"onUpdate:field":c=>l.quantity=c,type:"number",label:"Quantity",class:"bg-grey pd-medium radius-small",symbol:l.type},null,8,["field","onUpdate:field","symbol"]),e.createElementVNode("a",{class:"button",onClick:c=>a(d)}," Delete ",8,N)]))),128))])]))}},E=["disabled"],q={__name:"CardPosition",props:{product:Object,products:Array,quantity:Number,type:String,price:Number},emits:["add","remove"],setup(i,{emit:s}){const a=e.ref(null),n=e.ref(null),u=e.ref("pcs"),l=e.ref(null),d=e.computed(()=>a.value&&n.value>0&&l.value>0);function c(){s("add",{product:a.value,price:l.value,quantity:n.value,type:u.value})}return(f,t)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(b.SelectMulti,{modelValue:a.value,"onUpdate:modelValue":t[0]||(t[0]=r=>a.value=r),options:i.products,label:"name",multiple:!1,taggable:!1,placeholder:"Select a product",class:"bg-grey pd-medium radius-small"},null,8,["modelValue","options"]),e.createVNode(p.Field,{field:l.value,"onUpdate:field":t[1]||(t[1]=r=>l.value=r),type:"number",label:"Price",symbol:f.returnCurrency(),class:"bg-grey pd-medium radius-small"},null,8,["field","symbol"]),e.createVNode(p.Field,{field:n.value,"onUpdate:field":t[3]||(t[3]=r=>n.value=r),type:"number",label:"Quantity",class:"bg-grey pd-medium radius-small"},{default:e.withCtx(()=>[e.createVNode(_.Select,{select:u.value,"onUpdate:select":t[2]||(t[2]=r=>u.value=r),options:["pcs","g","ml"],class:"bg-white pd-thin radius-thin"},null,8,["select"])]),_:1},8,["field"]),e.createElementVNode("button",{disabled:!e.unref(d),onClick:c,class:"bg-main button"}," Add ",8,E)],64))}};const x=e.createElementVNode("header",{class:"mn-medium flex-v-center flex-nowrap flex"},[e.createElementVNode("h2",{class:"mn-r-medium"},"Inventory")],-1),B=e.createElementVNode("h5",{class:"mn-small"},"Select Type",-1),P=e.createElementVNode("h5",{class:"mn-small"},"Add Position",-1),S={class:"mn-semi gap-thin flex-nowrap flex"},w={class:"gap-thin flex-v-center flex-nojustify flex"},C={class:"mn-r-auto"},$={__name:"LeftoverAdd",setup(i){const s=m.useRoute(),a=m.useRouter(),n=e.ref(v.state.all),u=e.computed(()=>o.state.current.positions.reduce((t,r)=>t+r.price*(r.quantity||1),0));e.onMounted(async()=>{if(s.params._id)try{await o.actions.fetch(s.params._id)}catch{console.error("error")}else o.state.current={type:"",order:"",positions:[]};try{const t=await v.actions.read({organization:"65141c476cf9860013b49f6d"});n.value=t}catch{console.error("error")}});function l(){s.params._id?o.actions.fetch(s.params._id):o.state.current={type:"",order:"",positions:[]}}function d(t){o.actions.addProductToLeftover(t)}function c(){s.params._id?o.actions.update(o.state.current).then(()=>a.push({name:"Backoffice Leftovers"}),t=>console.error("error")):o.actions.create(o.state.current).then(()=>a.push({name:"Backoffice Leftovers"}),t=>console.error("error"))}function f(){o.actions.delete(s.params._id).then(()=>a.push({name:"Backoffice Leftovers"}),t=>console.error("error"))}return(t,r)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[x,B,e.createVNode(_.Select,{select:o.state.current.type,"onUpdate:select":r[0]||(r[0]=y=>o.state.current.type=y),options:["stock-in","stock-out","write-off"],placeholder:"Select type",class:"mn-semi bg-grey pd-medium radius-small"},null,8,["select"]),P,e.createElementVNode("div",S,[e.createVNode(q,{onAdd:d,products:n.value},null,8,["products"])]),e.createElementVNode("h5",{class:"mn-small"},[e.createTextVNode(" Invetory Sheet "),e.createElementVNode("a",{class:"mn-l-thin t-main",onClick:l}," Reset ")]),e.createVNode(h,{order:o.state.current,products:n.value,class:"mn-semi"},null,8,["order","products"]),e.createElementVNode("section",w,[e.createElementVNode("h3",C," In total: "+e.toDisplayString(t.formatPrice(e.unref(u))),1),e.createElementVNode("a",{onClick:r[1]||(r[1]=y=>c()),class:"bg-main button"}," Save "),e.unref(s).params._id?(e.openBlock(),e.createElementBlock("a",{key:0,onClick:r[2]||(r[2]=y=>f()),class:"t-white bg-red button"}," Delete ")):e.createCommentVNode("",!0)])],64))}};exports.default=$;
|