mvframe 1.1.10 → 1.1.11

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
@@ -11578,7 +11578,7 @@ const $n = ia({
11578
11578
  ], 16);
11579
11579
  };
11580
11580
  }
11581
- }), Vo = /* @__PURE__ */ ne(Fo, [["__scopeId", "data-v-dc08ad7c"]]), Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11581
+ }), Vo = /* @__PURE__ */ ne(Fo, [["__scopeId", "data-v-cdd3bad5"]]), Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11582
11582
  __proto__: null,
11583
11583
  default: Vo
11584
11584
  }, Symbol.toStringTag, { value: "Module" })), Ko = { class: "content flexMode flexV vc g12 relative z1" }, Uo = /* @__PURE__ */ Object.assign({
@@ -13916,7 +13916,7 @@ const Ur = (a, o = {}) => {
13916
13916
  }, Hr = {
13917
13917
  name: "Matt Avias Frame",
13918
13918
  copyright: "©2026",
13919
- version: "1.1.10",
13919
+ version: "1.1.11",
13920
13920
  author: "Matt Avias",
13921
13921
  date: "2026-02-26",
13922
13922
  /** 默认语言 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.1.10",
4
+ "version": "1.1.11",
5
5
  "author": "matt avis",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -53,7 +53,7 @@ function renderCodexAgentsSection() {
53
53
 
54
54
  ## 全局组件
55
55
 
56
- - 模板内优先直接使用 MVFrame 全局组件,不要重复本地 import:\`Frame\`、\`Page\`、\`Table\`、\`Form\`、\`Input\`、\`Textarea\`、\`Select\`、\`SelectV2\`、\`Tabs\`、\`BtnGroup\`、\`Icon\`、\`Loading\`、\`Drawer\`、\`DrawerArea\`、\`Login\`、\`Lang\`。
56
+ - 模板内优先直接使用 MVFrame 全局组件,不要重复本地 import:\`Frame\`、\`Page\`、\`Table\`、\`Form\`、\`Input\`、\`InputNumber\`、\`Textarea\`、\`Mention\`、\`Select\`、\`SelectV2\`、\`Tabs\`、\`BtnGroup\`、\`Icon\`、\`Loading\`、\`Drawer\`、\`DrawerArea\`、\`Login\`、\`Lang\`。
57
57
  - 除非 MVFrame 组件确实无法表达该交互,否则不要用原生 DOM、\`el-*\` 组合或第三方组件去重造等价控件。
58
58
  - 遇到分段切换、单选按钮组、登录表单、页面外壳、表格、抽屉、加载遮罩、框架导航等场景,先检查 MVFrame 组件是否已经覆盖。
59
59