@huyooo/ui 0.4.22 → 0.4.23

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.
@@ -8,7 +8,7 @@ import { S as $e } from "./PaySubscriptions-BS6gjndk.js";
8
8
  import { R as Ie } from "./ReferrerReferees-E5Sq9dVw.js";
9
9
  import { a as T, u as xe, c as Ue, b as Pe } from "./useAuthkitProps-BM6B7mZP.js";
10
10
  import { u as Be } from "./useUserPanelProps-C5W72fZJ.js";
11
- import { b as Ae, a as De } from "./AuthkitAppSetting-MYrqMZAf.js";
11
+ import { a as Ae, b as De } from "./AuthkitAppSetting-MYrqMZAf.js";
12
12
  import { d as Me } from "./FeedbackModal-BvIlQ5Qe.js";
13
13
  import { M as we } from "./MessageHandle-BLiqnTvy.js";
14
14
  /* empty css */
@@ -481,9 +481,16 @@ const Ve = Object.assign(w, {
481
481
  _: 1
482
482
  })]),
483
483
  _: 1
484
- }), t(S) ? (l(), g(be, {
484
+ }), (l(), v(Ae, {
485
+ ref_key: "AuthModalRef",
486
+ ref: te,
487
+ key: ne.value,
488
+ size: "large",
489
+ onToPrivacyPolicy: oe,
490
+ onToUserServiceAgreement: ie
491
+ })), t(S) ? (l(), g(be, {
485
492
  key: 0
486
- }, [(l(), v(Ae, {
493
+ }, [(l(), v(De, {
487
494
  ref_key: "AppSettingRef",
488
495
  ref: D,
489
496
  key: B.value,
@@ -502,13 +509,6 @@ const Ve = Object.assign(w, {
502
509
  title: "订阅详情",
503
510
  onConfirm: se,
504
511
  onCancel: le
505
- })), (l(), v(De, {
506
- ref_key: "AuthModalRef",
507
- ref: te,
508
- key: ne.value,
509
- size: "large",
510
- onToPrivacyPolicy: oe,
511
- onToUserServiceAgreement: ie
512
512
  })), r(we, {
513
513
  ref_key: "MessageHandleRef",
514
514
  ref: j,
@@ -526,7 +526,7 @@ const Ve = Object.assign(w, {
526
526
  onCancel: ue
527
527
  }, null, 8, ["app-id", "prefix-url", "bucket-id", "bucket", "region"]))], 64)) : R("", !0)]));
528
528
  }
529
- }), Pt = /* @__PURE__ */ P(lt, [["__scopeId", "data-v-cf964377"]]);
529
+ }), Pt = /* @__PURE__ */ P(lt, [["__scopeId", "data-v-7e1b912e"]]);
530
530
  export {
531
531
  Te as S,
532
532
  Pt as U,
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-C6Xcn_J7.js";
4
4
  import { I as x } from "./MessageHandle-BLiqnTvy.js";
5
5
  import { M as d, a as U } from "./Menu-MZJINp6f.js";
6
- import { S as I, b, c as S, a as g, U as v } from "./UserPanel-BOg71izt.js";
6
+ import { S as I, b, c as S, a as g, U as v } from "./UserPanel-DT6fS0L2.js";
7
7
  import { S as B } from "./PaySubscriptions-BS6gjndk.js";
8
8
  import { R as P } from "./ReferrerReferees-E5Sq9dVw.js";
9
9
  import { _ as G } from "./Upload.vue_vue_type_script_setup_true_lang-uy8hhi_o.js";
@@ -5,6 +5,51 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
5
5
  onToHomePage?: ((...args: any[]) => any) | undefined;
6
6
  onSignOut?: ((...args: any[]) => any) | undefined;
7
7
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
8
+ AuthModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
9
+ size: {
10
+ type: import('vue').PropType<import('../../authkit').FormSizeType>;
11
+ required: true;
12
+ };
13
+ appId: {
14
+ type: StringConstructor;
15
+ default: () => string;
16
+ };
17
+ }>> & Readonly<{
18
+ onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
19
+ onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
20
+ onConfirm?: ((...args: any[]) => any) | undefined;
21
+ onClose?: ((...args: any[]) => any) | undefined;
22
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ toUserServiceAgreement: (...args: any[]) => void;
24
+ toPrivacyPolicy: (...args: any[]) => void;
25
+ confirm: (...args: any[]) => void;
26
+ close: (...args: any[]) => void;
27
+ }, import('vue').PublicProps, {
28
+ appId: string;
29
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
30
+ P: {};
31
+ B: {};
32
+ D: {};
33
+ C: {};
34
+ M: {};
35
+ Defaults: {};
36
+ }, Readonly<import('vue').ExtractPropTypes<{
37
+ size: {
38
+ type: import('vue').PropType<import('../../authkit').FormSizeType>;
39
+ required: true;
40
+ };
41
+ appId: {
42
+ type: StringConstructor;
43
+ default: () => string;
44
+ };
45
+ }>> & Readonly<{
46
+ onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
47
+ onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
48
+ onConfirm?: ((...args: any[]) => any) | undefined;
49
+ onClose?: ((...args: any[]) => any) | undefined;
50
+ }>, {}, {}, {}, {}, {
51
+ appId: string;
52
+ }> | null;
8
53
  AppSettingRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
