x-essential-lib 0.8.8 → 0.8.10

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.
@@ -5,5 +5,5 @@ export declare function useColor(): {
5
5
  backgroundColor1: import("vue").ComputedRef<"#272727" | "#eeeeee">;
6
6
  backgroundColor2: import("vue").ComputedRef<"#1e1e1e" | "#ffffff">;
7
7
  highlightColor: import("vue").ComputedRef<"#303030" | "#f6f6f6">;
8
- borderColor: import("vue").ComputedRef<"#ffffff1f" | "#0000001f">;
8
+ borderColor: import("vue").ComputedRef<"#272727" | "#eeeeee">;
9
9
  };
@@ -1,4 +1,5 @@
1
1
  export declare function useSystem(): {
2
2
  sysBarAvail: import("vue").ComputedRef<boolean>;
3
3
  compactWidth: import("vue").ComputedRef<string>;
4
+ isMobile: () => boolean;
4
5
  };
@@ -103,7 +103,7 @@ const e = {
103
103
  common: {
104
104
  cancel: "Cancel",
105
105
  confirm: "Confirm",
106
- waiting: "Waiting"
106
+ waiting: "Waiting..."
107
107
  }
108
108
  }, a = {
109
109
  $vuetify: e,