@me-framework/me-ui-antdv-next 0.0.30 → 0.0.33

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.
@@ -31,6 +31,7 @@ declare const __VLS_base: import('vue').DefineComponent<MeMenuProps, {
31
31
  background: string;
32
32
  data: MeMenuItem[];
33
33
  height: string | number;
34
+ keyField: string;
34
35
  activeId: string;
35
36
  defaultActiveId: string;
36
37
  selectedId: string;
@@ -40,7 +41,6 @@ declare const __VLS_base: import('vue').DefineComponent<MeMenuProps, {
40
41
  rightWidth: string | number;
41
42
  hideDisabled: boolean;
42
43
  showHidden: boolean;
43
- keyField: string;
44
44
  showRightToggle: boolean;
45
45
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
46
46
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,4 +1,4 @@
1
- import { t as e } from "../chunks/modal-D4Tl-Qzk.js";
1
+ import { t as e } from "../chunks/modal-C2Lx5a9H.js";
2
2
  //#region src/components/modal/index.ts
3
3
  e.install = (t) => {
4
4
  t.component("MeModal", e);
@@ -31,7 +31,7 @@ export interface MeModalProps {
31
31
  closable?: boolean;
32
32
  /** 是否支持 Esc 关闭,默认 true */
33
33
  keyboard?: boolean;
34
- /** 是否显示全屏按钮,默认 true */
34
+ /** 是否显示全屏按钮,默认 false */
35
35
  fullscreen?: boolean;
36
36
  /** 是否默认全屏显示,默认 false */
37
37
  defaultFullscreen?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@me-framework/me-ui-antdv-next",
3
- "version": "0.0.30",
3
+ "version": "0.0.33",
4
4
  "description": "A Vue 3 + TypeScript UI component library",
5
5
  "type": "module",
6
6
  "main": "./dist/me-ui-antdv-next.umd.cjs",