lew-ui 2.7.76 → 2.7.77

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.
@@ -128,8 +128,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
128
128
  cancel: () => Promise<boolean>;
129
129
  transformOrigin: string;
130
130
  ok: () => Promise<boolean>;
131
- closeOnClickOverlay: boolean;
132
131
  closeByEsc: boolean;
132
+ closeOnClickOverlay: boolean;
133
133
  hideIcon: boolean;
134
134
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
135
135
  okRef: ({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lew-ui",
3
3
  "type": "module",
4
- "version": "2.7.76",
4
+ "version": "2.7.77",
5
5
  "description": "A Component Library for Vue3.js.",
6
6
  "author": "lewkamtao",
7
7
  "license": "MIT",