9
54
  onConfirm?: ((...args: any[]) => any) | undefined;
10
55
  onCancel?: ((...args: any[]) => any) | undefined;
@@ -75,51 +120,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
75
120
  }>, {
76
121
  setData: (data: any, state: false) => void;
77
122
  }, {}, {}, {}, {}> | null;
78
- AuthModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
79
- size: {
80
- type: import('vue').PropType<import('../../authkit').FormSizeType>;
81
- required: true;
82
- };
83
- appId: {
84
- type: StringConstructor;
85
- default: () => string;
86
- };
87
- }>> & Readonly<{
88
- onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
89
- onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
90
- onConfirm?: ((...args: any[]) => any) | undefined;
91
- onClose?: ((...args: any[]) => any) | undefined;
92
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
- toUserServiceAgreement: (...args: any[]) => void;
94
- toPrivacyPolicy: (...args: any[]) => void;
95
- confirm: (...args: any[]) => void;
96
- close: (...args: any[]) => void;
97
- }, import('vue').PublicProps, {
98
- appId: string;
99
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
100
- P: {};
101
- B: {};
102
- D: {};
103
- C: {};
104
- M: {};
105
- Defaults: {};
106
- }, Readonly<import('vue').ExtractPropTypes<{
107
- size: {
108
- type: import('vue').PropType<import('../../authkit').FormSizeType>;
109
- required: true;
110
- };
111
- appId: {
112
- type: StringConstructor;
113
- default: () => string;
114
- };
115
- }>> & Readonly<{
116
- onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
117
- onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
118
- onConfirm?: ((...args: any[]) => any) | undefined;
119
- onClose?: ((...args: any[]) => any) | undefined;
120
- }>, {}, {}, {}, {}, {
121
- appId: string;
122
- }> | null;
123
123
  MessageHandleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
124
124
  prefixUrl: {
125
125
  type: StringConstructor;
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import { C as rs, a as ds } from "./CollapseItem-Cw1vcdLu.js";
12
12
  import { C as Ps, G as As, S as cs, W as Ls } from "./WidthContainer-D795bWdT.js";
13
13
  import { C as ps, E as ks } from "./CustomTable-C6Xcn_J7.js";
14
14
  import { M as ms, a as ls } from "./Menu-MZJINp6f.js";
15
- import { S as Cs, b as Ms, c as Ss, a as Fs, U as xs, S as Is } from "./UserPanel-BOg71izt.js";
15
+ import { S as Cs, b as Ms, c as Ss, a as Fs, U as xs, S as Is } from "./UserPanel-DT6fS0L2.js";
16
16
  import { S as Ts, S as Bs } from "./PaySubscriptions-BS6gjndk.js";
17
17
  import { R as Es, R as ws } from "./ReferrerReferees-E5Sq9dVw.js";
18
18
  import { _ as Rs } from "./Upload.vue_vue_type_script_setup_true_lang-uy8hhi_o.js";