mvframe 1.0.88 → 1.0.90

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/vendor.js CHANGED
@@ -5642,6 +5642,10 @@ const Ct = ol({
5642
5642
  type: [String, Array, Object],
5643
5643
  default: "p8"
5644
5644
  },
5645
+ itemClass: {
5646
+ type: [String, Array, Object],
5647
+ default: ""
5648
+ },
5645
5649
  size: {
5646
5650
  type: String,
5647
5651
  default: "default",
@@ -5706,7 +5710,7 @@ const Ct = ol({
5706
5710
  }, [
5707
5711
  (S(!0), $(ee, null, oe(n(_), (y) => (S(), $("div", {
5708
5712
  key: c(y),
5709
- class: V(["listItem", { active: t(y), isDisabled: y.disabled }]),
5713
+ class: V(["listItem", [l.itemClass, { active: t(y), isDisabled: y.disabled }]]),
5710
5714
  role: "option",
5711
5715
  "aria-selected": t(y),
5712
5716
  onClick: (z) => s(y)
@@ -5723,7 +5727,7 @@ const Ct = ol({
5723
5727
  ], 16);
5724
5728
  };
5725
5729
  }
5726
- }), Oo = /* @__PURE__ */ Q(xo, [["__scopeId", "data-v-cb49a0b9"]]), Mo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5730
+ }), Oo = /* @__PURE__ */ Q(xo, [["__scopeId", "data-v-dc08ad7c"]]), Mo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5727
5731
  __proto__: null,
5728
5732
  default: Oo
5729
5733
  }, Symbol.toStringTag, { value: "Module" })), $o = { class: "content flexMode flexV vc g12 relative z1" }, zo = /* @__PURE__ */ Object.assign({
@@ -7814,7 +7818,7 @@ const As = (e, o = {}) => {
7814
7818
  }, Cs = {
7815
7819
  name: "Matt Avias Frame",
7816
7820
  copyright: "©2026",
7817
- version: "1.0.88",
7821
+ version: "1.0.90",
7818
7822
  author: "Matt Avias",
7819
7823
  date: "2026-02-26",
7820
7824
  /** 默认语言 key,与 `$getLang`、localStorage `lang` 一致;业务在 app.use(mvframe, { config }) 里覆盖 */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mvframe",
3
3
  "packageManager": "yarn@4.4.1",
4
- "version": "1.0.88",
4
+ "version": "1.0.90",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",