x-essential-lib 0.9.2 → 0.9.3
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.
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useI18n as G } from "vue-i18n";
|
|
|
4
4
|
import { useTheme as se, useDisplay as Ce } from "vuetify";
|
|
5
5
|
import { useRouter as pe, useRoute as qe } from "vue-router";
|
|
6
6
|
import je from "axios";
|
|
7
|
-
import { a as T, m as Re, u as Se } from "./vendor.
|
|
7
|
+
import { a as T, m as Re, u as Se } from "./vendor.waod39c6.js";
|
|
8
8
|
function Oe() {
|
|
9
9
|
const e = se(), t = C(() => e.global.current.value.colors.primary), a = C(() => e.global.current.value.colors.secondary), o = C(() => e.current.value.dark ? "#2e2e2e" : "#bdbdbd"), l = C(() => e.current.value.dark ? "#272727" : "#eeeeee"), r = C(() => e.current.value.dark ? "#1e1e1e" : "#ffffff"), s = C(() => e.current.value.dark ? "#303030" : "#f6f6f6"), n = C(() => e.current.value.dark ? "#ffffff1f" : "#0000001f");
|
|
10
10
|
return {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-essential-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,34 +23,34 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@vueuse/core": "^14.0.0",
|
|
26
|
-
"axios": "^1.
|
|
26
|
+
"axios": "^1.13.2",
|
|
27
27
|
"js-cookie": "^3.0.5",
|
|
28
28
|
"mitt": "^3.0.1",
|
|
29
|
-
"vue": "^3.5.
|
|
29
|
+
"vue": "^3.5.23",
|
|
30
30
|
"vue-i18n": "^11.1.12",
|
|
31
31
|
"vue-router": "^4.6.3",
|
|
32
|
-
"vuetify": "^3.10.
|
|
32
|
+
"vuetify": "^3.10.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@eslint/js": "^9.
|
|
35
|
+
"@eslint/js": "^9.39.1",
|
|
36
36
|
"@types/js-cookie": "^3.0.6",
|
|
37
|
-
"@types/node": "^24.
|
|
37
|
+
"@types/node": "^24.10.0",
|
|
38
38
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
39
|
-
"eslint": "^9.
|
|
39
|
+
"eslint": "^9.39.1",
|
|
40
40
|
"eslint-config-prettier": "^10.1.8",
|
|
41
41
|
"eslint-plugin-prettier": "^5.5.4",
|
|
42
42
|
"eslint-plugin-vue": "^10.5.1",
|
|
43
|
-
"globals": "^16.
|
|
43
|
+
"globals": "^16.5.0",
|
|
44
44
|
"husky": "^9.1.7",
|
|
45
45
|
"lint-staged": "^16.2.6",
|
|
46
46
|
"prettier": "3.6.2",
|
|
47
|
-
"sass": "^1.93.
|
|
47
|
+
"sass": "^1.93.3",
|
|
48
48
|
"typescript": "^5.9.3",
|
|
49
|
-
"typescript-eslint": "^8.46.
|
|
50
|
-
"vite": "^7.1
|
|
49
|
+
"typescript-eslint": "^8.46.3",
|
|
50
|
+
"vite": "^7.2.1",
|
|
51
51
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
52
52
|
"vite-plugin-vuetify": "^2.1.2",
|
|
53
53
|
"vue-eslint-parser": "^10.2.0",
|
|
54
|
-
"vue-tsc": "^3.1.
|
|
54
|
+
"vue-tsc": "^3.1.3"
|
|
55
55
|
}
|
|
56
56
|
}
|