@ozdao/prometheus-framework 0.0.78 → 0.0.80

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-451d2614.mjs +80 -0
  2. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-5ea8b4fa.js +1 -0
  3. package/dist/ButtonFollow-0d83a04a.mjs +130 -0
  4. package/dist/ButtonFollow-f9c5dc7a.js +1 -0
  5. package/dist/CardHeader-2d7e5d49.mjs +76 -0
  6. package/dist/CardHeader-dff9c71a.js +1 -0
  7. package/dist/Comments-b6e32958.js +1 -0
  8. package/dist/Comments-d2a8fd0f.mjs +76 -0
  9. package/dist/EditProductImages-1d4b44a9.mjs +236 -0
  10. package/dist/EditProductImages-d9228ad0.js +1 -0
  11. package/dist/EmptyState-34d85f10.mjs +36 -0
  12. package/dist/EmptyState-7658d7d6.js +1 -0
  13. package/dist/Feed-932d976d.js +1 -0
  14. package/dist/Feed-962e009b.js +1 -0
  15. package/dist/Feed-c93012c7.mjs +346 -0
  16. package/dist/Feed-d8e33aed.mjs +397 -0
  17. package/dist/PlaceholderUserpic-1a6cf257.mjs +28 -0
  18. package/dist/PlaceholderUserpic-3bf126ee.js +1 -0
  19. package/dist/Popup.vue_vue_type_style_index_0_lang-8981c189.mjs +280 -0
  20. package/dist/Popup.vue_vue_type_style_index_0_lang-931f265a.js +1 -0
  21. package/dist/Product-3c64a352.mjs +904 -0
  22. package/dist/Product-67efba5c.js +7 -0
  23. package/dist/ProductEdit-04760699.js +1 -0
  24. package/dist/ProductEdit-39adf62f.mjs +113 -0
  25. package/dist/ProfileBlogposts-00424109.js +1 -0
  26. package/dist/ProfileBlogposts-65a7a5e0.mjs +56 -0
  27. package/dist/ProfileComments-5884d09f.mjs +43 -0
  28. package/dist/ProfileComments-677731b3.js +1 -0
  29. package/dist/ProfileEvents-85a88674.mjs +55 -0
  30. package/dist/ProfileEvents-b5431cd6.js +1 -0
  31. package/dist/ProfileLikes-4a57f637.mjs +43 -0
  32. package/dist/ProfileLikes-8ccf6815.js +1 -0
  33. package/dist/ProfileOrganizations-5d681498.mjs +202 -0
  34. package/dist/ProfileOrganizations-c7688210.js +1 -0
  35. package/dist/Publics-889c25fc.js +1 -0
  36. package/dist/Publics-8bea4201.mjs +44 -0
  37. package/dist/UploadImage-34bc4a3f.mjs +99 -0
  38. package/dist/UploadImage-75b1a18a.js +1 -0
  39. package/dist/auth-18f80fef.mjs +1501 -0
  40. package/dist/auth-78fd9408.js +8 -0
  41. package/dist/auth.client.cjs +5 -5
  42. package/dist/auth.client.js +5 -5
  43. package/dist/auth.validation-6bccabd6.mjs +20 -0
  44. package/dist/auth.validation-a18510e8.js +1 -0
  45. package/dist/community.client.cjs +8 -9
  46. package/dist/community.client.js +568 -552
  47. package/dist/community.server.js +3 -2
  48. package/dist/community.server.mjs +3 -2
  49. package/dist/events.client.cjs +1 -1
  50. package/dist/events.client.js +10 -10
  51. package/dist/files.client.cjs +1 -0
  52. package/dist/files.client.js +1 -0
  53. package/dist/files.server.js +5 -2
  54. package/dist/files.server.mjs +5 -2
  55. package/dist/main.css +1 -1
  56. package/dist/organizations-0e9ff7ca.mjs +319 -0
  57. package/dist/organizations-c77ea9d0.js +1 -0
  58. package/dist/organizations.client.cjs +2 -2
  59. package/dist/organizations.client.js +26 -26
  60. package/dist/prometheus-framework.cjs.js +3 -3
  61. package/dist/prometheus-framework.es.js +8 -8
  62. package/dist/style.css +1 -1
  63. package/dist/users.client.cjs +1 -1
  64. package/dist/users.client.js +10 -10
  65. package/package.json +3 -3
  66. package/src/modules/community/components/elements/ImageUpload.vue +7 -5
  67. package/src/modules/community/components/pages/BlogPost.vue +12 -15
  68. package/src/modules/community/components/pages/CreateBlogPost.vue +14 -1
  69. package/src/modules/community/controllers/blog.controller.js +2 -1
  70. package/src/modules/files/controllers/files.controller.js +5 -1
  71. package/src/modules/files/routes/files.routes.js +3 -1
