x-essential-lib 0.5.84 → 0.6.0

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.
@@ -102,10 +102,8 @@ const e = {
102
102
  }, t = {
103
103
  common: {
104
104
  cancel: "Cancel",
105
- confirm: "Confirm"
106
- },
107
- waiting: {
108
- text: "Waiting for response..."
105
+ confirm: "Confirm",
106
+ waiting: "Waiting"
109
107
  }
110
108
  }, a = {
111
109
  $vuetify: e,
@@ -2,9 +2,7 @@ declare const _default: {
2
2
  common: {
3
3
  cancel: string;
4
4
  confirm: string;
5
- };
6
- waiting: {
7
- text: string;
5
+ waiting: string;
8
6
  };
9
7
  };
10
8
  export default _default;
@@ -105,9 +105,7 @@ declare const _default: {
105
105
  common: {
106
106
  cancel: string;
107
107
  confirm: string;
108
- };
109
- waiting: {
110
- text: string;
108
+ waiting: string;
111
109
  };
112
110
  };
113
111
  };
@@ -2,9 +2,7 @@ declare const _default: {
2
2
  common: {
3
3
  cancel: string;
4
4
  confirm: string;
5
- };
6
- waiting: {
7
- text: string;
5
+ waiting: string;
8
6
  };
9
7
  };
10
8
  export default _default;
@@ -105,9 +105,7 @@ declare const _default: {
105
105
  common: {
106
106
  cancel: string;
107
107
  confirm: string;
108
- };
109
- waiting: {
110
- text: string;
108
+ waiting: string;
111
109
  };
112
110
  };
113
111
  };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- install: (app: import("vue").App<any>) => void;
2
+ install: (app: import("vue").App) => void;
3
3
  };
4
4
  export default _default;
5
5
  export * from './composables';