x-essential-lib 0.5.83 → 0.5.85

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.
@@ -20,6 +20,6 @@ interface PromptParams {
20
20
  confirm?: ButtonOptions;
21
21
  }
22
22
  export declare function openPromptDlg(params: PromptParams): Promise<any>;
23
- export declare function openWaitDlg(): void;
23
+ export declare function openWaitDlg(text?: string): void;
24
24
  export declare function closeWaitDlg(): void;
25
25
  export {};
@@ -102,10 +102,8 @@ const e = {
102
102
  }, t = {
103
103
  common: {
104
104
  cancel: "取消",
105
- confirm: "确定"
106
- },
107
- waiting: {
108
- text: "等待响应中..."
105
+ confirm: "确定",
106
+ waiting: "等待中..."
109
107
  }
110
108
  }, a = {
111
109
  $vuetify: e,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.5.83",
4
+ "version": "0.5.85",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",