trix-app 0.16.1
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/LICENSE +41 -0
- package/dist/assets/fonts/Phosphor.ttf +0 -0
- package/dist/assets/fonts/Poppins-Bold.ttf +0 -0
- package/dist/assets/fonts/Poppins-Light.ttf +0 -0
- package/dist/assets/fonts/Poppins-Medium.ttf +0 -0
- package/dist/assets/fonts/Poppins-Regular.ttf +0 -0
- package/dist/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/dist/assets/genial-logo.png +0 -0
- package/dist/assets/index.d.ts +10 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/assets/trix-logo-black.png +0 -0
- package/dist/components/charts/bar.d.ts +18 -0
- package/dist/components/charts/bar.d.ts.map +1 -0
- package/dist/components/charts/line.d.ts +20 -0
- package/dist/components/charts/line.d.ts.map +1 -0
- package/dist/components/charts/pie.d.ts +15 -0
- package/dist/components/charts/pie.d.ts.map +1 -0
- package/dist/components/charts/time-series.d.ts +22 -0
- package/dist/components/charts/time-series.d.ts.map +1 -0
- package/dist/components/page-count.d.ts +6 -0
- package/dist/components/page-count.d.ts.map +1 -0
- package/dist/components/primitives/divider.d.ts +4 -0
- package/dist/components/primitives/divider.d.ts.map +1 -0
- package/dist/components/primitives/icon.d.ts +9 -0
- package/dist/components/primitives/icon.d.ts.map +1 -0
- package/dist/components/primitives/image.d.ts +5 -0
- package/dist/components/primitives/image.d.ts.map +1 -0
- package/dist/components/primitives/index.d.ts +7 -0
- package/dist/components/primitives/index.d.ts.map +1 -0
- package/dist/components/primitives/link.d.ts +3 -0
- package/dist/components/primitives/link.d.ts.map +1 -0
- package/dist/components/primitives/page.d.ts +4 -0
- package/dist/components/primitives/page.d.ts.map +1 -0
- package/dist/components/primitives/svg.d.ts +11 -0
- package/dist/components/primitives/svg.d.ts.map +1 -0
- package/dist/components/primitives/text.d.ts +4 -0
- package/dist/components/primitives/text.d.ts.map +1 -0
- package/dist/components/primitives/view.d.ts +4 -0
- package/dist/components/primitives/view.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +12 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +11 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +6 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/item.d.ts +43 -0
- package/dist/components/ui/item.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +18 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/constants/phosphor-icons.d.ts +1533 -0
- package/dist/constants/phosphor-icons.d.ts.map +1 -0
- package/dist/index.cjs +285 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +285 -0
- package/dist/lib/generate-pdf.d.ts +21 -0
- package/dist/lib/generate-pdf.d.ts.map +1 -0
- package/dist/lib/insert-page.d.ts +9 -0
- package/dist/lib/insert-page.d.ts.map +1 -0
- package/dist/templates/income-statement/components/Footer.d.ts +3 -0
- package/dist/templates/income-statement/components/Footer.d.ts.map +1 -0
- package/dist/templates/income-statement/components/Home.d.ts +9 -0
- package/dist/templates/income-statement/components/Home.d.ts.map +1 -0
- package/dist/templates/income-statement/components/account-info.d.ts +14 -0
- package/dist/templates/income-statement/components/account-info.d.ts.map +1 -0
- package/dist/templates/income-statement/components/darf-table.d.ts +12 -0
- package/dist/templates/income-statement/components/darf-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/depent-transfers.d.ts +11 -0
- package/dist/templates/income-statement/components/depent-transfers.d.ts.map +1 -0
- package/dist/templates/income-statement/components/fiis-table.d.ts +28 -0
- package/dist/templates/income-statement/components/fiis-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/fiis-transactions-table.d.ts +18 -0
- package/dist/templates/income-statement/components/fiis-transactions-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/fixed-income-table.d.ts +14 -0
- package/dist/templates/income-statement/components/fixed-income-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/page-footer.d.ts +5 -0
- package/dist/templates/income-statement/components/page-footer.d.ts.map +1 -0
- package/dist/templates/income-statement/components/stock-dividend-table.d.ts +15 -0
- package/dist/templates/income-statement/components/stock-dividend-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/stock-jcp-table.d.ts +15 -0
- package/dist/templates/income-statement/components/stock-jcp-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/stock-position-table.d.ts +21 -0
- package/dist/templates/income-statement/components/stock-position-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/stock-transactions.d.ts +15 -0
- package/dist/templates/income-statement/components/stock-transactions.d.ts.map +1 -0
- package/dist/templates/income-statement/components/stocks-table.d.ts +22 -0
- package/dist/templates/income-statement/components/stocks-table.d.ts.map +1 -0
- package/dist/templates/income-statement/components/title.d.ts +7 -0
- package/dist/templates/income-statement/components/title.d.ts.map +1 -0
- package/dist/templates/income-statement/context.d.ts +255 -0
- package/dist/templates/income-statement/context.d.ts.map +1 -0
- package/dist/templates/income-statement/index.d.ts +6 -0
- package/dist/templates/income-statement/index.d.ts.map +1 -0
- package/dist/templates/income-statement/mappers.d.ts +122 -0
- package/dist/templates/income-statement/mappers.d.ts.map +1 -0
- package/dist/templates/income-statement/schema.d.ts +127 -0
- package/dist/templates/income-statement/schema.d.ts.map +1 -0
- package/dist/templates/income-statement/styles.d.ts +46 -0
- package/dist/templates/income-statement/styles.d.ts.map +1 -0
- package/dist/theme.d.ts +269 -0
- package/dist/theme.d.ts.map +1 -0
- package/dist/types/templates.d.ts +14 -0
- package/dist/types/templates.d.ts.map +1 -0
- package/dist/utils/fonts.d.ts +2 -0
- package/dist/utils/fonts.d.ts.map +1 -0
- package/dist/utils/format-currency.d.ts +2 -0
- package/dist/utils/format-currency.d.ts.map +1 -0
- package/dist/utils/index.d.ts +21 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/theme.d.ts +2 -0
- package/dist/utils/theme.d.ts.map +1 -0
- package/package.json +85 -0
- package/scripts/generate-icon-map.ts +83 -0
- package/scripts/patch-textkit.js +57 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Função principal da biblioteca para geração de PDFs (Trix)
|
|
3
|
+
*/
|
|
4
|
+
import type { Buffer } from "node:buffer";
|
|
5
|
+
import { PDFTemplate } from "@/types/templates";
|
|
6
|
+
export interface GeneratePDFOptions {
|
|
7
|
+
template: PDFTemplate;
|
|
8
|
+
data: unknown;
|
|
9
|
+
}
|
|
10
|
+
export interface GeneratePDFResult {
|
|
11
|
+
buffer: Buffer | Uint8Array;
|
|
12
|
+
success: boolean;
|
|
13
|
+
error?: string;
|
|
14
|
+
validationErrors?: string[];
|
|
15
|
+
errorContext?: {
|
|
16
|
+
template: string;
|
|
17
|
+
phase: string;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export declare function generatePDF(options: GeneratePDFOptions): Promise<GeneratePDFResult>;
|
|
21
|
+
//# sourceMappingURL=generate-pdf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-pdf.d.ts","sourceRoot":"","sources":["../../src/lib/generate-pdf.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAU1C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAOhD,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,WAAW,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;CACf;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CACpD;AA6ED,wBAAsB,WAAW,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CA+DzF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface InsertPageProps<T extends React.ComponentType<Record<string, unknown>>> {
|
|
3
|
+
file: Buffer;
|
|
4
|
+
component: T;
|
|
5
|
+
props?: React.ComponentProps<T>;
|
|
6
|
+
}
|
|
7
|
+
export declare function insertPage<T extends React.ComponentType<Record<string, unknown>>>({ file, component: Component, props, }: InsertPageProps<T>): Promise<Uint8Array>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=insert-page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-page.d.ts","sourceRoot":"","sources":["../../src/lib/insert-page.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC;CACjC;AAED,wBAAsB,UAAU,CAAC,CAAC,SAAS,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,EACvF,IAAI,EACJ,SAAS,EAAE,SAAS,EACpB,KAAK,GACN,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,CAwB1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/Footer.tsx"],"names":[],"mappings":"AAEA,yDAAyD;AACzD,wBAAgB,MAAM,4CAQrB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
year: string;
|
|
3
|
+
name: string;
|
|
4
|
+
document: string;
|
|
5
|
+
}
|
|
6
|
+
/** Proporções do Lui.pdf - densidade baixa, espaçamento generoso */
|
|
7
|
+
export declare function Home({ year, name, document }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=Home.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/Home.tsx"],"names":[],"mappings":"AAGA,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,oEAAoE;AACpE,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAoCnD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
title: string;
|
|
3
|
+
bankCode: string;
|
|
4
|
+
bankAgency: string;
|
|
5
|
+
bankAccount: string;
|
|
6
|
+
pastLastYearBankDate: string;
|
|
7
|
+
pastLastYearBankBalance: string;
|
|
8
|
+
lastYearBankDate: string;
|
|
9
|
+
lastYearBankBalance: string;
|
|
10
|
+
}
|
|
11
|
+
/** Proporções do Lui.pdf */
|
|
12
|
+
export declare function AccountInfo(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=account-info.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-info.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/account-info.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;IAChC,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,4BAA4B;AAC5B,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,2CAoCvC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface DarfProps {
|
|
2
|
+
month: string;
|
|
3
|
+
darfGenerated: string;
|
|
4
|
+
darfPaid: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface Props {
|
|
7
|
+
year: string;
|
|
8
|
+
data: DarfProps[];
|
|
9
|
+
}
|
|
10
|
+
export declare function DarfTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=darf-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"darf-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/darf-table.tsx"],"names":[],"mappings":"AAoBA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,EAAE,CAAC;CACnB;AAMD,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,2CAsCrC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
interface TransferItem {
|
|
2
|
+
document: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
title: string;
|
|
7
|
+
data: TransferItem[];
|
|
8
|
+
}
|
|
9
|
+
export declare function DepentTransfers({ title, data }: Props): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=depent-transfers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"depent-transfers.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/depent-transfers.tsx"],"names":[],"mappings":"AAEA,UAAU,YAAY;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,YAAY,EAAE,CAAC;CACtB;AAMD,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,IAAS,EAAE,EAAE,KAAK,2CAmC1D"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
interface PositionProps {
|
|
2
|
+
date: string;
|
|
3
|
+
balance: string;
|
|
4
|
+
}
|
|
5
|
+
interface AssetProps {
|
|
6
|
+
code: string;
|
|
7
|
+
taxIdentifier: string;
|
|
8
|
+
quantity: string;
|
|
9
|
+
incomeReceived: string;
|
|
10
|
+
balanceLastYear: string;
|
|
11
|
+
balanceYearBeforeLast: string;
|
|
12
|
+
}
|
|
13
|
+
interface DataProps {
|
|
14
|
+
taxIdentifier: string;
|
|
15
|
+
payerName: string;
|
|
16
|
+
lastYearDate: string;
|
|
17
|
+
yearBeforeLastDate: string;
|
|
18
|
+
assets: AssetProps[];
|
|
19
|
+
positions: PositionProps[];
|
|
20
|
+
totalIncome: string;
|
|
21
|
+
}
|
|
22
|
+
interface Props {
|
|
23
|
+
title: string;
|
|
24
|
+
data: DataProps[];
|
|
25
|
+
}
|
|
26
|
+
export declare function FiisTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=fiis-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fiis-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/fiis-table.tsx"],"names":[],"mappings":"AAQA,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,UAAU,SAAS;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,EAAE,CAAC;CACnB;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,2CA2FrC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
month: string;
|
|
3
|
+
previousBalance: string;
|
|
4
|
+
profit: string;
|
|
5
|
+
loss: string;
|
|
6
|
+
profitLossResult: string;
|
|
7
|
+
monthResult: string;
|
|
8
|
+
}
|
|
9
|
+
interface Props {
|
|
10
|
+
lastYearDate: string;
|
|
11
|
+
lastYearBalance: string;
|
|
12
|
+
yearBeforeLastDate: string;
|
|
13
|
+
yearBeforeLastBalance: string;
|
|
14
|
+
data: DataProps[];
|
|
15
|
+
}
|
|
16
|
+
export declare function FiisTransactionTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=fiis-transactions-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fiis-transactions-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/fiis-transactions-table.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,KAAK;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,IAAI,EAAE,SAAS,EAAE,CAAC;CACnB;AAMD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK,2CAkDhD"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
productType: string;
|
|
3
|
+
cnpj: string;
|
|
4
|
+
incomeReceived: string;
|
|
5
|
+
}
|
|
6
|
+
interface Props {
|
|
7
|
+
title: string;
|
|
8
|
+
lastYearDate: string;
|
|
9
|
+
data: DataProps[];
|
|
10
|
+
totalIncome: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function FixedIncome(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=fixed-income-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fixed-income-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/fixed-income-table.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAOD,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,2CAiDvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-footer.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/page-footer.tsx"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAgB,UAAU,4CAmBzB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
code: string;
|
|
3
|
+
cnpj: string;
|
|
4
|
+
quantity: string;
|
|
5
|
+
incomeReceived: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
title: string;
|
|
9
|
+
lastYearDate: string;
|
|
10
|
+
data: DataProps[];
|
|
11
|
+
totalIncome: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function StockDividendTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=stock-dividend-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stock-dividend-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/stock-dividend-table.tsx"],"names":[],"mappings":"AAQA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,2CAkD9C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
code: string;
|
|
3
|
+
cnpj: string;
|
|
4
|
+
quantity: string;
|
|
5
|
+
incomeReceived: string;
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
title: string;
|
|
9
|
+
lastYearDate: string;
|
|
10
|
+
data: DataProps[];
|
|
11
|
+
totalIncome: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function StockJcpTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=stock-jcp-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stock-jcp-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/stock-jcp-table.tsx"],"names":[],"mappings":"AAQA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,2CAmDzC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
code: string;
|
|
3
|
+
cnpj: string;
|
|
4
|
+
quantity: string;
|
|
5
|
+
balanceYearBeforeLast: string;
|
|
6
|
+
balanceLastYear: string;
|
|
7
|
+
}
|
|
8
|
+
interface PositionProps {
|
|
9
|
+
date: string;
|
|
10
|
+
balance: string;
|
|
11
|
+
}
|
|
12
|
+
interface Props {
|
|
13
|
+
title: string;
|
|
14
|
+
lastYearDate: string;
|
|
15
|
+
yearBeforeLastDate: string;
|
|
16
|
+
data: DataProps[];
|
|
17
|
+
positions: PositionProps[];
|
|
18
|
+
}
|
|
19
|
+
export declare function StockPositionTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=stock-position-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stock-position-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/stock-position-table.tsx"],"names":[],"mappings":"AAQA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,2CAwD9C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
month: string;
|
|
3
|
+
sellVolume: string;
|
|
4
|
+
profit: string;
|
|
5
|
+
loss: string;
|
|
6
|
+
profitLossResult: string;
|
|
7
|
+
}
|
|
8
|
+
interface Props {
|
|
9
|
+
title: string;
|
|
10
|
+
year: string;
|
|
11
|
+
data: DataProps[];
|
|
12
|
+
}
|
|
13
|
+
export declare function StockTransactions(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=stock-transactions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stock-transactions.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/stock-transactions.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,SAAS,EAAE,CAAC;CACnB;AAMD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,2CAqC7C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
interface DataProps {
|
|
2
|
+
code: string;
|
|
3
|
+
cnpj: string;
|
|
4
|
+
quantity: string;
|
|
5
|
+
balanceYearBeforeLast: string;
|
|
6
|
+
balanceLastYear: string;
|
|
7
|
+
incomeReceived: string;
|
|
8
|
+
}
|
|
9
|
+
interface PositionProps {
|
|
10
|
+
date: string;
|
|
11
|
+
balance: string;
|
|
12
|
+
}
|
|
13
|
+
interface Props {
|
|
14
|
+
title: string;
|
|
15
|
+
lastYearDate: string;
|
|
16
|
+
yearBeforeLastDate: string;
|
|
17
|
+
data: DataProps[];
|
|
18
|
+
positions: PositionProps[];
|
|
19
|
+
}
|
|
20
|
+
export declare function StocksTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=stocks-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stocks-table.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/stocks-table.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,2CAyEvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title.d.ts","sourceRoot":"","sources":["../../../../src/templates/income-statement/components/title.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,KAAK;IACb,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAOxC"}
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
import type { IncomeStatementTemplateSchema } from "./schema";
|
|
3
|
+
export declare const DataContext: import("react").Context<{
|
|
4
|
+
trixLogoImg: string;
|
|
5
|
+
genialLogoImg: string;
|
|
6
|
+
year: string;
|
|
7
|
+
accountHolder: string;
|
|
8
|
+
bankAccountBranch: string;
|
|
9
|
+
bankAccountNumber: string;
|
|
10
|
+
document: string;
|
|
11
|
+
lastYearBankDate: string;
|
|
12
|
+
lastYearBankBalance: string;
|
|
13
|
+
pastLastYearBankDate: string;
|
|
14
|
+
pastLastYearBankBalance: string;
|
|
15
|
+
investFixedTableHtml: {
|
|
16
|
+
positionFixedAssetInvestTableRows: {
|
|
17
|
+
assetName: string;
|
|
18
|
+
assetTaxIdentifier: string;
|
|
19
|
+
currentIncome: string;
|
|
20
|
+
}[];
|
|
21
|
+
lastYearBankDate: string;
|
|
22
|
+
totalCurrentFixedAssetIncomes: number;
|
|
23
|
+
};
|
|
24
|
+
investFundTableHtml: {
|
|
25
|
+
adminName: string;
|
|
26
|
+
adminTaxIdentifier: string;
|
|
27
|
+
pastLastYearBankDate: string;
|
|
28
|
+
lastYearBankDate: string;
|
|
29
|
+
positionInvestTableRows: {
|
|
30
|
+
incomeCode: string;
|
|
31
|
+
incomeTaxIdentifier: string;
|
|
32
|
+
incomeQuantity: number;
|
|
33
|
+
pastIncomeAmount: number;
|
|
34
|
+
incomeAmount: number;
|
|
35
|
+
incomeIncomeReceived: number;
|
|
36
|
+
}[];
|
|
37
|
+
totalPastPosition: number;
|
|
38
|
+
totalCurrentPosition: number;
|
|
39
|
+
totalCurrentIncomes: number;
|
|
40
|
+
}[];
|
|
41
|
+
fundProfitLossHtml: {
|
|
42
|
+
pastLastYear: string;
|
|
43
|
+
pastlastYearAmount: string;
|
|
44
|
+
profitLossFundTableRows: {
|
|
45
|
+
monthName: string;
|
|
46
|
+
previousBalance: string;
|
|
47
|
+
profitAmount: string;
|
|
48
|
+
lossAmount: string;
|
|
49
|
+
profitLossResult: string;
|
|
50
|
+
monthResult: string;
|
|
51
|
+
}[];
|
|
52
|
+
year: string;
|
|
53
|
+
lastYearAmount: string;
|
|
54
|
+
};
|
|
55
|
+
fundDarfHtml: {
|
|
56
|
+
year: string;
|
|
57
|
+
darfFundTableRows: {
|
|
58
|
+
monthName: string;
|
|
59
|
+
amount: string;
|
|
60
|
+
status: number;
|
|
61
|
+
}[];
|
|
62
|
+
};
|
|
63
|
+
investStockPositionTableHtml: {
|
|
64
|
+
pastLastYearBankDate: string;
|
|
65
|
+
lastYearBankDate: string;
|
|
66
|
+
positionStockInvestTableRows: {
|
|
67
|
+
code: string;
|
|
68
|
+
stockTaxIdentifier: string;
|
|
69
|
+
quantity: number;
|
|
70
|
+
pastStockIncomeBalance: string;
|
|
71
|
+
currentStockIncomeBalance: string;
|
|
72
|
+
}[];
|
|
73
|
+
totalPastStockPosition: number;
|
|
74
|
+
totalCurrentStockPosition: number;
|
|
75
|
+
};
|
|
76
|
+
investStockDividendTableHtml: {
|
|
77
|
+
lastYearBankDate: string;
|
|
78
|
+
positionStockDividendInvestTableRows: {
|
|
79
|
+
code: string;
|
|
80
|
+
stockTaxIdentifier: string;
|
|
81
|
+
quantity: number;
|
|
82
|
+
incomeReceived: string;
|
|
83
|
+
}[];
|
|
84
|
+
totalCurrentDividendStockIncomes: string;
|
|
85
|
+
};
|
|
86
|
+
investStockJcpTableHtml: {
|
|
87
|
+
lastYearBankDate: string;
|
|
88
|
+
positionStockJcpInvestTableRows: {
|
|
89
|
+
code: string;
|
|
90
|
+
stockTaxIdentifier: string;
|
|
91
|
+
quantity: number;
|
|
92
|
+
incomeReceived: string;
|
|
93
|
+
}[];
|
|
94
|
+
totalCurrentJcpStockIncomes: string;
|
|
95
|
+
};
|
|
96
|
+
stockProfitLossHtml: {
|
|
97
|
+
year: string;
|
|
98
|
+
profitLossStockTableRows: {
|
|
99
|
+
monthName: string;
|
|
100
|
+
sellAmount: string;
|
|
101
|
+
profitAmount: string;
|
|
102
|
+
lossAmount: string;
|
|
103
|
+
profitLossResult: string;
|
|
104
|
+
}[];
|
|
105
|
+
};
|
|
106
|
+
stockDarfHtml: {
|
|
107
|
+
year: string;
|
|
108
|
+
darfStockTableRows: {
|
|
109
|
+
monthName: string;
|
|
110
|
+
amount: string;
|
|
111
|
+
status: number;
|
|
112
|
+
}[];
|
|
113
|
+
};
|
|
114
|
+
transactionHtml: {
|
|
115
|
+
year: string;
|
|
116
|
+
dependentsHtml: {
|
|
117
|
+
dependentName: string;
|
|
118
|
+
dependentTaxIdentifier: string;
|
|
119
|
+
transactionTableRows: {
|
|
120
|
+
payerTaxIdentifier: string;
|
|
121
|
+
amount: string;
|
|
122
|
+
}[];
|
|
123
|
+
}[];
|
|
124
|
+
};
|
|
125
|
+
bankCode?: string | undefined;
|
|
126
|
+
} | null>;
|
|
127
|
+
export declare function DataProvider({ children, initial, }: {
|
|
128
|
+
children: ReactNode;
|
|
129
|
+
initial: IncomeStatementTemplateSchema;
|
|
130
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
131
|
+
export declare function useData(): {
|
|
132
|
+
trixLogoImg: string;
|
|
133
|
+
genialLogoImg: string;
|
|
134
|
+
year: string;
|
|
135
|
+
accountHolder: string;
|
|
136
|
+
bankAccountBranch: string;
|
|
137
|
+
bankAccountNumber: string;
|
|
138
|
+
document: string;
|
|
139
|
+
lastYearBankDate: string;
|
|
140
|
+
lastYearBankBalance: string;
|
|
141
|
+
pastLastYearBankDate: string;
|
|
142
|
+
pastLastYearBankBalance: string;
|
|
143
|
+
investFixedTableHtml: {
|
|
144
|
+
positionFixedAssetInvestTableRows: {
|
|
145
|
+
assetName: string;
|
|
146
|
+
assetTaxIdentifier: string;
|
|
147
|
+
currentIncome: string;
|
|
148
|
+
}[];
|
|
149
|
+
lastYearBankDate: string;
|
|
150
|
+
totalCurrentFixedAssetIncomes: number;
|
|
151
|
+
};
|
|
152
|
+
investFundTableHtml: {
|
|
153
|
+
adminName: string;
|
|
154
|
+
adminTaxIdentifier: string;
|
|
155
|
+
pastLastYearBankDate: string;
|
|
156
|
+
lastYearBankDate: string;
|
|
157
|
+
positionInvestTableRows: {
|
|
158
|
+
incomeCode: string;
|
|
159
|
+
incomeTaxIdentifier: string;
|
|
160
|
+
incomeQuantity: number;
|
|
161
|
+
pastIncomeAmount: number;
|
|
162
|
+
incomeAmount: number;
|
|
163
|
+
incomeIncomeReceived: number;
|
|
164
|
+
}[];
|
|
165
|
+
totalPastPosition: number;
|
|
166
|
+
totalCurrentPosition: number;
|
|
167
|
+
totalCurrentIncomes: number;
|
|
168
|
+
}[];
|
|
169
|
+
fundProfitLossHtml: {
|
|
170
|
+
pastLastYear: string;
|
|
171
|
+
pastlastYearAmount: string;
|
|
172
|
+
profitLossFundTableRows: {
|
|
173
|
+
monthName: string;
|
|
174
|
+
previousBalance: string;
|
|
175
|
+
profitAmount: string;
|
|
176
|
+
lossAmount: string;
|
|
177
|
+
profitLossResult: string;
|
|
178
|
+
monthResult: string;
|
|
179
|
+
}[];
|
|
180
|
+
year: string;
|
|
181
|
+
lastYearAmount: string;
|
|
182
|
+
};
|
|
183
|
+
fundDarfHtml: {
|
|
184
|
+
year: string;
|
|
185
|
+
darfFundTableRows: {
|
|
186
|
+
monthName: string;
|
|
187
|
+
amount: string;
|
|
188
|
+
status: number;
|
|
189
|
+
}[];
|
|
190
|
+
};
|
|
191
|
+
investStockPositionTableHtml: {
|
|
192
|
+
pastLastYearBankDate: string;
|
|
193
|
+
lastYearBankDate: string;
|
|
194
|
+
positionStockInvestTableRows: {
|
|
195
|
+
code: string;
|
|
196
|
+
stockTaxIdentifier: string;
|
|
197
|
+
quantity: number;
|
|
198
|
+
pastStockIncomeBalance: string;
|
|
199
|
+
currentStockIncomeBalance: string;
|
|
200
|
+
}[];
|
|
201
|
+
totalPastStockPosition: number;
|
|
202
|
+
totalCurrentStockPosition: number;
|
|
203
|
+
};
|
|
204
|
+
investStockDividendTableHtml: {
|
|
205
|
+
lastYearBankDate: string;
|
|
206
|
+
positionStockDividendInvestTableRows: {
|
|
207
|
+
code: string;
|
|
208
|
+
stockTaxIdentifier: string;
|
|
209
|
+
quantity: number;
|
|
210
|
+
incomeReceived: string;
|
|
211
|
+
}[];
|
|
212
|
+
totalCurrentDividendStockIncomes: string;
|
|
213
|
+
};
|
|
214
|
+
investStockJcpTableHtml: {
|
|
215
|
+
lastYearBankDate: string;
|
|
216
|
+
positionStockJcpInvestTableRows: {
|
|
217
|
+
code: string;
|
|
218
|
+
stockTaxIdentifier: string;
|
|
219
|
+
quantity: number;
|
|
220
|
+
incomeReceived: string;
|
|
221
|
+
}[];
|
|
222
|
+
totalCurrentJcpStockIncomes: string;
|
|
223
|
+
};
|
|
224
|
+
stockProfitLossHtml: {
|
|
225
|
+
year: string;
|
|
226
|
+
profitLossStockTableRows: {
|
|
227
|
+
monthName: string;
|
|
228
|
+
sellAmount: string;
|
|
229
|
+
profitAmount: string;
|
|
230
|
+
lossAmount: string;
|
|
231
|
+
profitLossResult: string;
|
|
232
|
+
}[];
|
|
233
|
+
};
|
|
234
|
+
stockDarfHtml: {
|
|
235
|
+
year: string;
|
|
236
|
+
darfStockTableRows: {
|
|
237
|
+
monthName: string;
|
|
238
|
+
amount: string;
|
|
239
|
+
status: number;
|
|
240
|
+
}[];
|
|
241
|
+
};
|
|
242
|
+
transactionHtml: {
|
|
243
|
+
year: string;
|
|
244
|
+
dependentsHtml: {
|
|
245
|
+
dependentName: string;
|
|
246
|
+
dependentTaxIdentifier: string;
|
|
247
|
+
transactionTableRows: {
|
|
248
|
+
payerTaxIdentifier: string;
|
|
249
|
+
amount: string;
|
|
250
|
+
}[];
|
|
251
|
+
}[];
|
|
252
|
+
};
|
|
253
|
+
bankCode?: string | undefined;
|
|
254
|
+
};
|
|
255
|
+
//# sourceMappingURL=context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/templates/income-statement/context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,SAAS,EAAc,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAE9D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAA4D,CAAC;AAErF,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,OAAO,GACR,EAAE;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,6BAA6B,CAAC;CACxC,2CAEA;AAED,wBAAgB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMtB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import "../../utils/fonts";
|
|
2
|
+
import type { IncomeStatementTemplateSchema } from "./schema";
|
|
3
|
+
export declare function IncomeStatement({ data }: {
|
|
4
|
+
data: IncomeStatementTemplateSchema;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/templates/income-statement/index.tsx"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AA0B3B,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AAO9D,wBAAgB,eAAe,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,6BAA6B,CAAA;CAAE,2CAyFhF"}
|