@factoringplus/pl-components-pack-v3 1.10.1 → 1.10.2-pre-01
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/{crypto-pro-actual-cades-plugin-5557cdbd.cjs → crypto-pro-actual-cades-plugin-2daa7e80.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-d2da12c3.js → crypto-pro-actual-cades-plugin-782f801d.js} +1 -1
- package/dist/{entry-a4f30c8f.js → entry-55b751c6.js} +14199 -13909
- package/dist/{entry-f54abc78.cjs → entry-c64e8388.cjs} +32 -32
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +66 -63
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/components.d.ts +8 -4
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +5 -3
- package/dist/src/services/pl-navigation/index.d.ts +3 -7
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +3 -3
- package/dist/src/services/pl-navigation-legacy/components/HeaderLegacy.vue.d.ts +43 -0
- package/dist/src/services/pl-navigation-legacy/components/NavButtonLegacy/NavButtonLegacy.vue.d.ts +52 -0
- package/dist/src/services/pl-navigation-legacy/components/NavButtonLegacy/index.d.ts +112 -0
- package/dist/src/services/pl-navigation-legacy/components/SidebarItemLegacy/SidebarItemLegacy.vue.d.ts +35 -0
- package/dist/src/services/pl-navigation-legacy/components/SidebarItemLegacy/index.d.ts +28 -0
- package/dist/src/services/pl-navigation-legacy/index.d.ts +86 -0
- package/dist/src/services/pl-navigation-legacy/pl-navigation-legacy.vue.d.ts +37 -0
- package/dist/src/services/pl-navigation-legacy/screenSizes.d.ts +6 -0
- package/dist/src/services/pl-navigation-legacy/types.d.ts +11 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/src/services/{pl-navigation → pl-navigation-legacy}/components/TLogo/TLogo.vue.d.ts +0 -0
- /package/dist/src/services/{pl-navigation → pl-navigation-legacy}/components/TLogo/index.d.ts +0 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { ISidebarItem } from './types';
|
|
2
|
+
|
|
3
|
+
export declare const PlNavigationLegacy: import('../../install-function').SFCInstallWithContext<{
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
6
|
+
sidebarOff: {
|
|
7
|
+
type: import('vue').PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}>> & {
|
|
11
|
+
"onSidebar-click"?: (...args: any[]) => any;
|
|
12
|
+
"onSidebar-transition-end"?: (...args: any[]) => any;
|
|
13
|
+
"onExit-click"?: (...args: any[]) => any;
|
|
14
|
+
}, {
|
|
15
|
+
closeSidebar: (event: Event) => void;
|
|
16
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"sidebar-click": (...args: any[]) => void;
|
|
18
|
+
"sidebar-transition-end": (...args: any[]) => void;
|
|
19
|
+
"exit-click": (...args: any[]) => void;
|
|
20
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
22
|
+
sidebarOff: {
|
|
23
|
+
type: import('vue').PropType<boolean>;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
}>> & {
|
|
27
|
+
"onSidebar-click"?: (...args: any[]) => any;
|
|
28
|
+
"onSidebar-transition-end"?: (...args: any[]) => any;
|
|
29
|
+
"onExit-click"?: (...args: any[]) => any;
|
|
30
|
+
}, {
|
|
31
|
+
sidebarOff: boolean;
|
|
32
|
+
}, true, {}, {}, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
40
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
41
|
+
sidebarOff: {
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>> & {
|
|
46
|
+
"onSidebar-click"?: (...args: any[]) => any;
|
|
47
|
+
"onSidebar-transition-end"?: (...args: any[]) => any;
|
|
48
|
+
"onExit-click"?: (...args: any[]) => any;
|
|
49
|
+
}, {
|
|
50
|
+
closeSidebar: (event: Event) => void;
|
|
51
|
+
}, {}, {}, {}, {
|
|
52
|
+
sidebarOff: boolean;
|
|
53
|
+
}>;
|
|
54
|
+
__isFragment?: never;
|
|
55
|
+
__isTeleport?: never;
|
|
56
|
+
__isSuspense?: never;
|
|
57
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
58
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
59
|
+
sidebarOff: {
|
|
60
|
+
type: import('vue').PropType<boolean>;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
}>> & {
|
|
64
|
+
"onSidebar-click"?: (...args: any[]) => any;
|
|
65
|
+
"onSidebar-transition-end"?: (...args: any[]) => any;
|
|
66
|
+
"onExit-click"?: (...args: any[]) => any;
|
|
67
|
+
}, {
|
|
68
|
+
closeSidebar: (event: Event) => void;
|
|
69
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
70
|
+
"sidebar-click": (...args: any[]) => void;
|
|
71
|
+
"sidebar-transition-end": (...args: any[]) => void;
|
|
72
|
+
"exit-click": (...args: any[]) => void;
|
|
73
|
+
}, string, {
|
|
74
|
+
sidebarOff: boolean;
|
|
75
|
+
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
76
|
+
$slots: {
|
|
77
|
+
headerLogo?(_: {}): any;
|
|
78
|
+
customContent?(_: {}): any;
|
|
79
|
+
headerBtns?(_: {}): any;
|
|
80
|
+
sidebarContent?(_: {}): any;
|
|
81
|
+
main?(_: {}): any;
|
|
82
|
+
};
|
|
83
|
+
})>;
|
|
84
|
+
export default PlNavigationLegacy;
|
|
85
|
+
export type { ISidebarItem };
|
|
86
|
+
export { ScreenSizes } from './screenSizes';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
3
|
+
sidebarOff: {
|
|
4
|
+
type: import('vue').PropType<boolean>;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
}, {
|
|
8
|
+
closeSidebar: (event: Event) => void;
|
|
9
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
"sidebar-click": (...args: any[]) => void;
|
|
11
|
+
"sidebar-transition-end": (...args: any[]) => void;
|
|
12
|
+
"exit-click": (...args: any[]) => void;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
sidebarOpen: import('vue').PropType<boolean>;
|
|
15
|
+
sidebarOff: {
|
|
16
|
+
type: import('vue').PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>> & {
|
|
20
|
+
"onSidebar-click"?: (...args: any[]) => any;
|
|
21
|
+
"onSidebar-transition-end"?: (...args: any[]) => any;
|
|
22
|
+
"onExit-click"?: (...args: any[]) => any;
|
|
23
|
+
}, {
|
|
24
|
+
sidebarOff: boolean;
|
|
25
|
+
}, {}>, {
|
|
26
|
+
headerLogo?(_: {}): any;
|
|
27
|
+
customContent?(_: {}): any;
|
|
28
|
+
headerBtns?(_: {}): any;
|
|
29
|
+
sidebarContent?(_: {}): any;
|
|
30
|
+
main?(_: {}): any;
|
|
31
|
+
}>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|