@factoringplus/pl-components-pack-v3 1.2.12-pre-11 → 1.2.12-pre-13

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,4 +1,11 @@
1
1
  import type { PartyElement } from './types';
2
- export declare const recipientBottomText: (response: PartyElement[], getBottomText: (e: PartyElement) => string) => PartyElement[];
3
- export declare const innKppBottomText: (e: PartyElement) => string;
4
- export declare const innAddressBottomText: (e: PartyElement) => string;
2
+ declare function recipientBottomTextFunc(response: any[], getBottomText: any): any[];
3
+ declare function innKppBottomTextFunc(e: PartyElement): string;
4
+ declare function innAddressBottomTextFunc(e: PartyElement): string;
5
+ declare const dadataParser: {
6
+ recipientBottomText: import('../install-function').SFCInstallWithContext<typeof recipientBottomTextFunc>;
7
+ innKppBottomText: import('../install-function').SFCInstallWithContext<typeof innKppBottomTextFunc>;
8
+ innAddressBottomText: import('../install-function').SFCInstallWithContext<typeof innAddressBottomTextFunc>;
9
+ };
10
+ export default dadataParser;
11
+ export type { PartyElement };
@@ -0,0 +1,5 @@
1
+ declare function deepSetFunc(): {
2
+ add: (o: any) => void;
3
+ };
4
+ export declare const deepSet: import('../install-function').SFCInstallWithContext<typeof deepSetFunc>;
5
+ export default deepSet;
@@ -0,0 +1,2 @@
1
+ declare const _default: (account: any) => string;
2
+ export default _default;
@@ -1,3 +1,3 @@
1
- declare function formatDateFunc(date: string | null): string;
1
+ declare function formatDateFunc(date: string | null, format: string): string;
2
2
  export declare const formatDate: import('../install-function').SFCInstallWithContext<typeof formatDateFunc>;
3
3
  export default formatDate;
@@ -0,0 +1,2 @@
1
+ declare const _default: (temp: any) => string;
2
+ export default _default;
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.2.12-pre-11",
17
+ "version": "1.2.12-pre-13",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",