@factoringplus/pl-components-pack-v3 1.8.1 → 1.8.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.
@@ -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
  }, {}, {}>, {
@@ -1,4 +1,4 @@
1
- import { TIcon } from '../../../components/shared/pl-icon';
1
+ import { TIcon } from '../../../../components/shared/pl-icon';
2
2
 
3
3
  interface IProps {
4
4
  icon?: TIcon;
@@ -0,0 +1,112 @@
1
+ export declare const PlNavButton: import('../../../../install-function').SFCInstallWithContext<{
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ type: {
4
+ type: import('vue').PropType<"new" | "company">;
5
+ };
6
+ disabled: {
7
+ type: import('vue').PropType<boolean>;
8
+ default: boolean;
9
+ };
10
+ icon: {
11
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
12
+ default: string;
13
+ };
14
+ isClicked: {
15
+ type: import('vue').PropType<boolean>;
16
+ default: boolean;
17
+ };
18
+ }>> & {
19
+ onClick?: (...args: any[]) => any;
20
+ "onUpdate:isClicked"?: (...args: any[]) => any;
21
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ click: (...args: any[]) => void;
23
+ "update:isClicked": (...args: any[]) => void;
24
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
25
+ type: {
26
+ type: import('vue').PropType<"new" | "company">;
27
+ };
28
+ disabled: {
29
+ type: import('vue').PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ icon: {
33
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
34
+ default: string;
35
+ };
36
+ isClicked: {
37
+ type: import('vue').PropType<boolean>;
38
+ default: boolean;
39
+ };
40
+ }>> & {
41
+ onClick?: (...args: any[]) => any;
42
+ "onUpdate:isClicked"?: (...args: any[]) => any;
43
+ }, {
44
+ disabled: boolean;
45
+ icon: import('../../../../components/components').TIcon;
46
+ isClicked: boolean;
47
+ }, true, {}, {}, {
48
+ P: {};
49
+ B: {};
50
+ D: {};
51
+ C: {};
52
+ M: {};
53
+ Defaults: {};
54
+ }, Readonly<import('vue').ExtractPropTypes<{
55
+ type: {
56
+ type: import('vue').PropType<"new" | "company">;
57
+ };
58
+ disabled: {
59
+ type: import('vue').PropType<boolean>;
60
+ default: boolean;
61
+ };
62
+ icon: {
63
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
64
+ default: string;
65
+ };
66
+ isClicked: {
67
+ type: import('vue').PropType<boolean>;
68
+ default: boolean;
69
+ };
70
+ }>> & {
71
+ onClick?: (...args: any[]) => any;
72
+ "onUpdate:isClicked"?: (...args: any[]) => any;
73
+ }, {}, {}, {}, {}, {
74
+ disabled: boolean;
75
+ icon: import('../../../../components/components').TIcon;
76
+ isClicked: boolean;
77
+ }>;
78
+ __isFragment?: never;
79
+ __isTeleport?: never;
80
+ __isSuspense?: never;
81
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
82
+ type: {
83
+ type: import('vue').PropType<"new" | "company">;
84
+ };
85
+ disabled: {
86
+ type: import('vue').PropType<boolean>;
87
+ default: boolean;
88
+ };
89
+ icon: {
90
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
91
+ default: string;
92
+ };
93
+ isClicked: {
94
+ type: import('vue').PropType<boolean>;
95
+ default: boolean;
96
+ };
97
+ }>> & {
98
+ onClick?: (...args: any[]) => any;
99
+ "onUpdate:isClicked"?: (...args: any[]) => any;
100
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
101
+ click: (...args: any[]) => void;
102
+ "update:isClicked": (...args: any[]) => void;
103
+ }, string, {
104
+ disabled: boolean;
105
+ icon: import('../../../../components/components').TIcon;
106
+ isClicked: boolean;
107
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
108
+ $slots: {
109
+ default?(_: {}): any;
110
+ };
111
+ })>;
112
+ export default PlNavButton;
@@ -1,4 +1,4 @@
1
- import { ISidebarItem } from '../types';
1
+ import { ISidebarItem } from '../../types';
2
2
 
3
3
  interface IProps {
4
4
  item: ISidebarItem;
@@ -0,0 +1,28 @@
1
+ export declare const PlSidebarItem: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ item: {
3
+ type: import('vue').PropType<import('../../types').ISidebarItem>;
4
+ required: true;
5
+ };
6
+ activePage: {
7
+ type: import('vue').PropType<string>;
8
+ required: true;
9
+ default: string;
10
+ };
11
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ "sidebar-item-click": (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ item: {
15
+ type: import('vue').PropType<import('../../types').ISidebarItem>;
16
+ required: true;
17
+ };
18
+ activePage: {
19
+ type: import('vue').PropType<string>;
20
+ required: true;
21
+ default: string;
22
+ };
23
+ }>> & {
24
+ "onSidebar-item-click"?: (...args: any[]) => any;
25
+ }, {
26
+ activePage: string;
27
+ }, {}>>;
28
+ export default PlSidebarItem;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export declare const TLogo: import('../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>>;
2
+ export default TLogo;
@@ -1,27 +1,24 @@
1
+ import { ISidebarItem } from './types';
2
+
1
3
  export declare const PlNavigation: import('../../install-function').SFCInstallWithContext<{
2
4
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
5
  sidebarOpen: import('vue').PropType<boolean>;
4
- activePage: import('vue').PropType<string>;
5
6
  }>> & {
6
- "onHeader-logo-click"?: (...args: any[]) => any;
7
7
  "onSidebar-click"?: (...args: any[]) => any;
8
8
  "onExit-click"?: (...args: any[]) => any;
9
- "onSidebar-item-click"?: (...args: any[]) => any;
9
+ "onSidebar-transition-end"?: (...args: any[]) => any;
10
10
  }, {
11
- closeSidebar: () => void;
11
+ closeSidebar: (event: Event) => void;
12
12
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
- "header-logo-click": (...args: any[]) => void;
14
13
  "sidebar-click": (...args: any[]) => void;
15
14
  "exit-click": (...args: any[]) => void;
16
- "sidebar-item-click": (...args: any[]) => void;
15
+ "sidebar-transition-end": (...args: any[]) => void;
17
16
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
18
17
  sidebarOpen: import('vue').PropType<boolean>;
19
- activePage: import('vue').PropType<string>;
20
18
  }>> & {
21
- "onHeader-logo-click"?: (...args: any[]) => any;
22
19
  "onSidebar-click"?: (...args: any[]) => any;
23
20
  "onExit-click"?: (...args: any[]) => any;
24
- "onSidebar-item-click"?: (...args: any[]) => any;
21
+ "onSidebar-transition-end"?: (...args: any[]) => any;
25
22
  }, {}, true, {}, {}, {
26
23
  P: {};
27
24
  B: {};
@@ -31,49 +28,37 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
31
28
  Defaults: {};
32
29
  }, Readonly<import('vue').ExtractPropTypes<{
33
30
  sidebarOpen: import('vue').PropType<boolean>;
34
- activePage: import('vue').PropType<string>;
35
31
  }>> & {
36
- "onHeader-logo-click"?: (...args: any[]) => any;
37
32
  "onSidebar-click"?: (...args: any[]) => any;
38
33
  "onExit-click"?: (...args: any[]) => any;
39
- "onSidebar-item-click"?: (...args: any[]) => any;
34
+ "onSidebar-transition-end"?: (...args: any[]) => any;
40
35
  }, {
41
- closeSidebar: () => void;
36
+ closeSidebar: (event: Event) => void;
42
37
  }, {}, {}, {}, {}>;
43
38
  __isFragment?: never;
44
39
  __isTeleport?: never;
45
40
  __isSuspense?: never;
46
41
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
47
42
  sidebarOpen: import('vue').PropType<boolean>;
48
- activePage: import('vue').PropType<string>;
49
43
  }>> & {
50
- "onHeader-logo-click"?: (...args: any[]) => any;
51
44
  "onSidebar-click"?: (...args: any[]) => any;
52
45
  "onExit-click"?: (...args: any[]) => any;
53
- "onSidebar-item-click"?: (...args: any[]) => any;
46
+ "onSidebar-transition-end"?: (...args: any[]) => any;
54
47
  }, {
55
- closeSidebar: () => void;
48
+ closeSidebar: (event: Event) => void;
56
49
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
- "header-logo-click": (...args: any[]) => void;
58
50
  "sidebar-click": (...args: any[]) => void;
59
51
  "exit-click": (...args: any[]) => void;
60
- "sidebar-item-click": (...args: any[]) => void;
52
+ "sidebar-transition-end": (...args: any[]) => void;
61
53
  }, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
62
54
  $slots: {
63
55
  headerLogo?(_: {}): any;
64
56
  customContent?(_: {}): any;
65
57
  headerBtns?(_: {}): any;
66
- myCompanies?(_: {}): any;
67
- sidebarItems?(_: {
68
- setActivePage: (item: string) => void;
69
- activePage: string;
70
- }): any;
71
- additionalSidebarItems?(_: {
72
- setActivePage: (item: string) => void;
73
- activePage: string;
74
- }): any;
75
- sideFooter?(_: {}): any;
58
+ sidebarContent?(_: {}): any;
76
59
  main?(_: {}): any;
77
60
  };
78
61
  })>;
79
62
  export default PlNavigation;
63
+ export type { ISidebarItem };
64
+ export { ScreenSizes } from './screenSizes';
@@ -1,35 +1,22 @@
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
- closeSidebar: () => void;
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;
8
+ "sidebar-transition-end": (...args: any[]) => void;
11
9
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
10
  sidebarOpen: import('vue').PropType<boolean>;
13
- activePage: import('vue').PropType<string>;
14
11
  }>> & {
15
- "onHeader-logo-click"?: (...args: any[]) => any;
16
12
  "onSidebar-click"?: (...args: any[]) => any;
17
13
  "onExit-click"?: (...args: any[]) => any;
18
- "onSidebar-item-click"?: (...args: any[]) => any;
14
+ "onSidebar-transition-end"?: (...args: any[]) => any;
19
15
  }, {}, {}>, {
20
16
  headerLogo?(_: {}): any;
21
17
  customContent?(_: {}): any;
22
18
  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;
19
+ sidebarContent?(_: {}): any;
33
20
  main?(_: {}): any;
34
21
  }>;
35
22
  export default _default;