@huyooo/ui 0.4.29 → 0.4.30

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,535 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ /* empty css */
4
+ /* empty css */
5
+ import { defineComponent as S, createElementBlock as v, openBlock as l, normalizeStyle as H, normalizeClass as F, createElementVNode as d, computed as D, createBlock as y, createCommentVNode as M, createVNode as i, unref as n, withCtx as a, createTextVNode as p, toDisplayString as b, renderSlot as ke, ref as f, Fragment as ve } from "vue";
6
+ import { Tag as ye, Button as V, Avatar as O, Dropdown as ge, Divider as q, Doption as _ } from "@arco-design/web-vue";
7
+ import { S as _e } from "./PaySubscriptions-u3gwyezu.js";
8
+ import { R as Se } from "./ReferrerReferees-D2NqWvol.js";
9
+ import { a as E, u as Ce } from "./useAuthkitUsersProfile-Diituvy1.js";
10
+ import { u as be } from "./useAuthkitAuthModal-OkUKCIWR.js";
11
+ import { a as Ie, b as $e } from "./AuthkitAppSetting-CipV7oA1.js";
12
+ import { d as he } from "./FeedbackModal-BD-uiUaK.js";
13
+ import { M as xe } from "./MessageHandle-DN_JsQb2.js";
14
+ /* empty css */
15
+ /* empty css */
16
+ import { _ as h } from "./_plugin-vue_export-helper-CHgC5LLL.js";
17
+ /* empty css */
18
+ import { u as Be } from "./useUploadCos-ByBVD4yB.js";
19
+ import { I as $ } from "./index-Cr5RQSnA.js";
20
+ import { _ as K, g as T, i as W } from "./plugin-vue_export-helper-LjDO2Zua.js";
21
+ const Ue = S({
22
+ name: "IconExport",
23
+ props: {
24
+ size: {
25
+ type: [Number, String]
26
+ },
27
+ strokeWidth: {
28
+ type: Number,
29
+ default: 4
30
+ },
31
+ strokeLinecap: {
32
+ type: String,
33
+ default: "butt",
34
+ validator: (e) => ["butt", "round", "square"].includes(e)
35
+ },
36
+ strokeLinejoin: {
37
+ type: String,
38
+ default: "miter",
39
+ validator: (e) => ["arcs", "bevel", "miter", "miter-clip", "round"].includes(e)
40
+ },
41
+ rotate: Number,
42
+ spin: Boolean
43
+ },
44
+ emits: {
45
+ click: (e) => !0
46
+ },
47
+ setup(e, {
48
+ emit: t
49
+ }) {
50
+ const o = T("icon"), s = D(() => [o, `${o}-export`, {
51
+ [`${o}-spin`]: e.spin
52
+ }]), c = D(() => {
53
+ const r = {};
54
+ return e.size && (r.fontSize = W(e.size) ? `${e.size}px` : e.size), e.rotate && (r.transform = `rotate(${e.rotate}deg)`), r;
55
+ });
56
+ return {
57
+ cls: s,
58
+ innerStyle: c,
59
+ onClick: (r) => {
60
+ t("click", r);
61
+ }
62
+ };
63
+ }
64
+ }), De = ["stroke-width", "stroke-linecap", "stroke-linejoin"];
65
+ function Me(e, t, o, s, c, m) {
66
+ return l(), v("svg", {
67
+ viewBox: "0 0 48 48",
68
+ fill: "none",
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ stroke: "currentColor",
71
+ class: F(e.cls),
72
+ style: H(e.innerStyle),
73
+ "stroke-width": e.strokeWidth,
74
+ "stroke-linecap": e.strokeLinecap,
75
+ "stroke-linejoin": e.strokeLinejoin,
76
+ onClick: t[0] || (t[0] = (...r) => e.onClick && e.onClick(...r))
77
+ }, t[1] || (t[1] = [d("path", {
78
+ d: "M31.928 33.072 41 24.002l-9.072-9.072M16.858 24h24M31 41H7V7h24"
79
+ }, null, -1)]), 14, De);
80
+ }
81
+ var w = /* @__PURE__ */ K(Ue, [["render", Me]]);
82
+ const Pe = Object.assign(w, {
83
+ install: (e, t) => {
84
+ var o;
85
+ const s = (o = t == null ? void 0 : t.iconPrefix) != null ? o : "";
86
+ e.component(s + w.name, w);
87
+ }
88
+ }), we = S({
89
+ name: "IconLaunch",
90
+ props: {
91
+ size: {
92
+ type: [Number, String]
93
+ },
94
+ strokeWidth: {
95
+ type: Number,
96
+ default: 4
97
+ },
98
+ strokeLinecap: {
99
+ type: String,
100
+ default: "butt",
101
+ validator: (e) => ["butt", "round", "square"].includes(e)
102
+ },
103
+ strokeLinejoin: {
104
+ type: String,
105
+ default: "miter",
106
+ validator: (e) => ["arcs", "bevel", "miter", "miter-clip", "round"].includes(e)
107
+ },
108
+ rotate: Number,
109
+ spin: Boolean
110
+ },
111
+ emits: {
112
+ click: (e) => !0
113
+ },
114
+ setup(e, {
115
+ emit: t
116
+ }) {
117
+ const o = T("icon"), s = D(() => [o, `${o}-launch`, {
118
+ [`${o}-spin`]: e.spin
119
+ }]), c = D(() => {
120
+ const r = {};
121
+ return e.size && (r.fontSize = W(e.size) ? `${e.size}px` : e.size), e.rotate && (r.transform = `rotate(${e.rotate}deg)`), r;
122
+ });
123
+ return {
124
+ cls: s,
125
+ innerStyle: c,
126
+ onClick: (r) => {
127
+ t("click", r);
128
+ }
129
+ };
130
+ }
131
+ }), Ae = ["stroke-width", "stroke-linecap", "stroke-linejoin"];
132
+ function Re(e, t, o, s, c, m) {
133
+ return l(), v("svg", {
134
+ viewBox: "0 0 48 48",
135
+ fill: "none",
136
+ stroke: "currentColor",
137
+ xmlns: "http://www.w3.org/2000/svg",
138
+ class: F(e.cls),
139
+ style: H(e.innerStyle),
140
+ "stroke-width": e.strokeWidth,
141
+ "stroke-linecap": e.strokeLinecap,
142
+ "stroke-linejoin": e.strokeLinejoin,
143
+ onClick: t[0] || (t[0] = (...r) => e.onClick && e.onClick(...r))
144
+ }, t[1] || (t[1] = [d("path", {
145
+ d: "M41 26v14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h14M19.822 28.178 39.899 8.1M41 20V7H28"
146
+ }, null, -1)]), 14, Ae);
147
+ }
148
+ var A = /* @__PURE__ */ K(we, [["render", Re]]);
149
+ const ze = Object.assign(A, {
150
+ install: (e, t) => {
151
+ var o;
152
+ const s = (o = t == null ? void 0 : t.iconPrefix) != null ? o : "";
153
+ e.component(s + A.name, A);
154
+ }
155
+ }), Ne = {
156
+ class: "pricing"
157
+ }, Le = {
158
+ class: "base"
159
+ }, je = {
160
+ class: "pricingInfo"
161
+ }, He = /* @__PURE__ */ S({
162
+ __name: "UserSubscriptionBaseInformation",
163
+ props: {
164
+ currentVersionName: {
165
+ type: String,
166
+ required: !0
167
+ },
168
+ expireDate: {
169
+ type: String,
170
+ required: !0
171
+ },
172
+ canUpgrade: {
173
+ type: Boolean,
174
+ required: !0
175
+ }
176
+ },
177
+ emits: ["upgradeHandle"],
178
+ setup(e, {
179
+ emit: t
180
+ }) {
181
+ const o = e, s = t;
182
+ function c() {
183
+ s("upgradeHandle");
184
+ }
185
+ return (m, r) => (l(), v("div", Ne, [d("div", Le, [d("div", je, [r[0] || (r[0] = d("span", null, "我的订阅:", -1)), i(n(ye), {
186
+ color: "arcoblue",
187
+ style: {
188
+ "border-radius": "6px"
189
+ }
190
+ }, {
191
+ default: a(() => [p(b(o.currentVersionName), 1)]),
192
+ _: 1
193
+ })]), o.canUpgrade ? (l(), y(n(V), {
194
+ key: 0,
195
+ type: "primary",
196
+ size: "mini",
197
+ class: "updatePricing",
198
+ onClick: c
199
+ }, {
200
+ default: a(() => r[1] || (r[1] = [p(" 升级 ")])),
201
+ _: 1,
202
+ __: [1]
203
+ })) : M("", !0)]), d("span", null, "有效期至: " + b(o.expireDate), 1)]));
204
+ }
205
+ }), Fe = /* @__PURE__ */ h(He, [["__scopeId", "data-v-1e32fa72"]]), Ve = {
206
+ class: "userInfo"
207
+ }, Oe = {
208
+ key: 0,
209
+ class: "userName"
210
+ }, qe = /* @__PURE__ */ S({
211
+ __name: "UserAvatar",
212
+ props: {
213
+ nickname: {
214
+ type: String,
215
+ default: ""
216
+ },
217
+ avatar: {
218
+ type: String,
219
+ default: ""
220
+ }
221
+ },
222
+ setup(e) {
223
+ const t = e;
224
+ return (o, s) => (l(), v("div", Ve, [t.nickname ? (l(), v("span", Oe, b(t.nickname), 1)) : M("", !0), i(n(O), {
225
+ "image-url": t.avatar,
226
+ size: 32,
227
+ "object-fit": "cover"
228
+ }, null, 8, ["image-url"])]));
229
+ }
230
+ }), Ee = /* @__PURE__ */ h(qe, [["__scopeId", "data-v-a7a47cc4"]]), Ke = {
231
+ class: "userInfo"
232
+ }, Te = {
233
+ class: "extra"
234
+ }, We = {
235
+ class: "userName"
236
+ }, Ge = {
237
+ class: "email"
238
+ }, Je = {
239
+ key: 0,
240
+ class: "referrerId"
241
+ }, Qe = /* @__PURE__ */ S({
242
+ __name: "UserBasicInformation",
243
+ props: {
244
+ nickname: {
245
+ type: String,
246
+ default: ""
247
+ },
248
+ email: {
249
+ type: String,
250
+ default: ""
251
+ },
252
+ avatarUrl: {
253
+ type: String,
254
+ default: ""
255
+ },
256
+ referrerId: {
257
+ type: String,
258
+ default: ""
259
+ }
260
+ },
261
+ setup(e) {
262
+ const t = e;
263
+ return (o, s) => (l(), v("div", Ke, [i(n(O), {
264
+ "image-url": t.avatarUrl,
265
+ size: 42,
266
+ "object-fit": "cover"
267
+ }, null, 8, ["image-url"]), d("div", Te, [d("span", We, b(t.nickname), 1), d("span", Ge, b(t.email), 1), t.referrerId ? (l(), v("span", Je, " 邀请码:" + b(t.referrerId), 1)) : M("", !0)])]));
268
+ }
269
+ }), Xe = /* @__PURE__ */ h(Qe, [["__scopeId", "data-v-367449da"]]), Ye = {
270
+ class: "dropdownContent"
271
+ }, Ze = {
272
+ class: "header"
273
+ }, et = /* @__PURE__ */ S({
274
+ __name: "UserButton",
275
+ emits: ["enterSystem", "toSignIn"],
276
+ setup(e, {
277
+ emit: t
278
+ }) {
279
+ const o = t, {
280
+ userProfile: s,
281
+ isLoggedIn: c
282
+ } = E();
283
+ function m() {
284
+ o("toSignIn");
285
+ }
286
+ return (r, I) => n(c) ? (l(), y(n(ge), {
287
+ key: 1,
288
+ class: "DropdownUserInfo",
289
+ position: "bl"
290
+ }, {
291
+ content: a(() => {
292
+ var g, k, x, B;
293
+ return [d("div", Ye, [d("div", Ze, [i(Xe, {
294
+ "avatar-url": (g = n(s)) == null ? void 0 : g.avatarUrl,
295
+ nickname: (k = n(s)) == null ? void 0 : k.nickname,
296
+ email: (x = n(s)) == null ? void 0 : x.email,
297
+ "referrer-id": (B = n(s)) == null ? void 0 : B.referrerId
298
+ }, null, 8, ["avatar-url", "nickname", "email", "referrer-id"]), i(Fe, {
299
+ currentVersionName: "免费版本",
300
+ "expire-date": "2025-01-01",
301
+ "can-upgrade": !0
302
+ })]), i(n(q), {
303
+ style: {
304
+ margin: "10px 0px"
305
+ }
306
+ }), ke(r.$slots, "DoptionList", {}, void 0, !0)])];
307
+ }),
308
+ default: a(() => {
309
+ var g;
310
+ return [i(Ee, {
311
+ avatar: (g = n(s)) == null ? void 0 : g.avatarUrl
312
+ }, null, 8, ["avatar"])];
313
+ }),
314
+ _: 3
315
+ })) : (l(), y(n(V), {
316
+ key: 0,
317
+ type: "primary",
318
+ class: "handle",
319
+ onClick: m
320
+ }, {
321
+ default: a(() => I[0] || (I[0] = [p(" 登陆 ")])),
322
+ _: 1,
323
+ __: [0]
324
+ }));
325
+ }
326
+ }), tt = /* @__PURE__ */ h(et, [["__scopeId", "data-v-895035f0"]]), nt = {
327
+ class: "UserPanel"
328
+ }, ot = /* @__PURE__ */ S({
329
+ __name: "UserPanel",
330
+ emits: ["toHomePage", "signOut"],
331
+ setup(e, {
332
+ emit: t
333
+ }) {
334
+ const o = f(), s = f(), c = f(Symbol("key")), m = t, {
335
+ prefixUrl: r
336
+ } = Be(), {
337
+ fetchUserProfile: I,
338
+ clearUserProfile: g,
339
+ isLoggedIn: k
340
+ } = E(), {
341
+ addSignInCallback: x,
342
+ initializeAuth: B,
343
+ clearAuth: G
344
+ } = Ce();
345
+ B() && I();
346
+ const R = f(), z = f(Symbol("key")), N = f(), L = f(), J = f(Symbol("key")), Q = f(), X = f(Symbol("key"));
347
+ function Y(j) {
348
+ }
349
+ function Z(j) {
350
+ }
351
+ const {
352
+ show: ee
353
+ } = be();
354
+ function te() {
355
+ z.value = Symbol("key");
356
+ }
357
+ const P = f(), U = f(Symbol("key"));
358
+ function ne() {
359
+ U.value = Symbol("key");
360
+ }
361
+ function oe() {
362
+ U.value = Symbol("key");
363
+ }
364
+ function C() {
365
+ ee.value = !0;
366
+ }
367
+ x(() => {
368
+ I();
369
+ });
370
+ function re() {
371
+ c.value = Symbol("key");
372
+ }
373
+ function ie() {
374
+ s.value.show = !1;
375
+ }
376
+ function se() {
377
+ U.value = Symbol("key");
378
+ }
379
+ function ae() {
380
+ P.value.setData(null, !0);
381
+ }
382
+ function le() {
383
+ if (!k.value) {
384
+ C();
385
+ return;
386
+ }
387
+ P.value.setData(null, !0);
388
+ }
389
+ function ue() {
390
+ if (!k.value) {
391
+ C();
392
+ return;
393
+ }
394
+ N.value.openNotification();
395
+ }
396
+ function ce() {
397
+ if (!k.value) {
398
+ C();
399
+ return;
400
+ }
401
+ L.value.setData(null, !0);
402
+ }
403
+ function fe() {
404
+ if (!k.value) {
405
+ C();
406
+ return;
407
+ }
408
+ o.value.setData(!0);
409
+ }
410
+ function de() {
411
+ if (!k.value) {
412
+ C();
413
+ return;
414
+ }
415
+ R.value.setData(!0);
416
+ }
417
+ function pe() {
418
+ m("toHomePage");
419
+ }
420
+ async function me() {
421
+ g(), G(), m("signOut");
422
+ }
423
+ return (j, u) => (l(), v("div", nt, [i(tt, {
424
+ onToSignIn: C
425
+ }, {
426
+ DoptionList: a(() => [i(n(_), {
427
+ value: "messages",
428
+ class: "Doption",
429
+ onClick: ue
430
+ }, {
431
+ icon: a(() => u[0] || (u[0] = [p("消息中心")])),
432
+ default: a(() => [i(n($))]),
433
+ _: 1
434
+ }), i(n(_), {
435
+ value: "setting",
436
+ class: "Doption",
437
+ onClick: le
438
+ }, {
439
+ icon: a(() => u[1] || (u[1] = [p("系统设置 ")])),
440
+ default: a(() => [i(n($))]),
441
+ _: 1
442
+ }), i(n(_), {
443
+ value: "subscription",
444
+ class: "Doption",
445
+ onClick: ce
446
+ }, {
447
+ icon: a(() => u[2] || (u[2] = [p("订阅信息 ")])),
448
+ default: a(() => [i(n($))]),
449
+ _: 1
450
+ }), i(n(_), {
451
+ value: "feedBack",
452
+ class: "Doption",
453
+ onClick: fe
454
+ }, {
455
+ icon: a(() => u[3] || (u[3] = [p("系统反馈 ")])),
456
+ default: a(() => [i(n($))]),
457
+ _: 1
458
+ }), i(n(_), {
459
+ value: "invitations",
460
+ class: "Doption",
461
+ onClick: de
462
+ }, {
463
+ icon: a(() => u[4] || (u[4] = [p("邀请 ")])),
464
+ default: a(() => [i(n($))]),
465
+ _: 1
466
+ }), i(n(q), {
467
+ style: {
468
+ margin: "10px 0px"
469
+ }
470
+ }), i(n(_), {
471
+ value: "homePage",
472
+ class: "Doption",
473
+ onClick: pe
474
+ }, {
475
+ icon: a(() => u[5] || (u[5] = [p("主页 ")])),
476
+ default: a(() => [i(n(ze))]),
477
+ _: 1
478
+ }), i(n(_), {
479
+ value: "signOut",
480
+ class: "Doption",
481
+ onClick: me
482
+ }, {
483
+ icon: a(() => u[6] || (u[6] = [p("退出登陆 ")])),
484
+ default: a(() => [i(n(Pe))]),
485
+ _: 1
486
+ })]),
487
+ _: 1
488
+ }), (l(), y(Ie, {
489
+ ref_key: "AuthModalRef",
490
+ ref: Q,
491
+ key: X.value,
492
+ size: "large",
493
+ onToPrivacyPolicy: Y,
494
+ onToUserServiceAgreement: Z
495
+ })), n(k) ? (l(), v(ve, {
496
+ key: 0
497
+ }, [(l(), y($e, {
498
+ ref_key: "AppSettingRef",
499
+ ref: P,
500
+ key: U.value,
501
+ onConfirm: ae,
502
+ onCancel: se
503
+ })), (l(), y(Se, {
504
+ ref_key: "RefereesRef",
505
+ ref: R,
506
+ key: z.value,
507
+ "prefix-url": n(r),
508
+ onCancel: te
509
+ }, null, 8, ["prefix-url"])), (l(), y(_e, {
510
+ ref_key: "SubscriptionsRef",
511
+ ref: L,
512
+ key: J.value,
513
+ title: "订阅详情",
514
+ onConfirm: ne,
515
+ onCancel: oe
516
+ })), i(xe, {
517
+ ref_key: "MessageHandleRef",
518
+ ref: N,
519
+ "prefix-url": n(r)
520
+ }, null, 8, ["prefix-url"]), (l(), y(he, {
521
+ ref_key: "FeedBackModalRef",
522
+ ref: o,
523
+ key: c.value,
524
+ onConfirm: ie,
525
+ onCancel: re
526
+ }))], 64)) : M("", !0)]));
527
+ }
528
+ }), $t = /* @__PURE__ */ h(ot, [["__scopeId", "data-v-d8734d9a"]]);
529
+ export {
530
+ Fe as S,
531
+ $t as U,
532
+ tt as a,
533
+ Ee as b,
534
+ Xe as c
535
+ };
package/dist/common.js CHANGED
@@ -3,7 +3,7 @@ import { C as t, G as n, S as p, W as m } from "./WidthContainer-D795bWdT.js";
3
3
  import { C as i, E as u } from "./CustomTable-KSnj5x8U.js";
