@delta-comic/ui 3.0.0-next.13 → 3.0.0-next.14

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -988,12 +988,12 @@ declare const __VLS_base$3: import("vue").DefineComponent<__VLS_Props$14, {
988
988
  previewDisabled: boolean;
989
989
  }> | null>>;
990
990
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
991
- error: () => any;
992
991
  click: (e: Event) => any;
992
+ error: () => any;
993
993
  load: (...args: any[]) => any;
994
994
  }, string, import("vue").PublicProps, Readonly<__VLS_Props$14> & Readonly<{
995
- onError?: (() => any) | undefined;
996
995
  onClick?: ((e: Event) => any) | undefined;
996
+ onError?: (() => any) | undefined;
997
997
  onLoad?: ((...args: any[]) => any) | undefined;
998
998
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
999
999
  declare const __VLS_export$22: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "3.0.0-next.13",
3
+ "version": "3.0.0-next.14",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic",
6
6
  "license": "AGPL-3.0-only",
@@ -40,7 +40,7 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@delta-comic/logger": "3.0.0-next.13",
43
+ "@delta-comic/logger": "3.0.0-next.14",
44
44
  "@tauri-apps/api": "^2.11.1",
45
45
  "@tauri-apps/plugin-shell": "^2.3.5",
46
46
  "@vueuse/core": "^14.4.0",
@@ -72,8 +72,8 @@
72
72
  "vue-tsc": "^3.3.9"
73
73
  },
74
74
  "peerDependencies": {
75
- "@delta-comic/model": "3.0.0-next.13",
76
- "@delta-comic/utils": "3.0.0-next.13",
75
+ "@delta-comic/model": "3.0.0-next.14",
76
+ "@delta-comic/utils": "3.0.0-next.14",
77
77
  "@pinia/colada": "^1.4.2",
78
78
  "naive-ui": "^2.44.1",
79
79
  "pinia": "^4.0.3",