jplan-pack 0.5.56 → 0.5.58
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/AuthFail-CgQcRgtO.mjs +10 -0
- package/dist/AuthFail-DOjjO79t.js +1 -0
- package/dist/Authenticating-Ciit6XMv.mjs +24 -0
- package/dist/Authenticating-ram_NgFb.js +1 -0
- package/dist/index-DLwvwaPO.mjs +24187 -0
- package/dist/index-DPaIDh0u.js +87 -0
- package/dist/jplan-pack.cjs.js +1 -87
- package/dist/jplan-pack.css +1 -1
- package/dist/jplan-pack.es.js +48 -24171
- package/dist/types/_auth/routes/AuthFail.d.ts +2 -0
- package/dist/types/_auth/routes/Authenticating.d.ts +2 -0
- package/dist/types/_auth/routes/authRoutes.d.ts +3 -0
- package/package.json +1 -1
@@ -0,0 +1,10 @@
|
|
1
|
+
import { openBlock as t, createElementBlock as e } from "vue";
|
2
|
+
import { _ as o } from "./index-DLwvwaPO.mjs";
|
3
|
+
const r = {};
|
4
|
+
function c(n, a) {
|
5
|
+
return t(), e("p", null, "Sorry. Fail to load Authenticate.");
|
6
|
+
}
|
7
|
+
const f = /* @__PURE__ */ o(r, [["render", c]]);
|
8
|
+
export {
|
9
|
+
f as default
|
10
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=require("./index-DPaIDh0u.js"),r={};function c(o,l){return e.openBlock(),e.createElementBlock("p",null,"Sorry. Fail to load Authenticate.")}const n=t._export_sfc(r,[["render",c]]);exports.default=n;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
import { openBlock as i, createElementBlock as t, createElementVNode as e } from "vue";
|
2
|
+
import { _ as o } from "./index-DLwvwaPO.mjs";
|
3
|
+
const r = {}, d = { class: "overlay" };
|
4
|
+
function s(c, n) {
|
5
|
+
return i(), t("div", d, n[0] || (n[0] = [
|
6
|
+
e("p", null, "AUTHENTICATING...", -1),
|
7
|
+
e("div", { class: "double-ring-spinner-container" }, [
|
8
|
+
e("div", { class: "spinner-loading" }, [
|
9
|
+
e("div"),
|
10
|
+
e("div"),
|
11
|
+
e("div", null, [
|
12
|
+
e("div")
|
13
|
+
]),
|
14
|
+
e("div", null, [
|
15
|
+
e("div")
|
16
|
+
])
|
17
|
+
])
|
18
|
+
], -1)
|
19
|
+
]));
|
20
|
+
}
|
21
|
+
const v = /* @__PURE__ */ o(r, [["render", s], ["__scopeId", "data-v-369c9940"]]);
|
22
|
+
export {
|
23
|
+
v as default
|
24
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),n=require("./index-DPaIDh0u.js"),r={},c={class:"overlay"};function d(l,t){return e.openBlock(),e.createElementBlock("div",c,t[0]||(t[0]=[e.createElementVNode("p",null,"AUTHENTICATING...",-1),e.createElementVNode("div",{class:"double-ring-spinner-container"},[e.createElementVNode("div",{class:"spinner-loading"},[e.createElementVNode("div"),e.createElementVNode("div"),e.createElementVNode("div",null,[e.createElementVNode("div")]),e.createElementVNode("div",null,[e.createElementVNode("div")])])],-1)]))}const o=n._export_sfc(r,[["render",d],["__scopeId","data-v-369c9940"]]);exports.default=o;
|