@huyooo/ui 0.10.1 → 0.10.2
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/components/Download/DesktopDownloads.vue.d.ts +1 -6
- package/dist/components/Download/DownloadDropdown.vue.d.ts +0 -2
- package/dist/composables/useDownloads.d.ts +1 -3
- package/dist/composables.js +1 -1
- package/dist/main.js +85 -93
- package/dist/style.css +1 -1
- package/dist/useDownloads-COXmopbe.js +57 -0
- package/package.json +1 -1
- package/dist/useDownloads-CpbLR--j.js +0 -52
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
interface Props {
|
|
2
2
|
title: string;
|
|
3
3
|
description: string;
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* 使用 ZIP 下载(无签名时推荐)。
|
|
7
|
-
* 不传或 false → 用 downloadUrl(DMG/EXE)
|
|
8
|
-
* true → 用 zipUrl,解压后右键打开,绕过 Gatekeeper 限制(仅对有 zipUrl 的平台生效)
|
|
9
|
-
*/
|
|
4
|
+
/** 使用 ZIP 下载(无签名时传 true) */
|
|
10
5
|
useZip?: boolean;
|
|
11
6
|
}
|
|
12
7
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
interface Props {
|
|
2
|
-
versionApi: string;
|
|
3
|
-
/** 使用 ZIP 下载(无签名时传 true) */
|
|
4
2
|
useZip?: boolean;
|
|
5
3
|
}
|
|
6
4
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -30,7 +30,5 @@ export declare function useDownloads(): {
|
|
|
30
30
|
loading: import('vue').Ref<boolean, boolean>;
|
|
31
31
|
error: import('vue').Ref<string, string>;
|
|
32
32
|
version: import('vue').Ref<string, string>;
|
|
33
|
-
fetchDownloads: (
|
|
34
|
-
versionApi: string;
|
|
35
|
-
}) => Promise<void>;
|
|
33
|
+
fetchDownloads: () => Promise<void>;
|
|
36
34
|
};
|
package/dist/composables.js
CHANGED
|
@@ -3,7 +3,7 @@ import { g as u, a as r, b as i, s as f, c as n, d as l, u as h } from "./apiCli
|
|
|
3
3
|
import { u as p } from "./useAuthkitAppsAuthPageInfo-C3EHOtlk.js";
|
|
4
4
|
import { u as d } from "./useAuthkitCreateAndUpdate-CPkogY7K.js";
|
|
5
5
|
import { u as x } from "./useMessageNotifications-SIM85vdb.js";
|
|
6
|
-
import { u as C, a as c } from "./useDownloads-
|
|
6
|
+
import { u as C, a as c } from "./useDownloads-COXmopbe.js";
|
|
7
7
|
import { u as k } from "./useTableHandle-CWu0LbeI.js";
|
|
8
8
|
import { f as O, a as w, g as E, u as S, b as T, c as U, d as R, e as v, w as D } from "./useSEO-DeAU9YEc.js";
|
|
9
9
|
import { u as y } from "./useUploadCos-BO3W_uqs.js";
|