@@ -2,23 +2,23 @@ import { computed as D, openBlock as a, createElementBlock as l, unref as w, cre
2
2
  import { useRouter as B, useRoute as U } from "vue-router";
3
3
  import "vue-i18n";
4
4
  import { s as I } from "./globals-f538c0ef.mjs";
5
- import { S as pe } from "./Breadcrumbs.vue_vue_type_style_index_0_lang-d777ad17.mjs";
5
+ import { S as pe } from "./Breadcrumbs.vue_vue_type_style_index_0_lang-451d2614.mjs";
6
6
  import { _ as ke } from "./Tab-054b61f7.mjs";
7
- import { a as me, B as Oe, m as Be, s as Te } from "./ButtonFollow-6bbf3e24.mjs";
8
- import { b as Cl } from "./ButtonFollow-6bbf3e24.mjs";
9
- import { _ as Ee } from "./Feed-df5bbb3c.mjs";
10
- import { _ as Ue } from "./Feed-e5fb4972.mjs";
11
- import { _ as O, a as Le, s as L, F as T, b as oe } from "./auth-84680727.mjs";
12
- import { I as Fe, _ as Se } from "./UploadImage-b1acc48f.mjs";
13
- import { P as je } from "./PlaceholderUserpic-4fe04ec9.mjs";
14
- import { _ as ze, C as K } from "./Popup.vue_vue_type_style_index_0_lang-d05075a7.mjs";
7
+ import { a as me, B as Oe, m as Be, s as Te } from "./ButtonFollow-0d83a04a.mjs";
8
+ import { b as Cl } from "./ButtonFollow-0d83a04a.mjs";
9
+ import { _ as Ee } from "./Feed-c93012c7.mjs";
10
+ import { _ as Ue } from "./Feed-d8e33aed.mjs";
11
+ import { _ as O, a as Le, s as L, F as T, b as oe } from "./auth-18f80fef.mjs";
12
+ import { I as Fe, _ as Se } from "./UploadImage-34bc4a3f.mjs";
13
+ import { P as je } from "./PlaceholderUserpic-1a6cf257.mjs";
14
+ import { _ as ze, C as K } from "./Popup.vue_vue_type_style_index_0_lang-8981c189.mjs";
15
15
  import { v as Ze, d as He } from "./inputs.validation-5732152a.mjs";
16
- import { a as F, s as C, _ as qe } from "./organizations-a9b86de7.mjs";
17
- import { o as xl } from "./organizations-a9b86de7.mjs";
16
+ import { a as F, s as C, _ as qe } from "./organizations-0e9ff7ca.mjs";
17
+ import { o as xl } from "./organizations-0e9ff7ca.mjs";
18
18
  import "./Tab.vue_vue_type_style_index_0_lang-4ed993c7.mjs";
19
- import { _ as Ol } from "./Publics-21f24533.mjs";
20
- import "./EmptyState-1214f70b.mjs";
21
- import "./CardHeader-88de7b20.mjs";
19
+ import { _ as Ol } from "./Publics-8bea4201.mjs";
20
+ import "./EmptyState-34d85f10.mjs";
21
+ import "./CardHeader-2d7e5d49.mjs";
22
22
  const Ne = { class: "mn-small w-100" }, Re = ["href"], Ke = /* @__PURE__ */ n("span", { class: "t-semi uppercase" }, "Website", -1), Je = [
23
23
  Ke
24
24
  ], We = ["href"], Ye = /* @__PURE__ */ n("span", { class: "t-semi uppercase" }, "Phone", -1), Ge = [
@@ -399,7 +399,7 @@ const hs = { class: "mn-big radius-medium pd-big bg-white" }, _s = { class: "mn-
399
399
  n("p", fs, f(e.description), 1),
400
400
  n("button", {
401
401
  onClick: s[0] || (s[0] = (...o) => e.callback && e.callback(...o)),
402
- class: "t-white bg-blue w-100 button"
402
+ class: "t-white bg-second w-100 button"
403
403
  }, f(e.action), 1)
404
404
  ]));
405
405
  }
@@ -2327,16 +2327,16 @@ const Po = { class: "br-grey radius-small mn-small" }, Vo = {
2327
2327
  key: 0,
2328
2328
  disabled: !o.value.subdepartment,
2329
2329
  onClick: p,
2330
- class: "w-100 button bg-blue t-white"
2330
+ class: "w-100 button bg-second t-white"
2331
2331
  }, " Добавить отдел ", 8, Ao)) : g("", !0),
