@nubisco/ui 1.47.1 → 1.48.0
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/UserMenu.vue.d.ts +53 -0
- package/dist/components/UserMenu.vue.d.ts.map +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10788 -10559
- package/dist/index.mjs.map +1 -1
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { IUserMenuAccount, IUserMenuProps } from './UserMenu.d';
|
|
2
|
+
declare function toggle(): void;
|
|
3
|
+
declare function close(): void;
|
|
4
|
+
declare var __VLS_1: {
|
|
5
|
+
open: boolean;
|
|
6
|
+
toggle: typeof toggle;
|
|
7
|
+
}, __VLS_37: {
|
|
8
|
+
close: typeof close;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
trigger?: (props: typeof __VLS_1) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_37) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<IUserMenuProps, {
|
|
16
|
+
open: import("vue").Ref<boolean, boolean>;
|
|
17
|
+
toggle: typeof toggle;
|
|
18
|
+
close: typeof close;
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
switch: (account: IUserMenuAccount) => any;
|
|
21
|
+
close: () => any;
|
|
22
|
+
remove: (account: IUserMenuAccount) => any;
|
|
23
|
+
open: () => any;
|
|
24
|
+
"switch-account": () => any;
|
|
25
|
+
"add-account": () => any;
|
|
26
|
+
profile: () => any;
|
|
27
|
+
"sign-out": () => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<IUserMenuProps> & Readonly<{
|
|
29
|
+
onSwitch?: ((account: IUserMenuAccount) => any) | undefined;
|
|
30
|
+
onClose?: (() => any) | undefined;
|
|
31
|
+
onRemove?: ((account: IUserMenuAccount) => any) | undefined;
|
|
32
|
+
onOpen?: (() => any) | undefined;
|
|
33
|
+
"onSwitch-account"?: (() => any) | undefined;
|
|
34
|
+
"onAdd-account"?: (() => any) | undefined;
|
|
35
|
+
onProfile?: (() => any) | undefined;
|
|
36
|
+
"onSign-out"?: (() => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
accounts: IUserMenuAccount[];
|
|
40
|
+
accountsUnknown: boolean;
|
|
41
|
+
showAccountActions: boolean;
|
|
42
|
+
showProfile: boolean;
|
|
43
|
+
placement: import("./UserMenu.d").TUserMenuPlacement;
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
46
|
+
declare const _default: typeof __VLS_export;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=UserMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserMenu.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserMenu.vue"],"names":[],"mappings":"AA8bA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAiGpE,iBAAS,MAAM,SASd;AAED,iBAAS,KAAK,SAIb;AAmWD,QAAA,IAAI,OAAO;;;CAAU,EAAE,QAAQ;;CAAY,CAAE;AAC7C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAQhD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;;iBAwHf,GAAG;;AADlB,wBAMC"}
|