jplan-pack 0.6.658 → 0.6.659
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/{AuthFailRoute-MwHmcY4S.mjs → AuthFailRoute-BBFJSX7s.mjs} +4 -4
- package/dist/AuthFailRoute-CaFfRYpa.js +1 -0
- package/dist/AuthRoute-Bpxn8xIU.js +1 -0
- package/dist/{AuthRoute-DrNmVHr3.mjs → AuthRoute-DaVYJXOQ.mjs} +21 -21
- package/dist/index-RXBW0cVT.js +88 -0
- package/dist/{index-DCJReLBk.mjs → index-T2AjZBXk.mjs} +7352 -7427
- package/dist/index.css +2 -2
- package/dist/jplan-pack.cjs.js +1 -1
- package/dist/jplan-pack.es.js +1 -1
- package/dist/types/_auth/_dev/AuthFailRoute.d.ts +1 -1
- package/dist/types/_auth/_dev/AuthRoute.d.ts +1 -1
- package/dist/types/components/ConfirmDialog.d.ts +4 -3
- package/dist/types/components/ContextMenu.d.ts +3 -2
- package/dist/types/components/DotsMenu.d.ts +2 -1
- package/dist/types/components/JBtn.d.ts +2 -1
- package/dist/types/components/JDialog.d.ts +3 -2
- package/dist/types/components/JIconBtn.d.ts +1 -1
- package/dist/types/components/ParentCard.d.ts +2 -1
- package/dist/types/components/ReadOnlyField.d.ts +1 -1
- package/dist/types/components/SearchFilter.d.ts +4 -4
- package/dist/types/components/form/JForm.d.ts +13 -19
- package/dist/types/components/form/JSelect.d.ts +5 -16
- package/dist/types/components/form/JTextArea.d.ts +4 -10
- package/dist/types/components/form/JTextField.d.ts +8 -15
- package/dist/types/components/form/footer/CancelButton.d.ts +4 -5
- package/dist/types/components/form/footer/FormMetadata.d.ts +10 -14
- package/dist/types/components/form/footer/SaveButton.d.ts +4 -5
- package/dist/types/components/form/headless/FormHeadless.d.ts +12 -17
- package/dist/types/components/form/headless/TabFormHeader.d.ts +5 -7
- package/dist/types/components/icon/IconSet.d.ts +3 -9
- package/dist/types/components/spinner/SpinnerLoader.d.ts +1 -1
- package/dist/types/components/table/UiTable.d.ts +6 -5
- package/dist/types/components/table/advanced/ColumnSettingsDialog.d.ts +2 -2
- package/dist/types/components/table/advanced/TableAdvanced.d.ts +6 -5
- package/dist/types/components/table/advanced/TableHeader.d.ts +13 -13
- package/dist/types/components/table/card/TableCard.d.ts +1 -1
- package/dist/types/components/table/card/TableCardsView.d.ts +9 -12
- package/dist/types/shims-vue.d.ts +1 -1
- package/dist/types/theme/DarkTheme.d.ts +3 -0
- package/dist/types/theme/LightTheme.d.ts +3 -0
- package/dist/types/theme/_type.d.ts +41 -0
- package/dist/types/theme/vuetify.d.ts +83 -0
- package/package.json +1 -1
- package/dist/AuthFailRoute-DbEGzmRT.js +0 -1
- package/dist/AuthRoute-CL3ohqvb.js +0 -1
- package/dist/index-D8kclHm6.js +0 -92
- package/dist/types/components/menu/SubMenu.d.ts +0 -24
@@ -1,6 +1,6 @@
|
|
1
|
-
import { defineComponent as n,
|
2
|
-
import { VBtn as d } from "vuetify/
|
3
|
-
import { _ as p } from "./index-
|
1
|
+
import { defineComponent as n, createElementBlock as l, openBlock as r, createElementVNode as o, createVNode as c, withCtx as i, createTextVNode as s } from "vue";
|
2
|
+
import { VBtn as d } from "vuetify/components/VBtn";
|
3
|
+
import { _ as p } from "./index-T2AjZBXk.mjs";
|
4
4
|
const m = { class: "overlay d-flex flex-column align-center justify-center" }, u = /* @__PURE__ */ n({
|
5
5
|
__name: "AuthFailRoute",
|
6
6
|
setup(f) {
|
@@ -8,7 +8,7 @@ const m = { class: "overlay d-flex flex-column align-center justify-center" }, u
|
|
8
8
|
const t = window.location.pathname.replace("/jplan-auth-fail", "");
|
9
9
|
window.location.replace(t);
|
10
10
|
};
|
11
|
-
return (t, e) => (
|
11
|
+
return (t, e) => (r(), l("div", m, [
|
12
12
|
e[1] || (e[1] = o("div", { class: "w-100 text-h5 text-center mb-4" }, "Unable to Access. Please allow pop-ups and try again.", -1)),
|
13
13
|
o("div", null, [
|
14
14
|
c(d, {
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),a=require("vuetify/components/VBtn"),l=require("./index-RXBW0cVT.js"),c={class:"overlay d-flex flex-column align-center justify-center"},r=e.defineComponent({__name:"AuthFailRoute",setup(s){const o=()=>{const n=window.location.pathname.replace("/jplan-auth-fail","");window.location.replace(n)};return(n,t)=>(e.openBlock(),e.createElementBlock("div",c,[t[1]||(t[1]=e.createElementVNode("div",{class:"w-100 text-h5 text-center mb-4"},"Unable to Access. Please allow pop-ups and try again.",-1)),e.createElementVNode("div",null,[e.createVNode(a.VBtn,{variant:"flat",color:"secondary",onClick:o},{default:e.withCtx(()=>t[0]||(t[0]=[e.createTextVNode("Login")])),_:1})])]))}}),i=l._export_sfc(r,[["__scopeId","data-v-1cc57299"]]);exports.default=i;
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");require("@vueuse/core");require("vuetify/components/VBtn");require("vuetify/components");require("vuetify/components/VIcon");const t=require("./index-RXBW0cVT.js");require("vuetify/components/VCard");require("vuetify/components/VDialog");require("vuetify/components/VDivider");require("vuetify/components/VGrid");require("vuetify/components/VAvatar");require("vuetify/components/VImg");require("vuetify/components/VList");require("vuetify/components/VMenu");require("vuetify/components/VDataTable");require("vuetify/components/VTextField");require("vuetify/components/VSelect");require("vuetify/components/VCheckbox");require("vuetify/components/VChip");require("vuetify/components/VLabel");require("vuetify/components/VTextarea");require("vuetify/components/VBtnToggle");const c={class:"overlay"},l={class:"text-white"},d={class:"text-white"},q=e.defineComponent({__name:"AuthRoute",setup(p){const s=r=>({scopes:["https://graph.microsoft.com/.default","openid","profile"],redirectStartPage:window.location.href,extraQueryParameters:r}),i=e.ref(!1);async function u(){t.msal.getAllAccounts().length===0&&(i.value=!0);const r=await t.msal.handleRedirectPromise();if(!r){await t.msal.initialize();const n=s();await t.msal.loginRedirect(n);return}t.msal.setActiveAccount(r.account)}e.onMounted(async()=>{await t.msal.initialize(),await u()});const o=[{title:"Authenticating...",subtitle:"Please wait."},{title:"Authorized",subtitle:"If this window don't closed automatically, you can close it now."}],a=e.computed(()=>i.value?o[0]:o[1]);return(r,n)=>(e.openBlock(),e.createElementBlock("div",c,[e.createElementVNode("h3",l,e.toDisplayString(a.value.title),1),e.createVNode(e.unref(t.SpinnerLoader)),e.createElementVNode("p",d,e.toDisplayString(a.value.subtitle),1)]))}}),m=t._export_sfc(q,[["__scopeId","data-v-b7679fd7"]]);exports.default=m;
|
@@ -1,25 +1,25 @@
|
|
1
|
-
import { defineComponent as p, ref as m, onMounted as u, computed as d,
|
1
|
+
import { defineComponent as p, ref as m, onMounted as u, computed as d, createElementBlock as _, openBlock as f, createElementVNode as n, createVNode as h, toDisplayString as s, unref as w } from "vue";
|
2
2
|
import "@vueuse/core";
|
3
|
-
import "vuetify/
|
3
|
+
import "vuetify/components/VBtn";
|
4
4
|
import "vuetify/components";
|
5
|
-
import "vuetify/
|
6
|
-
import { m as t, S as g, _ as v } from "./index-
|
7
|
-
import "vuetify/
|
8
|
-
import "vuetify/
|
9
|
-
import "vuetify/
|
10
|
-
import "vuetify/
|
11
|
-
import "vuetify/
|
12
|
-
import "vuetify/
|
13
|
-
import "vuetify/
|
14
|
-
import "vuetify/
|
15
|
-
import "vuetify/
|
16
|
-
import "vuetify/
|
17
|
-
import "vuetify/
|
18
|
-
import "vuetify/
|
19
|
-
import "vuetify/
|
20
|
-
import "vuetify/
|
21
|
-
import "vuetify/
|
22
|
-
import "vuetify/
|
5
|
+
import "vuetify/components/VIcon";
|
6
|
+
import { m as t, S as g, _ as v } from "./index-T2AjZBXk.mjs";
|
7
|
+
import "vuetify/components/VCard";
|
8
|
+
import "vuetify/components/VDialog";
|
9
|
+
import "vuetify/components/VDivider";
|
10
|
+
import "vuetify/components/VGrid";
|
11
|
+
import "vuetify/components/VAvatar";
|
12
|
+
import "vuetify/components/VImg";
|
13
|
+
import "vuetify/components/VList";
|
14
|
+
import "vuetify/components/VMenu";
|
15
|
+
import "vuetify/components/VDataTable";
|
16
|
+
import "vuetify/components/VTextField";
|
17
|
+
import "vuetify/components/VSelect";
|
18
|
+
import "vuetify/components/VCheckbox";
|
19
|
+
import "vuetify/components/VChip";
|
20
|
+
import "vuetify/components/VLabel";
|
21
|
+
import "vuetify/components/VTextarea";
|
22
|
+
import "vuetify/components/VBtnToggle";
|
23
23
|
const x = { class: "overlay" }, A = { class: "text-white" }, y = { class: "text-white" }, R = /* @__PURE__ */ p({
|
24
24
|
__name: "AuthRoute",
|
25
25
|
setup(S) {
|
@@ -52,7 +52,7 @@ const x = { class: "overlay" }, A = { class: "text-white" }, y = { class: "text-
|
|
52
52
|
subtitle: "If this window don't closed automatically, you can close it now."
|
53
53
|
}
|
54
54
|
], r = d(() => o.value ? i[0] : i[1]);
|
55
|
-
return (e, a) => (
|
55
|
+
return (e, a) => (f(), _("div", x, [
|
56
56
|
n("h3", A, s(r.value.title), 1),
|
57
57
|
h(w(g)),
|
58
58
|
n("p", y, s(r.value.subtitle), 1)
|