@bluepic/embed 0.2.0-next.24 → 0.2.0-next.26
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.
|
@@ -7,7 +7,6 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
7
7
|
}>, {
|
|
8
8
|
props: any;
|
|
9
9
|
emit: (event: "logout", ...args: any[]) => void;
|
|
10
|
-
readonly getInitials: typeof getInitials;
|
|
11
10
|
BxButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
11
|
size: {
|
|
13
12
|
type: StringConstructor;
|
|
@@ -176,6 +175,49 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
176
175
|
};
|
|
177
176
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
178
177
|
readonly LogOutOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
178
|
+
UserAvatar: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
179
|
+
user: {
|
|
180
|
+
type: null;
|
|
181
|
+
required: true;
|
|
182
|
+
};
|
|
183
|
+
width: {
|
|
184
|
+
type: NumberConstructor;
|
|
185
|
+
required: false;
|
|
186
|
+
default: number;
|
|
187
|
+
};
|
|
188
|
+
height: {
|
|
189
|
+
type: NumberConstructor;
|
|
190
|
+
required: false;
|
|
191
|
+
default: number;
|
|
192
|
+
};
|
|
193
|
+
}>, {
|
|
194
|
+
props: any;
|
|
195
|
+
slots: Readonly<{
|
|
196
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
name: import("vue").ComputedRef<any>;
|
|
199
|
+
color: import("vue").ComputedRef<string>;
|
|
200
|
+
readonly optimizePreviewUrl: typeof import("../..").optimizePreviewUrl;
|
|
201
|
+
readonly getInitials: typeof getInitials;
|
|
202
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
+
user: {
|
|
204
|
+
type: null;
|
|
205
|
+
required: true;
|
|
206
|
+
};
|
|
207
|
+
width: {
|
|
208
|
+
type: NumberConstructor;
|
|
209
|
+
required: false;
|
|
210
|
+
default: number;
|
|
211
|
+
};
|
|
212
|
+
height: {
|
|
213
|
+
type: NumberConstructor;
|
|
214
|
+
required: false;
|
|
215
|
+
default: number;
|
|
216
|
+
};
|
|
217
|
+
}>> & Readonly<{}>, {
|
|
218
|
+
width: number;
|
|
219
|
+
height: number;
|
|
220
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
179
221
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "logout"[], "logout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
180
222
|
user: {
|
|
181
223
|
type: null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserInfo.vue.d.ts","sourceRoot":"","sources":["UserInfo.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UserInfo.vue.d.ts","sourceRoot":"","sources":["UserInfo.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AASrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAgBb,CAAA;AACF,eAAe,SAAS,CAAA"}
|