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

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 +4 -4
  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
- click: (e: Event) => any;
992
991
  error: () => any;
992
+ click: (e: Event) => any;
993
993
  load: (...args: any[]) => any;
994
994
  }, string, import("vue").PublicProps, Readonly<__VLS_Props$14> & Readonly<{
995
- onClick?: ((e: Event) => any) | undefined;
996
995
  onError?: (() => any) | undefined;
996
+ onClick?: ((e: Event) => 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>;
@@ -2453,14 +2453,14 @@ type __VLS_Slots = {} & {
2453
2453
  default?: (props: typeof __VLS_12) => any;
2454
2454
  };
2455
2455
  declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps$8, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2456
+ click: (to: boolean) => any;
2456
2457
  "update:modelValue": (value: boolean) => any;
2457
2458
  change: (mode: boolean) => any;
2458
- click: (to: boolean) => any;
2459
2459
  longClick: () => any;
2460
2460
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps$8> & Readonly<{
2461
+ onClick?: ((to: boolean) => any) | undefined;
2461
2462
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2462
2463
  onChange?: ((mode: boolean) => any) | undefined;
2463
- onClick?: ((to: boolean) => any) | undefined;
2464
2464
  onLongClick?: (() => any) | undefined;
2465
2465
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2466
2466
  declare const __VLS_export$13: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "3.0.0-next.14",
3
+ "version": "3.0.0-next.16",
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.14",
43
+ "@delta-comic/logger": "3.0.0-next.16",
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.14",
76
- "@delta-comic/utils": "3.0.0-next.14",
75
+ "@delta-comic/model": "3.0.0-next.16",
76
+ "@delta-comic/utils": "3.0.0-next.16",
77
77
  "@pinia/colada": "^1.4.2",
78
78
  "naive-ui": "^2.44.1",
79
79
  "pinia": "^4.0.3",