jplan-pack 0.6.796 → 0.6.797
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AuthRoute-DcAJYxKz.js → AuthRoute-CRXPpw73.js} +1 -1
- package/dist/{AuthRoute-CDQfq3mu.mjs → AuthRoute-D3NDyrQU.mjs} +1 -1
- package/dist/{WidgetLabel-CGeJlhh0.mjs → WidgetLabel-CGPJldBt.mjs} +1 -1
- package/dist/{WidgetLabel-Bo8xpWD5.js → WidgetLabel-CzfQrv_b.js} +1 -1
- package/dist/{WidgetShortcut-DmaKDBN6.js → WidgetShortcut-BcgUTapu.js} +1 -1
- package/dist/{WidgetShortcut-CkP6BzZD.mjs → WidgetShortcut-DWXFNzco.mjs} +1 -1
- package/dist/{WidgetSpacer-BmJccXdW.mjs → WidgetSpacer-DqcckMcY.mjs} +1 -1
- package/dist/{WidgetSpacer-BziXmzpX.js → WidgetSpacer-MV-FyRLk.js} +1 -1
- package/dist/{WidgetTask-DU-anirO.js → WidgetTask-CkjadhLr.js} +1 -1
- package/dist/{WidgetTask-CY-_g7yC.mjs → WidgetTask-DCybV8BF.mjs} +1 -1
- package/dist/{index-BOYm1tKA.mjs → index-C8HTWUGj.mjs} +3 -4
- package/dist/{index-y7UuRpzP.js → index-CiAQKFXE.js} +1 -1
- package/dist/jplan-pack.cjs.js +1 -1
- package/dist/jplan-pack.es.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("./index-CiAQKFXE.js"),u={class:"overlay",style:{background:"rgba(0, 0, 0, 0.5)",height:"100vh"}},d={class:"text-white"},p={class:"text-white"},h=e.defineComponent({__name:"AuthRoute",setup(_){const c=o=>({scopes:["https://graph.microsoft.com/.default","openid","profile"],redirectStartPage:window.location.href,extraQueryParameters:o}),n=e.ref(!1);async function l(){t.msal.getAllAccounts().length===0&&(n.value=!0);const o=await t.msal.handleRedirectPromise();if(!o){await t.msal.initialize();const s=c();await t.msal.loginRedirect(s);return}t.msal.setActiveAccount(o.account)}e.onMounted(async()=>{await t.msal.initialize(),await l()});const a=[{title:"Authenticating...",subtitle:"Please wait."},{title:"Authorized",subtitle:"If this window don't closed automatically, you can close it now."}],i=e.computed(()=>n.value?a[0]:a[1]);return(o,s)=>{const r=e.resolveComponent("SpinnerLoader");return e.openBlock(),e.createElementBlock("div",u,[e.createElementVNode("h3",d,e.toDisplayString(i.value.title),1),e.createVNode(r),e.createElementVNode("p",p,e.toDisplayString(i.value.subtitle),1)])}}}),m=t._export_sfc(h,[["__scopeId","data-v-02ac351e"]]);exports.default=m;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, ref as p, onMounted as h, computed as _, resolveComponent as m, createElementBlock as f, openBlock as g, createElementVNode as s, createVNode as w, toDisplayString as c } from "vue";
|
|
2
|
-
import { m as t, a as v } from "./index-
|
|
2
|
+
import { m as t, a as v } from "./index-C8HTWUGj.mjs";
|
|
3
3
|
const x = {
|
|
4
4
|
class: "overlay",
|
|
5
5
|
style: { background: "rgba(0, 0, 0, 0.5)", height: "100vh" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as o, createBlock as s, openBlock as n, withCtx as c, createElementVNode as l, normalizeClass as d, toDisplayString as i } from "vue";
|
|
2
2
|
import { VCard as p } from "vuetify/lib/components/VCard/index.mjs";
|
|
3
|
-
import { a as f } from "./index-
|
|
3
|
+
import { a as f } from "./index-C8HTWUGj.mjs";
|
|
4
4
|
const m = /* @__PURE__ */ o({
|
|
5
5
|
__name: "WidgetLabel",
|
|
6
6
|
props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("vuetify/lib/components/VCard/index.mjs"),o=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("vuetify/lib/components/VCard/index.mjs"),o=require("./index-CiAQKFXE.js"),a=e.defineComponent({__name:"WidgetLabel",props:{label:{},font_size:{}},setup(n){const t=n,s=r=>{switch(r){case"body":return"text-body-1";case"sm":return"text-h5";case"md":return"text-h4";case"lg":return"text-h3";default:return"text-body-1"}};return(r,i)=>(e.openBlock(),e.createBlock(c.VCard,{color:"containerBg",class:"w-100 h-100 d-flex align-center justify-center"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass([s(t.font_size),"text-center truncate"])},e.toDisplayString(t.label),3)]),_:1}))}}),l=o._export_sfc(a,[["__scopeId","data-v-9d79374d"]]);exports.default=l;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-CiAQKFXE.js"),i=require("vuetify/lib/components/VImg/index.mjs"),s=require("vuetify/lib/components/VSheet/index.mjs"),a={class:"text-h6 text-center truncate w-100 px-4 mb-4"},u=e.defineComponent({__name:"WidgetShortcut",props:{title:{},image:{},url:{}},setup(r){const t=r,{edition:o}=n.useDashboardStore();function c(){window.open(t.url,"__blank")}return(l,_)=>(e.openBlock(),e.createBlock(s.VSheet,e.mergeProps(e.unref(o)?{}:{onClick:c},{ripple:"",rounded:"md",class:"d-flex flex-column align-center justify-center w-100 h-100 bg-containerBg"}),{default:e.withCtx(()=>[e.createVNode(i.VImg,{src:t.image,height:"45",width:"45"},null,8,["src"]),e.createElementVNode("div",a,e.toDisplayString(t.title),1)]),_:1},16))}}),d=n._export_sfc(u,[["__scopeId","data-v-7045e16b"]]);exports.default=d;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as n, createBlock as c, openBlock as i, mergeProps as a, unref as s, withCtx as l, createVNode as p, createElementVNode as d, toDisplayString as m } from "vue";
|
|
2
|
-
import { u, a as _ } from "./index-
|
|
2
|
+
import { u, a as _ } from "./index-C8HTWUGj.mjs";
|
|
3
3
|
import { VImg as f } from "vuetify/lib/components/VImg/index.mjs";
|
|
4
4
|
import { VSheet as g } from "vuetify/lib/components/VSheet/index.mjs";
|
|
5
5
|
const h = { class: "text-h6 text-center truncate w-100 px-4 mb-4" }, x = /* @__PURE__ */ n({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, createElementBlock as r, createBlock as c, unref as n, openBlock as e } from "vue";
|
|
2
|
-
import { u as a } from "./index-
|
|
2
|
+
import { u as a } from "./index-C8HTWUGj.mjs";
|
|
3
3
|
import { VCard as s } from "vuetify/lib/components/VCard/index.mjs";
|
|
4
4
|
const i = {
|
|
5
5
|
key: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-CiAQKFXE.js"),o=require("vuetify/lib/components/VCard/index.mjs"),r={key:0,class:"w-100 h-100"},c=e.defineComponent({__name:"WidgetSpacer",setup(s){const{edition:t}=n.useDashboardStore();return(i,a)=>e.unref(t)?(e.openBlock(),e.createBlock(o.VCard,{key:1,color:"containerBg",class:"w-100 h-100 d-flex align-center justify-center"})):(e.openBlock(),e.createElementBlock("div",r))}});exports.default=c;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");require("@vueuse/core");const i=require("vuetify/lib/components/VBtn/index.mjs");require("vuetify/components");require("vuetify/lib/components/VIcon/index.mjs");const V=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");require("@vueuse/core");const i=require("vuetify/lib/components/VBtn/index.mjs");require("vuetify/components");require("vuetify/lib/components/VIcon/index.mjs");const V=require("./index-CiAQKFXE.js"),s=require("vuetify/lib/components/VCard/index.mjs");require("vuetify/lib/components/VDialog/index.mjs");require("vuetify/lib/components/VAvatar/index.mjs");require("vuetify/lib/components/VImg/index.mjs");const n=require("vuetify/lib/components/VList/index.mjs"),x=require("vuetify/lib/components/VMenu/index.mjs");require("vuetify/lib/components/VDataTable/index.mjs");require("vuetify/lib/components/VTextField/index.mjs");require("vuetify/lib/components/VDivider/index.mjs");require("vuetify/lib/components/VGrid/index.mjs");require("vuetify/lib/components/VSelect/index.mjs");require("vuetify/lib/components/VCheckbox/index.mjs");require("vuetify/lib/components/VChip/index.mjs");require("vuetify/lib/components/VLabel/index.mjs");require("vuetify/lib/components/VAutocomplete/index.mjs");require("vuetify/lib/components/VTextarea/index.mjs");require("vuetify/lib/components/VBtnToggle/index.mjs");const N=require("vuetify/lib/components/VBanner/index.mjs");/*!
|
|
2
2
|
* vue-router v4.5.0
|
|
3
3
|
* (c) 2024 Eduardo San Martin Morote
|
|
4
4
|
* @license MIT
|
|
@@ -3,7 +3,7 @@ import "@vueuse/core";
|
|
|
3
3
|
import { VBtn as u } from "vuetify/lib/components/VBtn/index.mjs";
|
|
4
4
|
import "vuetify/components";
|
|
5
5
|
import "vuetify/lib/components/VIcon/index.mjs";
|
|
6
|
-
import { _ as w } from "./index-
|
|
6
|
+
import { _ as w } from "./index-C8HTWUGj.mjs";
|
|
7
7
|
import { VCard as C, VCardText as g } from "vuetify/lib/components/VCard/index.mjs";
|
|
8
8
|
import "vuetify/lib/components/VDialog/index.mjs";
|
|
9
9
|
import "vuetify/lib/components/VAvatar/index.mjs";
|
|
@@ -36249,7 +36249,7 @@ function ZI() {
|
|
|
36249
36249
|
}
|
|
36250
36250
|
const f5 = {
|
|
36251
36251
|
path: "/_/dashboard",
|
|
36252
|
-
component: () => import("./AuthRoute-
|
|
36252
|
+
component: () => import("./AuthRoute-D3NDyrQU.mjs"),
|
|
36253
36253
|
meta: { requiresAuth: !1 }
|
|
36254
36254
|
}, m5 = {
|
|
36255
36255
|
path: "/jplan-auth-fail",
|
|
@@ -36388,9 +36388,8 @@ const C5 = { class: "text-center text-body-2 text-medium-emphasis mb-4 mt-6" },
|
|
|
36388
36388
|
ve("div", T5, Re(C(e)("view.login.orLoginWith")), 1),
|
|
36389
36389
|
L(Pt, {
|
|
36390
36390
|
block: "",
|
|
36391
|
-
color: "
|
|
36391
|
+
color: "primary",
|
|
36392
36392
|
"prepend-icon": "mdi-microsoft",
|
|
36393
|
-
variant: "outlined",
|
|
36394
36393
|
onClick: s,
|
|
36395
36394
|
class: "j-btn"
|
|
36396
36395
|
}, {
|
|
@@ -36838,7 +36837,7 @@ function Vq() {
|
|
|
36838
36837
|
resetLayout: t
|
|
36839
36838
|
};
|
|
36840
36839
|
}
|
|
36841
|
-
const P5 = Ms(() => import("./WidgetTask-
|
|
36840
|
+
const P5 = Ms(() => import("./WidgetTask-DCybV8BF.mjs")), N5 = Ms(() => import("./WidgetImage-CnrNa1-z.mjs")), M5 = Ms(() => import("./WidgetShortcut-DWXFNzco.mjs")), D5 = Ms(() => import("./WidgetSpacer-DqcckMcY.mjs")), L5 = Ms(() => import("./WidgetLabel-CGPJldBt.mjs")), x5 = Ms(() => import("./WidgetChartBar-BZV6F3dO.mjs")), U5 = Ms(() => import("./WidgetChartPie-BZ3uHdrF.mjs")), Kq = {
|
|
36842
36841
|
WidgetSpacer: D5,
|
|
36843
36842
|
WidgetLabel: L5,
|
|
36844
36843
|
WidgetTask: P5,
|