2332
2332
  s.department !== null ? (a(), l("button", {
2333
2333
  key: 1,
2334
2334
  onClick: r,
2335
- class: "w-100 button bg-red t-white"
2335
+ class: "w-100 button bg-fourth t-white"
2336
2336
  }, " Удалить отдел ")) : g("", !0)
2337
2337
  ]));
2338
2338
  }
2339
- }, pl = /* @__PURE__ */ O(Io, [["__scopeId", "data-v-4bf9162d"]]);
2339
+ }, pl = /* @__PURE__ */ O(Io, [["__scopeId", "data-v-21f393e1"]]);
2340
2340
  const Bo = { class: "br-grey radius-small mn-small" }, To = {
2341
2341
  key: 1,
2342
2342
  class: "pd-small br-grey br-1px br-solid"
@@ -2380,16 +2380,16 @@ const Bo = { class: "br-grey radius-small mn-small" }, To = {
2380
2380
  key: 0,
2381
2381
  disabled: !o.value.subdepartment,
2382
2382
  onClick: p,
2383
- class: "w-100 button bg-blue t-white"
2383
+ class: "w-100 button bg-second t-white"
2384
2384
  }, " Добавить отдел ", 8, Eo)) : g("", !0),
2385
2385
  s.department !== null ? (a(), l("button", {
2386
2386
  key: 1,
2387
2387
  onClick: r,
2388
- class: "w-100 button bg-red t-white"
2388
+ class: "w-100 button bg-fourth t-white"
2389
2389
  }, " Удалить отдел ")) : g("", !0)
2390
2390
  ]));
2391
2391
  }
2392
- }, ml = /* @__PURE__ */ O(Uo, [["__scopeId", "data-v-09bfd344"]]);
2392
+ }, ml = /* @__PURE__ */ O(Uo, [["__scopeId", "data-v-d3c6f191"]]);
2393
2393
  const G = (e) => (ie("data-v-195322bd"), e = e(), le(), e), Fo = { class: "for-transition w-100" }, jo = { class: "pd-b-zero pd-t-zero pd-thin" }, Zo = { class: "pd-thin" }, Ho = { class: "flex-nowrap flex bg-grey pd-medium radius-big" }, qo = {
2394
2394
  key: 0,
2395
2395
  class: "mn-r-auto"
@@ -2758,11 +2758,11 @@ const xi = { class: "br-grey radius-small mn-small" }, ki = {
2758
2758
  ]),
2759
2759
  n("button", {
2760
2760
  onClick: c,
2761
- class: "w-100 button bg-blue t-white"
2761
+ class: "w-100 button bg-second t-white"
2762
2762
  }, f(s.place !== null ? "Редактировать заведение" : "Добавить заведение"), 1)
2763
2763
  ]));
2764
2764
  }
2765
- }, fl = /* @__PURE__ */ O(ki, [["__scopeId", "data-v-9e5ccdac"]]);
2765
+ }, fl = /* @__PURE__ */ O(ki, [["__scopeId", "data-v-de5143c5"]]);
2766
2766
  const Oi = (e) => (ie("data-v-20739d92"), e = e(), le(), e), Li = { class: "documents" }, Si = /* @__PURE__ */ Oi(() => /* @__PURE__ */ n("h3", { class: "mn-small" }, "Список документов", -1)), zi = { class: "mn-big cols-4" }, Mi = ["onClick"], Di = { class: "mn-small" }, Pi = { class: "t-semi t-transp radius-small" }, Vi = {
2767
2767
  __name: "Documents",
2768
2768
  setup(e) {
@@ -2980,21 +2980,21 @@ const Ui = /* @__PURE__ */ O(Ti, [["render", Ei]]), vl = [{
2980
2980
  },
2981
2981
  component: () => import(
2982
2982
  /* webpackChunkName: 'Product' */
2983
- "./Product-60e14832.mjs"
2983
+ "./Product-3c64a352.mjs"
2984
2984
  )
2985
2985
  }, {
2986
2986
  path: ":_id/products/:product/edit",
2987
2987
  name: "ProductEdit",
2988
2988
  component: () => import(
2989
2989
  /* webpackChunkName: 'ProductPageEdit' */
2990
- "./ProductEdit-5f9a55b6.mjs"
2990
+ "./ProductEdit-39adf62f.mjs"
2991
2991
  )
2992
2992
  }, {
2993
2993
  path: ":_id/products/add",
2994
2994
  name: "AddProduct",
2995
2995
  component: () => import(
2996
2996
  /* webpackChunkName: 'ProductPageEdit' */
2997
- "./ProductEdit-5f9a55b6.mjs"
2997
+ "./ProductEdit-39adf62f.mjs"
2998
2998
  )
2999
2999
  }]
3000
3000
  }];