@delta-comic/ui 3.0.0-next.13 → 3.0.0-next.15
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.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "3.0.0-next.15",
|
|
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.
|
|
43
|
+
"@delta-comic/logger": "3.0.0-next.15",
|
|
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.
|
|
76
|
-
"@delta-comic/utils": "3.0.0-next.
|
|
75
|
+
"@delta-comic/model": "3.0.0-next.15",
|
|
76
|
+
"@delta-comic/utils": "3.0.0-next.15",
|
|
77
77
|
"@pinia/colada": "^1.4.2",
|
|
78
78
|
"naive-ui": "^2.44.1",
|
|
79
79
|
"pinia": "^4.0.3",
|