@vanjana/vue-ui 0.1.85 → 0.1.87
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.
|
@@ -3,6 +3,16 @@ type Props = {
|
|
|
3
3
|
icon?: string;
|
|
4
4
|
to?: string | object;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
6
|
+
declare var __VLS_34: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_34) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
12
|
declare const _default: typeof __VLS_export;
|
|
8
13
|
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -4,6 +4,7 @@ export declare enum IconNames {
|
|
|
4
4
|
MENU = "fa-solid fa-bars",
|
|
5
5
|
DOT_MENU = "fa-solid fa-ellipsis-vertical",
|
|
6
6
|
BACK = "fa-regular fa-hand-point-left",
|
|
7
|
+
LOGOUT = "fa-solid fa-right-from-bracket",
|
|
7
8
|
CHEVRON_LEFT = "fa-solid fa-chevron-left",
|
|
8
9
|
CHEVRON_RIGHT = "fa-solid fa-chevron-right",
|
|
9
10
|
CHEVRON_UP = "fa-solid fa-chevron-up",
|
|
@@ -12,7 +13,7 @@ export declare enum IconNames {
|
|
|
12
13
|
FIRST = "fa-solid fa-angles-left",
|
|
13
14
|
NEXT = "fa-solid fa-angle-right",
|
|
14
15
|
LAST = "fa-solid fa-angles-right",
|
|
15
|
-
USER = "fa-regular fa-user",
|
|
16
|
+
USER = "fa-regular fa-user-circle",
|
|
16
17
|
CHARACTER = "fa-solid fa-person",
|
|
17
18
|
SETTINGS = "fa-solid fa-gear",
|
|
18
19
|
ADD = "fa-regular fa-plus",
|