4
4
  import { I as x } from "./MessageHandle-DN_JsQb2.js";
5
5
  import { M as d, a as c } from "./Menu-Cxo8Rpu3.js";
6
- import { S as b, b as I, c as S, a as g, U as v } from "./UserPanel-D3rp3ILE.js";
6
+ import { S as b, b as I, c as S, a as g, U as v } from "./UserPanel-D9qYROiu.js";
7
7
  import { S as B } from "./PaySubscriptions-u3gwyezu.js";
8
8
  import { R as M } from "./ReferrerReferees-D2NqWvol.js";
9
9
  import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-DGZiaQGY.js";
@@ -5,26 +5,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
5
5
  required: true;
6
6
  default: () => string;
7
7
  };
8
- appId: {
9
- type: StringConstructor;
10
- required: true;
11
- };
12
- prefixUrl: {
13
- type: StringConstructor;
14
- required: true;
15
- };
16
- bucketId: {
17
- type: StringConstructor;
18
- required: true;
19
- };
20
- bucket: {
21
- type: StringConstructor;
22
- required: true;
23
- };
24
- region: {
25
- type: StringConstructor;
26
- required: true;
27
- };
28
8
  senderRole: {
29
9
  type: StringConstructor;
30
10
  required: true;
@@ -36,26 +16,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
36
16
  required: true;
37
17
  default: () => string;
38
18
  };
