@delta-comic/ui 3.0.0-next.7 → 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.7",
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,48 +40,46 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@lhlyu/vue-virtual-waterfall": "1.0.8",
44
- "@tauri-apps/api": "^2.11.0",
43
+ "@tauri-apps/api": "^2.11.1",
45
44
  "@tauri-apps/plugin-shell": "^2.3.5",
46
- "@vueuse/core": "^14.3.0",
47
- "dayjs": "^1.11.21",
48
- "es-toolkit": "^1.47.0",
49
- "linkify-it": "^5.0.1",
50
- "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",
51
50
  "mitt": "^3.0.1",
52
- "motion-v": "2.2.1",
53
- "swiper": "^14.0.1",
51
+ "motion-v": "2.3.0",
52
+ "swiper": "^14.0.7",
54
53
  "tailwind-merge": "^3.6.0",
55
54
  "tailwindcss-safe-area-capacitor": "^0.5.1",
56
55
  "tlds": "^1.261.0",
57
- "@delta-comic/logger": "3.0.0-next.7"
56
+ "@delta-comic/logger": "3.0.0-next.9"
58
57
  },
59
58
  "devDependencies": {
60
- "@tailwindcss/vite": "^4.3.0",
59
+ "@tailwindcss/vite": "^4.3.3",
61
60
  "@types/linkify-it": "^5.0.0",
62
61
  "@types/markdown-it": "^14.1.2",
63
- "@typescript/native-preview": "7.0.0-dev.20260707.2",
64
- "@vitejs/plugin-vue": "^6.0.7",
65
- "@vitejs/plugin-vue-jsx": "^5.1.5",
66
- "browserslist": "^4.28.2",
67
- "lightningcss": "^1.32.0",
68
- "rolldown-plugin-dts": "^0.26.0",
69
- "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",
70
68
  "unplugin-vue-components": "32.1.0",
71
69
  "vite": "npm:@voidzero-dev/vite-plus-core@latest",
72
- "vite-plus": "^0.2.4",
73
- "vue-component-type-helpers": "^3.3.3",
70
+ "vite-plus": "^0.2.7",
71
+ "vue-component-type-helpers": "^3.3.9",
74
72
  "vue-tsc": "^3.3.3"
75
73
  },
76
74
  "peerDependencies": {
77
- "@pinia/colada": "^1.3.1",
75
+ "@pinia/colada": "^1.4.2",
78
76
  "naive-ui": "^2.44.1",
79
- "pinia": "^3.0.4",
80
- "tailwindcss": "^4.3.0",
81
- "vue": "^3.5.40",
82
- "vue-router": "^5.1.0",
83
- "@delta-comic/model": "3.0.0-next.7",
84
- "@delta-comic/utils": "3.0.0-next.7"
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"
85
83
  },
86
84
  "peerDependenciesMeta": {
87
85
  "tailwindcss": {
@@ -91,6 +89,6 @@
91
89
  "scripts": {
92
90
  "build": "vp build && vp pack",
93
91
  "dev": "vp dev",
94
- "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"
95
93
  }
96
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