mvframe 1.1.7 → 1.1.8
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/composition.js +1 -1
- package/dist/css/cpt.css +1 -1
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +11 -4
- package/package.json +1 -1
package/dist/vendor.js
CHANGED
|
@@ -11449,6 +11449,10 @@ const Ln = oa({
|
|
|
11449
11449
|
radius: {
|
|
11450
11450
|
type: [String, Number],
|
|
11451
11451
|
default: "8"
|
|
11452
|
+
},
|
|
11453
|
+
z: {
|
|
11454
|
+
type: [String, Number],
|
|
11455
|
+
default: 999
|
|
11452
11456
|
}
|
|
11453
11457
|
},
|
|
11454
11458
|
setup(e) {
|
|
@@ -11457,11 +11461,14 @@ const Ln = oa({
|
|
|
11457
11461
|
default: N(() => [
|
|
11458
11462
|
o.loading ? (A(), E("div", {
|
|
11459
11463
|
key: 0,
|
|
11460
|
-
class: "MvcLoading absFull hp100 flexMode flexV vc hc
|
|
11464
|
+
class: "MvcLoading absFull hp100 flexMode flexV vc hc",
|
|
11461
11465
|
role: "status",
|
|
11462
11466
|
"aria-busy": "true",
|
|
11463
11467
|
"aria-live": "polite",
|
|
11464
|
-
style: ce({
|
|
11468
|
+
style: ce({
|
|
11469
|
+
borderRadius: `${(Number(o.radius) || 0) / 16}rem`,
|
|
11470
|
+
zIndex: o.z
|
|
11471
|
+
})
|
|
11465
11472
|
}, [
|
|
11466
11473
|
d("div", Do, [
|
|
11467
11474
|
d("i", {
|
|
@@ -11478,7 +11485,7 @@ const Ln = oa({
|
|
|
11478
11485
|
_: 1
|
|
11479
11486
|
}));
|
|
11480
11487
|
}
|
|
11481
|
-
}), Fo = /* @__PURE__ */ le(Ro, [["__scopeId", "data-v-
|
|
11488
|
+
}), Fo = /* @__PURE__ */ le(Ro, [["__scopeId", "data-v-305a4676"]]), Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11482
11489
|
__proto__: null,
|
|
11483
11490
|
default: Fo
|
|
11484
11491
|
}, Symbol.toStringTag, { value: "Module" })), Vo = { class: "MvcLogin flexMode flexV hc vc wp100 vh100 p24-16" }, Ko = { class: "panelWrap wp100 maxw400 p24 radius8 border noShrink" }, Uo = { class: "flexMode vc hb mb16" }, Ho = { class: "pl8 fs20 fw700 txt-h1" }, Jo = { class: "contentArea minh160" }, Zo = {
|
|
@@ -13502,7 +13509,7 @@ const xr = (e, o = {}) => {
|
|
|
13502
13509
|
}, Nr = {
|
|
13503
13510
|
name: "Matt Avias Frame",
|
|
13504
13511
|
copyright: "©2026",
|
|
13505
|
-
version: "1.1.
|
|
13512
|
+
version: "1.1.8",
|
|
13506
13513
|
author: "Matt Avias",
|
|
13507
13514
|
date: "2026-02-26",
|
|
13508
13515
|
/** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
|