@iclips/ui 1.0.11 → 1.0.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.
- package/dist/components/figma/ImageWithFallback.d.ts +3 -0
- package/dist/components/figma/ImageWithFallback.d.ts.map +1 -0
- package/dist/components/print-templates/ContractTemplate.d.ts +51 -0
- package/dist/components/print-templates/ContractTemplate.d.ts.map +1 -0
- package/dist/components/print-templates/ProposalTemplate.d.ts +41 -0
- package/dist/components/print-templates/ProposalTemplate.d.ts.map +1 -0
- package/dist/components/print-templates/index.d.ts +22 -0
- package/dist/components/print-templates/index.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintFooter.d.ts +21 -0
- package/dist/components/print-templates/shared/PrintFooter.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintHeader.d.ts +34 -0
- package/dist/components/print-templates/shared/PrintHeader.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintInfoGrid.d.ts +22 -0
- package/dist/components/print-templates/shared/PrintInfoGrid.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintSection.d.ts +29 -0
- package/dist/components/print-templates/shared/PrintSection.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintSignature.d.ts +27 -0
- package/dist/components/print-templates/shared/PrintSignature.d.ts.map +1 -0
- package/dist/components/print-templates/shared/PrintTable.d.ts +36 -0
- package/dist/components/print-templates/shared/PrintTable.d.ts.map +1 -0
- package/dist/components/timeline-demo.d.ts +2 -0
- package/dist/components/timeline-demo.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/advanced-data-table.d.ts +87 -0
- package/dist/components/ui/advanced-data-table.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +15 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert.d.ts +10 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/app-layout.d.ts +31 -0
- package/dist/components/ui/app-layout.d.ts.map +1 -0
- package/dist/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.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/brand-logo.d.ts +7 -0
- package/dist/components/ui/brand-logo.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb.d.ts +12 -0
- package/dist/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +14 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/calendar.d.ts +31 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/carousel.d.ts +20 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +45 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/color-picker.d.ts +11 -0
- package/dist/components/ui/color-picker.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +17 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/comment-system.d.ts +38 -0
- package/dist/components/ui/comment-system.d.ts.map +1 -0
- package/dist/components/ui/context-menu.d.ts +26 -0
- package/dist/components/ui/context-menu.d.ts.map +1 -0
- package/dist/components/ui/contract-print.d.ts +82 -0
- package/dist/components/ui/contract-print.d.ts.map +1 -0
- package/dist/components/ui/data-table.d.ts +19 -0
- package/dist/components/ui/data-table.d.ts.map +1 -0
- package/dist/components/ui/date-picker.d.ts +110 -0
- package/dist/components/ui/date-picker.d.ts.map +1 -0
- package/dist/components/ui/date-range-picker.d.ts +126 -0
- package/dist/components/ui/date-range-picker.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +14 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/document-editor.d.ts +12 -0
- package/dist/components/ui/document-editor.d.ts.map +1 -0
- package/dist/components/ui/drawer.d.ts +14 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/editorial-calendar.d.ts +28 -0
- package/dist/components/ui/editorial-calendar.d.ts.map +1 -0
- package/dist/components/ui/filter-bar.d.ts +16 -0
- package/dist/components/ui/filter-bar.d.ts.map +1 -0
- package/dist/components/ui/filter-builder.d.ts +24 -0
- package/dist/components/ui/filter-builder.d.ts.map +1 -0
- package/dist/components/ui/filter-chip.d.ts +8 -0
- package/dist/components/ui/filter-chip.d.ts.map +1 -0
- package/dist/components/ui/form.d.ts +25 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/gantt-chart.d.ts +39 -0
- package/dist/components/ui/gantt-chart.d.ts.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/illustrations.d.ts +54 -0
- package/dist/components/ui/illustrations.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +72 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input-otp.d.ts +12 -0
- package/dist/components/ui/input-otp.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/kanban-card.d.ts +41 -0
- package/dist/components/ui/kanban-card.d.ts.map +1 -0
- package/dist/components/ui/kpi-card.d.ts +45 -0
- package/dist/components/ui/kpi-card.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/mention-list.d.ts +7 -0
- package/dist/components/ui/mention-list.d.ts.map +1 -0
- package/dist/components/ui/menubar.d.ts +27 -0
- package/dist/components/ui/menubar.d.ts.map +1 -0
- package/dist/components/ui/navigation-menu.d.ts +15 -0
- package/dist/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/components/ui/pagination.d.ts +14 -0
- package/dist/components/ui/pagination.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +8 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/resizable.d.ts +9 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/saved-filters.d.ts +16 -0
- package/dist/components/ui/saved-filters.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +70 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +8 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +4 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/table-pagination.d.ts +130 -0
- package/dist/components/ui/table-pagination.d.ts.map +1 -0
- package/dist/components/ui/table-types.d.ts +217 -0
- package/dist/components/ui/table-types.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +27 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/task-edit-dialog.d.ts +14 -0
- package/dist/components/ui/task-edit-dialog.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/time-picker.d.ts +84 -0
- package/dist/components/ui/time-picker.d.ts.map +1 -0
- package/dist/components/ui/timeline.d.ts +27 -0
- package/dist/components/ui/timeline.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.d.ts +8 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle.d.ts +10 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/underline-tabs.d.ts +29 -0
- package/dist/components/ui/underline-tabs.d.ts.map +1 -0
- package/dist/components/ui/use-mobile.d.ts +2 -0
- package/dist/components/ui/use-mobile.d.ts.map +1 -0
- package/dist/components/ui/use-print-contract.d.ts +37 -0
- package/dist/components/ui/use-print-contract.d.ts.map +1 -0
- package/dist/components/ui/utils.d.ts +3 -0
- package/dist/components/ui/utils.d.ts.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +92 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1498 -1709
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageWithFallback.d.ts","sourceRoot":"","sources":["../../../src/components/figma/ImageWithFallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAKvC,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,2CAqBjF"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export interface DadosContrato {
|
|
2
|
+
numeroContrato: string;
|
|
3
|
+
dataEmissao: string;
|
|
4
|
+
dataInicio: string;
|
|
5
|
+
dataTermino: string;
|
|
6
|
+
cliente: {
|
|
7
|
+
nome: string;
|
|
8
|
+
cnpj?: string;
|
|
9
|
+
endereco?: string;
|
|
10
|
+
representante?: string;
|
|
11
|
+
email?: string;
|
|
12
|
+
telefone?: string;
|
|
13
|
+
};
|
|
14
|
+
agencia: {
|
|
15
|
+
nome: string;
|
|
16
|
+
cnpj?: string;
|
|
17
|
+
endereco?: string;
|
|
18
|
+
representante?: string;
|
|
19
|
+
email?: string;
|
|
20
|
+
telefone?: string;
|
|
21
|
+
};
|
|
22
|
+
valorFee: number;
|
|
23
|
+
totalHoras: number;
|
|
24
|
+
valorHora?: number;
|
|
25
|
+
condicoesPagamento: string;
|
|
26
|
+
formaPagamento?: string;
|
|
27
|
+
servicos?: Array<{
|
|
28
|
+
nome: string;
|
|
29
|
+
descricao?: string;
|
|
30
|
+
horasEstimadas?: number;
|
|
31
|
+
}>;
|
|
32
|
+
clausulas?: Array<{
|
|
33
|
+
titulo: string;
|
|
34
|
+
conteudo: string;
|
|
35
|
+
}>;
|
|
36
|
+
observacoes?: string;
|
|
37
|
+
}
|
|
38
|
+
interface ContractTemplateProps {
|
|
39
|
+
data: DadosContrato;
|
|
40
|
+
showPreview?: boolean;
|
|
41
|
+
logo?: string;
|
|
42
|
+
showServices?: boolean;
|
|
43
|
+
}
|
|
44
|
+
export declare function ContractTemplate({ data, showPreview, logo, showServices, }: ContractTemplateProps): import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
/**
|
|
46
|
+
* Dados de exemplo para o contrato
|
|
47
|
+
* Use este objeto para testar o componente ContractTemplate
|
|
48
|
+
*/
|
|
49
|
+
export declare const dadosContratoExemplo: DadosContrato;
|
|
50
|
+
export {};
|
|
51
|
+
//# sourceMappingURL=ContractTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContractTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/ContractTemplate.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,aAAa;IAE5B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAGpB,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAGF,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IAGF,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,QAAQ,CAAC,EAAE,KAAK,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC,CAAC;IAGH,SAAS,CAAC,EAAE,KAAK,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC,CAAC;IAGH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,aAAa,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,WAAmB,EACnB,IAAI,EACJ,YAAmB,GACpB,EAAE,qBAAqB,2CA4PvB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAkGlC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export interface ProposalData {
|
|
2
|
+
proposalNumber: string;
|
|
3
|
+
issueDate: string;
|
|
4
|
+
validUntil: string;
|
|
5
|
+
client: {
|
|
6
|
+
name: string;
|
|
7
|
+
contact?: string;
|
|
8
|
+
email?: string;
|
|
9
|
+
phone?: string;
|
|
10
|
+
};
|
|
11
|
+
agency: {
|
|
12
|
+
name: string;
|
|
13
|
+
representative?: string;
|
|
14
|
+
email?: string;
|
|
15
|
+
phone?: string;
|
|
16
|
+
};
|
|
17
|
+
projectTitle: string;
|
|
18
|
+
projectDescription?: string;
|
|
19
|
+
objectives?: string[];
|
|
20
|
+
items: Array<{
|
|
21
|
+
name: string;
|
|
22
|
+
description?: string;
|
|
23
|
+
quantity?: number;
|
|
24
|
+
unitPrice?: number;
|
|
25
|
+
totalPrice: number;
|
|
26
|
+
}>;
|
|
27
|
+
subtotal: number;
|
|
28
|
+
discount?: number;
|
|
29
|
+
total: number;
|
|
30
|
+
paymentConditions?: string;
|
|
31
|
+
deliveryTime?: string;
|
|
32
|
+
notes?: string;
|
|
33
|
+
}
|
|
34
|
+
interface ProposalTemplateProps {
|
|
35
|
+
data: ProposalData;
|
|
36
|
+
showPreview?: boolean;
|
|
37
|
+
logo?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function ProposalTemplate({ data, showPreview, logo, }: ProposalTemplateProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=ProposalTemplate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProposalTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/ProposalTemplate.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,YAAY;IAE3B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IAGF,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IAGtB,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC,CAAC;IAGH,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IAGd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,WAAmB,EACnB,IAAI,GACL,EAAE,qBAAqB,2CA8MvB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Print Templates - Sistema de Impressão iClips
|
|
3
|
+
*
|
|
4
|
+
* Este módulo exporta todos os templates e componentes compartilhados
|
|
5
|
+
* para impressão de documentos PDF.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* import { ContractTemplate, PrintHeader } from '@/components/print-templates';
|
|
10
|
+
* ```
|
|
11
|
+
*/
|
|
12
|
+
export { ContractTemplate, dadosContratoExemplo } from './ContractTemplate';
|
|
13
|
+
export type { DadosContrato } from './ContractTemplate';
|
|
14
|
+
export { ProposalTemplate } from './ProposalTemplate';
|
|
15
|
+
export type { ProposalData } from './ProposalTemplate';
|
|
16
|
+
export { PrintHeader } from './shared/PrintHeader';
|
|
17
|
+
export { PrintFooter } from './shared/PrintFooter';
|
|
18
|
+
export { PrintSection } from './shared/PrintSection';
|
|
19
|
+
export { PrintTable } from './shared/PrintTable';
|
|
20
|
+
export { PrintSignature } from './shared/PrintSignature';
|
|
21
|
+
export { PrintInfoGrid } from './shared/PrintInfoGrid';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/print-templates/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC5E,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAGvD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
interface PrintFooterProps {
|
|
2
|
+
/**
|
|
3
|
+
* Número da página atual
|
|
4
|
+
*/
|
|
5
|
+
pageNumber?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Total de páginas
|
|
8
|
+
*/
|
|
9
|
+
totalPages?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Texto de rodapé customizado
|
|
12
|
+
*/
|
|
13
|
+
footerText?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Mostrar data de geração
|
|
16
|
+
*/
|
|
17
|
+
showGeneratedDate?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare function PrintFooter({ pageNumber, totalPages, footerText, showGeneratedDate, }: PrintFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=PrintFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintFooter.tsx"],"names":[],"mappings":"AAAA,UAAU,gBAAgB;IACxB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,WAAW,CAAC,EAC1B,UAAU,EACV,UAAU,EACV,UAAU,EACV,iBAAwB,GACzB,EAAE,gBAAgB,2CA8BlB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
interface PrintHeaderProps {
|
|
2
|
+
/**
|
|
3
|
+
* URL ou path do logo da empresa
|
|
4
|
+
*/
|
|
5
|
+
logo?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Nome da empresa
|
|
8
|
+
*/
|
|
9
|
+
companyName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Informações de contato
|
|
12
|
+
*/
|
|
13
|
+
contactInfo?: {
|
|
14
|
+
address?: string;
|
|
15
|
+
phone?: string;
|
|
16
|
+
email?: string;
|
|
17
|
+
website?: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Tipo de documento (aparece no canto direito)
|
|
21
|
+
*/
|
|
22
|
+
documentType?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Número do documento
|
|
25
|
+
*/
|
|
26
|
+
documentNumber?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Data de emissão
|
|
29
|
+
*/
|
|
30
|
+
issueDate?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function PrintHeader({ logo, companyName, contactInfo, documentType, documentNumber, issueDate, }: PrintHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=PrintHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintHeader.tsx"],"names":[],"mappings":"AAEA,UAAU,gBAAgB;IACxB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE;QACZ,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,WAAsB,EACtB,WAAW,EACX,YAAY,EACZ,cAAc,EACd,SAAS,GACV,EAAE,gBAAgB,2CAqDlB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
interface InfoItem {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string | React.ReactNode;
|
|
4
|
+
highlight?: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface PrintInfoGridProps {
|
|
7
|
+
/**
|
|
8
|
+
* Lista de informações a serem exibidas
|
|
9
|
+
*/
|
|
10
|
+
items: InfoItem[];
|
|
11
|
+
/**
|
|
12
|
+
* Número de colunas
|
|
13
|
+
*/
|
|
14
|
+
columns?: 1 | 2 | 3 | 4;
|
|
15
|
+
/**
|
|
16
|
+
* Classe CSS adicional
|
|
17
|
+
*/
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare function PrintInfoGrid({ items, columns, className, }: PrintInfoGridProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=PrintInfoGrid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintInfoGrid.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintInfoGrid.tsx"],"names":[],"mappings":"AAEA,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,kBAAkB;IAC1B;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,OAAW,EACX,SAAS,GACV,EAAE,kBAAkB,2CAmCpB"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface PrintSectionProps {
|
|
2
|
+
/**
|
|
3
|
+
* Título da seção
|
|
4
|
+
*/
|
|
5
|
+
title?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Subtítulo da seção
|
|
8
|
+
*/
|
|
9
|
+
subtitle?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Conteúdo da seção
|
|
12
|
+
*/
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* Classe CSS adicional
|
|
16
|
+
*/
|
|
17
|
+
className?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Evitar quebra de página
|
|
20
|
+
*/
|
|
21
|
+
avoidBreak?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Forçar quebra de página antes
|
|
24
|
+
*/
|
|
25
|
+
pageBreak?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare function PrintSection({ title, subtitle, children, className, avoidBreak, pageBreak, }: PrintSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=PrintSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintSection.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintSection.tsx"],"names":[],"mappings":"AAEA,UAAU,iBAAiB;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,UAAkB,EAClB,SAAiB,GAClB,EAAE,iBAAiB,2CA0BnB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
interface SignatureField {
|
|
2
|
+
label: string;
|
|
3
|
+
name?: string;
|
|
4
|
+
role?: string;
|
|
5
|
+
date?: string;
|
|
6
|
+
}
|
|
7
|
+
interface PrintSignatureProps {
|
|
8
|
+
/**
|
|
9
|
+
* Lista de assinaturas necessárias
|
|
10
|
+
*/
|
|
11
|
+
signatures: SignatureField[];
|
|
12
|
+
/**
|
|
13
|
+
* Layout das assinaturas
|
|
14
|
+
*/
|
|
15
|
+
layout?: "horizontal" | "vertical";
|
|
16
|
+
/**
|
|
17
|
+
* Mostrar linha de assinatura
|
|
18
|
+
*/
|
|
19
|
+
showLine?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Texto de instrução
|
|
22
|
+
*/
|
|
23
|
+
instructionText?: string;
|
|
24
|
+
}
|
|
25
|
+
export declare function PrintSignature({ signatures, layout, showLine, instructionText, }: PrintSignatureProps): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=PrintSignature.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintSignature.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintSignature.tsx"],"names":[],"mappings":"AAAA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,mBAAmB;IAC3B;;OAEG;IACH,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,cAAc,CAAC,EAC7B,UAAU,EACV,MAAqB,EACrB,QAAe,EACf,eAAe,GAChB,EAAE,mBAAmB,2CA4CrB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
interface Column {
|
|
2
|
+
header: string;
|
|
3
|
+
key: string;
|
|
4
|
+
align?: "left" | "center" | "right";
|
|
5
|
+
width?: string;
|
|
6
|
+
render?: (value: any, row: any) => React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
interface PrintTableProps {
|
|
9
|
+
/**
|
|
10
|
+
* Colunas da tabela
|
|
11
|
+
*/
|
|
12
|
+
columns: Column[];
|
|
13
|
+
/**
|
|
14
|
+
* Dados da tabela
|
|
15
|
+
*/
|
|
16
|
+
data: any[];
|
|
17
|
+
/**
|
|
18
|
+
* Título da tabela (opcional)
|
|
19
|
+
*/
|
|
20
|
+
title?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Mostrar zebra (linhas alternadas)
|
|
23
|
+
*/
|
|
24
|
+
striped?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Mostrar borda
|
|
27
|
+
*/
|
|
28
|
+
bordered?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Densidade (espaçamento)
|
|
31
|
+
*/
|
|
32
|
+
density?: "compact" | "normal" | "comfortable";
|
|
33
|
+
}
|
|
34
|
+
export declare function PrintTable({ columns, data, title, striped, bordered, density, }: PrintTableProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export {};
|
|
36
|
+
//# sourceMappingURL=PrintTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrintTable.d.ts","sourceRoot":"","sources":["../../../../src/components/print-templates/shared/PrintTable.tsx"],"names":[],"mappings":"AAEA,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,KAAK,KAAK,CAAC,SAAS,CAAC;CACpD;AAED,UAAU,eAAe;IACvB;;OAEG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAC;CAChD;AAED,wBAAgB,UAAU,CAAC,EACzB,OAAO,EACP,IAAI,EACJ,KAAK,EACL,OAAc,EACd,QAAe,EACf,OAAkB,GACnB,EAAE,eAAe,2CA0EjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline-demo.d.ts","sourceRoot":"","sources":["../../src/components/timeline-demo.tsx"],"names":[],"mappings":"AAoEA,MAAM,CAAC,OAAO,UAAU,YAAY,4CAcnC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
+
declare function Accordion({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
|
|
8
|
+
//# sourceMappingURL=accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/ui/accordion.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAKhE,iBAAS,SAAS,CAAC,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAEtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAQtD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAgBzD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAUzD;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { ColumnDef } from './table-types';
|
|
2
|
+
import { FilterField } from './filter-builder';
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
export interface AdvancedDataTableProps<T extends Record<string, any>> {
|
|
5
|
+
/**
|
|
6
|
+
* Dados a serem exibidos na tabela
|
|
7
|
+
*/
|
|
8
|
+
data: T[];
|
|
9
|
+
/**
|
|
10
|
+
* Definições de colunas (header, render, sortable, etc.)
|
|
11
|
+
*/
|
|
12
|
+
columns: ColumnDef<T>[];
|
|
13
|
+
/**
|
|
14
|
+
* Título opcional para exibir acima da tabela
|
|
15
|
+
*/
|
|
16
|
+
title?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Descrição opcional abaixo do título
|
|
19
|
+
*/
|
|
20
|
+
description?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Placeholder para o campo de busca
|
|
23
|
+
* @default "Buscar..."
|
|
24
|
+
*/
|
|
25
|
+
searchPlaceholder?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Colunas que serão pesquisadas pela busca global
|
|
28
|
+
* @default Auto-detecta primeira coluna com key 'nome', 'name', 'title' ou primeira coluna
|
|
29
|
+
*/
|
|
30
|
+
searchableColumns?: (keyof T)[];
|
|
31
|
+
/**
|
|
32
|
+
* Campos disponíveis para filtros avançados
|
|
33
|
+
*/
|
|
34
|
+
filterFields?: FilterField[];
|
|
35
|
+
/**
|
|
36
|
+
* Habilitar busca global
|
|
37
|
+
* @default true
|
|
38
|
+
*/
|
|
39
|
+
enableSearch?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Habilitar filtros avançados
|
|
42
|
+
* @default true (se filterFields fornecido)
|
|
43
|
+
*/
|
|
44
|
+
enableFilters?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Opções de tamanho de página
|
|
47
|
+
* @default [5, 10, 20, 50]
|
|
48
|
+
*/
|
|
49
|
+
pageSizeOptions?: number[];
|
|
50
|
+
/**
|
|
51
|
+
* Tamanho inicial da página
|
|
52
|
+
* @default 10
|
|
53
|
+
*/
|
|
54
|
+
initialPageSize?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Exibir em Card wrapper
|
|
57
|
+
* @default true
|
|
58
|
+
*/
|
|
59
|
+
showCard?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Padding do Card
|
|
62
|
+
* @default "p-6"
|
|
63
|
+
*/
|
|
64
|
+
cardPadding?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Ações customizadas na toolbar (botões, dropdowns, etc.)
|
|
67
|
+
* Passe qualquer React.ReactNode (botões, dropdowns, menus, etc.)
|
|
68
|
+
*/
|
|
69
|
+
toolbarActions?: React.ReactNode;
|
|
70
|
+
/**
|
|
71
|
+
* Estado de loading (exibe skeleton/spinner)
|
|
72
|
+
*/
|
|
73
|
+
isLoading?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* Mensagem quando não há dados
|
|
76
|
+
* @default "Nenhum resultado encontrado."
|
|
77
|
+
*/
|
|
78
|
+
emptyMessage?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Classes CSS adicionais
|
|
81
|
+
*/
|
|
82
|
+
className?: string;
|
|
83
|
+
}
|
|
84
|
+
export declare const AdvancedDataTable: <T extends Record<string, any>>(props: AdvancedDataTableProps<T> & {
|
|
85
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
86
|
+
}) => React.ReactElement;
|
|
87
|
+
//# sourceMappingURL=advanced-data-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advanced-data-table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/advanced-data-table.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG/C,MAAM,WAAW,sBAAsB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IACnE;;OAEG;IACH,IAAI,EAAE,CAAC,EAAE,CAAC;IAEV;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC;IAEhC;;OAEG;IACH,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAE7B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEjC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAkLD,eAAO,MAAM,iBAAiB,EAA+C,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzG,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,KACnE,KAAK,CAAC,YAAY,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
3
|
+
declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare const AlertDialogOverlay: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare function AlertDialogContent({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare function AlertDialogAction({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare function AlertDialogCancel({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export { AlertDialog, AlertDialogPortal, AlertDialogOverlay, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, };
|
|
15
|
+
//# sourceMappingURL=alert-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert-dialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAKrE,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAI3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAI1D;AAED,QAAA,MAAM,kBAAkB,wKAetB,CAAC;AAGH,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAc3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,2CAQzD;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,WAAW,CAAC,2CAQ/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,GAClB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare const alertVariants: (props?: ({
|
|
4
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
5
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
6
|
+
declare function Alert({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function AlertTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function AlertDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export { Alert, AlertTitle, AlertDescription };
|
|
10
|
+
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;mFAclB,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,2CASlE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { LucideIcon } from 'lucide-react';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export interface PrimaryNavItem {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
icon: LucideIcon;
|
|
7
|
+
}
|
|
8
|
+
export interface SecondaryNavItem {
|
|
9
|
+
label: string;
|
|
10
|
+
icon: LucideIcon;
|
|
11
|
+
badge?: string | number;
|
|
12
|
+
chevron?: boolean;
|
|
13
|
+
highlighted?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface AppLayoutProps {
|
|
16
|
+
children: React.ReactNode;
|
|
17
|
+
title?: string;
|
|
18
|
+
theme?: "light" | "dark";
|
|
19
|
+
onThemeToggle?: () => void;
|
|
20
|
+
primaryNavItems?: PrimaryNavItem[];
|
|
21
|
+
secondaryNavItems?: SecondaryNavItem[];
|
|
22
|
+
secondaryNavTitle?: string;
|
|
23
|
+
activePrimaryItem?: string;
|
|
24
|
+
onPrimaryItemClick?: (id: string) => void;
|
|
25
|
+
logoComponent?: React.ReactNode;
|
|
26
|
+
hideSecondaryNav?: boolean;
|
|
27
|
+
defaultPrimaryNavPinned?: boolean;
|
|
28
|
+
defaultSecondaryNavOpen?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export declare function AppLayout({ children, title, theme, onThemeToggle, primaryNavItems, secondaryNavItems, secondaryNavTitle, activePrimaryItem, onPrimaryItemClick, logoComponent, hideSecondaryNav, defaultPrimaryNavPinned, defaultSecondaryNavOpen }: AppLayoutProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
//# sourceMappingURL=app-layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app-layout.d.ts","sourceRoot":"","sources":["../../../src/components/ui/app-layout.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAoBL,KAAK,UAAU,EAChB,MAAM,cAAc,CAAA;AAQrB,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAA;IAC1B,eAAe,CAAC,EAAE,cAAc,EAAE,CAAA;IAClC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAA;IACtC,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,kBAAkB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACzC,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAClC;AAsBD,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAAmB,EACnB,KAAe,EACf,aAAa,EACb,eAA2C,EAC3C,iBAA+C,EAC/C,iBAA0B,EAC1B,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,gBAAwB,EACxB,uBAA+B,EAC/B,uBAA8B,EAC/B,EAAE,cAAc,2CAgMhB"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
2
|
+
declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export { AspectRatio };
|
|
4
|
+
//# sourceMappingURL=aspect-ratio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/components/ui/aspect-ratio.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AAErE,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
3
|
+
declare function Avatar({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export { Avatar, AvatarImage, AvatarFallback };
|
|
7
|
+
//# sourceMappingURL=avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAI1D,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAWnD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,2CAWvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare const badgeVariants: (props?: ({
|
|
4
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
5
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
6
|
+
declare const Badge: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
|
|
7
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
8
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string> & {
|
|
9
|
+
asChild?: boolean;
|
|
10
|
+
} & React.RefAttributes<HTMLSpanElement>>;
|
|
11
|
+
export { Badge, badgeVariants };
|
|
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,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,aAAa;;mFAmBlB,CAAC;AAEF,QAAA,MAAM,KAAK;;;cAG0C,OAAO;yCAY1D,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface BrandLogoProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
variant?: "symbol" | "full";
|
|
4
|
+
mode?: "positive" | "negative";
|
|
5
|
+
}
|
|
6
|
+
export declare function BrandLogo({ variant, mode, className, ...props }: BrandLogoProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=brand-logo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand-logo.d.ts","sourceRoot":"","sources":["../../../src/components/ui/brand-logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC1E,OAAO,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IAC3B,IAAI,CAAC,EAAE,UAAU,GAAG,UAAU,CAAA;CAC/B;AAED,wBAAgB,SAAS,CAAC,EAAE,OAAgB,EAAE,IAAiB,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CA+ErG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare function Breadcrumb({ ...props }: React.ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & {
|
|
6
|
+
asChild?: boolean;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
|
|
12
|
+
//# sourceMappingURL=breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/ui/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,iBAAS,UAAU,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAE5D;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAW1E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ1E;AAED,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,2CAUA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAW5E;AAED,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAY5B;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAa9B;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare const buttonVariants: (props?: ({
|
|
4
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
5
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
6
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
|
|
7
|
+
declare const Button: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLButtonElement> & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
8
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
9
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
10
|
+
} & import('class-variance-authority/dist/types').ClassProp) | undefined) => string> & {
|
|
11
|
+
asChild?: boolean;
|
|
12
|
+
}, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
13
|
+
export { Button, buttonVariants };
|
|
14
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;mFA4BnB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;cAII,OAAO;mDAarB,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|