39
- appId: {
40
- type: StringConstructor;
41
- required: true;
42
- };
43
- prefixUrl: {
44
- type: StringConstructor;
45
- required: true;
46
- };
47
- bucketId: {
48
- type: StringConstructor;
49
- required: true;
50
- };
51
- bucket: {
52
- type: StringConstructor;
53
- required: true;
54
- };
55
- region: {
56
- type: StringConstructor;
57
- required: true;
58
- };
59
19
  senderRole: {
60
20
  type: StringConstructor;
61
21
  required: true;
@@ -154,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
154
114
  };
155
115
  $forceUpdate: () => void;
156
116
  $nextTick: typeof nextTick;
157
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
117
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (... /** @type { [typeof BubbleStart, ] } */args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
158
118
  } & Readonly<{}> & Omit<Readonly<import('ant-design-x-vue').SenderProps> & Readonly<{
159
119
  "onUpdate:value"?: (value: string) => any;
160
120
  }>, "blur" | "focus" | "nativeElement"> & import('vue').ShallowUnwrapRef<{
@@ -1,48 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- appId: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- prefixUrl: {
7
- type: StringConstructor;
8
- required: true;
9
- };
10
- bucketId: {
11
- type: StringConstructor;
12
- required: true;
13
- };
14
- bucket: {
15
- type: StringConstructor;
16
- required: true;
17
- };
18
- region: {
19
- type: StringConstructor;
20
- required: true;
21
- };
22
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
2
  toDetail: (...args: any[]) => void;
24
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
- appId: {
26
- type: StringConstructor;
27
- required: true;
28
- };
29
- prefixUrl: {
30
- type: StringConstructor;
31
- required: true;
32
- };
33
- bucketId: {
34
- type: StringConstructor;
35
- required: true;
36
- };
37
- bucket: {
38
- type: StringConstructor;
39
- required: true;
40
- };
41
- region: {
42
- type: StringConstructor;
43
- required: true;
44
- };
45
- }>> & Readonly<{
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
46
4
  onToDetail?: ((...args: any[]) => any) | undefined;
47
5
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
48
6
  export default _default;
@@ -1,52 +1,10 @@
1
1
  declare function setData(state: boolean): void;
2
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
- appId: {
4
- type: StringConstructor;
5
- required: true;
6
- };
7
- prefixUrl: {
8
- type: StringConstructor;
9
- required: true;
10
- };
11
- bucketId: {
12
- type: StringConstructor;
13
- required: true;
14
- };
15
- bucket: {
16
- type: StringConstructor;
17
- required: true;
18
- };
19
- region: {
20
- type: StringConstructor;
21
- required: true;
22
- };
23
- }>, {
2
+ declare const _default: import('vue').DefineComponent<{}, {
24
3
  setData: typeof setData;
25
4
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
5
  confirm: (...args: any[]) => void;
27
6
  cancel: (...args: any[]) => void;
28
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
29
- appId: {
30
- type: StringConstructor;
31
- required: true;
32
- };
33
- prefixUrl: {
34
- type: StringConstructor;
35
- required: true;
36
- };
37
- bucketId: {
38
- type: StringConstructor;
39
- required: true;
40
- };
41
- bucket: {
42
- type: StringConstructor;
43
- required: true;
44
- };
45
- region: {
46
- type: StringConstructor;
47
- required: true;
48
- };
49
- }>> & Readonly<{
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
50
8
  onConfirm?: ((...args: any[]) => any) | undefined;
51
9
  onCancel?: ((...args: any[]) => any) | undefined;
52
10
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;