@factoringplus/pl-components-pack-v3 1.7.1-pre-05 → 1.7.1-pre-07

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.
@@ -6,16 +6,19 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
6
6
  }>> & {
7
7
  "onSidebar-click"?: (...args: any[]) => any;
8
8
  "onExit-click"?: (...args: any[]) => any;
9
+ "onSidebar-transition-end"?: (...args: any[]) => any;
9
10
  }, {
10
11
  closeSidebar: (event: Event) => void;
11
12
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
13
  "sidebar-click": (...args: any[]) => void;
13
14
  "exit-click": (...args: any[]) => void;
15
+ "sidebar-transition-end": (...args: any[]) => void;
14
16
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
15
17
  sidebarOpen: import('vue').PropType<boolean>;
16
18
  }>> & {
17
19
  "onSidebar-click"?: (...args: any[]) => any;
18
20
  "onExit-click"?: (...args: any[]) => any;
21
+ "onSidebar-transition-end"?: (...args: any[]) => any;
19
22
  }, {}, true, {}, {}, {
20
23
  P: {};
21
24
  B: {};
@@ -28,6 +31,7 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
28
31
  }>> & {
29
32
  "onSidebar-click"?: (...args: any[]) => any;
30
33
  "onExit-click"?: (...args: any[]) => any;
34
+ "onSidebar-transition-end"?: (...args: any[]) => any;
31
35
  }, {
32
36
  closeSidebar: (event: Event) => void;
33
37
  }, {}, {}, {}, {}>;
@@ -39,11 +43,13 @@ export declare const PlNavigation: import('../../install-function').SFCInstallWi
39
43
  }>> & {
40
44
  "onSidebar-click"?: (...args: any[]) => any;
41
45
  "onExit-click"?: (...args: any[]) => any;
46
+ "onSidebar-transition-end"?: (...args: any[]) => any;
42
47
  }, {
43
48
  closeSidebar: (event: Event) => void;
44
49
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
50
  "sidebar-click": (...args: any[]) => void;
46
51
  "exit-click": (...args: any[]) => void;
52
+ "sidebar-transition-end": (...args: any[]) => void;
47
53
  }, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
48
54
  $slots: {
49
55
  headerLogo?(_: {}): any;
@@ -5,11 +5,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
5
5
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
6
  "sidebar-click": (...args: any[]) => void;
7
7
  "exit-click": (...args: any[]) => void;
8
+ "sidebar-transition-end": (...args: any[]) => void;
8
9
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
10
  sidebarOpen: import('vue').PropType<boolean>;
10
11
  }>> & {
11
12
  "onSidebar-click"?: (...args: any[]) => any;
12
13
  "onExit-click"?: (...args: any[]) => any;
14
+ "onSidebar-transition-end"?: (...args: any[]) => any;
13
15
  }, {}, {}>, {
14
16
  headerLogo?(_: {}): any;
15
17
  customContent?(_: {}): any;