@delta-comic/ui 3.0.0-next.8 → 3.0.0-next.9

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.
@@ -0,0 +1,11 @@
1
+ //#region \0rolldown/runtime.js
2
+ var e = Object.defineProperty, t = (t, n) => {
3
+ let r = {};
4
+ for (var i in t) e(r, i, {
5
+ get: t[i],
6
+ enumerable: !0
7
+ });
8
+ return n || e(r, Symbol.toStringTag, { value: "Module" }), r;
9
+ };
10
+ //#endregion
11
+ export { t };
@@ -1,5 +1,4 @@
1
1
  import { ComponentResolver } from "unplugin-vue-components";
2
-
3
2
  //#region vite/index.d.ts
4
3
  declare function DeltaComicUiResolver(): ComponentResolver;
5
4
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "3.0.0-next.8",
3
+ "version": "3.0.0-next.9",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic",
6
6
  "license": "AGPL-3.0-only",
@@ -40,47 +40,46 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@tauri-apps/api": "^2.11.0",
43
+ "@tauri-apps/api": "^2.11.1",
44
44
  "@tauri-apps/plugin-shell": "^2.3.5",
45
- "@vueuse/core": "^14.3.0",
46
- "dayjs": "^1.11.21",
47
- "es-toolkit": "^1.47.0",
48
- "linkify-it": "^5.0.1",
49
- "markdown-it": "^14.2.0",
45
+ "@vueuse/core": "^14.4.0",
46
+ "dayjs": "^2.0.0-alpha.4",
47
+ "es-toolkit": "^1.50.0",
48
+ "linkify-it": "^6.1.0",
49
+ "markdown-it": "^15.0.0",
50
50
  "mitt": "^3.0.1",
51
- "motion-v": "2.2.1",
52
- "swiper": "^14.0.1",
51
+ "motion-v": "2.3.0",
52
+ "swiper": "^14.0.7",
53
53
  "tailwind-merge": "^3.6.0",
54
54
  "tailwindcss-safe-area-capacitor": "^0.5.1",
55
55
  "tlds": "^1.261.0",
56
- "@delta-comic/logger": "3.0.0-next.8"
56
+ "@delta-comic/logger": "3.0.0-next.9"
57
57
  },
58
58
  "devDependencies": {
59
- "@tailwindcss/vite": "^4.3.0",
59
+ "@tailwindcss/vite": "^4.3.3",
60
60
  "@types/linkify-it": "^5.0.0",
61
61
  "@types/markdown-it": "^14.1.2",
62
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
63
- "@vitejs/plugin-vue": "^6.0.7",
64
- "@vitejs/plugin-vue-jsx": "^5.1.5",
65
- "browserslist": "^4.28.2",
66
- "lightningcss": "^1.32.0",
67
- "rolldown-plugin-dts": "^0.26.0",
68
- "tailwindcss": "^4.3.0",
62
+ "@vitejs/plugin-vue": "^6.0.8",
63
+ "@vitejs/plugin-vue-jsx": "^5.1.6",
64
+ "browserslist": "^4.28.7",
65
+ "lightningcss": "^1.33.0",
66
+ "rolldown-plugin-dts": "^0.28.0",
67
+ "tailwindcss": "^4.3.3",
69
68
  "unplugin-vue-components": "32.1.0",
70
69
  "vite": "npm:@voidzero-dev/vite-plus-core@latest",
71
- "vite-plus": "^0.2.4",
72
- "vue-component-type-helpers": "^3.3.3",
70
+ "vite-plus": "^0.2.7",
71
+ "vue-component-type-helpers": "^3.3.9",
73
72
  "vue-tsc": "^3.3.3"
74
73
  },
75
74
  "peerDependencies": {
76
- "@pinia/colada": "^1.3.1",
75
+ "@pinia/colada": "^1.4.2",
77
76
  "naive-ui": "^2.44.1",
78
- "pinia": "^3.0.4",
79
- "tailwindcss": "^4.3.0",
80
- "vue": "^3.5.40",
81
- "vue-router": "^5.1.0",
82
- "@delta-comic/model": "3.0.0-next.8",
83
- "@delta-comic/utils": "3.0.0-next.8"
77
+ "pinia": "^4.0.2",
78
+ "tailwindcss": "^4.3.3",
79
+ "vue": "^3.6.0-rc.2",
80
+ "vue-router": "^5.2.0",
81
+ "@delta-comic/model": "3.0.0-next.9",
82
+ "@delta-comic/utils": "3.0.0-next.9"
84
83
  },
85
84
  "peerDependenciesMeta": {
86
85
  "tailwindcss": {
@@ -90,6 +89,6 @@
90
89
  "scripts": {
91
90
  "build": "vp build && vp pack",
92
91
  "dev": "vp dev",
93
- "typecheck": "vue-tsc -p tsconfig.app.json --noEmit && tsgo -p tsconfig.node.json --noEmit"
92
+ "typecheck": "vue-tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.node.json --noEmit"
94
93
  }
95
94
  }
@@ -1,27 +0,0 @@
1
- //#region \0rolldown/runtime.js
2
- var e = Object.defineProperty, t = (t, n) => {
3
- let r = {};
4
- for (var i in t) e(r, i, {
5
- get: t[i],
6
- enumerable: !0
7
- });
8
- return n || e(r, Symbol.toStringTag, { value: "Module" }), r;
9
- }, n = /* @__PURE__ */ t({
10
- SERIALIZE_TO_IPC_FN: () => r,
11
- invoke: () => a,
12
- isTauri: () => o,
13
- transformCallback: () => i
14
- }), r = "__TAURI_TO_IPC_KEY__";
15
- function i(e, t = !1) {
16
- return window.__TAURI_INTERNALS__.transformCallback(e, t);
17
- }
18
- async function a(e, t = {}, n) {
19
- return window.__TAURI_INTERNALS__.invoke(e, t, n);
20
- }
21
- function o() {
22
- return !!(globalThis || window).isTauri;
23
- }
24
- //#endregion
25
- export { t as i, a as n, o as r, n as t };
26
-
27
- //# sourceMappingURL=core-NNJn692v.js.map