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
package/LICENSE
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Proprietary Software License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Trix Investimentos
|
|
4
|
+
|
|
5
|
+
All rights reserved.
|
|
6
|
+
|
|
7
|
+
This software and associated documentation files (the "Software") are the
|
|
8
|
+
proprietary and confidential property of Trix Investimentos ("Company").
|
|
9
|
+
|
|
10
|
+
RESTRICTIONS:
|
|
11
|
+
|
|
12
|
+
1. The Software is licensed, not sold, to you for use only under the terms
|
|
13
|
+
of this license.
|
|
14
|
+
|
|
15
|
+
2. You may not copy, modify, distribute, sell, or lease any part of the
|
|
16
|
+
Software, nor may you reverse engineer or attempt to extract the source
|
|
17
|
+
code of the Software.
|
|
18
|
+
|
|
19
|
+
3. The Software may only be used by authorized employees and contractors
|
|
20
|
+
of Trix Investimentos for internal business purposes.
|
|
21
|
+
|
|
22
|
+
4. You may not remove or alter any proprietary notices or labels on the
|
|
23
|
+
Software.
|
|
24
|
+
|
|
25
|
+
5. This license is effective until terminated. Your rights under this
|
|
26
|
+
license will terminate automatically without notice if you fail to
|
|
27
|
+
comply with any term(s) of this license.
|
|
28
|
+
|
|
29
|
+
DISCLAIMER:
|
|
30
|
+
|
|
31
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
32
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
33
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
34
|
+
THE COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
35
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
36
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
37
|
+
|
|
38
|
+
For questions regarding this license, contact: legal@trix.com.br
|
|
39
|
+
|
|
40
|
+
Trix Investimentos
|
|
41
|
+
São Paulo, Brasil
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** Logo Trix (preto) */
|
|
2
|
+
export declare const logoTrx: string;
|
|
3
|
+
export declare const genialLogo: string;
|
|
4
|
+
export declare const phosphor: string;
|
|
5
|
+
export declare const poppinsLight: string;
|
|
6
|
+
export declare const poppinsRegular: string;
|
|
7
|
+
export declare const poppinsMedium: string;
|
|
8
|
+
export declare const poppinsSemiBold: string;
|
|
9
|
+
export declare const poppinsBold: string;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/assets/index.ts"],"names":[],"mappings":"AA+BA,wBAAwB;AACxB,eAAO,MAAM,OAAO,QAAyC,CAAC;AAC9D,eAAO,MAAM,UAAU,QAAqC,CAAC;AAE7D,eAAO,MAAM,QAAQ,QAA2C,CAAC;AAGjE,eAAO,MAAM,YAAY,QAAgD,CAAC;AAC1E,eAAO,MAAM,cAAc,QAAkD,CAAC;AAC9E,eAAO,MAAM,aAAa,QAAiD,CAAC;AAC5E,eAAO,MAAM,eAAe,QAAmD,CAAC;AAChF,eAAO,MAAM,WAAW,QAA+C,CAAC"}
|
|
Binary file
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface BarChartData {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
highlighted?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface BarChartProps {
|
|
7
|
+
data: BarChartData[];
|
|
8
|
+
width?: number;
|
|
9
|
+
height?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
barColor?: string;
|
|
12
|
+
showLabels?: boolean;
|
|
13
|
+
showValues?: boolean;
|
|
14
|
+
maxValue?: number;
|
|
15
|
+
borderRadius?: number;
|
|
16
|
+
}
|
|
17
|
+
export declare function BarChart({ data, height, showLabels, showValues, maxValue }: BarChartProps): import("react/jsx-runtime").JSX.Element | null;
|
|
18
|
+
//# sourceMappingURL=bar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bar.d.ts","sourceRoot":"","sources":["../../../src/components/charts/bar.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAY,EAAE,UAAiB,EAAE,UAAiB,EAAE,QAAQ,EAAE,EAAE,aAAa,kDAiE7G"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface LineChartData {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
series?: string;
|
|
5
|
+
color?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface LineChartProps {
|
|
8
|
+
data: LineChartData[];
|
|
9
|
+
height?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
showValues?: boolean;
|
|
12
|
+
showPoints?: boolean;
|
|
13
|
+
showGrid?: boolean;
|
|
14
|
+
showYAxis?: boolean;
|
|
15
|
+
showXAxis?: boolean;
|
|
16
|
+
width?: number;
|
|
17
|
+
valueFormatter?: (value: number) => string;
|
|
18
|
+
}
|
|
19
|
+
export declare function LineChart({ data, height, className, showValues, showPoints, showGrid, showYAxis, showXAxis, width, valueFormatter, }: LineChartProps): import("react/jsx-runtime").JSX.Element | null;
|
|
20
|
+
//# sourceMappingURL=line.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line.d.ts","sourceRoot":"","sources":["../../../src/components/charts/line.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,aAAa,EAAE,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5C;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,MAAY,EACZ,SAAS,EACT,UAAiB,EACjB,UAAiB,EACjB,QAAe,EACf,SAAgB,EAChB,SAAgB,EAChB,KAAW,EACX,cAAoD,GACrD,EAAE,cAAc,kDAgNhB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface PieChartData {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface PieChartProps {
|
|
7
|
+
data: PieChartData[];
|
|
8
|
+
size?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
centerRadius?: number;
|
|
11
|
+
showValues?: boolean;
|
|
12
|
+
formatValue?: (value: number) => string;
|
|
13
|
+
}
|
|
14
|
+
export declare function PieChart({ data, size, className, centerRadius, showValues, formatValue, }: PieChartProps): import("react/jsx-runtime").JSX.Element | null;
|
|
15
|
+
//# sourceMappingURL=pie.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pie.d.ts","sourceRoot":"","sources":["../../../src/components/charts/pie.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACzC;AAED,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,IAAU,EACV,SAAS,EACT,YAAgB,EAChB,UAAkB,EAClB,WAAW,GACZ,EAAE,aAAa,kDA+Ff"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export interface TimeSeriesData {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
date?: string | Date;
|
|
5
|
+
series?: string;
|
|
6
|
+
color?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface TimeSeriesProps {
|
|
9
|
+
data: TimeSeriesData[];
|
|
10
|
+
height?: number;
|
|
11
|
+
className?: string;
|
|
12
|
+
showLabels?: boolean;
|
|
13
|
+
showValues?: boolean;
|
|
14
|
+
showPoints?: boolean;
|
|
15
|
+
showGrid?: boolean;
|
|
16
|
+
showArea?: boolean;
|
|
17
|
+
width?: number;
|
|
18
|
+
svgHeight?: number;
|
|
19
|
+
dateFormat?: "short" | "medium" | "long";
|
|
20
|
+
}
|
|
21
|
+
export declare function TimeSeries({ data, height, className, showLabels, showValues, showPoints, showGrid, showArea, width, svgHeight, dateFormat, }: TimeSeriesProps): import("react/jsx-runtime").JSX.Element | null;
|
|
22
|
+
//# sourceMappingURL=time-series.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-series.d.ts","sourceRoot":"","sources":["../../../src/components/charts/time-series.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,cAAc,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC1C;AAED,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,MAAY,EACZ,SAAS,EACT,UAAiB,EACjB,UAAkB,EAClB,UAAiB,EACjB,QAAe,EACf,QAAgB,EAChB,KAAW,EACX,SAAe,EACf,UAAoB,GACrB,EAAE,eAAe,kDAqQjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-count.d.ts","sourceRoot":"","sources":["../../src/components/page-count.tsx"],"names":[],"mappings":"AAGA,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,KAAK,2CAO7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAOhC,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAQ5C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TextProps } from "@react-pdf/renderer";
|
|
2
|
+
import { type PhosphorIconName } from "@/constants/phosphor-icons";
|
|
3
|
+
export type IconProps = BaseProps<TextProps> & {
|
|
4
|
+
name: PhosphorIconName;
|
|
5
|
+
size?: number;
|
|
6
|
+
fallbackIconName?: PhosphorIconName;
|
|
7
|
+
};
|
|
8
|
+
export declare function Icon({ name, size, className, fallbackIconName, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAIhF,MAAM,MAAM,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC,GAAG;IAC7C,IAAI,EAAE,gBAAgB,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC,CAAC;AAEF,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,SAAS,EAAE,gBAA6B,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAgBtG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type ImageProps } from "@react-pdf/renderer";
|
|
2
|
+
/** Verifica se a fonte pode ser usada sem quebrar o renderizador (arquivo existe ou é URL/data). */
|
|
3
|
+
export declare function isImageSourceSafe(value: unknown): boolean;
|
|
4
|
+
export declare function Image({ className, style, ...props }: BaseProps<ImageProps>): import("react/jsx-runtime").JSX.Element | null;
|
|
5
|
+
//# sourceMappingURL=image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/image.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,UAAU,EAAuC,MAAM,qBAAqB,CAAC;AAG3F,oGAAoG;AACpG,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAqBzD;AAED,wBAAgB,KAAK,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,kDAgJ1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/link.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAqC,MAAM,qBAAqB,CAAC;AAGxF,wBAAgB,IAAI,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAExE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAqC,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAKzC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type CircleProps, type GProps, type PathProps, type RectProps, type SVGProps, type SVGTextProps } from "@react-pdf/renderer";
|
|
2
|
+
import type { FC } from "react";
|
|
3
|
+
export declare const Svg: FC<BaseProps<SVGProps>>;
|
|
4
|
+
export declare const Path: FC<BaseProps<PathProps>>;
|
|
5
|
+
export declare const G: FC<BaseProps<GProps>>;
|
|
6
|
+
export declare const Circle: FC<BaseProps<CircleProps>>;
|
|
7
|
+
export declare const Rect: FC<BaseProps<RectProps>>;
|
|
8
|
+
export declare const TextSvg: FC<BaseProps<SVGTextProps & {
|
|
9
|
+
className?: string;
|
|
10
|
+
}>>;
|
|
11
|
+
//# sourceMappingURL=svg.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"svg.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/svg.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,MAAM,EACX,KAAK,SAAS,EAOd,KAAK,SAAS,EAEd,KAAK,QAAQ,EACb,KAAK,YAAY,EAClB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,SAAS,CAAC,QAAQ,CAAC,CAEvC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAEzC,CAAC;AAEF,eAAO,MAAM,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,CAEnC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,SAAS,CAAC,WAAW,CAAC,CAE7C,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAEzC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,SAAS,CAAC,YAAY,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAWxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqC,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAOzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../src/components/primitives/view.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqC,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAGzC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ViewProps } from "@react-pdf/renderer";
|
|
2
|
+
import { type VariantProps } from "class-variance-authority";
|
|
3
|
+
declare const badgeViewVariants: (props?: ({
|
|
4
|
+
variant?: "secondary" | "destructive" | "default" | "outline" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
|
+
declare const badgeTextVariants: (props?: ({
|
|
7
|
+
variant?: "secondary" | "destructive" | "default" | "outline" | null | undefined;
|
|
8
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
|
+
export type BadgeProps = BaseProps<ViewProps> & VariantProps<typeof badgeViewVariants>;
|
|
10
|
+
declare function Badge({ className, variant, children, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { Badge, badgeViewVariants, badgeTextVariants };
|
|
12
|
+
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,iBAAiB;;8EAYrB,CAAC;AAEH,QAAA,MAAM,iBAAiB;;8EAYrB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,SAAS,CAAC,SAAS,CAAC,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEvF,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAMpE;AAED,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TextProps, ViewProps } from "@react-pdf/renderer";
|
|
2
|
+
export declare function Card({ ...props }: BaseProps<ViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare function CardHeader({ ...props }: BaseProps<ViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function CardTitle({ ...props }: BaseProps<TextProps>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function CardDescription({ ...props }: BaseProps<TextProps>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare function CardContent({ ...props }: BaseProps<ViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function CardFooter({ ...props }: BaseProps<ViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function CardItem({ ...props }: BaseProps<ViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare function CardLabel({ ...props }: BaseProps<TextProps>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare function CardValue({ ...props }: BaseProps<TextProps>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAIhE,wBAAgB,IAAI,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAItD;AAED,wBAAgB,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE5D;AAED,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAO3D;AAED,wBAAgB,eAAe,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAOjE;AAED,wBAAgB,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE7D;AAED,wBAAgB,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE5D;AAED,wBAAgB,QAAQ,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE1D;AAED,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE3D;AAED,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,CAAC,SAAS,CAAC,2CAE3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { TextProps, ViewProps } from "@react-pdf/renderer";
|
|
2
|
+
import { type VariantProps } from "class-variance-authority";
|
|
3
|
+
import { type IconProps } from "../primitives/icon";
|
|
4
|
+
declare const itemVariants: (props?: ({
|
|
5
|
+
variant?: "muted" | "default" | "outline" | null | undefined;
|
|
6
|
+
size?: "default" | "sm" | null | undefined;
|
|
7
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
|
+
declare const itemTitleVariants: (props?: ({
|
|
9
|
+
size?: "default" | "sm" | null | undefined;
|
|
10
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
11
|
+
declare const itemDescriptionVariants: (props?: ({
|
|
12
|
+
size?: "default" | "sm" | null | undefined;
|
|
13
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
14
|
+
declare const itemMediaVariants: (props?: ({
|
|
15
|
+
variant?: "default" | "image" | "icon" | null | undefined;
|
|
16
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
17
|
+
export type ItemProps = BaseProps<ViewProps> & VariantProps<typeof itemVariants>;
|
|
18
|
+
export declare function Item({ className, variant, size, ...props }: ItemProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export type ItemGroupProps = BaseProps<ViewProps>;
|
|
20
|
+
export declare function ItemGroup({ className, ...props }: ItemGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export type ItemSeparatorProps = BaseProps<ViewProps>;
|
|
22
|
+
export declare function ItemSeparator({ className, ...props }: ItemSeparatorProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export type ItemMediaProps = BaseProps<ViewProps> & VariantProps<typeof itemMediaVariants>;
|
|
24
|
+
export declare function ItemMedia({ className, variant, ...props }: ItemMediaProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export type ItemContentProps = BaseProps<ViewProps>;
|
|
26
|
+
export declare function ItemContent({ className, ...props }: ItemContentProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export type ItemTitleProps = BaseProps<TextProps> & VariantProps<typeof itemTitleVariants>;
|
|
28
|
+
export declare function ItemTitle({ className, size, ...props }: ItemTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export type ItemDescriptionProps = BaseProps<TextProps> & VariantProps<typeof itemDescriptionVariants>;
|
|
30
|
+
export declare function ItemDescription({ className, size, ...props }: ItemDescriptionProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export type ItemActionsProps = BaseProps<ViewProps>;
|
|
32
|
+
export declare function ItemActions({ className, ...props }: ItemActionsProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export type ItemHeaderProps = BaseProps<ViewProps>;
|
|
34
|
+
export declare function ItemHeader({ className, ...props }: ItemHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export type ItemFooterProps = BaseProps<ViewProps>;
|
|
36
|
+
export declare function ItemFooter({ className, ...props }: ItemFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export type ItemIconProps = Omit<IconProps, "size"> & {
|
|
38
|
+
size?: number;
|
|
39
|
+
className?: string;
|
|
40
|
+
};
|
|
41
|
+
export declare function ItemIcon({ name, size, className, ...props }: ItemIconProps): import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
export {};
|
|
43
|
+
//# sourceMappingURL=item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../src/components/ui/item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE1D,QAAA,MAAM,YAAY;;;8EAgBhB,CAAC;AAEH,QAAA,MAAM,iBAAiB;;8EAUrB,CAAC;AAEH,QAAA,MAAM,uBAAuB;;8EAU3B,CAAC;AAEH,QAAA,MAAM,iBAAiB;;8EAWrB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC;AAEjF,wBAAgB,IAAI,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,2CAerE;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAElD,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAEhE;AAED,MAAM,MAAM,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAEtD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,2CAExE;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,SAAS,CAAC,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE3F,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAEzE;AAED,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAEpD,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAEpE;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,SAAS,CAAC,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE3F,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAEtE;AAED,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,SAAS,CAAC,GACrD,YAAY,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE/C,wBAAgB,eAAe,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAElF;AAED,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAEpD,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,gBAAgB,2CAEpE;AAED,MAAM,MAAM,eAAe,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAEnD,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAElE;AAED,MAAM,MAAM,eAAe,GAAG,SAAS,CAAC,SAAS,CAAC,CAAC;AAEnD,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAElE;AAED,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CAM/E"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { TextProps, ViewProps } from "@react-pdf/renderer";
|
|
2
|
+
import type { FC } from "react";
|
|
3
|
+
type BaseProps<T> = T & {
|
|
4
|
+
className?: string;
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
};
|
|
7
|
+
export declare const Table: FC<BaseProps<ViewProps>>;
|
|
8
|
+
export declare const TableCaption: FC<BaseProps<TextProps>>;
|
|
9
|
+
export declare const TableHeader: FC<BaseProps<ViewProps>>;
|
|
10
|
+
export declare const TableBody: FC<BaseProps<ViewProps>>;
|
|
11
|
+
export declare const TableFooter: FC<BaseProps<ViewProps>>;
|
|
12
|
+
export declare const TableRow: FC<BaseProps<ViewProps & {
|
|
13
|
+
isLast?: boolean;
|
|
14
|
+
}>>;
|
|
15
|
+
export declare const TableHead: FC<BaseProps<ViewProps>>;
|
|
16
|
+
export declare const TableCell: FC<BaseProps<ViewProps>>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,KAAK,SAAS,CAAC,CAAC,IAAI,CAAC,GAAG;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAI1C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAIjD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAEhD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAE9C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAEhD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,CAepE,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAO9C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,SAAS,CAAC,CAE9C,CAAC"}
|