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