@vc-shell/framework 1.0.337 → 1.0.339
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/CHANGELOG.md +14 -0
- package/core/plugins/modularity/README.md +152 -0
- package/core/plugins/modularity/extensions-helper.ts +209 -0
- package/core/plugins/modularity/index.ts +1 -0
- package/core/plugins/modularity/loader.ts +101 -45
- package/dist/core/plugins/modularity/extensions-helper.d.ts +43 -0
- package/dist/core/plugins/modularity/extensions-helper.d.ts.map +1 -0
- package/dist/core/plugins/modularity/index.d.ts +1 -0
- package/dist/core/plugins/modularity/index.d.ts.map +1 -1
- package/dist/core/plugins/modularity/loader.d.ts +8 -1
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/framework.js +78 -75
- package/dist/{index-uN8bAa26.js → index-BA4XLzrE.js} +1 -1
- package/dist/{index-CSSkJOfq.js → index-BK6bOJ2f.js} +1 -1
- package/dist/{index-CgzWGbHS.js → index-BV98cGOv.js} +1 -1
- package/dist/{index-lVT4dHp9.js → index-ByAWvAvC.js} +1 -1
- package/dist/{index-qjmd8hvu.js → index-Bych2Dea.js} +1 -1
- package/dist/{index-WxuHZ6ax.js → index-Cn3LT6Oh.js} +1 -1
- package/dist/{index-DORisCqC.js → index-D2zjsAdg.js} +1 -1
- package/dist/{index-C92JvhP1.js → index-D65gmF6H.js} +1 -1
- package/dist/{index-BDvESZx7.js → index-D8-DRuRz.js} +1 -1
- package/dist/{index-BQmhRbEk.js → index-DDoMuob5.js} +1 -1
- package/dist/{index-C7PASwQX.js → index-DtSXKQ_1.js} +1 -1
- package/dist/{index-Bgq8S5p_.js → index-PFPVBXLk.js} +1 -1
- package/dist/{index-Cz8wvRrh.js → index-Zf-flepy.js} +1 -1
- package/dist/{index-B8GFtokC.js → index-oAIKLPI1.js} +16135 -16033
- package/dist/{index-A-dq3OuG.js → index-ub_-R52E.js} +1 -1
- package/dist/{index-CI2AIc_X.js → index-wlHLaOEQ.js} +1 -1
- package/dist/{index-CqZkZSbf.js → index-xepYcArZ.js} +1 -1
- package/dist/index.css +1 -1
- package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/shared/pages/LoginPage/components/login/Login.vue +22 -1
- package/shared/pages/LoginPage/components/login/README.md +52 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as O, i as b, j as r, f as s, k as a, s as t, t as e, a as P, b as n } from "./index-
|
|
1
|
+
import { L as O, i as b, j as r, f as s, k as a, s as t, t as e, a as P, b as n } from "./index-oAIKLPI1.js";
|
|
2
2
|
const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34, i31ref: 34, funcref: 34, i8: 34, i16: 34, i32: 34, i64: 34, f32: 34, f64: 34 }, Q = /* @__PURE__ */ n.deserialize({
|
|
3
3
|
version: 14,
|
|
4
4
|
states: "!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Y, s as S, t as Q, b as l, L as o, i as n, c as i, h as s, j as W, f as c, k as f, a as x } from "./index-
|
|
1
|
+
import { E as Y, s as S, t as Q, b as l, L as o, i as n, c as i, h as s, j as W, f as c, k as f, a as x } from "./index-oAIKLPI1.js";
|
|
2
2
|
const r = 1, Z = 2, V = 3, u = 82, p = 76, w = 117, q = 85, T = 97, y = 122, z = 65, b = 90, j = 95, a = 48, P = 34, v = 40, U = 41, d = 32, t = 62, _ = new Y((O) => {
|
|
3
3
|
if (O.next == p || O.next == q ? O.advance() : O.next == w && (O.advance(), O.next == a + 8 && O.advance()), O.next != u || (O.advance(), O.next != P)) return;
|
|
4
4
|
O.advance();
|