@ozdao/prometheus-framework 0.2.186 → 0.2.187

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./localization/methods/get-browser-locale.cjs"),r=require("./localization/vue-i18n.cjs"),o=require("./store/globals.cjs");exports.getBrowserLocale=e.default;exports.VueI18n=r.default;exports.globalStore=o;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./localization/methods/get-browser-locale.cjs"),r=require("./localization/vue-i18n.cjs"),t=require("./router/routerGuards.cjs"),o=require("./mixins/mixins.cjs"),u=require("./store/globals.cjs");exports.getBrowserLocale=e.default;exports.VueI18n=r.default;exports.routerGuards=t.default;exports.mixins=o;exports.globalStore=u;
@@ -1,8 +1,12 @@
1
- import { default as a } from "./localization/methods/get-browser-locale.js";
2
- import { default as l } from "./localization/vue-i18n.js";
3
- import * as o from "./store/globals.js";
1
+ import { default as t } from "./localization/methods/get-browser-locale.js";
2
+ import { default as f } from "./localization/vue-i18n.js";
3
+ import { default as m } from "./router/routerGuards.js";
4
+ import * as o from "./mixins/mixins.js";
5
+ import * as r from "./store/globals.js";
4
6
  export {
5
- l as VueI18n,
6
- a as getBrowserLocale,
7
- o as globalStore
7
+ f as VueI18n,
8
+ t as getBrowserLocale,
9
+ r as globalStore,
10
+ o as mixins,
11
+ m as routerGuards
8
12
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function g(){const m=t=>t?(t.includes("ROLE_ADMIN")?t.includes("ROLE_ADMIN"):!1)===!0:!1,y=(t,l,s,i)=>{const r=i.find(a=>a.organization===t);if(!r)return!1;const n=r.rights[l];return n?n[s]===!0:!1},u=()=>"฿",d=t=>{const l=u();return`${t.toFixed(2).replace(".",",").replace(/\B(?=(\d{3})+(?!\d))/g," ")} ${l}`},f=(t,l={})=>{var s=new Date(t),i=s.getFullYear().toString(),e=(s.getMonth()+1).toString(),r=s.getDate().toString(),n=s.getHours().toString(),a=s.getMinutes().toString(),c={dateOnly:l.dateOnly||!1,timeOnly:l.timeOnly||!1,dayMonth:l.dayMonth||!1,dayTime:l.dayTime||!1,monthYear:l.monthYear||!1,yearOnly:l.yearOnly||!1,custom:l.custom||""};return c.dateOnly?i+"."+(e[1]?e:"0"+e[0])+"."+(r[1]?r:"0"+r[0]):c.timeOnly?(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0]):c.dayMonth?(r[1]?r:"0"+r[0])+"."+(e[1]?e:"0"+e[0]):c.dayTime?(r[1]?r:"0"+r[0])+" в "+(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0]):c.monthYear?(e[1]?e:"0"+e[0])+"."+i:c.yearOnly?i:c.custom?c.custom.replace("yyyy",i).replace("mm",e[1]?e:"0"+e[0]).replace("dd",r[1]?r:"0"+r[0]).replace("hh",n[1]?n:"0"+n[0]).replace("min",a[1]?a:"0"+a[0]):(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0])+", "+i+"."+(e[1]?e:"0"+e[0])+"."+(r[1]?r:"0"+r[0])},o=t=>(t||(t=""),t.toLowerCase().replace(/ /g,"-").replace(/[^a-z0-9-]/g,""));return{isAdmin:m,hasAccess:y,returnCurrency:u,formatPrice:d,formatDate:f,normalizeUrlParam:o,joinArrayToUrl:t=>t.join("/"),getMarketplaceLink:(t,l,s,i)=>{let e=l?o(l):"",r=s?o(s):"",n=i?o(i):"",a="/marketplace";return a+=e?`/${e}`:"",a+=e&&r?`/${r}`:"",a+=e&&r&&n?`/${n}`:"",t&&t.length&&(a+=`?categories=${t.join(",")}`),a},getSpotsLink:(t,l,s)=>{let i=t?o(t):"",e=l?o(l):"",r=s?o(s):"",n="/spots";return n+=i?`/${i}`:"",n+=i&&e?`/${e}`:"",n+=i&&e&&r?`/${r}`:"",n}}}exports.useGlobalMixins=g;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function m(){const y=t=>t?(t.includes("ROLE_ADMIN")?t.includes("ROLE_ADMIN"):!1)===!0:!1,d=(t,l,s,i)=>{const r=i.find(a=>a.organization===t);if(!r)return!1;const n=r.rights[l];return n?n[s]===!0:!1},u=()=>"฿",f=t=>{const l=u();return`${t.toFixed(2).replace(".",",").replace(/\B(?=(\d{3})+(?!\d))/g," ")} ${l}`},g=(t,l={})=>{var s=new Date(t),i=s.getFullYear().toString(),e=(s.getMonth()+1).toString(),r=s.getDate().toString(),n=s.getHours().toString(),a=s.getMinutes().toString(),o={dateOnly:l.dateOnly||!1,timeOnly:l.timeOnly||!1,dayMonth:l.dayMonth||!1,dayTime:l.dayTime||!1,monthYear:l.monthYear||!1,yearOnly:l.yearOnly||!1,custom:l.custom||""};return o.dateOnly?i+"."+(e[1]?e:"0"+e[0])+"."+(r[1]?r:"0"+r[0]):o.timeOnly?(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0]):o.dayMonth?(r[1]?r:"0"+r[0])+"."+(e[1]?e:"0"+e[0]):o.dayTime?(r[1]?r:"0"+r[0])+" в "+(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0]):o.monthYear?(e[1]?e:"0"+e[0])+"."+i:o.yearOnly?i:o.custom?o.custom.replace("yyyy",i).replace("mm",e[1]?e:"0"+e[0]).replace("dd",r[1]?r:"0"+r[0]).replace("hh",n[1]?n:"0"+n[0]).replace("min",a[1]?a:"0"+a[0]):(n[1]?n:"0"+n[0])+":"+(a[1]?a:"0"+a[0])+", "+i+"."+(e[1]?e:"0"+e[0])+"."+(r[1]?r:"0"+r[0])},c=t=>(t||(t=""),t.toLowerCase().replace(/ /g,"-").replace(/[^a-z0-9-]/g,""));return{isAdmin:y,hasAccess:d,returnCurrency:u,formatPrice:f,formatDate:g,normalizeUrlParam:c,joinArrayToUrl:t=>t.join("/"),getMarketplaceLink:(t,l,s,i)=>{let e=l?c(l):"",r=s?c(s):"",n=i?c(i):"",a="/marketplace";return a+=e?`/${e}`:"",a+=e&&r?`/${r}`:"",a+=e&&r&&n?`/${n}`:"",t&&t.length&&(a+=`?categories=${t.join(",")}`),a},getSpotsLink:(t,l,s)=>{let i=t?c(t):"",e=l?c(l):"",r=s?c(s):"",n="/spots";return n+=i?`/${i}`:"",n+=i&&e?`/${e}`:"",n+=i&&e&&r?`/${r}`:"",n}}}const h={methods:m()};exports.globalMixins=h;exports.useGlobalMixins=m;
@@ -1,15 +1,15 @@
1
- function O() {
2
- const m = (t) => t ? (t.includes("ROLE_ADMIN") ? t.includes("ROLE_ADMIN") : !1) === !0 : !1, y = (t, l, s, i) => {
3
- const r = i.find((a) => a.organization === t);
1
+ function g() {
2
+ const m = (t) => t ? (t.includes("ROLE_ADMIN") ? t.includes("ROLE_ADMIN") : !1) === !0 : !1, y = (t, l, i, s) => {
3
+ const r = s.find((a) => a.organization === t);
4
4
  if (!r)
5
5
  return !1;
6
6
  const n = r.rights[l];
7
- return n ? n[s] === !0 : !1;
8
- }, u = () => "฿", f = (t) => {
7
+ return n ? n[i] === !0 : !1;
8
+ }, u = () => "฿", d = (t) => {
9
9
  const l = u();
10
10
  return `${t.toFixed(2).replace(".", ",").replace(/\B(?=(\d{3})+(?!\d))/g, " ")} ${l}`;
11
- }, d = (t, l = {}) => {
12
- var s = new Date(t), i = s.getFullYear().toString(), e = (s.getMonth() + 1).toString(), r = s.getDate().toString(), n = s.getHours().toString(), a = s.getMinutes().toString(), c = {
11
+ }, f = (t, l = {}) => {
12
+ var i = new Date(t), s = i.getFullYear().toString(), e = (i.getMonth() + 1).toString(), r = i.getDate().toString(), n = i.getHours().toString(), a = i.getMinutes().toString(), c = {
13
13
  dateOnly: l.dateOnly || !1,
14
14
  timeOnly: l.timeOnly || !1,
15
15
  dayMonth: l.dayMonth || !1,
@@ -18,26 +18,30 @@ function O() {
18
18
  yearOnly: l.yearOnly || !1,
19
19
  custom: l.custom || ""
20
20
  };
21
- return c.dateOnly ? i + "." + (e[1] ? e : "0" + e[0]) + "." + (r[1] ? r : "0" + r[0]) : c.timeOnly ? (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) : c.dayMonth ? (r[1] ? r : "0" + r[0]) + "." + (e[1] ? e : "0" + e[0]) : c.dayTime ? (r[1] ? r : "0" + r[0]) + " в " + (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) : c.monthYear ? (e[1] ? e : "0" + e[0]) + "." + i : c.yearOnly ? i : c.custom ? c.custom.replace("yyyy", i).replace("mm", e[1] ? e : "0" + e[0]).replace("dd", r[1] ? r : "0" + r[0]).replace("hh", n[1] ? n : "0" + n[0]).replace("min", a[1] ? a : "0" + a[0]) : (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) + ", " + i + "." + (e[1] ? e : "0" + e[0]) + "." + (r[1] ? r : "0" + r[0]);
21
+ return c.dateOnly ? s + "." + (e[1] ? e : "0" + e[0]) + "." + (r[1] ? r : "0" + r[0]) : c.timeOnly ? (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) : c.dayMonth ? (r[1] ? r : "0" + r[0]) + "." + (e[1] ? e : "0" + e[0]) : c.dayTime ? (r[1] ? r : "0" + r[0]) + " в " + (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) : c.monthYear ? (e[1] ? e : "0" + e[0]) + "." + s : c.yearOnly ? s : c.custom ? c.custom.replace("yyyy", s).replace("mm", e[1] ? e : "0" + e[0]).replace("dd", r[1] ? r : "0" + r[0]).replace("hh", n[1] ? n : "0" + n[0]).replace("min", a[1] ? a : "0" + a[0]) : (n[1] ? n : "0" + n[0]) + ":" + (a[1] ? a : "0" + a[0]) + ", " + s + "." + (e[1] ? e : "0" + e[0]) + "." + (r[1] ? r : "0" + r[0]);
22
22
  }, o = (t) => (t || (t = ""), t.toLowerCase().replace(/ /g, "-").replace(/[^a-z0-9-]/g, ""));
23
23
  return {
24
24
  isAdmin: m,
25
25
  hasAccess: y,
26
26
  returnCurrency: u,
27
- formatPrice: f,
28
- formatDate: d,
27
+ formatPrice: d,
28
+ formatDate: f,
29
29
  normalizeUrlParam: o,
30
30
  joinArrayToUrl: (t) => t.join("/"),
31
- getMarketplaceLink: (t, l, s, i) => {
32
- let e = l ? o(l) : "", r = s ? o(s) : "", n = i ? o(i) : "", a = "/marketplace";
31
+ getMarketplaceLink: (t, l, i, s) => {
32
+ let e = l ? o(l) : "", r = i ? o(i) : "", n = s ? o(s) : "", a = "/marketplace";
33
33
  return a += e ? `/${e}` : "", a += e && r ? `/${r}` : "", a += e && r && n ? `/${n}` : "", t && t.length && (a += `?categories=${t.join(",")}`), a;
34
34
  },
35
- getSpotsLink: (t, l, s) => {
36
- let i = t ? o(t) : "", e = l ? o(l) : "", r = s ? o(s) : "", n = "/spots";
37
- return n += i ? `/${i}` : "", n += i && e ? `/${e}` : "", n += i && e && r ? `/${r}` : "", n;
35
+ getSpotsLink: (t, l, i) => {
36
+ let s = t ? o(t) : "", e = l ? o(l) : "", r = i ? o(i) : "", n = "/spots";
37
+ return n += s ? `/${s}` : "", n += s && e ? `/${e}` : "", n += s && e && r ? `/${r}` : "", n;
38
38
  }
39
39
  };
40
40
  }
41
+ const O = {
42
+ methods: g()
43
+ };
41
44
  export {
42
- O as useGlobalMixins
45
+ O as globalMixins,
46
+ g as useGlobalMixins
43
47
  };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function c(u,s,r,i){u.beforeEach((t,n,e)=>{const{authorize:l}=t.meta;if(l){if(s.auth.state.access.status===!1)return e({path:"/auth/signin",query:{returnUrl:t.path}});if(l.length&&!l.some(o=>s.auth.state.access.roles.includes(o)))return e({path:"/auth/signin"})}const a=t.params.locale;if(r.config.globalProperties.$i18n.locale!==a&&a&&Object.keys(i.global.availableLocales).includes(a))return r.config.globalProperties.$i18n.locale=a,e();e()})}exports.default=c;
@@ -0,0 +1,18 @@
1
+ function n(i, t, r, o) {
2
+ i.beforeEach((l, u, a) => {
3
+ const { authorize: s } = l.meta;
4
+ if (s) {
5
+ if (t.auth.state.access.status === !1)
6
+ return a({ path: "/auth/signin", query: { returnUrl: l.path } });
7
+ if (s.length && !s.some((c) => t.auth.state.access.roles.includes(c)))
8
+ return a({ path: "/auth/signin" });
9
+ }
10
+ const e = l.params.locale;
11
+ if (r.config.globalProperties.$i18n.locale !== e && e && Object.keys(o.global.availableLocales).includes(e))
12
+ return r.config.globalProperties.$i18n.locale = e, a();
13
+ a();
14
+ });
15
+ }
16
+ export {
17
+ n as default
18
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/prometheus-framework",
3
- "version": "0.2.186",
3
+ "version": "0.2.187",
4
4
  "description": "Web3 Framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -10,6 +10,8 @@ import * as globalStore from './store/globals.js';
10
10
 
11
11
  export {
12
12
  // Client,
13
+ mixins,
14
+ routerGuards,
13
15
  getBrowserLocale,
14
16
  VueI18n,
15
17
  globalStore
@@ -1,5 +1,5 @@
1
1
  // routerGuards.js
2
- export function setupRouterGuards(router, store, app, i18n) {
2
+ export default function setupRouterGuards(router, store, app, i18n) {
3
3
  router.beforeEach((to, from, next) => {
4
4
  const { authorize } = to.meta;
5
5