@ozdao/prometheus-framework 0.1.27 → 0.1.28
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Chips-493042f7.js +1 -0
- package/dist/Chips-9cf6c0da.mjs +286 -0
- package/dist/Feed-27f62b1c.mjs +368 -0
- package/dist/Feed-7c8c901a.mjs +380 -0
- package/dist/Feed-aee74095.js +1 -0
- package/dist/Feed-bfd7d1d9.js +1 -0
- package/dist/Image-1f7252c0.mjs +477 -0
- package/dist/Image-448f9228.js +9 -0
- package/dist/Product-3c9c8197.js +7 -0
- package/dist/Product-748ec8b7.mjs +842 -0
- package/dist/Product-852f952c.js +7 -0
- package/dist/Product-bbdc8460.mjs +841 -0
- package/dist/ProductEdit-17f4e395.mjs +304 -0
- package/dist/ProductEdit-4af06681.js +1 -0
- package/dist/ProductEdit-4f9b6d56.js +1 -0
- package/dist/ProductEdit-a1050ab6.mjs +303 -0
- package/dist/ProfileBlogposts-03d04b92.mjs +66 -0
- package/dist/ProfileBlogposts-f9312adf.js +1 -0
- package/dist/ProfileComments-6d863cd3.mjs +45 -0
- package/dist/ProfileComments-e6970923.js +1 -0
- package/dist/ProfileEvents-917169c6.mjs +58 -0
- package/dist/ProfileEvents-996bce18.js +1 -0
- package/dist/ProfileLikes-0402d1fb.js +1 -0
- package/dist/ProfileLikes-92196922.mjs +45 -0
- package/dist/auth.client.cjs +8 -8
- package/dist/auth.client.js +581 -602
- package/dist/auth.validation-2cdd2231.mjs +17 -0
- package/dist/auth.validation-30bb0efd.js +1 -0
- package/dist/community.client.cjs +1 -1
- package/dist/community.client.js +65 -65
- package/dist/components/CardFooter/CardFooter.vue.d.ts +1 -1
- package/dist/components/CardHeader/CardHeader.vue.d.ts +1 -1
- package/dist/events.client.cjs +2 -2
- package/dist/events.client.js +6 -6
- package/dist/legal.client.cjs +1 -1
- package/dist/legal.client.js +2596 -2567
- package/dist/modules/community/components/blocks/FooterBlogpost.vue.d.ts +1 -1
- package/dist/modules/community/components/sections/Feed.vue.d.ts +1 -1
- package/dist/modules/events/components/blocks/CardEvent.vue.d.ts +3 -3
- package/dist/modules/events/components/sections/Feed.vue.d.ts +1 -1
- package/dist/modules/events/components/sections/List.vue.d.ts +1 -1
- package/dist/modules/organizations/components/sections/Feed.vue.d.ts +1 -1
- package/dist/modules/organizations/components/sections/Organizations.vue.d.ts +1 -1
- package/dist/organizations.client-13fc2cbe.js +3 -0
- package/dist/organizations.client-39196bef.mjs +3041 -0
- package/dist/organizations.client-85a2ae66.js +3 -0
- package/dist/organizations.client-91e84d4f.mjs +3022 -0
- package/dist/organizations.client.cjs +1 -1
- package/dist/organizations.client.js +43 -42
- package/dist/states.validation-766a62a6.mjs +13 -0
- package/dist/states.validation-92231934.js +1 -0
- package/dist/style.css +1 -1
- package/dist/users.client.cjs +1 -1
- package/dist/users.client.js +199 -194
- package/package.json +1 -1
- package/src/components/CardFooter/CardFooter.vue +27 -30
- package/src/components/CardHeader/CardHeader.vue +56 -3
- package/src/modules/auth/components/pages/SignIn.vue +2 -2
- package/src/modules/community/components/layouts/Community.vue +5 -5
- package/src/modules/events/components/blocks/CardEvent.vue +3 -2
- package/src/modules/events/components/pages/EditEvent.vue +1 -1
- package/src/modules/events/router/events.js +1 -0
- package/src/modules/legal/components/pages/Legal.vue +33 -17
- package/src/modules/legal/router/legal.js +51 -21
- package/src/modules/organizations/router/organizations.js +19 -0
- package/src/modules/users/router/users.js +36 -31
package/dist/events.client.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
import { r as Tr, a as Cn, s as Ut, c as yl, u as qr, b as zr, d as gl, S as wl, _ as bl } from "./Feed-
|
2
|
-
import { e as Fc } from "./Feed-
|
1
|
+
import { r as Tr, a as Cn, s as Ut, c as yl, u as qr, b as zr, d as gl, S as wl, _ as bl } from "./Feed-27f62b1c.mjs";
|
2
|
+
import { e as Fc } from "./Feed-27f62b1c.mjs";
|
3
3
|
import { openBlock as D, createElementBlock as L, createStaticVNode as _l, ref as G, onMounted as Ke, createVNode as _e, TransitionGroup as Oa, withCtx as ve, Fragment as ye, renderList as Oe, createBlock as fe, createCommentVNode as F, Transition as Dt, normalizeClass as ke, createElementVNode as le, unref as p, toDisplayString as Le, watch as kt, resolveComponent as kl, resolveDynamicComponent as pa, reactive as ea, defineComponent as ze, useSlots as Vt, toRef as Aa, nextTick as St, computed as K, onUnmounted as xr, mergeProps as Be, isRef as Gr, createSlots as Je, renderSlot as ne, normalizeProps as Ve, guardReactiveProps as Xe, Teleport as Dl, h as Tl, render as Kr, withKeys as he, withModifiers as Ae, normalizeStyle as dt, createTextVNode as mt, onBeforeUpdate as xl, withDirectives as Ca, vShow as Pa, getCurrentScope as Ml, onScopeDispose as Cl } from "vue";
|
4
4
|
import { _ as Pn } from "./EmptyState-34d85f10.mjs";
|
5
5
|
import { _ as $n } from "./_plugin-vue_export-helper-dad06003.mjs";
|
6
6
|
import { useRoute as Ra, useRouter as Mr } from "vue-router";
|
7
7
|
import "./Select.vue_vue_type_style_index_0_scoped_a78dbba1_lang-4ed993c7.mjs";
|
8
|
-
import { a as Pl, b as $l, c as Ol } from "./Image-
|
9
|
-
import {
|
8
|
+
import { a as Pl, b as $l, c as Ol } from "./Image-1f7252c0.mjs";
|
9
|
+
import { c as Al } from "./Chips-9cf6c0da.mjs";
|
10
10
|
import { F as Qr, _ as On } from "./Button-d8e72ac0.mjs";
|
11
11
|
import { _ as Sl, S as Yl, C as Nl } from "./Breadcrumbs.vue_vue_type_style_index_0_lang-19e23006.mjs";
|
12
12
|
import { _ as El } from "./UploadImage-f7b0335f.mjs";
|
@@ -15,7 +15,7 @@ import { a as Ul } from "./organizations-aed4245d.mjs";
|
|
15
15
|
import { a as Il } from "./index-0ab9d59c.mjs";
|
16
16
|
import { s as ka } from "./globals-96ba60e4.mjs";
|
17
17
|
import "vue-i18n";
|
18
|
-
import "./
|
18
|
+
import "./auth.validation-2cdd2231.mjs";
|
19
19
|
import "./IconEdit-eacf3856.mjs";
|
20
20
|
import "./vue-draggable-next.esm-bundler-ff6e3f52.mjs";
|
21
21
|
const Rl = {}, Hl = {
|
@@ -8484,7 +8484,7 @@ const Jd = {
|
|
8484
8484
|
class: "pd-b-extra w-100 bg-grey pd-big radius-big"
|
8485
8485
|
}, nc = {
|
8486
8486
|
key: 1,
|
8487
|
-
class: "pd-thin pos-
|
8487
|
+
class: "pd-thin pos-sticky pos-l-0 pos-b-0 w-100"
|
8488
8488
|
}, lc = { class: "pd-thin radius-big bg-main w-100 flex-nowrap flex" }, oc = { class: "w-m-66r t-left pd-big bg-white radius-big" }, ic = /* @__PURE__ */ le("h3", { class: "mn-small" }, "Final Touches", -1), uc = /* @__PURE__ */ le("h5", { class: "mn-thin" }, "Add to public:", -1), sc = {
|
8489
8489
|
key: 0,
|
8490
8490
|
class: "mn-thin"
|