@factoringplus/pl-components-pack-v3 1.7.1-pre-03 → 1.7.1-pre-04
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,24 +3,19 @@ import { ISidebarItem } from './types';
|
|
3
3
|
export declare const PlNavigation: import('../../install-function').SFCInstallWithContext<{
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
5
5
|
sidebarOpen: import('vue').PropType<boolean>;
|
6
|
-
activePage: import('vue').PropType<string>;
|
7
6
|
}>> & {
|
8
7
|
"onSidebar-click"?: (...args: any[]) => any;
|
9
8
|
"onExit-click"?: (...args: any[]) => any;
|
10
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
11
9
|
}, {
|
12
10
|
closeSidebar: (event: Event) => void;
|
13
11
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
14
12
|
"sidebar-click": (...args: any[]) => void;
|
15
13
|
"exit-click": (...args: any[]) => void;
|
16
|
-
"sidebar-item-click": (...args: any[]) => void;
|
17
14
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
18
15
|
sidebarOpen: import('vue').PropType<boolean>;
|
19
|
-
activePage: import('vue').PropType<string>;
|
20
16
|
}>> & {
|
21
17
|
"onSidebar-click"?: (...args: any[]) => any;
|
22
18
|
"onExit-click"?: (...args: any[]) => any;
|
23
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
24
19
|
}, {}, true, {}, {}, {
|
25
20
|
P: {};
|
26
21
|
B: {};
|
@@ -30,11 +25,9 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
|
|
30
25
|
Defaults: {};
|
31
26
|
}, Readonly<import('vue').ExtractPropTypes<{
|
32
27
|
sidebarOpen: import('vue').PropType<boolean>;
|
33
|
-
activePage: import('vue').PropType<string>;
|
34
28
|
}>> & {
|
35
29
|
"onSidebar-click"?: (...args: any[]) => any;
|
36
30
|
"onExit-click"?: (...args: any[]) => any;
|
37
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
38
31
|
}, {
|
39
32
|
closeSidebar: (event: Event) => void;
|
40
33
|
}, {}, {}, {}, {}>;
|
@@ -43,32 +36,20 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
|
|
43
36
|
__isSuspense?: never;
|
44
37
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
45
38
|
sidebarOpen: import('vue').PropType<boolean>;
|
46
|
-
activePage: import('vue').PropType<string>;
|
47
39
|
}>> & {
|
48
40
|
"onSidebar-click"?: (...args: any[]) => any;
|
49
41
|
"onExit-click"?: (...args: any[]) => any;
|
50
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
51
42
|
}, {
|
52
43
|
closeSidebar: (event: Event) => void;
|
53
44
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
54
45
|
"sidebar-click": (...args: any[]) => void;
|
55
46
|
"exit-click": (...args: any[]) => void;
|
56
|
-
"sidebar-item-click": (...args: any[]) => void;
|
57
47
|
}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
58
48
|
$slots: {
|
59
49
|
headerLogo?(_: {}): any;
|
60
50
|
customContent?(_: {}): any;
|
61
51
|
headerBtns?(_: {}): any;
|
62
|
-
|
63
|
-
sidebarItems?(_: {
|
64
|
-
setActivePage: (item: string) => void;
|
65
|
-
activePage: string;
|
66
|
-
}): any;
|
67
|
-
additionalSidebarItems?(_: {
|
68
|
-
setActivePage: (item: string) => void;
|
69
|
-
activePage: string;
|
70
|
-
}): any;
|
71
|
-
sideFooter?(_: {}): any;
|
52
|
+
sidebarContent?(_: {}): any;
|
72
53
|
main?(_: {}): any;
|
73
54
|
};
|
74
55
|
})>;
|
@@ -1,33 +1,20 @@
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
2
2
|
sidebarOpen: import('vue').PropType<boolean>;
|
3
|
-
activePage: import('vue').PropType<string>;
|
4
3
|
}, {
|
5
4
|
closeSidebar: (event: Event) => void;
|
6
5
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
6
|
"sidebar-click": (...args: any[]) => void;
|
8
7
|
"exit-click": (...args: any[]) => void;
|
9
|
-
"sidebar-item-click": (...args: any[]) => void;
|
10
8
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
11
9
|
sidebarOpen: import('vue').PropType<boolean>;
|
12
|
-
activePage: import('vue').PropType<string>;
|
13
10
|
}>> & {
|
14
11
|
"onSidebar-click"?: (...args: any[]) => any;
|
15
12
|
"onExit-click"?: (...args: any[]) => any;
|
16
|
-
"onSidebar-item-click"?: (...args: any[]) => any;
|
17
13
|
}, {}, {}>, {
|
18
14
|
headerLogo?(_: {}): any;
|
19
15
|
customContent?(_: {}): any;
|
20
16
|
headerBtns?(_: {}): any;
|
21
|
-
|
22
|
-
sidebarItems?(_: {
|
23
|
-
setActivePage: (item: string) => void;
|
24
|
-
activePage: string;
|
25
|
-
}): any;
|
26
|
-
additionalSidebarItems?(_: {
|
27
|
-
setActivePage: (item: string) => void;
|
28
|
-
activePage: string;
|
29
|
-
}): any;
|
30
|
-
sideFooter?(_: {}): any;
|
17
|
+
sidebarContent?(_: {}): any;
|
31
18
|
main?(_: {}): any;
|
32
19
|
}>;
|
33
20
|
export default _default;
|