@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
package/dist/events.client.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import { s as jt, r as Mn, c as fl, u as Fr, b as Br, d as pl, a as hl } from "./Feed-
|
2
|
-
import { _ as Bc, e as jc } from "./Feed-
|
3
|
-
import { a as zc, _ as Gc } from "./Events-
|
1
|
+
import { s as jt, r as Mn, c as fl, u as Fr, b as Br, d as pl, a as hl } from "./Feed-04fe1f7a.mjs";
|
2
|
+
import { _ as Bc, e as jc } from "./Feed-04fe1f7a.mjs";
|
3
|
+
import { a as zc, _ as Gc } from "./Events-af7170ed.mjs";
|
4
4
|
import { ref as K, onMounted as Je, openBlock as T, createElementBlock as L, createElementVNode as ie, Fragment as ye, renderList as Se, unref as p, normalizeClass as Me, toDisplayString as We, watch as kt, resolveComponent as yl, createVNode as $e, withCtx as ve, Transition as St, createBlock as he, resolveDynamicComponent as pa, reactive as ea, defineComponent as ze, useSlots as Lt, toRef as Oa, nextTick as At, computed as G, onUnmounted as kr, mergeProps as Be, isRef as jr, createSlots as Ze, renderSlot as ne, normalizeProps as Ve, guardReactiveProps as Xe, Teleport as gl, createCommentVNode as F, h as wl, render as qr, withKeys as pe, withModifiers as Oe, normalizeStyle as dt, createTextVNode as mt, onBeforeUpdate as bl, withDirectives as Ca, vShow as Pa, getCurrentScope as _l, onScopeDispose as kl, TransitionGroup as zr } from "vue";
|
5
5
|
import { useRoute as Dr, useRouter as xn } from "vue-router";
|
6
6
|
import "./Select-11ddabf5.mjs";
|
7
|
-
import { a as Dl, b as Tl, c as Ml } from "./Image-
|
7
|
+
import { a as Dl, b as Tl, c as Ml } from "./Image-39955d9d.mjs";
|
8
8
|
import { _ as xl } from "./Popup-0d8e1392.mjs";
|
9
9
|
import { F as Gr } from "./Field-e5ad88d3.mjs";
|
10
10
|
import { _ as Cl } from "./BlockTags-ee310572.mjs";
|
@@ -12,16 +12,16 @@ import { C as Pl } from "./Checkbox-5dbe7b23.mjs";
|
|
12
12
|
import { S as $l } from "./SelectMulti-58704d69.mjs";
|
13
13
|
import { _ as Ol } from "./UploadImage-3c627d89.mjs";
|
14
14
|
import { _ as Cn } from "./Button-9e1a9284.mjs";
|
15
|
-
import { s as ut } from "./auth-
|
16
|
-
import { a as Al } from "./organizations-
|
15
|
+
import { s as ut } from "./auth-076a83d0.mjs";
|
16
|
+
import { a as Al } from "./organizations-966e1cd2.mjs";
|
17
17
|
import "./Loader.vue_vue_type_style_index_0_lang-4ed993c7.mjs";
|
18
18
|
import { _ as Sl } from "./EmptyState-e404b05d.mjs";
|
19
19
|
import { S as Yl } from "./SkeletonEvent-8690422d.mjs";
|
20
20
|
import { a as Nl } from "./index-a661083c.mjs";
|
21
21
|
import { s as ka } from "./globals-96ba60e4.mjs";
|
22
22
|
import { _ as El } from "./_plugin-vue_export-helper-dad06003.mjs";
|
23
|
-
import "./auth.validation-
|
24
|
-
import "./Chips-
|
23
|
+
import "./auth.validation-fd9ae66f.mjs";
|
24
|
+
import "./Chips-f06ec38f.mjs";
|
25
25
|
import "./Dropdown-ef2df9a9.mjs";
|
26
26
|
import "./reports-79cd9459.mjs";
|
27
27
|
import "./click-outside-6101836c.mjs";
|
@@ -8834,7 +8834,7 @@ const rc = {
|
|
8834
8834
|
},
|
8835
8835
|
component: () => import(
|
8836
8836
|
/* webpackChunkName: 'EventList' */
|
8837
|
-
"./Events-
|
8837
|
+
"./Events-af7170ed.mjs"
|
8838
8838
|
).then((e) => e.E)
|
8839
8839
|
}]
|
8840
8840
|
},
|